@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
@font-face{
  font-family: SourceHanSansRegular;
  src: url('./fonts/SourceHanSans-Regular.otf');
}
@font-face{
  font-family: SourceHanSansBold;
  src: url('./fonts/SourceHanSans-Bold.otf');
}
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: #fff;
	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
.main1200{width:100%;max-width:1200px;margin:0 auto;}
.main1400{width:100%;max-width:1400px;margin:0 auto;}
.main1600{width:100%;max-width:1600px;margin:0 auto;}
.main1800{width:100%;max-width:1800px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
@font-face{
  font-family: 'number';
  src: url('./AlternateGothicNo2BT-Regular.otf');
}

@keyframes fadeinup {
  0%   {opacity: 0;transform: translateY(120px)}
  100% {opacity: 1;transform: translateY(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%;border-bottom: 1px solid rgba(255,255,255,.2);position: fixed;left:0;top:0;z-index: 9999;transition: all .2s;}
.q_header .default{opacity: 1;}
.q_header .default_fixed{opacity: 0;}
.q_logo{width:310px;float:left;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:30px 0;transition: all .2s;position: relative;}
.q_logo>h1>a>img{height:30px;transition: all .2s;position: absolute;display:block;}

.q_nav{width:calc(100% - 400px);float:left;margin-left: 30px;}
.q_nav>ul{font-size: 0;text-align: right;}
.q_nav>ul>li{display: inline-block;margin-left: 45px;position: relative;}
.q_nav>ul>li:after{position: absolute;left: 50%;bottom: 12px;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:25px 0;color:#fff;position: relative;transition: all .2s;}
.q_nav>ul>li>a>span{display: block;width:100%;font-size: 17px;line-height: 40px;height:40px;letter-spacing: 1px;}

/* q_nav_son */
.q_nav_son{width:160%;position: absolute;top:100%;left:-30%;padding:10px 0;z-index: 10;background-color: #fff;display: none;}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 13px;text-align: center;line-height: 36px;color:#555;}
.q_nav_son>li:hover{background-color: #0eaa9d;}
.q_nav_son>li:hover>a{color:#fff;}

.q_search{width:20px;float:right;padding:30px 0;transition: all .2s;position: relative;}
.q_search img{height:30px;cursor: pointer;position: absolute;display:block;}

.q_header.q_header_fixed{box-shadow: 0 0 10px #ccc;background-color: #fff;}
.q_header.q_header_fixed .default{opacity: 0;}
.q_header.q_header_fixed .default_fixed{opacity: 1;}
.q_header.q_header_fixed .q_logo>h1>a{padding:20px 0;}
.q_header.q_header_fixed .q_nav>ul>li>a{color:#0eaa9d;padding:15px 0;}
.q_header.q_header_fixed .q_nav>ul>li:after{background-color: #0eaa9d;}
.q_header.q_header_fixed .q_search{padding:20px 0;}
/* 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: #fff;opacity: 0.3;}
.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:1;}
/* q_banner end! */

/* q_section start! */
.q_section{padding:80px 0;}
.q_section_title .cn{font-size: 36px;color:#373737;font-weight: 700;line-height: 45px;letter-spacing: 5px;}
.q_section_title .en{margin:5px auto 0;font-size: 25px;color:#b0b0b0;line-height: 30px;text-transform: uppercase;letter-spacing: 3px;}

.q_section_more{width:30%;position: absolute;top:0;right:0;text-align: right;}
.q_section_more a{display: inline-block;outline: none;border:1px solid #fff;padding:8px 50px;font-size: 17px;color:#fff;line-height: 25px;transition: all .2s;}
.q_section_more a i{margin-left: 5px;font-size: 110%;}
.q_section_more:hover a{color:#00a597;background-color: #fff;}

/* q_section end! */

/* q_product start! */
.q_section.q_product{background:#fff url('../images/q_product_bg.jpg') no-repeat center bottom;padding:50px 0 57px;height:927px;}
.q_product_main{position: relative;}
.q_product .q_section_title{position: absolute;left:0;top:30px;}

.q_product_r{width:500px;float:right;position: relative;}
.q_product_r_bg{width:100%;}
.q_product_nav{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_product_li{width:186px;position: absolute;left:0;top:0;text-align:center;cursor: pointer;}
.q_product_li:nth-of-type(2){left:310px;top:290px;}
.q_product_li:nth-of-type(3){left:0;top:600px;}
.q_product_icon{width:186px;height:186px;padding:10px;border:1px solid #00a597;border-radius: 50%;}
.icon_img{width:100%;height:100%;border-radius: 50%;overflow:hidden;border:1px dashed #00a597;padding:30px;}
.icon_img img{display: block;}
.icon_img .default{display: block;}
.icon_img .on{display: none;}

.q_product_letter{margin:8px auto;font-size:22px;color:#484848;line-height: 25px;letter-spacing: 2px;}

.q_product_li.on .icon_img{background-color: #00a597;border:1px solid #00a597;}
.q_product_li.on .icon_img .default{display: none;}
.q_product_li.on .icon_img .on{display: block;}
.q_product_li.on .q_product_letter{color: #00a597;}

.q_product_l{width:calc(100% - 500px);float:left;padding:170px 0 0;}

.q_product_list{display: none;}
.q_product_list.on{display: block;animation-name: fadeinup;animation-duration: 1s;}

.q_product .swiper_pro .swiper_pagination_pro{width:70px;font-size: 22px;color:#b2b2b2;font-weight: 700;bottom:auto;left:auto;right:710px;top:73px;}
.q_product .swiper_pro .swiper_pagination_pro .swiper-pagination-current{color:#00a597;font-size: 30px;}
.q_product .swiper_pro .swiper_button_pro{background:none;width:30px;height:30px;line-height: 30px;margin-top: 0;font-size:22px;top:80px;
  text-align: center;border-radius: 0;color:#00a597;
}
.q_product .swiper_pro .swiper_button_pro.swiper_button_pro_prev{left:auto;right:780px;}
.q_product .swiper_pro .swiper_button_pro.swiper_button_pro_next{right:680px;}

.q_pro_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_pro_item_txt{width:calc(100% - 680px);float:left;padding:80px 0 0;}
.q_pro_item_h{width:calc(100% - 140px)}
.q_pro_item_h a{outline: none;display: block;width:100%;font-size: 25px;line-height: 30px;color:#00a597;}
.q_pro_item_span{margin:15px auto 0;font-size: 0;line-height: 0;}
.q_pro_item_span span{display: inline-block;width:36px;height:3px;background-color: #00a597;border-radius: 3px;}
.q_pro_item_p{margin:25px auto 0;font-size: 16px;color: #707070;line-height: 2.2;text-align: justify;}
.q_pro_item_more{margin:20px auto 0;}
.q_pro_item_more a{outline: none;display: inline-block;border:1px solid #00a597;padding: 10px 32px;font-size:18px;color:#00a597;line-height: 25px;letter-spacing: 2px;}
.q_pro_item_more a i{margin-left: 10px;}


.q_pro_item_img{width:560px;float:right;}
.q_pro_item_img .img{padding:75.89% 0 0;}


/* q_product end! */

/* q_about start! */
.q_section.q_about{background:#0eaab4 url('../images/q_about_bg.jpg') no-repeat center bottom;padding:95px 0 145px;}
.q_about_main{padding-right:44%;position: relative;}
.q_about .q_section_title .cn{color:#fff;}
.q_about .q_section_title .en{color:#fff;}
.q_about_body{margin:60px auto 0;}
.q_about_h{font-size: 22px;color:#fff;font-weight: 700;line-height: 30px;letter-spacing: 1px;}
.q_about_span{margin:20px auto;font-size: 0;line-height: 0;}
.q_about_span span{display: inline-block;width:50px;height: 3px;background-color: #aae6ff;}
.q_about_p{font-size: 15px;color:#fff;line-height: 2;text-align:justify;}
.q_about_p p{font-size: 15px;color:#fff;line-height: 2;text-align:justify;}
/* q_about end! */

/* q_number start! */
.q_number{margin:65px auto 0;}
.q_number_main{width:100%;margin:0 auto;padding:0;padding:20px 0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:25%;float:left;padding:0 10px;text-align: left;}
.q_number_icon{margin:0 auto 10px;}
.q_number_icon img{width:56px;}
.q_number_top{font-size: 45px;line-height: 56px;color:#fff;font-family: 'number';}
.q_number_top .sub{font-size: 16px;vertical-align: text-top;font-weight: normal;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 16px;color:#eee;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* q_number end! */

/* q_honor start! */
.q_section.q_honor{background:#f1f1f1 url('../images/q_honor_bg.jpg') no-repeat center bottom;padding:80px 0 110px;}
.q_honor_main{position: relative;}
.q_honor_p{width:30%;position: absolute;top:0;right:0;text-align: right;font-size: 19px;color:#989898;line-height: 30px;}
.q_honor_block{width:1300px;margin:80px auto 60px;}
.q_honor .swiper_honor{margin:65px auto 0; position: relative;}
.q_honor .swiper_honor .swiper-slide{width: 450px;height: 340px;box-shadow: 0 0 20px #ccc;}
.q_honor .swiper_honor .swiper-slide a.img{height:100%;}
.q_honor .swiper_honor .swiper_button_honor{background:none;width:40px;height:60px;line-height: 60px;margin-top: -30px;font-size: 24px;
  text-align: center;border-radius: 0;background-color: #00a597;color:#fff;transition: all 0.3s;
}
.q_honor .swiper_honor .swiper_button_honor.swiper_button_honor_prev{left:3%;}
.q_honor .swiper_honor .swiper_button_honor.swiper_button_honor_next{right:3%;}
/* q_honor end! */

/* q_news start! */
.q_section.q_news{background:#0eaa9d url('../images/q_news_bg.jpg') no-repeat center bottom;padding:100px 0 140px;}
.q_news_main{position: relative;}
.q_news .q_section_title .cn{color:#fff;}
.q_news .q_section_title .en{color:#ddd;}

.q_news_list{margin:50px auto 0;}
.q_news_item{width:33.33%;float:left;border-right: 1px solid rgba(255,255,255,.7);padding:0 45px;}
.q_news_item:nth-of-type(1){border-left: 1px solid rgba(255,255,255,.7);}
.q_news_item_img{overflow:hidden;border:1px solid #fff;}
.q_news_item_img .img{padding:68.8% 0 0;}
.q_news_item_txt{margin:20px auto 0;}
.q_news_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:#fff;line-height: 35px;height:35px;text-align: justify;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_date{font-size:15px;color:#eee;line-height: 20px;}
.q_news_item_p{margin:25px auto 0;font-size:15px;color:#fff;text-align: justify;line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.q_news_item_more{margin:30px auto 0;}
.q_news_item_more a{outline: none;display: block;width:100%;font-size: 15px;color:#fff;}
.q_news_item_more a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_news_item_more a span{display: block;}
.more_l{width:40%;float:left;}
.more_r{width:40%;float:right;text-align: right;}

.q_news .q_section_more a{color:#00a597;background-color: #fff;}
/* q_news end! */

/* q_footer start! */
.q_footer{background:#050d19 url('../images/q_footer_bg.jpg')no-repeat center bottom;}
.q_footer a{outline: none;color:#fff;opacity: .8;}
.q_footer a:hover{color:#00a597;opacity: 1;}
/* q_footer_t */
.q_footer_t{width:100%;margin:0 auto;}
.q_footer_t .q_footer_main{border-bottom: 1px solid #7f7f7f;padding:20px 0 10px;}
.q_footer_search{text-align: right;}
.q_footer_search img{cursor: pointer;}

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

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

/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:25px 0;border-top:1px solid #7f7f7f;}
.q_footer_b_r{width:15%;float:right;text-align: right;font-size: 0;}
.q_footer_b_l{width:80%;float:left;font-size: 0;}
.q_footer_b_l>span:nth-of-type(1){margin-left:0;}
.q_footer_b span,.q_footer_b a{margin:0 4px;line-height: 20px;font-size: 14px;color:rgba(255,255,255,.7);outline: none;}
.q_footer_b a:hover{color:#00a597;}
.q_footer_b span a{margin:0;}
.q_footer_b .q_footer_main{text-align:center;}

.q_footer_code{margin:0 auto;}
.q_footer_code ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.q_footer_code ul>li{display: inline-block;position: relative;margin-left: 15px;}
.q_footer_code ul>li>a{display: block;width:100%;opacity: .5;}
.q_footer_code ul>li>a>img{width:30px;}
.q_footer_wx_div{width:120px;height:120px;box-shadow: 0 0 5px #ccc;position: absolute;left:-36px;top:-146px;display: none;}

/* q_footer end! */

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

/* q_n_nav start! */
.q_n_nav{background-color: #fff;padding:60px 0 50px;}
.q_n_nav_h{width:32%;float:left;font-size: 36px;color:#373737;line-height: 45px;font-weight: 700;letter-spacing: 2px;}
.q_n_nav_h span{display: inline-block;font-size:20px;color:#b0b0b0;line-height:30px;text-transform:uppercase;vertical-align: bottom;font-weight: 100;
	margin-left: 15px;letter-spacing: 0;
}
.q_n_nav_ul{width:65%;float:right;text-align: right;font-size: 0;}
.q_n_nav_ul>li{display: inline-block;margin:0 0 5px 3px;}
.q_n_nav_ul>li>a{outline: none;display: block;width:100%;padding:5px 30px;background-color: #f1f1f1;font-size:16px;color:#4c4c4c;line-height: 25px;}
.q_n_nav_ul>li.on>a,.q_n_nav_ul>li:hover>a{background-color: #00a597;color:#fff;}
/* q_n_nav end! */

/* q_main start! */
.q_main{background-color: #fafafa;font-size: 16px;color:#444;line-height: 2;min-height: 240px;}
.q_main p{font-size: 16px;color:#444;line-height: 2;}
.q_main_title{width:100%;margin:0 auto;padding:0 0 0 20px;border-left: 5px solid #00a597;}
.q_main_title .cn{font-size: 33px;color:#676767;line-height: 35px;height:35px;letter-spacing: 2px;}
.q_main_title .en{margin:5px auto 0;font-size: 14px;color:#949494;line-height: 18px;height:18px;text-transform: uppercase;}

.q_main_title.q_main_title_white{border-left: 5px solid #fff;}
.q_main_title.q_main_title_white .cn{color:#fff;}
.q_main_title.q_main_title_white .en{color:#fff;}

.q_main_section{padding:85px 0;}

.q_main_show{padding:50px 0;}

.q_main_content{margin:50px auto 0;}

/* q_main end! */

/* q_n_about start! */
.q_main .q_about p{color:#fff;}
.q_n_page .q_about_body{margin:0 auto;}
.q_n_page .q_main_content{margin:0 auto;}
/* q_n_about end! */

/* q_n_culture start! */
.q_culture_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_culture_img,.q_culture_txt{width:50%;float:left;position: relative;}
.q_culture_img .img,.q_culture_txt .img{padding:48% 0 0;}
.q_culture_item:nth-of-type(2n) .q_culture_img{float:right;}
.q_culture_body{padding:0 8%;font-size: 16px;color:#505050;line-height: 2;text-align: justify;}
.q_culture_body p{font-size: 16px;color:#505050;line-height: 2;text-align: justify;}
.q_culture_body h3{font-size: 16px;color:#00a597;line-height: 2;text-align: justify;}
/* q_n_culture end! */

/* q_n_team start! */
.q_n_team{background:#00a597 url('../images/q_n_team_bg.jpg') no-repeat center bottom;padding:90px 0;}
.q_n_team_list{padding:0 10%;margin:30px auto 0;}
.q_n_team_item{width:18.4%;float:left;margin:0 2% 0 0;}
.q_n_team_item:nth-of-type(5n){margin:0;}
.q_n_team_item .img{padding:142.66% 0 0;}
.q_n_team_number{margin:30px auto 0;padding:0 10%;}
.q_n_team_number .q_number_item{width:16.66%;text-align: center;}
.q_n_team_p{margin:20px auto 0;padding:0 8%;color:#fff;text-align: center;}
/* q_n_team end! */

/* q_n_structure start! */
.q_n_structure_img{margin:50px auto 0;text-align: center;}
/* q_n_structure end! */

/* q_n_business start! */
.q_n_business_item{margin:0 auto 30px;border:3px solid #00a597;padding:5px;}
.q_n_business_item a{outline: none;display: block;width:100%;}
.q_n_business_item a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_n_business_icon{width:28%;float: left;text-align: center;padding:35px 0;background-color: #00a597;border-radius: 10px;height: 255px;}
.q_n_business_icon_txt{margin:15px auto 0;font-size: 22px;color:#fff;line-height: 25px;letter-spacing: 2px;}
.q_n_business_txt{width:72%;float:right;padding:0 3%;height: 255px;}
.q_n_business_body{width:100%;height: 100%;position: relative;}
.q_n_business_main{text-align: left;}

.q_main .q_n_business_main p{font-size:15px;color:#505050;}
.q_main .q_n_business_main p strong{font-weight: 700;}

.q_n_business_item:nth-of-type(2n) .q_n_business_txt{float:left;}
.q_n_business_item:nth-of-type(2n) .q_n_business_icon{float:right;}

/* q_n_business end! */

/* q_event !start */
.about_div3_main{width:100%;margin:0 auto;/*background:url('../images/about_div3_bg.jpg') no-repeat center bottom;*/background-color:#54938a;
    height:839px;padding:119px 0 0;position: relative;
}
.about_div3_main:before{content:'';width:100%;height:1px;background-color: #fff;position: absolute;left:0;top:420px;z-index: 1;}

.q_event{height:700px;padding:0 130px;}
.q_event .swiper_event{height:100%;}
.q_event .swiper_event .swiper-wrapper{height:600px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide{height:100%;}

.q_event .swiper_event .swiper_button_event{background:none;width:40px;height:40px;line-height: 35px;margin-top: 0;font-size: 20px;top:auto;bottom:30px;
  text-align: center;border-radius: 50%;border:3px solid #fff;color:#fff;opacity: 1;transition: all 0.3s;font-weight: 700;
}
.q_event .swiper_event .swiper_button_event.swiper_button_event_prev{left:calc(50% - 60px);}
.q_event .swiper_event .swiper_button_event.swiper_button_event_next{right:calc(50% - 60px);}

.event_item{width:100%;height:100%;position: relative;z-index: 3;}
.event_item:before{content:'';width:15px;height:15px;background-color: #fff;border-radius: 50%;position: absolute;left:10px;top:294px;z-index: 4;}
.event_item:after{content:'';width:35px;height:35px;border:1px solid #fff;border-radius: 50%;position: absolute;left:0;top:284px;z-index: 4;}
.event_item_h{width:100%;position: absolute;left:0;bottom:340px;}
.event_item_date{width:100%;font-size:22px;line-height: 30px;height: 30px;color:#fff;font-family: number;letter-spacing: 1px;}
.event_item_date span{padding:3px 20px;border-radius:6px;background-color:#26b7ba;}
.event_item_h ul{margin:15px auto 0;}
.event_item_h ul li{font-size:14px;color:#fff;text-align: justify;line-height: 25px;}

.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_h{bottom:auto;top:340px;}

/* q_event !end */

/* q_n_honor start! */
.q_n_honor_div{margin:0 auto 50px;position: relative;padding:70px 6%;background:#00a597 url('../images/q_n_honor_div.jpg') repeat-y center top;border-radius: 15px;}

.q_n_honor_div_num{font-size:135px;color:#fff;opacity: .65;line-height: 150px;position: absolute;left:-5px;top:30px;font-family: 'number';font-weight: 100;}
.q_n_honor_div_h{text-align: center;}
.q_n_honor_div_h h3{font-size: 32px;color:#fff;line-height: 36px;letter-spacing: 3px;font-weight: 700;}
.q_n_honor_div_h span{margin:15px auto 0; display: inline-block;width:60px;height:4px;background-color: #fff;}
.q_n_honor_div_p{margin:15px auto 0;font-size: 17px;color:#eee;line-height: 2;text-align: center;}
.q_n_honor_div_p p{font-size: 17px;color:#eee;line-height: 2;text-align: center;}
.q_n_honor_div_body{margin:60px auto 0;text-align: center;}

.q_honor_div_img{text-align: center;font-size: 0;}
.q_n_honor_list2{margin:20px auto 0;}
.honor_item2{width:18.4%;float:left;margin:0 2% 0 0;}
.honor_item2:nth-of-type(5n){margin:0;}
.honor_item2 .img{padding:138.46% 0 0;}

.honor_item4{display: inline-block;width:23%;margin:0 .8% 20px;}
.honor_item4 .img{padding:75.37% 0 0;border:2px solid #fff;}

.honor_item5{width:18.4%;float:left;margin:0 2% 25px 0;}
.honor_item5:nth-of-type(5n){margin:0 0 25px 0;}
.honor_item5 .img{padding:135.12% 0 0;}

/* q_n_honor end! */

/* q_n_product start! */
.q_n_pro_item{width:49.3%;float:left;margin:0 1.4% 25px 0;border:1px solid #cdcdcd;padding:45px 30px;background-color: #fff;}
.q_n_pro_item:nth-of-type(2n){margin:0 0 25px 0;}
.q_n_pro_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_pro_item_img{width:280px;float:left; overflow:hidden;}
.q_n_pro_item_img .img{padding: 75.89% 0 0;}
.q_n_pro_item_txt{width:calc(100% - 310px);float:right;}
.q_n_pro_item_h a{outline: none;display:block;width:100%;font-size: 21px;color:#464646;text-align: justify;line-height: 30px;height:30px;font-weight: 700;letter-spacing: 1px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_pro_item_h a:hover{color:#00a597;}
.q_n_pro_item_p{margin:15px auto 0;font-size: 15px;color:#9c9c9c;text-align: justify;line-height: 30px;height:90px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.q_n_pro_item_more{margin:20px auto 0;}
.q_n_pro_item_more a{outline: none;display:inline-block;font-size: 14px;color:#00a597;line-height: 25px;border-bottom: 1px solid #00a597;}
.q_n_pro_item_more a i{margin-left:5px;}

.q_n_pro_item:hover{border:1px solid #00a597;background-color: #00a597;}
.q_n_pro_item:hover .q_n_pro_item_h a{color: #fff;}
.q_n_pro_item:hover .q_n_pro_item_h a:hover{color: #fff;}
.q_n_pro_item:hover .q_n_pro_item_p{color: #fff;}
.q_n_pro_item:hover .q_n_pro_item_more a{color: #fff;border-bottom: 1px solid #fff;}


.q_n_product_top_img{width:50%;float:left;}
.q_n_product_top_txt{width:43%;float:right;padding:20px 0 0;}
.q_n_product_row_h{border-bottom: 1px solid #00a597;padding-bottom: 1px;}
.q_n_product_row_h span{display: inline-block;padding:5px 40px;background-color: #00a597;color:#fff;font-size: 20px;line-height: 25px;}
.q_n_product_row_p{padding:20px 15px;font-size:16px;color:#454545;text-align: justify;line-height: 2;}
.q_n_product_row_p h1{font-size:22px;line-height: 1.6;font-weight: 700;letter-spacing: 2px;}

.q_n_show_main{margin:120px auto 50px;}
.q_n_show_title{width:100%;position: relative;text-align: center;}
.q_n_show_title:before{content:'';width:100%;height:1px;background-color: #c1c1c1;position: absolute;left:0;top:20px;z-index: 0;}
.q_n_show_title .en{padding:0 30px;font-size:30px;font-weight: 700;line-height: 39px;position: relative;z-index: 1;
	display: inline-block;background-color: #fcfcfc;text-transform:uppercase;color:#ececec;
}
.q_n_show_title .en span{font-size:36px;line-height: 40px;font-weight: 400;position: absolute;left:0;bottom:20px;
	display: inline-block;width:100%;text-align: center;color:#4a4a4a;
}
.q_n_show_body{margin:0 auto;padding:50px 30px 40px;border-bottom: 1px solid #c1c1c1;}
.q_main .q_n_show_body{font-size: 17px;line-height: 2.5;}
.q_main .q_n_show_body p{font-size: 17px;line-height: 2.5;}

/* q_n_product end! */

/* q_n_news start! */
.q_n_news_list .q_news_item{width:31%;margin:0 3.5% 40px 0;border:0;padding:0;}
.q_n_news_list .q_news_item:nth-of-type(3n){margin:0 0 40px 0;border:0;}
.q_n_news_list .q_news_item_img{border:1px solid #00a597;}
.q_n_news_list .q_news_item_h a{color:#2d2d2d;}
.q_n_news_list .q_news_item_date{color:#818181;}
.q_n_news_list .q_news_item_p{color:#606060;}
.q_n_news_list .q_news_item_more a{color:#2d2d2d;}
.q_n_news_list .more_r{color:#00a597;}

.q_n_news_list .q_news_item .q_news_item_h a:hover{color:#00a597;}
.q_n_news_list .q_news_item .q_news_item_more a:hover{color:#00a597;}

.q_n_news_h{width:90%;margin:0 auto; font-size: 24px;color:#5c6272;text-align: center;line-height: 1.5;}

.q_n_news_span{margin:50px auto 0;padding:10px 50px;background-color: #e5e5e5;font-size: 14px;color:#777c88;line-height: 25px;}
.q_n_news_span_r{width:15%;float: right;text-align: right;}
.q_n_news_span_l{width:80%;float: left;}
.q_n_news_span_l span{margin-right: 15px;}
.q_n_news_body{margin:0 auto;padding:50px 30px 35px;font-size: 18px;color:#777c88;line-height: 2.4;border-bottom: 1px solid #ddd;min-height: 300px;}
.q_main .q_n_news_body p{font-size: 18px;color:#777c88;line-height: 2.4;}
.q_main .q_n_news_body img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}

/* q_n_news end! */

/* q_n_job start! */
.q_n_job_item{margin:0 auto 15px;background-color: #eee;}
.q_n_job_item:nth-of-type(2n){background-color: #eaf7f6;}
.q_n_job_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.job_span{float:left;width:31%;padding:15px 0 15px 50px;}
.job_span span,.job_span a{outline:none;display: block;width:100%;font-size:17px;color:#4a4a4a;line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
 }
.job_span:nth-of-type(4){width:7%;background-color: #00a597;padding:15px 3px;}
.job_span:nth-of-type(4) a{font-size: 20px;text-align: center;color:#fff;}

.q_n_job_item:hover{background-color: #00a597;}
.q_n_job_item:hover .job_span span,.q_n_job_item:hover .job_span a{color: #fff;}
.q_n_job_item:hover .job_span:nth-of-type(4){background-color: #f60;}

.q_n_job_title h1{display: inline-block;padding:20px 90px;background-color: #00a597;color:#fff;font-size:25px;line-height: 35px;letter-spacing: 2px;}
.q_n_job_title h1 span{font-weight: 700;}
.q_n_job_content{padding:50px 0 0;}
.q_n_job_h2{background-color:#eaf7f6;padding:15px 35px;border-left: 10px solid #00a597;font-size:17px;color:#292929;font-weight: 700; line-height: 25px;letter-spacing: 3px;}
.q_n_job_body{padding:25px 45px;}

/* q_n_job end! */

/* q_n_contact start! */
.q_n_contact .q_main_section{padding:60px 0 0 ;}

.q_n_contact_tel{width:100%;margin:0 auto;padding:0;}
.q_n_contact_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_contact_img{width:320px;height:225px;float:right;background-color: #fff;border:1px solid #ddd;text-align: center;padding:50px 0 0 0;}
.q_n_contact_img img{width:140px;border:1px solid #ddd;}
.q_n_contact_txt{width:calc(100% - 325px);height:225px;float:left;}
.q_n_contact_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_contact_item{width:calc((100% - 5px) / 2);height:110px;float: left;margin:0 5px 5px 0;background-color: #fff;border:1px solid #ddd;padding:20px 25px;}
.q_n_contact_item:nth-of-type(2n){margin:0 0 5px 0;}
.q_n_contact_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

.q_n_contact_item_icon{width:100px;float:left;padding:15px 0 0;}
.q_n_contact_item_icon h4{font-size:20px;color:#00a597;font-weight: 700;line-height: 30px;}
.q_n_contact_item_txt{width:calc(100% - 125px);height:60px;float:right;}
.q_n_contact_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_half_item{width:40%;float:left;margin:0 2% 0 0;}
.q_half_item:nth-of-type(2n){width:55%;}
.q_n_contact_item_txt_h{width:100%;margin:0 auto;font-size: 18px;font-weight: bold;color:#353535;line-height: 30px;}
.q_n_contact_item_txt_p{width:100%;margin:0 auto;font-size: 14px;color:#353535;line-height: 21px;}

/* q_form */
.q_form{width:100%;margin:40px auto 0;padding:25px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.q_n_form{width:100%;margin:0 auto;padding:0;display: block;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_form .form-group{margin:0 auto;}
.q_n_form .q_form_div .form-group{width:28%;float:left;margin:0 2% 0 0;padding:0;}
.q_n_form .q_form_div .form-button{width:10%;float:left;margin:0;padding:0;}
.q_n_form .form-group .addon{background-color: #00a597;color:#fff;border: solid 1px #00a597;height:40px;line-height: 26px;font-size: 18px;}
.q_n_form .form-group .input{padding:6px 30px;line-height: 26px;height:40px;}
.q_n_form .form-group .input:focus{border: solid 1px #00a597;}
.q_n_form .form-button{text-align: right;margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display: inline-block; padding:6px 50px;font-size: 14px;line-height: 26px;letter-spacing: 1px;height:40px;
	background-color: #00a597;color:#fff;border: solid 1px #00a597;
}

/* q_map */
.q_map{width:100%;height:540px;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: 14px;line-height: 25px;overflow: hidden;font-family:"微软雅黑";}
#allmap b{color: #00a597;font-weight: 700;font-size: 17px;line-height: 30px}
#allmap img{max-width: none;}
#allmap span:nth-of-type(2){margin-left: 20px;}

/* q_n_contact end! */




/* pagelist start! */
.pagelist {list-style: none;margin:60px auto;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: 0;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #00a597;}
.pagelist >a:hover{color:#fff;background-color: #00a597;}
@media(max-width: 1440px){
	.pagelist {margin:40px auto;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:30px auto;padding:0 25px;}
	.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;}
	.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: #00a597;}
.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 20px;}
  .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: #00a597;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:240px;text-align: left;line-height: 30px;font-size: 16px;display: none;padding:10px 10px 10px 20px;
  color:#fff;background-color:#00a597;border-radius: 4px;position: absolute;left:-250px;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;line-height: 30px;font-size: 14px;display: none;left:-130px;top:0px;}
  .weixin{width:100px;height:100px;display: none;left:-110px;top:-33px;}
  .q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */

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

