﻿@charset "utf-8";
/* CSS Document */
body, html{margin: 0;
    padding: 0;
    height: auto;}
ul{padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    
}
p{margin: 0;}
li{list-style-type: none;}
a{text-decoration: none;}
.web-head-logo img{width: 650px;
    height: auto;}
.web-head-logo{
    background: url(../img/backgun.png) no-repeat right bottom;
    height: 140px;
    display: table;
    width: 100%;
}
.web-head-logo a{
    display: table-cell;
    vertical-align: middle;
}    
.web-menu ul  li{float: left;
    width: 14%;
    color:#fff;
    font-size: 16px;
    text-align: center;
    height: 65px;
    line-height:65px;
    position: relative;
    }
.web-menu ul  li ul{position: absolute;
    z-index: 999;
    padding: 0;
    width:100%;
    background: #00b11f;
    display: none;
    border-radius: 0;
    min-width: 100%;}
.web-menu ul  li:hover ul{display: block}
.web-menu ul  li ul li{float: none;
    width:100%;
    padding: 0 5px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #fff}
.web-menu ul  li ul a:last-child li{border: 0}
.web-menu ul  li a{color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0;
    line-height:65px;}
.web-menu ul  li ul li a{line-height: 40px;}
.web-menu ul  li ul li:last-child{border-bottom: 0}
.web-menu ul a:hover li{background:#1e7f32;
    border-bottom:2px solid #b9f97e;
    color: #fff;
    
}
.web-menu ul  li ul li:hover a{color: #fff}
.web-menu ul li:hover{border-bottom:2px solid #b9f97e;}
.web-menu ul li.active{border-bottom:2px solid #b9f97e;}
.web-menu{background-color:#00b11f;
    width: 100%;}
.web-menu ul  li:hover{background:#1e7f32; }
.web-menu ul  li:hover a{background:none;}
.top-banner .carousel a.carousel-control span{
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.mobile-sy-btn{display: none;}
.padding-no{padding: 0;}
.padding-left{padding-left: 0;}
.padding-right{padding-right: 0;}

.mok-top{border-bottom:1px solid #ddd;
    }
.mok-top h3{font-size:16px;
    font-weight:bold;
    border-bottom: 2px solid #00b11f;
    padding-bottom: 5px;}
.mok-top h3 img{margin-right:5px;}
.mok-top span{line-height: 39px;
    font-weight: bold;
    background: #00b11f;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;}
.mok-top a:hover span{color:#007170}
.mok-body{margin-top:20px;}
.mok-body .carousel-indicators{bottom: 5px;
    right: 0px;
    margin: 0;
    left: 38%;
    text-align: right;}
.mok-body .carousel-indicators li{border-radius: 0;
    background:#fff;
    width:20px;
    height:20px;
    text-indent: 0;
    color: #333;
    border-radius: 50%;
    border:0;
    line-height: 20px;
    text-align: center;
    font-size: 12px;}
.mok-body .carousel-indicators li.active{background: #00b11f;
    width:20px;
    height:20px;
    color: #fff;
    border: 0}
/*.mok-body .carousel{min-height: 290px;}*/
.mok-body .carousel-inner .item img{width:100%;}
.new-list li{font-size:15px;
    color:#333;
    list-style-type: disc;
    line-height: 32px;
    }
.new-list{padding-left: 15px;}
.new-list a{text-decoration:none;}
.new-list a:hover li{border-bottom: 1px solid #ddd;
    color:#00b11f}
.new-list li span{color:#888}
.new-list a{display: block;
    height: 33px;
    line-height: 33px;}
.new-list li p{width:79%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.s-banner-text h3{
    display: block;
    font-size:16px;
/*    font-weight:bold;*/
    color: #2d2d2d;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
.s-banner-text p{
    font-size: 15px;
    color: #8a8787;
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.s-banner-text a{text-decoration:none;
}
.s-banner-text a:hover h3{ font-weight:bold;}
.web-body-content{padding:40px 0;}
.tzgg-con li span{
    color:#888;
    }
.tzgg-con li p{text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#333;
    width:78%;}
.tzgg-con a{text-decoration: none;
    display: block;
    /* margin-bottom: 10px; */
    line-height: 32px;
    font-size: 15px;
    height: 33px;
    line-height: 33px;}
.tzgg-con a:hover{border-bottom: 1px solid #ddd}
.tzgg-con a:hover li p{color:#00b11f}



/*******轮播样式*******/

.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.result-show .swiper-container{margin-top:20px;}

.result-show .swiper-container .swiper-button-next{right: auto;
    height: 100%;
    top: 22px;
    right: 0;
    width: 40px;
    background: rgb(0, 177, 31,.4);
    color: #fff;
}
.result-show .swiper-container .swiper-button-prev{right: auto;
    height: 100%;
    top: 22px;
    left: 0;
    width: 40px;
    background: rgb(0, 177, 31,.4);
    color: #fff;}
/*.result-show .swiper-container .swiper-wrapper{padding:0 40px;}*/
.web-content2{margin-top:20px;}
.pt-item-text{margin-top:10px;}
.pt-item-img{width:100%;
    overflow: hidden;
}
.pt-item-img img{transition: all .5s;
-moz-transition: all .5s;	/* Firefox 4 */
-webkit-transition: all .5s;	/* Safari 和 Chrome */
-o-transition: all .5s;	/* Opera */
    cursor: pointer}
.pt-item-img:hover img{transform: scale(1.1,1.1);
}
.pt-item-text h3{font-size:16px;
    line-height:36px;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color:#333}
.pt-item-text a{text-decoration: none;}
.pt-item-text a:hover h3{font-weight: bold}
.pt-item-text p{color:#666;
    font-size:14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.pt{margin-top: 20px;}
.pt-con{margin:20px -15px;
    }
.friend-link ul li{width: 12%;
    float: left;
    line-height:57px;
    min-height: 57px;
    height: 57px;
    border: 1px solid #ddd;
    margin-right:2%;
    margin-bottom: 15px;
}
.friend-link ul a:hover li{border:2px solid #00b11f}
.friend-link ul li img{width:100%;
    padding: 10px;
    }
.friend-link{margin-top:20px;}
.yq-link{margin-top:40px;}
.foot-con{background-color:#00b11f;
    height:240px;
    padding: 25px 0 58px;}
.foot-ewm ul li{width:100px;
    float: left;
    margin-right:20px}
.foot-ewm ul li img{width:100%;}
.foot-ewm ul li p{margin-top:5px;
    color:#fff;
    text-align:center}
.foot-bottom{color:#fff;
}
.container-fluid{padding: 0}
.web-menu .container{padding: 0}
.navbar{margin-bottom:0;
    border: 0;
    border-radius: 0;}

.display-none img{display: none;}
.cat-body-content{min-height: 600px;
    padding: 0}
.sidebar{position: relative;
    padding-right: 25px;
    
}
.sidebar-title{
    height: 60px;
    width: 100%;
    background-color: #00b11f;
    line-height: 60px;
    color: #fff;
    font-size:20px;
    font-weight: lighter;
    padding: 0 15px;
}
.sidebar-list{
    
    border-top:4px solid #00f1b9;}
.sidebar-list li{background-color: #fff;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #333}

.sidebar-list a{text-decoration: none;}
.sidebar-list a:hover li{background:#e2e2e2;
    color: #00b11f}
.sidebar-list a.active li{color: 00b11f;
    background:#e2e2e2;}
.sidebar-list a:last-child li{border-bottom: 1px solid #ddd;}
.page-title .bread-menu .breadcrumb{background:none;}
.sidebar-title-box{
    height: 60px;
    position: absolute;
    width: 100%;
    top: -60px;
    padding-right: 25px;}
.page-title{display: table;
    width: 100%;
    margin-top:30px;
    padding-bottom:7px;
    border-bottom: 3px solid #00b11f}
.page-title h3{width: 80%;}

.page-title .bread-menu .breadcrumb{
    padding: 0;
    margin: 0}
.page-con{padding: 25px 0px;}
.page-con p{
    line-height: 1.95!important;
    font-size:18px!important;
    text-align: justify;
    font-family: "Microsoft yahei","Simsun" !important;
    margin-bottom: 11px;}
.cat-page-con{background: #f9f9f9;
    min-height:600px;}
.cat-page-content{background: #fff;
padding-left: 35px;
min-height: 600px;}
.menu-list li a.dropdown-toggle{display: none;}
.pag-con-list ul li{font-size: 15px;
    height:40px;
    line-height:40px;
    border-bottom: 1px dashed #ddd;
    }
.pag-con-list ul li a{color: #333;
    text-decoration: none;}
.pag-con-list ul li a{display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;}
.pag-con-list ul li span{float: right;
   color:#888;}
.pag-con-list ul li:hover a{color:#00b11f}
.cat-page-content{position: relative;}
.cat-page-content .page-nav{position: absolute;
    bottom: 25px;
    width: 100%;
    }
.cat-page-content .page-nav ul a{display: block;
    width: 40px;
    color: #333;
    float: left}
.cat-page-content .page-nav ul span{float: left;
    width: 35px;
    height:35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: 5px;}
.cat-page-content .page-nav ul span.now-page{background: #00b11f;
    color: #fff}
.cat-page-content .page-nav ul .pagebar-previous{float: left;
    width: auto !important;
    margin-right: 5px;}
.cat-page-content .page-nav ul .pagebar-previous a{width: auto;}
.cat-page-content .page-nav ul .pagebar-previous a span{width: auto;border: 0;
    padding: 0 10px;}
.cat-page-content .page-nav ul .pagebar-next{float: right;
    width: auto !important;}
.cat-page-content .page-nav ul .pagebar-next a{width: auto;
    border: 0}
.cat-page-content .page-nav ul .pagebar-next a span{width: auto;border: 0;
    padding: 0 10px;}
.page-con p img{max-width: 100%;
    padding: 15px 25px;
    text-indent: 0;
}
/*
.cat-page-content .page-nav ul a:first-child{float: left}
.cat-page-content .page-nav ul a:last-child{float: right;}
*/

/*手机端样式从这里开始*/
@media (max-width:768px){
    body{overflow-x: hidden;}
    
    .padding-left{padding:0;}
    .padding-right{padding:  0}
/*    .new-dt .carousel{min-height: 345px;}*/
    .new-dt{margin-bottom: 20px;}
    .pt .pt-item{margin-bottom: 25px;
        padding-bottom:20px;
    border-bottom: 1px solid #ddd}
    .pt .pt-item:last-child{border-bottom: 0}
    .yq-link{padding: 0 15px;}
    .friend-link ul li{width: 31.3%;}
    .foot-con{height: auto}
    .foot-con{padding: 20px 15px;}
    .foot-top>div:first-child{margin-bottom: 20px;}
    .foot-ewm{text-align: center;
        padding: 0;
        display: table;
    width: 100%;}
    .foot-ewm ul{display: table;
    text-align: center;
    margin: 0 auto;}
    .web-body-contop{padding: 0}
    .web-body-content{padding: 25px 15px}
    .new-list-con{margin-top: 20px;}
    
    .web-menu .container-fluid{padding: 0 15px;}
    .web-menu .container-fluid .collapse{padding: 0;
        width: 100%;
        margin: 0;}
    .web-menu .navbar-default .navbar-toggle{border-color:#fff;}
    .web-menu .navbar-header .navbar-toggle .icon-bar{background-color:#fff}
    .web-menu .navbar-header{padding: 0 15px;}
    .web-menu .navbar-header .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color: #4ccccb}
    .web-menu .navbar-collapse .menu-list li{float: none;
        width: 100%;}
    .web-menu .navbar-collapse .menu-list li ul{background-color: #006968;
        transition:all .5s}
    .web-menu .navbar-collapse .menu-list li:hover ul{transition: all .3s}
    .web-menu ul li ul{position:inherit}
    .web-menu ul li{height: auto;
        line-height: 45px;}
    .web-menu .navbar-collapse .menu-list li:focus, .web-menu .navbar-collapse .menu-list li:hover{background-color:#017776}
    .new-list li p{width: 75%;}
    .web-head-logo a img{width:100%;}
    .web-head-logo{    background: url("../img/backgun-mobile.png") no-repeat right bottom;
        height: 116px;
        display:block}
    .display-none img{display:none;}
    .banner{padding: 0}
    .web-menu ul li a{line-height:47px} 
    
    .tzgg-con li p{width: 75%;}
    .banner .row{margin: 0}
    
    
    
}
@media (max-width:470px){
    .web-head-logo{    background: url("../img/backgun-mobile.png") no-repeat right bottom;
        height: 116px;
        display:block}
    .web-head-logo a img{display: none;
    }
    .web-head-logo{position: relative}
    .web-head-logo a.display-none img{display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        /* margin-top: 0; */
        margin-top: -25px;
        height: auto;
        padding: 0 15px;}
    .web-menu ul li a{line-height: 40px;}
    .menu-list li a.pc-link{display: none}
    .menu-list li a.dropdown-toggle{display:block;}
    .web-body-content{padding: 25px 0px;}
    .banner .row{margin:0}
    .row{margin: 0}
    .web-content2{margin-top: 20px;}
    .yq-link{padding: 0}
    .sidebar{padding-right: 0;
        }
    .sidebar-title-box{position: static;
        padding-right: 0}
    .page-title h3{font-size: 18px;
        width: 100%;
        text-align: center;
        line-height: 1.5;
        font-weight: 600}
    .bread-menu{display: none;}
    .page-con p{font-size: 15px !important;}
/*    .web-menu ul li ul{display: block}*/
    .dropdown-backdrop{display: none}
    .web-menu .navbar-collapse .menu-list li.open:hover ul{display: block}
    .web-menu .navbar-collapse .menu-list li.dropdown ul{display: none !important;}
    .web-menu .navbar-collapse .menu-list li.open ul{display: block !important}
    .web-head-logo{background: none;height: 80px}
}
@media (max-width:375px){   
    .web-head-logo a.display-none img{
        width: 180px;
        margin-top: -33px;
    }
    .web-menu ul li a{
        line-height: 40px
    }
    .menu-list li a.pc-link{display: none}
    .menu-list li a.dropdown-toggle{display:block;}
}
@media(min-width:768px) and (max-width:1024px){
    .navbar-header{display: block;
        float: none;}
    .container-fluid{padding: 0;}
    .web-menu .container-fluid{border-radius: 0;
        padding: 0}
    .web-menu .row{margin: 0;}
    .web-menu .container-fluid .navbar-header{padding: 0 15px;
        border-bottom: 1px solid #fff}
    .web-menu .container-fluid .navbar-collapse{height: 0 !important}
    .web-menu .container-fluid .in{height: auto !important;
        transition: all .5s;}
    .web-menu{border-radius: 0}
    .web-head-logo a img{width: 528px;}
    .container{width: 100%;}
    .web-head-logo{position: relative}
    .web-head-logo a img{position: absolute;
        top: 50%;
        margin-top: -31px;
        margin-left: 15px;}
    .padding-left{padding-right: 15px;}
    .new-list li p{width: 75%;}
    .new-list li span{font-size: 12px;}
    .new-list-con{margin-top: 0;}
    .mok-body .carousel-indicators{bottom:160px;}
/*    .new-dt .carousel{min-height: 285px;}*/
    .web-content2{margin-top: 10px;}
    .foot-top>div:first-child{width: 100%;
        text-align: center}
    .foot-top>div:first-child img{width: 50%;
        text-align: center;
        margin: 0 auto;}
    .foot-con{padding: 20px 0}
    .banner{padding: 0}
    .foot-con{height: auto}
    .foot-ewm{text-align: center;
        padding: 0;
        display: table;
        width: 100%;}
    .foot-ewm ul {
        display: table;
        text-align: center;
        margin: 0 auto;
    }
    .mok-body .carousel-indicators li{width: 10px;}
    .mok-body .carousel-indicators li.active{width: 13px}
    .web-menu .navbar-collapse .menu-list li{width: 14%;
        float: left;
        font-size: 12px;
    }
    .web-menu ul li ul{position: absolute;
        min-width: 120%;}
    .web-menu ul li ul li{width: 100% !important;}
    .tzgg-con li p{width: 75%;}
    .mok-body .carousel-indicators{bottom: 0}
    .web-body-content{padding:40px 15px;}
    .web-body, .web-content2, .pt, .yq-link{padding: 0;}

}


.foot-img ul li{float: left;}
.foot-img ul li p{text-align: center;
    color: #fff;}
.foot-img{display: table;}
.foot-img ul{display: inherit;
    margin: 0 auto;
    width: auto;}

@media (max-width:768px){
    .foot-img ul li:first-child img{width: 100%}
    .foot-img ul li{margin-bottom: 15px;
        width: 100%;
        text-align: center}
}