﻿/*-----------------------------全局样式-------------------------------------*/
/* 
字体大小、间距对照表
0.160rem 12px;
0.200rem 15px;
0.267rem 20px;
0.300rem 22px;
0.320rem 24px;
0.347rem 26px;
0.374rem 28px;
0.400rem 30px;
0.480rem 36px;
0.510rem 38px;
0.534rem 40px;
0.700rem 52px;
1.200rem 90px;
*/
@charset "UTF-8";
*{
    padding:0;margin: 0;box-sizing: border-box;
}
body{
    background:#ffffff;margin: 0 auto;font-weight:normal;font-family:'Microsoft YaHei';max-width: 10.000rem;-webkit-text-size-adjust: 100% !important;
}
a{
    text-decoration: none;display: inline-block;
}
a,button,input,textarea{
    -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-appearance : none ;
}
input,button,textarea{
    outline: none;border-radius: 0;border: 0;
}
img{
    display: block;border: 0;
}
ul{
  overflow: hidden;
}
ul,li{
    list-style: none;
}
/*h1{
    font-size: 0.66rem;font-weight: bold;color: #a27d51;display: block;line-height: 0.720rem;text-align:center;
}*/
h2{
    font-size: 0.520rem;color: #4e4e4e;text-align:center;display: block;line-height:0.534rem;font-weight: normal;
}
h3{
    font-size: 0.420rem;display: block;line-height:0.427rem;
}
p{
    font-weight: normal;display: block;font-size: 0.374rem;line-height: 0.510rem;color: #333333;
}


.head{width: 10rem;height: 1.400rem;background: #664528;position: fixed;top:0;z-index: 1000;}
.head .head_logo{width: 26.6%;height: 1.00rem;margin-left:0.267rem;padding-top: 0.2rem;float: left;}
.head .head_logo img{width: 100%;}

.head .head_slogin{width: 35%;height: 1.00rem;margin-left:0.267rem;padding-top: 0.2rem;float: left;}

.head .head_slogin img{width: 104%;}

.head .head_denglu{width: 22%;height: 1.00rem;margin-left:0.600rem;padding-top: 0.2rem;float: left;color: #fff;}
.head .head_denglu a{color: #fff;font-size: 0.347rem;line-height: 1.00rem;margin-right: 0.1rem;margin-left: 0.1rem;}
.head .head_denglu a:hover{color: #fee7bf;}

.head .head_cenav{width: 8%;height: 0.8rem;float: right;margin-right: 15px;padding-top: 0.12rem;position: relative;}
.head .head_cenav img{width: 85%;}

.cenav{width: 4rem;height: 7.2rem;background: rgba(0,0,0,.86);position: absolute;top: 0;right: -16px;z-index: 100;display: none;margin-top: 1.4rem}

.cenav li{width: 100%;height: 1.2rem;color: #fff;text-align: center;line-height: 1.2rem;border-bottom: 1px solid #979594;}
.cenav li:last-of-type{border-bottom: 0;}
.cenav li a{color: #fff;font-size: 0.440rem;}
.cenav li a:hover{color: #d6a061;}


.bottom{width:100%;height:60px;padding-top:6px;position:fixed;left:0;bottom:0;background:#664528;z-index: 1000;}
/*.bottom a li span{color:#fff;font-size:0.374rem;padding-top: 5px;}*/
.bottom li{float:left;width:24%;height:60px;line-height:60px;margin-left:1%;text-align:center;background-size:0.534rem}
.bottom li a{color:#fff;font-size:0.374rem;padding-top: 5px;}
/*.bottom li img{margin-bottom:5px;margin-top:10px;}*/
.bot1{background:url(../image/bot1.png) no-repeat center top;}
.bot2{background:url(../image/bot2.png) no-repeat center top;}
.bot3{background:url(../image/bot3.png) no-repeat center top;}
.bot4{background:url(../image/bot4.png) no-repeat center top;}

.kong{width:100%;height:2rem;}
