@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	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;}
.main1500{width:100%;max-width:1500px;margin:0 auto;}
.main1600{width:100%;max-width:1600px;margin:0 auto;}
.main1800{width:100%;max-width:1800px;margin:0 auto;}
.main1800:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */

@keyframes fadeinup {
  0%   {opacity: 0;transform: translateX(80px)}
  100% {opacity: 1;transform: translateX(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;
}
.img:hover{
  -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);
}


.page1{width:100%;height:100%;position: absolute;left:0;top:0;}
.page2{width:100%;position: absolute;left:0;top:100%;}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* q_header end! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index:9;background-color: rgba(255,255,255,.9);height:120px;
    transition: all .3s;border-bottom: 1px solid #eee;
}
.q_header.q_header_fixed{box-shadow: 0 0 10px #ccc;}
.q_header_main{width:100%;margin:0 auto;}
.q_header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
/* q_logo */
.q_logo{width:350px;float:left;padding:30px 0;transition: all .3s;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block; width:100%;margin:0 auto;}
.q_logo>h1>a>img{max-width: 100%;}
/* q_nav */
.q_nav{width:calc(100% - 420px);float:right;}
.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 80px;}
.q_nav>ul>li>a{outline: none;display: block;width:100%;color:#535353;padding:45px 0;position: relative;transition: all .3s;}
.q_nav>ul>li>a>span{display: block;width:100%;font-size: 21px;line-height:30px;height:30px;position: relative;}
.q_nav>ul>li>a>span:after{position: absolute;left: 50%;bottom: -10px;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: #b81c25;transform: translateX(-50%);}
.q_nav>ul>li>a:hover,.q_nav>ul>li>a.on{color:#b81c25;}

.q_header.q_header_fixed{height:80px;}
.q_header.q_header_fixed .q_logo{padding:10px 0;}
.q_header.q_header_fixed .q_nav>ul>li>a{padding:25px 0;}

/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:120px auto 0;}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;padding:47.92% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width: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.q_banner_index{margin:0 auto 0;height:calc(100% - 120px);position: absolute;left:0;bottom:0;}
.q_banner.q_banner_index .swiper_banner{height:100%;}
.q_banner.q_banner_index .swiper_banner{height:100%;}
.q_banner.q_banner_index .swiper_banner .swiper-wrapper{height:100%;}
.q_banner.q_banner_index .swiper_banner .swiper-wrapper .swiper-slide{height:100%;}
.q_banner.q_banner_index .swiper_banner .swiper-wrapper .swiper-slide a{height:100%;padding:0;}
/* q_banner end! */

.q_video{padding:50px 0;text-align:center;}
.q_video video{display:block;margin:0 auto;width:100%;height:1012px;}

/* q_case start! */
.q_case{width:100%;margin:0 auto;padding:0 0 20px;}
/* q_case_nav */
.q_case_nav{width:100%;margin:0 auto;padding:40px 0;background-color: #b81c25;position: relative;z-index: 2;}
.q_case_nav_main{width:100%;margin:0 auto;}
.q_case_nav_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_case_nav_logo{width:350px;float:left;}
.q_case_ul{width:calc(100% - 420px);float:right;font-size: 0;text-align: right;}
.q_case_ul>li{display: inline-block;margin:0 0 0 50px;position: relative;}
.q_case_ul>li>a{outline: none;display: block;width:100%;color:#fff;position: relative;padding:15px 5px;}
.q_case_ul>li>a>span{display: block;width:100%;font-size: 20px;line-height: 30px;height:30px;position: relative;}
.q_case_ul>li>a>span:after{position: absolute;left: 50%;bottom: -5px;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_case_ul>li>a:hover>span:after,.q_case_ul>li>a.on>span:after{width: 100%;background-color: #b81c25;transform: translateX(-50%);}
.q_case_son_nav{width:180%;margin:0 auto;position: absolute;left:-40%;top:calc(100% - 5px);background-color: #b81c25;padding:10px 5px;text-align: center;display: none;}
.q_case_son_nav>li{width:100%;margin:0 auto;border-top:2px solid rgba(255,255,255,.4);}
.q_case_son_nav>li:nth-of-type(1){border-top:2px solid rgba(255,255,255,0);}
.q_case_son_nav>li>a{outline: none;display: block;width:100%;margin:0 auto;font-size: 15px;line-height: 36px;height:36px;color:#fff;letter-spacing: 2px;}
/* q_case_list */
.q_case_list{width:100%;margin:20px auto 0;}
.q_case_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_case_item{width:25%;float:left;overflow:hidden;position: relative;}
.q_case_item2{width:33%;float:left;overflow:hidden;position: relative;}
.q_case_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_case_item_img>a{outline: none;display: block;width:100%;margin:0 auto;padding:66.66% 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_case_item:hover .q_case_item_img>a{
  -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_case_item2:hover .q_case_item_img>a{
  -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_case_item_txt{width:100%;margin:0 auto;padding:30px 50px;background: #f5f5f5;transition: all 1s;
		background: -webkit-linear-gradient(to bottom right, #fcfcfc, #f5f5f5, #f0f0f0, #e5e5e5);
		background: linear-gradient(to bottom right, #fcfcfc, #f5f5f5, #f0f0f0, #e5e5e5;);
		text-align: center;
}
.q_case_item_txt:nth-of-type(2n){
	background: #f0f0f0;
	background: -webkit-linear-gradient(to right, #f5f5f5, #f0f0f0, #e5e5e5, #e0e0e0);
	background: linear-gradient(to right, #f5f5f5, #f0f0f0, #e5e5e5, #e0e0e0);
}
.q_case_item_txt>a{outline: none;display: block;width:100%;}
.q_case_item_txt_h{width:100%;margin:0 auto;font-size: 18px;color:#222;font-weight: 100;height:25px;line-height: 25px;letter-spacing: 1px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_case_item_txt .q_case_item_txt_p{width:100%;margin:5px auto 0;font-size: 13px;color:#888;font-weight: 100;height:18px;line-height: 18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

.q_case_item:hover .q_case_item_txt,.q_case_item2:hover .q_case_item_txt{background-color: #b81c25;
	background-image: -webkit-linear-gradient(to bottom right, #b81c25 10%, #b81c25 100%);
	background-image: -o-linear-gradient(to bottom right, #b81c25 10%, #b81c25 100%);
	background-image: linear-gradient(to bottom right, #b81c25 10%, #b81c25 100%);
}
.q_case_item:hover  .q_case_item_txt_h,.q_case_item2:hover  .q_case_item_txt_h, .q_case_item:hover .q_case_item_txt_p{color:#fff;}
.q_case_more{width:100%;margin:0 auto;padding:50px 0;text-align: center;}
.q_case_more>a{display: inline-block;outline: none;padding:10px 40px;font-size: 16px;color:#fff;line-height: 25px;background-color: #b81c25;letter-spacing: 1px;border-radius: 1px;transition: all .3s;}
.q_case_more>a:hover{background-color: #b81c25;}

/* q_case end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;}
.q_footer_t{width:100%;margin:0 auto;padding:65px 0 50px;background-color: #b81c25;}
.q_footer_main{width:100%;margin:0 auto;}
.q_footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_footer_logo{width:30%;float:left;padding:0; /*50px */}
.q_footer_wechat{width:20%;float:right;padding:35px 0;text-align: right;}
.q_footer_tel{width:40%;float:left;margin-left: 8%;color:#fff;}
.q_footer_tel_h{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;}
.q_footer_tel_h>span{font-size: 15px;margin-left: 15px;}
.q_footer_p{width:100%;margin:20px auto 0;}
.q_footer_p>p{width:100%;margin:0 auto 15px;font-size: 16px;line-height: 36px;letter-spacing: 1px;}
.q_footer_p>p:nth-of-type(1)>span:nth-of-type(1){margin-right: 80px;}
/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:25px 0;background-color: #514f4e;text-align: center;}
.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 13px;color:#fff;outline: none;transition: all .2s;}
.q_footer_b a:hover{color:#b81c25;}
.q_footer_b span a{margin:0;}
/* q_footer end! */

/* q_banner_n start! */
.q_banner_n>a{outline: none;display: block;width:100%;padding:21.875% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
/* q_banner_n end! */

/* q_main start! */
.q_main{width:100%;margin:0 auto;padding:0 0 30px; min-height: 500px;font-size: 16px;color:#555;line-height: 2;}
.q_main p{width:100%;margin:0 auto;font-size: 16px;color:#555;line-height: 2;}
.q_main_h{width:100%;margin:0 auto;text-align: center;}
.q_main_h_cn{width:100%;margin:0 auto;font-size: 32px;color:#b81c25;line-height: 40px;letter-spacing: 2px;}
.q_main_h_en{width:100%;margin:5px auto 0;font-size: 13px;color:#353535;line-height: 20px;font-weight: 100;text-transform: uppercase;}
/* q_main end! */

/* q_n_about start! */
.q_main.q_n_about{padding-bottom: 0;}
.q_main_h.q_n_about_title{text-align: left;margin:60px auto 0;}
.q_n_about_title .q_main_h_cn{font-size: 58px;font-weight: 100;line-height: 65px;}

/* q_n_about_p */
.q_n_about_p{width:100%;margin:50px auto 0;font-weight: 100;}
.q_n_about_p p{text-align: justify;line-height: 2.4;}

/* q_n_about_img */
.q_n_about_img{width:100%;margin:30px auto;}
.q_n_about_img:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_about_img_l{width:800px;height:400px;float:left;overflow:hidden;}
.q_n_about_img_r{width:580px;height:400px;float:right;overflow:hidden;}
.q_n_about_img .img{width:100%;height:100%;}

/* q_number */
.q_number{width:100%;margin:0 auto;}
.q_number_main{width:100%;margin:0 auto;padding:40px 0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:25%;float:left;padding:0 10px;text-align: center;position: relative;}
.q_number_icon{width:100%;margin:0 auto;}
.q_number_top{width:100%;margin:15px auto 10px;font-size: 65px;line-height: 80px;color:#b81c25;font-family: 'bebas';letter-spacing: 3px;}
.q_number_top .sub{font-size: 22px;vertical-align: text-top;font-weight: normal;}
.q_number_txt{width:100%;margin:10px auto 0;padding:0;font-size: 26px;color:#333;line-height: 35px;height:35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/* q_culture */
.q_culture{width:100%;margin:30px auto 0;background:url('../images/q_culture_bg.jpg') no-repeat top center;padding:50px 0 0;}
.q_culture_list{width:100%;margin:50px auto 0;}
.q_culture_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_cul_item{width:45%;float:left;margin:0 10% 30px 0;text-align: center;}
.q_cul_item:nth-of-type(2n){margin:0 0 30px 0;}
.q_cul_item_h{width:100%;margin:0 auto;}
.q_cul_item_h_cn{width:100%;margin:0 auto;font-size: 22px;color:#2b2b2b;line-height: 30px;height:30px;font-weight: normal;letter-spacing: 2px;}
.q_cul_item_h_en{width:100%;margin:0 auto;font-size: 13px;color:#2b2b2b;line-height: 20px;height:20px;font-weight: 100;text-transform: uppercase;letter-spacing: 1px;}
.q_cul_item_p{width:100%;margin:20px auto;font-size: 15px;color:#353535;line-height: 25px;min-height: 75px;text-align: justify;font-weight: 100;text-align: center;}

/* q_about_service */
.q_about_service{width:100%;margin:0 auto;padding:50px 0;}
.q_about_ser_list{width:100%;margin:50px auto 0;}
.q_about_ser_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_about_ser_item{width:31%;float:left;margin:0 3.5% 0 0;}
.q_about_ser_item:nth-of-type(3n){margin:0;}
.q_about_ser_item_img{width:100%;margin:0 auto;overflow:hidden;position: relative;}
.q_about_ser_item_img .img{width:100%;padding:63% 0 0;}
.q_about_ser_item_txt{width:100%;margin:0 auto;padding:20px;background-color: #b81c25;transition: all .2s;}
.q_about_ser_item:nth-of-type(1) .q_about_ser_item_txt{background-color: #a24f92;}
.q_about_ser_item:nth-of-type(2) .q_about_ser_item_txt{background-color: #214894;}
.q_about_ser_item:nth-of-type(3) .q_about_ser_item_txt{background-color: #6abcab;}
.q_about_ser_item_txt a{outline: none;display: block;width:100%;text-align: center;color:#fff;}
.q_about_ser_item_txt_cn{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;letter-spacing: 2px;}
.q_about_ser_item_txt_en{width:100%;margin:3px auto 0;font-size: 12px;line-height: 20px;font-weight: 100;text-transform: uppercase;letter-spacing: 1px;}
.q_about_ser_item:hover .q_about_ser_item_txt{background-color: #b81c25;}

/* q_team */
.q_team{width:100%;margin:0 auto;padding:50px 0;background-color: #f8f8f8;}
.q_team_list{width:100%;margin:40px auto 0;}
.q_team_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_team_l{width:188px;float:left;}
.q_team_l_img{width:188px;height:300px;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.q_team_l_txt{width:100%;margin:0 auto;padding:20px;height:70px;background-color: #fff;}
.q_team_list.q_team_list2 .q_team_l_txt{height: 95px;}
.q_team_r{width:calc(100% - 213px);float:right;position: relative;}

.q_team_r .swiper-wrapper{height:auto;}
.q_team_r .swiper-slide{height:auto;}

.q_team_r .swiper_button_team{background:none;width:40px;height:60px;line-height: 60px;margin-top: -30px;font-size: 24px;
  text-align: center;background-color: #b81c25;color:#fff;transition: all 0.3s;display: none;
}
.q_team_r .swiper_button_team.swiper_button_team_prev{left:-65px;}
.q_team_r .swiper_button_team.swiper_button_team_next{right:-65px;}

.q_team_item{width:100%;padding:0;}
.q_team_item_img{width:100%;height: 300px;overflow:hidden;}
.q_team_item_img>.img{width:100%;height:100%;}
a.q_team_item_txt{outline: none;display: block;width:100%;margin:0 auto;padding:20px;background-color: #fff;color:#2b2b2b;transition: all .2s;}
.q_team_item_txt_h{width:100%;font-size: 22px;line-height: 30px;height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_team_item_txt_h span{font-size: 16px;margin-left:10px;}
.q_team_item:hover .q_team_item_txt{background-color: #b81c25;color: #fff;}
.q_team_item_txt_p{width:100%;margin:5px auto 0;font-size: 14px;line-height: 20px;height:20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/* q_team_design */
.q_team_design{width:100%;margin:50px auto 0;}
.q_team_design_h{width:100%;margin:0 auto;padding:20px;text-align: center;background-color: #b81c25;color:#fff;}
.q_team_design_h_cn{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;height:30px;}
.q_team_design_h_en{width:100%;margin:0 auto;font-size: 12px;line-height: 20px;height:20px;text-transform: uppercase;font-weight: 100;letter-spacing: 1px;}
.q_team_design_list{width:100%;margin:30px auto 0;position: relative;}

.q_team_design_list .swiper-wrapper{height:auto;}
.q_team_design_list .swiper-slide{height:auto;}
.q_team_design_list .swiper-slide>a{outline: none;display: block;width:100%;height:100%;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.q_team_design_list .swiper_button_design{background:none;width:40px;height:60px;line-height: 60px;margin-top: -30px;font-size: 24px;
  text-align: center;background-color: #b81c25;color:#fff;transition: all 0.3s;
}
.q_team_design_list .swiper_button_design.swiper_button_design_prev{left:-65px;}
.q_team_design_list .swiper_button_design.swiper_button_design_next{right:-65px;}

.q_team_des_item{width:100%;margin:0 auto;}
.q_team_des_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_team_des_item_img{width:200px;height:260px;float:left;overflow:hidden;}
.q_team_des_item_img>.img{width:100%;height:100%;}
.q_team_des_item_txt{width:calc(100% - 200px);height:260px;float:right;background-color: #fff;position: relative;transition: all .2s;}
a.q_item_mask{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;color:#333;}
.q_item_mask_in{width:100%;position: absolute;left:0;top:50%;padding:0 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_team_des_item_h{width:100%;margin:0 auto;font-size: 20px;line-height: 30px;height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_team_des_item_p{width:100%;margin:15px auto 0;font-size: 14px;line-height: 20px;height:40px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_team_des_item:hover .q_team_des_item_txt{background-color: #b81c25;}
.q_team_des_item:hover .q_team_des_item_txt .q_item_mask{color:#fff;}
/* q_n_about end! */

/* q_position start! */
.q_position{width:100%;margin:0 auto;padding:15px 0;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;font-size: 0;}
.q_position_title{width:35%;float:right;padding:0;font-size: 18px;line-height: 40px;text-align: right;}
.q_position_title a{outline: none;display: block;width:100%;color:#333;}
.q_position_title i{color:#b81c25;margin-left: 5px;}
.q_position_txt{width:55%;float:left;color:#666;line-height: 40px;height:40px;font-size: 16px;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:#b81c25;}
.q_position_txt a:last-child{color:#545454;cursor: default;}
/* q_position end! */

/* q_n_single start! */
.q_n_single{width:100%;margin:65px auto 0;padding:0;}
.q_n_single_top{width:100%;margin:0 auto;padding:0 10%;}
.q_n_single_h{width:100%;margin:0 auto;color:#b81c25;}
.q_n_single_h_cn{width:100%;margin:0 auto;font-size: 40px;line-height: 46px;letter-spacing: 2px;}
.q_n_single_h_en{width:100%;margin:0 auto;font-size: 16px;line-height:25px;text-transform: uppercase;}
/* q_n_single end! */

/* q_n_case start! */
/* q_n_single */
.q_n_top{width:100%;margin:50px auto 0;}
.q_n_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_top_r{width:20%;float:right;}
.q_n_top_li{width:100%;margin:0 auto 20px;font-size: 18px;color:#6a6a6a;line-height: 30px;font-weight: 100;}
.q_n_top_l{width:60%;float:left;}
.q_n_top_l p{width:100%;margin:0 auto;font-size: 18px;color:#6a6a6a;line-height: 2;font-weight: 100;text-align: justify;}
/* q_n_body */
.q_n_body{width:100%;margin:65px auto 0;min-height: 360px;font-size: 18px;color:#6a6a6a;line-height: 2;}
.q_n_body p{width:100%;margin:0 auto;font-size: 18px;color:#6a6a6a;line-height: 2;}
.q_n_img{width:100%;margin:25px auto; text-align: center;}
/* q_n_recommend */
.q_n_recommend{width:100%;margin:0 auto;padding:50px 0;}
.q_n_recommend_h{width:100%;margin:0 auto;text-align: center;color:#b81c25;}
.q_n_recommend_h_cn{width:100%;margin:0 auto;font-size: 33px;line-height: 40px;height:40px;}
.q_n_recommend_h_en{width:100%;margin:0 auto;font-size: 16px;line-height: 24px;height:24px;text-transform: uppercase;font-weight: 100;letter-spacing: 1px;}
.q_n_recommend_list{width:100%;margin:50px auto 0;}
.q_n_recommend_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_recommend_item{width:32%;float:left;margin:0 2% 0 0;text-align: center;}
.q_n_recommend_item:nth-of-type(3n){margin:0;}
.q_n_recommend_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_recommend_item_img .img{padding:66.66% 0 0;}
.q_n_recommend_item_h{width:100%;margin:25px auto 0;}
.q_n_recommend_item_h a{outline: none;display: block;width:100%;font-size: 22px;line-height: 30px;height:30px;color:#333;letter-spacing: 1px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_recommend_item_h a:hover{color:#b81c25;}
/* q_n_case end! */

/* q_n_service start! */
/* q_n_ser_top */
.q_n_ser_top{width:100%;margin:65px auto;}
.q_n_ser_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_ser_top_img{width:640px;height:360px;float:right;overflow: hidden;}
.q_n_ser_top_img .img{width:100%;height:100%;}
.q_n_ser_top_txt{width:calc(100% - 720px);float:left;}
.q_n_ser_top_h{width:100%;margin:0 auto;color:#b81c25;}
.q_n_ser_top_h h3{width:100%;margin:0 auto;font-size: 32px;letter-spacing: 2px;line-height: 64px;}
.q_n_ser_top_h h3:nth-of-type(2n){text-align:right;}
.q_n_ser_top_h h3 span{font-size: 50px;}
.q_n_ser_top_p{width:100%;margin:40px auto 0;}
.q_n_ser_top_p p{width:100%;margin:0 auto;font-size: 15px;color:#4e4e4e;text-align: justify;line-height: 2.3;letter-spacing: 1px;}
/* q_n_sort */
.q_n_sort{width:100%;margin:0 auto;padding:60px 0;background-color: #f8f8f8;}
.q_n_sort_list{width:100%;margin:50px auto 0;}
.q_n_sort_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_sort_item{width:30%;float:left;margin:0 5% 5% 0;text-align: center;}
.q_n_sort_item:nth-of-type(3n){margin-right:0;}
.q_n_sort_item:nth-of-type(6n){margin-right:0;}
.q_n_sort_h{width:100%;margin:0 auto;padding:10px;}
.q_n_sort_item:nth-of-type(1) .q_n_sort_h{background-color: #a24f92;}
.q_n_sort_item:nth-of-type(2) .q_n_sort_h{background-color: #214894;}
.q_n_sort_item:nth-of-type(3) .q_n_sort_h{background-color: #6abcab;}
.q_n_sort_item:nth-of-type(4) .q_n_sort_h{background-color: #a24f92;}
.q_n_sort_item:nth-of-type(5) .q_n_sort_h{background-color: #214894;}
.q_n_sort_item:nth-of-type(6) .q_n_sort_h{background-color: #6abcab;}
.q_n_sort_h span{display: inline-block;padding:0 0 0 65px;font-size: 28px;color:#fff;line-height:50px;height:50px;
	background-repeat: no-repeat;background-position: center left;background-size: 50px 50px;
}
.q_n_sort_item:nth-of-type(1) .q_n_sort_h span{background-image: url('../images/q_n_sort_h01.png');}
.q_n_sort_item:nth-of-type(2) .q_n_sort_h span {background-image: url('../images/q_n_sort_h02.png');}
.q_n_sort_item:nth-of-type(3) .q_n_sort_h span {background-image: url('../images/q_n_sort_h03.png');}
.q_n_sort_item:nth-of-type(4) .q_n_sort_h span{background-image: url('../images/q_n_sort_h01.png');}
.q_n_sort_item:nth-of-type(5) .q_n_sort_h span {background-image: url('../images/q_n_sort_h02.png');}
.q_n_sort_item:nth-of-type(6) .q_n_sort_h span {background-image: url('../images/q_n_sort_h03.png');}
.q_n_sort_h_en{width:100%;margin:15px auto 20px;font-size: 22px;color:#424241;font-weight: 100;text-transform: uppercase;height:30px;line-height: 30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_sort_ul{width:100%;margin: auto;padding:50px 15px;border:1px dashed #555;}
.q_n_sort_ul ul{width:100%;margin:0 auto;}
.q_n_sort_ul li{width:100%;margin: auto;font-size: 17px;color:#424241;line-height:2.3;letter-spacing: 1px;font-weight: 100;}
.q_n_sort_more{width:100%;margin:20px auto 0;text-align: center;}
.q_n_sort_more>a{outline: none;display: inline-block;padding:7px 25px;border-radius: 3px;font-size: 14px;line-height: 22px;background-color:#b81c25;color:#fff;}
.q_n_sort_item:nth-of-type(1) .q_n_sort_more>a{background-color: #a24f92;}
.q_n_sort_item:nth-of-type(2) .q_n_sort_more>a{background-color: #214894;}
.q_n_sort_item:nth-of-type(3) .q_n_sort_more>a{background-color: #6abcab;}
.q_n_sort_item:nth-of-type(4) .q_n_sort_more>a{background-color: #a24f92;}
.q_n_sort_item:nth-of-type(5) .q_n_sort_more>a{background-color: #214894;}
.q_n_sort_item:nth-of-type(6) .q_n_sort_more>a{background-color: #6abcab;}
.q_n_sort_item .q_n_sort_more>a:hover{background-color:#b81c25;}

.q_n_sort_img{width:100%;margin:20px auto 15px;}
.q_n_sort_p{width:100%;margin:0 auto;font-size: 24px;color:#424241;line-height: 1.8;font-weight: 100;letter-spacing: 1px;}
/* q_n_strength */
.q_n_strength{width: 100%;margin:0 auto;padding:50px 0;}
.q_n_str_list{width: 100%;margin:50px auto 0;}
.q_n_str_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_str_item{width:30%;float:left;margin:0 5% 0 0;text-align: center;padding:50px 30px;border:1px solid #bbb;}
.q_n_str_item:nth-of-type(3n){margin:0;}
.q_n_str_h{width:100%;margin:15px auto 0;}
.q_n_str_h_cn{width:100%;margin:0 auto;font-size: 33px;color:#2b2b2b;line-height: 40px;height:40px;letter-spacing: 2px;}
.q_n_str_h_en{width:100%;margin:5px auto 0;font-size: 14px;color:#424241;line-height: 25px;height:25px;text-transform: uppercase;font-weight: 100;}
.q_n_str_p{width:100%;margin:30px auto 0;font-size: 14px;color:#2b2b2b;font-weight: 100;line-height: 25px;height:75px;letter-spacing: 2px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
/* q_n_service end! */

/* q_n_news start! */
.q_case_nav.q_news_nav{background-color: #fff;}
.q_news_nav .q_case_ul>li>a{color:#444;}
.q_news_nav .q_case_ul>li>a.on,.q_news_nav .q_case_ul>li>a:hover{color:#b81c25;}
/* q_n_news_main */
.q_n_news_main{width:100%;margin:0 auto;}
.q_n_news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_news_main>div{width:48%;float:left;}
.q_n_news_l{margin:0 4% 0 0;}
.q_n_news_li{width:100%;margin:0 auto 30px;}
.q_n_news_li_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_news_li_img .img{width:100%;padding:43.75% 0 0;}
.q_n_news_li_txt{width:100%;margin:0 auto;padding:20px 6%;background-color: #f0f0f0;transition: all .2s;}
a.q_n_news_li_h{outline: none;display: block;width:100%;color:#2b2b2b;}
.q_n_news_li_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_news_li_h_date{width:20%;height:30px;float:right;line-height: 30px;text-align: right;font-size: 16px;}
.q_n_news_li_h_span{width:78%;height:30px;float:left;line-height: 30px;font-size: 18px;letter-spacing: 1px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_n_news_li_p{width:100%;margin:10px auto;font-size: 13px;color:#555;font-weight: 100; height: 20px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_n_news_li:hover .q_n_news_li_txt{background-color: #b81c25;}
.q_n_news_li:hover .q_n_news_li_h{color: #fff;}
.q_n_news_li:hover .q_n_news_li_p{color: #eee;}
/* q_n_news_list */
.q_n_news_list{width:100%;margin:0 auto;}
.q_n_news_item{width:100%;margin:0 auto 20px;border:1px solid #bbb;padding:15px;transition: all .2s;}
.q_n_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_news_item_img{width:116px;height:116px;float:left;overflow:hidden;}
.q_n_news_item_img .img{width:100%;height:100%;}
.q_n_news_item_txt{width:calc(100% - 140px);float:right;padding:10px 0 0;}
a.q_n_news_item_h{outline: none;display: block;width:100%;}
a.q_n_news_item_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_news_item_h_date{width:20%;height:30px;float:right;line-height: 30px;text-align: right;font-size: 16px;color:#b81c25;}
.q_n_news_item_h_span{width:78%;height:30px;float:left;line-height: 30px;font-size: 22px;letter-spacing: 1px;color:#333; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_n_news_item_p{width:100%;margin:10px auto;font-size: 14px;color:#555;font-weight: 100; height: 50px;line-height: 25px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.q_n_news_item:hover{border:1px solid #b81c25;background-color: #b81c25;}
.q_n_news_item:hover .q_n_news_item_h_span,.q_n_news_item:hover .q_n_news_item_h_date{color:#fff;}
.q_n_news_item:hover .q_n_news_item_p{color:#eee;}

/* q_n_show */
.q_n_single>h1{width: 85%;margin:0 auto;text-align: center;font-size: 30px;line-height: 1.8;color:#2b2b2b;letter-spacing: 2px;}
.q_n_single_span{width:100%;margin:15px auto 0;text-align: center;}
.q_n_single_span span{margin:0 5px;font-size: 15px;color:#888;line-height: 1.5;letter-spacing: 1px;}
.q_n_single_body{width:100%;margin:30px auto;min-height: 360px;font-size: 16px;line-height: 2;color:#555;}
.q_n_single_body p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;color:#555;}
.q_n_single_img{width: 100%;margin:20px auto;text-align: center;}
/* q_n_news end! */

/* q_n_job start! */
.q_n_job_top{width:100%;margin:80px auto;}
.q_n_job_top>h1{width:100%;margin:0 auto;font-size: 84px;color:#b81c25;}
.q_n_job_top_p{width:100%;margin:10px auto 0;font-size: 16px;color:#353535;line-height: 2}
.q_n_job_top_p p{width:100%;margin:0 auto;font-size: 16px;color:#353535;line-height: 2}
/* q_n_job_main */
.q_n_job_main{width:100%;margin:0 auto;padding:60px 0;background-color: #f8f8f8;}
.q_n_job_h{width:100%;margin:0 auto;}
.q_n_job_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_job_h_l{width:65%;float:left;font-size: 22px;line-height: 30px;height:30px;color:#515151;letter-spacing: 2px;}
.q_n_job_h_r{width:30%;float:right;text-align: right;}
.q_n_job_h_r a{outline: none;display: block; width:100%;font-size: 22px;line-height: 30px;height:30px;color:#b81c25;}
.q_n_job_list{width:100%;margin:50px auto 0;}
.q_n_job_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_job_item{width:33%;float:left;margin:0 .5% 10px 0;text-align: center;}
.q_n_job_item:nth-of-type(3n){margin:0 0 10px 0;}
a.q_n_job_item_h{outline: none;display: block;width:100%;padding:100px 15%;color:#fff;}
.q_n_job_item_h_cn{width:100%;margin:0 auto;font-size:28px;line-height: 40px;height:40px;letter-spacing: 1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_n_job_item_h_en{width:100%;margin:0 auto;font-size:13px;line-height: 25px;height:25px;font-weight: 100;text-transform: uppercase;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_job_item:nth-of-type(2n+1){background-color: #b81c25;}
.q_n_job_item:nth-of-type(2){background-color: #b81c25;}
.q_n_job_item:nth-of-type(4){background-color: #a24f92;}
.q_n_job_item:nth-of-type(6){background-color: #214894;}
.q_n_job_item:nth-of-type(8){background-color: #6abcab;}

/* q_n_hj */
.q_n_hj{width:100%;margin:0 auto;padding:50px 0;}
.q_n_hj_main{width:100%;margin:30px auto 0;}
.q_n_hj_p{width:100%;margin:0 auto;font-size: 16px;color:#353535;line-height: 2}
.q_n_hj_p p{width:100%;margin:0 auto;font-size: 16px;color:#353535;line-height: 2}
.q_n_hj_img{width:100%;margin:30px auto 0;}
.q_n_hj_img:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_hj_img_item{width:48.5%;float:left;margin:0 3% 0 0;overflow:hidden;}
.q_n_hj_img_item:nth-of-type(2n){margin:0}
.q_n_hj_img_item .img{width:100%;padding:56% 0 0;}

/* q_n_job end! */

/* q_n_contact start! */
.q_n_contact_logo{width:100%;margin:65px auto 0;text-align: center;}
.q_n_contact_p{width:100%;margin:30px auto 0;font-size: 17px;color:#2b2b2b;text-align: center;line-height: 2;}
.q_n_tel{width:100%;margin:50px auto 0;padding:50px;background-color: #b81c25}
.q_n_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_tel_r{width:150px;float:right;text-align: center;}
.q_n_tel_l{width:calc(100% - 250px );float:left;padding:25px 0 0;}
.q_n_tel_l:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_tel_item{float: left;font-size: 18px;color:#fff;line-height: 30px;font-weight: 100;}
.q_n_tel_item:nth-of-type(1){width:25%;margin:0 5% 30px 0;}
.q_n_tel_item:nth-of-type(2){width:25%;margin:0 5% 30px 0;}
.q_n_tel_item:nth-of-type(3){width:38%;margin:0 0 30px 0;}
.q_n_tel_item:nth-of-type(4){width:100%;margin:0;}
/* q_map */
.q_map{width:100%;margin:30px auto 0;}
#allmap {width: 100%;height: 540px;overflow: hidden;font-family:"微软雅黑";}
#allmap b{color: #CC5522;font-size: 17px;line-height: 30px;}
#allmap img{max-width: none;}
/* q_message */
.q_message{width:100%;margin:65px auto;padding:0 10%;}
.q_message_h{width:100%;margin:0 auto;font-size: 33px;color:#b81c25;line-height: 40px;letter-spacing: 2px;text-align: center;}

.q_n_form{width:100%;margin:50px auto 0;padding:0;display: block;}
.q_n_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_form .form-group{margin:0 auto 20px;}
.q_n_form .q_form_div .form-group{width:49%;float:left;margin:0 2% 20px 0;padding:0;}
.q_n_form .q_form_div .form-group:nth-of-type(2n){margin:0 0 20px 0;}
.q_n_form .form-group .addon{background-color: #b81c25;color:#fff;border: solid 1px #b81c25;}
.q_n_form .form-group .input:focus{border: solid 1px #b81c25;}
.q_n_form .form-button{text-align: center;margin:30px auto 0;padding:0;}
.q_n_form .form-button .button{display: inline-block; padding:10px 35px;background-color: #b81c25;color:#fff;border: solid 1px #b81c25;font-size: 16px;line-height: 25px;letter-spacing: 1px;}

/* q_n_contact end! */


/* pagelist start!  */
.pagelist {list-style: none;margin:60px auto 30px;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: 2px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #b81c25;}
.pagelist >a:hover{color:#fff;background-color: #b81c25;}
@media(max-width: 1440px){
	.pagelist {margin:35px auto 20px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:20px auto 5px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;padding:0 8px;font-weight: normal;}
}
@media(max-width: 500px) {
	.pagelist {margin:25px auto 10px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 11px;margin:3px 2px;}
}
/* pagelist end!  */

/* page  start! */
.page{width:100%;margin:50px auto;line-height: 25px;background-color: #b81c25;padding:25px 10%;}
.page:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.page_a{width:50%;padding:0;float:left;color:#fff;line-height: 25px;height:25px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_a a{display: inline-block; outline: none;color:#fff;font-size: 16px;}
.page_a a:hover{color: #b81c25;}
.page_a a i{margin:0 10px;}
.page_next{float:right;text-align: right;}
@media (max-width: 1440px) {
	.page{margin:15px auto 0;padding:20px 7%;font-size: 15px;}
	.page_a a{padding:0;font-size: 13px;}
	.page_a a i{margin:0 6px;}
}
@media (max-width: 640px) {
	.page{margin:10px auto 0;padding:15px 20px;}
	.page_a{width:100%;float:none;font-size: 14px;}
	.page_next{float:none;text-align: left;}
	.page_a a{padding:0;font-size: 13px;}
	.page_a a i{margin:0 6px;}
}
/* page  end! */

/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #b81c25;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:#b81c25;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;
}
@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! */
