@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
 */
/* 类名通用加前缀 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: Arial,Verdana,sans-serif,'Microsoft Yahei';
	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;}
.main1720{width:1720px;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_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:160px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;margin:0 auto;padding:15px 0;}
.q_logo>h1>a>img{height: 70px;}

.q_header img.default{display: inline-block;}
.q_header img.on{display: none;}

.q_nav{width:calc(100% - 340px);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;position: relative;margin-left:70px;}
.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(--white);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:200%;position: absolute;top:100%;left:-50%;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 10px;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:180px;float:right;padding:24px 0 26px;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_language{width:50px;margin-right: 20px;}
.q_language>a{width:100%;width:50px;height:50px;padding:5px;text-align: center;
	outline: none;display: block;background-color: var(--white);border-radius: 50%;color:var(--blue);
}
.q_language>a>span{display: block;width:100%;font-size: 16px;text-transform:uppercase;line-height: 40px;}

.q_search{width:50px;}
.q_search>a{width:100%;width:50px;height:50px;padding:5px;
	outline: none;display: block;background-color: var(--blue);border-radius: 50%;
}
.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>a>span{color:var(--dark222);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--blue);}
.q_header.q_header_fixed .q_language>a{background-color: var(--blue);color:var(--white);}

.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>a>span{color:var(--dark222);}
.q_header:hover .nav_ul>li>a:after{background-color:var(--blue);}
.q_header:hover .q_language>a{background-color: var(--blue);color:var(--white);}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;}
.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;overflow: hidden;}
.banner_slide .img{height:100%;}

.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 1;}
.banner_mask_in{width:100%;position: absolute;left:0;top:56%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner_main{width:50%;color:var(--white);}
.banner_h{font-size: 72px;line-height: 1.2;font-family: AlimamaShuHeiTiBold;}
.banner_p{width:100%;margin:0 auto;font-size: 18px;line-height:2;}
.banner_p p{width:100%;margin:0 auto;font-size: 18px;line-height:2;}
.banner_more{margin:50px auto 0;}
.banner_more .section_more a{color:var(--white);border:1px solid var(--white);}
.banner_more .section_more a:hover{color:var(--blue);border:1px solid var(--white);background-color: var(--white);}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:8%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:10px;height:10px;background-color:var(--white);opacity: 0.5;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px;height:10px;border-radius: 10px;
	background-color:var(--white);opacity: 1;
}

.banner_main>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_main>.banner_h{animation-name: lv-fadeInDown;animation-delay: .3s;}
.swiper-slide-active .banner_main>.banner_p{animation-name: lv-fadeInDown;animation-delay: .25s;}
.swiper-slide-active .banner_main>.banner_more{animation-name: lv-fadeInUp;animation-delay: .25s;}
/* q_banner end! */

/* section_more start! */
.section_more a{border-radius: 30px;padding:12px 40px;font-size: 16px;line-height: 1.5;
	outline: none;display: inline-block;color:var(--blue);border:1px solid var(--blue);transition: all 0.2s;
}
.section_more a i{margin-left: 15px;}
.section_more a:hover{color:var(--white);border:1px solid var(--blue);background-color: var(--blue);}
/* section_more end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.q_section:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_main{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.section_title{width:100%;margin:0 auto;}
.section_title_h{font-size: 48px;color:var(--black);line-height: 60px;font-weight: 700;}
.section_title_p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark666);line-height: 30px;}
.section_title_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 30px;}

/* q_section end! */

/* q_advantage start! */
.q_advantage{background-color: var(--blue);padding:40px 0;}
.advantage_list{width:100%;margin:0 auto;}
.advantage_item{width:25%;float:left;position: relative;padding:10px 25px 10px 40px;color:var(--white);}
.advantage_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.advantage_item:before{content:'';width:1px;height:100%;background-color: var(--white);position: absolute;left:0;top:0;z-index: 2;}
.advantage_item:nth-of-type(1):before{width:0;height:0;}
.advantage_item_icon{width:56px;float:left;}
.advantage_item_txt{width:calc(100% - 80px);float:right;}
.advantage_item_h{font-size: 24px;font-weight: 700;text-transform: capitalize;line-height: 30px;height:30px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.advantage_item_p{width:100%;margin:5px auto 0;font-size:14px;line-height: 20px;height:40px;}
/* q_advantage end! */

/* q_product start! */
.q_product{padding:100px 0;}
.product_title{width:78%;}
.product_title_l{width:200px;float:left;}
.product_title_r{width:calc(100% - 230px);float:right;}

.product_main{width:100%;margin:60px auto 0;}
.product_l{width:600px;float:left;}

.tab.product_tab .product_tab_head{width:100%;margin:0 auto;}
.tab.product_tab .product_tab_nav{width:100%;margin:0 auto;}
.tab.product_tab .product_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.product_tab .product_tab_nav li{display: inline-block;width:19%;float:left;margin:0 1.25% 40px 0;}
.tab.product_tab .product_tab_nav li:nth-of-type(5n){margin:0 0 40px 0;}
.tab.product_tab .product_tab_nav li a{outline: none;display: block;width:100%;text-align:center;padding:0;border:0;border-radius: 0;cursor: pointer;}
.product_tab_icon{max-width: 90px;
	margin:0 auto;width:100%;border-radius: 50%;border:1px solid var(--darkf0f2fc);background-color: var(--darkf0f2fc);
}
.product_tab_icon img.default{display: inline-block;}
.product_tab_icon img.on{display: none;}

.product_tab_h{width:100%;margin:20px auto 0;font-size:16px;color:var(--dark999);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.tab.product_tab li.active{background:none;}
.tab.product_tab li.active .product_tab_icon{border:1px solid var(--blue);background-color: var(--white);}
.tab.product_tab li.active .product_tab_icon img.default{display: none;}
.tab.product_tab li.active .product_tab_icon img.on{display: inline-block;}


.product_r{width:calc(100% - 660px);float:right;}
.tab.product_tab .product_tab_body{width:100%;margin:0 auto;padding:0;border:0;}
.tab.product_tab .tab-panel{width:100%;margin:0 auto;padding:0;border:0;position: relative;}
.tab.product_tab .tab-panel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.product_img{width:58%;float:left;}
.product_img a{outline: none;display: block;width:100%;text-align: center;border:1px solid var(--darke6e6e6);}
.product_txt{width:37%;float:right;}
.product_txt_h a{outline: none;display: block;width:100%;font-size: 20px;color:var(--dark333);font-weight: 700;line-height: 1.7;}
.product_txt_ul{width:100%;margin:20px auto 0;}
.product_txt_ul li{font-size: 16px;color:var(--dark999);line-height: 1.5;margin:10px auto 0;}
.product_txt_more{margin:40px auto 0;}

.tab.product_tab .tab-panel>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.product_tab .tab-panel.active>.product_img{animation-name: lv-fadeInDown;animation-delay: .25s;}
.tab.product_tab .tab-panel.active>.product_txt{animation-name: lv-fadeInDown;animation-delay: .25s;}
/* q_product end! */

/* q_about start! */
.q_about{background-color: var(--darkf5f6fc);}
.about_l{width:50%;float:left;padding:90px 60px 50px 0;}
.about_p{width:100%;margin:15px auto 0;font-size: 16px;color:var(--dark666);line-height: 2;}
.about_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;text-indent: 32px;}

.about_r{width:50%;float:right;height:100%;cursor: pointer;height:690px;}
.about_r .img{height:100%;}
/* q_about end! */

/* about_number start! */
.about_number{margin:0 auto;padding:40px 0 50px;}
.about_number_main{width:100%;margin:0 auto;padding:0;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:33%;float:left;text-align: center;position: relative;padding:0 30px;}
.about_number_item:before{content:'';width:1px;height:50%;background-color: var(--darkd9d9d9);position: absolute;left:-1px;top:25%;}
.about_number_item:nth-of-type(1):before{width:0;height:0;top:0;}
.about_number_nums{display: inline-block;font-size: 0;position:relative;}
.about_number_nums .num{font-size: 32px;line-height: 60px;font-weight: 700;
	display: inline-block;color:var(--blue);
}
.about_number_nums .sut{font-size: 20px;line-height: 25px;left:calc(100% + 15px);width:50px;
	display: inline-block;font-weight: normal;position: absolute;top:0;color:var(--blue);text-align: left;
}
.about_number_nums .sub{font-size: 17px;line-height: 25px;left:calc(100% + 15px);width:100px;
	display: inline-block;font-weight: normal;position: absolute;bottom:12px;color:var(--dark666);text-align: left;
}

.about_number_txt{margin:10px auto 0;color:var(--dark666);}
.about_number_txt .cn{font-size: 15px;line-height:25px;height:100px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
}
/* about_number end! */

/* q_news start! */
.q_news{padding:110px 0 110px;}
.tab.news_tab{width:100%;margin:0 auto;}
.news_title{width:100%;margin:0 auto;}
.news_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_title_l{width:80%;float:left;}
.tab.news_tab .news_tab_head{width:100%;margin:30px auto 0;}
.tab.news_tab .news_tab_nav{width:100%;margin:0 auto;font-size: 0;}
.tab.news_tab .news_tab_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tab.news_tab .news_tab_nav li{display: inline-block;margin-right:20px;}
.tab.news_tab .news_tab_nav li a{font-size: 16px;line-height: 25px;padding:12px 50px;border-radius: 45px;border:0;cursor: pointer;
	outline: none;display: block;width:100%;background-color: var(--darkf0f2fc);color:var(--dark555);
}
.tab.news_tab .news_tab_nav li.active{background:none;}
.tab.news_tab .news_tab_nav li.active a{background-color: var(--blue);color:var(--white);}

.news_title_r{width:15%;float:right;text-align: right;padding-top: 50px;}
.news_title .product_title_r{padding-top:15px;}

.tab.news_tab .news_tab_body{width:100%;margin:50px auto 0;border:0;}
.tab.news_tab .news_tab_body .tab-panel{width:100%;margin:0 auto;}

.tab.news_tab .tab-panel>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.news_tab .tab-panel.active>.news_body{animation-name: lv-fadeInUp;animation-delay: .25s;}

.newstop_list{width:100%;margin:0 auto;}
.newstop_item{width:49%;float:left;margin:0 2% 0 0;}
.newstop_item:nth-of-type(2n){margin:0 0 0 0;}
.newstop_item_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;}
.newstop_item_img .img{padding:47.85% 0 0;}
.newstop_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);
}
.newstop_item_txt{width:100%;margin:25px auto 0;}
.newstop_item_h a{outline: none;display: block;width:100%;font-size: 24px;color:var(--dark333);line-height: 35px;height:35px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.newstop_item_h a:hover{color:var(--blue);}
.newstop_item_date{margin:10px auto 0;font-size: 14px;color:var(--dark999);line-height: 20px;}
.newstop_item_date span{margin-left: 10px;}
.newstop_item_p{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.newstop_item_p p{width:100%;margin:0 auto;font-size: 16px;line-height: 25px;}

.news_list{width:100%;margin:50px auto 0;}
.news_item{width:23.5%;float:left;margin:0 2% 20px 0;}
.news_item:nth-of-type(4n){margin:0 0 20px 0;}
.news_item_img{width:100%;margin:0 auto;border-radius: 10px;overflow: hidden;}
.news_item_img .img{padding:65.56% 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_txt{width:100%;margin:25px auto 0;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_item_h a:hover{color:var(--blue);}
.news_item_date{margin:10px auto 0;font-size: 14px;color:var(--dark999);line-height: 20px;}
.news_item_date span{margin-left: 10px;}
.news_item_p{width:100%;margin:10px auto 0;font-size: 14px;color:var(--dark999);line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 22px;}

/* q_news end! */

/* q_culture start! */
.q_culture{background:url('../images/q_culture_bg.jpg') no-repeat center center;padding:100px 0 140px;color:var(--white);text-align: center;}
.culture_title .section_title_h{color:var(--white);}
.culture_main{width:100%;margin:120px auto 0;}
.culture_body{width:100%;margin:0 auto;font-size: 22px;color:var(--darkc9cee5);line-height:2;}
.culture_body p{width:100%;margin:0 auto;font-size: 22px;line-height:2;}
.culture_top{width:100%;margin:0 auto;}
.culture_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.culture_top_l{width:46%;float:left;text-align: right;}
.culture_top_r{width:46%;float:right;text-align: left;}
.culture_p{width:100%;margin:50px auto 0;}

/* q_culture end! */

/* q_factory start! */
.q_factory{padding:100px 0 100px;}
.factory_title .product_title_r{padding-top:15px;}
.factory_main{width:100%;margin:80px auto 0;}
.factory_list{width:100%;margin:0 auto;}
.factory_item{width:32.6%;float:left;margin:0 1.1% 20px 0;}
.factory_item:nth-of-type(3n){margin:0 0 20px 0;}
.factory_item_img{width:100%;margin:0 auto;overflow: hidden;position: relative;}
.factory_item_img .img{padding:75% 0 0;}
.factory_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);
}
/* q_factory end! */

/* q_contact start! */
.q_contact{background-color: var(--darkf5f6fc);}
.q_contact:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.contact_img{width:50%;float:left;height: 610px;}
.contact_img .img{height:100%;}

.contact_txt{width:50%;float:right;padding:70px calc(50% - 860px) 50px 80px;}
.contact_txt_main{width:100%;margin:0 auto;}

.contact_title .section_title_p{margin:20px auto 0;}
.contact_form{width:100%;margin:40px auto 0;}

/* q_contact end! */

/* formes start! */
.formes{width:100%;margin:0 auto;}
.form_ul{width:100%;margin:0 auto;}
.form_li{margin:20px auto 0;}
.form_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.form_half{width:49%;float:left;margin:0 2% 0 0;}
.form_half:nth-of-type(2n){margin:0;}
.form_item{width:100%;margin:0 auto;position: relative;}
.form_input{border-radius:10px;padding:15px 20px;line-height: 25px;font-size: 16px;border:1px solid var(--darkccc);
	display: block;width:100%;color:var(--dark666);text-transform: capitalize;background:none;
}
.form_input::-webkit-input-placeholder{color:var(--dark666);}
.form_input::-moz-placeholder {color:var(--dark666);}
.form_input::-ms-input-placeholder {color:var(--dark666);}
.form_li.form_li_button{margin:25px auto 0;text-align: center;}
.form_button{font-size: 16px;padding:15px 60px;line-height: 25px;border-radius: 5px;text-transform:uppercase;
	display: inline-block;border:0;color:var(--white);background-color: var(--blue);
}
.form_button:hover{background-color: var(--bluelight);}
/* formes end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;background-color: var(--bluelight);padding:70px 0 70px;color:var(--white);}
.footer_l{width:39.5%;float:left;}
.footer_logo img{height:76px;}
.footer_nav{width:100%;margin:20px auto 0;}
.footer_nav>li{float:left;margin:0 30px 15px 0;}
.footer_nav>li>a{outline: none;display: block;width: 100%;font-size: 16px;color:var(--white);line-height: 1.5;}
.footer_nav>li>a:hover{color:var(--blue);}
.footer_powerby{font-size: 14px;line-height: 1.5;}

.footer_c{width:35%;float:left;}
.footer_list{width:100%;margin:0 auto;}
.footer_item{width:100%;margin:15px auto 0;}
.footer_item:nth-of-type(1){margin:0 auto;}
.footer_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item_icon{width:25px;float:left;}
.footer_item_span{width:calc(100% - 35px);float:right;font-size: 16px;line-height: 25px;}

.footer_r{width:25.5%;float:left;text-align: right;}
.icon_list{width:100%;margin:0 auto;font-size: 0;}
.icon_item{display: inline-block;margin-left:35px;}
.icon_item a{outline: none;display: block;width:100%;}
.footer_ul{width:100%;margin:50px auto 0;}
.footer_ul>li{width:100%;margin:10px auto 0;}
.footer_ul>li:nth-of-type(1){margin:0 auto;}
.footer_ul>li>a{outline: none;display: block;width:100%;font-size: 14px;color:var(--white);line-height:1.5;}
.footer_ul>li>a:hover{color:var(--blue);}

/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;position: relative;}
.nbanner>img{width:100%;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:57%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.nbanner_h .cn{font-size: 36px;line-height: 1.5;text-transform: uppercase;}
.nbanner_h .en{font-size: 24px;line-height: 1.2;text-transform: uppercase;margin:7px auto 0;}
.nbanner_line{width:100%;margin:20px auto 0;}
.nbanner_line span{display: inline-block;width:1px;height:70px;background-color: var(--white);}
/* nbanner end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 500px;}
.nmain:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmains{width:100%;margin:0 auto;padding:40px 0;min-height: 400px;}
.nmains:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
/* nmain end! */

/* nabout start! */
.nabout_main{width:100%;margin:0 auto;position: relative;}
.nabout_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nabout_title{font-size: 48px;color:var(--black);line-height: 1.5;font-weight: 700;}


.ncompany{background:url('../images/ncompany_bg.jpg') no-repeat center center;background-size: cover;}
.ncompany:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ncompany_txt{width:64%;float:left;padding:80px 80px 30px calc(50% - 750px);}
.ncompany_main{width:100%;margin:0 auto;position: relative;}
.ncompany_p{width:100%;margin:30px auto 0;font-size: 16px;color:var(--dark666);line-height: 2;}
.ncompany_p p{width:100%;margin:20px auto 0;font-size: 16px;line-height: 2;text-indent:32px;}
.ncompany_p p:nth-of-type(1){margin:0 auto;}

.ncompany_img{width:36%;float:right;height:770px;}
.ncompany_img .img{height:100%;}


.nphilosophy{padding:100px 0 100px ;}
.nphilosophy_title{text-align: center;}
.nphilosophy_main{margin:50px auto 0;}

.nphilosophy_r{width:66%;float:right;}
.nphilosophy_ul{width:100%;margin: 0 auto;}
.nphilosophy_li{width:48.5%;float:left;margin:30px 3% 0 0;}
.nphilosophy_li:nth-of-type(2n){margin:30px 0 0 0;}
.nphilosophy_li:nth-of-type(1){margin:0 3% 0 0;}
.nphilosophy_li:nth-of-type(2){margin:0 0 0 0;}

.nphilosophy_item{width:100%;margin:0 auto;box-shadow: 0 0 5px var(--darkccc);}
.nphilosophy_item_img{width:100%;margin: 0 auto;position: relative;overflow: hidden;height:258px;}
.nphilosophy_item_img .img{height:100%;}
.nphilosophy_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);
}
.nphilosophy_item_txt{padding:35px 30px 10px;}
.nphilosophy_item_main{width:100%;margin:0 auto;position: relative;}
.nphilosophy_item_span{font-size: 0;}
.nphilosophy_item_span span{display: inline-block;width:45px;height:5px;background-color: var(--blue);}
.nphilosophy_item_h{width:100%;margin:20px auto 0;font-size:20px;color:var(--dark3d3e40);font-weight: 700;line-height: 30px;}
.nphilosophy_item_p{width:100%;margin:10px auto 0;font-size:16px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nphilosophy_item_p p{width:100%;margin:0 auto;font-size:16px;line-height: 25px;}

.nphilosophy_l{width:32%;float:left;}
.nphilosophy_l .nphilosophy_item_img{height:631px;}
.nphilosophy_l .nphilosophy_item_p{height:125px;-webkit-line-clamp: 5;}


.nvalues{background-color: var(--darkf0f2fc);padding:80px 0 80px;}
.nvalues_title{text-align: center;}
.nvalues_main{width:100%;margin:80px auto 0;}
.nvalues_list{width:100%;margin:0 auto;}
.nvalues_item{width:16.66%;float:left;}
.nvalues_item>div{height:250px;background-color: var(--white);}
.nvalues_item_img{overflow: hidden;}
.nvalues_item_img .img{height:100%;}
.nvalues_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);
}
.nvalues_item_txt{padding:45px 30px 20px;}
.nvalues_item_txt_main{width:100%;margin:0 auto;position: relative;}
.nvalues_item_icon img{height:38px;}
.nvalues_item_h{margin:20px auto 0;font-size: 20px;color:var(--dark3d3e40);line-height: 30px;font-weight: 700;}
.nvalues_item_p{margin:10px auto 0;font-size:16px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nvalues_item_p p{width:100%;margin:0 auto;font-size:16px;line-height: 25px;}


.nhistory{padding:80px 0 80px;}
.nhistory_title{text-align: center;}
.nhistory_main{width:100%;margin:50px auto 0;}
.tab.nhistory_tab{width:100%;margin:0 auto;position: relative;}
.tab.nhistory_tab .nhistory_tab_head{width:100%;margin:0 auto;position: relative;}
.tab.nhistory_tab .nhistory_tab_nav{width:100%;margin:0 auto;font-size: 0;text-align: center;}
.tab.nhistory_tab .nhistory_tab_nav li{display: inline-block;margin:0 10px;}
.tab.nhistory_tab .nhistory_tab_nav li a{padding:12px 50px;border-radius: 100px;
	outline: none;display: block;width:100%;border:0;background-color: var(--darkf0f2fc);color:var(--dark555);cursor: pointer;
}
.tab.nhistory_tab .nhistory_tab_nav .small{font-size:14px;line-height:22px;height:22px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.tab.nhistory_tab .nhistory_tab_nav .big{font-size:18px;line-height:25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.tab.nhistory_tab .nhistory_tab_nav li.active{background:none;}
.tab.nhistory_tab .nhistory_tab_nav li.active a{background-color: var(--blue);color:var(--white);}

.tab.nhistory_tab .nhistory_tab_body{width:100%;margin:50px auto 0;border:0;padding:0;}
.nhistory_body{width:100%;margin:0 auto;}
.nhistory_list{width:100%;margin:0 auto;position: relative;}
.nhistory_item{width:100%;margin:0 auto;}
.nhistory_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nhistory_item_date{width:145px;float:left;font-size: 28px;color:var(--dark444);line-height: 40px;height:40px;font-weight: 700;}
.nhistory_item_txt{width:calc(100% - 145px);float:right;margin-top:18px;padding:20px 0;border-top:3px solid var(--darkd9d9d9);}
.nhistory_item_main{width:100%;margin:0 auto;position: relative;}
.nhistory_item_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nhistory_item_img{width:58%;float:right;text-align: right;}
.nhistory_item_block{width:38%;float:left;padding:35px 0 0 25px;}
.nhistory_item_p{width:100%;margin:0 auto;font-size: 16px;line-height: 30px;}
.nhistory_item_p p{width:100%;margin:10px auto 0;position: relative;font-size: 16px;color:var(--dark555);line-height: 30px;}
.nhistory_item_p p:nth-of-type(1){margin:0 auto;}
.nhistory_item_p p:before{content:'';width:8px;height:7px;left:-25px;top:12px;
	background:url('../images/nhistory_item_p.png') no-repeat center center;position: absolute;z-index: 2;background-size: cover;
}

.tab.nhistory_tab .tab-panel>*{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.tab.nhistory_tab .tab-panel.active>.nhistory_body{animation-name: lv-fadeInUp;animation-delay: .25s;}


.ndreams{background:url('../images/ndreams_bg.jpg') no-repeat center center;background-size: cover;padding:150px 0 180px;}
.ndreams_main{width:100%;margin:0 auto;text-align: center;color:var(--white);}
.ndreams_title .cn{font-size: 50px;font-weight: 700;line-height: 1.5;}
.ndreams_title .en{margin:20px auto 0;font-size: 24px;line-height: 1.2;text-transform: uppercase;font-family:Arial;}
.ndreams_line{width:100%;margin:50px auto 0;}
.ndreams_line span{display: inline-block;width:2px;height:90px;background-color: var(--white);opacity: 0.5;}

/* nabout end! */

/* nposition start! */
.nposition{width:100%;background-color:var(--darkf0f2fc);}
.nposition_main{width:100%;margin:0 auto;padding:15px 0;color:var(--dark6666);line-height: 25px;font-size: 14px;text-transform: capitalize;}
.nposition_main>i{margin-right: 5px;color:var(--blue);}
.nposition_main a{outline: none;color:var(--dark6666);margin:0 3px;}
.nposition_main a:hover{color:var(--blue);}
.nposition_main span{color:var(--blue);}
/* nposition end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:50px 0 0;}
.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;margin:0 15px 15px 0;}
.nnav_ul>li>a{padding:10px 40px;font-size: 16px;line-height: 25px;border-radius: 45px;
	outline: none;display: block;width:100%;background-color: var(--darkf0f2fc);color:var(--dark555);
}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{background-color: var(--blue);color:var(--white);}
/* nnav end! */

/* nproduct start! */
.nproduct_list{margin:0 auto 40px;}
.nproduct_item{width:23.5%;float:left;margin:0 2% 25px 0;}
.nproduct_item:nth-of-type(4n){margin:0 0 25px 0;}
.nproduct_item_img{width:100%;margin:0 auto;position: relative;overflow:hidden;border:2px solid var(--darkccc);}
.nproduct_item_img .img{padding:109.55% 0 0;}
.nproduct_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nproduct_item_h{width:100%;margin:0 auto;}
.nproduct_item_h a{outline: none;display: block;width: 100%;padding:20px 20px;background-color: var(--darkf0f2fc);font-size: 0;transition: all 0.2s;}
.nproduct_item_h a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_item_h a i{width:25px;line-height: 25px;font-size: 17px;color:var(--dark666);
	display: inline-block;float:right;text-align:center;font-style: normal;
}
.nproduct_item_h a span{display: inline-block;width:calc(100% - 30px);float: left;font-size:16px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nproduct_item:hover .nproduct_item_img{border:2px solid var(--blue);}
.nproduct_item:hover .nproduct_item_h a{background-color: var(--blue);}
.nproduct_item:hover .nproduct_item_h a i{color: var(--white);}
.nproduct_item:hover .nproduct_item_h a span{color: var(--white);}
/* nproduct end! */

/* nproduct_show start! */
.nproduct_top{width:100%;margin:0 auto;}
.nproduct_top:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nproduct_top_txt{width:43%;float:left;padding-top: 20px;}
.nproduct_top_img{width:52%;float:right;}
.ntop_swiper{width:100%;margin:0 auto;position: relative;}
.ntop_swiper:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ntop_swiper_l{width:calc(100% - 170px);height:430px;float:left;}
.nproductlist_swiper{width:100%;height:100%;border:1px solid var(--darke6e6e6);position: relative;}
.nproductlist_slide{width:100%;height:428px;}
.nproductlist_slide .img{height:100%;}


.ntop_swiper_r{width:160px;float:right;}
.nproductthumb_swiper{width:100%;position: relative;padding:45px 0;}
.nproductthumb{height:340px;}
.nproductthumb_slide{width:100%;height:110px;border:1px solid var(--darke6e6e6);}
.nproductthumb_slide .img{height:100%;}
.nproduct_button{line-height: 40px;height:40px;font-size: 20px;
	width:100%;text-align: center;background-color: var(--darkf0f2fc);color:var(--dark666);position: absolute;left:0;z-index: 2;cursor: pointer;
}
.nproduct_button.nproduct_button_left{top:0;}
.nproduct_button.nproduct_button_right{bottom:0;}
.nproduct_button.swiper-button-disabled{background-color: var(--blue);color:var(--white);}
.swiper-slide-thumb-active .nproductthumb_slide{border:1px solid var(--blue);}


.nproduct_body{width:100%;margin:40px auto 0;}
.nproduct_body_title{width:100%;background-color: var(--darkf0f2fc);padding:15px 20px 15px;border-bottom: 2px solid var(--blue);position: relative;}
.nproduct_body_title:before{content:'';width:3px;height:40%;background-color: var(--blue);position: absolute;left:0;top:32%;z-index: 2;}
.nproduct_body_title span{display: block;width:100%;font-size: 24px;color:var(--dark333);line-height: 1.5;font-weight: 700;}

.nproduct_body_content{margin:20px auto 0;min-height: 150px;font-size: 15px;color:var(--dark555);line-height: 2;width:100%;}
.nproduct_body_content p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}
.nproduct_body_content p img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}


.nproduct_swiper{width:100%;margin:80px auto 0;position: relative;padding-bottom: 40px;}
.nproduct_swiper_title{text-align: center;}
.swiper_nproduct{width:100%;margin:50px auto 0;}
.nproduct_slide{width:100%;margin:0 auto;position: relative;}
.nproduct_slide:hover .nproduct_item_img{border:2px solid var(--blue);}
.nproduct_slide:hover .nproduct_item_h a{background-color: var(--blue);}
.nproduct_slide:hover .nproduct_item_h a i{color: var(--white);}
.nproduct_slide:hover .nproduct_item_h a span{color: var(--white);}

.nproduct_btns{width:100%;margin:50px auto 0;text-align: center;}
.nproduct_btn{margin:0 10px;width:60px;height:60px;line-height: 56px;font-size: 25px;
	display: inline-block;border:1px solid var(--dark666);color:var(--dark666);text-align: center;border-radius: 50%;cursor: pointer;
}
.nproduct_btn.swiper-button-disabled{border:1px solid var(--blue);color:var(--blue);}

/* nproduct_show end! */

/* nfactory start! */
.nfactory_list{margin:0 auto 30px;}
.nfactory_item{width:32%;float:left;margin:0 2% 30px 0;}
.nfactory_item:nth-of-type(3n){margin:0 0 30px 0;}
.nfactory_item_img{width:100%;margin:0 auto;position: relative;overflow:hidden;}
.nfactory_item_img .img{padding:75% 0 0;}
.nfactory_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);
}
.nfactory_item_h{width:100%;margin:0 auto;}
.nfactory_item_h a{outline: none;display: block;width: 100%;padding:20px 20px;transition: all 0.2s;
	background-color: var(--darkf0f2fc);color:var(--dark555);text-align: center;
}
.nfactory_item_h a span{display: block;width:100%;font-size: 17px;line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nfactory_item_h a:hover{background-color: var(--blue);color:var(--white);}

/* nfactory end! */

/* nnews end! */
.nnews_list{margin:0 auto 40px;}
.nnews_item{width:23.5%;float:left;margin:0 2% 25px 0;}
.nnews_item:nth-of-type(4n){margin:0 0 25px 0;}
.nnews_item_img{width:100%;margin:0 auto;overflow: hidden;border-radius: 10px;}
.nnews_item_img .img{padding:72% 0 0;}
.nnews_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_item_txt{width:100%;margin:15px auto 0;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size: 16px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.nnews_item_date{width:100%;margin:10px auto 0;font-size: 14px;color:var(--dark999);line-height: 20px;}
.nnews_item_date span{margin-left: 10px;}
.nnews_item_p{width:100%;margin:10px auto 0;font-size: 14px;color:var(--dark999);line-height: 23px;height:46px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_p p{width:100%;margin:0 auto;font-size: 14px;line-height: 23px;}
.nnews_item_txt:hover .nnews_item_h a{color:var(--blue);}
.nnews_item_txt:hover .nnews_item_p{color:var(--dark666);}
/* nnews end! */

/* nshow start! */
.nshow{width:100%;margin:0 auto;position: relative;}
.nshow:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nshow_top{text-align: center;}
.nshow_top_h{width:90%;margin:0 auto;font-size: 22px;color:var(--dark333);line-height: 1.5;font-weight: 700;}
.nshow_top_span{width:100%;margin:10px auto 0;font-size: 0;}
.nshow_top_span span{display: inline-block;margin:0 10px;font-size: 15px;color:var(--dark666);line-height: 1.5;}
.nshow_body{margin:20px auto 0;padding:15px 0;min-height: 300px;font-size: 15px;color:var(--dark555);line-height: 2;
	width:100%;border-top:1px dashed var(--darke6e6e6);border-bottom:1px dashed var(--darke6e6e6);
}
.nshow_body p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}
.nshow_body p img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}

/* nshow end! */

/* ncontact start! */
.ncontact_main{width:100%;margin:0 auto;border:1px solid var(--darke6e6e6);}
.ncontact_title{font-size: 48px;color:var(--dark333);line-height: 1.5;font-weight: 700;}
.nway_title{text-align: center;padding:60px 50px 50px;}
.nway_list{width:100%;margin:0 auto;border-top:1px solid var(--darke6e6e6);}
.nway_item{width:50%;float:left;padding:70px 50px;}
.nway_item:nth-of-type(1){border-right:1px solid var(--darke6e6e6);}
.nway_item_main{width:100%;margin:0 auto;}
.nway_item_icon img{height:42px;}
.nway_item_h{width:100%;margin:20px auto 0;font-size: 36px;color:var(--dark333);line-height: 50px;font-weight: 700;}
.nway_item_span{width:100%;margin:10px auto 0;font-size: 16px;color:var(--dark333);line-height: 1.5;}

.nway_ul{width:100%;margin:0 auto;padding:60px 50px;border-top:1px solid var(--darke6e6e6);border-bottom:1px solid var(--darke6e6e6);}
.nway_li{width:33%;float:left;}
.nway_li_main{width:100%;margin:0 auto;}
.nway_li_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nway_li_icon{width:40px;float:left;padding-top: 5px;}
.nway_li_txt{width:calc(100% - 60px);float:right;}
.nway_li_h{font-size: 20px;color:var(--dark333);font-weight: 700;line-height: 30px;}
.nway_li_p{width:100%;margin:2px auto 0;font-size:16px;color:var(--dark666);line-height: 20px;}

.nmessage{width:100%;margin:100px auto 0;}
.nmessage_txt{width:32%;float:left;padding:20px 0 0 50px;}
.nform{width:100%;margin:50px auto 0;}
.nform_li{width:100%;margin:30px auto 0;}
.nform_li:nth-of-type(1){margin:0 auto;}
.nform_li_main{width:100%;margin:0 auto;}
.nform_li_input{padding:15px 0 15px;font-size: 20px;color:var(--dark333);line-height: 1.5;font-weight: 700;
	display: block;width:100%;border:0;border-bottom:1px solid var(--darke6e6e6);
}
.nform_li_input:focus{border-bottom:1px solid var(--blue);}

.nform_li_input::-webkit-input-placeholder{color:var(--dark666);}
.nform_li_input::-moz-placeholder {color:var(--dark666);}
.nform_li_input::-ms-input-placeholder {color:var(--dark666);}

.nform_btn{padding:10px 50px;font-size: 16px;line-height: 1.5;
	display: inline-block;border:0;background-color: var(--blue);color:var(--white);
}

.nmessage_img{width:58.5%;float:right;}
.nmessage_img img{width:100%;}
/* ncontact 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;}
}




