/*# sourceURL=style/css/main.css */
/*@ sourceURL=style/css/main.css */

*,*::after,*::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*::after,*::before{content:''}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	/*min-height: 3000px;*/
	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{padding:0;margin:0;}
.main1200{width:1200px;margin:0 auto;}
.main1380:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.main1380{width:1380px;margin:0 auto;}
.main1380:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.main1500{width:1500px;margin:0 auto;}
.main1500:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.main1700{width:100%;max-width:1700px;margin:0 auto;}
.hidden1000{display: block;}
@media(max-width: 1000px){
	.hidden1000{display: none;}
}
.visible1000{display: none;}
@media(max-width: 1000px){
	.visible1000{display: block;}
}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.q_logo.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.q_logo.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: 760px){
	#toTop{width:35px;height:35px;bottom:75px;}
}

@keyframes downico {
  0% {margin-top: 0;opacity: 1;}
  35% {margin-top: 40px;opacity: 0;}
  65% {margin-top: -40px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}

@keyframes move_up {
  0% {top:20%;opacity:0;}
  100% {top:0;opacity:1;}
}

@keyframes move_margin_up {
  0% {margin-top:20%;opacity:0;}
  100% {margin-top:0;opacity:1;}
}

@keyframes move_left {
  0% {right:-20%;opacity:0;}
  100% {right:0;opacity:1;}
}

@keyframes scaless {
    0% {transform: scale(1)}
    50%,
    75% {transform: scale(3)}
    78%,
    100% {opacity: 0}
}

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:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}



/* 返回顶部  结束 */

@font-face
{
    font-family: Oswald;
    src: url("../font/Oswald-Regular.ttf");
}

/* full start! */
/*section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}*/
/* full end! */


/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;top:0; left:0;z-index: 9999;padding:20px 0;transition: all .4s;}
/* q_logo */
.q_logo{float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;}
.q_logo>h1>a>img{height:106px;transition: all .4s;}

/* q_nav */
.q_nav{width:calc(100% - 640px);float: left;margin-left:100px;}
.q_nav>ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.q_nav>ul>li{display: inline-block;margin:0 0 0 50px;position: relative;}
.q_nav>ul>li>a{outline: none;display: block;width:100%;font-size: 17px;color:#fff;height: 106px;padding:30px 0;}
.q_nav>ul>li>a>span{display: block;width:100%;margin:0 auto;line-height: 46px;height: 46px;position: relative;}
.q_nav>ul>li>a>span:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: -8px;content: "";width: 0;height: 3px;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>a:hover>span:after,.q_nav>ul>li>a.on>span:after{width: 100%;background-color: #c3271b;}

/* q_nav_sons */
.q_nav_sons{width:220%;position: absolute;top:95%;left:-60%;padding:10px 0;z-index: 10;background-color: #fff;display: none;box-shadow: 0 0 3px #555;border-radius: 5px;}
.q_nav_sons>li{width:100%;margin:0 auto;padding:0;}
.q_nav_sons>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 14px;text-align: center;line-height: 36px;color:#18527e;}
.q_nav_sons>li:hover{background-color: #004477;}
.q_nav_sons>li:hover>a{color:#fff;}

/* q_search start! */
.q_search{width:auto;cursor: pointer;outline: none;position: fixed;right:10%;top:50px;z-index: 3;transition: all .4s;}
/* q_search end! */

/* q_search_div start! */
.q_search_div{width:100%;height:100%;margin:0 auto;padding:22% 25% 0;position: fixed;left:0;top:0;
	background-color:rgba(17,112,166,.95);z-index: 9999999;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:-100px;}
.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: #fff;}
.q_search_div_close::before {transform: rotate(45deg);}
.q_search_div_close::after {transform: rotate(-45deg);}
.q_form_search .form-group .addon{background-color:#f60;color:#fff;border: solid 1px #f60;cursor: pointer;}
.q_form_search .form-group .input{padding: 6px 25px;}
.q_form_search .form-group .input:focus{border: solid 1px #f60;}
/* q_search_div end! */

/* q_menu start! */
.q_menu{width: 60px;height: 26px;cursor: pointer;position: fixed;right:5%;top:65px;z-index: 11;transition: all .4s;}
.q_menu_main{width:100%;margin:0 auto;position: relative;}
.q_menu span{display:block;background:#fff;width:36px;height:3px;position:absolute;left:0;transition:all ease 0.35s;border-radius: 3px;}
.q_menu span:nth-of-type(1){top:0px}
.q_menu span:nth-of-type(2){top:10px;}
.q_menu span:nth-of-type(3){top:20px}
.q_menu_se span{background:#fff;}
.q_menu_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.q_menu_se span:nth-of-type(2){width:0}
.q_menu_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
/* q_menu end! */

/* q_menu_nav start! */
.q_menu_nav{position: fixed;z-index:100;background-color: rgba(17,112,166,.95);width:100%;height:100%;left:0;top:0;display: none;}
.q_menu_nav .q_nav_close{display: block;position: absolute;top: 4%;right: 4%;z-index: 1;}
.q_menu_nav .q_nav_close img{width: 42px;transition: all .5s ease;}
.q_menu_nav .q_nav_close img:hover{transform: rotate(180deg);}
.q_nav_body{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_nav_body:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_nav_row{width:16.66%;float:left;height:100%;position: relative;}
.q_nav_row_out{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_nav_row_in{width:100%;position: absolute;left:0;top:50%;text-align: left;color:#fff;padding:0 0 0 20%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_nav_row_in a{outline: none;color:#fff;}
.q_nav_row_h{width:100%;margin:0 auto;}
.q_nav_row_h_cn{width:100%;font-size:24px;font-weight: bold;line-height: 30px;letter-spacing: 1px;}
.q_nav_row_h_en{width:100%;font-size:17px;text-transform: uppercase;color:#ccc;line-height: 25px;margin:5px auto 0;font-family: Arial;}
.q_nav_ul{width:100%;margin:10px auto 0;overflow: hidden;display: none;}
.q_nav_ul>li{width:100%;margin:30px auto 0;position: relative;}
.q_nav_ul>li>a{outline: none; display: block;width:100%;margin:0 auto;line-height: 30px;font-size: 21px;letter-spacing: 1px;color:#eee;}
.q_nav_son{width:100%;margin:0 auto;padding:0 15px;margin:15px auto 0;}
.q_nav_son>li{width:100%;margin:0 auto;}
.q_nav_son>li>a{outline: none;display: block; width:100%;margin:0 auto;line-height: 25px;font-size: 15px;color:#fff;}

.q_nav_ul li a:hover{color:#f60;}
.q_nav_icon.q_nav_icon_fixed{top:20px;}
/* q_menu_nav end! */

/* q_header_fixed */
.q_header.q_header_fixed{box-shadow: 0 0 10px #18517e;padding:10px 0;background-color: rgba(17,112,166,.95);}
.q_header.q_header_fixed .q_logo>h1>a>img{height:80px;}
.q_header.q_header_fixed .q_nav>ul>li>a{height: 80px;padding:17px 0;}
.q_header.q_header_fixed .q_search{top:27px;}
.q_header.q_header_fixed .q_menu{top:40px;}
/* q_header end! */

.q_search .h_language>a {display: block;color: #fff;font-size: 14px;line-height: 46px;}
.q_search .h_language>a i:first-child{display:inline-block; vertical-align:middle; font-size:0; width:24px; height:24px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; background:url(../image/langbg.png) no-repeat center center; background-size:cover; margin-right:6px;}

/* q_banner start! */
.q_banner{height:100%;margin:0 auto;position: relative;}
.q_banner .swiper_banner{height:100%;margin:0 auto;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;margin:0 auto;}
.q_banner .swiper_banner .swiper-wrapper .swiper-slide{height:100%}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;height:100%;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.swiper_pagination_banner{bottom:30px;left: 0;right: 0;}
.swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;background-color: #000;opacity: 0.5;margin: 0 10px;}
.swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}
.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;transition: all 0.3s;opacity: 0;
}
.swiper_button_banner.swiper_button_banner_prev{left:3%;}
.swiper_button_banner.swiper_button_banner_next{right:3%;}
section.page1:hover .swiper_button_banner{opacity: 1;}
/* q_banner end! */

/* q_top_mask start! */
.q_top_mask{width:100%;height: 100%;position: absolute;left:0;top:0;z-index: 2;}
.q_top_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_top_main{padding:0 20%;color:#fff;}
.q_top_en{width:100%;margin:0 auto;}
.q_top_en p{width:100%;margin:0 auto;font-size: 40px;line-height: 50px;font-weight: 700;text-transform: uppercase;}
.q_top_span{width:100%;margin:6px 0 15px;}
.q_top_span span{display:inline-block;width:3%;height:5px;background-color: #fff;}
.q_top_cn{width:100%;margin:0 auto;font-size: 30px;line-height: 36px;letter-spacing: 10px;font-weight: 100;}
/* q_top_mask end! */

/*.swiper-slide.swiper-slide-active .q_top_main{animation: move_margin_up 1s ease;}*/
.q_top_main{animation: move_margin_up 1s ease;}

/* video  bg  start! */
#container{width:100%;height:100%;overflow: hidden;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
#background_video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 100%;width: 100%;object-fit: cover;}
#video_cover{position: absolute;width: 100%;height: 100%;background: url("/statics/css/default/images/bg.jpg") no-repeat;background-size: cover;background-position: center;}
#video_controls{position: absolute;left: 50%;transform: translate(-50%,0);display: none;}
#play img{width: 100%;}
#pause img{width: 90px;}
#pause{display: none;}
/*只会在ipad 以上的设备上显示*/
@media(min-width:768px){
#video_controls{display: none;}
}
#container{height: 100%;}
#overlay{position: absolute;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0,0,0,0.005);}
/* video  bg  end! */


/* q_section start! */
.q_section{padding:100px 0;}
.q_section_more{width:100%;margin:100px auto 0;}
.q_section_more a{outline: none;border: 1px solid #004477;font-size: 15px;color:#004477;line-height: 30px;padding: 5px 20px;}
.q_section_more a span{padding-right: 30px;display: inline-block;background: url("../image/more-1.png") no-repeat center right;}
.q_section_more a i{color:#004477;}

/* q_section end! */
/* q_about start! */
.q_about{background:url("../image/about_bg.jpg") no-repeat center center;padding:190px 0 150px;}
.q_about_mains{width:43%;float:left;}
/* q_about_title */
.q_about_title{width:100%;margin:0 auto;color:#454545;}
.q_about_title_en{width:100%;margin:20px auto 0;font-size: 36px;line-height: 55px;text-transform: uppercase;font-weight: bold;}
.q_about_title_cn{width:100%;font-size: 30px;line-height: 36px;font-weight: 100;letter-spacing: 3px;}
/* q_about_p */
.q_about_p{width:100%;margin:80px auto 0;font-size: 15px;color:#5b6272;line-height: 2;text-align: justify;}
.q_about_p p{width:100%;margin:0 auto;font-size: 15px;color:#5b6272;line-height: 2;text-align: justify;}
.q_about_img{width:100%;margin:40px auto 0;}

/* q_about end! */

/* q_product1 end! */
.q_product1{padding:180px 0 130px;background: url(../image/ys_bg.jpg) no-repeat top center;}
.q_product_h{padding:0 0 25px;color:#fff;}
.q_product_h_l{width:47%;float:left;}
.q_product_h_l p{width:100%;font-size: 42px;line-height: 55px;font-weight: 700;text-transform: uppercase;color: #454545;}
.q_product_h_l p.p1{width:100%;font-size: 35px;line-height: 55px;font-weight: normal;text-transform: uppercase;color: #454545;}

.q_product_h_r{width:47%;float:right;}
.q_product_h_r_auto{width:100%;height:40px;}
.q_product_h_r p{width:100%;font-size: 15px;line-height: 30px;text-align: right;color: #454545;}

/* q_product_main */
.q_product_l{width:480px;margin:0;float: left;margin:110px 0 0;}
.q_product1 .q_product_l{margin:170px 0 0;}
.q_product_title{width:100%;margin:0 auto;color:#fff;}
.q_product_title_en{font-size: 28px;line-height: 40px;text-transform: uppercase;margin:10px auto 0;}
.q_product_title_cn{font-size: 28px;line-height: 36px;font-weight: 700;letter-spacing: 2px;}
.q_product_span{width:100%;margin:10px 0 0;}
.q_product_span span{display:inline-block;width:6%;height:5px;background-color: #c3271b;}
/* q_product_p */
.q_product_p{margin:20px auto 0;}
.q_product_p p{margin:0 auto;font-size: 15px;line-height: 2;color:#fff;}
.q_product_main{padding-top: 80px;}
.q_product_main ul li{float: left;width: 25%;text-align: center;}
.q_product_main ul li .tit{font-size: 23px;font-weight: bold;color: #1a1a1a;padding: 30px 0 10px;}
.q_product_main ul li .desc{font-size: 15px;color: #1a1a1a;}

/* q_product1 end! */

/* q_product2 start! */
.q_product2{background:url("/statics/css/default/images/q_product2_bg.jpg") no-repeat top center;padding:200px 0 170px;}
.q_product2 .q_product_title{color:#454545;}
.q_product2 .q_product_span span{background-color: #716350;}

.q_product2 .q_product_p p{color:#454545;}

.q_product2 .q_section_more a{color:#716350;}
.q_product2 .q_section_more a span{border-bottom: 1px solid #716350}
.q_product2 .q_section_more a i{color:#716350;}
/* q_product2 end! */

.q_case .q_section_more a{border: 1px solid #fff;color: #fff;}
.q_case .q_section_more a span{padding-right: 30px;display: inline-block;background: url("../image/more-2.png") no-repeat center right;}

/* q_case start! */
.q_case{background: url(../image/product_bg.jpg) no-repeat top center;padding:120px 0;}
.q_case_h{padding: 0 0 25px; border-bottom: 1px solid #ccc; color: #fff;}
.q_case_h_l{width:45%;float:left;}
.q_case_h_l p{width:100%;font-size: 40px;line-height: 55px;font-weight: 700;text-transform: uppercase;}

.q_case_h_r{width:50%;float:right;}
.q_case_h_r_auto{width:100%;height:50px;}
.q_case_h_r p{width:100%;font-size: 22px;line-height: 30px;font-weight: 400;text-align: right;}

.q_case_mains{margin:0 auto;}
/* q_case_l */
.q_case_l{width:auto;float:right;}
.tab .tab-head.q_case_l .tab-nav li{display: inline-block;padding: 0 30px;background-color: rgba(255,255,255,0);position: relative;border-radius: 10px;}

.tab .tab-head.q_case_l .tab-nav li.active{background-color: #c3271b}

.tab .tab-head.q_case_l .tab-nav li a{outline: none;border:0;border-radius: 0;padding:0;line-height: 50px;height:50px;font-size: 22px;color:#fff;}
.tab .tab-head.q_case_l .tab-nav li.active a{color:#fff;}

/* q_case_r */
.q_case_r{padding:15px 0 0;}
.tab .q_case_r .tab-body{margin:0 auto;padding:0;border:0;}

/* swiper_case start! */
.tab .q_case_r .tab-body .tab-panel{width:100%;margin:0 auto;position: relative;}
.tab .q_case_r .tab-body .tab-panel.active{animation: move_up 1s ease;}
.swiper_case0{width: calc(100% - 600px);float: right;margin:0 auto;position: relative;}
.swiper_case0 .swiper-wrapper{width:100%;margin:150px auto;}
.swiper_case0 .swiper-slide>a{outline: none;display: block;width:100%;padding: 86% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.swiper_case0 .swiper-slide .q_case_slide_txt{width:100%;margin:20px auto 0;}
.swiper_case0 .swiper-slide .q_case_slide_txt a{text-align:center;outline: none;display: block;width:100%;font-size: 15px;color:#fff;line-height: 20px;height: 20px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.swiper_case0 .swiper-slide .q_case_slide_txt a:hover{color:#c3271b;}
.swiper_button_case{width:56px;height:56px;line-height: 56px;font-size: 24px;position: absolute;top:auto;bottom:50%;z-index: 5;
  text-align: center;background:none;color:#fff;transition: all 0.3s;opacity: 1;
}
.swiper_button_case.swiper_button_case_prev{left:540px;}
.swiper_button_case.swiper_button_case_next{right:-60px;}

/* swiper_case end! */


/* q_case end! */

/* q_tab start! */
.q_tab .tab .tab-head .tab-nav{font-size:0;}
.q_tab .tab .tab-head .tab-nav li{background-color:  rgba(255,255,255,0);padding:0 30px;position: relative;margin:0 0 0 50px;}
.q_tab .tab .tab-head .tab-nav li:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: -10px;content: "";width: 0;height: 2px;border-radius: 2px;
		-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_tab .tab .tab-head .tab-nav li.active{background-color: #c3271b;border-radius: 5px;}
.q_tab .tab .tab-head .tab-nav li a{outline: none;border:0;border-radius: 0;padding:0;line-height: 40px;height:40px;font-size: 22px;color:#fff;}
.q_tab .tab .tab-head .tab-nav li.active a{color:#fff;}
.q_tab .tab .q_tab_main.tab-body{width:100%;margin:50px auto 0;padding:0;border:0;}

/* q_tab end! */

/* q_feature start! */
.q_feature{background:url("../image/feature_bg.jpg") no-repeat top center;padding:130px 0 110px;}

.q_feature_h{color:#fff;}
.q_feature_h_l{width:45%;float:left;}
.q_feature_h_l p{width:100%;font-size: 40px;line-height: 55px;font-weight: 700;text-transform: uppercase;}

.q_feature_h_r{width:50%;float:right;text-align: right;}
.q_feature_h_r_auto{width:100%;height:65px;}

/* swiper_feature */
.swiper_feature{margin:0 auto;}
.swiper_feature .swiper-slide{position: relative;}
.swiper_feature .swiper-slide>a.q_feature_img{outline: none;display: block;width:100%;padding:40% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.swiper_button_feature{background:none;width:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 24px;
  text-align: center;border-radius: 50%;color:#fff;transition: all 0.3s;opacity: 1;
}
.swiper_button_feature.swiper_button_feature_prev{left:3%;background-color: rgb( 195, 39, 27,0.5 )}
.swiper_button_feature.swiper_button_feature_next{right:3%;background-color: rgb( 33, 33, 33,0.5 );}

/* q_feature_mask */
a.q_feature_mask{outline: none;display: block;width:100%;height:100%;margin:0 auto;position: absolute;left:0;top:0;}
.q_feature_mask_in{width:100%;position: absolute;left:0;top:22%;padding:0 5%;color:#fff;}
.q_feature_body{width:30%;float:right;border-left:5px solid #c3271b;padding:0 0 0 15px;}
.q_feature_body h3{width:100%;margin:0 auto;font-size: 28px;font-weight: 700;line-height: 35px;letter-spacing: 1px;}
.q_feature_body p{width:100%;margin:10px auto 0;font-size: 18px;line-height: 25px;}
.swiper_feature .swiper-slide.swiper-slide-active .q_feature_body{animation: move_margin_up 1s ease;}
.q_feature.q_tab .tab .tab-head .tab-nav li.active{background-color: rgba(255,255,255,0)}
.q_feature.q_tab .tab .tab-head .tab-nav li.active:after,.q_feature.q_tab .tab .tab-head .tab-nav li:hover:after{width: 100%;background-color: #c3271b;}
/* q_feature end! */

/* qq_news start! */
.qq_news{background-color: #fcfcfc;}
.qq_news_h{color:#454545;}
.qq_news_h_l{width:45%;float:left;}
.qq_news_h_l p{width:100%;font-size: 40px;line-height: 50px;font-weight: 700;text-transform: uppercase;}

.qq_news_h_r{width:50%;float:right;text-align: right;}


.qq_news.q_tab .tab .tab-head .tab-nav li a{color:#454545;}
.qq_news.q_tab .tab .tab-head .tab-nav li.active a{color:#fff;}

/* qq_news_main */
.qq_news_main{width:100%;margin:0 auto;}
.qq_news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.qq_news_item{width:32%;float:left;margin:0 2% 0 0;background-color:#f8f8f8;position: relative;height: 485px;overflow:hidden;}
.qq_news_item:nth-of-type(3n){margin:0;}
.qq_news_item_img{width:100%;height:280px;margin:0 auto;overflow:hidden;}
.qq_news_item_img .img{height:100%;}
.qq_news_item_txt{width:100%;margin:0 auto;padding:30px 35px;}
.qq_news_item_h{width:100%;margin:0 auto;}
.qq_news_item_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 17px;color:#444;font-weight: 550;line-height: 25px;height:50px;text-align: justify;letter-spacing: 1px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.qq_news_item_date{width:100%;margin:5px auto 0;font-size: 16px;color:#888;line-height: 20px;}
.qq_news_item_date i{margin-right: 5px;}
.qq_news_item_p{width:100%;margin:20px auto 0;font-size: 16px;color:#666;line-height: 25px;height:50px;text-align: justify;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
/* qq_news_ul */
.qq_news_ul{padding:35px 30px;}
.qq_news_li{width:100%;margin:10px auto 0;}
.qq_news_li:nth-of-type(1){margin:0 auto;}

.qq_news .q_section_more{text-align: center;margin:60px auto 0;}

/* qq_news end! */

.index-message{background: #eff2f5;padding: 50px 0;}
.index-message .index-message-c .button{border: none; width: 200px;  height: 50px;  color: #fff; background-color: #c3271b; display: inline-block; font-size: 18px;font-weight: normal;text-align: center;cursor: pointer;}
.index-message .index-message-c .input{display:inline-block;background:none;border-radius:unset;box-shadow: none;border: none;border-bottom: 1px solid #a9a9a9; height: 50px;  padding-left: 20px; color: #1d95e5; font-size: 16px;}
.index-message .index-message-c input::-webkit-input-placeholder{color: #000;}
.index-message .index-message-c input::-moz-placeholder{color: #000;}
.index-message .index-message-c input:-moz-placeholder{color: #000;}
.index-message .index-message-c input:-ms-input-placeholder{color: #000;}
.index-message .index-message-c .form-group{float: left;position: relative;width: 26%;margin-right: 3%;}
.index-message .index-message-c .form-group span{color: #ff1800;font-size: 14px;position: absolute;top: 15px;}
.index-message .index-message-c .form-group:last-child{width: 13%;margin-right: 0%;}

.fl{float: left;}
.fr{float: right;}
.foot{ padding: 20px 0px 0; background: #494949;}
.footNav{margin-top: 70px;}
.fn-item{float: right;width: 10%;margin-left: 4%;position: relative;}
.fn-list{font-size: 16px; line-height: 40px; color: #cccccc; margin-top: 40px;}
.fn-text{font-size: 24px;line-height: 26px;color: #fff;font-weight: bold;}
.wb-left{ float: left;}
.wb-right{float: right;}
.wb-link span{margin: 0 10px;}
.wb-link{margin-right: 30px;}
.foot .fn-text a{color:#fff;display: inline-block;}
.foot a{transition: 0.36s;color: rgba( 197, 197, 197, 0.702 );}
.foot a:hover{color: #cccccc;}
.wsc-bottom{ margin-top: 48px; border-top: 1px solid rgba(85,85,85,0.5); height: 28px;line-height: 28px; padding: 25px 0; color: #808080;}
.wb-a span{ margin: 0 20px; color: rgba(255, 255, 255, 0.2);}
.lxwm.fn-list{font-size: 20px;color: #c5c5c5;margin-top: 0;}
.lxwm.fn-list li:nth-child(1) {background:url(/statics/css/default/images/foot1.png) no-repeat left; padding-left: 40px;margin-bottom: 25px;}
.lxwm.fn-list li:nth-child(2) {background:url(/statics/css/default/images/foot2.png) no-repeat left; padding-left: 40px;margin-bottom: 25px;}
.lxwm.fn-list li:nth-child(3) {background:url(/statics/css/default/images/foot3.png) no-repeat left; padding-left: 40px;margin-bottom: 25px;}
.lxwm.fn-list li:nth-child(4) {background:url(/statics/css/default/images/foot4.png) no-repeat left; padding-left: 40px;margin-bottom: 25px;}

.fn-code img{ width: 120px;}
.fn-item .fn-list.fn-list-2{margin-left: 26%;}
.fn-item .fn-list li{padding: 5px 10px 5px 0;font-size: 18px;}
.fn-logo{width: 28%;float: left;padding-right: 10%;}
.fn-code{width: 140px;float: right;text-align:center;margin-top: 20px;}

.foot .logo img {display: block;width: auto;}
.foot .text {float: left; height: 72px;font-size: 12px;margin: 10px 0 0 0;color: #666;line-height: 1;padding-left: 20px; background: url(/statics/css/default/images/logobg.png) no-repeat left 8px;}
.foot .text strong {display: block;font-size: 26px;color: #194694;margin: 10px 0;line-height: 30px;}

.fn-contact {float: left;width: 10%;margin-top: -10px;}
.fn-contact .code{width: 130px;margin-left: 40px;padding-top: 20px;}

.foot .erweima{margin-top: 70px;}
.foot .erweima li{float: left;margin-right: 20px;position: relative;}
.foot .erweima li .code:after{content: "";width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #ffffff;top: -10px;left: 50%;margin-left: -10px;position: absolute;}
.foot .erweima li .code{width: 100px;height: 100px;position: absolute;margin-left: 50%;left: -50px;top: 40px;display: none;}
.foot .erweima li .code img{display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: bottom;}
.foot .erweima li:hover .code{display: block;}

.fn-item:after{content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 250px; background: #b8c3cb;}
.fn-item:nth-child(2):after{display: none;}

.copyright {margin-top:70px;border-top:1px solid #565555;line-height: 40px; font-size: 16px; color: #c5c5c5; padding: 25px 0;text-align:center;}
.copyright a {font-size: 16px;color: #c5c5c5;padding: 0 0px 0 40px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.copyright a:hover { color: #c5c5c5;}


.copyright .ewm li{float: left;margin-right: 0px;position: relative;height: 50px;}
.copyright .ewm li .code:after{content: "";width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #ffffff;bottom: -10px;left: 50%;margin-left: -10px;position: absolute;}
.copyright .ewm li .code{width: 100px;height: 100px;position: absolute;margin-left: 50%;left: -50px;bottom: 60px;display: none;}
.copyright .ewm li .code img{display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: bottom;}
.copyright .ewm li:hover .code{display: block;}

/* q_footer start! */
	.q_footer{width:100%;margin:165px auto 0;padding:40px 5% 65px;background:url("../image/q_footer_bg.jpg") no-repeat top center;position: relative;color:#004477;min-height: 200px;}
	.q_footer:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_weixin{width:210px;text-align: center;position: absolute;left:50%;margin-left: -105px;top:-75px;z-index: 2;}
	.q_footer_weixin_img{width:100%;margin:0 auto;box-shadow: 0 0 5px #ccc;overflow: hidden;/*border-radius: 5px;*/}
	.q_footer_weixin_txt{width:100%;margin:5px auto 0;font-size: 22px;color:#004477;line-height: 30px;}
	.q_footer p{width:100%;margin:0 auto;line-height: 35px;font-size: 18px;color:#004477;}
	.q_footer a{outline: none;color:#004477;}
	.q_footer a:hover{color:#fda433;}
	.q_footer_l{width:50%;float:left;}
	.q_footer_r{width:50%;float:right;text-align: right;}
	.q_footer_icon{width:100%;margin:0 auto;text-align: right;}
	.q_footer_icon a{display: inline-block;position: relative;margin:0 0 0 10px;width:40px;height:40px;line-height: 40px;background-color: #fff;border-radius:50%;text-align: center;font-size: 20px;color:#698497;}
	.q_footer_icon a:hover{color:#004477;}
	.q_footer_weixin_hover{display: none; width:100px;height:100px;box-shadow: 0 0 5px #ccc;position: absolute;right:-30px;top:-110px;}
	/* q_footer_tel */
	.q_footer_tel{width:100%;margin:15px auto 0;font-size: 26px;font-family: "Oswald";font-weight: lighter;color:#004477;line-height: 30px;}
	.q_footer_tel span{font-weight: normal;}
	.q_footer_a{width:100%;margin:15px auto 0;color:#004477;}
	.q_footer_a a{outline: none;font-size: 18px;line-height: 25px;}
/* q_footer end! */

/* q_position  start! */
	/* q_position start! */
.q_position{width:100%;margin:0 auto;background-color: #f4f4f4;}
.q_position_main{width:100%;margin:0 auto;padding:0;}
.q_position_nav{width:68%;float:left;padding:0;}
.q_position_nav_home{width:56px;float:left;padding:5px 0;text-align: center;background-color: #004477;}
.q_position_nav_home>img{height:40px;}
.q_position_nav>ul{width:calc(100% - 56px);float:right;}
.q_position_nav>ul>li{float:left;border-right: 1px solid #ddd;position: relative;}
.q_position_nav>ul>li>a{outline: none;display: block;width:100%;padding:10px 40px;font-size: 0;color:#5c5c5c;}
.q_position_nav>ul>li>a>span{display: inline-block;font-size: 18px;letter-spacing: 1px;line-height: 30px;height:30px;margin-right: 20px;}
.q_position_nav>ul>li>a>i{display: inline-block;width:30px;height:25px;line-height: 25px;text-align: center;font-size: 15px;vertical-align: top;}
.q_position_nav>ul>li>ul{position: absolute;left:0;top:100%;width:100%;background-color: #f4f4f4;z-index: 2;display: none;}
.q_position_nav>ul>li>ul>li{width:100%;margin:0 auto;}
.q_position_nav>ul>li>ul>li>a{outline: none;display: block;width:100%;padding:10px 10px 10px 40px;font-size: 14px;line-height: 25px;color:#555;}
.q_position_nav>ul>li>ul>li:hover>a,.q_position_nav>ul>li>ul>li.on>a{background-color: #004477;color:#fff;}
.q_position_nav>ul>li:last-child>a,.q_position_nav>ul>li.on>a{color:#004477;}

.q_position_r{width:30%;float:right;padding:10px 0;}
.q_position_txt{width:100%;color:#666;line-height: 30px;height:30px;font-size: 14px;text-align: right;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_position_txt a{outline: none;color:#666;}
.q_position_txt a:hover{color:#004477;}
.q_position_txt a:last-child{color:#004477;}
/* q_position end! */
/* q_position  end! */

/* q_main  start! */
	/*.q_about_bg{background:url("../images/q_about_bg.jpg") no-repeat center center;background-size: cover;}*/
	/*.q_product_bg{background:url("../images/q_product_bg.jpg") no-repeat center center;background-size: cover;}*/
	/*.q_news_bg{background:url("../images/q_news_bg.jpg") no-repeat center center;background-size: cover;}*/
	/*.q_contact_bg{background:url("../images/q_contact_bg.jpg") no-repeat center center;background-size: cover;}*/
	/*.q_features_bg{background:url("../images/q_features_bg.jpg") no-repeat center center;background-size: cover;}*/
	/*.q_case_bg{background:url("../images/q_case_bg.jpg") no-repeat center center;background-size: cover;}*/
	.q_page1_mask_out{width:100%;height:100%;position: absolute;left:0;top:0;background-color: rgba(0,0,0,0);}
	.q_page1_mask_in{width:100%;margin:0 auto;position: absolute;left:0;top:50%;text-align: center;padding:0;color:#fff;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}

	.q_page1_mask_en{width:50%;margin:0;color: #fff;font-size: 36px;font-family: Oswald;text-transform: uppercase;line-height: 40px;text-align: right;}
  	.q_page1_mask_cn{width:50%;color: #fff;font-size: 50px;margin-top: 10px;line-height: 60px;border-bottom: 1px solid #fff;text-align: right;padding-bottom: 15px;}
  	.q_page1_mask_cn span{font-weight: bold;margin-left: 5px;}
	.q_main{width:100%;margin:0 auto;padding:60px 0;min-height: 360px;}
	.q_main p{width:100%;margin:0 auto;padding:0;font-size: 16px;color:#666;line-height: 2;}
	.q_main iframe{width:800px;height:540px;margin:50px auto 0;}
	.q_content{width:100%;margin:15px auto 0;border-top:1px solid #ccc;}

	/* q_content_title */
	.q_content_title{width:100%;margin:100px auto 80px;}
	.q_content_title_cn{width:100%;margin:0 auto;padding:0;font-size: 30px;color:#5c6272;line-height: 40px;}
	.q_content_title_en{width:100%;margin:0 auto;padding:0;font-size: 22px;color:#c7c7c7;line-height: 30px;font-family: Oswald;text-transform:uppercase;}
	.q_content_title_p{width:100%;margin:20px auto 0;padding:0;}
	.q_content_title_p p{width:100%;margin:0 auto;padding:0;font-size: 14px;color:#777c88;line-height: 25px;}

	/* q_content_div */
	.q_content_div{width:100%;margin:70px auto 0;}
	.q_content_div_title{width:100%;margin:0 auto;}
	.q_content_div_title h2{width:100%;margin:0 auto;padding:0 0 0 25px;border-left: 5px solid #004477;font-size:30px;color:#5c6272;line-height: 33px;}
	.q_content_div_body{width:100%;margin:20px auto 0;padding:35px 0 0;border-top:1px solid #ccc;}
	.q_content_div_body_main{width:100%;margin:0 auto;}
	.q_content_div_body_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
/* q_main  end! */

/* q_main_title */
.q_main_title{padding:0 0 40px;border-bottom:5px solid #004477;}
.q_main_title .q_row{padding:0 0 0 20px;border-left:5px solid #004477;}
.q_main_title_cn{font-size: 27px;color:#000;font-weight: 700;line-height: 30px;height:30px;letter-spacing: 2px;}
.q_main_title_en{margin:8px auto 0; font-size: 25px;color:#909090;font-weight: 100;line-height: 30px;height:30px;text-transform:uppercase;}
.q_main_content{padding:40px 0 0;}
/* q_about  start! */
	.q_div{width:100%;margin:10px auto 0;padding:0;}
	.q_div_title{width:100%;margin:100px auto 80px;text-align: center;font-size: 26px;line-height: 35px;color:#555;}
	.q_about_main{width:100%;margin:65px auto 0;}
	.q_div_img{width:100%;margin:0 auto;text-align: center;}
	.q_div_img img{margin:0  30px;}
	.q_div_p{width:100%;margin:60px auto;}
	.q_div_p p{width:100%;margin:0 auto;font-size: 18px;color:#5d5d5d;line-height: 30px;text-align: center;}
	.q_div_manufacturing02{width:100%;margin:150px auto 0;}
/* q_about  end! */

/* q_product  start! */
	.q_div_product_list{width:100%;margin:0 auto;padding:0;}
	.q_div_product_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_div_product_item{width:49.5%;margin:0 1% 15px 0;float:left;border:1px solid #e7e7e7;}
	.q_div_product_item:nth-of-type(2n){margin:0 0 15px 0;}
	.q_div_product_item_img{width:100%;margin:0 auto;}
	.q_div_product_item_img a{outline: none;display: block; width:100%;margin:0 auto;text-align: center;overflow: hidden;}
	.q_div_product_item_img a img{width:100%;
		-moz-transition: all .8s ease 0s;
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		-webkit-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}
	.q_div_product_item_img:hover a img{
		-moz-transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
		-o-transform:scale(1.1,1.1);
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
	.q_div_product_item_txt{width:100%;margin:0 auto;padding:30px 60px;background-color: #e7e7e7;}
	.q_div_product_item_txt a{outline: none;display: block;width:100%;color:#5c6272;}
	.q_div_product_item_txt a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_div_product_item_txt span{display: block;}
	.q_div_product_item_txt .q_more{width:60px;float:right;}
	.q_div_product_item_txt .q_txt{width:calc(100% - 70px);float:left;padding:0 0 0 15px;border-left:5px solid #004477;font-size: 23px;height:30px;line-height: 30px;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	.q_div_product_item:hover .q_div_product_item_img a img{
		-moz-transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
		-o-transform:scale(1.1,1.1);
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
	.q_div_product_item:hover .q_div_product_item_txt a{color:#004477;}
	.q_div_p2 .q_div_product_item_txt .q_txt{border-left:5px solid #ac9068;}
	.q_div_p2 .q_div_product_item:hover .q_div_product_item_txt a{color:#ac9068;}

	/* q_content_div */
	.q_content_product_img{width:410px;float:right;text-align: center;padding:15px 0 0;}
	.q_content_product_txt{width:calc(100% - 460px);float:left;}

	/* q_ul */
	.q_ul{width:100%;margin:0 auto;padding:0;}
	.q_li{width:100%;margin:0 auto;}
	.q_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_li_l{width:200px;float:left;padding:10px 0;border-bottom: 1px solid #ccc;}
	.q_li_r{width:calc(100% - 260px);float:right;padding:10px 0;border-bottom: 1px solid #ccc;}
	.q_li span{display: block;width:100%;font-size: 16px;color:#777c88;line-height: 30px;}
	.q_content_div3 .q_ul .q_li{padding:10px 0;border-bottom: 1px solid #ccc;}
	.q_content_div3 .q_ul .q_li:nth-of-type(1){border-top: 1px solid #ccc;}
	.q_li_h{width:100%;margin:0 auto;font-size: 18px;color:#777c88;font-weight: bold;line-height: 30px;}
	.q_li_p{width:100%;margin:0 auto;font-size: 16px;color:#777c88;line-height: 30px;}
	.q_content_div4 .q_ul .q_li{padding:10px 0;border-bottom: 1px solid #ccc;}
	.q_content_div4 .q_ul .q_li.q_li_div4{padding:25px 0;}
	.q_content_div4 .q_ul .q_li:nth-of-type(1){border-top: 1px solid #ccc;}
	.q_li_item{width:32%;float:left;border:1px solid #ddd;padding:5px;text-align: center;margin:5px 2% 5px 0;}
	.q_li_item:nth-of-type(3n){margin:5px 0 5px 0;}
	.q_li_item a{outline: none;display: block;width:100%;font-size: 18px;color:#777c88;font-weight: bold;line-height: 30px;cursor:default; }

/* q_product  end! */

/* q_news  start! */
	.q_news_list{width:100%;margin:100px auto 0;padding:0;}
	.q_news_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_news_item{width:32%;float:left;margin:0 2% 50px 0;}
	.q_news_item:nth-of-type(3n){margin:0 0 50px 0;}
	.q_news_item_img{width:100%;margin:0 auto;padding:0;overflow: hidden;}
	.q_news_item_img a{outline: none;display: block;width:100%;margin:0 auto;padding:60% 0 0;overflow: hidden;text-align: center;background-position: center center;background-size: cover;
		-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_item_txt{width:100%;margin:20px auto 0;}
	.q_news_item_txt_h{width:100%;margin:0 auto;}
	.q_news_item_txt_h a{outline: none;display: block; width:100%;margin:0 auto;font-size: 20px;color:#5c6272;line-height: 30px;height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_news_item_txt_date{width:100%;margin:10px auto 0;font-size: 14px;color:#777c88;line-height: 20px;}
	.q_news_item:hover .q_news_item_img a{
		-moz-transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
		-o-transform:scale(1.1,1.1);
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}
	.q_news_item:hover .q_news_item_txt_h a{color:#004477;}

	/* q_news_show */
	.q_news_show{width:100%;margin:15px auto 0;padding:100px 0;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
	.q_news_show_body{width:100%;margin:0 auto;}
	.q_news_show_h{width:100%;margin:0 auto;}
	.q_news_show_h h1{width:100%;margin:0 auto;font-size: 30px;color:#5c6272;line-height: 35px;}
	.q_news_show_span{width:100%;margin:20px auto 0;padding:10px 20px;background-color: #f8f8f8;font-size: 13px;color:#777c88;line-height: 20px;}
	.q_news_show_span:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_news_show_span_r{width:280px;float:right;text-align: right;}
	.q_news_show_span_l{width:calc(100% - 300px);float:left;}
	.q_news_show_span_l span{margin:0 5px 0 0;}
	.q_news_show_content{width:100%;margin:35px auto 0;}
	.q_news_show_content p{line-height: 2.5;}
/* q_news  end! */

/* q_contact  start! */
	.q_contact_div{width:100%;margin:100px auto 0;}
	.q_contact_div_h{width:100%;margin:0 auto;padding:0 25px;border-left:5px solid #ac9068;font-size: 30px;color:#004477;line-height: 33px;}
	.q_contact_div_main{width:100%;margin:30px auto 0;}
	.q_contact_txt{width:100%;margin:0 auto;padding:30px;background-color: #f8f8f8;}
	.q_contact_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_contact_item{width:33%;float:left;font-size: 22px; color:#004477;line-height: 30px;height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding:0 15px 0 0;}
	.q_contact_item span{font-weight: bold;}
	.q_contact_item:nth-of-type(1){width:27%;}
	.q_contact_item:nth-of-type(2){width:45%;}
	.q_contact_item:nth-of-type(3){width:28%;}

	/* q_form */
	.q_form{width:100%;margin:0 auto;}
	.q_form_div{width:100%;margin:0 auto;}
	.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_form_div .form-group{width:49%;float:left;margin:0 2% 0 0;}
	.q_form_div .form-group:nth-of-type(2n){margin:0;}
	.q_form .input-group .addon{background-color: #004477;border:1px solid #004477;color:#fff;}
	.q_form .input-group .input:focus{border:1px solid #004477;}
	.q_form .input:focus{border:1px solid #004477;}
	.q_form .button{border:1px solid #004477;background-color: #004477;color:#fff;padding:8px 50px;}
	.q_form .button:hover{border:1px solid #ac9068;background-color: #ac9068;}
/* q_contact  end! */

/* q_features  start! */
	.q_features_title{width:100%;margin:100px auto 0;text-align: center;}
	.q_features_title_cn{width:100%;margin:0 auto;font-size: 30px;color:#004477;line-height: 40px;}
	.q_features_title_cn span{font-weight: bold;}
	.q_features_title_en{margin:0 auto;color: #b5b4b7;font-size: 30px;font-family: Oswald;text-transform: uppercase;line-height: 35px;}
	/* q_features_main */
	.q_features_main{width:100%;margin:60px auto 0;}
	.q_features_div{width:100%;margin:15px auto;position: relative;}
	.q_features_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_features_div_mask{width:100%;margin:0 auto;height:100%;position: absolute;left:0;top:0;color:#fff;}
	.q_features_div_mask p{color:#fff;font-size: 28px;line-height: 40px;}
	.q_features_div_mask p span{font-weight: bold;}
	.q_features_div_mask_in{width:100%;margin:0 auto;position:absolute;left:0;top:50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.q_features_div1 .q_features_div_mask_in{top:35%;text-align: center;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	/* q_features_div2 */
	.q_features_div.q_features_div2{padding:50px 0;}
	.q_features_div2_item{width:100%;margin:0 auto;color:#004477;padding:0 5%;}
	.q_features_div2_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_features_div2_item_txt{width:60%;float:left;position: relative;}
	.q_features_div2_item_img{width:40%;float:right;text-align: center;}
	.q_features_div2_item .q_features_div2_item_txt p{color:#004477;padding:0 30px;}
	.x6:nth-of-type(2) .q_features_div2_item .q_features_div2_item_txt p{text-align: right;}
	/* q_features_div3 */
	.q_features_div3 .x6{float:right;text-align: right;}

	/* q_features_div4 */
	.q_features_div4 .x6{text-align: right;padding:0 8% 0 0;}
	.q_features_div4 .x6 p{color:#004477;}

	/* q_features_div5 */
	.q_features_div5 p{color:#004477; text-align: center;margin:-5% auto 0;}

	/* q_features_div6 */
	.q_features_div6 .x6{float:right;text-align: right;padding:0  8% 0 0;}
	.q_features_div6 .x6 p{color:#004477;}

	/* q_features_div7 */
	.q_features_div7 .x6{padding:0 0 0 8%;}
	.q_features_div7 .x6 p{color:#004477;}

	/* q_features2 多元设计 start! */
		.q_features2{width:100%;margin:0 auto;}
		.q_features2 .q_features_div{margin:0 auto;border-bottom: 1px solid #ccc}
		.q_features2_group{border-left: 4px solid #ac9068;padding:0 0 0 15px;}
		.q_features2_group .q_features2_title{width:100%;margin:0 auto;font-size: 25px;color:#333;line-height: 30px;}
		.q_features2_group .q_features_p{width:100%;margin:10px auto 0;}
		.q_features2_group .q_features_p p{width:100%;margin:0 auto;color:#777c88;font-size: 15px;line-height: 25px;}

		/* q_features_div2 */
		.q_features2_div2 .x6{float:right;padding:0 0 0 15%;}

		/* q_features_div4 */
		.q_features2_div4 .x6{float:right;padding:0 0 0 15%;}

		/* q_features_div6 */
		.q_features2_div6 .x6{float:right;padding:0 0 0 15%;}

	/* q_features2 多元设计 end! */
/* q_features  end! */

/* q_case  start! */
	.q_case_list{width:100%;margin:60px auto 0;}
	.q_case_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_case_item{width:49%;float:left;margin:0 2% 30px 0;}
	.q_case_item:nth-of-type(2n){margin:0 0 30px 0;}
	.q_case_item a{outline: none;display: block;width:100%;text-align: center;overflow: hidden;position: relative;color:#fff;}
	.q_case_item .img{width:100%;padding:64.5% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
	.q_case_item_txt{width:100%;padding:30px;position: absolute;left:0;bottom:0;background-color: rgba(0,0,0,.8);}
	.q_case_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_case_item_txt_r{width:55px;height:30px;float:right;}
	.q_case_item_txt_l{width:calc(100% - 60px);height:30px;float:left;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 23px;text-align: left;}
	.q_case_item 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_case_item:hover a img{
		-moz-transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
		-o-transform:scale(1.1,1.1);
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
	}

	/* q_case 内容页 */
	.q_case_title{width:100%;margin:100px auto 0;}
	.q_case_title h1{width:100%;margin:0 auto;font-size: 30px;color:#5c6272;line-height: 35px;}
	.q_case_title h1 span{display: inline-block;padding:0 20px 0 0;margin:0 24px 0 0;color:#004477;font-weight: bold;position: relative;}
	.q_case_title h1 span:after{content: "";width:4px;height: 30px;background-color: #004477;position: absolute;top:5px;left:100%;}
	.q_case_top{width:100%;margin:60px auto 0;position: relative;}
	.q_case_scrollbar{width:100%;margin:40px auto 0;position: relative;padding:0 10%;}
	.swiper_case_scrollbar{opacity: 1!important;width:100%;background-color: #ddd;height:15px;border-radius: 15px;}
	.swiper_case_scrollbar .swiper-scrollbar-drag{background-color: #004477;}

	/* q_case_main */
	.q_case_main{width:100%;margin:0 auto;padding:100px 0 80px;border-bottom: 1px solid #ccc}
	.q_case_main_title{width:100%;margin:0 auto;}
	.q_case_main_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

	.q_case_title_item{float:left;}
	.q_case_title_item1{width:25%;margin:0 5% 25px 0;}
	.q_case_title_item2{width:70%;margin:0 0 25px 0;}
	.q_case_title_item3{width:100%;margin:0;float:none;}

	.q_case_title_item{font-size: 24px;color:#5c6272;line-height: 30px;}
	.q_case_title_item span{display: inline-block;padding:0 20px 0 0;margin:0 24px 0 0;color:#004477;font-weight: bold;position: relative;}
	.q_case_title_item span:after{content: "";width:4px;height: 24px;background-color: #004477;position: absolute;top:4px;left:100%;}
	.q_case_title_item2_l,.q_case_title_item2_r{display: inline-block;}
	.q_case_title_item2_l{margin-right: 15px;}
	.q_case_title_item2_r a img.nohover{display: inline-block;}
	.q_case_title_item2_r a img.hover{display: none;}
	.q_case_title_item2_r a:hover img.nohover{display: none;}
	.q_case_title_item2_r a:hover img.hover{display: inline-block;}
	.q_case_main_body{width:100%;margin:50px auto 0;}
	.q_case_main_body>h2{width:100%;margin:0 auto;font-size: 24px;color:#5c6272;line-height: 30px;}
	.q_case_main_content{width:100%;margin:20px auto 0;}

	/* 工程案例封面页 分类 */
	.q_case_index{width:100%;margin:50px auto 0;padding:0;}
	.q_case_index_div{width:100%;margin:0 auto 15px;}
	.q_case_index_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_case_index_img{width:66.5%;float:left;height:500px;overflow:hidden;position: relative;}
	.q_case_index_txt{width:calc(100% - 66.5%);float:right;height:500px;overflow:hidden;position: relative;background-color: #eaeaea;color:#004477;}
	.q_case_index_div:nth-of-type(2n) .q_case_index_img{float:right;}
	.q_case_index_div:nth-of-type(2n) .q_case_index_txt{float:left;}
	.q_case_index_img>a.img{height:100%;}
	a.q_case_index_mask{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;color:#004477;}
	.q_case_index_mask_in{width:100%;position: absolute;left:0;top:50%;padding:0 15% 0 20%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.q_case_index_body{width:100%;margin:0 auto;}
	.q_case_index_body h2{width:100%;margin:0 auto;font-size: 40px;line-height: 55px;font-weight: 700;letter-spacing: 2px;}

	.q_case_index_body .q_section_more{width:100%;margin:30px auto 0;font-size: 18px;line-height: 30px;font-weight: 700;}
	.q_case_index_body .q_section_more  span{margin-right: 12px;display: inline-block;padding:0;border-bottom: 1px solid #004477}

/* q_case  end! */

/* q_n_case start! */
.q_n_case_list{margin:0 auto -20px;}
.q_n_case_item{width:32%;float:left;margin:0 2% 40px 0;overflow:hidden;position: relative;}
.q_n_case_item:nth-of-type(3n){margin:0 0 40px 0;}
.q_n_case_item .img{padding: 73% 0 0;}
.q_n_case_item a.q_case_mask{outline: none;display: block;width:100%;padding:15px 5%;position: absolute;left:0;bottom:0;
	text-align: center;background-color: rgba(0,0,0,.5);color:#fff;
}
.q_n_case_item .q_case_mask span{display: block;width:100%;font-size: 22px;line-height: 30px;height:30px;letter-spacing: 1px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_case_item:hover a.q_case_mask{background:linear-gradient(45deg,#384e9c,#004477);opacity: .9;}

/* q_n_case 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: #004477;}
.page_a a i{margin:0 10px;}
.page_next{float:right;text-align: right;}
@media (max-width: 1440px) {
  .page{margin:8px auto 0;font-size: 14px;}
  .page_a a{padding:0;font-size: 14px;}
  .page_a a i{margin:0 6px;}
}
@media (max-width: 640px) {
  .page{margin:0 auto;padding:6px 10px;}
  .page_a{width:100%;float:none;font-size: 13px;line-height: 30px;height:30px;}
  .page_next{float:none;text-align: left;}
  .page_a a{display: inline;padding:0;font-size: 13px;}
  .page_a a i{margin:0 6px;}
}
/* page  end! */


/* 分页部分通用 开始  */
/* pagelist start! */
.pagelist {list-style: none;margin:60px auto 0;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: 1px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #004477;}
.pagelist >a:hover{color:#fff;background-color: #004477;}
@media(max-width: 1440px){
	.pagelist {margin:45px auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:35px auto 0;}
	.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 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 2px;}
}
/* pagelist end! */
/* 分页部分通用 结束  */

/* 移动端底部通用代码 footer 开始 */
	.footer_m {display: none;}
	@media (max-width: 640px) {
		.page2 {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: #fff;}
	.footer_m_item {width:33.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:#004477;font-size: 12px;}
/* 移动端底部通用代码 footer 结束 */

.q_search_title{width:100%;margin:50px auto 0;font-size: 30px;line-height: 35px;color:#004477;text-align: center;}
.q_searchs .q_news_list{margin:35px auto 0;}
.q_searchs .q_case_list{margin:35px auto 0;}
.q_searchs .pagelist{margin:15px auto;}
.q_searchs .pagelist span{width:100%;line-height: 30px;height:auto;}

/* 产品系统 */
.q_content_p4_img{width:100%;margin:0 auto;}
.q_content_p4_img:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_content_p4_img_item{width:33%;float:left;margin:0 0.5% 10px 0;}
.q_content_p4_img_item:nth-of-type(3n){margin:0 0 10px 0;}
.q_content_p4_img .q_li_h{text-align: center;}


.mKeBanner,.mKeBanner div{text-align:center}
.imageflow img{-webkit-box-shadow:2px 2px 2px 2px hsla(0,0%,0%,.1);box-shadow:2px 2px 2px 2px hsla(0,0%,0%,.1)}
.imageflow{overflow:hidden;position:relative;text-align:left;visibility:hidden;width:100%;margin:0 auto}
.imageflow img{border:none;position:absolute;top:0;visibility:hidden;-ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto;text-align:center}
.imageflow .loading{border:1px solid #ccc;height:15px;left:50%;margin-left:-106px;padding:5px;position:relative;visibility:visible;width:200px}
.imageflow .loading_bar{background:#ccc;height:15px;visibility:visible;width:1%}
.imageflow .caption{font-weight:700;position:relative;text-align:center;z-index:2}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3;position:relative;visibility:hidden;z-index:3;height:1px}
.imageflow .slider{background-image:url("/statics/css/default/images/slider.png");background-repeat:no-repeat;height:14px;margin:-6px 0 0 -7px;position:absolute;width:14px;z-index:4}
.imageflow .images{overflow:hidden;white-space:nowrap}
.imageflow .button{cursor:pointer;height:17px;position:relative;width:17px}
.imageflow .previous{background:url("/statics/css/default/images/button_left.png") top left no-repeat;float:left;margin:-7px 0 0 -30px}
.imageflow .next{background:url("/statics/css/default/images/button_right.png") top left no-repeat;float:right;margin:-7px -30px 0 30px}

/* q_n_news start! */

.q_n_news_list{width:100%;margin:0 auto;padding:0;}
.q_n_news_item{width:100%;margin:0 auto;padding:30px 50px;border-bottom: 1px solid #ddd;}
.q_n_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_news_item_img{width:386px;height:195px;float:left;overflow: hidden}
.q_n_news_item_img>a{outline: none;display: block;width:100%;height:100%;background-position: center center;background-size: cover;
	-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_txt{width:calc(100% - 436px);height:195px;float:right;}
.q_n_news_item_txt_h{width:100%;margin:0 auto;padding:0;}
.q_n_news_item_txt_h>a{width:100%;margin:0 auto;padding:0;outline: none;display: block;font-size: 22px;color:#222;line-height: 35px;height:35px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_item_txt_date{width:100%;margin:0 auto;padding:0;font-size: 14px;color:#aaa;}
.q_n_news_item_txt_p{width:100%;margin:12px auto 0;font-size: 15px;line-height: 27px;height:54px;text-align: justify;color:#666;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_news_item_more{width:100%;margin:17px auto 0;padding:0;}
.q_n_news_item_more>a{display: inline-block;padding:7px 40px;font-size: 14px;line-height: 20px; color:#fff;background-color:#004477;}
.q_n_news_item:hover{background-color:#004477;}
.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_more>a{color:#004477;background-color:#fff;}

/* q_show */
.q_show{width:100%;margin:0 auto;padding:0;}
.q_show_h{width:100%;margin:30px auto 0;padding:0 10%;font-size: 22px;color:#111;line-height: 30px;text-align: center;letter-spacing: 2px;}
.q_show_span{width:100%;margin:40px auto 0;background-color: #eee;padding:6px 15px;text-align: center;}
.q_show_span span{display: inline-block;margin:0 5px;font-size: 13px;line-height: 20px;color:#777;}
.q_show_body{width:100%;margin:20px auto 0;padding:30px  50px 25px;font-size: 16px;line-height: 2.2;color:#555;border-bottom: 1px solid #ddd;}
.q_show_body p{width:100%;margin:0 auto;padding:0;font-size: 16px;line-height: 2.2;color:#555;text-align: justify;}
/* q_n_news end! */

/* q_product start! */




.q_pro_list{border-top:1px solid #fff;border-left:1px solid #fff;min-height: 960px;}
.q_pro_item{width: 33.33%;float:left;border-bottom:1px solid #fff;border-right:1px solid #fff;}
.q_pro_item a{outline: none;display: block;width:100%;padding:45px 8%;color:#111;background-color:rgba(255,255,255,.5);
	text-align: center;
}

.q_pro_item_h{font-size: 22px;line-height: 30px;height:30px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_pro_item_span{margin:30px auto 20px;font-size: 0;line-height: 0;}
.q_pro_item_span span{display: inline-block;width:20%;height:3px;background-color: #004477;border-radius: 3px;}
.q_pro_item_img .img{padding:90% 0 0;}

.q_pro_item:hover a{background:linear-gradient(45deg,#384e9c,#004477);color:#fff;}
.q_pro_item:hover .q_pro_item_span span{background-color:#fff;}

/* q_product end! */

/* q_n_product start! */
.q_main .q_pro_list{background-color: #f5f5f5;min-height: 100px;}

.q_n_pro_top_l{width:48%;float:left;background-color: #f5f5f5;padding:5px;}
.swiper_product .img{padding:90% 0 0;}
.product_thumbs .swiper-slide{background-color: #fff;border:1px solid #fff;}
.product_thumbs .swiper-slide.swiper-slide-thumb-active{border:1px solid #004477;}

.q_n_pro_top_r{width:46%;float:right;}
.q_h1{padding:15px;background-color: #004477;text-align: center;}
.q_h1 span{display: block;width:100%;font-size: 24px;line-height: 30px;color:#fff;letter-spacing: 2px;}
.q_n_pro_top_ul{margin:35px auto 0;}
.q_n_pro_top_li{margin:0 auto 15px;}
.q_n_pro_top_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_pro_top_li_h{width:75px;float:left;position: relative;font-size: 18px;color:#222;font-weight: 700;line-height: 30px;}
.q_n_pro_top_li_h:after{content:'';width:2px;height:15px;background-color: #555;position: absolute;right:-13px;top:8px;}
.q_n_pro_top_li_txt{width:calc(100% - 105px);float:right;font-size: 17px;color:#555;line-height:30px;text-align: justify;}

.q_n_pro_form{margin:50px auto 0;}
.q_n_pro_form_h{padding:8px 25px;background-color: #004477;color:#fff;font-size: 18px;letter-spacing: 2px;line-height: 25px;}

/* q_n_product_tab */
.q_n_product_tab{margin:45px auto 0;}
.q_n_product_tab.tab .tab-head .tab-nav{background-color: #f4f4f4;}
.q_n_product_tab.tab .tab-head .tab-nav li{display: block;float:left;background-color: #eaeaea;}
.q_n_product_tab.tab .tab-head .tab-nav li a{outline: none;display: block;width:100%;padding:12px 40px;font-size: 17px;letter-spacing: 1px;
	color:#555;border:0;border-radius: 0;
}
.q_n_product_tab.tab .tab-head .tab-nav li.active{background-color: #004477;}
.q_n_product_tab.tab .tab-head .tab-nav li.active a{color:#fff;}
.q_n_product_tab.tab .tab-body{margin:45px auto 0;border:0;padding:0;}
.q_n_product_tab.tab .tab-body .tab-panel{min-height: 150px;}
.q_product_panel{width:100%;/*overflow-x: scroll;*/}

/* q_relation */
.q_relation{margin:45px auto 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:35px 0;}
.q_relation_h{width:150px;text-align: center;padding:0px 0 30px;}
.q_relation_h span{display: block;width:100%;font-size: 22px;color:#000;font-weight: 700;letter-spacing: 2px;line-height: 25px;}
.q_relation_list{}
.q_rel_item{width:31%;float:left;margin:0 3.5% 0 0;text-align: center;}
.q_rel_item:nth-of-type(3n){margin:0;}
.q_rel_item_img .img{padding:90% 0 0;}
.q_rel_item_txt{margin:30px auto 0;padding:0 15px;}
.q_rel_item_txt a{outline: none;display: block;width:100%;font-size: 17px;color:#555;line-height: 25px;height: 25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_rel_item_txt a:hover{color:#004477;}

/* q_n_product end! */

.q_n_form{width:100%;margin:10px auto 0;padding:0;display: block;}
.q_n_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_form .form-group{margin:0 auto;}
.q_n_form .q_form_div .form-group{width:49%;float:left;margin:0 2% 10px 0;padding:0;}
.q_n_form .q_form_div .form-group:nth-of-type(2n){margin:0 0 10px 0;}
.q_n_form .form-group .addon{background-color: #004477;color:#fff;border: solid 1px #004477;}
.q_n_form .form-group .input{padding:6px 15px;border-radius: 2px;}
.q_n_form .form-group .input:focus{border: solid 1px #004477;}
.q_n_form .form-button{text-align: center;margin:0 auto;padding:0;}
.q_n_form .form-button .button{display:block;width:49.5%;float:left;margin:0 1% 0 0;padding:6px 10px;background-color: #d5333e;color:#fff;border:1px solid #d5333e;
	text-align: center;border-radius: 0;font-size: 17px;line-height: 25px;letter-spacing: 1px;
}
.q_n_form .form-button button.button{margin:0;background-color: #004477;border:1px solid #004477;}
a.button{outline: none;}

/* q_n_contact start! */
.q_n_contact{width:100%;margin:0 auto;padding:0;}
.q_n_contact:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_contact_img{width:320px;height:225px;float:right;background-color: #f6f6f6;text-align: center;padding:34px 0 0 0;}
.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: #f6f6f6;padding:25px 20px 10px 30px;}
.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:nth-of-type(n+3){margin:0;}
.q_row1 .q_n_contact_item{width:calc((100% - 10px) / 3);margin:0 5px 5px 0;}
.q_row1 .q_n_contact_item:nth-of-type(2n){margin:0 5px 5px 0;}
.q_row1 .q_n_contact_item:nth-of-type(3n){margin:0 0 5px 0;}

.q_n_contact_item_icon{width:60px;float:left;}
.q_n_contact_item_txt{width:calc(100% - 85px);height:60px;float:right;}
.q_n_contact_item_txt_h{width:100%;margin:0 auto;font-size: 18px;font-weight: bold;color:#353535;line-height: 35px;}
.q_n_contact_item_txt_p{width:100%;margin:0 auto;font-size: 14px;color:#353535;line-height: 25px;}

.q_form .q_n_form{margin:90px auto;padding:0 12%;}
.q_form .q_n_form .q_form_div .form-group{width:49%;float:left;margin:0 2% 20px 0;padding:0;}
.q_form .q_n_form .q_form_div .form-group:nth-of-type(2n){margin:0 0 20px 0;}

.q_form .q_n_form .form-button{text-align: center;margin:25px auto 0;}
.q_form .q_n_form .form-button .button{width:auto; display: inline-block;padding:8px 50px;float:none;}
/* q_map */
.q_map{width:100%;height:450px;margin:40px auto 0;padding:0 0 20px;border-bottom: 1px solid #ccc;}
#allmap {width: 100%;height: 100%;font-size: 14px;line-height: 25px;overflow: hidden;font-family:"微软雅黑";}
#allmap b{color: #004477;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! */

/* q_n_about start! */
.q_main_about{padding:0 5%;}
.q_main .q_main_about p{font-size: 18px;color:#333;}
/* q_n_about end! */
/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:20%;z-index: 100000000000;display: none;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #004477;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding:12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#004477;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:120px;height:120px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;
  border-radius: 4px;position: absolute;left:-130px;top:-33px;
}

.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:#e41826;}
.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: 18px;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: #e41826;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;}

.link_bj{width:100%; margin: 0 auto; min-height:70px; overflow: hidden; }
.link{ height:auto; overflow: hidden;font-family:"Microsoft Yahei";  margin:0 auto;}
.link p i{color: #fff; font-size: 14px; float: right;}
.link p{font-size: 16px;overflow: hidden; padding: 20px 0; color:#acacac;position: relative;
    z-index: 1;opacity: 0.5;}
.link p a{ color: #333; font-size: 14px;padding:0 10px; text-align: left;}


@media(max-width: 640px){
  .q_aside{right:10px;bottom:15%;}
  .q_aside_item{width:36px;height:36px;padding:7px;}
  .q_aside_item_main{width:120px;height:36px;line-height: 36px;font-size: 14px;display: none;left:-130px;top:0px;}
  .weixin{width:100px;height:100px;display: none;left:-110px;top:-33px;}
  .q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */