.guide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
}
.guide img{
	margin: 0 auto;
	display: block;
	/*margin-top: 4rem;*/
	/*width: 3.5rem;*/
}

.head-box{
	width: 100%;
	height: 0.8rem;
	background: rgb(255,255,255);
}
.head-warp{
	height: 0.8rem;
}
.logo{
	width: 50%;
	height: 0.6rem;
	float: left;
	padding: 0.1rem 0 ;
}
.logo .logo-warp{
	height: 100%;
	/* padding-left: 0.5rem; */
}
.logo .logo-warp span{
	display: block;
	float: left;
	line-height: 0.8rem;
	font-size: 0.28rem;
	margin-left: 0.2rem;
	color:#B2905F ;
}
.logo .logo-warp span img{
	width: 0.4rem;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 0.05rem;
}
.head-txt{
	float: right;
	height: 0.8rem;
}
.head-txt ul{
	height: 100%;
	padding-right: 0.5rem;
}
.head-txt ul li{
	float: left;
	font-size: 0.2rem;
	line-height: 0.8rem;
	margin-right: 0.3rem;
}
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
   .banner .swiper-slide {
   }
   .field{
   	margin-top: 0.5rem;
   }
    .field header{
    	text-align: center;
    	font-size: 0.5rem;
    }
  .field .field-list ul {
  	margin-top: 0.5rem;
  	overflow: hidden;
  }
  .field .field-list ul li{
  	width: 25%;
  	float: left;
  	text-align: center;
  }
  
  .field .field-list ul li p{
  	display: block;
  	width: 3.7rem;
  	margin: 0 auto;
  	font-size: 0.28rem;
  }
  .field .field-list ul li p img{
  	width: 100%;
  }
   .field .field-list ul li p:nth-child(2){
   	/* font-size: 0.24rem; */
   	margin: 0.1rem auto;
   }
.field .field-list ul li p:last-child span{
	padding:  0 0.7rem;
	display: block;
	text-align: center;
	font-size: 0.20rem;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
 	*banner
 * */
.banner{
	position: relative;
}
.banner .swiper-wrapper .swiper-slide img{
	max-height: 5rem;
}
.assistance{
	position: absolute;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 99;
	right: 0.5rem;
	top: 0.5rem;
	overflow: hidden;
}
.assistance article{
	padding: 0.3rem;
}
.assistance .assistance-tle{
	text-align: center;
	font-size: 0.28rem;
	position: relative;
	margin-bottom: 0.2rem;
	padding-bottom: 0.02rem;
	border-bottom: 0.02rem solid #e2e2e2;
}
.assistance .assistance-tle span{
	font-size: 0.18rem;
	position: absolute;
	bottom: 0.02rem;
	right: 0;
}
.assistance .assistance-txt p{
	font-size: 0.2rem;
	margin-bottom: 0.2rem;
}

.assistance .assistance-txt p input{
	border: 0.01rem solid #EEEEEE;
	border-radius: 5px;
	width: 2.1rem;
	height: 0.4rem;
	padding: 0 0.2rem;
	font-size: 0.16rem;
}
.assistance .assistance-txt p:last-child select{
	background:#fff;
	width: 2.5rem;
	height: 0.4rem;
	padding: 0 0.2rem;
	border: 0.01rem solid #EEEEEE;
	border-radius: 5px;

	appearance: none; -webkit-appearance: none;
}
.assistance .assistance-txt p:last-child select option{
	height: 0.2rem;
}
.assistance .apply-btn{
	width: 2.5rem;
	background: rgba(43,50,102,1);
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	height:0.5rem;
	line-height: 0.5rem;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 5px;


}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #000; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #000; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #000; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #000; 
} 
/*
 * oursTeam
 * */
.oursTeam{
	overflow: hidden;
	margin-top: 0.5rem;
	background:url(../img/59e1d5c063694.jpg) ;
	background-size: 100%;
	position: relative;
}
.oursTeam-bg{
	background:rgba(43,50,102,0.8);
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	width: 100%;
	overflow: hidden;
	padding: 0.5rem 0  0.2rem 0;
}
.oursTeam header{
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	
}
.oursTeam .oursTeam-list{
	margin-top: 0.3rem;
	overflow: hidden;
}
.oursTeam .oursTeam-list ul{
	width: 80%;
	margin: 0 auto;
}
.oursTeam .oursTeam-list ul li{
	/*width: 20%;*/
	float: left;
	
}
.oursTeam .oursTeam-list ul li span img{
	height: 3.5rem;
}
.oursTeam .oursTeam-list ul li span:first-child{
	display: block;
	/*width: 80%;*/
	margin:  0 auto;
	position: relative;
}
.oursTeam .oursTeam-list ul li span:first-child a{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 0.24rem;
}
.oursTeam .oursTeam-list ul li span:last-child{
	width: 80%;
	display: block;
	height: 50px;
	margin: 0 auto;
	background: #fff;
	opacity: 0.7;
	text-align: center;
	line-height: 50px;
	font-size: 0.24rem;
} 
.team-more{
	width: 100%;
	margin: 0.5rem 0 0 0;
	font-size: 0.24rem;
	overflow: hidden;
}
.team-more a{
	text-align: center;
	color: #fff;
	display: block;
	width: 2rem;
	line-height: 0.6rem;
	margin:  0 auto;
	border: 0.03rem solid #fff;
}
/*
 * case
 */
.case{
	overflow: hidden;
	margin-top: 0.5rem;
}
.case header{
	text-align: center;
	font-size: 0.5rem;
}
.case .case-warp{
	width: 80%;
	margin: 0.3rem auto 0 auto;
	overflow: hidden;
}
.case .case-list{
	overflow: hidden;
}
.case .case-list ul li{
	width:  calc(50% - 0.11rem);
	float: left;
	height: 0.8rem;
	background: #e2e2e2;
	margin-top: 0.3rem;
}
.case .case-list ul li:nth-child(even){
	margin-left: 0.2rem;
}
.case .case-list ul li i{
	width: 15%;
	display: block;
	height: 100%;
	background: rgb(178,144,95);
	line-height: 0.8rem;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 0.24rem;
}
.case .case-list ul li a{
	float: left;
	width: calc(80% - 0.2rem);
	display: block;
	font-size: 0.24rem;
	padding: 0 0.2rem;
	height: 0.8rem;
		line-height: 0.8rem;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.case .case-more{
	width: 100%;
	text-align: center;
	line-height: 0.6rem;
	margin-top: 0.5rem;
	font-size: 0.24rem;
}
.case .case-more a{
	display: block;
	margin: 0 auto;
	width: 2rem;
	border: 0.03rem solid rgb(178,144,95);
	color: rgb(178,144,95);
}
/*
 * news
 */
#news .case-list ul li  span{
	    width: 15%;
    display: block;
    height: 100%;
    line-height: 0.8rem;
    float: right;
    color: #444;
    text-align: center;
}
.news .case-list ul li{
	margin-top: 0;
	background: #fff;
	border-bottom: 0.02rem dashed #ddd;
}
.news .case-list ul li a{
}
/*
 * partner
 * */
.partner{
	overflow: hidden;
	margin-top: 0.7rem;
}
.partner header{
	text-align: center; 
	font-size: 0.5rem;
}
.partner .partner-list ul{
	width: 70%;
	margin: 0 auto;
	background: #e2e2e2;
}
.partner .partner-list ul li{
	width: calc(100% / 6);
	float: left;
	margin-top: 0.2rem;
	height: 0.5rem;
}
.partner .partner-list ul li a{
	display: block;
	padding: 0 0.2rem;
	text-align: center;
	margin: 0 auto;
}
.partner .partner-list ul li a img{
	width: 100%;
}
/*
 * about
 */

.zhizhao{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0.2rem 0;
}
.zhizhao ul{
	overflow: hidden;
	width: 11rem;
	margin: 0 auto;
}
.zhizhao ul li{
	/*width: calc(100% / 7 );*/
	float: left;
	height: 4rem;
}
.zhizhao ul li span{
	display: inline-block;
	padding:0 0.05rem ;
	height: 3rem;
	line-height: 3rem;
	vertical-align: middle;
}
.zhizhao ul li span img{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.about{
	overflow: hidden;
	margin: 0.5rem 0 0.5rem 0;
	background: url(../img/5a1e2ecfce114.jpeg) center;
	background-size: 100% ;
}
.about-box{
	background: rgba(0,0,0,0.3);
	/*opacity: 0.5;*/
	/*filter: alpha(opacity = 0.5);*/
}
.about .about-warp{
	width: 80%;
	overflow: hidden;
	padding: 0.5rem 0;
	margin: 0 auto;
}
.about header{
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
	margin: 0.2rem;
}
.about-p{
	background: rgba(0,0,0,0.7);
	padding:0.2rem 0.2rem 0.5rem 0.2rem;
	margin-top: 0.2rem;
}
.about-p li p{
	color: #fff;
	text-indent: 25px;
	line-height: 2;
	font-size: 0.24rem;
	}

.about-02-btn{
	color: #007AFF;
}
/*
 *  people-list
 */
.people-box header{
	width: 80%;
	margin: 0.2rem auto;
}
.people-box{
	overflow: hidden;
	margin-top: 0.5rem;
}
.people-warp{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	border: 0.02rem solid #ac9455;
	padding: 0.2rem 0;
}
.people-list{
	
}
.people-list ul li{
	width: 33.3%;
	height: 1.6rem;
	line-height: 1.6rem;
	float: left;
	text-align: center;
	border-bottom: 0.01rem solid #999;
}
.people-list ul li:first-child{
	border-bottom: none;
}
.people-list ul{
	overflow: hidden;
	width: 90%;
	margin: 0.2rem auto;
}
/*
 * news-list
 */	
 	.news-list header{
 		background: #AC9455;
 		color: #fff;
 		padding: 0.2rem 0.1rem;
 	}
	.case-page{
		width: auto;
		height: auto;
		overflow: hidden;
		margin-top: 0.5rem;
	}
	.case-page ul li{
		float: left;
		margin: 0 0.2rem;
	}
	.case-page ul li a{
		
	}
	.people-page{
		width: 80%;
		margin: 0.2rem auto;
	}
/*
 * footer
 */

/* 子页css
 * details
 * 2018-3-13
 */
.details{
	width: 80%;
	overflow: hidden;
	margin: 0.3rem auto;
}
.details header{
	text-align: left;
	background: #DCDCDC;
	padding: 0.2rem ;
	color: #007AFF;
	cursor: pointer;
}
.details-warp .details-tle{
	margin-top: 0.5rem;
	font-size: 0.5rem;
	text-align: center;
}
.details-warp .details-t{
	font-size: 0.18rem;
	text-align: center;
	color: #999;
	margin-top: 0.1rem;
}


.details-txt{
	overflow: hidden;
	margin-top: 0.5rem;
}
.details-txt li{
	margin-top: 0.2rem;
	overflow: hidden;
}
.details-txt li span{
	background: rgba(43,50,102,1);
	color: #fff;
	display: block;
	width: 0.1rem;
	height: 100%;
	float: left;
	margin-right: 0.1rem;
}
.details-txt li:nth-child(odd){
	font-size: 0.24rem;
	padding-bottom: 0.1rem;
}
.details-txt li:nth-child(even){
	text-indent: 25px;
}
.detailsCase header{
	font-size: 0.24rem;
	text-align: left;
	width: 80%;
	margin: 0 auto;
	background: rgba(43,50,102,1);
	color: #fff;
	
}
.detailsCase header span{
	display: block;
	padding: 0.2rem;
}
.detailsCase .case-warp{
	margin: 0 auto;
}


/*
 * details-people
 */
.details-people{
	width: 80%;
	margin: 1rem auto;
	padding: 0.5rem 0;
}
.details-people .details-warp{
	float: left;
	width:3rem ;
	/*border: 0.02rem solid #ac9455;*/
	border-top: none;
	overflow: hidden;
	
}
.details-people .details-s{
	float: left;
}
.details-people .details-tle{
	margin-top: 0;
	overflow: hidden;
	padding: 0;
}
.details-people .details-s p{
	font-size: 0.2rem;
	margin-top: 0.2rem;
}
.details-people .details-s p:first-child{
	margin-top: 0;
}
.details-people .detailsP-contact{
	padding: 0.2rem;
}
.details-people .details-txt1{
	margin-top: 0;
	width: calc(100% - 5rem);
	float: left;
	overflow: hidden;
}
.details-people .detailsCont-01{
	padding: 0 0.5rem;
}
.details-people .details-txt1 p{
	margin-top: 0.2rem;
	overflow: hidden;
	padding-left: 0.4rem;
	font-size: 0.18rem;
}
.details-people .detailsCont-02{
	margin-top: 0.8rem;
}
.details-people .detailsCont-02:first-child{
	margin-top: 0;
}
.details-people .detailsCont-02 p{
	padding-left: 0;
	font-size: 0.24rem;
}
.details-people .detailsCont-info article{
	font-size: 0.5rem;
}
.details-people .detailsCont-info article i{ 
	font-size: 0.16rem;
}

.details-people .details-txt1  p span{
	/*background: rgba(43,50,102,1);*/
	/*color: #fff;*/
	/*display: block;*/
	/*width: 0.1rem;*/
	height: 100%;
	/*float: left;*/
	margin-right: 0.1rem;
}
.phone-nav{
	display: none;
}
.exe{
	display: none;
}
.assistance-phone{
		display: none;
	}
	.assistance-pc{
		display: block;
	}
	
	
	.fbox{
	height: 1rem;
	width: 100%;
	display: none;
}

.Footerbtn i{
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	text-align: center;
	line-height: 0.27rem;
	font-size: 0.18rem;
	color: #fff;
	position: absolute;
	right: 0.45rem;
	top: 0.2rem;
	background: #ff0000;
	border-radius: 50px;
}
	.phone-box{display: none;}
	
	.swiper2{display: none;}
	.swiper1{display: block;}
	.pc-nav{display: block;}
/*自适应*/
@media screen and (max-width: 768px) {
	.logo-warp span{display: none !important;}
	.logo-warp span img{display: none;}
	.pc-nav{display: none;}
	.swiper1{display: none;}
	.swiper2{display: block;height: 3.2rem;}
	.phone-box{display: block;}
	.phone-box a{display: block;width: 80%;border-radius: 50px;text-align: center;color: #fff;margin: 0.2rem auto;background: rgb(178,144,95);padding: 0.15rem 0;font-size: 0.48rem;}
		.fbox{
	display: block;
}
.assistance .assistance-txt p input,
.assistance .assistance-txt p:last-child select{    font-size: 0.28rem;}
footer {display: block;}
.footer .txt-address p{font-size:0.28rem}
	.assistance .apply-btn{height: 0.7rem;
    line-height: 0.7rem;}
	
	.zhizhao{
		display: none;
	}
	.about header{
		color: #fff;
	}
	.exe{
		/*display: block;*/
	}
	.zhizhao ul li{
	width: calc(100% / 3 );
	float: left;
}
	.field-list2{
		/*display: none;*/
	}
	.field-more{
		text-align: center; 
		border: 0.01rem solid rgb(178,144,95);
		color: rgb(178,144,95);
		line-height: 0.5rem;
		width: 80%;	
		margin: 0.2rem auto 0 auto;
		display: none;
	}
	.logo{
		width: 100%;
		height: 1rem;
		text-align: center;
	}
	.head-txt{
		width: 100%;
	}
	.logo-warp img{
		height: 100%;
	}
	.case-page ul li{
		margin:0 0.1rem ;
	}
	.about-02{
		display: none;
	}
	
	.footer .txt-address{
	width: 100%;
	float: left;
	margin-bottom: 0.2rem;
}
.footer .map-address{
	width: 100%;
	float: left;
	height: 250px;
}
	.pc-nav{
		display: none;
	}
	.phone-nav{
		display: none;
	}
	.head-txt{
		display: none;
	}
	.field header,
	.oursTeam header,
	.case header,
	.about header,
	.case header{
		font-size: 0.4rem;
	}
	.assistance-phone{
		display: block;
	}
	.assistance-pc{
		display: none;
	}
	.assistance article{
		padding-bottom: 0.3rem;
		border-bottom: 0.01rem solid #e2e2e2;
		background: #E2E2E2;
	}
	.assistance .assistance-tle{
		line-height: 0.8rem;
		font-size: 0.36rem;
	}
	
	 .assistance{
		position: static;
		border-radius: 0;
		border-top: 0.02rem solid #999;
		opacity: 1;
		filter: alpha(opacity = 1);
		bottom: 0rem;
		padding-bottom: 0.1rem;
	}
	.assistance .assistance-txt p{
		width: 70%;
		margin: 0.2rem auto;
	}
	.assistance .assistance-txt p input{
		width: 80%;
		height: 100%;
		padding: 0 10%;
		height: 0.7rem;
	}
	.assistance .assistance-txt p:last-child select{
		width: 100%;
		height: 100%;
		padding: 0 10%;
		height: 0.7rem;
	}
	.assistance .apply-btn{
		width: 70%;
		margin: 0 auto;
		line-height: 0.7rem;
		font-size: 0.36rem;
	}
	.field .field-list ul li p{
		width: 96%;
		padding:0 2% ;
	}
	.field .field-list ul li p:last-child{
		display: none;
	}
	.field .field-list ul li{
		width: 50%;
	}
	.case .case-list ul li i{
		width: 20%;
	}
	.case .case-list ul li a{
		width: 70%;
	}
	.head-box{
		height: auto;
		overflow: hidden;
	}
	.head-warp{
		height: auto;
		overflow: hidden;
	}
	.head-txt ul{
		padding: 0;
	}
	
	
	
	.oursTeam .oursTeam-list ul li span:last-child{
		height: 35px;
		line-height: 35px;
	}
	.case .case-list ul li{
		width: 100%;
	}
	.case .case-list ul li:nth-child(even){
		margin-left: 0;
	}
	.about{
		background: #999;
		
	}
	.about .about-warp{
		padding: 0.2rem 0 0.5rem 0;
		height: auto;
	}
	.about .about-warp .about-p ul li p{font-size: 0.28rem;}
	.partner .partner-list ul li{
		width: calc( 100% / 2);
		/* margin-bottom: 0.2rem; */
		margin-top: 0.1rem;
	}
	.partner .partner-list ul li a{
		padding: 0 0.1rem;
		font-size: 0.26rem;
	}
	.footer-warp{
		width: 80%;
	}
	.footer .txt-address p{
		/* margin-top: 0.2rem; */
		/* height: 0.8rem; */
	}
	.footer .txt-address p:first-child{
		margin-top: 0;
	}
	
	.case .case-list ul li a{
		font-size: 0.24rem;
	}
	
	/*
	 .details-people
	 * */
	.
	.details-people{
		width: 100%;
		
		margin-top: 0.1rem;
		padding-top: 0;
	}
	.details-people .details-warp{
		width: 100%;
		border:none;
	}
	
	.details-people .details-txt1{
		width: 100%;
	}
	.details-people .details-txt1 p{
		font-size: 0.36rem;
	}
	.details-people .detailsCont-02 article{
		font-size: 0.48rem;
	}
	.pc-contact{
		display: none;
	}
	.phone-contact{
		display: block;
		
	} 
	.details-people .detailsCont-01{
		margin-top: 0.2rem;
	}
	
	/*
	 * details
	 * 
	 */
	.details{
		width: 100%;
	}
	.details .detailsCont-01{
		padding: 0 0.5rem;
	}
	.details .details-txt p{
		font-size: 0.24rem;
	}
	/*.details .details-txt p:nth-child(odd){
		font-size: 0.42rem;
	}*/
}