﻿
/* 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;}
.w90{ width:96%; margin: 0 auto; }
.container{ width:1200px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}




/* 导航栏 */
.header_nav{height:90px; width:100%; position:fixed; top:0; left:0; z-index:6; padding:0 4%; transition: all 0.4s ease-in-out; background: #fff}
.h_logo{width:169px; float: left; height: 100%; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-width: 138%; max-height: 100%}
.logo2{display:none}
.h_search{width:36px; height:90px; float: right; background: url(../image/search.png) no-repeat center; position: relative; margin-right: 4%;}
.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: #0522ff; font-size:16px;}
.h_dianhua{float: right; background: url(/templates/hkdz/images/h_dianhua.png) no-repeat 40px center; color: #fff; font-size:18px; line-height: 95px; border-left:1px solid rgba(255,255,255,0.4); padding-left: 70px }
.f_top{background: rgba(255,255,255,0.95)}
.header_links{float: right; margin-top:34px;}
.header_links a{margin: 0 4px;}
.nav{width:48%; height:90px; float: right; margin-right: 2%;  }
.nav .nLi{float:left;  position:relative; display:inline; height:90px; text-align: center;  width:11.1%; }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#000000;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#000000;  position: relative; margin: 0px auto; line-height:88px; display: table; height:90px}
.nav .sub{ display:none;left:50%; top:90px;  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:#0522ff}
.nav .nLi.active p{font-weight: bold;}
.nav .nLi:hover p{font-weight: bold;}



/*banner*/
.banner{ width:100%; height:auto; position: relative; overflow: hidden; margin-bottom: 66px; margin-top: 90px}
.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}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin-top: 54px;}
.index_product ul{width:100%; height: auto; overflow:hidden}
.index_product ul li{width:24.25%; height:auto; overflow: hidden; float: left; margin-right: 1%; padding:40px 2%}
.index_product ul li:nth-child(4){margin-right: 0; background: url(../image/p_four.jpg) no-repeat center; background-size: cover;}
.index_product ul li:nth-child(1){background: url(../image/p_one.jpg) no-repeat center; background-size: cover;}
.index_product ul li:nth-child(2){background: url(../image/p_two.jpg) no-repeat center; background-size: cover;}
.index_product ul li:nth-child(3){background: url(../image/p_three.jpg) no-repeat center; background-size: cover;}
.index_pro_title{width:100%; height: auto; overflow: hidden; background: url(../image/p_jts.png) no-repeat right center;text-align:center;}
.index_pro_title h3{color:#000000; font-size: 18px; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_title h4{color:#000000; font-size: 16px; font-weight: bold; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_pic{width:100%; height: auto; overflow: hidden; display: flex; align-items: center; margin-top:10px}
.index_pro_pic img{max-width: 100%; align-items: center; margin: 0px auto; max-height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_product ul li span{color:#000000; font-size: 16px; font-weight: bold; margin:20px auto 0; border-bottom: 1px solid #000000; display: table}
.index_product_two{width:100%; height: auto; overflow: hidden; margin-bottom: 55px; margin-top: 20px;} 
.index_product_two .w90{display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.product_two_li{width:49.5%; height: auto; float: left; background: #f9f9f9; padding:2% 2% 1%}
.product_two_xl{width:40%; height: auto; float: left}
.product_two_xl h4{color:#000000; font-size: 30px; font-weight: bold;}
.product_two_xl ul{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.product_two_xl ul li{width:100%; height: auto; overflow:hidden; line-height: 30px; margin-bottom: 10px;}
.product_two_xl ul li a{width:100%; background: url(../image/jia.png) no-repeat left center; padding-left: 20px;}
.product_two_xl ul li a span{font-size: 18px; color: #000000; border-bottom: 1px solid #000}
.product_two_xl ul li:hover span{font-weight: bold;}
.in_pro_more{width:92px; height: 32px; background: #000000; text-align: center; line-height: 32px; color: #fff; display: block; margin-top: 80px;}
.in_pro_more:hover{background:#0522ff}
.product_two_cp{width:48%; float: right}
.index_pro_img{width:100%; height: 399px; overflow: hidden; display: flex; align-items: center; margin-top:-20px}
.index_pro_img img{max-width: 100%; align-items: center; margin: 0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.product_two_cp .swiper-pagination{width:auto; left:auto; right:0}
.product_two_cp .swiper-pagination-bullet-active{background: #7c7c7c}
.product_two_cp .swiper-slide a{width:100%; height:100%; display:block}
.product_two_cp .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_gyzs{width:100%; height: auto; overflow: hidden; text-align: center}
.index_gyzs h4{color:#000000; font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.index_gyzs p{color:#777777; font-size:16px; }
.index_team{width:100%; height: 750px; overflow:hidden; background: url(../image/team_bj.jpg) no-repeat center; background-size: cover; padding:60px 0; margin-top: 62px; }
.index_team_num{width:100%; height: auto; overflow: hidden; }
.team_num_li{margin-right: 3%}
.team_num_li dl{width:auto; margin-bottom: 58px; border-bottom: 1px solid rgba(255,255,255,0.2); overflow: hidden; display: -webkit-flex;
    display: inline-flex; -webkit-align-items: flex-end;  align-items: flex-end; padding-bottom:20px;}
.team_num_li dl dt{color:#fff; font-size: 16px; float: left}
.team_num_li dl dd{color:#fff; font-size: 16px; float: right; margin-left: 80px;}
.team_num_li dl dd span{color:#fff; font-size: 70px; line-height: 58px;}
.team_num_li:last-child{margin-right: 0; display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; flex-wrap:wrap-reverse ;
-webkit-flex-wrap: wrap-reverse ;}
.team_nums{width:100%; overflow:hidden}
.team_num_zong{display: flex; display: -webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; width: 100%}
.index_team_li{width:100%; height: auto; overflow: hidden; margin:70px 0 50px;}
.index_team_li .swiper-slide a{width:100%; height: auto; display: block}
.in_team_pic{width:100%; height: auto; overflow: hidden}
.in_team_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_team_li .swiper-slide a h4{width:100%; height: 40px; line-height: 40px; color: #fff; font-size: 14px; text-align: center; margin-top:5px; 
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_team_li .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.index_team_links{width:100%; height:auto; overflow:hidden; display: -webkit-flex;
    display: flex; -webkit-justify-content: flex-end; justify-content: flex-end;}
.index_team_links a{width:92px; height:32px; float:left; background:#fff; color:#000000; font-size:14px; line-height:32px; text-align:center; margin-left:15px;}
.index_team_links a:hover{background:#0522ff; color:#fff}




/*产品*/
.index_qqxz{width:100%; height: auto; overflow: hidden; margin-bottom:30px; margin-top: 60px;}
.index_qqxz_left{width:25%; height: auto; float: left}
.index_qqxz_title{width:100%; height: auto; overflow: hidden; margin-bottom:120px}
.index_qqxz_title h4{color:#000000; font-size: 36px; font-weight: bold; margin-bottom:7px;}
.index_qqxz_title p{color:#777777; font-size:16px;}
.index_qqxz_dz{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_qqxz_dz h4{color:#000000; font-size: 16px; font-weight: bold; line-height: 30px;}
.index_qqxz_dz p{color:#555555; font-size: 14px; line-height: 30px;}
.qq_lx{width:92px; height: 32px; background: #000000; text-align: center; line-height: 32px; color: #fff; font-size: 14px; display: block; margin-top: 30px;}
.index_qqxz ul{width:68%; height: auto; float: right; border-left:1px solid #cccccc; padding-left:2.3%}
.index_qqxz ul li{width:32%; height: auto; float: left; margin-right: 2%; margin-bottom:25px;}
.index_qqxz ul li:nth-child(3n){margin-right: 0}
.index_qqxz_img{width:100%; height: auto; overflow: hidden}
.index_qqxz_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_qqxz ul li h4{color:#000000; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; 
	height: 35px; line-height: 35px; margin-top: 10px;}
.index_qqxz ul li:nth-child(4),.index_qqxz ul li:nth-child(5),.index_qqxz ul li:nth-child(6){margin-bottom: 0}
.index_qqxz ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.qq_lx:hover { background: #0522ff; color: #fff;}


/*工厂*/
.ny_ban{width:100%; height:520px; position: relative; margin-top:90px; background-size:cover!important}
.gc_ban{background: url(../image/gc_ban.jpg) no-repeat center}
.about_ban{background: url(../image/about_ban.jpg) no-repeat center}
.yfzx_ban{background: url(../image/yfzx_ban.jpg) no-repeat center}
.products_ban{background: url(../image/product_ban.jpg) no-repeat center}
.wlw_ban{background: url(../image/wlw_ban.jpg) no-repeat center}
.video_ban{background: url(../image/video_ban.jpg) no-repeat center}
.contact_ban{background: url(../image/contact_ban.jpg) no-repeat center}
.news_ban{background: url(../image/news_ban.jpg) no-repeat center}
.xiancai_ban{background: url(../image/xiancai_ban.jpg) no-repeat center}
.ny_hank{position: absolute; bottom:5%; right:5%; z-index:1; text-align: center; animation:mymove 3s infinite;}
.ny_hank p{color:#fff; font-size: 16px;writing-mode:tb-rl; writing-mode:vertical-rl; margin-bottom: 10px; line-height: 30px; }
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}
.ny_nav{width:100%; height: auto; overflow: hidden; background: #333333; padding: 26px 0}
.ny_nav ul{width:auto; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-end;  justify-content: flex-end;}
.ny_nav ul li{float: left; margin-right:12.6%}
.ny_nav ul li a{color:#fff; font-size: 16px;}
.ny_nav ul li:last-child{margin-right: 0}
.ny_nav ul li.active a{font-weight:bold;}
.ny_nav ul li:hover a{font-weight:bold;}
.ny_factory_one{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.factory_one_title{width:100%; height: auto; overflow: hidden}
.factory_one_title h4{color:#000000; font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.factory_one_title p{color:#777777; font-size:16px; line-height: 30px;}
.factory_one_title hr{width:100%; height: 1px; background: #cccccc; margin: 32px 0 52px;}
.factory_one_title h5{width:100%; color:#000000; font-size: 16px; line-height: 30px;}
.factory_bt{width:100%; height: auto; overflow: hidden; margin: 40px 0 20px;}
.factory_bt h4{color:#333333; font-size: 22px; font-weight: bold; background: url(../image/f_san.png) no-repeat left center; padding-left: 20px; float: left}
.factory_bt h5{float: right; display: flex; display: -webkit-flex;}
.factory_bt h5 span{color:#0522ff; font-size: 16px; margin-right:5px;}
.factory_bt h5 p{margin-right:30px; color:#000000; font-size: 16px; }
.factory_bt h5 p:last-child{margin-right:0}
.factory_one_img{width:100%; height: auto; overflow: hidden}
.factory_one_img p{color: #000; font-size: 16px; line-height: 30px;}
.factory_one_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.factory_one_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_factory_one ul{width:100%; height: auto; overflow: hidden}
.ny_factory_one ul li{width:100%; height: auto; overflow: hidden; color:#000000; font-size: 16px; background: url(../image/f_dian.png) no-repeat left center; padding-left:20px; margin-top: 20px;}
.ny_factory_two{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_factory_two ul{width:100%; height: auto; overflow: hidden}
.ny_factory_two ul li{width:19.4%; height: auto; float: left; margin-bottom: 10px; margin-right:.75%}
.ny_factory_two ul li:nth-child(5n){margin-right: 0}
.factory_two_img{width:100%; height: auto; overflow: hidden}
.factory_two_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  
	-webkit-transform: all 1s ease 0s;}
.ny_factory_two ul li h4{width:100%; height:40px; line-height: 40px; color: #333333; font-size: 16px; text-align:center; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap}
.ny_factory_three{width:100%; height: auto; overflow: hidden; margin-top:70px;}
.ny_factory_three ul{width:100%; height: auto; overflow: hidden}
.ny_factory_three ul li{width:100%; height: auto; overflow: hidden; color:#000000; font-size: 16px; background: url(../image/f_dian.png) no-repeat left center; padding-left:20px; margin-top: 20px;}
.ny_factory_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_factory_three .factory_one_img img{margin-bottom: 10px;}
.ny_factory_four{width:100%; height: auto; overflow: hidden; margin-top: 80px; margin-bottom: 60px;}
.factory_four_li{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.factory_four_li h4{color:#333333; font-size: 22px; font-weight: bold; background: url(../image/f_san.png) no-repeat left center; padding-left: 20px;}
.factory_four_li ul{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.factory_four_li ul li{width:292px; height: auto; float: left; margin-right:10px; margin-bottom: 10px; overflow: hidden}
.factory_four_li ul li:nth-child(4n){margin-right: 0}
.factory_four_li ul li a{width:100%;}
.factory_four_li 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_factory_four .factory_one_title hr{margin: 32px 0 30px;}
.factory_four_li 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_one{width:100%; height: auto; overflow: hidden; padding-top: 75px;}
.ny_about_one ul{width:100%; height: auto; overflow: hidden; margin: 60px 0}
.ny_about_one ul li{width:16.6%; height: auto; float: left; text-align: center}
.ny_about_one ul li img{width:67px; display: block; margin: 0px auto;   -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.ny_about_one ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.ny_about_one ul li h4{color:#000000; font-size: 16px; font-weight: bold; margin: 10px 0 5px}
.ny_about_one ul li p{color:#777777; font-size: 14px; }
.about_one_img{width:100%; height: auto; overflow: hidden}
.about_one_img p{color:#000000; font-size:16px; }
.about_one_img img{max-width:100%;}
.ny_about_three{width:100%; height: auto; overflow: hidden; background: #f9f9f9; padding: 50px 0; margin-top: 90px}
.about_three_left{width:246px; height: auto; float: left}
.about_three_left h4{color:#333333; font-size: 22px; font-weight:bold; background: url(../image/f_san.png) no-repeat left center; padding-left:20px; 
	margin-bottom:35px;}
.about_three_left p{width:100%; color: #000000; font-size: 16px; line-height: 30px; background: url(../image/f_dian.png) no-repeat left 10px; 
	padding-left: 20px; margin-bottom: 10px;}
.about_three_img{width:953px; height: auto; float: right}
.about_three_img img{width:100%}
.ny_about_two{width:100%; height: auto; overflow: hidden; position: relative}
.ny_about_two video{width:100%; height: auto; }
.about_two_icon{position: absolute; bottom:70px; left:20%; z-index: 9; line-height: 81px;}
.about_two_icon img{width:81px; float: left; margin-right: 20px;}
.about_two_icon p{color:#fff; float: left; font-size: 18px;}
.ab_video{width:100%; display: block}
.ny_about_tzz{width:100%; height: auto; overflow: hidden; padding-top:76px; margin-bottom:76px;}
.ny_about_tzz .factory_one_title hr{margin: 32px 0 35px;}
.ny_about_licheng{width:100%; height: auto; overflow: hidden; background:url(../image/lc_bjs.jpg) no-repeat center; background-size:cover; padding:70px 0 40px}
.ny_about_licheng ul{width:100%; height: auto; overflow: hidden}
.ny_about_licheng ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.ny_about_licheng ul li h4{width:175px; float: left}
.ny_about_licheng ul li span{width:135px; height: auto; float: left; font-size: 24px; color: #000000; text-align: right; font-weight:bold;}
.ny_about_licheng ul li hr{width:16px; height: 5px; background: #0522ff; float: left; margin:15px 10px 0;}
.about_lc_xx{margin-left:170px;}
.ny_about_licheng ul li p{color:#555555; font-size: 16px; line-height: 30px;}
.ny_sbout_two{width:100%; height: auto; overflow: hidden; margin: 40px 0 30px}
.ny_sbout_two h4{color:#333333; font-size: 22px; background: url(../image/f_san.png) no-repeat left center; padding-left: 20px; font-weight: bold;}
.sbout_two_xx{width:1200px; height:296px; overflow: hidden; position: relative; margin:50px 0 0}
.sbout_two_xx p{position: absolute;}
.abp1{color:#333333; font-size:24px; font-weight: bold; top:35px; left:160px;}
.abp2{color:#777777; font-size:24px; top:98px; left:286px;}
.abp3{color:#000000; font-size:60px; font-weight: bold; top:126px; left:0}
.abp4{color:#555555; font-size:24px; font-weight: bold; top:10px; right:280px}
.abp5{color:#333333; font-size:38px; font-weight: bold; top:55px; right:0}
.abp6{color:#777777; font-size:24px; top: 108px; right: 172px;}
.abp7{color:#999999; font-size:24px; font-weight: bold; top: 158px; right: 405px;}
.abp8{color:#555555; font-size:24px; font-weight: bold; top:195px; right: 540px;}
.abp9{color:#000000; font-size:24px; font-weight: bold; right:0; top:200px}
.abp10{color:#333333; font-size:46px; font-weight: bold; bottom:0;right:35px;}
.about_one_xx,.contact_one_xx{width:100%; height:auto; font-size:16px; line-height:30px; }
.contact_one_xx{margin-bottom:60px;}
.contact_one_xx p{ font-size:16px; line-height:30px; color:#333}
.about_one_xx p{font-size:16px; line-height:30px; color:#333}



/*产品详情*/
.ny_product_hot{width:100%; height: auto; overflow: hidden}
.product_hot_title{width:100%; height: auto; overflow: hidden; text-align: center}
.product_hot_title h3{color:#000000; font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.product_hot_title h4{color:#777777; font-size: 16px; }
.ny_product_hot ul{width:100%; height: auto; overflow: hidden; margin: 48px 0 60px}
.ny_product_hot ul li{width:290px; height:auto; float: left; background: #efefef; margin-right:13px; padding: 20px 10px}
.ny_pro_tt{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_pro_tt h4{color:#000000; font-size: 18px; width: 100%; height: 30px; line-height: 30px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_pro_tt h5{color:#000000; font-size: 16px; width: 100%; height: 30px; line-height: 30px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.ny_pro_img{width:100%; height:225px; overflow: hidden; display: flex; align-items: center; margin:15px 0 25px}
.ny_pro_img img{align-items: center; margin: 0px auto; max-height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_hot ul li i{width:21px; height: 13px; display: block; background: url(../image/p_jts.png) no-repeat center; margin: 0px auto;}
.ny_product_hot ul li:nth-child(4n){margin-right: 0}
.ny_product_xiang{width:100%; height: auto; overflow: hidden; margin-bottom: 80px}
.product_xiang_t{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #000000}
.product_xiang_t h4{background: #000000; height:46px; width: 160px; color:#fff; font-size: 16px; text-align: center; line-height: 46px; font-weight: bold;}
.product_xiang_info{width:100%; height: auto; overflow: hidden; margin: 20px 0; font-size: 18px; color: #333333; line-height:36px}
.product_xiang_info img{max-width: 100%}
.product_xiang_info p{ font-size: 18px; color: #333333; line-height:36px}
.ny_prodcut_show{width:100%; height: auto; overflow: hidden; margin: 76px 0}
.prodcut_show_left{width:520px; height: 520px; border: 1px solid #eeeeee; float: left}
.prodcut_show_left .ny_pro_pic{width:100%; height:auto; overflow: hidden; display: flex; align-items: center;}
.ny_pro_pic img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%;}
.prodcut_show_left .swiper-button-next,.prodcut_show_left .swiper-button-prev{width:21px; height: 12px;}
.prodcut_show_left .swiper-button-next{background: url(../image/p_right.png) no-repeat center; right:6%}
.prodcut_show_left .swiper-button-prev{background: url(../image/p_left.png) no-repeat center; left:6%}
.prodcut_show_left .swiper-pagination-bullet{width:10px; height: 10px; background: #ebebeb; opacity: 1}
.prodcut_show_left .swiper-pagination-bullet-active{background: #333333}
.prodcut_show_left .swiper-pagination{bottom:20px}
.prodcut_show_right{width:634px; height: auto; float: right}
.prodcut_show_right h3{color:#000000; font-size:36px; font-weight: bold; margin:32px 0 10px}
.prodcut_show_right h4{color:#777777; font-size:16px; }
.prodcut_show_right h5{width:100%; height:46px; line-height: 46px; border-top:1px solid #000000; border-bottom: 1px solid #000000; font-size: 16px; 
	color: #000000; font-weight: bold; margin:35px 0 25px}
.prodcut_show_ys{width:100%; height: auto; overflow: hidden}
.prodcut_show_ys img{max-width:100%; }
.prodcut_show_dhs{width:100%; height: auto; color: #000000; font-size: 14px; margin-top: 35px; margin-bottom: 90px;}
.prodcut_show_dhs span{color:#000000; font-size: 20px; font-weight: bold;}
.ny_prts,.ny_pfh{width:190px; height: 58px; background: #000000; text-align: center; line-height: 58px; font-size:16px; color: #ffffff; float: left;
	margin-right: 14px; }
.ny_pfh a{width:100%; height: 100%; display: block; color: #fff; font-size:16px;}
.ny_prts:hover,.ny_pfh:hover{background:#0522ff}


.ny_product_li{width:100%; height:auto; overflow:hidden; margin-top:40px; margin-bottom:80px;}
.ny_product_li ul{width:100%; height:auto; overflow:hidden; margin-bottom:40px;}
.ny_product_li ul li{width:32%; height:auto; float:left; background:#f9f9f9; margin-bottom:20px; margin-right:2%; padding:15px 2% 30px}
.ny_product_li ul li span{color:#000000; font-size: 16px; font-weight: bold; margin:30px auto 0; border-bottom: 1px solid #000000; display: table}
.ny_product_li ul li:nth-child(3n){margin-right:0}
.ny_product_li ul li .index_pro_pic{height:350px;}
.ny_product_li ul li .index_pro_pic img{transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_li ul li:hover img,.ny_product_hot 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_honor_one{width:100%; height: auto; overflow: hidden; margin: 68px 0}
.honor_one_t{width:100%; height: auto; overflow: hidden}
.honor_one_t h4{color:#333333; font-size: 22px; background: url(../image/f_san.png) no-repeat left center; padding-left: 20px; font-weight: bold;}
.honor_ul_one,.honor_ul_two{width:100%; height: auto; overflow: hidden}
.honor_ul_one ul,.honor_ul_two ul,.ny_qqzh_one ul,.ny_qqzh_two ul{width:100%; overflow:hidden; margin: 32px 0}
.honor_ul_one ul li{width:187px; height: auto; float: left; border: 1px solid #e5e5e5; margin-bottom: 15px; margin-right: 15px; overflow:hidden}
.honor_ul_one ul li:nth-child(6n){margin-right: 0}
.honor_ul_one 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;}
.honor_ul_two ul li{width:217px; height: auto; float: left; border: 1px solid #e5e5e5; margin-bottom:15px; margin-right: 28px; overflow:hidden}
.honor_ul_two ul li:nth-child(5n){margin-right: 0}
.honor_ul_two ul li img,.ny_qqzh_one 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_qqzh_one{width:100%; height: auto; overflow: hidden}
.ny_qqzh_one ul li{width:294px; height: auto; float: left; border: 1px solid #e5e5e5; margin-bottom: 15px; margin-right:8px; overflow: hidden}
.ny_qqzh_one ul li:nth-child(4n){margin-right: 0}
.ny_qqzh_two{width:100%; height: auto; overflow: hidden}
.ny_qqzh_two ul li{width:380px; height: auto; float: left; margin-right:30px; margin-bottom: 20px;}
.ny_qqzh_two ul li:nth-child(3n){margin-right: 0}
.qqzh_two_img{width:100%; height: auto; overflow: hidden}
.qqzh_two_img img{width:100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_qqzh_two ul li h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_qqzh_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;}
.honor_ul_one ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.honor_ul_two ul li:hover img,.ny_qqzh_one ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.honor_ul_one ul li a{width:100%; display:block}


/*yfzx*/
.ny_yfzx_one{width:100%; height: auto; overflow: hidden; margin-top: 76px; margin-bottom: 55px;}
.yfzx_one_xx{width:100%; height: auto; overflow: hidden}
.yfzx_one_xx p{width:100%; color: #333; font-size: 16px; line-height: 30px;}
.yfzx_one_li{width:100%; height: auto; overflow:hidden; margin: 62px 0}
.yfzx_one_li p{width:130px; height: 130px; background: url(../image/li_p.png) no-repeat center; text-align: center; font-size: 16px; color: #000000; 
	line-height: 125px; float: left}
.yfzx_one_li span{float: left; color:#000000; font-size: 16px; line-height: 120px; margin: 0 36px;}
.yfzx_two_xx{width:100%; height: auto; overflow: hidden; margin:30px 0}
.yfzx_two_xx p{width:100%; color: #000000; font-size: 16px; line-height: 30px;}
.yfzx_one_ul{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.yfzx_one_ul li{width:100%; height:62px; line-height: 60px; border: 1px solid #dcdcdc; margin-bottom: 20px; color:#000000; font-size: 18px; background: url(../image/dd.png) no-repeat left center; padding-left: 20px;}
.ny_zscq_info{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.ny_zscq_info img{max-width:100%;}
.ny_zscq_info p{color:#000000; font-size: 18px; margin: 10px 0}
.ny_yfzx_two{width:100%; height: auto; overflow: hidden; margin-bottom: 46px;}
.ny_yfzx_two .factory_one_title hr{margin: 32px 0 32px;}
.yfzx_two_liu{width:100%; height: auto; overflow: hidden; margin:60px 0}
.yfzx_two_liu img{width:100%; display: block}
.yfzx_two_video{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.yfzx_two_video ul{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.yfzx_two_video ul li{width:295px; height: auto;  float: left; margin-bottom: 10px; margin-right: 6px;}
.yfzx_two_video ul li video{width:100%; display: block}
.yfzx_two_video ul li:nth-child(4n){margin-right: 0}


/*新闻资讯*/
.ny_news{width:100%; height:auto; overflow:hidden; margin:40px 0 60px;}
.ny_news ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news ul li .ny_time{width:115px;height: auto; float: left;margin-top:32px;}
.ny_news ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:16px;}
.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: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:24%; height: auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news ul li:hover{background: #f4f4f4}
.ny_news ul li:hover .ny_time p,.ny_news ul li:hover .ny_time span,.ny_news ul li:hover span{color:#0522ff}
.ny_news ul li:hover h3{font-weight: bold; color:#0522ff }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_news ul li:hover .news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.ny_contact_one{margin-bottom:60px;}







/*底部*/
.f_copy{width:100%; height:auto; overflow: hidden; line-height:40px; background: #000000; padding:15px 0}
.footer_links{float: left}
.footer_links a{color:#555555; font-size: 14px;}
.footer_links a:hover{color:#fff}
.footer_links span{color:#555555; font-size: 14px; margin: 0 5px}
.f_copy_right{float:right}
.copy_l{font-size:14px; color:#555555; width:auto; float: left; }
.copy_l a{color:#555555; font-size: 14px;}
.copy_l a:hover{color:#009b48!important}
.footer_zhichi{float: left; margin-left: 8px}
.footer_zhichi p a{color:#555555; font-size: 14px;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    bottom:5%;
    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(../image/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:#000;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}



@media screen and (max-width:1600px){
	.team_num_li dl dd span{font-size:58px;}
	.team_num_li{margin-right: 2%}
	.index_qqxz_title{margin-bottom:80px;}
}





@media screen and (max-width:1500px){
	.w1440{width:1200px;}

	.team_num_li dl dd span{font-size:45px;}
	.team_num_li dl dd{margin-left:60px;}
	.index_qqxz_title{margin-bottom:40px;}
	.index_qqxz_left{width:30%}
	.index_qqxz_dz{margin-top:30px;}
	.index_qqxz_title h4{font-size:30px;}
}





@media screen and (max-width:1370px){
	
	.team_num_li dl dd{margin-left:45px;}
	.team_num_li dl dd span{font-size:40px;}
	.index_qqxz_title p{font-size:13px;}
	.index_qqxz ul li h4{font-size:14px;}
	.product_hot_title h3,.factory_one_title h4{font-size:30px;}
	.product_hot_title h4,.ny_pro_tt h5{font-size:14px;}
	.ny_pro_tt h4{font-size:16px;}
	.prodcut_show_right h3{font-size:30px;  margin:20px 0 10px;}
	.nav .nLi h3 a p{font-size:15px;}

}



