@charset "utf-8";

/*alumnus.html*/

.main-con.alumnus-con .main-tit {
    margin-top: 8.725%;
    margin-bottom: 6.828%;

}

.alumnus-list {
    margin-bottom: 10px;
}

.alumnus-list+.page {
    padding-bottom: 10.62215%;
}

.alumnus-list ul {
    margin-left: -16px;
    margin-right: -16px;
}

.alumnus-list ul li {
    float: left;
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.alumnus-list ul li>div {
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.alumnus-list .alumnus-img {
    overflow: hidden;
    border-radius: 5px;
}

.alumnus-list .alumnus-img img {
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    margin-left: -1px;
}

.alumnus-list .alumnus-con {
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 30px 17px 30px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    overflow: hidden;
}

.alumnus-list .alumnus-con:after {
    content: "";
    width: 0%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #951516;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.alumnus-list .name {
    font-size: 20px;
    font-family: "Arial", 'Microsoft YaHei';
    line-height: 1;
    margin-bottom: 8px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    color: #333;
}

.alumnus-list .position {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 50px;
}

.alumnus-list .achievement {
    padding-top: 30px;
    height: 100px;
    color: #999999;
    border-top: 1px solid #e1e1e1;
}

.alumnus-list ul li:hover>div {
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
}

.alumnus-list ul li:hover .alumnus-con:after {
    width: 100%;
}

.alumnus-list ul li:hover .alumnus-img img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

.alumnus-list ul li:hover .name {
    color: #cb2224;
}

.banner-news .swiper-pagination,
.profile-team-list .swiper-pagination {
    bottom: 25px;
}

.banner-news .swiper-pagination-bullet,
.profile-team-list .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin: 0 8px;
    cursor: pointer;
    background: transparent;
    opacity: 1;
}

.banner-news .swiper-pagination-bullet:after,
.profile-team-list .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #f8c80f;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transform: scale(0);
}

.banner-news .swiper-pagination-bullet:before,
.profile-team-list .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.banner-news .swiper-pagination-bullet-active,
.profile-team-list .swiper-pagination-bullet-active {
    background: transparent;
}

.banner-news .swiper-pagination-bullet-active:before,
.profile-team-list .swiper-pagination-bullet-active:before {
    background: #ffffff;
}

.banner-news .swiper-pagination-bullet-active:after,
.profile-team-list .swiper-pagination-bullet-active:after {
    transform: scale(1);
}



/*works-list*/

.works-con .main-tit {
    margin-top: 8.725%;
    margin-bottom: 4.9317%;
}

.works-list+.page {
    padding-bottom: 11.38%;
}

.works-list {
    padding-bottom: 3.4148%;
}

.works-list ul {
    margin-left: -18px;
    margin-right: -18px;
    font-size: 0;
}

.works-list ul li {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
}

.works-list .works-img {
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    border-radius: 8px;
}

.works-list .works-img>img {
    border-radius: 8px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.works-list .mask {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.works-list .mask .desc {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.works-list .mask .view {
    width: 48px;
    height: 48px;
    background: #f9be00;
    text-align: center;
    line-height: 45px;
    border-radius: 24px;
    margin: 7.2115% auto 0 auto;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    opacity: 0;
}

.works-list .mask .view img {
    opacity: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
}

.works-list .mask .intro {
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.works-list .mask:after {
    content: '';
    display: block;
    border: 1px solid rgba(249, 190, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    border-radius: 6px;
}

.works-list .name {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 45px;
    text-align: center;
    height: 16px;
}

.works-list ul li:hover .works-img {
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

.works-list ul li:hover .works-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.works-list ul li:hover .mask {
    opacity: 1;
}

.works-list ul li:hover .mask .intro,
.works-list ul li:hover .mask .view,
.works-list ul li:hover .mask .view img {
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.works-list ul li:hover .mask:after {
    transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    opacity: 1;
}

.img-list {
    display: none;
}

.profile-destination {
    padding-bottom: 4.427%;
	border-bottom:1px #e2e2e2 solid;
}

.profile-destination .main-tit {
    margin-top: 4.3459%;
    margin-bottom: 4.449%;
}

.profile-destination .destination-list ul {
    margin-left: -20px;
    margin-right: -20px;
}

.profile-destination .destination-list ul li {
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.profile-destination .destination-list ul li .destination-img {
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.profile-destination .destination-list ul li .destination-img img {
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.profile-destination .destination-list ul li .tit {

    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    line-height: 1;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.profile-destination .desc2 {

    color: #999999;
    font-size: 14px;
    line-height: 24px;
	margin-top:15px;
    height: 96px;
    overflow: hidden;

}

.profile-destination .destination-list ul li:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

.profile-destination .destination-list ul li:hover .destination-img {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}

.profile-destination .destination-list ul li:hover .destination-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.profile-destination .destination-list ul li:hover .tit {
    color: #a5010c;
}

/*profile.html*/

.profile-con.main-con .main-tit {
    margin-top: 10.52%;
    margin-bottom: 2.87%;
}

.profile-txt {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #666;
    position: relative;
    padding-top: 3.43%;
    padding-bottom: 8.6%;
}

.profile-txt:after {
    content: "";
    width: 72.888%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: url(../images/year.png) no-repeat;
    background-size: auto 100%;
}

.campus-list2 {
    padding-left: 3.7936%;
    padding-right: 3.7936%;
    padding-bottom: 10.47%;
}

.campus-list2 ul li {
    float: left;
    width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
    height: 160px;
    display: table;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.campus-list2 ul li>div {
    border: 1px solid #f1f1f1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.campus-list2 ul li>div>div {
    display: inline-block;
    vertical-align: middle;
}

.campus-list2 ul li>div:after {
    content: "";
    width: 0%;
    height: 4px;
    background: #deaa03;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.campus-list2 ul li>div:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 149%;
    left: 0;
    top: 0;
    background: #f9be00;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.campus-list2 ul li .icon {
    width: 108px;
    height: 108px;
    background: #f6f6f6;
    border-radius: 54px;
    line-height: 108px;
    overflow: hidden;
}

.campus-list2 ul li .txt {
    text-align: left;
    margin-left: 35px;
    color: #333;
}

.campus-list2 ul li .txt p:nth-child(1) {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.campus-list2 ul li .txt p:nth-child(2) {
    font-size: 14px;
    line-height: 1;
}

.campus-list2 ul li>div:before,
.campus-list2 ul li>div:after {
    width: 100%;
}
.campus .campus-img {
        width: 35%;
    }
.campus .campus-con {
        width: 65%;
    }
	
	/*campus*/

.campus .main-tit {
    margin-top: 9.8634%;
    margin-bottom: 6.06%;
}

.campus {
    border-top: 1px solid #e1e1e1;
    padding-bottom: 7.552%;
}

.campus .campus-img {
    width: 30%;
    overflow: hidden;
    border-radius: 5px;
}

.campus .campus-img img {
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.campus .campus-con {
    width: 70%;
    padding-left: 3.7764%;
    padding-right: 3.7764%;
    display: table;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.campus .campus-con>div {
    display: table-cell;
    vertical-align: middle;
}

.campus .campus-con .tit {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-bottom: 3.78%;
}

.campus .campus-con .tit span {
    color: #f8c80f;
    font-weight: 600;
}

.campus .campus-con .txt {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.campus-list ul li {
    position: relative;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.campus-list ul li:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.campus-list ul li:hover .campus-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.campus-list ul li:hover .campus-con {
    transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
}

.campus-list ul li:nth-child(2n+1) a>div {
    float: left;
}

.campus-list ul li:nth-child(2n) a>div {
    float: right;
}
.career .career-tit .tit1 {
        font-size: 24px;
    }
.couse-overview .overview-con .tit1 a {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    width: 85px;
    height: 30px;
    line-height: 30px;
    color: #0c0d14;
    text-align: center;
    font-size: 12px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    background: #e4b607;
}

.couse-overview .overview-con .tit1 a:hover {
    background: #f3be00;
    color: #fff;
}

.couse-overview .overview-con .info {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.couse-overview .overview-con .info>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 90px;
    text-align: center;
}

.couse-overview .overview-con .info>div p:nth-child(1) {
    height: 42px;
    margin-bottom: 16px;
}

.majro-con {
    padding-top: 5.9895%;
    padding-bottom: 6.25%;
    text-align: center;
}

.majro-con .tit1 {
    color: #000000;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 10px;
}

.majro-con .tit2 {
    color: #999999;
    line-height: 1;
    font-size: 12px;
    font-family: "Arial";
    margin-bottom: 4.552%;
}

.majro-con .con {
    color: #666666;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    padding-left: 2.276%;
    padding-right: 2.276%;
}

.majro-con .con p {
    margin-bottom: 28px;
}

.career {
    background: url(../images/career-bck.jpg) no-repeat;
    background-size: cover;
    padding-top: 6.51%;
    padding-bottom: 3.6458%;
}

.career .career-tit {
    margin-top: 0;
    margin-bottom: 5.311%;
    text-align: center;
}

.career .career-tit .tit1 {
    color: #ffffff;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 8px;
}

.career .career-tit .tit2 {
    color: #999999;
    line-height: 1;
    font-family: "Arial";
    font-size: 14px;
}

.career-list ul {
    margin-left: -52px;
    margin-right: -52px;
}

.career-list ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.career-list ul li .career-txt {
    line-height: 1;
    color: #d2d2d2;
    font-size: 14px;
    padding-top: 13.888%;
    padding-bottom: 27.7778%;
}

.career-list ul li .career-img {
    border-radius: 90px;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    transform: translate(0, 0, 0);
    -ms-transform: translate(0, 0, 0);
    -o-transform: translate(0, 0, 0);
    -webkit-transform: translate(0, 0, 0);
    -moz-transform: translate(0, 0, 0);
}

.career-list ul li .career-img img {
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-radius: 50%;
}

.career-list ul li:hover .career-img img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

.course-modules {
    padding-bottom: 6.25%;
}

.modules-list ul li {
    height: 205px;
    font-size: 0;
    background: #f5f5f5;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.modules-list ul li .tit,
.modules-list ul li .modules {
    display: inline-table;
    vertical-align: middle;
}

.modules-list ul li>div:nth-child(1) {
    width: 265px;
    height: 205px;
}

.modules-list ul li>div:nth-child(1)>div {
    display: table-cell;
    vertical-align: middle;
}

.modules-list ul li .year1 {
    color: #f9be00;
    font-size: 28px;
    line-height: 1;
    font-family: "Didot";
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    text-transform: uppercase;
}

.modules-list ul li .year2 {
    color: #999999;
    line-height: 1;
    font-size: 20px;
    margin-top: 10px;
}

.modules-list ul li .tit {
    background: #2c2c2c;
    padding-left: 40px;
    position: relative;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.modules-list ul li .tit:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #2c2c2c;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -12px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.modules-list ul li .modules {
    width: calc(100% - 265px);
    width: -webkit-calc(100% - 265px);
    padding-left: 4.9%;
}

.modules-list ul li .modules span {
    display: inline-block;
    min-width: 145px;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    text-align: center;
    color: #666666;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    margin-bottom: 10px;
}

.modules-list ul li:hover {
    background: #fff;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
}

.modules-list ul li:hover .tit {
    background: #f9be00;
}

.modules-list ul li:hover .tit:after {
    border-left: 15px solid #f9be00;
}

.modules-list ul li:hover .year1 {
    color: #2c2c2c;
}

 .couse-overview .tit1 {
        font-size: 25px;
    }
    .couse-overview .overview-con .tit1 a {
        height: 26px;
        line-height: 26px;
    }
    .couse-overview .tit2 {
        margin-bottom: 5.5%;
    }
    .couse-overview .txt {
        line-height: 26px;
    }
	.couse-overview {
    padding-top: 3.125%;
    padding-bottom: 3.125%;
    background: #f6f6f6;
    font-size: 0;
}

.couse-overview>div>div {
    display: inline-block;
    vertical-align: middle;
}

.couse-overview .overview-img {
    width: 54.15%;
}

.couse-overview .overview-con {
    width: 45.85%;
    padding-left: 6.98%;
}

.couse-overview .tit1 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
    margin-bottom: 10px;
}

.couse-overview .tit2 {
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Arial";
    margin-bottom: 7.5%;
    font-size: 12px;
}

.couse-overview .txt {
    color: #666666;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 6.666%;
}

.couse-overview .lesson {
    color: #333333;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 10px;
}

.couse-overview .lesson-con {
    font-size: 14px;
    color: #333333;
}

.process-menu {
    text-align: center;
    padding-bottom: 20px;
}

.process-menu>div,
.process-menu a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;

}

.process-menu>div span,
.process-menu a span {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 14px;
    color: #333333;
}
.process-menu>div span,.process-menu a span{
     padding:10px 30px;
     border-radius: 5px;
     transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.process-menu>div.cur span,.process-menu a.cur span,
.process-menu>div:hover span,.process-menu a:hover span{
    background: #f9be00;
    
}
/*.process-menu>div:after,
.process-menu a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #f9be02;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.process-menu>div.cur span,
.process-menu>a.cur span {
    color: #f9be02;
}*/

.process-menu>div.cur:after,
.process-menu>a.cur:after {
    width: 45px;
}
