@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; box-sizing:border-box; font-weight: normal}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden; font-size:12px; padding-bottom:60px;}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px 10px;}

html{font-size:100px}
.container{width: 100%; padding: 0px 15px;}



/*导航*/

.index_header{width:100%; clear:both; height:.6rem;  padding-left: 10px; background: #fff}
.logo{float:left; width:1.4rem; height: .6rem; display: flex; align-items: center;}
.logo img{align-items: center; margin: 0px auto; max-width: 100%}
.menu{float:right; height:.6rem; width:.6rem;  display: flex; align-items: center; }
.menu a{width:100%; height:100%; display: flex; align-items: center; }
.menu img{height:auto; max-width:50%; align-items: center; margin: 0px auto;}
.h_yy{font-size:.16rem; color:#1f2980; line-height:.6rem; float:right; margin-right:3%; font-weight:bold;}
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background-image: linear-gradient(to left, #1f2980 , #1f2980); 
	background-image: -webkit-gradient(to left, #1f2980 , #1f2980); 
	background-image: -webkit-radial-gradient(to left, #1f2980 , #1f2980); left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1em; color:#fff; padding:8px 0px; font-size:.15rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:.15rem;}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:auto; line-height:28px; color:#fff; padding:0px 8px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size:.14rem}

.banner{width:100%;height:auto;  position: relative}
.banner img{width:100%; height: auto; overflow: hidden}
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
 }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-pagination-bullet-active{background: #1f2980}

.dots {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 10%;
    z-index: 999999;
}
.dots-bd {
    position: relative;
    height: .4rem;
    width:30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}


.dots-wrap{width:88%; height: 40px; border: 1px solid rgba(255,255,255,0.5); border-radius: 25px; margin: 0px auto; color:#fff; font-size: 14px; line-height: 40px;}
.dots-bd:after {
    left: 100%;
}
.dots-bd:before {right:100%}

.dots-bd:after, .dots-bd:before {
    content: "";
    position: absolute;
    top: 50%;
     border-top: .5px solid hsla(0,0%,100%,.5); 
    width: 100vw;
}

.swiper-pagination{bottom: 30px!important}



/*分类*/
.index_fenlei{width:100%; height: auto; overflow: hidden; padding: 0px 15px;}
.index_fenlei ul{width:100%; height: auto; overflow: hidden}
.index_fenlei ul li{width:48%; height: auto; float: left; text-align: center; background: url(../images/fen_bjs.png) no-repeat center;  margin-top: .2rem; padding:15px 0; border-radius: 8px;}
.index_fenlei ul li p{width:100%; height: 40px; line-height: 40px; color: #fff; font-size: .16rem; }
.index_fenlei ul li i{width:100%; height: 40px; display: block }
.abi1{background: url(../images/abi1.png) no-repeat center}
.abi2{background: url(../images/abi2.png) no-repeat center}
.abi3{background: url(../images/abi3.png) no-repeat center}
.abi4{background: url(../images/abi4.png) no-repeat center}
.index_fenlei ul li:nth-child(2n){float: right}






/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin-top: .3rem; }
.index_about_top{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding: .2rem .15rem}
.about_left_xx{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem}
.about_left_xx p{font-size:.14rem; color:#fff;line-height: .3rem; background: url(../images/b_yuan.png) no-repeat left 12px; padding-left:15px; margin-bottom: .1rem}
.index_about_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_about_pic .swiper-slide a{width:100%; height: auto; overflow: hidden}
.index_about_pic .swiper-slide a img{width:100%; height: auto; display: block}
.index_about_pic .swiper-pagination-bullet{background: #fff;opacity: 1}
.index_about_pic .swiper-pagination-bullet-active{background: #535353;}
.index_about_xx{width:100%; height: auto; overflow: hidden; display: block; font-size: .14rem; color: #333333; line-height: .3rem; }
.index_about_video{width:100%; height: auto; overflow: hidden; margin-top: .15rem}
.in_ab_info{width:100%; height: auto; padding: 0px .15rem; margin-top: .2rem}








/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.index_product .index_news_title{padding: 0px 10px;}
.index_product_all{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size: cover; padding:20px 10px 40px; margin-top: 20px}
.index_product_nav{width:auto; height: auto; overflow: hidden; display: table; margin: 0px auto 50px;}
.index_product_nav a{width:100%; height: 40px; float: left; margin-bottom: 2px; line-height: 40px;  color:#fff; font-size: .16rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  background: url(../images/yuan.png) no-repeat left center; background-size: 4%; padding-left: 20px; }
.index_product_nav a:hover{background: #fff; color:#195cd5}
.gallery-top{width:100%; height: auto; overflow: hidden}
.gallery-top .swiper-slide{background: none;}
.gallery-top .swiper-slide a{width:100%; height: auto; display: block}
.in_pro_pic{width:70%; height: auto; display: block; margin: 0px auto;}
.in_pro_pic img{width:100%; height: auto; display: block}
.gallery-top .swiper-slide a h3{font-size: .18rem; color: #fff; font-weight: bold; width: 100%; height: .3rem; line-height: .3rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: .2rem}
.gallery-top .swiper-slide a p{font-size: .16rem; color: #fff; font-weight: bold; width: 100%; height: .28rem; line-height: .28rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-transform:uppercase}
.gallery-thumbs{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.gallery-thumbs .swiper-slide img{width:100%; height: auto; display: block}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev{width:37px; height: 62px; margin-top: 0; top:25%}
.in_pro_more{width:35%; height: .4rem; line-height: .4rem; color: #1f2980; font-size: .16rem;  display: block; margin:.35rem auto 0; text-align: center; background: #fff; border-radius: 8px;}
.swiper-slide-thumb-active img{border: 2px solid #000000}






/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(../images/case_bjs.jpg) no-repeat center; background-size: cover; padding: 20px 15px}
.index_case_title{width:100%; height: auto; overflow: hidden; position: relative}
.index_case_title h4{font-size:.4rem; color: #fff; text-align: center; font-weight: bold; opacity: 0.1}
.index_case_title h3{width:100%;  font-size:.2rem; color: #fff;  text-align: center; margin-top: -25px; font-weight: bold;}
.index_case ul{width:100%; height: auto; overflow: hidden; margin-top: .3rem}
.index_case ul li{width:49%; height: auto; float: left; margin-bottom: .2rem}
.index_case ul li:nth-child(2n){float: right}
.in_case_pic{width:100%; height: auto; overflow: hidden}
.in_case_pic img{width:100%; height: auto; display: block}
.index_case ul li h3{width:100%; height: .5rem; line-height: .25rem; font-size: .14rem;  color:#fff;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; text-align: center; margin-top: .1rem
}








/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: .3rem; padding: 0px 15px;}
.index_news_title{width:100%; height: auto; overflow: hidden; position: relative}
.index_news_title h4{font-size:.4rem; color: #eaeaea; text-align: center; font-weight: bold;}
.index_news_title h3{width:100%;  font-size:.2rem; color: #333333;  text-align: center; margin-top: -25px; font-weight: bold;}
.index_news_title p{font-size: .14rem; color: #444444; line-height: .24rem; text-align: center; margin-top: 8px}
.index_news_top {  width: 100%;  height:auto; overflow: hidden; margin-top: 30px; }
.news_pic{width:47%; height: auto; float: left; border: 1px solid #eee}
.news_pic img{width:100%; height: auto; display: block}
.news_info{width:auto; margin-left:50%;}
.news_info h3{font-size: .16rem; color: #333333; width: 100%; height: .35rem; line-height: .35rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.news_info span{font-size:.13rem; color: #666666; line-height: .2rem; display: block; margin:6px 0}
.news_info p{width:100%; height:.52rem; font-size:.13rem; color: #333333; line-height: .26rem;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_bottom{width:100%;  height: auto; overflow: hidden; margin: 15px 0}
.index_news_bottom li{width:100%; height:.35rem; line-height: .35rem;  margin-bottom: .1rem; }
.index_news_bottom li span{font-size:.13rem; color: #333333; float: right}
.index_news_bottom li h3{width:70%; height: 100%; font-size: .14rem; color: #333; float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }




/*联系我们*/
.index_contact_zi{width:100%; height: auto;position: relative; margin-bottom: .15rem}
.index_contact_zi h4{font-size: .4rem; color:#fff; opacity: 0.1; font-weight: bold;}
.index_contact_zi h3{font-size: .2rem; color:#fff; font-weight: bold; position: absolute; top:20px; left:15px}

.index_contact{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; padding: .36rem 15px}
.index_contact p{width:100%; height: .48rem; border: 1px solid #fff;  position: relative; margin-bottom: .15rem}
.index_contact p input[type="text"]{width:100%; height: 100%; font-size: .16rem; color: #fff; border: 0; background: none; padding: 0px 10px;opacity: 1}
.index_contact textarea{width:100%; height: 1.62rem; padding: 10px; font-size: .16rem; color: #fff; background: none;  border: 1px solid #fff; margin-bottom: .15rem}
.con_tijiao{width:100%; height:.4rem; color:#1f2980; font-size: .16rem; text-align: center; line-height: .4rem; border: 0; background: #ffffff}

::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  opacity: 0.27
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity: 0.27
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
  opacity: 0.27
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
	opacity: 0.27
}  





/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 666; height: 60px;width: 100%; background:#1f2980; font-size: .14rem; padding: 0px 10px; }
footer ul{width:100%; height: 100%;}
footer li{width: 25%;height: 100%;float: left;}
footer li img{width: 24px;height: 24px;display: block;margin: 0 auto}
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding-top:6px;color: #fff}
footer span{line-height:30px; font-size: 12px; color: #fff; display: block; width: 100%;}
footer .n1{background: url(../images/f_1.png) no-repeat center;background-size:  100% 100%; width:26px;}
footer .n2{background: url(../images/f_2.png) no-repeat center;background-size:  100% 100%; width:21px;}
footer .n3{background: url(../images/f_3.png) no-repeat center;background-size:  100% 100%; width:26px;}
footer .n4{background: url(../images/f_4.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n5{background: url(../images/f_5.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer a.active{background: #ffffff}
footer i{height:20px; display: block; margin: 2px auto 0;  }
footer a.active span{color:#1f2980}
footer a.active .n1{background: url(../images/f_h1.png) no-repeat center;background-size:100% 100%; width:20px;} 
footer a.active .n2{background: url(../images/f_h2.png) no-repeat center;background-size:100% 100%; width:20px;}
footer a.active .n3{background: url(../images/f_h3.png) no-repeat center;background-size:100% 100%; width:31px;}
footer a.active .n4{background: url(../images/f_h4.png) no-repeat center;background-size:100% 100%; width:17px;}
footer a.active .n5{background: url(../images/f_h5.png) no-repeat center;background-size:100% 100%; width:20px;}
.copy {width: 100%; clear: both;  text-align: center; margin: .2rem 0 }
.copy h3{font-size: .16rem; color: #000000; text-align: center}
.copy h3 span{font-size: .25rem; color:#195cd5; font-weight: bold;}
.copy_hz{width:1.3rem; height: .3rem; line-height: .3rem; border-radius: 25px; background: #195cd5; text-align: center; margin:10px auto; display: block; color:#fff; font-size: .12rem;}
.copy .copy_zi{ font-size: .14rem; color: #959595; height: 30px; line-height: 30px;}
.copy p{width:100%; font-size: .14rem; color: #999; line-height: 30px;}







/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:28px; padding:0px 2%;  clear:both;
  text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; font-size:.13rem; margin:5px auto;}
 .pos a{color:#313131; font-size:.13rem}
 .pos span{color: #1f2980; font-size:.13rem}
 .pos span.wei{background: url(../images/sy.png) no-repeat left center; padding-left: 20px; color: #313131; background-size:15px}
 .ny{width:100%; padding:20px 15px; line-height:26px; clear:both; color:#333333; font-size:.13rem}
 .ny img,.index_abou_xx img{max-width:100%; display:block; height:auto!important}
 .ny_about_info{width:100%; height: auto; display: block; overflow: hidden; margin: 8px auto; padding: 0px 15px}
 .ny_ban{width:100%; height:auto; overflow:hidden}
 .ny_ban img{width:100%; height:auto; display:block;}
 .ny p{color:#333333; font-size:.13rem; line-height:26px;}




 /*内页新闻*/
.news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: 25px;}
.news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
.news_x li h3{height:25px; color:#313131;  font-weight:bold; font-size:.16rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.13rem; color:#7d7d7d; height: 20px; line-height: 20px;}
.news_x li h4{font-weight:normal; color:#626262; height:58px; line-height:20px; overflow:hidden; margin-top: 10px; font-size:.13rem; }



/*内页荣誉资质*/
.honor_list{width:100%; padding:20px 10px; clear:both;}
.honor_list li{width:48%;  float:left;height: auto;}
.honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.honor_list li p{line-height:40px; height:40px; overflow:hidden; color:#333; font-size:.13rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap}
.honor_list li:nth-child(2n){float:right}


/*内页导航*/
.index_clei{ width:100%; height:auto; line-height:45px; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.13rem; text-align:center; width:33.33%; height:100%; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#1f2980; color:#fff }
.pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
.about_ban{ background: url(../images/about.jpg) no-repeat; background-size: 100% 100%; text-align: center }
.about_ban h3{ font-size: .3rem; font-weight: bold; color: #fff;}
.about_ban p{font-size: .16rem; color:#fff}
.index_plei{width:100%; height:auto; line-height:45px; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.13rem; text-align:center; width:50%; height:45px; display:block; overflow:hidden; 
float:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.index_plei a.active{ background:#1f2980;color:#fff }

.index_jjnav a{width:100%;}


.ny_biaoti{width: 100%; font-size:.2rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}
.ny_time{width: 100%;  line-height: 30px; color: #888; height: auto;   margin-bottom: 20px; border-top: 1px solid #666; border-bottom: 1px solid #666;
           text-align: center; clear: both; font-size:.14rem;}
.keyword_light,.keyword_light p{font-size:.14rem; color:#333}
.keyword_light video{width:100%; height:auto;}


/*联系我们*/
.ditu{width:100%;height:300px;padding: 0px 15px}
.ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}


.table_xx{width:100%; overflow-y:auto;}




@media screen and (max-width:320px){
	.logo{width:1.3rem}
	

}






@media screen and (max-width:320px){
	html {
		font-size: 86px;
	}
	

}




