@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',Questrial,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:100%;margin:0 auto;padding:0 50px;}
/* 电脑端隐藏 */
@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:180px;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:25px 0;}
.q_logo>h1>a>img{height: 50px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display: none;}

.q_nav{width:calc(100% - 420px);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:50px;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: 16px;color:var(--white);line-height: 50px;height:50px;text-transform: uppercase;}

.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:360%;position: absolute;top:100%;left:-130%;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(--red);}
.q_nav_son>li:hover>a{color:var(--white);}

.q_right{width:100px;float:right;}
.q_right:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

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

.q_language{width:calc(100% - 50px);float:left;}
.language_main{width:100%;margin:0 auto;position: relative;cursor: pointer;padding:35px 0;}
.language_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.language_main>span{display:block;width:100%;position: relative;line-height: 30px;font-size: 14px;text-transform: uppercase;color:var(--white);}
.language_main>span:after{content:'\f107';font-family: "FontAwesome";width:30px;line-height: 30px;text-align:center;font-size: 15px;color:var(--white);
	position: absolute;top:0;right:0;
}

.language_ul{width:135px;position:absolute;right:0;top:calc(100% + 2px);background-color: var(--white);border-radius: 5px;padding:10px 15px;display: none;}
.language_ul>li{position: relative;}
.language_ul>li.on:after{content:'';width:5px;height:5px;background-color: var(--red);border-radius: 50%;position: absolute;right:0;top:13px;}
.language_ul>li>a{outline: none;display: block;width:100%;padding:3px 0;}
.language_ul>li>a>*{display: inline-block;vertical-align: middle;height:24px;line-height: 24px;color:var(--black);font-size: 14px;text-transform: capitalize;}
.language_ul>li>a>img{margin-right: 5px;}

.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 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 .nav_ul>li>a>span{color:var(--dark232323);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--red);}

.q_header.q_header_fixed .language_main>span{color:var(--red);}
.q_header.q_header_fixed .language_main>span:after{color:var(--red);}

.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%;position: relative;}
.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{display: none;}
.banner_button{width:50px;height:50px;line-height: 50px;font-size: 18px;position: absolute;right:50%;bottom:0;z-index: 9;
	text-align:center;color:var(--dark595d66);background-color: var(--white);cursor: pointer;
}

.banner_button.banner_button_left{bottom:50px;}
.banner_button.banner_button_right{color:var(--white);background-color: var(--dark595d66);}

.banner_slide{width:100%;height:100%;position:relative;}
.banner_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.banner_slide>.img{height: 100%;}

.banner_slide_mask{width:100%;height:100%;background-color: rgba(0,0,0,.1);position: absolute;top:0;right:0;z-index: 9;}
.banner_slide_mask_out{width:100%;height:100%;position: relative;background-color: rgba(0,0,0,.6);opacity: 0;}
.swiper-slide-active .banner_slide_mask_out{opacity: 1;}
.banner_slide_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner_slide_main{width:100%;margin:0 auto;padding:0 50px;color:var(--white);}
.banner_slide_h .big{font-size: 56px;line-height: 1.2;text-transform: capitalize;}
.banner_slide_h .small{font-size: 22px;line-height: 1.2;text-transform: uppercase;margin:10px auto 0;}
.banner_slide_p{margin:35px auto 0;font-size: 18px;line-height: 1.4;}
.banner_slide_p p{width:100%;margin:0 auto;font-size: 18px;line-height: 1.4;}
.banner_slide_more{margin:50px auto 0;}
.banner_slide_more a{outline: none;display: inline-block;font-size:16px;color:var(--white);line-height: 1.2;}
.banner_slide_more a i{margin-left: 6px;}
.banner_slide_more a:hover{color:var(--red);}


.banner_slide_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_slide_main>.banner_slide_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .banner_slide_main>.banner_slide_p{animation-name: lv-fadeInUp;animation-delay: .4s;}
.swiper-slide-active .banner_slide_main>.banner_slide_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;}
.section_main{width:100%;margin:0 auto;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title{width:100%;margin:0 auto;}
.section_title_h{width:100%;margin:0 auto;}
.section_title_h span{display: inline-block;font-size: 40px;color:var(--dark595d66);line-height: 50px;
	text-transform: capitalize;position: relative;
}
.section_title_h span i{display: inline-block;font-size: 15px;color:var(--dark959595);line-height: 25px;font-style: normal;
	position: absolute;bottom:7px;left:calc(100% + 10px);width:100%;
}

/* q_section end! */

/* q_product start! */
.q_product{padding:80px 0;}
.product_main{margin:50px auto 0;}
.product_item{width:32%;float:left;margin:0 2% 20px 0;position: relative;background-color: var(--darkeff0f3);padding:20px 20px;}
.product_item:nth-of-type(3n){margin:0 0 20px 0;}
.product_item_img{width:100%;margin:0 auto;position:relative;}
.product_item_img>.img{padding:60% 0 0;position: relative;}
.product_item_txt{margin:15px auto 0;}
.product_item_h>span{display: block;width:100%;color:var(--dark595d66);text-transform: capitalize;text-align:center;font-size:20px;line-height: 30px;height:60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

a.product_item_mask{outline: none;display: block;}
.product_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color:var(--dark595d66);opacity: 0;transition:all .3s;}
.product_item_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%);
}
.product_item:hover .product_item_mask{opacity: 1;}
.product_item_main{width:100%;margin:0 auto;padding:0 10%;color:var(--white);}
.product_item_mask_h{font-size: 18px;line-height: 1.2;}
.product_item_mask_h:hover{color:var(--red);}
.product_item_mask_line{width:100%;height:1px;margin:15px auto;background-color: var(--dark777);}
.product_item_mask_p{font-size: 15px;line-height: 1.2;opacity: .8;}

/* q_product end! */

/* q_number start! */
.q_number{background-color: var(--dark595d66);padding:80px 0;}
.q_number .section_title_h span{color:var(--white);}

.number_main{width:100%;margin:50px auto 0;}
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--white);text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:25%;float:left;padding:0;position: relative;padding-left:5%;}
.about_number_item:before{content:'';width:1px;height:80%;background-color: var(--dark777);position: absolute;left:0;top:10%;}
.about_number_item:nth-of-type(1):before{width:0;top:0;}
.about_number_item:nth-of-type(1){width:23%;}
.about_number_item:nth-of-type(2){width:29%;}
.about_number_item:nth-of-type(3){width:25%;}
.about_number_item:nth-of-type(4){width:23%;}

.about_number_txt{width:100%;margin:0 auto;padding:0;font-size: 22px;line-height: 33px;height:33px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.about_number_top{font-size: 75px;line-height: 90px;margin:10px auto 0;}
.about_number_top .sub{font-size: 18px;vertical-align: text-top;font-weight: normal;}

/* q_number end! */

/* q_about start! */
.q_about{width:100%;position: relative;}
.q_about>img{width:100%;}

.about_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color:rgba(0,0,0,.65);}
.about_mask_in{width:100%;position: absolute;left:0;top:45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.about_mask_main{width:100%;margin:0 auto;}
.about_main{width:100%;margin:0 auto; color:var(--white);}
.about_h .big{font-size: 33px;line-height: 1.5;text-transform: uppercase;}
.about_h .small{font-size: 15px;line-height: 1.2;margin:10px auto 0;}

.about_more{margin:50px auto 0;}
.about_more a{outline: none;display: inline-block;font-size:16px;color:var(--white);line-height: 1.2;}
.about_more a i{margin-left: 6px;}
.about_more a:hover{color:var(--red);}

/* q_about end! */

/* q_blogs start! */
.q_blogs{padding:80px 0;}
.blogs_main{margin:50px auto 0;}
.blogs_item{width:46.5%;float:left;margin:0 7% 30px 0;position: relative;}
.blogs_item:nth-of-type(2n){margin:80px 0 30px 0;}
.blogs_item_img{width:100%;margin:0 auto;position: relative;overflow: hidden;border-radius: 5px;}
.blogs_item_img .img{padding:50% 0 0;}
.blogs_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);
}
.blogs_item_date{width:100%;margin:0 auto;position: absolute;left:0;bottom:0;padding:25px 30px;color:var(--white);font-size: 14px;line-height: 25px;}
.blogs_item_date i{margin-right: 8px;}
.blogs_item_txt{width:100%;margin:20px auto 0;}
.blogs_item_h a{outline: none;display: block;width:100%;font-size: 23px;color:var(--dark232323);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.blogs_item_h a:hover{color:var(--red);}
.blogs_item_p{margin:5px auto 0;font-size: 16px;color:var(--dark1e1e1e);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.blogs_item_more{margin:10px auto 0;}
.blogs_item_more a{outline: none;display: inline-block;font-size:16px;color:var(--dark666);line-height: 1.2;}
.blogs_item_more a i{margin-left: 6px;}
.blogs_item_more a:hover{color:var(--red);}

/* q_blogs end! */

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

.footer_t{padding:40px 0 25px;}
.footer_t_l{width:30%;float:left;}
.footer_logo img{height:45px;}
.footer_address{margin:20px auto 0;}
.footer_address:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_address_icon{width:24px;float:left;}
.footer_address_h{width:calc(100% - 30px);float:right;font-size: 14px;color:var(--dark959595);line-height: 24px;text-transform: capitalize;}

.footer_t_r{width:56%;float:right;padding:50px 0 0;}
.footer_ul{width:100%;text-align: right;}
.footer_ul>li{display: inline-block;margin-left:35px;position: relative;}
.footer_ul>li:before{content:'/';font-size: 22px;color:var(--white);opacity: 0.5;position: absolute;left:-21px;top:2px;}
.footer_ul>li:nth-of-type(1):before{content:'';font-size:0;left:0;top:0;}
.footer_ul>li>a{font-size: 18px;line-height: 25px;height:25px;
	outline: none;display: block;width:100%;color:var(--white);text-transform:uppercase;opacity: 0.5;
}
.footer_ul>li>a:hover{opacity: 1;}
.footer_share{margin:15px auto 0;text-align: right;font-size: 0;}
.footer_share>*{display: inline-block;height:28px;line-height: 28px;vertical-align: middle;}
.share_h{margin-right:12px;font-size: 14px;color:var(--dark959595);}
.share_ul>li{display: inline-block;margin-left: 8px;height:28px;}
.share_ul>li>a{outline: none;display: block;width:100%;height:100%;}


.footer_b{padding:20px 0;border-top:1px solid var(--dark303030);}
.footer_b span,.footer_b a{margin:0 4px;line-height: 25px;font-size: 14px;color:var(--dark666);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;}
.footer_b_l{width:75%;float:left;}
.footer_b_r{width:20%;float:right;text-align: right;}
/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner>img{width:100%;}
.nbanner_mask{width:100%;margin:0 auto;position: absolute;left:0;bottom:0;padding-bottom: 50px;}
.nbanner_main{width:100%;margin:0 auto;color:var(--white);}
.nbanner_h{text-transform: uppercase;}
.nbanner_h .big{font-size: 56px;line-height: 1.2;}
.nbanner_h .small{font-size: 20px;line-height: 1.2;margin:10px auto 30px;}
/* nbanner end! */

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

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:40px 0 0;}
.nnav_main{width:100%;margin:0 auto;}
.nnav_ul{width:100%;margin:0 auto;}
.nnav_ul>li{float:left;margin:0 40px 10px 0;}
.nnav_ul>li>a{outline: none;display: block;width:100%;padding-left: 20px;position: relative;}
.nnav_ul>li>a:before{content:'';width:10px;height:10px;border:2px solid var(--nnavcircle);border-radius: 50%;position: absolute;left:0;top:47%;transform: translateY(-50%);}
.nnav_ul>li>a>span{display: block;width:100%;font-size: 17px;color:var(--nnavdefault);line-height: 25px;text-transform: capitalize;}
.nnav_ul>li.on>a:before,.nnav_ul>li:hover>a:before{border:2px solid var(--nnavon);}
.nnav_ul>li.on>a>span,.nnav_ul>li:hover>a>span{color:var(--nnavon);}

/* nnav end! */

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

.nmain_catname{width:100%;margin:0 auto;}
.nmain_catname span{display: block;width:80%;padding: 0 0 10px;font-size: 40px;color:var(--dark595d66);line-height: 1.2;text-transform: capitalize;
	border-bottom:1px solid var(--darke5e5e5);
}

.nmain_body{width:100%;margin:0 auto;padding:30px 0 20px;font-size: 16px;color:var(--dark595d66);line-height: 2;}
.nmain_body p{font-size: 16px;color:var(--dark595d66);line-height: 2;}
.nmain_body img{display:block;width:auto!important;height:auto!important;margin:10px auto!important;}
.nmain_body.nmain_body_page img{margin:0!important;}

.nmain_body p.img_float{float:right;margin-left:20px;}
/* nmain end! */

/* nabout start! */
.nstrength_list{width:100%;margin:0 auto;}
.nstrength_item{width:49%;float:left;margin:0 2% 0 0;text-align: center;}
.nstrength_item:nth-of-type(2n){margin:0 0 0 0;}
.nstrength_item_img{width:100%;overflow: hidden;}
.nstrength_item_img .img{padding:66.625% 0 0;}
.nstrength_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);
}
.nstrength_item_h{width:100%;margin:0 auto;padding:25px 0;}
.nstrength_item_h span{outline: none;display: block;width:100%;font-size: 15px;line-height: 25px;height:25px;color:var(--dark595d66);
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nequipment_list{width:100%;margin:0 auto;}
.nequipment_item{width:23.5%;float:left;margin:0 2% 0 0;text-align: center;}
.nequipment_item:nth-of-type(4n){margin:0 0 0 0;}
.nequipment_item_img{width:100%;overflow: hidden;border:1px solid var(--darke5e5e5);padding:10px;}
.nequipment_item_img .img{padding:66.625% 0 0;}
.nequipment_item_h{width:100%;margin:0 auto;padding:25px 0;}
.nequipment_item_h span{outline: none;display: block;width:100%;font-size: 15px;line-height: 25px;height:25px;color:var(--dark595d66);
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nteam_list{width:100%;margin:0 auto;}
.nteam_item{width:49%;float:left;margin:0 2% 20px 0;}
.nteam_item:nth-of-type(2n){margin:0 0 20px 0;}
.nteam_item_img img{max-width: 60%;}
.nteam_item_txt{width:100%;margin:10px auto 0;}
.nteam_item_p{font-size: 15px;color:var(--dark595d66);line-height: 2;}
.nteam_item_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark595d66);line-height: 2;}


/* nabout end! */

/* nproduct start! */
.nproduct_nav{width:350px;float:left;}
.nproduct_nav_title{width:100%;margin:0 auto;}
.nproduct_nav_title span{font-size: 40px;color:var(--dark595d66);line-height: 50px;text-transform: capitalize;}
.nproduct_nav_content{margin:25px auto 0;}

.nnav_list{width:100%;margin:0 auto;}
.nnav_item{width:100%;margin:0 auto;}
.nnav_item>article{width:100%;margin:0 auto;padding:20px 15px;border-bottom:1px solid var(--darke5e5e5);}
.nnav_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_item_h>a{outline: none;display: block;width:100%;font-size:0;}
.nnav_item_h>a>*{display: block;font-size: 15px;line-height: 24px;height:24px;color:var(--dark595d66);}
.nnav_item_h>a>i{width:24px;text-align: center;float:right;transition: all .3s;cursor: pointer;}
.nnav_item_h>a>span{width:calc(100% - 32px);float:left;padding-left:20px;position: relative;}
.nnav_item_h>a>span:before{content:'';width:10px;height:10px;border:2px solid var(--nnavcircle);border-radius: 50%;position: absolute;left:0;top:6px;}

.nnav_ol{width:100%;margin:0 auto;padding:20px 0 0 20px;display: none;}
.nnav_ol li{width:100%;margin:0 auto;}

.nnav_ol li a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark848a96);line-height:2;}
.nnav_ol li:hover a,.nnav_ol li.on a{color:var(--dark1e1e1e);}

.nnav_item>article.on{background-color: var(--darkf2f2f2);}
.nnav_item>article.on .nnav_item_h>a>span{color:var(--dark1e1e1e);}
.nnav_item>article.on .nnav_item_h>a>span:before{border:2px solid var(--nnavon);}
.nnav_item>article.on .nnav_item_h>a>i{transform:rotate(90deg);}
.nnav_item>article.on .nnav_ol{display: block;}

.nproduct_content{width:calc(100% - 385px);float:right;}
.nproduct_item{width:32%;float:left;margin:0 2% 20px 0;position: relative;background-color: var(--darkeff0f3);padding:20px;}
.nproduct_item:nth-of-type(3n){margin:0 0 20px 0;}
.nproduct_item:hover .product_item_mask{opacity: 1;}
.nproduct_item i{margin-left:5px;}

/* nproduct end! */

/* nproduct_show start! */
.nproduct_show{width:100%;margin:0 auto;padding:35px;background-color: var(--darkf7f7f7);border-radius:5px;}
.nproduct_show_img{width:36%;float:left;}
.nproduct_swiper{width:100%;margin:0 auto;position: relative;}
.nproduct_slide{width:100%;margin:0 auto;}
.nproduct_slide_img{width:100%;margin:0 auto;border-radius: 5px;overflow:hidden;}
.nproduct_slide_img .img{padding:60% 0 0;}

.nproduct_button{width:30px;height:30px;line-height: 30px;font-size: 15px;border-radius: 5px;position: absolute;top:50%;transform: translateY(-50%);z-index: 2;
	text-align:center;background-color: rgba(0,0,0,.5);color:var(--white);cursor: pointer;
}
.nproduct_button.nproduct_button_left{left:20px;}
.nproduct_button.nproduct_button_right{right:20px;}

.nproduct_show_txt{width:60%;float:right;}
.nproduct_show_h{font-size: 30px;color:var(--dark1e1e1e);line-height: 1.2;}
.nproduct_show_p{width:100%;margin:15px auto 0;font-size: 14px;color:var(--dark303030);line-height: 1.5;}
.nproduct_show_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark303030);line-height: 1.5;}
.nproduct_show_line{width:100%;margin:25px auto;font-size: 0;height:1px;background-color: var(--darke5e5e5);}
.nproduct_show_ul{width:100%;margin:0 auto;}
.nproduct_show_ul li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_show_ul li img{display: block;width:20px;float: left;}
.nproduct_show_ul li span{display: block;width:calc(100% - 25px);float:right;font-size: 14px;color:var(--dark303030);line-height: 20px;}
.nproduct_show_a{width:100%;margin:25px auto 0;}
.nproduct_show_a li{float:left;margin-right:12px;}
.nproduct_show_a li a{border-radius: 5px;padding:12px 50px;font-size: 15px;line-height: 25px;
	outline: none;display: block;width:100%;border:1px solid var(--dark595d66);color:var(--dark595d66);
}
.nproduct_show_a li:nth-of-type(1) a{background-color: var(--dark595d66);color:var(--white);}
.nproduct_show_a li:hover a{background-color: var(--dark595d66);color:var(--white);}
.nproduct_show_a li:nth-of-type(1):hover a{background:none;color:var(--dark595d66);}

.nproduct_show_body{width:100%;margin:35px auto 0;border-top:1px solid var(--darke5e5e5);padding:20px 0 10px;}
.nproduct_show_title{font-size: 24px;color:var(--dark595d66);line-height: 1.5;text-transform: capitalize;}
.nproduct_show_editor{margin:15px auto 0;font-size: 15px;color:var(--dark666);line-height:2;}
.nproduct_show_editor p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark666);line-height:2;}
.nproduct_show_editor img{display:block;width:auto!important;height:auto!important;margin:10px auto!important;}

/* nproduct_show end! */

/* nnews start! */
.nnews_list{width:100%;margin:0 auto 70px;}
.nnews_item{width:100%;margin:30px auto 0;background-color: var(--darkf7f7f7);border-radius: 5px;padding:35px 30px;}
.nnews_item:nth-of-type(1){margin:0 auto;}
.nnews_item_main{width:100%;margin:0 auto;}
.nnews_item_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:210px;height:130px;float:right;border-radius: 5px;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% - 300px);float:left;position: relative;padding-left: 135px;}
.nnews_item_h a{outline: none;display:block;width:100%;font-size: 22px;color:var(--dark1e1e1e);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnews_item_h a:hover{color:var(--red);}

.nnews_item_date{width:100px;height:120px;position: absolute;left:0;top:0px;border-right:1px solid var(--darke5e5e5);}
.date_span{display: block;width:100%;color:var(--dark1e1e1e);}
.date_span.date_span2{display: none;}
.date_span.date_span1{font-size: 30px;line-height: 36px;}
.date_span.date_span3{font-size: 16px;line-height: 20px;}

.nnews_item_p{margin:10px auto 0;font-size: 18px;color:var(--dark959595);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_p p{width:100%;margin:0 auto;font-size: 18px;color:var(--dark959595);line-height: 25px;}

.nnews_item:hover{background-color: var(--dark595d66);}
.nnews_item:hover .nnews_item_h a{color: var(--white);}
.nnews_item:hover .date_span{color: var(--white);}
.nnews_item:hover .nnews_item_p{color: var(--darke5e5e5);}
.nnews_item:hover .nnews_item_p p{color: var(--darke5e5e5);}

/* nnews end! */

/* nnews_show start! */
.main_show{background-color: var(--darkf7f7f7);}
.nnews_show{width:100%;background-color: var(--white);border-radius: 5px;padding:50px 40px;}
.nnews_show_date{width:110px;float:right;color:var(--dark1e1e1e);border-left: 1px solid var(--darke5e5e5);padding-left: 20px;}
.nnews_show_date .big{font-size: 30px;line-height: 35px;}
.nnews_show_date .small{font-size: 16px;line-height: 20px;}

.nnews_show_h{width:calc(100% - 150px);float:left;}
.nnews_show_h .big{font-size: 24px;color:var(--dark1e1e1e);line-height: 1.5;}
.nnews_show_h .small{font-size: 14px;color:var(--dark959595);line-height: 1.5;}

.nnews_show_body{width:100%;margin:35px auto 0;border-top:1px solid var(--darke5e5e5);padding:30px 0 10px;min-height: 240px;
	font-size: 16px;color:var(--dark595d66);line-height: 2;
}
.nnews_show_body p{font-size: 16px;color:var(--dark595d66);line-height: 2;}
.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:10px auto!important;}
/* nnews_show end! */

/* ncontact start! */
.ncontact_img{width:50%;float:right;height:920px;}
.ncontact_img .img{height:100%;}
.ncontact_txt{width:50%;float:left;height:920px;background-color: var(--darkf7f7f7);}
.ncontact_txt_main{width:100%;height:100%;padding:100px 50px 0;}
.ncontact_div{width:100%;margin:40px auto 0;}
.ncontact_div:nth-of-type(1){margin:0 auto;}
.ncontact_div_h{color:var(--dark595d66)}
.ncontact_div_h .big{font-size: 30px;color:;line-height: 1.2;}
.ncontact_div_h .small{font-size: 16px;line-height: 1.2;margin:10px auto 0;}
.ncontact_div_body{margin:25px auto 0;}
.ncontact_div:nth-of-type(1) .ncontact_div_body{margin:15px auto 0;}

.ntel_list{width:85%;}
.ntel_item{width:100%;margin:0 auto;padding:10px 0;border-bottom:1px dashed var(--darkbbb);}
.ntel_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item_icon{width:26px;float:left;}
.ntel_item_txt{width:calc(100% - 35px);float:right;font-size: 16px;color:var(--dark595d66);line-height: 26px;}

/* ncontact end! */

/* nmessage start! */
.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:20px auto 0;}
.form_half{width:32.6%;float:left;margin:0 1.1% 0 0;}
.form_half:nth-of-type(3n){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(--white);
	font-size: 14px;color:var(--dark595d66);line-height: 25px;
}
.form_input::-webkit-input-placeholder{color:var(--dark595d66);}
.form_input::-moz-placeholder {color:var(--dark595d66);}
.form_input::-ms-input-placeholder {color:var(--dark595d66);}
.form_button{font-size: 15px;padding:15px 50px;line-height: 20px;border-radius: 5px;
	display: inline-block;border:0;color:var(--white);background-color: var(--dark595d66);
}
.form_button:hover{background-color: var(--black);}
/* 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(--red);}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:var(--white);font-size: 12px;}
/* m_footer end! */

