@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
 */
/* 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: var(--white);
	font-family: 'Noto Sans SC',Arial,Verdana,sans-serif,'Microsoft Yahei';
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/
.main1200{width:1200px;margin:0 auto;}
.main1600{width:1600px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img>img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* q_header start! */
.q_header{width:100%;margin:0 auto;transition: all .3s;position: fixed;left:0;top:0;z-index: 99;background-color: var(--white);}
.header_main{width: 100%;margin:0 auto;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_logo{width:210px;float:left;}
.q_logo>h4,.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h4>a,.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:15px 0;}
.q_logo>h4>a>img,.q_logo>h1>a>img{height:60px;}

.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:15px 0;}
.q_logo>h1>a>img{height:60px;}

.q_nav{width:calc(100% - 620px);float:left;}
.nav_ul{width:100%;margin:0 auto;text-align: right;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left:45px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:23px 0 27px;position: relative;}
.nav_ul>li>a>h2{display: block;width: 100%;font-size: 17px;color:var(--black);line-height: 40px;height:40px;}
.nav_ul>li.on>a>h2,.nav_ul>li:hover>a>h2{color:var(--yellow);}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom:20px;content: "";width: 0;height: 3px;background-color:var(--yellow);border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nav_ul>li.on>a:after,.nav_ul>li:hover>a:after{width:60%;transform: translateX(-50%);}

/* q_nav_son */
.q_nav_son{width:200%;position: absolute;top:100%;left:-50%;padding:20px 0;
	z-index: 10;background-color:var(--white);display: none;box-shadow: 0 0 1px #ccc;
}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 13px;text-align: center;line-height: 33px;color:var(--dark555);
	text-transform: capitalize;
}
.q_nav_son>li:hover{background-color:var(--yellow);}
.q_nav_son>li:hover>a{color:var(--white);}

.q_right{width:350px;float:right;}
.right_main{width:100%;margin:0 auto;}
.right_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_search{width:40px;float:left;}
.q_search>a{outline: none;display: block;width:100%;padding:25px 0;}
.q_search>a>img{height:40px;cursor: pointer;}

.q_tel{width:calc(100% - 80px);float:left;text-align: center;font-size: 0;padding:25px 0;}
.q_tel>*{display: inline-block;margin:0 10px;font-size: 22px;color:var(--black);line-height: 40px;height:40px;}

.q_menu{width:40px;float:right;display: block;padding:25px 0;}
.q_menu>img{height:40px;cursor: pointer;}

.q_header.q_header_fixed{box-shadow: 0 0 1px #809cbb;}
/* q_header end! */

/* q_popup start! */
.q_popup{width:0;height:0;opacity: 0;background-color: var(--white);border-radius: 50%;position: fixed;top:-50vw;right:-50vw;z-index: 999;transition: all .8s;}
.q_popup.show{width:200vw;height:200vw;opacity: 1;}
.q_popup_block{width:100%;height:100%;position: fixed;left:0;top:0;z-index: 10;display: none;}
.q_popup.show .q_popup_block{display: block;}
.q_popup_main{width:100%;height:100%;margin:0 auto;position: relative;}
.q_popup_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.popup_header{width:100%;position: absolute;left:0;top:0;padding:15px 3%;z-index: 2;}
.popup_header:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.popup_header_logo{width:30%;float:left;}
.popup_header_logo img{height: 60px;cursor: pointer;}
.popup_header_close{width:60px;height:60px;float:right;text-align: right;position: relative;cursor: pointer;}
.popup_header_close span{display: block;display: block;background: #333;width: 36px;height: 3px;position: absolute;right: 0;top:20px;border-radius: 3px;}
.popup_header_close span:nth-of-type(1){transform: rotate(45deg);}
.popup_header_close span:nth-of-type(2){transform: rotate(-45deg);}

.popup_img{width:50%;float:left;height:100%;}
.popup_img .img{height: 100%;}

.popup_txt{width:50%;float:right;height:100%;position: relative;}
.popup_txt_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.popup_txt_mask_in{width:100%;position: absolute;left:0;top:45%;text-align: left;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.popup_txt_mask_main{width:100%;padding:0 10%;}
.popup_txt_mask_main .q_form_main{padding:0;}

.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_div .q_form_input{width:calc(100% - 110px);float:left;padding:4px 20px;margin:0 auto;}
.q_form_div .q_form_button{width:100px;float:right;margin:0 auto;line-height: 34px;}

.popup_menu{width:100%;margin:80px auto 0;padding:0 10%;}

.popup_menu_l{width:16px;float:left;}
.popup_menu_l span{display: block;font-size: 15px;line-height: 16px;height:16px;font-weight: 700;
	font-family: Arial;text-transform:uppercase;text-align: center;transform: rotate(-90deg);
}
.popup_menu_r{width:calc(100% - 80px);float:right;}
.popup_nav{width:100%;margin:0 auto;}
.popup_nav>li{margin:0 auto 25px;}
.popup_nav>li>a{outline: none;display: block;width:100%;color:#555;transition: all .1s;}
.popup_nav>li>a>span{font-size: 24px;line-height:30px;font-weight: 700;}
.popup_nav>li>a:hover{color:var(--yellow);}
.popup_nav>li>a>span>i{margin-left: 8px;font-style: normal;font-size: 15px;text-transform:uppercase;font-family: Arial;}

.show .popup_header{animation-name: lv-fadeInUp-short; animation-delay: .6s;}
.show .popup_img{animation-name: lv-fadeInLeft; animation-delay: .6s;}
.show .popup_txt{animation-name: lv-fadeInRight; animation-delay: .6s;}
/* q_popup end! */

/* q_banner start! */
.q_banner{width:100%;margin:90px auto 0;}

.banner_slide{width:100%;margin:0 auto;position: relative;}
.banner_slide .img{padding:39.63% 0 0;}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:30px;height:5px;
	background-color: var(--black);opacity:0.6;border-radius:5px;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--yellow);opacity: 1;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.q_section:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_main{width:100%;margin:0 auto;position: relative;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title{width:100%;margin:0 auto;position: relative;color:var(--black);}
.section_title .en{font-size: 40px;font-weight: 700;text-transform: uppercase;line-height: 1.2;}
.section_title .cn{font-size: 30px;line-height: 1.5;}

/* q_section end! */

/* q_about start! */
.q_about{padding:100px 0 100px;}
.about_main{width:100%;margin:30px auto 0;}
.about_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_img{width:46%;float:right;text-align:right;}
.about_img img{cursor: pointer;}
.about_txt{width:47.5%;float:left;padding-top: 10px;}
.about_p{width:100%;margin:0 auto;font-size: 17px;color:var(--black);line-height: 2;opacity: 0.7;}
.about_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 2;}
.about_more{width:100%;margin:50px auto 0;text-align: right;}
.about_more a{padding:5px 20px;border-radius: 5px;font-size: 17px;line-height: 20px;transition: all 0.3s;
	outline: none;display: inline-block;background-color: var(--yellow);color:rgba(0,0,0,.8);
}
.about_more a:hover{background-color: var(--black);color:var(--white);}
/* q_about end! */

/* about_number start! */
.about_number{width:100%;margin:90px auto 0;}
.about_number_main{width:100%;margin:0 auto;padding:0;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:25%;float:left;text-align: center;position: relative;padding:0 30px;}
.about_number_top{width:100%;margin:0 auto;font-size: 0;}
.about_number_top>*{margin:0 10px;}
.about_number_icon{display: inline-block;vertical-align: top;}
.about_number_icon img{height:64px;}
.about_number_nums{display: inline-block;font-size: 0;position:relative;}
.about_number_nums .num{font-size: 40px;line-height: 70px;font-weight: 700;
	display: inline-block;color:var(--black);
}
.about_number_nums .sut{font-size: 20px;line-height: 25px;left:calc(100% + 15px);width:50px;
	display: inline-block;font-weight: normal;position: absolute;top:0;color:var(--dark555);text-align: left;
}

.about_number_txt{margin:30px auto 0;color:var(--dark555);}
.about_number_txt .cn{font-size: 17px;line-height:25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
/* about_number end! */

/* q_brand start! */
.q_brand{padding:150px 0 150px;color:var(--white);text-align: center;
	background:url('../images/q_brand_bg.jpg') no-repeat center center;background-size: cover;
}
.q_brand .section_title{color:var(--white);}

.brand_down{width:100%;margin:35px auto 0;}
.brand_down span{display: inline-block;border:1px solid var(--white);border-radius: 50%;width:35px;height:35px;line-height: 34px;font-size: 22px;}

.brand_p{width:100%;margin:30px auto 0;padding:0 29%;font-size:25px;font-weight: 700;line-height: 1.8;}
.brand_p p{width:100%;margin:0 auto;font-size:25px;font-weight: 700;line-height: 1.8;}

.brand_slogan{width:100%;margin:50px auto 0;}
.brand_slogan_p{padding:10px 30px;border-radius: 10px;font-size: 17px;line-height: 1.8;
	display: inline-block;border:1px solid var(--white);
}
.brand_slogan_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 1.8;}
.brand_more{width:100%;margin:70px auto 0;}
.brand_more a{padding:10px 50px;font-size: 17px;line-height: 25px;transition: all 0.3s;
	outline: none;display: inline-block;border-radius: 50px;border:1px solid var(--white);color:var(--white);
}
.brand_more a i{margin-left: 10px;}
.brand_more a:hover{border:1px solid var(--yellow);background-color: var(--yellow);}
/* q_brand end! */

/* q_product start! */
.q_product{width:100%;margin:8px auto 0;position:relative;}
.tab.tab_product{width:100%;margin:0 auto;position: relative;}

.product_title{width:100%;position: absolute;left:0;top:100px;z-index: 2;}
.product_title_l{width:35%;float:left;}
.product_title_r{width:35%;float:right;padding-top: 20px;}
.product_more{width:100%;margin:0 auto;text-align: right;}
.product_more a{padding:10px 30px;border-radius: 60px;font-size: 15px;line-height: 25px;
	display: inline-block;background-color: var(--yellow);color:var(--dark444);transition: all 0.3s;outline: none;
}
.product_more a i{margin-left: 10px;}
.product_more a:hover{color:var(--white);}

.tab.tab_product .tab_product_body{width:100%;margin:0 auto;border:0;padding:0;}
.product_img{width:100%;margin:0 auto;position:relative;}
.product_img .img{padding:46.875% 0 0;}

.product_img_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.product_img_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.product_img_main{width:100%;margin:0 auto;position: relative;color:var(--dark111);}
.product_img_h{font-size: 65px;font-weight: 700;line-height: 1.5;}
.product_img_slogan{margin:15px auto 0;font-size: 33px;line-height: 1.3;}
.product_img_more{margin:40px auto 0;}
.product_img_more a{padding:6px 30px;font-size: 15px;line-height: 20px;border-radius: 5px;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--dark111);transition: all 0.3s;
}
.product_img_more a:hover{background-color: var(--black);color:var(--white);}


.product_bottom{width:100%;position: absolute;left:0;bottom:65px;z-index: 3;}
.product_bottom_main{width:100%;margin:0 auto;text-align: center;font-size: 0;}

.tab.tab_product .tab_product_head{display: inline-block;background-color:var(--white);padding:18px 30px 23px;border-radius: 100px;}
.tab.tab_product .tab_product_nav{width:100%;margin:0 auto;font-size: 0;}
.tab.tab_product .tab_product_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.tab_product .tab_product_nav li{margin:0 50px;cursor: pointer;}
.tab.tab_product .tab_product_nav li article{width:120px;margin:0 auto;position: relative;}
.tab_product_icon{width:85px;margin:0 auto;}
.tab_product_icon img{width:100%;}
.tab_product_icon img.default{display: inline-block;}
.tab_product_icon img.on{display: none;}
.tab_product_h{width:100%;margin:10px auto 0;font-size: 18px;color:var(--black);line-height: 25px;height:25px;opacity: 0.6;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.tab.tab_product .tab_product_nav li.active article:after{width:50%;height:4px;border-radius: 4px;left:25%;bottom:-23px;z-index: 2;
	content:'';background-color:var(--yellow);position: absolute;
}
.tab.tab_product .active .tab_product_icon img.default{display: none;}
.tab.tab_product .active .tab_product_icon img.on{display: inline-block;}
.tab.tab_product .active .tab_product_h{opacity:1;}


.tab.tab_product .product_img_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.tab_product .active .product_img_main>.product_img_h{animation-name: lv-fadeInDown;animation-delay: .25s;}
.tab.tab_product .active .product_img_main>.product_img_slogan{animation-name: lv-fadeInUp;animation-delay: .3s;}
.tab.tab_product .active .product_img_main>.product_img_more{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* q_product end! */

/* q_advantage start! */
.advantage_title{width:100%;margin:0 auto;text-align: center;padding:90px 0 80px;}
.advantage_main{width:100%;margin:0 auto;position: relative;}
.tab.tab_advantage{width:100%;margin:0 auto;position: relative;}
.tab.tab_advantage .tab_advantage_body{width:100%;margin:0 auto;position: relative;padding:0;border:0;}
.advantage_bg{width:100%;margin:0 auto;}
.advantage_bg .img{padding:43.75% 0 0;}

.tab.tab_advantage .tab_advantage_head{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.tab.tab_advantage .tab_advantage_head .main1600{height:100%;}
.tab.tab_advantage .tab_advantage_nav{width:100%;height:100%;font-size: 0;}
.tab.tab_advantage .tab_advantage_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.tab_advantage .tab_advantage_nav li{width:20%;height:100%;background:none;}
.tab.tab_advantage .tab_advantage_nav li.active{background:url('../images/advantage_nav_li_bg.png') no-repeat center bottom;background-size: cover;}

.tab_advantage_nav article{display: block;width:100%;height:100%;}
.advantage_nav_li{width:100%;height:100%;position: relative;}
.advantage_nav_li_mask{width:100%;position: absolute;left:0;bottom:0;padding:0 10% 60px;z-index: 2;}
.advantage_nav_li_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.advantage_nav_li_icon img{height:85px;}
.advantage_nav_li_h{width:100%;margin:20px auto 0;font-size: 25px;line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.advantage_nav_li_p{width:100%;margin:30px auto 0;font-size: 17px;line-height: 1.8;padding:0 10px;display: none;}
.advantage_nav_li_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 1.8;}
.tab.tab_advantage .tab_advantage_nav .advantage_nav_li_more{width:100%;margin:30px  auto 0;display: none;}
.tab.tab_advantage .tab_advantage_nav .advantage_nav_li_more a{font-size:15px;line-height: 20px;padding:5px 20px;border-radius: 5px;
	outline: none;display: inline-block;background-color:var(--yellow);color:var(--dark333);border:0;width:auto;cursor:pointer;
}

.tab.tab_advantage .active .advantage_nav_li_p{display: block;}
.tab.tab_advantage .active .advantage_nav_li_more{display: block;}


.tab.tab_advantage .advantage_nav_li_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.tab_advantage .active .advantage_nav_li_main>.advantage_nav_li_icon{animation-name: lv-fadeInDown;animation-delay: .3s;}
.tab.tab_advantage .active .advantage_nav_li_main>.advantage_nav_li_h{animation-name: lv-fadeInDown;animation-delay: .25s;}
.tab.tab_advantage .active .advantage_nav_li_main>.advantage_nav_li_p{animation-name: lv-fadeInUp;animation-delay: .3s;}
.tab.tab_advantage .active .advantage_nav_li_main>.advantage_nav_li_more{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* q_advantage end! */

/* q_news start! */
.q_news{width:100%;margin:0 auto;position:relative;padding:100px 0 100px;}
.tab.news_tab{width:100%;margin:0 auto;position: relative;}
.news_title{width:100%;margin:0 auto;position: relative;}
.news_title_l{width:60%;float:left;}
.news_title_r{width:30%;float:right;padding-top: 30px;}
.tab.news_tab .news_tab_head{width:100%;margin:0 auto;}
.tab.news_tab .news_tab_nav{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.tab.news_tab .news_tab_nav li{display: inline-block;margin-left: 50px;background:none;}
.tab.news_tab .news_tab_nav li article{outline: none;display: block;width:100%;border-radius: 0;border:0;padding:0;}
.tab.news_tab .news_tab_nav li article span{display: inline-block;font-size:19px;color:var(--dark222);line-height: 30px;position: relative;cursor: pointer;}
.tab.news_tab .news_tab_nav li.active{background:none;}
.tab.news_tab .news_tab_nav li.active article span{font-weight: 700;}
.tab.news_tab .news_tab_nav li.active article span:after{width:120%;height:20px;border-radius: 5px;
	content:'';background-color: var(--yellow);position:absolute;left:-15%;top:15px;z-index: -1;
}
.news_main{width:100%;margin:50px auto 0;}
.tab.news_tab  .news_tab_body{width:100%;margin:0 auto;padding:0;border:0;}

.news_list{width:100%;margin:0 auto;}
.news_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item{width:32%;float:left;margin:0 2% 0 0;}
.news_item:nth-of-type(3n){margin:0 0 0 0;}
.news_item_img{width:100%;margin:0 auto;overflow: hidden;}
.news_item_img .img{padding:75% 0 0;}
.news_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.news_item_txt{width:100%;margin:0 auto;background-color: var(--darkf6f6f6);padding:25px 30px;}
.news_item_h a{outline: none;display: block;width:100%;font-weight: 700;color:var(--dark333);font-size: 18px;line-height: 28px;height:56px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_h a:hover{color:var(--yellow);}
.news_item_more{width:100%;margin:20px auto 0;}
.news_item_more a{outline: none;display: block;width:100%;}
.news_item_more a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item_date{width:35%;float:left;font-size: 14px;color:var(--dark666);font-weight: 100;line-height: 25px;}
.news_item_arrow{width:35%;float:right;text-align: right;}
.news_item_arrow span{padding:2px 10px;font-size: 15px;line-height: 20px;border-radius: 5px;
	display: inline-block;background-color: var(--darkececec);color:var(--dark999);
}
.news_item_more:hover .news_item_arrow span{background-color: var(--yellow);color:var(--white);}

.news_more{width:100%;margin:85px auto 0;text-align: center;}
.news_more a{padding:12px 50px;border-radius: 60px;font-size: 17px;line-height: 25px;
	display: inline-block;border:1px solid var(--dark999);color:var(--dark444);transition: all 0.3s;outline: none;
}
.news_more a i{margin-left: 10px;}
.news_more a:hover{border:1px solid var(--yellow);color:var(--white);background-color: var(--yellow);}


.tab.news_tab .tab-panel>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.news_tab .tab-panel.active>.news_list{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background-color: var(--darkececec);padding:30px 0;}
.footer_main{width:100%;margin:0 auto;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_t{width:100%;margin:0 auto;padding:70px 0 50px;}

.footer_l{width:calc(100% - 600px);float:left;}
.footer_list{width:100%;margin:0 auto;}
.footer_item{width:15%;float:left;margin:0 2% 0 0;}
.footer_item:nth-of-type(6n){margin:0 0 0 0;}
.footer_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--dark222);line-height: 30px;font-weight: 700;}
.footer_item_h a:hover{color:var(--yellow);}

.footer_ul{width:100%;margin:25px auto 0;}
.footer_ul li{width:100%;margin:20px auto 0;}
.footer_ul li:nth-of-type(1){margin:0 auto;}
.footer_ul li h3{width:100%;margin:0 auto;}
.footer_ul li h3 a{outline: none;display: block;width:100%;margin:0 auto;font-size: 17px;color:var(--dark333);line-height: 1.5;}
.footer_ul li h3 a:hover{color:var(--yellow);}

.footer_r{width:520px;float:right;}
.footer_r_main{width:100%;margin:0 auto;}
.footer_r_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_c{width:156px;float:left;}
.footer_code{width:100%;margin:0 auto;text-align: center;}
.footer_code_img{width:100%;margin:0 auto;}
.footer_code_h{width:100%;margin:12px auto 0;font-size: 14px;color:var(--dark666);line-height: 1.5;}

.footer_tel{width:calc(100% - 190px);float:right;}
.footer_group{width:100%;margin:0 auto;}
.footer_block{width:100%;margin:10px auto 0;border:1px solid var(--darkbbb);border-radius: 10px;padding:20px 25px;color:var(--black);}
.footer_block:nth-of-type(1){margin:0 auto;}
.footer_block p{width:100%;margin:0 auto;font-size: 18px;line-height: 1.7;}
.footer_span{width:100%;margin:5px auto 0;font-size: 0;}
.footer_span span{display: inline-block;font-size:35px;font-weight: 700;line-height: 1.2;position: relative;}
.footer_span span:after{content:'';width:28px;height:32px;position: absolute;top:-15px;right:-20px;z-index:1;
	background:url('../images/footer_span.png') no-repeat center center;background-size: cover;
}
.footer_uls{width:100%;margin:40px auto 0;}
.footer_uls:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_li{width:18.6%;float:left;margin:0 1.75% 0 0;text-align: center;position: relative;}
.footer_li:nth-of-type(5n){margin:0 0 0 0;}
.footer_li a{outline: none;display: block;width:100%;position: relative;}
.footer_li a img{opacity:0.6;transition: all 0.3s;}
.footer_li a:hover img{opacity:1;}

.footer_li_icon{width:110px;position: absolute;left:50%;top:50px;transform: translateX(-50%);display: none;}
.footer_li_icon img{width:100%;}

.footer_b{width:100%;margin:0 auto;border-top:1px solid var(--darkccc);padding:30px 0 20px;text-align: center;}
.footer_b span,.footer_b a{margin:0 3px;line-height: 30px;font-size: 15px;color:var(--dark666);outline: none;}
.footer_b a:hover{color:var(--yellow);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;height:30px;margin-right: 6px;}
/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:90px auto 0;position: relative;}
.nbanner>img{width:100%;}
/* nbanner end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;position: relative;min-height: 500px;}
.nmains{width:100%;margin:0 auto;position: relative;min-height: 400px;padding:80px 0;}
.nmains:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_main{width:100%;margin:0 auto;position: relative;}
.nmain_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nmain_title{width:100%;margin:0 auto;text-align: center;color: var(--black);}
.nmain_title .en{font-size: 40px;font-weight: 700;text-transform:uppercase;line-height: 1.4;font-family: Arial;}
.nmain_title .cn{margin:0 auto;}
.nmain_title .cn span{display: inline-block;font-size:30px;line-height: 1.4;position: relative;}

/* nmain end! */

.nabout_div{width:100%;margin:0 auto;position: relative;}
.nabout_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* ncompany start! */
.ncompany{padding:90px 0;}
.ncompany_title{width:100%;margin:0 auto;position: relative;}
.ncompany_p{width:100%;margin:40px auto 0;font-size:17px;color:var(--dark222);line-height: 2.2;text-align:center;}
.ncompany_p p{width:100%;margin:20px auto 0;font-size:17px;line-height: 2.2;}
.ncompany_p p:nth-of-type(1){margin:0 auto;}
.ncompany_p p strong,.ncompany_p p span{font-weight: 700;}
/* ncompany end! */

/* ncompany_number start! */
.ncompany_number{width:100%;margin:0 auto;padding:70px 0;}
.ncompany_number_main{width:100%;margin:0 auto;padding:0;text-align: center;}
.ncompany_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncompany_number_item{width:20%;float:left;padding:0;position:relative;}
.ncompany_number_item:nth-of-type(2){width:30%;}
.ncompany_number_item:nth-of-type(3){width:30%;}
.ncompany_number_item:before{content:'';width:1px;height:80%;background-color: var(--darke5e5e5);position: absolute;left:0;top:10%;}
.ncompany_number_item:nth-of-type(1):before{width:0;height:0;left:0;top:0;}
.ncompany_number_top{font-size: 60px;line-height: 70px;color:var(--black);font-weight: 700;}
.ncompany_number_top .sub{font-size: 18px;vertical-align: text-bottom;font-weight: normal;}
.ncompany_number_txt{width:100%;margin:5px auto 0;padding:0;font-size: 20px;line-height: 30px;height:30px;text-transform: capitalize;
	color:var(--dark060001);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* ncompany_number end! */

/* nabout_video start! */
.nabout_video{width:100%;margin:0 auto;position: relative;}
.nabout_video:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nabout_video_l{width:65.625%;float:left;}
.nabout_video_img{width:100%;height:600px;overflow: hidden;}
.nabout_video_img .img{height:100%;}
.nabout_video_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.nabout_video_r{width:31.875%;float:right;}
.nabout_video_list{width:100%;margin:0 auto;}
.nabout_video_item{width:100%;margin:0 auto;overflow: hidden;}
.nabout_video_item .img{height:100%;}
.nabout_video_item:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nabout_video_item:nth-of-type(1){height:264px;}
.nabout_video_item:nth-of-type(2){height:296px;margin:40px auto 0;}
/* nabout_video end! */

/* ngrow start! */
.ngrow{background:url('../images/ngrow_bg.jpg') no-repeat center bottom;background-size: cover;padding:100px 0;}
.ngrow_title .nmain_title{margin:10px auto 40px;}
.ngrow_title .nmain_title .cn span:before{content:'';width:100%;height:1px;background-color:var(--black);position: absolute;left:0;bottom:-15px;z-index: 1;}
.ngrow_title .nmain_title .cn span:after{content:'';width:100%;height:5px;background-color:var(--black);position: absolute;left:0;bottom:-22px;z-index: 1;}

.ngrow_p{width:100%;margin:70px auto 0;text-align: center;font-size: 19px;color:var(--black);line-height: 2;}
.ngrow_p p{width:100%;margin:25px auto 0;font-size: 19px;line-height: 2;}
.ngrow_p p:nth-of-type(1){margin:0 auto;}

.ngrow_btn{width:100%;margin:80px auto 0;text-align: center;}
.ngrow_btn a{width:46px;height:46px;line-height: 46px;font-size: 25px;
	outline: none;display: inline-block;border-radius: 50%;background-color: var(--black);color:var(--white);
}
/* ngrow end! */

/* nhistory start! */
.nhistory{background:url('../images/nhistory_bg.jpg') no-repeat center bottom;background-size: cover;padding:90px 0 100px;}

.nhistory_title .nmain_title{color: var(--white);}
.nhistory_main{width:100%;margin:90px auto 0;position: relative;}

.nhistory_swiper{width:100%;margin:0 auto;position: relative;}
.nhistoryBg_swiper{width:100%;margin:0 auto;position: relative;}
.nhistoryBg_slide{width:100%;margin:0 auto;position: relative;color:var(--white);min-height: 450px;}
.nhistoryBg_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nhistoryBg_slide_img{width:20%;float:left;text-align: right;}
.nhistoryBg_slide_img img{max-width:320px;display: inline-block;}


.nhistoryBg_slide_txt{width:75%;float:right;padding-top:20px;}
.nhistoryBg_slide_h{width:100%;margin:0 auto;font-size:60px;font-weight: 700;line-height: 1.5;}
.nhistoryBg_slide_ul{width:100%;margin:20px auto 0;height:250px;overflow:auto;padding-right:20px;}
.nhistoryBg_slide_ul>li{width:100%;margin:15px auto 0;font-size:17px;line-height: 2;}
.nhistoryBg_slide_ul>li:nth-of-type(1){margin:0 auto;font-size:17px;line-height: 2;}


.nhistoryBtn_swiper{width:100%;margin:70px auto 0;position: relative;z-index: 2;}
.nhistoryBtn_swiper:before{top:15px;
	content:'';width:100%;height:1px;background-color: rgba(255,255,255,.3);position: absolute;left:0;z-index: -1;
}

.nhistoryBtn_main{width:100%;margin:0 auto;position: relative;}
.nhistoryBtn_slide{width:100%;margin:0 auto;text-align: center;color:var(--white);cursor: pointer;}

.nhistoryBtn_slide_cicle{width:30px;height:30px;margin:0 auto;border-radius: 50%;background-color: rgba(255,255,255,.0);padding:10px;}
.nhistoryBtn_slide_cicle>span{display: block;width:100%;height:100%;border-radius: 50%;background-color: var(--white);}
.nhistoryBtn_slide_h{width:100%;margin:35px auto 0;font-size: 20px;font-weight: 700;line-height: 1.2;font-family: Arial;}


.nhistoryBtn_btns{width:100%;margin:0 auto;
    /*display: none;*/
}
.nhistoryBtn_btn{width:24px;height:40px;line-height: 40px;font-size: 15px;z-index: 5;
	text-align: center;cursor: pointer;position: absolute;top:66%;transform: translateY(-50%);background-color: var(--yellow);color:var(--white);
}
.nhistoryBtn_btn.nhistoryBtn_btn_left{left:0;}
.nhistoryBtn_btn.nhistoryBtn_btn_right{right:0;}
.nhistoryBtn_btn.swiper-button-disabled{background-color: var(--darkddd);}


.swiper-slide-thumb-active .nhistoryBtn_slide_cicle{background-color:  rgba(255,255,255,1)}
.swiper-slide-thumb-active .nhistoryBtn_slide_cicle>span{background:var(--yellow);}

.nhistoryBg_slide>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .nhistoryBg_slide>.nhistoryBg_slide_img{animation-name: lv-fadeInLeft;animation-delay: .3s;}
.swiper-slide-active .nhistoryBg_slide>.nhistoryBg_slide_txt{animation-name: lv-fadeInRight;animation-delay: .3s;}

/* nhistory end! */


/* nfactory start! */
.nfactory{width:100%;margin:0 auto;}
.nfactory_top{width:100%;margin:0 auto;padding:100px 0 80px;}
.nfactory_p{width:100%;margin:50px auto 0;padding:0 15%;font-size: 17px;color:var(--black);line-height: 2;text-align: center;}
.nfactory_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 2;}

.nfactory_paginations{width:100%;margin:50px auto 0;text-align: center;}
.nfactory_paginations .nfactory_pagination{font-size: 0;}
.nfactory_paginations .nfactory_pagination .swiper-pagination-bullet{margin:0 5px;width:15px;height:15px;
	display: inline-block;;border-radius: 0;background-color: var(--darke5e5e5);opacity: 1;vertical-align: bottom;
}
.nfactory_paginations .nfactory_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px;height:20px;background-color: var(--yellow);}

.nfactory_swiper{width:100%;margin:0 auto;position: relative;}
.nfactory_slide{width:100%;margin:0 auto;position: relative;}
.nfactory_slide .img{padding:36% 0 0;}
.nfactory_slide_mask{width:100%;position: absolute;left:0;top:45%;z-index: 2;}
.nfactory_slide_main{width:50%;margin:0;color:var(--white);}
.nfactory_slide_h{font-size: 38px;font-weight: 700;line-height: 1.5;}
.nfactory_slide_p{width:100%;margin:40px auto 0;font-size: 17px;line-height: 2;}
.nfactory_slide_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 2;}


.nfactory_slide_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .nfactory_slide_main>.nfactory_slide_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .nfactory_slide_main>.nfactory_slide_p{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* nfactory end! */

/* nhealth start! */
.nhealth{background:url('../images/nhealth_bg.jpg') no-repeat center bottom;background-size: cover;padding:110px 0;}
.nhealth_title{width:100%;margin:0 auto;text-align: center;}
.nhealth_title h3{font-size: 48px;color:var(--dark252525);font-weight: 700;line-height: 1.5;}
.nhealth_p{width:100%;margin:50px auto 0;text-align: center;padding:0 10%;font-size:17px;color:var(--black);line-height: 2;}
.nhealth_p p{width:100%;margin:0 auto;font-size:17px;line-height: 2;}
.nhealth_ul{width:100%;margin:70px auto 0;font-size: 0;padding:0 6%;}
.nhealth_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nhealth_li{width:15%;float:left;margin:0 2% 0 0;text-align: center;}
.nhealth_li:nth-of-type(6n){margin:0 0 0 0;}
.nhealth_li img{max-width: 150px;}
/* nhealth end! */


/* nproduct start! */
.tab.nproduct_tab{width:100%;margin:0 auto;}
.tab.nproduct_tab .nproduct_tab_head{width:100%;margin:0 auto;}
.tab.nproduct_tab .nproduct_tab_nav{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.tab.nproduct_tab .nproduct_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.nproduct_tab .nproduct_tab_nav li{display: inline-block;margin:0 30px;}
.tab.nproduct_tab .nproduct_tab_nav li article{display: block;width:100%;margin:0 auto;}
.tab.nproduct_tab .nproduct_tab_nav li article span{display: inline-block;font-size:25px;color:var(--black);line-height:35px;position: relative;z-index: 1;}
.tab.nproduct_tab .nproduct_tab_nav li.active{background:none;}
.tab.nproduct_tab .nproduct_tab_nav li.active article span{font-size:28px;font-weight: 700;}
.tab.nproduct_tab .nproduct_tab_nav li.active article span:before{height:13px;position: absolute;left:0;bottom:0;z-index: -1;
	content:'';width:100%;background-color: var(--yellow);
}
.tab-body.nproduct_tab_body{width:100%;margin:60px auto 0;padding:0;border:0;}
.nproduct_tab_content{width:100%;margin:0 auto;}
.nproduct_tab_top{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;position: relative;}
.nproduct_tab_top .img{padding:33.85% 0 0;}

.nproduct_tab_top_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nproduct_tab_top_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nproduct_tab_top_main{width:100%;margin:0 auto;padding:0 10%;}
.nproduct_tab_top_h{font-size: 50px;color:var(--black);font-weight: 700;line-height: 1.3;}
.nproduct_tab_top_p{margin:10px auto 0;font-size: 23px;color:var(--black);line-height: 1.3;}
.nproduct_tab_top_more{margin:40px auto 0;}
.nproduct_tab_top_more a{padding:5px 25px;font-size: 15px;line-height: 1.5;border-radius: 5px;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--black);
}

.nproduct_tab_block{width:100%;margin:80px auto 0;}
.nproduct_tab_block_title{width:100%;margin:0 auto;}
.nproduct_tab_block_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_tab_block_l{width:75%;float:left;color:var(--black);}
.nproduct_tab_block_h{font-size: 40px;font-weight: 700;text-transform:uppercase;line-height: 1.4;font-family: Arial;}
.nproduct_tab_block_add{width:100%;margin:0 auto;}
.nproduct_tab_block_add:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_tab_block_add_icon{width:56px;float:left;}
.nproduct_tab_block_add_span{width:calc(100% - 75px);float:right;font-size: 30px;line-height:56px;height:56px;}


.nproduct_tab_block_r{width:20%;float:right;text-align: right;padding-top: 80px;}
.nproduct_tab_block_more a{padding:5px 25px;font-size: 15px;line-height: 1.3;border-radius: 30px;
	outline: none;display:inline-block;background-color: var(--yellow);color:var(--black);
}
.nproduct_tab_block_main{width:100%;margin:50px auto 0;}
.nproduct_list{width:100%;margin:0 auto;}
.nproduct_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_item{width:31.2%;float:left;margin:0 3.2% 40px 0;position: relative;}
.nproduct_item:nth-of-type(3n){margin:0 0 40px 0;}
.nproduct_item_img{width:100%;margin:0 auto;position: relative;background-color:var(--darkf4f4f4);}
.nproduct_item_img .img{padding:90% 0 0;transition: all 0.2s;}
.nproduct_item_img .img.default{display: block;}
.nproduct_item_img .img.hover{display: none;}
.nproduct_item_txt{width:100%;margin:0 auto;}
.nproduct_item_txt a{outline: none;display: block;width:100%;margin:0 auto;padding:25px 15px;
	text-align: center;color:var(--black);opacity: 0.6;transition: all 0.2s;
}
.nproduct_item_txt a span{display:block;width:100%;font-size:18px;line-height: 25px;}

.nproduct_item:hover .nproduct_item_img .img.default{display: none;}
.nproduct_item:hover .nproduct_item_img .img.hover{display: block;}
.nproduct_item:hover .nproduct_item_txt a{opacity: 1;}

.tab.nproduct_tab .tab-panel>.nproduct_tab_content{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.nproduct_tab .tab-panel.active>.nproduct_tab_content{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* nproduct end! */

/* nmain_nav start! */
.nmain_nav{width:100%;margin:0 auto;}
.nmain_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_nav_ul{width:75%;float:left;position: relative;}
.nmain_nav_en{font-size: 100px;color:var(--black);font-weight: 700;line-height: 1;opacity: 0.1;font-family: Arial;}
.nmain_ul{width:100%;margin:0 auto;position: absolute;left:0;bottom:0;font-size: 0;}
.nmain_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_ul>li{float:left;margin-right: 50px;}
.nmain_ul>li>a{outline: none;display: block;width:100%;color:var(--black);}
.nmain_ul>li>a>span{display: inline-block;font-size:18px;line-height: 35px;opacity: 0.7;position: relative;}
.nmain_ul>li.on>a>span{font-size: 22px;font-weight: 700;opacity: 1;}
.nmain_ul>li.on>a>span:after{content:'';width:100%;height:10px;position: absolute;left:0;bottom:2px;z-index: -1;
	background-color: var(--yellow);
}

.nmain_nav_more{width:20%;float:right;text-align: right;text-align: right;padding-top:50px;}
.nmain_nav_more>a{padding:5px 20px;border-radius: 40px;font-size: 14px;line-height: 25px;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--black);
}
.nmain_nav_more>a>i{margin-left: 8px;}
/* nmain_nav end! */

/* nproduct_list start! */
.nbanner_product .nbanner_main{text-align: left;color:var(--black);}
.nbanner_h .big{font-size: 60px;font-weight: 700;line-height: 1.5;}
.nbanner_h .small{margin:10px auto 0; font-size: 25px;line-height: 1.5;}

.nproduct_main{width:100%;margin:60px auto 0;}
/* nproduct_list end! */

/* nproduct_show start! */
.nbanner>.img{padding:42% 0 0;}
.nmains_nproduct{padding:50px 0 120px;}
.nmains_nproduct:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmains_nproduct_r{width:400px;float:right;background-color:var(--darkf2f2f2);padding:25px 25px 40px;box-sizing:border-box;}

.nmains_nproduct_r.navFix{position: fixed;top:90px;right:calc(50% - 800px);z-index: 1;}
.nmains_nproduct_r.none{display: none;}
.nmains_nproduct_r.block{display: block;}

.nmains_nproduct_r_main{width:100%;margin:0 auto;position: relative;}
.nproduct_show_h{font-size: 25px;color:var(--black);line-height: 1.5;font-weight: 700;}
.nproduct_show_tags{width:100%;margin:15px auto 0;}
.nproduct_show_tags:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_show_tags>li{float:left;margin:0 12px 10px 0;}
.nproduct_show_tags>li>span{display: block;width:100%;font-size:16px;color:var(--black);line-height: 27px;}
.nproduct_show_tags>li>a{padding:0 20px;font-size: 15px;line-height: 27px;border-radius: 5px;
	outline: none;display: block;width:100%;background-color: var(--yellow);color:var(--dark222);
}
.nproduct_show_line{width:100%;height:1px;background-color: var(--darkddd);margin:15px auto;}
.nproduct_show_block{width:100%;margin:0 auto;min-height:240px;max-height:520px;overflow-y:auto;padding-right:10px;overscroll-behavior:contain;touch-action:pan-y;}

/* Chrome/Safari/Edge */
.nproduct_show_block::-webkit-scrollbar {width:5px;}
.nproduct_show_block::-webkit-scrollbar-track {background: var(--darke5e5e5);border-radius: 10px;}
.nproduct_show_block::-webkit-scrollbar-thumb {background: var(--yellow);border-radius: 10px;background-clip: padding-box;}
.nproduct_show_block::-webkit-scrollbar-thumb:hover {background: var(--yellow);}
/* Firefox 不支持 background-clip，简单处理 */
.nproduct_show_block{scrollbar-width:thin;scrollbar-color:var(--yellow) var(--darke5e5e5);}

.nproduct_show_block_main{width:100%;margin:0 auto;height:100%;}
.nproduct_show_div{width:100%;margin:20px auto 0;}
.nproduct_show_div:nth-of-type(1){margin:0 auto;}
.nproduct_show_div_h{font-size: 20px;color:var(--black);font-weight: 700;line-height: 1.5;}
.nproduct_show_div_content{width:100%;margin:10px auto ;}
.nproduct_show_div_p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height:32px;}
.nproduct_show_div_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 32px;}

.nproduct_show_div_ul{width:100%;margin:0 auto;padding-left:15px;}
.nproduct_show_div_ul p{width:100%;margin:8px auto 0;font-size: 16px;color:var(--dark666);line-height:32px;position: relative;}
.nproduct_show_div_ul p:nth-of-type(1){margin:0 auto;}
.nproduct_show_div_ul p:before{width:4px;height:4px;position: absolute;left:-15px;top:14px;z-index: 2;
	content:'';background-color: var(--black);border-radius: 50%;
}

.nparam_list{width:100%;margin:0 auto;}
.nparam_item{width:100%;margin:0 auto;padding:12px 0;border-bottom:1px solid var(--darkddd);}
.nparam_item:nth-of-type(1){padding:0 0 12px;}
.nparam_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nparam_item_half{width:100%;float:;}
.nparam_item_half>*{font-size: 17px;color:var(--black);line-height: 25px;}
.nparam_item_h{opacity: 0.4;}
.nparam_item_p{margin:10px auto  0;}


.nproduct_show_bottom{width:100%;margin:0 auto;}
.nproduct_show_tel{width:100%;margin:0 auto;}
.nproduct_show_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_show_tel_icon{width:36px;float:left;}
.nproduct_show_tel_span{width:calc(100% - 50px);float:right;font-size: 18px;color:var(--black);line-height: 36px;}
.nproduct_show_tel_span span{font-weight: 700;font-size: 22px;}
.nproduct_show_more{width:100%;margin:15px auto 0;}
.nproduct_show_more a{padding:7px 25px;border-radius: 5px;
	outline: none;display:inline-block;background-color: var(--yellow);color:var(--black);font-size: 0;
}
.nproduct_show_more a>*{line-height: 24px;height:24px;font-size:16px;margin:0 4px;
	display: inline-block;color:var(--black);vertical-align: middle;
}

.nmains_nproduct_l{width:72.5%;float:left;box-sizing:border-box;}
.nproduct_show{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 2;min-height: 240px;}
.nproduct_show p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;}
.nproduct_show p img{display:block;width:auto!important;max-width:790px!important;height:auto!important;margin:0 auto!important;}

/* nproduct_show end! */

/* nbanner_mask start! */
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;text-align: center;color:var(--white);padding:0 20px;}
.nbanner_h .en{font-size: 58px;text-transform: uppercase;font-weight: 700;line-height: 1.3;font-family: Arial;}
.nbanner_h .cn{font-size: 40px;font-weight: 700;line-height: 1.5;}
.nbanner_arrow{margin:10px auto 0;font-size: 30px;line-height: 1.5;}
/* nbanner_mask end! */

/* swiper_btn start! */
.swiper_btns{font-size: 0;}
.swiper_btn{width:50px;height:45px;line-height: 45px;font-size: 17px;border-radius: 5px;display: inline-block;
	text-align: center;background-color: var(--yellow);color:var(--black);position: absolute;top:50%;transform: translateY(-50%);z-index: 2;cursor: pointer;
}
.swiper_btn.swiper_btn_left{left:0;}
.swiper_btn.swiper_btn_right{right:0;}
.swiper_btn.swiper-button-disabled{background-color: var(--darkf2f2f2);color:var(--dark555);}
/* swiper_btn end! */

/* nquality start! */
.nquality_div{width:100%;margin:0 auto;position: relative;}
.nquality_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ncnas{padding:100px 0 100px;}

.ncnas_l{width:46.25%;float:left;}

.ncnas_title .nmain_title{text-align:left;}
.ncnas_list{width:100%;margin:50px auto 0;}
.ncnas_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncnas_item{width:100%;margin:50px auto 0;}
.ncnas_item:nth-of-type(1){margin:0 auto;}
.ncnas_item_h{width:100%;margin:0 auto;}
.ncnas_item_h span{font-size: 24px;color:var(--black);line-height: 1.2;font-weight: 700;
	display: inline-block;position: relative;
}
.ncnas_item_h span:after{content:'';width:100%;height:10px;
	background-color: var(--yellow);position: absolute;left:0;bottom:0;z-index: -1;
}
.ncnas_item_p{width:100%;margin:20px auto 0;font-size: 16px;color:var(--black);line-height: 2;opacity: 0.8;}
.ncnas_item_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;}


.ncnas_r{width:46.25%;float:right;}
.ncnas_swiper{width:100%;margin:0 auto;position: relative;}
.ncnas_slide{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.ncnas_slide .img{padding:75% 0 0;}
.ncnas_slide:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}


.nvideo{width:100%;margin:0 auto 100px;padding:0;}
.nvideo_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;cursor: pointer;}
.nvideo_img img{width:100%;}

.ntree{width:100%;margin:0 auto;position: relative;}
.ntree_swiper{width:100%;margin:0 auto;position: relative;}
.ntree_slide{height:680px;
	width:100%;margin:0 auto;position: relative;background:url('../images/ntree_slide_bg.jpg') no-repeat center center;background-size: cover;
}
.ntree_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntree_slide_img{width:47%;float:left;height:100%;overflow: hidden;}
.ntree_slide_img .img{height:100%;}
.ntree_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.ntree_slide_txt{width:48%;float:right;padding-right:calc(50% - 800px);}
.ntree_slide_txt_main{width:100%;margin:0 auto;position: relative;padding-top:90px;z-index: 2;}
.ntree_slide_num{width:100%;margin:0 auto;text-align: right;position: absolute;top:-60px;right:0;z-index:-1;}
.ntree_slide_num span{display: inline-block;color:var(--white);font-size: 300px;line-height: 1.2;font-family: Impact;}

.ntree_slide_h{width:100%;font-size: 23px;color:var(--black);font-weight: 700;line-height: 1.5;}
.ntree_slide_span{width:100%;margin:15px auto 20px;}
.ntree_slide_span span{display: inline-block;width:30px;height:5px;background-color: var(--black);border-radius: 5px;}

.ntree_slide_p{width:100%;margin:0 auto;font-size: 16px;color:var(--black);line-height: 2;opacity: 0.5;}
.ntree_slide_p p{width:100%;margin:15px auto 0;font-size: 16px;line-height: 2;text-align:justify;}
.ntree_slide_p p:nth-of-type(1){margin:0 auto;}

.ntree_slide_txt_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .ntree_slide_txt_main>.ntree_slide_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .ntree_slide_txt_main>.ntree_slide_span{animation-name: lv-fadeInDown;animation-delay: .25s;}
.swiper-slide-active .ntree_slide_txt_main>.ntree_slide_p{animation-name: lv-fadeInUp;animation-delay: .25s;}

.nreport{width:100%;margin:0 auto;padding:100px 0 100px;}
.nreport_main{width:100%;margin:60px auto 0;}
.nreport_slide{width:100%;margin:0 auto;}
.nreport_slide_img{width:100%;margin:0 auto;}
.nreport_slide_img .img{padding:141.4% 0 0}

.swiper_nreport .swiper-wrapper{padding:20px 30px;}
.swiper_nreport .swiper-slide{width:500px;}
.nreport_slide{width:100%;margin:0 auto;text-align: center;}
.nreport_slide_img{box-shadow: 0 0 25px var(--darkccc);}
.nreport_slide_h{width:100%;margin:25px auto 0;font-size: 22px;color:var(--black);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;opacity: 0;
}
.swiper-slide-active .nreport_slide_h{opacity: 1;}
/* nquality end! */

/* nhonor start! */
.nhonor_div{width:100%;margin:80px auto 0;}
.nhonor_div:nth-of-type(1){margin:0 auto;}
.nhonor_div_top{width:100%;margin:0 auto;}
.nhonor_div_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nhonor_div .swiper_btn{position: static;}
.nhonor_div .swiper_btn:nth-of-type(1){margin-right: 12px;}
.nhonor_div_main{width:100%;margin:60px auto 0;}

.nhonor_div_more{width:100%;margin:85px auto 0;text-align: center;}
.nhonor_div_more a{padding:12px 50px;font-size: 17px;line-height: 25px;border-radius: 50px;
	outline: none;display: inline-block;border:1px solid var(--dark999);color:var(--dark555);transition: all 0.2s;
}
.nhonor_div_more a i{margin-left: 7px;}
.nhonor_div_more a:hover{border:1px solid var(--yellow);color:var(--white);background-color:var(--yellow);}


.npatent_slide{width:100%;margin:0 auto;background-color:var(--darkf4f4f4);padding:10px;text-align: center;}
.npatent_slide_img{width:100%;margin:0 auto;position: relative;}
.npatent_slide_img .img{padding:141.5% 0 0;}
.npatent_slide_h{width:100%;margin:25px auto 20px;font-size: 16px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}


.nhonors_slide{width:100%;margin:0 auto;text-align: center;}
.nhonors_slide_pic{width:100%;margin:0 auto;background-color:var(--darkf4f4f4);padding:15px;}
.nhonors_slide_img{width:100%;margin:0 auto;position: relative;}
.nhonors_slide_img .img{padding:72% 0 0;}
.nhonors_slide_h{width:100%;margin:20px auto 0;font-size: 16px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.npatent_list{width:100%;margin:0 auto;}
.npatent_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.npatent_item{width:23.2%;float:left;margin:0 2.4% 45px 0;}
.npatent_item:nth-of-type(4n){margin:0 0 45px 0;}

.nhonors_list{width:100%;margin:0 auto;}
.nhonors_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nhonors_item{width:32%;float:left;margin:0 2% 40px 0;}
.nhonors_item:nth-of-type(3n){margin:0 0 40px 0;}

.nhonor_more_loading{width:100%;margin:80px auto 0;text-align: center;}
.nhonor_more_loading span{padding:10px 90px;font-size: 16px;line-height: 25px;border-radius: 10px;
	display: inline-block;background-color: var(--darkf4f4f4);color:var(--dark666);cursor: pointer;
}
.nhonor_more_loading span i{margin-left: 7px;}
/* nhonor end! */

/* nnews start! */
.tab.nnews_tab{width:100%;margin:0 auto;}
.tab.nnews_tab .tab-head.nnews_tab_head{width:100%;margin:0 auto;}
.tab.nnews_tab .tab-head.nnews_tab_head:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.tab.nnews_tab .nnews_tab_nav{width:100%;margin:0 auto;font-size: 0;}
.tab.nnews_tab .nnews_tab_nav>li{display: inline-block;margin-left:20px;}
.tab.nnews_tab .nnews_tab_nav>li>article{width:100%;margin:0 auto;display: block;cursor: pointer;}
.tab.nnews_tab .nnews_tab_nav>li>article>span{width:100%;margin:0 auto;display: block;border-radius: 50%;padding:2px;}
.tab.nnews_tab .nnews_tab_nav>li>article>span>img{width:36px;background:none;opacity: 0.4;}
.tab.nnews_tab .nnews_tab_nav>li.active{background:none;}
.tab.nnews_tab .nnews_tab_nav>li.active>article>span{background-color: var(--yellow);}
.tab.nnews_tab .nnews_tab_nav>li.active>article>span>img{opacity:1;}

.tab.nnews_tab .nnews_tab_body{width:100%;margin:60px auto 0;border:0;padding:0;}

.nnews_content{width:100%;margin:0 auto;position: relative;}
.nnews_list{width:100%;margin:0 auto;}
.nnews_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item{width:31.4%;float:left;margin:0 2.9% 50px 0;}
.nnews_item:nth-of-type(3n){margin:0 0 50px 0;}
.nnews_item .news_item_h a{font-weight: 400;}

.nnews_list2{width:100%;margin:0 auto 80px;}
.nnews_item2{width:100%;margin:0 auto;padding:30px 0;border-bottom: 1px solid var(--darkececec);}
.nnews_item2:nth-of-type(1){padding:0 0 30px;}
.nnews_item2_main{width:100%;margin:0 auto;}
.nnews_item2_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item2_img{width:20%;float:left;overflow: hidden;height:210px;}
.nnews_item2_img .img{height: 100%;}
.nnews_item2_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_item2_txt{width:76.5%;float:right;padding-top: 20px;}
.nnews_item2_h a{outline: none;display: block;width:100%;font-size:18px;color:var(--black);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item2_h a:hover{color:var(--yellow);}

.nnews_item2_date{width:100%;margin:20px auto 0;font-size: 14px;color:var(--dark666);font-weight: 100;line-height: 25px;}
.nnews_item2_p{width:100%;margin:20px auto 0;font-size: 16px;color:var(--dark555);line-height: 30px;height:60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item2_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 30px;}

.tab.nnews_tab .tab-panel>.nnews_content{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.nnews_tab .tab-panel.active>.nnews_content{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* nnews end! */

/* nnews_show start! */
.nnews_show{width:100%;margin:0 auto;}
.nnews_show_top{width:100%;margin:0 auto;}
.nnews_show_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_show_main{width:100%;margin:40px auto 0;border-top:1px solid var(--darkececec);padding:30px 0 0;}
.nnews_show_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nnews_show_content{width:70%;float:left;}
.nnews_show_h{font-size: 25px;color:var(--black);font-weight: 700;line-height: 1.5;}
.nnews_show_span{width:100%;margin:20px auto 0;}
.nnews_show_span span{font-size: 15px;color:var(--black);line-height: 1.5;opacity: 0.4;margin-right: 30px;}
.nnews_show_body{margin:40px auto 0;padding-bottom: 30px;min-height: 210px;font-size: 16px;
	width:100%;color:var(--dark555);line-height: 2;
}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;}
.nnews_show_body p img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

.naside{width:24%;float:right;background-color: var(--darkf6f6f6);padding:30px 25px 40px;}
.naside_h{font-size: 23px;color:var(--dark333);font-weight: 700;line-height: 1.3;}
.naside_list{width:100%;margin:20px auto 0;}
.naside_item{width:100%;margin:0 auto;padding:15px 15px;border-bottom: 1px solid var(--darkececec);}
.naside_item:nth-of-type(1){padding:0 15px 15px;}
.naside_item a{font-size: 16px;line-height: 28px;opacity: 0.8;
	outline: none;display: block;width:100%;color:var(--dark333);position: relative;
}
.naside_item a:before{width:4px;height:4px;left:-12px;top:12px;
	content:'';background-color:var(--dark333);border-radius: 50%;position: absolute;
}
.naside_item a:hover{color:var(--yellow);}

/* nnews_show end! */

/* ncontact start! */
.ncontact_div{width:100%;margin:0 auto;position: relative;}
.ncontact_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncontact_div .nmain_title{text-align: left;}

.noffline{background:url('../images/noffline_bg.jpg') no-repeat center center;background-size: cover;height:1300px;padding:100px 0 100px;}
.noffline_main{width:31.25%;}
.noffline_slogan{width:100%;margin:35px auto 0;font-size: 30px;color:var(--black);font-weight: 700;line-height: 1.5;}

.noffline_number{width:100%;margin:30px auto 0;}
.noffline_number_main{width:80%;}
.noffline_number_item{width:100%;margin:0 auto;padding:25px 0;border-bottom: 1px solid var(--white);}
.noffline_number_item:nth-of-type(1){padding:0 0 25px;}
.noffline_number_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.noffline_number_icon{width:56px;float:right;padding-top: 15px;}
.noffline_number_txt{width:calc(100% - 65px);float:left;color:var(--black);}
.noffline_number_top{font-size: 35px;line-height: 50px;font-weight: 700;}
.noffline_number_top .sub{font-size: 22px;vertical-align: text-bottom;font-weight: normal;}
.noffline_number_h{width:100%;margin:0 auto;font-size: 20px;line-height: 25px;}

.noffline_p{width:100%;margin:45px auto 0;font-size: 18px;color:var(--black);line-height:2;}
.noffline_p p{width:100%;margin:0 auto;font-size: 18px;line-height:2;}

.nonline{padding:120px 0 100px;}
.nonline_img{width:50%;float:left;}
.nonline_img img{width:100%;}
.nonline_txt{width:47%;float:right;padding-right: calc(50% - 800px);}
.nonline_list{width:100%;margin:0 auto;}
.nonline_group{width:100%;margin:0 auto;padding:50px 0;border-bottom: 1px solid var(--darkececec);}
.nonline_group:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nonline_item{width:50%;float:left;}
.nonline_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nonline_item_img{width:130px;float:left;border:1px solid var(--darkececec);}
.nonline_item_txt{width:calc(100% - 150px);float:right;padding-top: 10px;}
.nonline_item_icon{width:100%;margin:0 auto;}
.nonline_item_icon img{height:35px;}
.nonline_item_h{margin:15px auto 0;font-size: 20px;color:var(--black);line-height: 25px;}
.nonline_item_more{margin:10px auto 0;}
.nonline_item_more a{outline: none;display: inline-block;font-size:16px;color:var(--dark999);line-height: 25px;text-transform:uppercase;}
.nonline_item_more a i{margin-left: 5px;}
.nonline_item_more a:hover{color:var(--yellow);}


.nway{background-color: var(--darkf4f4f4);}
.nway_img{width:50%;float:right;height:740px;overflow: hidden;}
.nway_img .img{height:100%;}
.nway_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nway_txt{width:50%;float:left;padding:110px 10% 20px calc(50% - 800px);}

.nway_txt_main{width:100%;margin: 0 auto;}
.nway_list{width:100%;margin:30px auto 0;}
.nway_item{width:100%;margin:0 auto;padding:30px 0;border-bottom: 1px solid var(--darke5e5e5);}
.nway_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nway_item_icon{width:36px;float:left;}
.nway_item_txt{width:calc(100% - 54px);float:right;font-size: 18px;color:var(--black);line-height: 36px;}
.nway_item_txt span{font-weight: 700;}


.nmessage{padding:100px 0 100px;}

.nmessage_main{width:100%;margin:50px auto 0;}
.form_ul{display: block;width:100%;margin:0 auto;}
.form_div{width:100%;margin:35px auto 0;}
.form_div:nth-of-type(1){margin:0 auto;}
.form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.form_item{width:31%;float:left;margin:0 3.5% 0 0;}
.form_item:nth-of-type(3n){margin:0 0 0 0;}
.form_div:nth-of-type(2) .form_item:nth-of-type(2){width:65.5%;margin:0;}
.form_li{width:100%;margin:0 auto;}
.form_li_label{display: block;width:100%;font-size: 20px;color:var(--black);line-height: 1.5;}
.form_li_label span{color:var(--yellow);margin-right: 5px;}
.form_li_input{margin:10px auto 0;border-radius: 5px;padding:0 10px;
	width:100%;background-color: var(--darkf4f4f4);color:var(--dark555);
}
.form_input{border:0;font-size: 15px;padding:10px 10px;line-height: 25px;
	display: block;width:100%;margin:0 auto;background:none;
}
.form_div.form_div_button{margin:50px auto 0;text-align: center;}
.form_button{padding:12px 80px;font-size: 16px;line-height: 1.5;border-radius: 10px;
	display: inline-block;background-color: var(--yellow);color:var(--black);border:0;
}
.ncontact .form_li_input,.ncontact .form_input{box-sizing:border-box;}
.contact-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;}
.contact-form-notice{padding:14px 18px;margin:0 0 28px;border-radius:5px;font-size:16px;}
.contact-form-notice.success{background:#edf8ef;color:#287a36;border:1px solid #b8dfbf;}
.contact-form-notice.error{background:#fff1f0;color:#a61d24;border:1px solid #ffa39e;}

/* ncontact end! */




/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
  .q_footer {margin-bottom: 60px;}
  .footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: var(--yellow);}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:var(--white);font-size: 12px;}
/* m_footer end! */

.nmain_offset{margin:-90px auto 0;padding-top:90px;}
@media(max-width: 1440px){
.nmain_offset{margin:-80px auto 0;padding-top:80px;}
}
@media(max-width: 640px){
.nmain_offset{margin:-60px auto 0;padding-top:60px;}
}
