html {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	overflow-x: scroll;
	
}

body {
	min-width: 1200px;
	font-size: 12px;
	overflow-x: scroll;
	
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul,li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearfix:after, .clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}



/* 头部样式  */




#header {
	width: 100%;
	height: 6.5625rem;
	line-height: 6.5625rem;
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,.2);
	/*position: absolute;*/
	top: 0;
	z-index: 9999;
}

#header:after {
	content: '';
    height: 6.5625rem;
    line-height: 6.5625rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 73%;
    /* left: 48%; */
    background: linear-gradient(to right ,#005bac 0% ,#0087ce 100%);
    z-index: -50;
}

.nav_wrap {
	width: 75rem;
	margin: 0 auto;
	height: 6.5625rem;
	line-height: 6.5625rem;
	position: relative;
}

/*.nav_wrap :after {
	content: '';
	height: 6.5625rem;
	line-height: 6.5625rem;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	background: linear-gradient(to right ,#005bac 0% ,#0087ce 100%);
}*/

 .header-left {
	/*width: 34%;*/
	float: left;
	height: 6.5625rem;
	line-height: 6.5625rem;
	background: #fff;
	position: relative;
}



 .header-left .header-left-wrap {
	width: 18.75rem;
    float: right;
     height: 6.5625rem;
	line-height: 6.5625rem;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.header-left .header-left-wrap>img {
	/*width: 40%;
    position: absolute;
    right: 25%;
    top: 17%;*/
    width: 13.3125rem;
    vertical-align: middle;
    text-align: center;
    margin-right: 3rem;
}

.header-right {
	/*width: 66%;*/
	float: left;
	height: 6.5625rem;
	line-height: 6.5625rem;
	background: linear-gradient(to right ,#005bac 0% ,#0087ce 100%);
}

 .header-right .header-right-wrap {
	width: 56.25rem;
   height: 6.5625rem;
	line-height: 6.5625rem;
    float: left;
    overflow: hidden;
}

.header-right .header-right-wrap >li {
	float: left;
	width: 14.2%;
	height: 6.5625rem;
	line-height: 6.5625rem;
	text-align: center;
}

.header-right .header-right-wrap >li > a {
	display: block;
	width: 100%;
	height: 6.5625rem;
	line-height: 6.5625rem;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
}

.header-right .header-right-wrap >li > a:hover {
	background: #0086cd;
}

.header-right .header-right-wrap >li > a.active {
	background: #0086cd;
}

/* 底部样式  */

#footer {
	width: 100%;
	height: 2.8125rem;
	line-height: 2.8125rem;
	background: #f7f7f7;
}

#footer .footer-wrap {
	width: 75rem;
	margin: 0 auto;
}

.footerLeft {
	height: 2.8125rem;
	line-height: 2.8125rem;
	float: left;
}

.footerLeft>li {
	width: ;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
	float: left;
}

.footerLeft>li >a {
	display: block;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
	padding: 0 1rem;
	color: #a6a6a6;
	font-size: 0.875rem;
}

.footerLeft>li >a:after {
	content: '';
    width: 1px;
    position: absolute;
    top: 37%;
    bottom: 34%;
    background: #a6a6a6;
    right: 0;
}

.footerLeft>li:nth-child(3) >a:after {
	content: '';
    width: 0px;
    position: absolute;
    top: 37%;
    bottom: 34%;
    background: #a6a6a6;
    right: 0;
}

.footerRight {
	float: right;
	height: 2.8125rem;
	line-height: 2.8125rem;
	color: #a6a6a6;
	font-size: 0.875rem;
}

 /**分页**/

ul.simple-pagination{
	list-style:none;
}

.simple-pagination{
	display: -webkit-inline-box;
	overflow:hidden;
	padding:0 5px 5px 0;
	margin:0;
	text-align: center;
}

.simple-pagination ul{
	list-style:none;
	padding:0;
	margin:0;
	text-align: center;
	display: table;
}

.simple-pagination li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

.light-theme a,.light-theme span{
	float:left;
	color:#666;
	font-size:14px;
	line-height: 30px;
	font-weight:400;
	text-align:center;
	border:1px solid #BBB;
	min-width: 21px;
	padding:0 7px;
	margin:0 5px 0 0;
	border-radius:3px;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	background:#efefef;
	background:-moz-linear-gradient(top,#fff 0,#efefef 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));
	background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);
	background:-o-linear-gradient(top,#fff 0,#efefef 100%);
	background:-ms-linear-gradient(top,#fff 0,#efefef 100%);
	background:linear-gradient(top,#fff 0,#efefef 100%);
}

.light-theme a:hover{
	text-decoration:none;
	background:#FCFCFC;
}

.light-theme .current{
	background: #0d63b0;
	color:#FFF;
	border-color: #0d63b0;
	box-shadow:0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,.3) inset;
	cursor:default;
}

.light-theme .ellipse{
	background:0 0;
	border:none;
	border-radius:0;
	box-shadow:none;
	font-weight:700;
	cursor:default;
}

