/*------------*/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	margin: 0 auto !important;
}

table thead tr {
	background-color: #e2e2ea;
}

img {
	border: 0;
}

input {
	outline: none;
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #d76c00;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #d76c00;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.l {
	float: left;
	display: inline-block;
}

.r {
	float: right;
	display: inline-block;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.inner {
	margin: 0px auto;
}

.wp {
	margin: 0 auto;
	max-width: 1450px;
}

@media (max-width:1650px) {
	.wp {
		margin-left: 5%;
		margin-right: 5%;
	}

	._bannermain {
		width: 290px !important;
	}
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0);
		background: #ffba76;
	}

	40% {
		-webkit-transform: scale(1.0);
		background: #ffffff;
	}
}

@-moz-keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-moz-transform: scale(0.0);
		background: #ffba76;
	}

	40% {
		transform: scale(1.0);
		-moz-transform: scale(1.0);
		background: #ffffff;
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
		background: #ffba76;
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		background: #ffffff;
	}
}

.mtop {
	height: 86px;
}

.align-vertical {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}

.scoll-top {
	background-color: #fff;
	height: 60px;
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.scoll-top .logo {
	box-shadow: 0 0 0px transparent;
	left: 32px;
}

.scoll-top .logo a {
	height: 60px;
	padding: 0;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
}

.scoll-top .nav>li>a {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}

.scoll-top .top-sider .telItem {
	padding-top: 10px;
	height: 50px;
}

@-webkit-keyframes fadedown {
	from {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadedown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.pchead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	background: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
	transition: .3s ease;
}

.head_t span.rx:after {
	content: '';
	display: block;
	width: 1px;
	background: #ccc;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.head_t strong {
	font-weight: normal;
	color: #555;
	margin-right: 5px;
}

.head_t a {
	color: #444;
	padding-left: 10px;
}

.head_b {
	height: 75px;
	line-height: 75px;
}

.pclogo {
	height: 75px;
	float: left;
}

.pclogo img {
	height: 100%;
}

.pcnav {
	float: right;
  margin-right: 50px;
}

.pcnav li {
	position: relative;
	text-align: center;
	width: auto;
	float: left;
	margin-right: 40px;
}

.pcnav li>a:hover {
	color: #fff;
}

.pcnav li>a:hover {
	color: #EF8200;
}

.pcnav ul {
	height: 75px;
}

.pcnav li>a {
	display: block;
	color: #666;
	font-size: 15px;
}

.dropnav {
	z-index: 100;
	display: none;
	border-top: 2px solid #EF8200;
	box-sizing: border-box;
	top: 75px;
	width: 460px;
	height: 300px;
	position: absolute;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
.dropnavp{
	height: 470px;
}
.dropnav .navimg {
	padding: 25px;
	width: 260px;
	height: 100%;
	float: right;
	box-sizing: border-box;
}
.dropnav .navimg img{
	width: 100%;
}
.navtxt {
	box-sizing: border-box;
	padding: 25px 0 25px 0;
	height: 100%;
	margin-right: 260px;
	background-color: #EF8200;
}

.navtxt dd {
	margin: 0 22px;
	text-align: left;
	height: auto;
  padding: 9px 0;
	line-height: 18px;
	border-bottom: rgba(255,255,255,.3) 1px solid;
}

.navtxt dd a {
	font-size: 13px;
	color: #fff;
}


.pchead.fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.pcnav li:last-child .dropnav{
	right: 0;
}
.pcnav li:last-child .dropnav .navimg{
	float: left;
}
.pcnav li:last-child .dropnav .navtxt{
	margin-left:260px;
	margin-right: 0;
}
.language {
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
	float: right;
	height: 75px;
	background: #EF8200;
	width: 200px;
	z-index: 2;
}

.language::after {
	content: "";
	width: 600px;
	background: #EF8200;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.language  a{
	font-size: 16px;
	position: relative;
	z-index: 4;
	color: #FFFFFF;
}
.language  a i{
	font-size: 18px;
	margin-left: 10px;
}
.language-drop{
	display: none;
	background: #EF8200;
	padding: 25px 0 25px 50px;
	position: absolute;
	left:0;
	top:100%;
	width: 500px;
}
.language-drop li{
	opacity: 0;
	margin-left: 50px;
	padding-left: 19px;
	position: relative;
	line-height: 45px;
}
.language-drop li::before{
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	height: 15px;
	width: 2px;
}
@media (max-width:1500px) {
	.pcnav li {
		width: 110px;
	}

}

@media (max-width:1370px) {

	.language{
		width: 150px;
	}
	
}

@media (max-width:1250px) {
	.pcnav li>a {
		font-size: 14px;
	}

	.pclogo img {
		height: 50px;
		margin-top: 0;
		vertical-align: middle;
	}
}

@media screen and (max-width:1024px) {
	.header {
		height: 60px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	.top {
		padding: 0px;
		height: 50px;
	}

	.top-sider {
		right: 50px;
	}

	.box-inner {
		margin: 0px 0px;
	}

	.nav {
		display: none;
	}

	.logo {
		box-shadow: 0px 0px 0px;
		left: 3%;
	}

	.logo a img.img1 {
		display: none;
	}

	.logo a img.img2 {
		display: block;
		height: 100%;
	}

	.menu-handler {
		display: block;
	}

	.mtop {
		height: 60px;
	}
}

@media screen and (min-width:770px) {
	.phbox {
		display: none;
	}
}

@media screen and (max-width:769px) {
	.pcbox {
		display: none;
	}

	.banner_scal .bg .load-img {
		display: none;
	}

	.pbanner {
		height: 280px !important;
		margin-top: 50px;
		overflow: hidden;
	}

	.menuBox {
		width: 100%;
	}

	.menuOpen .pusher {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
	}

	.menuMoblie .nav-link {
		font-size: 16px;
	}

	.menuMoblie .subnav {
		font-size: 14px;
	}

	.top a:link,
	.top a:visited {
		color: #333333;
	}

	.top a:active,
	.top a:hover {
		color: #fff;
	}

	.header {
		height: 50px !important;
		position: fixed;
		z-index: 999;
		width: 100%;
		left: 0;
		top: 0 !important;
		background-color: #fff;
	}

	.top {
		position: relative;
	}

	.logo {
		position: absolute;
		left: 15px;
		top: 0;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		height: 50px;
	}

	.logo a {
		display: block;
		height: 100%;
	}

	.logo img {
		display: block;
	}

	.nav {
		display: block;
		float: left;
		margin-left: 230px;
	}

	.nav li {
		float: left;
		display: block;
		width: 86px;
	}

	.nav>li>a {
		display: block;
		text-align: center;
		height: 86px;
		line-height: 86px;
		font-size: 15px;
		text-align: center;
	}

	.nav>li>a:hover,
	.nav>li>a.active {
		background-color: #d76c00;
		color: #fff;
	}

	.trans,
	.trans:hover {
		-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		-ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	}

	.trans-fast,
	.trans-fast:hover {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
	}

	.menu-handler {
		width: 50px;
		height: 50px;
		background-color: #fff;
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: 0px;
		transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
		-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	}

	.menu-handler .burger {
		width: 20px;
		height: 3px;
		background-color: #EF8200;
		display: block;
		position: absolute;
		z-index: 5;
		top: 20px;
		left: 50%;
		margin: 0px 0px 0px -10px;
		transform-origin: center;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		-o-transform-origin: center;
		-ms-transform-origin: center;
	}

	.menu-handler .burger-3 {
		top: 28px;
	}

	.menu-handler.active .burger-1 {
		top: 25px;
		-moz-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.menu-handler.active .burger-3 {
		top: 25px;
		-moz-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		-o-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}

	.menuBox a:link,
	.menuBox a:visited {
		color: #333333;
	}

	.menuBox a:active,
	.menuBox a:hover {
		color: #d76c00;
	}

	.menuBox {
		background-color: #fcfcfc;
		color: #000;
		position: fixed;
		right: -100%;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 980;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	}

	.menuMoblie {
		padding: 60px 0px;
	}

	.menuMoblie li {
		border-bottom: 1px solid #ddd;
	}

	.menuMoblie .nav-link {
		color: #333333;
		display: block;
		font-size: 15px;
		padding: 10px 5%;
		position: relative;
	}

	.menuMoblie .nav-link.cur {
		background-color: #EF8200;
		color: #fff;
	}

	.menuMoblie .mico {
		width: 17px;
		height: 17px;
		background: url(../images/subnav_i1.png) no-repeat scroll center center;
		background-size: 13px 13px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -8px;
		transition: 400ms;
		-webkit-transition: 400ms;
	}

	.menuMoblie .cur .mico {
		background-image: url(../images/subnav_i2.png);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}

	.menuMoblie .subnav {
		background-color: #eee;
		display: none;
		padding: 10px 0px;
	}

	.menuMoblie .subnav a {
		position: relative;
		display: block;
		padding: 12px 5%;
		line-height: 1.4;
		font-size: 14px;
	}

	.pusher-black {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
		z-index: 900;
	}

	.pusher {
		transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	}

	.menuOpen .pusher {
		transform: translateX(-66%);
		-webkit-transform: translateX(-66%);
		transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	}

	.menuOpen .pusher-black {
		display: block;
	}

	.menuOpen .menuBox {
		right: 0;
	}

}
