@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color:var(--white);
	/*font-family: 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;}*/
.main1600{width:1600px;margin:0 auto;}
.main1200{width:1200px;margin:0 auto;}
.main800{width:800px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}

/* q_header start! */
.q_header{width:100%;margin:0 auto;padding:0;position: fixed;left:0;top:0;z-index: 999;transition: all .4s;}
.q_logo{width:280px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:35px 0;transition: all .4s;}
.q_logo>h1>a>img{display: inline-block;height:50px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display:none;}

.q_link{width:200px;float:left;margin-left:10px;padding:40px 0 0;transition: all .4s;}
.q_link a{outline: none;display: inline-block;padding:5px 20px;border:1px solid var(--white);color:var(--white); border-radius: 8px;
	font-size: 15px;line-height: 28px;opacity: .8;
}
.q_link a i{margin-right: 10px;}
.q_link a:hover{background-color: var(--white);color:var(--yellow);opacity: 1;}

.q_nav{width:calc(100% - 610px);float:left;}
.q_nav>ul{text-align: right;font-size: 0;}
.q_nav>ul>li{display: inline-block;margin-left: 70px;position: relative;}
.q_nav>ul>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:32px 0 38px;color:var(--white);transition: all .4s;position: relative;}
.q_nav>ul>li.on>a,.q_nav>ul>li:hover>a{color:var(--yellow);}
.q_nav>ul>li>a:after{position: absolute;left: 50%;bottom: 25px;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;
}
.q_nav>ul>li.on>a:after,.q_nav>ul>li:hover>a:after{width: 60%;transform: translateX(-50%);}
.q_nav>ul>li>a>span{font-size: 16px;line-height: 50px;height:50px;}

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

.q_search{width:60px;float:right;text-align: right;}
.q_search>a{outline: none;display: block;width:100%;margin:0 auto;padding:35px 0;color:var(--white);transition: all .4s;}
.q_search>a>i{display: inline-block;line-height: 50px;height:50px;font-size: 22px;}


.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 2px #809cbb;}
.q_header.q_header_fixed .q_logo>h1>a{padding:20px 0;}
.q_header.q_header_fixed .q_logo>h1>a>img.default{display: none;}
.q_header.q_header_fixed .q_logo>h1>a>img.on{display:inline-block;}

.q_header.q_header_fixed .q_link{padding:25px 0 0;}
.q_header.q_header_fixed .q_link a{border:1px solid var(--yellow);color:var(--yellow);}
.q_header.q_header_fixed .q_link a:hover{background-color: var(--yellow);color:var(--white);}

.q_header.q_header_fixed .q_nav>ul>li>a{padding:17px 0 23px;color:var(--dark);}

.q_header.q_header_fixed .q_search>a{padding:20px 0;color:var(--dark);}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;}
.q_banner .swiper_banner .swiper-slide{height:100%;}
.banner_slide{width:100%;height:100%;position: relative;}
.banner_slide .img{height:100%;}
.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.banner_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%);
}
.banner_main{width:100%;text-align: right;color:var(--white);}
.banner_h .cn{font-size: 40px;line-height: 50px;}
.banner_h .en{margin:10px auto 0; font-size: 18px;line-height: 25px;font-weight: 100;text-transform: uppercase;}
.banner_more{margin:30px auto 0;}
.banner_more a{outline: none;display: inline-block;padding:10px 30px;background-color: var(--yellow);color:var(--white);border-radius: 4px;}
.banner_more a span{font-size: 15px;line-height: 25px;}
.banner_more a span i{margin-left:10px;}


.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:30px;height:5px;border-radius: 2px;
	background-color:var(--white);opacity: 1;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;background-color:var(--yellow);
	opacity: 1;
}

.banner_main>div{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_main>div.banner_h{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
.swiper-slide-active .banner_main>div.banner_more{animation-name: lv-fadeInUp-short;animation-delay: .4s;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;padding:0;/*overflow: hidden;*/position: relative;}
.section_title{margin:0 auto 60px;}
.section_title .en{font-size: 17px;color:#666;line-height: 25px;font-weight: 100;text-transform: uppercase;}
.section_title .cn{font-size: 40px;color:#333;line-height: 50px;font-weight: 700;}

/* q_section end! */

/* q_feature start! */
.q_section.q_feature{padding:100px 0 180px;}
.q_feature:after{content:'';width:50%;height:100%;background-color: #f8f8f8;position: absolute;top:0;right:0;z-index: 1;}
.feature_main{width:100%;position: relative;z-index: 2;padding:120px 0 100px;}
.feature_main:after{content:'';width:calc(50% + 800px);height:100%;background:url('../images/feature_bg.jpg') no-repeat center center;
	position: absolute;top:0;right:0;
}
.feature_block{width:calc(50% + 800px);position: relative;z-index: 3;}
.feature_l{width:30%;height:100%;position: absolute;left:0;top:0;}
.feature_l_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.feature_l_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%);
}
.feature_l_main{width:100%;padding:30px 50px;text-align:right;background-color: var(--yellow);}
.feature_l_p{width:100%;font-size: 18px;line-height: 25px;color:var(--white);}
.feature_l_main p{width:100%;font-size: 18px;line-height: 25px;}

.feature_r{width:70%;float:right;}
.feature_body{width:100%;padding:70px 60px;background-image:var(--linear-background);}
.feature_item{width:26%;float:left;margin:0 11% 60px 0;color:var(--white);}
.feature_item:nth-of-type(3n){margin:0 0 60px 0;}
.feature_item_h{font-size: 18px;line-height: 25px;height:25px;}
.feature_item_span{margin:15px auto 25px;font-size: 0;}
.feature_item_span span{display: inline-block;width:25px;height:3px;background-color: var(--white);}
.feature_item_icon img{width:72px;transition: all .6s;}
.feature_item_icon:hover img{transform: scaleX(-1);}
.feature_item_more{margin:40px auto 0;}
.feature_item_more a{outline: none;display: block;width: 100%;border:1px solid rgba(255,255,255,.3);padding:10px;font-family: Arial;
	text-align: center;font-size:15px;color:rgba(255,255,255,.9);line-height: 25px;text-transform: uppercase;
}
.feature_item_more a:hover{background-color: var(--yellow);color:var(--white);border:1px solid var(--yellow);}
.feature_item_p{margin:30px auto 0;font-size: 18px;line-height: 2;color:var(--white);}
.feature_item_p p{width:100%;margin:10px auto 0;font-size: 18px;line-height: 2;color:var(--white);opacity: .8;}
.feature_item_p p:nth-of-type(1){margin:0 auto;}

/* q_feature end! */

/* q_feature2 start! */
.q_section.q_feature2{padding:70px 0 100px;}
.q_feature2 .section_title{text-align: center;}
.tab.feature2_tab{width:100%;margin:0 auto;height:640px;}
.tab.feature2_tab:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.feature2_tab .feature2_tab_head{width:36.25%;float:left;height:100%;}
.tab.feature2_tab .feature2_tab_nav{width:100%;height:100%;}
.tab.feature2_tab .feature2_tab_nav li{display: block;width:100%;background-color:#f5f6f8;margin:10px auto 0;height:80px;transition: height .4s;}
.tab.feature2_tab .feature2_tab_nav li:nth-of-type(1){margin:0 auto;}
.tab.feature2_tab .feature2_tab_nav li.active{background:none;background-image: var(--linear-background);height:280px;}
.tab.feature2_tab .feature2_tab_nav article{width:100%;height:100%;}
.feature2_item{width:100%;height:100%;padding:20px 30px;position: relative;color:var(--dark);}
.feature2_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.feature2_item_num{width:30px;float:left;height:40px;line-height: 40px;font-size: 18px;font-weight:100;}
.feature2_item_txt{width:calc(100% - 120px);float:left;margin-left: 20px;height:100%;}
.feature2_item_h{font-size: 18px;line-height: 40px;}
.feature2_item_p{display: none;margin:10px auto 0;font-size: 16px;text-align: justify;line-height: 25px;height:100px;overflow: hidden;}
.feature2_item_more{display: none;margin:30px auto 0;}
.tab.feature2_tab .feature2_tab_nav li .feature2_item_more a{outline: none;display: inline-block;border:0;border-radius: 0;padding:0;color:var(--dark);
	font-size:17px;line-height:25px;cursor: pointer;
}
.tab.feature2_tab .feature2_tab_nav li .feature2_item_more a i{margin-left: 5px;}

.feature2_item_arrow{display: inline-block;width:36px;height:36px;padding:5px;position: absolute;right:30px;top:22px;
	background-color: var(--yellow);border-radius: 50%;
}
.feature2_item_arrow img{width:100%;transform:rotate(90deg);}

.active .feature2_item{color:var(--white);padding:30px 30px 20px;}
.active .feature2_item_h{font-size: 22px;font-weight: 700;}
.active .feature2_item_p{display: block;}
.active .feature2_item_more{display: block;}
.tab.feature2_tab .feature2_tab_nav li.active .feature2_item_more a{color:var(--white);}
.active .feature2_item_arrow{top:auto;bottom:35px;}
.active .feature2_item_arrow img{transform:rotate(-90deg);}

.tab.feature2_tab .feature2_tab_body{width:62.5%;float:right;height:100%;border:0;margin:0 auto;padding:0;}
.tab.feature2_tab .feature2_tab_body .tab-panel{width:100%;height:100%;}
.feature2_item_img{width:100%;height:100%;overflow: hidden;}
.feature2_item_img .img{height:100%;}
.feature2_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

/* q_feature2 end! */

/* q_about start! */
.q_section.q_about{width:100%;background-image:var(--linear-background);padding:150px 0 190px;}
.q_about .section_title .en{color:var(--white);}
.q_about .section_title .cn{color:var(--white);}
.about_txt{width:45%;margin:-20px 0 0;}
.about_p{font-size: 22px;color:var(--white);line-height: 1.7;}
.about_p p{width:100%;margin:0 auto;font-size: 22px;color:var(--white);line-height: 1.7;}
.about_more{margin:50px auto 0;}
.about_more a{outline: none;display: inline-block;padding:8px 60px;text-transform:uppercase;font-family: Arial;
	border:1px solid rgba(255,255,255,.3);font-size: 16px;color:rgba(255,255,255,.9);line-height: 25px;
}
.about_more a i{margin-left: 5px;}
.about_more a:hover{background-color: var(--yellow);border:1px solid var(--yellow);color:var(--white);}
.about_img{width:50%;height:80%;position: absolute;right:0;bottom:0;}
.about_img_body{width:100%;height:100%;border-top-left-radius: 70px;overflow: hidden;}
.about_img_body .img{width:100%;height:100%;}

/* q_about end! */

/* q_number start! */
.q_number{width:100%;margin:30px auto 0;}
.q_number_main{width:100%;margin:0 auto;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:33%;float:left;padding:0 10px;}
.q_number_top{font-size:0;color:var(--white);}
.q_number_top span{display: inline-block;font-size:60px;line-height: 80px;font-weight: 700;vertical-align: bottom;}
.q_number_top span.sub{font-size: 17px;font-weight: 700;}
.q_number_top span.timer+span{margin-left: 15px;}
.q_number_txt{width:100%;margin:0 auto;padding:0;color:var(--white);}
.q_number_txt .cn{font-size: 15px;line-height: 25px;height:25px;}
/* q_number end! */

/* q_advantage start! */
.q_advantage{padding:170px 0 200px;}
.q_advantage:after{content:'';width:50%;height:100%;background:url('../images/advantage_bg.jpg') no-repeat center bottom;
	position: absolute;top:0;right:0;
}
.q_advantage .main1600{position: relative;z-index: 2;}
.advantage_main{width:65.625%;}
.advantage_item{width:31%;float:left;margin:0 3.5% 0 0;background-color: #edf0f9;padding:45px;border-radius: 20px;}
.advantage_item:nth-of-type(3n){margin:0;}
.advantage_item_num{font-size: 18px;color:var(--dark);line-height: 25px;font-weight: 100;}
.advantage_item_icon{margin:35px auto 0;text-align:center;}
.advantage_item_icon img{width:80px;transition: all .4s;}
.advantage_item_icon:hover img{transform:translateY(-20px);}
.advantage_item_h{margin:50px auto 0;font-size:18px;color:var(--dark);font-weight: 700;text-align: justify;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.advantage_item_p{margin:10px auto 0;font-size:14px;color:var(--dark);text-align: justify; line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.advantage_item_p p{width:100%;margin:0 auto;font-size:14px;text-align: justify; line-height: 22px;}
/* q_advantage end! */

/* q_product start! */
.q_section.q_product{width:100%;background-image:var(--linear-background);padding:75px 0 0;overflow: hidden;}
.q_product .section_title .en{color:var(--white);}
.q_product .section_title .cn{color:var(--white);}
.product_main{width:100%;position: relative;overflow:hidden;}
.product_swiper{width:134%;}
.product_slide{width:100%;position:relative;}
.product_item{width:100%;position:relative;}
.product_item_img{overflow: hidden;}
.product_item_img .img{padding:55.72% 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_more{width:100%;position: absolute;left:0;top:0;padding:120px 50px 0 150px;}
.product_item_more a{outline: none;display: block;width:100%;font-size:22px;line-height: 30px;color:var(--white);}
.product_item_more a i{margin-left: 10px;}

.swiper_buttons{font-size: 0;}
.swiper_button{width:50px;height:50px;display: inline-block;padding:10px;border-radius: 50%;
	background-color: var(--yellow);cursor: pointer;transition: all .2s;
}
.swiper_button.product_right{position: absolute;top:50%;transform: translateY(-50%);left:66%;z-index: 2;}
.swiper_button.swiper-button-disabled{background-color:#333;}

.product_item_more{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .product_item_more{animation-name: lv-fadeInUp-short;animation-delay: .3s;}

/* q_product end! */

/* q_case start! */
.q_section.q_case{padding:40px 0;}
.case_main{width:100%;position: relative;background-image:var(--linear-background2);}
.case_title{width:400px;position: absolute;top:90px;left:calc(50% - 800px);}
.q_case .section_title .en{color:var(--white);}
.q_case .section_title .cn{color:var(--white);}
.case_slide{width:100%;height:700px;}
.case_item{width:100%;height:100%;}
.case_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.case_item_img{width:66.5%;float:right;height:100%;position: relative;z-index: 3;}
.case_item_img .img{height:100%;}
.case_item_txt{width:100%;height:100%;position: relative;z-index: 2;}

.case_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.case_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%);
}

.case_item_main{width:26%;color:var(--white);}
.case_item_h{font-size: 28px;line-height: 38px;text-align: justify;}
.case_item_ul{margin:20px auto 0;}
.case_item_ul li{font-size:18px;line-height: 30px;text-align: justify;font-weight: 100;}

.case_buttons{width:400px;position: absolute;bottom:90px;left:calc(50% - 800px);z-index: 9;}
.case_buttons .case_left{margin-right: 30px;}

.case_item_h,.case_item_ul{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .case_item_h{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
.swiper-slide-active .case_item_ul{animation-name: lv-fadeInUp-short;animation-delay: .4s;}

/* q_case end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;padding:50px 0;background:url('../images/footer_bg.jpg') no-repeat center center;background-size:cover;}
.q_footer a{color:var(--dark);}
.q_footer a:hover{color:var(--yellow);}
.footer_t{padding:10px 0;}
.footer_main{width:100%;margin:0 auto;padding:0;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_t .footer_main{padding-top:20px;border-top:1px solid var(--yellow);}
.footer_t_l{width:25%;float:left;}
.footer_logo{width:100%;margin:0 auto;}
.footer_logo img{height:50px;}
.footer_ul{margin:25px auto 0;}
.footer_ul li{font-size: 16px;color:var(--dark);line-height: 2;}
.footer_ul li span{font-size: 30px;font-weight: 700;font-family: Arial;line-height: 1.5;}
.footer_wechat{margin:15px 0 0;width:44px;position: relative;}
.footer_wechat>img{width:100%;cursor: pointer;}
.footer_wechat_hover{width:120px;height:120px;position: absolute;left:80px;top:-35px;transition: all .3s;display: none;}
.footer_wechat_hover>img{width:100%;}
.footer_wechat:hover .footer_wechat_hover{animation: 0.3s linear 0s normal both 1 running fadeInDown;display:block;}


.footer_t_r{width:65%;float:right;padding:10px 0 0;}
.footer_item{width:23.5%;float:left;margin:0 2% 0 0;}
.footer_item:nth-of-type(4n){margin:0;}
.footer_item_h a{outline: none;display: block;width:100%;font-size: 18px;line-height: 25px;font-weight: 700;}
.footer_nav{margin:25px auto 0;}
.footer_nav li a{outline: none;display: block;width:100%;font-size: 16px;line-height: 2;}

.footer_b{padding:20px 0;}
.footer_b span,.footer_b a{margin:0 6px 0 0;line-height: 25px;font-size: 16px;color:var(--dark);outline: none;}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;width:25px;margin-right: 8px;}

/* q_footer 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! */

/* nbanner start! */
.nbanner{position: relative;}
.nbanner>.img{width:100%;height:100%;position: relative;}
.nbanner .banner_mask_in{top:32%;}
.nbanner .banner_main{text-align: center;}
.nbanner .banner_main>div{animation-duration: 1s; animation-delay: 0s;}
.nbanner .banner_h .cn{font-size: 54px;line-height: 65px;}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;position: absolute;left:0;bottom:0;z-index: 2;overflow: hidden;}
.nnav_main{width:100%;position: relative;z-index: 2;}
.nnav_bg .nnav_main:before{content:'';width:100%;height:100%;background-color: rgba(255,255,255,.8);position: absolute;top:0;left:-25%;z-index:-1;}
.nnav_ul{width:70%;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{float:left;margin:0 56px 0 0;position: relative;}
.nnav_ul>li>a{outline: none;display: block;width:100%;position: relative;padding:15px 0;}
.nnav_ul>li>a>span{display: block;width:100%;font-size: 16px;color:var(--dark);line-height: 40px;height:40px;}
.nnav_ul>li:hover>a>span,.nnav_ul>li.on>a>span{color:var(--yellow);}
.nnav_ul>li>a:after{position: absolute;left: 50%;bottom: 15px;content: "";width: 0;height: 2px;background-color:var(--yellow);border-radius: 2px;
	-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:60%;transform: translateX(-50%);}
/* nnav end! */

/* nsolgan start! */
.nsolgan{width:40%;background-color: var(--yellow);padding:15px;position: absolute;right:0;bottom:-15px;z-index: 3;}
.nsolgan_main{text-align: center;font-size:28px;color:var(--white);line-height: 40px;height:40px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
/* nsolgan end! */

/* nmain start! */
.nmain{width: 100%;margin: 0 auto;min-height: 500px;}
.nmains{padding:90px 0 50px;}
.nmain_title{width:100%;margin:0 auto;position: relative;}
.nmain_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_title_circle{width:20px;float:left;}
.nmain_title_circle span{display: block;width:100%;border:4px solid var(--yellow);border-radius: 50%;padding:6px;}
.nmain_title_h{width:calc(100% - 30px);float:right;}
.nmain_title_h .en{font-size: 18px;color:#999;text-transform:uppercase;line-height: 20px;height:20px;}
.nmain_title_h .cn{font-size: 40px;color:var(--dark);line-height: 45px;height:45px;margin:10px auto 0;}
.nmain_top{width:100%;margin:0 auto 40px;}
.nmain_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_top_l{width:75%;float:left;}
.nmain_top_r{width:15%;float:right;}
.nmain_nav{width:100%;text-align: right;position: relative;z-index: 5;}
.nmain_nav>a{outline: none;display: block;width:100%;padding:10px 15px;border:1px solid #ccc;font-size:16px;color:var(--dark666);line-height: 25px;text-align: left;}
.nmain_nav_arrow{width:25px;height:25px;line-height: 25px;text-align: center;font-size: 22px;color:var(--yellow);
	position: absolute;top:10px;right:10px;z-index: 2;cursor: pointer;
}
.nmain_nav_ul{width:100%;padding:15px;position:absolute;left:0;top:100%;text-align: left;border:1px solid #ccc;border-top:0;display:none;background-color: var(--white);}
.nmain_nav_ul>li{border-bottom: 1px dashed #ccc;padding:5px 0;}
.nmain_nav_ul>li:nth-of-type(1){border-top: 1px dashed #ccc;}
.nmain_nav_ul>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark666);line-height: 25px;}
.nmain_nav_ul>li>a:hover{color:var(--yellow);}
.nmain_content{width:100%;margin:0 auto;position:relative;}
.nmain_content:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* nmain end! */

/* nabout start! */
.nabout_div{width:100%;margin:0 auto;overflow:hidden;}
.nabout_main{width:100%;position: relative;}
.nabout_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nabout_div_main{margin:40px auto 0;}
/* ncompany */
.ncompany{padding:130px 0 100px;}
.ncompany .nabout_main{padding:25px 0 0;}
.ncompany_img{width:52%;position: absolute;top:130px;right:0;}
.ncompany_img_div{width:100%;position: relative;}
.ncompany_img_div:before{content:'';width:calc(100% + 10px);height:100%;background-image: var(--linear-background3);position: absolute;left:-10px;bottom:-25px;z-index: -1;}
.ncompany_img .img{padding:63.70% 0 0;}

.ncompany_txt{width:42%;float:left;min-height:640px;}
.ncompany_p{margin:80px auto 0;font-size: 16px;color:var(--dark666);text-align: justify;line-height: 1.8;}
.ncompany_p p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark666);text-align: justify;line-height: 1.8;}
.ncompany_p p:nth-of-type(1){margin:0 auto;}

.ncompany_solgan{margin:45px auto 0;font-size: 24px;color:#191bac;line-height: 30px;}
.ncompany_icon{margin:85px auto 0;}
/* nmanufacture */
.nmanufacture{padding:100px 0 180px;background:url('../images/nmanufacture_bg.jpg') no-repeat center top;}
.nmanufacture_main{position: relative;}
.nmanufacture_item{width:24.1%;float:left;margin:0 1.2% 0 0;}
.nmanufacture_item:nth-of-type(4n){margin:0;}
.nmanufacture_item_block{background-color: rgba(255,255,255,.7);width:100%;padding:70px 35px 50px;text-align: center;position: relative;}
.nmanufacture_item_block:hover:before{content:'';width:100%;height:4px;background-image: var(--linear-background);
	position: absolute;left:0;top:-3px;z-index: 2;
}
.nmanufacture_item_icon img{width:68px;}
.nmanufacture_item_h{margin:45px auto 0;font-size:28px;font-weight: 700;color:var(--dark);line-height: 40px;}
.nmanufacture_item_p{margin:30px auto 0;font-size:16px;font-weight: 100;color:var(--dark);line-height: 30px;text-align: justify;height:270px;}
.nmanufacture_item_p p{width:100%;margin:0 auto;font-size:16px;font-weight: 100;color:var(--dark);line-height: 30px;text-align: justify;}
/* nsupport */
.nsupport{padding:65px 0 120px;}

.nculture4_list{height:640px;}
.nculture4_item{width:20%;float:left;margin:0 0.4% 0 0;height:100%;position: relative;transition: all .4s;}
.nculture4_item:after{content:'';width:0;height:5px;background-color: var(--yellow);position: absolute;left:0;top:0;transition: all .4s;}
.nculture4_item:nth-of-type(3n){margin:0;}
.nculture4_item .img{height:100%;}
.nculture4_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nculture4_mask_in{width:100%;height:100%;position: relative;left:0;top:0;}
.nculture4_item_txt{width:100%;position: absolute;left:0;top:0;padding:60px 55px 0;color:var(--white);}

.nculture4_item_num{font-size: 80px;line-height: 90px;opacity: .15;font-family: Arial;font-weight: 700;}
.nculture4_item_h{margin:30px auto 0; font-size:33px;line-height: 45px;}
.nculture4_item_p{margin:20px 0 0;font-size: 16px;line-height: 30px;font-weight: 100;
	animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;
}
.nculture4_item_p p{margin:0 auto;font-size: 16px;line-height: 30px;font-weight: 100;}

.nculture4_item_more{width:30px;position: absolute;left:70px;bottom:50px;transition: all .4s;}
.nculture4_item_more span{display: block;width:30px;height:30px;background-color: rgba(255,255,255,.3);border-radius: 50%;position: relative;cursor: pointer;}
.nculture4_item_more span:before{content:'';width:10px;height:2px;background-color: var(--white);position: absolute;left:10px;top:14px;}
.nculture4_item_more span:after{content:'';width:2px;height:10px;background-color: var(--white);position: absolute;left:14px;top:10px;}

.nculture4_item.on{width:59.2%;}
.nculture4_item.on:after{width:100%;}
.nculture4_item.on .nculture4_item_txt{padding:60px 50px 0;}
.nculture4_item.on .nculture4_item_p{animation-name: lv-fadeInUp-short;animation-delay: .2s;width:50%;}
.nculture4_item.on .nculture4_item_more{left:50px;}
.nculture4_item.on .nculture4_item_more span{background-color: rgba(255,255,255,.5);}
.nculture4_item.on .nculture4_item_more span:after{content:'';width:0;height:0;}

/* nhonor */
.nhonor{padding:90px 0 100px;background:url('../images/nhonor_bg.jpg') no-repeat center top;}
.nhonor_main{position: relative;}
.nhonor_swiper{width:100%;position: relative;}
.swiper_nhonor{width:114%;position: relative;left:0;top:0;}
.nhonor_slide{width:100%;}
.nhonor_item{width:100%;}
.nhonor_item_img{width:100%;overflow: hidden;}
.nhonor_item_img .img{padding:50% 0 0;}
.nhonor_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);
}
.nhonor_item_h{width:100%;background-color: var(--white);padding:15px;}
.nhonor_item_h a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark);line-height: 25px;height:25px;text-align: center;font-weight: 100;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.nhonor .swiper_button{position: absolute;top:50%;transform: translateY(-50%);z-index: 3;}
.nhonor .swiper_button.swiper_button_prev{left:-80px;}
.nhonor .swiper_button.swiper_button_next{right:-80px;}
/* npartner */
.npartner{padding:100px 0;}
.partner_swiper{width:100%;position: relative;}
.swiper_partner{width:100%;margin:0 auto;height:280px;}
.swiper_partner .swiper-slide{
    /* Center slide text vertically */
    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;
	height:calc((100% - 20px) / 2);
}
.partner_item{width:100%;height:100%;border-radius: 2px;overflow:hidden;padding:10px;}
.partner_item .img{height:100%;}

.npartner .swiper_button{position: absolute;top:50%;transform: translateY(-50%);z-index: 3;}
.npartner .swiper_button.swiper_button_prev{left:-80px;}
.npartner .swiper_button.swiper_button_next{right:-80px;}
/* nabout end! */

/* nproduct start! */
.nproduct_advtange{padding:70px 0;}
.nadvtange_main{margin:40px auto 0;}
.nadvtange_item{width:32%;float:left;margin:0 2% 30px 0;background-color:#f4f4f4;padding:45px 50px 60px 80px;}
.nadvtange_item:nth-of-type(3n){margin:0 0 30px 0;}
.nadvtange_item_num{text-align: right;font-size:18px;color:var(--yellow);line-height:25px;font-weight: 700;}
.nadvtange_item_text{margin:10px auto 0;}
.nadvtange_item_text:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nadvtange_item_icon{width:64px;float:left;}
.nadvtange_item_txt{width:calc(100% - 120px);float:right;padding-top: 10px;}
.nadvtange_item_txt .small{position: relative;font-size: 18px;color:var(--dark666);line-height: 30px;}
.nadvtange_item_txt .small:before{content:'';width:12px;border:3px solid var(--yellow);border-radius: 50%;padding:3px;position: absolute;left:-20px;top:10px;}
.nadvtange_item_txt .big{margin:10px auto 0;font-size: 28px;color:var(--dark);line-height: 40px;}

/* nproduct_body */
.nproduct_body{width:100%;background-color:#f4f4f4;padding:70px 0;}
.tab.nproduct_tab{width:100%;margin:0 auto;}
.tab.nproduct_tab .nproduct_tab_head{width:100%;margin:0 auto;}
.tab.nproduct_tab .nproduct_tab_head:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_tab_h{width:30%;float:left;}
.nproduct_tab_navs{width:60%;float:right;padding-top:15px;}

.tab.nproduct_tab .nproduct_tab_nav{width:100%;text-align: right;font-size: 0;}
.tab.nproduct_tab .nproduct_tab_nav li{display: inline-block;margin-left: 20px;background-color:var(--white);border-radius: 30px;color:var(--dark);}
.tab.nproduct_tab .nproduct_tab_nav li.active{background:none;background-image: var(--linear-background3);color:var(--white);}
.tab.nproduct_tab .nproduct_tab_nav li article{padding:15px 50px;font-size:18px;line-height: 25px;cursor: pointer;}

.tab.nproduct_tab .nproduct_tab_body{width:100%;margin:50px auto 0;padding:0 15px 0 0;border:0;}
.nproduct_content{width:100%;margin:0 auto;position: relative;z-index: 1;}
.nproduct_content:after{content:'';width:calc(100% - 25px);height:60%;background-image: var(--linear-background3);
	position:absolute;right:-15px;bottom:-10px;z-index:-1;
}
.nproduct_content_block{width:100%;margin:0 auto;background-color:var(--white);padding:75px 80px 50px;}
.nproduct_content_h{width:100%;font-size: 28px;color:var(--dark);line-height: 40px;position: relative;}
.nproduct_content_h:before{content:'';width:12px;border:3px solid var(--yellow);border-radius: 50%;padding:3px;position: absolute;left:-20px;top:15px;}
.nproduct_content_p{margin:20px auto 0;font-size: 16px;color:var(--dark666);line-height: 25px;text-align: justify;}
.nproduct_content_p p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark666);line-height: 25px;text-align: justify;}
.nproduct_content_p p:nth-of-type(1){margin:0 auto;}
.nproduct_list{margin:35px auto 0;}
.nproduct_item{width:49%;float:left;margin:0 2% 25px 0;background:url('../images/nproduct_item_bg.jpg') no-repeat center center;background-size: cover;padding:60px;}
.nproduct_item:nth-of-type(2n){margin:0 0 25px 0;}
.nproduct_item_img{width:100%;overflow: hidden;}
.nproduct_item_img .img{padding:50% 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%;margin:20px auto 0;position: relative;}
.nproduct_item_h{width:100%;position: relative;}
.nproduct_item_h:before{content:'';width:12px;border:3px solid var(--yellow);border-radius: 50%;padding:3px;position: absolute;left:-20px;top:7px;}
.nproduct_item_h a{outline: none;display: block;width:100%;font-size:18px;color:var(--dark);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
 }
.nproduct_item_h a:hover{color:var(--yellow);}
.nproduct_item_arrow{width:25px;height:25px;position: absolute;top:0;right:-20px;}
.nproduct_item_arrow a{outline: none;display: block;width:100%;height:100%;}

section.wall{display:block;}
section.house{display:none;}

.nproduct_content{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.active .nproduct_content{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
/* nproduct end! */

/* nproduct_show start! */
.nproduct_show{width:100%;padding:120px 0 60px;background:url('../images/nproduct_show_bg.png') repeat-x center top;}
.nproduct_show_main{width:100%;border-top:1px solid rgba(255,255,255,.1);padding:40px 0;min-height: 500px;}
.nproduct_top{width:100%;margin:0 auto;}
.nproduct_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_top_l{width:40%;float:left;}
.nproduct_top .nmain_title_h .en{color:var(--white);}
.nproduct_top .nmain_title_h .cn{color:var(--white);}
.nproduct_top_r{width:50%;float:right;}
.nposition{width:100%;padding-top: 45px;}
.nposition_main{width:100%;margin:0 auto;text-align: right;color:var(--white);line-height: 30px;height:30px;font-size: 15px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_main>i{margin-right: 5px;}
.nposition_main a{outline: none;color:var(--white);margin:0 3px;}
.nposition_main a:hover{color:var(--yellow);}
.nposition_main span{color:var(--yellow);}

.nproduct_top_p{margin:25px auto 0;font-size: 17px;color:var(--white);line-height: 33px;text-align: justify;padding-left: 30px;}
.nproduct_top_p p{width:100%;margin:10px auto 0;font-size: 17px;color:var(--white);line-height: 33px;text-align: justify;}
.nproduct_top_p p:nth-of-type(1){margin:0 auto;}

.nproduct_swiper{margin:40px auto 0;position: relative;}
.nproduct_slide{width:100%;}
.nproduct_slide .img{padding:53.45% 0 0;}

.swiper-pagination-bullets.swiper_pagination_nproduct{padding:0 5%;text-align: right;bottom:50px;}
.swiper_pagination_nproduct .swiper-pagination-bullet{width:12px;height:12px;background-color: var(--white);opacity: 1;}
.swiper_pagination_nproduct .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);}

.nproduct_feature{width:50%;background-image: var(--linear-background-opcity);color:var(--white);padding:35px 75px 40px;position: absolute;left:0;bottom:-60px;z-index: 2;}
.nproduct_feature_h{width:100%;margin:0 auto;}
.nproduct_feature_h .cn{font-size: 28px;line-height: 40px;}
.nproduct_feature_h .en{margin:5px auto 0;font-size: 14px;line-height: 20px;font-weight: 100;text-transform: uppercase;}
.nproduct_ul{margin:20px auto 0;}
.nproduct_li{width:45%;float:left;margin:0 10% 0 0;padding:30px 0 10px;}
.nproduct_li:nth-of-type(2n){margin:0;}
.nproduct_li:nth-of-type(n+3){border-top:1px solid rgba(255,255,255,.1);}
.nproduct_li .big{font-size: 18px;font-weight: 700;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nproduct_li .small{margin:5px auto 0;font-size:16px;font-weight: 100;text-align: justify;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nproduct_li div:nth-of-type(1){font-size: 18px;font-weight: 700;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nproduct_li div:nth-of-type(2){margin:5px auto 0;font-size:16px;font-weight: 100;text-align: justify;line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.nproduct_pics{margin:125px auto 0;}
.nproduct_pics_h{width:30%;float:left;font-size:35px;color:var(--dark);line-height: 45px;}
.nproduct_pics_click{width:60%;float:right;text-align: right;}
.nproduct_pics_click a{outline: none;display: inline-block;padding:12px 35px;background-image: var(--linear-background3);border-radius: 30px;}
.nproduct_pics_click a span{display: inline-block;font-size:18px;line-height: 25px;color:var(--white); }
.nproduct_pics_click a span img{height:25px;margin-left: 10px;}

.pics_swiper{width:100%;margin:35px auto 0;position: relative;}

.pic_slide{width:100%;position: relative;overflow: hidden;border:1px solid #eee;}
.pic_slide .img{padding:67.37% 0 0;}
.pic_slide: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);
}
.pic_slide_h{width:100%;padding:30px 8%;position: absolute;left:0;bottom:0;font-size:18px;color:var(--dark);line-height: 25px;}

.pics_swiper .swiper_button{position: absolute;top:50%;transform: translateY(-50%);z-index: 3;}
.pics_swiper .swiper_button.swiper_button_prev{left:-80px;}
.pics_swiper .swiper_button.swiper_button_next{right:-80px;}

.nproduct_blocks{margin:40px auto 0;}
.nproduct_blocks_h{font-size: 30px;color:var(--blueer);line-height: 40px;}
.nproduct_tables{margin:30px auto 0;overflow: hidden;}
.nproduct_table{width:100%;overflow-x: auto;}


.characteristic_table {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}
.characteristic_table .title {
	font-size: 30px;
	color: #1a1eaa;
	margin-bottom: 30px;
}
.characteristic_table .characteristic_table_wrapper {
	margin-bottom: 50px;
}
.characteristic_table table {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 30px;
}
.characteristic_table table td {
	vertical-align: middle;
	padding: 10px 0;
}
.characteristic_table table td.th {
	background-color: #f7fafd;
	font-size: 18px;
	font-weight: normal;
}
.characteristic_table table td.fw {
	font-weight: normal;
}

/* nproduct_show end! */

/* ncase start! */
.ncase_item{width:49%;float:left;margin:0 2% 45px 0;}
.ncase_item:nth-of-type(2n){margin:0 0 45px 0;}
.ncase_item_img{width:100%;overflow: hidden;}
.ncase_item_img .img{padding:67.38% 0 0;}
.ncase_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.ncase_item_txt{width:100%;padding-left: 30px;position: relative;}
.ncase_item_txt:before{content:'';width:calc(100% - 50px);height:calc(100% - 30px);background-image: var(--linear-background);position: absolute;left:0;top:0;z-index: -1;}
.ncase_item_text{width:100%;padding:30px 50px 35px;background:url('../images/ncase_item_text_bg.jpg') no-repeat center center;background-size:cover;position: relative;top:-45px;}
.ncase_item_text:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_item_circle{width:12px;float:left;margin-top: 10px;}
.ncase_item_circle span{display: block;width:100%;border:3px solid var(--yellow);border-radius: 50%;padding:3px;}

.ncase_item_arrow{width:30px;float:right;margin-top: 3px;}
.ncase_item_arrow a{outline: none;display:block;width:100%;border-radius:50%;}

.ncase_item_body{width:calc(100% - 58px);float:left;margin-left: 15px;}
.ncase_item_h a{outline: none;display: block;width:100%;font-size: 25px;color:var(--dark);text-align: justify;line-height: 35px;height:35px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_item_h a:hover{color:var(--yellow);}
.ncase_item_ul{margin:10px auto 0;}
.ncase_item_ul li{font-size: 16px;color:var(--dark666);text-align: justify;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.ncase_mask{width:100%;height:100%;position:fixed;background-color: rgba(0,0,0,.7);z-index:99999;left:0;top:0;display: none;}
.ncase_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_mask_main{width:100%;position: relative;}
.ncase_slide{width:100%;}
.ncase_slide .img{padding:67.38% 0 0;}
.ncase_mask_close{width:40px;height:40px;line-height: 40px;text-align: center;font-size: 18px;color:var(--white);background-image: var(--linear-background3);border-radius: 50%;
	position: absolute;right:-16px;top:-16px;z-index: 2;cursor: pointer;
}
.ncase_swiper .swiper_button{position: absolute;top:50%;transform: translateY(-50%);}
.ncase_swiper .swiper_button.swiper_button_prev{left:-80px;}
.ncase_swiper .swiper_button.swiper_button_next{right:-80px;}

.swiper_pagination_ncase.swiper-pagination-horizontal{padding:0 5%;text-align: right;bottom:20px;}
.swiper_pagination_ncase .swiper-pagination-bullet{width:10px;height:10px;background-color: var(--white);opacity: 1;}
.swiper_pagination_ncase .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);}
.ncase_text{width:100%;padding:50px 8%;background-image: var(--linear-background);color:var(--white);}
.ncase_text_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_text_half{width:50%;float:left;}
.ncase_text_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_text_circle{width:12px;float:left;margin-top: 10px;}
.ncase_text_circle span{display: block;width:100%;border:3px solid var(--yellow);border-radius: 50%;padding:3px;}
.ncase_text_h_a{width:calc(100% - 20px);float:right;font-size: 22px;line-height: 30px;height:30px;text-align: justify;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_text_add{margin-top:5px;font-size: 15px;line-height: 25px;height:25px;font-weight: 700;}

.ncase_text_ul{margin:15px auto 0;}
.ncase_text_ul li{font-size: 15px;text-align: justify;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_text_ul li span{font-weight: 700;}

.ncase_text_p{margin:20px auto 0;font-size: 15px;text-align: justify;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.ncase_text_p p{width:100%;margin:0 auto;font-size: 15px;text-align: justify;line-height: 25px;}

/* ncase end! */

/* nnews start! */
.nbanner.nbanner_two .banner_mask_in{top:40%;}
.nbanner.nbanner_two .banner_h{text-align: left;}

.nnews_list{margin:60px auto 0;}
.nnews_item{width:32%;float:left;margin:0 2% 50px 0;}
.nnews_item:nth-of-type(3n){margin:0 0 50px 0;}
.nnews_item_img{width:100%;overflow: hidden;}
.nnews_item_img .img{padding:70% 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%;background-color:#f8f8f8;padding:30px 10%;}
.nnews_item_date{font-size: 17px;color:var(--dark);font-weight: 100;line-height: 25px;}
.nnews_item_h{width:100%;position: relative;margin:15px auto 0;}
.nnews_item_h:before{content:'';width:12px;border:3px solid var(--yellow);border-radius: 50%;padding:3px;position: absolute;left:-20px;top:10px;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size:22px;color:var(--dark); text-align: justify;font-weight: 100;line-height: 32px;height:64px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_h a:hover{color:var(--yellow);}
.nnews_item_more{margin:30px auto 0;}
.nnews_item_more a{outline: none;display: block;width:100%;font-size: 0;}
.nnews_item_more a span{display: inline-block;font-size:16px;color:var(--dark);line-height: 24px;height:24px;vertical-align: middle;}
.nnews_item_more a img{display: inline-block;height:24px;margin-left:10px;vertical-align: middle;}
.nnews_item_more a:hover span{color:var(--yellow);}

.nnews_swiper{width:100%;position: relative;}
.nnews_slide{width:100%;margin:0 auto;}
.nnews_items{width:100%;margin:0 auto;}
.nnews_items:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_items .nnews_item_img{width:640px;height:450px;float:left;}
.nnews_items .nnews_item_img .img{height:100%;padding:0;}
.nnews_items .nnews_item_txt{width:calc(100% - 640px);height:450px;float:right;position: relative;padding:75px 80px 60px 100px;}

.nnews_item_p{margin:15px auto 0;font-size:16px;color:var(--dark666);text-align: justify;line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.nnews_items .nnews_item_more{position: absolute;width:40%;left:100px;bottom:60px;}
.nnews_swiper .swiper_button{position: absolute;right:80px;bottom:50px;z-index: 9;}
.nnews_swiper .swiper_button.nnews_left{right:150px;}

/* nnews end! */

/* nnews_shows start! */
.nnews .nproduct_show_main{min-height: 30px;}
.nnews_shows{margin:30px auto 0;}
.news_show_h{margin:15px auto 0;width:90%;font-size:40px;line-height: 55px;color:var(--dark);text-align: center;}
.news_show_span{margin:30px auto 0;font-size: 0;text-align: center;}
.news_show_span span{display: inline-block;margin:0 40px;font-size: 17px;color:var(--dark);font-weight: 100;line-height: 25px;position: relative;}
.news_show_span span:before{content:'';width:2px;height:18px;background-color:var(--dark);position: absolute;left:-41px;top:4px;}
.news_show_span span:nth-of-type(1):before{content:'';width:0;}

.nnews_body{margin:40px auto 0;font-size: 16px;color:#555;line-height: 2;text-align: justify;padding:0 0 50px;min-height: 500px;}
.nnews_body p{font-size: 16px;color:#555;line-height: 2;text-align: justify;}
.nnews_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}
.news_back{margin:0 auto 50px;text-align: center;}
.news_back a{outline: none;display: inline-block;padding: 5px 30px;border-radius: 5px;line-height: 30px;font-size: 15px;
	color: var(--white);background-color: var(--yellow);
}
.news_back a i{margin-left: 10px;}
/* nnews_shows end! */

/* ncontact start! */
/* ntel */
.ntel{width:100%;position: relative;}
.ntel>.img{padding:46.5% 0 0;}
.ntel_mask{width:40%;color:var(--white);background-image: var(--linear-background4);padding:65px;position: absolute;left:0;bottom:-30px;z-index: 2;}
.ntel_h span{display: inline-block;position: relative;font-size:28px;font-weight: 700;line-height: 40px;}
.ntel_h span:after{content:'';width:35px;height:2px;border-radius: 2px;background-color: var(--yellow);position: absolute;right:-50px;top:25px;}
.ntel_company{margin:10px auto 0;font-size:22px;line-height: 30px;}

.ntel_txt{margin:30px auto 0;position: relative;}
.ntel_text{width:calc(100% - 150px);}
.ntel_txt_little{margin:10px auto 0;font-size:14px;line-height: 20px;font-weight: 100;}
.ntel_ul{margin:10px auto 0;}
.ntel_ul li{margin:10px auto 0;font-size:16px;line-height: 30px;font-weight: 100; }
.ntel_ul li:nth-of-type(1){margin:0 auto;}
.ntel_ul li.ntel_li_tel{font-size: 28px;line-height: 40px;font-weight: 700;}

.ntel_weixin{width:120px;position: absolute;right:0;bottom:0;text-align: center;}
.ntel_weixin_h{margin:15px auto 0;font-size:16px;line-height: 25px;font-weight: 100;}

/* nmessage */
.nmessage{background-color: #f0f0f0;padding:110px 80px 80px;}
.nmessage_h{font-size: 28px;color:var(--dark);font-weight: 700;line-height: 40px;}
.nforms{margin:20px auto 0;}
.nforms_divs{margin:20px auto 0;}
.nforms_divs:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nforms_div{width:100%;margin:0 auto;}
.nforms_divs_half .nforms_div{width:48%;float:left;}
.nforms_divs_half .nforms_div:nth-of-type(2){float:right;}
.nforms_input{display: block;width:100%;border:1px solid #ccc;padding:10px 30px;position: relative;font-size:14px;line-height: 25px;
	color:var(--dark666);background-color: var(--white);
}

.nforms_divs_button .nforms_div{width:40%;}
.nforms_divs_button .nforms_input{border:0;background-image: var(--linear-background);color:var(--white);font-size: 18px;font-weight: 700;line-height: 30px;}

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

@media(max-width: 1440px){
  .allmap_map {height: 400px;}
}

@media(max-width: 640px){
  .allmap_map {height: 210px;}
}
/* ncontact end! */

