@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 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: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;*/
	font-family: 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;}*/
.main1400{width:1400px;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;background-color: var(--white);}
.q_top{width:100%;margin:0 auto;padding:10px 0;background-color: var(--blue);}
.top_l{width:calc(100% - 320px);float:left;}
.top_txt{width:100%;font-size:14px;color:var(--darkd0d0d0);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.top_txt p{width:100%;margin:0 auto;font-size:14px;color:var(--darkd0d0d0);line-height: 30px;}
.top_r{width:255px;float:right;font-size: 0;}

.q_language{width:calc(100% - 115px);float:left;}
.language_main{width:100%;margin:0 auto;position: relative;cursor: pointer;vertical-align: middle;}
.language_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.language_main>img{width:30px;float:left;}
.language_main>span{width:calc(100% - 36px);float:right;line-height: 30px;font-size: 15px;
	display: inline-block;position: relative;text-transform: capitalize;color:var(--darkd0d0d0);
}
.language_main>span:after{content:'\f107';font-family: "FontAwesome";width:30px;line-height: 30px;text-align:center;font-size: 15px;color:var(--darkd0d0d0);
	position: absolute;top:2px;right:0;
}

.language_ul{width:120%;position:absolute;right:0;top:calc(100% + 2px);background-color: var(--white);border-radius: 6px;padding:5px 15px;display: none;z-index:9;}
.language_ul>li{position: relative;}
.language_ul>li.on:after{content:'';width:5px;height:5px;background-color: var(--blue);border-radius: 50%;position: absolute;right:0;top:13px;}
.language_ul>li>a{outline: none;display: block;width:100%;padding:3px 0;}
.language_ul>li>a>*{display: inline-block;vertical-align: middle;height:24px;line-height: 24px;color:var(--black);font-size: 15px;
	text-transform: capitalize;
}
.language_ul>li>a>img{margin-right: 5px;}

.q_icon{width:115px;float:right;}
.icon_list{width:100%;text-align: right;font-size: 0;}
.icon_list>li{display: inline-block;margin-left: 6px;}
.icon_list>li>a{outline: none;display: block;width:30px;}
.icon_list>li>a>img{width:100%;}

.header_main{width:100%;margin:0 auto;position: relative;}
.q_logo{width:150px;float:left;}
.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: 80px;}

.q_nav{width:calc(100% - 180px);float:right;}
.nav_ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.nav_ul>li{display:inline-block;margin-left:50px;position:relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:33px 0 27px;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 17px;color:var(--dark52555a);line-height: 50px;height:50px;text-transform: uppercase;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom:0;content: "";width: 0;height: 3px;background-color:var(--dark52555a);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:100%;transform: translateX(-50%);}

/* q_nav_son */
.q_nav_son{width:340%;position: absolute;top:100%;left:-120%;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(--dark52555a);}
.q_nav_son>li:hover>a{color:var(--white);}

/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;}
.banner_slide{width:100%;margin:0 auto;position: relative;}
.banner_slide .img{padding:35.15% 0 0;}

.banner_mask{width:60%;height:70%;position: absolute;left:20%;top:15%;}
.banner_mask a{outline: none;display: block;width:100%;height: 100%;}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:12px;height:12px;background-color: #000;opacity: 0.5;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--dark52555a);opacity:1;}

.banner_video{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;}
.banner_video video{display:block;width:100%;height:100%;object-fit: fill;}
/* q_banner end! */

/* q_search start! */
.q_search{width:100%;margin:0 auto;position: relative;background-color: var(--white);}
.search_main{width:100%;padding:20px 0;}
.search_mains{width:66%;float:left;}
.search_icon{width:30px;float:left;}
.search_icon img{width:100%;}
.search_ul{width:calc(100% - 30px);float:right;}
.search_ul>li{float:left;margin-left: 15px;}
.search_ul>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark52555a);line-height: 30px;height:30px;position: relative;}
.search_ul>li>a:hover{color:var(--yellow);}
.search_ul>li>a:before{content:'';width:1px;height:40%;background-color: var(--dark52555a);position: absolute;top:30%;left:-7px;}
.search_ul>li:nth-of-type(1)>a:before{width:0;height:0;top:0;left:0;}

.search_form{width:36%;height:100%;padding:10px calc(50% - 700px) 10px 0;
	background-color: var(--yellow);position: absolute;top:0;right:0;z-index: 2;
}
.search_forms{display: block;width:100%;margin:0 auto;position: relative;}
.search_input{padding:10px 25px;font-size:14px;line-height: 50px;height:50px;
	display: block;width:100%;border:0;background:none;color:var(--white);
}
.search_btn{width:30px;height:30px;border:0;border-radius: 0;background:none;position: absolute;top:10px;right:0;z-index: 3;padding:0;}
.search_btn img{width:30px;}

input.search_input::-webkit-input-placeholder{color: var(--white);}
input.search_input::-moz-placeholder{color: var(--white);}
input.search_input::-ms-input-placeholder{color: var(--white);}

/* q_search end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.section_title{width:100%;margin:0 auto 50px;position: relative;text-align: center;color:var(--dark52555a);}
.section_title .cn{font-size: 36px;line-height: 1.5;text-transform:uppercase;}
.section_title .en{font-size: 16px;line-height: 1.2;text-transform: uppercase;font-family: Arial;}
.section_title:after{content:'';width:75px;height:5px;left:50%;transform: translateX(-50%);bottom:-20px;
	background-color: var(--dark52555a);position: absolute;
}
.section_main{width:100%;margin:0 auto;position: relative;}
.q_more{width:100%;margin:0 auto;}
.q_more a{outline: none;display: inline-block;padding:15px 40px;font-size: 14px;line-height: 20px;
	background-color: var(--yellow);color:var(--white);border-radius: 50px;
}
.q_more a:hover{background-color: var(--blue);}
.q_more a i{margin-left:5px;}
/* q_section end! */

/* q_product start! */
.q_product{background-color: var(--darkf6f6f6);padding:65px 0 100px;}
.product_main{width:100%;margin:50px auto 0;position: relative;}
.product_nav{width:100%;margin:0 auto;position: relative;}
.product_slide{width:100%;margin:0 auto;text-align:center;padding:0 10px;background-color: var(--darke4e4e4);}
.product_slide a{outline: none;display: block;width:100%;font-size:14px;color:var(--dark52555a);line-height:50px;height:50px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.swiper-slide-thumb-active .product_slide{background-color: var(--yellow);}
.swiper-slide-thumb-active .product_slide a{color: var(--white);}

.slide_product_btn{width:40px;height:40px;line-height: 38px;font-size: 22px;position: absolute;top:50%;transform: translateY(-50%);
	text-align: center;color:var(--darkd7d7d7);cursor: pointer;
}
.slide_product_btn.slide_product_prev{left:-40px;}
.slide_product_btn.slide_product_next{right:-40px;}

.product_body{width:100%;margin:40px auto 0;position: relative;}
.productitem_swiper{width:100%;margin:0 auto;position: relative;}
.product_item{width:100%;margin:0 auto;}
.product_item_img{width:100%;margin:0 auto;overflow: hidden;}
.product_item_img .img{padding:100% 0 0;background-color: var(--white);}
.product_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);
}
.product_item_h{width:100%;margin:10px auto 0;}
.product_item_h a{outline: none;display: block;width:100%;text-align: center;font-size: 16px;color:var(--dark52555a);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.product_item_h a:hover{color:var(--yellow);}

.productitem_swiper{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .productitem_swiper{animation-name: lv-fadeInUp;animation-delay: .25s;}

.product_item_btn{width:36px;height:36px;line-height: 34px;font-size: 22px;top:45%;transform: translateY(-50%);
	text-align: center;background-color: var(--dark52555a);color:var(--white);border-radius: 50%;position: absolute;z-index: 4;cursor: pointer;
}
.product_item_btn.product_item_btn_left{left:-18px;}
.product_item_btn.product_item_btn_right{right:-18px;}
/* q_product end! */

/* q_about start! */
.about_section{background:url('../images/q_about_bg.jpg') no-repeat center center;background-size: cover;padding:85px 0 200px;}
.about_main{width:60%;color:var(--white);}
.about_h .en{font-size: 45px;line-height: 1.2;text-transform:uppercase;font-family: Arial;}
.about_h .cn{font-size: 30px;line-height: 1.3;}
.about_p{width:100%;margin:25px auto 0;font-size: 14px;line-height: 2;}
.about_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 2;}
.about_ul{width:100%;margin:40px auto 0;font-size: 0;}
.about_ul>li{display: inline-block;margin-right: 15px;}
.about_ul>li>img{height:78px;}
.about_more{width:100%;margin:60px auto 0;}

.about_video{width:116px;position: absolute;right:10%;top:40%;transform: translateY(-50%);cursor: pointer;}

/* q_about end! */

/* about_number start! */
.about_number{width:100%;position: absolute;left:0;bottom:-120px;}

.about_number_main{width:100%;margin:0 auto;background-color: var(--white);padding:35px 40px;border-radius: 10px;box-shadow: 0 5px 5px var(--darke4e4e4);}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:25%;float:left;}

.about_number_txt{margin:10px auto 0;color:var(--dark52555a);}
.about_number_txt .cn{font-size: 16px;line-height: 1.2;}

.about_number_top{margin:10px auto 0;font-size: 45px;line-height: 55px;}
.about_number_top .sub{font-size: 14px;vertical-align: text-bottom;font-weight: normal;}

.about_number_icon{width:100%;margin:20px auto 0;}
.about_number_icon>img{height: 56px;}
/* about_number end! */

/* q_case start! */
.q_case{padding:170px 0 60px;}
.case_main{width:100%;margin:50px auto 0;}
.case_swiper{width:100%;margin:0 auto;position: relative;}
.case_item{width:100%;margin:0 auto;}
.case_item_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;}
.case_item_img .img{padding:75.43% 0 0;}
.case_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);
}
.case_item_txt{margin:15px auto 0;}
.case_item_address{font-size: 15px;color: var(--darkb9bdc3);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_item_h a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark52555a);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_item_h a:hover{color:var(--yellow);}

.case_btn{width:44px;height:44px;text-align: center;line-height: 41px;font-size: 24px;position: absolute;left:27%;top:56%;
	color:var(--dark52555a);background-color: var(--white);border-radius: 50%;z-index: 2;cursor: pointer;transition: all .2s;
}
.case_btn:hover{color:var(--white);background-color: var(--yellow);}


.case_more{margin:40px auto 0;text-align: center;}
/* q_case end! */

/* q_partner start! */
.q_partner{background-color: var(--darkf9f9f9);padding:60px 0;}

.partner_main{width:100%;margin:50px auto 0;}

.swiper_partner{height:250px;}
.swiper_partner .swiper-wrapper{height:250px;margin:0;}
.swiper_partner .swiper-wrapper .swiper-slide{height:calc((100% - 10px) / 2);
  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;
}
.partner_slide{width:100%;height:100%;margin:0 auto;padding:5px;}
.partner_slide .img{outline: none;display: block;width:100%;height:100%;overflow: hidden;border:1px solid var(--darke4e4e4);}

.partner_paginations{margin:30px auto 0;text-align: center;padding:0 20%;}
.partner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);}

/* q_partner end! */

/* q_honor start! */
.q_honor{background:url('../images/q_honor_bg.jpg') no-repeat center top;background-size:cover;padding:60px 0 70px;}
.honor_main{width:100%;margin:50px auto 0;}
.honor_swiper{width:100%;margin:0 auto;position: relative;}
.honor_item{width:100%;margin:0 auto;border:5px solid var(--darkdcdcdc);text-align:center;}
.honor_item_img{width:100%;margin:0 auto;overflow: hidden;background-color:var(--white);}
.honor_item_img .img{padding:142.5% 0 0;position: relative;}
.honor_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);
}
.honor_item_img .img img{display: 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%);
}
/*.swiper-slide-active .honor_item{border:5px solid var(--blue);}*/

.honor_more{margin:40px auto 0;text-align: center;}

.tab.nhonor_tab{width:100%;margin:0 auto;}
.tab.nhonor_tab .nhonor_tab_head{width:100%;margin:0 auto;}
.tab.nhonor_tab .nhonor_tab_nav{width:100%;margin:0 auto;text-align:center;font-size: 0;}
.tab.nhonor_tab .nhonor_tab_nav li{display: inline-block;margin:0 5px;background-color: var(--darke4e4e4);border-radius: 50px;}
.tab.nhonor_tab .nhonor_tab_nav li a{outline: none;display:block;width:100%;padding:12px 45px;font-size:14px;line-height: 25px;
	color:var(--black);border:0;cursor: pointer;
}
.tab.nhonor_tab .nhonor_tab_nav li.active,.tab.nhonor_tab .nhonor_tab_nav li:hover{background-color: var(--yellow);}
.tab.nhonor_tab .nhonor_tab_nav li.active a,.tab.nhonor_tab .nhonor_tab_nav li:hover a{color:var(--white);}

.tab.nhonor_tab .nhonor_tab_body{width:100%;margin:40px auto 0;padding:0;border:0;}

.nhonor_swiper{width:100%;margin:0 auto;position: relative;padding:0 40px;}
.nhonor_swiper .product_item_btn{top:50%;}

.tab.nhonor_tab .nhonor_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.nhonor_tab .nhonor_tab_body .tab-panel.active{animation-name: lv-fadeInUp;animation-delay: .2s;}
/* q_honor end! */

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

.footer_t{padding:40px 0;}
.footer_title a{outline: none;display: block;width:100%;font-size: 24px;color:var(--white);line-height: 1.3;}
.footer_body{width:100%;margin:20px auto 0;}
.footer_ul{width:100%;margin:0 auto;}
.footer_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_ul li a{outline: none;display: block;width:100%;font-size:14px;color:var(--darka6a6a6);line-height: 2;}
.footer_ul li a:hover{color:var(--yellow);}

.footer_t_l{width:42%;float:left;padding-right: 6%;border-right:1px solid var(--dark2e4157);}

.footer_form{width:100%;margin:0 auto;}
.form_div{width:100%;margin:15px auto 0;background-color: var(--darkdcdcdc);border-radius: 7px;overflow: hidden;}
.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_input{display: block;width:100%;border:0;border-radius: 0;padding:15px 25px;font-size: 14px;color:var(--dark52555a);line-height: 25px;}
.form_item{width:50%;float:left;position: relative;}
.form_item:nth-of-type(1):after{content:'';width:1px;height:30%;background-color: var(--darkdcdcdc);
	position: absolute;right:-1px;top:35%;z-index: 2;
}
.form_input.form_button{background-color: var(--yellow);color:var(--white);}

.footer_t_r{width:58%;float:right;padding-left: 6%;}
.footer_list{width:100%;margin:0 auto;position: relative;padding-bottom: 50px;}
.footer_item{width:30%;float:left;margin-right:2%;}
.footer_item:nth-of-type(2){width:68%;margin-right:0;}
.footer_item:nth-of-type(2) .footer_ul li{width:50%;float:left;}

.footer_more{display: inline-block;width:auto;position: absolute;right:0;bottom:0;}
.footer_more a{font-size:14px;padding:10px 50px;border-radius: 50px;line-height: 22px;
	outline: none;display: block;width:100%;color:var(--dark52555a);background-color: var(--darkdcdcdc);
}
.footer_more a:hover{color:var(--white);background-color: var(--yellow);}

.footer_douyin{width:280px;position:absolute;left:0;bottom:-120px;border-radius:2px;overflow:hidden;font-size:0;}
.footer_douyin img{display:inline-block;width:120px;}
.footer_douyin img:nth-of-type(2){margin-left:40px;}

.footer_b{width:100%;padding:20px 0; margin:30px auto 0;}
.footer_b span,.footer_b a{margin:0 3px;line-height: 30px;font-size: 12px;color:var(--darka6a6a6);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;}

.footer_b_l{width:55%;float:left;}
.footer_b_r{width:40%;float:right;text-align: right;}
.footer_b_r>*{display: inline-block;font-size: 0;vertical-align: middle;}

/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner>img{width:100%;}
.nbanner_mask{width:100%;margin:0 auto;position: absolute;left:0;bottom:30%;z-index: 1;}
.nbanner_main{color:var(--white);}
.nbanner_h .en{font-size: 48px;line-height: 1.2;text-transform:capitalize;font-family: Arial;}
.nbanner_h .cn{font-size: 30px;line-height: 1.2;}
/* nbanner end! */

/* nposition start! */
.nbanner_position{width:100%;margin:0 auto;position: absolute;right:0;bottom:25%;z-index: 2;}
.nposition{padding-left: 40%;text-align: right;}
.nposition_main{width:100%;margin:0 auto;color:var(--white);line-height: 25px;height:25px;font-size: 14px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_main>i{margin-right: 3px;color:var(--yellow);}
.nposition_main a{outline: none;color:var(--white);margin:0 3px;}
.nposition_main a:hover{color:var(--yellow);}
.nposition_main span{color:var(--yellow);}
/* nposition end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height:500px;background-color: var(--darkf6f6f6);}
.nmains{width:100%;margin:0 auto;padding:50px 0;min-height:400px;}
.nmains:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmains_main{width:100%;margin:0 auto;}
.nmains_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
/* nmain end! */

/* ncompany start! */
.ncompany{background:url('../images/ncompany_bg.jpg') no-repeat center bottom;background-size: cover;padding:100px 0 210px;}
.ncompany_title{text-align: center;}
.ncompany_title .cn{font-size: 35px;color:var(--dark52555a);line-height: 1.5; }
.ncompany_title .cn span{color:var(--yellow);}
.ncompany_title .en{font-size: 17px;color:var(--dark52555a);text-transform:uppercase;line-height: 1.2;font-family: Arial;}
.ncompany_p{margin:40px auto 0;text-align: center;font-size: 14px;color:var(--dark555);line-height: 2;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height: 2;}
/* ncompany end! */

/* nnumber start! */
.nnumber{width:100%;margin:50px auto 0;text-align: center;}
.nnumber_title{font-size: 24px;color:var(--yellow);line-height: 1.5;}
.nnumber_title p{width:100%;margin:0 auto;font-size: 24px;color:var(--yellow);line-height: 1.5;}

.nnumber_main{width:100%;margin:35px auto 0;padding:0 10%;}
.nnumber_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnumber_item{width:25%;float:left;padding:0 30px 0 50px;position: relative;text-align: left;}
.nnumber_item:before{content:'';width:1px;height:70%;background-color: var(--darke4e4e4);position: absolute;left:0;top:15%;}
.nnumber_item:after{content:'';width:3px;height:12px;background-color: var(--yellow);position: absolute;left:-1px;top:15%;}
.nnumber_item:nth-of-type(1):before{width:0;height:0;top:0;}
.nnumber_item:nth-of-type(1):after{width:0;height:0;top:0;left:0;}

.nnumber_item_top{font-size: 36px;line-height: 45px;color:var(--yellow);}
.nnumber_item_top .sub{font-size: 16px;vertical-align: text-bottom;font-weight: normal;}
.nnumber_item_p{margin:5px auto 0;color:var(--dark3d3d3d);font-size: 14px;line-height: 1.2;}
/* nnumber end! */

/* nculture start! */
.nculture{background:url('../images/nculture_bg.jpg') no-repeat center center;background-size: cover;padding:90px 0;}
.nculture .section_title{color:var(--white);}
.nculture .section_title:after{background-color: var(--yellow);}

.nculture_main{width:100%;margin:60px auto 0;text-align: center;color:var(--white);}
.nculture_cn{font-size: 24px;line-height: 1.5;}
.nculture_cn p{width:100%;margin:0 auto;font-size: 24px;line-height: 1.5;}

.nculture_en{margin:10px auto 0;font-size: 12px;line-height: 1.7;text-transform:uppercase;font-family: Arial;}
.nculture_en p{width:100%;margin:0 auto;font-size: 12px;line-height: 1.7;text-transform:uppercase;font-family: Arial;}

.nculture_list{width:100%;margin:0 auto;padding:0 10%;}
.nculture_item{width:49%;float:left;margin:0 2% 30px 0;padding:35px 25px;text-align:center;border:1px solid var(--white);}
.nculture_item:nth-of-type(2n){margin:0 0 30px 0;}
.nculture_item_main{width:100%;margin:0 auto;color:var(--white);}
.nculture_item_h{font-size:22px;font-weight:700;line-height:1.5;}
.nculture_item_p{width:100%;margin:20px auto 0;font-size:16px;line-height:25px;height:50px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nculture_item_p p{width:100%;margin:0 auto;font-size:16px;line-height:25px;}
/* nculture end! */

/* nfactory start! */
.nfactory{background:url('../images/nfactory_bg.jpg') no-repeat center center;background-size: cover;padding:70px 0 80px;}
.nfactory_main{margin:60px auto 0;}
.nfactory_swiper{width:100%;margin:0 auto;position: relative;}

.nfactory_item{width:100%;margin:0 auto;}
.nfactory_item_img{width:100%;margin:0 auto;overflow: hidden;}
.nfactory_item_img .img{padding:64% 0 0;}
.nfactory_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);
}

.nfactory_paginations{width:100%;margin:50px auto 0;text-align: center;}
.nfactory_pagination.swiper-pagination-horizontal .swiper-pagination-bullet{margin:0 3px;border-radius:50%;width:10px;height:10px;}
.nfactory_pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);}
/* nfactory end! */

/* nbrand start! */
.nbrand{background-color:var(--white);padding:60px 0;}
.nbrand a{outline:none;display:block;width:100%;}
.nbrand a .img{padding:66.66% 0 0;}
.nbrand_title{text-align:center;}
.nbrand_title_img{max-width:500px;margin:0 auto;}
.nbrand_list{width:100%;margin:0 auto;}
.nbrand_list li{width:32%;float:left;margin:0 2% 0 0;}
.nbrand_list li:nth-of-type(3n){margin:0 0 0 0;}

.nbrand_img{text-align:center;}
/* nbrand end! */

/* nhonor start! */
.nhonor{background:url('../images/nhonor_bg.jpg') no-repeat center top;background-size: cover;padding:60px 0 80px;}
.nhonor_main{margin:60px auto 0;}
/* nhonor end! */

/* npartner start! */
.npartner{background-color: var(--white);padding:70px 0 80px;}
.npartner_main{margin:60px auto 0;}
/* npartner end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto 40px;}
.nnav_ul{width:100%;margin:0 auto;}
.nnav_ul>li{width:24.7%;float:left;margin:0 0.3% 5px 0;}
.nnav_ul>li:nth-of-type(4n){margin:0 0 5px 0;}
.nnav_ul>li>a{font-size: 13px;line-height: 45px;height:45px;background-color: var(--darke4e4e4);color:var(--dark52555a);
	outline: none;display:block;width:100%;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{background-color: var(--yellow);color:var(--white);}
/* nnav end! */

/* nproduct start! */
.nproduct_item{width:24.1%;float:left;margin:0 1.2% 25px 0;}
.nproduct_item:nth-of-type(4n){margin:0 0 25px 0;}
.nproduct_item_img{width:100%;margin:0 auto;background-color: var(--white);position: relative;overflow: hidden;}
.nproduct_item_img:after{position: absolute;left:0;bottom:0;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;
}
.nproduct_item_img:hover:after{width:100%;}
.nproduct_item_img .img{padding:100% 0 0;}
.nproduct_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);
}
.nproduct_item_h{margin:15px auto 0;}
.nproduct_item_h a{outline: none;display: block;width: 100%;font-size: 15px;color:var(--dark52555a);line-height: 25px;height:25px;text-align: center;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nproduct_item_h a:hover{color:var(--yellow);}

/* nproduct end! */

/* nproduct_show start! */
.nproduct_top_l{width:38%;float:left;}

.q_n_cont_pic{position: relative;border:1px solid var(--darke4e4e4);}
.q_n_cont_pic .img{padding:100% 0 0;position: relative;text-align: center;}
.q_n_cont_pic .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%);
}
.q_n_cont_pic_top{background-color: var(--darkf5f5f5);padding:0;}
.q_n_cont_pic_thumbs{border-top:1px solid var(--darke4e4e4);padding:15px 60px;position: relative;}
.img_block{border:1px solid var(--darke4e4e4);padding:0;}
.swiper-slide-thumb-active .img_block{border:1px solid var(--yellow);background-color:var(--darkf5f5f5);}

.cont_pic_thumbs{padding:0 5px;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic{background:none;width:30px;height:80%;line-height: 1;margin-top: 0;font-size: 20px;
  text-align: center;border-radius: 0;border:0;transition: all 0.3s;color:var(--white);background-color:var(--yellow);top:10%;
}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic:after{content:'';}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic i{display: block;width:24px;height: 24px;line-height: 24px;
	position: absolute;left:3px;top:50%;margin-top: -15px;
}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_prev{right:auto;left:3%;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_next{right:3%;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0.5;}

.nproduct_top_r{width:56%;float:right;padding:50px 0 0;}
.nproduct_top_main{width:100%;margin:0 auto;}
.nproduct_top_h{font-size: 35px;color:var(--blue);line-height: 1.5;}
.nproduct_top_span{margin:0 auto;font-size: 14px;color:var(--blue);line-height: 1.5;opacity: 0.5;}
.nproduct_top_line{width:100%;margin:20px auto;height:0;font-size: 0;border-top:1px solid var(--darke4e4e4);}
.nproduct_top_ul{width:100%;margin:5px auto 0;padding-left: 15px;}
.nproduct_top_ul li{font-size: 16px;color:var(--blue);line-height:30px;position: relative;}
.nproduct_top_ul li:before{content:'';width:10px;height:10px;background:url('../images/nproduct_top_icon.png') no-repeat center center;
	background-size: cover;position: absolute;left:-15px;top:10px;
}

.nproduct_top_ols{width:100%;margin:20px auto 0;color:var(--blue);}
.nproduct_top_ol_h{font-size: 20px;line-height: 1.5;color:var(--blue);}
.nproduct_top_ol{width:100%;margin:5px auto 0;}
.nproduct_top_ol:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_top_ol li{width:100%;margin:0 auto;padding-left:23px;position: relative;}
.nproduct_top_ol li span{font-size: 16px;line-height: 30px;position: relative;}
.nproduct_top_ol li span:before{content:'';width:13px;height:13px;background:url('../images/nproduct_top_icon2.png') no-repeat center center;
	background-size: cover;position: absolute;left:-23px;top:6px;
}


.nproduct_top_more{margin:40px auto 0;}
.nproduct_top_more a{padding:10px 50px;font-size: 14px;line-height: 22px;border-radius: 50px;transition: all .2s;
	outline: none;display:inline-block;background-color: var(--yellow);color:var(--white);
}
.nproduct_top_more a:hover{background-color: var(--blue);}

.nproduct_show{width:100%;margin:50px auto 0;}
.nproduct_l{width:80%;float:left;}
.nproduct_div{width:100%;margin:0 auto 20px;padding:30px 30px;background-color: var(--white);}
.nproduct_div_h{font-size: 28px;color:var(--dark1a2f47);line-height: 1.5;}
.nproduct_div_body{width:100%;margin:15px auto 0;font-size: 14px;color:var(--dark1a2f47);line-height: 2;}
.nproduct_div_body p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark1a2f47);line-height: 2;}
.nproduct_div_body p img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

.nobject_swiper{width:100%;margin:0 auto;position: relative;}
.nobject_slide{width:100%;margin:0 auto;overflow: hidden;}
.nobject_slide .img{padding:66.65% 0 0;}
.nobject_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);
}

.product_item_btn.product_item_btn_left.nobject_btn_prev{top:50%;}
.product_item_btn.product_item_btn_right.nobject_btn_next{top:50%;}

.nobject_list{width:100%;margin:0 auto;}
.nobject_item{width:49%;float:left;margin:0 2% 25px 0;}
.nobject_item:nth-of-type(2n){margin:0 0 25px 0;}

.nproduct_r{width:18.8%;float:right;}
.nhot{width:100%;margin:0 auto;padding:25px 15px;background-color: var(--white);}
.nhot_h{font-size:24px;color:var(--dark1a2f47);font-weight: 700;line-height: 1.2;}
.nhot_body{width:100%;margin:15px auto 0;}
.nhot_list{width:100%;margin:0 auto;}
.nhot_item{width:100%;margin:0 auto 20px;border-top:1px solid var(--darke4e4e4);text-align: center;}
.nhot_item:nth-of-type(1){border-top:0;}
.nhot_item_img{width:100%;margin:0 auto;overflow: hidden;}
.nhot_item_img .img{padding:100% 0 0;}
.nhot_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);
}
.nhot_item_h{margin:15px auto 0;}
.nhot_item_h a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark52555a);line-height: 20px;height:20px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nhot_item_h a:hover{color:var(--yellow);}
/* nproduct_show end! */

/* ncase start! */
.ncase_list{margin:0 auto 50px;}
.ncase_item{width:49.3%;float:left;margin:0 1.4% 20px 0;}
.ncase_item:nth-of-type(2n){margin:0 0 20px 0;}
.ncase_item_img{width:100%;margin:0 auto;overflow: hidden;}
.ncase_item_img .img{padding:58.5% 0 0;}
.ncase_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);
}
.ncase_item_txt{width:100%;margin:0 auto;padding:20px 100px 20px 20px;background-color: var(--white);position: relative;transition: all .2s;}

.ncase_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--black);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_item_address{font-size: 14px;color: var(--darkb9bdc3);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_item_address span:nth-of-type(2){margin-left:10px;}
a.ncase_item_more{outline: none;display: block;}
.ncase_item_more{width:90px;height:90px;position: absolute;right:0;top:0;}
.ncase_item_more_main{width:100%;height:100%;position: relative;}
.ncase_item_more_arrow{width: 0;height: 0;border-bottom: 90px solid var(--white);border-left: 90px solid transparent;transition: all .2s;}
.ncase_item_more_plus{width:50px;font-size: 22px;bottom:18px;
	text-align: center;color:var(--white);position: absolute;right:0;z-index:2;
}
.ncase_item_txt:hover{background-color: var(--blue);}
.ncase_item_txt:hover .ncase_item_h a{color:var(--white);}
.ncase_item_txt:hover .ncase_item_address{color:var(--white);}
.ncase_item_txt:hover .ncase_item_more_arrow{border-bottom: 90px solid var(--yellow);}

/* ncase end! */

/* ncase_show start! */
.ncase_top{width:100%;margin:0 auto;background-color: var(--white);text-align: center;}
.ncase_top_l,.ncase_top_r{height:100%;}

.ncase_top_r{width:100%;padding:20px 20px;}
.ncase_swiper{width:100%;height:100%;position: relative;}
.swiper_ncase{height:100%;}
.swiper_ncase .swiper-wrapper{height:100%;}
.swiper_ncase .swiper-wrapper .swiper-slide{height:100%;}

.ncase_slide{width:100%;height:100%;overflow: hidden;}
.ncase_slide .img{height:100%;}
.ncase_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);
}

.product_item_btn.product_item_btn_left.ncase_btn_prev{left:25px;top:50%;}
.product_item_btn.product_item_btn_right.ncase_btn_next{right:25px;top:50%;}

.ncase_top_l{width:100%;float:none;padding:45px 30px 30px;}
.ncase_top_main{width:100%;margin:0 auto;}
.ncase_top_h{font-size:30px;color:var(--black);line-height: 1.5;}
.ncase_top_address{margin:5px auto 0;font-size: 14px;color:var(--dark3d3d3d);line-height: 1.5;}
.ncase_top_address span:nth-of-type(2){margin-left:10px;}
.ncase_top_line{width:100%;margin:20px auto;height:0;font-size: 0;border-top:1px solid var(--darkdcdcdc);}
.ncase_top_p{font-size: 14px;color:var(--dark3d3d3d);line-height: 1.8;}
.ncase_top_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark3d3d3d);line-height: 1.8;}

.ncase_add{width:100%;margin:30px auto 0;padding:30px 0 0;border-top:1px solid var(--darke4e4e4);}
.ncase_add_title{width:100%;margin:0 auto;}
.ncase_add_h{width:45%;float:left;font-size: 24px;color:var(--dark1a2f47);line-height: 30px;}
.ncase_add_more{width:30%;float: right;text-align: right;padding:5px 0 0;}
.ncase_add_more a{outline: none;display: block;width:100%;font-size: 14px;line-height: 25px;color:var(--darka6a6a6);}
.ncase_add_more a i{margin-left: 5px;}
.ncase_add_more a:hover{color:var(--yellow);}

.ncase_ul{width:100%;margin:8px auto 0;}
.ncase_ul p{text-align:center;margin:8px auto;}
.ncase_li{width:32.6%;float:left;margin:0 1.1% 15px 0;overflow:hidden;}
.ncase_li:nth-of-type(3n){margin:0 0 15px 0;}
.ncase_li .img{padding:60% 0 0;}

.ncase_add_list{width:100%;margin:30px auto 0;}
.ncase_items{width:32.6%;float:left;margin:0 1.1% 0 0;}
.ncase_items:nth-of-type(3n){margin:0 0 0 0;}
/* ncase_show end! */

/* nvideo start! */
.nvideo_list{width:100%;margin:0 auto 50px;}
.nvideo_item{width:32.6%;float:left;margin:0 1.1% 30px 0;}
.nvideo_item:nth-of-type(3n){margin:0 0 30px 0;}
.nvideo_item_img{width:100%;margin:0 auto;overflow: hidden;cursor: pointer;position: relative;}
.nvideo_item_img .img{padding:68% 0 0;}
.nvideo_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);
}
.nvideo_item_date{width:100%;height:100%;position: absolute;left:0;top:0;padding:15px;background-color: rgba(0,0,0,0);transition: all 0.2s;}
.nvideo_item_date_main{width:100%;height:100%;position: relative;}
.nvideo_item_date_span{width:100%;margin:0 auto;position: absolute;right:0;bottom:0;text-align: right;}
.nvideo_item_date_span span{padding:6px 15px;font-size:12px;line-height: 20px;border-radius: 5px;
	background-color: rgba(0,0,0,.7);color:var(--white);
}

.nvideo_item_puse{width:50px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 3;opacity: 0;}
.nvideo_item_img:hover .nvideo_item_date{background-color: rgba(0,0,0,0.5);}
.nvideo_item_img:hover .nvideo_item_puse{opacity:1;}

.nvideo_item_h{width:100%;margin:10px auto 0;}
.nvideo_item_h a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark252525);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.nvideo_item_iframe{width:100%;height:100%;position:absolute;left:0;top:0;z-index:9;}
.nvideo_item_iframe iframe{width:100%;height:100%;display:block;}

/* nvideo end! */

/* nnews start! */
.nnews_top{width:100%;margin:0 auto 50px;background-color: var(--white);padding:25px;}
.nnews_top_main{width:100%;margin:0 auto;position: relative;}
.nnews_slide{width:100%;height:356px;}
.nnews_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_slide_img,.nnews_slide_txt{height:100%;}
.nnews_slide_img{width:50%;float:left;overflow: hidden;}
.nnews_slide_img .img{height:100%;}
.nnews_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);
}
.nnews_slide_txt{width:50%;float:right;padding:40px 15px 30px 40px;}
.nnews_slide_date{font-size: 16px;color:var(--dark3d3d3d);line-height: 20px;font-family: Arial;font-weight: 700;}
.nnews_slide_h{margin:15px auto 0;}
.nnews_slide_h a{outline: none;display: block;width:100%;font-size: 24px;font-weight: 700;color:var(--dark3d3d3d);line-height: 32px;height:64px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_slide_h a:hover{color:var(--yellow);}
.nnews_slide_p{margin:20px auto 0;font-size: 14px;color:var(--dark999);line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.nnews_slide_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark999);line-height: 25px;}
.nnews_slide_more{margin:35px auto 0;}
.nnews_slide_more a{padding:10px 50px;font-size: 14px;line-height: 22px;border-radius: 50px;transition: all .2s;
	outline: none;display:inline-block;background-color: var(--yellow);color:var(--white);
}
.nnews_slide_more a:hover{background-color: var(--blue);}

.nnews_paginations{width:25%;position: absolute;right:40px;bottom:50px;text-align: right;z-index: 5;}
.nnews_pagination.swiper-pagination-horizontal .swiper-pagination-bullet{margin:0 2px;border-radius:8px;}
.nnews_pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);width:30px;}

.nnews_slide_txt_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .nnews_slide_txt_main>.nnews_slide_date{animation-name: lv-fadeInDown;animation-delay: .25s;}
.swiper-slide-active .nnews_slide_txt_main>.nnews_slide_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .nnews_slide_txt_main>.nnews_slide_p{animation-name: lv-fadeInUp;animation-delay: .25s;}
.swiper-slide-active .nnews_slide_txt_main>.nnews_slide_more{animation-name: lv-fadeInUp;animation-delay: .3s;}

.nnews_list{margin:0 auto 40px;}
.nnews_item{width:32.2%;float:left;margin:0 1.7% 30px 0;}
.nnews_item:nth-of-type(3n){margin:0 0 30px 0;}
.nnews_item_img{width:100%;margin:0 auto;overflow: hidden;}
.nnews_item_img .img{padding:63% 0 0;}
.nnews_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);
}
.nnews_item_txt{width:100%;margin:0 auto;background-color: var(--white);padding:25px;position: relative;}
.nnews_item_txt_main{width:100%;margin:0 auto;position: relative;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark3d3d3d);font-weight: 700;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_p{margin:15px auto 0;font-size: 14px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark999);line-height: 25px;}
a.nnews_item_more{outline: none;display: block;width:100%;margin:20px auto 0;}
.nnews_item_more:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_date{width:45%;float:left;font-size: 14px;color:var(--dark3d3d3d);line-height: 24px;font-family: Arial;}
.nnews_item_icon{width:45%;float:right;text-align: right;}
.nnews_item_icon img{height:24px;}

.nnews_item_txt:hover .nnews_item_h a{color:var(--yellow);}
.nnews_item_txt:after{position: absolute;left:0;bottom:0;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;
}
.nnews_item_txt:hover:after{width:100%;}
/* nnews end! */

/* nnews_show start! */
.nnews_l{width:72%;float:left;}
.nnews_show{width:100%;margin:0 auto;background-color: var(--white);padding:40px 30px;}
.nnews_show_h{font-size: 24px;color:var(--dark3d3d3d);line-height: 1.6;}
.nnews_show_span{margin:8px auto 0;}
.nnews_show_span span{display: inline-block;margin-right: 15px;font-size:14px;color:var(--darka6a6a6);line-height: 1.5;}
.nnews_show_body{width:100%;margin:22px auto 0;font-size: 14px;color:var(--dark252525);line-height: 2;}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark252525);line-height: 2;}
.nnews_show_body p img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

.nnews_r{width:26%;float:right;}
.naside{width:100%;margin:0 auto;}
.naside_swiper{width:100%;margin:0 auto;position: relative;}
.naside_item{width:100%;background-color: var(--white);}
.naside_item_img{width:100%;margin:0 auto;overflow: hidden;}
.naside_item_img .img{padding:63% 0 0;}
.naside_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);
}
.naside_item_txt{width:100%;margin:0 auto;padding:20px;}
.naside_item_txt_main{width:100%;margin:0 auto;position: relative;}
.naside_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark3d3d3d);font-weight: 700;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.naside_item_h a:hover{color:var(--yellow);}
.naside_item_p{margin:10px auto 0;font-size: 14px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.naside_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark999);line-height: 25px;}
.naside_item_date{margin:15px auto 0;font-size: 14px;color:var(--dark3d3d3d);line-height: 20px;font-family: Arial;}

.naside_paginations{width:70%;position: absolute;right:20px;bottom:20px;text-align: right;z-index: 5;}
.naside_pagination.swiper-pagination-horizontal .swiper-pagination-bullet{margin:0 2px;border-radius:8px;width:8px;height:8px;}
.naside_pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);width:24px;}

.naside_catname{margin:5px auto 0;}
.naside_catname a{padding:12px 10px;font-size: 14px;line-height: 25px;background-color: var(--yellow);color:var(--white);
	outline: none;display: block;width:100%;text-align: center;transition: all .2s;
}
.naside_catname a:hover{background-color: var(--blue);}
/* nnews_show end! */

/* nmap start! */
.nmap{width:100%;margin:0 auto;height:500px;position: relative;border:1px solid var(--darke4e4e4);}
.allmap_map{width:100%;height:100%;position: relative;}
.allmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.allmap {width: 100%;height: 100%;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";position: relative;color:var(--black);}
.allmap b{color:var(--black);font-weight: 700;font-size: 16px;line-height: 30px}
.allmap img{max-width: none;}

.nmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 5;}
.nmap_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%);
}
.nmap_mask_main{width:100%;padding:0 5%;}
.nmap_main{width:50%;background-color: rgba(255,255,255,.95);padding:30px;border-radius: 5px;}
.nmap_h{font-size: 24px;font-weight: 700;color:var(--dark252525);line-height: 1.5;}
.nmap_p{margin:10px auto 0;font-size: 14px;color:var(--dark252525);line-height: 1.5;}
.nmap_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark252525);line-height: 1.5;}
.nmap_line{width:100%;margin:20px auto;height:0;font-size: 0;border-top:1px dashed var(--darkdcdcdc);}
.nmap_ul{width:100%;margin:0 auto;}
.nmap_ul li{font-size: 14px;color:var(--dark252525);line-height:2;}

/* nmap end! */

/* nway start! */
.nway{width:100%;background-color: var(--white);border-radius: 5px;overflow: hidden;height: 445px;}

.nway_txt{width:45%;float:left;height:100%;padding:30px 40px 20px;}
.nway_txt_main{width:100%;margin:0 auto;}
.nway_top_h{font-size: 25px;color:var(--blue);font-weight: 700;line-height: 1.2;}
.nway_top_address{width:100%;margin:5px auto 0;}
.nway_top_address_icon{width:24px;float:left;}
.nway_top_address_txt{width:calc(100% - 30px);float:right;font-size: 15px;color:var(--dark252525);line-height: 24px;}
.nway_top_slogan{width:100%;margin:5px auto 0;font-size: 16px;color:var(--yellow);font-weight: 700;line-height: 1.2;}
.nway_line{width:100%;margin:15px auto 0;border-top:1px dashed var(--darke4e4e4);}
.nway_main{width:100%;margin:20px auto 0;}
.nway_list{width:100%;margin:0 auto;}
.nway_item{width:100%;margin:20px auto 0;}
.nway_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nway_item:nth-of-type(1){margin:0 auto;}
.nway_item_icon{width:50px;float:left;}
.nway_item_txt{width:calc(100% - 68px);float:right;}
.nway_item_h{font-size: 16px;color:var(--dark3d3d3d);line-height: 20px;height:20px;}
.nway_item_h span{margin-left: 5px;font-size: 12px;opacity: 0.4;}
.nway_item_p{width:100%;margin:0 auto;font-size:23px;color:var(--blue);font-weight: 700;font-family: Arial;line-height: 30px;}

.nway_img{width:50.8%;float:right;height:100%;border-radius: 5px;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 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! */
