@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-size: 16px;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

p {
	margin: 0;
}

img {

	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.eot?qzka6g');
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.woff') format('woff'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.otf') format('otf'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.ttf') format('truetype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.eot?qzka6g');
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.woff') format('woff'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.ttf') format('truetype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*common*/

.headZhan {
	height: 144px;
	background-color: #1b1b1b;
}

.header {
	min-width: 1200px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 144px;
	background-color: #1b1b1b;
	transition: all ease-out .2s;
	-webkit-transition: top ease-out .2s;
	-moz-transition: top ease-out .2s;
	-ms-transition: top ease-out .2s;
	-o-transition: top ease-out .2s;
}

.header:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 22;
	top: 0;
	left: 0;
	right: 0;
	height: 144px;
	background-color: #1b1b1b;
}

.header.active {
	top: -87px;
}

.logo {
	position: relative;
	z-index: 33;
	padding-top: 31px;
	padding-bottom: 10px;
	height: 46px;
	overflow: hidden;
}

.logo .logoEN {
	position: absolute;
	top: 31px;
	left: 50%;
	margin-left: -117.5px;
	width: 235px;
	height: 46px;
	background: url(../img/logoEn.png) center no-repeat;
	background-size: 100% auto;
	opacity: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.header:hover .logo .logoEN {
	opacity: 0;
	transition: all linear 0s;
	-webkit-transition: all linear 0s;
	-moz-transition: all linear 0s;
	-ms-transition: all linear 0s;
	-o-transition: all linear 0s;
}

.logo .logoCN {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/logoWEN.png) center no-repeat;
	background-size: auto 100%;
	opacity: 0;
	transition: all linear 0s;
	-webkit-transition: all linear 0s;
	-moz-transition: all linear 0s;
	-ms-transition: all linear 0s;
	-o-transition: all linear 0s;
}

.header:hover .logo .logoCN {
	opacity: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.navBarUL {
	width: 100%;
	height: 57px;
	position: relative;
}

.navBarUL>ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.navBarUL>ul>li {
	display: inline-block;
	vertical-align: top;
}

.navBarUL>ul>li>a {
	width: auto;
	padding: 0 28px;
	height: 57px;
	line-height: 57px;
	font-family: SourceHanSansCN-Light;
	font-size: 13px;
	color: #e5dfd9;
	font-weight: normal;
	transition: color .6s,font-weight .6s;
	-webkit-transition: color .6s,font-weight .6s;
	-moz-transition: color .6s,font-weight .6s;
	-ms-transition: color .6s,font-weight .6s;
	-o-transition: color .6s,font-weight .6s;
	position: relative;
	z-index: 33;
}

.navBarUL>ul>li:hover>a {
	color: #FFFFFF;
	font-weight: bold;
}

.navBarUL>ul>li.active>a {
	color: #FFFFFF;
}

.navTwo {
	position: absolute;
	z-index: 11;
	top: -50%;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	transition: height .6s;
	-webkit-transition: height .6s;
	-moz-transition: height .6s;
	-ms-transition: height .6s;
	-o-transition: height .6s;
}

.navBarUL>ul.navAct>li .navTwo {
	top: 100%;
	opacity: 1;
	transition: opacity .6s, top .6s;
	-webkit-transition: opacity .6s, top .6s;
	-moz-transition: opacity .6s, top .6s;
	-ms-transition: opacity .6s, top .6s;
	-o-transition: opacity .6s, top .6s;
}

.navBarUL>ul.navAct>li:hover .navTwo {
	height: auto;
}

.navTwoRon {
	width: 1200px;
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 75px;
}

.navTwoRon>ul {
	font-size: 0;
	text-align: center;
}

.navTwoRon>ul>li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 280px;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	height: auto;
	overflow: hidden;
}

.navTwoBao {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
}

.navTwoBao .titA {
	padding: 7px 0;
	font-family: SourceHanSansCN-Medium;
	font-size: 12px;
	line-height: 32px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navTwoBao>ul>li>a {
	font-family: SourceHanSansCN-Light;
	font-size: 12px;
	line-height: 30px;
	color: #797575;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navTwoBao>ul>li>a:hover {
	color: #000000;
}

.navTwo.neNavTwo .navTwoRon>ul>li {
	max-width: 360px;
	border-right: solid 1px #cccccc;
	padding-left: 30px;
	padding-right: 30px;
}

.navTwo.neNavTwo .navTwoRon>ul>li:last-child {
	max-width: 280px;
	border: 0;
	margin-left: 40px;
}

.navTwoBao.neNavTwoBao>ul>li {
	float: left;
	width: 97px;
}

.navSearch {
	display: block;
	position: relative;
	z-index: 333;
	width: 57px;
	height: 57px;
}

.navSearch form {
	display: block;
}

.navSearch button {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 333;
	width: 57px;
	height: 57px;
	background: url(../img/search.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.navSearch .input_box .text {
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 100%;
	background-color: #1b1b1b;
	transition: width .4s;
	-webkit-transition: width .4s;
	-moz-transition: width .4s;
	-ms-transition: width .4s;
	-o-transition: width .4s;
}

.navSearch:hover .input_box .text {
	width: 400%;
}

.navSearch .input_box .text>input {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	font-family: SourceHanSansCN-Light;
	font-size: 13px;
	color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	outline: none;
}

.navSearch .input_box .text>input::-webkit-input-placeholder {
	color: #fff;
}

.navSearch .input_box .text>input::-moz-placeholder {
	color: #fff;
}

.navSearch .input_box .text>input:-moz-placeholder {
	color: #fff;
}

.navSearch .input_box .text>input:-ms-input-placeholder {
	color: #fff;
}


/*header*/

.inbannar {
	min-width: 1200px;
	font-size: calc(100vw / 19.2);
}

.lunbo {
	height: 495px;
	background-color: #000000;
	background-image: url(../img/lunbo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

.inbannar .swiper-pagination-bullet {
	background-color: #cccccc;
	opacity: .6;
}

.inbannar .swiper-pagination-bullet-active {
	opacity: 1;
}


/*inbannar*/

.intit {
	text-align: center;
}

.intit h6 {
	font-family: SourceHanSansCN-Light;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}

.intit h3 {
	font-family: SourceHanSansCN-Light;
	font-size: 65px;
	line-height: 85px;
	color: #000000;
}

.intit p {
	margin-top: 9px;
	font-family: SourceHanSansCN-Light;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	opacity: 0.71;
}


/*index*/

.infooter {
	min-width: 1200px;
	background-color: #000000;
}

.infooter .ron {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.infootBao {
	width: 1140px;
	margin: 0 auto;
	border-bottom: solid 1px #333333;
	padding-bottom: 28px;
}

.infootBao .img {
	width: 528px;
	margin: 0 auto;
}

.infootBao .img img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.beian {
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: SourceHanSansCN-Light;
	font-size: 13px;
	line-height: 21px;
	color: #9b9b9b;
	text-align: center;
}


/*infooter*/

.intitrong {
	background-color: #FFFFFF;
	min-width: 1200px;
}

.intitrong .ron {
	width: 1200px;
	margin: 0 auto;
}

.htmlFix {
	min-width: 1200px;
	height: 474px;
	background: url(../img/fix_works.jpg) center no-repeat;
	background-size: cover;
}

.htmlvFix {
	min-width: 1200px;
	height: 407px;
		width:100%;
	overflow: hidden;
	background: url(../img/EConefix.jpg) center no-repeat;
		background-size:cover;
}

.htmlvFix .ron {
	width: 1200px;
	margin: 0 auto;
	padding-top: 91px;
}

.htmlvFixTit {
	padding-bottom: 35px;
}

.htmlvFixTit p {
	font-family: SourceHanSansCN-Light;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 1.1px;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.htmlvFixTit h3 {
	font-family: SourceHanSansCN-Light;
	font-size: 74px;
	line-height: 114px;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.htmlvFixA {
	width: 240px;
	margin: 0 auto;
	height: 52px;
	overflow: hidden;
	background-color: #000000;
	font-family: SourceHanSansCN-Light;
	font-size: 20px;
	line-height: 52px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
}

.htmlvFixTit.white p {
	color: #ffffff;
}

.htmlvFixTit.white h3 {
	color: #ffffff;
}

.htmlvFixTit.white .htmlvFixA {
	color: #ffffff;
}

.navTitle {
	box-sizing: border-box;
	padding: 20px 0;
	overflow: hidden;
}

.navTitle>a {
	float: left;
	font-family: SourceHanSansCN-Light;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 2.4px;
	color: #808080;
}

.navTitle>a.active {
	color: #000000;
}

.htmlvTit {
	text-align: center;
}

.htmlvTit h3 {
	font-family: SourceHanSansCN-Light;
	font-size: 65px;
	line-height: 85px;
	color: #000000;
}

.htmlvTit p {
	font-family: SourceHanSansCN-Light;
	font-size: 20px;
	line-height: 36px;
	color: #969696;
}

.hTitle {
	font-size: 0;
	text-align: center;
}

.hTitleA {
	display: inline-block;
	width: auto;
	margin: 0 18px;
	font-family: SourceHanSansCN-Medium;
	font-size: 30px;
	line-height: 50px;
	color: #000000;
	border-bottom: 3px solid transparent;
	transition: color ease-out .3s,border-color ease-out .3s;
	-webkit-transition: color ease-out .3s,border-color ease-out .3s;
	-moz-transition: color ease-out .3s,border-color ease-out .3s;
	-ms-transition: color ease-out .3s,border-color ease-out .3s;
	-o-transition: color ease-out .3s,border-color ease-out .3s;
}

.hTitleA:hover {
	color: #e68b87;
	border-color: #e88b85;
}

.hTitleA.active {
	color: #e68b87;
	border-color: #e88b85;
}

/*html*/

.video-js .vjs-big-play-button {
	width: 87px;
	height: 87px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -43.5px;
	margin-top: -43.5px;
}

.vjs-big-play-button .vjs-icon-placeholder:before {
	top: 50% !important;
	left: 50% !important;
	margin-top: -22.5px !important;
	margin-left: -15px !important;
	width: 30px !important;
	height: 45px !important;
}

/*video*/