@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
 */
/* 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: var(--white);
	/*font-family: 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;}*/
.main1200{width:1200px;margin:0 auto;}
.main1540{width:1540px;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;}

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_scroll start! */
@keyframes downico {
  0% {margin-top: 0;opacity: 1;}
  35% {margin-top: 40px;opacity: 0;}
  65% {margin-top: -40px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.q_scroll{width:18px;height:37px;position: absolute;left:50%;bottom:6%;z-index: 3;cursor: pointer;transform: translateX(-50%);}
.q_scroll img{animation: downico 1.5s ease-out infinite;}
@media(max-width: 640px){
  .q_scroll{display: none;}
}
/* q_scroll end! */

/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index: 99;padding:0 70px;transition: all .3s;}
.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:260px;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% - 410px);float:left;text-align: right;}
.nav_ul{width:100%;margin:0 auto;font-size: 0;}
.nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li{display: inline-block;padding:0 25px;position: relative;}
.nav_ul>li:before{content:'';width:1px;height:16%;background-color: var(--white);position: absolute;left:0;top:40%;}
.nav_ul>li:nth-of-type(1):before{width:0;height:0;top:0;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:22px 0 28px;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 18px;color:var(--white);line-height: 50px;height:50px;text-transform: capitalize;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom:20px;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:140%;position: absolute;top:100%;left:-20%;padding:20px 0;
	z-index: 10;background-color:var(--white);display: none;box-shadow: 0 0 1px #ccc;
}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 13px;text-align: center;line-height: 33px;color:var(--dark555);
	text-transform: capitalize;
}
.q_nav_son>li:hover{background-color:var(--green);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_lang{width:120px;float:right;padding:29px 0 31px;font-size: 0;text-align: right;}
.q_lang:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_lang>*{display: inline-block;position: relative;vertical-align: middle;}
.q_search{width:40px;float:right;}
.q_search>a{outline: none;display: block;width:100%;}
.q_search>a>img{height:40px;}
.langs{width:80px;float:left;padding:5px 0;}
.langs a{outline: none;display: block;width:100%;color:var(--white);text-align: left;}
.langs img,.langs span{display: inline-block;height:30px;line-height: 30px;font-size: 18px;text-transform:uppercase;}
.langs span{margin-left: 5px;}


.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header.q_header_fixed img.default{display:none;}
.q_header.q_header_fixed img.on{display:inline-block;}
.q_header.q_header_fixed .nav_ul>li:before{background-color: var(--dark555);}
.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 .langs span{color:var(--dark555);}

.q_header:hover{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header:hover img.default{display:none;}
.q_header:hover img.on{display:inline-block;}
.q_header:hover .nav_ul>li:before{background-color: var(--dark555);}
.q_header:hover .nav_ul>li>a>span{color:var(--dark222);}
.q_header:hover .nav_ul>li>a:after{background-color:var(--green);}
.q_header:hover .langs span{color:var(--dark555);}
/* q_header end! */

/* arrow_btns start! */
.arrow_btns{width:100%;margin:0 auto;}
.arrow_btn{width:50px;height:50px;line-height: 46px;font-size: 27px;color:var(--white);
	text-align: center;border:1px solid var(--white);border-radius: 50%;cursor: pointer;position:absolute;top:50%;transform: translateY(-50%);z-index: 2;
}
.arrow_btn.arrow_btn_left{left:0;}
.arrow_btn.arrow_btn_right{right:0;}
/* arrow_btns end! */

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

.banner_slide{width:100%;margin:0 auto;position: relative;height:100%;}
.banner_slide .img{height:100%;}
.banner_slide_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.banner_slide_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_slide_main{width:100%;margin:0 auto;text-align: center;color:var(--white);padding:0 20px;}
.banner_slide_small{font-size:45px;font-weight: 100;line-height: 1.5;}
.banner_slide_big{margin:20px auto 0;font-size:100px;line-height: 1.5;font-family: DouyinSansBold;}

.q_banner .arrow_btn.arrow_btn_left{left:5%;}
.q_banner .arrow_btn.arrow_btn_right{right:5%;}

.q_banner .banner_pagination{width:100%;margin:0 auto;position: absolute;left:0;bottom:10%;z-index: 2;text-align: center;display: none;padding:0 20px;}
.q_banner .banner_pagination .swiper-pagination-bullet{width:30px;height:5px;background-color: var(--white);border-radius: 5px;margin:0 3px;opacity: 1;}
.q_banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--green);}

.banner_slide_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_slide_main>.banner_slide_small{animation-name: lv-fadeInDown;animation-delay: .25s;}
.swiper-slide-active .banner_slide_main>.banner_slide_big{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* 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;}
.section_title_h{font-size: 40px;color:var(--dark363636);line-height: 1.35;}
.section_title_span{width:100%;margin:30px auto 0;font-size: 0;}
.section_title_span span{display: inline-block;width:90px;height:2px;background: var(--linear-background);}
.section_p{width:100%;margin:0 auto;font-size: 17px;color:var(--dark555);line-height: 2;}
.section_p p{width:100%;margin:10px auto 0;font-size: 17px;color:var(--dark555);line-height: 2;}
.section_p p:nth-of-type(1){margin:0 auto;}

.section_more{width:100%;margin:0 auto;}
.section_more a{padding:15px 50px;font-size: 16px;line-height: 1.5;border-radius: 40px;
	outline: none;display: inline-block;background-color: var(--green);color:var(--white);transition: all 0.2s;
}
.section_more a:hover{background-color: var(--greendeep);}
/* q_section end! */

/* q_about start! */
.q_about{background:url('../images/q_about_bg.jpg') no-repeat center center;background-size: cover;padding:140px 0 120px;}
.about_main{width:100%;margin:0 auto;position: relative;}
.about_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_txt{width:45%;float:left;}

.about_body{margin:40px auto 0;}
.about_h{font-size: 33px;color:var(--dark363636);line-height: 1.3;}
.about_p{margin:15px auto 0;}

.about_more{width:100%;margin:45px auto 0;}

.about_img{width:50%;float:right;border-radius: 15px;overflow: hidden;}
.about_img img{width:100%;transition:all 0.8s;}
.about_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_about end! */


/* about_number start! */
.about_number{width:100%;margin:60px auto 0;}
.about_number_main{width:100%;margin:0 auto;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:20%;float:left;text-align: center;position: relative;}

.about_number_top{margin:10px auto 0;}
.about_number_nums{display: inline-block;font-size: 0;position:relative;}
.about_number_nums .num{font-size: 46px;line-height: 54px;
	display: inline-block;color:var(--green);font-family: DouyinSansBold;
}
.about_number_nums .sut{font-size: 22px;line-height: 30px;left:calc(100% + 15px);width:50px;
	display: inline-block;font-weight: normal;position: absolute;top:0;color:var(--green);text-align: left;
}
.about_number_nums .sub{font-size: 16px;line-height: 25px;left:calc(100% + 15px);width:50px;
	display: inline-block;font-weight: normal;position: absolute;bottom:15px;color:var(--green);text-align: left;
}

.about_number_txt{margin:5px auto 0;color:var(--dark222);}
.about_number_txt .cn{font-size: 18px;line-height: 1.3;}

/* about_number end! */

/* q_news start! */
.q_news{padding:65px 0 170px;}
.news_main{margin:50px auto 0;}
.news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_h{width:100%;margin:0 auto;padding-bottom:20px;border-bottom:1px solid var(--darkefefef);}
.news_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_h_more{width:100px;float:right;text-align: right;padding-top:10px;}
.news_h_more a{outline: none;display: block;width:100%;font-size:16px;line-height:25px;
	background-image:linear-gradient(-90deg, #1bb159 0%, #68c54f 100%);-webkit-background-clip: text;color:transparent;
}
.news_h_more:hover a{background:none;color:var(--greendeep);}
.news_h_catename{width:calc(100% - 120px);float:left;font-size: 30px;color:var(--dark222);line-height:35px;}

.news_l{width:68%;float:left;padding-right: 6%;padding-top:20px;border-right:1px solid var(--darkefefef);}
.news_img_list{width:100%;margin:20px auto 0;}
.news_img_item{width:46.5%;float:left;margin:0 7% 0 0;}
.news_img_item:nth-of-type(2n){margin:0 0 0 0;}
.news_img_item_img{overflow: hidden;}
.news_img_item_img .img{padding:58.145% 0 0;}
.news_img_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_img_item_txt{width:100%;margin:20px auto 0;}
.news_img_item_date{font-size: 15px;color:var(--dark878787);line-height: 25px;font-weight: 100;}
.news_img_item_h{margin:10px auto 0;}
.news_img_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--dark222);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_img_item_h a:hover{color:var(--green);}

.news_line{width:100%;margin:50px auto 20px;height:1px;background-color: var(--darkefefef);}

.news_list{width:100%;margin:0 auto;}
.news_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item{width:48%;float:left;margin:23px 4% 0 0;}
.news_item:nth-of-type(2n){margin:23px 0 0 0;}
.news_item a{outline: none;display: block;width:100%;color:var(--dark555);}
.news_item a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item_date{width:50px;float:left;font-size: 15px;color:var(--dark878787);line-height: 25px;font-weight: 100;}
.news_item_h{width:calc(100% - 50px);float:right;font-size: 16px;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item:hover .news_item_date{color:var(--green);}
.news_item:hover .news_item_h{color:var(--green);}

.news_r{width:32%;float:right;padding-left: 6%;}
.news_r_block{width:100%;margin:0 auto;}
.news_swiper{width:100%;margin:10px auto 0;position: relative;}

.swiper_news{height:550px;}
.news_slide{width:100%;margin:0 auto;padding:25px 0 24px;border-bottom: 1px solid var(--darkefefef);}
.news_slide_main{width:100%;margin:0 auto;}
.news_slide_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_slide_date{width:75px;float:left;border-right:1px solid var(--darkefefef);text-align: center;}
.news_slide_date_big{font-size: 30px;font-weight: 700;color:var(--dark222);line-height: 36px;}
.news_slide_date_small{font-size: 15px;font-weight: 100;color:var(--dark878787);line-height: 24px;}
.news_slide_h{width:calc(100% - 85px);float:right;}
.news_slide_h a{outline: none;display: block;width:100%;font-size:16px;color:var(--dark878787);line-height: 30px;height:60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.news_slide:hover .news_slide_date_big{color:var(--green);}
.news_slide:hover .news_slide_date_small{color:var(--green);}
.news_slide:hover .news_slide_h a{color:var(--green);}


.news_btns{width:100%;margin:0 auto;}
.news_btns:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_btn{width:50%;float:left;text-align: center;cursor: pointer;padding:10px 0;font-size: 30px;line-height: 35px;color:var(--green);}
.news_btn.swiper-button-disabled{color:var(--dark555);}

.news_swiper_bottom{height:10px;background: var(--linear-background-reverse);}

/* q_news end! */

/* q_service start! */
.q_service{background:url('../images/q_service_bg.jpg') no-repeat center center;background-size: cover;padding:100px 0 80px;}
.q_service .section_title_h{color:var(--white);}
.service_main{margin:60px auto 0;}

.service_swiper{width:100%;margin:0 auto;position: relative;}
.service_slide{width:100%;margin:0 auto;position: relative;border-radius: 10px;overflow: hidden;}
.service_slide .img{padding:208.33% 0 0;}
.img.default{display: block;}
.img.hover{display: none;}
a.service_slide_mask{outline: none;display: block;width:100%;height:100%;position:absolute;left:0;top:0;z-index: 2;color:var(--white);}

.service_slide_mask_in{width:100%;padding:35px 0;}
.service_slide_main{text-align: center;padding:0 8%;}

.service_slide_icon img{width:46px;}
.service_slide_h{margin:15px auto 0;font-size:25px;line-height: 1.5;}
.service_slide_p{margin:20px auto 0;font-size:16px;line-height: 1.8;}
.service_slide_p p{width:100%;margin:0 auto;font-size:16px;line-height: 1.8;}

.service_slide_p.default{display: block;}
.service_slide_p.hover{display: none;}


.service_slide:hover .img.default{display: none;}
.service_slide:hover .img.hover{display: block;}
.service_slide:hover .service_slide_mask_in{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%);
}
.service_slide:hover .service_slide_icon img{width:90px;}
.service_slide:hover .service_slide_p.default{display: none;}
.service_slide:hover .service_slide_p.hover{display: block;}

.arrow_btn.arrow_btn_left.service_left{left:-80px;}
.arrow_btn.arrow_btn_right.service_right{right:-80px;}

.service_more{width:100%;margin:70px auto 0;text-align: center;}

.service_slide_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.service_slide:hover .service_slide_main>.service_slide_icon{animation-name: lv-fadeInDown;animation-delay: .25s;}
.service_slide:hover .service_slide_main>.service_slide_h{animation-name: lv-fadeInDown;animation-delay: .20s;}
.service_slide:hover .service_slide_main>.service_slide_p{animation-name: lv-fadeInUp;animation-delay: .20s;}
/* q_service end! */


/* q_partner start! */
.q_partner{background:url('../images/q_partner_bg.jpg') no-repeat center center;background-size: cover;padding:120px 0 120px;}

.partner_main{width:100%;margin:50px auto 0;}
.partner_list{width:100%;margin:0 auto;}
.partner_item{width:13.6%;float:left;margin:0 0.8% 15px 0;border:1px solid var(--greenlight);}
.partner_item:nth-of-type(7n){margin:0 0 15px 0;}
.partner_item .img{padding:61.32% 0 0;}
/* q_partner end! */


/* q_message start! */
.q_message{background:url('../images/q_message_bg.jpg') no-repeat center center;background-size: cover;padding:80px 0 100px;}
.message_main{width:43%;}
.message_top{text-align: center;color:var(--white);}
.message_top_h{font-size: 45px;line-height: 1.5;}
.message_top_p{width:100%;margin:5px auto 0;font-size:15px;line-height: 1.5;}
.message_top_p p{width:100%;margin:0 auto;font-size:15px;line-height: 1.5;}

.message_form{display: block;width:100%;margin:40px auto 0;}
.message_div{width:100%;margin:20px auto 0;}
.message_div:nth-of-type(1){margin:0 auto;}
.message_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.message_div_main{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;}
.message_div_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.message_icon{width:60px;float:left;background-color: var(--green);text-align: center;padding:2px 5px;}
.message_icon img{width:50px;}
.message_input{width:calc(100% - 60px);float:right;}
.form_input{display: block;width:100%;border:0;padding:10px 25px;font-size: 17px;line-height: 34px;color:var(--green);font-weight: 100;}

.message_div.message_div_btn{margin:40px auto 0;text-align: center;}
.message_btn{padding:15px 60px;font-size: 17px;line-height: 25px;border-radius: 5px;transition: all .3s;
	display: inline-block;border:0;background-color: var(--green);color:var(--white);
}
.message_btn:hover{background-color: var(--greendeep);}

/* q_message end! */

/* q_footer start! */
.q_footer{background:url('../images/q_footer_bg.jpg') no-repeat center bottom;background-size: cover;padding:10px 100px;}
.footer_main{width:100%;margin:0 auto;color:var(--white);}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_t{padding:60px 0 60px;}
.footer_t_l{width:20%;float:left;text-align: center;}
.footer_logo img{height:150px;}
.footer_code_list{margin:50px auto 0;text-align: center;font-size:0;}
.footer_code_item{display: inline-block;width:90px;margin:0 10px 20px;}
.footer_code_img img{width:80px;border-radius: 8px;}
.footer_code_h{margin:10px auto 0;font-size: 16px;line-height: 1.5;}

.footer_t_c{width:calc(75% - 360px);float:left;margin-left: 2%;padding-top:35px;}
.footer_list{width:100%;margin:0 auto;}
.footer_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item{width:16.66%;float:left;}
.footer_item_h a{font-size: 20px;line-height: 30px;
	outline: none;display: block;width:100%;color:var(--white);font-weight: 700;
}
.footer_item_body{width:100%;margin:10px auto 0;}
.footer_ul{width:100%;margin:0 auto;}
.footer_ul>li{width:100%;margin:5px auto 0;}
.footer_ul>li:nth-of-type(1){margin:0 auto;}
.footer_ul>li>a{font-size: 16px;line-height: 1.8;font-weight: 100;
	outline: none;display: block;width:100%;color:var(--white);
}
.footer_ul>li>a:hover{color:var(--green);}


.footer_t_r{width:360px;float:right;padding-top:35px;}
.footer_ol{width:100%;margin:0 auto;}
.footer_ol>li{width:100%;margin:30px auto 0;}
.footer_ol>li:nth-of-type(1){margin:0 auto;}
.footer_ol>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_ol_icon{width:45px;float:left;}
.footer_ol_txt{width:calc(100% - 65px);float:right;}
.footer_ol_h{font-size: 17px;line-height: 24px;font-weight: 700;}
.footer_ol_p{margin:2px auto 0;font-size: 13px;line-height: 20px;text-transform:uppercase;}
.footer_ol_h span{font-size: 22px;font-weight: 700;}

.footer_ol_div{width:100%;margin:15px auto 0;}
.footer_ol_div:nth-of-type(1){margin:0 auto;}

.footer_b{border-top:1px solid rgba(255,255,255,.5);padding:30px 0;}
.footer_b_l{width:70%;float:left;}
.footer_b span,.footer_b a{margin:0 3px;line-height: 32px;font-size: 16px;color:var(--white);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_r{width:25%;float:right;text-align: right;}
.footer_icon_ul{width:100%;margin:0 auto;font-size: 0;}
.footer_icon_ul>li{display: inline-block;line-height: 32px;height:32px;margin-left: 20px;position: relative;}
.footer_icon_ul>li>a{outline: none;display: block;width:100%;height:100%;}
.footer_icon_ul>li>a>img{height:100%;}
.footer_icon_main{width:80px;position: absolute;left:50%;bottom:45px;display: none;transform: translateX(-50%);}
/* 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:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;text-align: center;padding:0 20px;color:var(--white);}
.nbanner_h{font-size: 55px;line-height: 1.5;font-family: DouyinSansBold;}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;margin: 0 auto;border-bottom: 1px solid var(--darkefefef);}
.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;margin:0 35px;}
.nnav_ul>li>a{outline: none;display:block;width:100%;font-size:17px;line-height: 1.5;color:var(--dark555);padding:25px 0;position: relative;transition: all 0.3s;}
.nnav_ul>li>a:after{position: absolute;left: 50%;bottom:0;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;
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{color:var(--green);}
.nnav_ul>li.on>a:after,.nnav_ul>li:hover>a:after{width:60%;transform: translateX(-50%);}

/* nnav end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;position: relative;min-height: 500px;}
.nmains{width:100%;margin:0 auto;position: relative;min-height: 400px;padding:50px 0;}
.ncatname{width:100%;margin:0 auto 60px;text-align: center;}
.ncatname span{display: inline-block;position: relative;font-size: 25px;color:var(--dark222);line-height: 1.5;}
.ncatname span:after{content: '';width:40%;height:3px;background-color: var(--green);border-radius: 3px;
	position: absolute;left:50%;transform: translateX(-50%);bottom:-10px;
}
.nmain_main{width:100%;margin:0 auto;position: relative;}
.nmain_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* nmain end! */

/* nabout start! */
.nabout_img{width:100%;margin:0 auto;text-align: center;}
.nabout_img img{border-radius: 5px;}
.nabout_p{margin:30px auto 0;}
.nabout_number{margin:60px auto 30px;}
/* nabout end! */

/* nhonor start! */
.nhonor_list{width:100%;margin:0 auto;}
.nhonor_item{width:23.5%;float:left;margin:0 2% 0 0;text-align: center;}
.nhonor_item:nth-of-type(4n){margin:0 0 0 0;}
.nhonor_item_img{width:100%;border:1px solid var(--darkefefef);padding:10px;}
.nhonor_item_img .img{padding:75% 0 0;}
.nhonor_item_h{width:100%;margin:0 auto;padding:25px 15px;}
.nhonor_item_h span{display: block;width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
/* nhonor end! */

/* nnews start! */
.nnews_list{width:100%;margin:0 auto 50px;}
.nnews_item{width:100%;margin:0 auto;padding:25px 0;border-bottom: 1px solid var(--darkefefef);}
.nnews_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:320px;height:220px;float:left;border-radius: 5px;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% - 360px);float:right;padding-top: 10px;}
.nnews_item_date{font-size: 15px;color:var(--dark878787);line-height: 25px;font-weight: 100;}
.nnews_item_h{margin:15px auto 0;}
.nnews_item_h a{outline: none;display:block;width:100%;font-size:22px;color:var(--dark222);line-height: 25px;height: 25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item_h a:hover{color:var(--green);}
.nnews_item_p{margin:15px auto 0;font-size: 16px;color:var(--dark555);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 25px;}

.nnews_item_more{width:100%;margin:20px auto 0;}
.nnews_item_more a{padding:10px 30px;font-size: 13px;line-height: 1.5;border-radius: 20px;
	outline: none;display: inline-block;background-color: var(--green);color:var(--white);transition: all 0.2s;
}
.nnews_item_more a:hover{background-color: var(--greendeep);}
/* nnews end! */

/* nnews_show start! */
.nnews_show_title{width:100%;margin:0 auto;text-align: center;}
.nnews_show_h{width:90%;margin:0 auto;font-size: 25px;color:var(--black);line-height: 1.5;}
.nnews_show_span{width:100%;margin:15px auto 0;text-align: center;font-size: 0;}
.nnews_show_span span{display: inline-block;margin:0 15px;font-size: 14px;color:var(--dark878787);line-height: 1.5;}
.nnews_show_span span i{font-style: normal;}
.nnews_show_body{width:100%;margin:30px auto 0;padding:0 0 25px;border-bottom: 1px dashed var(--darkefefef);min-height: 210px;font-size: 16px;
	color:var(--dark555);line-height:2;
}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 16px;line-height:2;}
.nnews_show_body p img{display:block;width:auto!important;height:auto!important;margin:10px auto!important;}

/* nnews_show end! */

/* nnotice start! */
.nnotice_item{width:100%;margin:0 auto;padding:25px 0;border-bottom: 1px solid var(--darkefefef);}
/* nnotice end! */

/* nservice start! */
.nservice_item{width:22.9%;float:left;margin:0 2.8% 30px 0;}
.nservice_item:nth-of-type(4n){margin:0 0 30px 0;}
/* nservice end! */

/* ncontact start! */
.ncontact_item{width:48.5%;float:left;margin:0 3% 40px 0;border-radius: 10px;padding:35px 50px;
	background-color: var(--green);color:var(--white);
}
.ncontact_item:nth-of-type(2n){margin:0 0 40px 0;}
.ncontact_item_icon{width:100%;margin:0 auto;}
.ncontact_item_txt{margin:15px auto 0;}
.ncontact_item_h{font-size: 17px;line-height: 24px;font-weight: 700;}
.ncontact_item_p{margin:10px auto 0;font-size: 15px;line-height: 25px;}
/* 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;}
}

