/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 999;top: 0;left: 0;background: transparent;user-select: none;box-shadow: none;transition: all .4s ease;    background: rgba(0, 0, 0, 0.35);}
.Header-wrapper .contain{position: relative;width: 100%;padding: 0 0 0 40px;}

.Header-logo{float: left;width: 150px;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;position: absolute;transition: opacity .4s ease;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}

.Header-apply{float: right;position: relative;z-index: 999;height: 80px;display: flex;align-items: center;width: 162px;justify-content: center;font-size: 18px;color: #fff;transition: background .4s ease;}
.Header-apply span{width: 38px;
    height: 36px;
    border-radius: 4px;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;}

.Header-navbar{position: absolute;z-index: 2;width: 100%;left: 0;top: 0;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar>ul{display: flex;flex-wrap: wrap;justify-content: center;}
.Header-navbar>ul>li{padding: 0 35px;position: relative;z-index: 9;}
.Header-menu{position: relative;height: 80px;display: flex;align-items: center;font-size: 18px;color: rgba(255, 255, 255, 0.85);transition: color .4s ease, background .4s ease;}

.Header-navbar>ul>li:hover .Header-menu::before, .Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-navbar>ul>li:hover .Header-menu{color: #fff;}
.Header-navbar>ul>li.active .Header-menu{color: #fff;font-family: "PingFangSC-Medium","AM","noto sans",sans-serif;font-weight: 500; position: relative;}


.Header-arrow{display: none;}
/* -- */
.Header-navbar-dot{position: absolute;width: 12px;height: 12px;transition: background .4s ease;left: 0;top: 50%;margin-top: -6px;background: url('../image/menu.png') no-repeat center/100% auto;z-index: 4;pointer-events: none;}
.bodyScroll .Header-navbar-dot, .bodyMouse .Header-navbar-dot, .noLucency .Header-navbar-dot{background-image: url('../image/menuH.png');}
.bodyNoDot .Header-navbar-dot{display:none;}
@media all and (max-width:1000px) {.Header-navbar-dot{display: none !important;}}
/* -- */
/* box-shadow: ; */
.Header-drop{display: none;position: absolute;background:#fff;left: 0;width:100%;padding: 10px 0;box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 6%),inset 0 17px 10px -8px rgba(0, 0, 0, 0.03);border-radius: 0 0 4px 4px;}
.bodyNoDot .Header-drop{left:0;right:0;margin:0 auto;transform:translateX(10px)}

/* .Header-drop::before{content: "";position: absolute;left: 0px;bottom: 0px;width: 100%;height: 100%;z-index: -1;box-shadow: inset 0 17px 10px -8px rgba(0, 0, 0, 0.03);} */
.Header-drop>a{font-size: 16px;}
.Header-drop a{display: flex;width: 100%;height: 40px;padding-bottom: 1px;color: #333;align-items: center;justify-content: center;transition: all .4s ease;font-family: "AR";}
.Header-drop>a.active, .Header-drop>a:hover{color: #0e704b;background-color: #E7F0E9;}

.Header-navclick{display: none;width: 60px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;justify-content: center;}
.Header-navclick span{width: 24px;height: 2px;background: #333;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* 透明 */
.bodyScroll .Header-wrapper, .bodyMouse .Header-wrapper, .noLucency .Header-wrapper{background: #fff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);}
.bodyScroll .Header-apply span, .bodyMouse .Header-apply span, .noLucency .Header-apply span{background-color: #0e704b;border: 1px solid #0e704b;}
.bodyScroll .Header-menu, .bodyMouse .Header-menu, .noLucency .Header-menu{color: #333;}
.bodyScroll .Header-logo img.s, .bodyMouse .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 0;}
.bodyScroll .Header-logo img.h, .bodyMouse .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 1;}
.bodyScroll .Header-navbar li:hover .Header-menu, .bodyScroll .Header-navbar li.active .Header-menu,
.bodyMouse .Header-navbar li:hover .Header-menu, .bodyMouse .Header-navbar li.active .Header-menu,
.noLucency .Header-navbar li:hover .Header-menu, .noLucency .Header-navbar li.active .Header-menu{color: #0e704b;}
.bodyScroll .Header-menu::before,.bodyMouse .Header-menu::before,.noLucency .Header-menu::before{opacity: 0;}
.bodyScroll .Header-navbar li:hover .Header-menu::after, .bodyScroll .Header-navbar li.active .Header-menu::after,
.bodyMouse .Header-navbar li:hover .Header-menu::after, .bodyMouse .Header-navbar li.active .Header-menu::after,
.noLucency .Header-navbar li:hover .Header-menu::after, .noLucency .Header-navbar li.active .Header-menu::after{opacity: 1;}
.noLucency .Header-navbar li:hover .Header-menu, .noLucency .Header-navbar li.active .Header-menu{color: #0e704b;}
.noLucency .Header-navbar li{position: relative;}
.Header-navbar li .Header-menu::after{position:absolute;content:'';left:0;bottom:0;width:100%;height:3px;background:#0e704b;transform:scale(0,1);-webkit-transform:scale(0,1);transition:all .3s;-webkit-transition:all .3s}
.bodyScroll .Header-navbar li:hover .Header-menu::after,.bodyMouse .Header-navbar li:hover .Header-menu::after {-webkit-transform:scale(1);transform:scale(1);}
.z_more{ display: flex; align-items: center; justify-content: center;width: 134px;
height: 48px; color: #fff; border-radius: 24px 0 24px 0;
background:#0e704b; font-size:16px; transition: ease .5s;}
.z_more:hover{ border-radius: 4px;}
/* 不透明 */
.noLucency .Container-wrapper{margin-top: 80px;}

/* 底部 */
.FooterBlock{width: 100%;}
.Footer-wrapper{width: 100%;background: #0F1F2F;}
.Footer-items{width: 100%;padding: 66px 0 56px;}
.Footer-info{width: 290px;}
.Footer-info .logo{width: 100%;display: block;}
.Footer-info .contact{width: 100%;margin-top: 32px;color: #fff;}
.Footer-info .contact p{font-size: 15px;opacity: 0.8;line-height: 18px;}
.Footer-info .contact h6{font-family: "M";line-height: 1;font-size: 18px;margin-top: 10px;display: flex;}
.Footer-info .contact h6 a{position: relative;}
.Footer-info .contact h6 a::after{content: "";position: absolute;width: 100%;height: 1px;background: #fff;left: 0;bottom: 0;opacity: 0;transition: all .4s ease;}
.Footer-info .contact h6 a:hover::after{opacity: 1;}
.Footer-info .more{width: 100%;margin-top: 24px;}
.Footer-info .more p{display: flex;width: 100%;color: #fff;font-size: 14px;line-height: 24px;margin-bottom: 5px;}
.Footer-info .more p span, .Footer-info .more p a{opacity: 0.8;transition: all .4s ease;}
.Footer-info .more p a{opacity: 1;font-family: "ML";height: 24px;padding-top: 1px;}
.Footer-code{width: 120px;text-align: center; margin-top: 15px; margin-right: 15px;}
.Footer-code .image{width: 120px;margin: 0 auto;}
.Footer-code .image img{width: 100%;object-fit: cover;border-radius: 4px;}
.Footer-code .text{font-size: 14px;margin-top: 10px;line-height: 18px;color: #fff;}
.Footer-navbar{flex: 1;user-select: none;padding: 0 120px;}
.Footer-navbar ul{justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 16px;color: #fff;display: flex;height: 22px;align-items: center;}
.Footer-drop{width: 100%;margin-top: 20px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #fff;line-height: 32px;opacity: 0.5;transition: all .4s ease;}
.Footer-drop a:hover{opacity: 1;}
/* -- */
.Footer-friend{width: 100%;display: flex;align-items: flex-start;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 20px 0;}
.Footer-friend-hint, .Footer-friend-link a {color: #fff;line-height: 24px;font-size: 12px;opacity: 0.5;}
.Footer-friend-link{flex: 1;padding-left: 8px;}
.Footer-friend-link a{transition: all .4s ease;margin-right: 16px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{opacity: 1;}
/* -- */
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 20px 0;display: flex;flex-wrap: wrap;align-items: center;justify-content:center;}
.Footer-copyright .info p, .Footer-copyright .link a{font-size: 14px;color: #fff;opacity: 0.5;line-height: 18px;position: relative;transition: all .4s ease;}
.Footer-copyright .info p{margin-left: 10px;}
.Footer-copyright .info p:first-child{margin-left: 0;}
.Footer-copyright .link a{margin-left: 14px;}
.Footer-copyright .link a:first-child{margin-left: 0;}
.Footer-copyright .link a::before{content: "";position: absolute;width: 1px;left: -7px;height: 12px;top: 50%;margin-top: -6px;background: rgba(255, 255, 255, 0.4);pointer-events: none;}
.Footer-copyright .link a:first-child::before{display: none;}
.Footer-copyright .link a:hover{opacity: 1;}

/* 置顶 */
.backTop{display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;line-height: 44px;font-size: 19px;color: #fff;clip-path: polygon(0 0, calc(100% - 8px) 0%, 100% 8px, 100% 100%, 8px 100%, 0% calc(100% - 8px));text-align: center;position: fixed;cursor: pointer;z-index: 9999;background: #0e704b;}
.backTop::after{content: "\e684";font-family: "icon";}
@media all and (max-width:1590px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}

/* 视频弹窗 */
.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
/* 屏蔽视频的下载按钮 */
video::-internal-media-controls-overflow-button { display: none;}
video::-webkit-media-controls { overflow: hidden !important;}
video::-webkit-media-controls-enclosure {width: calc(100%   32px);margin-left: auto;}

.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 40px;height: 40px;right: -40px;top: -40px;line-height: 40px;opacity: 0.7;text-align: center;position: absolute;z-index: 3;font-size: 22px;color: #fff;cursor: pointer;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun {0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;}.popVideo-close{right: -8px;font-size: 18px;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;position: relative;background: #fff;z-index: 4;}
.contain{width: 1440px;margin: 0 auto;}
.section{width: 100%;overflow: hidden;position: relative;}

/* 咨询 */
.getConsult{width: 100%;position: relative;overflow: hidden;padding: 70px 0;z-index: 9;}
.getConsult-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.getConsult .contain{position: relative;z-index: 4;align-items: center;justify-content: center;}
.getConsult .name{font-size: 30px;font-weight: 500;color: #fff;line-height: 1.1;display: flex;align-items: center;font-family: "PingFangSC-Medium","AM","noto sans",sans-serif;}
.getConsult .name h2{margin-right: 20px;}
.getConsult .link{margin-left: 30px;}

/* 加载 */
.loading{display: none;position: fixed;width: 100%;height: 100vh;top: 0;left: 0;z-index: 9999999;overflow: hidden;}
.loading-mask{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;background: #fff;overflow: hidden;transition: background 1s ease-in-out, transform 1s ease-in-out 1s;}
.loading-mask img{width: 3840px;height: 2160px;position: absolute;max-width: none;top: 50%;left: 50%;margin: -1080px 0 0 -1920px;}
.loading-mix{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.loading-mix-wrap{width: 100%;}
.loading-box{position: relative;width: 530px;height: 612px;z-index: 4;margin: 0 auto;}
.loading-line{width: 100%;height: 100%;position: relative;z-index: 2;transition: opacity .6s ease;}
.loading-line>div{position: absolute;opacity: 0;top: 50%;left: 50%;display: flex;align-items: center;justify-content: center;}
.loading-line .line1{width: 530px;height: 612px;margin: -306px 0 0 -265px;}
.loading-line .line2{width: 356px;height: 410px;margin: -206px 0 0 -180px;}
.loading-line>div svg{width: 100%;}
.loading-line>div i{position: absolute;left: -6px;transform: translate3d(0,0,0);width: 12px;height: 14px;background: url('../image/loadingIcon.png') no-repeat center/100% auto;}
.loading-line .line1 i{top: -5px;}
.loading-line .line2 i{top: -7px;}
.loading-bar{position: absolute;z-index: 3;width: 100%;height: 100%;top: 0;left: 0;transition: opacity .6s ease;}
.loading-bar>div{position: absolute;opacity: 0;}
.loading-bar>div i{position: absolute;background: #0e704b;}
.loading-bar>div i::after{content: "";position: absolute;width: 12px;height: 14px;top: -6px;background: url('../image/loadingIcon.png') no-repeat center/100% auto;}
.loading-bar .bar1{left: 0;top: 153px;width: 304px;height: 1px;transform-origin: left center;transform: rotate(30deg);}
.loading-bar .bar1 i{width: 0%;height: 100%;top: 0;left: 0;}
.loading-bar .bar1 i::after{right: -8px;transform: rotate(-30deg);}
.loading-bar .bar2{right: 2px;top: 153px;width: 304px;height: 1px;transform-origin: right center;transform: rotate(-30deg);}
.loading-bar .bar2 i{width: 0%;height: 100%;top: 0;right: 0;}
.loading-bar .bar2 i::after{left: -8px;transform: rotate(30deg);}
.loading-bar .bar3{left: 263px;bottom: 2px;width: 1px;height: 304px;}
.loading-bar .bar3 i{width: 100%;height: 0%;bottom: 0;left: 0;}
.loading-bar .bar3 i::after{right: -6px;}
@keyframes loadingBarW {0%{width: 0%;}100%{width: 100%;}}
@keyframes loadingBarH {0%{height: 0%;}100%{height: 100%;}}
.loading-logo{position: relative;z-index: 4;width: 100%;margin-top: 50px;text-align: center;transition: opacity 1s ease-in-out;}
.loading-logo svg{width: 150px;}
.loading.active .loading-mask{background: transparent;transform: scale(4);}
.loading.active .loading-logo{opacity: 0;}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999;
}
.wtss{margin-top: 30px;}
.bg-bk {
  height: 100%;
  background-color: #0e704b;
  transition: width 0.2s ease-out;
}
.indtrack{width: 100%;position: relative;z-index: 9;}
.indtrack-item{width: 100%;background: #fff;border-radius: 10px;padding: 20px;box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.05);margin-top: -54px;}
.indtrack-search{width: 50%;float: left;padding-right: 20px;}
.indtrack-search-title{width: 100%;font-size: 24px;color: #014d4e; margin-bottom: 15px;}
.indtrack-search-form{width: 100%;    position: relative;}
.indtrack-search-form input{width: calc(100% - 190px);transition: all .4s ease;float: left;height: 66px;border: 1px solid #d2d2d2;padding: 0 16px;border-radius: 5px;font-size: 15px;color: #0d8484;}
.indtrack-search-form input:focus{border: 1px solid #0d8484;}
.indtrack-search-form button{width: 168px;height:66px;text-transform: uppercase;letter-spacing: 0.2em;background:#0e704b;border-radius: 5px;color: #fff;font-size: 20px;float: right;cursor: pointer;transition: all .4s ease;}
.indtrack-search-form button:hover{background: #185951;}
.indtrack-list{width: 50%;float: right;padding-left: 20px;}
.indtrack-list-ul{margin-left: -2%;}
.indtrack-list-link{display: flex;width: 29.3333%;float: left;text-align: center;margin-left: 4%;align-items: center;border-radius: 5px;transition: all .4s ease;    height: 64px;}
.indtrack-list-center{margin: 0 auto;}
.indtrack-list-img{position: relative;display: inline-block;}
.indtrack-list-img img{max-width: 30px;position: relative;z-index: 2;    transition: transform 0.3s ease;}
.indtrack-list-cont p{font-size: 18px;color: #0e704b; padding-left: 8px; line-height: 32px;}
.indtrack-list-link:hover img {
    transform: rotateY(180deg);
}
.indtrack-list-link:hover{background-color: #0e704b;}
.indtrack-list-link:hover .indtrack-list-img img {
    filter: brightness(0) invert(1);
}
.indtrack-list-link:hover .indtrack-list-cont p {
    color: #fff;
}
.error-message {
    color: red;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
}
#txtOrder.error {
    border: 1px solid red;
}
.abojs-w{width: 100%;}
.jsmodern-video{max-height: 500px!important;}
.jsmodern-video.vfw{max-height:700px!important;}
  #video {width: 100%;height: 100%;margin: 0 auto;position: relative;z-index: 1;border-radius: 6px;overflow: hidden;}
    #video video {width: 100%;height: 100%;object-fit: fill;}
	
    .VideoBtn {position: absolute;left: 50%;top: 50%;display: block;width: 70px;height: 70px;margin-left: -35px;margin-top: -35px;cursor: pointer;z-index: 11;}
.jsmodern-video-panel{opacity: 0;}
.VideoBtn em {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/bofang.png);
	background-position: center center;
	background-repeat: no-repeat;
   -webkit-transform: translate(-50%, -50%);
	    -khml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	cursor: pointer;
	width:70px;
	height:70px;	
}
.VideoBtn em::before {
position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		border-radius: 50%;
		z-index: -1;
		-o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		-ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		-webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
@-webkit-keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
}
@keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
}
.aboCommonTitle .title{position: relative;}
.aboCommonTitle .title::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    top: 60px;
    left: calc(50% - 18px);
    background: #0e704b;
}
.feature-wrap {
    padding: 40px;
    border-radius: 10px;
	flex: 1;
	overflow: hidden;
	z-index: 0;
	    transition: all .5s ease-in-out;
	    position: relative;
}


.feature-wrap.bg-sky1 {
    background:#e5f3fd;
}
.feature-wrap.bg-sky2 {
    background:#E7F0E9;
}
.feature-wrap.bg-sky3 {
    background:#FEF9F0;
}
.feature-wrap.bg-sky4 {
    background: #e6e6e9;
}
.feature-wrap.bg-sky5 {
    background:#DBEDFF;
}
.feature-wrap.bg-sky6 {
    background:#E7FFFB;
}
.feature-wrap.bg-sky7 {
    background:#feece7;
}
.feature-wrap.bg-sky8 {
    background:#e6e6e9;
}
.feature-wrap .icon {
    background:#0e704b;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    position: relative;
}

.feature-wrap .icon:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    background:#185951;
    height: 60px;
    border-radius: 50%;
    width: 60px;
    z-index: -1
}

.feature-wrap .icon img {
    margin: auto;
    width: auto;
    transition: transform 0.3s ease;
}


.proxqcp-svp .pages,.serviceBox .pages{opacity: 0;}
.Get-start-area {
    background-image: url(../images/plan-bg.jpg);
    background-size: cover;
    background-position:center;
    padding:90px 0px;
    position: relative;
}
.Get-start-area::after{
    content: "";
    position: absolute;
    background-color: #00294b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .82;
}
 .waves {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
	 z-index: 1;
}
.get-start-box {
    position: relative;
    z-index: 2;
	text-align:center;
	max-width: 1000px;
	margin: 0 auto;
}
.get-more a{margin: 0 auto;}

.indsj-pan-ul {
    margin-right: -20px;
    margin-bottom: -20px;
}
.indsj-pan-li {
    width: calc(100% / 6 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .4s ease;
    position: relative;
	display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 80px;
	    border-radius: 6px;
	    background: #fff;
	    box-shadow: 0 2px 30px 0 rgba(48, 89, 218, 0.1);
}
.indsj-pan-li img {
    max-height:40px;
	max-width: 80%;
    transition: all .4s ease;
}
.indsj-pan-li:hover img{transform: translateY(-2px);}
.footer_top{
	padding: 69px 0 20px 0;
	background:#185951;
}

.footer_bottom{
	background: #0e704b;
}
.footer_bot p{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 15px 0;
}
.footer_bot a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
.footer_bot a:last-child{
padding-right: 0;
}
.footer_bot a:hover {
    color: #fff;
	opacity: .8;
}
.footer_b{
	margin-top: 67px;
	padding: 0 34px;
}
.footer_a{padding-bottom: 30px; border-bottom:1px solid #cfcfcf; margin-bottom: 15px;}
.footer_tit{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	    letter-spacing: 1px;
}
.footer_tit img{
height: 63px;
}
.footer_tit_bot{
	margin-top: 25px;
}
.footer_tit_bot p{
line-height: 26px;
color: #fff;
}
.footer_iconimg{
	width: 22px;
	height: 22px;
	display: inline-block;
	transform: translateY(5px);
}
.footer_iconimg img{
	width: 100%;
}
.footer_iconzi{
	font-size: 16px;
	color: #fff;
	display: inline-block;	
}
.footer_icon{
	width: 33.333333%;
	margin-bottom: 15px; 
}
.footer_icon a:hover .footer_iconzi{
color:#0ca0ce; 
}
.footer_a2fl{
	margin-bottom: 10px;
}
.footer_a1{
	width:20%;
	padding-right: 20px;
}
.footer_a1s{
	width:35%;
	padding-right: 60px;
}
.footer_a2 {
	width:45%;
}
.footer_iconzis a{color: #fff;font-size: 16px;text-decoration: none; -webkit-transition: .35s;transition: .35s;}
.footer_iconzis a:hover{color: #fff;padding-left: 10px;font-weight: 700;opacity: .8;}
.footer_a1s .news-more {
    margin-top: 20px
}

.footer_a1s .news-more a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-decoration: none;
	font-size: 18px;
}

.footer_a1s .news-more a:hover span {
    color: #fff;
	    opacity: .8;
}

.footer_a1s .news-more a:hover i {
 
    margin-left: 4px
}
.footer_a1s  .news-more span {
    margin-left: 0;
    color:#fff;
}
.footer_a2fl2{
	margin-left: 22px;
}
.footer_a3box{
	margin-top: 40px;
}
.footer_a3fl{
	width: 30px;
	position: relative;
}
.footer_a3fl img{
	width: 100%;
	    cursor: pointer;
}
.footer_a3fl2{
	margin-left: 22px;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clearfix::after
{
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.idea-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}


.idea-more span {
    display: inline-block;
    margin-left: -68px;
    margin-right: 4.5px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: .35s;
    transition: .35s
}

.idea-more i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAA5RJREFUaEPtmN1rHFUYxp/3zGabNDVFaUmhKF7UGy8sZLNIsrNTFsEb7xSiCNoLBTFfTTVNJWCQVukH7R8gCF55E1CEQi8UHbprp0vdTU1J/KAfUirBKoIkCvnYOY9MNJeWOZvZmTTMuX7f57y/9zlz5p0RbLMl24wHKdBWdzR1KHUo5g6kRy7mhhtvlzpk3LKYE1KHYm648XaxOVTx6kOEnBSwzgbedpzcdeNqQyTEB3S5NkpRpwB0CHCFokecvt6ZEDUahcQGVK3e6Fr2F48rUaMAO4WoQ+vhYrH3KgAaVX2f4NiAghpmZ2c7l/7239LAOICHCMxZmkO2nas8kEBB0RdqtZ27V2UIUO8AfATAD0r7R2w7/2UUULE6tFGw53kdq9L+umhMiWAPgZtCPVbsz10UkU0dv0SAArD5+fnsn4urh33yBIB9AO4AMvbrLzcuDAwM+M26lRhQUPCHtVrbkyvqJS04JcB+AAtKeHTh7q1Pm4VKFCiAcl03w/au57OUMxp4nMA9iD6ul5c+KZVKDVOnEgcKCp6enra6Hz3wnKKcI/gEgT8UOPl9lh+/0du7ZgK1JYCCgkmqb6o1B7TOEzgIyKKPxhRW/vqoVCoth4UyAipfuVZQPnaHFTeKs7h+u1HrQxQ1AmAnwCUI3nf6cmfDahkCzfwOYk9Y8YjifnP6e7rDapkBefUfBRJcsS1ZBChEhoJO4N9/hkLcKhZ6DoTd0AioUqk9hmymPay4aZysrUlDWS8r4FgwxELkZwU9bvflPgurZQQUVrSZONd129t2dB32gfcE0i3ATYIjxb6eL0ymhy0B5Hl3O3zeG6RYkxvznWVxuPB07mvT5iQO5Lrurkx21xGKNRFM4ICeQ4NvOk7+sinM+jPXTFJUOdVqtWuFmWOgOipApwB1wh90+vPBN1JTKzGgSuX6w2KtTWrI4MZXrIY/fKg/f60pkv+SEgEql2f2oo1ToLwmIjtIv+yTI6VCfm4zMIkcOde9us/KqpOEekUEGQV+BZ0Zte2DP20WJnYgz/tuvxb/tKa8GMxuSnARfttYsfjU7ShgYgUKXspayVkRvBBsrMnPfayMP1Mo3IkKJlagslebAtS76394qKcV1YRt9yxECRMr0CXv21cVMh+Q+tIyZeLZFsDEChS1E/+nl8i13Uq4FKiV3Y1CO3Uoii62UiN1qJXdjUI7dSiKLrZSI3Wold2NQnvbOfQPemAxRBzBQv0AAAAASUVORK5CYII=) 50% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s
}
@media all and (max-width:1590px) {
    .loading-box{width: 424px;height: 490px;}
    .loading-line .line1{width: 424px;height: 490px;margin: -245px 0 0 -212px;}
    .loading-line .line2{width: 285px;height: 328px;margin: -164px 0 0 -143px;}
    .loading-bar .bar1, .loading-bar .bar2 {top: 123px;width: 242px;}
    .loading-bar .bar3 {left: 210px;height: 243px;}
    .loading-mask img {width: 3072px;height: 1728px;margin: -864px 0 0 -1536px;}
    .loading-logo {margin-top: 40px;}
    .loading-logo svg {width: 120px;}
	
}
@media all and (max-width:640px) {
    .loading-box{width: 318px;height: 367px;}
    .loading-line .line1{width: 318px;height: 367px;margin: -184px 0 0 -159px;}
    .loading-line .line2{width: 214px;height: 246px;margin: -123px 0 0 -107px;}
    .loading-bar .bar1, .loading-bar .bar2 {top: 91px;width: 182px;}
    .loading-bar .bar3 {left: 157px;height: 182px;}
    .loading-mask img {width: 2304px;height: 1296px;margin: -648px 0 0 -1152px;}
    .loading-logo svg {width: 100px;}
}

/* 按钮 */
.commonLink{display: flex;align-items: center;justify-content: center;clip-path: polygon(0 0, calc(100% - 7px) 0%, 100% 7px, 100% 100%, 7px 100%, 0% calc(100% - 7px));width: 120px;line-height: 1;height: 40px;font-size: 14px;color: #666;transition: all .4s ease;overflow: hidden;position: relative;}
.commonLink::before, .commonLink::after{content: "";position: absolute;left: 0;width: 100%;bottom: 0;}
.commonLink::before{height: 100%;background: url('../image/bgkk.svg') no-repeat center/100% auto;transition: all .4s ease;}
.commonLink::after{height: 0;opacity: 0;background: #0e704b;transition: height .4s ease,opacity .1s ease .4s;}
.commonLink span{position: relative;z-index: 3;}
.commonLink:hover{color: #fff;}
.commonLink:hover::before{background-image: url('../image/bgkkH.svg');}
.commonLink:hover::after{opacity: 1;height: 100%;transition: height .4s ease .1s,opacity .1s ease;}
.commonLink.active{color: #fff;}
.commonLink.active::before{background-image: url('../image/bgkkH.svg');}
.commonLink.active::after{opacity: 1;height: 100%;transition: height .4s ease .1s,opacity .1s ease;}
.commonLink.white{color: #fff;}
.commonLink.white::before{background-image: url('../image/bgkkW.svg');}
.commonLink.white::after{background: #fff;}
.commonLink.white:hover{color: #0e704b;}
@media all and (max-width:640px) {.commonLink{width: 108px;height: 36px;}}

.commonLink.other{margin-left: 16px;}
.commonLink.other::after{width: 0;right: 0;margin: 0 auto;height: 100%;transition: width .4s ease,opacity .1s ease .4s;}
.commonLink.other:hover::after{opacity: 1;width: 100%;transition: width .4s ease .1s,opacity .1s ease;}

.ComXuan{position: fixed;right: 12px;display: flex;z-index: 9;flex-direction: column;justify-content: center;bottom: 40px;}
.ComXuan_b{width: 56px;box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);background-color: #fff;border-radius: 6px;height: 50px;margin-top: 15px;}
.ComXuan_b a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;color: #90909A;transform: rotate(90deg);}
.ComXuan_b i{font-size: 24px;font-weight: bold;}
.ComXuan_T{width: 56px;height: 208px;background: #FFFFFF;box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);border-radius: 7px;display: flex;align-items: center;flex-direction: column;position: relative;}
.ComXuan_T a{display: flex;width: 100%;height: 30px;position: relative;justify-content: center;}
.ComXuan_T a>img{width: 30px;height: 100%;}
.ComXuan_T a:nth-child(1){margin-top: 70px;}
.ComXuan_T a:nth-child(2){margin-top: 47px;}
.ComXuan_T_Xing{background: url(../image/ComXuan_T_Xing.svg)center no-repeat;background-size: contain;width: 56px;height: 64px;position: absolute;top: -32px;left: 0px;}
.ComXuan_T_Xing a{margin-top: 0px !important;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.ComXuan_T_Xing a img{height: auto;width: auto;}
.ComXuan_T .ER_max{position: absolute;left: -170px;bottom: -30px;display: none;width: 180px;}
.ComXuan_T .ER_max > div{width: 156px;height: 178px;background: #FFFFFF;box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);border-radius: 5px;padding: 10px;}

.ComXuan_T .ComXuan_T_img>img:nth-child(1){position: absolute;opacity: 1;transition: all .4s ease;}
.ComXuan_T .ComXuan_T_img>img:nth-child(2){opacity: 0;transition: all .4s ease;}
.ComXuan_T .ComXuan_T_img:hover>img:nth-child(1){opacity: 0;}
.ComXuan_T .ComXuan_T_img:hover>img:nth-child(2){opacity: 1;}

.ER_Phone{position: absolute;left: -215px;top: -10px;display: none;width: 220px;}
.ER_Phone > div{width: 200px;height: 64px;background: #FFFFFF;box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);border-radius: 6px;padding: 10px;}
.ER_Phone div{text-align: center;}

.ComXuan{animation: ComXuan 1s ease;}
@keyframes ComXuan {0%{right: -100px;}100%{right: 12px;}}


.Herader-list{display: flex;justify-content: center;}
.Herader-list_title{display: flex;align-items: center;margin-bottom: 26px;}
.Herader-list_title .img{margin-right: 10px;width: 20px;height: 20px;line-height: 0;display: flex;align-items: center;}
.Herader-list_title .text{color: #000;font-weight: bold;font-size: 16px;}
.Herader-list li{padding: 0px 50px;}
.Herader-list li a{color: #333;margin-bottom: 0px;font-size: 14px;font-family: "AR";height: auto;margin-bottom: 20px;}
.Herader-list li a:hover{background-color: #fff;color: #0e704b;}
.Herader-list li a:last-child{margin-bottom: 0px;}
.Herader-list ul{display: flex;}

.Header-drop_mb{display: none;}

.Header-drop_btn {display: flex;align-items: center;font-size: 16px !important;width: fit-content !important;}
.Header-drop_btn i{margin-left: 10px;font-size: 12px;transition: all .4s ease;}
.Header-drop_btn:hover i{margin-left: 15px;}
.Header-drop_list{width: 100%;position: relative;padding-left: 145px;}
.Header-drop_list .title{position: absolute;top: 0px;left: 0px;}
.Header-drop_HOT{color: #FF0000;font-size: 14px;margin-left: 6px;font-family: "AR";}
.list-cont.lt1{width: 100%;background-color: #F0F3F9;padding: 12px;}
.list-cont.lt1 .list-title{display: flex;justify-content: space-between;}
.list-cont .list-title .list-title_li .line{width: 100%;height: 1px;background-color: #D6DBE3;margin: 12px 0px 10px 0px;}
.list-cont.lt1 .list-title .list-title_li li a{width: auto;color: #000;font-size: 14px;line-height: 20px;display: block;font-family: "AR";}
.Header-drop_list .list .name{color: #0e704b;font-family: "AM" !important;}
.list-title_li.ly1 li{margin-bottom: 10px;margin-right: 10px;width: calc(100% - 10px);}
.list-title_li.ly2 li{margin-right: 10px;margin-bottom: 10px;width: calc(100%/2 - 10px);}
.list-title_li.ly1 ul{margin-bottom: -10px;margin-right: -10px;}
.list-title_li.ly2 ul{margin-bottom: -10px;margin-right: -10px;}
.list-title_li.ly3 ul{margin-bottom: -10px;margin-right: -10px;}
.list-title_li.ly3 li{margin-right: 10px;margin-bottom: 10px;width: calc(100%/3 - 10px);}
.list-title_li.ly4 ul{margin-bottom: -10px;margin-right: -10px;}
.list-title_li.ly4 li{margin-right: 10px;margin-bottom: 10px;width: calc(100%/4 - 10px);}
.list-cont.lt1 .list-title{flex-wrap: nowrap;}
.list-cont.lt1 .list-title .list-title_li{margin-right: 50px;}
.list-cont.lt1 .list-title .list-title_li:last-child{margin-right: 0px;}
.list-cont.lt1 .list-title .list-title_li li a:hover{color: #0e704b;}
.list-cont.lt1 .list-title .list-title_li li a.not{pointer-events: none;}
.Header-drop_list .list2 .list2-muen{display: flex;justify-content: space-between;flex-wrap: nowrap;}
.Header-drop_list .list2 .list2-muen>li{margin-right: 10px;}
.Header-drop_list .list2 .list2-muen>li:last-child{margin-right: 0px;}
.Header-drop_list .list2 .list2-btn{color: #0e704b;font-family: "AM";}
.Header-drop_list .list2 .list2-btn i{font-size: 12px;margin-left: 10px;transition: all .4s ease;}
.Header-drop_list .list2 .list2-btn:hover i{margin-left: 15px;}
.Header-drop_list .list2 .list2-btn.not i{display: none;}
.Header-drop_list .list2 .list2-btn.not{pointer-events: none;}
.list-cont .list-title{flex-wrap: nowrap;}
.list-cont .list-title.ly2{margin-right: -24px;}
.list-cont .list-title.ly2 .list-title_li{width: calc(100%/2 - 24px);margin-right: 24px;}
.list-cont .list-title.ly3{margin-right: -24px;}
.list-cont .list-title.ly3 .list-title_li{width: calc(100%/3 - 24px);margin-right: 24px;}
.list-cont .list-title.Dna li{margin-right: 50px;}
.list-cont .list-title.Dna li:last-child{margin-right: 0px;}

.list-cont_title{color: #000 !important;font-family: "AM" !important;}
.list-cont_title a{font-family: "AM" !important;}
a.list-cont_title:hover{color: #0e704b !important;}
.Header-drop_mb{display: none;}
.Header_guangao{float: left;height: 80px;display: flex;padding-left: 30px;align-items: center;opacity: .7;color: #fff;position: relative;font-weight: 300;transition: all .4s ease;}
.Header_guangao::before{content: "";position: absolute;left: 15px;width: 1px;height: 40px;top: 50%;transform: translateY(-50%);background-color: #fff;transition: all .4s ease;}

.Footer-navbar li{position: relative;}

.Footer-navbar li .Footer-drop{overflow: hidden;position: relative;transition: all .4s ease;}
.Footer-navbar li .btn{content: "\e61f";position: absolute;bottom: -25px;left: 0px;font-size: 10px;width: 100%;height: 25px;color: #fff;font-family: "icon";opacity: 0;z-index: 4;display: flex;align-items: center;letter-spacing: 10px;}
.Footer-navbar li.on .btn{opacity: 1;}
.Footer-navbar li.active .btn{transform:rotate(-180deg);}
.Footer-navbar li.active .Footer-drop{height: auto !important;}

.ltbulu{color: #0e704b !important;font-family: "AM";}
/* .ltbuluUl li:nth-child(1) .list-cont_title a{color: #000 !important;display: flex !important;} */
.ltbuluUl li:nth-child(1) .list-cont_title a{color: #000 !important;font-family: "AM" !important;}
.ltbuluUl li:nth-child(1) .list-cont_title a:hover{color: #0e704b !important;}

.pt80{padding-top: 64px;}
.pb80{padding-bottom: 64px;}

.bodyScroll .Header_guangao{color: #333;}
.bodyScroll .Header_guangao::before{background-color: #333;}
.noLucency .Header_guangao{color: #333;}
.noLucency .Header_guangao::before{background-color: #333;}

.Herader-list li a{padding-left: 30px;justify-content: flex-start;}

.Header_guangao{display: none;}

.Header-logo img.IMB{display: none;}

.Header-drop>a{padding: 0px 5px;font-size: 14px;font-family: "AR";color: #333;justify-content:center;}

.Header-drop_list .list2 .list2-muen>li:last-child{width: 280px;}

.Header-drop_xiala{display: none;}

.Footer-navbar li .btn {font-size: 14px;letter-spacing: 3px;color: #bababa;transition: all .4s ease;bottom: -18px;}
.Footer-navbar li .btn:hover{color: #fff;}
.ComXuan_b i{transition: all .4s ease;}
.ComXuan_b:hover i{color: #0e704b;}

.apply .Header-wrapper {box-shadow: none;}
.apply .Header-wrapper:hover {box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);}
.Ctatlx > img{width: 100%;}
.Ctatlx .content {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;}
.Ctatlx-cont .btn{width: 145px;height: 50px;}



.hometw .box .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hometw .box .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hometw .box .tit .left {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .hometw .box .tit .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.hometw .box .tit .left span {
  display: block;
  margin-bottom: 24px;
  font-weight: bold;
}
.hometw .box .tit .left h2 {
  font-weight: bold;
  line-height: 1.2;
}
.hometw .box .tit .right {
  width: 50%;
}
@media (max-width: 767px) {
  .hometw .box .tit .right {
    width: 100%;
  }
}
.hometw .box .tit .right p {
  line-height: 1.66;
}
.hometw .box .hometw_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hometw .box .hometw_box.index_tw {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box {
    flex-direction: column-reverse;
  }
}
.hometw .box .hometw_box .left {
  width: 270px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .left .l_num {
    display: flex;
    flex-wrap: wrap;
  }
}
.hometw .box .hometw_box .left .l_num .item {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .left .l_num .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .hometw .box .hometw_box .left .l_num .item {
    width: 50%;
    padding-right: 20px;
  }
}
.hometw .box .hometw_box .left .l_num .item .t_num {
  margin-bottom: 10px;
  color: #c68643;
  display: flex;
  align-items: flex-end;
}
.hometw .box .hometw_box .left .l_num .item .t_num p {
  line-height: 1;
}
.hometw .box .hometw_box .left .l_num .item .t_num span {
  margin-left: 4px;
}
.hometw .box .hometw_box .left .l_a {
  display: flex;
}
.hometw .box .hometw_box .left .l_a .pub_a {
  flex-shrink: 0;
  margin-right:20px;
}
.hometw .box .hometw_box .right {
  width:calc(100% - 450px);
  position: relative;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .right {
    width: 100%;
    margin: 0;
    overflow: auto;
  }
}
.hometw .box .hometw_box .right p {
  line-height: 1.66;
}
.hometw .box .hometw_box .right .r_box2 {
  position: relative;
}

.hometw .box .hometw_box .right .img {
  width: 100%;
  height: 100%;
}
.hometw .box .hometw_box .right .r_box .item {
  position: absolute;
  width: 1px;
  height: 1px;
  cursor: pointer;
}

.hometw .box .hometw_box .right .r_box .item:hover .hometw_con {
  display: block;
}
.hometw .box .hometw_box .right .r_box .item:hover .g_dian::after {
  animation: moveq3 3s infinite linear;
  -webkit-animation: moveq3 3s infinite linear;
  opacity: 0.3;
}
.hometw .box .hometw_box .right .r_box .item:hover .g_p p {
  color: #0e704b;
}
.hometw .box .hometw_box .right .r_box .item .g_dian::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:#0e704b;
  opacity: 0;
  z-index: 8;
  width:30px;
  height:30px;
}
.hometw .box .hometw_box .right .r_box .item .g_dian i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0e704b;
}
.hometw .box .hometw_box .right .r_box .item .g_dian .i1 {
  width: 10px;
  height:10px;
  z-index: 9;
}
.hometw .box .hometw_box .right .r_box .item .g_dian .i2 {
  width: 30px;
  height:30px;
  opacity: 0.3;
  z-index: 10;
}
.hometw .box .hometw_box .right .r_box .item .g_p {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  white-space: nowrap;
}
.hometw .box .hometw_box .right .r_box .item .g_p.g_pL {
  left: auto;
  right: 22px;
}
.hometw .box .hometw_box .right .r_box .item .g_p p {
  font-weight: bold;
  color: #fff;
}

.hometw .box .hometw_box .right .r_box .item .hometw_con {
  display: none;
  width: auto;
  position: absolute;
  left: 104px;
  top: -140;
  z-index: 100;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con.hometw_con_L {
  left: auto;
  right: 104px;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con.hometw_con_L .hometw_con_box {
  flex-direction: row-reverse;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con.hometw_con_L .line {
  left: 100%;
  transform: rotateY(180deg);
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_con_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .line {
  flex-shrink: 0;
  width: 104px;
  height: auto;
  margin-top: 94px;
  position: absolute;
  right: 100%;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr {
  flex-shrink: 0;
  width: 350px;
  height: auto;
  box-shadow: 0 6px 27px rgba(50, 51, 51, 0.15);
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr {
    width: 240px;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit {
  height: 65px;
  display: flex;
  align-items: center;
  position: relative;
  background: #c68643;
  border-radius: 4px 4px 0 0;
  padding: 0 140px 0 22px;
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit {
    height: 85px;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit h3 {
  color: #fff;
  flex-shrink: 0;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit img {
  width: 136px;
  height: auto;
  position: absolute;
  bottom: 81%;
  /* transform: translateY(-50%); */
  right: 40px;
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit img {
    /* top: 51.5%; */
    width: 180px;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding:20px 30px 30px;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_t {
  margin-bottom: 18px;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_t p {
  font-weight: bold;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_p p {
  margin-bottom: 6px;
  color: #666;
  display: block;
  position: relative;
  padding-left: 15px;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_p p:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
  left: 3px;
  top: 9px;
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.hometw .box .hometw_box .right .r_box .item1 {
  left: 12%;
  bottom: 36%;
}
.hometw .box .hometw_box .right .r_box .item2 {
  left: 7%;
  top: 50%;
}
.hometw .box .hometw_box .right .r_box .item3 {
  right: 13%;
  top: 42%;
}
.hometw .box .hometw_box .right .r_box .item4 {
 right: 27%;
  bottom: 24%;
}
.hometw .box .hometw_box .right .r_box .item5 {
right: 35%;
top: 35%;
}
.hometw .box .hometw_box .right .r_box .item6 {
left: 48%;
bottom: 15%;
}

.hometw .box .hometw_box .right .r_box .item .g_p.g_pLA{top: -27px;left: -40px;}
@keyframes moveq3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.aboutbox-sec2 .box .hometw_box {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .aboutbox-sec2 .box .hometw_box .right {
    order: 1;
    margin-bottom: 40px;
  }
}
.aboutbox-sec2 .box .hometw_box .right .r_box .item .g_dian:after {
  animation: moveq3 3s infinite linear;
  -webkit-animation: moveq3 3s infinite linear;
  opacity: 0.3;
}
.aboutbox-sec2 .box .hometw_box .right .r_box .item:hover .g_p {
  color: #c68643;
}
.aboutbox-sec2 .box .hometw_box .f_gt {
  width: 100%;
}

  .aboutbox-sec2 .box .hometw_box .f_gt {
	  
    width:450px;
	border-radius:0 0 4px 4px;
	box-shadow: 0px 14px 52.92px 1.08px rgba(25, 17, 64, 0.04);
	padding: 35px 25px 35px 25px;
	height: 500px;
	overflow-y: auto;
  }
.index-hw.aboutbox-sec2 .box .hometw_box .f_gt {
	  
    width:400px;
	padding: 40px;
	height:auto;
  }
.index-hw.hometw .box .hometw_box .right {
    width: calc(100% - 400px);
}  
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont {
  width: 100%;
  margin-top:0;
}
@media (max-width: 991px) {
  .aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont {
    overflow: visible;
    padding: 0;
    margin-top: 0;
  }
}


.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit {
  height: 65px;
  display: flex;
  align-items: center;
  position: relative;
  background:#0e704b;
  border-radius: 4px 4px 0 0;
  padding: 0 20px;
}

.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit h3 {
  color: #fff;
  flex-shrink: 0;
  font-weight: bold;
  width: 100%;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit img {
  width: 136px;
  height: auto;
  position: absolute;
  bottom: 81%;
  /* transform: translateY(-50%); */
  right:40px;
}
@media (max-width: 1580px) {
  .aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit img {
    /* top: 51.5%; */
    width: 180px;
  }
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font {
  width: 100%;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_tit {
  color: #000;
  margin-bottom: 25px;
  font-weight: bold;
     transition: all .4s ease;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_tit:hover{margin-left: 5px; color: #0e704b;}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font h6{
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
.prolb-li_title .text{
    transition: all .4s ease;
}
.prolb-li_title:hover .text{margin-left: 5px;}
.prolb-li_title:hover .text div{color: #0e704b!important;}

.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font p{
line-height: 26px;font-size: 15px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font p:hover{
color: #0e704b;
}
.f-ck{margin-bottom: 15px;}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store,.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store1,
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 {
  color: #333;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store p,.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store1 p,
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 p {
  position: relative;padding-left: 15px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store p:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store1 p:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  
  background-color: #333;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store1 p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #666666;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-top: -2px;
  background-color: #666666;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store,.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store1 {
  margin-bottom: 16px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 {
  color: #333333;
  margin-bottom:16px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 p:before {
  background-color: #666666;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_text {
  color: #000000;
  margin-bottom: 16px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_text:hover{color: #0e704b;}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .img {
  background-color: #000000;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .img:before {
  padding-top: 44.11764706%;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .img img {
  opacity: 0.8;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.aboutbox-sec2 .f_but {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.aboutbox-sec2 .f_but .pub_a {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .f_but .pub_a {
    margin: 0 20px;
  }
}

.aboutbox-sec2 .box .hometw_box .f_gt::-webkit-scrollbar {width: 0;}
.aboutbox-sec2 .box .hometw_box .f_gt::-webkit-scrollbar-thumb {background: #0e704b;}
.aboutbox-sec2 .box .hometw_box .f_gt::-webkit-scrollbar-track {background: #f1f1f1;}
.aboutbox-sec2 .box .hometw_box .f_gt{scrollbar-color:#0e704b #f1f1f1;scrollbar-width:thin;background: #fff;border-radius: 4px}
.aboutbox-sec2 .box .hometw_box .f_gt{scrollbar-face-color: #0e704b;scrollbar-shadow-color: #0e704b;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}
.cwk {
	padding-right: 20px;
    max-height: 200px;
    overflow-y: auto;
}
.cwk::-webkit-scrollbar {width: 0;}
.cwk::-webkit-scrollbar-thumb {background: #0e704b;}
.cwk::-webkit-scrollbar-track {background: #f1f1f1;}
.cwk{scrollbar-color:#0e704b #f1f1f1;scrollbar-width:thin;}
.cwk{scrollbar-face-color: #0e704b;scrollbar-shadow-color: #0e704b;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}
.index-hw .prolb-li_title{margin-top: 30px;}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .list-cont.lt1 .list-title .list-title_li {margin-right: 20px;}
    .Header-navbar>ul>li{padding: 0px 25px;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .Header-navbar>ul>li {padding: 0 25px;}
    .getConsult {padding: 48px 0;}
    .getConsult .name {font-size: 28px;}
    .Footer-items {padding: 60px 0 50px;}
    .Footer-navbar {padding: 0 70px 0 80px;}

    .list-cont.lt1 .list-title{margin-bottom: -20px;}
    /* .list-cont.lt1 .list-title .list-title_li{width: calc(100%/3 - 20px);margin-bottom: 20px;} */
    .Header-drop_list .list2 .list2-muen>li{margin-bottom: 10px;}
    .Header-drop-cont>div{margin-right: 15px;}
    .list-cont.lt1{padding: 12px 12px 30px 12px;}
    .Header-drop_list .list2 .list2-btn{display: flex !important;}

.jsmodern-video{max-height: 450px!important;}
.jsmodern-video.vfw{max-height:600px!important;}
}

@media all and (max-width:1430px) {
.Header-menu{font-size: 16px;}
.Header-logo img{height: 56px;}
.hometw .box .hometw_box .right {
  width:calc(100% - 400px);
  padding-right: 50px;
}
.aboutbox-sec2 .box .hometw_box .f_gt {
    width: 400px;
}
}

@media all and (max-width:1350px) {
    /* 1280 */
    .Header-drop_list {padding-left: 90px;}

.Header-logo img{height: 50px;}
    .Header-drop_list .list2 .list2-muen>li:last-child{width: 310px;}
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .contain{width: 960px;}
    .Header-navbar>ul>li {padding: 0 20px;}
    .getConsult {padding: 36px 0;}
    .getConsult .name {font-size: 24px;}
    .getConsult .link {margin-left: 24px;}
    .getConsult .name h2 {margin-right: 16px;}
    .Footer-items {padding: 56px 0 42px;}
    .Footer-navbar {padding: 0 40px 0 40px;}
    .Footer-info .contact {margin-top: 24px;}
    .Footer-info .more {margin-top: 18px;}
    .Footer-drop {margin-top: 16px;}
  
    .Herader-list li{padding: 0px 50px;}
    .Header-navbar>ul{padding-left: 50px;}
  

    .Header-logo img.IMB{display: block;}


    .Header-drop>a{padding: 0px 24px;}
	.Header-apply {
	    width: 120px;
	    font-size: 16px;
	}
.Header-drop {
    width: 150px;
}
.Header-drop>a {
    justify-content: flex-start;
}
}

@media all and (max-width:1140px) {
    /* 1024 */
    .ComXuan{display: none;}
	.Header-wrapper .contain {
	    padding: 0 0 0 20px;
	}
	.Header-menu {font-size: 14px; }
	.Header-navbar>ul>li {
	        padding: 0 15px;
	    }
		    .Header-drop>a {
		        padding: 0px 15px;
		    }
	  .indtrack-search-form button {width: 116px;height: 42px;}
	    .indtrack-search-form input {width: calc(100% - 128px);height: 42px;}
		.indtrack-list-link {
		    width: 31.3333%;
		    margin-left: 2%;
		    height: 42px;
		}
		.indtrack-list-cont p {
		    font-size: 16px;
		    padding-left: 5px;
		    line-height: 24px;
		}
		.indtrack-list-img img {
		    max-width: 24px;
		}
	    .indtrack-list {padding-left: 12px;}
	    .indtrack-search {padding-right: 12px;}
	    .indtrack-search-title {font-size: 22px;}	
.indsj-pan-li {
    width: calc(100% / 4 - 20px);
}		
.Ctatlx > img {
    min-height: 250px;
	object-fit: cover;
}

}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-wrapper{background: #fff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);}
    .Header-menu{color: #333;}
    .Header-logo img.s{opacity: 0;}
    .Header-logo img.h{opacity: 1;}
    .Header-logo, .Header-menu, .Header-apply{height: 60px;}
    .noLucency .Container-wrapper{margin-top: 60px;}
    
    .contain{width: 92%;}
    .Header-logo img {
        height: 42px;
    }
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;padding: 0;}
    .Header-logo{margin-left: 4%;width: 130px;}
    .Header-navclick{display: flex;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;background: #fff;padding: 0px;padding-bottom: 20px;}
    .Header-navbar::before{content: "";position: absolute;width: 100%;height: 1px;left: 0;top: 0;background: rgba(0, 0, 0, 0.1);}
    .Header-navbar>ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;}
    .Header-navbar>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;padding: 0 4%;}
    .Header-navbar>ul>li::after{content:"";position:absolute;width: 92%;left:4%;bottom:0;height:1px;background:rgba(0,0,0,0.1)}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 55px;padding: 0%;font-size: 12px;}
    .Header-menu::before, .Header-menu::after{display: none !important;}
    .Header-arrow{display: block;width: 32px;height: 55px;line-height: 55px;font-size: 12px;font-style: normal;color: #333;text-align: right;position: absolute;z-index: 9;right: 4%;top: 0;}
    .Header-arrow::after{content: "\e61f";font-family: "icon";}
    .Header-arrow.active{transform: rotate(180deg);text-align:left}
    .Header-navbar>ul>li:hover .Header-menu{color: #333 !important;}
    .Header-navbar>ul>li.active .Header-menu{color: #0e704b !important;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;box-shadow: none;padding: 0px;}
    .Header-drop a {height: 55px;line-height: 55px;justify-content: flex-start;padding-left: 10px;border-bottom: 1px dashed rgba(0, 0, 0, .1);color: #555;}
    .Header-drop>a:last-child{border-bottom: none;}

    .getConsult {padding: 24px 0;}
    .getConsult .name {font-size: 18px;width: 100%;justify-content: center;}
    .getConsult .name h2 {margin-right: 10px;}
    .getConsult .link {margin: 10px 0 0;}

    .Footer-items{padding: 34px 0 28px;}
    .Footer-info{width: 100%;text-align: center;}
    .Footer-info .contact h6 {justify-content: center;}
    .Footer-info .more p {justify-content: center;}
    .Footer-info .contact {margin-top: 20px;}
    .Footer-info .more {margin-top: 12px;}
    .Footer-code{text-align: center;margin-top: 20px;}
    .Footer-code .text {margin-top: 12px;}
    .Footer-navbar{width: 100%;display: none;flex: none;}
    .Footer-navbar>ul>li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "\e61f";font-family: "icon";text-align: center;font-weight: 400;width: 44px;height: 45px;line-height: 45px;font-size: 12px;color: #fff;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-friend{display: none;}
    .Footer-copyright {padding: 18px 0;}
    .Footer-copyright .info p {margin-left: 8px;}
    .Footer-copyright .info p, .Footer-copyright .link a {font-size: 12px;line-height: 20px;}
    .Footer-copyright .info, .Footer-copyright .link{width: 100%;justify-content: center;}

    .FooterBlock{display: none;}
    .Footer-wrapper{position: relative;height: auto;opacity: 1 !important;z-index: 9;}

    .Herader-list_title .img{display: none;}
    .Header-navbar li:nth-child(3) .Header-drop{position: static;padding: 0px;}
    .Herader-list li{padding: 0px 4%;}
    .Herader-list li a {margin-bottom: 0px;font-size: 14px;}
    .Herader-list_title {margin-bottom: 0px;}
    .Herader-list{display: block;}
    .Herader-list ul{display: block;}


    .Header-drop_btn{display: none !important;}
    .Header-drop_list .title{position: static;}
    .Header-drop_list{padding-left: 0px;}
    .list-cont.lt1{display: none;}
    .list-cont .list-title.ly2{display: none;}
    .list-cont .list-title.ly3{display: none;}
    .list-cont .list-title{display: none;}
    .Header-drop_list {margin-right: 0px;}
    .Header-drop_list .list2 .list2-muen>li{width: 100%;margin-bottom: 0px;margin-right: 0px;}
    .Header-drop_list:last-child .list2{display: none;}
    .Header-drop_list .list2{margin-top: 0px;}
    .Header-drop_list .list2 .list2-muen>li .list-cont{display: none;}
    .Header-drop-cont>div{height: auto;}
    .Header-drop_mb{display: block;}
    .Header-drop_list .list2 .list2-muen>li{padding-left: 4% !important;}
    .Header-drop_list .list .name{padding-left: 4% !important;font-size: 12px;}
    .Header-drop_mb a{padding-left: 4% !important;}
    .Header-drop_list{margin-top: 0px;}
    .Herader-list_title .text{font-size: 13px;font-weight: 300;}
    .Header-drop a{font-size: 13px;}
    .Header-drop_list .list2 .list2-btn{font-size: 12px;}
    .Header-drop_mb a{font-size: 12px;}
    .Herader-list li a{font-size: 12px;}
    .Header-navclick{float: left;}
    .Header-logo{position: absolute;left: 0px;right: 0px;margin: 0px auto;}
    .Header-apply {width: 100px;}
    .Header-apply {font-size: 16px;}
    
	.Header-apply span{
	    background-color: #0e704b;
	    border: 1px solid #0e704b;
	}
    .Header_guangao{height: 60px;display: none;}


    .Header-navbar>ul{padding-left: 0px;}

    .Header-drop{border-top: 1px solid rgba(0, 0, 0, .1);}
    .Header-drop_list .list2 .list2-muen{flex-wrap: wrap;}
    .Header-drop_list .list2 .list2-muen li{width: 100%;}
    .Header-drop_mb li{width: 100%;}
.Header-drop{margin-left: 0!important;}
    .Herader-list{display: none;}
    .Header-drop-cont{display: none;}
    .Header-drop_xiala{display: block;}


    .Header-drop_xiala li{}
    .Header-drop_xiala li a{padding: 0px;}
    .Header-drop_xiala li .title{position: relative;border-bottom:none;}
    .Header-drop_xiala li .hide{display: none;}
    .Header-drop_xiala li .title i {display: block !important;width: 12px;height: 55px;font-size: 12px;line-height: 55px;font-style: normal;color: #333;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-drop_xiala li .title i::after {content: "\e61f";font-family: "icon";position: absolute;top: 50%;transform: translateY(-50%);right: 0px;}
    .Header-drop_xiala li.active .title i::after{content: "\e61e";}
    .Header-drop_xiala li .hide>a{padding-left: 20px !important;}
    .Header-drop_xiala li{border-bottom: 1px solid rgba(0, 0, 0, .1);}
    .Header-drop_xiala li:last-child{border-bottom: 0px;}

    .Header-drop_xiala li .hide-not{position: relative;}
    .Header-drop_xiala li .hide_list{position: relative;}
    .Header-drop_xiala li .hide_list i {display: block !important;width: 40px;height: 55px;font-size: 12px;line-height: 55px;font-style: normal;color: #333;text-align: center;position: absolute;z-index: 9;right: 0px;top: 0;}
    .Header-drop_xiala li .hide_list i::after {content: "\e61f";font-family: "icon";position: absolute;top: 50%;transform: translateY(-50%);right: 0px;}
    .Header-drop_xiala li .hide_list i.active::after{content: "\e61e";}
    .hide_list a{padding-left: 20px !important;}

    
    .Header-drop_xiala li .title i {width: 12px;height: 50px;font-size: 12px;}

    .hide-not_list a{padding-left: 30px !important;}
    .hide-not_list{display: none;}

    .hide-not{border-bottom: none !important;margin-right: 40px;}
    .hide-not::before{content: "";position: absolute;bottom: 0px;left: 0px;width:calc(100% + 40px);height: 1px;background-color: rgba(0, 0, 0, .1);}
    .hide-not .hide-not_list:last-child{border-bottom: 0px;}
    .Header-drop a{font-size: 12px;}
    .Header-drop_xiala li .hide{border-top: 1px solid rgba(0, 0, 0, .1);}
    .Header-drop_xiala li a{padding-left: 10px;}
    .hide-not_list a.active{background-color: #f7f7f7;}
    .Header-menu{font-size: 15px;}
    .bodyNoDot .Header-drop {left: 0;right: auto;margin: 0 auto;transform: translateX(0);}
.indtrack-item{margin-top: 0;}
.indtrack{padding: 30px 0;}
 .indtrack-search{width: 100%;padding-right: 0;}
    .indtrack-list{width: 100%;padding-left: 0;margin-top: 20px;}
.proxqcp-svp .pages,.serviceBox .pages{opacity: 1;margin-top: 40px;}
.proxqcp-svp .pages .swiper-pagination-bullet,.serviceBox .pages .swiper-pagination-bullet{width: 24px;
    height: 3px;
    border-radius: 3px;
    margin: 0px 5px;}
.Get-start-area {
    padding: 60px 0px;
}	
    .indtrack-list-link {
        height: 60px;
    }
#video video {
    object-fit: contain;
}	
.hometw .box .hometw_box .right {
        width: 100%;
        padding-right: 0;
    }
    .aboutbox-sec2 .box .hometw_box .f_gt {
        width: 100%;
    }	
.index-hw.aboutbox-sec2 .box .hometw_box .f_gt {
    width: 100%;
    padding: 40px;
}	
.index-hw.hometw .box .hometw_box .right {
 width: 100%;
}
.aboutbox-sec2 .box .hometw_box .f_gt {
    background: transparent;
}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .getConsult{padding: 25px;}
    .getConsult .link{margin-top: 12px;}
    .Footer-items {padding: 25px 0 20px;}
    .Footer-info .contact {margin-top: 15px;}
    .Footer-info .more {margin-top: 15px;}
    .Footer-code{margin-top: 15px;}
    .Footer-copyright {padding: 20px 0;padding-bottom: 40px;}
    .getConsult .name {font-size: 16px;}

    .Header-drop_list .list2 .list2-muen{flex-wrap: wrap;}
    .Header-drop_list .list2 .list2-muen li{width: 100%;}
    .Header-drop_mb li{width: 100%;}

    .Herader-list{display: none;}
    .Header-drop-cont{display: none;}
    .Header-drop_xiala{display: block;}


    .Header-drop_xiala li{}
    .Header-drop_xiala li a{padding: 0px;}
    .Header-drop_xiala li .title{position: relative;border-bottom:none;}
    .Header-drop_xiala li .hide{display: none;}
    .Header-drop_xiala li .title i {display: block !important;width: 12px;height: 55px;font-size: 12px;line-height: 55px;font-style: normal;color: #333;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-drop_xiala li .title i::after {content: "\e61f";font-family: "icon";position: absolute;top: 50%;transform: translateY(-50%);right: 0px;}
    .Header-drop_xiala li.active .title i::after{content: "\e61e";}
    .Header-drop_xiala li .hide>a{padding-left: 20px !important;}
    .Header-drop_xiala li{border-bottom: 1px solid rgba(0, 0, 0, .1);}
    .Header-drop_xiala li:last-child{border-bottom: 0px;}

    .Header-drop_xiala li .hide-not{position: relative;}
    .Header-drop_xiala li .hide_list{position: relative;}
    .Header-drop_xiala li .hide_list i {display: block !important;width: 40px;height: 55px;font-size: 12px;line-height: 55px;font-style: normal;color: #333;text-align: center;position: absolute;z-index: 9;right: 0px;top: 0;}
    .Header-drop_xiala li .hide_list i::after {content: "\e61f";font-family: "icon";position: absolute;top: 50%;transform: translateY(-50%);right: 0px;}
    .Header-drop_xiala li .hide_list i.active::after{content: "\e61e";}
    .hide_list a{padding-left: 20px !important;}

    .ComXuan{display: block;z-index: 99999999999;transform: scale(.6);bottom: -30px;right: 0px;}

    .Header-drop_xiala li .hide .hide-not{padding-left: 30px;}

    .getConsult .name{font-size: 15px;}
    .getConsult .contain{width: 100%;}
    .Footer-items {padding: 40px 0 20px;}
    .Footer-info .contact {margin-top: 17px;}
    .Footer-info .contact h6 {margin-top: 8px;}
    .Footer-info .more {margin-top: 0px;}
    .Footer-info .more p{margin-top: 15px;}
    .Footer-code .text{margin-top: 10px;}
    .Footer-copyright .link{margin-top: 10px;}

    .Header-drop_xiala li .title i {width: 32px;height: 55px;font-size: 12px;text-align:right}
  
    .hide-not_list a{padding-left: 30px !important;}
    .hide-not_list{display: none;}

    .hide-not{border-bottom: none !important;margin-right: 40px;}
    .hide-not::before{content: "";position: absolute;bottom: 0px;left: 0px;width:calc(100% + 40px);height: 1px;background-color: rgba(0, 0, 0, .1);}
    .hide-not .hide-not_list:last-child{border-bottom: 0px;}
    .Header-drop a{font-size: 13px;}
    .Header-drop_xiala li .hide{border-top: 1px solid rgba(0, 0, 0, .1);}
    .Header-drop_xiala li a{padding-left: 10px;}
    .hide-not_list{background-color: #f8f8f8;position: relative;}
    /* .hide-not_list:nth-child(3){background-color: #0e704b;} */
    .Header-drop_xiala li:nth-child(2) .hide i{display: none !important;}
    .Header-drop_xiala li:nth-child(3) .hide i{display: none !important;}
    .Header-drop_xiala li:nth-child(2) .hide{background-color: #f8f8f8;}
    .Header-drop_xiala li:nth-child(3) .hide{background-color: #f8f8f8;}
    
    /* .Header-drop_xiala:nth-child(2) li:nth-child(1) .hide{background-color: #f8f8f8;}
    .Header-drop_xiala:nth-child(2) li:nth-child(1) .hide i{display: none !important;} */
    .Header-navbar>ul>li:nth-child(3) .Header-drop_xiala li .hide{background-color: #f8f8f8;}
    
    .Header-navbar>ul>li:nth-child(3) .Header-drop_xiala li .hide i{display: none !important;}
    /* .commonLink::after{opacity: 1;} */
    /* .hide-not_list::before{content: "";position: absolute;left: -4%;width: 100vw;height: 100%;background-color: #f8f8f8;top: 0px;z-index: 2;} */
    .Header-navbar{padding-bottom: 80px;}
    .Header-navbar .drop_xiala.active{border-bottom: 0px;}
    .Header-navbar>ul>li:nth-child(2) .Header-drop_xiala li:last-child .hide_list:last-child a::before{display:none}
    .Header-navbar>ul>li:nth-child(3) .Header-drop_xiala li:last-child .hide_list:last-child a::before{display:none}
.indtrack-search-title {font-size: 20px;}
    .indtrack-search-form input{width: 100%;}
    .indtrack-search-form button{width: 100%;margin-top: 8px;}
    .indtrack-list-cont p{font-size: 14px;}

    .indtrack-list-img::after {width: 22px;height: 22px;right: -10px;bottom: -8px;}
    .indtrack-list-link {height: 90px;}	
.indtrack-search-form input {
font-size: 12px;
}	
.indtrack-search-form button {
    font-size: 16px;
}
 .indtrack-search-form input::placeholder {
        font-size: 14px;
    }

.proxqcp-svp .swiper-slide {
    min-height:300px;
}
.serviceBox .swiper-slide {
    min-height:300px;
}
.feature-wrap .title{font-size: 20px;}
.proxqgn-svp .pages,.serviceBox .pages{height: 3px;margin-top: 20px;}
.proxqgn-svp .pages .swiper-pagination,.serviceBox .pages .swiper-pagination{height: 3px;position: static;margin-top: -12px;}
.proxqcp-svp .pages,.serviceBox .pages{height: 3px;margin-top: 20px;}
.proxqcp-svp .pages .swiper-pagination,.serviceBox .pages .swiper-pagination{height: 3px;position: static;margin-top: -12px;}
.proxqcp-svp .pages .swiper-pagination-bullet,.serviceBox .pages .swiper-pagination-bullet {width: 6px;height: 6px;margin: 0px 5px;transition: all .4s ease;}
.proxqcp-svp .pages   .swiper-pagination-bullet-active,.serviceBox .pages   .swiper-pagination-bullet-active {width: 20px;}	
.get-start-box .title{font-size: 24px;}
.z_more {height: 42px;}
.indsj-pan-li {
    width: calc(100% / 2 - 20px);
}
.footer_top {
    padding:45px 0 15px 0;
}
.footer_a1s {
    width: 100%;
    padding-right:0;
	display: none;
}
.footer_a1 {
    width: 100%;
	margin: 30px 0;
	padding-right:0;
display: none;	
}
.footer_a2 {
    width: 100%;
    margin-left: 0;
}
.footer_tit_bot {
    margin-top: 15px;
}
.fr.footer_bot{float: left;}
.footer_bot p {
    padding: 10px 0;
}
.fr.footer_bot p{padding-top: 0;}
.footer_bot{width: 100%;}
.footer_bot a:first-child{
padding-left: 0
}
    .indtrack-list-link {
        height: 42px;
    }
.Ctatlx > img {
    min-height: 210px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit {
    height: 50px;
}	
.Footer-code {
    width: 80px;
    margin-right: 10px;
}
.Footer-code .image {
    width: 80px;
}
.footer_iconzi {
    font-size: 14px;
}
.footer_a2fl {
    margin-bottom: 6px;
}
.aboutbox-sec2 .box .hometw_box .f_gt,.index-hw.aboutbox-sec2 .box .hometw_box .f_gt {
    padding: 0;
box-shadow: none;
}

.cwk {
    padding-right: 20px;
    max-height:inherit;
    overflow-y: auto;
}
.hometw .box .hometw_box .right .r_box .item {
    font-size: 12px;
}
.hometw .box .hometw_box .right .r_box .item .g_dian::after {
    width: 20px;
    height: 20px;
}
.hometw .box .hometw_box .right .r_box .item .g_dian .i2 {
    width: 20px;
    height: 20px;
}
}