﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*通用格式化样式css CSS Document */
html {
    -webkit-text-size-adjust: none;
  overflow-x:hidden;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    background: none;
    color: #333333;
}
body{
    min-width: 1200px;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
    color: #333;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul{
    list-style: none;
    margin:0;
    padding:0;
}

li{
    list-style: none;
    margin:0;
    padding:0;
}

.header{
    width:100%;
    height: 169px;
    background: #fff;
}
.header .top{
    width:1200px;
    overflow: hidden;
    margin:0 auto;
    border-bottom: 1px solid #d4d4d4;
    padding:25px 0;
}
.header .top .logo{
    overflow: hidden;
}
.header .top .logo img{
    display: block;
    overflow: hidden;
    max-height: 62px;
    float:left;
    margin-right: 10px;
}
.header .top .logo p{
    display: block;
    float:left;
    font-size: 34px;
    font-weight: bold;
}
.header .top .logo p i{
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.header .top .r{
    width: auto;
    overflow: hidden;
    font-size: 12px;
}
.header .top .tel{
    background: url(img/header-tel.png) left center no-repeat;
    min-height: 42px;
    padding-left: 50px;
    margin-top: 10px;
}
.header .top .email{
    background: url(img/header-email.png) left center no-repeat;
    min-height: 42px;
    padding-left: 50px;
    margin-right: 20px;
    margin-top: 10px;
}
.header .top .tel p,.header .top .email p{
    display: block;
    font-size: 16px;
    /*font-weight: bold;*/
}
.header .nav{
    width: 1200px;
    height: 55px;
    margin:0 auto;
    position: relative;
}
.header .nav li{
    float:left;
    width: auto;
    position: relative;
}
.header .nav li a{
    display: block;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
}
.header .nav span{
    display: block;
    width: auto;
    height: 3px;
    position: absolute;
    bottom:1px;
    background: #b70005;
    left:0;
    z-index:1;
}
.header .nav li a:hover{
    color: #b70005;
}
.header .nav li ul{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top:55px;
    z-index: 999;
    background: #fff;
    display: none;
}
.header .nav li ul li{
    width: 100%;
    overflow: hidden;
  border-bottom: 1px solid #d0d0d0;
}
.header .nav li ul li a{line-height:22px;padding:10px 0;    font-size: 6px;}
.header .nav li:hover ul{
    display: block;
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .box{
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}
.banner .bd {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 1920px;
    height: 542px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}
.index-about{
    width: 100%;
    overflow: hidden;
    margin:70px auto 50px auto;
}
.index-about .box{
    width: 1200px;
    margin:0 auto;
}
.index-about .l{
    width: 520px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    z-index:99999;
  position: relative;
}

.index-about .l .title,.index-pro .title,.index-news .title{
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    margin-bottom: 25px;
}
.index-about .l .title p,.index-pro .title p,.index-news .title p{
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.index-about .l .title p i,.index-pro .title p i,.index-news .title p i{
    color: #b70005;
}
.index-about .l .title h2,.index-pro .title h2,.index-news .title h2{
    font-size: 24px;
}
.index-about .l .more{
    display: block;
    width: 176px;
    height: 46px;
    border:2px solid #b70005;
    text-align: center;
    font-size: 14px;
    text-align: center;
    color: #b70005;
    line-height: 46px;
    margin-top: 40px;
}
.index-about .r{
    width: 650px;
    overflow: hidden;
    height: 432px;
    position: relative;
}
.index-about .r img{
    display: block;
    width: 100%;
    height:100%;
}
.index-about .one{
    width: 270px;
    height: 216px;
    position: absolute;
    top:108px;
    left:0;
}
.index-about .two{
    display: block;
    width: 142px;
    height: 196px;
    padding:10px;
    position: absolute;
    left:270px;
    top:108px;
    background: #333;
    color: #fff;
}
.index-about .two p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin:25px 0 20px 0;
}
.index-about .two span{
    display: block;
    font-size: 12px;
    color: #686868;
    line-height: 20px;
    margin-bottom: 20px;
}
.index-about .three{
    background: #b70005;
    color: #fff;
    display: block;
    width: 108px;
    height: 83px;
    text-align: center;
    line-height: 30px;
    padding-top: 25px;
    left:324px;
    top:0;
    position: absolute;
}
.index-about .four{
    position: absolute;
    width: 108px;
    height: 108px;
    right:110px;
    top:107px;
}
.index-about .five{
    width: 108px;
    height: 108px;
    right:0;
    position: absolute;
    top:216px;
}
.index-about .six{
    width: 108px;
    height: 108px;
    position: absolute;
    right:110px;
    bottom:0;
}
.good{
    width: 100%;
    height: 383px;
    background: url(img/good-bg.jpg) center top no-repeat;
    position: relative;
}
.good ul{
    width: 1000px;
    overflow: hidden;
    margin:0 auto;
    padding-top: 120px;
}
.good ul li{
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/goog-li-bg.png) center top no-repeat;
    width: 190px;
    height: 100px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    float: left;
    text-align: center;
    padding-top: 35px;
    margin:0 30px;
}
.good ul li span{
    display: block;
    font-size: 14px;
    color: #777777;
}
.good ul li i{
    display: block;
    width: 32px;
    height: 2px;
    background: #b70005;
    margin:10px auto;
}
.good .leftline{
    position: absolute;
    left:50%;
    margin-left: -960px;
    top: -459px;
}
.good .rightline{
    position: absolute;
    bottom: -537px;
    right:50%;
    margin-right: -951px;
}
.index-pro {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}
.index-pro .box{
    width: 1200px;
    overflow: hidden;
    margin:50px auto;
}
.index-pro .bd {
    width: 100%;
    overflow: hidden;
}
.index-pro .bd .picList{
    width: 100%;
    overflow: hidden;
}
.index-pro .bd li,.productlist li{
    width: 276px;
   /* height: 393px;*/
    overflow: hidden;
    background: #fff;
    float: left;
    margin:12px;
}
.index-pro .bd li .nei,.productlist li .nei{
    width: 100%;
    overflow: hidden;
    display: block;
   /* height: 349px;*/
}
.index-pro .bd li .nei img ,.productlist li .nei img{
       width: 100%;
    height: 200px;
}

.index-pro01 .bd li .nei img, .productlist01 li .nei img {
    width: 100%;
    height: 155px;
}

.index-pro .bd li .nei p,.productlist li .nei p{
    padding:10px 15px 0 15px;
    font-size: 16px;
    line-height: 25px;
}
.index-pro .bd li .nei p span,.productlist li .nei p span{
    display: block;
    font-size: 12px;
    color: #777777;
}
.index-pro .bd li .more,.productlist li .more{
    display: block;
    width: 137px;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
.index-pro .bd li .more:hover,.productlist li .more:hover{
    background: #b70005;
    color: #fff;
}
.index-pro .bd li .zx,.productlist li .zx{
    display: block;
    width: 137px;
    border-top: 1px solid #e8e8e8;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
.index-pro .bd li .zx:hover,.productlist li .zx:hover{
    background: #b70005;
    color: #fff;
}
.index-pro .title{
    padding-left:10px;
    margin-bottom: 0;
}
#case li .nei img{
    width: 100%;
    height:200px;
}
.hf{
    width: 100%;
    overflow: hidden;
    height: 172px;
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/hf-bg.jpg) top center no-repeat;
}
.hf .box{
    width: 1200px;
    margin:0 auto;
}
.hf .box div{
    padding-left: 60px;
    color: #fff;
    height: 47px;
    float: left;
    margin-top: 65px;
}
.hf .box div span{
    font-size: 18px;
}
.hf .box div span{
    display: block;
}
.hf .box .add{
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/hf-add.png) left center no-repeat;
}
.hf .box .phone{
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/hf-phone.png) left center no-repeat;
    margin:65px 70px 0 80px;
}
.hf .box .phone span{
    font-weight: bold;
}
.hf .box .ly{
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/hf-ly.png) left center no-repeat;
}
.hf .box .ly a{
  color:#fff;
}
.index-news{
    width: 100%;
    overflow: hidden;
    margin:0 auto;
    padding-top: 30px;
}
.index-news .title{
    width: 1200px;
    margin:0 auto;
}
.index-news .tj{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.index-news .tj .l{
    width: 387px;
    height: 356px;
}
.index-news .tj .l img{
    width: 100%;
    height: 285px;
    display: block;
}
.index-news .tj .l p{
    display: block;
    background: #b70005;
    color: #fff;
    line-height: 73px;
    text-indent: 1em;
}
.index-news .tj .r{
    width: 795px;
    overflow: hidden;
}
.index-news .tj .r li{
    background: #f0f0f0;
    padding:17px 20px;
    overflow: hidden;
    height: 135px;
    margin-bottom: 20px;
}
.index-news .tj .r li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ababab;
    line-height: 20px;
    font-size: 12px;
}
.index-news .tj .r li a img{
    display: block;
    float: left;
    width: 165px;
    height: 133px;
    margin-right: 20px;
}
.index-news .tj .r li a p{
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.index-news .tj .r li a span{
    display: block;
    font-size: 12px;
    margin-top: 18px;
}
.index-news .list{
    width: 1220px;
    overflow: hidden;
    margin:0 auto;
}
.index-news .list li{
    width: 388px;
    height: 56px;
    background: #f0f0f0;
    float: left;
    margin: 9px;
}
.index-news .list li a{
    display: block;
    width: 100%;
    line-height: 56px;
    text-indent: 1em;
}
.index-news .list li a span{
    display: block;
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #686868;
}
.link{
    width: 1200px;
    overflow: hidden;
    margin:20px auto;
}
.link a{
    display: block;
    width: auto;
    float: left;
    margin:5px;
    font-size: 12px;
}
.foot{
    width: 100%;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/foot-bg.jpg) top center no-repeat;
    height: 304px;
}
.foot .box{
    width: 1200px;
    overflow: hidden;
    margin:80px auto 30px auto;
}
.foot .box .l{
    width: 388px;
    overflow: hidden;
    color: #fff;
    line-height: 25px;
}
.foot .box .l .title{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.foot .box .l .title span{
    display: block;
    font-size: 12px;
    color: #6e6e6e;
}
.foot .box .ly{
    width: 388px;
    margin:0 18px;
    float: left;
    overflow: hidden;
}
.foot .box .ly input{
    border: 1px solid #4e4e4e;
    height: 39px;
    line-height: 39px;
    margin-bottom: 10px;
    padding:0 10px;
    width: 365px;
    color: #fff;
}
.foot .box .ly textarea{
    border: 1px solid #4e4e4e;
    height: 39px;
    line-height: 39px;
    padding:0 10px;
    width: 365px;
    color: #fff;
    resize: none;
}
.foot .box .ly .submit{
    width: 41px;
    width: 185px;
    background: #b70005;
    border: none;
    position: relative;
    left:50%;
    margin-left: -90px;
    margin-top: 5px;
}
.foot .box .r{
    width: 296px;
    float: right;
    overflow: hidden;
    color: #ffffff;
    line-height: 25px;
    text-align: right;
}
.foot .box .r form{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.foot .box .r form input{
    width: 219px;
    padding: 0 10px;
    border: 1px solid #4e4e4e;
    height: 39px;
    line-height: 39px;
    float: left;
}
.foot .box .r form .btn{
    width: 55px;
    height: 41px;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/hswz8918/img/ss.jpg) no-repeat;
    border: none;
    float: right;
}
.foot .box .r .bdsharebuttonbox{
    float: right;
    margin-top: 20px;
}

.main{
    width: 1200px;
    overflow:hidden;
    margin:0 auto;
}
.nav-title{
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    margin:50px 0 30px 0;
}
.nav-title .r {
    width: auto;
    overflow: hidden;
    font-size: 12px;
    color: #909090;
}
.nav-title .r a{
    color: #909090;
    font-size:12px;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto;
    font-family: open sans, sans-serif;
    line-height: 1;
    background: #f5f5f5;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#cssmenu > ul > li {
    float: left;
          width: 196px;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right > ul > li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}
#cssmenu ul li a:hover{
    color:#ffd43d;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #009ae1
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu.align-right li:hover > ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

#cssmenu ul li:hover > ul > li {
    height: 32px
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff
}
.about{
    margin:30px 0;
    overflow:hidden;
}
.about img{
  max-width:100%;
}
.productlist{
    margin:30px auto;
    overflow:hidden;
}
.productlist .swiper-slide{
    width: 281px;
    overflow: hidden;
    font-size: 12px;
    color: #909090;
    float: left;
    margin:9px;
}
.productlist .swiper-slide a{
    display:block;
    color:#909090;
    font-size:12px;
}
.productlist .swiper-slide img{
    width: 100%;
    height: 235px;
    display: block;
    margin-bottom: 10px;
}
.productlist .swiper-slide p{
    display: block;
    font-size: 14px;
    line-height: 30px;
}
.listnum{
    margin-bottom:30px;
    overflow:hidden;
}
.about h1{
    display:block;
    margin:0 auto;
    overflow:hidden;
    font-size:18px;
    line-height:35px;
    margin-bottom:10px;
}
.about h1 span{
    display:block;
    font-weight:normal;
    color:#909090;
    font-size:12px;
}
.newslist .tj{
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    margin: 20px 0;
}
.newslist .tj a{
    display: block;
    padding:30px;
    color: #828282;

}
.newslist .tj p{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.newslist .tj .line{
    width: 60px;
    height: 2px;
    background: #b70005;
    margin:15px 0;
}
.newslist .tj .date{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.channelform th { text-align:left; width: 20%; color: #000000;}
.channelform input { border: 1px dotted #CCC; width:100%; height:35px; line-height:35px; margin-left: -89px; }
.channelform textarea { border: 1px dotted #CCC; width:100%; margin-left: -89px; }
.channelform .submit { background-color: #fae25f; width:160px; cursor:pointer; border:none; color:#FFF;}
.productlist{
    width: 100%;
}
.productlist li{
    border:1px solid #CCCCCC;
    margin:11px;
}
.hot-new .list li{
    background: #fff;
}
.index-pro .fl{
    width:100%;
    overflow:hidden;
}
.index-pro .fl li{
    float:left;
    overflow:hidden;
    width:auto;
    border:1px solid #ccc;
    margin:10px;
}
.index-pro .fl li a{
  display:block;
  width:auto;
  padding:0 15px;
  line-height:35px;
}
.foot a{ color:#fff;}