.slide {
	position: relative;
	/*height: 760px;*/
	height: 830px;
}

.slide a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 760px;*/
	height: 830px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slide a .text {
	/*position: relative;*/
	/*top: 200px;*/
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 1300px;
	transform: translateX(-50%);
	color: white;
	opacity: 0.9;
}

.slide a .text b {
	display: inline-block;
	width: 150px;
	height: 3px;
	background-color: white;
	opacity: 0.7;
}

.slide a .text .chinese {
	margin: 25px 0;
	font-size: 42px;
	font-weight: 700;
}

.slide a .text .english {
	font-size: 28px;
}

.slide a .text .slidetext {
	position: relative;
	/*top: 250px;*/
}

.slide a .text .slidetext p {
	margin: 10px auto;
	font-size: 32px;
	line-height: 1.75em;
	letter-spacing: 2px;
	text-align: right;
	text-shadow: 0px 0px 8px rgba(0,0,0,.6);
}

.bullet {
	display: inline-block;
	width: 30px;
	height: 5px;
	margin: 10px 5px;
	background-color: white;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 50px;
}

.bullet-active {
	width: 50px;
	background-color: #133984;
}

.video {
	margin-top: 70px;
	margin-bottom: 70px;
}

.video .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video .player {
	width: 600px;
	height: 400px;
}

.video .player video {
	min-width: 600px;
	min-height: 400px;
}

.video-js .vjs-big-play-button {
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
	margin-top: -1em;
	margin-left: -1em;
}

.video .wrapper {
	margin-left: 30px;
}

.video .wrapper .desc p {
	font-size: 17px;
	text-align: justify;
	line-height: 34px;
	overflow: hidden;
	text-indent: 34px;
	text-justify: distribute;
	color: #616161;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	margin: 20px auto;
}

.video .wrapper .desc a {
	display: block;
	text-align: right;
	color: #133984;
}

.video .wrapper .desc a:hover {
	color: #0193de;
}

.video .wrapper .team {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/team_1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}

.video .wrapper .team:hover {
	transform: scale(1.1);
}

.video .wrapper .team .shade {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
}

.video .wrapper .team:hover .shade {
	display: block;
}

.video .wrapper .team .shade p {
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	font-size: 20px;
	color: white;
	letter-spacing: 2px;
}

.ad {
	margin-top: 20px;
}

.ad a img {
	display: block;
	width: 100%;
/*	height: 120px;*/
}

.dynamics {
	margin: 70px 0px;
}

.dynamics .label {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dynamics .label .more {
	float: right;
}

.dynamics .label .more a {
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
	margin-left: 30px;
	color: #133984;
}

.dynamics .label .more a:hover {
	color: #0193de;
}

.dynamics .label .opt {
	float: right;
}

.dynamics .label .opt li {
	float: left;
	color: #616161;
}

.dynamics .label .opt li.active {
	background-color: #0193de;
	color: white;
}

.dynamics .label .opt li a {
	width: 100px;
	text-align: center;
	display: block;
	height: 40px;
	font-size: 16px;
}

.dynamics .content {
	margin-top: 30px;
}

.dynamics .content .show {
	display: none;
	justify-content: center;
	align-items: center;
}

.dynamics .content .show.active {
	display: flex;
}

.dynamics .content .imgnews {
	flex: 0 0 460px;
	padding: 20px 0px;
	box-sizing: border-box;
	margin-right: 35px;
}

.dynamics .content .imgnews .image {
	width: 100%;
	height: 290px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.dynamics .content .imgnews .text {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.dynamics .content .imgnews .text .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 28px;
}

.dynamics .content .imgnews:hover .text .title {
	color: #133984;
}

.dynamics .content .imgnews .text .time {
	font-size: 16px;
	margin-top: 14px;
}

.dynamics .content .imgnews .text .desc {
	margin-top: 20px;
	text-align: justify;
	text-justify: distribute;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #616161;
	overflow: hidden;
}

.dynamics .content .newslist {
	flex: 1;
	border-left: 1px solid #e6e6e6;
	padding-left: 35px;
	box-sizing: border-box;
}

.dynamics .content .newslist ul {
	width: 100%;
}

.dynamics .content .newslist ul li {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	margin: 20px 0;
	background-color: #eaeef9;
}

.dynamics .content .newslist ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dynamics .content .newslist ul li:hover {
	background-color: #2280c4;
}

.dynamics .content .newslist ul li .time {
	width: 120px;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
}

.dynamics .content .newslist ul li .time .timebox {
	width: 100%;
	height: 100%;
	background-color: #2280c4;
	color: white;
	text-align: center;
}

.dynamics .content .newslist ul li:hover .time .timebox {
	border-right: 1px solid white;
}

.dynamics .content .newslist ul li .time .timebox .day {
	width: 100%;
	height: auto;
	line-height: 70px;
	font-size: 50px;
}

.dynamics .content .newslist ul li .time .timebox .month {
	width: 100%;
	height: auto;
	line-height: 16px;
	font-size: 16px;
}

.dynamics .content .newslist ul li .detail {
	flex: 1;
	height: 100px;
	overflow: hidden;
	padding: 10px;
}

.dynamics .content .newslist ul li .detail .title {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
}

.dynamics .content .newslist ul li:hover .detail .title {
	color: white;
}

.dynamics .content .newslist ul li .detail .desc {
	text-align: justify;
	text-justify: distribute;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #616161;
	overflow: hidden;
	line-height: 30px;
}

.dynamics .content .newslist ul li:hover .detail .desc {
	color: white;
}

.items {
	position: relative;
	background-color: #eaeef9;
	padding: 10px 0px 30px;
	margin: 70px auto;
}

/*.items:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.2;
}*/

.items .main {
	position: relative;
	z-index: 99;
}

.items .column {
	margin: 60px 0px 30px;
}

.items .items-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.items .items-about a {
	position: relative;
	display: block;
	flex: 0 0 32%;
	height: auto;
	margin: 15px 0px;
}

.items .items-about:after {
	content: '';
	display: block;
	position: relative;
	flex: 0 0 32%;
}

.items .items-about a .items-image {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.items .items-about a .items-image div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.8s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.items .items-about a:hover .items-image div {
	transform: scale(1.1);
}

.items .items-about a .items-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50,50,50,0);
	transition: all 0.8s cubic-bezier(0.215,0.61,0.355,1) 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.items .items-about a:hover .items-shade {
	background-color: rgba(50,50,50,.5);
}

.items .items-about a .items-shade .items-title {
	text-align: justify;
	opacity: 0;
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	transition: all 0.8s cubic-bezier(0.215,0.61,0.355,1) 0s;
	line-height: 1.75;
	letter-spacing: 1px;
}

.items .items-about a .items-shade .items-tags {
	text-align: justify;
	opacity: 0;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	transition: all 0.8s cubic-bezier(0.215,0.61,0.355,1) 0s;
	line-height: 1.75;
	letter-spacing: 1px;
	word-break: break-all;
}

.items .items-about a:hover .items-shade .items-title,
.items .items-about a:hover .items-shade .items-tags {
	opacity: 1;
}

.items .items-about a .items-shade .items-sketch {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	text-align: justify;
	transition: all 0.8s cubic-bezier(0.215,0.61,0.355,1) 0s;
	line-height: 1.75;
}

.items .items-about a:hover .items-shade .items-sketch {
	opacity: 1;
}

.subsidiary .column {
	text-align: center;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
}

.subsidiary ul {
	padding: 10px;
}

.subsidiary ul li {
	float: left;
}

.subsidiary ul li a {
	display: block;
	width: 400px;
	height: 55px;
	line-height: 55px;
	background-color: #0193de;
	color: white;
	margin:10px;
	text-align: center;
	font-size: 17px;

}

.subsidiary ul li a:hover {
	background-color: #133984;
}

.column {
	color: #616161;
	margin: 6px 0px;
}

.column.center {
	text-align: center;
	width: 100%;
}

.column .chinese {
	font-size: 36px;
	font-weight: bold;
	color: #065299;
}

.column .english {
	font-size: 20px;
	margin-top: 10px;
	color: #0068B7;
}

.column .english span {
	font-weight: bold;
	color: #00A0E9;
}

.column.white .chinese {
	color: #fff;
}

.column.white .english {
	color: #fff;
}

.column.white .english span {
	color: #fff;
}

