@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:1.25rem;}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .2rem;}
.clearfix{clear: both}
html{font-size: 100px;}


@font-face {
    font-family: 'bex';
    src: url('../font/锐字巅峰粗黑简1.0.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             



/*导航*/
.index_header{width:100%; clear:both; height:1.28rem; padding-left: .2rem}
.header{width:100%; height:1.28rem;}
.logo{float:left; width:2.35rem; height:100%; display: flex; align-items: center;}
.logo a{height: 100%;  display: flex; align-items: center;}
.logo img{align-items: center; margin: 0px auto; max-width: 100%; width:2.35rem}
.h_yy{float: right; color:#333333; font-size: .3rem; line-height:1.28rem; margin-right:5%; background: url(../images/yw_icon.png) no-repeat left center; background-size: .4rem;  padding-left:.6rem}
.menu{float:right; height:100%; width:1.25rem;  display: flex; align-items: center; background: #009a42; }
.menu a{width:100%; height:100%; display: flex; align-items: center; }
.menu img{height:auto; max-width:100%; align-items: center; margin: 0px auto; width:.4rem}
.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: #009a42; 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:.42rem;padding: .08rem 0; text-indent:1em; color:#fff;  font-size:.26rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:.26rem; width:100%; height:100%; display:block;}
.menu_body{width:100%; min-width:150px; overflow:hidden;  display:none;}
.menu_body a{width:100%; display:block; height:.5rem; line-height:.5rem; color:#fff; text-indent:1em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size: .24rem}
.banner{width:100%;height:auto;  position: relative}
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; height: auto; overflow: hidden; display: block}
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
 }
.swiper-slide {

  font-size: 18px;

  /* 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: #256b08}
.swiper-pagination{bottom:5%!important}
.banner .swiper-pagination-bullet{width:10px; height: 10px;}


.banner_info{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); padding: 0 .2rem}
.banner_info h3{color:#fff; font-size:.66rem; font-weight:bold; margin-bottom:.1rem}
.banner_info h5{color:#fff; font-size:.66rem; font-weight:bold; margin-bottom:.5rem}
.banner_info h3 span{color:#009a42; font-size:.66rem;}
.banner_info p{color:#fff; font-size:.3rem; opacity: 0.65; line-height:.5rem;}
.ban_yuan{width:56px; height: 56px; background: url(../images/bb_jts.png) no-repeat center; float: left; position: relative; margin-top:.5rem;}
.ban_yuan i{width:100%; height: 100%; display: block; background: url(../images/ys_yuan.png) no-repeat center; animation:circleRoate 5s infinite linear;  }
.banner_info h4{color:#fff; font-size: .24rem; line-height: 56px; float: left; margin-left: .2rem; margin-top:.5rem; font-style: normal}

@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 




/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin-top: .2rem; background: url(../images/about_bj.jpg) no-repeat center; background-size: cover; 
	padding:.4rem .2rem .6rem; }
.section2_num{width:100%; height: auto; overflow: hidden; margin-top: .2rem }
.section2_num dl{float: left; width: 33.33%}
.section2_num dl dt{color:#009a42; font-size:.48rem; font-family: "Arial"; line-height: .7rem}
.section2_num dl dd{color:#009a42; font-size:.18rem; font-weight: bold;}
.section2_info{width:100%; height: auto; overflow: hidden; margin-top:.5rem; }
.section2_info h3{color:#000000; font-size:.32rem; font-weight: bold; margin-bottom:.2rem;}
.section2_xx{width:100%; height: auto; display: block; color:#666666; line-height: .42rem; font-size:.26rem;}
.section2_lianjie{width:100%; height: auto; margin-top:.3rem; }
.section2_lianjie a{width:24%; height: auto; margin-right:4%; float: left; 
transition: all 0.4s ease-in-out;}
.section2_lianjie a img{width:100%; height: auto; display: block}


/*系统*/
.index_xitong{width:100%; height: auto; overflow: hidden; background: url(../images/xt_bjs.jpg) no-repeat center; background-size: cover; padding-top: .55rem}
.index_xitong_top{width:100%; height: auto; overflow: hidden; padding: 0 .25rem}
.section3_title{width:100%; height: auto; overflow: hidden}
.section3_title h3{color:#fff; font-size: .43rem; font-weight: bold; margin-bottom: .2rem}
.section3_title h4{color:#fff; font-size: .3rem; font-weight: bold; margin-bottom: .2rem; font-weight: bold; opacity: 0.5; font-family: "Arial"; text-transform: uppercase}
.section3_all{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.section3_all h3{color:#fff; font-size: .32rem; font-weight: bold; margin-bottom: .2rem}
.bd_cp_xx{width:100%; height: auto; overflow:hidden; line-height:.4rem; color:#fff; font-size: .26rem; border-bottom: 1px solid rgba(255,255,255,0.5);  padding-bottom:.3rem; margin-bottom:.35rem; transition: all 0.4s ease-in-out;}
.bd_cp_info{width:100%; height: auto; overflow: hidden;line-height:.4rem; color:#fff; font-size:.26rem;  transition: all 0.4s ease-in-out;}
.index_xitong ul{width:100%; height: auto; overflow: hidden; background: rgba(0,0,0,0.59); margin-top:1rem}
.index_xitong ul li{width:50%; height: 2.54rem; float: left; border-right:1px solid rgba(255,255,255,0.59); border-top:1px solid rgba(255,255,255,0.59); padding-top:.6rem; padding-left: .2rem }
.index_xitong ul li:nth-child(2n){border-right:0}
.index_xitong ul li h3{color:#fff; font-size: .32rem; font-weight: bold; margin-bottom: .28rem}
.cp_jia{width:.62rem; height: .62rem;  border-radius: 50%; line-height:.55rem; color:#fff; font-size:.4rem; font-weight: bold;text-align: center; position: relative; 
	margin: .35rem 0 0}
.cp_jia i{ width:.62rem; height:.62rem;  position: absolute; background: url(../images/cp_yuan.png) no-repeat center; background-size: 95% 95%; top:0; left:0; border-radius: 50%;  animation:circleRoate 5s infinite linear;}




/*产品中心*/
.index_product{width:100%; height: auto; overflow: hidden; margin-top:.4rem}
.index_product .index_about_title{padding: 0 .2rem}
.index_product_xl{width:100%; height: auto; overflow: hidden; margin-top:.5rem; background-image: linear-gradient(to right, #009a42 , #009a42); 
	background-image: -webkit-gradient(to right, #051b56 , #0f76e0); 
	background-image: -webkit-radial-gradient(to right, #e11f19 , #0f76e0); padding:.7rem .25rem  }
.index_product_xl h3{color:#fff; font-size:.32rem; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: .25rem}
.index_product_xl ul{width:100%; height: auto; overflow:hidden; margin-top:.3rem; margin-bottom:.3rem}
.index_product_xl ul li{width:50%; height:.3rem; line-height:.3rem; float: left; margin-bottom:.3rem}
.index_product_xl ul li a{color:#fff; font-size:.26rem; font-weight: bold; opacity: 0.6; display: block}
.in_pro_more{width:.62rem; height:.62rem; background: url(../images/bb_jts.png) no-repeat center; float: left; position: relative}
.in_pro_more i{width:100%; height: 100%; display: block; background: url(../images/cp_yuan.png) no-repeat center; animation:circleRoate 5s infinite linear;}
.index_product_xl span{color:#fff; font-size:.2rem; font-weight: bold; margin-left: .2rem; line-height: .62rem;}
.index_product_xl ul li a:hover{opacity: 1}

.index_product_all{width:100%; height: auto; overflow: hidden; background: url(../images/product_bj.jpg) no-repeat center; background-size: cover; 
	padding: .4rem .6rem 1.6rem; position: relative}
.index_product_all .swiper-slide a{width:100%; height: auto; display: block}
.index_product_all .swiper-slide a h3{width:100%; height: auto; line-height:.4rem; color:#009a42; font-size:.36rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: url(../images/hh_yuan.png) no-repeat left center; padding-left: .2rem; margin-bottom: .4rem}
.section4_right_pic{width:100%; height: auto; border-radius: 15px;  box-shadow: 0 0 12px rgba(0,0,0,0.2); margin-top: 20px;}
.section4_right_pic img{width:100%; height: auto; display: block; border-radius:15px;}


.index_product_all .swiper-button-next,.index_product_all .swiper-button-prev{width:56px; height:56px; border: 1px solid #bac0c6; border-radius: 50%; top:auto; margin-top: 0; bottom:.4rem}
.index_product_all .swiper-button-next{background: url(../images/right_jts.png) no-repeat center; right:30%;}
.index_product_all .swiper-button-prev{background: url(../images/left_jts.png) no-repeat center; left:30%;}
.index_product_all .swiper-button-next:after,.index_product_all .swiper-button-prev:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #083076;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2px;
    margin-top: -2px;
    transform: rotate(45deg);
    transform-origin: 2px 30px;
  animation: view-more linear 2s infinite;
    animation-play-state: play;
}


@keyframes view-more{
	0%{transform:rotate(45deg);}
	100%{transform:rotate(405deg);}	
}








/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat center;  background-size: cover; padding: .3rem .2rem}
.index_about_title{width:100%; height: auto; overflow: hidden}
.index_about_title span{color:#000000; font-size: .3rem; font-weight: bold;}
.index_about_title dl{width:100%; height: auto; overflow: hidden; position: relative}
.index_about_title dl dt{color:#f6f6f6; font-size:1.24rem; line-height: 1.2rem }
.index_about_title dl dd{color:#000000; font-size:.43rem; position: absolute; top:.32rem; left:0; font-weight: bold; }
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.index_news ul li{width:100%; height: auto; overflow: hidden; margin-bottom:.15rem }
.news_li_pic{width:100%; height: auto; display: block; overflow: hidden}
.news_li_pic img{width:100%; height: auto; display: block;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
 }
.news_li_t{width:100%; height: auto; background-image: linear-gradient(to left, #009a42 , #009a42); 
	background-image: -webkit-gradient(to left, #051b56 , #0f76e0); 
	background-image: -webkit-radial-gradient(to left, #e11f19 , #0f76e0); padding:.3rem 4%}
.news_li_t span{color:#ffffff; font-size:.32rem; font-family: "Arial"; font-weight: bold;}
.news_li_t p{color:#ffffff; font-size: .2rem; font-family: "Arial"; line-height:.4rem; }
.news_li_t h3{color:#ffffff; font-size: .26rem; font-weight: bold; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; width: 100%; height:.35rem; 
	line-height:.35rem;}
.n_more{width:2.37rem; height:.63rem; background: url(../images/more.png) no-repeat center; background-size: 100% 100%; text-align: center; line-height: .63rem; 
	color: #009a42; display: block; font-size: .24rem; margin: .6rem auto .3rem}



/*联系我们*/
.index_contact{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bj.jpg) no-repeat center; background-size: cover; padding:.7rem .2rem}
.section6_title{width:100%; height: auto; overflow: hidden; position: relative}
.section6_title span{color:#fff; font-size: .3rem; font-weight: bold; margin-bottom: 8px;}
.section6_title dl{width:100%; height: auto; overflow: hidden; position: relative}
.section6_title dl dt{font-size:1.3rem; font-family: "Arial";color:rgba(255,255,255,0.05);}
.section6_title dl dd{color:#fff; font-size: .43rem; font-weight: bold; position: absolute; top:.48rem; left:0}
.contact_li{width:100%; height: auto; overflow: hidden; margin-top:.25rem;}
.contact_li span{color:#fff; font-size:.3rem; display: block; margin-bottom: .15rem}
.contact_li p{color:#fff; font-size: .3rem; line-height:.45rem;}
.section6_left{width:100%; height: auto; overflow: hidden; margin-bottom:.48rem  }
.section6_left h4{color:#fff; font-size:.3rem; margin-bottom:.15rem;}
.section6_left h3{color:#fff; font-size:.46rem; font-weight: bold; font-family: "Arial"}
.section6_left a.lkzx{width:3.3rem; height:.6rem; background: #009a42; border-radius:30px; text-align: center; line-height: .6rem; color: #fff; font-size:.26rem; 
display: block; margin-top:.28rem }
.section6_right{width:100%; height: auto;  background: rgba(0,0,0,0.59); padding:.3rem .3rem .7rem; overflow: hidden; margin-bottom: .5rem}
.section6_right h3{color:#ffffff; font-size:.32rem; font-weight:bold; margin-bottom: .4rem;}
.section6_right p{width:100%; height:.6rem; line-height:.6rem; position: relative; margin-bottom:.4rem; border-bottom: 1px solid rgba(255,255,255,0.5)}
.section6_right p input[type="text"]{color:#fff;  font-size:.26rem; background: none; border: 0; width: 100%;}
.section6_right textarea{width:100%; height: auto; overflow: hidden;  color:#fff;  font-size:.26rem; background: none; border: 0; resize: none; border-bottom: 1px solid rgba(255,255,255,0.5); margin-top: .4rem }
.sec_submit{width:2.15rem; height:.62rem; line-height: .62rem; color:#fff; font-size:.3rem;  display: block; border: 0; 
	margin-top:.3rem; float: right; background-image: linear-gradient(to left, #009a42 , #009a42); 
	background-image: -webkit-gradient(to left, #0f76e0 , #051b56); 
	background-image: -webkit-radial-gradient(to left, #0f76e0 , #051b56); margin-top: .7rem}










/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 666; height: 1.25rem;width: 100%; background-image: linear-gradient(to left, #009a42 , #009a42); 
	background-image: -webkit-gradient(to left, #0f76e0 , #051b56); 
	background-image: -webkit-radial-gradient(to left, #0f76e0 , #051b56); padding: 0px .2rem; }
footer ul{width:100%; height: 100%;}
footer li{width: 20%;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:.2rem;color: #fff}
footer span{line-height:.3rem; font-size:.2rem; color: #fff; display: block; width: 100%;}
footer .n1{background: url(../images/f_1.png) no-repeat center;background-size:  100% 100%; width:.4rem;}
footer .n2{background: url(../images/f_2.png) no-repeat center;background-size:  100% 100%; width:.4rem;}
footer .n3{background: url(../images/f_3.png) no-repeat center;background-size:  100% 100%; width:.63rem;}
footer .n4{background: url(../images/f_4.png) no-repeat center;background-size:  100% 100%; width:.35rem;}
footer .n5{background: url(../images/f_5.png) no-repeat center;background-size:  100% 100%; width:.4rem;}
footer a.active{background: #ffffff}
footer i{height:.4rem; display: block; margin: 0 auto .1rem }
footer a.active span{color:#009a42}
footer a.active .n1{background: url(../images/f_h1.png) no-repeat center;background-size:100% 100%; } 
footer a.active .n2{background: url(../images/f_h2.png) no-repeat center;background-size:100% 100%; }
footer a.active .n3{background: url(../images/f_h3.png) no-repeat center;background-size:100% 100%;}
footer a.active .n4{background: url(../images/f_h4.png) no-repeat center;background-size:100% 100%; }
footer a.active .n5{background: url(../images/f_h5.png) no-repeat center;background-size:100% 100%;}
.copy {width: 100%; clear: both;  text-align: center; margin: .3rem 0 }
.copy h3{font-size: .24rem; 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:.1rem auto; display: block; color:#fff; font-size: .12rem;}
.copy .copy_zi{ font-size: .24rem; color: #959595; height: .35rem; line-height: .35rem;}
.copy p{width:100%; font-size: .24rem; color: #999; line-height: .35rem;}





/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:5px 2%; font-size:.2rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; font-size:.2rem}
.pos a{color:#313131; font-size:.2rem}
.pos span{color: #009a42 ; font-size:.2rem}
.pos span.wei{background: url(../images/sy.png) no-repeat left center; padding-left:.2rem; color: #313131; background-size:.2rem}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.24rem}
.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,.ny span{color:#333333; font-size:.24rem!important; line-height:.4rem;}
 


 /*内页新闻*/
.news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: .2rem;}
.news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
.news_x li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.24rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.2rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.6rem; line-height:.3rem; overflow:hidden; margin-top: .1rem; font-size:.2rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}

/*内页荣誉资质*/
.honor_list{width:100%; padding:20px 10px; clear:both;}
.honor_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.honor_list li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.honor_list li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.honor_list li:nth-child(2n){float:right}

/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:33.33%; height:.7rem; line-height:.7rem; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#009a42 ; 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:.7rem; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.24rem; text-align:center; width:50%; height:.7rem; display:block; overflow:hidden; 
float:left; }
.index_plei a.active{ background:#009a42 ;color:#fff }
.ny_biaoti{width: 100%; font-size:.35rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.5rem}
.ny_time{width: 100%;  line-height: .5rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
           text-align: center; clear: both; font-size:.24rem;}
.keyword_light,.keyword_light p{font-size:.2rem; color:#333; line-height:.4rem}
.ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}




/*联系我们*/
.ditu{width:100%;height:5rem;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}

  
  







@media screen and (max-width:500px){
	html{font-size: 66.6667px;}
	

}

@media screen and (max-width:425px){
	html{font-size: 56.6667px;}

}

@media screen and (max-width:414px){
	html{font-size: 55.2px;}

}



@media screen and (max-width:375px){
	html{font-size:50px;}

}


@media screen and (max-width:360px){
	html{font-size: 48px;}

}


@media screen and (max-width:320px){
	html{font-size: 42.6667px;}

}







