* {
	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;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}
.swiper-container{
	position: relative;
	overflow: hidden;
}
body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.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;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.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;
	max-width: 100%;
	width: 100%;
}
.header{
	position: fixed;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	height: 133px;
	top: 45px;
	background-color: #fff;
	border-radius: 0 0 0 5px;
}
.header.active{
	position: fixed;
	z-index: 999;
	top: 0;
	box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 13%);
}
.header .r{
	display: flex;
	flex-direction: column;
	width: 72.1%;
	height: 100%;
}
.header .r .r-t{
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	background-color: rgba(33, 33, 33, 1);
	border-radius: 0 0 0 5px;
	padding: 0 38px 0 30px;
}
.header .r .r-t li{
	display: inline-block;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
}
.header .r .r-t li:not(:last-child){
	margin-right: 45px;
}
.header .r .r-t .r-t-r a{
	font-size: 14px;
	font-family: PingFang;
	font-weight: bold;
	font-style: italic;
	color: #0093F7;
}
.header .r .r-b{
	display: flex;
	align-items: center;
	flex: 1;
	line-height: 81px;
	justify-content: space-between;
	padding-right: 40px;
}
.header .r .r-b .r-b-l{
	width: 84%;
}
.header .r .r-b .r-b-l ul{
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
}
.header .r .r-b .r-b-l li{
	position: relative;
}

.header .r .r-b .r-b-l li a{
	position: relative;
	font-size: 16px;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	font-weight: 800;
}
.header .r .r-b .r-b-l li a::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background: transparent;
	bottom: -16px;
}
.header .r .r-b .r-b-l li:hover a::before,
.header .r .r-b .r-b-l li.active a::before{
	background: #007ACD;
}
.header .r .r-b .r-b-l li.active a,
.header .r .r-b .r-b-l li:hover a{
	color: #007ACC;
}
.header .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 0 0 42px;
	min-width: 1200px;
	
}
.header .header-search .icon-sousuo {
	font-size: 24px;
	color: #007ACD;
	cursor: pointer;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 136px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}

.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 ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 0 5px;
	cursor: pointer;
	background: #EEEEEE;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 62px;
	color: rgba(51, 51, 51, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(51, 51, 51, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.footer{
	background-color: rgba(49, 49, 49, 1);
}
.footer .footer-t{
	height: 103px;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 66px;
	align-items: center;
}
.footer .footer-t .backTop{
	width: 447px;
	background: #007ACD;
	padding: 0 80px 0 63px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-c{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 68px 80px 84px 66px;
	display: flex;
	justify-content: space-between;
}
.footer .footer-c .r{
	display:flex;

}
.footer .footer-c .r>div:last-child{
	margin-left:20px;
}
.footer .footer-c .l{
	width: 668px;
	max-width: 100%;
	/* width: 37.2%; */
}
.footer .footer-c .l ul{
	display: flex;
	justify-content: space-between;
}
.footer .footer-c .l .li-title{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #888888;
	line-height: 1;
	margin-bottom: 15px;
}
.footer .footer-c .l .li-text a{
	font-size: 14px;
	font-family: PingFang;
	font-weight: bold;
	color: #AAAAAA;
	line-height: 30px;
}
.footer .footer-c .l .li-text a:hover{
	opacity: 0.7;
}
.footer .footer-c .r img{
	display: block;
	margin: 0 auto;
}
.footer .footer-c .r .text{
	font-size: 14px;
	font-family: PingFang;
	font-weight: bold;
	color: #999999;
	line-height: 1;
	margin-top: 16px;
	text-align: center;
}
.footer .footer-b{
	display: flex;
	padding: 24px 80px 24px 66px;
	justify-content: space-between;
	font-size: 14px;
	font-family: PingFang;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
}
.footer .footer-b a{
	color: #666666;
}
.banner1 {
	position: relative;
}
.banner1 .pic img{
	width: 100%;
	display: block;
	min-height: 270px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 100%;
	text-align: center;
}
.banner1 .banner-box .title{
	font-size: 56px;
	/* font-family: Brig; */
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.banner1 .banner-box .sub-title{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.footer .footer-c .l{
		width: 70%;
	}
	.header .r{
		display: none;
	}
	.header{
		width: 80%;
		height: 90px;
	}
	.header .content1400{
		min-width: 100%;
		padding: 0 42px;
	}
	.m_right {
		display: block;
	}

	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #007ACD;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: rgba(0,122,205,0.8);
		z-index: 999;
		transform: translateX(200%);
		transition: all 0.6s;
		border-top: 1px solid rgba(0,122,205,1);
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid rgba(255,255,255,0.5);
		text-align: center;
		padding: 8px 0;
	}

	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .iconfont {
		font-size: 24px;
		color: #999;
		cursor: pointer;
	}

	.m_searchbox {
		display: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: 10px;
		align-items: flex-start;
	}

	.m_searchbox.active {
		display: flex;
	}

	.m_searchbox input {
		width: 70%;
		height: 32px;
		border: 1px solid #D0D0D0;
		border-right: none;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.m_searchbox .btn {
		background-color: #F0F0F0;
		width: 37px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
	.banner1 .banner-box .title{
		font-size: 40px;
	}
}
@media (max-width: 900px) {
	.banner1 .banner-box{
		top: auto;
		transform: translate(0);
		bottom: 40px;
	}
	.banner1 .banner-box .title{
		font-size: 30px;
	}
	
}
@media (max-width:768px) {
	.footer .footer-c .l{
		width: 100%;
	}
	.footer .footer-c .r{
		margin-top: 30px;
	}
	.footer .footer-c{
		flex-wrap: wrap;
		padding: 40px 20px;
	}
	.footer .footer-t{
		padding-left: 20px;
	}
	.footer .footer-b{
		padding: 24px 20px;
		flex-wrap: wrap;
	}
	.footer .footer-t .backTop{
		width: 200px;
		padding: 0;
		justify-content: center;
	}
	.footer .footer-t .backTop .text{
		display: none;
	}
}
@media (max-width:500px) {
	.header{
		width: 94%;
		height: 60px;
		top: 15px
	}
	.header .content1400{
		padding: 0 20px;
	}
	.header .content1400 .l img{
		height: 30px;
	}
	.footer .footer-c .l{
		display: none;
	}
	.footer .footer-t{
		height: 70px;
	}
	.footer .footer-t .logo img,
	.footer .footer-t .backTop img{
		height: 40px;
	}
	.footer .footer-c .r{
		width: 100%;
		margin-top: 0;
	}
	.footer .footer-c .r img{
		width: 100px;
	}
	.footer .footer-t .backTop{
		width: 120px;
	}
	.banner1 .pic img{
		min-height: 200px;
	}
	.banner1 .banner-box .title{
		font-size: 20px;
	}
	.banner1 .banner-box{
		bottom: 25px;
	}
}