.advantage_cont{
	width: 100%;
	background-color: #fff;
	margin-top: 100px;
}
.swiper-slide>p{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
.banner_box{
	width: 100%;
	position: relative;
}
.banner_box>img{
	width: 100%;
}
.tit_box{
	width: 62.5%;
	position: absolute;
	top:0;
	right:50%;
	margin-right: -31.25%;
	bottom:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	color:#fff;
}
.tit_box span{
	display: block;
	font-size: 20px;
	font-family: "HelveticaNeueCE";
	margin-bottom: 22px;
}
.tit_box p{
	font-size: 60px;
	font-weight: 200;
	margin-bottom: 75px;
}
.tit_box a{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #c9151e;
	text-align: center;
	line-height: 66px;
}
.tit_box a>img{
	transform: rotate(-270deg);
}
.lunbo_cont,.tab_nav{
	width: 100%;
	overflow: hidden;
}


.ad_cont {
    width: 100%;
}
.ad_cont_item {
    text-align: center;
    font-size: 18px;
}

.titel{
	font-family: "PingFang SC";
	color: rgb(51, 51, 51);
	clear: both;
	font-family: "PingFang Medium";
	width: 100%;
	text-align: center;
	z-index: 1;
}
.titel h1{
	font-size: 36px;
	/*font-weight: 700;*/
	margin-bottom: 16px;

}
.titel span{
	position: relative;
}
.titel p{
	font-family: "PingFang Medium";
	width: 978px;
	margin:0 auto;
	margin-top: 54px;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 25px;
}
.ss_box1{
	height:1000px !important; 
	background: #fff;
}

/*地图定位*/
.r_center{
	overflow: hidden;text-align:center;
}
.picBox{
	display:inline-block;overflow: visible;
}
#about_3{
}
#about_3 .r2 .r_center .picBox {
  text-align: center;
  position: relative;
}
#about_3 .r2 .r_center .picBox > ul{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about_3 .r2 .r_center .picBox > ul .adr_dot{
  position: absolute;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
#about_3 .r2 .r_center .picBox > ul .adr_dot > img{
  vertical-align: middle;
  margin: 0 3px;
  display: none;
}
#about_3 .r2 .r_center .picBox > ul .adr_dot > span{
	font-family: "PingFang Medium";
  	margin-right: 2px;
  	vertical-align: middle;
  	font-size: 14px;
  	height: 32px;
 	line-height: 32px;
 	font-family: "PingFang Medium";
  	display: inline-block;
  	width: 70px;
  	text-align: left;
  	padding-left: 24px;
  	position: relative;
   	transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  	-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  	-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#about_3 .r2 .r_center .picBox > ul .adr_dot > span:after{
  	content:"";
  	background: url(../images/way1.png) no-repeat; 
  	position: absolute;
  	width: 16px;
  	height: 17px;
  	top: 0;
  	bottom: 0;
  	margin: auto;
  	left: 0;
  	opacity: 0.8;
   	transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  	-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  	-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#about_3 .r2 .r_center .picBox > ul .adr_dot:hover > span{
  font-size: 18px;
  font-weight: bold;
  color: #c9151e;
}
#about_3 .r2 .r_center .picBox > ul .adr_dot:hover > span:after{
  opacity: 1;
  transform:scale(1.1);
}
#about_3 .r2 .r_center .picBox > ul .adr_dot:hover > img{
  display: inline;
}
#about_3 .r2 .r_center .picBox > img {
  display: block;
  margin: auto;
  max-width: 100%;
}


.ss_box3,.ss_box2{
	width: 100%;
	box-sizing: border-box;
	padding:60px 0;
	overflow: hidden;
	background: #eee;
	position: relative;
}

.pic_cont{
	height: 500px;
}
.swiper-button-prev{ 
    display: block;
    width: 42px !important;
    height: 42px !important;
    overflow: hidden;
    background: url(../images/ysh_btn.png) no-repeat scroll 0 0 !important;
    position: absolute;
    top: 48%;
    margin-top: -21px;
    left: 0;
    z-index: 2;
}
.swiper-button-next{  
	display: block;
    width: 42px !important;
    height: 42px !important;
    overflow: hidden;
    background: url(../images/ysh_btn1.png) no-repeat scroll 0 0 !important;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 0;
    z-index: 2;
    margin-left: -5px !important;
}
.swiper-button-prev:hover { background: url(../images/ysh_btn_color.png)  !important; transform: rotate(180deg);}
.swiper-button-next:hover {  background: url(../images/ysh_btn_color.png)  !important;}
.pic_cont{
	width: 900px;
	margin:0 auto;
	position: relative;
}
.info_box{
	width: 256px;
	text-align: left;
	position: absolute;
	left:-10%;
	top:28%;
    background-color: #c9151e;
    opacity: 1;
    padding: 30px 20px;
    box-sizing: border-box;
    color: #fff;
    z-index:18;
}
.info_box .div_box{
	display: none;
}
#xj{
	display: block;
}
.info_box h1{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
	border-bottom: 2px solid #fff;
	font-family: "PingFang Medium";
}
.info_box p{
	font-size: 14px;
	line-height: 30px;
	font-family: "PingFang Medium";
}
@media only screen and (max-width: 500px){
	.lunbo_cont>.tab_nav{display: none;}
	.advantage_cont {
	    margin-top: 50px;
	}
	.titel p {
	    width: 94%;
	    margin: 0 auto;
	    margin-top: 54px;
	    line-height: 28px;
	    font-size: 16px;
	    margin-bottom: 25px;
	}
	.r_center {
	    overflow: visible;
	}
	.info_box {
	    width: 256px;
	    left:50%;
	    margin-left: -128px;
	    top: 100%;
	    padding: 30px 20px;
	}
	#about_3 .r2 .r_center .picBox > ul .adr_dot > span {
	    font-size: 12px;
	    height: 20px;
	    line-height: 20px;
	    padding-left: 18px;
	}
	.pic_cont {
	    width: 100%;
	    height: 294px;
	}
	.swiper-button-next, .swiper-button-prev {
	    display: none;
	}
	.swiper-slide {font-size: 16px !important;}
}