@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:14px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;min-width: 1200px; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{width:1200px; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
/* CSS Document */

/*公共头部*/
.top{background:#fafafa; height:50px; overflow: hidden;}
.top p{display: block; font-size: 13px; line-height: 50px; color: #666; }
.top-link {margin-top: 18px;}
.top-link ul li{float: left;}
.top-link ul li a{display: block;  font-size: 13px; line-height: 14px; color: #666; border-right: 1px solid #969696; padding: 0 8px;}
.head {background: url(../images/head-bg.png) no-repeat center; height: 130px;}
.head .logo{margin-top: 29px;}
.head .logo img{margin-right: 29px;}
.head .logo .text h2{display: block; font-size: 17px; line-height: 12px; color: #333; font-weight: bold; margin: 22px 0 10px}
.head .logo .text strong{display: block; font-size: 17px; line-height: 28px; color: #333}
.head-tel{margin-top: 30px;}
.head-tel .icon{width: 50px; height: 50px; background: #1e50ae; border-radius: 50%; display: flex; margin-right: 12px;}
.head-tel .icon img{margin: auto; animation:move 3s 0s infinite;-webkit-animation:move 3s 0s infinite;}
@keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}
.head-tel .text em{display: block;  line-height: 14px; color: #666;  margin: 3px 0 12px}
.head-tel .text strong{display: block; font-size: 24px; line-height: 17px; color: #1e50ae}
.head .container{position: relative; height: 130px}
.head h3{position: absolute; bottom: 22px; right: 0; font-size: 14px; color: #666;}
.nav{height:80px; z-index: 3; background: #1e50ae;}
.nav ul li{float: left; position: relative;width:133px;}
.nav ul li>a{display: block; font-size:14px; line-height: 80px; color: #fff;text-align: center;}
.nav ul li.on>a,.nav ul li:hover>a{ background: #f5940c}
.nav ul li .hide{background-color: #fff;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);float: left;display: none;width:100%;opacity: 0.95;position: absolute;text-align: center;z-index: 10000;}
.nav ul li .hide em a{ display:block; font-size: 14px;line-height:35px;font-weight: normal; text-align:center;color: #333;}
.nav ul li .hide em a:hover{background: #fff; color: #1e50ae; transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear;-webkit-transition:background-color 0.3s linear;-o-transition :background-color 0.3s linear;}
.navfixed{ position: fixed;top:0;left:0;width:100%;z-index:222}


/*首页banner*/
.banner{position:relative; height:600px;}
.banner a{display: block; height:100%;}

/*.banner-hd {height:600px;position: relative; overflow:hidden; width: 100%;}
.banner-hd ul{height:100%;margin: 0 auto;}
.banner-hd ul a{display: block; height:100%;margin: 0 auto;}
.banner-hd ul li{height:100%;}
.banner-hd .num { overflow:hidden;  position:absolute; bottom:20px; margin:0 auto;left:0;right:0;text-align:center;zoom:1; z-index:3 ;}
.banner-hd .num ul{display: inline-block;}
.banner-hd .num li {width:8px;height:8px;  color: #FFFFFF;margin:0 6px; cursor:pointer; float: left; background: #fff; border-radius:50%;}
.banner-hd .num li.on {background: #f5940c; opacity:1; } 
*/

/*科德劲专业服务*/
.index-title{margin-bottom: 43px;}
.index-title strong{display: block; font-size: 40px; line-height: 40px; color: #333; font-weight: bold; margin-bottom: 9px;}
.index-title span{display: block; font-size: 16px; color: #666; text-transform: uppercase; font-family: arial;}
.service{padding: 78px 0 80px}
.service-list{ height:440px;overflow: hidden;position:relative; }
.service-list ul li{float: left; cursor: pointer; transition:0.6s; position: relative; }
.service-list ul li .icon{position: absolute; top: 0; width: 100%; height: 100%; background: rgba(16,71,173,0.2);  text-align: center;}
.service-list ul li .icon>img{display: block; margin: 127px auto 33px}
.service-list ul li strong{display: block; font-size: 18px; color: #fff;}
.service-list ul li span{display: block; font-size: 12px; color: #fff; text-transform: uppercase; margin-bottom: 119px;}
.service-list ul li .info{display: none; position: absolute; bottom: 0; width: 100%; height: 100%; left: 0}
.service-list ul li .bg{background: url(../images/service-info.png) no-repeat center;}
.service-list ul li em,.service-list ul li p{display: block; position: absolute; left: 40px; color: #fff;}
.service-list ul li em{font-size: 18px;  bottom: 56px; }
.service-list ul li p{  bottom: 24px; }


/*热销产品*/
.index-title img{display: block; margin: 0 auto 14px;}
.product{background: #fcfcfc; padding: 50px 0 49px}

.ny-left{width: 220px;}
.column-title{background: url(../images/column-title.png) no-repeat left 35px center #1e50ae; height: 80px; text-indent: 87px; margin-bottom: 1px; color: #fff;}
.column-title em{display: block; font-size: 24px; line-height: 24px;  margin-bottom: 3px; padding-top: 21px}
.column-title span{display: block; font-size: 11px; text-transform: uppercase; font-family: arial;}
.ctitle1{border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6}
.ctitle1>li{ border-bottom: 1px solid #e6e6e6}
.ctitle1>li>a{display: block; font-size: 15px; line-height: 53px; color: #333; text-indent: 28px; background: url(../images/ctitle-icon.png) no-repeat right 22px center #f2f2f2;}
.ctitle1>li.on>a,.ctitle1>li:hover>a{background: url(../images/ctitle-icon2.png) no-repeat right 22px center #1e50ae; color: #fff;}
.ctitle2{display: none; background: #fff;}
.ctitle2 li{border-bottom: 1px solid #e6e6e6}
.ctitle2 li a{display: block; line-height: 53px; color: #4c4c4c; text-indent: 28px}
.ctitle1 li.on .ctitle2{ display: block;}
.ctitle2 li:hover a,.ctitle2 li.on a{text-indent: 40px; transition:0.6s; color: #1e50ae}
.ctitle1 li:first-child .ctitle2{display: block;}



.pro-tel{background: url(../images/pro-tel.jpg) no-repeat center; height: 110px; color: #fff; text-indent: 31px;}
.pro-tel em{display: block;  line-height: 14px; padding-top: 34px;}
.pro-tel strong{display: block; font-size: 24px; text-transform: uppercase; font-family: arial;}
.message{border: 1px solid #e6e6e6; background: #fff; padding: 0 19px;}
.message strong{display: block; font-size: 18px; line-height: 58px; color: #333; text-align: center;}
.message input,.message textarea{border: 1px solid #e6e6e6; outline: none; font-family: "Microsoft YaHei"; width: 100%; color: #b2b2b2; text-indent: 10px}
.message input{margin-bottom: 15px; line-height: 43px;}
.message textarea{margin-bottom: 20px; padding: 10px 0; height: 58px}
.message input::-webkit-input-placeholder,.message textarea::-webkit-input-placeholder {/* WebKit browsers */color: #b2b2b2;}
.message input:-moz-placeholder,.message textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color: #b2b2b2;}
.message input::-moz-placeholder,.message textarea::-moz-placeholder {/* Mozilla Firefox 19+ */color: #b2b2b2;}
.message input:-ms-input-placeholder,.message textarea:-ms-input-placeholder {/* Internet Explorer 10+ */color: #b2b2b2;}
.message .mess-submit{display: block; border: none; width: 100px; background: #1e50ae;  line-height: 40px; color: #fff; text-align: center; margin: 0 auto 22px; text-indent: 0}

.ny-right{width: 960px; overflow: hidden;}
.product-list ul{width: 990px;}
.product-list ul li{float: left; width: 298px; border: 1px solid #f7f7f7; margin-right: 30px; margin-bottom: 35px;}
.product-list ul li .pic{overflow: hidden; border-bottom: 1px solid #f7f7f7; }
.product-list ul li .pic img{display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-list ul li:hover .pic img{-webkit-transform: scale3d(1.2,1.2,1);transform: scale3d(1.2,1.2,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list ul li h3{display: block; background: #fff; font-size: 16px; line-height: 48px; color: #333; text-align: center;}
.product-list ul li:hover h3{color: #1e50ae}



/*联系我们*/
.contact{background: url(../images/contact-bg.jpg) no-repeat center; height: 340px; margin-bottom: 81px;}
.contact img{display: block; }
.contact .text1{margin-bottom: 29px; padding-top: 78px}
.contact .text2{margin-bottom: 42px}
.link-more a{display: inline-block; width: 185px; line-height: 55px; color: #333; border-radius: 3px; background: #fff; text-align: center; margin-right: 10px;}
.link-more a:hover{background: #f5940c; color: #fff;}



/*选择我们的优势*/
.ys{padding-bottom: 21px}
.ys .index-title{margin-bottom: 53px}
.ys-list ul li{width: 560px; position: relative; margin-bottom: 60px;}
.ys-list ul li .num{position: absolute; top: -26px}
.ys-list ul li:last-child .num{right: 0}
.ys-list ul li .icon{position: absolute; top: 270px; left: 0; right: 0; margin: auto}
.ys-list ul li .icon img{display: block; margin: 0 auto}
.ys-list ul li .info{border: 1px solid #e6e6e6; text-align: center; height: 258px;}
.ys-list ul li .info h2{font-size: 22px; line-height: 22px; color: #1e50ae; font-weight: bold; margin-bottom: 5px; padding-top: 88px}
.ys-list ul li .info span{display: block; font-size: 12px; text-transform: uppercase;; font-family: arial; margin-bottom: 21px}
.ys-list ul li .info h3{font-size: 16px;  line-height: 36px; color: #666; }


/*关于我们*/
.about{background: url(../images/about-bg.jpg) no-repeat center; padding:60px 0 47px; background-size: cover; }
.about .index-title{margin-bottom: 32px}
.about .index-title strong{ color: #fff}
.about .index-title span{ color: #fff}
.about-btn{margin-bottom: 60px}
.about-btn ul{text-align: center;}
.about-btn ul li{display: inline-block; width: 160px; line-height: 55px; color: #333; border-radius: 3px; background: #fff; margin: 0 7.5px; cursor: pointer;}
.about-btn ul li:hover,.about-btn ul li.on{background: #f5940c; color: #fff;}
.about-content{background: #fff;  height: 400px;}
.about-content .info{width: 573px; margin-left: 19px}
.about-content .info strong{display: block; font-size: 20px; color: #333; margin-top: 40px; margin-bottom: 14px }
.about-content .info p{line-height: 32px; color: #666; text-indent: 2rem}
.about-content .info a{display: block; width: 165px; background: #0068b7; line-height: 55px; color: #fff; text-align: center; margin-top: 20px;}
.about-content .info a:hover{background: #f5940c; transition:0.6s;}
.about-content .pic{margin-right: 10px; margin-top: 10px;}
.honor ul li{float: left; width: 240px; margin-right: 20px}
.honor ul li .pic{width: 240px; height: 339px;}
.factory dl{float: left; width: 276px; margin-right: 25px; margin-bottom: 25px;}
.factory dl:nth-child(4n){margin-right: 0}


/*行业应用*/
.industry{padding: 0 0 40px}
.industry-list{overflow: hidden;}
.industry-list ul{width: 1230px;}
.industry-list ul li{float: left; width: 380px; margin-right: 30px; margin-bottom: 40px; position: relative;}
.industry-list ul li .pic{width: 380px; height: 280px; overflow: hidden;}
.industry-list ul li em{position: absolute; bottom: 0; background: rgba(0,0,0,0.5); width: 100%; line-height: 55px; color: #fff; text-align: center}
.industry-list ul li:hover em{background: rgba(30,80,174,0.75); transition:0.6s;}


/*服务流程*/
.process{background: #fafafa; padding: 63px 0 55px;}
.process-list ul li{float: left; margin-right: 95px; text-align: center; color: #666}
.process-list ul li:last-child{margin-right: 0}
.process-list ul li img{display: block; margin: 0 auto 15px; opacity: 0.5}
.process-list ul li em{display: block; font-size: 18px; margin-bottom: 20px; }
.process-list ul li h3{display: block; font-size: 16px; line-height: 16px; margin-bottom: 4px;}
.process-list ul li span{display: block; font-size: 12px; font-family: arial; text-transform: uppercase;}
.process-mess .info{width: 138px;}
.process-mess input{float: left; display: block; border: none; outline: none; font-family: "Microsoft YaHei"; width: 220px; margin-right: 15px; text-indent: 20px; color: #b2b2b2; line-height: 40px}
.process-mess input::-webkit-input-placeholder {/* WebKit browsers */color: #b2b2b2;}
.process-mess input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color: #b2b2b2;}
.process-mess input::-moz-placeholder{/* Mozilla Firefox 19+ */color: #b2b2b2;}
.process-mess input:-ms-input-placeholder{/* Internet Explorer 10+ */color: #b2b2b2;}
.process-mess .mess-submit{ width: 100px; background: #f5940c;  font-size: 18px; color: #fff; text-indent: 0; font-weight: bold; text-align: center; margin-right: 0}


/*新闻中心*/
.news{padding: 80px 0 63px}
.latest-news{width: 580px}
.latest-news .pic{width: 580px; height: 360px; overflow: hidden;}
.latest-news .info{background: #1e50ae; padding: 24px  33px 0; color: #fff; height: 146px}
.latest-news .info strong{font-size: 18px; margin-bottom: 6px;}
.latest-news .info p{color: #fff; line-height: 28px; margin-bottom: 3px;}
.latest-news .info:hover{background: #f5940c; transition:0.6s;} 
.news-list {width: 590px;}
.news-list dl{background: #fafafa; height: 120px; margin-bottom: 17px;}
.news-list dl dt,.news-list dl dd{float: left;}
.news-list dl dt{width: 115px; border-right: 1px solid #e6e6e6; text-align: center; height: 120px; margin-right: 36px;}
.news-list dl dt b{display: block; font-size: 36px; line-height: 26px; color: #1e50ae; padding: 32px 0 19px}
.news-list dl dt span{display: block;  line-height: 10px; color: #333; }
.news-list dl dd{width: 414px}
.news-list dl dd em{display: block; font-size: 16px; color: #333; padding-top: 19px; margin-bottom: 5px;}
.news-list dl dd p{line-height: 24px; color: #666}
.news-list dl:hover dd em{color: #1e50ae}


/*合作客户*/
.partner{padding: 59px 0 77px; background: #fafafa}
.partner-list ul li{float: left; margin-right: 25px;}
.partner-list ul li .pic img{display: block; border: 1px solid #e6e6e6}


/*公共底部*/
.footer{background: url(../images/foot-bg.jpg) no-repeat center; background-size: cover}
.foot-top{padding: 60px 0 57px; border-bottom: 1px solid rgba(255,255,255,0.2)}
.foot-nav dl{float: left; width: 279px; margin-right: 27px;}
.foot-nav dl dt{display: block; font-size: 18px; color: #fff; line-height: 18px; font-weight: bold; margin-bottom: 26px;}
.foot-nav dl dd{display: block; line-height: 40px; color: #fff; float: left; width: 98px; margin-right: 27px}
.foot-nav dl dd a{color: #fff; }
.foot-nav dl:first-child dd:nth-child(3){display: none;}
.foot-nav dl:last-child{margin-right: 0}
.foot-nav dl:last-child dd{width: auto;}
.wechat strong{display: block; font-size: 18px; color: #fff; line-height: 18px; font-weight: bold; margin-bottom: 39px;}
.wechat ul li{float: left; text-align: center;}
.wechat ul li img{display: block; margin-bottom: 8px;}
.wechat ul li em{display: block; color: #fff; }
.foot-copy p{line-height: 52px; color: #fff;}
.foot-copy p a{color: #fff; margin-left: 43px}
.footer a:hover{color: #f5940c}


/*在线咨询*/
.zx-service{position: fixed;right: 5px;top: 30%;z-index: 9999;}
.zx-service ul li{margin-bottom: 1px;position: relative;}
.zx-service ul li a{display: block; width: 80px;height: 52px;padding: 14px 0;background: #000;}
.zx-service ul li:hover a{background: #1e50ae;}
.zx-service ul li a img{display: block;margin: 0 auto 10px;}
.zx-service ul li a span{display: block;width: 80px;color: #fff;text-align: center;line-height: 14px;}
.zx-service ul li dl{width: 150px;padding: 0 15px;background: #1e50ae;text-align: center;display: none;position: absolute;right: 81px;top: 0;}
.zx-service ul li dl dd{font-family: arial;color: #fff;font-size: 20px;height: 50px;width: 150px;line-height: 50px;}
.weixin-hide{width: 130px;padding: 140px 10px 0;background:url(../images/right-wechat.jpg) no-repeat center top 10px #1e50ae;position: absolute;right: 81px;top: 0;display: none;}
.weixin-hide span,.weixin-hide b,.weixin-hide em{display: block; width: 100%;text-align: center;color: #fff;}
.weixin-hide span{line-height: 36px;}
.weixin-hide em{line-height: 35px;}
.weixin-hide b{line-height: 13px;font-family: arial;font-size: 18px}
.tel-hide li span,.tel-hide li b{display: block;color: #fff;}
.tel-hide li span{line-height: 12px;font-size: 14px;}
.tel-hide li b{line-height: 15px;font-size: 19px;font-family: arial;padding-top: 10px;} 
.zx-service03:hover .weixin-hide{display: block;}
.zx-service ul li:hover dl{display: block;}


/*内页样式*/
.ny-banner{height: 500px;}
.ny-main{ padding:40px 0 80px}
.position{display: block;margin-top: 30px; margin-bottom: 30px; border-bottom: solid 1px #ddd;position: relative;}
.position span{display: block; padding-left:33px; font-size: 13px;line-height: 40px;background: url(../images/ny-home.png) no-repeat 5px center;border-bottom: solid 1px #1e50ae; z-index: 0;position: absolute;bottom: -1px;left: 0;}
.position span a.on{color: #1e50ae;}
.position span a:hover{color: #1e50ae;}


/*推荐产品*/
.recommend-pro{margin: 30px 0}
.pro-list ul{padding: 20px 10px; background: #f2f2f2}
.pro-list ul li .pic{width: 200px; height: 146px;}
.pro-list ul li em{display: block; font-size: 15px; line-height: 40px; color: #333; text-align: center;}
.pro-list ul li:hover em{color: #1e50ae}


/*推荐新闻*/
.recommend-news{margin-top: 40px}
.recommend-news strong{display: block; background: #1e50ae; font-size: 18px; line-height: 55px; color: #fff; font-weight: bold; width: 100% ; text-indent: 20px;}
.recommend-list{border:1px solid #ccc; padding: 20px; overflow: hidden; border-top:none;}
.recommend-list ul li{float: left; width: 446px; margin-right: 25px; border-bottom: 1px dashed #ccc; line-height: 45px;}
.recommend-list ul li:nth-child(2n){margin-right: 0}
.recommend-list ul li em{display: block; background: url(../images/recommend-news.jpg) no-repeat left center; padding-left: 15px; color: #333; font-size: 15px;}
.recommend-list ul li span{color: #666;}
.recommend-list ul li:hover em{color: #1e50ae}



/*产品详情*/
.ny-right  .pro1 .pro-list-pic{width: 332px;}
.ny-right  .pro1 .spec-preview img{display: block;}
.ny-right  .pro1 .descript1{width: 590px; position: relative;}
.ny-right  .pro1 .descript1 strong.title1{line-height: 38px;font-size: 20px; color: #2d2d2d;display: block;border-bottom: 1px solid #c0ccd6; padding: 10px 0 15px; margin-bottom: 10px;}
.ny-right  .pro1 .descript1 p{width: 590px;font-size: 13px;color: #666;line-height: 28px;margin: 10px 0;text-align: justify;}
.ny-right  .pro1 .descript1 a.consult{display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #333; }
.ny-right  .pro1 .descript1 a.consult:hover{background-color: #1e50ae;}
.ny-right  .pro1 .descript1 p.haoma{ color: #333;font-size: 15px;display: block; margin: 20px 0;}
.ny-right  .pro1 .descript1 p.haoma em {display: inline-block;color: #1e50ae;font-size: 25px;font-weight: bold; vertical-align: middle;}
.ny-right  .pro1 .share{overflow: hidden;margin-top: 15px;}
.ny-right  .pro1 .share ul li{float: left;margin: 0 5px;}
.ny-right  .detail {margin-bottom: 20px;}
.ny-right  .detail .de-title{border-bottom: solid 3px #1e50ae; margin-bottom: 20px;}
.ny-right  .detail .de-title a{display: block;width: 130px; font-size: 16px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#1e50ae;}
.pro-wechat{display: none; position: absolute; left: 150px;    bottom: -100px;}
.pro-wechat img{display: block; margin: 30px auto 0; box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}


/*内页荣誉证书*/
.nyhonor-list ul{width: calc(100% + 30px)}
.nyhonor-list ul li{float: left; width: 217px; margin-right: 30px; margin-bottom: 30px;}
.nyhonor-list ul li .pic{width: 217px; height: 307px; overflow: hidden;}


/*内页通用图片样式*/
.nypic-list ul{width: calc(100% + 30px)}
.nypic-list ul li{float: left; width: 300px; margin-right: 30px; margin-bottom: 30px;}
.nypic-list ul li .pic{width: 300px; height: 221px; overflow: hidden;}
.nypic-list ul li .pic img{display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nypic-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nypic-list ul li em{display: block;  background: #f2f2f2; font-size: 15px; line-height: 45px; color: #333; text-align: center;}
.nypic-list ul li:hover em{background: #1e50ae; color: #fff; transition:0.6s;}




/*内页新闻列表*/
.ny-news-list ul li{padding: 10px;background:#fafafa; margin-bottom: 30px;height: 140px;width: 100%;transition: all 0.3s;}
.ny-news-list ul li .pic{width: 226px;height: 140px; margin-right: 30px;}
.ny-news-list ul li .info{width: 660px;}
.ny-news-list ul li .info h3{font-size: 17px;color: #595959;overflow: hidden;background: url(../images/news-title.png) no-repeat center left -20px;transition: all 0.5s;line-height: 18px;margin-top: 16px;}
.ny-news-list ul li .info span{display: block;font-family: arial;color: #666;padding-left: 20px;background: url(../images/date.png) no-repeat center left;line-height: 12px;margin: 16px 0;}
.ny-news-list ul li .info p{color: #808080;overflow: hidden;text-align:justify;}
.ny-news-list ul li:hover .info h3{padding-left: 20px;background: url(../images/news-title.png) no-repeat center left;color: #1e50ae;}





/*内页分页*/
.ny-right  .pagelist {padding: 10px 0;margin-top:15px;overflow: hidden;border-top:0px solid #eee;text-align:center;}
.ny-right .pagelist a,
.ny-right  .pagelist span {border: 1px solid #ccc; display: inline-block;padding: 2px 8px;margin-right:5px;}
.ny-right  .pagelist span.current {color: #f30;border: 1px solid #ddd;}


/*2021.10.27*/
.ny-main .ctitle1 li .ctitle2{display: none;}
.ny-main .ctitle1 li.on .ctitle2{display: block;}


/*2021.11.23框架修改*/
.messages{background: url(../images/messages-bg.jpg) no-repeat center; padding: 18px 0}
.process-mess strong{color: #fff; font-size: 16px; line-height: 16px; margin-bottom: 2px;}
.process-mess span{margin-left: 10px;}
.process-mess em{color: #fff; font-size: 16px; display: block;}

/*品牌介绍*/
.brand{padding: 53px 0 46px;}
.brand .index-title{margin-bottom: 19px}
.brand .info p{font-size: 16px; line-height: 40px; color: #4c4c4c; text-align: center;}
.brand-bg{background: url(../images/brand-bg.jpg) no-repeat center; padding: 110px 0 83px }
.brand-num{margin-bottom: 26px;}
.brand-num ul{text-align: center;}
.brand-num ul li{display: inline-block; margin: 0 69px}
.brand-num ul li b{font-size: 70px; line-height: 57px; color: #1e50ae; font-family: Impact;}
.brand-num ul li span{font-size: 18px; color: #333333; margin-left: 7px;}
.brand-num ul li em{display: block; font-size: 18px; color: #333333; margin-top: 4px;}
.brand-bg p{font-size: 16px;  line-height: 40px; color: #4c4c4c; text-align: center; margin-bottom: 20px;}
.brand-bg a{display: block; width: 200px; background: #1e50ae; font-size: 16px; line-height: 60px; color: #fff; text-align: center; margin: 39px auto 0}
.brand-bg a:hover{background:#f5940c; transition:0.6s;}