/* Secondary pages css */


/**********
 * 1.about(院情总览)
 * 2.about(学院概况)
 * 3.leadership(学院领导)
 * 4.news(新闻详情)
 * 5.faculty(合作交流)
 * 6.academics(教育教学)
 * 7.global(全球合作)
 * 8.recruitment(人才招聘)
 * 9.talkSeries(学术交流)
 * 10.contact(院情总览)
 * 11.faculty(科研队伍)
 * 12.research(科学研究)
 * 13.studentLife(校园生活)
 * 14.leadership(学院领导详情)
 * 15.news(新闻)
 * 16.hangzhou(杭州)
**********/


/* directory */


/*************
**************/

.sec-banner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sec-banner-box img.imgbg {
	display: block;
	width: 100%;
}

.sec-banner-box .banner_title {
	position: absolute;
	left: calc((100% - 1400px) / 2);
	top: 58%;
	height: 238px;
	padding: 60px 50px;
	margin-top: -119px;
	background: url(../img/image/about/banner_title_bg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-right: solid 8px #003f88;
}

.sec-banner-box .banner_title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	width: 395px;
	height: 118px;
	line-height: 118px;
	font-size: 38px;
	text-align: center;
	text-transform: capitalize;
    font-weight: 600;
}

.sec-banner-box .banner_title h1:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 118px;
	background: url(../img/image/about/banner_before.png) no-repeat left top;
	background-size: 100%;
}

.sec-banner-box .banner_title h1:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 52px;
	height: 68px;
	background: url(../img/image/about/banner_after.png) no-repeat left top;
	background-size: 100%;
}


/* about(院情总览) */

.dean-welcome {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.dean-welcome .content {
	width: 1400px;
	margin: 0 auto;
}

.dean-welcome .deanbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dean-welcome .deanbox h2 {
	font-family: "times new roman";
	font-size: 40px;
	font-weight: 600;
	color: #333;
	font-style: italic;
}

.dean-welcome .deanbox p {
	font-family: "RobotoCondensed";
	width: 605px;
	font-size: 19px;
	line-height: 32px;
	color: #333;
}

.dean-welcome .deanbox a.read_more {
	font-family: "Alternate";
	padding: 18px 30px;
	color: #fff;
	border-radius: 10px;
	font-size: 24px;
	background-color: #003F88;
	overflow: hidden;
}

.hospital-situation {
	width: 100%;
	background: url(../img/image/about/about_bg.png) no-repeat center bottom;
	background-color: #efebea;
}

.hospital-situation .first {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.hospital-situation .first .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.hospital-situation .first .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.hospital-situation .first .ftimg {
	float: left;
	width: 765px;
}

.hospital-situation .first .ftimg img {
	display: block;
	width: 100%;
}

.hospital-situation .first .fttext {
	position: absolute;
	right: 0;
	top: 160px;
	float: left;
	width: 686px;
	height: 410px;
}

.hospital-situation .first .fttext .fixbg {
	position: relative;
}

.hospital-situation .first .fttext .fixbg:after {
	content: '';
	display: block;
	position: absolute;
	width: 656px;
	height: 100%;
	right: -20px;
	top: 20px;
	background-color: #003f88;
	z-index: 0;
}

.hospital-situation .first .fttext .fixbg .text {
	position: relative;
	width: 100%;
	height: auto;
	padding: 42px;
	background: url(../img/image/about/about_profile_bg.png) no-repeat right top;
	background-color: #fff;
	z-index: 1;
}

.hospital-situation .first .fttext .fixbg h2 {
	font-family: "RobotoCondensedBold";
	font-size: 36px;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 30px;
}

.hospital-situation .first .fttext .fixbg p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 40px;
	color: #666666;
	margin-bottom: 35px;
}

.hospital-situation .first .fttext .fixbg a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #003F88;
}

.hospital-situation .first .fttext .fixbg a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.hospital-situation .first .fttext .fixbg a.enter-more span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #003F88;
}

.hospital-situation .second {
	width: 100%;
	min-height: 600px;
	padding: 60px 0;
	background: url(../img/image/about/about_history_bg.png) no-repeat center;
	background-size: cover;
}

.hospital-situation .second .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
}

.hospital-situation .second .historybox {
	width: 1400px;
	margin: 0 auto;
}

.hospital-situation .historybox .swiper-history {
	padding-bottom: 240px;
}

.hospital-situation .historybox .swiper-history .imgs {
	margin-bottom: 30px;
}

.hospital-situation .historybox .swiper-history .imgs img {
	display: block;
	width: 100%;
}

.hospital-situation .historybox .swiper-history .swiper-slide .time {
	font-family: "Alternate";
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.hospital-situation .historybox .swiper-history .fixed-line {
	position: relative;
	width: 24px;
	height: 58px;
	margin: 30px auto 0;
	border-top: solid 2px #fff;
}

.hospital-situation .historybox .swiper-history .fixed-line:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 60px;
	background-color: #fff;
}

.hospital-situation .historybox .swiper-history .swiper-line {
	position: relative;
	width: 1220px;
	margin: 6px auto;
	height: 1px;
	background-color: #fff;
}

.hospital-situation .historybox .swiper-history .swiper-line:before {
	content: '';
	display: block;
	position: absolute;
	left: -13px;
	top: -6px;
	width: 13px;
	height: 13px;
	border: solid 1px #fff;
	border-radius: 7px;
}

.hospital-situation .historybox .swiper-history .swiper-line:after {
	content: '';
	display: block;
	position: absolute;
	right: -13px;
	top: -6px;
	width: 13px;
	height: 13px;
	border: solid 1px #fff;
	border-radius: 7px;
}

.hospital-situation .historybox .swiper-history .swiper-slide .introduce {
	display: none;
}

.hospital-situation .historybox .swiper-history .swiper-slide-active .time {
	color: #003f88;
}

.hospital-situation .historybox .swiper-history .swiper-slide-active .fixed-line {
	border-top: solid 2px #003f88;
}

.hospital-situation .historybox .swiper-history .swiper-slide-active .fixed-line:before {
	background-color: #003f88;
	height: 82px;
}

.hospital-situation .historybox .swiper-history .swiper-slide-active .introduce {
	display: block;
	position: absolute;
	bottom: -230px;
	left: 0;
	font-family: "RobotoCondensed";
	width: 1400px;
	height: auto;
	min-height: 180px;
	padding: 30px;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	box-shadow: 6px 2px 10px rgb(0 0 0 / 20%);
	background-color: #a09898;
}

.hospital-situation .historybox .swiper-history .swiper-history-next {
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	bottom: auto;
	width: 40px;
	height: 40px;
	background: url(../img/icon/team-next.png) no-repeat left top;
}

.hospital-situation .historybox .swiper-history .swiper-history-prev {
	position: absolute;
	right: auto;
	left: 0;
	top: 50%;
	bottom: auto;
	width: 40px;
	height: 40px;
	background: url(../img/icon/team-prev.png) no-repeat left top;
}

.hospital-situation .historybox .swiper-history .swiper-history-next:after,
.hospital-situation .historybox .swiper-history .swiper-history-prev:after {
	content: '';
	display: none;
}

.hospital-situation .thred {
	width: 100%;
	padding-top: 60px;
}

.hospital-situation .thred .content {
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.hospital-situation .thred .items {
	position: relative;
	width: 680px;
}

.hospital-situation .thred .items img {
	display: block;
	width: 100%;
}

.hospital-situation .thred .items span {
	font-family: "RobotoCondensedBold";
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	padding: 40px;
}

.hospital-situation .four {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 60px;
}

.hospital-situation .four .content {
	width: 1400px;
	margin: 0 auto;
}

.hospital-situation .four h2.title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.hospital-situation .four .swiper-Facts {
	position: relative;
	width: 100%;
}

.hospital-situation .four .swiper-Facts .swiper-slide {
	position: relative;
}

.hospital-situation .four .swiper-Facts .swiper-slide .items {
	float: left;
	width: 33.3%;
	margin-bottom: 45px;
}

.hospital-situation .four .swiper-Facts .swiper-slide .items h3 {
	font-family: "RobotoCondensedBold";
	font-size: 56px;
	text-align: center;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 20px;
}

.hospital-situation .four .swiper-Facts .swiper-slide .items h5 {
	font-family: "RobotoCondensedBold";
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	color: #333;
}

.hospital-situation .four .swiper-Facts .swiper-slide:after {
	content: '';
	display: block;
	clear: both;
}

.hospital-situation .swiper-Facts .swiper-pagination-bullet {
	width: 80px;
	border-radius: 4px;
	margin: 0 20px;
}

.hospital-situation .five {
	width: 100%;
	padding-bottom: 60px;
}

.hospital-situation .five .content {
	width: 1400px;
	margin: 0 auto;
}

.hospital-situation .five .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.hospital-situation .five .exploreBox {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.hospital-situation .five .exploreBox .list {
	position: relative;
	width: 680px;
	height: 300px;
	padding: 60px 50px;
	background: url(../img/image/about/about_block_bg_3.png) center no-repeat;
}

.hospital-situation .five .exploreBox .list h3 {
	font-family: "RobotoCondensedBold";
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}

.hospital-situation .five .exploreBox .list a.view {
	position: absolute;
	left: 60px;
	bottom: 50px;
}

.hospital-situation .five .exploreBox .list a.view span {
	float: left;
	font-family: "Alternate";
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-right: 5px;
	text-transform: capitalize;
}

.hospital-situation .five .exploreBox .list a.view img {
	float: left;
	display: block;
	width: 15px;
	height: 24px;
}


/*about(学院概况)*/

.school-profile {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background-color: #efebea;
}

.school-profile .content {
	width: 1400px;
	margin: 0 auto;
	padding-left: 360px;
	background: url(../img/logo-bg.png) no-repeat left 150px;
}

.school-profile .content p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 30px;
}


/*leadership(学院领导)*/

.school-leadership {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.school-leadership .content {
	width: 1400px;
	margin: 0 auto;
}

.school-leadership .content ul.mentor-ul {
	position: relative;
	width: 100%;
}

.school-leadership .content ul.mentor-ul li {
	float: left;
	width: 680px;
	margin-right: 20px;
	margin-bottom: 40px;
	background-color: #fff;
	border-bottom: solid 6px #003f88;
}

.school-leadership .content ul.mentor-ul li:nth-child(2n) {
	margin-right: 0;
	margin-left: 20px;
}

.school-leadership .content ul.mentor-ul li .imgs {
	float: left;
	width: 240px;
}

.school-leadership .content ul.mentor-ul li .imgs img {
	display: block;
	width: 100%;
}

.school-leadership .content ul.mentor-ul li .texts {
	float: left;
	width: calc(100% - 240px);
	padding: 30px;
	background: url(../img/image/team/team-bg.png) no-repeat right top;
	background-color: #fff;
}

.school-leadership .content ul.mentor-ul li .texts .top {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #efefef;
}

.school-leadership .content ul.mentor-ul li .texts .top h1 {
	font-family: "RobotoCondensedBold";
	font-size: 28px;
	color: #003f88;
	font-weight: 600;
}

.school-leadership .content ul.mentor-ul li .texts .top h3 {
	font-family: "RobotoCondensedBold";
	font-size: 19px;
	color: #333;
	font-weight: 600;
	margin: 25px 0 20px;
}

.school-leadership .content ul.mentor-ul li .texts .bottom {
	padding-top: 20px;
}

.school-leadership .content ul.mentor-ul li .texts .bottom p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 10px;
}

.school-leadership .content ul.mentor-ul:after {
	content: '';
	display: block;
	clear: both;
}


/* news(新闻详情) */

.newsDetails-content-box {
	width: 100%;
	background-color: #f5f5f5;
}

.newsDetails-content-box .content-box {
	width: 100%;
}

.newsDetails-content-box .content-box .details .top-infos {
	width: 100%;
	padding: 0 0;
}

.newsDetails-content-box .details .content {
	width: 1400px;
	margin: 0 auto;
	padding-top: 40px;
}

.newsDetails-content-box .details .content>.ft {
	position: relative;
	float: left;
	width: 960px;
	padding-right: 100px;
}

.newsDetails-content-box .details .top-infos .ft {
	float: left;
	width: 100%;
}

.newsDetails-content-box .details .top-infos .ft h1 {
	font-family: "RobotoCondensedBold";
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	overflow: hidden;
}

.newsDetails-content-box .details .top-infos .ft h3 {
	font-size: 14px;
	color: #cccccc;
	font-weight: normal;
}

.newsDetails-content-box .details .top-infos .ft h3 span {
	color: #787878;
	line-height: 24px;
}

.newsDetails-content-box .details .top-infos .rt {
	position: relative;
	float: right;
	padding-left: 30px;
	padding-top: 20px;
}

.newsDetails-content-box .details .top-infos .rt:before {
	content: '';
	position: absolute;
	left: 0;
	top
}

.newsDetails-content-box .details .top-infos .rt h3 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 15px;
}

.newsDetails-content-box .details .top-infos .rt span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #cccccc;
}

.newsDetails-content-box .details .bottom-details {
	width: 100%;
	padding: 40px 0 0;
}

.newsDetails-content-box .details .bottom-details .contain {
	width: 1400px;
	margin: 0 auto;
}

.newsDetails-content-box .details .bottom-details p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 30px;
	color: #454545;
	margin-bottom: 40px;
	text-align: justify;
}

.newsDetails-content-box .details .bottom-details p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.newsDetails-content-box .details .content>.rt {
	float: right;
	width: 400px;
}

.newsDetails-content-box .details .latest-news {
	width: 100%;
}

.newsDetails-content-box .details .latest-news h1.title {
	font-family: "RobotoCondensedBold";
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #333;
	padding: 15px 0;
	margin-bottom: 15px;
	background-color: #e2e2e2;
	text-transform: capitalize;
}

.newsDetails-content-box .details .latest-news ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e0e0e0;
}

.newsDetails-content-box .details .latest-news ul li .calendar {
	float: left;
	width: 66px;
	padding: 8px 10px;
	font-family: "Alternate";
	text-align: right;
	border: solid 1px #003F88;
}

.newsDetails-content-box .details .latest-news ul li .calendar h2,
.newsDetails-content-box .details .latest-news ul li .calendar h5 {
	color: #003F88;
}

.newsDetails-content-box .details .latest-news ul li .news_list {
	font-family: "RobotoCondensedBold";
	float: left;
	width: calc(100% - 66px);
	font-size: 17px;
	line-height: 28px;
	padding: 5px 0 5px 20px;
	color: #333;
}

.newsDetails-content-box .details .latest-news ul li .news_list a {
	color: #333;
}


/*分享*/

.news_share {
	position: absolute;
	right: 20px;
	top: 0;
}

.gb_resLay {
	width: 60px;
	margin: 0 auto;
}

.gb_res_t {
	font-family: "Alternate";
	line-height: 32px;
	height: 32px;
	position: relative;
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

.gb_resItms {
	position: relative;
	margin: 0px 4%;
}

.gb_resItms li {
	width: 60px;
	padding-bottom: 15px;
}

.gb_resItms:after {
	content: '';
	display: block;
	clear: both;
}

.gb_resA img {
	height: auto;
	width: 60px;
	margin-bottom: 10px;
}

.bdsharebuttonbox a {
	width: 60px!important;
	height: 60px!important;
	margin: 0 auto 10px!important;
	float: none!important;
	padding: 0!important;
	display: block;
}

.bdsharebuttonbox a img {
	width: 60px;
	height: 60px;
}

.bdsharebuttonbox .bds_tsina {
	background: url(../img/image/share/gbRes_6.png) no-repeat left top;
	background-position: 0 0 !important;
}

.bdsharebuttonbox .bds_qzone {
	background: url(../img/image/share/gbRes_4.png) no-repeat left top;
	background-position: 0 0 !important;
}

.bdsharebuttonbox .bds_weixin {
	background: url(../img/image/share/gbRes_2.png) no-repeat left top;
	background-position: 0 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
	position: relative;
	top: -12px;
}


/*faculty(合作交流)*/

.develop-content-box {
	position: relative;
	width: 100%;
}

.develop-content-box .content-box {
	width: 100%;
}

.develop-content-box .content-box .first {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.develop-content-box .first .content {
	width: 1400px;
	margin: 0 auto;
}

.develop-content-box .first .content .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.develop-content-box .first .Famous-alumni {
	width: 100%;
	background-color: #fff;
}

.develop-content-box .first .Famous-alumni .ft-block {
	float: left;
	width: 566px;
	height: auto;
	padding: 30px;
	background: url(../img/image/cooperation/develop-people-bg.png) no-repeat center;
	background-size: cover;
}

.develop-content-box .first .Famous-alumni .ft-block .items {
	display: none;
}

.develop-content-box .first .Famous-alumni .ft-block .cur-items {
	display: block;
}

.develop-content-box .first .Famous-alumni .ft-block .top {
	width: 100%;
}

.develop-content-box .first .Famous-alumni .ft-block .top .img {
	float: left;
	width: 230px;
	margin-right: 30px;
}

.develop-content-box .first .Famous-alumni .ft-block .top h2 {
	font-family: "RobotoCondensedBold";
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.develop-content-box .first .Famous-alumni .ft-block .top p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.develop-content-box .first .Famous-alumni .rt-block {
	position: relative;
	float: left;
	width: calc(100% - 566px);
	height: auto;
	padding: 30px;
	background: url(../img/image/develop-bg.png) no-repeat right bottom;
}

.develop-content-box .first .Famous-alumni .rt-block .alumniName {
	font-family: "RobotoCondensedBold";
	float: left;
	width: 23.5%;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 45px;
	font-size: 26px;
	font-weight: 600;
	color: #333;
	padding: 20px 0;
	cursor: pointer;
}

.develop-content-box .first .Famous-alumni .rt-block .cur {
	color: #fff;
	background-color: #003f88;
}

.develop-content-box .first .Famous-alumni .rt-block .alumniName:nth-child(4n) {
	margin-right: 0;
}

.develop-content-box .first .Famous-alumni .rt-block:after {
	content: '';
	display: block;
	clear: both;
}

.develop-content-box .second {
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.develop-content-box .second .content {
	width: 1400px;
	margin: 0 auto;
}

.develop-content-box .second .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.develop-content-box .second ul.faculty-ul {
	position: relative;
}

.develop-content-box .second ul.faculty-ul li {
	display: flex;
	align-items: center;
	float: left;
	width: 440px;
	height: 125px;
	text-align: center;
	background-color: #fff;
	margin-right: 40px;
	margin-bottom: 30px;
	border-bottom: solid 8px #003f88;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.develop-content-box .second ul.faculty-ul li a {
	font-family: "RobotoCondensedBold";
	display: block;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #003f88;
	padding: 0 30px;
}

.develop-content-box .second ul.faculty-ul:after {
	content: '';
	display: block;
	clear: both;
}

.develop-content-box .second ul.faculty-ul li:nth-child(3n) {
	margin-right: 0;
}

.develop-content-box .second .view-block {
	margin-top: 40px;
}

.develop-content-box .second .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.develop-content-box .second .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.develop-content-box .second .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}

.develop-content-box .thred {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.develop-content-box .thred .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.develop-content-box .thred .ftimg {
	float: left;
	width: 730px;
}

.develop-content-box .thred .ftimg img {
	display: block;
	width: 100%;
}

.develop-content-box .thred .rttext {
	position: absolute;
	right: 0;
	top: 60px;
	width: 700px;
	padding: 50px;
	border-right: solid 10px #fff;
	background: url(../img/image/cooperation/faculty_recruitment_bg.png) no-repeat right top;
	background-color: #003f88;
}

.develop-content-box .thred .rttext h2 {
	font-family: "RobotoCondensedBold";
	font-size: 48px;
	margin-bottom: 40px;
	color: #fff;
}

.develop-content-box .thred .rttext p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 40px;
}

.develop-content-box .thred .rttext a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #fff;
}

.develop-content-box .thred .rttext a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.develop-content-box .thred .rttext a.enter-more span {
	font-family: "Alternate";
	text-transform: uppercase;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
}


/*academics(教育教学)*/

.education-teaching {
	position: relative;
	width: 100%;
}

.education-teaching .facts {
	width: 100%;
	padding: 60px 0 0;
	background-color: #efebea;
}

.education-teaching .facts .content {
	width: 1400px;
	margin: 0 auto;
}

.education-teaching .facts .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.education-teaching .facts .factbox {
	width: 100%;
	display: flex;
	padding-bottom: 30px;
	justify-content: space-around;
	border-bottom: solid 2px #dbd9d9;
}

.education-teaching .facts .factbox .item {
	width: 25%;
}

.education-teaching .facts .factbox .item h3 {
	font-family: "RobotoCondensedBold";
	font-size: 72px;
	color: #003f88;
	font-weight: 600;
	text-align: center;
}

.education-teaching .facts .factbox .item h5 {
	font-family: "Alternate";
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.education-teaching .programs {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #efebea;
}

.education-teaching .programs .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.education-teaching .programs .content {
	width: 1400px;
	margin: 0 auto;
}

.education-teaching .programs .item {
	position: relative;
}

.education-teaching .programs .item .ftimg {
	float: left;
	width: 700px;
}

.education-teaching .programs .item .ftimg img {
	display: block;
	width: 100%;
}

.education-teaching .programs .item .fixedText {
	float: left;
	width: 700px;
	padding: 25px 50px 0 0;
}

.education-teaching .programs .item .fixedText h2 {
	font-family: "RobotoCondensedBold";
	font-size: 36px;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 30px;
}

.education-teaching .programs .item .fixedText p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 35px;
}

.education-teaching .programs .item .fixedText a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #003f88;
}

.education-teaching .programs .item .fixedText a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.education-teaching .programs .item .fixedText a.enter-more span {
	font-family: "Alternate";
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #003f88;
	text-transform: uppercase;
}

.education-teaching .programs .item:nth-child(2n) .fixedText {
	float: right;
	padding: 50px 0 0 50px;
}

.education-teaching .admission {
	width: 100%;
	padding: 60px 0;
	background: url(../img/image/education/academics_admission_bg.png) no-repeat center;
	background-size: cover;
}

.education-teaching .admission .content {
	width: 1400px;
	margin: 0 auto;
}

.education-teaching .admission h2.title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 60px;
}

.education-teaching .admission p {
	font-family: "RobotoCondensed";
	width: 650px;
	height: auto;
	font-size: 17px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 50px;
}

.education-teaching .admission a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #fff;
}

.education-teaching .admission a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.education-teaching .admission a.enter-more span {
	font-family: "Alternate";
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
}

.education-teaching .quickLinks {
	width: 100%;
	padding: 60px 0 60px;
	background-color: #efebea;
}

.education-teaching .quickLinks .content {
	width: 1400px;
	margin: 0 auto;
}

.education-teaching .quickLinks .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.education-teaching .quickLinks .linksbox {
	position: relative;
	width: 100%;
}

.education-teaching .quickLinks .linksbox:after {
	content: '';
	display: block;
	clear: both;
}

.education-teaching .quickLinks .linksbox .item {
	position: relative;
	float: left;
	width: 680px;
	margin-left: 0;
	margin-right: 20px;
	padding: 15px;
	margin-top: 40px;
	background-color: #fff;
}

.education-teaching .quickLinks .linksbox .item:nth-child(2n) {
	margin-left: 20px;
	margin-right: 0;
}

.education-teaching .quickLinks .linksbox .item .imgs {
	width: 380px;
}

.education-teaching .quickLinks .linksbox .item .imgs img {
	display: block;
	width: 100%;
}

.education-teaching .quickLinks .linksbox .item h2 {
	font-family: "RobotoCondensedBold";
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 32px;
	font-weight: 600;
	text-align: right;
	color: #003F88;
}

.education-teaching .quickLinks .linksbox .item a.view-more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
}

.education-teaching .quickLinks .linksbox .item a.view-more img {
	display: block;
	width: 100%;
}

.education-teaching .exchange {
	width: 100%;
	padding: 60px 0 60px;
	background-color: #fff;
}

.education-teaching .exchange .content {
	width: 1400px;
	margin: 0 auto;
}

.education-teaching .exchange .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.education-teaching .exchange .exchangebox {
	position: relative;
}

.education-teaching .exchange .exchangebox .items {
	position: relative;
	float: left;
	width: 440px;
	height: 200px;
	padding: 20px 30px;
	margin-right: 40px;
	margin-top: 30px;
	background: url(../img/image/education/academics_exchange_bg.png) no-repeat center bottom;
	background-color: #fff;
	border-bottom: solid 8px #003f88;
	box-shadow: 3px 9px 12px rgba(0, 0, 0, .2);
}

.education-teaching .exchange .exchangebox .items:nth-child(3n) {
	margin-right: 0;
}

.education-teaching .exchange .exchangebox .items h3 {
	font-family: "RobotoCondensedBold";
	font-size: 20px;
	line-height: 36px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.education-teaching .exchange .exchangebox .items h3 a {
	color: #333333;
}

.education-teaching .exchange .exchangebox .items h3:hover a {
	color: #003f88;
}

.education-teaching .exchange .exchangebox .items p {
	font-family: "RobotoCondensed";
	width: 280px;
	font-size: 15px;
	line-height: 28px;
	color: #666666;
}

.education-teaching .exchange .exchangebox .items .calendar {
	position: absolute;
	right: 15px;
	bottom: 20px;
}

.education-teaching .exchange .exchangebox .items .calendar h2 {
	font-family: "RobotoCondensedBold";
	font-size: 48px;
	width: 50px;
	text-align: center;
	color: #003f88;
	font-weight: 600;
}

.education-teaching .exchange .exchangebox .items .calendar h5 {
	font-family: "Alternate";
	font-size: 16px;
	width: 50px;
	text-align: center;
	color: #003f88;
	font-weight: 600;
}

.education-teaching .exchange .view-block {
	margin-top: 40px;
}

.education-teaching .exchange .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.education-teaching .exchange .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.education-teaching .exchange .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}

.education-teaching .exchange .exchangebox:after {
	content: '';
	display: block;
	clear: both;
}

.education-teaching .academicCalendar {
	width: 100%;
	padding: 60px 0;
	background: url(../img/image/education/academics_calendar_bg.png) no-repeat center;
	background-size: cover;
}

.education-teaching .academicCalendar .content {
	width: 1400px;
	margin: 0 auto;
}

.education-teaching .academicCalendar h2.title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 60px;
}

.education-teaching .academicCalendar p {
	font-family: "RobotoCondensed";
	width: 650px;
	height: auto;
	font-size: 17px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 50px;
}

.education-teaching .academicCalendar a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #fff;
}

.education-teaching .academicCalendar a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.education-teaching .academicCalendar a.enter-more span {
	font-family: "Alternate";
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
}


/*global(全球合作)*/

.global-cooperation {
	position: relative;
	width: 100%;
}

.global-cooperation .networkBox {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.global-cooperation .networkBox .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation .networkBox .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.global-cooperation .networkBox .division {
	position: relative;
	width: 100%;
}

.global-cooperation .networkBox .division .reproduction {
	width: 100%;
}

.global-cooperation .networkBox .division .reproduction img {
	display: block;
	width: 100%;
}

.global-cooperation .networkBox .division .area {
	position: absolute;
	cursor: pointer;
}

.global-cooperation .networkBox .division .area img {
	display: block;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.global-cooperation .networkBox .division .North-America {
	left: 0;
	top: 0;
}

.global-cooperation .networkBox .division .European {
	left: 654px;
	top: 34px;
	z-index: 2;
}

.global-cooperation .networkBox .division .Asia {
	right: 0;
	top: 22px;
	z-index: 1;
}

.global-cooperation .networkBox .division .South-America {
	left: 269px;
	bottom: 0;
}

.global-cooperation .networkBox .division .Africa {
	left: 584px;
	bottom: 102px;
	z-index: 2;
}

.global-cooperation .networkBox .division .Oceania {
	right: 37px;
	bottom: 44px;
}

.global-cooperation .networkBox .division .area:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 1;
}

.global-cooperation .networkBox .division .cur_opacity img {
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 1;
}

.cooperation_unit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
}

.cooperation_unit .items {
	display: none;
}

.cooperation_unit .items.cur_show {
	display: block;
}

.cooperation_unit .items h1 {
	font-family: "RobotoCondensedBold";
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.cooperation_unit .items ul li {
	font-family: "Alternate";
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.global-cooperation .advisory {
	width: 100%;
	padding-bottom: 60px;
	background-color: #efebea;
}

.global-cooperation .advisory .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation .advisory .content .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.global-cooperation .advisory .Famous-alumni {
	width: 100%;
	background-color: #fff;
}

.global-cooperation .advisory .Famous-alumni .ft-block {
	float: left;
	width: 566px;
	height: auto;
	padding: 30px;
	background: url(../img/image/cooperation/develop-people-bg.png) no-repeat center;
	background-size: cover;
}

.global-cooperation .advisory .Famous-alumni .ft-block .items {
	display: none;
}

.global-cooperation .advisory .Famous-alumni .ft-block .cur-items {
	display: block;
}

.global-cooperation .advisory .Famous-alumni .ft-block .top {
	width: 100%;
}

.global-cooperation .advisory .Famous-alumni .ft-block .top .img {
	float: left;
	width: 230px;
	margin-right: 30px;
}

.global-cooperation .advisory .Famous-alumni .ft-block .top h2 {
	font-family: "RobotoCondensedBold";
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.global-cooperation .advisory .Famous-alumni .ft-block .top p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.global-cooperation .advisory .Famous-alumni .rt-block {
	position: relative;
	float: left;
	width: calc(100% - 566px);
	height: auto;
	padding: 30px;
	background: url(../img/image/develop-bg.png) no-repeat right bottom;
}

.global-cooperation .advisory .Famous-alumni .rt-block .alumniName {
	font-family: "RobotoCondensedBold";
	float: left;
	width: 23.5%;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 45px;
	font-size: 26px;
	font-weight: 600;
	color: #333;
	padding: 20px 0;
	cursor: pointer;
}

.global-cooperation .advisory .Famous-alumni .rt-block .cur {
	color: #fff;
	background-color: #003f88;
}

.global-cooperation .advisory .Famous-alumni .rt-block .alumniName:nth-child(4n) {
	margin-right: 0;
}

.global-cooperation .advisory .Famous-alumni .rt-block:after {
	content: '';
	display: block;
	clear: both;
}

.global-cooperation .institutes {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.global-cooperation .institutes .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation .institutes .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.global-cooperation .institutes ul.institutes-ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.global-cooperation .institutes ul.institutes-ul li {
	width: 320px;
	background: url(../img/image/global/institutes-bg.png) no-repeat right bottom;
	background-color: #8b726e;
}

.global-cooperation .institutes ul.institutes-ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 380px;
	padding: 30px 15px;
}

.global-cooperation .institutes ul.institutes-ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	background: transparent;
	border: dashed 1px #efefef;
}

.global-cooperation .institutes ul.institutes-ul li a .icons {
	width: 110px;
	height: 110px;
	margin: 40px auto 30px;
}

.global-cooperation .institutes ul.institutes-ul li a .icons img {
	display: block;
	width: 100%;
}

.global-cooperation .institutes ul.institutes-ul li a .texts {
	font-family: "RobotoCondensedBold";
	display: flex;
	width: 90%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin: 0 auto;
}

.global-cooperation .international {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.global-cooperation .international .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation .international .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.global-cooperation .international ul.program-ul {
	position: relative;
	width: 100%;
}

.global-cooperation .international ul.program-ul li {
	float: left;
	width: 320px;
	background: url(../img/image/global/program-bg.png) no-repeat center top;
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #fff;
	border-bottom: solid 8px #003f88;
}

.global-cooperation .international ul.program-ul li:nth-child(4n) {
	margin-right: 0;
}

.global-cooperation .international ul.program-ul li a {
	display: block;
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	color: #003f88;
	padding: 40px 0;
}

.global-cooperation .international ul.program-ul:after {
	content: '';
	display: block;
	clear: both;
}

.global-cooperation .international .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.global-cooperation .international .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.global-cooperation .international .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}

.global-cooperation .news {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.global-cooperation .news .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation .news .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.global-cooperation .news ul.news-ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 40px;
}

.global-cooperation .news ul.news-ul li {
	width: 440px;
	box-shadow: 3px 10px 20px rgba(0, 0, 0, .2);
}

.global-cooperation .news ul.news-ul li .imgs {
	display: block;
	width: 100%;
}

.global-cooperation .news ul.news-ul li .imgs img {
	display: block;
	width: 100%;
}

.global-cooperation .news ul.news-ul li .texts {
	width: 100%;
	padding: 30px;
	background-color: #fff;
}

.global-cooperation .news ul.news-ul li .texts .top-time {
	font-family: "Alternate";
	font-size: 20px;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 15px;
}

.global-cooperation .news ul.news-ul li .texts h2 {
	font-family: "RobotoCondensedBold";
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.global-cooperation .news ul.news-ul li .texts h2 a {
	color: #333;
}

.global-cooperation .news ul.news-ul li .texts h2:hover a {
	color: #003f88;
}

.global-cooperation .news ul.news-ul li .texts p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	margin-top: 15px;
}

.global-cooperation .news .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.global-cooperation .news .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.global-cooperation .news .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}


/*recruitment(人才招聘)*/

.recruitment {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.recruitment .content {
	width: 1400px;
	margin: 0 auto;
}

.recruitment .content ul.Announce-ul {
	position: relative;
}

.recruitment .content ul.Announce-ul li {
	position: relative;
	float: left;
	width: 440px;
	padding: 30px;
	background: url(../img/image/index-notice-bg.png) no-repeat left bottom;
	border-bottom: solid 8px #003f88;
	margin-bottom: 40px;
	margin-right: 40px;
}

.recruitment .content ul.Announce-ul li:nth-child(3n) {
	margin-right: 0;
}

.recruitment .content ul.Announce-ul li h2 {
	font-family: "RobotoCondensedBold";
	font-size: 19px;
	line-height: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.recruitment .content ul.Announce-ul li h2 a {
	color: #333;
}

.recruitment .content ul.Announce-ul li h2:hover a {
	color: #003F88;
}

.recruitment .content ul.Announce-ul li p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-right: 80px;
}

.recruitment .content ul.Announce-ul li .Release-time {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 80px;
	text-align: right;
}

.recruitment .content ul.Announce-ul li .Release-time h1 {
	font-family: "Alternate";
	font-size: 50px;
	font-weight: 600;
	color: #003f88;
}

.recruitment .content ul.Announce-ul li .Release-time h5 {
	font-family: "Alternate";
	font-size: 16px;
	font-weight: 600;
	color: #003f88;
}

.recruitment .content ul.Announce-ul:after {
	content: '';
	display: block;
	clear: both;
}


/*talkSeries(学术交流)*/

.academic-exchange {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.academic-exchange .content {
	width: 1400px;
	margin: 0 auto;
}

.academic-exchange ul.academic-ul {
	position: relative;
	width: 100%;
}

.academic-exchange ul.academic-ul li {
	float: left;
	width: 440px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.academic-exchange ul.academic-ul li:nth-child(3n) {
	margin-right: 0;
}

.academic-exchange ul.academic-ul li .imgs {
	width: 100%;
}

.academic-exchange ul.academic-ul li .imgs img {
	display: block;
	width: 100%;
}

.academic-exchange ul.academic-ul li .texts {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 20px;
	background: url(../img/image/education-bg.png) no-repeat right top;
	background-color: #fff;
	border-bottom: solid 6px #003F88;
}

.academic-exchange ul.academic-ul li .texts h2 {
	font-family: "RobotoCondensedBold";
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.academic-exchange ul.academic-ul li .texts h2 a {
	color: #333;
}

.academic-exchange ul.academic-ul li .texts h2:hover a {
	color: #003F88;
}

.academic-exchange ul.academic-ul li .texts .infos {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}

.academic-exchange ul.academic-ul li .texts .infos span {
	display: block;
}

.academic-exchange ul.academic-ul:after {
	content: '';
	display: block;
	clear: both;
}


/*contact(联系我们)*/

.global-cooperation-2 .thred {
	width: 100%;
	padding: 60px 0;
	background-color: #ffffff;
}

.global-cooperation-2 .thred .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation-2 .thred .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.global-cooperation-2 .thred .map {
	width: 100%;
}

.global-cooperation-2 .thred .map img {
	display: block;
	width: 100%;
}


/*模态框*/

.modal {
	margin: 0;
	background: rgba(0, 0, 0, .5);
}

.modal .modal-dialog {
	width: 530px;
	margin-top: 200px;
}

.institute-modal-content {
	position: relative;
	width: 530px;
	height: auto;
	background: url(../img/image/modal-bg.png) no-repeat left bottom;
	background-color: #fff;
	border: none !important;
}

.institute-modal-content .title {
	font-family: "RobotoCondensedBold";
	font-size: 22px !important;
	color: #003F88 !important;
	line-height: 32px;
	padding: 20px 60px;
	margin-bottom: 0 !important;
	border-bottom: solid 1px #e5e5e5;
}

.institute-modal-content .infos {
	width: 100%;
	padding: 40px;
}

.institute-modal-content .infos h2 {
	font-family: "RobotoCondensedBold";
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin-top: 0;
}

.institute-modal-content .infos span {
	font-family: "RobotoCondensed";
	display: block;
	font-size: 17px;
	margin-top: 20px;
	color: #666;
}

.institute-modal-content button.close {
	position: absolute;
	right: 30px;
	top: 14px;
	font-size: 48px;
	float: none;
	height: 48px;
}


/*19.faculty(科研队伍)*/

.scientific-research {
	position: relative;
	width: 100%;
	padding: 20px 0 60px;
	background-color: #efebea;
}

.scientific-research .content {
	width: 1400px;
	margin: 0 auto;
}

.scientific-research .content ul.mentor-ul {
	position: relative;
	width: 100%;
}

.scientific-research .content ul.mentor-ul li {
	float: left;
	width: 680px;
	margin-top: 40px;
	border-bottom: solid 6px #003f88;
	background-color: #fff;
}

.scientific-research .content ul.mentor-ul li:nth-child(odd) {
	margin-right: 20px;
}

.scientific-research .content ul.mentor-ul li:nth-child(even) {
	margin-left: 20px;
}

.scientific-research .content ul.mentor-ul li .imgs {
	float: left;
	width: 243px;
}

.scientific-research .content ul.mentor-ul li .imgs img {
	display: block;
	width: 100%;
}

.scientific-research .content ul.mentor-ul li .texts {
	float: left;
	width: calc(100% - 243px);
	padding: 30px;
	background: url(../img/image/team/team-bg.png) no-repeat right top;
	background-color: #fff;
}

.scientific-research ul.mentor-ul li .texts .top {
	position: relative;
	width: 100%;
}

.scientific-research ul.mentor-ul li .texts .top h1 {
	position: relative;
}

.scientific-research ul.mentor-ul li .texts .top h1 span {
	float: left;
	display: block;
}

.scientific-research ul.mentor-ul li .texts .top h1 span.name {
	font-family: "RobotoCondensedBold";
	font-size: 30px;
	font-weight: 600;
	color: #003f88;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
}

.scientific-research ul.mentor-ul li .texts .top h1 span.label {
	font-family: "RobotoCondensedBold";
	width: 76px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	padding: 0;
	border-radius: 18px;
	background-color: #f0f0f0;
}

.scientific-research ul.mentor-ul li .texts .top h1:after {
	content: '';
	display: block;
	clear: both;
}

.scientific-research ul.mentor-ul li .texts .top .position {
	font-family: "Alternate";
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #f5f5f5;
}

.scientific-research ul.mentor-ul li .texts .top .position span {
	color: #333333;
}

.scientific-research ul.mentor-ul li .texts .top a.enter-more {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
}

.scientific-research ul.mentor-ul li .texts .top a.enter-more img {
	display: block;
	width: 100%;
}

.scientific-research ul.mentor-ul li .texts .bottom {
	width: 100%;
}

.scientific-research ul.mentor-ul li .texts .bottom p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}

.scientific-research ul.mentor-ul li .texts .bottom p:first-child {
	margin: 20px 0;
}

.scientific-research ul.mentor-ul li .texts .bottom p span {
	color: #003f88;
}

.scientific-research .content ul.mentor-ul:after {
	content: '';
	display: block;
	clear: both;
}

.scientific-team {
	position: relative;
	width: 100%;
	padding-top: 60px;
	background: url(../img/image/team/scientific-bg.png) no-repeat center top;
	background-color: #efebea;
}

.scientific-team .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.scientific-team .content .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}

.scientific-team .swiper-team {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	z-index: 9;
}

.scientific-team .swiper-team-2 {
	position: absolute;
	left: 0;
	top: 175px;
	width: 1400px;
	height: 40px;
	z-index: 8;
}

.scientific-team .swiper-team .swiper-wrapper {
	margin-left: -146px;
}

.scientific-team .swiper-team .items {
	position: relative;
	display: block;
	width: 260px;
	height: 260px;
	padding: 30px;
	background: url(../img/image/literary-bg.png) no-repeat right bottom;
	background-color: #8b726e;
}

.scientific-team .swiper-team .items:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	background: transparent;
	border: dashed 1px #efefef;
}

.scientific-team .swiper-team .items .icons {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
}

.scientific-team .swiper-team .items .icons img {
	display: block;
	width: 100%;
}

.scientific-team .swiper-team .items .texts {
	font-family: "RobotoCondensedBold";
	display: flex;
	width: 80%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin: 0 auto;
}

.scientific-team .swiper-team-2 .team-button-prev {
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	bottom: auto;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../img/icon/team-prev.png) no-repeat left top;
	overflow: hidden;
}

.scientific-team .swiper-team-2 .team-button-next {
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	bottom: auto;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../img/icon/team-next.png) no-repeat left top;
	overflow: hidden;
}

.scientific-team .swiper-team-2 .team-button-prev:after,
.scientific-team .swiper-team-2 .team-button-next:after {
	display: none;
}


/*studentLife(校园生活)*/

.campus-life {
	position: relative;
	width: 100%;
}

.campus-life .first {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.campus-life .first .content {
	width: 1400px;
	margin: 0 auto;
}

.campus-life .first .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
}

.campus-life .first .bottom {
	position: relative;
	width: 100%;
}

.campus-life .first .bottom .ftimg {
	float: left;
	width: 820px;
}

.campus-life .first .bottom .ftimg img {
	display: block;
	width: 100%;
}

.campus-life .first .bottom .fixText {
	position: absolute;
	right: 0;
	top: 40px;
	width: 605px;
	height: auto;
	padding: 35px;
	border-bottom: solid 10px #003f88;
	background: url(../img/image/education-bg.png) no-repeat center;
	background-color: #fff;
	z-index: 1;
}

.campus-life .first .bottom .fixText .text {
	position: relative;
	width: 100%;
}

.campus-life .first .bottom .fixText h2 {
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.campus-life .first .bottom .fixText p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 35px;
}

.campus-life .first .bottom .fixText .text .calendar {
	position: absolute;
	right: 0;
	bottom: 0;
}

.campus-life .first .bottom .fixText .text .calendar span.day,
.campus-life .first .bottom .fixText .text .calendar span.mouth {
	font-family: "Alternate";
	font-size: 18px;
}

.campus-life .first .bottom .fixText .text .calendar span {
	color: #003F88;
}

.campus-life .first .bottom .fixText .text .calendar span.day {
	font-size: 30px;
}

.campus-life .first .bottom .fixText a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #003f88;
}

.campus-life .first .bottom .fixText a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.campus-life .first .bottom .fixText a.enter-more span {
	font-family: "Alternate";
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #003f88;
	text-transform: uppercase;
}

.campus-life .first .bottom .view-more {
	position: absolute;
	right: 360px;
	bottom: 0;
	width: 180px;
	margin-top: 40px;
}

.campus-life .first .bottom .view-more a {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}

.campus-life .first .bottom .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px;
}

.campus-life .first .bottom .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #003F88;
}

.campus-life .second {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.campus-life .second .content {
	width: 1400px;
	margin: 0 auto;
}

.campus-life .second .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 40px;
	text-align: center;
}

.campus-life .second .recreational-activity {
	position: relative;
	width: 100%;
}

.campus-life .second .recreational-activity .rtimg {
	float: left;
	width: 920px;
}

.campus-life .second .recreational-activity .rtimg img {
	display: block;
	width: 100%;
}

.campus-life .second .recreational-activity .fixClassify {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 520px;
}

.campus-life .second .recreational-activity .fixClassify a.items {
	position: relative;
	display: flex;
	width: 260px;
	height: 260px;
	float: left;
	padding: 15px;
	justify-content: center;
	align-items: center;
}

.campus-life .second .recreational-activity .fixClassify a.items:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	border: dashed 1px #fff;
}

.fixClassify a.items:nth-child(1) {
	background-color: #8b726e;
}

.fixClassify a.items:nth-child(2) {
	background-color: #003F88;
}

.fixClassify a.items:nth-child(3) {
	background-color: #00b0d0;
}

.fixClassify a.items:nth-child(4) {
	background-color: #b9b9b9;
}

.fixClassify a.items .Classify .icon {
	width: 82px;
	height: 82px;
	margin: 0 auto 15px;
}

.fixClassify a.items .Classify .text {
	font-family: "RobotoCondensedBold";
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}

.campus-life .second .recreational-activity:after {
	content: '';
	display: block;
	clear: both;
}

.campus-life .thred {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
}

.campus-life .thred .studyBox {
	width: 100%;
	padding-left: calc((100% - 1400px) / 2);
}

.campus-life .thred .studyBox .rtimg {
	float: left;
	width: 55%;
}

.campus-life .thred .studyBox .rtimg img {
	display: block;
	width: 100%;
}

.campus-life .thred .studyBox .fttetx {
	float: left;
	width: 45%;
	padding-top: 50px;
	padding-right: 50px;
}

.campus-life .thred .studyBox .fttetx h2 {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 40px;
}

.campus-life .thred .studyBox .fttetx p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 60px;
}

.campus-life .thred .studyBox .fttetx a.Learn-More {
	display: block;
	width: 195px;
	padding: 4px;
	border-radius: 28px;
	border: solid 1px #003f88;
}

.campus-life .thred .studyBox .fttetx a.Learn-More img {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 15px;
}

.campus-life .thred .studyBox .fttetx a.Learn-More span {
	display: block;
	font-family: "Alternate";
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	color: #003f88;
}

.campus-life .four {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.campus-life .four .content {
	width: 1400px;
	margin: 0 auto;
}

.campus-life .four .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.campus-life .four ul.program-ul {
	position: relative;
	width: 100%;
}

.campus-life .four ul.program-ul li {
	float: left;
	width: 320px;
	background: url(../img/image/global/program-bg.png) no-repeat center top;
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #fff;
	border-bottom: solid 8px #003f88;
}

.campus-life .four ul.program-ul li:nth-child(4n) {
	margin-right: 0;
}

.campus-life .four ul.program-ul li a {
	display: block;
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	color: #003f88;
	padding: 40px 0;
}

.campus-life .four ul.program-ul:after {
	content: '';
	display: block;
	clear: both;
}

.campus-life .four .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.campus-life .four .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.campus-life .four .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}

.campus-life .five {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.campus-life .five .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.campus-life .five .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.swiper-cooperation {
	margin-left: -210px;
}

.swiper-cooperation .swiper-slide:after {
	content: '';
	display: block;
	position: absolute;
	right: -51px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #c0c0c0;
}

.swiper-cooperation .swiper-slide-next,
.swiper-cooperation .swiper-slide-prev {
	width: 540px !important;
	overflow: hidden;
}

.swiper-cooperation .swiper-slide-active {
	width: 770px !important;
}

.swiper-cooperation .swiper-slide .time {
	margin-bottom: 40px;
	margin-top: 50px;
}

.swiper-cooperation .swiper-slide .time span {
	font-family: 'Alternate';
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}

.swiper-cooperation .swiper-slide .time span.day {
	font-size: 30px;
}

.swiper-cooperation .swiper-slide .imgs img {
	display: block;
	width: 100%;
}

.swiper-cooperation .swiper-slide .text {
	font-family: "RobotoCondensedBold";
	display: none;
	width: 100%;
	font-size: 22px;
	line-height: 42px;
	font-weight: 600;
	margin-top: 15px;
	padding-bottom: 10px;
}

.swiper-cooperation .swiper-slide .text a {
	color: #333;
}

.swiper-cooperation .swiper-slide-active .time {
	display: none;
}

.swiper-cooperation .swiper-slide-active .text {
	display: block;
}

.swiper-cooperation .news-button-next {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
	width: 81px;
	height: 81px;
	margin-top: 0;
	background: url(../img/icon/icon-cooperation-next.png) no-repeat left top;
	background-size: 81px 162px;
	overflow: hidden;
}

.swiper-cooperation .news-button-next:hover {
	background-position: 0 -81px;
}

.swiper-cooperation .news-button-next:after {
	content: '';
	display: none;
}

.swiper-cooperation .news-button-prev {
	position: absolute;
	right: 85px;
	left: auto;
	top: 0;
	bottom: auto;
	width: 81px;
	height: 81px;
	margin-top: 0;
	background: url(../img/icon/icon-cooperation-prev.png) no-repeat left top;
	background-size: 81px 162px;
	overflow: hidden;
}

.swiper-cooperation .news-button-prev:hover {
	background-position: 0 -81px;
}

.swiper-cooperation .news-button-prev:after {
	content: '';
	display: none;
}

.campus-life .five .view-more {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 99;
}

.campus-life .five .view-more a {
	display: flex;
	width: 180px;
	justify-content: center;
	margin: 0 auto;
}

.campus-life .five .view-more a img {
	display: block;
	width: 60px;
	margin: 0 15px;
}

.campus-life .five .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: 600;
	color: #003F88;
	text-transform: uppercase;
}


/*合作交流*/

.cooperation-communication {
	position: relative;
	width: 100%;
}

.cooperation-communication .first {
	width: 100%;
	padding: 60px 0 110px;
	background-color: #efebea;
}

.cooperation-communication .first .content {
	width: 1400px;
	margin: 0 auto;
}

.cooperation-communication .first .title {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.cooperation-communication .first .mainboxs {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.cooperation-communication .first .mainboxs .ftimg {
	float: left;
	width: 920px;
}

.cooperation-communication .first .mainboxs .ftimg img {
	display: block;
	width: 100%;
}

.cooperation-communication .first .mainboxs:after {
	content: '';
	display: block;
	clear: both;
}

.cooperation-communication .first .rttext {
	position: absolute;
	right: 0;
	top: 80px;
	width: 540px;
}

.cooperation-communication .first .rttext .list {
	float: left;
	width: 270px;
	height: 270px;
	padding: 75px 50px;
}

.cooperation-communication .first .rttext .list:nth-child(1) {
	background-color: #8b726e;
}

.cooperation-communication .first .rttext .list:nth-child(2) {
	background-color: #003F88;
}

.cooperation-communication .first .rttext .list:nth-child(3) {
	background-color: #00b0d0;
}

.cooperation-communication .first .rttext .list:nth-child(4) {
	background-color: #b9b9b9;
}

.cooperation-communication .first .rttext .list .icons {
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
}

.cooperation-communication .first .rttext .list .icons img {
	display: block;
	width: 100%;
}

.cooperation-communication .first .rttext .list .text {
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.cooperation-communication .second {
	width: 100%;
	padding: 60px 0 110px;
	background-color: #fff;
}

.cooperation-communication .second .content {
	width: 1400px;
	margin: 0 auto;
}

.cooperation-communication .second .content .title {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}

.cooperation-communication .second .mainboxs {
	position: relative;
	width: 100%;
}

.cooperation-communication .second .mainboxs .ftimg {
	float: left;
	width: 770px;
}

.cooperation-communication .second .mainboxs .ftimg img {
	display: block;
	width: 100%;
}

.cooperation-communication .second .mainboxs .rttext {
	position: absolute;
	right: 0;
	top: 110px;
	width: 675px;
	padding: 40px;
	background-color: #003F88;
}

.cooperation-communication .second .mainboxs .rttext h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 42px;
	color: #fff;
	margin-bottom: 25px;
}

.cooperation-communication .second .mainboxs .rttext h2 a {
	color: #fff;
}

.cooperation-communication .second .mainboxs .rttext p {
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 35px;
}

.cooperation-communication .second .mainboxs .rttext .release {
	font-family: "Alternate";
	font-size: 18px;
	color: #fff;
}

.cooperation-communication .second .mainboxs .view-more {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
}

.cooperation-communication .second .mainboxs .view-more a {
	display: flex;
	width: 180px;
	justify-content: center;
	margin: 0 auto;
}

.cooperation-communication .second .mainboxs .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px;
}

.cooperation-communication .second .mainboxs .view-more a span {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #003F88;
}

.cooperation-communication .thred {
	position: relative;
	width: 100%;
	background-color: #efebea;
}

.cooperation-communication .thred .content {
	width: 1400px;
	margin: 0 auto;
}

.cooperation-communication .thred .fttext {
	float: left;
	width: calc(100% - 870px);
	padding-right: 50px;
	padding-top: 60px;
}

.cooperation-communication .thred .fttext h1 {
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 40px;
}

.cooperation-communication .thred .fttext p {
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 10px;
}

.cooperation-communication .thred .fttext a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #003F88;
	margin-top: 70px;
}

.cooperation-communication .thred .fttext a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.cooperation-communication .thred .fttext a.enter-more span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #003F88;
}

.cooperation-communication .thred .rtimg {
	float: left;
	width: 870px;
}

.cooperation-communication .thred .rtimg img {
	display: block;
	width: 100%;
}


/*research(科学研究)*/

.scientific-research-2 {
	position: relative;
	width: 100%;
}

.scientific-research-2 .first {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.scientific-research-2 .first .content {
	width: 1400px;
	margin: 0 auto;
}

.scientific-research-2 .first .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
}

.scientific-research-2 .first .bottom {
	position: relative;
	width: 100%;
}

.scientific-research-2 .first .bottom .ftimg {
	float: left;
	width: 820px;
}

.scientific-research-2 .first .bottom .ftimg img {
	display: block;
	width: 100%;
}

.scientific-research-2 .first .bottom .fixText {
	position: absolute;
	right: 0;
	top: 40px;
	width: 605px;
	height: auto;
	padding: 35px;
	border-bottom: solid 10px #003f88;
	background: url(../img/image/education-bg.png) no-repeat center;
	background-color: #fff;
	z-index: 1;
}

.scientific-research-2 .first .bottom .fixText .text {
	position: relative;
	width: 100%;
}

.scientific-research-2 .first .bottom .fixText h2 {
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.scientific-research-2 .first .bottom .fixText p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 35px;
}

.scientific-research-2 .first .bottom .fixText .text .calendar {
	position: absolute;
	right: 0;
	bottom: 0;
}

.scientific-research-2 .first .bottom .fixText .text .calendar span.day,
.scientific-research-2 .first .bottom .fixText .text .calendar span.mouth {
	font-family: "Alternate";
	font-size: 18px;
}

.scientific-research-2 .first .bottom .fixText .text .calendar span {
	color: #003F88;
}

.scientific-research-2 .first .bottom .fixText .text .calendar span.day {
	font-size: 30px;
}

.scientific-research-2 .first .bottom .fixText a.enter-more {
	display: block;
	width: 108px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #003f88;
}

.scientific-research-2 .first .bottom .fixText a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.scientific-research-2 .first .bottom .fixText a.enter-more span {
	font-family: "Alternate";
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #003f88;
	text-transform: uppercase;
}

.scientific-research-2 .first .bottom .view-more {
	position: absolute;
	right: 360px;
	bottom: 0;
	width: 180px;
	margin-top: 40px;
}

.scientific-research-2 .first .bottom .view-more a {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}

.scientific-research-2 .first .bottom .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px;
}

.scientific-research-2 .first .bottom .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #003F88;
}

.scientific-research-2 .second {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background: url(../img/image/research/research-institutions-bg.png) no-repeat center;
	background-size: cover;
}

.scientific-research-2 .second .content {
	position: relative;
	width: 100%;
	padding-left: calc((100% - 1400px) / 2);
	overflow: hidden;
}

.scientific-research-2 .second .ft-text {
	float: left;
	width: 585px;
	padding-right: 60px;
}

.scientific-research-2 .second .ft-text h2 {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
}

.scientific-research-2 .second .ft-text p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

.scientific-research-2 .second .view-more {
	width: 180px;
	margin-top: 40px;
}

.scientific-research-2 .second .view-more a {
	display: flex;
	width: 100%;
}

.scientific-research-2 .second .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.scientific-research-2 .second .view-more a span {
	font-family: "Alternate";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.scientific-research-2 .second .research-institutions-box {
	float: left;
	width: calc(100% - 585px);
	overflow: hidden;
}

.scientific-research-2 .research-institutions-box .swiper-slide {
	width: 520px;
}

.scientific-research-2 .research-institutions-box .swiper-slide .list img {
	display: block;
	width: 100%;
}

.scientific-research-2 .research-institutions-box .swiper-slide .list .text h1 {
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
}

.scientific-research-2 .thred {
	width: 100%;
	padding: 60px 0 0;
	background-color: #efebea;
}

.scientific-research-2 .thred .content {
	width: 1400px;
	margin: 0 auto;
}

.scientific-research-2 .thred .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}

.scientific-research-2 .thred .platform {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.scientific-research-2 .thred .platform .items {
	position: relative;
	display: block;
	width: 320px;
	height: 320px;
	padding: 60px 50px;
	background: url(../img/image/research/units-bg.png) no-repeat right top;
	background-color: #717171;
}

.scientific-research-2 .thred .platform .items:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: dashed 1px #fff;
	background-color: transparent;
}

.scientific-research-2 .thred .platform .items .icons {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.scientific-research-2 .thred .platform .items .icons img {
	display: block;
	width: 100%;
}

.scientific-research-2 .thred .platform .items .texts {
	font-family: "RobotoCondensedBold";
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
}

.scientific-research-2 .four {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.scientific-research-2 .four .content {
	width: 1400px;
	margin: 0 auto;
}

.scientific-research-2 .four .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}

.scientific-research-2 .four ul.academic-ul {
	position: relative;
	width: 100%;
}

.scientific-research-2 .four ul.academic-ul li {
	float: left;
	width: 440px;
	margin-bottom: 40px;
	margin-right: 40px;
}

.scientific-research-2 .four ul.academic-ul li:nth-child(3n) {
	margin-right: 0;
}

.scientific-research-2 .four ul.academic-ul li .imgs {
	width: 100%;
	margin-bottom: 15px;
}

.scientific-research-2 .four ul.academic-ul li .imgs img {
	display: block;
	width: 100%;
}

.scientific-research-2 .four ul.academic-ul li .texts {
	font-family: "RobotoCondensedBold";
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #333;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.scientific-research-2 .four ul.academic-ul li .texts a {
	color: #333;
}

.scientific-research-2 .four ul.academic-ul li .texts:hover a {
	color: #003F88;
}

.scientific-research-2 .four .view-more {
	width: 180px;
	margin: 0 auto 0;
}

.scientific-research-2 .four .view-more a {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}

.scientific-research-2 .four .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px;
}

.scientific-research-2 .four .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: 600;
	color: #003F88;
}

.scientific-research-2 .four ul.academic-ul:after {
	content: '';
	display: block;
	clear: both;
}

.scientific-research-2 .additional {
	width: 100%;
	padding: 60px 0;
	background: url(../img/image/research/additional-bg.png) no-repeat center;
	background-size: cover;
}

.scientific-research-2 .additional .content {
	width: 1400px;
	margin: 0 auto;
}

.scientific-research-2 .additional .numberbox {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.scientific-research-2 .additional .numberbox .list {
	width: 30%;
	text-align: center;
}

.scientific-research-2 .additional .numberbox .list h2 {
	font-family: "RobotoCondensedBold";
	font-size: 64px;
	color: #fff;
	margin-bottom: 50px;
}

.scientific-research-2 .additional .numberbox .list h5 {
	font-family: "RobotoCondensedBold";
	font-size: 22px;
	color: #fff;
}


/*默认列表*/

.Announcements {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.Announcements .content {
	width: 1400px;
	margin: 0 auto;
}

.Announcements .content .title {
	font-size: 40px;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 40px;
	text-align: center;
}

.Announcements .content .tab-nenu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.Announcements .content .tab-nenu .navItem {
	width: 20%;
	padding: 20px 25px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	cursor: pointer;
	text-align: center;
}

.Announcements .content .tab-nenu .cur-item {
	background-color: #003F88;
	color: #fff;
}

.Announcements .content ul.Announce-ul {
	position: relative;
	display: none;
}

.Announcements .content ul.Announce-ul.curShow {
	display: block;
}

.Announcements .content ul.Announce-ul li {
	position: relative;
	float: left;
	width: 440px;
	padding: 30px;
	background: url(../img/image/index-notice-bg.png) no-repeat left bottom;
	border-bottom: solid 8px #003F88;
	margin-top: 40px;
	margin-right: 40px;background-size: 100% 100%;
}

.Announcements .content ul.Announce-ul li:nth-child(3n) {
	margin-right: 0;
}

.Announcements .content ul.Announce-ul li h2 {
    font-family: "Roboto Condensed-Regular";
	font-size: 19px;
	line-height: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.Announcements .content ul.Announce-ul li h2 a {
	color: #333;
}

.Announcements .content ul.Announce-ul li h2:hover a {
	color: #003F88;
}

.Announcements .content ul.Announce-ul li p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-right: 80px;
}

.Announcements .content ul.Announce-ul li .Release-time {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 80px;
	text-align: right;
}

.Announcements .content ul.Announce-ul li .Release-time h1 {
	font-family: "Alternate";
	font-size: 50px;
	font-weight: 600;
	color: #003F88;
}

.Announcements .content ul.Announce-ul li .Release-time h5 {
	font-family: "Alternate";
	font-size: 16px;
	font-weight: 600;
	color: #003F88;
}

.Announcements .content ul.Announce-ul:after {
	content: '';
	display: block;
	clear: both;
}

.Announcements .content .view-more {
	width: 100%;
	margin-top: 40px;
}

.Announcements .content .view-more a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.Announcements .content .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px;
}

.Announcements .content .view-more a span {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #003F88;
}


/*27.leadership(学院领导详情)*/

.teacher_details {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.teacher_details .content {
	width: 1400px;
	margin: 0 auto;
}

.teacher_details .content .teacher_top {
	width: 100%;
	padding: 40px;
	background: url(../img/image/team/teacher_bg.jpg) no-repeat center;
	/*background-size: cover;*/
}

.teacher_details .teacher_top .ftimg {
	float: left;
	width: 250px;
}

.teacher_details .teacher_top .ftimg img {
	display: block;
	width: 100%;
}

.teacher_details .teacher_top .rttext {
	float: left;
	width: calc(100% - 250px);
	padding-left: 55px;
	padding-top: 5px;
}

.teacher_details .teacher_top .rttext h2 {
	font-family: "RobotoCondensedBold";
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
}

.teacher_details .teacher_top .rttext h5 {
	font-family: "RobotoCondensedBold";
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
	font-weight: 600;
}

.teacher_details .teacher_top .rttext .infos {
	width: 100%;
	border-top: solid 1px rgba(255, 255, 255, .2);
}

.teacher_details .teacher_top .rttext .infos p {
	font-family: "RobotoCondensedBold";
	font-size: 22px;
	color: #fff;
	padding-top: 50px;
	font-weight: 600;
}

.teacher_details .teacher_bottom {
	width: 100%;
	padding: 40px;
	margin-top: 40px;
	background: url(../img/image/team/leadership-bg.png) no-repeat right top;
	background-color: #fff;
}

.teacher_details .teacher_bottom h2 {
	font-family: "RobotoCondensedBold";
	font-size: 32px;
	color: #003f88;
	font-weight: 600;
	margin-bottom: 35px;
}

.teacher_details .teacher_bottom p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 40px;
	color: #666;
	margin-bottom: 30px;
}


/*news(新闻)*/

.news-events {
	width: 100%;
}

.news-events .news {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.news-events .news .content {
	width: 1400px;
	margin: 0 auto;
}

.news-events .news .title {
	font-family: "Roboto Condensed-Bold";
	font-size: 38px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.news-events .news ul.news-ul {
	position: relative;
	float: left;
	width: 960px;
}
.news-events .news ul.news-ul:after{
	content: '';
	display: block;
	clear: both;
}
.news-events .news ul.news-ul li {
	float: left;
	width: 440px;
	margin-bottom: 40px;
	margin-right: 40px;
	box-shadow: 3px 10px 20px rgba(0, 0, 0, .2);
}

.news-events .news ul.news-ul li .imgs {
	display: block;
	width: 100%;
}

.news-events .news ul.news-ul li .imgs img {
	display: block;
	width: 100%;
    height: 270px;
}

.news-events .news ul.news-ul li .texts {
	width: 100%;
	padding:20px 30px;
	background-color: #fff;
    height: 206px;
   /* background: url(../img/image/education/academics_exchange_bg.png) no-repeat center bottom;*/
    border-bottom: 6px solid #003f88;
}

.news-events .news ul.news-ul li .texts .top-time {
	font-family: "Alternate";
	font-size: 20px;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 15px;
}

.news-events .news ul.news-ul li .texts h2 {
	font-family: Roboto Condensed-Regular;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-events .news ul.news-ul li .texts h2 a {
	color: #333;
}

.news-events .news ul.news-ul li .texts h2:hover a {
	color: #003f88;
}

.news-events .news ul.news-ul li .texts p {
    font-family: 'Roboto-Regular';
	font-size: 13px;
	line-height: 28px;
	color: #333333;
	margin-top: 15px;
    height: 56px;
    overflow: hidden;
}
.news-events .news ul.news-ul-2 {
	position: relative;
	float: left;
	width: calc(100% - 960px);
}
.news-events .news ul.news-ul-2 li{
	position: relative;
	padding: 45px 0 0 0;
	margin-bottom: 40px;
}
.news-events .news ul.news-ul-2 li:last-child{
	margin-bottom: 0;
}
.news-events .news ul.news-ul-2 li .calendar{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -41px;
	width: 82px;
	height: 83px;
	background: url(../img/image/news/calendar-bg.png) no-repeat left top;
}
.news-events .news ul.news-ul-2 li .calendar .day{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-family: "Alternate";
	font-size: 26px;
	text-transform: uppercase;
	color: #006dbb;
	text-align: center;
}
.news-events .news ul.news-ul-2 li .calendar .month{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "RobotoCondensedBold";
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.news-events .news ul.news-ul-2 li .texts{
	width: 100%;
	padding:55px 25px 20px;
	background-color: #fff;
	box-shadow: 3px 10px 20px rgba(0, 0, 0, .2);
}
.news-events .news ul.news-ul-2 li .texts h2 {
	font-family: "Roboto Condensed-Regular";
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-events .news ul.news-ul-2 li .texts h2 a {
	color: #333;
}

.news-events .news ul.news-ul-2 li .texts h2:hover a {
	color: #003f88;
}

.news-events .news ul.news-ul-2 li .texts p {
	font-family: "Roboto-Regular";
	font-size: 13px;
	line-height: 28px;
	color: #333333;
	margin-top: 15px;
}
.news-events .news .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.news-events .news .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.news-events .news .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}

.news-events .events {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.news-events .events .content {
	width: 1400px;
	margin: 0 auto;
}

.news-events .events .title {
	font-family: "Roboto Condensed-Bold";
	font-size: 38px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}

.news-events .events ul.events-ul {
	position: relative;
	width: 100%;
}

.news-events .events ul.events-ul li {
	float: left;
	width: 680px;
	background: url(../img/image/news/events-bg.png) no-repeat bottom center;
	background-color: #fff;
	padding: 25px;
	margin-right: 40px;
	margin-bottom: 40px;
	border-bottom: solid 8px #003F88;
}

.news-events .events ul.events-ul li:nth-child(2n) {
	margin-right: 0;
}

.news-events .events ul.events-ul li .ft-calendar {
	float: left;
	width: 100px;
	padding-bottom: 5px;
}

.news-events .events ul.events-ul li .ft-calendar .day {
	font-family: "RobotoCondensedBold";
	font-size: 72px;
	color: #003F88;
	margin-bottom: 5px;
}

.news-events .events ul.events-ul li .ft-calendar .mouth {
	font-family: "RobotoCondensedBold";
	font-size: 20px;
	color: #003F88;
}

.news-events .events ul.events-ul li .rt-text {
	float: left;
	width: calc(100% - 100px);
	padding-left: 30px;
	padding-bottom: 10px;
	border-left: solid 2px #003F88;
}

.news-events .events ul.events-ul li .rt-text h2 {
	font-family: "Roboto Condensed-Regular";
	font-size: 20px;
	line-height: 32px;
	color: #333;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-events .events ul.events-ul li .rt-text h2 a {
	color: #333;
}

.news-events .events ul.events-ul li .rt-text h2:hover a {
	color: #003F88;
}

.news-events .events ul.events-ul li .rt-text p {
	font-family: "Roboto-Regular";
	font-size: 15px;
	color: #666666;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-events .events ul.events-ul:after {
	content: '';
	display: block;
	clear: both;
}

.news-events .events .view-block a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.news-events .events .view-block a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.news-events .events .view-block a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}


/*contact(联系我们)*/

.global-cooperation-2 {
	width: 100%;
}

.global-cooperation-2 .first {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.global-cooperation-2 .first .content {
	width: 1400px;
	margin: 0 auto;
}

.global-cooperation-2 .first .title {
	font-family: "RobotoCondensedBold";
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.global-cooperation-2 .first .tabMenu {
	display: flex;
	width: 100%;
	justify-content: center;
	border-bottom: solid 1px #e1dedd;
}

.global-cooperation-2 .first .tabMenu .navList {
	font-family: "RobotoCondensedBold";
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 100px;
	cursor: pointer;
}

.global-cooperation-2 .first .tabMenu .navList.cur:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background-color: #003F88;
}

.global-cooperation-2 .first .tabBox {
	width: 100%;
}

.global-cooperation-2 .first .tabBox .institute {
	position: relative;
	display: none;
	width: 100%;
}

.global-cooperation-2 .first .tabBox .institute .items {
	font-family: "RobotoCondensedBold";
	float: left;
	display: flex;
	width: 23.5%;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	min-height: 120px;
	padding: 0 15px;
	color: #003F88;
	font-size: 22px;
	line-height: 36px;
	background-color: #fff;
	border-bottom: solid 8px #003F88;
	margin-top: 30px;
	margin-right: 2%;
	cursor: pointer;
}

.global-cooperation-2 .first .tabBox .institute .items:nth-child(4n) {
	margin-right: 0;
}

.global-cooperation-2 .first .tabBox .institute.cur {
	display: block;
}

.global-cooperation-2 .first .tabBox .institute:after {
	content: '';
	display: block;
	clear: both;
}


/*hangzhou(杭州)*/

.hang-zhou .facts {
	width: 100%;
	padding: 45px 0;
	background-color: #fff;
}

.hang-zhou .facts .content {
	width: 1400px;
	margin: 0 auto;
}

.hang-zhou .facts .content p {
	font-family: "Roboto-Regular";
	font-size: 20px;
	line-height: 48px;
	font-weight: 600;
	color: #003f88;
}

.hang-zhou .programs {
	width: 100%;
	background-color: #efebea;
}

.hang-zhou .programs .content {
	width: 100%;
	margin: 0 auto;
}

.hang-zhou .programs .programbox {
	width: 100%;
}

.hang-zhou .programs .programbox .fixedText,
.hang-zhou .programs .programbox .ftimg {
	float: left;
	width: 50%;
}

.hang-zhou .programs .programbox .ftimg img {
	display: block;
	width: 100%;
}

.hang-zhou .programs .programbox .fixedText {
	padding: 50px 0 0 50px;
	padding-right: calc((100% - 1400px) / 2);
}

.hang-zhou .programs .programbox .fixedText h2 {
	font-family: "Roboto Condensed-Bold";
	font-size: 32px;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 35px;
}

.hang-zhou .programs .programbox .fixedText p {
	font-family: "Roboto-Regular";
	font-size: 15px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 50px;
}

.hang-zhou .programs .programbox .fixedText a.enter-more {
	display: block;
	width: 130px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #003f88;
}

.hang-zhou .programs .programbox .fixedText a.enter-more img {
	float: left;
	margin: 1px 10px 1px 2px;
}

.hang-zhou .programs .programbox .fixedText a.enter-more span {
	font-family: "Alternate";
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #003f88;
	text-transform: uppercase;
}

.hang-zhou .scenery {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.hang-zhou .scenery .content {
	width: 1400px;
	margin: 0 auto;
}

.hang-zhou .scenery .ft_tab_img {
	float: left;
	width: calc(100% - 420px);
}

.hang-zhou .scenery .ft_tab_img .items {
	display: none;
	width: 100%;
}

.hang-zhou .scenery .ft_tab_img .items.cur {
	display: block;
}

.hang-zhou .scenery .ft_tab_img .items img {
	display: block;
	width: 100%;
    height: 650px;
}

.hang-zhou .scenery .rt_tab_btn {
	float: left;
	width: 420px;
}

.hang-zhou .scenery .rt_tab_btn .items {
	position: relative;
	width: 100%;
	height: 324px;
	padding-top: 68px;
	background-color: #fff;
	cursor: pointer;
}

.hang-zhou .scenery .rt_tab_btn .items.cur {
	background-color: #003f88;
}

.hang-zhou .scenery .rt_tab_btn .items:first-child::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hzz1.jpg) no-repeat center;
    background-size: 100% 100%;
	opacity: .4;
	z-index: 0;
}

.hang-zhou .scenery .rt_tab_btn .items:last-child::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hzz2.jpg) no-repeat center;
    background-size: 100% 100%;
	opacity: .4;
	z-index: 0;
}

.hang-zhou .scenery .rt_tab_btn .items:first-child .smalllogo {
	position: relative;
	width: 284px;
	height: 96px;
	background: url(../img/image/hangzhou/tab_hang.png) no-repeat 0 0;
	background-size: 284px 192px;
	overflow: hidden;
	margin: 0 auto 50px;
	z-index: 1;
}

.hang-zhou .scenery .rt_tab_btn .items:first-child .name,
.hang-zhou .scenery .rt_tab_btn .items:last-child .name {
	position: relative;
	font-family: "Roboto Condensed-Bold";
	font-size: 24px;
	color: #003f88;
	text-align: center;
	z-index: 1;
}

.hang-zhou .scenery .rt_tab_btn .items:last-child .smalllogo {
	position: relative;
	width: 284px;
	height: 96px;
	background: url(../img/image/hangzhou/tab_logo.png) no-repeat 0 0;
	background-size: 284px 192px;
	overflow: hidden;
	margin: 0 auto 50px;
	z-index: 1;
}

.hang-zhou .scenery .rt_tab_btn .items.cur:before {
	content: '';
	position: absolute;
	left: -21px;
	top: 50%;
	width: 21px;
	height: 32px;
	margin-top: -16px;
	background: url(../img/image/hangzhou/icon_before.png) no-repeat left top;
}

.hang-zhou .scenery .rt_tab_btn .items.cur .smalllogo {
	background-position: 0 -92px;
}

.hang-zhou .scenery .rt_tab_btn .items.cur .name a {
	color: #fff;
}

.hang-zhou .subway {
	width: 100%;
	padding: 150px 0 60px;
	background-color: #efebea;
}

.hang-zhou .subway .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.hang-zhou .subway .content .fttext {
	float: left;
	width: 765px;
	padding: 50px 135px 50px 50px;
	border-left: solid 30px #003F88;
	background-color: #fff;
}

.hang-zhou .subway .fttext h3 {
	font-family: "Roboto Condensed-Bold";
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 70px;
}

.hang-zhou .subway .fttext p {
	font-family: "Roboto-Regular";
	font-size: 15px;
	line-height: 28px;
	color: #003F88;
	margin-bottom: 50px;
}

.hang-zhou .subway .fttext .place span {
	display: block;
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	font-weight: 600;
	color: #003F88;
	padding-left: 80px;
	height: 28px;
	line-height: 28px;
	margin: 15px 0;
	background: url(../img/image/hangzhou/PointTo.png) no-repeat left top;
}

.hang-zhou .subway .fixedimg {
	position: absolute;
	right: 0;
	top: -90px;
	width: 722px;
	height: 528px;
	border: solid 4px #bacbdf;
}

.hang-zhou .subway .fixedimg img {
	display: block;
	width: 100%;
}


/*campus(校园)*/

.campusBox .facts {
	width: 100%;
	padding: 45px 0;
	background-color: #fff;
}

.campusBox .facts .content {
	width: 1400px;
	margin: 0 auto;
}

.campusBox .facts .content p {
	font-family: "Roboto-Regular";
	font-size: 26px;
	line-height: 48px;
	font-weight: 600;
	font-style: italic;
	color: #003f88;
	margin-bottom: 20px;
}

.campusBox .facts .content h5 {
	text-align: right;
	font-family: "Roboto-Regular";
	font-size: 18px;
	font-weight: 600;
	color: #003f88;
}

.campusBox .programs {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.campusBox .programs .content {
	width: 1400px;
	margin: 0 auto;
}

.campusBox .programs h2 {
	font-family: "Roboto Condensed-Bold";
	text-align: center;
	font-size: 44px;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
}

.campusBox .programs .type {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.campusBox .programs .type li {
	width: 30%;
	text-align: center;
}

.campusBox .programs .type li h3 {
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.campusBox .programs .type li h1 {
	font-family: "RobotoCondensedBold";
	font-size: 60px;
	font-weight: 600;
	color: #003F88;
	margin: 25px 0;
}

.campusBox .programs .type li p {
	font-family: "RobotoCondensed";
	font-size: 17px;
	line-height: 28px;
	color: #003F88;
}

.campusBox .programs .tese {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 70px;
}

.campusBox .programs .tese .items {
	position: relative;
	width: 216px;
	height: 573px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.campusBox .programs .tese .items a{
    display: block;
}
.campusBox .programs .tese .items a:after{
content:"";
    display: block;
width:100%;
height:100%;
}
.campusBox .programs .tese .cur-items {
	width: 752px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.campusBox .programs .tese .items .features-img-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 752px;
	height: 573px;
	z-index: 0;
}

.campusBox .programs .tese .items h3 {
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-family: "RobotoCondensedBold";
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}


/* 设备分辨率 */

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.sec-banner-box .banner_title {
		left: calc((100% - 1200px) / 2);
		top: 60%;
		height: 198px;
		padding: 40px 50px;
		margin-top: -99px;
	}

.hang-zhou .scenery .ft_tab_img .items img {
    height: 542px;
}
	/*about(院情总览)*/
	.dean-welcome .content,
	.hospital-situation .first .content,
	.hospital-situation .thred .content,
	.hospital-situation .four .content,
	.hospital-situation .five .content {
		width: 1200px;
	}
	.dean-welcome .deanbox p {
		width: 565px;
	}
	.dean-welcome .deanbox a.read_more {
		padding: 15px 30px;
	}
	.hospital-situation .first .ftimg {
		width: 665px;
	}
	.hospital-situation .first .fttext {
		top: 150px;
	}
	.hospital-situation .first .fttext .fixbg:after {
		width: 556px;
	}
	.hospital-situation .first .fttext .fixbg h2 {
		margin-bottom: 25px;
	}
	.hospital-situation .first .fttext .fixbg p {
		font-size: 15px;
		line-height: 32px;
		margin-bottom: 35px;
	}
	.hospital-situation .second .historybox {
		width: 1200px;
	}
	.hospital-situation .historybox .swiper-history .swiper-line {
		width: 1170px;
	}
	.hospital-situation .historybox .swiper-history .swiper-slide-active .introduce {
		bottom: -265px;
		width: 1200px;
	}
	.hospital-situation .thred .items {
		width: 580px;
	}
	.hospital-situation .four .swiper-Facts .swiper-slide .items h3 {
		font-size: 45px;
		margin-bottom: 20px;
	}
	.hospital-situation .five .exploreBox .list h3 {
		font-size: 42px;
	}
	.hospital-situation .five .exploreBox .list {
		width: 580px;
		height: 280px;
		padding: 45px 50px;
	}
	.hospital-situation .five .exploreBox .list a.view {
		left: 50px;
		bottom: 45px;
	}
	/*academics(教育教学)*/
	.education-teaching .programs .content,
	.education-teaching .admission .content,
	.education-teaching .exchange .content,
	.education-teaching .quickLinks .content,
	.education-teaching .academicCalendar .content {
		width: 1200px;
	}
	.education-teaching .facts .factbox .item h3 {
		font-size: 64px;
	}
	.education-teaching .programs .item .ftimg {
		width: 600px;
	}
	.education-teaching .programs .item .fixedText {
		width: 600px;
	}
	.education-teaching .programs .item:nth-child(2n) .fixedText {
		float: right;
		padding: 35px 0 0 50px;
	}
	.education-teaching .exchange .exchangebox .items {
		width: 380px;
		height: 190px;
		padding: 20px;
		margin-right: 30px;
	}
	.education-teaching .exchange .exchangebox .items h3 {
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.education-teaching .exchange .exchangebox .items .calendar {
		right: 20px;
	}
	.education-teaching .quickLinks .linksbox .item {
		width: 585px;
		margin-left: 0;
		margin-right: 15px;
		padding: 15px;
	}
	.education-teaching .quickLinks .linksbox .item:nth-child(2n) {
		margin-left: 15px;
		margin-right: 0;
	}
	.education-teaching .quickLinks .linksbox .item .imgs {
		width: 325px;
	}
	.education-teaching .quickLinks .linksbox .item h2 {
		font-size: 25px;
	}
	/*faculty(合作交流)*/
	.develop-content-box .first .content,
	.develop-content-box .second .content,
	.develop-content-box .thred .content {
		width: 1200px;
	}
	.develop-content-box .first .Famous-alumni .rt-block .alumniName {
		font-size: 24px;
	}
	.develop-content-box .second ul.faculty-ul li {
		width: 380px;
		margin-right: 30px;
	}
	.develop-content-box .second ul.faculty-ul li a {
		font-size: 24px;
		line-height: 36px;
	}
	.develop-content-box .second .view-block {
		margin-top: 10px;
	}
	.develop-content-box .thred .ftimg {
		width: 650px;
	}
	.develop-content-box .thred .rttext {
		width: 600px;
		padding: 35px;
		border-right: none;
	}
	.develop-content-box .thred .rttext h2 {
		font-size: 42px;
		margin-bottom: 25px;
	}
	.develop-content-box .thred .rttext p {
		font-size: 15px;
		line-height: 32px;
		margin-bottom: 40px;
	}
	/*faculty(科研队伍)*/
	.scientific-team .content {
		width: 1200px;
	}
	.scientific-team .content,
	.scientific-research .content {
		width: 1200px;
	}
	.scientific-team .swiper-team {
		width: 1100px;
		margin: 0 auto;
		z-index: 9;
	}
	.scientific-team .swiper-team-2 {
		top: 175px;
		width: 1200px;
		z-index: 8;
	}
	.scientific-team .swiper-team .items .texts {
		font-size: 20px;
	}
	.scientific-research .content ul.mentor-ul li {
		width: 585px;
		margin-top: 30px !important;
	}
	.scientific-research .content ul.mentor-ul li:nth-child(odd) {
		margin-right: 15px;
	}
	.scientific-research .content ul.mentor-ul li:nth-child(even) {
		margin-left: 15px;
	}
	.scientific-research .content ul.mentor-ul li .imgs {
		width: 225px;
	}
	.scientific-research .content ul.mentor-ul li .texts {
		width: calc(100% - 225px);
		padding: 20px;
	}
	.scientific-research ul.mentor-ul li .texts .top h1 span.name {
		font-size: 24px;
		height: 32px;
		line-height: 32px;
	}
	.scientific-research ul.mentor-ul li .texts .top h1 span.label {
		width: 76px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		border-radius: 16px;
	}
	.scientific-research ul.mentor-ul li .texts .top .position {
		font-size: 16px;
		margin-top: 20px;
		padding-bottom: 15px;
	}
	.scientific-research ul.mentor-ul li .texts .bottom p:first-child {
		margin: 15px 0;
	}
	.scientific-research ul.mentor-ul li .texts .bottom p {
		font-size: 15px;
		line-height: 24px;
		color: #666666;
	}
	/*global(全球合作)*/
	.global-cooperation .networkBox .content,
	.global-cooperation .advisory .content,
	.global-cooperation .institutes .content,
	.global-cooperation .international .content,
	.global-cooperation .news .content {
		width: 1200px;
	}
	.global-cooperation .networkBox .division .North-America {
		left: 0;
		top: 0;
		width: 528px;
	}
	.global-cooperation .networkBox .division .European {
		left: 560px;
		top: 28px;
		width: 238px;
	}
	.global-cooperation .networkBox .division .Asia {
		right: 0;
		top: 19px;
		width: 570px;
	}
	.global-cooperation .networkBox .division .South-America {
		left: 230px;
		bottom: -1px;
		width: 218px;
	}
	.global-cooperation .networkBox .division .Africa {
		left: 500px;
		bottom: 87px;
		width: 258px;
	}
	.global-cooperation .networkBox .division .Oceania {
		right: 31px;
		bottom: 38px;
		width: 288px;
	}
	.global-cooperation .networkBox .division .area img {
		display: block;
		width: 100%;
	}
	.global-cooperation .advisory .Famous-alumni .rt-block .alumniName {
		margin-bottom: 40px;
		font-size: 22px;
	}
	.global-cooperation .institutes ul.institutes-ul li {
		width: 280px;
	}
	.global-cooperation .international ul.program-ul li {
		width: 277px;
		margin-right: 30px;
		margin-bottom: 30px;
		background-size: cover;
	}
	.global-cooperation .news ul.news-ul li {
		width: 375px;
	}
	/*leadership(学院领导详情)*/
	.teacher_details .content {
		width: 1200px;
	}
	/*leadership(学院领导)*/
	.school-leadership .content {
		width: 1200px;
	}
	.school-leadership .content ul.mentor-ul li {
		width: 585px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.school-leadership .content ul.mentor-ul li:nth-child(2n) {
		margin-right: 0;
		margin-left: 15px;
	}
	.school-leadership .content ul.mentor-ul li .imgs {
		width: 225px;
		height: 300px;
		overflow: hidden;
	}
	.school-leadership .content ul.mentor-ul li .texts {
		width: calc(100% - 225px);
		padding: 20px;
	}
	.school-leadership .content ul.mentor-ul li .texts .top h3 {
		font-size: 17px;
	}
	.school-leadership .content ul.mentor-ul li .texts .bottom p {
		font-size: 15px;
		line-height: 28px;
	}
	/*news(新闻)*/
	.news-events .news .content,
	.news-events .events .content {
		width: 1200px;
	}
	.news-events .news ul.news-ul{
		width: 820px;
	}
	.news-events .news ul.news-ul li {
		width: 380px;
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.news-events .events ul.events-ul li {
		width: 585px;
		padding: 25px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.news-events .events ul.events-ul li .rt-text {
		padding-bottom: 5px;
	}
	.news-events .events ul.events-ul li .rt-text h2 {
		font-size: 20px;
	}
	.news-events .news ul.news-ul-2 {
    width: calc(100% - 820px);
}
.news-events .news ul.news-ul-2 li:last-child{
	display: none;
}
	/*about(学院概况)*/
	.school-profile .content {
		width: 1200px;
	}
	.school-profile .content p {
		line-height: 32px;
	}
	/*recruitment(人才招聘)*/
	.recruitment .content {
		width: 1200px;
	}
	.recruitment .content ul.Announce-ul li {
		width: 380px;
		padding: 20px;
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.recruitment .content ul.Announce-ul li h2 {
		font-size: 17px;
		line-height: 32px;
	}
	.recruitment .content ul.Announce-ul li p {
		font-size: 14px;
		line-height: 30px;
		padding-right: 50px;
	}
	.recruitment .content ul.Announce-ul li .Release-time {
		position: absolute;
		right: 20px;
		bottom: 20px;
		width: 50px;
		text-align: right;
	}
	/*research(科学研究)*/
	.scientific-research-2 .first .content {
		width: 1200px;
	}
	.scientific-research-2 .first .bottom .ftimg {
		width: 720px;
	}
	.scientific-research-2 .first .bottom .fixText {
		top: 25px;
		width: 545px;
		padding: 30px;
	}
	.scientific-research-2 .first .bottom .fixText h2 {
		font-size: 20px;
		line-height: 32px;
	}
	.scientific-research-2 .first .bottom .fixText p {
		font-size: 15px;
		line-height: 30px;
	}
	.scientific-research-2 .first .bottom .view-more {
		right: 280px;
	}
	.scientific-research-2 .second .content {
		padding-left: calc((100% - 1200px) / 2);
	}
	.scientific-research-2 .second .ft-text p {
		line-height: 30px;
	}
	.scientific-research-2 .research-institutions-box .swiper-slide {
		width: 480px;
	}
	.scientific-research-2 .research-institutions-box .swiper-slide .list .text h1 {
		font-size: 22px;
	}
	.scientific-research-2 .thred .content {
		width: 1200px;
	}
	.scientific-research-2 .thred .platform .items {
		width: 270px;
	}
	.scientific-research-2 .four .content {
		width: 1200px;
	}
	.scientific-research-2 .four ul.academic-ul li {
		width: 373px;
	}
	.scientific-research-2 .four ul.academic-ul li .texts {
		font-size: 20px;
		line-height: 32px;
	}
	.scientific-research-2 .additional .content {
		width: 1200px;
	}
	.scientific-research-2 .additional .numberbox .list h2 {
		margin-bottom: 40px;
	}
	/*contact(联系我们)*/
	.global-cooperation-2 .first .content,
	.global-cooperation-2 .thred .content {
		width: 1200px;
	}
	.global-cooperation-2 .first .tabBox .institute .items {
		font-size: 18px;
		line-height: 32px;
	}
	/*studentLife(校园生活)*/
	.campus-life .first .content,
	.campus-life .second .content,
	.campus-life .four .content,
	.campus-life .five .content {
		width: 1200px;
	}
	.campus-life .first .bottom .ftimg {
		width: 720px;
	}
	.campus-life .first .bottom .fixText {
		top: 25px;
		width: 545px;
		padding: 30px;
	}
	.campus-life .first .bottom .fixText h2 {
		font-size: 20px;
		line-height: 32px;
	}
	.campus-life .first .bottom .fixText p {
		font-size: 15px;
		line-height: 30px;
	}
	.campus-life .first .bottom .view-more {
		right: 280px;
	}
	.campus-life .second .recreational-activity .rtimg {
		width: 850px;
	}
	.campus-life .second .recreational-activity .fixClassify {
		width: 480px;
	}
	.campus-life .second .recreational-activity .fixClassify a.items {
		width: 240px;
		height: 240px;
	}
	.fixClassify a.items .Classify .text {
		font-size: 22px;
		line-height: 28px;
	}
	.campus-life .thred .studyBox {
		padding-left: calc((100% - 1200px) / 2);
	}
	.campus-life .thred .studyBox .fttetx h2 {
		margin-bottom: 20px;
	}
	.campus-life .thred .studyBox .fttetx p {
		font-size: 15px;
		line-height: 32px;
		margin-bottom: 40px;
	}
	.campus-life .four ul.program-ul li {
		width: 277px;
		margin-right: 30px;
		margin-bottom: 30px;
		border-bottom: solid 8px #003f88;
	}
	.swiper-cooperation {
		margin-left: -170px;
	}
	.swiper-cooperation .swiper-slide-active {
		width: 670px !important;
	}
	.swiper-cooperation .swiper-slide-next,
	.swiper-cooperation .swiper-slide-prev {
		width: 440px !important;
		overflow: hidden;
	}
	.swiper-cooperation .swiper-slide .text {
		line-height: 32px;
	}
	/*talkSeries(学术交流)*/
	.academic-exchange .content {
		width: 1200px;
	}
	.academic-exchange ul.academic-ul li {
		width: 380px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.academic-exchange ul.academic-ul li .texts h2 {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.academic-exchange ul.academic-ul li .texts .infos {
		font-size: 15px;
		line-height: 24px;
	}
	/*hangzhou(杭州)*/
	.hang-zhou .facts .content {
		width: 1200px;
	}
	.hang-zhou .programs .programbox .fixedText {
		padding: 30px 0 0 50px;
		padding-right: calc((100% - 1200px) / 2);
	}
	.hang-zhou .programs .programbox .fixedText p {
		font-size: 15px;
		line-height: 30px;
	}
	.hang-zhou .scenery .content {
		width: 1200px;
	}
	.hang-zhou .scenery .ft_tab_img {
		width: calc(100% - 380px);
	}
	.hang-zhou .scenery .rt_tab_btn {
		width: 380px;
	}
	.hang-zhou .scenery .rt_tab_btn .items {
		height: 271px;
		padding-top: 50px;
	}
	.hang-zhou .scenery .rt_tab_btn .items .smalllogo {
		margin-bottom: 40px !important;
	}
	.hang-zhou .subway .content {
		width: 1200px;
	}
	.hang-zhou .subway .content .fttext {
		width: 720px;
		padding: 40px 135px 30px 50px;
	}
	.hang-zhou .subway .fttext h3 {
		margin-bottom: 35px;
	}
	.hang-zhou .subway .fttext p {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.hang-zhou .subway .fixedimg {
		width: 580px;
		height: auto;
	}
	/*campus(校园)*/
	.campusBox .facts .content,
	.campusBox .programs .content {
		width: 1200px;
	}
	.campusBox .facts .content p {
		font-size: 26px;
	}
	.campusBox .programs .tese .items {
		width: 180px;
		height: 503px;
	}
	.campusBox .programs .tese .cur-items {
		width: 660px;
	}
	.campusBox .programs .tese .items .features-img-bg {
		width: 660px;
		height: 503px;
	}
}

.caTitle{
background:url(../img/image/title_bg_dd.png) no-repeat 59% 0;
background-size:20% 75%;
padding-bottom:40px;
    margin-bottom: 0 !important;
}
