.pageSwiper{width: 100%;height: 100%;}
.page-pagination{display: flex; height: calc(100% - 80px);flex-direction: column;right:0;top: 80px;justify-content: center;align-items: center; padding: 0 35px;border-left: 1px solid rgba(255,255,255,0.07);}
.pageSwiper .swiper-pagination li{margin-bottom: 25px;transition-duration: 0ms;}
.pageSwiper .swiper-pagination li span {display: none;position: absolute;font-size: 12px;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);color: #fff;width: 20px;font-weight: lighter;
-webkit-transition: 350ms 0s all linear;-moz-transition: 350ms 0s all linear;-ms-transition: 350ms 0s all linear;-o-transition: 350ms 0s all linear;transition: 350ms 0s all linear;}
.pageSwiper .swiper-pagination li.swiper-pagination-bullet-active span {display: block;}
.pageSwiper .swiper-pagination li.swiper-pagination-bullet-active{background: transparent;}
.page-pagination .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 99px; background: #ddd;}
.page-pagination .swiper-pagination-bullet-active{background: #c7a033;border-radius: 99px; transition: all 0.3s;position: relative;}
.secSlide{align-items: center;}

@media screen and (max-width: 998px) {
	.page-pagination{padding: 0 20px;}
}
@media screen and (max-width: 768px) {
	.page-pagination{padding: 0 10px;}
}

.indexSecBg{padding: 7.25vw 0;}

/*关于我们*/
.inAboutBg{position: relative;}
.inAboutBg .container .inaboutpic{position: absolute;width: 39.74%;right: 0;top: 50%;transform: translateY(-50%);justify-content: center;align-items: center;}
.inAboutBg .container .inaboutpic img{width: 41.77vw;height: auto;}
.inAboutBg .container .row .inaboutTextWp{width: 80%;margin: 0 auto;}
.inaboutTextWp h2{font-size: 50px;line-height: 62px;color: var(--primary-color);font-weight: bold;letter-spacing: 2px;display: block;margin-bottom: 17px;padding-top: 25px;position: relative;text-align: center;}
.inaboutDes{font-size: 18px;line-height: 36px;text-align: center;}
.moreBtn{margin: 2vw 0;}
.moreBtn a{ font-size: 14px;line-height: 46px;display: block;margin: 0 auto; height: 48px; width: 180px;text-align: center; background: var(--primary-color); border: 1px solid var(--primary-color); color: #fff;transition: all 0.5s ease;}
.moreBtn a:hover{box-shadow: 0 10px 30px rgba(1,65,144,0.3);color: #FFF;background: var(--primary-color);border: 1px solid var(--primary-color);transform: translateY(-5px);}
.in-about-countWp{justify-content: space-between;}
.in-about-countItem{width: 24%;position: relative;}
.in-about-count h6{margin-top: 6px; margin-bottom: 0;color: #333;text-align: center;}
.in-about-counts{text-align: center;}
.in-about-counts span{color: #333;}
.in-about-counts span:first-child{font-size: 70px;font-weight: 600;font-family: 'DINCOROS';transition: all 0.5s ease-in-out;}
.in-about-counts span:last-child{font-size: 16px;}
.in-about-countItem:hover .in-about-count .counter{color: #014190;text-shadow: 3px 12px 10px rgba(1,65,144,0.3);}
@media screen and (max-width: 1799px) {
	.inaboutTextWp h2{font-size: 32px;line-height: 42px;margin-bottom: 10px;}    
	.inaboutDes{font-size: 15px;line-height: 32px;}
	.in-about-counts span:first-child{font-size: 60px;}
}
@media screen and (max-width: 1300px) {
	
}
@media screen and (max-width: 998px) {
	.inAbout .container .row h1{font-size: 26px;}
	.inAbout .container .row h2{font-size: 16px;margin: 16px 0 24px 0;line-height: 1.5;}
	.in-about-content{width: 100%;line-height: 2;font-size: 14px;}
	.in-about-countItem{width: 49%;padding: 10px 0;}
	.in-about-counts span:first-child{font-size: 40px;}
	.in-about-count{margin-left: 0;}
	.inAboutTiE{font-size: 30px;}
	.inAboutTiC h2{font-size: 22px;}
	.inAboutTiC p{font-size: 14px;}
	.inAboutLiT h3{font-size: 18px;}
	.inAboutBg .container .inaboutpic{position: relative;width: 100%;top: 0;transform: translateY(0);}
	.inAboutBg .container .inaboutpic img{width: 100%;}
	.inAboutBg .container .row .inaboutTextWp{width: 100%;}
	.inaboutTextWp h2{font-size: 20px;}
}

/* 应用领域 */
.index-s3 { position: relative; }
.index-s3 .bg-block { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; z-index: 1; }
.index-s3 .bg-block .item { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; visibility: hidden; transition: all .6s ease; background: no-repeat center; background-size: cover; }
.index-s3 .bg-block .item.active { opacity: 1; visibility: visible; }
.index-s3 .cont { padding-bottom: 10vw; position: relative; z-index: 2; }
.index-s3 .top-block { padding: 5vw 3.125vw; width: 41.66vw; }
.index-s3 .bot-block { display: flex; }
.index-s3 .left-box { width: 41.66vw; position: relative; opacity:0 }
.index-s3 .left-box .box { position: absolute; right: 0; top: 0; width: 320px; height: 320px; transform: translateY(-40%); background: #014190; border-radius: 0.8em 0 0 0.8em; }
.index-s3 .left-box .items { height: 100%; }
.index-s3 .left-box .swiper-wrapper { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.index-s3 .left-box .item .num { font-size: 260px; color: #01377C; text-align: center; line-height: 320px; }
.index-s3 .left-box .item .txt { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; }
.index-s3 .left-box .item h3 { font-size: 48px; letter-spacing: 2px; color: #fff; opacity: 0; transform: translateY(20px); transition: all .3s ease; padding: 0 20px; }
.index-s3 .left-box .item h4 { font-size: 20px; color: #fff; text-transform: uppercase; margin-top: 10px; opacity: 0; transform: translateY(20px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.index-s3 .left-box .item.swiper-slide-active h3, .index-s3 .left-box .item.swiper-slide-active h4 { opacity: 1; transform: translateY(0); transition-delay: .5s; }
.index-s3 .left-box .item.swiper-slide-active h4 { transition-delay: .6s; }
.index-s3 .right-box { width: calc(100% - 41.66vw); }
.index-s3 .right-box .item { position: relative; border-bottom: 1px solid rgba(1,65,144,0.2); background-color: rgba(255,255,255,0.4); cursor: pointer; }
.index-s3 .right-box .item.active { background-color: #f5f5f5; }
.index-s3 .right-box .item:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #f5f5f5; transform: scaleY(0); transform-origin: center bottom; transition: transform .3s ease; z-index: 1; }
.index-s3 .right-box .item:nth-of-type(1) { border-top: none; }
.index-s3 .right-box .item .box { padding:2.5vw; transition: all .3s ease; position: relative; }
.index-s3 .right-box .item h3 { font-size: 26px; color: #2a343a; font-weight: normal; opacity: 0.8; }
.hmc2rx { position: relative; }
.index-s3 .right-box .item .para { width: calc(100% - 130px); visibility: hidden; opacity: 0; margin-top: 15px; position: absolute; bottom: 0px; transform: translateY(100px) }
.index-s3 .right-box .item.active .para { opacity: 1; visibility: visible; position: relative; transition: all 0.4s ease; transform: translateY(0px) }
.index-s3 .right-box .item p { font-size: 16px; line-height: 1.8; color: #808080; opacity: 0; text-align: justify; animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
.index-s3 .right-box .item.active p{opacity: 1;} 
.index-s3 .right-box .item a { display: inline-block; font-size: 14px; color: #005e7f; opacity: 0; animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards; animation-delay: .1s; }
.hmc2tag { margin-top: 30px; height: 38px; }
.hmc2ritem { width: 504px }
.hmc2tag2 { margin-left: -6px; margin-right: -6px; }
.hmc2tag2 li { padding: 0 6px; }
.hmc2tag2 a { margin: 0; padding: 0; display: block; white-space: nowrap }
.hmc2tag .slick-prev { background: url(../images/hmc2ar.png) no-repeat center center; display: inline-block; height: 13px; width: 7px; position: absolute; left: -20px; top: 12px; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer }
.hmc2tag .slick-next { background: url(../images/hmc2ar.png) no-repeat center center; display: inline-block; height: 13px; width: 7px; position: absolute; right: -20px; top: 12px; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer; transform: rotate(180deg); }
.hmc2tag .slick-prev:hover, .hmc2tag .slick-next:hover { background-image: url(../images/hmc2ar.png); }
.hmc2tag li { float: left; }
.index-s3 .right-box .item .hmc2tag a { padding: 0 28px; min-width: 120px; text-align: center; line-height: 36px; height: 38px; border: 1px solid #999999; border-radius: 2em; margin-right: 12px; color: #999999; margin-top: 0!important; }
.index-s3 .right-box .item .hmc2tag a:hover { background: #014190!important; color: #fff!important; border: 1px solid #014190!important; }
.index-s3 .right-box .item .hmc2tag a:after { display: none }
.hmc2_rm {color: #005e7f; margin-top: 24px;}
.index-s3 .right-box .item a:after { content: ''; width: 7px; height: 11px; display: inline-block; vertical-align: middle; margin: -2px 0 0 10px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/icon-11.png"); }
.index-s3 .right-box .item .icon { width: 40px; height: 40px; position: absolute; right: 0; top: 0; }
.index-s3 .right-box .item .icon:after { content: ''; width: 40px; height: 40px; display: inline-block; vertical-align: top; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/icon-10.png"); transition: all .3s ease; }
.index-s3 .right-box .item.active .box { padding: 2.5vw; }
.index-s3 .right-box .item.active .icon:after { background-image: url("../images/icon-10-on.png"); }
.index-s3 .right-box .item.active p,.index-s3 .right-box .item.active a{opacity: 1;}
.index-s3 .right-box .item.active p strong{color: var(--primary-color);}
@media (max-width: 1199px){
	.index-s3 .left-box {display: none;}
	.index-s3 .right-box {width: 90%;margin: 0 auto;}
	.index-s3 .right-box .item .para{width: 100%;}
}

/* 产品中心 */
.index-s4 { position: relative; z-index: 3; }
.index-s4 .left-block { width: 41.66vw; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/hmc3bg.jpg"); padding: 6.25vw 3.125vw; color: #fff; }
.index-s4 .left-block span { font-size: 24px; font-weight: normal; letter-spacing: 2px; display: block; line-height: 42px; }
.index-s4 .left-block h3 { font-size: 50px; line-height: 64px; font-weight: bold; margin-bottom: 2px; display: block; margin-top: 25px }
.index-s4 .left-block .link { margin: 5vw 0;}
.index-s4 .left-block .link a { display: block; margin-top: 2vw; font-size: 32px; color: rgba(255, 255, 255, 0.3); transition: color .3s ease; }
.index-s4 .left-block .link a:nth-of-type(1) { margin-top: 0; }
@media screen and (min-width: 1025px) {
	.index-s4 .left-block .link a:hover { color: #fff; }
}
.index-s4 .left-block a.more { display: inline-block; font-size: 14px; color: #fff; }
.index-s4 .left-block a.more:after { content: ''; width: 8px; height: 13px; display: inline-block; vertical-align: middle; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/arrow_r.png"); margin: -2px 0 0 10px; }
.index-s4 .right-block { width: calc(100% - 41.66vw); position: absolute; right: 0; top: 0; bottom: 0; letter-spacing: 2px; }
.index-s4 .right-block .left-box { width: 29vw; position: absolute; top: 0; left: 0; }
.index-s4 .right-block .left-box .item { height: 33vw; }
.index-s4 .right-block .left-box .item h3 { font-size: 32px; height: 96px; font-weight: normal; }
.index-s4 .right-block .left-box .item:nth-of-type(1) .date { color: #fff; }
.index-s4 .right-block .left-box .item:nth-of-type(1) h3 { color: #fff; }
.index-s4 .right-block .left-box .item:nth-of-type(1) .more { background-image: url("../images/icon-6-on.png"); }
.index-s4 .right-block .left-box .item:nth-of-type(2) .date { color: #333; }
.index-s4 .right-block .left-box .item:nth-of-type(2) h3 { color: #333333; }
.index-s4 .right-block .left-box .item:nth-of-type(2) h4 { color: #808080; }
.index-s4 .right-block .left-box .item:nth-of-type(2) .more { background-image: url("../images/icon-7-on.png"); }
.index-s4 .right-block .right-box { margin-left: 29vw; height: 100%; }
.index-s4 .right-block .right-box .item { height: 33vw; }
.index-s4 .right-block .right-box .item .date { color: #fff; }
.index-s4 .right-block .right-box .item h3 { font-size: 24px; color: #fff; max-height: 117px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-weight: normal; }
.index-s4 .right-block .right-box .item:nth-of-type(1) .date { color: #333; }
.index-s4 .right-block .right-box .item:nth-of-type(1) .more { background-image: url("../images/icon-7-on.png"); }
.index-s4 .right-block .right-box .item:nth-of-type(2) .more { background-image: url("../images/icon-6-on.png"); }
.index-s4 .right-block .item { position: relative; overflow: hidden; }
.index-s4 .right-block .item.item2{background-color: #f2f2f2;}
.index-s4 .right-block .item a { display: block; height: 100%; }
.index-s4 .right-block .item .img-box { width: 100%; height: 100%; overflow: hidden; }
.index-s4 .right-block .item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.index-s4 .right-block .item .txt-box { position: absolute; left: 0; right: 0; bottom: 0; padding: 3.125vw; transform: translateY(calc(60px + 3.125vw)); transition: all .3s ease; }
.index-s4 .right-block .item .date b, .index-s4 .right-block .item .date span { display: block; }
.index-s4 .right-block .item .date b { font-size: 30px; line-height: 1; }
.index-s4 .right-block .item .date span { font-size: 20px; line-height: 1; margin-top: 16px; }
.index-s4 .right-block .item h3 { margin-top: 3.125vw; line-height: 1.5; overflow: hidden; }
.index-s4 .right-block .item h4 { font-size: 18px; line-height: 32px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; max-height: 96px; overflow: hidden; margin-top: 20px; font-weight: normal; color: #fff; transition: all .3s ease; visibility: hidden; transform: scaleY(0); opacity: 0 }
.index-s4 .right-block .item:hover h4 { opacity: 1; visibility: visible; transform: scaleY(1) }
.index-s4 .right-block .item .more { width: 60px; height: 60px; margin-top: 2vw; display: block; background-position: center; background-repeat: no-repeat; background-size: contain; opacity: 0; transform: translateY(100%); transition: all .3s ease; }
.pro-img{margin-top: 16px;overflow: hidden;}
.m-pro-wp{display: none;}
@media screen and (min-width: 1025px) {
	.index-s4 .right-block .item:hover img { transform: scale(1.1); }
	.index-s4 .right-block .item:hover .txt-box { transform: translateY(0); }
	.index-s4 .right-block .item:hover .more { opacity: 1; transform: translateY(0); transition-delay: .1s; }
}
@media (max-width:1799px) {
	.index-s4 .left-block span { font-size: 22px; }
	.index-s4 .left-block h3 { font-size: 32px; line-height: 42px; }	
	.index-s4 .left-block .link a { font-size: 22px; }	
	.index-s4 .right-block .left-box .item h3 { font-size: 24px; height: 78px; }
	.index-s4 .right-block .item h4 { font-size: 16px; line-height: 28px; height: 84px; }	
	.index-s4 .right-block .item h3 { margin-top: 1.5vw; }	
	.index-s4 .right-block .item .date span { font-size: 18px; }	
	.index-s4 .right-block .item .date b { font-size: 26px; }	
	.index-s4 .right-block .item .more { margin-top: 2vw; }	
	.index-s4 .right-block .item h4 { margin-top: 10px; }	
	.index-s4 .right-block .item .more { width: 50px; height: 50px; }	
	.index-s4 .right-block .right-box .item h3 { font-size: 20px; max-height: 90px; }	
	.index-s4 .right-block .item .txt-box { transform: translateY(calc(40px + 3.125vw)); }
	
}
 @media (max-width:1379px) {
.index-s3 .right-box .item .para { width: calc(100% - 50px); }
.index-s4 .right-block .item h4 { font-size: 15px; line-height: 26px; height: 78px; }
.index-s4 .right-block .left-box .item h3 { font-size: 20px; height: 64px; }
.index-s4 .right-block .right-box .item h3 { font-size: 16px; }
.foot_menu dt { font-size: 17px; }
}
 @media (max-width:1199px) {
.hmc1Rx h2 { font-size: 24px; line-height: 32px; }
.hmc1des { font-size: 14px; line-height: 28px; }
.pub_btn1 { line-height: 44px; height: 46px; width: 160px; }
.hmc1ul li strong span { font-size: 48px; }
.index-s3 .left-box { display: none; }
.index-s3 .right-box { width: 90%; margin: 0 auto }
.index-s3 .right-box .item .box { padding: 50px; }
.index-s3 .right-box .item.active .box { padding: 50px; }
.index-s3 .right-box .item h3 { font-size: 21px; }
.index-s3 .right-box .item .para { width: calc(100% - 70px); }
.index-s3 .top-block { display: none; }
.index-s3 { padding-top: 70px; }
.index-s3 .cont { padding-bottom: 80px; }
.hmc4a { padding: 0px 72px 0px 20px; }
.hmc4a strong { font-size: 18px; }
.hmc4ico { right: 18px; }
.hmc5Lx h2 { font-size: 24px; line-height: 40px; }
.hmc5Lx h6 { margin-bottom: 12px; }
.hmc5options { margin-top: 25px; }
.hmc5options span { line-height: 56px; height: 60px; }
.hmc5_items { top: 58px; padding: 5px 0 }
.hmc5options ul li a { padding: 5px 15px; }
.hmc5map_pos { transform: scale(0.8); transform-origin: center bottom; }
.webBom strong { font-size: 20px; line-height: 28px; }
.webBom p { margin: 8px 0px 23px; }
.foot_menu { margin-right: 38px; }
.footRx strong, .foot_menu dt { font-size: 16px; }
.footLinks_options a { padding: 5px 15px; }
.webInfo .fl a { margin-left: 12px; }
.foot_menu dd { font-size: 13px; }
.hmc1ul li p { font-size: 12px; margin-top: 0 }
.index-s4 .left-block h3 { font-size: 24px; line-height: 36px; }
.index-s4 .right-block .item .date b { font-size: 22px; }
.index-s4 .right-block .item .date span { font-size: 16px; }
.hmc4txt strong { font-size: 26px; line-height: 60px; }
}

 @media (max-width:993px) {
.hmc1ul li strong span { font-size: 30px; }
.hmc1ul li strong { font-size: 14px; }
.hmc2ritem { width: 325px; }
.index-s3 .right-box .item .hmc2tag a { min-width: 75px; }
.index-s4 .right-block .item h4 { display: none!important; }
.index-s4 .right-block .left-box .item h3 { font-size: 14px; letter-spacing: 0 }
.index-s4 .right-block .right-box .item h3 { font-size: 12px; letter-spacing: 0; }
.hmc4nav { flex-wrap: wrap; }
.hmc4nav li { width: 50%; margin-bottom: 10px; }
.hmCon4Wpr { padding-bottom: 70px; }
.index-s4 .left-block .link a { font-size: 20px; }
.hmc4txt p { font-size: 15px; line-height: 28px; }
.hmc5Lx h2 { font-size: 16px; line-height: 30px; }
.webBom { padding: 50px 0; }
.foot_menu { margin-right: 15px; }
.foot_lvx { font-size: 12px; }
.footRx { width: 195px; }
.webInfo .fl, .webInfo .fr { width: 100%; text-align: center; }
}
 @media (max-width:767px) {
.hmc2ritem{width:250px; margin-left:20px;}
.hmc2tag .slick-prev,.hmc2tag .slick-next{top:7px;}
.hmc2tag .slick-next{right:-15px;}
.hmc1Rx { width: 100%; float: none }
.hmCon1Wpr { padding-top: 0; }
.hmc1Rx h2 { text-align: center; font-weight: normal }
.hc1mimg img { transform: translateX(-15px); }
.hmc1btn { text-align: center; margin-top: 18px; margin-bottom: 25px; }
.hmCon1Wpr { padding-bottom: 50px; }
.hmc1ul li p { line-height: 22px; }
.hmc1ul li strong { height: 52px; }
.index-s3 .right-box .item .box { padding: 30px 15px 20px; }
.index-s3 .right-box .item.active .box { padding: 30px 15px 20px; }
.index-s3 .right-box .item h3 { font-size: 21px; }
.index-s3 .right-box .item .para { width: calc(100% - 70px); }
.foot_menu { display: none; }
.footRx { float: none; width: 100%; }
.footer { padding: 30px 0 50px; }
.webInfo { font-size: 12px; line-height: 24px; padding: 25px 0 }
.footLanx p { display: inline-block; width: 40%; }
.index-s3 .right-box .item h3 { font-size: 18px; }
.index-s3 .right-box .item .icon { width: 26px; height: 26px; }
.index-s3 .right-box .item .para { width: 100%; }
.index-s3 .right-box .item p { font-size: 12px; line-height: 24px; }
.index-s3 .right-box .item .icon::after { background-size: 24px auto; }
.hmc2tag { margin-top: 15px; height: auto;}
.index-s3 .right-box .item .box { padding: 22px 15px; }
.index-s3 .right-box .item .icon { top: -8px; }
.index-s3 .right-box .item .hmc2tag a { min-width: 10px; padding: 0 15px; line-height: 26px; height: 28px; font-size: 12px; margin-right: 5px; margin-bottom: 5px; }
.index-s3 .right-box .item.active .para { padding-bottom: 45px; }
.hmc2_rm { right: auto; left: 0; }
.hmc2tag2 li { padding: 0; }
.index-s4 .left-block { width: 100%; }
.index-s4 .right-block {display: none; width: 100%; position: relative; right: auto; top: auto; bottom: auto; }
.index-s4 .right-block .left-box { width: 100%; position: static; }
.index-s4 .right-block .right-box { margin-left: 0; }
.index-s4 .left-block { padding-top: 45px; text-align: center }
.index-s4 .left-block h3 { margin-top: 5px; }
.index-s4 .left-block .link { display: block; }
.index-s4 .left-block .link a { display: inline-block; margin: 0 10px; font-size: 17px; }
.index-s4 .right-block .left-box .item { height: 250px; }
.index-s4 .right-block .item .txt-box { padding: 0 15px; }
.index-s4 .right-block .left-box .item h3, .index-s4 .right-block .right-box .item h3 { font-size: 15px; line-height: 28px; height: auto; margin-top: 20px; }
.index-s4 .right-block .item .txt-box { transform: translateY(calc(10px + 3.125vw)) }
.index-s4 .right-block .right-box { height: auto; }
.index-s4 .right-block .right-box .item { height: 250px; }
.hmc4txt strong { font-size: 24px; line-height: 50px; }
.hmc4a:hover { transform: translateY(0); }
.hmc4nav li { width: 100%; }
.webBom strong { font-size: 18px; }
.webBom p { font-size: 14px; line-height: 24px; }
.webBom_a { font-size: 16px; line-height: 48px; height: 48px; width: 200px; }
.hmCon5 { position: static; padding-top: 50px; background: #F7F7F7; padding-bottom: 120px; }
.hmc5_items { background: #F7F7F7; top: auto; bottom: 58px; transform-origin: bottom center; }
.hmc5map_pos { right: auto; left: 50%; }
.hmc5options ul li a { font-size: 15px; }
.hmc1ul li p { padding-left: 0; }
.hmc1ul li { padding-right: 6px; }
.hmc1ul li:last-child { padding-right: 0; }
.index-s4 .left-block h3{display:none;}
.m-pro-wp{display: block;}
.m-pro-item{margin: 16px 0;padding: 20px;}
.m-pro-item:nth-child(1),.m-pro-item:nth-child(3){background: var(--primary-color);}
.m-pro-item:nth-child(1) .m-pro-date,.m-pro-item:nth-child(3) .m-pro-date{margin: 16px 0 0 0;color: #fff;}
.m-pro-wp .m-pro-pro-img img{width: 100%;}
.m-pro-date{font-size: 16px;}
}

/* 服务商 */
.inServiceBg{padding: 21.09vw 0px 4.68vw; background: url(../images/bg_05.jpg) no-repeat center center;background-size: cover;background-attachment: fixed;}
.hmCon4 { position: relative; }
.hmc4txt { letter-spacing: 1px; color: #fff;}
.hmc4txt h5 { font-size: 24px; font-weight: normal; letter-spacing: 2px; display: block; line-height: 42px; }
.hmc4txt strong { font-size: 50px; line-height: 84px; font-weight: bold; margin-bottom: 2px; display: block; }
.hmc4txt p { font-size: 18px; line-height: 30px; max-width: 765px; }
.hmc4nav { margin-top: 11.97vw; display: flex; justify-content: space-between; margin-left: -5px; margin-right: -5px; }
.hmc4nav li { width: 100%; padding: 0 5px; }
.hmc4a { display: block; background: #fff; height: auto; position: relative; padding: 16px 12px; display: flex; flex-direction: column; justify-content: center;transition: all 0.5s ease; }
.hmc4a strong { font-size: 24px; font-weight: 600; letter-spacing: 1px; display: block; line-height: 30px; }
.hmc4a p { font-size: 16px; line-height: 24px; margin-top: 2px; transition: all 0.5s ease-in-out; color: #ADADAD; }
.hmc4ico { display: inline-block; height: 50px; width: 50px; margin-top: -25px; position: absolute; top: 50%; right: 28px; }
.hmc4ico img { position: absolute; left: 0; top: 0; transition: all 0.5s ease-in-out; }
.hmc4a:hover { background: #014190; color: #fff; transform: translateY(-10px); box-shadow: 0 10px 30px rgba(1,65,144,0.5); }
.hmc4a:hover p { color: #fff; }
.hmc4a:hover .hmc4ico img { opacity: 0; transform: rotateY(180deg); }
.hmc4a:hover .hmc4ico img.iOpacity { opacity: 1 }
@media screen and (max-width: 998px) {
	.hmc4txt strong{font-size: 28px;}
	.hmc4txt p{font-size: 15px;line-height: 1.5;}	
}

/* 新闻 */
.inNewsBg{background: linear-gradient(146deg, #f9fcff, #fafafa, #fafafa);}
.g-tit.haveTab{position: relative;}
.g-tit span {
    font-size: 42px;
    position: relative;
    color: #000000;
    font-weight: 550;
}
.g-tit .en {
    font-size: 24px;
    font-weight: bold;
    color: #777;
    margin-top: 6px;
    font-weight: normal;
}
.Hdesc {
    position: absolute;
    top: 0;
    right: 0;
}
.Hdesc a {
    padding: 10px 20px;
    margin: 0 10px;
    background: #ececec;
	color: #333;
}
.Hdesc a:hover {
    background: #004098;
    color: #fff;
}
.i-index5 {
    padding: 0px 0 80px 0;
}
.i-index5 {
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: linear-gradient(146deg, #f9fcff, #fafafa, #fafafa);
    padding: 2.5rem 0 2.875rem;
}
.i-index5 .contactbox {
    margin-top: 1.5rem;
}
.i-index5 .newsitem.active {
    display: inline-flex;
}
.i-index5 .newsitem, .i-index5 .mnews-container {
    width: 100%;
}
.f-no-b-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.i-index5 .contactbox .leftbox {
    width: 47%;
    display: block;
}
.i-index5 .contactbox .leftbox .img {
    overflow: hidden;
}
.i-index5 .contactbox .leftbox .img img{
    width: 100%;transition: all .4s;
}
.i-index5 .contactbox .leftbox:hover .img img{
	transform: scale(1.1);
}
.i-index5 .contactbox .text {
	width: 100%;
    padding-top: 1rem;
}
.i-index5 .contactbox .text .tit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
	color: #333;
	font-size: 20px;
}
.line-6 {
    line-height: 1.6;
}
.i-index5 .contactbox .text .tit4 {
    line-height: 2;
    height: 54px;
    margin-top: 0.35rem;
    margin-bottom: 0.65rem;
	color: #666;
}
.i-index5 .contactbox .text .tit5{
	color: #005e7f;
	margin-top: 16px;
}
.f-no-s-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.i-index5 .contactbox .rightbox {
    width: 49.35%;
}
.i-index5 .contactbox .rightbox .itema:nth-child(1) {
    padding-top: 0;
}
.i-index5 .contactbox .rightbox .itema {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.i-index5 .contactbox .rightbox .img {
    width: 190px;
    overflow: hidden;
}
.i-index5 .contactbox .rightbox .img img{
	width: 100%;
	transition: all 0.5s;
}
.i-index5 .contactbox .rightbox .itema:hover .img img{
	transform: scale(1.1);
}
.i-index5 .contactbox .rightbox .img .bg {
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.i-index5 .contactbox .rightbox .text {
    padding-top: 0;
    width: calc(100% - 190px - 1.25rem);
}
.i-index5 .contactbox .rightbox .time {
    color: #004098;
    margin-bottom: 0.5rem;
}
.text-bold {
    font-weight: bold;
}
.i-index5 .contactbox .rightbox .tit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}
.i-index5 .contactbox .text .tit4 {
    overflow: hidden;
    margin-bottom: 0;
}
.i-index5 .contactbox .rightbox .tit4 {
    opacity: .5;
    line-height: 26px;
    height: 54px;
    margin-top: 0.35rem;
    margin-bottom: 0.65rem;
}
@media only screen and (max-width: 1023px){
	.g-tit span {
		font-size: 32px;
	}
}
@media screen and (max-width: 998px) {
	
	
}
@media only screen and (max-width: 767px){
	.g-tit span {
	    font-size: 24px;
	}
	.i-index5 .contactbox .leftbox {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.i-index5 .contactbox .rightbox {
	    width: 100%;
	}
}