@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 14px;
	color: #555;
	font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
}

input,
select,
button,
textarea {
	font-size: 14px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
	font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
	overflow: visible
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a:hover {
	color: #00b7ee;
	text-decoration: none !important;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background-color: #000;
}

::-webkit-scrollbar-thumb {
	background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
	background-color: #00b7ee;
}

@media only screen and (max-width:992px) {
	body {
		font-size: 13px;
	}
	input,
	select,
	button,
	textarea {
		font-size: 13px;
	}
	input,
	textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
}

@media only screen and (max-width:992px) {
	html.on {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
	}
}

body {
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

@media only screen and (max-width:992px) {
	body.on {
		transform: translateX(-60%);
		-webkit-transform: translateX(-60%);
		-moz-transform: translateX(-60%);
		-ms-transform: translateX(-60%);
		-o-transform: translateX(-60%);
	}
}

@media only screen and (max-width:992px) {
	.sj_bj {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		z-index: 99999;
		display: none;
	}
}











.header {
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

/*.header.on {
	box-shadow: 0 0 10px #ddd;
	background-color: #fff;
}*/

.header .logo {
	width: 200px;
	float: left;
	position: relative;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

/*.header.on .logo {
	margin: 20px 0;
}*/

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.heade.on .logo img {
	opacity: 0;
}

.header .logo img.d_w22 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.header.on .logo img.d_w22 {
	opacity: 1;
}

.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-top: 34px;
	margin-left: 25px;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

/*.header.on .language {
	color: #555;
}*/

.header .language .l_m i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.header .language .x_l {
	width: 120px;
	padding-top: 8px;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -60px;
	display: none;
}

.header .language .x_l:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 8px solid #535352;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #535352;
}

.header .language .x_l ul li a {
	color: #ddd;
	line-height: 36px;
	display: block;
}

.header .language .x_l ul li a:hover {
	color: #00b7ee;
}

.header .s_ch {
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-top: 34px;
	margin-left: 15px;
	float: right;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

/*.header.on .s_ch {
	color: #555;
}*/

.header .s_ch i {
	font-size: 22px;
}

.header .s_ch:hover {
	color: #00b7ee;
}

.header .an {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 15px;
	height: 22px;
	width: 30px;
	display: none;
}

.header .an span {
	width: 30px;
	height: 2px;
	background-color: #555;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 10px;
	left: 0;
}

.header .an span.a3 {
	top: 20px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 10px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 10px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	float: right;
}

.header .nav ul {
	float: left;
}

.header .nav ul li {
	margin: 0 20px;
	float: left;
	position: relative;
}

.header .nav ul li:after {
	width: 0;
	height: 2px;
	background-color: #00b7ee;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.header .nav ul li:hover:after {
	width: 100%;
}

.header .nav ul li.on:after {
	width: 100%;
}

.header .nav .y_j {
	position: relative;
}

.header .nav .y_j i {
	display: none;
}

.header .nav .y_j a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 100px;
}

/*.header.on .nav .y_j a {
	color: #555;
}*/

.header .nav ul li:hover .y_j a {
	color: #00b7ee;
}

/*.header .nav ul li.on .y_j a {
	color: #00b7ee;
}*/

.header .nav .e_j {
	width: 150px;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.header .nav .e_j a {
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	display: block;
}

@media only screen and (max-width:992px) {
	.header {
		background-color:rgba(0, 0, 0, .9);
		position: relative;
		top: auto;
		left: auto;
	}
	.header .an span{
		background-color: #fff;
	}
	.header.on {
		box-shadow: none;
	}
	.header .logo {
		width: 130px;
		margin: 15px 0;
	}
	.header.on .logo {
		margin: 15px 0;
	}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
		opacity: 0;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	.header .logo img.d_w22 {
		opacity: 1;
	}
	.header .language {
		float: right;
		height: 32px;
		font-size: 15px;
		text-align: center;
		line-height: 32px;
		color: #fff;
		margin-top: 21px;
		margin-left: 0;
		margin-right: 50px;
		color: #555;
	}
	.header .language .x_l {
		top: 45px;
	}
	.header .s_ch {
		margin-top: 20px;
		margin-left: 0;
		float: left;
	}
	.header .an {
		display: block;
		right: 39px;
	}
	.header .nav {
		width: 60%;
		height: 100%;
		padding: 10px 5% 0;
		margin: 0;
		background-color: #141414;
		height: 100%;
		position: fixed;
		top: 0;
		right: -60%;
		z-index: 9999;
		overflow: auto;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	.header .nav ul {
		width: 100%;
		float: none;
	}
	.header .nav ul li {
		width: 100%;
		height: auto;
		line-height: 50px;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		float: none;
		padding: 5px 0;
		margin: 0;
	}
	.header .nav ul li:after {
		display: none;
	}
	.header .nav .y_j i {
		display: block;
		width: 100%;
		padding-right: 10px;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		text-align: right;
		color: #fff;
		line-height: 50px;
		z-index: 99;
	}
	.header .nav .y_j a {
		line-height: 50px;
		color: #fff;
	}
	.header .nav ul li:hover .y_j a {
		color: #fff;
	}
	.header .nav ul li.on .y_j a {
		color: #fff;
	}
	.header .nav .e_j {
		width: 100%;
		background: none;
		box-shadow: none;
		position: relative;
		left: auto;
		top: auto;
		padding: 5px 0;
		margin-left: 0;
		opacity: 1;
		visibility: inherit;
		display: none;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.header .nav ul li:hover .e_j {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.header .nav .e_j a {
		line-height: 32px;
		text-align: left;
		color: #fff;
	}
}

@media only screen and (max-width:640px) {
	.header .an {
		right: 15px;
	}
}

@media only screen and (max-width:320px) {
	.header .logo {
		width: 168px;
	}
	.header .language {
		margin-top: 19px;
		margin-right: 45px;
	}
}

.search {
	width: 100%;
	background-color: #00b7ee;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.search .container {
	position: relative;
}

.search .sc_gb {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 15px;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.search .sc_gb:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.search .sc_gb i {
	font-size: 26px;
	line-height: 50px;
	color: #fff;
}

.search .sc_nr {
	width: 700px;
	margin: 20px auto;
}

.search input {
	width: 430px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	float: left;
}

.search input::placeholder {
	color: #fff;
}

.search button {
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	float: right;
	outline: none;
}

.search button i {
	font-size: 30px;
}

@media only screen and (max-width:992px) {
	.search .sc_gb i {
		font-size: 22px;
	}
	.search .sc_nr {
		width: 90%;
	}
	.search input {
		width: 85%;
		font-size: 15px;
	}
	.search button {
		width: 15%;
	}
	.search button i {
		font-size: 26px;
	}
}

.head_h {
	width: 100%;
	height: 86px;
	background-color: #fff;
	overflow: hidden;
}

@media only screen and (max-width:992px) {
	.head_h {
		display: block;
	}
	body{
		overflow-x: initial;
	}
}









/*banner开始*/



/*banner结束*/









