
/* header */
.header{background: #FFFFFF;backdrop-filter: blur(10px);line-height: 4rem;position: relative;z-index: 9;}
.header .logo{display: inline-flex;align-items: center;}
.header .logo img{max-height: 2.27rem;}
.header .nav .nLi{padding: 0 0.5rem;position: relative;}
.header .nav .nLi h2 a{display: block;color: #3D3D3D;position: relative;}
.header .nav .nLi h2 a::after{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: 1.4rem;background: currentColor;transform: scale(0, 1);opacity: 0;}
.header .nav .nLi.on h2 a,
.header .nav .nLi:hover h2 a{color: var(--primary-color);}
.header .nav .nLi.on h2 a::after,
.header .nav .nLi:hover h2 a::after{transform: scale(1);opacity: 1;}
.header .nav .nLi .navSub{position: absolute;left: 50%;top: 100%;width: 180px;margin-left: -90px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding: 10px 0;display: none;}
.header .nav .nLi .navSub ul li{padding: 12px 0;}
.header .nav .nLi .navSub a{display: block;line-height: 24px;text-align: center;color: #333;padding: 0 4px;position: relative;}
.header .nav .nLi .navSub a:hover{color: var(--primary-color);}
.header .nav .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: var(--primary-color);position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .searchBtn{margin-left: 1.67rem;width: 1.83rem;height: 1.83rem;background: var(--primary-color);border-radius: 50%;cursor: pointer;}
.header .searchBtn img{height: 36%;}
.header .searchBtn:hover{background: var(--active-color);}

/* 查看更多 */
.moreStyle{line-height: 0.73rem;color: #3D3D3D;}
.moreStyle .icon{width: 0.9rem;margin-left: 1rem;filter: brightness(0) invert(0.2);}
.moreStyle:hover{color: var(--primary-color);}
.moreStyle:hover .icon{filter: brightness(1) invert(0);}
.moreStyle.white{color: #fff;}
.moreStyle.white .icon{filter: brightness(0) invert(1);}
/* .moreStyle.white:hover{color: var(--primary-color);}
.moreStyle.white:hover .icon{filter: brightness(1) invert(0);} */

/* 日期样式 */
.dateStyle{display: flex;align-items: center;color: #999999;font-family: "Poppins-Regular";}
.dateStyle .icon{margin-right: 0.2rem;}
.dateStyle.white{color: #fff;}
.dateStyle.white .icon{filter: brightness(0) invert(1);}

/* footer */
.footer{background: #EEF9FD;}
.footer .top{padding: 2rem 0 1.67rem;justify-content: space-between;}
.footer .logo img{max-height: 2.27rem;}
.footer .qrcode{width: 4.47rem;}
.footer .qrcode img{width: 100%;}
.footer .text{width: 27rem;}
.footer .text dl{width: 50%;display: flex;line-height: 0.93rem;color: #333333;align-items: flex-start;}
.footer .text dl dt{flex-shrink: 0;color: #888888;}
.footer .text dl dt img{margin-right: 0.7rem;}
.footer .text dl dd{flex: 1;overflow: hidden;max-width: 7.33rem;padding-top: 0.17rem;}
.footer .btm{padding: 0.8rem 0;background: #00A7E6;color: #fff;line-height: 0.8rem;color: #fff;}
.footer .btm .left em{margin: 0 0.5em;}
.footer .btm a:hover{text-decoration: underline;opacity: 0.8;}

/* 标题 */
.titleStyle{margin-bottom: 1.67rem;justify-content: space-between;align-items: flex-start;}
.titleStyle::after{content: "";width: 1rem;height: 1px;background: var(--primary-color);position: absolute;right: 0;bottom: 0.44rem;z-index: 2;}
.titleStyle .title{padding-left: 0.67rem;color: #3D3D3D;}
.titleStyle .title::before{content: "";width: 5px;height: 2.17rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: var(--primary-color);margin-top: 0.17rem;}
.titleStyle .title .ch{line-height: 1.77rem;white-space: nowrap;}
.titleStyle .title .enWrap{background: url(../images/icon_dot1.png) repeat-x left center;background-size: auto 100%;align-items: center;display: inline-flex;margin-top: -2px;}
.titleStyle .title .enWrap::before{content: "";width: 1500px;height: 1px;background: #CFDADC;position: absolute;left: 100%;top: 50%;}
.titleStyle .title .enWrap .en{color: #888888;line-height: 0.9rem;font-family: "Poppins-Regular";margin-right: 0.15rem;white-space: nowrap;}
.titleStyle .title .enWrap .en::first-letter{text-transform: uppercase;}
.titleStyle .title .enWrap .line{width: 1rem;height: 1px;background: var(--primary-color);}
.titleStyle .tabs{margin: 0.27rem 0 0 2.13rem;}
.titleStyle .tabs li a{position: relative;line-height: 1.3rem;padding: 0 1rem;white-space: nowrap;}
.titleStyle .tabs li a::after{content: "";width: 1px;height: 0.73rem;background: #CFDADC;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.titleStyle .tabs li:first-child a::before{content: "";width: 1px;height: 0.73rem;background: #CFDADC;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.titleStyle .tabs li a .icon{width: 0;}
.titleStyle .tabs li.active a{color: var(--primary-color);}
.titleStyle .tabs li.active a .icon{width: 1.13rem;margin-right: 0.33rem;}
.titleStyle .moreStyle{margin-top: 0.37rem;}
.titleStyle.white .title{color: #fff;}
.titleStyle.white .title::before{background: #fff;}
.titleStyle.white .title .enWrap{background-image: url(../images/icon_dot2.png);}
.titleStyle.white .title .enWrap .en{color: #fff;}
.titleStyle.white .title .enWrap::after{background: rgba(255, 255, 255, 0.5);}
	
@media screen and (max-width: 1620px){

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

}

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

@media screen and (max-width: 1200px){
.footer .text{width: 24rem;}
.footer .logo img{max-height: 2rem;}

.header .logo img{height: 1.7rem;}
.header .nav .nLi{padding: 0 0.4rem;}
.header .searchBtn{margin-left: 0.5rem;}
}

@media screen and (max-width: 1024px){
.header,
.header .logo{height: 2.8rem;line-height: 2.8rem;}
.header .nav{display: none;}
.header .menuIcon{display: block;}

.footer .logo{display: none;}
}

@media screen and (max-width: 760px){
.header,
.header .logo{height: 2.2rem;line-height: 2.2rem;}
.header .logo img{max-height: 1.4rem;}
.header .searchBtn{width: 1.4rem;height: 1.4rem;}

.footer .top{padding: 1rem 0;}
.footer .qrcode{flex-shrink: 0;width: 3rem;}
.footer .text{flex: 1;width: auto;box-sizing: border-box;padding-right: 0.5rem;}
.footer .text dl{width: 100%;}
.footer .btm{padding: 0.5rem 0;text-align: center;}
.footer .btm > .w1500{display: block;}
.footer .text dl{margin-bottom: 0.2rem;}
.footer .text dl dt img{width: 0.5rem;margin-right: 0.3rem;}
.footer .text dl dd{padding-top: 0;}

.titleStyle{margin-bottom: 1rem;}
.titleStyle .tabs{margin-left: 0;}
.titleStyle .tabs li a .icon{display: none;}
.titleStyle .tabs li a{padding: 0 0.5rem;}

.moreStyle .icon{margin-left: 0.5rem;}

}

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