﻿
/* CSS Document */
body{font:14px/1.5 "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;min-width:1000px;background:#fff;}
a{text-decoration:none;color:#666}
li{list-style:none;}
*{ margin:0px; padding:0px; }
img{border:0px;}
.clear{clear:both}
em, i{font-style:normal;}
.l{float:left!important;}
.r{float:right!important;}
.overflow{overflow:hidden;}
.layout{width:80%;min-width:1000px;margin:0 auto;}
.banner{
	width:100%;
	/* overflow:hidden; */
	position:relative;
	margin-bottom:5rem;
}
.banner img{
	width: 100%;
	height:auto;
}
.banner .hd{
	overflow: hidden;
	zoom: 1;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	height: 35px;
	display: block;
	padding: 0 30px 0 30px;
	bottom: 4rem;
}
.banner .hd li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
	text-indent: 999px;
	overflow: hidden;
	background: #999
}

.banner .hd li.on{
	background: #666
}

.banner .hd li:last-child {
	margin-right: 0
}
.logo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo img {
    width: 18%!important;
    margin: 2rem auto;
    display: block;
}
.menu {
    width: 100%;
    position: absolute;
    top: 7rem;
    left: 0;
}
.menu ul {
    width: 75%;
    margin: 0 auto;
}

.menu ul a {
    color: #fff;
    width: 14%;
    display: block;
    float: left;
    text-align: center;
	font-family:simhei;
	font-size:16px;
}
.menu ul a:first-child {
    margin-left: 1%;
}
.menu ul a:hover,.menu ul a.on{
	color:#1f91c0;
}
.gnmenu {
    width: 100%;
    position: absolute;
    bottom: -2rem;
    left: 0;
}

.gnmenu ul {
    width: 55%;
    margin: 0 auto;
    overflow: hidden;
	max-width:550px;
}

.gnmenu ul a {
    display: block;
    width: 20%;
    background: #1f91c0;
    color: #fff;
    float: left;
    padding: 3% 6%;
    margin-left: 2%;
}
.gnmenu ul a:hover{
	background:#065879;
}
.gnmenu ul a:first-child {
    margin-left: 0;
}

.gnmenu ul a img {
    height: 40px;
	width:auto!important;
    display: block;
    float: left;
}
.gnmenu ul a span {
    float: right;
    line-height: 40px;
}
.footer{
	background:#052565;
	width:100%;
	padding:2rem 0;
	overflow:hidden;
	font-family:simhei;
}
.footer ul{
	width:75%;
	margin:0 auto;
	color:#fff;
}
.footer .flink {
    border-bottom: solid 1px #fff;
    padding: 10px;
    overflow: hidden;
}


.footer .flink p {margin-bottom: 10px;}

.footer .flink a img {
    height: 100%;
    width: auto;
}

.footer .flink a {
    display: block;
    height: 35px;
    width: auto;
    float: left;
    margin-right: 5px;
}

.footer .copyright {
    overflow: hidden;
    margin-top: 5px;
    padding: 10px;
}

.footer .copyright .left {
    width: 80%;
    float: left;
}

.footer .copyright .right {
    width: 15%;
    float: left;
    margin-top: 18px;
}

.footer .copyright .right img {
    width: 100%;
    height: auto;
	max-width:190px;
}