@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
body{background-image: linear-gradient(-45deg, #fdfffe , #ecf9ff);}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1440px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1440px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}


.header_all{width:100%; height:90px; position:fixed; top:0; left:0; z-index: 999;  padding: 0 3%; }
.h_logo{width:20%; max-width:75px; height:90px; float: left; display: flex; align-items: center; }
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.h_yuyan{float:right; position: relative}
.h_yuyan p{line-height: 90px; color: #fff; position: relative;  background: url(../images/yy_icon.png) no-repeat left center; padding-left:35px; padding-right:25px;}
.h_yuyan p:after{content: ""; width:13px; height: 7px; background: url(../images/san.png) no-repeat center; position: absolute; top:50%; right:0}
.h_yuyan_p{width:145px; height: auto; background: #fff; position: absolute; top:70px; right:0; text-align: center; display: none}
.h_yuyan_p a{color:#333; font-size: 16px; display: block; margin: 10px auto}
.h_yuyan:hover .h_yuyan_p{display: block}
.h_yuyan_p a:hover{color:#289d10}
.f_top{background: #fff}
.ignore li {padding:0 5px;}
.ignore li img{width:20px; margin-right:5px; }
.ignore li a{width:100%; display:flex; align-items:center; font-size:14px; }


/*导航*/
#menu{max-width:70%; position: relative; z-index:9; float:right; margin-right:3%; margin-top: 28px}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; display: flex; justify-content:space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; }
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative;  display: table; margin: 0px auto; padding:11px 31px; }
#menu .nav .nLi p a{color:#fff;font-size:16px; height:100%; overflow: hidden; position: relative; }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:42px;  position:absolute;  line-height:26px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height:auto;font-size: 15px;  color:#333; margin:5px 0}
#menu .nav .sub a:hover{ color:#289d10;  }
#menu .nav .active p,#menu .nav .nLi:hover p{background: #289d10; border-radius: 25px}
.f_top #menu .nav .nLi p a{color:#333}
.f_top #menu .nav .active p a{color:#fff}
.f_top .h_yuyan p{color:#333}
.f_top #menu .nav .nLi:hover p a{color:#fff}


/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.banner .swiper-slide a img{width:100%; display: block; height:auto; transition: transform 5s ease 0s, opacity 2s ease 0s; }
.banner .swiper-pagination{bottom:2%; z-index: 9; width:100%; left: 50%; transform: translate(-50%, 0);}
.banner .swiper-pagination-bullet{width:10px; height: 10px; background: #fff; opacity: 0.3; margin: 0 14px!important; position: relative}
.banner .swiper-pagination-bullet:after{content: ""; width:12px; height:12px; border: 1px solid #fff; border-radius: 50%; position: absolute; top:-2px; left:-2px; transform: scale(1.8); opacity: 0 }
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .swiper-pagination-bullet-active:after{opacity: 0.5;}
.banner .swiper-slide-active a img { transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.ban_info{width:100%; height: auto; position: absolute; top:50%; left:0; transform: translate(0,-50%); text-align: center}
.ban_info h5{color:#ffffff; font-size:60px; font-weight: bold; display: table; text-shadow: 0 0 9px rgba(0,0,0,0.28); margin: 0px auto;}
.ban_info h4{color:#ffffff; font-size:36px; margin:30px auto 70px; display: table; text-shadow: 0 0 9px rgba(0,0,0,0.4);}
.ban_info span{width:253px; height: 63px; background: #289d10; border-radius: 25px; text-align: center; line-height: 63px; font-size: 16px; border-radius:35px; display: block; margin: 0px auto; color: #fff}
.ban_jts{width:56px; height: 56px; position: absolute; bottom:50px; left: 50%; z-index: 2; margin-left:-28px; animation:mymove 2s infinite;}
.ban_jts img{width:100%; display: block}


@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}




/*产品*/
.index_all{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat top center; padding-top: 100px}
.index_xilie{width:100%; height: auto; overflow: hidden}
.index_xilie_title{ margin: 0px auto; position: relative; text-align: center; padding-top:30px;}
.xilie_title_bt{width:186px; height: 186px; background: #289d10; border-radius: 50%; text-align: center; position: absolute; top: 0; left:3%; padding-top:20px;}
.xilie_title_bt p{color:#fff; font-size: 16px; margin: 20px 0}
.index_xilie_li{width:100%; height: auto; position: relative; padding-top:120px; margin-top:40px;}
.xilie_li_tt{color:#289d1045; font-size: 160px; position: absolute; top: 0; left:0; text-align: right; font-weight: bold; width: 100%; padding-right:12%}
.xilie_li_all{width:100%; display: flex; justify-content: flex-end;}
.xilie_li_all .swiper-container{width:88%; margin: 0 }
.xilie_li_all .swiper-slide{width:27%;}
.xilie_li_all .swiper-slide a{width:100%; display: block; position: relative; overflow: hidden; border-radius:82px; }
.xilie_li_all .swiper-slide a img{width:100%; border-radius:82px; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.xilie_li_hover{width:100%; height: 401px; overflow: hidden; background: url(../images/pro_hh.png) no-repeat center; background-size: 100% 100%; 
	position: absolute; bottom:0; left:0; border-radius:82px}
.xilie_li_hover span{color:#fff; font-size: 16px; display: block; text-align: center; margin: 20px 0; text-transform: uppercase;}
.xilie_li_xx{width:100%; height: auto; overflow: hidden; position: absolute; bottom:5%; left:0}
.xilie_li_xx h4{color:#fff; font-size: 24px; font-weight: bold; position: relative; text-align: center; margin-bottom:35px;}
.xilie_li_xx h4:after{content: ""; width:30%; height:1px; background: rgba(255,255,255,0.0); position: absolute; top: 50%; left:0}
.xilie_li_xx h4:before{content: ""; width:30%; height:1px; background: rgba(255,255,255,0.0); position: absolute; top: 50%; right:0}
.xilie_li_all .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;}
.index_about{width:100%; height: auto; overflow: hidden; margin-top:190px; text-align: center}
.index_about h3{color:#000000; font-size: 36px; }
.index_about_xx{width:65%; height: auto; color: #666666; font-size: 16px; line-height: 30px; text-align: center; margin: 52px auto 70px; display: block}
.index_about_num{width:1445px; height:499px; background: url(../images/num_bjs.png) no-repeat center; margin: 0px auto; padding:160px 10% 0; border-radius:35px;}
.about_num_li{width:100%; height: auto; overflow: hidden; display: flex; justify-content:space-between}
.about_num_li dl dt{color:#fff; font-size: 48px; font-weight: bold; margin-bottom: 10px;}
.about_num_li dl dd{color:#fff; font-size: 16px;}
.in_about_more{width:122px; height: 44px; background: #289d10; color: #fff; font-size: 16px;  display: block; margin:88px auto; line-height: 44px; border-radius: 25px}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; padding-top: 140px;background: #fff; }
.index_news_title{width:100%; text-align: center}
.index_news_title h3{color: #000000; font-size: 36px; margin-bottom: 25px;}
.index_news_title p{color: #666666; font-size:16px;}
.index_product_li{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.index_product_li .swiper-slide a{width:100%; display: block; position: relative; overflow: hidden}
.index_product_li .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_product_li .swiper-slide a h4{width:100%; height:65px; background: rgba(0,0,0,0.4); position: absolute; bottom: 0; left:0; color: #fff; font-size: 16px;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; line-height: 65px; }
.index_product_li .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;}
.in_pro_more{width:171px; height: 51px; background: #289d10; border-radius: 25px; text-align: center; line-height: 51px; color: #fff; font-size: 16px; display: block; margin:80px auto 100px;}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat center; padding: 90px 0 110px}
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: 58px;}
.index_news ul li{width:32%; height: auto; float: left; margin-right:2%}
.index_news ul li:nth-child(3n){margin-right: 0}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_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_news_xx{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.index_news_xx h3{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.index_news_xx span{color: #333333; font-size: 18px; display: block; margin: 10px 0}
.index_news_xx p{width:100%; color: #333333; font-size: 16px; line-height: 30px; height: 90px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.in_nmore{width:122px; height: 44px; background: #289d10; color: #fff; font-size: 16px; border-radius: 25px; text-align: center; line-height: 44px; margin-top: 42px;}
.index_news ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news ul li:hover .in_nmore{background: #146404}


/*广告*/
.index_guanggao{width:100%; height:522px; background: url(../images/gg_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; 
	padding-top: 170px}
.index_guanggao p{color:#ffffff; font-size: 30px; font-weight: bold; line-height:60px; text-align: center}



/*内页*/
.ny_banner{width:100%; height:350px;  padding-top:186px; position: relative;  box-sizing: border-box;}
.ny_banner h4{color:#ffffff; font-size: 40px; margin-bottom: 5px; font-weight: bold;}
.m-crm{font-size: 16px; color: #fff; line-height: 30px; margin-top: 8px; width: 100%; background: url(../images/hxs.png) no-repeat left center; 
	padding-left: 60px;}
.m-crm a,.m-crm span{font-size: 16px; color: #fff; opacity: 0.7}
.ny_banner .w1400{position:relative; z-index:3}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center;}
.ny_nav{width:100%; height:auto; overflow: hidden; background:#ffffff; padding:15px 0}
.ny_nav .w1440{position:relative; z-index:3}
.ny_nav a{color:#000000; font-size: 18px; line-height:45px; height:45px; float: left; padding: 0 20px; margin-right:5px;  margin-bottom:10px;text-decoration: none; }
.ny_nav a.active{border-bottom: 2px solid #289d10}
.ny_nav a:hover{border-bottom: 2px solid #289d10}


/*荣誉资质*/
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:23.0%; float: left; border: 1px solid #e5e5e5; margin-right:2%; margin-bottom: 20px;display: block;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; }
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #289d10;}
.honor_list li:hover .gallery-title{ background: #289d10; color: #fff;}


.keyword_light{line-height:28px;}
.container2{width:1440px;margin: 0px auto;}
.section-content{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0 100px;}
.ny_news_show p{font-size:16px; color:#333; line-height: 34px;}
.ny_news_show img{max-width:100%;display:block; margin:0px auto}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #000;   }
.ny_title_1 p{text-transform: uppercase; font-size: 26px; color: #289d10; position: relative; line-height: 2.8; font-weight: bold;    text-align: center;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #289d10; right: 45%; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 24px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.keyword_light tr td{font-size: 16px; color: #333;  line-height: 34px;}
.ysxy{font-size:14px; color:#666; margin-top:20px;}
.ysxy a{color:#ff0101}
.ysxy span{color:#fff}


/*新闻资讯*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px; margin-bottom:20px ;background: #ffffff}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:56px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:60%; height: auto; float: left; margin-left:2%; margin-top: 50px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:75px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:26%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{border: 1px solid #289d10;}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#289d10}
.ny_news_all ul li:hover h3{font-weight: bold; }



/*联系我们*/
.lianxi{ overflow: hidden; padding-bottom: 0px;}
#map{ height:auto; width: 100%;}
#map img{width:100%; display:block}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width:100%;  line-height: 72px; border: 1px solid #e5e5e5; position: relative; text-indent:36px; background: #fff;color: #333; margin-bottom: 20px; font-size: 16px; float:left;}
.lianxi_fs p:hover{background: #f3f3f3;}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #289d10; left:0; top: 30px;}
.lianxi_fs p:nth-child(1n){float:right}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center; width:120px}
.lianxi_ewm li img{border:1px solid #ddd; width:100%}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 580px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed; margin:130px 0 0; padding-top:70px;padding-bottom: 70px;}
.ny_contact_form p{ line-height: 60px;  border: 1px solid #ffffff87; width: 32%; margin-right:1.4%; position:relative; float:left;}
.ny_contact_form input[type="text"]{text-indent: 5%; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; width:100%; height:60px; border:0}
.ny_contact_form input[type="text"]::-webkit-input-placeholder,.liuyan textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.8);}
.ny_contact_form p:nth-child(3){ margin-right: 0; float: right;}
.ny_contact_form textarea{line-height: 2; width: 100%; text-indent:20px; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #ffffff87; margin-top: 20px; height: 72px; resize: none;}
.ny_contact_form input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #289d10; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.jrwm{overflow: hidden; padding-bottom: 0px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;font-size: 16px;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}
.policy_links{margin-top:10px; color:#fff}
.ny_all{width:100%; height:auto; overflow:hidden}


/*产品详情*/
.pro_text{color: #666;line-height: 30px; font-size:16px;}
.ny_proshow_xx em{font-style:normal}
.hd{background: #f3f3f3; padding: 1px;  color: #147437; font-size: 24px; font-weight: bold; padding:15px }
.bd_xx{width:100%; height:auto; overflow:hidden; font-size:16px; line-height:32px; color:#333; margin-top:20px;}
.bd_xx img{max-width:100%;}
.bd_xx p{font-size:16px; line-height:32px; color:#333}
.ny_product_one{width:100%; height:auto; overflow:hidden; margin:20px 0}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; margin-bottom:40px;}





/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background:#4a6a9e; padding-top:66px;}
.footer_top{width:100%; display: flex; justify-content:space-between}
.footer_left{width:68%; display: flex; justify-content:space-between; border-right:1px solid rgba(255,255,255,0.5); padding-right:12%}
.footer_left dl{width:auto; float: left;}
.footer_left dl dt{color:#fff; font-size: 16px; position: relative; padding-bottom:20px; margin-bottom:20px;}
.footer_left dl dt:after{content: ""; width:20px; height:3px; background: #289d10; position: absolute; bottom:0; left:0;}
.footer_left dl dd{width:100%; height: auto;}
.footer_left dl dd a{color:#fff; font-size:16px; display: block; margin-bottom:20px; opacity: 0.5}
.footer_left dl dd a:hover{opacity: 1}
.footer_right{width:22%;}
.footer_right h4{color:#ffffff; font-size:18px; font-weight: bold;}
.footer_dizhi{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.footer_dizhi p{color:#fff; font-size: 16px;  margin-bottom:30px; padding-left: 40px;}
.fi1{background: url(../images/fi1.png) no-repeat left center}
.fi2{background: url(../images/fi2.png) no-repeat left center}
.fi3{background: url(../images/fi3.png) no-repeat left center}
.f_liuyan{width:100%; height: 50px; line-height: 50px; text-align: center; background: #289d10; display:flex; align-items: center;  text-align: center; 
	justify-content: center}
.f_liuyan span{color:#fff; font-size: 16px; margin-left: 20px;}
.f_liuyan:hover{background: #146404}
.footer_center{width:100%; height: auto; margin-top: 110px; display: flex; justify-content: space-between}

.footer_yqlj{width:180px; position: relative; border: 1px solid rgba(255,255,255,0.2); float: right}
.footer_yqlj p{width:100%; height:45px; line-height:45px; overflow: hidden; background:url(../images/san.png) no-repeat 95% center;  color: #fff; font-size: 16px;  padding:0 5%;}
.footer_yqlj_xx{width:100%; height: 170px; overflow-y: auto; background: #fff; position: absolute; top:-170px; right:0; padding:5px 10px; display: none; z-index: 99}
.footer_yqlj_xx a{width:100%; line-height: 24px; color: #333; font-size: 14px; margin:3px 0; display: block; text-align: center}
.footer_yqlj_xx a:hover{color:#289d10}
.footer_yqlj:hover .footer_yqlj_xx{display: block}
.footer_links{float: left; margin-right:30px}
.footer_links a{width:40px; height:47px; float: left; margin: 0 10px; transition: all 0.4s ease-in-out;}
.fi5{background: url(../images/fi5.png) no-repeat center 12px}
.fi6{background: url(../images/fi6.png) no-repeat center 12px}
.fi7{background: url(../images/fi7.png) no-repeat center 12px}
.fi8{background: url(../images/fi8.png) no-repeat center 10px}
.fi5:hover{background: url(../images/fi5.png) no-repeat center -23px;}
.fi6:hover{background: url(../images/fi6.png) no-repeat center -26px;}
.fi7:hover{background: url(../images/fi7.png) no-repeat center -23px;}
.fi8:hover{background: url(../images/fi8.png) no-repeat center -32px;}

.footer_bottom{width:100%;height: auto; overflow: hidden; padding:5px 0; border-top: 1px solid rgba(255,255,255,0.3); margin-top: 30px;}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #fff; line-height:60px;  text-transform: uppercase; float: left; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:auto; overflow: hidden; margin: 0 20px; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#fff; font-size: 14px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;height:60px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;height:60px; background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; color: #fff; line-height:60px;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center}
.footer_lianjie a{color:#fff; font-size: 14px; position: relative; padding-right:20px; margin-right: 10px;}
.footer_lianjie a:after{content: "|"; color:#fff; position: absolute; top:50%; right:0; transform: translate(0,-50%);}
.footer_lianjie a:last-child:after{display: none}
.footer_lianjie a:hover{color:#fff}
.footer_lianjie{float: left; line-height:47px;}









/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#001f6a;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




@media screen and (max-width:1500px){
	.w1440,.index_about_num,.container{width:1200px;}
	.xilie_li_all .swiper-container{width:92%;}
	.xilie_li_tt{font-size:135px;}
	.index_xilie_li{padding-top: 120px;}

}




 