.w85{
    width:85%;
    margin:0 auto;
}
body{
    overflow-x: hidden;
}
.target-fix {
    position: relative;
    top: -150px;
    display: block;
    height: 0;
    overflow: hidden;
}
.header{
    height:82px;
    background:#fff;
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:999;
}
.header_logo{
    float:left;
    width:215px;
    position:relative;
    top:11px;
}
.header_nav{
    float:right;
    width:auto;
}
.header_nav li{
    
    float:left;
    padding:0 30px;
    position:relative;
}
.header_nav li>a{
    color:#000;
    display:block;
    position:relative;
    line-height:82px;
}
.header_nav li>a::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:50%;
    right:50%;
    height:2px;
    background:#164d9f;
    transition: .5s;
}
.header_nav li::after{
    content:'';
    position:absolute;
    top:80px;
    left:50%;
    right:50%;
    height:2px;
    background:#164d9f;
    transition: .5s;
}
.header_nav li:hover>a::after,.header_nav li:hover::after{
    left:0px;
    right:0px;
}
.header_nav li:hover>a{
    color:#1245c3;
}
.header_nav li:hover .header_a{
    opacity: 1;
    display:block;
}
.header_a{
    opacity: 0;
    display:none;
    position:absolute;
    width:100%;
    padding:10px 0px;
    background:#fff;
    text-align:center;
    left:0px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.header_a a{
    font-size:14px;
    color:#333;
    line-height:40px;
}
.header_a a:hover{
    color:#1245c3;
}

/*banner*/
.banner{
    height:100vh;
    width:100%;
    position:relative;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
  }
.banner .swiper-button-next{
		right:5%;
	}
	.banner .swiper-button-prev{
		left:5%;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		color:#fff !important;
	}
  .banner .swiper-slide {
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out,-webkit-transform 2s ease-in-out;
    -webkit-animation: zoom 2s;
    animation: zoom 2s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.banner .swiper-slide-active {
    position: relative;
    z-index: 999;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

/*page*/
.pages{
	text-align:center;
    height:35px;
    padding-bottom:100px;
}
.pages ul li{
	display:inline-block;
	border:1px solid #164d9f;
	margin:10px 10px;
}
.pages ul .current a{
    color:#fff;
}
.pages ul li a{
    font-size:14px;
	display:block;
	color:#164d9f;
}
.pages ul .sw{
	height:35px;
	line-height:35px;
	width:60px;
	text-align:center;
}
.pages ul .fy{
	height:35px;
	line-height:35px;
	width:60px;
	text-align:center;
}
.pages ul .sz{
	height:35px;
	line-height:35px;
	width:35px;
	text-align:center;
}
.pages ul .current{
	border:#164d9f 1px solid;
	background:#164d9f;
	color:#FFF;
}
.pages ul li:hover{
	background:#164d9f;
	color:#FFF;
    border:1px solid #164d9f;
}
.pages ul li:hover a{
    color:#fff;
}
/*page*/
  
/*abouts*/
.abouts{
    height:829px;
    background:url(../images/abouts.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    padding-top:1px;
}
.abouts_a{
    width:765px;
    margin-top:144px;
    float:left;
}
.abouts_a1{
    font-size:40px;
    color:#164d9f;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing: -2px;
}
.abouts_a2{
    font-size:40px;
    color:#000;
}
.abouts_a3{
    margin-top:60px;
}
.abouts_a3 p{
    color:#595959;
    font-size:16px;
    line-height:30px;
    text-indent:2em;
    margin-top:40px;
}
.abouts_a4{
    width:186px;
    height:52px;
    background:#164d9f;
    color:#fff;
    text-align:center;
    line-height:52px;
    font-size:14px;
    position:relative;
    margin-top:90px;
    transition: .5s;
}
.abouts_a4 i{
    font-size:14px;
    margin-left:5px;
    position:relative;
    top:1px;
}
.abouts_a4:hover{
    background: #FF3d67;
    color: #fff;
}
.abouts_b{
    float:left;
    width:190px;
    margin-left:160px;
}
.abouts_b li{
    margin-top:82px;
}
.abouts_b1{
    color:#164d9f;
    font-size:16px;
}
.abouts_b1 span{
    color:#164d9f;
    font-size:48px;
    font-weight:bold;
}
.abouts_b2{
    line-height:34px;
}
.abouts_b2 i{
    font-size:34px;
    color:#164d9f;
    position:relative;
    top:5px;
    margin-right:5px;
}
.abouts_bg{
    position:absolute;
    right:0px;
    top:0px;
}
.abouts_bggd{
    position:relative;
}
.abouts_bggd::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:71px;
    height:71px;
    margin-top:-35.5px;
    margin-left:-35.5px;
    background:url(../images/video.png) center no-repeat;
    transition: .5s;
    cursor: pointer;
}
.abouts_bggd:hover::after{
    background:url(../images/videoa.png) center no-repeat;
}
.videoa{
    display:none;
}
.video_gb{
    color:#fff;
    position:absolute;
    left:73%;
    top:20%;
    margin-top:15px;
    z-index:999;
    cursor: pointer;
}
.video_gb i{
    font-size:20px;
}
.videoa{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.3);
    z-index:999;
}
#video{
    width:50% !important;
    left:25%;
    height:60% !important;
    top:20%;
}
#video video{
    width:100% !important;
    height:100% !important;
}
.abouts_list{
    height:405px;
    background:url(../images/about_list.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.abouts_list ul{
    display:flex;
    align-items:center;/*垂直居中*/
    justify-content: center;/*水平居中*/
    height:405px;
}
.abouts_list ul li{
    flex:1;
    text-align:center;
    height:405px;
    position:relative;
    overflow: hidden;
}
.abouts_list ul li::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:1px;
    height:405px;
    background:#fff;
}
.abouts_list ul li:hover::before {
    left: 130%;
    transition: all 1300ms cubic-bezier(0.19,1,0.22,1);
    opacity: .2;
}
.abouts_list ul li::before {
    background-color: #fff;
    content: "";
    height: 805px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19,1,0.22,1);
    width: 800px;
    opacity: 0;
}
.abouts_list1{
    margin-top:140px;
}
.abouts_list ul li a{
    color:#fff;
}
.abouts_list1 i{
    font-size:46px;
}
.abouts_list2{
    font-size:24px;
    margin-top:30px;
}
.abouts_list1,.abouts_list2{
    transition: .5s;
}
/*products*/
.w1338{
    width:1338px;
    margin:0 auto;
}
.products{
    padding:90px 0;
    background:#fff;
}
.products ul li{
   width:32%;
   float:left;
   margin-right:2%;
   margin-bottom:30px;
   border-radius: 15px;
}

.products ul li:nth-child(1) a{
    padding:20% 15%;
}
.products ul li:nth-child(3n){
    margin-right:0;
}
.products ul li:nth-child(6){
    background:url(../images/product_list6.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 15px;
    width:32%;
    height:293px;
    position:relative;
    overflow: hidden;
}
.products ul li:nth-child(6) a{
    color:#000;
    display:inline-block;
    width:100%;
    text-align:right;
    position:relative;
    top:20px;
    right:40px;
    height:293px;
    transition: .5s;
}
.products ul li:nth-child(6) a i{
    margin-left:5px;
    font-size:22px;
}
.products ul li:nth-child(6):hover a{
    color:#164d9f;
    right:2%;
}
.products_a1{
    font-size:40px;
    color:#000;
}
.products_a2{
    font-size:16px;
    color:#5f5f5f;
    margin-top:10px;
    line-height:28px;
}
.products_b{
    width:100%;
    position:relative;
    height:293px;
    overflow: hidden;
}
.products_bimg{
    position:relative;
    width:100%;
}
.products_bimg img{
    display:block;
    width:100%;
    border-radius: 15px;
}
.products_btext{
    position:absolute;
    bottom:30px;
    left:0px;
    color:#fff;
    width:92%;
    padding-left:8%;
}
.products_btext1{
    font-size:22px;
    color:#fff;
}
.products_btext2{
    margin-top:10px;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
}
.products_b1{
    height:30%;
    width:70%;
    padding:24% 15%;
    bottom:-100%;
    transition: .5s;
    left:0px;
    position:absolute;
    background:rgba(0,0,0,0.2);
    z-index:9;
    color:#fff;
    line-height:30px;
    text-align:center;
    border-radius: 15px;
}
.products ul li:hover .products_b1{
    bottom:0px;
}
.products ul li:hover .products_btext{
    display:none;
}
.products_bimg{
    position:relative;
    overflow: hidden;
}
.products_bimg img{
    transition: .5s;
}

.products ul li:hover .products_bimg img{
    transform: scale(1.1);
}


/*newss*/
.newss{
    padding-top:1px;
    height:806px;
    width:100%;
    background:url(../images/news_bg.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.newss_a1{
    font-size:40px;
    color:#000;
    float:left;
    margin-top:100px;
}
.newss_a2{
    width:160px;
    height:50px;
    line-height:50px;
    color:#fff;
    background:#164d9f;
    border-radius: 25px;
    text-indent:1.5em;
    position:relative;
    float:right;
    margin-top:100px;
    cursor: pointer;
}
.newss_a2:hover{
    background:#ee001e;
}
.newss_a2:hover .newss_a3{
    background:#164d9f;
}
.newss_a2:hover .newss_a3 i{
    color:#fff;
}
.newss_a3{
    position:absolute;
    top:4px;
    right:4px;
    height:42px;
    width:65px;
    background:#fff;
    border-radius: 21px;
    line-height:42px;
}
.newss_a3 i{
    color:#000;
}
.newss_b{
    margin-top:45px;
}
.newss_b1{
    width:767px;
    height:258px;
    background:url(../images/news1.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    float:left;
    position:relative;
    color:#fff;
}
.newss_b2{
    width:530px;
    height:258px;
    background:url(../images/news2.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    float:right;
    position:relative;
    color:#fff;
}
.newss_b1a{
    margin-top:180px;
    margin-left:30px;
    font-size:24px;
}
.newss_b1b{
    margin-left:30px;
    margin-top:10px;
    font-size:14px;
}
.newss_b2a{
    margin-top:180px;
    margin-left:30px;
    font-size:24px;
}
.newss_b2b{
    margin-left:30px;
    margin-top:10px;
    font-size:14px;
}
.newss_c{
    margin-top:44px;
}
.newss_c li{
    width:32%;
    float:left;
    height:195px;
    background:#fff;
    box-shadow: 0px 0px 0px 0px #000;
    margin-right:2%;
}
.newss_c li:nth-child(3){
    margin-right:0px;
}
.newss_c1{
    margin:15px 0px;
}
.newss_c1a{
    font-size:16px;
    color:#164d9f;
    display:inline-block;
}
.newss_c1a span{
    font-size:42px;
    color:#164d9f;
    font-weight:bold;
}
.newss_c1b{
    display:inline-block;
    color:#9d9d9d;
    font-size:14px;
}
.newss_c2{
    font-size:18px;
    color:#000;
}
.newss_c3{
    font-size:14px;
    color:#999999;
    margin-top:10px;
    line-height:25px;
}
.newss_ca{
    width:85%;
    margin:0 auto;
}
.newss_b1,.newss_b2{
    position:relative;
    overflow: hidden;
}
.newss_b1::after,.newss_b2::after{
    content:'';
    position:absolute;
    left:-100%;
    top:0px;
    height:100%;
    background:rgba(0,0,0,0.3);
    transition: .5s;
    z-index:1;
}
.newss_b1a,.newss_b1b,.newss_b2a,.newss_b2b{
    position:relative;
    z-index:9;
}
.newss_b1:hover,.newss_b2:hover{
    color:#fff;
}
.newss_b1:hover::after,.newss_b2:hover::after{
    left:0px;
    width:100%;
}
.newss_c li:hover{
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.newss_c li:hover .newss_c2{
    color:#164d9f;
}
/**newss**/


/**dj**/
.djs{
    height:813px;
    padding-top:1px;
    background:url('../images/dj_bg.jpg') center no-repeat;
    background-size:cover;
    background-size:center;
}
.djs li:nth-child(1){
    width:345px;
    margin-right:46.5px;
}
.djs li:nth-child(2){
    margin-right:46.5px;
}
.djs li{
    float:left;
    width:450px;
}
.djs li img{
    width:100%;
    transition: .5s;
}
.djs_b1{
    position:relative;
}
.djs_b2{
    position:absolute;
    bottom:25px;
    left:40px;
    font-size:34px;
    color:#fff;
}
.djs_a1{
    font-size:40px;
    margin-top:140px;
}
.djs_a2{
    margin-top:10px;
    font-size:16px;
    line-height:28px;
}
.djs ul{
    margin-top:145px;
}
.djs li{
    position:relative;
    overflow: hidden;
}
.djs_b1:hover img,.djs_b2:hover img{
    transform: scale(1.1);
}

/**dj**/
  .footers{
    padding-top:1px;
    background:url(../images/footer_bg.jpg) center no-repeat;
    height:390px;
  }
  .footers_b li a:hover{
    color:#1245c3;
  }
  .footers_a1{
    margin-top:70px;
  }
  .footers_a1 ul{
    margin-left:100px;
  }
  .footers_a1 ul li{
    width:100px;
    float:left;
    text-align:center;
    margin-right:60px;
  }
  .footers_a2{
    float:right;
    margin-right:80px;
  }
  .footers_a1a{
    font-size:16px;
    margin-bottom:20px;
  }

  .footers_a2 ul li{
    float:left;
    margin:0px 25px;
  }
  .footers_a2 ul li>a{
    font-size:16px;
    color:#000;
  }
  .footers_a2a{
    margin-top:30px;
  }
  .footers_a2a a{
    color:#595959;
    font-size:14px;
    margin-top:10px;
  }
  .footers_b{
    height:42px;
    line-height:42px;
    text-align:center;
    border-top:1px solid #a0a0a0;
    margin-top:90px;
  }
  .footers_b ul li{
    display:inline-block;
    margin:0px 20px;
  }
  .footers_b ul li a{
    color:#000;
  }
  .footers_b img{
    height:15px;
    position:relative;
    top:2px;
  }
  





  .about_crcma,.about_crcmb,.about_crcmc{
    position:relative;
    overflow: hidden;
  }
  .about_crcma img,.about_crcmb img,.about_crcmc img{
    transition: .5s;
  }
  .about_crcma img:hover,.about_crcmb img:hover,.about_crcmc img:hover{
    transform: scale(1.1);
  }
  
  /*about*/
 

  .ny_title{
    position:relative;
    width:100%;
    top:48%;
    text-align:center;
    font-size:48px;
    color:#fff;
    text-align:center;
    padding-bottom:20px;
    letter-spacing: 3px;
  }
  .ny_text{
    font-size:22px;
    color:#fff;
    text-align:center;
    position:relative;
    top:50%;
    letter-spacing: 3px;
  }
  .ny_title::after{
    content:'';
    position:absolute;
    width:5%;
    height:2px;
    background:#fff;
    left:47.5%;
    bottom:0px;
  }
  .nav_list{
    padding:40px 0px;
    border-bottom:1px solid #9e9e9e;
  }
  .nav_list ul{
    width:100%;
    text-align:center;
  }
  .nav_list ul li{
    border:1px solid #9e9e9e;
    height:46px;
    width:130px;
    line-height:46px;
    display:inline-block;
    text-align:center;
    margin:0 15px;
  }
  .nav_list ul li a{
    display:block;
    line-height:46px;
    font-size:16px;
    color:#9e9e9e;
  }
  .nav_list ul li:hover{
    background:#164d9f;
    border:#164d9f 1px solid;
  }
  .nav_list ul li:hover a{
    color:#fff;
  }
  .nav_list ul .action{
    background:#164d9f;
    border:#164d9f 1px solid;
  }
  .nav_list ul .action a{
    color:#fff;
  }
.about_1 {
    margin:90px 0;
}
.about_1 li{
    display:inline-block;
    width:24.7%;
    text-align:center;
}
.about_2a{
    width:52.45%;
    float:left;
}
.about_2a img{
    width:100%;
}
.swiperabout .swiper-horizontal>.swiper-pagination-bullets,.swiperabout .swiper-pagination-bullets.swiper-pagination-horizontal,.swiperabout .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 999;
    text-align: center;
}
.asskk {
    position: relative;
    top: -50px;
    display: block;
    height: 0;
    overflow: hidden;
}
.about_2b{
    width:47.55%;
    float:right;
    position:relative;
}
.about_2b img{
    width:100%;
}
.about_2b2{
    position:absolute;
    top:0px;
    width:80%;
    left:10%;
}
.about_2b2a1{
    font-size:34px;
    color:#000;
    text-align:center;
    margin-top:60px;
}
.about_2b2a2{
    color:#949393;
    font-size:16px;
    text-align:center;
    text-transform: uppercase;
    margin-top:10px;
    letter-spacing: 1px;
}
.about_2b2a3{
    text-align:center;
    font-size:17.45px;
    color:#164d9f;
    position:relative;
    margin-top:10px;
}
.about_2b2a3::after{
    content:'';
    position:absolute;
    width:10%;
    height:1px;
    right:38%;
    top:11px;
    background:#e6e6e6;
}
.about_2b2a3::before{
    content:'';
    position:absolute;
    width:10%;
    height:1px;
    left:38%;
    top:11px;
    background:#e6e6e6;
}
.about_2b2a4 span{
    color:#164d9f;
    cursor: pointer;
}
.about_2b2a4{
    font-size:16px;
    color:#727272;
    line-height:30px;
    text-indent:2em;
    margin-top:20px;
    letter-spacing: 2px;
    text-align:justify;
    cursor: pointer;
}
.zhankainr{
    display:none;
    position:fixed;
    width:40%;
    height:60%;
    background:#FFF;
    top:15%;
    left:30%;
    z-index:999;
    border:1px solid rgba(0,0,0,0.3);
    border-radius: 15px;
    padding:30px;
}
.zhankainr_title{
    font-size:32px;
    text-align:center;
    margin:30px 0;
}
.zhankainr_center{
    line-height:28px;
    text-indent:2em;
    font-size:14px;
}
.zhankainr_center p{
    margin-bottom:15px;
    font-size:16px;
    line-height:30px;
    text-align:justify;
}
.zhankainr_cuo{
    position:absolute;
    top:30px;
    right:30px;
    cursor: pointer;
}
.zhankainr_cuo i{
    font-size:18px;
}
.about_2b2a5{
    padding-top:30px;
    border-top:1px solid #e6e6e6;
    margin-top:30px;
    text-indent:2em;
    font-size:16px;
    color:#727272;
    line-height:30px;
    letter-spacing: 2px;
    text-align:justify;
}
.about_3{
    position:relative;
    margin:85px 0;
}
.about_3 .w1338{
    background:#f6f6f6;
    height:300px;
}
.about_3a{
    position:absolute;
    top:35px;
    left:34%;
    line-height:50px;
    font-size:24px;
    font-weight:bold;
}
.about_3q {
    width: 6%;
    position: absolute;
    top: 60px;
    margin-left: 300px;
}
.about_3q img{
    width:100%;
}
.about_3a::after{
    content:'';
    position:absolute;
    right:0px;
    top:26px;
    width:80px;
    height:2px;
    background:#000;
}
.about_3b {
    position: absolute;
    right: 29%;
    font-size: 16px;
    color: #282828;
    width: 600px;
    top: 85px;
    line-height: 40px;
    color: #282828;
    letter-spacing: 2px;
    text-align: justify;
}
.about_4{
    height:550px;
    width:100%;
    background:url(../images/about_jj3.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.about_4a{
    width:40%;
    float:left;
}
.about_4a .about_2b2a1{
    color:#fff;
    font-size:34px;
    margin-top:0px;
    padding-top:120px;
}
.about_4a .about_2b2a2{
    color:#fff;
}
.about_4a .about_2b2a3::after{
    width:120px;
    right:25%;
}
.about_4a .about_2b2a3::before{
    width:120px;
    left:25%;
}
.about_4a .about_2b2a3 i{
    color:#fff;
}
.about_4a1{
    font-size:16px;
    text-align:center;
    color:#fff;
    margin-top:20px;
}
.about_4a2{
    width:80%;
    margin:60px auto;
}
.about_4a2 ul{
    text-align:center;
}
.about_4a2 ul li{
    width:120px;
    height:35px;
    border-radius: 16px;
    border:1px solid #fff;
    text-align:center;
    line-height:35px;
    display:inline-block;
    margin-bottom:30px;
    margin-left:5px;
    margin-right:5px;
    cursor: pointer;
}
.about_4a2 ul li a{
    font-size:16px;
    color:#fff;
}
.about_4a2 ul .action{
    background:#fff;
}
.about_4a2 ul .action a{
    color:#164d9f;
}
.about_4a2 ul li:hover{
    background:#fff;
}
.about_4a2 ul li:hover a{
    color:#164d9f;
}
.fzlca{
    padding:100px 0;
}

.fzlca1{
    position:relative;
}
.fzlca1::after{
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#000;
    left:50%;
    top:0px;
    margin-left:-1px;
}
.fzlca2 li:nth-child(1n){
    width:40%;
    margin-left:6%;
    position:relative;
}
.fzlca2 li:nth-child(1n)::before{
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    border-radius: 7.5px;
    right:-61px;
    top:0px;
    z-index:2;
    background:#164d9f;
}
.ds .fzlc_time{
    font-size:22px;
    color:#000;
    font-weight:bold;
    text-align:right;
}
.fs .fzlc_time{
    font-size:22px;
    color:#000;
    font-weight:bold;
    text-align:left;
}
.fzlc_timea{
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#164d9f;
    font-size:16px;
    color:#fff;
    margin-top:30px;
}
.fzlc_center{
    position:relative;
    margin-top:30px;
}
.fzlc_center p{
    font-size:14px;
    text-indent:2em;
    line-height:28px;
    margin-top:20px;
}

 .ds::after {
    content:'';
    position:absolute;
    top:25px;
    right:30px;
    border: 13.5px solid transparent;
    border-bottom: 20px solid #f6f6f6;
}
.fs::after {
    content:'';
    position:absolute;
    top:25px;
    left:30px;
    border: 13.5px solid transparent;
    border-bottom: 20px solid #f6f6f6;
}
.fzlc_center{
    background:#f6f6f6;
    padding:0 5% 5%;
    
    padding-top:1px;
}
.fzlca2 li:nth-child(2n){
    width:40%;
    margin-left:54%;
    position:relative;
}
.fzlca2 li:nth-child(2n)::before{
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    border-radius: 7.5px;
    left:-61px;
    top:0px;
    z-index:2;
    background:#164d9f;
}
.about_4b{
    width:636px;
    height:391px;
    background:#fff;
    position:relative;
    top:80px;
    border-radius: 25px;
    float:right;
}
.about_4b1 i{
    font-size:50px;
    position:absolute;
    right:10%;
    top:60px;
}
.about_4b2a{
    font-size:20px;
    color:#000;
    width:80%;
    margin:0 auto;
    padding-top:120px;
    padding-bottom:20px;
}
.about_4b2c{
    font-size:16px;
    line-height:28px;
    color:#747474;
    width:80%;
    margin:0 auto;
}
.about_5{
    position:relative;
    padding-bottom:75px;
}
.about_5b{
    margin:60px 0 30px;
}
.about_5b .swiper-slide{
    background:#f6f6f6;
}
.about_5b1{
    padding:20px;
}
.about_5b1a img{
    box-shadow: 0px 0px 0px #fff;
    width:100%;
}
.about_5b1b{
    text-align:center;
    line-height:50px;
}
.about_list{
    text-align:center;
}
.about_left{
    position:absolute;
    right:10%;
    top:280px;
    cursor: pointer;
}
.about_right{
    position:absolute;
    left:10%;
    top:280px;
    cursor: pointer;
}
.about_left i{
    font-size:54px;
}
.about_right i{
    font-size:54px;
}
.about_list span{
    width:60px;
    height:4px;
    border-radius: 2px;
}




.about_6{
    background:#f6f6f6;
}
.about_6a {
    padding-bottom:60px;
}
.about_6a .about_2b2a1{
    margin-top:0px;
    padding-top:60px;
}
.casea .swiper-slide{
    text-align: center;
    font-size: 18px;
    background:#f6f6f6;
}
.casea_text{
    line-height:120px;
    background:#f6f6f6;
    position:relative;
    z-index:999;
    display:none;
}
.casea .swiper-slide img{
    transition: 300ms;
    transform: scale(1);
    width:100%;
    display:block;
}
.casea .swiper-slide::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.6);
}
.casea .swiper-slide-active::after,.casea .swiper-slide-duplicate-active::after{
    display:None;
}
.cases_list{
    position:relative;
}
.case_left i,.case_right i{
    font-size:60px;
    cursor: pointer;
}
.case_left{
    position:absolute;
    bottom:52%;
    left:15%;
    z-index:99;
}
.case_right{
    position:absolute;
    bottom:52%;
    right:15%;
    z-index:99;
}
.case_right{
    position:absolute;
}
.casea .swiper-slide-active .casea_text{
    display:block;
}



.news_bg{
    background:#f8f8f8;
}
.news_list{
    margin-top:60px;
    padding-bottom:60px;
}
.news_list li{
    background:#fff;
    padding:20px 45px;
    margin-bottom:30px;
}
.news_list li:hover{
    box-shadow: 0px 0px 4px #ee001e;
}
.news_lista{
    float:left;
    padding-right:40px;
    margin-right:30px;
    border-right:1px solid #cccccc;
    height:131px;
}
.news_listb{
    float:left;
    width:780px;
    margin-top:20px;
}
.news_listbb{
    margin-top:15px;
    line-height:25px;
}
.news_listbc{
    float:right;
    width:262px;
    height:131px;
}
.news_listbc img{
    width:100%;
    height:100%;
}
.news_lista1{
    font-size:36px;
    color:#ee001e;
    font-weight:bold;
    font-family: Arial;
    padding-top:30px;
}
.news_lista2{
    font-size:14px;
    color:rgba(0,0,0,0.2);
    text-align:center;
    position:relative;
    font-family: Arial
}
.news_lista2::after{
    content:'';
    position:absolute;
    width:25px;
    height:1px;
    background:rgba(0,0,0,0.2);
    right:0px;
    top:8px;
}
.news_lista2::before{
    content:'';
    position:absolute;
    width:25px;
    height:1px;
    background:rgba(0,0,0,0.2);
    left:0px;
    top:8px;
}
.news_listba{
    font-size:18px;
    color:#000;
}
.news_listbb{
    font-size:14px;
    color:#949494;
}



.product_list{
    padding:100px 0 0;
}
.product_list li{
    width:288px;
    float:left;
    margin-right:45px;
    margin-bottom:45px;
    transition: .5s;
    position:relative;
    cursor: pointer;
}
.product_list li img{
    display:block;
    transition: .5s;
}
.product_text{
    font-size:16px;
    color:#000;
    line-height:60px;
    text-align:center;
    background:#f8f8f8;
}
.product_lista1{
    position:relative;
    overflow: hidden;
    border:1px solid #f8f8f8;
}
.product_lista1 img{
    width:100%;
}
.product_list li:hover img{
    transform: scale(1.1);
}
.product_list li:nth-child(4n){
    margin-right:0px;
}
.product_list li:hover::after{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    border:1px #164d9f solid;
}


/*fzlc*/
.fzlc{
    height:320px;
    background:url(../images/fzlc_bg.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    padding-top:17px;
}
.fzlc p{
    font-size:14px;
    color:#fff;
    line-height:30px;
    margin-bottom:30px;
}
.coursr_flow_content {
    padding: 60px 6% 0;
    position: relative;
}
/*fzlc*/


.case{
    background:#fff;
    margin-top:30px;
}
.case_list li{
    height:112px;
    line-height:111px;
    width:49%;
    float:left;
    margin-right:2%;
    background:#f9f9f9;
    margin-bottom:30px;
}
.case_list li:nth-child(2n){
    margin-right:0px;
}
.case_list li:hover{
    box-shadow: 0px 0px 3px rgba(238,0,28,0.3);
}
.case_list_a{
    float:left;
    width:136px;
    text-align:center;
    border-right:1px solid #d2d2d2;
}
.case_list_b{
    float:left;
    color:#595656;
    text-indent:4em;
}
.case_list_c{
    float:right;
    color:#595656;
    padding-right:30px;
}
.case_list_a div{
    transform:rotate(180deg);
}
.case_list_a i{
    font-size:22px;
    color:#d2d2d2;
}
.case_lists li{
    background:#f5f5f5;
    width:24%;
    margin-bottom: 30px;
    margin-right:1.33%;
    float:left;
}
.case_lists li:nth-child(4n){
    margin-right:0px;
}
.case_lists li a{
    display:block;
    padding:20px;
}
.case_lists li img{
    width:100%;
}
.case_list_bb{
    width:40%;
    margin:10px auto;
    height:30px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background:#ee001e;
    border-radius: 15px;
    line-height:30px;
}
.case_list_cc{
    text-align:center;
    font-size:16px;
    line-height:35px;
    color:#000;
    height:35px;
    position:relative;
    overflow: hidden;
}

.dqjs_list li{
    width:32%;
    margin-right:2%;
    background:#f5f5f5;
    margin-bottom:30px;
    float:left;
}
.dqjs_list li:hover img,.case_lists li:hover img,.news_list li:hover img{
    transform: scale(1.1);
}
.dqjs_lista img,.case_list_aa img,.news_listbc img{
    transition: .5s;
}
.dqjs_lista,.news_listbc{
    position:relative;
    overflow: hidden;
}
.dqjs_list li:nth-child(3n){
    margin-right:0;
}
.dqjs_list{
    margin-top:60px;
}
.dqjs_lista{
    padding:20px;
    border-bottom:1px solid #dcdcdc;
}
.dqjs_lista img{
    width:100%;
    max-height:265px;
    min-height:265px;
}
.dqjs_listb{
    float:left;
    width:80px;
    border-right:1px solid #dcdcdc;
    text-align:center;
    padding-right:10px;
    margin-right:15px;
}
.dqjs_listc{
    float:left;
    width:280px;
    line-height:25px;
}
.dqjs_listb1{
    font-size:26px;
    color:#ee001e;
    font-weight:bold;
}
.dqjs_listb2{
    font-size:12px;
    color:#bfbfbf;
    position:relative;
}
.dqjs_listb2::after{
    content:'';
    position:absolute;
    width:22px;
    height:1px;
    background:#bfbfbf;
    right:0px;
    top:8px;
}
.dqjs_listb2::before{
    content:'';
    position:absolute;
    width:22px;
    height:1px;
    background:#bfbfbf;
    left:0px;
    top:8px;
}
.dqjs_bottom{
    padding:20px;
    height:60px;
}
.dqjs_listc1{
    color:#000;
}

.rczp_list{
    margin-top:60px;
}
.rczp_title{
    text-align:center;
    line-height:30px;
    margin-bottom:30px;
}
.rczp_list li{
    margin-bottom:30px;
}
.rczp_list li:nth-child(1n) .rczp_lista{
    position:relative;
    width:50%;
    float:left;
}
.rczp_list li:nth-child(1n) .rczp_lista img{
    display:block;
    width:100%;
}
.rczp_list li:nth-child(1n) .rczp_list2{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(79,81,93,0.3)
}
.rczp_list li:nth-child(1n) .rczp_list3{
    width:140px;
    text-align:center;
    line-height:40px;
    height:40px;
    border:#fff 1px solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin:0 auto;
    color:#fff;
    margin-top:22%;
    position:relative;
    overflow: hidden;
}
.rczp_list li:nth-child(1n) .rczp_list3 div{
    position:absolute;
    width:100%;
    z-index:99;
}
.rczp_list li:nth-child(1n) .rczp_list3::after{
    content:'';
    position:absolute;
    height:40px;
    width:140px;
    left:-100%;
    background:#164d9f;
    transition: .5s;
}
.rczp_list li:nth-child(1n) .rczp_lista:hover .rczp_list3{
    border:1px solid #164d9f;
}
.rczp_list li:nth-child(1n) .rczp_lista:hover .rczp_list3::after{
    left:0px;
}
.rczp_list li:nth-child(1n) .rczp_listb{
    float:right;
    width:50%;
    text-align:center;
    background:#f5f5f5;
    height:306.08px;
    position:relative;
    transition: .5s;
   
}
.rczp_list li:nth-child(1n) .rczp_listb::after{
    content:'';
    position:absolute;
    border: 13.5px solid transparent;
    border-right: 27px solid #f5f5f5;
    left:-40px;
    top:143.2px;
}

.rczp_list li:nth-child(1n) .rczp_listb1{
    font-size:22px;
    font-weight:bold;
    color:#000;
    width:100%;
    margin-bottom:20px;
    padding-top:120px;
}
.rczp_list li:nth-child(1n) .rczp_listb2{
    font-size:14px;
    color:#000;
    width:60%;
    margin:0 auto;
    line-height:25px;
}
.rczp_list li:nth-child(1n):hover .rczp_listb{
    background:#164d9f;
}
.rczp_list li:nth-child(1n):hover .rczp_listb1{
    font-size:22px;
    font-weight:bold;
    color:#fff;
    width:100%;
    margin-bottom:20px;
    padding-top:120px;
}
.rczp_list li:nth-child(1n):hover .rczp_listb2{
    font-size:14px;
    color:#fff;
    width:60%;
    margin:0 auto;
    line-height:25px;
}
.rczp_list li:nth-child(1n):hover .rczp_listb::after {
    border: 13.5px solid transparent;
    border-right: 27px solid #164d9f;
}
.rczp_list li:nth-child(2n):hover .rczp_listb::after {
    border: 13.5px solid transparent;
    border-left: 27px solid #164d9f;
}

.rczp_list li:nth-child(2n) .rczp_lista{
    position:relative;
    width:50%;
    float:right;
}
.rczp_list li:nth-child(2n) .rczp_lista img{
    display:block;
    width:100%;
}
.rczp_list li:nth-child(2n) .rczp_list2{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(79,81,93,0.3)
}
.rczp_list li:nth-child(2n) .rczp_list3{
    width:140px;
    text-align:center;
    line-height:40px;
    height:40px;
    border:#fff 1px solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin:0 auto;
    color:#fff;
    margin-top:22%;
    position:relative;
    overflow: hidden;
}
.rczp_list li:nth-child(2n) .rczp_list3 div{
    position:absolute;
    width:100%;
    z-index:99;
}
.rczp_list li:nth-child(2n) .rczp_list3::after{
    content:'';
    position:absolute;
    height:40px;
    width:140px;
    left:-100%;
    background:#164d9f;
    transition: .5s;
}
.rczp_list li:nth-child(2n) .rczp_lista:hover .rczp_list3{
    border:1px solid #164d9f;
}
.rczp_list li:nth-child(2n) .rczp_lista:hover .rczp_list3::after{
    left:0px;
}
.rczp_list li:nth-child(2n) .rczp_listb{
    float:left;
    width:50%;
    text-align:center;
    background:#f5f5f5;
    height:306.08px;
    position:relative;
}
.rczp_list li:nth-child(2n) .rczp_listb::after{
    content:'';
    position:absolute;
    z-index:99;
    border: 13.5px solid transparent;
    border-left: 27px solid #f5f5f5;
    left:100%;
    top:143.2px;
}

.rczp_list li:nth-child(2n) .rczp_listb1{
    font-size:22px;
    font-weight:bold;
    color:#000;
    width:100%;
    margin-bottom:20px;
    padding-top:120px;
}
.rczp_list li:nth-child(2n) .rczp_listb2{
    font-size:14px;
    color:#000;
    width:60%;
    margin:0 auto;
    line-height:25px;
}



.lxwm{
    padding-top:0px;
}
.lxwm_lista1{
    font-size:22px;
    color:#fff;
    font-weight:bold;
    position:relative;
    padding-bottom:30px;
    margin-bottom:20px;
}
.lxwm_lista1::after{
    content:'';
    position:absolute;
    width:50px;
    height:4px;
    background:#fff;
    bottom:0px;
    left:0px;
}
.lxwm_lista{
    width:336px;
    background:#164d9f;
    color:#fff;
    padding:90px 76px;
    float:left;
    margin-top:60px;
}
.lxwm_lista2{
    line-height:36px;
    font-size:14px;
}
.lxwm_lista2 p:nth-child(4){
    letter-spacing: 2.2px;
}
.lxwm_listb{
    width:850px;
    float:right;
    height:440px;
    background:#f5f7f9;
    margin:60px 0;
}
.lxwm_text{
    font-size:18px;
    line-height:35px;
}
.lxwm_text span{
    color:#ee001e;
    margin-right:3px;
}
.lxwm_inputs{
    clear: both;
    width: 120px;
    height: 40px;
    margin-left: 40px;
    position: relative;
    text-align: center;
    top: 20px;
    line-height: 40px;
    border: #acacac 1px solid;
    transition: .5s;
}
.lxwm_inputs:hover{
    background:#1245c3;
    border:#1245c3 1px solid;
    color:#fff;
}
.lxwm_input input{
    height:46px;
    line-height:46px;
    border:none;
    width:368px;
}
.lxwm_input textarea{
    border:none;
    height:80px;
    width:775px;
}
.lxwm_listb1{
    float:left;
    margin-left:40px;
    margin-top:15px;
}
.lxwm_listb1a{
    margin-top:30px;
}


 /**about two**/
 .hrList_a1 {
    background: #fff;
}

.hrList_a1_item {
    background: #fff;
    max-width: 100%;
}

.last {
    margin-bottom: 60px;
}

.hrList_a1_item:nth-child(3n) {
    margin-right: 0;
}

.hrList_a1_item>ul li.other span {
    margin-bottom: 10px;
    display: block;
}

.hrList_a1_title {
    padding: 20px 0 20px 30px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.hrList_a1_item:nth-child(even) .hrList_a1_title {
    background: #f8f8f8;
}

.hrList_a1_title ul {
    overflow: hidden;
    padding-left: 0px;
}

.hrList_a1_button {
    display: none;
    border-top: 1px dashed #eee;
    margin: 0 30px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hrList_a1_button a.morehr:hover, .DownList_a1 li a:hover {
    background-color: #1245c3;
    transition-duration: .3s;
    color: #FFF;
}

.hrList_a1_button a.morehr, .DownList_a1 li a {
    text-align: left;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    color: #444;
    background: #F3F5FA;
    transition-duration: .3s;
    border-radius: 8px;
    font-size: 16px;
    margin: 0;
}


.hrList_a1_item>ul {
    display: none;
    font-size: 16px;
    padding: 30px;
}

.hrList_a1_item>ul li {
    font-size: 16px;
    line-height: 2.5;
    list-style: none;
}

.clearfix p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.hrList_a1_item>ul li.other {
    width: 100%;
    line-height: 22px;
    padding: 5px 0;
    color: #777;
    text-overflow: inherit;
    white-space: inherit;
    margin-top: 0;
}

.zrczp{
    margin-bottom:2%;
}
.zrczp ul li{
    width:33%;
    display:inline-block;
    text-align:center;
    color:#1245c3;
    font-size:18px;
}
.zrczp ul li svg{
    margin-right:3px;
    margin-top:-2px;
}
.zrczp ul li:hover a{
    color:#1245c3;
}
.zrczp ul li a{
    color:#000;
    font-size:18px;
}
.job_box {
    width: 100%;
    overflow: auto;
}
.job_box ul li {
    list-style: none;
}

.JobList_e1 {
    border: 1px solid #eee;
    margin-bottom: 35px;
    min-width: 600px;
    padding-left: 0px;
}

.hrList_a1_title li:first-child {
    color: #333;
}

.job_title {
    background: #F3F5FA;
    min-width: 600px;
}

.job_title ul {
    overflow: hidden;
    padding-left: 30px;
}

.job_title li {
    color: #000;
    float: left;
    font-size: 20px;
    width: 21.25%;
    line-height: normal;
    list-style: none;
}

.job_title i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.job_title img {
    max-width: 25px;
    max-height: 20px;
    display: block;
}

.job_title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 3em;
}

.hrList_a1_title li {
    width: 21.25%;
    float: left;
    color: #999;
    font-size: 16px;
    box-sizing: border-box;
}


.rczp{
    padding-top:60px;
}
.post{
    padding:100px 0;
}
.post label{
    font-size:18px;
    font-family: "微软雅黑";
    margin-bottom:15px;
    margin-top:15px;
}
.btn-default:hover{
    background:#1245c3;
    color:#fff;
    border:1px solid #1245c3;
}
/**about two end**/

.add{
    overflow-x:auto;
    overflow-y:auto;
}
.sj{
    display:none;
}


.about_banner{
    height:700px;
    width:100%;
    background:url(../images/about_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .news_banner{
    height:700px;
    width:100%;
    background:url(../images/news_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .product_banner{
    height:700px;
    width:100%;
    background:url(../images/product_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .case_banner{
    height:700px;
    width:100%;
    background:url(../images/case_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .dqjs_banner{
    height:700px;
    width:100%;
    background:url(../images/dqjs_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .rczp_banner{
    height:700px;
    width:100%;
    background:url(../images/rczp_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .lxwm_banner{
    height:700px;
    width:100%;
    background:url(../images/lxwm_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }


  /**tyny**/
  /*info*/
.ty_content {
    background-color: #f5f5f5;
    padding: 20px 0px;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.atc {
    padding: 20px 0 30px;
    width: 900px;
    margin: 0 auto;
}

.atc-h {
    text-align: center;
}

.atc-h h1 {
    font-size: 24px;
    color: #222;
    line-height: 40px;
}

.atc-date {
    color: #666;
    line-height: 30px;
    margin-top: 12px;
    padding: 10px 0;
    background-color: #f5f5f5;
}

.atc-con {
    padding: 24px 0 40px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
}

.atc-pn {
    position: relative;
    margin-top: 20px;
}

.atc-pn {
    color: #666;
    line-height: 40px;
}

.atc-pn a {
    display: inline-block;
    color: #666;
}

.atc-con p {
    font-size: 16px;
    line-height: 32px;
}

.atc-con img {
    display: inline;
    max-width: 100%;
    
}

/*info end*/


  .news_ny{
    padding:60px 0;
  }
  .news_ny hr{
    margin:1.5vw 0px;
  }
  .news_ny p{
    font-family: "微软雅黑" !important;
    font-size:16px;
  }
  .ty_atitle{
    font-size: 28px;
    line-height: 38px;
    color: #333;
    }
    .ty_dtitle {
        text-align:center;
        padding-bottom: 23px;
        border-bottom: 1px dashed #dbdbdb;
    }
    .div-info {
        margin-top: 15px;
    }
    .div-info span {
        font-size: 18px;
        color: #999;
        line-height: 28px;
    }
    .ty_acontent {
        font-size: 16px;
        line-height: 30px;
        color: #555;
        margin-top: 23px;
    }
    .fenye{
        margin-top:30px;
    }
    .fenye p{
        width:50%;
        float:left;
        line-height:40px;
    }
    .fenye a{
        display:inline-block;
        color:#000;
    }
    .fenye p:hover,.fenye p:hover a{
        color:#1245c3;
    }
    @media (max-width: 1200px) {
        .ty_atitle{
         font-size: 18px;
         line-height: 38px;
         color: #333;
         }
        .ty_acontent{
            width:100%;
        }
        .ty_acontent img{
            width:100% !important;
            height:auto !important;
        }
        .fenye p{
            width:100%;
            float:none;
            line-height:40px;
        }
      }
      @media (max-width: 1500px) {
        .header_nav li {
            float: left;
            padding: 0 20px;
            position: relative;
        }
        .about_2b2a1 {
            font-size: 24px;
            color: #000;
            text-align: center;
            margin-top: 30px;
        }
        .about_2b2a2 {
            color: #949393;
            font-size: 14px;
            text-align: center;
            text-transform: uppercase;
            margin-top: 10px;
            letter-spacing: 1px;
        }
        .about_2b2 {
            position: absolute;
            top: 0px;
            width: 95%;
            left: 2.5%;
        }
        .about_2b2a3{
            display:None;
        }
        .about_2b2a4 {
            font-size: 14px;
            color: #727272;
            line-height: 25px;
            text-indent: 2em;
            margin-top: 10px;
            letter-spacing: 1px;
            text-align: justify;
            cursor: pointer;
        }
      }
    /**tyny**/
  @media (max-width: 1200px) {
    .dqjs_lista img{
        width:100%;
        max-height:auto;
        min-height:auto;
    }
    .zrczp ul li{
        width:100%;
        display:inline-block;
        text-align:center;
        margin-bottom:10px;
    }
    .sj{
        display:block;
    }
    .about_banner{
        height:300px;
        width:100%;
        background:url(../images/about_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .news_banner{
        height:300px;
        width:100%;
        background:url(../images/news_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .product_banner{
        height:300px;
        width:100%;
        background:url(../images/product_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .case_banner{
        height:300px;
        width:100%;
        background:url(../images/case_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .dqjs_banner{
        height:300px;
        width:100%;
        background:url(../images/dqjs_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .rczp_banner{
        height:300px;
        width:100%;
        background:url(../images/rczp_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .lxwm_banner{
        height:300px;
        width:100%;
        background:url(../images/lxwm_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }

      .header_nav,.abouts_c,.abouts_b,.abouts_a,.abouts_a::before,.newss_b2 li{
        width:100%;
      }
      .w1338,.w85{
        width:95%;
        position:relative;
      }
      .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 63px;
        z-index: 70;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .header_logo {
        margin-top: 16px;
        float: left;
        top:0px;
        left:15px;
    }
    .header_ico {
        position: absolute;
        right: 19.5px;
        top: 19.5px;
        color: #164d9f;
    }
    .header_ico i{
        font-size:24px;
    }
    .header_nav{
        position:fixed;
        z-index:999;
        background:#fff;
        float:none;
        left:-100%;
        top:0px;
        height:100vh;
    }
    .header_nav .header_img{
        margin:30px 0;
        text-align:center;
        text-indent:10px;
    }
    .header_nav .header_img img{
        height:30px;
    }
    .header_nav li {
        line-height: 78px;
        float: none;
        padding: 00px;
        position: relative;
        margin:0 40px;
        line-height:50px;
        border-bottom:1px solid rgba(0,0,0,0.02);
        }
    .header_nav li::after {
        display:none;
    }
    .header_nav li>a{
        line-height:45px;
    }
    .header_logo img {
        height: 30px;
    }
    .header_icox{
        color:#164d9f;
        position:absolute;
        right:35px;
        top:35px;
    }
    .header_icox i{
        font-size:24px;
    }




    .banner{
        height:215px;
        margin-top:60px;
    }
    .banner img{
        height:215px;
    }
    .banner .swiper-button-next:after,.banner .swiper-rtl .swiper-button-prev:after{
        font-size:16px;
    }
    .banner .swiper-button-prev:after,.banner .swiper-rtl .swiper-button-next:after{
        font-size:16px;
    }
    

    .abouts_bg{
        position:relative;
        width:100%;
    }
    .abouts_bg img{
        width:100%;
    }
    .videoa{
        display:none;
    }
    .video_gb{
        color:#fff;
        position:absolute;
        left:90%;
        top:0;
        margin-top:15px;
        z-index:999;
        cursor: pointer;
    }
    .video_gb i{
        font-size:20px;
    }
    .videoa{
        width:100%;
        height:100%;
        position:fixed;
        top:0px;
        left:0px;
        background:rgba(0,0,0,0.3);
        z-index:999;
    }
    #video{
        width:100% !important;
        left:0;
        height:100% !important;
        top:0%;
    }
    #video video{
        width:100% !important;
        height:100% !important;
    }
    .abouts_b{
        margin-left:0px;
    }
    .newss_b1{
        width:100%;
        height:auto;
    }
    .djs li:nth-child(2){
        margin-right:0px;
    }
    .djs li{
        width:100%;
        float:none;
    }


    .abouts{
        height:auto;
    }
    .abouts_a{
        margin-top:60px;
    }
    .abouts_a1{
        font-size:20px;
        text-align:center;
        letter-spacing: 2px;
    }
    .abouts_a2{
        font-size:18px;
        text-align:center;
        letter-spacing: 1px;
        margin-top:5px;
    }
    .abouts_a3{
        margin-top:30px;
    }
    .abouts_a3 p {
        color: #595959;
        font-size: 14px;
        line-height: 30px;
        text-indent: 2em;
        margin-top: 20px;
        text-align:justify;
    }
    .abouts_a4 {
        width: 30%;
        height: 40px;
        background: #164d9f;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        position: relative;
        left:35%;
        margin-top: 20px;
    }
    
    .abouts_b{
        margin-top:30px;
        margin-bottom:30px;
    }
    .abouts_b li{
        margin-top:30px;
        width:50%;
        text-align:center;
        float:left;
        margin-bottom:30px;
    }
    .abouts_b1 span{
        font-size:24px;
    }
    .abouts_b2{
        font-size:14px;
        
    }
    .abouts_b2 i{
        font-size:24px;
        top:2px;
    }
    .abouts_list{
        margin-top:60px;
        height:205px;
    }
    .abouts_list ul{
        height:205px;
    }
    .abouts_list ul li{
        height:205px;
    }
    .abouts_list1{
        margin-top:80px;
    }
    .abouts_list ul li::after{
        height:205px;
        top:0px;
    }
    .abouts_list1 i{
        font-size:24px;
    }
    .abouts_list2{
        font-size:16px;
        margin-top:10px;
    }

    .products{
        padding:60px 0px 30px;
    }
    .products ul li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
        border-radius: 15px;
    }
    .products ul li:nth-child(2n){
        margin-right:0px;
    }
    .products ul li:nth-child(3n){
        margin-right:2%;
    }
    .products_b{
        height:auto;
    }    
    .products ul li:nth-child(6){
        width:49%;
        height:124px;
        margin-right:0px;
    }
    .products_a1{
        font-size:16px;
    }
    .products ul li:nth-child(1) a{
        padding:0px;
    }
    .products_a2{
        font-size:12px;
    }
    .products_btext1{
        font-size:16px;
    }
    .products_btext2{
        font-size:12px;
    }
    .products_btext{
        bottom:10px;
    }

    .newss{
        height:auto;
        padding-bottom:60px;
    }
    .newss_a1{
        margin-top:60px;
        font-size:18px;
    }
    .newss_a2 {
        width: 110px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: #164d9f;
        border-radius: 15px;
        text-indent: 1.5em;
        position: relative;
        float: right;
        margin-top: 60px;
        font-size:12px;
    }
    .newss_a3 {
        position: absolute;
        top: 1px;
        right: 1px;
        height: 28px;
        width: 45px;
        background: #fff;
        border-radius: 14px;
        line-height: 28px;
    }
    .newss_b{
        margin-top:30px;
    }
    .newss_b1{
        float:none;
        margin-bottom:30px;
        padding-bottom:60px;
    }
    .newss_b1a,.newss_b2a{
        padding-top:60px;
        margin-top: 0px;
        margin-left: 30px;
        font-size: 16px;
    }
    .newss_b2 {
        width: 100%;
        height: auto;
        background: url(../images/news2.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        float: right;
        position: relative;
        color: #fff;
        padding-bottom:60px;
    }
    .newss_c li {
        width: 100%;
        float: none;
        height: auto;
        background: #fff;
        box-shadow: 0px 0px 0px 0px #000;
        margin-right: 0%;
    }
    .newss_c3{
        padding-bottom:30px;
    }
    .newss_c1{
        padding-top:30px;
    }
    .djs_a1 {
        font-size: 18px;
        margin-top: 60px;
    }
    .djs{
        height:auto;
        padding-bottom:60px;
        background:none;
    }
    .djs ul{
        margin-top:0px;
    }
    .djs_a2{
        font-size:14px;
    }
    .djs li:nth-child(1){
        margin-right:0px;
        width:100%;
    }
    .djs li:nth-child(2){
        margin-top:30px;
        margin-bottom:30px;
    }
    .footers_b ul li {
    display: inline-block;
    margin: 0px 10px;
    font-size:12px;
    line-height:25px;
    }
    .footers_a2{
        display:none;
    }
    .footers_a1 ul{
        margin-left:0px;
    }
    .footers_a1 ul li{
        width:50%;
        margin-right:0px;
    }
    .footers_a1{
        margin-top:60px;
    }
    .footers_b{
        margin-top:60px;
    }
    .footers{
        height:auto;
    }

    .ny_title {
        position: relative;
        width: 100%;
        top: 48%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-align: center;
        padding-bottom: 10px;
        letter-spacing: 3px;
    }
    .ny_text{
        font-size:14px;
    }
    .nav_list{
        padding:30px 0px 20px;
    }
    .nav_list ul{
        text-align:left;
    }
    .nav_list ul li {
        border: 1px solid #9e9e9e;
        height: 30px;
        width: 20%;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        margin:0px 1.8% 10px 1.8%;
    }
    .nav_list ul li:nth-child(4n){
        margin-right:0px;
    }
    .nav_list ul li a{
        line-height:30px;
        font-size:12px;
    }
    .about_1{
        margin:30px 0px;
    }
    .about_1 li{
        width:49%;
        text-align:center;
        margin-bottom:20px;
    }
    .about_2b1{
        display:none;
    }
    .about_2b2{
        position:relative;
        left:0px;
        width:95%;
        margin:0 auto;
        text-align:justify;
    }
    .about_2b2a1{
        font-size:18px;
        margin-top:30px;
    }
    .about_2b2a2{
        font-size:14px;
    }
    .about_2b2a5{
        padding-top:10px;
        margin-top:10px;
    }
    .about_2{
        height:auto;
    }
    .about_2a{
        width:100%;
        float:none;
    }
    .about_2b{
        float:none;
        width:100%;
    }

    .about_3{
        background:#f5f5f5;
        padding:60px 0px;
        margin:60px 0 0;
    }
    .about_3 .w1338{
        height:auto;
    }
    .about_3 img{
        display:None;
    }
    .about_3a{
        position:inherit;
        left:0px;
        top:0px;
        font-size:18px;
        line-height:35px;
        text-align:center;
    }
    .about_3a::after{
        display:None;
    }
    .about_3b{
        position:inherit;
        top:0px;
        width:100%;
        left:0px;
        line-height:30px;
        margin-top:15px;
        text-indent:2em;
        text-align:justify;
    }
    .about_4{
        height:auto;
        padding-bottom:60px;
    }
    .about_4a{
        width:100%;
        float:none;
    }
    .about_4a .about_2b2a1 {
        color: #fff;
        font-size: 18px;
        margin-top: 0px;
        padding-top: 60px;
    }
    .about_4a1{
        font-size:14px;
    }
    .about_4a2{
        margin:30px auto;
        width:95%;
    }
    .about_4b{
        width:100%;
        height:auto;
    }
    .about_4a2 ul li {
        width: 30%;
        height: 35px;
        border-radius: 17.5px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 35px;
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 1%;
        margin-right: 0;
    }
    .about_4a2 ul li a{
        font-size:14px;
    }
    .about_4b{
        clear:both;
        top:0px;
        padding:30px 0;
        float:None;
    }
    .about_4b2a{
        padding-top:0px;
        width:95%;
    }
    .about_4b2c{
        width:95%;
        text-align:justify;
    }
    .about_4b1 i {
        font-size: 30px;
        position: absolute;
        right: 10%;
        top: 25px;
    }
    .about_5{
        padding-bottom:60px;
    }
    .about_5b {
        height: auto;
        margin: 30px 0 30px;
    }
    .about_5b .swiper-slide{
        height:auto;
    }
    .about_6a{
        padding-bottom:30px;
    }
    .casea_text{
        line-height:60px;
        font-size:16px;
    }
    .case_left i, .case_right i{
        font-size:16px;
    }

    .news_lista{
        display:none;
    }
    .news_listb{
        width:100%;
    }
    .news_listbc{
        width:100%;
        height:100%;
        margin-top:15px;
    }
    .news_list li {
        background: #fff;
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    .news_list {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .nav_ty .nav_list>ul{
        text-align:center;
    }
    .product_list {
        padding: 30px 0;
    }
    .product_list li {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
        transition: .5s;
        position: relative;
        cursor: pointer;
    }
    .product_list li img{
        width:100%;
    }
    .case_list li {
        height: 60px;
        line-height: 60px;
        width: 100%;
        float: none;
        margin-right: 0%;
        background: #f9f9f9;
        margin-bottom: 30px;
    }
    .case_list_a{
        display:none;
    }
    .case_list_b{
        text-indent:10px;
    }
    .case_lists li {
        background: #f5f5f5;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0%;
    }
    .dqjs_list li {
        width: 100%;
        margin-right: 0%;
        background: #f5f5f5;
        margin-bottom: 30px;
    }
    .dqjs_listc{
        font-size:14px;
        width:60%;
    }
    #allmap{
        height:300px !important;
    }
    .rczp_listsj li{
        width:100%;
        margin-bottom:20px;
        border:1px solid #f5f5f5;
        padding-bottom:20px;
    }
    .rczp_listsj li a{
        color:#000;
    }
    .rczp_listsj li img{
        width:100%;
    }
    .rczp_listbsj1{
        font-size:16px;
        line-height:40px;
        padding:0 15px;
        margin-top:10px;
    }
    .rczp_listbsj2{
        font-size:14px;
        line-height:28px;
        padding:0 15px;
        color:#595656;
    }
    .lxwm_lista {
        width: 94%;
        background: #164d9f;
        color: #fff;
        padding: 30px 3%;
        float: left;
        margin-top: 30px;
    }
    .lxwm_listb {
        width: 92%;
        float: right;
        height: auto;
        padding:30px 4%;
        background: #f5f7f9;
        margin: 30px 0;
    }
    .lxwm_listb1a {
        margin-top: 10px;
    }
    .lxwm_listb1 {
        float: none;
        margin-left: 0px;
        margin-top: 15px;
    }
    .lxwm_input input {
        height: 36px;
        line-height: 36px;
        border: none;
        width: 100%;
    }
    .lxwm_text {
        font-size: 14px;
        line-height: 30px;
    }
    .lxwm_input textarea {
        border: none;
        height: 80px;
        width: 100%;
    }
    .lxwm_inputs{
        margin:10px auto;
    }
    .lxwm_lista1 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .lxwm_lista1::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background: #fff;
        bottom: 0px;
        left: 0px;
    }
    .pc{
        display:none;
    }
    .sj{
        display:block;
    }
    .fzlc{
        height:auto;
        padding:30px 0;
    }
    .fzlca2 li::before,.fzlca1::after{
        display:none;
    }
    .fzlca2 li:nth-child(1n),.fzlca2 li:nth-child(2n){
        width:100%;
        margin-left:0px;
        margin-top:20px;
        
    }
        .atc {
            padding: 30px 0 30px;
            width: 94%;
            margin: 0 auto;
        }
    
        .w1200 {
            max-width: 96%;
            margin: 0 auto;
            background-color: #fff;
        }
    
        .atc-date {
            font-size: 12px;
        }
        .news_ny{
            padding:30px 0px;
        }
  }