.banner {
    padding: 124px 0 236px;

    text-align: center;

    background: url(../images/banner.png?v=2) no-repeat top center;
}

.nav {
    height: 88px;

    background-color: #721170;
    ;
}

.nav.on {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.nav .tab li {
    float: left;
}

.nav .tab li a {
    font-size: 16px;

    display: block;

    box-sizing: border-box;
    width: 200px;
    height: 88px;
    padding: 16px 0;

    transition: all .3s;
    text-align: center;

    color: #fff;
    background-color: rgba(224, 97, 12, 0);
}

.nav .tab li a:hover {
    transition: all .3s;

    background-color: #63065f;
}

.nav .tab li.active {
    background-color: #63065f;
    ;
}

.nav .tab li a img {
    height: 27px;
    margin-bottom: 8px;
}

#title {
    margin-bottom: 35px;

    text-align: center;
}

#title .p1 {
    font-family: 'Times New Roman';
    font-size: 48px;
    font-weight: bold;

    opacity: .2;
    color: #721170;
}

#title .p2 {
    font-family: SourceHanSerifCN, '宋体';
    font-size: 36px;
    font-weight: bold;

    position: relative;

    margin-top: -18px;

    color: #721170;
    background: url(../images/title_img1.png) center center no-repeat;
    background-size: 209px 34px;
}

#title .p2:before {
    position: absolute;
    z-index: 10;

    content: attr(text);

    color: #CC3399;

    -webkit-mask: linear-gradient(to left, #CC3399, transparent);
}

#title > .white:before {
    color: #fff;

    -webkit-mask: linear-gradient(to left, #fff, transparent);
}

.content_main .item {
    padding: 50px 0;
}

.introduction {
    background: url(../images/intro_bg.png) center center no-repeat;
}

.introduction .text_content .left {
    width: 600px;
    margin-right: 40px;
}

.introduction .text_content .right {
    width: 560px;
}

.introduction .text_content .right .p1 {
    font-size: 16px;
    line-height: 2;

    margin-bottom: 20px;

    text-align: justify;

    color: rgb(51, 51, 51);
}

.introduction .text_content .right .p1:last-child {
    margin-bottom: 0;
}

.introduction .text_content .right .p1 span {
    font-weight: bold;

    color: #721170;
}

.location {
    background-color: rgb(242, 242, 242);
}

.location .text_content ul li {
    border-bottom: 2px solid rgba(165, 108, 60, .2);
}

.location .text_content ul li:nth-child(2) {
    float: right;
}

.location .text_content ul li p.tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    box-sizing: border-box;
    height: 50px;
    padding-left: 30px;

    color: #fff;
    background-image: linear-gradient(
    45deg, #721170, transparent);
}

.location .text_content ul li .bottom {
    padding: 35px 0;
}

.location .text_content ul li .bottom .left {
    font-size: 16px;
    line-height: 40px;

    width: 126px;
    height: 40px;
    margin-right: 25px;

    text-align: center;

    color: #721170;
    border-radius: 20px;
    background-color: rgba(114, 17, 112, .15);
}

.location .text_content ul li .bottom .right {
    font-size: 16px;
    line-height: 40px;

    width: auto;

    text-align: justify;

    color: #333;
}

.location .text_content .text_bottom_main {
    padding: 35px 0;
}

.location .text_content .text_bottom_main .left,
.location .text_content .text_bottom_main .right {
    width: 600px;
}

.location .text_content .text_bottom_main .left > .t {
    font-size: 16px;
    line-height: 40px;

    width: 126px;
    height: 40px;
    margin-top: 30px;
    margin-right: 25px;

    text-align: center;

    color: #721170;
    border-radius: 20px;
    background-color: rgba(114, 17, 112, .15);
}

.location .text_content .text_bottom_main .left > .text p.p,
.location .text_content .text_bottom_main .right > .text p.p {
    font-size: 16px;

    vertical-align: middle;

    color: #333;
}

.location .text_content .text_bottom_main .left > .text p.p span,
.location .text_content .text_bottom_main .right > .text p.p span {
    font-size: 36px;
    font-weight: bold;

    vertical-align: middle;

    color: #721170;
}

/* 国际交流 */
.International {
    background: url(../images/inter_bg.png) center center no-repeat;
}

.International .content_text .p1 {
    font-size: 16px;
    line-height: 1.875;

    text-align: justify;

    color: #333;
}

.International .content_text .p1 span {
    font-weight: bold;

    color: #63065f;
}

.International .content_text .list_box {
    margin-top: 30px;
}

.International .content_text .list_box ul li {
    float: left;

    box-sizing: border-box;
    width: 370px;
    height: 377px;
    margin-right: 45px;
    padding-left: 30px;

    border-left: 3px solid #721170;
}
.International .content_text .list_box ul li strong{
color:#721170 ;
font-size: 20PX;
}
.International .content_text .list_box ul li:last-child {
    margin-right: 0;
}

.International .content_text .list_box ul li .p2:first-child {
    margin-top: -7px;
}

.International .content_text .list_box ul li .p2 {
    font-size: 16px;
    line-height: 1.875;

    color: #333;
}

/* 项目信息 */

.project {
    background: url(../images/project_bg.png?v=4) center center no-repeat;
}

.project .text_main table {
    border-collapse: collapse;

    text-align: center;
   background-color: rgba(99, 6 ,94, 0.85);
   border-radius:5px ;
   overflow: hidden;
}

.project .text_main table tr th {
    font-size: 18px;
    font-weight: bold;

    height: 80px;

    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
     border-bottom: 1px solid rgba(255,255,255,0.3);
    
}

.project .text_main table tr th .box {
    position: relative;

    width: 100%;
    height: 100%;
}

.project .text_main table tr th .box p.p1 {
    position: absolute;
    top: 15px;
    right: 30px;
}

.project .text_main table tr th .box p.p2 {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.project .text_main table tr td {
    font-size: 16px;

    height: 60px;

    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: none;
}

.project .text_main table tr td p.p {
    line-height: 2;

    padding-left: 30px;

    text-align: left;
}

/* 报考流程 */
.Registration .text_content .boxs .box {
    float: left;

    width: 270px;

    text-align: center;
}

.Registration .text_content .boxs .box p.t {
    font-size: 18px;
    font-weight: bold;

    margin: 15px 0;

    color: #721170;
}

.Registration .text_content .boxs .box p.p {
    font-size: 14px;
    line-height: 1.6;

    text-align: justify;

    color: #333;
}

.Registration .text_content .boxs .box p.p a {
    color: #333;
}

.Registration .text_content .boxs .box p.p a:hover {
    text-decoration: underline;

    color: #e0610c;
}

.Registration .text_content .boxs .jiantou {
    line-height: 110px;

    float: left;

    width: 40px;

    text-align: center;
}

/* 联系我们 */
.contact {
    background: url(../images/contact_bg.png) center center no-repeat;
}

.contact .text_content p.t {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.25;

    color: #721170;
}

.contact .text_content ul li {
    float: left;

    width: 820px;
}

.contact .text_content ul li:first-child {
    width: 380px;
}

.contact .text_content ul li p.p1 {
    font-size: 16px;
    line-height: 2;

    text-align: justify;

    color: #333;
}

.contact .text_content ul li p.p1 a {
    color: #333;
}

.contact .text_content ul li p.p1 a.href:hover {
    text-decoration: underline;

    color: #e0610c;
}
