@media screen and (max-width:1169px) {
	.header {
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 111;
	top: 0;
	background: url(../images/top_bg_b.png);
}
/*首页*/
.hyzs{
	width: 100%;
	background-color: #F0F0F0;
	padding-top: 10px;
}
.large-header {
	font-size: 26px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
	background-image: url(../images/home__title__icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
}
.large-header-b {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(../images/home__title__icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
	margin-top: 20px;
}
.parHd ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}


.parHd .navhd-tabs li{
	width: 33.33%;
	float: left;
	font-size:16px;
	font-weight: bold;
	
}
.parHd .navhd-tabs li a{
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	border: none;
	padding: 18px;
	background: #fff;
	border-radius: 0;
	margin: 0;
	position: relative;
	transition: all 0.3s ease 0s;
	
}
.parHd .navhd-tabs li a:hover{
    background: #d6b781;

}
.parHd .navhd-tabs li.active a,
.parHd .navhd-tabs li.active a:focus,
.parHd .navhd-tabs li.active a:hover{
	border: none;
	background: #d6b781;
	color: #000;
	transition: all 0.20s ease 0s;
	font-weight: bold;
	
}
.parHd .navhd-tabs li.active a:after{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #d6b781;
	content: '';
	pointer-events: none;
	
}
.parHd .navhd-tabs li:first-child:before,
.parHd .navhd-tabs li:after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}
.parBd{
	position: relative;
	margin-bottom: 50px;
	margin-top: 20px;
	}


.container {
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
}
.jh{
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
}
.jh_li{
	width: 100%;
	border: 1px solid #FFF;
	height: 500px;
	margin-left: auto;
	padding: 20px;
	margin-top: 5%;
	margin-bottom: 2%;
	color: #FFF;
	margin-right: auto;
}
.jh_li:hover{
	color:#d6b781;
	border: 1px solid #d6b781;
}
.m1{
	font-size: 20px;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	letter-spacing:5px;
	line-height:5px;
}
.m2{
	font-size: 24px;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	letter-spacing:5px;
	line-height:50px;
}
.m3{
	font-size: 16px;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	letter-spacing:5px;
	line-height:5px;
	height: 30px;
}
.m4{
	font-size: 14px;
	margin-bottom:40px;

	text-align: left;
	width: 100%;
	letter-spacing:2px;
	margin-top: 40px;
	font-family: "宋体";
}

/*首页*/


/*手机导航*/

.nav_pc{
 display: none;
}
.nav {
 width: 725px;
 float: left;
 margin-left: 50px;
}
 .nav_li {
	float: left;
	font-size: 14px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 21px;
	padding-left: 21px;
}
.nav_li_l{
	display: block;
	float: left;
	font-size: 14px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 21px;
	padding-left: 21px;
}
.nav>li>p {
 display: block;
}
.nav>li>p>a {
	color: #FFFFFF;
}
.nav>li>p>a span {
	border-bottom: 2px solid transparent;
	font-size: 14px;
}
.nav>li.on>p>a span {
 border-bottom: 2px solid #FFFFFF;
}
.nav>li>p>a i {
 display: inline-block;
 vertical-align: middle;
 width: 8px;
 height: 4px;
 background: url(../images/jt_icon.png) no-repeat;
 background-size: 100% 100%;
 margin-left: 7px;
}
 .nav>li ol {
 width: 144px;
 background: #4B4B4B;
 position: absolute;
 left: 50%;
 margin-left: -20px;
 top: 100%;
 padding: 10px 0;
 display: none;
}
.nav>li ol li {
 width: 100%;
 line-height: 3em;
 margin-left: 40px;
}
.nav>li ol li a {
 display: block;
 color: #FFFFFF;
}
 .nav>li>p {
	position: relative;
}
.nav>li>p>i {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;

}
 .nav_but {
 width: 37px;
 height: 30px;
 margin-top: 30px;

}
.close{
	 width: 30px;
 height: 30px;
 margin-top: 10px;}
.zkclick{
	background: #26272b;
}

/*手机导航结束*/


/*banner开始*/
.banner_nr {
	display: none;
	
}
.banner_nr_p {
	width: 100%;
	
}
#floatDivBoxs{display: none;}
.floatShadow{display: none;}
#rightArrow{display: none;}
.n_n img{
	width: 45%;
	
}
	.eng{display: none;}
.banner .swiper-container {
	width: 100%;
}
.banner .swiper-container .swiper-slide a {
	display: block;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullets {
	bottom: 178px;
}
.banner .swiper-container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	margin: 0 8px;
	background: #d1d2d6;
}
.banner .swiper-container .swiper-pagination-bullet-active {
	background: #c00e24;
}
.banner_left, .banner_right {
	width: 14px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	z-index: 9;
}
.banner_left {
	left: 10%;
	background-image: url(../images/banner_left1.png);
}

.banner_right {
	right: 10%;
	background-image: url(../images/banner_right1.png);
}
/*banner结束*/

/*视频*/
.ss {
 display: none;
}



.imgfocus {
 display: none;
}
#index {
 display: none;
}


/*底部开始*/
.class_Arrow{display:none;}
.froot_cg {
 width: 100%;
 height: 50px;
 text-align:center;
 font-size:18px;
 line-height: 50px;
 position: absolute;
 z-index: 112;
 position: fixed;
 bottom: 0;

background-color: #d6b781;
}

.footer { display:none;

}
.footer_phone{
	font-size: 18px;
	color: #CCC;
	background-color: #1B1B1B;
	width: 100%;
	height: 380px;
}
	.footer_logo{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	margin-bottom: 20px;
}
	.footer_logo img{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	
}
.footer_word{
	text-align: left;
	width: 60%;
	margin-right: auto;
	margin-left: 10px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 5px;
	float: left;
	font-size: 14px;
}
.footer_word_d{
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	height: 100px;
	
}
.footer_wx{
	text-align: center;
	width: 25%;
	margin-right: auto;
	margin-left: 3%;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}
.footer_work{
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.footer_bq{
	text-align: center;
	width: 100%;
	font-size: 14px;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 10px;
}
.footer_fr{
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
}
.footer_bq a{
 color:#CCC;
 font-size:14px;
}
/*底部结束*/






 .form-title {
 font-size: .86rem;
}
 .formcode input {
width:40%;
}
 .formcode img {
 height: 1.5rem;
margin-left:.7rem;
}
 .index-1 p {
 font-size: /*.52rem*/11px;
}
 .to-top {
 width: 36px;
 height: 36px;
 right: 20px;
 bottom: 20px;
}
.foot_email {
display:block;
padding-left: 0px;
}
.to-top>.m-center {
width: 50%;
height: 50%;
margin-top: 25%;
margin-left: 25%;
}
 #logo1 {
 display: none;
}
 #logo2 {
 display: block;
}
 .header_hover {
 height: 50px;
 background-color: #fff;
}
.width-100, section, header, footer, .width-1220 {
min-width: 1px;
width: 100%;
}
.width-50 {
width: 100%;
}
.hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
.navbar-toggle {
display: block;
border: none;
background: none;
margin: 0;
flex-shrink: 0;
padding: 9px 3px;
}
.navbar-toggle .icon-bar {
background: #111;
width: 20px;
height:2px;
border-radius: 0;
}
/*.navbar-toggle .icon-bar + .icon-bar{margin-top: .18rem;}*/
header {
height: 50px;
padding: 3px 14px;
position: fixed;
left: 0;
top:0;
}
.logo {
width: auto;
height: 43px;
}
.navbar-toggle.active {
}
.navbar-toggle>span {
transform-origin:0 50%;
transition: all .3s;
}
.navbar-toggle.active>.bar-1 {
transform: rotateZ(45deg) translateY(-2px)
}
.navbar-toggle.active>.bar-3 {
transform: rotateZ(-45deg) translateY(2px)
}
.navbar-toggle.active>.bar-2 {
opacity: 0;
}
.nr-banner .width-1220 p {
 width: auto;
 font-size: 14px;
 line-height: 24px;
}
 .btn-ljgd, .btn-ljgd5 {
width:max-content;
font-size: .6rem;
height:2.5em;
line-height:2.5;
border-radius: 1.2em;
padding-left:.5rem;
padding-right:1.6rem;
}
.btn-ljgd>span, .btn-ljgd5>span {
width: .7rem;
height: .7rem;
margin-top: -.35rem;
background-size: .4rem;
}
.btn-ljgd5>span {
background-size: .7rem;
}
 .wxbox {
 display: none;
 width: 60px;
 height: 64px;
 margin-top: 38PX;
 padding: 4px 0px 0px 0px;
 transform: translate3d(-34%, -91%, 0);
}
 .nav {
display: none;
}

.index-3 {
height: auto;
}
.index-3>.a-background {
height: 0;
padding-bottom: 86.67%;
}
 .index-3>.text {
opacity: 1;
}
 .index-7>.index-6 {
padding: 0;
}
.index-8 {
position: relative;
padding: 10% 20%;
}
.index-12>.h3 {
font-size: .7rem;
}
.index-12 {
position: relative;
padding-bottom: 3.6rem;
}
.index-14 {
padding: 0;
background-size: 19.6% auto;
border:1px solid #dcdcdc;
border-top: none;
}
.index-page2 {
width: 100% !important;
left: 0 !important;
text-align: left;
}
.img-box.index-11:after {
top:auto;
left: 50%;
right:auto;
bottom:0;
transform:rotate(180deg) translateX(50%);
width: 28px;
height: 10px;
background-image: url(../images/sj.png);
}
.index-new {
margin: 0 5%;
width: 90%;
}
.index-16 {
font-size: .45rem;
padding: .3rem 0;
background: none;
align-items: center;
}
.index-19 {
font-size: .5rem;
padding: 0;
line-height: 1.5;
}
.index-19>.m-dhslh {
display: -webkit-box;
text-overflow: clip;
white-space:  normal;
}
.index-20, .index-22 {
width: 100%;
float: none;
}
.index-20 {
padding: 0 3%;
}
.index-22 {
padding: 1rem 18%;
text-align: center;
}
.index-21 {
margin: 3.085%;
}



/*内页banner*/

.sqsy {
padding: 1.6rem .7rem 1.4rem;
font-size: .44rem;
}
.m-form2 {
width: 100%;
}
.m-form2 input, .m-form2 textarea {
font-size: .52rem;
padding: .4rem .6rem;
}
.m-form2 textarea {
font-size: .4rem;
}
.m-form3 {
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.m-form3 .btn {
width: 100%;
margin-bottom: .8rem;
}
.sqsy-left, .sqsy-right {
padding: 0;
}
.sqsy-right {
border-top: 1px solid #dcdcdc;
padding-top: .76rem;
margin-top: .76rem;
}
.sqsy-text h2 {
font-size: .72rem;
}
.sqsy-text1>div>h4 {
font-size: .52rem;
}
/*10-31 lwp*/
/*.btn-ljgd5{width: auto;height: auto;font-size: .6rem;}*/



/*加入我们*/
.joinus_dz{
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}
.con {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
}
.faq_ss{
	padding-bottom:60px;
	margin-top: 30px;
	width: 100%;
}
.faq_ss li{ position:relative; margin-bottom:10px;}
.faq_ss li .p_title{
	background:#9c9c9c;
	position:relative;
	color:#FFF;
}
.faq_ss li .p_title .h2{
	position:relative;
	z-index:1;
	cursor:pointer;
	line-height:24px;
	width: 100%;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 40px;
}
.faq_ss li .p_title .h2 span{ font-size:20px; font-weight:bold; padding-right:20px;}
.faq_ss li .p_title.current{ background:#d6b781; }
.faq_ss li .p_title .tou{ position: absolute; display:block; right:0; top:0; width:46px; font-size:14px; height:60px; text-align: center; background:url(/images/zx_06.png) no-repeat center center;}
.faq_ss li .p_title.current .tou{ background:url(/images/zx_03.png) no-repeat center center;}
.faq_ss li .yaoq_box{
	height:0;
	overflow:hidden;
	position:relative;
	background-color: #f8f8f8;
	width: 100%;
}
.faq_ss li .yaoq_box .txt_b1{
	padding:5% 5% 8% 8%;
	font-size:16px;
	line-height:26px;
}
.faq_ss li .yaoq_box .txt_b1 .zaop{ font-size:18px; padding-bottom:20px; }
.faq_ss li .yaoq_box .txt_b1 .zaop span { float:left; display:block; margin-right:80px;color:#333;}
.faq_ss li .yaoq_box .txt_b1 .zaop span  em{ color:#00762c;}
.faq_ss li .yaoq_box .txt_b1 .bt3{
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	width: 100%;
}
.faq_ss li .yaoq_box .txt_b1 .txt_pt{ margin-bottom:20px; line-height:28px;}
.faq_ss li .yaoq_box .txt_b1 a{ font-size:14px; height:22px; line-height:22px; border-bottom: solid 1px #c80814; color:#c80814; float:left;}
/*加入我们*/


/*关于我们*/

.about_w{
	font-size: 22px;
	line-height: 50px;
	color: #333;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.aboutus{
	width: 100%;
	background-color: #141b24;
	height: 345px;
	
}
.aboutus_img{
	width: 100%;
	
}
.gyst-2{
	height: 470px;
	align-items: center;
	color: #FFF;
	background-color: #141b24;
}
.gyst-2 .text{
	float: left;
	position: relative;
	z-index: 1;/*padding-right: 50px;*/
	text-align: justify;
	margin-right: 10%;
	margin-left: 10%;
}
.gyst-2 .text h1{
	color: #FFF;
	margin-top: 5%;
	font-size: 18px;
	line-height: 50px;
}
.gyst-2 .text p{
	color: #FFF;
	font-size: 14px;

}
.about_fw{
	width: 100%;
	display: block;
	padding-right: 10%;
	padding-left: 10%;
	background-image: url(../images/zb_s.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	height: 600px;
	background-color: #222222;
}
.zy{
	background-attachment: scroll;
	background-clip: initial;
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zy_bj.jpg);
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
}
.zy_w{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	display: block;
	overflow: hidden;
}
.single-fun-factor {
	position: relative;
	float: left;
	width: 25%;
}
.single-fun-factor:after {

	border-right: solid #ffffff;
	margin-right:-1px;
    content: "";
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    width: 1px;
	
}
.fun-factor-area .col-md-3:last-child .single-fun-factor::after {
  display: none;
}
.single-fun-factor > h1 {
	font-size: 18px;
	text-align: center;
}
.single-fun-factor > h4 {
	line-height: 20px;
	padding-top: 21px;
	font-size: 14px;
}
.single-fun-factor > h1, .single-fun-factor > h4 {
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
/*关于我们*/



/*活动新闻*/
.news_list_page {
	color: #FFF;
	margin-top: 30px;
	font-size: 16px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.news_list_page a {
	color: #FFF;
	font-size: 16px;
}
.new-1{padding: 1.2rem 0 1.6rem;font-size: 16px;color: #969696;line-height: 1.625;}
.new-2{
	width: 90%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #9B9B9B;
	margin-bottom: 30px;
}
.text a{
	
	color: #333;
}
.new-2>.text>a.m-dhslh{font-size: .48rem;

	color: #9B9B9B;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.new-2>.text>div.m-dhslh{display: none;
}
.img-box{
	float: left;
	width: 50%;
}
.new-2>.text{
	width:50%;
	float: left;
	color: #9B9B9B;
	padding-top: 10px;
	padding-left: 10px;
}
.new-2>.text p{
color: #9B9B9B;

}
.new-4{
	width: 90%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #9B9B9B;
	margin-bottom: 30px;
}
.news-4pc{display: none;}
.new-4>.text{
	width:50%;
	float: left;
	color: #9B9B9B;
	padding-top: 10px;
	padding-left: 10px;}
.new-4>.text>a.m-dhslh{font-size: .48rem;
	color: #9B9B9B;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 5px;
	font-weight: bold;}
.new-4>.text>div.m-dhslh{display: none;}

.new-4>.text>p{color: #9B9B9B;}

.con_n {
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
	width: 90%;
	background-color: #FFF;
	padding-right: 10%;
	padding-left: 10%;
	overflow: visible;
	position: relative;
}
.n_n {
	height: 100%;
	width: 100%;
	text-align: center;
}
.n_n img {
	width: 300px;
}
/*活动新闻*/


/*空间*/
.space_nn{
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 70px;
	margin-bottom: 30px;
}
.space_ico{
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
.space_map{
	position:static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-center h1{
	font-size: 22px;
}
.text-center h2{
	font-size: 20px;
}
.index-hzhb{
	font-size: /*.44rem*/22px;
	color: #707070;
	padding-top: 30px;
	padding-right: 5%;
	padding-left: 5%;
}
.space_n{
	font-size: 22px;
	color: #FFF;
	width: 100%;
}
.services-section{
	position:relative;
	background-color:#252525;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.space_ico ul li{
	float: left;
	width: 33%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.space_i img{width: 40%;margin:0 auto;display:block;}
.space_w{
	width:100%;
	text-align: center;
	float: left;
	font-size: 14px;
	color:#CCC
}

.iframejt{
	width: 90%;
	margin-left: 5%;
}
/*空间*/
}