
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	font-family: '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{/*transition: all 0.6s;*/padding:0;margin:0;/*scroll-behavior:smooth;*/}
.main1400{width:100%;max-width:1400px;margin:0 auto;}
.main1572{width:100%;max-width:1572px;margin:0 auto;}
.main1600{width:100%;max-width:1600px;margin:0 auto;}
.main1600:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.q_n_about_div2 a.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.q_n_about_div2 a.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_header start! */
.q_header{width:100%;height:96px;margin:0 auto;position: fixed;left:0;top:0;z-index: 9;background-color: rgba(0,0,0,.5);}
.q_header.q_header_fixed{box-shadow: 0 0 3px #111;}
.q_header_main{width:100%;margin:0 auto;}
.q_header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
/* q_logo */
.q_logo{width:200px;height:96px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:15px 0 0;}

/* q_search */
.q_search{width:35px;height:96px;float:right;text-align: center;cursor: pointer;padding:33px 0 0;}
.q_search i{font-size: 16px;color:#fff;display: block;line-height: 30px;height:30px;}
.q_search_div{width:100%;margin:0 auto;padding:5% 25%;position: fixed;left:left;top:0;background-color: rgba(255,255,255,1);z-index: 9999999;box-shadow: 0 0 10px #ccc;display: none;}
.q_search_div_main{width:100%;margin:0 auto;padding:0;position: relative;}
.q_search_div_close{width:36px;height:36px;font-size: 20px;cursor: pointer;position: absolute;right:0;top:-65px;}
.q_search_div_close:hover{transform: rotate(180deg);transition: all .5s ease;}
.q_search_div_close::before,.q_search_div_close::after {position: absolute;content: ' ';left: 18px;width: 2px;height: 36px;background-color: #222;}
.q_search_div_close::before {transform: rotate(45deg);}
.q_search_div_close::after {transform: rotate(-45deg);}
.q_form_search .form-group .addon{background-color:#222;color:#fff;border: 1px solid #222;cursor: pointer;}
.q_form_search .form-group .input:focus{border: solid 1px #222;}

/* q_lang */
.q_lang{width:100px;float:right;color:#fff;padding:23px 0 0;}
.q_lang_main{width:100%;margin:0 auto;position: relative;cursor: pointer;}
.q_lang_main span{display: block;width:100%;margin:0 auto;font-size: 15px;height:50px;line-height: 50px;text-align: right;text-transform: uppercase;text-align: center;}
.q_lang_ul{width:100%;margin:0;position: absolute;left:0;top:100%;padding:10px 0;background-color: #fff;border-radius: 3px;display: none;}
.q_lang_ul>a{outline: none;display: block;width:100%;font-size: 13px;line-height: 30px;height:30px;color:#222;text-align: center;}
.q_lang_ul>a:hover{color:#fff;background-color: #f38200;}

/* q_nav */
.q_nav{width:calc(100% - 400px);height: 96px;float: right;font-size: 0;text-align: right;margin-right: 35px;}
.q_nav>li{display: inline-block;margin:0;position: relative;padding:0 20px;}
.q_nav>li>a{outline: none;display: block;width:100%;height:96px;line-height: 96px;font-size: 15px;color:#fff;position: relative;}
.q_nav>li>a>span{display: block;width:100%;height:100%;position: relative;padding:0 15px;}
.q_nav>li>a>span:after{position: absolute;left: 50%;bottom: 0px;content: "";width: 0;height: 2px;border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.q_nav>li>a:hover>span:after,.q_nav>li>a.on>span:after{width: 100%;background-color: #f38200;transform: translateX(-50%);}

/* q_nav_son */
.q_nav_son{width:100%;position: absolute;top:95px;left:0;padding:0;z-index: 10;background-color: #f38200;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:8px 10px;font-size: 13px;text-align: center;line-height: 25px;color:#fff;}
.q_nav_son li:hover{background-color: #fff;}
.q_nav_son li:hover a{color:#333;}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;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:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 30px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 0;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;padding:0;}
.q_section_title{width:100%;margin:0 auto;text-align: center;}
.q_section_title_h{width:100%;margin:0 auto;font-size: 44px;line-height: 50px;height: 50px;color:#191c1c;}
.q_section_title_h span{color:#d9251b;}
.q_section_title_p{width:100%;margin:10px auto;font-size: 16px;color:#666;line-height: 25px;}
/* q_mask */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;padding:0 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/* q_section end! */

/* q_system start! */
.q_system{padding:70px  0 0;}
.q_system_main{width:100%;margin:50px auto 0;}
.q_system_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_system_item{width:calc((100% - 3px) / 4);float:left;position: relative;margin:0 1px 0 0;}
.q_system_item:nth-of-type(4){margin:0;}
.q_system_item .q_mask{background-color: rgba(0,0,0,.45);transition: all .4s;}
.q_system_mask{width:100%;margin:0 auto;padding:0 16%;color:#fff;}
.q_system_mask_h{width:100%;margin:0 auto;font-size: 33px;line-height: 40px;}
.q_system_mask_h_en{width:100%;margin:3px auto 0;font-size: 11px;line-height: 15px;text-transform: uppercase;}
.q_system_mask_ul{width:100%;margin:10px auto 0;font-size: 0;}
.q_system_mask_ul>li{display: inline-block;margin:0 26px 5px 0;position: relative;}
.q_system_mask_ul>li:after{content:'';width:1px;height:14px;background-color: #fff;position: absolute;left:calc(100% + 13px);top:7px;}
.q_system_mask_ul>li>a{outline: none;display: block;width:100%;font-size: 15px;color:#fff;line-height: 25px;}
.q_system_mask_ul>li>a:hover{color:#d9251b;}
.q_system_mask_more{width:100%;margin:20px auto 0;}
.q_system_mask_more>a{font-size: 18px;color:#fff;line-height: 25px;outline: none;}
.q_system_mask_more>a:hover{color:#d9251b;}
.q_system_item:hover .q_mask{background-color: rgba(0,0,0,.7);}
.q_mask_a_m{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;z-index: 10;}
/* q_system end! */

/* q_case start! */
.q_case{padding:105px 0; background:url('../image/q_case_bg.jpg') no-repeat top center;}
.q_case_title{width:100%;margin:0 auto;font-size: 33px;color:#474747;line-height: 40px;font-weight: bold;}
.q_case_title span{font-size: 15px;line-height: 20px;height:40px;font-weight: normal;text-transform: uppercase;margin-left: 10px;vertical-align: bottom;letter-spacing: 1px;}
.q_case_main{width:100%;margin:25px auto 0;}
.q_case_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_case_item{position: relative;overflow: hidden;}

.q_case_item_img{width:100%;height: 100%;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;
}
.q_case_item:hover .q_case_item_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_case_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 3;background-color:rgba(0,0,0,.3);}
.q_case_item>a{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 5;transition: all .4s;font-size: 24px;color:#fff;line-height: 30px;}
.q_case_item>a>span{display: inline-block;position: absolute;left:45px;top:45px;}
.q_case_item.q_case_div4>a>span{display: inline-block;position: absolute;left:auto;top:auto;right:45px;bottom:45px;}
.q_case_item:hover>a{opacity: 1;visibility: visible;background-image: url(../image/mask_grad.png);background-repeat: repeat-x;background-position: left top;background-size: auto 100%;}
.q_case_item:hover .q_case_item_mask{background-color:rgba(0,0,0,.1);}
.q_case_div1{width:726px;height:668px;float:left;}
.q_case_div_r{width:831px;height:668px;float:right;}
.q_case_div_r_div{width:100%;margin:0 auto;}
.q_case_div_r_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_case_div_r_div .q_case_item{width:408px;height:326px;float:left;}
.q_case_div_r_div .q_case_item.q_case_div3{float:right;}
.q_case_div4{width:831px;height:327px;margin:15px auto 0;}

/* q_case end! */

/* q_since start! */
.q_since{padding:100px 0 110px;background:url('../image/q_since_bg.jpg') no-repeat top center;}
.q_since_top{width:100%;margin:0 auto;}
.q_since_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_since_top_r{width:25%;float:right;color:#041e42;opacity: .5;font-size: 110px;font-weight: bold;font-family: "Oswald";text-align: right;}
.q_since_top_r span{font-size: 33px;line-height: 120px;text-transform: uppercase;}
.q_since_top_l{width:72%;float:left;font-size: 60px;color:#f38200;line-height: 70px;font-weight: bold;padding:62px 0 0;}

/* q_number */
.q_number_main{width:100%;margin:40px auto 0;padding:20px 0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_number_item{width:25%;float:left;padding:0 45px;text-align: center;position: relative;}
.q_number_item:after{content:'';width:1px;height: 60%;background-color: #aaa;position: absolute;left:100%;top:20%;}
.q_number_item:nth-of-type(4):after{content:'';width:0;}
.q_number_top{font-size: 85px;line-height: 110px;color:#041e42;font-weight: bold;}
.q_number_top .sub{font-size: 36px;vertical-align: text-top;font-weight: normal;color:#f38200;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 22px;color:#2e2e2e;line-height: 30px;height:60px;}

/* q_since end! */

/* q_about start! */
.q_about{padding:130px 0;background-color: #f7f7f7;}
.q_about_main{width:100%;margin:0 auto;}
.q_about_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_about_video{width:59%;float:right;overflow:hidden;}
.q_video{width:100%;margin:0 auto; padding:63% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;cursor: pointer;}
.q_about_txt{width:36%;float:left;}
.q_about_txt_h{width:100%;margin:0 auto;font-size: 45px;font-weight: bold;line-height: 55px;color:#1f1f1f;}
.q_about_txt_h span{margin-left: 15px;font-size: 28px;color:#717171;line-height: 55px;text-transform: uppercase;font-family: "Oswald";font-weight: normal}

.q_about_txt_h_cn{width:100%;margin:40px auto 0;font-size: 26px;color:#1f1f1f;line-height: 35px;}
.q_about_txt_h_en{width:100%;margin:0 auto;font-size: 12px;color:#1f1f1f;line-height: 20px;text-transform:uppercase;letter-spacing: 1px;}
.q_about_txt_h_line{width:100%;margin:5px auto 0;height:1px;background-color:#f38200;}
.q_about_txt_p{width:100%;margin:20px auto 0;}
.q_about_txt_p p{width:100%;margin:0 auto;font-size: 16px;color:#1f1f1f;line-height: 2;text-align: justify;}
.q_about_txt_ul{width:100%;margin:25px auto 0;}
.q_about_txt_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_about_txt_ul>li{width:25%;float:left;padding:0 5px;text-align: center;}
.q_about_txt_more{width:100%;margin:35px auto 0;}
.q_about_txt_more>a{outline: none;display: inline-block;border:1px solid #f38200;padding:5px 50px;font-size: 15px;line-height: 20px;color:#f38200;}
.q_about_txt_more>a:hover{color:#fff;background-color:#f38200;}
/* q_about end! */

/* q_news start! */
.q_news{width:100%;margin:0 auto;padding:170px 0;}
.q_news .q_news_main{width:100%;margin:0 auto;padding:0;}
.q_news .q_news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news .q_news_main .q_news_main_nav{width:220px;float:left;}
.q_news_main_title{width:100%;}
.q_news_main_title_cn{width:100%;margin:0 auto;font-size: 54px;color:#474747;line-height: 60px;font-weight: bold;}
.q_news_main_title_en{width:100%;margin:0 auto;font-size: 35px;color:#474747;line-height: 40px;text-transform: uppercase;}
.q_news .q_news_main_tab{width:100%;margin:174px auto 0;padding:0;}
.q_news .q_news_main_tab ul{width:100%;margin:0 auto;padding:0;}
.q_news .q_news_main_tab ul li{width:100%;margin:0 auto;padding:0;display: block;}
.q_news .q_news_main_tab ul li:nth-of-type(1){margin:0 auto 15px;}
.q_news .q_news_main_tab ul li a{display: block;outline: none;width:100%;margin:0 auto;padding:15px 0;color: #fff;background-color: #656565;border:0;border-radius: 0;transition: all 0s;}
.q_news .q_news_main_tab ul li a span{font-size: 23px;line-height: 30px;height:30px;display: block;outline: none;text-align: center;border:0;}
.q_news .q_news_main_tab ul li.active a,.q_news .q_news_main_tab ul li:hover a{background-color: #f38200;}

.q_news .q_news_main .q_news_main_body{width:calc(100% - 330px);float:right;margin:0 auto;padding:0;border:0;}
.q_news_main_panel{width:100%;margin:0 auto;padding:0;}
.q_news_main_panel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news_main_panel_l{width:470px;height:494px;float:left;}
.q_news_main_panel_l a{outline: none;display: block;width:100%;height:100%;overflow:hidden;position: relative;background-position: center center;background-size: cover;background-repeat:no-repeat;}
.q_news_main_panel_l 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_news_main_panel_l a img:hover{
	-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_news_hot{width:100%;margin:0 auto;padding:15px 10px;position: absolute;left:0;bottom:0;background-color: rgba(0,0,0,.7);color:#fff;text-align:center;}
.q_news_hot span{width:100%;margin:0 auto;padding:0;display: block;font-size: 18px;line-height: 25px;height:25px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.q_news_main_panel_r{width:calc(100% - 550px);height:494px;float:right;}
.q_news_item{width:100%;height:164px;padding:40px;margin:0 auto;border:1px solid rgba(182,141,57,0);border-bottom: 1px solid #ddd;}
.q_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news_item_date{width:70px;height:80px;float:left;text-align: center;color:#656565;}
.q_news_item_date_big{width:100%;height:55px;line-height: 55px;font-size: 55px;font-weight: bold;font-family: "Bebas";}
.q_news_item_date_small{width:100%;height:25px;line-height: 25px;font-size: 16px;font-weight: normal;font-family: "Bebas";}
.q_news_item_txt{width:calc(100% - 100px);height:80px;float:right;}
.q_news_item_txt h3{width:100%;margin: 0 auto;padding:0;}
.q_news_item_txt h3 a{outline: none;display: block;width:100%;margin: 0 auto;padding:0;height: 30px;line-height: 30px;font-size: 18px;color:#333;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_txt p{width:100%;margin:5px auto 0;font-size: 13px;color:#666;line-height: 20px;height:40px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.q_news_item:hover{border:1px solid #f38200;border-bottom: 1px solid #f38200;background-color: #fff;}
.q_news_item:hover .q_news_item_date{color: #f38200;}
.q_news_item:hover .q_news_item_txt h3 a{color: #f38200;}
.q_news_item:hover .q_news_item_txt p{color: #f38200;}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background-color: #444;}
.q_footer_main{width:100%;margin:0 auto;color:#fff;}
.q_footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer a{outline: none;color:#fff;}
.q_footer a:hover{color:#f38200;}
/* q_footer_t */
.q_footer_t{width:100%;margin:0 auto;padding:65px 0 40px;}
.q_footer_item{width:20%;float:left;}
.q_footer_item_h{width:100%;margin:0 auto;}
.q_footer_item_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 18px;line-height: 25px;font-weight: bold;}
.q_footer_ul{width:100%;margin:10px auto 0;}
.q_footer_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer_ul>li{width:100%;margin:0 auto;}
.q_footer_ul>li>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 13px;line-height: 33px;}
/* q_footer_c */
.q_footer_h{width:100%;margin:0 auto;}
.q_footer_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 18px;line-height: 25px;font-weight: bold;}
.q_footer_c{width:100%;margin:0 auto;border-top:1px solid #666;padding:30px 0 30px;}
.q_footer_c_body{width:100%;margin:25px auto 0;}
.q_footer_c_body:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer_c_img{width:10%;float:right;text-align: right;}
.q_footer_c_txt{width:85%;float:left;}
.q_footer_c_txt_div{width:100%;margin:0 auto;}
.q_footer_c_txt_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer_c_item{width:50%;float:left;margin:0 1% 10px 0;font-size: 13px;}
.q_footer_c_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer_c_item:nth-of-type(1){width:35%;}
.q_footer_c_item:nth-of-type(2){width:60%;margin:0 0 10px 0;}
.q_footer_c_item:nth-of-type(3){width:80%;}
.q_footer_c_item_icon{width:20px;float:left;}
.q_footer_c_item_p{width:calc(100% - 25px);float:right;height:20px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.q_footer_c_item_p span{color:#fff;}

/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:15px 0;background-color: #000;}
.q_footer_b .main1400:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.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 span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 12px;color:#aaa;outline: none;}
.q_footer_b a:hover{color:#f38200;}
.q_footer_b span a{margin:0;}

/* q_footer end! */

/* q_position start! */
.q_position{width:100%;margin:0 auto;padding:10px 0;border-top:1px solid #f38200;background-color: #ebebeb;}
.q_position_main{width:100%;margin:0 auto;padding:0;}
.q_position_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_position_title{width:35%;float:right;padding:0;font-size: 17px;line-height: 35px;text-align: right;}
.q_position_title a{outline: none;display: block;width:100%;color:#333;}
.q_position_title i{color:#f38200;margin-left: 5px;}
.q_position_txt{width:55%;float:left;color:#666;line-height: 35px;height:35px;font-size: 15px;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:#f38200;}
.q_position_txt a:last-child{color:#545454;cursor: default;}
/* q_position end! */

/* q_main start! */
.q_div{width:100%;margin:0 auto;position: relative;}
.q_div:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.q_main{width:100%;margin:0 auto;padding:40px 0 20px;min-height: 300px;}
.q_main p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;}
/* q_main end! */

/* q_n_about start! */
.q_n_about_top{width:100%;margin:0 auto;padding:50px 0;}
.q_about_h{width:100%;margin:0 auto;font-size: 45px;color:#595959;line-height: 50px;text-align: center;}
.q_about_p{width:100%;margin:35px auto 0;text-align: center;}
.q_about_p p{width:100%;margin:0 auto;font-size: 20px;color:#272727;line-height: 1.5;}
.q_about_p p span{font-weight: 700;}
/* q_n_about_main */
.q_n_about_main{width:100%;margin:0 auto;padding:120px 0 150px;background-color: #f8f8f8;}
.q_n_about_div{width:100%;margin:0 auto 35px;position: relative;overflow: hidden;}
.q_n_about_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_about_item{width:446px;height:395px;float:left;position: relative;overflow: hidden;}
.q_n_about_item a{outline: none;display: block;width:100%;color:#fff;}
.q_n_about_maskes{outline: none;display: block;width:100%;height:100%; position: absolute;left:0;bottom:0;z-index: 1;}
.q_n_about_item_img{width:100%;height:100%;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;
}
.q_n_about_item_mask{width:100%;position: absolute;left:0;bottom:0;padding:20px 40px;background-color:rgba(0,0,0,.3);transition: all .15s;z-index: 3;}
.q_n_about_more{width:100%;margin:0 auto;}
.q_n_about_more>a{outline: none;display: inline-block;padding:10px 30px;font-size: 25px;line-height: 35px;background-color: #f38200;color:#fff;transition: all .15s;}
.q_n_about_more>a:hover{background-color: #f5f5f5; color:#f38200;box-shadow: 0 0 5px #ccc;}
.q_div_r{width:50px;float:right;height:40px;line-height: 40px;text-align: right;font-size: 25px;}
.q_div_l{width:calc(100% - 60px);float:left;height:40px;line-height: 40px;font-size: 28px;}
.q_n_about_item:hover .q_n_about_item_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_about_item:hover .q_n_about_item_mask{background-color: #f38200;}
/* q_n_about_txt */
.q_n_about_txt{width:calc(100% - 477px);height:395px;float:left;margin-right: 31px;}
.q_n_about_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_about_video{width:493px;float:right;height:100%;background-position: center center;background-size: cover;background-repeat: no-repeat;cursor: pointer;}
.q_n_about_content{width:calc(100% - 493px);float:left;height:100%;background-color: #fff;padding:50px 50px 0;color:#1f1f1f;}
.q_n_about_content_h{width:100%;margin:0 auto;height:40px;line-height: 40px;font-size: 28px;}
.q_n_about_content_p{width:100%;margin:30px auto 80px;font-size: 15px;line-height: 1.8;text-align: justify;}

/* q_n_about_div2 */
.q_n_about_div2>a{outline: none;display: block;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_about_div_img{width:100%;padding:28% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.q_n_about_mask{width:477px;height:100%;position: absolute;top:0;right:0;background-color: rgba(0,0,0,.5);}
.q_n_about_mask_in{width:100%;position: absolute;left:0;top:50%;padding:0 60px;color:#fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_n_about_div2:hover>a{
	-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_about_mask_h{width:100%;margin:0 auto;height:40px;line-height: 40px;font-size: 28px;}
.q_n_about_mask_p{width:100%;margin:20px auto;}
.q_n_about_mask_p p{width:100%;margin:0 auto;font-size: 15px;line-height: 1.8;text-align: justify;}

/* q_n_about_div3 */
.q_n_about_div3 .q_n_about_item:nth-of-type(1){margin-right: 31px;}
.q_n_about_div3 .q_n_about_item:nth-of-type(2){margin-right: 31px;}
.q_n_about_item:hover .q_n_about_maskes,.q_n_about_div2:hover .q_n_about_maskes{opacity: 1;visibility: visible;background-image: url(../image/mask_grad.png);
	background-repeat: repeat-x;background-position: left top;background-size: auto 100%;
}
/* q_n_about end! */

/* q_n_about_index start! */
.q_n_about_index{width:100%;margin:20px auto 0;}
.q_main_title{width:100%;margin:0 auto;text-align: center;padding:0 0 30px;border-bottom: 1px solid #ddd;}
.q_main_title_cn{width:100%;margin:0 auto;font-size: 30px;line-height: 40px;color:#191c1c;}
.q_main_title_en{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;color:#acacac;text-transform: uppercase;font-weight: 100;}
.q_main_title+.q_about_p{margin:20px auto 0;}
.q_n_about_index_img{width:100%;margin:50px auto 0;position: relative;z-index: 3;text-align:center;}
.q_n_about_index_txt{width:100%;padding:60px 0;background-color: #f2f2f2;text-align: center;position: relative;z-index: 2;}
.q_n_about_index_txt:before{content:'';width:100%;height:80px;background-color:#f2f2f2;position: absolute;left:0;top:-80px;}
.q_n_about_index_txt h3{width:100%;margin:0 auto;font-size: 26px;color:#111;line-height: 35px;}
.q_n_about_index_txt_p{width:100%;margin:15px auto 0;padding:0 5%;}
.q_n_about_index_txt_p p{width:100%;margin:0 auto;font-size: 16px;color:#444;line-height: 2;}
/* q_n_about_index end! */
/* q_n_iso start! */
.q_n_iso{width:100%;margin:0 auto;padding:60px 0;}
.q_n_iso:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_iso_item{width:47%;float:left;margin:0 6% 0 0;border-bottom: 3px solid #f38200;text-align: center;}
.q_n_iso_item:nth-of-type(2){margin:0;}
.q_n_iso_item_img{width:100%;margin:0 auto;}
.q_n_iso_item_img a{outline: none;display: block;width:100%;margin:0 auto;}
.q_n_iso_item_img a img{width:100%;}
.q_n_iso_item_txt{width:100%;margin:0 auto;padding:25px 0;}
.q_n_iso_item_txt p{width:100%;margin:0 auto;font-size: 17px;color:#272727;line-height: 25px;height:75px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.q_n_iso_item_txt p span{font-weight: 700;}
/* q_n_iso end! */

/* q_earth start! */
.q_earth{width:100%;margin:0 auto;position: relative;}
.q_earth_mask{width:100%;position: absolute;left:0;top:0;}
.q_earth_main{width:100%;margin:60px auto 0;text-align: center;}
.q_earth_main p{width:100%;margin:0 auto;font-size: 32px;line-height: 50px;color:#272727;font-weight: 500;}
/* q_earth end! */

/* q_main_content start! */
.q_main_content{width:100%;margin:0 auto;}
.q_main_content:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_main_l{width:300px;float:left;}
/* list */
.list{width: 100%;margin:0 auto;transition: all 0s;}
.list>ul>li{background-color:#edf0f2;border-bottom:0;margin:0 auto 10px;transition: all 0s;}
.list>ul>li>.a{padding:10px 15px;color: #131313; font-size:15px; display: block;line-height: 36px;position: relative;outline: none;transition: all 0s;}
.list>ul>li>.a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.list>ul>li a{padding:0;color: #131313; font-size:15px; display: block;line-height: 36px;position: relative;outline: none;transition: all 0s;}
.list>ul>li a{color: #131313;}
.list>ul>li>.a>span{width:calc(100% - 45px);height:36px;line-height: 36px;float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.list>ul>li>.a>i{width:36px;height:36px;line-height: 36px;float:right;text-align: center;display: block;font-size: 18px;transition: all 0.5s;cursor: pointer;}
.list>ul>li.on>.a>i{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.list>ul>li>ul{transition: all 0s;display: none;}
.list>ul>li:nth-of-type(1)>ul{display: block;}
.list>ul>li>ul>li { border-left:0; border-right:0; background-color:#f5f5f5;transition: all 0s;}
.list>ul>li>ul>li a{ padding:5px 0 5px 20px;transition: all 0s;color:#131313;font-size:14px;}
.list>ul>li>ul li.on2,.list>ul>li>ul li:hover{background-color:#f38200;}
.list>ul>li>ul li.on2>a,.list>ul>li>ul li:hover>a{color:#fff;}
.list>ul>li.on,.list>ul>li:hover{background-color:#f60;}
.list>ul>li.on span a,.list>ul>li:hover span a{color:#fff;}
.list>ul>li.on i,.list>ul>li:hover i{color:#fff;}

.q_main_r{width:calc(100% - 330px);float:right;min-height: 500px;padding:0 0 15px;}
/* q_n_product_top */
.q_n_product_title{width:100%;margin:0 auto;font-size: 28px;color:#191c1c;line-height: 35px;}
.q_n_product_top{width:100%;margin:30px auto 0;}
.q_n_product_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_product_top_img{width:45%;float:left;text-align: center;}
.q_n_product_top_txt{width:53%;float:right;padding:20px 0 0;}
.q_n_product_top_txt p{width:100%;margin:0 auto;font-size: 15px;color:#1f1f1f;line-height: 2;text-align: justify;}
.q_n_product_line{width:100%;height:1px;background-color: #ddd;margin:50px auto;}
.q_n_product_list{width:100%;margin:0 auto;}
.q_n_product_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_product_item{width:32%;float:left;margin:0 2% 30px 0;}
.q_n_product_item:nth-of-type(3n){margin:0 0 30px 0;}
.q_n_product_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_product_item_img a{outline: none;display: block;width:100%;padding:73% 0 0;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;
}
.q_n_product_item:hover .q_n_product_item_img a{
	-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_product_item_txt{width:100%;margin:3px auto 0;padding:10px 20px;background-color: #f1f1f1;transition: all .15s;}
.q_n_product_item_txt a{outline: none;display: block;width:100%;color:#555;}
.q_n_product_item_txt a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_product_item_txt .q_r{width:30px;float:right;height:30px;text-align: right;line-height: 30px;font-size: 20px;}
.q_n_product_item_txt .q_l{width:calc(100% - 40px);float:left;height:30px;line-height: 30px;font-size: 15px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_n_product_item:hover .q_n_product_item_txt{background-color: #f38200;}
.q_n_product_item:hover .q_n_product_item_txt a{color: #fff;}

/* q_main_content end! */

/* q_n_product_show start! */
.q_n_product_show .q_n_product_title{color: #f38200;}
/* swiper_button_product */
.q_n_product_show_top{width:100%;margin:30px auto 0;position: relative;}
.q_n_product_swiper{width:100%;margin:0 auto;position: relative;padding:0 0 50px;}
.q_n_product_swiper .swiper_button_product{background:none;width:40px;height:60px;line-height: 60px;margin-top: -50px;font-size: 30px;
  text-align: center;background-color: rgba(0,0,0,.6); color:#fff;transition: all 0.3s;
}
.q_n_product_swiper .swiper_button_product.swiper_button_product_prev{left:0;}
.q_n_product_swiper .swiper_button_product.swiper_button_product_next{right:0;}

.q_n_product_swiper .swiper-slide a{outline: none;display: block;width:100%;padding:56% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.swiper-pagination.swiper_pagination_product{top:auto;bottom:0;height:12px;border-radius: 12px;background-color: #ebebeb;}
.swiper-pagination.swiper_pagination_product .swiper-pagination-progressbar-fill{border-radius: 15px;background-color: #f38200;}
/* q_n_product_main */
.q_n_product_main{width:100%;margin:0 auto;min-height: 300px;}
.q_n_product_div{width:100%;margin:40px auto 0;padding:40px 0 0;border-top:1px solid #ddd;}
.q_n_product_div_h{width:100%;margin:0 auto;font-size: 22px;color:#f38200;line-height: 30px;}
.q_n_product_div_body{width:100%;margin:20px auto;font-size: 15px;color:#1f1f1f;line-height: 2.2;}
.q_n_product_div_body p{width:100%;margin:0 auto;font-size: 15px;color:#1f1f1f;line-height: 2.2;text-align: justify;}
.q_n_product_div_body ul{width:100%;margin:0 auto;}
.q_n_product_div_body ul li{width:100%;margin:0 auto;font-size: 15px;color:#1f1f1f;line-height: 2.2;text-align: justify;padding:0 0 0 15px;position: relative;}
.q_n_product_div_body ul li:before{content: '';width:5px;height:5px;background-color: #f38200;border-radius: 50%;position: absolute;top:15px;left:0;}
/* q_n_product_show end! */

/* q_n_nav start! */
.q_n_nav{width:100%;margin:0 auto;padding:15px 0 5px;border-bottom: 1px solid #bbb;}
.q_n_nav ul{width:100%;margin:0 auto;font-size: 0;}
.q_n_nav ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_nav ul>li{float:left;margin:0 3px 10px 0;}
.q_n_nav ul>li>a{outline: none;display: block;width:100%;padding:8px 30px;font-size: 15px;color:#555;line-height: 25px;}
.q_n_nav ul>li>a.on,.q_n_nav ul>li>a:hover{color:#fff;background-color: #f38200;}
/* q_n_nav end! */

/* q_n_case start! */
.q_n_case_list{width:100%;margin:30px auto 0;}
.q_n_case_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_case_item{width:48%;float:left;margin:0 4% 50px 0;}
.q_n_case_item:nth-of-type(2n){margin:0 0 50px 0;}
.q_n_case_item_img{width:100%;margin:0 auto;overflow: hidden;position: relative;}
.q_n_case_item_img>a{outline: none;display: block;width:100%;padding:49% 0 0;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;
}
.q_n_case_item:hover .q_n_case_item_img a{
	-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:15px 0;border-bottom: 1px solid #ddd;}
.q_n_case_item_h{width:100%;margin:0 auto;}
.q_n_case_item_h>a{outline: none;display: block;width:100%;margin:0 auto;}
.q_n_case_item_h>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_case_item_h>a .q_r{width:36px;float:right;height:36px;text-align: center;line-height: 36px;font-size: 20px;background-color: #f38200;color:#fff;}
.q_n_case_item_h>a .q_l{width:calc(100% - 50px);float:left;height:36px;line-height: 36px;font-size: 17px;font-weight: bold;color:#333;transition: all .15s;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_case_item_p{width:100%;margin: 15px auto 0;font-size: 14px;color:#555;line-height: 25px;height:50px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_case_item:hover .q_n_case_item_h>a .q_l{color:#f38200;}

.q_n_product_list.q_n_product_list4 .q_n_product_item{width:24.4%;float:left;margin:0 0.8% 0 0;}
.q_n_product_list.q_n_product_list4 .q_n_product_item:nth-of-type(3n){margin:0 0.8% 0 0;}
.q_n_product_list.q_n_product_list4 .q_n_product_item:nth-of-type(4n){margin:0;}

.q_n_product_list.q_n_honor_list .q_n_product_item{width:24.4%;float:left;margin:0 0.8% 30px 0;}
.q_n_product_list.q_n_honor_list .q_n_product_item:nth-of-type(3n){margin:0 0.8% 30px 0;}
.q_n_product_list.q_n_honor_list .q_n_product_item:nth-of-type(4n){margin:0 0 30px 0;}

.q_n_product_list.q_n_partner_list .q_n_product_item{width:19%;float:left;margin:0 1.25% 20px 0;}
.q_n_product_list.q_n_partner_list .q_n_product_item:nth-of-type(3n){margin:0 1.25% 20px 0;}
.q_n_product_list.q_n_partner_list .q_n_product_item:nth-of-type(4n){margin:0 1.25% 20px 0;}
.q_n_product_list.q_n_partner_list .q_n_product_item:nth-of-type(5n){margin:0 0 20px 0;}
.q_n_product_list.q_n_partner_list .q_n_product_item_img a{padding:55% 0 0;}
/* q_n_case end! */

/* q_n_news start! */

.q_n_news_t{width:100%;margin:0 auto;}
.q_n_news_t:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_news_t_img{width:581px;height:329px;float:left;overflow: hidden;position: relative;}
.q_n_news_t_img>a{display: block;outline: none; width:100%;height:100%;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;
}
.q_n_news_t:hover .q_n_news_t_img>a{
	-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_news_t_txt{width:calc(100% - 635px);height:329px;float:right;padding:25px 0 20px 0;border-top:1px solid #eee;border-bottom: 1px solid #eee;}

.q_n_news_t_txt_h{width:100%;margin:0 auto;}
.q_n_news_t_txt_h_big{width:100%;margin:0 auto;}
.q_n_news_t_txt_h_big a{display: block;outline: none; width:100%;margin:0 auto;font-size: 22px;line-height: 30px;height:30px;color:#000;transition: all .15s;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_t_txt_h_big a:hover{color: #f38200;}
.q_n_news_t_txt_h_date{width:100%;margin:5px auto 0;font-size: 17px;line-height: 25px;font-weight: 100;color:#666;}
.q_n_news_t_txt_p{width:100%;margin:30px 0 0;font-size: 15px;color:#666;line-height: 25px;height:100px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
}
.q_n_news_t_txt_more{width:100%;margin:30px auto 0;}
.q_n_news_t_txt_more>a{display: inline-block;padding:5px 15px;color:#fff;font-size: 16px;background-color: #f38200;line-height: 20px;}
.q_n_news_t_txt_more>a:hover{background-color: #f38200;}

/* q_n_news_list */
.q_n_news_list{width:100%;margin:30px auto 0;}
.q_n_news_item{width:100%;padding:20px 30px;border-bottom: 1px solid #ccc;}
.q_n_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_news_item:first-child{border-top: 1px solid #ccc;}
.q_n_news_item_img{width:327px;height:214px;float:left;overflow: hidden;position: relative;}
.q_n_news_item_img>a{outline: none;display: block;width:100%;height:100%;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;
}
.q_n_news_item:hover .q_n_news_item_img>a{
	-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_news_item_txt{width:calc(100% - 400px);height:214px;float:right;padding:15px 0 0;}

.q_n_news_item_txt_h{width:100%;margin:0 auto;}
.q_n_news_item_txt_h>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 22px;line-height: 30px;height: 30px;color:#000;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_item_txt_date{width:100%;margin:5px auto 0;font-size: 16px;line-height: 25px;font-weight: 100;}
.q_n_news_item_txt_p{width:100%;margin:10px 0 0;font-size: 16px;color:#212121;line-height:30px;height:60px;text-align: justify;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;
}
.q_n_news_item_txt_more{width:100%;margin:20px auto 0;}
.q_n_news_item_txt_more>a{display: inline-block;padding:5px 15px;color:#fff;font-size: 16px;background-color: #f38200;line-height: 20px;}

.q_n_news_item:hover{background-color: #f38200;}
.q_n_news_item:hover .q_n_news_item_txt_h>a{color: #fff;}
.q_n_news_item:hover .q_n_news_item_txt_date{color: #fff;}
.q_n_news_item:hover .q_n_news_item_txt_p{color: #fff;}
.q_n_news_item:hover .q_n_news_item_txt_more>a{background-color: #fff;color: #f38200;}

.q_n_show{width:100%;margin:0 auto;padding:35px 0 50px;}
.q_n_news_title{width:100%;margin:35px auto 0;text-align: center;padding:0 0 25px;border-bottom: 1px solid #eee;}
.q_n_news_title h1{width:85%;margin:0 auto;font-size: 22px;line-height: 33px;color:#000;}
.q_n_news_title h4{width:100%;margin:10px auto;text-align:right;}
.q_n_news_title h4 span{display:inline-block;font-size:16px;color:#888;line-height:25px;height:25px;position:relative;}
.q_n_news_title h4 span:before{content:'';width:50px;height:1px;background-color:#aaa;position:absolute;top:13px;left:-65px;}
.q_n_news_span{width:100%;margin:10px auto 0;}
.q_n_news_span span{display: inline-block;font-size: 14px;color:#888;margin:0 5px;line-height: 20px;}
/* q_n_news_body */
.q_n_news_body{width:100%;margin:0 auto;padding:65px 80px;border-bottom: 1px solid #eee;font-size: 15px;line-height: 2.2;color:#666;min-height: 280px;}
.q_n_news_body p{width:100%;margin:0 auto;font-size: 15px;line-height: 2.2;color:#666;text-align: justify;}
.q_n_news_img{width:100%;margin:25px auto;text-align: center;}

/* q_n_news end! */

/* q_n_contact start! */
.q_n_contact_h{width:100%;margin:0 auto;background-color: #f1f1f1;color:#111;font-size: 30px;padding:25px 50px;line-height: 35px;}
.q_n_tel{width:100%;margin:0 auto;padding:25px 0;border-bottom: 1px solid #eee;}
.q_n_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_tel_img{width:165px;float:right;}
.q_n_tel_txt{width:calc(100% - 200px);float:left;padding:0 0 0 30px;}
.q_n_tel_div{width:100%;margin: 0 auto 10px;}
.q_n_tel_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_tel_item{display: inline-block;margin-right: 35px;position: relative;}
.q_n_tel_item span{display: inline-block;font-size: 30px;line-height: 60px;color:#555;position: relative;}
.q_n_tel_item span:nth-of-type(1):after{content: '';width:2px;height:28px;background-color: #555;position: absolute;left:calc(100% + 20px);top:15px;}
.q_n_tel_item span:nth-of-type(2){font-size: 36px;color:#f38200;font-weight: bold;font-family: 'Oswald';margin-left: 40px;}
.q_n_tel_div .q_div span{margin-right: 20px;font-size: 17px;color:#666;line-height: 36px;}
.q_n_tel_div_h{display: inline-block;font-size: 17px;font-weight: bold;color:#333;line-height: 36px;margin-right: 10px;}

.q_map{width:100%;margin:35px auto;}
#allmap {width: 100%;height: 450px;margin-top:20px;overflow: hidden;}
#allmap b{color: #CC5522;font-size: 17px;line-height: 30px;}
#allmap img{max-width: none;}
/* q_n_contact end! */

/* q_message start! */
.q_message{width:100%;margin:0 auto;padding:100px 0;background:url('../image/q_message_bg.jpg') no-repeat center top;}
.q_message_main{width:100%;margin:0 auto;padding:0 8%;}
.q_form{width:100%;margin:0 auto;}
.q_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_form .q_form_div{width:calc((100% - 175px) / 3);float:left;margin:0 10px 0 0;}
.q_form .q_form_div .form-group{width:100%;margin:0 auto;padding:0;}
.q_form .form-group .addon{background-color: #f38200;color:#fff;border: solid 1px #f38200;border-radius: 0;}
.q_form .form-group .input{border-radius: 0;background-color: #fff;border: solid 1px #fff;box-shadow:0 0 0 #fff;padding: 6px 12px;}
.q_form .form-group .input:focus{border: solid 1px #f38200;}
.q_form .form-button{text-align: center;margin:20px auto 0;padding:0;}
.q_form .form-button .button{display:block;width:145px;float:right; padding:4px 35px;font-size: 16px;line-height: 23px;letter-spacing: 1px;border-radius:0;
	background-color: #f38200;color:#fff;border: solid 1px #f38200;
}

/* q_message end! */




/* pagelist start!  */
.pagelist {list-style: none;margin:15px auto 35px;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 .4s;}
.pagelist > span{color:#fff;background-color: #f38200;}
.pagelist >a:hover{color:#fff;background-color: #f38200;}
@media(max-width: 1440px){
	.pagelist {margin:20px auto 20px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;font-weight: normal;}
}
@media(max-width: 640px) {
	.pagelist {margin:20px auto 20px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;padding:0 8px;}
}
@media(max-width: 500px) {
	.pagelist {line-height: 40px;margin:20px auto 15px;}
	.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:20px auto 0;line-height: 25px;}
.page:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.page_a{width:50%;padding:0;float:left;}
.page_a a{display: inline-block; outline: none;color:#fff;padding: 10px 35px;background-color: #f38200;font-size: 14px;line-height: 20px;}
.page_a a i{margin:0 10px;}
.page_next{float:right;text-align: right;}
@media (max-width: 1440px) {
	.page{margin:15px auto 0;}
	.page_a a{padding:8px 25px;font-size: 13px;}
	.page_a a i{margin:0 6px;}
}
@media (max-width: 640px) {
	.page{margin:10px auto 0;padding:0;}
	.page_a a{padding:7px 20px;font-size: 12px;}
	.page_a a i{margin:0 6px;}
}
/* page  end! */