@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: var(--white);
	/*font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;*/
	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%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/
.main1500{width:1500px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.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;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img>img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.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%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}
@media(max-width: 640px){
section.page1{position: relative;height: auto;}
section.page2 {position: relative;top: 0;}
}

/* q_scroll start! */
@keyframes downico {
  0% {margin-top: 0;opacity: 1;}
  35% {margin-top: 40px;opacity: 0;}
  65% {margin-top: -40px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.q_scroll{width:23px;height:47px;margin-left: -11px;position: absolute;left:50%;bottom:40px;z-index: 3;cursor: pointer;}
.q_scroll img{animation: downico 1.5s ease-out infinite;}
@media(max-width: 640px){
  .q_scroll{display: none;}
}
/* q_scroll end! */

/* q_header start! */
.q_header{width:100%;margin:0 auto;position: fixed;left:0;top:0;z-index: 99;padding:0 70px;transition: all .3s;}
.header_main{width:100%;margin:0 auto;position: relative;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_logo{width:260px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:20px 0;}
.q_logo>h1>a>img{height: 60px;}

.q_header img.default{display: inline-block;}
.q_header img.on{display: none;}

.q_nav{width:calc(100% - 330px);float:left;text-align: right;}
.nav_ul{width:100%;margin:0 auto;font-size: 0;}
.nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li{display: inline-block;padding:0 25px;position: relative;}
.nav_ul>li:before{content:'';width:1px;height:16%;background-color: var(--white);position: absolute;left:0;top:40%;}
.nav_ul>li:nth-of-type(1):before{width:0;height:0;top:0;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:22px 0 28px;position: relative;}
.nav_ul>li>a>span{display: block;width:100%;font-size: 18px;color:var(--white);line-height: 50px;height:50px;text-transform: capitalize;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom:20px;content: "";width: 0;height: 3px;background-color:var(--red);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;
}
.nav_ul>li.on>a:after,.nav_ul>li:hover>a:after{width:60%;transform: translateX(-50%);}

/* q_nav_son */
.q_nav_son{width:140%;position: absolute;top:100%;left:-20%;padding:20px 0;
	z-index: 10;background-color:var(--white);display: none;box-shadow: 0 0 1px #ccc;
}
.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: 13px;text-align: center;line-height: 33px;color:var(--dark555);
	text-transform: capitalize;
}
.q_nav_son>li:hover{background-color:var(--blue);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_lang{width:70px;float:right;padding:29px 0 31px;font-size: 0;text-align: right;}
.q_lang:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_lang>*{display: inline-block;position: relative;vertical-align: middle;}
.q_search{width:40px;}
.q_search>a{outline: none;display: block;width:100%;}
.q_search>a>img{height:40px;}


.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header.q_header_fixed img.default{display:none;}
.q_header.q_header_fixed img.on{display:inline-block;}
.q_header.q_header_fixed .nav_ul>li:before{background-color: var(--dark555);}
.q_header.q_header_fixed .nav_ul>li>a>span{color:var(--dark222);}

.q_header:hover{background-color: var(--white);box-shadow: 0 0 1px #809cbb;}
.q_header:hover img.default{display:none;}
.q_header:hover img.on{display:inline-block;}
.q_header:hover .nav_ul>li:before{background-color: var(--dark555);}
.q_header:hover .nav_ul>li>a>span{color:var(--dark222);}

.nav_ul>li:last-child>a>span{font-weight:700;}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;position: relative;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-wrapper{height:100%;}
.q_banner .swiper_banner .swiper-slide{height:100%;}

.banner_slide{width:100%;height:100%;position: relative;}
.banner_slide>.img{width:100%;height:100%;transition: 1s 2.5s;transform: perspective(1000px) translate3d(0, 0, 100px);}
.swiper-slide-active .banner_slide>.img{transition: 4s 0s;transform: perspective(1000px) translate3d(0, 0, 0px);}
.banner_mask{width:100%;position: absolute;left:0;top:35%;}

.banner_main{width:100%;margin:0 auto;color:var(--white);text-align: center;}


.banner_h{width:100%;margin:0 auto;color:var(--white);text-shadow:0 0 1px var(--dark555);}
.banner_h .small{line-height: 50px;font-size: 0;}
.banner_h .small>*{display: inline-block;line-height: 50px;height:50px;font-size:50px;vertical-align: middle;font-weight: 100;}
.banner_h .small>img{margin:0 15px;}
.banner_h .big{margin:15px auto 0;font-size:70px;line-height: 1.3;text-transform: uppercase;font-weight: 700;letter-spacing: 5px;}

.banner_button{width:50px;height:50px;line-height: 47px;font-size: 22px;border:1px solid var(--white);border-radius: 50%;z-index: 9;
	display: inline-block;text-align: center;color:var(--white);cursor: pointer;position: absolute;left:70px;top:50%;transform: translateY(-50%);
}
.banner_button.banner_button_right{left:auto;right:70px;}

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

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.section_title{width:100%;margin:0 auto 40px;position: relative;}
.section_title .en{font-size: 120px;line-height: 120px;font-weight: 100;display: inline-block;text-transform: uppercase;
	background-image:linear-gradient(180deg, rgba(0,67,181,0.25) 0%, rgba(0,67,181,0) 90%);
	-webkit-background-clip: text;color:transparent;
}
.section_title .cn{width:100%;font-size: 48px;color:var(--blue);line-height:50px;font-weight: 100;
	position: absolute;left:0;bottom:-30px;
}
.section_more{width:150px;display: inline-block;}
.section_more a{outline: none;display: block;width:100%;}
.section_more a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_more a img{width:40px;height:30px;float:left;}
.section_more a span{display: block;width:calc(100% - 55px);float:right;font-size: 18px;color:var(--dark555);line-height: 30px;height:30px;}
.section_more a:hover span{color:var(--red);}

/* q_section end! */

/* q_about start! */
.q_about{background:url('../images/q_about_bg.jpg') no-repeat center bottom;background-size: cover;padding:80px 0 560px;}
.about_title{text-align: center;}


.about_more{text-align: center;margin:65px auto 0;}
.about_more .section_more a span{text-align: left;}
/* q_about end! */

/* about_number start! */
.about_number{margin:80px auto 0;}
.about_number_main{width:100%;margin:0 auto;padding:0 8%;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:25%;float:left;text-align: center;position: relative;}
.about_number_item:before{content:'';width:3px;height:40%;background-color: var(--red);position: absolute;left:-1px;top:30%;}
.about_number_item:nth-of-type(1):before{width:0;height:0;top:0;}

.about_number_top{margin:10px auto 0;}
.about_number_nums{display: inline-block;font-size: 0;position:relative;}
.about_number_nums .num{font-size: 75px;line-height: 80px;font-weight: 700;
	display: inline-block;font-family: AlternateGothicNoBTRegular;color:var(--blue);
}
.about_number_nums .sut{font-size: 22px;line-height: 30px;left:calc(100% + 15px);width:50px;
	display: inline-block;font-weight: normal;position: absolute;top:0;color:var(--red);text-align: left;
}
.about_number_nums .sub{font-size: 17px;line-height: 25px;left:calc(100% + 15px);width:50px;
	display: inline-block;font-weight: normal;position: absolute;bottom:15px;color:var(--blue);text-align: left;
}

.about_number_txt{margin:10px auto 0;color:var(--blue);}
.about_number_txt .cn{font-size: 20px;line-height: 1.5;}

/* about_number end! */


/* q_product start! */
.q_product{border-top:1px solid var(--darkbbb);}

.product_title{width:100%;position:absolute;left:0;top:100px;z-index: 2;}
.product_title .section_title .en{background-image:linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 90%);}
.product_title .section_title .cn{color:var(--white);}


.tab.product_tab{width:100%;margin:0 auto;position:relative;}
.tab.product_tab .product_tab_head{width:100%;margin:0 auto;position: absolute;left:0;top:120px;z-index: 3;}
.tab.product_tab .product_tab_nav{width:100%;margin:0 auto;text-align: right;font-size: 0;}
.tab.product_tab .product_tab_nav li{margin-left:35px;border:2px solid var(--white);border-radius: 5px;min-width:200px;
	display: inline-block;background:none;
}
.tab.product_tab .product_tab_nav li a{padding:10px 10px;font-size: 18px;line-height: 25px;font-weight: 700;letter-spacing: 2px;
	outline: none;display: block;width:100%;color:var(--white);border:0;border-radius: 0;text-align: center;cursor: pointer;
}
.tab.product_tab .product_tab_nav li.active{background-color: var(--white);}
.tab.product_tab .product_tab_nav li.active a{color: var(--blue);}

.tab.product_tab .product_tab_body{width:100%;margin:0 auto;padding:0;border:0;}
.product_main{width:100%;margin:0 auto;position: relative;}
.product_main>.img{padding:64% 0 0;}
.product_top{width:100%;margin:0 auto;position:absolute;left:0;top:250px;}
.product_top_main{width:100%;margin:0 auto;text-align: center;}

.product_ul{width:1200px;height:500px;position: absolute;left:50%;transform: translateX(-50%);top:45%;/*background-color:rgba(0,0,0,.3);*/}
.product_ul_main{width:100%;margin:0 auto;position: relative;height:100%;}
.product_li{display: inline-block;position: absolute;}
.product_li:nth-of-type(1){left:5%;top:-5%;}
.product_li:nth-of-type(2){right:-5%;top:-5%;}
.product_li:nth-of-type(3){left:-5%;top:40%;}
.product_li_icon{width:100%;cursor: pointer;}
.product_li_icon img{height:83px;}
.product_li_img{display: none;}
.product_li:nth-of-type(1).product_li2{left:5%;top:20%;}

.product_ul_img{width:100%;height:100%;position:fixed;left:0;top:0;z-index: 10000000;background-color: rgba(0,0,0,.7);display: none;}
.product_ul_img_out{width:100%;height:100%;position: relative;}
.product_ul_img_in{width:80%;height:80%;position: absolute;left:10%;top:10%;}
.product_ul_img .img{width:100%;height:100%;position: relative;}
.product_ul_img .img img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.product_ul_img_close{width:36px;height:36px;font-size: 18px;position: absolute;top:20px;right:10%;z-index: 3;cursor: pointer;
	text-align: center;line-height: 36px;background-color: var(--red);color:var(--white);border-radius: 50%;
}

.product_more{width:100%;position:absolute;left:0;bottom:60px;z-index: 2;text-align: right;}
.product_more .section_more a img{float:right;}
.product_more .section_more a span{float:left;text-align: right;color:var(--white);}

.product_top_main,.product_li>*{animation-duration: 1.5s;animation-delay: 1s;animation-fill-mode: both;}
.active .product_top_main{animation-name: lv-fadeInDown;animation-delay: .2s;}
.active .product_li>.product_li_icon{animation-name: lv-fadeInUp;animation-delay: .2s;}
.active .product_li:nth-of-type(2)>.product_li_icon{animation-name: lv-fadeInUp;animation-delay: .3s;}
.active .product_li:nth-of-type(3)>.product_li_icon{animation-name: lv-fadeInUp;animation-delay: .4s;}
/* q_product end! */

/* q_sort start! */
.q_sort{padding:120px 0 80px;}
.sort_list{width:100%;margin:0 auto;}
.sort_item{width:32%;float:left;margin:0 2% 25px 0;border-radius: 20px;overflow: hidden;position: relative;}
.sort_item:nth-of-type(3n){margin:0 0 25px 0;}
.sort_item .img{padding:54.25% 0 0;}
.sort_item: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);
}
.sort_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;padding:50px 50px 20px;}
.sort_item_main{width:100%;margin:0 auto;}
.sort_item_h a{outline: none;display: block;width:100%;font-size:20px;color:var(--white);font-weight: 700;line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;letter-spacing: 2px;
}
.sort_item_h a:hover{color:var(--red);}
.sort_item_p{width:70%;margin:10px 0 0;font-size:14px;color:var(--white);line-height: 25px;height:75px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.sort_item_p p{width:100%;margin:0 auto;font-size:14px;color:var(--white);line-height: 25px;}
.sort_item_more{margin:20px auto 0;}
.sort_item_more a{outline: none;display: inline-block;}
.sort_item_more a img{height:24px;}

/* q_sort end! */

/* q_service start! */
.q_service{background:url('../images/q_service_bg.jpg') no-repeat center bottom;background-size: cover;padding:120px 0 120px;}
.service_main_block{width:56%;}
.q_service .section_title .cn{font-weight: 400;}
.service_main{margin:10px auto 0;}
.service_h{width:100%;margin:0 auto;font-size: 48px;color:var(--blue);line-height:60px;font-weight: 100;}
.service_h p{width:100%;margin:0 auto;font-size: 48px;color:var(--blue);line-height:60px;font-weight: 100;}
.service_p{width:86%;margin:20px 0 0;font-size: 18px;color:var(--blue);line-height: 2;}
.service_p p{width:100%;margin:0 auto;font-size: 18px;color:var(--blue);line-height: 2;}
.service_ul{width:100%;margin:30px auto 0;}
.service_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.service_ul li{width:24.1%;float:left;margin:0 1.2% 15px 0;}
.service_ul li:nth-of-type(4n){margin:0 0 15px 0;}
.service_ul li .img{padding:50% 0 0;background-color: var(--white);position:relative;}
.service_ul li .img img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.service_more{margin:30px auto 0;}
/* q_service end! */

/* q_case start! */
.case_swiper{width:100%;position: relative;z-index: 1;}
.case_title{width:100%;position:absolute;left:0;top:120px;z-index: 2;}
.case_title .section_title .en{background-image:linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 90%);}
.case_title .section_title .cn{color:var(--white);}

.case_main{width:100%;margin:0 auto;position: relative;}
.case_slide{width:100%;margin:0 auto;position: relative;}
.case_slide .img{padding:47.35% 0 0;}
.case_slide_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.case_slide_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%);
}
.case_slide_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.case_slide_h{font-size: 36px;line-height: 1.5;font-weight: 700;}
.case_slide_p{margin:5px auto 0;font-size:30px;line-height: 1.5;font-weight: 100;}
.case_slide_p p{font-size:30px;line-height: 1.5;font-weight: 100;}
.case_slide_p p span,.case_slide_p p strong{font-weight:700;}


.case_paginations{width:620px;height:620px;
	position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 3;
}
.case_pagination{width:100%;height:100%;border:1px solid var(--white);border-radius: 50%;padding:5px;}
.case_pagination_main{width:100%;height:100%;border:1px solid rgba(255,255,255,.3);border-radius: 50%;position: relative;bottom:0;}


.case_li{width:150px;text-align: center;color:var(--white);position: absolute;cursor: pointer;}
.case_li_icon{width:64px;height:64px;border:1px solid var(--white);border-radius: 50%;padding:5px;margin:0 auto;}
.case_li_icon_in{width:100%;height:100%;border-radius: 50%;padding:5px;background-color: var(--dark9a9a9a);}
.case_li_icon_in img{width:100%;height:100%;}
.case_li_h{margin:10px auto 0;font-size: 25px;line-height: 1.2;font-weight: 700;opacity: 0;transition: all 0.2s;}
.case_li.case_li_on .case_li_icon_in{background-color: var(--blue);}
.case_li.case_li_on .case_li_h{opacity: 1;}


.case_li:nth-of-type(1){left:50%;transform: translateX(-50%);top:-5.5%;}
.case_li:nth-of-type(4){left:50%;transform: translateX(-50%);bottom:-13.5%;}

.case_li:nth-of-type(2){left:83%;top:20%;}
.case_li:nth-of-type(3){left:83%;bottom:15%;}

.case_li:nth-of-type(5){left:-7%;bottom:15%;}
.case_li:nth-of-type(6){left:-7%;top:20%;}


.case_btns{width:200px;text-align: center;position: absolute;left:50%;transform: translateX(-50%);bottom:28%;z-index: 5;}
.case_btns_main{width:100%;margin:0 auto;font-size: 0;}
.case_btn{display: inline-block;width:50px;height:50px;background-color: var(--white);border-radius: 50%;margin:0 10px;padding:2px;cursor: pointer;}
.case_btn_in{width:100%;height:100%;border:1px solid var(--blue);border-radius: 50%;}
.case_btn_in i{display: block;width:100%;height:100%;line-height:40px;color:var(--blue);font-size: 22px;}
.case_btn.case_btn_right{background-color: var(--blue);}
.case_btn.case_btn_right .case_btn_in{border:1px solid var(--white);}
.case_btn.case_btn_right .case_btn_in i{color:var(--white);}

.case_more{width:100%;position:absolute;left:0;bottom:120px;z-index: 2;text-align: right;}
.case_more .section_more a img{float:right;}
.case_more .section_more a span{float:left;text-align: right;color:var(--white);}


.case_slide_main>*,.case_li_h{animation-duration: 1.5s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .case_slide_main>.case_slide_h{animation-name: lv-fadeInDown;animation-delay: .2s;}
.swiper-slide-active .case_slide_main>.case_slide_p{animation-name: lv-fadeInUp;animation-delay: .2s;}
.case_li_on .case_li_h{animation-name: lv-fadeInUp-short;animation-delay: .1s;}
/* q_case end! */

/* q_news start! */
.q_news{padding:120px 0 100px;}
.news_main{width:100%;margin:80px auto 0;}
.tab.news_tab{width:100%;margin:0 auto;position: relative;}
.tab.news_tab .news_tab_head{width:100%;position: absolute;right:0;top:-96px;}
.tab.news_tab .news_tab_nav{width:100%;text-align: right;font-size: 0;}
.tab.news_tab .news_tab_nav li{display: inline-block;margin-left: 20px;border:1px solid var(--dark9a9a9a);border-radius: 6px;padding:4px 0;}
.tab.news_tab .news_tab_nav li a{font-size: 18px;line-height: 35px;height:35px;padding:0 25px;cursor: pointer;
	outline: none;display: block;width:100%;border:0;border-radius: 0;color:var(--dark555);
}
.tab.news_tab .news_tab_nav li a i{margin-left: 8px;}
.tab.news_tab .news_tab_nav li.active{background-color:var(--blue);border:1px solid var(--blue);}
.tab.news_tab .news_tab_nav li.active a{color:var(--white);}

.tab.news_tab .news_tab_nav li:hover{background-color:var(--blue);border:1px solid var(--blue);}
.tab.news_tab .news_tab_nav li:hover a{color:var(--white);}

.tab.news_tab .news_tab_body{width:100%;margin:0 auto;padding:0;border:0;}
.news_list{width:100%;margin:0 auto;}
.news_item{width:32.8%;float:left;margin:0 0.8% 0 0;background-color: var(--darkf3f3f3);padding:35px 25px;}
.news_item:nth-of-type(3n){margin:0 0 0 0;}
.news_item_main{width:100%;margin:0 auto;}
.news_item_h a{outline: none;display: block;width: 100%;font-size:18px;color:var(--dark222);line-height: 25px;height:25px;font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_h a:hover{color:var(--blue);}
.news_item_date{margin:5px auto 15px;font-size:15px;color:var(--dark878787);line-height: 22px;}
.news_item_img{width:100%;overflow: hidden;}
.news_item_img .img{padding:57.5% 0 0;}
.news_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);
}
.news_item_p{margin:20px auto 0;font-size: 15px;color:var(--dark878787);line-height: 23px;height:46px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark878787);line-height: 25px;}
.news_item_more{margin:35px auto 0;}
.news_item_more a{display: inline-block;}
.news_item_more a img{height:30px;}


.tab.news_tab .news_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.news_tab .news_tab_body .tab-panel.active{animation-name: lv-fadeInUp;animation-delay: .2s;}
/* q_news end! */

/* q_message start! */
.q_message{background:url('../images/q_message_bg.jpg') no-repeat center center;background-size: cover;padding:60px 0 100px;}
.section_main_message{width:43%;}
.message_title{text-align: center;}
.message_title .section_title .en{background-image:linear-gradient(180deg, rgba(0,67,181,0.3) 0%, rgba(0,67,181,0) 90%);}
.message_title .section_title .cn{color:var(--white);}

.message_p{width:100%;margin:0 auto;font-size:15px;color:var(--white);line-height: 1.5;text-align: center;}
.message_p p{width:100%;margin:0 auto;font-size:15px;color:var(--white);line-height: 1.5;text-align: center;}

.message_form{display: block;width:100%;margin:40px auto 0;}
.message_div{width:100%;margin:20px auto 0;}
.message_div:nth-of-type(1){margin:0 auto;}
.message_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.message_div_main{width:100%;margin:0 auto;border:1px solid var(--darkbbb);}
.message_div_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.message_icon{width:61px;height:52px;float:left;}
.message_input{width:calc(100% - 61px);float:right;}
.form_input{display: block;width:100%;border:0;padding:10px 20px;font-size: 17px;line-height: 32px;color:var(--blue);font-weight: 100;}

.message_div_l{width:54%;float:left;}
.form_select{display: block;width:100%;border:0;padding:15px 20px;font-size: 17px;line-height: 32px;color:var(--blue);font-weight: 100;}
.message_div_r{width:44%;float:right;}
.form_btn{padding:10px 10px;text-align: center;font-size: 17px;line-height: 32px;border-radius: 5px;transition: all .3s;
	width:100%;margin:0 auto;border:0;background-color: var(--red);color:var(--white);
}
.form_btn:hover{background-color: var(--blue);}

/* q_message end! */

/* q_footer start! */
.q_footer{background:url('../images/q_footer_bg.jpg') no-repeat center bottom;background-size: cover;padding:10px 70px;}
.footer_main{width:100%;margin:0 auto;color:var(--white);}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_t{padding:100px 0 150px;}
.footer_t_l{width:25%;float:left;text-align: center;}
.footer_logo img{height:125px;}
.footer_code{margin:50px auto 0;}
.footer_code_img img{height:84px;}
.footer_code_h{margin:15px auto 0;font-size: 16px;line-height: 1.5;}

.footer_t_c{width:calc(70% - 360px);float:left;margin-left: 2%;}
.footer_list{width:100%;margin:0 auto;}
.footer_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item{width:20%;float:left;}
.footer_item_h a{font-size: 20px;line-height: 30px;
	outline: none;display: block;width:100%;color:var(--white);font-weight: 700;
}
.footer_item_body{width:100%;margin:10px auto 0;}
.footer_ul{width:100%;margin:0 auto;}
.footer_ul>li{width:100%;margin:5px auto 0;}
.footer_ul>li:nth-of-type(1){margin:0 auto;}
.footer_ul>li>a{font-size: 17px;line-height: 1.8;font-weight: 100;
	outline: none;display: block;width:100%;color:var(--white);
}
.footer_ul>li>a:hover{color:var(--red);}


.footer_t_r{width:360px;float:right;}
.footer_ol{width:100%;margin:0 auto;}
.footer_ol>li{width:100%;margin:30px auto 0;}
.footer_ol>li:nth-of-type(1){margin:0 auto;}
.footer_ol>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_ol_icon{width:45px;float:left;}
.footer_ol_txt{width:calc(100% - 65px);float:right;}
.footer_ol_h{font-size: 17px;line-height: 24px;font-weight: 700;}
.footer_ol_p{margin:2px auto 0;font-size: 13px;line-height: 20px;text-transform:uppercase;}
.footer_ol_h span{font-size: 22px;font-weight: 700;}

.footer_ol_div{width:100%;margin:15px auto 0;}
.footer_ol_div:nth-of-type(1){margin:0 auto;}


.footer_b{border-top:1px solid #94a8ca;padding:30px 0}
.footer_b_l{width:70%;float:left;}
.footer_b span,.footer_b a{margin:0 3px;line-height: 32px;font-size: 17px;color:var(--white);outline: none;}
.footer_b a:hover{color:var(--red);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;height:32px;margin-right: 6px;}
.footer_b_r{width:25%;float:right;text-align: right;}
.footer_icon_ul{width:100%;margin:0 auto;font-size: 0;}
.footer_icon_ul>li{display: inline-block;line-height: 32px;height:32px;margin-left: 20px;position: relative;}
.footer_icon_ul>li>a{outline: none;display: block;width:100%;height:100%;margin:0 auto;}
.footer_icon_ul>li>a>img{height:100%;}
.footer_icon_main{width:120px;position: absolute;left:-44px;bottom:45px;display: none;z-index:10000000;}
/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner img{width:100%;}
.nbanner_slide{width:100%;position:relative;}
.nbanner_video{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;}
.nbanner_video video{display:block;width:100%;height:100%;object-fit: fill;}
.nbanner_btn{width:56px;height:56px;position:absolute;top:50%;transform:translateY(-50%);z-index:3;cursor:pointer;}
.nbanner_btn.nbanner_btn_left{left:70px;}
.nbanner_btn.nbanner_btn_right{right:70px;}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;position: relative;border-bottom:2px solid var(--darkd9dbe0);z-index: 2;}
.nnav_main{width:100%;margin:0 auto;}
.nnav_ul{width:100%;margin:0 auto;font-size: 0;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{display: inline-block;}
.nnav_ul>li>a{outline: none;display: block;width:100%;padding:22px 15px;font-size: 0;position: relative;}
.nnav_ul>li>a:after{position: absolute;left: 50%;bottom:-2px;content: "";width: 0;height: 2px;background-color:var(--rednnav);border-radius: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nnav_ul>li.on>a:after,.nnav_ul>li:hover>a:after{width:100%;transform: translateX(-50%);}

.nnav_ul>li>a>*{display: inline-block;font-size: 19px;color:var(--bluennav);line-height: 36px;height:36px;vertical-align: middle;}
.nnav_ul>li>a>img.default{display: inline-block;}
.nnav_ul>li>a>img.on{display: none;}
.nnav_ul>li>a>span{margin-left: 10px;}

.nnav_ul>li.on>a>*,.nnav_ul>li:hover>a>*{color:var(--rednnav);}
.nnav_ul>li.on>a>img.default,.nnav_ul>li:hover>a>img.default{display: none;}
.nnav_ul>li.on>a>img.on,.nnav_ul>li:hover>a>img.on{display: inline-block;}
/* nnav end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;position: relative;min-height: 500px;}
/* nmain end! */

/* nabout start! */
.nnav_about .nnav_ul>li{width:20%;}
.nnav_about .nnav_ul>li>a{display: inline-block;width:auto;}
.nabout_div{width:100%;margin:0 auto;/*min-height: 240px;*/}


.ncompany{background:url('../images/ncompany_bg.jpg') no-repeat center bottom;background-size: cover;padding:70px 0 145px;}
.ncompany_title{text-align: center;}
.ncompany_main{width:90%;margin:0 auto;padding:60px 0 0;}
.ncompany_p{text-align:center;font-size: 17px;color:var(--blue);font-weight: 100;line-height: 1.6;}
.ncompany_p p{width:100%;margin:30px auto 0;font-size: 17px;color:var(--blue);font-weight: 100;line-height: 1.6;}
.ncompany_p p:nth-of-type(1){margin:0 auto;}

.ncompany_number{width: 100%;margin:85px auto 0;}
.ncompany_number_main{width:100%;margin:0 auto;}
.ncompany_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncompany_number_item{width:20%;float:left;}
.ncompany_number_icon img{height:42px;}
.ncompany_number_item .about_number_nums .sut{color:var(--blue);}


.ninside{padding:85px 0 150px;}
.ninside_main{width:100%;margin:0 auto;padding:40px 0 0;}
.ninside_swiper{width:100%;margin:0 auto;position: relative;padding-left: 22%;}
.ninside_slide{width:100%;margin:0 auto;border-radius:8px;overflow: hidden;}
.ninside_slide .img{padding:67.2% 0 0;}
.ninside_slide: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);
}

.ninside_btns{width:20%;position: absolute;left:0;bottom:150px;z-index: 2;}
.ninside_btn{display: inline-block;width:56px;cursor: pointer;}
.ninside_btn img{width:100%;}
.ninside_btn.ninside_btn_right{margin-left: 20px;}

.ninside_more{width:20%;position: absolute;left:0;bottom:0;z-index: 2;}
.ninside_more .section_more a span{color:var(--blue);}


.nculture{background:url('../images/nculture_bg.jpg') no-repeat center bottom;background-size: cover;padding:100px 0 120px;}
.nculture_title{text-align: center;}
.nculture_title .section_title .en{background-image:linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 90%);}
.nculture_title .section_title .cn{color:var(--white);}
.nculture_main{width:100%;margin:0 auto;padding:80px 0 0;}

.nculture_list{width:100%;margin:0 auto;}
.nculture_item{width:18%;float:left;margin:0 2.5% 0 0;border:1px solid rgba(255,255,255,0);position: relative;transition: all .3s;
	background-color:rgba(255,255,255,.1);
}
.nculture_item:nth-of-type(5n){margin:0 0 0 0;}
.nculture_item .img{padding:200% 0 0;}

.nculture_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nculture_item_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%);
}
.nculture_item_main{width:100%;margin:0 auto;text-align: center;padding:0 30px;color:var(--white);}
.nculture_item_icon img{height:90px;}
.nculture_item_h{width:100%;margin:20px auto 0;}
.nculture_item_h .cn{font-size: 22px;line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nculture_item_h .en{margin:7px auto 0;font-size: 16px;text-transform:uppercase;font-weight: 100;line-height: 25px;height:25px;opacity: 0.6;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nculture_item_ps{width:100%;margin:40px auto 0;display: none;}
.nculture_item_p{width:100%;margin:0 auto;font-size: 17px;line-height: 33px;height:132px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
}
.nculture_item_p p{width:100%;margin:0 auto;font-size: 17px;line-height: 33px;}

.nculture_item:hover{background-color:rgba(7,53,132,.3);border:1px solid rgba(255,255,255,.5);}
.nculture_item:hover .nculture_item_ps{display: block;}


.nculture_item_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.nculture_item:hover .nculture_item_main>.nculture_item_icon{animation-name: lv-fadeInDown;animation-delay: .3s;}
.nculture_item:hover .nculture_item_main>.nculture_item_h{animation-name: lv-fadeInDown;animation-delay: .2s;}
.nculture_item:hover .nculture_item_main>.nculture_item_ps{animation-name: lv-fadeInUp;animation-delay: .2s;}


.nhonor{background:url('../images/nhonor_bg.jpg') no-repeat center center;background-size: cover;padding:120px 0 90px;}
.nhonor_title{text-align: center;}
.nhonor_main{width:100%;margin:0 auto;padding:60px 0 0;}
.nhonor_swiper{width:100%;margin:0 auto;position: relative;}
.nhonor_slide{width:100%;margin:0 auto;}
.nhonor_slide .img{padding:144.81% 0 0;}
.swiper_nhonor .swiper-slide:nth-of-type(2n) .nhonor_slide{margin:100px auto 0;}

.nhonor_btns{width:100%;margin:60px auto 0;}
.arrow_btns{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.arrow_btn{display: inline-block;margin:0 10px;width:56px;cursor: pointer;}
.arrow_btn img{width:100%;}


.npartner{background:url('../images/npartner_bg.jpg') no-repeat center bottom;background-size: cover;padding:120px 0 100px;}
.npartner_title{text-align: center;}
.npartner_main{width:100%;margin:0 auto;padding:60px 0 0;}
.npartner_list{width:100%;margin:0 auto;padding:0 7.3%;}
.npartner_item{width:23.5%;float:left;margin:0 2% 30px 0;}
.npartner_item:nth-of-type(4n){margin:0 0 30px 0;}
.npartner_item .img{padding:33.55% 0 0;}

/* nabout end! */

/* nproduct start! */
.nnav_special .nnav_ul>li{width:16.66%;}
.nnav_special .nnav_ul>li>a{display: inline-block;width:auto;}


.npCompany{padding:75px 0 50px;}
.npCompany_main{padding:30px 0 0;}
.npCompany_p{width:100%;margin:0 auto;font-size: 17px;color:var(--blue);line-height: 1.6;}
.npCompany_p p{width:100%;margin:20px auto 0;font-size: 17px;color:var(--blue);line-height: 1.6;}
.npCompany_p p:nth-of-type(1){margin:0 auto;}
.npCompany_img{width:100%;margin:65px auto 0;text-align: center;}


.npScope{background:url('../images/npScope_bg.jpg') no-repeat center top;background-size: cover;padding:100px 0 0;}
.npScope_title{text-align: center;}
.npScope_main{padding:50px 0 0;}
.npScope_list{width:100%;margin:0 auto;height:500px;}
.npScope_item{width:16.5%;float:left;margin:0 auto;height:100%;position: relative;transition: all .4s;}
.npScope_item .img{height:100%;}
.npScope_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;padding:0 30px;
	background-image:linear-gradient(0deg, rgba(7,53,132,1) 0%, rgba(7,53,132,0) 60%);
}
.npScope_item_mask_in{width:100%;height:100%;position: relative;}
.npScope_item_main{width:100%;text-align: center;position: absolute;left:0;bottom:10%;color:var(--white);}
.npScope_item_num{font-size: 45px;line-height: 1.2;font-family:Arial;}
.npScope_item_h{width:100%;margin:15px auto 0;}
.npScope_item_h a{outline: none;display: block;width:100%;font-size: 35px;line-height: 1.2;color:var(--white);}


.npScope_item.on{width:34%;}

.npFeature{background-color:var(--darkf7f9f7);padding:100px 0 0;}
.npFeature_title{text-align: center;}
.npFeature_main{padding:50px 0 0;}
.npFeature_list{width:100%;margin:0 auto;}
.npFeature_item{width:20%;float:left;
	background-repeat: no-repeat;background-position: center center;background-size: cover;
}
.npFeature_item_main{width:100%;background-color: rgba(23,46,88,0.85);padding:90px 30px;text-align: center;color:var(--white);}
.npFeature_item_num{font-size: 35px;line-height: 1.2;font-family:Arial;}
.npFeature_item_line{width:1px;height:50px;background-color: var(--white);margin:30px auto;}
.npFeature_item_p{font-size:32px;line-height: 50px;height:100px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.npFeature_item_p p{width:100%;margin:0 auto;font-size:32px;line-height: 50px;}

.npFeature_item_more{width:100%;margin:40px auto 0;}
.npFeature_item_more a{outline: none;display: block;width:100%;color:var(--white);font-size: 0;}
.npFeature_item_more a>*{display: inline-block;vertical-align: middle;font-size: 14px;font-weight: 100;line-height: 20px;height:20px;margin:0 5px;}


.npDetail{background:url('../images/npDetail_bg.jpg') no-repeat center bottom;background-size: cover;padding:80px 0 60px;}
.npDetail_title{text-align: center;}
.npDetail_main{width:100%;margin:0 auto;padding:50px 0 0;}
.tab.npDetail_tab{width:100%;margin:0 auto;}
.tab.npDetail_tab .npDetail_tab_head{width:100%;margin:0 auto;}
.tab.npDetail_tab .npDetail_tab_nav{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.tab.npDetail_tab .npDetail_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.npDetail_tab .npDetail_tab_nav li{display: inline-block;margin:0 30px;border:2px solid var(--blue);border-radius: 5px;background:none;}
.tab.npDetail_tab .npDetail_tab_nav li a{font-size: 18px;color:var(--blue);line-height: 25px;font-weight: 700;cursor: pointer;
	outline: none;display: block;width:100%;margin:0 auto;border:0;padding:10px 50px;
}
.tab.npDetail_tab .npDetail_tab_nav li.active{background-color: var(--blue);}
.tab.npDetail_tab .npDetail_tab_nav li.active a{color: var(--white);}

.npDetail_body_p{width:100%;margin:40px auto 0;text-align: center;font-size: 20px;line-height: 2;color:var(--blue);font-weight: 100;}
.npDetail_body_p p{width:100%;margin:0 auto;font-size: 20px;line-height: 2;color:var(--blue);font-weight: 100;}
.tab.npDetail_tab .npDetail_tab_body{width:100%;margin:50px auto 0;border:0;padding:0 15%;}
.npDetail_body_img{width:100%;margin:0 auto;}

.npDetail_body{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.active .npDetail_body{animation-name: lv-fadeInUp;animation-delay: .2s;}


.npEquipment{background:url('../images/npEquipment_bg.jpg') no-repeat center bottom;background-size: cover;padding:80px 0 60px;}
.npEquipment_title{text-align: center;}
.npEquipment_main{width:100%;margin:0 auto;padding:60px 0 0;}
.npEquipment_list{width:100%;margin:0 auto;}
.npEquipment_item{width:23.5%;float:left;margin:0 2% 30px 0;border-radius: 8px;overflow: hidden;position:relative;}
.npEquipment_item:nth-of-type(4n){margin:0 0 30px 0;}
.npEquipment_item .img{padding:134.92% 0 0;}
.npEquipment_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;padding:30px 30px;background-color: rgba(0,0,0,.2);}
.npEquipment_item_main{width:100%;margin:0 auto;color:var(--white);}
.npEquipment_item_h{font-size: 28px;line-height: 1.2;}
.npEquipment_item_line{width:100%;margin:20px auto 15px;border-top:1px solid rgba(255,255,255,.3);}
.npEquipment_item_p{width:100%;margin:0 auto;font-size: 14px;line-height: 2;font-weight: 100;color:var(--white);opacity: 0.9;}
.npEquipment_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 2;font-weight: 100;}


.npCase{background:url('../images/npCase_bg.jpg') no-repeat center bottom;background-size: cover;padding:100px 0 80px;}
.npCase_title{text-align: center;}
.npCase_main{width:100%;margin:0 auto;padding:60px 0 0;}
.npCase_slide{width:100%;background-color: var(--darkf3f3f3);padding:25px 20px 25px;border-radius: 8px;}
.npCase_slide_main{width:100%;margin:0 auto;}
.npCase_slide_h a{outline: none;display:block;width:100%;font-size: 20px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.npCase_slide_h a:hover{color:var(--red);}
.npCase_slide_img{width:100%;margin:15px auto 0;overflow: hidden;}
.npCase_slide_img .img{padding:54% 0 0;}
.npCase_slide_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);
}
.npCase_slide_txt{width:100%;margin:15px auto 0;}
.npCase_slide_p{width:100%;margin: 0 auto;}
.npCase_slide_p p{width:100%;margin: 0 auto;font-size: 14px;color:var(--dark878787);font-weight: 100;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.npCase_slide_more{width:100%;margin:0 auto;}
.npCase_slide_more a{outline: none;display: block;width:100%;font-size: 0;text-align: right;}
.npCase_slide_more a>*{line-height: 20px;height:20px;font-size: 14px;
	display: inline-block;vertical-align: middle;color:var(--dark878787);font-weight: 100;
}
.npCase_slide_more:hover a>*{color:var(--red);}
.npCase_slide_more a>img{margin-left: 12px;}

.npCase_btns{width:100%;margin:60px auto 0;}


.npCompany.npCompany2{background:url('../images/npCompany2_bg.jpg') no-repeat center bottom;background-size: cover;}

/* nproduct end! */

/* ncase start! */
.nnav_case .nnav_ul{text-align: center;}
.nnav_case .nnav_ul>li{width:33%;display: inline-block;}
.nnav_case .nnav_ul>li>a{display: inline-block;width:auto;}

.nnav_case_list .nnav_ul{text-align: center;}
.nnav_case_list .nnav_ul>li{width:16.66%;display: inline-block;}
.nnav_case_list .nnav_ul>li>a{display: inline-block;width:auto;}

.ncase_div_main{width:100%;margin:0 auto;}

.ncore{background:url('../images/ncore_bg.jpg') no-repeat center bottom;background-size: cover;padding:90px 0 50px;}
.ncore_title{text-align: center;}
.ncore_main{width:100%;margin:0 auto;padding:60px 0 0;}
.ncore_list{width:100%;margin:0 auto;}
.ncore_item{width:45%;float:left;margin:0 10% 40px 0;}
.ncore_item:nth-of-type(2n){margin:0 0 40px 0;}
.ncore_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncore_item_icon{width:100px;height:88px;float:left;text-align: center;line-height: 88px;font-size: 32px;color:var(--blue);font-family: Arial;
	background:url('../images/ncore_item_icon.png') no-repeat center center;background-size: cover;
}
.ncore_item_txt{width:calc(100% - 125px);float:right;}
.ncore_item_h{font-size: 24px;color:var(--blue);line-height: 1.5;font-weight: 700;}
.ncore_item_line{width: 100%;margin:5px auto 10px;border-top:1px solid #9aa5bc;}
.ncore_item_p{font-size:17px;color:var(--blue);font-weight: 100;line-height: 30px;height:90px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;
}
.ncore_item_p p{width:100%;margin:0 auto;font-size:17px;color:var(--blue);font-weight: 100;line-height: 30px;}

.nproject{background:url('../images/nproject_bg.jpg') no-repeat center center;background-size: cover;padding:80px 0 50px;}
.nproject_title{text-align: center;}
.nproject_main{width:100%;margin:0 auto;padding:50px 0 0;}
.nproject_nav{width:100%;margin:0 auto;}
.nproject_ul{width:100%;margin:0 auto;text-align: center;font-size: 0;}
.nproject_ul li{display: inline-block;margin:0 20px;}
.nproject_ul li a{padding:7px 30px;font-size: 20px;color:var(--blue);line-height: 30px;border-radius: 5px;
	outline: none;display: block;width:100%;border:2px solid var(--blue);
}
.nproject_ul li.on a,.nproject_ul li:hover a{background-color: var(--blue);color:var(--white);}


.nproject_list{width:100%;margin:60px auto 0;}
.nproject_item{width:49%;float:left;margin:0 2% 30px 0;position: relative;background-color: var(--white);}
.nproject_item:nth-of-type(2n){margin:0 0 30px 0;}
.nproject_item_img{width:100%;margin:0 auto;position: relative;}
.nproject_item_img .img{padding:50% 0 0;}
a.nproject_item_mask{outline: none;display: block;color:var(--white);}
.nproject_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color:rgba(7,53,132,.88);opacity: 0;transition: all .3s;}
.nproject_item_mask_in{width:100%;margin:0 auto;padding:10% 8%;}
.nproject_item_mask_p{width:100%;margin:0 auto;font-size: 22px;line-height:1.6;}
.nproject_item_mask_p p{width:100%;margin:0 auto;font-size: 22px;line-height:1.6;}

.nproject_item_img:hover .nproject_item_mask{opacity: 1;}
.nproject_item_txt{width:100%;margin:0 auto;padding:30px 25px;}

.nproject_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nproject_item_h a:hover{color:var(--red);}
.nproject_item_p{width:100%;margin: 15px auto 0;}
.nproject_item_p p{width:100%;margin: 0 auto;font-size: 16px;color:var(--dark878787);font-weight: 100;line-height: 28px;height:28px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nproject_item_more{width:100%;margin:0 auto;}
.nproject_item_more a{outline: none;display: block;width:100%;font-size: 0;text-align: right;}
.nproject_item_more a>*{line-height: 24px;height:24px;font-size: 16px;
	display: inline-block;vertical-align: middle;color:var(--dark878787);font-weight: 100;
}
.nproject_item_more:hover a>*{color:var(--red);}
.nproject_item_more a>img{margin-left: 12px;}


.nproject_item_mask_p{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.nproject_item_img:hover .nproject_item_mask_p{animation-name: lv-fadeInUp-short;animation-delay: .2s;}
/* ncase end! */

/* ncase_show start! */
.ncase_top{width:100%;margin:0 auto;padding:120px 0 100px;
	background:url('../images/ncase_top_bg.jpg') no-repeat center center;background-size: cover;
}
.ncase_top_h{font-size: 45px;line-height: 1.5;color:var(--blue);font-weight: 700;letter-spacing: 2px;}
.ncase_top_body{width:100%;margin:50px auto 0;}
.ncase_top_body:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_top_img{width:56%;float:left;}
.ncase_swiper{width:100%;margin:0 auto;position: relative;border:1px solid var(--darkf3f3f3);padding:0 20px 40px;}
.ncase_slide{width:100%;margin:0 auto;position: relative;}
.ncase_slide>.img{outline: none;display: block;width:100%;position: relative;padding:64% 0 0;}
.ncase_slide>.img>img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;border-radius: 8px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.swiper-button-disabled{opacity:0.4;}

.ncase_top_txt{width:40%;float:right;}
.ncase_top_ul{width:100%;margin:0 auto;}
.ncase_top_li{width:100%;margin:30px auto 0;}
.ncase_top_li:nth-of-type(1){margin:0 auto;}
.ncase_top_li_h{width:100%;margin:0 auto;}
.ncase_top_li_h:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncase_top_li_icon{width:34px;float:left;}
.ncase_top_li_span{width:calc(100% - 50px);float:right;font-size:24px;color:var(--blue);font-weight: 700;line-height: 34px;}
.ncase_top_li_p{width:100%;margin:15px auto 0;font-size: 18px;color:var(--dark878787);line-height: 1.5;}
.ncase_top_li_p p{width:100%;margin:0 auto;font-size: 18px;color:var(--dark878787);line-height: 1.5;}

.ncase_top_more{width:100%;margin:50px auto 0;}
.ncase_top_more a{padding:10px 30px;border-radius: 8px;
	font-size: 0;outline: none;display: inline-block;background-color: var(--red);color:var(--white);transition: all .3s;
}
.ncase_top_more a:hover{background-color: var(--blue);}
.ncase_top_more a>*{display: inline-block;vertical-align: middle;font-size: 22px;line-height: 30px;height:30px;margin:0 10px;}


.nrelated{width:100%;margin:0 auto;padding:80px 0 70px;}
.nrelated_title{text-align: center;}
.nrelated_swiper{width:100%;margin:0 auto;padding:50px 0 0;}

.nrelated_slide{width:100%;margin:0 auto;background-color: var(--darkf3f3f3);border-radius: 8px;}

.nrelated_btns{width:100%;margin:70px auto 0;}

/* ncase_show end! */

/* nnews start! */
.nnav_news .nnav_ul{text-align: center;}
.nnav_news .nnav_ul>li{width:25%;display: inline-block;}
.nnav_news .nnav_ul>li>a{display: inline-block;width:auto;}


.ndynamic{padding:80px 0 100px;}
.ndynamic_title{text-align: center;}
.ndynamic_main{width:100%;margin:0 auto;padding:60px 0 0;}
.ndynamic_swiper{width:100%;margin:0 auto;position: relative;}
.ndynamic_slide{width:100%;margin:0 auto;}
.ndynamic_slide_img{width:100%;margin:0 auto;overflow: hidden;}
.ndynamic_slide_img .img{padding:54.775% 0 0;}
.ndynamic_slide_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);
}
.ndynamic_slide_txt{width:100%;margin:0 auto;padding:30px 20px;background-color: var(--darkf3f3f3);}
.ndynamic_slide_txt_main{width:100%;margin:0 auto;}
.ndynamic_slide_h a{outline: none;display: block;width:100%;font-size:22px;color:var(--dark222);line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ndynamic_slide_h a:hover{color:var(--red);}
.ndynamic_slide_line{width:100%;margin:25px auto 20px;border-top:1px solid var(--darkddd);}
.ndynamic_slide_add{width:100%;margin:0 auto;}
.ndynamic_slide_add:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ndynamic_slide_date{width:30%;float:left;font-size: 17px;color:var(--dark878787);font-weight: 100;line-height: 24px;}
.ndynamic_slide_more{width:30%;float:right;}
.ndynamic_slide_more a{outline: none;display: block;width:100%;font-size: 0;text-align: right;}
.ndynamic_slide_more a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ndynamic_slide_more a>*{font-size: 17px;line-height: 24px;height:24px;
	display: inline-block;vertical-align: middle;color:var(--dark878787);font-weight: 100;
}
.ndynamic_slide_more:hover a>*{color:var(--red);}
.ndynamic_slide_more a>img{margin-left: 10px;}

.ndynamic_btns{width:100%;margin:50px auto 0;}
.ndynamic_more{width:100%;margin:50px auto 0;}

.nnews_div_more{width:100%;margin:0 auto;text-align: center;}
.nnews_div_more a{padding:10px 36px;border-radius: 5px;font-size: 17px;line-height: 25px;transition: all .3s;
	outline: none;display: inline-block;color:var(--white);background-color: var(--red);
}
.nnews_div_more a:hover{background-color: var(--blue);}
.nnews_div_more a i{margin-left: 5px;}


.ninforma{background-color: var(--darkf3f3f3);padding:90px 0 100px;}
.ninforma_title{text-align: center;}
.ninforma_main{width:100%;margin:0 auto;padding:60px 0 0;}
.ninforma_item{width:100%;margin:80px auto 0;height:210px;}
.ninforma_item:nth-of-type(1){margin:0 auto;}
.ninforma_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ninforma_item_img,.ninforma_item_txt{height:100%;}
.ninforma_item_img{width:24%;float:right;border-radius: 8px;overflow: hidden;}
.ninforma_item_img .img{height:100%;}
.ninforma_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);
}
.ninforma_item_txt{width:72%;float:left;padding:50px 0 50px 220px;border-bottom:2px solid #dee2ea;}
.ninforma_item_txt_main{width:100%;margin:0 auto;position: relative;}
.ninforma_item_h a{outline: none;display: block;width:100%;font-size: 20px;color:var(--black);height:30px;height:30px;font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ninforma_item_h a:hover{color:var(--red);}

.ninforma_item_date{width:180px;height:110px;position: absolute;left:-220px;top:0;z-index: 2;}
.ninforma_item_date_main{width:100%;height:100%;position: relative;font-size: 0;}
.date_span{display: inline-block;}
.date_span.date_span5,.date_span.date_span2{color:var(--dark878787);line-height: 70px;height:70px;position: absolute;}
.date_span.date_span5{left:0;top:20px;font-size:60px;}
.date_span.date_span2{left:85px;top:20px;font-size:50px;}
.date_span.date_span1,.date_span.date_span3{font-size: 19px;line-height: 30px;height:30px;right:10px;
	position: absolute;color:var(--dark878787);font-weight: 100;
}
.date_span.date_span1{top:25px;}
.date_span.date_span3{top:55px;}
.date_span.date_span4{display: none;}

.ninforma_item_p{width:100%;margin:20px auto 0;font-size:18px;color:var(--dark878787);font-weight: 100;line-height: 30px;height: 60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
}
.ninforma_item_p p{width:100%;margin:0 auto;font-size:18px;color:var(--dark878787);font-weight: 100;line-height: 30px;}


.ninforma_more{width:100%;margin:80px auto 0;}


.nfaq{padding:90px 0 100px;}
.nfaq_title{text-align: center;}
.nfaq_main{width:100%;margin:0 auto;padding:60px 0 0;}
.nfaq_swiper{width:100%;margin:0 auto;position: relative;}
.nfaq_slide{width:100%;margin:0 auto;padding:40px 30px;border-radius: 8px;background-color: var(--darkf7f9f7);}
.nfaq_slide_w,.nfaq_slide_d{width:100%;margin:0 auto;}
.nfaq_slide_w:after,.nfaq_slide_d:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nfaq_slide_d{margin:20px auto 0;}
.nfaq_slide_icon{width:35px;float:left;}
.nfaq_slide_txt{width:calc(100% - 55px);float:right;}
.nfaq_slide_h a{outline: none;display: block;width:100%;font-size:18px;color: var(--dark222);font-weight: 700;line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
}
.nfaq_slide_p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark878787);line-height: 25px;height:150px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:6;overflow: hidden;
}
.nfaq_slide_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark878787);line-height: 25px;}
.nfaq_slide_more{width:100%;margin:25px auto 0;}
.nfaq_slide_more a{outline: none;display: block;width:100%;font-size: 0;text-align: right;}
.nfaq_slide_more a>*{font-size: 15px;line-height: 20px;height:20px;
	display: inline-block;vertical-align: middle;color:var(--dark878787);font-weight: 100;
}
.nfaq_slide_more:hover a>*{color:var(--red);}
.nfaq_slide_more a>img{margin-left: 10px;}

.nfaq_btns{width:100%;margin:50px auto 0;}
.nfaq_more{width:100%;margin:50px auto 0;}


.ndynamic_list{width:100%;margin:0 auto;}
.ndynamic_item{width:49%;float:left;margin:0 2% 30px 0;}
.ndynamic_item:nth-of-type(2n){margin:0 0 30px 0;}

.ninforma2 .ninforma_list{margin:0 auto 60px;}

.nfaq2 .nfaq_list{margin:0 auto 50px;}
.nfaq_item{width:32%;float:left;margin:0 2% 30px 0;}
.nfaq_item:nth-of-type(3n){margin:0 0 30px 0;}

/* nnews end! */

/* nnews_show start! */
.nnews_show{width:100%;margin:0 auto;padding:100px 0 60px;}
.nnews_show:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
h1.nnews_show_h{font-size: 25px;color:var(--black);line-height: 1.5;}
.nnews_show_span{width:100%;margin:10px auto 0;font-size: 0;}
.nnews_show_span span{display: inline-block;font-size: 15px;color:var(--dark878787);line-height: 1.2;margin-right:15px;font-weight: 100;}

.nnews_show_main{width:100%;margin:60px auto 0;}
.nnews_show_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nnews_show_l{width:66.66%;float:left;padding-right: 100px;border-right:1px solid var(--darke4e4e4);}
.nnews_show_body{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}
.nnews_show_body p img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}
.nnews_show_back{width:100%;margin:60px auto 0;text-align: right;}
.nnews_show_back a{padding:10px 36px;font-size: 17px;line-height: 25px;border-radius: 5px;
	outline: none;display: inline-block;background-color: var(--blue);color:var(--white);
}

.nnews_show_r{width:33.33%;float:right;padding-left: 80px;}
.nnews_show_r_h{font-size: 22px;color:var(--dark222);line-height: 1.5;font-weight: 700;}

.aside_list{width:100%;margin:0 auto;}
.aside_item{width:100%;margin:0 auto;padding:20px 0;border-bottom:1px solid var(--darkf3f3f3);}
.aside_item_img{width:100%;overflow: hidden;}
.aside_item_img .img{padding:55% 0 0;}
.aside_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);
}
.aside_item_txt{width:100%;margin:15px auto 0;}
.aside_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark222);line-height: 1.5;}
.aside_item_h a:hover{color:var(--red);}
.aside_item_date{width:100%;margin:10px auto 0;font-size: 14px;color:var(--dark878787);line-height: 1.5;font-weight: 100;}

/* nnews_show end! */

/* ncontact start! */

.nnav_contact .nnav_ul{text-align: center;}
.nnav_contact .nnav_ul>li{width:33%;display: inline-block;}
.nnav_contact .nnav_ul>li>a{display: inline-block;width:auto;}

.nway{background:url('../images/nway_bg.jpg') no-repeat center center;background-size: cover;padding:100px 0 150px;}
.nway_title{text-align: center;}
.nway_main{width:100%;margin:0 auto;padding:50px 0 0;}

.nway_list{width:100%;margin:0 auto;}
.nway_item{width:32%;float:left;margin:0 2% 0 0;border-radius: 8px;border:1px solid #ceddfb;padding:50px 60px 30px;}
.nway_item:nth-of-type(3n){margin:0 0 0 0;}
.nway_item_main{width:100%;margin:0 auto;text-align: center;height:210px;}
.nway_item_h{font-size: 18px;color:var(--black);line-height: 30px;height:30px;font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nway_item_h span{color:var(--blue);}
.nway_item_line{width:100%;margin:15px auto;border-top:1px solid #ceddfb;}
.nway_item_tel{width:100%;font-size: 32px;color:var(--blue);line-height: 50px;height:50px;font-weight: 700;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nway_item_p{width:100%;margin:0 auto;font-size:17px;color:var(--dark878787);line-height: 30px;}

.nway_item_more{width:100%;margin:25px auto 0;}
.nway_item_more a{padding:10px 40px;font-size: 16px;line-height: 25px;border-radius: 5px;transition: all .3s;
	outline: none;display: inline-block;background-color: var(--blue);color:var(--white);
}
.nway_item_more a:hover{background-color:var(--red);}
.nway_item_code{width:100%;margin:20px auto 0;}
.nway_item_code img{height:84px;border:1px solid #ceddfb;border-radius: 5px;}

.tab.nmap_tab{width:100%;margin:0 auto;height:665px;}
.tab.nmap_tab .nmap_tab_body{width:55%;float:left;height:100%;margin:0 auto;border:0;padding:0;}
.tab.nmap_tab .nmap_tab_head{width:45%;float:right;height:100%;padding:100px 100px 100px 80px;
	background:url('../images/nmap_tab_head_bg.jpg') no-repeat center center;background-size:cover;
}
.tab.nmap_tab .nmap_tab_nav{width:100%;margin:0 auto;}
.tab.nmap_tab .nmap_tab_nav li{display: block;width:100%;margin:20px auto 0;background:none;}
.tab.nmap_tab .nmap_tab_nav li:nth-of-type(1){margin:0 auto;}
.tab.nmap_tab .nmap_tab_nav li a{outline: none;display: block;width:100%;margin:0 auto;border:0;border-radius: 0;cursor: pointer;}
.nmap_tab_icon img{height:35px;}

.nmap_tab_icon img.default{display: inline-block;}
.nmap_tab_icon img.on{display: none;}
.nmap_tab_h{width:100%;margin:10px auto 0;font-size: 32px;color:var(--dark555);line-height: 45px;font-weight: 700;}
.nmap_tab_p{width: 100%;margin:5px auto 0;font-size: 22px;color:var(--dark555);font-weight: 100;line-height: 30px;}

.active .nmap_tab_icon img.default{display: none;}
.active .nmap_tab_icon img.on{display: inline-block;}
.active .nmap_tab_h{color:var(--blue);}
.active .nmap_tab_p{color:var(--blue);}

.tab.nmap_tab .tab-panel{width:100%;height:100%;}
.nmap_main{width:100%;height:100%;}
.nmap_main .img{width:100%;height:100%;}
.allmap_map{width:100%;height:100%;}
.allmap{width: 100%;height:100%;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";position: relative;}
.allmap b{color:var(--blue);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}

.nmessage{padding:120px 0 120px;}
.nmessage_title{text-align: center;}
.nmessage_main{width:100%;margin:0 auto;padding:50px 0 0;}

/* ncontact end! */

/* formes start! */
.formes{width:100%;margin:0 auto;}
.form_ul{width:100%;margin:0 auto;}
.form_li{margin:15px auto 0;}
.form_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.form_li.form_li_button{margin:20px auto 0;text-align: center;}
.form_half{width:32.6%;float:left;margin:0 1.1% 0 0;}
.form_half:nth-of-type(3){margin:0 0 0 0;}
.form_item{width:100%;margin:0 auto;}
.form_inputs{display: block;width:100%;border:0;border-radius: 5px;padding:10px 20px;background:none;
	font-size: 14px;color:var(--blue);line-height: 25px;border:1px solid var(--blue);
}
.form_inputs::-webkit-input-placeholder{color:var(--blue);}
.form_inputs::-moz-placeholder {color:var(--blue);}
.form_inputs::-ms-input-placeholder {color:var(--blue);}
.form_button{font-size: 13px;padding:10px 30px;line-height: 20px;border-radius: 5px;
	display: inline-block;border:0;color:var(--white);background-color: var(--blue);
}
.form_button:hover{background-color: var(--blue);}
/* formes 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:var(--blue);}
.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:var(--white);font-size: 12px;}
/* m_footer end! */

.nmain_offset{margin:-100px auto 0;padding-top:100px;}
@media(max-width: 1440px){
.nmain_offset{margin:-80px auto 0;padding-top:80px;}
}
@media(max-width: 640px){
.nmain_offset{margin:-60px auto 0;padding-top:60px;}
}


