*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #fff;
}
.attend-btn{
	position: fixed;
	right: -250px;
	top: 70%;
}
.attend-btn img{
	width: 40%;
}
.navbar{
	border-radius: 0;
	border:0;
}
.navbar .navbar-nav{
	margin-right: -96px;
}
.navbar-default{
	height: 73px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.navbar-header{
	margin-top: 10px;
}
.navbar-header a{
	display: inline-block;
	width: 172px;
	height: 72px;
}
.navbar-header a img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.navbar-collapse{
	margin-top: 22px;
}
@media screen and (max-width: 768px){
	.navbar-collapse{
		margin-top: 0;
	}
	.nav li{
		margin-right: 52px;
    	background-color: #ccc;
	}
}

#example-navbar-collapse a{
	color: #000;
	margin: 0 4px;
	padding: 4px 8px;
}
#example-navbar-collapse a:hover{
	transition: all ease .3s;
	color: #faca95;
}
#example-navbar-collapse .active a{
	color: #fff;
	background-color: #9d93ff;
}
#example-navbar-collapse .active a:hover{
	color: #faca95;
}
.section1{
	
}

.section1 .bgCover{
	color:#fff;
	text-align: center;
	width: auto;
	height: 700px;
	background-image: url("../images/bg1.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.section1 .bgCover h1{
	color:rgb(255,97,88);
	margin: 48px 0 28px 0;
	padding-top:10%;
	font-size: 50px;
}
.section1 .bgCover h3,h4,p{
	margin: 10px 0 10px 0;
}
.section1 .bgCover .logo{
	margin-top: 9%;
}
.section1 .bgCover a{
	color: #fff;
	display: inline-block;
	margin: 30px;
	padding: 10px 16px;
	background-color: #f03a39;
	text-decoration: none;
}
.section2{
	width: auto;
	min-height: 400px;
	padding-top: 3%;
	background-color: rgb(255,255,255);
	color:#000;
}
.section2 .content h1,h3,ul,p{
	margin:0;
	padding-left: 15%;
	padding-right: 15%;
}
.section2 .content h1{

	margin: 10px 0 28px 0;
}
.section2 .content p{
	font-size: 16px;
	line-height: 36px;
}
.section2 .content h3{
	padding-top: 30px;
}
.section2 .content ul{
	padding-top:1%;
	padding-left: 15%;
}
.section3{
	width: auto;
	overflow: hidden;
	min-height: 500px;
	padding-top: 3%;
	color:#fff;
	background-color: #9d93ff;
}
.section3 .content h1,h2,h3,ul{
	margin:0;
	padding-left: 10%;
	padding-right: 10%;
}
.section3 .content h1{
	color: #faca95;
	margin: 10px 0 28px 0;
}
.section3 .content .container{
	position: relative;
}
.section3 .content .container .arrow_left,.arrow_right{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 43px;
  font-size: 30px;
  border-radius: 50%;
  border:2px solid #fff;
  text-align: center;
}
.section3 .content .container .arrow_left,.arrow_right:hover{
	cursor: pointer;
}
.section3 .content .container .arrow_left{
  position: absolute; 
  left: 0;
  bottom: 54px;
}
.section3 .content .container .arrow_right{
  position: absolute;
  right: 0;
  bottom: 54px;
}
@media screen and (max-width: 768px){
	.section3 .content .container .cover{
		width: 240px;
		margin-left: 0;
		height: 280px;
	  	overflow: hidden;
	}
}
.section3 .content .container .cover{
	  display: inline-block;
	  float: left;
	  width: 1000px;
	  height: 280px;
	  margin-left: 112px;
	  overflow: hidden;

}
.section3 .content .container .cover ul{
	height: 280px;
	display: inline-block;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
.section3 .content .container .cover ul li{
	text-align: center;
	margin: 0 20px;
	list-style: none;
	height: 280px;
	float: left;
}
.section3 .content .container .cover ul li img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.section3 .content .container .cover ul li h4{
	margin-top:16px;
	margin-bottom: 6px;
	color: #faca95;
}

.section3 .content .col-xs-12{
	text-align: center;
}
.section4{
	width: auto;
	min-height: 700px;
	padding-top: 3%;
	color:#fff;
	background-color: rgb(255,255,255);
}
.section4 .content h1,h2,h3,h4,strong,h5,ul{
	margin:0;
	/*padding-left: 10%;
	padding-right: 10%;*/
}
.section4 .content h1{
	color:rgb(0,0,0);
	margin: 10px 0 28px 0;
	padding-left: 10%;
	padding-right: 10%;
	margin: 10px 0;
}
.section4 .content .map{
	overflow: hidden;
	width: 80%;
	height: 600px;
	margin:0 auto;
}
.section4 .content .map .left,.right{
	display: inline-block;
	float: left;
	height: 100%;
}
.section4 .content .map .left{
	background-color: #fff;
	width: 30%;
}
.section4 .content .map .left .detail{
	color:#000;
	padding: 56px;
	text-align: center;
}

.section4 .content .map .right{
	width: 70%;
}
/*媒体查询*/
@media screen and (max-width: 768px){
	.section4 .content .map .left{
		background-color: #fff;
		width: 100%;
		height: 100%;
	}
	.section4 .content .map .right{
		background-color: #fff;
		width: 100%;
		height: 100%;
	}
	.section4 .content .map{
		overflow: hidden;
		width: 80%;
		margin:0 auto;
	}
}

.section5{
	width: auto;
	min-height: 700px;
	padding-top: 3%;
	color: #fff;
	background-color: #9d93ff;
	margin:0 auto;
}
.section5 h1{
	color: #faca95;
	padding-left: 11%;
}
.section5 .content form{
		width:30%;
		margin:0 auto;
	}

@media screen and (max-width: 768px){
	.section5 .content form{
		width:90%;
		margin:0 auto;
	}
}
.bottom{
	background-color: #fff;
	color:#000;
	text-align: center;
	height: 160px;
	line-height: 160px;
	border: .5px solid #ccc;
}
@media screen and (max-width: 768px){
	.bottom{
		padding: 24px;
		font-size: 10px;
		height: 74px;
		line-height: 16px;
	}
	.bottom p{
		margin:0;
		padding:0;
	}
}
@media screen and (max-width: 768px){
	.section1 .bgCover{
		height: 300px;
	}
	.section1 .bgCover h1{
		font-size: 20px;
	}
}
