header{
	width: 100%;
	height: 100px;
	max-width: 1620px;
	margin:auto;
	position: relative;
	z-index: 20;
	background: #fff;
}
header .logo{
	display: block;
	width: 400px;
}
header .logo img{
	width: 100%;
}
header .nav{
	width: calc(100% - 550px);
	height: 100px;
	/* overflow: hidden; */
}
header .nav li{
	position: relative;
	margin: 0 0.6vw;
}
header .nav a{
	display:flex;
	align-items:center;
	height: 100px;
	/* padding: 0 0.6vw; */
	text-transform: uppercase;
	margin: 0 0.6vw;
	font-size: 18px;
}
header .nav-ul2{
	/* text-align: center; */
	width: 188%;
	width: max-content;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 10;
    transition: all ease .3s;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 10px 10px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
	border-radius: 0 0 5px 5px;
	letter-spacing: 1px;
}
header .nav-ul2 a{
	display: block;
	height: auto;
	padding: 10px 0;
	font-size: 14px;
	box-sizing: border-box;
	text-transform: initial;
	margin: 0;
}
header .nav-ul2 a:hover{
	color: #0089cf;
}
header li:hover .nav-ul2{
	opacity: 1;
	visibility: visible;
}
header .search{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 50%;
	font-size: 24px;
	min-width: 40px;
}
header .search:hover{
	background: #007cbb;
}
header .search a i{
	color: #fff;
	font-size: 22px;

}
header .language a{
	padding: 10px 12px;
	transition: all ease .3s;
}
header .border-b::after{
	bottom: 20px;
	height: 4px;
}
header .language a:hover{
	color: #0089cf;
	opacity: 1;
}
header .m-nav,header .nav .nav-sl{
	display: none;
}
header .m-nav i{font-size: 32px;color: #0089cf;}
.header{position: relative;z-index: 99;background: #fff;position: sticky;top: 0;}
.bg_hover{
	display:block;
	width: 100%;
	height: 440px;
	background:rgba(255,255,255,1);
	z-index: 3;
	position: absolute;
	top: 0px; left: 0px;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
/* è½®æ’­ */


/* æ ‡é¢˜ */
.title{
	width: 94%;
	max-width: 1333px;
	margin: auto;
	padding: 80px 0 40px;
	text-align: center;
	box-sizing: border-box;
}
.title .p1{
	font-family: "Arial";
	font-size: 36px;
	text-transform: uppercase;
}
.title .p2{
	width: 80%;
	height: 1px;
	background: #ddd;
	margin: 30px auto 15px;
	max-width: 450px;
	position: relative;
}
.title .p2 span{
	height: 3px;
	top: -1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	background: #0089cf;
	animation: fa_sumline_ani 3s linear infinite alternate;
}
@keyframes fa_sumline_ani {
  0%{width:20px}
  100% {width:100px}
}
.title .p3{
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: 16px;
	color: rgba(102,102,102,1);
}
.title .p3 a{
	font-size: 16px;
	color: rgba(102,102,102,1);
	margin: 0px 2px;
	padding-left: 6px;
	border-left: 1px solid rgba(102,102,102,1);
}
.title .p3 a:first-child{border-left: 0;}

/* æŒ‰é’® */
.s-btn{
	position: relative;
	overflow: hidden;
}
.s-btn::before {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.s-btn:hover::before {
	animation: btn1 .6s;
	z-index: 1;
}
@keyframes btn1 {
	0% {
		background:rgba(0,0,0,.25);
		transform:translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background:0 0;
		transform:translateX(-50%) translateY(-50%) scale(1)
	}
}

/* åˆ†é¡µ */
.pagination{
	text-align: center;
	list-style: none;
	margin: 30px auto 10px;
	padding: 0;
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
}
.pagination li{
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.pagination li a{
	display: flex;
	justify-content:center;
	align-items:center;
	box-sizing: border-box;
	border-radius: 4px;
	color: #6e6e6e;
	background: #fff;
	/* padding: 12px 16px; */
	border: 1px solid #DCDCDC;
	min-width: 42px;
	min-height: 42px;
	padding: 0 12px;
}
.pagination li a:hover,.pagination li.active a{
	color: #fff;
	background: #0089cf;
	border: 1px solid #0089cf;
}
.pagination li.active a{
	cursor: not-allowed;
}
.pagination li a:not([href]){
	cursor: not-allowed;
}
.pagination strong{
	margin: 0 8px;
}

/* footer */
footer{
	background-size: 100%;
	background: #333333;
	background: #121212;
	color: #fff;
}
.footer1{
	width: 96%;
	max-width: 1400px;
	margin: auto;
	padding: 50px 0px 30px;
	box-sizing: border-box;
}
.footer1 .item{
	max-width: 31%;
}
.footer1 .item.text-center{
	width: 160px;
}
.footer1 .item.text-center img{
	max-width: 100%;
}
.footer1 .item h3{
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
.footer1 .fa_hline{
	background: rgba(255,255,255,0.2);
	width: 100%;
	height: 1px;
	margin: 5px 0;
	margin-bottom: 20px;
	position: relative;
}
.footer1 .fa_hline span{
	height: 3px;
	top: -1px;
	position: absolute;
	width: 50px;
	background: #0089cf;
	animation: fa_sumline_ani 5s linear infinite alternate;
	left: 0;
	transform: none;
}
.footer1 .item p{
	margin-top: 12px;
	font-size: 14px;
	color: #fff;
}
.footer1 .item p span{
	opacity: 0.9;
	font-weight: bold;
}
.footer1 .item p a{
	transition: 0.3s;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	/* display: inline-block; */
}
.footer1 .item p a:hover{
	opacity: 1;
}

.footer1 .item input,.footer1 .item textarea{
	background: none;
	color: #fff;
	border: 1px solid #999;
	width: 100%;
	line-height: 35px;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.footer1 .item textarea{
	width: 80%;
	resize: none;
	float: left;
	border-right: 0;
	height: 80px;
	padding: 5px 10px;
	line-height: 24px;
}
.footer1 .item button{
	background: #0089cf;
	border: 0;
	width: 20%;
	height: 80px;
	color: #fff;
	float: right;
}
.footer1 p{
	line-height: 20px;
}
.footer1 p::before{
	font-family: "iconfont";
	background: #0089cf;
	border-radius: 500px;
	width: 22px;
	height: 22px;
	float: left;
	display:flex;
	justify-content:center;
	/* align-items:center; */
	margin-right: 5px;
	line-height: 23px;
}
.footer1 p.icon1::before {
	content: "\e716";
}
.footer1 p.icon2::before {
	content: "\e78e";
}
.footer1 p.icon3::before {
	content: "\e62e";
}
.footer1 p.icon4::before {
	content: "\e66b";
}
.footer1 p.icon5::before {
	content: "\e7a8";
}
.footer1 p.icon6::before {
	content: "\e7a8";
}
.footer2{
	width: 96%;
	max-width: 1400px;
	margin: auto;
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,.4);
	padding: 12px 0;
	color: #d2d2d2;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}
.footer2 a{
	color: #ffffffb0;
	margin-left: 20px;
}
.footer2 a:hover{
	color: #fff;
}
/* .footer2 .media{
	float: right;
}
.footer2 .media a{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	margin: 5px 0 5px 10px;
	transition: 0.3s;
	color: #fff;
	background: #0089cf;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.footer2 .media a:hover{
	transform: rotate(360deg);
}
.footer2 .media a.icon-youtube{
	background: #dc472e;
	font-size: 24px;
}
.footer2 .media a.icon-facebook{
	background: #fff;
	color: #415d95;
	font-size: 35px;
	line-height: 32px;
}
.footer2 .media a.icon-facebook::before{
	margin-left: -3px;
	transform: scale(1.01);
} */
/* .footer2 .media a img{
	display: block;
	width: 30px;
	height: 30px;
} */
/* å³æµ®åŠ¨å…ƒç´  */
.fixed{
	position: fixed;
	bottom: 30%;
	right: 5px;
	z-index: 99;
}
.fixed .fixed1{
	margin-top: 5px;
	position: relative;
}
.fixed .fa_icon{
	font-family: "iconfont";
	width: 50px;
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #fff;
	background: #0089cf;
	border-radius: 10px;
	font-size: 30px;
	cursor: pointer;
}
.fixed .fa_icon i{
	font-size: 25px;
}
.fixed .fa_info{
	position: absolute;
	top: 0;
	right: 55px;
	width: auto;
	min-width: 150px;
	background: rgba(245,249,255,0.95);
	border-top: #0089cf solid 2px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.6s ease;
	padding: 30px 20px;
}
.fixed .fixed1:hover .fa_info{
	transition: all 0.6s ease;
	opacity: 1;
	transform: translateY(0%);
	visibility: visible;
}
.fixed .fixed1:hover .fa_info .fa_tit{
	padding: 10px 0;
}
.fixed .fixed1 .fa_info .fa_tit h3,.fixed .fixed1 .fa_info .fa_tit h3 a{
	margin-bottom: 15px;
	color: #0089cf;
	font-size: 16px;
}
.fixed .fixed1 .fa_info .fa_tit p a:hover{
	color: #0089cf;
}
.fixed #gotoTop{
	background: #eaa334;
	background: #0089cf;
}
.fixed #gotoTop a img{
	padding: 0 20%;
	width: 60%;
	text-align: center;
}

@media screen and (max-width: 1120px) {
	header .logo{ width: 260px; }
	header .nav { width: calc(100% - 400px); }
	.footer1 .item{max-width: 40%;}
}

@media screen and (max-width: 768px) {
	header .logo{
		padding-left: 10px;
		width: 260px;
	}
	header .search,header .language{display: none;}
	header .m-nav{display: block;margin-right: 3%;}
	.header{height: 70px;width: 100%;}
	header {
		height: 70px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
	}
	header .nav{
		position: fixed;
		height: 100vh;
		left: 0;
		top: 0;
		bottom: 0;
		width: 280px;
		box-shadow: 0 3px 5px #666;
		z-index: 99;
		overflow-y: auto;
		background: #383838;
		transform: translateX(-300px);
		transition: 0.3s;
	}
	header .nav ul{
		display: block;
		padding-bottom: 5px;
	}
	header .nav a{
		color: #fff;
		height: 48px;
		padding-left: 8px;
	}
	header .nav-ul2{
		width: 100%;
		position: initial;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		text-align: left;
		background: #383838;
		box-sizing: border-box;
	}
	header .nav-ul2 a{
		display: flex;
		padding-left: 8px;
		font-size: 13px;
		height: 40px;
	}
	header .nav-ul2 a::before {
		content: '>';
	}
	header .nav-ul2 a:hover {
		color: #fff;
		text-decoration: underline;
	}
	header .border-b::after{
		bottom: 0;
		height: 2px;
	}
	.bg_hover{display: none;}
	.close-nav{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background: #000;
		transition: 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	header .nav .nav-sl {display: flex;height: 40px;padding-top: 10px;}
	header .nav .nav-sl a{
		display: inline-block;
		height: auto;
	}
	header .nav .nav-sl a.sear{margin-top: 5px;}

	.footer1 .item {width:100%;max-width: 100%;margin-top: 20px;text-align: left;}
	.fixed{display: none;}

	.pagination li{
		margin: 0 2px;
	}
	.pagination li a{
		min-width: 30px;
		min-height: 30px;
	}
	.footer2{
		flex-wrap: wrap;
	}
	.footer2 a{
		margin: 10px 0 10px 0;
		width: 100%;
	}
}