@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
 */
/* 类名通用加前缀 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: Arial,Verdana,sans-serif,'Microsoft Yahei';
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/
.main1200{width:1200px;margin:0 auto;}
.main1400{width:1400px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img>img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

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

/* q_header start! */
.q_header{width:100%;margin:0 auto;transition: all .3s;position: fixed;left:0;top:0;z-index: 99;background-color: var(--white);}
.header_main{width:100%;margin:0 auto;position: relative;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.header_top{background-color: var(--header_top);}
.header_top_l{width:75%;float:left;padding:10px 0;}
.header_top_l:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.header_top_p,.top_list{float:left;}
.header_top_p{font-size:14px;color:var(--black);line-height: 25px;height:25px;max-width: 60%;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.top_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.top_item{float:left;margin-left: 25px;}
.top_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.top_item_icon{width:25px;float:left;}
.top_item_span{float:left;margin-left:5px;font-size: 14px;color:var(--black);font-weight: 700;line-height: 25px;height:25px;}

.header_top_r{width:20%;float:right;text-align: right;font-size: 0;}
.header_top_r>*{display: inline-block;vertical-align: middle;}

.icon_list{margin-right:20px;}
.icon_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.icon_list li{float:left;margin-left: 5px;}
.icon_list li a{outline: none;display: block;width:100%;padding:10px 0;}
.icon_list li a img{width:25px;}

.q_language{width:140px;padding:10px 5px 10px 10px;background-color: var(--blue);color:var(--white);}
.language_main{width:100%;margin:0 auto;position: relative;cursor: pointer;vertical-align: middle;text-align: left;}
.language_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.language_main>img{width:25px;float:left;}
.language_main>span{width:calc(100% - 30px);float:right;line-height: 25px;font-size: 14px;
	display: inline-block;position: relative;text-transform: capitalize;color:var(--white);
}
.language_main>span:after{content:'\f107';font-family: "FontAwesome";width:25px;line-height: 25px;text-align:center;font-size: 14px;color:var(--white);
	position: absolute;top:2px;right:0;
}

.language_ul{width:calc(100% + 15px);position:absolute;right:-5px;top:calc(100% + 10px);z-index: 2;background-color: var(--darkf5f5f5);padding:10px 15px;display: none;}
.language_ul>li{position: relative;}
.language_ul>li.on:after{content:'';width:5px;height:5px;background-color: var(--yellow);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:hover>*{color:var(--blue);}
.language_ul>li>a>img{margin-right: 7px;}

.q_logo{width:260px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:15px 0;transition: all 0.3s;}
.q_logo>h1>a>img{height:60px;}

.q_nav{width:calc(100% - 400px);float:left;margin-left:30px;text-align: right;font-size: 0;}
.q_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_nav>li{display: inline-block;margin-left:45px;position: relative;}
.q_nav>li>a{outline: none;display: block;width:100%;padding:20px 0;position: relative;}
.q_nav>li>a>span{display: block;width:100%;font-size:16px;color:var(--black);font-weight: 700;line-height: 50px;height:50px;text-transform:capitalize;}
.q_nav>li.on>a>span,.q_nav>li:hover>a>span{color:var(--blue);}


/* q_nav_son */
.q_nav_son{width:300%;position: absolute;top:100%;left:-100%;padding:20px 0;
	z-index: 10;background-color:var(--white);display: none;box-shadow: 0 0 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: 14px;text-align: center;line-height: 33px;color:var(--dark555);
	text-transform: capitalize;
}
.q_nav_son>li:hover{background-color:var(--blue);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_search{width:60px;float:right;}
.q_search>a{outline: none;display: block;width:100%;text-align: right;padding:20px 0;}
.q_search>a>img{height:50px;}

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

/* q_banner start! */
.q_banner{width:100%;margin:135px auto 0;}
.banner_slide{width:100%;margin:0 auto;position: relative;}
.banner_slide .img{padding:46.875% 0 0;}

.q_banner .banner_pagination{width:100%;bottom:8%;}
.q_banner .banner_pagination .swiper-pagination-bullet{width:40px;height:6px;background-color: var(--white);border-radius: 6px;opacity: 1;}
.q_banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--blue);}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position:relative;overflow: hidden;}
.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;}
.section_title .big{font-size: 48px;font-weight: 700;line-height: 1.2;text-transform: uppercase;}
.section_title .small{font-size: 22px;font-weight: 700;line-height: 1.2;text-transform: uppercase;margin:5px auto 0;}
.section_more{width:100%;margin:0 auto;}
.section_more a{outline: none;display: inline-block;font-size: 14px;color:var(--white);line-height: 1.5;font-weight: 700;text-transform: uppercase;}
/* q_section end! */

/* q_product start! */
.q_product{background:var(--header_top) url('../images/q_product_bg.jpg') no-repeat center top;background-size: 100% auto;padding:126px 0 120px;}
.product_top{color:var(--white);width:40%;}
.product_more{margin:35px auto 0;}

.product_main{width:100%;margin:100px auto 0;}
.product_swiper{width:100%;margin:0 auto;position: relative;}
.swiper_product{width:120%;position:relative;left:0;top:0;}

.product_slide{width:100%;margin:0 auto;}
.product_slide_img{width:100%;margin:0 auto;overflow: hidden;}
.product_slide_img .img{padding:75% 0 0;}
.product_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);
}
.product_slide_txt{width:100%;margin:0 auto;background-color: var(--white);padding:20px 20px 0;transition: all 0.2s;}
.product_slide_h a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark252525);text-transform: capitalize;line-height:22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.product_slide_more{width:100%;margin:20px auto 0;border-top:1px solid var(--darkddd);}
.product_slide_more a{outline: none;display: block;width:100%;padding:20px 0 20px;}
.product_slide_more a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.product_slide_more_icon{width:25px;float:right;}
.product_slide_more_icon .default{display: inline-block;}
.product_slide_more_icon .hover{display: none;}

.product_slide_more_span{width:calc(100% - 30px);float:left;font-size:14px;font-weight: bold;text-transform: uppercase;color:var(--blue);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.product_slide_txt:hover{background-color: var(--blue);}
.product_slide_txt:hover .product_slide_h a{color: var(--white);}

.product_slide_txt:hover .product_slide_more_icon .default{display: none;}
.product_slide_txt:hover .product_slide_more_icon .hover{display: inline-block;}
.product_slide_txt:hover .product_slide_more_span{color:var(--white);}

.product_bottom{width:100%;margin:45px auto 0;position: relative;}
.product_btns{width:105px;float:left;font-size: 0;}
.arrow_btn.product_btn_left{margin-right: 5px;}

.product_paginations{width:calc(100% - 135px);float:right;padding:24px 0 0;}

.product_pagination{width:100%;margin:0 auto;}
.product_pagination.swiper-pagination-progressbar{border-radius: 2px;height:2px;
	width:100%;position: relative;left:0;top:0;background-color:var(--darkddd);
}
.product_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--blue);}
/* q_product end! */

/* arrow_btns start! */
.arrow_btns{width:100%;margin:0 auto;}
.arrow_btn{width:50px;height:50px;line-height: 50px;font-size: 25px;cursor: pointer;
	display: inline-block;background-color: var(--blue);color:var(--white);text-align: center;
}
.arrow_btn.swiper-button-disabled{background-color: var(--white);color:var(--black);}
/* arrow_btns end! */

/* q_about start! */
.q_about{background:var(--white) url('../images/q_about_bg.jpg') no-repeat center top;background-size: 100% auto;padding:110px 0 120px;}
.about_top{width:80%;}
.about_top_slogan{width:100%;margin:0 auto;font-size: 72px;color:var(--blue);font-weight: 700;text-transform:uppercase;line-height: 1.2;}
.about_top_title{color:var(--dark3e3e3e);}
.about_top_title span{color:var(--blue);}
.about_p{width:100%;margin:25px auto 0;font-size:14px;color:var(--dark555);line-height: 1.6;}
.about_p p{width:100%;margin:10px auto 0;font-size:14px;color:var(--dark555);line-height: 1.6;}
.about_p p:nth-of-type(1){margin:0 auto;}

.about_main{width:100%;margin:80px auto 0;}
.about_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_list{width:46%;float:left;}
.about_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_item{width:49%;float:left;margin:0 2% 0 0;}
.about_item:nth-of-type(2n){margin:0 0 0 0;}
.about_item_img{width:100%;margin:0 auto;height:200px;overflow: hidden;}
.about_item_img .img{height:100%;}
.about_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);
}
.about_item_txt{width:100%;margin:0 auto;background-color: var(--header_top);padding:25px 25px;}
.about_item_h a{outline: none;display: block;width:100%;font-size:18px;color:var(--black);font-weight: 700;text-transform: capitalize;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.about_item_h a:hover{color:var(--blue);}
.about_item_p{width:100%;margin:10px auto 0;font-size: 14px;color:var(--black);line-height: 20px;height:40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.about_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--black);line-height: 20px;}

.about_add{width:53%;float:right;position: relative;height:325px;overflow: hidden;}
.about_add .img{height:100%;}
.about_add: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);
}
.about_add_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;padding:40px 35px;}
.about_add_main{width:50%;}
.about_add_h a{outline: none;display: block;width:100%;font-size:18px;color:var(--black);font-weight: 700;text-transform: capitalize;line-height: 25px;}
.about_add_h a:hover{color:var(--blue);}
.about_add_p{width:100%;margin:10px auto 0;font-size: 14px;color:var(--black);line-height: 20px;max-height: 60px;overflow: hidden;}
.about_add_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--black);line-height: 20px;}
.about_add_more{margin:20px auto 0;}
.about_add_more a{outline: none;display: block;width:100%;font-size: 0;}
.about_add_more a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_add_more a>*{height:25px;line-height: 25px;font-size:14px;
	display: inline-block;vertical-align: middle;color:var(--blue);font-weight: 700;text-transform: uppercase;
}
.about_add_more a>span{margin-right: 10px;}
/* q_about end! */

/* about_number start! */
.about_number{width:100%;margin:40px auto 0;border-top:1px solid var(--darkddd);padding:35px 0 0;}
.about_number_main{width:100%;margin:0 auto;padding:0;text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:23%;float:left;padding:0;position:relative;}
.about_number_item:nth-of-type(4){width:31%;}
.about_number_item:before{content:'';width:1px;height:40%;background-color: var(--darkddd);position: absolute;left:-13%;top:30%;}
.about_number_item:nth-of-type(1):before{width:0;height:0;left:0;top:0;}
.about_number_top{font-size: 40px;line-height: 50px;color:var(--blue);font-weight: 700;}
.about_number_top .sub{font-size: 14px;vertical-align: text-top;font-weight: normal;}
.about_number_txt{width:100%;margin:0 auto;padding:0;font-size: 16px;line-height: 25px;height:25px;text-transform: capitalize;
	color:var(--dark555);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* about_number end! */

/* q_why start! */
.q_why{background:var(--linear-background);padding:100px 0 110px;}

.why_l{width:47.5%;float:left;}
.why_title{color:var(--white);}
.why_list{margin:45px auto 0;}
.why_item{margin:35px auto 0;color:var(--white);}
.why_item:nth-of-type(1){margin:0 auto;}
.why_item_h{width:100%;margin:0 auto;}
.why_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.why_item_icon{width:30px;float:left;}
.why_item_span{width:calc(100% - 40px);float:right;font-size:18px;font-weight: 700;text-transform: capitalize;line-height: 30px; }
.why_item_p{margin:10px auto 0;font-size: 14px;line-height: 22px;max-height: 66px;overflow: hidden;}
.why_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 22px;}

.why_r{width:50%;float:right;}
.about_swiper{width:100%;margin:0 auto;position: relative;height:634px;}

.current-swiper{width:406px;height:578px;border-radius:10px;margin:0 auto;position:absolute;right:120px;top:28px;z-index:2;}
.nocurrent-swiper{border-radius:10px;}
.left-swiper {width:359px;height:512px;position:absolute;right:250px;top:60px;z-index:1;}
.right-swiper {width:445px;height:634px;position:absolute;right:0;top:0;z-index:3;}
.about_swiper .swiper-wrapper{height:100%;}
.about_swiper .swiper-slide{height:100%;}
.about_slide{width:100%;height:100%;}
.about_slide .img{height:100%;}

.about_btns{width:100%;margin:0 auto;}
.about_btn{width:36px;height:36px;line-height: 35px;font-size:30px;
	text-align: center;color:var(--white);font-weight:700;position: absolute;top:50%;transform: translateY(-50%);z-index: 5;cursor: pointer;
}
.about_btn.about_btn_left{right:400px;}
.about_btn.about_btn_right{right:10px;}
/* q_why end! */

/* q_news start! */
.q_news{background:url('../images/q_news_bg.jpg') no-repeat center bottom;background-size: cover;padding:100px 0 110px;}
.news_title{color:var(--dark252525);}
.news_more{margin:0 auto;}
.news_more .section_more a{color:var(--blue);}

.news_main{margin:50px auto 0;}
.news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_r{width:44%;float:right;}
.news_r_main{width:100%;margin:0 auto;background-color: var(--header_top);padding:10px 30px;}
.news_list{width:100%;margin:0 auto;}
.news_item{width:100%;margin:0 auto;padding:25px 0;border-top:1px solid var(--darkddd);}
.news_item:nth-of-type(1){border-top:1px solid var(--header_top);}
.news_item_date{font-size: 14px;color:var(--black);line-height: 20px;}
.news_item_h{margin:5px auto 0;}
.news_item_h a{outline: none;display: block;width:100%;font-size:16px;line-height: 25px;height:25px;
	color:var(--black);font-weight: 700;text-transform: capitalize;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 25px;}

.news_item:hover .news_item_date{color:var(--blue);}
.news_item:hover .news_item_h a{color:var(--blue);}
.news_item:hover .news_item_p{color:var(--blue);}

.news_l{width:54.4%;float:left;}
.newsimg_list{width:100%;margin:0 auto;}
.newsimg_item{width:48.5%;float:left;position: relative;margin:0 3% 0 0;overflow: hidden;}
.newsimg_item:nth-of-type(2n){margin:0 0 0 0;}
.newsimg_item_img{width:100%;margin:0 auto;height:308px;}
.newsimg_item_img .img{height:100%;}
.newsimg_item_txt{width:100%;margin:0 auto;background-color: var(--header_top);padding:35px 30px;}
.newsimg_item_date{font-size: 14px;color:var(--black);line-height: 20px;height:20px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.newsimg_item_h{margin:5px auto 0;}
.newsimg_item_h a{outline: none;display: block;width:100%;font-size:16px;line-height: 25px;height:50px;
	color:var(--black);font-weight: 700;text-transform: capitalize;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.newsimg_item_p{width:100%;margin:5px auto 0;font-size: 14px;color:var(--dark555);line-height: 22px;height:66px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.newsimg_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 22px;}

.newsimg_item_mask{width:100%;height:100%;position: absolute;left:0;top:100%;z-index: 2;transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
a.newsimg_item_mask_in{outline: none;display:block;width:100%;height:100%;position: relative;background-color: rgba(0,0,0,.3);z-index: 3;}
.newsimg_item_main{width:100%;position: absolute;left:0;bottom:0;padding:30px;color:var(--white);}
.newsimg_item_main .newsimg_item_date{color:var(--white);}
.newsimg_item:hover .newsimg_item_mask{top:0;}
/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background-color: var(--dark1d1d1d);padding:90px 0 90px;}
.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_float{float:left;position: relative;}
.footer_t_float:before{content:'';width:1px;height:200px;background-color: var(--dark353535);position: absolute;left:0;top:0;z-index: 2;}
.footer_t_float:nth-of-type(1):before{width:0;height:0;}

.footer_div{width:100%;margin:0 auto;}
.footer_div_h a,.footer_div_h span{font-size: 18px;font-weight: 700;text-transform: uppercase;line-height: 1.4;
	outline: none;display: block;width:100%;color:var(--white);
}
.footer_div_body{width:100%;margin:10px auto 0;}

.footer_t_l{width:26%;padding-right:50px;}
.footericon_list{width:100%;margin:0 auto;}
.footericon_item{width:100%;margin:7px auto 0;}
.footericon_item:nth-of-type(1){margin:0 auto;}
.footericon_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footericon_item_icon{width:25px;float:left;}
.footericon_item_span{width:calc(100% - 37px);float:right;font-size:14px;line-height: 25px;color:var(--white);opacity: 0.7; }

.footer_t_c{width:46%;padding:0 50px;}
.footer_item{float:left;}
.footer_item:nth-of-type(1){width:22%;}
.footer_item:nth-of-type(2){width:78%;}
.footerul{width:100%;margin:0 auto;}
.footerul>li{width:100%;margin:12px auto 0;}
.footerul>li:nth-of-type(1){margin:0 auto;}
.footerul>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--white);opacity: 0.7;text-transform: capitalize;line-height: 1.5;}
.footerul>li:hover>a{opacity:1;}

.footer_t_r{width:28%;padding-left:50px;}
.footer_p{width:100%;margin:0 auto;font-size: 14px;color:var(--white);opacity: 0.7;text-transform: capitalize;line-height: 1.5;}
.footer_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--white);opacity: 0.7;text-transform: capitalize;line-height: 1.5;}

.footer_form{width:100%;margin:30px auto 0;}
form.footer_forms{display:block;width:100%;margin:0 auto;border-radius: 5px;overflow: hidden;background-color: var(--white);}
.footer_forms>*{display: block;}
.footer_btn{width:50px;float:right;line-height: 30px;text-align: center;border-radius: 5px;background-color: var(--blue);padding:10px;border:0;}
.footer_btn>img{width:30px;}
.footer_input{width:calc(100% - 55px);float:left;border:0;padding:10px 20px;font-size:14px;line-height: 30px;
	color:var(--black);text-transform:uppercase;
}

.footer_b{width:100%;margin:70px auto 0;}
.footer_b span,.footer_b a{margin:0 3px;line-height: 30px;font-size: 14px;color:var(--dark8d8d8d);outline: none;}
.footer_b a:hover{color:var(--white);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;height:30px;margin-right: 6px;}
/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:135px auto 0;position: relative;overflow: hidden;}
.nbanner>img{width:100%;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;position: relative;color:var(--white);}
.nbanner_title_big{font-size: 48px;font-weight: 700;text-transform: uppercase;line-height: 1.2;}
.nbanner_title_small{width:100%;}
.nbanner_title_small:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nbanner_title_small_square{width:16px;float:left;padding-top: 3px;}
.nbanner_title_small_square span{display: block;width:10px;height:10px;background-color: var(--blue);}
.nbanner_title_small_span{width:calc(100% - 16px);float:right;font-size: 13px;text-transform: uppercase;line-height: 16px;}
/* nbanner end! */

/* nposition start! */
.nposition{width:100%;background-color:var(--header_top);}
.nposition_main{width:100%;margin:0 auto;padding:15px 0;color:var(--dark353535);line-height: 25px;font-size: 14px;text-transform: capitalize;}
.nposition_main>i{margin-right: 5px;color:var(--blue);}
.nposition_main a{outline: none;color:var(--dark353535);margin:0 3px;}
.nposition_main a:hover{color:var(--blue);}
.nposition_main span{color:var(--blue);}
/* nposition end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 500px;}
.nmains{width:100%;margin:0 auto;min-height: 400px;padding:65px 0;}
/* nmain end! */

/* nabout start! */
.nabout_div{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.nabout_div_main{width:100%;margin:0 auto;position: relative;}
.nabout_div_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nabout_title{font-size: 48px;font-weight: 700;color:var(--blue);text-transform: uppercase;line-height: 1.2;}
.nabout_company{font-size: 30px;font-weight: 700;color:var(--dark252525);text-transform: uppercase;line-height: 1.2;}

.ncompany{background:url('../images/ncompany_bg.jpg') no-repeat center top;background-size: cover;padding:80px 0 120px;}

.nfactory{background:var(--linear-background);padding:80px 0 80px;}
.nfactory_title .nabout_title{color:var(--white);}

.nfactory_l{width:60%;float:left;}
.nfactory_div_main{margin:25px auto 0;}
.nfactory_div_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nfactory_p .about_p{color:var(--white);line-height:2.2;}
.nfactory_p .about_p p{color:var(--white);line-height: 2.2;}

.nfactory_p{width:100%;margin:0 auto;font-size:14px;color:var(--white);line-height:2.2;}
.nfactory_p p{width:100%;margin:10px auto 0;font-size:14px;line-height:2.2;}
.nfactory_p p:nth-of-type(1){margin:0 auto;}

.nfactory_list{width:100%;margin:20px auto 0;padding:30px 0 0;border-top:1px solid #2d5187;}
.nfactory_item{width:15%;float:left;margin-right: 5px;text-align: center;}
a.nfactory_item_a{outline: none;display: block;width:100%;color:var(--white);}
.nfactory_item_icon img{height:37px;}
.nfactory_item_h{margin:10px auto;font-size: 14px;font-weight: 700;text-transform:capitalize;line-height: 1.2;}
.nfactory_item_more{opacity: 0;transition: all 0.3s;}
.nfactory_item_more img{height:16px;}
.nfactory_item:hover .nfactory_item_more{opacity: 1;}

.nfactory_r{width:35.21%;float:right;}
.nfactory_video{width:100%;border-radius:10px;overflow: hidden;cursor: pointer;}

.nculture{padding:80px 0 80px;}
.nculture_title{text-align: center;}
.nculture_p{margin:10px auto 0;font-size: 14px;color:var(--black);text-transform:capitalize;line-height: 1.2;}
.nculture_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--black);text-transform:capitalize;line-height: 1.2;}
.nculture_main{margin:60px auto 0;}
.nculture_list{width:100%;margin:0 auto;}
.nculture_item{width:32%;float:left;margin:0 2% 20px 0;border-radius: 5px;overflow: hidden;position: relative;}
.nculture_item:nth-of-type(3n){margin:0 0 20px 0;}
.nculture_item .img{padding:70.85% 0 0;}
.nculture_item: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);
}
.nculture_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;padding:25px 25px;
	background:url('../images/nculture_item_mask.png') no-repeat center bottom;background-size: cover;
}
.nculture_item_in{width:100%;height:100%;position: relative;}
.nculture_item_main{width:100%;position: absolute;left:0;bottom:0;color:var(--white);}
.nculture_item_h{font-size: 16px;font-weight: 700;text-transform: capitalize;line-height: 1.2;}
.nculture_item_p{font-size: 14px;line-height: 1.2;margin:5px auto 0;}
.nculture_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 1.2;}

/* nabout end! */

/* nproduct start! */
.nproduct_catname{width:100%;margin:0 auto;text-align: center;font-size:25px;color:var(--blue);font-weight: 700;text-transform:capitalize;line-height: 1.2;}
.nproduct_nav{margin:50px auto 0;}
.nnav_swiper{width:100%;margin:0 auto;position: relative;}
a.nnav_slide{outline: none;display: block;}
.nnav_slide{width:100%;margin:0 auto;background-color: var(--header_top);border-radius: 5px;padding:50px 20px 30px;}
.nnav_slide_main{width:100%;margin:0 auto;text-align: center;color:var(--dark353535);}
.nnav_slide_icon img{height:64px;}
.nnav_slide_icon img.default{display: inline-block;}
.nnav_slide_icon img.on{display: none;}
.nnav_slide_h{margin:15px auto 0;font-size: 16px;text-transform:capitalize;line-height: 23px;height:69px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.swiper_nnav_bottom{width:100%;margin:50px auto 0;padding:0 25%;}
.swiper_nnav_bottom_main{width:100%;margin:0 auto;position: relative;}

.nnav_paginations{width:100%;margin:0 auto;}
.nnav_pagination.swiper-pagination-progressbar{border-radius: 2px;height:2px;
	width:100%;position: relative;left:0;top:0;background-color:var(--darkddd);
}
.nnav_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--blue);}

.nnav_btn{width:30px;height:30px;line-height: 30px;font-size: 22px;position: absolute;top:48%;transform: translateY(-50%);
	color:var(--blue);cursor: pointer;text-align: center;display: inline-block;
}
.nnav_btn.nnav_btn_l{left:-45px;}
.nnav_btn.nnav_btn_r{right:-45px;}

.swiper-slide-active .nnav_slide{background-color: var(--blue);}
.swiper-slide-active .nnav_slide_main{color: var(--white);}
.swiper-slide-active .nnav_slide_icon img.default{display: none;}
.swiper-slide-active .nnav_slide_icon img.on{display: inline-block;}


.nproduct_main{width:100%;margin:80px auto 0;}
.nproduct_list{width:100%;margin:0 auto;}
.nproduct_item{width:32%;float:left;margin:0 2% 50px 0;}
.nproduct_item:nth-of-type(3n){margin:0 0 50px 0;}
.nproduct_item_img{width:100%;margin:0 auto;border-radius: 5px;overflow: hidden;position: relative;}
.nproduct_item_img .img{padding:75% 0 0;}
.nproduct_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color: rgba(12,111,186,0.8);opacity: 0;transition: all 0.4s;}
.nproduct_item_mask>a{outline: none;display: block;width:100%;height:100%;position: relative;z-index: 2;}
.nproduct_item_search{display: inline-block;width:36px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 3;}
.nproduct_item_txt{width:100%;margin:20px auto 0;}
.nproduct_item_h a{font-size: 16px;line-height: 25px;height:25px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	outline: none;display: block;width:100%;color:var(--black);font-weight: 700;text-transform:capitalize;
}
.nproduct_item_p{width:100%;margin:0 auto;color:var(--darkaaa);font-size: 14px;line-height: 22px;height:22px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nproduct_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 22px;}

.nproduct_item:hover .nproduct_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);
}
.nproduct_item:hover .nproduct_item_mask{opacity:1;}
.nproduct_item:hover .nproduct_item_h a{color:var(--blue);}
.nproduct_item:hover .nproduct_item_p{color:var(--dark353535);}
/* nproduct end! */

/* nproduct_show start! */
.nproduct_content{width:100%;margin:0 auto;background-color: var(--darkfafafa);padding:45px 50px;}

.nproduct_top{width:100%;margin:0 auto;}
.nproduct_top_img{width:46%;float:left;}

.topimg_swiper{width:100%;margin:0 auto;position: relative;}
.topimg_slide{width:100%;margin:0 auto;border-radius: 5px;overflow: hidden;}
.topimg_slide .img{padding:75% 0 0;}
.topimg_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);
}

.topimg_btn{width:30px;height:30px;line-height: 30px;text-align: center;border-radius: 3px;font-size: 16px;
	display: inline-block;background-color: var(--blue);color:var(--white);cursor: pointer;position: absolute;top:50%;transform: translateY(-50%);z-index: 2;
}
.topimg_btn.topimg_btn_left{left:15px;}
.topimg_btn.topimg_btn_right{right:15px;}

.topimg_btn.swiper-button-disabled{background-color:rgba(0,0,0,.5);color:var(--white);}

.nproduct_top_txt{width:50%;float:right;padding-top: 20px;}
.nproduct_top_h{font-size: 30px;color:var(--dark252525);text-transform: capitalize;line-height: 1.2;}
.nproduct_top_p{width:100%;margin:10px auto 0;font-size: 14px;color:var(--dark252525);line-height: 1.5;}
.nproduct_top_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 1.5;}

.nproduct_top_line{width:100%;margin:20px auto;height:1px;background-color: var(--darkddd);}

.nproduct_top_bottom{width:100%;margin:0 auto;}
.nproduct_top_tel{width:100%;margin:0 auto;}
.nproduct_top_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_top_tel_iocn{width:14px;float:left;}
.nproduct_top_tel_iocn img{height:20px;}
.nproduct_top_tel_span{width:calc(100% - 20px);float:right;font-size: 14px;color:var(--dark353535);line-height: 20px;}
.nproduct_top_more{width:100%;margin:15px auto 0;}
.nproduct_top_more a{padding:15px 50px;border-radius: 5px;font-size: 17px;
	outline: none;display: inline-block;background-color: var(--blue);color:var(--white);text-transform: capitalize;line-height: 1.2;transition: all 0.3s;
}
.nproduct_top_more a:hover{background-color: var(--bluedeep);}


.nproduct_line{width:65%;margin:40px 0;height:1px;background-color: var(--darkddd);}
.nproduct_body{width:100%;margin:0 auto;font-size: 14px;color:var(--dark1d1d1d);line-height: 2;}
.nproduct_body p{width:100%;margin:0 auto;font-size: 14px;line-height: 2;}
.nproduct_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}
.nproduct_body p img{text-indent: 0;}


.nrelation{width:100%;margin:50px auto 0;padding-bottom: 30px;}
.nrelation_swiper{width:100%;margin:0 auto;position: relative;}
.nrelation_slide{width:100%;margin:0 auto;}

.nrelation_slide:hover .nproduct_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);
}
.nrelation_slide:hover .nproduct_item_mask{opacity:1;}
.nrelation_slide:hover .nproduct_item_h a{color:var(--blue);}
.nrelation_slide:hover .nproduct_item_p{color:var(--dark353535);}
/* nproduct_show end! */

/* nposition_nav start! */
.nposition_nav_main{width:100%;margin:0 auto;}
.nposition_nav_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nposition_nav_l{width:40%;float:left;}
.nnav_ul{width:100%;margin:0 auto;}
.nnav_ul>li{float:left;}
.nnav_ul>li>a{padding:15px 25px;font-size:14px;line-height: 25px;
	outline: none;display: block;width:100%;font-weight: 700;color:var(--dark1d1d1d);text-transform:capitalize;
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{color:var(--white);background-color: var(--blue);}

.nposition_nav_r{width:55%;float:right;padding:15px 0;}
.nposition_nav_r .nposition_main{padding:0;text-align: right;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
/* nposition_nav end! */

/* nfactorys start! */
.nfactorys_title{text-align: center;}
.nfactorys_title_p{width:100%;margin:5px auto 0;font-size: 22px;font-weight: 700;text-transform:uppercase;line-height: 1.2;color:var(--black);}
.nfactorys_title_p p{width:100%;margin:0 auto;font-size: 22px;line-height: 1.2;}

.nfactorys_main{width:100%;margin:75px auto 0;}
.nfactorys_swiper{width:100%;margin:0 auto;position: relative;}

.nfactorys_slide{width:100%;margin:0 auto;}
.nfactorys_slide_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;}
.nfactorys_slide_img .img{padding:66.15% 0 0;}
.nfactorys_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);
}
.nfactorys_slide_txt{width:100%;margin:20px auto 0;}
.nfactorys_slide_h a{font-size: 24px;line-height: 30px;height:30px;white-space: nowrap;
	outline: none;display: block;width:100%;color:var(--blue);font-weight: 700;text-transform: capitalize;overflow: hidden;text-overflow:ellipsis;
}
.nfactorys_slide_p{width:100%;margin:10px auto 0;font-size:14px;color:var(--dark606060);line-height: 22px;height:66px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.nfactorys_slide_p p{width:100%;margin:0 auto;font-size:14px;line-height: 22px;}

.nfactorys_btns .arrow_btn{position: absolute;top:32%;z-index: 2;}
.nfactorys_btns .arrow_btn.nfactorys_btn_left{left:20px;}
.nfactorys_btns .arrow_btn.nfactorys_btn_right{right:20px;}
.arrow_btn.nfactorys_btn.swiper-button-disabled{background-color:rgba(0,0,0,.5);color:var(--white);}

.nfactorys_paginations{width:60%;margin:40px auto 0;}
.nfactorys_pagination.swiper-pagination-progressbar{border-radius: 2px;height:2px;
	width:100%;position: relative;left:0;top:0;background-color:var(--darkddd);
}
.nfactorys_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--blue);}
/* nfactorys end! */

/* nnews start! */
.nnews_main{width:100%;margin:0 auto;}
.nnews_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_list{width:100%;margin:0 auto;}
.nnews_item{width:100%;margin:0 auto;padding:50px 0;border-bottom:1px solid var(--darkddd);transition: all 0.2s;}
.nnews_item:nth-of-type(1){padding:0 0 50px;}
.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:370px;height:200px;overflow: hidden;float:right;border-radius: 10px;}
.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% - 560px);height:200px;float:left;position: relative;padding-top: 20px;}
.nnews_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_title{width:40%;float:left;}
.nnews_item_date{font-size: 14px;color:var(--black);line-height: 25px;transition: all 0.2s;}
.nnews_item_h{width:100%;margin:10px auto 0;}
.nnews_item_h a{font-size:18px;line-height: 25px;max-height: 75px;overflow: hidden;
	outline: none;display: block;width:100%;color:var(--black);font-weight: 700;text-transform: capitalize;transition: all 0.2s;
}
.nnews_item_p{width:48%;float:right;margin-top: 35px;font-size: 14px;color:var(--dark606060);line-height: 25px;max-height: 125px;overflow: hidden;}
.nnews_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 25px;}
.nnews_item_more{width:100%;position: absolute;left:0;bottom:15px;opacity: 0;transition: all 0.2s;}
.nnews_item_more a{font-size: 14px;line-height: 20px;
	outline: none;display: block;width:100%;color:var(--blue);font-weight: 700;text-transform: uppercase;
}

.nnews_item:hover{border-bottom:1px solid var(--blue);}
.nnews_item:hover .nnews_item_date{color:var(--blue);}
.nnews_item:hover .nnews_item_h a{color:var(--blue);}
.nnews_item:hover .nnews_item_more{opacity: 1;}
/* nnews end! */

/* nbanner_show start! */
.nbanner_title_h{margin:0 auto 5px;font-size: 26px;color:var(--dark252525);font-weight: 700;text-transform: capitalize;line-height: 1.2;}
.nbanner_show .nbanner_title_small_span{color:var(--blue);text-transform: capitalize;}
/* nbanner_show end! */

/* nnews_show start! */
.nnews_l{width:76%;float:left;padding-right: 45px;border-right:1px solid var(--darkddd);}
.nnews_body{width:100%;margin:0 auto;font-size: 14px;color:var(--dark1d1d1d);line-height: 2;}
.nnews_body p{width:100%;margin:0 auto;font-size: 14px;line-height: 2;}
.nnews_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}
.nnews_body p img{text-indent: 0;}

.nnews_r{width:24%;float:right;padding-left: 45px;}
.nnews_r_main{width:100%;margin:0 auto;}
.nnews_r_h{width:100%;margin:0 auto;font-size: 22px;font-weight: 700;color:var(--blue);text-transform: uppercase;line-height: 1.2;}
.naside_list{width:100%;margin:25px auto 0;}
.naside_item{width:100%;margin:0 auto;padding:15px 0;border-bottom:1px solid var(--darkddd);transition: all 0.2s;}
.naside_item:nth-of-type(1){padding:0 0 15px;}
.naside_item_main{width:100%;margin:0 auto;}
.naside_item_date{font-size: 14px;color:var(--black);line-height: 25px;transition: all 0.2s;}
.naside_item_title{width:100%;margin:5px auto;}
.naside_item_title a{outline: none;display: block;width:100%;margin:0 auto;}
.naside_item_title a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.naside_item_square{width:10px;float:left;padding-top:7px;}
.naside_item_square span{display: block;width:10px;height:10px;background-color: var(--blue);}
.naside_item_h{width:calc(100% - 18px);float:right;font-size: 16px;line-height: 24px;max-height: 48px;
	color:var(--black);font-weight: 700;text-transform: capitalize;overflow: hidden;transition: all 0.2s;
}
.naside_item_p{width:100%;margin:0 auto;color:var(--dark555);overflow: hidden;font-size: 14px;line-height: 22px;max-height: 44px;}

.naside_item:hover{border-bottom:1px solid var(--blue);}
.naside_item:hover .naside_item_h{color:var(--blue);}

.naside_bottom{width:100%;margin:40px auto 0;}
.naside_back{margin:20px auto 0;}
.naside_a{width:100%;margin:5px auto 0;}
.naside_a:nth-of-type(1){margin:0 auto;}
.naside_a a{outline: none;display: block;width:100%;margin:0 auto;color:var(--dark3e3e3e);}
.naside_a a:hover{color:var(--blue);}
.naside_a a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.naside_a_icon{width:23px;float:left;}
.naside_a_span{width:calc(100% - 28px);float:right;font-size: 14px;line-height: 23px;}

/* nnews_show end! */

/* ncontact start! */
.ncontact{background:url('../images/ncontact_bg.jpg') no-repeat center bottom;background-size: cover;}
.nway{width:100%;margin:0 auto;}
.nway_list{width:100%;margin:0 auto;}
.nway_item{width:23.5%;float:left;margin:0 2% 0 0;border-radius: 15px;padding:50px 25px 40px;
	background-color: var(--white);overflow: hidden;text-align: center;box-shadow: 0 10px 20px var(--darkf5f5f5);
}
.nway_item:nth-of-type(4n){margin:0 0 0 0;}
.nway_item_main{width:100%;margin:0 auto;}
.nway_item_icon img{height:37px;}
.nway_item_txt{margin:25px auto 0;}
.nway_item_h{font-size: 18px;color:var(--blue);font-weight: 700;text-transform:uppercase;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nway_item_p{margin:5px auto 0;font-size: 14px;color:var(--dark252525);line-height: 23px;height: 69px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.nway_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 23px;}

.nmessage{margin:100px auto 0;}
.nmessage_main{margin:50px auto 0;padding:0 10%;}

.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_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;position: relative;}
.form_item_icon{width:25px;position: absolute;left:7px;top:12px;z-index: 2;}
.form_input{border-radius: 5px;padding:12px 35px;line-height: 25px;font-size: 14px;
	display: block;width:100%;border:0;color:var(--dark606060);text-transform: capitalize;background-color:var(--darkf5f5f5);
}
.form_input::-webkit-input-placeholder{color:var(--dark606060);}
.form_input::-moz-placeholder {color:var(--dark606060);}
.form_input::-ms-input-placeholder {color:var(--dark606060);}
.form_li.form_li_button{margin:25px auto 0;text-align: center;}
.form_button{font-size: 16px;padding:15px 40px;line-height: 20px;border-radius: 5px;text-transform:uppercase;
	display: inline-block;border:0;color:var(--white);background-color: var(--blue);
}
.form_button:hover{background-color: var(--bluedeep);}
/* ncontact 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(--blue);}
.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;}
}


