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: 3.125rem;
	position:fixed;
	background-color: #e9ecf1;
	z-index: 2;
	top: 0;
}

.icon {
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0.59375rem .625rem 0 0.625rem;
	float: left;
}

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

.header_txt {
	font-size: 1rem;
	color: #333;
	float: left;
	margin-top: .625rem;
}

.header_txt p:nth-child(2) {
	font-size: .5625rem;
	color: #4887c3;
}
.h_yy{
	display: block;
	width:4.625rem;
	height:1.875rem;
	float:right;
	margin:.625rem 2.4375rem 0 0;
}
.h_yy img{
	display: block;
	width:100%;
	height:100%;
}
.kv {
	width: 100%;
	height: 27rem;
	position: relative;
	margin: 3.125rem auto 0;
	overflow: hidden;
	background: url(../images/kv.jpg) center no-repeat;
	background-size:100% 100%;
}

.logo {
	display: block;
	width:7.75rem;
	height:3.8125rem;
	position: absolute;
	right: 0.25rem;
	top: .8125rem;
}

.yy {
	display: block;
	width:9.84375rem;
	height:3.1875rem;
	position: absolute;
	left: 50%;
	margin-left: -4.921875rem;
	bottom: 2.9375rem;
}
.yy img{
	display: block;
	width:100%;
	height:100%;
}
.down_box {
	width:17.90625rem;
	height:1.84375rem;
	background: url(../images/media.png) no-repeat center;
	background-size:100% 100%;
	position: absolute;
	left: 50%;
	margin-left:-8.953125rem;
	bottom: 0.875rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.down_box>a {
	display: block;
	width: 6rem;
	height: 100%;
	
}
.wx_body{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.down_box .wx_img {
	width: 6.0625rem;
	height: 7.8125rem;
	position: relative;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	margin:0 auto 0;
}
.chengg{
	width:100%;
	height:0.03125rem;
}
.down_box .wx_img img{
	display: block;
	width:5.6875rem;
	height:5.84375rem;
	margin:.1875rem auto .18rem;
}
.down_box .wx_img p{
	font-size:.8rem;
	color:#feee69;
	text-align: center;
}

@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;
}