@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
@font-face{
  font-family: SourceHanSansRegular;
  src: url('./fonts/SourceHanSans-Regular.otf');
}
@font-face{
  font-family: SourceHanSansBold;
  src: url('./fonts/SourceHanSans-Bold.otf');
}
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;}
.main1200{width:100%;max-width:1200px;margin:0 auto;}
.main1400{width:100%;max-width:1400px;margin:0 auto;}
.main1540{width:100%;max-width:1540px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.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;}

@font-face{
  font-family: 'number';
  src: url('./akzidenzgroteskbq-bdcndalt.otf');
}

/* page-index-all */

@keyframes fadeindown_little {
  0%   {opacity: 0;transform: translateY(-20px)}
  100% {opacity: 1;transform: translateY(0)}
}
.little:hover{animation-name: fadeindown_little;animation-duration: .5s;}

.page-index-all {width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0; z-index: 999999;display: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.q_form_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_form_mask_in{width:400px;position: absolute;left:50%;margin-left:-200px;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_form_main{width:100%;margin:0 auto;background-color: #fff;border-radius: 4px;padding:45px 50px;position: relative;
	animation-name: fadeindown_little;animation-duration: .5s;
}
.q_form_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_close{width: 20px;height: 20px;line-height: 20px;text-align: center;position: absolute;top: 10px;right: 10px;color: #50506d;font-size: 22px;cursor: pointer;}
.q_form_close:hover{color:#374d7a;}
.q_form_h{width:100%;margin:0 auto;color: #50506d;font-family: Helvetica Neue,Helvetica,sans-serif;text-align: center;}
.q_form_h_big{width:100%;margin:0 auto;font-size: 20px;font-weight: 700;line-height: 25px;}
.q_form_h_small{width:100%;margin:10px auto 0;font-size: 12px;line-height: 20px;}
.q_form_input{width:100%;margin:10px auto 0;position:relative;color:#50506d;border:1px solid #50506d;border-radius: 4px;padding:5px 5px;}
.q_form_input>i{display: block;width:30px;height:30px;line-height: 30px;font-size: 22px;float:left;}
.q_form_input>span{display: block;width:30px;float:right;}
.q_form_input>input{width:calc(100% - 60px);float:left;border:0;padding:0 10px;line-height: 30px;height:30px;font-size: 13px;color:#50506d;}
.q_form_button{width:100%;margin:20px auto 0;text-align: center;border-radius: 8px;font-size: 15px;line-height: 40px;padding:3px 0;cursor: pointer;
	background-color: #374d7a;color:#fff;letter-spacing: 2px;
}
#q_alert{z-index: 9999999;}
#q_alert .q_form_h_big{font-size: 17px;text-align: left;}
#q_alert .q_form_h_small{font-size: 13px;text-align: left;}
#q_alert .q_form_button{width:auto;display: inline-block;float:right;line-height: 20px;padding:7px 30px;font-weight: 400;}

/* q_header start! */
.q_header{width:100%;margin:0 auto;padding:0;background-color: #fff;position: fixed;left:0;top:0;z-index: 99;transition: all .3s;}
/* q_logo */
.q_logo{width:680px;float:left;padding:15px 0;transition: all .4s;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;}
.q_logo>h1>a>img{height:70px;}

/* q_search */
.q_search{width:45px;float:right;text-align: right;padding:27px 0 33px;cursor: pointer;position: relative;transition: all .3s;}
.q_search img{height:40px;}

/* q_nav */
.q_nav{width: calc(100% - 785px); margin-left:50px;float:left;text-align: right;font-size: 0;}
.q_nav>li{display: inline-block; padding:0 20px;position: relative;}
.q_nav>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:30px 0;transition: all .3s;}
.q_nav>li>a>span{display: block;width:100%;font-size: 18px;line-height: 30px;height: 30px;position: relative;color:#333;}
.q_nav>li>a>span:after{position: absolute;left: 50%;bottom: -10px;content: "";width: 0;height: 3px;background-color: #374d7a;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.on>a>span:after,.q_nav>li:hover>a>span:after{width: 100%;transform: translateX(-50%);}
.q_nav>li.on>a>span,.q_nav>li:hover>a>span{color:#374d7a;}

/* q_nav_son */
.q_nav_son{width:140%;position: absolute;top:100%;left:-20%;padding:10px 0;z-index: 10;background-color: #fff;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:#555;}
.q_nav_son>li:hover{background-color: #374d7a;}
.q_nav_son>li:hover>a{color:#fff;}


.q_header.q_header_fixed{box-shadow: 0 0 10px #ccc;}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:100px auto 0;}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;padding:42.96% 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:50px;height:7px;border-radius: 0;
	border:1px solid #fff;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: #fff;opacity: 1;}
/*.q_banner .swiper_banner .swiper_button_banner{background:none;width:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 30px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 0;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}*/

/* q_banner end! */


/* q_section start! */
.q_section{width:100%;margin:0 auto;padding:70px 0;}
.q_section_title{width:100%;margin:0 auto;text-align: center;}
.q_section_title_h{font-size: 38px;color:#2e2e2e;line-height: 45px;font-weight: 700;letter-spacing: 3px;}
.q_section_title_en{margin:5px auto 10px;font-size: 17px;color:#777;line-height: 30px;font-weight: 100;text-transform: uppercase;}
.q_section_title_span{display: inline-block;width:50px;height:4px;background: #1966b5;font-size: 0;line-height: 10px;}
.q_section_main{width:100%;margin:65px auto 0;}
/* q_section end! */

/* q_section_top start! */
.q_section_top{width:100%;margin:0 auto;border-left: 6px solid #2b416c;padding-left:2px;}
.q_section_top_main{width:100%;margin:0 auto;padding:12px 30px;background-color: #239bc5;color:#fff;font-size: 22px;line-height: 30px;}
.q_section_top_l{width:24%;float:left;letter-spacing: 2px;font-weight: 700;}
.q_section_top_r{width:72%;float:right;text-align: right;}
/* q_section_top end! */

/* q_number start! */
.q_number{padding:100px 0;}
.q_number_main{width:100%;margin:0 auto;padding:0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_number_item{width:33.33%;float:left;padding:0 10px;text-align: center;position: relative;}
.q_number_item:before{content: '';width:1px;height:60%;background-color: #ccc;position: absolute;left:0;top:20%;}
.q_number_item:nth-of-type(1):before{width:0;}
.q_number_top{font-size: 80px;line-height: 90px;color:#374d7a;font-family: 'number';}
.q_number_top .sub{font-size: 22px;vertical-align: text-top;font-weight: normal;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 18px;color:#555;line-height: 30px;height:30px;letter-spacing: 2px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* q_number end! */

/* q_product start! */
.q_section.q_product{background-color: #fbfbfb;}
.q_pro_list{width:100%;margin:0 auto;}
.q_pro_item{width:24.7%;float:left;margin:0 .4% 8px 0; position: relative;}
.q_pro_item:nth-of-type(4n){margin:0 0 8px 0;}
.q_pro_item_img{width: 100%;margin:0 auto;overflow:hidden;}
.q_pro_item_img .img{padding:89% 0 0;}
.q_pro_mask{width:100%;position: absolute;left:0;bottom: 0;background-color: rgba(0,82,144,.85);}
.q_pro_mask>a{outline: none;display: block;width:100%;padding:15px;text-align: center;}
.q_pro_mask>a>span{display: block;width:100%;font-size: 22px;letter-spacing: 2px;line-height: 30px;color:#fff;}
/* q_product end! */

/* q_about start! */
.q_section.q_about{background: url('../images/q_about_bg.jpg') no-repeat center bottom;padding:220px 0 160px;height:900px;}
.q_about .q_section_title{text-align: right;}
.q_about_p{width: 100%;margin:50px auto 0;text-align: right;font-size: 18px;line-height: 2.5;color:#555;letter-spacing: 1px;}
.q_about_p p{width: 100%;margin:0 auto;text-align: right;font-size: 18px;line-height: 2.5;color:#555;letter-spacing: 1px;}
.q_about_ul{width:100%;margin:50px auto 0;text-align: right;}
.q_about_ul>li{display: inline-block;border:1px solid #ddd;border-radius: 3px;padding:15px 40px;margin-left:40px;}
.q_about_ul>li>a{outline: none;display: block;width:100%;text-align: center;}
.q_about_li_img{width:100%;margin:0 auto;}
.q_about_li_img img{width:40px;}
.q_about_li_h{width:100%;margin:10px auto 0;font-size: 15px;color:#555;line-height: 25px;}
/* q_about end! */

/* q_case start! */
.q_section.q_case{margin:35px auto 0;padding:0;}
.q_case_mask_side{width:35%;height:100%;position: absolute;top:0;right: 0;background-color: rgba(0,82,145,.8);z-index: 1;}
.q_case_aside_h{width:15%;position: absolute;bottom:calc(22% + 24px);right:calc((100% - 1540px) /2 );color:#fff;z-index: 2;}
.q_case_aside_h>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 18px;line-height: 25px;text-align: center;color:#fff;letter-spacing: 1px;}
/* q_case_title */
.q_case_title{width:20%;position: absolute;top:20%;right:calc((100% - 1540px) /2 );color:#fff;z-index: 2;text-align: right;}
.q_case .q_section_title_h{color:#fff;}
.q_case .q_section_title_en{color:#fff;}
.q_case_title_p{width:100%;margin:5px auto 0;font-size: 17px;color:#fff;line-height: 1.8;letter-spacing: 1px;}
.q_case_title_p p{width:100%;margin:0 auto;font-size: 17px;color:#fff;line-height: 1.8;letter-spacing: 1px;}
.q_case_title_more{width:100%;margin:15px auto 0;}
.q_case_title_more>a{outline: none;display: inline-block;padding:2px 60px;border:1px solid #fff;color:#fff;font-size: 13px;line-height: 25px;letter-spacing: 1px;}
.q_case_title_more>a:hover{color:#1966b5;background-color: #fff;}
/* q_case_btn */
.q_case_btn{width:15%;position: absolute;bottom:22%;right:calc((100% - 1540px) /2 );color:#fff;z-index: 2;}
.q_case_btn_hr{background-color: #fff;}
.q_case_button{width:100%;margin:15px auto 0;position: relative;}

.q_case .swiper_case .swiper_button_case{height:30px;line-height: 30px;margin-top: 0;font-size: 0;
	background:none;display: inline-block;width:auto;transition: all 0.3s;color:#fff;
}
.q_case .swiper_case .swiper_button_case i{display: inline-block;width:30px;height:30px;line-height: 28px;font-size: 18px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 1;vertical-align: middle;
}
.q_case .swiper_case .swiper_button_case span{display: inline-block;height:30px;line-height: 30px;font-size:13px;vertical-align: middle;}
.q_case .swiper_case .swiper_button_case.swiper_button_case_prev{left:0;}
.q_case .swiper_case .swiper_button_case.swiper_button_case_prev i{margin-right: 10px;}
.q_case .swiper_case .swiper_button_case.swiper_button_case_next{right:0;}
.q_case .swiper_case .swiper_button_case.swiper_button_case_next i{margin-left: 10px;}
.q_case_item{width:100%;margin:0 auto;position: relative;}
.q_case_item .img{padding:42.7% 0 0;}


/* q_case end! */

/* q_news start! */
.q_section.q_news{background-color: #f8f8f8;}
.q_news_l{width:504px;height:543px;float:left;position: relative;}
.q_news_l_img{width:100%;height:100%;overflow:hidden;}
.q_news_l_img .img{height:100%;}
.q_news_l_h{width:100%;position: absolute;left:0;bottom:0;background-color: rgba(0,0,0,.5);transition: all .2s;}
.q_news_l_h>a{outline: none;display: block;width:100%;padding:20px 8%;}
.q_news_l_h>a>span{display: block;font-size: 16px;color:#fff;line-height: 1.5;text-align: justify;}
.q_news_l:hover .q_news_l_h{background-color: rgba(0,82,144,.9);}
.q_news_r{width:calc(100% - 529px);height:543px;float: right;}
.q_news_list{width:100%;margin:0 auto;}
.q_news_item{width:calc((100% - 25px) / 2);float:left;background-color: #fff;padding:35px 30px;height:256px;transition: all .2s;}
.q_news_item:nth-of-type(2n){float:right;}
.q_news_item:nth-of-type(n+3){margin-top:31px;}
.q_news_item_h{width:100%;margin:0 auto;}
.q_news_item_h>a{outline: none;display: block;width:100%;font-size: 20px;color:#2e2e2e;line-height: 30px;height:60px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_news_item_date{width:100%;margin:13px auto;font-size: 15px;color:#aaa;line-height: 25px;}
.q_news_item_date i{margin-right: 5px;}
.q_news_item_p{width:100%;margin:0 auto;font-size: 16px;color:#888;line-height: 30px;height:60px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_news_item:hover{background-color: rgba(0,82,144,1);}
.q_news_item:hover .q_news_item_h>a{color: #fff;}
.q_news_item:hover .q_news_item_date{color: #fff;}
.q_news_item:hover .q_news_item_p{color: #fff;}
/* q_news end! */

/* q_partner start! */
.q_partner_list{width:100%;margin:0 auto;}
.q_partner_item{width:19%;float:left;margin:0 1.25% 15px 0;border:1px solid #eee;}
.q_partner_item:nth-of-type(5n){margin:0 0 15px 0;}
.q_partner_item .img{padding:40% 0 0;}

/* q_partner end! */

/* q_footer start! */
.q_footer{background:#004886 url('../images/q_footer_bg.jpg')no-repeat center top;}
.q_footer a{outline: none;color:#fff;opacity: .85;}
.q_footer a:hover{color:#f60;opacity: 1;}
/* q_footer_t */
.q_footer_t{width:100%;margin:0 auto;}
.q_footer_t .q_footer_main{border-bottom: 1px solid #6888a1;padding:15px 0 10px;}
.q_footer_t_r{width:50%;float:right;text-align: right;}
.q_footer_search img{cursor: pointer;}

/* q_footer_c */
.q_footer_c{width:100%;margin:0 auto;padding:50px 0 65px;}
.q_footer_c_l{width:400px;float:left;}
.q_footer_tel{width:100%;margin:30px auto 0;}
.q_footer_tel>li{width:100%;margin:0 auto 20px;}
.q_footer_tel>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_footer_icon{width:32px;float:left;}
.q_footer_txt{width:calc(100% - 50px);float:right;font-size: 17px;color:#eee;line-height: 30px;text-align: justify;}

.q_footer_tel>li.q_footer_wx{width:100%;margin:40px auto 0;}


.q_footer_c_r{width:calc(100% - 420px);float:right;}
.q_footer_list{width:100%;margin:0 auto;}
.q_footer_item{width:15%;float:left;}
.q_footer_item:nth-of-type(2){width:18%;}
.q_footer_item:nth-of-type(3){width:20%;}
.q_footer_item_h{width:100%;margin:0 auto;}
.q_footer_item_h a{font-size: 22px;opacity: 1;line-height: 30px;letter-spacing: 2px;}
.q_footer_item ul{width:100%;margin:25px auto 0;}
.q_footer_item ul>li{width:100%;margin:0 auto;}
.q_footer_item ul>li>a{font-size: 16px;line-height: 2;}

/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:20px 0;border-top:1px solid #6888a1;}
.q_footer_b_r{width:15%;float:right;text-align: right;font-size: 0;}
.q_footer_b_l{width:80%;float:left;font-size: 0;}
.q_footer_b_l>span:nth-of-type(1){margin-left:0;}
.q_footer_b span,.q_footer_b a{margin:0 4px;line-height: 20px;font-size: 14px;outline: none;color:#fff;}
.q_footer_b a:hover{color:#f60;}
.q_footer_b span a{margin:0;}

/* q_footer end! */

/* q_n_banner start! */
.q_n_banner .img{padding: 24.45% 0 0;}
/* q_n_banner end! */

/* q_n_nav start! */
.q_n_nav{width:100%;margin:0 auto;padding:0;background-color: #e1e1e1;}
.q_n_nav ul{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.q_n_nav ul>li{display: inline-block;margin:0 2px;}
.q_n_nav ul>li>a{outline: none;display: block;width:100%;color:#333;padding:10px 35px;}
.q_n_nav ul>li.on>a,.q_n_nav ul>li:hover>a{background-color: #239bc5;color:#fff;}
.q_n_nav ul>li>a>span{display: block;width:100%;font-size: 18px;line-height: 30px;height:30px;letter-spacing: 1px;}
/* q_n_nav end! */

/* q_main start! */
.q_main{width:100%;margin:0 auto;padding:65px 0;min-height: 500px;font-size: 17px;line-height: 2.4;color:#555;}
.q_main p{width:100%;margin:0 auto;font-size: 17px;line-height: 2.4;color:#555;}
.q_main.q_page{padding:65px 0 15px;}
.q_main .q_section_title_h{font-weight: 400;}
.q_main .q_section_title_span{display: block;margin:0 auto;}
.q_mains{width:100%;margin:50px auto 0;}
.q_body{width:100%;margin:0 auto;}
.q_body strong{font-weight: 700;color:#2b416c;font-size: 120%;}
/* q_main end! */

/* q_n_about start! */
.q_n_about_number{width:100%;margin:65px auto 0;position: relative;}
.q_n_about_mask{width:100%;position: absolute;left:0;bottom:0;background-color: rgba(0,71,134,.7);padding:60px 0;}
.q_n_about_mask .q_number_top{color:#fff;}
.q_n_about_mask .q_number_txt{color:#fff;}
/* q_n_about end! */

/* q_n_product start! */
.q_n_top{width:100%;margin:0 auto;}
.q_n_top_img{width:50%;float:left;}
.q_n_top_img .img{padding:62% 0 0;}
.q_n_top_txt{width:42%;float:right;}
.q_n_top_row{width:100%;margin:0 auto;}
.q_n_top_row_h{width:100%;margin:0 auto;padding:0;position: relative;}
.q_n_top_row_h:after{content:'';width:100%;height:1px;background-color:#2b416c;position: absolute;left:0;bottom:2px;}
.q_n_top_row_h span{display: inline-block;padding:0 40px;background-color: #2b416c;color:#fff;font-size: 22px;line-height: 36px;letter-spacing: 2px;}
.q_n_top_row_body{width:100%;padding:20px 30px;color:#454545;line-height: 2.3;text-align: justify;font-size: 18px;}
.q_n_top_row_body.q_h{padding:20px 40px;font-size:25px;color:#4a4a4a;font-weight: 700;letter-spacing: 2px;}

.q_main_content{width:100%;margin:80px auto 0;}
.q_body_title{width:100%;margin:0 auto;height:41px;line-height: 41px;position: relative;text-align: center;}
.q_body_title:after{content:'';width:100%;height:1px;background-color:#c1c1c1;position: absolute;left:0;bottom:21px;z-index:-1;}
.q_body_title_h{width:100%;margin:0 auto;position: absolute;left:0;top:-20px;font-size: 35px;color:#4a4a4a;line-height: 40px;letter-spacing: 3px;}
.q_body_title_h_en{display: inline-block;padding:0 15px;font-size: 30px;line-height: 41px;height:41px;text-transform: uppercase;
	color:#ececec;background-color: #fff;
}
.q_body_content{width:100%;margin:0 auto;padding:50px 0;border-bottom:1px solid #c1c1c1;min-height: 300px;}

/* q_n_product end! */

/* q_n_case start! */
.q_n_case_list{width:100%;margin:0 auto -50px;}
.q_n_case_item{width:48.2%;float:left;margin:0 3.6% 50px 0; position: relative;}
.q_n_case_item:nth-of-type(2n){margin:0 0 50px 0;}
.q_n_case_item_img{width: 100%;margin:0 auto;overflow:hidden;border:1px solid #ddd;}
.q_n_case_item_img .img{padding:57.43% 0 0;}
.q_n_case_mask{width:100%;position: absolute;left:0;bottom: 0;background-color: rgba(0,82,144,.9);}
.q_n_case_mask>a{outline: none;display: block;width:100%;padding:15px;text-align: center;}
.q_n_case_mask>a>span{display: block;width:100%;font-size: 22px;letter-spacing: 2px;line-height: 30px;color:#fff;}

.q_n_case_top_h{width:100%;margin:50px auto 0;}
.q_n_case_top_h>li{width:48.2%;float:left;margin:0 3.6% 0 0;position: relative;}
.q_n_case_top_h>li:nth-of-type(2n){margin:0;}
.q_n_case_top_h>li:before{content:'';width:100%;height:1px;background-color:#2b416c;position: absolute;left:0;bottom:-2px;z-index: 1;}
.case_h{width:22%;float:left;background-color: #2b416c;color:#fff;font-size: 22px;line-height: 36px;letter-spacing: 2px;text-align: center;}
.case_txt{width:77%;float:right;font-size: 22px;line-height: 36px;letter-spacing: 1px;text-align: center;color:#202020;}

.q_n_case_top{width:100%;margin:0 auto;position: relative;}
.q_n_case_top .swiper_n_case .swiper-slide{border:1px solid #ddd;}
.q_n_case_top .swiper_n_case .swiper-slide a{outline: none;display: block;width:100%;padding:57.43% 0 0;
	background-position: center center;background-size: cover;background-repeat: no-repeat;
}
.q_n_case_top .swiper_pagination_n_case{bottom:5%;}
.q_n_case_top .swiper_button_n_case{background:none;width:48px;height:48px;line-height: 45px;margin-top: -24px;font-size: 24px;
  text-align: center;border-radius: 50%;border:1px solid #0066bd;background-color: #0066bd;color:#fff;transition: all 0.3s;
}
.q_n_case_top .swiper_button_n_case.swiper_button_n_case_prev{left:-80px;}
.q_n_case_top .swiper_button_n_case.swiper_button_n_case_next{right:-80px;}
/* q_n_case end! */

/* q_n_honor start! */
.q_n_honor_list{width:100%;margin:0 auto;}
.q_n_honor_item{width:31%;float:left;margin:0 3.5% 50px 0;}
.q_n_honor_item:nth-of-type(3n){margin:0 0 50px 0;}
.q_n_honor_item_img{width:100%;margin:0 auto;box-shadow: 0 0 20px #ccc;}
.q_n_honor_item_img .img{background-position: top center;padding:141.26% 0 0;}
/* q_n_honor end! */

/* q_n_news start! */
.q_n_news_list{width:100%;margin:0 auto;}
.q_n_news_item{width:32%;float:left;margin:0 2% 40px 0;}
.q_n_news_item:nth-of-type(3n){margin:0 0 40px 0;}
.q_n_news_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_news_item_img .img{padding:62.55% 0 0;}
.q_n_news_item_txt{width:100%;margin:0 auto;background-color: #f8f8f8;padding:30px;}
.q_n_news_item_h{width:100%;margin:0 auto;}
.q_n_news_item_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 18px;color:#2e2e2e;text-align: justify;line-height: 30px;height:60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_news_item_date{width:100%;margin:10px auto;font-size: 15px;color:#7c7c7c;line-height: 20px;}
.q_n_news_item_date i{margin-right: 4px;}
.q_n_news_item_p{width:100%;margin:0 auto;font-size: 15px;color:#595959;text-align: justify;line-height: 25px;height:50px;font-weight: 100;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.q_n_news_title{width:90%;margin:0 auto;text-align: center;font-size: 22px;line-height: 1.5;color:#444;letter-spacing: 2px;}
.q_n_news_span{width:100%;margin:40px auto 0;padding:7px 40px;background-color: #f8f8f8;}
.q_n_news_r{width:30%;float:right;}
.q_n_news_r a{outline: none;display: block;width:100%;text-align: right;font-size: 14px;color:#777c88;line-height: 25px;}
.q_n_news_l{width:65%;float:left;font-size: 14px;color:#777c88;line-height: 25px;}
.q_n_news_l span{display: inline-block;margin-right: 30px;font-size: 14px;color:#777c88;line-height: 25px;}

.q_n_news_show{width:100%;margin:50px auto 0;border-bottom: 1px solid #ddd;}
.q_n_news_body{width:100%;margin:0 auto 35px;min-height: 360px;padding:0 40px;}
/* q_n_news end! */

/* q_n_contact start! */
.q_n_contact_tel{width:100%;margin:0 auto;padding:0;}
.q_n_contact_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_contact_img{width:320px;height:225px;float:right;background-color: #f7f7f7;text-align: center;padding:34px 0 0 0;}
.q_n_contact_txt{width:calc(100% - 325px);height:225px;float:left;}
.q_n_contact_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_contact_item{width:calc((100% - 5px) / 2);height:110px;float: left;margin:0 5px 5px 0;background-color: #f7f7f7;padding:25px 20px 10px 30px;}
.q_n_contact_item:nth-of-type(2n){margin:0 0 5px 0;}
.q_n_contact_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

.q_n_contact_item_icon{width:60px;float:left;}
.q_n_contact_item_txt{width:calc(100% - 85px);height:60px;float:right;}
.q_n_contact_item_txt_h{width:100%;margin:0 auto;font-size: 18px;font-weight: bold;color:#353535;line-height: 35px;}
.q_n_contact_item_txt_p{width:100%;margin:0 auto;font-size: 14px;color:#353535;line-height: 25px;}

/* q_form */
.q_form{width:100%;margin:40px auto 0;padding:25px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.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;}
.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: #0066bd;color:#fff;border: solid 1px #0066bd;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 #0066bd;}
.q_n_form .form-button{text-align: right;margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display: inline-block; padding:6px 50px;font-size: 14px;line-height: 26px;letter-spacing: 1px;height:40px;
	background-color: #0066bd;color:#fff;border: solid 1px #0066bd;
}

/* q_map */
.q_map{width:100%;height:450px;margin:40px auto 0;}
#allmap {width: 100%;height: 100%;font-size: 14px;line-height: 25px;overflow: hidden;font-family:"微软雅黑";}
#allmap b{color: #CC5522;font-weight: 700;font-size: 17px;line-height: 30px}
#allmap img{max-width: none;}
#allmap span:nth-of-type(2){margin-left: 20px;}

/* q_n_contact end! */




/* pagelist start! */
.pagelist {list-style: none;margin:60px auto 0;text-align: center;padding:5px 0;font-size: 0;}
.pagelist > a,.pagelist>span{
	display: inline-block;text-decoration: none;outline: none;min-width:45px;height:40px;line-height: 40px;
	font-size: 15px;padding:0 10px;color:#222;background-color: #f5f5f5;margin:3px 3px;border-radius: 3px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #0066bd;}
.pagelist >a:hover{color:#fff;background-color: #0066bd;}
@media(max-width: 1440px){
	.pagelist {margin:50px auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:30 auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;padding:0 8px;font-weight: normal;}
}
@media(max-width: 500px) {
	.pagelist {margin:25px auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 2px;}
}
/* pagelist 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: #00335b;}
.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:#fff;font-size: 12px;}
/* m_footer end! */

/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;display: none;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #374d7a;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding:12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#374d7a;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:120px;height:120px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;
  border-radius: 4px;position: absolute;left:-130px;top:-33px;
}
@media(max-width: 640px){
  .q_aside{right:10px;bottom:15%;}
  .q_aside_item{width:36px;height:36px;padding:7px;}
  .q_aside_item_main{width:120px;height:36px;line-height: 36px;font-size: 14px;display: none;left:-130px;top:0px;}
  .weixin{width:100px;height:100px;display: none;left:-110px;top:-33px;}
  .q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */

/* 网站对接的时候记得删除 开始！ */
.q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
/* 网站对接的时候记得删除 结束！ */