﻿@charset "UTF-8";
/* @mixin function */
/* normal style */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:visited, a:hover {
	text-decoration: none;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl dt {
	font-weight: 500;
}
/* start common style */
.no-padding {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.nodisplay {
	display: none !important;
}
.wrap {
	min-height: 100%;
	height: 100%;
	padding-bottom: 80px;
}
/* end common style */
/* ==============start header ================ */
.wrap-header {
	width: 100%;
	padding-top: 10px;
	color: #FFF;
	background-color: #31475c;
}
.wrap-header .logo {
	position: relative;
	padding-bottom: 15px;
}
.wrap-header .logo img {
	position: absolute;
}
.wrap-header .logo .text-discription {
	text-align: right;
	display: none;
}
.wrap-header .chinese {
	font-size: 18px;
	height: 1em;
	line-height: 1em;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: 0;
	letter-spacing: 20px;
	display: none;
}
.wrap-header .english {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	font-size: 13px;
	letter-spacing: -1px;
}
@media (min-width: 767px) and (max-width: 991px) {
.wrap-header .chinese {
	font-size: 16px;
	margin-top: 0;
	margin-right: -18px;
	margin-bottom: 0;
	margin-left: 0;
	letter-spacing: 18px;
}
}
.wrap-header .right-search {
	position: relative;
	text-align: right;
}
.wrap-header .right-search .search-btn {
	width: 220px;
	margin-top: 21px;
	padding: 7px 7px;
	text-align: left;
	color: #333;
	outline: none;
	border: 0;
	background: url("main_res/icon_search.png") 192px center no-repeat;
	background-color: #FFF;
}
.wrap-header .right-search .charset {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.wrap-header .right-search .charset a:hover {
	color: #FFF;
}
.menu {
	text-align: center;
}
 @media (min-width: 1170px) {
.menu {
	white-space: nowrap;
	padding-top: 10px;
    padding-bottom: 10px;
}
}
.first-item {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 100%;
}
.first-item > a {
	width: 100%;
	/*height: 100%;*/
	line-height: 100%;
	display: block;
	text-align: center;
	padding: 14px 14px 14px;
	transition: all .5s ease-out;
	font-size: 16px;
}
.first-item > a:hover {
	color: #fff;
}
.first-item .second-item-group {
	position: absolute;
	left: 50%;
	display: none;
	width: 200px;
	margin-left: -100px;
	margin-top: 2px;
	line-height: 1.5;
	background: #333;
	z-index: 999;
}
.first-item .second-item-group a {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 8px 4px 8px;
	white-space: normal;
	background-color: #ca1712;
}
.first-item .second-item-group a:hover {
	color: #FFF;
	background-color: #e0302b;
}
.menu .active {
	border-bottom: 3px solid #e62823;
}
.navbar-header {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-header i {
	height: 56px;
	line-height: 56px;
	font-size: 2em;
	cursor: pointer;
}
.slideUpHeader {
	position: fixed;
	transition: all .5s ease-in-out;
	transform: translate(0, -100px);
	z-index: 999;
}
 @media (max-width: 767px) {
.slideUpHeader {
	transform: translate(0, -185px);
}
}
/* =============font fateIn============= */
/* TODO animate for version <= ie9  */
.animate1, .animate2, .animate3, .animate4 {
	display: inline;
	opacity: 0;
}
/* :root .animate1,
:root .animate2,
:root .animate3,
:root .animate4 {
	opacity: 1;
} */
.animate1 {
	animation: fadeIn 2s 1 1s ease-in;
	animation-fill-mode: forwards;
}
.animate2 {
	animation: fadeIn 2s 1 3s ease-in;
	animation-fill-mode: forwards;
}
.animate3 {
	animation: fadeIn 2s 1 5s ease-in;
	animation-fill-mode: forwards;
}
.animate4 {
	animation: fadeIn 2s 1 7s ease-in;
	animation-fill-mode: forwards;
}

/* =============font fateIn============= */
/* =============media query============== */
@media (min-width: 992px) and (max-width: 1199px) {
.wrap-header .logo .text-discription {
	margin-right: -15%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wrap-header .logo .text-discription {
	margin-right: -50%;
}
}
@media (min-width: 768px) {
.navbar-header {
	display: none;
}
}
@media (max-width: 1199px) {
.menu .first-item {
	width: 9%;
}
a {
	white-space: break-word;
	letter-spacing: -.5px;
}
}
@media (max-width: 767px) {
.wrap-header {
	height: auto;
	text-align: center;
}
.wrap-header .logo {
	width: 100%;
}
.wrap-header .logo img {
	display: block;
	margin-left: 15px;
}
.wrap-header .logo .text-discription {
	margin-right: 0;
	text-align: center;
}
.wrap-header .chinese {
	margin-right: 0;
}
.wrap-header .english {
	margin-top: 15px;
	margin-bottom: 5px;
	letter-spacing: 0;
}
.wrap-header .right-search {
	padding-bottom: 15px;
	text-align: center;
}
.wrap-header .right-search .search-btn {
	margin-right: 0px;
}
.wrap-header .right-search .charset {
	position: fixed;
	right: 5px;
	cursor: pointer;
}
.menu .first-item {
	width: 100%;
	display: block;
}
.menu .first-item > a:hover {
	color: #eee;
}
.first-item .second-item-group {
	display: none !important;
}
}
/* ==============end header nav================ */
/* ==============slide banner================ */
.slide-banner {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.slide-banner > ul {
	width: 100%;
	overflow: hidden;
/*white-space: nowrap; */}
.slide-banner .detial-info {
	position: relative;
	width: 100%;
	display: inline-block;
}
.slide-banner .detial-info img {
	width: 100%;
	height: 100%;
}
.slide-banner .detial-info .hover-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}
.slide-banner .detial-info .text {
	width: 75%;
	display: inline-block;
	padding: 2em 13em 2em;
	font-size: 18px;
	color: #FFF;
	white-space: normal;
}
.slide-banner .lit-img-group {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.slide-banner .lit-img-item {
	position: relative;
	display: inline-block;
	line-height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.slide-banner .lit-img-item img {
	max-width: 100%;
	max-height: 231px;
}
.slide-banner .lit-img-item .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	border: 2px solid #ca1712;
	transition: all .5s ease-in;
}
.slide-banner .lit-img-item .hover-layer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 1em;
	font-size: 1.2em;
	color: #FFF;
	white-space: normal;
	background-color: rgba(0, 0, 0, 0.3);
}
.slide-banner .lit-img-item .substrition {
	line-height: 1.5;
}
.slide-banner .lit-img-item .more-btn {
	position: absolute;
	left: 50%;
	bottom: 1em;
	width: 50%;
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-indent: 5px;
	margin-left: -25%;
	padding: 1em 2em;
	border-radius: 5px;
	background-color: #ca1712;
	z-index: 99;
}
/* navbar -- auotplay icon left right */
.control-middle {
	top: 50%;
	width: 35px;
	height: 35px;
	line-height: 100%;
	margin-top: -17px;
	/*border-radius: 35px;*/
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	text-shadow: none;
}
.img-wrap {
	position: relative;
	text-align: center;
}
.img-wrap .hover-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 3em;
	color: #FFF;
	font-size: 1.1em;
	background-color: rgba(0, 0, 0, 0.3);
}
.img-wrap a:hover {
	color: #FFF;
}
 @media (min-width: 768px) {
#imgbox {
	display: none;
}
}
#imgbox {
	max-height: 231px;
	overflow: hidden;
}
#imgbox .item img {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0.6);
	border: 0;
}
.carousel-control.left {
	left: 10px;
	background-image: none;
}
.carousel-control.right {
	right: 10px;
	background-image: none;
}
 @media (max-width: 1170px) {
.slide-banner .detial-info .text {
	font-size: 14px;
}
.slide-banner .lit-img-item {
	width: 15em;
}
.slide-banner .lit-img-item .substrition {
	font-size: 1em;
	line-height: 1em;
}
.slide-banner .lit-img-item .more-btn {
	padding: .5em 1em;
}
}
@media (max-width: 992px) {
.slide-banner .detial-info .text {
	font-size: 12px;
}
}
@media (max-width: 767px) {
.slide-banner {
	display: none;
}
}
/* ==============end slide banner================ */
/* ==============midddle section================= */
.middle {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #e9e9e7;
}
.service-group {
	text-align: center;
	padding-bottom: 2.5em;
}
.service-group li {
	display: inline-block;
}
.service-group .service-link {
	width: 100%;
	display: block;
	padding: 1em 1.5em;
	text-align: center;
	color: #30465b;
}
.service-group .service-link img {
	display: block;
	margin: 0 auto;
}
.left-section {
	position: relative;
	background-color: #bbc0c4;
	padding: 10px 10px 10px 0;
}
.left-section .flash {
	float: left;
}
.left-section .news-lists .title {
	width: 50%;
}
.left-section .news-lists .header-title {
	text-align: left;
}
@media (max-width: 992px) {
.left-section .news-lists .more {
	text-align: right;
}
}
.left-section .news-lists li {
	display: inline-block;
	line-height: 1.5em;
	white-space: nowrap;
}
.left-section .news-lists a {
	width: 100%;
	display: inline-block;
	padding: 8px 10px;
	font-size: 1.1em;
	color: #394e62;
	transition: color .3s ease-in;
}
.left-section .news-lists a:hover {
	color: #FFF;
}
.left-section .header-title span {
	font-size: 18px;
	-moz-display: inline-block;
}
.left-section .header-title .text-right {
	margin-right: 33%;
}
.left-section .header-title i {
	font-style: normal;
}
.left-section .header-title .more {
	margin-left: 33%;
}
@media (max-width: 1200px) {
.left-section .flash {
	float: initial;
	text-align: center;
}
.left-section li {
	width: 100%;
}
.left-section .header-title span {
	font-size: 14px;
}
}
#right-bar {
	position: relative;
	min-height: 324px;
	margin-bottom: 30px;
	padding: 0 10px;
	text-align: center;
	background-color: #bbc0c4;
	overflow: hidden;
}
#right-bar img {
	margin: auto;
	max-width: 100%;
	width: 100%;
	max-height: 161px;
}
#right-bar p {
	padding: 1em 8px;
	word-wrap: break-word;
}
#right-bar .pagenation {
	position: absolute;
	right: 15px;
	left: initial;
	bottom: 0;
	text-align: right;
}
.links {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	text-align: center;
	padding-top: 15px;
	background: url("main_res/link_bg.png") top center no-repeat;
}
.links .link-item {
	display: inline-block;
	width: 25%;
	height: 166px;
	margin: 0 15px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}
.links .link-item .text {
	width: 100%;
	display: inline-block;
	height: 50%;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	margin-top: 18px;
}
.links .link-item .more {
	display: inline-block;
	width: 70%;
	padding: 11px 0;
	line-height: 100%;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	border-radius: 4px;
	background-color: #c91812;
	transition: all .3s;
}
.links .link-item .more:hover {
	background-color: #b90e08;
}
@media (max-width: 992px) {
.links .link-item .text, .links .link-item .more {
	font-size: 12px;
}
}
 @media (min-width: 768px) {
#right-bar {
	margin-left: 15px;
}
}
/* ==============end midddle section================= */
/* ===================float nav====================== */
.floatnav {
	position: fixed;
	width: 220px;
	top: 50%;
	right: 0;
	transform: translate(220px, -50%);
	transition: all .5s ease;
	background-color: rgba(202, 23, 18, 0.9);
	z-index: 99;
}
.floatnav li {
	line-height: 1.5em;
}
.floatnav li a {

	width: 100%;
	line-height: 100%;
	display: inline-block;
	padding: 1em 5px;
	font-size: 1em;
}
.floatnav li a:hover {
	background-color: #e0302b;
	color: #FFF;
}
.floatbtn {
	position: fixed;
	right: 0;
	top: 50%;
	width: 18px;
	padding: 3em 0;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	transform: translateY(-50%);
	transition: all .5s ease-in;
	background-color: rgba(66, 93, 119, 0.6);
	cursor: pointer;
}
.floatbtn:hover {
	background-color: #425d77;
}
 @media (min-width: 768px) {
.floatbtn {
	display: none;
}
}
/* ===================float nav====================== */
.top-btn {
	position: fixed;
	right: -70px;
	bottom: 15px;
	width: 48px;
	height: 48px;
	margin: auto;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	background-color: rgba(66, 93, 119, 0.6);
	letter-spacing: 1px;
	transition: all .5s;
	cursor: pointer;
}
.top-btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 17px auto;
}
.top-btn:hover {
	background-color: #517292;
}
/* footer start*/
footer {
	width: 100%;
	height: 80px;
	display: flex;
	margin-bottom: -80px;
	color: #FFF;
	background-color: #31475c;
}
footer .info {
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	padding: 20px;
	background: url("htmlRes/logo.png") 10px 10px no-repeat;
}

/* footer end */
/* ==============start keyframe animation============ */
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 25% {
 opacity: .25;
}
 50% {
 opacity: .5;
}
 75% {
 opacity: .75;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 25% {
 opacity: .25;
}
 50% {
 opacity: .5;
}
 75% {
 opacity: .75;
}
 100% {
 opacity: 1;
}
}
@-ms-keyframes fadeIn {
 0% {
 opacity: 0;
}
 25% {
 opacity: .25;
}
 50% {
 opacity: .5;
}
 75% {
 opacity: .75;
}
 100% {
 opacity: 1;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 25% {
 opacity: .25;
}
 50% {
 opacity: .5;
}
 75% {
 opacity: .75;
}
 100% {
 opacity: 1;
}
}
/* ==============end keyframe animation============ */
/* ==============about page============= */
/*
  begin about page
 */
.subtitle {
	font-weight: 700;
}
.content {
	min-height: 100%;
	margin-top: 15px;
	padding-bottom: 35px;
}
.content .title {
	height: 46px;
	line-height: 100%;
	display: inline-block;
	margin-bottom: 45px;
}
.content .title h3 {
	position: relative;
	height: 100%;
	padding: 10px 8px;
	color: #FFF;
	background-color: #ca1712;
}
.content .title h3:after {
	position: absolute;
	top: -20px;
	right: -23px;
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	margin-top: 20px;
	border-width: 23px 0 23px 23px;
	border-style: solid;
	border-color: transparent transparent transparent #ca1712;
/*透明 透明 透明 灰*/ }
.content .title .right-triangle {
	width: 0;
	height: 0;
	display: inline-block;
	margin-top: 20px;
	border-width: 23px 0 23px 23px;
	border-style: solid;
	border-color: transparent transparent transparent #ca1712;
/*透明 透明 透明 灰*/ }
.content .article {
	font-size: 14px;/*text-align: center;*/
    /*text-indent: 2em;*/ }
.content .article22 p {
	line-height: 20px;
	text-indent: 2em;
	font-family: 'Arial';
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333;
}
.content .article .upper-case {
	padding-left: 24px;
}
.content .showPhoto {
	width: 100%;
	text-align: center;
}
.content .showPhoto img {
	max-width: 100%;
	display: inline-block;
	margin: 2px auto;
}
.right-nav-wrap {
	position: absolute;
	top: initial;
	right: 10px;
	bottom: initial;
	left: initial;
}
.right-nav {
	position: relative;
	margin-top: 35px;
	border-left: 1px solid #2f455a;
}
.right-nav:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -13px;
	width: 26px;
	height: 26px;
	background-image: url("main_res/lg_circle.png");
}
.right-nav:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -13px;
	width: 26px;
	height: 26px;
	background-image: url("main_res/lg_circle.png");
}
.right-nav .scroll-group {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.right-nav .scroll-group a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #2f455a;
}
.right-nav .scroll-group #moveIcon {
	position: absolute;
	left: -15px;
	width: 32px;
	height: 10px;
	transition: top .5s ease-out;
	background: url("main_res/arrow.png") center no-repeat;
}
.right-nav .scroll-group .default {
	top: 52px;
}
.right-nav .scroll-group .second {
	top: 76px;
}
.right-nav .scroll-group .third {
	top: 100px;
}
.right-nav .scroll-group .fourth {
	top: 148px;
}
.right-nav .scroll-group .fifth {
	top: 172px;
}
.right-nav .scroll-group .sixth {
	top: 196px;
}
.right-nav .scroll-group .seventh {
	top: 220px;
}
.right-nav .scroll-group .eighth {
	top: 244px;
}
.right-nav dt, .right-nav .subitem {
	position: relative;
	padding-left: 15px;
	line-height: 2em;
}
.right-nav dt em, .right-nav .subitem em {
	position: absolute;
	left: -6px;
	top: 7px;
	width: 11px;
	height: 11px;
	transition: background .3s ease;
	background: url("main_res/lit_circle.png") center no-repeat;
}
.right-nav dt a:visited, .right-nav dt a:hover, .right-nav .subitem a:visited, .right-nav .subitem a:hover {
	text-decoration: none;
	color: #1e3448;
}
.right-nav dt:hover em, .right-nav .subitem:hover em {
	width: 32px;
	height: 10px;
	left: -15px;
	background: url("main_res/arrow.png") center no-repeat;
}
.right-nav dt .actived, .right-nav .subitem .actived {
	width: 32px;
	height: 10px;
	left: -15px;
	background: url("main_res/arrow.png") center no-repeat;
}
.right-nav dt.active em {
	left: -15px;
	width: 32px;
	height: 10px;
	transition: top .5s ease-out;
	background: url("main_res/arrow.png") center no-repeat;
}
 @media (max-width: 767px) {
.right-nav {
	display: none;
}
}
/* about leadership page */
.teachInfo {
	width: 100%;
}
.list-item {
	border-bottom: 2px solid #eee;
	margin: 0;
	padding-bottom: 10px;
}
.list-item .teacherPhoto {
	max-width: 114px;
	max-height: 159px;
	display: inline-block;
	overflow: hidden;
}
.list-item .teacherPhoto img {
	width: 100%;
	height: auto;
}
.list-item .personalInfo {
	width: 75%;
	display: inline-block;
	padding-left: 30px;
}
.list-item .personalInfo dd {
	line-height: 2em;
	font-size: 14px;
}
 @media (min-width: 768px) and (max-width: 992px) {
.list-item .personalInfo {
	padding-left: 0;
}
}
/* ==============about page============= */
/* search result list */
.lecture-group .lecture-item {
	width: 100%;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}
.lecture-group .lecture-item a {
	color: #333;
}


/*# sourceMappingURL=ie9.css.map */



.selected1,.parent1 {
    position: absolute !important;
    left: -15px !important;
    width: 32px !important;
    height: 10px !important;
    transition: top .5s ease-out !important;
    background: url("main_res/arrow.png") center no-repeat !important;
}

.playlist {    display: none;
}

.hhh {width:9% !important;}


















