@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: Arial,Verdana,sans-serif,SourceHanSansRegular,'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;}
	.nproduct_top_more .pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
	.nproduct_top_more .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;}

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;transition: all .2s;}
.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:20px 0;}
.q_logo>h1>a>img{height: 60px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display: none;}

.q_nav{width:calc(100% - 450px);float:left;}
.nav_ul{width:100%;font-size: 0;text-align: right;}
.nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left:35px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:25px 0;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 16px;color:var(--white);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(--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:400%;position: absolute;top:100%;left:-150%;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:180px;float:right;padding:35px 0;}
.q_right:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_right img.default{display: inline-block;height:30px;}
.q_right img.on{display: none;}
.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(--white);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;}
.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{display: inline-block;width:calc(100% - 40px);float:right;position: relative;line-height: 30px;font-size: 14px;text-transform: capitalize;}
.language_main>span:after{content:'\f107';font-family: "FontAwesome";width:30px;line-height: 30px;text-align:center;font-size: 15px;color:var(--white);
	position: absolute;top:0;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: 14px;text-transform: capitalize;}
.language_ul>li>a>img{margin-right: 5px;}


.q_header.q_header_fixed{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.on>a,.q_header.q_header_fixed .nav_ul>li:hover>a{color:var(--green);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--green);}

.q_header.q_header_fixed .q_right img.default{display:none;}
.q_header.q_header_fixed .q_right img.on{display: inline-block;}
.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 end! */


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

.banner_bottom{width:100%;margin:0 auto;position: absolute;left:0;bottom:10%;z-index: 2;}
.banner_bottom_main{width:100%;text-align:right;font-size: 0;}
.banner_bottom_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.banner_buttons{display: inline-block;width:70px;}
.banner_button{display: inline-block;width:30px;height:30px;line-height: 30px;text-align:center;font-size: 20px;color:var(--white);cursor: pointer;}
.banner_button:nth-of-type(1){margin-right: 10px;}

.banner_pagination{display: inline-block;font-size:0;width:80px;float:right;}
.banner_pagination span{font-size: 20px;color:var(--white);line-height: 30px;vertical-align: baseline;display: inline-block;font-weight: 400;}
.banner_pagination span.dangqian{font-weight: 700;font-size: 22px;}
.banner_pagination span:nth-of-type(2){margin:0 5px;}


.banner_slide{width:100%;margin:0 auto;height:100%;position: relative;}
.banner_slide .img{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:60%;margin:0;color:var(--white);}
.banner_h .big{font-size: 36px;line-height: 1.3;text-transform: uppercase;font-style: italic;font-family:'LibreBaskervilleBold';}
.banner_h .small{margin:20px auto 0;font-size: 17px;line-height: 1.5;font-style: italic;}
.banner_more{margin:40px auto 0;}
.banner_more a{outline: none;display: inline-block;padding:10px 30px;font-size:18px;border-radius: 30px;
	line-height: 1.5;background-color: var(--green);color:var(--white);
}
.banner_more a:hover{background-color: var(--white);color:var(--green);}


.banner_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_main>.banner_h{animation-name: lv-fadeInUp;animation-delay: .3s;}
.swiper-slide-active .banner_main>.banner_more{animation-name: lv-fadeInUp;animation-delay: .4s;}
/* 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_title{width:100%;margin:0 auto;}
.section_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title_h{color:var(--dark);font-family:'LibreBaskervilleBold';font-style: italic;}
.section_title_h .big{font-size:40px;line-height: 1.2;text-transform: uppercase;}
.section_title_h .small{font-size:18px;line-height: 1.2;text-transform: capitalize;}
.section_title_p{width:100%;margin:10px auto 0;font-size: 14px;color:var(--dark888);line-height: 1.5;}
.section_title_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark888);line-height: 1.5;}
/* q_section end! */

/* q_product start! */
.q_product{padding:90px 0;}
.q_product .section_title{width:80%;margin:0 auto;text-align:center;}
.product_main{width:100%;margin:40px auto 0;}
.product_item{width:31%;float:left;margin:0 3.5% 0 0;}
.product_item:nth-of-type(3n){margin:0 0 0 0;}
.product_item_img{width:100%;overflow: hidden;}
.product_item_img .img{padding:75% 0 0;}
.product_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.product_item_txt{width:100%;margin:25px auto 0;}
.product_item_h a{outline: none;display: block;width:100%;line-height: 25px;height:25px;font-size: 17px;color:var(--green);font-weight: 700;text-transform: capitalize;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.product_item_h a i{margin-left: 15px;font-size: 14px;}
.product_item_p{width:100%;margin:5px auto 0;font-size: 14px;color:var(--dark888);line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.product_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark888);line-height: 22px;}
.product_item_more{width:100%;margin:15px auto 0;}
.q_more{width:100%;margin:0 auto;}
.q_more a{outline: none;display: inline-block;padding:8px 20px;font-size:12px;border-radius: 30px;
	line-height: 1.5;background-color: var(--green);color:var(--white);
}
.q_more a:hover{background-color: var(--greenBg);}

/* q_product end! */

/* q_case start! */
.q_case{padding:20px 0;}
.case_title_l{width:45%;float:left;}
.case_title_r{width:45%;float:right;}
.case_title_r .section_title_p{margin:0 auto;}
.case_main{width:100%;margin:50px auto 0;}
.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;
    background-color:var(--white);color:var(--dark222);
    /*box-shadow: 0 0 10px var(--darkdcdcdc);*/
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,.12),0px 6px 10px 0px rgba(0,0,0,.06),0px 9px 16px 8px rgba(0,0,0,.03);
}
.arrow_button.arrow_button_left{left:0;/*background-color: var(--darkdcdcdc);*/}
.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_case end! */

/* q_about start! */
.q_about{background:url('../images/about_bg.jpg') no-repeat center center;background-size: cover;height:950px;position: relative;}
.about_main{width:100%;position: absolute;left:0;bottom:0;}
.about_content{width:100%;margin:0 auto;}
.about_img{width:50%;float:right;border-top-right-radius: 25px;border-top-left-radius: 100px;overflow: hidden;}
.about_img .img{padding:60% 0 0;}
.about_txt{width:46%;float:left;padding:20px 0 0;}

.about_p{width:100%;margin:20px auto 0;font-size: 14px;color:var(--dark);line-height: 1.8;}
.about_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark);line-height: 1.8;}

.about_more{width:100%;margin:35px auto 0;}
.about_more a{outline: none;display: inline-block;padding:10px 30px;font-size:14px;border-radius: 30px;
	line-height: 1.5;background-color: var(--green);color:var(--white);transition: all .2s;
}
.about_more a:hover{background-color: var(--greenBg);}
/* q_about end! */

/* about_number start! */
.about_number{width:100%;margin:40px auto 0;}
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--dark222);text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:50%;float:left;padding:10px 0;}
.about_number_top{font-size: 36px;line-height: 40px;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: 12px;line-height: 20px;height:20px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* about_number end! */

/* q_partner start! */
.q_partner{background-color: var(--darkf7f7f7);padding:90px 0;}
.q_partner .section_title{width:80%;margin:0 auto;text-align:center;}
.partner_main{width:100%;margin:50px auto 0;}


.swiper_partner{height:210px;}
.swiper_partner .swiper-wrapper{height:210px;margin:0;}
.swiper_partner .swiper-wrapper .swiper-slide{height:calc((100% - 10px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.partner_slide{width:100%;height:100%;margin:0 auto;padding:8px;}
.partner_slide .img{outline: none;display: block;width:100%;height:100%;overflow: hidden;border-radius: 5px;}
/*.partner_slide{width:100%;margin:0 auto;position: relative;}
.partner_slide .img{padding:45% 0 0;}*/


.partner_bottom{width:100%;margin:40px auto 0;padding:0 20%;position:relative}
.partner_bottom_main{position:relative;padding:24px 65px 0;}
.partner_paginations{width:100%;margin:0 auto;padding:}
.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);}
/* q_partner end! */

/* q_news start! */
.q_news{background:url('../images/news_bg.jpg') no-repeat center center;background-size: cover;padding:90px 0;}
.news_title_l{width:30%;float:left;}
.news_title_r{width:40%;float:right;text-align:right;}
.news_more{display: inline-block;}
.news_more a{outline: none;display: inline-block;padding:10px 30px;font-size:14px;border-radius: 30px;
	line-height: 1.5;background-color: var(--green);color:var(--white);transition: all .2s;
}
.news_more a:hover{background-color: var(--greenBg);}

.news_main{width:100%; margin:40px auto 0;}

.news_r{width:30%;float:right;}
.news_list{width:100%;margin:0 auto;}
.news_item{border-top:1px solid var(--darkdcdcdc);}
.news_item:nth-of-type(1){border-top:1px solid rgba(255,255,255,0);}
.news_item_txt{padding:20px 0;}
.news_item:nth-of-type(1) .news_item_txt{padding:0 0 20px;}
.news_item_h>a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark222);line-height: 25px;height:25px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.news_item_h>a:hover{color:var(--green);}
.news_item_p{width:100%;margin:15px auto;font-size: 14px;color:var(--dark222);opacity: .5;line-height: 23px;height:46px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-transform: capitalize;
}
.news_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 23px;}
.news_item_date{font-size: 0;}
.news_item_date>*{display: inline-block;font-size: 13px;color:var(--green);line-height: 20px;vertical-align: middle;}
.news_item_date i{margin-right: 10px;}


.news_l{width:70%;float:left;}
.news_imglist{width:100%;margin:0 auto;}
.news_imglist:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_imgitem{width:50%;float:left;padding-right:4%;}
.news_imgitem_main{width:100%;margin:0 auto;}
.news_imgitem_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;height:305px;}
.news_imgitem_img .img{height:100%;}
.news_imgitem_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);
}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;background-color:var(--dark3f3f3f);padding:35px 0;}
.footer_logo img{height:35px;}
.footer_main{margin:35px auto 0;}

.footer_h{font-size: 22px;color:var(--green);line-height: 30px;font-style: italic;font-family: LibreBaskervilleBold;text-transform: uppercase;}
.footer_body{width:100%;margin:10px auto 0;}

.footer_l{width:62%;float:left;padding-right: 50px;}
.footer_p{width:80%;margin:0; font-family: 14px;color:var(--white);opacity: 0.7;line-height: 1.5;}
.footer_p p{width:100%;margin:0 auto;font-family: 14px;color:var(--white);opacity: 0.7;line-height: 1.5;}

.footer_form{margin:20px auto 0;}

.footer_c{width:30%;float:left;padding:0 50px 40px;border-left:1px solid var(--dark494949);border-right:1px solid var(--dark494949);}
.footer_ul li{width:100%;font-size:14px;color:var(--white);line-height: 1.7;text-transform: capitalize;}

.footer_share{margin:30px auto 0;}
.footer_share_h{font-size: 18px;color:var(--white);line-height: 25px;opacity: 0.7;}
.share_list{margin:10px auto 0;}
.share_list li{width:30px;float:left;margin-right: 10px;}
.share_list li a{outline: none;display: block;width:100%;}
.share_list li a img{width:100%;}

.footer_r{width:8%;float:right;padding-left:35px;}
.code_item{width:100%;margin:15px auto 0;text-align: center;}
.code_item:nth-of-type(1){margin:0 auto;}
.code_item_img img{width:100%;}
.code_item_h{margin:10px auto 0; font-size: 12px;color:var(--white);line-height: 25px;text-transform: capitalize;}

/* q_footer 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:30px auto 0;}
.form_half{width:31%;float:left;margin:0 3.5% 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;padding:10px 0;background:none;
	font-size: 14px;color:var(--dark888);line-height: 25px;border-bottom:1px solid var(--dark656565);
}
.form_input::-webkit-input-placeholder{color:var(--dark888);}
.form_input::-moz-placeholder {color:var(--dark888);}
.form_input::-ms-input-placeholder {color:var(--dark888);}
.form_button{font-size: 13px;padding:10px 50px;line-height: 20px;border-radius: 30px;
	display: inline-block;border:0;color:var(--white);background-color: var(--green);
}
.form_button:hover{background-color: var(--greenBg);}
/* formes 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:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_mask_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.nbanner_h{font-size: 30px;line-height: 1.5;font-family: LibreBaskervilleBold;font-style: italic;text-transform: uppercase;}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;background-color: var(--darkf0f7ff);padding:35px 0 25px;}
.nnav_ul{width:100%;margin:0 auto;text-align:center;font-size: 0;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{display: inline-block;width:19%;margin:0 0.45% 10px;}
.nnav_ul>li>a{outline: none;display: block;width:100%;font-size: 15px;line-height: 25px;padding:10px 30px;border-radius: 30px;
	background-color: var(--white);color:var(--dark222);text-transform: capitalize;
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{background-color: var(--green);color:var(--white);}
/* nnav end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 1.5;min-height: 500px;}
.nmains{padding:60px 0;min-height: 400px;}

/* nmain end! */

/* nproduct start! */
.nproduct_item{width:23.5%;float:left;margin:0 2% 50px 0;position: relative;}
.nproduct_item:nth-of-type(4n){margin:0 0 50px 0;}

/* nproduct_show */
.nproduct_top_img{width:30%;float:left;}
.nproduct_swiper{width:100%;margin:0 auto;position:relative;}
.nproduct_slide{width:100%;margin:0 auto;}
.nproduct_slide .img{padding:100% 0 0;}

.nproduct_swiper .arrow_button{z-index:2;top:50%;transform:translateY(-50%);
    /*background-color:var(--white);color:var(--dark222);*/
    /*box-shadow: 0 0 10px var(--darkdcdcdc);*/
    /*box-shadow: 0px 3px 3px -3px rgba(0,0,0,.12),0px 6px 10px 0px rgba(0,0,0,.06),0px 9px 16px 8px rgba(0,0,0,.03);*/
}
.nproduct_swiper .arrow_button.arrow_button_left{left:-65px;}
.nproduct_swiper .arrow_button.arrow_button_right{right:-65px;}


.nproduct_top_txt{width:62%;float:right;padding:40px 0 0;}
.nproduct_top_h{font-size: 28px;color:var(--green);line-height: 35px;}
.nproduct_top_p{margin:25px auto 0;font-size: 16px;color:#969696;line-height: 1.7;}
.nproduct_top_p p{width:100%;margin:0 auto;font-size: 16px;color:#969696;line-height: 1.7;}
.nproduct_top_tel{margin:50px auto 0;font-size: 16px;color:var(--green);line-height: 25px;}
.nproduct_top_tel span{font-weight: 700;font-family: Arial;}
.nproduct_top_more{margin:20px auto 0;}
.nproduct_top_more a{outline: none;display: inline-block;padding:10px 25px;font-size: 16px;line-height: 25px;
	background-image:var(--linear-background-right);color:var(--white);
}
.nproduct_top_more a span{margin-left: 10px;}
.nproduct_content{margin:60px auto 0;}
.nproduct_head{background-color: #f4f4f4;}
.nproduct_head span{display: inline-block;padding:10px 25px;font-size: 16px;line-height: 25px;
	background-image:var(--linear-background-right);color:var(--white);
}
.nproduct_body{padding:30px 0;border-bottom: 1px solid #ddd;font-size: 18px;color:var(--dark555);line-height:2;min-height: 360px;}
.nproduct_body p{width:100%;margin:0 auto;font-size: 18px;color:var(--dark555);line-height:2;}
.nproduct_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
/* nproduct end! */

/* header_show start! */
.q_header.header_show{background-color: var(--white);box-shadow: 0 0 1px #fff;}
.q_header.header_show.q_header_fixed{box-shadow: 0 0 1px #809cbb;}
.q_header.header_show .q_logo>h1>a>img.default{display:none;}
.q_header.header_show .q_logo>h1>a>img.on{display: inline-block;}

.q_header.header_show .nav_ul>li>a>span{color:var(--dark222);}
.q_header.header_show .nav_ul>li.on>a,.q_header.header_show .nav_ul>li:hover>a{color:var(--green);}
.q_header.header_show .nav_ul>li>a:after{background-color:var(--green);}

.q_header.header_show .q_right img.default{display:none;}
.q_header.header_show .q_right img.on{display: inline-block;}
.q_header.header_show .q_search:before{background-color: var(--green);}
.q_header.header_show .language_main span{color:var(--green);}
.q_header.header_show .language_main span:after{color:var(--green);}
/* header_show end! */

/* nbanner_show start! */
.nbanner.nbanner_show{margin:100px auto 0;}
/* nbanner_show 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;font-family: LibreBaskervilleBold;
}
.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! */

/* ncase start! */
.ncase_list{padding-bottom: 20px;}
.ncase_item{width:23.5%;float: left;margin:0 2% 30px 0;position: relative;text-align: center;}
.ncase_item:nth-of-type(4n){margin:0 0 30px 0;}
.ncase_item_img{width:100%;margin:0 auto;position: relative;overflow: hidden;border-radius: 5px;}
.ncase_item_img .img{padding:72% 0 0;}
.ncase_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.ncase_item_h{width:100%;margin:20px auto 0;}
.ncase_item_h a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark222);text-transform: capitalize;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.ncase_item_h a:hover{color:var(--green);}
/* ncase end! */

/* nnews start! */
.nnews_item{margin:0 auto 35px;padding:35px 0 35px 35px;background-color: #f8f8f8;}
.nnews_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:376px;height:250px;float:left;overflow: hidden;}
.nnews_item_img .img{height:100%;}
.nnews_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_item_txt{width:calc(100% - 430px);height:250px;float:right;position: relative;padding:40px 220px 0 0;}
.nnews_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item_h a:hover{color:var(--green);}
.nnews_item_p{margin:25px auto 0;font-size: 16px;color:#979797;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_more{margin:25px auto 0;}
.nnews_item_more a{outline: none;display: inline-block;font-size: 14px;color:#979797;line-height: 20px;}
.nnews_item_more a:hover{color:var(--green);}
.nnews_item_date{width:160px;height:170px;position: absolute;top:40px;right:0;border-left: 1px solid #ddd;}
.nnews_item_date_block{width:100%;height:100%;position: relative;text-align: center;color:#bbb;font-size: 0;}
.nnews_span{display: inline-block;width:100%;font-weight: 700;font-family: Arial;}
.nnews_span.span1{font-size: 16px;line-height: 20px;height:20px;position: absolute;left:0;bottom:55px;}
.nnews_span.span2{display: none;}
.nnews_span.span3{font-size: 46px;line-height: 55px;height:55px;position: absolute;left:0;top:45px;}
.nnews_item:hover .nnews_item_h a{color:var(--green);}
.nnews_item:hover .nnews_span{color:var(--green);}
/* nnews end! */

/* nabout start! */
.nabout_div_main{width:100%;margin:0 auto;position: relative;}
.nabout_div_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nabout_div_title{width:100%;text-align: center;margin:0 auto 40px;font-size: 24px;font-style: italic;text-transform: capitalize;
	color:var(--green);line-height: 1.5;font-family: LibreBaskervilleBold;
}

.ncompany{padding:80px 0;}
.ncompany_img{width:45%;float:right;margin:80px auto 0;}
.ncompany_img .img_about{border-radius: 10px;overflow: hidden;}
.ncompany_txt{width:50%;float:left;padding:50px 0 0;}
.ncompany_txt .small{margin:10px auto 0}
.ncompany .about_number_main{text-align:center;}

.nculture{background:url('../images/nculture_bg.jpg') no-repeat bottom center;background-size: cover;padding:80px 0;}
.nculture_item{width:49%;float: left;margin:0 2% 25px 0;padding:35px 35px 30px;
	background-image: var(--linear-background-right);border-radius: 10px;overflow: hidden;/*box-shadow: 0 0 3px var(--green);*/
}
.nculture_item:nth-of-type(2n){margin:0 0 25px 0;}
.nculture_item_h{font-size:22px;color:var(--white);text-transform: capitalize;line-height:30px;
    font-family: LibreBaskervilleBold;
}
.nculture_item_p{margin:10px auto 0; font-size:14px;color:var(--white);line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-family: LibreBaskervilleBold;
}

.nevent{background:url('../images/nevent_bg.png') no-repeat bottom center;background-size: cover;padding:80px  0;}
.nevent_swiper{width:100%;margin:0 auto;position: relative;padding:0 80px;}
.nabout .arrow_button{top:50%;transform: translateY(-50%);}
.nevent_slide{width:100%;margin:0 auto;position: relative;background-color: var(--darkf0f7ff);padding:25px 25px;border-radius: 10px;overflow: hidden;}
.nevent_slide_main{width:100%;margin:0 auto;}
.nevent_slide_h{width:100%;font-size: 17px;color:var(--dark);line-height: 25px;height:50px;text-transform: capitalize;font-family: LibreBaskervilleBold;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nevent_slide_p{width:100%;margin:15px auto 0;font-size: 14px;color:var(--dark555);line-height: 22px;height:154px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;
}
.nevent_slide_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height: 22px;}

.nhonor{background:url('../images/nhonor_bg.jpg') no-repeat bottom center;background-size: cover;padding:100px 0;}
.nhonor_swiper{width:100%;margin:0 auto;position: relative;padding:0 80px;}
.nhonor_slide{width:100%;margin:0 auto;position: relative;text-align:center;}
.nhonor_slide_img{width: 100%;position: relative;padding: 77.5% 0 0;}
.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%);
}

/* nabout end! */

/* ncontact start! */
.nway{padding:80px 0 110px;}
.nway_txt{width:75%;float:left;}
.nway_txt_h{width:100%;margin:0 auto 10px;font-size: 22px;
	color:var(--dark);line-height: 1.5;font-style: italic;text-transform: capitalize;font-family: LibreBaskervilleBold;
}
.nway_txt .footer_ul li{color:var(--dark222);font-size: 16px;}

.nway_code{width:20%;float:right;}
.nway_code .code_item{width:49%;float:left;margin:0 2% 0 0;}
.nway_code .code_item:nth-of-type(2n){margin:0 0 0 0;}
.nway_code .code_item_h{color:var(--dark555);}

.nmessage{background-color:url('../images/nculture_bg.jpg') no-repeat top center;background-size: cover;
    background:none;background-color:var(--darkf7f7f7);
    padding:80px 0;
}
.nmessage .form_input{border-bottom: 1px solid var(--green);color:var(--green);}
/* ncontact end! */


/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
  .q_footer {margin-bottom: 60px;}
  .footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color:var(--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;}
}

