* {
	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;
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
	display:inline-block;width:40px;height:40px;text-align:center;font-family:'Arial';border:1px solid #f2f2f2;background-color:#0044b2;line-height: 40px;  border-radius: 50%;  margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:40px;height:40px;color:#000000; border-radius: 50%; text-align:center;font-family:'Arial';border:1px solid #f2f2f2;background-color:#FFFFFF;line-height: 40px;margin: 10px; }

.pages-turn a.on, .pages-turn a:hover{background-color:#0044b2;color:#ffffff;border-color:#0093dd;}
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%;
	width: 100%;
}

.header {
	position: fixed;
	z-index: 999;
	padding: 0 2.6% 0 3.1%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.header .l .logo {
	display: block;
}

.header .l .logo1 {
	display: none;
}

.header.active {
	background: #fff;
	box-shadow: 0px 0px 35px 0px rgba(147, 147, 147, 0.1);
	/* box-shadow:0px 3px 7px 0px rgb(0 0 0 / 13%) */
}

.header.active .l .logo1 {
	display: block;
}

.header.active .l .logo {
	display: none;
}

.header .content {
	display: flex;
	padding: 16px 0;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .nav {
	display: flex;
}

.header .r .nav li {
	position: relative;
	margin-right: 90px;
}

.header .r .nav li:last-child {
	margin-right: 0;
}

.header .r .nav li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: transparent;
}

.header .r .nav li.active::before,
.header .r .nav li:hover::before {
	background-color: #fff;
}

.header .r .nav a {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 35px;
}

.header.active .r .nav a {
	color: rgba(51, 51, 51, 1);
}

.header.active .r .nav li.active a,
.header.active .r .nav li:hover a {
	color: rgba(0, 76, 188, 1);
}

.header.active .r .nav li.active::before,
.header.active .r .nav li:hover::before {
	background-color: rgba(0, 76, 188, 1);
}

.header.active .r .language select,
.header.active .content .header-search .icon-sousuo,
.header.active .content .header-ewm .iconfont.icon-erweima {
	color: #333;
}

.header .r .language {
	margin-left: 118px;
	font-size: 15px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	padding-right: 27px;
}

.header .r .language select {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}

.header .content .header-search {
	margin-left: 30px;
}

.header .content .header-search .icon-sousuo {
	font-size: 22px;
	color: #fff;
	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;
	cursor: pointer;
}

.header .content .header-ewm {
	margin-left: 40px;
}

.header .content .header-ewm .iconfont.icon-erweima {
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}

.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: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 0 10px;
	cursor: pointer;
	background: transparent;
	border-radius: 50%;
	border: 1px solid rgba(224, 224, 224, 1);
}

.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
	border-color: rgba(12, 83, 207, 1);
	background-color: transparent;
	/* width: 62px;
	color: rgba(51, 51, 51, 1); */
}

.pagination ul li:first-child:hover .iconfont,
.pagination ul li:last-child:hover .iconfont {
	color: rgba(12, 83, 207, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(12, 83, 207, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	font-size: 14px;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

.footer {
	background-color: rgba(35, 57, 103, 1);
}

.footer .footer-t {
	padding: 72px 0 43px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.footer .footer-t .l {
	width: 64%;
}

.footer .footer-t .l ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footer .footer-t .l .li-title {
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 29px;
}

.footer .footer-t .l .li-text a {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #929EB6;
	line-height: 34px;
}

.footer .footer-t .r {
	text-align: right;
}

.footer .footer-t .r ul {
	display: flex;
}

.footer .footer-t .r ul li {
	width: 40px;
	height: 40px;
	background: rgba(155, 155, 155, 0.1);
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	margin-left: 11px;
	cursor: pointer;
}

.footer .footer-t .r ul li .iconfont {
	font-size: 20px;
	color: #fff;
}

.footer .footer-t .r .ewm {
	margin-top: 34px;
	display: inline-block;
}

.footer .footer-t .r .ewm .text {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #929DB5;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}

.footer .footer-b {
	margin-top: 44px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
}

.footer .footer-b .l .tel-text {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}

.footer .footer-b .l .tel-number {
	font-size: 22px;
	color: rgba(8, 100, 234, 1);
	line-height: 1;
	margin-top: 10px;
	font-weight: bold;
}

.footer .footer-b .l .text-box {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #79859F;
	line-height: 26px;
	margin-top: 16px;
}

.footer .footer-b .r {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #79859F;
	line-height: 26px;
	text-align: right;
}

.footer .footer-b .r a {
	color: rgba(86, 102, 138, 1);
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
}

.banner1 .banner-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner1 .banner-box .zh {
	font-size: 40px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}

.banner1 .banner-box .en {
	font-size: 42px;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	margin-top: 22px;
	text-transform: uppercase;
}

.banner1 .banner-box .line {
	width: 56px;
	height: 4px;
	background: #FFFFFF;
	margin-top: 38px;
}

.common-nav {
	height: 65px;
	background: #004CBC;
	line-height: 65px;
	padding-top: 3px;
}

.common-nav .content1400 {
	height: 100%;
}

.common-nav .swiper {
	height: 100%;
}

.common-nav .swiper .swiper-slide {
	width: auto;
}

.common-nav .swiper .swiper-slide.active,
.common-nav .swiper .swiper-slide:hover {
	background-color: #fff;
}

.common-nav .swiper .swiper-slide a {
	padding: 0 30px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 16px;
}

.common-nav .swiper .swiper-slide.active a,
.common-nav .swiper .swiper-slide:hover a {
	color: rgba(0, 76, 188, 1);
}

.common-bread {
	margin-top: 118px;
	padding: 52px 0;
}

.common-bread .content1500 {
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #777777;
	line-height: 1;
}

.common-bread a {
	color: #777;
	color: rgba(0, 76, 188, 1);
}

#right-link {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background-color: #fff;
}

#right-link ul {
    margin: 0;
    position: relative;
    z-index: 9;
}

#right-link ul li a {
    display: block;
    display: flex;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    border-top: none;
    color: #666;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 14px;
}

#right-link ul li:first-child {
    border-top: 1px solid #ccc;
}

#right-link ul li a.gotop span, #right-link ul li:hover a, #right-link ul li:hover a span {
    color: #fff;
}

#right-link ul li a.gotop, #right-link ul li a:hover {
    border-color: #004CBC;
    background-color: #004CBC;
}

#right-link ul li a i {
    color: #666;
    font-size: 30px;
    line-height: 32px;
}

#right-link ul li a.gotop i, #right-link ul li a:hover i {
    color: #fff;
}
#alt .right-vx ,#alt .right-vx1{
    position: absolute;;
    right: -192px;
    top: 75px;
    z-index: 1;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: .8s;
}
#alt .right-vx1{
    top: 0;
}
#alt .right-vx img,
#alt .right-vx1 img{
    width: 150px;
}

#alt .right-vx.on ,
#alt .right-vx1.on{
    right: 75px;
}

#alt .right-tel {
    position: absolute;
    right: -220px;
    display: flex;
    height: 75px;
    width: 220px;
    transition: .8s;
    flex-direction: column;
}

#alt .right-tel.tel-1 {
    top: 0;
}

#alt .right-tel.tel-2 {
    top: 75px;
}

#alt .right-tel.tel-3 {
    top: 151px;
}

#alt .right-tel .item {
    display: flex;
    padding: 20px;
    height: 75px;
    background: #004CBC;
    align-items: center;
}

#alt .right-tel p {
    margin: 0;
}

#alt .right-tel.on {
    right: 75px;
}

#alt .right-tel .item i {
    margin-right: 10px;
    color: #fff;
    font-size: 36px;
}

#alt .right-tel .item p {
    color: #fff;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}

	.header .r .nav li {
		margin-right: 60px;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}

	.header .r .nav a {
		font-size: 16px;
	}

	.header .r .nav li {
		margin-right: 30px;
	}

	.header .r .language {
		margin-left: 60px;
	}
	.banner1 .banner-box .zh,
	.banner1 .banner-box .en{
		font-size: 36px;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.header .l img {
		height: 60px;
	}

	.header .content .header-search {
		margin-left: 10px;
	}
	.banner1 .banner-box .zh, .banner1 .banner-box .en{
		font-size: 30px;
	}
	.banner1 .banner-box{
		top: 60%;
	}
	.banner1 .banner-box .line{
		margin-top: 25px;
	}
}

@media (max-width:1024px) {
	.header .r {
		display: none;
	}

	.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: #fff;
		font-weight: bold;
	}
	.header.active .m_right .m_right_buttom .iconfont{
		color: #004CBC;
	}
	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: rgba(12, 83, 207, 1);
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		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;
	}
	.footer .footer-t .l{
		display: none;
	}
	.footer .footer-t{
		justify-content: center;
	}
	.footer .footer-t .r{
		text-align: center;
	}
	.common-nav{
		height: 45px;
		line-height: 45px;
	}
	.common-nav .swiper .swiper-slide a{
		padding: 0 20px;
	}
}
@media (max-width:768px) {
	.footer .footer-b{
		flex-direction: column;
		align-items: center;
	}
	.footer .footer-b>div{
		width: 100%;
		text-align: center;
	}
	.common-bread{
		padding: 20px 0;
	}
	.footer .footer-b .r{
		text-align: center;
	}
	.footer .footer-t{
		padding: 40px 0 0;
		border-bottom: none;
	}
	.footer .footer-b{
		margin-top: 25px;
	}
	.header .l img{
		height: 40px;
	}
	.header .content{
		padding: 10px 0;
	}
	.banner1 .banner-box .zh, .banner1 .banner-box .en{
		font-size: 26px;
	}
	.banner1 .pic img{
		min-height: 236px;
		object-fit: cover;
	}
	.common-bread{
		margin-top: 60px;
	}
}
@media (max-width:500px) {
	.banner1 .banner-box .zh, .banner1 .banner-box .en{
		font-size: 22px;
	}
	.banner1 .banner-box .en{
		margin-top: 14px;
	}
	.footer .footer-b .l .text-box,
	.footer .footer-b .r{
		font-size: 12px;
		line-height: 20px;
	}
	.footer .footer-t .r .ewm img{
		width: 100px;
	}
	.footer .footer-t{
		padding-top: 30px;
	}
	.footer .footer-t .r .ewm{
		margin-top: 14px;
	}
	.footer .footer-b{
		padding-bottom: 15px;
	}
	.banner1 .banner-box .line{
		margin-top: 15px;
	}
}