* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
 @font-face {
	font-family: PingFangSC-Medium;
	src: url(../font/PingFangMedium.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* @font-face {
	font-family: PingFangSC-Semibold;
	src: url(https://iacc.pazhoulab-huangpu.com/public/static/index/fonts/PingFangSC-Semibold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: PingFangSC-Regular;
	src: url(https://iacc.pazhoulab-huangpu.com/public/static/index/fonts/PingFangRegular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
} */
a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.content1170{
	margin: 0 auto;
	width: 1170px;
	max-width: 94%;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}
.header{
	position: relative;
	width: 100%;
	background: linear-gradient(90deg, #3190F3 0%, rgba(16,169,232,0.85) 42%, #4551FA 71%, #0026FF 100%);
	z-index: 999;
}
.header.active{
	opacity: 0;
	visibility: hidden;
}
.header .content{
	height: 60px;
	width: 100%;
	padding: 0 3.12%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .l img{
	display: block;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
}
.header .r .nav li a{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255,255,255,0.8);
	line-height: 24px;
}
.header .r .nav li.active a,
.header .r .nav li:hover a{
	color: #fff;
}
.header .r .nav li{
	position: relative;
}
.header .r .nav li:not(:last-child){
	margin-right: 40px;
}
.header .r .nav li:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background-color: transparent;
}
.header .r .nav li.active:before,
.header .r .nav li:hover:before{
	background-color: rgba(26, 214, 217, 1);
}
.header .r .header-loginBtn,
.header .r .header-regBtn{
	width: 56px;
	height: 32px;
	line-height: 30px;
	background: rgba(255,255,255,0.1);
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,0.6);
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255,255,255,0.8);
	margin-left: 40px;
	text-align: center;
}
.header .r .header-regBtn{
    margin-left: 20px;
}
.header .r .header-loginBtn:hover,
.header .r .header-regBtn：hover{
	background-color: #fff;
	color: #0026FF;
}
.footer{
	background: rgba(49, 44, 43, 1);
}
.footer .footer-t{
	padding: 30px 0;
	border-bottom: 1px solid rgba(69, 64, 63, 1);
}
.footer .footer-t ul{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t .li-title{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
}
.footer .footer-t .li-text{
	margin-top: 10px;
}
.footer .footer-t .li-text a{
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #C0BFBE;
	line-height: 22px;
}
.footer .footer-t .li-text a:not(:last-child){
	margin-bottom: 10px;
}
.footer .footer-t .li-text .ewm{
	display: block;
	width: 82px;
}
.footer .footer-b{
	padding: 5px 0;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #C0BFBE;
	line-height: 20px;
	text-align: center;
}
.footer .footer-b a{
	color: #C0BFBE;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 100px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-box .zh{
	font-size: 38px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 46px;
}
.banner1 .banner-box .en{
	font-size: 38px;
	font-family: Helvetica-Light, Helvetica;
	font-weight: 300;
	color: #1AD6D9;
	line-height: 46px;
}
.banner1 .input{
	margin-top: 30px;
	display: flex;
}
.banner1 .input input{
	width: 270px;
	height: 45px;
	background-color: #fff;
	border: none;
	outline: none;
	padding: 0 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 32px;
}
.banner1 .input input::-webkit-input-placeholder{
	color: #BCBBBB;
}
.banner1 .input .submit{
	width: 60px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #267DFF;
	color: #fff;
	cursor: pointer;
}
.banner1 .input .submit .iconfont1{
	font-size: 22px;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pagination{
	display: flex;
	justify-content: space-between;
}
.pagination .l{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.pagination .r{
	display: flex;
}
.pagination .r ul{
	display: flex;
}
.pagination .r ul li{
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #F0F0F0;
}
.pagination .r ul li{
	margin: 0 4px;
}
.pagination .r ul .more{
	margin: 0 4px;
}
.pagination .r ul li:hover,
.pagination .r ul li.active{
	background-color: #0026FF;
	color: #fff;
}
.pagination .r ul li:hover a,
.pagination .r ul li.active a{
	color: #fff;
}
.pagination .r ul li:not(:last-child){
	/* margin-right: 8px; */
}
.pagination .r ul li a{
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
}
.pagination .r .select-box{
	width: 82px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #F0F0F0;
	margin-left: 16px;
}
.pagination .r .select-box select{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../image/bottom.png);
	background-repeat: no-repeat;
	background-position: right 7px center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	padding: 0 8px;
}
.pagination .r .skip-box{
	margin-left: 8px;
	display: flex;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	align-items: center;
}
.pagination .r .skip-box input{
	width: 48px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #F0F0F0;
	outline: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin: 0 8px;
	text-align: center;
}
.viewer-title{
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.viewer-backdrop{
	background: rgba(7,29,60,0.6);
	backdrop-filter: blur(5px);
}
.viewer-navbar{
	display: none;
}
.viewer-toolbar{
	display: none;
}
.viewer-btns{
	position: absolute;
	left: 50%;
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}
.viewer-btns>div{
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.2);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	color: #fff;
}
.viewer-btns>div .iconfont{
	font-size: 20px;
	cursor: pointer;
}
.viewer-list1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: rgba(49,44,43,0.8);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 36px;
}
.viewer-list1 li{
	cursor: pointer;
}
.viewer-footer{
	bottom: 140px;
}
.viewer-list1 li:not(:last-child){
	margin-right: 29px;
}
.viewer-list1 li:last-child{
	margin-left: 7px;
}
.viewer-list1 img{
	display: block;
	width: auto;
}
.viewer-button{
	display: none;
}
.m-right-buttom {
	display: none;
}

.m-navbar{
	display: none;
}
@media (max-width:1660px){
    .header .r .nav li a{
        font-size: 14px;
    }
    .header .l img{
        width: 460px;
    }
    .header .r .nav li:not(:last-child){
        margin-right: 30px;
    }
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}
@media (max-width:1400px){
    .header .l img{
        width: 350px;
    }
    .header .r .nav li:not(:last-child){
        margin-right: 20px;
    }
}
@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width:1280px) {
	/*.header .l img{*/
	/*	width: 400px;*/
	/*}*/
	.header .r .nav li:not(:last-child){
		margin-right: 20px;
	}
	.banner1 .banner-box .zh,
	.banner1 .banner-box .en{
		font-size: 30px;
	}
}
@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
    .banner1 .input{
        margin-top: 10px;
    }
	.header .r .nav{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #3370FF;
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}
	
	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}
	
	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}
	
	.m-navbar li:hover a {
		color: rgba(0, 38, 255, 1) !important;
	}
	
	.m-navbar li.active a {
		color: rgba(0, 38, 255, 1) !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 998;
	}
	
	.m-navbar li+li {
		margin-top: 12px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.banner1 .banner-box .zh,
	.banner1 .banner-box .en{
		font-size: 28px;
	}
	.viewer-title{
		font-size: 22px;
	}
}
@media (max-width:768px) {
	.viewer-title{
		font-size: 20px;
	}
	.banner1 .banner-box .zh,
	.banner1 .banner-box .en{
		font-size: 26px;
		line-height: 1.4;
	}
	.pagination{
		flex-direction: column;
		align-items: center;
	}
	.pagination .r{
		flex-wrap: wrap;
		justify-content: center;
	}
	.pagination .r ul{
		width: 100%;
		justify-content: center;
		margin: 5px 0 10px;
	}
	.pagination .r .select-box{
		margin-left: 0;
	}
}
@media (max-width:620px) {
	.footer .footer-t ul{
		flex-wrap: wrap;
	}
	.footer .footer-t ul li:last-child{
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	.footer .footer-t .li-text .ewm{
		margin: 0 auto;
	}
	
}
@media (max-width:500px) {
    .header .r .header-loginBtn{
        margin-left: 0;
    }
	.viewer-title{
		font-size: 18px;
	}
	.header .l img{
		width: 250px;
	}
	.header .content{
		height: 40px;
	}
	.m-navbar{
		padding-top: 75px;
	}
	.m-navbar li a{
		padding: 5px 9px !important;
	}
	.footer .footer-t .li-title{
		font-size: 14px;
	}
	.footer .footer-t .li-text a{
		font-size: 12px;
		display: inline-block;
	}
	.footer .footer-t .li-text a:not(:last-child){
		margin-right: 15px;
	}
	.footer .footer-t ul li{
		width: 100%;
	}
	.footer .footer-t .li-text{
		margin-top: 0;
	}
	.footer .footer-t .li-text a:not(:last-child){
		margin-bottom: 0;
	}
	.footer .footer-t ul li:not(:last-child){
		margin-bottom: 10px;
	}
	.footer .footer-t ul li:last-child{
		margin-top: 0px;
	}
	.footer .footer-t{
		padding: 20px 0;
	}
	.banner1 .banner-box .zh,
	.banner1 .banner-box .en{
		font-size: 22px;
	}
}