@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: #fff;
	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/

.main1400{width:1400px;margin:0 auto;}
.main1600{width:1600px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index: 999;background-color: var(--white);transition: all .3s;}
.header_main{width:100%;position: relative;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:500px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:15px 0;transition: all .3s;}
.q_logo>h1>a>img{height:80px;transition: all .3s;}

.q_nav{width:calc(100% - 650px);float:left;}
.nav_ul{width:100%;font-size: 0;text-align: right;}
.nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left: 45px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:30px 5px;transition: all .3s;position: relative;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom: 0;content: "";width: 0;height: 3px;background-color: var(--header_red);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:hover>a:after,.nav_ul>li.on>a:after{width: 100%;transform: translateX(-50%);}
.nav_ul>li>a>span{display: block;width:100%;font-size: 17px;color:var(--black);line-height: 50px;height:50px;}
.nav_ul>li:hover>a>span,.nav_ul>li.on>a>span{color:var(--header_red);}

/* q_nav_son */
.q_nav_son{width:160%;position: absolute;top:100%;left:-30%;padding:10px 0;z-index: 10;background-color: var(--white);display: none;}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 14px;text-align: center;line-height: 36px;color:var(--color_dark);}
.q_nav_son>li:hover{background-color: var(--header_red);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_search{width:50px;float:right;text-align: right;padding:30px 0;transition: all .3s;}
.q_search>span{display: block;width:100%;}
.q_search>span>img{height:50px;cursor: pointer;}

.q_header.q_header_fixed{box-shadow: 0 0 5px #809cbb;}
.q_header.q_header_fixed .q_logo>h1>a{padding:10px 0;}
.q_header.q_header_fixed .q_logo>h1>a>img{height:70px;}
.q_header.q_header_fixed .nav_ul>li>a{padding:20px 5px;}
.q_header.q_header_fixed .q_search{padding:20px 0;}

/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:110px auto 0;}
.q_banner .swiper_banner .swiper-slide .img{outline: none;display: block;width:100%;padding:43% 0 0;
	background-position: center center;background-size: cover;background-repeat: no-repeat;
}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:12px;height:12px;border:1px solid var(--white);
	background-color: rgba(255,255,255,.0);opacity: 1;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--white);opacity: 1;}

.swiper_button{background:none;width:36px;height:60px;line-height: 58px;font-size: 27px;transform: translateY(-50%);position: absolute;top:50%;z-index: 2;cursor: pointer;
  text-align: center;border-radius: 0;color:var(--white);opacity:.9;transition: all 0.3s;background-color: rgba(0,0,0,.5);
}
.swiper_button:after{content:'';}
.swiper_button.swiper_button_prev{left:3%;}
.swiper_button.swiper_button_next{right:3%;}
.swiper_button:hover{opacity: 1;background-color: var(--color_red);}
/* q_banner end! */

/* q_hot start! */
.q_hot{width:100%;margin:0 auto;background-color:var(--color_dark);padding:35px 0;}
.hot_l{width:64%;float:left;}
.hot_r{width:36%;float:right;}

.hot_input{display: block;width:100%;border:0;padding:10px 30px;line-height: 30px;font-size: 14px;color:#333;}
input.hot_input::-webkit-input-placeholder {color: #999;}
input.hot_input::-moz-placeholder {color: #999;}
input.hot_input::-ms-input-placeholder {color: #999;}

.hot_form{display: block;width:100%;}
.hot_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.hot_form_r{width:100px;float:right;background-color: var(--color_red);}
.hot_form_r .hot_input{background-color: var(--color_red);}
.hot_form_r .hot_input img{height:30px;}
.hot_form_l{width:calc(100% - 108px);float:left;}
.hot_ul{width:100%;padding:10px 0;}
.hot_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.hot_ul>li{float:left;margin-right: 70px;}
.hot_ul>li>a{outline: none;display: block;width:100%;font-size: 18px;color:#ccc;line-height: 30px;height:30px;}
.hot_ul>li>a:hover{color:var(--white);}
.hot_ul>li:nth-of-type(1)>a{color:var(--white);}
.hot_ul>li:nth-of-type(1)>a>span{color:var(--color_red);text-transform: uppercase;font-weight: 700;}
/* q_hot end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;padding:90px 0;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 70px;text-align: center;color:var(--black);}
.section_title_h{font-size: 44px;line-height: 55px;height:55px;}
.section_title_h span{color:var(--color_red);}
.section_title_p{margin:7px auto 0;font-size: 17px;line-height: 25px;}
.section_title_span{margin:20px auto 0;font-size: 0;}
.section_title_span span{display: inline-block;width:500px;height:1px;background-color: #b3b3b3;position: relative;}
.section_title_span span:before{content:'';width:10%;height:4px;background-color: var(--color_red);position: absolute;left:50%;top:-2px;transform: translateX(-50%);}
.section_body{width:100%;margin:0 auto;position: relative;}

.section_more{margin:75px auto 0;text-align: center;}
.section_more>a{outline: none;display: inline-block;border:1px solid var(--color_red);padding:7px 70px;font-size: 22px;color:var(--color_red);line-height: 25px;}
.section_more>a:hover{background-color: var(--color_red);color:var(--white);}
/* q_section end! */

/* q_product start! */
.product_item{width:24.4%;float:left;margin:0 0.8% 0 0;border:1px solid #e5e5e5;}
.product_item:nth-of-type(4n){margin:0;}
.product_item_img{width:100%;background-color: #f8f8f8;overflow:hidden;}
.product_item_img .img{padding:75% 0 0;}
.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{padding:10px 25px;}
.product_item_h{padding:10px 0 15px;border-bottom: 1px solid #dbdbdb;}
.product_item_h a{outline: none;display: block;width:100%;text-align: center;font-size: 18px;color:var(--block);line-height: 25px;height:25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.product_item_h a:hover{color:var(--color_red);}
.product_item_p{margin:15px auto 10px;font-size: 13px;color:#797979;text-align: justify;line-height: 22px;height:44px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

/* q_product end! */

/* q_about start! */
.q_about{background:url('../images/q_about_bg.jpg') no-repeat center top;height:740px;padding:80px 0;}
.q_about .section_title{color:var(--white);margin:0 auto 45px;}

.about_p{font-size: 17px;color:var(--white);text-align: center;line-height: 2;}
.about_p p{width:100%;margin:0 auto;font-size: 17px;color:var(--white);text-align: center;line-height: 2;}

.about_number{width:100%;margin:100px auto 0;padding:0 10%;}
.q_number_main{width:100%;margin:0 auto;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:25%;float:left;text-align: center;padding:0 10px;}
.q_number_top{font-size:0;color:var(--white);}
.q_number_top span{display: inline-block;font-size:46px;line-height: 60px;font-weight: 700;vertical-align: baseline;}
.q_number_top span.sub{font-size: 17px;font-weight: 700;}
.q_number_top span.timer+span{margin-left: 15px;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 18px;color:var(--white);line-height: 25px;height:25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_number_icon{margin:20px auto 0;}

/* q_about end! */

/* q_apply start! */
.q_apply{background:url('../images/q_apply_bg.jpg') no-repeat center bottom;height:1195px;padding:130px 0 90px;}

.apply_item{width:24.7%;float:left;margin:0 0.4% 0 0;position: relative;}
.apply_item:nth-of-type(4){margin:0;}
.apply_item_img{width:100%;overflow:hidden;}
.apply_item_img .img{padding:167.5% 0 0;}
.apply_item:hover .apply_item_img .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
a.apply_item_mask{outline: none;display: block;width:100%;}
.apply_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.apply_item_mask_in{width:100%;position: absolute;left:0;top:36%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.apply_item_main{width:100%;padding:0 5%;text-align: center;}
.apply_item_h{color:var(--white);}
.apply_item_h .cn{font-size: 28px;line-height: 35px;}
.apply_item_h .en{font-size: 12px;line-height: 20px;text-transform:uppercase;margin:6px auto 0;}
.apply_item_bottom{width:100%;position: absolute;left:0;bottom:30px;z-index: 2;padding:0 7%;}
.apply_item_bottom a{outline: none;display: block;width:100%;text-align:right;color:var(--white);font-size: 17px;line-height: 25px;}
.apply_item_bottom a i{font-style: normal;font-size: 21px;margin-left:5px;}

/* q_apply end! */

/* q_news start! */
.tab.news_tab{width:100%;margin:0 auto;}
.tab-head.news_tab_head{padding:0 0 20px;border-bottom: 1px solid #dcdcdc;}
.tab-nav.news_tab_nav{width:100%;margin:0 auto;font-size: 0;}
.tab-nav.news_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab-nav.news_tab_nav>li{margin-right: 80px;position: relative;}
.tab-nav.news_tab_nav>li>a{outline: none;display: block;width:100%;border:0;padding:0;font-size: 18px;color:var(--color_dark);line-height: 25px;border:0;cursor: pointer;}
.tab-nav.news_tab_nav>li.active{background:none;}
.tab-nav.news_tab_nav>li:after{position: absolute;left: 50%;bottom:-21px;content: "";width: 0;height: 3px;background-color: var(--color_red);
	-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;
}
.tab-nav.news_tab_nav>li.active:after{width: 100%;transform: translateX(-50%);}
.tab-nav.news_tab_nav>li.active>a{color:var(--color_red);cursor: pointer;}

.news_tab_main{margin:40px auto 0;}
.tab-body.news_tab_body{width:100%;margin:0 auto;padding:0;border:0;}
.news_panel{width:100%;margin:0 auto;}
.news_panel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.news_panel_l{width:640px;height:500px;float:left;background-color: #aaa;}
.news_hot{width:100%;height:100%;position: relative;}
.news_hot_img{width:100%;height:100%;overflow:hidden;}
.news_hot_img .img{height:100%;}
.news_hot_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_hot_mask{width:100%;position: absolute;left:0;bottom:0;padding:20px;}
.news_hot_main{width:100%;background-color: var(--white);padding:50px 30px 30px;position: relative;}

.news_hot .news_item_date{width:100%;height:auto;text-align: justify;top:18px;padding:0 30px;}
.news_hot .news_item_date_group{height:auto;font-size: 0;}
.news_hot .news_item_date_group span{display: inline-block;position: static;font-weight: 400;font-size: 14px;color:#999;line-height: 20px;width:auto;}
.news_hot .news_item_date_group span.span1{font-size: 14px;line-height: 20px;}
.news_hot .news_item_date_group span.span2{display: inline-block;}
.news_hot .news_item_date_group span.span3{font-size: 14px;line-height: 20px;}
.news_hot .news_item_h a:hover{color:var(--color_red);}

.news_panel_r{width:calc(100% - 685px);float:right;}
.news_item{width:100%;border-top:1px solid #eee;padding:20px 0 20px 145px;position: relative;}
.news_item:nth-of-type(1){border-top:0;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--color_dark);text-align: justify;line-height: 30px;height:30px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.news_item_date{width:120px;height:85px;position: absolute;top:25px;left:0;text-align: right;}
.news_item_date_group{width:100%;height:100%;position: relative;color:var(--color_dark);}
.news_item_date span{display: block;width:100%;font-weight: 700;position: absolute;right:0;}
.news_item_date span.span1{font-size: 18px;line-height: 25px;bottom:15px;}
.news_item_date span.span2{display: none;}
.news_item_date span.span3{font-size: 35px;line-height: 40px;top:5px;}

.news_item_p{width:100%;margin:10px auto 0;font-size: 14px;color:#999;text-align: justify;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:#999;text-align: justify;line-height: 22px;}

.news_item:hover .news_item_h a{color:var(--color_red);}
.news_item:hover .news_item_date span.span3{color:var(--color_red);}

/* q_news end! */

/* q_footer start! */
.q_footer_t{width:100%;margin:0 auto;padding:0;border-top:5px solid var(--color_red);background-color: #555;}
.q_footer_nav{width:100%;margin:0 auto;padding:20px 0;border-bottom: 1px solid #777;}
.q_footer_nav ul{width:100%;margin:0 auto;}
.q_footer_nav ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer_nav ul li{float:left;margin:0 50px 0 0;position: relative;}
.q_footer_nav ul li:after{content:"";width:1px;height:10px;background-color: #eee;position: absolute;top:8px;left:calc(100% + 25px);}
.q_footer_nav ul li:last-of-type:after{width:0px;}
.q_footer_nav ul li a{outline: none;display: block;width:100%;font-size: 15px;color:#eee;line-height: 25px;}
.q_footer_nav ul li a:hover{color:var(--color_red);}
/* q_footer_main */
.q_footer_main{width:100%;margin:0 auto;padding:45px 0;}
.q_footer_item{width:50%;float:left;}
.q_footer_title{width:100%;margin:0 auto;line-height: 30px;height:30px;}
.q_footer_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_footer_title_icon{width:30px;height:30px;float:left;}
.q_footer_title_span{width:calc(100% - 30px);float:right;font-size: 17px;font-weight: bold;color:var(--white);}
.q_footer_content{width:100%;margin:30px auto 0;padding:0;}
.q_footer_contact{width:100%;margin:0 auto;padding:0;}
.q_footer_contact:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_footer_contact_item{width:50%;float:left;padding:0 20px 0 0;margin:0 0 10px 0;}
.q_footer_contact_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_footer_contact_item_icon{width:20px ;float:left;}
.q_footer_contact_item_txt{width:calc(100% - 28px);float:right;height:20px;line-height: 20px;color:#eee;font-size: 14px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_footer_line{width:15%;height:1px;background-color:var(--white);margin:15px 0 0 8%;}
.q_footer_contact1{margin:20px auto 0;}
.q_footer_contact1 .q_footer_contact_item{width:100%;}
.q_footer_product_list{width:100%;margin:0 auto;}
.q_footer_product_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_footer_product_list li{float:left;margin:0 20px 10px 0;}
.q_footer_product_list li a{line-height: 20px;color:#eee;font-size: 14px;outline: none;}
.q_footer_product_list li a:hover{color:var(--color_red);}
.q_footer_weixin{width:100%;margin:20px auto 0;}
.q_footer_weixin a{outline: none;display: inline-block;width:40px;height:40px;line-height: 40px;border-radius: 50%;background-color:var(--white);
	color:var(--color_red);font-size: 17px;margin:0 6px;text-align: center;position: relative;
}
.q_footer_weixin a .icon_hover{position: absolute;width: 100px;top: -120px;left: -30px;box-shadow: 0 0 5px #ccc;display:none;
	z-index: 99999999999;overflow: hidden;transition: all .3s;
}
.q_footer_weixin a:hover .icon_hover{animation: 0.3s linear 0s normal both 1 running fadeInDown;display:block;}

.q_footer_b{width:100%;margin:0 auto;padding:20px 0;text-align: center;background-color: #2b3232;}
.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 12px;color:#ccc;outline: none;}
.q_footer_b a:hover{color:var(--color_red);}
.q_footer_b span a{margin:0;}
/* q_footer end! */

/* nbanner start! */
.nbanner{position: relative;}
.nbanner .img{padding:20% 0 0;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.nbanner_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%);
}
.nbanner_main{width:100%;margin:0 auto;color:var(--white);}
.nbanner_h .cn{font-size: 43px;line-height: 55px;font-weight: 700;}
.nbanner_h .en{font-size: 32px;line-height: 40px;text-transform:uppercase;font-family: 'AlternateGothicNo2BTRegular';letter-spacing: 1px;}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;position: absolute;left:0;bottom:0;background-color: rgba(0,0,0,.5);z-index: 2;}
.nnav_ul{width:100%;}
.nnav_ul>li{float:left;}
.nnav_ul>li>a{outline: none;display: block;width:100%;padding:10px 35px;}
.nnav_ul>li>a>span{display: block;font-size: 17px;color:var(--white);line-height: 40px;height: 40px;}
.nnav_ul>li.on>a{background-color: var(--color_red);}
/* nnav end! */

/* nposition start! */
.nposition{width:100%;margin:0 auto;padding:10px 0;background-color: #ebebeb;}
.nposition_main{width:100%;margin:0 auto;padding:0;}
.nposition_title{width:18%;float:right;padding:0;font-size: 16px;line-height: 35px;text-align: right;}
.nposition_title a{outline: none;display: block;width:100%;color:var(--color_dark);}
.nposition_title i{color:var(--color_red);margin-left: 5px;}
.nposition_txt{width:80%;float:left;color:var(--color_dark);line-height: 35px;height:35px;font-size: 16px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_txt a{outline: none;color:var(--color_dark);}
.nposition_txt a:hover{color:var(--color_red);}
.nposition_txt span{opacity: .7;}
/* nposition end! */

/* q_main start! */
.q_main{width:100%;margin:0 auto;font-size: 16px;color:#555;line-height: 2;min-height: 360px;}
.q_main p{width:100%;margin:0 auto;font-size: 16px;color:#555;line-height: 2;}
.nmain_div{width:100%;margin:0 auto;position: relative;}
.nmain_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmain_title{width:100%;margin:0 auto 40px;text-align: center;}
.nmain_title .cn{font-size: 35px;color:#191c1c;line-height: 45px;}
.nmain_title .en{font-size: 23px;color:#acacac;line-height: 30px;text-transform:uppercase;font-weight: 100;}

.nmain{padding:75px 0 50px;}

/* q_main end! */

/* nabout start! */
/* nservice */
.ncompany_top{padding:0 0 50px;}
.ncompany_body{border-top:1px solid #ebebeb;padding:25px 0 0;font-size: 22px;color:#272727;text-align: center;line-height: 2;}
.ncompany_body p{width:100%;margin:0 auto;font-size: 22px;color:#272727;text-align: center;line-height: 2;}
.ncompany_img,.ncompany_txt{width:50%;float:left;position: relative;}
.ncompany_img{float:right;}
.ncompany_div .img{padding:39.416% 0 0;}
.ncompany_txt{background-color:#f2f2f2;}

.ncompany_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.ncompany_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%);
}
.ncompany_main{padding:0 80px 0 calc(100% - 700px);font-size: 18px;color:#272727;line-height: 2;text-align: justify;}
.ncompany_main p{width:100%;margin:0 auto;font-size: 18px;color:#272727;line-height: 2;text-align: justify;}
.ncompany_main strong{font-weight: 700;}

/* nservice */
.nservice{padding:90px 0 60px;}
.nservice .nmain_title{margin:0 auto 50px;}
.nservice_item{width:31%;float:left;margin:0 3.5% 0 0;}
.nservice_item:nth-of-type(3n){margin:0;}
.nservice_item_img{width:100%;overflow:hidden;}
.nservice_item_img .img{padding:61% 0 0;}
.nservice_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);
}
.nservice_item_txt{padding:25px 0 15px;border-bottom: 3px solid var(--color_red);}
.nservice_item_h{width:100%;text-align: center;font-size: 16px;color:#272727;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nservice_img{width:100%;position: relative;margin:30px auto 0;}
.nservice_img .img{padding:35.41% 0 0;}
.nservice_img_mask{width:100%;position: absolute;left:0;top:0;padding:150px 0 0;}
.nservice_img_p{text-align: center;font-size: 30px;color:#272727;line-height: 1.8;font-weight: 700;}
.nservice_img_p p{width:100%;margin:0 auto;text-align: center;font-size: 30px;color:#272727;line-height: 1.8;font-weight: 700;}

/* nabout end! */

/* nnews start! */
.nnews_list{padding:0 0 50px;}
.nnews_item{padding:20px 30px;border-bottom: 1px solid #cdcdcd;}
.nnews_item:nth-of-type(1){border-top: 1px solid #cdcdcd;}
.nnews_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:326px;height:214px;float:left;overflow:hidden;}
.nnews_item_img .img{height:100%;}
.nnews_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_item_txt{width:calc(100% - 390px);height:214px;float:right;padding:15px 0 0;}
.nnews_item_h a{font-size: 22px;color:#1f1f1f;font-weight: 700;text-align: justify;line-height: 30px;height:30px;letter-spacing: 1px;
	outline: none;display: block;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnews_item_h a:hover{color:var(--color_red);}
.nnews_item_date{margin:7px auto 0;font-size: 15px;color:#757575;line-height: 20px;}
.nnews_item_p{margin:10px auto 0;font-size: 16px;color:#555;text-align: justify;line-height: 30px;height:60px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_more{margin:15px auto 0;}
.nnews_item_more a{outline: none;display: inline-block;padding:5px 15px;font-size: 20px;background-color: var(--color_red);color:var(--white);line-height: 25px;}

.nnews_top{width:100%;margin:0 auto 40px;}
.nnews_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_top .nnews_item_img{width:580px;height:330px;}
.nnews_top .nnews_item_txt{width:calc(100% - 640px);height:330px;border-top:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;padding:30px 0 0;}
.nnews_top .nnews_item_date{margin:12px auto 0;}
.nnews_top .nnews_item_p{margin:20px auto 0;line-height: 30px;height:120px;-webkit-line-clamp: 4;}
.nnews_top .nnews_item_more{margin:25px auto 0;}

.nnews_show_h{width:90%;margin:0 auto;text-align: center;font-size: 23px;font-weight: 700;color:#2b2b2b;line-height: 1.8;}
.nnews_show_span{margin:10px auto;text-align: center;}
.nnews_show_span span{margin:0 10px;font-size: 17px;color:#9d9d9d;line-height: 25px;}
.nnews_show_body{margin:25px auto 0;padding:60px 60px;font-size: 15px;color:#1f1f1f;line-height: 2;
	border-top:1px solid #eee;border-bottom:1px solid #eee;
}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 15px;color:#1f1f1f;line-height: 2;}
/*.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}*/

/* nnews end! */

/* nmain start! */
.nmainList{padding:40px 0 50px;}
.nmain_l{width:315px;float:left;height:100%;}
.nmainNav_list{width:100%;height:100%;background-color:var(--color_bg);}
.nmainNav_item{margin:5px auto 0;}
.nmainNav_item:nth-of-type(1){margin:0 auto;}

.nmainNav_item .span1{width:calc(100% - 45px);float:left;color:var(--color_dark);font-size: 17px;line-height: 35px;height:35px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nmainNav_item .span2{width:35px;height:35px;line-height: 35px;float:right;
	background-image: var(--linear-main_0deg);border-radius: 50%;text-align: center;color:var(--color_dark);
}

.nmainNav_catname{width:100%;padding:20px 20px 20px 30px;background-image: var(--linear-main-default);}
.nmainNav_catname>a{outline: none;display: block;width:100%;}
.nmainNav_catname>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nmainNav_ul{padding:10px 20px 10px 30px;background-color: var(--color_bg2);display: none;}
.nmainNav_ul>li{padding:7px 0;border-top:1px solid #dde4ea;}
.nmainNav_ul>li:nth-of-type(1){border-top:0;}
.nmainNav_ul>li>a{outline: none;display: block;width:100%;}
.nmainNav_ul>li>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nmainNav_ul>li>a .span1{font-size: 15px;}
.nmainNav_ul>li>a .span2{background:none;}

.nmainNav_ul>li.on>a .span1,.nmainNav_ul>li:hover>a .span1{color:var(--color_red);}
.nmainNav_ul>li.on>a .span2,.nmainNav_ul>li:hover>a .span2{color:var(--color_red);}

.nmainNav_item.on .nmainNav_ul,.nmainNav_item.active .nmainNav_ul{display: block;}

.nmainNav_item.on .nmainNav_catname{background-image: var(--linear-main);}
.nmainNav_item.on .nmainNav_catname .span1{color:var(--white);font-weight: 700;}

.nmainNav_item .nmainNav_catname .span2{transform: rotate(-90deg);}
.nmainNavList .nmainNav_item .nmainNav_catname .span2{transform: rotate(0deg);}
.nmainNavList .nmainNav_item.on .nmainNav_catname .span2,.nmainNavList .nmainNav_item.active .nmainNav_catname .span2{transform: rotate(180deg);}

.nmain_r{width:calc(100% - 360px);float:right;}
/* nmain end! */

/* nproduct start! */
.nproduct_list{padding:0 0 20px;}
.nproduct_list .product_item{width:32%;margin:0 2% 25px 0;}
.nproduct_list .product_item:nth-of-type(4n){margin:0 2% 25px 0;}
.nproduct_list .product_item:nth-of-type(3n){margin:0 0 25px 0;}

.nproduct_div{margin:40px auto 0;padding:40px 0 0;border-top:1px solid #f0f0f0;font-size: 17px;color:#1f1f1f;line-height: 1.8;}
.nproduct_div p{width:100%;margin:0 auto;font-size: 17px;color:#1f1f1f;line-height: 1.8;}
.nproduct_div:nth-of-type(1){margin:0 auto;border-top:0;padding:0;}
.nproduct_div_title{font-size: 23px;color:#f70302;line-height: 30px;margin:0 auto 35px;}
.nproduct_div:nth-of-type(1) .nproduct_div_title{font-size: 28px;line-height: 40px;}

.nproduct_swiper{width:100%;position: relative;padding:0 70px;}
.nproduct_slide{width:100%;padding:10px;}
.nproduct_slide_img{width:100%;overflow:hidden;border:1px solid var(--color_red);background-color: #f8f8f8;}
.nproduct_slide_img{width:100%;overflow:hidden;border:1px solid #ddd;background-color: #f8f8f8;}
.nproduct_slide_img .img{padding: 75% 0 0;}
.nproduct_slide_img .img{padding: 100% 0 0;}

.nproduct_swiper .swiper_button.swiper_button_prev{left:0;}
.nproduct_swiper .swiper_button.swiper_button_next{right:0;}
.nproduct_swiper .swiper_button.swiper-button-disabled{opacity: .2;}

.nproduct_relation{width:100%;margin:0 auto;}

/* nproduct end! */

/* napply start! */
.napply_list{padding:0 0 20px;}
.napply_item{width:48.5%;float:left;margin:0 3% 35px 0;}
.napply_item:nth-of-type(2n){margin:0 0 35px 0;}
.napply_item_img{width:100%;overflow:hidden;}
.napply_item_img .img{padding:52.47% 0 0;}
.napply_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);
}
.napply_item_h{width:100%;background-color: var(--color_red);padding:15px 15px;text-align: center;}
.napply_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--white);line-height: 30px;height:30px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* napply end! */

/* ncontact start! */
.ncontact_main{width:100%;margin:0 auto;position: relative;}
.ncontact_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* ntel */
.ntel{padding:50px 0 0;}
.ntel_h{font-size: 28px;color:#2a2a2a;line-height: 35px;font-weight: 100;}
.ntel_p{margin:20px auto 0;font-size: 17px;line-height: 2;}
.ntel_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 2;}
.ntel_p p span{font-weight:700;font-size: 18px}
/*.ntel_ul{margin:30px auto 0;background-color: #f1f1f1;padding:20px 55px;}
.ntel_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_ul li{float:left;font-size: 28px;color:#2a2a2a;line-height: 40px;}
.ntel_ul li:nth-of-type(1){width:400px;}
.ntel_ul li:nth-of-type(2){font-weight: 100;width:calc(100% - 400px);}

.ntel_list{padding:50px 0;border-bottom: 1px solid #eee;}
.ntel_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item{width:32%;float:left;margin:0 2% 0 0;font-size: 0;}
.ntel_item:nth-of-type(2n){margin:0;}
.ntel_item span{display: inline-block;font-size: 22px;color:#707070;line-height: 50px;vertical-align: bottom;font-weight: 100;position: relative;}
.ntel_item span:nth-of-type(2n){margin-left: 30px;font-size: 40px;color:var(--color_red);}
.ntel_item span:nth-of-type(2n):before{content:'';width:2px;height:30px;background-color: #707070;position: absolute;left:-16px;top:10px;}*/

/* ncontact end! */

/* nmap start! */
.nmap{margin:0 auto;padding:50px 0 100px;}
.allmap_map{width:100%;height:425px;position: relative;}
.allmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.allmap {width: 100%;height:100%;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";position: relative;}
.allmap b{color:var(--color_red);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}

@media(max-width: 640px){
	.allmap_map {height: 210px;}
}
/* nmap end! */

/* nmessage start! */
.nmessage{background:url('../images/nmessage_bg.jpg') no-repeat center center;height:275px;padding:120px 0 0;}

.q_n_form{width:100%;margin:0 auto;padding:0;display: block;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_form .form-group{margin:0 auto;}
.q_n_form .q_form_div .form-group{width:28%;float:left;margin:0 2% 0 0;padding:0;}
.q_n_form .q_form_div .form-button{width:10%;float:left;margin:0;padding:0;}
.q_n_form .form-group .addon{background-color: var(--color_red);color:var(--white);border: solid 1px var(--color_red);height:40px;line-height: 26px;font-size: 18px;}
.q_n_form .form-group .input{padding:6px 30px;line-height: 26px;height:40px;}
.q_n_form .form-group .input:focus{border: solid 1px var(--color_red);}
.q_n_form .form-button{text-align: right;margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display:block;width:100%;padding:6px 15px;font-size: 16px;line-height: 26px;letter-spacing: 1px;height:40px;
	background-color: var(--color_red);color:var(--white);border: solid 1px var(--color_red);
}

/* nmessage end! */

