/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent; 
}
body{position: relative;margin: 0 auto;font-size: 14px;line-height: 1.5;color: #333; 
    font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;min-width: 320px;max-width: 750px;}
a{color: #333;}
a:hover{color: #d7a746;}
img{max-width: 100%;}
input,textarea,select{border: none; font-size: 14px;color: #444;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;outline: 0;}

input[type='submit'],input[type='password'],input[type='text'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select,textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc; }
::-ms-input-placeholder {color: #ccc;}

.viewport {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 750px;
}
.ani,a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.wp{padding: 0 10px;}

/*
-----------------[头部]--------------*/
body{
    padding: 82px 0 45px;
}
.header{
    position: fixed;
    left: 0;top: 0;
    height: 50px;
    width: 100%;
    z-index: 999;
    padding: 0 20px 0 10px;
    background-color: #fff;
}
.header .logo{
    display: block;
    float: left;
    height: 100%;
    line-height: 50px;
}
.header .logo img{
    display: inline-block;
    vertical-align: middle;
    height: 34px;
}
.header .menuBtn{
    float: right;
    height: 100%;
    width: 20px;
    background: url(../images/ico-btn01.png) center center no-repeat;
    background-size: 100% auto;
}

.menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;right: 0;
    border-top: 2px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}
.menu .v1{
    display: block;
    font-size: 14px;
    color: #696969;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 32px;
}

.nav{
    position: fixed;
    left: 0;top: 50px;
    right: 0;
    z-index: 998;
    height: 32px;
    overflow: hidden;
    background-color: #098d39;
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}
.nav li{
    float: left;
    width: 33.33%;
    height: 31px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #fff;
}
.nav li:last-child{border: none;}
.nav a{
    display: block;
    color: #fff;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*
-----------------[banner]--------------*/
.banner .item img{
    display: block;
    width: 100%;
}

/*
-----------------[底部]--------------*/
.footer{}
.footer .copy{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #313131;
}
.footer .tel-box{
    position: fixed;
    left: 0;right: 0;
    bottom: 0;
    z-index: 999;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
}
.footer .tel-box a{
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}
.footer .tel-box .tel1{background-color: #ff7300;}
.footer .tel-box .tel2{background-color: #80c269;}
.footer .tel-box .tel1 span{
    display: inline-block;
    height: 100%;
    padding-left: 32px;
    background: url(../images/ico-s01.png) left center no-repeat;
    background-size: 26px auto;
}
.footer .tel-box .tel2 span{
    display: inline-block;
    height: 100%;
    padding-left: 32px;
    background: url(../images/ico-s02.png) left center no-repeat;
    background-size: 26px auto;
}




