@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
html{font-size: 100px}
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,.container{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}




/* 导航栏 */
.header_nav{height:110px; width:100%; position:absolute; top:0; left:0; z-index:999;  transition: all 0.4s ease-in-out; 
	border-bottom: 1px solid rgba(255,255,255,0.2); padding-left: 4%}
.h_logo{width:231px; float: left; height: 100%; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.logo2{display:none}
.h_search{width:36px; height:110px; float: right; background: url(../images/search.png) no-repeat center; position: relative; }
.h_line{width: 1px; height: 14px; background: rgba(255,255,255,0.3); margin:48px 28px 0; float:right}
.form_box{position: absolute;  top:90px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0;  box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #12bff1; font-size:16px;}
.nav{width:40%; height:110px; float: right; margin-right:5%; display: flex; justify-content: space-between }
.nav .nLi{float:left;  position:relative; display:inline; height:110px; text-align: center;  }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:18px;  color:#ffffff;  position: relative  }
.nav .nLi h3 a p{font-size:18px; color:#ffffff;  position: relative; margin: 0px auto; line-height:108px; display: table; height:110px}
.nav .sub{ display:none;left:50%; top:100px;  position:absolute;  line-height:26px; width:140px; margin-left: -70px;   z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#12bff1}
.nav .nLi.active p{border-bottom: 2px solid #00d9f7}
.nav .nLi:hover p{border-bottom: 2px solid #00d9f7}
.h_menu{width:9%; height:110px; display: flex; align-items: center; float: right; justify-content: center; margin-left: 4%}
.h_dianhua{float: right; background: url(../images/h_dianhua.png) no-repeat center; position: relative; width: 20px; height: 110px;}
.h_dianhua p{position: absolute; top:90px; right:-50px; background: #fff; color:#12bff1; font-size:20px; font-weight: bold; width: 220px;  text-align: center; 
	padding: 10px 0; display: none}
.h_dianhua:hover p{display: block}
.f_top{background: #fff}
.f_top .nav .nLi h3 a p{color:#12bff1}


/*banner*/
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-pagination{bottom:4%; left:50%; transform: translate(-50%,0);}
.banner .swiper-pagination-bullet{width:30px; height:3px; background: #fff;  margin: 0 10px; border-radius: 0; object-fit: 0.6}
.banner .swiper-pagination-bullet-active{opacity: 1}
.ban_info{width:1440px; height: auto; overflow: hidden; position: absolute; bottom:12%; left:50%; transform: translate(-50%,0)}
.ban_info h4{color:#fff; font-size: 80px; font-weight: bold; line-height:100px}
.ban_info p{color:#fff; font-size:18px; opacity: 0.8; margin-top: 20px;}
.ban_info i{width:119px; height: 57px; background: url(../images/ban_jts.png) no-repeat center; display: block; margin-top: 90px; transition: all 0.4s ease-in-out;}
.ban_righgt{position: absolute; top: 0; right:9%; border-right:1px solid rgba(255,255,255,0.2); height: 100%; z-index: 9; width:90px;}
.ban_righgt_info{position: absolute; bottom:5%; left:0; display: flex; justify-content: space-between; height: 64px; line-height: 64px; width: 120px; animation:mymove 2s infinite;}
.ban_righgt_info p{color:#fff; font-size: 16px;}
.ban_righgt_info img{width:64px;}
.banner .swiper-slide a:hover .ban_info i{margin-left:25px;}

@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin:100px 0 70px }
.index_about_title{width:100%; height: auto; color:#000000; font-size: 40px; font-weight: bold; line-height: 60px; padding-left: 5%}
.index_about_center{width:100%; height: auto; overflow: hidden; margin-top: 70px; padding-left:14%}
.index_about_center h3{color:#12bff1; font-size: 26px; font-weight: bold;margin: 8px 0;}
.index_about_center p{color:#555; font-size:16px; line-height: 36px;}
.index_about_center a{width:200px; height: 60px; background: #f3f3f3; border-radius: 35px; color: #555555; font-size: 16px; display: block; text-align: center; line-height: 60px; margin-top: 50px;}
.about_num_li{display: flex; justify-content: flex-end; align-items: flex-end; font-size: 16px; color: #000000; line-height: 62px; margin-bottom: 55px;}
.about_num_li p{color:#dddddd; font-size: 16px; margin-left: 40px;}
.about_num_li span{color:#dddddd; font-size: 80px;}
.about_num_li h4{ display: flex; align-items:flex-end; border-bottom: 1px solid #dddddd;  font-size: 16px; color: #000000; line-height: 62px;}
.index_about_center a:hover{background:rgb(18, 191, 241); color:#fff}


/*四大业务*/
.index_ywfz{width:100%; height: auto; overflow: hidden; background: #eaeef9; padding:88px 0 90px}
.index_ywfz_title{width:100%; height: auto; overflow: hidden}
.index_ywfz_title h4{color:#999999; font-size: 18px; line-height: 30px; text-transform: uppercase}
.index_ywfz_title h5{color:#12bff1; font-size: 18px; margin-bottom: 28px;}
.index_ywfz_title h6{color:#000000; font-size:40px; font-weight: bold; line-height: 60px;}
.index_ywfz ul{width:100%; height: auto; overflow: hidden; margin-top: 82px}
.index_ywfz ul li{width:23.87%; height:520px; overflow: hidden; float: left; margin-right:1.5%; background: #fff; position: relative}
.index_ywfz ul li:nth-child(4){margin-right:0}
.index_ywfz ul li img{width:100%;}
.index_ywfz_li{width:100%; height: 100%; background: #fff; position: absolute; top:0; left:0; padding: 0 10%}
.yw_num{font-size: 90px; font-weight: bold;  color: transparent;  -webkit-text-stroke: 1px #12bff1;  text-transform: uppercase; margin:40px 0 60px}
.yw_xx{width:100%; height: auto; overflow: hidden}
.yw_xx h3 a{color:#000000; font-size: 20px; font-weight: bold;}
.yw_xx p{width:100%; color: #777777; font-size: 14px; line-height:26px; margin: 24px 0 65px; height:98px;}
.in_ye_more{width:100%;height: 88px; border-top: 1px solid #e5e5e5; line-height: 88px; color: #12bff1; display: block; display: block}
.yw_xx_link{width:100%; height:185px; overflow: hidden;  display: none; margin-top:20px;}
.yw_xx_link a{width:100%; height: 30px; line-height: 30px; display: block; color: #fff; font-size: 16px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 4px;}
.index_ywfz ul li:hover .index_ywfz_li{background: rgba(18,191,241,0.9)}
.index_ywfz ul li:hover .yw_xx_link{display: block}
.index_ywfz ul li:hover .yw_xx p{display: none}
.index_ywfz ul li:hover .yw_xx h3{color:#fff; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 20px;}
.index_ywfz ul li:hover .yw_num{-webkit-text-stroke: 1px rgba(255,255,255,0.3); margin: 40px 0 20px;}
.index_ywfz ul li:hover .in_ye_more{color:#fff}
.index_ywfz ul li:hover h3 a{color:#fff}

/**/
.index_yfzx{width:100%; height:700px; background: url(../images/yfzx_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; }
.index_yfzx .w1440{display: flex; justify-content: space-between}
.index_yfzx_right{width:440px; height:700px; background: url(../images/zg_bjs.png) no-repeat center; padding:230px 1.5% 0}
.index_yfzx_right ul{width:100%; height: auto; border-bottom: 1px solid rgba(255,255,255,0.5); margin-bottom: 40px; padding-bottom:20px;}
.index_yfzx_right ul li{width:100%; font-size: 16px; color: #fff; margin-bottom: 10px;}
.index_yfzx_img{width:100%; height: auto; overflow:hidden}
.index_yfzx_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_yfzx_left{width:68%; height:700px; display: flex; align-items:flex-end; position: relative}
.index_yfzx_left h3{color:#fff; font-size: 40px; font-weight: bold; line-height: 60px}
.index_yfzx_left a{width:200px; height: 60px; background: rgba(255,255,255,0.2); border-radius:35px; text-align: center; line-height: 60px; font-size: 16px; color:#fff; position:relative; z-index:1}
.yfzx_left_zi:after{content: "ZIIT"; font-size:220px; color: transparent;  -webkit-text-stroke: 1px rgba(255,255,255, 0.1);  text-transform: uppercase; font-weight: bold; position: absolute; top: 0; left:0; width: 100%; text-align: center}
.yfzx_left_zi{width:100%; height:210px; display: flex; justify-content: space-between; align-items: center; position: relative; margin-bottom:65px; line-height: 210px}
.index_yfzx_left a:hover{background:#fff; color:#333}
.index_yfzx_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*客户*/
.index_kehu{width:100%; height: auto; overflow: hidden; margin: 60px 0}
.index_kehu_title{width:100%; height: auto; overflow:hidden}
.kehu_title_left{float: left}
.kehu_title_left h4{color:#999999; font-size: 18px; line-height: 30px; text-transform: uppercase}
.kehu_title_left h5{color:#2b8fff; font-size: 18px; margin-bottom: 28px;}
.kehu_title_left h6{color:#000000; font-size:40px; font-weight: bold; line-height: 60px;}
.kehu_title_links{float:right; margin-top: 88px;}
.kehu_title_links a{color:#777777; font-size: 18px; margin-left: 40px; padding-bottom: 10px;}
.kehu_title_links a:hover{color:#12bff1; font-size: 18px; border-bottom: 4px solid #12bff1}
.index_kehu_li{width:100%;  height: auto; overflow: hidden; margin-top: 58px;}
.index_kehu_li .swiper-container{width:100%; padding-bottom: 60px;}
.index_kehu_li .swiper-slide a{width:100%; display:flex; align-items:center; border:1px solid #ddd }
.index_kehu_li .swiper-pagination-bullet{width:10px; height: 10px; background: #12bff1}
.index_kehu_li .swiper-slide a img{width:100%; filter: grayscale(100%);  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%); -o-filter: grayscale(100%);  -webkit-filter: grayscale(1); opacity: 0.3;}
.index_kehu_li .swiper-slide a:hover img{filter: grayscale(100%);  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%); -o-filter: grayscale(100%);  -webkit-filter: grayscale(0); opacity: 1;}


/**/
.index_zhinneg{width:100%; height: auto; overflow: hidden; margin-bottom:60px;}
.index_zhinneg_left{width:48%; height: 280px; float: left; position: relative; overflow: hidden}
.index_zhinneg_left img,.index_zhinneg_right img{width:100%; display: block; height: 100%; object-fit: cover; object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_zhinneg_hover{width:100%; height: 100%; background: rgba(0,0,0,0.5); padding:40px 8%; position: absolute; top:0; left:0}
.index_zhinneg_hover h4{color:#ffffff; font-size: 16px; font-weight: bold; text-align: right}
.index_zhinneg_links{width:100%; height: auto; overflow: hidden; margin-top: 85px}
.index_zhinneg_links dl{width:auto; float: left}
.index_zhinneg_links dl dt{color:#fff; font-size: 40px; font-weight: bold; margin-bottom: 8px;}
.index_zhinneg_links dl dd{color:#fff; font-size:16px; opacity: 0.5}
.zn_more{width:120px; height: 40px; border: 1px solid rgba(255,255,255,0.5); float: right; text-align: center; line-height: 38px; font-size: 14px; color: #fff; margin-top: 35px;}
.index_zhinneg_right{width:48%; height: 280px; float: right; position: relative; overflow: hidden}
.index_zhinneg_left:hover .index_zhinneg_hover{background: rgba(18,191,241,0.5)}
.index_zhinneg_right:hover .index_zhinneg_hover{background: rgba(18,191,241,0.5)}
.index_zhinneg_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_zhinneg_right:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*内页*/
.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;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center;}
.hxjs_ban{background: url(../images/hxjs_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 30px; margin-bottom:10px;text-decoration: none; }
.ny_nav a.active{border-bottom: 2px solid #12bff1}
.ny_nav a:hover{border-bottom: 2px solid #12bff1}


/*荣誉资质*/
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:24.0%; float: left;  margin-right:1%; margin-bottom: 30px;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 .gallery-title{ background: #12bff1; color: #fff;}
.ny-pro-title{width:100%; height:auto; overflow:hidden; padding:10px 10px;}
.ny-pro-title h3{width:100%; height:30px; line-height:30px; color:#333; font-size:16px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:center; margin:5px 0}
.ny-pro-title p{width:100%; height:50px; line-height:25px; color:#777; font-size:15px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.honor_list li:hover .ny-pro-title h3{color:#12bff1; font-weight:bold;}
.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:#555; line-height: 36px;}
.ny_news_show img{max-width:100%;display:block; margin:0px auto}
.ny_title_1{ overflow: hidden; margin-bottom:30px;}
.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: #12bff1; position: relative; line-height: 2.8; font-weight: bold;    text-align: center;margin-bottom: 30px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #12bff1; 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 #12bff1;}
.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:#12bff1}
.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: #12bff1; 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: #12bff1; 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_product_one{width:100%; height:auto; overflow:hidden; margin:60px 0}
.ny_product_one h3{color:#000; text-align:center; font-size:26px;}
.ny_product_xx{width:100%; height:auto; overflow:hidden; margin:40px 0; font-size:16px; color:#333; line-height:30px;}
.product_one_img{width:100%; margin:0px auto 60px; text-align:center}
.product_one_img img{max-width:100%;}
.ny_yewu_li{width:100%; height:auto; overflow:hidden; margin:20px 0; border-bottom:1px solid #ddd; padding-bottom:20px;}
.ny_yewu_li h3{width:100%; height:auto; overflow:hidden; font-weight:bold;     font-size: 26px;    color: #12bff1; margin-bottom:16px;}
.news_show_info{width:100%; height:auto; overflow:hidden; font-size:16px; line-height:36px;}


/*发展历程*/
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size:30px;width: 175px;text-align: center;position: relative; line-height: 42px; margin-top:15px; }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top:12px;width: 11px;height: 11px;border:1px solid #12bff1;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 36px;padding-left: 30px; padding-top:16px;color: #666; margin-left:172px; }
.timer_shaft_right p{line-height: 36px;color: #333; font-size: 16px; }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative;}
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #12bff1;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:#12bff1; font-size:36px; margin-bottom:60px;}
.timer_shaft_left span{background:#12bff1; color:#fff; font-size:24px; padding:0 15px;}





/*底部*/
.footer{width:100%; height: auto; overflow:hidden; background: #1a1819; padding: 60px 0 0;}
.footer_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.15); border-top: 1px solid rgba(255,255,255,0.15); 
	padding: 24px 0; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_top dl{float: left; margin-top: 28px;}
.footer_top dl dt{color:#fff; font-size: 16px; padding-left:28px; line-height: 30px;}
.footer_top dl dd{color:#555555; font-size: 16px; padding-left: 30px;}
.fi1 dt{background: url(../images/fi1.png) no-repeat left center;}
.fi2 dt{background: url(../images/fi2.png) no-repeat left center;}
.fi3 dt{background: url(../images/fi3.png) no-repeat left center;}
.footer_ma{width:120px; height: auto; overflow: hidden; float: left; text-align: center; margin-right: 30px;}
.footer_ma img{width:100%; display: block}
.footer_ma p{color:#fff; font-size: 14px; margin-top: 10px;}
.footer_links{width:15%; height: auto; position: relative; float: right}
.footer_links_xx{width:100%; height:54px; padding:0 2%}
.footer_links_xx p{width:100%; height: 100%; border: 1px solid rgba(255,255,255,0.15); font-size:16px; color: #555555; line-height: 52px; background: url(../images/links.png) no-repeat 92% center; padding: 0 6%}
.footer_ylianjie{width:100%; height:156px; background: #fff; position: absolute; top:-156px; left:0; border: 1px solid #fff; padding: 5px 8px; overflow-y:auto; display: none;}
.footer_ylianjie a{width:100%; font-size: 16px; display: block; line-height: 26px; margin: 5px 0}
.footer_links:hover .footer_ylianjie{display: block}
.f_copy{width:100%;height:auto; position: relative; margin: 35px 0; display: flex; justify-content: space-between;}
.f_copy .copy_l{width:auto; font-size: 14px; color: #555555; float: left; line-height: 54px;}
.f_copy .copy_l a{font-size: 14px; color: #555555; text-align: center; line-height: 40px;}
.footer_zhichi{width:auto; height:54px; line-height:54px; float: left; margin-left:2%;}
.footer_zhichi p{ width:auto; float: left; font-size: 14px; color:#555555; line-height:54px; margin-right: 10px; padding-left: 0!important; }
.footer_zhichi .pt{width:121px;height: 54px; background: url(../images/vl.png) no-repeat center;  margin-right: 10px}
.footer_zhichi .js{width:90px;height: 54px; background: url(../images/wl.png) no-repeat center; }
.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_zhichi span{float: left; font-size: 14px; color: #555555;}
.footer_zhichi i{ float: left;}
.f_brq{float:left;}
.footer_lianjie a{color:#555555; font-size:14px; position: relative; margin-right: 10px;}
.footer_lianjie a:hover{color:#009646}
.footer_lianjie{float: left; line-height:54px; margin-left: 1%}




/*客服*/
.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:#12bff1;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}






@media screen and (max-width:1500px){
	.w1440,.container,.ban_info{width:1200px;}
	.ban_info h4{font-size:60px;line-height:80px;}
	.f_copy{display:block}
	.footer_links{display:none}

}


@media screen and (max-width:1400px){
	.ban_info h4{font-size:40px; line-height:70px;}
	.ban_info i{width:90px; height:43px; background-size:100% 100%; margin-top:30px}

}








