address,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	font-family: "微软雅黑"
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea {
	font-size: 100%;
	vertical-align: middle
}

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

a {
	text-decoration: none
}

fieldset,
img {
	border: none
}

img {
	display: inline-block;
	overflow: hidden;
	vertical-align: top
}

address,
em {
	font-style: normal
}

sub,
sup {
	vertical-align: baseline
}

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

q:before {
	content: ""
}

q:after {
	content: ""
}

button {
	cursor: pointer
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none
}

textarea {
	word-wrap: break-word;
	resize: none
}

.wrap {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

* {
	margin: 0;
	padding: 0
}

.header {
	width: 100%;
	height: 98px;
	position: absolute;
	min-width: 1200px;
	max-width: 1920px;
	background-color: #e9ecf1;
	border-bottom: 2px solid #ddc071;
	z-index: 2;
	top: 42px;
}

.icon {
	display: block;
	width: 120px;
	height: 120px;
	margin: 9px 20px 0 0;
	float: left;
}

.icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.header_txt {
	font-size: 32px;
	color: #333;
	float: left;
	margin-top: 16px;
}

.header_txt p:nth-child(2) {
	font-size: 16px;
	color: #4887c3;
}

.kv {
	width: 100%;
	height: 1080px;
	position: relative;
	min-width: 1200px;
	max-width: 1920px;
	margin: 100px auto 0;
	overflow: hidden;
	background: url(../images/kv.jpg) center top no-repeat;
}

.logo {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -206.5px;
	top: 67px;
}

.yy {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -191px;
	bottom: 100px;
}

.down_box {
	position: fixed;
	right: 34px;
	top: 50%;
	width: 184px;
	height: 152px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
}

.down_box>a {
	display: block;
	width: 184px;
	height: 49px;
	background: url(../images/media.png) no-repeat;
	background-position: 0 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.down_box a:nth-child(2) {
	background-position: 0 -56px
}

.down_box a:nth-child(3) {
	background-position: 0 -109px
}

.down_box>a:hover {
	transform: translate(0, -8px);
	-webkit-transform: translate(0, -8px);
}

.down_box .wx_img {
	display: none;
	width: 105px;
	height: 122px;
	background:url(../images/bg.png) no-repeat center;
	position: absolute;
	top:23px;
	left:-123px;
}
.down_box .wx_img img{
	display: block;
	width:86px;
	height:91px;
	margin:6px 0 0 6px;
}
.down_box .wx_img p{
	font-size:14px;
	color:#feee69;
	margin:5px 0 0 20px;
}
.kv>.wrap_con .light {
	display: none;
	width: 971px;
	height: 329px;
	background: url(../images/light.png) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 683px;
	right: 105px;
	z-index: 1;
	animation: twinkling 2s infinite ease-out;
	-moz-animation: twinkling 2s infinite ease-out;
	-o-animation: twinkling 2s infinite ease-out;
	-webkit-animation: twinkling 2s infinite ease-out;
}

@keyframes twinkling {
	/*透明度由0到1*/
	0% {
		opacity: 0;
		/*透明度为0*/
	}
	50% {
		opacity: 0.5;
		/*透明度为1*/
	}
	100% {
		opacity: 1;
		/*透明度为1*/
	}
}

@-webkit-keyframes twinkling {
	/*透明度由0到1*/
	0% {
		opacity: 0;
		/*透明度为0*/
	}
	50% {
		opacity: 0.5;
		/*透明度为1*/
	}
	100% {
		opacity: 1;
		/*透明度为1*/
	}
}

@-moz-keyframes twinkling {
	/*透明度由0到1*/
	0% {
		opacity: 0;
		/*透明度为0*/
	}
	100% {
		opacity: 1;
		/*透明度为1*/
	}
}

@-o-keyframes twinkling {
	/*透明度由0到1*/
	0% {
		opacity: 0;
		/*透明度为0*/
	}
	100% {
		opacity: 1;
		/*透明度为1*/
	}
}

.kv .logo1 {
	position: absolute;
	z-index: 10;
	width: 398px;
	height: 214px;
	top: 30px;
	left: 20px;
}

.kv .logo1 img {
	width: 100%;
	height: 100%;
}

.kv .slogan1 {
	position: absolute;
	z-index: 10;
	width: 930px;
	height: 359px;
	bottom: 50px;
	right: 0;
}

.kv .slogan1 img {
	width: 100%;
	height: 100%;
}

.bottom_box {
	width: 100%;
	height: 163px !important;
	min-width: 1200px;
	background-color: #2B2B2B;
	position: relative;
	overflow: hidden;
}

.bottom_box .wrap {
	width: 1072px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.bottom_box ul {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.bottom_box ul li {
	overflow: hidden;
	float: left;
	margin-top: 25px;
}

.bottom_box ul li img {
	display: block;
	width: 113px;
	height: 113px;
	float: left;
	margin-right: 20px;
}

.bottom_box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom_box ul li .bottom_box_txt {
	float: left;
}

.bottom_box ul li .bottom_box_txt p:nth-child(1) {
	font-size: 24px;
	color: #cccccc;
	margin-top: 5px;
}

.bottom_box ul li .bottom_box_txt p:nth-child(2) {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.bottom_box ul li .bottom_box_txt p:nth-child(3) {
	font-size: 14px;
	color: #D6C289;
	margin-top: 25px;
}

.bottom_box ul li:nth-child(2) {
	margin-left: 96px;
}

.bottom_box ul li:nth-child(3) {
	margin-left: 90px;
}

.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(3) {
	color: #ccc;
}

.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(3) span {
	color: #D6C289;
}

.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(2) {
	color: #ccc;
}

.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(2) span {
	color: #D6C289;
}