@charset "utf-8";
/*!
Theme Name: KCS Chengdu
Theme URI: http://www.kcschengdu.cn
Author: eitdesign
Author URI: https://www.eitsh.com
Description: Official theme of KCS Chengdu
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes zoomin {
0% {
transform:scale(1, 1)
}
to {
	transform: scale(1.1, 1.1)
}
}
body {
	background-color: #fff;
	color: #666;
	font-family: "Open Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	position: relative
}
body:lang(zh-CN) {
	color: #666
}
b, strong {
	font-weight: 700
}
a {
	color: #666
}
a:hover {
	color: #7a7a7a;
	transition: .3s;
	text-decoration: underline
}
ol, ul {
	padding: 0
}
li {
	list-style: none
}
input[type=text], textarea {
	-webkit-appearance: none;
	border: solid 1px #ddd
}
input[type=text] {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding-left: 10px
}
textarea {
	height: 200px
}
img {
	max-width: 100%
}
.clear {
	clear: both
}
.noshow {
	display: none
}
.noie {
	width: 100%;
	background: red;
	color: #fff
}
.noie .text {
	padding: 30px 50px;
	font-size: 16px
}
.noie .text img {
	width: 64px;
	height: 64px;
	margin: 20px 20px 10px 0
}
.box100, .et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .box100 {
	margin: 8%
}
.box50 {
	margin: 4%
}
.box25 {
	margin: 2%
}
.pbox100 {
	padding: 8%
}
.pbox50 {
	padding: 4%
}
.pbox25 {
	padding: 2%
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row {
	max-width: 1200px
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .box50 {
	margin: 4%0
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .box25 {
	margin: 2%
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .pbox100 {
	padding: 8%
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .pbox50 {
	padding: 4%
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .pbox25 {
	padding: 2%
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .largertextbox {
	padding: 0 8%
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .largertextbox h2 {
	letter-spacing: 5px
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column .largertextbox p {
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 1.5em;
	margin: 20px
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_image_0 .et_pb_image_wrap img {
	min-height: auto
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.block, .container {
	position: relative;
	overflow: hidden
}
.block {
	width: 100%;
	height: 100%
}
.block .img-parallax {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none
}
.container {
	max-width: 1200px;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 0
}
.full-width {
	max-width: 100%
}
.align-center {
	text-align: center
}
h5, h6 {
	line-height: 1.5em
}
.banner .container .title h1:lang(zh-CN), .et-db #et-boc .et_pb_module h2:lang(zh-CN), .et-db #et-boc .et_pb_module h3:lang(zh-CN), h1:lang(zh-CN), h2:lang(zh-CN), h3:lang(zh-CN), h4:lang(zh-CN), h5:lang(zh-CN), h6:lang(zh-CN) {
	font-family: inherit
}
h1 {
	font-size: 72px;
	font-weight: 700;
	line-height: .8em
}
h1 span {
	display: block
}
h2, h3 {
	font-family: "noto serif";
	margin-bottom: 5%
}
h1 span, h2 {
	font-size: 36px
}
h2 {
	text-align: center
}
h3 {
	font-size: 24px
}
.et-db #et-boc .et_pb_module h5, h4, h5 {
	font-size: 22px
}
.et-db #et-boc .et_pb_module h6, h6 {
	font-size: 20px
}
.et-db #et-boc .et_pb_module h2, h2 {
	color: #ab162b;
	line-height: 2em
}
.et-db #et-boc .et_pb_module h3, h3 {
	color: #ab162b;
	line-height: 1.8em
}
.et-db #et-boc .et_pb_module h4, h4 {
	color: #666;
	line-height: 1.8em
}
.et-db #et-boc .et_pb_module p:lang(zh-CN) {
	line-height: 1.8em;
	margin: 10px 0
}
.et-db #et-boc .et_pb_module p a, .header .desktop-menu .desktop-menu-wrapper .sub-menu li a:hover {
	color: #ab162b
}
#et_builder_outer_content .button, .button, .et-db #et-boc .et_pb_module .button {
	width: fit-content;
	min-width: 200px;
	max-width: 300px;
	padding: 10px 30px;
	height: 40px;
	border: solid 2px #ab162b;
	color: #ab162b;
	line-height: 1em;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 500;
	transition: .3s;
	display: block;
	text-transform: capitalize
}
#et_builder_outer_content .button:hover, .button:hover, .et-db #et-boc .et_pb_module .button:hover, .inner-body .tags ul li .active, .inner-body .tags ul li a:hover {
	background: #ab162b;
	color: #fff;
	text-decoration: none
}
#et_builder_outer_content .button.align-center, .button.align-center, .et-db #et-boc .et_pb_module .button.align-center {
	margin: 0 auto
}
.header {
	width: 100%;
	position: fixed;
	height: 160px;
	background: url(https://img.kcschengdu.cn/images/menu-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1440px 160px
}
.header .container {
	overflow: visible
}
.header, .header .logo {
	z-index: 100;
	top: 0;
	left: 0
}
.header .logo {
	position: absolute;
	width: 200px;
	height: 140px;
	background: #ab162b;
	transition: .3s
}
.header .logo img {
	position: absolute;
	left: 30px;
	top: 5px;
	width: 140px;
	height: auto
}
.header .topnav {
	position: absolute;
	right: 0;
	top: 5px;
	height: 35px
}
.header .topnav .top-slogan {
	position: absolute;
	right: 440px;
	width: 375px;
	border-bottom: solid 1px #fff;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	display: none
}
.header .topnav ul li {
	float: left;
	margin-right: 15px;
	color: #fff
}
.header .topnav ul li a {
	color: #fff
}
.header .topnav ul li:last-child {
	margin-right: 0
}
.header .topnav .button {
	background: #ab162b;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: auto;
	min-width: 0;
	border: 0
}
.header .topnav .icon img {
	height: 22px;
	width: auto
}
.header .desktop-menu {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 100;
	text-transform: uppercase
}
.header .desktop-menu .desktop-menu-wrapper li {
	float: left
}
.header .desktop-menu .desktop-menu-wrapper li a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 15px;
	margin: 15px 10px;
	text-decoration: none;
	transition: .3s;
	color: #fff;
	font-weight: 400
}
.header .desktop-menu .desktop-menu-wrapper li a:hover {
	color: #fff
}
.header .desktop-menu .desktop-menu-wrapper li:last-child a {
	margin-right: 0
}
.header .desktop-menu .desktop-menu-wrapper li:last-child .sub-menu {
	left: auto;
	right: 0
}
.header .desktop-menu .desktop-menu-wrapper li .show-sub-menu {
	opacity: 1;
	left: 15px
}
.header .desktop-menu .desktop-menu-wrapper .current-menu-ancestor a, .header .desktop-menu .desktop-menu-wrapper .current-menu-item a, .header .desktop-menu .desktop-menu-wrapper .current-menu-parent a, .header .desktop-menu .desktop-menu-wrapper .current-post-parent a, .header .desktop-menu .desktop-menu-wrapper li a:hover {
	text-decoration: none;
	position: relative;
	z-index: 1
}
.header .desktop-menu .desktop-menu-wrapper .current-menu-ancestor a:before, .header .desktop-menu .desktop-menu-wrapper .current-menu-item a:before, .header .desktop-menu .desktop-menu-wrapper .current-menu-parent a:before, .header .desktop-menu .desktop-menu-wrapper .current-post-parent a:before, .header .desktop-menu .desktop-menu-wrapper li a:hover:before {
	content: "";
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	height: 2px;
	width: 30px
}
.footer .sns-icons li.wechat, .header .desktop-menu .desktop-menu-wrapper .menu-item-has-children {
	position: relative
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu {
	position: absolute;
	display: none;
	z-index: 100;
	width: 260px;
	top: 50px;
	left: calc(-130px + 50%);
	padding: 10px 0;
	background: rgba(255,255,255,.9)
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu li {
	width: 100%;
	padding: 0 10px;
	text-align: center
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu li a {
	display: inline-block;
	position: relative;
	line-height: 1.8em;
	font-size: 14px;
	border-right: none;
	font-weight: 400;
	padding: 10px 15px;
	margin: 0;
	color: #666;
	text-transform: none
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu .menu-arrow, .header .mobile-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu .menu-arrow img {
	position: absolute;
	width: 15px;
	height: auto;
	top: 20px;
	left: 10px
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu .rotate img {
	transform: rotate(180deg)
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu .sub-menu {
	position: relative;
	left: -10px;
	top: 0
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu .sub-menu li {
	padding: 0 15px;
	float: none
}
.header .desktop-menu .desktop-menu-wrapper .sub-menu .sub-menu li a {
	font-size: 12px
}
.header .mobile-menu {
	display: none;
	width: 50%;
	height: 100px;
	z-index: 100
}
.header .mobile-menu .changelanguage {
	position: absolute;
	top: 15px;
	right: 60px
}
.header .mobile-menu .changelanguage a {
	color: #ab162b;
	font-size: 14px;
	text-decoration: none
}
.header .mobile-menu .menu-btn {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 32px;
	height: 32px;
	z-index: 100
}
.header .mobile-menu .menu-btn .hamburger {
	width: 25px;
	height: 3px;
	display: block;
	background: #ab162b;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms
}
.header .mobile-menu .menu-btn .hamburger-1 {
	transform: translate3d(0, -8px, 0)
}
.header .mobile-menu .menu-btn .hamburger-2 {
	transform: translate3d(0, 0, 0)
}
.header .mobile-menu .menu-btn .hamburger-3 {
	transform: translate3d(0, 8px, 0)
}
.header .mobile-menu .menu-btn.on .menu-open-button .hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg)
}
.header .mobile-menu .menu-btn.on .menu-open-button .hamburger-2 {
	transform: translate3d(0, 0, 0) scale(.1, 1)
}
.header .mobile-menu .menu-btn.on .menu-open-button .hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg)
}
.header .mobile-menu .menu-btn.on .menu-open-button .hamburger {
	transition: transform 200ms
}
.header .mobile-menu .mobile-menu-wrapper {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	overflow-y: scroll;
	background: #fff
}
.header .mobile-menu .mobile-menu-wrapper .menu {
	position: relative;
	display: block;
	top: 0;
	right: 0
}
.header .mobile-menu .mobile-menu-wrapper .menu li {
	clear: both;
	float: none;
	margin: 0;
	position: relative
}
.header .mobile-menu .mobile-menu-wrapper .menu li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 15px 20px;
	height: auto;
	border-top: solid 1px rgba(0,0,0,.6)
}
.header .mobile-menu .mobile-menu-wrapper .menu li .menu-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px
}
.header .mobile-menu .mobile-menu-wrapper .menu li .menu-arrow img {
	position: absolute;
	width: 15px;
	height: auto;
	top: 15px;
	left: 10px
}
.header .mobile-menu .mobile-menu-wrapper .menu li .rotate img {
	transform: rotate(180deg)
}
.header .mobile-menu .mobile-menu-wrapper .menu .current-menu-item, .header .mobile-menu .mobile-menu-wrapper .menu .current-menu-parent, .header .mobile-menu .mobile-menu-wrapper .menu .current-post-parent {
	font-weight: 500
}
.header .mobile-menu .mobile-menu-wrapper .menu .sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0
}
.header .mobile-menu .mobile-menu-wrapper .menu .sub-menu li a {
	padding-left: 40px;
	font-size: 14px
}
.header .mobile-menu .mobile-menu-wrapper .menu .sub-menu .sub-menu li {
	padding-left: 40px
}
.header .mobile-menu .mobile-menu-wrapper .other {
	text-align: center
}
.header .mobile-menu .mobile-menu-wrapper .other a {
	display: block;
	padding: 10px
}
.header .mobile-menu .mobile-menu-wrapper .other .lang-item a {
	font-size: 18px;
	font-weight: 500
}
.header.down {
	background: url(https://img.kcschengdu.cn/images/menu-bg-2.png);
	background-size: 1440px 104px;
	background-repeat: repeat-x;
	box-shadow: 0 0 10px;
	height: 103px
}
.header.down .logo {
	transform: scale(.85, .85);
	transform-origin: top left
}
.header.down .desktop-menu .desktop-menu-wrapper li a {
	color: #666
}
.footer {
	background: #464646;
	padding: 5%;
	line-height: 1.8em;
	font-size: 16px
}
.footer .container {
	overflow: visible
}
.footer, .footer a {
	color: #d8d8d8
}
.footer .title {
	font-family: "futura-PT";
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 10px
}
.footer .text {
	font-size: 14px;
	line-height: 1.5em
}
.footer .copyright {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5em
}
.footer .logo {
	width: 200px;
	height: auto;
	display: block;margin:0 auto;
}

.footer .logot{
	width: 130px;
	height: auto;
	display: block;margin:10px auto 0;
}


.footer .sns-icons {
	margin-top: 20px
}
.footer .sns-icons li {
	float: left;
	margin-right: 20px
}
.footer .sns-icons li img {
	width: 30px;
	height: auto
}
.footer .sns-icons li.wechat a .qrcode {
	position: absolute;
	left: 40px;
	top: 0;
	display: none;
	width: 100px;
	height: auto;
	max-width: none
}
.footer .sns-icons li.wechat a:hover .qrcode {
	display: block
}
.footer .linkicon {
	height: 40px;
	width: auto;
	margin: 10px 0
}
.cnzz, .header.down .topnav .top-slogan {
	display: none
}
.part-wrapper {
	width: 100%;
	position: relative;
	z-index: 10
}
.grey-bg {
	background: #f8f8f8
}
.blue-bg {
	background: #e6ebf2
}
#carousel-example-generic .carousel-inner .item, #carousel-generic .carousel-inner .item {
	height: calc(100vh - 30px);
	overflow: hidden
}
#carousel-example-generic .carousel-inner .item img, #carousel-example-generic .carousel-inner .item video, #carousel-generic .carousel-inner .item img, #carousel-generic .carousel-inner .item video {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	max-width: none;
	position: absolute;
	object-fit: cover
}
#carousel-example-generic .carousel-inner .item .video, #carousel-generic .carousel-inner .item .video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
#carousel-example-generic .carousel-inner .container, #carousel-generic .carousel-inner .container {
	position: relative;
	height: 100%
}
#carousel-example-generic .carousel-inner .carousel-caption, #carousel-generic .carousel-inner .carousel-caption {
	position: absolute;
	bottom: 100px;
	left: 0;
	font-family: "futura-pt";
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2em;
	width: 70%;
	text-align: left;
	text-shadow: 0 2px 4px rgba(0,0,0,.5)
}
#carousel-example-generic .carousel-inner .carousel-caption .button, #carousel-generic .carousel-inner .carousel-caption .button {
	height: auto;
	margin-top: 20px;
	border: solid 2px #fff;
	color: #fff;
	text-shadow: none
}
#carousel-example-generic .carousel-inner .carousel-caption .button:hover, #carousel-generic .carousel-inner .carousel-caption .button:hover {
	background: #fff;
	color: #666
}
#carousel-example-generic .carousel-control, #carousel-generic .carousel-control {
	background: 0 0;
	top: 30%;
	bottom: 30%;
	z-index: 2
}
#carousel-example-generic .scroll-down, #carousel-generic .scroll-down {
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
	width: 300px;
	height: auto
}
#carousel-heritage {
	position: relative;
	margin: 5%0
}
#carousel-heritage .carousel-inner .item {
	height: 392px;
	overflow: hidden
}
#carousel-heritage .carousel-inner .carousel-caption {
	position: absolute;
	bottom: 100px;
	left: 0;
	font-size: 40px;
	line-height: 1.5em;
	width: 100%
}
#carousel-heritage .carousel-inner .carousel-caption a {
	background: rgba(0,0,0,.6);
	color: #fff
}
#carousel-heritage .carousel-inner .carousel-caption a:hover {
	color: #ab162b;
	transition: .3s
}
#carousel-heritage .carousel-control {
	background: 0 0;
	position: absolute;
	height: 30px;
	width: 30px;
	z-index: 2
}
#carousel-heritage .carousel-control.left {
	left: auto;
	right: 100px;
	top: 30px
}
#carousel-heritage .carousel-control.right {
	left: auto;
	right: 70px;
	top: 30px
}
#carousel-heritage .fa-angle-left, #carousel-heritage .fa-angle-right {
	font-size: 30px;
	color: #ab162b
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	opacity: 0
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
.for-mobile {
	display: none
}
.mainbd {
	position: relative;
	padding: 0
}
.mainbd .carousel {
	z-index: 50
}
.mainbd .home-countdown .container {
	padding: 6%0 4%;
	text-align: center
}
.mainbd .home-countdown .container .countdown .title {
	font-family: "futura-pt";
	font-size: 28px
}
.mainbd .home-countdown .container .countdown ul {
	width: fit-content;
	margin: 1%auto
}
.mainbd .home-countdown .container .countdown ul li {
	float: left;
	border: solid 2px #ab162b;
	width: 65px;
	height: 65px;
	border-radius: 40px;
	margin-left: 30px;
	padding-top: 12px;
	font-family: "futura-pt";
	font-size: 32px
}
.mainbd .home-countdown .container .countdown ul li p {
	margin: 0
}
.mainbd .home-countdown .container .countdown ul li span {
	line-height: 12px;
	font-size: 12px;
	display: block
}
.mainbd .home-countdown .container .countdown ul li:first-child {
	margin-left: 0
}
.mainbd .home-countdown .container .slogan {
	margin-top: 5%
}
.mainbd .home-countdown .container .slogan .slogan-text {
	font-family: "noto serif", serif;
	font-style: italic;
	font-size: 50px;
	line-height: 1.5em;
	color: #ab162b
}
.mainbd .home-countdown .container .slogan .slogan-text:lang(zh-CN) {
	font-size: 40px;
	font-style: normal;
	color: #666;
	padding-bottom: 10vh
}
.mainbd .home-countdown .container .slogan p {
	width: 750px;
	margin: 3%auto;
	font-family: "futura-pt";
	font-size: 21px;
	line-height: 1.8em
}
.mainbd .home-academic .container, .mainbd .home-heritage .container {
	padding: 3%0 5%
}
.mainbd .home-academic .container a {
	width: 100%;
	height: 0;
	padding-top: 68%;
	display: block;
	overflow: hidden;
	position: relative
}
.mainbd .home-academic .container a .text {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	color: transparent;
	padding: 40px 30px;
	font-family: "futura-pt";
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	transition: .3s;
	display: table
}
.mainbd .home-academic .container a .text p {
	display: table-cell;
	vertical-align: middle
}
.mainbd .home-academic .container a img {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .3s ease-in-out
}
.mainbd .home-academic .container a:hover .text {
	visibility: visible;
	background: rgba(169,26,45,.7);
	color: #fff
}
.mainbd .home-academic .container .title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "futura-pt";
	font-size: 24px
}
.mainbd .home-academic .container .title small, .mainbd .home-heritage .container .content .year {
	font-size: 18px
}
.mainbd .home-heritage .container .pic {
	z-index: 100;
	width: 500px
}
.mainbd .home-heritage .container .pic img {
	width: 500px;
	height: 333px;
	object-fit: cover
}
.mainbd .home-heritage .container .content {
	position: absolute;
	background: #fff;
	height: 333px;
	left: 500px;
	top: 0;
	padding: 30px 30px 30px 60px;
	overflow-x: auto;
	font-family: "futura-pt"
}
.mainbd .home-heritage .container .content .title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700
}
.mainbd .home-heritage .container .content .title img {
	height: 80px;
	margin-bottom: 10px;
	width: auto
}
.mainbd .home-heritage .container .content .title:lang(zh-CN) {
	font-weight: 400
}
.mainbd .home-heritage .container .content .text {
	font-family: "Open sans";
	font-size: 16px;
	line-height: 1.5em
}
.mainbd .home-heritage .container .button {
	margin: 10px auto 0
}
.mainbd .home-video img {
	width: 100%;
	height: auto
}
.mainbd .home-news .container {
	padding: 3%0;
	font-family: "futura-pt"
}
.mainbd .home-news .container a {
	display: block
}
.mainbd .home-news .container a .news-img {
	width: 100%;
	height: 0;
	padding-top: 66.6%;
	overflow: hidden;
	position: relative
}
.mainbd .home-news .container a .news-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform .3s ease-in-out
}
.mainbd .home-news .container a:hover img {
	transform: scale(1.2, 1.2)
}
.mainbd .home-news .container .event-title, .mainbd .home-news .container .news-title {
	font-family: "Noto serif";
	font-size: 21px;
	color: #ab162b;
	margin-bottom: 15px
}
.mainbd .home-news .container .title {
	font-size: 18px
}
.mainbd .home-news .container .date {
	font-size: 14px
}
.mainbd .home-news .container .events ul li {
	padding-bottom: 10px;
	margin-left: 0
}
.mainbd .home-news .container .events ul li .calendar {
	padding: 5px 0;
	background: #ab162b;
	font-size: 24px;
	color: #fff;
	text-align: center
}
.mainbd .home-news .container .events ul li .calendar span, .news .list-item .calendar span {
	display: block;
	font-size: 14px;
	line-height: 1em
}
.mainbd .home-news .container .events ul li .title {
	font-family: "Open sans";
	font-size: 16px;
	line-height: 1.4em
}
.inner-body .entry a, .mainbd .home-news .container .events ul li .title span, .news .list-item .links ul li a span {
	color: #ab162b
}
.mainbd .home-news .container .button {
	margin: 30px auto 0
}
.mainbd .home-glance .container {
	padding: 3%0
}
.mainbd .home-glance .boxes .dark {
	background: #8f8f8f
}
.mainbd .home-glance .boxes .light {
	background: #bcc5c6
}
.mainbd .home-glance .boxes .blue {
	background: #a7212f
}
.mainbd .home-glance .boxes .box, .mainbd .home-glance .boxes .twobox {
	width: 16.6%;
	padding-top: 16.6%;
	position: relative;
	float: left;
	overflow: hidden
}
.mainbd .home-glance .boxes .twobox {
	width: 33.2%
}
.mainbd .home-glance .boxes .box, .mainbd .home-glance .boxes .twobox {
	border: .5px solid #fff;
	box-sizing: border-box
}
.mainbd .home-glance .boxes .bigtext, .mainbd .home-glance .boxes .icon, .mainbd .home-glance .boxes .smalltext {
	position: absolute;
	top: 0;
	left: 0
}
.mainbd .home-glance .boxes .icon {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px
}
.mainbd .home-glance .boxes .icon img {
	max-height: 45px;
	max-width: 45px;
	height: auto;
	width: auto
}
.mainbd .home-glance .boxes .oneline .bigtext {
	padding: 40px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff
}
.mainbd .home-glance .boxes .twoline .icon {
	top: 40px;
	left: 20px
}
.mainbd .home-glance .boxes .twoline .smalltext {
	top: 120px;
	padding: 0 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff
}
.mainbd .home-glance .boxes .threeline .icon {
	top: 20px;
	left: 20px
}
.mainbd .home-glance .boxes .threeline .bigtext {
	top: 75px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	line-height: 1.2em
}
.mainbd .home-glance .boxes .threeline .bigtext .small {
	top: 0;
	position: relative;
	font-size: 12px;
	font-weight: 700;
	color: #fff
}
.mainbd .home-glance .boxes .threeline .smalltext {
	top: 120px;
	padding: 0 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff
}
.mainbd .home-glance .boxes .pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.mainbd .home-glance .boxes .twobox.threeline .icon-2 {
	left: 110px
}
.mainbd .home-glance .boxes .twobox.threeline .icon-3 {
	left: 200px
}
.mainbd .home-glance .boxes .twobox.threeline .bigtext {
	line-height: 1.2em
}
.mainbd .home-glance .boxes .twobox.threeline .bigtext .smalltext {
	position: relative;
	top: 0;
	padding: 0;
	line-height: 1em;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	margin-left: 15px
}
.banner {
	position: relative;
	height: 30vh;
	min-height: 270px;
	max-height: 450px;
	overflow: hidden
}
.banner .banner-bg {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%
}
.banner .banner-bg img {
	height: 450px;
	width: 100%;
	position: absolute;
	object-fit: cover
}
.banner .container {
	height: 100%
}
.banner .container .title {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	color: #fff
}
.banner .container .title h1 {
	font-family: "noto serif";
	font-size: 60px;
	font-weight: 400
}
.page-icons {
	padding: 5% 3%
}
.page-icons h3 {
	font-size: 28px;
	color: #666
}
.page-icons .icon, .page-icons h3, .people-list {
	text-align: center
}
.page-icons img {
	height: 64px;
	width: 64px;
	object-fit: contain
}
.page-icons p {
	padding-top: 20px;
	font-family: "noto serif";
	font-size: 16px
}
.people-list {
	font-family: "noto serif"
}
.people-list .box50 {
	margin-top: 5%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
.people-list .list-item {
	padding: 5%;
	cursor: pointer
}
.people-list .thumbnail {
	padding: 5% 10%;
	margin: 0;
	border: 0
}
.people-list .thumbnail img {
	border-radius: 50%;
	width: 100%;
	height: auto
}
.people-list .name {
	font-size: 18px;
	font-weight: 700;
	color: #ab162b
}
.people-list .job {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0
}
.people-list .description {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left
}
.people-list .readmore {
	text-align: right;
	color: #ab162b
}
.people-list .button {
	margin: 3%auto
}
.people-list .popup-wrapper {
	position: fixed;
	display: none;
	z-index: 1000
}
.people-list .popup-wrapper .popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.6);
	z-index: 999
}
.people-list .popup-wrapper .popup {
	position: fixed;
	top: 20vh;
	left: 20vw;
	height: 60vh;
	width: 60vw;
	background: #fff;
	z-index: 1000
}
.people-list .popup-wrapper .popup .redbox {
	position: absolute;
	background: #e0bfc1;
	width: 15vw;
	height: 15vw;
	left: 30%;
	top: 0;
	z-index: 0
}
.people-list .popup-wrapper .popup .closebtn {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 15px;
	width: 15px;
	z-index: 1000
}
.people-list .popup-wrapper .popup .closebtn img {
	height: 15px;
	width: 15px
}
.people-list .popup-wrapper .popup .thumbnail {
	margin: 15% 5%;
	border-radius: 0;
	background: 0 0
}
.people-list .popup-wrapper .popup .thumbnail img {
	border-radius: 0
}
.people-list .popup-wrapper .popup .name {
	margin-top: 20%;
	text-align: left;
	font-size: 36px;
	line-height: 1.2em;
	color: #666
}
.people-list .popup-wrapper .popup .job {
	text-align: left;
	margin: 5%0
}
.people-list .popup-wrapper .popup .description {
	margin-right: 5%;
	height: 20vh;
	overflow-y: scroll
}
.inner-body .page-title {
	padding: 5%;
	border-bottom: solid 1px #ddd
}
.inner-body .bigpic {
	width: 100%;
	position: relative;
	margin: 0
}
.inner-body .bigpic img {
	width: 100%;
	height: auto
}
.inner-body .fixedtop {
	max-height: calc(100vh - 5vw);
	overflow-y: auto
}
.inner-body h2 {
	font-size: 28px
}
.inner-body .tags {
	margin-top: 30px
}
.inner-body .tags ul li {
	float: left;
	margin-right: 5px
}
.inner-body .tags ul li a {
	background: #fff;
	border: solid 1px #ab162b;
	border-radius: 2px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 300;
	color: #ab162b
}
.inner-body .tags.jobs {
	margin-top: 10px;
	margin-bottom: 30px
}
.inner-body .metadata {
	margin-top: 50px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 600;
	font-style: italic
}
.inner-body .metadata span {
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 30px
}
.inner-body .metadata .eventmeta {
	font-size: 18px;
	color: #ab162b;
	font-style: normal
}
.inner-body .metadata .related-news a span {
	display: inline;
	color: #ab162b;
	font-weight: 300
}
.category-content, .inner-body .single {
	padding: 5%
}
.inner-body .newstitle h2 {
	margin-top: 0
}
.inner-body .newsmeta {
	font-size: 12px;
	color: #7a7a7a;
	font-weight: 600;
	margin-bottom: 20px
}
.inner-body .related {
	background: #fff;
	padding: 20px
}
.inner-body .related span {
	color: #7a7a7a;
	font-size: 12px;
	font-weight: 300
}
.inner-body .related ul {
	margin-bottom: 0
}
.inner-body .related ul li {
	border-bottom: solid 1px #fff;
	padding: 10px 0
}
.inner-body .related ul li .attachment-thumbnail {
	width: 100%;
	height: 100%
}
.inner-body .related ul li .col-xs-8 {
	padding-left: 0
}
.inner-body .related ul li .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase
}
.inner-body .related ul li .tags {
	margin-top: 0
}
.inner-body .related ul li .tags ul li {
	border-bottom: none
}
.inner-body .related ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.inner-body .single-people .position {
	font-size: 18px;
	text-align: center;
	color: #666
}
.inner-body .single-people .thumbnail {
	width: 100%;
	padding-top: 125%;
	height: 0;
	display: inline-block;
	position: relative
}
.inner-body .single-people .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: left
}
.inner-body .entry {
	clear: both;
	font-size: 16px;
	line-height: 1.8em
}
.inner-body .entry blockquote, .inner-body .entry ol, .inner-body .entry p, .inner-body .entry ul {
	text-align: left;
	margin: 0 auto 30px
}
.inner-body .entry ol, .inner-body .entry ul {
	list-style: outside disc;
	margin-left: 1em
}
.inner-body .entry ol li, .inner-body .entry ul li {
	position: relative;
	left: 1em;
	list-style: circle;
	padding: 5px 0;
	margin: 0 0 0 30px
}
.inner-body .entry .withimg {
	width: auto;
	text-align: center
}
.inner-body .entry .withimg a+a {
	display: block;
	margin-top: 30px
}
.inner-body .entry h5 {
	font-size: 20px;
	margin: 30px 0 20px
}
.inner-body .entry h6 {
	font-size: 18px;
	margin: 20px 0;
	font-weight: 700
}
.inner-body .entry ol li {
	list-style: decimal
}
.inner-body .entry blockquote {
	border-left: 1px solid #ddd;
	font-style: italic;
	padding-left: 40px
}
.inner-body .entry blockquote ol, .inner-body .entry blockquote p, .inner-body .entry blockquote ul {
	width: auto
}
.inner-body .entry .wp-caption {
	max-width: 100%;
	text-align: center;
	font-size: 14px;
	color: #7a7a7a;
	margin-bottom: 10px
}
.inner-body .entry .wp-caption p {
	font-size: 14px;
	margin-bottom: 5px
}
.inner-body .entry .aligncenter {
	display: block;
	margin: 0 auto
}
.inner-body .entry .alignleft {
	float: left;
	margin-right: 20px
}
.inner-body .entry .alignright {
	float: right
}
.inner-body .entry .wp-caption-text {
	font-size: 16px;
	text-align: center
}
.inner-body .entry img {
	max-width: 100%;
	height: auto
}
.inner-body .entry .size-thumbnail {
	width: 300px
}
.inner-body .entry img.noborder {
	border: 0;
	padding: 0;
	margin: 0
}
.inner-body .entry img.alignleft, .inner-body .entry img.floatleft {
	float: left;
	margin: 5px 20px 5px 0
}
.inner-body .entry img.alignright, .inner-body .entry img.floatright {
	float: right;
	margin: 5px 0 5px 20px
}
.inner-body .entry .for-tags {
	font-size: 14px
}
.inner-body .entry .links {
	margin: 100px 0 50px
}
.inner-body .links {
	width: 100%;
	border-top: solid 1px #ddd;
	padding: 5%
}
.inner-body .links .next .meta, .inner-body .links .previous .meta {
	color: #ab162b;
	font-size: 12px
}
.inner-body .links .next img, .inner-body .links .previous img {
	vertical-align: baseline
}
.inner-body .links .next .title, .inner-body .links .previous .title {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase
}
.inner-body .links .previous {
	text-align: left
}
.inner-body .links .previous img {
	padding-right: 10px
}
.inner-body .links .next {
	text-align: right
}
.inner-body .links .next img {
	padding-left: 10px
}
.category-content .type {
	font-size: 12px;
	text-transform: uppercase
}
.category-content .tags {
	margin: 0 0 20px
}
.news-post {
	width: 100%;
	max-width: 1000px
}
.news {
	margin: 4%auto
}
.news, .news .et_builder_outer_content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
.news .list-item {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff
}
.news .list-item .thumbnail {
	border: 0;
	border-radius: 0;
	margin: 0;
	width: 100%;
	height: 0;
	padding: 66.6%0 0;
	position: relative
}
.news .list-item .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.news .list-item .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	color: #666;
	margin: 15px
}
.news .list-item .metadata {
	font-size: 14px;
	font-weight: 400;
	color: #7a7a7a;
	margin: 5px 0
}
.news .list-item .calendar {
	margin-top: 10px;
	padding: 10px 0;
	background: #ab162b;
	font-size: 24px;
	color: #fff;
	text-align: center
}
.news .list-item .subtitle {
	font-size: 12px;
	font-weight: 400;
	color: #7a7a7a;
	margin: 15px
}
.news .list-item .links {
	border-top: none;
	padding: 0;
	margin: 15px;
	width: auto
}
.news .list-item .links ul li {
	border-bottom: solid 1px #ddd
}
.news .list-item .links ul li a {
	font-size: 12px;
	font-weight: 400;
	padding: 5px
}
.news .list-item .links ul li:first-child a {
	padding-top: 0
}
.news .list-item .links ul li:last-child {
	border-bottom: none
}
.news .list-item .links ul li:last-child a {
	padding-bottom: 0
}
.photo-gallery .list-item {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	margin-top: 10px;
	margin-left: 5px
}
.photo-gallery .list-item .thumbnail {
	border-radius: 10px
}
.photo-gallery .list-item .thumbnail img {
	border-radius: 10px 10px 0 0
}
.modal-lg {
	width: 70vw
}
.modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
	background-color: transparent
}
.modal-header {
	padding-bottom: 0;
	border-bottom: none
}
.modal-header .close {
	color: #fff
}
video::-internal-media-controls-download-button {
display:none
}
video::-webkit-media-controls-enclosure {
overflow:hidden
}
video::-webkit-media-controls-panel {
width:calc(100% + 30px)
}
@media (max-width:1200px) {
.container {
	padding: 5px
}
.et-db #et-boc .et_builder_inner_content .et_pb_section .et_pb_row {
	padding: 10px
}
.header .desktop-menu .desktop-menu-wrapper li a {
	font-size: 12px;
	margin: 8px
}
.mainbd .home-glance .container {
	width: 100%;
	margin: 0
}
.mainbd .home-glance .boxes .icon {
	width: 22.5%;
	height: 22.5%;
	line-height: 22.5%
}
.mainbd .home-glance .boxes .icon img {
	max-height: 100%;
	max-width: 100%
}
.mainbd .home-glance .boxes .oneline .bigtext {
	padding: 35% 10%;
	font-size: 1.8vw
}
.mainbd .home-glance .boxes .twoline .icon {
	top: 20%;
	left: 10%
}
.mainbd .home-glance .boxes .twoline .smalltext {
	top: 60%;
	padding: 0 10%;
	font-size: 1vw
}
.mainbd .home-glance .boxes .threeline .icon {
	top: 10%;
	left: 10%
}
.mainbd .home-glance .boxes .threeline .bigtext {
	top: 37.5%;
	padding: 0 10%;
	font-size: 3vw
}
.mainbd .home-glance .boxes .threeline .bigtext .small {
	font-size: 1vw
}
.mainbd .home-glance .boxes .threeline .smalltext {
	top: 60%;
	padding: 0 10%;
	font-size: 1vw
}
.mainbd .home-glance .boxes .twobox.threeline .icon {
	left: 5%;
	width: 11.25%
}
.mainbd .home-glance .boxes .twobox.threeline .icon-2 {
	left: 27.5%
}
.mainbd .home-glance .boxes .twobox.threeline .icon-3 {
	left: 50%
}
.mainbd .home-glance .boxes .twobox.threeline .bigtext, .mainbd .home-glance .boxes .twobox.threeline .smalltext {
	padding: 0 5%
}
.mainbd .home-glance .boxes .twobox.threeline .bigtext .smalltext {
	font-size: 1vw;
	margin-left: 2%;
	padding: 0 5%
}
}
@media (max-width:992px) {
.mainbd .home-academic .container a .text {
	padding: 10px;
	line-height: 1.5em;
	font-size: 18px
}
h2 {
	font-size: 20px
}
.header .logo {
	width: 180px;
	height: 140px
}
.header .logo img {
	top: 5px;
	width: 120px
}
.header .desktop-menu .desktop-menu-wrapper li a {
	font-size: 9px;
	margin: 10px 5px
}
.inner-body .banner .container .title h1 {
	font-size: 35px
}
.button, .mainbd .entry, .mainbd .home-academic .container .title small {
	font-size: 14px
}
#carousel-generic .carousel-inner .carousel-caption {
	font-size: 30px
}
.mainbd .home-countdown .container .slogan .slogan-text {
	font-size: 34px
}
.mainbd .home-countdown .container .slogan .slogan-text:lang(zh-CN) {
	font-size: 34px
}
.mainbd .home-countdown .container .slogan p {
	width: auto;
	font-size: 16px
}
.mainbd .home-academic .container {
	padding: 20px
}
.mainbd .home-academic .container .title {
	font-size: 18px;
	line-height: 1.2em
}
#carousel-heritage .carousel-inner .item {
	height: auto
}
.mainbd .home-heritage .container .content {
	width: 100%;
	position: relative;
	height: auto;
	left: auto;
	top: auto;
	padding: 20px;
	background: 0 0
}
.mainbd .home-heritage .container .content .text {
	font-size: 14px
}
#carousel-heritage .carousel-control.left {
	right: 50px;
	top: 20px
}
#carousel-heritage .carousel-control.right {
	right: 20px;
	top: 20px
}
.mainbd .home-news .container {
	padding: 3%;
	width: 100%;
	margin: 0
}
.mainbd .home-news .container .col-sm-3 {
	padding-right: 0
}
.mainbd .home-news .container .event-title, .mainbd .home-news .container .news-title {
	font-size: 14px
}
.mainbd .home-news .container .title {
	font-size: 16px;
	line-height: 1.4em
}
.mainbd .home-news .container .events ul li .title {
	font-size: 14px;
	line-height: 1.4em
}
.footer .logo {
	width: 100px
}
.footer .text {
	font-size: 12px
}
.footer .linkicon {
	height: 30px
}
}
@media (max-width:768px) {
.container {
	margin: 0 10px
}
.button {
	font-size: 14px
}
h2 {
	font-size: 20px
}
.header .logo {
	width: 120px;
	height: 90px
}
.header .logo img {
	top: 5px;
	left: 20px;
	width: 80px
}
#carousel-example-generic .scroll-down, #carousel-generic .scroll-down, .header .desktop-menu, .header .topnav {
	display: none
}
.header .mobile-menu {
	display: block
}
.header.down {
	background: #fff;
	height: 60px
}
.inner-body .banner .container .title h1 {
	font-size: 35px
}
.mainbd .entry, .mainbd .home-academic .container .title small {
	font-size: 14px
}
#carousel-example-generic .carousel-inner .item, #carousel-generic .carousel-inner .item {
	height: 35vh
}
#carousel-generic .carousel-inner .carousel-caption {
	font-size: 24px;
	font-weight: 500;
	bottom: 10px;
	width: auto
}
.mainbd .home-countdown .container .countdown .title {
	font-size: 20px;
	padding: 20px 0
}
.mainbd .home-countdown .container .countdown ul li {
	width: 45px;
	height: 45px;
	font-size: 24px;
	padding-top: 0
}
.mainbd .home-countdown .container .countdown ul li span {
	font-size: 10px;
	line-height: 10px
}
.mainbd .home-countdown .container .slogan .slogan-text {
	font-size: 20px
}
.mainbd .home-countdown .container .slogan .slogan-text:lang(zh-CN) {
	font-size: 20px
}
.mainbd .home-countdown .container .slogan p {
	width: auto;
	font-size: 12px
}
.mainbd .home-academic .container {
	padding: 20px
}
.mainbd .home-academic .container a .text {
	padding: 10px;
	line-height: 1.5em;
	font-size: 18px
}
.mainbd .home-academic .container .title {
	font-size: 18px;
	line-height: 1.2em
}
#carousel-heritage .carousel-inner .item {
	height: auto
}
.mainbd .home-heritage .container .content {
	width: 100%;
	position: relative;
	height: auto;
	left: auto;
	top: auto;
	padding: 20px;
	background: 0 0
}
.mainbd .home-heritage .container .content .text {
	font-size: 14px
}
.mainbd .home-heritage .container .pic {
	width: 100%;
	margin-left: 0
}
#carousel-heritage .carousel-control.left {
	right: 50px;
	top: 20px
}
#carousel-heritage .carousel-control.right {
	right: 20px;
	top: 20px
}
.mainbd .home-news .container .col-sm-3 {
	padding-right: 15px
}
.mainbd .home-news .container .event-title, .mainbd .home-news .container .news-title {
	font-size: 14px
}
.mainbd .home-news .container a .news-img {
	display: none
}
.mainbd .home-news .container .text {
	border-bottom: solid 1px #ddd;
	padding: 10px 0
}
.mainbd .home-glance .boxes .box {
	width: 33.2%;
	padding-top: 33.2%
}
.mainbd .home-glance .boxes .twobox {
	width: 66.4%;
	padding-top: 33.2%
}
.mainbd .home-glance .boxes .oneline .bigtext {
	font-size: 4vw
}
.mainbd .home-glance .boxes .threeline .bigtext .small, .mainbd .home-glance .boxes .twoline .smalltext {
	font-size: 2.4vw
}
.mainbd .home-glance .boxes .threeline .bigtext {
	font-size: 6vw
}
.mainbd .home-glance .boxes .threeline .smalltext {
	font-size: 2.4vw
}
.mainbd .home-glance .boxes .twobox.threeline .bigtext .smalltext {
	font-size: 2.2vw
}
.people-list .popup-wrapper .popup {
	top: 5vh;
	left: 5vw;
	width: 90vw;
	height: 90vh
}
.people-list .popup-wrapper .popup .thumbnail {
	margin: 5% 20%
}
.people-list .popup-wrapper .popup .description, .people-list .popup-wrapper .popup .job, .people-list .popup-wrapper .popup .name {
	margin: 5%
}
.people-list .popup-wrapper .popup .description {
	height: 40vh
}
.footer .logo {
	width: 160px
}
.footer .logot {
	width: 110px
}
.footer .text {
	font-size: 12px
}
.footer .col-sm-3 {
	text-align: center
}
.footer .col-sm-4, .footer col-sm-5 {
	margin-top: 20px
}
.footer .linkicon {
	height: 30px
}
.footer .wechat {
	display: none
}
}
@media (max-width:500px) {
.for-desktop {
	display: none
}
.for-mobile {
	display: block
}
body {
	margin: 0
}
.header {
	height: 60px;
	box-shadow: 0 0 10px
}
.header .logo {
	width: 160px;
	background: 0 0
}
.header .logo img {
	top: 5px;
	height: auto;
	width: 100%
}
.header .logo, .header.down .logo {
	transform: none
}
#carousel-generic {
	margin-top: 60px
}
.header, .mainbd .home-countdown {
	background: #fff
}
.mainbd .home-countdown .container .countdown ul li {
	margin-left: 20px
}
.mainbd .home-academic .container a .text {
	padding: 10px;
	line-height: 1.5em;
	font-size: 14px
}
.home-worklist .list-item, .jobs .list-item, .news .list-item, .works .list-item {
	width: 100%
}
.footer .contact-us, .footer .wechat {
	font-size: 10px
}
}
