@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: '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;}*/
.main1200{width:1200px;margin:0 auto;}
.main1400{width:1400px;margin:0 auto;}
.main1760{width:1760px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

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

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

/* q_header start! */
.q_header{width:100%;margin:0 auto;padding:0;background-color: var(--white);height: 90px;position: fixed;left:0;top:0;z-index: 9;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:560px;float:left;}
.q_logo>h1>a{outline:none;display: block;width:100%;padding:15px 0;transition:all .3s;}
.q_logo>h1>a>img{height:60px;}

.q_nav{width:calc(100% - 560px);float:right;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: 40px;position: relative;}
.q_nav>li>a{outline: none;display: block;width:100%;padding:15px 0;position: relative;transition:all .3s;}
.q_nav>li>a>span{display: block;width:100%;font-size:16px;color:var(--dark4c4c4c);line-height: 50px;height:50px;}
.q_nav>li>a:after{position: absolute;left: 50%;bottom:10px;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;
}
.q_nav>li:hover>a:after,.q_nav>li.on>a:after{width: 100%;transform: translateX(-50%);}
.q_nav>li:hover>a>span,.q_nav>li.on>a>span{color:var(--blue);}

/* 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: 30px;color:var(--dark555);}
.q_nav_son>li:hover{background-color:var(--blue);}
.q_nav_son>li:hover>a{color:var(--white);}

.q_nav>li:nth-of-type(5) .q_nav_son{width:260%;left:-80%;}

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


/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height: calc(100% - 90px);position: absolute;left:0;bottom:0;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;}
.q_banner .swiper_banner .swiper-wrapper .swiper-slide{height:100%;}

.banner_slide{width:100%;height:100%;}
.banner_slide .img{height:100%;}
.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.banner_mask_in{width:100%;position: absolute;left:0;top:65%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner_h{color:var(--white);}
.banner_h .cn{font-size: 42px;line-height: 50px;}
.banner_h .en{margin:5px auto 0;font-size: 18px;line-height: 25px;text-transform: uppercase;font-family: Arial;}


.banner_buttons{width:100%;margin:0 auto;position: absolute;left:0;bottom:15%;z-index: 2;}
.swiper_button_main{width:100%;margin:0 auto;font-size: 0;}
.swiper_button{display: inline-block;width:55px;height:50px;line-height: 50px;font-size: 35px;
	text-align: center;background-color: rgba(0,0,0,.2);color:var(--white);cursor: pointer;
}
.swiper_button.swiper_button_next{margin-left: 15px;background-color: var(--blue);}


.banner_h *{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_h .cn{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
.swiper-slide-active .banner_h .en{animation-name: lv-fadeInUp-short;animation-delay: .35s;}

/* q_banner end! */

/* q_section start! */
.q_section{width:100%;padding:110px 0;overflow: hidden;position: relative;}
.section_main{width:100%;position: relative;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title{margin:0 auto 50px;text-align: center;}
.section_title .en{font-size: 60px;color:var(--blue);line-height: 65px;font-family: Impact;text-transform:uppercase;}
.section_title .cn{margin:8px auto 0;font-size: 35px;color:var(--dark333);line-height: 40px;font-weight: 700;}

.section_more{margin:60px auto 0;text-align: center;}
.section_more a{outline:none;display:inline-block;padding:10px 50px;border:1px solid var(--dark999);font-size: 16px;line-height: 25px;
	color:var(--dark666);text-transform:uppercase;font-family: Arial;
}
.section_more a:hover{border:1px solid var(--blue);background-color: var(--blue);color:var(--white);}
/* q_section end! */


/* q_about start! */
.q_section.q_about{height:900px;padding:0;}
.q_about>div{height:100%;}
.q_about>div>.img{height:100%;}
.about_txt{width:67.7%;float:left;position: relative;}
.about_img{width:32.3%;float:right;position:relative;z-index:3;cursor:pointer;}
.vide_pause{width:80px;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:4;}

.about_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.about_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%);
}
.about_main{padding:0 calc(32.3% + 50px) 0 calc(50% - 880px);}

.about_block{width:calc(100% - 450px);height:100%;position: absolute;left:0;top:0;}
.about_block_body{width:100%;height:100%;position: relative;}
.about_block_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.about_block_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%);
}
.about_block_main{width:100%;margin:0 auto;}
.about_block_main .section_title{text-align: left;margin:0 auto;}
.about_p{margin:30px auto 0;font-size:14px;color:var(--dark4c4c4c);text-align: justify;line-height: 25px;}
.about_p p{width:100%;margin:0 auto;font-size:14px;color:var(--dark4c4c4c);text-align: justify;line-height: 25px;text-indent: 28px;}

.about_block_main .section_more{text-align:left;}
.about_block_main .section_more a{border:1px solid var(--blue);background-color: var(--blue);color:var(--white);}
.about_block_main .section_more a:hover{border:1px solid var(--red);background-color: var(--red);}


.number{width:320px;float:right;}
.number_main{width:100%;margin:0 auto;}
.number_item{width:100%;padding:30px 0;position: relative;color:var(--dark666);text-align: left;}
.number_top{font-size:0;}
.number_top span{display: inline-block;font-size:35px;line-height:45px;font-weight: 700;vertical-align: middle;}
.number_top span.sub{font-size: 16px;font-weight: 400;color:var(--dark333);}
.number_top span.timer{color:var(--dark333);}
.number_top span.timer+span{margin-left: 10px;}
.number_txt{width:100%;margin:8px auto 0;padding:0;}
.number_txt .cn{font-size:0;}
.number_txt .cn>*{display: inline-block;height:40px;vertical-align: middle;}
.number_txt .cn>img{margin-right:10px;}
.number_txt .cn>span{font-size: 14px;line-height: 40px;height:40px;}
/* q_about end! */

/* q_service start! */
.q_section.q_service{background:url('../images/q_service_bg.jpg') no-repeat center top;}
.service_title .section_title .en{color:var(--white);}
.service_title .section_title .cn{color:var(--white);}

.sIcon_swiper{margin:0 auto 50px;padding:0 30px;position: relative;}
.sIcon_slide{width:100%;text-align: center;cursor: pointer;}
.sIcon_slide_img img{display: inline-block;width:54px;}
.sIcon_slide_img img.default{display: inline-block;}
.sIcon_slide_img img.on{display:none;}
.swiper-slide-thumb-active .sIcon_slide_img img.default{display:none;}
.swiper-slide-thumb-active .sIcon_slide_img img.on{display:inline-block;}

.sIcon_slide_h{margin:10px auto 0;font-size: 16px;color:var(--white);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.swiper-slide-thumb-active .sIcon_slide_h{color:var(--blue);}


.service_slide{width:100%;}
.service_slide:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.service_slide_img{width:48%;float:left;}
.service_slide_txt{width:48%;float:right;}
.service_slide_img,.service_slide_txt{height:480px;overflow: hidden;}
.service_slide_img .img{height:100%;}
.service_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);
}
.service_slide_txt{padding:60px 0 0;color:var(--white);}
.service_slide_h .cn{font-size: 26px;font-weight: 700;line-height: 35px;}
.service_slide_h .en{margin:10px auto 0;font-size: 16px;line-height: 25px;text-transform: uppercase;font-family: Arial;}
.service_slide_p{margin:50px auto 0;font-size: 16px;line-height: 25px;text-align:justify;}
.service_slide_p p{width:100%;margin:5px auto 0;font-size: 16px;line-height: 25px;text-align:justify;}
.service_slide_p p:nth-of-type(1){margin:0 auto;}

.service_slide_more{margin:35px auto 0;}
.service_slide_more a{outline: none;display: inline-block;border:1px solid var(--white);padding:10px 40px;
	font-size:14px;color:var(--white);line-height: 20px;
}

.swiper_pagination_service{width:48%;font-size:0;text-align: left;font-family:Arial;position:absolute;left:auto;right:0;bottom:20px;z-index: 2;}
.swiper_pagination_service span{font-size: 16px;color:var(--white);line-height: 35px;vertical-align: baseline;display: inline-block;}
.swiper_pagination_service span:nth-of-type(2){margin:0 4px;}
.swiper_pagination_service span.dangqian{font-size: 30px;line-height: 35px;font-weight: 700;}

.service_buttons{width:48%;position:absolute;left:auto;right:0;bottom:20px;z-index:3;text-align: right;}

.service_slide_txt *{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .service_slide_txt .service_slide_h{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
.swiper-slide-active .service_slide_txt .service_slide_p{animation-name: lv-fadeInUp-short;animation-delay: .35s;}
.swiper-slide-active .service_slide_txt .service_slide_more{animation-name: lv-fadeInUp-short;animation-delay: .4s;}

/* q_service end! */

/* q_case start! */
.q_section.q_case{background:url('../images/q_case_bg.jpg') no-repeat center bottom;}
.case_title{width:100%;position: relative;}
.case_title .section_title{text-align:left;}
.case_nav{width:100%;font-size: 0;text-align: right;position: absolute;right:0;bottom:0;}
.case_nav>li{display: inline-block;margin-left:10px;}
.case_nav>li>a{outline: none;display: block;width:100%;padding:7px 25px;background-color:#f0f5ff;color:var(--dark4c4c4c);font-size: 16px;line-height: 25px;}

.swiper_case .swiper-wrapper{padding:3px;}
.case_slide{width:100%;background-color: var(--white);box-shadow: 0 0 2px var(--darkddd);}
.case_slide_img{width:100%;overflow: hidden;}
.case_slide_img .img{padding:100% 0 0;}
.case_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.case_slide_txt{padding:20px 20px 25px;}
.case_slide_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark333);line-height: 25px;height:25px;font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_slide_h a:hover{color:var(--blue);}
.case_slide_catname{margin:15px auto 0;font-size: 16px;color:var(--dark666);line-height: 25px;}

.q_case .swiper_pagination_case{position: static;bottom:0;margin:50px auto 0;}
.q_case .swiper_pagination_case .swiper-pagination-bullet{width:10px;height:10px;}
.q_case .swiper_pagination_case .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--blue);}

/* q_case end! */

/* q_culture start! */
.q_section.q_culture{background-color: var(--darkf4f4f4);}

.nculture4_list{height:550px;}
.nculture4_item{width:28%;float:left;margin:0 1% 0 0;height:100%;position: relative;transition: all .4s;}
.nculture4_item:after{content:'';width:0;height:5px;background-color: var(--yellow);position: absolute;left:0;top:0;transition: all .4s;}
.nculture4_item:nth-of-type(3n){margin:0;}
.nculture4_item .img{height:100%;}
.nculture4_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nculture4_mask_in{width:100%;height:100%;position: relative;left:0;top:0;}
.nculture4_item_txt{width:100%;position: absolute;left:0;top:0;padding:60px 55px 0;color:var(--white);}

.nculture4_item_h{margin:30px auto 0; font-size:30px;line-height: 45px;}
.nculture4_item_p{margin:20px 0 0;font-size: 16px;line-height: 30px;font-weight: 100;
	animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;
}
.nculture4_item_p p{margin:0 auto;font-size: 16px;line-height: 30px;font-weight: 100;}

.nculture4_item_more{width:30px;position: absolute;left:70px;bottom:50px;transition: all .4s;display: none;}
.nculture4_item_more span{display: block;width:30px;height:30px;background-color: rgba(255,255,255,.3);border-radius: 50%;position: relative;cursor: pointer;}
.nculture4_item_more span:before{content:'';width:10px;height:2px;background-color: var(--white);position: absolute;left:10px;top:14px;}
.nculture4_item_more span:after{content:'';width:2px;height:10px;background-color: var(--white);position: absolute;left:14px;top:10px;}

.nculture4_item.on{width:42%;}
.nculture4_item.on:after{width:100%;}
.nculture4_item.on .nculture4_item_txt{padding:60px 50px 0;}
.nculture4_item.on .nculture4_item_p{animation-name: lv-fadeInUp-short;animation-delay: .2s;width:80%;}
.nculture4_item.on .nculture4_item_more{left:50px;}
.nculture4_item.on .nculture4_item_more span{background-color: rgba(255,255,255,.5);}
.nculture4_item.on .nculture4_item_more span:after{content:'';width:0;height:0;}

/* q_culture end! */

/* q_news start! */
.news_item{width:24.1%;float:left;margin:0 1.2% 0 0;}
.news_item:nth-of-type(4n){margin:0;}
.news_item_img{width:100%;overflow:hidden;}
.news_item_img .img{padding:67% 0 0;}
.news_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_item_txt{background-color: var(--darkf4f4f4);padding:35px 30px;}
.news_item_span{font-size: 0;}
.news_item_span span{display: inline-block;width:25px;height:4px;background-color: var(--blue);}
.news_item_h{margin:15px auto 0;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark333);line-height: 25px;height:50px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;
}
.news_item_date{margin:20px auto 0;font-size: 16px;color:var(--dark999);line-height: 25px;}

.news_item:hover .news_item_txt{background-color: var(--blue);}
.news_item:hover .news_item_span span{background-color: var(--white);}
.news_item:hover .news_item_h a{color: var(--white);}
.news_item:hover .news_item_date{color: var(--white);}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background:url('../images/q_footer_bg.jpg') no-repeat center bottom;}
.q_footer a{outline: none;color:var(--white);}
.q_footer a:hover{color:var(--blue);}
.footer_main{width:100%;margin:0 auto;position: relative;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_t{padding:60px 0 50px;}
.footer_t_l{width:73%;float:left;}

.footer_item{width:15%;float:left;margin:0 2% 0 0;}
.footer_item:nth-of-type(6n){margin:0;}
.footer_item_h a{display: block;width:100%;font-size:18px;line-height: 30px;}
.footer_ul{margin:10px auto 0;}
.footer_ul li a{font-size:14px;line-height: 30px;opacity:.8;}
.footer_ul li a:hover{opacity:1;}


.footer_t_r{width:25%;float:right;padding-left:30px;border-left: 2px solid rgba(255,255,255,.1);text-align: right;}
.footer_img img{max-width:140px;}
.footer_p{margin:25px auto 0;}
.footer_p p{margin:5px auto 0;}
.footer_p p img{height:25px;margin-right: 10px;}
.footer_p p span{font-size:14px;color:var(--white);line-height: 25px;}

.footer_b .footer_main{padding:20px 0;border-top:2px solid rgba(255,255,255,.1);}

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

.footer_b_l{width:70%;float:left;}
.footer_b_r{width:25%;float:right;}
.footer_a{width:100%;text-align: right;font-size: 0;}
.footer_a li{display: inline-block;margin-left: 21px;position: relative;}
.footer_a li:before{content:'';width:1px;height:14px;background-color:var(--white);position: absolute;left:-11px;top:7px;}
.footer_a li:nth-of-type(1):before{width:0;height:0;left:0;top:0;}

/* q_footer end! */

/* nbanner start! */
.nbanner{margin:90px auto 0;position: relative;}
.nbanner .img{padding:21.35% 0 0;}

.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%;text-align: center;color:var(--white);}
.nbanner_h .cn{font-size: 38px;font-weight: 700;line-height: 45px;}
.nbanner_h .en{margin:10px auto 0;font-size: 20px;line-height: 25px;text-transform: uppercase;font-family: Arial;}
/* nbanner end! */

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

.q_main_title{text-align: center;margin:0 auto 50px;}
.q_main_title_main{display: inline-block;position: relative;}
.q_main_title_main>div{position: relative;}
.q_main_title_main>div.en{font-size:65px;color:rgba(47,89,164,.2);line-height: 60px;font-family: number;text-transform:uppercase;}
.q_main_title_main>div.cn{width:100%;font-size: 30px;line-height: 30px;height:30px;font-weight: bold;letter-spacing: 3px;
	color:var(--black);margin-top: -25px;
}

.main_content{width:100%;margin:0 auto;position:relative;}
/* nmain end! */

/* ncompany start! */
.ncompany{padding:70px 0;}
.ncompany_p{font-size: 16px;color:var(--dark666);line-height: 2;text-align: center;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 2;text-align: center;}

.ncompany_list{margin:50px auto 0;}
.ncompany_item{width:100%;margin:0 auto;}
.ncompany_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncompany_item_img,.ncompany_item_txt{width:50%;float:left;position: relative;}
.ncompany_item:nth-of-type(2n) .ncompany_item_img{float:right;}
.ncompany_item .img{padding:54% 0 0;}
.ncompany_item_img{border:1px solid #f5f5f5;}

.ncompany_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.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 0 0 5%;}
.ncompany_item:nth-of-type(2n) .ncompany_main{padding:0 5% 0 0;}
.ncompanyitem_p{font-size: 14px;color:var(--dark666);line-height: 2;text-align: justify;}
.ncompanyitem_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark666);line-height: 2;text-align: justify;}

/* ncompany end! */

/* nmanagement start! */
.nmanagement{padding:70px 0;background:url('../images/nmanagement_bg.jpg') no-repeat center bottom;
	border-top:2px solid rgba(0,78,162,.2);border-bottom:2px solid rgba(0,78,162,.2);
}
.nmanagement_img{width:48%;float:left;text-align: center;}
.nmanagement_txt{width:49%;float:right;padding:70px 0 0;}
.nmanagement_h{font-size: 22px;color:var(--dark333);line-height: 30px;font-weight: 700;}
.nmanagement_p{margin:20px auto 0;font-size: 16px;color:var(--dark666);line-height: 2;text-align: justify;}
.nmanagement_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 2;text-align: justify;}
/* nmanagement end! */

/* nstructure start! */
.nstructure{padding:70px 0 100px;}
.nstructure_img{width:100%;text-align: center;}
/* nstructure end! */

/* nhonor start! */
.nhonor_item{width:24.1%;float:left;margin:0 1.2% 20px 0;border:1px solid #f5f5f5;padding:10px;}
.nhonor_item:nth-of-type(4n){margin:0 0 20px 0;}
.nhonor_item_img{width:100%;position: relative;}
.nhonor_item_img .img{padding:80% 0 0;}

/* nhonor end! */


/* nculture start! */
.nculture{padding:70px 0 20px;}
.nculture_top{width:100%;height:460px;}
.nculture_top>div{height:100%;}
.nculture_img{width:66%;float:right;}
.nculture_img .img{height:100%;}
.nculture_txt{width:33%;float:left;background-color: #f5f7fa;position: relative;}

.nculture_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nculture_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%);
}
.nculture_main{width:100%;padding:0 10%;}
.nculture_p{font-size: 16px;color:var(--dark666);line-height: 2;text-align: justify;}
.nculture_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 2;text-align: justify;}

.nculture_list{margin:15px auto 0;}
.nculture_item{width:32.6%;float:left;margin:0 1.1% 15px 0;}
.nculture_item:nth-of-type(3n){margin:0 0 15px 0;}
.nculture_item_img{width:100%;overflow: hidden;}
.nculture_item_img .img{padding:66% 0 0;}

/* nculture end! */

/* nconcept start! */
.nconcept{padding:50px 0 80px;}
.nconcept_list{font-size: 0;text-align: center;}
.nconcept_item{display: inline-block;width:21%;margin:0 2%;}
.nconcept_border{width:100%;border:10px solid #eaeef6;border-radius: 50%;position: relative;}
.nconcept_border .img{padding:100% 0 0;}

.nconcept_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nconcept_item_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nconcept_item_main{padding:0 5%;}
.nconcept_item_icon img{width:75px;}
.nconcept_item_h{margin:10px auto 0;font-size:22px;color:var(--dark333);line-height:25px;}
.nconcept_item_p{margin:10px auto 0;font-size: 15px;color:var(--dark666);line-height:25px;}
.nconcept_item_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark666);line-height:25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

/* nconcept end! */

/* nnav start! */
.nnav{border-bottom:1px solid #e5e5e5;}
.nnav_ul{text-align: center;font-size: 0;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{display: inline-block;margin:0 15px;}
.nnav_ul>li>a{outline: none;display: block;width:100%;font-size:14px;color:var(--dark333);line-height:55px;position: relative;}
.nnav_ul>li:hover>a,.nnav_ul>li.on>a{color:var(--blue);}
.nnav_ul>li>a:after{position: absolute;left: 50%;bottom:-1px;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;
}
.nnav_ul>li:hover>a:after,.nnav_ul>li.on>a:after{width: 100%;transform: translateX(-50%);}

/* nnav end! */

/* ncase start! */
.ncase_item{width:100%;margin:0 auto 25px;}
.ncase_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_item_img{width:450px;height:250px;float:left;overflow: hidden;}
.ncase_item_img .img{height:100%;}
.ncase_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.ncase_item_txt{width:calc(100% - 450px);height:250px;float:right;border:1px solid var(--darkeee);border-left: 0;padding:40px;}
.ncase_item_h a{outline: none;display: block;width:100%;font-size:22px;color:var(--dark333);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_item_ul{margin:20px auto 0;}
.ncase_item_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_item_ul li{width:50%;float:left;font-size: 14px;color:var(--dark666);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ncase_item_ul li:nth-of-type(3){width:100%;}
.ncase_item_ul li span{color:var(--dark333);}
.ncase_item_ul li i{color:var(--blue);font-style: normal;}

.ncase_item_more{margin:20px auto 0;}
.ncase_item_more a{outline: none;display: inline-block;border:1px solid var(--blue);padding:10px 20px;font-size:14px;color:var(--blue);line-height: 20px; }
.ncase_item_more a i{margin-left: 5px;}
.ncase_item:hover .ncase_item_txt{background-color: var(--blue);}
.ncase_item:hover .ncase_item_h a{color: var(--white);}
.ncase_item:hover .ncase_item_ul li{color: var(--white);}
.ncase_item:hover .ncase_item_ul li span{color: var(--white);}
.ncase_item:hover .ncase_item_ul li i{color: var(--white);}
.ncase_item:hover .ncase_item_more a{color: var(--white);border:1px solid var(--white);}
.ncase_item:hover .ncase_item_more a:hover{color: var(--blue);background-color: var(--white);}
/* ncase end! */

/* nnews start! */
.nnews_list .news_item{width:32%;margin:0 2% 25px 0;}
.nnews_list .news_item:nth-of-type(4n){margin:0 2% 25px 0;}
.nnews_list .news_item:nth-of-type(3n){margin:0 0 25px 0;}

/* q_show */
.q_show{width:100%;margin:0 auto;padding:0;}
.q_show_h{width:90%;margin:0 auto;font-size: 22px;color:#111;line-height: 30px;text-align: center;letter-spacing: 2px;}
.q_show_span{width:100%;margin:40px auto 0;background-color: #eee;padding:6px 15px;text-align: center;}
.q_show_span span{display: inline-block;margin:0 5px;font-size: 13px;line-height: 20px;color:#777;}
.q_show_span span i{font-style: normal;}
.q_show_body{width:100%;margin:20px auto 0;padding:30px  50px 25px;font-size: 16px;line-height: 2.2;color:#555;border-bottom: 1px solid #ddd;}
.q_show_body p{width:100%;margin:0 auto;padding:0;font-size: 16px;line-height: 2.2;color:#555;text-align: justify;}

.q_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

/* nnews end! */

/* nemployment start! */
.nemployment{padding:50px 0;}
.nemployment_top{width:100%;height:530px;}
.nemployment_top>div{height:100%;}
.nemployment_img{width:66%;float:right;}
.nemployment_img .img{height:100%;}
.nemployment_txt{width:34%;float:left;background-color:var(--blue);position: relative;}

.nemployment_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nemployment_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%);
}
.nemployment_main{width:100%;padding:0 10%;color:var(--white);}
.nemployment_h{font-size: 28px;line-height: 35px;}
.nemployment_p{margin:25px auto 0;font-size: 16px;text-align: justify;line-height: 2;}
.nemployment_p p{width:100%;margin:0 auto;font-size: 16px;text-align: justify;line-height: 2;}

.nemployment_list{margin:20px auto 0;}
.nemployment_item{width:32.4%;float:left;margin:0 1.4% 0 0;}
.nemployment_item:nth-of-type(3n){margin:0;}
.nemployment_item_img{width:100%;overflow: hidden;}
.nemployment_item_img .img{padding:72% 0 0;}
.nemployment_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);
}

.nemployment_item_txt{margin:20px auto 0;}
.nemployment_item_h{font-size: 18px;color:var(--dark333);font-weight: 700;line-height: 25px;}
.nemployment_item_p{margin:10px auto 0;font-size: 14px;color:var(--dark666);text-align: justify;line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}


/* nemployment end! */

/* nwork start! */
.nwork{padding:70px 0;background-color:#f7f9fc;}
.nwork_item{width:15%;float:left;margin:0 2% 0 0;text-align: center;background-color: var(--white);border-radius: 5px;padding:35px 15px;}
.nwork_item:nth-of-type(6n){margin:0;}
.nwork_item_icon img{width:100px;}
.nwork_item_h{margin:20px auto 0;font-size:18px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nwork_item:hover{background-color:#eff9ff;box-shadow: 0 0 5px #ccc;}

/* nwork end! */

/* njob start! */
.njoin{padding:50px 0;}
.njob_ul{margin:0 auto;}
.njob_ul>li{margin:0 auto 15px;background-color: #f1f1f1;}
.njob_item{width:100%;margin:0 auto;}
.njob_item_title{padding:25px 40px;}
.njob_item_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.njob_item_span{width:15%;float:left;}
.njob_item_span:nth-of-type(1){width:30%;}
.njob_item_span:nth-of-type(6){width:10%;text-align: right;}
.njob_item_span>span{display: block;}
.njob_item_span>span.small{font-size: 16px;color:#666;line-height: 25px;}
.njob_item_span>span.big{font-size: 18px;color:#333;line-height: 45px;}
.njob_item_span:nth-of-type(1)>span.big{font-size: 23px;}
.njob_item_span:nth-of-type(1)>span.big span{font-weight: 700;}

.njob_item_arrow{display: inline-block;width:40px;height:40px;border:1px solid var(--blue);
	background-color:var(--blue);border-radius: 50%;text-align: center;line-height: 38px;
	font-size: 16px;color:var(--white);margin-top: 15px;cursor: pointer;
}
.njob_item_body{padding:25px 40px 40px;display: none;}
.njob_item_content{padding:0 0 0 25px;font-size: 16px;color:#666;line-height: 2;position: relative;}
.njob_item_content:before{content:'';width:18px;height:1px;background-color: var(--blue);position: absolute;left:0;top:18px;}
.njob_item_content p{width:100%;margin:0 auto;font-size: 16px;color:#666;line-height: 2;}
.njob_item_content h3{font-weight: 700;}

.njob_ul>li.on .njob_item_title{background-color:var(--blue);}
.njob_ul>li.on .njob_item_span>span.small{color: var(--white);}
.njob_ul>li.on .njob_item_span>span.big{color: var(--white);}
.njob_ul>li.on .njob_item_arrow{border:1px solid var(--white);background-color: var(--white);color: var(--blue);transform:rotate(180deg);}
/*.njob_ul>li.on .njob_item_body{display: block;}*/
/* njob end! */

/* ntel start! */
.ntel{padding:70px 0;}
.ntel_item{width:32%;float:left;margin:0 2% 0 0;text-align: center;}
.ntel_item:nth-of-type(3n){margin:0;}
.ntel_item_icon img{width:69px;}
.ntel_item_txt{margin:20px auto 0;font-size: 16px;color:var(--dark4c4c4c);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
/* ntel end! */

/* nmap start! */
.nmap{width:100%;}
.allmap_map{width:100%;height:500px;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(--yellow);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}
/* nmap end! */

/* nform start! */
.nform{padding:70px 0 100px;}
.nformes{margin:0 auto;}
.nform_div{width:100%;margin:15px auto 0;}
.nform_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nform_block{width:32%;float:left;margin:0 2% 0 0;}
.nform_block:nth-of-type(3n){margin:0;}
.nform_input{padding:15px 25px;border:1px solid var(--white);font-size: 16px;color:var(--dark333);line-height: 25px;
	display: block;width:100%;outline: none;background-color: #f5f5f5;-webkit-appearance: none;
}
.nform_input:focus{border:1px solid var(--blue);}

input.nform_input::-webkit-input-placeholder {color: #999;font-size: 16px;}
input.nform_input::-moz-placeholder {color: #999;font-size: 16px;}
input.nform_input::-ms-input-placeholder {color: #999;font-size: 16px;}

.nform_btn{text-align: center;}
.nform_input.nform_button{background-color: var(--blue);border:1px solid var(--blue);color: var(--white);font-size: 16px;font-weight: 400;
	line-height: 25px;display: inline-block;padding:10px 40px;width:auto;
}
.nform_input.nform_button:hover{background-color: var(--red);border:1px solid var(--red);}
/* nform 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! */

