*{
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif ;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    overflow: hidden;
}
img{
    border: none;
}
i,em{
    font-style: normal;
    display: block;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.wid{
    width: 1350px;
}
.mar{
    margin: 0 auto;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
.pro_des>em::before,
.com_b_con ul li em
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bMxin{
    background: #212121;
    color: #7f7f7f;
    font-size: 15px;
    text-align: center;
    line-height: 60px;
}
@-webkit-keyframes ball {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }
  @keyframes ball {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }
   @-moz-keyframes mainzx1 {
    from {
     -moz-transform: rotate(0deg)
   }
   to {
     -moz-transform: rotate(359deg)
   }
   }
   @-o-keyframes mainzx1 {
    from {
     -o-transform: rotate(0deg)
   }
   to {
     -o-transform: rotate(359deg)
   }
   }
   @keyframes mainzx1 {
    from {
     transform: rotate(0deg)
   }
   to {
     transform: rotate(359deg)
   }
   }
/* header */
.header{
    height: 110px;
    border-top: 15px solid #27a035;
    background: #fff; 
    position: relative;
    z-index: 111;
}
.logo{
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 665px;
    height: 170px;
    background:url(../images/logo_bg.png) right top no-repeat;
}
.logo img{
    position: absolute;
    top: 15%;
    left: 10%;
}
.h_con{
    width: 85%;
}
.nav>li{
    float: left;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    margin: 38px 5px;
}
.nav>li.active{
    border-radius: 18px;
    background: #36a035;
}
.nav>li.active a{
    color: #fff;
}
.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
}
.h_phone{
    margin-left: 40px;
    position: relative;
    padding-left: 55px;
    margin-top: 25px;
}
.h_phone::before{
    content: '';
    display: block;
    width: 48px;
    height: 41px;
    position: absolute;
    top: 9px;
    left: 0;
    background: url(../images/icon.png) -15px -10px;
}
.h_phone em{
    font-size: 14px;
    color: #333;
}
.h_phone h3{
    font-size: 32px;
    color: #fd8403;
    letter-spacing: -1px;
}
/*banner*/
.banner{
    height: 940px;
    position: relative;
    margin-top: -100px;
}
.banner .swiper-container {
    height: 940px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 940px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0162ef;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}
.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/* four */
.four{
    width: 100%;
    height: 120px;
    background: #319f00;
}
.four_con ul li{
    width: 25%;
    float: left;
    box-sizing: border-box;
    height: 120px;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 30px 40px;
}
.four_con ul li::after{
    content: '';
    display: block;
    width: 1px;
    background: #51aa2a;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
}
.four_con ul li span{
    width: 51px;
    height: 51px;
    background-image: url(../images/icon.png);
    margin-top: 6px;
}
.four_con ul li:nth-child(1) span{
    background-position: -128px -3px;
}
.four_con ul li:nth-child(2) span{
    background-position: -189px -3px;
}
.four_con ul li:nth-child(3) span{
    background-position: -248px -3px;
}
.four_con ul li:nth-child(4) span{
    background-position: -316px -3px;
}
.four_con ul li span,.four_con ul li i{
    float: left;
}
.four_con ul li i{
    margin-left: 10px;
}
.four_con ul li i h3{
    font-weight: normal;
    font-size: 23px;
}
.four_con ul li i p{
    font-size: 16px;
    margin-top: 5px;
}
/* pro */
.pro{

}
.pro_list{
    width: 1290px;
    margin: 20px auto 0 auto;
}
.pro_list div{
    overflow: hidden;
    margin: 8px 0;
}
.pro_list div span{
    float: left;
    width: 155px;
    height: 100px;
    text-align: center;
    background: url(/images/list_l.jpg);
}
.ymc span{
    background: url(../images/ymc.jpg) center center no-repeat;
}
.syj span{
    background: url(../images/syj.jpg) center center no-repeat;
}
.dyc span{
    background: url(../images/dyc.jpg) center center no-repeat;
}
.pro_list div span h3,.pro_list div span em{
    color: #fff;
}
.pro_list div span h3{
    font-size: 24px;
}
.pro_list div span em{
    font-size: 15px;
    margin-top: 3px;
    text-transform: uppercase;
}
.pro_list div span a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 25px;
}
.pro_list div ul{
    float: left;
    margin-left: 3px;
    width: 1127px;
}
.pro_list div ul li{
    float: left;
    position: relative;
    width: 155px;
    height: 100px;
    overflow: hidden;
    margin: 0 3px;
}
.pro_list div ul li em{
    line-height: 35px;
    background: #008f3f;
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    border-radius: 20px;
}
.pro_list div ul li i img{
    width: 100%;
    min-height: 49px;
    height: auto;
}
.pro_list div ul li:hover em{
    background: #fd8403;
}
.pro_list div ul li a{
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
}
.tit{
    text-align: center;
    margin: 30px 0;
}
.tit h3{
    font-size: 48px;
    color: #333;
    position: relative;
    width: 360px;
}
.tit h3 i{
    margin-left: -12px;
}
.tit h3 em,.tit h3 i{
    display: inline-block;
    vertical-align: middle;
}
.tit p{
    font-size: 15px;
    color: #333;
}
.tit_line{
    width: 750px;
    height: 1px;
    background: #eaeaea;
    position: relative;
    margin-top: 15px;
    margin: 15px auto 0 auto;
}
.tit_line::after{
    content: '';
    display: block;
    width: 288px;
    height: 19px;
    background: url(../images/tit_heng.jpg);
    position: absolute;
    top: -8.5px;
    left: 50%;
    margin-left: -144px;
}
.pro_litpic{
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    height: 855px;
    position: relative;
}
.pro_go>ul>li{
    float: left;
    width: 24.6%;
    overflow: hidden;
    height: 425px;
    position: relative;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.pro_litpic>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
}
.pro_litpic ul li span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.pro_go>ul>li:hover span{
    transform: scale(1.1);
}
.pro_go>ul>li>a{
    display: block;
    width: 96%;
    height: 295px;
    margin: 2% auto;
    overflow: hidden;
}
.litpic_img{
    width: 100%;
    height: 295px;
    overflow: hidden;
    display: block;
    transition: all 0.6s;
}
.index_pro_des h3{
    font-size: 18px;
    color: #01a971;
    text-align: center;
}
.index_pro_des p{
    text-align: center;
    font-size: 15px;
    color: #333;
    margin: 6px 0;
}
.index_pro_des p::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #5e5e5e;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}
.index_pro_des ul li{
    float: left;
    width: 118px;
    height: 36px;
    text-align: center;
    border-radius: 18px;
    background: #009541;
    line-height: 36px;
    font-size: 15px;
    margin: 0 3px;
}
.index_pro_des ul{
    width: 248px;
    margin: 0 auto;
}
.index_pro_des ul li:nth-child(2){
    background: #fff;
}
.index_pro_des ul li:nth-child(2) a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    background: url(../images/icon.png) -391px -21px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.index_pro_des ul li:nth-child(2) a{
    color: #333;
    border: 1px solid #dcd9d9;
    border-radius: 18px;
}
.index_pro_des ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
}
.pro_go {
    height: 9999px;
}
/* com */
.com{
    width: 100%;
    height: 670px;
    box-sizing: border-box;
    background: url(../images/com_bg.jpg) center center no-repeat;
    margin-top: 100px;
}
.com_con{
    overflow: hidden;
}
.com_r{
    float: right;
    width: 650px;
    position: relative;
    right: -400px;
    opacity: 0;
}
.com_r p{
    font-size: 15px;
    line-height: 25px;
    margin-top: 30px;
    color: #333;
}
.com_r a{
    display: block;
    width: 105px;
    height: 35px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    color: #fff;
    background: #ff810e;
    line-height: 35px;
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
}
.com_r em{
    font-size: 30px;
    font-family: 'Impact';
}
.com_r em::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 30px;
    background: url(../images/icon.png) -26px -94px;
    margin-right: 10px;
}
.com_r i{
    font-size: 18px;
    margin-left: 10px;
}
.com_b{
    width: 100%;
    height: 265px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/com_b_bg.png) left bottom;
    margin-top: -62px;
}
.com_b_con ul li span,
.com_b_con ul li em{
    border-radius: 50%;
}
.com_b_con ul li{
    float: left;
    margin: 30px 26px;
    text-align: center;
    position: relative;
    cursor: pointer;
    left: -200px;
    opacity: 0;
}
.com_b_con ul li::after{
    content: '';
    display: block;
    position: absolute;
    right: -37px;
    top: 43%;
    width: 20px;
    height: 17px;
    background: url(../images/icon.png) -431px -22px;
    margin-top: -8.5px;
}
.com_b_con ul li:last-child::after{
    background: none;
}
.com_b_con ul li span{
    display: block;
    width: 170px;
    height: 170px;
    border: 1px dashed #fff;
    position: relative;
    transition: all 0.6s;
}
.com_b_con ul li:hover span{
    transform: rotateY(360deg);
}
.com_b_con ul li em{
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 10px solid #44ab74;
}
.com_b_con ul li em img{
    width: 100%;
    height: auto;
    min-height: 130px;
}
.com_b_con ul li i{
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
}
/* case */
.case{
    width: 100%;
    background: url(../images/case_bg.jpg) bottom center no-repeat;
    padding-bottom: 36px;
    position: relative;
    padding-top: 30px;
    top: 200px;
    opacity: 0;
}
.case .swiper-container{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}
.case_phone{
    width: 620px;
    margin: 5px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #01a64a;
    border-radius: 25px;
    margin: 0 15px;
    float: left;
    text-align: center;
}
.case_phone ul li,.case_phone ul li a{
    color: #fff;
}
.case_phone ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_phone ul li h3{
    font-size: 28px;
    font-family: "Impact";
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.case_phone ul li:nth-child(1)::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon.png) -461px -10px no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
}
.case_phone ul li:nth-child(1){
    background: #ff810e;
}
/* adv */
.adv{

}
.adv_tit{
    position: relative;
    z-index: 1111;
}
.adv_tit img{
    width: 100%;
    display: block;
}
.adv_des{
    position: relative;
    width: 100%;
    height: 900px;
    box-sizing: border-box;
    background: url(../images/adv_bg.jpg) center center no-repeat;
    margin-top: -100px;
}
.adv_four{
    position: absolute;
    width: 100%;
    height: 320px;
    top: 85px;
    left: 0;
}
.adv_four ul li{
    position: absolute;
    width: 290px;
    height: 90px;
    border-radius: 5px;
    background: #08af54;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 10px;
}
.adv_four ul li::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon.png);
    width: 24px;
    height: 12px;
    background-position: -9px -69px;
}
.adv_four ul li:nth-child(even)::after{
    background-position: -47px -69px;
}
.adv_four ul li:nth-child(1){
    top:30px;
    left: 60px;
}
.adv_four ul li:nth-child(2){
    top:30px;
    right: 60px;
}
.adv_four ul li:nth-child(3){
    bottom:0;
    left: 0;
}
.adv_four ul li:nth-child(4){
    bottom:0;
    right: 0;
}
.adv_cir{
    position: absolute;
    width: 1080px;
    height: 410px;
    top: 160px;
    left: 50%;
    margin-left: -540px;
    z-index: 22;
}
.adv_cir ul li{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    position: relative;
    background: #029e47;
    text-align: center;
    color: #fff;
    position: absolute;
    cursor: pointer;
    transition: all 0.6s;
}
.adv_cir ul li:hover{
    transform: rotateX(360deg);
}
.adv_cir ul li:hover i{
    display: block;
}
.adv_cir ul li:hover em{
    display: none;
}
.adv_cir ul li:nth-child(1){
    top: 0;
    left: 230px;
}
.adv_cir ul li:nth-child(2){
    top: 0;
    right: 230px;
}
.adv_cir ul li:nth-child(3){
    bottom: 0;
    left: 60px;
}
.adv_cir ul li:nth-child(4){
    bottom:0;
    right: 60px;
}
.adv_cir ul li em,.adv_cir ul li em img,.adv_cir ul li i{
    width: 100%;
}
.adv_cir ul li em,.adv_cir ul li i{
    height: 100%;
    position: absolute;
    box-sizing: border-box;
}
.adv_cir ul li i{
    padding-top: 25px;
    display: none;
}
.adv_cir ul li em img{
    height: auto;
    min-height: 135px;
}
.adv_cir ul li i h3{
    font-size: 45px;
}
.adv_cir ul li i strong{
    font-size: 15px;
    text-transform: uppercase;
}
.adv_pro{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -355px;
    width: 710px;
    height: 710px;
    background: url(../images/adv_cir1.png) center 60px no-repeat;
}
.adv_pro .mjg{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -400px;
    z-index: 11;
    animation: ball .6s infinite alternate;
}
.adv_pro::after{
    content: '';
    display: block;
    width: 710px;
    height: 710px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/adv_circle.png);
    animation: mainzx1 60s infinite linear;
}
.adv_con{
    position: relative;
    height: 900px;
}
/* news */
.news{
    width: 100%;
    margin-bottom: 50px;
}
.news_con{
    z-index: 2222;
}
.news_l{
    width: 490px;
    height: 395px;
    background: url(../images/news_l.jpg);
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 35px;
}
.news_l ul li{
    width: 170px;
    height: 46px;
    background: #029e47;
    text-align: center;
    line-height: 46px;
    margin: 8px 0;
    font-size: 15px;
    border-radius: 23px;
}
.news_l ul li.active{
    background: rgba(255,255,255,.6);
}
.news_l ul li.active a{
    color: #029e47;
}
.news_l ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.news_l ul{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.news_r{
    width: 838px;
    height: 395px;
    background: url(../images/xwfl.jpg) center no-repeat;
    margin-top: 35px;
    float: right;
}
.news_r ul li{
    height: 45px;
    line-height: 45px;
    background: url(../images/tb.jpg) left center no-repeat;
    padding-left: 30px;
}
.news_r ul li a{
    color: #555;
    font-size: 15px;
    float: left;
    transition: all 0.6s;
}
.news_r ul li:hover a{
    color: #029e47;
    padding-left: 15px;
}
.news_r ul li span{
    font-size: 14px;
    color: #ccc;
    float: right;
}
.news_r ul{
    width: 770px;
    margin: 0 auto;
    margin-top: 20px;
}
/*footer*/
.foot{
	width: 100%;
	height:600px;
	background: #212121;
	
}
.finner{
	width: 100%;
	padding: 120px 0 0px;
	background: url(../images/map.jpg) no-repeat center 0;
}
.fMain{
	width: 1310px;
	margin: 0 auto;
	height:450px !important;
	padding-bottom:50px;
	background: url(../images/foot.png) no-repeat center 0;
}
.ewmWrap{
	float: left;
	width: 329px;
	padding-top: 240px;
	padding-left: 140px;
}
.ewmWrap img{
	display: block;
	width: 140px;
}
.ewmWrap p{
	color: #fff;
	text-align: center;
}
.contactWrapPc{
	float: left;
	padding-left: 180px;
	padding-top: 55px;
}
.contactWrapPc h5{
	color: #fff;
	font-size: 40px;
	font-weight: 600 !important;
	padding-bottom: 15px;
}
.contactWrapPc h6{
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 35px;
}
.contactWrapPc h6 i{
	display: block;
	font-style: normal;
	height:85px;
	color: #fff;
	font-size: 35px;
	padding-left: 85px;
	background: url(../images/tell1.png) no-repeat 0 0;
}
.contactWrapPc p{
	color: #fff;
	line-height: 35px;
}
@media screen and (max-width:1800px) {
    .h_con{
        float: right;
    }
    .nav>li{
        padding: 0 15px;
    }
    .logo{
        width: 560px;
    }
    .logo img{
        left: 2%;
    }
}
@media screen and (max-width:1600px) {
    .logo {
        width: 460px;
    }
    .logo img{
        top: 26%;
        left: 5%;
        width: 350px;
    }
    .nav>li{   
    padding: 0 10px;
    }
    .com_b{
        background: url(../images/com_b_bg.png) center center;
    }
    .h_phone{
        margin-left: 20px;
    }
}