@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: var(--white);
	/*font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;*/
	font-family: 'Microsoft Yahei',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;}*/
.main1500{width:1500px;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;position: fixed;left:0;top:0;z-index: 99;background-color:rgba(0,0,0,.2);padding:0 40px;}
.header_main{width:100%;margin:0 auto;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:320px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:19px 0;}
.q_logo>h1>a>img{height: 62px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display: none;}

.q_nav{width:calc(100% - 700px);float:left;}
.nav_ul{width:100%;text-align: right;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left:55px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:20px 0;color:var(--white);position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size:17px;line-height: 60px;height:60px;}

.nav_ul>li>a:after{position: absolute;left: 50%;bottom:15px;content: "";width: 0;height: 3px;background-color:var(--white);border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nav_ul>li.on>a:after,.nav_ul>li:hover>a:after{width: 100%;transform: translateX(-50%);}

/* q_nav_son */
.q_nav_son{width:400%;position: absolute;top:100%;left:-150%;padding:20px 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(--dark555);}
.q_nav_son>li:hover{background-color:var(--blue);}
.q_nav_son>li:hover>a{color:var(--white);}

.q_search{width:240px;float:right;padding:28px 0;}
.search_main{width:100%;margin:0 auto;}
.search_form{display: block;width:100%;}
.search_form .form-group{width:100%;padding:0;}
.search_form .form-group .field{width:100%;padding:0;position: relative;}
.search_input{padding:10px 50px 10px 15px;border-radius: 5px;font-size: 14px;line-height: 22px;
	display: block;width:100%;border:1px solid var(--dark888);background: none;color:var(--white);
}
/*input.search_input::-webkit-input-placeholder{color: var(--white);}
input.search_input::-moz-placeholder{color: var(--white);}
input.search_input::-ms-input-placeholder{color: var(--white);}*/

.search_form .field-icon-right .icon{color:var(--white);width:44px;height:44px;line-height: 44px;font-size: 16px;z-index: 2;cursor: pointer;}

.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header.q_header_fixed .q_logo>h1>a>img.default{display:none;}
.q_header.q_header_fixed .q_logo>h1>a>img.on{display: inline-block;}
.q_header.q_header_fixed .nav_ul>li>a{color:var(--dark222);}
.q_header.q_header_fixed .nav_ul>li.on>a,.q_header.q_header_fixed .nav_ul>li:hover>a{color:var(--blue);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--blue);}
.q_header.q_header_fixed .search_input{color:var(--dark222);}
.q_header.q_header_fixed .search_form .field-icon-right .icon{color:var(--dark222);}
/* q_header end! */



/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;}
.q_banner .swiper_banner .swiper-wrapper .swiper-slide{height:100%;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:30px;height:6px;border-radius: 6px;
	background-color:var(--white);opacity: 1;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:60px;
	background-color:var(--blue);opacity: 1;
}

.banner_slide{width:100%;height:100%;position: relative;overflow: hidden;}
.banner_slide .img{height:100%;transition: 1s 2.5s;transform: perspective(1000px) translate3d(0, 0, 120px);}
.swiper-slide-active .banner_slide .img{transition: 5s 0s;transform: perspective(1000px) translate3d(0, 0, 0px);}

.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.banner_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner_mask_main{color:var(--white);}
.banner_h .cn{font-size: 46px;line-height: 55px;font-weight: 700;font-family: SourceHanSansBold;}
.banner_h .en{font-size: 14px;line-height: 20px;text-transform: uppercase;font-family: Arial;}
.banner_p{margin:20px auto 0;font-size: 18px;line-height: 25px;}
.banner_span{margin:50px 0 0;}
.banner_span span{padding:15px 50px 15px 20px;border-radius: 5px;border-bottom-right-radius: 30px;font-size:24px;line-height: 30px;
	background-image: var(--linear-background);display: inline-block;
}


.banner_mask_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_mask_main>.banner_h{animation-name: lv-fadeInUp;animation-delay: .3s;}
.swiper-slide-active .banner_mask_main>.banner_p{animation-name: lv-fadeInUp;animation-delay: .35s;}
.swiper-slide-active .banner_mask_main>.banner_span{animation-name: lv-fadeInUp;animation-delay: .4s;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.section_title{width:100%;margin:0 auto;}
.section_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title_l{width:30%;float:left;}
.section_title_r{width:66%;float:right;text-align:right;}
.section_h{width:100%;margin:0 auto;color:var(--dark222);}
.section_h .cn{width:100%;margin:0 auto;}
.section_h .cn span{font-size: 35px;line-height: 40px;
	display: inline-block;position: relative;font-weight: 700;font-family:SourceHanSansBold;
}
.section_h .cn span i{font-style: normal;color:var(--blue);}
.section_h_circle{width:19px;height:19px;line-height: 19px;position: absolute;right:-26px;top:3px;font-size: 0;}
.section_h_circle>img{width:100%;}
.section_h .en{font-size: 14px;text-transform: uppercase;line-height: 20px;font-family: Arial;}

.section_more{width:100%;margin:0 auto;}
.section_more>a{padding:10px 25px;font-size:14px;line-height: 22px;border-radius: 5px;
	outline: none;display: inline-block;color:var(--dark666);border:1px solid var(--darkddd);
}
.section_more>a>i{margin-left: 5px;}
.section_more>a:hover{color:var(--white);border:1px solid var(--blue);background-color: var(--blue);}

/* q_section end! */

/* q_keynews start! */
.q_keynews{background:url('../images/keynews_bg.jpg') no-repeat center center;background-size: cover;padding:80px 0;}
.keynews_main{margin:30px auto 0;}
.keynews_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.keynews_l{width:50%;float:left;}

.keynews_swiper{width:100%;margin:0 auto;position: relative;}

.keynews_slide{width:100%;position: relative;height:477px;}
.keynews_slide_img{height:100%;border-radius: 5px;overflow: hidden;}
.keynews_slide_img .img{height:100%;}
.keynews_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);
}
.keynews_slide_mask{width:100%;padding:20px 25px 20px 40px;background-color: rgba(0,0,0,.5);position: absolute;left:0;bottom:0;z-index: 2;}
.keynews_slide_main{width:100%;margin:0 auto;}
.keynews_slide_main a{outline: none;display: block;width:100%;}
.keynews_slide_main a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.keynews_slide_main .keynews_item_h span{color:var(--white);}
.keynews_slide_main .keynews_item_h:before{background-color:var(--white);}
.keynews_slide_main .keynews_item_date{color:var(--white);opacity: 1;}

.keynews_btn{width:32px;height:64px;line-height: 64px;font-size: 18px;cursor: pointer;
	text-align: center;background-color: rgba(0,0,0,.5);color:var(--white);position: absolute;top:50%;transform: translateY(-50%);z-index: 2;
}
.keynews_btn.keynews_btn_prev{left:0;border-bottom-right-radius: 5px;border-top-right-radius: 5px;}
.keynews_btn.keynews_btn_next{right:0;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}


.keynews_r{width:48%;float:right;}

.keynews_top{margin:0 auto;}
.keynews_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.keynews_top_img{width:275px;height:175px;float:left;border-radius: 5px;overflow: hidden;}
.keynews_top_img .img{height:100%;}
.keynews_top_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);
}

.keynews_top_txt{width:calc(100% - 295px);float:right;padding:8px 0 0;}
.keynews_top_h a{outline: none;display: block;width:100%;font-size: 20px;color:var(--dark222);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.keynews_top_h a:hover{color:var(--blue);}
.keynews_top_date{font-size: 12px;color:var(--dark222);line-height: 25px;opacity: 0.5;}
.keynews_top_date i{margin-right: 5px;}
.keynews_top_p{margin:15px auto 0;font-size: 14px;color:var(--dark222);line-height: 25px;height:75px;opacity: 0.6;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.keynews_list{margin:25px auto 0;}
.keynews_item{width:100%;margin:0 auto;padding:10px 0 10px 20px;border-bottom: 1px dashed var(--darkccc);}
.keynews_item:nth-of-type(1){border-top: 1px dashed var(--darkccc);}
.keynews_item a{outline: none;display: block;width:100%;}
.keynews_item a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.keynews_item_date{width:95px;float:right;font-size: 12px;color:var(--dark222);line-height: 25px;opacity: 0.5;text-align: right;}
.keynews_item_date i{margin-right: 5px;}
.keynews_item_h{width:calc(100% - 105px);float:left;position: relative;}
.keynews_item_h:before{content: '';width:5px;height:5px;background-color:var(--blue);border-radius: 50%;position:absolute;left:-15px;top:9px;}
.keynews_item_h span{display: block;width:100%;font-size: 16px;color:var(--dark222);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.keynews_item:hover a .keynews_item_h span{color:var(--blue);}
.keynews_item:hover a .keynews_item_date{color:var(--blue);}

/* q_keynews end! */

/* q_business start! */
.q_business{width:100%;background:url('../images/business_bg.jpg') no-repeat center center;background-size: cover;padding:80px 0;height:780px;}
.q_business .section_h{color:var(--white);}
.q_business .section_h .cn span i{color:var(--white);}
.business_p{margin:10px auto 0;font-size: 16px;color:var(--white);line-height: 25px;}
.business_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--white);line-height: 25px;}

.business_main{width:50%;position: absolute;left:0;bottom:0;z-index: 2;}

.tab.business_tab{width:100%;margin:0 auto;}
.tab.business_tab:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.business_l{width:55%;float:left;}

.tab.business_tab .business_tab_head{width:100%;margin:0 auto;}
.tab.business_tab .business_tab_nav{width:100%;margin:0 auto;}
.tab.business_tab .business_tab_nav li{display: block;width:100%;border-radius: 5px;overflow: hidden;}
.tab.business_tab .business_tab_nav li.active,.tab.business_tab .business_tab_nav li:hover{background-image: var(--linear-background);}
.tab.business_tab .business_tab_nav li a{padding:25px 20px 25px 38%;color:var(--white);cursor: pointer;
	outline: none;display: block;width:100%;border:0;border-radius: 0;
}
.business_li{width:100%;margin:0 auto;}
.business_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.business_li_icon{width:46px;float:left;}
.business_li_txt{width:calc(100% - 60px);float:right;}
.business_li_txt .cn{font-size: 24px;line-height: 30px;}
.business_li_txt .en{font-size: 12px;line-height: 16px;text-transform: capitalize;}


.business_r{width:43%;float:right;background-color: rgba(255,255,255,.9);padding:25px 30px 40px;min-height: 530px;
	border-top-left-radius: 5px;border-top-right-radius: 5px;
}
.tab.business_tab .business_tab_body{width:100%;margin:0 auto;border:0;padding:0;}

.business_item{padding:10px 0;border-bottom: 1px dashed #ccc;}
.business_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.business_item_img{width:115px;height:75px;float:right;border-radius: 5px;overflow: hidden;}
.business_item_img .img{height:100%;}
.business_item_txt{width:calc(100% - 125px);float:left;padding:2px 0 0;}
.business_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark222);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.business_item_h a:hover{color:var(--blue);}
.business_item_p{margin:6px auto 0; font-size:14px;color:var(--dark222);opacity: 0.5;line-height: 20px;height:40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.business_more{margin:35px auto 0;}
.business_more a{padding:10px 20px;border-radius: 5px;font-size:15px;line-height: 22px;cursor: pointer;
	outline: none;display: inline-block;color:var(--white);border:0;background-image: var(--linear-background);
}
.business_more a i{margin-left: 5px;}
.business_more a:hover{background:none;background-color: var(--blue);}

.business_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.business_tab_body .tab-panel.active{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_business end! */

/* q_news start! */
.q_news{background:#f0f7fb url('../images/news_bg.jpg') no-repeat center bottom;background-size: cover;padding:90px 0;}

.tab.news_tab{width:100%;margin:0 auto;}
.tab.news_tab .news_tab_nav{width:100%;text-align: right;font-size: 0;}
.tab.news_tab .news_tab_nav>li{display: inline-block;margin-left:10px;}
.tab.news_tab .news_tab_nav>li.active{background:none;}
.tab.news_tab .news_tab_nav>li>a{padding:10px 30px;border-radius: 5px;font-size:16px;line-height: 22px;cursor: pointer;
	outline: none;display: block;color:var(--blue);border:0;
}
.tab.news_tab .news_tab_nav>li.active>a,.tab.news_tab .news_tab_nav>li:hover>a{background-image: var(--linear-background);color:var(--white);}

.news_main{margin:40px auto 0;}

.tab.news_tab .news_tab_body{width:100%;margin:0 auto;padding:0;border:0;}

.news_item{width:23.5%;float:left;margin:0 2% 0 0;position: relative;}
.news_item:nth-of-type(4n){margin:0 0 0 0;}
.news_item_img{width:100%;border-radius: 5px;overflow: hidden;}
.news_item_img .img{padding:61.5% 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{margin:20px auto 0;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark222);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_h a:hover{color:var(--blue);}
.news_item_p{margin:10px auto 0;font-size: 14px;color:var(--dark222);opacity: 0.5;line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.news_item_date{width:72px;height:72px;color:var(--white);position: absolute;right:20px;top:0;text-align: center;
	background-image:var(--linear-background2);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}
.news_item_date_main{width:100%;height:100%;position: relative;}
.date_span{display: block;width:100%;position: absolute;left:0;font-family: Arial;}
.date_span.date_span2{display: none;}
.date_span.date_span1{bottom:0;font-size:14px;line-height:35px;}
.date_span.date_span3{top:0;font-size:30px;font-weight: 700;line-height:55px;}

.news_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.news_tab_body .tab-panel.active{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_news end! */

/* q_media start! */
.q_media{padding:80px 0;overflow: hidden;}
.media_main{margin:40px auto 0;}

.swiper_media{width:120%;position: relative;}
.media_slide{width:100%;}
.media_slide_img{width:100%;border-radius: 5px;overflow: hidden;border:1px solid var(--darkeee);position: relative;}
.media_slide_img .img{padding:136% 0 0;}
.media_slide_mask{width:100%;padding:15px 20px;position: absolute;left:0;bottom:0;
	background-image: linear-gradient(90deg,rgba(1,90,170,1),rgba(0,132,105,0.2));
}
.media_slide_h a{outline: none;display: block;width:100%;font-size: 14px;color:var(--white);line-height: 25px;}

.media_slide_date{margin:10px auto 0;font-size: 12px;color:var(--dark222);line-height: 25px;opacity: 0.5;}
.media_slide_date i{margin-right: 5px;}


.media_paginations{width:100%;margin:30px auto 0;}
.swiper-pagination-progressbar.media_pagination{width:100%;position: relative;left:0;top:0;background-color:#e5e5e5;border-radius: 2px;height:2px;}
.swiper-pagination-progressbar.media_pagination .swiper-pagination-progressbar-fill{background-color:var(--blue);}

/* q_media end! */

/* q_honor start! */
.q_honor{background:#f0f0f0 url('../images/honor_bg.jpg') no-repeat center top;background-size: cover;padding:80px 0;}


.tab.honor_tab{width:100%;margin:0 auto;}
.tab.honor_tab .honor_tab_nav{width:100%;text-align: center;font-size: 0;}
.tab.honor_tab .honor_tab_nav>li{display: inline-block;margin:0 5px;}
.tab.honor_tab .honor_tab_nav>li.active{background:none;}
.tab.honor_tab .honor_tab_nav>li>a{padding:10px 30px;border-radius: 5px;font-size:16px;line-height: 22px;cursor: pointer;
	outline: none;display: block;color:var(--dark222);border:0;background-color: var(--white);
}
.tab.honor_tab .honor_tab_nav>li.active>a,.tab.honor_tab .honor_tab_nav>li:hover>a{background-image: var(--linear-background);color:var(--white);}


.tab.honor_tab .honor_tab_body{width:100%;margin:50px auto 0;padding:0;border:0;}

.honor_swiper{width:100%;position:relative;}
.honor_slide{width:100%;position:relative;}
.honor_slide .img{width:100%;position: relative;padding:141% 0 0;
    /*background-color: var(--darkf5f5f5);*/
}
.honor_slide .img img{display: 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%);
}

.honor_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.honor_tab_body .tab-panel.active{animation-name: lv-fadeInUp;animation-delay: .3s;}
/* q_honor end! */

/* q_about start! */
.q_about{background:#015aaa url('../images/about_bg.jpg') no-repeat center bottom;background-size: cover;padding:80px 0;height:730px;}
.about_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.about_title span{display: inline-block;position: relative;font-size: 35px;line-height: 1.5;}
.about_title span:after{content: '';width:30%;height:3px;position: absolute;left:35%;bottom:-15px;
	background-color:var(--white);border-radius:3px;
}
.about_slogan{width:100%;margin:50px auto 0;font-size: 24px;line-height:35px;}
.about_p{margin:30px auto 0;font-size: 16px;line-height: 1.8;}
.about_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 1.8;}

.about_number{padding:60px 0 60px 4%;}
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--white);text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:25%;float:left;padding:0;}
.about_number_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item_icon{width:56px;float:left;}
.about_number_item_txt{width:calc(100% - 68px);float:right;}
.about_number_top{font-size: 36px;line-height: 40px;}
.about_number_top .sub{font-size: 14px;vertical-align: text-top;font-weight: normal;}
.about_number_txt{width:100%;margin:0 auto;padding:0;font-size: 15px;line-height: 20px;height:20px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.about_more{text-align: center;}
.about_more>a{padding:10px 25px;font-size:14px;line-height: 22px;border-radius: 5px;
	outline: none;display: inline-block;color:var(--white);border:1px solid var(--white);
}
.about_more>a>i{margin-left: 5px;}
.about_more>a:hover{background-color: var(--white);color:var(--blue);}

/* q_about end! */

/* q_partner start! */
.q_partner{width:100%;position: absolute;left:0;top:-130px;}
.partner_main{width:100%;background-color: var(--white);padding:20px;border-radius: 10px;overflow:hidden;box-shadow:0 0 5px #eee;}
.partner_list{width:100%;margin:0 auto;}
.partner_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.partner_item{width:16.66%;float:left;border-top:1px solid #eee;border-right:1px solid #eee;}
.partner_item:nth-of-type(6n){border-right:1px solid var(--white);}
.partner_item:nth-of-type(1){border-top:1px solid var(--white);}
.partner_item:nth-of-type(2){border-top:1px solid var(--white);}
.partner_item:nth-of-type(3){border-top:1px solid var(--white);}
.partner_item:nth-of-type(4){border-top:1px solid var(--white);}
.partner_item:nth-of-type(5){border-top:1px solid var(--white);}
.partner_item:nth-of-type(6){border-top:1px solid var(--white);}

.partner_item .img{padding:50% 0 0;}

/* q_partner end! */

/* q_job start! */
.q_job{background:#fefefe url('../images/job_bg.jpg') no-repeat center bottom;padding:320px 0 80px;height: 975px;
	background-size: cover;position: relative;
}

.job_main{width:100%;margin:0 auto;}
.job_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.job_l{width:32.5%;float:left;padding:85px 0 0;}
.job_slogan{margin:15px auto 0;font-size: 18px;color:var(--dark333);line-height: 25px;}
.job_p{margin:30px auto 0;font-size: 16px;color:var(--dark555);line-height: 1.7;}
.job_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 1.7;}
.job_more{margin:30px auto 0;}
.job_more a{padding:10px 20px;border-radius: 5px;font-size:15px;line-height: 22px;cursor: pointer;
	outline: none;display: inline-block;color:var(--white);border:0;background-image: var(--linear-background);
}
.job_more a i{margin-left: 5px;}
.job_more a:hover{background:none;background-color:var(--blue);}

.job_r{width:62%;float:right;}

.job_item{width:49%;float:left;margin:0 2% 15px 0;border-radius: 5px;overflow: hidden;border-bottom:7px solid var(--blue);padding:25px 20px;
	background-image:var(--linear-backgroundJob);box-shadow: 0 0 2px #eee;
}
.job_item:nth-of-type(2n){margin:0 0 15px 0;}
.job_item_main{width:100%;margin:0 auto;}
.job_item_date span{font-size:18px;color:var(--blue);line-height: 35px;font-family: Arial;vertical-align:text-bottom;display: inline-block;}
.job_item_date span i{font-size:30px;margin-right: 7px;font-weight: 700;line-height: 35px;font-style:normal;display: inline-block;}
.job_item_h{margin:15px auto 0;}
.job_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark222);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.job_item_p{margin:10px auto 0;font-size: 15px;color:var(--dark555);line-height: 23px;height:46px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.job_item_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 23px;}
.job_item_more{margin:15px auto 0;}
.job_item_more a{outline: none;display: inline-block;font-size: 14px;color:var(--blue);line-height: 25px;padding:6px 10px;border-radius:5px;}
.job_item_more a i{margin-left: 5px;}
.job_item_more a:hover{background-color:var(--blue);color:var(--white);}

/* q_job end! */

/* q_flink start! */
.q_flink{background-color:#ebf0f4;padding:25px 0 15px;}
.flink_main{width:100%;margin:0 auto;font-size: 0;}
.flink_h,.flink_ul{display: inline-block;vertical-align: top;}
.flink_h{margin-right: 5px;font-size: 16px;color:var(--dark333);line-height: 25px;}
.flink_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.flink_ul>li{float:left;margin:0 20px 10px 0;position: relative;}
.flink_ul>li:before{content:'';width:2px;height:15px;background-color: var(--dark555);position: absolute;top:6px;left:-10px;}
.flink_ul>li:nth-of-type(1):before{width:0;height:0;}
.flink_ul>li>a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark333);line-height: 25px;}
.flink_ul>li>a:hover{color:var(--blue);}
/* q_flink end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background-color: var(--blue);padding:70px 0;color:rgba(255,255,255,.7);}
.footer_main{width:100%;margin:0 auto;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_l{width:320px;float:left;padding:50px 0 0;}
.footer_logo img{height:60px;}

.footer_r{width:calc(100% - 350px);float:right;}
.footer_ul{width:100%;text-align:right;font-size: 0;}
.footer_ul>li{display: inline-block;margin-left:35px;}
.footer_ul>li>a{outline: none;display: block;width:100%;font-size:15px;color:rgba(255,255,255,.7);line-height: 25px;}
.footer_ul>li>a:hover{color:var(--white);}
.footer_content{margin:35px auto 0;text-align:right;}

.footer_p{width:100%;margin:5px auto 0;}
.footer_p span,.footer_p a{margin:0 8px;line-height: 25px;font-size: 14px;color:rgba(255,255,255,.7);outline: none;display: inline-block;}
.footer_p a:hover{color:var(--white);}
.footer_p span a{margin:0;}
.footer_p span>img{display: inline-block;width:25px;margin-right: 5px;}
.footer_p span>i{margin-right: 5px;}

.footer_weixin{position: relative;}
.footer_weixin_div{width:110px;position: absolute;right:0;top:-150px;border-radius: 2px;box-shadow: 0 0 5px #ccc;display: none;}
/* q_footer end! */

/* nheader start! */
.q_header.nheader{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header.nheader .q_logo>h1>a>img.default{display:none;}
.q_header.nheader .q_logo>h1>a>img.on{display: inline-block;}
.q_header.nheader .nav_ul>li>a{color:var(--dark222);}
.q_header.nheader .nav_ul>li.on>a,.q_header.nheader .nav_ul>li:hover>a{color:var(--blue);}
.q_header.nheader .nav_ul>li>a:after{background-color:var(--blue);}
.q_header.nheader .search_input{color:var(--dark222);}
.q_header.nheader .search_form .field-icon-right .icon{color:var(--dark222);}
/* nheader end! */

/* nbanner start! */
.nbanner{width:100%;margin:100px auto 0;position: relative;}
.nbanner img{width:100%;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color: rgba(0,0,0,.1);}
.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_mask_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.nbanner_h .cn{font-size: 30px;line-height:1.5;}
.nbanner_h .en{font-size: 16px;line-height:1.5;text-transform: capitalize;}
/* nbanner end! */

/* nposition start! */
.nposition{width:100%;margin:0 auto;padding:20px 0;background-color: var(--darkf5f5f5);}
.nposition_main{width:100%;margin:0 auto;color:var(--dark333);line-height: 30px;height:30px;font-size: 14px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_main>i{margin-right: 5px;color:var(--blue);}
.nposition_main a{outline: none;color:var(--dark333);margin:0 3px;}
.nposition_main a:hover{color:var(--blue);}
.nposition_main span{color:var(--blue);}
/* nposition end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:50px 0 40px;}
.nnav_main{width:100%;margin:0 auto;}
.nnav_ul{width:100%;text-align: center;font-size: 0;}
.nnav_ul>li{display: inline-block;margin:0 5px 10px;}
.nnav_ul>li>a{padding:12px 35px;font-size: 16px;line-height: 25px;border-radius: 3px;
	outline: none;display: block;width:100%;color:var(--dark333);background-color: var(--darkf0f0f0);
}
.nnav_ul>li:hover>a,.nnav_ul>li.on>a{color:var(--white);background-color: var(--blue);}

/* nnav end! */

/* nmain start! */
.nmain{width:100%;background-color: var(--darkf5f5f5);min-height: 500px;font-size: 16px;color:var(--dark555);line-height: 2;}
.nmains{width:100%;margin:0 auto;padding:65px 0;min-height: 400px;}
.nmains.nmains_nshow{padding:10px 0 65px;}
.nmain_title{text-align: center;font-size: 24px;line-height: 1.5;color:var(--dark333);}
.nmain_body{margin:35px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.nmain_body>p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;text-align: justify;}
.nmain_body img{display:block;width:auto!important;height:auto!important;margin:10px auto!important;}
/* nmain end! */

/* nnews start! */
.nnews_main{width:100%;margin:0 auto;}
.nnews_list .news_item{margin:0 2% 30px 0;}
.nnews_list .news_item:nth-of-type(4n){margin:0 0 30px 0;}

.nkeynews_list{width:100%;margin:0 auto;}
/* nnews end! */

/* nshow start! */
.nmain.nshow{background-color: var(--white);}
.nshow_h{width:85%;margin:0 auto;text-align: center;font-size: 22px;color:var(--dark222);line-height: 1.5;}
.nshow_span{margin:15px auto 0;text-align: center;font-size: 0;}
.nshow_span span{display: inline-block;margin:0 10px;font-size: 13px;color:var(--dark888);line-height: 1.5;}
.nshow_span span i{font-style: normal;}

.nshow_body{margin:20px auto 0;padding:20px 0;font-size: 16px;min-height: 300px;
	color:var(--dark555);line-height: 2;border-top:1px dashed var(--darkccc);border-bottom:1px dashed var(--darkccc);
}
.nshow_body p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;text-indent: 32px;}
.nshow_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;max-width:600px!important;}


/* nshow end! */

/* nbusiness start! */
.nbusiness_item{width:100%;padding:20px 0;border-top:1px dashed var(--darkccc);}
.nbusiness_item:nth-of-type(1){padding:0 0 20px;border-top:0;}
.nbusiness_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nbusiness_item_img{width:240px;height:160px;float:left;border-radius: 4px;overflow: hidden;}
.nbusiness_item_img .img{height:100%;}
.nbusiness_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);
}
.nbusiness_item_txt{width:calc(100% - 280px);float:right;padding:10px 0 0;}
.nbusiness_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark222);line-height: 25px;height:25px;text-align: justify;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nbusiness_item_h a:hover{color:var(--blue);}
.nbusiness_item_p{margin:10px auto 0;font-size: 14px;color:var(--dark555);text-align: justify;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nbusiness_item_more{margin:10px auto 0;}
.nbusiness_item_more a{padding:10px 25px;font-size: 14px;border-radius: 4px;line-height: 20px;
	outline: none;display: inline-block;color:var(--dark555);border:1px solid var(--darkccc);
}
.nbusiness_item_more a i{margin-left: 5px;}
.nbusiness_item_more a:hover{color:var(--white);border:1px solid var(--blue);background-color: var(--blue);}

/* nbusiness end! */

/* nmedia start! */
.nmedia_item{width:19%;float:left;margin:0 1.25% 20px 0;position: relative;}
.nmedia_item:nth-of-type(5n){margin:0 0 20px 0;}
/* nmedia 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! */


