*{padding:0px;margin:0px;border:0px;font-family: "微软雅黑";}
a{text-decoration: none;color:#333;}
.clear{clear: both;}
li{list-style: none;}

/**顶部**/
.header{width:100%;height: 90px;border-bottom: 2px solid #E7E7E7;background: #fff;position: fixed;z-index: 9}

.logo{position: absolute;left:34px;top:22px;}

.nav{width: 50%;padding-top: 32px;margin:0 auto;}
.nav li{float: left;text-align: center;margin-left: 5%;margin-right:5%;padding-bottom: 6px;font-size: 16px;}

.nav li .line{border-bottom: 2px solid #D0302A;padding-bottom: 4px;width: 0px;}
.nav .on a{color:#D0302A;}
.nav .on .line{width: 100%;}

.tel{position: absolute;right: 34px;top: 22px;}
/*顶部*/


/*bottom*/
.bottom{background: #F1F1F1;}
.bottom li{float: left;}
.bottom li:nth-child(1){width: 22%;padding-top: 20px;}
.bottom li:nth-child(1) img{width: 40%;display: block;float: right;}
.bottom li:nth-child(2){width: 53%;}
.bottom li:nth-child(2) p{margin-bottom: 46px;padding-left: 20%;}
.bottom li:nth-child(2) p:nth-child(1){margin-bottom: 0px;color:#999;}
.bottom li:nth-child(3){width: 25%;}
.bottom li:nth-child(3) p:nth-child(1){color:#999;}
.bottom li:nth-child(3) p:nth-child(3){padding-top: 30px;color:#999;}
/*bottom*/

/*底部*/
.footer{width:100%;height: 64px;background: url("../images/footer_bg.png");position: fixed;bottom:0px;z-index:9;}
.footer_box{width: 1200px;height: 64px;margin:0 auto;}
.footer_box .footer_logo{margin-top: 10px;border-right: 2px solid #fff;width: 160px;float: left;}
.footer_box .wz{padding-top: 5px;padding-left: 30px;color:#fff;float: left;}

.footer_box .form li{float: left;line-height: 64px;margin-left: 40px;}
.footer_box .form li input{height: 30px;width: 248px;padding-left: 1em;}
.footer_box .form li button{height: 32px;width: 100px;background-color: #CE251F;color:#fff;border:1px solid #fff;border-radius: 5px;cursor: pointer;}
/*底部*/

/*page*/
.page a,.page span{display:block;float: left;width: 30px;height: 30px;border-radius: 50%;border:1px solid #EDEDED;color:#333;line-height: 30px;text-align: center;margin:0px 6px;color:#333;}
.page .current{background: #CE251F;cursor: pointer;color:#fff;}
.page{margin:0 auto;height: 30px;padding-top: 40px;padding-bottom: 50px;}
.page .first{display:none;}
.page .end{display:none;}
/*page*/