@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;
}

.id-kh {float: left;line-height: 90px; font-size:16px; margin-left:15px;}
.id-kh span { padding-left:20px; color:#C00; font-weight:bold;}

.Hnav {
	width: 750px;
	height: 90px;
	overflow: hidden;
	float: right;
}
.Hnav>li:first-child{
	margin-left: 820px;
	transition: all .6s;
}

.Hnav>li {
	float: left;
}

.Hnav .Hname {
	display: block;
	margin: 0 7px;
	padding: 0 7px;
	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: #fdb940;
	opacity: 0;
}
@media all and (min-width:1000px) {
	.Hnav>li.cur .Hname,
	.Hnav>li:hover .Hname {
		color: #fdb940;
	}
}
.Hnav-active .Hname{
	color: #fdb940 !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/icon-Hsrch.png) no-repeat center center;
	transition: none !important;
	-webkit-transition: none !important;
}

.Hsrch-menu.cur {
	background: url(../images/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/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: #fdb940;
}

.Hmenu-btn-hr.Hmenu-btn {
	float: right;
}
















/*--- Footer ---*/
.Footer-Scheme-box{
	width: 100%;
	overflow: hidden;
	background-color:#fdb940;
	padding: 40px 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/footer_arrow.png);
	margin: -2px 0 0 10px;
	transition: all .6s;
}
.Footer-SchemeR>a:hover i{	
	margin: -2px 0 0 14px;
}

.Footer-container {
	padding: 30px 0;
	color: #fff;
	background: #0c0d11;
}

.Footer-wordsBox{
	width: 1280px;
	margin: 0 auto;
}
.Footer-wordsBoxL{
	width: 39%;
	float: left;
	overflow: hidden;
}
.Footer-wordsBoxL-pic{
	width: 150px;
	height: 45px;
	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: 15px 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: 700px;
	}
	.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/icon-HsrchH.png) no-repeat center center;
}
.UPHsrch-menu.cur {
    background: url(../images/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: #fdb940;
	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: #fdb940;
}

.PUB-headerMenu-active{
	color: #fdb940 !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;
	margin-top:90px;
}
.PUBbanner{
}
.PUBbanner img{
    width: 100%;
    object-fit: cover;
}

@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:1400px) {
	.id-kh span{ display:none;}
	}
	
@media all and (max-width:1200px) {
	.id-kh { display:none;}
}

@media all and (max-width:1000px) {
	.PUBbanner img{height: 280px;}
	.PUBbanner-box{margin-top:50px;}
	.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 #fdb940;
	background-color: #fdb940;
}

.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/fullPage_left.png);
}
.fullPage-right i,.fullPage-last i{
	background-image: url(../images/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/fullPage_leftH.png);}
.fullPage-right:hover i{background-image: url(../images/fullPage_rightH.png);}
.fullPage-last:hover i{background-image: url(../images/fullPage_rightH.png);}

@media all and (max-width:1000px) {.fullPage-Box {padding: 16px 0 28px 0;}}


.client-2 {position: fixed;right: -170px;top: 50%;z-index: 900;}     
.client-2 li a {text-decoration: none;}
.client-2 li {margin-top: 1px;clear: both;height: 71px;position: relative;}
.client-2 li i {background: url(../images/fx.png) no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}
.client-2 li p {height: 20px;font-size: 14px;line-height: 20px;overflow: hidden;text-align: center;color: #fff;}
.client-2 .my-kefu-qq i {background-position: 4px 5px;}
.client-2 .my-kefu-tel i {background-position: 0 -21px;}
.client-2 .my-kefu-liuyan i {background-position: 4px -53px;}
.client-2 .my-kefu-weixin i {background-position: -34px 4px;}
.client-2 .my-kefu-weibo i {background-position: -30px -22px;}
.client-2 .my-kefu-ftop {display: none;}
.client-2 .my-kefu-ftop i {width: 33px;height: 35px;background-position: -27px -51px;}
.client-2 .my-kefu-left {float: left;width: 77px;height: 47px;position: relative;}
.client-2 .my-kefu-tel-right {font-size: 16px;color: #fff;float: left;height: 24px;line-height: 22px;padding: 0 15px;border-left: 1px solid #fff;margin-top: 14px;}
.client-2 .my-kefu-right {width: 20px;}
.client-2 .my-kefu-tel-main {background:#fdb940;color: #fff;height: 70px;width: 247px;padding:9px 0 0px;float: left;}
.client-2 .my-kefu-main {background:#fdb940;width: 97px;height: 70px;position: relative;padding:9px 0 0px;float: left;}
.client-2 .my-kefu-weixin-pic {position: absolute;left: -130px;top: -24px;display: none;z-index: 333;}
.my-kefu-weixin-pic img {width: 115px;height: 115px;}

@media all and (max-width:768px) {
	.client-2 { display:none;}
}