* {
	margin: 0;
	padding: 0;
}
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 {
	position: relative;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.head{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	z-index: 999;
	padding: 0 5.2%;
	height: 80px;
	box-sizing: border-box;
}
.head .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.head .right{
	height: 100%;
	display: flex;
	align-items: center;
}
.head .right .nav{
	height: 100%;
}
.head .right .nav ul{
	display: flex;
	align-items: center;
	height: 100%;
}
.head .right .nav a{
	display: block;
	padding: 0 15px;
	font-size: 16px;
	color: #FFFFFF;
}
.head .right .nav li{
	height: 100%;
	line-height: 80px;
	position: relative;
	margin-right: 29px;
}
.head .right .nav li:last-child{
	margin-right: 0;
}
.head .right .nav li::before{
	opacity: 0;
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #F48400;
	transform: translateX(-50%);
	transition: all 0.6s;
}
.head .right .nav li.active a,
.head .right .nav li:hover a{
	color: #F48400;
}
.head .right .nav li:hover::before,
.head .right .nav li.active::before{
	width: 100%;
	opacity: 1;
}
.head .head-phone{
	margin-left: 62px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #fff;
}
.head .head-phone .icon-dianhua{
	color: #fff;
	font-size: 24px;
	margin-right: 9px;
}
.head .head-search{
	margin-left: 68px;
	font-size: 18px;
	color: #fff;
}
.head .head-search .icon-sousuo{
	font-size: 22px;
}
.head .head-search .sousuobox{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: -43px;
	right: 53px;
	display: none;
}
.head .head-search .active{
	display: block;
}
.head .head-search .sousuobox input{
	outline: none;
	border: 0;
}
.head .head-search .sousuobox span{
	color: #F48400;
	cursor: pointer;
}
.head .head-slide .icon-cebianlan{
	color: #fff;
	margin-left: 30px;
	font-size: 24px;
}
.head.bg-white{
	background-color: #fff;
}
.head.bg-white .right .nav a{
	color: #222;
}
.head.bg-white .head-phone,
.head.bg-white .head-phone .icon-dianhua,
.head.bg-white .head-search,
.head.bg-white .head-slide .icon-cebianlan{
	color: #333;
}
.hoverLi:hover .imgScale{
	transform: scale(1.2);
}
.hoverLi .pic{
	overflow: hidden;
}
.imgScale{
	display: block;
	transition: all 0.6s;
	width: 100%;
}
.content1400{
	width: 1400px;
	margin: 0 auto;
}
.yw{
	margin-left: 20px;
	font-size: 18px;

}
.yw a{
	color: #fff;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	width: 100%;
	display: block;
}
.banner1 .banner-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-text .en{
	position: relative;
	font-size: 48px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	padding-bottom: 25px;
}
.banner1 .banner-text .en::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 50px;
	height: 4px;
}
.banner1 .banner-text .zh{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 33px;
}
.nav-content{
	margin-top: 35px;
}
.nav-content .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nav-content .left ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.nav-content .left li{
	padding: 0 41px;
	height: 47px;
	line-height: 47px;
	background: #f7f7f7;
	border-radius: 24px;
	margin-right: 10px;
}
.nav-content .left .active{
	background: #f48400;
	color: #fff;
}

.nav-content .left .active a{

	color: #fff;
}

.nav-content .left  li:hover{
	cursor: pointer;
	background: #f48400;
	color: #fff;
}
.nav-content .left  li:hover a{

	color: #fff;
}


.nav-content .left  li{
	background: #f7f7f7;
	color: #222222;
}
.nav-content .right {
	display: flex;
	align-items: center;
}
.nav-content .right a,
.nav-content .right span{
	color: #666666;
	font-size: 14px;
}
.nav-content .right .icon-activeHome{
	color: #CBCBCB;
	font-size: 20px;
	margin-right: 5px;
}
.nav-content .right a.current{
	color: #F48400;
}
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination span{
	width: 44px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 50%;
	margin: 0 5px;
}
.pagination span.btn{
	width: 102px;
	border-radius: 22px;
	margin: 0 14px;
}
.pagination a{
	display: block;
	color: #666;
}
.pagination span:hover{
	background-color: #F48400;
}
.pagination span:hover a{
	color: #fff;
}
.footer {
	background-color: #EAEAEA;
	padding: 102px 5% 0;
}
.footer .list ul{
	display: flex;
	justify-content: space-between;
}
.footer .list .li1{
	max-width: 234px;
}
.footer .list .li1 .icon-dianhua{
	font-size: 20px;
	color: #333;
	vertical-align: middle;
}
.footer .list .li1 .tel-text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	vertical-align: middle;
}
.footer .list .number{
	margin-top: 23px;
	font-size: 30px;
	font-family: CenturyGothic;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.footer .list .tel{
	margin-top: 20px;
}
.footer .list .tel,
.footer .list .address{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(136,136,136,0.8);
	line-height: 24px;
}
.footer .list .li2 a,
.footer .list .li3 a,
.footer .list .li4 a,
.footer .list .li5 a,
.footer .list .li6 a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 36px;
}
.footer .list .li-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 22px;
}
.footer .list .li7 a{
	text-align: center;
	line-height: 46px;
	display: block;
	width: 120px;
	height: 46px;
	border: 2px solid rgba(191,191,191,0.3);
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
}
.footer .list .li7 .icon-kefu{
	opacity: 0.25;
	margin-right: 7px;
}
.footer .list .li8 span{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.footer .list .li8 img{
	display: block;
}
.footer .list{
	margin-bottom: 104px;
}
.footer .link{
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(61,61,61,0.1);
	flex-wrap: wrap;
}
.footer .link ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.footer .link ul li{
	position: relative;
	padding:0 15px;

}
.footer .link ul li::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	background-color: #888;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer .link ul a{
	color: #888888;
}
.footer .copyRight{
	padding: 25px 0;
}
.footer .copyRight span,
.footer .copyRight a,
.footer .copyRight img{
	vertical-align: middle;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 30px;
}

.head .content .m_right {
	display: none;
}
.head .content .nav li {
	margin: 0 13px;
	position: relative;
	/* text-align: center; */
}
.footer .center{
	display: flex;
	justify-content: space-around;
	width: 60%;
}
@media (max-width: 1550px){
	.head .content .nav li {
		margin: 0 5px;
	}
}
@media (max-width: 1430px){
	.content1400 {
		width: 90%;
	}
}
@media (max-width: 1395px){
	.head .content .nav li {
		margin: 0 -4px;
	}
}
@media (max-width: 1395px){
	.head .content .nav li {
		margin: 0 -8px;
	}
}
@media (max-width: 1215px){
	.head .content .right {
		display: none;
	}

	.head .content .m_right {
		display: block;

	}
	.head .content .m_right .m_right_buttom{
		height: 40px;
		width: 40px;
		background-color: rgb(240,130,0);
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}
	.head .content .m_right .cebianlan{
		font-size: 20px;
		color: #fff;
	}
	.m_right .m_aside li {
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		padding: 18px 0;
	}
	.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_aside li .text {
		font-size: 18px;
		line-height: 28px;
		color: #666666;
	}
	.head .content .m_right .active {
		transform: translateX(0);
	}
	.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 .pic img {
		min-height: 380px;
		object-fit: cover;
	}
}
.footer .center li a:hover{
	color: #222222;
	font-weight: bold;
}



@media (max-width: 1036px){
	.footer .list ul {
		flex-wrap: wrap;
	}
	.footer .list .li1 {
		width: 100%;
		text-align: center;
		max-width: none;
		margin-bottom: 20px;
	}
	.footer .list .li7 {
		width: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.footer .center{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 996px){
	.nav-content .content1400 .left{
		width: 100%;
		margin-bottom: 35px;
	}
}

@media (max-width: 693px){
	.nav-content .content1400 .left li{
		margin-bottom: 35px;
	}
	.nav-content .content1400 .left li {
		width: 23%;
		text-align: center;
	}
	.banner1 .banner-text .en {
		font-size: 40px;
	}
	.banner1 .banner-text .zh {
		font-size: 18px;
	}
}
@media (max-width: 408px){
	.footer .list .li-title {
		font-size: 16px;
	}
}
