
.form{display: flex;flex-direction: column;}

.inputText{display: flex;flex-direction: column;justify-content: space-between;margin-bottom: 0px;}

.inputText input{
    border: 1px solid #666;
    border-radius: 20px;
    line-height: 40px;
    width: 100%;
    padding-left: 2%;
    background: unset;
    font-size: 16px;
    margin-bottom: 8%;
}

.inputText textarea{
    width: 100%;
    border: 1px solid #666;
    border-radius: 20px;
    line-height: 42px;
    width: 100%;
    padding-left: 2%;
    background: unset;
    font-size: 16px;
    max-height: 120px;
}

.inputCode input{
    border: 1px solid #666;
    border-radius: 20px;
    line-height: 42px;
    background: unset;
    width: 100%;
    padding-left: 2%;
    font-size: 18px;
    margin: 6% auto;
}

.inputText a{
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    border: 1px solid #666;
    border-radius: 20px;
    margin: 2% auto;
    width: 100%;
    margin-bottom: 12%;
    margin-top: 8%;
}



.proLeft{
	
width: 100%;
}

.proRight{
	
vertical-align: middle;
	
width: 100%;
	
text-align: center;
	
padding-top: 0%;
}

.proRight img{
	
width: 200px;
	
height: auto;
	
margin-top: 10%;
	
margin-bottom: 10%;
}





.swiper-slide a img{
	width:100%;
	height:auto;
}
.swiper-pagination-bullet-active {
   
    background: #353231!important;
}

.ad_pc{
	display:none;
}
.ad_wap{
	display:block;
}

.proNavWrap{
	
margin-top: 12%!important;
}

.proNav{
	
}

.proNav h3{
	
font-size: 18px;
	
color: #555;
	
background: #d0cfca;
	
border-radius: 20px;
	
text-align: center;
	
width: 96%;
	
line-height: 40px;
	
font-weight: unset;
	
margin: 0px auto;
}

.proNav ul{
	
display: flex;
	
flex-direction: row;
	
align-items: center;
	
justify-content: space-between;
	
margin: 2% auto;
	
flex-wrap: wrap;
	
padding: 0% 2%;
}

.proNav ul li{
	
width: 46%;
	
margin-bottom: -1%;
	
margin-top: 5%;
}
.proNav ul li a{
	
background: #dedede;
	
border-radius: 20px;
	
line-height: 42px;
	
text-align: center;
	
font-size: 15px;
	
display: block;
	
padding: 0% 2%;
}

.proNav ul li:hover a{
	background:#2a854c;
	color:#fff;
}


.cont_box1 img{
    width:100%;
}
.m-hide{
    display: none!important;
}
.wrap{
    width: 100%;
}
.header_box{
    width: 100%;
    overflow: hidden;
}
.header{
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.logo{
    margin-top: 20px;
    width: 20%;
    margin-left: 2%;
}
.logo img{
    width: 100%;
}

.nav{
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40px;
    width: 100%;
    height: 100%;
    background: #c0bfba;
    display: none;
}
.m-menu{
    position: absolute;
    top: 10px;
    right: 2%;
}
.nav ul li{
    width: 100%;
    line-height: 40px;
}
.nav ul li a{
    font-size: 18px;
    text-align: center;
    display: block;
    font-family: "fonts";
}
.nav ul li:hover{
    background: #2a854c;
    border-radius: 20px;
    
}
.nav ul li.hover{
    background: #2a854c;
    border-radius: 20px;
}

  
 .nav ul li:hover a{
	color:#fff;
}
.nav ul li.hover a{
	 color:#fff;
}

.tele{
    margin-right: 2%;
    background: #d0cfca;
    margin-top: 50px;
    height: 40px;
    width: 11%;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}

.tele p{
    font-size: 15px;
    background: url(../img/tel-icon.png) no-repeat 21px;
}
         
.overlay
{
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.video-box
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 640px;
    height: 360px;
    margin: auto;
}

.video-box video
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 640px;
    height: 360px;
    margin: auto;
}

.about_img0 img{ width:100%; }
/*bannner*/
@-webkit-keyframes scale-bg{
    from{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes scale-bg{
    from{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
.cont_box1 img{
    max-width: 100%;
}
.pro_banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.pro_banner .pro-item{
    background-size: cover;
    -webkit-background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30vh;
    position: relative;
}
.pro_banner .pro-item{
    visibility: visible;
    -webkit-animation:scale-bg 6s linear forwards;
    animation:scale-bg 6s linear forwards;
}

.pro_banner .pro-bg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.pro_banner .pro-bg:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: rgba(0,0,0,0.2);*/
}
/*section1*/
.section1{
    width: 100%;
    overflow: hidden;
    background: url(../img/bg3.jpg) no-repeat center;
}
.section1_box1 {
    padding-top: 30px;
}
/*首页产品中心*/


.title{
    height: 60px;
    background-image: url(../img/title.png);
    background-position: center 13px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
}

.title h2{
    font-family: fonts;
    font-size: 22px;
}

.section1_product{
    overflow: hidden;
    margin-top: 20px;
}

.product_nav{
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.product_nav ul li{
    float: left;
    width: 43%;
    margin-left: 20px;
    height: 60px;

}
.product_nav ul li a{
    display: block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
}
.product_nav ul li:hover{
    background: #c4c2c1;
    border-radius: 20px;
}

.product_cont{
    clear: both;
    margin-top: 30px;
}

.product_list{
    margin-top: 56px;
}

.product_list li{
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.product_list li:nth-child(3){
    display: none;
}
.product_list li:nth-child(odd){
    margin-left: 0;
}
.product_list li a{
    display: block;
}

.product_img{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 230px;
}

.product_img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.product_img:hover img{
    transform: scale(1.1);
}

.product_txt{
    width: 100%;
    padding: 12px 6px;
    background: #ebeae9;
}

.product_txt h3{
    height: 35px;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #e0d6c1;
    text-align: center;
}

.product_tc{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    height: 70px;
    border-bottom: 1px solid #e0d6c1;
}
.product_tc .tc_p1{
    font-size: 15px;
    color:#000;
    width: 20%;
    margin-left: 6px;
    line-height: 67px;
}
.product_tc .tc_p2{
    width: 60%;
    font-size: 14px;
    margin-top: 0px;
    line-height: 25px;
}

.product_zp{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    height: 110px;
    border-bottom: 1px solid #e0d6c1;
}

.product_zp .zp_p1{
    font-size: 14px;
    color:#000;
    width: 20%;
    margin-left: 6px;
    line-height: 24px;
}
.product_zp .zp_p2{

    width: 60%;

    font-size: 14px;
    color: #000;
    line-height: 24px;

}

.product_txt h4{
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}


@media screen and (max-width: 1500px) {
    .product_img {

        height: 147px;
    }
}
@media screen and (max-width: 786px) {
	
	
	.about_video{
	width:100%;
	margin:2% auto;
	overflow:hidden;
	
	}
	
	
	.prism-player {
   
    height: 186px!important;
}


	
 .zs_slide img{
    width:80%;
}
.side{
    display: none;
}
}
.more1{
    margin-top: 40px !important;
    display: block;
    width: 40%;
    height: 40px;
    background: #ebeae9;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
}
.more1:hover{
    color: #fff;
    background: #000000;
}

.section1_box2{
    overflow: hidden;
    margin-top: 60px;
}

.section1_cont2{
    padding: 0 12px;
    margin-top: 32px;
}
.section1_cont2 a{
    font-size: 16px;
    display: block;
    overflow: hidden;
    line-height: 40px;
    font-family: 'fonts';
}
.four{
    margin: 40px 0;

    transform: scale(1.03);
}
.four ul li{
    float: left;
    height: 110px;
    width: 48%;
    margin-right: 2%;
    text-align: center;
}
.four ul li:nth-child(odd){
    background: url(../img/l.png) no-repeat right;
}
.four ul li:nth-child(2n){
    margin-right: 0;
}
.four ul li p:first-child{
    margin-top: 10px;
}
.four ul li p:first-child span{
    font-size: 24px;
    font-weight: bold;
    color: #130f0f;
}
.four ul li p:nth-child(2){
    margin-top: 30px;
    font-size: 15px;
    padding: 0 15px;
}
.four ul li p:last-child{
    margin: 15px auto 0;
    transition: all 0.3s;
    background: none;
}
.section2{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.section2_box ul li{
    float: left;
    width: 48%;
    margin: 10px 1%;
}


.section2_box ul li img{
    width: 100%;
    height: 255px;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
    transition: all 0.5s;
}

@media screen and (max-width: 1500px) {
    .section2_box ul li img {

        height: 120px;
    }
}
.section2_box ul li img:hover{
    transform: scale(1.1);
}

.section2_txt{
    padding: 10px;
    height: 180px;
    background: #e1dfdb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section2_txt h3{
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
}
.section2_txt p{
    font-size: 16px;
    height: 60px;
    text-align: center;
    color: #000000;
}

.section2_a{
    text-align: center;
    margin-left: 10px;
}

.section2_a a{
    display: block;
    float: left;
    font-size: 16px;
    margin-left: 20px;
}
.section2_a span{
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

.section3{
    margin-top: 55px;
    overflow: hidden;
    width: 100%;
}

.section3_cont{
    margin-top: 30px;
}

.section3_cont ul li{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    padding: 20px;
    background: #7a7776;

}
.section3_cont ul li h4{
    font-size: 25px;
    height: 50px;
    color: #fff;

}
.section3_cont ul li span{
    height: 5px;
    background: #fff;
    display: block;
    width: 100px;
    margin-bottom: 20px;
}
.section3_cont ul li p{
    font-size: 16px;
    color: #fff;
}

.section4{
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;

}

.section4_cont{
    overflow: hidden;
}
.section4_cont ul li{
    padding: 0 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
.section4_cont ul li a{
    display: block;

}
.section4_cont ul li .section4_img{
    width: 38%;
    display: block;
    height: 100px;
    overflow: hidden;

}
.section4_cont ul li .section4_img img{
    height: 100%;
    width: 100%;
}
.section4_cont ul li .section4_txt{
    width: 60%;
}
.section4_cont ul li .section4_txt  h4{
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.section4_cont ul li .section4_txt span{
    font-size: 14px;
    height: 30px;
}
.section4_cont ul li .section4_txt p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 13px;

}

.more2{
    clear: both;
    margin-top: 40px !important;
    display: block;
    width: 40%;
    height: 40px;
    background: #dcdad3;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
}
.more2:hover{
    background: #000000;
    color: #fff;
}

/*footer*/
footer{
    width: 100%;
    background: url(../img/foot.jpg) no-repeat center;
    border-top: 1px solid #7d7d7d;
    height: 460px;
    overflow: hidden;
}

.foot1{
    padding: 0 3px;
    overflow: hidden;
}

.foot1 ul li{
    margin-top: 20px;
    width: 49%;
    height: 60px;
    background: #fff;
    float: left;
}
.foot1 ul li:nth-child(odd){
    margin-right: 2%;
}
.foot1 ul li:nth-child(1){
    margin-left: 0px;
}
.foot1 ul li p{
    font-family: 'fonts';
    font-size: 14px;
    line-height: 60px;
    text-align: left;
}
.foot1 ul li:nth-child(1) p{

    background: url(../img/t1.png) no-repeat 18px;
}
.foot1 ul li:nth-child(2) p{
    background: url(../img/t2.png) no-repeat 8px;
}
.foot1 ul li:nth-child(3) p{

    background: url(../img/t3.png) no-repeat 18px;
}
.foot1 ul li:nth-child(4) p{
    background: url(../img/t4.png) no-repeat 18px;
}

.foot2{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.foot2 .foot2_nav{
    width:60%;
}
.foot2 .foot2_nav ul li{
    float: left;
    width: 20%;
    margin-right: 2%;

}
.foot2 .foot2_nav ul li a{
    display: block;
    font-size: 15px;
    font-family: "small fonts";
    line-height: 40px;
}
.foot2 .foot2_nav ul li  h4{
    font-size: 16px;
    color: #000;
}

.foot2_tle{
    width: 50%;
    text-align: center;
}
.foot2_tle p{
    font-size: 20px;
}
.foot2_tle span{
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.foot2_code{
    width: 50%;
    text-align: center;
}

.foot3{
    clear: both;

    margin-top: 30px;
}
.foot3 p{
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.foot3 p a{

    color: #000000;
}

/*about_section*/
.about_section{
    width: 100%;
    overflow: hidden;
    background: url(../img/about_bg.jpg) no-repeat center;
    padding-bottom: 50px;
}

.about_box1{
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.about_cont1{
    overflow: hidden;
}

.about_txt1{
    padding: 0 12px;
    margin-top: 20px;
    width: 100%;
}
.about_txt1 h3{
    font-size: 22px;
    line-height: 50px;
}
.about_txt1 p{
    font-size: 16px;
    line-height: 40px;
}

.about_img1{
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;

}
.about_img1 img{
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
}
.about_img1:hover img{
    transform: scale(1.1);
}

.about_box2{
    margin-top: 80px;
    overflow: hidden;
}
.zs_swiper{
    margin-top: 80px;
}
.zs_swiper .swiper-slide{
    text-align: center;
    width: 100%;
}
.jc img{
    width:100%;
}
.about_box3{
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.about_cont3{
    width: 100%;
    overflow: hidden;
}

.about_cont3 .about_txt3 {
    width: 100%;
    padding: 20px;
    height: 295px;
    background: #74716f;
}

.about_img3{
    width: 100%;
    height:295px;
}
.about_img3 img{
    width: 100%;

}

.about_txt3 h4{
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
}
.about_txt3 p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

/*about_box4*/
.about_box4{
    clear: both;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.about_box4 ul  li{
    width: 100%;
}
.about_box4 ul  li img{
    display: block;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 20px auto;
}
.about_box4 ul  li h4{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
.about_box4 ul  li p{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.pro_section{
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
    background: url(../img/cp_bg.jpg) no-repeat center;
}

.pro_box1{
    padding-top: 30px;
    width: 100%;
    overflow: hidden;

}
.pro_cont1{
    margin-top: 30px;
}
.pro_nav1{
    width: 100%;
    margin: 0 auto;
    height: 50px;
        margin-bottom: 47px;
    border-radius: 20px;
    border: 1px solid #959595;
}

.pro_nav1 ul li{
    float: left;
    width: 50%;
}
.pro_nav1 ul li a{
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 18px;

}

.pro_nav1 ul li:hover{
    height: 52px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background: #d2d2d2;
}

.pro_list1{
    padding: 0 12px;
    margin-top: 40px;
}
.pro_list1 ul li{
    float: left;
    width: 49%;
    margin-bottom: 30px;
}
.pro_list1 ul li:nth-child(odd){
    margin-right: 2%;
}
.pro_list1 ul li .pro_img1{
    width: 100%;
    height: 225px;
    display: block;
    overflow: hidden;
    transition: all 0.5s;
}

.pro_list1 ul li .pro_img1 img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.pro_list1 ul li .pro_img1:hover img{
    transform: scale(1.1);
}
.pro_txt2{
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .pro_list1 ul li .pro_img1 {
        width: 100%;
        height: 138px;
    }
    .foot1 ul li p {

        padding-left: 57px;
    }
}

.pro_box2{
    margin-top: 20px;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.pzmain {
    padding: 12px;
    position: relative;
    margin: 30px -10px 0;
}

.pzmain li {
    margin-top: 70px;
    float: left;
    width: 49%;
}
.pzmain li:nth-child(odd) {
    margin-right: 2%;
}
.pzmain li .item {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: 65px 15px 10px;
    position: relative;
    z-index: 1;
    background-image: url(../img/pinzhibg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.pzmain li .item:hover .pic img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.pzmain li .item .pic {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 62px;
    border-radius: 50%;
    top: -60px;
    z-index: 5;
}

.pzmain li .item .pic img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.pzmain li .item .txt big {
    text-align: center;
    color: #090b0a;
    font-size: 24px;
    line-height: 40px;
    display: block;
}

.pzmain li .item .txt p {
    text-align: center;
    color: #343635;
    font-size: 16px;
    line-height: 28px;
    display: block;
}


.ppjz_ys {
    padding: 10px;
}

.ppjz_ys li {
    width: 11%;
    height: 170px;
    border-radius: 50%;
    background: #7c7b78;
    float: left;
}

.ppjz_ys li p {
    text-align: center;
}

.ppzj_js_p1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    line-height: 75px;
}

.ppzj_js_p2 {
    margin-top: 18px;
    color: #ffffff;
    font-size: 18px;
}

.ppjz_ys li:nth-child(1){
    margin-left: 0px;
}



@media screen and (max-width: 1500px) {
    .ppjz_ys li {
        margin-right: 2%;
        width: 18%;
        height: 75px;

    }
}
.details_section{
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
    background: url(../img/cp1.jpg) no-repeat center;

}
/*details_box1*/
.details_box1{
    width: 100%;
    overflow: hidden;
}

.details_fl{
    width: 100%;
    height: 489px;
}
.details_fl img{
    width: 100%;
    overflow: hidden;
    height: 489px;
}

.details_fr{
    width: 100%;
    padding: 20px;
    height: 489px;
    background: #dfdedc;
}

@media screen and (max-width: 1500px) {
    .details_fl  {
        height: 250px;

    }
    .details_fl  img{
        height: 250px;

    }

    .details_fr{
        height: auto;
    }
}
.details_fr h4{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 22px;
}

.details_fr p{
    font-size: 16px;
    line-height: 35px;
    padding-left: 20px;
}
.details_fr span{
    padding-left: 20px;
    display: block;
    margin-top: 20px;
    font-size: 26px;
}

.details_box2{
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.details_cont2{
    padding: 20px;
}
.details_cont2 img{
    width:100%;
}
.details_box3{
    margin-top: 30px;
}
.other-service{ margin-top: 30px;}
.other-service .text{
    padding: 260px 60px 0;
    height: 700px;
    width: 30%;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    background-color: #4c413c;
}
.other-service .text h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}
.other-service .text p{
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.other-service .text a{ font-size: 16px;margin-top: 30px; display: block; background: #f5f5f5; width: 160px; height: 40px; line-height: 40px; text-align: center;}
.other-service .text ul li,.other-service .picture .bg img{
    display: none;
}
.other-service .text ul li:first-child,.other-service .picture .bg img:first-child{
    display: block;
}
.other-service .picture{
    position: relative;
    height: 700px;
    width: 70%;
    box-sizing: border-box;
    z-index: 9;
}
.other-service .picture .bg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}
.other-service .picture .bg img{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}
.other-service .picture ul li{
    padding-top: 260px;
    float: left;
    height: 700px;
    width: 20%;
    border-right: 1px solid rgba(255,255,255,0.3);
    box-sizing: border-box;
}
.other-service .picture ul li span {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}
.other-service .picture ul li span::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.other-service .picture ul li span i,
.other-service .picture ul li span em {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 22px;
}

.other-service .picture ul li span::after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
}
.other-service .picture ul li h3{
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.other-service .picture ul li:hover span::before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.other-service .picture ul li:hover span i,
.other-service .picture ul li:hover span em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.other-service .picture ul li:hover span::after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

.details_box4{
    width: 100%;
    margin-top: 111px;
    overflow: hidden;

}

.details_cont4{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.details_cont4 ul li{
    float: left;
    width: 20%;
    margin-top: 50px;
}
.details_cont4 ul li img{
    text-align: center;
    display: block;
    width: 62px;
    margin: 20px auto;

}
.details_cont4 ul li p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.details_cont4 ul li:nth-child(1){
    margin-top:50px;
}
.details_cont4 ul li:nth-child(2){
    top: -56px;
    left: 20%;
    z-index: 999;
    position: absolute;
}
.details_cont4 ul li:nth-child(3){
    top: -3px;
    left: 40%;
    z-index: 999;
    position: absolute;
}
.details_cont4 ul li:nth-child(4){
    top: -56px;
    left: 60%;
    z-index: 999;
    position: absolute;
}
.details_cont4 ul li:nth-child(5){
    top: -3px;
    left: 80%;
    z-index: 999;
    position: absolute;
}

.news_section{
    padding-bottom: 50px;
    width: 100%;
    background: url(../img/news_bg.jpg) no-repeat center;
    overflow: hidden;
}

.news_box1{
    margin-top: 30px;
}

.news1_section{
    padding: 0 12px;
    width: 100%;

    background: url(../img/cp_bg.jpg) no-repeat center;
    overflow: hidden;

}

.newsinfor{


}
.newsinfor .sub-tit {
    font-size: 20px;
    line-height: 73px;
    color: #222;
}
.newsinfor .sub-tit .math{
    height: 22px;
}
.newsinfor .math .time{
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    font-family: "Arial";
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e5e5e5;
}
.newsinfor .math .tit{
    font-size: 16px;
    color: #1e409f;
    line-height: 22px;
}
.newsinfor_cont{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 20px;
}
.bot{

    margin: 0 auto;
    padding-top: 20px;

}
.bot .box{
    width: 60%;
    float: left;
}
.bot .box p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.bot .box p a{
    color: #999;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.bot .box p a:hover{
    color: #666;
}
.bot .btns {
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #757577;
    display: block;
    float: right;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bot .btns:hover{
    background: #ceccc6;
}

.contactbox-section1{
    padding-top: 50px;
    width: 100%;
    background-image: url(../img/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.contactbox-section1 .cont .jut{
    padding: 12px;
    box-sizing: border-box;
}
.contactbox-section1 .cont .jut .item {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}
.contactbox-section1 .cont .jut .item:nth-child(2n) {
    margin-left: 2%;
}
.contactbox-section1 .cont {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.contactbox-section1 .cont .tit {
    margin-bottom: 60px;
    font-weight: bold;
}
.contactbox-section1 .cont .jut {
    display: flex;
    flex-wrap: wrap;
}
.contactbox-section1 .cont .jut .item .f_tit {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.contactbox-section1 .cont .jut .item .tel {
    font-size: 26px;
    line-height: 36px;
    font-family: "arial";
    margin-top: 15px;
}

.contactbox-section1 .cont .jut .item .text {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 22px;
}
#allmap1 {height: 400px;width: 100%;margin: 20px auto;}
.mapp{
    margin-bottom: 20px;
}
.footer-menu{border-top: 1px solid #a7a7a7;width:100%;height:50px;position: fixed;bottom: 0;right: 0;z-index: 9999; background:#fff;  -webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.footer-menu .foot{width:100%;position: fixed;height:50px;bottom:0;left:0;z-index:10;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.footer-menu .foot-relative{position:relative;width:100%;height:50px;background: #c0bfba;}
.footer-menu .foot a{display:block;float:left;width:20%;color:#fff; padding-top:0.2rem;height: 50px;border-right: 1px solid #a7a7a7;box-sizing: border-box;}
.footer-menu .foot a span{display:block;width:100%;text-align:center;font-size:0.4rem;line-height:0.5rem;}
.footer-menu .foot a span img{ width: 22px }
.footer-menu .foot a h3{width:100%;text-align:center;font:14px/25px "microsoft yahei";}


@media screen and (max-width: 760px) {
  .video-box {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100% !important;
    height: auto;
    margin: auto;
}
.video-box video {
    width:100% !important;
    height: auto;
}
}