@charset "utf-8";
/* 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: #e6e3e3;}
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%;margin:0 auto;}
.banner{
	width:100%;
	/* overflow:hidden; */
	position:relative;
	max-width: 1920px;
}
.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: 1rem;
}
.banner .hd li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
	text-indent: 999px;
	overflow: hidden;
	/* border:solid 1px #134887; */
	background:#999;
}

.banner .hd li.on{
	background: #134887; 
}

.banner .hd li:last-child {
	margin-right: 0
}

.logo img {
    width: auto;
    height: 40px;
}
.header {
    width: 100%;
    background: #e3e4e5;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.headerbox{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    line-height: 35px;
}

.logo {
    margin-top: 5px;
    width: 100px;
}
.subm {
    /* width: 280px; */
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 7.5px;
}

.subm p {
    color: #404040;
    font-size: 16px;
    float: left;
}

.subm ul {
    overflow: hidden;
    float: right;
}

.subm ul a {
    background: #268cf2;
    color: #fff;
    padding: 3px 20px;
    font-size: 12px;
    border-radius: 10px;
}

.subm ul a:first-child {
    margin-right: 10px;
}
.menu {
    width: 70%;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: solid 1px #ddd;
    margin-bottom: 2px;
    padding: 0 15%;
    height: 50px;
    line-height: 50px;
}
.menu ul {margin-left: 50px;}

.menu ul a:hover,.menu ul a.on{
	color: #2549c5;
	font-weight: bold;
	padding-bottom: 2px;
}

.gnmenu {
    width: 100%;
    position: absolute;
    bottom: -2rem;
    left: 0;
}

.gnmenu ul {
    width: 55%;
    margin: 0 auto;
    overflow: hidden;
	max-width:550px;
}
.menu ul a img {
    position: relative;
    max-width: 90px;
}

.menu ul a span {
    position: absolute;
    font-size: 13px;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
	top:0;
}
.menu ul a {
    font-size: 16px;
    margin-right: 30px;
    float: left;
    color: #333;
}
.gnmenu ul a {
    display: block;
    width: 20%;
    background: #1f91c0;
    color: #fff;
    float: left;
    padding: 3% 6%;
    margin-left: 2%;
}
.footer{
	background: #2244b7;
	width:100%;
	padding:2rem 0;
	overflow:hidden;
	font-family:simhei;
	color: #fff;
}
.footer ul{
	width: 80%;
	max-width: 1200px;
	margin:0 auto;
	color:#fff;
}
.footer .flink {
    border-bottom: solid 1px #0629a2;
    overflow: hidden;
}


.footer .flink p {margin-bottom: 10px;width: 80%;max-width: 1200px;margin: 0 auto;padding-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: 20%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.footer .copyright .right img {
    width: 100%;
    height: auto;
    max-width: 107px;
}
.copyright a {
    color: #fff;
}
.title {
    color: #2549c5;
    text-align: center;
}

.title a {
    color: #2549c5;
    font-weight: bold;
    border-bottom: solid 5px #2549c5;
    padding-bottom: 5px;
    font-size: 18px;
}
.finfo {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.finfo p {
    line-height: 40px;
}

.finfo .r img {
    width: 150px;
    height: auto;
    margin: 10px 0;
    display: block;
}

.finfo .r p {
    text-align: center;
    width: 150px;
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.pmenu {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 3%;
    background: #959ddf;
    padding: 5px;
}

.pmenu li a {
    /* font-size: 12px; */
}

.pmenu .topname {
    background: #2256cb;
    color: #fff;
    padding: 6px 30px;
    cursor: pointer;
    font-size: 16px;
}

.pmenu li ul {
    background: #5281ea;
    padding: 4px 30px;
    display: none;
}

.pmenu li ul a {
    display: block;
    line-height: 30px;
    margin-left: 12px;
}

.pmenu li ul a i {
    font-size: 6px;
    margin-right: 5px;
    display: block;
    float: left;
    margin-top: 10px;
}

.corner {
    width: 0px;
    height: 0px;
    border: 5px solid #959ddf;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 5px;
    left: 20%;
}

.pmenu li {
    overflow: hidden;
    margin-bottom: 5px;
}
.current .topname,.current-n .topname {
    color: #ffff00;
    font-weight: bold;
    text-shadow: 0px 0px 2px #999f9d;
}
.pmenu li:last-child {
    margin-bottom: 0;
}
.current i{
    transition: all 500ms ease;
    -moz-transition: all 500ms ease; /* Firefox 4 */
    -webkit-transition: all 500ms ease; /* Safari and Chrome */
    -o-transition: all 500ms ease; /* Opera */
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.topname i {
    font-size: 24px;
    margin-right: 5px;
    display: block;
    float: left;
}
a{
    cursor: pointer;
}
.thiscity{
    cursor: pointer;
    position: relative;
}
.thiscity #cityname {
    border: none;
    background: none;
    width: 60px;
    text-align: center;
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}
.thiscity i{
    color: #e33333;
}

.subm li {
    float: left;
    color: #999;
    border-right: solid 1px #ccc;
    padding: 0 20px;
}

.subm li a {
    color: #999;
}

.subm li a.red {
    margin-left: 10px;
    color: #e33333;
}

.subm li:last-child {
    border: none;
}
.location {
    width: 15px;
    height: 20px;
    display: block;
    float: left;
    background: url(../images/location.png)no-repeat;
    background-size: 100%;
    margin-top: 10px;
    margin-right: 5px;
}
.citys {
    position: absolute;
    top: 35px;
    left: 0;
    width: 300px;
    padding: 10px;
    background: #fff;
    z-index: 999999;
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.1);
    box-shadow: 1px 2px 1px rgba(0,0,0,.1);
    border: 1px solid #ccc;
    display: none;
}

.citys a {
    color: #333;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.lcity {
    padding: 0.5px 10px;
    z-index: 99999999;
    position: absolute;
    width: 60px;
}
.lcity:hover , .lcity.hover{
    top: 0;
    left: 0;
    border: solid 1px #ccc;
    border-bottom: 0;
    background: #fff;
}

.citys a.current {
    background: #e33333;
    color: #fff;
}
.citys a:hover {
    background: #e48d8d;
    color: #fff;
}