* {
	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;
}

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%;
}


.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
	display:inline-block;width:48px;height:48px;line-height:31px;text-align:center;font-family:'Arial';border:1px solid #f2f2f2;background-color:rgba(7, 118, 242, 1);line-height: 48px;    margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:48px;height:48px;line-height:31px;color:#000000; text-align:center;font-family:'Arial';border:1px solid #f2f2f2;background-color:#FFFFFF;line-height: 48px; margin: 10px;}

.pages-turn a.on, .pages-turn a:hover{background-color:rgba(7, 118, 242, 1);color:#ffffff;border-color:#0093dd;}
.pages-turn a:first-child,
.pages-turn a:last-child{background:none;border:1px solid #cacaca;font-weight:600;}

@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%;
	}
}

.main {
	position: relative;
}

.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	height: 99px;
	padding: 0 60px 0 49px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background-color: transparent;
}

.header.header1 {
	background-color: #107CF5 !important;
}

.header .content {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .nav {
	display: flex;
	align-items: center;
}

.header .r .nav li {
	position: relative;
}

.header .r .nav li:not(:last-child) {
	margin-right: 30px;
}

.header .r .nav li::before {
	content: "";
	position: absolute;
	bottom: -39px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
}

.header .r .nav li.active::before,
.header .r .nav li:hover::before {
	background-color: #107CF5;
}

.header.active .r .nav li.active::before,
.header.active .r .nav li:hover::before,
.header.header1 .r .nav li.active::before,
.header.header1 .r .nav li:hover::before {
	background-color: #fff;
}

/* .header.active .r .nav li.active::before, 
.header.active .r .nav li:hover::before,
.header.header1 .r .nav li.active::before, 
.header.header1 .r .nav li:hover::before,{
	background-color: #000;
} */
.header.active .r .header-consult,
.header.header1 .r .header-consult {
	color: #107CF5;
	background-color: #fff;
}

.header.active .r .header-consult a,
.header.header1 .r .header-consult a {
	color: #107CF5;
}

.header .r .nav li.active a,
.header .r .nav li:hover a {
	display: block;
}

.header .r .nav a {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding: 0 11px;
}

.header .r .header-search {
	position: relative;
	margin-left: 109px;
}

.header .r .header-search .iconfont {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	cursor: pointer;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	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;
}

.header .r .header-language {
	margin-left: 40px;
}

.header .r .header-language .iconfont {
	width: 16px;
	height: 16px;
	color: #FFFFFF;
	opacity: 0.4;
}

.header .r .header-language select {
	background-color: transparent;
	border: none;
	outline: none;
	/* appearance: none; */
	color: rgba(186, 186, 186, 1);
	font-size: 16px;
}

.header .r .header-consult {
	width: 110px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: #107CF5;
	border-radius: 5px;
	margin-left: 46px;
}

.header .r .header-consult a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: PingFang;
}

.box7 {
	height: 325px;
	width: 100%;
	background-image: url(../img/index-box7-bg.jpg);
	background-size: cover;
	padding: 87px 0;
	text-align: center;
}

.box7 .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.box7 .tel {
	font-size: 20px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 26px;
}

.box7 .consult-btn {
	margin: 27px auto 0;
	width: 165px;
	height: 54px;
	background: #FFFFFF;
	line-height: 54px;
	text-align: center;
}

.box7 .consult-btn a {
	display: block;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #107CF5;
}

.footer {
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	padding: 62px 0 0;
}

.footer .footer-c {
	display: flex;
	justify-content: space-between;
}

.footer .footer-c-l {
	width: 54.2%;
	padding-bottom: 36px;
}

.footer .footer-c-l ul {
	display: flex;
	justify-content: space-between;
}

.footer .footer-c-l .li-title {
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.footer .footer-c-l .line {
	width: 16px;
	height: 2px;
	background: #FFFFFF;
	margin: 38px 0 27px;
}

.footer .footer-c-l .li-text a {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #AAAAAA;
	line-height: 40px;
}

.footer .footer-c-l .li-text a:hover {
	opacity: 0.6;
}
.footer .footer-c-r{
	width: 35%;
}
.footer .footer-c-r li {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
}

.footer .footer-c-r li:not(:last-child) {
	margin-bottom: 21px;
}

.footer .footer-c-r li .text2 {
	color: rgba(170, 170, 170, 1);
}

.footer .footer-c-r .img {
	margin-top: 27px;
	display: inline-block;
	text-align: center;
}

.footer .footer-c-r .img img {
	display: block;
}

.footer .footer-c-r .img .text {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #AAAAAA;
	line-height: 1;
	margin-top: 13px;
}

.footer .footer-b {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	border-top: 1px solid rgba(193, 193, 193, 0.15);
	padding: 32px 0 28px;
}

.footer .footer-b a {
	color: #666;
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	max-width: 100%;
	min-height: 180px;
	object-fit: cover;
}

.banner1 .banner-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.banner1 .banner-box .en {
	font-size: 50px;
	font-family: PingFang;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1;
}

.banner1 .banner-box .zh {
	font-size: 26px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
}

.commNav {
	position: relative;
	margin-top: -45px;
}

.commNav::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: rgba(7, 118, 242, 1);
}

.commNav .content1500 {
	background-color: rgba(7, 118, 242, 1);
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 30px;
}

.commNav .l {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #ABD5FF;
	line-height: 20px;
}

.commNav .l .iconfont {
	font-size: 18px;
	margin-right: 5px;
}

.commNav .l a {
	color: #ABD5FF;
}
.commNav .r {
	/*max-width: 50%;*/
}
.commNav .r .swiper-slide {
	position: relative;
	width: auto;
	line-height: 90px;
}

.commNav .r .swiper-slide.active::before,
.commNav .r .swiper-slide:hover::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}

.commNav .r .swiper-slide a {
	font-size: 16px;
	color: #fff;
}

.commNav .r .swiper-slide.active a,
.commNav .r .swiper-slide:hover a {
	font-weight: bold;
}

.commNav .r1 ul {
	display: flex;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
}

.commNav .r1 ul li {
	position: relative;
	cursor: pointer;
}

.commNav .r1 ul li:not(:last-child) {
	margin-right: 50px;
}

.commNav .r1 ul li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -9px;
	width: 100%;
	height: 2px;
	background: transparent;
}

.commNav .r1 ul li.active::before,
.commNav .r1 ul li:hover::before {
	background-color: rgba(7, 118, 242, 1);
}

.pageInner {
	padding-top: 99px;
}

.pageInner .commNav {
	margin-top: 0;
}

.pageInner .commNav .content1500 {
	background-color: transparent;
}

.pageInner .commNav::before {
	background-color: transparent;
}

.pageInner .commNav .l,
.pageInner .commNav .l a,
.pageInner .commNav .l .iconfont {
	color: rgba(102, 102, 102, 1);
}

.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(238, 238, 238, 1);
	font-size: 16px;
	color: #333;
	margin: 0 5px;
	cursor: pointer;
}

.pagination ul li .iconfont {
	font-size: 12px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(7, 118, 242, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

.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%;
}

.modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

.modal .modal-content video {
	width: 100%;
	height: 100%;
}

.modal .modal-content .close {
	position: absolute;
	top: -40px;
	right: -40px;
	color: #fff;
	cursor: pointer;
}

.modal .modal-content .close .iconfont {
	font-size: 28px;
}

@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:1400px) {
	.header .r .header-search {
		margin-left: 40px;
	}

	.header .r .nav li:not(:last-child) {
		margin-right: 20px;
	}

	.header {
		padding: 0 30px;
	}
}

@media (max-width:1199px) {
	.header .r {
		display: none;
	}

	.m_right {
		display: block;
		/* position: absolute; */
		/* margin-right: 30px; */
	}

	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		/* background-color: #F29A00; */
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid #e5e5e5;
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		padding: 8px 0;
	}

	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #666666;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .icon-sousuo {
		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: 30px;
		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 .en{
		font-size: 36px;
	}
	.banner1 .banner-box .zh{
		margin-top: 10px;
	}
	.commNav{
		margin-top: 0px;
	}
	.commNav::before{
		display: none;
	}
}
@media (max-width:800px) {
	.commNav .content1500{
		padding: 10px;
		flex-direction: column;
	}
	.commNav .content1500{
		height: 105px;
	}
	.commNav .l{
		width: 100%;
	}
	.commNav .r .swiper-slide a{
		font-size: 14px;
	}
	.commNav .r .swiper-slide{
		line-height: 45px;
	}
	.commNav .content1500 .r{
		width: 100%;
		max-width: 100%;
	}
	.footer .footer-c{
		flex-direction: column;
	}
	.footer .footer-c-l{
		width: 100%;
	}
	.footer-c-r{
		padding-bottom: 25px;
	}
	.footer .footer-c-r{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.footer .footer-c-r ul{
		flex:1;
		margin-right: 30px;
	}
	.footer .footer-c-r .img{
		width: 100px;
		margin-top: 0;
	}
	.footer .footer-c-r .img img{
		max-width:100%
	}
	.footer .footer-b{
		flex-wrap: wrap;
	}
	.banner1 .banner-box{
		top: auto;
		transform: translateY(0);
		bottom: 50px;
	}
	.header .content .l img{
			height: 30px;
		}
		.header{
			height: 50px;
		}
		.banner1 .banner-box .en{
			font-size: 30px;
		}
		.banner1 .banner-box .zh{
			font-size: 22px;
		}
		.commNav .r .swiper-slide.active::before, .commNav .r .swiper-slide:hover::before{
			height: 2px;
		}
		.box7 .title{
			font-size: 22px;
		}
}
@media (max-width:500px){
	.footer .footer-c-r .img{
		width: 90px;
	}
	.footer .footer-c-r ul{
		margin-right: 20px;
	}
	.footer .footer-c-r li:not(:last-child){
		margin-bottom:15px;
	}
	.footer .footer-c-l .line{
		margin: 15px 0 10px;
	}
	.footer .footer-b{
		line-height: 24px;
		padding: 19px 0;
		font-size:12px;
	}
	.footer{
		padding-top: 50px;
	}
	.box7{
		height:auto;
	}
}
@media (max-width:400px) {
	.footer .footer-c-l .li-title{
		font-size: 14px;
	}
	.footer .footer-c-l .line{
		margin: 10px 0 20px;
	}
	.footer .footer-c-l .li-text a{
		line-height: 2;
		font-size: 12px;
	}
	.banner1 .banner-box .en{
		font-size: 24px;
	}
	.banner1 .banner-box .zh{
		font-size: 18px;
	}
	.box7 .title{
		font-size: 18px;
	}
	.box7 .consult-btn{
		line-height: 40px;
		height: 40px;
	}
	.box7{
		height: auto;
		padding: 50px 0;
	}
}