/*
* @Author: Dodo
* @Date:   2018-07-02 16:10:47
* @Last Modified by:   DoDo
* @Last Modified time: 2019-10-11 16:46:59
*/
body {
    font-family: "Microsoft YaHei";
    color: #333;
    overflow-x: hidden;
    height: 100%;
}
body.on{
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


@media (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }

}

/*=========================== public ===========================*/
.f0{
    font-size: 0;
}
.bg-fff{
    background-color: #fff;
}
.bg-f7{
    background-color: #f7f7f7;
}
.bg-fa{
    background: #fafafa;
}

/* header */
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 13px 3.125% 14px;
    border-bottom: 3px solid #1b8930;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .a-logo{
    position: relative;
    z-index: 2;
    float: left;
}
.header .a-logo img{
    height: 64px;
    display: none;
}
.header .a-logo .mg1{
    display: block;
}
.header-bream{
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 2;
    padding-top: 12px;
    margin-top: 10px;
    cursor: pointer;
}
.header-bream span{
    display: block;
    height: 1px;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    background-color: #1b8930;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before,.header-bream:after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #1b8930;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before{
    top: 2px;
}
.header-bream::after{
    bottom: 2px;
}

.header-bream.on span{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.header-bream.on::before{
    top: 12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg); 
}
.header-bream.on::after{
    bottom: 12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg); 
}
.nav-toggle{
    float: right;
    letter-spacing: 2px;
}
.nav-toggle ul li{
    position: relative;
    float: left;
    margin-left: 60px;
}
.nav-toggle ul li:first-child{
    margin-left: 0;
}
.nav-toggle ul li>a{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 64px;
}
.nav-toggle ul li>a.on{
    padding-right: 20px;
    background: url('../images/tip-01.png') right center no-repeat;
}
.nav-down{
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 17px;
    min-width: 180px;
    white-space: nowrap;
}
.nav-down-cont{
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(27,137,48,.6);
}
.nav-down-cont a{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 9px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav-toggle ul li.on>a{
    color: #1b8930 !important;
}
.nav-toggle ul li.on>a.on{
    /*background: url('../images/tip-01.png') right center no-repeat !important;*/
}



.index-header{
    padding-top: 40px;
    background: none;
    border-bottom: rgba(0,0,0,0)
}
.index-header .a-logo .mg1{
    display: none;
}
.index-header .a-logo .mg2{
    display: block;
}
.index-header .header-bream span,.index-header .header-bream::before,.index-header .header-bream:after{
    background-color: #fff;
}
.index-header .nav-toggle ul li>a{
    color: #fff;
}
.index-header .nav-toggle ul li>a.on{
    background: url('../images/tip-011.png') right center no-repeat;
}
.index-header .nav-down{
    padding-top: 0;
}


.header.on .a-logo .mg1{
    display: block;
}
.header.on .a-logo .mg2{
    display: none;
}
.header.on .header-bream span,.header.on .header-bream::before,.header.on .header-bream:after{
    background-color: #1b8930;
}
.header.on .nav-toggle ul li>a{
    color: #1b8930;
}
.header.on .nav-toggle ul li>a.on{
    background: url('../images/tip-01.png') right center no-repeat;
}




/* footer */
.footer{
    padding-top: 35px;
    padding-bottom: 55px;
    background: url('../images/f-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.foot-left,.foot-right{
    display: inline-block;
    vertical-align: bottom;
}


.foot-left{
    width: calc(100% - 560px);
    padding-right: 30px;
    font-size: 14px;
    color: #333;
}
.foot-address{
    line-height: 20px;
}
.foot-address .span-en{
    font-size: 12px;
    margin-bottom: 2px;
}
.foot-phone{
    line-height: 26px;
    margin-top: 30px;
}
.foot-mail{
    margin-top: 25px;
}
.foot-mail .span-01,.foot-mail .a-01{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}
.foot-mail .span-01{
    padding-right: 5px;
}
.foot-mail .span-01 a{
    color: #333;
}
.foot-mail .span-01 bdo{
    margin: 0 13px;
    position: relative;
    top: -1px;
}
.foot-mail .a-01{
    height: 36px;
    line-height: 34px;
    border: 1px solid #1b8930;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.foot-mail .a-01 bdo{
    padding-left: 34px;
    color: #1b8930;
    background-repeat: no-repeat;
    background-position: left center;
}
.foot-copy{
    line-height: 20px;
    margin-top: 28px;
}
.foot-copy a{
    color: #333;
}


.foot-right{
    width: 560px;
}

.foot-link,.foot-ewm{
    display: inline-block;
    vertical-align: bottom;
}
.foot-link{
    position: relative;
    z-index: 10;
    width: 258px;
    margin-right: 10px;
}
.foot-link .div-01{
    width: 258px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    background-color: #1b8930;
}
.foot-link .div-01 .mg-icon{
    float: right;
    margin-top: 18px;
}
.foot-link-toggle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding-bottom: 2px;
    visibility: hidden;
    transform: translateY(-10px);
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.foot-link-cont{
    background: #e5e5e5;
    overflow: auto;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.foot-link-cont a{
    display: block;
    padding: 5px 20px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.foot-link:hover .foot-link-toggle{
    visibility: visible;
    transform: translateY(0);
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}


.foot-ewm .div-01{
    float: left;
    width: 136px;
    margin-left: 10px;
}
.foot-ewm .div-01 .span-img img{
    width: 100%;
}
.foot-ewm .div-01 .span-txt{
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
    background-color: #1b8930;
    color: #fff;
}




/* pages */
.pages a,.pages strong{
    font-weight: normal;
    display: inline-block;
    line-height: 36px;
    min-width: 36px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pages a:first-child,.pages a:last-child{
    width: 120px;
    background: #e6e6e6;
    color: #666;
}
.pages a.on,.pages strong{
    color: #fff;
    background: #1b8930;
}


/*=========================== index ===========================*/
.banner{
    height: 100vh;
}
.banner_owl{
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
}
.banner_owl .owl-dots{
    position: absolute;
    left: 236px;
    right: 0;
    bottom: 20px;
    text-align: center;
}
.banner_owl .owl-dots .owl-dot{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 7px;
}
.banner_owl .owl-dots .owl-dot.active{
    background-color: #ebd884;
}
.banner-progressBar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.banner-progressBar-bar {
    width: 0%;
    max-width: 100%;
    height: 6px;
    background: #1b8930;
    overflow: hidden;
}
.banner-a1{
    position: relative;
    width: 100vw;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-word{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}
.banner-word .div-cont{
    width: 430px;
    max-width: 100%;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-word .div-title{
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0,0,0,.4);
    padding-bottom: 36px;
    background: url('../images/line-01.jpg') left bottom no-repeat;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner-word .div-des{
    max-height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 33px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner-word .span-more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #1b8930;
    color: #fff;
    border-radius: 5px;
    margin-top: 55px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner-nav{
    position: absolute;
    left: -72px;
    top: 50%;
    margin-top: -40px;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-prev,.banner-next{
    width: 32px;
    height: 32px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.banner-prev{
    margin-top: 0;
    background: url('../images/arrow-prev.png') center center no-repeat;
}
.banner-next{
    background: url('../images/arrow-next.png') center center no-repeat;
}

.banner_owl .owl-item.active .banner-word .div-title{
    -webkit-animation: fadeInUp 1.5s ease both;
    -moz-animation: fadeInUp 1.5s ease both;
    animation: fadeInUp 1.5s ease both;
}
.banner_owl .owl-item.active .banner-word .div-des{
    -webkit-animation: fadeInUp 1.5s ease .2s both;
    -moz-animation: fadeInUp 1.5s ease .2s both;
    animation: fadeInUp 1.5s ease .2s both;
}
.banner_owl .owl-item.active .banner-word .span-more{
    -webkit-animation: fadeInUp 1.5s ease .4s both;
    -moz-animation: fadeInUp 1.5s ease .4s both;
    animation: fadeInUp 1.5s ease .4s both;
}

.banner-scroll{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.54%;
    margin-bottom: 6px;
    z-index: 10;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}
.banner-scroll img{
    animation:infinescroll 1.2s infinite linear;
    -moz-animation:infinescroll 1.2s infinite linear; /* Firefox */
    -webkit-animation:infinescroll 1.2s infinite linear; /* Safari and Chrome */
    -o-animation:infinescroll 1.2s infinite linear; /* Opera */
}


@keyframes infinescroll
{
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

.index-notice{
    background: #fff;
}
.index-notice-cont{
    padding: 0 140px;
}
.index-notice-cont .span-01{
    margin-left: -140px;
    width: 120px;
    height: 60px;
    background: #1b8930;
    font-size: 15px;
    color: #fff;
    line-height: 60px;
}
.index-notice-cont .span-01 .mg-icon{
    margin: 22px 5px 0 17px;
}
.index-notice-cont .a-more{
    margin-right: -140px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #1b8930;
    font-size: 14px;
    color: #fff;
    margin-top: 13px;
    border-radius: 5px;
}

.index-notice-owl{
    float: left;
    width: 100%;
}
.index-notice-01{
    padding-right: 130px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 15px;
}
.index-notice-01 a{
    display: inline-block;
    max-width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-notice-01 .span-date{
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.index-title .span-en{
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    line-height: 14px;
}
.index-title .b-cn{
    font-size: 30px;
    color: #1b8930;
    line-height: 30px;
    margin-top: 18px;
}
.index-more{
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.index-about{
    padding-top: 94px;
    padding-bottom: 436px;
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.index-about-intro{
    float: left;
    width: 57.5%;
}
.index-about-intro .index-title .b-cn{
    color: #1b8930;
}
.index-about-intro-01{
    padding-right: 270px;
    margin-top: 35px;
}
.index-about-intro-01 .a-img{
    float: right;
    margin-right: -270px;
    padding: 9px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
}
.index-about-intro-01 .a-img span{
    border-radius: 50%;
}
.index-about-intro-01 .div-title{
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 39px;
    background: url('../images/line-02.jpg') left bottom no-repeat;
}
.index-about-intro-01 .div-title span{
    height: 64px;
}
.index-about-intro-01 .div-title a{
    display: inline-block;
    max-width: 100%;
    max-height: 64px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-about-intro-01 .div-des{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 34px;
    margin-bottom: 33px;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index-about-nav{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    padding-top: 88px;
    margin-left: 260px;
}
.index-about-nav ul{
    width: 340px;
}
.index-about-nav ul li{
    line-height: 70px;
}
.index-about-nav ul li a{
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-about-nav ul li a::after{
    content: " ";
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: url('../images/tip-03.png') center center no-repeat;
    transform: translateX(-10px);
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-about-nav ul li a span{
    font-size: 14px;
    margin-left: 9px;
    text-transform: uppercase;
}


.index-about-video{
    margin-top: -340px;
    margin-bottom: 80px;
}
.index-about-video .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}
.index-about-video .span-mc .span-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-about-video .span-mc img{
    margin-bottom: 30px;
}


.index-product{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-product-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 10;
    color: #fff;
}
.index-product-title .div-title{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 23px;
    background: url('../images/line-03.png') center bottom no-repeat;
}
.index-product-title .div-des{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 17px;
}

.index-product-owl .owl-nav button.owl-next, .index-product-owl .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 0;
}
.index-product-owl .owl-nav button.owl-prev{
    left: 3.125%;
    background: url('../images/arrow-left.png') center center no-repeat;
}
.index-product-owl .owl-nav button.owl-next{
    right: 3.125%;
    background: url('../images/arrow-right.png') center center no-repeat;
}
.index-product-a1{
    padding: 385px 14% 185px;
    background: url('../images/bg-04.png') center center repeat;
    border-left: 1px solid rgba(255,255,255,.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-a1 .span-img{
    background: #fff;
}
.index-product-a1 .span-img,.index-product-a1 .span-img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.index-product-a1 .span-img img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-product-a1 .span-title{
    font-size: 25px;
    color: #fefefe;
    line-height: 36px;
    margin-top: 35px;
}
.index-product-a1 .span-des{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 26px;
}
.index-product-a1 .span-more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #1b8930;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-top: 44px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-chain{
    padding-top: 80px;
    padding-bottom: 80px;
}
.index-chain-logo{
    float: left;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.index-chain-logo,.index-chain-logo img{
    width: 258px;
    height: 568px;
}

.index-chain-cont{
    float: right;
    width: 840px;
    margin-right: 50px;
    margin-top: 50px;
}
.index-chain-title{
    padding-left: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.index-chain-title .mg-icon{
    margin-left: -100px;
}
.index-chain-title .div-cn{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    padding-top: 15px;
}
.index-chain-title .div-en{
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    line-height: 16px;
    margin-top: 12px;
}
.index-chain-title .a-more{
    position: absolute;
    top: 20px;
    right: 0;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-chain-owl{
    margin-top: 56px;
    padding-left: 10.71%;
    padding-right: 10.71%;
}
.index-chain-owl .owl-nav button.owl-next, .index-chain-owl .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 0;
}
.index-chain-owl .owl-nav button.owl-prev{
    left: 0;
    background: url('../images/arrow-left.png') center center no-repeat;
}
.index-chain-owl .owl-nav button.owl-next{
    right: 0;
    background: url('../images/arrow-right.png') center center no-repeat;
}

.index-news{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../images/bg-05.jpg') center bottom no-repeat #4f5761;
}

.index-news-title{
    float: left;
    width: 400px;
    padding-right: 30px;
    margin-top: 78px;
}

.index-title2{
    padding-bottom: 23px;
    background: url('../images/line-02.jpg') left bottom no-repeat;
}
.index-title2 .span-en{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.index-title2 .span-cn{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 17px;
}
.index-title2.black .span-cn{
    color: #333;
}
.index-title2 .index-more{
    position: absolute;
    right: 0;
    top: 28px;
}


.index-news-des{
    margin-top: 74px;
}
.index-news-des .span-cn{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.index-news-des .span-en{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}


.index-news-menu{
    margin-top: 78px;
}
.index-news-menu a{
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    background: url('../images/tip-04.png') left center no-repeat;
    margin-left: 38px;
}
.index-news-menu a:first-child{
    margin-left: 0;
}
.index-news-menu a.on{
    color: #1b8930;
    background: url('../images/tip-04h.png') left center no-repeat;
}


.index-news-cont{
    float: right;
    width: 800px;
    max-width: 100%;
}
.index-news-tab{
    float: left;
    width: 300px;
}
.index-news-01{
    cursor: pointer;
    margin-top: 20px;
}
.index-news-01:first-child{
    margin-top: 0;
}



.index-news-01 .div-img{
    position: relative;
}
.index-news-01 .div-img::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #1b8930;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news-01 .div-img,.index-news-tab .div-img img{
    width: 300px;
    height: 200px;
}
.index-news-tab-nr{
    float: right;
    width: 480px;
}
.index-news-tab-nr .div-nr-01{
    display: none;
}

.index-news-02{
    position: relative;
    height: 640px;
    padding: 184px 40px 0;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.index-news-02 .div-date{
    position: absolute;
    left: 40px;
    top: 0;
    width: 74px;
    height: 90px;
    padding-top: 10px;
    background: url('../images/bg-06.png') center center no-repeat;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
}
.index-news-02 .div-date .b-day{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.index-news-02 .div-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    height: 75px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.index-news-02 .div-title a{
    display: inline-block;
    max-width: 100%;
    color: #333;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-02 .div-des{
    margin-top: 13px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.index-news-02 .div-more{
    margin-top: 113px;
}

.index-box-left{
    float: left;
    width: 50%;
}
.index-box-cont{
    width: 600px;
}
.index-box-left .index-box-cont{
    padding-right: 30px;
}
.index-box-left .index-box-cont{
    float: right;
}

.index-proposal{
    padding: 80px 0 80px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.index-proposal-list{
    margin-top: 30px;
}
.index-proposal-list li{
    padding: 0 20px 1px;
    border-bottom: 1px solid #e5e5e5;
}
.index-proposal-list li a{
    display: inline-block;
    max-width: 100%;
    padding-left: 12px;
    background: url('../images/tip-05.png') left center no-repeat;
    font-size: 15px;
    color: #333;
    line-height: 52px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-trends{
    padding: 54px 0 57px 0;
    background: #005f99;
}
.index-trends-01{
    margin-top: 25px;
}
.index-trends-01 .div-title{
    font-size: 24px;
    line-height: 32px;
}
.index-trends-01 .div-title a{
    display: inline-block;
    color: #fff;
}
.index-trends-01 .div-img{
    margin-right: 50px;
    margin-top: 26px;
    border: 1px solid #669fc2;
    border-radius: 5px;
    padding: 9px;
}
.index-trends-01 .div-img a,.index-trends-01 .div-img img{
    border-radius: 5px;
}
.index-trends-01 .div-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.index-right{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    padding-top: 80px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.index-talents{
    padding-left: 50px;
}
.index-talents .index-title2 .index-more,.index-trends .index-title2 .index-more{
    color: #fff;
}
.index-talents-01{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-top: 40px;
}
.index-talents-01 .span-01{
    position: relative;
    display: inline-block;
}
.index-talents-01 .span-01::after{
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 10px;
    width: 800px;
    height: 1px;
    background: #5d6167;
}
.index-talents-02{
    width: 550px;
    max-width: 100%;
    margin: 30px auto 0;
}
.index-talents-02 div img{
    position: absolute;
    left: 0;
    top: 0;
}


/*=========================== 04_产品中心_列表页 ===========================*/
.product{
    height: 100vh;
}
.product .index-product-a1{
    position: relative;
    height: 100vh;
}
.product .index-product-a1 .span-cont{
    position: absolute;
    left: 14%;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 100px;
}


/*=========================== 03_关于能矿锰业_公司简介 ===========================*/
.inside-body{
    padding-top: 94px;
}
.banner-about{
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.banner-about::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg-10.png') repeat;
}
.banner-about-word{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.public-title{
    padding-left: 30px;
    color: #fff;
    background: url('../images/line-04.jpg') left 2px no-repeat;
}
.public-title .span-cn{
    font-size: 48px;
    line-height: 48px;
}
.public-title .span-en{
    font-size: 24px;
    line-height: 24px;
    margin-top: 15px;
}


.public-menu{
    overflow: hidden;
    background: #fff;
    margin-top: 55px;
    padding-right: 250px;
}
.public-menu-cont{
    float: left;
    font-size: 0;
    height: 50px;
    max-width: 100%;
    white-space: nowrap;
    overflow: auto;
}
.public-menu-cont a{
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    min-width: 118px;
    padding-left: 15px;
    padding-right: 15px;
    background: url('../images/line-05.jpg') left center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-menu-cont a:first-child{
    background: none;
}
.public-menu-cont a.on{
    background: #1b8930;
    color: #fff;
}

.public-bream{
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 50px;
    font-size: 14px;
    color: #666;
}
.public-bream a{
    color: #666;
}
.public-bream a.on{
    color: #1b8930;
}
.public-bream span{
    margin: 0 8px;
}

.about-intro{
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.about-intro-left,.about-intro-word{
    display: inline-block;
    vertical-align: middle;
}
.about-intro-left{
    width: 40%;
    padding-right: 30px;
}
.about-intro-img{
    width: 230px;
    height: 230px;
    padding: 9px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    margin-top: 40px;
}
.about-intro-img img,.about-intro-img span{
    width: 210px;
    height: 210px;
    border-radius: 50%;
}
.about-intro-word{
    width: 60%;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.about-intro-word .div-title{
    font-size: 24px;
    line-height: 34px;
    color: #333;
    padding-bottom: 18px;
    background: url('../images/line-02.jpg') left bottom no-repeat;
}
.about-intro-word .div-des{
    margin-top: 25px;
}

.about-leader{
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-leader-owl{
    width: 970px;
    max-width: 100%;
    margin: 40px auto 0;
    padding-left: 160px;
    padding-right: 160px;
}
.about-leader-owl .owl-nav button.owl-prev,.about-leader-owl .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-leader-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/arrow-left.png');
}
.about-leader-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/arrow-right.png');
}
.about-leader-01{
    padding-left: 276px;
}
.about-leader-01 .div-img{
    float: left;
    margin-left: -276px;
}
.about-leader-01 .div-img,.about-leader-01 .div-img img{
    width: 226px;
    max-width: 100%;
}
.about-leader-01 .div-cont{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-top: 15px;
}
.about-leader-01 .div-cont .div-title{
    font-size: 20px;
    line-height: 30px;
}
.about-leader-01 .div-cont .div-des{
    margin-top: 20px;
}

.about-title{
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 23px;
    background: url('../images/line-06.png') left bottom no-repeat;
}
.about-title.tc{
    background-position: center bottom;
}
.about-title.black{
    color: #333;
}

.about-chart{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-chart-img{
    margin-top: 40px;
}
.about-culture{
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}
.about-culture .row{
    padding-top: 20px;
}
.about-culture-01{
    position: relative;
    padding: 102px 15px 95px;
    border: 4px solid #e6e6e6;
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-culture-01 .span-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-culture-01 .div-title{
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    padding-bottom: 20px;
    background: url('../images/line-07.jpg') center bottom no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-culture-01 .div-des{
    position: relative;
    z-index: 2;
    margin-top: 17px;
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-culture-honor{
    padding-top: 80px;
}
.about-culture-owl{
    margin-top: 40px;
}

.about-base{
    padding: 80px 3.125%;
}
.about-base-owl,.about-base-owl2{
    margin-top: 50px;
}
.about-base-owl .owl-nav button.owl-prev,.about-base-owl .owl-nav button.owl-next,
.about-base-owl2 .owl-nav button.owl-prev,.about-base-owl2 .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-base-owl .owl-nav button.owl-prev,
.about-base-owl2 .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/arrow-left.png');
}
.about-base-owl2 .owl-nav button.owl-prev{
    left: 1%;
}
.about-base-owl .owl-nav button.owl-next,
.about-base-owl2 .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/arrow-right.png');
}
.about-base-owl2 .owl-nav button.owl-next{
    right: 1%;
}
.about-base-01{
    position: relative;
    margin: 0 -2px;
}
.about-base-div1{
    float: left;
    width: 13.6%;
    padding: 0 2px;
    color: #fff;
    line-height: 26px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.about-base-nr{
    width: 100%;
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.about-base-div1 .span-title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    bottom: 26px;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}
.about-base-word{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 74px;
    z-index: 2;
    padding: 0 6%;
    display: none;
}
.about-base-word .bdo-title{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.about-base-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.about-base-owl2 .div-01 .span-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 30px;
    bottom: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.about-contact{
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center top;
    background-color: #f7f7f7;
}
.about-contact-cont{
    margin-top: 40px;
    background: #fff;
}
.about-contact-map{
    float: left;
    width: 48.33%;
}
.about-contact-map img{
    width: 100%;
}
.about-contact-word{
    float: right;
    width: 51.67%;
}
.about-contact-word ul{
    padding: 88px 60px 0 19.67%;
}
.about-contact-word ul li{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-left: 30px;
    margin-top: 35px;
}
.about-contact-word ul li:first-child{
    margin-top: 0;
}
.about-contact-word ul li img{
    float: left;
    margin-left: -30px;
}


/*=========================== 14_诚聘英才 ===========================*/
.banner-inside{
    height: auto;
}
.join-idea{
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.join-idea-cont{
    margin-top: 40px;
    background: rgba(255,255,255,.8);
}
.join-idea-cont .div-img{
    float: left;
    width: 50%;
}
.join-idea-cont .div-cont{
    float: right;
    width: 50%;
    padding: 44px 50px 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.join-idea-cont .div-title{
    font-size: 24px;
    line-height: 34px;
    color: #333;
    padding-bottom: 17px;
    background: url('../images/line-06.png') left bottom no-repeat;
}
.join-idea-cont .div-des{
    margin-top: 24px;
}

.join-recruit{
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.jobs-list{
    margin-top: 40px;
}
.jobs-list li:first-child{
    margin-top: 0;
}
.jobs-li span{
    float: left;
    width: 16.66%;
    text-align: center;
}
.jobs-li1{
    background-color: rgba(51,51,51,.6);
    font-size: 14px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    border-bottom: 3px solid #1b8930;
}
.jobs-top{
    background-color: #fff;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #e5e5e5;
}
.jobs-top .span-06{
    text-align: right;
    padding-right: 20px;
}
.jobs-top .span-06 bdo{
    width: 16px;
    height: 16px;
    display: none;
}
.jobs-top .span-06 .bdo1{
    display: inline-block;
    background: url('../images/icon-10.png') right center no-repeat;
}
.jobs-top .span-06 .bdo2{
    background: url('../images/icon-11.png') right center no-repeat;
}

.jobs-top.on{
    color: #fff;
    background-color: #1b8930;
}
.jobs-top.on .span-01{
    color: #fff;
}
.jobs-top.on .span-06 .bdo1{
    display: none;
}
.jobs-top.on .span-06 .bdo2{
    display: inline-block;
}

.jobs-bottom{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    background: #fff;
    padding: 35px 72px;
    border-bottom: 1px solid #1b8930;
    display: none;
}
.jobs-bottom .b1{
    color: #333;
    margin-top: 23px;
    margin-bottom: 23px;
}
.jobs-bottom .b1:first-child{
    margin-top: 0;
}
.jobs-bottom a{
    color: #1b8930;
}
.join-message{
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.join-message-form{
    width: 470px;
    max-width: 100%;
    padding-top: 20px;
}
.join-message-form li{
    margin-top: 20px;
}
.join-message-form li:first-child{
    margin-top: 0;
}
.join-message-form .put-01,.join-message-form .text-01{
    outline: none;
    resize: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 5px;
    height: 44px;
    line-height: 20px;
    padding: 11px 19px;
    font-size: 14px;
    color: #333;
}
.join-message-form .text-01{
    height: 150px;
}
.join-message-form .put-01::-webkit-input-placeholder { color: #999; }
.join-message-form .put-01:-moz-placeholder { color: #999; opacity: 1; }
.join-message-form .put-01::-moz-placeholder { color: #999; opacity: 1; }
.join-message-form .put-01:-ms-input-placeholder { color: #999; }
.join-message-form .but-01{
    background: #1b8930;
    border: none;
    outline: none;
    color: #fff;
    width: 180px;
    height: 46px;
    font-size: 14px;
    border-radius: 5px;
}


/*=========================== 05_产品中心_详情页 ===========================*/
.banner-inside-xq .banner-about-word{
    padding-bottom: 110px;
}
.xq-content{
    position: relative;
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    margin-top: -50px;
}

.product-xq .div-title{
    font-size: 24px;
    color: #4c4c4c;
    margin-top: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 30px 34px;
}
.product-xq-cont{
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.product-xq-cont .div-info{
    background: #f5f5f5;
}
.product-xq-cont .div-info .div-img{
    float: left;
}
.product-xq-cont .div-info .div-img,.product-xq-cont .div-info .div-img img{
    width: 400px;
    height: 400px;
}
.product-xq-cont .div-info .div-des{
    float: left;
    width: 625px;
    padding-top: 54px;
    margin-left: 60px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.product-xq-tab{
    margin-top: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.product-xq-tab .span-01{
    display: inline-block;
    min-width: 140px;
    max-width: 33.33%;
    height: 50px;
    margin-bottom: -1px;
    font-size: 16px;
    color: #666;
    line-height: 50px;
    margin-left: 1px;
    background: #f7f7f7;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-xq-tab .span-01.on{
    background: #1b8930;
    color: #fff;
}

.product-xq-nr{
    padding: 0 30px 40px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.product-xq-nr .div-nr-01{
    display: none;
    min-height: 200px;
}

.product-xq-page{
    padding-right: 80px;
    padding-top: 30px;
    line-height: 24px;
    border-top: 1px solid #e5e5e5;
}
.product-xq-page .span-01{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product-xq-page .span-01 a{
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-xq-page .a-return{
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    border-radius: 5px;
    width: 46px;
    height: 46px;
    background: #1b8930;
    line-height: 16px;
    color: #fff;
    padding-top: 7px;
    text-align: center;
}


/*=========================== 07_新闻资讯_详情页 ===========================*/
.news-art-title{
    font-size: 24px;
    line-height: 34px;
    color: #4c4c4c;
    padding: 15px 30px 40px;
    border-bottom: 1px solid #e5e5e5;
}
.news-art-title .div-info{
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-top: 24px;
}
.news-share .bdshare-button-style0-16 a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-share .bdshare-button-style0-16 a:first-child{
    margin-left: 0;
}
.news-share .bdshare-button-style0-16 a.bds_weixin{
    background-image: url('../images/s-icon1.png');
}
.news-share .bdshare-button-style0-16 a.bds_sqq{
    background-image: url('../images/s-icon2.png');
}
.news-share .bdshare-button-style0-16 a.bds_tsina{
    background-image: url('../images/s-icon3.png');
}

.news-share .bdshare-button-style0-16 a.bds_weixin:hover{
    background-image: url('../images/s-icon1h.png');
}
.news-share .bdshare-button-style0-16 a.bds_sqq:hover{
    background-image: url('../images/s-icon2h.png');
}
.news-share .bdshare-button-style0-16 a.bds_tsina:hover{
    background-image: url('../images/s-icon3h.png');
}

.news-art-cont{
    padding-left: 30px;
    padding-right: 30px;
}

.news-art-des{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}


/*=========================== 07_新闻资讯_详情页 ===========================*/
.news-main{
    padding-top: 80px;
    padding-bottom: 80px;
}
.nes-list{
    margin-bottom: 40px;
}
.nes-list li{
    padding: 20px 20px 20px 340px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nes-list li .a-img{
    position: relative;
    float: left;
    margin-left: -320px;
}
.nes-list li .a-img::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #1b8930;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nes-list li .a-img,.nes-list li .a-img img{
    width: 300px;
    height: 200px;
}
.nes-list li .div-cont{
    float: left;
    width: 665px;
}
.nes-list li .div-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 15px;
    height: 59px;
    border-bottom: 1px solid #e5e5e5;
}
.nes-list li .div-title a{
    display: inline-block;
    max-width: 100%;
    height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nes-list li .div-date{
    position: absolute;
    right: 20px;
    top: 0;
    width: 74px;
    height: 90px;
    padding-top: 11px;
    background: url('../images/bg-19.png') center top no-repeat;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nes-list li .div-date .b-day{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 4px;
}
.nes-list li .div-des{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nes-list li .div-more{
    margin-top: 38px;
}
.nes-list li .div-more .span-01{
    font-size: 14px;
    color: #666;
    line-height: 40px;
}


/*=========================== 08_党建动态_列表页 ===========================*/
.trends-main{
    padding-top: 80px;
    padding-bottom: 80px;
}
.trends-list{
    padding-bottom: 10px;
}
.trends-01{
    background: #fff;
    padding: 20px 20px 20px 140px;
    margin-bottom: 30px;
}
.trends-01 .div-date{
    float: left;
    margin-left: -120px;
    width: 100px;
    height: 157px;
    padding-top: 30px;
    background: #a9a9a9;
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.trends-01 .div-date .b-day{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.trends-01 .div-date img{
    margin-top: 20px;
}
.trends-01 .div-title{
    height: 35px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 5px;
    overflow: hidden;
}
.trends-01 .div-title a{
    display: inline-block;
    max-width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.trends-01 .div-des{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}
.trends-01 .div-more{
    margin-top: 24px;
}


/*=========================== 08_党建动态_列表页 ===========================*/
.culture-01{
    background: #fff;
    margin-bottom: 30px;
    line-height: 28px;
}
.culture-01 .a-img,.culture-01 .a-img img{
    width: 100%;
}
.culture-01 .div-cont{
    padding: 24px 7.36% 28px;
    border: 2px solid #e5e5e5;
}
.culture-01 .div-title{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.culture-01 .div-title a{
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.culture-01 .div-des{
    font-size: 14px;
    color: #666;
    margin-top: 13px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.culture-01 .div-date{
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}
.culture-01 .div-date span{
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}
.culture-01 .div-more{
    margin-top: 20px;
}


/*=========================== 12_合理化建议_列表页 ===========================*/
.sugg-main{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sugg-list{
    padding-bottom: 10px;
}
.sugg-list li{
    padding: 20px 20px 20px 275px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sugg-list li:first-child{
    margin-top: 0;
}
.sugg-list li .a-img{
    float: left;
    margin-left: -255px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sugg-list li .a-img,.sugg-list li .a-img img{
    width: 222px;
    height: 138px;
}
.sugg-list li .div-cont{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 8px;
}
.sugg-list li .div-cont .div-title{
    font-size: 20px;
    height: 24px;
    overflow: hidden;
}
.sugg-list li .div-cont .div-title a{
    display: inline-block;
    max-width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sugg-list li .div-cont .div-des{
    margin-top: 22px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sugg-list li .div-cont .div-date{
    margin-top: 11px;
}
.sugg-list li .div-cont .div-date span{
    color: #999;
    margin-left: 30px;
}





