@charset "utf-8";

/* CSS Document */
/*-----whole-----*/
/*-----whole-----*/
html {
	font-size: 100px;
}

body {
	position: relative;
	overflow-x: hidden;
}

body.resizing * {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}



/*clearfix*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/*初始化按钮*/
.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

/*通用img*/
img.rollover {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 2;
}

input.text,
textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
}

/*--- Header ---*/
.Header-wrapper {
	z-index: 99;
}

.header-container {
	width: 100%;
	padding: 0 52px 0 52px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	box-shadow: 1px 1px 8px #888;
}

/*logo*/
.Hlogo {
	height: 90px;
	line-height: 90px;
	font-size: 0px;
	float: left;
	overflow: hidden;
}

.Hnav {
	width: 820px;
	height: 90px;
	overflow: hidden;
	float: right;
	margin: 0 .48rem 0 0;
}
.Hnav>li:first-child{
	margin-left: 820px;
	transition: all .6s;
}

.Hnav>li {
	float: left;
}

.Hnav .Hname {
	display: block;
	margin: 0 20px;
	padding: 0 16px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: relative;
}
.Hnav .Hname i{
	position: absolute;
	height: 2px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	background-color: #22a808;
	opacity: 0;
}
@media all and (min-width:1000px) {
	.Hnav>li.cur .Hname,
	.Hnav>li:hover .Hname {
		color: #22a808;
	}
}
.Hnav-active .Hname{
	color: #22a808 !important;
}
.Hnav-active .Hname i{
	opacity: 1;
}



/*搜索*/
.Hsrch {
	position: relative;
	float: right;
	margin: 0 18px 0 0;
}

.Hsrch-menu {
	display: block;
	width: 38px;
	height: 90px;
	background: url('../images/public/icon-Hsrch.png') no-repeat center center;
	transition: none !important;
	-webkit-transition: none !important;
}

.Hsrch-menu.cur {
	background: url('../images/public/icon-close.png') no-repeat center center / 16px auto;
}

.Hsrch-box {
	padding: 0 60px 0 10px;
	width: 330px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 2;
	display: none;
	font-size: 14px;
	color: #888;
}

.Hsrch-box .text {
	width: 100%;
	height: 48px;
}

.Hsrch-box .btn {
	width: 50px;
	height: 100%;
	background: url('../images/public/icon-Hsrch.png') no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
}

.Hsrch-box i {
	display: block;
	width: 1px;
	height: 16px;
	background: #ccc;
	position: absolute;
	right: 50px;
	top: 50%;
	margin: -8px 0 0;
}

/*语言*/
.Hlang {
	display: block;
	padding: 0 14px;
	height: 90px;
	line-height: 90px;
	font-weight: lighter;
	font-size: 16px;
	color: #333;
	position: relative;
	float: right;
	margin: 0 24px 0 0;
}
.Hlang:hover{
	color: #22a808;
}

.Hmenu-btn-hr.Hmenu-btn {
	float: right;
}
















/*--- Footer ---*/
.Footer-Scheme-box{
	width: 100%;
	overflow: hidden;
	background-color: #22a808;
	padding: 60px 0;
}
.Footer-Scheme{
	width: 1280px;
	margin: 0 auto;
}
.Footer-SchemeL{
	width: 50%;
	float: left;
	font-size: 36px;
	height: 54px;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}
.Footer-SchemeR{
	width: 30%;
	float: right;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	line-height: 54px;
	text-align: right;
	position: relative;
}


.Footer-SchemeR>a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.Footer-SchemeR>a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}
.Footer-SchemeR>a:hover:before{
	width: 100%;
}


.Footer-SchemeR>a i{
	width: 7px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url('../images/public/footer_arrow.png');
	margin: -2px 0 0 10px;
	transition: all .6s;
}
.Footer-SchemeR>a:hover i{	
	margin: -2px 0 0 14px;
}

.Footer-container {
	padding: 80px 0;
	color: #fff;
	background: #0c0d11;
}

.Footer-wordsBox{
	width: 1280px;
	margin: 0 auto;
}
.Footer-wordsBoxL{
	width: 39%;
	float: left;
	overflow: hidden;
}
.Footer-wordsBoxL-pic{
	width: 170px;
	height: 38px;
	overflow: hidden;
}
.Footer-wordsBoxL-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Footer-wordsBoxL-words{
	width: 100%;
	font-size: 16px;
	color: #aaa;
	line-height: 24px;
	padding: 24px 0 44px 0;
}
.Footer-wordsBoxL-words p{
	width: 80%;
}
.Footer-wordsBoxL-icon{
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
}
.Footer-wordsBoxL-icon:after{
    content: "";
    *zoom: 1;
    display: table;
    clear: both;
}
.Footer-ewm{
	position: absolute;z-index: 9;width: 160px;height: 160px;
	bottom: 46px;left: 26%;display: none;
}
.Footer-ewm img{width: 100%;height: 100%;}
.Footer-wordsBoxL-icon a{
	width: 34px;
	height: 26px;
	overflow: hidden;
	display: inline-block;
	margin: 0 12px 0 0;
	text-align: center;
	vertical-align: middle;
	transition: all .5s;
	opacity: .6;
}
.Footer-wordsBoxL-icon a:hover{
	transform: translateY(-4px);
	opacity: 1;
}

.Footer-wordsBoxR{
	width: 61%;
	float: right;
	overflow: hidden;
}
.Footer-wordsBoxRL{
	width: 44%;
	float: left;
	overflow: hidden;
}
.Footer-wordsBoxRL ul{
	width: 74%;
	overflow: hidden;
	margin-left: 16%
}
.Footer-wordsBoxRL ul li{
	padding: 10px 0;
	font-size: 16px;
	color: #aaa;
	text-indent: 1em;
	position: relative;
	transition: all .6s;
}
.Footer-wordsBoxRL ul li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28%;
	height: 1px;
	background-color: #3d3d41;
	transition: all .4s;
}
.Footer-wordsBoxRL ul li:hover:after{
	width: 100%;
}
.Footer-wordsBoxRL ul li:hover{
	color: #fff;
}

.Footer-wordsBoxRR{
	width: 56%;
	float: right;
	overflow: hidden;
}
.Footer-wordsBoxRR ul{
	width: 84%;
	overflow: hidden;
	margin-left: 16%
}
.Footer-wordsBoxRR ul li{
	padding: 10px 0;
	font-size: 16px;
	color: #aaa;
	text-indent: 1em;
	position: relative;
	transition: all .6s;
}
.Footer-wordsBoxRR ul li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28%;
	height: 1px;
	background-color: #3d3d41;
	transition: all .4s;
}
.Footer-wordsBoxRR ul li:hover:after{
	width: 100%;
}
.Footer-wordsBoxRR ul li:hover{
	color: #fff;
}

.Footer-Bottom{
	padding: 30px 0;
	background-color: #0c0d11;
	text-align: center;
	font-size: 14px;
	color: #8e8e8e;
	border-top: 1px solid #252629;
}
.Footer-Bottom p{
	width: 94%;
	margin-left: 3%;
}


@media all and (max-width:1340px) {
	.Footer-Scheme {
		width: 94%;
		margin-left: 3%;
	}
	.Footer-wordsBox {
		width: 94%;
		margin-left: 3%;
	}
	.Footer-wordsBoxRL ul {
		width: 90%;
		margin-left: 6%;
	}
	.Footer-wordsBoxRR ul {
		width: 94%;
		margin-left: 6%;
	}
	.Footer-Scheme-box {
		padding: 48px 0;
	}
}

@media all and (max-width:1280px) {
	.Hnav{
		width: 650px;
	}
	.Hnav .Hname {
		margin: 0 10px;
		padding: 0 12px;
	}
}

@media all and (max-width:1200px) {
	.Hnav{
		width: 540px;
		margin: 0 10px 0 0;
	}
	.Hnav .Hname {
		margin: 0 2px;
		padding: 0 8px;
	}
	.Footer-wordsBoxL {
		width: 30%;
	}
	.Footer-wordsBoxL-words p {
		width: 94%;
	}
	.Footer-wordsBoxR {
		width: 70%;
	}
	.Footer-wordsBoxRR ul {
		width: 98%;
		margin-left: 4%;
	}
}


/*移动端适配*/
@media all and (max-width:1000px) {

	/*web*/
	.bann img {height: 300px;object-fit: cover;}

	/*-- Header --*/
	.header-container,
	.Hlogo {height: 50px;}
	.Hlogo {line-height: 50px;}
	.Hlogo img {height: 80%;}
	.Hmenu-btn {display: block;}

	/* ----Vinter----- */
	.Hnav {
		height: auto;
		overflow: unset;
	}
	.Hnav>li:first-child {
		margin-left: 0;
		transition: unset;
	}
	.Hnav .Hname i,
	.Hnav-active .Hname i{display: none;}
	.Hlang {
		margin: 0 12px 0 0;
		width: 38px;
		padding: 0;
		text-align: center;
	}
	.Hsrch {
		margin: 0;
	}

	/* footer */
	.Footer-Scheme-box {
		padding: 24px 0;
	}
	.Footer-SchemeL {
		width: 100%;
		font-size: 16px;
		height: auto;
	}
	.Footer-SchemeR {
		width: 100%;
		float: unset;
		height: 48px;
		line-height: 48px;
	}
	.Footer-wordsBoxL {
		width: 100%;
		float: unset;
	}
	.Footer-wordsBoxR {
		width: 100%;
		float: unset;
		margin: 24px 0 0 0;
	}
	.Footer-wordsBoxL-words {
		padding: 12px 0 14px 0;
		font-size: 14px;
	}
	.Footer-wordsBoxRL {
		width: 100%;
		float: unset;
	}
	.Footer-wordsBoxRR {
		width: 100%;
		float: unset;
		margin: 18px 0 0 0;
	}
	.Footer-wordsBoxRL ul {
		width: 100%;
		margin-left: 0%;
	}
	.Footer-wordsBoxRL ul li {
		padding: 8px 0;
		font-size: 13px;
	}
	.Footer-wordsBoxRR ul {
		width: 100%;
		margin-left: 0%;
	}
	.Footer-wordsBoxRR ul li {
		padding: 8px 0;
		font-size: 13px;
	}
}

/* --------------------控制导航变化-------------------- */

.UPheader-container{
	background-color: transparent;
	box-shadow: none;
}
.UPHsrch-menu{
	background: url('../images/public/icon-HsrchH.png') no-repeat center center;
}
.UPHsrch-menu.cur {
    background: url('../images/public/icon-closeH.png') no-repeat center center / 16px auto;
}
.Hnav .UPHname{
	color: #fff;
}


/* ---------------------------------------------公共二级导航--------------------------------------------- */

.PUB-headerMenu-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 75px;
	box-shadow: 1px 1px 8px #e6e6e6;
}
.PUB-headerMenu-line{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 0%;
	height: 4px;
	background-color: #22a808;
	transition: all .6s;
}

.PUB-headerMenu-words{
	width: 100%;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}
.PUB-headerMenu-words a{
	display: inline-block;
	width: 130px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: all .8s;
}
.PUB-headerMenu-words a:hover{
	color: #22a808;
}

.PUB-headerMenu-active{
	color: #22a808 !important;
}

@media all and (max-width:1200px) {.PUB-headerMenu-line{display: none;}}
@media all and (max-width:1000px) {
	.PUB-headerMenu-box {
		height: auto;
	}
	.PUB-headerMenu-words{
		text-align: left;
	}
	.PUB-headerMenu-words a{
		width: 33.333333333333336%;
		height: 44px;
		line-height: 44px;
	}
}


/* --------------------------子页公共banner------------------------- */

.PUBbanner-box{
    width: 100%;
    overflow: hidden;
}
.PUBbanner{
    width: 100%;
    position: relative;
}
.PUBbanner img{
    width: 100%;
    object-fit: cover;
}
.PUBbanner h6{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0%;
	height: 72px;
	margin-top: -36px;
	color: #fff;
	font-size: 48px;
	-moz-animation:WordsDown 1s ease both; 
	animation:WordsDown 1s ease both;
}
@keyframes WordsDown
{
0%   {transform: translateY(-50px);-moz-transform: translateY(-50px);}
100% {transform: translateY(0);-moz-transform: translateY(0);}
}
@-moz-keyframes WordsDown
{
0%   {transform: translateY(-50px);-moz-transform: translateY(-50px);}
100% {transform: translateY(0);-moz-transform: translateY(0);}
}
@media all and (max-width:1380px) {.PUBbanner h6{font-size: 36px;height: 54px;margin-top: -27px;}}
@media all and (max-width:1000px) {
	.PUBbanner img{height: 280px;}.PUBbanner h6{font-size: 26px;height: 39px;margin-top: -19.5px;}

	.Footer-ewm {
		width: 144px;
		height: 144px;
		bottom: 40px;
		left: 50%;
		margin-left: -72px;
	}
}



/* ----------------------------分页------------------------------ */
.fullPage-Box{
	width: 100%;
	overflow: hidden;
	padding: 24px 0 100px 0;
}
.fullPage{
	width: 94%;
	margin-left: 3%;
	font-size: 0;
	text-align: center;
}

.fullPage a{
	display: inline-block;
	border: 1px solid #e5e5e5;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	font-size: 12px;
	color: #888;
	margin: 4px 3px;
	line-height: 32px;
	text-align: center;
	background-color: #fff;
}
.fullPage a:hover{
	color: #fff;
	border: 1px solid #22a808;
	background-color: #22a808;
}

.fullPage-left i,.fullPage-right i,.fullPage-last i{
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 0;
}
.fullPage-left i{
	background-image: url('../images/public/fullPage_left.png');
}
.fullPage-right i,.fullPage-last i{
	background-image: url('../images/public/fullPage_right.png');
}
.fullPage-last{
	width: auto !important;
	height: 32px;
	padding: 0 10px
}
.fullPage-last i{
	margin: -3px 0 0 6px !important;
}
.fullPage-left:hover i{background-image: url('../images/public/fullPage_leftH.png');}
.fullPage-right:hover i{background-image: url('../images/public/fullPage_rightH.png');}
.fullPage-last:hover i{background-image: url('../images/public/fullPage_rightH.png');}

@media all and (max-width:1000px) {.fullPage-Box {padding: 16px 0 28px 0;}}

.Footer-friend{width: 100%;margin-top: 36px;}
.Footer-friend .contain{display: flex;align-items: flex-start;width: 1280px;margin: 0 auto;}
.Footer-friend-hint, .Footer-friend-link a {color: #aaa;line-height: 24px;font-size: 14px;}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: 14px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #fff;}
@media all and (max-width:1340px) {
	.Footer-friend .contain {width: 94%;margin-left: 3%;}
	.Footer-friend{margin-top: 28px;}
}
@media all and (max-width:640px) {
	.Footer-friend{display: none;}
}