﻿@charset "utf-8";
/*--------------------------- 通用样式 ----------------------------------- */
/*初始化样式*/
*{margin: 0px;padding: 0px;list-style:none;font-family:"微软雅黑",STXihei,STHeiti;border:none;text-decoration: none;}
table { }
address,caption,cite,code,dfn,em,th,var,i,h1,h2,h3,h4{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;}
del,ins,a{text-decoration: none;}
caption,th{text-align: left;}
input,button,textarea,select{font-size: 100%; border:none;}
i,b,span,a{display:inline-block;}
a:hover{cursor: pointer;color: #e20213;}
button:hover{cursor: pointer;}
/*常用样式*/
/*清浮动*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
/*字体*/
.f14{font-size: 14px!important;}
.f16{font-size: 16px!important;}
.f18{font-size: 18px!important;}
/*补白*/
.pl10{padding-left: 10px!important;}
.pl20{padding-left: 20px!important;}
.pr20{padding-right: 20px!important;}
.pt30{padding-top: 30px!important;}
.pt35{padding-top: 35px!important;}
.pt40{padding-top: 40px!important;}
.pt45{padding-top: 45px!important;}
.pt50{padding-top: 50px!important;}
.pt45{padding-top: 45px!important;}
.pt60{padding-top: 60px!important;}
.pt80{padding-top: 80px!important;}
.pt110{padding-top: 110px!important;}
.pt130{padding-top: 130px!important;}
.pb40{padding-bottom: 40px!important;}
.pb50{padding-bottom: 50px!important;}
/*边距*/
.mt-5{margin-top: -5px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}
.mt120{margin-top: 120px!important;}
.mt130{margin-top: 130px!important;}
.mb15{margin-bottom: 15px!important;}
.ml175{margin-left: 175px!important}
.mr25{margin-right: 25px!important;}
/*宽高*/
.wp100{width: 100%!important;}
/*浮动*/
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
/*定位*/
.pr{position: relative;}
.pa{position: absolute;}
/*----  文字样式 ------- */
.textov1{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov2{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov3{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov4{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov5{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.txtl{text-align: left!important;}
/*字体*/
/*a字体设置为0，清除a标签因字体带来的边距*/
.afs0 a{font-size: 0;}
.ablock a{display: block;width: 100%;}
.cwhite{color: #fff!important;}
/*动画*/
img{transition: all 0.5s;}
/*其他*/
.hidden{overflow: hidden;}
.none{display: none;}
.block{display: block;}
.d-in{display: inline-block;}
.bordernone{border: none!important;}
.bgf8{background: #f8f8f8;}
.chanbg{background: #f7f9fa;}
/*--------------------------- 通用样式 结束----------------------------------- */
/*--------------------------- 公共样式 开始----------------------------------- */
body { font:12px/1.5 \5b8b\4f53}
/*顶部样式*/
.top{background: #fff;line-height: 46px;height: 50px;border-top: 3px solid #e20213;border-bottom: 1px solid #e3e3e3;}
.topfl,.topfr a{color: #4c4c4c;font-size: 14px;}
/*---- header 头部样式 ------- */
.header{height: 140px;padding: 32px 0;box-shadow: 0px 2px 2px #e2e2e2;background: #fff;}
.logofl{width: 457px;height: 75px;margin-right: 90px;}
.slogan{width: 230px;height: 75px;}
.logofr{width: 240px;background: url(../images/tel.png) no-repeat left center;padding-left: 75px;margin-top: 8px; font-size: 20px;font-weight: bold;color: #f14956;font-family: Arial;}
/*导航*/
.menu{height:65px;background: url(../images/navBg.jpg) no-repeat;background-size: cover;}
.nav .nLi{position: relative;float: left;display: inline-block;width: 150px;height: 65px;line-height: 65px;text-align: center;transition: all .5s;}
.nav .nLi:after{position: absolute;right: 0;top: 50%;margin-top: -9px;content: "";display: inline-block;height: 18px;width: 2px;background: #e48383;}
.nav .nLi:last-of-type:after,.nav .nLi:hover:after,.nav .current:after{display: none;}
.nav .nLi h3{display: block;font-size: 18px;color:#fff;}
.nav .nLi:hover,.nav .current{background: #ff192b;}
.nav .sub{position:absolute;left:0;top:65px;z-index: 9999;display: none;width: 150px;border-top: 5px solid transparent;}
.nav .sub li{zoom:1;text-align: center;font-size: 16px;text-align: center;line-height: 40px;background: rgba(242,102,108,.8);transition: all .5s;}
.nav .sub a{display: block;width: 100%;color: #fff;}
.nav .sub li:hover{background: #ff192b;}
/*---------------------- banner  轮播样式 --------------------------------------------*/
.banner{margin: 0px auto;position: relative;width: 100%;max-width: 1920px;min-width: 1400px;height: 600px;overflow: hidden;zoom: 1;}
.banner .slides li{width: 100%;height: 100%;}
.flex-direction-nav a{width: 70px;height: 70px;line-height: 99em;overflow: hidden;margin: -35px 0 0;display: block;background: url(images/ad_ctr.png) no-repeat;position: absolute;top: 50%;z-index: 10;cursor: pointer;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .3s ease;border-radius: 35px;}    
.flex-control-nav {position: absolute;bottom: 50px;text-align: center;padding: 0 20px;border-radius: 100px;left: 50%;transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);}
.flex-control-nav li{width: 10px;height: 10px;border-radius: 10px;background: #9e9e9e;margin: 0 5px;display: inline-block;zoom: 1;*display: inline;cursor: pointer;transition: all .5s;}
.flex-control-nav li:hover,.flex-control-nav li.active{background:#ef181f;width: 30px;}
.banner .slides a img {width: 100%;height: 600px;display: block;}
.slides li p{background: rgba(0,0,0,0.5);}
.bannern,.bannern .slides a img{height: 300px;}

/*---------------------- 友情链接 修饰  --------------------------------------------*/
.youlink{background: #e20213;}
.h2youlian{display: inline-block;height: 70px;line-height: 70px;font-size: 16px;color: #fff;}
.youlian a{display: inline-block;font-size: 16px;color: #fff;padding-right: 30px;line-height: 70px;}
/*---------------------- 底部导航联系信息 修饰  --------------------------------------------*/
.footer{background: #222;color: #ddd;font-size: 15px;padding: 70px 0 0 0;}
.footer a{color: #ddd;}
.footer a:hover{color: #e20213;}
.fotTop{border-bottom: 1px solid #4d4d4d;padding-bottom: 40px;}
.h3footer{font-size: 18px;color: #fff;margin-bottom: 15px;}
.h3footer a{font-size: 18px;color: #fff;}
.h3footer span{width: 31px;height: 4px;display: block;background: #e20213;margin-top: 10px;box-shadow: 0 4px 4px #1b1b1b;}
.fotLTop,.fotMTop,.fotRTop{height: 200px;border-left: 1px solid #040404;border-right: 1px solid #4d4d4d;line-height: 2em;}
.fotLTop{width: 325px;padding-left: 90px;border-left: none;}
.fotLTop li{float: left;width: 100px;}
.fotMTop{width: 565px;padding-left: 58px;padding-right: 30px;}
.fotRTop{width: 310px;border-right: none;padding-left: 80px;}
.fotRTop img{width: 141px;height: 141px;}
.fotBot{border-top: 1px solid #040404;padding: 30px 0;text-align: center;line-height: 2em;}
/*---------------------- 底部 修饰  --------------------------------------------*/
.bottom{background: #087e4a;height: 60px;line-height: 60px;font-size: 16px;color: #fff;text-align: center;}
.bottom a{color: #fff;}
/*--当前位置--*/
.location{height: 45px;line-height: 45px;background: #f5f5f5;font-size: 14px;color: #808080;text-align: right;}
.location a{color: #808080;}
.location a:hover,.location a.current{color: #e20213;}
/*详情页面包屑*/
.location2{text-align: left;}
/*.location2 #location{border-bottom: 1px solid #0282e0;width: 100%;}*/
/*.locationn{height: 78px;line-height: 78px;border-bottom: none;}*/

/*------------------------分页------------------------*/
.page{clear:both;padding: 60px 0 30px 0; text-align: center;line-height: normal;}
.page .pagenum {background: #fff;border: 1px solid #d9d8de;font-size: 14px;margin: 0 1px;padding: 4px 6px;color: #929292;}
.page .pageup,.page .pagenext,.page .pagedown{background: #fff;display: inline;font-size: 14px;margin: 0 5px;padding: 4px 16px;color: #929292;border:1px solid #d9d8de;}
.page .current{background: #df0010;color: #fff;border-color: #d9d8de; padding: 6px 10px;}
.page a:hover{background: #df0010;color: #fff;border-color: #d9d8de;}
.page .pageinfo,.total,.pagefirst,.pageend,.pagepreall,.pagenextall{display: none;}

/*正文*/
.ChannelContent{font-size: 16px;color: #414141;line-height:1.8em;width: 1200px;max-width: 1200px;}
.ChannelContent img{max-width: 1200px;height: auto!important;margin: 12px 0;}
.ChannelContent p{font-size: 16px;color: #414141;line-height:1.8em;margin: 12px 0;text-indent: 2em;}
.ChannelContent p img{margin-left: 0em;text-indent: 0;}
.ChannelContent p span img{margin-left: -2em;display:inline-block;text-indent: 0;}
.ChannelContent span img{margin-left: 0em;display:inline-block;}
.ChannelContent span {margin-left: 0em;line-height:1.8em;}
.ChannelContent p span {text-indent: 0em;}
.ChannelContent2{width: 930px;}
.ChannelContent2{font-size: 16px;color: #414141;line-height:1.8em;width: 930px;max-width: 930px;display: block;}
.ChannelContent2 img{max-width: 930px;height: auto!important;margin: 12px 0;display: block;}
.ChannelContent885{width: 885px;}
.ChannelContent885{font-size: 16px;color: #414141;line-height:1.8em;width: 885px;max-width: 885px;display: block;}
.ChannelContent885 img{max-width: 885px;height: auto!important;margin: 12px 0;display: block;}
.ChannelContent3{width: 325px;}
.ChannelContent4{width: 625px;}
/*上下页*/
.fanye{padding: 0 15px;overflow: hidden;}
.Previous,.Next{font-size: 15px;color: #696969;width: 49%;float: left;display: inline-block;overflow: hidden;white-space: nowrap;}
.Previous{margin-right: 2%;}
.Next a,.Previous a{font-size: 15px;color: #696969;}
.Next b,.Previous b{color: #696969;font-weight: normal;}
.Next:hover a,.Previous:hover a,.Next:hover b,.Previous:hover b{color: #e20213;}
/*内容*/
.content{width: 1200px;margin: 0 auto;}
/*--------------------------- 公共样式 结束-----------------------------------*/
/*--------------------------- 首页样式 开始-----------------------------------*/
/*---------------------- 首页版块1 产品中心 修饰  --------------------------------------------*/
.index1{}
.leftNav{width: 240px;text-align: center;}
.leftNavTit{background: #e20213;height: 80px;padding-top: 15px;color: #fff;}
.leftNavTit title{font-size: 22px;}
.leftNavTit .subhead{font-size: 16px;font-family: Arial;padding-bottom: 7px;border-bottom: 2px solid #fff;}
.leftNavCon li{margin-bottom: 10px;height: 50px;overflow: hidden;}
.leftNavCon a{display: block;width: 100%;height: 50px;line-height: 50px;background: #f5f5f5;font-size: 16px;color: #474747;transition: all .5s;}
.leftNavCon li:hover a,.leftNavCon li.current a{background: url(../images/navBg.jpg) no-repeat;color: #fff;}
.leftNavBot{border: 1px solid #e2e2e2;}
.leftNavBot .title{height: 55px;line-height: 55px;font-size: 24px;color: #010101;}
.leftNavBot .zixun{display: block;background: url(../images/tel2.png) no-repeat top center;padding-top: 45px;font-size: 15px;color: #474747;}
.leftNavBot .tel{font-size: 22px;color: #333333;font-weight: bold;font-family: Arial;}
.leftNavContact{padding: 10px;font-size: 15px;color: #474747;}
.leftNavContact li{border-top: 1px solid #d0d0d0;padding: 10px 0;}
.index1Con{width: 940px;}
.index1ConTit{height: 65px;line-height: 65px;background: #f7f6f6;}
.index1ConTit .title{width: 155px;background: #e20213;font-size: 20px;color: #fff;text-align: center;}
.index1ConTit .more{font-size: 16px;color: #afaeae;margin-right: 15px;}
.index1ConMain li{position: relative;float: left;width: 299px;margin-right: 21px;margin-bottom: 100px;text-align: center;}
.index1ConMain li:nth-of-type(3n){margin-right: 0;}
.index1ConMain .main{position: absolute;left: 0;bottom: -125px;width: 100%;height: 140px;padding: 30px 15px;color: #656464;transition: all .5s;}
.index1ConMain .picture{width: 299px;height: 306px;}
.index1ConMain .title{font-size: 16px;height: 24px\9;overflow: hidden\9;}
.index1ConMain .description{display: none;font-size: 14px;margin-top: 15px;height: 40px\9;overflow: hidden\9;}
.index1ConMain li:hover .main{bottom: -85px;background: #e20213;color: #fff;box-shadow: 0 4px 4px #c2c0c1;}
.index1ConMain li:hover .description{display: block;height: 42px;overflow: hidden;}
@-moz-document url-prefix() {
.index1ConMain .title{height: 24px;overflow: hidden;}
.index1ConMain .description{height: 40px;overflow: hidden;} 
}
/*--------------------------- 首页版块2 4大核心优势 修饰-----------------------------------*/
.index2{background: url(../images/index2bg.jpg) no-repeat;width: 100%;margin: 0 auto;max-width: 1920px;padding-top: 50px;height: 711px;}
.index2 .h2Index .title{font-size: 50px;color: #e20213;font-weight: bold;margin-left: 250px;}
.index2 .h2Index .title span{display: inline-block;line-height: 1em;font-size: 120px;font-family: Arial;}
.index2 .h2Index .subhead{position: absolute;top: 25px;left: 315px;font-size: 12px;color: #9b9a9a;font-family: Arial;}
.index2 .h2Index .description{display: inline-block;padding: 10px 20px;margin-top: 60px;margin-left: 20px;background: #e20213;color: #fff;font-size: 18px;box-shadow: 0px 4px 4px #bfbfc1;}
.index2Con li{position: relative;float: left;width: 255px;height: 340px;margin: 0 30px;}
.index2Con li:after{position: absolute;bottom: 0;right: -20px;content: "";width: 1px;height: 285px;background: #dbdee0;}
.index2Con li:first-of-type{margin-left: 0;}
.index2Con li:last-of-type{margin-right: 0;}
.index2Con li:last-of-type:after{display: none;}
.index2Con li img{width: 135px;height: 120px;}
.index2Con .title{font-size: 24px;color: #e20213;font-weight: bold;margin-top: 15px;}
.index2Con .description{font-size: 16px;color: #636363;margin-top: 15px;}
.zixunIndex{display: block;margin: 0 auto;width: 165px;height: 40px;line-height: 40px;border-radius: 40px;background: #e20213;font-size: 18px;color: #fff;text-align: center;box-shadow: 2px 4px 4px #babcc1;transition: all .5s;}
.zixunIndex:hover,.index2Con li:hover img,.index3LCon .more:hover,.detailProTRCon .tel:hover,.detailProTRCon .zixun:hover,.goback:hover{transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);-webkit-transform: translateY(-5px);color: #fff;}
/*--------------------------- 首页版块3 关于我们 修饰-----------------------------------*/
.h2Index2 .title{font-size: 28px;color: #040404;}
.h2Index2 .subhead{font-size: 18px;color: #818181;font-family: Arial;}
.index3LCon{width: 570px;height: 310px;}
.index3LCon .main{font-size: 14px;color: #474747;line-height: 1.8em;}
.index3RCon{width: 477px;height: 310px;border-radius: 10px;overflow: hidden;}
.index3RCon img{width: 477px;height: 310px;}
.index3LCon .more{display: inline-block;width: 135px;height: 40px;background: #f14956;border-radius: 0 20px 0 20px;margin-left: 20px;text-align: center;line-height: 40px;font-size: 16px;color: #fff;margin-top: 40px;transition: all .5s;}
.index3LCon .more2{background: #0282e0;}
.index3BCon{border-top: 8px solid #f8f8f8;border-bottom: 8px solid #f8f8f8;}
.index5BConBody{padding: 0 100px;border-top: 20px solid #f8f8f8;border-bottom: 20px solid #f8f8f8;overflow: hidden;}
.index5BConBody .picScroll-left{position: relative;padding: 0 20px;}
.index5BConBody .hd{position: absolute;left: 0;top: 50%;width: 100%;margin-top: -12px;}
.index5BConBody .hd a{background: url(../images/arrow.png) no-repeat;width: 14px;height: 25px;overflow: hidden;transition: all .4s;}
.index5BConBody .hd .next:before,.index5BConBody .hd .prev:after{position: absolute;z-index: -1;top: -88px;content: "";background: #e20213;width: 0;height: 200px;transition: all .5s;}
.index5BConBody .hd .next:before{left: -560px;}
.index5BConBody .hd .prev:after{margin-left: -10px;}
.index5BConBody .hd .next:hover:before,.index5BConBody .hd .prev:hover:after{width: 600px;background: #e20213;}
.index5BConBody .hd .prev{float: right;background-position: -14px 0;}
.index5BConBody .hd .next:hover{background-position: 0 -25px;}
.index5BConBody .hd .prev:hover{background-position: -14px -25px;}
.index5BConBody .bd{position: relative;border-left: 20px solid #f8f8f8;border-right: 20px solid #f8f8f8;overflow: hidden;}
.index5BConBody .bd:after{position: absolute;content: "";background: #e20213;}
.index5BConBody .picList li{width: 285px;height: 200px;border-right: 20px solid #f8f8f8;text-align: center;}
.index5BConBody .picList li:last-of-type{border-right: none;}
.index5BConBody .picList img{height: 160px;max-width: 230px;margin-top: 20px;}
/*--------------------------- 首页版块4 新闻资讯 修饰-----------------------------------*/
.h2Index{text-align: center;}
.index4 .h2Index .title{font-size: 30px;color: #000;padding-bottom: 15px;background: url(../images/titleBg.png) no-repeat center bottom;}
.h2Index .subhead{font-size: 20px;color: #636363;font-family: Arial;}
.index4Con li{position: relative;float: left;margin-right: 27px;width: 382px;}
.index4Con li:nth-of-type(3n){margin-right: 0;}
.index4Con img,.index4Con .picBorder{width: 382px;height: 258px;overflow: hidden;}
.index4Con .title{font-size: 18px;color: #000;height: 27px;overflow: hidden;}
.index4Con .description{font-size: 14px;color: #636363;height: 41px;overflow: hidden;}
.index4Con li:hover img,.ChanTeamCon li:hover img,.chanCaseCon li:hover img,.detailProTLCon:hover img,.detailNewsRTCon li:hover img,.chanNewsCon li:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);}
/*--------------------------- 首页样式 结束-----------------------------------*/
/*--------------------------- 内页样式 开始-----------------------------------*/
/*公司简介 - 关于我们*/
.chanBody{width: 930px;}
.chanLeftNav{position: relative;top: -55px;}
.chanlLeftNavTit{height: 55px;background: #e20213;color: #fff;padding-top: 15px;}
.chanlLeftNavTit .title{display: inline-block;font-size: 20px;}
.chanlLeftNavTit .subhead{display: inline-block;font-size: 16px;font-family: Arial;}
.ChanAboutTit{position: relative;font-size: 24px;color: #151515;overflow: hidden;line-height: 1em;}
.ChanAboutTit h2{float: left;border-right: 4px solid #c8c8c8;padding-right: 15px;font-size: 24px;}
.ChanAboutTit span{position: absolute;top: 15px;display: inline-block;background: #c8c8c8;height: 2px;width: 100%;}
/*荣誉资质*/
.ChanHonorCon li{float: left;width: 296px;height: 255px;background: #f8f8f8;margin-right: 20px;text-align: center;padding-top: 10px;margin-bottom: 30px;}
.ChanHonorCon li:nth-of-type(3n),.ChanTeamCon li:nth-of-type(3n){margin-right: 0;}
.ChanHonorCon .pic{height: 201px;max-width: 260px;}
.ChanHonorCon .title{background: #fff;padding-top: 10px;margin-top: 10px;color: #151515;font-size: 16px;height: 32px\9;overflow: hidden\9;}
@-moz-document url-prefix() {
.ChanHonorCon .title{height: 32px;overflow: hidden;}
}
/*图片模态框*/
.imgModal{position: fixed;top: 0;left: 0;z-index: 1000;background: rgba(0,0,0,.5);width: 100%;height: 100%;}
.imgModal img{position: absolute;top: 50%;left: 50%;max-width: 1200px;transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
/*团队展示*/
.ChanTeamCon li{float: left;width: 293px;margin-right: 25px;margin-bottom: 30px;text-align: center;}
.ChanTeamCon .picBorder,.ChanTeamCon img{width: 293px;height: 223px;overflow: hidden;}
.ChanTeamCon .title{margin-top: 10px;color: #151515;font-size: 16px;height: 24px\9;overflow: hidden\9;}
@-moz-document url-prefix() {
.ChanTeamCon .title{height: 24px;overflow: hidden;}
}
/*产品中心*/
.chanProCon li{width: 296px;}
.chanProCon .picBorder,.chanProCon .picture{width: 296px;height: 301px;}
/*合作客户*/
.chanCaseCon li{width: 380px;margin-right: 30px;}
.chanCaseCon .picBorder,.chanCaseCon .picture{width: 380px;height: 252px;overflow: hidden;}
.chanCaseCon .title{height: 22px\9;overflow: hidden\9;}
@-moz-document url-prefix() {
.chanCaseCon .title{height: 22px;overflow: hidden;}
}
/*服务优势*/
.chanServiceTit{text-align: center;}
.chanServiceTit .title{font-size: 24px;color: #e20213;font-weight: bold;}
.chanServiceTit .subhead{font-size: 14px;color: #676767;margin-top: 15px;}
.chanServiceTMain li{height: 368px;margin-bottom: 20px;}
.chanServiceTMain .pic{width: 648px;height: 368px;}
.chanServiceTMain .body{width: 552px;height: 368px;padding: 95px 30px 0 30px;border: 1px solid #e5e5e5;}
.chanServiceTMain li:nth-of-type(odd) .pic,.chanServiceTMain li:nth-of-type(even) .body{float: left;}
.chanServiceTMain li:nth-of-type(odd) .body,.chanServiceTMain li:nth-of-type(even) .pic{float: right;}
.chanServiceTMain .title{font-size: 24px;color: #5d5d5d;font-weight: bold;}
.chanServiceTMain .description{font-size: 16px;color: #636363;line-height: 1.8em;margin-top: 10px;}
.chanServiceBMain{text-align: center;}
/*新闻动态*/
.chanNewsCon li{padding: 40px 15px 40px 40px;background: #f7f8fa;margin-bottom: 20px;}
.chanNewsCon .picBorder,.chanNewsCon img{width: 295px;height: 175px;overflow: hidden;}
.chanNewsCon .picBorder{margin-right: 30px;}
.chanNewsCon .body{position: relative;width: 820px;height: 175px;font-size: 14px;color: #636363;}
.chanNewsCon .title{font-size: 20px;color: #555;height: 28px\9;overflow: hidden\9;}
.chanNewsCon .description{margin-top: 20px;height: 42px\9;overflow: hidden\9;}
.chanNewsCon .date{position: absolute;left: 0;bottom: 50px;}
.chanNewsCon .more{position: absolute;left: 0;bottom: 0;width: 145px;height: 35px;line-height: 35px;text-align: center;border: 1px solid #f14956;color: #f14956;}
@-moz-document url-prefix() {
.chanNewsCon .title{height: 28px;overflow: hidden;}
.chanNewsCon .description{height: 42px;overflow: hidden;} 
}
/*联系我们*/
.channelContact{width: 970px;margin: 0 auto;}
.chanContactTit{font-size: 14px;color: #676767;text-align: center;}
.chanContactTit h2{font-size: 24px;color: #0282e0;font-weight: bold;text-align: center;}
.chanContTCon li{float: left;width: 305px;height: 183px;margin-right: 25px;text-align: center;border: 1px solid #eeeeee;padding: 0px 20px;font-size: 16px;color: #6a6a6a;padding-top: 25px;}
.chanContTCon li:last-of-type{margin-right: 0px;}
.chanContTCon strong{display: block; font-size: 18px;font-weight: normal;margin-bottom: 10px;}
.chanContTCon span{width: 20px;height: 2px;background: #ededed;display: block;margin: 0px auto;}
.ditu{width: 100%;height: 430px;}
/*产品中心详情*/
.detailProTLCon{width: 563px;height: 344px;overflow: hidden;border: 1px solid #e5e4e4;}
.detailProTLCon img{width: 561px;height: 342px;}
.detailProTRCon{position: relative;width: 610px;height: 344px;font-size: 15px;color: #636363;}
.detailProTRCon h2{font-size: 24px;color: #f14956;padding: 10px 0 15px 0;border-bottom: 1px dashed #c2c2c2;font-weight: bold;}
.detailProTRMain p{margin-top: 15px;font-size: 14px;color: #636363;line-height: 1.8em;}
.detailProTRMain .title{color: #f14956;}
.detailProTRCon .tel,.detailProTRCon .zixun{position: absolute;bottom: 0;cursor: pointer;transition: all .5s;}
.detailProTRCon .tel{left: 0;width: 275px;height: 60px;background: url(../images/navbg.jpg) no-repeat;padding: 5px 0 5px 75px;font-size: 16px;color: #fff;margin-right: 5px;}
.detailProTRCon .tel:before{position: absolute;left: 25px;top: 11px;content: "";background: url(../images/contact.png) no-repeat;width: 34px;height: 38px;display: inline-block;}
.detailProTRCon .tel em{font-size: 20px;font-family: Arial;}
.detailProTRCon .zixun{left: 280px;width: 125px;height: 60px;text-align: center;line-height: 60px;background: #f14956;font-size: 18px;color: #fff;}
.h3channelCon{font-size: 20px;color: #fff;background: #e20213;height: 35px;line-height: 35px;padding-left: 5px;}
.h3channelCon span{border-left: 4px solid #fff;padding-left: 15px;}
.detailProBCon{border: 1px solid #e5e4e4;padding: 22px 25px;}
/*新闻资讯详情*/
.h2xiang{text-align: center;padding: 20px 0;background: #f9f9f9;}
.h2xiang h2{font-size: 24px;color: #292929;font-weight: bold;}
.h2xiang p{font-size: 14px;color: #676767;margin-top: 15px;}
.detailNewsLCon{width: 885px;}
.detailNewsRTCon li{padding: 15px 10px;border-top: 1px dashed #bdbdbd;border-bottom: 1px dashed #ddd;}
.detailNewsRTCon li:first-of-type{border-top: none;}
.detailNewsRTCon .picBorder,.detailNewsRTCon img{width: 110px;height: 75px;overflow: hidden;}
.detailNewsRTCon .title{width: 105px;height: 40px;margin-top: 15px;font-size: 14px;color: #5a5959;}
.detailNewsRBCon{border-top: 1px dashed #bdbdbd;padding: 0 12px;font-size: 14px;color: #505050;text-align: center;}
.detailNewsRBTit{border-bottom: 1px solid #cacaca;padding-bottom: 15px;font-size: 20px;color: #e20213;text-align: center;}
.detailNewsRMCon{border-top: 1px dashed #bdbdbd;border-bottom: 1px dashed #ddd;padding: 25px 10px 35px 10px;}
.detailNewsRMCon li{overflow: hidden;margin-bottom: 20px;transition: all .5s;height: 20px;line-height: 1em;white-space: nowrap;}
.detailNewsRMCon li:last-of-type{margin-bottom: 0;}
.detailNewsRMCon li a{color: #676767;font-size: 14px;}
.detailNewsRMCon li i{width: 18px;height: 18px;text-align: center;line-height: 18px;display: inline-block;background: #a9a9a9;color: #fff;margin-right: 10px;}
.detailNewsRMCon li:hover i{background: #0282e0;}
.goback{display: block;width: 120px;height: 40px;background: #f14956;margin: 30px auto;line-height: 40px;text-align: center;font-size: 14px;color: #fff;transition: all .5s;}
.goback:hover{color: #fff;}
.detailNewsRCon{width: 260px;}
.detailNewsRTit{background: #e20213;width: 260px;height: 45px;line-height: 45px;text-align: center;color: #f9f9f9;font-size: 24px;}
.NewsTuijian{width: 100%;border: 1px solid #cccccc;padding: 35px 25px;}
.NewsTuijianTit{position: relative;overflow: hidden;font-size: 24px;font-weight: bold;color: #333333;}
.NewsTuijianTit:after{position: absolute;top: 20px;content: "";width: 100%;height: 1px;background: #ccc;margin-left: 5px;}
.NewsTuijianCon li{position: relative;}
.NewsTuijianCon .title{line-height: 40px;font-size: 14px;color: #636363;height: 30px\9;overflow: hidden\9;}
@-moz-document url-prefix() {
.NewsTuijianCon .title{height: 30px;overflow: hidden;}
}
.NewsTuijianCon .date{position: absolute;right: 0;top: 0;background: #fff;height: 40px;line-height: 40px;padding-left: 10px;font-size: 14px;color: #636363;}