@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden;  padding-bottom:1.1rem; font-size: .24rem; }
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .25rem;}
.clr{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float:left}
.r{float:right}




/*头部*/
.index_header{width:100%; height: auto; z-index:999;  position:fixed; top:0; left:0;  background: #fff}
.header{width:100%; clear:both; height:1rem;  padding:0 3%}
.logo{float:left; width:auto; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{align-items: center; width:1.9rem; max-height: 100%}
.menu{float:right; height:100%; width:1rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: .55rem; align-items: center; margin: 0px auto;}



.xymob-menu{width:100%; height: 100vh; position: absolute; right:0; left:0; background: #fff; display: none; padding: 0 5%;  z-index: 9999;  }
.xymob-menu .xymob-menu-box{height: 100vh; overflow: auto; padding-bottom: 80px; }
.xymob-nav > li { border-bottom: 1px solid #d0d0d0; position: relative;}
.xymob-nav > li > a { display: block; line-height: 50px; font-size: 16px; color: #333;}
.xymob-nav .xymob-menu-jt { position: absolute; width: 20%; height: 50px; line-height: 50px; right: 0; top: 0; text-align: center; z-index: 9;}
.xymob-nav .xymob-menu-jt .icon-font{display: block; width: 100%; height: 100%; background:url(../images/down.png) no-repeat center}
.xymob-nav .xymob-sub-menu{display: none;}
.xymob-nav .xymob-sub-menu > li{border-top: 1px solid #d0d0d0; position: relative;}
.xymob-nav .xymob-sub-menu > li > a {display: block; font-size: 14px; color: #333; line-height:40px; text-indent: .2rem;}
.xymob-navbtn {float: right; width:.6rem; height:1rem; display: flex; align-items: center;}
.xymob-navbtn img{width:100%}




/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; margin-top:1rem }
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.slide-inner img{width:100%; display: block; height:auto;      transition: transform 5s ease 0s, opacity 2s ease 0s;}
.banner .swiper-pagination{bottom:5%; color:#fff; font-size: 16px; text-align:center; width:100%}
.banner .swiper-pagination-bullet{width:12px; height: 12px; background: #fff; margin:0 5px;}
.banner .swiper-slide-active img{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.banner .swiper-pagination-bullet-active{opacity: 1; background: #0896e5}
.ban_info{width:100%; height: auto; position: absolute; top:30%; left:0; text-align: center; padding: 0 .4rem}
.ban_info h4{color:#fff; font-size:.5rem; font-weight: bold; margin-bottom: .2rem;}
.ban_info h5{color:#fff; font-size:.27rem; line-height: .45rem}
.ban_info_link{width:90%; display: table; margin:.5rem auto 0;}
.ban_info_link a{width:48%; height:.7rem; background: #0896e5; border-radius: 30px; text-align: center; line-height: .7rem; font-size: .28rem; float: left; color:#fff; }
.ban_info_link a:nth-child(2){background: #0e72bb; float: right}






/*主营业务*/
.index_yewu{width:100%; height: auto; overflow: hidden; margin:.6rem 0 0}
.index_yewu_left{width:100%; height: auto;overflow: hidden; }
.index_yewu_left dl{width:100%; height: auto; overflow: hidden; margin-bottom: .5rem;}
.index_yewu_left dl dt{width:1rem; height: auto; float: left; text-align: center; margin-top:.2rem}
.index_yewu_left dl dt img{max-width:80%}
.index_yewu_left dl dd{ height: auto; margin-left:1.4rem; transition: all 0.4s ease-in-out;}
.index_yewu_left dl dd h4{color:#fff; font-size: .33rem;}
.index_yewu_left dl dd hr{width:100%; height:1px; background: #fff; display: block; border: 0; margin:.2rem 0 .2rem}
.index_yewu_left dl dd h5{color:#fff; font-size: .26rem; line-height: .4rem;}
.index_yewu_right{width:100%; height: auto; float: right; position: relative; margin-top:.6rem; text-align: center}
.index_yewu_right img.yewu_right_img{max-width:100%;}
.xian{width:584px; position: absolute; top:57px; right:0; -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    -webkit-animation: circle2 8s infinite linear;
    animation: circle2 8s infinite linear;     -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
.xian2{width:489px; position: absolute; top:-14px; right:47px;  }
.index_yewu_right a{width:1.3rem; height:1.3rem; background: #0896e5; border-radius: 50%; text-align: center; position: absolute; top:0; right:.8rem; 
	padding-top:.3rem;}
.index_yewu_right a img{width:.3rem}
.index_yewu_right a p{color:#fff; font-size: .26rem; margin-bottom:.1rem;}
.index_yewu_left dl:hover dd{margin-left: .4rem}


.index_yewu_right ul{width:100%; height:100%; overflow:hidden; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.index_yewu_right ul li{width:.4rem; position:absolute; }
.index_yewu_right ul li img{width:100%; display:block; width: .4rem}
.yw1{top:1.2rem; left:24%; animation:mymove 3s infinite;}
.yw2{top:.6rem; left:57%; animation:mymove 3s infinite;}
.yw3{top:1.2rem; left:41%; animation:mymove 2s infinite;}
.yw4{top:1.9rem; right:25%; animation:mymove 2s infinite;}
.yw5{top:3.1rem; right:19%; animation:mymove 3s infinite;}


@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}

 @-webkit-keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


.index_yewu_all{width:100%; height:auto; overflow:hidden; background:url(../images/zyyw_bjs.jpg) no-repeat center; padding:60px 0; margin-top:40px; background-size:cover;}






/*优势*/
.index_khys{width:100%; height:auto; background: url(../images/youshi_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover;
	padding:.8rem 0 .9rem}
.index_khys ul{width:100%; height: auto; overflow: hidden; margin-top:.6rem; display: flex;  display: -webkit-flex;  -webkit-justify-content: space-around; justify-content: space-around;   display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index_khys ul li{width:49%; height:auto;  background: rgba(0,68,118,0.6); float: left; padding:.5rem .2rem .4rem; text-align: center; 
	margin-bottom:.3rem;}
.index_khys ul li:nth-child(2n){float: right}
.index_khys_icon{width:100%; height:1rem; display: flex; align-items: center; margin-bottom: .2rem;}
.index_khys_icon img{max-width:25%; max-height:75%; align-items: center; margin: 0px auto; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_khys ul li h4{color:#fff; font-size: .32rem;}
.index_khys ul li p{color:#fff; font-size: .26rem; line-height: .4rem; margin-top:.3rem;}
.index_khys ul li:hover{background: #0896e5}
.index_khys ul li:hover .index_khys_icon img{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}
.index_khys_ul{margin-top:0!important; }
.index_khys_ul li{float: none;}



/*产品*/
.index_products{width:100%; height: auto; overflow: hidden; margin:1rem 0}
.index_products_fbt{width:100%; height: auto; overflow:hidden; color: #212529; font-size:.27rem; margin:.3rem 0 .5rem; text-align: center}
.index_products_title{width:100%; height: auto; text-align: center; margin: 0px auto; overflow: hidden}
.index_products_title a{width:49%; height:.7rem; background: #f5f5f5; text-align: center; line-height:.7rem; font-size:.26rem; color: #212529; float: left;  margin-bottom: .2rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_products_title a:nth-child(2n){float:right}
.index_products_title a:hover{background: #0896e5; color:#fff}
.index_products_all{width:100%; height: auto; margin-top:.3rem; }
.index_products_all ul{padding:20px 0; width:100%; height:auto; }
.index_products_all ul li{width:48%; height:auto; float:left; margin-bottom:.2rem;}
.index_products_all ul li:nth-child(2n){float: right}
.in_pro_li{width:100%; height: auto; overflow: hidden; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 10px;}
.index_pro_pic{width:100%; height: auto; overflow: hidden}
.index_pro_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_pro_xx{width:100%; height: auto; overflow: hidden; margin:.15rem 0 .25rem}
.index_pro_xx h4{color:#212529; font-size:.28rem; width: 100%; height:.5rem; line-height:.5rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_xx p{color:#777777; font-size:.26rem; width: 100%; height:.4rem; line-height:.4rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_nav{width:100%; height: auto; overflow: hidden}
.index_pro_nav a{width:100%; height:.55rem; line-height:.55rem; text-align: center; font-size:.24rem; color: #fff; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap; background: #0896e5; display:block}
.index_pro_nav a:nth-child(2){background: #0e72bb; margin-top:.15rem}
.in_pro_li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_pro_li:hover h4{color:#0896e5}






/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat top center;  padding-top:.5rem; }
.index_about_tt{width:100%; height: auto; overflow: hidden; text-align: center}
.index_about_tt h5{color:#fff; font-size: .8rem; font-weight: bold; line-height: .8rem; opacity: 0.2; text-transform: uppercase}
.index_about_tt h4{color:#fff; font-size: .52rem; font-weight: bold; margin-top: -.5rem}
.index_about_xx{width:100%; height: auto; overflow: hidden; display: block; margin:.3rem auto 1.2rem; text-align: center; font-size:.26rem; color: #fff; 
	line-height:.45rem; }
.index_about_num{width:100%; height: auto; margin:0px auto; display: flex; display: -webkit-flex; -webkit-justify-content:space-around; 
	justify-content:space-around; margin-bottom: .3rem}
.index_about_num dl{width:50%; text-align: center}
.index_about_num dl dt span{color:#fff; font-size:.7rem; font-weight: bold;}
.index_about_num dl dt{font-size:.26rem; color: #fff}
.index_about_num dl dd{color:#fff; font-size:.26rem;}
.index_about_li{width:100%; height: auto; overflow: hidden; margin-top: .7rem}
.index_about_li li{width:100%; height: auto; position: relative; overflow: hidden; }
.index_about_li li:after{content:""; width:100%; height:100%; background:rgba(0,68,118,0.8); position:absolute; top:0; left:0}
.about_li_img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_li_hover{width:100%; height: auto; overflow: hidden; position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); text-align: center; 
transition: all 0.4s ease-in-out; z-index:2; padding:0 .25rem}
.about_li_hover h4{color:#fff; font-size: .38rem;}
.about_li_hover h5{color:#fff; font-size: .27rem; margin:.25rem auto;}
.about_li_hover img{width:.4rem}
.index_about_li li:hover .about_li_img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_about_li li:hover .about_li_hover{margin-top:-10px;}
.index_about_li li:hover:after{background:rgba(0,150,229,0.9)}




/*服务保障*/
.index_service{width:100%; height: auto; overflow:hidden; margin:.6rem 0}
.index_service ul{width:auto; height: auto; overflow: hidden; margin:.6rem auto 0;display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content:space-around;}
.index_service ul li{width:50%; height: auto; float: left; text-align: center; padding: 0 .25rem}
.index_service_icon{width:2.3rem; height: 2.3rem; margin: 0px auto; position: relative; padding:.2rem;}
.index_service_icon:after{content: ""; width: 100%; height: 100%; background: url(../images/yuan_dian.png) no-repeat center; background-size: 100% 100%; position: absolute; top:0; left:0;}

.index_service ul li:hover .index_service_icon:after{animation:circleRoate 5s infinite linear ;}
@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 
.service_icon_img{width:100%; height: 100%; background: #ebf3ff; display: flex; align-items: center; border-radius: 50%}
.service_icon_img img{align-items: center; margin: 0px auto; width:45%}
.index_service ul li h4{color:#212529; font-size:.34rem; margin:.25rem 0 .25rem}
.index_service ul li p{color:#777777; font-size: .26rem;}
.index_service ul li:hover .service_icon_img{background: #0896e5}
.index_service ul li:hover .service_icon_img img{filter: brightness(0) invert(1); -webkit-filter:  brightness(0) invert(1);
            -moz-filter:  brightness(0) invert(1);
            -ms-filter: brightness(0) invert(1);
            -o-filter:  brightness(0) invert(1);}


.index_service_ul li{width:70%!important}


/*运输案例*/
.index_case{width:100%; height: auto; overflow: hidden; padding:.8rem 0; background: #f4f5f7}
.index_case ul{width:100%; overflow: hidden; margin-top: .5rem}
.index_case ul li{width:48%; height: auto; float: left; margin-bottom: .2rem}
.index_case ul li:nth-child(2n){float: right}
.index_case_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_case_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  
	-webkit-transform: all 1s ease 0s;}
.index_case_pic:after{content: ""; width: 100%; height: 100%; background: rgba(8,150,229,0.8) url(../images/case_jts.png) no-repeat center; position: absolute; top:0; left:0; opacity: 0; background-size:25%}
.index_case ul li:hover .index_case_pic:after{opacity: 1}
.index_case ul li a h4{width:100%; height:.5rem;  line-height:.5rem; color: #212529; font-size:.27rem; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; text-align: center; margin-top: 10px;}


/*运输品*/
.index_yspl{width:100%; height: auto; overflow: hidden; margin:.8rem 0 .6rem}
.index_yspl_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_yspl_title h5{color:#212529; font-size:.7rem; font-weight: bold; line-height:.8rem; text-transform: uppercase}
.index_yspl_title h4{color:#212529; font-size:.52rem; font-weight: bold; margin-top: -.5rem}
.index_yspl ul{width:100%; height: auto; padding:.2rem 0; margin-top:.5rem;   display: -webkit-flex;
    display: flex;  -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.index_yspl ul li{width:32%; height:auto; float: left; margin-right:2%;  background: #fff; box-shadow: 0 0 12px rgba(0,0,0,0.1); 
	margin-bottom:.3rem; padding: .2rem .15rem; position: relative}
.index_yspl ul li a{position:relative; z-index: 2}
.index_yspl ul li:nth-child(3n){margin-right: 0}
.index_yspl ul li h3{color:#212529; font-size:.25rem; text-align: center}
.index_yspl_pic{width:100%; height:.8rem; text-align: center; display: flex; align-items: center; margin:.15rem auto}
.index_yspl_pic img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.index_yspl ul li:hover h3{color:#fff}
.index_yspl ul li:hover .index_yspl_pic img{filter: brightness(0) invert(1); -webkit-filter:  brightness(0) invert(1);
            -moz-filter:  brightness(0) invert(1);
            -ms-filter: brightness(0) invert(1);
            -o-filter:  brightness(0) invert(1);}

.index_yspl ul li:after{content: ""; width: 100%; height:0; background: #0896e5; position: absolute; bottom:0; left:0; transition: all 0.4s ease-in-out;}
.index_yspl ul li:hover:after{height: 100%}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden;  background: #f4f5f7; padding:.8rem 0}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h5{color:#212529; font-size:.7rem; font-weight: bold; line-height:.8rem; text-transform: uppercase}
.index_news_title h4{color:#212529; font-size:.52rem; font-weight: bold; margin-top: -.5rem}
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.index_news ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem}
.index_news_pic{width:50%; overflow: hidden; float:left;}
.index_news_pic img{width:100%; display: block}
.index_news_xx{height: auto; overflow: hidden; margin-left:53%;}
.index_news_xx h4{width:100%; height:.5rem; line-height:.5rem; overflow: hidden; color: #212529; font-size:.3rem; text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap }
.index_news_xx p{width:100%; height:.8rem; overflow: hidden; color:#777777; font-size:.26rem; line-height:.4rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.index_news_xx span{color:#777777; font-size:.26rem; margin:.12rem auto; display: block}
.index_news_btn{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.index_news_btn a{width:48%; height:.7rem; line-height: .7rem; float: left; overflow: hidden;  color: #fff; font-size:16px; text-align: center;}
.in_nmore{background: #0896e5;}
.in_nzixun{background: #0e72bb; float: right!important}




/*合作伙伴*/
.index_hezuo{width: 100%; height: auto; overflow: hidden; background:#e8eaef; padding:.6rem 0}
.index_hezuo .swiper-slide a{width:100%; display: block; overflow: hidden}
.index_hezuo .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_hezuo .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:0px 2%; font-size:.23rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; }
.pos a{color:#313131; font-size:.23rem}
.pos span{color: #0896e5; font-size:.23rem}
.pos span.wei{color: #313131;}
.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; margin-top:1rem}
.ny_ban img{width:100%; height:auto; display:block;}
.ny p,.ny span{color:#333333; font-size:.24rem!important; line-height:.45rem;}
 


 /*内页新闻*/
.news_x{width:100%;  margin-bottom:.15rem; clear:both;padding:0px .2rem; 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:.25rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.23rem; color:#7d7d7d; height: .3rem; line-height: .3rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.8rem; line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.24rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}



/*内页荣誉资质*/
.honor_list{width:100%; padding:.2rem; 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:.25rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem;}
.honor_list li:nth-child(2n){float:right}

.pic_list{width:100%; padding:.3rem .2rem; clear:both; overflow:hidden}
.pic_list a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.pic_list a img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.pic_list a 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}
.pic_list a: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:50%; 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:#0896e5; 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:100%; height:.7rem; display:block; overflow:hidden; 
float:left; }
.index_plei a.active{ background:#0896e5;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: .6rem; 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}



/*联系我们*/
.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 0}


.ny_contact_ly{width:100%; height:auto; background: url(../images/contact_bjs.jpg) no-repeat center; padding:.6rem 0; margin-top:.6rem; background-size:cover;}
.ny_contact_ly h3{font-size:.5rem; color: #fff; font-weight: bold; text-align: center; margin-bottom: .5rem;}
.contact_ly_info{width:100%; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height:auto;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:100%;  height:.8rem; position: relative; border: 1px solid #4a4a4a; margin-bottom:.2rem}
.contact_ly_info dl dd{width:100%;  height:.8rem; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height:1.6rem; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize:none }
.con_submit{width:100%; height:.8rem; background: #fff; text-align: center; line-height: .8rem; border: 0; display: block; margin:.2rem auto; font-size:.27rem;}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

.policy_links{margin-top:10px; color:#fff}
.ysxy{font-size:14px; color:#666}
.ysxy a{color:#ff0101}
.ysxy span{color:#fff}





/*发展历程*/
.ny_events_li{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: 25px;}
.ny_events_li li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
.ny_events_li li h3{height:25px; color:#313131;  font-weight:bold; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_events_li li h4{font-size:0.8em; color:#7d7d7d; height:auto; line-height: 20px;}
.events_li_xx{font-weight:normal; color:#626262; height:auto; line-height:.5rem; overflow:hidden; margin-top: 10px; width:100%;}
.events_li_xx p{ color:#626262; height:auto; line-height:.5rem; font-size:.26rem;}





/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1.1rem;width: 100%; background: #0896e5 }
footer ul{width:100%; height:100%;}
footer li{width:20%;height: 100%;float: left;}
footer li a{display: block;width: 100%;height: 100%;text-align: center; box-sizing: border-box;color: #3c3c3c;  padding-top:.2rem }
footer span{line-height:.3rem; font-size: .2rem; width: 100%; display: block; color: #fff; margin-top: .1rem }
footer i{height:.4rem; display: block; margin:0 auto 0;  }
footer i img{height: 100%}
footer li a.active{background: #0e72bb}
.copy{width: 100%;   line-height: .3rem; clear: both; font-size: .26rem; border-top:1px solid rgba(255,255,255,0.4); padding-top: 20px;}
.copy p{color:#fff;line-height:.45rem; font-size:.26rem; }
.copy a{color:#fff;line-height:.45rem; font-size:.26rem; }
.index_footer{width:100%; height: auto; overflow: hidden; background: url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; padding: .7rem 0}
.footer_left{width:100%; overflow: hidden}
.footer_logo{width:100%; height: auto; overflow: hidden}
.footer_logo img{width:1.8rem; display: block;}
.footer_left h4{color:#ffffff; font-size:.34rem; font-weight: bold; margin-top:.3rem; margin-bottom:.15rem;}
.footer_left p{color:#ffffff; font-size:.34rem; font-weight:100; line-height:.45rem;}
.footer_dizhi{width:100%; height: auto; overflow: hidden; text-align: center; margin: .3rem 0 0}
.footer_dizhi p{color:#fff; font-size:.26rem; line-height: .5rem}
.index_footer_links{width:90%; height: auto; overflow: hidden; margin: 0px auto; margin-top: .4rem;}
.index_footer_links a{color:#fff; font-size:.28rem; width: 48%; height: .8rem; line-height: .8rem;  padding-left: .4rem}
.f_hezuo{background:#000000 url(../images/f_jts.png) no-repeat 90% center; float: left;}
.f_jstp{background:#555555 url(../images/f_jts.png) no-repeat 90% center; float:right}
.footer_b_left{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.footer_dhs{width:100%; height: auto; overflow: hidden; color:#ffffff; font-size: 24px; font-weight:bold; 
	background: url(../images/f_dhs.png) no-repeat left center;  padding-left: 30px; margin-bottom:10px;}
.footer_b_left p{width:100%; color:#fff; font-size: 16px; line-height: 30px;}





@media screen and (max-width:500px){
	html{font-size: 78.125px;}
}

@media screen and (max-width:425px){
	html{font-size: 66.4062px;}

}

@media screen and (max-width:414px){
	html{font-size: 64.6875px;}

}



@media screen and (max-width:375px){
	html{font-size: 58.5938px;}

}


@media screen and (max-width:360px){
	html{font-size: 57.0312px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 50px;}

}
