* {
	margin: 0;
	padding: 0;
}

body,html {
	overflow-x: hidden;
	background-color: #f0f0f0;
	font-family: "Noto Sans SC";
	width: 100%;
	float: left;
}
.pb_sys_common{float:left;display: flex;
    align-items: center;
    justify-content: center;margin-top: 40px !important;
    width: 100%;}
.right_last_dau{display: inline-block;width: 100%;margin-top: 20px;}
	.right_last_dau b:nth-child(1){width: 48px;display: inline-block;text-align: left;
    float: left;}
	.right_last_dau a:nth-child(2){width: calc(100% - 57px);display: inline-block;text-align: left;
    float: left;}
	.right_last_dau b:nth-child(3){width: 48px;display: inline-block;text-align: left;
    float: left;}
	.right_last_dau a:nth-child(4){width: calc(100% - 57px);
    display: inline-block;
    text-align: left;
    float: left;}
.index_qfh{width: 100%;height: 100%;position: fixed;background-size: 1920px 1020px;background-repeat: no-repeat;background-position: center;left: 0;top: 0;}
.all_bg_index{width: 100%;float: left;position: relative;background-color: #f0f0f0;z-index: 1;}
.all_main_header_list ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
.new_index_all{
	width: 35px;
	height: 60px;
	display: inline-block;
	position: fixed; 
	bottom: 145px;
	-webkit-animation: more 2s infinite;
right:50px;
	animation: more 2s infinite;
}
@-webkit-keyframes more {  
0%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  20% {-webkit-transform: translateY(-5px);}
  40% {-webkit-transform: translateY(20px);}
}
@keyframes more {  
0%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  20% {-webkit-transform: translateY(-5px);}
  40% {-webkit-transform: translateY(20px);}
}
.new_index_all img{
	width: 35px;
	height: 60px;
	float: left;
	display: inline;
	    transform: scale(1.05);
	    transition: all 4s ease-out 0s;
}
.all_main_header_list_avtices ul a {
	color: #595757 !important;
	font-weight: 500 !important;
}
.all_main_header_list li ul a{
	height: 32px !important;
	font-size: 14px !important;
	color: #595757 !important;
	padding-left: 15px;
	padding-right: 20px;
	width: 100%;
	text-align: left !important;
	line-height: 32px !important;
	font-weight: 500px !important;
}
.all_main_header_list li:hover ul a{
	color: #595757 !important;
	font-weight: 500 !important;
}
.all_main_header_list li ul {
	background: #e8f1fa;
	width: 230px;
	top: 60px;
	position: absolute;
}
.all_main_header_list li ul li {
	width: 100%;
}
.all_main_header_list ul li:hover a{
	color: #595757 !important;
	font-weight: 500 !important;
}
.all_main_header_list li ul a {
	border: none;
	text-decoration: none;
	font-size: 14px;
	color: #595757 !important;
}
.all_main_header_list ul li{
	height: 32px !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.all_main_header_list ul li:nth-child(1){
	padding-left: 0 !important;
}
.all_main_header_list ul li:hover{
	height: 32px;
	background-image: none !important;
}
.all_main_header_list li ul a:hover {
	background-color: #dae3f6;
	color: #595757 !important;
}

.all_main_header_list ul li {
	overflow: hidden;
	height: 0 !important;
	line-height: 32px !important;
	-webkit-transition: height 50ms ease-in;
	-moz-transition: height 50ms ease-in;
	-o-transition: height 50ms ease-in;
	transition: height 50ms ease-in;
	
}
.all_main_header_list ul li a{
	overflow: hidden;
	height: 0 !important;
	line-height: 32px !important;
	-webkit-transition: height 50ms ease-in;
	-moz-transition: height 50ms ease-in;
	-o-transition: height 50ms ease-in;
	transition: height 50ms ease-in;
}
/* 
.your-class:hover  {
	transition: all .7s ease 0s;
}
 */
/* .your-class:hover .externals_list_list{
	display: block !important;
} */
.your-class:hover .externals_list_list li{
	height: 32px !important;
	line-height: 32px !important;
	transition: all .5s ease 0s;
}
.your-class:hover .externals_list_list li a{
	height: 32px !important;
	line-height: 32px !important;
	transition: all .5s ease 0s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block !important;
}
.your-class .externals_list_list{
	border-top: 3px solid #ff7e00;
}
.click_top {
	position: fixed;
	right: 20px;
	bottom: 190px !important;
	width: 100px !important;
	height: 50px !important;
	-webkit-animation: more 2s infinite;
	animation: more 2s infinite;
	z-index: 10;
}

.all_search {
	width: 100%;
	background-color: #1046c9;
	position: relative;
	z-index: 2;
	float: left;
	padding: 15px 0;
}

.all_search_zhongw {
	width: 69px;
	height: 18px;
	margin-right: calc((100% - 1600px)/2);
	float: right;
}

.all_search_input {
	float: right;
	width: 222px;
	display: flex;
	margin-right: 25px;
	align-items: center;
	height: 18px;
}

.all_search_input input:nth-child(3) {
	width: 100%;
	border: none;
	font-size: 14px;
	color: #fff;
	padding-right: 80px;
	height: 18px;
	border-bottom: 1px solid #fff;
	background-color: #1046c9;
	float: left;
}

.all_search_input img {
	width: 15px;
	height: 14px;
	float: left;
	margin-left: 160px;
	position: absolute;
	margin-top: -2px;
}

.all_search_input input:nth-child(2) {
	width: 50px;
	border: none;
	font-size: 14px;
	background-color: #1046c9;
	display: flex;
	align-items: center;
	margin-left: 179px;
	margin-top: -4px;
	float: left;
	position: absolute;
	justify-content: center;
	width: 42px;
	color: #fff;
}

.research .Internationals_title_text_in {
	width: 257px !important;
}

.research .Internationals_title_text_left,
.research .Internationals_title_text_right {
	width: calc((100% - 303px)/2) !important;
}

.research_text {
	width: 100%;
	float: left;
	font-size: 18px;
	margin-bottom: 70px;
	margin-top: 10px;
	color: #707070;
}

.research_text img {
	max-width: 100%;
}

.research_list {
	width: 100%;
	margin-bottom: 50px;
	float: left;
}

.research_lists {
	width: 415px;
	float: left;
	margin-bottom: 60px;
	height: 160px;
	margin-left: 27px;
}

.research_lists:nth-child(3n-2) {
	margin-left: 0;
}

.research_lists_img {
	width: 140px;
	height: 140px;
	float: left;
	position: relative;
}

.research_lists_neir {
	background-size: 100%;
	padding-left: 140px;
	padding-right: 20px;
	margin-top: -125px;
	width: 395px;
	height: 145px;
	float: left;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.research_lists_neir span {
	display: inline-block;
	float: left;
	font-size: 14px;
	width: 100%;
	color: #fff;
}

.research_lists_neir span:nth-child(1) {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.research_lists_neir span:nth-child(2) {
	font-size: 16px;
	display: -webkit-box;
	height: 66px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.research_lists_neir img {
	margin-top: 5px;
	width: 31px;
	height: 11px;
	float: right;
}

.alumni {
	width: 100%;
	float: left;
}

.alumni_title {
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 50px;
}

.alumni_title .swiper-container2 {
	float: left;
	width: 100%;
	padding: 0 calc((100% - 1125px)/2);
	overflow: hidden;
}

.alumni_title .swiper-container2 .swiper-wrapper {
	float: left;
	width: 100%;
}

.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide {
	float: left;
	color: #fff;
	height: 60px;
	font-size: 35px;
}

.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide a {
	display: inline-block;
	float: left;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #cccccc;
	height: 60px;
}

.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide-active {
	background-color: #ff7e00 !important;
}

.alumni_list {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 120px;
}

.alumni_lists {
	width: 630px;
	height: 250px;
	float: right;
	margin-bottom: 35px;
}

.alumni_lists img {
	width: 173px;
	height: 228px;
	margin-left: 20px;
	position: absolute;
}

.alumni_lists_neir {
	width: 100%;
	float: left;
	height: 220px;
	padding-left: 213px;
	padding-right: 20px;
	margin-top: 30px;
}

.alumni_lists_neir span {
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
}

.alumni_lists_neir span:nth-child(1) {
	font-size: 22px;
	margin-top: 18px;
	font-weight: bold;
}

.alumni_lists:nth-child(2n) {
	float: left;
}

.alumni_lists:nth-child(8n-7) .alumni_lists_neir {
	background-color: #6467f0;
}

.alumni_lists:nth-child(8n-6) .alumni_lists_neir {
	background-color: #1485ee;
}

.alumni_lists:nth-child(8n-5) .alumni_lists_neir {
	background-color: #10aeff;
}

.alumni_lists:nth-child(8n-4) .alumni_lists_neir {
	background-color: #07c160;
}

.alumni_lists:nth-child(8n-3) .alumni_lists_neir {
	background-color: #fa5151;
}

.alumni_lists:nth-child(8n-2) .alumni_lists_neir {
	background-color: #fa9d3b;
}

.alumni_lists:nth-child(8n-1) .alumni_lists_neir {
	background-color: #ffc300;
}

.alumni_lists:nth-child(8n) .alumni_lists_neir {
	background-color: #91d300;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: 0;
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

input {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dn {
	display: none;
}

/* .wrap { width: 1400px; margin: 0 auto;}
.w14{width: 1400px;margin: 0 auto;}
.clear{zoom: 1;}
.clear:after{clear:both;content:'';display:block;width:0;height:0;visibility:hidden; } */

/* pictextlink */
.link_pt .link {
	margin-bottom: -1px;
	overflow: hidden;
	float: left;
	width: 100%;
}

.link_pt img {
	display: block;
	width: 100%;
	float: left;
}

.link_pt .left,
.link_pt .right {
	width: 16.14%;
	position: relative;
	float: left;
}

.link_pt .left .text {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(16, 70, 201, .8);
	width: 70px;
	height: 100%;
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.link_pt .left .text a {
	display: block;
	float: left;
}

.link_pt .left .text img {
	display: block;
	width: 21px;
	height: 180px;
	transition: 0.4s;
	float: left;
}

.link_pt .left:hover .text {
	width: 100%;
	transition: 0.4s;
	float: left;
}

.link_pt .left:hover .text img {
	transition: 0.4s;
	margin-left: 40%;
	float: left;
}

.link_pt .right .text {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(16, 70, 201, .8);
	width: 70px;
	height: 100%;
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.link_pt .right .text a {
	display: block;
	float: left;
}

.link_pt .right .text img {
	display: block;
	width: 21px;
	height: 204px;
	transition: 0.4s;
	float: left;
}

.link_pt .right:hover .text {
	width: 100%;
	transition: 0.4s;
	float: left;
}

.link_pt .right:hover .text img {
	transition: 0.4s;
	margin-left: 40%;
	float: left;
}

.link_pt .middle {
	width: 67.7%;
	float: left;
}

.link_pt .middle ul li {
	float: left;
	width: 33.3333%;
	position: relative;
	float: left;
}

.link_pt .middle ul li a {
	display: block;
	float: left;
}

.link_pt .middle ul li .pic {
	overflow: hidden;
	transition: 0.6s all;
	float: left;
}

.link_pt .middle ul li .pic img {
	display: block;
	overflow: hidden;
	transition: 0.6s all;
	float: left;
}

.link_pt .middle ul li:hover .pic {
	opacity: 100;
	transition: 0.6s all;
	float: left;
}

.link_pt .middle ul li:hover .pic img {
	transition: 0.6s all;
	transform: scale(1.1);
	float: left;
}

.link_pt .middle ul li:hover .text {
	opacity: 0;
	transition: 0.6s all;
	float: left;
}

.link_pt .middle ul li .text {
	transition: 0.6s all;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	float: left;
}

.link_pt .middle ul li .text p {
	color: white;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 36px;
	height: 100%;
	float: left;
}

.link_pt .middle ul li:nth-child(1) .text {
	background: rgba(236, 105, 65, .8);
}

.link_pt .middle ul li:nth-child(2) .text {
	background: rgba(16, 70, 201, .8);
}

.link_pt .middle ul li:nth-child(3) .text {
	background: rgba(0, 183, 238, .8);
}

.link_pt .middle ul li:nth-child(4) .text {
	background: rgba(96, 118, 216, .8);
}

.link_pt .middle ul li:nth-child(5) .text {
	background: rgba(255, 126, 0, .8);
}

.link_pt .middle ul li:nth-child(6) .text {
	background: rgba(254, 59, 44, .8);
}

.all_list_title_type {
	display: none;
}

.all_list_new_type1 .pagination>.active>a,
.all_list_new_type1 .pagination>.active>a:focus,
.all_list_new_type1 .pagination>.active>a:hover,
.all_list_new_type1 .pagination>.active>span,
.all_list_new_type1 .pagination>.active>span:focus,
.all_list_new_type1 .pagination>.active>span:hover {
	background-color: #ff7e00 !important;
	border-color: #ff7e00 !important;
}

.all_list_new_type1 .pagination>li>a:focus,
.all_list_new_type1 .pagination>li>a:hover,
.all_list_new_type1 .pagination>li>span:focus,
.all_list_new_type1 .pagination>li>span:hover {
	background-color: #ff7e00 !important;
	border-color: #ff7e00 !important;
}

.all_main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.all_footer_bg {
	width: 100%;
	float: left;
	height: 161px;
}

.search-btn {
	width: 116px;
	height: 116px;
	position: absolute;
	right: 0;
	top: 3px;
	background-color: #ff7e00;
	border-radius: 50%;
	margin-top: -58px;
	margin-right: -58px;
	cursor: pointer;
	z-index: 3;
	float: left;
}

.all_center_title .all_news_title_text_in {
	padding: 0 !important;
	margin-left: 23px !important;
	margin-right: 23px !important;
	width: 400px !important;
}

.all_center_title .all_news_title_text_left {
	width: 437.5px !important;
}

.all_center_title .all_news_title_text_right {
	width: 336.5px !important;
}

.Faculty.all_center_title .all_news_title_text_in {
	width: 204px !important;
}

.Faculty.all_center_title .all_news_title_text_left {
	width: 521px !important;
}

.Faculty.all_center_title .all_news_title_text_right {
	width: 449px !important;
}

.Global.Faculty.all_center_title .all_news_title_text_in {
	width: 426px !important;
}

.GlobalPARTNER.all_center_title .all_news_title_text_left {
	width: 420px !important;
}

.GlobalPARTNER.all_center_title .all_news_title_text_right {
	width: 328px !important;
}

.GlobalPARTNER.all_center_title .all_news_title_text_in {
	width: 426px !important;
}

.Global.all_center_title .all_news_title_text_left {
	width: 417px !important;
}

.Global.all_center_title .all_news_title_text_right {
	width: 318px !important;
}

.Ovedsczx.Faculty.all_center_title .all_news_title_text_in {
	width: 420px !important;
}

.Ovedsczx.all_center_title .all_news_title_text_left {
	width: 499.5px !important;
}

.Ovedsczx.all_center_title .all_news_title_text_right {
	width: 392.5px !important;
}

.all_COLLEGE_list {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 80px;
}

.all_COLLEGE_list video {
	width: 990px;
	float: left;
	margin-left: calc((100% - 990px)/2);
}

.search-btn img {
	width: 22px;
	height: 15px;
	float: left;
	margin-left: 26px;
	margin-top: 70px;
}

.all_main_header {
	width: 100%;
	/* margin-left: calc((100% - 1600px)/2); */
	padding: 0 calc((100% - 1600px)/2);
	float: left;
	position: absolute;
	height: 80px;
	z-index: 2;
	border-top: 3px solid #ff7e00;
	background: rgba(16, 70, 201, .5);
}

.menu-show {
	background: rgba(16, 70, 201, .8);
	position: fixed;
	left: 0;
	top: 0;
}

.menu-show .search-btn {
	width: 100px;
	height: 100px;
	margin-right: 0 !important;
	margin-top: 0 !important;
	border-radius: 0 !important;
	top: 0 !important;
	display: none;
}

.menu-show .search-btn img {
	float: left;
	margin-left: calc((80px - 22px)/2) !important;
	margin-top: calc((80px - 15px)/2) !important;
}

.all_main_header_logo {
	width: 440px;
	height: 66px;
	float: left;
	margin-top: calc((80px - 66px)/2);
}

.all_main_header_list {
	display: inline-block;
	float: right;
	height: 80px;
}

.all_main_header_list li:nth-child(1) {
	margin-left: 0;
}

.all_main_header_list li {
	float: left;
	height: 80px;
	margin-left: 32px;
}

.all_main_header_list li a {
	font-size: 14px;
	line-height: 80px;
	height: 80px;
	text-align: center;
	min-width: 76px;
	float: left;
	color: #00ffff;
}

.all_main_header_list_avtices {
	background-image: url(../img/sanj.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.all_main_header_list_avtices a {
	color: #fff !important;
}

.all_main_header_list li:hover {
	background-image: url(../img/sanj.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.all_main_header_list li:hover a {
	color: #fff !important;
}

.swiper {
	width: 100%;
	display: none;
	float: left;
}

.swiper img {
	width: 100%;
	float: left;
}

.swiper_img {
	width: 100%;
	float: left;
	height: 145px;
	margin-top: -145px;
	left: 0;
	position: relative;
	z-index: 1;
}

.swiper_img img {
	width: 694px;
	float: left;
	height: 145px;
	position: relative;
	z-index: 1;
}

.swiper_img span {
	display: inline-block;
	float: left;
	width: 100%;
	position: absolute;
	height: 20px;
	margin-top: 125px;
	background-color: #1046c9;
	left: 0;
}

.all_news {
	width: 1300px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.all_news_title {
	width: 100%;
	float: left;
	height: 71px;
}

.Internationals_title,
.all_news_title,
.Sall_news_title {
	margin-top: 95px;
}

.all_footer {
	margin-top: 50px;
}

.all_news_title_text {
	width: calc(100% - 80px);
	float: left;
	height: 71px;
}

.all_news_title_text_left,
.all_news_title_text_right {
	width: calc((100% - 209px)/2);
	float: left;
	height: 8px;
	margin-top: calc((71px - 8px)/2);
}

.all_news_title_text_left span {
	display: inline-block;
	float: left;
}

.all_news_title_text_left span:nth-child(1) {
	width: calc(100% - 8px);
	float: left;
	height: 2px;
	background-color: #1046c9;
	margin-top: calc((8px - 2px)/2);
}

.all_news_title_text_left span:nth-child(2) {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1046c9;
	float: left;
}

.all_news_title_text_right span {
	display: inline-block;
	float: left;
}

.all_news_title_text_right span:nth-child(2) {
	width: calc(100% - 8px);
	float: left;
	height: 2px;
	background-color: #1046c9;
	margin-top: calc((8px - 2px)/2);
}

.all_news_title_text_right span:nth-child(1) {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1046c9;
	float: left;
}

.all_news_title_text_in {
	width: 149px;
	font-size: 48px;
	color: #535353;
	height: 71px;
	line-height: 71px;
	float: left;
    text-align: center;
	margin: 0 30px;
	font-weight: 500;
}

.all_news_title_more {
	display: inline-block;
	float: right;
	font-size: 18px;
	font-weight: 500;
	height: 25px;
	margin-top: calc((71px - 25px)/2);
	width: 73px;
	color: #0d0d0d;
	text-align: right;
	color: #0D0D0D;
}

.all_news_list {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.all_news_list_itr {
	float: right;
	width: 634px;
	height: 59px;
	border: 1px solid #c9c9c9;
	margin-top: 4.2px;
}

.all_news_list_itr:nth-child(2) {
	margin-top: 0;
}

.swiper-container3 .all_news_list_itr:nth-child(1) {
	float: left;
	width: 634px;
	height: 375px;
	margin-top: 0;
	border: none;
}
.swiper-container3{
	float: left;
	width: 634px;
	height: 375px;
}

.all_news_list_itr:nth-child(2):hover .all_news_list_itr_neir_topright,
.all_news_list_itr:nth-child(3):hover .all_news_list_itr_neir_topright,
.all_news_list_itr:nth-child(4):hover .all_news_list_itr_neir_topright,
.all_news_list_itr:nth-child(5):hover .all_news_list_itr_neir_topright,
.all_news_list_itr:nth-child(6):hover .all_news_list_itr_neir_topright,
.all_news_list_itr:nth-child(7):hover .all_news_list_itr_neir_topright {
	background-color: #1046c9;
}

.all_news_list_itr:nth-child(2):hover,
.all_news_list_itr:nth-child(3):hover,
.all_news_list_itr:nth-child(4):hover,
.all_news_list_itr:nth-child(5):hover,
.all_news_list_itr:nth-child(6):hover,
.all_news_list_itr:nth-child(7):hover {
	background-color: #fff;
	color: #fff;
	border: 1px solid #1046c9;
}

.all_news_list_itr_img {
	display: none;
	width: 634px;
	height: 375px;
	float: left;
	position: absolute;
}

.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_img {
	display: block;
}

.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir_topright {
	display: none;
}

.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir {
	width: 100%;
	height: 375px;
	float: left;
	position: relative;
}

.all_news_list_itr_neir_topright {
	width: 59px;
	height: 57px;
	float: left;
	background-color: #3d68d1;
}

.all_news_list_itr_neir_topright span {
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
}

.all_news_list_itr_neir_topright span:nth-child(1) {
	font-size: 25px;
	color: #ffffff;
}

.all_news_list_itr_neir_topright span:nth-child(2) {
	font-size: 12px;
	color: #ffffff;
}

.all_news_list_itr_neir_title {
	width: calc(100% - 59px);
	float: left;
	height: 59px;
	text-align: left;
	line-height: 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 14px;
	padding: 0 12px;
}

.all_news_list_itr_neir_text {
	width: 100%;
	width: calc(100% - 40px);
	margin: 0 24px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	color: #262626;
	overflow: hidden;
}

.swiper-container3  .all_news_list_itr:nth-child(1) {
	width: 634px !important;
	height: 375px !important;
	float: left;
}

.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_img {
	display: block !important;
}

.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir_title {
	-webkit-line-clamp: 1;
	background-color: rgba(16, 70, 201, .8);
	padding: 0 24px;
	width: 100% !important;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 335px;
	margin-left: 0 !important;
	font-weight: 500;
	color: #FFFFFF;
}

.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir_text,
.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir_topleft {
	display: none;
}

/* 閸忣剙鎲� */
.all_notice {
	width: 100%;
	float: left;
	background-image: url(../img/gg_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 36px;
}

.all_notices {
	width: 1300px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.all_notice_title {
	width: 100%;
	float: left;
	margin-top: 54px;
	height: 57px;
	margin-bottom: 28px;
}

.all_notice_title_text {
	width: calc(100% - 80px);
	float: left;
	height: 57px;
}

.all_notice_title span {
	display: inline-block;
	float: left;
}

.all_notice_title span:nth-child(1) {
	font-size: 40px;
	font-weight: 500;
	height: 57px;
	width: 149px;
	text-align: left;
	color: #FFFFFF;
}

.all_notice_title span:nth-child(2) {
	width: calc(100% - 170px);
	float: right;
	height: 1px;
	background-color: #fff;
	margin-top: calc((57px - 1px)/2);
}

.all_notice_title_more {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF !important;
	display: inline-block;
	width: 73px;
	height: 57px;
	line-height: 57px;
	text-align: right;
	float: right;
}

.all_notices_list {
	width: 100%;
	float: left;
}

.all_notices_lists {
	width: 410px;
	height: 140px;
	float: left;
	margin-left: 35px;
	background-color: #fff;
	padding: 20px 35px;
	margin-bottom: 35px;
}

.all_notices_lists:hover {
	background-color: #ff7e00;
}

.all_notices_lists:hover .all_notices_lists_title {
	color: #fff;
}

.all_notices_lists_time {
	width: 100%;
	float: left;
}

.all_notices_lists_time span {
	display: inline-block;
	float: left;
	color: #1046c9;
}

.all_notices_lists_time span:nth-child(1) {
	font-size: 30px;
	/* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
	height: 42px;
	font-weight: 400;
	color: #1046C9;
}

.all_notices_lists_time span:nth-child(2) {
	font-size: 18px;
	font-weight: 400;
	color: #1046C9;
	height: 25px;
	margin-top: 15px;
}

.all_notices_lists_time span:nth-child(3) {
	font-size: 14px;
	font-weight: 400;
	color: #1046C9;
	height: 20px;
	margin-top: 17px;
}

.all_notices_lists_title {
	width: 100%;
	float: left;
	font-size: 11px;
	margin-top: 6px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #898989;
}

.all_notices_lists:nth-child(1),
.all_notices_lists:nth-child(4) {
	margin-left: 0;
}

/* 閸ヤ粙妾禍銈嗙ウ */
.International {
	width: 100%;
	float: left;
	background-image: url(../img/gjjl_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 36px;
	padding-bottom: 130px;
}

.Internationals {
	width: 1300px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.Internationals_title {
	width: 100%;
	float: left;
	height: 71px;
	margin-bottom: 50px;
}

.all_news_title_text {
	width: calc(100% - 80px);
	float: left;
	height: 71px;
}

.Internationals_title_text_left,
.Internationals_title_text_right {
	width: calc((100% - 296px)/2);
	float: left;
	height: 8px;
	margin-top: calc((71px - 8px)/2);
}

.Internationals_title_text_left span {
	display: inline-block;
	float: left;
}

.Internationals_title_text_left span:nth-child(1) {
	width: calc(100% - 8px);
	float: left;
	height: 2px;
	background-color: #1046c9;
	margin-top: calc((8px - 2px)/2);
}

.Internationals_title_text_left span:nth-child(2) {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1046c9;
	float: left;
}

.Internationals_title_text_right span {
	display: inline-block;
	float: left;
}

.Internationals_title_text_right span:nth-child(2) {
	width: calc(100% - 8px);
	float: left;
	height: 2px;
	background-color: #1046c9;
	margin-top: calc((8px - 2px)/2);
}

.Internationals_title_text_right span:nth-child(1) {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1046c9;
	float: left;
}

.Internationals_title_text_in {
	width: 250px;
	font-size: 47px;
	color: #535353;
	height: 71px;
	line-height: 71px;
	float: left;
	margin: 0 23px;
text-align: center;
	font-weight: 500;
}

.Internationals_text {
	width: 100%;
	float: left;
}

.Internationals_text_left {
	width: 565px;
	float: left;
	padding: 46px;
	background-color: rgba(16, 70, 201, .8);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #F0F0F0;
}

.Internationals_text_left span {
	display: inline-block;
	float: left;
	margin-top: 10px;
}

.Internationals_text_left span:nth-child(1) {
	margin-top: 0;
}

.Internationals_text_right {
	width: calc(100% - 578px);
	float: right;
}

.Internationals_text_right_lists {
	height: 442px;
	float: left;
	background-color: #1046c9;
}

.Internationals_text_right_lists:nth-child(4) {
	width: 392px;
}

.Internationals_text_right_lists:nth-child(5) {
	width: 317px;
	margin-left: 13px;
}

.Internationals_text_right img {
	width: 100%;
	height: 279px;
	float: left;
}

.Internationals_text_right_lists_neir {
	width: 100%;
	float: left;
	padding: 0 30px;
}

.Internationals_text_right_lists_neir span {
	display: inline-block;
	float: left;
}

.Internationals_text_right_lists_neir span:nth-child(1) {
	font-size: 10px;
	font-weight: bold;
	margin: 8px 0;
	color: #E6E6E6;
}

.Internationals_text_right_lists_neir span:nth-child(2) {
	font-size: 10px;
	font-weight: 300;
	color: #E6E6E6;
}

.Internationals_text_right_badge {
	width: 100%;
	float: left;
	height: 208px;
	margin-top: 14px;
	background-color: #ff7e00;
}

.Internationals_text_right_badge_title {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 20px 0;
	text-align: center;
}

.indent-col-main {
	POSITION: relative;
	padding: 0 40px;
	width: 100%;
	float: left;
}

.block-slider {
	POSITION: relative;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px 1px;
	PADDING-LEFT: 0px;
	WIDTH: 100%;
	float: left;
	PADDING-RIGHT: 0px;
	OVERFLOW: hidden;
	PADDING-TOP: 0px
}

.block-slider ul {
	PADDING-BOTTOM: 0px;
	liST-STYLE-TYPE: none;
	MARGIN: 0px;
	float: left;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	background-color: #fff;
	HEIGHT: 108px;
	OVERFLOW: hidden;
	PADDING-TOP: 0px;
	width: 100%;

}

.block-slider ul li {
	POSITION: relative;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 107px;
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	FLOAT: left;
	HEIGHT: 93px;
	margin-top: calc((108px - 93px)/2);
	PADDING-TOP: 0px
}

.block-slider ul li img {
	width: 92px;
	height: 93px;
	margin-left: calc((100% - 92px)/2);
}

#left_but {
	Z-INDEX: 999;
	POSITION: absolute;
	MARGIN: 0px;
	WIDTH: 23px;
	BACKGROUND: url(../img/btn_left.png) no-repeat left top;
	HEIGHT: 38px;
	top: calc((107px - 38px)/2);
	CURSOR: pointer;
	LEFT: 7px
}


#right_but {
	POSITION: absolute;
	MARGIN: 0px;
	WIDTH: 23px;
	BACKGROUND: url(../img/btn_right.png) no-repeat left top;
	HEIGHT: 38px;
	top: calc((107px - 38px)/2);
	CURSOR: pointer;
	RIGHT: 8px
}


/* 鐢牐绁崝娑㈠櫤 */
.Faculty .all_news_title_text_in {
	width: 218px !important;
}

.Faculty .all_news_title_text_left,
.Faculty .all_news_title_text_right {
	width: calc((100% - 278px)/2) !important;
}

.Faculty_list {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.Faculty_lists {
	width: 410px;
	float: left;
	height: 150px;
	margin-top: 35px;
	margin-left: 35px;
}

.Faculty_list a:nth-child(1) .Faculty_lists,
.Faculty_list a:nth-child(4) .Faculty_lists {
	margin-left: 0;
}

.Faculty_lists_img {
	width: 150px;
	height: 150px;
	float: left;
}

.Faculty_lists_neir {
	width: calc(100% - 150px);
	height: 150px;
	float: left;
}

.Faculty_lists_neir span {
	display: inline-block;
	float: left;
	padding: 0 10px;
}

.Faculty_lists_neir span:nth-child(1) {
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	width: 100%;
	-webkit-box-orient: vertical;
	margin-top: 20px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 43px;
	color: #FFFFFF;
}

.Faculty_lists_neir span:nth-child(2) {
	font-size: 12px;
	font-weight: 400;
	display: -webkit-box;
	margin-top: 10px;
	width: 100%;
	-webkit-box-orient: vertical;
	height: 37px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #FFFFFF;
}

.Faculty_lists_neir img {
	margin-top: 10px;
	width: 31px;
	height: 11px;
	float: right;
	margin-right: 10px;
}

.Faculty_list a:nth-child(1) .Faculty_lists {
	background-color: #448aca;
}

.Faculty_list a:nth-child(2) .Faculty_lists {
	background-color: #6076d8;
}

.Faculty_list a:nth-child(3) .Faculty_lists {
	background-color: #8279f5;
}

.Faculty_list a:nth-child(4) .Faculty_lists {
	background-color: #f8b551;
}

.Faculty_list a:nth-child(5) .Faculty_lists {
	background-color: #80c269;
}

.Faculty_list a:nth-child(6) .Faculty_lists {
	background-color: #13b5b1;
}

/* 閸忋劎鎮嗛崥鍫滅稊娴兼瑤鍗� */
.Global .all_news_title_text_in {
	width: 282px !important;
}

.Global .all_news_title_text_left,
.Global .all_news_title_text_right {
	width: calc((100% - 499px)/2) !important;
}

.earth {
	width: 100%;
	background-image: url(../img/ditu.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 616px;
	float: left;
	margin-top: 40px;
}

.earth_zhou {
	width: 1100px;
	margin-left: calc((100% - 1100px)/2);
	float: left;
	position: absolute;
	height: 616px;
}

.earth_list {
	width: 100%;
	float: left;
	padding: 0 100px;
	margin-top: 490px;
}

.earth_zhou ul {
	width: 100%;
	float: left;
}

.earth_zhou ul li {
	position: absolute;
	float: left;
	width: 26px;
	height: 26px;
	margin-left: calc((58px - 26px)/2);
	margin-top: calc((58px - 26px)/2);
	background-color: #0366b0;
	border: 5px solid #0de2fc;
	border-radius: 50%;
}

.earth_zhou ul li:hover .earth_zhou_list {
	display: block;
}

.earth_zhou ul li .quan {
	float: left;
	width: 35px;
	height: 35px;
	margin-left: calc((58px - 35px)/2);
	margin-top: calc((58px - 35px)/2);
	background-color: #0366b0;
	border: 5px solid #0de2fc;
	border-radius: 50%;
}

.earth_zhou ul li:nth-child(1) {
	top: 180px;
	position: relative;
	z-index: 1;
	left: 140px;
}

.earth_zhou ul li:nth-child(2) {
	top: 344px;
	left: 50px;
}

.earth_zhou ul li:nth-child(3) {
	top: 438px;
	left: 410px;
}

.earth_zhou ul li:nth-child(4) {
	top: 190px;
	left: 900px;
}

.earth_zhou ul li:nth-child(5) {
	top: 403px;
	left: 1050px;
}

.earth_zhou ul li:nth-child(6) {
	top: 52px;
	left: 1100px;
}

.earth_zhou ul li:nth-child(7) {
	top: 223px;
	left: 327px;
	width: 58px;
	height: 58px;
	background-color: #1cb6f7;
	border: none;
	border-radius: 50%;
}

.earth_zhou ul li:nth-child(7)::before {
	content: "";
	background-color: #00ffff;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	border-radius: 50%;
	-webkit-animation: warn-3 1.6s ease-out infinite;
	animation: warn-3 1.6s ease-out infinite;
	z-index: 0;
}

.Global_Overseas_pc .Global_list:nth-child(1) .Global_list_right {
	background-image: url(../img/ed_01.png) !important;
	width: 362px !important;
	height: 217px !important;
	margin-top: -239px !important;
	margin-left: 268px !important;
}

.Global_Overseas_pc .Global_list:nth-child(2) .Global_list_right {
	background-image: url(../img/ed_02.png) !important;
	width: 362px !important;
	height: 217px !important;
	margin-top: -239px !important;
	margin-left: 268px !important;
}

.Global_Overseas_pc .Global_list:nth-child(3) .Global_list_right {
	background-image: url(../img/ed_03.png) !important;
	width: 362px !important;
	height: 217px !important;
	margin-top: -239px !important;
	margin-left: 268px !important;
}

.Global_Overseas_pc .Global_list img {
	width: 302px !important;
	height: 262px !important;
}

.Global_Overseas_pc .Global_list {
	width: 630px !important;
	height: 262px !important;
}

.Global_Overseas_pc .Global_list:nth-child(3) {
	margin-left: calc((100% - 630px)/2);
	margin-top: 40px !important;
	margin-bottom: 120px;
}

@-webkit-keyframes warn-3 {
	0% {
		opacity: .35;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	75% {
		opacity: 0;
		-webkit-transform: scale(6);
		transform: scale(6)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(6);
		transform: scale(6)
	}
}

@keyframes warn-3 {
	0% {
		opacity: .35;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	75% {
		opacity: 0;
		-webkit-transform: scale(6);
		transform: scale(6)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(6);
		transform: scale(6)
	}
}

.earth_zhou ul li:nth-child(3) .earth_zhou_list {
	top: -140px;
	left: 5px;
}

.earth_zhou ul li:nth-child(4) .earth_zhou_list {
	left: -194px;
	top: 2px;
}

.earth_zhou ul li:nth-child(5) .earth_zhou_list {
	left: -194px;
	top: -140px;
}

.earth_zhou ul li:nth-child(6) .earth_zhou_list {
	left: -194px;
	top: 2px;
}

.earth_zhou_list {
	width: 204px;
	display: none;
	height: 150px;
	position: absolute;
	z-index: 99;
	background-image: url(../img/zhou_k.png);
	background-repeat: no-repeat;
}

.earth_zhou_list span {
	display: inline-block;
	width: 100%;
	float: left;
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

.earth_zhou_list span:nth-child(1) {
	font-size: 20px;
	margin-top: 16px;
}

.earth_lists {
	display: inline-block;
	float: right;
}

.earth_lists:nth-child(4)::before {
	z-index: -1;
}

.earth_lists::before {
	content: "";
	position: absolute;
	width: 2px;
	background-color: #665bf6;
	height: 70px;
	margin-top: 15px;
	margin-left: -44px;
}

.earth_lists span {
	float: left;
	display: inline-block;
	width: 100%;
	color: #fff;
}

.earth_lists span:nth-child(1) {
	font-size: 48px;
	/* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
}

.earth_lists span a {
	color: #fff;
	font-weight: bold;
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
}

.earth_lists span:nth-child(2) {
	font-size: 20px;
}

.Global {
	width: 1300px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.Global_list {
	width: 574px;
	margin-top: 90px;
	float: left;
	height: 239px;
}

.Global_list img {
	width: 275px;
	height: 239px;
	float: left;
}

.Global_list_right {
	width: 332px;
	position: relative;
	height: 199px;
	float: left;
	color: #fff;
	margin-left: 243px;
	margin-top: -219px;
}

.Global_list_right_title {
	margin-left: 32px;
	margin-top: 28px;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	height: 50px;
	border-bottom: 4px solid #fff;
	color: #FFFFFF;
}

.Global_list_right_title::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 44px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
}

.Global_list_right_neir {
	padding: 0 32px;
	font-size: 20px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 56px;
	margin-top: 10px;
	color: #FFFFFF;
}

.Global_list_right_more {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	padding: 0 32px;
	margin-top: 20px;
	color: #FFFFFF;
}

.Global_list:nth-child(1) .Global_list_right {
	background-image: url(../img/xw01.png);
}

.Global_list:nth-child(2) .Global_list_right {
	background-image: url(../img/xw02.png);
}

.Global_list:nth-child(2) {
	float: right;
}

/* 閻ｆ瑥顒熷銉ャ亣 */
.Overseas {
	width: 784px;
	float: left;
	margin-bottom: 50px;
	margin-left: calc((100% - 784px)/2);
}

.Overseas_video {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.Overseas_video video {
	float: left;
	width: 100%;
}

.Overseas_list {
	width: 100%;
	float: left;
	height: 326px;
	margin-top: 30px;
}

.Overseas_list img {
	width: 376px;
	height: 326px;
	float: left;
}

.Overseas_list_study {
	width: 452px;
	position: relative;
	height: 270px;
	float: left;
	color: #fff;
	margin-left: 331px;
	margin-top: -298px;
}

.Overseas_list_study_title {
	margin-left: 32px;
	margin-top: 28px;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	height: 50px;
	border-bottom: 4px solid #fff;
	color: #FFFFFF;
}

.Overseas_list_study_title::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 44px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
}

.Overseas_list_study_neir {
	padding: 0 32px;
	font-size: 20px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 56px;
	margin-top: 10px;
	color: #FFFFFF;
}

.Overseas_list_study_more {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 0 32px;
	margin-top: 20px;
	color: #FFFFFF;
}

.Overseas_list:nth-child(3) img {
	float: right;
}

.Overseas_list:nth-child(3) .Overseas_list_study {
	float: left;
	margin-left: 0;
}

.Overseas_list:nth-child(2) .Overseas_list_study {
	background-image: url(../img/lw01.png);
}

.Overseas_list:nth-child(3) .Overseas_list_study {
	background-image: url(../img/lw02.png);
}

/* 閼辨梻閮撮幋鎴滄粦 */
.ContactUs {
	width: 100%;
	float: left;
	background-image: url(../img/cont_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ContactUss {
	width: 1300px;
	margin-bottom: 85px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.ContactUss .Internationals_title {
	margin-top: 82px !important;
}

.ContactUss .Internationals_title span {
	background-color: #fff !important;
}

.ContactUss .Internationals_title_text_in {
	color: #fff !important;
	width: 304px !important;
}

.ContactUss .Internationals_title_text_left,
.ContactUss .Internationals_title_text_right {
	width: calc((100% - 360px)/2) !important;
	float: left;
	height: 8px;
	margin-top: calc((71px - 8px)/2);
}

.ContactUss_dest {
	width: 100%;
	float: left;
}

.ContactUss_dest_map {
	width: 650px;
	height: 410px;
	float: left;
	border: 10px solid #bfbfbf;
}
.ContactUss_dest_map img{
width: 100%;
    height: 100%;
    float: left;
object-fit: cover;
}

.ContactUss_dest_info {
	width: 575px;
	float: right;
	height: 410px;
}

.ContactUss_dest_info img {
	height: 410px;
	width: 28px;
	float: left;
}

.ContactUss_dest_info_right {
	width: calc(100% - 48px);
	float: right;
}

.ContactUss_dest_info_right span {
	display: inline-block;
	float: left;
	width: 100%;
	color: #fff;
	height: 60px;
	font-size: 18px;
}

.ContactUss_dest_info_right span:nth-child(1) {
	margin-top: 108px;
}

.ContactUss_dest_info_right span a {
	font-weight: bold;
	color: #fff;
}

/* 鐠у嫭鏋℃稉瀣祰 */
.download {
	width: 1600px;
	float: left;
	margin-left: calc((100% - 1600px)/2);
}

.download .Internationals_title_text_in {
	width: 595px !important;
}

.download .Internationals_title_text_left,
.download .Internationals_title_text_right {
	width: calc((100% - 641px)/2) !important;
	float: left;
	height: 8px;
	margin-top: calc((71px - 8px)/2);
}

.download_top {
	width: 100%;
	float: left;
}

.download_top_title {
	width: 100%;
	float: left;
	padding: 0 45px;
	height: 61px;
	line-height: 61px;
	margin-bottom: 35px;
}

.download_list_wai .download_list:nth-child(1) .download_top_title {
	background-color: #ff7e00;
}

.download_list_wai .download_list:nth-child(2) .download_top_title {
	background-color: #1046c9;
}

.download_list:nth-child(2) .download_list_ram ul {
	margin-left: 15px;
}

.download_top_title span {
	display: inline-block;
	float: left;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
}

.download_top_title a {
	display: inline-block;
	float: right;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

.download_list {
	width: 50%;
	float: left;
}

.download_list_wai {
	width: 100%;
	float: left;
}

.download_list:nth-child(1) li:hover .download_list_ram_time {
	background-color: #ff7e00;
	color: #fff;
}

.download_list:nth-child(1) li:hover .download_list_ram_time span {
	color: #fff;
}

.download_list:nth-child(1) li:hover .download_list_ram_title {
	background-color: #fff;
	border-top: 1px solid #ff7e00;
	border-bottom: 1px solid #ff7e00;
}

.download_list:nth-child(1) li:hover .download_list_ram_title span {
	color: #595757;
	font-weight: 500;
}

.download_list:nth-child(1) li:hover .download_list_ram_dow {
	background-color: #ff7e00;
	background-image: url(../img/dow_w.png);
}

.download_list:nth-child(2) {
	float: right;
}

.download_list:nth-child(2) li:hover .download_list_ram_time {
	background-color: #1046c9;
	color: #fff;
}

.download_list:nth-child(2) li:hover .download_list_ram_time span {
	color: #fff;
}

.download_list:nth-child(2) li:hover .download_list_ram_title {
	background-color: #fff;
	border-top: 1px solid #1046c9;
	border-bottom: 1px solid #1046c9;
}

.download_list:nth-child(2) li:hover .download_list_ram_title span {
	color: #595757;
	font-weight: 500;
}

.download_list:nth-child(2) li:hover .download_list_ram_dow {
	background-color: #1046c9;
	background-image: url(../img/dow_w.png);
}

.download_list_ram ul {
	width: 100%;
	float: left;
}

.download_list_ram {
	width: calc(100% - 15px);
	float: left;
}

.download_list_ram ul li {
	width: 100%;
	margin-bottom: 15px;
	float: left;
	height: 60px;
	cursor: pointer;
	background-color: #f8f8f8;
}

.download_list_ram_time {
	width: 60px;
	height: 60px;
	float: left;
	background-color: #fff;
}

.download_list_ram_time span {
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
}

.download_list_ram_time span:nth-child(1) {
	font-size: 25px;
	font-weight: bold;
	margin-top: 3px;
	color: #595757;
}

.download_list_ram_time span:nth-child(2) {
	font-size: 12px;
	font-weight: 400;
	color: #595757;
}

.download_list_ram_title {
	width: calc((100% - 60px) - 40px);
	padding: 0 30px;
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #595757;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download_list_ram_title span {
	display: inline-block;
	width: 100%;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.download_list_ram_dow {
	width: 40px;
	height: 60px;
	float: left;
	background-image: url(../img/dow_b.png);
	background-repeat: no-repeat;
	background-position: center;
}

.download_more {
	display: inline-block;
	float: left;
	color: #f0f0f0 !important;
	font-weight: "鐎瑰缍�";
	font-size: 18px;
	width: 104px;
	margin-top: 20px;
	margin-left: calc((100% - 104px)/2);
	text-align: center;
	border-radius: 14px;
	background-color: #1046c9;
	height: 28px;
	line-height: 28px;
}

/* 鎼存洟鍎� */
.all_footer {
	width: 100%;
	float: left;
	background-image: url(../img/d_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.all_footers {
	width: 1600px;
	float: left;
	margin: 33px 0;
	margin-left: calc((100% - 1600px)/2);
}

.all_footers_logo {
	width: 193px;
	float: left;
	margin-top: calc((95px - 91px)/2);
	height: 91px;
}

.all_footers_ewm {
	width: 150px;
	float: left;
	height: 65px;
	margin-left: calc(((100% - 193px) - 348px)/2);
	margin-top: calc((100px - 65px)/2);
}

.all_footers_ewm img {
	width: 65px;
	height: 65px;
	float: left;
}

.all_footers_ewm img:nth-child(2) {
	float: right;
}

.all_footers_info {
	width: 100%;
	float: right;
}

.all_footers_info span {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #F0F0F0;
	margin-top: 10px;
}

.all_footers_info span a {
	color: #F0F0F0;
}

.all_footers_info span:nth-child(1) {
	margin-top: 0;
}

.faculty_teacher {
	width: 100%;
	float: left;
	/* background-image: url(../img/tea_bg.jpg); */
	/* background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	/* min-height: 1080px; */
}

.faculty_teachers_xian {
	width: 708px;
	margin-top: 10px;
	float: left;
}

.faculty_teachers_xian span {
	display: inline-block;
	float: left;
}

.faculty_teachers_xian span:nth-child(1) {
	width: calc(100% - 8px);
	float: left;
	height: 2px;
	background-color: #1046c9;
	margin-top: calc((8px - 2px)/2);
}

.faculty_teachers_xian span:nth-child(2) {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #1046c9;
	float: left;
}

.faculty_teachers {
	width: 1300px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.faculty_teachers_title {
	width: 100%;
	float: left;
	color: #535353;
	margin-top: 95px;
	font-size: 48px;   
}

.faculty_teachers_text {
	width: 100%;
	margin-top: 10px;
	float: left;
	font-size: 26px;
	color: #1046c9;
}

.faculty_teachers_list {
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 57px;
}

.faculty_teachers_list_team {
	width: 404px;
	float: left;
	position: relative;
	display: inline-block;
	background-color: #665bf6;
	height: 255px;
	margin-left: 44px;
	margin-bottom: 38px;
}

.faculty_teachers_list_team:nth-child(3n-2) {
	margin-left: 0;
}

.faculty_teachers_list_team::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	float: left;
	background-image: url(../img/ltop.png);
	left: -3px;
	top: -3px;
}

.faculty_teachers_list_team::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../img/rbot.png);
	float: left;
	bottom: -3px;
	right: -3px;
}

.faculty_teachers_list_team_img {
	width: 188px;
	height: 255px;
	float: left;
}

.faculty_teachers_list_team_right {
	width: calc(100% - 188px);
	float: left;
	padding: 0 20px;
	background-color: #665bf6;
	height: 232px;
}

.faculty_teachers_list_team_right span {
	display: inline-block;
	float: left;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width: 100%;
	font-size: 14px;
	margin-top: 5px;
}

.faculty_teachers_list_team_right span:nth-child(1) {
	font-size: 20px;
	margin-top: 20px;
}

.faculty_teachers_list_team_right span:nth-child(2) {
	margin-top: 10px;
}

.faculty_teachers_list_team_right span:nth-child(3) {
	margin-top: 0;
}

.faculty_teachers_list_team_right span:nth-child(4) {
	margin-top: 10px;
}

.faculty_teachers_list_team_right span:nth-child(5) {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	margin-top: 0;
}

.faculty_teachers_list_team_right img {
	width: 35px;
	height: 12px;
	float: right;
	margin-left: calc(158px - 35px);
	position: absolute;
	bottom: 26px;
}

.Fishbone {
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	border-top: 20px solid #d3d3d4;
}

.Fishbones {
	width: 1300px;
	float: left;
	margin-left: calc((100% - 1300px)/2);
}

.Fishbones_title {
	/* width: 100%; */
	margin-top: 70px;
	margin-bottom: 70px;
	color: #535353;
	font-size: 48px;
	padding: 10px 0;    text-align: center;
	float: left;
	border-bottom: 10px solid #1046c9;
}

.Fishbones_title::before {
	position: absolute;
	content: "";
	border: 18px solid #f0f0f0;
	margin-top: 91px;
	margin-left: 300px;
	border-top-color: #1046c9;
}

.Fishbones_img_pc {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.Fishbones_img_yd {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	display: none;
}

.constants_joinus {
	width: 800px;
	float: left;
	margin-top: 120px;
	margin-bottom: 120px;
	margin-left: calc((100% - 800px)/2);
	height: 327px;
}

.constants_joinus img {
	width: 376px;
	height: 327px;
	position: absolute;
	float: left;
}

.constants_joinus_right {
	width: 452px;
	float: right;
	height: 270px;
	margin-top: calc((327px - 270px)/2);
	background-color: rgba(60, 87, 210, .8);
	position: relative;
	z-index: 1;
}

.constants_joinus_right_title {
	margin-left: 32px;
	margin-top: 28px;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	height: 50px;
	border-bottom: 4px solid #fff;
	color: #FFFFFF;
}

.constants_joinus_right_title::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 44px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
}

.constants_joinus_right_neir {
	padding: 0 32px;
	font-size: 20px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 90px;
	margin-top: 10px;
	color: #FFFFFF;
}

.constants_joinus_right_more {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 0 32px;
	margin-top: 20px;
	color: #FFFFFF !important;
}

@media screen and (max-width: 1620px) {
	.all_search_zhongw {
		margin-right: calc((100% - 1300px)/2);
	}

	.all_main_header_list li {
		margin-left: 10px;
	}

	.all_main_header_list li a {
		font-size: 12px;
min-width:58px;
	}

	.swiper_img {
		width: 100%;
		float: left;
		height: 117px;
		margin-top: -117px;
		position: relative;
		z-index: 1;
	}

	.swiper_img img {
		width: 560px;
		float: left;
		height: 117px;
		position: relative;
		z-index: 1;
	}

	.swiper_img span {
		display: inline-block;
		float: left;
		width: 100%;
		position: absolute;
		height: 20px;
		margin-top: 97px;
		background-color: #1046c9;
		left: 0;
	}

	.block-slider ul li {
		POSITION: relative;
		PADDING-BOTTOM: 0px;
		PADDING-LEFT: 0px;
		WIDTH: 103px;
		PADDING-RIGHT: 0px;
		DISPLAY: block;
		FLOAT: left;
		HEIGHT: 93px;
		margin-top: calc((108px - 93px)/2);
		PADDING-TOP: 0px
	}

	.download,
	.all_footers,
	.all_main_header,
	.navigation {
		width: 1300px;
		margin-left: calc((100% - 1300px)/2);
	}

	.all_main_header {
		width: 100% !important;
		padding: 0 calc((100% - 1300px)/2) !important;
		margin-left: 0 !important;
	}

	.all_main_header_list {
		margin-right: 0;
	}


	.navigation_left {
		display: none;
	}

	.navigation_list {
		width: 100%;
	}

	.navigation_list li {
		width: calc((100% - 24px)/3);
	}

	.Internationals_text_left {
		padding: 46px;
	}

	.all_center_title .all_news_title_text_left {
		width: 428.5px !important;
	}

	.all_center_title .all_news_title_text_right {
		width: 345.5px !important;
	}

	.Faculty.all_center_title .all_news_title_text_in {
		width: 204px !important;
	}

	.Faculty.all_center_title .all_news_title_text_left {
		width: 495px !important;
	}

	.Faculty.all_center_title .all_news_title_text_right {
		width: 375px !important;
	}

	.Global.Faculty.all_center_title .all_news_title_text_in {
		width: 426px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_left {
		width: 440px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_right {
		width: 308px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_in {
		width: 426px !important;
	}

	.Global.all_center_title .all_news_title_text_left {
		width: 380px !important;
	}

	.Global.all_center_title .all_news_title_text_right {
		width: 255px !important;
	}

	.Ovedsczx.Faculty.all_center_title .all_news_title_text_in {
		width: 420px !important;
	}

	.Ovedsczx.all_center_title .all_news_title_text_left {
		width: 498.5px !important;
	}

	.Ovedsczx.all_center_title .all_news_title_text_right {
		width: 393.5px !important;
	}
}

@media screen and (max-width: 1340px) {
	.all_search_zhongw {
		margin-right: calc((100% - 1200px)/2);
	}
	.Internationals_title_text_in{font-size: 48px;text-align: center;}

	.research .Internationals_title_text_in {
		width: 257px !important;
	}

	.research .Internationals_title_text_left,
	.research .Internationals_title_text_right {
		width: calc((100% - 303px)/2) !important;
	}

	.research_text {
		width: 100%;
		float: left;
		font-size: 18px;
		margin-bottom: 70px;
		margin-top: 10px;
		color: #707070;
	}

	.research_text img {
		max-width: 100%;
	}

	.research_list {
		width: 100%;
		margin-bottom: 50px;
		float: left;
	}

	.research_lists {
		width: 390px;
		float: left;
		margin-bottom: 60px;
		height: 160px;
		margin-left: 15px;
	}

	.research_lists:nth-child(3n-2) {
		margin-left: 0;
	}

	.research_lists_img {
		width: 140px;
		height: 140px;
		float: left;
		position: relative;
	}

	.research_lists_neir {
		background-size: 100%;
		padding-left: 140px;
		padding-right: 20px;
		margin-top: -125px;
		width: 370px;
		height: 145px;
		float: left;
		margin-left: 20px;
		background-repeat: no-repeat;
	}

	.research_lists_neir span {
		display: inline-block;
		float: left;
		font-size: 14px;
		width: 100%;
		color: #fff;
	}

	.research_lists_neir span:nth-child(1) {
		margin-top: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.research_lists_neir span:nth-child(2) {
		font-size: 16px;
		display: -webkit-box;
		height: 66px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.research_lists_neir img {
		margin-top: 5px;
		width: 31px;
		height: 11px;
		float: right;
	}

	.alumni {
		width: 100%;
		float: left;
	}

	.alumni_title {
		width: 100%;
		float: left;
		margin-top: 60px;
		margin-bottom: 50px;
	}

	.alumni_title .swiper-container2 {
		float: left;
		width: 100%;
		padding: 0 calc((100% - 1125px)/2);
		overflow: hidden;
	}

	.alumni_title .swiper-container2 .swiper-wrapper {
		float: left;
		width: 100%;
	}

	.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide {
		float: left;
		color: #fff;
		height: 60px;
		font-size: 35px;
	}

	.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide a {
		display: inline-block;
		float: left;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #cccccc;
		height: 60px;
	}

	.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide-active {
		background-color: #ff7e00 !important;
	}

	.alumni_list {
		width: 100%;
		float: left;
		margin-top: 40px;
		margin-bottom: 70px;
	}

	.alumni_lists {
		width: 580px;
		height: 270px;
		float: right;
		margin-bottom: 35px;
	}

	.alumni_lists img {
		width: 173px;
		height: 228px;
		margin-left: 20px;
		position: absolute;
	}

	.alumni_lists_neir {
		width: 100%;
		float: left;
		height: 240px;
		padding-left: 213px;
		padding-right: 20px;
		margin-top: 30px;
	}

	.alumni_lists_neir span {
		display: inline-block;
		float: left;
		color: #ffffff;
		font-size: 14px;
		width: 100%;
	}

	.alumni_lists_neir span:nth-child(1) {
		font-size: 22px;
		margin-top: 18px;
		font-weight: bold;
	}

	.alumni_lists:nth-child(2n) {
		float: left;
	}

	.Global_Overseas_pc .Global_list:nth-child(1) .Global_list_right {
		width: 312px !important;
		height: 200px !important;
		margin-top: -219px !important;
		background-size: 100%;
		margin-left: 268px !important;
	}

	.Global_Overseas_pc .Global_list:nth-child(2) .Global_list_right {
		width: 312px !important;
		height: 200px !important;
		margin-top: -219px !important;
		margin-left: 268px !important;
		background-size: 100%;
	}

	.Global_Overseas_pc .Global_list:nth-child(3) .Global_list_right {
		width: 312px !important;
		height: 200px !important;
		margin-top: -219px !important;
		margin-left: 268px !important;
		background-size: 100%;
	}

	.Global_Overseas_pc .Global_list img {
		width: 290px !important;
		height: 252px !important;
	}

	.Global_Overseas_pc .Global_list {
		width: 580px !important;
		height: 252px !important;
		margin-top: 60px !important;
	}

	.Global_Overseas_pc .Global_list:nth-child(3) {
		margin-left: calc((100% - 580px)/2);
		margin-top: 40px !important;
		margin-bottom: 50px;
	}

	.all_main_header_list li {
		margin-left: 12px;
	}

	.Fishbones {
		width: 1200px;
		float: left;
		margin-left: calc((100% - 1200px)/2);
	}


	.all_main_header_list li a {
		font-size: 12px;
	}

	.swiper_img {
		width: 100%;
		float: left;
		height: 51px;
		margin-top: -51px;
		position: relative;
		z-index: 1;
	}

	.swiper_img img {
		width: 244px;
		float: left;
		height: 51px;
		position: relative;
		z-index: 1;
	}

	.swiper_img span {
		display: inline-block;
		float: left;
		width: 100%;
		position: absolute;
		height: 10px;
		margin-top: 41px;
		background-color: #1046c9;
		left: 0;
	}

	.download,
	.all_footers,
	.ContactUss,
	.all_news,
	.Global,
	.Internationals,
	.all_notices,
	.all_main_header,
	.navigation {
		width: 1200px;
		margin-left: calc((100% - 1200px)/2);
	}

	.faculty_teachers {
		width: 1200px;
		float: left;
		margin-left: calc((100% - 1200px)/2);
	}

	.faculty_teachers_list_team {
		width: 370px;
		float: left;
		position: relative;
		display: inline-block;
		/* background-color: #665bf6; */
		height: 232px;
		margin-left: 45px !important;
		margin-bottom: 38px;
	}

	.faculty_teachers_list_team_img {
		height: 232px;
	}

	.faculty_teachers_list_team:nth-child(3n-2) {
		margin-left: 0 !important;
	}

	.faculty_teachers_list_team_right span:nth-child(1) {
		margin-top: 10px;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_left {
		width: 365px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_right {
		width: 283px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_in {
		width: 426px !important;
	}

	.Internationals_text_left {
		padding: 58px;
	}


	.navigation_left {
		display: none;
	}

	.navigation_list {
		width: 100%;
	}

	.navigation_list li {
		width: calc((100% - 24px)/3);
	}

	.navigation_list li a {
		font-size: 26px;
	}

	.ContactUss_dest_info {
		width: 510px;
	}

	.Faculty_lists {
		margin-left: 10px;
		width: 393px;
	}

	.Internationals_text_left {
		width: 495px;
		font-size: 14px;
	}

	.Internationals_text_right {
		width: calc(100% - 506px);
	}

	.Internationals_text_right_lists:nth-child(4) {
		width: 364px;
	}

	.all_notices_lists {
		width: 390px;
		margin-left: 15px;
	}

	.all_news_list_itr {
		width: calc(100% - 574px) !important;
		margin-top: 4.4px;
	}

	.swiper-container3 .all_news_list_itr:nth-child(1) {
		width: 554px !important;
	}
	.swiper-container3{
		width: 554px !important;
	}

	.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_img {
		width: 554px !important;
	}


	.block-slider ul li {
		POSITION: relative;
		PADDING-BOTTOM: 0px;
		PADDING-LEFT: 0px;
		WIDTH: 107px;
		PADDING-RIGHT: 0px;
		DISPLAY: block;
		FLOAT: left;
		HEIGHT: 93px;
		margin-top: calc((108px - 93px)/2);
		PADDING-TOP: 0px
	}

	.all_center_title .all_news_title_text_left {
		width: 371.5px !important;
	}

	.all_center_title .all_news_title_text_right {
		width: 253.5px !important;
	}

	.Faculty.all_center_title .all_news_title_text_in {
		width: 204px !important;
	}

	.Faculty.all_center_title .all_news_title_text_left {
		width: 490px !important;
	}

	.Faculty.all_center_title .all_news_title_text_right {
		width: 380px !important;
	}

	.Global.Faculty.all_center_title .all_news_title_text_in {
		width: 426px !important;
	}

	.Global.all_center_title .all_news_title_text_left {
		width: 387px !important;
	}

	.Global.all_center_title .all_news_title_text_right {
		width: 248px !important;
	}

	.Ovedsczx.Faculty.all_center_title .all_news_title_text_in {
		width: 420px !important;
	}

	.Ovedsczx.all_center_title .all_news_title_text_left {
		width: 453.5px !important;
	}

	.Ovedsczx.all_center_title .all_news_title_text_right {
		width: 338.5px !important;
	}

}

@media screen and (max-width: 1400px) {
	.all_main_header_logo {
		width: 364px;
		height: 54.6px;
		margin-top: calc((80px - 54.6px)/2);
	}

	.all_main_header_list {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1245px) {
	.all_main_header_list li {
		margin-left: 9px;
	}

	.all_main_header_list {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1220px) {
	.menu-show .search-btn {
		display: block;
	}

	.Fishbones {
		width: 360px;
		float: left;
		margin-left: calc((100% - 360px)/2);
	}

	.Fishbone {
		background-color: #fff;
		border-top: 1px solid #fff;
	}

	.Fishbones_title {
		font-size: 18px;
		border-bottom: 4px solid #1046c9;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.Fishbones_img_pc {
		float: left;
		width: 100%;
		margin-bottom: 30px;
		display: none;
	}

	.Fishbones_img_yd {
		float: left;
		width: 100%;
		margin-bottom: 30px;
		display: block;
	}

	.Fishbones_title::before {
		position: absolute;
		content: "";
		border: 10px solid #fff;
		margin-top: 39.5px;
		margin-left: 70px;
		border-top-color: #1046c9;
	}

	.Faculty_list a:nth-child(6) .Faculty_lists {
		margin-bottom: 10px;
	}

	.all_main_header_list {
		display: none;
	}


	.download,
	.all_footers,
	.ContactUss,
	.all_news,
	.Global,
	.Internationals,
	.all_notices,
	.all_main_header,
	.navigation,
	.earth_zhou,
	.earth_list,
	.Overseas {
		width: 750px;
		margin-left: calc((100% - 750px)/2);
	}

	.all_main_header_list {
		display: none;
	}

	.navigation_list {
		width: 100%;
	}

	.navigation_list li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-left: 0;
		margin-top: 8px;
	}

	.navigation_list li:nth-child(1),
	.navigation_list li:nth-child(2),
	.navigation_list li:nth-child(3) {
		margin-top: 8px;
	}

	.navigation_list li a {
		font-size: 26px;
		height: 40px;
		line-height: 40px;
	}

	.ContactUss_dest_info {
		width: 510px;
	}

	.Faculty_lists {
		margin-left: 0;
		margin-top: 12px;
		width: 370px;
	}

	.Faculty_list a:nth-child(2n) {
		float: right;
	}

	.Internationals_text_left {
		width: 100%;
		font-size: 14px;
		height: auto;
	}

	.Internationals_text_right {
		width: 100%;
		float: left;
	}

	.Internationals_text_right_list {
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.Internationals_text_right_lists:nth-child(4) {
		width: 392px;
	}

	.Internationals_text_right_lists:nth-child(5) {
		margin-left: 40px;
	}

	.block-slider ul li {
		width: 103px;
	}

	.all_notices_lists {
		width: 372px;
		margin-left: 0;
		margin-bottom: 6px;
	}

	.International .Internationals_title_text_in {
		font-size: 32px;
		width: 462px;
	}

	.Internationals_title_text_left,
	.Internationals_title_text_right {
		width: calc((100% - 522px)/2);
	}

	.all_notices_lists:nth-child(2n) {
		float: right;
	}


	.earth_lists span:nth-child(1) {
		font-size: 40px;
	}

	.earth_lists span:nth-child(2) {
		font-size: 13px;
	}

	.earth {
		background-image: none;
		background-size: 100%;
		background-color: #1959d1;
		height: 526px;
	}

	.earth_zhou {
		background-image: url(../img/ditu2.png);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 526px;
	}

	.earth_zhou ul li:nth-child(1) {
		top: 95px;
	}

	.earth_zhou ul li:nth-child(2) {
		top: 175px;
		left: 100px;
	}

	.earth_zhou ul li:nth-child(3) {
		top: 238px;
		left: 277px;
	}

	.earth_zhou ul li:nth-child(4) {
		top: 80px;
		left: 588px;
	}

	.earth_zhou ul li:nth-child(5) {
		top: 208px;
		left: 665px;
	}

	.earth_zhou ul li:nth-child(6) {
		top: 10px;
		left: 685px;
	}

	.earth_zhou ul li:nth-child(7) {
		top: 100px;
		left: 238px;
	}

	.earth_list {
		margin-top: 420px;
	}

	.earth_lists {
		max-width: 137px;
	}

	.earth_lists::before {
		z-index: -1;
	}

	.Global_list {
		margin-top: 20px;
		margin-left: calc((100% - 574px)/2);
	}

	.Global_list:nth-child(2) {
		float: left;
	}

	.Global_list:nth-child(1) .Global_list_right {
		float: right;
		background-image: url(../img/ed_01.png) !important
	}

	.Global_list:nth-child(2) .Global_list_right {
		float: right;
		background-image: url(../img/ed_02.png) !important
	}

	.Global_list:nth-child(3) .Global_list_right {
		float: right;
		background-image: url(../img/ed_03.png) !important
	}

	.Overseas_list_study {
		margin-left: 298px;
	}

	.ContactUss_dest_map {
		width: 100%;
	}

	.ContactUss_dest_info {
		float: left;
		width: 100%;
	}

	.all_footers_ewm {
		width: 150px;
		float: right;
	}

	.all_footers_ewm img:nth-child(2) {
		float: left;
		margin-left: 20px;
	}

	.all_footers {
		height: auto;
	}

	.all_footer {
		background-image: none;
		background-color: #1046c9;
	}

	.all_footers_info {
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.all_footers_info span {
		text-align: left;
	}

	.download,
	.all_footers,
	.ContactUss,
	.all_news,
	.Global,
	.Internationals,
	.all_notices,
	.all_main_header,
	.navigation,
	.earth_zhou,
	.earth_list,
	.Overseas {
		width: 360px;
		margin-left: calc((100% - 360px)/2);
	}
	.all_news_list_itr {
		width: 100% !important;
		margin-top: 4.4px;
		float: left;
		background-color: #e6e6e6;
		border: 1px solid #e6e6e6;
	}

	.all_news_list_itr_neir_title {
		font-size: 12px;
	}

	.swiper-container3 .all_news_list_itr:nth-child(1) {
		width: 100% !important;
		height: 186px !important;
	}
	.swiper-container3{
		width: 100% !important;
		height: 186px !important;
	}
	.all_news_list_itr:nth-child(2) {
		margin-top: 4.4px;
	}

	.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_img {
		width: 360px !important;
		height: 186px !important;
	}

	.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir {
		height: 186px !important;
	}

	.swiper-container3 .all_news_list_itr:nth-child(1) .all_news_list_itr_neir_title {
		margin-top: 146px;
	}

	.faculty_teachers {
		width: 360px;
		float: left;
		margin-left: calc((100% - 360px)/2);
	}

	.faculty_teachers_title {
		font-size: 16px;
		margin-top: 20px;
	}

	.faculty_teachers_text {
		font-size: 16px;
		margin-top: 0;
	}

	.faculty_teachers_list_team::before {
		right: -9999999px;
	}

	.faculty_teachers_list {
		margin-top: 22px;
	}

	.faculty_teachers_list_team {
		width: 164px;
		float: left;
		position: relative;
		display: inline-block;
		background-color: #f0f0f0;
		height: 250px;
		margin-left: 0 !important;
		margin-bottom: 22px;
		overflow: hidden;
	}

	.faculty_teachers_list_team_img {
		width: 100%;
		position: relative;
		z-index: 1;
		height: 220px;
		background-color: #1046c9;
	}

	.faculty_teachers_list_team_right {
		width: 100%;
		float: left;
		padding: 0;
		background-color: #f0f0f0;
	}

	.faculty_teachers_list_team_right span:nth-child(1) {
		margin-top: 5px;
		color: #434343;
		font-size: 16px;
	}

	.faculty_teachers_list_team_right span:nth-child(1)::before {
		position: absolute;
		content: "";
		width: 30px;
		height: 2px;
		background-color: #1046c9;
		left: 0;
		margin-top: 22px;
	}

	.faculty_teachers_xian {
		width: 100%;
		margin-top: 0;
	}

	.faculty_teachers_list_team:nth-child(3n-2) {
		margin-left: 0 !important;
	}

	.faculty_teachers_list_team:nth-child(2n-1) {
		margin-left: 0 !important;
	}

	.faculty_teachers_list_team:nth-child(2n) {
		float: right;
	}


	.search_logo_img {
		width: 280px;
		height: 47px;
	}

	.layui-layer .search_close {
		width: 100px;
		height: 100px;
		margin-top: -50px;
		margin-right: -50px;
	}

	.all_main_header {
		position: relative;
		background-color: #1046c9;
		margin-left: 0;
		width: 100%;
		height: 65px;
	}

	.search-btn,
	header .language-nav {
		display: block;
	}

	.all_main_header_logo {
		width: 260px;
		height: 39px;
		margin-left: 5px;
		margin-top: calc((65px - 39px)/2);
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 40px !important;
		height: 40px !important;
	}

	.layui-layer .search_close a {
		margin-top: 50px;
		margin-left: 17px;
	}

	.all_main_header_list {
		display: none;
	}

	.navigation_left {
		display: block;
		height: 51px;
	}

	.navigation_list {
		width: 100%;
	}

	.navigation_list li {
		width: calc(33.3% - 7px);
		height: 132px;
		line-height: auto;
		margin-left: 0;
		margin-top: 8px;
	}

	.navigation_list li:nth-child(1),
	.navigation_list li:nth-child(2),
	.navigation_list li:nth-child(3) {
		margin-top: 8px;
	}

	.navigation_list li:nth-child(3n-1) {
		margin-left: 10.5px;
		margin-right: 10.5px;
	}

	.navigation_list li a {
		font-size: 12px !important;
		height: 132px;
		text-align: center;
		line-height: 16px !important;
	}

	.ContactUss_dest_info {
		width: 510px;
	}

	.Faculty_lists {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.Faculty_list a:nth-child(2n) {
		float: right;
	}

	.Internationals_text_left {
		width: 100%;
		font-size: 14px;
		height: auto;
		padding: 15px;
	}

	.Internationals_text_right {
		width: 100%;
		float: left;
	}

	.Internationals_text_right_list {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.Internationals_text_right_lists:nth-child(4) {
		width: 100%;
	}

	.Internationals_text_right_lists:nth-child(5) {
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
	}

	.Internationals_text_right_badge {
		height: 230px;
	}

	.block-slider ul li {
		width: 111px;
	}

	.all_notices_lists {
		width: 100%;
		margin-left: 0;
		margin-bottom: 6px;
	}

	.International .Internationals_title_text_in {
		font-size: 24px;
		width: 462px;
	}

	.all_notices_lists:nth-child(2n) {
		float: right;
	}




	.earth_lists span:nth-child(1) {
		font-size: 40px;
	}

	.earth_lists span:nth-child(2) {
		font-size: 13px;
	}

	.earth {
		background-image: none;
		background-size: 100%;
		background-color: #1959d1;
		height: 330px;
	}

	.earth_zhou {
		background-image: url(../img/ditu2.png);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 330px;
	}

	.earth_zhou ul li {
		width: 13px;
		height: 13px;
		border: 3px solid #0de2fc;
	}

	.earth_zhou ul li:nth-child(7) {
		width: 32px;
		height: 32px;
	}

	.earth_zhou ul li .quan {
		width: 18px;
		height: 18px;
		margin-left: calc((32px - 18px)/2);
		margin-top: calc((32px - 18px)/2);
	}

	.earth_zhou ul li:nth-child(1) {
		top: 35px;
		left: 70px;
	}

	.earth_zhou ul li:nth-child(2) {
		top: 75px;
		left: 40px;
	}

	.earth_zhou ul li:nth-child(3) {
		top: 105px;
		left: 129px;
	}

	.earth_zhou ul li:nth-child(4) {
		top: 36px;
		left: 273px;
	}

	.earth_zhou ul li:nth-child(5) {
		top: 92px;
		left: 311px;
	}

	.earth_zhou ul li:nth-child(6) {
		top: -2px;
		left: 323px;
	}

	.earth_zhou ul li:nth-child(7) {
		top: 38px;
		left: 104px;
	}

	.earth_list {
		margin-top: 165px;
		padding: 0;
		margin-left: -50px;
	}

	.earth_lists {
		max-width: 137px;
	}

	.earth_lists::before {
		z-index: -1;
	}

	.Global_list {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.Global_list img {
		margin-left: calc((100% - 275px)/2);
	}

	.Global_list_right {
		margin-left: calc((100% - 332px)/2);
	}

	.Global_list:nth-child(2) {
		float: left;
	}

	.Overseas_list_study {
		margin-left: 298px;
	}

	.ContactUss_dest_map {
		width: 100%;
	}

	.ContactUss_dest_info {
		float: left;
		width: 100%;
	}

	.all_footers_ewm {
		width: 150px;
		float: right;
	}

	.all_footers_ewm img:nth-child(2) {
		float: left;
		margin-left: 20px;
	}

	.all_footers {
		height: auto;
	}

	.all_footer {
		background-image: none;
		background-color: #1046c9;
	}

	.all_footers_info {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.swiper_img{
		position: relative !important;
		margin-top: -51px !important;
		top:0 !important;
	}
	.all_bg_index{
		margin-top: 0 !important;
	}

	.all_footers_info span {
		text-align: left;
	}


	.all_news_list {
		margin-bottom: 10px;
	}

	.International,
	.all_notice {
		padding-bottom: 10px;
	}

	.all_news_list,
	.earth,
	.Overseas_video {
		margin-top: 15px;
	}

	.Overseas_video source {
		width: 100%;
	}

	.Overseas_list {
		height: 313px;
	}

	.ContactUss_dest_map {
		height: 280px;
	}

	.Overseas_list img {
		width: 100%;
		height: 313px;
	}

	.Overseas_list_study {
		width: calc(100% - 20px);
		margin-left: calc((100% - 340px)/2);
	}

	.Overseas_list {
		margin-top: 10px;
	}

	.Internationals_title,
	.Overseas,
	.ContactUss,
	.download_top_title,
	.download {
		margin-bottom: 15px;
	}

	.Faculty_list {
		margin-top: 0;
	}

	.download_list {
		width: 100%;
	}

	.download_list_ram {
		width: 100%;
	}

	.download_more {
		margin-top: 0;
	}

	.download_list:nth-child(2) .download_list_ram ul {
		margin-left: 0;
	}

	.all_footers_info {
		height: auto !important;
	}

	.earth_zhou ul li:nth-child(7)::before {
		animation: warn-3 3s ease-out infinite;
	}

	.all_footers_info span {
		font-size: 14px;
	}


	.all_center_title .all_news_title_text_in {
		width: 128px !important;
	}

	.Overseas_video {
		margin-top: -20px !important;
	}

	.ContactUss .Internationals_title {
		margin-top: 15px !important;
		margin-bottom: 10px !important;
	}

	.all_center_title .all_news_title_text_left {
		width: 100px !important;
	}

	.all_center_title .all_news_title_text_right {
		width: 34px !important;
	}

	.Faculty.all_center_title .all_news_title_text_in {
		width: 66px !important;
		font-size: 16px !important;
	}

	.Faculty.all_center_title .all_news_title_text_left {
		width: 130px !important;
	}

	.Faculty.all_center_title .all_news_title_text_right {
		width: 66px !important;
	}

	.Global.Faculty.all_center_title .all_news_title_text_in {
		width: 426px !important;
		font-size: 16px !important;
	}

	.Global.all_center_title .all_news_title_text_left {
		width: 143px !important;
	}

	.Global.all_center_title .all_news_title_text_right {
		width: 42px !important;
	}

	.Global.Faculty.all_center_title .all_news_title_text_in {
		width: 426px !important;
		font-size: 16px !important;
	}

	.Global.all_center_title .all_news_title_text_left {
		width: 143px !important;
	}

	.Global.all_center_title .all_news_title_text_right {
		width: 42px !important;
	}

	.Global.all_center_title .all_news_title_text_in {
		width: 91px !important;
		font-size: 16px !important;
	}

	.Global.all_center_title .all_news_title_text_left {
		width: 102px !important;
	}

	.Global.all_center_title .all_news_title_text_right {
		width: 23px !important;
	}

	.Ovedsczx.Faculty.all_center_title .all_news_title_text_in {
		width: 420px !important;
		font-size: 16px !important;
	}

	.Ovedsczx.all_center_title .all_news_title_text_left {
		width: 114px !important;
	}

	.Ovedsczx.all_center_title .all_news_title_text_right {
		width: 52px !important;
	}

	.all_notice_title span:nth-child(1) {
		font-size: 16px
	}


	.all_list_title_type_top {
		font-size: 20px !important;
		margin-bottom: 6px;
	}

	.all_list_title_type_href img {
		width: 15px;
		height: 15.6px;
		margin-top: 0;
		margin-right: 10px;
	}

	.all_list_title_type_href span {
		font-size: 16px !important;
		margin-top: 4px !important;
		width: calc(100% - 31px) !important;
	}

	.all_list_title_type_href span a:nth-child(1) {
		margin-left: 0 !important;
	}

	.Internationals_title_text_left,
	.Internationals_title_text_right {
		width: calc((100% - 522px)/2);
	}

	.Internationals_title_text_in,
	.all_news_title_text_in {
text-align: center;
		font-size: 15px;
	}

	.all_notice_title_more,
	.all_news_title_more {
		font-size: 12px !important;
	}

	.Faculty_lists_neir span:nth-child(1) {
		font-size: 22px
	}

	.Faculty_lists_neir span:nth-child(2) {
		font-size: 14px;
	}

	.all_notice_title span:nth-child(1) {
		width: 66px !important;
	}

	.all_news_title_more {
		width: 52px !important;
		height: 19px !important;
		margin-top: calc((71px - 19px)/2) !important;
	}

	.all_news_title_text {
		width: calc(100% - 52px) !important;
	}

	.all_notice_title,
	.all_notice_title_text,
	.all_notice_title span:nth-child(1) {
		height: 24px !important;
	}

	.all_notice_title span:nth-child(2) {
		margin-top: calc((24px - 1px)/2);
		width: calc(100% - 66px) !important;
	}

	.Internationals_title_text_in {
		font-size: 15px !important;
		width: 80px !important;
		line-height: 54px !important;
		text-align: center;
	}

	.Internationals_title_text_left,
	.Internationals_title_text_right {
		width: calc((100% - 126px)/2);
	}

	.all_notice_title_text {
		width: calc(100% - 52px);
	}

	.all_notice_title_more {
		width: 52px !important;
		height: 19px !important;
		line-height: 19px;
		margin-top: calc((24px - 19px)/2) !important;
	}

	.Internationals_title,
	.all_news_title,
	.Sall_news_title {
		margin-top: 0;
		margin-bottom: -15px !important;
	}

	.Internationals {
		margin-top: 15px !important;
	}


	.all_footer {
		margin-top: 20px !important;
	}

	.all_list_new_title a {
		font-size: 24px !important;
	}

	.all_list_new {
		padding: 15px 0;
	}


	.all_notices_lists_time span:nth-child(1) {
		font-size: 24px !important;
		font-weight: bold;
	}

	.all_COLLEGE_list {
		margin-bottom: 30px;
	}

	.all_COLLEGE_list video {
		width: 100%;
		float: left;
		margin-left: 0;
	}

	.all_notices_lists_time span:nth-child(2),
	.all_notices_lists_time span:nth-child(3) {
		font-size: 12px !important;
		margin-top: 11px;
	}

	.all_notices_lists_title {
		font-size: 12px !important;
		margin-top: 0;
	}

	.all_notices_lists {
		padding: 6px 35px;
		height: 110px;
	}

	.all_footers_info span {
		text-align: center;
	}

	.all_footers {
		margin: 10px 0;
		width: 100%;
	}

	.all_footers_info {
		width: 100%;
		margin-top: 0;
	}

	.menu-show {
		position: fixed !important;
	}

	.menu-show .search-btn {
		width: 65px;
		height: 65px;
	}

	.menu-show .search-btn img {
		margin-left: calc((65px - 22px)/2) !important;
		margin-top: calc((65px - 15px)/2) !important;
	}

	.Internationals_text_left span {
		font-size: 12px !important;
	}

	.Internationals_text_right_lists_neir span:nth-child(1) {
		font-size: 12px !important;
		font-weight: bold;
	}

	.Internationals_text_right_lists_neir span:nth-child(2) {
		font-size: 12px !important;
	}

	.Internationals_text_right_badge_title {
		font-size: 15px;
		width: 259px;
		margin-left: calc((100% - 259px)/2);
	}

	.earth_zhou_list span {
		font-size: 14px !important;
	}

	.earth {
		background-color: #f0f0f0;
	}

	.earth_zhou {
		background-color: #1959d1;
		height: 170px;
	}

	.earth_zhou ul {
		background-image: url(../img/ditu2.png);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 170px;
		width: 100%;
		float: left;
	}

	.earth_list {
		width: 318px;
		margin-left: calc((100% - 360px)/2);
		float: left;
		margin-top: 178px;

	}

	.earth_lists {
		width: 50%;
	}

	.earth_lists span:nth-child(1) {
		font-size: 20px;
		font-weight: 500;
		color: #104ac0;
	}

	.earth_lists span:nth-child(2) {
		font-size: 12px;
		color: #707070;
	}

	.earth_lists:nth-child(1),
	.earth_lists:nth-child(2) {
		border-bottom: 1px solid #cccccc;
		padding-bottom: 10px;
	}

	.earth_lists:nth-child(3),
	.earth_lists:nth-child(4) {
		padding-top: 10px;
	}

	.earth_lists:nth-child(2),
	.earth_lists:nth-child(4) {
		border-right: 1px solid #cccccc;
	}

	.earth_lists:nth-child(1),
	.earth_lists:nth-child(3) {
		text-align: right;
	}

	.Global_list_right {
		width: 200px;
		height: 170px;
	}

	.Global_list_right_title {
		font-size: 16px;
		height: 34px;
		font-weight: bold;
	}

	.Global_list_right_title::after {
		margin-top: 28px;
	}

	.Global_list_right_neir {
		height: 36px;
		font-size: 13px;
	}

	.Global_list_right_more {
		font-size: 12px;
	}

	.Global_list {
		height: 172px;
	}

	.Global_list img {
		margin-left: 0;
		width: 198px;
		height: 172px;
	}

	.Global_list_right {
		margin-left: 0;
		height: 145px;
		margin-top: -158px;
		background-size: 122%;
		background-position: -38px center;
	}

	.Global_list_right_title {
		margin-top: 14px;
	}

	.Global_list:nth-child(2) .Global_list_right {
		float: left;
	}

	.Global_list:nth-child(1) .Global_list_right {
		float: right;
	}

	.Global_list:nth-child(2) img {
		float: right;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_left {
		width: 100px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_right {
		width: 25px !important;
	}

	.GlobalPARTNER.all_center_title .all_news_title_text_in {
		width: 137px !important;
	}

	/* .Overseas_list img {
		width: 198px;
		height: 172px;
	}
	.Overseas_list_study_title{
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		margin-top: 8px;
	}
	.Overseas_list_study_neir{
		font-size: 12px;
	}
	.Overseas_list_study_more{
		font-size: 12px;
	}
	.Overseas_list_study{
		width: 200px;
		height: 145px;
	} */
	.Global_Overseas {
		display: block !important;
	}

	.Global_Overseas_pc {
		display: none;
	}

	.Global_Overseas .Global_list_right {
		width: 250px !important;
	}

	.Global_list:nth-child(2) .Global_list_right {
		background-image: url(../img/lw02.png);
	}

	.ContactUss .Internationals_title_text_in {
		width: 98px !important;
		line-height: 56px !important;
	}

	.ContactUss .Internationals_title_text_left,
	.ContactUss .Internationals_title_text_right {
		width: calc((100% - 144px)/2) !important;
	}

	.download .Internationals_title_text_in {
		width: 191px !important;
		line-height: 56px !important;
	}

	.download .Internationals_title_text_left,
	.download .Internationals_title_text_right {
		width: calc((100% - 237px)/2) !important;
	}

	.download_top_title {
		padding: 0 10px !important;
	}

	.download_top_title span {
		font-size: 16px;
	}

	.download_top_title a {
		font-size: 12px;
	}

	.download_top_title {
		margin-bottom: 0 !important;
		margin-top: 15px !important;
	}

	.download_more {
		margin-top: 30px !important;
	}

	.Global {
		margin-bottom: 15px !important;
	}

	.Internationals_title_text_left,
	.Internationals_title_text_right {
		margin-top: 24px !important;
	}

	.International {
		background-image: none !important;
		padding-bottom: 20px !important;
	}

	.constants_joinus {
		width: 360px;
		float: left;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: calc((100% - 360px)/2);
		height: 174px;
	}

	.click_top {
		bottom: 110px !important;
	}

	.constants_joinus img {
		width: 200px;
		height: 174px;
		position: absolute;
		float: left;
	}

	.constants_joinus_right {
		width: 178px;
		float: right;
		height: 150px;
		margin-top: calc((174px - 150px)/2);
		background-color: rgba(60, 87, 210, .8);
		position: relative;
		z-index: 1;
	}

	.constants_joinus_right_title {
		margin-left: 32px;
		margin-top: 14px;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		height: 30px;
		border-bottom: 4px solid #fff;
		color: #FFFFFF;
	}

	.constants_joinus_right_title::after {
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		margin-top: 24px;
		position: absolute;
		border-radius: 50%;
		background-color: #fff;
	}

	.constants_joinus_right_neir {
		padding: 0 32px;
		font-size: 13px;
		font-weight: 400;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 38px;
		margin-top: 10px;
		color: #FFFFFF;
	}

	.constants_joinus_right_more {
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		padding: 0 32px;
		margin-top: 20px;
		color: #FFFFFF !important;
	}

	.link_pt .middle ul li .text p {
		font-size: 14px;
		line-height: 16px;
	}

	.link_pt .right .text img {
		width: 9px;
		height: 87.4px;
	}

	.link_pt .left .text img {
		width: 9px;
		height: 77.1px;
	}

	.Faculty_lists_img {
		width: 125px;
		height: 125px;
	}

	.Faculty_lists_neir {
		width: calc(100% - 125px);
		height: 125px;
	}

	.Faculty_list a {
		display: inline-block;
		width: 100%;
	}

	.Faculty_lists {
		width: 100%;
		margin-left: 0 !important;
		height: 125px;
	}

	.Faculty_lists_neir span:nth-child(1) {
		font-size: 14px;
		-webkit-line-clamp: 1;
		height: 22px;
	}

	.Faculty_lists_neir span:nth-child(2) {
		font-size: 12px;
	}

	.all_search {
		display: none;
	}

	.alumni {
		width: 100%;
		float: left;
	}

	.alumni_title {
		width: 100%;
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.alumni_title .swiper-container2 {
		float: left;
		width: 100%;
		padding: 0 27px;
		overflow: hidden;
	}

	.alumni_title .swiper-container2 .swiper-wrapper {
		float: left;
		width: 100%;
	}

	.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide {
		float: left;
		color: #fff;
		height: 26px;
	}

	.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide a {
		display: inline-block;
		float: left;
		color: #ffffff;
		display: flex;
		font-size: 14px;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #cccccc;
		height: 26px;
	}

	.alumni_title .swiper-container2 .swiper-wrapper .swiper-slide-active {
		background-color: #ff7e00 !important;
	}

	.alumni_list {
		width: 100%;
		float: left;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.swiper{
		display: block;
	}
	.index_qfh{display: none;}

	.alumni_lists {
		width: 100%;
		height: auto;
		float: right;
		margin-bottom: 20px;
	}

	.alumni_lists img {
		width: 95px;
		height: 125px;
		margin-left: 20px;
		position: relative;
	}

	.alumni_lists_neir {
		width: 100%;
		float: left;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 125px;
		padding-bottom: 14px;
		margin-top: -111px;
	}

	.alumni_lists_neir span {
		display: inline-block;
		float: left;
		color: #ffffff;
		font-size: 12px;
		width: 100%;
	}

	.alumni_lists_neir span:nth-child(1) {
		font-size: 14px;
		margin-top: 0;
		font-weight: bold;
	}

	.alumni_lists:nth-child(2n) {
		float: left;
	}

	.research .Internationals_title_text_in {
		width: 83px !important;
	}

	.research .Internationals_title_text_left,
	.research .Internationals_title_text_right {
		width: calc((100% - 129px)/2) !important;
	}

	.research_text {
		width: 100%;
		float: left;
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: 0;
		color: #707070;
	}

	.research_text img {
		max-width: 100%;
	}

	.research_list {
		width: 100%;
		margin-bottom: 50px;
		float: left;
	}

	.research_lists {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		height: 130px;
		margin-left: 0;
	}

	.research_lists:nth-child(3n-2) {
		margin-left: 0;
	}

	.research_lists_img {
		width: 115px;
		height: 115px;
		float: left;
		position: relative;
	}

	.research_lists_neir {
		background-size: 100%;
		padding-left: 115px;
		padding-right: 20px;
		margin-top: -100px;
		width: calc(100% - 20px);
		height: 115px;
		float: left;
		margin-left: 20px;
		background-repeat: no-repeat;
	}

	.research_lists_neir span {
		display: inline-block;
		float: left;
		font-size: 12px;
		width: 100%;
		color: #fff;
	}

	.research_lists_neir span:nth-child(1) {
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.research_lists_neir span:nth-child(2) {
		font-size: 13.5px;
		display: -webkit-box;
		height: 58px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.research_lists_neir img {
		margin-top: 5px;
		width: 31px;
		height: 11px;
		float: right;
	}
}

ol,
ul {
	margin-bottom: 0;
}