        * {
            padding: 0;
            margin: 0;
        }
        
        a {
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: none;
        }
        
        li,
        ul {
            list-style: none;
        }
        
        button {
            border: 0;
            outline: 0;
        }
        
        em,
        i {
            font-style: normal;
            display: block;
        }
        
        body {
            background-color: #f9f9f9;
            font-family: 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif !important;
            min-width: 1400px;
        }
        
        .transfrom {
            transform: translateX(-300%);
            opacity: 0;
        }
        
        .transfromX {
            transform: translateX(0);
            opacity: 1;
            transition: 1.5s
        }
        
        .fixed {
            position: fixed;
            top: 45%;
            right: 20px;
            width: 50px;
            z-index: 10;
            text-align: center;
            height: 188px;
            background-color: #fff;
            box-shadow: 0 0 6px #e2e2e2;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        .fixed a:nth-child(2) {
            position: relative;
            z-index: 9999;
            background-color: #fff;
            /* overflow: hidden; */
        }
        
        .fixed a:nth-child(2) div {
            position: absolute;
            top: 0;
            /* left: -202px; */
            right: 55px;
            /* width: 193px; */
            width: 0;
            height: 50px;
            z-index: -1000;
            opacity: 0;
            /* transition: all 0.8s; */
            background-image: url("../img/telleft.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            text-align: center;
            box-shadow: 0 0 6px #e2e2e2;
        }
        
        .fixed a:nth-child(2) div p {
            line-height: 50px;
            font-size: 16px;
            font-family: MicrosoftYaHei;
            font-weight: 400;
            color: rgba(34, 34, 34, 1);
        }
        
        .header_box {
            width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        .header_box .header {
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            position: fixed;
            z-index: 10;
        }
        
        .header_box .header .logo img {
            width: 176px;
            height: 52px;
        }
        
        .header_box .header .head_ul {
            width: 766px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0;
        }
        
        .header_box .header .head_ul li {
            overflow: hidden;
        }
        
        .header_box .header .head_ul .liselect {
            border-bottom: 3px solid #fff;
        }
        
        .header_box .header .head_ul li div {
            background-color: #fff;
            width: 0;
            height: 3px;
            margin: 0 auto;
            /* margin-top: 5px; */
            transition: width .5s;
            -webkit-transition: width .5s;
        }
        
        .header_box .header .head_ul li:hover div {
            width: 100%;
            transition: width .5s;
            -webkit-transition: width .5s;
        }
        
        .header_box .header .head_ul li a {
            color: #fff;
            font-size: 18px;
        }
        
        .header_box .header .call a {
            color: #fff;
            font-size: 16px
        }
        
        .header_box .header .call a img {
            margin-right: 10px;
        }
        
        .header_box .nav2 {
            height: 90px;
            background: #0364b7;
        }
        
        .header_box .nav_hot {
            height: 90px;
            background: #ffffff;
            box-shadow: 0 6px 6px #eeeeee;
        }
        
        .header_box .nav_hot .head_ul {
            width: 766px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .header_box .nav_hot .head_ul li a {
            color: #111;
            font-size: 16px;
        }
        
        .header_box .nav_hot .call a {
            color: #036eb7;
            font-size: 18px;
        }
        
        .header_box .nav_hot .call a img {
            margin-right: 10px;
        }
        
        .fixnav {
            position: fixed;
            top: 0;
            left: 0;
        }
        
        .banner {
            position: relative;
            text-align: center;
        }
        
        .banner .bgu {
            width: 100%;
            height: 871px;
            position: absolute;
            left: 0;
            z-index: -1;
            /* object-fit: cover; */
        }
        /*@media(max-width: 1400px){
  .banner .bgu {
    width: 100%;
    height: 789px;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .banner .logo img {
    margin-top: 260px;
  }
}*/
        
        .banner .logo img {
            margin-top: 350px;
        }
        
        .banner .logo .school {
            margin-top: 350px;
            display: inline-block;
            font-size: 46px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 0;
            letter-spacing: 2px;
        }
        
        .banner .logo h2 {
            color: #fff;
            font-size: 28px;
            letter-spacing: 2px;
        }
        
        .banner .logo #box {
            width: 338px;
            margin: 30px auto;
            font-family: 'Microsoft YaHei';
            font-size: 14px;
            margin-top: 266px;
            overflow: hidden;
        }
        
        .banner .logo #box input {
            width: 280px;
            border: 1px solid #e2e2e2;
            height: 40px;
            float: left;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            background-repeat: no-repeat;
            background-size: 25px;
            background-position: 5px center;
            padding: 0 0 0 16px;
            outline: 0;
            border: 0;
        }
        
        .banner .logo #box #search {
            width: 58px;
            height: 40px;
            float: right;
            background: white;
            color: white;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            border: 0;
        }
        
        .banner .logo #box #search img {
            margin-top: 0;
        }
        
        .banner p {
            font-size: 20px;
            margin-top: 50px;
            color: #fff;
            line-height: 36px;
        }
        
        .banner button {
            width: 156px;
            height: 50px;
            margin-top: 20px;
            margin-bottom: 100px;
            background-color: #fff;
            color: #333333;
        }
        
        .banner button a {
            color: black;
        }
        
        .subject {
            width: 1200px;
            margin: 80px auto 120px;
        }
        
        .subject .sbt_ul {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        
        .subject .sbt_ul .su_li {
            width: 280px;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child {
            width: 100%;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li {
            font-size: 16px;
            height: 42px;
            line-height: 42px;
            letter-spacing: 1px;
            background-color: #fff;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li a {
            color: black;
            padding-left: 10px;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li:nth-child(1) {
            height: 60px;
            background-color: #036eb7;
            font-size: 20px;
            line-height: 70px;
            position: relative;
            letter-spacing: 1px;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li:nth-child(1) a {
            color: #fff;
            display: block;
            height: 60px;
            display: flex;
            justify-content: center;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li:nth-child(1) a h1 {
            height: 55px;
            margin: 5px 0 0;
            font-size: 40px;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li:nth-child(1) a span {
            display: block;
            line-height: 70px;
        }
        
        .subject .sbt_ul .su_li .sbt_ul_child li:nth-child(1) h5 {
            position: absolute;
            color: #fff;
            top: 0;
            left: 135px;
            font-size: 12px;
        }
        
        #tabs {
            overflow: hidden;
            width: 1200px;
            margin: 0 auto;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: space-around;
        }
        
        #tabs li {
            float: left;
            width: 132px;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }
        
        #tabs a {
            position: relative;
            display: block;
            width: 100%;
            float: left;
            font-size: 24px;
            text-decoration: none;
            color: #fff;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
            -webkit-border-radius: 5px 0 0 0;
            -moz-border-radius: 5px 0 0 0;
            border-radius: 5px 0 0 0;
        }
        
        #tabs a:focus,
        #tabs a:focus::after,
        #tabs a:hover,
        #tabs a:hover::after {
            border-bottom: 2 solid #000;
        }
        
        #tabs a:focus {
            outline: 0;
        }
        
        #tabs #current,
        #tabs #current a::after {
            z-index: 3;
            color: #fff;
            border-bottom: 3px solid #fff;
        }
        
        #content {
            background-color: rgba(3, 110, 183, 0.6);
            padding: 2em;
            width: 1200px;
            margin: 50px auto;
            position: relative;
            z-index: 2;
        }
        
        .apply_now {
            width: 100%;
            height: 1030px;
            background: url("../img/tu1.png") no-repeat;
            background-size: cover;
            overflow: hidden;
        }
        
        .apply_now h1 {
            font-size: 46px;
            text-align: center;
            color: #fff;
            margin-top: 120px;
            letter-spacing: 8px;
        }
        
        .apply_now h2 {
            color: #fff;
            text-align: center;
            margin-bottom: 80px;
        }
        
        .apply_now h2:after {
            content: "";
            width: 50px;
            height: 6px;
            display: block;
            background-color: #fff;
            margin: 30px auto;
        }
        
        .apply_now #content {
            width: 1200px;
          	height:500px;
            margin: 50px auto;
        }
        
        .apply_now #content h4 {
            width: 136px;
            height: 36px;
            line-height: 36px;
            margin: 0 auto;
            border-bottom: 1px solid #fff;
            text-align: center;
            color: #fff;
        }
        
        .apply_now #content h5 {
            /*width: 136px;*/
            height: 36px;
            line-height: 36px;
            margin: 0 auto;
            text-align: center;
            color: #fff;
        }
        .apply_now #content .boxscoll{
            width: 960px;
             height: 200px;
             display: block !important;
             margin: 30px auto;
            overflow-x: hidden;
            overflow-y: auto;
        }
        .apply_now #content p {
            width: 960px;
                /* height: 200px; */
           text-indent: 2rem;
            font-size: 16px;
            color: #fff;
            line-height: 34px;
             /* overflow-x: hidden;
            overflow-y: auto; */
        }
        .apply_now #content .boxscoll::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 4px;
            /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
        .apply_now #content .boxscoll::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background:#fff;
        }
        .apply_now #content .boxscoll::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            border-radius: 0;
            background: rgba(0, 0, 0, 0.1);
        }
        .apply_now #content a {
            width: 200px;
            height: 60px;
            border-radius: 10px;
            display: block;
            margin: 40px auto;
            background-color: #fff;
            color: #005D9C;
            text-align: center;
            line-height: 60px;
            font-size: 24px;
            outline: none;
                position: absolute;
    bottom: 15px;
    left: 43%;
        }
        /* .apply_now #content button a{
            width: 200px;
            height: 60px;
            outline: none;
        } */
        
        .serve {
            margin: 100px auto;
            text-align: center;
        }
        
        .serve h1 {
            font-size: 46px;
            color: #000;
            letter-spacing: 2px;
        }
        
        .serve h2 {
            color: #000;
        }
        
        .serve hr {
            width: 46px;
            height: 4px;
            background-color: #036eb7;
            margin: 30px auto 66px;
        }
        
        .serve .table {
            width: 1326px;
            margin: 0 auto;
        }
        
        .serve .table tr {
            display: flex;
            justify-content: space-between;
        }
        
        .serve .table tr td {
            width: 200px;
            display: block;
            border-top: 0;
            font-size: 14px;
            padding: 2px
        }
        
        .serve .table tr:nth-child(1) {
            height: 40px;
        }
        
        .serve .table tr:nth-child(1) td {
            font-weight: bold;
            font-size: 16px;
        }
        
        .serve img {
            margin: 30px auto;
        }
        
        .ae_ment {
            width: 100%;
            height: 968px;
            background: url(../img/icon_5.png) no-repeat;
            background-size: cover;
            overflow: hidden;
        }
        
        .ae_ment .amt_item {
            width: 1200px;
            margin: 100px auto;
        }
        
        .ae_ment .amt_item h1 {
            font-size: 46px;
            color: #fff;
            text-align: center;
            letter-spacing: 10px;
        }
        
        .ae_ment .amt_item h2 {
            color: #fff;
            text-align: center;
        }
        
        .ae_ment .amt_item hr {
            width: 46px;
            height: 4px;
            background-color: #fff;
            margin: 30px auto 66px;
        }
        
        .ae_ment .amt_item form {
            width: 100%;
            background-color: #fff;
            /* overflow: hidden; */
            padding-bottom: 30px;
            box-shadow: 0 0 6px #999999da;
        }
        
        .ae_ment .amt_item form h4 {
            font-weight: bold;
            margin-left: 22px;
            padding-top: 40px;
            margin-bottom: 20px;
        }
        
        .ae_ment .amt_item form .form_item {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        
        .ae_ment .amt_item form .form_item select {
            width: 270px;
            height: 46px;
            margin: 0 6px 20px 20px;
            border: 1px solid #cccccc;
            color: #737373;
            outline: none;
            padding-left: 10px;
        }
        
        .ae_ment .amt_item form .form_item input {
            width: 210px;
            height: 46px;
            margin: 0 6px 20px 20px;
            border: 1px solid #cccccc;
            color: #000;
            outline: none;
            padding-left: 10px;
        }
        
        .ae_ment .amt_item form #btn {
            width: 260px;
            height: 46px;
            display: block;
            margin: 10px auto;
            background-color: #036eb7;
            font-size: 18px;
            color: #fff;
            border-radius: 5px;
            letter-spacing: 2px;
            border: 0;
            outline: 0;
        }
        
        .ae_ment .amt_item form p {
            text-align: center;
            font-size: 14px;
            margin-bottom: 30px;
        }
        
        .ae_ment .amt_item form p #num {
            font-size: 20px;
            color: #036eb7;
            border: 0;
            /* width: 60px; */
            padding-left: 8px;
            padding-right: 8px;
            text-align: center;
        }
        
        .comment {
            width: 1200px;
            margin: 100px auto;
        }
        
        .comment h1 {
            font-size: 46px;
            color: #000;
            letter-spacing: 2px;
            text-align: center;
        }
        
        .comment h2 {
            color: #000;
            text-align: center;
        }
        
        .comment hr {
            width: 46px;
            height: 4px;
            background-color: #036eb7;
            margin: 30px auto 66px;
        }
        
        .comment .owl-carousel .item a {
            color: #000;
        }
        
        .comment .owl-carousel .item a .tx_img {
            width: 270px;
            height: 270px;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #eeeeee;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .comment .owl-carousel .item a .tx_img img {
            width: 246px;
            height: 246px;
            border-radius: 50%;
        }
        
        .comment .owl-carousel .item a hr {
            height: 1px;
            width: 30px;
            margin: 20px auto;
        }
        
        .comment .owl-carousel .item a b {
            font-size: 18px;
            display: block;
            text-align: center;
        }
        
        .comment .owl-carousel .item a h5 {
            text-align: center;
        }
        
        .comment .owl-carousel .item a p {
            width: 196px;
            margin: 0 auto !important;
            font-size: 14px;
            line-height: 25px;
            color: #504D4E;
            letter-spacing: 1px;
        }
        
        .owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: 10px;
            display: none;
        }
        
        .cooperat {
            width: 100%;
            background-color: #fff;
            overflow: hidden;
        }
        
        .cooperat .cpt_item {
            width: 1200px;
            margin: 100px auto;
        }
        
        .cooperat .cpt_item h1 {
            font-size: 46px;
            color: #000;
            letter-spacing: 2px;
            text-align: center;
        }
        
        .cooperat .cpt_item h2 {
            color: #000;
            text-align: center;
        }
        
        .cooperat .cpt_item hr {
            width: 46px;
            height: 4px;
            background-color: #036eb7;
            margin: 30px auto 66px;
        }
        
        .cooperat .cpt_child {
            display: flex;
            /*justify-content: space-between;*/
            flex-wrap: wrap;
        }
        
        .cooperat .cpt_child a {
            display: block;
            width: 180px;
            height: 90px;
            background-color: #f9f9f9;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .cooperat .cpt_child a img {
            width: 160px;
            height: 88px;
            margin-right: 15px;
        }
        
        .footer {
            width: 100%;
            background-color: #036eb7;
            overflow: hidden;
        }
        
        .footer .table {
            width: 880px;
            margin: 50px auto;
        }
        
        .footer .table tr td {
            color: #fff;
            border-top: 0;
            position: relative;
            height: 46px;
            padding-top: 0;
            padding-bottom: 0;
        }
        
        .footer .table tr td img:nth-child(1) {
            /* position: absolute; */
            /* top: -10px;
    left: 15px; */
            /* width: 46px;
    height: 46px;
    transition: .8s; */
        }
        /* .footer .table tr td img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 46px;
} */
        /* 
.footer .table tr td img:nth-child(3) {
    position: absolute;
    top: 44px;
    left: 10px;
    height: 124px;
    opacity: 0;
    z-index: 999;
} */
        
        .footer .table tr td a {
            color: #fff;
            transition: 0.8s;
            font-size: 14px;
        }
        
        .footer .table tr td a:hover {
            font-size: 16px
        }
        
        .footer .table tr td:first-child {
            width: 410px;
        }
        
        .footer .table tr td:nth-child(2) {
            width: 320px;
            height: 34px;
        }
        
        .footer .table tr .center {
            text-align: center;
        }
        
        .footer .table tr:first-child {
            height: 50px;
            line-height: 50px;
        }
        
        .footer .table tr:first-child td {
            font-size: 18px;
            text-indent: -0.5em;
        }
        
        .footer .table tr:first-child td span {
            display: inline-block;
            height: 20px;
            width: 4px;
            background-color: #fff;
        }
        
        .footer p {
            width: 100%;
            height: 80px;
            line-height: 80px;
            text-align: center;
            margin: 0;
            background-color: #005d9c;
            color: #fff;
        }
        
        .footimg {
            overflow: hidden;
        }
        
        .footimg div {
            width: 46px;
            height: 46px;
            text-align: center;
            background-color: #005ca2;
            border-radius: 50%;
            float: left;
            margin-right: 20px;
            transition: .8s
        }
        
        .footimg {
            position: relative;
        }
        
        .footimg div img {
            display: inline-block;
            width: 26px;
            height: 22px;
            margin-top: 12px;
        }
        /* #tdimg3 {
    position: fixed;
    bottom: 110px;
    left: 972px;
    height: 124px;
    width: 124px;
    /* opacity: 0; */
        
        .footimg div:nth-child(1):hover {
            background-color: rgb(3, 145, 3);
        }
        
        .footimg div:nth-child(2):hover {
            background-color: rgb(245, 71, 2);
        }
        
        .tdimg1 #tdimg3 {
            opacity: 1;
        }
        
        #women {
            position: relative;
        }
        
        #women #tdimg3 {
            position: absolute;
            left: 0;
            top: 102px;
            height: 124px;
            width: 124px;
            display: none;
        }
        
        .loginbox {
            box-shadow: 0 0 6px #7e7c7c;
            background-color: #fff;
            width: 440px;
            height: 370px;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            display: none;
        }
        
        .loginbox .login {
            width: 312px;
            margin: 0 auto;
        }
        
        .loginbox span {
            display: inline-block;
            position: absolute;
            right: 14px;
            top: 14px;
            color: #0062b2;
            font-size: 24px;
            cursor: pointer;
        }
        
        .loginbox .login h1 {
            font-size: 18px;
            font-weight: normal;
            border-bottom: 3px solid #d8d8d8;
            text-align: center;
            padding-bottom: 12px;
        }
        
        .loginbox .login div {
            margin-top: 24px;
        }
        
        .loginbox .login div p label {
            color: #3e3e3e;
            font-size: 16px;
            line-height: 41px;
        }
        
        .loginbox .login div p input {
            width: 100%;
            height: 37px;
            border: 2px solid #e7e7e7;
            border-radius: 3px;
            padding-left: 16px;
        }
        
        .loginbox .login button {
            width: 100%;
            border-radius: 4px;
            background-color: #036db7;
            height: 48px;
            color: #fff;
            margin-top: 20px;
            font-size: 16px
        }
        
        .loginbox .login button a {
            color: #fff;
        }
        
        .xhuanuebox {
            position: relative;
        }
        
        .zhuanyeselect {
            position: absolute;
            left: 20px;
            top: 46px;
            display: none;
        }
        
        .zhuanyeselect .jiantou {
            border: 6px solid #036db7;
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #036db7;
            width: 12px;
            /* height: 6px; */
            /* background-color: rgb(223, 49, 49); */
            /* box-shadow: 0 0 6px rgba(0, 0, 0, .514); */
        }
        
        .zhuanyeselect .ulli1 {
            width: 150px;
            position: relative;
            background-color: #fff;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.514);
        }
        
        .zhuanyeselect .ulli1 li {
            overflow: hidden;
            line-height: 34px;
            padding-left: 20px;
            transition: 0.5s
        }
        
        #select_p {
            width: 150px !important;
            margin: 0;
        }
        
        .zhuanyeselect .ulli2 {
            position: absolute;
            background-color: #fff;
            width: 200px;
            top: 12px;
            left: 151px;
            z-index: 999;
        }
        
        .zhuanyeselect .ulli1 li:hover {
            background-color: #067cca;
            color: #fff
        }
        
        .zhuanyeselect .ulli1 li span {
            display: inline-block;
            float: left;
        }
        
        .zhuanyeselect .ulli2 li {
            overflow: hidden;
            line-height: 34px;
            padding-left: 20px;
            transition: 0.5s
        }
        
        .zhuanyeselect .ulli2 li:hover {
            background-color: #067cca;
            color: #fff
        }
        
        .zhuanyeselect .ulli2 li span {
            display: inline-block;
            float: left;
        }
        
        .xiazia {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 712px;
            background-color: #fff;
            width: 1200px;
            height: 148px;
            overflow: hidden;
        }
        
        .xiazia .numdiv {
            float: left;
            width: 118px
        }
        
        .xiazia .numdiv p:nth-child(1) {
            width: 40px;
            line-height: 40px !important;
            border-radius: 50%;
            margin: 0 auto;
            background-color: #197AE5
        }
        
        .xiazia .numdiv p:nth-child(2) {
            color: #197AE5 !important;
            text-align: center;
            font-size: 14px;
            margin-top: 14px !important;
            line-height: 28px !important;
        }
        
        .xaizaicolor {
            color: #333333 !important;
        }