@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden;  padding-bottom:1.1rem; font-size: .24rem; background:#f0f0f0}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .3rem;}
.clr{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float:left}
.r{float:right}

/* 
*:active {
    background-color: transparent; 
}
*/

*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.index_header{width:100%; height: auto; overflow: hidden; z-index:999; background: #fff; position:fixed; top:0; left:0}
.header{width:100%; clear:both; height:1rem; padding: 0 .25rem}
.logo{float:left; width:AUTO; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{align-items: center;  max-width:100%; width:2.84rem}
.menu{float:right; height:100%; width:.5rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: 100%; align-items: center; margin: 0px auto;}
.h_search{width:.4rem; height: 100%; float: right; display: flex; align-items: center; margin-right: .4rem}
.h_search img{width:100%; align-items: center; margin: 0px auto;}
.header_all{
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: none;
    height: calc(100% - 2rem);
    left: 0;
    overflow-x: hidden;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 1rem;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    visibility: hidden;
    width: 100%;
    z-index: 98; 
	padding-bottom: .3rem
}

.header_all.open{display: block; pointer-events: auto; visibility: visible;}
.header_all ul{ margin: 0; padding: 0; width: 100%;}
.header_all.open ul li { opacity: 1;}
.header_all ul{margin: 0; padding: 0; width: 100%;}
.header_all ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    list-style: none;
    opacity:1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: none;
    transition: none;
    width: 100%;
}

.header_all.open ul li{opacity: 1;}
.header_all ul li ul li a{background-color: #f0f0f0; border-top: 1px solid #e3e3e3; font-size: .28rem; text-indent: .2rem;}
.header_all ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size:.28rem;
    font-weight: 400;
    height:.7rem;
    padding: 0 .25rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
}

.sanmenu li a{padding:0 .5rem!important}




/*瀵艰埅*/
.banner{width:100%; position: relative;  height: calc(100vh - 2.2rem - env(safe-area-inset-bottom)); margin-top:1rem; z-index:0}
.banner .swiper-container{width:100%; height:100%;left: 0; position: absolute;top: 0;}
.banner .swiper-slide .ban_li{width:100%; height: auto; display: block}
.banner .swiper-slide .ban_pic{width:100%; height: auto; display: block}
.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #024795; opacity: 1}
.swiper-pagination-bullet-active{background: #fff}
.ban_img{width:100%; height: 100%; overflow: hidden}
.icon-play{width:1.26rem; height: 1.26rem; display: block; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); z-index:1; background: url(../images/v_icon.png) no-repeat center; background-size: 100% 100%}
.ban_video{width:2.8rem; height: .75rem; border: 1px solid #fff; position: absolute; bottom:5%; left:50%; transform: translate(-50%,0);
 display: table-cell; text-align: center; line-height: .75rem;}
.ban_video span{font-size: .26rem; color: #fff; display: inline-block;  vertical-align: middle;}
.ban_video img{width:.4rem; display: inline-block; vertical-align: middle; margin-left:.1rem}
.ban_img video{  height:100%; -o-object-fit: cover; object-fit: cover; width:100%; vertical-align: middle;}

.chevron-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 16%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    width: 100%;  z-index:9
}

.chevron:first-child {
    -webkit-animation: move 3s ease-out 1s infinite;
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    -webkit-animation: move 3s ease-out 2s infinite;
    animation: move 3s ease-out 2s infinite;
}


.chevron {
    -webkit-animation: move 3s ease-out infinite;
    animation: move 3s ease-out infinite;
    height: 8px;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    width: 28px;
    z-index: 20;
}

.chevron:after, .chevron:before {
    background: #fff;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 51%;
}

.chevron:after {
    right: 0;
    -webkit-transform: skew(0deg,-30deg);
    transform: skew(0deg,-30deg);
    width: 50%;
}

.chevron:before {
    left: 0;
    -webkit-transform: skew(0deg,30deg);
    transform: skew(0deg,30deg);
}

@keyframes move
{
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(55px) scale3d(.5,.5,.5);
		transform: translateY(55px) scale3d(.5,.5,.5);
	}
}




/*鏈嶅姟*/
.index_caihun{width:100%; height: auto; overflow: hidden; margin: .8rem 0 0}
.index_caihun ul{width:100%; height: auto; overflow: hidden; margin-top: .6rem;}
.index_caihun ul li{width:100%; height: auto; position: relative; margin-bottom: .2rem}
.index_caihun ul li img{width:100%; height: auto; display: block; border-radius: 8px;}
.index_caihun ul li a{width:100%; height: 100%; display: block; position: absolute; top:0; left:0;  display: -webkit-flex;
    display: flex; -webkit-align-items: center; align-items: center;}
.index_caihun ul li h4{color:#ffffff; font-size:.36rem; background: url(../images/fw_icon.png) no-repeat right center; padding-right: .6rem; 
	background-size:.45rem; margin-left: 5%}



/*浜у搧*/
.index_product{width:100%; height: auto; overflow: hidden; margin: .6rem 0 .8rem}
.index_product_all{width:100%; height: auto; overflow: hidden; margin-top: .7rem}
.index_product_all .swiper-slide{padding:0 .3rem .2rem}
.index_product_all .swiper-slide a{width:100%; height: auto; display: block; box-shadow: 0 0 12px rgba(0,0,0,0.15); background: #fff; 
	border-radius:15px}
.index_product_pic{width:78%; height: auto; overflow: hidden; margin: .3rem auto 0}
.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;}
.in_pro_bottom{width:100%; height: auto; overflow:hidden; padding: .3rem .45rem}
.in_pro_bottom p{color:#1b1a1b; font-size: .3rem; border: 1px solid #1b1a1b; border-radius: 25px; display: table; padding: .1rem .25rem}
.in_pro_p{width:100%; height: auto; overflow: hidden; margin-top: .2rem; line-height: .4rem}
.in_pro_p h4{width:70%; height:.5rem; line-height: .5rem; color: #1b1a1b; font-size: .3rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left}
.in_pro_p span{color:#1b1a1b; font-size: .28rem; background: url(../images/jia.png) no-repeat right center; background-size:.22rem;  padding-right: .3rem; 
	float: right; text-decoration: underline;}
.index_product_all .swiper-button-next,.index_product_all .swiper-button-prev{width:.3rem; height: .65rem; margin-top:0; top:38% }
.index_product_all .swiper-button-next{background: url(../images/p_right.png) no-repeat center; background-size: 100% 100%; right:8%; opacity: 0.5}
.index_product_all .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; background-size: 100% 100%; left:8%; opacity: 0.5}
.index_product_all .swiper-button-next:hover{opacity: 1}
.index_product_all .swiper-button-prev:hover{opacity: 1}



/*妗堜緥*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(../images/case_bjs.jpg) no-repeat; background-size: cover; padding: 1rem .25rem 1.2rem}
.index_case_title h4{color:#fff; font-size: .4rem; margin-bottom: .1rem}
.index_case_title h5{color:#fff; font-size: .27rem; text-transform: uppercase}
.index_case_title{width:100%; height: auto; text-align: center}
.index_case_all{width:100%; height: auto; overflow: hidden; margin:.8rem auto 0; position: relative; }
.index_case_all .swiper-container{padding-bottom:1rem}
.index_case_all .swiper-slide a{width:100%; height:auto; display: block; position: relative; overflow: hidden; margin:0px auto;}
.in_cpic{width:100%; height: auto; overflow: hidden; border-radius:15px;}
.index_case_all .swiper-slide img{display:block; width: 100%; 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;}
.in_cicon{width:.9rem; height: .9rem; position: absolute; top:3%; right:5%; background: url(../images/c_icon.png) no-repeat center; background-size: 100% 100%}
.in_case_hover{width:100%; height:3rem; background: url(../images/c_hover.png) no-repeat center; background-size:100% 100%; position: absolute; bottom:0; left:0; padding:0 .4rem .4rem;  display: -webkit-flex; display: flex; -webkit-align-items: flex-end; align-items: flex-end;}
.in_case_hover span{background: #bf1a20; color:#fff; font-size: .28rem; border-radius:6px; padding:.1rem .2rem; display: table;}
.in_case_hover h4{color:#fff; font-size: .3rem; width: 100%; height: .5rem; line-height: .5rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: .15rem;}
.index_case_all .swiper-pagination-progress{top:auto; bottom:0; width: 90%; left:50%; transform: translate(-50%,0); background: rgba(255,255,255,0.2)}
.index_case_all .swiper-pagination-progress .swiper-pagination-progressbar{background: #fff}
.index_case_all .swiper-pagination-bullet{border-radius:0; width:.4rem; height:0.05rem; background:#fff; opacity:0.4}
.index_case_all .swiper-pagination-bullet-active{background:#bf1a20; opacity:1}





/*鏂伴椈*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top:.8rem}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: .6rem;}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; display: block}
.index_news_xx{width:100%; height: auto; overflow: hidden; background: #f5f5f5; padding:.28rem;}
.index_news_xx p,.index_news_bottom p{width:100%; height:.45rem; line-height:.45rem; color: #777777; font-size: .28rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx span,.index_news_bottom span{color:#cccccc; font-size:.26rem;}
.index_news_tt{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem}
.index_news_tt h3{width:72%; height:.8rem; float: left; color:#1b1a1b; font-size: .29rem; line-height: .4rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_bottom{width:100%; height: auto; overflow: hidden;}
.index_news_bottom a{width:100%; height: auto; overflow: hidden; background: #fafafa; padding: .28rem; display:block}
.index_news_bottom .index_news_tt i{color:#fff; border-radius:5px 0 5px 0; font-size: .21rem; padding:.06rem .1rem; float: right; background: #333333; 
	font-style: normal} 
.index_news_top .index_news_tt i{width:1.3rem; color:#fff; border-radius:5px 0 5px 0; font-size: .21rem; height: .4rem; line-height:.38rem; float: right; 
	background:url(../images/bb_t.png) no-repeat center; font-style: normal; position: relative; padding-left: .15rem;} 



/*鍏充簬鎴戜滑*/
.index_about{width:100%; height: auto; overflow:hidden; margin-top: .6rem}
.index_about_tt{width:100%; height: auto; overflow: hidden; text-align: center}
.index_about_tt h4{color:#000000; font-size: .4rem; margin-bottom: .1rem}
.index_about_tt h5{color:#222222; font-size: .27rem; text-transform: uppercase}
.index_about_bottom{width:100%; height: auto; overflow: hidden; background: url(../images/about_one.jpg) no-repeat center; background-size: 100% 100%; 
	padding: .7rem 0 .5rem; margin-top: .5rem}
.index_about_bottom ul{width:82%; height: auto; overflow: hidden; margin: 0px auto;}
.index_about_bottom ul li{width:33.33%; height: auto; float: left; text-align: center}
.in_about_icon{width:1.1rem; margin: 0px auto;}
.in_about_icon img{width:100%; display: block}
.index_about_bottom ul li h4{width:100%; height: auto; margin-top: .15rem; color: #fff; font-size: .27rem;}
.in_abmore{width:39%; height:.68rem; border-radius: 25px; text-align: center;  font-size: .28rem; color:#fff; line-height: .66rem; display: block; margin: 0px auto; border: 2px solid #fff; margin-top: .5rem}




/*鍐呴〉*/
.ny_all{width:100%; height: auto; overflow: hidden; background: #f0f0f0; padding: .4rem 0; margin-top: 1rem}
.flex { display: flex; display: -webkit-flex;}


/*鎼滅储椤甸潰*/
.searchInput{width:100%; height: .7rem;}
.searchInput input[type="text"]{width:80%; height: 100%; border: 0; background: #fff; position: relative; border: 0; font-size: .26rem; color:#333; float: left; padding: 0 .2rem}
.search_submit{width:20%; height: 100%; float: right; background: #d3161a; color:#fff; font-size: .27rem; border: 0}
.recommendList{width:100%; height: auto; overflow: hidden; margin: .4rem 0}
.recommendList a{height: .7rem; line-height: .7rem; padding: 0 .3rem; color:#1b1a1b; font-size: .28rem; border-radius: 5px; margin-right:3%; background: #fff; float: left}
.recommendList a.act{background: #d3161a; color:#fff}
.ny_search_case{width:100%; height: auto; overflow: hidden}
.ny_search_case ul{width:100%; height: auto; overflow: hidden}
.ny_search_case ul li{width:48.5%; height: auto; float: left; background: #fff; border-radius: 8px; margin-bottom: .2rem}
.ny_search_case ul li:nth-child(2n){float: right}
.search_case_pic{width:100%; height: auto; overflow: hidden; padding: .2rem }
.search_case_pic img{width:100%; display: block}
.ny_search_case ul li h4{width:100%; height: .8rem; line-height: .8rem; text-align: center; color:#808080; font-size: .27rem; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap; border-top:1px solid #f0f0f0; padding: 0 .25rem}
.ny_search_news{width:100%; height: auto; overflow: hidden;}
.ny_search_news ul{width:100%; height: auto; overflow: hidden}
.ny_search_news ul li{width:100%; height: auto; overflow: hidden; background: #fff; border-radius: 5px; margin-bottom: .2rem}
.search_news_pic{width:100%; height: auto; overflow: hidden; border-radius: 5px 5px 0 0}
.search_news_pic img{width:100%; display: block}
.ny_search_news ul li h4{width:100%; height: .8rem; line-height: .8rem; text-align: center; color:#808080; font-size: .27rem; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap; border-top:1px solid #f0f0f0; padding: 0 .25rem}


/*鏂伴椈璇︽儏*/
.ny_banner{width:100%; height: auto; overflow:hidden; margin-top: 1rem}
.ny_banner img{width:100%; display: block}
.ny_info_all{width:100%; height: auto; overflow: hidden; margin-top: .6rem}
.news_info_title{width:100%; height: auto; overflow: hidden; font-size: .32rem; color: #333333; line-height: .5rem; text-align: center}
.news_info_time{width:100%; height: auto; overflow: hidden; border-top:1px solid #e2e2e2; text-align: center; font-size: .26rem; color: #767676; 
	 margin-top: .25rem; padding-top: .2rem}
.news_info_contact{width:100%; height: auto; overflow: hidden; margin-top: .4rem; line-height: .45rem; color:#666666; font-size: .27rem;}
.news_info_contact img{max-width: 100%}
.news_info_contact p{line-height: .45rem; color:#666666; font-size: .27rem;}
.ny_news_btn{width:100%; height:auto; overflow:hidden;     display: -webkit-flex; display: flex;  -webkit-justify-content: center; justify-content: center; margin-top:.5rem}
.ny_news_btn a{color:#767676; font-size:.28rem;}
.ny_news_btn p{color:#767676; font-size:.28rem;}
.ny_news_syp{padding:0 .25rem; position:relative; margin:0 .25rem}
.ny_news_syp:after{content:"|"; color:#767676; position:absolute; top:0; right:0; font-size:.27rem;}
.ny_news_syp:before{content:"|"; color:#767676; position:absolute; top:0; left:0; font-size:.27rem;}



/*鏂伴椈鍒楄〃*/
.ny_news_list{width:100%; height: auto; overflow: hidden}
.ny_news_list li{width:100%; height: auto; overflow: hidden; background: #fff; border-radius: 5px; margin-bottom: .4rem}
.ny_news_pic{width:100%; height: auto; overflow: hidden; border-radius: 5px 5px 0 0}
.ny_news_pic img{width:100%; display: block}
.ny_news_list li h4{width:100%; max-height:.9rem; line-height:.45rem;color:#333333; font-size: .28rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_list li p{width:100%; color:#808080; font-size: .28rem; margin-top: .2rem}
.ny_info{width:100%; margin-top: .4rem}
.ny_news_bottom{width:100%; height: auto; overflow: hidden; background: #fff; padding:.3rem .2rem;}
.searchWhole {justify-content: center; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.modelTit { margin-bottom:.3rem;}
.newsSelect .selectSearch{width:48%;}
.selectSearch>select{width:100%;  height: 40px;  border: none;  padding: 0 10px;  outline: none; background: #fff;}
.selectSearch_time{float: right}
.selectSearch>select>option{height:40px;}

/*鎶曡祫鑰呭叧绯?/
.ny_tzz_one{width:100%; height: auto; overflow: hidden; margin: .8rem 0}
.tzz_one_title{width:100%; height: auto; overflow: hidden; text-align: center}
.tzz_one_title h4{color:#cccccc; font-size: .34rem; font-weight: bold; margin-bottom: .1rem}
.tzz_one_title h3{color:#333333; font-size: .4rem; margin-bottom: .3rem}
.tzz_one_title h5{color:#222; font-size: .4rem;}
.tzz_one_title p{color:#666666; font-size: .28rem; margin-bottom: .15rem; line-height: .44rem}
.ny_tzz_one ul{width:100%; height: auto; overflow: hidden; margin-top:.4rem }
.ny_tzz_one ul li{width:49%; height: auto; overflow: hidden; background: #fff; height: 2rem; margin-bottom: .2rem; float: left; text-align: center; 
	padding-top: .4rem;}
.ny_tzz_one ul li:nth-child(2n){float: right}
.ny_tzz_one ul li p.iconfont{color:#bebebe; font-size: .65rem; margin-bottom: .2rem;}
.ny_tzz_one ul li p.text{color:#4d4d4d; font-size: .28rem; text-align: center; margin-top: .2rem;}
.ny_tzz_one ul li .ny_tzzicon{width:100%; height:.65rem; overflow:hidden; display: flex; align-items: center;}
.ny_tzzicon img{max-height:100%; max-width:100%; align-items: center; margin: 0px auto;}



.ny_tzz_two{width:100%; height: auto; overflow: hidden; background: url(../images/gshk_bjs.jpg) no-repeat center; background-size: cover; padding: .8rem 0}
.tzz_two_title{width:100%; height: auto; overflow: hidden; text-align: center}
.tzz_two_title h4{color:#fff; font-size: .32rem; font-weight: bold; margin-bottom: .1rem}
.tzz_two_title h3{color:#fff; font-size: .4rem; margin-bottom: .3rem}
.tzz_two_video{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.tzz_two_video video{width:100%; display: block}
.tzz_two_xx{width:100%; height: auto; overflow: hidden; background: #bf1a20; border-radius: 7px; margin-top: .3rem}
.tzz_two_jianjie{width:100%; height: auto; overflow: hidden; padding: .5rem .25rem}
.tzz_two_jianjie h4{color:#fff; font-size: .34rem; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: .2rem}
.tzz_two_jianjie h5{color:#fff; font-size: .28rem; text-transform: uppercase; margin-top: .2rem;}
.tzz_two_info{width:100%; height: auto; overflow: hidden; padding:.7rem .4rem; background: #fff; border-radius:7px}
.tzz_two_info a{width:100%; display: block}
.tzz_two_info a p{color:#666666; font-size: .28rem; line-height: .5rem;}
.tzz_two_more{width:2.5rem; height: .8rem; line-height: .8rem; background: #bf1a20; border-radius: 5px; font-size: .28rem; text-align: center; color:#fff; margin-top: .6rem;}
.zhImg{justify-content: space-between; margin-top: .2rem;}
.zhImg img{width:48%;}
.ny_tzz_three{width:100%; height: auto; overflow: hidden; margin: .7rem 0}
.ny_tzz_four{width:100%; height: auto; overflow: hidden; background: #fff; padding: .7rem 0}
.tzz_four_links{width:100%; height: auto; overflow: hidden; flex-direction: column; align-items: center; margin-top: .5rem;}
.tzz_four_links a{width:80%; height: auto; overflow:hidden; background: #bf1a20; border-radius:30px; margin:0 auto .2rem; color:#fff; 
	font-size: .4rem; text-align: center; align-items: center; justify-content: center; padding: .2rem 0}
.tzz_four_links a .iconfont{font-size: .45rem; margin-right:3%}
.tzz_four_links a p{padding-left: .55rem;}
.tzz_dhs p{background: url(../images/tzz_dh.png) no-repeat left center; background-size: 12%}
.tzz_yx p{background: url(../images/tzz_yx.png) no-repeat left center;  background-size:13%}



/*鎷涜仒鍒楄〃*/
.ny_join_info{width:100%; height: auto; overflow: hidden; background: #fff; padding:.4rem .25rem .6rem; border-radius: 5px; margin-top: .2rem}
.ny_join_info h3{color:#333333; font-size: .4rem; margin-bottom: .3rem;}
.ny_join_info dl{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem}
.ny_join_info dl dt{width:100%; color:#333; font-size: .28rem; line-height: .5rem; margin-bottom: .1rem;}
.ny_join_info dl dd{width:100%; height:auto; background: #fafafa; border: 1px solid #e6e6e6; border-radius:5px;}
.ny_join_info dl dd input[type="text"]{width:100%; height: .7rem; border: 0; background: none; font-size: .27rem; color: #777777; padding: 0 .25rem;}
.ny_join_info dl dd select{height:.7rem; border: 0;  width: 100%;  border-radius: 10px; padding: 0 .25rem; background: none; font-size: .27rem; color: #777777; }
.ny_join_info dl dd select option{font-size: .27rem; color: #777777; }
.ny_join_info dl dd textarea{width:100%; height: 2rem; overflow: hidden; border: 0; resize: none; padding:.25rem; background: none;}
.tzz_submit{width:100%; height:.7rem; overflow: hidden; background: #bf1a20; color:#fff; font-size: .28rem; border: 0; border-radius: 5px;}
.ny_job_list{width:100%; height: auto; overflow: hidden}
.ny_job_list ul{width:100%; height: auto; overflow: hidden}
.ny_job_list ul li{width:100%; height: auto; overflow: hidden; background: #fff; border-radius: 5px; padding: .36rem .25rem .5rem; margin-bottom: .2rem}
.ny_jobs_title{width:100%; height: auto; overflow: hidden;  display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; line-height: .6rem;}
.ny_jobs_title h4{color:#000000; font-size: .42rem; }
.ny_jobs_title span{color:#777777; font-size: .28rem;}
.infoDetail{width:100%; height: auto; overflow: hidden; margin: .4rem 0}
.infoDetail p{color:#777777; font-size: .26rem; line-height: .45rem;}
.infoDetail img{max-width: 100%}
.ny_job_zp{color:#fff; font-size:.3rem; color: #fff; border-radius: 5px; display: table; background: #bf1a20 url(../images/nn_jts.png) no-repeat 92% center; padding: .2rem .8rem .2rem .3rem; background-size: .15rem;}

/*鎷涘晢鍔犵洘*/
.ny_zsjm_one{width:100%; height: auto; overflow: hidden}
.ny_zsjm_one ul{width:100%; height: auto; overflow: hidden}
.ny_zsjm_one ul li{width:100%; background: #fff; padding:.3rem .2rem; margin-bottom:.2rem;}
.ny_zsjm_icon{width:20%; height:1.2rem; float: left; display: flex; align-items: center;}
.ny_zsjm_icon img{max-width: 100%; align-items: center; margin: 0px auto; height: .7rem;     filter: grayscale(0);
    filter: brightness(0) invert(100%);
    -webkit-filter: brightness(0) invert(38%);
    mix-blend-mode: difference;}
.ny_zsjm_one ul li:hover img{filter: grayscale(0);
    filter: brightness(0) invert(100%);  -webkit-filter: brightness(1) invert(100%); mix-blend-mode: difference;}

	
.ny_zsjm_xx{margin-left:22%;}
.ny_zsjm_xx h4{width:100%; height: .5rem; line-height: .5rem; color:#222222; font-size:.34rem; margin-bottom: .15rem;}
.ny_zsjm_xx p{width:100%; height:auto; line-height: .4rem; color:#767676; font-size:.27rem;}
.ny_zsjm_two{width:100%; height: auto; overflow: hidden; background: #fff; padding: .6rem .25rem; margin-bottom: .4rem}
.zsjm_two_ppzx{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}
.zsjm_two_ppzx h4{width:100%; height:.7rem; line-height: .7rem; color: #fff; background: #d3161a; font-size: .32rem; text-align: center}
.zsjm_tw_ppli{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.zsjm_tw_ppli p{color:#767676; line-height: .4rem; font-size: .27rem; margin-bottom: .1rem}
.zsjm_two_cpzx{width:100%; height: auto; overflow: hidden; margin-top: .3rem}
.zsjm_two_cpzx h4{width:100%; height:.7rem; line-height: .7rem; color: #fff; background: #d3161a; font-size: .32rem; text-align: center}
.zsjm_two_cpzx ul{width:100%; height:auto;}
.zsjm_two_cpzx ul li{width:100%; height: auto; overflow: hidden; border-bottom: 2px solid #bebebe; margin-top:.25rem; padding-bottom: .2rem;}
.zsjm_two_cpzx ul li p{color:#767676;  line-height: .4rem; font-size: .27rem; margin-bottom: .1rem}
.zsjm_two_cpzx ul li:last-child{border-bottom: 0}



/*甯歌闂*/
.faq_one_title{width:100%; height: auto; overflow: hidden; text-align: center}
.faq_one_title h3{color:#333333; font-size: .4rem;}
.faq_one_title h5{color:#222; font-size: .4rem;  margin-bottom: .3rem}
.ny_faq_sq{width:100%; height: auto; overflow: hidden; background: #fff; padding: .4rem .25rem; margin-bottom:.4rem}
.ny_faq_sq h3{color:#000000; font-size: .34rem; margin-bottom: .4rem;}
.ny_faq_sq ul{width:100%; height: auto; overflow: hidden}
.ny_faq_sq ul li,.ny_faq_sh ul li{width:100%; height: auto; overflow: hidden; padding:.15rem .25rem; margin-bottom: .2rem;}
.ny_faq_sq ul li dl,.ny_faq_sh ul li dl{width:100%; height: auto; overflow: hidden}
.ny_faq_sq ul li dl dt,.ny_faq_sh ul li dl dt{width:auto; float: left; color:#777777; font-size: .27rem; line-height: .42rem;}
.ny_faq_sq ul li dl dd,.ny_faq_sh ul li dl dd{color:#777777; font-size: .27rem; line-height: .42rem;}
.ny_faq_sq ul li:nth-child(odd){background: #f0f0f0; border-radius: 8px;}
.ny_faq_sh ul li:nth-child(odd){background: #f0f0f0; border-radius: 8px;}
.ny_faq_sh{width:100%; height: auto; overflow: hidden; margin-top: .4rem; background: #fff; border-radius: 8px; padding: .4rem .25rem}
.ny_faq_sh h3{color:#000000; font-size: .34rem; margin-bottom: .4rem;}


/*缁翠慨鎸囧*/
.ny_wxzd_li{width:100%; height: auto; overflow: hidden; padding-left: .25rem; margin-top: .3rem;}
.ny_wxzd_li .swiper-container{width:100%;}
.ny_wxzd_li .swiper-slide{height: .7rem; line-height: .7rem; width:auto}
.ny_wxzd_li .swiper-slide a{color:#1b1a1b; font-size: .28rem; display: block; padding: 0 .3rem;  background: #fff; border-radius: 5px;}
.ny_wxzd_li .act a{background: #d3161a; color:#fff}
.ny_wxzd_bottom{width:100%; height: auto; overflow: hidden; background: #fff; padding: .4rem .25rem .6rem;}
.ny_wxzd_bottom ul{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}
.ny_wxzd_bottom ul li{width:100%; height: .8rem; overflow: hidden; padding: 0 .25rem}
.ny_wxzd_bottom ul li:nth-child(odd){ background: #f5f5f5;}
.ny_wxzd_bottom ul li a{width:100%; height: .8rem; line-height: .8rem; font-size: .27rem; color:#808080; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; background: url(../images/sp_icon.png) no-repeat left center; padding-left: .4rem; background-size: .28rem; display:block}




/*绉戝鍋ヨ韩*/
.ny_kxjs_one{width:100%; height: auto; overflow: hidden; margin-top: .6rem}
.ny_kxjs_one .swiper-container{width:100%; height: auto; padding-bottom: .7rem}
.ny_kxjs_li{width:100%; height: auto; overflow: hidden}
.ny_kxjs_top{width:100%; height: auto; overflow: hidden}
.ny_kxjs_img{width:45%; height: auto; float: left; position: relative; }
.ny_kxjs_img img{width:100%; display: block}
.ny_kxjs_bt{width:100%; position: absolute; bottom:0; left:0; text-align: center; background: #cccccc;}
.ny_kxjs_bt span{display: block; color:#fff; font-size: .45rem; display:none}
.ny_kxjs_bt p{display: block; color:#fff; font-size: .23rem; line-height:.4rem; letter-spacing:5px}
.ny_kxjs_right{width:50%; height: auto; float: right; margin-top: .3rem}
.ny_kxjs_right h4{color:#222222; font-size: .45rem;}
.ny_kxjs_right h5{color:#222222; font-size: .28rem; margin: .15rem 0}
.ny_kxjs_right hr{width:.6rem; height: .04rem; background: #d3161a; border: 0; display: block;}
.ny_kxjs_right span{border-radius: 30px; color: #fff; font-size: .28rem; background: #d3161a url(../images/kx_jts.png) no-repeat 90% center;
 padding: .15rem .8rem .15rem .2rem; background-size: .3rem; display: table; margin-top: .4rem}
.ny_kxjs_one .swiper-pagination-bullet{background: #d3161a; opacity: 1}
.ny_kxjs_one .swiper-pagination-bullet-active{background: #cccccc}
.ny_kxjs_bottom{width:100%; height: auto; overflow: hidden; font-size: .27rem; color: #777777; line-height: .42rem; margin-top: .2rem}
.ny_kxjs_two{width:100%; height: auto; overflow: hidden; margin: .4rem 0; background: #fff; padding: .7rem 0}
.kxjs_two_pic{width:100%; height: auto; overflow:hidden; margin-bottom: .4rem}
.kxjs_two_pic img{width:100%; display: block}
.ny_kxjs_two h4{color:#222222; font-size: .34rem; line-height: .4rem; margin-bottom: .15rem}
.ny_kxjs_two h5{color:#222222; font-size: .28rem; line-height: .4rem}
.kxjs_two_xx{width:100%; height: auto; color:#777777; font-size: .27rem; line-height: .42rem; margin-top: .4rem}
.kxjs_two_xx{width:100%; height: auto; color:#777777; font-size: .27rem; line-height: .42rem; margin-top: .4rem}
.ny_kxjs_more{background: #fff; border-radius: 25px; display: table; color:#fff; font-size: .28rem; background:#d3161a; padding: .2rem .3rem; margin-top: .6rem;}
.ny_kxjs_three{width:100%; height: auto; overflow: hidden; margin: .5rem 0}
.ny_kxjs_three ul{width:100%; height: auto; overflow: hidden; margin-top: .15rem;}
.ny_kxjs_three ul li{width:100%; height: auto; position: relative; margin-bottom: .2rem}
.ny_kxjs_three ul li img{width:100%; height: auto; display: block; border-radius: 5px;}
.ny_kxjs_three ul li a{width:100%; height: 100%; display: block; position: absolute; top:0; left:0;  display: -webkit-flex;
    display: flex; -webkit-align-items: center; align-items: center;}
.ny_kxjs_three ul li h4{color:#ffffff; font-size:.36rem; background: url(../images/fw_icon.png) no-repeat right center; padding-right: .6rem; 
	background-size:.45rem; margin-left: 5%}
.ny_kxjs_four{width:100%; height: auto; overflow: hidden; background: #fff; padding: .5rem 0}
.ny_kxjs_four .slideTxtBox{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.ny_kxjs_four .slideTxtBox .hd{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dedede}
.ny_kxjs_four .hd ul{width:100%;}
.ny_kxjs_four .hd ul li{width:25%; height: .7rem; float: left; color:#333333; font-size: .29rem; text-align: center}
.ny_kxjs_four .hd ul li p{color:#333333; font-size: .29rem; display: table; margin: 0px auto; height: .7rem}
.ny_kxjs_four .hd ul li.on p{border-bottom: 2px solid #bf1a20}
.ny_kxjs_four .slideTxtBox .bd{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.ny_kxjs_four .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.ny_kxjs_four .bd ul li{width:49%; height: auto; float: left; margin-bottom: .3rem}
.ny_kxjs_four .bd ul li:nth-child(2n){float: right}
.ny_kxjs_pic{width:100%; height: auto; overflow: hidden}
.ny_kxjs_pic img{width:100%; display: block}
.ny_kxjs_four .bd ul li h3{width:100%; height: .35rem; line-height: .35rem; color: #333333; font-size: .28rem; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin: .2rem 0 .1rem}
.ny_kxjs_four .bd ul li h4{width:100%; height: .35rem; line-height: .35rem; color: #808080; font-size: .27rem; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap;}
.ny_kxjs_five{width:100%; height: auto; overflow: hidden; margin:.4rem 0}
.ny_kxjs_five img{width:100%; display: block; margin-top: .4rem}


/*鏈嶅姟涓績*/
.ny_service_one{width:100%; height: auto; overflow: hidden; margin: .4rem 0}
.ny_service_one ul{width:100%; height: auto; overflow: hidden}
.ny_service_one ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .25rem; background: #fff; border-radius: 8px;}
.ny_service_one ul li img{width:100%; border-radius: 8px 8px 0 0; display: block}
.ny_service_one ul li h4{width:100%; height:.8rem; line-height: .8rem; color: #222222; font-size:.29rem; padding: 0 .25rem}
.ny_service_two{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.ny_service_two ul{width:100%; height: auto; overflow: hidden}
.ny_service_two ul li{width:49%; height:2.8rem; background: #fff; border-radius: 8px; margin-bottom: .15rem; float: left; padding: .4rem .25rem; text-align: center}
.ny_service_two ul li:nth-child(2n){float: right}
.service_two_icon{width:100%; height: .7rem; display: flex; align-items: center; margin-bottom: .2rem}
.service_two_icon img{align-items: center; margin: 0px auto; max-width: 100%; max-height:100%}
.ny_service_two ul li h4{color:#222222; font-size: .3rem; margin-bottom: .05rem}
.ny_service_two ul li p{color:#767676; font-size: .26rem; line-height: .4rem}


/*瑙嗛涓績*/
.ny_video_one{width:100%; height: auto; overflow: hidden; margin-top: .6rem;}
.ny_video_one ul{width:100%; height: auto; overflow: hidden}
.ny_video_one ul li{width:100%; height: auto; overflow:hidden; margin-bottom: .25rem; position: relative}
.ny_video_pic{width:100%; height: auto; overflow: hidden; border-radius: 8px 8px 0 0; position: relative}
.ny_video_pic img{width:100%; display: block}
.ny_video_one ul li h4{width:100%; height:.8rem; line-height: .8rem; color: #222222; font-size:.29rem; padding: 0 .25rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: #ffffff; border-radius:0 0 8px 8px}
.ny_video_pic i{width:.72rem; height: .72rem; background: url(../images/v_bofang.png) no-repeat center; background-size: 100% 100%; position: absolute; bottom:.3rem; right:.25rem;}
.ny_video_nav{width:100%; margin-top: .3rem; padding-left: .25rem;}
.ny_video_nav .swiper-container{width:100%;}
.ny_video_nav .swiper-slide{height: .7rem; line-height: .7rem; width:auto}
.ny_video_nav .swiper-slide a{color:#1b1a1b; font-size: .28rem; display: block; padding: 0 .3rem;  background: #fff; border-radius: 5px;}
.ny_video_nav .swiper-slide-active a{background: #d3161a; color:#fff}
.video_nav_san{width:100%; height: auto; overflow-x: auto; margin-top: .2rem;}
.video_nav_san a{color:#1b1a1b; font-size: .26rem; padding: 0 .3rem;  background: #fff; border-radius: 5px; height: .7rem; line-height: .7rem; float: left; margin-right: 2%}

.videoModel{width:100%; height:auto;}
.videoModel video{width:100%; display:block}




/*oem*/
.ny_oem_one{width:100%; height: auto; overflow: hidden; background: #fff; padding: .5rem .25rem .6rem; border-radius:8px;}
.oem_one_xx{width:100%; height: auto; overflow: hidden;}
.oem_one_xx p{color:#666666; font-size: .27rem; line-height: .45rem;}
.ny_oem_two{width:100%; height: auto; overflow:hidden; background: #fff; padding: .5rem .25rem .6rem; margin-top: .3rem; border-radius:8px;}
.ny_oem_two ul{width:100%; height: auto; overflow: hidden; margin-top:.2rem;}
.ny_oem_two ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem; position: relative}
.ny_oem_two ul li img{width:100%; border-radius: 5px; display: block}
.ny_oem_two ul li h4{width:100%; height: .7rem; line-height: .7rem; background: rgba(0,0,0,0.5); position: absolute; bottom:0; left:0; padding: 0 .25rem; color:#fff; font-size: .27rem; border-radius: 0 0 8px 8px}
.ny_oem_three{width:100%; height: auto; overflow: hidden; background: url(../images/jcsp_bjs.jpg) no-repeat center; border-radius: 8px; padding: .4rem .25rem; margin-top: .4rem}
.ny_oem_three video{width:100%; margin-top: .4rem}
.ny_oem_four{width:100%; height: auto; overflow:hidden; background: #fff; padding: .5rem .25rem .6rem; margin-top: .3rem; border-radius:8px;}
.oem_four_img{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.ny_oem_four .swiper-slide a{width:80%; display: block; margin: 0px auto;}
.ny_oem_four .swiper-slide a img{width:100%; display: block}
.ny_oem_four .swiper-button-next,.ny_oem_four .swiper-button-prev{width:.32rem; height: .6rem;}
.ny_oem_four .swiper-button-next{background: url(../images/zl_right.png) no-repeat center; background-size: 100% 100%}
.ny_oem_four .swiper-button-prev{background: url(../images/zl_left.png) no-repeat center; background-size: 100% 100%}
.ny_oem_five{width:100%; height: auto; overflow:hidden; background: #fff; padding: .5rem .25rem .6rem; margin-top: .3rem; border-radius:8px;}
.oem_five_li{width:100%; height: auto; overflow: hidden; background: #f4f3f1; margin-top: .2rem; display: -webkit-flex;
    display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.oem_five_img{width:50%; }
.oem_five_img img{width:100%; height: 100%; object-fit: cover; object-position: center center;}
.oem_five_xx{width:50%; padding: .4rem .2rem; text-align: center}
.oem_five_xx h4{color:#333333; font-size: .3rem; margin-bottom: .2rem}
.oem_five_xx p{width:100%; line-height: .42rem; color: #777777; font-size:.27rem; }
.oem_five_two{width:100%; margin-top: .2rem;}
.oem_five_two img{width:100%; display: block}
.oem_two_cq{width:100%; height:auto; overflow:hidden}
.oem_two_li{width:100%; overflow:hidden}
.oem_two_li img{width:100%; display:block}





/*浜у搧*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.ny_product_one ul{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.ny_product_one ul li{width:48.5%; height: auto; float: left; background: #fff; border-radius: 8px; margin-bottom: .2rem}
.ny_product_one ul li:nth-child(2n){float: right}
.ny_product_one ul li h4{width:100%; height: .8rem; line-height: .8rem; text-align: center; color:#808080; font-size: .27rem; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap; border-top:1px solid #f0f0f0; padding: 0 .25rem}
.ny_pro_more{width:auto; display: table; margin:.2rem auto 0; background: url(../images/p_jia.png) no-repeat right 2px;
	padding-right: .45rem; background-size:.32rem;  padding-bottom: .2rem}
.ny_pro_more span{color:#333333; font-size: .27rem; border-bottom: 1px solid #cccccc;}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: .7rem;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden}
.ny_product_two ul li{width:100%; margin-bottom: .2rem; overflow: hidden; border-radius: 8px; background: #fff;}
.ny_product_two ul li img{width:100%; display: block;}
.ny_product_two ul li h4{width:100%; height:.8rem; line-height: .8rem; color: #222222; font-size:.29rem; padding: 0 .25rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: #ffffff; border-radius:0 0 8px 8px}
.ny_product_three{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.ny_product_three ul{width:100%; height: auto; overflow: hidden; margin-top: .4rem;}
.ny_product_three ul li{width:49%; height: auto; float: left; margin-bottom: .2rem; background: #eaeaea; border-radius: 8px}
.ny_product_three ul li:nth-child(2n){float: right}
.ny_product_three ul li img{width:100%; display: block}
.ny_product_three ul li h4{width:100%; height: .6rem; line-height:.6rem; color:#808080; font-size: .27rem; text-align: center;}
.ny_product_four{width:100%; height: auto; overflow: hidden; background: #fff; padding: .4rem .25rem; margin-top: .4rem; border-radius: 8px;}
.product_four_title{width:100%; height: auto; overflow:hidden; margin-bottom: .2rem}
.product_four_title h4{color:#bf1a20; font-size: .32rem; margin-bottom: .1rem}
.product_four_title h5{color:#000000; font-size: .29rem; line-height: .4rem;}
.ny_product_four dl{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem}
.ny_product_four dl dt{width:100%; line-height: .5rem; color: #333333; font-size: .27rem; margin-bottom: .1rem}
.ny_product_four dl dt span{color:#bf1a20;  font-size: .27rem;}
.ny_product_four dl dd{width:100%; height: auto; overflow: hidden}
.ny_product_four dl dd input[type="text"]{width:100%; height: .7rem; border: 1px solid #e6e6e6; background: #fafafa; padding: 0 .25rem; font-size: .27rem}
.ny_product_four dl dd textarea{width:100%; height: 2rem; resize: none; font-size: .27rem;  border: 1px solid #e6e6e6; background: #fafafa; }
.ny_psubmit{width:100%; height: .7rem; background: #bf1a20; color:#fff; border-radius: 5px; border: 0; font-size: .27rem; margin-top: .1rem}
.product_show_one{width:100%; height: auto; overflow: hidden; margin-top: 1.2rem}
.product_show_one img{width:100%; display: block}
.ny_product_detail{width:100%; display: block;}
.product_detail_title{width:100%; margin:.4rem 0}
.product_detail_title dl{width:100%; height: auto; overflow:hidden}
.product_detail_title dl dt{color:#fff; background: #bf1a20; border-radius: 5px; display: table; padding: .1rem .2rem; font-size: .32rem}
.product_detail_title dl dd{color:#333333; font-size: .32rem; line-height: .4rem; margin-top: .25rem}
.product_detail_qian{width:auto; height: auto; overflow: hidden; margin-top: .2rem; background: #fff; font-size: .26rem; color: #333333; display: table; 
	border-radius: 5px; padding:.1rem .25rem}
.product_detail_qian span{color:#bf1a20; font-size: .48rem}
.product_detail_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding: .3rem .25rem}
.product_detail_xx p{color:#333333; font-size: .28rem; line-height: .42rem}
.product_detail_xx hr{width:60%; height: 1px;  border:1px dashed #333333; margin: .15rem 0}
.product_detail_canshu{width:100%; height: auto; overflow:hidden; margin-top: .4rem; margin-bottom: .8rem}
.product_detail_canshu h5{color:#bf1a20; font-size: .4rem; width:100%; border-bottom: 1px solid #d8d8d8; padding-bottom: .2rem;}
.product_detail_xinghao{width:100%; height: auto; overflow: hidden; height: .7rem; line-height: .7rem;}
.product_detail_xinghao p{color: #333333; font-size: .3rem;}
p.pro_xinghao{width:38%; height: auto; float: left; }
p.pro_canshu{width:62%; height: auto; float: left; }
.product_detail_csxx{width:100%; height: auto; overflow:hidden}
.product_detail_csxx h4{width:100%; height:.6rem; line-height: .6rem; padding: 0 .2rem; background: #bf1a20; color: #fff; font-size: .27rem;}
.product_detail_csxx ul{width:100%; height: auto; overflow: hidden}
.product_detail_csxx ul li{width:100%; height: .7rem; line-height: .7rem;}
.product_detail_csxx ul li p{color:#808080; font-size: .28rem; }
.product_detail_csxx ul li:nth-child(odd){background: #fff}
.product_detail_csxx ul li p.pro_xinghao{padding-left: .2rem}
.pro_detail_xx{color:#808080; font-size: .28rem; padding: 0 .25rem}



/*瀹跺涵鍋ヨ韩*/
.jtjs_nav_san{width:100%;  margin-top: .3rem; overflow-y:auto; -webkit-overflow-scrolling: touch;}
.jtjs_nav_san a{color: #1b1a1b; font-size: .28rem; padding:0 .3rem;  background: #fff;  border-radius: 5px;   line-height:.7rem; margin-right:.2rem; display:table; text-align:center}
.jtjs_san_y{white-space: nowrap; height:.7rem; display:flex}
.jtjs_nav_san a.act{background: #d3161a; color: #fff;}

::-webkit-scrollbar {
    display: none;
}



/*瑙ｅ喅鏂规*/
.ny_jjfa_all{width:100%; height: auto; margin-top: 1.4rem;}
.jjfa_li_title{width:100%; height: auto; overflow: hidden; color: #fff; font-size: .5rem; text-align: center; margin-bottom: .9rem}
.jjfa_li_info h5{color:#fff; background: #df001f; padding:.1rem .22rem; display: table; margin: 0px auto; border-radius:5px; font-size: .26rem}
.jjfa_li_info h4{width:100%; height: auto; overflow: hidden; color: #fff; font-size: .48rem; text-align: center; margin-bottom: .8rem; margin-top: .4rem}
.jjfa_lixx{width:100%; height: auto; overflow: hidden; line-height: .42rem; color: #fff; font-size: .27rem;}
.jjfa_more{width:auto; display: table; margin:.4rem auto; padding-right: .6rem;  background-size: .3rem; 
	background: url(../images/ph_jia.png) no-repeat right center; padding-bottom: .1rem;}
.jjfa_more span{color:#fff; font-size: .26rem; border-bottom: 1px solid #fff}
.ny_jjfa_ul{width:100%; height: auto; overflow: hidden; margin-top: .8rem;}
.ny_jjfa_ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .4rem;}
.ny_jjfa_ul li img{width:100%; display: block; border-radius: 8px;}
.ny_jjfa_ul li h4{width:100%; height: .5rem; line-height: .5rem; color: #fff; text-align: center; font-size: .28rem; margin-top: .15rem}
.ny_jjfa_jtjs{width:100%; height: auto; overflow: hidden; background: url(../images/jtjs_one.jpg) no-repeat center;  background-size: cover; 
	padding:.8rem .25rem .4rem; margin-bottom: .4rem}
.ny_jjfa_syjs{width:100%; height: auto; overflow: hidden; background: url(../images/jtjs_two.jpg) no-repeat center;  background-size: cover; 
	padding:.8rem .25rem .4rem; margin-bottom: .4rem}
.ny_jjfa_qmjs{width:100%; height: auto; overflow: hidden; background: url(../images/jtjs_three.jpg) no-repeat center;  background-size: cover; 
	padding:.8rem .25rem .4rem; margin-bottom: .4rem}
.ny_jjfa_jszd{width:100%; height: auto; overflow: hidden; background: url(../images/jtjs_four.jpg) no-repeat center;  background-size: cover; 
	padding:.8rem .25rem .4rem; margin-bottom: .4rem}
.ny_jjfa_kyjs{width:100%; height: auto; overflow: hidden; background: url(../images/jtjs_five.jpg) no-repeat center;  background-size: cover; 
	padding:.8rem .25rem .4rem; margin-bottom: .4rem}
.ny_jjfa_zhjt{width:100%; height: auto; overflow: hidden; background: url(../images/jtjs_six.jpg) no-repeat center;  background-size: cover; 
	padding:.8rem .25rem .4rem; }


/*鍏充簬鎴戜滑*/
.ny_about_shzr,.ny_about_fwpt,.ny_about_yxtx,.ny_about_cpys,.ny_about_one,.ny_about_two{width: 100%;  height: auto;  overflow: hidden; background: #fff; padding: .5rem .25rem .6rem; margin-top: .3rem;  border-radius: 8px;}
.ny_about_shzr ul,.ny_about_fwpt ul{width:100%; height: auto; }
.ny_about_shzr ul li,.ny_about_fwpt ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .4rem; box-shadow: 0 0 8px rgba(0,0,0,0.1); border-radius: 5px;}
.ny_about_shzr ul li img{width:100%; display: block}
.about_shzr_xx{width: 100%; height: auto; overflow: hidden;background: #fff;  padding: .3rem .2rem;}
.about_shzr_xx h4{color: #333333; font-size: .28rem; width: 100%; height:.4rem; line-height: .4rem; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.about_shzr_xx p{width: 100%; color: #808080; font-size: .28rem; margin-top: .2rem;}
.ny_about_fwpt h4{width:100%; height: auto; overflow: hidden; color:#333333; font-size: .28rem; line-height: .42rem; padding:.28rem .3rem}
.about_xytx_one{width:100%; height: auto; overflow: hidden; margin: .4rem 0}
.about_xytx_one li{width:25%; height: auto; float: left; padding-top: .2rem}
.about_xytx_li{width:1.2rem; height: 1.2rem; background: #ffffff; border-radius: 50%; box-shadow: 0 0 6px rgba(0,0,0,0.1); display: flex; align-items: center; margin: 0px auto;}
.about_xytx_li img{align-items: center; margin: 0px auto; max-width:48%; filter: grayscale(0);
    filter: brightness(0) invert(100%);  -webkit-filter: brightness(0) invert(55%); mix-blend-mode: difference;}
.about_xytx_one li h4,.about_xytx_two li h4{width:100%; color: #222222; font-size: .26rem; margin-top: .25rem; text-align: center}
.about_xytx_two{width:90%; height: auto; overflow: hidden; margin: .4rem auto .2rem}
.about_xytx_two li{width:33.3%; height: auto; float: left; padding-top: .2rem}
.about_xytx_two li:hover img{filter: grayscale(0);
    filter: brightness(0) invert(100%);  -webkit-filter: brightness(1) invert(100%); mix-blend-mode: difference;}
.about_xytx_one li:hover img{filter: grayscale(0);
    filter: brightness(0) invert(100%);  -webkit-filter: brightness(1) invert(100%); mix-blend-mode: difference;}
.about_cpys_li{width:100%; height: auto; overflow: hidden; margin-top: .3rem; margin-bottom: .5rem}
.about_cpys_xx{width:100%; height: auto; overflow: hidden}
.about_cpys_xx h4{color:#333333; font-size: .32rem; margin-bottom: .2rem}
.about_cpys_xx p{width:100%; height: auto; color:#777777; font-size: .26rem; line-height: .42rem;}
.about_cpys_pic{width:100%; overflow: hidden; margin-top: .3rem;}
.about_cpys_pic img{width:100%; display: block; border-radius: 5px;}
.ny_about_xq{width:auto; display: table; margin:.2rem auto 0; background: url(../images/p_jia.png) no-repeat right 2px;
	padding-right: .45rem; background-size:.32rem;  padding-bottom: .2rem}
.ny_about_xq span{color:#333333; font-size: .27rem; border-bottom: 1px solid #333333;}
.ny_about_one{width:100%;}
.ny_about_one video{width:100%; margin-bottom: .4rem;}
.about_one_xx{width:100%; height: auto; overflow: hidden; color:#666666; line-height: .45rem; font-size: .27rem; margin: .2rem 0 .6rem}
.ny_about_three{width: 100%;  height: auto;  overflow: hidden; background: #fff; padding: .5rem .25rem .6rem; margin-top: .3rem;  border-radius: 8px;}
.ny_about_tab{width:100%; height: auto; overflow: hidden; border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb; padding: .3rem 0 0}
.ny_about_tab a{color:#cccccc; font-size: .27rem; position: relative; float: left; width: 25%; text-align: center; margin-bottom:.25rem}
.ny_about_tab a:after{content: ''; display: block; height:90%; width: 1px; background: #eee; position: absolute; right: 0;
    top: 50%; transform: translateY(-50%) rotate(20deg);}
.ny_about_tab a:last-child:after{display: none;}
.ny_about_tab a.active{color:#bf1a20}
.about_three_tab{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.about_three_xx{width:100%; height: auto; overflow: hidden}
.about_three_top,.about_three_bottom{width:100%; height: auto; overflow: hidden; font-size: .26rem; color: #777777; line-height: .45rem;}
.about_three_top{display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; 
align-items: center; margin: 0px auto .4rem;}
.about_three_top img{width:50%;}
.about_three_top span{color:#4d4d4d; font-size: .27rem;}
.about_liucheng_li{width:100%; height: auto; overflow: hidden; margin-top: .9rem}
.preview{width:100%; height: auto; overflow: hidden; position: relative}
.preview:after{content: ""; width: 100%; height: 4px; background:url(../images/lc_xian.png) no-repeat center; background-size: 100% 100%; position: absolute; bottom: .75rem; left:0;}
.preview_time{width:100%; height: auto; overflow: hidden; position: relative; color: #333333; font-size: .32rem; text-align: center; height:1.5rem; cursor: pointer}
.active-nav .preview_time{font-weight: bold; color: #fff; font-size: .4rem; background: url(../images/t_yuan.png) no-repeat; background-size: 100% 100%; 
	line-height:1.5rem;}
.active-nav .preview_time:after{background: #bf1a20}
.view{width:100%; height: auto; overflow: hidden; margin-top:.8rem; position: relative;}
.view_li{width:100%; height: auto; overflow: hidden; color:#777777; font-size:.27rem; line-height: .45rem;}
.view_li p{color:#777777; font-size:.27rem; line-height: .5rem; margin-bottom:.15rem}
.view_li:hover .view_li_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.preview .swiper-slide{width:33.33%}
.ny_info_contact{width: 100%;  height: auto;  overflow: hidden; background: #fff; padding: .5rem .25rem .6rem;  border-radius: 8px; font-size:.26rem; line-height:.45rem;}

/*鑽ｈ獕璧勮川*/
.ny_honor_li{width:100%; height:auto; overflow:hidden;}
.ny_honor_li ul{width:100%; height:auto; overflow:hidden;  margin-top:.4rem}
.ny_honor_li ul li{width:49%; height:auto; margin-bottom:.2rem; float:left;}
.ny_honor_li ul li:nth-child(2n){float:right;}
.ny_honor_li ul li img{width:100%; display:block}
.ny_honor_li ul li h4{width:100%; height:.8rem; line-height:.8rem; color:#333; font-size:.27rem; text-align:center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; background:#fff; border-radius:0 0 5px 5px; padding:0 .25rem}







/*搴曢儴*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 999; height:1.1rem;width: 100%; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.05)}
footer ul{width:100%; height:100%;}
footer li{width:25%;height: 100%;float: left; position:relative}
footer li .fnav_b{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #333333;  padding-top:.2rem }
.fnav_b span{line-height:.3rem; font-size: .22rem; width: 100%; display: block; color: #333333; margin-top: .1rem }
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:100% 100%!important; width:.37rem;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:auto 100%!important; width:.4rem;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:100% 100%!important; width:.37rem;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;  width:.4rem;}
footer a.active{}
footer i{height:.4rem; display: block; margin:0 auto 0;  }
.copy {width: 100%;   line-height: .3rem; clear: both; font-size: .24rem;  padding: .5rem 0; text-align: center}
.copy_dz{width:100%;  height: auto; text-align: center; padding: 0 .5rem;}
.copy p b{font-size:.24rem; color: #333333;}
.copy p{color:#333333;line-height:.4rem; font-size:.25rem}
.copy a{color:#333333;line-height:.4rem; font-size:.25rem}
.f_menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border-radius: 5px;
    bottom: 60px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    font-size: 14px;
    margin-left: -25%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    width: 140%; z-index:9999
}

footer li:last-child .f_menu {
    left: auto;
    margin-left: 0;
    margin-right: 10px;
    right: 0;
}

footer li.active .f_menu {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
}

.f_menu{ bottom: calc(60px + env(safe-area-inset-bottom));}
.f_menu a{width:100%; height:auto; color:#333; font-size:.26rem;  display:block; border-bottom:1px solid #eee; text-align:center; padding:.17rem 0}
.f_menu a p{color:#333; font-size:.26rem;line-height:.38rem; }
.f_menu a span{color: #666; display: block; font-size: 12px;}
.f_menu a:hover{color:#bf1a20}
.f_menu a:last-child{border-bottom:0}



/*寮瑰嚭瑙嗛*/
.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:96%; height:auto; position:fixed; top:50%; left:50%;  z-index:999; transform: translate(-50%,-50%);}
.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; float: right}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}
.downBtn{width:40%;line-height:.75rem; height:.75rem; background:#BF1A20; color: #fff; text-align: center;border-radius: 6px;margin:.4rem auto;font-size: 14px; display:block;}


@media screen and (max-width:500px){
	html{font-size: 78.125px;}
}

@media screen and (max-width:425px){
	html{font-size: 66.4062px;}

}

@media screen and (max-width:414px){
	html{font-size: 64.6875px;}

}



@media screen and (max-width:375px){
	html{font-size: 58.5938px;}

}


@media screen and (max-width:360px){
	html{font-size: 57.0312px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 50px;}

}
