body {
	width:100%;
	margin:0 auto;
	min-height: 1000px;
	font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 14px;
	color:#555;
}
ul,li {
	list-style: none;
}
.clearfix {
	clear:both;
}
img {
	max-width:100%;
}
div a {
	outline: none;
}

div,a,span,p,ul,li{
	letter-spacing: 1px;
	transition: all 0.5s;
	padding:0;
	margin:0;
}
p,.p {
	margin:0;
	
}

@media (min-width:760px ) {
	.pc_hidden{
		display: none;
	}
}

@media (max-width:760px ) {
	.m_hidden{
		display: none;
	}
}

@media (min-width:760px ) and (max-width: 1000px) {
	.pb_hidden{
		display: none;
	}
}
@font-face{
	font-family: '微软雅黑';
	src: url('');
}
@media (min-width: 640px) {
	.hidden640{
		display: none;
	}
}

	.q_logo{
		width:100%;
		height:170px;
		margin:0 auto;
		padding:10px 0;
		background-color: #000000;
	}
	.q_logo_img {
		width:100%;
		height:150px;
		margin:0 auto;
		text-align: center;
	}
	.q_logo_img  a{
		outline: none;
	}
	.q_logo_img  a img{
		max-height: 150px;
	}
	@media(max-width: 760px) {
		.q_logo{
			display: none;
		}
	}


	.q-nav {
		width:100%;
		height:60px;
		line-height: 60px;
		background-color: #f0f0f0;
		background-color: #f5f5f5;
	}
	.q_nav_logo {
		outline: none;
	}
	.q-nav .navbar-body{
		width:100%;
		text-align: center;
		border:0;
	}
	.q-nav .navbar{
		width:100%;
		height:60px;
		line-height: 60px;
		text-align: center;
	}
	.q-nav .navbar .nav{
		width:100%;
		height:60px;
		line-height: 60px;
		text-align: center;
	}
	.q-nav .navbar .nav>li{
		float:none;
		display: inline-block;
		margin:0 15px;
		height:60px;
		line-height: 60px;
		text-align: center;
	}
	.q-nav .navbar .nav>li>a{
		outline: none;
		display: block;
		height:60px;
		line-height: 60px;
		font-size: 15px;
		color:#222;
		padding:0 15px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	.q-nav .navbar .nav>li:hover>a{
		color:#d79806;
	}
	.q-nav .navbar .nav>li.on>a{
		color:#d79806;
	}
	.q-nav ul.drop-menu{
		z-index: 99999;
		padding:0;
		border:0;
		background-color: rgba(0,0,0,.7);
	}
	.q-nav ul.drop-menu li a{
		color:#fff;
		padding:8px 15px;
		outline: none;
		background-color: rgba(255,255,255,0);
	}
	.q-nav ul.drop-menu li a:hover{
		color:#d79806;
	}
	#q-nav {
		z-index: 99999999;
		
	}
	@media(max-width: 1600px) {
		.q-nav .navbar .nav>li{
			float:none;
			display: inline-block;
			margin:0 10px;
			height:60px;
			line-height: 60px;
			text-align: center;
			border:0;
		}
		.q-nav .navbar .nav>li>a{
			display: block;
			height:60px;
			line-height: 60px;
			font-size: 15px;
			color:#111;
			padding:0 12px;
			font-weight: 550;
			letter-spacing: 2px;
		}
	}	
	@media (min-width: 760px) and (max-width: 1000px) {
		.q-nav .navbar .nav>li{
			float:none;
			display: inline-block;
			margin:0 5px;
			height:60px;
			line-height: 60px;
			text-align: center;
		}
		.q-nav .navbar .nav>li>a{
			display: block;
			height:60px;
			line-height: 60px;
			font-size: 15px;
			color:#111;
			padding:0 5px;
			font-weight: 550;
			letter-spacing: 1px;
		}
	}		
	@media (max-width: 760px){
		.q-nav{
			position: fixed;
			z-index: 9999;
			top:0;
			background-color: #000;
		}
		.q-nav .container {
			padding:0;
		}
		.q-nav .navbar-head {
			padding:0;
			text-align: left;
		}
		.q-nav .navbar-head a img {
			max-height: 60px;
		}
		.q-nav .navbar-head .button {
			color:#fff;
			border:0;
			margin:16px 0 0 0;
			background-color: rgba(255,255,255,0);
		}
		.q-nav .nav-menu ul.drop-menu{
			display: none;
		}
		.q-nav .navbar-body {
			position: relative;
			z-index: 99999;
			background-color: rgba(0,0,0,.9);
		}
		.q-nav .navbar-body  .nav-menu{
			width:100%;
			height:auto;
			padding:15px 0;
		}
		.q-nav .navbar-body  .nav-menu li{
			width:100%;
			margin:0 auto;
			display: block;
			height:40px;
			line-height: 40px;
		}
		.q-nav .navbar-body  .nav-menu li a{
			outline: none;
			display: block;
			color:#eee;
			height:40px;
			line-height: 40px;
			padding:0;
			font-weight: 400px;
			margin:0 auto;
			letter-spacing: 4px;
			font-size: 16px;
		}
		.q-nav .navbar-body  .nav-menu li:hover{
			background: none;
		}
		.q-nav .navbar-body  .nav-menu li:hover a{
			color: #d79806;
		}
		.q-nav .navbar-body  .nav-menu li.on{
			background: none;
		}
		.q-nav .navbar-body  .nav-menu li.on a{
			color: #d79806;
		}
	}	


	.q_banner {
		width:100%;position: relative;
	}
	@media (max-width: 760px) {
		.q_banner {
			margin-top: 60px;
		}
		.q_banner .swiper_button {
			display: none;
		}
	}


	.q_about {
		width:100%;
		margin:0 auto;
		padding:60px 0;
		
		
	}
	.q_about_main {
		width:100%;
		margin:0 auto;
	}
	.q_about_block {
		width:5%;
		height:7px;
		margin:0;
		background-color: #000;
		transition: all 0.2s;
	}
	.q_about_block:hover {
		width:15%;
	}
	.q_about_group {
		width:100%;
		margin:10px auto 0;
	}
	.q_about_p1 {
		width:80%;
		line-height: 40px;
		color: #000;
		font-size: 24px;
	}
	.q_about_group_p {
		width:85%;
		margin:35px 0 0;
		font-size: 14px;
		color:#333;
		line-height: 25px;
		text-align: justify;
		letter-spacing: 2px;
	}
	.q_about_more {
		width:100%;
		margin:50px auto 0;
		line-height: 40px;
	}
	.q_about_more a {
		outline: none;
		color:#000;
		font-size: 24px;
		text-transform: uppercase;
		font-family: '微软雅黑','Arial';
	}
	.q_about_more a:hover {
		color:#d79806;
	}
	.q_about_video iframe{
		width:100%;
		height:350px;
	}
	@media (min-width: 1000px) and (max-width:1200px) {
		.q_about {
			padding:55px 0;
		}
		.q_about_block {
			width:7%;
			height:10px;
		}
		.q_about_block:hover {
			width:15%;
		}
		.q_about_group {
			width:100%;
			margin:10px auto 0;
		}
		.q_about_p1 {
			width:80%;
			line-height: 40px;
			font-size: 22px;
		}
		.q_about_group_p {
			width:85%;
			margin:25px 0 0;
			font-size: 14px;
			line-height: 25px;
		}
		.q_about_more {
			margin:25px auto 0;
			line-height: 40px;
		}
		.q_about_more a {
			font-size: 22px;
		}
		.q_about_video iframe{
			width:100%;
			height:330px;
		}
	}
	@media (min-width: 760px) and (max-width:1000px) {
		.q_about {
			padding:45px 0;
		}
		.q_about_block {
			width:10%;
			height:8px;
		}
		.q_about_block:hover {
			width:20%;
		}
		.q_about_group {
			width:100%;
			margin:8px auto 0;
		}
		.q_about_p1 {
			width:85%;
			line-height: 30px;
			font-size: 17px;
		}
		.q_about_group_p {
			width:90%;
			margin:15px 0 0;
			font-size: 13px;
			line-height: 22px;
		}
		.q_about_more {
			margin:18px auto 0;
			line-height: 35px;
		}
		.q_about_more a {
			font-size: 20px;
		}
		.q_about_video iframe{
			width:100%;
			height:280px;
		}
	}
	@media (max-width: 760px) {
		.q_about {
			width:100%;
			margin:10px auto 5px;
			padding:30px 5px 15px;
		}
		.q_about_block {
			width:10%;
			height:8px;
		}
		.q_about_p1 {
			width:100%;
			line-height: 30px;
			color:#222;
			font-size: 17px;
		}
		.q_about_group_p {
			width:100%;
			margin:15px 0 0;
			font-size: 13px;
			color:#555;
			line-height: 25px;
			letter-spacing: 1px;
		}
		.q_about_more {
			margin:10px auto 0;
			line-height: 30px;
		}
		.q_about_more a {
			font-size: 18px;
		}
		.q_about_video {
			width:100%;
			margin:20px auto;
		}
		.q_about_video iframe{
			width:100%;
			height:250px;
		}
	}


	.q_product {
		width:100%;
		margin:0 auto;
		padding:0;
		background-color: #eaeaea;
	}
	.q_product_main {
		width:100%;
		margin:0 auto;
		padding:100px  10px 50px;
		background: #180009 url('../image/q_product_bg.jpg') repeat;
	}
	.q_product_title {
		width:100%;
		margin:30px auto 20px;
		height:100px;
		background: url('../image/q_product_title_bg.png') no-repeat center center;
	}
	.q_procduct_list .xs4{
		margin:15px 0;
		padding:0 15px;
	}
	.q_product_item {
		width:100%;
		margin:0 auto;
		overflow: hidden;
		background-color: #eaeaea;
		
	}
	.q_main_body .q_product_item {
		box-shadow: 0 0 10px #ccc;
	}
	.q_product_item_img {
		width:100%;
		position: relative;
		padding-bottom: 2px;
		background: url(../image/q_product_item_mask.png) bottom center no-repeat;
	}
	.q_product_item_img a{
		outline: none;
		display: block;
		position: relative;
		width:100%;
		overflow: hidden;
		background-color: #fff;
	}
	.q_audio_mask { 
		position: absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background-color: rgba(0,0,0,0);
	}
	.q_product_item_img:hover a{
		background-color: #f4ebe0;
	}
	.q_product_item_img a img{
		width:100%;
		
		-moz-transition: all .4s ease 0s;
		-ms-transition: all .4s ease 0s;
		-o-transition: all .4s ease 0s;
		-webkit-transition: all .4s ease 0s;
		transition: all .4s ease 0s;
	}
	.q_product_item_img a img:hover{
		
	}
	.q_product_mask_out {
		position:absolute;
		width:100%;
		height:100%;
		background-color: rgba(0,0,0,0);
		opacity: 0;
		transition: all 0.3s;
		z-index: 99;
		display: none;
	}
	.q_product_item:hover .q_product_mask_out {
		opacity: 1;
		background-color: rgba(0,0,0,.7);
	}
	.q_product_mask_in {
		width:100%;
		position: absolute;
		top: 50%;
		text-align: center;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.q_product_mask_more {
		display: block;
		margin:0 auto;
		width:50px;
		height:50px;
		line-height: 42px;
		border:4px solid #fff;
		border-radius: 50%;
		color:#fff;
		font-weight: bold;
		font-size: 28px;
	}
	.q_product_mask_more:hover {
		border:4px solid #d79806;
		color:#d79806;
	}
	.mask_video_icon {
		
		opacity: 1;
		background-color: rgba(0,0,0,.5);
		z-index: 99;
	}
	.q_product_item:hover  .mask_video_icon {
		
	}
	.q_product_item:hover .mask_video_icon {
		opacity: 1;
		background-color: rgba(0,0,0,.4);
	}
	.mask_video_icon .mask_video_icon_img img {
		max-width: 100%;
		width: auto;
	}	
	.q_product_item_img iframe {
		width:100%;
		height:250px;
	}
	.q_product_item_txt {
		width:100%;
		text-align: center;
		padding:25px;
	}
	.q_product_item_txt h2 {
		width:100%;
		height:30px;
		line-height: 30px;
		overflow: hidden;
	}
	.q_product_item_txt h2 a {
		font-size: 18px;
		color:#000;
	}
	.q_product_item_txt p{
		margin:5px auto 0;
		text-align: center;
		font-size: 13px;
		color:#7a7a7a;
		line-height: 16px;
		height:32px;
		overflow: hidden;
		letter-spacing: 2px;
	}
	.q_product_item:hover .q_product_item_txt {
		background-color: #000;
	}
	.q_product_item:hover .q_product_item_txt  h2 a {
		color:#fff;
	}
	.q_product_item:hover .q_product_item_txt  p{
		color:#7a7a7a;
	}
	.q_product_item .q_product_item_txt h2 a:hover {
		color:#d79806;
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.q_product_main {
			padding:60px  10px 20px;
		}
		.q_procduct_list .xs4{
			margin:10px 0;
			padding:0 10px;
		}
		.q_product_item_txt {
			padding:10px 15px;
		}
		.q_product_item_txt h2 a {
			font-size: 16px;
			color:#000;
		}
		.q_product_item_txt p{
			font-size: 12px;
			line-height: 16px;
		}
		.q_product_mask_more {
			display: block;
			margin:0 auto;
			width:40px;
			height:40px;
			line-height: 34px;
			border:3px solid#fff;
			border-radius: 50%;
			color:#fff;
			font-weight: bold;
			font-size: 28px;
		}
		.q_product_mask_more:hover {
			border:3px solid #d79806;
			color:#d79806;
		}
		.q_product_item_img iframe {
			width:100%;
			height:200px;
		}
	}
	@media (max-width: 760px) {
		.q_product .container{
			padding:0;
		}
		.q_product_main {
			width:100%;
			margin:0 auto;
			padding:30px  10px 20px;
			background: #180009 url('../image/q_product_bg.jpg') repeat;
		}
		.q_product_title {
			width:100%;
			margin:10px auto 5px;
			height:75px;
			background: url('../image/q_product_title_bg_m.png') no-repeat center center;
		}
		.q_product_mask_more {
			display: block;
			margin:0 auto;
			width:35px;
			height:35px;
			line-height: 29px;
			border:3px solid#fff;
			border-radius: 50%;
			color:#fff;
			font-weight: bold;
			font-size: 22px;
		}
		.q_product_mask_more:hover {
			border:3px solid#d79806;
			color:#d79806;
		}
		.q_procduct_list .xs4{
			margin:5px 0;
			padding:0 5px;
		}
		.q_product_item_txt {
			width:100%;
			text-align: center;
			padding:5px 10px;
		}
		.q_product_item_txt h2 a {
			font-size: 15px;
		}
		.q_product_item_txt p{
			font-size: 13px;
			line-height: 16px;
			height:32px;
		}
		.q_course_video .xl6 {
			width:100%;
			margin:10px auto 15px;
		}
	}


	.q_join{
		width:100%;
		padding:0;
		margin:0;
	}
	.q_join_main{
		width:100%;
		margin:0 auto;
		padding:100px 35px 50px;
		min-height: 300px;
		background-color: #f0f0f0;
	}
	.q_join_section1 {
		width:100%;
		margin:0 auto;
	}
	.q_join_section1_l {
		width:430px;
		float:left;
	}
	.q_join_section1_l .q_join_p a {
		outline: none;
		display: block;
		position: relative;
	}	
	.q_join_section1_l .q_join_p a img{
		width:100%;
	}
	.q_join_p_mask {	
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:50px 20px 0 0;
		text-align: right;
	}	
	.q_join_p_mask h3{	
		color:#000;
		font-size: 24px;
		font-weight: 250;
	}
	.q_join_p_mask p{	
		text-align: right;
		font-size: 24px;
		color:#000;
		font-family: '微软雅黑';
		text-transform: uppercase;
	}
	.q_join_p_mask:hover h3{	
		color:#d79806;
	}
	.q_join_p_mask:hover p{
		color:#d79806;
	}
	.q_join_p2 {
		width:100%;
		margin-top: 10px;
	}
	.q_join_section1_r{
		width:655px;
		height:570px;
		float:right;
	}
	.q_join_section1_r a{
		display: block;
		outline: none;
		width:100%;
		position:relative;
		text-align: center;
	}
	.q_join_section1_r_mask {
		position: absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background-color: rgba(0,0,0,0.2);
		text-align: center;
		color:#333;
	}
	.q_join_in{
		width:100%;
		position: absolute;
		top: 50%;
		color:#fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		padding:0 5%;
		text-align: center;
	}
	.q_join_in h3{
		width:100%;
		height:30px;
		line-height: 30px;
		overflow: hidden;
	}
	.q_join_in h3 a{
		color:#fff;
		font-size: 24px;
		letter-spacing: 2px;
		text-shadow: 0 0 1px #888;
	}
	.q_join_in p{
		width:100%;
		margin:5px auto;
		color:#fff;
		text-align: center;
		font-size: 24px;
		letter-spacing: 2px;
		font-family: '微软雅黑';
		text-transform: uppercase;
		text-shadow: 0 0 1px #888;
	}
	.q_join_section1_r:hover .q_join_section1_r_mask {
		background-color: rgba(0,0,0,.6);
	}	
	.q_join_in h3 a:hover{
		color:#d79806;
	}
	.q_join_in p:hover{
		color:#d79806;
	}
	.q_join_more {
		width:30px;
		height:30px;
		margin:0 auto;
		border-radius: 50%;
	}
	.q_join_more a{
		display: block;
		width:100%;
		height:100%;
		line-height: 28px;
		border:1px solid#fff;
		border-radius: 50%;
		color:#fff;
		box-shadow: 0 0 5px #ccc;
	}	
	.q_join_more a:hover{
		border:1px solid#d79806;
		color:#d79806;
	}
	@media (min-width: 1000px) and (max-width: 1200px) {
		.q_join_main{
			width:100%;
			margin:0 auto;
			padding:75px 25px 50px;
			min-height: 300px;
			background-color: #f0f0f0;
		}
		.q_join_section1_l {
			width:360px;
			float:left;
		}
		.q_join_section1_r{
			width:550px;
			height:479px;
		}
		.q_join_p_mask h3{	
			font-size: 20px;
		}
		.q_join_p_mask p{	
			font-size: 20px;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.q_join_main{
			width:100%;
			margin:0 auto;
			padding:50px 20px 35px;
			min-height: 300px;
			background-color: #f0f0f0;
		}
		.q_join_section1_l {
			width:265px;
			float:left;
		}
		.q_join_section1_r{
			width:408px;
			height:355px;
		}
		.q_join_p_mask h3{
			font-size: 18px;
		}
		.q_join_p_mask p{	
			font-size: 18px;
		}
		.q_join_in h3 a{
			font-size: 18px;
		}
		.q_join_in p{
			font-size: 18px;
		}
		.q_join_p_mask h3{
			font-size: 22px;
		}
		.q_join_p_mask p{	
			font-size: 22px;
		}
	}
	@media (max-width: 760px) {
		.q_join .container {
			padding: 0;
		}
		.q_join_main{
			padding:40px 15px 30px;
			background-color: #f0f0f0;
		}
		.q_join_section1_l {
			width:100%;
			float:none;
		}
		.q_join_section1_l .q_join_p a img{
			width:100%;
		}
		.q_join_p_mask {	
			text-align: center;
		}	
		.q_join_p_mask p{	
			text-align: center;
		}
		.q_join_p2 {
			width:100%;
			margin-top: 10px;
		}
		.q_join_section1_r{
			width:100%;
			height:auto;
			margin:10px auto 0;
			float:none;
		}
		.q_join_p_mask h3{
			font-size: 19px;
		}
		.q_join_p_mask p{	
			font-size: 19px;
		}
	}
	
	.q_join_section2 {
		width:100%;
		margin:20px auto 0;
	}
	.q_join_section2_l{
		height:360px;
	}
	.q_join_section2_l_main {
		width:100%;
		height:100%;
		padding:80px 60px;
	}	
	.q_join_section2_l_main p {
		width:100%;
		height:98px;
		text-align: center;
		border-top:2px solid #000;
		border-bottom:2px solid #000;
		padding:25px 20px;
	}
	.q_join_section2_l_main p:nth-child(2) {
		border-top:0px solid #000;
		border-bottom:2px solid #000;
	}
	.q_join_section2_l_main p a{
		outline: none;
		color:#000;
		font-size: 24px;
		display: block;
		width:100%;
		height:45px;
		line-height: 45px;
	}
	.q_join_section2_l_main p a i{
		margin-left: 10px;
	}
	.q_join_section2_l_main p:hover a{
		color:#d79806;
	}
	.q_join_section2_l_main p:hover a i{
		color:#d79806;
	}
	.q_join_section2_r{
		height:360px;
	}
	.q_join_section2_r_l{
		width:380px;
		height:360px;
		float:left;
	}	
	.q_join_section2_r_r{
		width:260px;
		height:360px;
		float:right;
	}
	.q_join_section2_r {
		text-align: left;
	}	
	.q_join_section2_r .q_join_p_mask{
		padding:50px 0 0 30px;
		text-align: left;
	}
	.q_join_section2_r .q_join_p_mask p {
	    text-align: left;
	}
	@media (min-width: 1000px) and (max-width: 1200px) {\
		.q_join_section2 {
			width:100%;
			margin:20px auto 0;
		}
		.q_join_section2_l{
			width:358px;
			height:300px;
		}
		.q_join_section2_l_main {
			padding:50px 20px;
		}	
		.q_join_section2_l_main p {
			width:100%;
			height:98px;
			text-align: center;
			border-top:2px solid #000;
			border-bottom:2px solid #000;
			padding:25px 20px;
		}
		.q_join_section2_l_main p a{
			font-size: 22px;
		}
		.q_join_section2_r{
			width: 550px;
			height:300px;
		}
		.q_join_section2_r_l{
			width:316px;
			height:300px;
			float:left;
		}	
		.q_join_section2_r_r{
			width:217px;
			height:300px;
			float:right;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px) {\
		.q_join_section2 {
			width:100%;
			margin:20px auto 0;
		}
		.q_join_section2_l{
			width:263px;
			height:220px;
		}
		.q_join_section2_l_main {
			padding:25px 10px;
		}	
		.q_join_section2_l_main p {
			width:100%;
			height:85px;
			text-align: center;
			border-top:2px solid #000;
			border-bottom:2px solid #000;
			padding:15px 10px;
		}
		.q_join_section2_l_main p a{
			font-size: 20px;
		}
		.q_join_section2_r{
			width: 408px;
			height:220px;
		}
		.q_join_section2_r .q_join_p_mask{
			padding:35px 0 0 25px;
			text-align: left;
		}
		.q_join_section2_r_l{
			width:232px;
			height:220px;
			float:left;
		}	
		.q_join_section2_r_r{
			width:160px;
			height:220px;
			float:right;
		}
	}
	@media (max-width: 760px) {
		.q_join_section2 {
			width:100%;
			margin:20px auto 0;
		}
		.q_join_section2_l{
			width:100%;
			height:auto;
		}
		.q_join_section2_l_main {
			padding:15px 10%;
		}	
		.q_join_section2_l_main p {
			width:100%;
			height:75px;
			text-align: center;
			border-top:2px solid #000;
			border-bottom:2px solid #000;
			padding:25px 10px;
		}
		.q_join_section2_l_main p a{
			font-size: 20px;
			line-height: 40px;
		}
	}
	@media (min-width: 580px) and (max-width: 760px) {
		.q_join_section2_l_main p a{
			font-size: 22px;
		}
		.q_join_section2_r{
			width: 550px;
			height:300px;
			float:none;
		}
		.q_join_section2_r_l{
			width:316px;
			height:300px;
			float:left;
		}	
		.q_join_section2_r_r{
			width:217px;
			height:300px;
			float:right;
		}
	}
	@media (max-width: 580px) {
		.hidden_580_small {
			display: none;
		}
		.q_join_section2_l_main p a{
			font-size: 22px;
		}
		.q_join_section2_r{
			width: 100%;
			height:auto;
			float:none;
			margin:15px auto 0;
		}
		.q_join_section2_r_l{
			width:100%;
			height:auto;
			float:none;
			text-align: center;
		}	
		.q_join_section2_r_r{
			width:100%;
			margin:15px auto 0;
			height:auto;
			float:none;
			text-align: center;
		}
		.q_join_p_mask h3 {
		    font-size: 21px;
		    text-align: center;
		}		
		.q_join_section2_r .q_join_p_mask p {
		    text-align: center;
		    font-size: 21px;
		}
	}
	@media (min-width: 580px) {
		.hidden_580_big {
			display: none;
		}
	}


	.q_manager{
		width:100%;
		margin:0 auto;
		padding:0;
	}
	.xs6_l {
		padding:0 20px 0 0;
		height:100%;
	}	
	.xs6_r {
		padding:0 0 0 20px;
	}
	.q_manager_l {
		width:100%;
		background:#180009;
	}
	.q_manager_l_mask{
		position: absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		
	}
	.q_manager_l_mask_in {
		width:100%;
		position: absolute;
		top: 50%;
		
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		padding:0 15% 0 25%;
	}
	.q_manager_l_mask_in h3 {
		width:100%;
		margin:0 auto;
		font-size: 30px;
		text-transform: uppercase;
		font-family:'微软雅黑';
		color:#cbaf85;
		background-image:-webkit-linear-gradient(left, #dbbc8e, #ddd, #dbbc8e);
		background-image:-o-linear-gradient(left, #dbbc8e, #ddd, #dbbc8e);
		background-image:linear-gradient(to right, #dbbc8e, #ddd, #dbbc8e); 
		-webkit-background-clip:text; 
		-webkit-text-fill-color:transparent; 
	}
	.q_manager_l_mask_in_p {
		width:100%;
		margin:50px auto 0;
		text-align: justify;
		font-size: 14px;
		color:#ccc;
		line-height: 23px;
	}
	.q_manager_l_more {
		width:100%;
		margin:50px auto 0;
	}
	.q_manager_l_more a{
		outline: none;
		font-size: 24px;
		color:#ccc;
		text-transform: uppercase;
		font-family:'微软雅黑';
	}
	.q_manager_l_more a:hover{
		color:#d79806;
	}
	.q_manager_r {
		width:100%;
		background-color: #888;
	}
	.swiper-button-prev_manager{
		left:0;
		top:100%;
		margin-top:-45px;
		width:45px;
		height:45px;
		background: url('../image/left_manager.png') no-repeat center center;
		background-color: rgba(0,0,0,.5);
	}	
	.swiper-button-next_manager{
		left:46px;
		top:100%;
		margin-top:-45px;
		width:45px;
		height:45px;
		background: url('../image/right_manager.png') no-repeat center center;
		background-color: rgba(0,0,0,1);
	}
	@media (min-width: 1000px) and (max-width: 1200px) {
		.xs6_l {
			padding:0 20px 0 0;
			height:100%;
		}	
		.xs6_r {
			padding:0 0 0 20px;
		}
		.q_manager_l_mask_in h3 {
			width:100%;
			margin:0 auto;
			font-size: 26px;
		}
		.q_manager_l_mask_in_p {
			width:100%;
			margin:30px auto 0;
			text-align: justify;
			font-size: 14px;
			color:#ccc;
			line-height: 21px;
		}
		.q_manager_l_more {
			width:100%;
			margin:30px auto 0;
		}
		.q_manager_l_more a{
			font-size: 22px;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.xs6_l {
			padding:0 20px 0 0;
			height:100%;
		}	
		.xs6_r {
			padding:0 0 0 20px;
		}
		.q_manager_l_mask_in {
			padding:0 10% 0 20%;
		}
		.q_manager_l_mask_in h3 {
			width:100%;
			margin:0 auto;
			font-size: 19px;
		}
		.q_manager_l_mask_in_p {
			width:100%;
			margin:15px auto 0;
			text-align: justify;
			font-size: 12px;
			color:#ccc;
			line-height: 18px;
		}
		.q_manager_l_more {
			width:100%;
			margin:15px auto 0;
		}
		.q_manager_l_more a{
			font-size: 18px;
		}
	}
	@media  (max-width: 760px) {
		.q_manager {
		    width: 100%;
		    margin: 0 auto;
		    padding: 15px;
		}
		.xs6_l {
			padding:0;
			height:auto;
		}	
		.xs6_r {
			padding:0;
			margin:15px auto 0;
		}
		.q_manager_l_mask_in {
			padding:0 15%;
		}
		.q_manager_l_mask_in h3 {
			width:100%;
			margin:0 auto;
			font-size: 19px;
		}
		.q_manager_l_mask_in_p {
			width:100%;
			margin:15px auto 0;
			text-align: justify;
			font-size: 12px;
			color:#ccc;
			line-height: 18px;
		}
		.q_manager_l_more {
			width:100%;
			margin:15px auto 0;
		}
		.q_manager_l_more a{
			font-size: 18px;
		}
		.swiper-button-prev_manager{
			left:50%;
			margin-top:-45px;
			margin-left:-45px;
		}	
		.swiper-button-next_manager{
			left:50%;
			margin-left:1px;
			margin-top:-45px;
		}
	}


	.q_news {
		margin-bottom: 50px;
	}
	.q_news_title {
		width:100%;
		margin:50px auto 20px;
		height:80px;
		background: url('../image/q_news_title_bg.png') no-repeat center center;
	}
	.q_news_list {
		width:100%;
		margin:10px auto 10px;
	}
	.q_news_list .xs6 {
		margin:24px auto 0;
	}
	.q_news_list .xs6:nth-child(2n+1) {
		padding:0 12px 0 0;
	}
	.q_news_list .xs6:nth-child(2n) {
		padding:0  0 0 12px;
	}	
	.q_news_list .xs6:nth-child(2n+1) .q_news_m{
		display: none;
	}
	.q_news_list .xs6:nth-child(2n) .q_news_pc{
		display: none;
	}
	.q_news_item {
		width:100%;
	}
	.q_news_item_txt {
		width:100%;
		height:180px;
		padding:25px 60px;
		background-color: #111;
	}
	.q_news_item_txt h3 {
		width:100%;
		height:40px;
		line-height: 40px;
		overflow: hidden;
	}
	.q_news_item_txt h3 a {
		outline: none;
		color:#fff;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.q_news_item_txt h3 a:hover {
		color:#d79806;
	}
	.q_news_item_txt p {
		width:100%;
		margin:5px auto 0;
		line-height: 20px;
		font-size: 14px;
		color:#ccc;
		height:40px;
		overflow: hidden;
		letter-spacing: 2px;
	}
	.q_news_item_txt_time {
		width:100%;
		margin:5px auto 0;
		height:40px;
		line-height: 40px;
		font-size: 30px;
		color:#ddd;
		font-family:'微软雅黑';
		letter-spacing: 2px;
	}
	.q_news_item_img {
		width:100%;
		text-align: center;
	}
	.q_news_item_img a{
		position: relative;
		outline: none;
		display: block;
		width:100%;
	}
	.q_news_item_img .q_news_item_img_mask{
		position: absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background-color: rgba(0,0,0,.1);
	}
	.q_news_item_img_mask_in {
		width:100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		color:#fff;
		opacity: 0;
		font-size: 24px;
	}
	.q_news_item_img:hover .q_news_item_img_mask{
		background-color: rgba(0,0,0,.7);
	}
	.q_news_item_img:hover .q_news_item_img_mask_in{
		opacity: 1;
		font-size: 40px;
	}
	.q_news_item_img .img{width:100%;padding:74% 0 0;background-position: center center;background-size: cover;background-repeat: no-repeat;}
	@media (min-width: 1000px) and (max-width: 1200px) {
		.q_news_list .xs6 {
			margin:20px auto 0;
		}
		.q_news_list .xs6:nth-child(2n+1) {
			padding:0 10px 0 0;
		}
		.q_news_list .xs6:nth-child(2n) {
			padding:0  0 0 10px;
		}	
		.q_news_item_txt {
			height:160px;
			padding:20px 40px;
		}
		.q_news_item_txt h3 {
			height:35px;
			line-height: 35px;
		}
		.q_news_item_txt h3 a {
			font-size: 18px;
		}
		.q_news_item_txt h3 a:hover {
			color:#d79806;
		}
		.q_news_item_txt p {
			margin:5px auto 0;
			line-height: 20px;
			font-size: 14px;
			height:40px;
		}
		.q_news_item_txt_time {
			margin:5px auto 0;
			height:35px;
			line-height: 35px;
			font-size: 26px;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.q_news {
			margin-bottom: 35px;
		}
		.q_news_list .xs6 {
			margin:16px auto 0;
		}
		.q_news_list .xs6:nth-child(2n+1) {
			padding:0 8px 0 0;
		}
		.q_news_list .xs6:nth-child(2n) {
			padding:0  0 0 8px;
		}	
		.q_news_item_txt {
			height:150px;
			padding:15px 20px;
		}
		.q_news_item_txt h3 {
			height:35px;
			line-height: 35px;
		}
		.q_news_item_txt h3 a {
			font-size: 17px;
			font-weight: normal;
		}
		.q_news_item_txt h3 a:hover {
			color:#d79806;
		}
		.q_news_item_txt p {
			margin:5px auto 0;
			line-height: 20px;
			font-size: 13px;
			height:40px;
		}
		.q_news_item_txt_time {
			margin:5px auto 0;
			height:35px;
			line-height: 35px;
			font-size: 26px;
		}
	}
	@media(max-width: 760px) {
		.q_news {
			margin-bottom: 25px;
		}
		.q_news .container {
			padding:0 15px;
		}
		.q_news_title {
			width:100%;
			margin:5px auto 0;
			height:60px;
			background: url('../image/q_news_title_bg_m.png') no-repeat center center;
		}
		.q_news_list {
		    width: 100%;
		    margin: 5PX auto 10px;
		}
		.q_news_list .xs6 {
			margin:10px auto 0;
		}
		.q_news_list .xs6:nth-child(2n+1) {
			padding:0 5px 0 0;
		}
		.q_news_list .xs6:nth-child(2n) {
			padding:0  0 0 5px;
		}	
		.q_news_item_txt {
			height:130px;
			padding:10px 15px;
		}
		.q_news_item_txt h3 {
			height:40px;
			line-height: 20px;
		}
		.q_news_item_txt h3 a {
			font-size: 14px;
			font-weight: normal;
		}
		.q_news_item_txt h3 a:hover {
			color:#d79806;
		}
		.q_news_item_txt p {
			margin:5px auto 0;
			line-height: 15px;
			font-size: 11px;
			height:30px;
			letter-spacing: 1px;
		}
		.q_news_item_txt_time {
			margin:5px auto 0;
			height:30px;
			line-height: 30px;
			font-size: 22px;
		}
	}


	.q_footer{
		width:100%;
		margin:0 auto 0;
	}
	.q_footer_t {
		width:100%;
		min-height: 350px;
		padding:50px 0 30px;
		background-color: #000;
	}
	.q_footer_t .line > div {
		padding:0 20px;
	}
	.q_footer_logo {
		width:100%;
		margin:40px auto 0;
	}
	.q_footer_title {
		width:100%;
		margin:0 auto;
		line-height: 35px;
		height:35px;
		font-size: 20px;
		color:#fff;
		font-weight: 530;
		letter-spacing: 5px;
	}
	.q_footer_list{
		width:100%;
		margin:7px auto;
		padding:10px 0;
		height:287px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.q_footer_group {
		width:100%;
		margin:0 auto 10px;
	}
	.q_footer_group h4{
		width:100%;
		height:30px;
		line-height: 30px;
		font-size: 18px;
		color:#dbbc90;
		font-weight: bold;
	}
	.q_footer_group p{
		width:100%;
		line-height: 20px;
		margin:0 auto;
		font-size: 14px;
		color:#eee;
	}	
	.q_footer_group p:hover{
		color:#dbbc90;
	}
	.q_footer_tel {
		width:100%;
		margin:15px auto 0;
	}
	.q_footer_tel_title {
		display: block;
		width:60px;
		float:left;
		height:60px;
		line-height: 30px;
		font-size: 24px;
		color:#dbbc8e;
		background-image:-webkit-linear-gradient(left, #dbbc8e, #ddd, #dbbc8e);
		background-image:-o-linear-gradient(left, #dbbc8e, #ddd, #dbbc8e);
		background-image:linear-gradient(to right, #dbbc8e, #ddd, #dbbc8e); 
		-webkit-background-clip:text; 
		-webkit-text-fill-color:transparent; 
	}
	.q_footer_tel_line {
		margin-left: 70px;
		line-height: 60px;
		height:60px;
		font-size: 40px;
		color:#dbbc8e;
		background-image:-webkit-linear-gradient(left, #dbbc8e, #ddd, #dbbc8e);
		background-image:-o-linear-gradient(left, #dbbc8e, #ddd, #dbbc8e);
		background-image:linear-gradient(to right, #dbbc8e, #ddd, #dbbc8e); 
		-webkit-background-clip:text; 
		-webkit-text-fill-color:transparent; 
	}
	.q_footer_form {
		width:100%;
		margin:0 auto;
	}
	..form-group {
		position: relative;
	}
	.q_footer_form .form-group .input{
		width:100%;
	}
	.field-icon .icon {
		top:0;
	}
	@media (min-width: 1000px) and (max-width: 1200px){
		.q_footer_tel {
			width:100%;
			margin:15px auto 0;
		}
		.q_footer_tel_title {
			width:60px;
			height:60px;
			line-height: 30px;
			font-size: 24px;
		}
		.q_footer_tel_line {
			margin-left: 70px;
			line-height: 60px;
			height:60px;
			font-size: 30px;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px){
		.q_footer{
			width:100%;
			margin:0 auto 0;
		}
		.q_footer_t {
			width:100%;
			min-height: 350px;
			padding:40px 0 25px;
			background-color: #000;
		}
		.q_footer_t .line > div {
			padding:0 15px;
		}
		.q_footer_logo {
			width:100%;
			margin:80px auto 0;
		}
		.q_footer_title {
			line-height: 30px;
			height:30px;
			font-size: 17px;
		}
		.q_footer_list{
			width:100%;
			margin:5px auto;
			padding:7px 0;
			height:265px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
		.q_footer_group {
			margin:0 auto 5px;
		}
		.q_footer_group h4{
			height:25px;
			line-height: 25px;
			font-size: 17px;
		}
		.q_footer_group p{
			line-height: 18px;
			font-size: 13px;
		}	
		.q_footer_tel {
			margin:15px auto 0;
		}
		.q_footer_tel_title {
			width:50px;
			height:50px;
			line-height: 25px;
			font-size: 18px;
		}
		.q_footer_tel_line {
			margin-left: 55px;
			line-height: 50px;
			height:50px;
			font-size: 20px;
		}
	}
	@media (max-width: 760px){
		.q_footer{
			width:100%;
			margin:0 auto 0;
		}
		.q_footer_t {
			width:100%;
			min-height: 350px;
			padding:20px 0 15px;
			background-color: #000;
		}
		.q_footer_t .line > div {
			padding:5px 15px;
		}
		.q_footer_logo {
			width:100%;
			margin:0 auto 0;
			text-align: center;
		}
		.q_footer_title {
			line-height: 30px;
			height:30px;
			font-size: 17px;
		}
		.q_footer_list{
			width:100%;
			margin:8px auto;
			padding:7px 0;
			height:auto;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
		.q_footer_group {
			margin:5px auto 5px;
		}
		.q_footer_group h4{
			height:25px;
			line-height: 25px;
			font-size: 17px;
		}
		.q_footer_group p{
			margin:5px auto 0;
			line-height: 18px;
			font-size: 13px;
		}	
		.q_footer_tel {
			margin:10px auto 0;
		}
		.q_footer_tel_title {
			width:100%;
			float:none;
			height:auto;
			line-height: 25px;
			font-size: 18px;
		}
		.q_footer_tel_line {
			margin-left: 0;
			line-height: 25px;
			height:auto;
			font-size: 20px;
		}
		.q_footer_form {
			padding:10px 0;
		}
		.q_footer_form .form-group .input{
			width:100%;
		}
		.q_footer_form .form-group .label{
			color:#ddd;
		}
	}
	.q_footer_b {
		width:100%;
		padding:20px 0 20px;
		background-color: #333;
		text-align: center;
		line-height: 20px;
		font-size: 13px;
		color:#ddd;
	}
	.q_footer_b span{
		margin:0 3px;
	}
	.q_footer_b span a{
		outline: none;
		color:#fff;
	}	
	.q_footer_b span a:hover{
		color:#d79806;
	}


	.footer_m {
		display: none;
	}
	@media (max-width: 760px) {
		.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: #fff;
	}
	.footer_item {
		width:25%;
		float:left;
		height:40px;
		text-align: center;
	}
	.footer_item_icon {
		width:100%;
		height:20px;
	}	
	.footer_item_icon a{
		outline: none;
		display: block;
		width: 100%;
		height:100%;
		outline: none;
	}
	.footer_item_icon img{
		width:20px;
		height:20px;
	}
	.footer_item_txt{
		width:100%;
		height:20px;
		line-height: 20px;
		color:#555;
		font-size: 12px;
	}


	.q_banner_n{
		width:100%;
		height:270px;
		margin:0 auto;
	}
	.q_banner_product{
		background:url('../image/q_banner_product.jpg') no-repeat center center;
	}
	.q_banner_video{
		background:url('404.png') no-repeat center center;
	}
	.q_banner_news{
		background:url('../image/q_banner_news.jpg') no-repeat center center;
	}		
	.q_banner_contact{
		background:url('../image/q_banner_contact.jpg') no-repeat center center;
	}
	.q_banner_case{
		background:url('../image/q_banner_case.jpg') no-repeat center center;
	}
	.q_banner_about{
		background:url('../image/q_banner_about.jpg') no-repeat center center;
	}
	.q_banner_join{
		background:url('../image/q_banner_join.jpg') no-repeat center center;
	}
	@media (max-width: 760px) {
		.q_banner_n{
			width:100%;
			margin:60px auto 0;
			height:auto;
			background-image:none;
		}
	}


	.q_main {
		width:100%;
		margin:0 auto;
		min-height: 500px;
		background-color: #eee;
	}
	.q_main_title {
		width:100%;
		margin:0 auto;
		padding:40px  0;
		border-bottom:1px solid #ddd;
		background-color: #fff;
		text-align:center;
	}
	.q_main_title h1{
		width:100%;
		height:40px;
		line-height: 40px;
		color:#333333;
		font-family: "思源黑体";
		font-size:30px; 
	}	
	.q_main_title p{
		width:100%;
		height:30px;
		line-height: 30px;
		color:#ccb78d;
		font-family: "思源黑体";
		font-size: 18px;
		text-transform:uppercase;
	}
	.q_main_nav {
		width:100%;
		margin:0 auto;
		padding:30px  0;
		background-color: #fff;
		text-align: center;
	}
	.q_main_nav a {
		display: inline-block;
		margin:5px;
		outline: none;
		padding:10px 30px;
		border:1px solid #cdb78e;
		color:#cdb78e;
		font-size: 15px;
	}
	.q_main_nav a:hover {
		background-color:#cdb78e;
		color:#fff;
	}
	.q_main_nav a.on {
		background-color:#cdb78e;
		color:#fff;
	}
	.q_main_body {
		width:100%;
		margin:0 auto;
		padding:35px 0;
	}
	.q_video_list_index_t {
		width:100%;
		height:50px;
		line-height: 50px;
		overflow: hidden;
		font-size: 20px;
		color:#333;
		padding:0 20px;
		font-weight: bold;
		border-left: 5px solid #cdb78e;
		background-color: #fff;
		border-radius: 3px;
		margin:30px auto 15px;
	}
	.q_video_list_index_t a{
		outline: none;
		color:#333;
	}
	.q_video_list_index_t:hover {
		background-color: #222;
		border-left: 5px solid #000;
	}
	.q_video_list_index_t:hover a {
		color:#fff;
	}
	@media (min-width: 1000px) and (max-width: 1200px) {
		.q_video_list_index_t {
			height:50px;
			line-height: 50px;
			font-size: 18px;
			padding:0 20px;
			font-weight: bold;
			margin:25px auto 10px;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.q_video_list_index_t {
			height:45px;
			line-height: 45px;
			font-size: 16px;
			padding:0 20px;
			font-weight: normal;
			margin:20px auto 5px;
		}
	}
	@media (max-width: 760px) {
		.q_video_list_index_t {
			height:40px;
			line-height: 40px;
			font-size: 16px;
			padding:0 15px;
			font-weight: normal;
			margin:20px auto 5px;
		}
	}
	@media(min-width: 760px) and (max-width: 1000px) {
		.q_main_title {
			padding:35px  0;
		}
		.q_main_title h1{
			line-height: 35px;
			height:35px;
			font-size:26px; 
		}	
		.q_main_title p{
			height:30px;
			line-height: 30px;
			font-size: 16px;
		}
		.q_main_nav {
			padding:20px  0;
		}
		.q_main_nav a {
			margin:5px;
			padding:7px 20px;
			font-size: 15px;
		}
		.q_main_body {
			width:100%;
			margin:0 auto;
			padding:20px 0;
		}
	}
	@media(max-width: 760px) {
		.q_main_title {
			padding:25px  0;
		}
		.q_main_title h1{
			line-height: 30px;
			height:30px;
			font-size:22px; 
		}	
		.q_main_title p{
			height:25px;
			line-height: 25px;
			font-size: 15px;
		}
		.q_main_nav {
			padding:10px  0;
			
		}
		.q_main_nav a {
			margin:5px;
			padding:5px 15px;
			font-size: 13px;
		}
		.q_main_body {
			width:100%;
			margin:0 auto;
			padding:20px 0;
		}
	}
	
		.pagelist {
			list-style: none;
			line-height: 50px;
			margin:50px auto 30px;
			text-align: center;
			padding:5px 0;
		}
		.pagelist a{
			display: inline-block;
			margin:3px;
			min-width:60px;
			height:50px;
			line-height: 50px;
			font-size: 12px;
			font-weight: bold;
			color:#333;
			padding:0 10px;
			background-color: #fff;
		}
		.pagelist  span{
			display: inline-block;
			text-decoration: none;
			outline: none;
			margin:3px;
			height:50px;
			line-height: 50px;
			font-size: 12px;
			min-width:60px;
			padding:0 10px;
			font-weight: bold;
			color:#333;
			transition: all .4s;
			background-color: #fff;
		}
		.pagelist a:hover{
			color:#fff;
			background-color: #b38d54;
		}
		.pagelist a:hover{
			color:#fff;
		}
		.pagelistli select:hover{
			color:#333;
		}
		.pagelist a select:hover option{
			color:#333;
		}
		.pagelist a select:hover option a{
			color:#333;
		}
		.pagelist a.thisclass{
			color:#fff;
			background-color: #b38d54;
		}
		@media(max-width: 760px) {
			.pagelist {
				min-width:40px;
				line-height: 40px;
				margin:25px auto 10px;
			}
			.pagelist a{
				min-width:40px;
				height:30px;
				line-height: 30px;
				font-size: 11px;
				font-weight: normal;
				padding:0 5px;
			}
			.pagelist span{
				height:30px;
				line-height: 30px;
				font-size: 11px;
				padding:0 5px;
				font-weight: normal;
			}
		}
	


	.q_main_left {
		min-height: 300px;
		background-color: #fff;
		padding:25px 15px 30px;
	}
	.q_main_left h3{
		width:100%;
		height:40px;
		line-height: 40px;
		font-size: 20px;
		color:#cdb78e;
		padding:0 0 0 15px;
	}
	.q_main_left .list > ul{
		width:100%;
		margin:10px auto 0;
		padding:0 0 0 15px;
	}
	.q_main_left_img {
		width:100%;
		margin:20px auto 0;
		text-align: center;
	}
	.q_main_left_img a{
		outline: none;
		display: block;
		width:100%;
		text-align: center;
	}
	.list{
		width : 100%;
	}
	.list ul{
		list-style: none;
	}
	.list>ul>li{
		width:100%;
		border-bottom: 0px solid #666;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
		height:30px;
		line-height: 30px;
	}
	.list>ul>li a{
		outline: none;
		color:#555;
		font-size: 15px;
	}
	.list>ul>li:hover a{
		color:#cdb78e;
	}
	.list>ul>li.on a{
		color:#cdb78e;
	}
	.list>ul>li p[class=title]{
		width      : 100%;
		text-align : left;
		background : #fff;
		height     : 50px;
		line-height: 50px;
		padding    : 0;
		border     : none;
		position   : relative;
		font-size  : 17px;
		color:#777;
		letter-spacing: 2px;
	}
	.list>ul>li p[class=title]>span{
		position: absolute;
		right: 10%;
	}
	.list-se{
		overflow: hidden;
		display: none;
	}
	.list-se>p{
		background: #eee;
		color     :#777;
	}
	.list-se>li{
		position: relative;
		right   : -100%;
		-webkit-transition: right .5s;
		-moz-transition   : right .5s;
		-o-transition     : right .5s;
		transition        : right .5s;
	}
	.list-se>li>p{
		background  : #ddd;
		color       : #555;
		height      : 50px;
		-webkit-box-sizing :border-box;
		        box-sizing :border-box;
		padding-left: 10px;
		line-height : 50px;
		border-left : 5px solid #ddd; 
		-webkit-transition   : border .5s; 
				 transition  : border .5s;
		-webkit-transition   : background .3s;
				 transition  : background .3s;
	}
	.list-se>li>p:hover{
		border-color: #666; 
		background  : #eee;
	}
	.q_main_right {
		width:100%;
		min-height: 500px;
		padding:0 15px;
	}
	.q_main_right_main{
		width:100%;
		margin:0 auto;
		min-height: 600px;
		
	}
    .q_main_right_main .swiper-container {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .q_main_right_main .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .q_main_right_main .gallery-top {
      height: 80%;
      width: 100%;
    }
    .q_main_right_main .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .q_main_right_main .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.8;
    }
    .q_main_right_main .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    .q_main_right_title {
    	width:100%;
    	margin:10px auto;
    	padding:10px 15px 30px;
    	border-bottom: 1px solid #ccc;
    }
    .q_main_right_title h1{
    	font-size: 17px;
    	color:#585858;
    	font-weight: bold;
    }
    .q_main_right_title h3{
    	font-size: 14px;
    	margin:5px auto;
    	color:#8a8a8a;
    }
    .q_main_right_group {
    	width:100%;
    	margin:20px auto;
    	border-top: 2px solid #cdb78e;
    	padding:15px 0;
    }
    .q_main_right_group p{
    	width:100%;
    	margin:5px auto;
    	line-height: 30px;
    	height:30px;
    	font-size: 17px;
    	color:#585858;
    }
    .q_main_right_more {
    	width:100%;
    	margin:15px auto 10px;
    }
    .q_main_right_more a{
    	display: inline-block;
    	outline: none;
    	padding:8px 30px;
    	font-size: 16px;
    	color:#fff;
    	background-color: #ccb78d;
    }       
    .q_main_right_more a:hover{
    	background-color: #b68d3b;
    }
    .q_main_right_body {
    	width:100%;
    	margin:20px auto 0;
    }
    .q_main_right_body_h {
    	width:100%;
    	margin:0 auto;
    	text-align: center;
    	height:30px;
    	line-height: 30px;
    }    
    .q_main_right_body_h span{
    	display: inline-block;
    	border-bottom: 3px solid #ccb68d;
    	padding:0 15px;
    	font-size: 18px;
    	color:#333;
    }
    .q_main_right_body_main {
    	width:100%;
    	margin:1px auto 20px;
    	padding:30px 15px;
    	border-top: 1px solid #ccc;
    	min-height: 300px;
    }
    @media(max-width: 760px) {
	    .q_main_right_title {
	    	margin:5px auto;
	    	padding:5px 10px 15px;
	    }
		.q_main_right {
			width:100%;
			min-height: 500px;
			padding:0 5px;
		}
	    .q_main_right_more {
	   		text-align: center;
	    }
    }


	.q_video_item_txt{
		text-align: left;
	}
	.q_video_item_txt p{
		text-align: left;
	}
	.q_video_n_time {
		width:100%;
		height:25px;
		line-height: 25px;
		font-size: 14px;
		color:#777;
	}


	.q_news_n_main {
		width:100%;
		margin:15px auto;
	}
	.q_news_n_left {
		padding:0 15px 0 0;
	}
	.q_news_n_list {
		width:100%;
		margin:0 auto;
	}
	.q_news_n_item {
		width:100%;
		margin:0 auto 30px;
	}
	.q_news_n_img {
		width:350px;
		height:260px;
		float:left;
		overflow: hidden;
	}
	.q_news_n_img a{
		outline: none;
		display: block;
		width:100%;
		height: 100%;
		overflow: hidden;
	}
	.q_news_n_img a img{
		width:100%;
		height: 100%;
		
		-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_img a 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_img a .img{width:100%;height:100%; padding:0;background-position: center center;background-size: cover;background-repeat: no-repeat;
		-moz-transition: all .8s ease 0s;
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		-webkit-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}

	.q_news_n_img a .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_txt {
		margin-left: 365px;
		height:259px;
		overflow: hidden;
		border-bottom: 1px solid #bbb;
	}
	.q_news_n_txt h2{
		width:100%;
		min-height:50px;
		max-height:70px;
		line-height: 35px;
		overflow: hidden;
	}
	.q_news_n_txt h2 a{
		outline: none;
		font-size: 20px;
		font-weight: bold;
		color:#444;
		letter-spacing: 2px;
	}
	.q_news_n_txt h2 a:hover{
		color:#cdb78e;
	}
	.q_news_n_txt p{
		width:100%;
		line-height: 25px;
		height:100px;
		font-size: 15px;
		overflow: hidden;
		text-align: justify;
	}
	.q_news_n_time {
		width:100%;
		margin:20px auto 0;
		line-height: 20px;
		height:20px;
		font-size: 15px;
		color:#555;
	}
	.q_news_n_right {
		padding:0 15px;
	}
	.q_news_n_side_hot {
		width: 100%;
		margin:0 auto;
		border:1px solid #bbb;
		padding:10px;
		background-color: #fff;
	}
	.q_news_n_side_hot_h {
		width:100%;
		height:50px;
		line-height: 50px;
		font-size: 20px;
		color:#555;
		border-bottom: 3px solid #e5e5e5;
	}
	.q_news_n_side_hot_list {
		width:100%;
		margin:0 auto;
	}	
	.q_news_n_side_hot_list li{
		width:100%;
		height:40px;
		line-height: 40px;
		overflow: hidden;
		border-bottom: 1px dashed #777;
	}
	.q_news_n_side_hot_list li a{
		outline: none;
		width:100%;
		color:#555;
		font-size: 14px;
	}
	.q_news_n_side_hot_list li a:hover{
		color:#d79806;
	}
	.q_news_n_side_img {
		width:100%;
		margin:15px auto;
		border:1px solid #bbb;
	}
	.q_news_n_side_img a{
		outline: none;
		display: block;
		overflow: hidden;
		text-align: center;
	}
	@media (min-width: 1000px) and (max-width: 1200px) {
		.q_news_n_main {
			width:100%;
			margin:15px auto;
		}
		.q_news_n_left {
			padding:0 15px 0 0;
		}
		.q_news_n_item {
			margin:0 auto 30px;
		}
		.q_news_n_img {
			width:280px;
			height:208px;
		}
		.q_news_n_txt {
			margin-left: 295px;
			height:207px;
		}
		.q_news_n_txt h2{
			min-height:50px;
			max-height:70px;
			line-height: 35px;
		}
		.q_news_n_txt h2 a{
			font-size: 18px;
			font-weight: bold;
		}
		.q_news_n_txt p{
			line-height: 25px;
			height:100px;
			font-size: 15px;
		}
		.q_news_n_time {
			margin:20px auto 0;
			line-height: 20px;
			height:20px;
			font-size: 15px;
		}
		.q_news_n_right {
			padding:0 10px;
		}
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.q_news_n_main {
			width:100%;
			margin:15px auto;
		}
		.q_news_n_left {
			padding:0 15px 0 0;
		}
		.q_news_n_item {
			margin:0 auto 30px;
		}
		.q_news_n_img {
			width:180px;
			height:134px;
		}
		.q_news_n_txt {
			margin-left: 190px;
			height:133px;
		}
		.q_news_n_txt h2{
			min-height:35px;
			max-height:35px;
			line-height: 35px;
		}
		.q_news_n_txt h2 a{
			font-size: 17px;
			font-weight: bold;
		}
		.q_news_n_txt p{
			margin:5px auto 0;
			line-height: 20px;
			height:60px;
			font-size: 13px;
		}
		.q_news_n_time {
			margin:5px auto 0;
			line-height: 20px;
			height:20px;
			font-size: 14px;
		}
		.q_news_n_right {
			padding:0 10px;
		}
	}
	@media  (max-width: 760px) {
		.q_news_n_main {
			width:100%;
			margin:15px auto;
		}
		.q_news_n_left {
			padding:0 15px 0 0;
		}
		.q_news_n_item {
			margin:0 auto 30px;
		}
		.q_news_n_img {
			width:135px;
			height:100px;
		}
		.q_news_n_txt {
			margin-left: 145px;
			height:99px;
		}
		.q_news_n_txt h2{
			min-height:30px;
			max-height:30px;
			line-height: 30px;
		}
		.q_news_n_txt h2 a{
			font-size: 16px;
			font-weight: normal;
		}
		.q_news_n_txt p{
			margin:5px auto 0;
			line-height: 16px;
			height:32px;
			font-size: 12px;
		}
		.q_news_n_time {
			margin:5px auto 0;
			line-height: 20px;
			height:20px;
			font-size: 13px;
		}
		.q_news_n_right {
			padding:0 10px;
		}
	}
	
	.q_news_n_main_content{
		width:100%;
		margin:0 auto 0;
		padding:0 10%;
	}
	.q_news_n_main_body {
		width:100%;
		border-top: 3px solid #ccc;
		border-bottom: 3px solid #ccc;
		padding:35px 0;
	}
	.q_news_n_main_title {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	.q_news_n_main_title h1 {
		width:100%;
		color:#656565;
		font-size: 20px;
		font-weight: bold;
		height:40px;
		line-height: 40px;
		overflow: hidden;
	}
	.q_news_n_main_title p {
		width:100%;
		color:#656565;
		font-size: 13px;
		font-weight: normal;
		line-height: 25px;
		color:#888;
	}
	.q_news_n_main_title p span{
		margin:3px;
	}
	.q_news_n_main_main {
		width:100%;
		font-size: 16px;
		line-height: 2;
		color:#555;
		margin:10px auto;
		padding:10px 0;
		text-align: justify;
		min-height: 350px;
	}
	.q_news_n_main_main {
		width:100%;
		font-size: 15px;
		line-height: 2;
		color:#555;
		margin:5px auto;
		text-align: justify;
	}

	.q_news_n_main_main iframe{width:90%;height:450px;margin:15px auto;}
	@media(max-width:1400px){
		.q_news_n_main_main iframe{width:90%;height:380px;}
	}
	@media(max-width:760px){
		.q_news_n_main_main iframe{width:90%;height:280px;}
	}
	@media(max-width:500px){
		.q_news_n_main_main iframe{width:90%;height:240px;}
	}
	
		.q_n_page{
			width:100%;
			margin:20px auto 0;
			padding:0 10%;
		}
		.q_n_page li{
			width:45%;
			float:left;
			overflow: hidden;
		}
		.q_n_page li.q_n_page_next{
			float:right;
		}
		.q_n_page li a{
			color:#999;
			font-size: 13px;
		}
	
	@media (max-width: 760px) {
		.q_news_n_main_content{
			padding:0 10px;
		}
		.q_news_n_main_body {
			padding:25px 0;
		}			
		.q_news_n_main_title h1 {
			font-size: 18px;
		}
		.q_news_n_main_title p {
			font-size: 12px;
		}
		.q_n_page{
			width:100%;
			margin:20px auto 0;
			padding:0 5%;
		}
		.q_n_page li{
			width:100%;
			float:none;
			margin:5px auto;
		}
	}


	.q_contact_n {
		width:100%;
		background-color: #fff;
	}
	.q_contact_map {
		width:100%;
		height:450px;
		margin:0 auto;
		background-color: #888;
	}
	.q_contact_map .my-map { margin: 0 auto; width: 100%; height: 100%; }
	.q_contact_map .amap-container{height: 100%;}
	@media(max-width: 760px) {
		.q_contact_map {
			height:250px;
		}
	}
	.q_contact_n_main {
		width:100%;
		margin:30px auto;
		padding:0 30px;
	}
	.q_contact_n_title {
		width:100%;
		margin:0 auto;
		height:40px;
		line-height: 40px;
		font-size: 25px;
		color:#505050;
	}
	.q_contact_n_content{
		width:100%;
		margin:15px auto 0;
		padding:20px 0;
		border-top:1px solid #ccc;
		border-bottom:1px solid #bbb;
	}
	.q_contact_left {
		padding:0 30px 0 0;
	}
	.q_contact_left h2 {
		width:100%;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		color:#333;
	}
	.q_contact_address {
		width:100%;
		margin:10px auto 0;
		padding:10px 0;
		border-top:1px solid #bbb;
	}
	.q_contact_address .xl2{
		font-size: 30px;
		color:#333;
	}
	.q_contact_address h3{
		width:100%;
		font-size: 30px;
		color:#333;
		height: 50px;
		line-height: 50px;
	}
	.q_contact_address p{
		width:100%;
		font-size: 18px;
		color:#555;
		line-height: 30px;
	}
	.q_contact_address h3+p{
		margin-bottom: 10px;
	}
	.q_contact_right {
		text-align: center;
	}
	@media (min-width: 760px) and (max-width: 1000px) {
		.q_contact_n_main {
			margin:25px auto;
			padding:0 20px;
		}
		.q_contact_n_title {
			height:35px;
			line-height: 35px;
			font-size: 23px;
		}
		.q_contact_n_content{
			margin:15px auto 0;
			padding:20px 0;
			border-top:1px solid #bbb;
			border-bottom:1px solid #bbb;
		}
		.q_contact_left {
			padding:0 20px 0 0;
		}
		.q_contact_left h2 {
			height: 35px;
			line-height: 35px;
			font-size: 23px;
		}
		.q_contact_address {
			margin:15px auto 5px;
			padding:7px 0 0 ;
		}
		.q_contact_address .xl2{
			font-size: 26px;
		}
		.q_contact_address h3{
			font-size: 23px;
			height: 35px;
			line-height: 35px;
			margin-bottom: 5px;
		}
		.q_contact_address p{
			width:100%;
			font-size: 16px;
			color:#555;
			line-height: 30px;
		}
		.q_contact_address h3+p{
			margin-bottom: 10px;
		}
		.q_contact_right {
			text-align: center;
		}
	}
	@media (max-width: 760px) {
		.q_contact_n_main {
			margin:25px auto;
			padding:0 10px;
		}
		.q_contact_n_title {
			height:auto;
			line-height: 35px;
			font-size: 20px;
		}
		.q_contact_n_content{
			margin:15px auto 0;
			padding:20px 0;
			border-top:1px solid #bbb;
			border-bottom:1px solid #bbb;
		}
		.q_contact_left {
			padding:0;
		}
		.q_contact_left h2 {
			height: auto;
			line-height: 35px;
			font-size: 20px;
		}
		.q_contact_address {
			margin:15px auto 5px;
			padding:7px 0 0 ;
		}
		.q_contact_left .xl2 i{
			font-size: 30px;
		}
		.q_contact_address h3{
			font-size: 20px;
			height: 35px;
			line-height: 35px;
			margin-bottom: 5px;
		}
		.q_contact_address p{
			width:100%;
			font-size: 14px;
			color:#555;
			line-height: 25px;
		}
		.q_contact_address h3+p{
			margin-bottom: 10px;
		}
		.q_contact_right {
			text-align: center;
			margin:25px auto 0;
		}
	}


	.q_about_n {
		background-color: #fff;
	}
	.q_about_n1_r {
		padding:5%;
	}	
	.q_about_n1_r h1 {
		width:100%;margin:0 auto;height:40px;line-height: 40px;color:#505050;font-size: 25px;
	}
	.q_about_n1_r_img {
		width:100%;margin:20px auto 0;
	}
	.q_about_n1_txt {
		width:100%;margin:30px auto;padding:30px 0;color:#555;font-size: 18px; border-top:1px solid #bbb;border-bottom:1px solid #bbb;
	}
	.q_about_n1_txt p{
		width:100%;margin:10px auto;line-height: 30px;
	}
	.q_about_n1_txt p span{
		font-weight: bold;
	}
	.q_about_n2 {
		width:100%;margin:40px auto 0;
	}
	.q_about_n3 {
		width:100%;
		height:850px;
		margin:0 auto;
		padding:60px 0;
		background:url('../image/q_about_n3_bg.png') no-repeat center center;
	}
	.q_about_honor_main {
		width:100%;
		padding:100px 0 0 25%;
	}
	.q_about_honor_title {
		width:100%;
		padding:0 15%;
		height:40px;
		line-height: 40px;
		font-size: 30px;
		color:#ccc;
		text-transform: uppercase;
	}	
	.q_about_honor_title span{
		font-weight: bold;
		color:#333;
		margin: 0 5px;
		letter-spacing: 3px;
	}
	.q_about_honor_list {
		width:100%;
		margin:80px auto 0;
		min-height:350px;
	}
	.q_about_honor_list .xl6 {
		padding:5px;
	}
	.honor_img {
		width:116px;
		height:131px;
		float:left;
	}	
	.honor_img a{
		outline: none;
		display: block;
		width:100%;
		border:1px solid #ccb78d;
	}
	.honor_txt {
		margin-left: 118px;
		height:131px;
		overflow: hidden;
		background-color: #ccb78d;
	}
	.honor_txt_main {
		width:100%;
		height:131px;
		font-size: 15px;
		color:#fff;
		text-align: center;
		padding:10px;
		display: table-cell;
		vertical-align: middle;
		background-color: #ccb78d;
	}
	@media(min-width: 760px) and (max-width: 1000px) {
		.q_about_n3 {
			height:650px;
			padding:20px 0;
			background:url('../image/q_about_n3_bg.png') no-repeat center center;
		}
		.q_about_honor_main {
			width:100%;
			padding:40px 5% 20px;
		}
		.q_about_honor_title {
			padding:0 15%;
			height:40px;
			line-height: 40px;
			font-size: 26px;
		}	
		.q_about_honor_title span{
			font-weight: bold;
			color:#555;
			margin: 0 5px;
			letter-spacing: 3px;
		}
		.q_about_honor_list {
			width:100%;
			margin:50px auto 0;
			min-height:350px;
		}
		.q_about_honor_list .xl6 {
			padding:5px;
		}
		.honor_img {
			width:116px;
			height:131px;
			float:left;
		}	
		.honor_img a{
			outline: none;
			display: block;
			width:100%;
		}
		.honor_txt {
			margin-left: 116px;
			height:131px;
			overflow: hidden
		}
		.honor_txt_main {
			font-size: 13px;
		}
	}
	@media (max-width: 760px) {
		.q_about_n1_r h1 {
			height:35px;
			line-height: 35px;
			font-size: 20px;
			text-align: center;
		}
		.q_about_n1_r_img {
			width:100%;
			margin:20px auto 0;
			text-align: center;
		}
		.q_about_n1_txt {
			width:100%;
			margin:20px auto;
			padding:20px 0;
			color:#555;
			font-size: 15px; 
			border-top:1px solid #bbb;
			border-bottom:1px solid #bbb;
		}
		.q_about_n1_txt p{
			width:100%;
			margin:10px auto;
			line-height: 25px;
		}
		.q_about_n1_txt p span{
			font-weight: bold;
		}
		.q_about_n3 {
			height:auto;
			padding:20px 0;
			background:none;
		}
		.q_about_honor_main {
			width:100%;
			padding:25px 15px 20px;
		}
		.q_about_honor_title {
			padding:0 10px;
			height:40px;
			line-height: 40px;
			font-size: 22px;
			text-align: center;
		}	
		.q_about_honor_title span{
			font-weight: bold;
			color:#555;
			margin: 0 5px;
			letter-spacing: 3px;
		}
		.q_about_honor_list {
			width:100%;
			margin:25px auto 0;
			min-height:50px;
		}
		.honor_img {
			width:116px;
			height:131px;
			float:left;
		}	
		.honor_txt {
			margin-left: 116px;
			height:131px;
			overflow: hidden;
			background-color: #ccb78d;
		}
		.honor_txt_main {
			font-size: 12px;
		}
	}
	@media (max-width: 500px) {
		.q_about_honor_list .xl6 {
			width:100%;
		}
	}


	.q_case_list {
		width:100%;
		margin:30px auto 20px;
	}
	.q_case_list .xs6{
		margin:10px auto 30px;
		padding:10px 15px;
	}
	.q_case_item_img {
		width:100%;
		margin:0 auto;
		overflow: hidden;
	}
	.q_case_item_img a{
		outline: none;
		display: block;
		width:100%;
		margin:0 auto;
		overflow: hidden;
		border:1px solid #ccc;
		text-align: center;
	}
	.q_case_item_img a img{
		width:100%;
		height: 100%;
		
		-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_case_item_img a 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_case_item_txt{
		width:100%;
		margin:30px auto 10px;
		padding:15px 0;
		border-top:1px solid #bbb;
		border-bottom: 1px solid #bbb;
	}
	.q_case_item_txt h2{
		width:100%;
		margin:0 auto;
		height:30px;
		line-height: 30px;
		font-size: 19px;
		font-weight: bold;
	}
	.q_case_item_txt h2 a{
		color:#222;
	}
	.q_case_item_txt h2 a:hover{
		color:#b38d54;
	}
	.q_case_item_txt p{
		width:100%;
		margin:10px auto 0;
		line-height: 25px;
		height:50px;
		font-size: 14px;
		text-align: justify;
		color:#777;
		overflow: hidden;
	}
	@media (max-width: 760px) {
		.q_case_list {
			width:100%;
			margin:20px auto 10px;
		}
		.q_case_list .xs6{
			margin:5px auto 15px;
			padding:5px 10px;
		}
		.q_case_item_img {
			width:100%;
			margin:0 auto;
			overflow: hidden;
		}
		.q_case_item_img a{
			outline: none;
			display: block;
			width:100%;
			margin:0 auto;
			overflow: hidden;
			border:1px solid #ccc;
			text-align: center;
		}
		.q_case_item_img a img{
			width:100%;
			height: 100%;
			
			-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_case_item_img a 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_case_item_txt{
			width:100%;
			margin:20px auto 10px;
			padding:10px 0;
			border-top:1px solid #bbb;
			border-bottom: 1px solid #bbb;
		}
		.q_case_item_txt h2{
			width:100%;
			margin:0 auto;
			height:30px;
			line-height: 30px;
			font-size: 16px;
			font-weight: bold;
		}
		.q_case_item_txt h2 a{
			color:#222;
		}
		.q_case_item_txt h2 a:hover{
			color:#b38d54;
		}
		.q_case_item_txt p{
			width:100%;
			margin:10px auto 0;
			line-height: 20px;
			height:auto;
			max-height: 60px;
			font-size: 13px;
			text-align: justify;
			color:#777;
			overflow: hidden;
		}	
	}


	
	.q_join_n_title {
		height:60px;
		line-height: 60px;
		font-size: 45px;
		color:#333333;
	}
	.q_join_n_block{
		display: inline-block;
		width:60px;
		height:5px;
		margin:20px 0 0;
		background-color: #d0bd96;
	}
	.q_join_n_group {
		width:100%;
		margin:30px auto 0;
	}
	.q_join_n_group p{
		width:100%;
		margin:10px auto;
		line-height: 40px;
		color:#222;
		font-size: 22px;
		text-align: justify;
	}
	.q_join_n_group p span{
		font-weight: bold;
	}
	
	.q_join_n1 {
		width:100%;
		height:1080px;
		margin:0 auto;
		background:url('../image/q_join_n1_bg.jpg') no-repeat center center;
	}
	.q_join_n1_right {
		padding:15% 0 0 5%;
	}
	
	.q_join_n2 {
		width:100%;
		height:1080px;
		margin:0 auto;
		text-align: right;
		background:url('../image/q_join_n2_bg.jpg') no-repeat center center;
	}
	.q_join_n2_left{
		padding:15% 5% 0 0 ;
	}
	.q_join_n2_left .q_join_n_group p{
		text-align: right;
	}
	
	.q_join_n3 {
		width:100%;
		height:1080px;
		margin:0 auto;
		text-align: left;
		background:url('../image/q_join_n3_bg.jpg') no-repeat center center;
	}
	.q_join_n3_right{
		padding:20%  0 0 10%;
	}
	.q_join_n3_right .q_join_n_group{
		width:100%;
		margin:50px auto 0;
	}
	.q_join_n3_right .q_join_n_group h3{
		width:100%;
		font-size: 25px;
		height:40px;
		line-height: 40px;
		color:#893d06;
		font-family: "思源黑体";
		font-weight: bold;
	}
	.q_join_n3_right .q_join_n_group p{
		text-align: left;
		margin:10px auto;
	}
	
	.q_join_n4 {
		width:100%;
		height:1080px;
		margin:0 auto;
		text-align: right;
		background:url('../image/q_join_n4_bg.jpg') no-repeat center center;
	}
	.q_join_n4_left{
		padding:20% 5% 0 0;
	}
	.q_join_n4_left .q_join_n_group{
		width:100%;
		margin:50px auto 0;
	}
	.q_join_n4_left .q_join_n_group h3{
		width:100%;
		font-size: 25px;
		height:40px;
		line-height: 40px;
		color:#893d06;
		font-family: "思源黑体";
		font-weight: bold;
	}
	.q_join_n4_left .q_join_n_group p{
		text-align: right;
		margin:10px auto;
	}
	
	.q_join_n5 {
		width:100%;
		height:1080px;
		margin:0 auto;
		text-align: center;
		padding:5% 0 0;
		background:url('../image/q_join_n5_bg.jpg') no-repeat center center;
	}
	.q_join_n5_list {
		width:100%;
		margin:50px auto 0;
	}
	.q_x5 {
		width:20%;
		float:left;
		padding:15px;
		text-align: center;
	}
	.q_x5_img{
		width:100%;
		margin:0 auto;
	}
	.q_x5_txt {
		width:100%;
		margin:35px auto 0;
		font-size: 33px;
		color:#796943;
		line-height: 40px;
		font-family: '微软雅黑';
	}
	.q_join_n  .q_main_body {
		padding:0;
	}
	
	.q_join_n6 {
		width:100%;
		height:1080px;
		margin:0 auto;
		text-align: left;
		padding:5% 0 0;
		background:url('../image/q_join_n6_bg.jpg') no-repeat center center;
	}
	.q_join_n6 .q_join_n_group {
		padding:0 20% 0 0;
	}
	.q_join_n6_list {
		width:100%;
		margin:50px auto 0;
		padding: 0 20% 0 0;
	}
	.q_join_n6_list >div{
		padding:0 15px 0 0 ;
	}
	.q_join_n6_item {
		width:100%;
		margin:15px auto;
		text-align: center;
	}
	.q_join_n6_item_img {
		width:100%;
	}
	.q_join_n6_item_img a {
		outline: none;
		display: block;
		width:100%;
	}
	.q_join_n6_item_img a img{
		max-width: 80%;
	}
	.q_join_n6_item_txt{
		margin:20px auto 0;
		font-size: 17px;
		color:#333;
		font-weight: bold;
		letter-spacing: 2px;
	}
	@media(min-width: 1000px) and (max-width: 1450px) {
		
		.q_join_n_title {
			height:60px;
			line-height: 60px;
			font-size: 38px;
			color:#333333;
		}
		.q_join_n_block{
			display: inline-block;
			width:60px;
			height:5px;
			margin:15px 0 0;
			background-color: #d0bd96;
		}
		.q_join_n_group {
			width:100%;
			margin:20px auto 0;
		}
		.q_join_n_group p{
			width:100%;
			margin:10px auto;
			line-height: 35px;
			color:#222;
			font-size: 20px;
			text-align: justify;
		}
		.q_join_n_group p span{
			font-weight: bold;
		}
		
		.q_join_n1 {
			width:100%;
			height:816px;
			margin:0 auto;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n1_right {
			padding:7% 0 0 0;
		}
		
		.q_join_n2 {
			width:100%;
			height:816px;
			margin:0 auto;
			text-align: right;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n2_left{
			padding:10% 3% 0 0 ;
		}
		.q_join_n2_left .q_join_n_group p{
			text-align: right;
		}
		
		.q_join_n3 {
			width:100%;
			height:816px;
			margin:0 auto;
			text-align: left;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n3_right{
			padding:10%  0 0 8%;
		}
		.q_join_n3_right .q_join_n_group{
			width:100%;
			margin:50px auto 0;
		}
		.q_join_n3_right .q_join_n_group h3{
			width:100%;
			font-size: 25px;
			height:40px;
			line-height: 40px;
			color:#893d06;
			font-family: "思源黑体";
			font-weight: bold;
		}
		.q_join_n3_right .q_join_n_group p{
			text-align: left;
			margin:10px auto;
		}
		
		.q_join_n4 {
			width:100%;
			height:816px;
			margin:0 auto;
			text-align: right;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n4_left{
			padding:10% 5% 0 0;
		}
		.q_join_n4_left .q_join_n_group{
			width:100%;
			margin:50px auto 0;
		}
		.q_join_n4_left .q_join_n_group h3{
			width:100%;
			font-size: 25px;
			height:40px;
			line-height: 40px;
			color:#893d06;
			font-family: "思源黑体";
			font-weight: bold;
		}
		.q_join_n4_left .q_join_n_group p{
			text-align: right;
			margin:10px auto;
		}
		
		.q_join_n5 {
			width:100%;
			height:816px;
			margin:0 auto;
			text-align: center;
			padding:3% 0 0;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n5_list {
			width:100%;
			margin:30px auto 0;
		}
		.q_x5 {
			width:20%;
			float:left;
			padding:15px;
			text-align: center;
		}
		.q_x5_img{
			width:100%;
			margin:0 auto;
		}
		.q_x5_img img{
			max-width:70%;
		}
		.q_x5_txt {
			width:100%;
			margin:25px auto 0;
			font-size: 26px;
			color:#796943;
			line-height: 35px;
		}
		
		.q_join_n6 {
			width:100%;
			height:816px;
			margin:0 auto;
			text-align: left;
			padding:5% 0 0;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n6 .q_join_n_group {
			padding:0 20% 0 0;
		}
		.q_join_n6_list {
			width:100%;
			margin:50px auto 0;
			padding: 0 20% 0 0;
		}
		.q_join_n6_list >div{
			padding:0 15px 0 0 ;
		}
		.q_join_n6_item {
			width:100%;
			margin:15px auto;
			text-align: center;
		}
		.q_join_n6_item_img {
			width:100%;
		}
		.q_join_n6_item_img a {
			outline: none;
			display: block;
			width:100%;
		}
		.q_join_n6_item_img a img{
			max-width: 70%;
		}
		.q_join_n6_item_txt{
			margin:20px auto 0;
			font-size: 17px;
			color:#333;
			font-weight: bold;
			letter-spacing: 2px;
		}
	}
	@media(min-width: 640px) and (max-width: 1000px) {
		
		.q_join_n_title {
			height:40px;
			line-height: 40px;
			font-size: 24px;
		}
		.q_join_n_block{
			margin:5px 0 0;
		}
		.q_join_n_group {
			margin:10px auto 0;
		}
		.q_join_n_group p{
			margin:5px auto;
			line-height: 25px;
			font-size: 15px;
		}
		.q_join_n_group p span{
			font-weight: bold;
		}
		
		.q_join_n1 {
			height:563px;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n1_right {
			padding:7% 0 0 0;
		}
		
		.q_join_n2 {
			height:563px;
			text-align: right;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n2_left{
			padding:10% 3% 0 0 ;
		}
		.q_join_n2_left .q_join_n_group p{
			text-align: right;
		}
		
		.q_join_n3 {
			height:563px;
			text-align: left;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n3_right{
			padding:13%  0 0 55%;
		}
		.q_join_n3_right .q_join_n_group{
			margin:30px auto 0;
		}
		.q_join_n3_right .q_join_n_group h3{
			font-size: 18px;
			height:30px;
			line-height: 30px;
		}
		.q_join_n3_right .q_join_n_group p{
			text-align: left;
			margin:5px auto;
		}
		
		.q_join_n4 {
			height:563px;
			text-align: right;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n4_left{
			padding:10% 3% 0 0;
		}
		.q_join_n4_left .q_join_n_group{
			width:100%;
			margin:50px auto 0;
		}
		.q_join_n4_left .q_join_n_group h3{
			font-size: 25px;
			height:40px;
			line-height: 40px;
		}
		.q_join_n4_left .q_join_n_group p{
			text-align: right;
			margin:10px auto;
		}
		
		.q_join_n5 {
			height:563px;
			text-align: center;
			padding:3% 0 0;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n5_list {
			margin:30px auto 0;
		}
		.q_x5 {
			float:left;
			padding:15px;
		}
		.q_x5_txt {
			margin:15px auto 0;
			font-size: 18px;
			line-height: 30px;
		}
		
		.q_join_n6 {
			height:563px;
			text-align: left;
			padding:5% 0 0;
			background:url('404.png') no-repeat center center;
		}
		.q_join_n6 .q_join_n_group {
			padding:0 20% 0 0;
		}
		.q_join_n6_list {
			width:100%;
			margin:30px auto 0;
			padding: 0 20% 0 0;
		}
		.q_join_n6_item {
			margin:15px auto;
		}
		.q_join_n6_item_txt{
			margin:20px auto 0;
			font-size: 15px;
		}
	}
	.q_join_n_img {
		width:100%;
		margin:0 auto 0;
	}
	@media (max-width: 640px) {
		
		.q_join_n_title {
			height:40px;
			line-height: 40px;
			font-size: 24px;
			color:#333333;
		}
		.q_join_n_block{
			display: inline-block;
			width:60px;
			height:5px;
			margin:5px 0 0;
			background-color: #d0bd96;
		}
		.q_join_n_group {
			width:100%;
			margin:10px auto 0;
		}
		.q_join_n_group p{
			width:100%;
			margin:5px auto;
			line-height: 25px;
			color:#222;
			font-size: 15px;
			text-align: justify;
		}
		.q_join_n_group p span{
			font-weight: bold;
		}
		
		.q_join_n1 {
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0 5%;
			text-align: center;
			background:none;
			background-color:#e4dfcb;
		}
		.q_join_n1_right {
			padding:25px 0 0 0;
		}
		.q_join_n1_right p{
			text-align: center;
		}
		
		.q_join_n2 {
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0 5%;
			text-align: center;
			background:none;
			background-color:#fff;
		}
		.q_join_n2_left{
			padding:25px 0 0 0 ;
		}
		.q_join_n2_left .q_join_n_group p{
			text-align: center;
		}
		
		.q_join_n3 {
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0 5%;
			text-align: center;
			background:none;
			background-color:#fff;
		}
		.q_join_n3_right{
			padding:25px  0 0 0;
		}
		.q_join_n3_right .q_join_n_group{
			width:100%;
			margin:30px auto 0;
		}
		.q_join_n3_right .q_join_n_group h3{
			width:100%;
			font-size: 18px;
			height:30px;
			line-height: 30px;
			color:#893d06;
			font-family: "思源黑体";
			font-weight: bold;
		}
		.q_join_n3_right .q_join_n_group p{
			text-align: center;
			margin:5px auto;
		}
		
		.q_join_n4 {
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0 5%;
			text-align: center;
			background:none;
			background-color: #e4dfcb;
		}
		.q_join_n4_left{
			padding:25px 0 0 0;
		}
		.q_join_n4_left .q_join_n_group{
			width:100%;
			margin:20px auto 0;
		}
		.q_join_n4_left .q_join_n_group h3{
			width:100%;
			font-size: 25px;
			height:40px;
			line-height: 40px;
			color:#893d06;
			font-family: "思源黑体";
			font-weight: bold;
		}
		.q_join_n4_left .q_join_n_group p{
			text-align: center;
			margin:10px auto;
		}
		
		.q_join_n5 {
			width:100%;
			height:auto;
			margin:0 auto;
			padding:25px 5% 0;
			text-align: center;
			background:none;
			background-color: #fff;
		}
		.q_join_n5_list {
			width:100%;
			margin:30px auto 0;
		}
		.q_x5 {
			width:33%;
			float:left;
			padding:15px;
			text-align: center;
		}
		.q_x5_img{
			width:100%;
			margin:0 auto;
		}
		.q_x5_img img{
			max-width:70%;
		}
		.q_x5_txt {
			width:100%;
			margin:5px auto 0;
			font-size: 16px;
			color:#796943;
			line-height: 25px;
		}
		
		.q_join_n6 {
			width:100%;
			height:auto;
			margin:0 auto;
			padding:25px 5% 0;
			text-align: center;
			background:url(../image/q_join_n6_bg640.jpg) no-repeat center top;
		}
		.q_join_n6 .q_join_n_group {
			padding:0 0 0 0;
			text-align: center;
		}
		.q_join_n6_list {
			width:100%;
			margin:10px auto 0;
			padding: 20px 0;
		}
		.q_join_n6_list >div{
			padding:0 5px ;
		}
		.q_join_n6_item {
			width:100%;
			margin:5px auto;
			text-align: center;
		}
		.q_join_n6_item_img {
			width:100%;
		}
		.q_join_n6_item_img a {
			outline: none;
			display: block;
			width:100%;
		}
		.q_join_n6_item_img a img{
			max-width: 60%;
		}
		.q_join_n6_item_txt{
			margin:5px auto 0;
			font-size: 13px;
			color:#333;
			font-weight: normal;
			letter-spacing: 2px;
		}
	}

.q_member {
	width:100%;
	margin:30px auto;
}
.q_member_login{
	width:100%;
	margin:0 auto;
	text-align: center;
	line-height: 25px;
	padding:10px 15px;
	background-color: #f5f5f5;
}
.q_member_login .log {
	line-height: 25px;
	font-size: 17px;
}}
.q_member_login iframe {
	width:100%;
	line-height: 25px;
	padding:0 10px;
}