<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">                /* 鍏ㄥ眬css鏍峰紡 */
                
                body,
                html {
                    height: 100%;
                    width: 100%;
                    box-sizing: border-box;
                    /*overflow-x: hidden;*/
                }
                
                .wrap {
                    width: 1200px;
                    margin: 0 auto;
                }
                
                .header {
                    height: 158px;
                    background-color: #fff;
                }
                
                .header .logo {
                    /*width: 78px;*/
                    width: 150px;
                    height: 101px;
                    /*margin: 28px 0 0 10px;*/
                    margin: 36px 0 0 10px;
                }
                
                .header .search {
                    margin-top: 28px;
                    width: 228px;
                    height: 36px;
                    line-height: 36px;
                    padding: 0 15px;
                    border: 1px solid #E6E6E6;
                    border-radius: 2px;
                }
                
                .header .input {
                    float: left;
                    width: 160px;
                    height: 34px;
                    border: 0;
                    outline: none;
                }
                
                .header .search .iconfont {
                    margin-left: 15px;
                    color: #E6E6E6;
                    cursor: pointer;
                }
                
                .navbar {
                    width: 1000px;
                    height: 70px;
                    justify-content: space-between;
                    margin-top: 24px;
                }
                
                .nav-item {
                    position: relative;
                    width: 100px;
                    text-align: center;
                }
                
                .navbar .item {
                    display: inline-block;
                    height: 70px;
                    font-size: 16px;
                    color: #797979;
                    border-bottom: 2px solid transparent;
                }
                
                .nav-item:hover .item,
                .nav-item.on .item {
                    color: #CC3333;
                    border-color: #CC3333;
                }
                
                .navbar .sub-nav {
                    display: none;
                    position: absolute;
                    top: 70px;
                    left: auto;
                    right: auto;
                    /*width: 100px;*/
                    padding: 5px 0;
                    margin: 0 auto;
                    background: rgba(255, 255, 255, 0.6);
                    text-align: center;
                    z-index: 200;
                }
                
                .navbar .sub-nav .a {
                    display: inline-block;
                    padding: 3px 10px;
                    color: #353636;
                    width: 100px;
                    white-space: nowrap;
                    /*overflow: hidden;*/
                    text-overflow: ellipsis;
                }
                
                .navbar .sub-nav .a:hover {
                    color: #CC3333;
                }
                
                .navbar .nav-item:hover .sub-nav {
                    display: block;
                }
                
                .index-banner {
                    width: 100%;
                }
                
                .index-banner .swiper-pagination-bullet {
                    width: 36px;
                    height: 6px;
                    border-radius: unset;
                    background-color: #fff;
                    opacity: 0.8;
                }
                
                .index-banner .swiper-pagination-bullet-active {
                    background-color: #CC3333;
                    opacity: 1;
                }
                
                .index-service .box {
                    justify-content: space-around;
                    align-items: center;
                    margin: 40px 0;
                    background-color: #fff;
                    border-bottom: 6px solid #ccc;
                }
                
                .index-service .box .item {
                    padding: 20px 0;
                    text-align: center;
                }
                
                .index-service .box .item .h3 {
                    font-size: 24px;
                    margin-bottom: 10px;
                }
                
                .index-service .box .item .h5 {
                    font-size: 16px;
                    color: #7D7E7D;
                }
                
                .index-service .box .item .red {
                    font-size: 30px;
                    font-weight: bold;
                    color: #CC3333;
                }
                
                .index-service .list .item {
                    float: left;
                    position: relative;
                    width: 360px;
                    height: 202px;
                    overflow: hidden;
                    margin: 0 60px 40px 0;
                }
                
                .index-service .list .item:nth-child(3n) {
                    margin-right: 0;
                }
                
                .index-service .list .item .text {
                    position: absolute;
                    left: 0;
                    top: 85px;
                    width: 100%;
                    line-height: 32px;
                    font-size: 20px;
                    font-weight: bold;
                    color: #fff;
                    text-align: center;
                    z-index: 20;
                }
                
                .index-service .list .item::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 360px;
                    height: 202px;
                    content: "";
                    background: rgba(204, 51, 51, 0.2);
                }
                
                .index-service .list .item:hover::before {
                    background: rgba(255, 255, 255, 0.7);
                }
                
                .index-service .list .item:hover .text {
                    color: #CC3333;
                }
                
                .index-about .box {
                    background-color: #fff;
                }
                
                .index-about .about {
                    position: relative;
                }
                
                .index-about .about::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    content: "";
                    background: rgba(0, 0, 0, 0.2);
                }
                
                .index-about .about .text {
                    position: absolute;
                    top: 120px;
                    width: 100%;
                    text-align: center;
                    cursor: pointer;
                }
                
                .index-about .about .text .h4 {
                    font-size: 24px;
                    color: #fff;
                    line-height: 2;
                }
                
                .index-about .about .text .icon {
                    display: inline-block;
                    width: 60px;
                    height: 24px;
                    line-height: 24px;
                    border-radius: 12px;
                    background-color: #fff;
                    margin-top: 10px;
                }
                
                .index-about .about .text .iconfont {
                    color: #4A8DBE;
                }
                
                .index-about .detail {
                    line-height: 48px;
                    text-align: center;
                }
                
                .index-about .detail .more {
                    color: #CC3333;
                }
                
                .index-partner {
                    margin: 40px 0;
                }
                
                .index-partner .box {
                    padding: 10px 20px 20px;
                    background-color: #fff;
                    border-bottom: 6px solid #ccc;
                }
                
                .index-partner .head {
                    font-size: 18px;
                    font-weight: bold;
                    padding-bottom: 10px;
                    border-bottom: 2px solid #ccc;
                }
                
                .index-partner .list .item {
                    float: left;
                    /*width: 180px;*/
                    height: 60px;
                    /*margin: 20px 16px 0 0;*/
                    margin: 10px;
                    text-align: center;
                }
                
                .index-partner .list .item:nth-child(6n) {
                    margin-right: 0;
                }
                
                .footer {
                    background-color: #333333;
                }
                
                .footer .box {
                    padding: 20px 0;
                }
                
                .footer .box .h3 {
                    font-size: 20px;
                    color: #fff;
                    line-height: 2.4;
                }
                
                .footer .box .h4 {
                    font-size: 18px;
                    color: #C8C8C8;
                    line-height: 2.4;
                }
                
                .footer .box .h5 {
                    font-size: 14px;
                    color: #a6a6a6;
                    line-height: 2;
                }
                
                .footer .concact {
                    width: 540px;
                }
                
                .footer .form-item {
                    display: block;
                    background-color: #4a4a4a;
                    margin: 10px 0;
                    padding: 5px 10px;
                    border-radius: 3px;
                }
                
                .footer .form-item .text {
                    vertical-align: top;
                    color: #888;
                }
                
                .footer .form-item .input,
                .footer .form-item .area {
                    border: 0;
                    outline: none;
                    background-color: transparent;
                    resize: none;
                    color: #fff;
                }
                
                .footer .submit-btn {
                    padding: 5px 20px;
                    background-color: #CC3333;
                    border: 0;
                    outline: none;
                    color: #fff;
                    border-radius: 3px;
                    cursor: pointer;
                }
                
                .footer .wechat {
                    width: 270px;
                }
                
                .footer .wechat .item {
                    width: 80px;
                    text-align: center;
                    color: #B8B8B8;
                    font-size: 12px;
                    margin-top: 10px;
                    margin-right: 10px;
                }
                
                .footer .wechat .item .text {
                    display: inline-block;
                    margin-top: 10px;
                }
                
                .footer .bottom {
                    text-align: center;
                    font-size: 12px;
                    color: #B8B8B8;
                    line-height: 48px;
                }
                
                .footer .bottom a {
                    font-size: 12px;
                    color: #B8B8B8;
                }
                
                /* 閸愬懘銆� */
                
                .inner-banner {
                    position: relative;
                    width: 100%;
                }
                
                .inner-banner .type {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 392px;
                    height: 148px;
                    margin: -74px 0 0 -196px;
                    border: 4px solid #CC3333;
                    text-align: center;
                }
                
                .inner-banner .type::after {
                    position: absolute;
                    bottom: 0;
                    left: 93px;
                    content: "";
                    width: 206px;
                    height: 10px;
                    background-color: #CC3333;
                }
                
                .inner-banner .type .h2 {
                    font-size: 36px;
                    font-weight: bold;
                    color: #CC3333;
                    letter-spacing: 5px;
                    line-height: 1.6;
                    margin-top: 20px;
                }
                
                .inner-banner .type .h6 {
                    color: #8D8886;
                }
                
                .section {
                    margin-top: 40px;
                }
                
                .inner-box {
                    padding: 20px;
                    background-color: #fff;
                    border-bottom: 6px solid #ccc;
                    margin-bottom: 40px;
                }
                
                .inner-box .title {
                    font-size: 24px;
                    text-align: center;
                    line-height: 2;
                }
                
                .inner-box .head {
                    font-size: 18px;
                    padding-bottom: 15px;
                    border-bottom: 2px solid #ccc;
                    margin: 0 20px;
                }
                
                .inner-box .p {
                    font-size: 14px;
                    color: #353535;
                    line-height: 1.8;
                }
                
                .inner-box .body {
                    margin: 20px 30px;
                }
                
                .inner-box .body .p {
                    text-indent: 28px;
                }
                
                .course {
                    margin: 20px 100px;
                }
                
                .course-item .year .b {
                    flex: none;
                    width: 120px;
                    font-size: 20px;
                    font-weight: bold;
                }
                
                .course-item .year .line {
                    flex: 1;
                    height: 1px;
                    background-color: #D1D5D6;
                    position: relative;
                }
                
                .course-item .year .line::before {
                    position: absolute;
                    top: -4px;
                    left: 0;
                    content: "";
                    width: 9px;
                    height: 9px;
                    border-radius: 50%;
                    background-color: #CC3333;
                    z-index: 10;
                }
                
                .course-item .list {
                    margin: 20px 0 20px 120px;
                }
                
                .course-item .list .item {
                    font-size: 13px;
                    line-height: 2;
                    color: #666;
                }
                
                .service-area {
                    position: relative;
                    /*height: 650px;*/
                    height: 500px;
                }
                
                .service-area .picture {
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: 1;
                }
                
                .service-area .info {
                    position: absolute;
                    top: 80px;
                    left: 100px;
                    z-index: 3;
                }
                
                .service-area .info .text {
                    font-size: 18px;
                    color: #333;
                    line-height: 2.4;
                    letter-spacing: 3px;
                }
                
                .service-area .info .text b {
                    color: #CC3333;
                    font-size: 24px;
                }
                
                .concact-phone {
                    margin: 20px;
                }
                
                .concact-phone .p {
                    float: left;
                    width: 50%;
                    font-size: 16px;
                    color: #777;
                }
                
                .service-list {
                    margin-bottom: 40px;
                }
                
                .service-item {
                    float: left;
                    margin: 0 12px 12px 0;
                }
                
                .service-item:nth-child(3n) {
                    margin-right: 0;
                }
                
                .service-item .picture {
                    display: flex;
                    display: -webkit-flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    width: 190px;
                    height: 240px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: auto 100%;
                    margin-right: 12px;
                    text-align: center;
                    position: relative;
                }
                
                .service-item .picture::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 190px;
                    height: 240px;
                    content: "";
                    background: rgba(0, 0, 0, 0.15);
                    z-index: 1;
                }
                
                .service-item .picture .zh {
                    position: relative;
                    font-size: 14px;
                    font-weight: bold;
                    color: #fff;
                    line-height: 1.6;
                    z-index: 2;
                }
                
                .service-item .picture .en {
                    position: relative;
                    height: 40px;
                    font-size: 12px;
                    color: #fff;
                    padding: 0 20px;
                    z-index: 2;
                }
                
                .service-item .text {
                    width: 190px;
                    height: 240px;
                    background-color: #fff;
                    text-align: center;
                }
                
                .service-item .text .h3 {
                    margin: 30px 0 20px;
                    font-size: 16px;
                    font-weight: bold;
                    color: #CC3333;
                }
                
                .service-item .text .p {
                    color: #585858;
                    line-height: 1.8;
                }
                
                .service-item:hover .picture .zh,
                .service-item:hover .picture .en {
                    color: #CC3333;
                }
                
                .strength-list {
                    flex-wrap: wrap;
                    align-items: flex-start;
                }
                
                .strength-item {
                    flex: none;
                    width: 25%;
                    text-align: center;
                    padding: 30px 10px;
                }
                
                .strength-item .picture {
                    width: 208px;
                    height: 208px;
                    border-radius: 50%;
                    margin: 0 auto;
                }
                
                .strength-item .h4 {
                    font-size: 14px;
                    font-weight: bold;
                    color: #CC3333;
                    line-height: 2;
                    margin: 20px 0 10px;
                }
                
                .strength-item .p {
                    padding: 0 50px;
                    font-size: 12px;
                    color: #6E6E6E;
                    text-align: left;
                }
                
                .service-show {
                    padding: 20px 100px;
                }
                
                .service-show .title {
                    padding-bottom: 20px;
                    border-bottom: 3px solid #ccc;
                }
                
                .service-show .content {
                    margin: 30px 0;
                }
                
                .service-show .content .h3 {
                    font-size: 16px;
                    color: #CC3333;
                    margin: 15px 0;
                }
                
                .service-show .content .p {
                    color: #606060;
                }
                
                .search-job {
                    padding: 30px 100px;
                    background-color: #fff;
                    margin-bottom: 40px;
                }
                
                .search-job .address {
                    position: relative;
                    width: 210px;
                    margin-right: 30px;
                }
                
                .search-job .address .drop {
                    height: 40px;
                    border: 1px solid #D4D8D9;
                    border-radius: 2px;
                    padding: 0 15px;
                    line-height: 40px;
                    cursor: pointer;
                }
                
                .search-job .address .drop .result {
                    flex: 1;
                    margin-right: 15px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                
                .search-job .address .down {
                    position: absolute;
                    top: 45px;
                    left: 0;
                    width: 210px;
                    display: none;
                    max-height: 240px;
                    overflow-y: auto;
                    background-color: #fff;
                    border: 1px solid #E7E8EA;
                    z-index: 999;
                }
                
                .search-job .address .down .label {
                    display: block;
                    line-height: 40px;
                }
                
                .search-job .address .down .label:hover {
                    background-color: #F2F1F4;
                }
                
                .search-job .address .checkbox {
                    opacity: 0;
                }
                
                .search-job .address .down .iconfont {
                    font-size: 14px;
                }
                
                .search-job .address .checkbox:checked + .iconfont::before {
                    content: "\e62a";
                }
                
                .search-job .address .checkbox + .iconfont::before {
                    content: "\e62b";
                }
                
                .search-job .search {
                    width: 760px;
                    margin-top: 19px;
                }
                
                .search-job .search .keyword {
                    position: relative;
                    height: 40px;
                    background-color: #F2F1F4;
                    border-radius: 2px;
                    padding: 0 15px;
                }
                
                .search-job .search .keyword .input {
                    flex: 1;
                    margin-right: 15px;
                    height: 38px;
                    border: 0;
                    outline: none;
                    background-color: transparent;
                }
                
                .search-job .search .hot {
                    margin-top: 10px;
                }
                
                .search-job .search .hot .a {
                    color: #CC3333;
                    margin-right: 5px;
                }
                
                .search-job .relation {
                    position: absolute;
                    top: 45px;
                    left: 0;
                    width: 100%;
                    height: 0;
                    background-color: #fff;
                    border: 1px solid #E7E8EA;
                    display: none;
                }
                
                .search-job .relation .list {
                    height: 210px;
                    overflow-y: auto;
                    padding: 5px 0;
                    background: #fff;
                }
                
                .search-job .relation .list li {
                    padding: 5px 10px;
                    cursor: default;
                }
                
                .search-job .relation .list li:hover {
                    color: #CC3333;
                }
                
                .search-job .relation .close {
                    text-align: right;
                    padding: 0 10px;
                    cursor: pointer;
                }
                
                .job-list {
                    flex-wrap: wrap;
                }
                
                .job-list .item {
                    flex: none;
                    width: 382px;
                    padding: 20px;
                    background-color: #fff;
                    margin-bottom: 30px;
                    min-height: 152px;
                }
                
                .job-list .item .title {
                    flex: 1;
                    font-size: 18px;
                    font-weight: bold;
                }
                
                .job-list .item .fee {
                    flex: none;
                    width: 80px;
                    text-align: right;
                    color: #CC3333;
                    font-size: 16px;
                }
                
                .job-list .item .tag {
                    align-items: center;
                    line-height: 2;
                    color: #666;
                    margin: 10px 0;
                }
                
                .job-list .item .line {
                    margin: 0 10px;
                    color: #999;
                    font-size: 12px;
                }
                
                .job-list .item .firm {
                    display: block;
                    border-top: 1px solid #ECECEC;
                    padding-top: 20px;
                }
                
                .pages {
                    justify-content: center;
                    margin-bottom: 40px;
                }
                
                .pages a {
                    display: flex;
                    align-items: center;
                    height: 32px;
                    line-height: 32px;
                    padding: 0 12px;
                    border: 1px solid #E6E7E9;
                    border-radius: 3px;
                    background-color: #fff;
                    margin: 0 6px;
                }
                
                .pages .disabled {
                    cursor: not-allowed;
                    background-color: #F2F1F4;
                }
                
                .pages .current {
                    cursor: default;
                    background-color: #CC3333;
                    border-color: #CC3333;
                    color: #fff;
                }
                
                .pages .jump {
                    margin-left: 12px;
                }
                
                .pages .input {
                    width: 60px;
                    height: 32px;
                    margin: 0 12px;
                    text-align: center;
                    background-color: #fff;
                    border: 1px solid #E6E7E9;
                    border-radius: 3px;
                    outline: none;
                }
                
                .pages .btn {
                    margin: 0 12px;
                    width: 54px;
                    height: 32px;
                    line-height: 32px;
                    background-color: #fff;
                    border: 1px solid #E6E7E9;
                    border-radius: 3px;
                    outline: none;
                }
                
                .body_content {
                    margin: 50px auto;
                }
                
                .ul_list {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                
                .ul_list li {
                    width: 100%;
                    display: flex;
                    font-size: 30px;
                }
                
                .ul_list li .time_span {
                    display: inline-block;
                    width: 170px;
                    background: #cc3333;
                    color: #fff;
                    text-align: center;
                    box-sizing: border-box;
                }
                
                .ul_list li div {
                    width: 570px;
                    background: #fff;
                    padding: 30px;
                    box-sizing: border-box;
                }
                
                .ul_list li div h5 {
                    font-size: 22px;
                    font-weight: normal;
                    color: #cc3333;
                    margin-bottom: 30px;
                }
                
                .ul_list li div span {
                    font-size: 16px;
                    color: #666;
                    line-height: 130%;
                }
                
                .ul_list li div time {
                    display: block;
                    margin-top: 22px;
                    color: #666;
                }
                
                .ul_list li {
                    margin-bottom: 60px;
                }
                
                /*.box_flex {*/
                /*    background: #fff;*/
                /*    padding: 15px 15px 0;*/
                /*    position: fixed;*/
                /*    right: 10px;*/
                /*    top: 25%;*/
                /*    text-align: center;*/
                /*}*/
                .box_flex {
                    background: #fff;
                    padding: 15px 15px 0;
                    position: fixed;
                    right: 10px;
                    top: 25%;
                    text-align: center;
                    width: 105px;
                }
                
                .box_flex img {
                    width: 100%;
                }
                
                .box_flex dt {
                    margin-bottom: 20px;
                }
                
                .box_flex dd {
                    border-bottom: 1px solid #eee;
                    /*padding: 20px;*/
                    box-sizing: border-box;
                }
                
                .body_content {
                    background: #fff;
                    padding: 50px;
                }
                
                .tt_box dt {
                    border-bottom: 1px solid #eee;
                    padding-bottom: 20px;
                }
                
                .tt_box dd {
                    margin-top: 40px;
                }
                
                .tt_box dt .tit {
                    /*color: red;*/
                    color: #CC3333;
                    font-size: 36px;
                    line-height: 200%;
                }
                
                .jj {
                    color: #666;
                    margin-top: 20px;
                }
                
                .box_ul ul {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                
                .box_ul ul li {
                    padding: 60px 20px;
                    box-sizing: border-box;
                    background: #f5f5f5;
                    width: 530px;
                    /* min-height: 235px; */
                    margin-top: 20px;
                }
                
                .box_ul li .tit {
                    font-size: 24px;
                    color: #cc3333;
                    margin-bottom: 20px;
                }
                
                .box_ul li dd {
                    border-bottom: 1px solid #eee;
                    padding: 10px 0;
                }
                
                .input_box {
                    width: 680px;
                    margin: 0 auto;
                }
                
                .input_box input {
                    width: 680px;
                    height: 40px;
                    border: none;
                    padding-right: 30px;
                    box-sizing: border-box;
                    background: #f2f1f4 url(../images/zoom.png) no-repeat 96% center;
                    margin-bottom: 20px;
                    padding-left: 20px;
                    text-align: left;
                }
                
                .input_box div span {
                    display: inline-block;
                    margin-right: 10px;
                }
                
                .input_box div a {
                    color: #cc3333;
                    display: inline-block;
                    margin-right: 10px;
                }
                
                .liuyan {
                    display: flex;
                    flex-wrap: wrap;
                }
                
                .liuyan img {
                    width: 600px;
                    height: 600px;
                }
                
                .liuyan div {
                    width: 600px;
                    height: 600px;
                    padding: 75px;
                    box-sizing: border-box;
                    text-align: right;
                }
                
                .liuyan div h4 {
                    text-align: center;
                    font-size: 36px;
                    margin-bottom: 75px;
                }
                
                .liuyan div textarea {
                    width: 450px;
                    height: 270px;
                    background: #f2f1f4;
                    border: none;
                    margin-bottom: 35px;
                    padding: 10px;
                    box-sizing: border-box;
                }
                
                .liuyan div button {
                    background: #cc3333;
                    color: #fff;
                    width: 150px;
                    height: 50px;
                    border: none;
                }
                
                .wt {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                
                .wt span {
                    display: inline-block;
                    width: 375px;
                }
                
                .wt li {
                    width: 510px;
                    border: 1px solid #eee;
                    margin-top: 40px;
                    height: 175px;
                }
                
                .wt li div {
                    padding: 20px;
                    box-sizing: border-box;
                    background: #fff;
                }
                
                .wt li .red_box {
                    color: #cc3333;
                    background: #fafafa;
                }
                
                .input_box {
                    position: relative;
                }
                
                .box_list {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 40px;
                    border: 1px solid #eee;
                    background: #fff;
                    display: none;
                }
                
                .box_list dd {
                    padding-left: 20px;
                    height: 45px;
                    line-height: 45px;
                    box-sizing: border-box;
                }
                
                .box_list dd:hover {
                    color: #cc3333;
                }
                
                .ppi h4 {
                    margin-bottom: 75px;
                }
                
                .ppi h4 &gt; div {
                    font-size: 36px;
                    line-height: 200%;
                    margin-bottom: 60px;
                }
                
                .ppi dl dt {
                    display: flex;
                    margin-bottom: 40px;
                }
                
                .ppi dl dd {
                    margin-bottom: 40px;
                    line-height: 200%
                }
                
                .ppi dl dt div {
                    margin-top: 10px;
                }
                
                .ppi dl dt img {
                    width: 64px;
                    height: 64px;
                    margin-right: 20px;
                }
                
                .ppo {
                    display: flex;
                }
                
                .ppo a {
                    margin-right: 30px;
                }
                
                .ppo a:hover {
                    color: #cc3333;
                }
                
                .ppo a.on {
                    color: #cc3333;
                }
                
                .cdi dt {
                    font-size: 36px;
                    margin-bottom: 45px;
                }
                
                .waibao &gt; div {
                    text-align: center;
                    font-size: 36px;
                    margin-bottom: 103px;
                }
                
                .waibao ul li {
                    margin-top: 30px;
                    width: 20%;
                }
                
                .waibao ul li div {
                    margin-top: 30px;
                }
                
                .waibao ul li span {
                    color: #cc3333;
                }
                
                .zn {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                
                /* .zn li {
                    width: 250px;
                    height: 344px;
                } */
                
                .zn li img {
                    width: 100%;
                    height: 100%;
                    max-height: 344px;
                    max-width: 251px;
                    /*margin: 22px;*/
                }
                
                .box_ul h5 {
                    text-align: center;
                    font-size: 36px;
                    margin-bottom: 30px;
                }
                
                .box_aa {
                    background: #fff;
                    padding: 60px;
                    box-sizing: border-box;
                }
                
                .box_aa dt {
                    display: flex;
                    justify-content: space-between;
                    font-size: 40px;
                }
                
                .box_aa dt .red {
                    color: #cc3333;
                }
                
                .box_aa .leixing {
                    color: #000;
                    font-size: 24px;
                    margin-top: 30px;
                    margin-bottom: 30px;
                }
                
                .box_aa .gs span {
                    display: inline-block;
                    padding: 0 26px;
                    font-size: 18px;
                    border-right: 1px solid #eee;
                }
                
                .address {
                    margin-top: 20px;
                }
                
                .address img {
                    margin-right: 20px;
                }
                
                .goutong {
                    margin-top: 50px;
                }
                
                .goutong div {
                    margin-bottom: 20px;
                }
                
                .xinxi h5 {
                    font-size: 36px;
                    margin-bottom: 50px;
                    margin-top: 20px;
                }
                
                .xinxi div ul {
                    font-size: 18px;
                    line-height: 200%;
                }
                
                .btn_box_c {
                    display: inline-block;
                    border: none;
                    margin-top: 20px;
                }
                
                .ewm {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 153px;
                    height: 153px;
                    z-index: 999;
                }
                
                .block {
                    cursor: pointer;
                }
                
                .block .ewm {
                    transform: rotateY(90deg);
                    transition: 0.8s;
                }
                
                .block:hover .ewm {
                    transform: rotateY(180deg);
                }
                
                .mask {
                    display: none;
                }
                
                .relation {
                    opacity: 1;
                    display: block;
                }
                
                
                @media (max-width: 1200px) {
                    .wt li {
                        width: 510px;
                        border: 1px solid #eee;
                        margin-top: 40px;
                        height: auto;
                
                    }
                
                    .ip_h {
                        display: none;
                    }
                
                    .dw_box {
                        position: relative;
                    }
                
                    .header {
                        /* position: fixed; */
                        width: 100%;
                        left: 0;
                        top: 0;
                        z-index: 99999;
                    }
                
                    .wrap {
                        width: 100%;
                    }
                
                    .nav_btn_n {
                        width: 50px;
                        margin-right: 30px;
                        margin-top: 36px;
                    }
                
                    .nav_btn_n span {
                        display: inline-block;
                        margin-top: 5px;
                        width: 100%;
                        height: 5px;
                        background: #666;
                    }
                
                    .mask {
                        position: fixed;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, .5);
                        z-index: 999;
                        overflow: auto;
                    }
                
                    .mask &gt; ul {
                        width: 100%;
                        height: 100%;
                        overflow: auto;
                        box-sizing: border-box;
                        margin: 158px auto 0;
                        background: #fff;
                        text-align: left;
                        padding-bottom: 100px;
                    }
                
                    .mask ul li ul {
                        display: none;
                    }
                
                    .mask &gt; ul li a {
                        color: #000;
                        display: block;
                        padding: 20px;
                        width: 90%;
                        font-size: 16px;
                    }
                
                    .mask ul li div {
                        display: flex;
                        justify-content: space-between;
                        width: 100%;
                        height: 10px;
                    }
                
                    .mask ul li div img {
                        width: 20px;
                        height: 20px;
                        transition: all ease-in 300ms;
                    }
                
                    .mask ul li .btn_oc.on {
                        transform: rotateX(180deg)
                    }
                
                    .mask ul li:hover {
                        background: #cc3333;
                    }
                
                    .mask ul li {
                        position: relative;
                    }
                
                    .btn_oc {
                        position: absolute;
                        right: 10px;
                        top: 20px;
                        z-index: 999;
                        width: 17px;
                    }
                
                    .index-service .list {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        padding: 20px;
                        box-sizing: border-box;
                    }
                
                    .index-service .list .item {
                        width: 45%;
                        margin: 10px 0;
                    }
                
                    .index-service .list .item img {
                        width: 100%;
                    }
                
                    .index-service .list .item .text {
                        left: 0;
                    }
                
                    .index-service .list .item::before {
                        width: 100%;
                    }
                
                    .fc:after {
                        visibility: hidden;
                        /* display: block; */
                        font-size: 0;
                        content: none;
                        clear: both;
                        height: 0;
                    }
                
                    .index-partner .list {
                        display: flex;
                        flex-wrap: wrap;
                    }
                
                    .index-partner .list .item {
                        float: none;
                        text-align: left;
                        width: 103px;
                    }
                
                    .footer .box {
                        padding: 20px;
                    }
                
                    .footer .concact {
                        float: none;
                    }
                
                    .footer .message {
                        float: none;
                    }
                
                    .footer .wechat {
                        float: none;
                    }
                
                    .footer .submit-btn {
                        width: 100%;
                    }
                
                    .footer .box .h3 {
                        margin-top: 20px;
                    }
                
                    .footer .form-item {
                        padding: 15px 10px;
                    }
                
                    .footer .submit-btn {
                        padding: 15px 10px;
                    }
                
                
                    .concact-phone {
                        display: flex;
                        justify-content: space-between;
                        flex-wrap: wrap;
                    }
                
                    .concact-phone .p {
                        float: none;
                    }
                
                    .dt_box {
                        display: flex;
                        flex-wrap: wrap;
                    }
                
                    .service-item {
                        float: none;
                        width: 48%;
                    }
                
                    .service-list {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                    }
                
                    .service-item .text {
                        width: 240px;
                    }
                
                    .service-item .picture {
                        width: 229px;
                    }
                
                    .service-item .picture::before {
                        width: 229px;
                    }
                
                    .service-list {
                        padding: 10px;
                        box-sizing: border-box;
                    }
                
                    .fc:after {
                        content: none;
                    }
                
                    .service-item {
                        margin-right: 0;
                    }
                
                    .job-list {
                        width: 100%;
                    }
                
                    .search-job .search {
                        width: 584px;
                        margin-top: 16px;
                    }
                
                    .search-job {
                        padding: 10px 100px 100px;
                    }
                
                    .job-list .item {
                        width: 48%;
                    }
                
                    .job-list {
                        padding: 0 20px;
                        box-sizing: border-box;
                    }
                
                    .w1200 {
                        width: 100%;
                        padding: 20px;
                        box-sizing: border-box;
                    }
                
                    .ewm {
                        width: 138px;
                        height: 138px;
                    }
                
                    .ewma {
                        width: 138px;
                        height: 138px;
                    }
                
                    .aaa_b {
                        height: 138px;
                    }
                
                    .ul_list li {
                        width: 48%;
                    }
                
                    .ul_list li div {
                        width: 100%;
                    }
                
                    .box_ul ul li {
                        width: 48%;
                    }
                    #mobile_keyword:hover{
                        background: #999 !important;
                        color: #fff !important;
                    }
                    .nav_btn_n span {
                        display: block;
                        margin-top: 10px;
                        width: 100%;
                        height: 5px;
                        background: #666;
                    }
                
                    .nav_btn_n {
                        display: block !important;
                        width: 40px;
                        margin-right: 10px;
                        margin-top: 36px;
                    }
                }
                
                .vi_box {
                    position: relative;
                    width: 100%;
                    height: 375px;
                }
                
                .vi_box img {
                    height: 100%;
                }
                
                .index-about .about {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }
                
                .v_s {
                    width: 100%;
                    max-height: 100%;
                    height: 100%;
                }
                
                
                @media (max-width: 768px) {
                    img{
                        width: 100%;
                    }
                    .jj {
                        color: #666;
                        margin-top: 20px;
                        flex-wrap: wrap;
                    }
                    .jj span{
                        width:100%;
                    }
                     .buun{
                         display: none;
                     }
                    .pages a {
                        display: flex;
                        align-items: center;
                        height: 32px;
                        line-height: 32px;
                        padding: 0 12px;
                        border: 1px solid #E6E7E9;
                        border-radius: 3px;
                        background-color: #fff;
                        margin: 0 0px;
                    }
                    .service-show {
                        padding: 20px 30px;
                    }
                    .dddd {
                        padding-bottom: 20px !important;
                        margin-bottom: 0;
                    }
                    .header .logo {
                        width: 65px;
                        height: 101px;
                        margin: 28px 0 0 10px;
                    }
                    .waibao ul li {
                        margin-top: 30px;
                        width: 48%;
                    }
                    .flex-bet a {
                        margin: 8px 0px !important;
                    }
                
                    .wt li div {
                        padding: 20px;
                        box-sizing: border-box;
                        background: #fff;
                        display: flex;
                        vertical-align: middle;
                        align-items: center;
                    }
                
                    .ewm {
                        width: 99px;
                        height: 99px;
                    }
                
                    .ewma {
                        width: 99px;
                        height: 99px;
                    }
                
                    .aaa_b {
                        height: 99px;
                    }
                
                    .zn {
                        display: flex;
                        flex-wrap: wrap;
                        padding: 20px;
                    }
                
                    .zn li {
                        width: 48%;
                    }
                
                    .zn li img {
                        width: 100%;
                    }
                }
                
                @media (max-width: 1040px) {
                    .c_box{
                        display: flex;
                        justify-content: space-between;
                    }
                    .liuyan img {
                        width: 100%;
                    }
                
                    .liuyan div textarea {
                        width: 100%;
                    }
                
                    .liuyan div {
                        width: 100%;
                    }
                
                    .service-item .picture {
                        width: 100%;
                    }
                
                    .wt li {
                        width: 48%;
                    }
                
                    .wt span {
                        width: 90%;
                    }
                
                    .service-item .picture::before {
                        width: 100%;
                    }
                
                    .service-item .text {
                        width: 100%;
                    }
                
                    .strength-item .p {
                        padding: 0;
                    }
                
                    .strength-item .picture {
                        width: 175px;
                        height: 175px;
                    }
                
                    .search-job .search {
                        width: 57%;
                    }
                
                    .search-job .search .hot .a {
                        font-size: 12px;
                    }
                
                    .ewm {
                        width: 129px;
                        height: 129px;
                    }
                
                    .ewma {
                        width: 129px;
                        height: 129px;
                    }
                
                    .aaa_b {
                        height: 129px;
                    }
                
                    .ul_list li {
                        width: 100%;
                    }
                
                    .box_ul ul li {
                        width: 100%;
                    }
                }
                
                .tit_bb {
                    text-align: center;
                    margin: 70px 0;
                    font-size: 30px;
                }
                
                .list_s li {
                    padding: 30px;
                    box-sizing: border-box;
                    background: #fff;
                    margin-bottom: 40px;
                }
                
                .ys_a {
                    margin-bottom: 30px;
                    font-size: 22px;
                }
                
                .ys_a span {
                    color: #CC3333;
                }
                
                .ys_b {
                    font-size: 16px;
                    color: #666;
                    line-height: 200%;
                    margin-bottom: 30px;
                }
                
                .ys_c {
                    font-size: 12px;
                    color: #666;
                }
                
                .zs {
                    display: flex;
                    background: #fff;
                    padding: 20px;
                    margin-top: 40px;
                    display: none;
                }
                
                .zs li {
                    margin-left: 20px;
                }
                
                .zs li a {
                    display: block;
                }
                
                .zs li a:hover {
                    color: #CC3333;
                }
                
                
                
                @media (max-width: 560px) {
                    .addtext{
                        display: block;
                    }
                 
                    .addtext section{
                        width: 100% !important;
                    }
                
                    .xsk{
                        display: flex !important;
                        justify-content: space-between;
                    }
                    .wt li {
                        width: 100%;
                    }
                
                    .liuyan div {
                        padding: 20px;
                    }
                
                    .input_box {
                        width: 100%;
                    }
                
                    .input_box input {
                        width: 100%;
                    }
                
                    .liuyan img {
                        width: 100%;
                        height: 200px;
                    }
                
                    .vi_box {
                        position: relative;
                        width: 100%;
                        height: 200px;
                    }
                
                    .mar {
                        margin-top: 0 !important;
                    }
                
                    .waibao &gt; div {
                        margin-bottom: 20px;
                    }
                
                    .mask &gt; ul {
                        width: 100%;
                        box-sizing: border-box;
                        margin: 158px auto 0;
                        background: #fff;
                        text-align: left;
                    }
                
                    .index-about .about .text {
                        top: 53px;
                    }
                
                    .index-service .list .item {
                        height: 95px;
                    }
                
                    .index-service .list .item::before {
                        height: 95px;
                    }
                
                    .index-service .list .item .text {
                        top: 35px;
                        font-size: 14px;
                    }
                
                    .index-about .about .text .h4 {
                        font-size: 18px;
                    }
                
                    .index-service .box .item .h3 {
                        font-size: 18px;
                    }
                
                    .index-service .box .item .red {
                        font-size: 16px;
                    }
                
                    .index-service .box {
                        margin: 0;
                        width: 100%;
                    }
                
                    .course {
                        margin: 0;
                    }
                
                    .inner-box .p {
                        font-size: 12px;
                    }
                
                    .inner-box .body {
                        margin: 0;
                    }
                
                    .service-area .info {
                        position: static;
                    }
                
                    .service-area .info {
                        position: absolute;
                        top: 277px;
                        left: 0;
                        z-index: 3;
                    }
                
                    .service-area .info .text {
                        font-size: 12px;
                        color: #333;
                        line-height: 2.4;
                        letter-spacing: 3px;
                    }
                
                    .service-area .info .text b {
                        font-size: 14px;
                    }
                
                    .footer .box .h4 {
                        font-size: 14px;
                    }
                
                    .footer .box .h5 {
                        font-size: 12px;
                    }
                
                    .footer .box .h3 {
                        font-size: 16px;
                    }
                
                    .footer .bottom {
                        line-height: 20px;
                    }
                
                    .course-item .year .b {
                        font-size: 16px;
                        width: 80px;
                    }
                
                    .course-item .list {
                        margin: 20px 0 20px 80px;
                    }
                
                    .course-item .list .item {
                        font-size: 12px;
                    }
                
                    .concact-phone .p {
                        width: 100%;
                    }
                
                    .service-item .picture {
                        height: 140px;
                    }
                
                    .service-item .picture::before {
                        height: 140px;
                    }
                
                    .service-item .text {
                        height: auto;
                    }
                
                    .service-item .text .h3 {
                        font-size: 14px;
                        margin: 5px auto;
                    }
                
                    .strength-item {
                        width: 100%;
                    }
                
                    .job-list .item {
                        width: 100%;
                    }
                
                    .search-job {
                        padding-bottom: 192px;
                    }
                
                    .search-job .search {
                        width: 100%;
                    }
                
                    .jump {
                        display: none;
                    }
                
                    .search-job {
                        padding: 10px 35px 185px;
                    }
                
                    .box_aa dt {
                        font-size: 20px;
                    }
                
                    .box_aa .leixing {
                        font-size: 16px;
                    }
                
                    .box_aa .gs span {
                        font-size: 13px;
                    }
                
                    .xinxi h5 {
                        font-size: 18px;
                        margin-bottom: 15px;
                    }
                
                    .xinxi {
                        font-size: 12px;
                    }
                
                    .ewm {
                        width: 49px;
                        height: 49px;
                    }
                
                    .ewma {
                        width: 49px;
                        height: 49px;
                    }
                
                    .aaa_b {
                        height: 49px;
                    }
                
                    .zn {
                        padding: 20px;
                        margin-bottom: 20px;
                        display: flex;
                        justify-content: space-between;
                    }
                
                    .zn li {
                        width: 100%;
                    }
                
                    .zn li img {
                        width: 100%;
                    }
                
                    .jj span {
                        display: block;
                    }
                
                    .jj span:nth-child(2) {
                        margin-left: 0px !important;
                    }
                
                    .tt_box dt .tit {
                        font-size: 20px;
                    }
                
                    .ul_list li div h5 {
                        font-size: 18px;
                    }
                
                    .ul_list li {
                        margin-bottom: 10px;
                    }
                }
                
                .box_header_box{
                    display: flex;
                }
                
                @media (max-width: 450px) {
                }
                
                @media (max-width: 360px) {
                    .service-item .text .p {
                        font-size: 12px;
                    }
                
                    .box_aa .gs span {
                        font-size: 12px;
                    }
                }</pre></body></html>