.warp {
    width: 1200px;
    margin: auto;
}


/* common components */

.u-title {
    text-align: center;
    margin: auto;
    position: relative;
    margin: 0 0 30px 0;
}

.u-title::after {
    content: "";
    width: 16px;
    height: 15px;
    background-color: #09a287;
    position: absolute;
    margin-left: -8px;
    left: 50%;
    bottom: -25px;
    transform: rotate(45deg);
}

.u-title .cn {
    font-size: 24px;
    color: #000000;
}

.u-title .cn span {
    color: #09a287;
}

.u-title .en {
    font-size: 10px;
    color: #747474;
}

.u-title .cn::after,
.u-title .en::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #09a287;
    position: absolute;
    bottom: -18.5px;
}

.u-title .cn::after {
    left: 48%;
    margin-left: -100px;
}

.u-title .en::after {
    left: 52%;
}

.u-more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #09a287;
    margin: auto;
    clear: both;
}

.u-more a {
    color: #ffffff;
}


/* common components end */

.g-nw {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 40px 0;
}

.g-nw .container {
    margin: 36px 25px 30px 0;
}

.g-nw .new__list {
    width: 489px;
    height: 116px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    padding: 12px 14px;
    position: relative;
}

.g-nw .new__list .box {
    padding: 0 100px 0 0;
}

.g-nw .new__list .title {
    font-size: 18px;
    line-height: 34px;
    display: inline-block
}

.g-nw .new__list .summary {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.g-nw .new__list .date {
    width: 91px;
    height: 91px;
    font-size: 30px;
    text-align: center;
    color: #aaaaaa;
    background-color: #dddddd;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    right: 12px;
    box-sizing: border-box;
    transition: ease-in 0.5s;
}

.g-nw .new__list .month {
    position: absolute;
    top: 15px;
    left: 8px;
}

.g-nw .new__list .sp {
    font-size: 60px;
    font-weight: 100;
    line-height: 92px;
}

.g-nw .new__list .day {
    position: absolute;
    bottom: 15px;
    right: 8px;
}

.g-nw .new__list:hover .title {
    font-weight: bold;
    color: #09a287;
}

.g-nw .new__list:hover .date {
    background-color: #09a287;
    color: #ffffff;
    opacity: 1;
}

.g-nw .new__list+.new__list {
    margin: 19px 0 0;
}

.g-nw .swiper-container {
    width: 686px;
    height: 385px;
    margin: 36px 0 0;
}

.g-nw .swiper-swipper {
    width: 100%;
    height: 100%;
}

.g-nw .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.g-nw .swiper-container .bar {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #09a287;
    opacity: 0.8;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.g-nw .swiper-container .bar a {
    color: #ffffff;
}

.g-nw .swiper-container .pagination {
    width: auto;
    height: 12px;
    line-height: 12px;
    right: 20px;
    bottom: 21.5px;
}

.g-nw .swiper-container .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #ffffff;
    opacity: 1;
}

.g-nw .swiper-container .swiper-active-switch {
    width: 12px;
    height: 12px;
    background-color: #62dec9;
}


/* 教育教学 s */

.g-es {
    background-color: #ffffff;
    padding: 40px 0;
}

.g-es .edt__list {
    width: 277px;
    height: 338px;
    box-sizing: border-box;
    padding: 40px 30px;
    float: left;
    transition: ease-out 0.5s;
}

.g-es .edt__list:hover {
    background-color: #fafafa;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}

.g-es .edt__list .more {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    background-color: #09a287;
}

.g-es .edt__list .date {
    color: #545454;
    line-height: 30px;
}

.g-es .edt__list .month {
    font-size: 18px;
    position: relative;
}

.g-es .edt__list .month::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 1px;
    background-color: #20b59b;
    bottom: -1px;
    left: 0;
}

.g-es .edt__list .title {
    line-height: 30px;
    color: #333333;
}

.g-es .edt__list .summary {
    font-size: 14px;
    color: #999999;
    margin: 20px 0 25px;
}

.g-es .swiper-container {
    width: 1228px;
    height: 345px;
    padding: 5px 0 18px;
}

.g-rs {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.g-rs .container {
    padding: 20px 0 30px;
    overflow: hidden;
}

.g-rs .item {
    width: 358px;
    height: 361px;
    background-color: #ffffff;
    border-bottom: 1px solid #20b59b;
    float: left;
}

.g-rs .item+.item {
    margin: 0 0 0 63px;
}

.g-rs .item .logo {
    width: 100%;
    height: 210px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-rs .item .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.g-rs .item .box {
    padding: 15px 15px 25px;
}

.g-rs .item .title {
    line-height: 22px;
}

.g-rs .item .summary {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 5px 0 10px;
}

.g-rs .item .more {
    width: 71px;
    height: 24px;
    line-height: 24px;
    text-align: center;
     background: url(jtgd.png);
    display: inline-block;
}

.g-st {
    background: #ffffff;
    padding: 30px 0 40px;
    position: relative;
    z-index: -2;
}

.g-st .container {
    height: 199px;
    padding: 27px 0 40px;
}

.g-st .item {
    width: 354px;
    height: 179px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
    padding: 22px 22px 22px 65px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 0 30px 0 26px;
}

.g-st .item:last-child {
    margin: 0 0 0 26px;
}

.g-st .item .letter {
    font-size: 60px;
    letter-spacing: 0px;
    color: #09a287;
    position: absolute;
    left: 15px;
    top: 5px;
}

.g-st .item .title {
    font-size: 18px;
}

.g-st .item .date {
    font-size: 12px;
    color: #999999;
    margin: 15px 0;
}

.g-st .item .summary {
    font-size: 14px;
    color: #666666;
}

.g-st .item .decorate {
    width: 52px;
    height: 37px;
    background-color: #09a287;
    position: absolute;
    left: -26px;
    top: -22px;
    z-index: -1;
}



.g-hd .top {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    position: relative;
    color: #7fd3c4;
    background-color: #09a287;
}

.g-hd .top .lang {
    float: right;
    color: #7fd3c4;
}
.g-hd .top .lang:hover{
    color: white;
}
.g-hd .nav {
    height: 71px;
    background-color: #ffffff;
}

.g-hd .nav .info {
    font-size: 18px;
}

/* 大轮播 */
.superbanner{
    height: 500px;
}
.superbanner .swiper-container{
    height: 500px;
}
.superbanner .pagination {
    margin-top: -40px;
    height: 15px;
    position: relative;
    z-index: 20;
    text-align: center;
}
.superbanner .swiper-slide img{
    vertical-align: top;
}
.superbanner .pagination .swiper-pagination-switch{
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
    transition: all 0.5s;
    border: none;
}
.superbanner .pagination .swiper-active-switch{
    background-color: #09a287;
    border-radius: 7px;
    width: 35px;
}
.superbanner .swiper-slide img{
    max-width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

/* 导航 */
.nav .logo{
    margin-right: 15px;
}
.nav .info{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.nav .info li{
    display: inline-block;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}
.nav .info li a{
    display: block;
    height: 68px;
    line-height: 68px;
    font-size:18px;
    padding: 0 18px;
    color: #333;
    transition: none;
}
.nav .info li a:hover{
    font-weight: bold;
    color: #2c2b5a;
}
.nav .info li.active a{
    font-weight: bold;
    color: #2c2b5a;
}
.nav .info li:hover {
    border-bottom: 3px solid #09a287;
}
/* search */
.top .warp{
    position: relative;
}
.top .search{
    position: absolute;
    right: 0;
    top: 8px;
    border: 1px solid white;
    font-size: 0;
    background-color: #09a287;
    border-radius:15px;
    height: 30px;
	width: 245px;
}
#lsj_ss{
    background-image: url(./search_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    background-color: #09a287;
}
.top #wd{
	width: 208px;
    color: white;
    outline: none;
    border: none;
    height: 28px;
    background-color: #09a287;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    border-radius: 15px;
    padding-left: 15px;
}

/* 底部 */
.bottom{
    color: white;
    background-color: #09a287;
}
.bottom p{
    line-height: 30px;
}
.bottom .bottom-text{
    margin-top: 30px;
}
