
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging li{list-style: none; padding: 10px 20px;border: 1px #ededed solid;margin: 0 5px;border-radius: 2px;}
.paging li a{width: 100%;height: 100%;}
.paging li.thisclass{border: 1px var(--main-color) solid;color: var(--main-color);}
.paging li:hover{box-shadow: 0 0 10px #eee;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;width: 34px;height: 34px;font-size: 12px;}.paging-menu a i{font-size: 10px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}

/* 内页banner */
.inside-banner {position: relative;}
.inside-banner .ban-info{position: absolute;z-index: 1;top: 116px;left: 0;right: 0; text-align: center; color: #fff;}
/* 内页栏目切换 */
.contain-min{max-width: 1300px;margin: 0 auto;}
.manu-tab ul{justify-content: center;}
.manu-tab ul li a{padding: 10px 30px;border: 1px #E6E6E6 solid;border-radius: 4px;}
.manu-tab ul li + li a{margin-left: 10px;}
.manu-tab ul li a.active,.manu-tab ul li a:hover{background-color: var(--main-color);color: #fff;}
@media all and (max-width:1100px){
	.inside-banner .ban-info{top: 10px;}
	.manu-tab ul li {margin: 20px 0;}
}
/* 产品-列表 */
.Pro-box .item{width: 49%;border: 2px solid #f5f5f5;border-radius: 10px;overflow: hidden;padding: 30px 10px; margin-top: 20px;}
.Pro-box .item .img{width: 260px;height: 260px;position: relative;}
.Pro-box .item + .item:not(:nth-child(2n+1)){margin-left: 20px;}
.Pro-box .item .wd {margin-left: 15px;width: calc(100% - 300px);}
.Pro-box .item .wd h2{width: 99%; font-weight: bold; margin: 10px 0 20px 0; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;}
.Pro-box .item .wd li{width: 99%; line-height: 24px;color: var(--main-p-black);}
.Pro-box .item .wd p{line-height: 24px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.Pro-box .item .img span{border-radius: 0px 6px 6px 6px;background: var(--main-red);padding: 5px 15px;color: #fff;}
.Pro-box .item .img span{position: absolute; top: 0;left: 0;display: none;}
.Pro-box .item .more span{display: inline-block;padding: 10px 30px;border: 1px solid var(--main-color);border-radius: 4px;}
.Pro-box .item .more span:first-child{color: var(--main-color);}
.Pro-box .item .more span:nth-child(2){color: #fff;background-color: var(--main-color);margin-left: 10px;}
.Pro-box .item:hover{border: 2px solid var(--main-color);}
@media all and (max-width:1100px){
	.Pro-box .item{width: 100%;margin: 10px;}
	.Pro-box .item + .item:not(:nth-child(2n+1)){margin-left: 10px;}
	.Pro-box .item .img,.Pro-box .item .wd{width: 100%;height: auto;}
	.Pro-box .item .more span{padding: 5px;}
}
/* 产品详情 */
.proDet-left{background: #f8f8f8;width: 42%;align-items: flex-start;}
.proDet-loop{max-width: 80%;position: sticky;top: 100px;padding-bottom: 40px;}
.proDet-gallery{width: 200%;}
.proDet-gallery-more{height: 600px; }
.proDet-gallery-more img{max-height: 70%;}
.proDet-loop-more{overflow: visible; width: 96px;height: 82px;flex-direction: column;position: relative;margin-right: 32px;transition: all .4s ease;}
.proDet-loop-more::after{content: "";position: absolute;right: -17px;top: 50%;transform: translateY(-50%);width: 1px;height: 50%;background: var(--main-color);}
.proDet-loop-more i{display: block;transition: all .4s ease;}
.proDet-loop-more span{display: block;margin-top: 5px;}
.proDet-loop-more:hover{background:var(--main-color);}
.proDet-loop-more:hover i{transform: translateY(-4px);}
.proDet-thumbs{width: calc(100% - 128px);}
.proDet-thumbs-year{height: 82px;background: #fff;position: relative;}
.proDet-thumbs-year::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 30%;height: 2px;background: var(--main-color);opacity: 0;}
.swiper-slide-active .proDet-thumbs-year::after,.proDet-thumbs-year.active::after{opacity: 1;}
.proDet-thumbs-year img{max-width: 50%;max-height: 70%;}
.proDet-right{width: 58%;padding: 40px 100px 120px;padding-right: var(--widDb);}
.proDet-right .proDet-info .label{color: #888;}
.proDet-info .desc{border-top: 1px solid #d5d8db;border-bottom: 1px solid #d5d8db;}
.proDet-info ul li{width: 50%;padding: 5px;}
.proDet-right .more a{display: inline-block;padding: 10px 30px;color: #fff;border-radius: 4px;}
.proDet-right .more a + a{margin-left: 10px;}
.proDet-hot-title{border-bottom: 1px solid #d5d8db;}
.proDet-hot .proList{margin: 0;}
.proDet-hot .proItem{margin: 25px 0 0;width: 48%;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 22px;border-radius: 10px;}
.proDet-hot .proItem + .proItem:not(:nth-child(2n+1)){margin-left: 3%;}
.proDet-hot .proItem-img{width: 37.5%;height: 100%;}
.proDet-hot .proItem-con{width: 57%;}
.proDet-hot .proItem-con .title{margin-top: 0;}
.proDet-hot .proItem-con .line{margin-top: 50px;}

.proList{margin-left: -48px;}
.proItem{margin: 48px 0 0 48px;width: calc((100% / 3) - 48px);padding: 16px;border: 1px solid #e7ebee;}
.proItem-img{height: 270px;background: #f4f3f3;}
.proItem-img img{max-width: 70%;max-height: 70%;}
.proItem-con .line{height: 1px;background: #d5d8db;}
.proItem-con .line::after{content: "";position: absolute;right: 0;top: 0;width: 0;height: 100%;background: var(--main-color);transition: all .5s ease;}
.proItem:hover{border-color: var(--main-color);box-shadow: 0 8px 20px rgba(0, 0, 0, .12);}
.proItem:hover .proItem-img img{transform: scale(1.1);}
.proItem:hover .proItem-con .line::after{right: auto;left: 0;width: 100%;}
@media all and (max-width:1100px){
	.proDet-left{width: 100%;}
	.proDet-loop{width: 92%;max-width: unset;}
	.proDet-gallery-more{height: 300px;}
	.proDet-gallery-more img{max-height: 80%;}
	.proDet-loop-more {height: 66px;margin-right: 14px;width: 76px;font-size: 12px;}
	.proDet-loop-more::after{right: -7px;}
	.proDet-loop-more i{width: 20px;}
	.proDet-thumbs-year{height: 66px;}
	.proDet-thumbs{width: calc(100% - 90px);}
	.proDet-right{width: 100%;padding: 15px 4% 40px;}
	/* .proDet-info .desc p{padding-left: 14px;} */
	.proDet-info .desc p::after{width: 4px;height: 4px;left: 0;top: 8px;}
	.proDet-hot-title{padding-bottom: 10px;font-size: 15px;}
	.proDet-hot .proItem{margin: 20px 0 0;padding: 10px;border-radius: 7px;}
	.proDet-hot .proItem-con .line{margin-top: 30px;}
}

/* 产品图片放大镜 */
#etalage { display: none; height: 430px !important; float: left; }
/* Large thumbnail: */
#etalage .etalage_thumb{ background: white url(../image/loading.gif) center no-repeat; /* border: 1px solid #ddd; */ padding: 6px; }
#etalage li b img{width: 150px;}
#etalage li b{position: absolute;top: 0;left: 0;}
/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
#etalage .etalage_thumb_image{ }
/* Small thumbnails: */
#etalage .etalage_small_thumbs li{ background: white; border: 1px solid #ddd; margin: 10px; padding: 3px; }
/* The one on the left that makes them slide */
#etalage ul li.etalage_smallthumb_first{ }
/* The one on the right that makes them slide */
#etalage ul li.etalage_smallthumb_last{ }
/* The currently active one */
#etalage ul li.etalage_smallthumb_active{ -webkit-box-shadow: 0 0 10px #ddd; -moz-box-shadow: 0 0 10px #ddd; border: 1px #d3281b solid; background: #d3281b;}
/* Zoomed image area: */
#etalage .etalage_zoom_area,
.etalage_zoom_area{ background: white url(../image/loading.gif) center no-repeat; border: 1px solid #ddd; padding: 6px; -webkit-box-shadow: 0 0 10px #ddd; -moz-box-shadow: 0 0 10px #ddd; box-shadow: 0 0 10px #ddd; }
/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier{ background: white; border: 1px solid #bbb; }
/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon{ background: url(../image/zoom.png) no-repeat; width: 14px; height: 14px; }
/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage .etalage_hint{ background: url(http://www.ebcyx.com/skin/home/images/hint.gif) no-repeat; width: 130px; height: 57px; }
/* Description area (optional) */
#etalage .etalage_description{ background: white; font-style: italic; margin: 10px; padding: 6px 10px; }

/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */
.etalage_small_thumbs{display: none;}
.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
.etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
.etalage, .etalage_small_thumbs li{ float:left }
.etalage_right{ float:right }
.etalage li{ position:absolute; }
.etalage img{ vertical-align:bottom; max-width:none }
.etalage_magnifier{ cursor:default }
.etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
.etalage_magnifier div img{ display:none }
.etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
.etalage_small_thumbs li.vertical{ float:none }
.etalage_zoom_area{ z-index:996 }
.etalage_zoom_area div{ overflow:hidden; z-index:997 }
.etalage_zoom_preview{ position:absolute; z-index:998 }
.etalage_zoom_img, .etalage_hint{ z-index:999 }
.etalage{ direction:ltr; }
div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
div.etalage_description.rtl{ direction:rtl; text-align:right }

.etalage_small_thumbs {position: absolute;}

@media only screen and (max-width: 1300px) {
 
}

@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 640px) {
	.etalage_small_thumbs li{width: 20% !important;}
	.proinfo-ban .list li > img.etalage_small_thumb {width: 100% !important;height: auto !important;}
	#etalage .etalage_icon{display: none !Important;}
	#etalage .etalage_magnifier{display: none !important;}
	#etalage{width: 100% !important;height: 90vw !important;}
	#etalage .etalage_thumb_image{width:100% !important;height:auto !important;opacity: 1 !important;}
	.proinfo-ban{width:auto;padding:1em;}
	.etalage li.etalage_small_thumbs {position: absolute !important;width: 100% !important;bottom:0%;left: 0;height: auto !important;margin: 0 !important;top: auto !important;}
	.etalage li.etalage_small_thumbs > ul{height: auto !important;}
	.etalage_small_thumbs li.vertical{float: left;margin-right: 0.5em !important;;}		
}
@media only screen and (max-width: 620px) {
    #etalage{width: 100% !important;height:90vw !important}
}
@media only screen and (max-width: 590px) {
    #etalage{width: 100% !important;height: 90vw !important}
}
@media only screen and (max-width: 560px) {
    #etalage{width: 100% !important;height: 90vw !important}
}
@media only screen and (max-width: 540px) {
    #etalage{width: 100% !important;height: 90vw !important}
}
@media only screen and (max-width: 500px) {
    #etalage{width: 100% !important;height: 90vw !important}
}
@media only screen and (max-width: 480px) {
    #etalage{width: 100% !important;height: 90vw !important}
}
@media only screen and (max-width: 420px) {
    #etalage{width: 100% !important;height: 90vw !important}
}
@media only screen and (max-width: 400px) {
    #etalage{width: 100% !important;height: 90vw !important}
	#examples{display: none;}
}

/* 产品详情2 */
.pro-detbox .contain{justify-content: space-between;align-items: start;}
.news-slide{width: 25%;position: sticky;top: 100px;}
.news-slide .news-slide-top{background-color: var(--main-color);}
.news-slide .news-slide-top h2{opacity: .5;}
.news-slide .news-slide-top h3{width: 92%;margin: auto;line-height: 80px;}
.news-slide .news-slide-bot ul li a{
	display: block;width: 92%;margin: auto;height: 50px;margin-bottom: 10px;
	padding-left: 20px;box-sizing: border-box;background-color: #f5f5f5;
}
.news-slide .news-slide-bot ul li a:hover{background-color: var(--main-color);color: #fff;}
.news-slide-contact{width: 92%;margin: auto;padding: 20px;margin-bottom: 10px;box-sizing: border-box;align-items: center;}
.news-slide-contact .wd{margin: auto;}
.pro-det-right{width: 73%;}
.pro-detbox .pro-det-right .pro-det-img{padding: 20px;justify-content: space-between;}
.pro-detbox .pro-det-right .pro-det-img .img{display: none;}
.pro-detbox .pro-det-right .tips{width: 56%;}
.pro-detbox .pro-det-right .tips h2{border-bottom: 1px #e6e6e6 solid;}
.pro-detbox .pro-det-right .detail ul li{width: 50%;line-height: 30px;}
.pro-detbox .pro-det-right .mis{margin-bottom: 20px;padding: 10px 20px;line-height: 24px;}
.pro-detbox .pro-det-right .box a{display: block;color: #fff;line-height: 40px;padding: 0 60px;}
.pro-detbox .pro-det-right .box a + a{margin-left: 10px;}
.pro-detbox .pro-det-right .box a:nth-child(1){}

.proinfo_content {overflow: hidden;box-sizing: border-box;}
#tab{display: flex;background-color: #fff;line-height: 50px;padding: 20px 20px 0 20px;}
#tab li{text-align: center;font-size: 16px;cursor: pointer;position: relative;font-weight: bold;}
#tab li.active,#tab li:hover{color: var(--main-color);}
#tab li::after{
	content: '';
	display: none;
	position: absolute;bottom: -9px;left: 0;right: 0;margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: var(--main-color) transparent transparent transparent;
}

#tab li:hover,#tab li.active{background-color: var(--main-color);}

#content{background-color: #fff;margin-top: 0px;padding: 20px;}
#tab .art-shot-con-tit{background-color: #f5f5f5;width: 100%;}
#tab .art-shot-con-tit ul{display: flex;}
#tab .art-shot-con-tit h3{font-size: 18px;color: #333; font-weight: normal;
display: inline-block;background-color:#f5f5f5;line-height: 30px;text-align: center;
position: relative;padding: 10px 30px;}
#tab .art-shot-con-tit li.active h3{background-color: var(--main-color);color: #fff;font-weight: bold;}
#tab .art-shot-con-tit li.active::after{display: block;}
#content .art-shop-con-xx{padding-top: 20px; padding-bottom: 20px;line-height: 24px;}
#content .art-shop-con-xx img{vertical-align: middle;}
#content .art-shop-con-xx ul{display: flex;justify-content: space-between;padding: 20px;flex-wrap: wrap;} 
#content .art-shop-con-xx ul.video li{width: 48%;margin-bottom: 15px;}
#content .art-shop-con-xx ul.ly li{width: 24%;margin-bottom: 15px;}
#content .art-shop-con-xx ul.ly li p{line-height: 40px;text-align: center;background-color: #f5f5f5;}
.news-other {padding: 20px 15px;border-top: 1px #ddd solid;overflow: hidden;align-items: center;justify-content: space-between;上}
.news-other p b{display: block;line-height: 25px;}
.news-other .back-btn{padding: 0 20px;}

.proinfo_relative .proinfo-box{padding: 15px;}
.title.f-cb > h2{
	display: flex;
	align-items: center;
	color: #454545;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
}
.title.f-cb > h2::before{
	display: inline-block;
	content: '';
	width: 4px;
	height: 20px;
	background-color: var(--main-color);
	margin-right: 10px;
}
.proinfo_relative .tj-news{
	margin-top: 10px;
}
.proinfo_relative .tj-news ul li {width: 50%;}
.proinfo_relative .tj-news ul li a{
	line-height: 40px;
	display: flex;
	align-items: center;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	  -webkit-box-orient: vertical;
}
.proinfo_relative .tj-news ul li a:hover{color: var(--main-color);}
.proinfo_relative .tj-news ul li a::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--main-color);
	margin-right: 5px;
}
.proinfo_relative .pr-box .proinfo_relative_in {width: 23%;}
.proinfo_relative .pr-box .proinfo_relative_in + .proinfo_relative_in:not(:nth-child(4n+1)){margin-left: 20px;}
.proinfo_relative .pr-box .proinfo_relative_in .img{border: 3px #eee solid;}
.proinfo_relative .pr-box .proinfo_relative_in img{width: 100%;}
.proinfo_relative .pr-box .proinfo_relative_in .wd{padding: 10px 20px;text-align: center;}
.proinfo_relative .pr-box .proinfo_relative_in:hover .img{border: 3px var(--main-color) solid;}
.proinfo_relative .pr-box .proinfo_relative_in:hover .wd{color: var(--main-color);}
@media all and (max-width:1100px){
	.news-slide{display: none;}
	.pro-det-right{width: 100%;}
	.pro-detbox .pro-det-right .pro-det-img{flex-wrap: wrap;}
	.pro-detbox .pro-det-right .tips{width: 100%;}
	.pro-detbox .pro-det-right .box a{padding: 0 20px}
	#tab .art-shot-con-tit h3{font-size: 14px; padding: 5px 10px;}
	.proinfo_relative .pr-box .proinfo_relative_in{width: 45%;}
	.proinfo_relative .pr-box .proinfo_relative_in + .proinfo_relative_in:not(:nth-child(4n+1)){margin-left: 0;}
	.proinfo_relative .pr-box .proinfo_relative_in + .proinfo_relative_in:not(:nth-child(2n+1)){margin-left: 10px;}
	.pro-detbox .pro-det-right .pro-det-img .img{display: block;}
}


/* 新闻列表2 */
.news-box .contain{justify-content: space-between;align-items: start;}
.news-list{width: 73%;}
.news-list .item{padding: 20px;margin-bottom: 15px;display: block;position: relative;}
.news-list .item .click,.news-list .item .date{color: #888;}
.news-list .item .click{margin-left: 20px;}
.news-list .item .title{display: flex;align-items: center;}
.news-list .item .title i{display: inline-block;width: 20px;height: 20px;background-image: url('../picture/news.svg');margin-right: 10px;}
.news-list .item::after{content: '';display: block;width: 0;height: 3px;background-color: var(--main-red);position: absolute;bottom: 0;left: 0;transition: all .4s; }
.news-list .item:hover::after{width: 100%;}
.news-list .item:hover{box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);}
/* 新闻详情2 */
.newsdet-box .contain{justify-content: space-between;}
.newsdet-box .new-left {width: 73%;}
.newsdet-box .new-left .cent{padding: 20px;}
.newsdet-box .new-left .cent ul{border-bottom: 1px #eee solid;justify-content: center;}
.newsdet-box .new-left .cent ul li + li{margin-left: 30px;}
.newsdet-box .new-left .cent ul li i{margin-right: 10px;}
.newsdet-box .new-left .tj{padding: 20px;}
.newsdet-box .new-left .tj h2{border-bottom: #eee 1px solid;display: flex;align-items: center;}
.newsdet-box .new-left .tj h2 i{display: inline-block;width: 20px;height: 20px;background: url('../picture/arrow-low.svg');margin-left: 10px;}
.tj-news-box .item{padding: 8px 0; width: 50%;}
.tj-news-box .item:hover{color: var(--main-color);}
.ms-box{border-top: #eee 1px solid;}

.newsdet-box .new-right{width: 25%;}
.newsdet-box .new-right .pro-item,.newsdet-box .new-right .news-item{padding: 20px;}
.newsdet-box .new-right .pro-item .item a{width: 48%;}
.newsdet-box .new-right .pro-item .item a .img{border: 1px #eee solid;}
.newsdet-box .new-right .pro-item .item a + a:not(:nth-child(2n+1)){margin-left: 10px;}
.newsdet-box .new-right .pro-item .item .wd{padding: 10px 0;}
.newsdet-box .new-right .pro-item .item a:hover .img{border: 1px var(--main-color) solid;}
.newsdet-box .new-right .news-item ul li{padding: 5px 0;}
.newsdet-box .new-right .news-item ul li:hover{color: var(--main-color);}
@media all and (max-width:1100px){
	.news-list{width: 100%;}
	.tj-news-box .item{width: 100%;}
	.newsdet-box .new-left,.newsdet-box .new-right{width: 100%;}
}

/* 新闻-列表 */
.newsShow{padding-left: calc((100vw - var(--wid)) / 2);}
.newsShow-img{width: 43%;border-top-left-radius: 80px;}
.newsShow-img img{transition: all 2s linear;height: 435px;}
.newsShow-img:hover img{transform: scale(1.08);}
.newsShow-con{width: 57%;background: #fff;padding: 0 70px;padding-right: calc((100vw - var(--wid)) / 2);display: flex;flex-direction: column;justify-content: center;}
.newsShow-con .title:hover{color: var(--main-color);}
.newsItem-flex{justify-content: space-between;align-items: center;}
.newsItem-img{width: 28%;}
.newsItem-img img{height: 250px;width: 100%;}
.newsItem-con{flex: 1;padding: 0 65px;}
.newsItem-con .comMore-box{transition: all .6s ease;opacity: 0;}
.newsItem-date{text-align: right;}
.newsItem:hover{background: #f2f6f9;}
.newsItem:hover .newsItem-con .title{color:var(--main-color);}
.newsItem:hover .newsItem-con .comMore-box{opacity: 1;}
.newsLine .line{height: 2px;background:var(--main-color);}
/* 新闻-详情 */
.newsDet-con .contain{width: 1200px;max-width: 92%;}
.newsDet-head{border-bottom: 2px solid var(--main-color);}
.newsDet-head .date{align-items: center;}
.newsDet-head .date i{font-size: 18px;display: block;margin-right: 10px;}
.newsDet-switch{justify-content: space-between;position: relative;}
.newsDet-switch::after,.newsDet-switch::before{content: "";position: absolute;left: 0;top: 10px;width: calc(50% - 50px);height: 1px;background: #e8ebf9;}
.newsDet-switch::after{left: auto;right: 0;}
.newsDet-switch .page{margin-top: 40px;width: 195px;height: 58px;border-radius: 40px;border: 2px solid #e8ebf9;}
.newsDet-switch .page span{display: flex;}
.newsDet-switch .page a{width: 50%; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;}
.newsDet-switch .page i{display: block;margin-right: 16px;}
.newsDet-switch .page:last-child{flex-direction: row-reverse;}
.newsDet-switch .page:last-child i{transform: rotate(180deg);margin-right: 0;margin-left: 16px;}
.newsDet-switch .page:hover{border-color:var(--main-color);color: #fff;background:var(--main-color);}
.newsDet-switch .page:hover i{color: #fff;}
.newsDet-switch .back{flex-direction: column;}
.newsDet-switch .back i{width: 58px;height: 58px;border-radius: 50%;border: 2px solid #e8ebf9;font-size: 24px;transform: rotateY(180deg);}
.newsDet-switch .back span{display: block;margin-top: 8px;}
.newsDet-switch .back:hover i{border-color:var(--main-color);background:var(--main-color);color: #fff;}
.newsDet-hot-head{justify-content: space-between;align-items: flex-end;}
.newsDet-hot-btn .btn{user-select: none;cursor: pointer;width: 50px;height: 50px;border-radius: 50%;border: 2px solid #dae4eb;font-size: 13px;}
.newsDet-hot-btn .btn.next{transform: rotate(180deg);margin-left: 12px;}
.newsDet-hot-btn .btn:hover{background:var(--main-color);border-color:var(--main-color);color: #fff;}
.newsDet-hot-img img{width: 100%;height: 280px;}
.newsDet-hot-con{background: #fff;padding: 32px 40px 55px;transition: all .4s ease;}
.newsDet-hot-con .label{display: inline-block;border-radius: 10px;padding: 4px 14px;transition: all .4s ease;background: #f2f6f9;}
.newsDet-hot-con .date{color: var(--main-black);transition: all .4s ease;}
.newsDet-hot-slide:hover .newsDet-hot-con{background:var(--main-color);}
.newsDet-hot-slide:hover .newsDet-hot-con .label{background: #fff;color:var(--main-color);}
.newsDet-hot-slide:hover .newsDet-hot-con .title,.newsDet-hot-slide:hover .newsDet-hot-con .date{color: #fff;}

/* 关于我们 2*/
.about-view .abo-info{justify-content: space-between;}
.about-view .abo-info .abo-info-left{width: 49%;}
.about-view .title::after{content: '';display: block;width: 40px;height: 3px;background: var(--main-color);margin-top: 20px;}
.about-view .abo-info .img{width: 49%;border-radius: 10px;overflow: hidden;}
.about-view .abo-info-mum{margin-top: -50px; border-radius: 10px; position: relative; z-index: 99; padding: 40px; background: linear-gradient(110deg, rgba(127, 74, 112, 0.8) 1%, rgba(110, 23, 83, 0.8) 114%);}
.about-view .abo-info-mum ul{justify-content: space-between;}
.about-view .abo-info-mum ul li{}

.abo-royu {background: url('../image/abHonor-bg.jpg') no-repeat center/cover;}
.abo-royu .swiper{overflow: hidden;}
.abo-royu .swiper .swiper-slide{background-color: #fff;padding: 20px 20px 0 20px;}
.abo-royu-box{position: relative;}
.abo-royu-box .swiper-button-next,
.abo-royu-box .swiper-button-prev
{width: 51px;height: 51px;background-size: 100%;}
.abo-royu-box .swiper-button-prev{background-image: url('../picture/left.svg');left: -77px;}
.abo-royu-box .swiper-button-next{background-image: url('../picture/right.svg');right: -77px;}
.abo-royu-box .swiper-pagination-bullet-active{background-color: var(--main-red);}
.abo-royu-box .swiper-container-horizontal>.swiper-pagination-bullets{bottom: -36px;}

.wenh-box{position: relative;}
.wenh-box .wenh-item{position: absolute;top: 100px;left: 0;right: 0; z-index: 99;}
.wenh-box .wenh-item ul{justify-content: space-between; border-radius: 10px; padding: 40px; background: linear-gradient(110deg, rgba(127, 74, 112, 0.8) 1%, rgba(110, 23, 83, 0.8) 114%);}
.wenh-box .wenh-item ul li{width: calc(100% / 4);}
.wenh-box .wenh-item ul li + li{border-left: 1px rgba(255,255,255,0.2) solid;}
.wenh-box .wenh-item ul li p{width: 80%;margin: auto;margin-top: 20px;}


/* 关于我们 */
.abIntro{background: url('../image/abIntro-bg.jpg') no-repeat center bottom/100% auto;}
.abIntro .contain{justify-content: space-between;}
.abIntro-left{width: 31%;display: flex;flex-direction: column;justify-content: space-between;}
.abIntro-img img{border-radius: 10px;}
.abIntro-right{width: 65%;}
.abIntro-num{border-top: 1px solid #e6ebef;justify-content: space-between;}
.abIntro-num li{width: 22%;}
.abIntro-num .num{align-items: flex-end;}
.abIntro-num .num span{display: block;line-height: .8;margin-right: 5px;}
.abHonor{background: url('../image/abHonor-bg.jpg') no-repeat center/cover;}
.abHonor-head{justify-content: center;align-items: flex-end;}
.abHonor-head .comTitle{width: 55%;}
.abHonor-nav .item{width: 180px;height: 50px;border-radius: 40px;border: 2px solid #dae4eb;margin-left: 20px;user-select: none;cursor: pointer;}
.abHonor-nav .item:first-child{margin-left: 0;}
.abHonor-nav .item:hover{color: var(--main-color);}
.abHonor-nav .item.active,.abHonor-nav .item.active:hover{color: #fff;border-color: var(--main-color);background: var(--main-color);}
.abHonor-swp{width: calc(100% + 30px);margin-left: -15px;display: none;}
.abHonor-swp:first-child{display: block;}
.abHonor-swp .swiper-slide{padding: 10px;height: auto;}
.abHonor-slide{height: 100%; padding: 0 10px 10px; background: url('../image/abHonor-item-bg.jpg') no-repeat center/cover;box-shadow: 0px 0px 15px 0px rgba(5, 69, 134, 0.04);}
.abHonor-slide .img{height: 230px;}
.abHonor-slide .img img{max-width: 95%;max-height: 95%;transition: all .6s ease;}
.abHonor-slide:hover .img img{transform: scale(1.08);}
.abHonor-switch{justify-content: space-between;align-items: center;padding: 0 15px;}
.abHonor-btn{margin-right: 22px;}
.abHonor-btn .btn{user-select: none;cursor: pointer; width: 50px;height: 50px;border-radius: 50%;border: 2px solid #dae4eb;margin-right: 12px;font-size: 13px;color: #dae4eb;font-weight: 700;}
.abHonor-btn .btn.next{transform: rotate(180deg);}
.abHonor-btn .btn:hover{background: var(--main-color);border-color: var(--main-color);color: #fff;}
.abHonor-pagination.swiper-pagination-progressbar{flex: 1;background: #dae4eb;position: relative;height: 1px;}
.abHonor-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{top: -1px;height: 3px;background: var(--main-color);}
.abFZ-bg{position: sticky;left: 0;bottom: -3vw;width: 100%;z-index: 999;}
.abFZ-bg img{width: 100%;}
.abFZ-flex{align-items: flex-start;justify-content: space-between;}
.abFZ-left{width: 60%;position: sticky;top: 120px;}
.abFZ-left .text{background: -webkit-linear-gradient(top, rgba(5,69,137,1) 10%,  rgba(5,69,137,.5) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.abFZ-left .year{font-size: 10.5vw; background: -webkit-linear-gradient(top, rgba(5,69,137,1) 50%,  rgba(5,69,137,.5) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.abFZ-right{width: 40%;padding-left: 60px;position: relative;}
.abFZ-line{position: absolute;left: 0;top: 0;height: 110%;width: 1px;background: #dae4eb;}
.abFZ-line .dot{position: absolute;left: 0;top: 0;width: 12px;height: 12px;border-radius: 50%;transform: translate(-50%,-50%);background:var(--main-color);z-index: 2;}
.abFZ-line .line{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.abFZ-line .line i{position: absolute;left: 0;top: 0;width: 100%;height: 20%;background:var(--main-color);display: block;}
.abFZ-list li:first-child{margin-top: 0;}
.abWH-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;}
.abWH-bg .swiper-container{width: 100%;height: 100%;}
.abWH-bg-slide{height: 100%;}
.abWH-bg-slide .img{height: 100%;}
.abWH-bg-slide .img img{width: 100%;height: 100%;transform: scale(1.2);transition: all 5s 2s linear;}
.swiper-slide-active .abWH-bg-slide .img img{transform: scale(1);transition: all 5s linear;}
.abWH-bg-slide .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.abWH-bg-slide .line{width: 73vw;height: 73vw;border-radius: 50%;border: 1px solid rgba(255, 255, 255, .2);}
.abWH-con{justify-content: center;position: relative;z-index: 2;padding: 170px 0;user-select: none;}
.abWH-circle .line{width: 34vw;height: 34vw;border-radius: 50%;}
.abWH-circle .line::after,.abWH-circle .line::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 100%;height: 100%;box-shadow: 0px 0 0.52083vw rgba(255, 255, 255, 0.3);border-radius: 50%;}
.abWH-circle .line::before{border: 1px solid rgba(255, 255, 255, .3);box-shadow: 0px 0 0.52083vw rgba(255, 255, 255, 0.3) inset;}
.abWH-circle .svg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abWH-desc{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.abWH-desc .swiper-container{width: 100%;height: 100%;}
.abWH-desc-slide{height: 100%;display: flex;align-items: center;justify-content: center;width: 80%;margin: 0 auto;flex-direction: column;}
.abWH-desc-slide .title{color: rgba(255, 255, 255, .5);}
.abWH-desc-slide .title,.abWH-desc-slide .text{filter: blur(20px);transition: all .8s ease;}
.swiper-slide-active .abWH-desc-slide .title,.swiper-slide-active .abWH-desc-slide .text{filter: blur(0);}
.abWH-list{position: absolute;z-index: 3; left: 0;top: 0;width: 100%;height: 100%;}
.abWH-list li{user-select: none;cursor: pointer;position: absolute;}
.abWH-list .dot{position: absolute;width: 10px;height: 10px;border-radius: 50%;background: #fff;left: 0;top: 0;transform: translate(-50%,-50%);}
.abWH-list .title{transition: all .6s ease;}
.abWH-list .text-box{position: absolute;width: 300px;}
.abWH-list .text{color: rgba(255, 255, 255, .5);opacity: 0;transform: translateY(30px);transition: all .6s ease;}
.abWH-list li.active .title{font-size: 24px;}
.abWH-list li.active .text{opacity: 1;transform: translateY(0);}
.abWH-list li:nth-child(1){left: 50%;top: 0;}
.abWH-list li:nth-child(1) .text-box{left: 50%;bottom: calc(100% + 15px);transform: translateX(-50%);display: flex;flex-direction: column-reverse;text-align: center;}
.abWH-list li:nth-child(1) .text{margin: 0 0 20px 0;}
.abWH-list li:nth-child(2){left: 97.8%;top:35%;}
.abWH-list li:nth-child(2) .text-box{left: 30px;top: -10px;}
.abWH-list li:nth-child(3){left: 80%;top:90%;}
.abWH-list li:nth-child(3) .text-box{left: 30px;top: 10px;}
.abWH-list li:nth-child(4){right: 80%;top:90%;}
.abWH-list li:nth-child(4) .text-box{text-align: right;right: 30px;top: 10px;}
.abWH-list li:nth-child(5){right: 97.8%;top:35%;text-align: right;}
.abWH-list li:nth-child(5) .text-box{right: 30px;top: -10px;}
.abWH-switch{z-index: 5;position: absolute;right: 6.2%;top: 35%;flex-wrap: nowrap;white-space: nowrap;align-items: center;}
.abWH-switch .btn{user-select: none;cursor: pointer;font-size: 25px;display: flex;align-items: center;}
.abWH-switch .btn.next{transform: rotate(180deg);}
.abWH-switch .page{margin: 0 45px;}
.abWH-svg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.indPro-svg{stroke-dasharray:649,649;stroke-dashoffset:649;position: absolute;left: 0;top: 0;transition: all .4s linear;}
.indPro-svg:nth-child(1){stroke-dashoffset:0;transform: rotate(-72deg);}
.indPro-svg:nth-child(2){transform: rotate(0);}
.indPro-svg:nth-child(3){transform: rotate(72deg);}
.indPro-svg:nth-child(4){transform: rotate(144deg);}
.indPro-svg:nth-child(5){transform: rotate(216deg);}
/* .indPro-svg:nth-child(5){transform: rotate(288deg);} */
.indPro-svg path{fill:none;stroke:#fff;stroke-width:2;stroke-miterlimit:10;fill-rule: evenodd;}
/* 环境设备列表 */
.eq-section .eq-box .item{width: 23%; padding: 10px;overflow: hidden; margin-top: 20px;border: 1px #eee solid;}
.eq-section .eq-box .item + .item:not(:nth-child(4n+1)){margin-left: 20px;}
.eq-section .eq-box .item .title{padding: 20px 0 10px 0;}
.eq-section .eq-box .item img{ transition: all .6s ease;}
.eq-section .eq-box .item:hover{box-shadow: 0 0 18px #eee;}
.eq-section .eq-box .item:hover img{transform: scale(1.08);}
/* 视频展示列表 */
.indvd-list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row wrap;
}
.indvd-list:after {
  content: "";
  width: 31.333%;
}
.indvd-item {
  width: 31.333%;
  margin-bottom: 25px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.indvd-item img {
  width: 100%;
  border-radius: 5px;
}
.indvd-wd {
  position: absolute;
  width: 80px;
  text-align: center;
  left: 0%;
  right: 0;
  margin: auto;
  top: 35%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
.indvd-text {
  background-color: #eee;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.indvd-click {
  width: 60px;
  height: 60px;
  margin: 40px auto 0;
}
.indvd-click i {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../image/vdCk.png') no-repeat center /100% auto;
  cursor: pointer;
}
.indvd-click:hover i {
  animation: indvdI .8s ease-in-out both;
}
@keyframes indvdI {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
/*联系我们*/
.contact-box .box{padding: 30px;box-shadow: 0 0 18px #eee;border-radius: 10px;}
.contact-box .box .left{width: 40%;}
.contact-box .box .right{width: 60%;}

.contact-box .cont-box .list .item{border-radius: 0px; width: 32.3%;margin-top: 20px; border: 1px #eee solid;padding: 30px 20px;position: relative;overflow: hidden;transition: all 0.4s;}
.contact-box .cont-box .list .item:hover{border: var(--main-color) 1px solid;}
.contact-box .cont-box .list .item::before{content: '';display: block;position: absolute;top: 0;left: 0;  width: 0;height: 0;border-style: solid;border-width: 20px 20px 0 0;border-color: #eee transparent transparent transparent;transition: all 0.4s;}
.contact-box .cont-box .list .item:hover::before{border-color: var(--main-color) transparent transparent transparent;}
.contact-box .cont-box .list .item + .item:not(:nth-child(3n+1)){margin-left: 20px;}
.contact-box .cont-box .list .item .img{width: 120px;}
.contact-box .cont-box .list .item .flex{align-items: center;justify-content: space-between;}
.contact-box .cont-box .list .item .flex ul li{padding: 5px 0;display: flex;align-items: center;}
.contact-box .cont-box .list .item .flex ul li i{display: block;width: 22px;height: 22px; background: url('../picture/cont-icon.svg');margin-right: 5px;}
.contact-box .cont-box .list .item .flex ul li:nth-child(2) i{background-position:0 -33px;}
.contact-box .cont-box .list .item .flex ul li:nth-child(3) i{background-position:0 -66px;}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .newsShow-con{padding-left: 55px;}
    .newsItem-img img{height: 210px;}
    .newsItem-con{padding: 0 50px;}
    .newsShow-img{border-top-left-radius: 60px;}
    .newsDet-hot-img img{height: 235px;}
    .newsDet-hot-con{padding: 25px 30px 40px;}
    
    .abWH-list .text-box{width: 270px;}
    .abWH-list li.active .title{font-size: 22px;}
    .abWH-switch .btn{font-size: 23px;}
    .abWH-switch .page{margin: 0 35px;}
    .abFZ-right{padding-left: 45px;}
    .abHonor-nav .item{width: 160px;height: 46px;margin-left: 16px;}
    .abHonor-slide .img{height: 190px;}
    
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .newsShow-con{padding-left: 45px;}
    .newsShow-img img{height: 410px;}
    .newsItem-img img{height: 200px;}
    .newsItem-con{padding: 0 40px;}
    .newsShow-img{border-top-left-radius: 40px;}
    .newsDet-con .contain{width: 960px;}
    .newsDet-head .date i{font-size: 16px;}
    .newsDet-switch .page{margin-top: 30px;width: 170px;height: 54px;}
    .newsDet-switch .back i{width: 50px;height: 50px;font-size: 20px;}
    .newsDet-hot-img img{height: 185px;}
    .newsDet-hot-con {padding: 22px 25px 30px;}
    
    .abHonor-slide .img{height: 160px;}
    .abWH-list li.active .title{font-size: 20px;}
    
}
.rel{width: 100%;}
.relXx{background: #f7f9fb url("../image/rel1bg.jpg") no-repeat center/cover;}
.relXx-list{width: 100%;}
.relXx-list ul{margin: -30px 0 0 -30px;}
.relXx-list li{width: calc(100%/3 - 30px);margin: 30px 0 0 30px;}
.relXx-link{width: 100%;display: block;padding: 40px 38px;background: #eceff4;transition: box-shadow .4s ease;height: 100%;}
.relXx-link .ico{height: 40px;display: flex;align-items: flex-end;}
.relXx-link .ico img{max-height: 100%;}
.relXx-link:hover{box-shadow: 0 0 16px rgba(5, 69, 134, 0.2);}
.relBd{background: #e7ebef url("../image/rel2bg.jpg") no-repeat center/cover;}
.relBd-wrap{width: 100%;background: #fff;padding: 60px 48px;}
.relBd-from{width: calc(100% - 0px);padding-right: 48px;}
.relBd-from ul{margin: -30px 0 0 -34px;}
.relBd-from li{width: calc(50% - 34px);margin: 30px 0 0 34px;}
.relBd-from li.long{width: calc(100% - 34px);}
.relBd-from li.other{margin-top: 20px;}
.relBd-from li .hint{font-size: 14px;color: var(--main-black);font-weight: bold; font-size: 16px; line-height: 1;height: 28px;}
.relBd-from li .hint span, .relBd-from li .tell span{color: red;margin-right: 5px;}
.relBd-from li input, .relBd-from li textarea{width: 100%;display: block;background: transparent;border-radius: 10px;height: 50px;font-size: 14px;color: #222;padding: 0 18px;transition: border .4s ease;border: 1px solid #d1d8de;}
.relBd-from li textarea{padding: 14px 18px;height: 110px;}
.relBd-from li input:focus, .relBd-from li textarea:focus{border-color: var(--red-color);}
.relBd-from li .tell{font-size: 14px;color: #999;display: flex;}
.relBd-from li .tell a{transition: color .4s ease;}
.relBd-from li .tell a:hover{color: var(--main-color);}
.relBd-from-mix{width: 100%;justify-content: center;}
.relBd-from-code{width: auto;}
.relBd-from li .relBd-from-code input{width: 280px;}
.relBd-from-code .img{max-width: 160px;display: flex;align-items: center;height: 50px;cursor: pointer;margin-left: 16px;border-radius: 10px;overflow: hidden;}
.relBd-from-code .img img{height: 100%;object-fit: fill;}
.relBd-from li button{padding: 0 54px;height: 50px;border-radius: 25px;background: var(--main-color);cursor: pointer;line-height: 1;color: #fff;font-size: 16px;transition: all .4s ease;}
.relBd-from li button span{position: relative;}
.relBd-from li button i{font-size: 14px;position: absolute;top: 50%;margin-top: -7px;right: -26px;transform: rotate(180deg);transition: transform .4s ease;}
.relBd-from li button:hover{box-shadow: 0 4px 20px rgba(209, 41, 46, 0.3);}
.relBd-from li button:hover i{transform: rotate(180deg) translateX(4px);}
.relBd-info{width: 442px;padding-left: 48px;border-left: 1px solid #d1d8de;}
.relBd-info-img{width: 100%;}
.relBd-info-img img{width: 100%;}
.relBd-info-text{width: 100%;}
.relBd-info-text .text{line-height: 1.2;margin-top: 8px;}
.relBd-info-code{width: 100%;}
.relBd-info-code li{width: auto;margin-right: 14px;text-align: center;}
.relBd-info-code li:last-child{margin-right: 0;}
.relBd-info-code li .img{width: 120px;height: 120px;margin: 0 auto;border: 1px solid #c7d7e6;}
.relBd-info-code li .img img{max-height: 100%;}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
@media all and (max-width:1000px){
    /* 720 竖屏 */
	.manu-tab ul li a{padding: 5px 10px;}
	
    .pagesBan-scroll{width: 36px;height: 36px;}
    .pagesBan-scroll i{font-size: 12px;}
    .pagesBread{display: none;}
    .pagesBan-bg img{height: 300px;}
    .pagesBan-nav-list{justify-content: center;}
    .pagesBan-nav-list .item{width: 90px;height: 32px;padding: 0 8px;font-size: 11px;margin-left: 10px;}
    .pagesBan-nav-list .item i{font-size: 11px;}
    .newsShow-img{width: 100%;border-radius: 10px 10px 0 0;}
    .newsShow{padding: 40px 4%;}
    .newsShow-img img{height: 210px;}
    .newsShow-con{padding: 20px 15px 40px;border-radius: 0 0 10px 10px;width: 100%;}
    .newsItem{padding: 20px 0;}
    .newsItem-flex{position: relative;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .newsItem-img{width: 100%;margin: 0 auto; border-radius: 6px;order: 1;}
    .newsItem-img img{height: 210px;}
    .newsItem-date{order: 2;text-align: left;margin-top: 15px;}
    .newsItem-con{order: 3;width: 100%;flex: unset;padding: 0;margin-top: 5px;}
    .newsItem-con .comMore-box{opacity: 1;}
    .newsDet-head .date i{font-size: 13px;margin-right: 8px;}
    .newsDet-switch::after, .newsDet-switch::before{width: calc(50% - 30px);}
    .newsDet-switch .page{width: 100px;height: 38px;font-size: 12px;margin-top: 25px;}
    .newsDet-switch .page i{margin-right: 6px;font-size: 10px;}
    .newsDet-switch .back{font-size: 12px;}
    .newsDet-switch .back i{width: 42px;height: 42px;font-size: 16px;}
    .newsDet-hot-btn{display: none;}
    .newsDet-hot-img img{height: 210px;}
    .newsDet-hot-con{padding: 25px 15px 40px;}
    .newsDet-hot-pagination .swiper-pagination-bullet{margin: 0 4px;}
    .newsDet-hot-pagination .swiper-pagination-bullet-active{background:var(--main-color);}
    
    .abIntro-left{width: 100%;}
    .abIntro-img{display: none;}
    .abIntro-right{width: 100%;margin-top: 15px;}
    .abIntro-num{padding-bottom: 50px;}
    .abIntro-num li{width: auto;}
    .abWH-center{transform: scale(.55);}
    .abWH-circle .line{width: 300px;height: 300px;}
    .abWH-switch{display: none;}
    .abWH-con{padding: 40px 0;}
    .abWH-list li.active .title{font-size: 16px;}
    .abWH-list .text-box{width: 160px;}
    .abWH-list li:nth-child(2) .text-box{left: 15px;}
    .abWH-list li:nth-child(1) .text{margin-bottom: 12px;}
    .abWH-list li:nth-child(5) .text-box{right: 15px;}
    .abWH-list li:nth-child(4) .text-box{right: 15px;}
    .abWH-list li:nth-child(3) .text-box{left: 15px;}
    .abFZ-left{top: 80px;width: auto;margin-right: 20px;}
    .abFZ-right{width: auto;flex: 1;padding-left: 15px;}
    .abFZ-line .dot{width: 8px;height: 8px;}
    .abFZ-line{height: 103%;}
    .abHonor-head .comTitle{width: 100%;}
    .abHonor-nav{margin-top: 30px;justify-content: center;width: 100%;}
    .abHonor-nav .item{width: 110px;height: 36px;}
    .abHonor-swp-box{margin-top: 10px;}
    .abHonor-slide .img{height: 200px;}
    .abHonor-btn{margin-right: 0;}
    .abHonor-btn .btn{width: 38px;height: 38px;font-size: 11px;margin-right: 10px;border-width: 1px;}
    .abHonor-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height: 2px;}
    
	.eq-section .eq-box .item{width: 44.5%;margin-left: 10px;margin-right: 10px;}
	.eq-section .eq-box .item + .item:not(:nth-child(4n+1)){margin-left: 10px;margin-right: 10px;}
	
	.indvd-item{width: 44.5%;margin-left: 10px;margin-right: 10px;}
	
	
	.contact-box .box{padding: 10px;}
	.contact-box .box .left,.contact-box .box .right{width: 100%;}
	.relBd-from ul {margin: -20px 0 0 -20px;}
	.relBd-from li {width: calc(50% - 20px);margin: 20px 0 0 20px;}
	.relBd-from li.long {width: calc(100% - 20px);}
	.reljrHj-info{width: 100%;padding-right: 0;}
	.reljrHj .contain{padding: 0 4%;}
	.reljrHj-loop{width: 100%;margin-top: 30px;}
	.reljrZp-list li {width: calc(100%/2 - 20px);}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
   .relXx-list ul {margin: -12px 0 0;}
   .relXx-list li {width: 100%;margin: 12px 0 0;}
   .relXx-link .ico {height: 28px;}
   .relXx-link {padding: 20px 12px;}
   .relBd-wrap {padding: 20px 16px;}
   .relBd-from li .hint {font-size: 12px;height: 20px;}
   .relBd-from ul {margin: -14px 0 0;}
   .relBd-from li {width: 100% !important;margin: 14px 0 0;}
   .relBd-from li input {height: 40px;border-radius: 6px;padding: 0 12px;}
   .relBd-from li textarea {padding: 10px 12px;height: 80px;border-radius: 6px;}
   .relBd-from li.other {margin-top: 12px;}
   .relBd-from li .tell {font-size: 12px;}
   .relBd-from-code{width: 100%;justify-content: space-between;}
   .relBd-from li .relBd-from-code input {width: calc(100% - 110px);}
   .relBd-from-code .img {max-width: 100px;height: 40px;margin: 0;border-radius: 6px;}
   .relBd-from li button {width: 100%;margin-top: 16px;height: 40px;font-size: 14px;}
   .relBd-from li button i {font-size: 12px;margin-top: -6px;}
   .relBd-info {padding: 24px 0 0;margin-top: 24px;}
   .reljrHj-menu a {padding: 12px 0;}
   .reljrHj-menu{margin-top: 4px;}
   .reljrHj-loop {margin-top: 24px;}
   .reljrHj-loop .swiper-container {width: 100%;overflow: hidden;}
   .reljrHj-loop .swiper-pagination-bullet::after {width: 14px;height: 14px;border: 1px solid #d1292e;margin: -7px 0 0 -7px;}
   .reljrHj-loop .swiper-pagination {bottom: 16px;}
   .reljrHj-loop .swiper-pagination-bullet {margin: 0 7px !important;}
   .reljrZp-list ul {margin: -14px 0 0;}
   .reljrZp-list li {width: 100%;margin: 14px 0 0;}
   .reljrZp-link .head .ico {width: 36px;height: 36px;}
   .reljrZp-link {padding: 20px 16px;}
   .reljrZp-link .head .cont .tags i {margin-right: 6px;}
   .reljrZp-link .head .cont {padding-left: 12px;}
}