.insideBanner { position: relative; overflow: hidden; color: #fff; }
.insideBanner img { height: 150px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.insideBanner .thumb { width: 100%; text-align: center; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.insideBanner .title { font-size: 24px; font-weight:bold; text-shadow:0px 1px 3px #000;}
.insideBanner .title span { vertical-align: middle; display: inline-block; }
.insideBanner .title span:before, .insideBanner .title span:after { content: ''; vertical-align: middle; display: inline-block; width: 0.77em; height: 2px; background-color: rgba(255, 255, 255, 0.3); margin: 0 0.42em; }
.insideBanner .desc { font-size: 16px;font-weight:normal; text-shadow:0px 1px 3px #000;}

.insideWrapper{ padding: 0 2%;}

@media (min-width: 640px) {
	.insideBanner img { width: 100%; height: auto; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; left: 0; }
  .insideBanner .title { font-size: 32px; }
}
@media (min-width: 768px) {
	.insideWrapper { padding: ; }
}
@media (min-width: 1024px) {
	.insideBanner .title { font-size: 40px; }
  .insideBanner .desc { font-size: 18px; }
  .insideWrapper { padding: ; }
}
@media (min-width: 1260px) {
	.insideBanner .title { font-size: 48px; }
  .insideBanner .desc { font-size: 20px; padding-top: 15px; }
  .insideWrapper { padding: 0 100px; max-width: 1400px; margin: 0 auto; }
}
@media (min-width: 1260px) {
	.insideBanner .thumb { margin-top: -40px; } 
}

.crumb { padding: 15px 0; color: #555555; line-height: 16px; }
.crumb .home { width: 18px; height: 16px; background-image: url(../img/home.png); }
.crumb .thumb { font-size: 0; display: none; }
.crumb .thumb a, .crumb .thumb .gt { display: inline-block; vertical-align: top; color: #555555; font-size: 16px; }
.crumb .thumb a, .crumb .thumb i.gt::after { content: ">"; }
.crumb .thumb .gt { padding: 0 15px; }
.column { position: relative; display: inline-block; vertical-align: top; line-height: 16px; }
.column .title { font-size: 16px; color: #222222; position: relative; padding-right: 16px; display: block; cursor: pointer; }
.column .title:after { content: ''; display: block; width: 0; height: 0; border-top: 6px solid #176bab; border-left: 4px solid transparent; border-right: 4px solid transparent; position: absolute; right: 0; top: 50%; margin-top: -4px; -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s; transition: .3s; }
.column .title.on:after { border-bottom: 6px solid #176bab; border-top: transparent; }
.column .column-drop { min-width: 160px; padding: 10px; position: absolute; top: 35px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; text-align: center; border: 1px solid #e5e5e5; display: none; }
.column .column-drop a { display: block; color: #666; font-size: 15px; padding: 10px 0; }
.column .column-drop a:hover { color: #E6AF00; }
.crumb-share { float: right; position: relative; z-index: 60; }
.crumb-share .button { line-height: 20px; padding-left: 26px; background: url(../images/share.png) left center no-repeat; display: block; cursor: pointer; font-size: 14px; }
#crumb-share-drop { padding: 20px; position: absolute; top: 25px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #fff; border: 1px solid #e5e5e5; display: none; }
#crumb-share-drop a { width: 30px; height: 30px; display: block; margin: 0 0 10px; float: none; padding: 0; background-position: 0 0; -o-background-size: cover; background-size: cover; }
#crumb-share-drop a:last-child { margin-bottom: 0; }
#crumb-share-drop .bds_weixin { background-image: url(../images/share-wechat.png); }
#crumb-share-drop .bds_tsina { background-image: url(../images/share-sina.png); }
#crumb-share-drop .bds_sqq { background-image: url(../images/share-qq.png); }
.m-mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 50; display: none; }

@media (min-width: 1024px) {
  .crumb .thumb { display: inline-block; }
}
@media (min-width: 1260px) { 
	.crumb { padding: 0; margin-top: -80px; position: relative; z-index: 60; }
  .crumb .insideWrapper { padding-top: 30px; padding-bottom: 30px; background-color: #fff; }
  .crumb .thumb { display: inline-block; }
  .crumb.nobanner { margin-top: 0; }
	#crumb-share-drop { padding: 15px 35px; top: 37px; }
	#crumb-share-drop a { width: 40px; height: 40px; }
}


/* 产品类别 */
.proSeries{}
.proSeries ul{ padding: 80px 0;}
.proSeries ul li{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; flex-direction: row; }
.proSeries ul li:nth-child(2n){ flex-direction: row-reverse; }
.proSeries ul li .text{ width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.proSeries ul li .text .tit{ color: #333; }
.proSeries ul li .text .tit h3{ font-weight: bold; font-size: 26px; text-align: center; padding-bottom: 10px; margin-bottom: 12px; position: relative; }
.proSeries ul li .text .tit h3::after{ display: block; content: ""; width: 25px; height: 2px; background-color: #e8ae19; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.proSeries ul li .text .tit p{ font-size: 16px; text-align: center; line-height: 26px; }
.proSeries ul li .text .more{ padding-top: 25px; text-align: center; }
.proSeries ul li .text .more a{ display: inline-block; border: 1px solid #333333; color: #666666; font-size: 16px; padding: 8px 20px; }
.proSeries ul li .pic{ width: 50%; }
.proSeries ul li .pic a{ }
.proSeries ul li .pic img{ width: 100%; }
@media (max-width: 1024px) {
	.proSeries ul{padding: 60px 0;}
}
@media (max-width: 768px) {
	.proSeries ul{padding: 50px 0;}
	.proSeries ul li .text .tit h3{font-size: 20px; padding-bottom: 6px; margin-bottom: 8px;}
	.proSeries ul li .text .tit p{font-size: 14px; line-height: 22px;}
	.proSeries ul li .text .more{ padding-top: 10px; }
	.proSeries ul li .text .more a{font-size: 14px; padding: 4px 15px; }
}
@media (max-width: 480px) {
	.proSeries ul{padding: 40px 0 20px;}
	.proSeries ul li{ flex-direction: column-reverse; }
	.proSeries ul li:nth-child(2n){ flex-direction: column-reverse; }
	.proSeries ul li .text{width: 100%; padding: 20px 0 50px;}
	.proSeries ul li .pic{width: 100%;}
}


/* 产品列表 */
.proList{ padding: 60px 0; }
.proList ul{ align-items: stretch; justify-content: flex-start; margin: 0 -8px; }
.proList ul li{ width: 25%; padding: 0 8px; margin-bottom: 50px; }
.proList ul li .pic{ border: 1px solid #d2d2d2; text-align: center; padding-bottom: 100%; }
.proList ul li:hover .pic{ border-color: #1f2c5c; }
.proList ul li .pic img{ max-width: 100%; }
.proList ul li .txt{ font-size: 16px; color: #333333; padding-top: 15px; text-align: center; }
.proList ul li:hover .txt{ color: #1F2C5C; }
@media (max-width: 1024px) {
	.proList ul li{margin-bottom: 30px;}
}
@media (max-width: 768px) {
	.proList ul li{ width: 50%; }
}
@media (max-width: 480px) {
	.proList ul li{ margin-bottom: 20px; }
	.proList ul li .txt{font-size: 14px; padding-top: 10px;}
}


/* 产品详情 */
.pro_detail {padding-top:100px}
@media (max-width:1681px) {
	.pro_detail { padding-top:70px}
}
@media (max-width:1440px) {
	.pro_detail { padding-top:60px}
}
@media (max-width:1180px) {
	.pro_detail { padding-top:50px;overflow:hidden}
}
@media (max-width:668px) {
	.pro_detail {padding-top:10px}
}
.pro_detail_top .pro_detail_top_slide {float:left;width:54%}
@media (max-width:968px) {
	.pro_detail_top .pro_detail_top_slide {float:none;width:100%}
}
.pro_detail_top .pro_detail_top_slide .img {display:block;position:relative}
.pro_detail_top .pro_detail_top_slide .img:after {content:'\e62b';font-family:'iconfont';display:block;width:30px;height:30px;line-height:30px;text-align:center;background-color:rgba(255,255,255,0.8);color:#1F2C5C;font-size:18px;position:absolute;right:0px;bottom:0px;z-index:20;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.pro_detail_top .pro_detail_top_slide img {width:100%}
.pro_detail_top .pro_detail_top_slide .arrow {width:50px;height:50px;border:1px solid #333;-webkit-border-radius:100%;border-radius:100%;line-height:48px;text-align:center;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;position:absolute;top:50%;margin-top:-25px;z-index:2}
@media (max-width:668px) {
	.pro_detail_top .pro_detail_top_slide .arrow {width:30px;height:30px;line-height:28px}
}
.pro_detail_top .pro_detail_top_slide .arrow.pro_detail_top_slide_prev {left:20px}
@media (max-width:668px) {
	.pro_detail_top .pro_detail_top_slide .arrow.pro_detail_top_slide_prev {left:5px}
}
.pro_detail_top .pro_detail_top_slide .arrow.pro_detail_top_slide_next {right:20px}
@media (max-width:668px) {
	.pro_detail_top .pro_detail_top_slide .arrow.pro_detail_top_slide_next {right:5px}
}
.pro_detail_top .pro_detail_top_slide .arrow i.iconfont {font-size:22px}
@media (max-width:668px) {
	.pro_detail_top .pro_detail_top_slide .arrow i.iconfont {font-size:14px}
}
.pro_detail_top .pro_detail_top_slide .arrow:hover {opacity:1;color:#9b4e54;border-color:#9b4e54}
.pro_detail_top .pro_detail_top_txt {float:right;width:60%;padding-left:8%}
@media (max-width:1681px) {
	.pro_detail_top .pro_detail_top_txt {padding-left:6%}
}
@media (max-width:1180px) {
	.pro_detail_top .pro_detail_top_txt {padding-left:60px}
}
@media (max-width:768px) {
	.pro_detail_top .pro_detail_top_txt {float:none;width:100%;padding:20px 0 0}
}
.pro_detail_top .pro_detail_top_txt h1.t {display:block;font-size:26px;color:#1F2C5C;font-weight:bold;line-height:40px}
@media (max-width:1024px) {
	.pro_detail_top .pro_detail_top_txt h1.t { font-size: 20px; line-height: 30px;}
}
@media (max-width:668px) {
	.pro_detail_top .pro_detail_top_txt h1.t {font-size:22px;line-height:30px}
}
@media (max-width:480px) {
	.pro_detail_top .pro_detail_top_txt h1.t { font-size:20px; }
}
.pro_detail_top .pro_detail_top_txt .info {font-size:18px;line-height:30px;color:#999;font-weight:bold;margin:20px 0 40px;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,0.2)}
@media (max-width:1440px) {
	.pro_detail_top .pro_detail_top_txt .info {font-size:16px}
}
@media (max-width:1180px) {
	.pro_detail_top .pro_detail_top_txt .info {margin-bottom:20px;padding-bottom:20px}
}
@media (max-width:1024px) {
	.pro_detail_top .pro_detail_top_txt .info { margin-top: 10px;}
}
.pro_detail_top .pro_detail_top_txt .info span.price {margin-top:10px;display:block;font-size:20px;color:#1F2C5C}
@media (max-width:1440px) {
	.pro_detail_top .pro_detail_top_txt .info span.price {font-size:18px}
}
@media (max-width:1024px) {
	.pro_detail_top .pro_detail_top_txt .info span.price {font-size:16px;margin-top: 5px;}
}
.pro_detail_top .pro_detail_top_txt .txt {font-size:16px;line-height:34px;color:#333}
@media (max-width:1440px) {
	.pro_detail_top .pro_detail_top_txt .txt {font-size:14px;line-height:30px}
}
@media (max-width:1180px) {
	.pro_detail_top .pro_detail_top_txt .txt {line-height:26px}
}
.product_detail_slide {float:left;width:40%}
@media (max-width:768px) {
	.product_detail_slide {float:none;width:100%}
}
.product_detail_slide .product_detail_slide_inner .view {width:100%;position:relative}
.product_detail_slide .product_detail_slide_inner .view:after {content:'';display:block;width:30px;height:30px;line-height:30px;text-align:center; background: url(../images/icon_read.png) no-repeat center; background-size: 70%; background-color:rgba(255,255,255,0.8); color:#1F2C5C;font-size:18px;position:absolute;right:1px;bottom:1px;z-index:20;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.product_detail_slide .product_detail_slide_inner .view .img { display:block;position:relative; border: 1px solid #ddd; }
.product_detail_slide .product_detail_slide_inner .view .img img {display:block;width:100%}
.product_detail_slide .product_detail_slide_inner .view .arrow {width:50px;height:50px;border:1px solid #333;-webkit-border-radius:100%;border-radius:100%;line-height:48px;text-align:center;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;position:absolute;top:50%;margin-top:-25px;z-index:2}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .view .arrow {width:30px;height:30px;line-height:28px}
}
.product_detail_slide .product_detail_slide_inner .view .arrow.arrow-left {left:20px;}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .view .arrow.arrow-left {left:5px;}
}
.product_detail_slide .product_detail_slide_inner .view .arrow.arrow-right {right:20px}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .view .arrow.arrow-right {right:5px}
}
.product_detail_slide .product_detail_slide_inner .view .arrow i.iconfont {font-size:22px; font-family: "黑体";}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .view .arrow i.iconfont {font-size:14px}
}
.product_detail_slide .product_detail_slide_inner .view .arrow:hover {opacity:1;color:#9b4e54;border-color:#9b4e54}
.product_detail_slide .product_detail_slide_inner .view .pro_detail_page {width:100%;text-align:center;position:absolute;left:0;bottom:35px;z-index:2}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .view .pro_detail_page {bottom:5px}
}
.product_detail_slide .product_detail_slide_inner .view .pro_detail_page .swiper-pagination-bullet {width:10px;height:10px;margin:0 10px;opacity:1;background:#1F2C5C}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .view .pro_detail_page .swiper-pagination-bullet {margin:0 5px}
}
.product_detail_slide .product_detail_slide_inner .view .pro_detail_page .swiper-pagination-bullet-active {background:#9b5055}
.product_detail_slide .product_detail_slide_inner .preview {overflow:hidden;width:100%;margin-top:20px;padding:15px;border: 1px solid #ddd}
@media (max-width:668px) {
	.product_detail_slide .product_detail_slide_inner .preview {padding:10px;margin-top:10px}
}
.product_detail_slide .product_detail_slide_inner .preview .swiper-slide {width:100%}
.product_detail_slide .product_detail_slide_inner .preview img {width:100%;border:1px solid #f5f5f5}
.product_detail_slide .product_detail_slide_inner .preview .active-nav img {border-color:#292929}
.pro_detail{}
.pro_detail_col { margin-top:40px;padding-top:50px;border-top:1px solid rgba(0,0,0,0.1);margin-bottom:60px; overflow: hidden; }
.pro_detail_col table{ width: 100%!important; min-width: 600px; }
.pro_detail_col .tps{ display: none;}
@media (max-width:1440px) {
	.pro_detail_col {margin-top:40px;padding-top:30px;margin-bottom:30px}
}
@media (max-width:700px) {
	.pro_detail_col .tps{ display: block; margin-top: 5px; text-align: center;}
	.pro_detail_col .table{ overflow-x: scroll; padding-bottom: 10px; }
	.pro_detail_col .table::-webkit-scrollbar {width: 10px;height: 4px;}
	.pro_detail_col .table::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #e6a500;background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}
	.pro_detail_col .table::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #1f2c5c;}
}
@media (max-width:668px) {
	.pro_detail_col {margin-top:20px;padding-top:30px;margin-bottom:30px}
}
.pro_detail_col h3.title {display:block;font-size:26px;font-weight:lighter;color:#333;margin-bottom:50px}
@media (max-width:1440px) {
	.pro_detail_col h3.title {font-size:26px;margin-bottom:30px}
}
@media (max-width:1180px) {
	.pro_detail_col h3.title {font-weight:normal;font-size: 24px;}
}
@media (max-width:668px) {
	.pro_detail_col h3.title {font-size:20px;margin-bottom:20px}
}
.pro_detail_col .txt { font-size:16px;line-height:36px;color:#666;font-weight:lighter; }
.pro_detail_col .txt img{ max-width: 100%; }
@media (max-width:1440px) {
	.pro_detail_col .txt {font-size:16px;line-height:32px}
}
@media (max-width:1180px) {
	.pro_detail_col .txt {font-weight:normal}
}
.pro_detail_col .txt h6 {display:block;font-size:18px;color:#333;font-weight:bold;margin-bottom:20px}
@media (max-width:1440px) {
	.pro_detail_col .txt h6 {font-size:16px}
}
@media (max-width:668px) {
	.pro_detail_col .txt h6 {margin:10px 0}
	.pro_detail_col .txt{font-size: 14px; line-height: 26px;}
}
.pro_detail_col .txt ul {padding:0}
.pro_detail_col .txt ul li {display:block;padding-left:15px;position:relative}
.pro_detail_col .txt ul li:before {content:'';width:4px;height:4px;line-height:4px;background-color:#666;-webkit-border-radius:100%;border-radius:100%;position:absolute;left:0;top:16px}
@media (max-width:1440px) {
	.pro_detail_col .txt ul li:before {top:11px}
}
.pro_detail_col .related_list {overflow:hidden; margin: 0 -10px; justify-content: flex-start;}
.pro_detail_col .related_list .item{ width: 25%; padding: 0 10px; }
.pro_detail_col .related_list .item a { display:block;background-color:#fff;padding-bottom:10px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.pro_detail_col .related_list .item a .img { border: 1px solid #EEEEEE; width:100%;overflow:hidden}
.pro_detail_col .related_list .item a .img span {display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s}
.pro_detail_col .related_list .item a .img img {width:100%}
.pro_detail_col .related_list .item a .title {display:block;padding:0 10px;width:100%;height:66px;overflow:hidden}
.pro_detail_col .related_list .item a .title p {width:100%;height:66px;display:table}
.pro_detail_col .related_list .item a .title p span {display:table-cell;vertical-align:middle;font-size:16px;line-height:22px;font-family:'';color:#1F2C5C;text-align:center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
@media (max-width:1440px) {
	.pro_detail_col .related_list .item a .title p span {font-size:14px;padding:0 10px}
}
.pro_detail_col .related_list .item a:hover { /* box-shadow:10px 10px 20px 0 rgba(0,0,0,0.2); */  }
.pro_detail_col .related_list .item a:hover .img{ border-color: #1F2C5C; }
.pro_detail_col .related_list .item a:hover .img span {-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}
.pro_detail_col .related_list .item a:hover .title span {color:#899d97}
@media (max-width:668px) {
	.pro_detail_col .related_list .item{width: 50%;}
}
.pro_detail_bottom_txt {font-size:16px;color:#1F2C5C;padding-bottom:60px}
@media (max-width:1440px) {
	.pro_detail_bottom_txt {font-size:14px;line-height:26px;padding-bottom:30px}
}
@media (max-width:668px) {
	.pro_detail_bottom_txt {padding-bottom:10px}
}



/* 热门推荐 */
.proRecomm{ padding-top: 20px; padding-bottom: 60px; }
.proRecomm .rectitle{ text-align: center; }
.proRecomm .rectitle h3{ font-size: 30px; font-weight: normal; padding-bottom: 10px; }
.proRecomm .rectitle p{ font-size: 16px; text-transform: uppercase; color: #666; padding-bottom: 15px; position: relative; }
.proRecomm .rectitle p::after{ display: block; content: "" ; width: 55px; height: 2px; background-color: #e8ae19; position: absolute; left: 50%; top: 100%; transform: translateX(-50%);  }
.proRecomm .recTab{ text-align: center; padding: 60px 0; }
.proRecomm .recTab a{ display: inline-block; padding: 10px 20px; background-color: #eeeeee; font-size: 16px; color: #666666; margin: 0 15px; margin-bottom: 15px; }
.proRecomm .recTab a:hover,
.proRecomm .recTab a.on{ color: #1f2c5c;  }
.proRecomm .recBox{  }
.proRecomm .recBox .item{ display: none; }
.proRecomm .recBox .item.active{ display: block; }
.proRecomm .recBox ul{ align-items: stretch; justify-content: flex-start; margin: 0 -8px; }
.proRecomm .recBox ul li{ width: 25%; padding: 0 8px; margin-bottom: 50px; }
.proRecomm .recBox ul li a{  }
.proRecomm .recBox ul li .pic{ border: 1px solid #d2d2d2; text-align: center; padding-bottom: 100%; }
.proRecomm .recBox ul li:hover .pic{ border-color: #1f2c5c; }
.proRecomm .recBox ul li .pic img{ max-width: 100%; }
.proRecomm .recBox ul li .txt{ font-size: 16px; color: #333333; padding-top: 15px; text-align: center; }
.proRecomm .recBox ul li:hover .txt{ color: #1F2C5C; }
@media (max-width: 1240px) {
	
}
@media (max-width: 1024px) {
	.proRecomm{padding-top: 0; padding-bottom: 40px;}
	.proRecomm .rectitle h3{font-size: 24px;}
	.proRecomm .rectitle p{font-size: 14px;}
	.proRecomm .recTab{padding: 40px 0 20px;}
	.proRecomm .recTab a{ margin: 0 10px; margin-bottom: 10px;}
	.proRecomm .recBox ul li{margin-bottom: 30px;}
}
@media (max-width: 768px) {
	.proRecomm .recTab a{ font-size: 14px; padding: 8px 15px; margin: 0 5px 10px; }
	.proRecomm .recBox ul li{ width: 50%; }
}
@media (max-width: 480px) {
	.proRecomm .rectitle h3{font-size: 20px;}
	.proRecomm .rectitle p{font-size: 12px;}
	.proRecomm .recTab{padding: 30px 0 20px;}
	.proRecomm .recBox ul li{ margin-bottom: 20px; }
	.proRecomm .recBox ul li .txt{font-size: 14px; padding-top: 10px;}
}


/* 案例列表 */
.zhih{ padding: 60px 0; }
.zhih>ul{ overflow-x:hidden;display:flex;justify-content:flex-start;flex-wrap:wrap; }
.zhih>ul>li{ width:31%;float:left;margin-right:3.5%;margin-bottom: 50px; 
transform:translateX(100%);opacity:0;transition:.8s;-webkit-transition:.8s;-moz-transition:.8s;-ms-transition:.8s;-o-transition:.8s;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%); }
.zhih>ul>li.on{opacity:1;transform:translateX(0%);-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%)}
.zhih>ul>li.ma_rt{margin-right: 0;}
.zhih>ul>li>a>span{display:block;overflow:hidden}
.zhih>ul>li>a>span>img{width:100%;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s}
.zhih>ul>li>a>span:hover>img{transform: translate(-50% , -50%) scale(1.2);-webkit-transform:translate(-50% , -50%) scale(1.2);-moz-transform:translate(-50% , -50%) scale(1.2);-ms-transform:translate(-50% , -50%) scale(1.2);-o-transform:translate(-50% , -50%) scale(1.2)}
.zhih>ul>li>a>p{position:relative;font-size:22px;color:#111;border-bottom:1px solid #ccc;line-height:65px;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.zhih>ul>li:hover>a>p{color:#E6AF00}
.zhih>ul>li>a>p::after{ content: ""; display: block; right:0;top:50%;background-color:#111;height:2px;width:15px;position:absolute}
.zhih>ul>li:hover>a>p::after{ background-color: #E6AF00; }
@media screen and (max-width:768px){
.na2.zhihui{padding-bottom:3%;padding-top:1%}
.zhihui>ul>li>a{font-size:15px}
.zhih{padding:1.1rem 1.6rem}
.zhih>ul>li{width:100%;margin-right:0;margin-bottom:1rem}
.zhih>ul>li>a>p{font-size:18px}
.zhih>ul>li>a>p::after{height:2px;width:16px;display:none}
}



/* 新闻列表 */
.nein{ clear:both; height:auto; overflow:hidden; background:#fff; position:relative; margin-bottom:40px; padding-top: 70px;}

.gniw{ width:100%; height:auto; overflow:hidden;}
.gniw_l{ float:left; width:47%; height:auto; overflow:hidden;}
.gniw_l img{ display:block; width:100%; height:362px;}

.gniw_r{ float:right; width:53%; height:auto; overflow:hidden; padding:50px 50px 0 50px;}
.gniw_r h1{ color:#212121; font-size:24px; line-height:33px;height:66px;overflow:hidden; margin-bottom:15px; text-align:left;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.gniw_r span{ display:block; color:#999; font-size:14px; font-weight:bold; text-align:right; margin-bottom:15px;}
.gniw:hover span{color:#E6AF00;}
.gniw_r p{ color:#666666; font-size:15px; line-height:24px; text-align:left; height:72px; overflow:hidden; margin-bottom:50px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.gniw_r font{ float:right;display:inline-block;text-align:center; width:166px; height:42px; background:url(../images/bg2.png) no-repeat center center; line-height:42px; color:#333; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;transition: all 1s ease;}
.gniw:hover h1{ color:#E6AF00;}
.gniw_r font:hover{ background:url(../images/bg3.png) no-repeat center center; color:#fff;}
@media(max-width:1024px){

.nw_box2{ clear:both; height:auto; overflow:hidden; background:#f7f7f7; padding:40px 0 40px 0;}	

.gniw_l img{ display:block; width:100%; height:auto;}

.gniw_r{ float:right; width:53%; height:auto; overflow:hidden; padding:30px 30px 0 30px;}
.gniw_r p{ margin-bottom: 30px;height: 52px;}
.nein{ clear:both; height:auto; overflow:hidden; background:#fff; position:relative; margin-bottom:30px; padding-top: 50px;}

}
@media(max-width:768px){

.gniw_r font{display:none; background:url(../images/bg2_1.png) no-repeat center left;width:119px;height:30px;line-height:30px;}

.gniw_r h1{font-size: 18px; height: auto;}
.gniw_r span{margin-bottom:5px; display:block; line-height:28px;}
.nw_box2{ clear:both; height:auto; overflow:hidden; background:#f7f7f7; padding:40px 0 40px 0;}	

.gniw_l img{ display:block; width:100%; height:auto;}

.gniw_r{ float:right; width:53%; height:auto; overflow:hidden; padding:20px 0 0 20px;}

.gniw_r p{ color:#666666; font-size:14px; line-height:24px; text-align:justify; height:48px; overflow:hidden; margin-bottom:10px;}
.nein{ padding-top: 30px;}
}
@media(max-width:480px){
.nw_box2{ clear:both; height:auto; overflow:hidden; background:#f7f7f7; padding:95px 0px 0px;}	

.gniw_l img{ display:block; width:100%; height:auto;}

.gniw_r{ float:right; width:100%; height:auto; overflow:hidden; padding:20px 0px 10px;}

.gniw_r p{ color:#666666; font-size:14px; line-height:28px; text-align:left; height:56px; overflow:hidden; margin-bottom:10px;}

.gniw_l{ float:left; width:100%; height:auto; overflow:hidden;}

.gniw_r h1{ color:#212121; font-size:16px; line-height:28px;height:auto;margin-bottom:5px; text-align:left}

.nein{padding:20px 15px 0px; margin-bottom: 10px;}

}

.xigi{ clear:both; width:100%; height:auto; overflow:hidden; background:#fff; margin-bottom:80px;}
.xigi1{display:block;}
.xigi2{display:none;}
.xigi ul{ padding-bottom: 30px; }
.xigi li{ border-bottom:1px solid #ededed; padding:35px 40px;transition: all 1s ease;}
.xigi li h1{ clear:both; height:auto; overflow:hidden; min-height:44px; position:relative; background:url(../images/bg9.jpg) no-repeat left bottom; margin-bottom:24px;transition: all 1s ease;}
.xigi li h1 span{ display:block; float:left; width:85%; color:#262626; font-size:18px; line-height:18px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;transition: all 1s ease;}
.xigi li h1:after{ content:'';position:absolute;left:0; bottom:0px; height:2px;width:0px;background:#1f2c5c;transition:400ms ease all;-moz-transition:400ms ease all;}
.xigi li:hover h1:after{ background:#fff; width:64px;transition:800ms ease all;;-moz-transition:800ms ease all;}
.xigi li h1 font{ float:right; color:#1f2c5c; font-size:24px; line-height:24px; text-align:right;transition: all 1s ease;}
.xigi li h1 font i{ display:block; font-size:14px; line-height:20px;transition: all 1s ease;}
.xigi li p{ display:block; clear:both; color:#7a7a7a; font-size:14px; line-height:26px; padding-right:264px; background:url(../images/bg4.png) no-repeat right center; height:52px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; letter-spacing:1px;transition: all 1s ease;}
.xigi li:hover{ background:#1f2c5c;}
.xigi li:hover h1 span,.xigi li:hover h1 font,.xigi li:hover h1 font i{ color:#fff;}
.xigi li:hover p{ color:#ebebeb; background:url(../images/bg5.png) no-repeat right center;}
.xigi li:last-child{ border:none;}
.xigi1 li h1 span{text-align: left;}
.xigi1 li p{text-align: left;}
@media(max-width:1024px){
.xigi1{display:none;}
.xigi2{display:block;}
.xigi{ clear:both; width:100%; height:auto; overflow:hidden; background:#fff; margin-bottom:40px;}
.xigi li{ border-bottom:1px solid #ededed; padding:30px 30px;transition: all 1s ease;}
.xigi li h1 span{ display:block; float:left; width:85%; color:#262626; font-size:16px; line-height:18px;overflow: hidden;white-space:normal;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.xigi li h1{ min-height: auto;}
.xigi li h1 span{ }
.xigi li h1 font{ }
.xigi li p{ display: none; clear:both; color:#7a7a7a; font-size:14px; line-height:26px; padding-right:50px; background:url(../images/bg4.png) no-repeat right center; height:52px; overflow:hidden; letter-spacing:1px;transition: all 1s ease;}
}
@media(max-width:480px){
.xigi{ clear:both; width:100%; height:auto; overflow:hidden; background:#fff; margin-bottom:35px;}
.xigi ul{padding: 0; padding-bottom: 30px;}
.xigi li{ border-bottom:1px solid #ededed; padding:25px 15px;transition: all 1s ease;}
.xigi li:first-child{ border-top: 1px solid #ededed; }
.xigi li h1 span{float:none; width:100%;display:block; color:#262626; font-size:16px;line-height:20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.xigi li p{ display:none; clear:both; color:#7a7a7a; font-size:14px; line-height:26px; padding-right:50px; background:url(../images/bg4.png) no-repeat right center; height:52px; overflow:hidden; letter-spacing:1px;transition: all 1s ease;}
.xigi li h1{ clear:both; height:auto; overflow:hidden; min-height:auto; padding-bottom:0px; position:relative; background:none; margin-bottom:0px;transition: all 1s ease;}
.xigi li h1 font{ float:none;display:block;margin-top:14px;width:100%; /* color:#1f2c5c; */ color:#999;font-size:14px; line-height:14px; text-align:left;transition: all 1s ease;}
.xigi li h1 font i{ display:inline-block;margin-left:5px; font-size:14px; line-height:14px;transition: all 1s ease;}
.xigi li h1:after{ content:'';position:absolute;left:0; bottom:0px; height:0px;width:0px;background:#fff;transition:400ms ease all;-moz-transition:400ms ease all;}
.xigi li:hover h1:after{ background:#fff; width:0px;transition:800ms ease all;;-moz-transition:800ms ease all;}
}



/* 新闻内容 */
.newsss{width:100%;height:auto;overflow:hidden;padding: 80px 0;background:#f9f9f9}
.new_xq{width:100%;height:auto;overflow:hidden}
.new_x{width:100%;height:auto;overflow:hidden}
.new_x h2{ font-size: 24px;line-height:30px;color:#333;font-weight:bold;margin-bottom: 10px; }
.new_x font{ display:block;font-size:14px;line-height:24px;color:#666; }
.newxq{ width:100%;height:auto;overflow:hidden;margin:30px 0;padding:30px 0;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2;  }
.newxq p{ font-size: 16px;line-height: 34px;color:#666;margin-bottom: 20px; text-align: justify;}
.newxq video{ width: 100%; max-width: 800px; height: auto; }
.new_xq1{clear:both;width:100%;height:auto;position:relative}
.news_sx{clear:both;width:100%;height:auto}
.news_sx p a{display:block;font-size: 16px;line-height:40px;color:#4c4c4c}
.news_sx p a:hover{color:#194e47}
.fh{cursor:pointer;position:absolute;top:0;right:0}
.fh img{max-width:100%;vertical-align:middle;cursor:pointer}
@media(max-width:1440px){
.new_x h2{font-size:20px;line-height:28px}
.new_x font{font-size:12px;line-height:12px}
.newxq p{font-size:14px;line-height:24px}
.news_sx p a{font-size:14px;line-height:24px}
}
@media(max-width:1024px){
.newsss{padding:30px}
.newsss{padding:60px 0}
.new_xq h2{font-size:18px;line-height:28px;padding-bottom:5px}
.new_xq font{font-size:12px;line-height:18px}
.newxq p{font-size:14px;line-height:28px;margin-bottom:10px}
.new_xq1{position:relative;margin-bottom:0}
.fh{border-radius:20px;right:30px;top:12px}
.news_sx p a{font-size:12px;line-height:30px}
}
@media(max-width:768px){
.newsss{padding: 30px 0}
.new_xq h2{font-size:18px;line-height:24px;border-bottom:0;}
.newxq{padding: 20px 0; margin: 20px 0; }
.fh{position:absolute;top:45px;right:0}
}



/* 下载中心 */
.data { }
.data .table { padding: 80px 0; }
.data .table table{ margin-bottom: 30px; }
.data .table th {font-size: 14px;color: #222;line-height: 60px;background: #eee;font-weight: normal;}
.data .table th:nth-child(1) {width: 70%;text-align: left;padding: 0 44px;}
.data .table td {border-bottom: 1px dashed #dfdfdf;text-align: center;font-size: 14px;color: #666;line-height: 69px;}
.data .table tr:hover td {background: #f8f8f8;}
.data .table td a {color: #222;}

.data .boxs { position: relative; }
.data .table .icon {float: left;width: 10px;height: 10px;background: url(../images/img35.png) center center no-repeat;background-size: cover;margin-top: 29px;margin-right: 24px;}
.data .table .text {float: left;width: calc(100% - 34px);font-size: 14px;color: #222;}
.data .table .box {padding: 0 10px;text-align: left;}

@media only screen and (max-width: 1199px) {
	.data .boxs {
		padding-right: 0;
	}
	.data .table {
		padding: 50px 0;
		width: 100%;
		/* margin: 0 2.5%; */
	}
}
@media only screen and (max-width: 768px) {
	.data .table {
		overflow-x: scroll;
	}
	.data .table::-webkit-scrollbar {
		display: none;
	}
	.data .table table {
		width: 800px;
	}
}
@media only screen and (max-width: 414px) {
	.data .table { padding: 30px 0;}
	.data .table th:nth-child(1) {
		width: 60%;
	}
	.data .table table {
		width: 600px;
	}
	.data .table td {
		line-height: 1;
	}
	.data .table th {
		padding: 10px;
		line-height: 1;
	}
	.data .table th:nth-child(1) {
		padding: 20px 10px;
	}
	.data .table td .down {
		display: block;
		width: 15px;
		margin: 0 auto;
	}
	.data .table .text {
		padding: 20px 10px;
		line-height: 20px;
	}
	.data .table .icon {
		width: 5px;
		height: 5px;
		margin-top: 26px;
		margin-right: 0;
	}
}


/* 关于 */
.abCont{ padding: 80px 0; }
.newCon p{ line-height: 30px; font-size: 16px; margin-bottom: 15px; }
.newCon img{max-width: 100%;}

@media (max-width: 1240px) {
	.abCont{ padding: 60px 0; }
}
@media (max-width: 768px) {
	.abCont{ padding: 40px 0; }
	.newCon p{ line-height: 26px; font-size: 14px; margin-bottom: 10px; }
}
@media (max-width: 480px) {
	.abCont{ padding: 30px 0; }
}


.mao{ position: relative; top: -160px; }

/* 公司简介 */
.abTitle { line-height: 1.57894; color: #333; text-align: center; font-size: 18px; font-weight:bold; color: #333; font-weight: normal;  }
.abTitle span{ font-size: 14px; color: #666; text-transform: uppercase; display: block; }
.abTitle:after { content: ''; display: block; width: 1.6842em; height: 2px; background-color: #e8ae19; margin: 10px auto 15px; }
.introduction { padding-top: 30px; padding-bottom: 30px; }
.introduction .text { color: #333; font-size: 14px; line-height: 28px; text-align: justify; }
.introduction .text p{ text-indent: 2em; margin-top: 10px; text-align: justify; }

.introduction-data { padding-top: 20px; padding-bottom: 20px; }
.introduction-data ul { font-size: 0; text-align: center; }
.introduction-data li { display: inline-block; vertical-align: top; padding: 10px 15px; }
.introduction-data li .numbox{ font-size: 16px;}
.introduction-data li .numbox span{}
.introduction-data .num { font-size: 36px; line-height: 1; color: #1f2c5c; font-family: "Myriad Pro"; }
.introduction-data .desc { padding-top: 3px; font-size: 14px; color: #696969; }
.introduction-data .add { padding-right: 12px; background: url(../images/introIcon01.png) right 60% no-repeat; }

.introduction-video { position: relative;margin-top:60px; }
.introduction-video img { width: 100%; display: block; }
.introduction-video .videoTitle{max-width:100%; width:auto; margin:0 auto; }
/* .introduction-video:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.3); } */
.introduction-video .thumb { width: 100%; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; color: #fff; text-align: center; }
.introduction-video h3 { font-size: 22px; }
.introduction-video .desc { font-size: 14px; }
.introduction-video .play-btn { width: 80px; height: 80px; display: block; margin: 10px auto 0; background: url(/skins/img/play.png) no-repeat; -o-background-size: cover; background-size: cover; }
.introduction-video video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; display: none; background-color: #000; }
@media (min-width: 480px) {
	.abTitle { font-size: 24px; }
}
@media (min-width: 768px) {
	.introduction { padding-top: 40px; padding-bottom: 40px; }
	.introduction .text { font-size: 14px; line-height: 32px; text-align: left; }
  .introduction-data { padding-top: 30px; padding-bottom: 30px; }
  .introduction-data .desc { font-size: 16px; padding-top: 5px; }
  .introduction-video h3 { font-size: 36px; }
  .introduction-video .desc { font-size: 20px; }
  .introduction-video .play-btn { width: 115px; height: 115px; margin-top: 30px; }
}
@media (min-width: 1024px) { 
	/* .introduction .text { font-size: 14px; line-height: 32px; } */
	.introduction-data { padding-top: 40px; padding-bottom: 40px; }
  .introduction-data li { padding: 0 30px; }
  .introduction-data .num { font-size: 66px; }
  .introduction-data .desc { padding-top: 10px; }
}
@media (min-width: 1260px) { 
	.introduction { padding-top: 60px; padding-bottom: 60px; }
  .abTitle { font-size: 30px; }
  .abTitle span{ font-size: 16px; padding-top: 5px; }
  .abTitle:after { margin: 15px auto; }
  .introduction .text { padding-top: 5px; font-size: 16px; line-height: 36px; }
	.introduction .text p{ margin-top: 25px;}
  .introduction-data { padding-top: 70px; padding-bottom: 60px; }
  .introduction-data li { padding: 0 35px; }
  .introduction-video .thumb { top: 52%; }
  .introduction-video h3 { font-size: 42px; padding-bottom: 5px; }
  .introduction-video .desc { font-size: 24px; }
  .introduction-video .play-btn { margin-top: 240px; }
}


/* 企业文化 */
.culture{ padding: 30px 0 100px; }
.culture dl{ align-items: stretch; padding-top: 50px;}
.culture dl dt{ width: 50%; padding-right: 10px; display: flex; flex-wrap: wrap; align-items: stretch; }
.culture dl dd{ width: 50%; padding-left: 10px; }
.culture dl dd .item:first-child{ margin-bottom: 20px; }
.culture .item{ width: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; background: no-repeat center; background-size: cover; }
.culture .item .txtBox{ text-align: center; color: #FFFFFF; padding: 60px 20px; }
.culture .item .txtBox h3{ font-size: 18px; position: relative; padding-bottom: 25px; margin-bottom: 20px; }
.culture .item .txtBox h3:before{ display: block; width: 30px;height: 5px;content: '';background:#fff;position: absolute;left: 50%;margin-left:-15px;bottom:0; }
.culture .item .txtBox p{ font-size: 16px; }

@media (max-width:1024px) {
	.culture{padding-bottom: 80px;}
	.culture dl{padding-top: 30px;}
}
@media (max-width:768px) {
	.culture{padding-bottom: 60px; padding-top: 20px;}
	.culture .item .txtBox{padding: 40px 20px;}
	.culture .item .txtBox h3{margin-bottom: 15px; padding-bottom: 20px;}
}
@media (max-width:480px) {
	.culture{padding-bottom: 30px;}
	.culture dl{padding-top: 20px;}
	.culture dl dt{ width: 100%; padding-right: 0;}
	.culture dl dd{ width: 100%; padding-left: 0;}
	.culture .item{ margin-bottom: 20px; }
	.culture .item .txtBox h3{font-size: 16px; padding-bottom: 18px;}
	.culture .item .txtBox h3:before{height: 3px;}
	.culture .item .txtBox p{font-size: 14px;}
}


/* 荣誉资质 */
.honor{ background: url(/skins/img/honor_bg.jpg) no-repeat center; background-size: cover; padding: 75px 0;}
.honor .abTitle{ color: #FFFFFF; }
.honor .abTitle span{ color: #FFFFFF; }
.honor .honorBox{position: relative; margin-top: 60px; }
.honor .honorBox .btn_next,
.honor .honorBox .btn_prev{ position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: no-repeat center; background-size: cover; }
.honor .honorBox .btn_next{ right: -100px; background-image: url(/skins/img/icon_next.png);}
.honor .honorBox .btn_prev{ left: -100px; background-image: url(/skins/img/icon_prev.png); }
.honor .item{}
.honor .item .pic{ padding-bottom: 75%;}
.honor .item .pic img{ max-width: 100%;  }
.honor .item .txt{ color: #FFFFFF; font-size: 16px; text-align: center; padding-top: 10px; }
@media (max-width:1024px) {
	.honor{padding: 50px 0; }
	.honor .honorBox{margin-top: 40px;}
}
@media (max-width:768px) {
	
}
@media (max-width:480px) {
	.honor .honorBox{margin-top: 30px;}
	.honor .item .txt{font-size: 14px;}
}

/* 中博动态 */
.ab_news{ margin-top: 100px; padding: 50px 0; overflow: hidden; position: relative; }
.ab_news::after{ display: block; content: ""; width: 1534px; height: 430px; background: url(/skins/img/ab_newsbg.jpg) no-repeat center top; position: absolute; z-index: 2; top: 0; left: 50%; transform: translateX(-50%); }
.ab_news::before{ display: block; content: ""; width: 100%; height: 310px; background: #ecedef; position: absolute; z-index: 1; bottom: 0; left: 0; }
.ab_news .abTitle{ color: #FFFFFF; position: relative; z-index: 3; }
.ab_news .abTitle span{ color: #FFFFFF; }
.ab_news .newSwiper{ padding-top: 20px; margin: 0 -10px; position: relative; z-index: 3; }
.ab_news .swiper-container{ padding: 10px; padding-bottom: 60px;
	--swiper-theme-color: #1F2C5C;/* 设置Swiper风格 */
	--swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.ab_news .swiper-pagination{ bottom: 0px; }
.ab_news .item{ box-shadow: 0 0 6px 3px rgba(0,0,0,.15); background-color: #FFFFFF; }
.ab_news .item .pic{ overflow: hidden; }
.ab_news .item .pic img{ width: 100%; transition: 0.3s; }
.ab_news .item:hover .pic img{ transform: scale(1.1); }
.ab_news .item .text{ height: 150px; padding: 0 30px; display: flex; flex-direction: column; align-items: ; justify-content: center; }
.ab_news .item .text h3{ font-size: 18px; color: #1F2C5C; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.ab_news .item .text p{ font-size: 16px; line-height: 26px; color: #666666; padding-top: 20px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.ab_news .item .text p span{ color: #e6a500; }
@media (max-width:1024px) {
	.ab_news{margin-top: 80px;}
}
@media (max-width:768px) {
	
}
@media (max-width:480px) {
	.ab_news{margin-top: 60px; padding: 30px 0;}
	.ab_news .newSwiper{padding-top: 0px;}
	.ab_news .swiper-container{padding-bottom: 40px;}
}

/* 工厂实景 */
.factory{ padding: 80px 0 70px;}
.factory ul{padding-top: 40px; margin: 0 -8px;}
.factory ul li{ align-items: stretch; padding: 0 8px; width: 33.333%;}
.factory ul li .pic{ overflow: hidden; }
.factory ul li .pic img{width: 100%; transition: 0.5s;}
.factory ul li:hover .pic img{ transform: scale(1.1); }
.factory ul li .txt{ font-size: 16px; color: #666666; padding-top: 10px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.factory ul li:hover .txt{ color: #1F2C5C; }
.factory ul li .txt span{ color: #1F2C5C; font-size: 18px; float: right;font-family: "黑体";}
.factory .more{ padding-top: 50px; text-align: center; }
.factory .more a{ display: inline-block; padding: 10px 24px; border: 1px solid #666666; color: #1F2C5C; font-size: 16px; }
.factory .more a:hover{ background-color: #1F2C5C; color: #FFFFFF; }
@media (max-width:1024px) {
	.factory{padding: 60px 0 50px;}
	.factory ul{padding-top: 20px;}
	.factory .more a{font-size: 14px; padding: 8px 20px;}
}
@media (max-width:768px) {
	.factory{padding: 50px 0 40px;}
	.factory ul li{width: 100%; margin-bottom: 30px;}
	.factory .more{padding-top: 20px;}
}
@media (max-width:480px) {
	.factory{padding: 40px 0 30px;}
	.factory ul{padding-top: 10px;}
	.factory ul li{ margin-bottom: 20px;}
}


/* 联系我们 */
.contact_main{ overflow:hidden;min-height:420px;margin: 80px 0; align-items: stretch; }
.contact_main .contxt{ width:42%;background:#1f2c5c;color:#fff;padding:40px; }
.contact_main .contxt h3{font-size:28px;text-align:left;margin:30px 0}
.contact_main .conlist{overflow:hidden}
.contact_main .conlist p{ width:100%;font-size:16px;line-height:30px;margin-top:10px}
.contact_main .ewm{ padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact_main .ewm p{ width: 28%; display: block; text-align: center;}
.contact_main .ewm p img{ border-radius: 8px; border: 5px solid #fff; width: 100%; }
.contact_main .ewm p span{ display: block; padding-top: 10px; font-size: 14px;}
.contact_main .map{width:58%;background:#fff}
.my-map{width:100%;height:100%; border: 1px solid #D7D7D7; }
.my-map .icon{background:url(/skin/img/marker.png) no-repeat}
.my-map .icon-cir{height:31px;width:28px}
.my-map .icon-cir-red{background-position:-11px -5px}
#mapContainer{height: 100%;}
#mapContainer .BMap_cpyCtrl{display: none;}
#mapContainer .anchorBL{display: none;}
@media (max-width: 1240px) {
	.contact_main{ margin: 60px 0;}
	.contact_main .contxt h3{ font-size: 22px; margin: 20px 0; }
	.contact_main .conlist p{ font-size: 14px; line-height: 26px; }
}
@media (max-width: 768px) {
	.contact_main{ margin: 40px 0; min-height: auto;}
	.contact_main .contxt{width: 100%;}
	.contact_main .contxt h3{font-size: 18px; margin: 0 0 10px;}
	.contact_main .map{width: 100%; height: 400px;}
}
@media (max-width: 480px) {
	.contact_main{ margin: 30px 0; }
	.contact_main .contxt{padding: 25px;}
}



/* 留言 */
.relly{width: 100%;padding: 100px 0 120px;background: #f5f5f5;}
.relyx-title{width: 100%;}
.relyx-title h6{font-size: 36px;color: #333;}
.relyx-title p{font-size: 15px;color: #999;line-height: 26px;margin-top: 16px;}
.relly-form{width: 100%;margin-top: 60px;}
.relly-formipt{width: 100%;overflow: hidden;}
.relly-formipt input{width: 48%;height: 60px;background: #fff;padding: 0 32px;}
.relly-form input, .relly-form textarea{font-size: 15px;color: #888;}
.relly-form input:-moz-placeholder, .relly-form textarea:-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input::-moz-placeholder, .relly-form textarea::-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input:-ms-input-placeholder, .relly-form textarea:-ms-input-placeholder{color:#888;font-size: 15px;}
.relly-form input::-webkit-input-placeholder, .relly-form textarea::-webkit-input-placeholder{color:#888;font-size: 15px;}
.relly-formipt input:first-child{float: left;}
.relly-formipt input:last-child{float: right;}
.relly-form textarea{width: 100%;display: block;background: #fff;border: none;margin-top: 32px;padding: 24px 32px;height: 164px;}
.relly-formyzmbtn{width: 100%;overflow: hidden;margin-top: 32px;}
.relly-formyzm{float: left;}
.relly-formyzm input{width: 400px;height: 60px;background: #fff;padding: 0 32px;display: block;float: left;}
.relly-formyzm span{display: block;float: left;margin-left: 20px;height: 60px;width: 150px;cursor: pointer;}
.relly-formyzm span img{width: 100%;height: 100%;}
.relly-formbtn {width: 200px;height: 60px;display: block;background: #E6AF00;font-size: 16px;color: #fff;text-align: center;float: right;cursor: pointer;}
@media all and (max-width:1700px) {
	.relly {padding: 90px 0 100px;}
}
@media all and (max-width:1599px) {
	.relly {padding: 74px 0 88px;}
}
@media all and (max-width:1359px) {
	.relyx-title h6{font-size: 32px;}
	.relly {padding: 60px 0 68px;}
	.relly-form {margin-top: 48px;}
}
@media all and (max-width:1000px) {
	.relyx-title h6 {font-size: 28px;}
	.relly-formipt input {height: 44px;padding: 0px 18px;font-size: 14px;}
	.relly-form textarea {margin-top: 20px;padding: 16px 18px;height: 160px;}
	.relly-formyzm input {width: 280px;height: 44px;padding: 0 18px;}
	.relly-formyzm span {margin-left: 12px;height: 44px;width: 150px;}
	.relly-formbtn{height: 44px;}
	.relly-formyzmbtn{margin-top: 20px;}
}
@media all and (max-width:640px) {
	.relyx-title h6 {font-size: 22px;}
	.relly {padding: 36px 0 40px;}
	.relly-formipt input{width: 100%;margin-top: 20px;}
	.relly-form {margin-top: 8px;}
	.relly-formyzm input{width: 180px;}
	.relly-formyzm span{width: 120px;}
	.relly-formbtn{width: 100%;margin-top: 20px;}
}





/* 招商加盟 */
.ind_title{text-align:center;letter-spacing:1px}
.ind_title h2,.ind_five_text h2{font-size:32px;font-weight:500}
.ind_title h4{font-size:24px;font-family:'宋体';font-weight:500;margin-bottom:10px}
.ind_title p{font-size:17px;margin:12px 0 28px}
@media screen and (max-width:1440px){
	.ind_title h2,.ind_five_text h2{font-size:35px}
	.ind_title p,.ind_five_text p{font-size:18px}
	.ind_title h2,.ind_five_text h2{font-size:28px}
	.ind_title p,.ind_five_text p{font-size:15px;margin:6px 0 15px}
}
@media screen and (max-width:640px){
	.ind_title h2,.ind_five_text h2{font-size:22px}
	.ind_title p,.ind_five_text p{font-size:14px}
}

.join-box img{width:100%;display:block}
.joinOne-text{width:95%;margin:50px auto 40px;text-align:center}
.joinOne-text p{font-size:15px;letter-spacing:1px;line-height:2}
.joinTwo,.joinThree,.joinFour,.joinSix{margin-top:100px}
.joinSix{margin-bottom: 80px;}
.joinTwo-list{ margin: 0 -15px; margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}
.joinTwo-list li{position:relative;width:calc(25% - 30px);margin:15px;text-align:center;background:#f5f5f5;padding:35px 30px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.joinTwo-list li img{width:50px;margin:0 auto 15px}
.joinTwo-list li:hover{ transform: translateY(-15px);}
.joinTwo-list li span{display:block;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.joinTwo-list li .joinTwo-line-1,.joinTwo-list li .joinTwo-line-2,.joinTwo-list li .joinTwo-line-3,.joinTwo-list li .joinTwo-line-4{display:none}
.joinTwo-list li .joinTwo-line-1:before{content:'';position:absolute;top:0;left:0;width:4px;height:50%;background:#333}
.joinTwo-list li .joinTwo-line-1:after{content:'';position:absolute;top:0;left:0;width:15%;height:4px;background:#333}
.joinTwo-list li .joinTwo-line-2:before{content:'';position:absolute;bottom:0;right:0;width:4px;height:50%;background:#333}
.joinTwo-list li .joinTwo-line-2:after{content:'';position:absolute;bottom:0;right:0;width:15%;height:4px;background:#333}
.joinTwo-list li .joinTwo-line-3:before{content:'';position:absolute;bottom:0;left:0;width:4px;height:50%;background:#333}
.joinTwo-list li .joinTwo-line-3:after{content:'';position:absolute;bottom:0;left:0;width:15%;height:4px;background:#333}
.joinTwo-list li .joinTwo-line-4:before{content:'';position:absolute;top:0;right:0;width:4px;height:50%;background:#333}
.joinTwo-list li .joinTwo-line-4:after{content:'';position:absolute;top:0;right:0;width:15%;height:4px;background:#333}
.joinTwo-list li h3{font-weight:500;font-size:22px;margin:0 0 15px}
.joinTwo-list li p{font-size:14px;line-height:26px;color:#666;min-height:50px}
.joinTwo-en{opacity:0;position:absolute;text-transform:uppercase;font-size:21px;top:10px;width:212px;text-align:center;left:55px;word-wrap:break-word;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top left;transform-origin:top left}
.joinTwo-list li:hover .joinTwo-en{top:0;opacity:1}
.joinThree-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}
.joinThree-wrap{margin-top:30px}
.joinThree-img,.joinThree-text{width:50%}
.joinThree-img{background-size:cover;background-position:center}
.joinThree-text{padding:3% 3% 5%;background:#f5f5f5}
.joinThree-text li{ line-height: 30px; padding:20px 0 18px;border-bottom:1px solid #e6e6e6;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;overflow:hidden;  }
.joinThree-text li:hover{ }
.joinThree-text li b{display:block;width:18px;height:18px;text-align:center;line-height:18px;border:1px solid #a0a0a0;color:#646464;font-size:14px;float:left;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.joinThree-text li:hover b{border:0;background:#E6AF00;color:#fff;border:1px solid #E6AF00}
.joinThree-text li p{float:right;width:96%;color:#333;font-size:16px;line-height: 30px;margin-bottom:4px;display:block}
.joinThree-text li p span{ font-weight: bold; color: #000000; }
.lh-flex{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap}
.lh-join-ul{margin-top:35px}
.lh-join-ul li{flex:1;width:25%;position:relative}
.lh-join-ul li:before{content:'';display:block;width:51px;height:9px;background:url(../images/jt.png) no-repeat center;position:absolute;right:-30px;top:50%;margin-top:-4px}
.lh-join-four li:before{background:url(../images/jt-1.png) no-repeat center}
.lh-join-ul li>a{width:150px;height:150px;background:rgba(255,255,255,.3);border-radius:10px;border:2px dotted #ddd;display:block;text-align:center;padding:27px 8px 0;margin:0 auto}
.lh-join-ul li>a .icon{width:40px;margin:0 auto 10px}
.lh-join-ul li>a h2{font-weight:500;font-size:14px;line-height:1.6}
.lh-join-ul li:last-child:before{display:none}
.lh-join-four li:last-child:before{content:'';display:block;width:9px;height:51px;background:url(../images/jt-2.png) no-repeat center;position:absolute;left:50%;margin-left:-4.5px;top:0;margin-top:-70px}
.lh-join-four{margin-top:90px}
.joinFour-list{margin-top:40px;position:relative}
.joinFour-1{height:180px;border:8px solid #000;border-radius:100px;border-left:none;border-bottom-left-radius:0;border-top-left-radius:0;width:60%;margin-left:40%}
.joinFour-2{height:180px;border:8px solid #000;border-radius:100px;margin-top:-8px;border-right:0;border-bottom-right-radius:0;border-top-right-radius:0;width:90%}
.joinFour-3{height:180px;border:8px solid #000;border-radius:100px;border-left:none;border-bottom-left-radius:0;border-top-left-radius:0;width:90%;margin-left:10%;margin-top:-8px}
.joinFour-ul{position:absolute;width:100%;top:0;left:0}
.joinFour-ul li{position:relative;width:33.33%;height:174px;float:left;padding:0 4%;font-size:0;padding-top:42px;overflow:hidden}
.joinFour-ul li span{position:relative;color:#fff;font-size:50px;z-index:1;text-align:center;display:block;width:113px;height:113px;float:left;padding-top:8px}
.joinFour-ul li span:before{position:absolute;content:'';width:80px;height:80px;top:0;left:17px;background:#f08200;z-index:-1;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.joinFour-ul li span:hover:before{-webkit-transform:rotate(0);transform:rotate(0)}
.joinFour-ul li b{display:block}
.joinFour-ul li b:before{content:'';position:absolute;width:5px;height:28px;background:#000;top:0;left:202px}
.joinFour-ul li b:after{content:'';position:absolute;width:24px;height:24px;background:#000;border-radius:50%;top:25px;left:192px}
.joinFour-ul li p{font-size:16px;float:right;width:calc(100% - 180px)}
.joinFour-ul li.joinFour-r p{float:left;padding-right:40px;width:calc(100% - 140px);text-align:right}
.joinFour-ul li.joinFour-r b:before{right:226px;left:auto}
.joinFour-ul li.joinFour-r b:after{right:216px;left:auto}
.joinFour-view{margin-top:28px}
.joinFour-view ul{width:101%;margin-left:-1%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}
.joinFour-view li{float:left;width:24%;margin:0 0 1% 1%;padding:3%;background:#f5f5f5}
.joinFour-view li span{float:left;font-size:40px;width:15%;position:relative}
.joinFour-view li span:after{content:'/';position:absolute;top:44px;left:16px;font-size:23px;color:#666;-webkit-transform:rotate(30deg);transform:rotate(30deg)}
.joinFour-view li p{float:right;width:85%;font-size:17px;line-height:2;padding-left:25px}
.lh-joinus-form{border:0;margin-top:40px;font-size:14px;background:#f5f5f5;padding:40px 40px 5px 30px}
.joinSix-button{margin-top:30px}
.l-grid{display:flex;flex-direction:row;flex-wrap:wrap}
.l-grid-3{width:25%;float:left}
.lh-joinus-item li{margin-bottom:40px;padding-left:20px}
.lh-joinus-item li h2{margin-bottom:20px;font-size:15px;font-weight:500}
.lh-joinus-item li h2 span{color:#f50000}
.lh-joinus-item li input{height:50px;line-height:50px;font-size:14px;display:block;width:100%;background:0;border:1px solid #dbdbdb;padding:6px 12px;transition:ease .45s}
.lh-checkbox{border:1px solid #dbdbdb;height:50px;line-height:50px;padding:6px 12px}
.l-input-radius,.l-input-checkbox{padding:3px 0;line-height:20px}
.l-input-radius>label,.l-input-checkbox>label{margin-left:30px;cursor:pointer;position:relative;overflow:hidden}
.l-input-radius>label:first-child,.l-input-checkbox>label:first-child{margin-left:0}
.l-radius-extension>label>i,.l-checkbox-extension>label>i{display:inline-block;width:20px;height:20px;border-radius:50%;border:1px solid #dbdbdb;margin-right:5px;position:relative;top:5px;transition:ease .45s}
.l-radius-extension>label.on>i,.l-checkbox-extension>label.on>i{border-color:#000}
.l-radius-extension>label>i:before{content:'';display:block;width:10px;height:10px;border-radius:50%;background:#000;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px;transition:ease .45s;transform:scale(0);visibility:hidden}
.l-radius-extension>label.on>i:before{transform:scale(1);visibility:visible}
.l-grid-9{width:75%;float:left}
.l-radius-extension>label>input,.l-checkbox-extension>label>input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;filter:alpha(opacity=0)}
.l-grid-12{width:100%}
.lh-submit{display:block;margin:auto;width:160px;height:40px;line-height:36px;font-size:15px;text-align:center;color:#fff;background:#1b1b1b;border:2px solid #fff;letter-spacing:5px}
.lh-submit:hover{color:#000;background:0;border:2px solid #000}
.lh-joinus-item li.joinSix-button{margin-bottom:0}


@media screen and (max-height:800px){
	.joinTwo,.joinThree,.joinFour,.joinSix{margin-top:70px}
	.joinThree,.joinSix{margin-top:50px}
}
@media screen and (max-width:1550px){
}
@media screen and (max-width:1024px){
	.join-box{margin-top:100px}
	.join-view .aboutOne-v-text{padding:8%}
	.ind_right_fiex{display:none!important}
	.joinFour-view li p{font-size:15px}
	.joinThree-img,.joinThree-text{width:100%}
	.joinThree-img{height:400px}
	.l-grid-3{width:33.33%}
	.joinTwo,.joinThree,.joinFour,.joinSix{margin-top:50px}
}
@media screen and (max-width:850px){
	.jobs-desp .desp-yq{padding:0;border-top:1px solid #e0e0e0;border-left:none;padding-top:20px;margin-top:20px}
	.jobs-ln p{width:100%;margin:30px auto 10px}
	.join-way p{margin-top:0;margin-bottom:30px}
	.join-way a{font-size:22px}
	.joinFour-view li{width:49%}
	.joinTwo-list li{width:calc(50% - 20px);margin:10px}
}
@media screen and (max-width:640px){
	.joinTwo,.joinThree,.joinFour,.joinSix{margin-top:40px}
	.joinSix{margin-bottom: 40px;}
	.jobs-ln p{font-size:14px}
	.joinTwo-list{margin: 0;}
	.joinTwo-list li{width:100%;margin:5px 0;padding:30px 20px}
	.joinTwo-list li img{width:36px}
	.joinTwo-list li h3{font-size:18px}
	.joinTwo-list li p{font-size:14px}
	.joinThree-text li p{width:90%;font-size:15px}
	.joinFour-view ul{width:100%;margin-left:0}
	.joinFour-view li{width:100%;margin-left:0;margin-bottom:10px;padding:5% 5% 8%}
	.joinFour-view li span{font-size:30px}
	.joinFour-view li span:after{top:28px}
	.lh-joinus-form{background:0;padding:0;margin-top: 30px;}
	.lh-joinus-item li{padding:0 10px}
	.l-grid-3,.l-grid-9{width:100%}
	.lh-joinus-item li{margin-bottom:20px}
	.lh-joinus-item li h2{margin-bottom:10px}
	.l-input-radius>label,.l-input-checkbox>label{margin-left:0;display:block;margin:10px 0}
	.l-radius-extension>label>i,.l-checkbox-extension>label>i{width:12px;height:12px;top:1px}
	.l-radius-extension>label>i:before{width:6px;height:6px;margin:-3px 0 0 -3px}
	.lh-checkbox{height:auto}
	.joinThree-img{height:260px}
}
@media screen and (max-width:480px){
	.joinTwo-list li{ padding: 20px; }
	.joinTwo-list li h3{font-size: 17px; margin-bottom: 10px;}
	.joinSix-button{margin-top: 10px;}
	.lh-joinus-item li h2{font-size: 14px;}
	.lh-joinus-item li input{height: 40px;}
}


.indTit {position: relative;z-index: 11;margin-bottom: 48px;}
.indTit>span span,
.indTit>span {font-size: 32px;letter-spacing: 1px;}
.indTit>span {display: block;}
.indTit>span br {display: none;}
.indTit i { margin-top: 20px !important;display: block;width: 32px;height: 4px;border-radius: 38px;background: -webkit-linear-gradient(left, #00bbff, #1F2C5C);background: linear-gradient(left, #00bbff, #1F2C5C); }
.indTit a {position: relative;display: inline-block;color: #1F2C5C;font-size: 15px;margin-top: 6px;letter-spacing: .5px;}
.indTit a::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #1F2C5C;transform: scale(0);transition: all 0.48s;}

.indTit p {font-size: 16px;letter-spacing: 1px;color: #666;margin-top: 8px;}
.indTit.blue span {color: #1f2c5c;}
.indTit p.blue {color: ##1f2c5c;}

@media(min-width:1025px) {
    .indTit a:hover::after {transform: scale(1);}
}
@media (max-width: 1024px) {
		.indTit{margin-bottom: 30px;}
		.indTit>span { font-size: 24px; }
}
@media (max-width: 768px) {
		.indTit>span { font-size: 22px; }
		.indTit i{margin-top: 10px!important;}
		.indTit p{font-size: 14px;}
}



.indTit.center {text-align: center;}
.indTit.center i {margin: 0 auto;}

.indTit.white span,
.indTit.white a {color: #fff;}
.indTit.white a::after {background: #fff;}
.indTit.white i {background: #fff;}

/* 优势 */
.serJszcBox { padding: 80px 0; position: relative;z-index: 2;width: 100%;background: #f6f6f6;}
.serJszc {position: relative;z-index: 7;display: flex;flex-wrap: wrap;justify-content: space-between;}
.serJsItem {width: calc(33.33% - 10px);margin-bottom: 15px;padding: 30px;background: #fff;border-radius: 3px;position: relative;}
.serJsItem::after {content: "";width: 100%;height: 100%;border-radius: 3px;background-image: url(../images/serJs_bg.png); background-color: #1F2C5C; background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 0;opacity: 0;z-index: 1;transition: all.48s;}
.serJsText {position: relative;top: 0;z-index: 2;margin-top: 35px;min-height: 92px;transition: all.48s;}
.serJsText span {display: block; font-size: 18px;color: #1F2C5C; font-weight: normal; margin-bottom: 10px; transition: all.48s;}
.serJsText p {font-size: 15px;line-height: 26px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all.48s;}
.serJsImg {position: absolute;left: 30px;top: 30px;z-index: 2;transition: all.48s;}
.serJsImg img {width: 25px;}
.serJsItem:hover::after {opacity: 1;transition: all.48s;}
.serJsItem:hover .serJsImg {opacity: 0;transition: all.48s;}
.serJsItem:hover .serJsText {margin-top: 0;transition: all.48s;}
.serJsItem:hover .serJsText span {color: #fff;transition: all.48s;}
.serJsItem:hover .serJsText p { color: #fff;overflow: initial;transition: all.48s; overflow: visible; display: block;}

@media(max-width:1486px){
	.serJsItem{padding:25px}
	.serJsImg{left:25px;top:25px}
}
@media(max-width:1368px){
	.serJsItem{padding:20px}
	.serJsImg{left:20px;top:20px}
}
@media(max-width:1024px){
	.serJszcBox{ padding: 60px 0;}
	.serJsItem{width:calc(50% - 10px)}
}
@media(max-width:768px){
	.serJszcBox{ padding: 50px 0;}
	.serJsItem{margin-bottom:10px;width:calc(50% - 5px)}
	.serJsText span{font-size:16px}
	.serJsItem:hover .serJsText{margin-top:35px;top:-35px}
}
@media(max-width:680px){
	.serJszcBox{ padding: 40px 0;}
	.serJsItem{margin-bottom:10px;width:100%}
	.serJsText span{font-size:16px}
	.serJsText p{font-size: 14px;}
}



/* 经销商 */
.serWangdBox { overflow: hidden; padding: 80px 0; background-color: #f9f9f9; }
.serWangd {overflow: hidden;position: relative; display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.serShuju {margin: 80px 0 120px;}
.serShuju li {display: inline-block;margin-left: 128px;}
.serShuju li:first-of-type {margin-left: 0;}
.serShuju li b {font-size: 50px;color: #1f2c5c;font-family: "webfont";line-height: 1.2;}
.serShuju li i {font-style: normal;font-size: 12px;color: #1f2c5c;}
.serShuju li p {color: #1f2c5c; font-size: 14px;}
.serYewu {max-width: 502px;width: 90%;font-size: 16px; line-height: 30px;}
.serWangdText {width: calc(100% - 716px);}
.serWangdImg {width: 716px;}
.serWangdImg_img {position: relative;z-index: 3;}
.serWangdImg_img img {width: 100%;}
.serWangdImg_img .serWangdImg_bg {position: absolute;top: 7px;left: -5px;z-index: -1;}

.map { position: relative;width: 716px;margin: 0 auto; }
.map a { color: #5b5a5a;font-size: 12px;text-decoration: none;line-height: 1.2; }
.map .city.noBg a { color: #5b5a5a !important;}
.map a:hover { color: #fff;}

.citybg { position: absolute;opacity: 0;z-index: 3;cursor: pointer;transition: all.48s; }

.city a.active .citybg { display: block;z-index: 3;}
.city a b {display: inline-block;width: 6px;height: 6px;border-radius: 50%;position: relative;transform: translate(-20px, -15px);animation: faguang 3s infinite linear;}
.city a b::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background: -webkit-linear-gradient(#00bbff, #1f2c5c);background: linear-gradient(#00bbff, #2b3d7f);z-index: 3;}
.city a b::after {content: "";width: 100%;height: 100%;border-radius: 50%;background: rgba(0, 111, 237, 0.18);position: absolute;left: 0;top: 0;box-shadow: 0 0 9px 4px rgba(24, 125, 242, 0.8);/* transform: scale(0.5); */opacity: 0;animation: afterAniamte 1s alternate infinite;}

.city:nth-of-type(2n) a b::after {animation: afterAniamte2 1s 0.5s alternate infinite;}
.city:nth-of-type(3n) a b::after {animation: afterAniamte 0.8s 1s alternate infinite;}

@keyframes afterAniamte {
    0% {
        opacity: 0.2;
    }


    100% {
        opacity: 0.8;
    }
}
@keyframes afterAniamte2 {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 0.6;
    }
}

.citybgImg {position: relative;}
.citybgImgb {width: 100%;height: 100%;position: absolute;left: 2px;top: -2px;}

.city.hover .citybg {opacity: 1;z-index: 9;transition: all.48s;}
.city.hover a {color: #fff;font-size: 14px;transition: all .48s;}
.city.hover a b::after,
.city.hover a b::before {content: none;}
.city.hover a b::after {background: rgba(255 255 255 / 0.3);}

/* 地图省份定位 */
.anhui {top: 314px;left: 523px;width: 75px;height: 90px;}

@media(max-width:1486px){
	.serWangd{padding:0}
}
@media(max-width:1368px){
	.serWangdText{padding-right:2%}
}
@media(max-width:1200px){
	.serWangd{text-align:right;width:100%;display:block}
	.serWangdImg{display:inline-block}
	.serWangdText{position:absolute;top:50%;transform:translateY(-50%);width:45%;text-align:left;padding:0}
	.serShuju{margin:48px 0 89px}
	.serYewu{font-size:14px;max-width:90%}
	.map{transform-origin:right;transform:scale(0.8)}
}
@media(max-width:1024px){
	.serWangdBox{padding:0}
	.map{transform:scale(0.68)}
	.serShuju li b{font-size:42px}
	.serShuju li p{font-size:12px}
}
@media(max-width:900px){
	.serWangd{text-align:center}
	.serWangdBox{padding:68px 0}
	.serWangdBox .indTit i{margin:0 auto}
	.serShuju{margin-bottom:12px}
	.serYewu{font-size:12px;color:#666;max-width:100%}
	.serWangdText{position:relative;top:0;transform:translateY(0);width:100%;text-align:center}
	.serWangdImg{width:100%;margin:-80px auto}
	.map{transform-origin:center}
}
@media(max-width:548px){
	.serWangdImg{margin:-100px auto}
	.map{transform:scale(0.5);transform-origin:10%}
}
@media(max-width:428px){
.serWangdImg{margin:-150px auto}
.map{transform:scale(0.45);transform-origin:left}
}


/* 售后服务 */
.after-sale-service{padding: 70px 0px; background-color: #f7f7f7;}
.after-sale-service .box{margin-top: 50px;}
.after-sale-service .box ul li{float: left; background-color: #FFFFFF; width: 29.16%; width: -moz-calc(87.5% / 3);width: -webkit-calc(87.5% / 3);width: calc(87.5% / 3);margin-right: 6.25%;padding-bottom: 35px;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;}
.after-sale-service .box ul li:nth-child(3n){margin-right: 0;}
.after-sale-service .box ul li:hover{-o-transform: translateY(-10px);-ms-transform: translateY(-10px);-moz-transform: translateY(-10px);-webkit-transform: translateY(-10px);transform: translateY(-10px);box-shadow: 0px 1px 27px rgba(69,69,69,.21);}
.after-sale-service .box ul li .imgbox{position: relative;z-index: 1;width: 100%;overflow: hidden;text-align: center;}
.after-sale-service .box ul li .imgbox img{width: 100%;}
.after-sale-service .box ul li .txtbox{text-align: center;}
.after-sale-service .box ul li .txtbox .icon{position: relative;z-index: 2;margin: -54px auto 25px;width: 107px;height: 107px;line-height: 107px;border-radius: 50%;background-color: #eeeeee;}
.after-sale-service .box ul li:hover .txtbox .icon{background-color: #E6AF00;}
.after-sale-service .box ul li .txtbox .icon img{width: 73px;height: 73px;}
.after-sale-service .box ul li .txtbox .icon .img2{display: none;}
.after-sale-service .box ul li:hover .txtbox .icon .img1{display: none;}
.after-sale-service .box ul li:hover .txtbox .icon .img2{display: inline-block;}
.after-sale-service .box ul li .txt{color: #333333;font-size: 16px;line-height: 26px;height: 65px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
@media screen and (max-width: 1024px){
	.after-sale-service{padding: 50px 0px;}
	.after-sale-service .box{margin-top: 40px;}
	.after-sale-service .box ul li{width: 30.66%;width: -moz-calc(92% / 3);width: -webkit-calc(92% / 3);width: calc(92% / 3);margin-right: 4%;padding-bottom: 2%;}
	.after-sale-service .box ul li .txtbox .icon{width: 90px;height: 90px;line-height: 90px;margin-bottom: 15px;}
	.after-sale-service .box ul li .txtbox .icon img{width: 60px;height: 60px;}
	.after-sale-service .box ul li .txt{font-size: 16px;height: 55px;}
}
@media screen and (max-width: 768px){
	.after-sale-service{
		padding: 40px 0px;
	}
	.after-sale-service .box{
		margin-top: 30px;
	}
	.after-sale-service .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.after-sale-service .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.after-sale-service .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.after-sale-service .box ul li .txtbox .icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.after-sale-service .box ul li .txtbox .icon img{
		width: 50px;
		height: 50px;
	}
	.after-sale-service .box ul li .txt{
		font-size: 15px;
		height: 51px;
	}
}
@media screen and (max-width: 640px){
	.after-sale-service{
		padding: 30px 0px 40px;
		background-color: #F9F9F9;
	}
	.after-sale-service .box{
		margin-top: 20px;
	}
	.after-sale-service .box ul li{
		width: 100%;
		margin-right: 0;
		padding-bottom: 6%;
		background-color: #FFFFFF;
	}
	.after-sale-service .box ul li .txtbox .icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.after-sale-service .box ul li .txtbox .icon img{
		width: 50px;
		height: 50px;
	}
	.after-sale-service .box ul li .txt{
		font-size: 15px;
		height: 51px;
	}
}


/* 网点 */
.outle-list{ padding: 60px 0 0;}
.outle-list .column {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 70px;
	border: 1px solid #e6e6e6;
}
.outle-list .column:nth-child(4n) {
	margin-right: 0;
}
.outle-list .h1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
  display: flex;
  align-items: center;
	line-height: 20px;
  height: 60px;
	padding: 0 10px 0 45px;
	background-image: url(../images/icon87.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #eeeeee;
}
.outle-list .words {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	padding: 30px 40px;
}
@media only screen and (max-width:1600px) {
	.outle-list .h1 {
		background-position: 20px center;
		padding: 0 30px 0 50px;
	}
	.outle-list .words {
		line-height: 30px;
		padding: 20px;
	}
}
@media only screen and (max-width:1199px) {
	.outle-list .column {
		width: 45%;
		margin-right: 10%;
		margin-bottom: 30px;
	}
	.outle-list .column:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width:991px) {
	.outle-list .column {
		width: 48%;
		margin-right: 4%;
	}
	.outle-list .column:nth-child(3n) {
		margin-right: 4%;
	}
	.outle-list .column:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width:480px) {
	.outle-list{ padding: 30px 0;}
	.outle-list .h1 { font-size: 16px; line-height: 56px; }
	.outle-list .column { width: 100%; margin-right: 0; }
	.outle-list .column:nth-child(3n){ margin-right: 0; }
}


/* 服务政策 */
.jj_box10{ clear:both; width:100%; height:auto; overflow:hidden; background:#f7f7f7; padding:124px 0 113px 0;}
.htyu{ height:auto; margin:0 auto;}
.htyu_l{ float:left; width:50%; height:auto;}
.htyu_l h1{ color:#333333; line-height:36px; font-size:32px; margin-bottom:35px; font-weight: normal;}
.htyu_l p{ line-height:30px; color:#333333; font-size:16px; margin-bottom: 10px;}
.htyu_l h2{ color:#d0121b; font-size:18px; line-height:30px; font-family: "PINGFANG MEDIUM";  margin:15px 0 10px 0}

.htyu_r{ float:right; width:40%; height:auto; text-align: right;}
.htyu_r img{ display: inline-block; max-width:100%; height:auto;}

.jj_box11{ clear:both; width:100%; height:auto; overflow:hidden; padding:124px 0 113px 0;}
.htyu_l1{ float:right;}
.htyu_r1{ float:left; text-align: left; }
.htyu_l2{ padding-top:45px;}

@media(max-width:1440px){
.htyu{ width:100%; padding:0 60px; height:auto; margin:0 auto;}	
}

@media(max-width:1024px){
.jj_box10{ clear:both; width:100%; height:auto; overflow:hidden; background:#f5f5f5; padding:40px 0 40px 0;}
.jj_box11{ clear:both; width:100%; height:auto; overflow:hidden; padding:40px 0 40px 0;}

.htyu{ width:100%; padding:0 30px; height:auto; margin:0 auto;}	
.htyu_l{ float:left; width:100%; height:auto; margin-bottom:20px;}
.htyu_r{ float:right; width:100%; height:auto; text-align: left;}

.htyu_l2{ padding-top:0px;}
.htyu_l h1{ color:#333333; line-height:26px; font-size:20px; margin-bottom:20px;}
.htyu_l p{ line-height:30px; color:#333333; font-size:16px;}
.htyu_l h2{ color:#d0121b; font-size:18px; line-height:30px; font-family: "PINGFANG MEDIUM";  margin:15px 0 10px 0}
}

@media(max-width:414px){
.jj_box10{ clear:both; width:100%; height:auto; overflow:hidden; background:#f5f5f5; padding:40px 0 40px 0;}
.jj_box11{ clear:both; width:100%; height:auto; overflow:hidden; padding:40px 0 40px 0;}
.htyu{ width:100%; padding:0 15px; height:auto; margin:0 auto;}	
.htyu_l{ float:left; width:100%; height:auto; margin-bottom:20px;}
.htyu_r{ float:right; width:100%; height:auto;}
.htyu_l2{ padding-top:0px;}
.htyu_l h1{ color:#333333; line-height:26px; font-size:20px; margin-bottom:20px; font-weight: bold; }
.htyu_l p{ line-height:22px; color:#333333; font-size:14px;}
.htyu_l h2{ color:#d0121b; font-size:18px; line-height:30px; font-family: "PINGFANG MEDIUM";  margin:15px 0 10px 0}
}





/* 线上购买渠道 */
.qudao{ padding: 100px 0; margin: 0 auto; max-width: 100%; align-items: flex-start; }
.qudao .text{ max-width: 160px;}
.qudao .text p{ color: #333333; font-size: 24px; margin-bottom: 50px;}
.qudao .text p:last-child{ margin-bottom: 0px;}
.qudao .text p span{display: block; color: #000; font-weight: bold; padding-bottom: 10px; font-size: 24px; }
.qudao .img{ width: calc(100% - 200px); text-align: right; }
.qudao .img .ewm{ width: 200px; margin-right: 50px; display: inline-block; text-align: center;font-size: 18px; }
.qudao .img .ewm:last-child{  margin-right: 0; }
.qudao .img .ewm img{ max-width: 100%;}
.qudao .img .ewm p{ padding-top: 10px; }
@media (max-width: 1240px) {
	.qudao .img .ewm{ width: 160px; }
}
@media (max-width: 1024px) {
	.qudao{ padding: 70px 0; }
	.qudao .text p{ font-size: 20px; margin-bottom: 40px;}
	.qudao .text p span{  font-size: 20px; }
	.qudao .img .ewm{ width: 140px; font-size: 16px; margin-right: 40px; }
}
@media (max-width: 768px) {
	.qudao{ padding: 50px 0; }
	.qudao .text{ max-width: 110px;}
	.qudao .text p{ font-size: 16px; margin-bottom: 30px;}
	.qudao .text p span{  font-size: 18px; }
	.qudao .img{ width: calc(100% - 120px); display: flex; flex-wrap: wrap; margin-right: -30px; }
	.qudao .img .ewm{ width: 33.33%; margin-right: 0px; padding-right: 30px; }
}
@media (max-width: 480px) {
	.qudao .text{ width: 100%; max-width: none;}
	.qudao .img{ width: 100%; margin-right: 0; padding-top: 30px; }
}



/* 技术创新 */
.InfoBlock5 .h2 {position: relative;padding-left: 15px;margin: 70px 0 55px;font-size: 30px;line-height: 30px;color: #333333;font-weight: normal;}
.InfoBlock5 .h2::before {content: '';position: absolute;left: 0;top: 0;width: 3px;height: 100%;background: #d42e2e;}
.InfoBlock5 {padding: 1px 0;}
.InfoBlock5 .ul {padding-bottom: 70px; align-items: stretch;}
.InfoBlock5 .ul li {display: inline-block;width: 47.57%;padding-top: 35px;padding-bottom: 30px; border-bottom: 1px solid #e2e2e2;}
.InfoBlock5 .ul li.end { border-bottom: 0; }
.InfoBlock5 .ul li .Box{ padding-right: 30px; }
.InfoBlock5 .ul li .icon { float: left; display: inline-block;width: 60px;margin-right: 20px; height: 60px; background: no-repeat top left; }
.InfoBlock5 .ul li:hover .icon{ background-position: 0 -60px; }
.InfoBlock5 .ul li .icon img {display: block;width: 60px;}
.InfoBlock5 .ul li .cont {overflow: hidden;} 
.InfoBlock5 .ul li .cont .h5 {margin-bottom: 15px;font-size: 24px;line-height: 24px;color: #333333;font-weight: normal;}
.InfoBlock5 .ul li .cont .p { font-size: 16px;line-height: 30px;color: #777777;}
@media only screen and (max-width: 1200px) {
	.InfoBlock5 .h2 {padding-left: 20px;margin: 55px 0 25px;font-size: 26px;line-height: 26px;}
	.InfoBlock5 .ul {padding-bottom: 35px;}
	.InfoBlock5 .ul li {padding-top: 25px;padding-bottom: 25px;}
	.InfoBlock5 .ul li .Box{ padding-right: 0;}
	.InfoBlock5 .ul li .icon {margin-right: 20px;}
	.InfoBlock5 .ul li .cont .h5 {margin-bottom: 8px;font-size: 18px;line-height: 22px;}
	.InfoBlock5 .ul li .cont .p {line-height: 26px;}
}
@media only screen and (max-width: 1024px) {
	.InfoBlock5 .h2 {font-size: 22px; line-height: 22px; margin-bottom: 40px;}
	.InfoBlock5 .ul {padding-bottom: 55px;}
	.InfoBlock5 .ul li {width: 100%;padding-top: 0;padding-right: 0;}
	.InfoBlock5 .ul li.end { border-bottom: 1px solid #e2e2e2; }
	.InfoBlock5 .ul li + li {padding-top: 15px;}
	.InfoBlock5 .ul li .Box {height: auto!important;}
	.InfoBlock5 .ul li .Box .icon {display: block;}
	.InfoBlock5 .ul li .cont .h5 {font-size: 18px;}
}
@media only screen and (max-width: 480px) {
	.InfoBlock5 .h2{margin-top: 30px;}
	.InfoBlock5 .ul li .cont .p { font-size: 14px; line-height: 24px;}
}