.banner {
    padding: 130px 0 236px;
    background: url(../images/banner.png) no-repeat top center;
    text-align: center;
}

.nav {
    height: 88px;
    background-color: #225db5;
    ;
}

.nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.nav .tab li {
    float: left;
}

.nav .tab li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    height: 88px;
    padding: 16px 0;
    box-sizing: border-box;
    background-color: rgba(224, 97, 12, 0);
    transition: all 0.3s;
}

.nav .tab li a:hover {
    background-color: #0095d8;
    transition: all 0.3s;
}

.nav .tab li.active {
    background-color: #0095d8;
    ;
}

.nav .tab li a img {
    height: 27px;
    margin-bottom: 8px;
}

#title {
    text-align: center;
    margin-bottom: 35px;
}

#title .p1 {
    font-size: 48px;
    font-family: "Times New Roman";
    color: #225db5;
    opacity: 0.2;
    font-weight: bold;
}

#title .p2 {
    background: url(../images/title_img1.png) center center no-repeat;
    font-size: 36px;
    color: #225db5;
    background-size: 209px 34px;
    margin-top: -18px;
    font-family: SourceHanSerifCN, '宋体';
    font-weight: bold;
    position: relative;
}

#title .p2:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #0292d6;
    -webkit-mask: linear-gradient(to left, #0292d6, 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;
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}

.introduction .text_content .right .p1:last-child {
    margin-bottom: 0px;
}

.introduction .text_content .right .p1 span {
    color: #225db5;
    font-weight: bold;
}

.location {
    background-color: rgb(242, 242, 242);
}


.location .text_content ul li {

    border-bottom: 2px solid rgba(165, 108, 60, 0.2)
}

.location .text_content ul li:nth-child(2) {
    float: right;
}

.location .text_content ul li p.tit {
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    background: url(../images/loca_tit_img.png) no-repeat;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
}

.location .text_content ul li .bottom {
    padding: 35px 0;
}

.location .text_content ul li .bottom .left {
    width: 126px;
    height: 40px;
    background-color: rgba(34, 93, 181, 0.15);
    font-size: 16px;
    color: #225db5;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 25px;
}


.location .text_content ul li .bottom .right {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: justify;
    width: auto;
}

.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 {
    width: 126px;
    height: 40px;
    background-color: rgba(34, 93, 181, 0.15);
    font-size: 16px;
    color: #225db5;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 25px;
    margin-top: 30px;
}

.location .text_content .text_bottom_main .left>.text p.p,
.location .text_content .text_bottom_main .right>.text p.p {
    font-size: 16px;
    color: #333333;
    vertical-align: middle;

}

.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;
    color: #225db5;
    font-weight: bold;
    vertical-align: middle;
}

/* 国际交流 */
.International {
    background: url(../images/inter_bg.png) center center no-repeat;
}

.International .content_text .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    text-align: justify;
}

.International .content_text .p1 span {
    color: #0095d8;
    font-weight: bold;
}

.International .content_text .list_box {
    margin-top: 30px;
}

.International .content_text .list_box ul li {
    width: 370px;
    height: 377px;
    float: left;
    margin-right: 45px;
    padding-left: 30px;
    border-left: 3px solid #225db5;
    box-sizing: border-box;
}

.International .content_text .list_box ul li:last-child {
    margin-right: 0px;
}

.International .content_text .list_box ul li .p2:first-child {
    margin-top: -7px;
}

.International .content_text .list_box ul li .p2 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

/* 项目信息 */

.project {
    background: url(../images/project_bg.png) center center no-repeat;
}

.project .text_main table {
    border-collapse: collapse;
    text-align: center;
}

.project .text_main table tr th {
    height: 80px;
    background-color: #0095d8;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.project .text_main table tr th .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.project .text_main table tr th .box p.p1 {
    position: absolute;
    right: 30px;
    top: 15px;
}

.project .text_main table tr th .box p.p2 {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.project .text_main table tr td {
    height: 60px;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    border-top: none;
}

.project .text_main table tr td p.p {
    text-align: left;
    padding-left: 30px;
    line-height: 2;
}

/* 报考流程 */
.Registration .text_content .boxs .box {
    width: 255px;
    float: left;
    text-align: center;
}

.Registration .text_content .boxs .box p.t {
    font-size: 18px;
    color: #225db5;
    font-weight: bold;
    margin: 15px 0;
}

.Registration .text_content .boxs .box p.p {
    text-align: justify;
    line-height: 1.875;
    color: #333333;
    font-size: 16px;
}

.Registration .text_content .boxs .box p.p a {
    color: #333333;
}

.Registration .text_content .boxs .box p.p a:hover {
    color: #e0610c;
    text-decoration: underline;
}

.Registration .text_content .boxs .jiantou {
    width: 60px;
    float: left;
    text-align: center;
    line-height: 110px;
}

/* 联系我们 */
.contact {
    background: url(../images/contact_bg.png) center center no-repeat;
}

.contact .text_content p.t {
    font-size: 18px;
    font-weight: bold;
    color: #225db5;
    line-height: 2.25;
}

.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;
    color: #333333;
    text-align: justify;
}

.contact .text_content ul li p.p1 a {
    color: #333333;
}

.contact .text_content ul li p.p1 a.href:hover {
    color: #e0610c;
    text-decoration: underline;
}