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

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

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}
@media(max-width: 640px){
section.page1{position: relative;height: auto;}
section.page2 {position: relative;top: 0;}
}

/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index: 99;padding:0 50px;transition: all .2s;}
.header_main{width:100%;margin:0 auto;position: relative;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:240px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:30px 0;}
.q_logo>h1>a>img{height: 40px;}
.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:30px;padding:30px 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% - 590px);float:left;margin-left:40px;}
.nav_ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.nav_ul>li{display:inline-block;margin-left:60px;position:relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:23px 0 27px;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 14px;color:var(--white);line-height: 50px;height:50px;}

.nav_ul>li>a:after{position: absolute;left: 50%;bottom:25px;content: "";width: 0;height: 3px;background-color:var(--white);border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nav_ul>li.on>a:after,.nav_ul>li:hover>a:after{width: 70%;transform: translateX(-50%);}

/* q_nav_son */
.q_nav_son{width:240%;position: absolute;top:100%;left:-70%;padding:20px 0;z-index: 10;background-color:var(--white);display: none;box-shadow: 0 1px 1px #ccc;}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 13px;text-align: center;line-height: 33px;color:var(--dark555);
	text-transform: capitalize;
}
.q_nav_son>li:hover{background-color:var(--yellow);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_search{width:40px;float:right;}
.q_search>a{outline: none;display: block;width:100%;padding:30px 0;cursor: pointer;}
.q_search>a>img{height: 40px;}
.q_search>a>img.default{display: inline-block;}
.q_search>a>img.on{display: none;}

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

.q_header.q_header_fixed .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 .nav_ul>li>a>span{color:var(--black);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--yellow);}

.q_header.q_header_fixed .q_search>a>img.default{display:none;}
.q_header.q_header_fixed .q_search>a>img.on{display: inline-block;}
/* 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%;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:50px;height:4px;background-color:var(--white);opacity: 0.5;border-radius: 4px;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--white);opacity: 1;}


.banner_slide{width:100%;height:100%;position: relative;}
.banner_slide_img{width:100%;height:100%;}
.banner_slide_img .img{height:100%;}

a.banner_mask{outline: none;display: block;background-image: var(--linear-background);}
.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.banner_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner_main{width:100%;margin:0 auto;position: relative;color:var(--white);}
.banner_logo>img{height:40px;}
.banner_cn{width:100%;margin:0 auto;}
.banner_span{width:100%;margin:0 auto;text-shadow: 0px 2px 3px rgba(0,0,0,.4);}
.banner_span i{color:var(--yellow);}
.banner_span.span2{padding-left: 180px;}
.banner_span.span3{padding-left: 65px;}
.banner_span span{display: inline-block;font-size: 60px;line-height: 75px;position: relative;font-weight: 700;font-style: italic;text-transform: uppercase;}
.banner_span.banner_span_add span:before{content:'';width:45px;height:8px;
	background-color: var(--yellow);position: absolute;top:50%;transform: translateY(-50%);left:-65px;
}

.banner_en{margin:15px auto 0;font-size:18px;text-transform: uppercase;font-family: Arial;line-height: 25px;font-style: italic;letter-spacing: 4px;text-shadow: 0px 2px 3px rgba(0,0,0,.4);}
.banner_more{margin:60px auto 0;font-size: 0;}
.banner_more>*{display: inline-block;vertical-align:middle;font-size:14px;height:36px;line-height: 36px;}
.banner_more>img{margin-right: 10px;}
.banner_more>img.default{display: inline-block;}
.banner_more>img.hover{display: none;}
.banner_more:hover>span{color:var(--yellow);}
.banner_more:hover>img.default{display: none;}
.banner_more:hover>img.hover{display: inline-block;}


.banner_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_main>.banner_logo{animation-name: lv-fadeInUp;animation-delay: .25s;}
.swiper-slide-active .banner_main>.banner_cn{animation-name: lv-fadeInUp;animation-delay: .3s;}
.swiper-slide-active .banner_main>.banner_en{animation-name: lv-fadeInUp;animation-delay: .35s;}
.swiper-slide-active .banner_main>.banner_more{animation-name: lv-fadeInUp;animation-delay: .4s;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.padding25{padding:0 25px;}
.section_main{width:100%;margin:0 auto;position: relative;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title{width:100%;margin:0 auto;text-align:center;color:var(--black);}
.section_title .big{font-size: 45px;line-height: 60px;}
.section_title .small{margin:5px auto 0;font-size: 16px;line-height: 25px;}

.q_more{width:100%;margin:0 auto;}
.q_more a{padding:13px 45px;font-size: 16px;line-height: 25px;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--white);border-radius: 50px;
}
.q_more a:hover{background-color: var(--black);}
/* q_section end! */

/* q_product start! */
.q_product{padding:80px 25px 0;}

.product_main{margin:65px auto 0;}

.product_item{width:50%;float:left;background-color: var(--white);position: relative;}
.product_item:nth-of-type(2){background-color: var(--darkf2f2f2);}
.product_item:nth-of-type(3){background-color: var(--darkf2f2f2);}
.product_item_img{width:100%;overflow: hidden;opacity: 0;transition: all .2s;}
.product_item_img>.img{padding:48% 0 0;}
.product_item:hover .product_item_img{opacity: 1;}
.product_item:hover .product_item_img>.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.product_item_mask{outline: none;display: block;color:var(--black);}
.product_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.product_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%);
}
.product_item_main{width:100%;padding:0 6%;position: relative;transition: all .5s;}
.product_item_icon img{height:36px;}
.product_item_h{margin:20px auto 0;}
.product_item_h .cn{font-size: 38px;font-weight: 700;line-height: 46px;}
.product_item_h .en{font-size: 14px;line-height: 20px;text-transform:uppercase;font-family: Arial;}
.product_item_more{margin:130px auto 0;font-size: 0;}
.product_item_more>*{display: inline-block;height:35px;line-height: 35px;font-size:14px;vertical-align:middle;}
.product_item_more>span{margin-left: 10px;}
.product_item_more>img.default{display: inline-block;}
.product_item_more>img.hover{display:none;}

.product_item:hover .product_item_main{width:260px;height:260px;margin:0 auto;background-color: rgba(243,152,0,.9);border-radius: 50%;}

.product_item:hover .product_item_main_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.product_item:hover .product_item_main_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_item:hover .product_item_main_main{width:100%;margin:0 auto;color:var(--white);text-align: center;padding:0 10%;}
.product_item:hover .product_item_icon{display:none;}
.product_item:hover .product_item_h{margin:0 auto;}
.product_item:hover .product_item_more{margin:15px auto 0;}
.product_item:hover .product_item_more>span{display: none;}
.product_item:hover .product_item_more>img.default{display:none;}
.product_item:hover .product_item_more>img.hover{display: inline-block;}

/* q_product end! */

/* q_feature start! */
.q_feature{padding:80px 25px;}
.feature_main{margin:65px auto 0;overflow: hidden;}
.tab.feature_tab{width:100%;margin:0 auto;}
.tab.feature_tab .feature_tab_body{width:100%;margin:0 auto;border:0;padding:0;}
.feature_tab_img{width:100%;margin:0 auto;position: relative;}
.feature_tab_img .img{padding:32.5% 0 0;}
.feature_title{margin:50px auto 0;padding:0 15%;}
.tab.feature_tab .feature_tab_head{width:100%;margin:0 auto;}
.tab.feature_tab .feature_tab_nav{width:100%;margin:0 auto;}
.tab.feature_tab .feature_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.feature_tab .feature_tab_nav li{width:30%;float:left;margin-right:5%;opacity:0.4;transition: all .2s;}
.tab.feature_tab .feature_tab_nav li:nth-of-type(3){margin-right:0;}
.tab.feature_tab .feature_tab_nav li a{outline: none;display: block;width:100%;border:0;background: none;cursor: pointer;}
.feature_tab_h{width:100%;margin:0 auto;border-top:2px solid var(--black);padding-top:15px;color:var(--black);}
.feature_tab_h .big{font-size: 24px;line-height: 35px;height: 35px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.feature_tab_h .small{font-size: 14px;line-height: 25px;height: 25px;margin:4px auto 0;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.tab.feature_tab .feature_tab_nav li.active{background: none;opacity: 1;}
/* q_feature end! */

/* q_case start! */
.q_case{padding:80px 25px;background-color:var(--darkf7f7f7);}
.case_main{margin:65px auto 0;}
.case_swiper{width:100%;margin:0 auto;position: relative;overflow: hidden;}

.case_slide{width:100%;margin:0 auto;background-color: var(--white);height: 370px;}
.case_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.case_slide_img{width:58%;height:100%;float:left;overflow: hidden;}
.case_slide_img .img{height:100%;}
.case_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.case_slide_txt{width:42%;height:100%;float:right;padding:75px 40px 30px;}
.case_slide_h a{outline: none;display: block;width:100%;font-size: 22px;line-height: 30px;max-height: 60px;overflow: hidden;color:var(--black);}
.case_slide_h a:hover{color:var(--yellow);}
.case_slide_label{margin:5px auto 0;font-size: 14px;color:var(--darka5a5a5);line-height: 25px;}
.case_slide_p{margin:20px auto 0;font-size: 14px;color:var(--darkdark636363);line-height: 25px;max-height: 75px;overflow:hidden;}
.case_slide_p p{width: 100%;margin:0 auto;font-size: 14px;color:var(--darkdark636363);line-height: 25px;}
.case_slide_more{margin:25px auto 0;}
.case_slide_more a{outline: none;display: inline-block;}
.case_slide_more a img{height:25px;}
.case_slide_more a img.default{display: inline-block;}
.case_slide_more a img.hover{display: none;}
.case_slide_more:hover a img.default{display: none;}
.case_slide_more:hover a img.hover{display: inline-block;}

.case_pagination{width:100%;margin:35px auto 0;text-align:center;font-size: 0;}
.case_pagination .swiper-pagination-bullet{margin:0 3px;}
.case_pagination .swiper-pagination-bullet-active{background-color: var(--yellow);}

.case_more{margin:50px auto 0;text-align: center;}

/* q_case end! */

/* q_news start! */
.q_news{padding:80px 25px 0;}
.news_main{margin:65px auto 0;background:url('../images/news_bg.jpg') no-repeat center center;background-size:cover;padding:100px 0 60px;}
.news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_content{width:50%;float:right;}

.news_item{width:100%;margin:0 auto;padding:25px 50px 25px 20px;border-radius:6px;}
.news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item_date{width:90px;float:left;text-align: center;color:var(--black);}
.news_item_span{display: block;width:100%;}
.news_item_span.span1{font-size: 45px;line-height: 50px;height:50px;}
.news_item_span.span2{font-size: 12px;line-height: 15px;height:15px;}

.news_item_txt{width:calc(100% - 110px);float:right;position: relative;}
.news_item_txt:before{content:'';width:1px;height:90%;background-color: var(--darkddd);position: absolute;top:5%;left:-20px;}
.news_item_h a{outline: none;display: block;width:100%;font-size:18px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_p{width:100%;margin:5px auto 0;font-size:14px;color:var(--dark9a9a9a);line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_p p{width:100%;margin:0 auto;font-size:14px;color:var(--dark9a9a9a);line-height: 22px;}

.news_item:hover{background-color: var(--yellow);}
.news_item:hover .news_item_date{color: var(--white);}
.news_item:hover .news_item_h a{color: var(--white);}
.news_item:hover .news_item_p{color: var(--white);}
.news_item:hover .news_item_p p{color: var(--white);}

.news_more{margin:40px auto 0;text-align: right;}
.news_more .q_more a{border:1px solid var(--yellow);background-color:var(--white);color:var(--yellow);}
.news_more .q_more a:hover{background-color:var(--yellow);color:var(--white);}

/* q_news end! */

/* q_about start! */
.q_about{padding:110px 0;background:url('../images/about_bg.jpg') no-repeat center center;background-size:cover;}
.about_main{width:45%;margin:0;}

.about_logo img{height:48px;}
.about_slogan{margin:10px auto 0;font-size: 18px;color:var(--dark636363);line-height: 25px;}
.about_p{margin:45px auto 0;font-size: 14px;color:var(--dark636363);line-height: 25px;}
.about_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark636363);line-height: 25px;}

.about_more{margin:35px auto 0;}

/* q_about end! */

/* q_footer start! */
.q_footer{background-color: var(--dark282828);padding:35px 3.5%;}
.footer_t{padding:50px 0;}
.footer_main{width:100%;margin:0 auto;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_t_l{width:25%;float:left;}
.footer_logo img{height:30px;}

.footer_forms{width:100%;margin:30px auto 0;}
.footer_form_h{font-size: 30px;color:var(--darka5a5a5);line-height: 40px;}
form.footer_form{display: block;width:100%;margin:15px 0 10px;}
.footer_form .form-group{width:100%;margin:0 auto;padding:0;}
.footer_form .form-group .input{border:0;background-color: var(--white);padding:13px 20px;font-size:13px;
	color:var(--dark2d2d2d);line-height: 25px;height:55px;border-radius: 0;background-color:rgba(255,255,255,.05);
}
.footer_form .form-group .field-icon-right .icon-search{width:45px;height:45px;line-height: 45px;font-size: 16px;color:var(--darkddd);top:5px;cursor: pointer;}

.footer_keyword{margin:15px auto 0;}
.footer_keyword:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_keyword>li{float:left;margin:0 10px 10px 0;}
.footer_keyword>li>a{outline: none;display: block;width:100%;font-size: 12px;color:var(--darka5a5a5);line-height: 20px;}
.footer_keyword>li>a:hover{color:var(--white);}
.footer_keyword>li:nth-of-type(1){margin:0 5px 10px 0;}
.footer_keyword>li:nth-of-type(1)>a:hover{color:var(--darka5a5a5);}

.footer_t_r{width:28%;float:right;}
.footer_nav{width:100%;margin:0 auto;font-size: 0;}
.footer_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_nav>li{float:left;margin:0 30px 10px 0;}
.footer_nav>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--darka5a5a5);line-height: 25px;}
.footer_nav>li>a:hover{color:var(--white);}

.footer_tel{margin:25px auto 0;}
.footer_tel_h{font-size: 22px;color:var(--darka5a5a5);line-height: 30px;}
.footer_p{margin:15px auto 0;}
.footer_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--darka5a5a5);line-height: 30px;}


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

/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;height:100%;margin:0 auto;position: relative;}
.nbanner>.img{height:100%;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;background:url('../images/nbanner_mask.png') no-repeat center center;background-size: cover;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;color:var(--white);}
.nbanner_slogan .cn{font-size: 60px;line-height: 70px;font-style:italic;font-weight:700;text-shadow: 0px 2px 3px rgba(0,0,0,.4);}
.nbanner_slogan .en{font-size: 14px;line-height: 25px;text-transform: uppercase;margin:5px auto 0;text-shadow: 0px 2px 3px rgba(0,0,0,.4);}
.nbanner_h{margin:40px auto 0;font-size: 24px;line-height: 30px;}
/* nbanner end! */

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

/* nmain end! */

/* nabout start! */
.nbanner_about .nbanner_mask{background:none;}
.nabout_title{width:100%;margin:0 auto;text-align: center;}
.nabout_title_h{font-size: 42px;color:var(--dark222);line-height: 1.5;}
.nabout_title_brand{margin:0 auto 10px;font-size: 28px;color:var(--yellow);line-height: 1.2;}
.nabout_main{margin:60px auto 0;}

.ncompany{padding:80px 0 30px;text-align: center;}
.ncompany_main{background:url('../images/ncompany_main.png') no-repeat center top;background-size: 100% auto;margin:20px auto 0;padding:30px 0 0;}
.ncompany_content{padding:0 18%;}
.ncompany_p{font-size: 16px;color:var(--dark636363);line-height: 2;padding:0 20px 80px;border-bottom:1px solid var(--darke5e5e5);}
.ncompany_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark636363);line-height: 2;}

.ncompany_number{margin:35px auto 0;}
/* about_number start! */
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--dark222);}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:30%;float:left;padding:0;position: relative;text-align: center;}
.about_number_top{font-size: 50px;line-height:65px;margin:10px auto 0;color:var(--yellow);}
.about_number_top .sub{font-size: 16px;vertical-align: text-top;font-weight: normal;}
.about_number_txt{width:100%;margin:0 auto;padding:0;font-size: 17px;line-height: 30px;height:30px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* about_number end! */

.nmake{padding:80px 0 0;}


.nmake_list{height:735px;}
.nmake_item{width:20%;float:left;margin:0 auto;height:100%;position: relative;transition: all .4s;}
.nmake_item .img{height:100%;}
.nmake_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;background:none;}
.nmake_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%);
}
.nmake_item_main{width:100%;margin:0 auto;color:var(--white);text-align: center;padding:0 15%;}
.nmake_item_txt{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.nmake_item_h{font-size:28px;line-height:1.5;transition: all .3s;}
.nmake_item_span{margin:10px auto 0;font-size: 0;}
.nmake_item_span span{display: inline-block;width:45px;height:4px;background-color: var(--yellow);}

.nmake_item_p{margin:20px auto 0;font-size: 16px;line-height:1.8;opacity: 0;
	animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;
}

.nmake_item.on{width:40%;}
.nmake_item.on .nmake_item_mask{background:url('../images/nmake_item_mask.png') no-repeat center center;background-size: cover;}
.nmake_item.on .nmake_item_txt{animation-name: lv-fadeInDown;animation-delay: .2s;}
.nmake_item.on .nmake_item_span span{background-color: var(--white);}
.nmake_item.on .nmake_item_p{animation-name: lv-fadeInUp;animation-delay: .2s;}


.btn_arrow{width:50px;height:50px;line-height: 48px;text-align: center;font-size: 22px;cursor: pointer;box-shadow: 0 0 5px var(--darke5e5e5);
	color:var(--dark222);background-color: var(--white);border-radius: 50%;position: absolute;top:50%;transform: translateY(-50%);z-index: 2;
}
.btn_arrow.btn_arrow_left{left:-20px;}
.btn_arrow.btn_arrow_right{right:-20px;}

.nservice{padding:80px 0 30px;}
.nservice_swiper{width: 100%;margin:0 auto;position: relative;}
.nservice_slide{width: 100%;margin:0 auto;background-color:var(--darkf9f9f9);height:360px;}
.nservice_slide_img{width:35%;float:left;height:100%;overflow: hidden;}
.nservice_slide_img .img{height:100%;}
.nservice_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nservice_slide_txt{width:65%;float:right;padding:70px 50px 20px;}
.nservice_slide_h{font-size: 28px;color:var(--yellow);line-height: 1.5;}
.nservice_slide_p{margin:20px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.nservice_slide_p p{width: 100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}

.nservice_pagination{margin:40px auto 0;text-align: center;}
.nservice_pagination .swiper-pagination-bullet{width:75px;height:3px;border-radius: 0;background-color: var(--dark636363);}
.nservice_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--yellow);}

.nservice_slide_txt>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .nservice_slide_txt>.nservice_slide_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .nservice_slide_txt>.nservice_slide_p{animation-name: lv-fadeInUp;animation-delay: .4s;}


.nhonor{padding:80px 0;background:url('../images/nhonor_bg.jpg') no-repeat center top;background-size: cover;}
.nhonor_swiper{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.swiper_nhonor{width:146%;left:-23%;}
.nhonor_slide{width:100%;margin:0 auto;}
.nhonor_slide_img{width:100%;margin:0 auto;
    background:url('../images/nhonor_slide_img.jpg') no-repeat center center;background-size: cover;
}
.nhonor_slide_img .img{padding:51% 0 0;}

.btn_arrow.btn_arrow_left.nhonor_left{left:24%;}
.btn_arrow.btn_arrow_right.nhonor_right{right:24%;}


.nbrand{padding:80px 0 120px;background-color: var(--darkf7f7f7);}
.brand_swiper{width:100%;margin:15px auto 0;overflow: hidden;position: relative;}
.swiper_brand{width:110%;position: relative;}
.swiper_brand.swiper_brand2{left:-5%;}
.swiper_brand.swiper_brand3{left:-5%;}

.swiper_brand .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand_slide{width:100%;border-radius: 5px;overflow: hidden;}
.brand_slide .img{padding:45% 0 0}

/* nabout end! */

/* nproduct start! */
.nproduct{background-color:var(--darkf8f9fb);}
.nproduct_l{width:320px;float:left;background-color: var(--white);padding:20px 20px 40px;}
.slide_nav{width:100%;margin:0 auto;}
.slide_nav_item{width:100%;}
.slide_nav_item>article{width:100%;padding:15px 0;border-bottom:1px solid var(--darke5e5e5);}
.slide_nav_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.slide_nav_item_h>*{display: block;font-size: 18px;line-height: 30px;height:30px;}
.slide_nav_item_h i{width:30px;text-align: center;float:right;transition: all .3s;color:var(--black);cursor: pointer;}
.slide_nav_item_h span{width:calc(100% - 40px);float:left;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.slide_nav_item_h a{outline: none;display: block;width:100%;color:var(--black);}

.slide_nav_ul{width:100%;margin:0 auto;padding:15px 0 0;display: none;}
.slide_nav_ul li{width:100%;margin:0 auto;}
.slide_nav_ul li a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark9a9a9a);line-height: 36px;height:36px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.slide_nav_ul li a:hover{color:var(--yellow);}


.slide_nav_item>article.on{border-bottom:1px solid var(--yellow);}
.slide_nav_item>article.on .slide_nav_item_h a{color:var(--yellow);}
.slide_nav_item>article.on .slide_nav_item_h i{transform:rotate(90deg);color:var(--yellow);}
.slide_nav_item>article.on .slide_nav_ul{display: block;}
.slide_nav_ul li.on a{color:var(--yellow);}


.nproduct_r{width:calc(100% - 370px);float:right;}
.nproduct_list{width:100%;margin:0 auto 85px;}
.nproduct_item{width:100%;margin:0 auto 20px;position: relative;}
.nproduct_item>.img{padding:31% 0 0;}
a.nproduct_item_mask{outline: none;display: block;color:var(--dark222);}
.nproduct_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;
	background:url('../images/nproduct_item_mask.png') no-repeat center center;background-size: cover;
}
.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 6%;}
.nproduct_item_img{width:190px;border:1px solid var(--darkf2f2f2);border-radius: 5px;overflow: hidden;background-color:var(--white);}
.nproduct_item_img:hover{border:1px solid var(--yellow);}
.nproduct_item_img>.img{padding:62.5% 0 0;}
.nproduct_item_h{margin:15px auto 0;font-size: 22px;line-height: 1.5;}
.nproduct_item_h:hover{color:var(--yellow);}
.nproduct_item_more{margin:10px auto 0;}
.nproduct_item_more span{display: inline-block;font-size:14px;color:var(--yellow);line-height: 1.5;}
.nproduct_item_more span i{margin-left: 5px;}
/* nproduct end! */

/* nproduct_show start! */
.body_product{background-color: var(--darkf7f7f7);}
.q_header.header_product .q_logo>h1>a>img.default{display: none;}
.q_header.header_product .q_logo>h1>a>img.on{display: inline-block;}
.q_header.header_product .nav_ul>li>a>span{color:var(--black);}
.q_header.header_product .nav_ul>li>a:after{background-color:var(--yellow);}
.q_header.header_product .q_search>a>img.default{display:none;}
.q_header.header_product .q_search>a>img.on{display: inline-block;}


.nproduct_top{padding:300px 0 250px;}
.nproduct_top_img{width:46%;float:right;text-align: center;}

.ndot_swiper{width:100%;margin:0 auto;position:relative;}
.ndot_slide{width:100%;margin:0 auto;position:relative;}
.ndot_slide .img{width:100%;position: relative;padding:50% 0 0;}
.ndot_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%);
}

.nproduct_top_txt{width:44%;float:left;}
.nproduct_top_catname{font-size: 17px;color:var(--yellow);line-height: 1.5;}
.nproduct_top_h{margin:10px auto 0;font-size: 45px;color:var(--black);line-height: 1.2;font-weight: 700;}
.nproduct_top_p{margin:30px auto 0;font-size: 14px;color:var(--dark222);line-height: 1.8;}
.nproduct_top_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark222);line-height: 1.8;}
.nproduct_top_p p span:nth-of-type(1){font-weight:700;margin-right:3px;}
.nproduct_top_line{margin:40px auto 0;font-size: 0;width:100%;height:1px;background-color: var(--darkddd);}
.nproduct_top_more{margin:50px auto 0;}
.nproduct_top_more a{padding:10px 40px;font-size: 15px;line-height: 25px;border-radius: 30px;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--white);
}
.nproduct_top_more a:hover{background-color: var(--black);}


.nproduct_main{background-color: var(--white);padding:80px 0;}
.nproduct_main_main{width:100%;margin:0 auto;}
.nproduct_main_l{width:80%;float:left;padding-right: 4%;border-right:1px solid var(--darkddd);min-height: 400px;}

.nproduct_div{width:100%;margin:50px auto 0;}
.nproduct_div:nth-of-type(1){margin:0 auto;}
#nproduct_div1+.nproduct_div,#nproduct_div2+.nproduct_div{margin:0 auto;}
.nproduct_div_h{font-size: 33px;color:var(--black);font-weight: 700;line-height: 1.5;}
.nproduct_div_content{margin:25px auto 0;font-size:16px;color:var(--dark555);line-height: 2;min-height: 120px;}
.nproduct_div_content p{width:100%;margin:0 auto;font-size:16px;color:var(--dark555);line-height: 2;}
.nproduct_div_body{padding-bottom: 20px;border-bottom: 1px solid var(--darkddd);min-height: 100px;}

.nproduct_table{width:100%;margin:0 auto;}
.nproduct_tr{width:100%;margin:0 auto;}
.nproduct_tr:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_td:nth-of-type(1){width:15%;float:left;text-align: center;}
.nproduct_td:nth-of-type(2){width:84.8%;float:right;}
.nproduct_td{padding:10px 15px;font-size: 15px;color:var(--dark282828);line-height: 2;}
.nproduct_tr:nth-of-type(2n+1) .nproduct_td{background-color: var(--darkf2f2f2);}

.nproduct_swiper{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.swiper_nproduct{width:140%;}
.nproduct_slide{width:100%;margin:0 auto;}
.nproduct_slide_img{width:100%;margin:0 auto;border-radius: 10px;overflow:hidden;}
.nproduct_slide_img .img{padding:56.25% 0 0;}
.nproduct_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.nproduct_next{width:50px;height:50px;line-height: 48px;font-size: 22px;cursor: pointer;position: absolute;top:50%;transform: translateY(-50%);left:66%;z-index: 2;
	text-align: center;border-radius: 50%;background-color: rgba(0,0,0,.5);color:var(--white);
}
.nproduct_next:hover{background-color:var(--yellow);}


.nproduct_main_r{width:20%;float:right;padding-left: 2%;}
.nproduct_div_nav{width:100%;margin:0 auto;}
.nproduct_div_nav li{width:100%;padding:15px 15px 15px 40px;border-left:4px solid var(--white);}
.nproduct_div_nav li a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark222);line-height: 1.5;}
.nproduct_div_nav li.active{border-left:4px solid var(--yellow);background-color:var(--darkf7f7f7);}
.nproduct_div_nav li.active a{color:var(--yellow);}

.nproduct_aside{margin:30px auto 0;}
.nproduct_aside_h{font-size: 30px;color:var(--black);font-weight: 700;line-height: 1.5;}
.nproduct_aside_main{margin:15px auto 0;}

.nrelation{padding:80px 0;}
.nrelation_content{margin:65px auto 0;}
.nrelation_item{width:24.1%;float:left;margin:0 1.2% 20px 0;background-color: var(--white);padding:25px 20px;}
.nrelation_item:nth-of-type(4n){margin:0 0 20px 0;}
.nrelation_item_main{width:100%;margin:0 auto;}
.nrelation_item_img{width:100%;overflow: hidden;}
.nrelation_item_img .img{padding:80% 0 0;}
.nrelation_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);
}
.nrelation_item_txt{margin:15px auto 0;padding:15px 0 10px;border-top:1px solid var(--darke5e5e5);}
.nrelation_item_txt a{outline: none;display: block;width:100%;}
.nrelation_item_txt a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nrelation_item_txt a *{display: block;height:32px;line-height: 32px;}
.nrelation_item_txt a i{width:32px;float:left;font-size: 16px;text-align: center;
	color:var(--white);background-color: var(--darkddd);border-radius: 50%;
}
.nrelation_item_txt a span{width:calc(100% - 40px);float:left;font-size: 18px;color:var(--dark222);font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nrelation_item_txt a:hover i{background-color: var(--yellow);}
.nrelation_item_txt a:hover span{color:var(--yellow);}

/* nproduct_show end! */

/* ncase start! */
.nmain_title{width:100%;margin:0 auto;text-align:center;font-size: 45px;color:var(--black);line-height: 1.5;}
.nmain_title_add{text-align:center;font-size:15px;color:var(--dark555);line-height:2;}

.case_nav{width:100%;margin:30px auto 0;}
.case_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.case_nav li{display:inline-block;margin-left:10px;}
.case_nav li:nth-of-type(1){margin-left:0;}
.case_nav li a{outline:none;display:block;width:100%;padding:10px 50px;font-size: 15px;background-color:var(--darkf2f2f2);color:var(--dark555);}
.case_nav li:hover a,.case_nav li.on a{background-color:var(--yellow);color:var(--white);}

.nmain_main{margin:80px auto 0;}

.ncase_list{width:100%;margin:0 auto;}
.ncase_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_item{width:32%;float:left;margin:0 2% 35px 0;}
.ncase_item:nth-of-type(3n){margin:0 0 35px 0;}
.ncase_item_img{width:100%;margin:0 auto;overflow: hidden;}
.ncase_item_img .img{padding:64% 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{margin:20px auto 0;}
.ncase_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_item_h a:hover{color:var(--yellow);}
.ncase_item_more{margin:10px auto 0;}
.ncase_item_more a{outline: none;display: inline-block;font-size: 15px;color:var(--yellow);line-height: 21px;transition: all .3s;}
.ncase_item_more a i{margin-left: 10px;}

/* ncase end! */

/* ncase_show start! */
.ncase_show_mask{width:100%;height:100%;position: absolute;left:0;top:0;background:url('../images/nbanner_mask.png') no-repeat center center;background-size: cover;}
.ncase_show_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_show{width:100%;margin:0 auto;color:var(--white);}
.ncase_show_h{width:80%;margin:0;}
.ncase_show_h h1{display: block;width:100%;font-size:50px;line-height: 1.5;}
.ncase_show_span{margin:35px auto 0;}
.ncase_show_span_main{display: inline-block;max-width: 60%;border-bottom: 2px dashed var(--darkddd);padding-bottom: 5px;}
.ncase_show_span_main span{display:block;width:100%;font-size: 14px;line-height: 2;}

.ncase_show_p{margin:10px 0 0;width:46%;font-size: 14px;line-height: 2;}
.ncase_show_p p{display:block;width:100%;margin:0;font-size: 14px;line-height: 2;}

.ncase_show_more{margin:40px auto 0;}
.ncase_show_more a{outline: none;display: inline-block;}
.ncase_show_more a img{height:56px;}

.ncase_show_main{margin:80px auto 0;}


.q_n_cont_pic{position: relative;border:1px solid var(--darkdcdcdc);}
.q_n_cont_pic .img{padding:65% 0 0;position: relative;text-align: center;}
.q_n_cont_pic .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%);
}
.q_n_cont_pic_top{background-color: var(--darkf2f2f2);padding:0;position: relative;}
.q_n_cont_pic_thumbs{border-top:1px solid var(--darkddd);padding:15px 50px;position: relative;}
.img_block{border:1px solid var(--darkddd);padding:0;}
.swiper-slide-thumb-active .img_block{border:1px solid var(--yellow);background-color:var(--darkf2f2f2);}

.cont_pic_thumbs{padding:0 5px;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic{background:none;width:30px;height:80%;line-height: 1;margin-top: 0;font-size: 20px;
  text-align: center;border-radius: 0;border:0;transition: all 0.3s;color:var(--dark555);background-color: #eee;top:10%;
}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic:after{content:'';}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic i{display: block;width:24px;height: 24px;line-height: 24px;position: absolute;left:3px;top:50%;margin-top: -15px;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_prev{right:auto;left:0;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_next{right:0;}


.ncase_slide_mask{width:100%;padding:30px 35px;background-color: rgba(0,0,0,.4);position: absolute;left:0;bottom:0;z-index: 2;}
.ncase_slide_main{width:100%;color:var(--white);}
.ncase_slide_h{font-size: 24px;line-height: 1.5;}
.ncase_slide_ul{margin:10px auto 0;}
.ncase_slide_ul li{font-size: 14px;line-height: 1.7;}

/* ncase_show end! */

/* nnews start! */
.nnews_list{margin:0 auto 70px;}
.nnews_item{width:49%;float:left;margin:0 2% 25px 0;background-color: var(--darkf9f9f9);padding:25px;}
.nnews_item:nth-of-type(2n){margin:0 0 25px 0;}
.nnews_item_main{width:100%;margin:0 auto;position: relative;}
.nnews_item_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:246px;height:246px;float:left;overflow: hidden;}
.nnews_item_img .img{height:100%;}
.nnews_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.nnews_item_txt{width:calc(100% - 278px);height:246px;float:right;padding-top:25px;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--black);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item_p{margin:10px auto 0;font-size: 14px;color:var(--dark9a9a9a);line-height: 23px;height: 69px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.nnews_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark9a9a9a);line-height: 23px;}
.nnews_item_date{margin:25px auto 0;}
.date_span{display: block;width:100%;color: var(--dark222);}
.date_span.big{font-size: 45px;line-height: 48px;}
.date_span.small{font-size: 14px;line-height: 18px;}
.nnews_item:hover{background-color: var(--yellow);}
.nnews_item:hover .nnews_item_h a{color: var(--white);}
.nnews_item:hover .nnews_item_p{color: var(--white);}
.nnews_item:hover .nnews_item_p p{color: var(--white);}
.nnews_item:hover .date_span{color: var(--white);}

/* nnews end! */

/* nbanner_show start! */
.nbanner_show{width:100%;}
.nbanner_show>img{width:100%;}
.nbanner_show_mask{width:100%;height:100%;position: absolute;left:0;top:0;background:url('../images/nbanner_mask.png') no-repeat center center;background-size: cover;}
.nbanner_show_mask_in{width:100%;position: absolute;left:0;top:56%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_show_main{width:100%;margin:0 auto;color:var(--white);}
.nbanner_show_slogan .cn{font-size: 33px;line-height: 40px;}
.nbanner_show_slogan .en{font-size: 12px;line-height: 22px;text-transform: uppercase;}
.nbanner_show_h{margin:30px auto 0;font-size: 22px;line-height: 30px;}

.nmains_l{width:70%;float:left;padding-right: 4%;border-right:1px solid var(--darkddd);min-height: 400px;}
.nnews_show_h{font-size: 25px;color:var(--black);line-height: 1.5;font-weight: 700;}
.nnews_show_span{width:100%;margin:0 auto;}
.nnews_show_span span{display: inline-block;margin-right:20px;font-size: 14px;line-height: 25px;color:var(--darka5a5a5);}
.nnews_show_info{margin:30px auto 0;background-color: var(--darkf9f9f9);padding:15px 20px;border-radius: 5px;font-size: 12px;
	color:var(--dark636363);line-height: 2;text-indent: 24px;
}
.nnews_show_body{margin:30px auto 0;font-size: 14px;color:var(--dark222);line-height: 2;min-height: 300px;}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark222);line-height: 2;}
.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:10px auto!important;}

.nmains_r{width:30%;float:right;padding-left: 3.8%;}
.nnews_aside_item{margin:20px auto 0;}
.nnews_aside_item:nth-of-type(1){margin:0 auto;}
.nnews_aside_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_aside_item_img{width:146px;height:88px;border-radius: 5px;float:left;overflow: hidden;}
.nnews_aside_item_img .img{height:100%;}
.nnews_aside_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_aside_item_txt{width:calc(100% - 164px);float:right;}
.nnews_aside_item_h a{outline: none;display: block;width:100%;font-size:16px;color:var(--dark222);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_aside_item_h a:hover{color:var(--yellow);}
.nnews_aside_item_p{margin:3px auto;font-size: 12px;color:var(--dark9a9a9a);line-height: 20px;height:40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_aside_item_date{font-size:12px;color:var(--darkbbb);line-height: 15px;}

/* nbanner_show end! */

/* ncontact start! */
.nway{padding:80px 0 50px;}
.nway_l{width:48%;float:left;}
.nway_title{color:var(--black);}
.nway_title .big{font-size: 45px;line-height: 1.5;}
.nway_title .small{font-size: 16px;line-height: 1.5;}
.nway_ul{margin:30px auto 0;}
.nway_li{width:100%;margin:0 auto;padding:10px 0;border-bottom:1px dashed var(--dark9a9a9a);}
.nway_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nway_li_icon{width:24px;float:left;}
.nway_li_txt{width:calc(100% - 30px);font-size: 14px;color:var(--dark222);line-height: 24px;float:right;}

.nway_r{width:48%;float:right;}
/* ncontact end! */

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

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

/* nmessage start! */
.nmessage{padding:0 0 80px;background:url('../images/nmessage_bg.jpg') no-repeat center top; background-size: cover;}
.nmessage_title{color:var(--black);}
.nmessage_title .big{font-size: 28px;line-height: 1.5;}
.nmessage_title .small{font-size: 16px;line-height: 1.5;}

.message_form{margin:35px auto 0;}

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

/* nmessage end! */









/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
  .q_footer {margin-bottom: 60px;}
  .footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color:var(--yellow);}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:var(--white);font-size: 12px;}
/* m_footer end! */

.nmain_offset{margin:-100px auto 0;padding-top:100px;}

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

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

