*{
    margin:0;
    padding:0;
}
html,body{
    margin:0;
    padding:0;
    width:100%;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
    background: #fff;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
ul,ul li{
    list-style: none;
    padding:0;
    margin:0
}
a,a:hover{
    text-decoration: none;
    color:#333;
}
img{
    max-width: 100%;
}

.width30{width:30%}
.width20{width:20%;}
.width80{width:80%}
.width50{width:50%}
.width70{width:70%}
.width48 {
    width: 48%;
}
.width40{width:40%}
.width60{width:60%}

.font20{font-size: 20px;}
.font16{font-size: 16px;}
.font14{font-size:14px;}
.white{color:#fff;}
.gray{color:#555;}
.height90{height:90px;}

.fl{float:left}
.fr{float:right;}

.noPaddingLeft{padding-left:0;}
.noPaddingRight{padding-right:0;}
.marginAuto{margin:0 auto;}
.margin60{margin:60px 0;}
.marginBt20{
    margin-bottom:20px;
}
.marginDesc{
    margin:10px 0 20px;
}
.bRadius{
    border-radius: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:none !important;}




@media(min-width:1200px){
    .container{width:1175px}
}

@media(min-width:1400px){
    .container{width:1400px;}
}

@media(min-width:1620px){
.container{width:1600px;}
}



        .preview {
            text-align: center;
            padding: 0px 30px;
            width: 100%;
            overflow: hidden;
        }

        .preview a {
            display: block;
            width: calc(100% / 6);
            width: -webkit-calc(100% / 6);
            width: -o-calc(100% / 6);
            float: left;
        }

        .preview img {
            display: block;
            height: auto;
        }

        .active {
            background: #008c2c;
            color: #fff;
        }



.swiper-button-green{color:#008b30;}
.swiper-banner .swiper-button-prev,.swiper-banner .swiper-button-next{color:#fff;}

.pro-c-top-pic .swiper-button-prev,.pro-c-top-pic .swiper-button-next{color:#008b30;}

/* 面包屑导航 */
.sub_nav{border-bottom:1px solid #e0e0e0;width:100%; overflow:hidden;}
.sub_nav ul{font-size:0;width:100%;margin:0 auto; text-align: center;}
.sub_nav li{display:inline-block;}
.sub_nav li a{display:block; text-align:center;font-size:18px; color:#777; position:relative;padding:25px 40px; }
.sub_nav li.cur a{color:#008c2c;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#008c2c;}
.sub_nav li:hover a:after{left:0; width:100%;}



.footer{
    background:#333;
    color:#fff;
    padding:60px 0 40px;
    overflow: hidden;
}
.footer a{
    color:#fff;
}
.ft-top{overflow:hidden;
border-bottom:1px solid #ddd;
padding-bottom:5px;
margin-bottom:40px;
}
.ft-contact{
    text-align: right;
}
.ft-contact span{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}
.ft-bottom{overflow: hidden;}
.ft-nav ul{overflow:hidden;}
.ft-nav ul li{
    margin-right:30px;
    float:left;
    margin-right:60px;
}
.ft-nav ul li:last-child{margin-right: 0;}
.ft-erweima{text-align: center;}
.ft-erweima img{max-height:110px;display: block;margin:0 auto;}
.ft-b-contatc{margin-top:10px;line-height: 40px;}
.copyright{
    background:#000;
    overflow: hidden;
    color:#fff;
    line-height: 60px;
}
.copyright a{color:#fff;}
.ft-nav-sytle .ft-nav-down a{
    display: block;
    font-size:14px;
    line-height: 24px;
}
.ft-nav-sytle>a:after{
    content: "";
    display: block;
    width:40px;
    height:2px;
    background:#008b30;
    margin-top:5px;
    margin-bottom:10px;
}



/* 产品 */
.h-product{
    padding-top:60px;
}
.h-title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.h-line{
    width:40px;
    height:4px;
    background:#000;
    margin: 30px auto 40px;
}
.hPro{
    margin-left:30px;
    margin-right:30px;
}
.swiper-slide-thumb-active .h-pro-box{ background:#008c2c;}
.swiper-slide-thumb-active .h-pro-tit{color:#fff;}

.h-pro-box{
    padding:30px 10px;
    overflow: hidden;
    border:1px solid #ddd;
}
.h-pro-pic{
    height:190px;
    overflow: hidden;
}
.h-pro-pic img{
    display: block;
    margin:0 auto;
    max-height:190px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.h-pro-tit{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    margin-top:20px;
}
.h-pro-box:hover .h-pro-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.hPro .swiper-slide-thumb-active{
    background:#008c2c;
}
.hPro .swiper-slide-thumb-active .h-pro-tit{
    color:#fff;
}

.h-product-show{
    background: url(../../images/h-pro-bg.jpg) no-repeat center;
    padding:80px 0;
    overflow: hidden;
}
.proThumb-content{
    width:90%;
    background:rgba(255,255,255,.7);
    padding:70px 60px;
    border-radius: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.proThumb-content-title{
    font-size:30px;
    font-weight: bold;
    color:#008c2c;
}
.proThumb-content-title:after{
    display: block;
    width:40px;
    height: 4px;
    content: "";
    background:#008c2c;
    margin-top:30px;
    margin-bottom:40px;
}
.proThumb-content-btn{
    width:160px;
    height:48px;
    border:1px solid #008c2c;
    text-align: center;
    line-height: 48px;
    border-radius:30px;
    margin-top:40px;
}
.proThumb-content-btn a{
    color:#555;
    display: block;
}
.proThumb-pic{padding-top:0px;overflow: hidden;
}
.proThumb-pic img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.proThumb-content:hover{
    box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
    -o-box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
}
.proThumb-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}



.banner-pro{
    background-attachment: fixed;
    background-image: url(../../images/pro.jpg);
    height:960px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.pro-desc{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
}
.pro-desc span,.pro-desc em{
    display: block;
    color:#fff;
}
.pro-desc span{font-size:60px;line-height: 60px;}
.pro-desc em{font-size:30px;line-height: 60px;}
.pro-btn{
    width:80PX;
    height:80px;
    border-radius: 50%;
    position: absolute;
    bottom:15%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: green;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    animation: mymove 5s linear infinite;
}


.main{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding:60px 0;
    overflow: hidden;
}

.pro-main-info{
    width:60%;
    margin: 0 auto;
    overflow: hidden;
}
.pro-main-item{
    overflow: hidden;
    margin-top:60px;
}
.pro-main-box{
    padding:10px;
    margin-bottom:30px;
    background:#f4f4f4;
    box-shadow: 2px 2px 10px 3px #ddd;
    -webkit-box-shadow: 2px 2px 10px 3px #ddd;
    position: relative;
}
.pro-main-pic{
    overflow: hidden;
}
.pro-main-pic img{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.pro-main-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro-main-name{
    position:absolute;
    left:0;
    bottom:10px;
    background:#008c2c;
    height:60px;
    line-height: 60px;
    color:#fff;
    width:300px;
    text-align: center;
    font-size:24px;
    
}

.product-item{overflow: hidden;}
.product-box{
    border: 1px solid #ddd;
    padding:30px;
    overflow: hidden;
    margin-bottom:30px;
}
.product-pic{
    width:100%;
    height:231px;
    position: relative;
    display: table;
    overflow: hidden;
    text-align: center;
}
.product-pic a{
    display: table-cell;
    width: 100%;
    height: 231px;
    vertical-align: middle;
}
.product-pic a img{
    max-width: 100%;
    max-height: 231px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.product-tit{
    font-size:20px;
    height:40px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    margin:20px 0;
    border-bottom:1px solid #ddd;
}
.product-desc{
    height:60px;
    overflow: hidden;
    color:#777;
}
.product-btn{
    width:100%;
    border:1px solid #ddd;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    margin-top:30px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.product-btn a{color:#777;display: block;}

.product-box:hover .product-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-box:hover .product-btn{
    background:#008b30;
}
.product-box:hover .product-btn a{
    color:#fff;
}

.pro-c-top{overflow:hidden}
.pro-top-top{
    border:1px solid #ddd;
    padding:10px;
    height:499px;
}
.pro-top-top .swiper-slide img{
    max-width:100%;
    max-height:499px;
    display: block;
    margin:0 auto;
}
.pro-top-thumb{
    background:#f4f4f4;
    margin-top:10px;
}
.pro-top-thumb .swiper-slide{
    background:#f4f4f4;
    height:128px;
    padding:5px;
}
.pro-top-thumb .swiper-slide img{
    max-width:100%;
    overflow:hidden;
    max-height:123px;
    display: block;
    margin:0 auto;
}

.pro-c-top-c{
    background:#f4f4f4;
    overflow: hidden;
    padding:80px 40px;
    height:637px;
}
.pro-c-top-tit{
    font-size:30px;
    border-bottom:2px solid #ccc;
    padding-bottom:10px;
    margin-bottom:30px;
}
.pro-c-top-tel{
    overflow: hidden;
    font-size:30px;
    font-weight: bold;
    margin-top:40px;
    margin-bottom:60px;
}
.pro-c-top-tel img{
    display: inline-block;
    margin-right:10px;
    width:30px;
    height:30px;
}
.pro-c-top-tel span{
    color:#008b30;
}
.pro-c-top-zixun{
    width:180px;
    height:60px;
    background:#008b30;
    line-height: 60px;
    text-align: center;
}
.pro-c-top-zixun a{
    display: block;
    color:#fff;
}
.pro-c-char{
    padding:60px 0;
    overflow: hidden;
}
.pro-char-tit{
    width:100%;
    background:#f4f4f4;
    line-height: 48px;
}
.pro-char-tit span{
    display: block;
    width:160px;
    font-size: 20px;
    background:#008b30;
    line-height: 48px;
    color:#fff;
    text-align: center;
}
.pro-char-c{
    padding-top:40px;
}

.pro-relate{
    background:#f4f4f4;
    padding:60px 0;
    overflow:hidden;
}
.relate-tit{
    text-align: center;
    font-size: 20px;
    line-height: 60px;
}
.relate-tit:after{
    width:40px;
    height:2px;
    content: "";
    display:block;
    margin:0 auto;
    background: #008b30;
}
.swiper-relate{margin-top:40px;}
.relate-pic{
    height:303px;
    overflow: hidden;
}
.relate-pic img{
    max-height: 303px;
    display: block; 
    margin:0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.relate-name{
    line-height: 48px;
    height:48px;
    text-align: center;
    overflow: hidden;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.relate-box:hover .relate-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.relate-box:hover .relate-name{
    background:#008b30;
    color:#fff;
}

.pro-zixun{margin-top:60px;}
.zixun-tit{
    font-size:20px;
    text-align: center;
    line-height: 60px;
}
.zixun-tit::after{
    width:40px;
    height:2px;
    content: "";
    display:block;
    margin:0 auto;
    background: #008b30;
}
.zixun-con{
    margin-top:40px;
}
.zixun-con textarea{
    width:100%;
    height:100px;
    border:1px solid #ddd;
    padding:10px;
}
.zixun-con input{
    border:1px solid #ddd;
    line-height: 48px;
    padding:0 10px;
    margin-top:20px;
    width:100%
}
.zixun-con input[type='submit']{
    width:200px;
    margin:0 auto;
    display: block;
    margin-top: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.zixun-con input[type='submit']:hover{
    background:#008b30;
}

.pro-xq{overflow:hidden;}
.pro-xq-box{margin-bottom:30px;height:618px;}
.pro-xq-name{
line-height:40px;
}
.pro-xq-pic{height:578px}
.pro-xq-pic img{max-height:578px;}
.h-product-show .swiper-slide{padding:0 8%;}





/* 关于 */
.h-about{
    width:100%;
    overflow: hidden;
}
.h-about-top{
    padding:60px 0;
    overflow: hidden;
    background-image: url(../../images/2003.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	height:442px;
	overflow:hidden;
}
.h-about-desc{
    font-size:20px;
    font-weight: bold;
    color: #008c2c;
    text-align: center;
    line-height: 40px;
    margin-bottom:40px;
}

.banner-c{width:100%;margin:0 auto;position: relative;}
.banner-desc{
    position:absolute;
    top:30%;
    left:0;
    width:100%;
    text-align: center;
    z-index: 1;
    font-size:30px;
    color:#fff;
}
.banner-desc span{
    font-size:60px;
    line-height: 60px;
    display: block;
    margin-bottom:30px;

}

.section-about{
    padding:80px 0;
    overflow: hidden;
    background: url(../../images/a-bg.png) no-repeat bottom;
}
.section-about-title{
    font-size:40px;
    text-align: center;
    line-height: 40px;
    margin-bottom:60px;
    font-weight: bold;
    font-family: "黑体";
}

.section-about-pic{overflow:hidden; margin-top:40px;}
.section-about-content{margin:0 auto;overflow: hidden;}
.section-about-content h3{
    color:#008c2c;
    border-bottom:1px solid #008c2c;
    padding-bottom:5px;
    margin-bottom:30px;
}

.section-speed{overflow:hidden;}
.section-speed .section-about-content{width:70%; }
.section-about-content .section-speed-pic{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.section-about-content:hover .section-speed-pic{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform:  translateY(10px);
    -o-transform:  translateY(10px);
    box-shadow: 1px 1px 2px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px 5px rgba(0,0,0,.2);
}


.section-speed-pic{
background:url(../../images/a-speed.jpg) no-repeat center;
background-size: cover;
height:662px;
}

.section-culture{margin-top:60px;overflow: hidden;}

.section-culture-item{
    overflow:hidden;
}
.section-culture-item li{
    width: 25%;
    display: block;
    float:left;
    overflow: hidden;
    position: relative;
}
.cultureName{
    position: absolute;
    top:60px;
    left:40px;
    font-size:32px;
    color:#008c2c;
}
.cultureCover{
    position: absolute;
    background: rgba(255,255,255,.6);
    width: 100%;
    height:100%;
    top:0;
    left:0;
    padding-top:100px;
    padding-left:40px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.cultureTit{
    font-size:32px;
}
.cultureTit:after{
    content: "";
    display: block;
    width:60px;
    height:4px;
    background:#008c2c;
    margin-top:20px;
    margin-bottom:40px;
}
.cultureDesc span{
    display: block;
}
.section-culture-item li:hover .cultureName{
    display:none;
}
.section-culture-item li:hover .cultureCover{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.culture-l{
    width:65%;
    overflow: hidden;
    height:393px;
}
.culture-l img{
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.culture-r{
    width: 35%;
    overflow: hidden;
    border:10px solid #008b30;
    padding:100px 80px;
}
.culture-r-tit{
font-size: 48px;
line-height: 48px;
color: #000;
font-family: Impact;
text-transform: uppercase;
}
.culture-r-c{
    margin-top:35px;
    font-size: 20px;
}
.culture-l:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.culture02{
    width:80%;
    margin:60px auto 0;
}
.culture02-title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom:40px;
}
.culture02-t{
    width:20%;
    background:#008b30;
    color:#fff;
    font-weight: bold;
    font-size: 22px;
    height:140px;
    line-height: 140px;
    text-align: center;
}
.culture02-pic img{
    display: block;
    width:80%;
    margin:0 auto;
    margin-top:80px;
}
.culture02-c{
    width:80%;
    font-size: 18px;
    padding: 30px 60px;
    background: #ddd;
    line-height: 40px;
    height:140px;
}
.mar-bt-30{
    margin-bottom:30px;
}


.about-banner-cover{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0,0,0,.4);
    overflow: hidden;
    padding-top:5%;
}
.about-banner-b{
    width:40%;
    margin:0 auto;
    overflow: hidden;
    color:#fff;
    text-align: center;
}
.about-banner-box{padding:40px 0;border-right:1px solid rgba(255,255,255,.4);border-bottom:1px solid rgba(255,255,255,.4);}
.about-banner-box:nth-child(2n){border-right:0;}
.about-banner-box:nth-child(3),.about-banner-box:nth-child(4){border-bottom:0;}
.about-banner-box img{
    height:80px;
    display: block;
    margin:0 auto;
}
.about-banner-desc{
    font-size:20px;
    line-height: 40px;
    margin-top:10px;
}









/* 历程 */
.section-history{
    margin-top:60px;
    overflow: hidden;
    margin-bottom:60px;
}
.sectionHistory-c{
    overflow: hidden;
}
/* .sectionHistoryPic img{width:100%;} */

.section-style{margin-bottom:60px;overflow: hidden;}
.section-style-box{
    overflow: hidden;
}

.section-style-box img{
max-height:303px;
display:block;
margin:0 auto;
transition: all .8s;
-webkit-transition: all .8s;
-moz-transition: all .8s;
-o-transition: all .8s;
}
.section-style-box:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.about-item{
    overflow: hidden;
    margin-bottom:60px;
}
.about-item-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about-item-box img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.about-item-name{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(0, 140, 44, .8);
    line-height: 60px;
    color:#fff;
    padding:0 40px;
    font-size:20px;
}
.about-item-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.h-desc{
    width:50%;
    margin:0 auto;
    text-align: center;
    color:#555;
    margin-bottom:40px;
}

.h-service-item{
    overflow: hidden;
}
.h-service-box{
    position: relative;
    overflow: hidden;
}
.h-service-box img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.h-service-box a{
    display: block;
}
.h-service-tit{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background: #008c2c;
    color:#fff;
}
.h-service-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-animation:scale(1.1);
    -o-animation:scale(1.1);
}
.service-content .jobsPic{
    border-radius: 80px 0 80px 0;
    overflow: hidden;
}
.jobs-item{overflow: hidden;margin-top:40px;padding:10px 0;}
.jobs-item-box1{
    background:rgba(2,73,149,.5);
    padding:40px 60px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.jobs-item-box2{
    background:rgba(1,143,44,.5);
    padding:40px 60px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.jobs-item-box1 img,.jobs-item-box2 img{
    display: block;
    height:80px;
    float:left;
}
.jobs-item-desc {padding-left:30px;float:left;}
.jobs-item-desc strong{
    display: block;
    font-size: 20px;
    line-height: 40px;
}
.jobs-item-box1 a,.jobs-item-box2 a{
    overflow: hidden;
    display: block;
}

.jobs-item-box1:hover,.jobs-item-box2:hover{
    box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 3px 5px rgba(0,0,0,.2);
}


/* 新闻 */
.h-news{
    overflow: hidden;
    width:100%;
    height:796px;
    /* background: url(../../images/h-news.png) no-repeat center; */
    background-image: linear-gradient(
        135deg,
        #f4f4f4 25%,
    #fff 0%,
    #fff 50%,
    #f4f4f4 0,
    #f4f4f4 75%,
    #fff 0%    
    );
    background-size:10px 10px;
    animation: progressMove 5s linear infinite;
    padding-top:60px;
}
.h-news-item{
    overflow: hidden;
    background:#fff;
    padding:40px 30px 0;
}
.h-news-l-top{overflow:hidden}
.h-news-l{overflow: hidden;margin-bottom:20px;}
.h-news-l:last-child{margin-bottom:0;}
.h-n-l-t-pic{
    height:245px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% 100%;
    overflow: hidden;
}
.h-n-l-t-c{
background:#777777;
padding:40px 30px;
overflow: hidden;
height:245px;}
.h-news-date{font-size:14px;}
.h-news-tit{
    overflow: hidden;
}
.h-news-tit a{color:#fff;font-size:18px;height: 55px;
    overflow: hidden;
    display: block;}
.h-news-desc{
    margin-top:5px;
    height:50px;
    line-height: 24px;
    overflow: hidden;
}
.h-news-desc a{color:#ccc;}
.h-news-l-bottom{
    margin-top:20px;
}
.h-news-l-bottom ul{
    overflow:hidden;
}
.h-news-l-bottom ul li{
    float:left;
    width:calc((100% - 60px) / 3);
    width:-webkit-calc((100% - 60px) / 3);
    width:-moz-calc((100% - 60px) / 3);
    margin-right:30px;
    background:#eee;
    padding:30px 20px;
}
.h-news-l-bottom ul li:last-child{
    margin-right:0;
}
.h-news-right{
    overflow: hidden;
}
.h-news-right ul li{
    padding:20px;
    border-bottom:1px solid #008b30;
    margin-bottom:20px;
    background:#f4f4f4;
}
.h-news-right ul li:last-child{margin-bottom:0;}

.box{
    width:100%;
    overflow: hidden;
}
.box img{
    width:100%;
}
.news-index{
    width:100%;
}
.ht_news{
    width:100%;
    background:url(../../images/news_img.jpg) no-repeat;
    padding:140px 0 80px;
}
.ht_news h2{
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}
.ht_news_item{
    width:100%;
    margin-top:60px
}


.news_left{
    width: 49%;
    float: left;
/*     height:470px;
     */}
.news_left .swiper-button-prev,.news_left .swiper-button-next{
    color:#fff;
}
#news_com .swiper-slide img{
    max-width:100%;
    display: block;
    margin:0 auto;
    height:523px;
    position: relative;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

#news_com .swiper-slide:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.ht_box{
    width:100%;
    position: absolute;
bottom:0;
left: 0;
background:rgba(0, 140, 44, .6);
color:white;
padding:5px 20px;
z-index: 9;
}
.ht_box .d{
    line-height: 24px;
	text-align:left;
    font-size:14px;
}
.ht_box .t{
    font-size:16px;
	text-align:left;
}

.news_right {
    width: 50%;
    float: right;
}
.r_top{
    width:100%;
    margin-bottom:15px;
}
.top_l{
    width:49%;
    float:left;
    position: relative;
    height:254px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
}
.top_r{
    width:49%;
    float:right;
    position: relative;
    height:254px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
}
.top_l img,.top_r img{
    height: 254px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.r_bot{
    width:100%;
}
.bot_l{
    width:49%;
    float:left;
    height:254px;
    background: #eb9814;
}
.bot_r{
    width:49%;
    float:right;
    height:254px;
    background: #024995;
}
.bot_box{
    color:white;
    margin-top:20%;
    padding:0 20px;
}
.bot_box .bot_t{
    font-size:16px;
    margin-top:10px;
}
.top_l:hover img,.top_r:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transfrom:scale(1.2);
}


.news-list{
    overflow: hidden;
}
.news-list li{
    background:#f4f4f4;
    border:1px solid #ddd;
    overflow: hidden;
    padding:5px;
    margin-bottom:30px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news-pic{
    height:318px;
    position: relative;
    display: table;
    overflow: hidden;
    text-align: center;
}

.news-pic a {
    display: table-cell;
    width: 100%;
    height: 318px;
    vertical-align: middle;
}

.news-pic a img {
    max-width: 100%;
    max-height: 318px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news-sketch{
    padding:40px;
    overflow: hidden;
}
.news-sketch-menu,.news-sketch-date{
    font-size:14px;
    color:#777;
}
.news-list-title{
    font-size:20px;
    line-height: 48px;
    height:48px;
    overflow: hidden;
}
.news-list-desc{
    font-size:14px;
    color:#555;
    height:60px;
    overflow: hidden;
}
.news-list-btn{
    width:160px;
    height:40px;
    text-align: center;
    border:1px solid #008b30;
    line-height: 40px;
    border-radius: 30px;
    margin-top:40px;
    font-size:14px;
}
.news-list-btn a{
    color:#777;
    display: block;
}
.news-list li:hover{
    box-shadow: 2px 2px 3px 5px #eee;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.news-list li:hover .news-pic a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news{
    overflow:hidden;
}
.news-content{
    padding:40px 30px;
    overflow: hidden;
    background:#f4f4f4;
    color:#555;
}
.news-content-title{
    font-size:24px;
}
.news-content-date{
    color:#777;
    line-height: 60px;
}
.news-content-c{
    padding:40px 0;
    overflow: hidden;
    border-top:1px solid #ddd;
}
.news-newList{
    padding:20px;
    padding-top:0px;
    overflow: hidden;
}
.news-newList ul{
    overflow:hidden;
}

.news-newList ul li{
    overflow:hidden;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.news-newList ul li:hover .news-newList-title{
color:#008b30;
}


.news-newList-date{
    color:#777;
    font-size:14px;
}
.news-newList-name{
    font-size:20px;
    border-bottom:1px solid #008b30;
    line-height: 40px;
}
.news-newList-name i{color:#008b30;margin-right:10px;}
.news-newList-title{color:#555}



.f14{
    font-size:14px;
    color:#777;
    overflow: hidden;
}
.f14 a{
    color:#777;
}







/* 荣誉 */
.honor{overflow: hidden;padding:60px 0;}
.honor-box{
    background:#f4f4f4;
    padding:10px;
    margin-bottom:30px;
}

.honor-pic{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height:235px;
}

.honor-pic a {
    display: table-cell;
    width: 100%;
    height:235px;
    vertical-align: middle;
}

.honor-pic a img {
    max-width: 100%;
    max-height:235px;
    margin: 0 auto;
}
.honor-name{
    border-top:none;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
}



/* 服务 */
.service{overflow: hidden;}
.service h3{
    line-height: 60px;
    color:#008b30;
}
.culture02-desc{padding-left:60px}
.service-desc{
    padding:30px 0;
}
.service-menu{
    overflow: hidden;
    margin-top:30px;
}
.service-box h4{
    width: 100%;
    position: relative;
    font-weight: bold;
    line-height: 40px;
}
.service-box h4 strong{
    position: absolute;
    bottom:0;
    left:0;
    background: #008b30;
    width:200px;
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size:24px;
    color:#fff;
}
.service-munu-c{
    padding:20px 0;

}
.service-tech{margin-top:30px;overflow: hidden;}
.service-tech-box{
    background:#f4f4f4;
    padding:30px 20px;
    border-radius: 20px;
}
.service-tech-box h4{
    font-weight: bold;
    border-bottom:1px solid #ddd;
    line-height: 40px;
    margin-bottom:20px;
}
.service-tech-c{
    height:150px;
    overflow: hidden;
}

.service,.sence{
    padding:60px 0;
    overflow: hidden;
}
.s-box{
    width:100%;
}
.s-pic{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 240px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.s-pic a {
    display: table-cell;
    width: 100%;
    height: 240px;
    vertical-align: middle;
}

.s-pic a img {
    max-width: 100%;
    max-height: 240px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.s-name{
    border:1px solid #ddd;
    border-top:none;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center;
}
.s-box:hover .s-pic a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.sence-title{
    text-align: center;
    font-size:20px;
}
.sence-date{
    text-align: center;
    color:#777;
    padding-bottom:10px;
    margin-bottom:20px;
}

.sence-pic{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.sence-lunbo{
    width:50%;
    margin:0 auto;
    padding:30px 0;

}
.swiper-sence-thumbs{
    margin-top:10px;
}
.swiper-sence .swiper-slide img{
    max-height: 533px;
    display: block;
    margin: 0 auto;
}
.swiper-sence-thumbs .swiper-slide img{
    max-height:128px;
    background:#f4f4f4;
    display: block;
    margin: 0 auto;
}


.text-c span{
padding:2px 8px;
background:#008c2c;
color:#fff;
}
.text-c a{
padding:2px 8px;
}



/* 人才 */
/* äººåŠ›èµ„æº */
  .big-boxs{
	padding: 60px 0px 100px;
}
.job-tit .tit{
	font-size: 18px;
	background: #e8e8e8;
	line-height: 50px;
	margin-bottom: 22px;
}
.job-list li{
	border-bottom: solid 1px #eaeaea;
	line-height: 52px;
	color: #717171;
}
.job-list .tit-info:nth-child(1) a{
	color: #717171;
	text-decoration: none;
}

.job-details h2{
	font-size: 30px;
	background: #e8e8e8;
	text-align: center;
	line-height: 72px;
}
.second-text{
	margin: 32px 0px;
}
.jobs .strong,.job-salary .strong,.job-demand{
	font-size: 26px;
	line-height: 52px;
}
.job-demand{
	border-top: solid 1px #e8e8e8;
	padding: 20px 0px;		
}

.jobs span,.job-salary span{
	color: #717171;
}
.job-salary .strong{
	color: #c20000;
}
.second-text2 p{
	line-height: 30px;
	color: #717171;
}


.jobsC{padding-left:60px;}

.contact{
padding-right:30px;
overflow:hidden;
line-height:40px;
background:#f4f4f4;
padding:40px;
}
.contact-title{
font-size:24px;
font-weight:bold;
}
.contact-title:after{
content:"";
display:block;
width:40px;
height:2px;
background:#008c2c;
margin:10px 0 30px;
}
.contact-box em{
color:#008c2c;
margin-right:10px;
width:20px;
}
.contact-erweima{text-align:center;overflow:hidden;margin-top:40px;}
.contact-erweima img{
display:block;
overflow:hidden;
height:120px;
width:auto;
margin:0 auto;
}
.contact-erweima em{
font-style: normal;
display:block;
}

.message{
padding:58px 40px;
overflow:hidden;
background:#f4f4f4;
}
.feedback{margin-top:60px;}
.box3 input[type="text"]{
height:60px;
line-height:60px;
border:1px solid #ddd;
padding:10px;
width:48%;
margin-right:20px;
font-size:14px;
}
.box3 input[type="text"]:nth-child(2){
margin-right:0;
}
.box3 textarea{
height:120px;
border:1px solid #ddd;
padding:10px;
width:100%;
margin-top:30px;
font-size:14px;
}
.feedback input[type="submit"]{
display:block;
width:180px;
line-height:40px;
background:#4c4949;
margin-top:30px;
color:#fff;
}


.widget-job-1{margin-bottom: 40px;margin-top:40px;}
.widget-job-1 .first { background: #008b30; border-bottom: none; padding: 0; height: 80px;line-height: 80px;}
/* .widget-job-1 li { border-bottom: 0px solid #cccccc; float: left; width: 100%; background-color: #fff;} */
.widget-job-1 .j_t {cursor: pointer;border-bottom:1px dashed #eee;}
.widget-job-1 .j_t.j_t_cur{border-color:transparent;}

.widget-job-1 .j_c { height: auto; line-height: 1.5; background-color:#eee; display: none; text-align: left;}
.widget-job-1 ._t1 { width: 50%;}
/* .widget-job-1 ._t2 { width: 20%; }
.widget-job-1 ._t3 { width: 17%; } */
.widget-job-1 ._t4 { width: 25%; }
.widget-job-1 ._t5 { width: 25%; }
.widget-job-1 ._t6 { width: 15%; cursor: pointer;}
.widget-job-1 .first ._ut { float: left; text-align: center; color: #fff; font-weight: 700; font-size: 18px;}

.widget-job-1 ._un { float: left; text-align: center; line-height: 30px;  height:30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.widget-job-1 ._jcon { padding:30px 60px; position:relative; color: #777777;}
.widget-job-1 ._title { font-size: 18px; color: #333333; }
.widget-job-1 ._part {margin-bottom:40px;}

.widget-job-1 .ewm_box{position:absolute; bottom:10%; right:10%; text-align:center;}
.widget-job-1 .ewm_box h4{color:#666666; padding:20px 0px; font-weight:normal;}
.widget-job-1 .more_btn{border-color:#008b30; background:#008c2c;width:160px; height:40px;line-height: 40px; display: block; text-align: center;color:#fff;}
.widget-job-1 .ewm_box .rect-100{ padding-bottom: 100%; }
.panel-group .panel{border:none}
.panel-body{background:#eee;}

.channel_content{padding:60px 0;}
.Form-J1 { padding-bottom:40px; text-align: left;}
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { padding-top: 10px; }
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; font-size:13px;}
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%;}
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; padding:0; height:119px;vertical-align:middle;}
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; height:30px; }
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0;color:#888888;box-sizing: content-box;}
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button { width:16%;height:45px;text-align:center;line-height:45px;display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#ffffff;margin:0px 4px; border:none;padding:0;margin:0;outline:none;}
.Form-J1 .Form-J1-Btn ._submit { background-color:#008b30; margin-right: 10px; color:#FFFFFF;border: 1px solid #008c2c;width: 16%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 4px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;}
.Form-J1 .Form-J1-Btn ._reset {
width: 16%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 4px;
    padding: 0;
    margin: 0;
    outline: none;
border: 1px solid #ddd;background-color: #FFF;color: #666;
}







@media(min-width:1300px) and (max-width:1600px){

.h-pro-pic{height: 132px;}
.h-pro-pic img{max-height:132px;}

.section-style-box img{max-height: 252px;}
.pro-top-thumb .swiper-slide{height:110px;}
.pro-top-top{height:432px;}
.pro-top-top .swiper-slide img{max-height:432px}

.pro-c-top-c{height:552px}

}





@media(min-width:767px) and (max-width:992px){
.box3 input[type="text"]{
margin-right:5px;
}

.contact-erweima img{height:109px;}
.message{height:591px;}
.banner-c{margin-top:44px;}
.banner-desc span{font-size:48px;}
.job-list .tit-info a{
display:block;
line-height:30px;
}
.service-munu-c{height:auto;}

.s-pic ,.s-pic a{height:109px;}
.s-pic a img{max-height:109px;}
.sence-lunbo{width:100%}
.news-content,.news-newList{width:100%}

.sub_nav li a{padding:5px 20px;}

.product-pic,.product-pic a{height:189px;}
.product-pic a img{max-height:189px;}
.pro-top-top{height:235px;}
.pro-top-top .swiper-slide img{max-height:215px}
.pro-top-thumb .swiper-slide{height:62px;}
.pro-top-thumb .swiper-slide img{max-height:52px;}
.pro-c-top-c{padding:30px 10px;height:auto;}
.pro-c-top-tit{font-size:20px;}
.pro-c-top-desc{font-size:14px;}
.pro-c-top-tel{font-size:24px;margin-bottom:40px;}

.relate-pic{height:157px;}
.relate-pic img{max-height:157px;}

.honor-pic,.honor-pic a{height:97px;}
.honor-pic a img{max-height:97px}

.section-speed .section-about-content{width:100%}
.section-speed-pic{height:962px;}
.cultureName{left:20px;font-size:26px;}
.cultureCover{padding-top:20px;padding-left:20px;}
.cultureTit{font-size:26px;}
.cultureTit:after{margin-bottom:20px;}
.cultureDesc{font-size:14px;line-height:20px;}

.h-pro-pic{height:120px;}
.h-pro-pic img{max-height:120px;}
.proThumb-box{overflow:hidden;}
.h-product-show .swiper-slide{padding:0;}
.proThumb-content{width:100%;padding:30px 10px;}
.h-news-tit a{
height: 90px;
    overflow: hidden;
    display: block;}
.ft-contact{width:40%}
.ft-logo{width:60%}
}










@media(max-width:767px){
.banner{margin-top:44px;}
.h-product{padding-top:30px;}
.h-title{font-size:24px;}
.h-line{margin:20px auto 30px;}
.preview{overflow-x: scroll !important;display:flex;}
.preview a{width:200px !important;}

.h-pro-box{padding:10px;}
.h-pro-pic{height:76px}
.h-pro-pic img{max-height:76px}
.h-pro-tit{font-size:14px;line-height:40px;}
.h-product-show{padding:40px 0;}

.proThumb-content{width:100%;padding:30px;}

.h-product-show .swiper-slide{padding:0;padding-top:40px;}
.proThumb-content-title{font-size:24px;}
.proThumb-content-title:after{margin-top:10px;margin-bottom:20px;}
.proThumb-content-desc{font-size:14px;}
.h-product-show{background-size:cover;}
.proThumb-pic{padding-top:60px;}
.h-about-desc{font-size:16px;line-height:30px;font-weight:normal;}
.pc-banner .swiper-button-prev, .pc-banner .swiper-container-rtl .swiper-button-next{left:0 !important;}
.pc-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right:0 !important}
.h-about-top{height:auto;}

.h-desc{width:100%;}
.h-service-box{margin-bottom:20px;}
.h-news{padding-top:30px;height:auto;}
.h-news-item{padding:20px 10px 0;}
.h-news-left{width:100%;padding-left: 0;
    padding-right: 0;}
.h-n-l-t-pic,.h-n-l-t-c{width:100%;}
.h-n-l-t-pic{background-size: contain !important;}
.h-news-l-bottom ul li{width:100%;margin-bottom:20px;}
.h-news-tit{height:auto;}
.footer{padding:30px 10px 10px;}
.ft-top{border-bottom:none;margin-bottom:0;}
.ft-logo{display:none;}
.ft-contact{width:100%;text-align:left;}
.ft-bottom{display:none;}
.copyright{font-size:14px;line-height:30px;}

.banner-c{margin-top:44px;}
.banner-desc{font-size:16px;}
.banner-desc span{font-size:24px;line-height:40px;margin-bottom:0}
.sub_nav{display:none;}
.section-about{padding:40px 0;}
.section-about-title{font-size:30px;margin-bottom:30px;}
.section-about-pic .noPaddingLeft,.section-about-pic .noPaddingRight{padding-left:0;padding-right:0;}
.section-speed .section-about-content{width:100%}
.section-speed-pic{height:200px;}
.section-culture{margin-top:40px;}
.section-culture-item li{width:50%;}
.cultureName{left:20px;font-size:24px;}
.cultureCover{padding-top:20px;padding-left:20px;}
.cultureTit{font-size:24px;}
.cultureTit:after{margin-bottom:20px;}
.cultureDesc{font-size:14px;line-height:20px;}
.section-history{margin-top:30px;margin-bottom:30px;}
.section-style-box img{max-height:122px;}
.honor-pic{height:102px;}
.honor-pic a{height:102px;}
.honor-pic a img{max-height:102px;}

.product-pic,.product-pic a{height:150px}
.product-pic a img{max-height:150px;}

.pro-top-top{height:215px;}
.pro-top-top .swiper-slide img{max-height:215px;}

.pro-top-thumb .swiper-slide{height:56px;}
.pro-top-thumb .swiper-slide img{max-height:46px;}
.pro-c-top-c{padding:40px 10px;height: auto;}
.pro-c-top-tel{font-size:24px; margin-top:20px; margin-bottom:30px;}
.pro-c-char{padding:40px 0;}

.relate-pic{height:122px;}
.relate-pic img{max-height:122px;}
.pro-zixun{margin-top:40px;}

.zixun-con form .noPaddingLeft{padding-right:0;}
.zixun-con form .noPaddingRight{padding-left:0;}
.pro-c-top-tit{font-size:24px;}

.news-pic,.news-sketch{width:100%}
.news-pic,.news-pic a{height:240px}
.news-pic a img{max-height:240px;}
.news-sketch{padding:40px 10px;}

.news-content,.news-newList{width:100%;}
.news-content-c img{width:auto !important;height:auto !important;}

.service, .sence{padding:40px 0;}
.service-munu-c{height:auto; margin-bottom:20px;}
.sence-lunbo{width:100%}
.jobsC{padding-left:10px;}
.tit-info{font-size:14px;}

.job-tit .tit{font-size:14px;}
.job-list .tit-info a{line-height:24px;display:block;}

.jobs .strong, .job-salary .strong, .job-demand{font-size:20px;}
.sub-title{font-size:14px;}
.pull-left{float:none !important;}
.pull-right{float:none !important;}
.text-right{text-align:left;}
.contact,.message{width:100%}
.contact{margin-bottom:20px;}
.message{padding:40px 20px;}
.feedback{margin-top:30px;}
.box3 input[type="text"]{margin-right:10px;width:47%;}


.pro-main-info{width:100%}

.about-item-box{margin-bottom:20px;}

.culture-l,.culture-r{width:100%;height:auto;}
.culture-r{padding:40px 30px}
.culture02-t{width:30%;height:180px;line-height: 180px;}
.culture02-c{width:70%;padding:30px;line-height: 24px;height:180px;font-size:14px;}
.news_left,.news_right{width:100%}
#news_com .swiper-slide img{height:270px;}
.news_left{margin-bottom:20px;}
.top_l,.top_r{width:100%;}
.top_l{margin-bottom:20px;}
.bot_l,.bot_r{height:200px;}
.service-tech .col-sm-4{
    padding-left:0;
    padding-right:0;
    margin-bottom:20px;
}
.swiper-sence .swiper-slide img{max-height:281px;}
.swiper-sence-thumbs .swiper-slide img{max-height:65px;}
.jobs-item-box1{margin-bottom:20px;padding:40px 30px;}
.jobs-item-box2{padding:40px 30px;}
.widget-job-1 ._un{font-size:14px;}
.Form-J1 .Form-J1-Left,.Form-J1 .Form-J1-right{width:100%;}
.culture02{margin-top:20px;margin-left:10px;margin-right:10px;width: 100%;}
.culture02-pic img{width:100%;margin:20px 0}

.about-banner-b{width:100%}
.about-banner-box{width:25%;padding:0;border:unset;}
.about-banner-box img{height: 40px;}
.about-banner-desc{font-size:16px;}
}


/* .job_policy .tab_t.tab_t_cur{ color: #d39157; }
.service_index_p4 .transition05{ transition: all 1.5s ease; -webkit-transition: all 1.5s ease; }
.job_center .part2 .pt_hd{ width: 70%; margin: 50px auto 30px; text-align: center; color: #666; }
.job_center .part2 .pt_hd .title{ font-weight: bold; font-size: 36px; }
.job_center .part2 .pt_hd .decs{ font-size: 16px; }
.job_center .full-row .span-12:hover .list_title,.job_center .full-row .span-6:hover .list_title{ color: #005bab; }
.job_center .part1 .right_box .text_tit{ font-size: 14px; } */



@keyframes mymove{
    0%{transform: translateY(0);}
    25%{transform: translateY(20%);}
    50%{transform: translateY(50%);}
    75%{transform: translateY(20%);}
    100%{transform: translateY(0);}
}
@keyframes progressMove {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: 100px;
    }
}
