@charset "utf-8";
/*公共样式*/
*{margin: 0;padding: 0;}
html,body{width: 100%; min-width: 1200px;}
body{font-size: 14px; background: #fff; font-family: Arial,Verdana,"Microsoft Yahei",sans-serif; line-height: 1.5; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .4s ease; cursor: pointer;}
a:hover{color: rgb(25,48,88);}
a:focus{outline:none;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"],select{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
textarea{resize: none;}
.clearfix{zoom: 1;}
.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}
.tl{text-align: left!important;}
.tc{text-align: center!important;}
.tr{text-align: right!important;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.layui-layer-btn .layui-layer-btn0:hover{color: #fff!important;}
.container{width: 1370px; margin: 0 auto; position: relative;}
@media only screen and (max-width: 1366px){
	.container{width: 1200px;}
}
@font-face{font-family: 'WombyRegularf';src: url('../fonts/WombyRegularf.eot');src: url('../fonts/WombyRegularf.eot?#iefix') format('embedded-opentype'),url('../fonts/WombyRegularf.ttf') format('truetype'),url('../fonts/WombyRegularf.svg') format('svg');}
 
/* 分页 */
 .pageshow{ margin:50px 0px 50px 0px; height:30px; line-height:30px; text-align:center; }
 .center .pageshow{ margin:10px 0px; height:35px; line-height:35px; text-align:right; border:none;}
 .pageshow a {padding: 8px 14px;line-height: 25px;display: inline-block;border: 1px #bbb solid;margin: 2px;background: #f8f9f7;}
 .pageshow a:hover{background: #dbb765;border: 1px #dbb765 solid; color:#fff;}
 .pageshow .curr{background: #dbb765;border: 1px #dbb765 solid; color:#fff;padding: 11px 14px; line-height: 25px;}

/*slick*/
.slick-slider{position: relative; z-index: 2;}
.slick-list{position: relative; overflow: hidden;}
.slick-list:focus{outline: 0;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-track{position: relative;}
.slick-track:before,.slick-track:after{content: ""; display: table;}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{float: left; height: 100%; min-height: 1px; display: none; position: relative; z-index: 1;}
.slick-slide:focus{outline: 0;}
.slick-slide img{display:block;}
.slick-slide.slick-active{z-index: 2;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-prev,.slick-next{display:block; width: 20px; height: 20px; line-height: 0; font-size: 0; cursor: pointer; position: absolute; top: 50%; margin-top: -10px; z-index: 5;}
.slick-prev:focus,.slick-next:focus{outline: 0;}
.slick-prev{left: -25px;}
.slick-next{right: -25px;}
.slick-dots{width: 100%; font-size: 0; text-align: center; position: absolute; bottom: 30px; z-index: 4;}
.slick-dots li{position: relative; display: inline-block; *display: inline; *zoom: 1; margin: 0 5px;}
.slick-dots li button{display: block; width: 14px; height: 14px; line-height: 0; font-size: 0; background: #fff; border-radius: 50%; overflow: hidden; cursor: pointer;}
.slick-dots li.slick-active button{background: rgb(25,48,88);}
/*头部*/
.header{width: 100%; height: 88px; min-width: 1200px; background: #fff; box-shadow: 0 8px 10px rgba(0,0,0,.1); position: relative; z-index: 9999;}
.head{width: 1370px; margin: 0 auto;} 
.logo{height: 56px; float: left; margin-top: 16px; }
.logo img{height: 56px;}
.nav{float: left; margin-right: 36px;margin-left: 100px;}
.nav > ul > li{float: left; padding: 0 10px; font-size: 16px; position: relative;}
.nav ul > li.nopos{position: static;}
.nav > ul > li > a{display: block; height: 88px; line-height: 88px; padding: 0 14px; color: #222; position: relative;}
.nav > ul > li > a i{display: block; width: 0; height: 2px; background: #dbb765; position: absolute; left: 0; bottom: 0; transition: width .5s;}
.nav > ul > li > a.pos:after{display: inline-block; content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #585858; margin-left: 6px; position: relative; top: -3px; transition: transform .5s;}
.nav > ul > li:hover > a,.nav > ul > li.active > a{color:  #dbb765;}
.nav > ul > li.active > a.pos:after{border-top-color:  #dbb765;}
.nav > ul > li:hover > a i{width: 100%;}
.nav > ul > li:hover > a.pos:after{border-top-color:  #dbb765; transform: rotate(-180deg);}
.nav ul > li:hover .subnav{height: auto; margin-top: 0; opacity: 1; visibility: visible;}
.subnav{width: 170px; box-shadow: 0 0 16px -4px rgba(0,0,0,.3); background: #fff; position: absolute; left: 50%; top: 100%; margin-left: -85px; text-align: center; height: 0; overflow: hidden; margin-top: 20px; transition: all .3s; opacity: 0; visibility: hidden;}
.subnav > ol{padding: 14px 0 12px 0; position: relative; z-index: 2;}
.subnav > ol li a{display: block; height: 36px; line-height: 36px; font-size: 13px; overflow: hidden;}
.subnav > ol li a:hover{background:  #dbb765; color: #fff!important;}
.nav ul > li:hover .navchildq{display: block;}
.navchildq{background: #fff; overflow: hidden; padding: 30px 100px 40px 100px; border-top: 1px solid #ccc; display: none; position: absolute; left: 0; right: 0; top: 100%;}
.navchildq .item{width: 16.66%; float: left; margin-top: 15px; margin-bottom: 10px;}
.navchildq dl{margin: 0 20px;}
.navchildq dt{width: 80%; border-bottom: 1px solid #3f537d;color: #010101;font-size: 18px;height: 35px;line-height: 35px;overflow: hidden; background: url(../images/hg.jpg) right 5px no-repeat; margin-bottom: 10px;}
.navchildq dt a{display: block; font-size: 14px; border-left: 2px solid #3f537d; height: 18px; line-height: 18px; padding-left: 8px; font-weight: bold;}
.navchildq dd{width: 172px; height: 30px; line-height: 30px; border-bottom: 1px dashed #bfbfbf; overflow: hidden; font-size: 14px;}
.navchildq dd a{color: #656565; display: block; height: 30px; overflow: hidden; padding-left: 12px; position: relative;}
.navchildq dd a i{display: block; width: 4px; height: 4px; background: rgb(25,48,88); position: absolute; left: 0; top: 13px;}
.navchildq dd a:hover{color: rgb(25,48,88); text-decoration: underline;}
.language{display: block; width: 80px; float: left; margin-top: 29px; margin-right: 14px; height: 30px; line-height: 30px;  border-radius: 50%; font-family: "Arial"; font-size: 12px; color: #8d8d8d; text-align: center;}
 .language span{padding-left:5px;}
.htel{width: 350px; float: right; height: 88px; line-height: 88px; background: url(../images/htel-bg.png) no-repeat 45px center rgb(25,48,88); font-size: 22px; color: #fff; text-indent: 82px;}



/*底部*/
.footer{background: #232323; color: #8e8e8e; position: relative; overflow: hidden;}
.footer a{color: #8e8e8e;}
.footer a:hover{color:#fff!important;}
.foot-model{padding: 56px 0 46px 0; position: relative; overflow: hidden;}
.foot-model .line{width: 1px; background: #fff; filter: alpha(opacity=10); opacity: .1; position: absolute; top: 56px; bottom: 46px;}
.foot-model .l1{left: 550px;}
.foot-model .l2{left: 1020px;}
.foot-nav{float: left;}
.foot-nav dl{width: 160px; float: left; margin-right: 60px;}
.foot-nav dl .ftlinktop{font-size: 16px; font-weight: bold;}
.foot-nav dt{font-size: 14px; color: #fff; margin-bottom: 20px;}
.foot-nav dt a{color: #fff;}
.foot-nav dt a:hover{opacity: .5;color: #FFFFFF !important;}
.foot-nav dd{line-height: 26px;}
.fcontact{width: 362px; margin-left: 50px; margin-right: 0!important;}
.foot-wechat{float: right;}
.foot-wechat span{display: block; float: left; margin-left: 30px;}
.foot-wechat span.ml0{margin-left: 0;}
.foot-wechat span img{display: block; width: 108px; height: 108px; margin: 0 auto;}
.foot-wechat span p{margin-top: 18px; text-align: center;}
.foot-copy{border-top: 1px solid #393939; overflow: hidden; padding: 28px 0;}
.foot-copy a:hover{color: #FFFFFF !important;}

/* 栏目标题 */
.lmtitle{height: 54px;background: url(../images/tt_line.jpg) no-repeat center bottom;text-align: center;margin-bottom: 50px;padding-top: 13px;}
.lmtitle p{font-size: 35px;font-weight: bold;line-height: 20px;color: #333333;position: relative;z-index: 13;}
.lmtitle p em{display: block;padding-top: 50px;font-size: 16px;color: #666666;line-height: 23px;font-weight: normal;}
.lmtitle b{font-family: MicrosoftYaHei-Bold;font-size: 39px;color: #e3e3e3;position: relative;top: -119px;left:0;z-index: 0;text-transform: uppercase;}

/*热门搜索*/
.hot-search{height: 92px; background: #fff; box-shadow: 6px 10px 49px rgba(140,140,140,.18); margin-top: -46px; position: relative; z-index: 2;}
.hot-sleft{max-width: 70%; float: left; margin-left: 34px; height: 92px; line-height: 92px; font-size: 0; overflow: hidden;}
.hot-sleft span,.hot-sleft ul{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; font-size: 14px;}
.hot-sleft span{color: #7d7d7d;}
.hot-sleft ul{margin-left: 4px;}
.hot-sleft li{float: left; margin-right: 14px;}
.hot-sleft li a:hover{color: #666666;}
.searchform{width: 327px; float: right; margin-right: 34px; margin-top: 30px; height: 32px; background: #f2f2f2; border-radius: 16px; overflow: hidden;}
.searchform .form{padding-right: 46px; position: relative; height: 32px; overflow: hidden;}
.searchform .input{height: 32px; padding: 0 10px 0 20px; font-size: 14px; color: #fff;}
.searchform input[type="text"]{display: block; width: 100%; height: 32px; line-height: 32px; *line-height: 34px; font-size: 14px;}
.searchform .btn{display: block; width: 46px; height: 32px; cursor: pointer; background: url(../images/search-btn.png) no-repeat center; position: absolute; right: 0; top: 0;}
/*首页*/
.inentitle{font-family: "WombyRegularf"; font-size: 36px; color: #222; line-height: 1.1; text-transform: uppercase;}
.intitle{font-size: 38px; color: #333; line-height: 1.1; margin-top: 6px;}
/*首页---广告图切换*/
.banner{position: relative; overflow: hidden;}
.banner .slick-slide img{width: 100%; image-rendering: -webkit-optimize-contrast;}
.banner .slick-dots{bottom: 76px;}
.banner .slick-dots li button{width: 16px; height: 16px; border: 2px solid #e7e7e7; background: url(../images/default-bg.png) repeat;}
.banner .slick-dots li.slick-active button{background: #fff; border-color: #fff;}
.banner .slick-prev,.banner .slick-next{width: 32px; height: 14px; background: url(../images/ban-arrow.png) no-repeat; filter: alpha(opacity=50); opacity: .5; top: auto; margin-top: 0; bottom: 76px;}
.banner .slick-prev{background-position: 0 0; left: 102px;}
.banner .slick-next{background-position: -32px 0; right: 102px;}
.banner .slick-prev:hover,.banner .slick-next:hover{filter: alpha(opacity=100); opacity: 1;}



/*首页---产品中心*/
.inproduct{background: #f2f2f2; width: 100%; min-width: 1200px; padding: 100px 0 86px 0; position: relative; margin-top: -46px; overflow: hidden;}
.inproduct-tabbox{margin-top:90px}
.inproduct-tabcont{}
.inproduct-left{float: left; margin-right: 30px;}
.inproduct-left{background: url(../images/pro_left_bg.jpg) no-repeat top center;width: 338px;height: 554px;color: #FFFFFF;padding-top: 64px;}
.inproduct-left_txt{width: 84%; margin: 0px auto 0;}
.inproduct-left_txt h2{font-size:32px; font-weight: bold; padding-bottom: 30px;}
.inproduct-left_txt .pro_class_txt{font-size:16px ;padding-bottom: 33px; line-height: 28px;}
.inproduct-left_txt a{font-size:16px;color: #FFFFFF; padding: 10px 88px; border: 1px solid #fff;}

.indexproduct-list{float: left;width: 1000px;}
.indexproduct-list ul{overflow: hidden;}
.indexproduct-list li{width: 318px;float: left;margin-bottom: 40px;height: 288px;margin-right: 23px;position: relative;cursor: pointer;text-align: center;overflow: hidden;}
.indexproduct-list li:nth-child(3),.indexproduct-list li:nth-child(6){ margin-right: 0;}
.indexproduct-list li .product_pic{height: 288px;background: #fff;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.indexproduct-list li .product_pic img{display: block; width: 100%;  transition: transform 1s;  align-items: center;}
.indexproduct-list li .product_txt{position: absolute;	left: 0;bottom: 0;width: 100%;	height: 45px;line-height: 45px;	text-align: center;	color: #fff;background: rgba(0,0,0,0.6);text-align: center;}
.indexproduct-list li .product_txt h3{font-size: 20px; color: #FFFFFF;}
.indexproduct-list li .product_txt h3 span{display: block;background: #dbb867;line-height: 40px;margin: 0 50px; }
.indexproduct-list li .product_txt span a{ display: block;text-align: center;color: #FFFFFF;font-size: 14px; }
.indexproduct-list .con1{background: url(../images/p_more.jpg) no-repeat;}
.indexproduct-list .con1 .m_txt{text-align: center; color: #FFFFFF; }
.con1 .m_txt h3{font-size: 20px; margin-top: 108px;}
.con1 .m_txt a{font-size: 15px; color: #FFFFFF; display: block;}



/* 产品列表 */
.inproduct{background: #f2f2f2; width: 100%; min-width: 1200px; padding: 100px 0 86px 0; position: relative; margin-top: -46px; overflow: hidden;}
.inproduct-tabbox{margin-top: -36px;}
.inproduct-tabtit ul{font-size: 0; text-align: right;}
.inproduct-tabtit li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 36px; line-height: 36px; margin-left: 12px; border: 1px solid #c8c8c8; font-size: 16px; color: #7f7f7f; cursor: pointer; padding: 0 25px;}
.inproduct-tabtit li.active{background: rgb(25,48,88); border-color: rgb(25,48,88); color: #fff;}
.inproduct-tabcont{margin-top: 60px;}
.inproduct-list ul{margin: -11px; overflow: hidden;}
.inproduct-list li{width: 326px; float: left; margin: 11px;}
.inproduct-list li .pic{border: 1px solid #e2e2e2; border-bottom: 0; background: #fff; overflow: hidden;}
.inproduct-list li .pic img{display: block; width: 100%; height: 264px; transition: transform 1s;}
.inproduct-list li .text{display: block;background: #e2e2e2;padding: 20px 18px 20px 22px;border-bottom: 2px solid #c7c7c7;position: relative;}
.inproduct-list li .title{height: 26px; line-height: 26px; font-size: 18px; color: #1b1b1b; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color .4s;}
.inproduct-list li .desc{height: 40px;line-height: 20px;font-size: 14px;color: #828282;overflow: hidden;text-overflow: ellipsis;margin-top: 4px;transition: color .4s;}
.inproduct-list li .more{width: 19px; height: 9px; background: url(../images/inpro-more.png) no-repeat; position: absolute; right: 28px; top: 29px;}
.inproduct-list li .line{width: 0; height: 2px; background: rgb(191,17,27); position: absolute; left: 0; bottom: -2px; transition: width .5s;}
.inproduct-list li:hover .pic img{transform: scale(1.1);}
.inproduct-list li:hover .text{background:#dbb765;}
.inproduct-list li:hover .title,.inproduct-list li:hover .desc{color: #fff;}
.inproduct-list li:hover .more{background: url(../images/inproh-more.png) no-repeat;}
.inproduct-list li:hover .line{width: 100%;}
.inproduct-tabitem{display: block!important; height: 0; opacity: 0; visibility: hidden;}
.inproduct-tabitem.tactive{height: auto; opacity: 1; visibility: visible; transition: opacity .5s;}
.inproduct-slick{margin: 0 -11px;}
.inproduct-slick .slick-slide{width: 348px; float: left;}
.inproduct-slick .slick-slide .item{margin: 0 11px;}
.inproduct-slick .slick-slide .pic{border: 1px solid #e2e2e2; border-bottom: 0; background: #fff; overflow: hidden;}
.inproduct-slick .slick-slide .pic img{display: block; width: 100%; height: 324px; transition: transform 1s;}
.inproduct-slick .slick-slide .text{display: block; background: #e2e2e2; padding: 20px 52px 20px 22px; border-bottom: 2px solid #c7c7c7; position: relative;}
.inproduct-slick .slick-slide .title{height: 26px; line-height: 26px; font-size: 18px; color: #1b1b1b; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color .4s;}
.inproduct-slick .slick-slide .desc{height: 20px; line-height: 20px; font-size: 14px; color: #828282; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 4px; transition: color .4s;}
.inproduct-slick .slick-slide .more{width: 19px; height: 9px; background: url(../images/inpro-more.png) no-repeat; position: absolute; right: 28px; top: 29px;}
.inproduct-slick .slick-slide .line{width: 0; height: 2px; background: rgb(191,17,27); position: absolute; left: 0; bottom: -2px; transition: width .5s;}
.inproduct-slick .slick-slide .item:hover .pic img{transform: scale(1.1);}
.inproduct-slick .slick-slide .item:hover .text{background: rgb(25,48,88);}
.inproduct-slick .slick-slide .item:hover .title,.inproduct-slick .slick-slide .item:hover .desc{color: #fff;}
.inproduct-slick .slick-slide .item:hover .more{background: url(../images/inproh-more.png) no-repeat;}
.inproduct-slick .slick-slide .item:hover .line{width: 100%;}
.inproduct-slick .slick-prev,.inproduct-slick .slick-next{width: 44px; height: 44px; line-height: 44px; font-family: serif; font-size: 20px; font-weight: bold; text-align: center; background: #e2e2e2; border-radius: 50%; margin-top: -22px; transition: background .5s,color .5s;}
.inproduct-slick .slick-prev{left: -50px;}
.inproduct-slick .slick-next{right: -50px;}
.inproduct-slick .slick-prev:hover,.inproduct-slick .slick-next:hover{background: rgb(25,48,88); color: #fff;}

 
 /*首页---应用案例*/
 .incase{background: url(../images/case_bg.jpg) no-repeat; padding-top: 40px; height: 968px;}
 .ctitle{height: 54px;background: url(../images/tt_line.jpg) no-repeat center bottom;text-align: center;margin-bottom: 65px;padding-top: 28px;}
 .ctitle p{font-size: 35px;font-weight: bold;line-height: 20px;color: #000;position: relative;z-index: 13;}
 .ctitle p em{display: block;padding-top: 50px;font-size: 16px;color: #666;line-height: 23px;font-weight: normal;}
 .ctitle b{font-family: MicrosoftYaHei-Bold;font-size: 39px;color: #e3e3e3;position: relative;top: -119px;left:0;z-index: 0;text-transform: uppercase;}
 
 
.incase .nr {
  position: relative;
  padding-right: 400px;
  min-height: 635px;
  background: #fff;
  padding: 15px;
}
.incase .nr .hd {
  position: absolute;
  width: 380px;
  right: 10px;
  top: 10px;
}
.incase .nr .hd ul li {
  width: 48%;
  height: 194px;
  margin: 1%;
  float: left;
  text-align: center;
  display: flex;
  vertical-align: middle;
  align-items: center;
  background: #787878;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.incase .nr .hd ul li .ico {
  line-height: 60px;
}
.incase .nr .hd ul li .cn {
	width: 100%;
  font-size: 24px;
  height: 40px;
  line-height: 28px;
  text-overflow: ellipsis;

}
.incase .nr .hd ul li .en {
  font-size: 12px;
  color: #e5e4e4;
  text-transform: uppercase;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.incase .nr .bd ul li .pic img{width: 930px; height: 597px;}
.incase .nr .hd ul li.on {
  background: #dbb765 url(../images/ico_case.png)no-repeat 50% 40px;
}
.incase .nr .bd ul li .wz {
  background: #eaeaea;
  padding: 15px;
}
.incase .nr .bd ul li .wz .tit {
  margin-bottom: 5px;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.incase .nr .bd ul li .wz .jj {
  font-size: 14px;
  color: #999;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.incase .nr .bd ul li .wz .jj a {
  color: #dbb765;
} 
 
/*首页---定制流程*/
.inprocess{background: url(../images/inprocess-inbg.jpg) repeat; padding-top: 40px;}
 
.inprocess .desc{font-size: 16px;color: #666666;text-align: center;margin-top: 20px;}
.inprocess .tel{height: 46px; position: relative; margin-top: -46px;}
.inprocess .tel span{display: block; width: 234px; height: 46px; line-height: 46px; background: url(../images/proctel-bg.png) no-repeat 31px center rgb(25,48,88); border-radius: 23px; font-family: "Arial"; font-size: 20px; color: #fff; text-indent: 65px; position: absolute; right: 0; top: 0;}
.inprocess-box{margin-top: 30px; overflow: hidden;}
.inprocess-box ul{margin: 0 -31px;}
.inprocess-box li{width: 141px; float: left; margin: 0 31px; padding: 44px 0 54px 0; position: relative;}
.inprocess-box li .icon{width: 36px; height: 36px; background: url(../images/process-icon.png) no-repeat; transition: background .5s; margin: 0 auto; position: relative; z-index: 2;}
.inprocess-box li .ico1{background-position: 0 0;}
.inprocess-box li .ico2{background-position: -36px 0;}
.inprocess-box li .ico3{background-position: -72px 0;}
.inprocess-box li .ico4{background-position: -108px 0;}
.inprocess-box li .ico5{background-position: -144px 0;}
.inprocess-box li .ico6{background-position: -180px 0;}
.inprocess-box li .ico7{background-position: -216px 0;}
.inprocess-box li .next{width: 12px; height: 22px; background: url(../images/process-next.png) no-repeat; position: absolute; left: -37px; top: 64px;}
.inprocess-box li .name{font-size: 18px; color: #434343; text-align: center; line-height: 28px; margin-top: 6px; position: relative; z-index: 2;}
.inprocess-box li .num{font-size: 12px; color: #434343; text-align: center; line-height: 20px; margin-top: 12px; position: relative; z-index: 2;}
.inprocess-box li .bg{width: 100%; height: 100%; background: #dbb765; position: absolute; left: 0; bottom: -100%; z-index: 1; transition: all .6s;}
.inprocess-box li.active .ico1{background-position: 0 -36px;}
.inprocess-box li.active .ico2{background-position: -36px -36px;}
.inprocess-box li.active .ico3{background-position: -72px -36px;}
.inprocess-box li.active .ico4{background-position: -108px -36px;}
.inprocess-box li.active .ico5{background-position: -144px -36px;}
.inprocess-box li.active .ico6{background-position: -180px -36px;}
.inprocess-box li.active .ico7{background-position: -216px -36px;}
.inprocess-box li.active .name,.inprocess-box li.active .num{color: #fff;}
.inprocess-box li.active .bg{bottom: 0;}

/*首页---关于我们*/
.inabout{background: rgb(25,48,88); padding: 100px 0 78px 0;}
.incompany .inentitle{color: #fff; font-weight: bold;}
.incompany .intitle{color: #fff;}
.incompany .intitle span{color: #dbb765; font-weight: bold; padding-left: 8px;}
.incompany .text{width: 638px; float: left;}
.incompany .titlep{font-size: 21px; color: #fff; margin-top: 40px;}
.incompany .line{width: 56px; height: 2px; background: #fff; margin-top: 28px;}
.incompany .desc{font-size: 16px; height: 262px; line-height: 32px; color: #fff; text-align: justify; margin-right: 10px; margin-top: 44px; overflow: hidden;}

.incompany .more{display: block; width: 122px; height: 46px; padding-right: 41px; position: relative; margin-top: 32px;}
.incompany .more span{display: block; width: 122px; height: 46px; line-height: 46px; background: #dbb765; font-size: 16px; color: #fff; text-align: center;}
.incompany .more i{display: block; width: 38px; height: 40px; border: 3px solid #dbb765; border-left: 0; background: url(../images/inabt-more.png) no-repeat center; position: absolute; right: 0; top: 0;}
.incompany .more:hover{transform: translateX(10px);}
.incompany .pic{width: 686px; float: right; margin-top: 10px;}
.inabout-list{margin-top: 64px; overflow: hidden;}
.inabout-list ul{ position: relative; overflow: hidden; white-space: nowrap;}
.inabout-list li{width: 316px;margin-right: 35px;overflow: hidden;position: relative; float: left;}
.inabout-list li:nth-child(4n){margin-right: 0;}
.inabout-list li img{width: 100%;height: 234px;transition: transform .8s;}
.inabout-list li:hover img{transform: scale(1.1);}
.inabout-list li .inabout_txt{position: absolute;	left: 0;bottom: 0;width: 316px;	height: 45px;line-height: 45px;	text-align: center;	color: #fff;background: rgba(0,0,0,0.6);text-align: center;}
.inabout-list li .inabout_txt h3{font-size: 20px; line-height: 45px; color: #FFFFFF;}




/*首页---合作伙伴*/
.inpartner{background: #fff; padding: 58px 0 70px 0;}
.inpartner-more{text-align: right; border-bottom: 1px solid #e5e5e5; padding-bottom: 30px; margin-bottom: 30px;}
.inpartner-more a{color: #b5b5b5;}
.inpartner-more a:hover{color: rgb(25,48,88);}
.inpartner-list ul{margin: -9px; position: relative; overflow: hidden;}
.inpartner-list li{width: 178px;float: left;margin: 9px;height: 96px;/* line-height: 96px; */text-align: center;background: #fff;border: 1px solid #e1e1e1;transition: border-color .5s;overflow: hidden;}
.inpartner-list li img{width: 100%;height: 100%;}


/*首页---新闻资讯*/
.innews{background: #f1f4f6; padding: 70px 0 110px 0; position: relative;}
.innews-tabbox{margin-top: 60px;}
.innews-tabtit ul{font-size: 0; text-align: center;}
.innews-tabtit li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-left: 12px; height: 36px; line-height: 36px; border: 1px solid #c8c8c8; font-size: 16px; color: #7f7f7f; padding: 0 26px; cursor: pointer;}
.innews-tabtit li.active{background: #dbb765; border-color: #dbb765; color: #fff;}
.innews-tabcont{margin-top: 30px; border-top: 1px solid #d8dbdd; padding-top: 42px;}
.innews-list ul{margin: -12px -15px; *overflow: hidden;}
.innews-list li{width: 320px; float: left; margin: 12px 15px;}
.innews-list li .pic{height: 250px; background: #d5d5d5; overflow: hidden;}
.innews-list li .pic img{display: block; width: 100%; min-height: 250px; transition: transform .8s;}
.innews-list li .text{display: block; background: #eee; padding: 16px 30px 24px 20px; position: relative;}
.innews-list li .title_new{    overflow: hidden;height: 24px; line-height: 24px; font-size: 18px; color: #323232; transition: color .4s;}
.innews-list li .time{height: 20px; line-height: 20px; font-size: 14px; color: #c3c3c3; margin-top: 4px; transition: color .4s;}
.innews-list li .desc{height: 44px; line-height: 22px; font-size: 14px; color: #7d7d7d; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 10px; transition: color .4s;}
.innews-list li .line{display: block; width: 0; height: 2px; background: rgb(191,17,27); position: absolute; left: 0; bottom: 0; transition: width .5s;}
.innews-list li:hover{box-shadow: 10px 6px 10px rgba(163,163,163,.35);}
.innews-list li:hover .pic:hover img{transform: scale(1.1);}
.innews-list li:hover .text{background: #dbb765;}
.innews-list li:hover .title_new,.innews-list li:hover .desc{color: #fff;}
.innews-list li:hover .time{color: #fff; filter: alpha(opacity: 50); opacity: .5;}
.innews-list li:hover .line{width: 100%;}


/* 企业风采 */
.innews-listfc ul{}
.innews-listfc li{width: 320px; float: left; margin-right: 30px; margin-bottom: 35px;}
.innews-listfc li:nth-child(3n){margin-right: 0;}
.innews-listfc li .picf{height: 268px;border: #d5d5d5 1px solid;overflow: hidden;justify-content: center;align-items: center;display: flex;}
.innews-listfc li .picf img{display: block;/* height: 308px; */width: 98%;overflow: hidden;align-items: center;padding: 4px;transition: transform 1s;}
.innews-listfc li:hover .picf img{transform: scale(1.1);    transition: transform 1s;}
.innews-listfc li h3{display: block;background: #fff;padding: 16px;text-align: center;background: #f0f0f0;border: #d5d5d5 1px solid;border-top:none ;}

/* 资质证书 */
.innews-listzs ul{}
.innews-listzs li{height:340px;width: 232px; margin:0 30px 35px 0 ;float: left; }
.innews-listzs li:nth-child(4n){margin-right: 0;}
.innews-listzs li .picf{height: 280px;width: 230px;border: #d5d5d5 1px solid;overflow: hidden;}
.innews-listzs li .picf img{display: block;width: 98%;height: 280px;overflow: hidden;padding: 4px; transition: transform 1s;}
.innews-listzs li:hover .picf img{transform: scale(1.1); transition: transform 1s;}
.innews-listzs li h3{display: block;background: #fff;padding: 16px;text-align: center;background: #f0f0f0;border: #d5d5d5 1px solid;border-top:none ;}

/* 合作伙伴*/
.innews-listhz ul{}
.innews-listhz li{height:160px;width: 232px; margin:0 30px 35px 0 ;float: left; }
.innews-listhz li:nth-child(4n){margin-right: 0;}
.innews-listhz li .picf{height: 100px;width: 230px;border: #d5d5d5 1px solid;overflow: hidden;}
.innews-listhz li .picf img{display: block;width: 100%;height: 100px;overflow: hidden;transition: transform 1s;}
.innews-listhz li:hover .picf img{transform: scale(1.1); transition: transform 1s;}
.innews-listhz li h3{display: block;background: #fff;padding: 10px 16px;text-align: center;background: #f0f0f0;border: #d5d5d5 1px solid;border-top:none ;}

/*首页---友情链接*/
.links{background: #303030; padding: 36px 0; position: relative; overflow: hidden;}
.links span{display: block; float: left; height: 40px; line-height: 40px; font-family: "WombyRegularf"; font-size: 30px; color: rgb(191,17,27);}
.links ul{margin-left: 82px; overflow: hidden; padding-left: 16px;}
.links li{min-width: 60px; float: left; margin: 0 16px; height: 40px; line-height: 40px; font-size: 14px; color: #9c9c9c; text-align: center;}
.links li a{color: #9c9c9c;}
.links li a:hover{color: rgb(191,17,27);}

/*---左菜单---*/
.index-product{padding: 66px 0;}
.product-inbox{margin-top: 26px;}
.product-inleft{width: 280px; float: left; background: rgb(25,48,88);}
.product-inleft .title{font-size: 30px; font-weight: bold; line-height: 1.1; color: #fff; padding: 34px 18px 0 28px;}
.product-inleft .entitle{font-family: "Arial"; font-size: 18px; line-height: 1.1; color: #fafafa; padding: 9px 18px 22px 28px; filter: alpha(opacity=20); opacity: .2; text-transform: uppercase;}
.product-inmenu{background: #fff; padding-bottom: 1px;}
.product-inmenu .dt{background: #f5f5f5;height: 55px;line-height: 55px;margin-bottom: 1px;border-left: 4px solid #dbb765;font-size: 18px;color: #fff;padding: 0 54px 0 20px;position: relative;overflow: hidden;}
.product-inmenu .dt a{display: block; height: 55px; line-height: 55px; color: #000;}
.product-inmenu .dt a:hover{background: #dbb765; color: #fff!important;}
.product-inmenu .dt i{display: block; width: 16px; height: 16px; background: url(../images/prodicon-right.png) no-repeat; position: absolute; right: 30px; top: 20px; cursor: pointer;}
.product-inmenu .dt.on i{background: url(../images/prodicon-down.png) no-repeat;}
.product-inmenu .dd{display: none; margin-bottom: 1px;}
.product-inmenu .dd ul{margin-bottom: -1px; overflow: hidden;}
.product-inmenu .dd li{height: 55px; margin-bottom: 1px; font-size: 16px; position: relative;}
.product-inmenu .dd li a{display: block; height: 55px; line-height: 55px; background: #f5f5f5; border-left: 4px solid #d5d5d5; padding: 0 20px 0 38px; overflow: hidden;}
.product-inmenu .dd li i{width: 4px; height: 4px; background: #a7a7a7; position: absolute; left: 26px; top: 26px;}
.product-inmenu .dd li.active{font-weight: bold;}
.product-inmenu .dd li.active i{background: rgb(25,48,88);}
.product-inmenu .dd li.active a{color: rgb(25,48,88)!important;}
.product-inmenu .on{color: #fff;background: #dbb765;}
.product-inmenu .on a {color: #fff; }
.product-inleft .cinfo{height: 137px; padding: 0 19px; color: #fff;}
.product-inleft .cinfo .tit{height: 25px; line-height: 25px; padding-top: 15px; padding-left: 32px; background: url(../images/cinfo-icon.png) no-repeat left bottom; font-family: "Arial"; font-size: 24px; color: #fff; text-transform: uppercase; filter: alpha(opacity=60); opacity: .6;}
.product-inleft .cinfo p{font-family: "Microsoft Yahei Light"; font-size: 14px; margin-top: 8px; margin-bottom: 3px;}
.product-inleft .cinfo span{display: block; font-family: "Arial"; font-size: 24px; font-weight: bold; line-height: 27px;}
.product-inright{width: 1022px; float: right;}
.product-infirst{background: #f5f5f5; overflow: hidden;}
.product-infirst .pic{width: 355px; float: left; overflow: hidden;}
.product-infirst .pic img{width: 355px; height: 350px;}
.product-infirst .text{width: 500px; float: right; margin-top: 32px; margin-right: 40px;}
.product-infirst .title{height: 30px; line-height: 30px; font-size: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.product-infirst .line{width: 70px; height: 2px; background: #ccc; margin-top: 22px;}
.product-infirst .desc{font-size: 16px; line-height: 30px; color: #666; margin-top: 14px; height: 150px; overflow: hidden;}
.product-infirst .btns{margin-top: 24px; overflow: hidden;}
.product-infirst .btns a{display: block; float: left; margin-right: 14px; width: 108px; height: 40px; line-height: 40px; background: #333; font-size: 14px; text-align: center; color: #fff;}
.product-infirst .btns a.a1{background: rgb(191,17,27);}
.product-infirst .btns a:hover{background: rgb(25,48,88); color: #fff!important;}
.product-inlist{padding-top: 2px; overflow: hidden;}
.product-inlist ul{margin: 0 -10px;}
.product-inlist li{width: 298px; float: left; margin: 20px 10px 0 10px; overflow: hidden; position: relative;}
.product-inlist li a{display: block; overflow: hidden; position: relative;}
.product-inlist li img{width: 298px; height: 295px; transition: all .6s;}
.product-inlist li:hover img{transform: scale(1.1);}
.product-inlist li .title{height: 40px; width: 100%; position: absolute; left: 0; bottom: 0;}
.product-inlist li .title .bg{width: 100%; height: 100%; background: #000; filter: alpha(opacity: 40); opacity: .4; position: absolute; left: 0; top: 0; z-index: 1;}
.product-inlist li .title h3{height: 40px; line-height: 40px; margin: 0 10px; font-size: 14px; color: #fff; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; z-index: 2;}

.case-inright{width: 100%; }
 


/*内页*/
.ny-banner{height: 350px; background-repeat: no-repeat; background-position: center; position: relative;}
.ny-banner h2{ font-size: 38px; color: #fff; text-align: center; font-weight: bold;padding-top: 80px;}
.ny-banner p{ font-size: 16px; color: #fff; text-align: center;}

/*栏目左边当前位置*/
.right-position {height:50px; border-bottom: solid 1px #ddd; color: #666; margin-bottom: 30px;}
.right-position a {color: #666;}
.right-position .p-left {float: left;line-height: 50px;margin-left:20px;}
.right-position .p-left h3{font-size: 20px;}
.right-position .p-right {float: right;line-height: 50px;margin-right:10px;}

/*****分页*****/
.mk_pages {	line-height: 25px;	text-align: center;	font-size: 0;	padding: 50px 0;}

.mk_pages ul {	text-align: center;	font-size: 0;}
.mk_pages ul li { display: inline-block; *display: inline; *zoom: 1; font-size: 16px; line-height: 17px;    margin-right: 6px; border: 1px solid #E9E9E9;    padding: 14px 9px;}
.mk_pages ul li a { font-size: 14px; padding: 10px;}
.mk_pages .pageinfo { line-height: 21px; padding: 12px 10px 12px 16px; color: #999; margin: 0px 2px;}
.mk_pages .pageinfo strong { color: #555; font-weight: normal; margin: 0px 2px;}
.mk_pages ul li.active, .mk_pages ul li.active a, .pagebox ul li.active a:hover { font-weight: bold; display: inline-block; background: rgb(191,17,27); color: #fff!important; border: 1px solid rgb(191,17,27); padding: 14px 18px;}

.mk_pages ul li.disabled span{padding: 14px 9px;}

/*通栏当前位置*/
.position{height: 60px; line-height: 60px; position: relative; overflow: hidden; box-shadow: 10px 0 20px rgba(0,0,0,.1); z-index: 2;}
.location{float: right; font-size: 14px;}
.menu-child ul{overflow: hidden; margin-left: -5px;}
.menu-child li{float: left; margin-right: 20px; height: 60px; line-height: 60px; font-size: 16px;}
.menu-child li a{display: block; height: 60px; line-height: 60px; position: relative; position: relative; padding: 0 10px;}
.menu-child li a i{display: block; height: 2px; background: rgb(191,17,27); position: absolute; left: 50%; right: 50%; bottom: 0; transition: left .5s,right .5s;}
.menu-child li.active a{color: rgb(191,17,27)!important;}
.menu-child li.active a i,.menu-child li:hover a i{left: 5px; right: 5px;}

/*产品详情*/
.prodetails-left{width: 360px; float: left; position: relative; z-index: 2;}
.product-bigpic{width: 360px;height: 360px;overflow: hidden;align-items: center;justify-content: center;display: flex;border: 1px solid #ccc;position: relative;}
.product-smallpic{margin-top: 13px;position: relative;width: 100%;/* margin-left: 5%; */}
.product-smallpic .prev,.product-smallpic .next{display: block; width: 26px; height: 100%; position: absolute; }
.product-smallpic .prev{left: 0;}
.product-smallpic .next{right: 0;}
.product-smallpic .prev span,.product-smallpic .next span{display: block; width: 100%; height: 100%; background: #000; filter: alpha(opacity=50); opacity: .5; position: absolute; left: 0; top: 0; z-index: 1;}
.product-smallpic .prev i,.product-smallpic .next i{display: block; width: 12px; height: 22px; background: url(../images/prod-arrow.png) no-repeat; position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -11px; z-index: 2;}
.product-smallpic .prev i{background-position: 0 0;}
.product-smallpic .next i{background-position: 0 -22px;}
.product-smallslick{margin: 0 30px; position: relative;}
.product-smallslick .slick-slide span{display: block; margin: 0 6px; border: 1px solid #ccc; cursor: pointer;}
.product-smallslick .slick-slide span img{width: 100%;}
.product-smallslick .slick-current span{border-color: #dbb765;}
.zoomDiv{width: 200px; height: 200px; position: absolute; top: 0; left: 0; z-index: 999; background: #fff; border: 1px solid #ccc; display: none; text-align: center; overflow: hidden;}
.zoomDiv img{max-width: none;}
.zoomMask{position: absolute; background: #000; filter:alpha(opacity=15); opacity: .15; cursor: crosshair; z-index: 666;}
.prodetails-right{width: 620px; float: right;}
.prodetails-right .share a{transition: all 0s;}
.prodetails-title{font-size: 26px; padding-bottom: 16px; border-bottom: 1px solid #ddd;}
.prodetails-desc{font-size: 14px; line-height: 32px; margin-top: 16px; height: 164px; overflow: hidden;}
.prodetails-sbtn{margin-top: 80px;}
.prodetails-sbtn ul{overflow: hidden;}
.prodetails-sbtn li{float: left; margin-right: 20px;}
.prodetails-sbtn li a{ display: block; width: 180px; background: rgb(191,17,27); height: 46px; line-height: 46px; font-size: 18px; color: #fff; text-align: center; border-radius: 4px; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
.prodetails-sbtn li a:hover{color: #fff!important; background: #D70101;}
/* .prodetails-sbtn li.s2 a{background: #D70101;} */
.prodetails-dbox{margin-top: 50px;position: relative;}
.prodetails-tabtit{height: 50px; border-bottom: 1px solid #e8e8e8;}
.prodetails-tabtit ul{overflow: hidden;}
.prodetails-tabtit li{float: left; margin-right: 1px; min-width: 145px; height: 50px; line-height: 50px; background: #ccc; border: 1px solid #e8e8e8; border-bottom: 0; padding: 0 30px; border-radius: 4px 4px 0 0; font-size: 22px; color: #333; text-align: center;}
.prodetails-tabtit li.active{background: #dbb765;color: #fff;/* border-bottom: 2px solid rgb(191,17,27); */}
.prodetails-tabcont{padding: 15px 0;}
.prodetails-body{font-size: 14px; color: #555; line-height: 2.2;}
.prodetails-dbox-left {float: left; width: 1040px; text-align: center;}
.prodetails-dbox-right {float: right; width: 260px; border: 1px solid #e8e8e8; background-color: #fff;}
.prodetails-dbox-right ul li {width: 258px;}
.prodetails-dbox-right ul li img{width: 100%;}
.prodetails-dbox-right ul li p {text-align: center; font-size: 16px; line-height: 24px;height: 24px; margin: 8px 0;}
.dbox-right-title {height:50px; line-height: 50px; font-size: 20px; text-align: center;}
 
/*about_us-nav*/
.about_us-nav{text-align: center;font-size: 0;}
.about_us-nav a{display: inline-block;font-size: 20px;color: #1f1a17;width: 130px;height: 38px;line-height: 38px;border: 1px solid #333;margin: 0 25px;}
.about_us-nav a.cur{background: rgb(25,48,88);color: #fff;border: 1px solid rgb(25,48,88);}
.about_us-nav.pa{padding: 40px 0;}
.about_us-text{padding: 30px 0;}

.adv-title{width: 100%;text-align: center;border-bottom: solid 1px rgb(191,17,27); padding: 20px 0 20px 0;}
.adv-title h2{font-size: 38px;font-weight: bold;line-height: 1.5;}
.adv-title p{font-size: 23px;}
/*news*/
.news-in-wrap{overflow: hidden;}
.news-in-ul{overflow: hidden;}
.news-in-ul li{height: 250px;background: #f4f4f4;overflow: hidden;position: relative;margin-bottom: 20px;border:1px solid #dcdcdc;}
.news-in-ul li img{width: 250px;height: 250px;position: absolute;left: 0;top: 0;}
.news-in-text{width: 500px;height: 250px;overflow: hidden;padding-left: 300px;}
.news-in-text h3{font-size: 18px;color: #1f1a17;font-weight: bold;margin-top: 24px;}
.news-in-text span{font-size: 14px;color: #1f1a17;display: block;border-bottom: 1px dashed #000;padding-bottom: 12px;margin-bottom: 12px;}
.news-in-ul li i.icon{background: url("../images/icon.png") no-repeat 0 -134px;width: 56px;height: 56px;position: absolute;right: 54px;top: 50%;margin-top: -28px;}
.news-in-text p{color: #4a4a4a;}
.news-in-ul li:hover i.icon{background-position: 0 0;cursor:pointer;}
.news-in-ul li h3:hover ,.news-in-ul li p:hover{cursor:pointer;color:#c22828;text-decoration:underline;}

.news-in-date{height: 39px;background: #f4f4f4;line-height: 39px;text-align: center;margin-bottom: 30px;}
.news-in-date span{color: #1f1a17;margin-right: 20px;}
.news-in-date a.shoucang{color: #1f1a17;background: url("../images/in/shoucang.png") no-repeat left;padding-left: 16px;}
.news-in-date a.shoucang:hover{color: #e70012;}

/*新闻详情*/
.news-detailsbox{padding: 50px 60px; background: #fff;}
.details-title{font-size: 26px; text-align: center; line-height: 1.2;}
.details-info{font-size: 15px; color: #666; text-align: center; margin-top: 14px;}
.details-info span{margin-right: 20px;}
.details-body{margin-top: 30px; border-top: 1px solid #eee; padding: 30px 0; line-height: 2;}
.details-prevnext{border-top: 1px solid #ddd; margin-top: 30px; padding-top: 20px; padding-bottom: 20px;}
.details-prevnext > div{padding: 5px 0;}
.other-recommend{background: #fff; position: relative; overflow: hidden; padding: 30px 20px;}
.other-recommend-title{font-size: 0; text-align: center;}
.other-recommend-title i,.other-recommend-title span{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; font-size: 24px;}
.other-recommend-title span{margin: 0 18px;}
.other-recommend-title i{width: 170px; height: 1px; background: #999;}
.other-recommend-list{margin-top: 24px;}
.other-recommend-list ul{margin: -15px -15px;}
.other-recommend-list li{width: 565px; float: left; margin: 15px 15px; overflow: hidden;}
.other-recommend-list li .pic{width: 222px; float: left; overflow: hidden;}
.other-recommend-list li .pic img{width: 100%; transition: transform .6s;}
.other-recommend-list li .pic:hover img{transform: scale(1.1);}
.other-recommend-list li .text{margin-left: 242px;}
.other-recommend-list li .title{height: 26px; line-height: 26px; font-size: 17px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.other-recommend-list li .time{font-size: 13px; color: #999; margin-top: 4px;}
.other-recommend-list li .desc{font-size: 14px; color: #666; height: 48px; line-height: 24px; color: #666; margin-top: 6px; overflow: hidden; display: -webkit-box !important; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.other-recommend-list li .more{ display: block; width: 100px; height: 32px; line-height: 32px; background: rgb(191,17,27); border-radius: 4px; font-size: 14px; color: #fff; text-align: center; margin-top: 10px; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; }
.other-recommend-list li .more:hover{color: #fff!important;background: #D70101;}
.other-recommend-more a{color: #666;}
.other-recommend-more{font-size: 0; text-align: center; margin-top: 30px;}
.other-recommend-more a{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 14px; height: 34px; line-height: 34px; border-bottom: 1px solid #666;}
.other-recommend-more a:hover{border-bottom-color: rgb(191,17,27);color: rgb(191,17,27) !important;}
/*合作客户列表*/
.list-customer{margin-top: 0!important;}

/*联系我们*/
.contact-text{width: 500px; float: left; line-height: 2; margin-top: 16px;}
.contact-map{width: 660px; float: right;}
.contact-map #dituContent{border: 1px solid #ccc; height: 360px;}
.contact-map h3{font-size: 16px;}
.contact-map p{font-size: 14px; color: #666;}
.contact-map img{max-width: none;}


/*在线留言*/
.messages .title{font-size: 28px; text-align: center;}
.messages .desc{font-size: 14px; color: #4d4d4d; text-align: center;  line-height: 30px;}
#form_message{width: 640px; margin: 30px auto 0;}
.messages li{margin-bottom: 10px; position: relative; padding: 0 16px; border-radius: 4px; border: 1px solid #ddd;}
.messages li input[type="text"]{display: block; width: 100%; height: 36px; line-height: 36px;}
.messages li textarea{display: block; width: 100%; height: 90px; line-height: 22px; padding: 8px 0;}
.messages li.code{margin-right: 420px;}
.messages li.code .code_img{height: 100%; background: #fff; position: absolute; right: -110px; top: 0;}
.messages li.code .code_img img{height: 24px; padding-top: 6px;}
.messages li.submit{border-width: 0; padding: 0;}
.messages li .submit_btn{display: block; width: 200px; height: 40px; line-height: 40px; text-align: center; background: rgb(191,17,27); color: #fff; border-radius: 4px; cursor: pointer;}
.mk_pages {text-align: center;}

 
/*内页---合作伙伴*/
.inpartner-ny-list ul{margin: -15px; position: relative; overflow: hidden;}
.inpartner-ny-list li{width: 178px; float: left; margin: 15px; height: 96px; line-height: 96px; text-align: center; background: #fff; border: 1px solid #e1e1e1; transition: border-color .5s; overflow: hidden;}
.inpartner-ny-list li img{max-width: 92%; max-height: 92%;}
.inpartner-ny-list li:hover{border-color: rgb(25,48,88);}

 

.about-tit{
	text-align: center;
	padding: 52px 0 38px;
}
.about-tit p{
	font-size: 22px;
	line-height: 22px;
	color: #222;
	font-family: Arial;
	opacity: .2;
	text-transform: uppercase;
}
.about-tit h2{
	font-size: 38px;
	font-weight: bold;
	color: #222;
}
.about-tit em{
	display: block;
	width: 48px;
	height: 3px;
	background: rgb(191,17,27);
	position: relative;
	margin: 16px auto;
}
.about-tit em i{
	display: block;
	width: 50%;
	height: 100%;
	background: rgb(25,48,88);
	position: absolute;
	left: 0;
	top: 0;
}

.about-nav{
	width: 100%;
	min-width: 1200px;
	background: #fff;
	position: relative;
	z-index: 22;
}
.about-nav.fixed{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
}
.about-nav ul{
	text-align: center;
	font-size: 0;
	margin: 0 auto;
}
.about-nav ul li{
	height: 60px;
	line-height: 60px;
	display: inline-block;
	width: 125px;
	border-left: 1px solid #eee;
	border-bottom: 0px solid rgb(25,48,88);
	font-size: 18px;
	color: #222;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	transition: .08s;
}
.about-nav ul li:last-child{
	border-right: 1px solid #eee;
}
.about-nav ul li:hover{
	border-bottom: 3px solid rgb(25,48,88);
	color: rgb(25,48,88);
}
.about-nav ul li.on{
	border-bottom: 3px solid rgb(25,48,88);
	color: rgb(25,48,88);
}
.fix60{height: 0;}
.about-plate-01{
	height: 700px;
	background: url("../images/about-inner-bg-01.jpg") no-repeat center;
}
.about-plate-01 .con{
	width: 1370px;
	margin: 0 auto;
}
.about-plate-01 .left-box{
	float: left;
	padding-top: 100px;
	width: 574px;
}
.about-plate-01 .left-box img{
	display: block;
	width: 100%;
}

.about-plate-01 .right-text{
	float: right;
	width: 716px;
	padding-top: 138px;
}
.about-plate-01 .right-text h4{
	font-size: 22px;
	font-family: Arial;
	color: #fff;
	font-weight: normal;
}
.about-plate-01 .right-text h2{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}
.about-plate-01 .right-text em{
	display: block;
	width: 48px;
	height: 3px;
	background: rgb(191,17,27);
	position: relative;
	margin: 18px 0 28px;
}
.about-plate-01 .right-text em i{
	display: block;
	width: 50%;
	height: 100%;
	background: rgb(25,48,88);
	position: absolute;
	left: 0;
	top: 0;
}
.about-plate-01 .right-text h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.about-plate-01 .right-text p{
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	opacity: .8;
	margin-bottom: 20px;
}

.about-plate-02{}
.about-plate-02 ul{
	text-align: center;
	width: 1370px;
    margin: 0 auto;
}
.about-plate-02 ul li{
	width: 436px;
	height: 290px;
	display: inline-block;
	margin: 0 14px 26px 0;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	text-align: left;
	background: rgb(25,48,88);
}
.about-plate-02 ul li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .168s;
}
.about-plate-02 ul li:hover img{
	opacity: .1;
}
.about-plate-02 ul li .text-box{
	width: 80%;
	margin: 0 auto;
	position: absolute;
	left: 10%;
	top: 228px;
	transition: .368s;
}
.about-plate-02 ul li:hover .text-box{
	top: 46px;
}
.about-plate-02 ul li h2{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.about-plate-02 ul li h2 i{
	position: absolute;
	display: block;
	width: 114%;
	height: 4px;
	background: rgb(25,48,88);
	left: -7%;
	bottom: 1px;
	z-index: -2;
	transition: .168s;
}
.about-plate-02 ul li:hover h2 i{
	width: 0;
}
.about-plate-02 ul li em{
	display: block;
	width: 0px;
	height: 3px;
	background: #fff;
	margin: 28px 0 20px;
	transition: .368s;
}
.about-plate-02 ul li:hover em{
	width: 42px;
}
.about-plate-02 ul li p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.about-plate-03{ 
	background: url("../images/about-inner-bg-02.jpg") no-repeat center top;
	padding-bottom: 80px;
}
.about-plate-03 .con{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.about-plate-03 .con .e-ico{
	position: absolute;
	left: 50%;
	width: 2px;
	height: 100%;
	background: rgb(191,17,27);
}
.about-plate-03 .con .e-ico img{
	display: block;
	max-width: none;
    position: absolute;
    left: -10px;
    top: -30px;
}
.about-plate-03 .con .e-ico em{
	background: rgb(25,48,88);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: -5px;
}
.about-plate-03 .con ul:after{
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}
.about-plate-03 .con ul{
    padding-top: 56px;
}
.about-plate-03 .con ul li{
	text-align: left;
	float: right;
	width: 50%;
	margin-bottom: 48px;
	box-sizing: border-box;
	padding-left: 30px;
	clear: both;
	position: relative;
}
.about-plate-03 .con ul li:nth-child(2n){
	text-align: right;
	float: left;
	padding-right: 30px;
	padding-left: 0;
}
.about-plate-03 .con ul li em{
	width: 20px;
	height: 20px;
	border: 2px solid rgb(25,48,88);
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -11px;
}
.about-plate-03 .con ul li:nth-child(2n) em{
	left: inherit;
	right: -13px;
}
.about-plate-03 .con ul li em i{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgb(25,48,88);
	margin: 4px;
}
.about-plate-03 .con ul li h2{
	font-size: 22px;
	height: 28px;
	line-height: 28px;
	color: rgb(25,48,88);
	font-weight: normal;
	margin-bottom: 8px;
}
.about-plate-03 .con ul li h2 strong{
	font-family: Arial;
	font-weight: bold;
}
.about-plate-03 .con ul li:nth-child(2n) h2 strong{
	float: right;
}
.about-plate-03 .con ul li p{
	color: #777777;
	font-size: 16px;
}

.about-plate-04{padding-bottom: 54px;}

.about-plate-05{
	background: url("../images/about-inner-bg-03.jpg") no-repeat center bottom;
	padding-bottom: 116px;
	position: relative;
	overflow: hidden;
}

.about-brand ul{font-size: 0; text-align: center; margin: -10px -8px; position: relative; overflow: hidden;}
.about-brand li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 16.66%; *width: 16.62%;}
.about-brand li .item{height: 96px; margin: 10px 8px;  background: #fff; font-size: 0; text-align: center; border: 2px solid #cecece;}
.about-brand li i,.about-brand li img{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle;}
.about-brand li i{width: 0; height: 100%;}
.about-brand li img{max-width: 90%; max-height: 80px;}

.about-team-box-01{
	background: url("../images/about-inner-bg-04.jpg") no-repeat center;
	position: relative;
	z-index: 2;
}
.about-team-box-01 .con{
	width: 1370px;
	margin: 0 auto;
	padding: 106px 0 56px;
	position: relative;
}
.about-team-box-01 .tit{
	width: 450px;
	position: relative;
}
.about-team-box-01 .tit h3{
	font-size: 124px;
	height: 124px;
	line-height: 124px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	font-family: Arial Black;
	top: -14px;
	left: -29px;
}
.about-team-box-01 .tit h2{
	font-size: 38px;
	font-weight: bold;
	color: #222;
	position: relative;
	z-index: 1;
	padding-top: 49px;
}
.about-team-box-01 .tit em{
		display: block;
	width: 48px;
	height: 3px;
	background: rgb(191,17,27);
	position: relative;
	margin: 18px 0 28px;
}
.about-team-box-01 .tit em i{
	display: block;
	width: 50%;
	height: 100%;
	background: rgb(25,48,88);
	position: absolute;
	left: 0;
	top: 0;
}
.about-team-box-01 .tit p{
    font-size: 16px;
    line-height: 36px;
    color: #222;
}
.about-team-box-01 .con > img{
	display: block;
	position: absolute;
	right: 0;
	top: 106px;
}
.about-team-box-02{
	background: rgb(25,48,88);
	position: relative;
	z-index: 1;
}
.about-team-box-02 .con{
	width: 1370px;
	margin: 0 auto 0;
	padding: 23px 0 76px;
}
.about-team-box-02 .tit{
	position: relative;
}
.about-team-box-02 .tit img{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.about-team-box-02 .tit h2{
	position: relative;
	z-index: 2;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
}

.about-team-swiper{
	width: 100%;
	overflow: hidden;
	margin-top: 36px;
}
.about-team-swiper ul{
	white-space: nowrap;
}
.about-team-swiper ul li{
	width: 445px; float: left;
	display: inline-block;
	margin: 0 10px;
}
.about-team-swiper ul li img{
	display: block;
	width: 100%;
}

.about-plate-06 {
	padding-bottom: 60px;
}
.about-plate-06 .con:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about-plate-06 .con{
	width: 1370px;
	margin: 0 auto;

}
.about-plate-06 .con .tel-box{
	float: left;
	width: 372px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	position: relative;
	box-sizing: border-box;
	padding: 16px 30px 33px 36px;
	top: 16px;
}
.about-plate-06 .con .tel-box em{
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: rgb(191,17,27);
}
.about-plate-06 .con .tel-box em i{
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(25,48,88);
}
.about-plate-06 .con .tel-box h2{
	font-size: 24px;
	color: rgb(25,48,88);
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #e9e9e9;
}
.about-plate-06 .con .tel-box p{
	font-size: 15px;
	color: #222;
	line-height: 38px;
	padding-top: 10px;
}
.about-plate-06 .con img{
	float: right;
	display: block;
}

.about-plate-06 .con .tel-item{
	float: left;
	width: 314px;
	min-height: 320px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	margin-top: 76px;
	margin-right: 38px;
}
.about-plate-06 .con .tel-item:last-child{
	margin-right: 0;
}
.about-plate-06 .con .tel-item h2{
    font-size: 18px;
    color: #222;
    height: 76px;
    line-height: 78px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 24px;
}
.about-plate-06 .con .tel-item p{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 32px;
    padding: 22px 24px;
}



 


.bg_ov {width: 100%;overflow-x: auto;}

.bg_ov table{
	width: 100%;
    text-align: center;
    margin-top: 10px;
}

.bg_ov table tr:nth-child(1){
	background-color: #4f81bd !important;
	color: #fff;
	font-weight: bold;
}
.bg_ov table tr:nth-child(odd) {
    background: #fff;
}
.bg_ov table tr:nth-child(even) {
    background: #dbe5f1;
}


.bg_ov table td{
    border: solid 1px #95b3d7;
}

.protitle{
	font-size: 17px;
	font-weight: bold;
	margin-top: 50px;
}
.protitle:nth-child(1){
	margin-top: 0px;
}


.proad ul{
	padding-left: 25px;
}
.proad ul li{
	letter-spacing: 1px;
}

.prodetails-body p>img{
	display: block;
	margin: 10px auto;
}

.prodescription p{
	font-size: 16px;
	margin-top: 10px;
	text-indent: 25px;
	letter-spacing: 1px;
}

.prodescription p:nth-child(1){
	margin-top: 0;
}

.xuanxingtitle {
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: -10px;
}

.art .protitle{
	color: #555;
}

.art .protitle p{
	color: #555;
}

.art .prodescription{
	margin-top: 20px;
}

.art .prodescription ul li {
	padding-left: 25px;
	position: relative;
}

.art p>img{
	display: block;
	margin: 10px auto;
}

.art .prodescription ul li:before{
	content: "";
	background: url("/template/default/skin/images/dagou.png") no-repeat;
	position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
}


.about_box .img {
    width: 50%;
}

.about_box .img img {
    width: 100%;
}

.about_box .desc.fr {
    padding-left: 30px;
    width: 46%;
}

.about_box .desc span {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    display: block;
    margin-top: 20px;
}

.about_box .desc p {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
    line-height: 24px;
}

.clearfix:after {
    content: ".";
    *zoom: 1;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    clear: both;
}

.about_box .ab{
	margin-bottom: 30px;
}


.art h4 {
    font-size: 15px;
    font-weight: bold;
    color: #555;
    margin-top: 20px;
}

.art .bg_ov table td{
	padding: 4px;
}

.ymspr{
	
}

 



/*客服代码*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../images/20210322095131_587416658.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn {width: 30px;height: 28px;background-position: -4px -114px;position: relative;cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: rgb(25,48,88); }/*é¢œè‰²æ›´æ”¹*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: rgb(25,48,88); border-color: rgb(25,48,88); color: #fff; margin: 10px 0 7px;}/*é¢œè‰²æ›´æ”¹*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: rgb(25,48,88); border-color: rgb(25,48,88);}/*é¢œè‰²æ›´æ”¹*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 

.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: rgb(25,48,88); font-size: 18px; }/*é¢œè‰²æ›´æ”¹*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*äºŒç»´ç */
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 120px; height: 120px; margin: 15px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*é‚®ç®±*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: rgb(25,48,88); font-size: 16px; }/*é¢œè‰²æ›´æ”¹*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:rgb(25,48,88);position: absolute; top: 37px; left: 55px; z-index: 9;}/*å…³é—­åŽé¢œè‰²*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }

@media only screen and (max-width: 1366px){
.container{width: 1200px;}
	.head{width: 1200px;}
	.logo{}
	.nav{margin-right: 26px;}
	.nav > ul > li > a{padding: 0 4px;}
	.language{margin-right: 12px;}
	.htel{width: 320px; background-position: 35px center; text-indent: 72px;}
	.navchildq{padding-left: 40px; padding-right: 40px;}
	
	.banner .slick-prev{left: 60px;}
	.banner .slick-next{right: 60px;}
	.inproduct-left{padding-top: 65px;width: 300px;height: 552px;}
	.inproduct-left_txt{width: 82%;  margin: 0 auto;}
	.inproduct-left_txt a{padding: 10px 74px;}
	.indexproduct-list{width: 870px;}
	.incase .nr .bd ul li .pic{width: 792px;} 
	.incase .nr .bd ul li .pic img{width: 100%;}
 
	.indexproduct-list ul li{width: 274px;}
	
	.inproduct-slick{margin: 0 -10px;}
	.inproduct-slick .slick-slide{width: 302px;}
	.inproduct-slick .slick-slide .item{margin: 10px;}
	.inproduct-slick .slick-slide .pic img{height: 283px;}
	.inproduct-slick .slick-slide .text{padding-left: 16px; padding-right: 46px;}
	.inproduct-slick .slick-slide .more{right: 16px;}
	.inproduct-slick .slick-prev,.inproduct-slick .slick-next{width: 36px; height: 36px; line-height: 36px; font-size: 16px;  margin-top: -18px;}
	.inproduct-slick .slick-prev{left: -40px;}
	.inproduct-slick .slick-next{right: -40px;}
	
	.inprocess-box ul{margin: 0 -24px;}
	.inprocess-box li{width: 130px; margin: 0 24px;}
	.inprocess-box li .next{left: -30px;}
	
	.incompany .text{width: 530px;}
	.incompany .title{font-size: 23px; margin-top: 34px;}
	.incompany .line{margin-top: 20px;}
	.incompany .desc{font-size: 15px; height: 120px; line-height: 30px; margin-top: 34px;}
	.incompany .more{margin-top: 18px;}
	.incompany .pic{width: 610px;}
	
	.inabout-list li{width: 284px; height: 234px;margin: 9px;}
	
	
	.inpartner-list ul{margin: -7.8px;}
	.inpartner-list li{width: 156px; margin: 7.8px; height: 84px; line-height: 84px;}
	
	.innews-list li .pic{height: 220px;}
	.innews-list li .pic img{min-height: 220px;}
	
	.innews-listfc li .picf{height: 266px;}
	.innews-listfc li{width: 296px;  margin-right: 15px;}
	.innews-listzs ul li{width: 218px;  margin: 0 15px 35px 0;}
	.innews-listzs li .picf{width: 216px;}
	.innews-list ul{margin: -10px -12px;}
	.innews-list li{width: 303px; margin: 10px 6px;}
	
	.innews-listhz ul li{margin: 0 15px 35px 0;  width: 218px; height: 145px;}
	.innews-listhz li .picf{width: 216px;}
	.product-inleft{width: 250px;}
	.product-inright{width: 930px;}
	
	.foot-model .l1{left: 440px;}
	.foot-model .l2{left: 874px;}
	.foot-nav dl{width: 160px; margin-right: 42px;}
	.fcontact{margin-left: 30px;}
	.foot-wechat span{display: block; float: left; margin-left: 20px;}
	
	/*内页*/
	.prodetails-left{width: 360px;}
	.product-bigpic{width: 360px;height: 360px;}
	.prodetails-right{width: 510px;}
	.prodetails-desc {height: 185px;}
	.prodetails-dbox-left {width: 880px;}
	.prodetails-tabtit li {min-width: 113px;}
	.inpartner-ny-list ul{margin: -13px;}
	.inpartner-ny-list li{width: 156px; margin: 13px; height: 84px; line-height: 84px;}
	
	.inproduct-list ul{margin: 0px;}
	.inproduct-list li{width: 280px; margin: 10px;}
	.inproduct-list li .pic img{height: 220px;}
	.inproduct-list li .text{padding-left: 16px; padding-right: 46px;}
	.inproduct-list li .more{right: 16px;}
}


 