﻿html,
body {
  width:100%;
  background:#fff;
  font-size: calc(10/1920*100vw);
}
.crumbs{
  width:100%;
  height:8rem;
  line-height:8rem;
  background:#F7F7F9;
}
.version{
  width:140rem;
  height:auto;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.ally {
  cursor: pointer;
}
.crumbs .version .hd ul li{
  float:left;
  margin-right:9rem;
  font-size:1.8rem;
  color:#777C84;
  font-weight:bold;
  cursor: pointer;
}
.crumbs .version .hd ul li.on{
  color: #3AAD6D;
  border-bottom:0.3rem solid #3AAD6D;
}
.crumbs .version .hd ul li:last-child{
  margin-right:0;
}
.matter ul li{
  float:left;
}
.matter ul li a{
  color:#777C84;
}
.crumbs-con>div.bd{
  min-height:30rem;
}
/*全球孔院*/
.global{
  width:140rem;
  height:51.6rem;
  overflow:hidden;
  background: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(20, 50, 33, .08);
  border-radius: 2rem;
  margin: 8rem auto;
}
.global .hd{
  width:15rem;
  height:51.6rem;
  float:left;
}
.global .hd ul{
  width:15rem;
  height:51.6rem;
  overflow:hidden;
  background: #53B77F;
  border-radius: 2rem 0 0 2rem;
}
.global .hd ul li{
  width: 100%;
  height: 10.3rem;
  line-height: 10.3rem;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
  text-align:center;
  box-sizing: border-box;
  border-bottom: 0.1rem solid rgba(255, 255, 255, .15);
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.global .hd ul li.on{
  width: 14.6rem;
  background: #fff;
  color: #53B77F;
}
.global .bd{
  width:125rem;
  height:51.6rem;
  float:right;
}
.global .bd .continents{
  width:100%;
  height:51.6rem;
  overflow:hidden;
}
.global .bd .continents .countries{
  width:43.2rem;
  height:51.6rem;
  float:left;
}
.global .continents ul{
  width:43.2rem;
  height:44rem;
  padding:0 2.4rem;
  margin:4rem auto;
  box-sizing: border-box;
  overflow-y: auto;
}
.global .bd .continents .countries ul li{
  width:12rem;
  height:3.2rem;
  line-height:3.2rem;
  margin-bottom:2.4rem;
  cursor:pointer;
  box-sizing: border-box;
  color:#777C84;
  font-size:1.4rem;
  text-align: left;
  float:left;
}
.global .continents .countries ul li span{
  max-width: 100%;
  display:block;
  padding:0 1.2rem;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.global .continents .countries ul li span.current{
  border-radius:1.6rem;
  background:#53B77F;
  color:#fff;
  display:inline-block;
  box-sizing: border-box;
}
.global .continents .each-search{
  width:81.8rem;
  height:52rem;
  float:right;
  box-sizing: border-box;
  border-left: 0.1rem solid #eaeef2;
  border-right: 0.1rem solid #eaeef2;
}
.global .continents .each-search .search-bg{
  width:100%;
  height:12.8rem;
  background:url(../images/Turkey.png) no-repeat;
  background-size:100% 100%;
  border-radius: 0 2rem 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.global .continents .each-search .search{
  width:48rem;
  height:4.8rem;
  position:relative;
}
.global .continents .each-search .search input{
  width:48rem;
  height:4.8rem;
  font-size:1.4rem;
  color:#c7cddd;
  padding-left:5rem;
  box-sizing: border-box;
  background: #fff;
  outline:none;
  border-radius: 2.4rem;
}
.global .continents .each-search .search i {
  width: 2rem;
  height: 2rem;
  background: url(../images/eachSearch.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 2.4rem;
  left: 2rem;
  transform: translate(0, -50%);
}
.global .continents .each-search .national{
  width:100%;
  height:39rem;
  padding:4rem 0 0 4rem;
  box-sizing: border-box;
}
.global .continents .each-search .national h4{
  font-size:2.2rem;
  line-height:3.6rem;
  color:#191F26;
  font-weight:bold;
}
.global .continents .each-search .national ul{
  width:76rem;
  height:26rem;
  overflow-y: auto;
  margin-top:2.4rem;
  margin-bottom:2.4rem;
}
.global .continents .each-search .national ul li{
  width:22rem;
  height:6rem;
  line-height:6rem;
  padding-left:2rem;
  font-size:1.4rem;
  box-sizing: border-box;
  color:#777C84;
  background:url(../images/nationalBg.jpg) no-repeat left center;
  border-bottom: 0.1rem solid #eee;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  cursor:pointer;
  float:left;
}
.global .continents .each-search .search span{
  width:9.2rem;
  height:4rem;
  line-height:4rem;
  border-radius:2rem;
  position:absolute;
  top:0.4rem;
  right:0.4rem;
  color:#fff;
  font-size:1.6rem;
  font-weight:bold;
  background:#53B77F;
  text-align:center;
  cursor:pointer;
}
.continents .each-search .auto{
  width: 48rem;
  height: 12rem;
  background:#fff;
  padding: 2rem 0;
  box-sizing: border-box;
  border-radius: 1.4rem;
  box-shadow: 0rem 0.2rem 2rem 0rem rgba(130, 150, 171, 0.1);
	overflow-y:auto;
  overflow-x:hidden;
	position: absolute;
	z-index: 55;
}
.continents .each-search .auto::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.8rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.1rem;
}
.continents .each-search .auto::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ef;
}
.continents .each-search .auto::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}
.auto_out{
	width:100%;
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  box-sizing: border-box;
	color: #777C84;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.auto_out.on{
	background: #eee;
	cursor: pointer;
}
.hidden{
	display: none;
}
/*中方合作机构*/
.agency{
  width:140rem;
  height:51.6rem;
  overflow:hidden;
  background: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(20, 50, 33, .08);
  border-radius: 2rem;
  margin: 8rem auto;
}
.agency .hd{
  width:15rem;
  height:51.6rem;
  float:left;
}
.agency .hd ul{
  width:15rem;
  height:51.6rem;
  overflow-y:auto;
  overflow-x:hidden;
  background: #53B77F;
  border-radius: 2rem 0 0 2rem;
}
.agency .hd ul li{
  width: 100%;
  height: 10.3rem;
  line-height: 10.3rem;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
  text-align:center;
  box-sizing: border-box;
  border-bottom: 0.1rem solid rgba(255, 255, 255, .15);
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.agency .hd ul li.on{
  width: 14.6rem;
  background: #fff;
  color: #53B77F;
}
.agency .bd{
  width:125rem;
  height:51.6rem;
  float:right;
}
.agency .bd .continents{
  width:100%;
  height:51.6rem;
  overflow:hidden;
}
.agency .bd .continents .university{
  width:43.2rem;
  height:51.6rem;
  float:left;
}
.agency .continents ul{
  width:43.2rem;
  height:44rem;
  padding:0 2.4rem;
  margin:4rem auto;
  box-sizing: border-box;
  overflow-y: auto;
}
.agency .bd .continents .university ul li{
  width:16rem;
  height:3.2rem;
  line-height:3.2rem;
  margin-bottom:2.4rem;
  cursor:pointer;
  box-sizing: border-box;
  color:#777C84;
  font-size:1.4rem;
  text-align: left;
  float:left;
  margin-right:5rem;
}
.agency .bd .continents .university ul li:nth-child(2n){
  margin-right:0;
}
.agency .continents .university ul li span{
  max-width:100%;
  display:block;
  padding:0 1.2rem;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.agency .continents .university ul li span.current{
  border-radius:1.6rem;
  background:#53B77F;
  color:#fff;
  display:inline-block;
  box-sizing: border-box;
}
.agency .continents .each-search{
  width:81.8rem;
  height:52rem;
  float:right;
  box-sizing: border-box;
  border-left: 0.1rem solid #eaeef2;
  border-right: 0.1rem solid #eaeef2;
}
.agency .continents .each-search .search-bg{
  width:100%;
  height:12.8rem;
  background:url(../images/University.png) no-repeat;
  background-size:100% 100%;
  border-radius: 0 2rem 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.agency .continents .each-search .search{
  width:48rem;
  height:4.8rem;
  position:relative;
}
.agency .continents .each-search .search input{
  width:48rem;
  height:4.8rem;
  font-size:1.4rem;
  color:#c7cddd;
  padding-left:15.6rem;
  box-sizing: border-box;
  background:#fff;
  outline:none;
  border-radius: 2.4rem;
}
.agency .continents .each-search .search .institutions{
  width:13.6rem;
  height:auto;
  font-size:1.4rem;
  position:absolute;
  left:0.4rem;
  top:0.4rem;
  cursor:pointer;
}
.agency .continents .each-search .search .institutions span{
  width:13.6rem;
  height:4rem;
  line-height:4rem;
  background: #53B77F;
  border-radius: 2rem;
  color:#fff;
  display:block;
  padding:0 1.6rem;
  box-sizing: border-box;
  position: relative;
}
.agency .continents .each-search .search .institutions span i {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/institutions.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
}
.agency .continents .each-search .search .switch{
  width: 13.6rem;
  height: 10.4rem;
  background: #FFFFFF;
  padding:1.2rem 1rem;
  box-sizing: border-box;
  box-shadow: 0rem 0.2rem 2rem 0rem rgba(130, 150, 171, 0.16);
  border-radius: 1.4rem;
  margin-top:0.6rem;
  display:none;
}
.agency .continents .each-search .search .switch li{
  width:100%;
  height:4rem;
  line-height:4rem;
  padding:0 1rem;
  box-sizing: border-box;
  border-radius:0.6rem;
  color: #777C84;
  font-size: 1.4rem;
}
.agency .continents .each-search .search .switch li:hover{  
  background: #F7F7F9;
}
.agency .continents .each-search .national{
  width:100%;
  height:39rem;
  padding:4rem 0 4rem 4rem;
  box-sizing: border-box;
}
.agency .continents .each-search .national h4{
  font-size:2.2rem;
  line-height:3.6rem;
  color:#191F26;
  font-weight:bold;
}
.agency .continents .each-search .national ul{
  width:76rem;
  height:24rem;
  overflow-y: auto;
  margin-top:2.4rem;
}
.agency .continents .each-search .national ul li{
  width:22rem;
  height:6rem;
  line-height:6rem;
  padding-left:2rem;
  font-size:1.4rem;
  box-sizing: border-box;
  color:#777C84;
  background:url(../images/nationalBg.jpg) no-repeat left center;
  border-bottom: 0.1rem solid #eee;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  cursor:pointer;
  float:left;
  margin-right:2rem;
}
.agency .continents .each-search .national ul li:nth-child(3n){
  margin-right:0;
}
.site-name a{
  color:#777C84;
}
.agency .continents .each-search .search>span{
  width:2rem;
  height:2rem;
  position:absolute;
  top:50%;
  right:2.4rem;
  transform: translate(0,-50%);
  cursor:pointer;
  background:url(../images/eachSearch.png) no-repeat;
  background-size: 100% 100%;
}
/*end*/
.confucius{
  width:140rem;
  height:auto;
  overflow: hidden;
  background:#fff;
  box-shadow:0 1rem 4rem 0 rgba(20, 50, 33, .08);
  border-radius:2rem;
  margin:8rem auto;
}
.confucius .various{
  width:58rem;
  height:auto;
  overflow:hidden;
  float:left;
}
.confucius .various .hd{
  width:15rem;
  float:left;
}
.confucius .various .hd ul{
  width:15rem;
  height:auto;
  background:#53B77F;
  border-radius:2rem 0 0 2rem;
}
.confucius .various .hd ul li{
  width:100%;
  height:8.6rem;
  line-height:8.6rem;
  cursor:pointer;
  font-size:1.8rem;
  color:#fff;
  text-align:center;
  border-bottom:0.1rem solid rgba(255,255,255,.15);
  font-weight:bold;
}
.confucius .various .hd ul li.on{
  width:14.6rem;
  background:#fff;
  color:#53B77F;
}
.confucius .various .bd{
  float: right;
}
.various .continents ul{
  width:52rem;
  height:34rem;
  padding:2.4rem;
  box-sizing: border-box;
  overflow-y: auto;
}
.various .continents ul li{
  width:12rem;
  height:3.2rem;
  line-height:3.2rem;
  box-sizing: border-box;
  color:#777C84;
  font-size:1.4rem;
  text-align: left;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  float:left;
  margin-right:2.4rem;
  margin-bottom:2.4rem;
  cursor: pointer;
}
.various .continents ul li:nth-child(3n){
  margin-right:0;
}
.various .continents ul li span{
  max-width:100%;
  display:block;
  padding:0 1.2rem;
}
.various .continents ul li span.current{
  border-radius:1.6rem;
  background:#53B77F;
  color:#fff;
  padding:0 1.2rem;
  display:inline-block;
}
.confucius .each-search{
  width:82rem;
  height:52rem;
  float:right;
  box-sizing: border-box;
  border-left: 0.1rem solid #eaeef2;
  border-right: 0.1rem solid #eaeef2;
}
.confucius .each-search .search-bg{
  width:100%;
  height:12.8rem;
  background:url(../images/Turkey.png) no-repeat;
  background-size:100% 100%;
  border-radius: 0 2rem 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.confucius .each-search .search{
  width:48rem;
  height:4.8rem;
  position:relative;
}
.confucius .each-search .search input{
  width:48rem;
  height:4.8rem;
  font-size:1.4rem;
  color:#c7cddd;
  padding-left:5rem;
  box-sizing: border-box;
  background:#fff url(../images/eachSearch.png) no-repeat 2rem center;
  outline:none;
  border-radius: 2.4rem;
}
input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #c7cddd;
}  
input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #c7cddd;
}  
input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #c7cddd;
}
.national{
  width:100%;
  height:39rem;
  padding:4rem 0 4rem 4rem;
  box-sizing: border-box;
}
.national h4{
  font-size:2.2rem;
  line-height:3.6rem;
  color:#191F26;
  font-weight:bold;
}
.national ul{
  width:100%;
  height:28rem;
  overflow-y: auto;
  margin-top:2.4rem;
}
.national ul li{
  width:23rem;
  height:6rem;
  line-height:6rem;
  padding-left:2rem;
  font-size:1.4rem;
  box-sizing: border-box;
  color:#777C84;
  background:url(../images/nationalBg.jpg) no-repeat left center;
  border-bottom: 0.1rem solid #eee;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.institute ul::-webkit-scrollbar,
.continents ul::-webkit-scrollbar,
.national ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.4rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.1rem;
}
.institute ul::-webkit-scrollbar-thumb,
.continents ul::-webkit-scrollbar-thumb,
.national ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ef;
}
.institute ul::-webkit-scrollbar-track,
.continents ul::-webkit-scrollbar-track,
.national ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}
.confucius .each-search .search span{
  width:9.2rem;
  height:4rem;
  line-height:4rem;
  border-radius:2rem;
  position:absolute;
  top:0.4rem;
  right:0.4rem;
  color:#fff;
  font-size:1.6rem;
  font-weight:bold;
  background:#53B77F;
  text-align:center;
  cursor:pointer;
}
/*孔院联盟*/
.various{
  width:140rem;
  height:auto;
  overflow: hidden;
  background:#fff;
  box-shadow:0 1rem 4rem 0 rgba(20, 50, 33, .08);
  border-radius:2rem;
  margin:8rem auto;
}
.various .hd{
  width:23rem;
  float:left;
}
.various .hd ul{
  width:23rem;
  height:69rem;
  overflow-y:auto;
  overflow-x:hidden;
  background:#53B77F;
  border-radius:2rem 0 0 2rem;
}
.global .hd ul::-webkit-scrollbar,
.agency .hd ul::-webkit-scrollbar,
.various .hd ul::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.global .hd ul::-webkit-scrollbar-corner,
.agency .hd ul::-webkit-scrollbar-corner,
.various .hd ul::-webkit-scrollbar-corner,
.global .hd ul::-webkit-scrollbar-thumb:hover,
.agency .hd ul::-webkit-scrollbar-thumb:hover,
.various .hd ul::-webkit-scrollbar-thumb:hover {
  background: #53B77F;
}
.global .hd ul::-webkit-scrollbar-thumb,
.agency .hd ul::-webkit-scrollbar-thumb,
.various .hd ul::-webkit-scrollbar-thumb {  
  background: rgba(255,255,255,0.4);
  border-radius: 0.6rem;
}
.various .hd ul li{
  width:100%;
  height:8.6rem;
  line-height:8.6rem;
  cursor:pointer;
  font-size:1.8rem;
  color:#fff;
  padding:0 4rem;
  box-sizing: border-box;
  border-bottom: 0.1rem solid rgba(255, 255, 255, .15);
  font-weight:bold;
  overflow: hidden;
  white-space:nowrap;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
}
.various .hd ul li.on{
  width:22.6rem;
  background:#fff;
  color:#53B77F;
}
.various .bd {
  width: 117rem;
  height: auto;
  overflow: hidden;
  float: right;
}
.various .bd .introduction {
  width: 58.2rem;
  height: 69rem;
  padding: 4.8rem 5.6rem 7rem 5.6rem;
  box-sizing: border-box;
  float:left;
}
.publicSmallTitle{
  font-size:1.6rem;
}
.publicSmallTitle:after,
.publicSmallTitle:before {
  height:2rem;
  top:0.3rem;
}
.content{
  height:30.8rem;
  overflow-y:auto;
  margin:2.2rem 0;
  padding-right:2rem;
}
.content::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.content::-webkit-scrollbar-corner,
.content::-webkit-scrollbar-thumb:hover {
  background: #e4e7ef;
}
.content::-webkit-scrollbar-thumb {
  background: #e4e7ef;
  border-radius: 0.6rem;
}
.content p{
  font-size: 1.6rem;  
  color: #777C84;
  line-height: 2.8rem;
}
.contact{
  margin-top:2.4rem;
  height:23rem;
  overflow-y:auto;
}
.contact::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.contact::-webkit-scrollbar-corner,
.contact::-webkit-scrollbar-thumb:hover {
  background: #e4e7ef;
}
.contact::-webkit-scrollbar-thumb {
  background: #e4e7ef;
  border-radius: 0.6rem;
}
.contact span{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size:1.4rem;
  margin-bottom:2rem;
}
.contact span em{
  display: inline-block;
  color: #777c84;
  font-style: normal;
}
.contact span em:first-child{
  min-width: 7rem;
}
.contact span em:last-child{
  flex: 1 1 0%;
  color: rgb(0, 0, 0);
}
.member{
  width:58.8rem;
  height:69rem;
  border-radius: 0 2rem 2rem 0;
  float:right;
  box-sizing: border-box;
  border-left: 0.1rem solid #eaeef2;
  border-right: 0.1rem solid #eaeef2;
}
.member .league{
  width:100%;
  height:21rem;
  background:url(../images/league.png) no-repeat;
  background-size:100% 100%;
  border-radius: 0 2rem 0 0;
}
.national{
  width:100%;
  height:48rem;
  padding:4rem 0 4rem 4rem;
  box-sizing: border-box;
}
.national h4{
  font-size:2.2rem;
  line-height:3.6rem;
  color:#191F26;
  font-weight:bold;
}
.national ul{
  width:100%;
  height:38rem;
  overflow-y: auto;
  margin-top:2.4rem;
}
.national ul::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.national ul::-webkit-scrollbar-corner,
.national ul::-webkit-scrollbar-thumb:hover {
  background: #e4e7ef;
}
.national ul::-webkit-scrollbar-thumb {
  background: #e4e7ef;
  border-radius: 0.6rem;
}
.national ul li{
  width:23rem;
  height:6rem;
  line-height:6rem;
  padding-left:2rem;
  font-size:1.4rem;
  box-sizing: border-box;
  color:#777C84;
  background:url(../images/nationalBg.jpg) no-repeat left center;
  border-bottom: 0.1rem solid #eee;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-right:2rem;
}
.national ul li:nth-child(3n){
  margin-right:0;
}
.members{
  display:none;
}
.agency .continents .each-search .national h4{
  font-size:2.8rem;
}
/* 中方合作机构 */
.mechanism{
  width:140rem;
  height:auto;
  overflow: hidden;
  background:#fff;
  box-shadow:0 1rem 4rem 0 rgba(20, 50, 33, .08);
  border-radius:2rem;
  margin:8rem auto;
}
.mechanism .coop{
  width:58rem;
  height:auto;
  overflow:hidden;
  float:left;
}
.mechanism .coop .hd{
  width:15rem;
  float:left;
}
.mechanism .coop .hd ul{
  width:15rem;
  height:auto;
  background:#53B77F;
  border-radius:2rem 0 0 2rem;
}
.mechanism .coop .hd ul li{
  width:100%;
  height:8.6rem;
  line-height:8.6rem;
  cursor:pointer;
  font-size:1.8rem;
  color:#fff;
  text-align:center;
  border-bottom:0.1rem solid rgba(255,255,255,.15);
  font-weight:bold;
}
.mechanism .coop .hd ul li.on{
  width:14.6rem;
  background:#fff;
  color:#53B77F;
}
.mechanism .coop .bd{
  float: right;
}
.mechanism .institute ul{
  width:43rem;
  height:52rem;
  padding:2.4rem;
  box-sizing: border-box;
  overflow-y: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mechanism .institute ul li{
  width:12rem;
  height:3.2rem;
  line-height:3.2rem;
  margin-bottom:2.4rem;
  cursor:pointer;
  box-sizing: border-box;
  color:#777C84;
  font-size:1.4rem;
  text-align: left;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.mechanism .institute ul li span{
  max-width: 100%;
  display:block;
  padding:0 1.2rem;
}
.mechanism .institute ul li span.current{
  border-radius:1.6rem;
  background:#53B77F;
  color:#fff;
  padding:0 1.2rem;
  display:inline-block;
}
.mechanism .each-search{
  width:82rem;
  height:52rem;
  float:right;
  box-sizing: border-box;
  border-left: 0.1rem solid #eaeef2;
  border-right: 0.1rem solid #eaeef2;
}
.mechanism .each-search .search-bg{
  width:100%;
  height:12.8rem;
  background:url(../images/Turkey.png) no-repeat;
  background-size:100% 100%;
  border-radius: 0 2rem 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.mechanism .each-search .search{
  width:48rem;
  height:4.8rem;
  position:relative;
}
.mechanism .each-search .search input{
  width:48rem;
  height:4.8rem;
  font-size:1.4rem;
  color:#c7cddd;
  padding-left:5rem;
  box-sizing: border-box;
  background:#fff url(../images/eachSearch.png) no-repeat 2rem center;
  outline:none;
  border-radius: 2.4rem;
}
/*示范孔院*/
.ExampleConfucius{
  width: 100%;
  background: #fff;
  padding: 10rem 0;
}
.ExampleConfucius .example{
  width:140rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  -moz-column-count: 4;
  column-count: 4;
  border: 0.1rem solid #e4e7ee;
}
.ExampleConfucius .example .exampleItem{
  width: 25%;
  padding: 7rem 4.5rem;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border-right: 0.1rem solid #e4e7ee;
  border-bottom: 0.1rem solid #e4e7ee;
  transition: all 0.5s;
}
.ExampleConfucius .example .exampleItem a{
  width:100%;
  height:auto;
  overflow:hidden;
  display:block;
}
.ExampleConfucius .example .exampleItem:hover{
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.ExampleConfucius .example .exampleItem img{
  width: 21rem;
  height:4rem;
  object-fit: cover;
}
.ExampleConfucius .example .exampleItem p{
  font-size: 1.6rem;
  color: #191f26;
  margin-top: 1.6rem;
}
.mobile{
  display:none;
}
@media (max-width:768px) {
  html,
  body {
    font-size: calc(10/750*100vw);
  }
  .global .continents .each-search .search-bg.computer{
    display:none;
  }
  .mobile{
    display:block;
  }
  html,
  body {
    background:#f0f1f5;
  }
  .global{
    width:100%;
    height:auto;
    margin:9.6rem 0;
    background:transparent;
    padding:0 3.2rem;
    box-sizing: border-box;
    box-shadow:none;
  }
  .search-bg {
    width: 100%;
    height: 20rem;
    background: url(../images/Turkey.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 2rem 2rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-bg .search {
    width: 62.2rem;
    height: 7.2rem;
    position: relative;
  }
  .search-bg .search input {
    width: 100%;
    height: 7.2rem;
    font-size: 2.4rem;
    color: #c7cddd;
    padding-left: 7.4rem;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    border-radius: 3.6rem;
  }
  .search-bg .search>i {
    width: 3rem;
    height: 2.8rem;
    background: url(../images/mImages/eachFayeSearch.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 2.8rem;
    top: 2.2rem;
}
  .search-bg .search>span {
    width: 14.5rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 3rem;
    position: absolute;
    top: 0.6rem;
    right: 0.5rem;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    background: #53B77F;
    text-align: center;
    cursor: pointer;
  }
  .search-bg .search .auto {
    width: 100%;
    height: 12rem;
    background: #fff;
    padding: 2rem 0;
    box-sizing: border-box;
    border-radius: 2.4rem;
    box-shadow: 0rem 0.2rem 2rem 0rem rgb(130 150 171 .1);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 55;
  }
  .global .hd{
    width:100%;
    height:8rem;   
    float:none; 
  }
  .global .hd ul{
    width:100%;
    height:8rem;
    border-radius: 0;
    display:flex;
    justify-content: space-between;
  }
  .global .hd ul li{
    width:13.2rem;
    height:7.6rem;
    line-height:7.6rem;
    font-size:2.8rem;
  }
  .global .hd ul li.on{
    width:13.2rem;
  }
  .global .bd{
    width:100%;
    height:auto;
    float:none;
  }
  .global .bd .continents{
    height:auto;
  }
  .global .bd .continents .countries{
    width:100%;
    height:43.2rem;
    background:#fff;
    float:none;
  }
  .global .continents ul{
    width:100%;
    height:43.2rem;
    padding:4.8rem 3rem 1.6rem 3rem;
    box-sizing: border-box;
    margin:0;
  }
  .global .bd .continents .countries ul li{
    width:14rem;
    height:6rem;
    line-height:6rem;
    margin-bottom:3.2rem;
    margin-right:1rem;
    font-size:2.4rem;
  }
  .global .bd .continents .countries ul li:nth-child(4n){
    margin-right:0;
  }
  .global .continents .countries ul li span{
    width:100%;
    padding:0 1rem;
    box-sizing: border-box;
    text-align:center;
    background:#F0F1F5;
    display:inline-block;
    border-radius:3rem;
  }
  .global .continents .countries ul li span.current{
    border-radius:3rem;
  }
  .global .continents .each-search{
    width:100%;
    height:45.6rem;
    background:#fbfbfb;
    border-radius:0 0 2.4rem 2.4rem;
    border:none;
    float:none;
  }
  .global .continents .each-search .national{
    height:45.6rem;
    padding:4.8rem 3.2rem;
  }
  .global .continents .each-search .national h4{
    font-size:2.8rem;
  }
  .global .continents .each-search .national ul{
    width:100%;
    height:32rem;
    margin:0;
    padding:0;
    padding-top:1.6rem;
  }
  .global .continents .each-search .national ul li{
    width: 27rem;
    background:url(../images/mImages/nationalBg.jpg) no-repeat left center;
    font-size:2.4rem;
    margin-right:2rem;
    border-bottom: 0.2rem solid #eee;
    margin-bottom:1.6rem;
  }
  .global .continents .each-search .national ul li:nth-child(2n){
    margin-right:0;
  }
  /*中方合作机构*/
  .agency{
    width:100%;
    height:auto;
    padding:0 3.2rem;
    box-sizing: border-box;
    background:transparent;
    margin-top:9.6rem;
  }
  .agency .search-bg{
    background:url(../images/mImages/UniversityMobile.png) no-repeat;
    background-size:100% 100%;
  }
  .agency .search-bg .search input{
    background:#fff;
    padding-left:25.8rem;
  }
  body[data-lang="EN"] .agency .search-bg .search input{
    padding-left:31rem;
  }
  .agency .search .institutions {
    width: 22.8rem;
    height: auto;
    font-size: 2.4rem;
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    cursor: pointer;
  }
  body[data-lang="EN"] .agency .search .institutions{
    width: 30rem;
  }
  .agency .search .institutions span {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    background: #53B77F;
    border-radius: 3rem;
    color: #fff;
    display: block;
    padding: 0 2.4rem;
    box-sizing: border-box;
    text-align: center;
  }
  .agency .search .institutions span>i{
    width:1.4rem;
    height:1.4rem;
    background:url(../images/institutions.png) no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:0.8rem;
  }
  .search .switch {
    width: 22.6rem;
    height: 16rem;
    background: #fff;
    padding: 1.2rem 1rem;
    box-sizing: border-box;
    box-shadow: 0rem 0.2rem 2rem 0rem rgb(130 150 171 / 16%);
    border-radius: 1.4rem;
    margin-top: 0.6rem;
    display: none;
  }
  body[data-lang="EN"] .search .switch{
    width: 30rem;
  }
  .agency .search-bg .search>span{
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    right: 3.2rem;
    transform: translate(0,-50%);
    cursor: pointer;
    background: url(../images/mImages/eachFayeSearch.png) no-repeat;
    background-size:100% 100%;
  }
  .search .switch li{
    width:100%;
    height:6.4rem;
    background:#F7F7F9;
    text-align:center;
    font-size:2.4rem;
    color:#777C84;
  }
  .agency .hd{
    width:100%;
    height:auto;
    float:none;
  }
  .agency .hd ul{
    width:auto;
    height:8rem;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
    border-radius:0;
  }
  .agency .hd ul::-webkit-scrollbar{
    width: 0.1rem;
    height: 0.1rem;
  }
  .agency .hd ul::-webkit-scrollbar-corner{
    background: #53B77F;
  }
  .agency .hd ul::-webkit-scrollbar-thumb{  
    background: rgba(255,255,255,0.4);
    border-radius: 0.1rem;
  }
  .agency .hd ul li{
    min-width:15rem;
    height:100%;
    line-height:8rem;
    padding:0 2.4rem;
    font-size:2.8rem;
    float:left;
  }
  .agency .hd ul li.on{
    min-width:15rem;
  }
  .agency .bd{
    width:100%;
    height:auto;
    float:none;
  }
  .agency .bd .continents{
    width:100%;
    height:auto;
    background:#fff;
  }
  .agency .bd .continents .university{
    width:100%;
    height:auto;
    float:none;
  }
  .agency .continents ul{
    width:100%;
  }
  .agency .bd .continents .university ul li{
    width: 29rem;
    height:6rem;
    line-height:6rem;
    margin-right:2rem;
    margin-bottom:3.2rem;
  }
  .agency .bd .continents .university ul li:nth-child(2n){
    margin-right:0;
  }
  .agency .continents .university ul li span{
    width:100%;
    height:6rem;
    border-radius:3rem;
    padding:0;
    text-align:center;
    background:#F0F1F5;
    font-size:2.4rem;
  }
  .agency .continents .university ul li span.current{
    border-radius:3rem;
  }
  .agency .continents .each-search .search-bg.computer{
    display:none;
  }
  .agency .continents .each-search{
    float:none;
    width:100%;
    height:45.6rem;
    background:#FBFBFB;
    border-radius:0 0 2.4rem 2.4rem;
  }
  .agency .continents .each-search .national{
    height:45.6rem;
    padding:4.8rem 3.2rem;
  }
  .agency .continents .each-search .national ul{
    width:100%;
    padding:0;
  }
  .agency .continents .each-search .national ul li{
    width: 27rem;
    height:7.6rem;
    line-height:100%;
    padding-top:3.2rem;
    padding-bottom:1.2rem;
    box-sizing: border-box;
    font-size:2.4rem;
    border-bottom: 0.2rem solid #eee;
    background:transparent;
    margin-right:3.5rem;
  }
  .agency .continents .each-search .national ul li:nth-child(3n){
    margin-right:3.5rem;
  }
  .agency .continents .each-search .national ul li:nth-child(2n){
    margin-right:0;
  }
  .agency .continents .each-search .national ul li i{
    width:0.8rem;
    height:0.8rem;
    background:#53B77F;
    display:inline-block;
    margin-right:1.2rem;
  }
  /*示范孔院*/
  .crumbs-con{
    width:100%;
    padding:0 3.2rem;
    box-sizing: border-box;
  }
  .ExampleConfucius{
    background:transparent;
  }
  .ExampleConfucius .example{
    width:100%;
    border: 0.2rem solid #e4e7ee;
  }
  .ExampleConfucius .example .exampleItem{
    width:50%;
    padding:4rem 4.4rem;
    background:#fff;
    border-right: 0.2rem solid #e4e7ee;
    border-bottom: 0.2rem solid #e4e7ee;
  }
  .ExampleConfucius .example .exampleItem img{
    width: 25.6rem;
    height:8rem;
  }
  .ExampleConfucius .example .exampleItem p{
    font-size:2.4rem;
  }
  /*孔院联盟*/
  .crumbs-con>.league {
    width: 100%;
    height: 20rem;
    background: url(../images/mImages/league.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 2rem 2rem 0 0;
    margin-top:9.6rem;
  }
  .various{
    width:100%;
    margin:0;
    border-radius:0;
    margin-bottom:9.6rem;
  }
  .various .hd{
    float:none;
    width:100%;
  }
  .various .hd ul{    
    width:auto;
    height:8.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
    border-radius: 0;
    padding:0 3.2rem;
  }  
  .various .hd ul::-webkit-scrollbar{
    width: 0.1rem;
    height: 0.1rem;
  }
  .various .hd ul::-webkit-scrollbar-corner{
    background: #53B77F;
  }
  .various .hd ul::-webkit-scrollbar-thumb{  
    background: rgba(255,255,255,0.4);
    border-radius: 0.1rem;
  }
  .various .hd ul li{
    float:left;
    min-width:38rem;
    text-align: center;
    padding:0 1rem;
    font-size:2.8rem;
    max-width: 60rem;
    margin-right:2rem;
  }
  .various .hd ul li.on{
    min-width:38rem;
  }
  .various .bd{
    width:100%;
    float:none;
  }
  .continents .title{
    width:100%;
    height:8rem;
    line-height:8rem;
    font-size:2.8rem;
    background:#53B77F;
    color:#fff;
    padding:0 3.2rem;
  }
  .various .bd .introduction{
    width:100%;
    height:auto;
    padding:4.8rem 3.2rem 6.4rem;
  }
  .publicSmallTitle{
    font-size:3.2rem;
    margin-bottom:3.2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .publicSmallTitle:after,
  .publicSmallTitle:before {
    height:4rem;
  }
  .content{
    height:auto;
    padding-right:0;
    margin:0;
    margin-bottom:6.4rem;
  }
  .content p{
    font-size:2.8rem;
    line-height:5.6rem;
  }
  .contact{
    margin-top:3.2rem;
    height:auto;
  }
  .contact span{
    font-size:2.8rem;
  }
  .member{
    width:100%;
    height:auto;
    border:none;
    border-radius:0;
    background:#FBFBFB;
  }
  .national{
    height:auto;
    padding:4.8rem 3.2rem;
  }
  .national h4{
    font-size:2.8rem;
  }
  .various .continents ul{
    width:100%;
    height:auto;
    padding:0;
    padding-top:2rem;
  }
  .various .continents ul li{
    width: 27rem;
    height:5.8rem;
    line-height:5.8rem;
    box-sizing: border-box;
    margin-bottom:2rem;
    border-bottom: 0.2rem solid #eee;
    font-size:2.4rem;
    background:transparent;
    position:relative;
  }
  .various .continents ul li::before{
    content:'';
    width:0.8rem;
    height:0.8rem;
    background:#53B77F;
    position:absolute;
    top:50%;
    left:0;
    transform: translate(0, -50%);
  }
  .various .continents ul li:nth-child(3n){
    margin-right:2.4rem;
  }
  .various .continents ul li:nth-child(2n){
    margin-right:0;
  }
}