@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;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1440px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
:focus {
  border: none;
  outline: none; 
}



/* 导航栏 */
.header_dao{width:100%; height:90px;  position: fixed; top:0; left:0; padding: 0 3%; z-index: 9; background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.1)}
.nav{width:55%; height:90px; float: right; margin-right: 2%; background: url(../images/nav_xs.png) no-repeat right center}
.nav .nLi{ float:left;  position:relative; display:inline; height:74px; text-align: center;  width:12.5%; margin-top: 16px }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#333333;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#333333;  position: relative; margin: 0px auto; line-height:62px; display: table; height: 74px}
.nav .sub{ display:none;left:50%; top:74px;  position:absolute;  line-height:26px; width:160px; margin-left: -80px;   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:2px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0163dc}
.nav .nLi.active p{font-weight: bold; color:#0163dc; border-bottom: 3px solid #0163dc}
.nav .nLi:hover p{font-weight: bold; color:#0163dc; border-bottom: 3px solid #0163dc}
.h_search{width:40px; height:90px; background: url(../images/search.png) no-repeat center; 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: #0039c8; font-size:16px; text-align:center}
.header_logo{width:22%; height: 90px; float: left; display: flex; align-items: center;}
.header_logo img{max-width: 100%; align-items: center; margin: 0px auto;}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; margin-top:90px;}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block; object-fit: cover; object-position: center center; transition: transform 6s ease 0s, opacity 3s ease 0s;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:55px; height:129px; border: 1px solid rgba(255,255,255,0.5); margin-top: -64.5px;}
.banner .swiper-button-next{background: url(../images/v_right.png) no-repeat center; right:2%}
.banner .swiper-button-prev{background: url(../images/v_left.png) no-repeat center; left:2%}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.banner .swiper-button-next:hover{background:rgba(255,255,255,0.5) url(../images/v_right.png) no-repeat center;}
.banner .swiper-button-prev:hover{background:rgba(255,255,255,0.5) url(../images/v_left.png) no-repeat center;}
.banner .swiper-pagination{bottom:60px;}
.banner .swiper-pagination-bullet{width:10px; height: 10px; opacity: 1; background: #fff; margin: 0 10px!important}
.banner .swiper-pagination-bullet-active{background: #0086ec}
.banner .swiper-slide-active a img{transform: matrix(1.15, 0, 0, 1.15, 0, 0);}
.ban_info{width:1200px; height:auto; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.ban_info h3{color:#fff; font-size:48px; font-weight:bold; line-height:60px}
.ban_info h4{color:#fff; font-size:18px; margin:10px 0}
.ban_info p{color:#fff; font-size:16px; line-height:30px; margin-top:5px; width:50%}
.ban_more{width:170px; height:170px; background:url(../images/b_yuan.png) no-repeat center; text-align:center; padding-top:46px; margin-top:122px;}
.ban_more i{width:27px; height:12px; display:block; background:url(../images/ban_jts.png) no-repeat center; margin:0px auto;}
.ban_more h5{color:#fff; font-size:16px; margin-bottom:25px;}
.ban_info h3,.ban_info p,.ban_more{
    transition: 600ms;
    -webkit-transition: 600ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    opacity: 0;
}

.banner .swiper-slide-active .ban_info h3,.banner .swiper-slide-active .ban_info p, .banner .swiper-slide-active .ban_more{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}



/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding:190px 0 60px; background-size: cover;}
.index_about_top{width:100%; height: auto; overflow: hidden; margin-bottom: 70px; position: relative}
.index_about_top h5{color:#0086ec; font-size: 86px; text-transform: uppercase; text-align: center}
.index_about_top h5 span{color:#0086ec; font-size: 86px; font-weight: bold;}
.index_about_xx{width:100%; height: auto; overflow: hidden}
.index_about_xx h5{color:#000000; font-size: 36px; margin-bottom: 46px; text-align: center}
.index_about_xx a{width:1000px; display: block; margin: 0px auto; color:#333; font-size: 16px; line-height: 30px; text-align: center}
.index_about ul{width:auto; display: table; margin:120px auto;}
.index_about ul li{width:65px; height: auto; float: left; margin-right: 80px; transition: all 0.4s ease-in-out;}
.index_about ul li:last-child{margin-right: 0}
.index_about ul li img{width:100%; height: auto; display: block; border-radius: 8px;}
.index_about ul li h4{color:#fff; font-size: 16px; margin-top: 20px;}
.index_about ul li:hover{margin-top: -10px;}
.in_about_more{width:177px; height: 60px; line-height: 60px; background: url(../images/more.png) no-repeat center; text-align: center;  position: absolute; top:26px; right:0}
.in_about_more a{color:#fff; font-size: 16px; background: url(../images/ys_jts.png) no-repeat right center; padding-right: 40px; }
.in_about_more a:hover{padding-right:50px;}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size:cover; margin-bottom: 98px;
	padding: 90px 0; position: relative}
.index_product_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_product_title h4{color:#fff; font-size: 36px; text-transform: uppercase}
.index_product_title h4 span{color:#fff; font-size: 36px; font-weight: bold; margin-left: 10px;}
.index_product_title h5{color:#fff; font-size: 24px; position: relative; display:table; margin:10px auto;}
.index_product_title h5:after{content: ""; width: 21px; height: 1px; background: #fff; position: absolute; top:18px; left:-40px;}
.index_product_title h5:before{content: ""; width: 21px; height: 1px; background: #fff; position: absolute; top:18px; right:-40px;}
.index_product_top{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.product_top_left{width:33.3%; height: 498px; float: left; background: #fff; padding:40px 30px}
.product_top_left ul{width:100%; height: auto; overflow: hidden}
.product_top_left ul li{width:100%; height: auto; line-height: 30px; margin-bottom:22px; background: url(../images/ph_jts.png) no-repeat right center}
.product_top_left ul li a{width:100%; height: auto; display: block}
.product_top_left ul li span{color:#333333; height: 30px; font-size: 16px; display: block; max-width: 80%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 20px}
.product_top_left ul li:hover{background: url(../images/p_jts.png) no-repeat right center}
.product_top_left ul li:hover span{color:#fff; background: #0163dc; border-radius: 25px; display: table; }
.product_top_right{width:66.7%; height: 498px; float: left; position: relative; overflow:hidden}
.product_top_right img{width:100%; height: 100%; display: block; 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;}
.product_top_right a{width:100%; height: 100%; display: block}
.product_top_right a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_promore{width:170px; height: 170px; border-radius: 50%; position: absolute; bottom:40px; right:86px; 	background-image: linear-gradient(to right, #009af5 , #0156d6); 
	background-image: -webkit-gradient(to right, #009af5 , #0156d6); 
	background-image: -webkit-radial-gradient(to right, #009af5 , #0156d6); text-align: center; padding-top: 45px;}
.in_promore h4{color:#fff; font-size: 16px;  line-height:24px;}
.in_promore i{width:27px; height: 12px; display: block; background: url(../images/hh.png) no-repeat center; margin:18px auto 0;}
.index_product_bottom{width:100%; height: auto;  position: relative; z-index:9}
.index_product_bottom .swiper-slide a{width:100%; height: auto; display: block}
.index_product_pic{width:100%; height: auto; overflow: hidden}
.index_product_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_product_xx{width:100%; height: 150px; overflow: hidden; background: #fff; padding:24px 26px}
.index_product_xx h4{width:100%; height:30px; line-height: 30px; color: #333333; font-weight: bold; font-size: 18px; text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap}
.index_product_xx p{color:#666666; font-size:16px; margin-top: 8px;}
.index_product_more{width:186px; height: 57px; border-radius: 30px; float: right; margin-right: 10%; margin-top: -28px}
.index_product_more span{color:#fff; font-size: 16px; line-height: 56px; margin-left:30px; opacity: 0}
.index_product_more i{width:56px; height: 56px; float: right; background: #fff; border: 4px solid #0163dc; border-radius: 50%; font-size: 18px; color: #0163dc; 
	text-align: center; line-height: 50px; float: right; font-style: normal; font-weight: bold;}
.index_product_bottom .swiper-slide a:hover .index_product_more{ background-image: linear-gradient(to right, #009af5 , #0156d6); 
	background-image: -webkit-gradient(to right, #009af5 , #0156d6); 
	background-image: -webkit-radial-gradient(to right, #009af5 , #0156d6);}
.index_product_bottom .swiper-slide a:hover  span{opacity: 1}
.index_product_bottom .swiper-button-next,.index_product_bottom .swiper-button-prev{width:12px; height: 25px; margin-top: -12.5px;}
.index_product_bottom .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:-50px;}
.index_product_bottom .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:-50px;}
canvas{display:block;}
.waves{position:absolute;z-index:0;left:0; right:0; bottom:0;height:55vh;}
.index_product_bottom .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_case{width:100%; height: auto; overflow: hidden; margin: 95px 0}
.index_case_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_case_title h4{color:#0163dc; font-size: 36px; text-transform: uppercase}
.index_case_title h4 span{color:#0163dc; font-size: 36px; font-weight: bold; margin-left: 10px;}
.index_case_title h5{color:#0163dc; font-size: 24px; position: relative; display:table; margin:10px auto;}
.index_case_title h5:after{content: ""; width: 21px; height: 1px; background: #0163dc; position: absolute; top:18px; left:-40px;}
.index_case_title h5:before{content: ""; width: 21px; height: 1px; background: #0163dc; position: absolute; top:18px; right:-40px;}
.index_case_all{width:100%; height: auto; overflow: hidden; margin-top:25px}
.index_case_all .swiper-container{padding: 50px 0}
.index_case_all .swiper-slide{  transition: 300ms;  transform: scale(1);}
.index_case_all .swiper-slide a{width:100%; height:auto; display:block}
.index_case_all .swiper-slide-active{ transform: scale(1.1); box-shadow: 0 0 8px rgba(0,0,0,0.14); z-index: 9}
.index_case_pic{width:100%; height: auto; overflow:hidden}
.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_xx{width:100%; height: auto; overflow: hidden; padding: 50px; background: #ecf0f3}
.index_case_xx h4{width:100%; height: 30px; line-height: 30px; color: #666; font-size: 24px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-bottom:20px;}
.index_case_xx p{width:100%; height:60px; line-height: 30px; color: #777; font-size:16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.case_li_more{width:177px; height: 60px; line-height: 60px; background: url(../images/more.png) no-repeat center; text-align: center; margin-top: 48px; opacity: 0}
.case_li_more span{color:#fff; font-size: 16px; background: url(../images/ys_jts.png) no-repeat right center; padding-right: 40px; transition: all 0.4s ease-in-out;}
.index_case_all .swiper-slide-active .case_li_more{opacity: 1}
.index_case_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;}
.case_li_more:hover span{padding-right: 50px;}



/*优势*/
.index_service{width:100%; height: auto; overflow: hidden; background: #ecf0f3; padding: 100px 0}
.index_service_top{width:1440px; height: auto; margin: 0px auto; background: url(../images/youshi_bjs.jpg) no-repeat top center; padding:100px 90px 0 }
.index_service_title{width:100%; height: auto; overflow: hidden}
.index_service_title h4{color:#0086ec; font-size:68px; font-weight: bold; text-transform: uppercase}
.index_service_title h5{color:#fff; font-size:16px;}
.index_service .slideTxtBox{width:100%; height: auto; margin:186px auto 0; overflow: hidden}
.index_service .slideTxtBox .hd{float: left; margin-top: 72px;}
.index_service .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.index_service .slideTxtBox .hd ul li{width:144px; height: 144px; float: left; border-radius: 50%; background: #fff; text-align: center; padding-top: 30px; 
	margin-right: 65px; cursor: pointer}
.index_service .slideTxtBox .hd ul li:last-child{margin-right: 0}
.index_service .slideTxtBox .hd ul li h4{color:#333333; font-size: 18px;}
.index_service_icon{width:100%; height: 60px; display: flex; align-items: center;}
.index_service_icon img{align-items: center; margin: 0px auto;}
.in_si2{display: none}
.index_service .slideTxtBox .hd ul li.on{
	background-image: linear-gradient(to right, #009af5 , #0156d6); 
	background-image: -webkit-gradient(to right, #009af5 , #0156d6); 
	background-image: -webkit-radial-gradient(to right, #009af5 , #0156d6);
}
.index_service .slideTxtBox .hd ul li.on h4{color:#fff}
.index_service .slideTxtBox .hd ul li.on .in_si2{display: block}
.index_service .slideTxtBox .hd ul li.on .in_si1{display: none}
.index_service .slideTxtBox .bd{width:412px; height: 375px; float: right; background: #fff;}
.bd_li{width:100%;  height: auto; overflow: hidden;  padding: 50px;}
.bd_li p{width:100%; line-height:30px; color:#333333; font-size: 16px; }
.bd_li_more{width:177px; height: 60px; line-height: 60px; background: url(../images/more.png) no-repeat center; text-align: center; margin-top: 48px;}
.bd_li span{color:#fff; font-size: 16px; background: url(../images/ys_jts.png) no-repeat right center; padding-right: 40px;}
.bd_li hr{width:100%; height: 1px; background: #eeeeee; display: block; margin: 25px 0}
.bd_lixx{width:100%; height: auto; overflow: hidden;}
.bd_lixx span{color:#333333; font-size: 18px; font-weight: bold;}
.bd_lixx img{margin-right:20px;}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: 68px; margin-top: 154px}
.index_news_top{width:100%; height: auto; overflow: hidden}
.index_news_left{width:49%; height: auto; float: left}
.index_news_left ul{width:100%; height: auto; overflow: hidden}
.index_news_left ul li{width:49%; height: auto; float: left}
.index_news_left ul li:nth-child(2n){float: right}
.index_news_npic{width:100%; height: auto; overflow: hidden; position: relative}
.index_news_npic 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_npic span{width:120px; height: 36px; position: absolute; bottom:0; left:0; background: rgba(0,0,0,0.3);  text-align: center; line-height: 36px; color:#fff}
.index_news_nxx{width:100%; height: auto; overflow: hidden}
.index_news_nxx h3{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin: 25px 0 15px}
.index_news_nxx p{width:100%; height:60px; overflow: hidden; line-height:30px; font-size:16px; color:#666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_nxx span{color:#666666; font-size: 18px; display: block; margin-top:18px;}
.index_news_title{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.index_news_title h4{color:#0086ec; font-size:58px; text-transform: uppercase}
.index_news_title h4 span{color:#0086ec; font-size:58px; font-weight: bold; }
.index_news_title h5{color:#333333; font-size: 16px; }
.index_news_left ul li:hover .index_news_npic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left ul li:hover h3{color:#0086ec}
.index_news_right{width:49.5%; height:550px; float: right; position: relative; margin-top:18px; overflow: hidden}
.index_news_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;}
.news_right_hover{width:390px; height: 209px; position: absolute; bottom:0; right:0; background: #0163dc; padding-top:30px;}
.news_right_hover h4{width:100%; height: auto; overflow: hidden; padding-left: 40px; font-size: 16px; color: #fff}
.news_right_hover h4 span{color:#fff; font-size: 50px; margin-right: 8px;}
.news_right_hover h5{width:100%; height: 42px; background: #014fb0; line-height: 42px; color: #fff; font-size: 18px; padding-left: 40px; margin-top: 40px;}
.news_right_hover p{width:100%; height:30px; line-height: 30px; color: #fff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	padding-left: 40px;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top:60px;}
.index_news_bottom li{width:31.3%; height: auto; float: left; border-bottom: 1px solid #eeeeee; margin-bottom: 26px; padding-bottom: 26px; margin-right: 3%}
.index_news_bottom li:nth-child(3n){margin-right: 0}
.index_news_bottom li h4{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_bottom li span{width:100%; height:30px; line-height:30px; color: #666666; font-size: 14px;}
.index_news_bottom li:nth-child(4),.index_news_bottom li:nth-child(5),.index_news_bottom li:nth-child(6){border-bottom: 0}
.index_news_bottom li:hover h4{color:#0086ec}
.index_news_right:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*视频*/
.index_shipin{width:100%; height:428px; background: url(../images/qyxc_bjs.jpg) no-repeat center; position: relative}
.index_shipin_info{width:auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%)}
.index_shipin_info img{float: left;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_shipin_info dl{margin-left:110px; margin-top:5px;}
.index_shipin_info dl dt{color:#fff; font-size: 24px; line-height: 40px; text-transform: uppercase}
.index_shipin_info dl dt span{font-weight:bold; color:#fff; font-size: 24px;}
.index_shipin_info dl dd{color:#fff; font-size: 24px;}
.index_shipin_info:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*新能源*/
.ny_banner{width:100%; height:432px; overflow: hidden; position: relative; margin-top:90px; padding-top: 150px}
.honor_banner{background: url(../images/pic_ban.jpg) no-repeat center}
.rlzy_banner{background:url(../images/rlzy_ban.jpg) no-repeat center}
.about_banner{background:url(../images/about_ban.jpg) no-repeat center}
.product_banner{background:url(../images/product_ban.jpg) no-repeat center}
.contact_banner{background:url(../images/contact_ban.jpg) no-repeat center}
.case_banner{background:url(../images/case_ban.jpg) no-repeat center}
.news_banner{background:url(../images/news_ban.jpg) no-repeat center}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center}
.xnycl_ban{background: url(../images/xny_ban.jpg) no-repeat center; height:500px;}
.tsan_ban{background: url(../images/tsan_ban.jpg) no-repeat center; height:500px;}
.pfxcl_ban{background: url(../images/pfxcl_ban.jpg) no-repeat center; height:500px;}
.tpxcl_ban{background: url(../images/tpxcl_ban.jpg) no-repeat center; height:500px;}


.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}


.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #a9a9a9; border-bottom:1px solid #a9a9a9; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}

.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height:80px; position: relative;}
.nav-wrap li a{font-size: 20px;font-weight: bolder; padding: 0 40px; display:block; width:100%}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:10px; background: #0163dc; left: 50%;  margin-left:-40px; }

.ny_ban_zi{width:100%; height: auto; text-align: center}
.ny_ban_zi h4{font-size: 48px; font-weight: bold; margin-bottom: 10px; color:#fff; margin-bottom: 26px;}
.ny_ban_zi h5{font-size: 18px; color:#fff}
.ny_ban_shubiao{width:auto; text-align: center; display: block; margin:80px auto; animation:mymove 5s infinite;}
.ny_ban_shubiao p{color:#ffffff; font-size: 16px; margin-top: 8px;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}

.ny_about_one{width:100%; height: auto; overflow: hidden; margin-top: 75px}
.about_one_post{position: relative; width: 100%;}
.about_one_title{width:100%; height: auto; overflow: hidden; text-align: center; padding-top: 8px;}
.about_one_title h4{color:#333333; font-size: 60px; opacity: 0.2; text-transform: uppercase; font-weight: bold;}
.about_one_title h5{color:#333333; font-size: 36px; font-weight: bold; position: absolute; top:-5px; left:0; text-align: center; width: 100%}
.about_one_title hr{width:81px; height: 6px; background: #84c23b; display: block; margin: 0px auto;}
.about_one_xx{width:100%; height: auto; overflow: hidden; margin: 35px auto;}
.about_one_xx p{color:#333333; font-size: 16px; line-height: 30px;  margin-bottom: 20px;}
.about_one_xx img{max-width:100%}
.about_one_bottom{width:100%; height: 295px; overflow: hidden; margin-top: 62px;}
.about_one_left{width:50%; height: 100%; float: left}
.about_one_left 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;}
.about_one_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.about_one_right{width:50%; height: 295px; float: left; background: #84c23b;display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; padding: 100px 5% 0;}
.about_one_right dl{width:auto; float: left}
.about_one_right dl dt{width:100%; height: auto; overflow: hidden}
.about_one_right dl dt hr{width:26px; height: 2px; background: #fff;}
.about_one_right dl dt h4{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 16px;}
.about_one_right dl dt h4 span{color:#fff; font-size:48px; font-weight: bold;}
.about_one_right dl dd{color:#fff; font-size: 16px;}
.ny_about_two{width:100%; height: auto; overflow: hidden; margin-top: 80px;}
.ny_about_two ul{width:100%; height: auto; overflow: hidden; margin-top: 70px}
.ny_about_two ul li{width:24.4%; height: auto; float: left; position: relative; border-radius: 8px; margin-right:0.8%; overflow: hidden; border-radius:20px}
.ny_about_two ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_about_two ul li:nth-child(4n){margin-right: 0}
.about_two_hover{width:100%; height: auto; overflow: hidden; position: absolute; bottom:50px; left:0; padding:0 7%}
.about_two_hover h3{color:#fff; font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.about_two_hover p{color:#fff; font-size: 16px; line-height: 30px; }
.ny_about_two ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_about_three{width:100%; height:468px; background: url(../images/xny_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed; 
	text-align: center; padding-top: 136px; margin-top: 75px}
.ny_about_three h4{color:#fff; font-size: 48px; font-weight: bold; margin-bottom: 40px;}
.ny_about_three p{color:#fff; font-size: 16px; line-height: 30px; width:1035px; margin: 0px auto;}
.ny_about_four{width:100%; height: auto; overflow: hidden; margin-top: 54px}
.ny_about_four .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: 88px}
.ny_about_four .swiper-slide a{width:100%; height: auto; display: block}
.ny_about_hj{width:100%; height: auto; overflow: hidden}
.ny_about_hj img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_about_four .swiper-slide a h4{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 16px; text-overflow:ellipsis; overflow: hidden; 
	white-space: nowrap; text-align: center; margin-top: 5px}
.ny_about_four .swiper-slide a:hover .ny_about_hj img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_hot_news{width:100%;  height: auto; overflow: hidden; margin-top: 96px; margin-bottom: 50px}
.ny_hot_ntitle{width:auto; height: auto; overflow: hidden; display: table; background: url(../images/lan_icon.jpg) no-repeat right center; padding-right:20px}
.ny_hot_ntitle h4{color:#333333; font-size: 36px; font-weight: bold; margin-bottom: 8px;}
.ny_hot_ntitle h5{color:#333333; font-size: 14px; text-transform: uppercase}
.ny_hot_top{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.ny_hot_top li{width:48%;  height:auto;  float: left; overflow: hidden}
.ny_hot_top li:nth-child(2n){float: right}
.ny_hot_npic{width:49.2%; height: auto; float: left; overflow: hidden}
.ny_hot_npic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_hot_nxx{margin-left: 53%;}
.ny_hot_nxx h4{width:100%; height: 40px; line-height: 40px; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:12px;}
.ny_hot_nxx span{color:#666666; font-size: 14px; display: block; margin: 10px 0}
.ny_hot_nxx p{width:100%; height: 90px; line-height: 30px; overflow: hidden; font-size: 16px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_hot_nxx i{width:140px; height: 36px; background: #0163dc; text-align: center; line-height: 36px; font-size: 18px; display: block; border-radius: 25px;
	font-style: normal; color:#fff; margin-top:15px;}
.ny_hot_top li:hover h4{color:#0163dc}
.ny_hot_top li:hover .ny_hot_npic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_hot_bottom{width:100%; height: auto; overflow: hidden; margin-top:20px}
.ny_hot_bottom li{width:48%;  height:90px; line-height: 90px; border-bottom: 1px solid #eeeeee; float: left; }
.ny_hot_bottom li:nth-child(2n){float: right}
.ny_hot_bottom li h4{width:70%; height: 100%; float: left; font-size:18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_hot_bottom li span{color:#666666; font-size: 14px;  float: right}
.ny_hot_bottom li:hover h4{color:#0163dc}
.ny_hot_bottom li:nth-child(3){border-bottom: 0}
.ny_hot_bottom li:nth-child(4){border-bottom: 0}



/*天尚安能*/
.tsan_one_title{width:100%; height: auto; overflow: hidden; text-align: center; padding-top: 8px;}
.tsan_one_title h4{color:#333333; font-size: 60px; opacity: 0.2; text-transform: uppercase; font-weight: bold;}
.tsan_one_title h5{color:#333333; font-size: 36px; font-weight: bold; position: absolute; top:-5px; left:0; text-align: center; width: 100%}
.tsan_one_title hr{width:138px; height: 6px; background: #0163dc; display: block; margin: 0px auto;}
.ny_tsan_two{width:100%; height: 350px; background: url(../images/tsan_jj.jpg) no-repeat center; background-size: cover; background-attachment: fixed; 
	padding-top: 92px; position: relative}
.tsan_two_xx{width:100%; height: auto; overflow: hidden; text-align: center}
.tsan_two_xx h4{color:#fff; font-size: 48px; font-weight: bold; margin-bottom: 10px;}
.tsan_two_xx p{color:#fff; font-size: 16px;}
.tsan_two_icon{position: absolute; bottom:-70px; left:50%; width:169px; margin-left: -84.5px; }
.tsan_two_icon img{width:100%; display: block;   -webkit-transition: -webkit-transform 0.5s ease-out; -moz-transition: -moz-transform 0.5s ease-out;  transition: transform 0.5s ease-out;}
.tsan_two_icon:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}

.ny_tsan_three{width:100%; height: auto; overflow: hidden; margin-top:108px }
.tsan_three_one{width:100%; height: auto; overflow: hidden; margin-top: 60px; position: relative}
.tsan_three_one img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.tsan_three_one:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.tsan_three_hover{width:47.5%; display: block; position: absolute; top:70px; right:42px; background: rgba(31,84,176,0.8); padding:4.5% 5%;}
.tsan_three_hover h4{color:#fff; font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.tsan_three_hover p{width:100%; height: auto; overflow: hidden; line-height: 32px; font-size: 16px; color:#fff}
.tsan_three_bottom{width:100%; height: auto; ; margin-top: 38px; position: relative}
.tsan_three_bottom .swiper-slide a{width:100%; height: auto; display: block}
.ny_tsan_img{width:100%; overflow: hidden}
.ny_tsan_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.tsan_three_bottom .swiper-slide a h4{width:100%; height: 40px; line-height: 40px; text-align: center; color:#333333; font-size: 16px; text-align: center; margin-top: 5px;}
.tsan_three_bottom .swiper-button-next,.tsan_three_bottom .swiper-button-prev{width:60px; height: 60px; margin-top: -30px}
.tsan_three_bottom .swiper-button-next{background: url(../images/ly_right.png) no-repeat center; right:-80px;}
.tsan_three_bottom .swiper-button-prev{background: url(../images/ly_left.png) no-repeat center; left:-80px;}
.tsan_three_bottom .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;}
.ny_tsan_four{width:100%; height:auto; margin-top:40px;}
.ny_tsan_four ul{width:100%; height: auto; overflow: hidden; margin-top:70px;}
.ny_tsan_four ul li{width:32.6%; height: auto; float: left; margin-bottom:12px; margin-right: 1%; overflow: hidden}
.ny_tsan_four ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_tsan_four ul li:nth-child(3n){margin-right: 0}
.ny_tsan_four ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_hjmore{width:194px; height: 56px; background: #0163dc; border-radius: 25px; text-align: center; line-height: 56px; display: block; margin:30px auto 0; 
	font-size: 18px; border-radius: 35px; color:#fff; }
.ny_hjmore:hover{background:#0156d6}

/*天棚新材料*/
.ny_tpxcl_oimg{width:100%; height: auto; overflow: hidden}
.tpxcl_oimg_left{width: 62.6%; height: auto; float: left}
.tpxcl_oimg_left img{width:100%; display: block}
.tpxcl_oimg_right{width:36%; float: right}
.tpxcl_oimg_right img{width:100%; display: block}
.ny_tpxcl_three{width:100%; height: auto; overflow: hidden; margin-top:90px}
.tpxcl_three_ul{width:100%; height: auto; overflow: hidden; margin-top:70px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.tpxcl_three_ul li{position: relative; z-index:2; margin-right:0.69%; float: left; overflow: hidden}
.tpxcl_three_ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.tpxcl_three_ul li h4{width:100%; height: auto; position: absolute; bottom:25px; left:0; padding: 0 5%; font-size:16px; color: #fff; line-height: 30px;}
.tpxcl_three_ul li:nth-child(3){margin-right: 0;width:25.4%}
.tpxcl_three_ul li:nth-child(1){width:49%}
.tpxcl_three_ul li:nth-child(2){width:25.4%}
.tpxcl_three_ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_tpxcl_four{width:100%; height: auto; overflow: hidden; background: url(../images/ryzz_bjs.jpg) no-repeat center; background-size: cover;
	padding: 62px 0 125px; margin-top: 80px;}
.tsan_two_title{width:100%; height: auto; overflow: hidden; text-align: center; padding-top: 8px;}
.tsan_two_title h4{color:#fff; font-size: 60px; opacity: 0.3; text-transform: uppercase; font-weight: bold;}
.tsan_two_title h5{color:#fff; font-size: 36px; font-weight: bold; position: absolute; top:-5px; left:0; text-align: center; width: 100%; }
.tsan_two_title hr{width:138px; height: 6px; background: #0163dc; display: block; margin: 0px auto;}
.tsan_four_bottom{width:100%; height: auto; margin-top: 100px; position:relative}
.tsan_four_bottom .swiper-slide a{width:100%; display: block; overflow: hidden; background: url(../images/honor_bjs.jpg) no-repeat center; 
	background-size:100%; padding:18px;}
.tsan_four_bottom .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;}
.tsan_four_bottom .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;}
.tsan_three_pic{width:100%; height: auto; overflow: hidden}
.ny_tpxcl_five{width:100%; height:auto; overflow: hidden; margin-top: 75px;}
.ny_tpxcl_five ul{width:100%; height: auto; overflow: hidden; margin-top: 65px}
.ny_tpxcl_five ul li{width:24.4%; height: auto; float: left; margin-right:0.8%; margin-bottom:14px; overflow: hidden}
.ny_tpxcl_five ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_tpxcl_five ul li:nth-child(4n){margin-right: 0}
.ny_tpxcl_five ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.tsan_four_bottom .swiper-button-next,.tsan_four_bottom .swiper-button-prev{width:58px; height:58px; margin-top:-29px; opacity:0.5}
.tsan_four_bottom .swiper-button-next{background:url(../images/tp_right.png) no-repeat; right:-65px;}
.tsan_four_bottom .swiper-button-prev{background:url(../images/tp_left.png) no-repeat; left:-65px;}
.tsan_four_bottom .swiper-button-next:hover{opacity:1}
.tsan_four_bottom .swiper-button-prev:hover{opacity:1}


/*鹏富*/
.ny_pfxcl_one{width:100%; height: auto; overflow: hidden; background: url(../images/pfxcl_bjs.jpg) no-repeat center; padding: 92px 0 70px}
.pfxcl_one_xx{width:100%; height: auto; overflow: hidden; padding: 0 4.5%; margin-top: 70px;}
.pfxcl_one_xx p{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 16px; line-height: 30px; text-indent: 2rem}
.pfxcl_one_img{width:100%; height: auto; overflow: hidden; text-align: center}
.pfxcl_one_img img{width:183px; margin: 0px auto;}
.pfxcl_one_ul{width:1200px; height: auto; margin:52px auto 0; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.pfxcl_one_ul dl{width:auto; float: left;}
.pfxcl_one_ul dl dt{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333}
.pfxcl_one_ul dl dt span{color:#333333; font-size: 48px; font-weight:bold;}
.pfxcl_one_ul dl dt i{font-style: normal; color:#333333; font-size: 48px; font-weight: bold;}
.pfxcl_one_ul dl dd{width:100%;}
.pfxcl_one_ul dl dd p{color:#333333; font-size: 16px; line-height: 30px; margin-bottom: 5px;}
.pfxcl_one_ul dl dd hr{width:25px; height: 5px; background: #1d2088; display: block}
.pfxcl_one_ul dl:hover hr{background: #e60013}
.ny_pfxcl_two{width:100%; height: auto; overflow: hidden; margin-top: 92px; background: url(../images/cpyy_bjs.jpg) no-repeat center; background-size: cover; padding-bottom: 144px;}
.ny_pfxcl_two ul{width:100%; height: auto; overflow: hidden; margin-top:82px}
.ny_pfxcl_two ul li{width:32.5%; height: auto; float: left; margin-bottom:15px; margin-right: 1.2%; position: relative; overflow: hidden}
.ny_pfxcl_two ul li:nth-child(3n){margin-right: 0}
.ny_pfxcl_two ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_pfxcl_two ul li h4{width:100%; height: 40px; line-height: 40px; position: absolute; bottom:5px; left:0; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#fff; font-size: 16px;}
.ny_pfxcl_two ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_pfxcl_three{width:100%; height: auto; overflow: hidden; margin-top: 72px; margin-bottom: 130px;}
.pfxcl_three_all{width:100%; height: auto; overflow: hidden; margin-top: 88px; position: relative}
.pfxcl_three_all .swiper-slide{width:659px; height: 371px}
.ny_honor_li{width:100%; height: auto; overflow: hidden; position: relative}
.ny_honor_li img{width:100%; display: block}
.ny_honor_li:after{content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top:0; left:0}
.pfxcl_three_all .swiper-button-next,.pfxcl_three_all .swiper-button-prev{width:32px; height: 22px;}
.pfxcl_three_all .swiper-button-next{background: url(../images/sc_right.png) no-repeat center; right:22%}
.pfxcl_three_all .swiper-button-prev{background: url(../images/sc_left.png) no-repeat center; left:22%}
.pfxcl_three_all .swiper-slide-active .ny_honor_li:after{opacity: 0}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background: #f4f5f7; padding: 48px 0 0}
.footer_top{width:100%; height: auto; overflow: hidden}
.footer_biaoti{width:72%; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_top dl{float: left; margin-right:5%; max-width:20%}
.footer_top dl dt{color:#333333; font-size: 16px; border-bottom: 1px solid #e5e5e5; padding-bottom: 16px;}
.footer_top dl dd{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.footer_top dl dd a{color:#666666; font-size: 16px; display: block; line-height: 30px;}
.footer_top dl dd a:hover{color:#0086ec}
.f_nav{margin-right: 0!important}
.footer_xx{width:24%; height: auto; float: right; text-align: right}
.footer_xx h5{width:100%; height: auto; overflow: hidden}
.footer_xx h5 span{color:#333333; font-size: 16px; background: url(../images/f_dhs.png) no-repeat left center; padding-left:35px;}
.footer_xx h6{color:#0163dc; font-size: 30px; font-weight: bold; margin: 10px 0 15px}
.footer_xx_info{width:100%; height: auto; overflow: hidden}
.footer_xx_info p{width:100%; line-height:30px; font-size: 16px; color: #333333;}
.f_wx,.f_sj{width:94px; height:48px; float: right; position: relative; margin: 58px 0 78px 18px}
.f_wx{background: url(../images/wx_icon.png) no-repeat center}
.f_sj{background: url(../images/sj_icon.png) no-repeat center}
.f_wx img{width:100px; position: absolute; top:-100px; right:0; display: none;}
.f_sj img{width:100px; position: absolute; top:-100px; left:-20px; display: none;}
.f_wx:hover img{display: block}
.f_sj:hover img{display: block}
.f_copy{width:100%; height:70px; overflow: hidden; line-height:70px;  border-top:1px solid #eeeeee; }
.copy_l{font-size:14px; color:#999999; height: 100%; width:auto; float: left; }
.copy_l a{color:#999999; font-size: 14px;}
.copy_l a:hover{color:#009b48!important}
.footer_zhichi{width:372px; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%; line-height:70px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height:70px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.footer_zhichi .js{width:80px;height:70px; 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: #999999;}
.footer_zhichi i{ float: left;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:430px;
    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: -125px;
    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:#0039c8;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    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;}


/*旗下企业*/
.ny_qxqy_li{width:100%; height:auto; margin-top:40px; margin-bottom:40px; overflow:hidden}
.ny_qxqy_li ul{width:100%; height:auto; }
.ny_qxqy_li ul li{width:20%; height:auto; float:left; margin-right:2%; margin-bottom:20px;}
.qxqy_li_pic{width:100%; overflow:hidden}
.qxqy_li_pic img{width:100%; display:block}
.ny_qxqy_li ul li h4{width:100%; color:#333; font-size:16px; text-align:center; margin-top:20px;}
.ny_qxqy_li ul li:nth-child(4n){margin-right:0}


/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:50%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 32px;}
.contact_xx_right{width:auto; height:auto; float: right; margin-top:50px;}
.contact_xx_right dl{width:140px; height:auto; float:left; margin-left:40px;}
.contact_xx_right dl dt{width:100%; height:auto; overflow:hidden; border:1px solid #eee; padding:0px}
.contact_xx_right dl dt img{width:100%; display:block}
.contact_xx_right dl dd{width:100%; color:#333; text-align:center; margin-top:10px;}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.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:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize:none }
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; background: #fff; display: block; margin:20px auto; font-size:16px;}
.con_submit:hover{background:#0163dc; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.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;  
}  


/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.ny_proshow_top{text-align:center}


/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #0163dc; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 8px; background: #f0f0f1}
.ny_left_nav .yiji li{padding-left: 10px; height: 50px; line-height: 50px; position: relative;}
.ny_left_nav .yiji li::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #0163dc; left: 10px; top: 22px;}
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #000;display: block;  height:auto;line-height:30px;position: relative; }
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul li { width: 100%; height: auto; background: none; border-bottom:1px solid #dadada;    }
.ny_left_nav ul li ul li a{ padding-left:0; font-size: 16px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#0163dc; font-size: 16px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a .link{color:#0163dc}
.ny_left_nav ul li:hover a.inactive{color:#0163dc}
.ny_left_nav ul li ul li:hover a{color:#0163dc}
.ny_left_nav ul li .inactives{color:#0163dc}
.ny_left_nav ul li ul li:hover a{color:#0163dc}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}


/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #333; font-weight: bold; }
.ny_about_info p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden; margin-bottom:20px;}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{ display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;  object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #333}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#0163dc}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #0163dc;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:auto; line-height:30px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #0163dc;
    left: 0;
    top:12px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#0163dc}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{position:relative; padding:8px 0 8px 10px}
.accordion li:hover{background:#fff;}


/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.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}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.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:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.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:#333}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#333; margin: 40px 0; line-height:32px}
.ny_news_show p{font-size:16px; color:#333;  line-height:32px}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
		  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
		  clear: both}
.ny_news_show .container{width:1200px;}

  
  
/*发展历程*/
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #0163dc;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px; padding-top: 13px;color: #666; margin-left:190px; }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px; overflow:hidden }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #0163dc;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}



@media screen and (max-width:1440px){
	.w1440,.index_service_top,.container{width:1200px}
	.index_service .slideTxtBox .hd ul li{margin-right:25px;}
	.index_service_top{padding: 100px 50px 0;}
	.nav{width:62%}

}


