@charset "utf-8";
body{font-family:"微软雅黑"!important;font:14px Microsoft YaHei!important;line-height: 24px;}
body,div,p,span,ul,li,dl,dd,h1,h2,h3,a,input,img{margin:0;padding:0;}
li,ol{list-style:none;}
a,input,img,textarea{border:none;outline:none;}
i,em{font-style:normal;}
a{text-decoration: none;}
a:focus{text-decoration: none;}
a:focus, a:hover{ text-decoration: none!important; outline: none;outline-offset:0;}
label{font-weight: normal;width:100%;}
a:focus {outline:none;outline-offset:0;}
.cl:after{ content:""; display:block; height:0; clear:both; visibility:hidden;}
img{
    max-width: 100%;
}
body{
    min-width: 280px;
    /*overflow: hidden;*/
}
.slick-slide:focus { outline:none;}/*去除滑动插件slick的蓝色边框*/
.container{
    padding: 0;
}
/*          导       航1          */
.nav-bg{
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    z-index: 16;
    border-bottom: 3px solid #7fbb35;
}
/*@media (max-width: 886px){*/
/*    .nav-bg .container .navbar-nav>li>a{*/
/*        padding: 5px;*/
/*    }*/
/*}*/
/*.navs{*/
/*    width: 1400px;*/
/*    margin: auto;*/
/*    !*position: relative;*!*/
/*}*/
.nav-bg .line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 100px;
}
.navbar-header{
    margin-top: 0px;
    z-index: 10;
    height: 100px;
    float: left;
    display: inline-block;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
}
.navbar-brand{
    padding: 0;
    float: unset;
    width: 100%;
    height: 100px;
}
.navbar-brand img{
    height: 80px;
    max-width: 100%;
    max-height: 100%;
}
.hotline{
    float: right;
    height: 100px;
    padding-top: 30px;
}
.hotline i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../img/nav-Telephone.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.hotline .hotline-information{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.hotline .hotline-information div{
    color: #999;
}
.hotline .hotline-information .hotline-Telephone{
    color: #7fbb35;
    font-size: 26px;
    font-weight: 600;
}

.navbar-default .container .navbar-nav .active a{
    color: #fff!important;
    background-color: #7fbb35!important;
}
.navbar-default .container .navbar-nav .active .Dropdown a{
    color: #666!important;
    background-color: unset!important;
}
.navbar-default .container .navbar-nav .active .Dropdown li:hover a{
    color: #fff!important;
}
.nav-bg .nav{
    display: block;
    z-index: 15;
}
.nav-bg .container{
    position: relative;
}
.navbar-default .navbar-collapse{
    border: 0;
    width: 100%;
    float: right;
}
.nav-bg .nav-tabs,.navs .nav-tabs>li>a{
    border: 0;
}
.nav-bg .navbar-nav>li{
    width: 12.5%;
    display: inline-block;
}
.nav-bg .navbar-nav>li>a{
    color: #333;
    font-size: 16px;
    position: relative;
    line-height: 50px;
    text-align: center;
}
.nav-bg .navbar-nav>li.active>span{
    display: block;
    width: 15px;
    height: 3px;
    background-color: #7fbb35;
    margin: auto;
    position: relative;
    /*position: absolute;*/
    /*text-align: center;*/
    bottom: 5px;
    /*left: 45%;*/
}
.nav-bg .nav > li:hover span{
    display: block;
    width: 15px;
    height: 3px;
    background-color: #7fbb35;
    position: relative;
    bottom: 5px;
    /*text-align: center;*/
    margin: auto;
    /*left: 45%;*/
}
.nav-bg .nav > li:hover a{
    background-color: #7fbb35;
    color: #fff;
}
.nav-bg .nav > li:hover .Dropdown a{
    background-color: unset;
    color: #333;
}
.nav-bg .nav-tabs > li.active > a{
    background-color: unset;
    border: 0;
    color: #7fbb35;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.nav-bg .navbar-header .navbar-toggle{
    border: 0;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-bg .navbar-header .navbar-toggle .icon-bar{
    width: 22px;
    height: 3px;
    margin: 6px 0;
    background-color: #fff;
    position: relative;
    /*padding-left: 10px;*/
}
.nav-bg .navbar-header .navbar-toggle .nav-spot{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    margin-right: 5px;
    position: absolute;
    left: -10px;
}
.navbar-default .navbar-header .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle:focus{
    background-color: unset;
}
.navbar-default .navbar-header .navbar-toggle:hover .icon-bar, .navbar-default .navbar-header .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
.nav-bg .navbar-right{
    margin-right: 0;
}
.navs-1{
    /*float: left;*/
    position: relative;
    font-size: 16px;
}

.Dropdown{
    width: 100%;
    text-align: center;
    position: absolute;
    /*opacity: 0;*/
    /*transition: all .5s;*/
    padding-top: 3px;
    z-index: 1;
    visibility: hidden;
    font-size: 14px;
    top: 50px;
    /*margin-top: 5px;*/
}
.Dropdown li{
    padding: 5px 10px;
}
.nav-bg .nav > li:hover .Dropdown{
    visibility:visible;
    /*opacity: 1;*/
    text-decoration: none;
}
.nav-bg .nav > li .Dropdown li a{
    color: #666;
    line-height: 30px;
}
.nav-bg .nav > li .Dropdown li{
    background-color: rgba(255, 255, 255, 0.5);
}
.nav-bg .nav > li .Dropdown li:hover{
    background-color:#7fbb35;
}
.nav-bg .nav > li .Dropdown li:hover a{
    text-decoration: none;
    background-color: unset;
    color: #fff;
}



/*轮播*/
/*.carousel{*/
/*    margin-top: 80px;*/
/*}*/
.carousel .item img{
    width: 100%;
    max-height: 805px;
}
#model_banner{
    margin-top: 150px;
}
#model_banner .slick-dots li{
    width: auto;
    height: auto;
}
.carousel-control.left{
    background-image: unset;
    /*left: -12px;*/
}

.carousel-control.right{
    background-image: unset;
    /*right: -12px;*/
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{
    top: 44%;
}
.glyphicon-chevron-left:before{
    content: unset;
}
.glyphicon-chevron-right:before{
    content: unset;
}
.carousel-indicators li{
    background-color: #fff;
    margin: 0 12px;
}
.carousel-indicators .active{
    margin: 0 12px;
    background-color: #000;
    border: 1px solid #000;
}

/*轮播图下标*/
/*#model_banner .slick-dots li button{*/
/*    width: 46px;*/
/*    height: 2px;*/
/*    border-radius: unset;*/
/*    background-color: rgba(255,255,255,.5);*/
/*}*/

/*业务产品*/
.business_product{
    margin-top: 80px;
    margin-bottom: 50px;
}
.business_product-header{
    position: relative;
    margin-bottom: 30px;
}
.business_product-header h4{
    text-align: center;
    color: #7fbb35;
    font-weight: bold;
    font-size: 28px;
}
.Underline{
    margin:20px auto 0;
    display: block;
    width: 200px;
    border-bottom: 1px solid #ddd;
}
.header-icon{
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/header-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0%);
}
.business_product-content{
    position: relative;
    margin-bottom: 30px;
}
.business_product-content-information:hover{
    box-shadow: 0 0 5px #999;
}
.business_product-content-information:hover img{
    border: 1px solid #7fbb35;
}
.business_product-content-information:hover .information h5{
    color: #7fbb35;
}
.business_product-content-information:hover .information span{
    color: #7fbb35;
}
.business_product-content-information:hover .information span span{
    border: 1px solid #7fbb35;
}
.business_product-content-information{
    width: 446px;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
}
.business_product-content-information img{
    border: 1px solid transparent;
}
.business_product-content-information .information{
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.business_product-content-information .information h5{
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.business_product-content-information .information div{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    line-height: 28px;
}
.business_product-content-information .information span{
    color: #999;
}

.business_product-content-information .information span span{
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #999;
    border-radius: 50%;
    line-height: 14px;
    margin-left: 10px;
    font-size: 14px;
}

.business_product-content a:nth-child(4){
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}
.business_product-content a:nth-child(5){
    position: absolute;
    bottom: 0;
    right: 1px;
    margin-bottom: 0;
}
.icon-more{
    width: 200px;
    display: block;
    padding: 15px 0;
    margin:0 auto;
    text-align: center;
    border: 1px solid #7fbb35;
    color: #7fbb35;
    font-size: 14px;
    line-height: 14px;
}
.icon-more:hover{
    border: 1px solid transparent;
    color: #fff;
    background-color: #7fbb35;
}



/*关于我们*/
.about{
    padding-top: 50px;
    background-image: url("../img/about-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 90px;
    position: relative;
}
.about-header{
    position: relative;
    margin-bottom: 40px;
}
.about-header h4{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.about-header .Underline{
    opacity: .5;
}
.about-header .header-icon{
    background-image: url("../img/header-icon2.png");
}

.about-content img{
    position: absolute;
    top: 130px;
    left: 0;
    /*width: 50%;*/
    z-index: 1;
}
.about-content-text{
    width: 63%;
    padding: 100px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    float: right;
    margin-top: 60px;
    margin-right: 14px;
    margin-bottom: 50px;
}
.about-content-text h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}
.about-content-text div{
    color: #666;
    line-height: 28px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-content-text .icon-more{
    margin-top: 40px;
}
/*新闻*/

.news-header{
    position: relative;
    margin-bottom: 40px;
}
.news-header h4{
    text-align: center;
    color: #7fbb35;
    font-weight: bold;
    font-size: 28px;
}
.news-content{
    margin-bottom: 30px;
}
.news-content-content{
    width: 32%;
    display: inline-block;
    color: #333;
    margin-right: 1.7%;
}
.news-content-content:nth-child(3){
    margin-right: 0;
}
.news-content-content img{
    width: 100%;
    height: 100%;
}
.news-content-content .news-content-content-text{
    margin-top: 20px;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #ddd;
}
.news-content-content .news-content-content-text div{
    display: inline-block;
}
.news-content-content .news-content-content-text .news-content-content-time{
    width: 25%;
    color: #7fbb35;
    border: 1px solid #7fbb35;
    padding: 20px 30px;
    vertical-align: top;
    font-size: 14px;
}
.news-content-content .news-content-content-text .news-content-content-time span{
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.news-content-content .news-content-content-text .news-content-content-headtext{
    width: 74%;

}
.news-content-content .news-content-content-text .news-content-content-headtext .headtext-head{
    width: 100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.news-content-content .news-content-content-text .news-content-content-headtext .headtext-text{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    line-height: 28px;
}
.news-content-content:hover .news-content-content-text{
    border-bottom: 1px solid #7fbb35;
}
.news-content-content:hover .news-content-content-text .news-content-content-time{
    color: #fff;
    background-color: #7fbb35;
}
.news .icon-more{
    margin-bottom: 95px;
}

/*底部*/
.footer{
    background-color: #7fbb35;
    padding-top: 45px;
    padding-bottom: 60px;
}
.footer .container{
    position: relative;
}
.footer .logo{
    float: left;
    width: 25%;
}
.footer .logo a{
    display: table-cell;
    vertical-align: middle;
    height: 90px;
}
.footer .logo img{
    display: block;
    margin:0px auto;
    width: 75%;
}
.footer .information{
    width:50%;
    margin:5px auto;
    color: #fff;
    padding-left: 100px;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
}
.footer .information div{
    display: block;
    padding-bottom: 5px;
}
.footer .information i{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.footer .information .Telephone i{
    background-image: url("../img/Telephone.png");
}
.footer .information .mailbox i{
    background-image: url("../img/mailbox.png");
}
.footer .information .Telephone,.footer .information .mailbox,.footer .information .address{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.footer .information .address i{
    background-image: url("../img/address.png");
}
.footer .QR-code{
    float: right;
    width: 15%;
    vertical-align: top;
    color: #fff;
    position: relative;
    top: -10px;
}
.footer .QR-code div{
    width: 6em;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 28px;
    vertical-align: top;
}
.footer-bottom{
    background-color: #333;
    color: #fff;
    line-height: 60px;
    position: relative;
}
.footer-bottom-right,.footer-bottom-left{
    display: inline-block;
}
.footer-bottom-left p{
    display: inline-block;
    vertical-align: top;
}
.footer-bottom-left p a{
    color: #fff;
}
.footer-bottom-left p:nth-child(1){
    margin:0 10px;
}
.footer-bottom-right{
    float: right;
}
.btn-default{
    color: #fff;
    background-color: #333;
    border-color: 333;
}
.btn{
    border-radius: 0;
    padding: 3px 12px;
}
btn:hover{
    background-color: #333;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
    background-color: #333;
    color: #fff;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    color: #fff;
    background-color: #333;
}
.btn-default:hover{
    color: #fff;
    background-color: #333;
    border-color: #fff;
}
.btn-default:focus,
.btn-default.focus{
    color: #fff;
    background-color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #7fbb35;
}
.footer-icon{
    width: 64px;
    height: 32px;
    background-image:url("../img/footer-bnt-icon.png"), url("../img/footer-bnt.png");
    background-repeat: no-repeat;
    background-size: auto,100% 100%;
    background-position: center;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%,0%);
    cursor: pointer;
}



    /*list-image*/

.odel-textlist ul li:hover a{
    background-color: #7fbb35;
    color: #ddd;
}
.model-phone-page,.model_page{
    color: #666;
}
.model-phone-page a{
    display: inline-block;
    color: #666;
    padding:5px 0;
    border: 1px solid transparent;
}
.model-phone-page a:hover {
    font-weight: 600;
    color: #7fbb35;
    background-color: unset;
    border-bottom: 1px solid #7fbb35;
}
.model-phone-page span i{
    color: #7fbb35;
}
.model_page a{
    color: #666;
    display: inline-block;
    padding:5px 0;
    border: 1px solid transparent;
    margin: 0 10px;
}

/*.list-image-nav-tow .nav4-content .model_page a:nth-child(1),*/
/*.list-image-nav-tow .nav4-content .model_page a:nth-child(2),*/
/*.list-image-nav-tow .nav4-content .model_page a:nth-child(8),*/
/*.list-image-nav-tow .nav4-content .model_page a:nth-child(9){*/
/*    border-radius: 10px;*/
/*}*/
.model_page a:hover{
    font-weight: 600;
    color: #7fbb35;
    background-color: unset;
    border-bottom: 1px solid #7fbb35;
}

.model-textlist .searchresult-page nav{
    /*width: 30%;*/
    /*display: inline-block;*/
    text-align: center;
    margin:30px auto 0;
}
.model-textlist .searchresult-page .pagination{
    margin: 0;
    /*height: 30px;*/
    /*overflow: hidden;*/
}
.model-textlist .searchresult-page .pagination > a{
    color: #666;
    margin: 0 12px;
    padding: 5px 0px;
    /*padding: 0;*/
    /*padding-bottom: 16px;*/
    font-size: 16px;
    line-height: 54px;
    border: 0px;
}
/*.model-textlist .searchresult-page .pagination > a:first-child,*/
/*.model-textlist .searchresult-page .pagination > a:last-child{*/
/*    border-radius: 10px;*/
/*}*/
.model-textlist .searchresult-page .pagination > a:hover{
    color: #7fbb35;
    /*background-color: #7fbb35;*/
    border-bottom: 1px solid #7fbb35;
}
/*.model-textlist .searchresult-page .pagination.visible-xs > a{*/
/*    border-radius: 10px;*/
/*}*/
.model-textlist .searchresult-page .pagination span{
    color: #333;
}
.model-textlist .searchresult-page .pagination li.bnt-Previous>a span,.pagination li.bnt-Next>a span{
    display: inline-block;
    width: 8px;
    height: 11px;
}
.model-textlist .searchresult-page .pagination li.bnt-Previous>a span{
    background-image: url("img/bnt-Previous2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.model-textlist .searchresult-page .pagination li.bnt-Next>a span{
    background-image: url("img/bnt-Next.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.model-textlist .searchresult-page .pagination li.bnt-Previous>a{
    color: #7fbb35;
}
.model-textlist .searchresult-page .pagination > .active > a,.pagination > li.active:hover > a{
    color: #7fbb35;
    background-color: #fff;
    border-bottom: 1px solid #7fbb35;
}


.model_seach .model-seachdiv form .seabtn{
    background-color: #7fbb35;
}
.model_contant_main .model-textlist-three ul li a{
    color: #333;
}
.model-textlist-three ul li a:hover{
    color: #7fbb35;
}




/*.model-dectil-bottom .model-dectil-share{*/
/*    width: 22%;*/
/*    margin-top: 0;*/
/*}*/



.model-textlist-four ul li a:hover{
    background:#7fbb35;
}
.model-textlist-four ul li .textlist-r dd{
    color: #c2daa4;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover{
    background-color: #7fbb35;
}
.model-textlist-one ul li:hover{
    border-bottom: 1px solid #7fbb35;
}
.model-textlist-one ul li .textlist-r dt{
    color: #333;
}
.model-textlist-one ul li:hover .textlist-r dt{
    color: #7fbb35;
}
.model-textlist-two ul li .textlist-l dt{
    color: #333;
}
.model-textlist-two ul li a:hover .textlist-l dt,.model-textlist-two ul li a:hover .textlist-l p{
    color: #7fbb35;
}
.model-textlist-two ul li a:hover .newtime{
    background-color: #7fbb35;
}
.model-textlist-three ul li a dt{
    color: #333;
}
.model-textlist-three ul li a:hover dt{
    color: #7fbb35;
}
.model-textlist-three ul li a:before{
    background-color: #7fbb35;
}
.model-imgtextlist-two ul li .imgtextlist-r dt{
    color: #333;
}
.model-imgtextlist-two ul li a:hover .imgtextlist-r dt{
    color: #7fbb35;
}
.model-imgtextlist-one ul li .imgtextlist-l dt{
    color: #333;
}
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt{
    color: #7fbb35;
}
.model-imgtextlist-three ul li .imgtextlist-r .time p{
    color: #7fbb35;
}
.model-imgtextlist-three ul li .imgtextlist-r dt{
    color: #333;
}
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt{
    color: #7fbb35;
}
.model-imgtextlist-four ul li .imgtextlist-text dl dt{
    color: #333;
}
.model-imgtextlist-four ul li .imgtextlist-text dd{
    color: #c2daa4;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text{
    background-color: #7fbb35;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text p{
    color: #c2daa4;
}
.model-imglist-one ul li p{
    color: #7fbb35;
}
.model-imglist-two ul li .pimg em span{
    background-color: #7fbb35;
}
.model-imglist-two ul li p{
    color: #333;
}
.model-imglist-two ul li a:hover p{
    background-color: #7fbb35;
    /*color: #c2daa4;*/
}
.model-imglist-three ul li p{
    color: #333;
}
.model-imglist-three ul li a:hover{
    border: 1px solid #7fbb35;
}
.model-imglist-three ul li a:hover p{
    color: #7fbb35;
    background-image: url("../img/list-arrow-right.png");
}


/*.model_seach .model-seachdiv form .seabtn{*/
/*    background: #fe9800;*/
/*}*/
/*.model-textlist-three ul li a:before{*/
/*    background: #fe9800;*/
/*}*/
/*.model-textlist-three ul li a:hover, .model-textlist-three ul li a:hover dt{*/
/*    color: #fe9800;*/
/*}*/

.model-dectil-bottom .model-dectil-chose li a:hover {
    color: #7fbb35;
}

/*搜索页的页数样式*/
.model-classify .model-classify-posnav{
    background-color: #7fbb35;
}
.model_page a{
    padding: 5px 0px;
    border: 1px solid transparent;
}
.model_page a.on,
.model_page a.current,
.model_page a:hover {
    color: #7fbb35;
    border-bottom: 1px solid #7fbb35;
    background-color: unset;
}
.model-phone-page a:hover{
    color: #fff;
    background-color: #7fbb35;
    border: 1px solid transparent;
}
.model-phone-page span i{
    color: #7fbb35;
}

.model-leftnav{
    z-index: 10;
}
.opacity2, .opacity3{
    z-index: 5;
}
#model_banner{
    margin-top: 150px;
}
#model_banner .slick-dots li button{
    width: 20px;
    height: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
}
#model_banner .slick-dots li.slick-active button{
    width: 60px;
    height: 10px;
    border: 1px solid transparent;
    background-color: #7fbb35;
}

.model-textlist-four ul li a:hover{
    background: #7fbb35;
}
.model-textlist-four ul li .textlist-r dd{
    color: #c2daa4;
}

.model_seach .model-seachdiv form .seabtn{
    background: #7fbb35;
}
.model-textlist-three ul li a:before{
    background: #7fbb35;
}
.model-textlist-three ul li a:hover, .model-textlist-three ul li a:hover dt{
    color: #7fbb35;
}
.model-dectil-bottom .model-dectil-share{
    width: 22%;
    margin-top: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: unset;
}

.model-textlist-four ul li a{
    transition: all 1s;
}

.model-textlist-four ul li .textlist-r dd{
    transition: all 1s;
}
.model-textlist-four ul li a:hover .textlist-r dd{
    transition: all 1s;
}
.model-textlist{
    padding-bottom: 0;
}



.model-classify-nav .one .o_li .one_a i{
    background-image: url("../img/list-arrow-right.png");
}
.model-classify .model-classify-posnav{
    background-color: #7fbb35;
}
.model-classify-nav .one .o_li a.ez{
    color: #7fbb35;
}
.model-classify-nav .second a:hover{
    color: #7fbb35;
}
.model-classify-nav{
    transition: all .5s;
}
.model_page a.on:hover{
    color: #fff;
    border-bottom: 1px solid #7fbb35;
}
.model-classify-nav .second a i{
    display: block;
    width: 12px;
    height: 40px;
    background: url(../img/list-arrow-right.png) center no-repeat;
    float: right;
}
.model-textlist-four ul li .newtime{
    transition: all .5s;
}
/*详情页，详情的轮播图*/
.model-dectil-img .slick-dots li.slick-active button{
    background-color: #7fbb35;
}
.model-dectil-img .slick-dots li button{
    border: 1px solid #7fbb35;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before{
    border-bottom: 12px solid #7fbb35;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before{
    border-top: 12px solid #7fbb35;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
    border-bottom: 1px solid #7fbb35;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
    border-top: 1px solid #7fbb35;
}

/*详情内页导航*/
.updown_posnav .nav_item a:hover, .updown_posnav .nav_item a.on{
    color: #7fbb35;
    font-weight: 600;
}

.updown_fenlei .cont_nav .one .one_a{
    text-align: left;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez_a{
    background-color: #7fbb35;
    color: #fff;
    font-weight: 600;
}
.updown_fenlei .cont_nav .one .o_li a.ez_a i{
    background: url("../img/icon4_h.png") center no-repeat;
    background-size: 100% auto;
}
.updown_fenlei .cont_nav .one .one_a i{
    background: url("../img/icon4.png") center no-repeat;
    background-size: 100% auto;
}
.updown_fenlei .cont_nav .one .o_li:hover .one_a i{
    background: url("../img/icon4_h.png") center no-repeat;
    background-size: 100% auto;
}
.updown_fenlei .cont_nav .one .second li a{
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.updown_fenlei .cont_nav .one .second li a:hover{
    color: #fff;
    background-color: #7fbb35;
}
#model_contant_main .model_dec_adress a:hover{
    color: #7fbb35;
}




@media (max-width: 767px){
    /* 导航1*/
    .nav-bg{
        padding-bottom: 0px;
        height: 50px;
        background-color: #7fbb35;
    }
    .nav-bg .container{
        padding:0 10px;
    }
    .navbar-brand{
        /*width: 120px;*/
        max-height: 50px;
        /*margin-top: 10px;*/
        margin-left: 10px;
        height: 50px;
    }

    .navbar-brand img{
        max-height: 50px;
    }
    /*.nav-bg .navbar-right{*/
    /*    visibility: hidden;*/
    /*}*/
    .container>.navbar-header{
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        width: auto;
        height: 50px;
    }
    .navbar-default .navbar-collapse{
        display: none!important;
        box-shadow: unset;
    }
    .nav-bg .nav > li:hover{
        background-color: rgba(0,0,0,.3);
    }
    .nav-bg .navbar-nav>li>a{
        font-size: 12px;
        padding: 10px 25px;
    }

    /*轮播*/
    #model_banner{
        margin-top: 50px;
    }
    #model_banner .slick-dots li button{
        width: 10px;
        height: 5px;
        background-color: #fff;
        border: 1px solid transparent;
    }
    #model_banner .slick-dots li.slick-active button{
        width: 30px;
        height: 5px;
    }
    /*业务产品*/
    .business_product{
        margin-top: 20px;
    }
    .business_product .container{
        margin: 0 24px;
    }
    .business_product-header,.about-header{
        margin-bottom: 18px;
    }
    .business_product-header h4,.about-header h4{
        font-size: 16px;
    }
    .Underline{
        width: 150px;
        margin: 15px auto 0;
    }
    .business_product-content{
        margin-bottom: 0;
    }
    .business_product-content a{
        margin-bottom: 20px!important;
    }
    .business_product-content-information{
        width: 100%;
        padding: 15px;
    }
    .business_product-content-information img{
        width: 55%;
        height: auto;
    }
    .business_product-content-information .information{
        width: 37%;
        margin-left: 5%;
    }
    .business_product-content-information .information h5{
        margin: 20px 0 15px;
        font-size: 15px;
    }
    .business_product-content-information .information div{
        font-size: 13px;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 23px;
    }

    .business_product-content-information .information span{
        font-size: 12px;
    }
    .business_product-content a:nth-child(4),.business_product-content a:nth-child(5){
        position: unset;
    }

    .business_product-content-information:nth-child(3){
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ddd;
        margin: 0;
        padding: 0;
    }
    .business_product-content-information:nth-child(3) .information{
        width: 100%;
        margin-left: 0;
    }
    .business_product-content-information:nth-child(3):hover img{
        border: 1px solid #7fbb35;
        box-shadow: 0 0 5px #999;
    }
    .business_product-content-information:nth-child(3) img{
        width: 100%;
        border: 1px solid transparent;
        vertical-align: top;
    }
    .business_product-content-information:nth-child(3) .information{
        padding: 20px;
    }
    .business_product-content-information:nth-child(3):hover .information{
        color: #fff;
        background-color: #7fbb35;
    }
    .business_product-content-information:nth-child(3) .information h5{
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin: 0px 0 15px;
    }
    .business_product-content-information:nth-child(3):hover .information h5{
        color: #fff;
    }

    .business_product-content-information:nth-child(3) .information div{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        line-height: 28px;
    }
    .business_product-content-information:nth-child(3):hover .information div{
        color: #fff;
    }
    .icon-more{
        width: 175px;
        font-size: 13px;
        padding: 10px 0;
    }

/*关于我们*/
    .about{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
        background-size: 100%;
        overflow: hidden;
    }
    .about-content img{
        width: 95%;
        top: 75px;
    }
    .about-content-text{
        width: 80%;
        padding: 40px 12px 36px 40px;
        background-color: #fff;
        z-index: 2;
        position: relative;
        float: right;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .about-content-text h5{
        margin-bottom: 20px;
        font-size: 15px;
    }
    .about-content-text div{
        -webkit-line-clamp: 5;
        font-size: 13px;
        line-height: 18px;
    }
    .about-content-text .icon-more{
        margin: 10px 0 0;
    }

    /*新闻*/
    .news{
        margin-top: 20px;
    }
    .news .container{
        margin:0 24px;
    }
    .news-header{
        margin-bottom: 20px;
    }
    .news-header h4{
        font-size: 16px;
    }
    .news-content{
        margin-bottom: 0;
    }
    .news-content-content{
        width: 100%;
        margin-right:0;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext .headtext-head{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext .headtext-text{
        font-size: 13px;
        line-height: 26px;
    }
    .news-content-content .news-content-content-text .news-content-content-time span{
        font-size: 13px;
    }
    .news-content-content .news-content-content-text .news-content-content-time{
        width: 25%;
        padding: 20px 10px;
        font-size: 12px;
        text-align: center;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext{
        width: 73%;
    }
    .news-content-content .news-content-content-text{
        padding: 0 0 19px 0;
        margin-bottom: 10px;
    }
    .news .icon-more{
        margin-bottom: 20px;
    }
/*底部*/
    .footer-bottom{
        line-height: 40px;
    }
    .footer-bottom-right{
        display: none;
    }
    .footer-bottom-left{
        display: block;
        text-align: center;
        margin-bottom: 56px;
    }
    .footer-bottom-left p:nth-child(1){
        margin-right: 0;
    }
    #footer{
        margin-bottom: 56px;
    }
    /*list-image*/
    .list-image-nav-one{
        height: 40px;
        background-color: unset;
    }
    .list-image-nav-one .container{
        margin: 0 26px;
    }
    .list-image-nav-one .bread-nav{
        left: 20px;
        top: -60px;
    }
    .list-image-nav-one .bread-nav h4{
        font-size: 16px;
    }
    .list-image-nav-one .bread-nav a{
        font-size: 12px;
    }
    .list-image-nav-one .nav3{
        line-height: 40px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }

    .list-image-nav-tow{
        margin: 10px auto 0;
    }
    .list-image-nav-tow .container{
        margin: 0 26px;
    }
    .list-image-nav-tow .nav4-content{
        margin: 0;
    }
    .list-image-nav-tow .nav4-content div{
        padding: 0px;
    }
    .list-image-nav-tow .nav4-content .pic a{
        font-size: 12px;
    }
    .list-image-nav-tow .nav4-content div a{
        font-size: 12px;
        color: #333;
        font-weight: 400;
    }
    .list-image-nav-tow .nav4-content .pic div i{
        background-size: 25px;
    }
    .list-image-nav-tow .nav4-content .pic p i{
        width: 8px;
        height: 8px;
        top: -4px;
        left: 46%;
    }

    .list-image-nav-tow .nav4-content-paging{
        height: auto;
    }
    .model-dectil-bottom{
        margin: 20px 0 0;
    }
    .model-dectil .model-dectil-img{
        padding: 20px 0 0;
    }
    .model-textlist-four ul li .textlist-r dd{
        transition: unset;
        color: #808080;
    }
    .model-textlist-four ul li .newtime{
        transition:unset;
    }
    /*list内页*/
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after{
        border-left: 7px solid #7fbb35;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next{
        border-left: 1px solid #7fbb35;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after{
        border-right: 7px solid #7fbb35;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev{
        border-right: 1px solid #7fbb35;
    }
    .model-dectil-text,.model-dectil-bottom{
        text-align: left;
    }
    .model-dectil .model-dectil-img{
        padding: 20px 0 15px;
    }
    .model-textlist-four ul li .textlist-r dd{
        transition: unset;
        color: #808080;
    }
    .model-textlist-four ul li .newtime{
        transition:unset;
    }

}
@media (min-width:768px){
    /*导航1*/
    /*.navbar-nav > li{*/
    /*    padding: 10px 0;*/
    /*}*/
    .navbar-right{
        float: unset!important;
    }
    .nav-bg .navbar-nav>li>a{
        padding: 0px 5px;
    }

    /*业务产品*/
    .business_product-content-information {
        width: 240px;
        padding: 15px;
    }
    .business_product-content-information img{
        width: 56%;
        height: auto;
    }
    .business_product-content-information .information{
        width: 37%;
        margin-left: 5%;
    }
    .business_product-content-information .information h5{
        margin: 20px 0 10px;
    }
    .business_product-content-information .information div{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 23px;
    }
    .business_product-content-information:nth-child(2){
        width: 240px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ddd;
        margin: 0 10px;
        padding: 0;
    }
    .business_product-content-information:nth-child(2) .information div{
        margin-bottom: 0;
    }
    .business_product-content-information:nth-child(2):hover img{
        border: 1px solid #7fbb35;
        box-shadow: 0 0 5px #999;
    }

    .business_product-content-information:nth-child(2) img{
        width: 100%;
        border: 1px solid transparent;
        vertical-align: top;
    }
    .business_product-content-information:nth-child(2) .information{
        padding: 20px;
        width: 100%;
        margin-left: 0;
    }
    .business_product-content-information:nth-child(2):hover .information{
        background-color: #7fbb35;
    }
    .business_product-content-information:nth-child(2) .information h5{
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin: 0px 0 15px;
    }
    .business_product-content-information:nth-child(2):hover .information h5{
        color: #fff;
    }
    .business_product-content-information:nth-child(2) .information div{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        line-height: 28px;
    }
    .business_product-content-information:nth-child(2):hover .information div{
        color: #fff;
    }
    .details{
        position: absolute;
        bottom: 15px;
        right: 35px;
    }



    /*关于我们*/

    .about-content img{
        /*width: 85%;*/
        height: 90%;
    }
    /*新闻*/
    .news-content-content{
        width: 32%;
        margin-right: 1.4%;
    }
    .news-content-content .news-content-content-text .news-content-content-time{
        width: 30%;
        padding: 20px 10px;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext{
        width: 68%;
    }

    /*底部*/
    .footer .logo{
        width: 20%;
    }
    .footer .information{
        width: 40%;
        padding-left: 40px;
    }
    .footer .QR-code{
        width: 28%;
    }
.footer-bottom-right{
    display: none;
}
    .footer-bottom-left{
        width: 100%;
    }
    .footer-bottom-left p:nth-child(1),.footer-bottom-left p:nth-child(2){
        width: 49%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }



    /*list-image*/
    .list-image-nav-tow .nav4-content.hidden-xs{
        display: none;
    }
    .list-image-nav-tow .nav4-content .slick-list{
        width: 100%;
    }

    .list-image-nav-tow .nav4-content{
        margin:30px 0 0;
    }
    .list-image-nav-tow .nav4-content  .slick-list .slick-track div{
        /*width: 33%;*/
        /*width: auto;*/
        text-align: center;
        display: inline-block;
        padding: 0px 15px ;
        margin-bottom: 24px;
    }
    /*.nav4-content .slick-list slick-track div img{*/
    /*    width: 300px!important;*/
    /*}*/
    .list-image-nav-tow .nav4-content .slick-list .slick-track div a{
        font-size: 18px;
        line-height: 36px;
        color: #333;
        font-weight: 400;
    }
    .list-image-nav-tow .nav4-content .slick-list .slick-track div:hover a{
        font-weight: 600;
        color: #7fbb35;
    }
}
@media (min-width:992px){
    /*导航1*/
    .nav-bg .navbar-nav>li>a{
        padding:0px 15px;
    }

    /*业务产品*/
    .business_product-content-information {
        width: 310px;
        padding: 15px;
    }
    .business_product-content-information img{
        width: 56%;
        height: auto;
    }
    .business_product-content-information .information{
        width: 37%;
        margin-left: 5%;
    }
    .business_product-content-information .information h5{
        margin: 20px 0 10px;
    }
    .business_product-content-information .information div{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 26px;
    }
    .business_product-content-information:nth-child(2){
        width: 310px;
        margin: 0 15px;
    }
    .details{
        position: absolute;
        bottom: 25px;
        right: 60px;
    }
    /*关于我们*/

    .about-content img{
        /*width: 75%;*/
        height: 90%;
    }
    /*新闻*/
    .news-content-content{
        width: 32%;
        margin-right: 1.5%;
    }
    .news-content-content .news-content-content-text .news-content-content-time{
        width: 25%;
        padding: 20px 15px;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext{
        width: 73%;
    }
    /*底部*/

    .footer .information{
        width: 50%;
        padding-left: 60px;
    }
    .footer .QR-code{
        width: 22%;
    }
    .footer-bottom-right{
        display: block;
    }
    .footer-bottom-left{
        width: 80%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .footer-bottom-left p:nth-child(1),.footer-bottom-left p:nth-child(2){
        width: auto;
        overflow:unset;
        white-space:unset;
        text-overflow:unset;
    }

    /*list-image*/
    .list-image-nav-tow .nav4-content.hidden-xs{
        display: block;
    }
}
@media (min-width:1200px){
    /*导航1*/
    .nav-bg .navbar-nav>li>a{
        padding: 0px  25px!important;
    }


    /*业务产品*/
    .business_product-content-information {
        width: 370px;
        padding: 15px;
    }
    .business_product-content-information img{
        width: 56%;
        height: auto;
    }
    .business_product-content-information .information{
        width: 37%;
        margin-left: 5%;
    }
    .business_product-content-information .information h5{
        margin: 20px 0 10px;
    }
    .business_product-content-information .information div{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 28px;
    }
    .business_product-content-information:nth-child(2){
        width: 370px;
        margin: 0 25px;
    }
    .details{
        position: absolute;
        bottom: 25px;
        right: 85px;
    }
    /*关于我们*/

    .about-content img{
        /*width: 65%;*/
        height: 90%;
    }
    /*新闻*/
    .news-content-content{
        width: 32%;
        margin-right: 1.6%;
    }
    .news-content-content .news-content-content-text .news-content-content-time{
        width: 25%;
        padding: 20px 22px;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext{
        width: 73%;
    }
    /*底部*/

    .footer .information{
        width: 50%;
        padding-left: 80px;
    }
    .footer .QR-code{
        width: 18%;
    }
    .footer-bottom-left{
        width: 80%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }


}
@media (min-width: 1440px) {
    .container {
        width: 1370px;
    }
    /*导航1*/
    .nav-bg .navbar-nav>li>a{
        padding: 0px  35px!important;
    }
    .container {
        width: 1400px;
    }

/*业务产品*/
    .business_product-content-information {
        width: 446px;
        padding: 20px;
    }
    .business_product-content-information img{
        width: 56%;
        height: auto;
    }
    .business_product-content-information .information{
        width: 140px;
        margin-left: 20px;
    }
    .business_product-content-information .information h5{
        margin: 20px 0;
    }
    .business_product-content-information .information div{
        -webkit-line-clamp: 5;
    }
    .business_product-content-information:nth-child(2){
        width: 448px;
        margin: 0 25px;
    }
    .business_product-content-information:nth-child(2) .information div{
        -webkit-line-clamp: 2;
    }
    .details{
        position: absolute;
        bottom: 30px;
        right: 115px;
    }
    /*关于我们*/

    .about-content img{
        /*width: 50%;*/
        height: 90%;
    }
    .about-content-text{
        width: 63%;
    }
    /*新闻*/
    .news-content-content{
        width: 32%;
        margin-right: 1.7%;
    }
    .news-content-content .news-content-content-text .news-content-content-time{
        width: 25%;
        padding: 20px 30px;
    }
    .news-content-content .news-content-content-text .news-content-content-headtext{
        width: 74%;
    }
    /*底部*/

    .footer .information{
        width: 50%;
        padding-left: 100px;
    }
    .footer .QR-code{
        width: 15%;
    }
    .footer-bottom-left{
        width: 80%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
}

