@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;}*/
.main1500{width:1500px;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);
}
.swiper-wrapper{height:auto;}
.swiper-slide{height:auto;}

.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;}

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}
@media(max-width: 640px){
section.page1{position: relative;height: auto;}
section.page2 {position: relative;top: 0;}
}

/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index: 99;padding:0 50px;border-bottom:1px solid var(--white);transition: all .2s;
	background-image: var(--linear-background);
}
.header_main{width:100%;margin:0 auto;color:var(--white);}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:240px;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: 100px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display: none;}

.q_icon{width:240px;float:left;}
.icon_main{padding:20px 0 15px;}
.icon_ul{width:100%;margin:0 auto;}
.icon_ul>li{width:40px;float:left;margin-left: 10px;border-radius: 5px;overflow: hidden;}
.icon_ul>li:nth-of-type(1){margin-left:0;}
.icon_ul>li>a{outline: none;display: block;width:100%;}
.icon_ul>li>a>img{width:100%;}
.icon_tel{width:100%;margin:10px auto 0;padding:5px 8px;font-size: 0;
	background-color: var(--green);color:var(--white);border-radius: 5px;overflow: hidden;
}
.icon_tel>*{display: inline-block;vertical-align: middle;line-height: 30px;height:30px;}
.icon_tel>img{width:30px;float:left;}
.icon_tel>span{width:calc(100% - 40px);float:right;font-size: 16px;color:var(--white);text-transform: uppercase;font-family: Arial;}

.q_nav{width:calc(100% - 740px);float:left;margin-left:40px;}
.nav_ul{width:100%;text-align:right;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left: 60px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:36px 0 44px;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 20px;color:var(--white);line-height: 50px;height:50px;}

.nav_ul>li>a:after{position: absolute;left: 50%;bottom:30px;content: "";width: 0;height: 3px;background-color:var(--white);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:240%;position: absolute;top:100%;left:-70%;padding:20px 0;z-index: 10;background-color:var(--white);display: none;box-shadow: 0 1px 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: 14px;text-align: center;line-height: 36px;color:var(--dark555);
	text-transform: capitalize;
}
.q_nav_son>li:hover{background-color:var(--green);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_right{width:160px;float:right;}
.right_main{width:100%;padding:40px 0;}
.q_search{width:30px;float:left;}
.q_search>a{outline: none;display: block;width:100%;padding:10px 0;}
.q_search>a>img{display: inline-block;height:30px;}
.q_search>a>img.default{display: inline-block;}
.q_search>a>img.on{display:none;}

.q_language{width:calc(100% - 45px);float:right;position: relative;text-align: right;padding:7px 0;}
.q_language>span{display:inline-block;padding:3px 20px;background-color: var(--green);color:var(--white);
	border-radius: 30px;font-size: 15px;line-height: 30px;cursor: pointer;
}
.q_language>span>i{margin-left: 5px;}

.language_ul{width:120%;position:absolute;right:0;top:calc(100% + 2px);background-color: var(--white);border-radius: 6px;padding:5px 15px;display: none;}
.language_ul>li{position: relative;text-align: left;}
.language_ul>li.on:after{content:'';width:5px;height:5px;background-color: var(--green);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: 14px;text-transform: capitalize;}
.language_ul>li>a>img{margin-right: 5px;}


.q_header.q_header_fixed{background:none;background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header.q_header_fixed .q_logo>h1>a>img.default{display:none;}
.q_header.q_header_fixed .q_logo>h1>a>img.on{display: inline-block;}
.q_header.q_header_fixed .nav_ul>li>a>span{color:var(--dark222);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--green);}

.q_header.q_header_fixed .q_search>a>img.default{display:none;}
.q_header.q_header_fixed .q_search>a>img.on{display:inline-block;}

/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;position: relative;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;}
.q_banner .swiper_banner .swiper-slide{height:100%;}


.q_banner .swiper_banner .swiper_button_banner{background:none;width:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 30px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 0;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner:after{content:'';}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;display: none;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:20px;height:5px;border-radius: 5px;
	background-color:var(--white);opacity: 1;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:40px;
	background-color:var(--green);opacity: 1;
}

.banner_slide{width:100%;height:100%;position: relative;}
.banner_slide .img{height:100%;}

a.banner_mask{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.banner_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%);
}
.banner_mask_main{width:100%;margin:0 auto;color:var(--white);text-align: center;}
.banner_h{width:100%;margin:0 auto;}
.banner_h span{display: inline-block;font-size:65px;line-height:1.2;border-bottom: 1px solid var(--white);padding-bottom: 20px;}
.banner_p{width:100%;margin:25px auto 0;font-size: 24px;line-height: 1.5;}
.banner_p p{width:100%;margin:0 auto;font-size: 24px;line-height: 1.5;}


.banner_mask_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_mask_main>.banner_h{animation-name: lv-fadeInUp;animation-delay: .3s;}
.swiper-slide-active .banner_mask_main>.banner_p{animation-name: lv-fadeInUp;animation-delay: .4s;}


.banner_arrow{width:100%;position: absolute;left:0;bottom:6%;z-index: 5;}
.banner_arrow_main{width:100%;text-align:center;color:var(--white);position: relative;cursor: pointer;}
.q_arrow_bottom{position: absolute;left:0;bottom: 0px;width:100%;animation: downico 2s ease-out infinite;}
.banner_arrow_icon img{height:36px;}
.banner_arrow_h{width:100%;margin:8px auto 0;font-size: 13px;line-height: 1.2;text-transform: uppercase;font-family: Arial;}

@keyframes downico {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  35% {
    opacity:1;
    bottom: 10px;
  }
  65% {
    opacity: 1;
    bottom: -10px;
  }
  100% {
    opacity:1;
    bottom: 0px;
  }
}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.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;text-align:center;}
.section_title .big{font-size: 46px;color:var(--dark);line-height: 1.5;font-weight: 100;}
.section_title .small{margin:10px auto 0;font-size: 24px;color:var(--dark808080);line-height: 1.5;font-weight: 100;}
.section_title .small p{font-size: 24px;color:var(--dark808080);line-height: 1.5;font-weight: 100;}

.section_more{display: inline-block;}
.section_more>a{outline: none;display: block;width:100%;padding:12px 30px;border-radius: 30px;font-size: 0;
	background-color: var(--green);color:var(--white);
}
.section_more>a:hover{background-color: var(--greenHover);}
.section_more>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_more>a>*{display: inline-block;vertical-align: middle;height:25px;line-height: 25px;font-size:16px;font-weight: 100;}
.section_more>a>img{margin-left: 50px;}

/* q_section end! */

/* q_product start! */
.q_product{padding:100px 0;}
.tab.product_tab{width:100%;margin:50px auto 0;}
.tab.product_tab .product_tab_head{width:100%;padding:0 50px;}
.tab.product_tab .product_tab_nav{width:100%;text-align: center;font-size: 0;}
.tab.product_tab .product_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.product_tab .product_tab_nav>li{display: inline-block;margin-left:25px;background:none;}
.tab.product_tab .product_tab_nav>li.active{background:none;}
.tab.product_tab .product_tab_nav>li>a{outline: none;display: block;width:100%;border:0;padding:10px 40px;border-radius: 40px;cursor: pointer;
	background-color: var(--darkf5f5f5);color:var(--dark);font-size: 22px;line-height: 30px;font-weight: 100;
}
.tab.product_tab .product_tab_nav>li.active>a{background-color: var(--green);color:var(--white);}

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

.tab.product_tab .product_tab_body{width:100%;margin:0 auto;border:0;padding:0;}

.product_item{width:50%;float:left;background-color: var(--white);padding:65px 50px 80px;}
.product_item:nth-of-type(1){background-color: var(--darkf5f5f5);}
.product_item:nth-of-type(4){background-color: var(--darkf5f5f5);}
.product_item_main{width:100%;margin:0 auto;position: relative;}
.product_item_h a{outline: none;display: block;width:100%;font-size: 28px;color:var(--dark);font-weight: 100;line-height: 35px;height:35px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.product_item_p{width:48%;margin:40px 0 0;font-size: 16px;color:var(--dark);font-weight: 100;line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.product_item_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark);font-weight: 100;line-height: 25px;}
.product_item_more{margin:130px auto 0;}

.product_item_img{width:50%;position: absolute;right:-20px;bottom:-20px;}
.product_item_img .img{width:100%;position: relative;padding:50% 0 0;}
.product_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%);
}


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

/* q_about start! */
.q_about{width:100%;margin:0 auto;position: relative;overflow: hidden;color:var(--white);}
.about_top{width:100%;margin:0 auto;height:350px;}

.about_content{background:url('../images/about_bg.jpg') no-repeat center center;background-size:cover;height:950px;position: relative;}
.about_main{width:100%;margin:0 auto;position: absolute;left:0;top:-350px;padding-left: 50px;z-index: 5;}
.about_body{width:100%;margin:0 auto;padding:60px 50px 100px;color:var(--white);background-color: var(--greenBg);position: relative;
	border-top-left-radius: 30px;border-bottom-left-radius: 30px;
}
.about_body:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_txt{width:44%;float:right;}
.about_title_h{width:100%;margin:0 auto;position: relative;padding-right: 60px;text-align: right;}
.about_title_h:before{content:'';width:60px;height:1px;background-color: var(--white);position: absolute;right:-50px;top:30px;}
.about_title_h span{display: inline-block;font-size:48px;color:var(--white);font-weight: 100;line-height: 60px;}
.about_company{width:100%;margin:85px auto 0;font-size: 30px;line-height: 1.5;}
.about_p{width:100%;margin:25px auto 0;font-size:20px;color:var(--darkc4c4c4);line-height: 1.5;font-weight: 100;padding-right:50px;}
.about_p p{width:100%;margin:0 auto;font-size:20px;color:var(--darkc4c4c4);line-height: 1.5;font-weight: 100;}
.about_more{margin:50px auto 0;}
.about_more a{outline: none;display: inline-block;border:1px solid var(--white);line-height: 1.5;border-radius: 50px;
	padding:10px 50px;color:var(--white);font-size:20px;font-weight: 100;
}
.about_more a:hover{background-color: var(--white);color:var(--green);}

.about_img{width:52%;float:left;}
.about_video{width:100%;border-radius: 30px;overflow: hidden;position: relative;cursor: pointer;}
.about_video .img{padding:56% 0 0;}

.about_video_pause{width:100px;position:absolute;left:50%;top:50%;z-index: 5;transform: translate(-50%,-50%);}

.about_number{margin:80px auto 0;}

.number_main{width:100%;margin:0 auto;padding:0;color:var(--white);text-align: center;}
.number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.number_item{width:33%;float:left;padding:0;position: relative;}
.number_item:before{content:'';width:1px;height:70%;background-color: var(--white);position: absolute;left:0;top:15%;}
.number_item:nth-of-type(1):before{width:0;height:0;}
.number_top{font-size: 60px;line-height: 70px;font-family: Arial;font-weight: 700;}
.number_top .sub{font-size: 14px;vertical-align: text-top;font-weight: normal;}
.number_txt{width:100%;margin:10px auto 0;padding:0;font-size: 18px;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}


.about_slide{width:35%;position: absolute;right:-100px;bottom:-140px;}

.about_bottom{width:100%;position: absolute;left:0;bottom:100px;z-index: 5;}
.about_list{width:100%;margin:0 auto;padding:0 7%;}
.about_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_item{width:25%;float:left;}
.about_item_icon img{width:50px;}
.about_item_txt{margin:25px auto 0;}
.about_item_h{font-size: 20px;line-height: 1.5;}
.about_item_p{margin:10px auto 0;font-size: 16px;line-height: 1.5;}


/* q_about end! */

/* q_scene start! */
.q_scene{background:url('../images/scene_bg.jpg') no-repeat center center;background-size:cover;padding:100px 0 110px;}
.q_scene .section_title .big{color:var(--white);}
.q_scene .section_title .small{color:var(--white);}

.scene_main{width:100%;margin:85px auto 0;padding:0 50px;}

.case_slide{width:100%;margin:0 auto;position: relative;border-radius:10px;overflow: hidden;}
.case_slide .img{padding:145% 0 0;}
a.case_slide_mask{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;padding:30px 25px;
	background:url('../images/case_slide_mask.png') no-repeat center center;background-size: cover;transition: all .3s;
}
.case_slide_main{width:100%;height:100%;position: relative;color:var(--white);}
.case_slide_bottom{width:100%;position: absolute;left:0;bottom:0;}
.case_slide_icon{width:52px;}
.case_slide_icon>img{width:100%;}
.case_slide_h{width:100%;margin:10px auto 0;}
.case_slide_h span{display: block;width:100%;font-size: 16px;text-transform: capitalize;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_slide_more{width:100%;margin:15px auto 0;display: none;}
.case_slide_more span{display: inline-block;padding:5px 15px;text-transform: capitalize;border-radius: 5px;
	background-color: var(--white);color:var(--green);font-size: 12px;line-height: 20px;
}

.case_slide:hover a.case_slide_mask{background-image: url('../images/case_slide_mask_hover.png');}
.case_slide:hover .case_slide_more{display: block;}

.case_slide_bottom>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.case_slide:hover .case_slide_bottom>.case_slide_icon{animation-name: lv-fadeInDown;animation-delay: .3s;}
.case_slide:hover .case_slide_bottom>.case_slide_h{animation-name: lv-fadeInDown;animation-delay: .4s;}
.case_slide:hover .case_slide_bottom>.case_slide_more{animation-name: lv-fadeInUp;animation-delay: .3s;}

.swiper-slide-active a.case_slide_mask{background-image: url('../images/case_slide_mask_hover.png');}
.swiper-slide-active .case_slide_more{display: block;}
.swiper-slide-active .case_slide_bottom>.case_slide_icon{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .case_slide_bottom>.case_slide_h{animation-name: lv-fadeInDown;animation-delay: .4s;}
.swiper-slide-active .case_slide_bottom>.case_slide_more{animation-name: lv-fadeInUp;animation-delay: .3s;}

.case_bottom{width:100%;margin:40px auto 0;padding:0 20%;}
.case_bottom_main{width:100%;margin:0 auto;height:50px;position: relative;padding:24px 65px 0;}
.arrow_button{width:50px;height:50px;text-align:center;line-height: 50px;font-size:22px;position: absolute;top:0;
	color:var(--white);background-color: var(--green);border-radius: 50%;cursor: pointer;
}
.arrow_button i{display:block;line-height:50px;height:50px;position:relative;}
.arrow_button i:before{display:block;width:100%;height:50px;line-height:50px;position:absolute;left:0;top:0;z-index:2;}
.arrow_button.arrow_button_left{left:0;}
.arrow_button.arrow_button_right{right:0;}

.case_paginations{width:100%;margin:0 auto;}
.swiper-pagination-progressbar.case_pagination{width:100%;position: relative;left:0;top:0;background-color:var(--darkdcdcdc);border-radius: 2px;height:2px;}
.swiper-pagination-progressbar.case_pagination .swiper-pagination-progressbar-fill{background-color:var(--green);}

.case_more{width:100%;margin:0 auto;text-align: center;position: absolute;left:0;bottom:-70px;z-index: 2;}
.case_more a{outline: none;display: inline-block;padding:10px 30px;font-size:16px;border-radius: 30px;
	line-height: 1.5;background-color: var(--green);color:var(--white);transition: all .2s;
}
.case_more a:hover{background-color: var(--greenBg);}

/* q_scene end! */

/* q_news start! */
.q_news{background:url('../images/news_bg.jpg') no-repeat center center;background-size:cover;padding:80px 0;}
.news_title{width:100%;margin:0 auto;position: relative;padding:0 50px;}
.news_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_title_l{width:70%;float:left;}
.news_title_h{width:100%;margin:0 auto;position: relative;padding-left: 60px;}
.news_title_h:before{content:'';width:60px;height:1px;background-color: var(--dark);position: absolute;left:-50px;top:30px;}
.news_title_h span{display: inline-block;font-size:48px;color:var(--dark);font-weight: 100;line-height: 60px;}
.news_title_r{width:25%;float:right;text-align: right;}

.news_main{width:100%;margin:60px auto 0;padding:0 50px;}
.news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.news_l{width:64%;float:left;}
.news_list{width:100%;margin:0 auto;}
.news_item{width:48.5%;float:left;margin:0 3% 0 0;position: relative;background-color: var(--white);}
.news_item:nth-of-type(2n){margin:0 0 0 0;}
.news_item_img{width:100%;margin:0 auto;position: relative;overflow: hidden;height:255px;}
.news_item_img .img{height:100%;}
.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_img_label{display: inline-block;position: absolute;left:0;top:0;z-index: 2;}
.news_item_img_label span{display:block;padding:7px 25px;font-size: 16px;line-height: 25px;border-bottom-right-radius: 15px;overflow: hidden;
	background-color: var(--green);color:var(--white);
}


.news_item_txt{width:100%;margin:0 auto;padding:30px 25px 50px;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 20px;color:var(--dark333);line-height: 30px;height:60px;font-weight: 700;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_h a:hover{color:var(--green);}
.news_item_date{width:100%;margin:10px auto;font-size: 16px;color:var(--dark333);line-height: 25px;height:25px;}
.news_item_date i{margin-right: 10px;}
.news_item_p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}


.news_r{width:34%;float:right;}
.news_r_main{width:100%;padding:30px 50px 30px 25px;background-color: var(--white);}
.newstxt_list{width:100%;margin:0 auto;}
.newstxt_item{margin:20px auto 0;position: relative;width:100%;padding:5px 0 5px 100px;}
.newstxt_item:nth-of-type(1){margin:0 auto;}
.newstxt_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.newstxt_item_h{width:100%;overflow: hidden;}
.newstxt_item_h a{outline: none;line-height: 30px;color:var(--dark);font-size: 18px;height: 60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.newstxt_item_h a:hover{color:var(--green);}
.newstxt_item_date{width:80px;height:80px;position: absolute;left:0;top:0;}
.newstxt_item_date_main{width:100%;height:100%;position: relative;text-align: center;}
.date_span{display: block;width:100%;position: absolute;left:0;font-size: 15px;color:var(--dark333);line-height: 20px;}
.date_span.date_span2{display: none;}
.date_span.date_span1{bottom:0;}
.date_span.date_span3{width:45px;height:45px;line-height: 45px;font-size: 20px;font-weight: 700;border-radius: 10px;left:15px;top:10px;
	background-color: var(--green);color:var(--white);
}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background:url('../images/footer_bg.jpg') no-repeat center center;background-size:cover;color:var(--white);}
.footer_main{width:100%;margin:0 auto;padding:0 50px;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_t{width:100%;padding:50px 0 45px 30px;}
.footer_t_l{width:21%;float:left;}
.footer_logo img{height:120px;}
.footer_icon{margin:40px auto 0;}
.footer_icon:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_icon>*{display: inline-block;vertical-align: middle;line-height: 33px;height:33px;}
.footer_icon_list{margin-left: 5px;}
.footer_icon_list>li{float:left;margin-left:10px;}
.footer_icon_list>li:nth-of-type(1){margin-left:0;}
.footer_icon_list>li>a{outline: none;display: block;width:100%;}
.footer_t_r{width:74%;float:right;padding:10px 0 0;}
.footer_item{width:25%;float:left;text-align: center;}
.footer_item:nth-of-type(3){width:45%;}
.footer_item_icon img{width:60px;}
.footer_item_h{width:100%;margin:28px auto 10px;font-size:20px;font-weight: 100;line-height: 30px;}

.footer_item_p{width:100%;display: table;}
.footer_item_p span{outline: none;line-height: 30px;height:60px;color:var(--green);font-size: 20px;
	display: table-cell;vertical-align: middle;white-space: normal;
}

.footer_b{width:100%;border-top:1px solid #635d5a;padding:20px 0;text-align: right;}
.footer_b span,.footer_b a{margin:0 4px;line-height: 25px;font-size: 15px;color:rgba(255,255,255,.4);outline: none;font-weight: 100;}
.footer_b a:hover{color:var(--white);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;width:25px;margin-right: 8px;}

/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner>img{width:100%;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_mask_main{text-align: center;color:var(--white);}
.nbanner_h{font-size: 48px;line-height: 1.5;}
.nbanner_p{font-size: 24px;line-height: 1.5;}
/* nbanner end! */

/* nposition start! */
.nposition{width:100%;margin:0 auto;background-color: var(--darkf5f5f5);padding:20px 50px;}
.nposition_main{width:100%;margin:0 auto;text-align: left;color:var(--dark333);line-height: 30px;height:30px;font-size: 15px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_main>i{margin-right: 5px;color:var(--green);}
.nposition_main a{outline: none;color:var(--dark333);margin:0 3px;}
.nposition_main a:hover{color:var(--green);}
.nposition_main span{color:var(--green);}
/* nposition end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:50px 50px 0;}
.nnav_main{width:100%;margin:0 auto;}
.nnav_list{width:100%;margin:0 auto;}
.nnav_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_item{width:49%;float:left;margin:0 2% 20px 0;}
.nnav_item:nth-of-type(2n){margin:0 0 20px 0;}
.nnav_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nnav_item_title{width:120px;float:left;}
.nnav_item_title>a{padding:10px 10px;font-size: 17px;line-height: 25px;border-radius: 5px;text-align: center;
	outline: none;display: block;width:100%;background-color: var(--darkf5f5f5);color:var(--dark);
}
.nnav_item_title>a.on{background-color: var(--green);color:var(--white);}
.nnav_item_ul{width:calc(100% - 140px);float:right;}

.nnav_ul{width:100%;margin:0 auto;overflow: hidden;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{float:left;}
.nnav_ul>li>a{padding:10px 20px;font-size: 17px;color:var(--dark);line-height: 25px;position: relative;
	outline: none;display: block;width:100%;
}
.nnav_ul>li:hover>a,.nnav_ul>li.on>a{color:var(--green);}
.nnav_ul>li>a:before{content:'';width:1px;height:12px;background-color: var(--darkdcdcdc);position: absolute;left:0;top:17px;}
.nnav_ul>li:nth-of-type(1)>a:before{width:0;height:0;}

/* nnav end! */

/* nnav_ol start! */
.nnav_ol{width:100%;margin:0 auto;text-align:center;font-size:0;}
.nnav_ol>li{display:inline-block;margin:0 10px 15px;}
.nnav_ol>li>a{padding:10px 35px;border-radius:5px;font-size: 15px;line-height: 25px;
    outline:none;display:block;width:100%;color:var(--dark333);background-color: var(--darkf5f5f5);
}
.nnav_ol>li.on>a,.nnav_ol>li:hover>a{color:var(--white);background-color: var(--green);}
/* nnav_ol end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 500px;font-size: 16px;line-height: 2;color:var(--dark555);}
.nmains{width:100%;margin:0 auto;padding:50px 50px 60px;min-height: 450px;}
.nmains:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* nmain end! */

/* nproduct start! */
.nproduct_item{width:23.5%;float:left;margin:0 2% 40px 0;position: relative;text-align: center;}
.nproduct_item:nth-of-type(4n){margin:0 0 40px 0;}
.nproduct_item_img{width:100%;margin:0 auto;padding:50px 25px;background-color: var(--darkf5f5f5);border-radius: 10px;overflow: hidden;}
.nproduct_item_img .img{width:100%;padding:50% 0 0;position: relative;}
.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{width:100%;margin:20px auto 0;}
.nproduct_item_h a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nproduct_item_h a:hover{color:var(--green);}
/* nproduct end! */

/* nproduct_show start! */
.nproduct_top_img{width:46%;float:left;}
.nproduct_top_img .swiper-wrapper{height:auto;}
.nproduct_top_img .swiper-slide{height:auto;}
.q_n_cont_pic{position: relative;border:1px solid var(--darkdcdcdc);}
.q_n_cont_pic .img{padding:60% 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(--darkdcdcdc);padding:15px 100px;position: relative;}
.img_block{border:1px solid var(--darkdcdcdc);padding:0;}
.swiper-slide-thumb-active .img_block{border:1px solid var(--green);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(--dark555);background-color: #eee;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%;}

.nproduct_top_txt{width:50%;float:right;}

.nproduct_top_h{font-size: 35px;color:var(--dark333);line-height: 1.5;}
.nproduct_top_ul{width:100%;margin:10px auto 0;}
.nproduct_top_ul>li{width:100%;margin:0 auto;font-size: 0;}
.nproduct_top_ul>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_top_ul>li>span{display: inline-block;margin-right:20px;font-size:14px;color:var(--darka8a8a8);line-height: 25px;position: relative; }
.nproduct_top_ul>li>span:nth-of-type(1){margin-right:5px;}
.nproduct_top_ul>li>span:before{content:'';width:2px;height:10px;background-color: var(--darkc4c4c4);position: absolute;left:-10px;top:8px;}
.nproduct_top_ul>li>span:nth-of-type(1):before{width:0;height:0;}
.nproduct_top_ul>li>span:nth-of-type(2):before{width:0;height:0;}

.nproduct_top_p{margin:20px auto 0;font-size: 16px;color:var(--dark666);line-height: 2;}
.nproduct_top_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 2;}

.nproduct_top_more{margin:25px auto 0;}
.nproduct_top_more a{outline: none;display: inline-block;padding:15px 50px;border-radius: 5px;font-size: 16px;line-height: 25px;
	background-color: var(--green);color:var(--white);
}
.nproduct_top_more a:hover{background-color: var(--greenHover);}


.nproduct_top_form{width:90%;margin:40px 0 0;}

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

.nproduct_share_list>li{width:35px;float:left;margin:0 10px 0 0;}
.nproduct_share_list>li>a{outline: none;display: block;}
.nproduct_share_list>li>a>img{border-radius: 5px;overflow: hidden;}


.nproduct_content{width:100%;margin:50px auto 0;}
.nproduct_content_h{width:100%;margin:0 auto;}
.nproduct_content_h span{display: inline-block;padding:0 15px;border-left: 6px solid var(--green);font-size:24px;color:var(--dark333);line-height: 30px;}

.nzoom{width:36px;position: absolute;right:0;bottom:0;transform: translate(-50%,-50%);z-index: 9;opacity: 1;}
/* nproduct_show end! */

/* nproduct_add start! */
.param_list{width:100%;margin:0 auto;}
.param_item{width:45%;float:left;padding:25px 0;border-bottom:1px solid var(--darkdcdcdc);margin:0 10% 0 0;}
.param_item:nth-of-type(2n){margin:0 0 0 0;}
.param_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.param_item span{display: block;width: 100%;font-size: 17px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.param_item_l{width:140px;float:left;}
.param_item_r{width: calc(100% - 155px);float:right;}
.param_item .param_item_l span{font-weight: 700;}


.youdian_list{width:100%;margin:0 auto;}
.youdian_item{width:30%;float:left;margin:0 5% 0 0;text-align: center;}
.youdian_item:nth-of-type(3n){margin:0 0 0 0;}
.nmains_show_body .youdian_item_icon img{height:120px!important;}

.youdian_item_h{width:100%;margin:10px auto;font-size: 20px;color:var(--dark222);font-weight: 700;line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.youdian_item_p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark808080);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

/* nproduct_add end! */

/* nscene start! */
.nscene_top{width:76%;margin:0 0 60px;}
.nscene_top_h{font-size: 36px;color:var(--dark333);line-height: 1.5;}
.nscene_top_p{margin:10px auto 0; font-size: 18px;color:var(--dar555);line-height: 1.8;}
.nscene_top_p p{font-size: 18px;color:var(--dar555);line-height: 1.8;}

.nscene_list{width:100%;margin:0 auto;}
.nscene_item{width:23.5%;float:left;margin:0 2% 40px 0;text-align: center;}
.nscene_item:nth-of-type(4n){margin:0 0 40px 0;}
.nscene_item_img{width:100%;position: relative;overflow: hidden;border-radius: 10px;}
.nscene_item_img .img{padding:72% 0 0;}
.nscene_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);
}
.nscene_item_h{width:100%;margin:20px auto 0;}
.nscene_item_h a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nscene_item_h a:hover{color:var(--green);}

/* nscene end! */

/* nscene_show start! */
.nmains_l{width:74%;float:left;padding-right: 2%;border-right:1px solid var(--darkeee);min-height: 400px;}
.nmains_show_h{width:90%;font-size:36px;color:var(--dark333);line-height: 1.5; }
.nmains_show_span{margin:10px auto 0;font-size:0;}
.nmains_show_span span{display: inline-block;margin-right:15px;font-size: 16px;color:var(--dark333);
    line-height: 25px;vertical-align:middle;
}
.nmains_show_span span i{margin-right:5px;}
.nmains_show_span span.span_share{margin:0 0 0 20px;}
.nmains_share_ul{width:100%;}
.nmains_share_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmains_share_ul>li{width:25px;float:left;margin:0 5px 0 0;}
.nmains_share_ul>li>a{outline:none;display:block;width:100%;border-radius:3px;overflow:hidden;}
.nmains_show_info{width:100%;margin:20px auto 0;background-color: var(--darkf1f1f1);word-wrap:break-word;
	padding:20px;border-radius: 5px;font-size: 14px;color:var(--dark555);line-height: 1.6;
}
.nmains_show_body{width:100%;margin:25px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.nmains_show_body p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}
.nmains_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}


.nmains_r{width:24%;float:right;}

.asideimg_item{width:49%;float:left;margin:0 2% 0 0;text-align: center;}
.asideimg_item:nth-of-type(2n){margin:0 0 0 0;}
.asideimg_item_img{width:100%;position: relative;overflow: hidden;border-radius: 5px;}
.asideimg_item_img .img{padding:72% 0 0;}
.asideimg_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);
}
.asideimg_item_h{width:100%;margin:0 auto;padding:15px 0;}
.asideimg_item_h a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.asideimg_item_h a:hover{color:var(--green);}

/* nscene_show end! */

/* nnews start! */
.nnews_item{width:100%;position: relative;padding:50px;border-bottom:1px dashed var(--darkdcdcdc);}
.nnews_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_date{width:200px;float:left;text-align: center;color:var(--green);padding-top:15px;}
.nnews_item_date .big{font-size: 45px;font-weight: 700;line-height: 60px;}
.nnews_item_date .small{font-size: 16px;line-height: 25px;}

.nnews_item_txt{width:calc(100% - 240px);float:right;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size: 20px;color:var(--dark333);line-height: 30px;height:30px;font-weight: 700;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnews_item_span{width:100%;font-size: 14px;color:var(--dark666);line-height: 25px;margin:5px auto;}
.nnews_item_p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.nnews_item:hover{background-color: var(--green);}
.nnews_item:hover .nnews_item_date{color:var(--white);}
.nnews_item:hover .nnews_item_h a{color:var(--white);}
.nnews_item:hover .nnews_item_span{color:var(--white);}
.nnews_item:hover .nnews_item_p{color:var(--white);}
/* nnews end! */

/* nnews_show start! */
.aside_list{width:100%;margin:0 auto;}
.aside_item{width:100%;margin:30px auto 0;}
.aside_item:nth-of-type(1){margin:0 auto;}
.aside_item_h a{outline: none;display: block;width:100%;font-size: 17px;font-weight: 700;color:var(--dark);line-height: 25px;max-height: 50px;overflow: hidden;}
.aside_item_h a:hover{color:var(--green);}
.aside_item_date{margin:10px auto;font-size: 13px;color:var(--dark808080);line-height: 25px;}
.aside_item_date i{margin-right: 10px;color:var(--dark333);}
.aside_item_p{width:100%;margin:0 auto;}
.aside_item_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 23px;max-height: 46px;overflow: hidden;}

/* nnews_show end! */

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

.nabout_title{text-align: center;color:var(--dark);}
.nabout_title .big{font-size: 46px;line-height: 1.5;}
.nabout_title .small{margin:5px auto 0;font-size: 20px;line-height: 1.5;font-weight: 100;}

.ncompany{padding:100px 0 120px 50px;}
.ncompany_img{width:50%;position: relative;float:right;}
.ncompany_img .img{padding:60% 0 0;}

.ncompany_txt{width:48%;float:left;}
.ncompany_h .big{font-size: 35px;color:var(--dark333);line-height: 1.5;}
.ncompany_h .small{font-size: 22px;color:var(--green);line-height: 1.5;}
.ncompany_h .small p{font-size: 22px;color:var(--green);line-height: 1.5;}
.ncompany_p{margin:40px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}

.ncompany_number{margin:40px auto 0;}

.ncompany_number .number_main{color:var(--dark333);}
.ncompany_number .number_main .number_top{color:var(--green);}
.ncompany_number .number_item::before{background-color:var(--darkeee);}

.nvideo{background:url('../images/nvideo_bg.jpg') no-repeat center center;background-size:cover;padding:100px 0;}
.nvideo .nabout_title{color:var(--white);}
.nvideo_main{margin:40px auto 0;}
.nvideo_pause{width:50px;margin:0 auto;cursor: pointer;}

.nfactory{width:100%;margin:0 auto;position: relative;overflow: hidden;padding:80px 0;}
.nfactory_main{width:100%;margin:50px auto 0;}
.swiper_nfactory{width:140%;position: relative;left:-20%;top:0;}

.nfactory_slide{width:100%;margin:0 auto;text-align: center;}
.nfactory_slide_img{width:100%;margin:0 auto;border-radius: 25px;overflow: hidden;}
.nfactory_slide_img .img{padding:53% 0 0;}
.nfactory_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);
}

.nfactory_slide_h{width:100%;margin:20px auto 0;font-size: 16px;color:var(--dark333);line-height: 25px;height:25px;opacity: 0;transform: all .4s;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.swiper-slide-active .nfactory_slide_h{opacity: 1;}

.nfactory_btn{width:36px;height:36px;line-height: 34px;font-size: 17px;position: absolute;top:45%;transform: translateY(-50%);z-index: 5;cursor: pointer;
	text-align: center;border-radius: 50%;border:1px solid var(--green);color:var(--green);
}
.nfactory_btn:hover{background-color: var(--green);color:var(--white);}
.nfactory_btn i{display:block;line-height:34px;height:34px;position:relative;}
.nfactory_btn i:before{display:block;width:100%;height:34px;line-height:34px;position:absolute;left:0;top:0;z-index:2;}
.nfactory_btn.nfactory_btn_left{left:25%;}
.nfactory_btn.nfactory_btn_right{right:25%;}

.nevaluate{width:100%;padding:10px 50px 90px;}

.nevaluate_main{margin:50px auto 0;}

.nevaluate_slide{width:100%;margin:0 auto;text-align: center;background-color: var(--darkf5f5f5);border-radius: 10px;padding:50px 25px 130px;}
.nevaluate_slide_main{width:100%;position:relative;}
.nevaluate_slide_img img{width:120px;}
.nevaluate_slide_txt{width:100%;margin:30px auto 0;}
.nevaluate_slide_img_h{font-size:20px;color:var(--dark);font-weight: 700;line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nevaluate_slide_p{margin:15px auto 0;font-size: 16px;color:var(--dark);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nevaluate_slide_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark333);line-height: 25px;}

.nevaluate_slide_icon{width:120px;position: absolute;right:0;bottom:-145px;z-index: 5;}


.nevaluate_paginations{width:100%;margin:30px auto 0;text-align: center;}
.nevaluate_paginations .swiper-pagination-bullet-active{background-color: var(--green);}


/* nabout end! */

/* ncontact start! */
.ncontact_main{width:100%;margin:0 auto;min-height:900px;height:1040px;}
.ncontact_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel{width:50%;float:left;padding:80px 50px 100px;}

.ntel_top{width:100%;margin:0 auto;}
.ntel_top_h{font-size: 36px;color:var(--dark333);line-height: 1.5;}
.ntel_top_p{margin:10px auto 0; font-size: 18px;color:var(--dar555);line-height: 1.8;}
.ntel_top_p p{font-size: 18px;color:var(--dar555);line-height: 1.8;}

.ntel_main{margin:50px auto 0;}
.ntel_company{font-size:24px;color:var(--green);line-height: 30px;}
.ntel_list{width:90%;margin:10px 0 0;}
.ntel_item{width:100%;margin:0 auto 0;padding:10px 0;border-bottom: 1px dashed var(--darkdcdcdc);}
.ntel_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item_icon{width:30px;float:left;}
.ntel_item_txt{width:calc(100% - 40px);float:right;font-size: 17px;color:var(--dark333);line-height: 30px;}

/* ncontact end! */

/* nmessage start! */
.nmessage{margin:60px auto 0;}
.formes{width:100%;margin:0 auto;}
.form_ul{width:100%;margin:0 auto;}
.form_li{margin:10px auto 0;}
.form_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.form_li.form_li_button{margin:25px auto 0;}
.form_half{width:32.6%;float:left;margin:0 1.1% 0 0;}
.form_half:nth-of-type(3n){margin:0;}
.form_item{width:100%;margin:0 auto;}
.form_input{display: block;width:100%;border:0;border-radius: 5px;padding:10px 20px;background-color:var(--darkf5f5f5);
	font-size: 14px;color:var(--dark555);line-height: 25px;
}
.form_input::-webkit-input-placeholder{color:var(--dark555);}
.form_input::-moz-placeholder {color:var(--dark555);}
.form_input::-ms-input-placeholder {color:var(--dark555);}
.form_button{font-size: 13px;padding:10px 30px;line-height: 20px;border-radius: 5px;
	display: inline-block;border:0;color:var(--white);background-color: var(--green);
}
.form_button:hover{background-color: var(--green);}
/* nmessage end! */

/* nmap start! */
.nmap{width:50%;float:right;height:100%;}
.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;position: relative;}
.allmap b{color:var(--red);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}
.allmap iframe{width:100%;height:100%;display:block;}
/* nmap 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(--green);}
.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:-100px auto 0;padding-top:100px;}

@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;}
}

#zoomImgBlowupLens{left:0;top:0;}
