a {
	text-decoration: none;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
body {
    font-family: 'opensans',Arial,Helvetica,sans-serif;
   
    font-display: swap
}
::selection {
	background-color: #EBEBF2;
	color: #83828D;
}


/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */
.menu-wrap {
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 100%;
	width: 80%;
	margin-left: -80%;
	font-size: 30px;
	font-weight: 300;
	overflow: auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	margin-left: 0;
}
.menu-sidebar {
	/*margin: 75px 0 80px 10px;
	position: relative;
	top: 70px;*/
	margin-bottom: 2rem;
	display: block;
	margin-top: 80px;
}
.leftnav ul {
    padding-left: 8px;
    padding-right: 8px;
}
 
.menu-sidebar ul.menu{
	font-size: 1.125rem;
	color: #4f4f4f;
	line-height: 1.125rem;
	letter-spacing: .06rem;
}
.menu li.logo a img{
	width: 300px;
	height: 100px;
	margin:30px auto;
}
.menu-sidebar li.nav-time {
	/*padding: 18px 22px 0;*/
	margin-bottom: 1rem;
	padding-left: 30px;
	margin: 0 0 2rem;
	color: #222;
	border-bottom: 1px solid #999;
}
.menu-sidebar li a.nav-link{
font-weight: 700;
line-height: normal;
display: inline-block;
margin-bottom: 1.8rem;
position: relative;
color: #222;
font-size: 40px;
}

.socialLink{
	text-align: center;
}
.socialLink .fa{
	font-size: 150%;
	margin: 0 20px;
	color: #666;
}
.socialLink a{
	text-decoration: none;
}
.fa{
	display: inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
}
.fa-facebook:before{
	content: "\f09a";
}
.fa-twitter:before{
	content: "\f099";
}
.fa-instagram:before{
	content: "\f16d";
}

.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}
/*html导航*/
.start-headerbar{
	height: 7rem;
	box-shadow:none;
	background: #a31022;
	z-index: 999;
	position: fixed;
	width: 100%;
	left: 0;
	align-items: center;
/*	display: flex;*/
}

/*Hamburger Button*/
.toggle-button {
	position: fixed;
	width: 66px;
	height: 60px;
	left: 40px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
	font-size: 1.38rem;
	padding-right: 0;
	top: 27px;
	line-height: 3.5rem;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 100%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 10px solid #fff;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 10px;
	background-color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 40px;
}
.toggle-button .menu-bar-bottom {
	border: 10px solid #fff;
	border-top: none;
	top: 22px;
}
.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}
.button-open .menu-bar-top{
	border-color: #222;
}
.button-open .menu-bar-bottom{
	border-color: #222;
}
.mr2{
	margin-right: 140px;
}
.centers{
padding-bottom: 0;
}
header a img.mx-auto{
	right: 10px;
	top: 8px;
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 15px;
}
.menu-sidebar{
margin-top:140px;
}
.menu-sidebar li.nav-time:first-child a{
  color: #a31022;
}
#chinatrains{
  margin-bottom: 70px;
  position: relative;
  margin-right: 25px;
  margin-left: 5px;
}
#chinatrains li{
  text-align: left;
  padding: 15px 10px 20px 35px;
  color: #000;
}
#chinatrains li i.fa-li{
  margin-top: 8px;
  margin-left: 15px;
  background: #000;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0.5em;
    text-align: center;
    border-radius: 50%;
}
#chinatrains li a{
  color: #777;
  font-size: 30px;
}
#chinatrains a.morelink{
  color: #777;
  font-size: 30px;
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 1.5em;
  margin-top: 20px;
}
@media screen and (max-width: 768px){
.centers{
	font-size: 24px;
}
}
/* Text Block */
.wrapper {
	width: 40%;
	margin: 100px auto 0;
	color: #83828D;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}