
ul, ul li{list-style-type:none;}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  }
.topNav{
    /*overflow: hidden;*/
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 999999999;
}
.topNav .logo{
    overflow: hidden;
}

.topNav .logo img{
    width: 182px;
    height: 182px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.topNav .nav{
    overflow: hidden;
}
.topNav .nav .navT{
    overflow: hidden;
    margin: 25px 0 0 0;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.topNav .nav .navT ul{}
.topNav .nav .navT ul li{
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.topNav .nav .navT ul li a{
    color: #fff;
}
.topNav .nav .navT ul li a:hover{
    color: #8eb126;
}
.topNav .nav .navT ul li span{
    margin: 0 5px 0 8px;
}
.topNav .nav .navB{
    overflow: hidden;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.topNav .nav .navB ul{}
.topNav .nav .navB ul li{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 30px;
    font-weight: bold;
    cursor: pointer;
}
.topNav .nav .navB ul li a{
    color: #fff;
}
.topNav .nav .navB ul li a:hover{
    color: #8eb126;
}
.topNav .nav .navB ul li dl{
    position: absolute;
    display: none;
    width: 100px;
    text-align: center;
    margin-left: -10px;
    background-color: #fff;
}
.topNav .nav .navB ul li dl a{
    color: #cc8809;
    font-size: 16px;
}
.topNav .nav .navB ul li dl a:hover{
    color: #8eb126;
}
.topNavThis{
    top: 0;
    padding: 15px 0;
    background-color: #d49e1c;
}
.topNavThis .logo img{
    height: 80px;
    width: 80px;
}
.topNavThis .nav .navT {
    margin: 0px 0 0 0;
}
.topNavThis .nav .navB {
    margin: 1px 0 0 0;
}


.zBanner{
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
    -webkit-box-shadow:  0 5px 10px -5px #5E5E5E;
    -moz-box-shadow:  0 5px 10px -5px #5E5E5E;
    box-shadow: 0 5px 10px -5px #5E5E5E;
}
.zBanner2{
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.zBanner img{
    width: 100%;
    height: 280px;
}

.address{
    overflow: hidden;
    position: relative;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #000;
}

.allBox{
    overflow: hidden;
    position: relative;
    padding: 0 0 60px 0;
}

.pageBox{
    overflow: hidden;
}
.pageBox ul{
    text-align: center;
    width: 535px;
    padding-top: 35px;
    margin: auto;
    border-top: 1px solid #cc8809;
}
.pageBox ul li{
    display: inline-block;
}
.pageBox ul li a{
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
    text-align: center;
    margin: 0 5px;
    color: #cc8809;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.pageBox ul .this a,.pageBox ul li:hover a{
    color: #fff;
    background-color: #c9bbdb;
}






.fixedBox{
    overflow: hidden;
    position: fixed;
    bottom: 5px;
    right: 55px;
    z-index: 99999;
    display: none;
}
.fixedBox ul{}
.fixedBox ul li{
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.fixedBox ul li a{
    display: block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid #8eb126;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.fixedBox ul li:hover a{
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    -ms-transform: rotate3d(0,1,0,360deg);
    -o-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
}
.footer{
    overflow: hidden;
    position: relative;
}
.footer .foot{
    overflow: hidden;
    position: relative;
    padding: 60px 0 0 0;
    background-color: #313131;
}
.footer .foot .center{
    overflow: hidden;
    padding:0 50px 40px;
    background: url("../images/pic23.png") no-repeat bottom right 145px;
}
.footer .foot .center .titT{
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.footer .foot .center .titT ul{}
.footer .foot .center .titT ul li{
    display: inline-block;
    font-size: 18px;
}
.footer .foot .center .titT ul li a{
    color: #fff;
    cursor: pointer;
}
.footer .foot .center .titT ul li a:hover{
    color: #8eb126;
}
.footer .foot .center .titT ul li span{
    margin: 0 10px;
    color: #fff;
}
.footer .foot .center .titT ul li:first-child a{
    font-weight: bold;
}
/* .footer .foot .center .titT ul li:first-child span{ */
/* margin-left: 0; */
/* } */
/* .footer .foot .center .titT ul li:last-child span{ */
/* margin-right: 0; */
/* } */
.footer .foot .center .titB{
    overflow: hidden;
    margin: 25px 0 0 0;
}
.footer .foot .center .titB .titBL{
    overflow: hidden;
    margin: 0 50px 0 0;
}
.footer .foot .center .titB .titBL a{
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}
.footer .foot .center .titB .titBC{
    overflow: hidden;
    margin: 0 50px 0 0;
}
.footer .foot .center .titB .titBC h4{
    overflow: hidden;
    color: #fff;
    margin: 0;
    line-height: 25px;
}
.footer .foot .center .titB .titBC h4:first-child{
    font-weight: bold;
    margin: 8px 0 20px 0 ;
}
.footer .foot .center .titB .titBR{
    overflow: hidden;
}
.footer .foot .center .titB .titBR a{
	color: #fff;
}
.footer .foot .center .titB .titBR h4{
    overflow: hidden;
    color: #fff;
    margin: 0;
    line-height: 25px;
}
.footer .foot .center .titB .titBR h4:first-child{
    margin: 8px 0 20px 0 ;
}
.footer .foot .center .titB .titBR h4:last-child{
    margin: 25px 0 0 0 ;
}
.footer .copy{
    overflow: hidden;
    position: relative;
    font-size: 18px;
    color: #fff;
    height: 55px;
    line-height: 55px;
    background-color: #ff0000;
}