body {margin: 0;padding: 0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,button,textarea,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.chengg{
	width:100%;
	height:1px;
	background:none;
}
fieldset,img {border: 0;}
/* remember to define focus styles! */
:focus {outline: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: normal;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code,kbd,samp,tt {
	font-size: 100%;
}


/*@purpose To enable resizing for IE */


/*@branch For IE6-Win, IE7-Win */

input,button,textarea,select {
	*font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,ul,li {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

sup,sub {
	font-size: 100%;
	vertical-align: baseline;
}


/* remember to highlight anchors and inserts somehow! */

a:link,
a:visited,
a:active {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote,q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
.fl{float:left;}
.fr{float:right;}
.wrap{
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 12;
}
.clear{
	clear:both;
}
.header{
	width:100%;
	height:83px;
	background:url(../image/header.png) no-repeat center;
	position: absolute;
	left:50%;
	top: 0;
	z-index:15;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.h_wrap{
	width:1780px;
	position:relative;
	margin:0 auto 0;
}
.icon{
	display: block;
	width:102px;
	height:102px;
	position:relative;
	float:left;
	margin:19px 15px 0 2px;
	border-radius: 20px;
	overflow: hidden;
}
.icon img{
	display: block;
	width:100%;
	height:100%;
}
.header_txt{
	float:left;
}
.header_txt p:nth-child(1){
	font-size:22px;
	color:#fff;
	margin-top:20px
}
.header_txt p:nth-child(2){
	font-size:16px;
	color:#a0a0a0;
}
.header_ul{
	float:left;
	margin-left:270px;
}
.header_ul li{
	width:204px;
	height:100%;
	position:relative;
	float:left;
	text-align: center;
	cursor: pointer;
}
.header_ul>li:nth-child(1) a{
	display: block;
	font-size:22px;
	color: #fff;
	line-height:83px;
	height:89px;
}
.header_ul>li:nth-child(1):hover a{
	background:url(../image/act.png) no-repeat;
	background-position-y: 2px;
}
.header_ul li span{
	display: block;
	height:89px;
	font-size:22px;
	color: #fff;
	line-height:83px;
	z-index:2;
	position:relative;
}
.header_ul li i{
	display: block;
	width:1px;
	height:72px;
	background:url(../image/tiao.png) no-repeat center;
	position:absolute;
	right:0;
	top:8px;
}
.header_ul li.active span{
	background:url(../image/act.png) no-repeat;
	background-position-y: 2px;
}
.header_ul li:hover span{
	background:url(../image/act.png) no-repeat;
	background-position-y: 2px;
}
.header_ul li:hover ul{
	display: block;
}
.header_ul li ul{
	display: none;
	width:100%;
	overflow: hidden;
	background-color:rgba(21,32,61,.84);
	position:relative;
	margin-top:-7px;
	padding:20px 0;
}
.header_ul li ul li{
	width:100%;
	font-size:18px;
	line-height:40px;
}
.header_ul li ul li a{
	color:rgba(255,255,255,1);
}
.header_ul li ul li:hover a{
	color:rgb(255, 255, 255,.8);
}
@keyframes vGo{
    0%{transform: scale(1);-webkit-transform: scale(1);}
    50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
    100%{transform: scale(1);-webkit-transform: scale(1);}
}
@-webkit-keyframes vGo{
    0%{transform: scale(1);-webkit-transform: scale(1);}
    50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
    100%{transform: scale(1);-webkit-transform: scale(1);}
}
@-webkit-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@-moz-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@-ms-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}
@keyframes iGo{
    0%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
    50%{transform: translate(0,0);-webkit-transform: translate(0,0);}
    100%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
}
@-webkit-keyframes iGo{
    0%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
    50%{transform: translate(0,0);-webkit-transform:translate(0,0);}
    100%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
}


.tk16 {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -120px;
	cursor: pointer;
}
.tk16.side {
	display: block;
	position: absolute;
	left: -60px;
	top: 10px;
	cursor: pointer;
}