html {
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%;*/
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%;*/
    font: normal 100% 'microsoft yahei',Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fbf9f5;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.35s;
}

a:hover {
    color: #e60012;
}

ul,li,h1,h2,h3,h4,h5,h6,p,span,img,form {
    margin: 0;
    padding: 0;
}

ul,li {
    list-style: none;
}

img {
    border: 0;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.hide{display: none;}


/*定义布局为盒模型*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*盒模型垂直布局*/
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*子元素占据剩余的空间*/
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*子元素垂直居中*/
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*子元素水平居中*/
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*子元素两端对齐*/
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*头部*/
.htop{
    position: absolute;
    left: 0;
    top:0;
    z-index: 999;
    width: 100%;
    line-height: 36px;
    background:url(../images/htopbg.png) repeat;
    /*background: #fff;*/
}
.htop .left{
    float: left;
}
.htop .right{
    float: right;
    line-height: 36px;
}
.htop .right .tianqi{
    float: left;
    padding: 0px 10px 0;
}
.htop .right .link{
    float: left;
}
.htop .right .link a{
    display: block;
    float: left;
    margin-top: 5px;
    padding: 0 4px;
}
.htop .right .link a:hover{
    opacity: 0.5;
}
.htop .right .link span{
    float: left;
    padding: 0 10px;
}
.htop .right .search{
    float: left;
    margin: 0 10px;
    background: #c6c6c6;
}
.htop .right .search .txt{
    height: 36px;
    border:0;
    float: left;
    padding: 0 10px;
}
.htop .right .search .btn{
    height: 36px;
    border:0;
    width: 36px;
    background: url(../images/tt5.png) center;
    background-repeat: no-repeat;
}

.htop .right .lang{
    float: left;
    padding: 0 10px;
}

.head{
    position: absolute;
    left: 0;
    top:36px;
    z-index: 999;
    width: 100%;
    background:url(../images/headbg.png) repeat;
}
.head .logo{
    float: left;
}
.head .nav{
    float: right;
}
.head .nav ul{}
.head .nav ul li{
    display: inline-block;
    width: 116px;
    padding: 5px 0 5px 5px;
    background: url(../images/tbbc.png) no-repeat left center;
    position: relative;
}
.head .nav ul li>a{
    float: left;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
    color: #f2efea;
    background-position: center top;
    background-repeat: no-repeat;

    transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.head .nav ul li>a i{
    display: none;
}
.head .nav ul li:nth-child(1){
    background-image: none;
}
.head .nav ul li .child{
    display: none;
    position: absolute;
    left: 5px;
    top:80px;
    width: 116px;
    background: #a4d854;
    
    transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.head .nav ul li .child a{
    display: block;
    text-align: center;
    line-height: 48px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.head .nav ul li:hover >a{
    background-color: #aadd49;
    color: #177433;

}
.head .nav ul li:nth-child(2):hover >a{
    background-image: url(../images/nv1.png);
    padding: 32px 0 8px;
}
.head .nav ul li:nth-child(3):hover >a{
    background-image: url(../images/nv2.png);
    padding: 32px 0 8px;
}
.head .nav ul li:nth-child(4):hover >a{
    background-image: url(../images/nv3.png);
    padding: 32px 0 8px;
}
.head .nav ul li:nth-child(5):hover >a{
    background-image: url(../images/nv4.png);
    padding: 32px 0 8px;
}
.head .nav ul li:nth-child(6):hover >a{
    background-image: url(../images/nv5.png);
    padding: 32px 0 8px;
}
.head .nav ul li:nth-child(7):hover >a{
    background-image: url(../images/nv6.png);
    padding: 32px 0 8px;
}
.head .nav ul li:hover .child{
    display: block;
}
.head .nav ul li .child a:hover{
    color: #177433;
}

.head .mmbtn{
    display: none;
    height: 2rem;
    width: 2rem;
    background: url(../images/mmbtn.png) no-repeat;
    background-size: contain;
    float: right;
    margin:1rem 1rem 0 0;
}

/*底部*/
.footer{
    background-color:#2d2d2d;
    background-image:url(../images/footerbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*height: 182px;*/

}
.footer .ft1{
    color: #d0d0d0;
    height: 77px;
    padding: 50px 0 0 120px;
}
.footer .ft1 .nav{
    float: left;
}
.footer .ft1 .nav ul{
    border-left: 1px solid #d0d0d0;
    height: 20px;
}
.footer .ft1 .nav ul li{
    float: left;
    padding: 0 10px;
    height: 20px;
    border-right: 1px solid #d0d0d0;
}
.footer .ft1 .nav ul li a{
    color: #d0d0d0;
}
.footer .ft1 .tel{
    margin-left: 40px;
    float: left;
}

.footer .ft2{
    color: #b0b0b0;
    line-height: 30px;
    text-align: center;
    
}
.footer .ft2 a{
    color: #b0b0b0;
}




/* 翻页样式 */
.pagelist {
    text-align: center;
    display: block;
    padding: 10px auto 30px;
    /*background: #fff;*/
    height: 40px;
    line-height: 40px;
}
.pagelist a {
    padding: 7px 12px;
    border: 1px solid #DDD;
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: 15px 0 15px 6px;
    background: #fff;
}
.pagelist a:hover {
    padding: 6px 11px;
    border: 2px solid #0a8947;
    text-decoration: none;
}
.pagelist span {
    padding: 7px 12px;
    border: 1px solid #0a8947;
    text-align: center;
    color: #666;
    margin: 15px 0 15px 6px;
}
.pagelist .layui-laypage-curr {
    color: #FFF;
    border-color: #0a8947;
    background: #0a8947;
    font-weight: 700;
}
.pagelist .layui-laypage-prev {
    cursor: not-allowed;
}
.pagelist .layui-laypage-prev:hover {
    color: #ccc;
    padding: 7px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    cursor: not-allowed;
}
.pagelist ul {
    /*font-size:0;*/
    *word-spacing: -1px/*IE6、7*/;
}
.pagelist ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin: 0 0 0 -1px;
}
.pagelist ul li {
 *display: inline/*IE6、7*/;
 *zoom: 1;
}
.pagelist li span {
    font: 600 12px/20px Verdana, Tahoma, Arial;
    color: #AAA;
    background-color: #FFF;
    text-align: center;
    display: block;
    min-width: 20px;
    padding: 8px;
    border: 1px solid #E6E6E6;
    position: relative;
    z-index: 1;
}
.pagelist li a span, .pagelist li a:visited span {
    color: #555;
    text-decoration: none;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}
.pagelist li a:hover span, .pagelist li a:active span {
    color: #0a8947;
    text-decoration: none;
    border-color: #DB4453;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.pagelist li a:hover {
    text-decoration: none;
}
.pagelist li span.currentpage {
    color: #FFF;
    font-weight: bold;
    background-color: #0a8947;
    border-color: #DB4453;
    position: relative;
    z-index: 2;
}
.pagelist li:first-child {
    margin-right: 8px;
}
.pagelist li:last-child {
    margin-left: 8px;
}


/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) {

}
/*当屏幕尺寸小于992px时，应用下面的CSS样式*/
@media screen and (max-width: 992px) {
    
}
/*当屏幕尺寸小于992px时，应用下面的CSS样式*/
@media screen and (max-width: 992px) {
    
}
/*当屏幕尺寸小于768px时，应用下面的CSS样式*/
@media screen and (max-width: 768px) {
    .wrap{
        width: 100%;
    }
    .htop{display: none;}
    .head{top:0;}
    .head .logo img{height: 4rem;}
    .head .nav{display: none; position: absolute;float: none;top:4rem;right:0;background: rgba(0,0,0,0.6);}
    .head .nav ul li{width:32%;line-height: 3rem;padding: 0;background: none;}
    .head .nav ul li a{padding: 0;line-height: 3rem;}
    .head .nav ul li:hover a,.head .nav ul li:hover:nth-child(2) a,.head .nav ul li:hover:nth-child(3) a,.head .nav ul li:hover:nth-child(4) a,.head .nav ul li:hover:nth-child(5) a,.head .nav ul li:hover:nth-child(26) a,.head .nav ul li:hover:nth-child(7) a,.head .nav ul li:hover:nth-child(8) a{background: none;padding: 0;line-height: 3rem;}
    .head .nav ul li a:hover i{display: none;}
    .head .nav ul li:hover .child{display: none;}
    .head .mmbtn{
        display: block;
    }
    .footer .ft1{background: #414141;padding:0.8rem; height: auto;}
    .footer .ft1 .nav ul{border:0;}
    .footer .ft1 .nav ul li{margin:0.4rem 0;width:33%;padding:0;text-align: center;}
    .footer .ft1 .nav ul li:nth-child(3),.footer .ft1 .nav ul li:nth-child(6){border:0;}
    .footer .ft1 .tel{clear:both;padding:1.2rem 0 0.8rem 0;margin:0 auto;float: none;text-align: center;}
    .footer .ft2{line-height: 1.8rem;padding:0.8rem; background: #000;}
}