.innerHeader::before{
    height: 60%;
}
.innerbanner .imgwrap{
    padding-top: 22.6%;
    position: relative;
}
.innerbanner .imgwrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.innerbanner .imgwrap h3{
    position: absolute;
    bottom: .75rem;
    padding-top: .22rem;
    min-width: 2.5rem;
    font-size: .4rem;
    color: #fff;
    left: 1.1rem;
    border-top: 2px solid #fff;
}
.innerbanner .location{
    display: flex;
    color: #333;
    font-size: .16rem;
    position: relative;
}
.innerbanner .wrapper::before{
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/icons/bg.png) no-repeat center center;
    background-size: 100%;
    z-index: -2;
    bottom: -1rem;
    left: -1.25rem;
}
.innerbanner .location a{
    display: inline-block;
    color: #333;
}
.innerbanner .location span{
    color: #007955;
}
.location_wrap{
    padding: .2rem 0;
    border-bottom: 1px solid #007955;
    margin-right: .2rem;
}
.sec_menu{
    flex: 1;
    border-bottom: 1px solid #007955;
}
.sec_menu a{
    padding: .2rem .4rem;
    color: #333;
    font-size: .18rem;
    transition: all .35s;
}
.sec_menu a.active,.sec_menu a:hover{
    background-color: #007955;
    color: #fff;
}
.innerWrap{
    padding-top: 1rem;
    margin-bottom: 1.85rem;
    
}
.innerWrap .container{
    position: relative;
}
.innerWrap .container::after{
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
    background: url(../images/icons/bg.png) no-repeat center center ;
    background-size: 100%;
    bottom: -.4rem;
    right: -1.25rem;
    z-index: -2;
}
.list1 .info{
    position: relative;
}
.innerList1 .imgwrap{
    flex-basis: 3.2rem;
    margin-right: .95rem;
}
.innerList1 .imgwrap::after{
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    z-index: -1;
    transition: all .35s;
}
.innerList1 .info h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: .1rem;
}
.innerList1 .info h4 a{
    font-size: .3rem;
    color: #666;
}
.innerList1 .info p {
    font-size: .18rem;
    margin-top: .1rem;
    color: #666;
}
.innerList1 .nwes_default_more{
    bottom: .2rem;
}
.nwes_default_more span{
    color: white;
}
.innerList1 li:hover h4,.innerList1 li:hover p{
    color: #007955;
}
.innerList1 li:hover .nwes_default_more{
    width: 2.05rem;
    border-radius: 25px;
}
.innerList1 li:hover .nwes_default_more span{
    width: auto;
    color: white;
    transition: all .35s;
}
.innerList1 li:hover .nwes_default_more::after{
    transform:rotate(45deg);
}
.innerList1 li:hover .imgwrap::after{
    background-color: #007955;
    transform: translate(.15rem,.15rem);
    
}
.innerList1 li:hover{
    border-color: #007955;
}
.page ,.page ul {
    display: flex;
    margin-top: .5rem;
    justify-content: flex-end;
    align-items: center;
    font-size: .18rem;
}
.page p {
    display: none;
    text-align: center;
}
.page .prev{
    display: block;
    width: .2rem;
    height: .2rem;
    border-width:2px 0 0 2px ;
    border-style: solid;
    border-color: #333;
    transform: rotate(-45deg);
    margin-right: .1rem;
}

.page a {
	display: block;
	width: .3rem;
	height: .3rem;
	text-align: center;
	line-height: .3rem;
	color: #333;
	font-size: .18rem;
	margin-right: .1rem;
}

.page span,
.page a.active {
    color: #007955;
}
.page .next{
    display: block;
    width: .2rem;
    height: .2rem;
    border-width:2px 2px 0 0 ;
    border-style: solid;
    border-color: #333;
    transform: rotate(45deg);
    margin-left: .1rem;
}
.page a:hover{
    border-color: #007955;
}
.innerWrap .list2 li:last-child{
    border-bottom: 1px solid #efefef;
}
.innerWrap .list2:first-child{
    padding-right: 1rem;
    border-right: 1px solid #efefef;
}
.innerWrap .list2:last-child{
    padding-left: 1rem;
}
.year_list .flex_wrap{
    display: none;
}
.year_list .flex_wrap.active{
    display: flex;
}

.innerWrap .year_list .list2{
    display: block;
    max-width: 50%;
    float: left;
}
.contactUs h4{
    font-size: .24rem;
    color: #007955;
    margin-bottom: .1rem;
}
.contactUs p{
    font-size: .18rem;
    color: #666;
}
.contactUs p span{
    font-weight: bold;
    text-decoration: underline;
}
.contactUs>p:nth-child(2){
    margin-bottom: .3rem;
}
.way{
    display: flex;
    margin-top: .8rem;
}
.way .recruit{
    flex: 1;
}
.way .address{
    flex-basis: 50%;
    margin-left: 8%;
}
.way .title{
    height: .9rem;
    font-size: .24rem;
    line-height: 1.5;
    padding-top: .15rem;
    margin-bottom: .4rem;
    border-top: 1px solid #007955;
    color: #007955;
}
.way .address p{
    font-size: .24rem;
    color: #666666;
    line-height: 1;
    padding: .15rem 0;
    border-bottom: 1px solid #dcdcdc;
}
.way .address p:nth-child(2){
    padding-top: 0;
}
.email_skip{
    color: #fff;
    height: .8rem;
    width: 100%;
    background-color: #007955;
    line-height: .8rem;
    font-size: .2rem;
    text-align: center;
}
.MapWrap{
    padding: .5rem 0 0 1.15rem;
    position: relative;
    
}
.MapWrap p{
    margin-bottom: .35rem;
    color: #fff;
    font-weight: bold;
}
.MapWrap::before{
    content: "";
    position: absolute;
    width: 41.6%;
    height: 68%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #007955;
}
#MyMap{
    position: relative;
}
#MyMap::before{
    content: "";
    display: block;
    padding-top: 47.85%;
}
.filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter ul{
    display: flex;
    flex-wrap: wrap;
}
.filter ul li a{
    color: #666;
    font-size: .18rem;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    margin-right: .05rem;
    border-radius: 50%;
    transition: all .35s;
}
.filter ul li:hover a,.filter ul li.active a{
    color: #fff;
    background-color: #007955;
    transition: all .35s;
}
.filter .search_wrap{
    display: inline-block;
    width: 3.3rem;
    height: .4rem;
    border-radius: .25rem;
    border: 1px solid #007955;
    overflow: hidden;
    position: relative;
}
.filter .search_wrap input{
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    padding-left: .7em;
    font-size: .14rem;
}
.filter .search_wrap input::placeholder{
    line-height: .4rem;
    height: .4rem;
    font-size: .14rem;
}
.filter .search_wrap button{
    width: .2rem;
    height: .2rem;
    background: url(../images/icons/search_icon.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: .7em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    padding: 0;
}
.Alumni{
    display: flex;
    margin-top: .6rem;
}
.Alumni .left,.Alumni .right{
    flex:1;

}
.Alumni .left{
    margin-right: 15px;
}
.member_list li {
    margin: 0 0 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    height: 3.55rem;
    position: relative;
    transition: all .35s;
}

.member_list li a {
     padding-right: 45%;
}

.member_list li p,.member_list li h4{
    color: #666;
}

.Alumni .title{
    color: #333;
    font-size: .36rem;
    font-weight: bold;
}
.Alumni .left>p{
    font-size: .22rem;
    color: #666666;
    margin:.1rem 0 .7rem;
}
.Alumni .page{
    margin-top: .75rem;
}
.member_list li:hover{
    background-color: #007955;
    transition: all .35s;
}
.member_list li:hover p,.member_list li:hover h4{
    color: #fff;
}
.member_list li>span{
    position: absolute;
    top: .4rem;
    left: .4rem;
    font-size: .16rem;
    color: #62d1aa;
}
.member_list li .nwes_default_more{
    left: .4rem;
    bottom: .35rem;
}
.member_list li:hover .nwes_default_more{
    width: 1.5rem;
    border-radius: 25px;
}
.member_list li:hover .nwes_default_more span{
    width: auto;
    color: white;
    transition: all .35s;
}
.member_list li:hover .nwes_default_more::after{
    transform: rotate(45deg);
}
.details{
    display: flex;
}
.user{
    flex-basis: 19%;
    margin-right: 6%;
}
.user .avatar{
    padding-top: 130%;
    position: relative;
}
.user .avatar img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.user .info{
    font-size: .18rem;
    color: #666;
    padding: .25rem 0 .15rem;
    border-bottom: 1px solid #007955;
}
.user .info h4{
    font-size: .24rem;
    margin-bottom: .1rem;
}
.user .info p{
    line-height: 1.3;
}
.details .msg{
    flex: 1;
    border-top: 2px solid #007955;
}
.details .msg p{
    color: #666;
    font-size: .18rem;
}
.details .msg p.title{
    font-size: .22rem;
    padding: .25rem 0 ;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.details .msg p.marginBottom{
    margin-bottom: .4rem;
}
.details .msg p.listType{
    display: flex;
    margin-bottom:.2rem ;
}
.details .msg p.listType span{
    color: #2bb7b3;
    margin-right: .15rem;
   
}
.team_item1,.team_item3{
    display: flex;
}
.team_item1 .item:last-child,
.team_item3 .item:last-child{
    margin-right: 0;
}
.team_item1 .item:nth-child(1){
    flex-basis: 50%;
}
.team_item1 .item:nth-child(2),
.team_item1 .item:nth-child(3){
    flex-basis: 25%;
}
.team_item1 .item,.team_item3 .item{
    margin:0 15px  15px 0;
    position: relative;
    height: 4.55rem;
}
.team_item1 .item img,.team_item3 .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.team_item3 .item{
    flex: 1;
}
.team_item2{
    position: relative;
    padding-top: 50%;
    margin-bottom: 15px;
}
.team_item2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}

.default_title{
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    padding: .2rem 0;
    margin-bottom: .35rem;
    border-top: 2px solid #007955;
}
.gallery .container::after{
    display: none;
}
.gallery>.container:last-child::after{
    display: block;
}
.gallery p:nth-child(2){
    color: #007955;
    font-weight: bold;
    font-size: .24rem;
    margin-bottom: .35rem;
}
.gallery p:nth-child(3){
    font-size: .18rem;
    color: #666;
    margin-bottom: .65rem;
}
.equipment{
    position: relative;
    margin-bottom: 1.45rem;
}
.mySwiper2{
    overflow: initial;
}
.mySwiper2 .swiper-slide{
    
    position: relative;
}
.mySwiper2 .swiper-slide::after{
    content: "";
    display: block;
    padding-top: 56%;
}
.mySwiper2 .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.mySwiper2 .swiper-slide div{
    background-color: #007955;
    color: #fff;
    font-size: .24rem;
    padding: .15rem .35rem;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}
.gallery_tab{
    display: flex;
    margin-bottom: .7rem;
    flex-wrap: wrap;
}
.gallery_tab div{
    padding: .15rem;
    background-color: #e5e5e5;
    color: #666;
    margin-right: .15rem;
    font-size: .18rem;
    min-width: 1.5rem;
    text-align: center;
    transition: all .35s;
}
.gallery_tab div:hover,.gallery_tab div.active{
    color: #fff;
    background-color: #007955;
    transition: all .35s;
}
.tab_wrap .tab_item{
    display: none;
    flex-wrap: wrap;
}
.tab_wrap .tab_item:first-child{
    /* display: flex; */
}


.tab_wrap .tab_item a{
    border: 1px solid #007955;
    width: calc((100% / 3) - 10px);
    height: 1.45rem;
    color: #007955;
    font-size: .3rem;
    padding: .2rem;
	float: left;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin:0 15px 15px 0;
}
.tab_wrap .tab_item a:nth-child(3n){
    margin-right: 0;
}
.tab_wrap .tab_item a:hover{
    color: #fff;
    background-color: #007955;
    font-weight: bold;
    transition: all .35s;
}
.swiper-button-next2{
    right: .8rem;
    color: #666;
}
.swiper-button-prev2{
    left: .8rem;
    color: #666;
}
.innerNewList{
    flex-wrap: wrap;
}
.innerNewList li{
    flex-basis: 25%;
    margin-bottom: .6rem;
    padding: .3rem .2rem;
}
.innerNewList li:nth-child(4n){
    border-right: 1px solid #efefef;
}
.innerNewList li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.news_wrap .container::after{
    display: none;
}
.news_wrap .container:last-child::after{
    display: block;
    bottom: .2rem;
}
.news_details{
    display: flex;
    color: #666;
    font-size: .18rem;
}
.details_content{
    flex: 1;
    border-top: 2px solid #007955;
}
.details_tilte{
    margin-bottom: .45rem;
}
.details_tilte h2{
    padding: .15rem 0;
    line-height: 1.3;
    font-size: .3rem;
}
.details_tilte span{
    font-size: .2rem;
    color: #666;
}
.recommend{
    border-top: 2px solid #007955;
    flex-basis: 19%;
    margin-left: 6%;
}
.recommend dt{
    font-size: .3rem;
    line-height: 1.3;
    padding: .15rem 0;
    margin-bottom: .2rem;
}
.details_describe p.marginBottom{
    margin-bottom: .4rem;
}
.details_contact{
    font-size: .18rem;
    color: #333;
}
.details_contact h4{
    color: #007955;
    margin-bottom: .2rem;
}
.linkmans{
    width: 70%;
    padding: .35rem .45rem;
    box-shadow: 0 0 10px rgba(0, 121, 85,.3);
    border-radius: 5px;
    display: flex;
    margin-bottom: .9rem;
}
.linkmans .item{
    padding-right: .6rem;
    font-weight: bold;
}
.linkmans .item:last-child{
    padding-left: .6rem;
    border-left: 1px solid #dcdcdc;
}
.linkmans .item p:first-child{
    color: #007955;
}
.recommend dd a{
    color: #666;
    font-size: .16rem;
    padding-bottom: .35rem;
    
    border-bottom: 1px solid #dcdcdc;
    transition: all .35s;
}
.recommend dd a span{
    display: block;
    font-weight: lighter;
    margin: .2rem 0 .05rem;
    font-size: .16rem;
}
.recommend dd p{
    line-height: 1.5;
    font-weight: bold;
    word-break: break-all;
}
.recommend dd .imgwrap{
    position: relative;
    overflow: hidden;
}
.recommend dd .imgwrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommend dd .imgwrap::after{
    content: "";
    display: block;
    padding-top: 0;
    transition: all .35s;
}
.recommend dd:hover .imgwrap::after{
    padding-top: 63%;
    transition: all .35s;
}
.recommend dd:hover a{
    color: #007955;
    border-color: #007955;
}
.details_page{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .2rem;
    border-top: 2px solid #007955;
    color: #666;
    font-size: .15rem;
}

.details_page .nwes_default_more{
    position: relative;
}
.details_page .prev::after{
    display: none;
}
.details_page .prev::before{
    content: "";
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border: 2px solid white;
    border-color: white  transparent transparent white;
    margin-left: 3px;
    transform: rotate(-45deg);
}
.details_page .nwes_default_more:hover{
    width: 1.5rem;
    border-radius: 25px;
    background-color: #007955;
    transition: all .35s;
}
.details_page .nwes_default_more:hover span{
    width: auto;
}
.details_page .nwes_default_more:hover::after{
    transform: rotate(45deg);
}
.reserch_list{
    position: relative;
    padding-top: .6rem;
    margin-bottom: .75rem;
}
.reserch_list .num{
    font-size: .36rem;
    color: #007955;
    font-weight: bold;
    
    position: absolute;
    right: 72%;
    z-index: 2;
    top: .05rem;
}
.reserch_list::after{
    content: "";
    position: absolute;
    height: calc(100% - .6rem);
    width: 70%;
    background-color: #f2f8f6;
    z-index: -1;
    right: 0;
    top: 0;
    transition: all .35s;
}
.introduce{
    display: flex;
}
.introduce .imgwrap{
    flex-basis: 52%;
    position: relative;
    background-color: #fff;
    height: 4.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.introduce .imgwrap img{
    position: absolute;
   /* width: 60%;*/
   max-width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.introduce .wrap{
    flex: 1;
    margin: 0 .5rem 0 .4rem;
    font-size: .18rem;
    position: relative;
}
.introduce .wrap .title{
    padding: .15rem 0 .2rem;
    font-size:.24rem ;
    font-weight: bold;
    border-top: 2px solid #007955;
}
.introduce .wrap .title a{
    color: #007955;
}
.introduce .wrap p{
    /*word-break: break-all;*/
    text-align: justify;
}
.reserch_list:hover::after{
    background-color: #007955;
    transition: all .35s;
}
.reserch_list:hover .introduce .wrap{
    color: #fff;
}
.reserch_list:hover .introduce .title{
    border-color: #fff;
}
.reserch_list:hover .introduce .title a{
    color: #fff;
}
.reserch_list .nwes_default_more{
    display: none;
}
.reserch_list:hover .nwes_default_more{
    display: flex;
}
.reserch_list2 .introduce{
    flex-direction: row-reverse;
}
.reserch_list2::after{
    right: initial;
    left: 0;
}
.reserch_list2 .num{
    left: 72%;
    right: initial;
}
.reserch_list2 .nwes_default_more{
    right: 0;
    left: initial;
}
.content_head{
    
    margin-bottom: 1.3rem;
}
.content_head_wrap{
    display: flex;
}
.content_head .container::after{
    display: none;
}
.content_head .desc{
    flex-basis: 50%;
    margin-right: 4%;
}
.content_head .title{
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.content_head .title .imgwrap{
    height: 1.4rem;
    margin-right: .25rem;
}
.content_head .title .imgwrap img{
    height: 100%;
}
.content_head .title p{
    font-size: .28rem;
    color: #007955;
    line-height: 1.1;
    font-weight: bold;
}
.content_head .title p span{
    font-size: .48rem;
}
.content_head .text{
    padding-top: .25rem;
    border-top: 1px solid #007955;
    color: #666;
    font-size: .21rem;
    font-weight: bold;
}
.content_head .text p{
    line-height: 1.5;
    word-break: break-all;
}
.content_head .img{
    flex: 1;
    position: relative;
    border: 1px solid #dcdcdc;
}
.content_head .img img{
    position: absolute;
    width: 80%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.area{
    padding-top: 1.2rem;
    position: relative;
}
.area::before{
    content: "";
    width: 100%;
    position: absolute;
    height: 6.67rem;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #f2f8f6;
}
.area .default_title{
    color: #007955;
   margin-bottom: 0;
}
.area .describe{
    margin-bottom: .5rem;
}
.area .describe p{
    font-size: .18rem;
    font-weight: bold;
    color: #666;
}
.area .imgs{
    display: flex;
}
.area .imgs .imgwrap{
    flex: 1;
    height: 4.05rem;
    position: relative;
    border: 1px solid #dcdcdc;
}
.area .imgs .imgwrap:first-child{
    margin-right: .25rem;
}
.area .imgs .imgwrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.reserch_list3{
    margin-top: 1.1rem;
}
.reserch_list3::after{
    background-color: #007955;
}
.reserch_list3 .wrap .title{
    border-color: #fff;
}
.reserch_list3 .wrap .title a,.reserch_list3 .wrap p{
    color: #fff;
}
.reserch_list3 .nwes_default_more{
    display: none !important;
}
.searchBanner .imgwrap{
    background-color: #2bb7b3;
}
.searchBanner span{
    position: absolute;
    width: 50%;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.searchBanner span input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    background-color: #fff;
    font-size: .24rem;
    padding-left: 1em;
}
.searchBanner span button{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icons/search.png) no-repeat center center;
    background-size: 70%;
    border: none;
    outline: none;
}
.projectlist {
    margin-top: 0.55rem;
    margin-bottom: 0.25rem;
}
.projectlist_content {
    width: 100%;
    color: #666;
    font-size: .14rem;
    padding-bottom: 0.4rem;
    transition: all .35s;
    position: relative;
}
.projectlist_content h3 a {
    padding: 0.2rem 0;
    color: #333;
    font-size: .2rem;
    font-weight: 400;
    transition: all .35s;
}
.projectlist_content span {
    margin-right: 0.3rem;
}
.projectlist_content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    top: 0;
    left: 0;
}
.projectlist li:hover .projectlist_content::after {
    height: 5px;
    background-color: #2bb7b3;
    transition: all .35s;
    font-weight: bold;
}
.projectlist li:hover .date span:last-child, .projectlist li:hover .projectlist_content h3 a {
    font-weight: bold;
    transition: all .35s;
}
.search_result_num{
    font-size: .14rem;
    margin-bottom: .3rem;
}
