@charset "UTF-8";
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%;}
a,a:active,a:hover {outline: none; text-decoration: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
.main{padding-left: 50px;}
.main1540{width:100%;padding: 0 7%; margin:0 auto;}
.main1700{width:100%;padding: 0 5%;margin:0 auto;}
.comm{padding-top: 100px;padding-bottom: 100px;}
.commT{padding-top: 100px;}
.commB{padding-bottom: 60px;}
/* 电脑端隐藏 */
@media (min-width:992px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:992px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:992px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 992px) {
	.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: 992px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;height: 100%; position: absolute;left:0;top:0;
	/* top:50%;
	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;
}
.img1{
	overflow: hidden;
}
.img1 img{
	-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);
}
.hover:hover .img1 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%;margin-top: 80px;}
section.page2 {width: 100%;}
section.page1 video{
	width: 100%;
	height: auto;
}

@media(max-width: 992px){
	section.page1{position: relative;height: auto;margin-top: 60px;}
	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;}

/* 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;}
.modal-open .modal{padding-top: 25%;}
.modal-content{width:400px;position: fixed;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:#003893;}
.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: 100%;border: 0;}
.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: #003893;color:#fff;
}
#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: 992px){
/* page-index-all */
.modal-content{width:300px;left:50%;margin-left:-150px;}
}

/* q_header end! */
.q_header{width:100%;margin:0 auto;padding:0;background-color: #fff;position: fixed;left:0;top:0;z-index: 99;transition: all .3s;}
/* q_logo */
.q_logo{float:left;padding:15px 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:30px;}

/* q_search */
.q_search{margin-left: 10px; float:right;text-align: right;padding:25px 0;cursor: pointer;position: relative;transition: all .3s;}

/* q_language */
.q_language{float:left;cursor: pointer;position: relative;padding:32px 0;transition: all .3s;}
.q_language_main{width:100%;height:26px;line-height: 26px;font-size: 15px;position: relative;padding: 0 10px;
	text-transform: uppercase;text-align: center;background-color: #e6e6e6;border-radius: 3px;color:#444;
}
.q_language_main>span{display: block;}
.q_language_main>span>i{font-size: 14px;}
.q_language_ul{width:80px;padding:15px 0;background-color: #fff;box-shadow: 0 0 5px #ccc;position: absolute;top:40px;left:-15px;display: none;}
.q_language_ul>li{width:100%;margin:0 auto;}
.q_language_ul>li>a{outline: none;display: block;width:100%;margin:0 auto;text-align: center;font-size: 15px;line-height: 35px;height:35px;color:#555;}
.q_language_ul>li>a:hover{background-color: #003893;color:#fff;}

/* q_nav */
.q_nav{width: auto; margin-left:20px;float:left;}
.q_nav>li{float:left;padding:0 16px;position: relative;}
.q_nav>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:30px 0;transition: all .3s;}
.q_nav>li>a>span{display: block;width:100%;font-size: 18px;line-height: 30px;height: 30px;position: relative;color:#333;}
.q_nav>li>a>span:after{position: absolute;left: 50%;bottom: -30px;content: "";width: 0;height: 3px;background-color: #096b38;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>li.on>a>span:after,.q_nav>li:hover>a>span:after{width: 100%;transform: translateX(-50%);}
.q_nav>li.on>a>span,.q_nav>li:hover>a>span{color:#096b38;}
.q_nav>li:nth-child(2) .q_nav_son ,.q_nav>li:nth-child(3) .q_nav_son {
	width: 260%;
	left: -80%;
}
.q_nav>li:nth-last-child(2) .q_nav_son {
	width: 280%;
	left: -90%;
}

/* q_nav_son */
.q_nav_son{width:100%;position: absolute;top:100%;left:0;padding:10px 0;z-index: 10;background-color: #fff; display: none;}
/* .q_nav>li:hover .q_nav_son{height: auto; opacity: 1;} */
.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: #096b38;}
.q_nav_son>li:hover>a{color:#fff;}

.q_header.q_header_fixed{box-shadow: 0 0 10px #ccc;}

.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_main{display: flex;justify-content: space-between;}

.q_nav_product_l{width:75%;display: flex;}
.ul_level1{flex: 1;}
.ul_level1:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ul_level1>li>a{outline: none;display: block;width:100%;font-size: 17px;line-height: 30px;color:#096b38;font-weight:700;}
.ul_level1>li>a:hover{color:#096b38;}

.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:#003893;}

.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:#003893;}

.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_header start! */
.nnnav{display: flex;align-items: center;}
.phone{
	flex: 1;display: flex;align-items: center;justify-content: flex-end;font-size: 16px;font-weight: 600;
}
.phone img{
	width: 30px;
	padding: 5px;
}


/* q_banner start! */
.q_banner{width:100%;margin:90px auto 0;}
.q_banner .swiper_banner .swiper-slide a{
	-moz-transform: scale(1.00);
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
	animation: slide-noact 20s ease-out 1 normal;
	-webkit-animation: slide-noact 20s ease-out 1 normal;
}
/*.q_banner .swiper_banner .swiper-slide.swiper-slide-active a{animation-name: fangda;animation-duration: 4.5s;}*/
.q_banner .swiper_banner .swiper-slide.swiper-slide-active a{
	animation: slide-act 10s ease-out 1 normal;
	-webkit-animation: slide-act 10s ease-out 1 normal;
}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;padding: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:46px;height:46px;line-height: 44px;margin-top: -23px;font-size: 22px;
  text-align: center;transition: all 0.3s;border-radius: 50%;border:1px solid #fff;color:#fff;
}
.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 .swiper_banner .swiper_button_banner:hover{background-color: #fff;color:#003893;}

.q_banner.q_banner_index{margin:0 auto;
	/* height: calc(100% - 90px);position: absolute;left:0;bottom:0; */
}
.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%;position: relative;background-color: #000;}
.q_banner.q_banner_index .swiper_banner .swiper-wrapper .swiper-slide a{height: 100%;}
.q_banner.q_banner_index .swiper_banner .swiper-wrapper .swiper-slide img{width: 100%;}
.q_banner_video{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_banner_video video{width:100%;height:100%;}

/* 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;}
.q_section_title_h{font-size: 40px;color:#2e2e2e;line-height: 50px;font-weight: 700;}
.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,#0766a9,#1acacc);line-height: 0;}
.q_section_main{width:100%;margin:110px 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: 15px;color:#444;line-height: 20px;padding:10px 50px;
	border:1px solid #aaa;transition: all .2s;
}
.q_section_more a:hover{color:#fff;border:1px solid #096b38;background-color: #096b38;}

/* 产品 start! */
.q_product_list{width:100%;margin:0 auto;}
.q_product_item{float:left;margin:0 0 30px 0;}
.q_product_item:nth-of-type(3n){margin:0 0 30px 00;}
.q_product_item_img{width:100%;margin:0 auto;overflow:hidden;position: relative;}
.q_product_item_img .img{padding:100% 0 0;}
a.q_product_mask{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;transition: all .3s;}
.q_product_mask_in{width:100%;padding:0 8%;position: absolute;left:0;bottom:-38px;transition: all .3s;}
.q_product_mask_h{width:100%;margin:0 auto;font-size: 20px;line-height: 30px;font-weight: 700;padding-top: 15px;min-height: 75px;}
.q_product_mask_p{margin:15px auto 0;font-size:18px;line-height: 25px;height:25px;}
.q_product_mask_more{width:100%;margin:25px auto 0;overflow:hidden;}
.q_product_mask_more span{display: inline-block;border:1px solid #fff;padding:6px 20px;font-size: 15px;line-height: 23px;color: #fff;}
.q_product_item:hover .q_product_mask_in{bottom:35px;}
.q_product_item:hover .q_product_mask{opacity: 1;visibility: visible;background-image: url(../images/mask_grad.png);background-repeat: repeat-x;background-position: left top;background-size: auto 100%;
}
a.q_product_mask:hover{color: #181818;}

/* 行业应用 start! */
.q_section.q_solution{padding:0;position: relative;}
.q_solution .q_section_title{width:100%;position: absolute;left:0;top:70px;z-index: 2;}

.q_solution .q_section_title_h{color:#fff;}
.q_solution .q_section_title_p{color:#eee;}

.q_solution_l{width:300px;position: absolute;top:220px;left:7%;z-index: 3;height: 550px; overflow: hidden;}
.swiper_solution_thumbs p{color: #fff;height:60px;font-size: 18px; line-height:60px; cursor: pointer; padding-left:45px;margin-right: 30px;margin-bottom: 0px; background: rgba(0,0,0,.3);}
.swiper_solution_thumbs .swiper-slide{height: auto !important;}
.swiper_solution_thumbs .swiper-slide-thumb-active {margin-right: 0;}
.swiper_solution_thumbs .swiper-slide-thumb-active p{background: #005bac;margin-right: 0px;}
.tab-nav {width:316px; overflow: hidden; float:left; position: absolute; z-index:999;}
.tab-nav a { margin:0; margin-bottom:3px;padding:0; display: block; width:235px; background:#242e3a; text-align: left; text-decoration: none; color:#fff; }
.tab-nav a.current { background:#005bac; color: #fff;width:316px;}

.q_solution .swiper_pagination_solution{width:100%;position: relative;text-align: left;}
.q_solution_more{width:100%;margin:10px auto 0;}
.q_solution_more>a{outline: none;display: block;width:100%;padding:0 10px 0 53px;color:#fff;}
.q_solution_more>a>span{display: block;width:100%;font-size: 15px;line-height: 25px;}
.q_solution_more>a:hover>span{color:#1f74ff;}

@media (max-width:1700px) {
	.swiper_solution_thumbs p{height: 45px;line-height: 45px;}
}
@media (max-width:1280px) {
	.swiper_solution_thumbs p{height: 30px;line-height: 30px;}
}
/* q_sol_item*/
.q_sol_item{width:100%;margin:0 auto;color:#fff;position: relative;}
.q_sol_item .img-1{width: 100%;height: 100%; background: rgba(0,0,0,.5);position: absolute;left: 0;top: 0;z-index: 2;}
.q_sol_item_bg{width:100%;margin:0 auto;position: relative;}
.q_sol_item_bg .img{padding: 43.25% 0 0;}
.q_sol_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_solution_r{width:calc(100% - 430px);float: right;padding:260px 0 0;z-index: 3;position: sticky;}
.q_sol_item_h{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;transform: translateY(-100px);transition: all .8s;opacity: 0;}
.q_sol_item_p{width:100%;margin:30px auto 0;font-size: 17px;line-height: 30px;height:120px;overflow:hidden;transform: translateY(-100px);transition: all .8s;opacity: 0;}
.q_sol_item_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 30px;}
.q_sol_item_more{width:100%;margin:20px auto 0;transform: translateY(100px);transition: all .8s;opacity: 0;}
.q_sol_item_more>a{outline: none;display: inline-block;border:1px solid #fff;color:#fff;padding:10px 35px;font-size: 16px;line-height: 20px;}
.q_sol_item_more>a:hover{background-color:#fff;color:#1f74ff;}
.q_sol_item_ul{width:100%;margin:60px auto 0;transform: translateY(100px);transition: all .8s;opacity: 0;}
.q_sol_item_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_sol_item_ul>li{width:19.8%;float:left;margin:0 .25% 5px 0;}
.q_sol_item_ul>li:nth-of-type(4n){margin:0 0 5px 0;}
.q_sol_item_ul>li .img{padding:39.45% 0 0;}

.swiper-slide-active .q_solution_r .q_sol_item_h{transform: translateY(0);opacity: 1;}
.swiper-slide-active .q_solution_r .q_sol_item_p{transform: translateY(0);opacity: 1;}
.swiper-slide-active .q_solution_r .q_sol_item_more{transform: translateY(0);opacity: 1;}
.swiper-slide-active .q_solution_r .q_sol_item_ul{transform: translateY(0);opacity: 1;}


/* q_news start! */
.q_news_item{background-color: #ddd;position: relative;height: 485px;overflow:hidden;border: 1px solid #f2f2f2;}
.q_news_item:nth-of-type(3n){margin:0;}
.q_news_item_img{width:100%;height:280px;margin:0 auto;overflow:hidden;}
.q_news_item_img .img{height:100%;}
.q_news_item_txt{width:100%;margin:0 auto;padding:20px;}
.q_news_item_h{width:100%;margin:0 auto;}
.q_news_item_h a{outline: none;display: block;width:100%;margin:0 auto;font-size: 17px;color:#111;font-weight: 400;line-height: 25px;height:50px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_news_item_h a:hover{color:#003893;}
.q_news_item_date{width:100%;margin:10px auto 0;font-size: 15px;color:#aaa;line-height: 20px;}
.q_news_item_date i{margin-right: 5px;}
.q_news_item_p{width:100%;margin:15px auto 0;font-size: 14px;color:#666;line-height: 25px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
/* q_news_ul */
.q_news_ul{padding:35px 30px;}
.q_news_li{width:100%;margin:12px auto 0;padding:10px 0;}
.q_news_li:nth-of-type(1){margin:0 auto;}

/* q_news end! */

/* q_about start! */
.q_section.q_about{background:url("../images/q_about_bg.jpg")no-repeat center top;height:830px;padding:120px 0 100px;}
.q_about .q_section_title_h{color:#fff;}


.q_about .q_section_more{margin:70px auto 0;}
.q_about .q_section_more a{color:#fff;border:1px solid #fff;}
.q_about .q_section_more a:hover{color:#003893;background-color: #fff;}

/* q_about end! */

/* 关于锐奇 */
.iabg{ width:100%; background:url(../images/iabg.jpg) no-repeat;background-size: cover; padding-bottom: 40px;}
.iabg h3{ color:#fff; font-size:28px; line-height:40px;}
.iabg b{ display:block; color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:normal;text-transform:uppercase; font-size:12px; margin-bottom:47px;}
.iabg p{ display:block; text-align:left; line-height:30px; color:#fff;text-align: justify;text-align-last: left;}
.iabg .iabg-con{ display: flex;justify-content: space-between;}
.iabg .tong{padding-top: 30px;}
.iabg .iabg-r{ background:url(../images/iabg-r.jpg) no-repeat;background-size: 100%; padding:110px 40px 110px;}
.iabg .iabg-r p{ font-size: 28px;font-weight: 800;position: relative;margin-bottom: 25px;}
.iabg .iabg-r p:after{ content:''; position: absolute; left: 0; top: 41px;background: #c21600;height: 3px;width: 200px;}
.iabg .iabg-r span{ font-size: 25px; color: #fff;}
.iabg .q_section_more a{color: #fff;border: 1px solid #fff;}
.iabg .q_section_more a:hover{color: #003893;background-color: #fff;border: none;}
.cc{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cc .ll{
	width: 78%;
}
.cc .rr{
	width: 18%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
}
@media (max-width:992px) {
	.iabg h3{ font-size: 18px;line-height: 30px;}
	.iabg b{ margin-bottom: 20px;}
	.iabg p{ font-size: 14px; line-height: 26px;}
	.iabg .iabg-con{ flex-direction: column-reverse;}
	.iabg .tong {width: 100%;}
	.iabg .iabg-r{width: 100%; background: none; padding: 30px 0 0 0;}
	.iabg .iabg-r p:after{left: 0;}
	.iabg .iabg-r p{ font-size: 20px;}
	.iabg .iabg-r span{ font-size: 18px;}
	.cc .ll,.cc .rr{
		width: 100%;
	}
}

/* 客户认可 */
.client .client-list{padding-top: 30px;}
.client .client-list .client-img{overflow: hidden; border: 1px solid transparent;transition: all 0.6s;margin-bottom: 10px;}
.client .client-list .client-img:hover{ border: 1px solid #096b38a6;box-shadow: 0 0 10px #096b3875;}
.client .client-list .client-img img{ transition: all 0.6s;}
.client .client-list .client-img:hover img{ transform: scale(1.05);}
.ny-case .case-title{font-size: 32px; font-weight: 600; margin: 40px 0;}
.case-list{display: flex; flex-direction: column; align-items: center; justify-content: center;margin-bottom: 20px;}
.state .case-list{padding: 0 20px;}
.case-list .case-img{border: 1px solid #ededed;overflow: hidden;}
.case-list .case-img img{transition: all 0.6s;}
.case-list .case-img:hover {border: 1px solid #096b38a6;box-shadow: 0 0 10px #096b3875;}
.case-list .case-img:hover img{transform: scale(1.05);}
.case-list .case-content{text-align: center;padding: 10px 0;}
.case-list .case-content h5{font-size: 28px;margin-bottom: 5px;}
@media (max-width:992px) {
	.ny-case .case-title{font-size: 24px;  margin: 20px 0;}
	.case-list .case-content h5{font-size: 20px;margin-bottom: 5px;}
	.state .case-list{padding: 0;}
}

/* q_number start! */
.q_number_main{width:100%;margin:0 auto;padding:0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_number_item{width:33.3%;float:left;padding:0 10px;text-align: center;position: relative;}
.q_number_item:before{content: '';width:1px;height:80%;background-color: #fff;position: absolute;left:0;top:10%;}
.q_number_item:nth-of-type(1):before{width:0;}
.q_number_top{font-size: 64px;line-height: 90px;color:#fff;font-family: 'number';}
.q_number_top .sub{font-size: 22px;font-weight: normal;}
.q_number_txt{width:100%;margin:0 auto ;padding:0;font-size: 20px;color:#fff;line-height: 30px;height:30px;font-weight: 100;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.q_number_item:nth-child(2) .q_number_top .sub,
.q_number_item:nth-child(3) .q_number_top .sub{position: relative;}
.q_number_item:nth-child(2) .q_number_top .sub::after,.q_number_item:nth-child(3) .q_number_top .sub::after{position: absolute; content: '+'; right: 0; top: -50px; font-size: 20px; color: #fff; font-weight: 600;}
/* q_number end! */

/* q_footer start! */
.q_footer{background:#000d2e url("../images/q_footer_bg.jpg")no-repeat center top;}
.q_footer a{outline: none;color:#fff;opacity: .7;}
.q_footer a:hover{color:#096b38;opacity: 1;}
/* q_footer_t */
.q_footer_t{width:100%;margin:0 auto;}
.q_footer_t .q_footer_main{border-bottom: 1px solid #3e444f;padding:25px 0;}
.q_footer_t_l{width:20%;float:left;}
.q_footer_search img{cursor: pointer;}

/* q_footer_c */
.q_footer_c{width:100%;margin:0 auto;padding:50px 0 65px;overflow: hidden;}
.q_footer_c_l{width:400px;float:left;}
.q_footer_tel{width:100%;margin:0 auto;}
.q_footer_tel>li{width:100%;margin:0 auto 20px;}
.q_footer_tel>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_footer_icon{width:32px;float:left;}
.q_footer_txt{width:calc(100% - 50px);float:right;font-size: 17px;color:#eee;line-height: 30px;}

.q_footer_code{width:100%;margin:40px auto 0;}
.q_footer_code_h{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;color:#fff;opacity: .5;}
.q_footer_code ul{width:100%;margin:20px auto 0;}
.q_footer_code ul>li{float:left;position: relative;margin-right: 20px;}
.q_footer_code ul>li>a{display: block;width:100%;}
.q_footer_code ul>li>a>img{width:36px;}
.q_footer_wx_div{width:120px;height:120px;box-shadow: 0 0 5px #ccc;position: absolute;left:150px;top:-50px;display: none;}


.q_footer_c_r{width:calc(100% - 520px);float:right;}
.q_footer_list{width:100%;margin:0 auto;}
.q_footer_item{width:27%;float:left;}
.q_footer_item:nth-of-type(4){width:19%;}
.q_footer_item_h{width:100%;margin:0 auto;}
.q_footer_item_h a{display: block;font-size: 22px;opacity: 1;line-height: 30px;}
.q_footer_item ul{width:100%;margin:25px auto 0;}
.q_footer_item ul>li{width:100%;margin:0 auto;}
.q_footer_item ul>li>a{font-size: 16px;line-height: 2;}

/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:20px 0;border-top:1px solid #3e444f;}
.q_footer_b_r{width:15%;float:right;text-align: right;font-size: 0;}
.q_footer_b_l{width:80%;float:left;font-size: 0;}
.q_footer_b_l>span:nth-of-type(1){margin-left:0;}
.q_footer_b span,.q_footer_b a{margin:0 4px;line-height: 20px;font-size: 14px;color:rgba(255,255,255,.5);outline: none;}
.q_footer_b span a{margin:0;}

/* q_footer end! */

/* q_message start! */
.q_message{padding:80px 0;background-color: #f8fafe;}
.q_msg_item{width:25%;float:left;position: relative; border-right: 1px solid #ddd;padding: 0 20px;margin: 20px 0;}
.q_msg_item:last-child{border: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;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:nth-of-type(1):before{width:0;}

/* q_message end! */

/* q_banner_n start! */
.q_banner_n{position: relative;}
.q_banner_n .img{padding:39.85% 0 0;}
.q_banner_mask{width:100%;position: absolute;right:0;bottom:0;padding-left:7%;}
.q_banner_mask_in{width:100%;background-color: rgba(0,15,84,.7);}
.q_banner_mask_in .main1540{margin:0;}
.q_banner_main{padding:40px 7% 40px 0;color:#fff;}
.q_banner_l{width:60%;float:left;font-size: 44px;line-height: 50px;font-weight: 100;vertical-align: bottom;}
.q_banner_l span{text-transform: capitalize;font-size: 24px;}
.q_banner_r{width:36%;float:right;font-size: 22px;line-height: 30px;font-weight: 100;text-align: right;padding:10px 0 0;}

.q_banner_n.q_banner_product{height:135px;}
.q_banner_n.q_banner_product .img{padding:0;height:100%;}
.q_banner_n.q_banner_solution{height:135px;}
.q_banner_n.q_banner_solution .img{padding:0;height:100%;}
.q_banner_n.q_banner_news{height:135px;}
.q_banner_n.q_banner_news .img{padding:0;height:100%;}

.q_banner_n.q_banner_nobg{height:135px;}
.q_banner_n.q_banner_nobg .img{padding:0;height:100%;}
/* q_banner_n 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:#003893;}
/* q_position end! */

/* q_n_nav start! */
.q_n_nav{padding: 0 7%;}
.q_n_nav_in{border-bottom: 1px solid #ccc;}
.q_n_nav_in .main1540{margin:0;}
.q_n_nav_main{padding:35px 0; }
.q_back{width:10%;float:right;text-align: right;}
.q_back a{outline: none;display: block;font-size: 20px;color:#555;line-height: 25px;font-weight: 100;}
.q_back a:hover{color:#096b38;}
.q_n_nav_ul{width:86%;float:left;font-size: 0;}
.q_n_nav_ul>li{float:left;margin:0 30px 0 0;}
.q_n_nav_ul>li>a{outline: none;display: block;width:100%;font-size: 20px;line-height: 25px;color:#555;font-weight: 100;}
.q_n_nav_ul>li.on>a,.q_n_nav_ul>li:hover>a{color:#096b38;font-weight: 500;}
/* q_n_nav 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! */

/* q_n_about start! */
.company{margin: 50px 0;}
.company_r{float: right;}
.company_r .q_number_top .timer{font-size: 60px;line-height: 1;color: #003893;}
.company_r .q_number_top .timer span{padding-left: 10px;position: relative;}
.company_r ul {display: flex;flex-direction: column;justify-content: space-between;}
.company_r ul li:last-child .timer span::after{content: '+';font-weight: 600;color: #003893;position: absolute;left: 10px; top: -30px;}
.company_r .q_number_txt{color: #666;font-size: 16px;margin: 10px 0 20px;}

.culture{
	color: #fff;
	background-size: cover;
}
.culture ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	background: rgba(0,0,0,.3);
}
.culture li{
	width: 25%;
	padding: 200px 80px 300px;
	text-align: center;
	min-height: 150px;
	border-right: 1px solid #999;
	transition: all 0.6s;
}
.culture li:hover{
	background: rgba(9,107,56,.3);
}
.culture .li-tit {
	margin-bottom: 10px;
}
.culture strong{
	font-size: 24px;
	line-height: 1.5;
}
.culture .li-tit p{
	font-size: 14px;
}
.culture p{
	font-size: 18px;
	line-height: 1.5;
}
.culture-img{
	padding: 50px 0;
}
.culture-img img{
	width: 100%;
}
.honor .honor-img{padding: 10px;border: 1px solid #ededed;overflow: hidden;}
.honor .honor-img:hover{border: 1px solid #096b38a6;}

.honor .honor-img img{transition: all 0.6s;}
.honor .honor-img:hover img{transform: scale(1.05);}
.honor h3{text-align: center;padding: 20px 0 40px;}
@media (max-width:1440px) {
	.company_r .q_number_top .timer{font-size: 50px;}
	.culture li{padding: 100px 30px;}
}
@media (max-width:1280px) {
	.company_r .q_number_top .timer{font-size: 35px;}
	.culture strong{
		font-size: 18px;
	}
	.culture p{
		font-size: 16px;
	}
}
@media (max-width:992px) {
	.company_r{margin-top: 30px;}
	.company_r .q_number_top .timer{font-size: 28px;}
	.company{margin: 30px 0;}
	.culture li{padding: 50px 20px;width: 50%;}
.culture strong{
	font-size: 16px;
}
.culture p{
	font-size: 14px;
}
.honor h3{padding: 15px 0 25px; font-size: 14px;}
}
.q_n_about_main{margin:80px auto 0;}
.q_n_about_row1{position: relative;display: flex; align-items: center;}
.q_n_about_row1 img{width: 100%;}
.q_n_about_mask{width:100%;height:100%;position: absolute;left:0;top:0;overflow-y: auto;}
.q_n_about_row1_l{width:65%;float:left;height: 100%;position: absolute;}
.q_n_about_info{z-index: 10;position: absolute;width: 55%;padding: 50px 0;}
.q_n_about_info p{font-size: 17px;color:#fff;line-height: 1.5;margin-bottom: 10px;}
.q_n_about_info .q_number_top .timer{font-size: 40px;}
.q_n_about_info .q_number_txt{font-size: 16px;margin-top: 0;}
.q_n_about_info ul{margin-top: 20px;}
.q_n_about_info ul li .q_number_top .sub{position: relative;}
.q_n_about_info ul li:last-child .q_number_top .sub::after,.q_n_about_info ul li:nth-child(2) .q_number_top .sub::after{position: absolute; content: '+'; right: 0; top: -25px; font-size: 20px; color: #fff; font-weight: 600;}
.q_n_about_row1_r{width:50%;float:right;height: 100%;position: relative;text-align: center;cursor: pointer;}
.q_n_about_video img{max-width: 160px;}

@media (max-width:992px) {
	.q_n_about_row1_l{background-color: rgba(0, 56, 147, .7);}
	.q_n_about_info ul li .q_number_top .sub::after{right: -15px;font-size: 10px;}
	.q_n_about_info{width: 93%;}
	.q_n_about_info .q_number_top .timer{font-size: 24px;}
}
.q_n_about_row2{background:url("../images/about_row2_bg.jpg") no-repeat center top;padding: 80px 0;}
.q_n_about_row2_h{font-size: 36px;line-height: 45px;text-align: center;color:#4a4a4a;font-weight: 700;}
.q_n_about2_list{margin:50px auto 0;}
.q_n_about2_item{text-align: center;transition: all .4s;
    background-position:center top;background-repeat: no-repeat;background-size: 0 0;
}
.q_n_about2_item_bg{padding:56px 40px;}
.q_n_about2_item_icon img{width:60px;}
.q_n_about2_item_icon .default{display: inline-block;}
.q_n_about2_item_icon .hover{display: none;}
.q_n_about2_item_txt{margin:20px auto 0;}
.q_n_about2_item_cn{font-size: 33px;color:#4a4a4a;font-weight: 700;line-height: 40px;}
.q_n_about2_item_en{margin:20px auto 0; font-size: 33px;color:#0455a4;font-weight: 100;line-height: 40px;text-transform: uppercase;}
.q_n_about2_item_en_light{margin:20px auto 0; font-size: 12px;color:#0455a4;font-weight: 100;line-height: 15px;text-transform: uppercase;}

.q_n_about2_item_span{border-top:1px solid #81aad1;margin:40px auto;}
.q_n_about2_item_p p{font-size: 24px;color:#4a4a4a;line-height: 1.2;}

.q_n_about2_item:hover{background-size: cover;}
.q_n_about2_item:hover .q_n_about2_item_bg{background-color: rgba(0,56,147,.75);}
.q_n_about2_item:hover .q_n_about2_item_icon .default{display: none;}
.q_n_about2_item:hover .q_n_about2_item_icon .hover{display: inline-block;}
.q_n_about2_item:hover .q_n_about2_item_cn{color:#fff;}
.q_n_about2_item:hover .q_n_about2_item_en{color:#fff;}
.q_n_about2_item:hover .q_n_about2_item_en_light{color:#fff;}
.q_n_about2_item:hover .q_n_about2_item_p p{color:#fff;}

.q_n_about_row3{background:url("../images/about_row3_bg.jpg") no-repeat center top;padding:150px 0 120px;}
.q_n_about3_img{width:900px;float:left;}
.q_n_about3_txt{width:calc(100% - 930px);float:right;text-align:right;color:#fff;}
.q_n_about3_txt p{color:#fff;}
.q_n_about3_h_big{font-size: 43px;font-weight: 700;line-height: 50px;}
.q_n_about3_h_small{margin:30px auto 0;font-size: 30px;line-height: 35px;}
.q_n_about3_span{margin:35px auto 0;font-size: 0;height:0;}
.q_n_about3_span span{display: inline-block;width:8%;border-top:3px solid #fff;}
.q_n_about3_p{margin:90px auto 0;}
.q_n_about3_p p{font-size: 17px;line-height: 2.2;}

.q_n_about_row4{background:url("../images/about_row4_bg.jpg") no-repeat center top;padding:135px 0;}
.q_n_about4_txt{width:700px;float:left;color:#424242;padding: 30px 0 0;}
.q_n_about4_txt p{color:#424242;}

.q_n_about4_h_big{font-size: 43px;font-weight: 700;line-height: 50px;}
.q_n_about4_h_small{margin:30px auto 0;font-size: 26px;line-height: 30px;}
.q_n_about4_span{margin:35px auto 0;font-size: 0;height:0;}
.q_n_about4_span span{display: inline-block;width:8%;border-top:3px solid #424242;}
.q_n_about4_p{margin:120px auto 0;}
.q_n_about4_p p{font-size: 17px;line-height: 2.2;}
.q_n_about4_ul{width:calc(100% - 760px);float:right;padding:0 0 0 50px;}
.q_n_about4_li{position:relative;margin:0 auto 20px;border:1px solid #bbb;border-radius: 10px;padding:45px 60px 30px 130px;background-color: #fff;height:148px;}
.q_n_about4_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_about4_img{width:167px;height:150px;position: absolute;top:-2px;left:-90px;}
.q_n_about4_info{font-size: 17px;color:#424242;text-align: justify;line-height: 30px;height:60px;}
.q_n_about4_info span{color:#001757;font-weight: 700;}
.q_n_about4_li:nth-of-type(3){padding:30px 60px 30px 130px;}

.q_n_about_row5{background:url("../images/about_row5_bg.jpg") no-repeat center top;padding:150px 0;}
.q_n_about5_img{width:840px;float:left;}
.q_n_about5_txt{width:calc(100% - 900px);float:right;text-align: right;color:#fff;padding:30px 0 0;}
.q_n_about5_h_big{font-size: 43px;font-weight: 700;line-height: 50px;}
.q_n_about5_h_small{margin:30px auto 0;font-size: 30px;line-height: 35px;}

.swiper_about5 .swiper-wrapper{height:auto;}
.swiper_about5 .swiper-slide{height:auto;}

.swiper_about5 .swiper-slide{
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.7);
}
.swiper_about5 .swiper-slide-active, .swiper_about5 .swiper-slide-duplicate-active{transform: scale(1.3);}
.swiper_about5 .swiper-slide-active{border:1px solid #fff;}

.swiper_about5 .swiper-slide .img{padding:66.66% 0 0;}

/* q_n_about end! */

/* 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: #003893;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:#003893;}*/
.list>ul>li>ul li.on2>a{color:#003893;}
.list>ul>li:hover,.list>ul>li.on{background-color: #4e555c;}
.list>ul>li:hover span a,.list>ul>li.on span a{color:#fff;}
.list>ul>li:hover i,.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:110px 0;}

/* q_n_product start! */
.q_n_pro_item{width:48.5%;float:left;margin:0 3% 30px 0;border:1px solid #ccc;transition: all 0.6s;}
.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_txt{padding:20px 5%;background-color: #fff;}
.q_n_pro_item_h>a{outline: none;display: block;width:100%;font-size: 22px;color:#4a4a4a;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_pro_item_p{margin-top:10px;font-size: 16px;color:#555;line-height: 1.2;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_pro_item:hover {border:1px solid #4e555c;transition: all 0.6s;}
.q_n_pro_item:hover .q_n_pro_item_txt{background-color: #4e555c;transition: all 0.6s;}
.q_n_pro_item:hover .q_n_pro_item_h>a{color: #fff;transition: all 0.6s;}
.q_n_pro_item:hover .q_n_pro_item_p p{color: #fff;transition: all 0.6s;}
.q_n_pro_item:hover .q_n_pro_item_img img{transform: scale(1.1);transition: all 0.6s;}

.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;}
.q_n_product_top_h span{display: inline-block;color:#fff;font-size: 18px; padding: 0 30px;background-color: #4e555c;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;}
.q_n_product_top_info{margin:30px auto 0;font-size: 18px;color:#454545;line-height: 2.4;}
.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: #003893;}
.q_n_product_top_more a i{margin-right:10px;color: #003893;}


.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 p{display: inline;padding:0 50px;font-size: 40px;color:#333;line-height: 50px;height:50px;background-color: #fff;}
.q_n_product_body{margin:60px auto 0;}
.q_n_product_body .row div:first-child{border: 1px solid #ededed;border-radius: 15px; padding: 40px;}
.q_n_product_body table,
.q_n_sol_txt table{
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
.q_n_product_body th, td ,
.q_n_sol_txt th, td
{
	color: #181818;
	border: 2px solid #333;
	padding: 8px;
	text-align: center;
}
.q_n_product_body th,
.q_n_sol_txt th
 {
	color: #fff;
	background-color: #333f50;
	font-weight: bold;
}
.q_n_product_body tr,
.q_n_sol_txt tr
 {
	background: #e9ebf5;vertical-align: middle;
}
.q_n_product_body tr:nth-child(even),
.q_n_sol_txt tr:nth-child(even)
 {
	background: #cfd5ea;
}
.page{margin-top: 30px;}
@media (max-width:1400px) {
.q_n_product_body .row div:first-child{border: 1px solid #ededed;border-radius: 15px; padding: 30px;}
}
@media (max-width:992px) {
.q_n_product_body .row div:first-child{border-radius: 10px; padding: 15px;margin-bottom: 20px;}
.page{margin-top: 20px;}
}
/* 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 #003893;background-color: #003893;color:#fff;}

/* q_n_relation end! */

/* q_n_solution start! */
.q_main.q_n_solution{padding-bottom: 60px;}
.q_n_sol_list{display: flex;flex-wrap: wrap;}
.q_n_sol_item{overflow:hidden;position: relative;margin-bottom: 40px;border: 1px solid #ddd;}
.q_n_sol_item .img1{position: relative;}
a.q_n_sol_mask{outline: none;display: block;width:100%;padding:20px 5%;transition: all .3s;min-height: 100px;
}
.q_n_sol_item:hover h3{color: #fff;}
.q_n_sol_item_h{font-size: 22px;line-height: 1;}
.q_n_sol_item_span{width:12%;border-top:2px solid #fff;position: absolute;bottom: 20px;}
.q_n_sol_item_p{font-size: 16px;line-height:30px;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.q_n_sol_item_p p{color: #fff;}
.q_n_sol_item:hover a.q_n_sol_mask{background-color: #4e555c;border: 1px solid #4e555c;}

.q_n_sol_top{margin:75px auto 0;position: relative;}
.q_n_sol_top_mask{width:100%;height:100%;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 p{padding:0 10%;font-size: 24px;color:#fff;text-align: center;line-height: 1;margin-bottom: 10px;}

.q_n_sol_txt{padding:80px 0;}
.q_n_sol_txt .row div:first-child img{width: 90%;}
.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:#003893;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: #003893;color:#fff;font-size: 33px;line-height: 1.5;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;}
.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: #003893;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;}

.sol-about .sol-about-title{
	padding: 30px 0 50px 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
}
.sol-about h3,.sol-about p{
	text-align: center;
	font-size: 28px;
}
.sol-about p{
	font-size: 22px;
}
.sol-about ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.sol-about ul li{
	padding: 40px;
}
.sol-about ul li a h4{
	font-size: 20px;
}
.sol-about ul li a p{
	font-size: 18px;
	padding-bottom: 20px;
	color: #096b38;
}
.sol-about .li-img{
	overflow: hidden;
}
.sol-about .li-img img{
	transition: all 0.6s;
}
.sol-about ul li a:hover{
	color: #096b38;
}
.sol-about ul li a:hover .li-img img{
	transform: scale(1.1);
}
/* 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: #003893;color:#fff;}
.ser_nav_level1>li>a>span{display: block;font-size: 22px;line-height: 25px;}
.tab-item {
	display: none;
}
.tab-item.active {
	display: block;
}
.ser_nav_level1 .active {
  background-color: #4e555c;
  color: #fff;
}
.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: #003893;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{border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px 5px;}
.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:#003893;position: relative;}
.ser_span span a:after{content: '';width:100%;height:1px;background-color: #003893;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: #003893;}
.q_n_ser_item:hover .ser_span span,.q_n_ser_item:hover .ser_span span p,.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;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: #003893;}
.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;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;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;}
.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! */

/* q_n_news start! */
.q_main.q_n_news{padding-bottom: 60px;}

.q_n_news_list{margin:50px auto 50px;}
.q_n_news_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_news_list .q_news_item{margin-bottom: 40px; height:auto;}
.q_n_news_list .q_news_item:nth-of-type(3n){margin:0 0 40px 0;}
.q_n_news_list .q_news_item_img{height:auto;}
.q_n_news_list .q_news_item_img .img{height:auto;padding: 56.75% 0 0;}

.q_n_news_h1{width:90%;margin:0 auto;text-align: center;font-size: 26px;color:#5c6272;line-height: 35px;}
.q_n_news_span{margin:45px auto 0;padding:10px 50px;background-color: #f8f8f8;font-size: 14px;color:#777c88;line-height: 25px;}
.q_n_news_span_r{width:15%;float: right;text-align: right;}
.q_n_news_span_l{width:80%;float: left;}
.q_n_news_span_l span{margin-right: 15px;}
.q_n_news_show{margin:0 auto;padding:50px 40px;}
.q_main .q_n_news_show p{font-size: 18px;color:#777c88;}

/* q_n_news 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: #003893;}
.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:#003893;}
.q_n_join_item:hover>span{color:#fff;}
.q_n_join_item:hover>span a{color:#fff;}

/* q_n_join end! */

/* q_n_contact start! */
.q_main.q_n_contact{padding-bottom: 50px;}
.q_n_contact_main{margin:60px auto 40px;}
.q_message_title{padding:50px 80px;background-color: #f8f8f8;font-size: 17px;color:#979797;line-height: 40px;vertical-align:bottom;}
.q_message_title span{font-size: 35px;margin-right: 20px;line-height: 40px;color:#444;}

.q_n_form{width:100%;margin:80px auto 0;padding:0;display: block;}
.q_n_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_form .form-group{margin:0 auto 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: #003893;color:#fff;border: solid 1px #003893;padding: 10px 20px;}
.q_n_form .form-group .input{padding:10px 6px;height:42px;}
.q_n_form .form-group textarea.input{height:auto;}
.q_n_form .form-group .input:focus{border: solid 1px #003893;}
.q_n_form .form-button{text-align: center;margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display: inline-block; padding:6px 35px;
  background-color: #003893;color:#fff;border: solid 1px #003893;font-size: 16px;line-height: 25px;
}

.q_n_tel{padding:50px 0 60px;background-color: #f8f8f8;}
.q_n_tel_img{width:160px;float:right;}
.q_n_tel_text{width:calc(100% - 200px);float:left;}
.q_n_address_cn{font-size: 25px;color:#494949;line-height: 30px;}
.q_n_address_en{margin:5px auto 0; font-size: 14px;color:#494949;line-height: 20px;text-transform:uppercase;}

.q_n_tel_txt{margin:30px auto 0;}
.q_n_tel_txt span{margin-right: 30px;font-size: 20px;color:#494949;line-height: 35px;font-family: 'number';}
.q_n_tel_txt span.top{font-size: 26px;}
.q_n_tel_txt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.q_n_tel_txt ul li{
	width: 38%;
}
@media (max-width:992px) {
	.q_n_tel_txt ul li{
		width: 100%;
	}
}
/* 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 .page-num-current{color:#fff;background-color: #096b38;}
.pagelist >a:hover{color:#fff;background-color: #096b38;}
@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: 992px) {
	.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: 992px) {
	.footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: #003893;}
.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: #096b38;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:#096b38;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;padding: 5px;background: #fff;
}
@media(max-width: 992px){
  .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! */

.alertify-notifier{display: none;opacity: 0;}

/* 发展历程 */
.develop-thumbs{
	padding: 50px 0 30px;
	overflow: hidden;
}
.develop-thumbs h5{
	font-size: 24px;
	padding-top: 100px;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #ccc;
}
.develop-thumbs h5::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top: 60%;
	left: 53%;
	background: #ccc;
}
.develop-thumbs .swiper-slide:last-child h5::after{
	display: none;
}
.develop-thumbs h5 span::after{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	left: 48%;
    top: 55%;
	border-radius: 50%;
	background: #ccc;
	box-shadow: 0 0 10px #ccc;
	z-index: 10;
}
.swiper-slide-thumb-active h5{
	color: #003893;
	font-size: 26px;
	font-weight: 600;
	padding-top: 10px;
}
.swiper-slide-thumb-active h5::after{
	top: 174%;
}
.swiper-slide-thumb-active h5 span::after{
	width: 45px;
	height: 45px;
	top: 115%;
	left: 40%;
	box-shadow: none;
	border-radius: 0;
	background: url(../images/active.png) no-repeat center center;
	background-size: 100%;
}
.develop-swiper{
	padding: 30px 0;
}
.develop-swiper h3{
	color: #003893;
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0;
}
.overview{
	display: flex;
	flex-direction: column;
	padding-left: 45%;
}
@media (max-width:992px) {
	.develop-thumbs h5{
		font-size: 18px;
	}
	.swiper-slide-thumb-active h5{
		font-size: 20px;
	}
	.develop-swiper h3{
		font-size: 24px;
	}
	.overview{
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}
	.swiper-slide-thumb-active h5::after{
		top: 205%;
	}
	.swiper-slide-thumb-active h5 span::after{
		top: 135%;
		left: 43%;
	}
}
@media (max-width:768px) {
	.develop-thumbs h5 span::after{
		left: 45%;
	}
	.swiper-slide-thumb-active h5{
		padding-top: 15px;
	}
	.swiper-slide-thumb-active h5::after{
		top: 178%;
	}
	.swiper-slide-thumb-active h5 span::after{
		width: 35px;
		height: 35px;
		left: 30%;
		background-size: 100%;
	}
}
.map img{
	max-width: none;
	width: auto !important;
}