@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: #fff;
	font-family: SourceHanSansRegular,'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;}
.main1400{width:1400px;margin:0 auto;}
.main1560{width:1560px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
	.banner_n img.m_hidden{display: block;}
	.banner_n img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
	.banner_n img.m_hidden{display: block;}
	.banner_n img.pc_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;padding:0;position: fixed;left:0;top:0;z-index:999;background-color: var(--white);height:90px;transition: all .3s;}
.header_main{width:100%;margin:0 auto;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:240px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:15px 0;transition: all .3s;}
.q_logo>h1>a>img{display: inline-block;height:60px;}

.q_nav{width:calc(100% - 400px);float:left;margin-left: 50px;}
.nav_ul{width:100%;text-align: right;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left: 65px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:20px 0;position: relative;transition: all .3s;}
.nav_ul>li>a:after{position: absolute;left: 50%;top:0;content: "";width: 0;height: 3px;background-color:var(--yellow);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(--dark333);line-height: 50px;height:50px;}
.nav_ul>li.on>a>span,.nav_ul>li:hover>a>span{color:var(--yellow);}

/* q_nav_son */
.q_nav_son{width:300%;position: absolute;top:100%;left:-100%;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(--yellow);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_right{width:100px;float:right;text-align: right;font-size: 0;}
.q_search{display: inline-block;width:30px;}
.q_search a{outline: none;display: block;width:100%;padding:20px 0;cursor: pointer;position: relative;}
.q_search a img{height:50px;}

.searchs_box{width:360px;position: absolute;top:20px;right:0;background-color: var(--white);display: none;}
.searchs_box:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.searchs_img{width:30px;height:50px;display: block;outline: none;border:0;float:right;
	background:url('../images/search.png') no-repeat center center;background-size: cover;
}
.searchs_input{width: calc(100% - 30px);float:left;padding:8px 15px;font-size: 16px;color:#555;
	line-height: 34px;height:50px;border:0;border-bottom: 1px solid #ccc;
}


.q_header.q_header_fixed{box-shadow: 0 0 1px #809cbb;}

/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;position:relative;margin:90px auto 0;}
.q_banner .swiper_banner{width:100%;height:auto;}
.q_banner .swiper_banner .swiper-wrapper{width:100%;height:100%;}
.q_banner .swiper_banner .swiper-slide{width:100%;height:100%;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;background-color: #000;opacity: 0.5;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;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%;height:auto;position: relative;}
.banner_slide>a.img{padding:39% 0 0;}


.banner_bottom{width:100%;position: absolute;left:0;bottom:8%;z-index: 2;}
.banner_bottom_main{width:100%;margin:0 auto;position:relative;}
.banner_bottom_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.banner_bottom_l{width:calc(100% - 100px);float:left;}
.swiper_buttons{width:100%;margin:0 auto;position: relative;font-size: 0;}
.swiper_buttonss{width:45px;height:45px;border:3px solid var(--white);line-height: 36px;font-size: 30px;
	display: inline-block;border-radius: 50%;text-align: center;color:var(--white);cursor: pointer;
}
.q_banner .swiper_buttons{text-align: right;}
.q_banner .swiper_buttonss:nth-of-type(2){margin-left: 12px;}


.banner_scroll{width:100%;margin:40px auto 0;position: relative;font-size: 0;}
.banner_scroll:after{content:'';width:calc(100% - 90px);height:1px;background-color: rgba(255,255,255,.3);position: absolute;right:0;top:15px;}
.banner_scroll span{display: inline-block;font-size: 16px;line-height: 30px;font-family: DINCondMediumAlternate;text-transform: uppercase;color:var(--white);}

.banner_bottom_r{width:100px;position: absolute;right:0;bottom:0;}
.swiper_pagination_banner{font-size:0;text-align: right;font-family: HelveticaNeueLTProMdCn;}
.swiper_pagination_banner span{font-size: 16px;color:var(--white);line-height: 30px;vertical-align: baseline;display: inline-block;}
.swiper_pagination_banner span:nth-of-type(2){margin:0 2px;}
.swiper_pagination_banner span.dangqian{font-size: 20px;line-height: 30px;font-weight: 700;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}

.section_title{width:100%;margin:0 auto 40px;position: relative;}
.section_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.section_title_l{width:85%;float:left;position: relative;}
.section_title_l .big{padding-left: 40px;font-size:35px;color:var(--dark333);line-height: 45px;font-weight: 700;position: relative;}
.section_title_l .big:before{content:'';width:18px;height:18px;background-color: rgba(204,204,204,.8);border-radius: 50%;
	position: absolute;left:0;top:0;
}
.section_title_l .big:after{content:'';width:18px;height:18px;background-color: rgba(233,70,40,.8);border-radius: 50%;
	position: absolute;left:8px;top:5px;
}
.section_title_l .small{margin:3px auto 0;font-size:22px;color:var(--dark666);line-height: 30px;}

.section_title_r{width:15%;position: absolute;right:0;bottom:10px;text-align: right;}
.section_title_more{width:100%;}
.section_title_more a{outline:none;display:block;width:100%;font-size: 0;}
.section_title_more a>*{display: inline-block;height:25px;line-height: 25px;vertical-align: middle;}
.section_title_more a span{font-size: 14px;color:var(--dark666);margin-right: 6px;transition: all .3s;}
.section_title_more a:hover span{margin-right:10px;color:var(--yellow);}

.section_main{width:100%;margin:0 auto;position: relative;}

/* q_section end! */

/* q_product start! */
.product_top{padding:60px 0;}
.q_product .section_title{margin:0 auto;}

.product_group{width:100%;margin:0 auto;}
.product_block{width:100%;margin:0 auto;padding:40px 0;}
.product_block:nth-of-type(2n+1){background-color:var(--darkf9f9f9);}
.product_block_main{width:100%;margin:0 auto;}
.product_block_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_block_mask_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_block_img,.product_block_txt{width:50%;position: relative;height:390px;}
.product_block_img{float:right;}
.product_block_txt{float:left;}
.product_block:nth-of-type(2n) .product_block_img{float:left;}
.product_block:nth-of-type(2n) .product_block_txt{float:right;}
.product_block .img{height:100%;}
.product_block_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.product_block_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%);
}
.product_block_img .product_block_mask{opacity:0;}
.product_block_img:hover .product_block_mask{opacity:1;}
.product_block_img .product_block_mask_main{text-align: center;padding:0 6%;color:var(--white);}
.product_block_img:before{content:'';width:100%;height:100%;background-image: var(--linear-background);
	position: absolute;left:0;top:0;z-index:1;opacity:0;transition: all .3s;
}
.product_block_img:hover:before{opacity:.9;}

.product_block_h a{outline:none;display:block;width:100%;font-size: 32px;line-height: 40px;color:var(--white);}
.product_block_span{margin:25px auto;font-size: 0;}
.product_block_span span{display: inline-block;width:10%;height:3px;background-color: #84e4d5;border-radius: 3px;}
.product_block_p{font-size:17px;line-height:1.6;}
.product_block_p p{width:100%;margin:0 auto;font-size:17px;line-height:1.6;}
.product_block_more{margin:25px auto 0;}
.product_block_more a{outline:none;display:block;width:100%;font-size: 16px;line-height: 25px;color:var(--white);}


.product_block_img .product_block_mask_main *{animation-duration: .6s;animation-delay: 1s;animation-fill-mode: both;}
.product_block_img:hover .product_block_mask_main .product_block_h{animation-name: lv-fadeInUp-short;animation-delay: .15s;}
.product_block_img:hover .product_block_mask_main .product_block_span{animation-name: lv-fadeInUp-short;animation-delay: .2s;}
.product_block_img:hover .product_block_mask_main .product_block_p{animation-name: lv-fadeInUp-short;animation-delay: .25s;}
.product_block_img:hover .product_block_mask_main .product_block_more{animation-name: lv-fadeInUp-short;animation-delay: .3s;}


.product_block_txt .product_block_mask_main{padding:0 22% 0 10%;}
.product_block:nth-of-type(2n) .product_block_txt .product_block_mask_main{padding:0 10% 0 22%;}
.product_block_line{width:15%;float:left;font-size: 0;padding:20px 0 0;}
.product_block_line span{display: block;width:100%;height:2px;border-radius: 2px;background-color:var(--yellow);}
.product_block_body{width:78%;float:right;}
.product_block_body_h a{outline: none;display: block;width:100%;font-size: 32px;line-height:40px;color:var(--dark333);font-weight:700;}
.product_block_body_h a:hover{color:var(--yellow);}
.product_block_body_p{margin:45px auto 0;font-size: 16px;color:#455774;line-height: 25px;text-align: justify;}
.product_block_body_more{margin:25px auto 0;}

/* q_product end! */

/* q_about start! */
.q_about{background:url('../images/q_about_bg.jpg') no-repeat center bottom;padding:100px 0 140px;}

.about_main{width:100%;margin:0 auto;position: relative;height:620px;}
.about_txt{width:64%;height:80%;background-color: rgba(255,255,255,.9);padding:60px 21% 30px 60px;position: relative;z-index: 1;}
.about_txt_h{font-size: 28px;color:var(--dark333);font-weight: 700;line-height: 35px;}
.about_txt_p{margin:25px auto 0;font-size: 16px;color:var(--dark555);text-align: justify;line-height: 1.6;}
.about_txt_p p{margin:20px auto 0;font-size: 16px;color:var(--dark555);text-align: justify;line-height: 1.6;}
.about_txt_p p:nth-of-type(1){margin:0 auto;}

.about_video{width:53%;height:88%;position: absolute;top:15px;right:0;z-index: 2;cursor: pointer;}
.about_video_img{width:100%;height:100%;position: relative;}
/*.about_video_img:after{content:'';width:95%;height:95%;background-color: var(--yellow);position: absolute;right:-3px;bottom:-10px;z-index: -1;}*/
.about_video_img .img{height:100%;}

.about_video_mask{width:65px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 2;}


.about_lists{width:47%;position: absolute;left:0;bottom:0;z-index: 3;padding:35px 60px;color:var(--dark333);
	background-image: var(--linear-background2);
}
.about_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_item{width:45%;float:left;margin:0 10% 20px 0;}
.about_item:nth-of-type(2n){margin:0 0 20px 0;}
.about_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_item_icon{width:34px;float:left;padding:15px 0 0;}
.about_item_txt{width:calc(100% - 56px);float:right;}
.about_item_txt .small{font-size: 16px;line-height: 25px;font-weight: 100;color:var(--dark555);}
.about_item_txt .big{margin:8px auto 0;font-size:18px;font-weight: 700;line-height: 25px;}

/* q_about end! */

/* q_honor start! */
.q_honor{background:url('../images/q_honor_bg.jpg') no-repeat center bottom;padding:100px 0 130px;}
.q_honor .section_title_l .big{color:var(--white);}
.q_honor .section_title_l .big:before{background-color: rgba(255,255,255,.8);}
.q_honor .section_title_l .small{color:var(--white);}
.q_honor .section_title_more a span{color:var(--white);}

.honor_swiper{width:100%;margin:0 auto;position: relative;}
.swiper_honor .swiper-wrapper{padding:0;}
.honor_slide{border:1px solid var(--darkbbb);background-color: rgba(7,23,59,.10);padding:60px 20px 40px;transition: background-color .2s;
	text-align: center;color:var(--white);
}
.honor_slide_num{color:var(--yellow);font-size: 0;}
.honor_slide_num>*{display: inline-block;vertical-align: top;}
.honor_slide_num span{font-size:70px;font-weight: 700;line-height: 80px;}
.honor_slide_num i{font-style: normal;font-size:22px;line-height: 40px;margin-left: 5px;font-weight: 700;}
.honor_slide_h{margin:40px auto 20px;font-size:22px;font-weight: 700;line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.honor_slide_ul{height:400px;}
.honor_slide_ul li{font-size:16px;line-height: 40px;height:40px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
/*.honor_slide:hover{border:1px solid var(--yellow);background-color:var(--yellow);}
.honor_slide:hover .honor_slide_num{color:var(--white);}*/

.slide_button{width:50px;height:50px;text-align: center;line-height: 48px;font-size: 28px;position: absolute;top:50%;transform: translateY(-50%);
	background-color: var(--white);color:var(--dark333);border-radius: 50%;cursor: pointer;
}
.slide_button:hover{background-color: var(--yellow);color:var(--white);}
.slide_button.slide_button_prev{left:-65px;}
.slide_button.slide_button_next{right:-65px;}

/* q_honor end! */

/* q_case start! */
.q_case{padding:130px 0;}
.case_nav{width:75%;position: absolute;right:0;bottom:0;}
.case_nav>ul{width:100%;text-align: right;font-size: 0;}
.case_nav>ul>li{display: inline-block;margin-left:10px;}
.case_nav>ul>li>a{outline: none;display: block;width:100%;border:1px solid var(--darkddd);padding:6px 30px;border-radius: 30px;
	font-size: 16px;color:var(--dark555);line-height: 25px;
}
.case_nav>ul>li>a:hover{background-image: var(--linear-background);color:var(--white);border:1px solid #3bb7ea;}

.case_item{width:calc((100% - 20px) / 4);float:left;height:275px;position: relative;}
.case_item:nth-of-type(1){height:560px;width:calc((100% - 20px) / 2);}
.case_item:nth-of-type(n+2){margin-left: 10px;}
.case_item:nth-of-type(n+4){margin-top: 10px;}
.case_item_img{width:100%;height:100%;overflow: hidden;}
.case_item_img .img{height:100%;}
.case_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);
}
.case_item_h{width:100%;position: absolute;left:0;top:0;padding:35px 40px;}
.case_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--white);line-height: 25px;}

/* q_case end! */

/* q_footer start! */
.q_footer{background-color: var(--blue);padding:50px 0;}
.footer_t{border-top:1px solid var(--yellow);padding:30px 0;}
.footer_logo{width:200px;float:left;}
.footer_logo img{height:56px;}

.footer_list{width:calc(100% - 400px);float:left;margin-left: 150px;}
.footer_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item{width:45%;float:left;}
.footer_item:nth-of-type(2){width:55%;}
.footer_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item_icon{width:44px;float: left;padding:3px 0 0;}
.footer_item_p{width:calc(100% - 68px);float: right;color:var(--white);height:50px;position: relative;}
.footer_item_p_block{width:100%;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.footer_item_p p{font-size: 16px;line-height: 25px;}

.footer_weixin{width:44px;float:right;position: relative;cursor: pointer;}
.footer_weixin_block{width:100px;position: absolute;left:-28px;top:-110px;border-radius: 2px;box-shadow: 0 0 2px #ccc;display: none;
	overflow:hidden;z-index: 5;
}

.footer_b span,.footer_b a{margin:0 10px 0 0;line-height: 25px;font-size: 15px;color:var(--white);outline: none;display: inline-block;opacity: .9;}
.footer_b a:hover{color:var(--yellow);opacity: 1;}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;width:25px;margin-right: 5px;}

/* q_footer end! */

/* banner_n start! */
.banner_n>.img{padding:28.125% 0 0;}
.banner_n>img{width:100%;}
/* banner_n end! */

/* nposition start! */
.nposition{background-color: #fafafa;}
.nposition_ul{width:40%;float:left;padding:15px 0;}
.nposition_block{width:100%;color:var(--dark333);line-height: 30px;height:30px;font-size: 14px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_block>i{margin-right: 5px;color:var(--blue);}
.nposition_block a{outline: none;color:var(--dark333);margin:0 3px;}
.nposition_block a:hover{color:var(--yellow);}
.nposition_block span{color:var(--yellow);}

.nnav{width:56%;float:left;}
.nnav_ul{width:100%;text-align: right;font-size: 0;}
.nnav_ul>li{display: inline-block;margin-left:10px;}
.nnav_ul>li>a{outline: none;display: block;width:100%;padding:15px 15px;position: relative;}
.nnav_ul>li>a>span{display: block;width:100%;font-size: 14px;color:var(--dark333);line-height: 30px;height:30px;position: relative;}
.nnav_ul>li>a>span:before{content:'';width:1px;height:12px;background-color: var(--darkddd);position: absolute;top:10px;left:-20px;}
.nnav_ul>li:nth-of-type(1)>a>span:before{width:0;height:0;}
.nnav_ul>li>a:after{position: absolute;left: 50%;bottom:0;content: "";width: 0;height: 3px;background-color:var(--yellow);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:after,.nnav_ul>li:hover>a:after{width: 100%;transform: translateX(-50%);}

/* nposition end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;padding:0;min-height: 500px;position: relative;}
.nmains{width:100%;position:relative;min-height: 420px;padding:45px 0 30px;}
.nmain_div{width:100%;margin:0 auto;padding:0;position: relative;}
.nmain_main{width:100%;margin:0 auto;padding:0;position: relative;}
.nmain_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nmain_title{width:100%;margin:0 auto;}
.nmain_title .en{font-size:56px;color:var(--blue2);line-height: 60px;text-transform:capitalize;font-family: Arial;}
.nmain_title .cn{font-size:22px;color:var(--dark333);line-height: 30px;}

/* nmain end! */

/* nabout start! */
.ncompany{padding:80px 0 65px;}
.ncompany_main{width:100%;margin:0 auto;position: relative;min-height: 560px;}
.ncompany_img{width:46%;position: absolute;top:100px;right:0;text-align: right;}

.ncompany_contents{width:50%;}
.ncompany .nmain_title .cn{margin:20px auto 0;}
.ncompany_info{margin:10px auto 0;font-size:18px;color:var(--dark222);text-align: justify;line-height: 1.5;}
.ncompany_line{width:100%;margin:20px auto;height:0;border-bottom:1px solid var(--darkeee);position: relative;}
.ncompany_line:before{content:'';width:10%;height:3px;background-color: var(--yellow);position: absolute;left:0;top:-1px;}
.ncompany_p{font-size: 16px;color:var(--dark222);text-align: justify;line-height: 2;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark222);text-align: justify;line-height: 2;}

.nevent{background:url('../images/nevent_bg.png') no-repeat center bottom;padding:80px 0 120px;}
.nevent_swiper{margin:0 auto;padding:0 60px;}
.swiper_nevent{width:100%;height:399px;position: relative;}
.swiper_nevent:before{content:'';width:100%;height:1px;background-color:var(--darkddd);position: absolute;left:0;top:200px;z-index: 1;}

.nevent_button{display: inline-block;width:46px;height:46px;font-size: 25px;line-height: 44px;position: absolute;top:50%;transform: translateY(-50%);
	background-image: var(--linear-background4);color:var(--white);border-radius: 50%;text-align:center;cursor: pointer;z-index: 1;
}
.nevent_button.nevent_button_prev{left:0;}
.nevent_button.nevent_button_next{right:0;}

.swiper_nevent .swiper-wrapper{height:100%;}
.swiper_nevent .swiper-wrapper .swiper-slide{height:100%;}
.nevent_slide{width:100%;height:100%;text-align: center;}
.nevent_slide_block{width:100%;height:100%;position: relative;}
.nevent_slide_circle{width:20px;height:20px;display: block;border-radius: 50%;padding:4px;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);
	background:none;border:1px solid rgba(255,255,255,.0);
}
.nevent_slide_circle_in{width:100%;height:100%;display: block;border-radius: 50%;background-color: var(--blue);}
.nevent_slide_h{width:100%;position: absolute;left:0;top:55%;font-size:17px;color:var(--darkaaa);line-height: 25px;height:25px;font-family: Arial;}

.nevent_slide_p{width:180%;position: absolute;left:-40%;top:75%;}
.nevent_slide_p_block{width:100%;position: relative;font-size:16px;color:var(--dark222);line-height: 1.6;opacity: 0;}
.nevent_slide_p_block p{width:100%;margin:0 auto;font-size:16px;color:var(--dark222);line-height: 1.6;}
.nevent_slide_p_block:before{content:'';width:1px;height:55px;background-color: var(--darkddd);position: absolute;left:50%;top:-70px;}


.swiper-slide-active .nevent_slide_circle{background-color: var(--white);border:1px solid var(--yellowBlod);}
.swiper-slide-active .nevent_slide_circle_in{background-color: var(--yellowBlod);}
.swiper-slide-active .nevent_slide_h{top:25%;font-size:56px;color:var(--yellowBlod);line-height: 65px;height: 65px;}
.swiper-slide-active .nevent_slide_p_block{opacity: 1;}



.nhonor{background:url('../images/nhonor_bg.png') no-repeat center bottom;padding:90px 0 100px;}
.nhonor .nmain_title{text-align: center;}
.tab.nhonor_tab{margin:35px auto 0;}
.tab.nhonor_tab .nhonor_tab_head{width:100%;margin:0 auto;}
.tab.nhonor_tab .nhonor_tab_nav{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.tab.nhonor_tab .nhonor_tab_nav li{margin:0 6px;background-color: #ededed;border-radius: 5px;transition: all .3s;cursor: pointer;}
.tab.nhonor_tab .nhonor_tab_nav li a{padding:10px 45px;font-size: 14px;color:var(--dark222);line-height: 25px;
	outline: none;display: block;width:100%;border:0;border-radius:0;
}
.tab.nhonor_tab .nhonor_tab_nav li.active{background:none;background-image: var(--linear-background4);}
.tab.nhonor_tab .nhonor_tab_nav li.active a{color:var(--white);}

.tab-body.nhonor_tab_body{width:100%;margin:70px auto 0;padding:0;border:0;}

.nhonor_swiper{height:620px;position: relative;}

.nhonor_button{display: inline-block;width:46px;height:46px;font-size: 25px;line-height: 44px;position: absolute;top:66%;transform: translateY(-50%);
	background-image: var(--linear-background4);color:var(--white);border-radius: 50%;text-align:center;cursor: pointer;z-index: 3;
}
.nhonor_button.nhonor_button_prev{left:0;transform:rotate(-30deg);}
.nhonor_button.nhonor_button_next{right:0;transform:rotate(30deg);}

.nhonor_item{width:100%;text-align: center;}

.nhonor_item .nhonor_item_img{transition: all 1s;}
.swiper-slide-prev .nhonor_item ,.swiper-slide-next .nhonor_item {opacity: .3;}
.swiper-slide-prev .nhonor_item .nhonor_item_img{transform: scale(.7) rotate(-20deg);}
.swiper-slide-next .nhonor_item .nhonor_item_img{transform: scale(.7) rotate(20deg);}


.nhonor_item_img{width:100%;position: relative;text-align: center;}
.nhonor_item_img .img{padding:141% 0 0;}
.nhonor_item_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_item_txt{margin:20px auto 0;opacity: 0;}
.swiper-slide-active .nhonor_item .nhonor_item_txt{opacity: 1;transition: all 1s;}
.nhonor_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark333);line-height: 25px;max-height:50px;overflow:hidden;}


.tab-body.nhonor_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab-body.nhonor_tab_body .tab-panel.active{animation-name: lv-fadeInUp-short;animation-delay: .25s;}
/* nabout end! */

/* nproduct start! */
.nproduct_nav{padding:60px 50px;}
.nproduct_swiper{width:100%;margin:0 auto;position:relative;}
.nproduct_slide{width:100%;padding:10px;}
.nproduct_slide_block{width:100%;position: relative;background-color:#e7e7e7;border-radius: 50%;}
.nproduct_slide_block:before{content:'';width:calc(100% + 20px);height:calc(100% + 20px);border:1px dashed #d2d2d2;border-radius: 50%;
	position: absolute;left:-10px;top:-10px;
}
.nproduct_slide_block .img{padding:100% 0 0;}
.nproduct_slide_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;cursor: pointer;}
.nproduct_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%);
}
.nproduct_slide_main{width:100%;padding:0 25px;text-align: center;font-size: 16px;color:var(--dark222);line-height: 25px;}

.swiper-slide-thumb-active .nproduct_slide_block{background-color: var(--blue);}
.swiper-slide-thumb-active .nproduct_slide_main{color: var(--white);}

.slide_nproduct_btn{width:30px;height:30px;text-align: center;line-height: 30px;font-size: 22px;
	color:var(--blue);cursor: pointer;position:absolute;top:50%;transform: translateY(-50%);
}
.slide_nproduct_btn.slide_nproduct_prev{left:-50px;}
.slide_nproduct_btn.slide_nproduct_next{right:-50px;}
.slide_nproduct_btn.swiper-button-disabled{opacity: .5;}

.nproduct_body{margin:20px auto 80px;}
.nproduct_list{width:100%;margin:0 auto;}
.nproduct_item{width:100%;margin:30px auto 0;background-color:#fbfbfb;border-radius:10px;overflow: hidden;}
.nproduct_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_item:nth-of-type(1){margin:0 auto;}

.nproduct_item .img{padding:50% 0 0;}
.nproduct_item_img{width:50%;float:right;overflow: hidden;}
.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:50%;float:left;position: relative;}
.nproduct_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;cursor: pointer;}
.nproduct_item_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%);
}
.nproduct_item_main{width:100%;margin:0 auto;padding:0 20% 0 10%;}
.nproduct_item_series{font-size: 18px;color:var(--dark131313);line-height: 25px;}
.nproduct_item_h{margin:20px auto 0;}
.nproduct_item_h a{outline: none;display: block;width:100%;font-size: 25px;color:var(--dark131313);line-height: 35px;text-align: justify;}
.nproduct_item_h a:hover{color:var(--yellow);}
.nproduct_item_span{font-size: 14px;color:var(--dark555);line-height: 20px;}
.nproduct_item_p{margin:25px auto 0;font-size: 14px;color:var(--dark131313);text-align: justify;line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.nproduct_item_more{margin:20px auto 0;}
.nproduct_item_more a{outline: none;display: inline-block;font-size:14px;line-height: 25px;color:var(--blue2);}
.nproduct_item_more a:hover{color:var(--yellow);}
.nproduct_item_more a i{margin-left: 6px;}


.nproduct_list{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .nproduct_list{animation-name: lv-fadeInUp-short;animation-delay: .25s;}
/* nproduct end! */

/* nproduct show start! */
.banner_product{width:100%;padding:70px 0;background:url('../images/banner_product_bg.jpg') repeat-y center center;min-height:530px;}
.banner_main{width:100%;margin:0 auto;}
.banner_main .nposition_block{color:rgba(255,255,255,.5);}
.banner_main .nposition_block>i{color:rgba(255,255,255,.5);}
.banner_main .nposition_block a{color:rgba(255,255,255,.5);}

.banner_content{margin:50px auto 0;}
.banner_img{width:50%;float:right;padding:0 50px;}
.bannerpro_swiper{width:100%;position: relative;}
.bannerpro_slide{width:100%;position: relative;}
.bannerpro_slide .img{padding:50% 0 0;}
.bannerpro_slide_img{width:100%;height:100%;position: absolute;left:0;top:0;}
.bannerpro_slide_img_in{width:100%;height:100%;position: relative;}
.bannerpro_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%);
}

.bannerpro_btn{width:40px;height:40px;line-height: 38px;font-size: 22px;color:var(--dark222);cursor: pointer;
	text-align: center;background-color: var(--white);border-radius: 50%;position: absolute;top:50%;transform: translateY(-50%);
}
.bannerpro_btn.bannerpro_btn_prev{left:-50px;}
.bannerpro_btn.bannerpro_btn_next{right:-50px;}
.bannerpro_btn.swiper-button-disabled{background-color: rgba(255,255,255,.3);color:var(--white);}


.banner_txt{width:46%;float:left;color:var(--white);}
.banner_txt_series{font-size: 22px;line-height: 30px;}
.banner_txt_h{font-size: 35px;text-align: justify;line-height: 45px;}
.banner_txt_span{margin:25px auto;}
.banner_txt_span span{padding:10px 15px;font-size: 15px;line-height: 25px;
	display: inline-block;background-color:rgba(255,255,255,.1);border-radius: 4px;border:1px solid rgba(255,255,255,.2);
}
.banner_txt_p{font-size: 16px;text-align: justify;line-height: 2;}

.nproduct_show{padding:70px 0 100px;}
.nproduct_show_span{margin:35px auto;}
.nproduct_show_span span{display: inline-block;padding:10px 45px;border-radius: 5px;font-size: 14px;line-height: 25px;
	color:var(--white);background-image: var(--linear-background4);
}

.nproduct_show_body{margin:0 auto;padding-top:20px;min-height: 400px;font-size: 16px;color:var(--dark333);line-height: 2;}
.nproduct_show_body p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark333);line-height: 2;text-indent: 32px;}

.nproduct_show_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}

/* nproduct show end! */



/* nnews start! */
.nnews_main{padding:0 0 20px;}
.nnews_list{padding:30px 0;}
.nnews_item{padding:60px 85px;transition: all .3s;}

.nnews_item_block{width:100%;position: relative;padding-left: 260px;}
.nnews_item_date{width:180px;position: absolute;left:0;top:0;text-align: center;height:130px;}
.nnews_item_date_block{width:100%;height:100%;position: relative;font-size: 0;}
.nnews_span{display: inline-block;width:100%;font-size: 20px;color:#0084c7;line-height: 30px;height:30px;font-family: Arial;}
.nnews_span.nnews_span2{display:none;}
.nnews_span.nnews_span1{position: absolute;left:0;bottom:10px;}
.nnews_span.nnews_span3{position: absolute;left:0;top:0;font-size: 76px;line-height: 90px;height:90px;}

.nnews_item_h a{outline:none;display:block;width:100%;font-size:19px;font-weight:700;color:var(--dark222);text-align:justify;line-height:25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnews_item_span{margin:10px auto;}
.nnews_item_span span{margin-right: 30px;font-size: 16px;color:#979797;line-height: 25px;}
.nnews_item_span span i{margin-right:8px;}
.nnews_item_p{font-size: 17px;color:var(--dark555);text-align: justify;line-height: 30px;height:60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.nnews_item:hover{background-image: var(--linear-background32);}
.nnews_item:hover .nnews_span{color:var(--white);}
.nnews_item:hover .nnews_item_h a{color:var(--white);}
.nnews_item:hover .nnews_item_span span{color:var(--white);}
.nnews_item:hover .nnews_item_p{color:var(--white);}

/* nnews_show */
.nnews_show{padding:65px 0;}
.nnews_show_h{width:90%;margin:0 auto;text-align: center;font-size: 22px;color:#222;line-height: 35px;font-weight: 700;}
.nnews_show_span{margin:40px auto 0;padding:5px 0;border-top:1px solid var(--darkeee);border-bottom:1px solid var(--darkeee);}

.nnews_show_r{display: 15%;float:right;text-align: right;}
.nnews_show_r a{outline: none;display: block;width:100%;font-size: 16px;color:#979797;line-height: 25px;}
.nnews_show_r a i{color:var(--blue);margin-right: 8px;}

.nnews_show_l{width:80%;float:left;font-size: 0;}
.nnews_show_l span{display: inline-block;margin-right: 25px;font-size: 16px;color:#979797;line-height: 25px;}
.nnews_show_l span i{color:var(--blue);margin-right: 8px;}
.nnews_show_body{margin:10px auto 0;padding:50px 0;border-bottom:1px solid var(--darkeee);min-height: 400px;
	font-size: 17px;color:var(--dark555);line-height: 2;
}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 17px;color:var(--dark555);line-height: 2;}

.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}

/* nnews end! */

/* ncase end! */
.ncase_main{width:100%;margin:0 auto;position: relative;}
.ncase_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_list{margin:50px auto 65px;}
.ncase_item{width:100%;margin:60px auto 0;position: relative;border-radius: 15px;height:325px;background-color: #f5f5f5;transition: all .2s;}
.ncase_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_item:nth-of-type(1){margin:0 auto;}
.ncase_item:nth-of-type(2n) .ncase_item_img{float:left;}
.ncase_item:nth-of-type(2n) .ncase_item_txt{float:right;}

.ncase_item_img{width:36.10%;float:right;height:100%;position: relative;border-radius: 15px;overflow: hidden;}
.ncase_item_img .img{height:100%;}
.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);
}
a.ncase_item_img_mask{outline: none;display: block;}
.ncase_item_img_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;transition: all .5s;}
.ncase_item_img_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%);
}
.ncase_item_img_main{padding:0 20px;text-align:center;}
.ncase_item_img_line{display: block;width: 20%;height: 1px;background:var(--white);margin: 0 auto;opacity: 0;transition: 0.5s;}
.ncase_item_img_h3{margin:0 auto;display: block;color:var(--white);text-align: center;font-size: 14px;letter-spacing: 2px;
	height: 40px;line-height: 40px;opacity: 0;transition: 0.8s;
}


.ncase_item_txt{width:63%;float:left;height:100%;position: relative;}
.ncase_item_txt .img{height:100%;}

.ncase_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;transition: all .5s;}
.ncase_item_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%);
}
.ncase_item_main{width:100%;margin:0 auto;padding:0 80px;}
.ncase_item_h a{outline: none;display: block;width:100%;color:var(--blue2);font-size: 25px;line-height: 35px;}
.ncase_item_block{margin:25px auto 0;}
.ncase_item_div{margin:15px auto 0;}
.ncase_item_div:nth-of-type(1){margin:0 auto;}
.ncase_item_div_h{font-size: 13px;color:var(--dark666);line-height: 25px;}
.ncase_item_div_p{font-size: 14px;color:var(--dark333);text-align: justify;line-height: 25px;}
.ncase_item_div_p p{width: 100%;margin:0 auto; font-size: 14px;color:var(--dark333);text-align: justify;line-height: 25px;}


.ncase_item:hover{background-color:var(--blue);}
.ncase_item:hover .ncase_item_img .ncase_item_img_mask{background-color: rgba(0,0,0,.5);}
.ncase_item:hover .ncase_item_img .ncase_item_img_line{width: 5%;opacity: 1;}
.ncase_item:hover .ncase_item_img .ncase_item_img_h3{opacity: 1;}
.ncase_item:hover .ncase_item_h a{color:var(--white);}
.ncase_item:hover .ncase_item_div_h{color:var(--white);}
.ncase_item:hover .ncase_item_div_p{color:var(--white);}
.ncase_item:hover .ncase_item_div_p p{color:var(--white);}


/* ncase_top */
.ncase_top{background:url('../images/ncase_top_bg.jpg') no-repeat center bottom;}
.ncase_top{padding:85px 0;}
.ncase_swiper{width:50%;float:left;height:446px;}
.swiper_ncase{height:100%;}
.swiper_ncase .swiper-wrapper{height:100%;}
.swiper_ncase .swiper-wrapper .swiper-slide{height:100%;}

.ncase_slide{width:100%;height:100%;border-radius: 15px;overflow: hidden;}
.ncase_slide .img{height:100%;}

.ncase .swiper_ncase .swiper_pagination_ncase{bottom:8%;}
.ncase .swiper_ncase .swiper_pagination_ncase .swiper-pagination-bullet{width:12px;height:12px;background-color:var(--white);opacity: 0.3;}
.ncase .swiper_ncase .swiper_pagination_ncase .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--white);opacity: 1;}

.ncase_top_txt{width:46%;float:right;height:446px;position: relative;}

.ncase_top_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.ncase_top_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%);
}
.ncase_top_h{font-size: 25px;color:var(--dark131313);line-height: 35px;text-align: justify;}
.ncase_top_p{margin:20px auto 0;font-size: 14px;color:var(--dark131313);text-align: justify;line-height: 1.8;}
.ncase_top_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark131313);text-align: justify;line-height: 1.8;}
.ncase_top_style{margin:30px auto 0;}
.ncase_top_style_h{font-size: 14px;color:var(--dark131313);line-height: 20px;}
.ncase_top_ul{margin:10px auto 0;}
.ncase_top_ul li{float:left;margin-right: 10px;}
.ncase_top_ul li span{padding:7px 12px;font-size: 14px;line-height: 20px;border-radius: 3px;
	display: inline-block;background-color:var(--darkeee);color: #7b7b7b;
}

/* ncase_content */
.ncase_content{padding:65px 0;}

.ncase_more_list{margin:25px auto 0;}
.ncase_more_item{width:23.5%;float: left;margin:0 2% 0 0;}
.ncase_more_item:nth-of-type(4n){margin:0;}
.ncase_more_item_img{width:100%;border-radius: 5px;overflow: hidden;}
.ncase_more_item_img .img{padding:62.5% 0 0;}
.ncase_more_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_more_item_h{width:100%;margin:0 auto;padding:15px 10px;text-align: center;}
.ncase_more_item_h a{font-size: 15px;line-height: 25px;height:25px;
	outline: none;display: block;width:100%;margin:0 auto;color:var(--dark131313);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.ncase_more_item_h a:hover{color:var(--yellow);}

/* ncase end! */

/* nservice start! */
.nensure{padding:70px 0 30px;}
.nensure_main{margin: 60px auto 0;}
.nensure_list{border-radius: 10px;box-shadow: 0 0 50px #e5e5e5;}
.nensure_item{width:20%;float:left;border-left: 1px solid var(--darkeee);padding:65px 45px;text-align: center;}
.nensure_item:nth-of-type(1){border-left: 0px solid var(--darkeee);}
.nensure_item_img img{width:60px;}
.nensure_item_txt{margin:35px auto 0;}
.nensure_item_h{font-size: 20px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nensure_item_p{margin:20px auto 0;font-size: 14px;color:var(--dark555);line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

/* nservice end! */

/* nsupport start! */
.nsupport{padding:40px 0 20px;}
.nsupport_main{margin:60px auto 20px;}
.nsupport_list{margin:0 auto 50px;}
.nsupport_item{width:100%;margin:0 auto;}
.nsupport_item_title{width:100%;margin:0 auto;padding:20px 0;border-bottom:1px solid var(--darkddd);font-size: 16px;cursor: pointer;}
.nsupport_item_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nsupport_item_title>div{line-height: 25px;height:25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.nsupport_item_icon{width:25px;float:left;position: relative;margin-right:15px;}
.nsupport_item_h{width:calc(100% - 65px);float:left;color:var(--dark333);text-align: justify;}

.nsupport_item_arrow{width:25px;float:right;transition: all .3s;}

.nsupport_item_body{width:100%;margin:0 auto;padding:25px 0;font-size: 14px;color:var(--dark555);text-align: justify;line-height: 2;display: none;}
.nsupport_item_body p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);text-align: justify;line-height: 2;}

.nsupport_item.on .nsupport_item_title{border-bottom:1px solid var(--white);}
.nsupport_item.on .nsupport_item_arrow{transform: rotate(90deg);}
.nsupport_item.on .nsupport_item_h{color:var(--blue);}
.nsupport_item.on .nsupport_item_body{border-top:2px solid var(--blue2);}
/* nsupport end! */

/* ncontact start! */
.banner_form{width:100%;position: absolute;left:0;bottom:110px;}
.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:16%;float:left;margin:0 1% 0 0;padding:0;}
.q_n_form .q_form_div .form-group:nth-of-type(3){width:21%;}
.q_n_form .q_form_div .form-group:nth-of-type(4){width:33%;}
.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(--yellowBlod);color:var(--white);border: solid 1px var(--yellowBlod);
	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,.2);border:1px solid rgba(255,255,255,.3);
}
.q_n_form .form-group .input:focus{border: solid 1px var(--yellowBlod);}
.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(--yellowBlod);color:var(--white);border: solid 1px var(--yellowBlod);
}


.ntel{padding:50px 0;}
.ntel_h{font-size: 22px;color:var(--dark222);line-height: 30px;}
.ntel_ul{margin:50px auto 20px;}
.ntel_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_li{width:24%;float:left;margin-left: 1%;}
.ntel_li:nth-of-type(1){width:50%;margin-left: 0;}
.ntel_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_li_icon{width:50px;height:50px;float:left;}
.ntel_li_txt{width:calc(100% - 75px);float:right;height:50px;position: relative;color:var(--dark222);}
.ntel_li_txt_block{width:100%;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.ntel_li_txt_block span{display:block;width:100%;font-size: 16px;line-height: 25px;}

.ntel_list{margin:60px auto 0;}
.ntel_item{width:49%;float:left;margin:0 2% 0 0;box-shadow: 0 0 15px #ddd;position: relative;border-radius: 8px;padding:40px 35px 36px;
	background-repeat:no-repeat;background-size:cover;
}
.ntel_item:nth-of-type(1){background-image:url('../images/ntel_item_bg1.png');}
.ntel_item:nth-of-type(2){background-image:url('../images/ntel_item_bg2.png');}

.ntel_item:before{content: '';width:80px;height:6px;background-color: var(--blue2);position: absolute;left:35px;top:0;}
.ntel_item:nth-of-type(2n){margin:0;}
.ntel_item_block{width:100%;position: relative;z-index: 2;}
.ntel_item_h{font-size: 22px;color:var(--dark222);line-height: 30px;height:30px;}
.ntel_item_p{margin:15px auto 0;}
.ntel_item_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark222);text-align: justify;line-height: 28px;height:28px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* ncontact end! */

/* nmap start! */
.nmap{width:100%;height:450px;overflow: hidden;}
.allmap_map{width:100%;height:100%;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(--blue2);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}
/* nmap end! */

/* nsearch start! */
.nsearch_main{padding:65px 0;}
.nsearch_title{text-align: center;font-size: 22px;color:var(--dark333);line-height: 30px;}
.nsearch_title span{color:var(--yellowBlod);margin:0 5px;}
.nsearch_list{margin:50px auto 0;}
.nsearch_item{width:23.5%;float:left;margin:0 2% 25px 0;}
.nsearch_item:nth-of-type(4n){margin:0 0 25px 0;}
.nsearch_item_img{width:100%;overflow: hidden;}
.nsearch_item_img .img{padding:75% 0 0;}
.nsearch_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);
}
.nsearch_item_catname{margin:15px auto 0;font-size: 14px;line-height: 20px;color:var(--darkbbb);}
.nsearch_item_h{margin:10px auto 0;}
.nsearch_item_h a{outline: none;display: block;width:100%;font-size: 16px;text-align: justify;color:var(--dark333);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
/* nsearch 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(--dark555);}
.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! */


