body,td,th {font-family: "微软雅黑", "宋体"; font-size: 14px; color: #333333;}
body {
	margin: 0px;
	min-width: 1200px;
	width:expression(document.body.clientWidth < 1200? "1200px": "auto" );
}
form,ul,li,h1,h2,h3,h4,p,img {list-style:none; margin:0px; padding:0px; border:0px;}
a {color: #333333; text-decoration: none;}
a:hover {text-decoration: none; color: #ffb200;}
.header1 {
	width: 100%;
	height: 45px;
}

.header1-m {
	width: 80%;
	margin: 0 auto;
}

.header1 .header1-m .fl {
	padding-top: 11px;
}

.header2 {
	width: 100%;
	height: 96px;
	background: #F6F6F6;
}

.header2-m {
	width: 80%;
	margin: 0 auto;
}

.header2 .header2-m .logo {
	padding-top: 25px;
	float: left;
}

.header2 .header2-m .tel {
	float: right;
	padding-top: 24px;
	padding-left: 90px;
}

.header2 .header2-m .tel .tu1 {
	float: left;
	padding-right: 12px;
}

.header2 .header2-m .tel .zi1 {
	float: left;
}

.header2 .header2-m .e-mail {
	float: right;
	padding-top: 24px;
}

.header2 .header2-m .e-mail .tu2 {
	float: left;
	padding-right: 12px;
}

.header2 .header2-m .e-mail .zi2 {
	float: left;
}


.daohang {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 50%;
    margin-left: -660px;
}

.daohang ul li {
	float: left;
	background-color: #202F32;
	width: 14%;
	height: 52px;
	line-height: 50px;
	text-align: center;
	transform: skewX(-45deg);
}

.daohang ul li a {
	font-size: 14px;
	color: #F6F6F6;
	font-style: normal;
	display: inline-block;
	-webkit-transform: skew(45deg);
}

.daohang ul li .active {
	background: #FBBF34;
}

.daohang ul li:hover {
	background: #FBBF34;
}

.daohang ul li:hover a {
	color: #202F32;
}


.footer{
	width: 100%;
}
.footer .tubiao{
	background: #253A40;
	width: 100%;
	height: 96px;
}
.footer .tubiao ul{
	width: 1180px;
	margin: 0 auto;
}
.footer .tubiao ul li{
	float: left;
	    margin-right: 34px;
	margin-top: 27px;
	
}
.footer .tubiao ul li img{
	float: left;
	
}
.footer .tubiao ul li p{
	font-size: 14px;
    color: #FFFFFF;
    float: left;
    padding: 12px 0 0 13px;
	
}
.footer .footer-b{
	background: #202F32;
	width: 100%;
}
.footer .footer-b .footer-b-m{
	margin: 0 auto;
	width: 1180px;	
	
	
}
.footer .footer-b .footer-b-m .footer-top{
	padding-top: 43px;
	height: 333px;
}

.footer .footer-b .footer-b-m .footer-top ul li{
	float: left;
	width: calc(100%/5);
}
.footer .footer-b .footer-b-m .footer-top ul li dl dt{
	font-size: 15px;
color: #FFFFFF;
}
.footer .footer-b .footer-b-m .footer-top ul li dl img{
	padding-bottom: 20px;
    padding-top: 10px;
}
.footer .footer-b .footer-b-m .footer-top ul li dl a dd{
	font-size: 12px;
color: #A4A4A4;
line-height: 30px;
margin: 0 auto;
}


.footer .footer-b .footer-b-m .footer-top ul li .lianxi h2{
	font-size: 12px;
color: #A4A4A4;
padding-bottom: 5px;
}
.footer .footer-b .footer-b-m .footer-top ul li .lianxi p{
	font-size: 12px;
color: #A4A4A4;
margin: 0 auto;
    line-height: 26px;
}
.footer .footer-b .footer-b-m .xiafang{
	height:48px;
}
.footer .footer-b .footer-b-m .xiafang .one{
	border-bottom: 1px solid #979797;
}
.footer .footer-b .footer-b-m .xiafang .two{
	    height: 50px;
}
.footer .footer-b .footer-b-m .xiafang .two ul li{
	float: left;
	margin: 13px 30px 0px 0px;
}
.footer .footer-b .footer-b-m .xiafang .two ul li a{
	font-size: 12px;
color: #A4A4A4;
}
.footer .footer-b .footer-b-m .xiafang .three{
	border-bottom: 1px solid #979797;
}
.footer .footer-b .footer-b-m .xiafang .copyright{
	color: #A4A4A4;
	margin-top: 8px;
}
.footer .footer-b .footer-b-m .xiafang .copyright a{
	font-size: 12px;
	color: #A4A4A4;
	line-height: 24px;
}

/*page style begin*/

.page {
	background: #fdfdfd;
	padding: 1rem;
	margin:0 auto;
	border-radius: 0.2rem;
	counter-reset: pagination;
	text-align: center;
}

.page:after {
	clear: both;
	content: "";
	display: table;
}
.page a ,
.page span{
	display: inline-block;
	height: 40px;
	line-height:40px;
	padding: 0 16px;
	border: 1px solid #ddd;
	border-radius: 0.2rem;
	margin: 0 1px;
}

.page a {
	counter-increment: pagination;
}

.page a:hover,
.page span {
	color: white;
	background-color: #ffb200;
	border: solid 1px #ffb200;
}

.page a.active{
	color: white;
	background-color: #ffb200;
	border: solid 1px #ffb200;
}

.page a:first-child a:after {
	content: "Previous";
}

.page a:nth-child(2) {
	counter-reset: pagination;
}


.page a:last-child a:after {
	content: "Next";
}

.page a a {
	border: solid 1px #d6d6d6;
	border-radius: 0.2rem;
	color: #7d7d7d;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 0.5rem 0.9rem;
}

.page a a:after {
	content: " " counter(pagination) " ";
}

.middle {

}

.middle li a {
	display: none;
}

.middle li:first-child a {
	display: inline-block;
}

.middle li:first-child a:after {
	content: "<";
}

.middle li:last-child a {
	display: inline-block;
}

.middle li:last-child a:after {
	content: ">";
}

.middle li:nth-child(2) a {
	display: inline-block;
}

.middle li:nth-child(3) a {
	display: inline-block;
}

.middle li:nth-child(4) a {
	display: inline-block;
}

.middle li:nth-child(5) a {
	display: inline-block;
}

.middle li:nth-last-child(2) a {
	display: inline-block;
}

.middle li:nth-last-child(3) {
	display: inline-block;
}

.click_server{}

/*page style end*/
