*,
:before,
:after {
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #3e3a39;
    background: #fff;
    /* overflow-x: hidden; */
}

.wrapper {
    margin: 0 auto;
}
img {
    max-width: 100%;
    max-height: 100%;
}
a,
#nav a,
.banner .prev,
.banner .next,
:before,
:after,
.return-top,
img {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in-out;
}

.iconfont:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

/*header*/

.header {
    position: relative;
    z-index: 99;
}

.h-box1 {
    padding: 20px 0;
}

.h-box1 .flex-between {
    align-items: center;
}

.logo img {
    display: block;
    width: 560px;
    height: auto;
}

.enrollment-code {
    color: #214b86;
}

.enrollment-code li {
    padding: 0 16px 0 15px;
    position: relative;
}

.enrollment-code li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    height: 13px;
    border-right: solid 1px #214b87;
}

.enrollment-code li:last-child:after {
    display: none;
}

.enrollment-code span {
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.hb1-search {
    position: relative;
    width: 260px;
}

.hb1-search .search-field {
    width: 100%;
    height: 36px;
    border: solid 1px #dcdcdc;
    background: #f7f8f8;
    padding: 0 50px 0 10px;
    font-size: 16px;
    color: #666;
}

.hb1-search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #898989;
}

.hb1-search .search-btn .iconfont {
    display: inline-block;
    font-size: 20px;
    vertical-align: 1px;
}

.hb1-search:hover .search-field {
    border-color: #214b86;
}

.hb1-search:hover .search-btn .iconfont {
    color: #214b86;
}

.h-box2 {
    position: relative;
    height: 60px;
    background: #f5f5f5;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

#nav {
    height: 58px;
}

#nav .nLi,
#nav .nLi > a {
    height: 100%;
}

#nav .nLi > a {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 58px;
    position: relative;
}

#nav .nLi > a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border-bottom: solid 3px #f39939;
}

#nav .nLi:hover > a,
#nav .nLi.on > a {
    color: #ff8400;
}

#nav .nLi:hover > a:after,
#nav .nLi.on > a:after {
    left: 0;
    right: 0;
}

.sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sub-nav .list {
    position: relative;
    width: 220px;
}

.sub-nav .list:first-child {
    width: 160px;
}

.sub-nav .list + .list {
    padding-left: 58px;
}

.sub-nav .list + .list:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    bottom: 10px;
    border-left: solid 1px #e1e1e1;
}

.sub-nav .list > li > a {
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px 0 30px;
    color: #214b86;
}

.sub-nav .list > li > a:before {
    content: ">";
    font-family: "宋体";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 12px;
    top: 51%;
    transform: translateY(-50%);
    color: #ff8400;
}

.sub-nav .list > li:hover > a {
    color: #ff8400;
}

/*banner*/

.banner {
    position: relative;
    width: 100%;
}

.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
}

.slide_tabs {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 22;
    text-align: center;
}

.slide_tabs li {
    display: inline-block;
    margin: 0 8px;
    line-height: 0;
}

.slide_tabs li a {
    display: inline-block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    border-radius: 50%;
}

.slide_tabs .slide_here a {
    background: #fff;
}

.banner .slide_nav {
    display: none;
}

/*content*/

.c-boxTit {
    margin-bottom: 30px;
}

.c-boxTit h3 {
    font-size: 46px;
}

.c-boxTit p {
    font-size: 24px;
    margin-top: 10px;
}

.c-boxTit .en-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.c-boxTit .summary {
    font-size: 16px;
    line-height: 20px;
}

/*c-box1*/

.c-box1 {
    padding: 70px 0 80px;
}

.cb1-main a {
    color: #fff;
}

.cb1-left {
    position: relative;
    width: 925px;
    overflow: hidden;
}

.cb1-right {
    width: 440px;
    margin-left: 30px;
}

.cb1-right li {
    position: relative;
    overflow: hidden;
}

.cb1-right li + li {
    margin-top: 30px;
}

.c-box1 .pic-mask {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    bottom: 0;
    background: rgba(34, 24, 21, 0.6);
    align-items: center;
}

.c-box1 .cb1-left .pic-mask {
    height: 100px;
}

.c-box1 .cb1-right li .pic-mask {
    height: 80px;
}

.c-box1 dl {
    width: 100%;
    font-size: 20px;
}

.c-box1 .cb1-left dl {
    padding: 0 30px;
    line-height: 36px;
}

.c-box1 .cb1-right dl {
    padding: 0 15px;
    line-height: 30px;
}

.cb1-left:hover img,
.cb1-right li:hover img,
.cb4-main .about-us:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.cb1-left:hover a,
.cb1-right li:hover a {
    /* 桔色 */
    color: #ff8400;
    /* 蓝色 */
    /* color: #38abe1; */
    /* 黄色 */
    /* color: yellow; */
}

/*c-box2*/

.c-box2 {
    padding: 85px 0 100px;
    background: #f4f4f4;
}

.c-box2 .search-box {
    position: relative;
    width: 966px;
    margin: 0 auto;
}

.c-box2 .search-field {
    width: 100%;
    height: 54px;
    border: solid 2px #bfbfbf;
    background: #fff;
    padding: 0 130px 0 25px;
    font-size: 18px;
    color: #666;
}

.c-box2 .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #666;
}

.c-box2 .search-btn .iconfont {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: 0;
}

.c-box2 form:hover .search-field {
    box-shadow: 0 0 10px rgba(56, 171, 225, 0.7);
    border-color: #38abe1;
}

.c-box2 .search-btn:hover {
    color: #38abe1;
}

.c-box2 .key-words {
    padding: 20px 30px;
}

.c-box2 .key-words a {
    display: inline-block;
    padding: 0 15px;
    color: #838383;
}

.c-box2 .key-words a:hover {
    color: orangered;
}

.c-box2 .enrollment-type {
    margin-top: 40px;
}

.c-box2 .enrollment-type li,
.cb5-link li {
    width: calc((100% - 16px) / 3);
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
}

.c-box2 .enrollment-type li a {
    display: block;
    background: #1b70b0;
    color: #fff;
}

.c-box2 .enrollment-type li:hover a {
    background: #38abe1;
}

.c-box2 .enrollment-type .iconfont {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
    vertical-align: -1px;
}

/*c-box3*/

.c-box3 {
    padding-top: 60px;
}

.c-box3 .c-boxTit {
    margin-bottom: 25px;
}

.c-box3 .c-boxTit h3 {
    margin-top: -5px;
    font-size: 30px;
}

.c-box3 .c-boxTit .en-title {
    font-size: 14px;
}

.c-box3 .plan-show {
    width: calc(100% - 505px);
    padding-right: 40px;
    position: relative;
}

.c-box3 .hd {
    position: absolute;
    right: 40px;
    top: 10px;
}

.c-box3 .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    text-indent: -9999px;
    background: #a0a0a0;
    cursor: pointer;
}

.c-box3 .hd ul li.on {
    background: #ed6d1f;
}

.c-box3 .plan-list li {
    margin-top: 14px;
    height: 63px;
}

.c-box3 .plan-list li a {
    display: block;
    padding: 16px 0;
    line-height: 30px;
    border-bottom: solid 1px #bfbfbf;
    font-size: 20px;
}

.c-box3 .date {
    font-size: 14px;
    padding-left: 10px;
}

.c-box3 .plan-list li:hover a {
    color: #ed6d1f;
    border-color: #ed6d1f;
}

.c-box3 .score-show {
    width: 505px;
    padding-left: 40px;
    border-left: solid 1px #bfbfbf;
}

.c-box3 .score-choose {
    position: relative;
}

.c-box3 .score-choose:after {
    font-family: "iconfont" !important;
    content: "\e60c";
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 15px;
    height: 43px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    pointer-events: none;
}

.c-box3 .score-choose select {
    display: block;
    width: 100%;
    height: 45px;
    border: solid 1px #bfbfbf;
    padding: 0 48px 0 15px;
    color: #727272;
    font-size: 18px;
    cursor: pointer;
    appearance: none;
}

.c-box3 .score-list {
    padding: 10px 110px 0 0;
}

.c-box3 .score-list li {
    margin-top: 18px;
}

.c-box3 .score-list li a {
    display: block;
    height: 66px;
    padding: 7px 18px;
    background: #434343;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.c-box3 .score-list li:hover a {
    background: #626262;
}

/*c-box4*/

.c-box4 {
    padding: 60px 0;
}

.cb4-tit .summary {
    width: 85%;
    margin: 15px auto 0;
    font-size: 20px;
    line-height: 36px;
}

.cb4-main .about-us {
    position: relative;
    overflow: hidden;
}

.cb4-main .about-us .btn-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 65px;
    background: #ed6d1f;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

.cb4-main .about-us .btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.cb4-main .about-us .btn-more:hover:before {
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 0;
}

.c-box4 .about-other {
    margin-top: 20px;
}

.c-box4 .about-other a {
    display: block;
    width: calc((100% - 10px) / 2);
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #1069ab;
    font-size: 30px;
    color: #fff;
}

.c-box4 .about-other a:hover {
    background: #2ea7e0;
}

/*c-box5*/

.c-box5 {
    padding: 70px 0 80px;
    background: #f4f4f4;
}

.cb5-link li a {
    display: block;
    background: #434343;
    color: #fff;
}

.cb5-link li .iconfont {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
    vertical-align: -1px;
    color: #ed6d1f;
}

.cb5-link li .icon-shouye3 {
    font-size: 26px;
    vertical-align: 2px;
}

.cb5-link li:hover a {
    background: #626262;
}

/*footer*/

.footer {
    margin-top: 80px;
    padding-top: 30px;
    background: #1069ab;
}

.footer,
.footer a {
    color: #fff;
}

.f-logo {
    padding: 50px 40px 40px 20px;
}

.f-logo img {
    display: block;
    width: 234px;
    height: auto;
}

.f-link,
.f-contact {
    padding: 30px 50px;
    font-size: 16px;
}

.f-link {
    width: 305px;
    border-left: solid 1px #3f87bc;
    border-right: solid 1px #3f87bc;
}

.f-contact {
    width: 550px;
}

.footer dt a {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer dd {
    line-height: 30px;
    margin-bottom: 10px;
}

.footer .f-contact dd {
    margin-bottom: 13px;
}

.footer dd:last-child {
    margin-bottom: 0;
}

.footer dd a {
    display: inline-block;
}

.filing-info {
    color: rgba(255, 255, 255, 0.5);
}

.footer dd a:hover {
    transform: translateX(14px);
}

.footer a:hover {
    transform: translateX(0);
    /* color: #f5ee04; */
    color: #ff8400;
}

.f-code {
    width: 240px;
    margin-top: 80px;
}

.f-code .code-show {
    width: 108px;
}

.f-code .code-name {
    margin-top: 5px;
    font-size: 15px;
}

.return-top {
    width: 60px;
    height: 60px;
    line-height: 80px;
    background: #094979;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 80px;
    border-radius: 3px;
    z-index: 999;
    transform: rotateX(180deg);
    line-height: 60px;
}

.return-top .iconfont {
    color: #fff;
    font-size: 36px;
}

.return-top:hover {
    background-color: #2ea7e0;
}

/* sub-content */

.sub-content {
    padding-bottom: 50px;
}

.breadcrumb-section {
    height: 81px;
    border-bottom: solid 1px #bbb;
    margin-bottom: 45px;
}

.breadcrumb-section p {
    line-height: 80px;
}

.page-menu a {
    position: relative;
    color: #010101;
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
}

.page-menu a:after {
    content: "";
    position: absolute;
    border-bottom: solid 3px #bb2723;
    bottom: -2px;
    left: 50%;
    right: 50%;
}

.page-menu a:hover,
.page-menu a.on,
.breadcrumb-nav a:hover {
    color: #bb2723;
}

.page-menu a:hover:after,
.page-menu a.on:after {
    left: 0;
    right: 0;
}

.breadcrumb-nav {
    padding-left: 30px;
}

.breadcrumb-nav span,
.breadcrumb-nav a,
.breadcrumb-nav i {
    color: #888;
}

.breadcrumb-nav i {
    font-size: 18px;
    vertical-align: middle;
}

/*page*/

.page {
    margin-top: 50px;
    margin-bottom: -10px;
}

.page a {
    display: inline-block;
    margin: 0 4px 10px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: solid 1px #bbb;
}

.page .prev,
.page .next {
    width: 120px;
}

.page a:hover {
    background: #bb2723;
    color: #fff;
    border-color: #bb2723;
}

@media screen and (min-width: 1440px) {
    body {
        font-size: 14px;
    }
    .wrapper {
        width: 1400px;
    }
    .header,
    .footer,
    .content,
    .sub-content,
    .banner,
    .sub-banner {
        min-width: 1400px;
    }
    .hide-lg {
        display: none;
    }
}

@media screen and (max-width: 1439px) {
    .c-box2 .search-box {
        width: 100%;
    }

    .c-box2 .key-words {
        padding: 20px 28px;
    }

    .c-box3 .score-list {
        padding: 10px 0 0 0;
    }
}

@media screen and (min-width: 1020px) and (max-width: 1439px) {
    .wrapper {
        width: 1000px;
    }

    .header,
    .footer,
    .content,
    .sub-content,
    .banner,
    .sub-banner {
        min-width: 1000px;
    }

    .hide-md {
        display: none;
    }

    /*header*/

    .h-box1 .flex-between {
        flex-wrap: wrap;
    }

    .h-box1 .logo {
        width: 100%;
        margin-bottom: 10px;
    }

    .hb1-search .search-field {
        font-size: 14px;
    }

    .enrollment-code {
        margin-left: -5px;
    }

    .hb1-search {
        width: 350px;
    }

    #nav .nLi > a {
        font-size: 16px;
    }

    .sub-nav .list > li > a {
        font-size: 14px;
        /* padding: 0 15px; */
    }

    /* content */

    .c-boxTit h3 {
        font-size: 40px;
    }

    .c-boxTit .en-title {
        font-size: 20px;
    }

    .c-box1 .cb1-left .pic-mask {
        height: 80px;
    }

    .c-box1 .cb1-right li .pic-mask {
        height: 60px;
    }

    .c-box1 dl {
        font-size: 16px;
    }

    .c-box1 .cb1-left dt,
    .c-box1 .cb1-left dd {
        line-height: 30px;
    }

    .c-box1 .cb1-right dt,
    .c-box1 .cb1-right dd {
        line-height: 24px;
    }

    .cb1-right {
        margin-left: 20px;
    }

    .cb1-right li + li {
        margin-top: 20px;
    }

    .c-box2 {
        padding: 70px 0 80px;
    }

    .c-box2 .enrollment-type {
        margin-top: 30px;
    }

    .c-box2 .enrollment-type li,
    .cb5-link li {
        height: 80px;
        line-height: 80px;
        font-size: 28px;
    }

    .cb5-link li {
        font-size: 26px;
    }

    .cb5-link li .iconfont {
        font-size: 28px;
    }

    .cb5-link li .icon-shouye3 {
        font-size: 24px;
    }

    .c-box3 .plan-show {
        width: calc(100% - 400px);
    }

    .c-box3 .score-show {
        width: 400px;
    }

    .c-box3 .score-choose select {
        font-size: 16px;
    }

    .cb4-tit .summary {
        font-size: 16px;
        line-height: 26px;
    }

    .c-box5 {
        padding: 60px 0 70px;
    }

    .footer {
        margin-top: 70px;
    }

    .f-contact {
        flex: 1;
        border-left: solid 1px #3f87bc;
        border-right: solid 1px #3f87bc;
        font-size: 14px;
        padding: 30px 40px;
        margin-right: 40px;
    }

    .footer .f-contact dd {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1020px) {
}

@media screen and (max-width: 1019px) {
    .wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .flex-between {
        flex-wrap: wrap;
    }

    /*header*/

    .h-box1 {
        padding: 10px 0;
    }

    .enrollment-code {
        margin: 10px 0 0 -10px;
    }

    .sub-nav {
        display: none !important;
    }

    .footer {
        padding-top: 0;
        margin-top: 0;
    }

    .filing-info {
        width: 100%;
        padding: 10px 0;
    }

    .f-contact {
        width: 100%;
        padding: 15px 0;
        font-size: 14px;
        text-align: center;
    }

    .footer dt a {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer .f-contact dd {
        margin-bottom: 4px;
        line-height: 24px;
    }

    .f-code {
        margin: 0 auto;
    }

    .f-code .code-name {
        font-size: 12px;
    }

    /* 原手机端样式 header*/

    img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .logo {
        width: 60%;
    }

    .h-box2 {
        height: auto;
        background: none;
        border: none;
    }

    /*手机上的菜单按钮*/

    .toggle-bar {
        width: 52px;
        height: 52px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        cursor: pointer;
    }

    .toggle-bar:before {
        content: "";
        position: absolute;
        top: 17px;
        right: 15px;
        display: block;
        width: 20px;
        height: 17px;
        border-top: 3px solid #0465af;
        border-bottom: 3px solid #0465af;
    }

    .toggle-bar:after {
        content: "";
        position: absolute;
        top: 24px;
        right: 15px;
        display: block;
        width: 20px;
        height: 3px;
        background: #0465af;
    }

    /* .header .search-icon {
    background: none;
    margin-right: 50px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    color: #0465af;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
  }

  .header .search-icon .iconfont {
    font-size: 20px;
  } */

    #nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: auto;
        max-height: 65vh;
        overflow-y: auto !important;
        background: #313437;
        display: none;
        z-index: 999;
    }

    #nav .nLi {
        height: 50px;
    }

    #nav .nLi + li {
        border-top: solid 1px #3b454e;
    }

    #nav .nLi > a {
        display: block;
        padding: 0 15px;
        font-size: 14px;
        line-height: 50px;
        /* position: relative; */
        text-align: center;
        color: #fff;
    }

    #nav .nLi > a:after {
        display: none;
    }

    #nav .nLi:hover > a,
    #nav .nLi.on > a,
    #nav .nLi > a:focus {
        background: #ff8400;
        color: #fff;
    }

    .slide_tabs {
        bottom: 10px;
    }

    .slide_tabs li {
        margin: 0 5px;
    }

    .slide_tabs li a {
        width: 6px;
        height: 6px;
    }

    /*content*/

    .c-boxTit,
    .c-box3 .c-boxTit {
        margin-bottom: 15px;
    }

    .c-boxTit h3,
    .c-box3 .c-boxTit h3 {
        font-size: 22px;
    }

    .c-boxTit .en-title,
    .c-box3 .c-boxTit .en-title {
        font-size: 14px;
    }

    .c-box {
        padding: 20px 0;
    }

    .cb1-left,
    .cb1-right {
        width: 100%;
    }

    .cb1-right,
    .cb1-right li + li {
        margin: 10px 0 0 0;
    }

    .c-box1 .pic-mask {
        height: 50px !important;
    }

    .c-box1 dl {
        font-size: 14px;
        padding: 0 10px !important;
    }

    .c-box1 dt,
    .c-box1 dd {
        line-height: 22px;
    }

    .c-box2 .search-field {
        height: 44px;
        padding: 0 80px 0 10px;
        font-size: 14px;
    }

    .c-box2 .search-btn {
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        font-size: 16px;
    }

    .c-box2 .search-btn .iconfont {
        font-size: 16px;
        margin-right: 5px;
    }

    .c-box2 .key-words {
        padding: 10px;
    }

    .c-box2 .key-words a {
        padding: 0 5px;
    }

    .c-box2 .enrollment-type {
        margin-top: 10px;
    }

    .c-box2 .enrollment-type li,
    .c-box4 .about-other a,
    .cb5-link li {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .c-box2 .enrollment-type .iconfont,
    .cb5-link li .iconfont {
        font-size: 18px;
        margin-right: 10px;
    }

    .cb5-link li .icon-shouye3 {
        font-size: 16px;
        vertical-align: 0;
    }

    .c-box3 .c-boxTit {
        text-align: center;
    }

    .c-box3 .plan-show,
    .c-box3 .score-show {
        width: 100%;
        padding: 0;
        border: none;
    }

    .c-box3 .score-show {
        margin-top: 30px;
    }

    .c-box3 .hd {
        right: 0;
        top: 5px;
    }

    .c-box3 .plan-list li {
        margin-top: 0;
        height: 41px;
    }

    .c-box3 .plan-list li a {
        padding: 10px 0;
        font-size: 12px;
        line-height: 20px;
    }

    .c-box3 .date {
        font-size: 12px;
    }

    .c-box3 .score-choose select,
    .c-box3 .score-choose:after {
        font-size: 14px;
    }

    .c-box3 .score-list li {
        margin-top: 10px;
    }

    .c-box3 .score-list li a {
        height: 60px;
        padding: 6px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .cb4-tit .summary {
        width: 85%;
        font-size: 12px;
        line-height: 18px;
    }

    .cb4-tit .summary br {
        display: none;
    }

    .cb4-main .about-us .btn-more {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .hide-sm {
        display: none;
    }

    /*header*/

    .toggle-bar {
        top: 50%;
        margin-top: -50px;
    }

    .toggle-bar:before {
        content: "";
        position: absolute;
        top: 20px;
        right: 15px;
        display: block;
        width: 38px;
        height: 33px;
        border-top: 4px solid #0465af;
        border-bottom: 4px solid #0465af;
    }

    .toggle-bar:after {
        content: "";
        position: absolute;
        top: 35px;
        right: 15px;
        display: block;
        width: 38px;
        height: 4px;
        background: #0465af;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .hide-xs {
        display: none;
    }

    .f-contact {
        font-size: 12px;
    }

    .footer .f-contact dd {
        line-height: 22px;
    }
}

@media only screen and (max-width: 560px) {
    .c-box2 .enrollment-type li,
    .cb5-link li {
        width: 100%;
    }

    .c-box2 .enrollment-type li + li,
    .cb5-link li + li {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 450px) {
    .enrollment-code {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
}

/* .header ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
} */

/* lzf add  */
.fz72 {
    font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}
.fz70 {
    font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}
.fz68 {
    font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}
.fz66 {
    font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}
.fz64 {
    font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}
.fz62 {
    font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}
.fz60 {
    font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}
.fz58 {
    font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}
.fz56 {
    font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}
.fz54 {
    font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}
.fz52 {
    font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
    font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}
.fz48 {
    font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}
.fz46 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}
.fz44 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}
.fz42 {
    font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
    font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}
.fz38 {
    font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}
.fz36 {
    font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
    font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}
.fz32 {
    font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}
.fz30 {
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}
.fz28 {
    font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
    font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}
.fz24 {
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}
.fz22 {
    font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}
.fz20 {
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}
.fz18 {
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}
.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}
.fz14 {
    font-size: 14px;
}

.pt {
    padding-top: 40px;
}
.pb {
    padding-bottom: 40px;
}
.ptb {
    padding-top: 40px;
    padding-bottom: 40px;
}

pro-table,
.pro_table {
    overflow-x: auto;
}
.textOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textOverClm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clm2 {
    -webkit-line-clamp: 2;
}
.clm3 {
    -webkit-line-clamp: 3;
}
.clm4 {
    -webkit-line-clamp: 4;
}
.clm5 {
    -webkit-line-clamp: 5;
}
.clm6 {
    -webkit-line-clamp: 6;
}
.clm7 {
    -webkit-line-clamp: 7;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.textHover:hover {
    text-decoration: underline;
}
.btnHover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnHover:hover {
    opacity: 0.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btnHover2 {
    position: relative;
    overflow: hidden;
}
.btnHover2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}

.btnHover2:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.colorf {
    color: #fff !important;
}
.colorfa {
    color: #fafafa !important;
}
.color0 {
    color: #000 !important;
}
.color1 {
    color: #111 !important;
}
.color2 {
    color: #222 !important;
}
.color3 {
    color: #333 !important;
}
.color4 {
    color: #444 !important;
}
.color6 {
    color: #666 !important;
}
.color8 {
    color: #888 !important;
}
.color9 {
    color: #999 !important;
}

.fwb {
    font-weight: bold;
}

.public_text2 {
    line-height: 1.625;
}

.public_text3 {
    line-height: 1.875;
}

.public_text1 img,
.public_text2 img,
.public_text3 img {
    height: auto !important;
}

.public_btn_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.public_btn1 {
    width: 110px;
    height: 40px;
    font-size: 14px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #fff;
    background: var(--hue1);
    border-radius: 5px;
}
.public_btn1 .tt {
    margin-right: 10px;
}
.public_btn1 .icon {
    font-size: 18px;
}

.scroll_btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid var(--hue2);
    background: url(../images/arr_icon2.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll_btn.hover,
.scroll_btn:hover {
    border-color: var(--hue1);
    background: var(--hue1) url(../images/arr_icon2_h.png) no-repeat center
        center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_btn.next {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.scroll_btn2 {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 29px;
    text-align: center;
    color: var(--hue1);
    border-radius: 50%;
    border: 1px solid var(--hue1);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_btn2.hover,
.scroll_btn2:hover {
    color: #fff;
    border-color: var(--hue1);
    background: var(--hue1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sub_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sub_wrap2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sub_wrap3 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sub_wrap4 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.scroll_dots .scroll_dots_bars {
    position: relative;
    padding-top: 25px;
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background: #000;
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active {
    background: var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_dots2 .scroll_dots_bars {
    position: relative;
    padding-top: 25px;
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet-active {
    background: var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* add  header search */
.mobile_search_icon {
    position: absolute;
    top: 0;
    right: 52px;
    z-index: 3;
    display: none;
    width: 40px;
    height: 52px;
    text-align: center;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}
.mobile_search_icon img {
    display: inline-block;
    width: 22px;
    max-width: 100%;
    max-height: 100%;
}

.mobile_search_box {
    position: absolute;
    left: 0;
    top: 51px;
    z-index: 13;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    background: none;
}
.mobile_search_btn_text img {
    display: inline-block;
    width: 18px;
}

/* 部分简介 */
.sub_main_l {
    width: 230px;
}
.sub_main_l_title {
    line-height: clamp(3.125rem, 2.892rem + 0.98vw, 3.75rem);
    padding-left: clamp(1.25rem, 0.901rem + 1.47vw, 2.188rem);
    background: #0068b7;
}
.sub_main_nav {
    background: #f8f8f8;
    padding: clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem)
        clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem)
        clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}
.sub_main_nav a {
    display: block;
    padding: 0 clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
    line-height: 52px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.sub_main_nav a:hover,
.sub_main_nav a.hover {
    color: #f0831e;
}

.sub_main_r {
    width: calc(100% - 230px);
    padding-left: 40px;
}
.sub_main_r_title {
    background: #0068b7;
    padding-left: clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem);
    line-height: clamp(3.125rem, 2.892rem + 0.98vw, 3.75rem);
}

.sub_main_r_con {
    background: #f6f6f6;
    padding: 25px clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem);
}

.sub_main_r_con_tt {
    line-height: 1.6;
    margin-bottom: 20px;
}

.sub_main_r_con_text {
    line-height: 30px;
}

/* 岗位职责 */
.sub_main_gwze_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sub_main_gwze_list_item {
    width: 48%;
}
.sub_main_gwze_list_item:last-child {
    margin-bottom: 0;
}
.sub_main_gwze_list_item_title {
    margin-bottom: clamp(0.938rem, 0.775rem + 0.69vw, 1.375rem);
}

.sub_main_gwze_list_con_clm {
    margin-bottom: clamp(1.25rem, 0.854rem + 1.67vw, 2.313rem);
}
.sub_main_gwze_list_con_clm_title {
    width: 180px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    background: #0068b7;
}
.sub_main_gwze_list_con_con {
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: clamp(0.875rem, 0.689rem + 0.78vw, 1.375rem) 15px;
}
.sub_main_gwze_list_con_con .item {
    margin-bottom: 10px;
}
.sub_main_gwze_list_con_con .item:last-child {
    margin-bottom: 0;
}
.sub_main_gwze_list_con_con .tt {
    font-weight: bold;
}
.sub_main_gwze_list_con_con .text {
    padding-left: 23px;
}
.sub_main_gwze_list_con_con .text a:hover {
    color: #0068b7;
}

/* 招生简章 */
.zsjz_list1 dd {
}
.zsjz_list1 dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #666;
    height: clamp(3.125rem, 2.892rem + 0.98vw, 3.75rem);
    border-bottom: 1px solid #d2d2d2;
}
.zsjz_list1 dd a .tt {
    width: calc(100% - 90px);
}
.zsjz_list1 dd a .time {
    width: 90px;
}
.zsjz_list1 dd a:hover {
    color: #f0831e;
    border-color: #f0831e;
}

.page_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 30px 0 10px;
    font-size: 14px;
}

.page_box a {
    font-size: 14px;
    padding: 4px 10px;
    color: #333;
    border: 1px solid #999;
    margin: 0 5px;
}
.page_box a.hover,
.page_box a:hover {
    color: #fff;
    background: #0f69ab;
    border-color: #0f69ab;
}
.page_box_text {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #999;
    margin: 0 3px;
    background: none;
}

/* location */
.location {
    padding: clamp(0.75rem, 0.564rem + 0.78vw, 1.25rem) 0;
    font-size: 14px;
    color: #666;
}
.location .wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.location .icon {
    width: 20px;
    height: 20px;
    background: url(../images/location_icon.png) no-repeat center center;
    margin-right: 6px;
}
.location a {
    color: #666;
    margin: 0 3px;
}
.location a.hover {
    color: #f0831e;
}

.news_det_title1 {
    margin-bottom: clamp(1rem, 0.814rem + 0.78vw, 1.5rem);
}

.news_det_sm {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}
.news_det_sm2 {
    position: relative;
}
.news_det_sm2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 99vw;
    height: 1px;
    background: #d5d8da;
    transform: translate(-50%, 0);
}
.news_det_sm .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin: 0 clamp(0.5rem, 0.104rem + 1.67vw, 1.563rem);
}
.news_det_sm .item .icon {
    width: 20px;
    height: 15px;
    background: url(../images/det_view_icon.png) no-repeat center center;
    margin-right: 7px;
}
.news_det_table table {
    width: 100%;
}
.news_det_table table tr td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #666;
    height: clamp(2.5rem, 2.267rem + 0.98vw, 3.125rem);
    border: 1px solid #ededed;
}
.news_det_table table tr:nth-child(odd) {
    background: #f5f5f5;
}
.news_det_table table tr:first-child {
    background: #f0831e;
}
.news_det_table table tr:first-child td {
    color: #fff;
}

.news_det_con_box {
    padding: 20px 0;
}
.news_det_con {
    line-height: 36px;
    color: #666;
}
.news_det_con_box table{margin:0 auto;}
/* contact */
.contact_box1 {
    background: #fff;
    padding: 10px clamp(0.938rem, -0.11rem + 4.41vw, 3.75rem);
    margin-bottom: clamp(1.25rem, 0.551rem + 2.94vw, 3.125rem);
}
.contact_box1_title {
    color: #0068b7;
    padding: 12px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.contact_box1_con {
    padding: clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem) 0;
}

.contact_box1_l {
    width: 60%;
}
.contact_box1_l_list dd {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: clamp(0.313rem, 0.126rem + 0.78vw, 0.813rem) 0;
    line-height: 30px;
    color: #333;
}
.contact_box1_l_list dd .tt a {
    color: #333;
}
.contact_box1_l_list dd .tt a:hover {
    color: #0068b7;
}
.contact_box1_l_list dd .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 30px;
    height: 30px;
}
.contact_box1_l_list dd .tt {
    width: calc(100% - 30px);
    padding-left: 12px;
}

.contact_box1_r {
    width: 35%;
}
.contact_box1_r_clm .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 10px;
}
.contact_box1_r_clm .item:last-child {
    margin-bottom: 0;
}
.contact_box1_r_clm .item .pic {
    width: 124px;
}
.contact_box1_r_clm .item .tt {
    width: calc(100% - 124px);
    padding-left: 15px;
    line-height: 1.5;
}

.contact_box2 {
    overflow: hidden;
    padding-bottom: 40px;
}
.contact_box2_item {
    margin-bottom: clamp(1.25rem, 0.551rem + 2.94vw, 3.125rem);
}
.contact_box2_map img {
    display: block;
}

.contact_box2_item_title {
    margin-bottom: clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem);
}
.contact_box2_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.contact_box2_list .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem);
}
.contact_box2_list .item .item_l {
    width: 60px;
}
.contact_box2_list .item .item_l .icon {
    width: 100%;
    height: 50px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.contact_box2_list .item .item_l .icon img {
    width: 60px;
    height: auto;
    max-height: none;
}

.contact_box2_list .item .item_r {
    width: calc(100% - 60px);
    line-height: 30px;
    padding-left: clamp(0.625rem, 0.276rem + 1.47vw, 1.563rem);
}

.contact_box2_list .item.item1 {
    width: 30%;
}
.contact_box2_list .item.item2 {
    width: 40%;
}
.contact_box2_list .item:nth-child(1) {
    background: #72b630;
}
.contact_box2_list .item:nth-child(2) {
    background: #1596d1;
}
.contact_box2_list .item:nth-child(3) {
    background: #ea8109;
}

.contact_page {
    margin-bottom: -80px;
}

/* 成在中原科技 */
.czzy_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.czzy_list1 dd {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 18px 0;
}
.czzy_list1 dd a {
    display: block;
}
.czzy_list1 dd a .pic {
    overflow: hidden;
}
.czzy_list1 dd a .pic img {
    display: block;
    width: 100%;
}
.czzy_list1 dd a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}
.czzy_list1 dd a .tt {
    padding: 14px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.czzy_list1 dd a:hover .tt {
    color: #ea8109;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* 名师教授 */
.msjs_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.msjs_list1 dd {
    width: 46%;
    margin-bottom: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}
.msjs_list1 dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.msjs_list1 dd a .pic {
    width: 129px;
    overflow: hidden;
}
.msjs_list1 dd a .pic img {
    display: block;
}
.msjs_list1 dd a .con {
    width: calc(100% - 129px);
    line-height: 2;
    padding-left: clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem);
}
.msjs_list1 dd a .con .name {
    padding: 5px 0;
}
.msjs_list1 dd a .con .text {
    padding: 0 0 15px;
}
.msjs_list1 dd a .con .btn {
    padding: 18px 0 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border-top: 1px solid #d2d2d2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.msjs_list1 dd a .con .btn .icon {
    width: 13px;
    height: 10px;
    background: url(../images/arr_icon5.png) no-repeat center center / 100% auto;
    margin-left: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.msjs_list1 dd a:hover .btn {
    color: #ea8109;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.msjs_list1 dd a:hover .btn .icon {
    background: url(../images/arr_icon5_h3.png) no-repeat center center / 100%
        auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.msjs_list1 dd a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

/* 名师内容页 */
.ms_det_l {
    width: 130px;
}
.ms_det_r {
    width: calc(100% - 130px);
    padding-left: clamp(0.625rem, -0.027rem + 2.75vw, 2.375rem);
}
.ms_det_r_tt {
    margin-bottom: clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
}
.ms_det_r_tt2 {
    margin-bottom: 10px;
}
.ms_det_r_tt2,
.ms_det_r_text {
    line-height: 2;
}

.page_box  .s2 {border:1px solid #0f69ab;color:#fff; background-color:#0f69ab; }