@charset "UTF-8";
/* 此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;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
.main1200{width:1200px;margin:0 auto;}
.main1700{width:1700px;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;}

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}

@media(max-width: 640px){

section.page1{position: relative;height: auto;}
section.page2 {position: relative;top: 0;}

}

/* q_header start! */
.q_header{width:100%;position: fixed;left:0;top:0;z-index: 9999;transition: all .2s;}
.q_logo{width:100px;float:left;}
.q_logo .default{opacity: 1;}
.q_logo .dafault_fixed{opacity: 0;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:15px 0;transition: all .2s;position: relative;height:115px;}
.q_logo>h1>a>img{height:85px;transition: all .2s;position: absolute;display:block;}

.q_notice{font-size: 0;padding:15px 0 0;}
.q_notice_txt,.q_language{display: inline-block;margin-left: 30px;}
.q_language{font-size: 0;}
.q_language a{outline: none;display: inline-block;font-size: 15px;color:#fff;line-height: 20px;margin-left: 20px;position: relative;}
.q_language a.cn:after{content:'';width:2px;height:12px;background-color: #fff;position: absolute;top:5px;right:-11px;}
.q_language a:hover{color: #015196;}
.q_notice_txt{font-size: 15px;color:#fff;line-height: 20px;letter-spacing: 1px;font-weight:700;}
.q_notice_txt i{margin-left: 10px;font-weight:400;}

.q_nav{width:calc(100% - 150px);float:right;text-align: right;}
.q_nav>ul{font-size: 0;}
.q_nav>ul>li{display: inline-block;margin-left: 60px;position: relative;}
.q_nav>ul>li:after{position: absolute;left: 50%;bottom: 0;content: "";width: 0;height: 3px;background-color: #fff;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>ul>li:hover:after,.q_nav>ul>li.on:after{width: 100%;transform: translateX(-50%);}

.q_nav>ul>li>a{outline: none;display: block;width:100%;padding:15px 0;color:#fff;letter-spacing: 2px; transition: all .2s;}
.q_nav>ul>li>a>span{font-size: 18px;line-height: 40px;height:40px;font-weight: 700;transition: all .2s;}

/* q_nav_son */
.q_nav_son{width:200%;position: absolute;top:100%;left:-50%;padding:10px 0 15px;z-index: 10;background-color: #fff;box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);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:#333;
    letter-spacing: 2px;font-weight: 700;
}
.q_nav_son>li:hover{background-color: #015196;}
.q_nav_son>li:hover>a{color:#fff;}

.q_header.q_header_fixed{box-shadow: 0 0 10px #333;background-color: #fff;}
.q_header.q_header_fixed .q_logo .default{opacity: 0;}
.q_header.q_header_fixed .q_logo .dafault_fixed{opacity: 1;}
.q_header.q_header_fixed .q_logo>h1>a{padding:10px 0;height:80px;}
.q_header.q_header_fixed .q_logo>h1>a>img{height:60px;}

.q_header.q_header_fixed .q_notice{padding:5px 0 0;transition: all .2s;}
.q_header.q_header_fixed .q_language a{color:#333;}
.q_header.q_header_fixed .q_language a:hover{color:#015196;}
.q_header.q_header_fixed .q_language a.cn:after{background-color: #333;}
.q_header.q_header_fixed .q_notice_txt{color:#333;}

.q_header.q_header_fixed .q_nav>ul>li:after{background-color: #333;}
.q_header.q_header_fixed .q_nav>ul>li>a{padding:10px 0 15px;color:#333;}
.q_header.q_header_fixed .q_nav>ul>li>a>span{line-height: 30px;height:30px;}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;height:100%;margin:0 auto;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-slide{height:100%;}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;padding:0;height:100%;
	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:12px;height:12px;background-color: #000;opacity: 0.5;}
.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:40px;height:60px;line-height: 60px;margin-top: -30px;font-size: 24px;
  text-align: center;border-radius: 0;background-color: rgba(255,255,255,1);color:#000;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:0;}
/* q_banner end! */

/* q_sort start! */
.q_sort{padding:50px 35px;background-color: #d8eaf8;}
.q_sort_item{width:32%;float:left;margin:0 2% 0 0;position: relative;box-shadow: 0 0 10px rgba(0,38,71,.4);border-radius: 10px;overflow:hidden;height:410px;}
.q_sort_item:nth-of-type(3n){margin:0;}
.q_sort_item .img{height:100%;}
.q_sort_item: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);
}
a.q_sort_item_mask{outline:none;display:block;width:100%;height:100%;position:absolute;left:0;top:0;padding:15% 10%;color:#015196;}
.q_sort_item_icon{width:135px;position: absolute;right:8%;bottom:12%;}
.q_sort_item_h .cn{font-size: 40px;font-weight: 700;line-height: 50px;letter-spacing: 2px;color:#fff;}
.q_sort_item_h .en{margin:10px auto 0;font-size: 22px;line-height: 30px;}
.q_sort_item_h .span{margin:5px auto 0;}
.q_sort_item_h .span span{display:inline-block;width:17%;height:3px;background-color:#fff;border-radius:3px;}
/* q_sort end! */

/* q_section_title start! */
.q_section_h{font-size: 33px;color:#131313;line-height: 40px;font-weight: 700;letter-spacing: 2px;}
.q_section_h span{display: block;margin:10px auto 0;font-size: 20px;color:#666;text-transform: capitalize;line-height: 25px;font-weight: 400;letter-spacing: 0;}
.q_section_span{width:70px;height:4px;background-color: #015196;margin:10px 0 0;}

/* q_section_title end! */

/* q_about start! */
.q_about{background:url('../images/q_about_bg.jpg') no-repeat center top;padding:115px 0 110px;}
.q_about_main{width:36%;}
.q_about .q_section_h{color:#fff;}
.q_about .q_section_h span{color:#fff;}
.q_about .q_section_span{background-color: #fff;}
.q_about_p{margin:20px auto 0;font-size: 15px;line-height: 2;text-align: justify;color:#fff;text-indent: 30px;}
.q_about_p p{font-size: 15px;line-height: 2;text-align: justify;color:#fff;text-indent: 30px;}
.q_about_more{margin:25px auto 0;}
.q_about_more a{outline: none;display: inline-block;background-color: #fff;padding:13px 15px;font-size: 22px;line-height: 25px;color:#015196;font-weight: 700;}
.q_about_more a:hover{background-color: #015196;color:#fff;}
/* q_about end! */

/* q_news start! */
.q_news_img{width:50%;float:right;height:500px;}
.swiper_news{height:100%;position: relative;}
.swiper_news .swiper-wrapper{height:100%;}
.swiper_news .swiper-wrapper .swiper-slide{height:100%;}
.q_news_img_item{height:100%;position: relative;overflow: hidden;}
.q_news_img_item>.img{height:100%;}
.q_news_img_txt{width:100%;padding:15px 20px;background-color: rgba(0,0,0,.7);position: absolute;left:0;bottom:0;}
.q_news_img_txt>a{outline:none;display:block;width:88%;font-size: 15px;color:#fff;line-height: 25px;height:25px;text-align: justify;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.q_news .swiper_news .swiper_button_news{background:none;width:40px;height:55px;line-height: 53px;margin-top: 0;font-size: 22px;bottom:0;top:auto;
  text-align: center;border-radius: 0;background-color: rgba(0,0,0,0);color:#fff;
}

.q_news .swiper_news .swiper_button_news.swiper_button_news_prev{left:auto;right:60px;}
.q_news .swiper_news .swiper_button_news.swiper_button_news_next{right:20px;}

.q_news_txt{width:50%;float:left;}
.q_news .q_section_span{display: none;}
.q_news_txt_main{padding:60px 8% 20px calc((200% - 1700px) / 2);}

.q_news .q_section_h span{display: inline-block;margin-left: 10px;}
.q_news_list{margin:30px auto 0;}
.q_news_item{width:100%;margin:0 auto 18px;position: relative;padding:0 0 0 12px;}
.q_news_item:before{content:'';width:5px;height:5px;background-color: #015196;border-radius: 50%;position: absolute;left:0;top:13px;}
.q_news_item>a{outline: none;display: block;width:100%;color:#666;}
.q_news_item>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_txt{width:84%;float:left;font-size: 16px;line-height: 30px;height:30px;text-align: justify;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_date{width:15%;float:right;font-size: 14px;line-height: 30px;height:30px;text-align: right;color:#888;}

.q_news_item:hover .news_txt{color: #015196;}
.q_news_item:hover .news_date{color: #015196;}

/* q_news end! */

/* q_message start! */
.q_message{background:url('../images/q_message_bg.jpg') no-repeat center top;padding:120px 0;}
.q_message .q_section_h{color:#fff;}
.q_message .q_section_h span{color:#fff;}
.q_message_main{padding:0 12%;}
.q_message .q_section_title{text-align: center;}
.q_message .q_section_span{margin:15px auto 0;background-color:#fff;}
.q_message_p{margin:30px auto 0;text-align: center;font-size: 14px;color:#fff;line-height: 25px;}
.q_n_form{margin: 30px auto 0;}

.q_form_item{width:32%;float:left;margin:0 2% 0 0;background-color: #fff;padding:10px 20px;}
.q_form_item:nth-of-type(3n){margin:0;}
.q_form_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_icon{width:30px;float:left;position:relative;}
.q_form_icon:after{content:'';width:1px;height:70%;background-color: #ddd;position: absolute;right:-12px;top:15%;z-index: 2;}
.q_form_txt{display: block;width:calc(100% - 43px);float:right;border:0;padding:0px 15px;line-height: 30px;height:30px;color:#333;font-size: 15px;}

.q_form_btn{margin:35px auto 0;text-align: center;}
.q_form_btn button{padding:10px 90px;background-color: #007bbf;color:#fff;border:1px solid #007bbf; border-radius: 0;}
.q_form_btn button:hover{background-color: #015196;border:1px solid #015196;}
.q_form_btn button:focus{background-color: #015196;border:1px solid #015196;}

/* q_message end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;color:#fff;}
.q_footer a{color:#fff;}
.q_footer a:hover{color:#fff;}
.q_footer_t{padding:50px 0;background-color: #333;}

.q_footer_wx{width:400px;float:right;text-align:right;}
.footer_wx_item{width:32%;float:left;margin:0 2% 0 0;text-align:center;}
.footer_wx_item:nth-of-type(3){margin:0;}
.footer_wx_item_h{margin:15px auto 0;font-size:14px;line-height:20px;}


.q_footer_list{width:calc(100% - 480px);float:left;}
.q_footer_item{width:11%;float:left;margin:0 1.5% 0 0;}
.q_footer_item:nth-of-type(7){width:25%;margin:0;}
.q_footer_item_h{padding:0 0 5px;border-bottom: 1px solid #555;}
.q_footer_item_h>a{outline:none;display: block;width:100%; font-size: 17px;line-height: 25px;letter-spacing: 2px;}

.q_footer_ul{margin:10px auto 0;}
.q_footer_ul>li>a{outline:none;font-size: 14px;line-height: 30px;letter-spacing: 1px;}
.q_footer_ul p{font-size: 14px;line-height: 30px;color: #fff;text-align: left;}


.q_footer_b{width:100%;margin:0 auto;background-color: #1f1f1f;padding:15px 0;text-align: center;}
.q_footer_b span,.q_footer_b a{margin:0 4px;line-height: 25px;font-size: 14px;color:#fff;outline: none;}
.q_footer_b a:hover{color:#015196;}
.q_footer_b span a{margin:0;}
.q_footer_b span img{display: inline-block;width:25px;margin:0 8px 0 12px;}
/* q_footer end! */

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

/* q_position start! */
.q_position{padding:10px 0;background-color: #f8f8f8;}
.q_position_main{text-align: left;color:#333;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:#333;margin:0 3px;}
.q_position_main a:hover{color:#015196;}
/* q_position end! */

/* q_main start! */
.q_main{padding:50px 0;font-size: 16px;color:#555;line-height:2;min-height: 360px;}
p{width:100%;margin:0 auto;font-size: 16px;color:#555;line-height:2;text-align: justify;}
.q_content{width:100%;margin:0 auto;}
.q_main_div{padding:70px 0;}

.q_main .q_section_title{text-align: center;}
.q_main .q_section_span{margin:10px auto 0;}
.q_section_title.q_section_title_white .q_section_h{color:#fff;}
.q_section_title.q_section_title_white .q_section_h span{color:#fff;}
.q_section_title.q_section_title_white .q_section_span{background-color: #fff;}
.q_main_body{margin:35px auto 0;}

/* q_main end! */

/* q_n_nav start! */
.q_n_nav{margin:0 auto 40px;}
.q_n_nav .q_n_nav_main{padding-bottom: 10px;border-bottom:1px solid #ccc;}
.q_n_nav_back{width:10%;float:right;text-align: right;}
.q_n_nav_back a{outline: none;display: block;width:100%;font-size: 16px;color:#4c4c4c;line-height: 30px;height: 30px;}
.q_n_nav_back a:hover{color:#015196;}
.q_n_nav_ul{width:86%;float:left;}
.q_n_nav_ul>li{float:left;margin:0 70px 0 0;position: relative;}
.q_n_nav_ul>li:after{position: absolute;left: 50%;bottom: -11px;content: "";width: 0;height: 3px;background-color: #015196;
	-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_n_nav_ul>li:hover:after,.q_n_nav_ul>li.on:after{width: 100%;transform: translateX(-50%);}
.q_n_nav_ul>li>a{outline: none;display:block;width:100%;font-size: 22px;color:#4c4c4c;font-weight: 700;line-height: 30px;}
.q_n_nav_ul>li.on>a,.q_n_nav_ul>li:hover>a{color: #015196;}
/* q_n_nav end! */

/* q_n_about start! */
.q_main_div.q_n_aboutus{padding-top:0;}
/* q_n_about end! */

/* q_n_honor start! */
.q_n_honor{background:#464848 url('../images/q_n_honor_bg.jpg') no-repeat center bottom;}

.q_n_honor .swiper_honor .swiper_pagination_honor{position: static;margin:30px auto 0;}
.q_n_honor .swiper_honor .swiper_pagination_honor .swiper-pagination-bullet{width:25px;height:5px;background-color: #fff;opacity: 0.5;border-radius: 5px;}
.q_n_honor .swiper_honor .swiper_pagination_honor .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}
.honor_item{width:100%;background-color: rgba(255,255,255,.5);padding:30px 20px;border-radius: 10px;}
.honor_item_img{width:100%;overflow: hidden;}
.honor_item_img .img{padding:71.2% 0 0;}
/* q_n_honor end! */

/* q_n_team start! */
.q_main_div.q_n_team{padding-bottom:0;}
.team_item{width:32%;float:left;margin:0 2% 15px 0;overflow:hidden;}
.team_item:nth-of-type(3n){margin:0 0 15px 0;}
.team_item .img{padding:78.82% 0 0;}
.team_item: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_n_team end! */

/* q_n_product start! */
.pro_item{width:49%;float:left;margin:0 2% 25px 0;box-shadow:0 0 5px #ddd;}
.pro_item:nth-of-type(2n){margin:0 0 25px 0;}
.pro_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.pro_item_img,.pro_item_txt{width:50%;float:left;overflow: hidden;position: relative;}
.pro_item_img .img{padding:121% 0 0;}
.pro_item_txt .img{padding:121% 0 0;transition: all .5s;
    /*background-color: #007bbf;*/
}
.pro_item_img{background:url('../images/pro_item_img.jpg') no-repeat center center;background-size:cover;}
.pro_item_txt{background:url('../images/pro_item_txt.jpg') no-repeat center center;background-size:cover;}

.pro_item:hover .pro_item_img .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);
}

.pro_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;padding:30px 20px;color:#015196;}
.pro_item_name{font-size:22px;line-height: 30px;height:30px;letter-spacing: 3px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.pro_item_line{font-size: 0;line-height: 0;height:1px;background-color: #015196;margin:20px auto;}
.pro_item_h a{outline: none;display: block;width:100%;font-size: 24px;line-height: 35px;letter-spacing: 2px;color:#015196;text-align: justify;}

.pro_item_more{width:100%;position: absolute;right:20px;bottom:30px;text-align: right;}
.pro_item_more a{outline: none;display: inline-block;border-radius: 50%;text-align: center;border:1px solid #015196;color:#015196;
	width:30px;height:30px;line-height: 28px;font-size: 16px;
}

/*.pro_item:hover .pro_item_txt .img{background-color: #015196;}*/

/* q_n_product end! */

/* q_n_news start! */
.news_item{width:23.5%;float:left;margin:0 2% 25px 0;}
.news_item:nth-of-type(4n){margin:0 0 25px 0;}
.news_item_img{overflow: hidden;}
.news_item_img .img{padding:60% 0 0;}

.news_item:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.news_item_txt{position: relative;padding:17px 0;border-bottom: 1px solid #ddd;}
.news_item_h a{outline: none;display: block;width:100%;font-size:16px;color:#4c4c4c;text-align: justify;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.news_item_p{margin:10px auto;font-size:13px;color:#999;text-align: justify;line-height: 22px;height:44px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_date{font-size: 13px;color:#999;line-height: 20px;height: 20px;}

.news_item:hover .news_item_txt{border-bottom: 1px solid #015196;}
.news_item_h a:hover{color: #015196;}

.q_n_show_h{width:90%;margin:0 auto;text-align: center;font-size: 22px;color:#333;line-height: 30px;letter-spacing: 2px;}

.q_n_show_span{margin:25px auto;padding:6px 15px;text-align: center;background-color: #fafafa;border-radius: 2px;}
.q_n_show_span span{font-size: 14px;color:#666;line-height: 20px;margin:0 5px;}
.q_n_show_body{margin:25px auto 0;padding:0 0 20px;border-bottom: 1px solid #ddd;min-height: 150px;}

/* q_n_news end! */

/* q_n_product start! */
.q_n_show_top{background-color:#f5f5f5;border-radius:20px;}
.q_n_show_img{width:50%;height:400px;float:right;text-align:center;padding:20px;}
.q_n_show_img img{max-height:100%;}
.q_n_show_txt{width:50%;height:400px;float:left;padding:50px 80px 25px;}
.q_n_show_txt_h{font-size:22px;color:#000;line-height:30px;letter-spacing:3px;font-weight:700;}
.q_n_show_txt_span{margin:15px auto;font-size:0;line-height:0;}
.q_n_show_txt_span span{display:inline-block;width:60px;height:2px;background-color:#007bbf;border-radius:2px;}
.q_n_show_txt_p{margin:70px auto 0;font-size:30px;color:#007bbf;line-height:1.8;padding-left: 75px;
    text-align:justify;letter-spacing:5px;font-weight:700;
}
.q_n_show_txt_p span{margin-right:30px;}
.q_n_show_body.q_n_show_body_pro{border-bottom:0;}
.q_n_show_content_h{margin:25px auto 0;}
.q_n_show_content_h span{display:inline-block;font-size:24px;color: #007bbf;line-height:30px;letter-spacing:2px;font-weight:700; position:relative;}
.q_n_show_content_h span:before{content:'';width:100%;height:3px;background-color:#007bbf;position:absolute;left:0;bottom:-15px;}
.q_n_show_content{margin:10px auto 0;padding:20px 0;color:#555;font-size:14px;min-height:150px;border-top:1px solid #ddd;}
.q_n_show_content p{color:#555;font-size:14px;}
/* q_n_product end! */

/* q_n_service start! */
.q_n_tel_list{margin:50px auto 0;}
.tel_item{width:25%;float:left;padding:0 15px;text-align: center;}
.tel_item_icon img{width:56px;}
.tel_item_txt{margin:15px auto 0;font-size: 16px;line-height: 25px;color:#444;}

/* q_map */
.q_map_title{margin:50px auto 0;}
.q_map{width:100%;height:480px;margin:40px auto 0;position: relative;}
.q_map_mask{width:100%;height: 100%;position: absolute;left:0;top:0;z-index: 9;}
#allmap {width: 100%;height: 100%;font-size: 13px;line-height: 25px;overflow: hidden;font-family:"微软雅黑";}
#allmap b{color: #015196;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_service end! */

/* q_n_medical start! */
.medical_item{padding:25px 0;border-bottom: 1px solid #ddd;}
.medical_item:nth-of-type(1){padding:0 0 25px;}
.medical_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.medical_item_img{width:230px;height:150px;float:right;overflow: hidden;}
.medical_item_img .img{height:100%;}

.medical_item: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);
}
.medical_item_txt{width:calc(100% - 375px);float:left;padding:5px 0 0 200px;position: relative;}
.medical_item_date{width:125px;position: absolute;left:0;top:0;font-size:32px;color:#555;font-weight: 700;line-height: 40px; }
.medical_item_date span{display: none;}
.medical_item_h{position: relative;}
.medical_item_h:before{content:'';width:60px;height:1px;background-color: #aaa;position: absolute;top:12px;left:-85px;}
.medical_item_h a{outline: none;display: block;width:100%;font-size:17px;color:#333;font-weight: 700;text-align: justify;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.medical_item_p{margin:20px auto 0;font-size:14px;color:#555;text-align: justify;line-height: 20px;height: 40px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.medical_item_more{margin:15px auto 0;}
.medical_item_more a{outline: none;display: inline-block;background-color: #fff;color:#888;text-transform: capitalize;
	padding:10px 0;font-size: 15px;line-height: 20px;transition: all .2s;
}
.medical_item_more a i{display: none;}
.medical_item_more a span{display: inline-block;}

.medical_item:hover .medical_item_date{color: #015196;}
.medical_item:hover .medical_item_h a{color: #015196;}
.medical_item:hover .medical_item_more a{background-color: #015196;color:#fff;padding:10px 30px;}
.medical_item:hover .medical_item_more a i{display: inline-block;font-size: 120%;}
.medical_item:hover .medical_item_more a span{display: none;}

/* q_n_medical end! */

/* q_n_item start! */
.job_item{margin:0 auto 15px;}
.job_item_h{background-color: #007dc5;padding:15px 40px;color:#fff;font-size:16px;line-height: 25px;}
.job_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.job_item_h_menu{width:25px;float:right;height:25px;line-height: 25px;text-align:center;font-size: 22px;cursor: pointer;}
.job_item_h_span{width:calc(100% - 50px);float:left;}
.job_item_h_span span{margin-right: 50px;}

.job_item_body{padding:30px 40px 50px;box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);display: none;transition: all .5s;}

.job_item_label{font-size: 0;}
.job_item_label span{display: inline-block;margin:0 45px 10px 0;font-size:16px;color:#015196;line-height: 25px;position: relative;}
.job_item_label span:before{content:'';width:1px;height:15px;background-color:#015196;position: absolute;top:6px;left:-23px;z-index: 1;}
.job_item_label span:nth-of-type(1):before{width:0;}

.job_item_div{margin:30px auto 0;}
.job_item_div_h{font-size: 17px;color:#333;font-weight: 700;line-height: 25px;letter-spacing: 1px;}
.job_item_div_body{margin:10px auto 0;font-size: 14px;color:#666;line-height: 25px;text-align: justify;}
.job_item_div_body p{margin:0 auto;font-size: 14px;color:#666;line-height: 25px;text-align: justify;}

.job_item_more{margin:25px auto 0;}
.job_item_more a{outline: none;display: inline-block;background-color: #015196;color:#fff;
	padding:10px 40px;font-size: 14px;line-height: 20px;letter-spacing: 2px;
}

.job_item.on .job_item_h{background-color: #015196;}
.job_item.on .job_item_h_menu{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.job_item.on .job_item_body{display: block;}
/* q_n_item end! */

/* q_n_pro2 start! */
.q_n_pro2_item{margin:0 auto 25px;}
.q_n_pro2_item_h{padding:10px 30px;background-color: #015196;color:#fff;font-size:16px;line-height: 25px;}
.q_n_pro2_top{margin:20px auto;height: 280px;}
.q_n_pro2_top_img{width:48.5%;float:left;height: 100%;}
.q_n_pro2_top_img .img{height: 100%;}
.q_n_pro2_top_txt{width:48.5%;float:right;padding:20px 0 0;}
.q_n_pro2_top_h{font-size: 22px;color:#333;line-height: 30px;font-weight: 700;}
.q_n_pro2_top_p{margin:15px auto 0;font-size:16px;color:#666;line-height: 2;text-align: justify;}
.table.q_n_pro2_table th{text-align: center;background-color: #adc7d9;color:#015196;font-weight: 400;}
.q_n_pro2_td:nth-of-type(2n+1) td{background-color: #e9f0f5;}
.q_n_pro2_tr td{font-size: 14px;line-height: 28px;}
/* q_n_pro2 end! */



/* pagelist start! */
.pagelist {list-style: none;margin:50px 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: #f5f5f5;margin:3px 3px;border-radius: 5px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #015196;}
.pagelist >a:hover{color:#fff;background-color: #015196;}
@media(max-width: 640px) {
	.pagelist {margin:30px auto 15px;}
	.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: #015196;}
.page_a a i{margin:0 10px;}
.page_next{float:right;text-align: right;}
@media (max-width: 640px) {
  .page{margin:0 auto;padding:6px 25px;}
  .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! */


/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #015196;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;text-align: center;line-height:30px;font-size: 17px;display: none;padding:7px 0;
  color:#fff;background-color:#015196;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.q_aside_item_main span{display:block;line-height:30px;}
.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;line-height: 26px;font-size: 14px;display: none;left:-130px;top:0px;padding:5px 0;}
  .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! */


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

/* 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: #015196;}
.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! */