.auto_img {
  width: 100%;
  height: auto;
}

.number {
  color:#fff;
  position:absolute;
  font-size:30px;
  margin-top:27%;
  width:100%;
  text-align:center;
}
.container img {
  width: 100%;
}

.container-fluid {
  padding: 0;
  margin: 0;
  background-color: #03273f;
}

.container-fluid .join_info {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}

.container-fluid .join_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
}

.container-fluid .join_info li .labelTip {
  margin-right: 20px;
  font-size: 30px;
}

.container-fluid .join_info li input {
  width: 50%;
  outline: none;
  border: none;
  padding: .20rem .05rem;
  border: 1px solid #f8f2e6;
}

.container-fluid .join_info li select {
  border: 1px solid #f8f2e6;
  background: #fff;
  border-radius: 3px;
  color: #333;
  outline: none;
  width: 2.38rem;
  height: .55rem;
  background-color: transparent;
  color: #fff;
}

.container-fluid .join_info li select:first-child {
  margin-right: 26px;
}

.container-fluid .join_info li select .caller {
  color: #000;
}

.container-fluid .join_info li .submit_btn {
  margin-top: 10px;
  border: none;
  width: 2.20rem;
  height: .65rem;
  background-color: transparent;
  border: 1px solid #f8f2e6;
}

.container-fluid .bgColor {
  background-color: #f8f2e6;
  padding: 40px 0;
  margin: 30px 0;
}

.container-fluid .link_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 5rem;
  margin: 30px 0;
}

.container-fluid .link_detail .gaoxiao {
  position: absolute;
  left: 50%;
  top: .9rem;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  width: 6.5rem;
  height: 2rem;
}

.container-fluid .link_detail .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.container-fluid .link_detail .item:first-child {
  background-color: #f8f2e6;
}

.container-fluid .link_detail .item:last-child {
  background-color: #f3ead8;
}

.container-fluid .second {
  margin: 30px 0;
}

.container-fluid .third {
  margin-bottom: 30px;
}

.container-fluid .fourth {
  margin: 30px 0;
}

.container-fluid .fifth {
  margin: 30px 0;
}


.content .swiper_content{
	width:100%;
	margin-bottom:50px;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.content .swiper_content .item{
	width:410px;
	/* height:240px; */																																						
	background:url("../images/swiper_bg.png") no-repeat;
	background-size:100% 100%; 
	display:flex;
	justify-content: flex-end;
    position:relative;
	margin-bottom:50px;

}

.content .swiper_content .item .swiper-pagination{
	left:50%;
	transform: translateX(-50%);
	bottom:-25px;
}

.content .swiper_content .item:first-child{
	margin-right:60px;

}

.swiper-pagination-bullet{
	border:2px solid #fff;
	background-color:#03273f;
	margin-right:10px;
}

.swiper-pagination-bullet-active{
	background-color:#fff;
}

.swiper_box{
	width:94%;
	margin-top:20px;
	margin-right:2px;
	overflow:hidden;
}

.big_swiper{
	width:90%;
	/* height:300px; */
	background-color:#fff;
	margin:0 auto 50px;
	position:relative;
}

.over_hide{
	
	overflow:hidden;

}

.over_hide .swiper-pagination{
	left:50%;
	transform: translateX(-50%);
	bottom:-25px;
}
@media (max-width: 970px){
.content .swiper_content .item:first-child{
		margin-right:0;
	}
}


@media (max-width: 768px) {
  .container-fluid .labelTip {
    font-size: 20px !important;
  }
  .container-fluid .join_info {
    width: 100% !important;
  }

  .content .swiper_content{
	justify-content: center !important;
   }
.content .swiper_content .item{
	width:85%;
}
	.content .swiper_content .item:first-child{
		margin-right:0;
	}
}
/*# sourceMappingURL=join.css.map */