@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
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,'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;}*/
.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;
  -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;
}
.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;padding:0;position: fixed;left:0;top:0;z-index:999;border-bottom:1px solid rgba(255,255,255,.1);transition: all .3s;}
.header_main{padding:0 50px;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:210px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:10px 0;transition: all .3s;}
.q_logo>h1>a>img{display: inline-block;height:80px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display:none;}

.q_nav{width:calc(100% - 630px);float:left;}
.nav_ul{width:100%;text-align:right;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left: 60px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:25px 0;position: relative;transition: all .3s;}
.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%);}
.nav_ul>li>a>span{display: block;width:100%;font-size: 16px;color:var(--white);line-height: 50px;height:50px;}

/* q_nav_son */
.q_nav_son{width:200%;position: absolute;top:100%;left:-50%;padding:10px 0;z-index: 10;background-color: var(--white);display: none;box-shadow: 0 1px 1px #809cbb;}
.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);}
.q_nav_son>li:hover{background-color:var(--red);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_right{width:380px;float:right;}
.q_right:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_tel{width:230px;float:left;padding:25px 0;transition: all .3s;font-size: 0;}
.q_tel img{display: inline-block;height:50px;vertical-align: middle;}
.q_tel img.default{display: inline-block;}
.q_tel img.on{display:none;}
.q_tel span{display: inline-block;vertical-align: middle;font-size: 22px;font-weight: 700;color:var(--white);line-height: 50px;height:50px;font-family: Arial;}
.q_language{width:calc(100% - 240px);float:right;padding:27px 0 25px;}
.language_main{width:100%;position: relative;background-color: var(--red);color:var(--white);border-radius: 6px;height:100%;padding:7px 15px 9px;}
.language_main>span{display: block;width:100%;font-size: 16px;text-transform: capitalize;line-height: 30px;height:30px;font-weight: 700;}
.language_arrow{width:30px;height:30px;line-height: 30px;text-align: center;font-size: 20px;position: absolute;top:8px;right:10px;cursor: pointer;}
.language_ul{width:100%;position:absolute;left: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(--red);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 2px #809cbb;}
.q_header.q_header_fixed .q_logo>h1>a>img.default{display:none;}
.q_header.q_header_fixed .q_logo>h1>a>img.on{display:inline-block;}

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

.q_header.q_header_fixed .q_tel img.default{display:none;}
.q_header.q_header_fixed .q_tel img.on{display:inline-block;}
.q_header.q_header_fixed .q_tel span{color:var(--red);}
/* q_header 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%;height:100%;position: relative;}
.banner_slide .img{height:100%;}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:12px;height:12px;background-color: var(--white);opacity: 0.3;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--white);opacity: 1;}
.q_banner .swiper_banner .swiper_button_banner{background:none;width:50px;height:50px;line-height: 50px;transform: translateY(-50%);font-size: 25px;
  text-align: center;border-radius: 50%;border:1px solid var(--white);color:var(--white);opacity: 0;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner:after{content:'';}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}

.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;}
.banner_h{width:100%;margin:0 auto;}
.banner_h span{background-image:var(--linear-background);-webkit-background-clip:text;color:transparent;}
.banner_h .cn{font-size: 52px;font-weight: 700;line-height: 60px;}
.banner_h .en{margin:5px auto 0;font-size: 22px;line-height: 30px;text-transform: capitalize;}
.banner_p{margin:30px auto 0;color:var(--white);font-size: 18px;line-height: 30px;}
.banner_p p{width:100%;margin:0 auto;color:var(--white);font-size: 18px;line-height: 30px;}



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

/* q_banner end! */

/* q_hot start! */
.q_hot{padding:40px 0;background-color: #262626;}
.hot_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.hot_list{width:45%;float:left;}
.hot_ul{width:100%;padding:10px 0 0;}
.hot_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.hot_ul>li{float:left;margin-right: 15px;}
.hot_ul>li>a{outline: none;display: block;width:100%;font-size: 17px;color:var(--white);line-height: 30px;opacity: .8;}
.hot_ul>li>a:hover{color:var(--red);opacity: 1;}
.hot_ul>li>a>span{color:var(--red);margin-right: 5px;text-transform: uppercase;}
.hot_ul>li:nth-of-type(1)>a{font-weight: 700;opacity: 1;}

.hot_form{width:52%;float:right;}
.hot_forms:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.hot_form_div{float:left;background-color: var(--white);}
.hot_form_q{width:70%;}
.hot_form_btn{width:29%;float:right;background-color: var(--red);}
.hot_form_input{display: block;width:100%;padding:15px 25px;font-size: 14px;color:var(--dark222);line-height: 30px;border:0;border-radius: 0;background:none;}
.hot_form_input img{display: inline-block;height:30px;}
.hot_form_btn .hot_form_input{cursor: pointer;}

/* q_hot end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;padding:0;position: relative;}
.section_title{width:100%;margin:0 auto;}
.section_title span{background-image:var(--linear-background);-webkit-background-clip:text;color:transparent;}
.section_title .cn{font-size: 45px;line-height: 50px;font-weight: 700;}
.section_title .en{margin:5px auto 0;font-size: 18px;line-height: 25px;text-transform: uppercase;font-weight: 700;font-family: Arial;}
.section_p{margin:10px auto 0;font-size: 17px;color:var(--white);line-height: 25px;}
.section_main{width:100%;margin:0 auto;position: relative;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
/* q_section end! */

/* q_product start! */
.q_product{padding:90px 0 100px;background:url('../images/product_bg.jpg') no-repeat center top;height:1250px;background-size:cover;}
.q_product .section_title{text-align:center;}
.q_product .section_title span{color:var(--white);}
.q_product .section_p{text-align:center;}
.q_product .product_main{margin:40px auto 0;}
.product_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_l{width:300px;height:930px;float:left;padding:80px 70px 50px 40px;color:var(--white);
	background:url('../images/product_l_bg.jpg') no-repeat center bottom;
}
.product_title .cn{font-size: 30px;line-height: 48px;}
.product_title .en{margin:3px auto 0;font-size: 13px;line-height: 20px;text-transform: uppercase;font-family: Arial;}
.product_nav{margin:30px auto 0;}
.product_nav>li{margin:0 auto 10px;}
.product_nav>li>a{outline: none;display: block;padding:8px 5px;text-align:center;font-size: 16px;background-color: #ececec;color:var(--red);line-height: 25px;}
.product_nav>li>a:hover{background:none;background-image:var(--linear-background-red2);color:var(--white);}
.product_more{margin:135px auto 0;}
.product_more>a{outline: none;display: block;width:100%;padding-bottom: 10px;border-bottom: 1px solid var(--white);color:var(--white);}
.product_more>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_more>a>img{display: block;width:20px;float: right;}
.product_more>a>span{display: block;width:calc(100% - 25px);float:left;font-size: 14px;color:var(--white);line-height: 20px;height:20px;}
.product_r{width:calc(100% - 300px);height:930px;float:right;}
.product_item{width:calc(100% / 3);float:left;background-color:#f0f0f0;padding:60px 60px 30px;position: relative;height:330px;}
.product_item:nth-of-type(1){width:50%;height:600px;}
.product_item:nth-of-type(2){width:50%;background-color: #fffaf1;height:600px;}
.product_item:nth-of-type(3){background-color: #ecf7ff;}
.product_item:nth-of-type(4){background-color: #f9f9f9;}
.product_item:nth-of-type(5){background-color: #ecf7ff;}
.product_item_h>a{outline: none;display: block;width:100%;font-size:25px;color:#333;line-height: 32px;}
.product_item_h>a:hover{color:var(--red);}
.product_item_more{margin:25px auto 0;}
.product_item_more>a{display: inline-block;padding:0 0 7px;border-bottom:1px solid #999;color:#999;font-size: 15px;line-height: 25px;}
.product_item_more>a i{margin-left: 25px;}

.product_item:nth-of-type(1) .product_item_more>a{border-bottom:1px solid var(--yellow2);color:var(--yellow2);}
.product_item:nth-of-type(2) .product_item_more>a{border-bottom:1px solid var(--yellow2);color:var(--yellow2);}

.product_item_img{width:85%;margin:0 auto;}
.product_item_img .img{padding:100% 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:nth-of-type(n+3) .product_item_img{width:50%;position: absolute;right:20px;bottom:20px;}

/* q_product end! */

/* q_number start! */
.q_number{background-color: #262626;padding:45px 0;}
.number_main{width:100%;margin:0 auto;}
.number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.number_item{width:20%;float:left;padding:0 30px;text-align: center;position: relative;
	background-image:var(--linear-background);-webkit-background-clip:text;color:transparent;
}
.number_item:after{content:'';width:1px;height:70%;background-color: #444;position: absolute;left:0;top:15%;z-index: 1;}
.number_item:before{content:'';width:3px;height:10px;background-color: var(--yellowLight);position: absolute;left:-1px;top:15%;z-index: 3;}

.number_item:nth-of-type(1):after{width:0;}
.number_item:nth-of-type(1):before{width:0;}
.number_top{font-size:0;}
.number_top span{display: inline-block;font-size:35px;line-height:50px;font-weight: 700;vertical-align: middle;}
.number_top span.sub{font-size: 14px;font-weight: 400;}
.number_top span.timer+span{margin-left: 10px;}
.number_txt{width:100%;margin:10px auto 0;padding:0;}
.number_txt .cn{font-size: 17px;line-height: 25px;height:25px;}
/* q_number end! */

/* q_about start! */
.q_about{width:100%;margin:0 auto;background:url('../images/about_bg.jpg') no-repeat center top;height:800px;padding:150px 0 50px;background-size:cover;}
.about_l{width:47%;float:left;}
.about_p{margin:25px auto 0;font-size: 16px;color:var(--white);line-height: 2;}
.about_p p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--white);line-height: 2;}
.about_p p:nth-of-type(1){margin:0 auto;}
.about_more{margin:50px auto 0;}
.about_more a{outline: none;display: inline-block;padding:7px 30px;border-radius: 6px;background-color: var(--red);color:var(--white);font-size: 14px;line-height: 25px;}
.about_more a:hover{background-color: var(--yellow);}
.about_r{width:47%;float:right;}
.about_row{width:100%;margin:0 auto;position: relative;}
.about_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_item{width:49.85%;float:left;padding:35px 30px;background-color: rgba(0,0,0,.3);color:var(--white);}
.about_item:nth-of-type(2n){margin-left: .3%;}
.about_row1{margin:0 auto 3px;}
.about_row1 .about_item{float:right;}
.about_item:hover{background:none;background-image:var(--linear-background-red);}
.about_item_h .en{font-size: 14px;text-transform: capitalize;line-height: 20px;}
.about_item_h .cn{font-size: 28px;line-height: 35px;}
.about_item_add{margin:80px auto 0;}
.about_item_add:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_item_icon{width:35px;float:left;}
.about_item_more{width:50%;float:right;text-align:right;padding:10px 0 0;}
.about_item_more a{outline: none;display: inline-block;font-size:14px;color:var(--white);text-transform:capitalize;line-height: 25px;}
.about_item_more a:hover{color:var(--red);}
/* q_about end! */

/* q_news start! */
.q_news{padding:80px 0;background:url('../images/news_bg.jpg') no-repeat center bottom;background-size:cover;}
.news_title{width:100%;margin:0 auto;padding-right: 15%;position: relative;}
.news_title .section_title .cn span{background:none;color:var(--red);}
.news_title .section_title .en span{background:none;color:var(--yellow);}
.section_span{margin:5px auto 15px;font-size: 0;}
.section_span span{display: inline-block;width:30px;height:3px;background-color:var(--red);}
.news_title .section_p{color:#565656;}
.news_title .about_more{width:15%;position: absolute;right:0;bottom:0;text-align:right;}

.news_main{margin:40px auto 0;}
.news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.news_l{width:60%;float:left;}
.news_l:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_items{width:48.5%;float:left;margin:0 3% 0 0;}
.news_items:nth-of-type(2n){margin:0;}

.news_r{width:38%;float:right;}
.news_list{width:100%;margin:0 auto;}
.news_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_list .news_item{margin:25px auto 0;}
.news_list .news_item:nth-of-type(1){margin:0 auto;}
.news_item_h a{outline: none;display: block;font-size: 18px;color:var(--dark222);font-weight: 700;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_h a:hover{color:var(--red);}
.news_item_p{margin:10px auto 0;font-size: 16px;color:#626262;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_date{margin:10px auto 0;font-size: 13px;color:#626262;line-height: 20px;}

.news_item_txt{margin:15px auto 0;}
.news_item_img{width:100%;height:285px;border-radius:6px;overflow: hidden;}
.news_item_img .img{height:100%;}
.news_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;padding:60px 0;background-color: #323232;border-bottom:10px solid var(--yellow);}
.footer_block{float:left;height:300px;position: relative}
.footer_block:before{content:'';width:1px;height:100%;background-color: #2c2c2c;position: absolute;left:0;top:0;}
.footer_block:nth-of-type(1):before{width:0;}
.footer_l{width:25%;padding-right: 30px;}
.footer_h{margin:20px auto 0;font-size: 22px;color:var(--darkb7b7b7);line-height: 30px;}
.footer_p{margin:15px auto 0;}
.footer_p p{width:100%;font-size: 14px;color:var(--darkb7b7b7);line-height: 25px;}
.footer_form{margin:20px auto 0;}
.footer_form a{display: inline-block;outline: none;padding:7px 30px;border-radius: 6px;background-color: var(--yellow);color:var(--black);font-size: 14px;line-height: 25px;}
.footer_form a:hover{background-color: var(--red);color:var(--white);}

.footer_c{width:42%;padding-left: 70px;}
.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:32%;float:left;margin:0 2% 0 0;}
.footer_item:nth-of-type(3n){margin:0;}
.footer_item_h>a{outline: none;display: block;font-size: 22px;color:var(--white);line-height: 30px;}
.footer_ul{margin:20px auto 0;}
.footer_ul>li{margin:0 auto 5px;}
.footer_ul>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--darkb7b7b7);line-height: 25px;}
.footer_ul>li>a:hover{color:var(--white);}

.footer_r{width:33%;padding-left: 40px;}
.footer_a{width:100%;margin:0 auto;}
.footer_a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_a a{outline: none;display: inline-block;margin:0 10px 10px 0;padding:3px 10px;border:1px solid #444;background-color: #292929;color:var(--darkb7b7b7);
	font-size: 12px;line-height: 20px;
}
.footer_b{margin:20px auto 0;}

.footer_b span,.footer_b a{margin:0 4px;line-height: 25px;font-size: 13px;color:var(--darkb7b7b7);outline: none;}
.footer_b a:hover{color:var(--red);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;width:25px;margin-right: 8px;}

.footer_link{margin:20px auto 0;padding:20px 0;border-top:1px solid #2c2c2c;}
.footer_link_ul{text-align:right;font-size:0;}
.footer_link_ul>li{display:inline-block;margin-left:15px;}
.footer_link_ul>li>a{display:block;outline:none;width:100%;color:var(--white);font-size:22px;line-height:30px;opacity:.6;}
.footer_link_ul>li>a:hover{opacity:1;}

/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner_block{width:100%;margin:0 auto;position: relative;}
.nbanner>.nbanner_block>.img{padding:36.45% 0 0;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:55%;text-align: center;color:var(--white);
	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;}
.nbanner_h .cn{font-size: 56px;line-height: 65px;}
.nbanner_h .en{margin:5px auto 0;font-size: 18px;line-height: 25px;text-transform:uppercase;font-family: Arial;}
.nbanner_span{margin:25px auto;text-align: center;font-size: 0;}
.nbanner_span span{display: inline-block;width:30px;height:3px;background-color: var(--white);position: relative;z-index: 2;}
.nbanner_span span:before{content:'';width:500%;height:1px;background-color: rgba(255,255,255,.2);position: absolute;left:-200%;top:1px;z-index: 1;}
/* nbanner end! */

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

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:0;position: absolute;left:0;bottom:35px;}
.nnav_main{width:100%;margin:0 auto;}
.nnav_ul{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.nnav_ul>li{margin:0 5px 10px;display: inline-block;}
.nnav_ul>li>a{outline: none;display: block;width:100%;padding:10px 50px;background-color: var(--white);color:var(--black);border-radius: 5px;font-size: 18px;line-height: 25px;}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{background-color: var(--red);color:var(--white);}
/* nnav end! */

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


/* nabout start! */

/* ncompany */
.ncompany{padding:80px 0;}
.ncompany_img{width:50%;float:right;overflow: hidden;border-radius: 20px;border-bottom-right-radius: 120px;}
.ncompany_img .img{padding:62.5% 0 0;}
.ncompany_txt{width:45%;float:left;padding: 20px 0 0;}
.ncompany_h .en{font-size: 35px;color:rgba(0,0,0,.3);line-height: 40px;text-transform:capitalize;font-family: Arial;font-weight: 700;}
.ncompany_h .cn{margin:3px auto 0;font-size: 33px;color:var(--red);line-height: 40px;}
.ncompany_slogan{margin:35px auto;font-size: 22px;color:var(--dark222);line-height: 32px;}
.ncompany_slogan p{width:100%;margin:0 auto;font-size: 22px;color:var(--dark222);line-height: 32px;}
.ncompany_p{font-size: 16px;color:var(--dark555);line-height: 1.8;}
.ncompany_p p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark555);line-height: 1.8;}
.ncompany_p p:nth-of-type(1){margin:0 auto;}
.nnumber{margin:30px auto 0;}
.nnumber_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnumber_main .number_item{width:25%;float:left;padding:0;text-align: left;}
.nnumber_main .number_item:before{width:0;}
.nnumber_main .number_item:after{width:0;}
.nnumber_main .number_item .number_txt{margin:0 auto;}
.nnumber_main .number_item{background:none;color:var(--red);}
.nnumber_main .number_txt .cn{color:var(--dark555);}

/* nhonor */
.nhonor{padding:100px 0 60px;background:url('../images/nhonor_bg.jpg') no-repeat center center;background-size: cover;}
.nhonor_swiper{width:100%;position: relative;}
.nhonor_slide{width:100%;margin:0 auto;}
.nhonor_slide .img{padding:70% 0 0;border:1px solid var(--white);}
.swiper_pagination_nhonor{margin:35px auto 0;position: static;}

.swiper_pagination_nhonor .swiper-pagination-bullet{width:10px;height:10px;background-color: var(--white);opacity: 1;}
.swiper_pagination_nhonor .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--red);opacity: 1;}
/* nabout end! */

/* nproduct start! */
.nproduct_item{width:23.5%;float:left;margin:0 2% 30px 0;background-color: #f8f8f8;padding:30px 25px;}
.nproduct_item:nth-of-type(4n){margin:0 0 30px 0;}
.nproduct_item_img{width:100%;overflow: hidden;}
.nproduct_item_img .img{padding:100% 0 0;}
.nproduct_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nproduct_item_txt{margin:20px auto 0;padding:20px 0 0;border-top:1px solid #ddd;}
.nproduct_item_txt a{outline: none;display: block;width:100%;}
.nproduct_item_txt a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_item_arrow{width:25px;float:right;}
.nproduct_item_h{width:calc(100% - 30px);float:left;font-size:17px;color:var(--dark222);line-height: 25px;height:25px;text-transform: capitalize;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nproduct_item_h:hover{color:var(--red);}

/* nproduct_show */
.nproduct_top_img{width:25%;float:left;}
.nproduct_top_img .img{padding:100% 0 0;}
.nproduct_top_txt{width:68.75%;float:right;padding:40px 0 0;}
.nproduct_top_h{font-size: 28px;color:var(--red);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:65px auto 0;font-size: 16px;color:var(--red);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! */

/* ncase start! */
.ncase_item{width:23.5%;float:left;margin:0 2% 30px 0;}
.ncase_item:nth-of-type(4n){margin:0 0 30px 0;}
.ncase_item_img{width:100%;overflow: hidden;}
.ncase_item_img .img{padding:75% 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{margin:15px auto 0;}
.ncase_item_h a{outline: none;display: block;width:100%;text-align: center;font-size: 16px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase .nnews_show_h{text-align: center;}
.ncase_video{margin:15px auto 0;width:1000px;height:564px;}
.ncase_video video{width:100%;height:100%;display: block;margin:0 auto;object-fit: fill;}
/* ncase end! */

/* nservice start! */
.nservice_h{font-size: 28px;color:var(--dark222);line-height: 35px;}

/* nsale */
.nsale{background:url('../images/nsale_bg.jpg') no-repeat center top;padding:90px 0 50px;height:588px;}
.nservice_body{width:100%;margin:25px 0 0;font-size: 16px;color:var(--dark222);line-height: 2;}
.nservice_body p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark222);line-height: 2;}

.nsale .nservice_body{width:60%;}

/* nfaq */
.nfaq{background:url('../images/nfaq_bg.jpg') no-repeat center bottom;padding:90px 0 50px;}
.nfaq_list{margin:0 auto 60px;}
.nfaq_item{padding:25px 0;border-bottom: 1px solid #ddd;}
.nfaq_item:nth-of-type(1){padding:10px 0 25px;}
.nfaq_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nfaq_item_p:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nfaq_item_p{margin:8px auto 0;}
.nfaq_item_icon{width:21px;height:21px;line-height: 20px;float:left;font-size: 13px;background-color: var(--red);color:var(--white);
	border-radius:50%;text-transform:uppercase;text-align: center;
}
.nfaq_item_p .nfaq_item_icon{background-color: #34a559;}
.nfaq_item_a,.nfaq_item_b{width:calc(100% - 33px);float:right;}
.nfaq_item_a{font-size: 18px;color:var(--dark222);line-height: 21px;}
.nfaq_item_b{font-size: 14px;color:var(--dark555);line-height: 21px;opacity: .8;}
/* nservice 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(--red);}
.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(--red);}
.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(--red);}
.nnews_item:hover .nnews_span{color:var(--red);}

/* nnews_show */
.nmain_aside{width:30%;float:right;background-color: #fafafa;padding:40px 25px;}
.nmain_aside_h{font-size: 28px;color:var(--red);line-height: 35px;}
.aside_list{margin:30px auto 0;}
.aside_item{margin:0 auto 23px;}
.aside_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.aside_item_img{width:150px;height:90px;float:left;overflow: hidden;}
.aside_item_img .img{height:100%;}
.aside_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);
}
.aside_item_txt{width:calc(100% - 165px);height: 90px;float:right;}
.aside_item_h a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark222);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.aside_item_h a:hover{color:var(--red);}
.aside_item_p{margin:3px auto;font-size: 12px;color:var(--dark555);line-height: 20px;height:40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.aside_item_date{font-size: 12px;color:#9c9c9c;line-height: 15px;}


.nmain_show{width:68%;float:left;background-color: #fafafa;padding:40px 40px;}
.nnews_show_h{font-size: 22px;color:var(--dark222);line-height: 30px;}
.nnews_show_span{margin:10px auto 0;}
.nnews_show_span span{font-size: 14px;color:var(--darkb7b7b7);line-height: 20px;margin-right: 15px;}
.nnews_show_span span i{font-style: normal;}
.nnews_show_body{margin:25px auto 0;padding:20px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;min-height: 300px;
	font-size: 16px;color:var(--dark555);line-height: 2;
}
.nnews_show_body p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.nnews_show_body p:nth-of-type(1){margin:0 auto;}
.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
/* nnews end! */

/* ncontact start! */
/* ntel */
.ntel{padding:100px 0;}
.ntel_txt{width:36%;float:left;}
.ntel_list{margin:50px auto 0;}
.ntel_item_h{margin:0 auto 20px;font-size:25px;color:var(--red);line-height:30px;}
.ntel_item{margin:0 auto 10px;}
.ntel_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item_icon{width:25px;float:left;}
.ntel_item_txt{width:calc(100% - 35px);float:right;font-size: 16px;color:var(--dark222);line-height: 25px;}

.ntel_item_weixin{border:1px solid #f5f5f5;display:inline-block;max-width:180px;margin:15px 10px 0 0;}

.nform{width:60%;float:right;}

.nformes{margin:0 auto;}
.nform_div{width:100%;margin:15px auto 0;}
.nform_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nform_block{width:32%;float:left;margin:0 2% 0 0;}
.nform_block:nth-of-type(3n){margin:0;}
.nform_input{padding:15px 25px;border:1px solid var(--white);font-size: 16px;color:var(--color-main);line-height: 25px;
	display: block;width:100%;outline: none;background-color: #f5f5f5;-webkit-appearance: none;
}
.nform_input:focus{border:1px solid var(--red);}

input.nform_input::-webkit-input-placeholder {color: #999;font-size: 16px;}
input.nform_input::-moz-placeholder {color: #999;font-size: 16px;}
input.nform_input::-ms-input-placeholder {color: #999;font-size: 16px;}

.nform_input.nform_button{background-color: var(--red);color: var(--white);font-size: 16px;font-weight: 400;
	line-height: 25px;display: inline-block;padding:10px 40px;width:auto;
}
.nform_input.nform_button:hover{background-color: var(--yellow2);}

/* ncontact end! */

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



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