
.sbread{
	border-bottom: 1px solid #ddd;
	line-height: 50px;
	padding-top: 20px;
}
.sbread a{
	color: #bbb;
	font-size: 12px;
}
.sbread span{
	color: #333;
	font-size: 12px;
}

.santaiback{
	width: 100%;
}
.santaiintroduction{
	padding-left: 20px;
    color: #595757;
    line-height: 33px;
    font-size: 14px;
    word-break: break-all;
    font-family: "SourceHanSansCN-Light";
}
.santaiintroduction h3{
	margin: 0;
	height:40px;
	line-height: 40px;
	font-size: 20px;
	color: #14479E;
	background-repeat: no-repeat;
	background-position: 0px 22px;
}
.santaiintroduction p{
	text-indent: 28px;
}
.santaiintroduction .parallelogram{
	position: relative;
}
.santaiintroduction .parallelogram::before{
	z-index: -1;
	position: absolute;
	top: 5px;
	left: 456px;
	display: block;
	content: "";
	width: 110px;
	height: 20px;
	background: #E95513;
	transform:skew(-30deg);
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform:skew(-30deg);
	-ms-transform:skew(-30deg);
}
.santaiintroduction .parallelogram span{
	color: #fff;
	transform:skew(30deg);
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform:skew(30deg);
	-ms-transform:skew(30deg);
}
.timeline-container{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.timeline-container h2{
	padding: 0;
	margin: 0;
	position: relative;
	width: 1200px;
	font-size: 30px;
	font-family: "SourceHanSansCN-Light";
	font-weight: 400;
	text-align: center;
	color: #013d93;
	line-height: 80px;
	margin: 80px 0;
}
.timeline-container h2::after{
	content: "";
	position: absolute;
	left: 556px;
	bottom: 0;
	width: 88px;
	height: 2px;
	background: #013d93;

}
.timeline-container h3{
	padding: 0;
	margin: 0;
	font-family: "SourceHanSansCN-Light";
	font-size: 34px;
	line-height: 50px;
	color: #013d93;
}
.timeline-container p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	color: #013d93;
	font-family: "SourceHanSansCN-Normal";
}
.timeline{
	margin-top: 15px;
	width: 20px;
	height: 1372px;
	background: url("/cn/img/timeline.png");
	background-position: center;
	background-repeat: no-repeat;
}
.timeline-left , .timeline-right{
	width: 590px;
	box-sizing: border-box;
}
.timeline-left{
	padding-right: 40px;
}
.timeline-right{
	padding-left: 40px;
}
.timeline-left h3,.timeline-left p{
	text-align: right;
}
.timeline-left-item{
	height: 110px;
	margin-bottom: 97px;
}
.timeline-right-item{
	height: 110px;
	margin-top: 97px;
}
.santaiintroduction2{
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	line-height: 25px;
}

.circle{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.circle .c{
    background-color: #ffffff;
    color: #013d93;
    display: inline-block;
    width: 82px;
    line-height: 82px;
    border-radius: 41px;
    border: 1px solid #013d93;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
    padding: 0 14px 0 0px;
	box-sizing: border-box;
}
.circle .unit{
	display: inline-block;
    color: #999;
    vertical-align: bottom;
    position: absolute;
    left: 169px;
    top: 35px;
}
.circle .zhname{
	color: #013d93;
    line-height: 20px;
    margin-top: 10px;
    font-size: 18px;
	font-family: "SourceHanSansCN-Light";
}
.circle .enname{
	color: #013d93;
    line-height: 20px;
    font-size: 18px;
	font-family: "SourceHanSansCN-Light";
}

.timezone{
	width: 10%;
	float: left;
	text-align: right;
}
.timezone img{
	width: 65px;
}
.timeevent{
	width: 90%;
	float: left;
	padding-left: 40px;
}
.timeevent .event{
	color: #000;
	line-height: 80.5px;
}

.ry{
	float: left;
	width: 20%;
	text-align: center;
}
.ry img{
	width: 200px;
	cursor: zoom-in;
}
.mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	display: none;
}
.mask .shadow{
	position: absolute;
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
}
.mask img{
	position: relative;
	height: 100%;
	cursor:zoom-out;
}