@import url("animate.css");
@import url("swiper.css");
body { min-width: 1200px;}
.wpLg { width: 77%; margin: 0 auto; }
.wp { width: 62.5%; margin: 0 auto; }
.borderd4d9e2{border-bottom: 1px solid #d4d9e2;}
.borderc5cbd6{border-bottom: 1px solid #c5cbd6;}
.shadowa5a5a5{box-shadow: 0 0 27px 4px rgba(165, 165, 165, 0.35);}
.bgebf1f4{background-color: #ebf1f4;}
.bgdeeaed{background-color: #deeaed;}
.color1fa0b9{color: #1fa0b9;}

.header{position: fixed;top:0; left: 0;right: 0;z-index: 50;padding-bottom: .15rem;}
.head_wit {background-position: center top;background: linear-gradient(-90deg,#3da7b4 0%,#3da7b4 100%);}

.header .logo{margin-right: 1.4rem;}
.header .logo img{transition: .3s;}
.header .hd-nav li{line-height: .36rem;font-size: .18rem;position: relative;}
/* .header .hd-nav li:hover>a{color: #ffffff;} */
.header .hd-nav li>a{display: block;line-height: .36rem;position: relative;color: #fff;font-weight: bold;text-align: center;}
.header .hd-nav  li .sub-nav{position:absolute;top:100%;left:50%;z-index:99;padding-top:.05rem;min-width: 1.6rem;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: .3s;}
.header .hd-nav  li .sub-nav .sub-nav-h{text-align:center;position: relative;background: #fff;padding: .1rem 0;box-shadow: 0 0 10px rgba(0,0,0,.3);background: #fff;border-radius: 0 0 .1rem .1rem;overflow: hidden;}
.header .hd-nav  li .sub-nav .sub-nav-h:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background:#3da7b4;}
.header .hd-nav  li .sub-nav .sub-nav-h a{display:block;font-size:.16rem;padding:0 .13rem ;margin-bottom: 1px;background: #fff;;white-space: nowrap;line-height: .45rem}
.header .hd-nav  li .sub-nav .sub-nav-h a:hover{background:#3da7b4;color:  #ffffff}
.header .hd-nav  li:hover .sub-nav{opacity: 1;visibility: inherit; }
.header .searchBox{position: absolute;top: 0.42rem;right: 0;}
.header .serinp{width: 2.16rem;visibility: inherit;transition: .3s;}
.header .serinp input{width: 100%;height: .32rem;padding: 0 .3rem 0 .1rem;line-height: .28rem;font-size: .16rem;border-radius: .32rem;color: #333;background-color: #ffffff;border: none;}
.header .serinp input::-webkit-input-placeholder{color:#8d99a3;}
.header .serinp input:-ms-input-placeholder {color:#8d99a3;}
.header .serbtn{width: .48rem;height: .18rem;position: absolute;top:0.07rem;right: 0;}
.header .serbtn img{margin: 0 auto;}

.banner{height: 3rem;background:url('../imgs/other/banner.png') no-repeat center;background-size: cover;transition: .3s;}

.centerBox{background-image: url(../imgs/other/bg.png);background-repeat: no-repeat;background-size: cover;background-position: center bottom;background-color: #deeaed;}
.subLeft{width: 2.6rem;min-height: 5.5rem;padding: 0 0.2rem;background-image: url('../imgs/other/subbg.png'), linear-gradient(to bottom, #20a3bf,#1c8a97);background-repeat: no-repeat;background-position: bottom;background-size: 100% auto;}
.subLeft .subMenu li{margin-bottom: 0.14rem;}
.subLeft .subMenu li a{color: #ffffff;display: block;}
.subLeft .subMenu li a.select,.subLeft .subMenu li a:hover{background-color: #ffffff;color: #209fb9;border-radius: 0.24rem;}
.subRight{width: calc(100% - 2.7rem);}
.subRight .subTitle{height: 0.6rem;padding: 0 0.18rem;border-bottom: 1px solid #e2e6e7;}
.subRight .subElem{padding: 0.24rem 0.2rem 0.12rem 0.24rem;}
.subRight .subElem li{margin-bottom: 0.12rem;}
.subRight .subElem .yellowCircle{width: 8px;height: 8px;border-radius: 4px;background-color: #f4a259;margin-right: 8px;}
.subRight .aline_r{position:relative;background-image:linear-gradient(#3da7b4,#3da7b4);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .5s}
.subRight .alin_r:hover .aline_r{background-size:100% 1px;color: #3da7b4}
.subRight .aline_r:hover{background-size:100% 1px;}

.newsBox li{-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.newsBox li a{display: block;}
.newsBox li .pic {width: 2.42rem;height: 1.62rem;}
.newsBox li .pic .a {background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;}
.newsBox li .txt {width: calc(100% - 2.42rem);padding: 0 0.22rem;}
.newsBox li:hover{background-color: #3da7b4;color: #ffffff;}
.newsBox li:hover a{color: #ffffff;}

.newsContent img{margin: 0 auto;}

.pages a {width: 42px;height: 42px;border: 1px solid #b4bac8;background-color: #ffffff;color: #b4bac8;font-size: 16px;display: flex;align-items: center;justify-content: center;cursor: pointer;margin: 0 8px;}
.pages a:hover {border: 1px solid #57a6ab; color: #57a6ab;}
.pages a.current {background-color: #3da7b4;color: #ffffff;border: 1px solid #3da7b4;}
.pages a.disabled{border: 1px solid #cccccc;color: #cccccc;cursor: not-allowed;}

.footer{background: url('../imgs/index/bottomBg.png') no-repeat;background-position: center;background-size: cover;padding: 0.6rem 0 0.74rem;}
.footer a{display: block;color: #ffffff; font-size: 0.16rem;line-height: 0.36rem;}

/* 媒体查询 */
/* @media (max-width: 1200px){
	.footer .wp{padding: 0.3rem 0.68rem 0;}
	.footer .rowBetweenCenter{flex-wrap: wrap-reverse;justify-content: center;}
	.footer .rowBetweenCenter .footer_1{width: 100%;}
	.footer .rowBetweenCenter .footer_logo{margin-bottom: 0.3rem;}
	.footer .rowStartStart{flex-wrap: wrap;}
	.footer .rowStartStart li{width: 50%;}
} */




