﻿﻿@charset "utf-8";
/*公共样式*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
margin:0; 
padding:0; 
} 


*{margin: 0; padding: 0;}
html,body{width: 100%; min-width: 1400px;scroll-behavior: smooth;}
body{ font-size: 14px; background: #fff; font-family: 'Microsoft YaHei',Arial,Verdana,Sans-Serif; line-height: 1.5; color: #222; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #222; -webkit-tap-highlight-color: rgba(255,0,0,0); -webkit-transition: all .4s ease; transition: all .4s ease; cursor: pointer;}
a:hover{color: #c8000a!important;}
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;}
.col-lg-6{width: 50%; *width: 49.98%; float: left; min-height: 1px;}
.col-lg-3{width: 25%; *width: 24.98%; float: left; min-height: 1px;}
.col-lg-2_0{width: 20%; *width: 19.98%; float: left; min-height: 1px;}
.col-lg-2{width: 16.66%; *width: 16.62%; float: left; min-height: 1px;}
.container{width: 1360px; margin: 0 auto; position: relative;}
.gs_container1{width: 1360px !important; margin: 0 auto; position: relative;}
@media only screen and (max-width: 1399px){
	.container{width: 1200px;}
	.gs_container1{width: 1200px !important; }
}
/*字体*/
@font-face{font-family: 'Abel'; src: url('/skin/fonts/abel.eot'); src: url('/skin/fonts/abel.eot') format('embedded-opentype'), url('/skin/fonts/abel.woff') format('woff'), url('/skin/fonts/abel.ttf') format('truetype'), url('/skin/fonts/abel.svg#webfont34m5alkg') format('svg');}
/*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;}
.slick-prev:focus,.slick-next:focus{outline: 0;}
.slick-prev{left: 0;}
.slick-next{right: 0;}
.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: #c8000a;}
/*头部*/
.header{width: 100%; min-width: 1200px; height: 100px; background: #fff; box-shadow: 0 0 16px rgba(0,0,0,.15); position: fixed; left: 0; top: 0; z-index: 77;}
.logo{float: left; margin-top: 15px; margin-left: 32px; position: relative;}
.logo img{display: block; height: 72px;}
.headr{float: right; margin-right: 42px;}
.nav{float: left;}
.nav ul{margin-right: -5px;}
.nav ul > li{float: left; font-size: 16px; position: relative; padding: 0 16px;}
.nav ul > li > a{display: block; min-width: 66px; height: 100px; line-height: 100px; padding: 0 4px; text-align: center; position: relative; color: #131313;}
.nav ul > li > a i{display: block; height: 2px; background: #c8000a; position: absolute; left: 50%; right: 50%; bottom: 0; transition: left .5s,right .5s;}
.nav ul > li.active{font-weight: bold;}
.nav ul > li:hover > a,.nav ul > li.active > a{color: #c8000a!important;}
.nav ul > li:hover > a i,.nav ul > li.active > a i{left: 0; right: 0;}
.nav ul > li:hover .subnav{height: auto; margin-top: 0; opacity: 1; visibility: visible;}
.subnav{width: 200px; box-shadow: 0 0 16px -4px rgba(0,0,0,.3); background: #fff; position: absolute; left: 50%; top: 100%; margin-left: -100px; 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: 46px; line-height: 46px; font-size: 14px; overflow: hidden;}
.subnav > ol li a:hover{background: #c8000a; color: #fff!important;}
.headr .line{width: 1px; height: 16px; float: left; margin-left: 16px; margin-top: 42px; background: #e4e4e4;}
.hsearch{width: 48px; height: 40px; float: left; margin-left: 22px; margin-top: 30px; transition: width .5s;}
.hsearch .form{padding-right: 48px; height: 40px; position: relative; border-radius: 20px; overflow: hidden; transition: background .5s;}
.hsearch .form .input{display: block; width: 120px; height: 40px; line-height: 40px; padding-left: 20px; font-size: 12px; color: #fff; position: absolute; right: 48px; top: 0;}
.hsearch .form .input::-webkit-input-placeholder{color: #fff;}
.hsearch .form .input::-moz-placeholder{color: #fff;}
.hsearch .form .input:-ms-input-placeholder{color: #fff;}  
.hsearch .form .btns{display: block; width: 48px; height: 40px; cursor: pointer; position: absolute; right: 0; top: 0; z-index: 1; opacity: 0; visibility: hidden;}
.hsearch .form .btns i{display: block; width: 16px; height: 16px; background: url(/skin/images/icon.png) no-repeat 0 -32px; position: absolute; left: 16px; top: 12px;}
.hsearch .form .searchbtn{z-index: 2; opacity: 1; visibility: visible;}
.hsearch .form .searchbtn i{background-position: 0 0;}
.hsearch.open{width: 188px;}
.hsearch.open .form{background: #dd0518;}
.hsearch.open .btns{opacity: 1; visibility: visible;}
.hsearch.open .form .searchbtn{opacity: 0; visibility: hidden;}
.language{height: 34px; float: left; margin-left: 28px; margin-top: 33px;}
.language .add{width: 14px; height: 18px; float: left; margin-top: 8px; background: url(/skin/images/icon.png) no-repeat -16px 0;}
.language select{display: block; width: 54px; height: 34px; line-height: 34px; float: left; background:url(/skin/images/select-arrow.png) no-repeat right center; margin-left: 8px; font-size: 16px; color: #666;}
#h100{height: 100px;}
@media only screen and (max-width: 1499px){
	.nav ul > li{padding: 0 10px;}
	.nav ul > li > a{min-width: 56px;}
}
@media only screen and (max-width: 1399px){
	.header{height: 90px;}
	.logo{margin-left: 12px;}
	.logo img{height: 56px;}
	.headr{margin-right: 22px;}
	.nav ul > li{padding: 0 8px;}
	.nav ul > li > a{height: 90px; line-height: 90px;}
	.headr .line{margin-top: 37px;}
	.hsearch{width: 40px; height: 36px; margin-top: 27px;}
	.hsearch .form{padding-right: 40px; height: 36px; border-radius: 18px;}
	.hsearch .form .input{width: 120px; height: 36px; line-height: 36px; padding-left: 18px; right: 40px;} 
	.hsearch .form .btns{width: 40px; height: 36px;}
	.hsearch .form .btns i{left: 12px; top: 10px;}
	.hsearch.open{width: 176px;}
	.language{margin-top: 28px;}
	#h100{height: 90px;}
}
/*底部*/
.footer{background: #171717;color: #777; position: relative; overflow: hidden;}
.footer a{color: #777;}
.foot-model{padding: 68px 0 48px 0; overflow: hidden;}
.foot-nav{float: left; overflow: hidden;}
.foot-nav dl{min-width: 110px; float: left; margin-right: 40px;}
.foot-nav dt{font-size: 16px; height: 22px; line-height: 22px; color: #fff;}
.foot-nav dt a{color: #fff;}
.foot-nav dd{margin-top: 12px;}
.foot-nav dd li{height: 26px; line-height: 26px;}
.foot-info{width: 344px; min-height: 188px; float: left; padding: 0 60px 30px 70px; border-left: 1px solid #666; border-right: 1px solid #666;}
.foot-info .dt{font-size: 16px; height: 22px; line-height: 22px; color: #fff;}
.foot-info .dt a{color: #fff;}
.foot-info .dd{margin-top: 12px;}
.foot-info .dd li{line-height: 26px;}
.foot-wechat{width: 106px; float: right; margin-top: 11px;}
.foot-wechat img{display: block; width: 106px; height: 106px;}
.foot-wechat p{font-size: 14px; text-align: center; margin-top: 10px;}
.foot-copy{line-height: 30px; color: #666; border-top: 1px solid #666; padding: 23px 0; overflow: hidden;}
.foot-copy a{color: #666;}
@media only screen and (max-width: 1399px){
	.foot-nav dl{min-width: 96px; margin-right: 50px;}
	.foot-info{padding-left: 60px; padding-right: 50px;}
}
/*首页*/
.intitle{line-height: 1.2; color: #1c1c1c; position: relative;}
.intitle h3{font-size: 28px; text-transform: uppercase;}
.intitle h2{font-size: 48px; font-weight: bold; margin-top: 4px;}
.intitle h2 b{color: #c8000a;}
@media only screen and (max-width: 1399px){
	.intitle h3{font-size: 24px;}
	.intitle h2{font-size: 40px;}
}
/*首页---广告图切换*/
.banner{width: 100%; overflow: hidden; position: relative; z-index: 2;margin-top:100px;}
.banner .slick-slide{width: 100%;}
.banner .slick-slide a{display: block; width: 100%; height: 100%;}
.banner .slick-slide img{width: 100%; image-rendering: -webkit-optimize-contrast;}
.banner .slick-dots li button{background: #fff; filter: alpha(opacity=60); opacity: .6;}
.banner .slick-dots li.slick-active button{filter: alpha(opacity=100); opacity: 1;}

/*首页---关于我们*/
.inabout{padding: 84px 0 120px 0; background: #fff;}
.inabout-info{background: url(/skin/images/inabout-dbg.png) no-repeat right bottom; background-size: 42.94% auto;}
.inabout-info .pic{width: 48.97%; float: left; overflow: hidden;}
.inabout-info .pic .slick-slide{width: 100%;}
.inabout-info .pic .slick-slide img{width: 100%; height: 479px;}
.inabout-info .pic .slick-dots{bottom: 24px;}
.inabout-info .pic .slick-dots li{margin: 0 3px;}
.inabout-info .pic .slick-dots li button{width: 9px; height: 9px; background: #fff; filter: alpha(opacity=50); opacity: .5;}
.inabout-info .pic .slick-dots li.slick-active button{filter: alpha(opacity=100); opacity: 1;}
.inabout-info .text{margin-left: 48.97%; padding-left: 7.2%; padding-right: 1.8%; padding-top: 30px;}
.inabout-info .text .tag{font-size: 28px; line-height: 1.1;}
.inabout-info .text .tag i{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 1px; height: 28px; background: #e8e8e8; margin: 0 18px;}
.inabout-info .text .title{font-size: 36px; font-weight: bold; line-height: 1.1; margin-top: 20px;}
.inabout-info .text .title b{color: #c8000a;}
.inabout-info .text .desc{max-height: 192px; line-height: 32px; font-size: 16px; color: #666; text-align: justify; overflow: hidden; margin-top: 30px;}
.inabout-info .text ul{margin-top: 30px;}
.inabout-info .text li{float: left; margin-left: 17px;}
.inabout-info .text li .tit{width: 75px; height: 25px; line-height: 25px; background: #e7e7e7; font-size: 12px; color: #9e9e9e; text-align: center;}
.inabout-info .text li a{display: block; height: 46px; line-height: 46px; border: 1px solid #e7e7e7; padding: 0 16px 0 20px; color: #aaa;}
.inabout-info .text li a span{display: block; float: left;}
.inabout-info .text li a i{display: block; width: 16px; height: 6px; float: left; margin-left: 24px; margin-top: 20px; background: url(/skin/images/icon.png) no-repeat 0 -18px; transition: transform .5s;}
.inabout-info .text li a:hover{border-color: #c8000a;}
.inabout-info .text li a:hover i{background-position: -16px -18px; transform: translateX(4px);}
.inabout-info .text li.first{margin-left: 0;}
.inabout-info .text li.first .tit{background: none;}
.inabout-info .text li.first a{font-family: "Arial"; text-transform: uppercase;}
.inabout-num{margin-top: 70px;}
.inabout-num ul{border: 1px solid #eee;}
.inabout-num li .item{border-left: 1px solid #eee; padding: 53px 10px 66px 10px; text-align: center; position: relative;}
.inabout-num li .item .bg{background: #c8000a; box-shadow: 0 0 35px rgba(230,0,18,.29); opacity: 0; visibility: hidden; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; transition: opacity .6s,visibility .6s;}
.inabout-num li .item > div{position: relative; z-index: 2;}
.inabout-num li .item .num{font-size: 18px; line-height: 1.1; transition: color .5s;}
.inabout-num li .item .num em{font-family: "Abel"; font-size: 48px; font-weight: bold; letter-spacing: -1px; margin-right: 4px;}
.inabout-num li .item .title{font-size: 20px; margin-top: 10px; transition: color .5s;}
.inabout-num li .item .line{width: 23px; height: 2px; background: #c3c3c3; margin: 22px auto 0; transition: background .5s;}
.inabout-num li .item.bl0{border-left: 0;}
.inabout-num li .item:hover .bg{opacity: 1; visibility: visible;}
.inabout-num li .item:hover .num,.inabout-num li .item:hover .title{color: #fff;}
.inabout-num li .item:hover .line{background: #fff;}
@media only screen and (max-width: 1399px){
	.inabout-info .pic .slick-slide img{height: 423px;}
	.inabout-info .text{padding-left: 5%; padding-right: 1%; padding-top: 20px;}
	.inabout-info .text .tag{font-size: 24px;}
	.inabout-info .text .title{font-size: 40px; margin-top: 12px;}
	.inabout-info .text .desc{max-height: 180px; line-height: 30px; font-size: 15px; margin-top: 20px;}
	.inabout-info .text ul{margin-top: 20px;}
	.inabout-info .text li{margin-left: 12px;}
	.inabout-num li .item{padding: 43px 10px 56px 10px;}
	.inabout-num li .item .num{font-size: 16px;}
	.inabout-num li .item .num em{font-size: 40px;}
	.inabout-num li .item .title{font-size: 18px;}
}
/*首页---案例展示*/
.incase{padding: 82px 0 62px 0; background: url(/skin/images/incase-bg.jpg) no-repeat center top; position: relative; overflow: hidden;}
.incase .intitle{color: #fff;}
.incase .intitle .more{display: block; width: 169px; height: 48px; color: #aaa; position: absolute; right: 0; bottom: 0;}
.incase .intitle .more span{border: 1px solid #fff; filter: alpha(opacity=18); opacity: .6; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; transition: opacity .6s;}
.incase .intitle .more em{height: 48px; line-height: 48px; position: absolute; left: 28px; right: 28px; top: 0; z-index: 2;}
.incase .intitle .more em i{display: block; width: 16px; height: 6px; background: url(/skin/images/icon.png) no-repeat 0 -24px; filter: alpha(opacity=30); opacity: .6; position: absolute; right: 0; top: 21px; transition: opacity .6s,transform .5s;}
.incase .intitle .more:hover{color: #fff!important;}
.incase .intitle .more:hover span{filter: alpha(opacity=100); opacity: 1;}
.incase .intitle .more:hover i{filter: alpha(opacity=100); opacity: 1; transform: translateX(4px);}
.incase-box{margin-top: 68px; position: relative;}
.incase-box .scroll{opacity: 0; visibility: hidden;}
.incase-box.active{overflow: visible!important;}
.incase-box.active .scroll{opacity: 1; visibility: visible;}
.incase-box ul{padding-bottom: 96px;}
.incase-box li{float: left; margin-right: 13px;}
.incase-box li a{display: block; position: relative; overflow: hidden;}
.incase-box li img{width: 100%; height: auto; transition: transform .8s;}
.incase-box li .mask{width: 100%; height: 100%; opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; transition: opacity .5s,visibility .5s;}
.incase-box li .bg{width: 100%; height: 100%; background: #000; filter: alpha(opacity=50); opacity: .5; position: absolute; left: 0; top: 0; z-index: 1;}
.incase-box li .text{position: absolute; left: 10px; right: 10px; top: 50%; margin-top: -35px; z-index: 2;}
.incase-box li .icon{width: 24px; height: 24px; background: url(/skin/images/icon.png) no-repeat -16px -24px; margin: 0 auto;}
.incase-box li .title{height: 28px; line-height: 28px; font-size: 22px; color: #fff; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 18px;}
.incase-box li a:hover img{transform: scale(1.1);}
.incase-box li a:hover .mask{opacity: 1; visibility: visible;}
.incase-box .bicon{width: 21px; height: 27px; background: url(/skin/images/icon.png) no-repeat -40px -24px; position: absolute; left: 50%; bottom: 26px; margin-left: -10px;}
.incase-text{font-size: 16px; color: #afafaf; text-align: center; margin-top: 16px;}
@media only screen and (max-width: 1399px){
	.incase-box li .title{font-size: 20px;}
}
/*首页---产品展示*/
.inproduct{padding: 92px 0; background: #ededed; position: relative; overflow: hidden;}
.inproduct-tabbox{margin-top: 48px; position: relative;}
.inproduct-tabtit{position: absolute; right: 0; top: -96px;}
.inproduct-tabtit ul{font-size: 0; text-align: right; margin-right: -9px;}
.inproduct-tabtit li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 9px; height: 48px; line-height: 48px; background: #ededed; font-size: 18px; color: #242424; padding: 0 20px; cursor: pointer;}
.inproduct-tabtit li.active{background: #c8000a; color: #fff;}
.inproduct-tabslick{margin: 0 -7px; display: block!important; height: 0; opacity: 0; visibility: hidden;}
.inproduct-tabslick.tactive{height: auto; opacity: 1; visibility: visible; transition: opacity .5s;}
.inproduct-tabslick .slick-slide .item{display: block; margin: 0 7px; border: 1px solid #e9e9e9;}
.inproduct-tabslick .slick-slide .pic{margin: 5px; position: relative; overflow: hidden;}
.inproduct-tabslick .slick-slide .pic img{width: 100%; height: 248px; transition: transform .8s;}
.inproduct-tabslick .slick-slide .title{height: 64px; border-top: 1px solid #e9e9e9; padding: 0 50px 0 20px; position: relative;}
.inproduct-tabslick .slick-slide .title i{display: block; width: 18px; height: 6px; background: url(/skin/images/icon.png) no-repeat -40px -51px; position: absolute; right: 18px; top: 31px; transition: transform .5s;}
.inproduct-tabslick .slick-slide .title h3{height: 64px; line-height: 64px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.inproduct-tabslick .slick-slide .item:hover{border-color: #c8000a;}
.inproduct-tabslick .slick-slide .item:hover .pic img{transform: scale(1.1);}
.inproduct-tabslick .slick-slide .item:hover .title i{background-position: -40px -57px; transform: translateX(4px);}
.inproduct-tabslick .slick-prev,.inproduct-tabslick .slick-next{width: 10px; height: 18px; background: url(/skin/images/icon.png) no-repeat 0 -51px; margin-top: -20px;}
.inproduct-tabslick .slick-prev{left: -50px;}
.inproduct-tabslick .slick-next{right: -50px; background-position: -10px -51px;}
.inproduct-tabslick .slick-prev:hover{background-position: -20px -51px;}
.inproduct-tabslick .slick-next:hover{background-position: -30px -51px;}
@media only screen and (max-width: 1539px){
	.inproduct-tabslick .slick-prev{left: -36px;}
	.inproduct-tabslick .slick-next{right: -36px;}
}
@media only screen and (max-width: 1499px){
	.inproduct-tabslick .slick-prev{left: -26px;}
	.inproduct-tabslick .slick-next{right: -26px;}
}
@media only screen and (max-width: 1399px){
	.inproduct-tabslick .slick-slide .pic img{height: 216px;}
	.inproduct-tabslick .slick-prev{left: -20px;}
	.inproduct-tabslick .slick-next{right: -20px;}
}
/*首页---优势*/
.inadvantage{padding: 100px 0 120px 0; background: url(/skin/images/inadvantage-bg.jpg) no-repeat center top; position: relative; overflow: hidden;}
.inadvantage .intitle{color: #1c1c1c;}
.inadvantage .intitle .name{font-size: 28px; color: #1c1c1c; line-height: 1.1; position: absolute; right: 0; bottom: 6px;}
.inadvantage-box{margin-top: 58px;}
.inadvantage-box ul{margin: 0 -6px;}
.inadvantage-box li .item{margin: 0 6px; padding: 27px 21px 36px 21px; background: #fff; transition: transform .5s;}
.inadvantage-box li .num img{display: block; height: 29px;}
.inadvantage-box li .line{width: 26px; height: 2px; background: #d4d4d4; margin-top: 25px;}
.inadvantage-box li .pic{margin-top: 36px;}
.inadvantage-box li .pic img{width: 100%; height: 176px;}
.inadvantage-box li .title{height: 56px; font-size: 0; overflow: hidden; margin-top: 24px;}
.inadvantage-box li .title i,.inadvantage-box li .title h3{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle;}
.inadvantage-box li .title i{width: 0; height: 100%;}
.inadvantage-box li .title h3{line-height: 28px; font-size: 22px; font-weight: bold;}
.inadvantage-box li .desc{height: 72px; line-height: 24px; font-size: 16px; color: #686767; overflow: hidden; margin-top: 8px;}
.inadvantage-box li .item:hover{transform: translateY(-10px);}
@media only screen and (max-width: 1399px){
	.inadvantage .intitle .name{font-size: 24px;}
	.inadvantage-box li .item{padding-left: 13px; padding-right: 13px;}
	.inadvantage-box li .title h3{font-size: 20px;}
	.inadvantage-box li .desc{font-size: 15px;}
	.inadvantage-box li .pic img{height: 164px;}
}
/*首页---新闻动态*/
.innews{padding: 70px 0 50px 0; background: #fff; position: relative; overflow: hidden;}
.innews-tabbox{margin-top: 48px; border-top: 1px solid #ededed; position: relative;}
.innews-tabtit{position: absolute; right: 0; top: -97px;}
.innews-tabtit ul{font-size: 0; text-align: right; margin-right: -9px;}
.innews-tabtit li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 9px; height: 48px; line-height: 48px; background: #ededed; font-size: 18px; color: #242424; padding: 0 31px; cursor: pointer;}
.innews-tabtit li.active{background: #c8000a; color: #fff;}
.innews-tabcont{margin-top: 24px;}
.innews-tabitem ul{margin: 0 -13px;}
.innews-tabitem li .item{display: block; padding: 22px 0; margin: 0 13px;}
.innews-tabitem li .time{line-height: 1; font-family: "Abel"; font-size: 14px; font-weight: bold; color: #959595;}
.innews-tabitem li .time span{font-size: 35px; color: #242424; margin-right: 4px;}
.innews-tabitem li .pic{height: 190px; overflow: hidden; margin-top: 22px;}
.innews-tabitem li .pic img{display: block; width: 100%; height: auto; min-height: 100%; transition: transform .8s;}
.innews-tabitem li .pic:hover img{transform: scale(1.1);}
.innews-tabitem li .title{height: 26px; line-height: 26px; font-size: 18px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 22px;}
.innews-tabitem li .desc{height: 44px; line-height: 22px; font-size: 14px; color: #a2a2a2; overflow: hidden; display: -webkit-box !important; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 14px; margin-bottom: 10px;}
.innews-tabitem li .more{font-family: "Arial"; font-size: 0; color: #aaa; text-transform: uppercase;}
.innews-tabitem li .more span,.innews-tabitem li i{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle;}
.innews-tabitem li .more span{font-size: 14px;}
.innews-tabitem li .more i{width: 11px; height: 4px; background: url(/skin/images/icon.png) no-repeat -46px 0; margin-left: 12px; transition: transform .5s;}
.innews-tabitem li .more:hover i{transform: translateX(4px);}
.innews-tabitem li .more:hover i{background-position: -46px -4px;}
@media only screen and (max-width: 1399px){
	.innews-tabitem li .pic{height: 166px;}
	.innews-tabitem li .title{height: 22px; line-height: 22px; font-size: 16px;}
}
/*首页---合作品牌*/
.inbrand{padding: 80px 0; background: #ededed; position: relative; overflow: hidden;}
.inbrand .intitle .name{font-size: 18px; color: #242424; line-height: 1.1; position: absolute; right: 0; bottom: 10px;}
.inbrand-slick{margin-left: -7px; margin-right: -7px; margin-top: 48px;}
.inbrand-slick .slick-slide .item{display: block; height: 118px; font-size: 0; text-align: center; margin: 0 7px; background: #fff;}
.inbrand-slick .slick-slide .item i,.inbrand-slick .slick-slide .item img{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle;}
.inbrand-slick .slick-slide .item i{width: 0; height: 100%;}
.inbrand-slick .slick-slide .item img{max-width: 88%; max-height: 114px;}
.inbrand-slick .slick-prev,.inbrand-slick .slick-next{width: 10px; height: 18px; background: url(/skin/images/icon.png) no-repeat 0 -51px; margin-top: -9px;}
.inbrand-slick .slick-prev{left: -50px;}
.inbrand-slick .slick-next{right: -50px; background-position: -10px -51px;}
.inbrand-slick .slick-prev:hover{background-position: -20px -51px;}
.inbrand-slick .slick-next:hover{background-position: -30px -51px;}
@media only screen and (max-width: 1539px){
	.inbrand-slick .slick-prev{left: -36px;}
	.inbrand-slick .slick-next{right: -36px;}
}
@media only screen and (max-width: 1499px){
	.inbrand-slick .slick-prev{left: -26px;}
	.inbrand-slick .slick-next{right: -26px;}
}
@media only screen and (max-width: 1399px){
	.inbrand .intitle .name{font-size: 16px;}
	.inbrand-slick .slick-slide .item{height: 98px;}
	.inbrand-slick .slick-slide .item img{max-height: 54px;}
	.inbrand-slick .slick-prev{left: -20px;}
	.inbrand-slick .slick-next{right: -20px;}
}
.bread-nav{
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #e5e5e5;
}
.bread-nav .con{
	width: 1200px;
	margin: 0 auto;
}
.bread-nav p{
	font-size: 14px;
	color: #8e8e8e;
}
.bread-nav a{
	font-size: 14px;
	color: #8e8e8e;
}
.bread-nav a:hover{
	color: #333;
}
.structure-box:after{
	content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.structure-box{
	width: 1200px;
	margin: 30px auto 0;
	padding-bottom: 50px;
	zoom: 1;
}
.structure-left{
	float: left;
	width: 242px;
}

.structure-left .side-tel{
	margin-top: 24px;
}
.structure-left .side-tel h2{
	background: #c8000a;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	padding: 0 26px 0;
	height: 72px;
	line-height: 72px;
}
.structure-left .side-tel p{
	border: 1px solid #f0f0f0;
	border-top: none;
	padding: 16px 26px 30px;
	font-size: 14px;
	line-height: 28px;
	background: #ededed;
	color: #4e4e4e;
}

.structure-right{
	float: right;
	width: 930px;
	overflow: hidden;
}
.structure-right .tit-t{
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
}
.structure-right .tit-t h2{
	font-size: 22px;
	color: #222;
	display: inline-block;
	padding-right: 10px;
	border-bottom: 2px solid #222;
}
.product-list-left{
    margin: 0 auto;
	width: 100%;
}
.product-tab .tit{
	padding: 24px 26px 30px;
	background: #c8000a;
}
.product-tab .tit h2{
	font-size: 32px;
	color: #fff;
	line-height: 34px;
	font-weight: bold;
}
.product-tab .tit em{
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin-top: 20px;
}
.product-tab ul{
	font-size: 0;
	text-align: center;
	padding-bottom: 20px;
	background: #ededed;
}
.product-tab ul li{
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.product-tab ul li:last-child{
	border-bottom: none;
}
.product-tab ul li a{
	font-size: 16px;
	color: #222;
	display: block;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	padding: 0 0px 0 38px;
}
.product-tab ul li i{
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #c0c0c0;
	position: absolute;
	top: 25px;
	left: 20px;
	border-radius: 50%;
}
.product-tab ul li.on i,
.product-tab ul li:hover i{
	border-color: #c8000a;
}
.product-tab ul li.on a,
.product-tab ul li:hover a{
	color: #c8000a;
}



.product-list{
	margin: 0 auto;
}

.product-list ul:after{
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.product-list ul{
	*zoom: 1;
}
.product-list>ul>li{
	float: left;
	width: 284px;
	box-sizing: border-box;
	margin: 0 18px 16px 0;
}
.product-details li{
	width: 284px;
	/* list-style: disc; */
}
.product-details .product-list  li .img-box{
	height: 246px;
}
.product-list li:nth-child(3n){
	margin-right: 0;
}
.product-list li .img-box{
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	padding: 6px;
	overflow: hidden;
}
.product-list li .img-box img{
    display: block;
    width: 100%;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
}
.product-list li:hover .img-box img{
	opacity: .6;
}
.product-list li .text-box{
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 0 16px;
	height: 58px;
	line-height: 58px;
	position: relative;
}
.product-list li .text-box h2{
	font-size: 16px;
	color: #222;
	
}
.product-list li .text-box i{
	position: absolute;
	right: 16px;
	top: 24px;
	background: url("/skin/images/jiantou-ico-01.png") no-repeat 0 0;
	width: 18px;
	height: 6px;
	transition: .2s;
}
.product-list li:hover .text-box{
	background: #c8000a;
}
.product-list li:hover .text-box h2{
	color: #fff;
}
.product-list li:hover .text-box i{
	background: url("/skin/images/jiantou-ico-01.png") no-repeat -18px 0;
}

.product-details{}
.prodetails-con:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.prodetails-con{
	border: 1px solid #e5e5e5;
	padding: 24px 20px;
	position: relative;
}
.prodetails-img{
    background: #333;
    width: 410px;
    height: 270px;
    float: left;
}
.prodetails-img img{}
.prodetails-text{
    float: right;
    width: 448px;
}
.prodetails-text h2{
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 6px;
}
.prodetails-text .line-p{
    /*padding-top: 8px;*/
}
.prodetails-text .line-p h3{
    color: #979797;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    float: left;
    width: 75px;
}
.prodetails-text .line-p p{
    font-size: 15px;
    line-height: 24px;
    color: #222;
    float: left;
    width: calc(100% - 80px);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.newsListCon {
	width: 100%;
}
.newsListCon .mainCon {
}
.newsListCon .mainCon .conBox {
	margin: 0 auto;
}
.newsListCon .mainCon .con {
	width: 100%;
}
.newsListCon .mainCon dl {
	position: relative;
	margin: 0 0 16px;
	border: 1px solid #e5e5e5;
	padding: 16px;
	
}
.newsListCon .mainCon dl:first-child {
}
.newsListCon .mainCon dt {
	width: 220px;
	height: 130px;
	float: left;
	overflow: hidden;
}
.newsListCon .mainCon dt img {
	display: block;
	transform: scale(1);
	transition: all 2s ease-out;
	width: 100%;
}
.newsListCon .mainCon dl:hover dt img {
	transform: scale(1.2);
}
.newsListCon .mainCon dd {
	width: 630px;
	position: relative;
	float: left;
	padding: 14px 20px 0;
}
.newsListCon .mainCon dd h3 {
	font-size: 18px;
	font-weight: normal;
	width: 650px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}
.newsListCon .mainCon dl:hover dd h3{
	color: #c8000a;
}
.newsListCon .mainCon a {
	color: #999;
	font-size: 14px;
	
}
.newsListCon .mainCon dd p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 10px 0px;}

.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}

.pages a:link,.pages a:visited {color:#666666;}

.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}

.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #c8000a;text-decoration:none;text-align:center;padding:2px 5px;}

.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #c8000a;text-align:center;margin:0px 2px;padding:2px 5px;}

.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}

.pagination {text-align:center;}

.pagination li {display:inline-block;color:#333333;height:25px;line-height:25px;margin:0px 5px 0px 0px;vertical-align:middle;}

.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}

.pagination li a:hover {background:#FB9007;color:#ffffff;}

.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #c8000a;cursor:default;}

.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #c8000a;cursor:default;}

.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}

.pagination li .pageinfo strong {color:#555555;font-weight:normal;}

.pagination table {text-align:center;margin:10px 0px 0px 25%;}

.pagination table td {padding:0px 2px;}

#pages {padding:14px 0 10px;text-align:right;}

#pages a {display:inline-block;height:22px;line-height:22px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 10px;}

#pages a.a1 {background:url('/skin/images/pages.png') no-repeat 0 5px;padding:0 5px;}

#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}

#pages span {display:inline-block;height:22px;padding:0 10px;line-height:22px;background:#c8000a;border:1px solid #c8000a;color:#ffffff;text-align:center;}

#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('/skin/images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}

/* newsDetails 新闻详情*/
.newsDetails{width: 100%;}
.newsDetails .InpageSidebar01{float: right;}
.newsDetailsSection{width: 910px;float: right;position: relative;}
.newsDetailsSection .article{border: 1px solid #e4e4e4;width: 908px;position: relative;}
.newsDetailsSection .article .conBox{padding:  20px 19px 0;}
.newsDetailsSection .article .title h1{font-size: 22px;color: #333333;font-weight: normal;margin-bottom: 20px;}
.newsDetailsSection .article .title .share{width: 100%;height: 24px;}
.newsDetailsSection .article .title .share p{float: left;overflow: hidden;}
.newsDetailsSection .article .title .share p span{display: block;font-size: 12px;color: #999999;float: left
;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.newsDetailsSection .article .title .share p span:first-child{padding-left: 0;border-left: none;}
.newsDetailsSection .article .title .share p span #cntrHits{ float:right;}
.newsDetailsSection .article .title .share ul{float: right;}
.newsDetailsSection .article .title .share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.newsDetailsSection .article .title .share li img{display: block;}
.newsDetailsSection .article .title  i{width: 100%;display: block;height: 3px;background: #e7e7e7;margin-top: 12px;background: url(/skin/images/mub02top2_xian.png) no-repeat center;}
.newsDetailsSection .article .title p.label{font-size: 12px;color: #999999;display: block;padding-left: 26px;background: url(/skin/images/label.png) no-repeat left center;line-height: 16px;margin-top: 20px;}
.newsDetailsSection .article .con{margin-top: 20px;padding-bottom: 20px; overflow:hidden;}
.newsDetialsArticle .article .con img{max-width: 100%;}
.newsDetailsSection .article .con p{line-height: 30px;font-size: 14px;color: #333333;}
.newsDetailsSection .article .con p a{ color:#c8000a;}
.newsDetailsSection .article .context{width: 100%;border-top: 1px solid #e7e7e7;background: #fff;height: 60px;}
.newsDetailsSection .article .context p{width: 454px;float: left;height: 60px;line-height: 60px;}
.newsDetailsSection .article .context p a{font-size: 13px;color: #666666;display: block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsDetailsSection .article .context p.prevNews a{margin-left: 20px;padding-left: 20px;background: url(/skin/images/mub02_jt01.png) no-repeat left center;}
.newsDetailsSection .article .context p.NextNews a{margin-right: 20px;padding-right: 20px;text-align: right;background: url(/skin/images/mub02_jt03.png) no-repeat right center;}
.newsDetailsSection .article .context p.prevNews a:hover{background: url(/skin/images/mub02_jt05.png) no-repeat left center;color: #c8000a;}
.newsDetailsSection .article .context p.NextNews a:hover{background: url(/skin/images/mub02_jt04.png) no-repeat right center;color: #c8000a;}
.newsDetailsSection .article .context p.NextNews{border-left: 1px solid #e7e7e7;width: 444px;}
.newsDetailsSection .backNewsList{width: 59px;height: 59px;display: block;position: absolute;left: -59px;top: 0;cursor:pointer;}

/* mub02xgyd 相关阅读/推荐阅读公共样式*/
.mub02xgyd{border: 1px solid #e4e4e4;padding: 0 19px 10px;margin-top: 20px;}
.mub02xgyd .conBox{width: 100%;margin-top: 22px;overflow: hidden;}
.mub02xgyd .conBox ul{width: 106%;}
.mub02xgyd .conBox li{width: 416px;overflow: hidden;margin-right: 38px;float: left;margin-bottom: 13px;}
.mub02xgyd .conBox li a{display: block;font-size: 14px;color: #333333;float: left;width: 302px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mub02xgyd .conBox li a:hover{color: #c8000a;}
.mub02xgyd .conBox li span{display: block;font-size: 14px;color: #999999;font-family: arial;float: right;}

/* mub02tjcp 推荐产品公共样式*/
.mub02tjcp{border: 1px solid #e4e4e4;padding: 0 19px 20px;margin-top: 20px;}
.mub02tjcp .conBox{width: 100%;margin-top: 20px;}
.mub02tjcp .conBox li{width: 280px;float: left;margin-left: 15px;text-align: center;}
.mub02tjcp .conBox li:first-child{margin-left: 0;}
.mub02tjcp .conBox li span{display: block;width: 278px;height: 233px;overflow: hidden;border: 1px solid #e4e4e4;}
.mub02tjcp .conBox li img{display: block;transform: scale(1);transition: all 1s ease-out; width: 278px;height: 233px;}
.mub02tjcp .conBox li:hover img{transform: scale(1.2);}
.mub02tjcp .conBox li em{display: block;font-size: 14px;color: #333333;margin-top: 10px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mub02tjcp .conBox li a{display: block;text-decoration: none;}

/* mub02Top */
.mub02Top{width: 870px;margin: 0 auto;padding-top: 20px;}
.mub02Top h2{font-size: 18px;color: #c8000a;font-weight: normal;height: 40px;border-bottom: 1px solid;}
.about-nav{
	width: 100%;
	min-width: 1200px;
	background: #fff;
	position: relative;
	z-index: 22;
	border-bottom: 1px solid #eee;
}
.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: 170px;
	border-left: 1px solid #eee;
	border-bottom: 0px solid #c8000a;
	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 #c8000a;
	color: #c8000a;
}
.about-nav ul li.on{
	border-bottom: 3px solid #c8000a;
	color: #c8000a;
}

.slideTxtBox {
	border: 1px solid #e5e5e5;
	padding: 24px 20px;
	position: relative;
	border-top: none;
}

.proDetailsLy{
	border: 1px solid #e5e5e5;
    padding: 24px 20px;
    position: relative;
    border-top: none;
}
.proDetailsLy .conBox .box1{width:100%;margin-top:33px}
.proDetailsLy .conBox .box1 .Input{width:49%;height:58px;border:1px solid #e4e4e4;float:left;margin-bottom:10px;position:relative}
.proDetailsLy .conBox .box1 input{width:80%;padding-left:4%;padding-right:51px;font-size:16px;color:#999;height:58px;line-height:58px;outline:0;border:none}
.proDetailsLy .conBox .box1 .Input2{float:right}
.proDetailsLy .conBox .box1 .Input:after{content:'';display:block;width:27px;height:27px;background-repeat:no-repeat;position:absolute;top:15px;right:15px}
.proDetailsLy .conBox .box1 .Input1:after{background-image:url(/skin/images/prodetailsly_icon01.png)}
.proDetailsLy .conBox .box1 .Input2:after{background-image:url(/skin/images/prodetailsly_icon02.png)}
.proDetailsLy .conBox .box1 textarea{padding-left:2%;width:97.8%;height:150px;border:1px solid #e0e0e0;padding-top:18px;font-size:16px;color:#999;outline:0;resize:none;position:relative}
.proDetailsLy .conBox .box1 .txtarea{float:left;width:100%;position:relative}
.proDetailsLy .conBox .box1 .txtarea:before{content:'';display:block;width:27px;height:27px;background:url(/skin/images/prodetailsly_icon03.png) no-repeat;position:absolute;right:15px;top:18px;z-index:9}
.proDetailsLy .conBox .box1 .yzmtj{margin-top:20px;width:100%}
.proDetailsLy .conBox .box1 .yzmtj img{margin:10px 0 15px 15px;}
.proDetailsLy .conBox .box1 .yzmtj .sr{width:250px;float:left;border:1px solid #e0e0e0}
.proDetailsLy .conBox .box1 .yzmtj .sr span{display:block;font-size:16px;color:#999;display:block;height:58px;line-height:58px;float:left;border-right:1px solid #e0e0e0;width:100px;text-align:center}
.proDetailsLy .conBox .box1 .yzmtj .sr input{padding:0 10px;width:127px;float:left;display:block;border:none;line-height:58px;font-size:16px;color:#999;height:58px;outline:0}
.proDetailsLy .conBox .box1 .yzmtj #spVerCode img{display:block;margin-top:14px;margin-left:10px;float:left;width:105px;height:38px;}
.proDetailsLy .conBox .box1 .yzmtj a.p{line-height:86px;margin-left:10px;text-decoration:none;font-size: 14px;color: #999;}
.proDetailsLy .conBox .box1 .yzmtj a.tj{display:block;width: 22%;height: 46px;line-height: 46px;font-size: 18px;color:#fff;text-decoration:none;text-align:center;background: #c8000a;float:right;}
.proDetailsLy .conBox .box1 .yzmtj a:hover{color:#fff!important;}
.mub02Title{    
	
}
.mub02Title h2{font-size:20px;color: #222;font-weight:400;text-align: center;}
.mub02Title h2 a{color:#0db02b;text-decoration:none;font-weight:700}
.mub02Title i{    
	display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin-top: 14px;
    margin-left: 0;
    position: relative;
}
.mub02Title i:before{content:'';display:block;width:22px;height:3px;background-color: #c8000a;position:absolute;left:50%;top:-1px;margin-left:-11px;z-index:9;}
.mub02Title i:after{content:'';display:block;width:40px;height:3px;background-color:#fff;position:absolute;left:50%;top:-1px;margin-left:-20px;z-index:2}
.mub02Title i img{display:none;width:100%;height:3px}
.mub02Title02{overflow:hidden}
.mub02Title02 em{display:inline-block}
.mub02Title02 h2{display:inline-block}

.tuijian-reading-box{
	border: 1px solid #e5e5e5;
	padding: 24px 20px;
	position: relative;
	border-top: none;
}
.tuijian-reading-box .conBox{width:100%;margin-top:22px;overflow:hidden}
.tuijian-reading-box .conBox ul{width:100%}
.tuijian-reading-box .conBox li{width:47%;padding-right:3%;overflow:hidden;float:left;margin-bottom:13px}
.tuijian-reading-box .conBox li a{display:block;font-size:14px;color:#333;float:left;width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tuijian-reading-box .conBox li a:hover{color:#c8000a}
.tuijian-reading-box .conBox li span{display:block;font-size:14px;color:#999;font-family:arial;float:right}


.prodetails-con:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.prodetails-con{
	border: 1px solid #e5e5e5;
	padding: 24px 20px;
	position: relative;
}
.prodetails-img{
    background: #333;
    width: 410px;
    height: 320px;
    float: left;
}
.prodetails-img img{}
.prodetails-text{
    float: right;
    width: 448px;
}
.prodetails-text h2{
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 6px;
}
.prodetails-text .line-p{
    /*padding-top: 8px;*/
}
.prodetails-text .line-p h3{
    color: #979797;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    float: left;
    width: 75px;
}
.prodetails-text .line-p p{
    font-size: 15px;
    line-height: 24px;
    color: #222;
    float: left;
    width: calc(100% - 80px);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.pc-cx-tel-1 {
	width: 448px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	bottom: 24px;
	right: 20px;
	padding-top: 10px;
	background: url("/skin/images/dianhua-ico-01.png") no-repeat 0 10px;
}

.pc-cx-tel-1-t1 {
	width: 114px;
	height: 46px;
	background: #c8000a;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	float: right;
	position: relative;
	bottom: 2px;
}

.pc-cx-tel-1-t1 a {
	display: block;
	color: #fff;
}

.pc-cx-tel-1-t2 {
	padding-left: 54px;
	color: #979797;
	font-size: 15px;
	padding-bottom: 2px;
}

.pc-cx-tel-1-t2 p {
	line-height: 24px;
	font-size: 28px;
	color: #222;
	font-family: Arial;
	margin-top: 2px;
}



.lll_p{
	display: block;
	float: right;
	width: 370px;
}

.rightmenu{width: 185px; cursor: pointer; position: fixed; z-index: 99999; right: -130px; top: 210px; cursor: pointer;}
.rightmenu li{height: 55px; line-height: 55px; border-radius: 4px; margin-bottom: 1px; background-color: #c8000a; background-repeat: no-repeat; background-image: url(/skin/images/rightmenu-icon.png); text-indent: 55px; font-size: 16px; color: #fff; overflow: hidden;}
.rightmenu li a{display: block; width: 100%; height: 55px; color: #fff;}
.rightmenu li a:hover{color: #fff!important;}
.rightmenu li.r-top{background-position: 0 0;}
.rightmenu li.r-phone{background-position: 0 -55px; font-family: "Arial";}
.rightmenu li.r-qq{background-position: 0 -110px;}
.rightmenu li.r-mess{background-position: 0 -165px;}
.rightmenu li.r-code{background-position: 0 -220px;}
.rightmenu li.r-code .img{width: 117px; margin: 0 auto; position: relative;}
.rightmenu li.r-code .img img{display: block; width: 117px; height: 117px;}