@charset "utf-8";
body{background-image: linear-gradient(-45deg, #fdfffe , #ecf9ff); 
	background-image: -webkit-gradient(-45deg, #fdfffe, #ecf9ff); 
	background-image: -webkit-radial-gradient(-45deg, #fdfffe , #ecf9ff);}
*{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;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{width:85%; max-width: 1600px; min-width: 1200px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}


.header_all{width:100%; height:80px; position:fixed; top:0; left:0; z-index: 999; padding: 0 2%; background:rgba(0,0,0,0.5); display: flex; justify-content: space-between;}
.h_logo{width:12%;height:100%; float: left; max-width: 160px; align-items: center; display: flex }
.h_logo img{width:100%;  height: auto; }
.header_right{width:70%; height: auto; float: right; display: flex; justify-content: space-between}
.header_yy{position: relative; display: flex; align-items: center;}
.header_yy p{line-height:45px; font-size: 16px; color: #fff; position: relative; padding: 0 25px 0 45px; background: #1881f4; border-radius: 25px;}
.header_yy p:after{content:""; width:24px; height: 23px; background: url(../images/yy_icon.png) no-repeat left center; position: absolute; top:50%; left:12px; transform: translate(0,-50%)}
.header_yy p:before{content:""; width:10px; height:6px; background: url(../images/san.png) no-repeat left center; position: absolute; top:50%; right:8px; transform: translate(0,-50%)}
.header_yy_li{width:100%; height: auto; overflow: hidden; position: absolute; top:80px; left:0; background: #fff; text-align: center; display: none;}
.header_yy_li a{color:#333; font-size: 16px; display: flex; align-items:center; justify-content:center; margin: 10px 0}
.header_yy_li a:hover{color:#1881f4; font-weight: bold;}
.header_yy:hover .header_yy_li{display: block}
.header_yy_li a img{width:15px; margin-right:8px;}




/*导航*/
#menu{width:88%; height:80px; position: relative; z-index:9; margin-right:4%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:80px; display: flex; align-items: center; justify-content: space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline;height:80px; line-height:78px; padding-right:1.3vw;}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; }
#menu .nav .nLi p a{color:#fff;font-size:16px; height:100%; overflow: hidden; position: relative; }
#menu .nav .nLi::after{content: ""; height:10px; width:1px; background: #fff; position: absolute; top:50%; right:0; transform: translate(0,-50%)}
#menu .nav .sub{ display:none; width:310px; left:0; top:80px; position:absolute; z-index: 99999; background: #eee;  }
#menu .nav .sub li{ zoom:1; border-bottom:1px solid #ddd}
#menu .nav .sub a{ display:block;  height:auto; font-size: 15px;  color:#333; line-height:24px; margin:5px 0}
#menu .nav .sub a:hover{ color:#1881f4;  }
#menu .nav .active p,#menu .nav .nLi:hover p{font-weight: bold; border-bottom:2px solid #1881f4; }
#menu .nav .active p a,#menu .nav .nLi:hover p a{color:#1881f4}
.sub_one{width:100%; float:left; padding:5px 15px 25px;}
.sub_one h4{color:#1881f4; font-size:20px; margin-bottom:10px; line-height:40px; ttext-transform: Capitalize; font-weight:bold;}
.sub_pic{width:42%; float:right}
.sub_pic img{width:100%; display:block; height:100%; object-fit: cover; object-position: center center;}
.right_sub{right:0; left:auto!important}
.sub_flex{width:100%; display: -webkit-flex;  display: flex;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;     justify-content: space-between;}


/* 首页: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;  }
.banner .swiper-pagination{bottom:5%; color:#fff; font-size: 16px;}
.banner .swiper-pagination-bullet{width:14px; height: 14px; background: #fff; }
.banner .swiper-pagination-bullet-active{opacity: 1; background: #16ae67}
.banner .swiper-button-next,.banner .swiper-button-prev{width:70px; height: 70px;}
.banner .swiper-button-next{background: url(../images/b_right.png) no-repeat center; right:5%}
.banner .swiper-button-prev{background: url(../images/b_left.png) no-repeat center; left:5%}
.banner video{width:100%; display:block}



/*about*/
.index_about{width:100%; height: auto; overflow: hidden; margin: 70px 0 70px; }
.index_about_left{width:60%; height: auto; float: left;margin-top: 2%;}
.index_about_left h3{width:100%; color:#333333; font-size: 44px; font-weight: bold; text-transform: Capitalize}
.index_about_left h3 span{color:#333333; font-size: 44px; font-weight: bold;}
.index_about_left  h4{color:#1881f4; font-size: 26px; font-weight: bold; margin-top: 10px;}
.ab_info{width:100%; display: block; font-size:16px; color: #333333; line-height: 30px; margin: 30px 0}
.ab_more{width:150px; height: 48px; border: 2px solid #1881f4; text-align: center; border-radius: 25px; font-size:16px; line-height: 46px; color: #333333; display: block}
.ab_more:hover{background:#1881f4; color:#fff;}
.index_about_right{width:35%; height: auto; position: relative; float: right}
.v_img{width:100%;}
.v_tan{width:67px; height: auto; position: absolute; top: 42%; right: 42%;}
.v_tan img{width:100%;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.v_tan:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.in_ab_links{width:100%; height: auto; overflow: hidden; margin-top: 55px; display: flex; justify-content: space-between}
.in_ab_links a{color:#333333; font-size: 16px;  position: relative; padding-left:20px;}
.in_ab_links a:after{content:""; width: 11px; height: 11px; border: 1px solid #1881f4; border-radius: 50%; position: absolute; top:50%; left:0; 
	transform: translate(0,-50%)}
.in_ab_links a:hover:after{background: #1881f4; }
.in_ab_links a:hover{color:#1881f4}


/*产品*/
.index_products{width:100%; height: auto; overflow: hidden; background: #ebf7fe; padding:130px 0 180px; background:url(../images/products_bjs.jpg) no-repeat center; background-size:cover;}
.index_pro_title{width:100%; display:flex; justify-content:space-between}
.pro_title_left h3{color:#fff; font-size:44px; font-weight:bold;text-transform:Capitalize; margin-bottom:12px;}
.pro_title_left p{color:#fff; font-size:16px;}
.in_pro_ckgd{width:150px; height:47px; line-height:45px; border:2px solid #1e6ec4; text-align:center; font-size:16px; color:#fff; border-radius:25px; margin-top:25px;}
.index_products_all{width:100%; height:auto; position:relative; margin-top:50px;}
.index_products_all .swiper-slide a{width:100%; height:auto; display:block;}
.index_products_img{width:100%; height:auto; overflow:hidden}
.index_products_img img{width:100%; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_products_xx{width:100%; height:132px; padding:15px; }
.index_products_xx h3{width:100%; height:40px; line-height:40px; color:#fff; font-size:16px; color:#fff; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:center}
.index_products_xx span{width:127px; height:37px; line-height:37px; text-align:center; border:1px solid #fff; border-radius:25px; font-size:16px; color:#fff; display:block; margin:10px auto 0;}
.index_products_all .swiper-button-next,.index_products_all .swiper-button-prev{width:37px; height:37px; margin-top:-18.5px}
.index_products_all .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:-60px}
.index_products_all .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:-60px}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:""}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:""}
.index_products_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;}




/*why*/
.index_why{width:100%; height: auto; overflow: hidden; padding:80px 0 56px; background:#fff}
.index_why_title{width:100%; height: auto; overflow: hidden; margin-bottom: 68px;}
.index_why_title h3{width:100%; color:#333333; font-size: 44px; font-weight: bold; text-transform: Capitalize}
.index_why_title h3 span{color:#333333; font-size: 44px; font-weight: bold;}
.index_why_title h4{color:#333333; font-size: 16px; margin-top:10px; line-height: 30px;}
.index_why ul{width:100%; height: 700px; overflow: hidden; display: flex; justify-content: space-between; background:url(../images/ys.jpg) no-repeat; background-size:100% 100%;}
.index_why ul li{width:20%; height: 100%;  position: relative; transition: all 0.8s ease-in-out; border-right:30px solid #fff}
.index_why ul li:last-child{border:0}
.index_why ul li>img{width:100%; height: 100%; object-fit: cover; object-position: center center; }
.index_why ul li.active{width:40%}
.index_why ul li a{width:100%; height:338px; background-image: linear-gradient(to bottom, #0000 , #0007);  background-size: cover; padding: 0 8% 48px; display: flex; align-items: flex-end; position: absolute; bottom:0; left:0;  }
.index_why_hover{width:100%;  margin-top: 300px;}
.index_why_hover h3{color:#ffffff; font-size: 24px; font-weight: bold; line-height: 36px; margin-bottom: 20px;}
.index_why_hover p{width:100%; color:#fff; font-size: 16px; line-height: 30px; display: none;}
.index_why ul li.active a{height: 100%; background-size: cover; align-items: center}
.index_why ul li.active p{display: block;}
.index_why ul li.active .index_why_hover img{display: none;}



/**/
.index_projects{width:100%; height: auto; overflow: hidden; background: url(../images/project_bjs.jpg) no-repeat center; background-size: cover;
	padding: 90px 0 86px; margin-bottom: 95px;}
.index_projects_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_projects_title h3{width:100%; color:#333333; font-size: 44px; font-weight: bold; text-transform: Capitalize}
.index_projects_title h3 span{color:#333333; font-size: 44px; font-weight: bold;}
.index_projects_title p{color:#333333; font-size: 16px; margin-top: 10px;}
.index_projects .mySwiper{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_projects .swiper-slide a{width:100%; display: block}
.index_projects_img{width:100%; overflow: hidden; background:#fff; padding:12%;}
.index_projects_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_projects .swiper-slide a h4{width:100%; height:75px; background: #fdfcfa; text-align: center; line-height: 75px; font-size:16px; color: #333333; 
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_projects .swiper-slide a:hover h4{background: #1881f4; color:#fff}
.in_pro_more{width:150px; height: 48px; border: 2px solid #1881f4; border-radius: 30px; text-align: center; line-height: 48px; font-size: 16px; color: #333333; margin:70px auto 0; display: block; }
.in_pro_more:hover{background: #1881f4; color:#fff}
.index_projects .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_news{width:100%; height: auto; overflow: hidden; margin-bottom: 95px;}
.index_news_title{width:100%; height: auto; overflow: hidden}
.index_news_title h3{width:100%; color:#333333; font-size: 44px; font-weight: bold;text-transform: Capitalize;}
.index_news_title h3 span{color:#333333; font-size: 44px; font-weight: bold;}
.index_news_top{width:100%; height: auto;  margin:58px 0 }
.index_news_top .swiper-slide a{width:100%; display: block}
.news_top_left{width:66%; height: 330px; float: left; background: #ffffff;  padding:62px 6%;}
.news_top_left h3{width:100%; height:30px; line-height: 30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:30px; font-weight: bold; text-transform: uppercase}
.news_top_left p{width:100%; height:90px; line-height:30px; font-size:16px; color:#333333;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:30px;}
.news_top_left span{color:#333333; font-size: 16px; display: block}
.news_top_img{width:32%; height: auto; float: right}
.news_top_img img{width:100%; }
.index_news ul{width:100%; height: auto; overflow: hidden;}
.index_news ul li{width:30%; float: left; margin-right:5%; border-top:2px solid #eeeeee; padding-top: 40px; position: relative; position: relative}
.index_news ul li h3{width:100%; height: 60px; line-height: 30px; font-size: 18px; font-weight:bold;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 10px;}
.index_news ul li p{width:100%; height:48px; line-height: 24px; font-size:16px; color:#333333;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 10px;}
.index_news ul li:nth-child(3n){margin-right: 0}
.index_news .swiper-pagination{width:auto; left:6%; bottom:20px;}
.index_news .swiper-pagination-bullet{width:10px;height: 10px; background: #313131; opacity: 1}
.index_news .swiper-pagination-bullet-active{background: #3bb44d}
.index_news ul li:after{content: ""; width: 0; height: 2px; background: #1881f4; position: absolute; top:-1px; left:0; transition: all 0.4s ease-in-out;}
.index_news ul li:hover:after{width:100%}



/*内页*/
.ny_banner{width:100%; height:350px;  padding-top:160px; 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;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center;}
.honor_ban{background: url(../images/honor_ban.jpg) no-repeat center;}
.global_ban{background: url(../images/G_ban.jpg) no-repeat center;}
.rlzy_ban{background: url(../images/rlzy_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 #1881f4}
.ny_nav a:hover{border-bottom: 2px solid #1881f4}


/*荣誉资质*/
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list,.case_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:22.0%; float: left; border: 1px solid #e5e5e5; margin-right:3%; margin-bottom:40px;display: block;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img,.case_list li .img{overflow: hidden; }
.honor_list li .img img,.case_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img,.case_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.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 #1881f4;}
.honor_list li:hover .gallery-title{ background: #1881f4; color: #fff;}

.keyword_light{line-height:28px;}
.container2{width: 1200px;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: #1881f4; 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: #1881f4; left:50%; bottom: 0; transform:translate(-50%,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;}

.case_list li{ width:15.8%; float: left; border: 1px solid #e5e5e5; margin-right:1%; margin-bottom:40px;display: block; padding:2%; background:#fff;}
.case_list li:nth-child(6n){ margin-right: 0;}
.case_list li:hover{ border: 1px solid #1881f4;}
.case_list li:hover .gallery-title{ background: #1881f4; 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 #1881f4;}
.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:#1881f4}
.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: #1881f4; left:0; top: 30px;}
.lianxi_fs p:nth-child(1n){float:right}
*/
.lianxi_fs p{line-height: 30px;font-size: 16px;color: #333;}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center; width:144px}
.lianxi_ewm li img{border:1px solid #ddd; width:100%}
.lianxi_ewm li p{ line-height: 1.8; font-size: 14px; 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_con_gs input[type="text"]::-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: #1881f4; 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}
.ny_con_gs{width:100%; height:60px; margin-top:20px; border: 1px solid #ffffff87;}
.ny_con_text{width:100%; height:auto; overflow:hidden}
.ny_con_gs input[type="text"]{text-indent:2%; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; width:100%; height:60px; border:0}



/*产品详情*/
.pro_text{color: #666;line-height: 30px; font-size:16px;}
.ny_proshow_xx em{font-style:normal}
.proshow_xx .hd{background: #f3f3f3; padding: 1px;  color: #1881f4; 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:40px 0}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; margin-bottom:40px;}


.ysxy span{color:#fff}
.ysxy a{color:#d6000f}


/*发展历程*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0 40px; font-size:15px; color:#666; line-height:30px;}
.timer_shaft_left{float: left;font-size:30px;width: 175px;text-align: center;position: relative; line-height: 42px; margin-top:30px; }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top:12px;width: 11px;height: 11px;border:1px solid #1881f4;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px; padding-top:30px;color: #666; margin-left:172px; }
.timer_shaft_right b{line-height: 35px; font-size:20px; color: #333; }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; width:100%}
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #c3c3c3;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 0 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.ny_event_tt{color:#1881f4; font-size:36px; margin-bottom:60px;}
.timer_shaft_left span{background:#1881f4; color:#fff; font-size:26px; padding:0 12px;font-weight: bold;    border-radius: 8px;}


/*底部*/
.footer{width:100%; height:auto;   position: relative; background:#161f2e; padding-top:52px;}
.footer .w1440{display: flex; justify-content: space-between}
.footer_left{width:29%; height: auto;}
.f_logo{width:72%; display: block}
.f_logo img{max-width: 100%}
.footer_dizhi{width:100%; margin: 42px 0 42px}
.footer_dizhi p{color:#fff; font-size: 16px; line-height: 30px; display: flex; margin-bottom: 10px; padding-left:30px;}
.fi0{background: url(../images/if0.png) no-repeat left 8px;}
.fi1{background: url(../images/if1.png) no-repeat left 8px;}
.fi2{background: url(../images/if2.png) no-repeat left center;}
.fi3{background: url(../images/if3.png) no-repeat left center;}
.footer_lianxi{width:238px; height: 70px; background: #1881f4; border-radius: 8px; display: flex; align-items: center; justify-content: center}
.footer_lianxi span{font-size: 18px; color: #fff; margin-left: 10px;}
.footer_center{width:42%; height: auto; border-left:1px solid rgba(255,255,255,0.1); border-right:1px solid rgba(255,255,255,0.1); padding: 0 4%}
.footer_center li{width:100%; height: auto;  overflow: hidden;  display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 0px;}
.footer_center dl{width:50%; float: left;}
.footer_center dl dt{color:#fff; font-size: 16px; text-transform: Capitalize; position: relative;  margin-bottom:12px; font-weight: bold;}
.footer_center dl dd{width:100%; height: auto;}
.footer_center dl dd a{color:#fff; font-size:14px; display: block; margin-bottom: 12px; text-transform:Capitalize }
.footer_center dl dd a:hover{color:#1881f4}

.footer_right{width:23%;}
.footer_ma{width:100%; height: auto; overflow:hidden}
.footer_ma dl{width:36%; height: auto; float: left; margin-right:10%; text-align: center;}
.footer_ma dl dt{width:100%;}
.footer_ma dl dt img{width:100%;}
.footer_ma dl dd{color:#fff; font-size: 14px;}
.footer_yqlj{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.footer_yqlj p{color:#fff; font-size: 16px; margin-bottom: 20px;}
.footer_yqlj_links{width:100%;}
.footer_yqlj_links a{margin-right: 10%}
.footer_link{width:100%; height:auto;  position: relative; margin-bottom: 80px;}
.footer_link p{width:100%; height:58px; line-height: 56px; border: 1px solid rgba(255,255,255,0.1); position: relative}
.footer_link p span{color:#fff; font-size: 16px;  float: left; margin-left: 20px}
.footer_link img{float: right; height: 100%}
.f_yqlj{width:100%; height:120px; background: #fff; position: absolute; top:58px; left:0; overflow-y: auto; padding:10px 22px; display: none; }
.f_yqlj a{color:#333; display: block; font-size: 16px; line-height:26px; margin-bottom: 5px;}
.footer_link:hover .f_yqlj{display: block;}
.f_yqlj a:hover{color:#1881f4}

.footer_bottom{width:100%;height: auto; overflow: hidden; padding:15px 0; border-top:1px solid rgba(255,255,255,0.2); margin-top:70px;}
.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:#999999; 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:12px; margin-right:8px;}
.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: 60px; margin-left: 20px;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: #313131;
    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 i.icon-app {
   background:url(../images/whatsapp.png) no-repeat center; height:32px;
}


.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#ffffffcf;
    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:1550px){

	.header_right{width:80%}
	#menu .nav .nLi{padding-right:1vw}
	.footer_yqlj_links a{margin-right:8%}

}




 