@charset "UTF-8";
/* 此CSS样式为 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: #fff;
	font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
div a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
.main1200{width:100%;max-width:1200px;margin:0 auto;}
.main1540{width:100%;max-width:1540px;margin:0 auto;}
.main1700{width:100%;max-width:1700px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
	.nproduct_top_more .pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
	.nproduct_top_more .m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

section.page1 {width: 100%;}
section.page2 {width: 100%;}

@media(max-width: 640px){
	section.page1{position: relative;height: auto;}
	section.page2 {position: relative;top: 0;}
}

@-webkit-keyframes slide-noact {
	0% {transform: scale(1.1);}
	100% {transform: scale(1.1);}
}
@keyframes slide-noact {
	0% {transform: scale(1.1);}
	100% {transform: scale(1.1);}
}

@-webkit-keyframes slide-act {
	0% {transform: scale(1.0);}
	100% {transform: scale(1.1);}
}
@keyframes slide-act {
	0% {transform: scale(1.0);}
	100% {transform: scale(1.1);}
}

@keyframes fadeinup {
  0%   {opacity: 0;transform: translateY(120px)}
  100% {opacity: 1;transform: translateY(0)}
}
@keyframes fadeinups {
  0%   {opacity: 0;transform: translateY(200px)}
  100% {opacity: 1;transform: translateY(0)}
}
.fadeinup {animation-name: fadeinup;animation-duration: 1s;}

@font-face{
  font-family: 'number';
  src: url("./akzidenzgroteskbq-bdcndalt.otf");
}

/* page-index-all */

@keyframes fadeindown_little {
  0%   {opacity: 0;transform: translateY(-20px)}
  100% {opacity: 1;transform: translateY(0)}
}
.little:hover{animation-name: fadeindown_little;animation-duration: .5s;}

.page-index-all {width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0; z-index: 999999;display: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.q_form_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_form_mask_in{width:400px;position: absolute;left:50%;margin-left:-200px;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_form_main{width:100%;margin:0 auto;background-color: #fff;border-radius: 4px;padding:45px 50px;position: relative;
	animation-name: fadeindown_little;animation-duration: .5s;
}
.q_form_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_close{width: 20px;height: 20px;line-height: 20px;text-align: center;position: absolute;top: 10px;right: 10px;color: #50506d;font-size: 22px;cursor: pointer;}
.q_form_close:hover{color:#f7cb4a;}
.q_form_h{width:100%;margin:0 auto;color: #50506d;font-family: Helvetica Neue,Helvetica,sans-serif;text-align: center;}
.q_form_h_big{width:100%;margin:0 auto;font-size: 20px;font-weight: 700;line-height: 25px;}
.q_form_h_small{width:100%;margin:10px auto 0;font-size: 12px;line-height: 20px;}
.q_form_input{width:100%;margin:10px auto 0;position:relative;color:#50506d;border:1px solid #50506d;border-radius: 4px;padding:5px 5px;}
.q_form_input>i{display: block;width:30px;height:30px;line-height: 30px;font-size: 22px;float:left;}
.q_form_input>span{display: block;width:30px;float:right;}
.q_form_input>input{width:calc(100% - 60px);float:left;border:0;padding:0 10px;line-height: 30px;height:30px;font-size: 13px;color:#50506d;}
.q_form_button{width:100%;margin:20px auto 0;text-align: center;border-radius: 8px;font-size: 15px;line-height: 40px;padding:3px 0;cursor: pointer;
	background-color: #f7cb4a;color:#fff;letter-spacing: 2px;
}
#q_alert .q_form_h_big{font-size: 17px;text-align: left;}
#q_alert .q_form_h_small{font-size: 13px;text-align: left;}
#q_alert .q_form_button{width:auto;display: inline-block;float:right;line-height: 20px;padding:7px 30px;font-weight: 400;}

@media(max-width: 640px){
/* page-index-all */
.q_form_mask_in{width:300px;left:50%;margin-left:-150px;}
}

/* q_header end! */
.q_header{width:100%;margin:0 auto;padding:0;position: fixed;left:0;top:0;z-index: 99;transition: all .3s;}
.q_header_main{padding:0 40px;background:#fff;border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;}
/* q_logo */
.q_logo{width:310px;float:left;padding:30px 0;transition: all .4s;}
.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{height:50px;}

/* q_nav */
.q_nav{width: calc(100% - 370px); float:right;}
.nav_ul{width:100%;text-align: right;font-size: 0;}
.nav_ul>li{display: inline-block;padding:0 20px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:40px 0;transition: all .3s;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 18px;line-height: 30px;height: 30px;position: relative;color:#696969;}
.nav_ul>li.on>a>span,.nav_ul>li:hover>a>span{color:#000000;}

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

.q_header.q_header_fixed{background: rgba(255,255,255);box-shadow: 0 0 1px #ccc;border:none;}

.q_nav_product{border-top:1px solid #ccc;display: none;}
.q_nav_product{position: fixed;width:100%;left:0;top:90px;background-color: #fff;padding:50px 0;}
.q_nav_product:before{content:'';width:26.5%;height:100%;background-color:#f6fafd;position:absolute;left:0;top:0;z-index:0;}
.q_nav_product_main{width:1600px;margin:0 auto;}

.q_nav_product_l{width:75%;float:left;position:relative;}
.q_nav_product_l>div{position: relative;width:27%;}
/*.q_nav_product_l>div:after{content:'';width:1px;height: 100%;background-color: #bbb;position: absolute;top:0;right:-20px;}*/
.q_nav_product_l>div>a{outline: none;display: block;width:100%;padding:10px 30px 10px 50px;font-size: 17px;line-height: 25px;color:#444;font-weight:700;}
.q_nav_product_l>div>a:after{content:'>';font-size: 18px;line-height: 24px;height:24px;position: absolute;top:10px;right:30px;color:#444;z-index: 2;}
.q_nav_product_l>div>a:hover{background-color: #f7cb4a;color:#fff;}
.q_nav_product_l>div>a:hover:after,.q_nav_product_l>div.on>a:after{color:#fff;}
.q_nav_product_l>div.on>a{background-color: #f7cb4a;color:#fff;}
.q_nav_product_l>div.on .ul_level1{display: block;}
.ul_level1{position: absolute;width:260%;min-height:300px;top:0;left:100%;display: none;padding-left:20%;}
.ul_level1:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ul_level1>li{width:18%;float:left;margin:0 2.5% 0 0;text-align: left;}
.ul_level1>li:nth-of-type(5n){margin:0;}
.ul_level1>li>a{outline: none;display: block;width:100%;font-size: 17px;line-height: 30px;color:#f7cb4a;font-weight:700;}
.ul_level1>li>a:hover{color:#f7cb4a;}

.q_nav_product_l>div:nth-of-type(2) .ul_level1{margin-top:-45px;}
.q_nav_product_l>div:nth-of-type(3) .ul_level1{margin-top:-90px;}
.q_nav_product_l>div:nth-of-type(4) .ul_level1{margin-top:-135px;}
.q_nav_product_l>div:nth-of-type(5) .ul_level1{margin-top:-180px;}
.q_nav_product_l>div:nth-of-type(6) .ul_level1{margin-top:-225px;}

.ul_level2{margin:10px auto 0;}
.ul_level2>li>a{outline: none;display: block;width:100%;font-size: 13px;line-height: 33px;color:#444;}
.ul_level2>li>a:hover{color:#f7cb4a;}

.ul_level1.ul_level1_show{padding:6px 5% 0 20%;}
.ul_level1.ul_level1_show>li{display:block;width:100%;margin:0 auto 10px;}
.ul_level1.ul_level1_show>li>a{color:#444;font-weight:400;font-size:15px;}
.ul_level1.ul_level1_show>li>a:hover{color:#f7cb4a;}

.q_nav_product_r{width:20%;float:right;}
.q_nav_product_r_h{font-size: 17px;line-height: 25px;color:#333;}
.q_nav_product_list{margin:20px auto 0;}
.q_nav_product_item{width:49%;float:left;margin:0 2% 8px 0;}
.q_nav_product_item:nth-of-type(2n){margin:0 0 8px 0;}
.q_nav_product_item_img{position: relative;background-color: #e4eaf6;}
.q_nav_product_item_img .img{padding:70% 0 0;}
.q_nav_product_item h4{margin:8px auto 0;}
.q_nav_product_item h4 a{outline: none;display: block;width:100%;font-size: 12px;line-height: 20px;padding:0 5%;color:#333;text-align:center;}

/* q_interact */
.q_interact{width:250px;float:right;}
.interact_main{width:100%;margin: 0 auto;padding:20px 0;}
.interact_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_search{width:40px;float:left;padding:10px 0;}
.q_search img{height:30px;}
.q_obtain>a{padding:5px 10px;text-align: center;font-size: 14px;line-height: 35px;border-radius: 5px;
	outline: none;display: block;width:100%;background-image: var(--linear-background);color:#fff;
}
.q_obtain>a:hover{background:none;background-color:var(--blue);}

.q_tel{width:calc(100% - 50px);float:right;padding:5px 0;background: url(../images/tel.png) no-repeat 0 center;padding-left: 50px;}
.q_tel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_tel>*{display:block;}
.q_tel>i{float:left;width:35px;height:35px;line-height: 35px;border-radius: 50%;font-size: 15px;
	text-align: center;background-color: var(--blue);color:#fff;
}
.q_tel>span{font-size:14px;line-height: 1;color:#434343;}
.q_tel strong {display: block;font-size: 18px;line-height: 1;margin-top: 5px; color: #434343;}

/* q_header start! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;}
.q_banner .swiper_banner{height:100%;overflow: hidden;position: relative;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;}
.q_banner .swiper_banner .swiper-wrapper .swiper-slide{height:100%;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:15%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:30px;height:6px;border-radius: 6px;
	background-color:#fff;opacity: 1;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:60px;
	background-color:#f7cb4a;opacity: 1;
}

.banner_slide{width:100%;height:100%;position: relative;overflow: hidden;}
.banner_slide .img{height:100%;background: #e2e2e4;}


.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.banner_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%);
}
.banner_mask_main{color:#fff;}
.banner_h .big{font-size: 44px;line-height: 55px;font-weight: 700;font-family: Microsoft YaHei,SourceHanSansBold;}
.banner_h .en{font-size: 20px;line-height: 25px;}
.banner_h .small{margin:5px auto 0;font-size: 20px;line-height: 55px;}
.banner_more{margin:45px auto 0;}
.banner_more>a{padding:13px 24px;font-size: 16px;line-height: 16px;border-radius:25px;margin-right:30px;
	outline: none;display: inline-block;border:1px solid #fff;color:#fff;
}
.banner_more>a:hover{background:none;background-color: var(--blue);}


.banner_mask_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_mask_main>.banner_h{animation-name: lv-fadeInUp;animation-delay: .3s;}
.swiper-slide-active .banner_mask_main>.banner_more{animation-name: lv-fadeInUp;animation-delay: .4s;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;padding:72px 0;}
.q_section_title{width:100%;margin:0 auto;text-align: center;position: relative;}
.q_section_title_h{font-size: 40px;color:#2e2e2e;line-height: 50px;font-weight: 700;letter-spacing: 3px;}
.q_section_title_p{margin:7px auto 10px;font-size: 20px;color:#5a5a5a;line-height: 30px;font-weight: 100;}
.q_section_title_span{margin:0 auto;font-size: 0;width:50px;height:4px;background: linear-gradient(to right, #f7cb4a, #0982ef);line-height: 0;}
.q_section_title .en{font-size:18px;color:#7f7f7f;line-height: 25px;}
.q_section_title .cn{font-size: 48px;font-weight:600;line-height: 55px;color:#000;}
.q_section_main{width:100%;margin:65px auto 0;}
/* q_section_more */
.q_section_more{width:100%;margin:60px auto 0;text-align: center;}
.q_section_more a{outline: none;display: inline-block;font-size: 14px;color:#fff;line-height: 20px;padding:10px 60px;border-radius:30px;background:#f7cb4a;letter-spacing: 2px;transition: all .2s;}
.q_section_more a span{font-size: 14px;line-height: 25px;background:url("../images/a-more.png")no-repeat right center;padding-right:45px;}
.q_section_more a:hover{color:#fff;background-color: #177ad3;}
/* q_section end! */

/* q_product start! */
.q_product{padding:90px 0;background:url("../images/q_pro_bg.jpg")no-repeat center;}
.q_product_l{float:left;width:28%;}
.q_product_l_h{font-size:48px;line-height:80px;color:#000;font-weight:700;position: relative;}
.q_product_l_h:before{position: absolute;left: 0;top: 0;content: "";width: 57px;height: 4px;background-color: #f7cb4a;border-radius: 5px;}
.q_pro_nav{padding:60px 0 40px;}
.q_pro_nav>li>a{font-size:18px;color:#5a5a5a;position: relative;line-height:75px;}
.q_pro_nav>li>a:after{content:'';position:absolute;height:2px;width:0%;bottom:-7px;left:0;-webkit-transition:width .5s;transition:width .5s;z-index: 1;background:#000;}
.q_pro_nav>li>a:hover:after,.q_pro_nav>li>a.cur:after{width:100%;color: #fff;z-index: 1;}
.q_pro_nav>li>a:hover{color:#000;}
.q_product .q_pro_more{width:100%;margin:30px auto 0;}
.q_product .q_pro_more a{outline: none;display: inline-block;padding:5px 5px 5px 50px;font-size:18px;border-radius: 30px;
	line-height: 1.5;background-color: #f7cb4a;color:#000000;text-transform: uppercase;transition: all .2s;
}
.q_product .q_pro_more a span{background:url("../images/q_news_more.png")no-repeat right center;padding-right: 65px;height: 50px;line-height: 50px;display: inline-block;}
.q_product .q_pro_more a:hover{background-color: #000;color:#fff;}

.q_product_r{float:right;width:68%;}
.q_product_list{width:100%;margin:80px auto 0;position: relative;}
.q_product_li{position: relative;overflow: hidden;}
.q_product_li:nth-of-type(4n){}
.q_product_li_img{overflow: hidden;}
.q_product_li_img .img{padding:183% 0 0;}
.q_product_li .q_product_li_text{text-align:center;}
.q_product_li .q_product_li_text .tit{font-size:20px;color:#000;height:30px;line-height:30px;overflow: hidden;margin:20px;}
.q_product_list .swiper_button_pro_prev{top:auto;bottom: -60px;background:url("../images/q_pro_l.png")no-repeat right center;left:auto;right:50px;}
.q_product_list .swiper_button_pro_next{top:auto;bottom: -60px;background:url("../images/q_pro_r.png")no-repeat right center;right:0;}
/* q_product end! */

/* q_about start! */
.q_about{background:#e2e2e4;position: relative;padding:30px 0 80px;}
.about_main{width:100%;}
.about_content{width:100%;margin:0 auto;}
.about_img{width:46%;float:right;overflow: hidden;}
.about_txt{width:50%;float:left;padding:50px 0 0;}
.about_h .big{font-size:48px;font-weight:700;color:#000000;line-height: 1.2;margin-top:30px;}
.about_h .small{font-size:18px;color:#000000;line-height: 1.2;text-transform: capitalize;position: relative;}
.about_h .small span{padding-left:40px;}
.about_h .small:before{position: absolute;left: 0;top: 50%;margin-top:-2px;content: "";width: 30px;height: 4px;background-color: #f7cb4a;border-radius: 5px;}

.about_p{width:100%;margin:20px auto 0;font-size: 16px;color:#383838;line-height: 1.8;}
.about_p p{width:100%;margin:30px auto 0;font-size: 16px;color:#383838;line-height: 1.8;}

.about_more{width:100%;margin:75px auto 0;}
.about_more a{outline: none;display: inline-block;padding:18px 50px;font-size:18px;border-radius: 30px;
	line-height: 1.5;background-color: #000;color:#fff;text-transform: uppercase;transition: all .2s;
}
.about_more a:hover{background-color: #f7cb4a;}
/* q_about end! */

/* about_number start! */
.about_number{width:100%;margin:100px auto 0;}
.about_number_main{width:100%;margin:0 auto;padding:0;color:#222;text-align: left;height:240px;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:23%;float:left;padding:20px;margin-right:2.666666%;background:#fff;height:156px;}
.about_number_item:nth-of-type(4){margin-right:0;}

.about_number_top{font-size: 60px;line-height: 60px;color:#000;font-weight:700;text-align: right;margin-top: 35px;}
.about_number_top .sub{display:block;font-size: 18px;line-height:20px;color:#000;font-weight:700;}
.about_number_txt{width:100%;margin:10px auto 0;padding:0;font-size: 14px;color:#5f5f5f;text-align: right;line-height: 20px;text-transform: capitalize;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.about_number_item:hover{background:#f7cb4a;}
.about_number_item:hover .about_number_txt{color:#000;}
/* about_number end! */

/* q_ad start! */
.q_ad{background:url("../images/q_ad_bg.jpg")no-repeat center;padding:130px 0 100px;}
.q_ad .ad_content{font-size:48px;line-height:55px;font-weight:700;color:#fff;text-align:center;}
.q_ad .ad_content span{color:#f7cb4a;}
.q_ad .ad_more{text-align:center;width:100%;margin:55px auto 0;}
.q_ad .ad_more a{outline: none;display: inline-block;padding:18px 50px;font-size:18px;border-radius: 30px;
	line-height: 1.5;background-color: #f7cb4a;color:#000000;text-transform: uppercase;transition: all .2s;
}
.q_ad .ad_more a:hover{background-color: #000;color:#fff;}
/* q_ad end! */

/* q_advantages start! */
.q_advantages{margin:0px auto; background-color: #fafafa;padding:100px 0 80px;overflow: hidden;}
.advantages_img{width:44%;height:100%;float:left;}
.advantages_img .swiper_advantages{overflow: hidden;}
.advantages_img .img{height:100%;}
.advantages_txt{width:50%;float:right;height: 100%;}
.advantages_txt .section_title_l .small{font-size:18px;color:#000000;line-height: 1.2;text-transform: capitalize;position: relative;}
.advantages_txt .section_title_l .small span{padding-left:40px;}
.advantages_txt .section_title_l .small:before{position: absolute;left: 0;top: 50%;margin-top:-2px;content: "";width: 30px;height: 4px;background-color: #f7cb4a;border-radius: 5px;}
.advantages_txt .section_title_l .big{font-size:48px;font-weight:700;color:#000000;line-height: 1.2;margin-top:25px;}

.advantages_list{margin:70px auto 0;}
.advantages_item{margin:1px auto 0; padding:30px;}
.advantages_item:nth-of-type(1){margin:0 auto;}
.advantages_item_icon{width:40px;height: 40px;float:right;}

.advantages_item_txt{width:calc(100% - 50px);float:left;}
.advantages_item_h{margin:0 auto;font-size: 23px;color:#878787;height:40px;line-height: 40px;overflow: hidden;}
.advantages_item_h span{padding-right:30px;}

.advantages_top{margin-bottom:130px;}
.advantages_top .advantages_img{float:right;}
.advantages_top .advantages_txt{float:left;}

.advantages_item.on,.advantages_item:hover{background:#f7cb4a;}
.advantages_item.on .advantages_item_icon,.advantages_item:hover .advantages_item_icon{background:url("../images/advantages_more.png")no-repeat center;}
.advantages_item.on .advantages_item_h,.advantages_item:hover .advantages_item_h{color: #000;}
/* q_advantages end! */

/* q_contact start! */
.q_contact{background:url("../images/q_contact_bg.jpg")no-repeat center;padding:120px 0 160px;}
.q_contact .q_contact_left{float:left;width:60%;}
.q_contact .q_contact_left .q_contact_h{font-size:48px;line-height:48px;font-weight:700;color:#000;}
.q_contact .q_contact_left .q_contact_p{font-size:20px;line-height:20px;color:#2e3643;margin:20px 0 45px;}
.q_n_form{display: block;width:100%;}
.form_item{width:49%;float:left;margin:0 2% 15px 0;position: relative;}
.form_item:nth-of-type(2n){margin:0 0 15px 0;}
.form_item:nth-of-type(3){width:100%;margin:0;}
.form_item_input{display: block;width:100%;padding:15px 30px;border:1px solid #f0f1f2;font-size: 14px;color:#878787;line-height: 20px;
  background-color: rgba(255,255,255);
}

.form_item_input::-webkit-input-placeholder{color: #333;opacity:.8;}
.form_item_input::-moz-placeholder{color: #333;opacity:.8;}
.form_item_input::-ms-input-placeholder{color: #333;opacity:.8;}

.form_item_must:before{content:"*";font-size: 16px;color:#f00;position: absolute;left:20px;top:23px;}
.q_n_form_btn{margin:60px auto 0;}
.form_btn{width:166px;height:48px;font-size:16px;line-height: 25px;color:#000000;background-color:#f7cb4a;border:0;}
.form_btn:nth-of-type(2n){margin:0;background-color: #9d9d9d;}
.form_btn i{margin-left: 10px;}

.swiper-slide.swiper-slide-active .nmessage .nmessage_form{animation-name: lv-fadeInUp; animation-delay: .6s;}
/* q_contact end! */

/* q_news start! */
.q_news{padding:80px 0 40px;}
.news_main{margin:0 auto;padding:40px 0 60px;}
.news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_content{width:45.5%;float:right;border-top:2px solid #e2e2e2;}

.q_news .news_l{float:left;width:50%;padding:45px 45px 35px;background:#f8f8f8;}
.q_news .news_l .news_l_img{height:260px;overflow: hidden;}
.q_news .news_l .news_l_img .img{height:100%;}
.q_news .news_l .news_l_h{font-size:20px;line-height:30px;height:60px;color:#000;}
.q_news .news_l .news_l_d{font-size:16px;color:#000;padding:5px 0 30px;}
.q_news .news_l .news_l_m{width:100%;margin:30px auto 0;}
.q_news .news_l .news_l_m a{outline: none;display: inline-block;padding:5px 5px 5px 50px;font-size:18px;border-radius: 30px;
	line-height: 1.5;background-color: #f7cb4a;color:#000000;text-transform: uppercase;transition: all .2s;
}
.q_news .news_l .news_l_m a span{background:url("../images/q_news_more.png")no-repeat right center;padding-right: 65px;height: 50px;line-height: 50px;display: inline-block;}
.q_news .news_l .news_l_m a:hover{background-color: #000;color:#fff;}
.q_news .news_l:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.news_item{width:100%;margin:0 auto;padding:30px 15px 30px 50px;border-bottom:2px solid #e2e2e2;background:url("../images/q_news_d.png")no-repeat 18px 43px;}
.news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.news_item_txt{position: relative;background:url("../images/q_news_j.png")no-repeat right bottom;}
.news_item_h a{outline: none;display: block;width:100%;font-size:18px;color:#434343;height:60px;line-height: 30px;overflow: hidden;}
.news_item_h .news_item_h_l{float:left;width:75%;overflow: hidden;font-size:18px;color:#000;}
.news_item_h .news_item_h_r{float:right;width:20%;overflow: hidden;font-size:14px;color:#727272;text-align: right;}
.news_item_p{width:75%;margin:15px 0 0;font-size:14px;color:#727272;line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_p p{width:100%;margin:0 auto;font-size:14px;color:#747474;line-height: 22px;}

.news_item:hover .news_item_h .news_item_h_l{color: #f7cb4a;}
.news_item:hover .news_item_txt{background:url("../images/q_news_jh.png")no-repeat right bottom;}
.news_item:hover{background:url("../images/q_news_dh.png")no-repeat 18px 43px;}

/* q_news end! */

/* q_footer start! */
.q_footer{background:#000000;padding:50px 0 80px;}
.q_footer a{outline: none;color:#fff;}
.q_footer a:hover{color:#f7cb4a;opacity: 1;}

.q_footer_l{width: 52%;float: left;}
.q_footer_l .q_footer_logo{font-size:24px;line-height:30px;font-weight:700;color:#fff;padding: 15px 0;}
.q_footer_tel{width:100%;margin:5px auto 0;}
.q_footer_tel>li{width:100%;margin:0 auto 5px;}
.q_footer_tel>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_footer_txt{font-size: 14px;color:#fff;line-height: 20px;text-align: justify;}
.q_footer_r{width: 48%;float: right;text-align:right;}
.q_footer_code{width:100%;margin:0px auto 0;text-align:right}
.q_footer_code ul{width:100%;margin:0px auto 0;}
.q_footer_code ul>li{display:inline-block;position: relative;margin-left: 15px;}
.q_footer_code ul>li>a{display: block;width:100%;}
.q_footer_code ul>li>a>img{width:52px;}
.q_footer_wx_div{width:120px;height:120px;position: absolute;left:-150px;top:-50px;display: none;}
.q_footer_copy{font-size:14px;color:#fff;margin:25px 0 10px;}
.q_footer_beian{font-size:14px;color:#fff;}
/* q_footer end! */

/* q_message start! */
.q_message{padding:80px 0;background-color: #f8fafe;}
.q_msg_item{width:21%;float:left;margin:0 5% 0 0;position: relative;}
.q_msg_item:nth-of-type(4n){margin:0;}
.q_msg_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_msg_item_icon{width:72px;float:left;}
.q_msg_item_icon>a{outline: none;display: block;width:100%;}
.q_msg_item_txt{width:calc(100% - 90px);float:right;padding:6px 0 0;}
.q_msg_item_h{font-size: 20px;color:#636363;font-weight: 700;letter-spacing: 3px;line-height: 30px;}
.q_msg_item_p{margin:5px auto 0; font-size: 16px;color:#636363;line-height: 25px;height: 25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_msg_item:before{content:'';width:1px;height:72px;background-color: #ddd;position: absolute;top:0;left:-26%;}
.q_msg_item:nth-of-type(1):before{width:0;}

/* q_message end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner img{width:100%;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_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%);
}
.nbanner_mask_main{width:100%;margin:0 auto;text-align: center;color:#fff;}
.nbanner_h{font-size: 30px;line-height: 1.5;font-family: LibreBaskervilleBold;font-style: italic;text-transform: uppercase;}
.nbanner_p{font-size: 14px;line-height: 25px;margin:6px 0 0;}
.nbanner_span{margin:15px auto;text-align: center;font-size: 0;}
.nbanner_span span{display: inline-block;width:30px;height:3px;background-color: #fff;position: relative;z-index: 2;}
.nbanner_span span:before{content:'';width:500%;height:1px;background-color: rgba(255,255,255,.2);position: absolute;left:-200%;top:1px;z-index: 1;}
/* nbanner end! */

/* q_position start! */
.q_position{width:100%;padding:10px 0;background-color: #f8f8f8;}
.q_position_main{width:100%;margin:0 auto;text-align: right;color:#555;line-height: 30px;height:30px;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_position_main>i{margin-right: 5px;}
.q_position_main a{outline: none;color:#555;margin:0 3px;}
.q_position_main a:hover{color:#f7cb4a;}
/* q_position end! */

/* nnav start! */
.nnav{width:100%;padding:35px 0 25px;background-color:#f0f7ff;}
.nnav_ul{width:100%;margin:0 auto;text-align:center;font-size: 0;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{display: inline-block;width:24%;margin:0 0.45% 10px;}
.nnav_ul>li>a{outline: none;display: block;width:100%;font-size: 15px;line-height: 25px;padding:10px 30px;border-radius: 30px;
	background-color: #fff;color:#222;text-transform: capitalize;
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{background-color: #f7cb4a;color:#fff;}
/* nnav end! */

/* q_main start! */
.q_main{padding:75px 0 0;min-height: 420px;font-size: 16px;line-height: 2;color:#555;}
.q_main p{margin:0 auto;font-size: 16px;line-height: 2;color:#555;}

.q_main .q_section_title_h{font-size: 30px;line-height: 40px;font-weight: 400;}
.q_main .q_section_title_span{margin:15px auto 0;}

/* q_main end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;position: relative;overflow:hidden;min-height: 500px;}
.nmains{width:100%;margin:0 auto;position: relative;padding:60px 0 50px;min-height: 400px;}
.nmain_div_main{width:100%;margin:0 auto;position: relative;}
.nmain_div_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
/* nmain end! */

/* nabout start! */

/* ncompany */
.ncompany{padding:80px 0;}
.ncompany_img{width:50%;float:right;overflow: hidden;border-radius: 20px;border-bottom-right-radius: 120px;}
.ncompany_img .img{padding:62.5% 0 0;}
.ncompany_txt{width:45%;float:left;padding: 20px 0 0;}
.ncompany_h .en{font-size: 35px;color:rgba(0,0,0,.3);line-height: 40px;text-transform:capitalize;font-family: Arial;font-weight: 700;}
.ncompany_h .cn{margin:3px auto 0;font-size: 33px;color:#f7cb4a;line-height: 40px;}
.ncompany_slogan{margin:35px auto;font-size: 22px;color:#222;line-height: 32px;text-align: justify;}
.ncompany_slogan p{width:100%;margin:0 auto;font-size: 22px;color:#222;line-height: 32px;text-align: justify;}
.ncompany_p{font-size: 16px;color:#555;text-align: justify;line-height: 1.8;}
.ncompany_p p{width:100%;margin:10px auto 0;font-size: 16px;color:#555;text-align: justify;line-height: 1.8;}
.ncompany_p p:nth-of-type(1){margin:0 auto;}
.nnumber{margin:30px auto 0;}
.nnumber_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnumber_main .number_item{width:25%;float:left;padding:0;text-align: left;}
.nnumber_main .number_item:before{width:0;}
.nnumber_main .number_item:after{width:0;}
.nnumber_main .number_item .number_txt{margin:0 auto;}
.nnumber_main .number_item{background:none;color:#f7cb4a;}
.nnumber_main .number_txt .cn{color:#555;}

/* nhonor */
.nhonor{padding:100px 0 60px;background:#f5f4f0;}
.nhonor_swiper{width:100%;position: relative;}
.swiper_nhonor{overflow: hidden;}
.nhonor_slide{width:100%;margin:0 auto;}
.nhonor_slide .img{padding:70% 0 0;border:1px solid #fff;}
.swiper_pagination_nhonor{margin:35px auto 0;position: static;}

.swiper_pagination_nhonor .swiper-pagination-bullet{width:10px;height:10px;background-color: #fff;opacity: 1;}
.swiper_pagination_nhonor .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #f7cb4a;opacity: 1;}

.nhonor_slide .text{position:absolute;z-index:9; width:100%; left:0px; bottom:0px; background:rgba(10,11,24,0.5); height:65px;}
.nhonor_slide .text a{ display:block; padding-left:30px; color:#FFF; font-size:18px; position:relative; height:65px; line-height:65px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nhonor_slide .text a:before{ position:absolute; left:1px; top:50%; content:''; width:13px; height:3px; margin-top:-2px; background:#f7cb4a}
/* nabout end! */

.q_main_title{text-align: center;}
.q_main_title_main{display: inline-block;position: relative;}
.q_main_title_main>div{position: relative;}
.q_main_title_main>div.en{font-size:80px;color:#ddd;line-height: 70px;font-family: number;text-transform:uppercase;}
.q_main_title_main>div.cn{width:100%;font-size: 30px;line-height: 30px;height:30px;font-weight: bold;letter-spacing: 3px;color:#111;margin-top: -25px;}
.q_main_title_main>div.line{margin:20px auto 0;width:3px;height:25px;background-color: #f7cb4a;}

/* q_about start! */
.q_section.q_about{padding:20px 0 100px;}
.q_about_main{width:100%;position: relative;}
.q_about_body{margin:60px auto 0;}
.q_about_l{width:56%;float:left;}
.q_about_p{min-height: 190px;}
.q_about_p p{font-size: 16px;color:#777;text-align: justify;line-height: 2;}
.q_about_p p strong{font-weight: 700;}
.q_about_r{width:40%;float:right;}
.q_video{width:100%;text-align: right;cursor: pointer;}
/* q_about end! */

/* q_number start! */
.q_number{margin:0 auto;}
.q_number_main{width:100%;margin:0 auto;padding:50px 0;position: relative;}
.q_number_line{width:100%;height:10px;background-color: #f7cb4a;background-image: linear-gradient(90deg, #3ba634, #88bf2e);position: absolute;left:0;top:-5px;z-index: 5}
.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_item:before{content:'';width:1px;height:50%;background-color: #ddd;position: absolute;left:0;top:25%;}
.q_number_item:nth-of-type(1):before{width:0;top:0;}
.q_number_icon{margin:0 auto 10px;}
.q_number_icon img{width:56px;}
.q_number_top{font-size: 45px;line-height: 56px;color:#444;font-family: 'number';}
.q_number_top .sub{font-size: 16px;vertical-align: text-top;font-weight: normal;color:#444;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 17px;color:#646464;line-height: 25px;height:50px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* q_number end! */

.about_div.about_div5{margin-top:50px;padding-top:0;}

.about_div5_main{width:100%;margin:50px auto 0;background-color: #f3f3f3;padding:100px 0;position: relative;}

.q_enterprise{padding:0;}
.swiper_button_enterprise_block{position: relative;margin:50px;}
.q_enterprise .swiper_button_enterprise_block .swiper_button_enterprise{background:none;width:40px;height:40px;line-height: 35px;margin-top: 0;font-size: 20px;
	top:auto;bottom:-30px;text-align: center;border-radius: 50%;border:3px solid #f7cb4a;color:#f7cb4a;opacity: 1;transition: all 0.3s;font-weight: 700;
}
.q_enterprise .swiper_button_enterprise_block .swiper_button_enterprise.swiper_button_enterprise_prev{left:calc(50% - 60px);}
.q_enterprise .swiper_button_enterprise_block .swiper_button_enterprise.swiper_button_enterprise_next{right:calc(50% - 60px);}

.enterprise_item{width:100%;padding:20px 0;}
.enterprise_item_img{overflow:hidden;}
.enterprise_item_img .img{padding:66.66% 0 0;}

/* q_n_business start! */
.business_top{margin:50px auto 0;background-color: #fafafa;height:675px;padding:220px 0 50px;position: relative;}
.business_top_main{width:45%;}
.business_top_p p{font-size: 25px;color:#7a7a7a;line-height: 2;}
.business_top_p p strong{font-weight: 700;}
.business_top_img{width:56%;position: absolute;top:15px;right:0;text-align: right;}

.business_list{margin:0 auto 100px;padding:60px 0 0;}
.business_item{margin:20px auto 0;position: relative;}
.business_item_main{/* margin-top:-260px;padding-top:260px; */}
.business_item_icon{width:495px;position: absolute;left:0;top:90px;}
.business_item_h{font-size: 35px;color:#f7cb4a;line-height: 50px;letter-spacing: 2px;}
.business_item_body{margin:50px auto 0;padding:45px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;min-height: 300px;}
.business_item_p p{font-size: 17px;color:#7a7a7a;line-height: 2;text-align: justify;}
.business_item_p p strong{font-weight: 700;}

.bus_list{margin:40px auto 0;}
.bus_item{width:49%;float:left;margin:20px 2% 0 0;border:1px solid #ccc;border-radius: 10px;padding:30px;}
.bus_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.bus_item:nth-of-type(2n){margin:20px 0 0 0;}
.bus_item:nth-of-type(1){margin:0 2% 0 0;}
.bus_item:nth-of-type(2){margin:0 0 0 0;}
.bus_item_h,.bus1_item_p{font-size: 17px;color:#7a7a7a;line-height: 35px;}
.bus_item_h{font-weight: 700;letter-spacing: 2px;}
.bus_item_p{margin:5px auto 0;min-height:180px;}
.bus_item_p p{font-size:14px;line-height:1.8;}

.bus_list2 .bus_item_p{min-height:255px;}
.bus_list2 .bus_item_h{height:50px;line-height: 25px;}
.bus_item_num{width:60px;float:left;font-size: 60px;color:#aaa;font-family: number;line-height:60px;}
.bus_item_txt{width:calc(100% - 70px);float:right;}

/* q_n_business end! */

.cpys{padding-bottom: 20px;}
.cpys-main{padding:0 40px;}
.cpys .title{text-align: center;padding: 80px 0 60px;}
.cpys .title .tit{font-size: 48px;color: #222222;font-weight: bold;}
.cpys .title .tit span{color: #f9bf00;}
.cpys .title .desc{font-size: 20px;color: #333333;line-height: 2;padding: 10px;}
.cpys .cpys-t{height: 675px;margin-bottom: 90px;}
.cpys .cpys-t .cpys-l{float: left; width: 50%;position: relative;background: #fff;}
.cpys .cpys-t .item{padding: 60px;box-shadow:0px 6px 25px rgb(0 0 0 / 8%);height: 675px;}
.cpys .text .tit{font-size: 36px;line-height:36px;color: #222;font-weight: bold;position: relative;padding-left: 100px;}
.cpys .text .tit span{font-size: 72px; font-family: "Impact"; color: #f9bf00;position: absolute;left: 0;}
.cpys .text .tit span:before{position: absolute;width: 9px;height: 9px;content: "";left: 80px;right: 0;top: 26px;background: #f9bf00;}
.cpys .text .tit span:after{position: absolute;width: 80px;height: 20px;content: "";left: 0;right: 0;top: 36px;background: #fff;}
.cpys .text .desc{font-size: 16px;color: #555;padding: 40px 25px 0 0px;line-height: 2;}
.cpys .text .more{background: url(../images/jiantou-ys.png) no-repeat; background-size: contain;padding-left: 40px;height:30px;margin-top:15px;}
.cpys .cpys-t .cpys-r{float: right; width: 50%;position: relative;}
.cpys .cpys-t .cpys-r img{height:675px;}
.cpys .cpys-c{height: 420px;margin-bottom: 90px;}
.cpys .cpys-c .cpys-l{float: left; width: 50%;position: relative;}
.cpys .cpys-c .cpys-l img{height: 420px;}
.cpys .cpys-c .cpys-r{float: right; width: 50%;position: relative;background: #fff;}
.cpys .cpys-c .item{padding: 60px;box-shadow:0px 6px 25px rgb(0 0 0 / 8%);height: 420px;}
.cpys .cpys-b{height: 650px;margin-bottom: 90px;}
.cpys .cpys-b .cpys-l{float: left; width: 50%;position: relative;}
.cpys .cpys-b .cpys-l img{height:650px;}
.cpys .cpys-b .cpys-r{float: right; width: 50%;position: relative;background: #fff;}
.cpys .cpys-b .item{padding: 60px;box-shadow:0px 6px 25px rgb(0 0 0 / 8%);height: 650px;}
.cpys .xian{font-size: 10px; color: #222;line-height: 9;text-align: right; -moz-transform: matrix( -1,0,0,0.46081614743308,0,0);  -webkit-transform: matrix( -1,0,0,0.46081614743308,0,0);-ms-transform: matrix( -1,0,0,0.46081614743308,0,0);overflow: hidden;}
.cpys .cpys-b .xian{line-height: 8;}
.cpys .cpys-b .text .desc{line-height:1.5}

.gybj{height:1037px; box-sizing: border-box; background: url(../images/ys_bg.jpg) no-repeat center center; padding-top: 88px; overflow: hidden;}
.gybj .section-title{width:50%;text-align:left;font-size:48px;padding:0 0 100px 110px}
.gybj .section-title strong{color:#fff}
.gybj .section-title p{line-height:0;}
.gybj .section-title span{font-size: 14px;line-height:20px;padding: 0;color:#fff;}
.gybj h2{margin-bottom: 60px;}
.gybj h2 span{ background: url(../images/tslinebg.png) no-repeat center center;}
.gy{ position: relative;}
.gy_left{width: 50%;float: left;background: #5074b7;}
.gy_left dl{overflow: hidden;width: 560px; float: left; margin-bottom: 6px;}
.gy_left dt{width:119px;height: 119px;padding-top: 25px; float: left; }
.gy_left dt img{width:119px;height: 119px;  display: block;}
.gy_left dd {padding: 30px 0 30px 100px; box-sizing: border-box; float: left; position: relative;}
.gy_left dd h3:before {position: absolute;top: 36%;content: '';width: 20px;height: 72px;background-color: #f9bf00;margin-top: -1px;}
.gy_left dd h3:before {right: 104%;}
.gy_left dd h3{padding-top: 10px; white-space: nowrap; margin-bottom:15px; font-size: 22px; color: #fff; font-weight: bold; height: 34px; line-height: 34px; position: relative;}
.gy_left dd p{ line-height: 24px;padding:10px 0;overflow: hidden; font-size:16px;color: #fff;}

.gy_right{width: 46%;float: left;background:#fff;position: relative; top: -200px;}
.gy_right dl{overflow: hidden; height:auto;width: 560px; float: right; }
.gy_right dt{width:119px;height: 119px;padding-top: 25px; float: left; }
.gy_right dt img{width:119px;height: 119px;  display: block;}
.gy_right dd {padding: 10px 70px 30px 20px;height: auto; box-sizing: border-box; float: right; position: relative;}
.gy_right dd h3{padding-top: 10px;white-space: nowrap;font-size: 22px; color: #1f4da3; font-weight: bold; height: 58px; line-height: 58px; position: relative;text-align: right;}
.gy_right dd p{ line-height: 24px;overflow: hidden; font-size:16px;color: #1f4da3;text-align: right;}

.gy_right dd h3:before {position: absolute;top: 36%;content: '';width: 20px;height: 72px;background-color: #f9bf00;margin-top: -1px;}
.gy_right dd h3:before {left: 104%;}

.gy_center{ position: absolute;left: 50%;top: 0;width: 624px;height: 624px;margin-left: -336px;}
.gy_center img{max-width:100%;max-height:100%}

.gy_right dl:nth-child(2){background:#5074b7;}
.gy_right dl:nth-child(2) h3,.gy_right dl:nth-child(2) p{color:#fff}
.gy_right dl:nth-child(4){background:#5074b7;}
.gy_right dl:nth-child(4) h3,.gy_right dl:nth-child(4) p{color:#fff}

/* q_main_l start! */
.q_main_l{width:300px;float:left;}

.list{width: 100%;margin:0 auto;transition: all 0s;}
.list_title{padding:0;color: #fff;padding:10px 15px; font-size:15px;height:56px;line-height: 36px;margin:0 auto 10px;text-align: center;display: none;
    position: relative;outline: none;transition: all 0s;background-color: #f7cb4a;cursor: pointer;
}
.list>ul>li{background-color:#edf0f2;border-bottom:0;margin:0 auto 10px;transition: all 0s;}
.list>ul>li>.a{padding:10px 15px;color: #131313; font-size:15px; display: block;height:56px;line-height: 36px;position: relative;outline: none;transition: all 0s;}
.list>ul>li a{padding:0;color: #131313; font-size:16px; display: block;height:46px;line-height: 36px;position: relative;outline: none;transition: all 0s;font-weight:700;}
.list>ul>li>.a>span{width:calc(100% - 45px);height:36px;line-height: 36px;float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.list>ul>li>.a>i{width:36px;height:36px;line-height: 36px;float:right;text-align: center;display: block;font-size: 18px;transition: all 0.5s;cursor: pointer;}
.list>ul>li.on>.a>i{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.list>ul>li>ul{transition: all 0s;display: none;}
.list>ul>li.on>ul{display: block;}
.list>ul>li>ul>li { border-left:0; border-right:0; background-color:#f5f5f5;transition: all 0s;padding-left:15px;}
.list>ul>li>ul>li a{ padding:5px 0 5px 20px;transition: all 0s;color:#131313;font-size:14px;font-weight:400;}
/*.list>ul>li>ul li.on2{background-color:#f7cb4a;}*/
.list>ul>li>ul li.on2>a{color:#f7cb4a;}
.list>ul>li.on{background-color:#f7cb4a;}
.list>ul>li.on span a{color:#fff;}
.list>ul>li.on i{color:#fff;}

/* q_main_l end! */

/* q_main_r start! */
.q_main_r{width:calc(100% - 330px);float:right;}
/* q_main_r end! */

.q_main.q_n_product{padding:50px 0 50px;}

/* q_n_product start! */
.q_n_pro_item{width:48.5%;float:left;margin:0 3% 30px 0;border:1px solid #ccc;}
.q_n_pro_item:nth-of-type(2n){margin:0 0% 30px 0;}
.q_n_pro_item_img{overflow:hidden;background-color: #e4eaf6;}
.q_n_pro_item_img .img{padding:100% 0 0;}
.q_n_pro_item_txt{padding:30px 40px;background-color: #fff;}
.q_n_pro_item_h>a{outline: none;display: block;width:100%;font-size: 22px;color:#4a4a4a;line-height: 30px;height:30px;letter-spacing: 1px;text-align:justify;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_pro_item_p{margin:25px auto 0;font-size: 16px;color:#555;text-align: justify;line-height: 30px;height:60px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_pro_item:hover {border:1px solid #f7cb4a;}
.q_n_pro_item:hover .q_n_pro_item_txt{background-color: #f7cb4a;}
.q_n_pro_item:hover .q_n_pro_item_h>a{color: #fff;}
.q_n_pro_item:hover .q_n_pro_item_p{color: #fff;}

.q_n_pro_small .q_n_pro_item{width:32%;margin:0 2% 30px 0;}
.q_n_pro_small .q_n_pro_item:nth-of-type(2n){margin:0 2% 30px 0;}
.q_n_pro_small .q_n_pro_item:nth-of-type(3n){margin:0 0 30px 0;}


.q_n_product_top{padding:100px 0 100px;background-color: #eee;}
.q_n_product_top_img{width:750px;float:left;text-align: center;padding:0;}
.q_n_product_top_txt{width:calc(100% - 780px);float:right;padding:60px 0 0;}
.q_n_product_top_h{font-size: 24px;color:#4a4a4a;line-height: 35px;letter-spacing: 2px;}
.q_n_product_top_h span{display: inline-block;color:#fff;font-size: 18px; padding: 0 30px;background-color: #f7cb4a;line-height: 35px;margin-right: 10px;}
.q_n_product_top_line{margin:25px auto 0;font-size: 0;height:0;border-top:1px solid #aaa;}
.q_n_product_top_short{margin:20px auto 0;font-size: 36px;color:#4a4a4a;line-height: 45px;font-weight: 100;letter-spacing: 2px;}
.q_n_product_top_info{margin:30px auto 0;font-size: 18px;color:#454545;text-align: justify;line-height: 2.4;letter-spacing: 1px;}
.q_n_product_top_more{margin:25px auto 0;}
.q_n_product_top_more a{outline:none;display:inline-block;color:#333;font-size:18px;line-height:25px;transition:all .2s;font-weight:700;}
.q_n_product_top_more a:hover{color: #f7cb4a;}
.q_n_product_top_more a i{margin-right:10px;color: #f7cb4a;}


.q_n_product_group{margin:100px auto 0;}
.q_n_product_group_h{position: relative;text-align: center;}
.q_n_product_group_h:before{content:'';width:100%;height:1px;background-color: #bbb;position: absolute;left:0;top:26px;z-index: -1;}
.q_n_product_group_h span{display: inline;padding:0 50px;font-size: 40px;color:#333;letter-spacing: 5px;line-height: 50px;height:50px;background-color: #fff;}
.q_n_product_body{margin:60px auto 0;}
.q_n_product_ul{text-align: center;}
.q_n_product_ul li{display: inline-block;margin:0 15px;}
.q_n_product_ul li a{outline: none;display: block;width:100%;border:1px solid #d8e0ea;background-color: #f3f5fa;padding:20px 50px;font-size: 0;}
.q_n_product_ul li a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_product_ul li a div{display: inline-block;vertical-align: middle;}
.q_n_product_ul_icon{width:56px;margin-right: 50px;}
.q_n_product_ul_txt{font-size: 18px;color:#454545;line-height: 56px;height:56px;}
/* q_n_product end! */

/* q_n_relation start! */
.q_n_pro_relation{margin-bottom: 50px;}
.swiper_relation .q_n_pro_item{width:100%;float:none;margin:0 auto;}

.swiper_button_relation_group{margin:50px auto 0;position: relative;text-align: center;}

.swiper_relation .swiper_button_relation{background:none;width:54px;height:54px;line-height: 50px;font-size: 24px;position: static;display: inline-block;margin:0 10px;
  text-align: center;transition: all 0.3s;border-radius: 50%;border:1px solid #000;color:#000;
}
.swiper_relation .swiper_button_relation:hover{border:1px solid #f7cb4a;background-color: #f7cb4a;color:#fff;}

/* q_n_relation end! */

/* q_n_solution start! */
.q_main.q_n_solution{padding-bottom: 60px;}
.q_n_sol_item{width:32%;float:left;margin:0 2% 65px 0;overflow:hidden;position: relative;}
.q_n_sol_item:nth-of-type(3n){margin:0 0 65px 0;}
.q_n_sol_item .img{padding: 165.42% 0 0;}
a.q_n_sol_mask{outline: none;display: block;width:100%;position: absolute;left:0;bottom:0;padding:25px 8%;background-color: rgba(255,73,43,.8);color:#fff;transition: all .3s;}
.q_n_sol_item_h{font-size: 26px;line-height: 35px;height: 35px;text-align: justify;letter-spacing: 2px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_sol_item_span{margin:20px 0;width:12%;font-size: 0;border-top:3px solid #fff;}
.q_n_sol_item_p{font-size: 16px;line-height:30px;height:150px;text-align: justify;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;
}
.q_n_sol_item:hover a.q_n_sol_mask{background-color: rgba(255,73,43,1);}

.q_n_sol_top{margin:75px auto 0;position: relative;}
.q_n_sol_top_mask{width:50%;height:100%;background-color: rgba(0,56,147,.7);position: absolute;left:0;top:0;}
.q_n_sol_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_n_sol_top_main{padding:0 10%;font-size: 20px;color:#fff;text-align: justify;letter-spacing: 1px;line-height: 2.2;}

.q_n_sol_txt{padding:80px 0;}
.q_n_sol_txt_img{width:600px;float:left;text-align: center;}
.q_n_sol_txt_p{width:calc(100% - 700px);float:right;padding:80px 0 0;font-size: 22px;color:#555;line-height: 2;text-align: justify;}
.q_n_sol_txt_p p{font-size: 22px;color:#555;line-height: 2;text-align: justify;}
.q_n_sol_txt_p strong{color:#f7cb4a;font-size: 130%;font-weight: 400;}

.q_n_sol_div{margin:0 auto 50px;}
.q_n_sol_div_title{padding:10px;text-align: center;background-color: #f7cb4a;color:#fff;font-size: 33px;line-height: 1.5;letter-spacing: 4px;font-weight: 700;}
.q_n_sol_list2{margin:100px auto 0;}
.q_n_sol_item2{width:48.5%;float:left;margin:0 3% 40px 0;background-color: #f6f8fe;border-radius: 10px;}
.q_n_sol_item2:nth-of-type(2n){margin:0 0 40px 0;}
.q_n_sol_item2:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_sol_item2_icon{width:260px;height:260px;float:left;border-radius: 10px;
    /*display: flex;justify-content: center;align-items: center;*/
}
.q_n_sol_item2_txt{width:calc(100% - 260px);height:260px;float:right;padding:50px 50px 15px;}
.q_n_sol_item2_h{font-size: 22px;color:#000f52;line-height: 25px;letter-spacing: 2px;}
.q_n_sol_item2_p{margin:20px auto 0;font-size: 16px;color:#424242;text-align: justify;line-height: 30px;}

.q_n_sol_div_ul{padding:65px 50px;}
.q_n_sol_div_ul p{font-size: 23px;color: #424242;text-align: justify;line-height: 50px;}
.q_n_sol_div_ul ul li{font-size: 23px;color: #424242;text-align: justify;line-height: 50px;text-indent: 50px;position:relative;}
.q_n_sol_div_ul ul li:before{content:'';width:20px;height:20px;background-color: #f7cb4a;border-radius: 50%;position:absolute;top:15px;left:10px;z-index: 2;}
.q_n_sol_div_img{padding:50px;text-align:center;background-color: #f6f8fe;border-radius: 10px;}
/* q_n_solution end! */

/* q_n_service start! */
.q_main.q_n_service{padding-bottom:50px;}
.q_n_ser_nav{margin:40px auto 0;}
.ser_nav_level1{font-size: 0;text-align: center;}
.ser_nav_level1>li{display: inline-block;vertical-align: middle;}
.ser_nav_level1>li>a{outline: none;display: block;width:100%;padding:20px 135px;background-color: #eaeaea;color:#4a4a4a;}
.ser_nav_level1>li.on>a{background-color: #f7cb4a;color:#fff;}
.ser_nav_level1>li>a>span{display: block;font-size: 22px;line-height: 25px;letter-spacing: 2px;}
.ser_nav_level2{margin:60px auto 0;}
.ser_nav_level2:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ser_nav_level2>li{width:16%;float:left;margin:0 0.8% 0 0;border:2px solid #dadada;border-radius: 5px;overflow:hidden;}
.ser_nav_level2>li:nth-of-type(6n){margin:0;}
.ser_nav_level2>li>a{outline: none;display: block;width:100%;text-align: center;padding:20px 10px;color:#3b3b3b;}
.ser_nav_level2>li.on2>a{background-color: #f7cb4a;color:#fff;}
.ser_nav_level2>li>a>span{display: block;width:100%;font-size: 18px;line-height: 25px;}

.q_n_ser_list{margin:50px auto 65px;}
.q_n_ser_item{border-left:1px solid #ddd;border-top:1px solid #ddd;background-color: #fff;text-align: center;}
.q_n_ser_item:nth-of-type(2n){background-color: #f2f7fc;}
.q_n_ser_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ser_span{width:14%;float:left;border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px 5px;}
.ser_span.ser_span1{width:8%;}
.ser_span.ser_span2{width:15%;}
.ser_span.ser_span3{width:31%;}
.ser_span.ser_span4{width:12%;}
.ser_span.ser_span5{width:12%;}
.ser_span.ser_span6{width:12%;}
.ser_span.ser_span7{width:10%;}
.ser_span span{display: block;width:100%;font-size: 15px;color:#4d4d4d;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.ser_span.ser_span7{padding:15px 5px;}
.ser_span.ser_span7 span{line-height: 35px;height:35px;}
.ser_span span a{outline: none;display: inline-block;color:#f7cb4a;position: relative;}
.ser_span span a:after{content: '';width:100%;height:1px;background-color: #f7cb4a;position: absolute;left:0;bottom:1px;z-index: 2;}

.q_n_ser_item:nth-of-type(1){background-color: #85afd4;}
.q_n_ser_item:nth-of-type(1) .ser_span{padding:10px 5px;}
.q_n_ser_item:nth-of-type(1) .ser_span span{color: #fff;}
.q_n_ser_item:nth-of-type(1) .ser_span.ser_span7{padding:10px 5px;}
.q_n_ser_item:nth-of-type(1) .ser_span.ser_span7 span{line-height: 25px;height:25px;}

.q_n_ser_item:hover{background-color: #f7cb4a;}
.q_n_ser_item:hover .ser_span span{color: #fff;}
.q_n_ser_item:hover .ser_span span a{color: #fff;}
.q_n_ser_item:hover .ser_span span a:after{background-color: #fff;}

.q_n_ser_row{margin:80px auto 0;}
.q_n_ser_row_h{font-size: 30px;color:#000f52;letter-spacing: 2px;line-height: 36px;padding:0 50px;font-weight: 700;}
.q_n_ser_content{margin:50px auto 0;}

.q_n_shfw_item{width:49%;float:left;margin:0 2% 30px 0;background-color: #f7cb4a;}
.q_n_shfw_item:nth-of-type(2n){margin:0 0 30px 0;}
.q_n_shfw_item_body{padding:60px 50px;background-position: right bottom;background-repeat: no-repeat;}
.q_n_shfw_item_body:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_shfw_item_num{width:100px;float:left;color:rgba(255,255,255,.5);font-size: 72px;letter-spacing: 3px;padding:15px 0 0;line-height: 80px;text-align: center;}
.q_n_shfw_item_txt{width:calc(100% - 150px);float: right;color:#fff;}
.q_n_shfw_item_txt h4{font-size: 25px;line-height: 30px;letter-spacing: 2px;font-weight: 700;}
.q_n_shfw_item_txt ul{margin:25px auto 0;}
.q_n_shfw_item_txt ul li{font-size: 17px;line-height: 30px;text-align: justify;list-style:disc;}

.q_n_fwzc_img{width:50%;float:left;height:450px;overflow:hidden;}
.q_n_fwzc_img .img{height:100%;}
.q_n_fwzc_txt{width:50%;float:right;height:450px;position: relative;background-color: #f7f7f7;}
.q_n_fwzc_main{padding:0 15%;color:#333;text-align: justify;font-size: 22px;line-height: 2;}
.q_main .q_n_fwzc_main p{color:#333;text-align: justify;font-size: 22px;line-height: 2;}

.q_n_ser_contitem{margin:0 auto 30px;}
.q_n_ser_contitem:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_ser_contitem_img{width:400px;float:left;}
.q_n_ser_contitem_txt{width:calc(100% - 400px);float:right;height: 135px;background-color:#f7f7f7;padding:50px 50px 50px 80px;font-size: 0;}
.q_n_ser_contitem_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_ser_contitem_txt p{display: inline-block;margin-right:15px;font-size: 18px;color:#4a4a4a;line-height: 35px;letter-spacing: 1px;}
.q_n_ser_contitem_txt p span{font-weight: 700;}
.q_n_ser_contitem_txt p:nth-of-type(1){width:27%;}
.q_n_ser_contitem_txt p:nth-of-type(2){width:34%;}
.q_n_ser_contitem_txt p:nth-of-type(3){width:34%;}

/* q_n_service end! */

/* nshow start! */
.nshow_top{width:100%;margin:0 auto;text-align: center;}
.nshow_title{width:90%;margin:0 auto;font-size: 24px;font-style: italic;
	color:#f7cb4a;line-height: 1.5;text-transform: capitalize;font-family: LibreBaskervilleBold;
}
.nshow_span{margin:25px auto 0;font-size: 0;padding:10px 20px;background-color: var(--darkfafafa);border-radius: 5px;}
.nshow_span span{display: inline-block;margin:10px 15px;font-size: 14px;color:#555;line-height: 1.2;text-transform: capitalize;}
.nshow_body{width:100%;margin:30px auto 0;min-height: 300px;}
.nshow_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
/* nshow end! */

/* nnews start! */
.nnews_item{margin:0 auto 25px;padding:20px 0 20px 20px;background-color: #f8f8f8;}
.nnews_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:280px;height:200px;float:left;overflow: hidden;}
.nnews_item_img .img{height:100%;}
.nnews_item_img: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);
}
.nnews_item_txt{width:calc(100% - 320px);height:200px;float:right;position: relative;padding:25px 200px 0 0;}
.nnews_item_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark222);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item_h a:hover{color:#f7cb4a;}
.nnews_item_p{margin:20px auto 0;font-size: 14px;color:#979797;line-height: 23px;height:46px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_more{margin:22px auto 0;}
.nnews_item_more a{outline: none;display: inline-block;font-size: 14px;color:#979797;line-height: 20px;}
.nnews_item_more a:hover{color:#f7cb4a;}
.nnews_item_date{width:140px;height:130px;position: absolute;top:30px;right:0;border-left: 1px solid #ddd;}
.nnews_item_date_block{width:100%;height:100%;position: relative;text-align: center;color:#bbb;font-size: 0;}
.nnews_span{display: inline-block;width:100%;font-weight: 700;font-family: Arial;}
.nnews_span.span1{font-size: 14px;line-height: 20px;height:20px;position: absolute;left:0;bottom:35px;}
.nnews_span.span2{display: none;}
.nnews_span.span3{font-size: 40px;line-height: 48px;height:48px;position: absolute;left:0;top:30px;}
.nnews_item:hover .nnews_item_h a{color:#f7cb4a;}
.nnews_item:hover .nnews_span{color:#f7cb4a;}
/* nnews end! */

/* q_n_join start! */
.q_main.q_n_join{padding-bottom: 50px;}
.q_n_join_list{margin:65px auto 65px;}
.q_n_join_item{margin:0 auto 15px;background-color: #f7f7f7;}
.q_n_join_item:nth-of-type(2n){background-color: #f4f9ff;}
.q_n_join_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_join_item>span{display: block;float:left;padding:18px 15px 18px 50px;color:#4a4a4a;font-size: 17px;line-height: 25px;overflow:hidden;}
.q_n_join_item>span:nth-of-type(1){width:32%;}
.q_n_join_item>span:nth-of-type(2){width:32%;}
.q_n_join_item>span:nth-of-type(3){width:32%;}
.q_n_join_item>span:nth-of-type(4){width:4%;text-align: center;padding:18px 15px;background-color: #f7cb4a;}
.q_n_join_item>span:nth-of-type(4) a{color:#fff;font-size: 22px;}
.q_n_join_item>span a{outline: none;display: block;width:100%;color:#4a4a4a;}
.q_n_join_item:hover{background-color:#f7cb4a;}
.q_n_join_item:hover>span{color:#fff;}
.q_n_join_item:hover>span a{color:#fff;}

/* q_n_join end! */

/* nproduct start! */
.nproduct_item{width:23.5%;float:left;margin:0 2% 50px 0;position: relative;}
.nproduct_item:nth-of-type(4n){margin:0 0 50px 0;}

.nproduct_item_img{width:100%;overflow: hidden;}
.nproduct_item_img .img{padding:75% 0 0;}
.nproduct_item_img: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);
}
.nproduct_item_txt{width:100%;margin:25px auto 0;}
.nproduct_item_h a{outline: none;display: block;width:100%;line-height: 25px;height:25px;font-size: 17px;color:#f7cb4a;font-weight: 700;text-transform: capitalize;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nproduct_item_h a i{margin-left: 15px;font-size: 14px;}
.nproduct_item_p{width:100%;margin:5px auto 0;font-size: 14px;color:#828282;line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nproduct_item_p p{width:100%;margin:0 auto;font-size: 14px;color:#828282;line-height: 22px;}
.nproduct_item_more{width:100%;margin:15px auto 0;}
.nproduct_item .q_more{width:100%;margin:0 auto;}
.nproduct_item .q_more a{outline: none;display: inline-block;padding:8px 20px;font-size:12px;border-radius: 30px;
	line-height: 1.5;background-color: #f7cb4a;color:#fff;
}
.nproduct_item .q_more a:hover{background-color: #ffbe00;}

/* nproduct_show */
.nproduct_top_img{width:30%;float:left;}
.nproduct_swiper{width:100%;margin:0 auto;position:relative;}
.nproduct_slide{width:100%;margin:0 auto;}
.nproduct_slide .img{padding:100% 0 0;}

.nproduct_swiper .arrow_button{z-index:2;top:50%;transform:translateY(-50%);
    /*background-color:#fff;color:#222;*/
    /*box-shadow: 0 0 10px #dcdcdc;*/
    /*box-shadow: 0px 3px 3px -3px rgba(0,0,0,.12),0px 6px 10px 0px rgba(0,0,0,.06),0px 9px 16px 8px rgba(0,0,0,.03);*/
}
.nproduct_swiper .arrow_button.arrow_button_left{left:-65px;}
.nproduct_swiper .arrow_button.arrow_button_right{right:-65px;}


.nproduct_top_txt{width:62%;float:right;padding:40px 0 0;}
.nproduct_top_h{font-size: 28px;color:#f7cb4a;line-height: 35px;}
.nproduct_top_p{margin:25px auto 0;font-size: 16px;color:#969696;line-height: 1.7;}
.nproduct_top_p p{width:100%;margin:0 auto;font-size: 16px;color:#969696;line-height: 1.7;}
.nproduct_top_tel{margin:50px auto 0;font-size: 16px;color:#f7cb4a;line-height: 25px;}
.nproduct_top_tel span{font-weight: 700;font-family: Arial;}
.nproduct_top_more{margin:20px auto 0;}
.nproduct_top_more a{outline: none;display: inline-block;padding:10px 25px;font-size: 16px;line-height: 25px;
	background-image:linear-gradient(90deg, #ffbe00, #f1cf6d);color:#fff;
}
.nproduct_top_more a span{margin-left: 10px;}
.nproduct_content{margin:60px auto 0;}
.nproduct_head{background-color: #f4f4f4;}
.nproduct_head span{display: inline-block;padding:10px 25px;font-size: 16px;line-height: 25px;
	background-image:linear-gradient(90deg, #ffbe00, #f1cf6d);color:#fff;
}
.nproduct_body{padding:30px 0;border-bottom: 1px solid #ddd;font-size: 18px;color:#555;line-height:2;min-height: 360px;}
.nproduct_body p{width:100%;margin:0 auto;font-size: 18px;color:#555;line-height:2;}
.nproduct_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}
/* nproduct end! */

/* ncontact start! */
.nway{padding:80px 0 110px;}
.nabout_div_title{width:100%;text-align: center;margin:0 auto 40px;font-size: 24px;font-style: italic;text-transform: capitalize;
	color:#f7cb4a;line-height: 1.5;
}
.nway_txt{width:75%;float:left;}
.nway_txt_h{width:100%;margin:0 auto 10px;font-size: 22px;
	color:#000;line-height: 1.5;font-style: italic;text-transform: capitalize;
}
.nway_txt .footer_ul li{color:#222;font-size: 16px;line-height: 1.7;}

.nway_code{width:20%;float:right;}
.nway_code .code_item{width:49%;float:left;margin:0 2% 0 0;text-align: center;}
.nway_code .code_item:nth-of-type(2n){margin:0 0 0 0;}
.nway_code .code_item_h{color:#555;margin: 10px auto 0;font-size: 12px;line-height: 25px;text-transform: capitalize;}

.nmessage{background:none;background-color:#f7f7f7; padding:80px 0;}
.nmessage .form_input{border-bottom: 1px solid #f7cb4a;color:#f7cb4a;}
.nmessage .q_n_form_btn{margin:20px auto 0;}
/* ncontact end! */

/* q_n_contact start! */
.q_n_contact{width:100%;margin:0 auto;padding:50px 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;}
#allmap b{color: #f7cb4a;font-weight: 700;font-size: 17px;line-height: 30px}
#allmap img{max-width: none;}
#allmap span:nth-of-type(2){margin-left: 20px;}

/* q_n_contact end! */

/* pagelist start! */
.pagelist {list-style: none;margin:30px auto 20px;text-align: center;padding:5px 0;font-size: 0;}
.pagelist > a,.pagelist>span{
	display: inline-block;text-decoration: none;outline: none;min-width:45px;height:40px;line-height: 40px;
	font-size: 15px;padding:0 10px;color:#222;background-color: #f5f5f5;margin:3px 3px;border-radius: 5px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #f7cb4a;}
.pagelist >a:hover{color:#fff;background-color: #f7cb4a;}
@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: 12px;margin:3px 2px;}
}
/* pagelist end! */


/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
	.q_footer {margin-bottom: 60px;}
	.footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: #f7cb4a;}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:#fff;font-size: 12px;}
/* m_footer end! */

/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;display: none;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #f7cb4a;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:#f7cb4a;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! */

/* 网站对接的时候记得删除 开始！ */
/*.q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}*/
/* 网站对接的时候记得删除 结束！ */

.alertify-notifier{display: none;opacity: 0;}