@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: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	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;}*/
.main1600{width:1600px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img>img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

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

/* q_menu start! */
.q_menu{display: inline-block;width:18px;position: fixed;right:10px;top:50%;transform: translateY(-50%);z-index: 9;}
.q_menu>li{display: block;margin:3px auto;width:100%;}
.q_menu>li>a{outline: none;display: block;width:18px;height:18px;border-radius: 50%;padding:4px;background-color: rgba(255,255,255,0);}
.q_menu>li>a>span{display: block;width:100%;height:100%;border-radius: 50%;background-color: var(--dark777);}
.q_menu>li.active>a{background-color: rgba(22,176,90,.5);}
.q_menu>li.active>a>span{background-color: var(--green);}

.fp-viewing-anchor1 .q_menu>li>a>span{background-color: var(--white);}
.fp-viewing-anchor1 .q_menu>li.active>a>span{background-color: var(--green);}
@media(max-width: 640px){
.q_menu{width:15px;right:5px;}
.q_menu>li{margin:2px auto;}
.q_menu>li>a{width:15px;height:15px;padding:3px;}
}
/* q_menu end! */

/* section_div start! */
.section_div{width:100%;height:100%;position: relative;}
.q_more{width:100%;margin:0 auto;}
.q_more a{padding:12px 50px;font-size:14px;line-height: 25px;border-radius: 50px;
	outline: none;display: inline-block;color:var(--white);background-image: var(--linear-background);
}
.q_more a i{margin-left: 5px;}
.q_more a:hover{background:none;background-color: var(--green);}
/* section_div end! */

/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index: 99;padding:0 50px;transition: all .2s;}
.header_main{width:100%;margin:0 auto;position: relative;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:360px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:20px 0;}
.q_logo>h1>a>img{height: 60px;}

.q_header img.default{display: inline-block;}
.q_header img.on{display: none;}

.q_nav{width:calc(100% - 590px);float:left;}
.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:23px 0 27px;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 17px;color:var(--dark353535);line-height: 50px;height:50px;text-transform: uppercase;}

.nav_ul>li>a:after{position: absolute;left: 50%;bottom:25px;content: "";width: 0;height: 3px;background-color:var(--green);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: 70%;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 0 1px #ccc;
}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;position:relative;}
.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(--green);}
.q_nav_son>li:hover>a{color:var(--white);}

.nav_son_ul{width:120%;position:absolute;left:100%;top:0;background-color:var(--darkf4f4f4);padding:10px 0;display:none;}
.nav_son_ul>li{width:100%;margin:0 auto;padding:0;}
.nav_son_ul>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 13px;text-align: center;line-height: 30px;color:var(--dark555);
	text-transform: capitalize;
}
.nav_son_ul>li:hover{background-color:var(--green);}
.nav_son_ul>li:hover>a{color:var(--white);}

.q_right{width:180px;float:right;padding:35px 0;}
.q_right:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_right img{height:30px;}
.q_search{width:30px;float:right;position: relative;}
.q_search a{outline: none;display: block;width:100%;}
.q_search:before{content:'';width:1px;height:18px;background-color: var(--green);position: absolute;left:-8px;top:6px;}

.q_language{width:calc(100% - 45px);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(--green);
}
.language_main>span:after{content:'\f107';font-family: "FontAwesome";width:30px;line-height: 30px;text-align:center;font-size: 15px;color:var(--green);
	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;}
.language_ul>li{position: relative;}
.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: 15px;text-transform: capitalize;}
.language_ul>li>a>img{margin-right: 5px;}

.fp-viewing-anchor1 .q_header img.default{display:none;}
.fp-viewing-anchor1 .q_header img.on{display: inline-block;}
.fp-viewing-anchor1 .q_header .nav_ul>li>a>span{color:var(--white);}
.fp-viewing-anchor1 .q_header .nav_ul>li>a:after{background-color:var(--white);}

.fp-viewing-anchor1 .q_search:before{background-color: var(--white);}
.fp-viewing-anchor1 .language_main>span{color:var(--white);}
.fp-viewing-anchor1 .language_main>span:after{color:var(--white);}

/* 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_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:10px;height:10px;background-color:var(--white);opacity:1;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--green);opacity:1;}

.banner_slide{width:100%;height:100%;position: relative;}
.banner_slide>.img{width:100%;height:100%;}
.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.banner_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%);
}
.banner_main{width:100%;margin:0 auto;color:var(--white);}
.banner_h{width:100%;margin:0 auto;}
.banner_h .cn{font-size:70px;line-height: 1.4;}
.banner_h .en{font-size:16px;line-height: 1.2;text-transform: uppercase;font-family: Arial;}
.banner_slogan{width:100%;margin:30px auto 0;font-size: 24px;line-height: 1.5;}
.banner_more{width:100%;margin:60px auto 0;}

.banner_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.fp-viewing-anchor1 .swiper-slide-active .banner_main>.banner_h{animation-name: lv-fadeInDown;animation-delay: .25s;}
.fp-viewing-anchor1 .swiper-slide-active .banner_main>.banner_slogan{animation-name: lv-fadeInDown;animation-delay: .25s;}
.fp-viewing-anchor1 .swiper-slide-active .banner_main>.banner_more{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_banner end! */

/* q_about start! */
.q_about{background:url('../images/q_about_bg.jpg') no-repeat center bottom;background-size: cover;}
.about_main{width:100%;padding:140px 0 0;}
.about_top{width:100%;margin:0 auto;}
.about_top_img{width:50%;float:right;}
.about_swiper{width:100%;margin:0 auto;position: relative;border-radius:10px;overflow: hidden;}
.about_slide{width:100%;margin:0 auto;}
.about_slide .img{padding:64% 0 0;}

.about_control{width:170px;height:108px;padding:15px 15px 10px 20px;display: none;
	background:var(--green) url('../images/about_control_bg.jpg') no-repeat center center;background-size: cover;
	position: absolute;left:0;bottom:0;z-index: 2;
}
.about_control_main{width:100%;margin:0 auto;height:100%;position: relative;}

.about_btns{width:100%;text-align: right;font-size: 0;}
.about_btns>*{display: inline-block;vertical-align:middle;}
.about_btn{width:30px;height:30px;line-height: 30px;text-align:center;font-size: 20px;color:var(--white);cursor: pointer;}
.about_btn_line{width:9px;height:30px;position: relative;}
.about_btn_line:before{content:'';width:1px;height:46%;background-color: var(--white);position: absolute;left:5px;top:32%;z-index: 2;}

.about_pagination{font-size:0;width:100%;margin:15px auto 0;}
.about_pagination span{font-size: 16px;color:var(--white);line-height: 25px;vertical-align: baseline;display: inline-block;font-family: Arial;}
.about_pagination span.dangqian{font-weight: 700;font-size: 16px;}
.about_pagination span:nth-of-type(2){margin:0 5px;}

.about_top_txt{width:42%;float:left;padding:30px 0 0;}
.about_slogan{width:100%;margin:0 auto;font-size: 30px;color:var(--dark353535);line-height: 1.2;}
.about_slogan p{width:100%;margin:0 auto;font-size: 30px;color:var(--dark353535);line-height: 1.2;}
.about_span{width:100%;margin:45px auto;font-size: 0;}
.about_span span{display: inline-block;width:50px;height:4px;background-color: var(--green);border-radius: 4px;}
.about_h{width:100%;margin:0 auto;font-size: 36px;color:var(--dark353535);line-height: 1.2;}
.about_p{width:100%;margin:20px auto 0;font-size: 16px;color:var(--dark585858);line-height: 1.8;}
.about_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark585858);line-height: 1.8;}
.about_more{margin:45px auto 0;}

.about_top_txt>*,.about_top_img{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}

.fp-viewing-anchor2 .about_top_img{animation-name: lv-fadeInDown;animation-delay: .25s;}
.fp-viewing-anchor2 .about_slogan{animation-name: lv-fadeInDown;animation-delay: .25s;}
.fp-viewing-anchor2 .about_span{animation-name: lv-fadeInDown;animation-delay: .3s;}
.fp-viewing-anchor2 .about_h{animation-name: lv-fadeInUp;animation-delay: .25s;}
.fp-viewing-anchor2 .about_p{animation-name: lv-fadeInUp;animation-delay: .3s;}
.fp-viewing-anchor2 .about_more{animation-name: lv-fadeInUp;animation-delay: .35s;}

/* q_about end! */

/* about_number start! */
.about_number{width:100%;margin:45px auto 0;}
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--dark353535);text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:20%;float:left;padding:0;text-align: center;}
.about_number_top{font-size: 40px;line-height: 45px;color:var(--green);}
.about_number_top .sub{font-size: 12px;vertical-align: text-top;font-weight: normal;}
.about_number_txt{width:100%;margin:0 auto;padding:0;font-size: 14px;line-height: 20px;height:20px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.about_number{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.fp-viewing-anchor2 .about_number{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* about_number end! */

/* section_h start! */
.section_h{width: 100%;margin:0 auto;}
.section_h .cn{font-size: 36px;color:var(--dark353535);line-height: 1.4;}
.section_h .en{font-size: 18px;color:var(--green);line-height: 1.2;text-transform: uppercase;font-family: Arial;}

.section_line{width:100%;margin:35px auto 0;font-size: 0;}
.section_line span{display: inline-block;width:50px;height:4px;background-color: var(--green);border-radius: 4px;}

.section_p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark252525);line-height:1.8;}
.section_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark252525);line-height:1.8;}

.section_btns{width:100%;margin:0 auto;font-size: 0;}
.section_btn{width:50px;height:50px;line-height: 44px;border:2px solid var(--green);font-size: 22px;
	display: inline-block;text-align: center;border-radius: 50%;color:var(--green);cursor: pointer;
}
.section_btn:hover{background-color: var(--green);color:var(--white);}
.section_btn_right{margin-left: 10px;}

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

/* section_h end! */

/* q_product start! */
.q_product{background:url('../images/q_product_bg.jpg') no-repeat center bottom;background-size: cover;}
.product_main{width:100%;padding:140px 0 0;position: relative;}
.product_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_l{width:30%;float:left;}
.product_arrow{margin:60px auto 0;font-size: 0;}
.product_btns{display: inline-block;width:110px;}
.product_paginations{width:calc(100% - 135px);float:right;padding:24px 0 0;}

.product_p{margin:45px auto 0;}

.product_r{width:62.5%;float:right;}
.product_swiper{width:100%;margin:0 auto;position: relative;}
.product_slide{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;position: relative;height:650px;}
.product_slide .img{height:100%;}
.product_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_slide_mask{width:100%;position: absolute;left:0;bottom:0;padding:50px;}
.product_slide_main{width:100%;margin:0 auto;}
.product_slide_main a{outline: none;display: block;width:100%;margin:0 auto;}
.product_slide_h{font-size: 30px;color:var(--white);line-height: 1.5;font-weight: 700;}
.product_slide_h:hover{color:var(--green);}
.product_slide_more{margin:20px auto 0;}
.product_slide_more span{display: inline-block;padding:10px 35px;border-radius: 5px;font-size: 14px;line-height: 22px;
	background-color: var(--white);color:var(--green);
}
.product_slide_more span i{margin-left: 5px;}
.product_slide_more span:hover{background-color: var(--green);color:var(--white);}

.product_more{width:25%;position: absolute;left:0;bottom:0;}

.product_l>*,.product_more,.product_swiper{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.fp-viewing-anchor3 .product_swiper{animation-name: lv-fadeInDown;animation-delay: .25s;}
.fp-viewing-anchor3 .section_h{animation-name: lv-fadeInDown;animation-delay: .25s;}
.fp-viewing-anchor3 .section_line{animation-name: lv-fadeInDown;animation-delay: .3s;}
.fp-viewing-anchor3 .product_p{animation-name: lv-fadeInDown;animation-delay: .35s;}
.fp-viewing-anchor3 .product_arrow{animation-name: lv-fadeInUp;animation-delay: .25s;}
.fp-viewing-anchor3 .product_more{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_product end! */

/* q_case start! */
.q_case{background:url('../images/q_case_bg.jpg') no-repeat center center;background-size: cover;}
.case_main{width:100%;padding:140px 0 0;position: relative;}
.case_top{width:100%;margin:0 auto;}
.case_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.case_top_l{width:25%;float:left;}
.case_top_r{width:70%;float:right;padding:86px 0 0;}
.product_nav{width:100%;text-align:right;font-size: 0;}
.product_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_nav>li{display: inline-block;margin-left:20px;}
.product_nav>li>a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark777);line-height: 25px;position: relative;}
.product_nav>li>a:after{position: absolute;left: 50%;bottom:-5px;content: "";width: 0;height: 2px;background-color:var(--green);border-radius: 2px;
	-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;
}
.product_nav>li.on>a:after,.product_nav>li:hover>a:after{width: 100%;transform: translateX(-50%);}
.product_nav>li.on>a,.product_nav>li:hover>a{color:var(--green);}

.case_swiper{width:100%;margin:50px auto 0;position: relative;}

.case_slide{width:100%;margin:0 auto;}
.case_slide_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;position: relative;}
.case_slide_img .img{padding:62% 0 0;}
.case_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);
}
a.case_slide_mask{outline: none;display: block;}
.case_slide_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;padding:20px;opacity: 0;transition: all .4s;}
.case_slide_main{width:100%;height:100%;position: relative;}
.case_slide_more{width:100%;position: absolute;left:0;bottom:0;}
.case_slide_more span{display: block;width:100%;font-size: 14px;color:var(--white);line-height: 25px;}
.case_slide_more span i{margin-left: 5px;}

/*.case_slide_img:hover .case_slide_mask,.swiper-slide-active .case_slide_img .case_slide_mask{*/
/*	opacity:1;background:url('../images/case_slide_mask.png') no-repeat center center;background-size: cover;*/
/*}*/
.case_slide_h{margin:15px auto 0;}
.case_slide_h a{outline: none;display: block;width: 100%;font-size: 19px;color:var(--dark252525);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.case_slide_h a:hover,.swiper-slide-active .case_slide_h a{color:var(--green);}

.case_paginations{margin:40px auto 0;}
.case_btns{width:100%;margin:50px auto 0;text-align: center;}
.case_btns .section_btn{margin:0 5px;}
.case_btns .section_btn.section_btn_right{margin:0 5px;}

.case_top,.case_swiper,.case_slide_more{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.fp-viewing-anchor4 .case_top{animation-name: lv-fadeInDown;animation-delay: .3s;}
.fp-viewing-anchor4 .case_swiper{animation-name: lv-fadeInUp;animation-delay: .3s;}
.fp-viewing-anchor4 .swiper-slide-active .case_slide_more{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_case end! */

/* q_partner start! */
.q_partner{background:url('../images/q_partner_bg.jpg') no-repeat center center;background-size: cover;}
.partner_main{width:100%;padding:140px 0 0;position: relative;}
.partner_top{width:70%;margin:0;}
.partner_p{margin:25px auto 0;}

.partner_swiper{width:100%;margin:50px auto 0;position: relative;}

.swiper_partner{height:415px;}
.swiper_partner .swiper-wrapper{height:415px;margin:0;}
.swiper_partner .swiper-wrapper .swiper-slide{height:calc((100% - 15px) / 4);
  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-radius: 5px;border:1px solid var(--darkeee);}

.partner_paginations{margin:40px auto 0;text-align: center;padding:0 30%;}
.partner_pagination_main{width:100%;margin:0 auto;position: relative;}
.swiper-pagination-progressbar.partner_pagination{width:100%;position: relative;left:0;top:0;
	background-color:var(--darkdcdcdc);border-radius: 2px;height:2px;
}
.swiper-pagination-progressbar.partner_pagination .swiper-pagination-progressbar-fill{background-color:var(--green);}

.arrow_button.arrow_button_left.partner_button_left{left:-50px;}
.arrow_button.arrow_button_right.partner_button_right{right:-50px;}

.partner_top,.partner_swiper{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.fp-viewing-anchor5 .partner_top{animation-name: lv-fadeInDown;animation-delay: .3s;}
.fp-viewing-anchor5 .partner_swiper{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_partner end! */

/* q_news start! */
.q_news{background:url('../images/q_news_bg.jpg') no-repeat center bottom;background-size: cover;}
.news_main{width:100%;padding:140px 0 0;position: relative;}
.news_top{width:100%;margin:0 auto;}
.news_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_top_l{width:25%;float:left;}
.news_top_r{width:70%;float:right;padding:50px 0 0;}
.news_more{width:100%;text-align: right;}

.news_tabs{margin:20px auto 0;}

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

.news_tab_l{width:12%;float:left;padding:100px 0 0;}
.news_tab_r{width:87%;float:right;}

.tab.news_tab .news_tab_head{width:100%;margin:0 auto;}
.tab.news_tab .news_tab_nav{width:100%;margin:0 auto;}
.tab.news_tab .news_tab_nav li{display: block;width:100%;margin:0 auto 25px;background: none;}
.tab.news_tab .news_tab_nav li.active{background: none;}
.tab.news_tab .news_tab_nav li a{cursor:pointer;border:0;border-radius: 0;padding:0;line-height: 30px;}
.tab.news_tab .news_tab_nav li a span{display: inline-block;font-size:16px;color:var(--dark252525);
	line-height: 30px;border-bottom: 2px solid rgba(255,255,255,0);
}
.tab.news_tab .news_tab_nav li.active a span{color:var(--green);border-bottom: 2px solid var(--green);}

.tab.news_tab .news_tab_body{width:100%;margin:0 auto;border:0;}

.news_slide{width:100%;border-radius:10px;overflow: hidden;padding:35px 30px 30px;}
.news_slide_main{width:100%;margin:0 auto;}
.news_slide_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;}
.news_slide_img .img{padding:63% 0 0;}
.news_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);
}
.news_slide_txt{margin:22px auto 0;}
.news_slide_h a{outline: none;display: block;width:100%;font-size: 16px;font-weight: 700;color:var(--dark353535);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_slide_h a:hover{color:var(--green);}
.news_slide_p{margin:15px auto 0;font-size: 14px;color:var(--dark585858);line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.news_slide_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark585858);line-height: 25px;}
.news_slide_line{width:100%;margin:20px auto;font-size: 0;height:1px;background-color: var(--darkdcdcdc);}
.news_slide_date{font-size:13px;color:var(--green);line-height: 20px;height:20px;}
.news_slide_date i{margin-right: 5px;}


.swiper-slide-active .news_slide{background-color: var(--white);box-shadow: 0 0 1px var(--darkeee);}
.news_btns{width:12%;position: absolute;left:0;bottom:30px;z-index: 2;}

.news_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.news_tab_body .tab-panel.active{animation-name: lv-fadeInUp;animation-delay: .3s;}

.news_top,.news_tabs{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.fp-viewing-anchor6 .news_top{animation-name: lv-fadeInDown;animation-delay: .3s;}
.fp-viewing-anchor6 .news_tabs{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_news end! */


/* q_footer start! */
.fp-viewing-anchor6 .q_header{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_footer{background:url('../images/q_footer_bg.jpg') no-repeat center center;background-size: cover;padding:75px 0 30px;}
.footer_h{font-size: 18px;color:var(--dark252525);line-height: 1.5;}
.footer_body{width:100%;margin:0 auto;}

.footer_t{padding:0;}
.footer_t_l{width:25%;float:left;}

.footer_tel{font-size: 24px;color:var(--green);font-weight: 700;line-height: 1.2;font-family: Arial;}
.footer_p{margin:10px auto 0;}
.footer_p p{width:100%;margin:0 auto;font-size:14px;color:var(--dark252525);line-height: 1.8;}
.footer_code{width:96px;margin:25px  0 0;text-align: center;}
.footer_code_img{width:100%;margin:0 auto;border-radius: 5px;overflow: hidden;}
.footer_code_h{margin:5px auto 0;font-size: 12px;color:var(--dark252525);height:20px;line-height: 20px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.footer_t_r{width:73%;float:right;}
.footer_list{width:100%;margin:0 auto;text-align: right;font-size:0;}
.footer_item{display: inline-block;margin-left:3%;width:14%;vertical-align: top;text-align: left;}
.footer_item:nth-of-type(2){width:18%;}
.footer_item:nth-of-type(3){width:25%;}

.footer_h a{outline: none;display: block;width:100%;color:var(--dark252525);}
.footer_h a:hover{color:var(--green);}

.footer_ul{width:100%;margin:15px auto 0;}
.footer_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item:nth-of-type(3) .footer_ul li{width:49%;float:left;margin:0 2% 0 0;}
.footer_item:nth-of-type(3) .footer_ul li:nth-of-type(2n){margin:0 0 0 0;}

.footer_ul li a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark252525);line-height: 2;}
.footer_ul li a:hover{color:var(--green);}

.footer_b{width:100%;padding:20px 0; margin:50px auto 0;}
.footer_b span,.footer_b a{margin:0 3px;line-height: 32px;font-size: 12px;color:var(--dark252525);outline: none;}
.footer_b a:hover{color:var(--green);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;height:32px;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;}

.footer_link{margin-right:20px;border-radius: 5px;border:1px solid var(--darkdcdcdc);background-color: var(--white);width:240px;}
.footer_link_main{width:100%;margin:0 auto;position: relative;text-align: left;}
.footer_link_h{width:100%;margin:0 auto;position: relative;padding:5px 20px;}
.footer_link_h span{display: block;width:100%;font-size:12px;color:var(--dark252525);line-height: 20px;height:20px;opacity:0.5;}
.footer_link_h i{width:30px;height:30px;line-height: 28px;font-size: 18px;position: absolute;top:0;right:0;cursor: pointer;
	display: block;text-align: center;color:var(--dark252525);opacity:0.5;
}
.footer_a{padding:10px 25px;border-radius: 5px;position:absolute;left:0;bottom:calc(100% + 10px);display: none;
	width:100%;margin:0 auto;border:1px solid var(--darkdcdcdc);background-color: var(--white);
}
.footer_a li{width: 100%;margin:0 auto;}
.footer_a li a{outline: none;display: block;width: 100%;margin:0 auto;font-size: 12px;color:var(--dark252525);line-height: 30px;}
/* q_footer end! */

/* nheader start! */
.q_header.nheader img.default{display:none;}
.q_header.nheader img.on{display:inline-block;}

.q_header.nheader .nav_ul>li>a:after{background-color:var(--white);}
.q_header.nheader .nav_ul>li>a>span{color:var(--white);}

.q_header.nheader .q_search:before{background-color: var(--white);}

.q_header.nheader .language_main>span{color:var(--white);}
.q_header.nheader .language_main>span:after{color:var(--white);}

.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}

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

.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--green);}
.q_header.q_header_fixed .nav_ul>li>a>span{color:var(--dark353535);}

.q_header.q_header_fixed .q_search:before{background-color: var(--green);}
.q_header.q_header_fixed .language_main>span{color:var(--green);}
.q_header.q_header_fixed .language_main>span:after{color:var(--green);}

.q_header.nheader.header_show{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}

.q_header.nheader.header_show img.default{display:inline-block;}
.q_header.nheader.header_show img.on{display:none;}

.q_header.nheader.header_show .nav_ul>li>a:after{background-color:var(--green);}
.q_header.nheader.header_show .nav_ul>li>a>span{color:var(--dark353535);}

.q_header.nheader.header_show .q_search:before{background-color: var(--green);}
.q_header.nheader.header_show .language_main>span{color:var(--green);}
.q_header.nheader.header_show .language_main>span:after{color:var(--green);}
/* nheader end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner.nbanner_show{margin:100px auto 0;}
.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:62%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;color:var(--white);}
.nbanner_h .cn{font-size: 35px;line-height: 1.5;}
.nbanner_h .en{font-size: 18px;line-height: 1.2;text-transform: uppercase;font-family: Arial;}
.nbanner_p{margin:25px auto 0;font-size: 16px;line-height: 1.5;}
.nbanner_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 1.5;}
/* nbanner end! */

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

/* nmain end! */

/* nabout start! */
.nabout_div_title{text-align: center;}
/* nabout end! */

/* ncompany start! */
.ncompany{background:url('../images/ncompany_bg.jpg') no-repeat center bottom;background-size: cover;padding:50px 0 80px;}
.ncompany_main{width:100%;}
.ncompany_title{width:100%;margin:0 auto;padding-bottom:40px;color:var(--green);position: relative;z-index: 1;}
.ncompany_title .big{font-size: 44px;font-weight: 700;line-height: 1.5;}
.ncompany_title .small{font-size: 24px;font-weight: 700;line-height: 1.2;}
.ncompany_title .en{font-size: 60px;font-weight: 700;line-height: 1.2;font-family: Arial;
	text-transform: uppercase;opacity: 0.1;position: absolute;left:0;bottom:0;
}
.ncompany_p{margin:15px auto 0;font-size: 16px;color:var(--dark585858);line-height: 2;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark585858);line-height: 2;}

.ncompany_number{margin:65px 0 0;width:60%;}
.nabout_number_item{width:25%;float:left;position: relative;padding:0 40px;text-align:center;}
.nabout_number_item:before{content:'';width:1px;height:80%;background-color:var(--darkdcdcdc);position: absolute;left:0;top:10%;}
.nabout_number_item:nth-of-type(1):before{width:0;height:0;top:0;}

/* ncompany end! */

/* nculture start! */
.nculture{background:url('../images/nculture_bg.jpg') no-repeat center bottom;background-size: cover;padding:70px 0 100px;}
.nculture_main{margin:50px auto 0;}
.nculture_item{width:19%;float:left;margin:0 1.25% 0 0;border-radius: 10px;overflow: hidden;position: relative;}
.nculture_item:nth-of-type(5n){margin:0 0 0 0;}
.nculture_item_img{width:100%;margin:0 auto;overflow: hidden;}
.nculture_item_img .img{padding:65% 0 0;}
.nculture_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);
}
.nculture_item_txt{width:100%;margin:0 auto;background-color: var(--white);padding:30px 20px;}
.nculture_item_cn{font-size: 22px;color:var(--green);font-weight: 700;line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nculture_item_en{font-size: 12px;color:var(--darkcfcfcf);line-height: 20px;height:20px;text-transform: uppercase;font-family: Arial;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nculture_item_p{width:100%;margin:10px auto 0;font-size:14px;color:var(--dark252525);line-height: 20px;height:40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nculture_item_p p{width:100%;margin:0 auto;font-size:14px;color:var(--dark252525);line-height: 20px;}
/* nculture end! */

/* ndevelopment start! */
.ndevelopmentimg>img{width:100%;}
.ndevelopment{background:url('../images/ndevelopment_bg.jpg') no-repeat center bottom;background-size: cover;padding:60px 0 80px;}
.ndevelopment_main{width:100%;margin:50px auto 0;}
.ndevelopment_swiper{width:100%;margin:0 auto;position: relative;}
.swiper_ndevelopment{width:100%;margin:0 auto;height:600px;padding:0 50px;}
.swiper_ndevelopment .swiper-wrapper{height:100%;}
.swiper_ndevelopment .swiper-wrapper .swiper-slide{height:100%;}
.ndevelopment_slide{width:100%;height:100%;position: relative;}
.ndevelopment_slide_main{width:120%;margin:0 auto;padding-left:20px;}
.ndevelopment_slide:before{content:'';width:9px;height:9px;border:2px solid var(--green);border-radius: 50%;position: absolute;left:-5px;top:55%;}
.ndevelopment_slide:after{content:'';width:1px;height:50%;background-color:var(--darkdcdcdc); position: absolute;left:-1px;top:5%;}
.ndevelopment_slide_main{width:100%;margin:0 auto;position: absolute;left:0;top:5%;}
.swiper_ndevelopment .swiper-wrapper .swiper-slide:nth-of-type(2n) .ndevelopment_slide:before{top:45%;}
.swiper_ndevelopment .swiper-wrapper .swiper-slide:nth-of-type(2n) .ndevelopment_slide:after{top:calc(45% + 9px);}
.swiper_ndevelopment .swiper-wrapper .swiper-slide:nth-of-type(2n) .ndevelopment_slide_main{top:65%;}

.ndevelopment_slide_title{width:100%;margin:0 auto;position: relative;}
.ndevelopment_slide_title:before{content:'';width:5px;height:90%;background-color: var(--green);position: absolute;top:0;left:-23px;z-index: 2;}
.ndevelopment_slide_date{font-size:24px;color:var(--green);line-height: 1.2;font-weight: 700;font-family: Arial;}
.ndevelopment_slide_h{font-size:18px;color:var(--dark252525);font-weight:700;line-height: 1.5;}
.ndevelopment_slide_p{margin:20px auto 0;font-size: 14px;color:var(--dark252525);line-height: 1.7;}
.ndevelopment_slide_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark252525);line-height: 1.7;}

/* ndevelopment end! */


/* nhonor start! */
.nhonor{background:url('../images/nhonor_bg.jpg') no-repeat center center;background-size: cover;padding:60px 0 70px;}
.nhonor_main{margin:40px auto 0;}
.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(--darke1e1e1);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-image: var(--linear-background);}
.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:50px auto 0;padding:0;border:0;}

.nhonor_swiper_p{width:100%;margin:0 auto 30px;text-align:center;font-size:18px;color:var(--dark353535);line-height: 1.5;}
.nhonor_swiper_p p{width:100%;margin:0 auto;font-size:18px;color:var(--dark353535);line-height: 1.5;}
.nhonor_swiper{width:100%;margin:0 auto;position: relative;padding:0 80px;}

.swiper_nhonor{height:375px;}
.swiper_nhonor .swiper-wrapper{height:375px;margin:0;}
.swiper_nhonor .swiper-wrapper .swiper-slide{height:calc((100% - 15px) / 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;
}
.nhonor_slide{width:100%;height:100%;margin:0 auto;position: relative;text-align:center;padding:5px;}
.nhonor_slide_img{width: 100%;position: relative;height:100%;border:1px solid var(--darkf4f4f4);}
.nhonor_slide_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%);
}

.arrow_button{width:50px;height:50px;text-align:center;line-height: 50px;font-size:22px;position: absolute;top:50%;transform: translateY(-50%);
	color:var(--white);background-color: var(--green);border-radius: 50%;cursor: pointer;
}
.arrow_button.arrow_button_left{left:0;/*background-color: var(--darkdcdcdc);*/}
.arrow_button.arrow_button_right{right:0;}

.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;}
/* nhonor end! */

/* npartner start! */
.npartner{background:url('../images/npartner_bg.jpg') no-repeat center center;background-size: cover;padding:75px 0 80px;}
.npartner_main{margin:50px auto 0;}
/* npartner end! */

/* nbusiness start! */
.nmain_l{width:240px;float:left;}
.nmain_r{width:calc(100% - 280px);float:right;}

.list{width: 100%;margin:0 auto;transition: all 0s;overflow: hidden;}
.list_title{padding:0;color: var(--white);padding:20px 25px;font-size:22px;line-height: 36px;margin:0 auto 1px;/*display: none;*/
    position: relative;outline: none;transition: all 0s;background-color: var(--green);cursor: pointer;
}
.list>ul>li{background-color:#edf0f2;border-bottom:0;margin:0 auto 1px;transition: all 0s;}
.list>ul>li>.a{padding:10px 10px 10px 20px;color: var(--dark); font-size:15px; display: block;height:56px;line-height: 36px;
	position: relative;outline: none;transition: all 0s;
}
.list>ul>li a{padding:0;color: var(--dark); font-size:14px; display: block;height:36px;line-height: 36px;position: relative;outline: none;transition: all 0s;
	vertical-align: middle;
}
.list>ul>li a{color: var(--dark);}
.list>ul>li>.a>span{width:calc(100% - 45px);height:36px;line-height: 36px;float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.list>ul>li>.a>i{width:36px;height:36px;line-height: 36px;float:right;text-align: center;display: block;font-size: 18px;transition: all 0.5s;cursor: pointer;}
.list>ul>li.on>.a>i{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.list>ul>li>ul{transition: all 0s;display: none;}
.list>ul>li.on>ul{display: block;}
.list>ul>li>ul>li { border-left:0; border-right:0; background-color:var(--darkf4f4f4);transition: all 0s;}
.list>ul>li>ul>li a{ padding:3px 0 3px 20px;transition: all 0s;color:var(--dark);height:42px;}
.list>ul>li>ul>li:hover {background-color:var(--greenbg);}
.list>ul>li>ul>li:hover a{color:var(--white);}
.list>ul>li>ul li.on2>a{color:var(--green);}
.list>ul>li.on{background-color:var(--green);}
.list>ul>li.on span a{color:var(--white);}
.list>ul>li.on i{color:var(--white);}


.nbusiness_list{margin:0 auto 45px;}
.nbusiness_item{width:32%;float:left;margin:0 2% 0 0;text-align: center;}
.nbusiness_item:nth-of-type(3n){margin:0 0 0 0;}
.nbusiness_item_img{width:100%;margin:0 auto;overflow: hidden;}
.nbusiness_item_img .img{padding:66% 0 0;}
.nbusiness_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);
}
.nbusiness_item_h{width:100%;margin:0 auto;padding:20px 0;}
.nbusiness_item_h a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark252525);line-height: 25px;height: 25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nbusiness_item_h a:hover{color:var(--green);}
/* nbusiness end! */

/* nshow start! */
.nshow_top{width:100%;margin:0 auto;text-align: center;}
.nshow_title{width:90%;margin:0 auto;font-size: 24px;/*font-style: italic;*/
	color:var(--green);line-height: 1.5;text-transform: capitalize;
}
.nshow_span{margin:25px auto 0;font-size: 0;padding:10px 20px;background-color: var(--darkfafafa);border-radius: 5px;}
.nshow_span span{display: inline-block;margin:10px 15px;font-size: 14px;color:var(--dark555);line-height: 1.2;text-transform: capitalize;}
.nshow_body{width:100%;margin:30px auto 0;min-height: 300px;}
.nshow_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
/* nshow end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:30px 0 20px;background-color:var(--darkf0f7ff);}
.nnav_ul{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.nnav_ul>li{display: inline-block;margin:0 5px 10px;}
.nnav_ul>li>a{font-size:14px;padding:10px 30px;border-radius: 50px;
	outline: none;display: block;width:100%;color:var(--dark252525);background-color: var(--white);
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{color:var(--white);background-color: var(--green);}
/* nnav end! */

/* ncase start! */
.ncase_list{width:100%;margin:0 auto 45px;}
.ncase_item{width:32%;float:left;margin:0 2% 20px 0;position: relative;}
.ncase_item:nth-of-type(3n){margin:0 0 20px 0;}

.ncase_show_txt{margin:15px auto 0;}
/* ncase end! */

/* nnews start! */
.nnews_list{width:100%;margin:0 auto 45px;}
.nnews_item{width:23.5%;float:left;margin:0 2% 25px 0;}
.nnews_item:nth-of-type(4n){margin:0 0 25px 0;}

/* nnews end! */


/* ncontact start! */
.ncontact_div_title{width:100%;margin:0 auto 30px;text-align: center;font-size: 22px;color:var(--green);line-height: 1.5;}
.ncontact_div_title span{display: inline-block;position: relative;}
.ncontact_div_title span:after{content:'';width:30px;height:3px;border-radius: 3px;
	background-color: var(--green);position: absolute;left:50%;transform: translateX(-50%);bottom:-10px;
}
.nway{background:url('../images/q_news_bg.jpg') no-repeat bottom center;background-size: cover;padding:80px 0 110px;}
.nway_txt{width:75%;float:left;}
.nway_txt_h{width:100%;margin:0 auto 10px;font-size: 22px;
	color:var(--dark252525);line-height: 1.5;
}
.nway_txt .footer_ul li{color:var(--dark222);font-size: 16px;line-height: 2;}

.nway_code{width:10%;float:right;text-align: right;}
.nway_code .code_item{width:100%;text-align: center;}
.nway_code .code_item_h{color:var(--dark555);}

.nmessage{background:url('../images/nculture_bg.jpg') no-repeat bottom center;background-size: cover;padding:80px 0;}
.nmessage_main{margin:50px auto 0;padding:0;}
/* ncontact end! */

/* formes start! */
.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:15px auto 0;text-align: center;}
.form_half{width:33%;float:left;margin:0 0.5% 0 0;}
.form_half:nth-of-type(3){margin:0 0 0 0;}
.form_item{width:100%;margin:0 auto;}
.form_input{display: block;width:100%;border:0;border-radius: 5px;padding:10px 20px;background:none;
	font-size: 14px;color:var(--green);line-height: 25px;border:1px solid var(--green);
}
.form_input::-webkit-input-placeholder{color:var(--green);}
.form_input::-moz-placeholder {color:var(--green);}
.form_input::-ms-input-placeholder {color:var(--green);}
.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);}
/* formes 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! */

@media (max-width: 640px) {
  .fp-viewing-anchor7 .q_footer {margin-bottom:0;}
  .fp-viewing-anchor1 .footer_m,.fp-viewing-anchor2 .footer_m,.fp-viewing-anchor3 .footer_m,.fp-viewing-anchor4 .footer_m,
  .fp-viewing-anchor5 .footer_m,.fp-viewing-anchor6 .footer_m,.fp-viewing-anchor7 .sp_header{display: none;}
}

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

@media (min-width: 1921px) {
.about_main{padding:20% 0 0;}
.product_main{padding:20% 0 0;}
.case_main{padding:20% 0 0;}
.partner_main{padding:20% 0 0;}
.news_main{padding:20% 0 0;}
    
}

