@charset "utf-8";
/* ===================首页样式========================== */
.indban{width: 100%;overflow: hidden;position: relative;}
.indban-items{width: 100%;position: relative;}
.indban-img{width: 100%;}
.indban-img img{width: 100%;object-fit: cover;}
.indban-pc{display: block;height: calc(120vh - 208px);}
.indban-mb{display: none;}
.indban-cont{width: 100%;position: absolute;left: 0;top: 30%;text-align: center;}
.indban-cont .contain{max-width: 900px;}
.indban-cont h2{font-size: 60px;color: #fff;font-weight:bold;}
.indban-cont p{font-size: 24px;color: #fff;margin-top: 20px;line-height: 1.6;}
.indban-cont h2, .indban-cont p{opacity: 0;}
.swiper-slide-active .indban-cont h2{animation: indbanDown 1s ease both .3s;}
.swiper-slide-active .indban-cont p{animation: indbanDown 1s ease both .2s;}
@keyframes indbanDown{0%{opacity: 0;transform: translateY(-80px);}100%{opacity: 1;transform: translateY(0);}}

.indban .swiper-pagination-bullets{bottom:36px !important;position: absolute;z-index: 1;text-align: center;}
.indban .swiper-pagination-bullet {width: 6px;height: 6px;background: rgba(255, 255, 255, .5);opacity: .5;margin: 0 12px !important;color: transparent;}
.indban .swiper-pagination-bullet-active {opacity: 1;background:transparent;width: 34px;height: 34px;line-height: 34px;border-radius: 50%;border: 2px solid rgba(255, 255, 255, .5) ;text-align: center;color: #fff;}
.indban .indban-pagination > span {display: inline-block;vertical-align: middle;position: relative;}

.indban .swiper-pagination-bullet-active .rightcircle {animation: circleProgressLoad_right 4s linear both;}
.indban .swiper-pagination-bullet-active .leftcircle {animation: circleProgressLoad_left 4s linear both;}
.indban .swiper-pagination-bullet-active .wrapper_con {display: block;}
.indban .indban-pagination {font-size: 0;}
.indban .f-14 {font-size: 12px;font-family:'COLFAX-MEDIUM';}
.indban .wrapper_con {width: 17px;height: 34px;position: absolute;top: -2px;overflow: hidden;display: none;}
.indban .right {right: -2px;}
.indban .left {left: -2px;}
.indban .circleProgress {width: 34px;height: 34px;border: 2px solid transparent;border-radius: 50%;position: absolute; top: 0; transform: rotate(-135deg);}
.indban .rightcircle {border-bottom: 2px solid #00a0e9;border-left: 2px solid #00a0e9;right: 0;}
.indban .leftcircle {border-top: 2px solid #00a0e9;border-right: 2px solid #00a0e9;left: 0;}
@keyframes circleProgressLoad_right {0% {transform: rotate(45deg);}50%,100% {transform: rotate(225deg);}}
@keyframes circleProgressLoad_left {0%,50% {transform: rotate(45deg);}100% {transform: rotate(225deg);}}

/* 首页菜单栏 */
.indmenu{width: 100%;position: relative;margin-top: -94px;z-index: 2;}
.indmenu-items{width: 100%;font-size: 0;box-shadow: 0 0 43px rgba(30, 36, 41, .16);background-color: #fff;}
@keyframes indmenu{0%{opacity: 0;transform: translateY(160px);}100%{opacity: 1;transform: translateY(0);}}
.indmenu-link{display: flex;justify-content: center;flex-direction: column;text-align: center;width: 25%;float: left;height: 120px;transition: all .6s ease;position: relative;}
.indmenu-2 .indmenu-link{width: 50%;}
.indmenu-3 .indmenu-link{width: 33.3333%;}
.indmenu-4 .indmenu-link{width: 25%;}
.indmenu-5 .indmenu-link{width: 25%;}
.indmenu-6 .indmenu-link{width: 25%;}
.indmenu-link::after{content: "";animation: indmenuLine 1s ease both .4s;position: absolute;width: 0;height: 90px;background: #e8e8e8;right: 0;top: 50%;transform: translateY(-50%);transition: all .4s ease;}
@keyframes indmenuLine{0%{width: 0;}100%{width: 1px;}}
.indmenu-link:last-child:after{display: none;}
.indmenu-link i{width: 100%;height: 54px;position: relative;display: block;text-align: center;}
.indmenu-link i img{max-height: 100%;position: absolute;transition: all .4s ease;left: 0;right: 0;margin: 0 auto;}
.indmenu-link i img.indmenu-link-s{opacity: 1;}
.indmenu-link i img.indmenu-link-h{opacity: 0;}
.indmenu-link h2{font-size: 18px;margin-top: 16px;color: #666;width: 100%;transition: all .4s ease;}
.indmenu-link:hover{background: #00a0e9;}
.indmenu-link:hover::after{opacity: 0;}
.indmenu-link:hover i img.indmenu-link-s{opacity: 0;}
.indmenu-link:hover i img.indmenu-link-h{opacity: 1;}
.indmenu-link:hover h2{color: #fff;}

/* 公共样式 */
.index-title{width: 100%;}
.index-title h2{font-size: 42px;color: #1a1a1a;font-weight: 700;margin-bottom: 18px;}
.index-title p{font-size: 18px;color: #fff;line-height: 32px;}
.index-title.white h2, .index-title.white p{color: #000;}
.index-title h6{font-size: 36px;color: #333333;margin-bottom: 24px;}

.index-more{width: 190px;height: 52px;display: flex;overflow: hidden;align-items: center;justify-content: center;border-radius: 26px;border: 2px solid #fff;user-select: none;transition: all .4s ease;}
.index-more span{font-size: 16px;padding-right: 30px;color: #fff;transition: all .4s ease;position: relative;font-family:'COLFAX-MEDIUM';margin-top: 0px;}
.index-more span::after{content: "";position: absolute;width: 15px;height: 10px;background: url('../images/index/moreArr.png') no-repeat;right: 0;top: 50%;margin-top: -6px;}
.index-more.white span{color: #fff;}
.index-more.white span::after{background-image: url('../images/index/moreArrW.png');}
.index-more:hover{border: 2px solid #00a0e9;background: #00a0e9;}
.index-more:hover span{color: #fff;}
.index-more:hover span::after{animation: moreArrow .5s ease;background-image: url('../images/index/moreArrW.png');}
@keyframes moreArrow{0%{transform:translateX(0)}60%{transform:translateX(60px)}60.001%{transform:translateX(-20px)}100%{transform:translateX(0)}}

/* 产品服务 */
.indser{width: 100%;padding: 100px 0 0px;overflow: hidden;}
.indser-items{width: 100%;background-image: url('../images/jibg.jpg');}
.indser-mix{width: 40%;float: left;padding: 20px 0px 0 0;}
.indser-menu{width: 100%;margin: 54px 0 0px;font-size: 0;}
.indser-menu li, .indser-menu li h2, .indser-menu li::before, .indser-menu li::after{display: inline-block;vertical-align: middle;}
.indser-menu li{user-select: none;position: relative;}
.indser-menu li h2{font-size: 18px;color: #fff;font-weight: 700;transition: all .4s ease;padding-left: 24px;cursor: pointer;}
.indser-menu li h2::before{content: '';width: 16px;height: 16px;border: 4px solid #b2e2f8;border-radius: 50%;position: absolute;left: 0;top: 4px;transition: all .4s ease;}
.indser-menu li::after{content: "";width: 80px;height: 1px;background: #b2e2f8;margin: 2px 10px 0;}
.indser-menu li:last-child:after{display: none;}
.indser-menu li.active h2, .indser-menu li:hover h2{color: #fda337;}
.indser-menu li.active h2::before{border-color: #fda337;}
.indser-cont{width: 100%;}
.indser-cont li{width: 100%;display: none;}
.indser-cont-mix{width: 100%;display: flex;flex-wrap: wrap;}
.indser-cont-circle, .indser-cont-title{display: flex;}
.indser-cont-circle{width: 128px;height: 128px;align-items: center;justify-content: center;position: relative;}
.indser-cont-circle img{max-width: 100%;max-height: 100%;position: relative;z-index: 2;}
.indser-cont-circle i{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.indser-cont-circle::before, .indser-cont-circle i::before, .indser-cont-circle i::after{content: "";opacity: 0.8;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;background-position: top left;background-size: 100% 100%;}
.indser-cont-circle::before{background-image: url('../images/index/serlj1.png');animation: indserRunT 8s linear infinite;}
.indser-cont-circle i::before{background-image: url('../images/index/serlj2.png');animation: indserRun 10s linear infinite;}
.indser-cont-circle i::after{background-image: url('../images/index/serlj3.png');animation: indserRun 6s linear infinite;}
@keyframes indserRun{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes indserRunT{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}
.indser-cont-title{margin-left: 20px;color: #ec870e; font-weight:bolder; height: 68px;justify-content: center;flex-direction: column; 
  /* 文字边框 */
  -webkit-text-stroke: 1px #FFF; /* Safari */
  text-stroke: 1px #FFF; }
.indser-cont-title h2{font-size: 48px;font-family:'COLFAX-MEDIUM';line-height: 1;}
.indser-cont-title p{font-size: 30px;}
.indser-cont-desc{width: 100%;margin: 24px 0 50px;}
.indser-cont-desc p{font-size: 16px;color: #fff;line-height: 33px;}
.indser-cont-more{width: 100%;}
.indser-cont li.active{display: block;}
.indser-cont-mix, .indser-cont-desc, .indser-cont-more{opacity: 0;}
.indser-cont li.active .indser-cont-mix{animation: indserUp 0.8s ease both .2s;}
.indser-cont li.active .indser-cont-desc{animation: indserUp 0.8s ease both .4s;}
.indser-cont li.active .indser-cont-more{animation: indserUp 0.8s ease both .6s;}
@keyframes indserUp{0%{opacity: 0;transform: translateY(100px);}100%{opacity: 1;transform: translateY(0px);}}
.indser-img{width: 60%;float: right;height: 600px;display: flex;align-items: center;}
.indser-img .swiper-container{}
.indser-img-mix{display: block;width: 100%;}
.indser-img-mix img{width: 100%;object-fit: cover;}

/* 服务网络 */
.indnetwork{width: 100%;background: #0a3177 url('../images/index/netB.png') no-repeat right bottom/100% auto;padding: 140px 0 90px;}
.indnetwork-lftitem{width: 50%;float: left;}
.indnetwork-lftitem .index-title p{text-align: justify;text-justify: distribute;}
.indnetwork-scroll{width: 100%;margin: 28px 0 68px;}
.indnetwork-scroll li{float: left;position: relative;text-align: center;}
.indnetwork-scroll li:nth-child(1){width: 18%;text-align: left;}
.indnetwork-scroll li:nth-child(2){width: 26%;}
.indnetwork-scroll li:nth-child(3){width: 28%;}
.indnetwork-scroll li:nth-child(4){width: 28%;text-align: right;}
.indnetwork-scroll li::after{content: '';width: 1px;height: 50px;background-color: rgba(255, 255, 255, .3);position: absolute;right: 0;top: 50%;margin-top: -23px;bottom: 0;}
.indnetwork-scroll li:last-child::after{display: none;}
.indnetwork-comnum{display: inline-block;text-align: left;}
.indnetwork-comnum h6{font-size: 50px;color: #ffffff;font-family:'COLFAX-MEDIUM';line-height: 0.9;}
.indnetwork-comnum h6 span{vertical-align: sub;}
.indnetwork-comnum p{font-size: 18px;color: #ffffff;font-weight: 400;}
.indnetwork-more a{color: #ffffff;border: 2px solid #ffffff;}
.indnetwork-more a:hover{border: 2px solid #00a0e9;}
.indnetwork-more a i{background: url('../images/comon/moreArrW.png')no-repeat center;}
.indnetwork-rgtitem{width: 652px;height: 565px;background-size: contain;position: relative;}
.indnetwrok-img{width: 652px;height: 565px;overflow: hidden;position: relative;}
.indnetwrok-img img{max-width: 100%;object-fit: cover;}
/* ---- */
.serMap{position: relative;width:652px;height: 100%;float: right;}
.serMap-img{width: 100%;}
.serMap-img img{width: 100%;}
.serMap-dots{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;}
.dots{width: 8px;height: 8px;border-radius: 50%;position: absolute;display: block;background: #0fc1e2;}
.dots::before,.dots::after{content: "";z-index: -1;display: block;width: 24px;height: 24px;background: #0fc1e2;border-radius: 100%;position: absolute;top: -8px;left: -8px;animation: shineRing 2s linear infinite;opacity: 0.6;}
.dots.zd{background: #f49111;z-index: 2;}
.dots.zb{background: #eb000c;z-index: 3;}
.dots.zd::before,.dots.zd::after{background: #f49111;}
.dots.zb::before,.dots.zb::after{background: #eb000c;}
.dots::before{animation-delay: .6s;}
.dots::after{animation-delay: 0s;}
@keyframes shineRing {from {transform: scale(0.4);opacity: 0.6;}to {transform: scale(1.2);opacity: 0;}}
.dots-xinjiang{left: 23%;top: 29%;}
.dots-heilongjiang{left: 88%;top: 16%;}
.dots-jilin{left: 87%;top: 23%;}
.dots-liaoning-0{left: 86%;top: 29%;}
.dots-liaoning-1{left: 85%;top: 36%;}
.dots-beijing{left: 74.5%;top: 37%;}
.dots-tianjin{left: 76.5%;top: 40%;}
.dots-ningxia{left: 57%;top: 45%;}
.dots-shanxi-A{left: 68%;top: 44%;}
.dots-hebei{left: 73%;top: 43%;}
.dots-qinghai{left: 46%;top: 50%;}
.dots-gansu{left: 53%;top: 53%;}
.dots-shanxi-B{left: 63%;top: 53%;}
.dots-henan{left: 71%;top: 54%;}
.dots-shandong-0{left: 77%;top: 48%;}
.dots-shandong-1{left: 83%;top: 45%;}
.dots-xizang{left: 26%;top: 63%;}
.dots-sichuan{left: 49%;top: 66%;}
.dots-hubei{left: 70%;top: 63%;}
.dots-anhui{left: 79%;top: 61%;}
.dots-jiangsu-0{left: 82%;top: 58%;}
.dots-jiangsu-1{left: 84%;top: 60%;}
.dots-jiangsu-2{left: 86%;top: 60%;}
.dots-chongqing{left: 59%;top: 68%;}
.dots-guizhou{left: 58%;top: 76%;}
.dots-hunan{left: 69%;top: 70%;}
.dots-jiangxi{left: 77%;top: 69%;}
.dots-yunnan{left: 47%;top: 83%;}
.dots-guangxi-0{left: 61%;top: 84%;}
.dots-guangxi-1{left: 66%;top: 85%;}
.dots-guangdong-0{left: 72%;top: 81%;}
.dots-guangdong-1{left: 73%;top: 84%;}
.dots-guangdong-2{left: 69.5%;top: 86%;}
.dots-guangdong-3{left: 73%;top: 82%;}
.dots-guangdong-4{left: 72%;top: 85%;}
.dots-guangdong-5{left: 75%;top: 83%;}
.dots-fujian-0{left: 81%;top: 78%;}
.dots-fujian-1{left: 83%;top: 73%;}
.dots-taiwan{left: 88.5%;top: 79%;}
.dots-hainan-0{left: 65%;top: 96%;}
.dots-hainan-1{left: 66%;top: 95%;}
.dots-huzhou{top: 62%;left: 84%;}
/* ---- */


/* 新闻资讯 */
.indnews{width: 100%;padding: 100px 0 120px;background: url('../images/c860a239-d63a-478e-91ea-44f72a449988.jpg') no-repeat bottom right;overflow: hidden;}
.indnews .index-title h2{margin-bottom: 10px;}
.indnews-items{width: 100%;display: flex;flex-direction: column;}
.indnews-topitem{width: 100%;display: flex;justify-content: space-between;}
.indnews-more{width: auto;margin-top: 20px;}
.indnews-botitem{width: 100%;margin-top: 48px;}
.indnews-botitem ul{margin-left: -3%;}
.indnews-botitem li{float: left;width: 24%;overflow: hidden;margin-left: 1%;box-shadow: 0 0 43px rgba(30, 36, 41, .16);transition: all .4s ease;}
.indnews-botitem li a{display: block;width: 100%;}
.indnews-img{width: 100%;overflow: hidden;}
.indnews-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.indnews-botitem li a:hover .indnews-img img{transform: scale(1.06);}
.indnew-contitem{width: 100%;padding: 20px 22px 26px;position: relative;background-color: #fff;transition: all .6s ease;}
.indnew-contitem span{font-size: 16px;color: #00a0e9;margin-bottom: 8px;display: block;font-family:'COLFAX-MEDIUM';transition: all .4s ease;}
.indnew-contitem span::before{content: "/";margin-right: 12px;font-family: "微软雅黑", "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1";margin-top: -3px;display: inline-block;vertical-align: top;}
.indnew-contitem h2{font-size: 20px;color: #333;line-height: 30px;font-weight: 700;height: 60px;margin-bottom: 10px; overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;transition: all .4s ease;}
.indnew-contitem p{font-size: 16px;color: #888;line-height: 28px;height: 56px;transition: all .4s ease;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.indnew-contitem::after{content: '';width: 38px;height: 30px;background: #00a0e9 url('../images/newArr.png')no-repeat center;transition: all .4s ease;border-bottom-left-radius: 15px;border-top-left-radius: 15px;position:absolute;bottom: 24px;right: 0;}
.indnews-botitem li a:hover .indnew-contitem span, .indnews-botitem li a:hover .indnew-contitem h2, .indnews-botitem li a:hover .indnew-contitem p{color: #fff;}
.indnews-botitem li a:hover .indnew-contitem{background: #00a0e9;}
.indnews-botitem li a:hover .indnew-contitem::after{background-color: #fff;background-image: url('../images/newArrH.png');}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .indban-cont h2{font-size: 40px;}
    .indban-cont p{font-size: 20px;margin-top: 16px;}
    .indmenu-link{height: 150px;}
    .indmenu {margin-top: -66px;}
    .indban .swiper-pagination-bullets {bottom: 32px !important;}
    .indser{padding: 84px 0 0px;background-size: 484px auto;}
    .index-title h2 {font-size: 32px;margin-bottom: 16px;}
    .index-title h6 {font-size: 28px;margin-bottom: 20px;}
    .index-title p {font-size: 16px;line-height: 28px;}
    .indmenu-link h2 {font-size: 16px;margin-top: 14px;}
    .indser-img{height: 568px;}
    .indser-mix {padding: 20px 0px 0 0;}
    .indser-menu li::after{width: 50px;}
    .indser-cont-title h2{font-size: 38px;}
    .indser-cont-title p {font-size: 24px;}
    .indser-cont-desc p {font-size: 16px;line-height: 28px;}
    .indser-cont-desc {margin: 20px 0 60px;}
    .indser-menu {margin: 32px 0 42px;}
    .indnews{padding: 80px 0 100px;}
    .indnews-more {margin-top: 12px;}
    .indnew-contitem h2 {font-size: 16px;line-height: 23px;height: 50px;}
    .indnews-botitem {margin-top: 40px;}
    .indnetwork {padding: 120px 0 80px;}
    .indnetwork-lftitem{width: 42%;}
    .indnetwork-comnum p{font-size: 16px;}
    .indnetwork-comnum h6{font-size: 36px;}
    .indban-pc{height: calc(100vh - 0px);}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .indban-cont h2 {font-size: 32px;}
    .indban-cont p {font-size: 18px;margin-top: 14px;}
    .indmenu-link {height: 140px;}
    .indmenu {margin-top: -68px;}
    .indban .swiper-pagination-bullets {bottom: 92px !important;}
    .indser {padding: 68px 0 80px;background-size: 400px auto;}
    .indser-mix {padding: 0 40px 0 0;}
    .index-title h2{font-size: 28px;}
    .index-title h6 {font-size: 24px;margin-bottom: 16px;}
    .indser-menu li::after {width: 22px;}
    .indser-menu {margin: 24px 0 32px;}
    .indser-cont-desc {margin: 20px 0 40px;}
    .index-more {width: 174px;height: 48px;}
    .indser-img{height: 500px;}
    .indnews {padding: 68px 0 80px;}
    .indnew-contitem {padding: 24px 24px 48px;}
    .indnew-contitem::after {width: 34px;height: 28px;bottom: 16px;}
    .indnew-contitem p {font-size: 16px;line-height: 26px;height: 52px;}
    .indnew-contitem h2 {font-size: 16px;line-height: 26px;height: 52px;margin-bottom: 4px;}
    .indnew-contitem span{margin-bottom: 2px;}
    .indnews-botitem {margin-top: 36px;}
    .indnetwork-lftitem{width: 100%;float: none;}
    .indnetwork {padding: 88px 0 68px;}
    .serMap {margin: 40px auto 0;float: none;}
    .indban-pc {height: calc(100vh - 164px);}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .indban-pc {height: auto;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .indban-pc{min-height: 360px;}
    .indser-img{width: 100%;height: auto;margin: 48px 0 68px;}
    .indser-items{ background:url(../images/jibg.jpg) left no-repeat; background-position: top left;}

    .indser-mix{width: 100%;padding: 0;}
    .indnews-botitem ul{margin-left: -2%;}
    .indnews-botitem li{width: 31.3333%;margin-left: 2%;}
    .indnetwork {padding: 80px 0 60px;}
	.loi li{ padding-left:20px;}
	.map_con dl dd h4 b{ font-size:11px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.wrapper .box{ width:46% !important; height:250px !important; padding-top:0px !important;}
	.description p{ font-size:13px !important;margin: 10px 10px !important;}
	.map_con dl dd h4 b{ font-size:11px !important;}
	.loi li{ padding-left:20px;}
    .indban-pc{display: none;}
    .indban-mb{display: block;min-height: 300px;}
    .indban-cont h2 {font-size: 24px;}
    .indban-cont p {font-size: 16px;margin-top: 10px;}
    .indban-cont {top: 0;display: flex;align-items: center;height: 100%;}
    .indmenu-link{width: 50% !important;}
    .indmenu-link:nth-child(2n):after{display: none;}
    .indmenu {margin-top: 40px;}
    .indban .swiper-pagination-bullets {bottom: 16px !important;}
    .indmenu-items {opacity: 1;animation: none;}
    .indser {padding: 44px 0 40px;background-size: 80% auto;}
    .indser-img {margin: 40px 0 54px;}
    .indser-items {background-size: cover;}
    .index-title h2 {font-size: 22px;margin-bottom: 10px;}
    .index-title h6 {font-size: 20px;margin-bottom: 12px;}
    .indser-menu li h2{font-size: 16px;}
    .indser-menu li h2::before{top: 2px;}
    .indser-menu li::after {width: 16px;margin: -2px 4px 0;}
    .indser-cont-title h2 {font-size: 28px;}
    .indser-cont-title p {font-size: 20px;}
    .indser-cont-title {margin-left: 14px;}
    .indser-menu {margin: 20px 0 24px;}
    .indser-cont-desc {margin: 16px 0 28px;}
    .index-more span {padding-right: 24px;}
    .index-more {width: 158px;height: 44px;}
    .indnews {padding: 40px 0 42px;}
    .indnews-topitem{display: block;}
    .indnews-botitem ul{margin-left: 0;}
    .indnews-botitem li{width: 100%;margin-left: 0;margin-top: 20px;}
    .indnews-botitem li:first-child{margin-top: 0;}
    .indnew-contitem {padding: 24px 20px 48px;}
    .indser-menu li:hover h2{color: #888;}
    .indser-menu li.active h2{color: #00a0e9;}
    .indnetwork-scroll li::after {height: 32px;margin-top: -18px;}
    .indnetwork-scroll li:nth-child(1){width: 21%;}
    .indnetwork-scroll li:nth-child(2){width: 26%;}
    .indnetwork-scroll li:nth-child(3){width: 27%;}
    .indnetwork-scroll li:nth-child(4){width: 26%;}
    .indnetwork-comnum p {font-size: 14px;}
    .indnetwork-comnum h6 {font-size: 24px;}
    .indnetwork {padding: 40px 0 20px;}
    .indnetwork-lftitem {width: 100%;}
    .indnetwork-scroll {margin: 20px 0 28px; }
    .indnetwork-comnum {text-align: center;}
    .indnetwork-comnum::after {right: 0px;}
    .serMap {width: 331px;height: 280px;margin-top: 0;}
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
    .indnews-botitem li{max-height: 516px;}
}
.indser-cont-desc a:hover{ color:#f7b62b}