/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '寰蒋闆呴粦', '榛戜綋','瀹嬩綋';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}



.timeline {
	list-style: none;
	position: relative;
	width: 1100px;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	background: rgb(22,187,253);
}
.timeline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 4px;
	border-radius: 2px;
	display: block;
}
.timeline .timeline-row {
	padding-left: 50%;
	position: relative;
	z-index: 10;
}
.timeline .timeline-row .timeline-time {
	position: absolute;
	right: 50%;
	top: 31px;
	text-align: right;
	margin-right: 40px;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
}
.timeline .timeline-row .timeline-time small {
	display: block;
	color: white;
	text-transform: uppercase;
	opacity: 0.75;
	font-size: 11px;
	font-weight: 400;
}
.timeline .timeline-row .timeline-icon {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color: white;
	font-size: 14px;
	z-index: 100;
}
.timeline .timeline-row .timeline-icon > div {
	border-radius: 50%;
	line-height: 34px;
	font-size: 16px;
}
.timeline .timeline-row .timeline-content {
	margin-left: 40px;
	position: relative;
	background-color: white;
	color: #333333;
}
.timeline .timeline-row .timeline-content:after {
	content: "";
	position: absolute;
	top: 48px;
	left: -41px;
	height: 4px;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}
.timeline .timeline-row .timeline-content .panel-body {
	padding: 15px 15px 2px;
	position: relative;
	z-index: 10;
}
.timeline .timeline-row .timeline-content h2 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 1.2;
}
.timeline .timeline-row .timeline-content p {
	margin-bottom: 15px;
}
.timeline .timeline-row .timeline-content img {
	margin-bottom: 15px;
}
.timeline .timeline-row .timeline-content blockquote {
	border-color: #eeeeee;
}
.timeline .timeline-row .timeline-content blockquote footer, .timeline .timeline-row .timeline-content blockquote small, .timeline .timeline-row .timeline-content blockquote .small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
	color: #999999;
}
.timeline .timeline-row .timeline-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom: 15px;
	overflow: hidden;
}
.timeline .timeline-row .timeline-content .video-container iframe, .timeline .timeline-row .timeline-content .video-container object, .timeline .timeline-row .timeline-content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.timeline .timeline-row:nth-child(odd) {
	padding-left: 0;
	padding-right: 50%;
}
.timeline .timeline-row:nth-child(odd) .timeline-time {
	right: auto;
	left: 50%;
	text-align: left;
	margin-right: 0;
	margin-left: 40px;
	line-height: 30px;
    font-size: 30px;
}
.timeline .timeline-row:nth-child(odd) .timeline-content {
	margin-right: 40px;
	margin-left: 0;
}
.timeline .timeline-row:nth-child(odd) .timeline-content:after {
	left: auto;
	right: -41px;
}
.timeline.animated .timeline-row .timeline-content {
	opacity: 0;
	left: 20px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
	left: -20px;
}
.timeline.animated .timeline-row.active .timeline-content {
	opacity: 1;
	left: 0;
}
.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
	left: 0;
}
.timeline-row a{
	color:#32b9b1;
	transition:all 0.5s;
}
.timeline-row a:hover{
	color:#3a107e;
}
.timeline-row .p a{
	color:black;
	font-size: 15px;
	margin-left: 15px;
}
.timeline-row .p a:hover{
	text-decoration: none;
	color:black;
}

@media (max-width: 1200px) {
.timeline {
	padding: 15px 10px;
}
.timeline:after {
	left: 28px;
}
.timeline .timeline-row {
	padding-left: 0;
	margin-bottom: 16px;
}
.timeline .timeline-row .timeline-time {
	position: relative;
	right: auto;
	top: 0;
	text-align: left;
	margin: 0 0 6px 56px;
}
.timeline .timeline-row .timeline-time strong {
	display: inline-block;
	margin-right: 10px;
}
.timeline .timeline-row .timeline-icon {
	top: 52px;
	left: -2px;
	margin-left: 0;
}
.timeline .timeline-row .timeline-content {
	margin-left: 56px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}
.timeline .timeline-row .timeline-content:after {
	right: auto !important;
	left: -20px !important;
	top: 32px;
}
.timeline .timeline-row:nth-child(odd) {
	padding-right: 0;
}
.timeline .timeline-row:nth-child(odd) .timeline-time {
	position: relative;
	right: auto;
	left: auto;
	top: 0;
	text-align: left;
	margin: 0 0 6px 56px;
}
.timeline .timeline-row:nth-child(odd) .timeline-content {
	margin-right: 0;
	margin-left: 55px;
}
.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
	left: 20px;
}
.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
	left: 0;
}
}
.h{
	text-align: left;
	font-size: 30px;
	padding-left: 10px;
}

#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	margin-top: 15px;
}
#header{
	display:flex;
	width: 1100px;
	margin:15px auto;
}


h1{
	text-align:center;
	color: white;
	background: rgb(22,187,253);
	width: 1100px;
	margin: 25px auto;
}
h2{
	background:rgb(69,198,229);
}




#p2{
	border: 2px solid rgb(22,187,253);
	width: 1100px;
	background: white;
	color: black;
	font-size: 17px;
	line-height: 29px;
	padding: 20px;
	margin: 25px auto;
	box-sizing: border-box;
}
#p2 a{
	color:red;
}
#p2 a:hover{
	color:red;
}
#p2 span a{
	color:black;
	float: right;
}



#rz{
	background: white;
	margin: auto;
	width: 900px;
	padding-left: 5px;
	border:2px solid rgb(22,187,253);
}
#rz p{
	font-weight: bold;
}
#rz p a{
	font-size: 28px;
	color:black;	
}
#rz p a:hover{
	text-decoration: none;
}
#rz .rz{
	text-align: right;
	width: 100%;
	margin: 0;
}
#rz .rz a{
	color:black;
	font-size: 20px;
}



#al{
	width:1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;	
}
#al li{
	border:#16BBFD solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al li a{
	font-size:25px;
	color:black;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
	font-weight: bold;
}
.an{
	width:1100px;
	margin:20px auto;
	text-align:center;
	background:#16BBFD;
	transition:all 0.5s;
}
.an a{
	font-size:20px;
	font-weight:bold;
	color:white;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al li a:hover{
	text-decoration: none;
}
.an a:hover{
	text-decoration: none;
}



.yx{	
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>div{
	width:528px;
	float:left;
	margin-right:40px;
	border:1px solid gray;
	margin-bottom:20px;
}
.yx2>div{
	width:340px;
	float:left;
	margin-right:40px;
	border:1px solid gray;
}
.yx>div>h2{
	margin:0;
	padding:0 5px 0 5px;
}
.yx>div>h2 a{
	color:white;
}
.yx>div>h2 span{
	float:right;
}
.yx>div>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>div>p{
	margin-left:5px;
}



.swiper-container{
	max-width:1100px;
	margin: auto;
	border:2px solid rgb(0,123,214);
}
.swiper-slide{
	background-color:#fff;
	height:310px !important;
	padding:10px 0;
}
.ls{
	max-width:900px;
	margin: auto;
}
.tx{
	float:left;
	width:280px;
	margin-right:60px;
	text-align:center;
}
.tx img{
	width:100%;
}
.tx a{
	font-size:20px;
	font-weight:bold;
	color:#111;
}
.tx a:hover{
	color:#3290f4;
}
.js{
	float:left;
	width:550px;
}
.js strong{
	font-size:16px;
	margin-top:10px;
	color:#3290f4;
	display:block;
}
.js p{
	line-height:30px;
	font-size: 14px;
}



#top_zt{
	width:1100px;
	margin:auto;
}
#top_zt>a>img{
	height:90px;
	width:100%;
}
#top_zt1{
	width: 1100px;
	margin: auto;
}
#top_zt1>a>img{
	height:90px;
	width:363px;
	float: left;
}

#top_zt2{
	width: 1100px;
	margin: auto;
}
#top_zt2>a>img{
	height:90px;
	width:547px;
	float:left;
}



#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}




