.public_w{
	width: 1280px;
	margin: 0 auto;
}

.public_nav{
	padding: 20px 0;
}

#wp_paging_w43{
	width: 100%;
}

.public_banner img{
	width: 100%;
}

.public_nav_wrap{
	width: 1280px;
	margin: 0 auto;
	line-height: 1;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.news-wrap .news-item:nth-child(n+2) .view-more-button{
	display: none;
}

.public_nav strong{
	font-weight: bold;
	font-size: 38px;
	color: #003b57;
}

.public_nav strong:after{
	content: "";
	position: absolute;
	bottom: -21px;
	width: 70px;
	left: 0;
	height: 4px;
	background-color: #f26b05;
}

.public_nav_wrap em , 
.public_nav_wrap span{
	color: #0d7a85;
	font-weight: bold;
	font-size: 20px;
	vertical-align: bottom;
}


.public_nav_wrap ul li{

	display: inline-block;
	position: relative;
	font-size: 18px;
	white-space: nowrap;
}

.public_nav_wrap ul li a{
	display: block;
	font-weight: bold;
}


.public_nav_wrap ul li.on a{
   color: #f26b05;
}



/*.public_nav_wrap ul li.on:after{
	content: "";
	display: block;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	position: absolute;
	width: 35px;
	height: 4px;
	background-color: #f26b05;

}*/

.public_nav_wrap ul li {
	margin-left: 50px; 
}

.public_nav{
	border-bottom: 1px solid #dcdddd;
}

.about-contianer{
	padding: 100px 0;
}


.about-contianer h6{
	font-size: 28px;
	font-weight: bold;
	color: #003b57;
	text-align: center;
}


.orange-line{
	width: 70px;
	height:2px; 
	margin: 4% auto;
	background-color: #f26b05;
}

.about-content {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.about-content img{
   width: 100%;
}


.about-purpose{
	padding-top: 100px;
	padding-left: 120px;
	padding-right: 120px;
	display: flex;
}

.about-purpose .text{
	width: 64%;
	padding-right: 50px; 
	font-size: 18px;
	line-height: 1.8;
	box-sizing: border-box;
}

.about-purpose  .title{
	width: 36%;
	font-size: 14px;
	color: #f26b05;
	text-align: right;
}

.about-purpose  .title .line{
	width: 100%;
	height: 2px; 
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f26b05;
}


.about-histroy{
	padding: 80px 0;
	background-color: #f7f8f8;
}

.about-histroy h6{
	font-size: 28px;
	font-weight: bold;
	color: #003b57;
	text-align: center;	
}


.charter-contianer{
	padding: 100px 0;
	background-color: #f7f7f7;
}

.charter-wrap{
	padding: 0 40px;
	background-color: #fff;
}
.charter-wrap .title{
	padding-top: 70px;
}

.charter-wrap .title h6{
	font-size: 28px;
	font-weight: bold;
	color: #003b57;
	text-align: center;	
}
.charter-wrap .title{
	border-bottom: 1px solid #dcdddd;
}


.charter-content{
	padding: 50px 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}

.charter-content h4{
	font-size: 24px;
	font-weight: bold;
}


.charter-content h5{
	font-size: 16px;
	font-weight: bold;
}


.actionPlan-wrap{
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.actionPlan-wrap .item{
	width: 46%;
	padding-bottom: 100px;
}

.actionPlan-wrap .item .num{
	font-size: 55px;
	color: #f26b05;
	margin-right:20px; 
	font-weight: bold;
	position: relative;
}

.actionPlan-wrap .item .num:after{
    position: absolute;
    bottom: -15px;
    left:0;
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background-color:  #f26b05;
}

.actionPlan-wrap .item  .top-title{
	display: flex;
	line-height: 1.6;
	padding-bottom: 14px;
	align-items: center;
	border-bottom: 1px solid #dcdddd;
}

.actionPlan-wrap .item  h5{
	font-size: 22px;
	font-weight: bold;
	color: #003b57;
}


.actionPlan-wrap .item  h6{
	font-size: 16px;
	color:#0a7985;
	font-weight:  bold;
	
}


.actionPlan-wrap .item .c{
	margin-top: 40px;
	line-height: 1.8;
	color: #666666;
	font-size: 16px;
}


.experts-container{
	padding: 100px 0;
}
.experts-wrap{
	
	display: flex;
	flex-wrap: wrap;
}


.experts-wrap .item{
	width: 25%;
	margin-bottom: 4%;
	display: block;
}


.experts-wrap .item .img{
	text-align: center;
	cursor: pointer;
	position: relative;
}


.experts-wrap h6{
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 40px;
}

.experts-wrap .item:hover .img:before{
	content: "";
    display: block;
    width: 70%;
    padding-top: 70%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50% 0 50% 50%;
    left: 50%;
    z-index: -2;
    background-image: linear-gradient(#2fa7b4, #056f7a );
}


.experts-wrap .item:hover .img:after{
	content: "";
    display: block;
    width: 60%;
    padding-top: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50% ;
    left: 50%;
    z-index: -1;
    background-color: #fff;
}


.experts-wrap .item .img i{
	position: absolute;
    right: 20%;
    top:0%;
    font-size: 18px;
    color: #fff;
}


.page_list_container {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
}


.page_list_container a.on {
    background-color: #f26b05;
    color: #fff;
    border: 1px solid #eceded;
}
.page_list_container a:hover:not(.on){
	 color: #f26b05;
}
.page_list_container a {
    min-width: 38px;
    margin: 0 8px;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    height: 38px;
    box-sizing: border-box;
    
}


.team-descrition-mask{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  z-index: 1000;
}

.team-descrition-mask .team-wrap{
  background-image: url(../images/mask.png);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  max-width: 1280px;
  position: absolute;
  width: 66%;
  padding: 50px;
  align-items: center;
  padding: 30px 4% 140px;
  box-sizing: border-box;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%,-50%);
  display: flex;
  flex-wrap: wrap;
}

.team-descrition-mask{
  display: none;
}

.team-descrition-mask .button-box{
  width: 100%;
  text-align: right;
}
.team-descrition-mask .img{
	width: 50%;
	text-align: center;
}
.team-descrition-mask .img img{
	max-width: 170px;
}


.team-descrition-mask .img  h6{
	font-size: 20px;
	font-weight: bold;
	color: #013f5a;
	margin:0 auto;
	max-width: 180px;
}


.team-descrition-mask .text{
	width: 50%;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 40px;
	box-sizing: border-box;
	padding-right: 4%;
	max-height: 330px;
	overflow: auto;
}


.team-descrition-mask .text::-webkit-scrollbar {/*滚动条整体样式*/

        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

        height: 1px;

    }

.team-descrition-mask .text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

        border-radius: 10px;

         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        background: #0d7a85;

    }

.team-descrition-mask .text::-webkit-scrollbar-track {/*滚动条里面轨道*/

        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        border-radius: 10px;

        background: #EDEDED;

}

.team-descrition-mask .next-experts img{
	width: 100%;
}
.team-descrition-mask .next-experts{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18%;
}


.application-container{
	padding: 100px 0;
}



.application-container h6{
	font-size: 28px;
    font-weight: bold;
    color: #003b57;
    text-align: center;
}
.application-top .t{
	font-size: 18px;
	line-height: 1.8;
}

.application-top img{
	width: 100%;
}


.application-bottom{
	padding: 100px;
}


.form-box .layui-input-block {
    width: 49%;
    margin-left: 0px;
}


.form-box .layui-form-item{
	display: flex;
    justify-content: space-between;
}


.form-box .layui-input {
    line-height: 60px;
    height: 60px;
}

.layui-form-item textarea {
    width: 100%;
    border: none;
}


.form-box .code-item{
    height: 70px;
    padding: 0 20px;
    margin-right: 30px;
    line-height: 70px;
    background-color: #fff;
}


.code-item input{
	line-height: 60px;
	height: 60px;
	border: none;
}


.layui-form-item  .submit-button{
	width: 200px;
	color: #fff;
	border-radius: 35px;
	line-height: 70px;
	background-image: linear-gradient(to right,#febe04,#f26b05);
}

.scau-wrap {
	padding-top: 100px;
}

.scau-wrap:last-of-type{
	padding-bottom: 100px;
}

.scau-wrap  h6{
	text-align: center;
	font-size: 28px;
	color: #003b57;
	font-weight: bold;
}
.scau-wrap .t{
	display: flex;
	flex-wrap: wrap;
}
.scau-wrap .t .item{
   width: 16%;
   margin-bottom: 5%;
   margin-right: 5%
}

.scau-wrap .t .item:nth-child(5n){
	margin-right: 0;
}


.scau-wrap .t .item .img{
	text-align: center;
	padding: 44px 0;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.1)
}


.scau-wrap .t .item .img img{
	width: 50%;
}
.scau-wrap .t .item  .name i{
	font-size: 20px;
	margin-left: 10px;
	color: #f26b05;
	font-weight: normal;
	vertical-align: middle;
}
.scau-wrap .t .item  .name{
   font-size: 16px;
   color: #333;
   line-height: 2;
   margin-top: 20px;
   margin-bottom: 10px;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.scau-wrap .t .item .eng{
	font-size: 14px;
	line-height: 1.6;
}


.scau-wrap .c {
	display: flex;
	flex-wrap: wrap;
}
.scau-wrap .c .item{
	width: 50%;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.scau-wrap .c .item .img{
	margin-right: 50px;
	width: 100px;
}

.scau-wrap .c i{
	font-size: 20px;
	margin-left: 10px;
	color: #f26b05;
	font-weight: normal;
	vertical-align: middle;
}
.scau-wrap .c{
	font-size: 14px;
}
.scau-wrap .c .name{
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: #333;
}

.scau-wrap .c .item:nth-child(odd){
	padding-right: 90px;
	box-sizing: border-box;
}

.scau-wrap .c .item:nth-child(even){
	padding-left: 90px;
	box-sizing: border-box;
}


.scau-wrap .c{
	position: relative;
}



.scau-wrap .c:after{
	content: "";
	height: 100%;
	background-color: #dcdddd;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
}


.news-contianer{
	padding: 100px 0;
}


.news-wrap .news-item:hover img{
    transform: scale(1.1);

}

.news-wrap .news-title{
	font-size: 18px;
	min-height: 56px;
	font-weight: bold;
	
}
.news-wrap{
	display: flex;
	flex-wrap: wrap;
}
.news-wrap .news-item{
	width: 30%;
	margin-bottom: 4%;
}

.news-wrap .news-item:hover .news-title a{
	color: #0c7b87;
}

.news-wrap .news-item .time{
	font-size: 14px;
	color: #f26b05;
}
.news-wrap .news-item .img img{
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s;
}
.news-wrap .news-item .img{
	border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 58%;
}
.news-wrap .news-item .t{
      font-size: 18px;
} 


.news-wrap .news-item:not(:first-child){
	margin-right: 5%;
}


.news-wrap .news-item:first-child{
	width: 100%;
}


.news-wrap .news-item:first-child{
	display: flex;
}

.news-wrap .news-item:first-child .img{
	width: 50%;
	padding-top: 28%;
}


.news-wrap .news-item:first-child .t{
	width: 50%;
	padding-left: 4%;
    box-sizing:border-box;
}

.news-wrap .news-item:first-child .time{
	color: #666;
}


.news-wrap .news-item:hover{
	color: #0c7b87;
}



.news-wrap .news-item:first-child .news-title{
	font-weight: bold;
	font-size: 32px;
}

.news-wrap .news-item:nth-child(3n+1){
   margin-right: 0;   
}

.news-wrap .news-item .t {
	line-height: 1.6;
}

.news-wrap .news-item .t .time{
   margin-top: 4%;
   margin-bottom: 3%;
}


.news-wrap .news-item  .news-des{
	font-size: 14px;
	margin-top: 4%;
	color: #666;
	line-height: 2;
	margin-bottom: 3%;
}

.news-wrap .news-item  .view-more-button{
	width: 130px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	border-radius: 30px;
	background-image:linear-gradient(to right, #fec304 , #f26b05)
}


.news-details-contianer{
	background: #efefef;

}


.news-details-wrap{
	width: 82%;
	min-width: 1200px;
	max-width: 1500px;
	margin:0 auto;
	padding: 100px 0;
	background: #fff;
}

.news-details-wrap .title{
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdddd;
}

.news-details-wrap .title h6{
	font-size: 30px;
	font-weight: bold;
	color: #0c7b87;
	margin-bottom: 30px;
}

.news-details-wrap .bottom{
	padding: 24px 0;
	display: flex;
	font-size: 16px;
	border-top: 1px solid #dcdddd;
	justify-content: space-between;
}

.news-details-wrap .title .time{
	font-size: 14px;
	color: #666666;

}

.details_w{
	width: 1000px;
	margin:  0 auto;
}

.news-details-wrap .bottom a:hover{
	color: #f26b05;
}


.news-details-wrap .t{
	line-height: 2;
}


.news-details-wrap .t {
	padding: 40px 0;
}


.news-from{
	margin-top: 4%;
	margin-bottom: 2%;
}

.news-wrap > div{
	width: 100%;
}

.news-from span{
	line-height: 34px;
	display: inline-block;
	background: #4fa6b0;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	border-radius: 0 20px 0 20px;
}

.notice-wrap{
	padding: 40px 0 100px 0;
}
.notice-wrap .item{
  padding: 20px 0;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdddd;
}


.notice-wrap .item .time:after{
	content: "";
	position: absolute;
	right: -10px;
	height: 80px;
	width: 1px; 
	display: block;
	background-color: #efefef;
}
.notice-wrap .item .time{
	line-height: 1;
	width: 110px;
	height: 110px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	text-align: center;
}

.notice-wrap .item .t{
	flex: 1;
	box-sizing: border-box;
	padding-left: 30px;
}

.notice-wrap .item a{
	font-size: 16px;
	font-weight: bold;
}

.notice-wrap .item .months{
	font-size: 23px;
	margin-top: 6%;
	margin-bottom: 6%;
	font-weight: bold;
}

.notice-wrap .item .year{
	font-size: 13px;
}


.notice-wrap .item .view-more-button{
	width: 0px;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
	color: #f26b05;
	margin-top: 2%;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	transition: all .3s;
	border-radius: 30px;
	/*background-image: linear-gradient(to right, #fec304 , #f26b05);*/
}


.notice-wrap  .item:hover .view-more-button{
	width: 130px;
	color: #fff;
	background-image: linear-gradient(to right, #fec304 , #f26b05);
}



.notice-wrap .item:hover .time{
	background-size: cover;
	background-image: url(../images/calendar.png);
}

.notice-wrap .item .img{
	border-radius: 10px;
	overflow: hidden;
	width: 20%;
}

.notice-wrap .item .img img{
	width: 100%;
}



.notice-wrap  .item:hover a {
   color: #0a7985;
}


.news-wrap .news-item:first-child .news-des-from{
	min-height: 100px;
}


.news-wrap .news-item .news-des-from{
	margin-top: 2%;
	font-size: 14px;
	color: #666666;
}


/*icon-jiantou_xiangyou*/

.edu-notice-container{
	padding: 60px 0;
}


.edu-notice-wrap .item{
   display: flex;
   padding: 40px 0;
   font-size: 18px;
   background-color: #f7f8f8;
   align-items:center;

}


.edu-notice-wrap .item .time{
	padding: 0 30px;
	border-right: 1px solid #dcdddd;
	font-weight: normal;
}

.edu-notice-wrap .item .time .date{
	font-size: 23px;
	font-weight: bold;
}

.edu-notice-wrap .item .time .year{
	font-size: 13px;
	margin-top: 3%;
}


.edu-notice-wrap .item .t{
	font-size: 18px;
	flex:1;
	line-height: 1.6;
	padding-right: 20px;
	padding-left: 50px;
}

.edu-notice-wrap .item i{
	font-size: 30px;
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    margin-right: 30px;
    border-left: 1px solid #ddd;
}



.edu-notice-wrap .item:hover{
	color: #fff;
	background-color: #0d7a85;
}

.edu-notice-wrap .item{
	margin-bottom: 2%;
}


.credit-transfer-wrap > div{
	width: 100%;
}


.credit-transfer-wrap{
	padding: 40px 0;
}

.credit-transfer-wrap .chinese{
    font-size: 18px;
    margin-top: 4%;
	margin-bottom: 3%;
    font-weight: bold;
}

.credit-transfer-wrap .english{
    font-size: 14px;
}


.credit-transfer-wrap{
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
}

.credit-transfer-wrap .item:hover img{
	transform: scale(1.1);
}

.credit-transfer-wrap .item:hover{
	color: #0d7a85;
}

.credit-transfer-wrap .item img{
	width: 100%;
	transition: all .3s;
}
.credit-transfer-wrap .item{
	width: 28%;
	display: block;
	margin-bottom: 3%;
	margin-right: 8%;
}

.credit-transfer-wrap .item:nth-child(3n){
	margin-right: 0;
}


.credit-transfer-wrap .item .img{
    overflow: hidden;
    border-radius: 14px;
}


.teams-wrap{
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}


.teams-wrap .item{
	width: 23%;
	line-height: 2;
	position: relative;
	margin-bottom: 10%;
	margin-right: 2.66%;
}

.teams-wrap .item .t h5{
	font-weight: bold;
	font-size: 20px;
}

.teams-wrap .item .t h5 a{
	color: #fff;
}


.teams-wrap .item .t{
	padding:10px 20px;
	background-color: #21929e;
	color: #fff;
	position: absolute;
	bottom: -40px;
	right: 0;
	box-sizing: border-box;
	width: 82%;
}

.teams-wrap .item:nth-child(4n){
	margin-right: 0;
}

.teams-wrap .item .t i{
	display: inline-block;
	width: 26px;
	vertical-align: middle;
	height: 1px ;
	margin-right: 4px;
	background-color: rgba(250,250,250,.8);
}

.teams-wrap .item .t h5{
	line-height: 2;
}
.teams-wrap .item .t span{
	display: inline-block;
	font-size: 14px;
	color: rgba(250,250,250,.8);
}



.chareas-wrap{
	padding: 5% 0;
	display: flex;
	flex-wrap: wrap;
}

.chareas-wrap .item:nth-child(3n){
	margin-right: 0%;
}
.chareas-wrap .item{
	width: 28%;
	margin-right: 8%;
	display: block;
	margin-bottom: 5%;
}

.chareas-wrap .item:hover img{
	transform: scale(1.1);
}


.chareas-wrap .item img{
     width: 100%;
     transition: all .3s;
}

.chareas-wrap .item .img{
	width: 100%;
	overflow: hidden;
	border-radius: 14px;
}


.chareas-wrap .t{
	display: flex;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	justify-content: space-between;
	padding: 24px 0;
	font-size: 20px;
	color: #0c7c88;
}


.chareas-wrap .t:after{
	height: 1px ;
	display: block;
	width: 0px;
	transition: all .3s;
	content: "";
	position: absolute;
	bottom: -1px;
	background-color: #f26b05;
}


.chareas-wrap .item:hover  .t:after{
    width: 100%;
}


.chareas-wrap .item .time{
	font-size: 16px;
	color: #666666;
}

.achievements-t i{
	color: #666666;
}

.chareas-wrap .item .c{
	margin-top: 4%;
	height: 60px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	
}


.chareas-wrap .item:hover .c{
	color: #0c7c88;
}


.technicalNeeds-wrap {
   
   padding: 100px 0;
}

.technicalNeeds-wrap .form-box .layui-form-item{
	display: block;
}

.technicalNeeds-wrap .form-box{
	width: 850px;
}


.technicalNeeds-wrap .form-box .layui-input-block{
	width: auto;
}

.technicalNeeds-wrap  .layui-form-item{
	margin-bottom: 40px;
}

.technicalNeeds-wrap .layui-label{
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
	display: block;
	float:none;
	width: auto;
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
}

.technicalNeeds-wrap .layui-form-label{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	width: 100px;
	padding-left: 0;
}

.row-2 {
	display: flex;
	justify-content: space-between;
}
.row-2  .layui-form-item{
	width: 48%;
}




.enterprise-wrap{
	padding: 80px 0;

	
}


.enterprise-wrap .title{
	line-height: 90px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
	background-color: #0d7a85;
}


.enterprise-wrap .item{
	width: 50%;
	line-height: 70px;
	padding-left: 60px;
	box-sizing: border-box;
}



.enterprise-wrap .item:nth-child(4n+3	){
	background-color: #f7f8f8;
}

.enterprise-wrap .item:nth-child(4n+4	){
	background-color: #f7f8f8;
}




.enterprise-wrap  .table .item:nth-child(odd){
	border-right:  1px solid #efefef;
}
.enterprise-wrap  .table {
	display: flex;
    border: 1px solid #efefef;
	font-size: 16px;
	font-weight: bold;
	flex-wrap: wrap;
}




.edu-notice-wrap .item .t{
	display: flex;
}


.edu-notice-wrap .item .t  .t-one{
	width: 50%;
	position: relative;
}

.edu-notice-wrap .item .t  .t-one:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background-color: #ddd;
	height: 44px;
}

.edu-notice-wrap .item .t  .t-two{
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
}


.contact-container{
	padding: 100px 0;
}


.contact-top{
	display: flex;
	justify-content: space-between;
}
.contact-top .item h6{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.contact-top .item{
	
	line-height: 2;
	font-weight: normal;
}

.contact-top .item h6{
	margin-bottom: 40px;
}

.contact-top .item img{
	vertical-align: middle;
	margin-right: 20px;
}


.contact-top .item p{
	margin-bottom: 10px;
}


.contact-container .map{
	margin: 100px 0;
}

.contact-bottom h6{
	font-size: 24px;
	color:#333333;
	text-align: center;
}


.contact-bottom .form-box{
  margin: 50px 0;
}


.about-histroy-wrap h6{
	font-size: 28px;
	color: #003b57;
	text-align: center;
	font-weight: bold;
}

.about-alliance-wrap {
	padding-top:120px;

}


.about-histroy-content {
	display: flex;
	width: 86%;
	margin: 0 auto;
	align-items: center;
}

.about-histroy-content .img img{
	width: 100%;
}

.about-histroy-content .img{
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
}

.about-histroy-swiper{
		overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-top: 80px;
}

.about-histroy-content .c{
	line-height: 1.8;
	font-size: 18px;
	width: 50%;
	padding-left: 100px;
}


.about-alliance-wrap {
	padding: 100px 0;
	width: 86%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto; 
}


.about-item{
	display: flex;
	margin-bottom: 20px;
}

.about-item .img img{
	width: 100%;
}

.about-item .img{
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	border: 4px solid #fff;
}

.aboutcouIntro {
    clear: both;
    width: 804px;
    margin: 0 auto;
    padding-bottom: 75px;
    overflow: hidden;
}

.aboutcouIntro .mid .time p{
	width: 138px;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    color: #40444c;
    float: left;
    margin: 7px 0 0 2px;
    display: inline;
    text-align: center;
}

.wp_nav .nav-item.selected a{
  color: #f26b05;
}

.wp_nav .nav-item.selected a span{
	 color: #f26b05;
}


.public_nav_wrap .links span{
	color: #333;
}


.aboutcouIntro .mid {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    background: url(../images/line01.png) repeat-y 190px 0;
}

.top.png {
    width: 100%;
    height: 78px;
    background: url(../images/span02.png) no-repeat 181px 15px;
    float: left;
}

.aboutcouIntro .mid li{
	width: 804px;
    height: 73px;
    margin-bottom: 22px;
}

.aboutcouIntro .mid .time {
    width: 201px;
    height: 73px;
    float: left;
    position: relative;
    background: url(../images/span04.png) no-repeat 1px 7px;
    overflow: hidden;
}

.aboutcouIntro .mid .intro{
	width: 580px;
    padding: 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
    height: 76px;
    background-size: cover;
    position: relative;
    float: right;
    background-image: url(../images/libg04.png);
    overflow: hidden;
    line-height: 20px;

}

.aboutcouIntro .bot {
    background: url(../images/span03.png) no-repeat 181px 0;
    height: 78px;
    float: left;
    width: 904px;
}


.about-item  .t:before{
	content: "";
	width: 0; 
	height: 0;
	position: absolute;
	left:-178px;
	top: 0;
	width: 0; 
	height: 0;
	border-width: 89px;
	border-style: solid;
	border-color: transparent #0d7a85 transparent transparent;
}

.about-item  .t{
	color: #fff;
    flex: 1;
    padding-left: 30px;
    display: flex;
    line-height: 1.8;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    position: relative;
    background-color: #0d7a85;
}

.bg-time-swiper{
	position: absolute;
	left: 0;
	top: 56px;
}

.about-alliance-wrap .title{
    border-top: 1px solid  #f26b05;
    font-size: 14px;
    padding: 20px 0 40px;
    color:  #f26b05;
}

.about-histroy-outbox{
	position: relative;
	margin-top: 100px;
}

.about-histroy-outbox .about-item{

}

.about-histroy-container{
	background-color: #f7f8f8;
	padding: 60px 0;
}


.about-time-swiper {
	width: 86%;
	overflow: hidden;
	margin: 0 auto;
}

.about-time-swiper .year{

}

.about-time-swiper .line{
	display: flex;
	justify-content: space-around;
	border-bottom:1px solid #dcdddd;
	width: 100%;
}


.about-time-swiper .year{
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	font-family: serif;
}

.about-time-swiper .line span:first-child{
	background-color: #0c7c88;
	width: 2px;
}

.about-time-swiper .swiper-slide-active .line span:first-child{

	position: relative;
}

.about-histroy-swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #0c7b87;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }

.about-time-swiper .time-item{
	padding-top: 20px;
}

.about-time-swiper .swiper-slide-active .line span:first-child:before{
	content: "";
	display: block;
	height: 50px;
	top: -50px;
	width: 2px;
	background: #0c7c88;
	position: absolute;
}


.about-time-swiper .swiper-slide-active em{
	visibility: hidden;
}


.about-time-swiper .swiper-slide-active .year span{
	display: block;
	position: absolute;
	bottom: 0;
	color: #0c7c88;
	font-size: 43px;

}

.about-time-swiper  .year span{
	display: none;
	position: relative;
}

.about-time-swiper .swiper-slide-active  .year {
	padding-left: 30px;

}

.about-time-swiper .common-line span:first-child{
    background-color:#dcdddd;
} 

.about-time-swiper .line span{
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #dcdddd;
}


.hide-year{
	visibility: hidden;
}


.about-alliance-wrap{
	position: relative;
	align-items: center;
}

.about-alliance-wrap  .first-item{
	width: 40%;
	position: relative;
}
.about-alliance-wrap .first-item .img{
  border-radius: 20px;
  overflow: hidden;
}
.about-alliance-wrap .first-item img{
	width: 100%;
}

.about-alliance-wrap .second-item .img img{
	width: 100%;
}
.about-alliance-wrap .second-item {
    width: 58%;
    border-radius:  20px;
    transform: translateY(-50px);
}

.about-alliance-wrap .second-item .img{
	 border-radius:  20px;
	 overflow: hidden;
}


.about-alliance-wrap .third-item {
	width: 50%;
	transform: translate(40%,-40%);
}

.about-alliance-wrap .third-item .img{
	border-radius:  20px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
}


.about-alliance-wrap .fourth-item{
	width: 30%;
	border-radius:  20px;
	background-color: #f26b05;
	padding: 40px 20px;
	font-size: 16px;
	height: auto;
	transform: translate(0%,-100%);
	color: #fff;
	line-height: 1.8;
}

.about-alliance-wrap .first-item .green{
	border-radius: 20px;
	width: 70px;
	bottom: -24%;
    left: 30%;
	height: 70px;
	position: absolute;
	background-color: #1f919d;
}


.experts-wrap .item img{
	width: 100%;
	max-width: 170px;
}



@media screen and (max-width: 768px) {

	.team-descrition-mask .next-experts{
		width: 48%;
	}
    .experts-container{
    	padding: 0.4rem 0;

    }
    .experts-wrap .item img{
    	width: 70%;
    }


    .experts-wrap h6{
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
    
    .team-descrition-mask .team-wrap{
    	padding: 0.2rem ;
    	padding-bottom: 90px;
    	display: block;
    }
    .team-descrition-mask .img img{
    	width: 60px;
    }

    .team-descrition-mask .img h6{
    	font-size: 0.24rem;
    }
    .team-descrition-mask .img{
    	margin:  0 auto;
    }

    .team-descrition-mask .text{
    	width: 100%;
    	font-size: 14px;
    	margin-top: 20px;
    }

	.experts-wrap .item{
         width: 48%;
	}
    
    .about-histroy-content .img{
    	width: 100%;
    }
    .about-histroy-content{
    	width: 100%;
    	display: block;
    }
	.about-histroy-swiper{
		margin-top: 0.8rem;
	}
	.public_container{
		margin-top: 60px;
	}
	.public_nav{
         display: none;
 	}

 	.about-contianer{
 		padding: 0.4rem 0;
 	}

 	.public_w{
 		width: 94%;
 	}
    .about-histroy-wrap h6{
    	font-size: 0.3rem;
    }
 	.about-contianer h6{
 		font-size: 0.3rem;
 	}
 	.about-content{
 		font-size: 14px;
 	}
 	.about-purpose{
 		padding: 0;
 	}

 	.about-purpose .text{
 		width: 100%;
 		padding-right: 0;
 		font-size: 0.24rem;
 	}

 	.about-histroy-outbox{
 		margin-top: 0.24rem;
 	}

 	.about-histroy-content{
 		background-color: #fff;
 	}

 	.about-histroy-content .c{
 		width: auto;
 		margin:  0.2rem;
 		padding-left: 0;
 		font-size: 0.24rem;
 	}

 	.about-alliance-wrap{
 		width: 100%;
 		padding: 0.4rem 0;
 		padding-top: 0.6rem;
 	}
 	.about-time-swiper .year{
 		font-size: 0.24rem;
 	}
    .about-histroy-container{
    	padding-bottom: 0.5rem;
    }
 	.about-alliance-wrap .fourth-item{
 		font-size: 0.20rem;
 		padding: 10px;
 		 transform: translate(0%,-50%);
 		width: 50%;
 		box-sizing: border-box;
 	}
 	.about-alliance-wrap .first-item .green{
 		display: none;
 	}

 	.about-alliance-wrap .third-item .img{
 		padding: 10px;
 	}

 	.public_banner img{
 		height: 3rem;
 		position: relative;
 		left: 50%;
 		transform: translate(-50%);
 		max-width: none;
 	}

 	.charter-contianer{
 		padding:0.4rem 0;
 	}

 	.charter-wrap .title h6{
 		font-size: 0.3rem;
 	}

 	.charter-wrap .title{
 		padding-top: 0.7rem;
 	}

 	.charter-wrap{
 		padding: 0 2%;
 	}

 	.actionPlan-wrap{
 		padding: 0.4rem 0;
 	}

 	.actionPlan-wrap .item{
 		width: 100%;
 		padding-bottom: 0;
 		margin-bottom:0.4rem;
 	}

 	.actionPlan-wrap .item .num{
 		font-size: 0.55rem;
 	}

 	.actionPlan-wrap .item h5{
 		font-size: 0.24rem;
 	}

 	.actionPlan-wrap .item h6{
 		font-size: 0.18rem;
 	}

 	.actionPlan-wrap .item .c{
 		margin-top: 0.2rem;
 		font-size: 0.24rem;
 	}
 	.public_banner{
 		overflow: hidden;
 	}

 	.application-container h6{
 		font-size: 0.3rem;
 	}

 	.application-container{
 		padding-top: 0.4rem;
 	}

 	.application-bottom{
 		padding: 0.4rem 0;
 	}

 	.form-box .code-item{
 		display:flex;
 		align-items: center;
 	}

 	.code-item input{
 		height: 30px;
 		line-height: 30px;
 	}

 	.form-box .code-item button{
 		width: 70px
 	
 	}

 	.layui-form-item .submit-button{
 		width: 50%;
 		font-size: 0.24rem;
 		border-radius: 0;
 	}

 	.form-box .code-item{
 		margin-right: 20px;
 	}

 	.form-code-item {
 		justify-content: space-between !important;
 	}

 	.form-code-item:after{
 		display: none !important;
 	}

 	.scau-wrap{
 		padding-top: 0.4rem;
 	}

 	.scau-wrap h6{
 		font-size: 0.3rem;
 	}

 	.scau-wrap .t .item{
 		width: 30%;
 	}

 	.scau-wrap .t .item:nth-child(3n){
 		margin: 0;
 	}

 	.scau-wrap .t .item:nth-child(5n){
 		margin-right: 5%;
 	}

 	.scau-wrap .c:after{
 		display: none;
 	}

 	.scau-wrap .c .item:nth-child(odd){
 		padding-right: 0;
 	}

 	.scau-wrap .c .item:nth-child(even){
 		padding-left:0;
 	}

 	.scau-wrap .c .item .img{
       margin-right: 0;
 	}
    .scau-wrap .c .item:nth-child(3n){
    	margin-right: 0;
    }
 	.scau-wrap .c .item{
 		margin-bottom: 5%;
 		margin-right: 5%;
 		width: 30%;
 		display: block;
 	}

 	.scau-wrap .t .item .name{
 		font-size: 0.24rem;
 		margin-top: 0.2rem;
 	}

 	.scau-wrap .c i{
 		font-size: 14px;
 	}

 	.scau-wrap .c .item .img{
 		text-align: center;
	    padding: 0.6rem 0;
	    box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
 	}

 	.scau-wrap .t .item .name i{
 		font-size: 14px;
 	}

 	.scau-wrap .c .item .img img{
 		width: 50%;
 	}

 	.scau-wrap .c .name{
 		font-size: 0.24rem;
 		margin-top: 0.2rem;
 	}

 	.scau-wrap .c  .eng{
 		font-size: 0.20rem;
 	}

 	.scau-wrap .t .item .img{
 		padding: 0.6rem 0;
 	}


    .news-contianer{
    	padding: 0.4rem 0;
    }
    
    .news-wrap .news-item{
    	flex-wrap: wrap;
    }
    .news-wrap .news-item:first-child .img{
    	width: 100%;
    }

    .news-wrap .news-item:first-child .t{
    	width: 100%;
    	padding-left: 0;
    }

    .news-wrap .news-item:first-child .news-title{
    	font-size: 0.3rem;
    }

    .news-wrap .news-title{
    	font-size: 0.24rem;
    }

    .news-wrap .news-item .news-des{
    	font-size: 0.24rem;
    }
    
    .news-wrap .news-item{
    	width: 100%;
    	display: flex;
    	align-items: center;
    	margin-right: 0 !important;
    }

    .news-wrap .news-item .img{
    	width: 30%;
    	border-radius: 4px;
    }

    .news-wrap .news-item .t{
    	width: 70%;
    	box-sizing: border-box;
    	padding-left: 10px;
    }

    .news-wrap .news-item:first-child .t .time{
    	margin-top: 0.3rem;
    	margin-bottom: 0.3rem;
    }
    .news-wrap .news-item .t .time{
    	font-size: 0.2rem;
    	    margin-top: 0;
    	    margin-bottom: 0;
    }

    .news-wrap .news-item .view-more-button{
    	width: 100px;
    	font-size:0.24rem;
    	line-height: 3;
    	border-radius: 20px;
    }

    .notice-wrap{
    	padding: 0.4rem 0;
    }

    .notice-wrap .item .img{
    	display: none;
    }

    .notice-wrap .item .months{
    	font-size: 0.3rem;
    }

    .notice-wrap .item a{
    	font-size: 0.24rem;
    }

    .notice-wrap .item{
    	padding: 10px 0;
    }
    

    .news-from span{
		line-height: 2;
		font-size: 0.24rem;
		padding: 0 0.3rem;
		border-radius: 0 10px 0 10px;
    }

    .news-wrap .news-item:first-child .news-des-from{
    	min-height: auto;
    	margin-bottom: 0.3rem;
    }

    .news-wrap .news-item .news-des-from{
    	font-size: 0.24rem;
    }

    .edu-notice-container{
    	padding: 0.4rem 0;
    }
    
    .edu-notice-wrap .item{
    	padding: 0.4rem 0;
    	font-size: 0.24rem;
    }

    .edu-notice-wrap .item .t{
    	font-size: 0.24rem;
    	padding-left: 10px;
    }

    .edu-notice-wrap .item .time{
    	font-size:0.3rem;
    	padding: 0 10px;
    }
    .edu-notice-wrap .item .time .year{
    	font-size: 0.24rem;
    }
    .edu-notice-wrap .item .time .date{
    	font-size: 0.3rem;
    }

    .edu-notice-wrap .item i{
    	padding-left: 10px;
    	margin-right: 10px;
    	font-size: 14px;
    }

    .credit-transfer-wrap .item{
    	margin-right: 0;width: 48.5%;
    }

    .credit-transfer-wrap{
    	padding: 0.4rem 0;
    	justify-content: space-between;
    }

    .credit-transfer-wrap .chinese{
    	font-size: 0.24rem;
    }

    .credit-transfer-wrap .english{
    	font-size: 0.20rem;
    }

    .teams-wrap{
    	padding: 0.4rem 0;
    	justify-content: space-between;
    }
    .teams-wrap .item{
    	width: 48.5%;
    	margin-right: 0;
    }
    .teams-wrap .item .t{
    	text-align: right;
    	bottom: -30px;
    	padding: 10px;
    	font-size: 0.24rem;
    }
    .teams-wrap .item .t h5{
    	font-size: 0.24rem;
    }
    .teams-wrap .item .t span{
    	font-size: 0.24rem;
    }

    .chareas-wrap .item{
    	width: 48.5%;
    }

    .chareas-wrap .t{
    	font-size: 0.24rem;
    	padding: 12px 0;
    }

    .chareas-wrap .item .c{
    	font-size: 0.24rem;
    	height: 0.72rem;
    }


    .chareas-wrap .item .time{
    	font-size: 0.24rem;
    }

    .achievements-t i{
    	font-size: 0.24rem;
    }

    .technicalNeeds-wrap{
    	padding: 0.4rem 0;
    }

    .technicalNeeds-wrap .form-box{
    	width: 100%;
    }

    .technicalNeeds-wrap .layui-label{
    	font-size: 0.24rem;
    }

    .layui-form-item .layui-form-label{
    	font-size: 0.24rem;
    }

    .technicalNeeds-wrap .layui-form-item{
    	margin-bottom: 10px;
    }
    
    .form-box .layui-input{
    	line-height: 30px;
    	height: 30px;
    }
    .form-box .code-item,.layui-form-item .submit-button{
    		line-height: 40px;
    	height: 40px;
    }
    .layui-form-item .layui-form-label{
    	padding: 6px 15px;
    }

    .enterprise-wrap .title{
    	line-height: 40px;
    	padding-left: 20px;
    	font-size: 0.3rem;
    }

    .enterprise-wrap{
    	padding: 0.4rem 0;
    }

    .enterprise-wrap .item{
    	font-size: 0.24rem;
    	line-height: 1.5;
    	min-height: 0.72rem;
    	padding: 10px 20px;
    }


    .edu-notice-wrap .item .t .t-two{
    	padding-left: 10px;
    }

    .contact-container{
    	padding: 0.4rem 0;
    }

    .contact-container .map{
    	margin: 0.4rem 0;
    }

    .contact-bottom h6{
    	font-size: 0.24rem;
    }


    .contact-bottom .form-box{
    	margin: 0.5rem 0;
    }

    .contact-top{
    	flex-wrap: wrap;
    }

    .contact-top .item h6{
    	margin-bottom: 0.2rem;
    	font-size: 0.28rem;
    }
}


.more-link .moretext {
    display: inline;
    display: none;
}
