@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    list-style-type: none;
    font-size: 14px;
}
a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}
/*IE*/
img{
    border: none;
    display: block;
}
/*header*/
.header{
    width: 100%;
    height: 60px;
}
.nav{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.logo{
    float: left;
    font-size: 0;
    color: transparent;
}
.logo img{
    margin: 1px 0;
    font-size: 0;
}
.navList{
    float: right;
    overflow: hidden;
}
.navItem{
    position: relative;
    float: left;
    width: 125px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 2;
}
.navItem a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navItem a:hover{
    color: white;
}
.navItem_bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 125px;
    background: #548a51;
    z-index: 1;
    opacity: 0;
}
/*header*/
/*footer*/
.footer{
     width: 100%;
    
    padding: 20px 0;
    background: #212831;
}
.footerCont{
    width:801px;
  
    margin: 0 auto;
}
.footerLeft{
    float: left;
    width: 400px;
    height: 172px;
    border-right: 1px solid #949494;
}
.footerItem{
    float: left;
}
.footerItem p{
    color: #949494;
}
.QRText{
    text-align: center;
    line-height: 30px;
}
.QR{
    display: block;
    width: 150px;
    height: 150px;
}
.phone{
    margin: 45px 25px;
}
.phone p{
    line-height: 24px;
}
.footerRight{
    width: 300px;
    float: left;
    padding: 45px 50px;
}
.footerRight p,
.footerRight p a{
    color: #949494;
    line-height: 24px;
}
.footerRight p a:hover{
    color: #F29200;
}
.footerRight p:hover,
.phone p:hover {
    color: #F29200;
    margin-left: 2px;
    -webkit-transition: margin 0.2s ease 0s;
    -moz-transition: margin 0.2s ease 0s;
    -o-transition: margin 0.2s ease 0s;
    transition: margin 0.2s ease 0s;
}
.footerCopyright{
    border-top: 1px solid #949494;
    margin-top: 20px;
    text-align: center;
    background: #212831;
    color: #949494;
    padding: 10px;
}
/*footer*/
/*reminder*/
.reminder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999;
}
.reminder_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -99px -240px;
}
.reminder_text{
    float: left;
}
.reminder_text .reminder_title{
    font-size: 24px;
    color: #538a50;
    padding-bottom: 20px;
}
.reminder_text span{
    color:#F29200;
    font-size: 48px;
}
.reminder_text p{
    font-size: 16px;
    color: #538a50;
}
.reminder_text p a{
    font-size: 16px;
    color: #538a50;
    text-decoration: underline;
}
.reminder_img{
    float: left;
    width: 150px;
    margin: 19px 0;
}
/*reminder*/

/*side*/
.side_wrap{
    position: fixed;
    top:60%;
    right: 0;
    z-index: 8;
}
.side_item{
    position: relative;
    width: 50px;
    height: 50px;
    margin: 5px 0;
}
.side_item:hover .side_item_text{
    left: -129px;
}
.side_item_text{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 120px;
    padding-left: 9px;
    line-height: 50px;
    background: #ff9900;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side_item_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 32px;
    height: 32px;
    padding: 9px;
    background: #ff9900;
}
.goTop{
    cursor: pointer;
}
/*side*/
