@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: 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;}*/
.main1450{width:1450px;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;padding:15px 0 5px;}
.header_main{width:100%;margin: 0 auto;position: relative;}
.q_top{width:100%;margin:0 auto;padding:15px 0;border-bottom:1px solid var(--darke7e7e7);}
.q_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_logo{width:210px;float:left;}
.q_logo>h1{display:block;width:100%;margin:0 auto;}
.q_logo>h1>a{outline:none;display:block;width:100%;margin:0 auto;}
.q_logo>h1>a>img{height:60px;}

.q_icon{width:calc(100% - 240px);float:right;}
.icon_list{width:100%;margin:0 auto;text-align: right;font-size: 0;padding-top:10px;}
.icon_item{display: inline-block;margin-left:40px;min-width:160px;}
.icon_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.icon_item_icon{width:41px;float:left;margin-right: 10px;}
.icon_item_txt{min-width:108px;float:right;color:var(--blue);font-size: 14px;text-align: left;}
.icon_item_h{font-weight:700;line-height: 23px;}
.icon_item_p{line-height: 18px;}

.header_block{width:100%;margin:0 auto;padding:10px 0;}
.header_block:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_nav{width:62%;float:left;}
.nav_ul{width:100%;margin:0 auto;}
.nav_ul>li{float:left;margin-left:85px;position: relative;}
.nav_ul>li:nth-of-type(1){margin-left:0;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:10px 0;color:var(--blue);position: relative;}
.nav_ul>li>a:before{content:'';width:1px;height:30%;background-color: var(--darke7e7e7);position: absolute;left:-43px;top:35%;}
.nav_ul>li:nth-of-type(1)>a:before{width:0;height:0;left:0;top:0;}
/*.nav_ul>li>a:after{position: absolute;left: 50%;bottom:0;content: "";width: 0;height: 3px;background-color:var(--blue);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:50%;transform: translateX(-50%);}*/
.nav_ul>li.on>a,.nav_ul>li:hover>a{color:var(--yellow);}
.nav_ul>li>a>span{display: block;width:100%;margin:0 auto;font-size: 16px;font-weight: 700;text-transform: uppercase;line-height: 30px;height:30px;}

.q_right{width:36%;float:right;}
.q_right:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_lang{width:200px;float:right;}
.lang_ul{width:100%;margin:0 auto;text-align: right;font-size: 0;padding-top: 5px;}
.lang_ul>li{display: inline-block;margin-left: 10px;vertical-align: middle;}
.lang_ul>li>a{outline: none;display: block;width:100%;color:var(--black);}
.lang_ul>li>a>*{display: inline-block;font-size: 14px;height:30px;line-height: 30px;}
.lang_ul>li:hover>a{color:var(--blue);}
.lang_ul>li>a>img{margin-right: 3px;}

.q_form{width:calc(100% - 210px);float:left;}
form.form_search{display: block;width:100%;background-color: var(--darke7e7e7);padding:10px;border-radius:6px;font-size: 0;}
form.form_search:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.search_btn{display: block;width:24px;height:24px;float:right;border:0;padding:0;background: none;}
.search_input{width:calc(100% - 24px);font-size:14px;line-height: 24px;height:24px;padding:0 10px;float:left;background:none;
	display: block;color:var(--dark555);border:0;
}

/* q_header end! */

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

.q_banner .swiper_banner .swiper_pagination_banner{bottom:6%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:10px;height:10px;background-color:var(--white);opacity:1;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--blue);opacity: 1;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.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;font-family: Impact;}
.section_title .big{font-size: 48px;color:var(--blue);text-transform: uppercase;line-height: 1.1;}
.section_title .small{font-size: 23px;color:var(--yellow);text-transform: uppercase;line-height: 1.2;margin:5px auto 0;}

.section_p{width:100%;margin:0 auto;font-size: 14px;line-height: 1.5;}
.section_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 1.5;}
/* q_section end! */

/* q_product start! */
.q_product{padding:65px 0;}
.product_l{width:290px;float:left;}
.product_nav{width:100%;margin:0 auto;}
.product_nav_top{width:100%;margin:0 auto;background-color: var(--blue);color:var(--white);padding:30px 25px;}
.product_nav_top_h{font-size: 30px;text-transform:uppercase;line-height: 1.2;font-family: Impact;}
.product_nav_top_ul{width:100%;margin:10px auto 0;}
.product_nav_top_li{width:100%;margin:5px auto 0;}
.product_nav_top_li:nth-of-type(1){margin:0 auto;}
.product_nav_top_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_nav_icon{width:24px;float:left;}
.product_nav_span{width:calc(100% - 30px);float:right;font-size: 14px;font-weight: 700;line-height: 24px;}

.product_nav_ul{width:100%;margin:0 auto;}
.product_nav_ul>li{width:100%;margin:1px auto 0;}
.product_nav_ul>li:nth-of-type(1){margin:0 auto;}
.product_nav_ul>li>a{outline: none;display: block;width:100%;background-color: var(--darkf0f0f0);color:var(--black);padding:15px 10px 15px 20px;font-size:14px;}
.product_nav_ul>li>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_nav_ul>li>a>i{display: block;width:20px;height:30px;line-height: 30px;float:right;text-align: center;color:var(--blue);}
.product_nav_ul>li>a>span{display: block;width:calc(100% - 30px);float:left;line-height: 30px;}
.product_nav_ul>li.on>a{background-color: var(--yellow);color:var(--white);}
.product_nav_ul>li.on>a>i{color:var(--white);}
.product_nav_ul>li:hover>a{background-color: var(--yellow);color:var(--white);}
.product_nav_ul>li:hover>a>i{color:var(--white);}

.product_r{width:calc(100% - 320px);float:right;}
.product_list{width:100%;margin:0 auto;}
.product_item{width:23.5%;float:left;margin:0 2% 30px 0;}
.product_item:nth-of-type(4n){margin:0 0 30px 0;}
.product_item_img{width:100%;margin:0 auto;border:1px solid var(--darke7e7e7);overflow: hidden;}
.product_item_img .img{padding:100% 0 0;}
.product_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.product_item_txt{width:100%;margin:10px auto 0;}
.product_item_h a{outline: none;display: block;width:100%;color:var(--black);font-weight: 700;text-transform:capitalize;font-size: 14px;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.product_item_h a:hover{color:var(--yellow);}
.product_item_p{width:100%;margin:0 auto;font-size:12px;color:var(--darka0a0a0);line-height: 20px;height:40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

/* q_product end! */

/* q_search start! */
.q_search{width:100%;background-color: var(--blue);padding:45px 0;}

.search_form{width:100%;margin: 0 auto;}
form.search_forms{display: block;width:100%;background-color: var(--white);border-radius:5px;font-size: 0;overflow: hidden;}
form.search_forms:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
button.search_btns{display: block;width:150px;padding:15px 10px;float:right;font-size: 0;
	border:0;background: none;text-align: center;background-color: var(--yellow);color:var(--white);
}
.search_btns>*{display: inline-block;vertical-align: middle;line-height: 24px;font-size: 16px;font-weight: 700;margin:0 3px;}
input.search_inputs{width:calc(100% - 165px);font-size:14px;line-height: 24px;padding:15px 20px;float:left;background:none;
	display: block;color:var(--dark212121);border:0;
}

.search_hot{width:100%;margin:20px auto 0;}
.search_hot>li{float:left;margin: 0 10px 5px 0;}
.search_hot>li>a{font-size: 14px;line-height: 20px;
	outline: none;display: block;width:100%;border-bottom:1px solid var(--white);color:var(--white);text-transform: capitalize;
}
.search_hot>li>a:hover{color:var(--yellow);border-bottom:1px solid var(--yellow);}
.search_hot>li:nth-of-type(1)>a{border-bottom:1px solid rgba(255,255,255,0);}
.search_hot>li:nth-of-type(1)>a:hover{color:var(--white);border-bottom:1px solid rgba(255,255,255,0);}
/* q_search end! */

/* q_industry start! */
.q_industry{width:100%;padding:60px 0;}
.industry_l{width:25%;float:left;}
.industry_slide{width:100%;height:506px;border-radius: 10px;padding:50px 35px;background-image: var(--linear-background);}
.industry_slide_main{width:100%;height:100%;position: relative;}
.industry_slide_title .section_title .big{color:var(--white);}
.industry_slide_p{width:100%;margin:25px auto 0;color:var(--white);}

.industry_slide_more{width:100%;margin:0 auto;position: absolute;left:0;bottom:0;}
.industry_slide_more a{outline: none;display: block;width:100%;color:var(--white);font-size: 0;}
.industry_slide_more a>*{font-size: 14px;line-height: 24px;height:24px;
	font-weight: 700;display: inline-block;vertical-align: middle;text-transform:capitalize;
}
.industry_slide_more a>img{margin-left: 5px;}
.industry_slide_more a:hover{color: var(--yellow);}

.industry_r{width:72%;float:right;}
.industry_list{width:100%;margin:0 auto;}
.industry_item{width:32%;float:left;margin:0 2% 25px 0;border-radius: 5px;overflow: hidden;position: relative;text-align: center;}
.industry_item:nth-of-type(3n){margin:0 0 25px 0;}
.industry_item:nth-of-type(n + 4){margin-bottom:0;}
.industry_item_img{width:100%;margin:0 auto;overflow: hidden;}
.industry_item_img .img{padding:72% 0 0;}
.industry_item:hover .industry_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);
}
.industry_item_h{width:100%;margin:0 auto;position: absolute;left:0;bottom:0;background-color:rgba(0,0,0,.5);padding:10px 15px;}
.industry_item_h a{outline: none;display: block;width:100%;font-size:14px;color:var(--white);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.industry_item_h:hover{background-color: var(--yellow);}
/* q_industry end! */

/* q_about start! */
.q_about{width:100%;margin:0 auto;background:url('../images/q_about_bg.jpg') no-repeat center center;background-size:cover;padding:120px 0;}
.about_l{width:42%;float:left;}
.about_title .section_title .big{color:var(--white);}
.about_p{width:100%;margin:35px auto 0;color:var(--white);}

.about_more{width:100%;margin:40px auto 0;}
.about_more a{padding:15px 45px;border-radius: 5px;font-size: 14px;text-transform:capitalize;line-height: 20px;
	outline: none;display: inline-block;background-color: var(--yellow);color: var(--white);
}
.about_more a:hover{background-color: var(--blue);}

.about_r{width:53%;float:right;}
.about_swiper{width:100%;margin:0 auto;position: relative;}

.current-swiper {width:665px;height:365px;border-radius:10px;margin:0 auto;position:relative;z-index:99;}
.left-swiper {position:absolute;left:0;top:30px;z-index:1;}
.right-swiper {position:absolute;right:0;left:auto;top:30px;z-index:1;}
.nocurrent-swiper {width:479px;height:305px;border-radius:8px;opacity: 0.6;}
.nocurrent-swiper:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;}
.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: 25px;
	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{left:10px;}
.about_btn.about_btn_right{right:10px;}
/* q_about end! */

/* q_choose start! */
.q_choose{background-color: var(--darkf0f0f0);padding:75px 0;}
.choose_title{text-align: center;}
.choose_main{width:100%;margin:60px auto 0;}
.choose_item{width:25%;float:left;padding:55px 30px 30px;border-right:1px solid var(--darke0e0e0);text-align: center;
	border-top:5px solid var(--darkf0f0f0);border-bottom:5px solid var(--darkf0f0f0);
}
.choose_item:nth-of-type(1){border-left:1px solid var(--darke0e0e0);}
.choose_item:hover{border-top:5px solid var(--yellow);border-bottom:5px solid var(--yellow);}
.choose_item_main{width:100%;margin:0 auto;}
.choose_item_icon img{height:54px;}
.choose_item_h{width:100%;margin:25px auto 25px;font-size: 27px;line-height: 30px;height:30px;
	font-family: Impact;color:var(--blue);text-transform:uppercase;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.choose_item_p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark212121);line-height: 25px;height:125px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;
}
.choose_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark212121);line-height: 25px;}
/* q_choose end! */

/* q_news start! */
.q_news{padding:70px 0;}
.news_title{width:100%;margin:0 auto;}
.news_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_title_l{width:45%;float:left;}
.news_title_r{width:45%;float:right;text-align: right;padding-top:5px;}
.news_more{width:100%;margin:0 auto;}
.news_more a{padding:10px 20px;border-radius: 5px;font-size: 14px;line-height: 22px;text-transform:capitalize;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--white);transition:all 0.3s;
}
.news_more a:hover{background-color: var(--blue);}

.news_main{width:100%;margin:25px auto 0;}

.news_r{width:44.2%;float:right;}
.news_list{width:100%;margin:0 auto;}
.news_item{width:100%;margin:0 auto;padding:10px 0;border-top:1px solid var(--darke7e7e7);}
.news_item:nth-of-type(1){padding:0 0 10px;border-top:0;}
.news_item_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 16px;color:var(--dark161616);line-height: 25px;height:25px;font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_h a:hover{color:var(--yellow);}
.news_item_p{width:100%;margin:5px auto 0;font-size:14px;color:var(--darka0a0a0);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(--darka0a0a0);line-height: 22px;}
.news_item_date{width:100%;margin:5px auto 0;font-size: 12px;color:var(--darka0a0a0);line-height: 20px;}

.news_l{width:52%;float:left;}
.news_img_list{width:100%;margin:0 auto;}
.news_img_item{width:48%;float:left;margin:0 4% 0 0;}
.news_img_item:nth-of-type(2n){margin:0 0 0 0;}

.news_img_item_img{width:100%;margin:0 auto;border-radius:5px;overflow: hidden;height:230px;}
.news_img_item_img .img{height:100%;}
.news_img_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);
}
.news_img_item_txt{width:100%;margin:10px auto 0;}
/* q_news end! */

/* q_footer start! */
.q_footer{background:url('../images/q_footer_bg.jpg') no-repeat center center;background-size:cover;padding:60px 0 50px;}

.footer_t{width:100%;margin:0 auto;}
.footer_t:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_t_l:after,.footer_t_r:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_title{margin:0 auto 13px;font-size: 29px;line-height: 35px;
	width:100%;color:var(--white);text-transform: uppercase;font-family: Impact;
}
.footer_body{width:100%;margin:0 auto;}
.footer_t_l{width:51%;float:left;}
.footer_form{width:48%;float:left;}
form.form_ul{display: block;width:100%;margin:0 auto;padding-top:10px;}
.form_li{width:100%;margin:12px auto 0;}
.form_li:nth-of-type(1){margin:0 auto;}
.form_input{border-radius: 5px;padding:10px 20px;font-size:14px;line-height: 25px;border:0;
	display: block;width:100%;background-color: var(--white);color:var(--dark212121);
}
.form_button{padding:10px 30px;border-radius: 5px;font-size: 14px;line-height: 20px;transition: all 0.3s;
	display: inline-block;border:0;background-color: var(--yellow);color:var(--white);text-transform:uppercase;font-weight: 700;
}
.form_button:hover{background-color: var(--white);color:var(--blue);}

.footer_nav{width:41%;float:right;}
.footer_nav_ul{width:100%;margin:0 auto;}
.footer_nav_ul>li{width:100%;margin:0 auto;padding:8px 0;border-bottom:1px dashed var(--white);}
.footer_nav_ul>li:nth-of-type(1){margin:0 auto;padding:0 0 8px;}
.footer_nav_ul>li>a{outline: none;display: block;width:100%;color:var(--white);padding:0;font-size:12px;text-transform:capitalize;}
.footer_nav_ul>li>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_nav_ul>li>a>i{display: block;width:20px;height:24px;line-height: 24px;float:right;text-align: center;font-size: 14px;}
.footer_nav_ul>li>a>span{display: block;width:calc(100% - 25px);float:left;line-height: 24px;}
.footer_nav_ul>li:hover>a{color:var(--yellow);}

.footer_t_r{width:42%;float:right;}
.footer_code{width:140px;float:right;text-align: center;}
.footer_code_img{width:100%;margin:0 auto;border-radius: 5px;overflow: hidden;}
.footer_code_img>img{width:100%;}
.footer_code_h{width:100%;margin:12px auto 0;font-size:12px;color:var(--white);line-height: 20px;}

.footer_tel{width:calc(100% - 200px);float:left;}
.footer_p{width:100%;margin:0 auto;}
.footer_p p{width:100%;margin:0 auto;font-size: 12px;color:var(--white);line-height: 27px;}
.footer_icon{width:100%;margin:25px auto 0;}
.footer_icon:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_icon>li{float:left;margin-right:10px;}
.footer_icon>li>a{outline: none;display: block;width:100%;}
.footer_icon>li>a>img{height:25px;}

.footer_b{width:100%;margin:60px auto 0;padding:10px 0;}
.footer_b span,.footer_b a{margin:0 4px;line-height: 25px;font-size: 12px;color:rgba(255,255,255,.2);outline: none;}
.footer_b a:hover{color:var(--yellow);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;height:25px;margin-right: 6px;}
/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.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;color:var(--white);}
.nbanner_h .big{font-size: 60px;line-height: 1.2;text-transform: uppercase;font-family: Impact;}
.nbanner_h .small{font-size: 18px;line-height: 1.2;text-transform: uppercase;}

.nbanner_position{width:100%;margin:30px auto 0;}
/* nbanner end! */

/* nposition start! */
.nposition{width:100%;}
.nposition_main{width:100%;margin:0 auto;text-align: left;color:var(--white);line-height: 30px;font-size: 14px;}
.nposition_main>i{margin-right: 5px;color:var(--yellow);}
.nposition_main a{outline: none;color:var(--white);margin:0 3px;}
.nposition_main a:hover{color:var(--yellow);}
.nposition_main span{color:var(--yellow);}
/* nposition end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 500px;position: relative;}
.nmains{width:100%;margin:0 auto;padding:65px 0;min-height: 400px;position: relative;}
.nmains:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_l{width:290px;float:left;}
.nmain_r{width:calc(100% - 320px);float:right;}
/* nmain end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;}
.nnav_top{width:100%;margin:0 auto;background:url('../images/nnav_top.jpg') no-repeat center center;background-size: cover;padding:30px 20px;}
.nnav_top_h{width:100%;margin:0 auto;font-size: 30px;color:var(--white);line-height: 1.2;text-transform: capitalize;}

.nmain_contact{width:100%;margin:15px auto 0;}
.nmain_contact_h{padding:20px 20px;font-size:22px;
	width:100%;margin:0 auto;line-height: 1.2;text-transform: capitalize;background-color: var(--blue);color:var(--white);
}
.nmain_tel_ul{width:100%;margin:0 auto;background-color: var(--darkf0f0f0);padding:20px 15px 20px 20px;}
.nmain_tel_li{width:100%;margin:0 auto;}
.nmain_tel_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_tel_li_icon{width:24px;float:left;}
.nmain_tel_li_span{width:calc(100% - 30px);float:right;font-size: 12px;color:var(--dark313131);line-height: 24px;}

.nmain_block{width:100%;margin:25px auto 0;}
.nmain_block:nth-of-type(1){margin:0 auto;}
.nmain_block_title{width:100%;margin:0 auto;background-color: var(--darke7e7e7);font-size: 0;}
.nmain_block_title span{padding:15px 15px;border-left:5px solid var(--yellow);border-right:5px solid var(--yellow);font-size: 18px;line-height: 25px;
	display: inline-block;background-color: var(--blue);color:var(--white);text-transform:capitalize;font-weight: 700;
}

.nmain_block_body{width:100%;margin:0 auto;}
.nmain_block_content{width:100%;margin:0 auto;padding:20px 0;font-size: 14px;color:var(--dark313131);line-height: 2.2;}
.nmain_block_content p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark313131);line-height: 2.2;}
.nmain_block_content img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
.nmain_block_content p img{text-indent: 0;}
/* nnav end! */

/* nmain_button start! */
.nmain_button{width:30px;height:60px;font-size: 22px;line-height: 60px;
	background-color: rgba(0,0,0,.5);color:var(--white);text-align: center;position: absolute;top:50%;transform: translateY(-50%);z-index: 9;cursor: pointer;
}
.nmain_button:hover{background-color: var(--yellow);}
.nmain_button.nmain_button_left{left:0;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.nmain_button.nmain_button_right{right:0;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

/* nmain_button end! */

/* products start! */
.products{width:100%;margin:0 auto;background-color: var(--darkf8f8f8);padding:60px 0;}
.products_main{width:100%;margin:0 auto;}
.products_title{font-size:48px;width:100%;margin:0 auto;text-align: center;color:var(--blue);text-transform:uppercase;line-height: 1.2;font-family: Impact;}
.products_p{width:90%;margin:20px auto 0;text-align: center;font-size: 14px;color:var(--black);line-height: 2;}
.products_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--black);line-height: 2;}

.products_swiper{width:100%;margin:50px auto 0;position: relative;}
.products_slide{width:100%;margin:0 auto;position: relative;}

.products_more{width:100%;margin:50px auto 0;text-align: center;}
.products_more a{padding:15px 45px;border-radius: 5px;font-size: 14px;line-height: 20px;text-transform:capitalize;
	outline: none;display: inline-block;background-color: var(--yellow);color:var(--white);transition:all 0.3s;
}
.products_more a:hover{background-color: var(--blue);}
/* products end! */

/* nproduct start! */
.nproduct_form{width:100%;margin:0 auto;}
.nproduct_form .search_forms{border:1px solid var(--darke7e7e7);}
.nproduct_main{width:100%;margin:30px auto 0;}
/* nproduct end! */

/* nproduct_show start! */
.nproduct_top{width:100%;margin:0 auto;}

.nproduct_img{width:42%;float:left;}

.nproduct_swiper,.nproductthumb_swiper{width:100%;margin:0 auto;position: relative;}
.nproduct_slide{width:100%;margin:0 auto;overflow: hidden;}
.nproduct_slide .img{padding:86% 0 0;}
.nproductthumb_swiper{margin:15px auto 0;}
.nproductthumb_swiper .nproduct_slide{border:2px solid var(--darkccc);}
.nproductthumb_swiper .swiper-slide-thumb-active .nproduct_slide{border:2px solid var(--yellow);}

.nproduct_txt{width:55%;float:right;padding-top: 30px;}
.nproduct_txt_h{font-size: 30px;color:var(--black);text-transform: capitalize;line-height: 1.2;font-weight: 700;}
.nproduct_txt_p{margin:10px auto 0;padding:10px 0;font-size: 14px;color:var(--dark555);line-height: 1.8;
	width:100%;border-top:1px solid var(--darke7e7e7);border-bottom:1px solid var(--darke7e7e7);
}
.nproduct_txt_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height: 1.8;}
.nproduct_txt_ul{width:100%;margin:25px auto 0;}
.nproduct_txt_li{display: inline-block;margin-right: 10px;border:3px solid var(--blue);}
.nproduct_txt_li>a{padding:12px 35px;
	outline: none;display: block;width:100%;font-size: 0;background-color: var(--white);color:var(--blue);
}
.nproduct_txt_li>a>*{font-size:16px;line-height: 24px;height:24px;margin:0 3px;
	display: inline-block;vertical-align: middle;
}

.nproduct_txt_li:nth-of-type(1)>a{background-color: var(--blue);color:var(--white);}
.nproduct_txt_li:nth-of-type(1)>a>img.default{display: none;}
.nproduct_txt_li:nth-of-type(1)>a>img.hover{display: inline-block;}

.nproduct_txt_li>a>img.default{display: inline-block;}
.nproduct_txt_li>a>img.hover{display: none;}

.nproduct_txt_li:hover{border:3px solid var(--yellow);}
.nproduct_txt_li:hover>a{background-color: var(--yellow);color:var(--white);}

.nproduct_txt_li:hover>a>img.default{display: none;}
.nproduct_txt_li:hover>a>img.hover{display: inline-block;}

/* nproduct_show end! */

/* nform start! */
.nform{width:100%;margin:0 auto;}
.nform_div{width:100%;margin:20px auto 0;}
.nform_div:nth-of-type(1){margin:0 auto;}
.nform_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nform_item .form_input{border:1px solid var(--darke0e0e0);border-radius: 0;}
.nform_item_li{width:32%;float:left;margin:0 2% 0 0;}
.nform_item_li:nth-of-type(3n){margin:0 0 0 0;}

.nform_div_textarea{height:185px;}
.nform_item_img{width:200px;height:100%;float: right;border:1px solid var(--darke0e0e0);}
.nform_item_img .img{height:100%;}
.nform_item_txt{width:calc(100% - 215px);height:100%;float:left;}
.nform_item_txt .nform_item{height:100%;}
.nform_item_txt .form_input{height:100%;}

.nform_item .form_button:hover{background-color: var(--blue);color:var(--white);}
/* nform end! */

/* nnews start! */
.nnews_main{width:100%;margin:0 auto;}
.nnews_list{width:100%;margin:0 auto 50px;}
.nnews_item{width:100%;margin:0 auto 15px;background-color: var(--darkf6f6f6);padding:15px;}
.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:290px;float:left;overflow: hidden;}
.nnews_item_img .img{padding:67.55% 0 0;}
.nnews_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_item_txt{width:calc(100% - 320px);float:right;padding-top:20px;}
.nnews_item_h a{font-size: 18px;line-height: 25px;height:25px;
	outline: none;display: block;width:100%;color:var(--dark212121);font-weight: 700;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item_p{width:100%;margin:10px auto;font-size: 14px;color:var(--dark929292);line-height: 25px;height:75px;
	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(--dark929292);line-height: 25px;}
.nnews_item_date{width:100%;margin:0 auto;font-size: 14px;color:var(--dark717171);line-height: 25px;}
.nnews_item_date i{margin-right: 5px;}

.nnews_item:hover{background-color: var(--blue);}
.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 .nnews_item_date{color: var(--white);}

/* nnews end! */

/* nnews_show start! */
.nnews_top{width:100%;margin:0 auto;background-color: var(--darkf6f6f6);padding:20px 25px;}
.nnews_top_h{width:100%;margin:0 auto;font-size: 22px;color:var(--dark212121);font-weight: 700;line-height: 1.5;}
.nnews_top_line{width:100%;margin:15px auto;height:1px;background-color: var(--darke0e0e0);font-size: 0;}
.nnews_top_p{width:100%;margin:15px auto 0;font-size: 14px;color:var(--dark717171);line-height:1.6;}
.nnews_top_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark717171);line-height:1.6;}
.nnews_show{width:100%;margin:0 auto;}
.nnews_show_body{width:100%;margin:0 auto  15px;padding:20px 0 30px;border-bottom:1px solid var(--darke0e0e0);font-size: 14px;color:var(--dark313131);line-height: 2.2;}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark313131);line-height: 2.2;}
.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
.nnews_show_body p img{text-indent: 0;}
/* nnews_show end! */

/* ncontact start! */
.ncontact_top{width:100%;margin:0 auto;}
.ncontact_top_h .section_title .big{color:var(--yellow);}
.ncontact_top_h .section_title .big span{color:var(--blue);}
.ncontact_top_p{margin:15px auto 0;}

.ncontact_main{width:100%;margin:50px auto 0;padding-bottom:30px;}
.ncontact_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ncontact_txt{width:50%;float:left;}
.contact_list{width:100%;margin:0 auto;}
.contact_item{width:48.5%;float:left;margin:0 3% 20px 0;height:185px;padding:30px 30px;overflow: hidden;
	background-color: var(--darkf6f6f6);position: relative;
}
.contact_item:nth-of-type(2n){margin:0 0 20px 0;}
.contact_item:nth-of-type(n+2){margin-bottom:0;}
.contact_item_main{width:100%;margin:0 auto;z-index: 2;}
.contact_item_h{font-size: 22px;color:var(--black);text-transform:uppercase;line-height: 1.5;font-weight: 700;}
.contact_item_p{margin:0 auto;font-size: 15px;color:var(--dark212121);line-height: 1.5;}
.contact_item_icon{display: inline-block;position: absolute;right:25px;bottom:-20px;z-index: -1;height:110px;}
.contact_item_icon img{height:100%;}

.ncontact_img{width:48.5%;float:right;height:390px;}
.ncontact_img .img{height:100%;}
/* 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(--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;}
}

