@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */ /* 不使用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;
	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 14px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
div a {outline: none;}
/* 统一调整字间距以及过渡效果 */
div,a,span,p,ul,li{padding:0;margin:0;}
.main1200{width:1200px;margin:0 auto;}
.main1400{width:1400px;margin:0 auto;}
.main1600{width:1600px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:760px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 760px) {
	.q_banner .swiper_button {display: none;}
}

/* 返回顶部  开始 */
#toTop{width:100px;height:100px;bottom:150px;right:50px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 1440px){
	#toTop{width:85px;height:85px;bottom:120px;right:30px;}
}
@media(max-width: 640px){
	#toTop{width:60px;height:60px;bottom:200px;right:10px;}
	#toTop{display: none;}
}
/* 返回顶部  结束 */

/* q_top start! */
	.q_top{width:100%;margin:0 auto;padding:0 50px; height:50px;border-bottom: 1px solid #eee;font-size: 13px;line-height: 20px;color:#999;}
	.q_top_l{width:35%;float:left;padding:15px 0;}
	.q_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_top_l i{display: inline-block;background-color: #0099d9;color:#fff;padding: 0 5px;}
	.q_top_l>span{margin:0 0 0 3px;}
	.q_top_l>span>span{color:#0099d9;}
	.q_top_r{width:60%;float:right;}
	.q_top_r_icon{display: inline-block;float:right;padding:15px 0;}
	.q_top_r_icon a{outline: none;display: inline-block;width:20px;height:20px;margin:0 3px;background-color: #999;border-radius: 50%;color:#fff;font-size: 11px;text-align: center;}
	.q_top_r_icon a:hover{background-color: #0099d9;}
	.q_top_r_tx{display: inline-block;float:right;margin-right: 30px;}
	.q_top_r_tx a{outline: none; display: inline-block;padding:15px 25px;line-height: 20px;height:50px;color:#999;border-right:1px solid #eee;}
	.q_top_r_tx a:hover{color: #0099d9;}
	.q_top_r_tx a:first-child{border-left:1px solid #eee;}
/* q_top end! */

@media(min-width: 640px){
	.sp_header,.sjj_nav{display: none;}
}

/* q_header start! */
	.q_header{width:100%;margin:0 auto;padding:30px 0;}
	.q_header .main1600:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_logo{width:300px;float:left;height:70px;}
	.q_logo a{outline: none;display: block;width:100%;}
	.q_nav{width:calc(100% - 700px);float:left;margin-left: 80px;padding:20px 0;height:70px;}
	.q_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_nav>li{float:left;margin-right: 40px;position: relative;}
	.q_nav>li:after{content:'';width:1px;height:10px;background-color: #bbb;position: absolute;top:12px;left:calc(100% + 20px);}
	.q_nav>li>a{outline: none;display: block;width:100%;height:30px;line-height: 30px;padding:0 6px;position: relative;color:#444;font-size: 15px;}
	.q_nav>li>a:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: -8px;content: "";width: 0;height: 3px;border-radius: 3px;z-index: 999999;
			-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>a:hover{color:#0099d9;}
	.q_nav>li>a:hover:after,.q_nav>li a.on:after{width: 100%;background-color: #0099d9;}

	.q_nav_son{position: absolute;min-width: 160px;margin-left:-45px;top:25px;left:0;z-index: 99999;
		text-align: center;background-color: rgba(255,255,255,.9);padding:70px 0px 10px;display: none;transition: all 0s;
	}
	.q_nav_son>li{width:100%;padding:0 20px; line-height: 35px; font-size: 14px;transition: all 0s;}
	.q_nav_son>li>a{outline: none;display: block;width:100%;color:#555;transition: all 0s;}
	.q_nav_son>li:hover{background-color: rgba(36,99,169,.75);}
	.q_nav_son>li:hover a{color:#fff;}

	.q_search{width:270px;float:right;position: relative;height:70px;padding:20px 0 0 0 ;overflow: hidden;}
	.q_search_form{width:100%;height:100%;position: absolute;left:0;top:20px;height:44px;width:100%;transition:all .3s;z-index: 5;}
	.q_search_form .form-group{padding:0;}
	.q_search_form .addbtn .button{background-color: #0099d9;border:1px solid #0099d9;color:#fff;}
/* q_header end! */

/* q_banner start! */
	.q_banner{width:100%;margin:0 auto;padding:0;}
	.q_banner .swiper_banner .swiper-pagination-bullets{left:calc(100% - 65px);bottom:50%;position: absolute;width:36px;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
	}
	.q_banner .swiper_banner .swiper-pagination-bullet{color:#fff;background-color: rgba(255,255,255,0); border:1px solid rgba(255,255,255,0); width:28px;height:28px;line-height: 26px;font-size: 13px;position: relative;
		opacity: 1;text-align: center;display:inline-block;
	}
	.q_banner .swiper_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid #eab240;color:#eab240;}
	.q_banner .swiper_banner .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{margin:6px auto;}
	.q_banner .swiper_banner .swiper-pagination-bullet-active:after{content:'';position: absolute;width:60px;height:1px;background-color: #eab240;
		top:13px;left:calc(100% + 8px);
	}
	.q_banner .swiper_banner .swiper-pagination-bullet-active:before{content:'';position: absolute;width:20px;height:1px;background-color: #eab240;
		top:13px;left:-28px;
	}
/* q_banner end! */

/* q_section start! */
	.q_section{width: 100%;margin:0 auto;padding:40px 0;}
	.q_section_list{width:100%;margin:0 auto;}
	.q_section_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_section_item{width:32%;margin:0 2% 0 0 ;float:left;}
	.q_section_item:nth-of-type(3){margin:0;}
	.q_section_item_title{width:100%;margin:0 auto;height:35px;}
	.q_section_item_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_section_item_title_icon{width:35px;height:35px;float:left;}
	.q_section_item_title_more{width:50px;height:35px;line-height: 35px;float:right;}
	.q_section_item_title_more a{outline: none;display: block;width:100%;text-align: right;color:#777;text-transform: uppercase;font-size: 13px;}
	.q_section_item_title_more a:hover{color:#0099d9;}
	.q_section_item_title_h{width:calc(100% - 90px);float:left;padding:0 0 0 5px;height:35px;line-height: 35px;color:#373737;font-size: 18px;}
	.q_section_item_title_h span{margin-left: 5px;font-size: 12px;text-transform: uppercase;color:#888;}
	.q_section_item_main{width:100%;margin:15px auto 0;padding:30px 30px;background-color: #f8f8f8;height:402px;overflow: hidden;}
	.q_section_item_main.q_section_item_main2{width:100%;margin:15px auto 0;padding:15px 0px;background-color: #fff;border-top:1px solid #ddd;}
	.q_section_more{width:100%;margin:30px auto 0;padding:0;text-align: center;}
	.q_section_more a{outline: none;display: inline-block;padding:5px 25px;color:#777;text-transform: uppercase;font-size: 14px;border:1px solid #777;}
	.q_section_more a:hover{color:#fff;border:1px solid #0099d9;background-color: #0099d9;}
	/* q_about */
	.q_about_title{width:100%;margin:0 auto;padding:5px 0;border-bottom:1px solid #aaa;}
	.q_about_title_cn{width:100%;margin:0 auto;padding:0;font-size: 17px;font-weight: bold;line-height: 25px;color:#4e4e4e;}
	.q_about_title_en{width:100%;margin:0 auto;padding:0;font-size: 11px;line-height: 20px;color:#969696;text-transform: uppercase;}
	.q_about_group{width:100%;margin:20px auto 0;padding:0;}
	.q_about_group p{width:100%;margin:0 auto;padding:0;font-size: 14px;line-height: 24px;color:#555;text-align: justify;}
	/* q_number */
	.q_number{width:100%;margin:10px auto 0;padding:0;}
	.q_number_main{width:100%;margin:0 auto;padding:0;padding:15px 0;}
	.q_number_item{width:25%;float:left;border-right:1px solid #ccc;padding:0 5px;text-align: center;}
	.q_number_item:nth-of-type(4){border-right:0px solid #ccc;}
	.q_number_top{font-size: 24px;line-height: 25px;color:#00a6c9;font-weight: bold;}
	.q_number_top .sub{font-size: 12px;vertical-align: text-top;font-weight: normal;}
	.q_number_txt{width:100%;margin:5px auto;padding:0;font-size: 12px;color:#00a6c9;line-height: 20px;height:20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	/* q_news */
	.q_news_top{width:100%;margin:0 auto;padding:0;}
	.q_news_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_news_top_img{width:241px;height:191px;float:left;}
	.q_news_top_img a{outline: none;width:100%;height:100%;overflow: hidden;}
	.q_news_top_img a img{width:100%;height:100%;}
	.q_news_top_txt{width:calc(100% - 255px);float:right;padding:10px 0 0 0;position: relative;height:191px;}
	.q_news_top_txt h2{width:100%;margin:0 auto;padding:0;}
	.q_news_top_txt h2 a{outline: none;display: block;width:100%;margin:0 auto;padding:0;line-height: 25px;height:25px;font-size: 18px;color:#333;font-weight: bold;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	.q_news_top_txt h2 a:hover{color:#00a6c9;}
	.q_news_top_txt_date{width:100%;margin:0 auto;font-size: 13px;color:#888;line-height: 20px;height:20px;}
	.q_news_top_txt p{width:100%;margin:15px auto 0;padding:0;font-size: 14px;line-height: 22px;height:110px;color:#555;text-align: justify;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	}
	.q_news_top_txt_more{width:50px;height:25px;line-height: 25px;position: absolute;right:0;bottom:0;}
	.q_news_top_txt_more a{display: block;outline: none;width:100%;text-align: right;color:#ff9600;}

	.q_news_list{width:100%;margin:30px auto 0;padding:0;}
	.q_news_item{width:100%;margin:0 auto;padding:7px 0;border-bottom: 1px dashed #ccc;}
	.q_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_news_item_date{width:80px;height:25px;line-height: 25px;font-size: 13px;color:#999;text-align: right;float:right;}
	.q_news_item_h{width:calc(100% - 80px);float:left;}
	.q_news_item_h a{outline: none;display: block;width:100%;height:25px;line-height: 25px;font-size: 14px;color:#666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

	.q_news_list2{width:100%;margin:0 auto;padding:0;}
	.q_news_item_icon{width:25px;height:25px;float:left;}
	.q_news_item_txt{width:calc(100% - 30px);float:right;}
	.q_news_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

/* q_section end! */

/* q_business start! */
	.q_business{width:100%;margin:30px auto 0;padding:50px 0 60px;background-color: #f7f7f7;}
	.q_business_title{width:100%;margin:0 auto;padding:0;text-align: center;}
	.q_business_title_h{width:100%;margin:0 auto;color:#373737;font-size: 22px;height:30px;line-height: 30px;position: relative;}
	.q_business_title_h:after{content:'';width:20px;height:2px;background-color:#00a6c9;position: absolute;top:calc(100% + 5px);left:calc(50% - 10px); }
	.q_business_title_cn{width:100%;margin:10px auto 0;font-size: 17px;color:#4e4e4e;line-height: 25px;height:25px;}
	.q_business_title_en{width:100%;margin:0 auto;font-size: 12px;color:#969696;line-height: 20px;height:20px;text-transform: uppercase;}
	.q_business_list{width:100%;margin:40px auto 0;padding:0;}
	.q_business_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_business_item{width:16%;margin:0 0.8% 0 0;float:left;padding:15px 10px;background-color: #8c8c8c;text-align: center;color:#fff;}
	.q_business_item a{outline: none;display: block;width:100%;margin:0 auto;padding:0;color:#fff;}
	.q_business_item:nth-of-type(6n){margin:0 0 0 0;}
	.q_business_item_cn{width:100%;margin:0 auto;padding:0;font-size: 20px;line-height: 25px;height:25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_business_item_line{width:100%;margin:8px auto;padding:0;height:1px;background-color: #ccc;}
	.q_business_item_en{width:100%;margin:10 auto;padding:0;font-size: 10px;line-height: 15px;height:15px;text-transform: uppercase; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_business_item:hover{background-color: #00a6c9;}
	.q_business .q_section_more{margin:50px auto 0;}
/* q_business end! */

/* q_footer start! */
	.q_footer_t{width:100%;margin:0 auto;padding:0;background-color: #404040;}
	.q_footer_nav{width:100%;margin:0 auto;padding:20px 0;border-bottom: 1px solid #666;}
	.q_footer_nav ul{width:100%;margin:0 auto;}
	.q_footer_nav ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_nav ul li{float:left;margin:0 50px 0 0;position: relative;}
	.q_footer_nav ul li:after{content:"";width:1px;height:10px;background-color: #eee;position: absolute;top:8px;left:calc(100% + 25px);}
	.q_footer_nav ul li:last-of-type:after{width:0px;}
	.q_footer_nav ul li a{outline: none;display: block;width:100%;font-size: 15px;color:#eee;line-height: 25px;}
	.q_footer_nav ul li a:hover{color:#00a6c9;}
	/* q_footer_main */
	.q_footer .main1200:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer .main1600:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_main{width:100%;margin:0 auto;padding:45px 0;}
	.q_footer_item{width:50%;float:left;}
	.q_footer_item2{width:40%;}
	.q_footer_title{width:100%;margin:0 auto;line-height: 30px;height:30px;}
	.q_footer_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_title_icon{width:30px;height:30px;float:left;}
	.q_footer_title_span{width:calc(100% - 30px);float:right;font-size: 17px;font-weight: bold;color:#fff;}
	.q_footer_content{width:100%;margin:30px auto 0;padding:0 0 0 30px;}
	.q_footer_contact{width:100%;margin:0 auto;padding:0;}
	.q_footer_contact:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_contact_item{width:50%;float:left;padding:0 20px 0 0;margin:0 0 10px 0;}
	.q_footer_contact_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_contact_item_icon{width:20px ;float:left;}
	.q_footer_contact_item_txt{width:calc(100% - 28px);float:right;height:20px;line-height: 20px;color:#eee;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_footer_line{width:15%;height:1px;background-color: #fff;margin:15px 0 0 8%;}
	.q_footer_contact1{margin:20px auto 0;}
	.q_footer_contact1 .q_footer_contact_item{width:100%;}
	.q_footer_product_list{width:100%;margin:0 auto;}
	.q_footer_product_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_product_list li{float:left;margin:0 15px 10px 0;}
	.q_footer_product_list li a{line-height: 20px;color:#eee;font-size: 13px;}
	.q_footer_product_list li a:hover{color:#00a6c9;}
	.q_footer_weixin{width:100%;margin:20px auto 0;}
	.q_footer_weixin a{outline: none;display: inline-block;width:40px;height:40px;line-height: 40px;border-radius: 50%;background-color: #fff;
		color:#0a79d2;font-size: 17px;margin:0 6px;text-align: center;position: relative;
	}
	.q_footer_weixin a .icon_hover{position: absolute;width: 100px;top: -130px;left: 50%;margin-left: -50px;box-shadow: 0 0 5px#ccc;display:none;z-index: 99999999999;overflow: hidden;transition: all .3s;}
	.q_footer_weixin a:hover .icon_hover{animation: 0.3s linear 0s normal both 1 running fadeInDown;display:block;}

	.q_footer_b{width:100%;margin:0 auto;padding:20px 0;background-color: #1d1d1d;color:#aaa;}
	.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 12px;color:#aaa;outline: none;}
	.q_footer_b a:hover{color:#00a6c9;}
	.q_footer_b span a{margin:0;}
	.q_footer_b_r{width:15%;float:right;text-align: right;}
	.q_footer_b_l{width:80%;float:left;}
/* q_footer end! */

/* q_position start! */
	.q_position{width:100%;height:100px;margin:20px auto 0;background-color: #fafafa;position: relative;}
	.q_position:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_position_l{width:50%;height:100px;float:left;background-color: #fafafa;}
	.q_position_r{width:50%;height:100px;float:right;background-color: #e9e9e9;}
	.q_position_main{width:100%;height:100px;position: absolute;left:0;right:0;}
	.q_position_mainn{width:100%;height:100px;margin:0 auto;padding:30px 0;background-color:  #e9e9e9;}
	.q_position_mainn:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_position_title{width:35%;float:left;padding:0 0 0 35px;font-size: 30px;line-height: 40px;color:#515151;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_position_title span{font-size: 17px;color:#9d9d9d;text-transform: uppercase;margin-left: 10px;font-family: Times,Georgia,Arial;}
	.q_position_txt{width:55%;float:right;text-align: right;color:#666;line-height: 40px;height:40px;font-size: 13px;letter-spacing: 1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_position_txt a{outline: none;color:#666;}
	.q_position_txt a:hover{color:#0167af;}
/* q_position end! */

/* q_n_nav start! */
	.q_n_nav{width:100%;margin:1px auto 0;padding:5px 0 0;border-top:1px solid #aaa;border-bottom:1px solid #aaa;}
	.q_n_nav_list{width:100%;margin:0 auto;padding:0;}
	.q_n_nav_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_nav_list li{float:left;margin:0 5px 5px 0;}
	.q_n_nav_list li a{outline: none;display: block;width:100%;padding:5px 30px;background-color: #a0a0a0;font-size: 15px;color:#fff;line-height: 25px;}
	.q_n_nav_list li a.on,.q_n_nav_list li a:hover{background-color: #0099d9;}
/* q_n_nav end! */

/* q_main start! */
	.q_main{width:100%;margin:30px auto 0;padding:30px 0 50px;}
	.q_main p{width:100%;margin:0 auto;text-align:justify;font-size: 15px;color:#555;line-height: 2;}
	.q_mainn{width:100%;margin:0 auto;padding:0;min-height: 200px;}
	.q_mainn:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_about_img{width:40%;float:left;}
	.q_n_about_txt{width:55%;float:right;}
	.q_n_about_txt h1{width:100%;margin:0 auto;font-size: 28px;color:#373737;font-weight: bold;line-height: 30px;}
	.q_n_about_span{width:20px;height:2px;margin:25px 0 0;background-color: #0099d9;}
	.q_n_about_txt_cn{width:100%;margin:15px auto 0;font-size: 17px;color:#4e4e4e;line-height: 25px;}
	.q_n_about_txt_en{width:100%;margin:0 auto;font-size: 12px;color:#969696;line-height: 25px;text-transform: uppercase;}
	.q_n_about_txt_group{width:100%;margin:30px auto 0;}
	.q_n_about_txt_group p{margin:0 auto 15px;}
	.q_n_about_txt_list{width:100%;margin:30px auto 0;text-align:center;}
	.q_n_about_txt_item{width:24%;display: inline-block;}
/* q_main end! */

/* q_n_business start! */
	.q_n_business_list{width:100%;margin:0 auto;padding:0;}
	.q_n_business_item{width:100%;margin:0 auto;padding:20px 25px;border-bottom: 1px dashed #bbb;}
	.q_n_business_item:nth-of-type(1){padding:0 25px 20px;}
	.q_n_business_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_business_img{width:305px;height:175px;float:left;}
	.q_n_business_img a{outline: none;display: block;width:100%;height:100%;overflow: hidden;}
	.q_n_business_img a img{width:100%;
		-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;
	}
	.q_n_business_txt{width:calc(100% - 360px);height:175px;float:right;}
	.q_n_business_txt h2{width:100%;margin:0 auto;padding:0;}
	.q_n_business_txt h2 a{outline: none;display: block; width:100%;margin:0 auto;padding:0;font-size: 25px;color:#373737;
		line-height: 30px;height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	.q_n_business_txt_span{width:20px;height:2px;margin:15px 0 0;background-color: #0099d9;}
	.q_n_business_txt_p{width:100%;margin:10px auto 0;padding:0;text-align: justify;font-size: 14px;color:#666;line-height: 25px;height:75px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.q_n_business_more{width:100%;margin:20px auto 0;padding:0;}
	.q_n_business_more a{outline: none;display: inline-block;line-height: 20px;color:#0099d9;font-size: 13px;}
	.q_n_business_item:hover{border-bottom: 1px dashed #0099d9;}
	.q_n_business_item:hover .q_n_business_img a img{
		-moz-transform:scale(1.2,1.2);
		-ms-transform:scale(1.2,1.2);
		-o-transform:scale(1.2,1.2);
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2);
	}
	.q_n_business_item:hover .q_n_business_txt h2 a{color:#0099d9;}
	.q_mainn_title{width:100%;margin:0 auto;padding:0;font-size: 25px;color:#373737;line-height: 30px;text-align: center;}
	.q_mainn_span{width:100%;margin:25px auto 0;padding:10px 20px;background-color: #f0f0f0;font-size: 14px;line-height: 23px;color:#727272;text-align: center;}
	.q_mainn_span span{margin:0 5px;}
	.q_mainn_body{width:100%;margin:0 auto;padding:35px 50px 50px;min-height: 200px;border-bottom: 1px dashed #ccc;}
	.q_mainn_body_pdf{width:100%;margin:20px auto 10px;}
	.q_mainn_body_pdf a{font-size: 16px;color:#0099d9;outline: none;}
	.q_mainn_body_pdf a i{margin-right: 5px;}
/* q_n_business end! */

/* q_n_single start! */
	.q_n_single_h{width:100%;margin:0 auto;padding:0;height:30px;line-height: 30px;}
	.q_n_single_h span{display: inline-block;padding:0 25px;font-size: 25px;color:#373737;border-left: 4px solid #0099d9;}
	.q_n_single_body{width:100%;margin:30px auto 0;padding:0;}
	.q_n_single_body:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
/* q_n_single end! */

/* q_n_news start! */
	.q_n_news_top{width:100%;margin:0 auto;padding:0;}
	.q_n_news_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_news_top_img{width:450px;height:305px;float:left;overflow:hidden;}
	.q_n_news_top_txt{width:calc(100% - 450px);height:305px;float:right;padding:40px 60px 0;background-color: #fafafa;}
	.q_n_news_top_txt_h{width:100%;margin:0 auto;padding:0;}
	.q_n_news_top_txt_h a{outline: none;display: block;width:100%;font-size: 25px;color:#373737;line-height: 35px;height:35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_n_news_top_txt_date{width:100%;margin:5px auto;padding:0;font-size: 14px;color:#a1a1a1;line-height: 20px;height:20px;}
	.q_n_news_top_txt_p{width:100%;margin:10px auto 0;font-size: 13px;color:#6c6c6c;text-align: justify;line-height: 25px;max-height: 100px;overflow: hidden;}
	.q_n_news_top_txt_more{width:100%;margin:20px auto 0;padding:0;}
	.q_n_news_top_txt_more a{outline: none;display: inline-block;line-height: 20px;color:#0099d9;font-size: 13px;}
	/* q_n_news_list */
	.q_n_news_list{width:100%;margin:30px auto 0;padding:0;}
	.q_n_news_item{width:100%;margin:0 auto;padding:15px 50px;}
	.q_n_news_item:nth-of-type(2n){background-color: #f8f8f8;}
	.q_n_news_item a{outline: none;display: block;width:100%;}
	.q_n_news_item a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_news_item_date{width:100px;height:25px;float:right;text-align: right;line-height: 25px;font-size: 14px;color:#a1a1a1;}
	.q_n_news_item_h{width:calc(100% - 120px);float:left; height:25px;line-height: 25px;font-size: 16px;color:#5a5a5a;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_n_news_item_h i{color:#0099d9;margin-right: 8px;}
	.q_n_news_item:hover{background-color: #0099d9;}
	.q_n_news_item:hover .q_n_news_item_h{color:#fff;}
	.q_n_news_item:hover .q_n_news_item_h i{color:#fff;}
	.q_n_news_item:hover .q_n_news_item_date{color:#fff;}
/* q_n_news end! */

/* q_n_job start! */
	.q_n_job_list{width:100%;margin:0 auto;padding:0;}
	.q_n_job_item{width:100%;margin:0 auto;padding:15px 50px;}
	.q_n_job_item:nth-of-type(2n+1){background-color: #f8f8f8;}
	.q_n_job_item:nth-of-type(1){background-color: #a0a0a0;}
	.q_n_job_item:nth-of-type(1) a{color: #fff;}
	.q_n_job_item a{outline: none;display: block;width:100%;font-size: 15px;clor:#272727;}
	.q_n_job_item a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.job_span{line-height: 25px;height:25px;padding:0 5px;text-align: center;float:left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.job_item_span1{width:5%;color:#0099d9;}
	.job_item_span2{width:25%;}
	.job_item_span3{width:15%;}
	.job_item_span4{width:10%;}
	.job_item_span5{width:15%;}
	.job_item_span6{width:15%;}
	.job_item_span7{width:15%;}
	.q_n_job_item:hover{background-color: #0099d9;}
	.q_n_job_item:hover .job_span{color:#fff;}
/* q_n_job end! */

/* q_n_case start! */

	.q_n_case_list{width:100%;margin:0 auto;padding:0;}
	.q_n_case_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_case_item{width:47%;margin:0 6% 30px 0;float:left;}
	.q_n_case_item:nth-of-type(2n){margin:0 0 30px 0;}
	.q_n_case_item_img{width:100%;margin:0 auto;padding:0;}
	.q_n_case_item_img a{outline: none;display: block;width:100%;overflow: hidden;}

	.q_n_case_item_img a img{
		width:100%;
		/*transition: all 0.5s;*/
		-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;
	}

	.q_n_case_item:hover .q_n_case_item_img a img{
		-moz-transform:scale(1.2,1.2);
		-ms-transform:scale(1.2,1.2);
		-o-transform:scale(1.2,1.2);
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2);
	}
	.q_n_case_item_txt{width:100%;margin:0 auto;padding:20px 0;border-bottom: 1px solid #ccc;}
	.q_n_case_item_txt a{outline:none;display:block;width:100%;color:#444;height:30px;line-height: 30px;}
	.q_n_case_item_txt_squre{width:10px;height:10px;background-color: #0099d9;float:left;margin:10px 15px 0 0;}
	.q_n_case_item_txt_arrow{width:30px;float:right;text-align: right;font-size: 17px;color:#444;}
	.q_n_case_item_txt_h{width:calc(100% - 60px);float:left;font-size: 17px;height:30px;line-height: 30px;letter-spacing: 1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_n_case_item:hover .q_n_case_item_txt{border-bottom: 1px solid #0099d9;}
	.q_n_case_item:hover .q_n_case_item_txt a{color: #0099d9;}
	.q_n_case_item:hover .q_n_case_item_txt_arrow{color: #0099d9;}
/* q_n_case end! */

/* q_n_contact start! */
	.q_n_contact_main{width:100%;margin:0 auto;padding:45px;border-top:1px solid #aaa;}
	.q_n_contact_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_contact_img{width:106px;height:106px;float:right;border:1px solid #aaa;}
	.q_n_contact_txt{width:calc(100% - 135px);height:106px;float:left;}
	.q_n_contact_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_contact_item{width:32%;float:left;margin:0 2% 5px 0;padding:10px 0;}
	.q_n_contact_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_contact_item:nth-of-type(3n){margin:0 0 5px 0;}
	.q_n_contact_item:nth-of-type(5){width:66%;margin:0 0 5px 0;}
	.q_n_contact_item_icon{width:30px;height:30px;float:left;}
	.q_n_contact_item_txt{width:calc(100% - 40px);height: 30px;line-height: 30px;float:right;font-size: 16px;color:#555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_n_contact_item_txt span{margin-right:5px;font-weight: bold;}
	.q_n_map{width: 100%; margin:0px auto 15px;padding:0;height:400px;overflow: hidden;}
	.my-map { margin: 0 auto; width:100%; height:100%; }
	.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
	.my-map .icon-cir { height: 31px; width: 28px; }
	.my-map .icon-cir-red { background-position: -11px -5px; }
	.amap-container{height: 100%;}
	/* q_n_message */
	.q_n_message{width:100%;margin:0 auto;padding:60px 150px;border-bottom: 1px solid #ddd}
	.q_n_message_title{width:100%;margin:0 auto;font-size: 26px;color:#2e2e2e;line-height: 35px;height:35px;text-align: center;}
	.q_n_form{width:100%;margin:40px auto 0;padding:0;display: block;}
	.q_n_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_form .form-group{width:48%;float:left;margin:0 4% 20px 0;padding:0;}
	.q_n_form .form-group:nth-of-type(2n){margin:0 0 20px 0;}
	.q_n_form .form-group .addon{background-color: #ed6e03;color:#fff;border: solid 1px #ed6e03;}
	.q_n_form .form-group .input:focus{border: solid 1px #ed6e03;}
	.q_n_form .form-button{text-align: center;margin:0 auto;padding:0;}
	.q_n_form .form-button .button{padding:8px 65px;background-color: #ed6e03;color:#fff;border: solid 1px #ed6e03;font-size: 16px;line-height: 25px;margin:30px auto 0;}
	.q_n_message_p{width:100%;margin:15px auto 0;padding:0;text-align: center;font-size: 15px;color:#999;line-height: 25px;}
/* q_n_contact end! */



/* pagelist start!  */
	.pagelist {list-style: none;line-height: 45px;margin:50px auto 10px;text-align: center;padding:5px 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:#555;margin:3px 2px;transition: all .2s;border:1px solid #ccc;
	}
	.pagelist > span{color:#fff;background-color: #0099d9;border:1px solid #0099d9;}
	.pagelist >a:hover{color:#fff;background-color: #0099d9;border:1px solid #0099d9;}
	@media(max-width: 1440px){
		.pagelist {margin:35px auto 20px;}
	}
	@media(max-width: 640px) {
		.pagelist {line-height: 40px;margin:25px auto 5px;}
		.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 1px;}
	}
/* pagelist end!  */

	/* 内页翻页 */
	.page{width:100%;margin:10px auto 15px;line-height: 25px;}
	.page_a{width:50%;padding:0 10px;float:left;color:#999;font-size: 12px;}
	.page_a a{outline: none;color:#777;}
	.page_next{float:right;text-align: right;}
	@media (max-width: 640px) {
		.page{width:100%;margin:10px auto 5px;line-height: 25px;}
		.page_a{width:100%;padding:0 10px;float:none;color:#999;font-size: 13px;}
		.page_next{float:none;text-align: left;}
	}
	/* 内页翻页 */
