#banner {
    background: url(../images/banner-bg.png) center;
    background-size: 1920px 800px;
    /* background-size: cover; */
    background-position: 65%;
    height: 800px;
}

#banner .cont {
    position: relative;
}

#nav {
    background: #00634a;
    height: 80px;
    font-size: 16px;
}

#nav .a {
    float: left;
    line-height: 80px;
    min-width: 138px;
}

#nav .a a {
    display: block;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

#nav .a:hover,
#nav .a.on {
    background-color: #1eab87;
}

#nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#title {
    margin-bottom: 40px;
    padding-top: 60px;
    height: 110px;
    text-align: center;
    background-position: center 60px;
    background-repeat: no-repeat;
    letter-spacing: 0px;
    font-weight: bold;
}

#title.t-bg1 {
    background-image: url("../images/title-1.png");
}

#title.t-bg2 {
    background-image: url("../images/title.png");
}

#title.t-bg3 {
    background-image: url("../images/title.png");
}

#title h2 {
    margin-top: 27px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
    color: #333333;
}

#title p {
    font-size: 16px;
    color: #999999;
    line-height: 1;
}


/* 项目概况 */

#xmgk .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#xmgk .cont .item.up {
    margin-bottom: 30px;
}

#xmgk .cont .item.up .text {
    width: 834px;
    border-left: 3px solid #00634a;
    padding-left: 36px;
    padding-right: 43px;
    line-height: 30px;
}

#xmgk .cont .item.up h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #00634a;
    margin-bottom: 10px;
    margin-top: 20px;
}

#xmgk .cont .item.up h3:first-child {
    margin-top: 0px;
}

#xmgk .cont .item.up .img {
    width: 302px;
    padding-left: 20px;
    height: 302px;
    background: url(../images/xmgk-bg-1.png) no-repeat;
}

#xmgk .cont .item.down h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 32px;
}

#xmgk .cont .item.down .img {
    width: 585px;
    height: 350px;
    color: #fff;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

#xmgk .cont .item.down .img ul {
    list-style: none;
    line-height: 34px;
}

#xmgk .cont .item.down .img.first {
    background-image: url(../images/xmgk-bg-3.png);
    background-size: 100% auto;
}

#xmgk .cont .item.down .img.second {
    background-image: url(../images/xmgk-bg-4.png);
}


/* 项目特色 */

#xmts {
    background-color: #f5f5f5;
}

#xmts .cont .item {
    width: 300px;
    padding: 0 15px;
    box-sizing: border-box;
}

#xmts .item .icon-box {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid rgba(0, 56, 116, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#xmts .item .icon-bg {
    width: 94px;
    height: 94px;
    background-color: #003874;
    border-radius: 50%;
}

#xmts .item .icon-box img {
    width: 38px;
    height: 38px;
    margin: 29px;
}

#xmts .item h2 {
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #003874;
}

#xmts .item .line {
    width: 71px;
    height: 4px;
    background-color: #003874;
    margin: 20px auto;
}

#xmts .item:nth-child(2n) .icon-box {
    border-color: rgba(167, 130, 54, 0.3);
}

#xmts .item:nth-child(2n) .icon-bg,
#xmts .item:nth-child(2n) .line {
    background-color: #a78236;
}

#xmts .item:nth-child(2n) h2 {
    color: #a78236;
}

#xmts .item ul {
    margin-left: 20px;
}

#xmts .item ul>li {
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*项目体系 */

#xmtx {
    /* background: url(../images/xmtx-bg.png) center; */
    background-size: 1920px 860px;
    height: 860px;
}

#xmtx .t {
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
}

#xmtx .henxin-9-t {
    width: 240px;
    height: 60px;
    background-color: #b4914b;
    border-radius: 30px;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    margin: 50px auto 30px auto;
    text-align: center;
}

#xmtx .henxin-9-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#xmtx .henxin-9-c>div {
    width: 240px;
    height: 50px;
    line-height: 50px;
    /* background-image: url(../images/xmtx-henxin-bg.png); */
    /* background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%); */
    border-radius: 25px;
    /* opacity: 0.25; */
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#xmtx .jjts-3 {
    display: flex;
    margin-top: 30px;
}

#xmtx .jjts-3 .item-1 {
    /* background-image: url(../images/xmtx-jjts-1.png); */
    width: 364px;
    height: 208px;
}

#xmtx .jjts-3 .item-2 {
    /* background-image: url(../images/xmtx-jjts-2.png); */
    width: 423px;
    height: 208px;
}

#xmtx .jjts-3 .item-3 {
    /* background-image: url(../images/xmtx-jjts-3.png); */
    width: 364px;
    height: 208px;
}


/* */

#xywl {
    height: 690px;
}


/* 报考流程 */

#bklc {
    /* background: url(../images/bklc_bg.png) center; */
    background-size: 1920px 720px;
    height: 720px;
}

#bklc .cont {
    display: flex;
}

#bklc .cont .item {
    width: 240px;
    box-sizing: border-box;
    position: relative;
}

#bklc .item .icon-box {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    border: 1px solid rgba(0, 56, 116);
    position: relative;
}

#bklc .item .icon-bg {
    width: 106px;
    height: 106px;
    position: absolute;
    background-color: #003874;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 0;
}

#bklc .item .icon-box img {
    position: absolute;
    width: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#bklc .item .arrow {
    position: absolute;
    width: 20px;
    left: -10px;
    top: 42px;
}

#bklc .item h2 {
    margin: 42px 0 25px 0;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #003874;
}

#bklc .item .line {
    width: 71px;
    height: 4px;
    background-color: #003874;
    color: #003874;
    margin: 20px auto;
}

#bklc .item:nth-child(2n) .icon-box {
    border-color: rgba(167, 130, 54, 0.3);
}

#bklc .item:nth-child(2n) .icon-bg,
#bklc .item:nth-child(2n) .line {
    background-color: #a78236;
}

#bklc .item:nth-child(2n) h2 {
    color: #a78236;
}

#bklc .item ol,
#bklc .item li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bklc .item .con {
    background-color: #Fff;
    width: 190px;
    height: 233px;
    padding: 15px;
    line-height: 24px;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}

#bklc .item .con .triangle {
    width: 0;
    height: 0;
    border: 16px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -32px;
}

#lxwm {
    background: url(../images/lxwm_bg.png) center;
    background-size: 1920px 590px;
    height: 590px;
}

#lxwm .cont {
    display: flex;
    color: #fff;
    line-height: 30px;
}

#lxwm .left,
#lxwm .right {
    width: 600px;
    box-sizing: border-box;
}

#lxwm .right {
    padding-left: 212px;
}

#lxwm .left ul,
#lxwm .right ul {
    list-style: none;
}

#lxwm .left {
    border-right: 2px solid rgba(255, 255, 255, 0.4);
}

#lxwm .diqu {
    width: 171px;
    height: 50px;
    background-color: #b4914b;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 32px;
    text-align: center;
}

#lxwm .right .logo {
    width: 310px;
    margin-top: 81px;
}

#lxwm .right .logo img {
    width: 100%;
}

#xmts .cont .tabs {
    display: flex;
    justify-content: center;
}

#xmts .cont .tabs_content_wrapper {
    display: flex;
    justify-content: center;
}

#xmts .cont .tabs .items_container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

#xmts .cont .tabs_content_wrapper .tabs_content_container {
    width: 1200px;
}

#xmts .cont .tabs_content_wrapper .tabs_content_container .tabs_content_item {
    width: 100%;
    box-sizing: border-box;
    padding: 37px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ccc;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#xmts .cont .tabs_content_wrapper .tabs_content_container .tabs_content_item .title {
    text-align: center;
    font-size: 20px;
    color: #00634a;
    font-weight: bold;
}

#xmts .cont .tabs_content_wrapper .tabs_content_container .tabs_content_item .instro {
    font-size: 16px;
    color: #333;
    margin-top: 26px;
    line-height: 25px;
}

#xmts .pic_item img {
    display: inline-block;
    width: 215px;
    height: 240px;
}

#xmts .pic_item {
    width: 215px;
    position: relative;
    margin-right: 30px;
}

#xmts .pics_wrapper {
    margin-top: 30px;
}

#xmts .pic_item .name {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #000;
    opacity: 0.6;
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

#xmts .pisc_container {
    display: flex;
    justify-content: center;
}

#xmts .cont .tabs .items_container .tab_item {
    width: 184px;
    height: 66px;
    background-image: url(./../images/tab_bg_default.png);
    background-size: 184px 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#xmts .cont .tabs .items_container .tab_item.on {
    background-image: url(./../images/tab_bg_on.png);
}

#xmts {
    padding-bottom: 60px;
}

#pytx {
    width: 100%;
    height: 900px;
    background-image: url(./../images/pytx_bg.png);
    background-size: 100% 100%;
}

#pytx .title {
    padding-top: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pytx .title .tips {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

#pytx .cont {
    margin-top: 28px;
}

#sqtj .cont {
    display: flex;
    justify-content: center;
}

#sqtj .cont>.left img {
    display: inline-block;
    width: 472px;
    height: 403px;
    margin-right: 40px;
}

#sqtj .cont>.right .left img {
    display: inline-block;
    width: 94px;
    height: 59px;
}

#sqtj .cont>.right li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

#sqtj .cont>.right li .right {
    width: 575px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-left: 25px;
}

#mslc {
    width: 100%;
    height: 780px;
    background-color: #f5f5f5;
}

#mslc .tabs {
    display: flex;
    justify-content: center;
}

#mslc .tabs_container {
    width: 1210px;
    display: flex;
    justify-content: space-between;
}

#mslc .tab_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
    flex-grow: 0;
}

#mslc .tab_item.on .bg {
    background-image: url(./../images/mslc_tab_bg_on.png);
}

#mslc .tab_item.on .num {
    color: #00634a;
}

#mslc .tab_item.on .tips {
    color: #00634a;
}

#mslc .tab_item .bg {
    width: 130px;
    height: 130px;
    background-image: url(./../images/mslc_tab_bg_default.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #mslc .tab_item .bg.on{
    
} */
#mslc .tab_item .bg .icon {
    width: 40px;
    height: 40px;
}

#mslc .tab_item .tips {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 13px;
}

#mslc .tab_item .num {
    margin-top: 20px;
    font-size: 24px;
    color: #666666;
}

#mslc .arrow {
    margin-right: 0;
}

#mslc .arrow img {
    width: 26px;
    height: 23px;
    position: relative;
    top: 56px;
}

#mslc .tabs_content_container {
    width: 1209px;
    height: 261px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

#mslc .tabs_content_wrapper {
    display: flex;
    justify-content: center;
}

#mslc .tabs_content_container .item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 26px;
}

#mslc .tabs_content_container .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #00634a;
}

#mslc .tabs_content_container .item p {
    margin-top: 24px;
    line-height: 25px;
    font-size: 16px;
    color: #333333;
}

#yms #title p.tips {
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}

#yms .table {
    width: 1200px;
    margin-top: 50px;
    border: none;
    border-collapse: collapse;
}

#yms .table th {
    border: none;
}

#yms .table td {
    border: none;
    text-align: center;
    font-size: 16px;
    color: #333;
}

#yms .table th {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 60px;
}

#yms .table thead tr {
    background-color: #00634a;
}

#yms .table tbody td {
    height: 60px;
}

#yms .table tbody tr {
    border-bottom: 1px dashed #00634a;
}

#yms .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#yms .tips_bottom {
    width: 1200px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

#yms {
    padding-bottom: 62px;
}

#lxwmbottom {
    width: 100%;
    height: 548px;
    background-image: url(./../images/lxwm_bg.png);
    background-size: 100% 100%;
}

#lxwmbottom .content_container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lxwmbottom .cont {
    display: flex;
    justify-content: center;
}

#lxwmbottom .content_container>.left ul {
    display: flex;
    justify-content: space-between;
    width: 670px;
    flex-wrap: wrap;

}

#lxwmbottom .content_container>.left ul li {
    display: flex;
    align-items: center;
    width: 295px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 28px;
}

#lxwmbottom .content_container>.left ul li .left img {
    display: inline-block;
    width: 70px;
    height: 70px;
}

#lxwmbottom .content_container>.left ul li .left {
    margin-right: 26px;
}

#lxwmbottom .content_container>.left ul li .right div {
    color: #fff;
    line-height: 25px;
}

#lxwmbottom .content_container>.right ul {
    display: flex;
    align-items: flex-start;
}

#lxwmbottom .content_container>.right ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    flex-shrink: 0;
    flex-grow: 0;
}

#lxwmbottom .content_container>.right ul li p {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

#lxwmbottom .content_container>.right ul li img {
    display: inline-block;
    width: 130px;
    height: 130px;
}

#mslc .tab_item {
    position: relative;
}

#mslc .tab_item.on::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    top: 251px;
    background-color: #f5f5f5;
    border-bottom: none;
    border-left: none;
}

#xmts .cont .tabs .items_container .tab_item span {
    position: relative;
    top: -4px;
}