@charset "UTF-8"; 
/*css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880 
 */
/* 此CSS样式为奇点网络-李露露为豆源和网站编写 类名通用加前缀 q_ */
*,*::after,*::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*::after,*::before{content:''}
@font-face{
  font-family: SourceHanSansRegular;
  src: url('./fonts/SourceHanSans-Regular.otf');
}
@font-face{
  font-family: SourceHanSansBold;
  src: url('./fonts/SourceHanSans-Bold.otf');
}
body {
	width:100%;
	margin:0 auto;
	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 14px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img,div img,p img {max-width:100%;}
div a {outline: none;}
/* 统一调整字间距以及过渡效果 */
div,a,span,p,ul,li{letter-spacing: 1px;padding:0;margin:0;}
p,.p {margin:0;text-align: justify;}
.main1200{width:1200px;margin:0 auto;}
.main1400{width:1400px;margin:0 auto;}
.main1500{width:1500px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
.is_sticky{height:70px;background-color: rgba(0,0,0,.6);}
/* 返回顶部  结束 */

@font-face{
	font-family: '方正正粗黑简体';
	src:url('ZZCHJT.ttf');
}
@font-face{
	font-family: '方正准圆_GBK';
	src:url('FZZY_GBK.TTF');
}


.animate08 {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.swiper-slide-active .slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.fp-viewing-2 .animate15 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fp-viewing-2 .slideInLeft1 {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.fp-viewing-4 .animate08 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); 
	animation-duration: 600ms; 
	animation-delay: 200ms;
}
.fp-viewing-4 .animate10 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); 
	animation-duration: 700ms; 
	animation-delay: 300ms;
}
@keyframes queue_right {
 0% {
  opacity:0;
  -webkit-transform:translate3d(100px,0,0);
  -ms-transform:translate3d(100px,0,0);
  transform:translate3d(100px,0,0)
 }
 to {
  opacity:1;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none
 }
}

.fp-viewing-4 .fadeIn1 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fp-viewing-4 .queue_right {
	-webkit-animation-name: queue_right;
	animation-name: queue_right;
}

/* 产品封面 动画效果 */

.active .animate_p {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.active .slideInUp1 {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
.active .slideInRight1 {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}



/*@keyframes toggleMove {
 0% {
  bottom:5.5%;
  opacity:.3
 }
 50% {
  bottom:4.5%;
  opacity:1
 }
 to {
  bottom:5.5%;
  opacity:.3
 }
}
@-webkit-keyframes toggleMove {
 0% {
  bottom:5.5%;
  opacity:.3
 }
 50% {
  bottom:4.5%;
  opacity:1
 }
 to {
  bottom:5.5%;
  opacity:.3
 }*/

#textDiv21{width: 500px;position: absolute;left: 50%;bottom:-200px;margin-left:-250px;}
#textDiv42{width: 600px;position: absolute;left: 50%;bottom:-200px;margin-left:-300px;}
#textDiv12{width: 600px;position: absolute;left: 50%;bottom:-200px;margin-left:-300px;}
#textDiv13{width: 600px;position: absolute;left: 50%;bottom:-200px;margin-left:-300px;}

.q_arrow_bottom{
	position: fixed;left:0;bottom: 8px;width:100%;text-align: center; color:#fff;font-size: 30px;z-index: 30000;animation: downico 1.5s ease-out infinite;
	 /*animation:toggleMove .8s infinite;
	 -moz-animation:toggleMove 10.8s infinite;
	 -webkit-animation:toggleMove .8s infinite;
	 -o-animation:toggleMove .8s infinite*/
}

@keyframes downico {
  0% {
    opacity: 1;
    bottom: 8px;
  }
  35% {
    opacity: 1;
    bottom: 18px;
  }
  65% {
    opacity: 1;
    bottom: -2px;
  }
  100% {
    opacity: 1;
    bottom: 8px;
  }
}

.q_arrow_bottom i{text-shadow: 0 7px #fff;}

/* fullPage 全屏整屏轮播css样式代码  开始 */
	.fullPage{width: 100%;height: auto;position: relative;left:0;right:0;top: 0;bottom: 0;overflow: hidden;}
	.full_box{position: absolute;width: 100%;height: auto;left: 0;top:0;}
	.full_box .full{width: 100%;overflow: hidden;position: relative;background-size: cover!important;}
	.full_box .full h1{text-align: center;color:#fff;}
	.full_box .full ol{padding:0;}
	ol.full_nav{padding:0;}
	.full_nav{position: absolute;right:30px;top:50%;display: none;z-index:2;}
	/* ----------------------nav 和 嵌套nav-------------------------- */
	.full_nav>li,.nest_full_nav>li{width: 15px;height: 15px;background: rgba(255,255,255,.9);cursor: pointer;
		-webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	}
	.nest_full_nav>li{width: 50px;height: 7px;background: rgba(255,255,255,.9);cursor: pointer;
		-webkit-border-radius: 0;
	    -moz-border-radius: 0%;
	    border-radius: 0%;
	}
	.full_nav>li{margin-top: 15px;position: relative;}
	.nest_full_nav>li{float: left;margin-left: 15px;position: relative;}
	.full_nav>li:first-child,.nest_full_nav>li:first-child{margin: 0;}
	.full_nav>li.active,.nest_full_nav>li.active{background: #fda433;}
	.full_nav>li:hover,.nest_full_nav>li:hover{opacity: 0.8;}

	/*============================嵌套full=========================*/
	.nest_full_box{position: absolute;left: 0;top: 0;}
	.nest_full_box .nest_full{width: 100%;float: left;overflow: hidden;position: relative;background-size: cover!important;}
	.nest_full h1{text-align: center;}
	.nest_full_nav{position: absolute;bottom: 50px;left: 50%;display: none;z-index: 2;}
	/*-----------------------左右按钮-------------------- */
	.full-btn{width: 80px;height: 80px;background: #000;color: white;font-size: 26px;text-align: center;line-height: 80px;
		position: absolute;
		top:50%;
		margin-top:-40px;
		cursor: pointer;
		opacity: .6;
		z-index:9999;
	}
	.btn_left{left:80px;}
	.btn_right{right:80px;}
	/*---------------------------nav tips-----------------------*/
	.tip_box{position: absolute;right: 18px;top: -5px;width: 140px;height: 30px;font-size: 12px;display: none;}
	.tip_content{float: right;width:auto;height: 25px;line-height: 25px;border:1px #000 solid;padding:0 10px;background: #000;color: #ffffff;
		opacity: .8;
		-webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	}
	.san{float: right;width: 0;height: 0;
	    border-top: 8px solid transparent;
	    border-left: 8px solid #000;
	    border-bottom: 8px solid transparent;
	    margin-top:4px;
	    opacity: .8;
	}
	/*---------------------------q_header-----------------------*/
	.q_header{width: 100%;height:auto;position: fixed;left: 0;top: 0;z-index:3;}

	@media(max-width: 760px){
		.full_nav{right:15px;}
		.nest_full_nav>li{width:35px;height:4px;margin-left: 10px;}

	}
	.q_header_bg{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.q_header_bg .q_logo {top:5px;}
	.cd-nav-trigger.cd-nav-trigger_bg{width:60px;height:60px;top:15px;}
	
	.fp-viewing-1 .q_header{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.fp-viewing-1 .q_header .q_logo {top:5px;}
	.fp-viewing-1 .cd-nav-trigger{width:60px;height:60px;top:15px;}

	.fp-viewing-2 .q_header{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.fp-viewing-2 .q_header .q_logo {top:5px;}
	.fp-viewing-2 .cd-nav-trigger{width:60px;height:60px;top:15px;}

	.fp-viewing-3 .q_header{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.fp-viewing-3 .q_header .q_logo {top:5px;}
	.fp-viewing-3 .cd-nav-trigger{width:60px;height:60px;top:15px;}

	.fp-viewing-4 .q_header{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.fp-viewing-4 .q_header .q_logo {top:5px;}
	.fp-viewing-4 .cd-nav-trigger{width:60px;height:60px;top:15px;}

	.fp-viewing-5 .q_header{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.fp-viewing-5 .q_header .q_logo {top:5px;}
	.fp-viewing-5  .cd-nav-trigger{width:60px;height:60px;top:15px;}

	.fp-viewing-6 .q_header{width:100%;height:90px;background-color: rgba(0,0,0,.3);box-shadow: 0 0 3px #333;animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;}
	.fp-viewing-6 .q_header .q_logo {top:5px;}
	.fp-viewing-6 .cd-nav-trigger{width:60px;height:60px;top:15px;}

	@media(max-width: 640px){
		
		.q_header_bg{height:60px;}
		.q_header_bg .q_logo{top:12px;left:10px;}
		.cd-nav-trigger.cd-nav-trigger_bg{width:40px;height:40px; top:10px;}

		.fp-viewing-1 .q_header{height:60px;}
		.fp-viewing-1 .q_header .q_logo{top:12px;left:10px;}
		.fp-viewing-1 .cd-nav-trigger{width:40px;height:40px; top:10px;}

		.fp-viewing-2 .q_header{height:60px;}
		.fp-viewing-2 .q_header .q_logo{top:12px;left:10px;}
		.fp-viewing-2 .cd-nav-trigger{width:40px;height:40px; top:10px;}

		.fp-viewing-3 .q_header{height:60px;}
		.fp-viewing-3 .q_header .q_logo{top:12px;left:10px;}
		.fp-viewing-3 .cd-nav-trigger{width:40px;height:40px; top:10px;}

		.fp-viewing-4 .q_header{height:60px;}
		.fp-viewing-4 .q_header .q_logo{top:12px;left:10px;}
		.fp-viewing-4 .cd-nav-trigger{width:40px;height:40px; top:10px;}

		.fp-viewing-5 .q_header{height:60px;}
		.fp-viewing-5 .q_header .q_logo{top:12px;left:10px;}
		.fp-viewing-5 .cd-nav-trigger{width:40px;height:40px; top:10px;}

		.fp-viewing-6 .q_header{height:60px;}
		.fp-viewing-6 .q_header .q_logo{top:12px;left:10px;}
		.fp-viewing-6 .cd-nav-trigger{width:40px;height:40px; top:10px;}


	}

/* fullPage 全屏整屏轮播css样式代码  结束 */

/* 右上角 导航菜单js脚本代码 开始 */
	nav a{color:#1e6074;text-decoration:none}
	html,body{height:100%}
	.q_nav{position: relative;z-index: 3;}
	.cd-nav-trigger{position:fixed;display:inline-block;z-index: 5;}
	.cd-nav-trigger{top:5%;right:5%;height:75px;width:75px;z-index:9999999;overflow:hidden;text-indent:100%;white-space:nowrap;}
	a.cd-nav-trigger{outline: none;}
	.cd-nav-trigger .cd-icon{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:inline-block;width:30px;height:3px;background-color:#222;z-index:10}
	.cd-nav-trigger .cd-icon::before,.cd-nav-trigger .cd-icon:after{position:absolute;top:0;right:0;width:100%;height:100%;background-color:#000;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s}
	.cd-nav-trigger .cd-icon::before{-webkit-transform:translateY(-6px) rotate(0deg);-moz-transform:translateY(-6px) rotate(0deg);-ms-transform:translateY(-6px) rotate(0deg);-o-transform:translateY(-6px) rotate(0deg);transform:translateY(-6px) rotate(0deg)}
	.cd-nav-trigger .cd-icon::after{-webkit-transform:translateY(6px) rotate(0deg);-moz-transform:translateY(6px) rotate(0deg);-ms-transform:translateY(6px) rotate(0deg);-o-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg)}
	.cd-nav-trigger::before,.cd-nav-trigger::after{position:absolute;top:0;left:0;border-radius:50%;height:100%;width:100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform}
	.cd-nav-trigger::before{background-color:#fff;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s}
	.cd-nav-trigger::after{background-color:#fff;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}
	.cd-nav-trigger.close-nav::before{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	.cd-nav-trigger.close-nav::after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s}
	.cd-nav-trigger.close-nav .cd-icon{background-color:transparent}
	.cd-nav-trigger.close-nav .cd-icon::before,.cd-nav-trigger.close-nav .cd-icon::after{background-color:#000}
	.cd-nav-trigger.close-nav .cd-icon::before{-webkit-transform:translateY(0) rotate(45deg);-moz-transform:translateY(0) rotate(45deg);-ms-transform:translateY(0) rotate(45deg);-o-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}
	.cd-nav-trigger.close-nav .cd-icon::after{-webkit-transform:translateY(0) rotate(-45deg);-moz-transform:translateY(0) rotate(-45deg);-ms-transform:translateY(0) rotate(-45deg);-o-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}
	.cd-primary-nav{position:fixed;left:0;top:0;height:100%;width:100%;padding:120px 5% 80px;z-index:9999999;background-color:rgba(0,0,0,.9);overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .3s;-moz-transition:visibility 0s,opacity .3s;transition:visibility 0s,opacity .3s}
	.cd-primary-nav >li{margin:2em 0;text-align:center;text-transform:capitalize;width:100%;float:none;}
	.cd-primary-nav >li >span{display: inline;margin-left: 25px;font-size:20px;color:#fff;letter-spacing:3px;}
	.cd-primary-nav >li>a{outline: none; position: relative; font-size:20px;color:#fff;letter-spacing:3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:color .2s;-moz-transition:color .2s;transition:color .2s}
	/*.cd-primary-nav >li>a:after{position: absolute;left: 50%;bottom: -20px;content: "";width: 0;height: 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;}
	.cd-primary-nav >li>a:hover:after{width: 100%;background-color: #fda433;transform: translateX(-50%);}*/
	.no-touch .cd-primary-nav a:hover{color:#fff}
	.cd-primary-nav.fade-in{visibility:visible;opacity:1}
	.cd-primary-nav .q_nav_son{display: none;}
	.q_nav_son{margin:10px auto 0;text-align: center;padding:10px 15px;}
	.q_nav_son li{margin:0 auto;line-height: 25px;padding:0 10px; margin:5px auto;}
	.q_nav_son li a{color:#ccc;font-size: 14px;outline: none;}
	.q_nav_son li a:hover{color:#fda433;}
	@media only screen and (min-width:768px){
		.cd-primary-nav{padding:30% 5% 80px;}
		.cd-primary-nav >li{margin:2em 0;width:16.6%;float:left;}
		.cd-primary-nav >li>a{font-size:19px;}
		.cd-primary-nav >li >span{display: none}
		.q_nav_son li{line-height: 25px;}
		.q_nav_son li a{font-size: 14px;}
	}
	@media only screen and (min-width:1170px){
		.cd-primary-nav{padding:20% 5% 80px;}
		.cd-primary-nav >li{margin:2.4em 0;width:16.6%;float:left;}
		.cd-primary-nav >li>a{font-size:22px;letter-spacing:3px;}
		.cd-primary-nav >li >span{display: none}
		.q_nav_son li{line-height: 30px;}
		.q_nav_son li a{font-size: 15px;}
	}	
	@media only screen and (min-width:1400px){
		.cd-primary-nav{padding:20% 5% 80px;}
		.cd-primary-nav >li{margin:2.6em 0;width:16.6%;float:left;}
		.cd-primary-nav >li>a{font-size:26px;letter-spacing:4px;}
		.cd-primary-nav >li > span{display: none}
		.q_nav_son{margin:15px auto 0;text-align: center;padding:15px 20px;}
		.q_nav_son li{line-height: 40px;}
		.q_nav_son li a{font-size: 18px;}
	}
	.cd-overlay-nav,.cd-overlay-content{position:fixed;top:18px;right:5%;height:4px;width:4px;-webkit-transform:translateX(-20px) translateY(20px);-moz-transform:translateX(-20px) translateY(20px);-ms-transform:translateX(-20px) translateY(20px);-o-transform:translateX(-20px) translateY(20px);transform:translateX(-20px) translateY(20px)}
	.cd-overlay-nav span,.cd-overlay-content span{display:inline-block;position:absolute;border-radius:50%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	.cd-overlay-nav.is-hidden,.cd-overlay-content.is-hidden{opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}
	.cd-overlay-nav{z-index:2}
	.cd-overlay-nav span{background-color:rgba(0,0,0,.9);}
	.cd-overlay-content{z-index:4}
	.cd-overlay-content span{background-color:#fda433}
	@media(max-width: 1600px){
		.cd-nav-trigger{height:70px;width:70px;}
	}
	@media(max-width: 1400px){
		.cd-nav-trigger{height:60px;width:60px;}
	}
	@media(max-width: 1000px){
		.cd-nav-trigger{height:50px;width:50px;}
		.cd-nav-trigger .cd-icon{height:2px;border-radius: 3px;width:20px;}
	}
	@media(max-width: 760px){
		.cd-nav-trigger{height:40px;width:40px;top:20px;right:20px;}
		.cd-nav-trigger .cd-icon{width:18px;}
	}
/* 右上角 导航菜单js脚本代码 结束 */

/* 左上角 网站LOGO 代码 开始 */
	.q_logo{position:fixed;display:inline-block;top:5%;left:5%;z-index:9999999;}
	.q_logo a{outline: none;outline: none;color:#fff;display:block;float:left;}
	.q_search{line-height: 50px; font-size: 36px;width:50px;height:50px;margin-left:25px;margin-top:15px;}
	@media(max-width: 1400px){
		.q_logo{max-width: 290px;top:5%;}
		.q_logo_img{max-width: 230px;}
		.q_search{line-height: 24px; font-size: 24px;width:40px;height:40px;margin-left:20px;}
	}

	@media(max-width: 760px){
		.q_logo{max-width: 240px;top:15px;left: 20px;}
		.q_logo_img{max-width: 230px;height:40px;}
		.q_logo_img img{height:40px;}
		.q_search{line-height: 24px; font-size: 24px;width:30px;height:30px;margin-left:14px;margin-left:20px;}
	}
	@media(max-width:640px ){
		.q_logo .q_search{display: none;}
	}

/* 左上角 网站LOGO 代码 结束 */

/* 首屏关注微信 q_wx_img 开始 */	
	.q_wx_img{position: absolute;width:100%;padding:50px 5%;left:0;bottom:30px;text-align: right;z-index: 2;}
	.q_wx_img_item{display: inline;border:1px solid #fff;padding:15px 20px;margin:0 10px;color:#fff;font-size: 18px;line-height: 30px;position: relative;}
	.q_wx_img_item i{line-height: 30px;font-size: 22px;margin-right: 10px;}
	.q_wx_img_item_hover{position: absolute;width:120px;height:120px;left:50%;margin-left: -60px;top:-135px;top:0;border:1px solid #fff;padding: 5px;opacity: 0;transition: all 0.8s;}
	
	@media(max-width: 1400px){
		.q_wx_img{padding:45px 3%;}
		.q_wx_img_item{padding:12px 20px;margin:5px;font-size: 15px;line-height: 25px;}
		.q_wx_img_item i{line-height: 25px;font-size: 18px;margin-right: 5px;}
		.q_wx_img_item_hover{width:100px;height:100px;margin-left: -50px;padding: 5px;}
	}	
	@media(max-width: 760px){
		.q_wx_img{text-align: center;padding:45px 2%;display: none;}
		.q_wx_img_item{padding:10px 15px;margin:5px 4px;font-size: 12px;line-height: 25px;}
		.q_wx_img_item i{line-height: 25px;font-size: 15px;margin-right: 5px;}
		.q_wx_img_item_hover{width:90px;height:90px;margin-left: -45px;padding: 5px;}
	}
/* 首屏关注微信 q_wx_img 结束 */

/* 首屏搜索弹出框 q_search_div 开始 */
	.q_search_div{position: fixed;width:100%;height:100%;left:0;top:-100%;background-color: #fff;z-index: 99999999999999999999999999999999;background:url('../images/q_search_div_bg.jpg') no-repeat center center; background-size: cover;}
	.q_search_form{position: absolute;width:100%;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding:0 25%;
	}
	.q_search_img{width:100%;margin:0 auto 50px; text-align: center;display: block;outline: none;}
	.q_search_form .input{border:1px solid #fff;height: 44px;line-height: 30px;background-color: rgba(255,255,255,0);color:#fff;}
	.input::-webkit-input-placeholder {color:#fff;}
	.input::-moz-placeholder {color:#fff;}
	.input::-ms-input-placeholder {color:#fff;}
	.q_search_form .addbtn .button{border:1px solid #fff;line-height: 30px;padding: 6px 25px; font-size: 16px;color:#fff;}
	.q_search_form .addbtn .button:hover{background-color:rgba(255,255,255,0);}
	.q_search_form .input:focus{border:1px solid #fff;}
	.q_search_div_close{position: absolute;display: inline-block;top:5%;right:5%;color:#fff;font-size: 25px;text-align: right;cursor: pointer;}
	@media(max-width: 640px){
		.q_search_form{padding:0 15%;}
		.q_search_img img{max-width: 250px;}
		.q_search_div_close{font-size: 18px;}
	}
/* 首屏搜索弹出框 q_search_div 结束 */
	.full{z-index: 1;}
	.full1{background:url('../images/section1_bg.jpg') no-repeat center center;background-size: cover;}
	.full2{background:url('../images/section2_bg.jpg') no-repeat center center;background-size: cover;}
	.full3{background:url('../images/section3_bg.jpg') no-repeat center center;background-size: cover;}
	.full4{background:url('../images/section4_bg.jpg') no-repeat center center;background-size: cover;}
	.full5{background:url('../images/section5_bg.jpg') no-repeat center center;background-size: cover;}
	.full6{background:url('../images/section6_bg.jpg') no-repeat center center;background-size: cover;}
	.full7{background:url('../images/section7_bg.jpg') no-repeat center center;background-size: cover;}

	.full1_1{background:url('../images/banner1.jpg') no-repeat center center;background-size: cover;}
	.full1_2{background:url('../images/banner2.jpg') no-repeat center center;background-size: cover;}
	.full1_3{background:url('../images/banner3.jpg') no-repeat center center;background-size: cover;}

	.fp-tableCell {position: relative;display: block;vertical-align: middle;width: 100%;height: 100%;}
	.fp-slidesNav.fp-bottom {bottom:120px;z-index: 9;display: none;}
	.fp-slidesNav ul{text-align: center;}
	.fp-slidesNav.fp-bottom ul li{width: 50px;height: 6px;margin: 7px;background-color:rgba(255,255,255,0);border-radius:0;padding:0;}
	.fp-slidesNav ul li a{outline: none;width: 50px;height: 6px;background-color: #fff;}
	.fp-slidesNav ul li a.active{background-color: #fda433;}
	.fp-slidesNav ul li a span{opacity: 0;}
	/*.fp-controlArrow{display: none;}*/
	@media(max-width: 640px){
		.full1_1{background:url('../images/banner1.jpg') no-repeat center center;background-size: cover;}
		.full1_2{background:url('../images/banner2_m.jpg') no-repeat center center;background-size: cover;}
		.full1_3{background:url('../images/banner3_m.jpg') no-repeat center center;background-size: cover;}
	}
/* 首页第二屏 full2 开始 */
	@media(max-width: 640px){
		.full2{background-image:url('../images/section2_bg_640.jpg') !important;}
	}

/* 首页第二屏 full2 结束 */

/* 首页第三屏 full3 开始 */

	/* 第三屏主体内容 full3_main */
	.full3_main{width:30%;margin:0;padding:8% 0 0 8%;}
	.full3_main_h{width:100%;font-size: 35px;color:#272a2f;line-height: 40px;letter-spacing: 0px;}
	.full3_main_p{width:85%;margin:35px 0 0; font-size: 14px;color:#333;line-height: 25px;letter-spacing: 0px;text-align: justify;}
	.full3_main_a{width:100%;margin:35px auto 0;}
	.full3_main_a a{outline: none;padding:10px 35px;color:#fff;background-color:#fda433;border-radius: 25px;display: inline-block; }

	/* 底部 */
	.full3_bottom{position: absolute;left:0;bottom:0;width:100%;background:url('../images/full3_bottom.jpg') no-repeat center center;padding:0 20px;text-align: center; }
	.full3_bottom_item{display: inline-block;height:100%;background-color: #444;margin:0 40px;padding:15px 10px;}
	.full3_bottom_item a{outline: none;display: block;width:100%;color:#fff;font-size: 16px;}
	.full3_bottom_item_img{width:100%;margin:0 auto;padding:0;}
	.full3_bottom_item_img img{width:110px;}
	.full3_bottom_item_txt{width:100%;margin:10px auto 0;padding:0;line-height: 25px;height:25px;overflow: hidden;}
	.full3_bottom_item:hover .full3_bottom_item_txt a{color:#fda433;transition: all 0.6s;}

	@media(max-width: 1400px){
		.full3_main{width:33%;margin:0;padding:10% 0 0 7%;}
		.full3_main_h{font-size: 26px;line-height: 30px;}
		.full3_main_p{width:87%;margin:30px 0 0; font-size: 13px;line-height: 22px;}
		.full3_bottom_item_img img{width:100px;}
		.full3{background-image:url('../images/section3_bg1400.jpg')!important;}
		/* 底部 */
		.full3_bottom{bottom:-200px; }
		.full3_bottom_item{margin:0 35px;}
		.full3_bottom_item a{font-size: 15px;}
		.full3_bottom_item_img img{width:76px;}
		.full3_bottom_item_txt{line-height: 25px;height:25px;}
	}
	@media(max-width: 640px){
		.full3_main{width:100%;margin:30% auto 0; padding:0 10%;}
		.full3_main_h{font-size: 24px;line-height: 30px;margin:5% auto 0;color:#eee;}
		.full3_main_p{width:90%;margin:15px 0 0; font-size: 12px;line-height: 21px;color:#ddd;}
		.full3_main_a{margin:18px auto 0;}
		.full3_main_a a{padding:8px 25px;font-size: 13px; }

		.full3{background-image:url('../images/section3_bg_640.jpg') !important;}
		.full3_bottom{display: none;}
	}

/* 首页第三屏 full3 结束 */

/* 首页第四屏 full4 开始 */

	.swiper_full_pc{width:100%;height:100%;}
	.swiper_full_pc .swiper-wrapper{height:100%;}
	.swiper_full_pc .swiper-wrapper .swiper-slide{height:100%;}
	.product_slide{width:100%;height:100%;position: relative;}

	.full4_item{position: relative;height:100%;}
	.full4_item_out{position: absolute;width:100%;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		padding:0 20px;
		text-align: center;
	}
	.full4_item a{outline: none;display: block;width:100%;}
	.full4_item_out_h{width:100%;margin:5% auto 0;font-size: 17px;color:#444;}
	.full4_item_out_h_p{width:100%;margin:1% auto 0;font-size: 14px;color:#89795a;}
	.full4_item_mask{position: absolute;z-index: 1;background-color: rgba(0,0,0,0);width: 100%;height:100%;transition: all .6s;opacity: 0;}
	.full4_item_mask_in{position: absolute;width:100%;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		padding:0 25px;
		text-align: center;

	}
	.full4_item_mask_in_more{width:100%;margin:0 auto;}
	.full4_item_mask_in_more a{outline: none;}
	.full4_item_mask_in_p{width:100%;margin:15% auto;color:#fff;}
	.full4_item_mask_in_p p{text-align: center;font-size: 30px;line-height: 45px;margin:10px auto;}
	.full4_item:hover .full4_item_mask{background-color: rgba(2,22,33,.2);opacity: 1;}
	.full4_item_mask_in_span{width:65px;height:3px;background-color: #fda433;margin:0 auto;}
	.swiper_full_pc .full4_nav{bottom: 10%;}

	@media(max-width: 1400px){
		.full4_item_out_h{font-size: 16px;}
		.full4_item_out_h_p{font-size: 13px;}
		.full4_item_mask_in_more a img{max-width: 50px;}
		.full4_item_mask_in_p{margin:12% auto;}
		.full4_item_mask_in_p p{font-size: 24px;line-height: 35px;margin:10px auto;}
		.full4_item_mask_in_span{width:50px;height:3px;}
	}
	@media(max-width: 640px){
		.full4{background-image:url('../images/section4_bg_640.jpg') !important;}
		.full4_item_out_h{font-size: 14px;}
	}

	/* 移动端样式 */

	.full4_m,.full4_m_list,.swiper_full4{position: absolute;width: 100%; height:100%;}
	.swiper_full4{padding:0 15px;}
	.swiper_full4 .swiper-pagination-bullet{background-color: rgba(0,0,0,.5);opacity: 1;}
	.swiper_full4 .swiper-pagination-bullet-active{background-color: #fda433;opacity: 1;}
	.swiper_full4 .full4_nav{bottom: 20px;}



/* 首页第四屏 full4 结束 */

/* 首页第五屏 full5 开始 */
	.full5_top{width:100%;height:5px;position: absolute;left:0;top:0;background-color: #fda433;}
	.full5_txt{ display:inline-block;background:url('../images/full5_txt_bg.png') no-repeat center top;margin:1% 0 0 10%;padding:100px 0 0;text-align: center;}
	.full5_txt_h{width:100%;margin:0 auto;font-size: 53px;color:rgba(0,0,0,0.6);font-weight: bold;letter-spacing: 2px;}
	.full5_txt_p{width:100%;margin:10px auto;line-height: 30px;font-size: 18px;color:rgba(0,0,0,.4);letter-spacing: 0px;}
	.full5_main{width:100%;margin:2% auto 0;}
	.full5_main_item{position: relative;width:100%;margin:0 auto;padding:0;}
	.full5_main_item_mask{position: absolute;width:100%;height:100%;margin:0 auto;padding:60px;left:0;top:0;}
	.full5_main_r_h{width:100%;margin:0 auto;padding:0;font-size: 21px;color:#ffb218;}
	.full5_main_r_list{width:100%;margin:50px auto 0;padding:0 40px;}
	.full5_main_r_item{width:100%;margin:20px auto;padding:0;color:#fff;letter-spacing: 0px;}
	.full5_main_r_item h3{width:100%;margin:0 auto 5px;padding:0 35px;font-size: 20px; background:url('../images/full5_main_r_item_disc.png') no-repeat left center;line-height: 30px;height:30px;}
	.full5_main_r_item p{width:100%;margin:0 auto;padding:0 35px; font-size: 14px;line-height: 22px;}

	@media(max-width: 1400px){
		.full5_txt{margin:0.5% 0 0 7%;padding:65px 0 0;}
		.full5_txt_h{font-size: 35px;letter-spacing: 1px;}
		.full5_txt_p{margin:8px auto;line-height: 25px;font-size: 16px;}
		.full5_main{margin:2% auto 0;}
		.full5_main_item_mask{padding:20px 35px;}
		.full5_main_r_h{font-size: 18px;}
		.full5_main_r_list{margin:20px auto 0;padding:0 25px;}
		.full5_main_r_item{margin:5px auto;}
		.full5_main_r_item h3{margin:0 auto;padding:0 25px;font-size: 16px;line-height: 23px;height:23px;}
		.full5_main_r_item p{padding:0 10px 0 25px; font-size: 11px;line-height: 20px;}
	}
	@media(max-width: 640px){
		.full5{background:none!important; background-color: #2e2f31!important;}
		.full5_top,.full5_txt{display: none;}
		.full5_main_item_mask{padding:100px 15px;}
		.full5_main_r_h,.full5_main_r_h_en{text-align: center;}
		.full5_main_r_list{margin:45px auto 0;padding:0 20px;}
		.full5_main_r_item{margin:12px auto;}
		.full5_main_r_item h3{margin:0 auto 3px;padding:0 25px;font-size: 16px;line-height: 22px;height:22px;}
		.full5_main_r_item p{padding:0 0 0 25px; font-size: 10px;line-height: 18px;}
	}
/* 首页第五屏 full5 结束 */

/* 首页第六屏 full6 开始 */
	@media(max-width: 640px){
		.full6{background-image:url('../images/section6_bg_640.jpg') !important;}
	}


	@-webkit-keyframes z {
		from { 
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		}
		to { 
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1); 
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1); 
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1); 
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1); 
		}
	}
	@-webkit-keyframes y {
		from { 
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		}
		to { 
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1); 
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1); 
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1); 
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1); 
		}
	}
	.q_contact_index { -webkit-transition: all 1s 0s; -moz-transition: all 1s 0s; -ms-transition: all 1s 0s; position: absolute; width:100%; top:50%;margin-top: -400px;}
	.q_contact_index ul { margin: 0; padding: 0;
		-webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		-moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		-ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
	}
	.q_contact_index ul li { list-style: none; position: absolute; width: 800px; height: 800px; left: 50%;margin-left: -400px;}
	.q_contact_index li img {max-width:100%; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
	.q_contact_index ul li:nth-of-type(1) { 
		-webkit-transition: all 1.2s 0s; 
		-moz-transition: all 1.2s 0s; 
		-ms-transition: all 1.2s 0s; 
		transition: all 1.2s 0s; 
		-webkit-transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		-moz-transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		-ms-transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
		transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
	}
	.q_contact_index ul li:nth-of-type(1) img { 
		-webkit-animation: z 5s linear 0s infinite; 
		-moz-animation: z 5s linear 0s infinite; 
		-ms-animation: z 5s linear 0s infinite; 
		animation: z 5s linear 0s infinite; 
	}

	/*.lanren ul li:nth-of-type(2) { 
		-webkit-animation: y 20s linear 0s infinite; 
		-moz-animation: y 20s linear 0s infinite; 
		-ms-animation: y 20s linear 0s infinite; 
		animation: y 20s linear 0s infinite; 
	}*/
	/*.lanren ul li:nth-of-type(3) { 
		-webkit-animation: z 10s linear 0s infinite; 
		-moz-animation: z 10s linear 0s infinite; 
		-ms-animation: z 10s linear 0s infinite; 
		animation: z 10s linear 0s infinite; 
	}*/
	@media(max-width: 1400px){
		.q_contact_index {margin-top: -250px;}
		.q_contact_index ul li {width: 500px; height: 500px;margin-left: -250px;}
	}	
	@media(max-width: 1000px){
		.q_contact_index {margin-top: -200px;}
		.q_contact_index ul li {width: 400px; height: 400px;margin-left: -200px;}
	}	
	@media(max-width: 640px){
		.q_contact_index {margin-top: -220px;}
		.q_contact_index ul li {width: 440px; height: 440px;margin-left: -220px;}
	}
	@media(max-width: 500px){
		.q_contact_index {margin-top: -205px;}
		.q_contact_index ul li {width: 410px; height: 410px;margin-left: -205px;}
	}	
	@media(max-width: 400px){
		.q_contact_index {margin-top: -165px;}
		.q_contact_index ul li {width: 330px; height: 330px;margin-left: -165px;}
	}
	@media(max-width: 350px){
		.q_contact_index {margin-top: -150px;}
		.q_contact_index ul li {width: 300px; height: 300px;margin-left: -150px;}
	}
	@media(max-width: 320px){
		.q_contact_index {margin-top: -140px;}
		.q_contact_index ul li {width: 280px; height: 280px;margin-left: -140px;}
	}



/* 首页第六屏 full6 结束 */

/* 首页第七屏 full7 开始 */
	.full7_main{width:100%;padding:9% 50px 0;text-align: center;color:#fff;}
	.full7_main_h{width:100%;margin:0 auto;padding:0;font-size: 48px;line-height: 60px;height:60px;}
	.full7_main_h_en{width:100%;margin:25px auto 0;padding:0;font-size: 18px;line-height: 30px;height:30px;text-transform:uppercase;}
	.full7_main_list{width:75%;margin:10% auto 0;padding:0;position: relative;}
	.full7_button_next{background:url('../images/full7_button_next.png'); right:-80px;}
	.full7_button_prev{background:url('../images/full7_button_pre.png');left: -80px;}
	.full7_button{width:69px;height:69px;background-size: cover;margin-top: -34.5px;z-index: 2;}
	.swiper_full7 .swiper-slide img{box-shadow: 0 10px 0px #00153c;}
	.full7 .q_footer{bottom:0;}
	@media(max-width: 1400px){
		.full7_main{padding:7% 50px 0;}
		.full7_main_h{font-size: 36px;line-height: 50px;height:50px;}
		.full7_main_h_en{margin:20px auto 0;font-size: 16px;line-height: 30px;height:30px;}
		.full7_button{width:50px;height:50px;margin-top: -25px;}
	}	
	@media(max-width: 1000px){
		.full7_main{padding:15% 50px 0;}
		.full7_main_h{font-size: 28px;line-height: 40px;height:40px;}
		.full7_main_h_en{margin:20px auto 0;font-size: 16px;line-height: 30px;height:30px;}
		.full7_button{width:50px;height:50px;margin-top: -25px;}
	}
	@media(max-width: 640px){
		.full7{background-image:url('../images/section7_bg_640.jpg') !important;}
		.full7_main{padding:100px 30px 0;}
		.full7_main_h{font-size: 21px;line-height: 30px;height:30px;}
		.full7_main_h_en{margin:15px auto 0;font-size: 13px;line-height: 25px;height:25px;}
		.full7_main_list_m{width:100%;margin:40px auto 0;padding:0 5px;}
		.full7_main_list_m .x6{padding:0 15px;margin:10px auto;}
	}

/* 首页第七屏 full7 结束 */

	/*---------------------------q_footer-----------------------*/
	.q_footer{position: absolute;left: 0;width: 100%;height: auto;background: rgba(0,0,0,.8);color: #fff;text-align: center;z-index: 15;}
	.q_footer_n{position: relative;left: 0;width: 100%;height: auto;background:url('../images/q_footer_n_bg.jpg') no-repeat center bottom;color: #fff;text-align: center;}
	.q_footer_main{width:100%;margin:0 auto;padding:25px 30px;border-top:1px solid #fda433;font-size: 12px;}
	.q_footer p,.q_footer_n p{padding:0 25px; text-align: center;line-height: 20px; color:#fff;}
	.q_footer p span,.q_footer_n p span{display: inline-block;margin:5px 10px;}
	.q_footer_wx{width:100%;margin:10px auto 0;text-align: center;}
	.q_footer_wx img{margin:0 5px;}
	.q_footer_main a{color:#fff;}
	.q_footer_qidianet a{outline: none;color:#aaa;}

	@media(max-width: 1400px){
		.q_footer_main{padding:20px 25px;font-size: 11px;}
		.q_footer p,.q_footer_n p{padding:0 20px;line-height: 18px;}
		.q_footer p span,.q_footer_n p span{margin:2px 8px;}
		.q_footer_wx{width:100%;margin:5px auto 0;}
		.q_footer_wx img{width:65px;}
		.q_footer_qidianet a{outline: none;color:#aaa;}
	}

	@media(max-width: 640px){
		.q_footer_wx{display:none;}
		.q_footer_main{padding:10px 15px;font-size: 11px;border-top:2px solid #fda433;}
		.q_footer p,.q_footer_n p{padding:0 10px;line-height: 16px;}
		.q_footer p span,.q_footer_n p span{margin:0 3px;}
		.q_footer .q_footer_main span.m_hidden,.q_footer_n .q_footer_main span.m_hidden{display: none;}
	}

/* 网站内页 第一屏全屏 开始 */
	.page1{position: relative;width:100%;height:100%;top:0;left:0;}
	.page2{position: relative;width:100%;top:0;left:0;}
	.q_banner_n{background:url('../images/q_banner_n_bg.jpg') no-repeat center center;background-size: cover;}
	.q_about_n{background-image:url('../images/q_about_n.jpg');background-size: cover;}
	.q_join_n{background-image:url('../images/q_join_n.jpg');background-size: cover;}
	.q_event_n{background-image:url('../images/q_event_n.jpg');background-size: cover;}
	.q_news_n{background-image:url('../images/q_news_n.jpg');background-size: cover;}
	.q_partner_n{background-image:url('../images/q_partner_n.jpg');background-size: cover;}
	.q_products_n{background-image:url('../images/q_products_n.jpg');background-size: cover;}
	.q_contact_n{background-image:url('../images/q_contact_n.jpg');background-size: cover;}
	@media(max-width: 640px){
		.page1{position: static;width:100%;height:auto;}
		.page2{position: static;width:100%;}
	}

/* 网站内页 第一屏全屏 结束 */

/* 内页关于我们页面 q_about_n 开始 */
	.q_about_n1{width:100%;margin:0 auto;padding:0;}
	.q_about_n1_l,.q_about_n1_r{position: relative;}
	.q_about_n_mask{position: absolute;width:100%height:100%;padding:20% 10% 0;top:0;left:0;}
	.q_about_n1_l_h{width:100%;margin:0 auto;padding:0;font-size: 36px;color:#272a2f;height: 50px;line-height: 50px;text-align: center;}
	.q_about_n1_l_p{width:100%;margin:30px auto;line-height: 33px;font-size: 15px;color:#333;text-align: justify;text-indent: 30px;}
	@media(max-width: 1400px){
		.q_about_n_mask{padding:10% 8% 0;}
		.q_about_n1_l_h{font-size: 24px;height: 30px;line-height: 30px;}
		.q_about_n1_l_p{margin:15px auto;line-height: 20px;font-size: 12px;text-indent: 26px;}
	}
/* 内页关于我们页面 q_about_n 结束 */

/* 内页发展历程 q_event_n 开始 */
	.q_event_n_main{width:100%;margin:0 auto;position: relative;background:#f4f5f9 url('../images/q_event_n_main_bg.jpg') no-repeat center top;}
	.q_event_n_main_mask{position: relative;width:100%;padding:65px 0 0;margin:0 auto;}
	@media(max-width: 640px){
		.q_event_n_main_mask{padding:30px 0;}
	}
/* 内页发展历程 q_event_n 结束 */

/* 内页通用设置 开始 */
	/* 内页二级导航 */
	.q_nav_n{width:100%;margin:0 auto;padding:0 15px;height:44px;}
	.q_nav_n_main{width:75%;float:left;height:44px;}
	.q_nav_n_main li{display: inline-block;margin-right: 15px;height:44px;line-height: 44px;padding:0 5px;font-size: 20px;position: relative;}
	.q_nav_n_main li a{color:#999;outline: none;}
	.q_nav_n_main li:hover a,.q_nav_n_main li.on a{color:#444;}
	.q_nav_n_main li:after{position: absolute;left: 50%;bottom: -5px;content: "";width: 0;height: 2px;
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		    -ms-transition: all 0.5s ease-in-out;
		     -o-transition: all 0.5s ease-in-out;
		        transition: all 0.5s ease-in-out;}
	.q_nav_n_main li:hover:after,.q_nav_n_main li.on:after{width: 100%;background-color: #444;transform: translateX(-50%);}

	.q_nav_n_search{width:20%;float:right;}
	.q_nav_form .form-group{padding-bottom: 0;}
	.q_nav_form .form-group .input{width:100%;border:1px solid #333;border-radius: 30px;line-height: 30px;padding:7px 15px;height: 44px;font-size: 15px;color:#333;letter-spacing: 1px;}
	.q_nav_form .form-group .field-icon .icon {position: absolute;left: 0;top:0;right: auto;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;font-weight: normal;}
	.q_nav_form .form-group input::-webkit-input-placeholder {color: #000;}
	.q_nav_form .form-group input::-moz-placeholder {color: #000;}
	.q_nav_form .form-group input::-ms-input-placeholder {color: #000;}

	@media(max-width:1400px){
		.q_nav_n{padding:0 10px;height:auto;}
		.q_nav_n_main{width:75%;float:left;height:auto;}
		.q_nav_n_main li{margin:5px;height:auto;line-height: 30px;padding:0 3px;font-size: 16px;}
		.q_nav_n_main li:after{bottom: -3px;}
		.q_nav_n_search{width:20%;float:right;position: relative;}
		.q_nav_form .form-group .input{line-height: 25px;padding:7px 15px;height: 39px;font-size: 13px;}
		.q_nav_form .form-group .field-icon .icon {width: 39px;height: 39px;line-height: 39px;font-size: 14px;}
	}

	@media(max-width:640px){
		.q_nav_n{padding:0 10px;height:auto;}
		.q_nav_n_main{width:100%;float:none;height:auto;text-align: center;}
		.q_nav_n_main li{margin:5px;height:auto;line-height: 25px;padding:0 3px;font-size: 14px;}
		.q_nav_n_main li:after{bottom: -2px;}
		.q_nav_n_search{width:85%;float:none;margin:25px auto 15px;position: relative;}
		.q_nav_form .form-group .input{line-height: 25px;padding:7px 15px;height: 39px;font-size: 13px;}
		.q_nav_form .form-group .field-icon .icon {width: 39px;height: 39px;line-height: 39px;font-size: 14px;}
	}

/* 内页通用设置 结束 */

	.q_partner_n_item_img{width:100%;margin:0 auto;padding:0;overflow: hidden;text-align: center}
	.q_partner_n_item_img img{border:1px solid #eee;}

/* 内页新闻中心 q_news_n 开始 */
	.q_news_n_main{max-width:80%;margin:20px auto 0;padding:30px 0;min-height: 400px;}

	/* 内页正文 */
	.q_news_n_list{width:100%;margin:25px auto 45px;padding:0;}
	.q_news_n_list .x4{padding:0 15px;}
	.q_news_n_item{width:100%;margin:50px auto 0;}
	.q_news_n_item a{outline: none;display: block;}
	.q_news_n_item_img{width:100%;margin:0 auto;padding:0;overflow: hidden;}
	.q_news_n_item_img img{
		width:100%;
		/*transition: all 0.5s;*/
		-moz-transition: all .8s ease 0s;
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		-webkit-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}

	.q_news_n_item_img img:hover{
		-moz-transform:scale(1.2,1.2); 
		-ms-transform:scale(1.2,1.2); 
		-o-transform:scale(1.2,1.2); 
		-webkit-transform:scale(1.2,1.2); 
		transform:scale(1.2,1.2);
	}
	.q_news_n_item_date{width:100%;margin:10px auto;padding:0;height:25px;line-height: 25px;color:#636363;font-size: 15px;}
	.q_news_n_item_h{width:100%;margin:0 auto;padding:0;}
	.q_news_n_item_h a{width:100%;line-height: 25px;height: 50px;color:#222;font-size: 16px;transition: all 0.6s;overflow: hidden;text-align: justify;}
	.q_news_n_item_h a:hover{color:#fb9606;}
	
	@media(max-width:1400px){
		.q_news_n_item {margin: 35px auto 0;}
		.q_news_n_item_h a{font-size: 15px;}
	}	
	@media(max-width:640px){
		.q_news_n_main{max-width:95%;margin:10px auto 0;padding:15px 10px 0;min-height: 250px;}
		.q_news_n_list{margin:0 auto 35px;}
		.q_news_n_list .x4{padding:0 10px;width:100%;}
		.q_news_n_item{margin: 30px auto 0;}
		.q_news_n_item_date{height:20px;line-height: 20px;font-size: 12px;margin:10px auto 5px;}
		.q_news_n_item_h a{line-height: 23px;height: 46px;color:#222;font-size: 14px;letter-spacing: 0px;}
	}

	/* 新闻中心内容页 */
	.q_news_n_content{width:100%;margin:40px auto 25px;padding:0 15px;}
	.q_news_n_content_top{width:100%;}
	.q_news_n_content_top a{outline: none;font-size: 23px;color:#444;}
	.q_news_n_content_top a i{font-size: 21px;height:50px;line-height: 50px;display: inline-block;}
	.q_news_n_content_top a span{height:50px;line-height: 50px;display: inline-block;margin-left: 8px;}
	.q_news_n_content_main{width:100%;margin:30px auto 20px;min-height: 500px;}

	/* 左侧 */
	.q_news_n_l{width:25%;float:left;min-height: 200px;padding:70px 0 45px;}
	.q_news_n_l_p{width:100%;margin:0 auto;height: 30px;line-height: 30px;font-size: 22px;color:#3c3c3c;letter-spacing: 0px;padding:0 5px;}
	.q_news_n_l_item{width:100%;margin:0 auto 20px;padding:0 0 15px;border-bottom: 1px dashed #ccc;}
	.q_news_n_l_item_date{width:100%;margin:0 auto;line-height: 25px;font-size: 16px;color:#666;}
	.q_news_n_l_item_h{width:100%;margin:10px auto 0;padding:0;}
	.q_news_n_l_item_h a{outline: none;display: block;line-height: 28px;font-size: 16px;color:#333;}
	.q_news_n_l_item_h a:hover{color:#fb9606;}

	/* 右侧 */
	.q_news_n_r{width:70%;float:right;min-height: 350px;}
	.q_news_n_r_h{width:100%;margin:0 auto;height: 40px;line-height: 40px;margin-bottom: 30px;font-size: 36px;color:#3c3c3c;font-weight: 500;}
	.q_news_n_r_p{width:100%;margin:0 auto;height: 30px;line-height: 30px;font-size: 19px;color:#3c3c3c;letter-spacing: 0px;}
	.q_news_n_r_p span{margin-right: 5px;}
	.q_news_n_body{width:100%;margin:35px auto 25px;border-top:2px solid #d0d0d0;font-size:16px;color:#3c3c3c;line-height:2.5;padding:40px 0 0;letter-spacing: 0px;}
	.q_news_n_body p{width:100%;margin:0 auto 10px; line-height:2.5;}
	.q_news_n_body_img{width:100%;margin:0 auto 20px;text-align: center;}
	.q_news_n_body iframe{width:800px;height:600px;margin:15px auto;}

	@media(max-width: 1400px){
		.q_news_n_content{padding:0 10px;}
		.q_news_n_content_top a{font-size: 22px;}
		.q_news_n_content_top a i{font-size: 20px;height:40px;line-height: 40px;}
		.q_news_n_content_top a span{height:40px;line-height: 40px;margin-left: 5px;}

		/* 左侧 */
		.q_news_n_l{width:25%;float:left;min-height: 200px;padding:55px 0 30px;}
		.q_news_n_l_p{height: 25px;line-height: 25px;font-size: 19px;}
		/* 右侧 */
		.q_news_n_r_h{height: 35px;line-height: 35px;margin-bottom: 20px;font-size: 28px;}
		.q_news_n_r_p{height: 25px;line-height: 25px;font-size: 15px;}
		.q_news_n_body iframe{width:680px;height:530px;margin:15px auto;}
	}
	@media(max-width: 1000px){
		.q_news_n_l{display: none;}
		.q_news_n_r{width:100%;float:none;min-height: 350px;}
		.q_news_n_body{font-size:15px;border-top:1px dashed #ccc;}
		.q_news_n_body iframe{width:640px;height:450px;margin:15px auto;}
	}
	@media(max-width: 640px){
		.q_news_n_content{padding:0 10px;}
		.q_news_n_content_top a{font-size: 18px;}
		.q_news_n_content_top a i{font-size: 16px;height:35px;line-height: 35px;}
		.q_news_n_content_top a span{height:35px;line-height: 35px;margin-left: 5px;}

		/* 右侧 */
		.q_news_n_r_h{height: auto;line-height: 26px;margin-bottom: 10px;font-size: 22px;}
		.q_news_n_r_p{height: 20px;line-height: 20px;font-size: 12px;color:#555;}
		.q_news_n_body{font-size:14px;margin:25px auto 15px;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;padding:25px 0 10px;}
		.q_news_n_body iframe{width:100%;height:300px;margin:15px auto;}
	}

/* 内页新闻中心 q_news_n 结束 */

/* 分页部分通用 开始  */
	.pagelist {list-style: none;line-height: 40px;margin:50px auto 30px;text-align: center;padding:5px 0;font-family: "思源黑体";}
	.pagelist > a,.pagelist>span{
		display: inline-block;text-decoration: none;outline: none;min-width:40px;height:35px;line-height: 35px;
		font-size: 15px;padding:0 10px;color:#222;background-color: #eee;margin:3px 2px;border-radius: 5px;transition: all .4s;}
	.pagelist > span{color:#fff;background-color: #fb9606;}
	.pagelist >a:hover{color:#fff;background-color: #fb9606;}

	@media(max-width: 1400px){
		.pagelist {margin:35px auto 20px;}
	}
	@media(max-width: 760px) {
		.pagelist {margin:20px auto 5px;}
		.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 11px;font-weight: normal;padding:0 8px;font-weight: normal;}
	}	
	@media(max-width: 500px) {
		.pagelist {line-height: 40px;margin:25px auto 10px;}
		.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 1px;}
	}


/* 分页部分通用 结束  */

/* 内页翻页 */
	.page{width:100%;margin:30px auto 20px;line-height: 25px;}
	.page-a{width:50%;padding:0 10px;float:left;font-size: 20px;}	
	.page-a a{outline: none;color:#444;transition: all 0.3s;}
	.page-a a span{margin:0 10px;}
	.page-a a i{font-size: 17px;color:#666;}
	.page-a a:hover{outline: none;color:#fb9606;}
	.page-a a:hover i{color:#fb9606;}
	.page-prv{text-align: right;}
	.page-next{float:right;text-align: left;}
	@media (max-width: 1400px) {
		.page-a{font-size: 18px;}
		.page-a a i{font-size: 15px;}
	}
	@media (max-width: 640px) {
		.page-a{font-size: 15px;padding:0 5px;}
		.page-a a i{font-size: 13px;}
	}
/* 内页翻页 */

/* 内页联系我们 q_contact_n 开始 */
	.q_contact_n_main{width:100%;margin:50px auto 30px;padding:0 15px;}
	.q_contact_n_main_h{width:100%;margin:0 auto;padding:0;line-height: 40px;height:40px;font-size: 24px;color:#333;}
	.q_contact_n_body{width:100%;margin:50px auto 0;padding:0;min-height: 350px;}
	.q_contact_n_item{width:48%;float:left;margin-right:4%;margin-bottom: 40px;}
	.q_contact_n_item:nth-of-type(2n){margin-right:0;}
	.q_contact_n_h{width:100%;margin:0 auto;height:30px;line-height: 30px;font-size: 20px;color:#636363;letter-spacing: 0px;}
	.q_contact_n_p{width:100%;margin:20px auto 0;padding:0 0 20px; border-bottom: 2px solid #c3c3c3;line-height: 20px;height: 60px;font-size: 16px;color:#333;letter-spacing: 0px;}
	.q_contact_n_map{width:100%;margin:50px auto 0;padding:0;border:15px solid #999;min-height: 200px;}
	.q_contact_n_map iframe{width:100%;height:550px;margin:0 auto;padding:0;}
	.q_contact_n_map .my-map{width:100%;height:550px;margin:0 auto;padding:0;}
	@media(max-width: 640px){
		.q_contact_n_main{margin:20px auto 10px;padding:0px;}
		.q_contact_n_main_h{line-height: 30px;height:30px;font-size: 22px;}
		.q_contact_n_body{margin:25px auto 0;min-height: 250px;}
		.q_contact_n_item{width:48%;float:left;margin-right:4%;margin-bottom: 30px;}
		.q_contact_n_item:nth-of-type(2n){margin-right:0;}
		.q_contact_n_h{height:25px;line-height: 25px;font-size: 16px;}
		.q_contact_n_p{margin:10px auto 0;padding:0 0 10px; border-bottom: 2px solid #c3c3c3;line-height: 20px;height: 50px;font-size: 12px;}
		.q_contact_n_map{margin:25px auto 25px;border:6px solid #999;min-height: 200px;}
		.q_contact_n_map iframe{width:100%;height:250px;margin:0 auto;padding:0;}	
		.q_contact_n_map .my-map{width:100%;height:250px;margin:0 auto;padding:0;}	
	}

/* 内页联系我们 q_contact_n 结束 */

/* 产品中心 首页封面 整屏轮播 开始 */

	#index_product{display: none;position:fixed;right:30px;right:30px;top:50%;width:10px;margin-top:-50px;padding:0;list-style-type:none;z-index:70}
	#index_product li{width:10px;height:10px;float:left;margin-top:10px}
	#index_product li a{display:block;float:left;width:10px;height:10px;text-indent:-100px;overflow:hidden;border-radius:5px;background:#fff}
	#index_product li.active a{background:#0074ea}

	.index_product_mask1{position: absolute;width:900px;left:50%;margin-left: -450px;top:15%;text-align: center;z-index: 1;}
	.index_product_mask2{position: absolute;width:100%;height:100%;top:0;left:0;z-index: 2;}
	.index_product_mask2_in{position: absolute;width:100%;top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		text-align: center;
	}
	.index_product_mask2_h{width:100%;margin:0 auto;padding:0;font-size: 66px;color:#333;font-family: '方正正粗黑简体';height:85px;line-height: 85px; text-align: left;padding:0 15% 0 34%;}
	.index_product_mask2_h_small{width:100%;margin:10px auto 0;padding:0;font-size: 40px;color:#333;font-family: '方正准圆_GBK';height:55px;line-height: 55px;text-align: left;padding:0 15% 0 35%;}
	.index_product_mask2_p{width:100%;margin:10px auto 0;padding:0;font-size: 24px;color:#333;font-family: '方正准圆_GBK';height:30px;line-height: 30px;text-align: left;padding:0 15% 0 35%;}
	.index_product_mask2_span{width:100%;margin:7% auto 0;padding:0;font-size: 16px;color:#333;height:25px;line-height: 25px;letter-spacing: 2px; padding:0 15% 0 28%;}
	.index_product_mask2_more{width:100%;margin:3% auto 0;padding:0 15% 0 28%;}
	.index_product_mask2_more a{outline: none;display: inline-block;border:1px solid #333;border-radius: 30px;padding:15px 50px;color:#333;transition: all 0.6s;}

	.full_p1{background:#fff no-repeat center center; background-image:url('../images/index_product_bg1.jpg');background-size: cover;}
	.full_p2{background:#fff no-repeat center center; background-image:url('../images/index_product_bg4.jpg');background-size: cover;}
	.full_p3{background:#fff no-repeat center center; background-image:url('../images/index_product_bg2.jpg');background-size: cover;}
	.full_p4{background:#fff no-repeat center center; background-image:url('../images/index_product_bg3.jpg');background-size: cover;}

	.full_p2 .index_product_mask2_h,.full_p2 .index_product_mask2_h_small,.full_p2 .index_product_mask2_p,.full_p2 .index_product_mask2_span,
	.full_p3 .index_product_mask2_h,.full_p3 .index_product_mask2_h_small,.full_p3 .index_product_mask2_p,.full_p3 .index_product_mask2_span{color:#fff;}

	.full_p1 .index_product_mask2_more a{border:1px solid #333;color:#333;background-color: #c1d250;}
	.full_p2 .index_product_mask2_more a{border:1px solid #eee;color:#eee;}
	.full_p3 .index_product_mask2_more a{border:1px solid #eee;color:#eee;background-color: #ad0575;}	
	.full_p4 .index_product_mask2_more a{border:1px solid #eee;color:#eee;background-color: #1f1d1d;}	

	.full_p1 .index_product_mask2_more a:hover{border:1px solid #fff;color:#333;background-color: #fff;}
	.full_p2 .index_product_mask2_more a:hover{border:1px solid #fff;color:#333;background-color: #fff;}
	.full_p3 .index_product_mask2_more a:hover{border:1px solid #fff;color:#333;background-color: #fff;}

	@media(max-width: 1400px){
		.index_product_mask1{width:650px;margin-left: -325px;top:15%;}
		.index_product_mask2_h{font-size: 48px;height:60px;line-height: 60px;padding:0 15% 0 34%;}
		.index_product_mask2_h_small{margin:10px auto 0;font-size: 33px;height:50px;line-height: 50px;padding:0 15% 0 35%;}
		.index_product_mask2_p{margin:10px auto 0;font-size: 21px;height:30px;line-height: 30px;padding:0 15% 0 35%;}
		.index_product_mask2_span{margin:5% auto 0;font-size: 15px;height:25px;line-height: 25px;letter-spacing: 2px; padding:0 15% 0 28%;}
		.index_product_mask2_more{margin:4% auto 0;padding:0 15% 0 28%;}
		.index_product_mask2_more a{border-radius: 30px;padding:12px 50px;}
	}

	@media(max-width: 1000px){
		.index_product_mask1{width:500px;margin-left: -250px;top:25%;}
		.index_product_mask2_h{font-size: 36px;height:50px;line-height: 50px;padding:0 15% 0 34%;}
		.index_product_mask2_h_small{margin:10px auto 0;font-size: 24px;height:40px;line-height: 40px;padding:0 15% 0 35%;}
		.index_product_mask2_p{margin:10px auto 0;font-size: 17px;height:30px;line-height: 30px;padding:0 15% 0 35%;}
		.index_product_mask2_span{margin:5% auto 0;font-size: 13px;height:25px;line-height: 25px;letter-spacing: 2px; padding:0 15% 0 28%;}
		.index_product_mask2_more{margin:4% auto 0;padding:0 15% 0 28%;}
		.index_product_mask2_more a{border-radius: 30px;padding:10px 40px;}
	}

	@media(max-width: 640px){
		.full_p1{background-image:url('../images/index_product_bg1_640.jpg') !important;}
		.full_p2{background-image:url('../images/index_product_bg4_640.jpg') !important;}
		.full_p3{background-image:url('../images/index_product_bg2_640.jpg') !important;}
		.full_p4{background-image:url('../images/index_product_bg3_640.jpg') !important;}
		.index_product_mask1{display: none;}
		.index_product_mask2{position: absolute;width:100%;height:27%;top:73%;left:0;}
		.index_product_mask2_in{position: static;width:100%;top:0;
			transform: translateY(0);
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
			text-align: center;
		}
		.index_product_mask2_h{font-size: 24px;height:35px;line-height: 35px;padding:0 10%;text-align: center;letter-spacing: 2px;}
		.index_product_mask2_h_small{margin:0 auto 0;font-size: 18px;height:30px;line-height: 30px;padding:0 10%;text-align: center;}
		.index_product_mask2_p{margin:5px auto 0;font-size: 13px;height:25px;line-height: 25px;padding:0 10%;text-align: center;}
		.index_product_mask2_span{margin:5px auto 0;font-size: 10px;height:20px;line-height: 20px;letter-spacing: 2px; padding:0 10%;}
		.index_product_mask2_more{margin:10px auto 0;padding:0 10%;}
		.index_product_mask2_more a{border-radius: 25px;padding:5px 30px;font-size: 12px;}

		.index_product .q_footer{display: none;}
	}

/* 产品中心 首页封面 整屏轮播 结束

/* 产品中心 列表页 q_product_n 开始 */
	.q_product_n{width:100%;margin:0 auto;padding:0;}
	.q_list_n_top{width:100%;margin:0 auto;padding:0;background-color: #cbd753;}
	.q_list_n_top2{background-color: #ad0575;}
	.q_list_n_top3{background-color: #1f1d1d;}
	.q_list_n_top4{background-color: #ffc64b;}
	.q_list_n_top_l{width:65%;float:left;position: relative;}
	.q_list_n_top_r{width:35%;float:left;padding:150px 30px 0; text-align: center;}
	.q_list_n_top_r_h{width:100%;margin:0 auto;padding:0;font-size: 68px;color:#333;font-family: '方正正粗黑简体';height:85px;line-height: 85px;}
	.q_list_n_top_r_h_small{width:100%;margin:10px auto 0;padding:0;font-size: 50px;color:#333;font-family: '方正准圆_GBK';height:65px;line-height: 65px;}
	.q_list_n_top2 .q_list_n_top_r_h{color:#fff;}
	.q_list_n_top2 .q_list_n_top_r_h_small{color:#fff;}
	.q_list_n_top3 .q_list_n_top_r_h{color:#fff;}
	.q_list_n_top3 .q_list_n_top_r_h_small{color:#fff;}
	.q_list_n_product{width:100%;margin:0 auto;padding:0;min-height: 400px;}
	.q_list_n_product_item{width:100%;border-bottom:1px solid #fff;border-right:1px solid #fff;}
	.q_list_n_product_item >a{outline: none; display: block;width:100%;position: relative;}
	.q_list_n_product .xm4:nth-of-type(3n) .q_list_n_product_item{border-right:1px solid #f1f1f1;}
	.q_list_n_mask{position: absolute;width:100%;height:100%;top:0;left:0;background-color: rgba(0,0,0,0);transition: all 0.6s;}
	.q_list_n_mask_a{position: absolute;width:100%;padding:0 25px;text-align: center;top:50%;opacity: 0;transition: all 0.6s;}
	.q_list_n_mask_a >span{display: inline-block;padding:10px 35px;border-radius: 25px;background-color: #fff;color:#333;font-size: 14px;}
	.q_list_n_product_item:hover .q_list_n_mask{background-color: rgba(0,0,0,.5);}
	.q_list_n_product_item:hover .q_list_n_mask_a{opacity: 1;}

	@media(max-width: 1570px){
		.q_list_n_top_r_h{font-size: 60px;height:75px;line-height: 75px;}
		.q_list_n_top_r_h_small{margin:5px auto 0;font-size: 44px;height:60px;line-height: 60px;}
	}
	@media(max-width: 1500px){
		.q_list_n_top_r_h{font-size: 55px;height:60px;line-height: 60px;}
		.q_list_n_top_r_h_small{margin:5px auto 0;font-size: 40px;height:50px;line-height: 50px;}
	}
	@media(max-width: 1400px){
		.q_list_n_top_r{padding:120px 25px 0;}
		.q_list_n_top_r_h{font-size: 40px;height:50px;line-height: 50px;}
		.q_list_n_top_r_h_small{margin:10px auto 0;font-size: 27px;height:33px;line-height: 33px;}
	}	
	@media(max-width: 1080px){
		.q_list_n_top_r{padding:100px 25px 0;}
		.q_list_n_top_r_h{font-size: 33px;height:40px;line-height: 40px;}
		.q_list_n_top_r_h_small{margin:10px auto 0;font-size: 18px;height:25px;line-height: 25px;}
	}	
	@media(max-width: 1000px){
		.q_list_n_product .xm4:nth-of-type(3n) .q_list_n_product_item{border-right:1px solid #fff;}
		.q_list_n_product .xm4:nth-of-type(2n) .q_list_n_product_item{border-right:1px solid #f1f1f1;}
	}
	@media(max-width: 800px){
		.q_list_n_top_r{padding:80px 25px 0;}
		.q_list_n_top_r_h{font-size: 28px;height:35px;line-height: 35px;}
		.q_list_n_top_r_h_small{margin:10px auto 0;font-size: 16px;height:25px;line-height: 25px;}
	}	
	@media(max-width: 700px){
		.q_list_n_top_r{padding:60px 25px 0;}
	}	
	@media(max-width: 640px){
		.q_list_n_top_l{width:100%;float:none;}
		.q_list_n_top_r{display: none;}
		.q_list_n_mask_a{top:auto; bottom:15px;opacity: 1;transition: all 0.6s;bottom:0;padding:0;}
		.q_list_n_mask_a >span{display: block; border-radius: 0;color:#fff;font-size: 12px; height:40px;line-height: 40px;background-color: rgba(0,0,0,.6);padding:0 20px;overflow: hidden;}
	}

/* 产品中心 列表页 q_product_n 结束 */

/* 产品中心 内容页 q_products_n 开始 */
	.q_products_n_main .q_news_n_r{width:100%;}
	.q_products_n_main .q_news_n_r_h{text-align: center;}
/* 产品中心 内容页 q_products_n 结束 */

.product_nav{width:100%;margin:0 auto;}
.product_nav_ul{width:100%;margin:0 auto;border-left:1px solid #d3e053;border-top:1px solid #d3e053;}
.product_nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_nav_ul>li{width:25%;float:left;border-right:1px solid #d3e053;border-bottom:1px solid #d3e053;}
.product_nav_ul>li>a{outline: none;display: block;width:100%;padding:20px 10px;text-align: center;background-color: #fafafa;color:#444;}
.product_nav_ul>li>a>span{display: block;width:100%;font-size: 17px;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.product_nav_ul>li.on>a{background-color:#d3e053;color:#fff;}

.product_item{width:20%;float:left;text-align: center;}
.product_item_img{width:100%;}
.product_item_img img{width:100%;}
.product_item_h{width:100%;padding:20px 10px;}
.product_item_h span{display: block;width:100%;font-size: 15px;line-height: 25px;line-height: 25px;color:#555;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

@media(max-width: 1440px){
	.product_nav_ul>li>a>span{font-size: 15px;}

	.product_item{width:25%;}
	.product_item_h{padding:20px 10px;}
	.product_item_h span{font-size: 14px;}
}

@media(max-width: 900px){
	.product_nav_ul>li{width:50%;}
	.product_nav_ul>li>a{width:100%;padding:15px 8px;}
	.product_nav_ul>li>a>span{font-size: 13px;}

	.product_item{width:50%;}
	.product_item_h{padding:15px 8px;}
	.product_item_h span{font-size: 13px;}
}