@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: var(--white);
	/*font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;*/
	font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/
.main1200{width:1200px;margin:0 auto;}
.main1500{width:1500px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img>img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

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

/* q_header start! */
.q_header{width:100%;margin:0 auto;background-color: var(--white);position: fixed;left:0;top:0;z-index: 99;padding:0 50px;transition: all .2s;}
.header_main{width:100%;margin:0 auto;}

.q_logo{width:300px;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_nav{width:calc(100% - 650px);float:left;}
.nav_ul{width:100%;margin:0 auto;text-align: right;font-size: 0;}
.nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left:30px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:25px 20px;position: relative;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom: 0;content: "";width: 0;height: 3px;background-color:var(--yellow);
	-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:hover>a:after,.nav_ul>li.on>a:after{width: 100%;transform: translateX(-50%);}
.nav_ul>li>a>span{display: block;width:100%;font-size: 16px;color:var(--dark202020);line-height: 50px;height:50px;}
.nav_ul>li:hover>a>span,.nav_ul>li.on>a>span{color:var(--yellow);}

/* q_nav_son */
.q_nav_son{position:absolute;width:160%;margin-left:-30%;top:calc(100% - 1px);left:0;z-index:99999;
  text-align:center;background-color:var(--white);padding:0 4px;
  display:none;transition:all 0s;box-shadow:0 0 2px #fff;
}
.q_nav_son:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_nav_son>li{width:100%;margin:0 auto 2px; padding:0 5px;line-height:40px;font-size:13px;transition:all 0s;background-color: #f8f8f8;}
.q_nav_son>li>a{outline:none;display:block;width:100%;color:var(--dark555);transition:all 0s;}
.q_nav_son>li:hover{background-color:var(--yellow);}
.q_nav_son>li:hover a{color:var(--white);}

.nav_ul>li:nth-of-type(3) .q_nav_son{width:400%;margin-left:-150%;padding:0 4px;}
.nav_ul>li:nth-of-type(3) .q_nav_son:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li:nth-of-type(3) .q_nav_son>li{width:49%;float:left;margin:0 2% 2px 0;}
.nav_ul>li:nth-of-type(3) .q_nav_son>li:nth-of-type(2n){margin:0 0 2px 0;}


.q_right{width:280px;float:right;padding:32px 0;}
.right_main{width: 100%;margin:0 auto;}
.right_lang{width:70px;float:left;}
.lang_main{width:100%;margin:0 auto;background-color: var(--yellow);color:var(--white);padding:5px 15px;border-radius: 15px;position: relative;}
.lang_txt{font-size: 0;cursor: pointer;}
.lang_txt>*{display: inline-block;font-size: 14px;line-height: 24px;text-transform: uppercase;}
.lang_txt>i{margin-left: 10px;}

.lang_ul{width:100%;margin:0 auto;position: absolute;left:0;top:100%;z-index: 2;padding:10px 10px;background-color: var(--white);border-radius: 3px;display: none;}
.lang_ul>li{display: block;width:100%;margin:0 auto;}
.lang_ul>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark555);line-height: 25px;text-align:center;}
.lang_ul>li:hover>a,.lang_ul>li.on>a{color:var(--yellow);}

.right_tel{width:calc(100% - 90px);float:right;position: relative;}
.right_tel:before{content:'';width:1px;height:50%;background-color: var(--darkddd);position: absolute;top:25%;left:-8px;}
.tel_main{width:100%;margin:0 auto;}
.tel_icon{width:36px;float:left;}
.tel_txt{width:calc(100% - 40px);float:right;font-size: 18px;color:var(--yellow);line-height: 36px;height:36px;font-weight: 700;}

.q_header.q_header_fixed{box-shadow: 0 0 1px #809cbb;}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:100px auto 0;}
.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:1;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--yellow);opacity: 1;}
.q_banner .swiper_banner .swiper_button_banner{background:none;width:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 30px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 0;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner:after{content:'';}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}

.banner_slide{width:100%;margin:0 auto;}
.banner_slide .img{padding:41.5% 0 0;}

/* q_banner end! */

/* section_title start! */
.q_section{position: relative;}
.section_main{width:100%;margin:0 auto;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title{width:100%;margin:0 auto;text-align: center;}
.section_title .big{width:100%;margin:0 auto;}
.section_title .big span{font-size: 44px;color:var(--dark333);line-height: 56px;height:56px;display: inline-block;position: relative;}
.section_title .big span img{display: block;width:45px;position: absolute;top:-10px;right:-20px;z-index: -1;}
.section_title .small{width:100%;margin:10px auto 0;font-size: 17px;color:var(--dark555);line-height: 25px;}

.q_more{width:100%;margin:0 auto;}
.q_more a{outline: none;display: inline-block;padding:10px 50px;font-size: 15px;line-height: 25px;border-radius: 5px;
	border:1px solid var(--yellow);background-color: var(--yellow);color: var(--white);
}
.q_more a:hover{background-color: var(--dark555);border:1px solid var(--dark555);}
/* section_title end! */

/* q_product start! */
.q_product{padding:80px 0 80px;}
.product_nav{width:100%;margin:40px auto 0;}
.product_nav>li{float:left;margin:0 15px 15px 0;}
.product_nav>li>a{padding:6px 25px;font-size: 15px;line-height: 25px;border-radius: 25px;
	outline: none;display: block;width:100%;background-color: var(--darkf9f9f9);color:var(--black);
}
.product_nav>li.on>a,.product_nav>li:hover>a{background-color: var(--yellow);color:var(--white);}

.product_main{margin:50px auto 0;}
.product_item{width:19%;float:left;margin:0 1.25% 25px 0;box-shadow: 3px 3px 10px var(--darkddd);background-color:var(--darkf9f9f9);}
.product_item:nth-of-type(5n){margin:0 0 25px 0;}
.product_item_img{width:100%;margin:0 auto;overflow: hidden;}
.product_item_img .img{padding:80% 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:0 auto;padding:30px 20px;}
.product_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.product_item_h{width:100%;}
.product_item_h a{outline: none;display: block;width:100%;font-size:17px;color:var(--dark202020);line-height: 36px;height:36px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;
}
.product_item_h a:hover{color:var(--yellow);}

.product_item_more{width:65px;float:right;text-align: center;opacity:0;transition: all 0.5s;}
.product_item_more a{padding:5px 5px;font-size: 13px;line-height: 24px;
	outline: none;display: block;width:100%;border:1px solid var(--yellow);color:var(--yellow);
}
.product_item_more a:hover{background-color: var(--yellow);color:var(--white);}
.product_item_more a i{margin-left: 5px;}

.product_item:hover .product_item_more{opacity:1;}

.product_more{margin:50px auto 0;text-align: center;}
.product_more_l{width:80%;float:left;}
.product_logo{width:100%;margin:0 auto;}
.product_logo>li{float:left;margin:0 5px 5px 0;}
.product_logo>li>a{outline:none;display:block;width:100%;border:1px solid var(--darkf1f1f1);}

.product_more_r{width:18%;float:right;text-align:right;}
/* q_product end! */

/* q_solution start! */
.solution_title{width:100%;position: absolute;left:0;top:70px;z-index: 2;}

.solution_title .section_title .big span{color:var(--white);}
.solution_title .section_title .small{color:var(--white);opacity: 0.7;}

.q_solution_l{width:300px;position: absolute;top:220px;left:calc((100% - 1500px) / 2);background-color: rgba(21,21,21,.3);padding:35px 0 45px;z-index: 3;}

.q_solution .swiper_pagination_solution{width:100%;position: relative;text-align: left;}
.q_solution .swiper_pagination_solution .swiper-pagination-bullet{width:100%;padding:20px 0;opacity: 1;margin:0 auto;
	border-radius: 0;height: auto;display: block;background-color: rgba(255,255,255,0);
}
.q_solution .swiper_pagination_solution .swiper-pagination-bullet span{font-size: 17px;line-height: 25px;letter-spacing: 1px;padding:0 10px 0 50px;
	display: block;width:100%;color:var(--white);opacity: 1;border-left:3px solid rgba(255,255,255,0);
}
.q_solution .swiper_pagination_solution .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: rgba(255,255,255,.2);}
.q_solution .swiper_pagination_solution .swiper-pagination-bullet.swiper-pagination-bullet-active span{border-left:3px solid var(--white);}

.q_solution_more{width:100%;margin:10px auto 0;}
.q_solution_more>a{outline: none;display: block;width:100%;padding:0 10px 0 53px;color:var(--white);}
.q_solution_more>a>span{display: block;width:100%;font-size: 15px;line-height: 25px;letter-spacing: 1px;}
.q_solution_more>a:hover>span{color:var(--yellow);}

/* q_sol_item*/
.q_sol_item{width:100%;margin:0 auto;color:var(--white);position: relative;}
.q_sol_item_bg{width:100%;margin:0 auto;}
.q_sol_item_bg .img{padding: 45% 0 0;}
.q_sol_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color:rgba(0,0,0,.3);}
.q_solution_r{width:calc(100% - 430px);float: right;padding:240px 0 0;}
.q_sol_item_h{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;}
.q_sol_item_p{width:100%;margin:30px auto 0;font-size: 17px;line-height: 30px;height:120px;overflow:hidden;}
.q_sol_item_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 30px;}
.q_sol_item_more{width:100%;margin:20px auto 0;}
.q_sol_item_more>a{outline: none;display: inline-block;border:1px solid var(--white);color:var(--white);padding:10px 35px;font-size: 16px;line-height: 20px;}
.q_sol_item_more>a:hover{background-color:var(--white);color:var(--yellow);}
.q_sol_item_ul{width:100%;margin:70px auto 0;}
.q_sol_item_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_sol_item_ul>li{width:19.8%;float:left;margin:0 .25% 5px 0;}
.q_sol_item_ul>li:nth-of-type(4n){margin:0 0 5px 0;}
.q_sol_item_ul>li .img{padding:64% 0 0;}


.q_solution_r>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .q_solution_r>.q_sol_item_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .q_solution_r>.q_sol_item_p{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .q_solution_r>.q_sol_item_more{animation-name: lv-fadeInUp;animation-delay: .4s;}
.swiper-slide-active .q_solution_r>.q_sol_item_ul{animation-name: lv-fadeInUp;animation-delay: .4s;}

/* q_solution end! */

/* arrow_button start! */
.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(--yellow);border-radius: 50%;cursor: pointer;
    background-color:var(--white);color:var(--dark222);
    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;}
.arrow_button.arrow_button_right{right:0;}
/* arrow_button end! */


/* q_partner start! */
.q_partner{padding:70px 0 120px;background-color: var(--darkf7f7f7);}
.partner_main{margin:60px 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_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;}
.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(--yellow);}
/* q_partner end! */

/* q_about start! */
.q_about{background:url('../images/about_bg.jpg') no-repeat center center;background-size: cover;padding:150px 0 100px;min-height:750px;}
.about_main{width:100%;padding-left: 50%;}
.about_main .section_title{text-align: left;}

.about_p{margin:30px auto 0;font-size: 15px;color:var(--dark555);line-height: 2;}
.about_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}

.about_number{padding:30px 0 40px;}

/* q_about end! */

/* about_number start! */
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--dark555);text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:30%;float:left;padding:0;position: relative;}
/*.about_number_item:before{content:'';width:1px;height:80%;background-color: var(--dark777);position: absolute;left:0;top:10%;}
.about_number_item:nth-of-type(1):before{width:0;top:0;}*/
.about_number_top{font-size: 45px;line-height:60px;margin:10px auto 0;color:var(--yellow);}
.about_number_top .sub{font-size: 14px;vertical-align: text-top;font-weight: normal;}
.about_number_txt{width:100%;margin:0 auto;padding:0;font-size: 15px;line-height: 25px;height:25px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* about_number end! */

/* q_case start! */
.q_case{padding:70px 0;background-color: var(--darkf7f7f7);}
.case_title{width:100%;margin:0 auto;}
.case_title_l{width:25%;float:left;}
.case_title_l .section_title{text-align: left;}
.case_title_r{width:70%;float:right;padding-top:25px;}
.case_ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.case_ul>li{display: inline-block;margin-left: 36px;}
.case_ul>li>a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark555);line-height: 30px;position: relative;}
.case_ul>li>a:hover{color:var(--yellow);}
.case_ul>li>a:before{content:'/';font-size: 15px;line-height: 30px;position: absolute;left:-20px;top:0;color:var(--dark555);}
.case_ul>li:nth-of-type(1)>a:before{content:'';font-size:0;left:0;}

.case_main{margin:35px auto 0;}
.case_swiper{width: 100%;margin:0 auto;position: relative;}
.case_slide{width:100%;margin:0 auto;border-radius: 5px;height:395px;}
.case_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.case_slide_img{width:50%;float:right;height:100%;overflow: hidden;}
.case_slide_txt{width:50%;float:left;height:100%;position: relative;}
.case_slide .img{height:100%;}
.case_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.case_slide_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.case_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%);
}
.case_slide_main{width:100%;padding:0 8%;}
.case_slide_h a{outline: none;display: block;width:100%;font-size:30px;line-height: 40px;height:40px;color:var(--yellow);
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.case_slide_span{margin:15px auto 0;font-size: 0;}
.case_slide_span span{display: inline-block;width:38px;height:2px;background-color: var(--yellow);position: relative;}
.case_slide_span span:after{content:'';width:2px;height:2px;background-color: var(--yellow);position: absolute;top:0;right:-5px;}

.case_slide_p{margin:20px auto 0;font-size: 15px;color:var(--dark555);line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.case_slide_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 25px;}

.case_slide_more{margin:70px auto 0;}
.case_slide_more a{outline: none;display: inline-block;font-size: 0;}
.case_slide_more a>*{display: inline-block;line-height: 26px;height:26px;vertical-align: middle;font-size:15px;color:var(--dark555);}
.case_slide_more a img{margin-left: 10px;}
.case_slide_more a:hover>*{color:var(--yellow);}


.case_pagination{display: inline-block;font-size:0;width:100%;margin:35px auto 0;text-align: center;}
.case_pagination span{font-size: 16px;color:var(--yellow);line-height: 25px;vertical-align: baseline;display: inline-block;font-weight: 400;}
.case_pagination span.dangqian{font-weight: 700;font-size: 16px;}
.case_pagination span:nth-of-type(2){margin:0 5px;}

.case_buttons{width:100%;margin:0 auto;}
.case_button{display: inline-block;width:36px;height:36px;line-height: 36px;text-align:center;font-size: 18px;position: absolute;bottom:0;
	color:var(--white);background-color: var(--dark777);cursor: pointer;z-index: 2;
}
.case_button.case_button_left{right:50%;}
.case_button.case_button_right{left:50%;background-color: var(--yellow);}

.case_slide_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .case_slide_main>.case_slide_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .case_slide_main>.case_slide_span{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .case_slide_main>.case_slide_p{animation-name: lv-fadeInUp;animation-delay: .4s;}
.swiper-slide-active .case_slide_main>.case_slide_more{animation-name: lv-fadeInUp;animation-delay: .4s;}
/* q_case end! */

/* q_news start! */
.q_news{padding:80px 0;}
.news_title{width:100%;margin:0 auto;}
.news_title_l{width:25%;float:left;}
.news_title_l .section_title{text-align: left;}
.news_title_r{width:70%;float:right;padding-top:7px;}
.news_more{text-align: right;}
.news_more .q_more a{background-color: var(--white);color:var(--yellow);}
.news_more .q_more a:hover{background-color: var(--yellow);border:1px solid var(--yellow);color:var(--white);}

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

.news_tab_l{width:15%;float:left;}
.news_tab_r{width:83%;float:right;}

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

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

.news_tab_top{width:100%;margin:0 auto;height:175px;}
.news_tab_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item_img{width:21%;float:left;height:100%;border-radius: 5px;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);
}
.news_item_txt{width:75%;float:right;height:100%;position: relative;}

.news_item_more{width:100px;position: absolute;left:0;bottom:0;}
.news_item_more a{outline: none;display: block;width:100%;}

.news_list{width:100%;margin:25px auto 0;}
.news_item{width:100%;margin:0 auto;padding:20px 0;border-top:1px solid var(--darkdeee);}
.news_item_main{width:100%;position: relative;padding-right: 12%;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_h a:hover{color:var(--yellow);}
.news_item_date{font-size: 14px;color:var(--darkacacac);line-height: 22px;}
.news_item .news_item_date{width:120px;position: absolute;top:5px;right:0;text-align: right;z-index: 2;}
.news_item_p{margin:5px auto 0;font-size: 14px;color:var(--darkacacac);line-height: 25px;max-height: 75px;overflow: hidden;}
.news_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--darkacacac);line-height: 25px;}

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

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background-color:var(--dark686a69);padding:60px 0;color:var(--white);}
.q_footer a:hover{color:var(--yellow);}
.footer_l{width:33%;float:left;}
.footer_r{width:64%;float:right;}

.footer_t{padding:20px 0 50px;}
.footer_h{font-size: 18px;line-height: 25px;}
.footer_p p{width:100%;margin:5px auto 0;font-size: 14px;line-height: 25px;}
.footer_p p span{font-size: 24px;line-height: 35px;font-weight: 700;}
.footer_code{margin:60px auto 0;}

.footer_list{width:100%;margin:0 auto;}
.footer_item{width:18%;float:left;}
.footer_item:nth-of-type(2){width:28%;float:left;}
.footer_item_h a{outline: none;display: block;width:100%;font-size: 18px;line-height: 25px;color:var(--white);}
.footer_ul{margin:15px auto 0;}
.footer_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_ul li a{outline: none;display: block;width:100%;font-size: 14px;color:var(--white);line-height: 28px;}
.footer_item:nth-of-type(2) .footer_ul li{width:50%;float:left;}

.footer_b{padding:20px 0;}
.footer_logo img{max-height: 35px;}
.footer_b_main{margin:5px auto 0;}
.footer_b_main span,.footer_b_main a{margin:0 4px;line-height: 25px;font-size: 12px;color:var(--white);outline: none;}
.footer_b_main span a{margin:0;}
.footer_b_main span img{display: inline-block;width:25px;margin-right: 8px;}

/* q_footer end! */

/* footer_form start! */
.footer_form{padding:10px 0 0;}
.q_n_form{width:100%;margin:0 auto;padding:0;display: block;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_form .form-group{margin:0 auto;}
.q_n_form .q_form_div .form-group{width:25%;float:left;margin:0 1% 0 0;padding:0;}
.q_n_form .q_form_div .form-group:nth-of-type(3){width:37%;}
.q_n_form .q_form_div .form-button{width:10%;float:left;margin:0;padding:0;}
.input-group{width:100%;}
.q_n_form .form-group .addon{background-color:var(--yellow);color:var(--white);border: solid 1px var(--yellow);
	height:40px;line-height: 26px;font-size: 18px;
}
.q_n_form .form-group .input{padding:10px 20px;line-height: 26px;height:46px;color:var(--white);border-radius: 5px;
	background-color: rgba(255,255,255,.1);border:0;font-size: 13px;
}
.q_n_form .form-group input.input::-webkit-input-placeholder {color: var(--white);}
.q_n_form .form-group input.input::-moz-placeholder {color: var(--white);}
.q_n_form .form-group input.input::-ms-input-placeholder {color: var(--white);}

.q_n_form .form-button{text-align: right;margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display:block;width:100%;padding:10px 15px;font-size: 14px;line-height: 26px;letter-spacing: 1px;height:46px;
	background-color: var(--yellow);color:var(--white);border: solid 1px var(--yellow);
}
/* footer_form end! */

/* nbanner start! */
.nbanner{width:100%;margin:100px auto 0;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;color:var(--white);}
.nbanner_h .cn{font-size: 35px;line-height: 1.5;}
.nbanner_h .en{font-size: 14px;line-height: 1.2;text-transform: uppercase;}
.nbanner_span{margin:20px auto 0;font-size: 0;}
.nbanner_span span{display: inline-block;width:40px;height:3px;background-color: var(--yellow);}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:20px 0;background-color: var(--white);}
.nnav_ul{width:100%;margin:0 auto;font-size: 0;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{float:left;margin-right:60px;}
.nnav_ul>li>a{outline:none;display: block;width:100%;font-size:16px;color:var(--black);line-height: 40px;height:40px;position: relative;}
.nnav_ul>li.on>a,.nnav_ul>li.active>a,.nnav_ul>li:hover>a{color:var(--yellow);}
.nnav_ul>li>a:after{position: absolute;left: 50%;bottom: -20px;content: "";width: 0;height: 3px;background-color:var(--yellow);
	-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:after,.nnav_ul>li.active>a:after,.nnav_ul>li:hover>a:after{width: 100%;transform: translateX(-50%);}

/* nnav end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 500px;background-color: var(--darkf7f7f7);}
.nmains{width:100%;margin:0 auto;min-height: 400px;padding:50px 0;}

/* nmain end! */

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

/* nabout start! */
.ncompany{padding:50px 0 100px;background:url('../images/ncompany_bg.jpg') no-repeat center bottom;background-size: cover;min-height:750px;}
.ncompany .section_title{text-align:left;}
.ncompany_main{width:60%;margin:100px 0 0;}
.ncompany_p{width:100%;margin:40px auto 0;font-size: 15px;color:var(--dark555);line-height: 2;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}
.ncompany_number{width:100%;margin:50px auto 0;}

.nhonor{background-color: var(--white);padding:80px 0;}
.nhonor_main{width:100%;margin:60px auto 0;}
.nhonor_swiper{width:100%;margin:0 auto;position: relative;}
.nhonor_slide{width:100%;margin:0 auto;position: relative;text-align: center;}
.nhonor_slide_img{width:100%;margin:0 auto;}
.nhonor_slide_img .img{padding:138% 0 0;position: relative;border:1px solid var(--darkf7f7f7);}
.nhonor_slide_img .img img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.nhonor_slide_txt{width:100%;margin:0 auto;padding:15px 20px;background-color: var(--darkf7f7f7);}
.nhonor_slide_txt span{display: block;width:100%;font-size: 14px;color:var(--dark222);line-height: 20px;height:20px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nhonor_pagination{width:100%;margin:35px auto 0;text-align: center;}
.nhonor_pagination .swiper-pagination-bullet{width:10px;height:10px;}
.nhonor_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px;background-color: var(--yellow);border-radius: 10px;}

.npartner{padding:80px 0;}
.npartner_main{width:100%;margin:60px auto 0;position: relative;}

/* nabout end! */

/* nproduct start! */
.nnav.nnav_product{padding:25px 0 15px;}
.nnav_ul_product{width:100%;margin:0 auto;}
.nnav_ul_product:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul_product li{width:10%;float:left;margin:0 1.25% 10px 0;}
.nnav_ul_product li:nth-of-type(9n){margin:0 0 10px 0;}
.nnav_ul_product li a{outline: none;display: block;width:100%;text-align: center;padding:10px;font-size: 14px;line-height: 25px;
	background-color: var(--darkf5f5f5);color:var(--dark333);border-radius: 5px;transition: all .2s;
}
.nnav_ul_product li.on a,.nnav_ul_product li:hover a{background-color: var(--yellow);color:var(--white);}

.nfilter{margin:0 auto;}
.nfilter_title{font-size: 25px;color:var(--yellow);line-height: 1.5;text-align: center;}

.nfilter_motice{margin:0 auto 30px;text-align: center;font-size: 0;}
.nfilter_motice span{color:var(--yellow);display: inline-block;margin-right: 10px;font-size: 14px;line-height: 20px;}
.nfilter_motice span strong{display: block;padding:5px;font-weight: 700;}
.nfilter_motice span a{outline: none;display: block;padding:5px 30px 5px 10px;background-color: var(--darkf1f1f1);color:var(--dark222);position: relative;}
.nfilter_motice span a:after{content:'X';width:30px;height:30px;text-align: center;line-height: 30px;font-size: 14px;color:var(--dark555);position: absolute;right:0;top:0;}

.nfilter_main{margin:20px auto 0;background-color: var(--white);border:1px solid var(--darkdcdcdc);padding:30px 25px;}
.nfilter_list{width:100%;margin:0 auto;}
.nfilter_item{margin:20px auto 0;font-size: 0;padding-left:15px;}
.nfilter_item:nth-of-type(1){margin:0 auto;}
.nfilter_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nfilter_item_h{width:140px;float:left;font-size:16px;color:var(--dark222);line-height: 25px;position: relative;}
.nfilter_item_h:before{content:'';width:5px;height:70%;background-color: var(--yellow);position: absolute;left:-15px;top:15%;}
.nfilter_item_h a{outline: none;display: block;width:100%;color:var(--dark222);}
.nfilter_item_h span.on a,.nfilter_item_h span:hover a{color:var(--yellow);}
.nfilter_item_a{width:calc(100% - 160px);float:right;font-size: 0;}
.nfilter_item_a>*{display: inline-block;margin-right:25px;font-size:14px;color:var(--dark222);line-height: 25px;position: relative;}
.nfilter_item_a>a{color:var(--dark222);outline: none;}
.nfilter_item_a>a.on,.nfilter_item_a>a:hover{color:var(--yellow);}
.nfilter_item_a>em{color:var(--yellow);}

.nfilter_form{margin:10px auto 0;background-color: var(--white);}
.nfilter_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nfilter_input{display:block;outline: none;border:0;padding:15px 30px;font-size: 14px;color:var(--black);line-height: 25px;}
button.nfilter_input{width:135px;float:right;background-color: var(--yellow);color:var(--white);}
button.nfilter_input:hover{background-color: var(--dark555);}
input.nfilter_input{width:calc(100% - 135px);float:left;}


.nproduct_item{width:19%;float:left;margin:0 1.25% 25px 0;}
.nproduct_item:nth-of-type(5n){margin:0 0 25px 0;}
.nproduct_item_img{width:100%;margin:0 auto;overflow: hidden;}
.nproduct_item_img .img{padding:70% 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{width:100%;background-color: var(--white);padding:20px 25px;border-top: 1px solid var(--darkdeee);border-bottom:3px solid var(--white);}
.nproduct_item_txt:hover{border-bottom:3px solid var(--yellow);}
.nproduct_item_h a{outline: none;display:block;width:100%;font-size: 16px;color:var(--black);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nproduct_item_h a:hover{color:var(--yellow);}
.nproduct_item_span{margin:10px auto 0;height:75px;overflow: hidden;}
.nproduct_item_span span{display: block;width:100%;font-size:14px;color:var(--darkaaa);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nproduct_waring{text-align: center;}
.nproduct_waring span{font-size: 17px;font-weight: 700;color:var(--yellow);line-height: 1.5;}


/* nproduct end! */

/* nproduct_show start! */
.nproduct_top{background-color: var(--white);padding:50px 35px;}
.nproduct_top_img{width:36%;float:left;}
.nproduct_swiper{width:100%;margin:0 auto;position: relative;}
.nproduct_slide{width:100%;margin:0 auto;}
.nproduct_slide .img{padding:70% 0 0;position: relative;}
.nproduct_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%);
}

.nbutton{display: inline-block;width: 32px;height: 32px;line-height: 32px;text-align: center;font-size: 17px;cursor: pointer;position:absolute;top:50%;
	color: var(--white);background-color: var(--yellow);border-radius: 3px;transform: translateY(-50%);z-index: 2;
}
.nbutton.nbutton_left{left:0;}
.nbutton.nbutton_right{right:0;}

.nproduct_top_txt{width:60%;float:right;}
.nproduct_top_h{font-size: 22px;color:var(--black);line-height: 1.5;}
.nproduct_top_info{margin:15px auto 0;font-size: 14px;color:var(--dark999);line-height: 1.6;}
.nproduct_top_span{margin:15px auto 0;padding:15px 0;border-top:1px solid var(--darkdeee);border-bottom:1px solid var(--darkdeee);}
.nproduct_top_span span{display: block;width:100%;font-size: 14px;color:var(--dark777);line-height: 1.8;}
.nproduct_top_download{margin:20px auto 0;}
.nproduct_top_download a{padding:7px 15px;border-radius: 3px;font-size: 0;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--white);
}
.nproduct_top_download a>*{display: inline-block;font-size: 14px;line-height: 24px;height:24px;}
.nproduct_top_download a>img{margin-left: 25px;}

.nproduct_main{margin:15px auto 0;}
.nproduct_l{width:79%;float:left;background-color: var(--white);padding:25px 25px;}
.nproduct_l_info{background-color: var(--darkf7f7f7);padding:20px 25px;font-size:14px;color:var(--dark333);line-height: 2;}
.nproduct_l_info p{width:100%;margin:0 auto;font-size:14px;color:var(--dark333);line-height: 2;}
.nproduct_content{margin:20px auto 0;}
.nproduct_content_h{width:100%;padding-left: 15px;font-size:18px;color:var(--dark222);line-height: 30px;position: relative;font-weight: 700;}
.nproduct_content_h:before{content:'';width:5px;height:70%;background-color: var(--yellow);position: absolute;left:0;top:15%;z-index: 1;}
.nproduct_body{margin:10px auto 0;font-size:14px;color:var(--dark555);line-height: 2;min-height: 360px;}
.nproduct_body p{width:100%;margin:0 auto;font-size:14px;color:var(--dark555);line-height: 2;}
.nproduct_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

.nproduct_r{width:20%;float:right;}

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


/* nproduct_show end! */


/* nsolution start! */
.nsolution_top{padding:50px 0 100px;}
.nsolution_top_main{margin:70px auto 0;}
.nsolution_top_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nsolution_top_img{width:35%;float:right;border-radius: 10px;overflow: hidden;}
.nsolution_top_img img{width:100%;}
.nsolution_top_txt{width:56%;float:left;}
.nsolution_top_h{font-size:40px;color:var(--dark222);line-height: 1.5;}
.nsolution_top_p{margin:10px auto 0;font-size: 14px;color:var(--dark555);line-height: 1.7;}
.nsolution_top_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height:1.7;}
.nsolution_top_ul{margin:30px auto 0;}
.nsolution_top_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nsolution_top_ul>li{width:19%;float:left;margin-right:2%;border-radius: 5px;overflow: hidden;}
.nsolution_top_ul>li>.img{padding:64% 0 0;}

.nsolution_top_more{margin:30px auto 0;}
.nsolution_top_more>a{outline: none;display: inline-block;padding:10px 15px;border-radius: 5px;font-size: 14px;line-height: 25px;transition: all .3s;
	background-color: var(--yellow);color:var(--white);
}
.nsolution_top_more>a>i{margin-right: 10px;}
.nsolution_top_more>a:hover{background-color: var(--dark555);}

.nsolution_brand{background-color: var(--white);padding:80px 0 100px;}
.nsolution_brand_body{margin:60px auto 0;}

/* nsolution end! */

/* nnews start! */
.nmain_content{margin:30px auto 0;}
.nmain_r{width:19%;float:right;background-color: var(--white);padding:20px;border-radius: 5px;min-height: 300px;}
.nmain_l{width:81%;float:left;}
.nnews_item{width:31.5%;float:left;margin:0 1.8% 25px 0;background-color: var(--white);border-radius: 5px;overflow: hidden;}
.nnews_item_img{width:100%;overflow: hidden;}
.nnews_item_img .img{padding:64.5% 0 0;}
.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:100%;padding:25px 25px;transition: all .2s;}
.nnews_item_h a{outline: none;display:block;width:100%;font-size:18px;color:var(--dark333);font-weight: 700;line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnews_item_p{margin:10px auto 0;font-size:14px;color:var(--dark777);line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_date{margin:10px auto 0;font-size: 12px;color:var(--dark777);line-height: 20px;opacity: 0.5;}

.nnews_item:hover .nnews_item_txt{background-color: var(--yellow);}
.nnews_item:hover .nnews_item_h a{color: var(--white);}
.nnews_item:hover .nnews_item_p{color: var(--white);}
.nnews_item:hover .nnews_item_date{color: var(--white);}


.naside_h{font-size: 18px;color:var(--dark222);font-weight: 700;line-height: 30px;}
.naside_list{margin:20px auto 0;}
.naside_item{margin:0 auto 15px;}
.naside_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.naside_item_img{width:45%;overflow: hidden;border-radius: 3px;float:left;}
.naside_item_img .img{padding:64.5% 0 0;}
.naside_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);
}
.naside_item_h{width:50%;float:right;}
.naside_item_h a{outline: none;display:block;width:100%;font-size:14px;color:var(--dark555);line-height:22px;max-height: 66px;overflow: hidden;}
.naside_item_h a:hover{color:var(--yellow);}

/* nnews end! */

/* nnews_show start! */
.nnews_r{width:25%;float:right;}
.newsSlide_item{margin:0 auto 20px;background-color: var(--white);border-radius: 5px;overflow: hidden;}

.newsSlide_item:hover .nnews_item_txt{background-color: var(--yellow);}
.newsSlide_item:hover .nnews_item_h a{color: var(--white);}
.newsSlide_item:hover .nnews_item_p{color: var(--white);}
.newsSlide_item:hover .nnews_item_date{color: var(--white);}

.nnews_l{width:73%;float:left;}
.nnews_show{width:100%;background-color: var(--white);padding:30px 25px;border-radius: 5px;min-height: 300px;}
.nnews_show_h{width:100%;margin:0 auto;font-size: 22px;color:var(--dark222);line-height: 30px;position: relative;}
.nnews_show_h:before{content:'';width:7px;height:30px;background-color: var(--yellow);position: absolute;left:-25px;top:0;}
.nnews_show_span{margin:10px auto 0;font-size: 0;}
.nnews_show_span span{display: inline-block;font-size: 13px;color:var(--darkacacac);line-height: 20px;margin-right: 15px;}
.nnews_show_span span i{font-style: normal;}
.nnews_show_info{margin:20px auto 0;background-color:var(--darkf7f7f7);padding:15px;border-radius: 5px;font-size: 13px;color:var(--dark777);line-height: 1.8;}
.nnews_show_body{margin:20px auto 0;font-size:14px;color:var(--dark555);line-height: 2;}
.nnews_show_body p{width:100%;margin:0 auto;font-size:14px;color:var(--dark555);line-height: 2;}
.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

/* nnews_show end! */

/* ncontact start! */
.ncontact_div{width:100%;margin:0 auto;}
.ncontact_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ntel{padding:50px 0 30px;}
.ntel_main{margin:40px auto 0;}
.ntel_main .section_title{text-align: left;}
.ntel_list{margin:25px auto 0;}
.ntel_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item{width:33%;float:left;padding:20px;background-color: var(--white);margin:0 0.5% 0 0;}
.ntel_item:nth-of-type(3n){margin:0 0 0 0;}

.ntel_item_h{width:100%;margin:0 auto;}
.ntel_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item_h_icon{width:30px;float:left;}
.ntel_item_h_txt{width:calc(100% - 35px);float:right;font-size: 18px;font-weight: 700;color:var(--yellow);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.ntel_item_ul{margin:15px auto 0;}
.ntel_item_li{width:100%;margin:0 auto;padding:10px 0;border-bottom: 1px solid var(--darkdeee);}
.ntel_item_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item_li_icon{width:26px;height:26px;float:left;}
.ntel_item_li_txt{width:calc(100% - 30px);float:right;font-size:14px;color:var(--dark333);line-height: 26px;height:26px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.ntel_item_li:nth-of-type(1) .ntel_item_li_icon{background:url('../images/ntel_item_li_icon1.png') no-repeat center center;background-size: cover;}
.ntel_item_li:nth-of-type(2) .ntel_item_li_icon{background:url('../images/ntel_item_li_icon2.png') no-repeat center center;background-size: cover;}
.ntel_item_li:nth-of-type(3) .ntel_item_li_icon{background:url('../images/ntel_item_li_icon3.png') no-repeat center center;background-size: cover;}
.ntel_item_li:nth-of-type(4) .ntel_item_li_icon{background:url('../images/ntel_item_li_icon4.png') no-repeat center center;background-size: cover;}

.nmessage{margin:0 auto;padding:0 0 100px;}
.nmessage_nmap{width:49.5%;float:left;}

.nmessage_form{width:49.5%;float:right;background-color: var(--white);padding:20px 20px;}
.nmessage_form_h{width:100%;padding-left: 15px;font-size:22px;color:var(--dark222);line-height: 30px;position: relative;}
.nmessage_form_h:before{content:'';width:5px;height:70%;background-color: var(--yellow);position: absolute;left:0;top:15%;z-index: 1;}

.nform{margin:20px auto 0;}
.formes{width:100%;margin:0 auto;}
.form_ul{width:100%;margin:0 auto;}
.form_li{margin:10px auto 0;}
.form_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.form_li.form_li_button{margin:15px auto 0;}
.form_half{width:33%;float:left;margin:0 0.5% 0 0;}
.form_half:nth-of-type(3){margin:0 0 0 0;}
.form_item{width:100%;margin:0 auto;}
.form_input{display: block;width:100%;border:0;border-radius: 5px;padding:10px 20px;background-color:var(--darkf7f7f7);
	font-size: 14px;color:var(--dark555);line-height: 25px;
}
.form_input::-webkit-input-placeholder{color:var(--dark555);}
.form_input::-moz-placeholder {color:var(--dark555);}
.form_input::-ms-input-placeholder {color:var(--dark555);}
.form_button{font-size: 13px;padding:10px 30px;line-height: 20px;border-radius: 5px;
	display: inline-block;border:0;color:var(--white);background-color: var(--yellow);
}
.form_button:hover{background-color: var(--yellow);}

/* ncontact end! */

/* nmap start! */
.nmap{width:100%;margin:0 auto;}
.nmap_main{margin:0 auto;border-radius:0;overflow: hidden;}
.allmap_map{width:100%;height:370px;position: relative;}
.allmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.allmap {width: 100%;height: 100%;font-size: 14px;line-height: 30px;overflow: hidden;position: relative;}
.allmap b{color:var(--red);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}

@media(max-width: 1440px){
  .allmap_map {height: 370px;}
}
@media(max-width: 640px){
  .allmap_map {height: 300px;}
}
/* 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(--yellow);}
.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:-120px auto 0;padding-top:120px;}

@media(max-width: 1440px){
.nmain_offset{margin:-100px auto 0;padding-top:100px;}
}

@media(max-width: 640px){
.nmain_offset{margin:-80px auto 0;padding-top:80px;}
}

/* nnav_aside start! */
.nnav_aside{width:120px;height:568px;position: fixed;left:10px;top:50%;transform: translateY(-50%);z-index: 10;}
.nnav_aside_btn{width:100%;height:40px;font-size:22px;line-height: 40px;
	background-color: var(--dark555);color:var(--white);text-align: center;cursor: pointer;
}
.nnav_aside_swiper{width:100%;height:488px;}
.nnav_aside_swiper .swiper_aside{height:100%;}
.nnav_aside_swiper .swiper_aside .swiper-wrapper{height:100%;}
.aside_slide{width:100%;margin:0 auto;padding:2px 0;}
.aside_slide a{font-size: 14px;height:40px;line-height: 40px;padding:0 15px;text-align: center;
	outline: none;display: block;width:100%;margin:0 auto;background-color: var(--darkf1f1f1);color:var(--dark333);
}
.aside_slide a.on{background-color: var(--yellow);color:var(--white);}
@media(max-width: 1440px){
    .nnav_aside{width:100px;height:552px;}
    .nnav_aside_btn{height:36px;font-size:20px;line-height: 36px;}
    .nnav_aside_swiper{height:480px;}
    .aside_slide{padding:2px 0;}
    .aside_slide a{font-size: 12px;height:36px;line-height: 36px;padding:0 10px;}
}
@media(max-width: 640px){
    .nnav_aside{display:none;}
}
/* nnav_aside end! */

