/*通用*/
ul,li,a,em,i{
    list-style: none;
    margin:0;
    padding:0;
}
img{ max-width:100%;}
*{
    /*font:12px/1.5 Microsoft YaHei, \5b8b\4f53, tahoma, arial, sans-serif;*/
    font:14px/1.5 'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}

.clearfix { clear:both; zoom:1;}
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden;}

input:focus{outline:none;}
a,a:hover,a:link{
    text-decoration: none;
}
a:focus{
    border:none;
}
*:hover{
    /*transition: .3s;*/
    /*-webkit-transition: .3s;*/
}
body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

.myCarousel {
    height:550px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    width:100%;
    min-height: 550px;
}

.carousel-inner .item .hidden-xs{
    height:550px;width:100%;
}

.clear{
    clear:both;
}
.container{
    max-width:1200px;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}
.navbar-toggle{
    background:#1B3F9B;
}
.icon-bar{
    background:white;
}
/**/

.navs,.navs .nav li,.navs .nav li .navbar,.nav,.nav>ul>li ul,.nav>ul>li ul li{
    z-index: 9999;
}
.carousel-inner,#myCarousel{
    z-index:1;
}

/*分页*/
.pageNavi {
    padding: 30px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#ff2222;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#ff2222;
}

.met_page .pageleft{
    width:100%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
    overflow:hidden;
    height:22px;
    width:100%;
}
.met_page a{
    width:80%;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:30px;
}

/*inner-banner*/
.inner-banner{
    max-width:1920px;
    margin:0 auto;
    background:center;
}

/*2018.1.31*/
.inner-banner{
    max-width:1920px;
    margin:0 auto;
    height:400px;
    background-position:center;
}

#sitemap{
    /*width:100%;*/
    height:350px;
    border:1px solid #ccc;
}
#sitemap label{
    max-width:none !important;
}

/**/
#scroll-top{
    position:fixed;
    display:none;
    bottom: 10px;
    right: 25px;
    z-index: 9;
}
#scroll-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
#scroll-top a:hover{
    color:#979797;
}
#scroll-top a{
    background:transparent url(../images/backTop.png) no-repeat;
    border-radius:6px;
    display:block;
    height:40px;
    width:40px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}

#scroll-top a:hover{
    background:transparent url(../images/backTop_hover.png) no-repeat;
    display:block;
    height:40px;
    width:40px;
    border-radius:6px;
    transition: all .6s;
    -webkit-transition:  all .6s;;
}

/*banner */
::selection { background: #0096d5; color: #fff; }
::-moz-selection { background: #0096d5; color: #fff; }
.bannerslide { height:600px; width: 100%; position: relative; -webkit-transition: all .2s; transition: all .2s; }
.bannerslide .swiper-slide { background-position: center; background-size: cover; }
.pagination { position: absolute; left: 0; text-align: center; bottom:10px; width: 100%; }
.swiper-pagination-switch {display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #fff; box-shadow: 0px 1px 2px #555 inset; margin: 0 3px; cursor: pointer;}
.swiper-active-switch { background: #fe0000;}
.bannerslide .arrow-left { background: url(/ISjpKIuDIIMUTyONDIgPDukQJyV.jpg) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.bannerslide .arrow-right { background: url(/ISjpKIuDIIMUTyONDIgPDukQJyV.jpg) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.wrapper{width:1200px; margin:0 auto;}
.pagination{bottom:0;}

/******end 轮播*********/
/*write by william 2018.5.24*/
/*内页*/
.left-secondNav a,.pro-list ul li>a{border-bottom:1px dashed #ccc;}
.left-con span{display:block;font-size:13px;color:#888;padding:15px;line-height:24px;}
.left-con img,.timgNews img{display:block;max-width:100%;}
.left-con{background:#f8f8f8;margin-bottom:30px;}
.left-con h2{margin-top:0;}
/***********2018.06.12 by william***************/
/*header*/
.container{width:1200px;margin:0 auto;}



/*hover*/
::selection {
    background:#25BCAD;color:#fff;  }
::-moz-selection {  background:#25BCAD;color:#fff;  }
::-webkit-selection {  background:#25BCAD;color:#fff;  }
.headerBox span:hover,.headerBox a:hover{color:#FFFF00;}
.index-about ul li a{box-shadow:2px 2px 3px #ccc;overflow:hidden;}
.index-about ul li{overflow:hidden;}
.index-about ul li a:hover{box-shadow:2px 2px 3px #777;}
.index-about ul li a{transition:all .4s;}
.index-about ul li a:hover{transition:all .4s;transform:scale(1.1); overflow:hidden;}
.index-about ul li a:hover span,.index-about ul li a:hover em,.index-about ul li a:hover i{color:#FFFF00;}
.index-proBox ul li a:hover img{transform:scale(1.1);transition: all .5s;}
.index-proImg{overflow:hidden;}
.index-proBox ul li a:hover span{color:#25BCAD;}
.index-proBox ul li a:hover i{color:#25BCAD;}
.index-proBox ul li a:hover .index-proCon{background:#EAEAEA;}
.index-newsT a:hover{background:#62818F;color:#fff;}
.index-news ul li:hover {border:1px solid #597A89;}
.index-news ul li:hover span,.index-news ul li:hover p{display:block;color:#25BCAD;}
.index-news ul li:hover i{color:#E60012;}
.index-appT a:hover{background:#597A89;color:#fff;}
.index-appL ul li:hover a{color:#25BCAD;}
.index-appC ul li:hover em,.index-appC ul li:hover i{color:#25BCAD;}
.foot-con{margin-left:50px;}
.footNav ul li a:hover,.foot-fastLink a:hover,.foot-con em:hover{color:#FFFF00;}
.copy a:hover{color:#FFFF00;}
.inner-banner{background:url("/ISjpKIuDIIMUTyupKISUUSOFJygHDO1rEIL.jpg") no-repeat;background-size:cover;height:300px;}
.left-secondNav a.current-leftNav{color:#FF6D00}

/*2018.7.2 by william*/
/*header*/
.header{background:#df0100;overflow:hidden;padding-left:10px;padding-right:15px;}
.header-l span{display:block;color:#fff;float:left;font-size:13px;line-height:40px;margin-left:20px;}
.header-l{overflow:hidden;}
.header-l{float:left;}
.header-r{float:right;overflow:hidden;margin-top:12.5px;}
.header-r a{display:block;float:left;color:#fff;font-size:13px;padding:0 15px;line-height:15px;border-right:1px solid #AD9972;height:15px;}
.header-r a:last-child{border-right:0;}
/*nav*/
.logo img{display:block;}
.logo{float:left;margin:15px 0;border-right:1px solid #DDDDDD;padding-right:15px;display:block;}
.index-top{width:100%;padding:0 30px;}
.nav{float:left;margin-left:12%;}
.la{float:right;}
.nav ul>li{float:left;}
.nav ul{overflow:inherit;}
.nav ul>li>a{font-size:16px;color:#333;height:82px;line-height:82px;padding:0 20px;display:block;}
.nav ul>li>a:after{content:"";position:absolute;bottom:0;left:0;width:1px;height:3px;background:#fff;transition: all .5s;}
.la a.ch{background:url("/ISjpKIuDIIMUTyWnJycHU1uQHj.jpg") no-repeat left center;color:#333;padding-left:22px;display:inline-block}
.la a.en{background:url("/ISjpKIuDIIMUTxEOHucsDIH.jpg") no-repeat left center;color:#333;padding-left:22px;margin-left:15px;display:inline-block}
.la{margin-top:30px;}

.nav ul>li:hover>a,.nav ul>li.currentNav>a{color:#df0100;transition: all .5s;}
/*.nav ul>li.currentNav>a{content:'';width:100%;background:#FF0000;transition: all .5s;}*/
.nav ul>li:hover>a:after,.nav ul>li.currentNav>a:after{content:'';width:100%;height:3px;background:#FF0000;transition: all .5s;}
.secondNav a{color:#666;font-size:13px;line-height:24px;height:24px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;display:block;}
.secondNav{position:absolute;top:82px;z-index: 9999;left:0px;background:#FBFCFC;width:180%;padding:15px 20px;}
.nav ul>li{position: relative;z-index: 9999;}
.nav ul>li.nav_en{ display:none;}
.nav{z-index: 9999;}
.secondNav a:hover{padding-left:10px;color:#df0100;transition: all .5s;}
/*index-pro*/
.index-content{background:#F7F7F7;}
.index-proBox1{float:right;width:70%;}
.index-proBox2{}
.index-proBox{overflow:hidden;width:100%;}
.index-proBox-ul{ width:25%; float:left;  margin-top:30px; border:1px solid #ccc;}
.index-proBox-ul li{ line-height:2; font-size:16px; padding:5px 0 5px 20px; border-bottom:1px solid #ccc;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-proBox-ul li:hover{ background:#eee; border-bottom:1px solid #ea3e00;}
.index-proBox-ul li a{ color:#ea3e00;}
.index-proBox-ul h2{ background:#df0100; color:#fff; margin:0; padding:20px; font-size:24px;}

.index-pro1T{background:url("/ISjpKIuDIIMUTxMSERHoJ0WH.jpg") repeat;border:1px solid #E0E0E0;padding:30px 40px;overflow:hidden;}
.index-pro1T span{display:block;float:left;font-size:22px;color:#111; text-transform:uppercase;}
.index-pro1T i{display:block;float:left;color:#666;margin-left:20px;margin-top:6px;}
.index-pro1T a{display:block;float:right;color:#fff;background:#df0100;border-radius:5px;font-size:14px;width:92px;height:33px;line-height:33px;text-align: center;}
.index-pro1Con ul li{width:31%;float:left;border:1px solid #E0E0E0; margin-right:2%;}
.index-pro1Con ul li:nth-child(3n){margin-right:0;}
.index-pro1Con ul{overflow:hidden;margin-top:30px;}
.index-pro1Img img{display:block;max-width:100%;transition: all .5s;height:185px;width:100%;}
.index-pro1Img{overflow:hidden;}
.index-pro1Con ul li:hover .index-pro1Img img{transform: scale(1.1);transition: all .5s;}
.index-proC{padding:10px 20px;background:#fff;}
.index-proC i{display:block;color:#666666;line-height:160%;font-size:14px;padding-bottom:5px;}
.index-proC a{display:block;color:#ea3e00;font-size:14px;line-height:160%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-proC p{color:#666;font-size:12px;margin-top:15px;height:60px;overflow: hidden;}
.index-pro1B a{display:block;font-size:12px;color:#666;float:left;height:12px;line-height:12px; text-transform:capitalize;}
.index-pro1B a.mrL{margin-left:15px;padding-left:15px;border-left:1px solid #936693;}
.index-pro1B{background:#F9F9F9;overflow:hidden;padding:35px;}
.index-pro1B a:last-child{float:right;}

.index-pro2T{background:url("/ISjpKIuDIIMUTxOSUI5SIt.jpg") repeat;padding:30px 40px;overflow:hidden;}
.index-pro2T span{display:block;float:left;color:#fff;font-size: 22px;}
.index-pro2T a{display:block;float:right;color:#fff;background:#4A5B67;width:92px;height:33px;line-height:33px;text-align: center;font-size:14px;border-radius:5px;}
.index-proBox{margin-top:30px;}
.index-pro2C p{line-height:160%;color:#666;font-size:14px;}
.index-pro2C{padding:15px 40px;background:#fff;padding-bottom:10px; float:left; width:70%; text-align:justify;}
.index-pro2C img{display:block;margin:0 auto;}
.index-pro2C div{margin-top:10px;}
.index-pro2C p:last-child{margin-top:15px;}
.index-proBox2 div:last-child img{display:block;margin:0 auto;}
.index-proBox2{border:1px solid #E0E0E0;}

.ind_ab{ padding:40px 0; background:#f7f7f7;}
.ind_ab .ind_ab1{ width:30%; float:left;}

.index-proAbiT span{display:block;float:left;font-size: 22px;line-height:160%; text-transform:uppercase;}
.index-proAbiT i{display:block;float:left;font-size: 14px;color:#666;margin-top:8px;margin-left:30px;}
.index-proAbiT a{display:block;float:right;width:92px;height:33px;line-height:33px;text-align: center;font-size:14px;border-radius:5px;background:#323F48;color:#fff;}
.index-proAbiT{overflow:hidden;width:100%;border:1px solid #E0E0E0;padding:30px;margin-top:30px;}
.index-proAbiC{margin-top:2px;}
.index-proAbiC ul li a{display:block;border:1px solid #E0E0E0;}
.index-proAbiImg img{display:block;width:100%;margin:0 auto;}
.index-proAbiC ul li{width:32%;margin-right:2%;float:left;}
.index-proAbiC ul li:last-child{margin-right:0;}
.index-proAbiB i{display:block;font-size:14px;color:#666;line-height:160%;}
.index-proAbiB span{display:block;color:#ea3e00;font-size:18px;line-height:160%;}
.index-proAbiB em{display:block;color:#666;font-size:12px;margin-top:30px;}
.index-proAbiB{background:#fff;padding:40px;position:relative;}
.index-proAbiC ul{width:100%;overflow:hidden;}
.gcAbi-con{padding-top:30px;}
.gcAbi-con .container{border:1px solid #E0E0E0;}
.index-gcAbi{float:left;padding:50px;background:#F7F7F7;}
.index-gcAbi span{display:block;font-size: 22px;color:#111;}
.index-gcAbi i{display:block;color:#666;line-height:160%;font-size:12px;margin-top:15px;max-width:210px;margin-bottom:10px;}
.index-gcAbi a{display:block;width:92px;height:33px;line-height:33px;text-align: center;font-size:14px;border-radius:5px;background:#323F48;color:#fff;}
.index-gcAbiC ul li{float:left;width:20%;}
.index-gcAbiC ul{overflow:hidden;margin-top:20px;}
.index-gcAbiC ul li img{display:block;width:56px;height:50px;margin:0 auto;}
.index-gcAbiC ul li span{display:block;text-align: center;max-width:70%;margin:0 auto;margin-top:20px;}
.index-gcAbiC{background:#fff;height:230px;padding:50px;}
/*index-case*/
.index-case ul li{float:left;width:48%;border:1px solid #E0E0E0;}
.index-case ul{overflow:hidden;}
.index-case ul li:first-child{margin-right:4%;}
.index-case ul li a{display:block;}
.index-caseU{overflow:hidden;}
.index-caseUl{float:left;padding:35px;width:60%;}
.index-caseUr{float:right;width:40%;}
.index-caseUl img{display:block;}
.index-caseUl i{font-size:14px;color:#666;line-height:160%;display:block;}
.index-caseUl em{line-height:160%;display:block;color:#ea3e00;font-size:18px;}
.index-caseUl p{line-height:160%;display:block;font-size:12px;color:#666;margin-top:20px;}
.index-caseD{background:#F9F9F9;overflow:hidden;padding:25px 30px;}
.index-caseD span{display:block;font-size:14px;color:#666;float:left;max-width:80%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-caseD em{display:block;font-size:12px;color:#666;float:right;}
/*index-yj*/
.index-yj{margin-top:30px;border:1px solid #E0E0E0;overflow:hidden;}
.index-yjImg img{display:block;max-width:100%;height:100%;}
.index-yjImg{float:left;width:58%;height:515px;}
.index-yjBox{height:515px;}
.index-yjBox{background:#fff;float:right;padding:33px 30px;width:42%;}
.index-yjt{font-size:22px;margin-top:5px;color:#111;line-height:140%;display:block; text-transform:uppercase;}
.index-yjBox table tr td{border-right:1px solid #A2A1A1;border-bottom:1px solid #6D6B6B;padding:10px;}
.index-yjBox table{border:1px solid #E0E0E0;}
.index-yjBox table tr th{border-right:1px solid #A2A1A1;border-bottom:1px solid #6D6B6B;padding:10px;}
.index-yjBox a{display:block;text-align: left;color:#ea3e00;font-size:14px;margin-top:20px;background:url("/ISjpKIuDIIMUTyOqIucSK1H.jpg") no-repeat left center;padding-left:25px;line-height:160%;}
/*index-news*/
.index-newsL{float:left;width:50%;border-right:1px solid #E0E0E0;background:#fff;}
.index-newsR{float:left;width:50%;background:#fff;}
.index-news{overflow:hidden;border:1px solid #E0E0E0;margin-top:30px;margin-bottom:50px;background:#fff;}
.index-newsLt{padding:40px;padding-bottom:20px;}
.index-newsLt span{color:#111;font-size:22px;line-height:140%;}
.index-search{overflow:hidden;padding:0 40px;padding-bottom:40px;}
.index-search input{float:left;width:70%;height:52px;border:1px solid #999FA3;line-height:52px;outline: none;font-size:13px;color:#666;border-right:none;padding:0 15px;}
.index-search a{float:left;width:30%;height:52px;line-height:52px;color:#fff;background:#df0100;font-size:13px;text-align: center;}
.index-newsLBox{background:url("/ISjpKIuDIIMUTyqRIIjoJ0WH.jpg") no-repeat;padding:40px;}
.index-newsLBox em{color:#fff;display:block;font-size:14px;line-height:160%;}
.index-input input{outline: none;border:1px solid #fff;color:#fff;background:rgba(0,0,0,0);padding:10px 15px;font-size:13px;width:48%;}
.index-input input:last-child{margin-left:3%;}
.index-input{margin-top:8px;width:80%;}
.index-newsLBox textarea{border:1px solid #fff;padding:15px;color:#fff;font-size:13px;outline:none;background:rgba(0,0,0,0);margin-top:18px;width:80%;resize:none}
.index-newsLBox a{display:block;width:168px;height:52px;color:#fff;background:#df0100;text-align: center;line-height:52px;margin-top:10px;}

.index-newsR{padding:0 40px;padding-bottom:35px;}
.index-newsR ul li a{display:block;background-size:39px 40px;}
.index-newsR ul li span{display:block;font-size: 20px;color:#111;line-height:140%;height:56px;overflow:hidden;text-overflow: ellipsis}
.index-newsR ul li p{margin-top:20px;font-size:12px;color:#666;height:42px;overflow:hidden;margin-bottom:0;}
.index-newsR ul li{width:100%;padding:25px 0;padding-left:20%;border-top:1px solid #CCCCCC;}
.index-newsR ul li:last-child,.index-newsR ul li:last-child:hover{border-bottom:1px solid #ccc;}
.index-newsR ul li{background:url("/ISjpKIuDIIMUTyqJDR0oDIkH.jpg") no-repeat 30px 25px;background-size:39px 40px;}
.index-newsR ul li:hover{border-left:none;border-right:none;border-bottom:none;}
.news-more{background:url("/ISjpKIuDIIMUTyOqIucSK1H.jpg") no-repeat left center;padding-left:25px;color:#df0100;line-height:140%;display:block;margin-top:28px;}
/*foot*/
.foot-cont a{float:left;margin-right:15px;color:#666;font-size:12px;}
.foot-cont{overflow:inherit;}
.foot-con{padding:50px 0;}
.foot-conBox ul{margin-top:50px;float:left;overflow:hidden;width:70%}
.foot-conBox .foot-contact{float:right;margin-top:50px;}
.foot-conBox{overflow:hidden;}
.foot-conBox ul li{float:left;width:20%;}
.foot-conBox ul li span{display:block;color:#111;font-size:14px;line-height:160%;margin-bottom:10px;}
.foot-conBox ul li a{display:block;font-size:13px;color:#777;line-height:200%;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.foot-contact span{display:block;color:#111;font-size:14px;line-height:160%;margin-bottom:10px;text-align: right;}
.foot-contact em{display:block;font-size:13px;color:#777;line-height:200%;text-align: right;}
/*copyright*/
.copyright{background:#F7F7F7;padding:40px 0;}
.copyright a{ color:#777;}
.gs a{display:block;background:url("/ISjpKIuDIIMUTyEDDU1JKyjqESgJ.jpg") no-repeat;background-size:100%;width:32px;height:45px;margin:0 auto;}
.ba a{background:url("/ISjpKIuDIIMUTyONDIgPU1InHt.jpg") no-repeat left center;display:block;float:left;color:#666;font-size:14px;padding-left:20px;}
.ba a:last-child{margin-left:20px;}
.ba{overflow:hidden;width:215px;margin:0 auto;margin-top:10px;}
.copyright span{display:block;font-size:13px;color:#777;line-height:160%;text-align: center;margin-top:15px;}
.copyBox em{font-size:13px;color:#777;}
.copyBox i{display:block;float:left;font-size:13px;color:#777;margin-left:5px;}
.copyBox a{display:block;float:left;font-size:13px;color:#777;margin-right:15px;}
.copyBox{max-width:90%;margin:0 auto; text-align:center;}
.fix-tel{display:none;}
.pro-detail-box{padding-top:20px;}
.pro-detail-box img{margin:0 auto;}
.pro-container ul li img{height:200px;}

.index-caseUl{width:40%;}
.index-caseUr{width:60%;}
.index-case{margin-top:2px;}
.index-case ul li{background:#fff;}
.news-img img{height:145px;}
/**/
/****hover*****/
.header-r a:hover{color:#FFFF00;}
.la a:hover{color:#df0100;}
.index-pro1T a:hover{color:#fff;background:#1660AA;}
.index-pro2T a:hover{color:#fff;background:#df0100;}
.index-pro1B a:hover{color:#df0100;}
.index-proAbiT a:hover{background:#df0100;}
.index-proAbiC ul li a:hover .index-proAbiImg img{display:block;transform: scale(1.1);transition: all .5s;}
.index-proAbiC ul li a:hover em{color:#df0100}
.index-proAbiImg{overflow: hidden;}
.index-proAbiImg img{transition: all .5s;}
.index-gcAbi a:hover{background:#df0100;}
.index-gcAbiC ul li:hover img{transform: rotate(360deg);transition: all .8s;}
.index-gcAbiC ul li:hover span{color:#1660AA;}
.index-gcAbiC ul li img{transition: all .8s;}
.index-caseD em:hover{color:#df0100;}
.index-newsR ul li:hover{border-color:#CCCCCC;}
.index-newsR ul li a:hover span{color:#df0100;}
.index-newsR ul li a:hover p{color:#1660AA;}
.foot-cont a:hover{color:#df0100;}
.foot-conBox ul li a:hover{color:#df0100;}
.foot-contact em:hover{color:#df0100}
.ba a:hover{color:#df0100;}
.copyBox a:hover{color:#df0100}

.pro-container ul li img{max-width:100%;margin:0 auto;}
.pro-container.photo-con ul li img{width:100%;margin:0 auto;}
.pro-container ul li span{text-align: center;}
.navigation-box{background:#df0100;}
.pro-right{padding-top:20px;}
.navigation-box h3{margin-top:0px;color:#fff;}
.navigation-box .navigation{margin-top:0;}
.pro-container,.news-box,.pro-detail,.news-detail-box,.pro-detail-box,.about-content,.contact-content{background:#f8f8f8;padding:30px;padding-top:15px;box-shadow:2px 3px 3px #ccc;margin-top:0px;border-left:1px solid #dddddd;}
.news-detail-box{margin-top:0;}
.pro-list .timgNews{display:none;}
.left-con{margin-top:30px;}

/*内页*/
/*2018.1.18产品页 bao*/
.product-box{
    background:#f7f7f7;margin-top:0;padding:30px 0;padding-bottom:50px;
}

.pro-left{
    max-width:250px;
}

.pro-left h2{
    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: #df0100;
    margin-bottom:0;
	text-transform:capitalize;
}

.pro-list ul li{
    /*margin-bottom: 1px;*/
    background:#f8f8f8;
}
.pro-list ul li>a{
    padding-top:8px;
    padding-bottom:8px;
    padding-left:20px;
    color:#808080;
    font-size:14px;
    display:block;
    border-left: 1px solid #f2f2f2;
}
.pro-list ul li>a:hover{
    border-left:1px solid #FF6D00;
    color:#FF6D00;
}

.pro-list ul li.current-btn>a{
    color:#FF6D00;
    border-left:1px solid #FF6D00;
}

.navigation-box h3{
    font-size:16px;
    font-weight:bold;
    line-height:54px;
    color:#fff;
    float:left;
    margin-bottom:0;
}

.navigation-box .navigation{
    float:right;
    line-height:54px;
    /*margin-top:20px;*/
}

.navigation-box{
    overflow:hidden;
    color:#fff;
    border-bottom:1px solid #e5e5e5;
    padding:0 15px;
}

.navigation i,.navigation a{
    color:#fff;
    display:inline-block;
}
.navigation a:hover{
    color:#FFFF00;
}

.pro-container ul li a{
    display:block;
    border:1px solid #ddd;
    box-shadow:1px 2px 3px #ddd;

}

.pro-container ul li img{
    display:block;
    max-width:100%;
}

.pro-container ul li span{
    color:#333;
    display:block;
    line-height:40px;
    height:40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background:#eee;
    padding-left:15px;
    padding-right:15px;
}
.pro-container ul li{
    padding:12px;
    float:left;
}

.pro-container ul li a:hover{
    border:1px solid #0365bc;
    box-shadow:2px 2px 5px #aaa;
}
.pro-container ul li a:hover span{
    background:#e3e3e3;
    color:#FF6D00;
}

.pro-container ul li a:hover img{
    /*width:120% !important;*/
    /*height:100%;*/
}

/*分页*/
.pageNavi {
    padding: 30px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#FF6D00;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#FF6D00;
}

.met_page .pageleft{
    width:100%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
    overflow:hidden;
    height:22px;
    width:100%;
}
.met_page a{
    width:80%;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:30px;
}

.pro-detail-t i{
    display:inline-block;
    color:#333;
}
.pro-detail-t{
    color:#333;
    width:300px;
    margin:0 auto;

}
.pro-detail{
    border-bottom:1px dashed #d5d5d5;
    padding-bottom:10px;
}

.pro-detail h1{
    font-size:24px;
    font-weight:bold;
    text-align: center;
}

.pro-detail-box img{
    max-width:100%;
    display:block;
}

.pro-detail-box p{
    color:#333;
    line-height:28px;
}

.pro-detail-box{
    padding-bottom:50px;
}

/*news*/
.news-box ul li{
    border-bottom:1px dotted #d9d9d9;
    padding-bottom:25px;
    overflow:hidden;
    margin-top:25px;
}

.news-box ul li .news-img{
    display:block;
}
.news-img img{
    max-width:100%;
    margin:0 auto;
    vertical-align: middle;
    display:block;
    border:1px solid #ccc;
    /*border-radius:3px;*/
}

.news-list a{
    display:block;
    color:#333;
    font-size:15px;
    line-height:24px;
    height:24px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-list p{
    color:#808080;
    font-size:13px;
    line-height:22px;
    text-align:left;
    overflow:hidden;
}

.news-box ul li:hover a{
    color:#FF6D00;
    font-weight:bold;
}

.news-box ul li:hover{
    /*cursor: pointer;*/
    border-bottom:1px dotted #0365bc;
}

.news-box ul li:hover img{
    border:1px solid #0365bc;
}

.news-detail-box{
    /*margin-top:20px;*/
    min-height:200px;
}

.equipment ul li img{
    display:block;
    max-width:100%;
}
.equipment ul li{
    margin-top:15px;
}
.wl-search{display:block;position:relative;cursor: pointer}
.wl-search img{display:block;position:absolute;top:20px;left:-5px;}
/*contact*/
.contact-box h4{
    color: #666666;
    font-size: 13px;
    margin-top:30px;
    margin-bottom:20px;
    line-height:22px;
}
.contact-box{
    padding-bottom:30px;
}
.contact span{
    display:block;
    line-height:30px;
    font-size:13px;
    color:#666;
    padding-left:30px;
}
.contact span:hover{
    color:#FF6D00;
}
.tel1{
    background:url("/ISjpKIuDIIMUTyWqKHOHHxLqESgJ.jpg") no-repeat left center;
}
.man1{
    background:url("/ISjpKIuDIIMUTykGKEcSK1H.jpg") no-repeat left center;
}
.fax1{
    background:url("/ISjpKIuDIIMUTxSNJycOU0WqHj.jpg") no-repeat left center;
}
.mobile1{
    background:url("/ISjpKIuDIIMUTxSnKScDU0WqHj.jpg") no-repeat left center;
}
.address1{
    background:url("/ISjpKIuDIIMUTyAGKI8oDIkH.jpg") no-repeat left center;
}
.online1{
    background:url("/ISjpKIuDIIMUTyupEIgpHypqESgJ.jpg") no-repeat left center;
}
.email1{
    background:url("/ISjpKIuDIIMUTyEsHy1MU0WqHj.jpg") no-repeat left center;
}
/*********/
.left-secondNav a{
    display:block;
    color:#8E8E8E;
    padding-left:36px;
    padding-top:6px;
    padding-bottom:6px;
    border-left:1px solid #F5F5F5;
}

.left-secondNav a:hover{
    border-left:1px solid #FF6D00;
    color:#0365bc;
}

.inner-banner{
    max-width:1920px;
    margin:0 auto;
    /*height:350px;*/
    background-position:center center;
}
.contact-box img{display:block;max-width:100%;}

/*end by william 2018.5.12*/

.pro-list>ul>li:last-child a{border-bottom:1px dashed #ddd;}
.pro-list>ul>li:last-child{border-bottom:1px solid #ddd;}
.pro-list>ul>li>a,.left-secondNav a{border-left:1px solid #ddd;border-right:1px solid #ddd;}
.pro-list ul>li>a,.left-secondNav a{padding-right:10px;}
.left-con span{border-left:1px solid #ddd;border-right:1px solid #ddd;}

/**/
.about-content p{ text-indent:2em;}

.m-content{ background: #f8f8f8; padding: 30px; padding-top: 15px; box-shadow: 2px 3px 3px #ccc; margin-top: 0px; border-left: 1px solid #dddddd;}
.huodong ul{ padding:20px 0;}
.huodong ul li{ width:31%; float:left; margin-right:3.5%;}
.huodong ul li:nth-child(3n){ margin-right:0;}
.huodong ul li p{ text-align:center; color:#df0100; margin:10px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.tixi{ text-align:center;}

/*message*/
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; font-family: microsoft yahei; color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0; font-family: microsoft yahei; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #fff3eb; color: #2d3e50; border-radius: 4px; font-family: microsoft yahei; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; background: #df0100; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.yanzhengma { display: inline; }




/*****适配移动端****/
@media (max-width:1500px) and (min-width:1400px) {
    .nav{margin-left:8%;}
}

@media (max-width:1400px) and (min-width:1200px) {
    .container{width:auto;}
    .nav{margin-left:5%;}
    .nav ul>li>a{font-size:15px;padding:0 10px;}
    .foot-conBox ul{width:65%;}
    .foot-conBox .foot-contact{margin-right:20px;}
    .logo img{max-width:300px;}

}
@media (max-width:1200px) and (min-width:990px) {
    .container{width:auto;}
    .nav{margin-left:3%;}
    .nav ul>li>a{font-size:14px;padding:0 10px;}
    .index-top{padding:0 15px;}
    .la a{font-size:12px;}
    .logo img{max-width:250px;}
    .index-proBox1{width:60%;height:650px;}
    .index-proBox2{width:35%;height:650px;}
    .index-pro2C{padding:15px;}
    .foot-conBox ul{width:60%;}
    .index-pro1B a{height:auto;line-height:24px;}
    .index-pro1B{padding:28px;}
    .index-proAbiB span{height:28px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
    .index-proAbiB em{height:18px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
    .index-caseUr img{height:100%;display:block;}
    .index-caseUl{padding:30px;}
    .index-pro1B a:last-child{display:none;}
    .index-yjBox table tr th,.index-yjBox table tr td{height:48px;line-height:48px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding:0 5px;}
    .index-input input:last-child{margin-left:2%;}
    .foot-contact{margin-right:15px;}
    .copyBox em{display:block;float:none;text-align: center;}
    .copyBox{max-width:60%;margin:0 auto;}
    .index-pro1B a.mrL{display:none;}
    .index-pro1Img img{height:250px;}
    .index-pro2C p{height:66px;}
}

@media (max-width:990px) {
    .container{width:auto;}
    .fixNav{background:url("/ISjpKIuDIIMUTyqoF3cHEk9EHkgOKSD.jpg") no-repeat;width:44px;height:34px;position:absolute;right:15px;top:0px;}

    /*inner*/
    .pro-left{max-width:100%;}
    .product-box{margin-top:15px;}
    .pro-left h2{margin-top:5px;padding-top:10px;padding-bottom:10px;}
    .inner-banner{background-size:cover;height:180px; background-position: -226px center;}
    .pro-list ul li>a{padding-top:10px;padding-bottom:10px;}
    .timgNews{display:none;}
    .left-con{display:none;}
    .navigation-box h3{line-height:30px;float:none;}
    .navigation-box .navigation{float:none;margin-top:0;line-height:30px;}
    .news-box ul li{margin-top:15px;padding-bottom:5px;}
    .pageNavi{margin-top:0;}
    .footNav ul li:last-child a{width:40%;}
    .left-secondNav a{width:50%;float:left;}
    .left-secondNav a:nth-child(odd){border-right:1px dashed #ccc;}
    .left-secondNav{overflow:hidden;border-bottom:1px dashed #ccc;}
    .left-secondNav a:nth-child(odd):last-child{border-bottom:none;}
    #sitemap{margin-bottom:20px;height:300px;}
    .contact-box{padding-bottom:20px;}
    .header-l span{display:none;}
    .header-l span:first-child{display:block;text-align: center;float:none;}
    .header-l{float:none;}
    .header-r{display:none;}
    .logo{border-right:none;}
    .index-top{padding:0;}
    .logo{max-width:80%;padding-left:15px;}
    .logo img{max-width:100%;}
    .index-top{position:relative;}
    .nav{float:none;margin-left:0;}
    .nav ul>li{width:50%;background:#f8f8f8;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
    .nav ul>li>a{height:48px;line-height:48px;text-align:center;font-size:16px;}
    .nav ul>li>a:after{width:1px;}
    .secondNav{display:none !important;}
    .la{display:none;}
    .nav ul{background:#F8F8F8;}
    .logo{float:none;}
    .nav ul{background:#F8F8F8;overflow:hidden;border-bottom:1px solid #E5E5E5;}
    /*.nav ul li:last-child{border-bottom:none;}*/
    .nav ul li{border-right:none;}
    .nav ul li:nth-child(odd){border-right:1px solid #E5E5E5;}

    .bannerslide{height:180px;}
    .pagination{margin-bottom:10px;}

    .index-proBox1{width:100%;float:none;}
    .index-proBox2{width:100%;float:none;}
    .index-pro1T{padding:15px;position:relative;}
    .index-pro1T span{font-size:18px;font-weight:bold;float:none;}
    .index-pro1T i{margin-left:0;font-size:13px;float:none;}
    .index-pro1T a{position:absolute;top:15px;right:15px;}
    .index-pro1Con{padding:15px;}
    .index-pro1Con ul{margin-top:0;}
    .index-pro1Con ul li{width:100%;margin-left:0;}
    .index-proC{padding:5%;}
    .index-proC p{margin-bottom:0;}
    .index-pro1B{display:none;}
    .index-pro1Con ul li{margin-bottom:15px;}
    .index-pro1Con ul li:last-child{margin-bottom:0;}
    .index-pro2T{padding:15px;}
    .index-pro2T span{font-size:18px;font-weight:bold;letter-spacing: 1px;margin-top:5px;}
    .index-pro2C{padding:15px;}
    .index-pro2C p{line-height:140%;margin-bottom:0;}
    .index-proAbiT{margin-top:0;padding:15px;position:relative;}
    .index-proAbiT span{float:none;font-size:18px;font-weight:bold;}
    .index-proAbiT i{float:none;margin-left:0;margin-top:10px;line-height:140%;}
    .index-proAbiT a{position:absolute;top:15px;right:15px;}
    .index-proAbiC{margin-top:15px;}
    .index-proAbiC ul li{width:100%;margin-left:0;}
    .index-proAbiB{padding:5%;}
    .index-proAbiB em{margin-top:10px;}
    .index-gcAbi{float:none;padding:15px;position:relative;}
    .index-gcAbi i{margin-top:10px;margin-bottom:0;}
    .index-gcAbi a{position:absolute;top:15px;right:15px;}
    .index-gcAbi span{font-weight:bold;font-size:18px;}
    .index-gcAbiC{padding:15px;height:auto;}
    .index-gcAbiC ul li{width:33.33%;}
    .index-gcAbiC ul li span{margin-top:10px;margin-bottom:10px;max-width:90%;}
    .index-case{padding-top:15px;}
    .index-case ul li{width:100%;margin-left:0;margin-bottom:15px;}
    .index-caseD{display:none;}
    .index-case ul li:last-child{margin-bottom:0;padding-bottom:0;}
    .index-caseUl{padding:15px;}
    .index-caseUl em{height:36px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
    .index-caseUl p{margin-top:0px;}
    .index-content{padding:15px;padding-top:0;}
    .index-yj{margin-top:0;}
    .index-yjImg{width:100%;float:none;height:auto;}
    .index-yjImg img{height:auto;}
    .index-yjBox{width:100%;float:none;}
    .index-yjBox{padding:0;}
    .index-pro1Con{padding:15px 0;}
    .index-yjBox{padding:15px;height:auto;}
    .index-yjt{margin-bottom:10px;font-size:18px;font-weight:bold;}
    .index-yjBox table tr td{padding:2px 5px;height:60px;overflow: hidden;}
    .index-news{margin:0;}
    .index-newsL{width:100%;float:none;}
    .index-newsR{width:100%;float:none;}
    .index-newsLt{padding:15px;padding-bottom:0;}
    .index-search{padding:15px;}
    .index-newsLt span{font-size:18px;font-weight:bold;}
    .index-search input{height:38px;line-height:38px;}
    .index-search a{height:38px;line-height:38px;}
    .index-newsLBox{padding:15px;}
    .index-input{width:100%;}
    .index-input input{width:47%;}
    .index-newsLBox textarea{margin-top:15px;width:98%;}
    .index-newsLBox a{height:38px;line-height:38px;width:128px;}
    .index-newsR{padding:15px;}
    .index-newsLt{padding:0;}
    .index-newsL .index-newsLt{padding-top:15px;padding-left:15px;}
    .index-newsR ul li{padding:15px 0px;background:none;}
    .index-newsR ul li span{font-size:16px;height:44px;}
    .index-newsR ul li p{margin-top:10px;height:36px;}
    .news-more{margin-top:15px;}
    .foot-con{padding:15px;display:none;}
    .copyright{padding:15px;padding-top:0;}
    .copyBox em,.copyBox a,.copyBox i{display:none;}
    .fix-tel{display:block;background:#df0100;height:50px;line-height:50px;position:fixed;bottom:0px;left:0;width:100%;color:#fff;font-size:15px;font-weight:bold;text-align: center;}
    .copyright{padding-bottom:60px;}
    .pro-container ul li img{height:120px;}
    .left-secondNav{border-bottom:none;}
    .left-secondNav a:nth-child(even){border-left:none;}
    .left-secondNav a{height:40px;overflow:hidden;line-height:40px;padding-top:0;padding-bottom:0;}
    .pro-list>ul>li:last-child a{border-bottom:1px dashed #ddd;}
    .left-secondNav a:nth-child(odd):last-child{border-bottom:1px dashed #ddd;}
    .pro-container, .news-box, .pro-detail, .news-detail-box, .pro-detail-box, .about-content, .contact-content{padding:0 15px;}
    .pro-container ul li{padding:5px;}
    .met_page{padding-bottom:20px;}
    .pro-right img{max-width:100%;display:block;margin:0 auto;}
    .news-box ul li{margin-top:0;padding-top:15px;}
    .pro-left.none-left{display:none;}
    .pro-list>ul>li:last-child{border-bottom:none}
    #sitemap{
        /*width:100%;*/
        height:350px;
        border:1px solid #ccc;
    }
    #sitemap label{
        max-width:none !important;
    }
	.nav ul>li.nav_en{ display:block;}
	.gs,.yl{ display:none;}
	.index-proBox-ul{ display:none;}
	.index-pro1Img img{ height:auto;}
	.index-pro2C,.ind_ab .ind_ab1{ width:100%; float:none;}

}

@media (min-width:767px) {
    .nav{display:block !important;}
}