@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实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: #fff;
	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;}
a:hover{color:#0358a9;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
.main1400{width:100%;max-width:1400px;margin:0 auto;}
.main1780{width:100%;max-width:1780px;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;}

@keyframes fadeinup {
  0%   {opacity: 0;transform: translateY(120px)}
  100% {opacity: 1;transform: translateY(0)}
}
@keyframes fadeinuplong {
  0%   {opacity: 0;transform: translateY(200px)}
  100% {opacity: 1;transform: translateY(0)}
}

/* q_header start! */
.q_header{width:100%;margin:0 auto;height:80px;background-color: #fff;position: fixed;left:0;top:0;transition: all .3s;z-index: 99;}
/* .q_logo */
.q_logo{width:560px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:8px 0 0;}
.q_logo>h1>a>img{height:64px;}
.q_nav{width:calc(100% - 620px);float:right;font-size: 0;text-align: right;}
.q_nav>li{display: inline-block;margin-left:50px;position: relative;}
.q_nav>li:after{position: absolute;left: 50%;bottom: 18px;content: "";width: 0;height: 3px;background-color: #0358a9;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:after,.q_nav>li.on:after{width: 100%;transform: translateX(-50%);}
.q_nav>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:22px 0 28px;}
.q_nav>li>a>span{display: block;width:100%;margin:0 auto;font-size: 16px;color:#4c4c4c;height:30px;line-height: 30px;}
.q_nav>li.on>a>span{color:#0358a9;}

/* q_nav_son */
.q_nav_son{width:180%;position: absolute;top:100%;left:-40%;padding:10px 0;z-index: 10;background-color: #fff;display: none;box-shadow: 0 1px 1px #ccc;}
.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: 13px;text-align: center;line-height: 36px;color:#555;}
.q_nav_son>li:hover{background-color: #0358a9;}
.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:80px auto 0;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:30px;height:8px;background-color: #fff;opacity: 0.5;border-radius: 10px;}
.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:46px;height:46px;line-height: 44px;margin-top: -23px;font-size: 25px;
  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_item{width:100%;margin:0 auto;position: relative;}
.q_banner_item .img{padding:40.625% 0 0;}
.q_banner_item .q_mask_in{text-align: left;top:44%;}

.q_banner_main{width:100%;margin:0 auto;color:#fff;}
.swiper-slide-active .q_banner_main{animation-name: fadeinup;animation-duration: 1s;}
.q_banner_en{font-size: 30px;line-height: 35px;font-weight: 100;text-transform: uppercase;}
.q_banner_cn{margin:20px auto 25px;font-size: 36px;line-height:40px;}
.q_banner_ul{font-size: 0;}
.q_banner_ul li{display: inline-block;margin-right: 20px;vertical-align: middle;font-size: 18px;line-height: 30px;}
.q_banner_ul li img{margin-right: 10px;}

.q_banner_btn{margin:35px auto 0;font-size: 0;}
.btn_a{outline: none;display: inline-block;border:1px solid #fff;color:#fff;
	margin-right: 20px;padding:12px 40px;font-size: 16px;line-height: 20px;border-radius: 25px;letter-spacing: 1px;
}
.btn_a.btn_a01,.btn_a:hover{border:1px solid #3a90e0;background-color: #3a90e0;color:#fff;}
.btn_a.btn_a02:hover{border:1px solid #fff;background-color: #fff;color:#3a90e0;}
/* q_banner end! */

/* q_section start! */
.q_section{padding:70px 0;}
.q_section_title{width:100%;margin:0 auto;}
.q_section_more{width:15%;float:right;text-align: right;padding:11px 0 0;}
.q_section_more>a{outline: none;display: inline-block;padding:5px 25px;border:1px solid #001eb8;color:#001eb8;font-size: 15px;line-height: 25px;border-radius: 6px;}
.q_section_more>a:hover{background-color: #001eb8;color:#fff;}

.q_section_h{width:75%;float:left;}
.q_section_h>span{display: inline-block;}
.q_section_h_l{margin-right: 25px;font-size: 48px;color:#333;line-height: 60px;height:60px;font-weight: 700;}
.q_section_h_l>span{color:#0358a9;}
.q_section_h_p{font-size: 14px;color:#4c4c4c;line-height: 25px;padding:6px 0 0;}

.q_section_main{width:100%;margin:40px auto 0;}
/* q_section end! */

/* q_hot start! */
.q_hot_list{width:100%;margin:0 auto;}
.q_hot_item{width:50%;float:left;height:350px;position: relative;}
.q_hot_item:nth-of-type(1){height: 700px;border-right:1px solid #eee;}
.q_hot_item:nth-of-type(2){border-bottom:1px solid #eee;}
.q_hot_item_txt{width:45%;padding-top:50px;}
.q_hot_item:nth-of-type(2) .q_hot_item_txt,
.q_hot_item:nth-of-type(3) .q_hot_item_txt{padding-left:6%;}
.q_hot_item_h{font-size: 30px;color:#212b37;line-height: 35px;letter-spacing: 2px;}
.q_hot_item_p{margin:25px auto 50px;font-size: 14px;color:#808080;text-align: justify;line-height: 1.6;}
.q_hot_item_more{width:100%;margin:0 auto;}
.q_hot_item_more a{outline: none;display: inline-block;padding:5px 25px;border:1px solid #0358a9;color:#0358a9;font-size: 14px;line-height: 25px;border-radius: 6px;}
.q_hot_item_more a:hover{background-color: #0358a9;color:#fff;}
.q_hot_item:nth-of-type(1) .q_hot_item_more a{background-color: #0358a9;color:#fff;}

.q_hot_item_img .img{padding:60% 0 0;}
.q_hot_item_img{width:45%;position: absolute;right:0;bottom:50px;}
.q_hot_item:nth-of-type(1) .q_hot_item_img{width:80%;}

/* q_hot end! */

/* q_product start! */
.q_section.q_product{background-color: #f5f5f5;padding:70px 0 40px;}
.q_pro_list{width:100%;margin:0 auto;}
.q_pro_item{width:18.4%;float:left;margin:0 2% 40px 0;background-color: #fff;box-shadow: 0 0 10px #ccc;}
.q_pro_item:nth-of-type(5n){margin:0 0 40px 0;}
.q_pro_item>a{outline: none;display: block;width:100%;margin:0 auto;padding:30px;text-align: center;}
.q_pro_item_img{width:100%;overflow:hidden;}
.q_pro_item_img .img{padding:60% 0 0;}
.q_pro_item_h{margin:15px auto 0; padding:0 5%;font-size: 22px;color:#000;font-weight: 700;line-height: 30px;height:30px;letter-spacing: 1px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_pro_item_more{margin:40px auto 0;border:1px solid #ccc;padding:7px 10px;font-size: 15px;color:#808080;line-height: 25px;}

.q_pro_item .q_pro_item_more:hover{background-color: #0358a9;border:1px solid #0358a9;color:#fff;}
/* q_product end! */

/* q_number start! */
.q_section.q_number{background:#092272 url('../images/q_number_bg.jpg') no-repeat center top;padding:50px 0;}
.q_number_title{width:100%;margin:0 auto;color:#fff;text-align: center;}
.q_number_h{font-size: 42px;line-height: 50px;height:50px;font-weight: 700;}
.q_number_p{width:84%;margin:25px auto 0;font-size: 14px;line-height: 25px;}

.q_number_main{width:100%;margin:70px auto 0;padding:0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:25%;float:left;border-right:1px solid #eee;padding:0 10px;text-align: center;}
.q_number_item:nth-of-type(4){border-right:0px solid #eee;}
.q_number_top{font-size: 40px;line-height: 50px;color:#fff;font-family: 'Bebas';}
.q_number_top .sub{font-size: 28px;vertical-align: text-top;font-weight: normal;}
.q_number_txt{width:100%;margin:10px auto 0;padding:0;font-size: 15px;color:#fff;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.q_section.q_number .q_section_more{width:100%;float:none;margin:55px auto 0;text-align: center;}
.q_section.q_number .q_section_more>a{border:1px solid #fff;color:#fff;}
.q_section.q_number .q_section_more>a:hover{background-color: #fff;color:#001eb8;}

/* q_number end! */

/* q_culture start! */
.q_culture{margin:50px auto 0;}
.q_culture_h{font-size: 42px;line-height: 50px;height:50px;font-weight: 700;text-align:center;color:#fff;display:none;}
.q_culture_list{margin:50px auto 0;padding:0 10%;}
.q_culture_item{width:23.5%;float:left;margin:0 2% 0 0;color:#fff;border:1px solid rgba(255,255,255,.8);padding:15px 20px;text-align:center;}
.q_culture_item:nth-of-type(4n){margin:0;}
.q_culture_item_h{font-size:22px;line-height:30px;letter-spacing:2px;}
.q_culture_item_p{margin:15px auto 0; font-size:15px;text-align:center;line-height:25px;height:50px;padding:0 10%;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.q_n_number .q_culture_item{color:#555;border:1px solid rgba(0,0,0,.4);}
.q_n_number .q_culture_list{padding:0;margin:0 auto;}
.q_n_number .q_culture_item_p{padding:0 5%;}

/* q_culture end! */

/* q_solution start! */
.q_section.q_solution{width:100%;margin:0 auto;padding:70px 0 0;}
.q_solution .swiper_solution .swiper_button_solution{background:none;width:50px;height:50px;line-height: 45px;font-size: 30px;margin-top: 0;font-weight: 100;
  text-align: center;border-radius: 4px;border:1px solid #fff;color:#fff;opacity: 1;transition: all 0.3s;
}
.q_solution .swiper_solution .swiper_button_solution.swiper_button_solution_prev{left:auto;right:115px;top:80px;}
.q_solution .swiper_solution .swiper_button_solution.swiper_button_solution_next{right:55px;top:80px;}

.q_sol_item{width:100%;margin:0 auto;}
.q_sol_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_sol_item_img,.q_sol_item_txt{width:50%;float:left;position: relative;}
.q_sol_item_img .img,.q_sol_item_txt .img{padding:62.35% 0 0;}
.q_sol_mask{width:100%;height:100%;position: absolute;left:0;top:0;padding:90px 55px 20px;}
.q_sol_mask_h{width:100%;margin:0 auto;padding:0 0 15px;border-bottom:2px solid rgba(255,255,255,.4);}
.q_sol_mask_h span{display: inline-block;font-size: 30px;color:#fff;line-height: 35px;letter-spacing: 2px;}
.q_sol_mask_ul{width:100%;margin:30px auto 0;}
.q_sol_mask_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_sol_mask_ul>li{width:30%;float:left;margin:0 5% 0 0;border-bottom:1px solid rgba(255,255,255,.4);}
.q_sol_mask_ul>li:nth-of-type(3n){margin:0;}
.q_sol_mask_ul>li>a{outline: none;display: block;width:100%;margin:0 auto;position: relative;color:#fff;
	font-size: 16px;line-height: 25px;letter-spacing: 1px;padding:15px 0;
}
.q_sol_mask_ul>li>a>span{display: inline-block;margin-right: 5px;line-height: 25px;}
.q_sol_mask_ul>li>a>i{display: inline-block;position: relative;width:20px;line-height: 25px;}
.q_sol_mask_ul>li>a:hover i{position: absolute;top:15px;right:0;}

.swiper-slide-active .q_sol_mask_ul{animation-name: fadeinuplong;animation-duration: 1s;}
/* q_solution end! */

/* q_news start! */
.q_news_list{width:100%;margin:0 auto;}
.q_news_item{width:32%;float:left;margin:0 2% 0 0;}
.q_news_item:nth-of-type(3n){margin:0;}
.q_news_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_news_item_img .img{padding:56% 0 0}
.q_news_item_txt{width:100%;margin:25px auto 0;}
.q_news_item_h{width:100%;margin:0 auto;}
.q_news_item_h>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 17px;color:#4c4c4c;text-align: justify;line-height: 25px;height:25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_date{margin:15px auto;font-size: 14px;color:#808080;line-height: 20px;}
.q_news_item_p{font-size: 14px;color:#808080;text-align: justify;line-height: 25px;height:50px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_news_item_h>a:hover{color:#0358a9;}
/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background:#333 url('../images/q_footer_bg.jpg') no-repeat center top;background-size:cover;color:#fff;}
.q_footer a{color:#fff;}
.q_footer a:hover{color:#0358a9;}
.q_footer_t{padding:60px 0 45px;}
.q_footer_nav{width:65%;float:left;}
.q_footer_item{width:14%;float:left;margin:0 2.6% 0 0;}
.q_footer_item_h{width:100%;margin:0 auto;}
.q_footer_item_h>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 18px;line-height: 25px;}
.q_footer_item ul{margin:20px auto 0;}
.q_footer_item ul>li{width:100%;margin:0 auto;}
.q_footer_item ul>li>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 14px;line-height: 2.2;color:#fff;opacity: .8;}

.q_footer_tel{width:30%;float:right;text-align: right;}
.q_footer_tel_h{font-size: 30px;font-weight: 700;line-height: 40px;}
.q_footer_tel_h>ul{margin:0 auto;width:100%;}
.q_footer_tel_h>ul>li{margin:0 auto;width:100%;font-size:16px;line-height:1.6;font-weight:400;}

.q_footer_tel_p{margin:10px auto 0;}
.q_footer_tel_p p{margin:0 auto;font-size: 16px;line-height: 2.3;}
.q_footer_tel_wx{margin:30px auto 0;}

.q_footer_b{width:100%;margin:0 auto;background-color: rgba(0,0,0,.5);padding:25px 0;text-align: center;}
.q_footer_b span,.q_footer_b a{margin:0 4px;line-height: 25px;font-size: 14px;color:color:#fff;outline: none;}
.q_footer_b a:hover{color:#0358a9;}
.q_footer_b span a{margin:0;}
.q_footer_b span img{display: inline-block;width:25px;margin-right: 8px;}
/* q_footer end! */

/* q_banner_n start! */
.q_banner_n .img{padding:31.25% 0 0}
/* q_banner_n end! */

/* q_main start! */
.q_main{width:100%;margin:0 auto;padding:60px 0 30px;font-size: 16px;color:#666;line-height: 2;min-height: 360px;}
.q_main p{width:100%;margin:0 auto;font-size: 16px;color:#666;line-height: 2;}
.q_main_title{width:100%;margin:0 auto;text-align: center;}
.q_main_title_cn{width:100%;margin:0 auto;}
.q_main_title_cn>span{display: inline-block;font-size: 32px;color:#333;font-weight: 700;line-height: 50px;position: relative;}
.q_main_title_cn>span:before{content:'';width:90px;height:1px;background-color: #333;position: absolute;left:-110px;top:26px;}
.q_main_title_cn>span:after{content:'';width:90px;height:1px;background-color: #333;position: absolute;right:-110px;top:26px;}
.q_main_title_en{width:100%;margin:5px auto 0;font-size: 16px;color:#b2b2b2;text-transform: uppercase;line-height: 25px;}

.nospan .q_main_title_cn>span:before{height:0;}
.nospan .q_main_title_cn>span:after{height:0;}

.q_main_row{margin:35px auto 0;}
.q_main_list{margin:30px auto 0;}
/* q_main end! */

/* q_n_about start! */

/* about_row01 */
.about_row01 .q_main_row{background:url('../images/about_row01_bg.png') no-repeat center top;padding:0 0 90px;}
.about_row01 .q_main_title_cn>span:before{height:0;}
.about_row01 .q_main_title_cn>span:after{height:0;}
.q_n_number{padding:25px 5% 0;}
.q_n_number .q_number_main{margin:0 auto;}
.q_n_number .q_number_item{border-right: 0;}
.q_n_number .q_number_top{color:#0358a9;}
.q_n_number .q_number_txt{color:#666;}
.about_row01_p{margin:40px auto 0;text-align: center;}
.about_row01_p p{text-align: center;line-height: 2;}

/* q_n_honor */
.q_n_honor{background:url('../images/q_n_honor_bg.jpg') no-repeat center top;padding:90px 0 30px;}
.q_n_honor .q_main_title_cn>span{color:#fff;}
.q_n_honor .q_main_title_cn>span:before{background-color: #fff;}
.q_n_honor .q_main_title_cn>span:after{background-color: #fff;}
.q_n_honor .q_main_title_en{color:#fff;}

.q_n_honor_main{padding:80px 120px;background-color: #fff;box-shadow: 0 0 5px #ccc;border-radius: 25px;}
.q_n_honor_list{width:100%;margin:0 auto;position: relative;}

.q_n_honor .swiper_button_honor{background:none;width:50px;height:50px;line-height: 45px;margin-top: -25px;font-size: 25px;
  text-align: center;border-radius: 4px;border:1px solid #0358a9;color:#0358a9;opacity: 1;transition: all 0.2s;
}
.q_n_honor .swiper_button_honor:hover{background-color: #0358a9;color:#fff;}
.q_n_honor .swiper_button_honor.swiper_button_honor_prev{left:-90px;}
.q_n_honor .swiper_button_honor.swiper_button_honor_next{right:-90px;}

.q_n_honor_item{width:100%;margin:0 auto;text-align: center;}
.q_n_honor_item_img{width:100%;margin:0 auto;border:1px solid #ccc;overflow:hidden;}
.q_n_honor_item_img .img{padding:128.84% 0 0;}
.q_n_honor_item_h{margin:15px auto 0;padding:0 5%;}
.q_n_honor_item_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 16px;color:#666;line-height: 25px;height:25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* q_partner */
.q_partner{margin:35px auto;}
.q_partner_list{width:100%;margin:0 auto;}
.q_part_item{width:15%;float:left;margin:0 2% 20px 0;}
.q_part_item:nth-of-type(6n){margin:0 0 20px 0;}
.q_part_item .img{padding:50% 0 0;}
/* q_n_about end! */

/* q_n_nav start! */
.q_n_nav{width:100%;margin:0 auto;font-size: 0;text-align: center;}
.q_n_nav>li{display: inline-block;margin:0 5px 10px;}
.q_n_nav>li>a{outline: none;display: block;width:100%;border:1px solid #bbb;padding:10px 30px;font-size: 15px;color:#555;line-height: 22px;letter-spacing: 1px;}
.q_n_nav>li:hover>a,.q_n_nav>li.on>a{border:1px solid #0358a9;color:#fff;background-color: #0358a9;}
/* q_n_nav end! */

/* q_n_product start! */
.q_n_pro_list{width:100%;margin:0 auto;}
.q_n_pro_item{width:23.5%;float:left;margin:0 2% 30px 0;position: relative;}
.q_n_pro_item:nth-of-type(4n){margin:0 0 30px 0;}
.q_n_pro_item_h{border:1px solid #ccc;}
.q_n_pro_item_h>a{outline: none;display: block;width:100%;padding:0 5%;text-align: center;font-size: 16px;color:#4c4c4c;line-height: 45px;height:45px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_pro_item_img{width:100%;margin:0 auto;overflow: hidden;padding:25px 0;
	border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:3px solid #ccc;
}
.q_n_pro_item_img .img{padding:54.11% 0 0;}
.q_n_pro_item:hover .q_n_pro_item_h{border:1px solid #0358a9;background-color: #0358a9;}
.q_n_pro_item:hover .q_n_pro_item_h>a{color: #fff;}
.q_n_pro_item:hover .q_n_pro_item_img{border-left:1px solid #0358a9;border-right:1px solid #0358a9;border-bottom:3px solid #0358a9;}
/* q_n_product end! */

/* q_position start! */
.q_position{width:100%;margin:0 auto 0;}
.q_position_main{width:100%;margin:0 auto;text-align: left;color:#999;line-height: 25px;height:25px;font-size: 14px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_position_main>i{margin-right: 5px;}
.q_position_main a{outline: none;color:#999;margin:0 3px;}
.q_position_main a:hover{color:#0358a9;}
/* q_position end! */

/* q_main_top start! */
.q_main_top{background-color: #f2f2f2;padding:30px 0 100px;}
.product_top{width:100%;margin:30px auto 0;}
.product_top_img{width:43%;float:right;padding:0 80px;position: relative;}
.product_top_img .swiper_pro_top .swiper-slide{padding:35px 0;}
.product_top_img .swiper_pro_top .swiper-slide .img{padding:47.84% 0 0;}
.product_top_img .swiper_pro_top .swiper_pagination_pro_top{bottom:0;}
.product_top_img .swiper_pro_top .swiper_pagination_pro_top .swiper-pagination-bullet{width:30px;height:7px;background-color: #ccc;opacity: 1;border-radius: 8px;}
.product_top_img .swiper_pro_top .swiper_pagination_pro_top .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #0358a9;}
.product_top_img .swiper_button_pro_top{background:none;width:55px;height:55px;line-height: 47px;margin-top: -25px;font-size: 26px;
  text-align: center;border-radius: 4px;border:1px solid #0358a9;color:#0358a9;opacity: 1;transition: all 0.3s;
}
.product_top_img .swiper_button_pro_top:hover{background-color: #0358a9;color:#fff;}
.product_top_img .swiper_button_pro_top.swiper_button_pro_top_prev{left:0;}
.product_top_img .swiper_button_pro_top.swiper_button_pro_top_next{right:0;}

.product_top_txt{width:44%;float:left;padding:50px 0 0;}
.product_top_h{font-size: 30px;color:#4c4c4c;line-height: 40px;}
.product_top_type{width:100%;margin:30px auto 25px;font-size: 18px;color:#0358a9;line-height: 25px;}
.product_top_p{font-size: 14px;color:#808080;line-height: 1.8;text-align: justify;}
/* q_main_top end! */

/* q_n_product show start! */
.q_n_video{width:100%;margin:0 auto;text-align: center;}
.q_show_row{width:100%;margin:30px auto 0;}
.q_n_product .q_show_row:nth-of-type(1){margin:0 auto;}
.q_show_row_h{width:100%;margin:0 auto;padding:0 0 15px;border-bottom: 4px solid #0358a9;}
.q_show_row_h span{display: inline-block;font-size: 24px;color:#0358a9;line-height: 30px;letter-spacing: 2px;}
.q_show_row_body{width:100%;margin:0 auto;padding:30px 0;}
.q_show_row_body .q_table{width:100%;margin:0 auto;overflow-x:scroll;}
.q_show_row_body .q_table table{width:100%!important;}

.q_n_load_list{width:100%;margin:0 auto;}
.q_n_load_item{width:32%;float:left;margin:0 2% 0 0;}
.q_n_load_item:nth-of-type(3n){margin:0;}
.q_n_load_item a{outline: none;display: block;width:100%;margin:0 auto;border:1px solid #0358a9;background-color: #f0f3fa;padding:40px 15%;}
.q_n_load_item a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_load_item_icon{width:35px;float:left;}
.q_n_load_item_txt{width:calc(100% - 45px);float:right;font-size: 16px;color:#444;line-height: 35px;height:35px;letter-spacing: 1px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}

/* q_n_product show end! */

/* q_nav_top start! */
.q_nav_top{width:100%;margin:0 auto;padding:0;background-color: #f2f2f2;}
.q_nav_top ul{text-align: center;font-size: 0;}
.q_nav_top ul>li{display: inline-block;margin:0 2px;}
.q_nav_top ul>li>a{outline: none;display: block;width:100%;font-size: 16px;color:#000;padding:0 40px;line-height: 70px;height:70px;}
.q_nav_top ul>li.on>a,.q_nav_top ul>li:hover>a{color:#fff;background-color: #0358a9;}
/* q_nav_top end! */

/* q_n_solution start! */
.q_n_sol_list{width:100%;margin:0 auto;}
.q_n_sol_item{width:32%;float:left;margin:0 2% 160px 0;position: relative;}
.q_n_sol_item:nth-of-type(3n){margin:0 0 160px 0;}
.q_n_sol_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_sol_item_img .img{padding:68.15% 0 0;}
a.q_n_sol_mask{outline: none;display: block;width:100%;height: 100%;position: absolute;left:0;top:0;padding:0 30px;}
.q_mask_block{width:100%;height: 100%;position: relative;}
.q_n_sol_mask_in{width:100%;background-color: #fff;box-shadow: 0 2px 3px #ccc;padding:30px 30px 28px;position: absolute;left:0;bottom:-125px;}
.q_n_sol_item_h{width:100%;margin:0 auto;}
.q_n_sol_item_h span{outline: none;display: block;width:100%;font-size: 22px;color:#333;line-height: 25px;height: 25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_sol_item_p{margin:20px auto 0;font-size: 14px;color:#666;text-align: justify;line-height: 25px;height: 50px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_sol_item_more{margin:15px auto 0;}
.q_n_sol_item_more span{outline: none;display: inline-block;font-size: 14px;line-height: 25px;color:#0358a9;height:25px;}
.q_n_sol_item_more span i{margin-left: 6px;}

.q_n_sol_item:hover .q_n_sol_mask_in{background-color: #0358a9;box-shadow: 0 0 0 #888;}
.q_n_sol_item:hover .q_n_sol_item_h span{color: #fff;}
.q_n_sol_item:hover .q_n_sol_item_p{color: #fff;}
.q_n_sol_item:hover .q_n_sol_item_more span{color: #fff;}
/* q_n_solution end! */

/* q_n_solution show start! */
.q_n_top{margin:25px auto 0;}
.q_n_solution_h{width:90%;margin:0 auto 50px;text-align: center;font-size:30px;color:#333;line-height: 1.6;}
.q_n_solution .q_show_row:nth-of-type(1){margin:0 auto;}
.q_n_solution .q_show_row:last-child{margin:60px auto 0;}
/* q_n_solution show end! */

/* q_n_news start! */
.q_n_news_list{width:100%;margin:0 auto;}
.q_n_news_item{width:100%;margin:0 auto 30px;}
.q_n_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_news_item_img{width:485px;height: 278px;float:left;overflow:hidden;}
.q_n_news_item_img .img{height:100%;}
.q_n_news_item_txt{width:calc(100% - 485px);float:right;height:278px;background-color: #f2f2f2;padding:60px 200px 30px 60px;position: relative;transition: all .1s;}
.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: 28px;color:#404040;text-align: justify;line-height: 35px;height: 35px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_item_date{width:140px;text-align: right;position: absolute;right:60px;top:90px;}
.q_n_news_item_date>span{display: block;}
.big{font-size: 48px;color:#404040;font-weight: 700;line-height: 55px;}
.small{margin:5px auto 0;font-size: 16px;color:#666;line-height: 25px;}
.q_n_news_item_p{margin:20px auto 0;font-size: 14px;color:#666;text-align: justify;line-height: 25px;height: 50px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_news_item_more{margin:30px auto 0;}
.q_n_news_item_more a{display: inline-block;font-size: 18px;color:#666;line-height: 25px;}
.q_n_news_item_more a i{margin-left: 10px;font-size: 20px;}

.q_n_news_item:hover .q_n_news_item_txt{background-color: #0358a9;}
.q_n_news_item:hover .q_n_news_item_h a{color: #fff;}
.q_n_news_item:hover .big{color: #fff;}
.q_n_news_item:hover .small{color: #fff;}
.q_n_news_item:hover .q_n_news_item_p{color: #fff;}
.q_n_news_item:hover .q_n_news_item_more a{color: #fff;}
/* q_n_news end! */

/* q_n_news show start! */
.q_n_news_h{width:90%;margin:0 auto;text-align: center;font-size:22px;color:#333;line-height: 1.6;}
.q_n_news_span{margin:30px auto 0;padding:5px 20px;background-color: #f2f2f2;text-align: center;}
.q_n_news_span span{display: inline-block;margin:0 8px;font-size: 15px;line-height: 20px;color:#666;letter-spacing: 1px;}
.q_n_news_body{margin:35px auto 0;padding:25px 0;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;min-height: 240px;}
/* q_n_news show end! */

/* q_n_service start! */
/* service_row01 */
.q_n_ser_list{width:100%;margin:0 auto;}
.q_n_ser_item{width:28%;float:left;position: relative;}
.q_n_ser_item.on{width:44%;}
.q_n_ser_item_img{width:100%;height:450px;}
.ser_img{width:100%;height:100%;background-position: center center;background-repeat: no-repeat;}
.q_n_ser_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color: rgba(0,0,0,.5);}
.q_n_ser_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%);
}
.q_n_ser_main{padding:0 10%;color:#fff;}
.q_n_ser_item_en{font-size: 18px;line-height: 30px;height:30px;text-transform: uppercase;letter-spacing: 1px;}
.q_n_ser_item_cn{margin:10px auto; font-size: 22px;line-height: 30px;height:30px;letter-spacing: 1px;}
.q_n_ser_item_p{font-size: 15px;line-height: 30px;display: none;}

.q_n_ser_item.on .q_n_ser_mask{background-color: rgba(3,88,169,.9);}
.q_n_ser_item.on .q_n_ser_item_cn{margin:10px auto 30px;}
.q_n_ser_item.on .q_n_ser_item_p{display: block;}

/* service_row02 */
.service_row_l{width:35%;float:left;}
.service_row_p{margin:30px auto 0; font-size: 14px;color:#666;text-align: justify;line-height: 1.8;}
.service_row_r{width:58%;float:right;}

.service_row02{margin:0 auto;padding:80px 0;}
.service_row02 .service_row_l{padding:35px 0 0;}
.service_row02 .q_main_title{text-align: left;}
.q_n_download_list{width:100%;margin:0 auto;}
.q_n_download_item{width: 100%;margin:0 auto;background-color: #f2f2f2;padding:20px 40px;border-bottom: 1px solid #fcfcfc;}
.q_n_download_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_download_item a{outline: none;display:block;width:100%;font-size: 14px;color:#4c4c4c;line-height: 25px;height:25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_download_item a i{display: inline-block;margin-right: 6px;font-size: 17px;}

.q_n_download_item_l{width:75%;float:left;}
.q_n_download_item_r{width:22%;float:right;}
.q_n_download_item:nth-of-type(1){background-color: #575859;}
.q_n_download_item:nth-of-type(1) a{color: #fff;}
.q_n_download_item:nth-of-type(1):hover{background-color: #575859;}

.q_n_download_item:hover{background-color: #0358a9;}
.q_n_download_item:hover a{color: #fff;}

/* service_row03 */
.service_row03{margin:0 auto;padding:50px 0 65px;background-color: #f2f2f2;}
.service_row03 .q_main_title{text-align: left;}

/* service_row04 */
.service_row04{padding:80px 0 50px;}
.q_faq_list{width:100%;margin:0 auto;}
.q_faq_item{width:32%;float:left;margin:0 2% 30px 0;border:1px solid #eee;padding:30px 25px;}
.q_faq_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_faq_item:nth-of-type(3n){margin:0 0 30px 0;}
.q_faq_item_icon{width:35px;float:left;}
.q_faq_item_txt{width:calc(100% - 42px);float:right;}
.q_faq_item_h{width:100%;margin:0 auto;}
.q_faq_item_h a{outline: none;display:block;width:100%;font-size: 16px;color:#555;text-align: justify;line-height: 33px;height: 35px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_faq_item_h a:hover{color:#0358a9;}
.q_faq_item_h a span{display: inline-block;line-height: 29px;height: 29px;position: relative;}
.q_faq_item_h a span:after{content:'';width:100%;height:1px;background-color: #eee;position: absolute;left:0;bottom:-4px;z-index: 2;}
.q_faq_item_p{margin:7px auto 0;font-size: 13px;color:#888;text-align: justify;line-height: 23px;height: 46px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_faq_item_more{margin:6px auto 0;}
.q_faq_item_more a{outline: none;display: inline-block;font-size: 14px;line-height: 20px;color:#0358a9;height:20px;}

.q_faq .q_section_more{text-align: center;width:100%;float:none;margin:20px auto 0;}
.q_faq .q_section_more a{border:1px solid #0358a9;color:#0358a9;}
.q_faq .q_section_more a:hover{background-color: #0358a9;color:#fff;}
/* q_n_service end! */

/* q_n_contact start! */
.con_half{width:50%;float:left;padding: 40px 45px;height:490px;}
.con_half_h{font-size: 28px;line-height: 35px;}
.contact_form .con_half_h{text-align: center;color:#fff;}
.con_half_p{margin:20px auto 0;}
.con_half_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 2.2;}
.con_half_p p span{font-size: 30px;font-weight: 700;color:#0358a9;line-height:1.5;}

.con_half_p>ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.con_half_p>ul>li{width:48%;float:left;margin:0 4% 0 0;}
.con_half_p>ul>li:nth-of-type(2n){margin:0;}

.contact_tel{background-color: #f2f2f2;color:#4c4c4c;}
.contact_weixin{margin:20px auto 0;}

.contact_form{background-color: #0358a9;color:#fff;}
.contact_form .con_half_p{width:85%;margin:15px auto 0;text-align: center;}
.contact_form .con_half_p p{color:#fff;line-height: 1.5;font-size: 14px;}

.contact_form .q_n_form{margin:30px auto 0;width:85%;}
.contact_form .q_n_form .form-button{text-align: center;margin:30px auto 0;}
.contact_form .q_n_form .form-button .button{border: solid 1px #fff;}
.contact_form .q_n_form .form-button .button:hover{background-color: #fff;color:#0358a9;}

.q_n_map{width:100%;margin:30px auto 0;border:1px solid #ddd;}
#allmap {width: 100%;height: 360px;font-size: 14px;line-height: 30px;overflow: hidden;}
#allmap b{color: #CC5522;font-weight: 700;font-size: 17px;line-height: 30px;}
#allmap img{max-width: none;}

.q_join{width:100%;margin:60px auto -30px;padding:65px 0;background:url('../images/q_join_bg.jpg') no-repeat center top;}
.q_n_join_item{width:31.4%;float:left;margin:0 2.9% 22px 0;background-color: #fff;padding:28px 30px;}
.q_n_join_item:nth-of-type(3n){margin:0 0 22px 0;}
.q_n_join_item_h{width:100%;margin:0 auto;}
.q_n_join_item_h a{outline: none;display:block;width:100%;font-size: 20px;color:#333;font-weight: 700;line-height: 25px;height: 25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_join_item_p{margin:15px auto 0;}
.q_n_join_item_p p{width:100%;margin:0 auto;font-size: 14px;color:#666;text-align: justify;line-height: 25px;height: 25px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_join_item_more{margin:15px auto 0;}
.q_n_join_item_more a{outline: none;display: inline-block;border:1px solid #0358a9;color:#0358a9;border-radius: 3px;
	font-size: 14px;line-height: 20px;padding:4px 22px;
}
.q_n_join_item_more a i{margin-left: 5px;}
.q_n_join_item_more a:hover{background-color: #0358a9;color:#fff;}

/* q_n_contact end! */

/* q_n_join start! */
.q_n_join_bg{background:url('../images/q_join_bg.jpg') no-repeat center top;}
.q_n_join_h{font-size: 24px;color:#4c4c4c;line-height: 30px;}
.q_n_join_span{margin:15px auto 0;font-size: 0;}
.q_n_join_span span{display: inline-block;font-size: 16px;line-height: 25px;color:#4c4c4c;margin-right: 29px;position: relative;}
.q_n_join_span span:before{content:'';width:2px;height:15px;background-color: #888;position: absolute;top:6px;left:-15px;}
.q_n_join_span span:nth-of-type(1):before{width:0;}
.join_row{wdith:100%;margin:50px auto 0;}
.join_row_h{font-size: 16px;color:#666;line-height: 25px;}
.join_row_body{margin:20px auto 0;}
.q_n_join .join_row_body p{margin:0 auto;font-size: 14px;color:#666;line-height: 25px;text-align: justify;}
.join_row_more{margin:50px auto 40px;}
.join_row_more a{outline: none;display: inline-block;padding:5px 25px;border:1px solid #001eb8;color:#001eb8;font-size: 15px;line-height: 25px;border-radius: 6px;}
.join_row_more a:hover{background-color: #001eb8;color:#fff;}
/* q_n_join end! */


.q_n_form{width:100%;margin:0 auto;padding:0;display: block;}
.q_n_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_form .form-group{padding:0;}
.q_n_form .q_form_div .form-group{width:49%;float:left;margin:0 2% 20px 0;padding:0;}
.q_n_form .q_form_div .form-group:nth-of-type(2n){margin:0 0 20px 0;}
.q_n_form .form-group .input{border-radius: 0;padding:10px 15px;}
.q_n_form .form-group .field .input{height:40px;}
.q_n_form .form-group .input:focus{border: solid 1px #0358a9;}
.q_n_form .form-button{margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display: inline-block;background-color: #0358a9;color:#fff;border: solid 1px #0358a9;
	padding:10px 80px;font-size: 15px;line-height: 25px;letter-spacing: 1px;border-radius: 0;
}

@media(max-width: 640px){

.q_n_form{margin:20px auto 0;}
.q_n_form .form-group{margin:0 auto 15px;}
.q_n_form .q_form_div .form-group{width:100%;float:none;margin:0 auto 15px;}
.q_n_form .q_form_div .form-group:nth-of-type(2n){margin:0 auto 15px;}
.q_n_form .form-button{margin:20px auto 0;text-align: center;}
.q_n_form .form-button .button{padding:6px 35px;font-size: 16px;line-height: 25px;letter-spacing: 1px;}

}
/* 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:#0358a9;}
.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: #0358a9;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;}

@media(max-width: 640px){
	.q_form_mask_in{width:300px;left:50%;margin-left:-150px;}
}
/* pagelist start! */
.pagelist {list-style: none;margin:30px auto 20px;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: #eee;margin:3px 3px;border-radius: 5px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #0358a9;}
.pagelist >a:hover{color:#fff;background-color: #0358a9;}
@media(max-width: 1440px){
	.pagelist {margin:35px auto 20px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:20px auto 5px;}
	.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 10px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 2px;}
}
/* pagelist end! */

/* page  start! */
.page{width:100%;margin:10px auto;line-height: 25px;padding:0;}
.page:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.page_a{width:50%;padding:0;float:left;color:#888;font-size: 15px;}
.page_a a{display:block; width:100%;outline: none;color:#888;font-size: 15px;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.page_a a:hover{color: #0358a9;}
.page_a a i{margin:0 10px;}
.page_next{float:right;text-align: right;}
@media (max-width: 1440px) {
  .page{margin:8px auto 0;font-size: 14px;}
  .page_a a{padding:0;font-size: 14px;}
  .page_a a i{margin:0 6px;}
}
@media (max-width: 640px) {
  .page{margin:0 auto;padding:6px 10px;}
  .page_a{width:100%;float:none;font-size: 13px;line-height: 30px;height:30px;}
  .page_next{float:none;text-align: left;}
  .page_a a{display: inline;padding:0;font-size: 13px;}
  .page_a a i{margin:0 6px;}
}
/* page  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: #0358a9;}
.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:5px;bottom:25%;z-index: 100000000000;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px;background-color: #0358a9;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:#0358a9;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;
}
.q_aside_item4{display: none;}
@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_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */