    * {
        margin: 0;
        padding: 0;
    }
    
    body,
    ul,
    ol,
    li,
    p,
    span,
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    fieldset,
    table,
    td,
    img,
    div,
    tr,
    dl,
    dd,
    select,
    option,
    input {
        margin: 0;
        padding: 0;
    }
    
    body {
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none !important;
    }
    
    input,
    textarea {
        outline: none;
    }
    
    video {
        width: 100%;
    }
    
    .menu-nav {
        transition: all .3s;
    }
    
    .border-none {
        border: none !important;
    }
    
    .block {
        display: block;
    }
    
    .none {
        display: none !important;
    }
    
    .xs-show {
        display: none !important;
    }
    
    .no-margin {
        margin: 0;
    }
    
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    
    .wrap2 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    
    .wrap {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0;
    }
    
    .cor-md-1 {
        width: 100% !important;
    }
    
    .cor-md-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }
    
    .cor-md-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }
    
    .cor-md-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }
    
    .cor-md-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }
    
    .cor-md-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }
    
    .padding-0 {
        padding: 0 !important;
    }
    
    .margin-0 {
        margin: 0 !important;
    }
    
    .flex {
        display: flex;
        flex-wrap: wrap;
    }
    
    .justify-content-between {
        justify-content: space-between;
    }
    
    .justify-content-center {
        justify-content: center;
    }
    
    .justify-content-around {
        justify-content: space-around;
    }
    
    .justify-content-start {
        justify-content: flex-start;
    }
    
    .justify-content-end {
        justify-content: flex-end;
    }
    
    .align-items-center {
        align-items: center;
    }
    
    .align-items-start {
        align-items: flex-start;
    }
    
    .align-items-end {
        align-items: flex-end;
    }
    
    .align-items-baseline {
        align-items: baseline;
    }
    
    .align-items-stretch {
        align-items: stretch;
    }
    
    .no-wrap {
        flex-wrap: nowrap;
    }
    
    .text-indent {
        text-indent: 2em;
    }
    
    .wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    
    .enlarge,
    .shadow,
    .up,
    .rotate {
        transition: all .8s !important;
    }
    
    .enlarge:hover {
        transform: scale(1.1);
    }
    
    .up:hover {
        transform: translateY(-10px);
    }
    
    .shadow:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 5px #999;
    }
    
    .shadow:hover .img {
        transform: scale(1.1);
    }
    
    .shadow:hover .pro-img {
        transform: scale(1.1);
    }
    
    ul li:hover .rotate {
        transform: rotateY(360deg);
    }
    
    .img-box {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 100%
    }
    
    .img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all .6s;
    }
    
    img {
        max-width: 100%;
    }
    
    ul li {
        list-style-type: none;
    }
    
    header {
        width: 100%;
        transition: top .3s;
        background-color: #fff;
        position: relative;
        left: 0;
        top: 0;
        z-index: 99999;
        border: 1px solid #eee;
    }
    
    header>.wrap {
        max-width: 100%;
    }
    
    header.active {
        top: 0;
    }
    
    header .logo {
        width: 39%;
        padding-left: 48px;
    }
    
    header .dianhua {
        width: 18%;
        line-height: 60px;
        background-color: #007dbf;
        text-align: center;
        top: 100%;
        right: 0;
        position: absolute;
        color: #fff;
        font-size: 18px;
        z-index: 999;
        display: none;
    }
    
    .list-unstyled {
        display: flex;
        justify-content: space-between;
        width: 48%;
    }
    
    .list-unstyled>li {
        width: calc(100%/6);
        text-align: center;
        position: relative;
    }
    
    .list-unstyled>li>a {
        font-family: 微软雅黑;
        font-size: 16px;
        color: #222222;
        font-style: "Regular";
        background-color: rgba(0, 0, 0, 0);
        display: inline-block;
        text-align: center;
        line-height: 78px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .list-unstyled>.li-red>a {
        color: #007dbf;
        font-weight: bold;
    }
    
    .list-unstyled>li:hover>a {
        color: #007dbf;
        font-weight: bold;
    }
    
    header .tb a {
        width: 99px;
        line-height: 78px;
        background-color: #007dbf;
        display: block;
        text-align: center;
    }
    
    header .tb a:nth-child(2) {
        background-color: #0084c4;
    }
    
    header .tb a:hover {
        background-color: #333;
    }
    
    .hover-ul {
        width: 100%;
        background-color: #fff;
        position: absolute;
        z-index: 999;
        left: 50%;
        transform: translate(-50%, 0);
        border: 1px solid #eee;
        display: none;
    }
    
    .hover-ul>li {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        border: 1px solid transparent;
    }
    
    .hover-ul>li>a {
        text-align: center;
        color: #333;
        font-size: 14px;
        line-height: 32px;
        width: 100%;
        display: block;
        padding: 0 7px;
    }
    
    .hover-ul>li>a:hover {
        background-color: #007dbf;
        color: #fff;
    }
    
    .phone {
        width: 100%;
        background-color: #fff;
        display: none;
    }
    
    .phone-ul-img {
        width: 330px;
        height: 100px;
    }
    
    .phone-nav #span1 {
        position: relative;
        transition: all .2s;
    }
    
    .phone-nav #span2 {
        position: relative;
        transition: all .3s;
    }
    
    .phone-flex {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
    }
    /* .phone-nav {
    margin-top: 6px;
} */
    
    .phone-text {
        color: #007dbf;
        font-size: 20px;
        font-weight: bold;
    }
    
    .phone-ul {
        position: absolute;
        right: 0;
        z-index: 10;
        display: none;
        width: 40%;
        text-align: center;
        z-index: 9999999;
        box-shadow: 0 0 8px #bebec0;
        background-color: rgba(255, 255, 255, .9);
    }
    
    .phone-ul li {
        width: 94%;
        margin: 0 auto;
        border-bottom: 1px solid #eee;
        line-height: 36px;
        color: #000;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .phone-ul li a {
        color: #000;
        text-decoration: none !important;
        font-size: 14px;
        display: block;
        width: 100%;
    }
    
    .phone-ul li:hover {
        background-color: #007dbf;
        color: ivory;
    }
    
    .phone-ul li:hover a {
        color: #fff;
    }
    
    .phone span {
        display: block;
        width: 21px;
        height: 7px;
        border-bottom: 3px solid #007dbf;
    }
    
    .hot {
        width: 100%;
        height: 64px;
        background: #007dbf;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999999;
        border-top: solid 2px #fff;
    }
    
    .hot .row div a {
        display: block;
        color: #fff;
        padding: 11px 0;
    }
    
    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
    
    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }
    
    .view-wecht-icon {
        position: relative;
    }
    
    .view-wecht-icon a {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        background: #191919;
    }
    
    .view-wecht-icon button {
        position: relative;
        z-index: 2;
        padding: 0;
        width: 100%;
        height: 100%;
        border: none;
        background: none;
    }
    
    .view-wecht-icon input {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
    
    .view-wecht-box {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999999999999;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        display: none;
    }
    
    .view-wecht-box .view-wecht {
        position: absolute;
        left: 5%;
        right: 5%;
        top: 50%;
        margin-top: -150px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        transform: scale(1.2);
        transition: all 0.3s;
    }
    
    .view-wecht-box .view-wecht .view-wecht-container {
        padding: 30px;
        font-size: 12px;
    }
    
    .view-wecht-box .view-wecht .view-wecht-container .mc {
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
        line-height: 24px;
        font-weight: bold;
    }
    
    .view-wecht-box .view-wecht .view-wecht-container .textbox {
        margin-bottom: 15px;
        font-size: 12px;
        color: #333;
        line-height: 18px;
    }
    
    .view-wecht-box .view-wecht .view-wecht-container .textbox span {
        font-family: 'Impact';
        font-size: 14px;
    }
    
    .view-wecht-box .view-wecht .view-wecht-container .queren {
        margin: 0 auto;
        width: 130px;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        background: #ea142d;
        border-radius: 5px;
    }
    
    .view-wecht-box .view-wecht .view-wecht-container img {
        display: block;
        max-width: 150px;
        margin: 2% auto;
    }
    
    .view-wecht-box.active {
        visibility: visible;
        opacity: 1;
    }
    
    .haoma {
        width: 100%;
        background-color: #f5f5f5;
        position: fixed;
        left: 0;
        bottom: 62px;
        z-index: 999999;
        overflow: hidden;
        display: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    
    .haoma a,
    .haoma .quxiao {
        display: block;
        background-color: #fff;
        line-height: 44px;
        color: #333;
        text-align: center;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
    }
    
    .haoma .quxiao {
        margin-top: 6px;
        border-top: 1px solid #ddd;
    }
    
    .haoma .quxiao:hover,
    .haoma a:hover {
        background: #ddd;
    }
    
    .foot-bbj {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 999;
    }
    
    .big-banner {
        position: relative;
        z-index: 9;
    }
    
    .big-banner .banner1-phone {
        display: none;
    }
    
    .big-banner .swiper-button-prev {
        background: url(../images/index-09038_03.png) no-repeat center center;
        outline: none;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, .6);
        border-radius: 50%;
    }
    
    .big-banner .swiper-button-next {
        width: 50px;
        height: 50px;
        background: url(../images/index-09038_03.png) no-repeat center center;
        outline: none;
        transform: rotate(180deg);
        background-color: rgba(0, 0, 0, .6);
        border-radius: 50%;
    }
    
    .big-banner .banner1 {
        padding-top: 44.27%;
    }
    
    .big-banner .banner1-img {
        background: url(images/文字1.png) no-repeat 50% 50%;
        background-size: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    
    .big-banner .banner .swiper-pagination {
        position: absolute;
        left: 0;
        bottom: 35px;
        z-index: 1;
        width: 100%;
        font-size: 0;
    }
    
    .big-banner .banner .swiper-pagination span {
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #fff;
        opacity: 1;
        background-color: transparent;
    }
    
    .big-banner .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
        margin: 0 4px;
        background-color: #fff;
    }
    
    .public-title-left {
        width: 70%;
    }
    
    .public-title-left>span {
        font-size: 40px;
        color: #333333;
        font-weight: bold;
        line-height: 40px;
    }
    
    .public-title-left>p {
        line-height: 44px;
    }
    
    .public-title-left>p>img {
        margin-right: 10px;
        margin-top: -10px;
    }
    
    .public-title-left>p>span {
        font-size: 28px;
        color: #007dbf;
        font-weight: bold;
    }
    
    .public-title-right a {
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 4px solid #007dbf;
        color: #007dbf;
        font-weight: bold;
        font-size: 20px;
        position: relative;
        transition: all .4s;
    }
    
    .public-title-right a:hover {
        border: 4px solid #333;
        color: #333;
    }
    
    .public-title-right a span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .public-title {
        padding: 80px 0 50px 0;
        width: 100%;
    }
    
    .about {
        background-color: #f8f8f8;
    }
    
    .about-left .title {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        line-height: 30px;
    }
    
    .about-left .txt {
        font-size: 14px;
        color: #666666;
        line-height: 38px;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }
    
    .public-a {
        display: block;
        width: 118px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #5d5d5d;
        font-family: "Regular";
        border: 1px solid #696969;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: 75px;
        transition: all .4s;
    }
    
    .public-a:hover {
        background-color: #007dbf;
        color: #fff;
        border: 1px solid #007dbf;
    }
    
    .about-left {
        width: 386px;
        padding: 35px 35px 45px 35px;
        background-color: #fff;
    }
    
    .about-right {
        width: calc(100% - 386px);
    }
    
    .about-right-l {
        width: 66.667%;
    }
    
    .about-right-r,
    .about-right ul li {
        width: 33.333%;
        background-color: #1dac54;
        position: relative;
        height: 285px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .about-right-r:hover img {
        transform: rotateY(360deg);
    }
    
    .about-right-r img {
        transition: all .6S;
    }
    
    .about-right ul {
        margin-top: 38px;
    }
    
    .about-right ul li:nth-child(1) {
        background-color: #009cdd;
    }
    
    .about-right ul li:nth-child(2) {
        background-color: #007dbf;
    }
    
    .about-right ul li:nth-child(3) {
        background-color: #20c45f;
    }
    
    .about-right-l .img-box {
        padding-top: 39.47%;
        height: 285px;
    }
    
    .about-right-r img,
    .about-right ul li img {
        position: absolute;
        top: 13%;
        left: 10%;
    }
    
    .about-right-r .t,
    .about-right ul li .t {
        color: #ffffff;
        position: absolute;
        bottom: 5%;
        right: 30%;
    }
    
    .about-right-r .t>p,
    .about-right ul li .t>p {
        font-size: 48px;
        /* font-family: "宋体"; */
        font-weight: 1000;
        line-height: 22px;
    }
    
    .about-right-r .t>p span,
    .about-right ul li .t>p span {
        font-size: 14px;
        font-weight: normal;
    }
    
    .about-right-r .t>span,
    .about-right ul li .t>span {
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
    }
    
    .banner2 ul li .img-box {
        padding-top: 117.02%;
    }
    
    .banner2 ul li:hover .img-box .img {
        transform: scale(1.1);
    }
    
    .banner2 ul li:hover .txt {
        transform: translateY(-50px);
        background-color: #007dbf;
    }
    
    .banner2 ul li .img-box .img {
        transition: all .3s;
    }
    
    .banner2 ul li .txt {
        transition: all .6s;
        background-color: #333333;
        color: #ffffff;
        padding: 22px 30px 30px 30px;
        width: 90%;
        margin-top: -100px;
        position: relative;
        z-index: 9;
        border-radius: 10px;
    }
    
    .banner2 ul li .txt .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .banner2 ul li .txt .txtp {
        line-height: 24px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 72px;
    }
    
    .banner2 ul li .txt a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-top: 16px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        transition: all .3s;
        position: relative;
    }
    
    .banner2 ul li .txt a span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .banner2 ul li .txt a:hover {
        background-color: #fff;
        color: #333;
    }
    
    .choose {
        padding-bottom: 110px;
    }
    
    .banner3 ul li a .img-box {
        padding-top: 68%;
    }
    
    .banner3 ul li a .img-box .img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .banner3 ul li .txt {
        padding: 26px 40px 26px 40px;
    }
    
    .banner3 ul li .txt .title {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .banner3 ul li .txt .txtp {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-top: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 44px;
    }
    
    .banner3 ul li .txt p {
        color: #ff0000;
        line-height: 42px;
    }
    
    .banner3 ul li {
        background-color: #fff;
    }
    
    .banner3 ul li .txt p>span {
        font-size: 28px;
        font-weight: bold;
    }
    
    .certificate {
        background-color: #f8f8f8;
        padding-bottom: 120px;
    }
    
    .banner4 ul li .img-box {
        padding-top: 75%;
    }
    
    .banner4 ul li:hover .img-box .img {
        transform: scale(1.1);
    }
    
    .banner4 ul li:hover .txt {
        transform: translateY(-50px);
    }
    
    .banner4 ul li .img-box .img {
        transition: all .3s;
    }
    
    .banner4 ul li .txt {
        transition: all .6s;
        background-color: #fff;
        padding: 22px 30px 30px 30px;
        width: 90%;
        margin-top: -40px;
        position: relative;
        z-index: 9;
        border-radius: 10px;
    }
    
    .banner4 ul li .txt .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #333333;
    }
    
    .banner4 ul li .txt .txtp {
        line-height: 24px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 72px;
        color: #999999;
    }
    
    .banner4 ul li .txt a,
    .banner4 ul li .txt .a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-top: 16px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        transition: all .3s;
        position: relative;
        background-color: #007dbf;
    }
    
    .banner4 ul li .txt a span,
    .banner4 ul li .txt .a span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .banner4 ul li .txt a:hover {
        background-color: #333;
    }
    
    .banner4 ul li:hover .a {
        background-color: #333;
    }
    
    .banner4 {
        position: relative;
        z-index: 2;
        margin-top: 120px;
    }
    
    .news .wrap1 {
        max-width: 1360px;
    }
    
    .news .wrap {
        max-width: 100%;
    }
    
    .news {
        padding-bottom: 180px;
        background-color: #f8f8f8;
        position: relative;
    }
    
    .news .public-title {
        height: 535px;
        width: 43%;
        position: absolute;
        left: 0%;
        top: 0%;
        background-color: #007dbf;
        z-index: 1;
    }
    
    .news .public-title-left>span {
        color: #fff;
    }
    
    .news .public-title-left>p>span {
        color: #fff;
    }
    
    .news .public-title-right a {
        border: 4px solid #fff;
        color: #fff;
        margin-top: 22px;
        margin-left: 55px;
    }
    
    .news .public-title .box {
        margin-top: 40px;
        margin-left: 18%;
    }
    
    .branding {
        background-color: #f8f8f8;
        padding-bottom: 60px;
    }
    
    .branding .wrap {
        max-width: 100%;
    }
    
    .branding-left {
        width: 29.5%;
        background-color: #fff;
        padding: 60px 48px 50px 195px;
    }
    
    .branding-left .public-title .txt {
        font-size: 14px;
        color: #333333;
        line-height: 28px;
        margin-top: 6px;
    }
    
    .branding-left .public-a {
        margin-top: 42px;
    }
    
    .branding-conter {
        width: 20.5%;
    }
    
    .branding-conter ul li {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        margin-bottom: 10px;
    }
    
    .branding-conter ul li a img {
        position: absolute;
        right: 30px;
        top: 32px;
    }
    
    .branding-conter ul li:nth-child(3) a img {
        top: 64px;
    }
    
    .branding-conter ul li a {
        display: block;
        padding: 66px 0 66px 49px;
    }
    
    .branding-conter ul li:nth-child(1) {
        background-color: #007dbf;
    }
    
    .branding-conter ul li:nth-child(2) {
        background-color: #67c34a;
    }
    
    .branding-conter ul li:nth-child(3) {
        background-color: #6ec3ea;
        margin: 0;
    }
    
    .branding-conter ul li.up a img {
        width: 90px;
        height: auto;
    }
    
    .branding-conter ul li .title span {
        line-height: 32px;
        color: #fff;
        font-size: 28px;
    }
    
    .branding-conter ul li .title p {
        line-height: 20px;
        color: #fff;
        font-size: 14px;
        /* text-transform: capitalize; */
    }
    
    .branding .public-title {
        padding: 0;
    }
    
    .branding-right .txt {
        font-size: 28px;
        color: #333333;
        font-weight: bold;
        line-height: 42px;
        margin-top: 260px;
    }
    
    .branding-right .public-title {
        margin-top: 60px;
    }
    
    .branding-right {
        position: relative;
        width: 50%;
    }
    
    .branding-right .box {
        padding-left: 76px;
        position: relative;
    }
    
    .branding-right .div {
        width: 100%;
        height: 372px;
        position: absolute;
        bottom: -16%;
        left: 0;
        background-color: #fff;
    }
    
    .branding-right>img {
        position: absolute;
        left: 22%;
        bottom: 1%;
    }
    
    .cp {
        padding: 5px 0;
    }
    
    .cp-banner .img1 {
        padding-top: 30.73%;
        position: relative;
    }
    
    .cp-banner .public-title-left {
        text-transform: capitalize;
        position: absolute;
        left: 14%;
        top: 50%;
        transform: translate(0, -50%);
    }
    
    .cp-banner .public-title-left>span {
        color: #fff;
    }
    
    .cp-banner .public-title-left>p>span {
        color: #fff;
    }
    
    .huiding {
        color: #333;
        font-size: 20px;
        display: block;
        width: 42px;
        height: 42px;
        position: relative;
        background-color: #fff;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        z-index: 9999;
        box-shadow: 0 0 5px #999;
        border: 1px solid #eee;
    }
    
    .huiding span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .news-fy .banner4 ul li .txt {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
    
    .news-fy {
        padding: 5px 0;
    }
    
    .news-ab {
        padding: 50px 0;
    }
    
    .news-ab .img1 {
        text-align: right;
    }
    
    .aboutus-nav {
        background-color: #fff;
        padding: 15px 0;
    }
    
    .aboutus-nav ul {
        max-width: 60%;
        margin: 0 auto;
    }
    
    .aboutus-nav1 ul {
        max-width: 100%;
    }
    
    .aboutus-nav ul li {
        text-align: center;
    }
    
    .aboutus-nav ul li a {
        color: rgba(51, 51, 51, 1);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        display: block;
        line-height: 49px;
        background-color: #007dbf;
        color: #fff;
    }
    
    .aboutus-nav ul li a:hover {
        background-color: #005DA0;
        color: #fff;
    }
    
    .aboutus-nav ul li a.red {
        background-color: #005DA0;
    }
    
    .aboutus-title {
        text-align: center;
        color: rgba(51, 51, 51, 1);
        font-family: NotoSansCJKsc-Medium;
        font-size: 36px;
        line-height: 86px;
        position: relative;
    }
    
    .aboutus-title::before {
        background-color: #007dbf;
        display: block;
        content: "";
        width: 64px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
    
    .brief .txt {
        text-align: left;
        color: rgba(128, 128, 128, 1);
        font-size: 15px;
        line-height: 1.8;
        margin-top: 50px;
    }
    
    .brief .wrap2 {
        max-width: 1000px;
    }
    
    .brief ul li .t p {
        color: rgba(51, 51, 51, 1);
        font-size: 44px;
        line-height: 1.5;
        font-weight: bold;
    }
    
    .brief ul li .t p span {
        font-size: 14px;
        font-weight: normal;
    }
    
    .brief ul li .t>span {
        margin-top: 0px;
        color: rgba(128, 128, 128, 1);
        font-size: 16px;
        line-height: 1.5;
    }
    
    .brief ul {
        margin-top: 35px;
    }
    
    .brief {
        background-color: #f8f8f8;
        padding: 80px 0;
    }
    
    .brief ul li {
        text-align: center;
    }
    
    .course {
        padding: 80px 0;
        background: url(../images/bj1.png) no-repeat fixed 0 0;
        background-size: cover;
    }
    
    .course-title {
        text-align: center;
        color: #fff;
        font-family: NotoSansCJKsc-Medium;
        font-size: 36px;
        line-height: 86px;
    }
    
    .course ul li p {
        color: rgba(255, 255, 255, 1);
        font-size: 26px;
        line-height: 1.5;
        text-align: center;
        margin-top: 50px;
        font-weight: bold;
    }
    
    .course ul li .div {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        display: block;
        margin: 22px auto 0;
        margin-left: -8px;
        margin-bottom: -8px;
        border: 4px solid #bacbe3;
        margin: 0 auto;
        margin-top: 15px;
        position: relative;
        z-index: 9;
    }
    
    .course .banner5 {
        position: relative;
    }
    
    .course .banner5 .xian {
        width: 93%;
        height: 1px;
        background-color: rgb(255, 255, 255, .2);
        position: absolute;
        left: 50%;
        top: 42.5%;
        transform: translate(-50%, 0);
        z-index: 99;
    }
    
    .course ul li:nth-child(4) .xian {
        width: 60%;
    }
    
    .course ul li .txt {
        color: rgba(210, 210, 210, 1);
        font-size: 15px;
        line-height: 24px;
        text-align: inherit;
        margin-top: 45px;
        height: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    
    .qualifications {
        padding: 80px 0;
        background-color: #f8f8f8;
    }
    
    .qualifications ul {
        margin-top: 60px;
    }
    
    .qualifications ul li .img-box {
        padding-top: 73.04%;
    }
    
    .qualifications ul li p {
        color: #333;
        font-size: 15px;
        line-height: 1.5;
        margin-top: 15px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .welfare .txt {
        text-align: center;
        color: rgba(128, 128, 128, 1);
        font-size: 15px;
        line-height: 1.8;
        max-width: 790px;
        margin: 0 auto;
        margin-top: 55px;
    }
    
    .welfare ul {
        margin-top: 50px;
    }
    
    .welfare ul li {
        background-color: #fff;
    }
    
    .welfare ul li .img-box {
        padding-top: 67.18%;
    }
    
    .welfare ul li p {
        color: #333;
        font-size: 18px;
        line-height: 67px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0 5px;
    }
    
    .welfare {
        padding: 80px 0;
    }
    
    .contact-left .title span,
    .contact-right .title span {
        text-align: left;
        color: #007dbf;
        font-family: PingFang SC;
        font-size: 24px;
        font-weight: bold;
    }
    
    .contact-left .title p {
        text-align: left;
        color: rgba(52, 52, 52, 1);
        font-family: Helvetica Neue;
        font-size: 24px;
        font-weight: bold;
        line-height: 48px;
    }
    
    .contact-box {
        background-color: #fff;
        padding: 44px 60px;
        border-top: 4px solid #007dbf;
    }
    
    .contact-left .txt {
        color: rgba(0, 0, 0, 1);
        font-family: Microsoft YaHei;
        font-size: 14px;
        line-height: 28px;
        margin-top: 40px;
    }
    
    .contact-left .txt2 {
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 42px;
    }
    
    .contact-left .txt2 p {
        text-align: left;
        color: rgba(50, 50, 50, 1);
        font-family: Helvetica Neue;
        font-size: 32px;
        font-weight: bold;
        line-height: 56px;
    }
    
    .contact-right {
        width: 58%;
    }
    
    .contact-right form {
        margin-top: 30px;
    }
    
    .contact-right form input {
        width: 100%;
        font-size: 14px;
        background-color: #fff;
        color: rgba(51, 51, 51, 1);
        border-bottom: 1px solid rgba(208, 208, 208, 1);
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0px 0px 0px 0px;
        line-height: 52px;
        padding-left: 10px;
        margin-bottom: 14px;
    }
    
    .contact-right form input::-webkit-input-placeholder {
        color: #999;
    }
    
    .contact-right form button {
        width: 100%;
        background-color: #007dbf;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        border: 1px solid #007dbf;
        border-radius: 0px 0px 0px 0px;
        line-height: 50px;
    }
    
    .contact {
        padding: 100px 0;
    }
    
    .searchPop {
        height: 91px;
        width: 100%;
        display: none;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        top: 100%;
        left: 0;
        z-index: 10;
        position: absolute;
        display: none;
    }
    
    .searchPop .searchPopBox {
        position: relative;
    }
    
    .searchPop .searchPopBox span {
        position: absolute;
        right: 30px;
        color: #fff;
    }
    
    .searchPop form {
        margin: 25px auto;
        width: 520px;
    }
    
    .searchPop input {
        width: 420px;
        height: 40px;
        float: left;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: none;
        outline: none;
        padding: 0 10px;
        -webkit-text-fill-color: #333;
    }
    
    .searchPop button {
        height: 40px;
        width: 80px;
        float: left;
        background-color: #007dbf;
        border: none;
        color: #FFFFFF;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .product-show1 {
        padding: 20px 0 100px 0;
    }
    
    .product-show1 .nav {
        line-height: 70px;
    }
    
    .product-show1 .nav a {
        font-size: 14px;
        color: #606266;
    }
    
    .product-show1 {
        background-color: rgba(244, 244, 244, 1);
    }
    
    .product-show1-left {
        width: 50%;
    }
    
    .product-show1-left .img-box {
        padding-top: 68%;
    }
    
    .lunbo .swiper-slide {
        background-size: cover;
        background-position: center;
        background: #eee;
    }
    
    .lunbo .gallery-top {
        height: 80%;
        width: 100%;
    }
    
    .lunbo .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    
    .lunbo .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    
    .lunbo .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    
    .lunbo .gallery-thumbs {
        position: relative;
    }
    
    .lunbo .gallery-thumbs .swiper-button-next {
        position: absolute;
        left: 0;
    }
    
    .lunbo .gallery-top-box {
        position: relative;
    }
    
    .lunbo .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        background: url(../images/index-09038_03.png) no-repeat center center, rgba(0, 0, 0, 0.3);
        outline: none;
    }
    
    .lunbo .swiper-button-next {
        position: absolute;
        right: 0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: url(../images/index-09039_03.png) no-repeat center center rgba(0, 0, 0, 0.3);
        outline: none;
    }
    
    .lunbo .gallery-top-box .gallery-top .swiper-slide .frame {
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        padding: 0 18px;
        background-color: #7b7c7e;
    }
    
    .lunbo .swiper-container .swiper-slide .img-box {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 56.5%;
    }
    
    .lunbo .swiper-container .swiper-slide .img-box .img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .product-show1-right .title {
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-size: 36px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .product-show1-right .txt {
        text-align: left;
        color: rgba(64, 64, 64, 1);
        font-size: 15px;
        line-height: 1.7;
        padding: 30px 0 0 0;
        border-top: 1px solid rgba(232, 232, 232, 1);
        margin-top: 35px;
    }
    
    .product-show1-right {
        width: 46%;
        margin-top: 20px;
    }
    
    .content {
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
    }
    
    .content img {
        max-width: 100%;
        height: auto;
        margin: 15px 0 0 0;
    }
    
    .news-show {
        width: 100%;
    }
    
    .news-show .wrap {
        max-width: 1000px;
    }
    
    .news-show .txt-bt {
        font-size: 18px;
        color: #333;
        text-align: center;
        padding: 20px 0 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .news-show .txt-date {
        font-size: 13px;
        color: #333;
        text-align: center;
        line-height: 34px;
    }
    
    .news-show .txt-img {
        text-align: center;
        margin: 10px auto;
    }
    
    .news-show .txt-img img {
        max-width: 100%;
        height: auto;
    }
    
    .news-show img {
        display: block;
        max-width: 100%;
        margin: 20px auto;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .news-show .txt-nr {
        line-height: 28px;
        font-size: 13px;
        color: #333;
        padding: 5px 0 0 0;
    }
    
    .news-show .txt-nr img {
        max-width: 100%;
        height: auto;
    }
    
    .news-show {
        padding: 30px 0 50px 0;
    }
    
    .screen {
        padding: 0;
    }
    
    .screen dl {
        display: flex;
        padding: 8px 0;
    }
    
    .screen dl dd b {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        margin-right: 14px;
        line-height: 26px;
    }
    
    .screen dl dd a {
        font-size: 14px;
        color: #333333;
        margin-right: 30px;
        padding: 2px 0;
        line-height: 26px;
    }
    
    .screen dl dd a:hover,
    .screen dl dd a.on {
        border-bottom: 1px solid #333;
    }
    
    .screen .dd-box {
        display: flex;
        flex-wrap: wrap;
    }
    
    .search {
        padding: 10px 0;
    }
    
    .tw {
        background-color: #eee;
        padding: 50px 0;
    }
    
    .news-a ul li a .txt1 .title {
        font-size: 18px;
        color: #131313;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: all .6s;
        width: 98%;
    }
    
    .news-a ul li a .txt1 .txtp {
        line-height: 24px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 48px;
        color: #999999;
    }
    
    .news-a ul li a .txt2 {
        text-align: center;
        position: relative;
    }
    
    .news-a ul li a .txt2::before {
        display: block;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #e5e5e5;
        position: absolute;
        left: 0;
        top: 43%;
        transform: translate(0, -50%);
    }
    
    .news-a ul li a .txt2 span {
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #333333;
        transition: all .6s;
        font-weight: bold;
    }
    
    .news-a ul li a .txt2 p {
        line-height: 42px;
        font-size: 26px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: all .6s;
        font-weight: bold;
    }
    
    .news-a ul li a .txt1 {
        width: calc(100% - 150px);
        padding: 0 13px;
    }
    
    .news-a ul li a .txt2 {
        width: 150px;
        border: 2px solid #79a75f;
        padding-top: 18px;
    }
    
    .news-a ul li {
        margin-bottom: 26px;
        display: block;
        position: relative;
        transition: all .6s;
    }
    
    .news-a ul li::before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        transition: all .6s;
    }
    
    .news-a ul li:hover::before {
        background-color: #79a75f;
    }
    /*     
    .news-a ul li:hover {
        background-color: #485e5e;
    }
    
    .news-a ul li:hover::before {
        background-color: #485e5e;
    }
    
    .news-a ul li:hover a .txt1 .title {
        color: #fff;
    }
    
    .news-a ul li:hover a .txt1 .txtp {
        color: #fff;
    }
    
    .news-a ul li:hover a .txt2 span {
        color: #fff;
    }
    
    .news-a ul li:hover a .txt2 p {
        color: #fff;
    } */
    
    footer {
        background-color: #242628;
    }
    /* 底部导航 */
    
    .footer-nav ul li a {
        font-family: 微软雅黑;
        font-size: 18px;
        color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
    }
    
    .footer-nav ul li a:hover {
        border-bottom: 1px solid #fff;
    }
    
    .footer-nav {
        border-bottom: 1px solid #505153;
    }
    
    .footer-nav ul {
        display: flex;
        padding: 20px;
        padding: 80px 0 40px 0;
    }
    
    .footer-nav ul .footer-li-none {
        border: none;
    }
    
    .footer-nav ul li {
        padding: 0 4px;
        width: 12%
    }
    /*  */
    
    .foo-box {
        padding: 30px 0 8px 0;
    }
    
    .foo-box .txt {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
    }
    
    .footer-right .txt1 {
        border: 1px solid #4c4e50;
        height: 108px;
        width: 120px;
        text-align: center;
        color: #fff;
    }
    
    .footer-right .qr .img1 {
        max-width: 108px;
    }
    
    .footer-buttom {
        background-color: #272727;
        margin: 0 auto;
        color: #959696;
        font-size: 14px;
        line-height: 50px;
    }
    
    .footer-buttom a {
        color: #959696
    }
    
    @media (max-width:1796px) {
        .news .public-title .box {
            margin-left: 6%;
        }
    }
    
    @media (max-width:1682px) {
        .news .public-title .box {
            margin-left: 6%;
            margin-top: 0;
        }
        .public-title {
            padding: 70px 0 50px 0;
        }
    }
    
    @media (max-width:1595px) {
        .public-title {
            padding: 35px 0 50px 0;
        }
    }
    
    @media (max-width:1545px) {
        header .logo {
            width: 30%;
        }
    }
    
    @media (max-width:1500px) {
        .container,
        .footer-content,
        .wrap {
            max-width: 96% !important;
        }
    }
    
    @media (max-width:1200px) {
        .wrap2 {
            max-width: 96% !important;
        }
    }
    
    @media (max-width:991px) {
        header {
            display: none;
        }
        .xs-block {
            display: block;
        }
        .xs-show {
            display: block !important;
        }
        .xs-hide {
            display: none !important;
        }
        .xs-pa-20 {
            padding: 20px 0 !important;
        }
        .xs-ma-20 {
            margin: 20px 0 !important;
        }
        .xs-pa-to-20 {
            padding-top: 20px !important;
        }
        .xs-pa-bo-20 {
            padding-bottom: 20px !important;
        }
        .xs-ma-to-20 {
            margin-top: 20px !important;
        }
        .xs-ma-bo-20 {
            margin-bottom: 20px !important;
        }
        .cor-xs-1 {
            width: 100% !important;
        }
        .cor-xs-2 {
            width: 47% !important;
            margin: 1.5% !important;
        }
        .cor-xs-3 {
            width: 30.333333% !important;
            margin: 1.5% !important;
        }
        .cor-xs-4 {
            width: 22% !important;
            margin: 1.5% !important;
        }
        .cor-xs-5 {
            width: 17% !important;
            margin: 1.5% !important;
        }
        .cor-xs-6 {
            width: 13.666666% !important;
            margin: 1.5% !important;
        }
        .top {
            display: none;
        }
        .top-nav {
            display: none;
        }
        .banner .swiper-pagination span {
            display: none;
        }
        .big-banner .banner1-phone {
            display: block;
            padding-top: 53%;
        }
        .big-banner .banner1 {
            display: none;
        }
        .swiper-button-prev {
            display: none;
        }
        .swiper-button-next {
            display: none;
        }
        .phone {
            display: block;
            position: relative;
            z-index: 9999;
            left: 0;
            top: 0;
            background-color: #ffff;
            border: 1px solid #eee;
        }
        .phone img {
            max-width: 74%;
            justify-content: space-between;
        }
        .mobile-header {
            display: block;
        }
        .mobile-header ul {
            margin-left: 80%;
        }
        .mobile-header {
            display: block;
        }
        .mobile-header ul {
            margin-left: 80%;
        }
        .certificate {
            padding-bottom: 20px;
        }
        .about-left .txt {
            font-size: 14px;
            line-height: 28px;
            margin-top: 10px;
        }
        .about-left {
            width: 100%;
            padding: 20px;
        }
        .public-a {
            width: 104px;
            line-height: 28px;
            margin-top: 20px;
        }
        .about-right {
            width: 100%;
        }
        .about-right-l {
            width: 100%;
        }
        .about-right-r,
        .about-right ul li {
            width: 48%;
            background-color: #1dac54;
            position: relative;
            height: 130px;
            margin: 1%;
        }
        .about-right-r img,
        .about-right ul li img {
            position: absolute;
            top: 8%;
            left: 8%;
            max-width: 20%;
        }
        .about-right-l .img-box {
            padding-top: 39.47%;
            height: 100%;
        }
        .about-right-r .t,
        .about-right ul li .t {
            color: #ffffff;
            position: absolute;
            bottom: 6%;
            left: 8%;
            width: 100%;
        }
        .about-right-r .t>p,
        .about-right ul li .t>p {
            font-size: 22px;
            /* font-family: "宋体"; */
            font-weight: 1000;
            line-height: 22px;
        }
        .about-right ul {
            margin-top: 16px;
        }
        .choose {
            padding-bottom: 20px;
        }
        .banner2 ul li .txt {
            padding: 20px;
        }
        .banner2 ul li .txt a {
            margin-top: 8px;
        }
        .banner3 ul li .txt {
            padding: 10px;
        }
        .banner3 ul li .txt .txtp {
            font-size: 12px;
            line-height: 20px;
            margin-top: 3px;
            height: 40px;
        }
        .banner3 ul li .txt .title {
            font-size: 15px;
            color: #333333;
            font-weight: bold;
            line-height: 24px;
        }
        .banner3 ul li .txt p>span {
            font-size: 20px;
        }
        .banner3 ul li .txt p {
            line-height: 34px;
        }
        .news .public-title {
            height: 100%;
            width: 100%;
            position: relative;
            left: 0%;
            top: 0%;
            background-color: #007dbf;
            z-index: 1;
        }
        .news .wrap1 {
            max-width: 100%;
        }
        .news {
            padding-bottom: 20px;
        }
        .banner4 {
            margin-top: 20px;
        }
        .branding-left {
            width: 100%;
            padding: 20px;
        }
        .branding-conter {
            width: 100%;
        }
        .branding-left .public-a {
            margin-top: 14px;
        }
        .branding-right {
            position: relative;
            width: 100%;
        }
        .branding-right .box {
            padding-left: 4%;
            position: relative;
        }
        .branding-right>img {
            position: relative;
            left: 50%;
            bottom: 0;
            top: 20px;
            transform: translate(-50%, 0);
        }
        .branding-right .txt {
            font-size: 20px;
            font-weight: bold;
            line-height: 28px;
            margin-top: 16px;
        }
        .branding-right .public-title {
            margin-top: 20px;
        }
        .branding {
            padding-bottom: 20px;
        }
        .public-title-right a {
            width: 30px;
            height: 30px;
            border: 3px solid #007dbf;
            color: #007dbf;
            font-size: 18px;
        }
        .branding-conter ul li .title span {
            line-height: 30px;
            color: #fff;
            font-size: 24px;
        }
        /* .cp-banner .public-title-left {
        left: 14%;
        top: 50%;
        transform: translate(0, -50%);
    } */
        .cp {
            padding: 20px 0;
        }
        .news-fy {
            padding: 20px 0;
        }
        .news-fy .banner4 ul li .txt {
            padding: 15px;
        }
        .news-fy .banner4 ul li .txt .title {
            font-size: 16px;
            font-weight: bold;
            line-height: 26px;
        }
        .news-fy .banner4 ul li .txt .txtp {
            line-height: 20px;
            font-size: 12px;
            height: 60px;
        }
        .news-fy .banner4 ul li .txt a {
            display: block;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            margin-top: 6px;
            width: 30px;
            height: 30px;
        }
        .brief {
            background-color: #f8f8f8;
            padding: 20px 0;
        }
        .qualifications ul li p {
            color: #333;
            font-size: 13px;
            line-height: 1.5;
            margin-top: 6px;
        }
        .aboutus-nav ul li a {
            font-size: 15px;
            line-height: 46px;
        }
        .aboutus-nav ul {
            max-width: 100%;
            margin: 0 auto;
        }
        .aboutus-nav1 ul {
            max-width: 100%;
        }
        .aboutus-title {
            font-size: 22px;
            line-height: 54px;
        }
        .brief .txt {
            text-align: left;
            font-size: 14px;
            margin-top: 20px;
        }
        .brief ul {
            margin-top: 12px;
        }
        .brief ul li .t p {
            color: rgba(51, 51, 51, 1);
            font-size: 30px;
        }
        .brief ul li .t>span {
            margin-top: 0px;
            color: rgba(128, 128, 128, 1);
            font-size: 14px;
            line-height: 1;
        }
        .course-title {
            font-size: 22px;
            line-height: 54px;
        }
        .course ul li p {
            font-size: 20px;
            line-height: 1;
            text-align: center;
            margin-top: 10px;
        }
        .course ul li .txt {
            font-size: 14px;
            line-height: 1.5;
            text-align: inherit;
            margin-top: 20px;
        }
        .course .banner5 .xian {
            width: 93%;
            top: 37%;
        }
        .course {
            padding: 20px 0;
            background: url(../images/bj1.png) no-repeat 50% 50%;
            background-size: cover;
        }
        .qualifications ul {
            margin-top: 20px;
        }
        .qualifications {
            padding: 20px 0;
            background-color: #f8f8f8;
        }
        .welfare {
            padding: 20px 0;
        }
        .welfare .txt {
            font-size: 14px;
            line-height: 1.5;
            max-width: 100%;
            margin: 0 auto;
            margin-top: 20px;
            text-align: left;
        }
        .welfare ul {
            margin-top: 20px;
        }
        .contact-left {
            width: 100%;
        }
        .contact-right {
            width: 100%;
            margin-top: 20px;
        }
        .contact-box {
            background-color: #fff;
            padding: 20px;
            border-top: 4px solid #007dbf;
        }
        .contact {
            padding: 20px 0;
        }
        .contact-left .txt {
            font-size: 14px;
            line-height: 26px;
            margin-top: 10px;
        }
        .contact-left .title span,
        .contact-right .title span {
            font-size: 20px;
            font-weight: bold;
        }
        .contact-left .txt2 {
            margin-top: 18px;
        }
        .contact-left .txt2 p {
            font-size: 24px;
            font-weight: bold;
            line-height: 40px;
        }
        .contact-right form input {
            width: 100%;
            font-size: 14px;
            line-height: 42px;
            margin-bottom: 12px;
        }
        .contact-right form {
            margin-top: 8px;
        }
        .contact-right form button {
            line-height: 42px;
        }
        .contact-left .title p {
            font-size: 22px;
            line-height: 38px;
        }
        .product-show1-left {
            width: 100%;
        }
        .product-show1-right {
            width: 100%;
            margin-top: 20px;
        }
        .product-show1-right .title {
            font-size: 22px;
        }
        .product-show1-right .txt {
            text-align: left;
            font-size: 14px;
            line-height: 1.7;
            padding: 16px 0 0 0;
            border-top: 1px solid rgba(232, 232, 232, 1);
            margin-top: 16px;
        }
        .product-show1 {
            padding: 10px 0 20px 0;
        }
        .product-show1 .nav {
            line-height: 54px;
        }
        .news-show {
            padding: 5px 0 20px 0;
        }
        .news-show .txt-date {
            line-height: 26px;
        }
        .welfare ul li p {
            padding: 0;
            font-size: 15px;
            line-height: 42px;
        }
        .branding-right .div {
            height: 0;
        }
        .banner4 ul li .txt .a {
            font-size: 16px;
            margin-top: 10px;
            width: 28px;
            height: 28px;
        }
        .news-a ul li a .txt2 {
            width: 80px;
            border: 2px solid #79a75f;
            padding-top: 15px;
        }
        .news-a ul li a .txt2 span {
            line-height: 36px;
            font-size: 16px;
            color: #333333;
            transition: all .6s;
            font-weight: bold;
        }
        .news-a ul li a .txt2 p {
            line-height: 26px;
            font-size: 18px;
        }
        .news-a ul li a .txt1 {
            width: calc(100% - 80px);
            padding: 0 13px;
        }
        .news-a ul li a .txt1 .title {
            font-size: 15px;
            color: #131313;
            line-height: 36px;
        }
        .news-a ul li a .txt1 .txtp {
            line-height: 22px;
            font-size: 13px;
            margin-bottom: 8px;
            height: 44px;
        }
        .news-a ul li {
            margin-bottom: 20px;
        }
        .news-ab .img1 {
            text-align: center;
        }
        footer>.wrap {
            display: none;
        }
        .footer-nav {
            display: none;
        }
        .footer-content {
            display: none;
        }
        .footer-buttom {
            padding: 20px 22px 23px 22px;
            font-size: 13px;
            text-align: center;
            line-height: 22px;
        }
        .footer-buttom a {
            font-size: 13px;
        }
        .footer-phone {
            background-color: #fff;
        }
        .footer-phone form {
            padding: 0 30px 0 30px;
        }
        .footer-phone form input {
            width: 100%;
            margin-bottom: 20px;
            height: 40px;
        }
        .footer-phone form .int2 {
            height: 80px;
        }
        .footer-phone form .int3 {
            background-color: #d9534f;
            color: #fff;
            border: none;
            outline: none;
        }
        .footer-phone form .int3:hover {
            background-color: #d43f3a;
        }
        .footer-phone form {
            display: block;
            border: 1px solid #fff;
        }
        .footer-phone-two {
            display: none;
        }
        .footer-phone form input {
            border: 1px solid #dcdcdc;
        }
    }