@charset "UTF-8";
 

/* ====== 重置CSS 2018-09-04 ====== */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0; padding: 0; font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.5; }
body { font-size: 14px; line-height: 1.75; font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; color: #666; background: #fff; overflow-x: hidden; }
ul, ol, li { list-style: none; }
a { color: #666; text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
a:hover { outline: none; }
a:focus { outline: none; }
input, button, textarea { padding: 0; border: none; background: none; outline: none; font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica; }
button { outline: none; }
/*textarea { border: none; background: none; outline: none; }*/
table { border-collapse: collapse; word-wrap: break-all; border-spacing: 0; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
img { vertical-align: middle; border: none; max-width: 100%; }
/*HTML5 Fix*/
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details, summary, picture { display: block; }
/*去除苹果默认样式*/
input { -webkit-appearance: none; }

/* ====== 通用样式 ====== */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide { display: none; }
.show { display: block; }
.clear { clear: both; }
.center { text-align: center; }

.icon { display: inline-block; font-style: normal; vertical-align: middle;}
/*垂直居中*/
.com-table { display: table; width: 100%; height: 100%; }
.com-cell { display: table-cell; vertical-align: middle; width: 100%; }
/*背景色*/
.bg-gray { background: #f5f5f5 !important; }
/*浏览器更新提示*/
.browserupgrade { margin: 0; padding: 50px 0; background: #ccc; text-align: center; font-size: 18px; }
.browserupgrade a { font-weight: 600; color: red; text-decoration: underline; }
/*图片放大*/
.pic-scale, .img-scale .pic { position: relative; overflow: hidden; }
.img-scale img, .pic-scale img { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.img-scale:hover img, .pic-scale:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
/*图片去色*/
.img-gray { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
/*三角形*/
.caret { display: inline-block; width: 0; height: 0; margin-left: 4px; margin-top: -1px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; -webkit-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }


@charset "UTF-8";

/* ====== 常用模块 ====== */
.pages {overflow: hidden;	text-align: center;	padding: 50px 0;}
.pages li{    display: inline;}
.pages li.active a{	color: #fff;		background: #006fbc;	}
.pages a,.pages span,.pages em {	padding: 8px 15px;	border: 1px solid #ddd;	margin: 0 5px;}
.pages span,.pages a:hover {	background: #006fbc;	border: 1px solid #006fbc;	color: #fff;}
.pages a{	color: #333;}

/*分页 风格2*/
.pages-fg1 { text-align: center; font-size: 18px; font-weight: bold; }
.pages-fg1 a, .pages-fg1 span { display: inline-block; margin: 0 35px; width: 42px; height: 42px; line-height: 42px; color: #333; font-size: 18px; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; border: 1px solid #dde2ef; vertical-align: middle; margin-top: -2px; border-radius: 50%; font-family: "Berlin Sans FB Demi Bold"; }
.pages-fg1 label { font-family: "Berlin Sans FB Demi Bold"; font-size: 18px; }
.pages-fg1 .prev, .pages-fg1 .prev_disabled, .pages-fg1 .next, .pages-fg1 .next_disabled { width: 42px; line-height: 40px; background: #fff; border: 1px solid #dde2ef; }
.pages-fg1 .pre:hover, .pages-fg1 .next:hover { background-color: #f69507; color: #fff; border-color: #f69507; }
.pages-fg1 .current, .pages-fg1 a:hover { background-color: #fc5a20; color: #fff !important; border-color: #fc5a20; }
.pages-fg1 a.prev:before, .pages-fg1 a.prev_disabled:before { content: url(../images/icon-page-p.png); }
.pages-fg1 a.next:before, .pages-fg1 a.next_disabled:before { content: url(../images/icon-page-n.png); }
.pages-fg1 a:hover.prev:before, .pages-fg1 a:hover.prev_disabled:before { content: url(../images/icon-page-p-on.png); }
.pages-fg1 a:hover.next:before, .pages-fg1 a:hover.next_disabled:before { content: url(../images/icon-page-n-on.png); }

/*面包屑导航*/
.com-bread { margin-top: 35px; padding: 0 30px; height: 60px; line-height: 60px; font-size: 16px; color: #333; background: #f6f6f6; }
.com-bread a { color: #333; }
.com-bread a:hover { color: #b42e32; }

/*弹窗留言*/
.tc-message { padding: 20px; display: none; }
.tc-message .form-box h3 { text-align: center; font-size: 38px; margin-bottom: 10px; color: #000; }
.tc-message .form-box { padding: 30px; background: #fff; }
.tc-message .form-box .form-tit { margin-bottom: 30px; text-align: center; font-size: 16px; }
.tc-message .form-box ul li { float: left; margin-bottom: 20px; width: 32.6666%; height: 40px; line-height: 40px; background-color: #f5f5f5; position: relative; }
.tc-message .form-box ul li ~ li { margin-left: 1%; }
.tc-message .form-box ul li input { line-height: 25px; width: 72%; padding: 0 5px; background-color: #f5f5f5; font-size: 16px; }
.tc-message .form-box ul li input:focus, .tc-message .form-box .form-desc .text:focus { background-color: #fff; }
.tc-message .form-box .in-tit { float: left; width: 25%; text-align: center; font-size: 14px; color: #666; }
.tc-message .form-box .form-desc .in-tit { width: 8%; }
.tc-message .form-box .form-desc { margin-bottom: 55px; padding-top: 10px; padding-bottom: 10px; background-color: #f5f5f5; position: relative; }
.tc-message .form-box .form-desc .error { bottom: -25px; }
.tc-message .form-box .form-desc .text { vertical-align: top; width: 90%; height: 175px; border: none; padding: 0 5px; font-size: 14px; line-height: 22px; background-color: #f5f5f5; }
.tc-message .form-box .sub-btn { display: block; margin: 0 auto; width: 220px; height: 50px; line-height: 50px; background-color: #069fb9; color: #fff; font-size: 20px; cursor: pointer; border-radius: 3px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-family: "微软雅黑"; }
.tc-message .form-box .sub-btn:hover { opacity: 0.9; filter: alpha(opacity=90); }
.tc-message .com-form-box ul li input { line-height: 54px; }
.tc-message .com-form-box { margin-top: 0; }
.tc-message h3 { text-align: center; font-size: 28px; margin-bottom: 25px; margin-top: 10px; }

/*视频弹窗*/
.vwrap { display: none; z-index: 1040; width: 100%; position: fixed; left: 0; top: 0; }
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.3; filter: alpha(opacity=30); overflow: hidden; }
.vwrap .videobox { z-index: 990; width: 992px; height: 558px; background-color: #fff; position: fixed; left: 50%; top: 50%; margin-top: -279px; margin-left: -500px; }
@media (max-width:1440px) {
	.vwrap .videobox { width: 854px; height: 480px; margin-top: -240px; margin-left: -430px; }
}
#videobox { height: 100%; width: 100%; }
.vwrap .videobox #videobox1, .vwrap .videobox #videobox2 { width: 100%; display: inline-block; height: 100%; background: #000; }
#videobox_wrapper { height: 100% !important; }
.vwrap .close { z-index: 999; width: 24px; height: 24px; cursor: pointer; position: absolute; top: 0; right: -40px; }
.vwrap .close i { display: block; width: 24px; height: 24px; background: url(../images/common/close.png) no-repeat 50% 50%; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close:hover i { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
#videobox_display_button { background: none no-repeat !important; }
.jwplayer .jwicon:hover { opacity: 1; filter: alpha(opacity=100); }
.jwlogo, .jwclick { display: none !important; }
#videobox_controlbar { bottom: 5% !important; }

/*KEFU*/
.qqkefu { position: fixed; right: 0; bottom: 40%; z-index: 20; width: 53px; }
.qqkefu ul li { position: relative; float: right; margin-bottom: 1px; height: 47px; background: #757575; font-size: 14px; line-height: 47px; opacity: .9; cursor: pointer; }
.qqkefu ul li a { display: block; width: 100%; height: 100%; color: #fff; }
.qqkefu ul li.qq_cza { overflow: hidden; }
.qqkefu ul li:hover { background: #000; }
.qqkefu ul li.top { position: relative; width: 53px; background: #000 url(../images/kf/top_icon.png) no-repeat center; color: #1c1c1c; text-align: center; font-weight: 800; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.qqkefu ul li.top:hover { background-color: #907842; }
.qqkefu ul li b { float: left; display: block; overflow: hidden; width: 53px; height: 47px; }
.qqkefu ul li b.a { background: url(../images/kf/czx4.png) no-repeat center center; }
.qqkefu ul li b.b { background: url(../images/kf/czx3.png) no-repeat center center; }
.qqkefu ul li b.d { background: url(../images/kf/bdsq.png) no-repeat center center; }
.qqkefu ul li b.c { background: url(../images/kf/czx5.png) no-repeat center center; }
.qqkefu ul li b.e { background: url(../images/kf/icon_kf_tel.png) no-repeat center center; }
.qqkefu ul li b.lxb { background: url(../images/kf/phone0.png) no-repeat center center; }
.qqkefu .erweima { position: absolute; top: -103px; left: -134px; float: right; display: none; height: 150px; border: 1px solid #CCC; background: #FFF; cursor: default !important; }
.qqkefu .erweima p { float: left; width: 130px; color: #000; text-align: center; font-size: 12px; line-height: 20px; }
.qqkefu .erweima p img { margin: 10px 10px 0 10px; width: 110px; height: 110px; }
.qqkefu .kf-tel .erweima { top: -23px; left: -153px; height: 70px; text-align: center; }
.qqkefu .kf-tel .erweima p { width: 150px; }
.qqkefu .kf-tel .erweima em { display: inline-block; margin-top: 12px; margin-bottom: 6px; width: 100%; color: #000; font-weight: 600; font-size: 18px; }

/*常见问题*/
.faq-list { margin-top: 45px; }
.faq-list li ~ li { margin-top: 20px; }
.faq-list .gr-question { font-size: 16px; height: 60px; line-height: 60px; color: #666; cursor: pointer; padding-left: 35px; background: #f5f5f5; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.faq-list li .gr-question.on, .faq-list li .gr-question:hover { color: #fff; background: #fc5920; }
.faq-list .gr-question .icon-faq { float: right; margin-top: 19px; margin-right: 25px; width: 24px; height: 24px; background: url(../images/icon-faq-jia.png) no-repeat center; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.faq-list .gr-question.on .icon-faq { background: url(../images/icon-faq-jia2.png) no-repeat center; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.faq-list .gr-question:hover .icon-faq { background: url(../images/icon-faq-jia2.png) no-repeat center; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.faq-list .gr-answer { display: none; padding: 30px 18px; line-height: 1.7; }
.faq-list .gr-answer p { line-height: 30px; }

/*网站地图*/
.sitemap-list>li { margin-top: 20px; padding: 20px; border-bottom: #f2f2f2 1px solid; }
.sitemap-list>li:first-child { margin-top: 0; }
.sitemap-list>li>a { display: inline-block; margin-bottom: 15px; font-size: 18px; }
.sitemap-list>li>a b { font-weight: normal; }
.sitemap-list ul li { display: inline-block; font-size: 14px; margin-right: 50px; }

/*hover-shadow效果*/
.hover-shadow { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.hover-shadow:hover { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

/*hover-xiaomi效果*/
.hover-xm { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.hover-xm:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

/*hover-opacity透明效果*/
.hover-opacity { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.hover-opacity:hover { opacity: .9; }

/*按钮*/
.com-btn-140 { position: relative; z-index: 2; display: inline-block; width: 140px; line-height: 40px; text-align: center; font-size: 14px; color: #fff !important; background: #b42e32; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-btn-140:hover { opacity: .9; }
.com-btn-140.white { background: transparent; border: 1px solid #898989; color: #333 !important; }
.com-btn-180 { display: inline-block; width: 180px; line-height: 45px; text-align: center; font-size: 16px; color: #333; border: 1px solid #333; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-btn-180:hover, .com-btn-140.white:hover { color: #fff !important; background: #b42e32; border-color: #b42e32; }

/*标题装饰条*/
.title-line { position: relative; padding-bottom: 15px; margin-bottom: 10px; }
.title-line:before { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -15px; width: 30px; height: 5px; background: #b42e32; }
.title-line-yellow:before { background: #f69507; }

/*图文模块*/
.pic-word { position: relative; }
.pic-word .pic { width: 50%; }
.pic-word .cont { position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: #fff; padding: 0 90px; }
.pic-word .cont .tit { font-size: 32px; color: #333; }
.pic-word .cont .tit.fs-20 { font-size: 20px; }
.pic-word .cont .des { margin-top: 20px; margin-bottom: 35px; }
.pic-word .cont .des.fs-14 { font-size: 14px; margin-top: 30px; }
.pic-word .cont .des-lh-35 { line-height: 35px; }
.pic-word .cont .des p ~ p { margin-top: 10px; }

/*留言*/
.contact-message { padding-top: 95px; padding-bottom: 100px; }
.message-title { text-align: center; }
.message-title h3 { font-size: 30px; color: #333; line-height: 1; }
.message-title p { font-size: 16px; color: #ccc; text-transform: uppercase; letter-spacing: 2px; }
.com-form-box { margin-top: 50px; }
.com-form-box ul { margin-left: -8px; margin-right: -8px; }
.com-form-box ul li { position: relative; float: left; width: 50%; box-sizing: border-box; margin-bottom: 20px; padding: 0 8px; }
.com-form-box ul li input { font-size: 16px; color: #999; width: 100%; line-height: 64px; padding: 0 30px; border: 1px solid #e5e5e5; background: #fff; }
.com-form-box ul li input:focus, .com-form-box .textarea:focus, .com-form-box .submit:focus { outline: none; box-sizing: border-box; }
.com-form-box .textarea { box-sizing: border-box; padding: 30px; height: 270px; width: 100% !important; border: none; border: 1px solid #e5e5e5; font-size: 16px; color: #999; background: #fff; }
.com-form-box .submit { margin-top: 20px; width: 100%; height: 64px; line-height: 64px; text-align: center; background: #fc5a20; color: #fff; font-size: 20px; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.com-form-box .submit:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) }
.message-input::-webkit-input-placeholder { color: #999; }
.message-input:-moz-placeholder { color: #999; }
.message-input::-moz-placeholder { color: #999; }
.message-input:-ms-input-placeholder { color: #999; }
.com-form-box ul.row-3 li { width: 33.3333%; }
.com-form-box .cont { position: relative; }
.com-form-box ul li .error { position: absolute; right: 30px; top: 50%; margin-top: -12px; color: red; }
.com-form-box .cont .error { color: red; }

/*面包屑导航*/
.com-breadcrumb { height: 98px; line-height: 98px; color: #666; font-size: 16px; overflow: hidden; }
.com-breadcrumb a { color: #666; }
.com-breadcrumb a:hover { color: #fc5a20; }
.com-breadcrumb .on { color: #fc5a20; }

/*通用按钮1*/
.com-back-btn { display: inline-block; width: 120px; height: 36px; line-height: 36px; font-size: 16px; color: #fff !important; background: #fc5a20; text-align: center; border-radius: 18px; margin-top: 17px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.com-back-btn:hover { opacity: .9; }

/*新闻详情页 风格gr02 左右结构 */
.news-location .ep { padding: 0 5px; }
.icon-eye { width: 21px; height: 11px; background: url(../images/eye.png) no-repeat center; position: relative; top: -2px; }
.news-show-left { float: left; width: 74%; }
.news-show-cont { width: 100%; background: #fff; padding-bottom: 60px; }
.news-show-left .news-title { padding: 40px 40px; padding-bottom: 30px; text-align: center; }
.news-show-left .news-title h2 { font-size: 30px; color: #333; padding-bottom: 15px; font-weight: normal; line-height: 1.5; }
.news-show-left .news-title p { font-size: 14px; color: #6b6b6b; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.news-show-left .news-title p a { color: #6b6b6b; }
.news-show-left .news-title p a:hover { color: #fc5a20; }
.news-show-left .news-views { margin: 60px 40px 0; margin-top: 0; font-size: 16px; min-height: 300px; color: #666; line-height: 1.75; overflow: hidden; }
.news-show-left .news-views .share { margin-top: 40px; }
.news-show-left .news-views img { max-width: 100% !important; }
.news-show-left .news-views p { margin-bottom: 5px; font-size: 16px !important; }
.news-show-left .news-views span { font-size: 16px !important; }
.news-show-left .news-other { padding: 20px 15px; border-top: 1px #f1f1f1 solid; }
.news-show-left .news-other p { display: block; height: 40px; line-height: 40px; padding-left: 3px; }
.news-show-left .news-other p a { font-size: 14px; color: #333; }
.news-show-left .news-other p a:hover { color: #fc5a20; }
.news-show-left .share-bar { padding: 20px 40px; }
.news-show-left .share-bar .fl { position: relative; top: -3px; }
.news-show-right { float: right; width: 24%; }
.news-show-right dl { display: block; margin-top: 0; margin-bottom: 20px; background: #fff; }
.news-show-right dl dt { display: block; height: 50px; line-height: 50px; position: relative; border-bottom: 1px #f1f1f1 solid; }
.news-show-right dl.tab dt { height: 50px; line-height: 50px; color: #1d1d1d; font-size: 18px; padding-left: 20px; }
.news-show-right dl.tab dd { position: relative; }
.news-show-right dl.tab dd ul { display: block; padding: 0 20px; }
.news-show-right dl.tab dd ul li { display: block; padding: 10px 0 10px; border-bottom: 1px #f1f1f1 solid; }
.news-show-right dl.tab dd ul li .pic { margin-right: 20px; width: 60px; height: 60px; overflow: hidden; position: relative; }
.news-show-right dl.tab dd ul li h5 { padding-top: 4px; padding-bottom: 10px; font-size: 16px; color: #666; display: block; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-show-right dl.tab dd ul li h5 a { color: #666; }
.news-show-right dl.tab dd ul li h5 a:hover { color: #fc5a20; }
.news-show-right dl.tab dd ul li .news-cate { color: #999; }
.news-show-right dl.tab dd ul li i { float: left; font-size: 12px; color: #999; font-style: normal; }
.news-show-right dl.tab dd ul li em { float: right; padding-left: 25px; font-size: 12px; color: #999;/* background: url(../images/eye.png) no-repeat left center; */ font-style: normal; }
.news-show-right dl.tab dd .more { color: #333; height: 45px; line-height: 45px; border-top: 1px #f1f1f1 solid; position: relative; top: -1px; text-align: center; }
.news-show-right dl.tab dd .more a { display: inline-block; position: relative; color: #333; }
.news-show-right dl.tab dd .more a b { margin-left: 5px; -webkit-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.news-show-right dl.tab dd .more a:hover b { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.news-show-right dl.tab dd .more a:hover { color: #fc5a20; }
.news-show-right dl.list dt { padding-left: 20px; color: #333; font-size: 18px; }
.news-show-right dl.tab dt a { width: 33%; height: 42px; line-height: 42px; text-align: center; display: table-cell; color: #009A62; font-size: 18px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.news-show-right dl.list dt a b { width: 15px; height: 15px; overflow: hidden; display: inline-block; vertical-align: middle; background-position: 0 -64px; margin-left: 2px; position: relative; top: -1px; }
.news-show-right dl.list dd ul { display: block; padding: 20px; }
.news-show-right dl.list dd ul li { padding-bottom: 12px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-show-right dl.list dd ul li a { position: relative;/* padding-left: 10px;*/ display: inline-block; color: #666; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

/*.news-show-right dl.list dd ul li:before { content: "·"; color: #666; }*/
.news-show-right dl.list dd ul li a:hover { color: #fc5a20; }
.news-page-other { margin-top: 20px; padding: 20px 40px; background: #fff; }
.news-page-other p { line-height: 26px; font-size: 14px; color: #949494; }
.news-page-other p a { color: #6b6b6b; }
.news-page-other p a:hover { color: #fc5a20; }
.news-page-other .p-prev { margin-bottom: 10px; }
.news-page-other .com-back-btn { margin-top: 14px; }
@media (max-width:1300px) {
	.news-show-left, .news-show-right { width: 100%; float: none; }
	.news-show-right { margin-top: 20px; }
	.news-show-left .news-title h2 { font-size: 28px; }
}

/*网站地图*/
#sitemap { border: 1px solid #eee; padding: 10px 15px; margin-top: 30px; width: 1400px; margin: 0 auto; background: #fff; }
#sitemap h1 { border-bottom: 1px solid #eee; height: 40px; line-height: 30px; padding: 0 10px }
#sitemap h1 label { color: #9c9c9c }
#sitemap .cont { padding: 10px }
#sitemap .cont ul li b { font-size: 14px; }
#sitemap .cont ul li { line-height: 40px; margin-bottom: 10px }
#sitemap .cont ul li a { margin: 0 15px }
#sitemap .cont ul li ul { border: 1px solid #eee; display: block; padding: 0 0 0 15px }
#sitemap .cont ul li ul li { display: inline }
@media (max-width:1600px) {
	#sitemap { width: 1200px; }
}

/*分享按钮*/
.case-detail-header .case-item .cont .other .share { margin-top: 40px; color: #333; }
.case-detail-header .case-item .cont .other .share img { margin-right: 5px; }
.case-detail-header .case-item .cont .other .share span { font-size: 18px; }
.case-detail-header .case-item .cont .other .share { margin-top: -2px; display: inline-block; vertical-align: middle; line-height: 32px; }
.bdshare-button-style0-32 { float: left; }
.bdshare-button-style0-32 a { margin: 0 5px !important; }
.bds_weixin { background: url(../images/share/wx.png) no-repeat center !important; }
.bds_tsina { background: url(../images/share/sina.png) no-repeat center !important; }
.bds_qzone { background: url(../images/share/qzone.png) no-repeat center !important; }
.bds_sqq { background: url(../images/share/qq.png) no-repeat center !important; }
.bds_more { background: url(../images/share/plus.png) no-repeat center !important; }
.bd_weixin_popup { box-sizing: content-box; }

/*客服*/
.fixed-right { display: none; position: fixed; top: 50%; margin-top: -142px; right: 0; width: 56px; z-index: 60; }
.fixed-right li { height: 56px; margin-left: 0; width: 56px; background: #fff; position: relative; position: relative; margin-bottom: 1px; border: 1px solid #e5e5e5; box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.fixed-right li .lxfx-box { width: 58px; float: left; height: 56px; text-align: center; }
.fixed-right li .lxfx-box p { line-height: 18px; padding: 10px 0; }
.fixed-right li .lxfx-box span { width: 100%; height: 100%; display: block; transition: all 0.3s; }
.fixed-right li .lxfx-box .bg1 { background: url(../images/common/r01.png) no-repeat center; }
.fixed-right li .lxfx-box .bg2 { background: url(../images/common/r02.png) no-repeat center; }
.fixed-right li .lxfx-box .bg3 { background: url(../images/common/r03.png) no-repeat center; }
.fixed-right li .lxfx-box .bg4 { background: url(../images/common/r04.png) no-repeat center; }
.fixed-right li .lxfx-box .bg5 { background: url(../images/common/r05.png) no-repeat center; }
.fixed-right li.top .lxfx-box { background: #f57d03; }
.fixed-right li img { position: absolute; top: 0; right: 88px; display: none; max-width: none; }
.fixed-right li a { display: block; width: 100%; }
.fixed-right li.top { background: #f57d03; box-shadow: none; border: none; }
.fixed-right li.id { width: 231px; }
.fixed-right li span.tel { font-size: 16px; color: #f57d03; float: left; height: 56px; line-height: 56px; padding-left: 19px; background: url(../images/common/r06.jpg) no-repeat left center; }
.fixed-right li:hover .lxfx-box .bg1 { background: url(../images/common/r01_h.png) no-repeat center; }
.fixed-right li:hover .lxfx-box .bg2 { background: url(../images/common/r02_h.png) no-repeat center; }
.fixed-right li:hover .lxfx-box .bg3 { background: url(../images/common/r03_h.png) no-repeat center; }
.fixed-right li:hover .lxfx-box .bg4 { background: url(../images/common/r04_h.png) no-repeat center; }
.scrolltop { position: relative; top: 100px; opacity: 0; filter: alpha(opacity:0); }

/* 在线客服样式 */
.kefuBox { position: fixed; top: 15%; right: 0; z-index: 999; width: auto; transition: .5s; }
.kefuOpen { position: fixed; right: -150px; top: 15%; width: 150px; height: 160px; background: rgba(255, 255, 255, .95) url(../images/kefu/kefu-logo.png) no-repeat center; z-index: 998; transition: .5s; cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.kefuBox .kefuLeft { float: left; overflow: hidden; width: 0; height: 160px; cursor: pointer; background: red; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.kefuBox .kefuRight { display: block; float: left; overflow: hidden; width: 220px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; background: #fff; background: rgba(255, 255, 255, .95); }
.kefuBox .kefuTop { width: 220px; height: 200px; background: url(../images/kefu/coun-logo2.png) no-repeat center 20px; }
.kefuBox .kefuClose { float: right; margin-right: 5px; margin-top: 5px; overflow: hidden; width: 25px; height: 25px; cursor: pointer; background: url(../images/kefu/kf-close.png) no-repeat center; background-size: 25px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.kefuBox .kefuClose:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.kefuBox .kefuContact, .kefuBox .kefuBottom { width: 220px; }
.kefuBox .kefuRight .icon-zx-c { margin-left: 8px; display: inline-block; width: 6px; height: 10px; background: url(../images/kefu/zx-jt.png) no-repeat center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.kefuBox .kefuRight .kefuContact a:hover .icon-zx-c { background: url(../images/kefu/zx-jt-on.png) no-repeat center; -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.kefuBox .kefuContact { display: inline-block; font-size: 16px; margin-top: 25px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
.kefuBox .kefuBottom { padding-top: 20px; padding-bottom: 20px; }
.kefuBox .kefuBottom h4 { font-size: 12px; color: #666; }
.kefuBox .kefuBottom p { font-size: 22px; color: #333; font-weight: bold; font-family: "Arial Black"; }
.kefuBox .kefuCont ul { margin: 0; padding: 0; }
.kefuBox .kefuCont ul li~li { margin-top: 9px; }
.kefuBox .kefuCont ul li a { display: inline-block; width: 166px; line-height: 42px; font-size: 16px; color: #fff; background: #fc5a20; border-radius: 21px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.kefuBox .kefuCont ul li a:hover { opacity: .9; }
@media (max-width:1600px) {
	.kefuOpen { width: 100px; height: 120px; background-size: 100px; }
	.kefuBox .kefuRight { width: 140px; }
	.kefuBox .kefuTop { width: 140px; height: 150px; background: url(../images/kefu/coun-logo2.png) no-repeat center 20px; background-size: 100px; }
	.kefuBox .kefuContact, .kefuBox .kefuBottom { width: 140px; }
	.kefuBox .kefuCont ul li a { display: inline-block; width: 80%; line-height: 26px; font-size: 14px; color: #fff; background: #fc5a20; border-radius: 15px; }
	.kefuBox .kefuCont ul li~li { margin-top: 5px; }
	.kefuBox .kefuContact { display: inline-block; font-size: 12px; margin-top: 10px; padding-bottom: 10px; }
	.kefuBox .kefuBottom { padding-top: 10px; padding-bottom: 10px; }
	.kefuBox .kefuBottom p { font-size: 14px; }
	.kefuBox .kefuClose { width: 20px; height: 20px; background-size: 20px; }
}

/*客服02*/
.kf02 { position: fixed; top: 110px; right: 0; z-index: 999; width: 130px; background: #f3f3f3; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.kf02.on { right: -130px; }
.kf02-head { height: 134px; background: url(../images/kefu/kf-2-0.png) no-repeat center; font-size: 0; }
.kf02-list li ~ li { border-top: 1px solid #dadada; }
.kf02-list li .box { position: relative; padding: 5px 0px 5px 50px; }
.kf02-qq { position: absolute; left: 16px; top: 50%; width: 18px; height: 20px; background: url(../images/kefu/kf-2-qq.png) no-repeat center; margin-top: -10px; }
.kf02-list li .box:hover .kf02-qq { -webkit-animation: sh-shake 2s ease infinite; animation: sh-shake 2s ease infinite; }

/*动画——抖动效果*/
@-webkit-keyframes sh-shake {
	0%, 25%, 100% { -webkit-transform: translateY(0) }
	3%, 9%, 15% { -webkit-transform: translateY(-3px) }
	6%, 12%, 20% { -webkit-transform: translateY(3px) }
}
@keyframes sh-shake {
	0%, 25%, 100% { -webkit-transform: translateY(0); transform: translateY(0) }
	3%, 9%, 15% { -webkit-transform: translateY(-3px); transform: translateY(-3px) }
	6%, 12%, 20% { -webkit-transform: translateY(3px); transform: translateY(3px) }
}
.kf02-list li .box .cont { font-size: 12px; line-height: 20px; font-size: 0; }
.kf02-list li .box .cont span { display: inline-block; width: 50%; font-size: 12px; color: #333; }
.kf02-list li .box .cont span.big { width: 100%; }
.kf02-foot { height: 24px; background: url(../images/kefu/kf-2-1.png) no-repeat center; cursor: pointer; display: block !important; position: static !important; opacity: 1 !important; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.kf02-foot:hover { opacity: .8 !important; }
.kf02-left { position: absolute; left: -30px; top: 0; width: 30px; height: 120px; background: #bf9f62; border-radius: 5px; text-align: center; color: #fff; font-size: 16px; padding-top: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; line-height: 1.3; cursor: pointer; }
.kf02-left .icon-right { display: inline-block; margin-top: 8px; width: 16px; height: 16px; border: 1px solid #fff; border-radius: 50%; background: url(../images/kefu/kf-02-close.png) no-repeat center; background-size: 5px; }
.kf02-close { position: absolute; left: -25px; top: 0; width: 25px; height: 30px; background: rgba(0, 0, 0, .2); cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.kf02-close .icon-close { width: 25px; height: 30px; background: url(../images/kefu/kf-02-close.png) no-repeat center; background-size: 10px;	/*-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;*/ }
	.kf02-close:hover { background-color: rgba(244, 101, 28, .5); }
	.kf02-close.on .icon-close { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	@media (max-width:1600px) {
		.kf02-head { height: 40px; background: #f4651c; text-align: center; line-height: 40px; font-size: 14px; color: #fff; }
		.kf02-list li .box .cont { line-height: 14px; }
		.kf02-list li .box { padding: 5px 0px 1px 50px; }
	}

	/*底部表单*/
	.asideBanner { z-index: 999; position: fixed;    /*bottom: -200px;*/ bottom: 0; left: -2000px; width: 100%; height: 152px; background: rgba(3, 21, 40, .9); opacity: 1; transition: .8s; }
	.asideBanner .aside-main { height: 100%; position: relative; width: 1400px; margin: 0 auto; }
	@media (max-width:1600px) {
		.asideBanner .aside-main { width: 1200px; }
	}
	.asideBanner .aside-main .close-btn { position: absolute; top: 50%; right: -88px; margin-top: -20.5px; width: 41px; height: 41px; border-radius: 50%; background: url(../images/kefu/foot-zx-close.png) no-repeat center; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
	.asideBanner .aside-main .close-btn:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	.asideBanner .aside-main .num { text-align: left; display: inline-block; height: 100%; width: auto; vertical-align: top; }
	.asideBanner .num-txt { display: table; height: 100%; overflow: hidden; font-size: 28px; }
	.asideBanner .num-txt h3 { display: table-cell; vertical-align: middle; color: #fff; font-size: 20px; line-height: 30px; }
	.asideBanner .num-txt span { display: inline-block; padding: 0 5px; background: #fc5a20; height: 23px; line-height: 24px; margin-left: 2px; border-radius: 3px; color: #333; font-size: 16px; }

	/*.asideBanner .jsq { width: 133px; height: 85px; background: url(../images/kefu/jsq.png) no-repeat center; float: left; box-sizing: border-box; margin-top: 35px; }*/
	.asideBanner .inp-main { position: absolute; left: 50%; top: 50%; margin-top: -32px; margin-left: -304px; }
	.asideBanner .inp-main .inp-box, .asideBanner .inp-main .inp-sub { float: left; }
	.asideBanner .inp-main .inp-box { width: 262px; margin-left: 9px; font-size: 14px; color: #fff; }
	.asideBanner .inp-main .inp-box .inp-select { margin-top: 5px; width: 100%; line-height: 38px; height: 38px; color: #666; border: none; outline: none; color: #666; border-radius: 0; background: transparent; appearance: none; -moz-appearance: none; -webkit-appearance: none; padding: 0 10px; background: url(../images/kefu/foot-zx-down.png) no-repeat 95% center #fff; font-size: 14px; }
	.asideBanner .inp-main .inp-box .foot-sel2 { background: transparent; }
	.asideBanner .inp-sub { margin-top: 26px; width: 60px; line-height: 38px; background: #fc5a20; color: #333; border-radius: 3px; text-align: center; margin-left: 15px; border: none; font-size: 14px; cursor: pointer; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
	.asideBanner .inp-sel { background: url(../images/kefu/zt-one/icon_select.png) no-repeat 95% center #fff; }
	.asideBanner .inp-sub:hover, .asideBanner .know-more:hover { opacity: .9; }
	.asideBanner .tel-bj { color: #fff; margin-top: 35px; margin-left: 60px; }
	.asideBanner .tel-bj h4 { font-size: 24px; color: #fff; font-family: Adobe Heiti Std; }
	.asideBanner .tel-bj p { font-size: 32px; font-family: impact; }
	.asideBanner .know-more { float: right; margin-top: 49px; width: 218px; line-height: 54px; background: #fc5a20; color: #333; text-align: center; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
	.foot-zx-more, .foot-zx-up { display: inline-block; vertical-align: middle; margin: 0 15px; margin-top: -1px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
	.asideBanner .know-more.on .foot-zx-up { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
	.foot-zx-more { width: 31px; height: 33px; background: url(../images/kefu/foot-zx-man.png) no-repeat center; }
	.foot-zx-up { width: 22px; height: 11px; background: url(../images/kefu/foot-zx-up.png) no-repeat center; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
	.zhankai { position: fixed; z-index: 999; width: 139px; height: 151px; left: 0; bottom: 0; cursor: pointer; background: url(../images/kefu/zhankai.png) no-repeat; transition: .5s; -webkit-animation: leftRight 1s 0.2s linear infinite; animation: leftRight 1s 0.2s linear infinite; }
	@-webkit-keyframes leftRight {
		0% { -webkit-transform: translateX(-10px) }
		50% { -webkit-transform: translateX(0) }
		100% { -webkit-transform: translateX(-10px) }
	}
	@keyframes leftRight {
		0% { transform: translateX(-10px) }
		50% { transform: translateX(0) }
		100% { transform: translateX(-10px) }
	}
	.foot-fast { position: absolute; bottom: 152px; left: 0; width: 100%; background: rgba(255, 255, 255, .9); background: #ddd; height: 0; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
	.foot-fast .item { float: left; width: 50%; padding: 55px 60px; }
	.foot-fast .item .pic { float: left; width: 50%; overflow: hidden; }
	.foot-fast .item .cont { overflow: hidden; padding: 0 30px; }
	.foot-fast .item .cont ul { display: inline-block; padding-top: 10px; vertical-align: top; }
	.foot-fast .item .cont ul~ul { margin-left: 35px; }
	.foot-fast .item .cont ul li a { display: inline-block; line-height: 40px; font-size: 16px; }
	@media (max-width:1600px) {
		.foot-fast .item .cont ul { padding-top: 5px; }
		.foot-fast .item .cont ul~ul { margin-left: 30px; }
		.foot-fast .item .cont ul li a { font-size: 14px; line-height: 36px; }
	}

	/*下拉框优化*/
	.searchable-select-hide { display: none; }
	.searchable-select { display: inline-block; width: 100%; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; position: relative; outline: none; }
	.searchable-select-holder {/* padding: 6px; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; min-height: 30px; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/ 
	margin-top: 5px; width: 100%; line-height: 38px; height: 38px; color: #666; border: none; outline: none; color: #666; border-radius: 0; background: transparent; appearance: none; -moz-appearance: none; -webkit-appearance: none; padding: 0 10px; background: #fff; font-size: 14px; }

	/*.searchable-select-caret { position: absolute; width: 0; height: 0; box-sizing: border-box; border-color: black transparent transparent transparent; top: 0; bottom: 0; border-style: solid; border-width: 5px; margin: auto; right: 10px; }*/
	.searchable-select-dropdown { position: absolute; z-index: 2; background-color: #fff; border: 1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 4px; border-bottom: none; bottom: 38px; left: 0; right: 0; }
	.searchable-select-input { margin-top: 5px; border: 1px solid #ccc; outline: none; padding: 4px; width: 100%; box-sizing: border-box; width: 100%; }
	.searchable-scroll { margin-top: 4px; position: relative; }
	.searchable-scroll.has-privious { padding-top: 16px; }
	.searchable-scroll.has-next { padding-bottom: 16px; }
	.searchable-has-privious { top: 0; }
	.searchable-has-next { bottom: 0; }
	.searchable-has-privious, .searchable-has-next { height: 16px; left: 0; right: 0; position: absolute; text-align: center; z-index: 10; background-color: white; line-height: 8px; cursor: pointer; }
	.searchable-select-items { max-height: 400px; overflow-y: scroll; position: relative; }
	.searchable-select-items::-webkit-scrollbar { display: none; }
	.searchable-select-item { padding: 5px 5px; cursor: pointer; min-height: 30px; box-sizing: border-box; transition: all .5s; }
	.searchable-select-item.hover { background: #555; color: white; }
	.searchable-select-item.selected { background: #fc5a20; color: white; }

	/*返回顶部*/
	#to-top { display: none; width: 36px; height: 36px; background: url(../images/common/scrolltop.png) no-repeat center; text-align: center; text-decoration: none; z-index: 8; right: 20px; opacity: 0.8; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
	#to-top:hover { opacity: 1; }

@media (max-width: 1600px) {
	
}



.no-js .wow {
    visibility: visible !important;
}

/*第三方字体加载*/
@font-face {
  font-family: "Geometric 415 Black BT";
  src: url("fonts/Geometric 415 Black BT.woff") format("woff"),
       url("fonts/Geometric 415 Black BT.ttf") format("truetype"),
       url("fonts/Geometric 415 Black BT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Berlin Sans FB Demi Bold";
  src: url("fonts/Berlin Sans FB Demi Bold.woff") format("woff"),
       url("fonts/Berlin Sans FB Demi Bold.ttf") format("truetype"),
       url("fonts/Berlin Sans FB Demi Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*网站主题色*/
a:hover {
    color: #fc5a20;
}

/*定宽布局*/
.com-width { margin-right: auto; margin-left: auto; width: 1470px; margin-top:50px;}
@media (max-width: 1600px) {
    .com-width {
        width: 1200px;
    }
}
@media (max-width: 1280px) {
    .com-width {
        width: 1160px;
    }
}
@media (max-width: 1040px) {
    .com-width {
        width: 980px;
    }
}
@media (max-width: 980px) {
    .com-width {
        width: 96%;
    }
}

/*简易栅格化*/
.row { margin-left: -10px; margin-right: -10px; zoom: 1; }
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.row>li, .row .item { float: left; padding: 0 10px; margin-bottom: 40px;box-sizing: border-box; }
.row li img, .row .item img {width: 100%; }
.row-2 li, .row-2 .item { width: 50%;box-sizing: border-box; }
.row-3 li, .row-3 .item { width: 33.3333%; float: left; padding: 0 10px;box-sizing: border-box; }
.row-4>li, .row-4 .item { width: 25%;box-sizing: border-box; }
.row-5 li, .row-5 .item { width: 20%;box-sizing: border-box; }
.row-6 li, .row-6 .item { width: 16.6666%;box-sizing: border-box; }
.row-8 li, .row-8 .item { width: 12.5%;box-sizing: border-box; }

@media (max-width: 980px) {
    .row-3 li, .row-3 .item { width: 50%; }
		.row-2 li, .row-2 .item {
    width: 100%;
}






}
@media (max-width: 375px) {
    .row li, .row .item { width: 100% !important; }
}

/*去除swiper一些默认样式*/
.swiper-pagination-bullet:focus,
.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}

.color-default {
    color: #fc5a20;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-130 {
    padding-bottom: 130px;
}

.mt6 {
    margin-top: 6px;
}

.com-pagination {
    margin-top: 60px;
    width: 100% !important;
    position: static !important;
}
.com-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cacaca;
    opacity: 1;
    text-align: center;
    margin: 0 5px;
}
.com-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff651b;
}

 

/*主体*/
.index-title {
    padding-top: 80px;
    padding-bottom: 55px;
    text-align: center;
}
.index-title.pbig {
    padding-top: 70px;
}
.index-title h3 {
    font-size: 36px;
    color: #333;
    line-height: 1;
}
.index-title h3 span {
    font-weight: bold;
    text-transform: uppercase;
}
.index-title h4 {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
}
.index-title .tit-des {
    margin-top: 30px;
    font-size: 16px;
    color: #989898;
    line-height: 26px;
}
.index-title .more {
    margin-top: 32px;
    display: inline-block;
    color: #ff8205;
    border-bottom: 1px solid #ff8205;
    line-height: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.index-title .more:hover {
    background: #ff8205;
    color: #fff;
    padding: 0 20px;
}
.index-product {
    padding-bottom: 80px;
}
.index-product .content {
    position: relative;
    
}
.index-product-swiper {
    overflow: hidden;
}
.index-product .content .product-next,
.index-product .content .product-prev {
    margin-top: -64px!important;
}
.index-product .content .product-next {
    right: -5%!important;
}
.index-product .content .product-prev {
    left: -5%!important;
}
.index-product .content .item-l {
    float: left;
    width: 76%;
    margin-bottom: -20px;
    padding-right: 20px;
}
.index-product-list li .box {
    padding-bottom: 25px;
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product-list li .box:hover,
.index-product .content .item-r .box:hover {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.index-product-list li .box .pic {
    padding: 0 40px;
    overflow: hidden;
}
.index-product-list li .box h5 {
    font-size: 16px;
    color: #333;
}
.index-product-list li .box p {
    margin-top: 2px;
    color: #666;
}
.index-product .content .item-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    height: 100%;
    /*background: url(../images/index-product-r-bg.jpg) no-repeat center;
    background-size: cover;*/
    background: #fff;
}
.index-product .content .item-r .box {
    text-align: center;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product .content .item-r .box .cont h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.index-product .content .item-r .box .cont p {
    color: #333;
}
.index-product .content .item-r .box .cont .more {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fc5a20;
    background: #fc5a20;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product .content .item-r .box:hover .cont .more {
    padding: 0 10px;
}
.index-product .content .item-r .box:hover .com-back-btn {
    width: 140px;
}
.index-product .content .item-r .box .cont .pic {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 15px;
}
.index-solution {
    position: relative;
}
.index-solution .item {
    position: relative;
    float: left;
    width: 20%;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-solution .item:hover {
    width: 35% !important;
}
.index-solution .item img {
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -378px;
}
.index-solution .item .box {
    position: relative;
}
.index-solution .item .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 88;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-solution .item:hover .box:before {
    opacity: 0;
    visibility: hidden;
}
.index-solution .item .box .sigle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin-left: -25%;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 30px;
    margin-top: -30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-solution .item:hover .box .sigle {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.index-solution .item .box .cont {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    height: 310px;
    margin-top: -155px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    z-index: 100;
    padding: 100px 8% 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-solution .item:hover .box .cont {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.index-solution .item .box .cont h5 {
    font-size: 20px;
    color: #333;
}
.index-solution .item .box .cont .des {
    color: #666;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.index-solution .item:hover .box .cont .des {
    opacity: 1;
    visibility: visible;
}
.index-solution .pagination2 {
    margin-top: 40px;
    position: static;
    text-align: center;
}
.index-solution .pagination2 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: #d2d2d2;
    opacity: 1;
}
.index-solution .pagination2 .swiper-pagination-bullet-active {
    background: #f4651c;
}
.index-solution .item .box .cont .icon-more {
    margin-top: 30px;
    width: 44px;
    height: 10px;
    background: url(../images/icon-more1.png) no-repeat center;
}
.index-about {
    padding-top: 190px;
    height: 493px;
}
/*数字滚动 风格2*/
.num-scroll-two {
    text-align: center;
    font-size: 0;
}

.num-scroll-two li {
    display: inline-block;
    width: 25%;
    padding: 0 40px;
    color: #fff;
    font-size: 18px;
    min-width: 162px;
}


.num-scroll-two li .num {
    margin-right: 5px;
    font-size: 82px;
    font-family: "Geometric 415 Black BT","Impact", "Microsoft Yahei";
    line-height: 1;
}
.num-scroll-two.inner {
    padding: 70px 0;
}
.num-scroll-two.inner li {
    color: #666;
}
.num-scroll-two.inner li .num {
    color: #333;
}
.num-scroll-two li .cont {
    display: inline-block;
    text-align: left;
}
.num-scroll-two li .num-tit {
    color: #e9e9e9;
}
.num-scroll-two.inner li .num-tit {
    color: #666;
}
.index-honor {
    position: relative;
    margin-bottom: 100px;
}
.index-honor-list {
    overflow: hidden;
}
.index-honor-list .item .box {
    background: #efeded;
    text-align: center;
    padding: 35px 20px 25px;
}
.index-honor-list .item .box .pic {
    height: 230px;
    line-height: 230px;
    font-size: 0;
    overflow: hidden;
}
.index-honor-list .item .box .pic img {
    max-height: 100%;
}
.index-honor-list .item .box h5 {
    margin-top: 20px;
    color: #666;
}
.index-honor .com-next {
    right: -80px;
    background-image: url(../images/icon-h-next.png);
    background-size: auto;
    background-position: right center;
}
.index-honor .com-prev {
    left: -80px;
    background-image: url(../images/icon-h-prev.png);
    background-size: auto;
    background-position: left center;
}
.index-honor .com-next, .index-honor .com-prev {
    width: 45px;
    height: 45px;
    background-color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-honor .com-next:hover, .index-honor .com-prev:hover {
    background-color: #fc5a20;
}
.index-news {
    padding-bottom: 100px;
}
.index-news-swiper {
    overflow: hidden;
}
.index-news-content {
    opacity: 0!important;
}
.index-news-content.swiper-slide-active {
    opacity: 1!important;
}
.index-news-content .item {
    float: left;
}
.index-news-content .item-l {
    width: 48%;
}
.index-news-content .item-l .pic {
    margin-bottom: 30px;
    overflow: hidden;
    height: 291px;
    text-align: center;
    background: #fff;
}
.index-news-content .item-l .pic img {
    max-width: 100%;
    max-height: 100%;
}
.index-news-content .item-l h5 a {
    color: #333;
}
.index-news-content .item-l h5 a:hover,
.index-news-content .item-l p .more:hover,
.index-news-content .item-r ul li .box:hover h5 {
    color: #fc5a20;
}
.index-news-content .item-l h5,
.index-news-content .item-r ul li .box h5 {
    font-size: 18px;
    color: #333;
}
.index-news-content .item-l p,
.index-news-content .item-r ul li .box p {
    margin-top: 10px;
    color: #666;
}
.index-news-content .item-r {
    width: 52%;
}
.index-news-content .item-r ul li .box h5 {
    position: relative;
    padding-left: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-r ul li .box h5:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: url(../images/icon-news-tit.png) no-repeat center;
}
.index-news-content .item-r ul li .box p {
    color: #afafaf;
}
.index-news-content .item-l p .more {
    display: inline-block;
    margin-left: 6px;
    color: #fc5a20;
}
.index-news-content .item-l p .more span {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-l p .more:hover span {
    padding: 0 10px;
}
.index-news-content .item-r {
    padding-left: 70px;
    padding-top: 5px;
}
.index-news-content .item-r ul li .box {
    position: relative;
    padding-right: 100px;
}
.index-news-content .item-r ul li .box .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.index-news-content .item-r ul li .box .more .icon-more {
    position: relative;
    margin-bottom: 10px;
    width: 82px;
    height: 20px;
    /*background: url(../images/icon-more3.png) no-repeat center #d2d2d2;*/
    overflow: hidden;
}
.index-news-content .item-r ul li .box .more .icon-more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-more3.png) no-repeat center #d2d2d2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-r ul li .box .more .icon-more:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-more2.png) no-repeat center #f5f5f5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-r ul li .box:hover .more .icon-more:before {
    left: 0;
}
.index-news-content .item-r ul li .box:hover .more .icon-more:after {
    left: 100%;
}
.index-news-content .item-r ul li ~ li {
    margin-top: 70px;
}
.index-news-content .item-r ul li .box:hover h5 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
 
.com-zx {
    display: inline-block;
    width: 168px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.com-zx:hover,
.com-zx.zx1 {
    background: #fc5a20;
    border-color: #fc5a20;
}
.com-zx.zx1:hover {
    opacity: .9;
}
.com-zx .icon-zx,
.com-zx.zx1 .icon-zx {
    position: relative;
    margin-right: 14px;
    margin-top: -2px;
    width: 23px;
    height: 21px;
    background: url(../images/icon-zx.png) no-repeat center;
}
.foot-contact h3 {
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
}
.copyright {
    line-height: 50px;
    background: #2d2f2d;
}
.copyright .com-width {
    border-top: 1px solid #424442;
}
.copyright .focus-list a {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d5d5d5;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.copyright .focus-list a:hover {
    background: #fc5a20;
}
.copyright .focus-list a .qr {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.copyright .focus-list a:hover .qr {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.copyright .focus-list a .icon {
    position: relative;
    top: -2px;
}
.copyright .focus-list a .icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-tb {
    width: 22px;
    height: 18px;
    background: url(../images/foot-icon-tb.png) no-repeat center;
}
.icon-albb {
    margin-top: -4px;
    width: 27px;
    height: 14px;
    background: url(../images/foot-icon-albb.png) no-repeat center;
}
.icon-xcx {
    width: 20px;
    height: 19px;
    background: url(../images/foot-icon-xcx.png) no-repeat center;
}
.icon-qq {
    width: 15px;
    height: 22px;
    background: url(../images/foot-icon-qq.png) no-repeat center;
    background-size: contain;
}
.icon-wx {
    width: 20px;
    height: 20px;
    background: url(../images/foot-icon-wx.png) no-repeat center;
    background-size: contain;
}
.icon-tb:before {
    background-image: url(../images/foot-icon-tb-on.png);
    background-size: contain;
}
.icon-albb:before {
    background-image: url(../images/foot-icon-albb-on.png);
    background-size: contain;
}
.icon-xcx:before {
    background-image: url(../images/foot-icon-xcx-on.png);
    background-size: contain;
}
.icon-qq:before {
    background-image: url(../images/foot-icon-qq-on.png);
    background-size: contain;
}
.icon-wx:before {
    background-image: url(../images/foot-icon-wx-on.png);
    background-size: contain;
}
.copyright .focus-list a:hover .icon:before {
    opacity: 1;
}
.links-content {
    background: #2d2f2d;
    padding-bottom: 10px;
    line-height: 30px;
}
.links-content a {
    margin: 0 5px;
}


/*内页栏目图*/
.page-banner { position: relative; overflow: hidden; }
.page-banner .pb-tit { position: absolute; left: 50%; top: 44%; margin-left: -700px; }
.page-banner .pb-tit.center { top: 50%; margin-top: -33px; left: 0;margin-left: 0; width: 100%; }
.page-banner .pb-p-tit.center {
    margin-top: -60px;
}
.page-banner .pb-pic img { -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;}
/*缩小停止*/
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(.9, .9)
    }
}

@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(.9, .9)
    }
}


.page-banner .pb-tit span {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 20px;
}

.page-banner .pb-tit .en {
    font-size: 36px;
    font-weight: bold;
    font-family: "Arial Black";
    text-transform: uppercase;
}

.page-banner .pb-tit .cn {
    margin-top: 15px;
}

@media (max-width: 1440px) {
    .page-banner .pb-tit {
        font-size: 36px;
    }
}


.page-cate {
    height: 66px;
    font-size: 0;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}
.page-cate ul li {
    display: inline-block;
    width: 25%;
}
.page-cate a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 66px;
}
.page-cate ul li.on a,
.news-cate li.on a {
    color: #fc5a20;
}
.page-cate a:before,
.news-cate li a:before,
.product-tit-tab li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fc5a20;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.page-cate li a:hover:before,
.page-cate li.on a:before,
.news-cate li.on a:before,
.news-cate li a:hover:before,
.product-tit-tab li.on:before,
.product-tit-tab li:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

/*关于*/
.about-intro {
    position: relative;
    padding-top: 85px;
}
.about-intro .pic {
    width: 54%;
}
.about-intro .content {
    position: absolute;
    left: 50%;
    width: 490px;
    margin-left: -700px;
    padding-top: 30px;
    height: 533px;
    overflow-y: scroll;
}
.com-tit {
    font-size: 48px;
    color: #333;
    line-height: 1.3;
}
.com-tit-46 {
    font-size: 46px;
    color: #333;
    line-height: 1;
}
.com-tit-24 {
    font-size: 24px;
    color: #333;
    line-height: 1.3;
    font-weight: bold;
}
.com-des {
    padding-top: 50px;
    font-size: 16px;
    line-height: 27px;
}
.com-des p ~ p {
   /* margin-top: 45px;*/
}
.com-des .p2 {
    line-height: 30px;
}

.about-ln {
    position: relative;
}
.about-ln .cont {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 453px;
    margin-left: -700px;
}
.linian-list {
    padding: 120px 0;
    text-align: center;
}
.linian-list ul li .box {
    position: relative;
}
.linian-list ul li ~ li .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 26px;
    background: #cccccc;
}
.linian-list ul li h5,
.linian-list ul li p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.linian-list ul li h5 {
    font-size: 36px;
    color: #333;
}
.linian-list ul li p {
    margin-left: 40px;
    font-size: 16px;
    color: #666;
}
.about-intro.feature {
    padding-top: 0;
    margin-top: -50px;
}
.about-intro.feature .cont {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    margin-right: -700px;
    text-align: right;
}
.about-partner {
    margin-top: 120px;
    height: 771px;
    background: #f4f4f4 url(../images/partner-bg.jpg) no-repeat left center;
    background-size: 45.5%;
}
.about-partner .left {
    height: 100%;
    height: 771px;
    padding-top: 180px;
    width: 45.5%;
}
.about-partner .left .com-zx {
    margin-top: 65px;
}
.about-partner .right {
    float: left;
    width: 54.5%;
    padding-left: 90px;
    padding-top: 130px;
}
.about-partner .right ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}
.honor-content {
    position: relative;
}
.honor-content .item-tit {
    width: 25%;
    height: 425px;
}
.honor-content .item-tit .box {
    background: #f44b1b;
    text-align: center;
    background: url(../images/honor-tit-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 105px;
}
.honor-content .item-tit .box .cont {
    display: inline-block;
    width: 205px;
    text-align: left;
}
.honor-content .item-tit .box h3 {
    font-size: 36px;
    line-height: 1;
}
.honor-content .item-tit .box h3 em {
    font-style: normal;
    font-size: 118px;
    font-family: "Arial Black", Arial;
    font-weight: bold;
    line-height: 105px;
}
.honor-content .item-tit .box h3 span {
    font-size: 24px;
    line-height: 1;
}
.honor-content .item-tit .box .icon-more {
    width: 33px;
    height: 33px;
    background: url(../images/icon-more-h.png) no-repeat center;
    margin-top: 20px;
}
.honor-content .item-swiper {
    width: 75%;
    overflow: hidden;
}
.honor-content .item-swiper ul li .box {
    background: #fff;
    height: 425px;
    text-align: center;
    padding: 15px;
}
.honor-content .item-swiper ul li .box .pic {
    padding: 30px;
    height: 360px;
    line-height: 300px;
    font-size: 0;
}
.honor-content .item-swiper ul li .box .pic img {
    display: inline-block;
    max-height: 100%;
}
.honor-content .item-swiper ul li .box h5 {
    color: #666;
}
.inner-honor-list {
    position: static !important;
}
.inner-honor-list .slick-dots {
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    text-align: center;
}
.inner-honor-list .slick-dots li {
    float: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #cacaca;
    margin: 0 6px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}
.inner-honor-list .slick-dots li.slick-active {
    background: #f4651c;
}
.inner-honor-list .slick-dots li button {
    font-size: 0;
}
.honor-content2 {
    margin-top: 130px;
}
.honor-content2 .item-tit,
.honor-content2 .item-swiper {
    float: right;
}
.honor-content2 .item-tit .box {
    background: url(../images/honor-tit-bg2.jpg) no-repeat center;
    background-size: cover;
}
.com-tit-36 {
    font-size: 36px;
    color: #333;
    line-height: 1;
}
.com-des-16 {
    font-size: 16px;
    color: #666;
    margin-top: 35px;
    line-height: 30px;
}
.partner-content {
    margin-top: 45px;
}
.partner-content .item {
    text-align: center;
}
.partner-content .item .tit {
    height: 225px;
    color: #fff;
    font-size: 18px;
    padding-top: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.partner-content .item .tit:hover {
    opacity: .9;
}
.partner-content .item:first-child .tit {
    background: url(../images/hezuo-tit-1.png) no-repeat center;
    background-size: cover;
}
.partner-content .item:nth-child(2) .tit {
    background: url(../images/hezuo-tit-2.png) no-repeat center;
    background-size: cover;
}
.partner-content .item:last-child .tit {
    background: url(../images/hezuo-tit-3.png) no-repeat center;
    background-size: cover;
}
.partner-content .item .tit .icon {
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 0;
    margin-bottom: 10px;
}
.partner-content .item .cont {
    position: relative;
    padding: 40px 40px 20px;
    background: #fff;
    overflow: hidden;
}
.partner-content .item .scroll-cont {
    height: 620px;
} 
.partner-content .item .cont .swiper-slide {
    width: 33.3333%;
    float: left;
    padding: 0;
    height: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.partner-content .item .cont .swiper-slide img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.partner-content .item .cont .swiper-slide img:hover {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0,0,0,0.2)
}

/*联系*/
.contact-one {
    padding: 105px 0;
}
.contact-one-list {
    margin-top: 110px;
}
.contact-one-list li .pic,
.contact-one-list li .cont {
    display: inline-block;
    vertical-align: middle;
}
.contact-one-list li .pic {
    margin-right: 30px;
}
.contact-one-list li .cont {
    font-size: 16px;
    text-align: left;
}
.contact-one-list li .cont p span,
.contact-one-list li .cont p a {
    font-size: 18px;
}
.contact-one-list li .cont p .f14 {
    font-size: 14px;
}
.contact-two {
    padding: 85px 0 90px;
}
.contact-two-list {
    margin-top: 70px;
}
.contact-two-list li .box {
    position: relative;
    background: #fff;
    height: 200px;
    padding: 55px 180px 55px 70px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-two-list li .box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.contact-two-list li .box h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
} 
.contact-two-list li .box p {
    line-height: 30px;
}
.contact-two-list li .box .zx-box {
    position: absolute;
    right: 90px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}
.contact-two-list li .box .zx-box a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #eaeaea;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact-two-list li .box .zx-box a:hover {
    background: #fc5a20;
}
.icon-qq2 {
    width: 100%;
    height: 100%;
    background: url(../images/foot-icon-qq-on.png) no-repeat center;
    background-size: 20px;
}
.icon-wx2 {
    width: 100%;
    height: 100%;
    background: url(../images/foot-icon-wx-on.png) no-repeat center;
    background-size: 20px;
}
.contact-two-list li .box .zx-box .wx .qr {
    position: absolute;
    left: 50%;
    top: -110px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-two-list li .box .zx-box .wx:hover .qr {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.news-cate {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 42px;
    font-size: 0;
}
.news-cate li {
    position: relative;
    display: inline-block;
    margin: 0 23px;
}
.news-cate li ~ li:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    height: 9px;
    margin-top: -4.5px;
    border-left: 1px dotted #6e6e6e;
}
.news-cate li a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-cate li a:before {
    bottom: -5px;
}
.news-one {
    position: relative;
    margin-bottom: 55px;
}
.news-one .pic {
    overflow: hidden;
    height: 450px;
    line-height: 450px;
    font-size: 0;
    text-align: center;
    background: #fff;
}
.news-one .pic img {
    max-height: 100%;
}
.news-one .item {
    float: right;
    width: 50%;
}
.news-one .cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-one .cont .news-box {
    padding: 0 80px;
}
.news-one .cont .news-box h4 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-one .cont .news-box p {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.icon-news-more {
    margin-top: 50px;
    width: 28px;
    height: 11px;
    background: url(../images/icon-news-more.png) no-repeat center;
    background-size: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-one .cont .news-box .icon-news-more {
    margin-top: 95px;
}
.news-list {
    margin-left: -13px;
    margin-right: -13px;
}
.news-list li {
    padding: 0 13px;
    margin-bottom: 30px;
}
.news-list li .news-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 60px 70px 50px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-list li .news-box:before,
.news-one .cont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/news-bg.png) no-repeat right bottom #f4651c;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-list li .news-box:hover:before,
.news-one .cont:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.news-list li .news-box .content,
.news-one .cont .news-box {
    position: relative;
}
.news-list li .news-box .date {
    font-size: 12px;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list li .news-box .date em {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.news-list li .news-box h4 {
    margin-top: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list li .news-box p {
    margin-top: 10px;
    color: #989898;
    line-height: 28px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list li .news-box:hover .date,
.news-list li .news-box:hover h4,
.news-list li .news-box:hover p,
.news-one .cont:hover .date,
.news-one .cont:hover h4,
.news-one .cont:hover p {
    color: #fff;
}
.news-list li .news-box:hover .icon-news-more,
.news-one .cont:hover .icon-news-more {
    background: url(../images/icon-news-more2.png) no-repeat center;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*解决方案*/
.solution-item {
    /*padding-top: 70px;*/
    text-align: center;
}
.solution-item h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.solution-item .des {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20%;
}
.solution-item .box {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.solution-item .box:before,
.solution-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.solution-item .box:before,
.solution-banner:before {
    opacity: 1;
}
.solution-item .box:hover:before {
    opacity: .8;
}
.solution-item .box .cont,
.solution-banner .solution-cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -84px;
    text-align: center;
    z-index: 3;
}
.solution-item .box .cont {
    opacity: 1;
}
.solution-item .box .cont .icon-cloud,
.page-banner .solution-cont .icon-cloud {
    width: 73px;
    height: 54px;
    background: url(../images/icon-cloud.png) no-repeat center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.solution-item .box .cont h4,
.page-banner .solution-cont h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.page-banner .solution-cont h4 {
    font-size: 24px;
}
.solution-item .box .cont .more {
    display: inline-block;
    margin-top: 45px;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.solution-item .box .cont .icon-cloud,
.solution-item .box .cont h4,
.solution-item .box .cont .more,
.page-banner .solution-cont .icon-cloud,
.page-banner .solution-cont h4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.center-more {
    margin-top: 40px;
    font-size: 16px;
}
.icon-jt {
    margin-left: 6px;
    width: 20px;
    height: 10px;
    background: url(../images/icon-s-next.png) no-repeat center;
    margin-top: -1px;
}
.solution-more {
    margin-top: 60px;
    margin-bottom: 60px;
}
.solution-bg {
    margin-top: -65px;
    position: relative;
    z-index: 5;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}
.solution-bg .des {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5%;
    text-align: left;
    /*text-indent: 2em;*/
}
.solution-bg .des p ~ p {
    margin-top: 10px;
}
.solution-bg ul {
    padding: 0 10%;
    margin-bottom: 90px;
}
.solution-bg ul li li {
    margin-bottom: 0;
}
.solution-bg ul li h4 {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 88px;
    line-height: 22px;
    padding-top: 22px;
    background: #ff651b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}
.solution-bg ul li:first-child h4 {
    background: #000;
}
.solution-bg ul li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
}
.solution-bg .zx {
    display: inline-block;
}
.icon-s-more {
    width: 23px;
    height: 21px;
    background: url(../images/icon-s-more.png) no-repeat center;
    margin-top: -2px;
    margin-right: 10px;
}
.solution-detail {
    margin-top: 60px;
    padding: 60px;
    min-height: 300px;
    background: #fff;
}
.solution-detail .content {
    padding-top: 35px; 
    font-size: 16px;
}
.solution-product {
    padding-top: 55px;
    padding-bottom: 90px;
}
.solution-product-content {
    margin-top: 35px;
    overflow: hidden;
}
.index-product-list .swiper-slide {
    padding: 0 10px;
}
.xg-case {
    padding-top: 70px;
    padding-bottom: 60px;
}
.xg-case-content {
    margin-top: 55px;
}
.xg-case-content ul li .box .pic {
    overflow: hidden;
}
.xg-case-content ul li .box .pic img {
    width: 100%;
}
.xg-case-content ul li h5 {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

/*服务*/
.service-one {
    height: 894px;
    /*background: url(../images/service-map.jpg) no-repeat center #f5f5f5;*/
}
.service-one .left {
    float: left;
    padding-top: 170px;
}
.service-one .left h3 {
    font-size: 62px;
    color: #333;
    line-height: 1;
}
.service-one .left .p1 {
    font-size: 22px;
    margin-top: 18px;
}
.service-one .left .p2 {
    margin-top: 5px;
    font-size: 30px;
    color: #ff651b;
}
.service-one .left .com-zx {
    margin-top: 370px;
    background: #ff651b;
    border-color: #ff651b;
}
.service-one .right {
    float: right;
}
.service-one .right .num-scroll-two {
    width: auto;
    padding: 170px 0 0;
}
.service-one .right .num-scroll-two li {
    display: block;
    padding: 40px 0; 
    min-width: 100%;
    width: auto;
    position: relative;
}
.service-one .right .num-scroll-two li ~ li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}
.service-one .right .num-scroll-two li .cont {
    text-align: center;
}
.service-auto {
    text-align: center;
    padding: 125px 0 145px;
}
.com-tit-18 {
    font-size: 18px;
    color: #333;
}
.service-auto-list {
    margin-top: 130px;
    font-size: 0;
    text-align: center;
}
.service-auto-list li .pic {
    display: inline-block;
    width: 104px;
    height: 104px;
    line-height: 104px;
    font-size: 0;
    background: #2d2f2d;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-auto-list li h5 {
    margin-top: 25px;
    font-size: 22px;
    color: #333;
}
.service-auto-list li p {
    font-size: 16px;
    color: #666;
}
.service-auto-list li .more {
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #9c9c9c;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-auto-list li .box:hover .pic {
    background: #ff651c;
    box-shadow: 0 0 20px rgba(0,0,0,0.2)
} 
.service-auto-list li .box:hover .more {
    color: #ff651c;
    border-color: #ff651c;
    padding: 0 10px;
} 
.service-support {
    padding-top: 85px;
    background: #f5f5f5;
}
.support-content {
    margin-top: 45px;
}
.support-content .item {
    float: left;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
}
.support-content .item .cont {
    position: absolute;
    left: 11%;
    top: 50%;
    margin-top: -65px;
}
.support-content .item .cont h5 {
    font-size: 24px;
    color: #fff;
    line-height: 29px;
}
.support-content .item .cont p {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}
.support-tel {
    padding: 48px 0;
    text-align: center;
}
.support-tel li {
    display: inline-block;
    text-align: left;
    padding: 0 135px;
}
.support-tel li .pic {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 43px;
    background: url(../images/icon-s-tel.png) no-repeat center;
    vertical-align: middle;
}
.support-tel li .cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}
.support-tel li .cont .tel {
    line-height: 1;
    font-size: 24px;
    color: #fc5a20;
}
.faq-content {
    padding: 95px 0 50px;
}

/*案例*/
.case-list {
    padding-top: 65px;
}
.case-item ~ .case-item {
    margin-top: 60px;
}
.case-item {
    position: relative;
}
.case-item .pic {
    width: 40%;
    overflow: hidden;
}
.case-item .cont {
    
    overflow: hidden;
    width: 50%;
    padding-left: 10%;
    padding-top: 115px;

}
.case-list .case-item .cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 0;
    padding-right: 14%;
    overflow: visible;
}
.case-list .case-item .cont:before {
    content: "";
    position: absolute;
    left: -8%;
    top: 0;
    width: 108%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-list .case-item .cont:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.case-list .case-item .cont .com-table {
    position: relative;
}
.case-item .cont h3 {
    line-height: 50px;
    color: #333;
}
.case-item .cont h4 {
    font-size: 24px;
    margin-top: 30px;
    color: #333;
}
.case-item .cont p {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}
.case-item .cont .more {
    display: inline-block;
    margin-top: 36px;
    font-size: 16px;
    color: #ff651b;
    border-bottom: 1px solid #ff651b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-item .cont:hover .more {
    padding: 0 15px;
}
.case-detail-header {
    padding-bottom: 95px;
}
.case-detail-header .case-item .cont {
    padding-top: 10px;
    padding-left: 20px;
}
.case-detail-header .case-item .cont .des {
    margin-top: 25px;
    padding-right: 5px;
    font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
}
.case-detail-header .case-item .cont .des p span {
    font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
}
.case-detail-header .case-item .cont .des::-webkit-scrollbar {
    width:4px;
    height:4px;
}
.case-detail-header .case-item .cont .des::-webkit-scrollbar-button    {
    background-color:#eee;
}
.case-detail-header .case-item .cont .des::-webkit-scrollbar-track     {
    background:#eee;
}
.case-detail-header .case-item .cont .des::-webkit-scrollbar-thumb{
    background:#ddd;
    border-radius:2px;
}
.case-detail-header .case-item .cont .des::-webkit-scrollbar-corner {
    background:#eee;
}
/*.case-detail-header .case-item .cont .des::-webkit-scrollbar-resizer  {*/
    /*background:#FF0BEE;*/
/*}*/
.case-detail-header .case-item .cont .des p {
    margin-top: 10px;
}
.case-detail-header .case-item .cont .other {
    margin-top: 70px;
}
.case-detail-header .case-item .cont .other .com-zx {
    margin-right: 60px;
}
.case-detail-hezuo {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.case-detail-hezuo .content {
    line-height: 30px;
    font-size: 16px;
}
.case-detail-hezuo .content p ~ p {
    margin-top: 5px;
}
.case-detail-hezuo .com-tit-36 {
    margin-bottom: 65px;
}
.case-detail-hezuo .pic {
    overflow: hidden;
}
.case-detail-hezuo .cont {
    overflow: hidden;
    padding-left: 100px;
    padding-right: 40px;
    padding-top: 5px;
}
.case-detail-hezuo .cont ul li ~ li {
    margin-top: 60px;
}
.case-detail-hezuo .cont ul li h5 {
    font-size: 24px;
    color: #333;
    line-height: 1;
}
.case-detail-hezuo .cont ul li p {
    font-size: 15px;
    margin-top: 18px;
}
.case-detail-product {
    padding-top: 70px;
    padding-bottom: 60px;
}
.case-detail-product .index-product-list {
    margin-top: 60px;
}


/*研发*/
.yanfa {
    padding: 100px 80px 80px;
    background: #fff;
}
.yanfa ul li .box {
    overflow: hidden;
}
.yanfa .right {
    padding-top: 20px;
}
.yanfa .right h5 {
    font-size: 142px;
    color: #333;
    font-weight: bold;
    font-family: "Arial Black";
        line-height: 1;
    overflow: hidden;
}
.yanfa .right h4 {
    font-size: 18px;
    color: #333;
    margin-left: 17px;
    line-height: 1.1;
        padding-top: 20px;
}
.yanfa .content {
    padding-right: 120px;
    overflow: hidden;
}
.yanfa ul {
    margin-top: 80px;
}
.yanfa .content .com-des {
    padding-top: 40px;
}
.yanfa-intro {
    margin-top: 85px;
}
.yanfa-intro .item {
    float: left;
    width: 50%;
    height: 290px;
    line-height: 290px;
    background: #ff651b;
    color: #fff;
    text-align: center;
    font-size: 0;
}
.yanfa-intro .item:first-child {
    background: #000;
}
.yanfa-intro .item .pic,
.yanfa-intro .item .cont {
    display: inline-block;
    vertical-align: middle;
}
.yanfa-intro .item .pic {
    margin-right: 82px;
}
.yanfa-intro .item .cont {
    text-align: left;
}
.yanfa-intro .item .cont h3 {
    font-size: 26px;
}
.yanfa-intro .item .cont p {
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
}

.chengguo {
    padding: 100px 80px 80px;
}
.chengguo h3 .more {
    font-size: 16px;
}
.chengguo ul {
    margin-top: 40px;
}
.chengguo ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    border-bottom: 1px dashed #d7d7d7;
    padding-right: 100px;
}
.chengguo ul li a {
    padding: 15px 0;
    display: inline-block;
}
.pinzhi {
    position: relative;
    background: #fff;
    padding: 100px 80px;
}
.pinzhi .pic {
    padding-right: 80px;
    padding-top: 90px;
    border-right: 1px dashed #d5d5d5;
}
.pinzhi .cont {
    position: relative;
    overflow: hidden;
    padding-left: 80px;
    padding-top: 30px;
}
.pinzhi .cont .com-des {
    padding-top: 30px;
    line-height: 30px;
}
.pinzhi .cont .pic-list {
    margin-top: 120px;
}
.pinzhi .cont .pic-list ul li {
    margin-bottom: 0;
}
.pinzhi .cont .pic-list ul li .box {
    overflow: hidden;
}

/*产品*/
.select-condition-wrap {
    padding: 10px 0 50px;
}
.select-condition {
    border: 1px solid #e6e5e6;
}
.select-condition dl {
    position: relative;
    line-height: 26px;
    /*overflow: hidden;*/
    font-size: 15px;
}

.select-condition dl~dl {
    border-top: 1px solid #e6e5e6;
}

.select-condition dl dt {
    position: absolute;
    left: 0;
    width: 15%;
    height: 100%;
    color: #333;
    overflow: hidden;
    background: #f4f4f4;
    line-height: 50px;
    font-size: 0;
    font-weight: bold;
    text-align:center;
}
.select-condition.first-one dl:nth-child(1):before,
.select-condition.first-one dl:nth-child(2):before,
.select-condition.first-one dl:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    z-index: 2;
}
.select-condition dl dt span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;  
    font-size: 16px; 
}
/*.select-condition.first-big dl dt {
    line-height: 90px;
    font-size: 18px;
    font-weight: bold;
}*/

.select-condition dl dd {
    float: right;
    width: 85%;
    line-height: 26px;
    overflow: hidden;
    padding: 10px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.select-condition dl dd span {
    color: #333;
}
.select-condition dl dd .cont {
    overflow: hidden;
}
.select-condition dl dd.on {
    height: 86px;
}
.select-condition.first-big dl dd {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 30px;
}

.select-condition dl dd a {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    width: 70px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.select-condition dl .ddlist1 a,
#ddlist6 a {
    width: auto;
}
.select-condition dl dd a.hong:after {
    /*content: "+";
    position: absolute;
    right: -10px;
    top: -12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);*/
}
.select-condition dl dd a:hover {
    color: #f4651c;
}

.select-condition dl dd a.hong {
    color: #f4651c;
}
.select-condition.first-big dl dd a {
    position: relative;
    color: #333 !important;
}
.select-condition.first-big dl dd a {
    margin-right: 40px;
}
.select-condition.first-big dl dd a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #c9c9c9;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
.select-condition.first-big dl dd a.hong:after {
    content: "";
    position: absolute;
    left: 2px;
    top: -3px;
    width: 28px;
    height: 28px;
    background: url(../images/icon-yse.png) no-repeat right top;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.select-condition dl dd h1 {
    margin: 0 20px;
    display: inline-block;
    color: red;
}
.select-condition dl .more {
    display: none;
    position: absolute;
    right: 25px;
    top: 22px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-select-more.png) no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.select-condition dl .more:hover {
    background: url(../images/icon-select-more-on.png) no-repeat;
}
.select-condition dl .more.on {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select-condition dl .more2 {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -14px;
    padding: 0 20px;
    line-height: 26px;
    font-size: 14px;
    color: #fc5a20;
    border: 1px solid #fc5a20;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.select-condition dl .more2:hover {
    background: #fc5a20;
    color: #fff;
}

.ok-bar {
    margin-top: 50px;
    text-align: center;
}
.ok-bar a {
    display: inline-block;
    margin: 0 10px;
    width: 140px;
    line-height: 40px;
    background: #ddd;
    color: #666;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ok-bar a:hover {
    opacity: .9;
}
.ok-bar .j-sub {
    background: #ff651b;
    color: #fff;
}

.selected-bar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.selected-bar .tit {
    font-size: 16px;
    color: #333;
    font-style: normal;
}

.selected-bar .cur {
    display: inline-block;
    color: #ff651b;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.selected-bar .fr .count-nun {
    color: #333;
}

.selected-bar .clearbtn {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    padding: 0px 6px;
    line-height: 18px;
    border-radius: 2px;
    position: relative;
    top: -1px;
    border: 1px solid #999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.selected-bar .clearbtn:hover {
    color: #ff651b;
    border-color: #ff651b;
}


.search-bar {
    display: inline-block;
    margin-top: 30px;
    width: 420px;
    line-height: 50px;
    border-radius: 5px;
}
.search-bar .inp {
    float: left;
    width: 340px;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    background: #f9f9f9;
    box-shadow: 0 0 15px rgba(0,0,0,0.2) inset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 50px;
}
.search-bar .inp::-webkit-input-placeholder {
    color: #999;
}
.search-bar .sub {
    float: right;
    width: 80px;
    height: 50px;
    background: url(../images/icon-search.png) no-repeat center #ff651b;
    background-size: 30px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.search-bar .sub:hover {
    background-color: #fb5100;
}


.product-list .item .box {
    border:1px solid #f4f4f4;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-list .item .box:hover {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.product-list .item .box .pic {
        width: 45%;
    height: 100%;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.product-list .item .box .cont {
    float:left;
    width: 51%;
    height: 100%;
    padding-left: 4%;
    overflow: hidden;
}
.product-list .item .box .cont h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.product-list .item .box .cont h4 {
    margin-top: 2px;
    font-size: 18px;
    color: #333;
}
.product-list .item .box .cont p {
    margin-top: 15px;  font-size: 14px;height:68px;overflow: hidden;
    color: #666;
}
.product-list .item .box .cont .more {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: #006fbc;
    border-bottom: 1px solid #006fbc;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-list .item .box:hover .cont .more {
    padding: 0 10px;
}
.product-detail-header {
    position: relative;
    z-index: 2;
}
.product-detail-header:before {

}
.product-detail-header .case-item .cont {
    padding-top: 30px;
}
.product-detail-header .case-item .cont h3 {
    line-height: 1.3;
}

.product-detail-header .case-item .pic {
    position: relative;
    overflow: visible;
}
.product-pic-swiper {
    position: relative;
    overflow: hidden;
}
.product-pic-swiper .swiper-slide {
    float: left;
}
.pagination-product {
    position: absolute !important;
    bottom: -45px !important;
    width: 100%;
}
.pagination-product .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #f57a4d;
    opacity: 1;
    margin: 0 6px;
}
.pagination-product .swiper-pagination-bullet-active {
    background: #fff;
}
.product-detail {
    margin-top: 65px;
}
.product-detail-content {
    width: 74%;
}
.product-xg {
    width: 24%;
}
.tit-bar {
    line-height: 85px;
    border-top: 2px solid #000;
    font-size: 24px;
    color: #333;
}
.product-tit-tab li {
    float: left;
    padding: 0 20px;
    position: relative;
    margin-right: 65px;
    cursor: pointer;
}
.product-tit-tab li:before {
    top: -2px;
}
.product-detail-content .content {
    background: #fff;
    padding: 60px 55px;
    font-size: 16px;
}
.product-detail-content .content .item ~ .item {
    display: none;
}

/*在线选配*/
.product-xp h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.product-xp .search-air {
    line-height: 52px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 0 15px;
    background: #fff;
}
.product-xp .search-air input {
    font-size: 16px;
    color: #666;
    width: 80%;
}
.product-xp .search-air .icon-sub {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
}
.search-air-table {
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    background: #fff;
}
.search-air-table tr {
    position: relative;
    height: 50px;
    border: 1px solid #e5e5e5;
}
.search-air-table.j-sat tr {
    cursor: pointer;
}
.search-air-table tr.on {
    border: 2px solid #fc5a20;
}
.search-air-table th {
    font-weight: normal;
    color: #333;
    font-size: 18px;
}
.search-air-table th,
.search-air-table td {
    border: 1px solid #e5e5e5;
    width: 20%;
}
.search-air-table td {
    border-top: 1px solid transparent;
}
.product-xp .tip {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.product-xg-list li {
    margin-bottom: 20px;
}

.page-go a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-go .prev {
    padding-left: 24px;
    background: url(../images/icon-p-prev.png) no-repeat left center;
}
.page-go .prev:hover {
    background: url(../images/icon-p-prev-on.png) no-repeat left center;
}
.page-go .next {
    padding-right: 24px;
    background: url(../images/icon-p-next.png) no-repeat right center;
}
.page-go .next:hover {
    background: url(../images/icon-p-next-on.png) no-repeat right center;
}
.page-go .list {
    margin: 0 15px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-list.png) no-repeat center;
    background-size: contain;
}
.page-go .list:hover {
    background: url(../images/icon-list-on.png) no-repeat center;
    background-size: contain;
}


/*调整 0913*/
.index-title .news-cate {
    margin-top: 30px;
    margin-bottom: 0;
}


.ajax-more {
    display: inline-block;
}


/*留言*/
.message-titbar {
    margin-top: 60px;
    text-align: center;
}
.message-titbar a {
    position: relative;
    font-size: 18px;
    color: #333;
    margin: 0 40px;
}
.message-titbar a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 9px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-titbar a:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fc5a20;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-titbar a.on:before {
    border-color: #fc5a20;
}
.message-titbar a.on:after {
    background: #fc5a20;
    opacity: 1;
}
.message-content {
    overflow: hidden;
}
.message-content .item ~ .item {
    display: none;
}

.com-content .item ~ .item {
    display: none;
}


/*下载页面*/
.download-list {
    padding: 83px 0 136px
}

.download-list-tit {
    font-size: 30px;
    color: #333;
    line-height: 89px
}

.download-list-box {
    width: 100%;
    padding-top: 20px;
}

.download-list-box ul {
    width: 100%
}

.download-list-box li {
    width: 100%
}

.download-list-box .title {
    width: 100%;
    cursor: pointer;
    padding-left: 64px;
    background: url(../images/down-icon2.png) no-repeat left center;
    line-height: 70px;
    font-size: 18px;
    color: #666;
    padding-right: 30px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.download-list-box .title:hover {
    /*border-bottom: 0;*/
    background: url(../images/down-icon1.png) no-repeat left center;
    color: #fc5a20
}

.download-list-box .time {
    font-size: 14px;
    color: #666;
    opacity: .5;
    filter: alpha(opacity=50)
}

.download-list-box .con {
    width: 100%;
    padding: 1.7%;
    background: #f7f7f7;
    display: none
}

.download-list-box dd {
    width: 100%;
    margin-bottom: 17px;
    background: #fff;
    padding: 39px 3.7% 49px
}

.download-list-box dd h2 {
    line-height: 44px;
    font-size: 24px;
    color: #333;
    margin-bottom: 14px
}

.download-list-box dd .line {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 40px
}

.download-list-box dd p {
    font-size: 15px;
    color: #666;
    line-height: 25px
}

.download-list-box .download {
    margin-top: 23px;
    width: 130px;
    height: 42px;
    padding-left: 37px;
    line-height: 42px;
    /*background: #fc5a20 url(../img/ser23.png) no-repeat 77px center;*/
    color: #fff;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 30px
}

.download-list-box .weima {
    display: block;
    width: 300px
}

.download-list-box .weima img {
    width: 60%;
    float: left
}

.download-list-box .weima p {
    width: 40%;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    float: right;
    margin-top: 18px
}


/*可检测气体*/
.air-content .item {
    background: #fff;
    height: 300px;
}
.air-content .item ~ .item {
    margin-top: 25px;
}
.air-content .item .icon {
    margin-bottom: 20px;
}
.icon-air1 {
    width: 39px;
    height: 69px;
    background: url(../images/air2-1.png) no-repeat center;
}
.icon-air2 {
    width: 95px;
    height: 89px;
    background: url(../images/air2-2.png) no-repeat center;
}
.icon-air3 {
    width: 55px;
    height: 75px;
    background: url(../images/air2-3.png) no-repeat center;
}
.icon-air4 {
    width: 83px;
    height: 83px;
    background: url(../images/air2-4.png) no-repeat center;
}
.air-content .item .tit {
    width: 15.5%;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 80px;
}
.air-content .item-1 .tit {
    background: #ff651b;
}
.air-content .item-2 .tit {
    background: #71c746;
}
.air-content .item-3 .tit {
    background: #555454;
}
.air-content .item-4 .tit {
    background: #f54e33;
}
.air-content .item .tit h3 {
    color: #fff;
    font-size: 20px;
}
.air-content .item .cont {
    float: left;
    width: 84.5%;
    padding: 0 80px;
    height: 100%;
}
.air-content .item .cont a {
    display: inline-block;
    margin: 15px 8px;
    font-size: 16px;
}


/*轮播按钮*/
.index-solution .button-next, .index-solution .button-prev,
.common-swiper-wrap .common-next,
.common-swiper-wrap .common-prev {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    background-color: #666;
    z-index: 99;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-solution .button-next,
.common-swiper-wrap .common-next {
    right: 5%;
    background-image: url(../images/icon-h-prev.png);
    background-size: auto;
    background-position: right center;
}
.index-solution .button-prev,
.common-swiper-wrap .common-prev {
    left: 5%;
    background-image: url(../images/icon-h-prev.png);
    background-size: auto;
    background-position: left center;
}
.index-solution .button-next:hover, .index-solution .button-prev:hover,
.common-swiper-wrap .common-next:hover,
.common-swiper-wrap .common-prev:hover {
    background-color: #fc5a20;
    opacity: 1;
}


.news-faq-list li .news-box {
    padding: 30px;
}
.news-faq-list li .news-box h4 {
    margin-top: 0;
}
.news-faq-list li .news-box:before {
    background: #f4651c;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


.qr-content {
    text-align: center;
    float: right;
    margin-top: 20px;
}
.qr-content p {
    color: #999;
    margin-top: 5px;
}


.product-search-bar {
    height: 210px;
    border-top: 1px solid #e5e5e5
}

.product-search-bar .pb-p-tit.center {
        display: inline-block;
        margin-top: 30px;
        position: static;
}
.product-search-bar .pb-tit span {
    color: #333;
}


.index-news-more{margin: 40px -30px 0px;padding: 0;}
.index-news-more li{float:left;width: 33.3%;/* margin:8px 0% 8px 0; */}
.index-news-more li i{float:left; margin-top: -2px;}
.index-news-more li font{display:inline-block; width: 65%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-news-more li .time{float: right; color:#999;font-size:13px;}
.index-news-more li a{display: block;color:#858585;font-size:15px;margin: 10px 30px 10px 30px;/*padding-left: 10px;background: url(../images/arrow_02.png) no-repeat left;*/transition: all .4s ease-in-out;}
.index-news-more li:hover a{color:#0069de;transform:translateX(-3px)}



@media (max-width: 1600px) {
   
    .page-banner .pb-tit,
    .about-intro .content,
    .about-ln .cont {
        margin-left: -600px;
    }
    .about-intro .pic {
        width: 52%;
    }
    .about-intro.feature .cont {
        margin-right: -600px;
    }
    .pinzhi {
        padding: 80px 60px;
    }
    .chengguo {
        padding: 80px 60px 80px;
    }
    .yanfa {
        padding: 80px 60px 60px;
    }
    .case-detail-header .case-item .cont .other {
        margin-top: 50px;
    }
    .case-item .cont {
        padding-top: 75px;
    }
    .case-detail-header .case-item .cont {
        padding-top: 30px;
        padding-right: 30px;
    }
    .case-item .pic {
        width: 46%;
    }
    .product-detail-header:before {
        width: 51%;
    }
    .case-detail-header .case-item .cont .other .com-zx {
        margin-right: 30px;
        width: 145px;
    }
    .case-detail-hezuo .cont {
        padding-left: 60px;
        padding-right: 0;
    }
    .case-detail-hezuo .cont ul li ~ li {
        margin-top: 38px;
    }
    .service-one {
        background: url(../images/service-map.jpg) no-repeat -90px bottom #f5f5f5;
    }
    .support-content .item .cont {
        left: 6%;
    }
    .support-content .item .cont h5 {
        font-size: 20px;
        line-height: 1.3;
    }
    .support-content .item .cont p {
        font-size: 14px;
    }
    .contact-one-list li .cont p .f14 {
        display: inline-block;
        width: 190px;
        vertical-align: top;
    }
    .select-condition.first-big dl dd a {
        margin-right: 15px   
    }
    .partner-content .item .cont ul li {
        width: 50%;
    }
    .partner-content .item .cont {
        height: 810px;
    }
    .news-one .pic {
        height: 385px;
        line-height: 385px;
    }
    .index-news-content .item-l .pic {
        height: 249px;
    }
    .index-news-content .item-r ul li ~ li {
        margin-top: 50px;
    }
    .about-intro .content {
        padding-top: 50px;
    }
    /*.select-condition dl dt span {
        padding: 0 10px;
        font-size: 16px;
    }*/
    .foot-nav>li ~ li {
        margin-left: 38px;
    }
    .foot-contact h3 {
        font-size: 28px;
    }
    .select-condition-wrap {
        /*padding: 50px 0;*/
    }
    .about-intro .content{
        height: 533px;
    }
}
@media (max-width: 1440px) {
    .header .nav-list {
        margin-right: 100px;
    }
    .header .nav-list li {
        margin: 0 10px;
    }
    .header .search {
        right: 20px;
    }

}
@media (max-width: 1300px) {
    .header .nav-list li a {
        font-size: 14px;
    }
}


.flex {display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-form { padding: 72px 0; background: url(../images/form-bg.jpg) no-repeat center; background-size: cover; }
.foot-form .title { width: 40%; padding-top: 10px; }
.foot-form .cont { width: 50%; }
.foot-form .title h3 { font-size: 24px; line-height: 1.5; color: #000000; }
.foot-form .title h3 b { font-size: 48px; }
.foot-form .title h4 { font-size: 24px; line-height: 1.5; color: #000000; }
.foot-form .title .tel { margin-top: 45px; }
.foot-form .title .tel b { font-family: DINPro-Medium; font-size: 36px; line-height: 36px; color: #fc5a20; display: inline-block; vertical-align: middle; }
.foot-form .title .tel i { display: inline-block; vertical-align: middle; margin-right: 10px; width: 33px;  color: #fff;}
.foot-form .title .tel span { display: inline-block; width: 25px; height: 26px; vertical-align: middle; font-size: 12px; line-height: 1.1; text-align: center; color: #4d4d4d; margin-left: 4px; margin-right: 12px; }
.foot-form .cont .form-list .inp { width: 49%; height: 50px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 0 25px; }
.foot-form .cont .form-list textarea { width: 100%; height: 120px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 12px 25px; margin-top: 10px; }
.foot-form .cont .form-list .sub { width: 200px; height: 50px; background-color: #fc5a20; margin-top: 20px; font-size: 16px; color: #ffffff; cursor: pointer; }
@media (max-width:1600px) {
.foot-form .title h3 b { font-size: 36px; }
.foot-form .title h3, .foot-form .title h4 { font-size: 20px; }
}


@media (max-width: 980px) {
.case-item .pic {
    width: 100%;margin:0 auto;
}
.case-detail-header .case-item .cont {
    padding-top: 80px;
    padding-right: 30px;
}
.case-detail-header {
    padding-bottom: 35px;
}
.product-list .item .box .cont h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.product-list .item .box .cont h4 {
    margin-top: 2px;
    font-size: 14px;
    color: #333;
}
.product-list .item .box .cont p {
    margin-top: 13px;
    color: #666;font-size: 13px;
}
.case-item .cont {
    overflow: hidden;
    width: 100%;
    padding-left: 10%;
    padding-top: 115px;
}
.product-detail-header .case-item .cont .des {
    height: auto;
}
.com-tit-24 {
    font-size:18px;
    color: #333;
    line-height: 1.3;
    font-weight: bold;
}



.product-list .item .box .cont {
    position: relative; 
    right: 0; 
    top: 0; 
    width: 96%;
    height: 100%;
    padding-left: 2%;
    overflow: hidden;
}




}

