﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
.yih {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.erh {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
header {
    position:absolute;
    left:0;
    top: 0;
    width: 100%;
    z-index: 102;
    background: linear-gradient(to bottom,rgb(0, 0, 0),rgba(0, 0, 0, 0));
    
}
header::after {
    content:"";
    width:100%;
    height:1px;
    background:rgba(255,255,255,.4);
    position:absolute;
    bottom:0;
    left:0;
}
.header_pack {
    display:flex;
    justify-content:space-between;
}
.logo {
    height:100px;
    padding:20px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.navlist {
    display:flex;
    align-items:center;
}
.w_nav {
    display:flex;
}
.w_nav>li {
    padding:0 25px;
}
.w_nav>li>a {
    display:block;
    font-size:18px;
    line-height:24px;
    color:#fff;
}
    .w_nav > li {
        position: relative;
    }

.er_nav {
    position: absolute;
    top: 130%;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,.8);
    min-width: 220px;
    z-index: 102;
    border-radius:5px;
    display:none;
}

    .er_nav li a {
        display: block;
        white-space: nowrap;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        padding:0 15px;
    }
        .er_nav li a:hover {
            color: rgb(0, 113, 188);
        }
.search_pack {
    width: 250px;
    border: 1px solid rgb(255, 255, 255);
    line-height:36px;
    border-radius:36px;
    display:flex;
    margin-left:25px;
}
.search_pack input {
    width:calc(100% - 50px);
    background:transparent;
    color:#fff;
    font-size:18px;
    padding:0 26px;
    border:none;
    outline:none;
    border-radius:36px 0 0 36px;
}
    .search_pack input::-webkit-input-placeholder {
        color:#fff;
    }
    .search_pack i {
        width: 50px;
        position: relative;
        height: 36px;
        background: url(../images/search.png) no-repeat center;
        display: block;
        cursor:pointer;
    }
    .search_pack i::before {
        content:"";
        width:1px;
        height:16px;
        background:#fff;
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }
.nei-banner{
    position:relative;
}
.nei-banner img ,
.img img{
    width:100%;
    display:block;
}
.banner_title {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
    transform:translateY(-50%);
    color:#fff;
}
.banner_title h3 {
    font-size:60px;
    line-height:79px;
    font-weight:bold;
}
.banner_title p {
    font-size:28px;
    line-height:1;
    margin-top:20px;
}
.news{
    padding:93px 0 120px;
}
.public_title {
    text-align:center;
}
.public_title h3 {
    font-size:60px;
    line-height:79px;
    font-weight:bold;
    color:#000;
}
    .public_title p {
        font-size: 16px;
        line-height: 21px;
        color: rgb(98, 98, 98);
        margin-top:25px;
    }
.news_classify {
    display:flex;
    justify-content:center;
    margin-top:50px;
}
.news_classify li {
    padding:0 5px;
}
    .news_classify li a {
        display: block;
        border: 1px solid rgb(232, 232, 232);
        min-width: 160px;
        line-height: 48px;
        font-size: 18px;
        text-align: center;
        color: rgb(0, 0, 0);
    }
        .news_classify li .active {
            background: rgb(0, 113, 188);
            color: #fff;
            box-shadow: 0 5px 10px rgba(0, 130, 202, 0.4);
        }
.news_list {
    margin-top:50px;
}
.news_list_cont {
    margin:0 -20px;
    display:flex;
    flex-wrap:wrap;
}
.news_list_cont li {
    padding:0 20px;
    width:33.3333%;
    margin-bottom:40px;
}
    .news_list_cont li a {
        display:block;
    }
.news_list_cont_img{
    overflow:hidden;
}
.news_list_cont_img img {
    transition:all .5s;
}
.news_list_cont_text h4 {
    font-size:20px;
    line-height:26px;
    color:#000;
    margin-top:22px;
    font-weight:bold;
}
.news_list_cont_text p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(97, 98, 99);
    margin-top:19px;
}
.news_list_cont_text span {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 21px;
    color: rgb(171, 172, 173);
    margin-top:17px;
    align-items:center;
}
.news_list_cont_text span i {
    width:32px;
    height:32px;
    background:url(../images/news_icon.png) no-repeat center/100% 100%;
    display:flex;
}
.news_list_cont li a:hover img {
    transform:scale(1.1);
}
.news_list_cont li a:hover h4 {
    color: rgb(0, 113, 188);
}
.newsdetail {
    padding:100px 0;
}
.NewsDetail001-title h3 {
    font-size:36px;
    line-height:48px;
    font-weight:bold;
    color:#000;
}
.NewsDetail001 {
    margin:0;
}
footer {
    background: rgb(48, 48, 48);
    padding:50px 0 45px;
}
.footer_pack{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:50px;
}
.footer_logo{
    width:139px;
}
.footer_logo a {
    display:block;
    width:100%;
}
.footer_logo img {
    max-width:100%;
    display:block;
}
.footer_navlist {
    width:50%;
    display:flex;
}
.footer_nav {
    width:33.3333%;
}
.footer_nav:last-child {
    width:calc(100% - 33.333%);
}
.footer_nav h4 {
    font-size:20px;
    line-height:26px;
    color:#fff;
    font-weight:bold;
}
    .footer_nav div {
        margin-top:20px;
    }
    .footer_nav .footer_navtext {
        display: block;
    }
        .footer_nav .footer_navtext a {
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: rgb(181, 181, 181);
        }
        .footer_nav:last-child .footer_navtext {
            display: flex;
            flex-wrap: wrap;
        }
    .footer_nav:last-child .footer_navtext a {
        width:50%;
    }
    .footer_nav .footer_navtext a:hover {
        color:#fff;
    }
.footer_code{
    width:270px;
    
}
.footer_codelist {
    display: flex;
    justify-content: space-between;
}
.footer_code li {
    width: 70px;
}
    .footer_code li p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: rgb(255, 255, 255);
        margin-top:5px;
    }
.copyright {
    border-top: 1px solid rgba(255, 255, 255,.15);
    text-align:center;
    padding-top:28px;
}
    .copyright a {
        font-size: 18px;
        line-height: 24px;
        color: rgb(181, 181, 181);
    }
.faq_list li {
    margin-bottom:55px;
}
.faq_list li:last-child {
    margin-bottom:27px;
}
.faq_list_pack {
    padding-left:40px;
    position:relative;
}
    .faq_list_pack::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgb(0, 113, 188);
        position:absolute;
        left:0;
        top:10px;
    }
    .faq_list_pack h4 {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
    .faq_list_pack p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(97, 98, 99);
        margin-top:20px;
    }
.program_list,
.case_list_cont {
    margin-top: 50px;
}
.program_list_cont{
    margin:0 -20px ;
    display:flex;
    flex-wrap:wrap;
}
.program_list_cont li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .program_list_cont li a {
        display:block;
        position:relative;
    }
.program_list_img{
    overflow:hidden;
}
.program_list_img img {
    transition:all .5s;
}
.program_list_cont_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,40%);
    position: absolute;
    top: 0;
    left: 0;
    font-size:24px;
    line-height:36px;
    color:#fff;
}
.program {
    padding:94px 0 100px;
}
.program_list_cont li a:hover img {
    transform:scale(1.1);
}
.case_list {
    display:flex;
    margin:0 -20px;
    flex-wrap:wrap;
}
.case_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .case_list li a {
        display:block;
        position:relative;
    }
.case_list_img {
    overflow:hidden;
}
.case_list_img img {
    transition:all .5s;
}
.case_list_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgb(0, 0, 0));
    padding: 85px 30px 35px;
    color: #fff;
}
.case_list_text h4 {
    font-size:20px;
    line-height:26px;
    font-weight:bold;
}
.case_list_text p {
    font-size:16px;
    line-height:24px;
    margin-top:20px;
    color:rgba(255,255,255,.6);
}
    .case_list_text span {
        position: absolute;
        width: calc(100% - 60px);
        height: 20px;
        background: linear-gradient(to left,rgb(0, 113, 188),rgb(46, 49, 146));
        left:0;
        bottom:-10px;
    }
.case_list li a:hover img {
    transform:scale(1.1);
}
.program_list_content{
    display:flex;
    flex-wrap:wrap;
    margin:0 -12.5px ;
}
.program_list_content li {
    width:33.3333%;
    padding:0 12.5px;
    margin-bottom:25px;
}
    .program_list_content li a {
        display: block;
        padding: 20px;
        background: rgb(246, 246, 246);
        transition:all .5s;
    }
.program_list_img2{
    overflow:hidden;
}
.program_list_img2 img {
    transition:all .5s;
}
.program_list_cont2 h4 {
    font-size: 18px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-top:18px;
}
.program_list_cont2 span {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 21px;
    color: rgb(97, 98, 99);
    margin-top:17px;
}
.program_list_content li a:hover {
    background: rgb(0, 113, 188);
}
.program_list_content li a:hover h4 {
    color:#fff;
}
.program_list_content li a:hover span {
    color:#fff;
}
.programDetail {
    padding:100px 0 120px;
}
.programDetail_plate1 {
    display:flex;
    align-items:center;
}
.programDetail_plate1_img {
    width:700px;
}
.programDetail_plate1_cont {
    width:calc(100% - 700px);
    padding-left:60px;
}
    .programDetail_plate1_cont h3 {
        font-size: 40px;
        line-height: 53px;
        color: rgb(0, 0, 0);
    }
.programDetail_plate1_text {
    font-size: 16px;
    line-height: 28px;
    color: rgb(98, 98, 98);
    margin-top:35px;
}
    
    .condition {
        margin-top: 50px;
    }
    .condition h4,
    .dpulibc {
        font-size: 28px;
        line-height: 37px;
        color: rgb(0, 0, 0);
    }
.condition_desc {
    margin-top: 35px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(98, 98, 98);
}
.condition_list {
    display:flex;
    flex-wrap:wrap;
    margin:13px 0 0;
}
    .condition_list span {
        min-width: 23.5%;
        margin:0 10px;
        border-radius: 50px;
        line-height: 48px;
        border: 1px solid rgba(0, 113, 188, 0.6);
        font-size: 16px;
        color: rgb(0, 113, 188);
        text-align: center;
        display: block;
        margin-bottom: 20px;
        padding:0 5px;
    }
.flow {
    margin-top:30px;
}
.flow_list {
    margin-top:25px;
    position:relative;
    display:flex;
    justify-content:space-around;
    padding:0 100px;
}
    .flow_list::after {
        content:"";
        width:100%;
        height:15px;
        background:url(../images/f5.png) no-repeat center/100% 100%;
        position:absolute;
        top:49px;
        left:0;
        z-index:-1;
    }
    .flow_list li {
        width: 160px;
    }
.flow_list_icon img {
    max-width:100%;
    display:block;
    margin:0 auto;
}
.flow_list_pack p {
    font-size:18px;
    line-height:1.2;
    text-align:center;
    margin-top:20px;
}
.program_case_list {
    margin-top:25px;
}
.program_case{
    margin-top:80px;
}
.program_news{
    margin-top:57px;
}
.program_faq {
    margin-top:10px;
}
.news_faq_cont li h4 {
    display: flex;
    justify-content: space-between;
    padding: 19px 0;
    border-bottom: 1px solid rgb(185, 188, 197);
    font-size: 16px;
    line-height: 21px;
    color: rgb(0, 0, 0);
}
    .news_faq_cont li h4 i {
        transition:all .5s;
    }
    .news_faq_cont li h4 span {
        width: 80%;
    }
.news_faq_desc {
    font-size: 16px;
    line-height: 21px;
    color: rgb(97, 98, 99);
    display:none;
}
    .news_faq_desc p {
        padding: 20px;
        background: rgb(248, 251, 255);
    }
.news_faq_cont li.active h4 i {
    transform:rotate(180deg);
}
.aboutus{
    padding:195px 0 150px;
    
}
    .aboutus .container {
        position: relative;
    }
.aboutus_pack {
    display: flex;
    align-items: flex-end;
    justify-content:flex-end;
    height: 700px;
}
.aboutus_cont {
    width: 705px;
    padding: 81px 90px 150px;
    background: rgb(246, 246, 246);
    position:absolute;
    z-index:2;
    left:0;
    top:-95px;
}
    .aboutus_cont h3 {
        font-size: 60px;
        line-height: 79px;
        color: rgb(0, 0, 0);
        font-weight:bold;
        text-align:center;
    }
    .aboutus_cont h5 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight:500;
        margin-top:40px;
    }
    .aboutus_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top:30px;
        max-height:310px;
        overflow:auto;
    }
.aboutus_img {
    width:770px;
    position:relative;
}
.aboutus_img i {
    width:100px;
    height:100px;
    background:url(../images/stop.png) no-repeat center/100% 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    cursor:pointer;
}
.aboutus2 {
    margin-top:113px;
}
.aboutus2_list{
    margin:50px -12.5px 0;
    display:flex;
}
.aboutus2_list li {
    width:33.3333%;
    padding:0 12.5px;
    
}
.aboutus2_list_pack {
    padding: 50px 50px 105px;
    height: 100%;
    background: linear-gradient(to bottom,rgb(252, 252, 255),rgb(243, 242, 255));
    position:relative;
    overflow:hidden;
}
.aboutus2_list_pack h3 {
    font-size:28px;
    line-height:37px;
    color:#000;
    font-weight:bold;
    text-align:center;
}
.aboutus2_list_cont {
    display:flex;
    flex-wrap:wrap;
    margin-top:30px;
    max-height:100px;
    overflow:auto;
}
    .aboutus2_list_cont a {
        padding: 0 5px;
        width: 50%;
        font-size: 16px;
        line-height: 24px;
        color: rgba(0, 0, 0,.6);
    }
.aboutus2_list_pack p {
   max-width:110px;
   position:absolute;
   right:0;
   bottom:0;
}
.aboutus2_list li:first-child p {
    right:20px;
}
.aboutus3 {
    padding:95px 0 332px;
    background:url(../images/aboutbg.png) no-repeat center/cover;
}
.aboutus3_title h3 {
    color:#fff;
}
.aboutus3_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.aboutus3_list li {
    width:22%;
    margin-top:80px;
}
.aboutus3_list_pack {
    border-bottom:1px solid rgba(255,255,255,.6);
    padding-bottom:16px;
    height:100%;
}
.aboutus3_list_icon {
    height:52px;
}
.aboutus3_list_icon img {
    max-height:100%;
    display:block;
}
.aboutus3_list_pack p {
    font-size: 18px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    margin-top:5px;
}
.aboutus4 {
    padding:113px 0 119px;
}
.aboutus4_title h3 {
    text-align:left;
}
.aboutus4_pack {
    display:flex;
}
.aboutus4_left {
    width:calc(100% - 600px);
    padding-right:70px;
}
.aboutus4_left_text {
    display:flex;
    align-items:flex-start;
    margin-top:45px;
}
.aboutus4_left_icon {
    width:20px;
}
.aboutus4_left_icon img {
    max-width:100%;
    display:block;
    margin:0 auto;
}
.aboutus4_left_conttext {
    width:calc(100% - 20px);
    padding-left:15px;
}
    .aboutus4_left_conttext h4 {
        font-size: 18px;
        line-height: 24px;
        color: rgb(171, 172, 173);
    }
    .aboutus4_left_conttext p {
        font-size: 18px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        margin-top:8px;
        text-transform:uppercase;
    }
.aboutus4_right {
    width:600px;
    padding-top:25px;
}
.aboutus4_message {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.aboutus4_input {
    width:calc(50% - 5px);
    margin-bottom:10px;
}
    .aboutus4_input input {
        border: 1px solid rgb(232, 232, 232);
        padding: 0 20px;
        font-size: 18px;
        line-height:48px;
        color: rgb(0, 0, 0);
        width:100%;
    }
        .aboutus4_input input::-webkit-input-placeholder,
        .aboutus4_input textarea::-webkit-input-placeholder{
            color: #000;
        }
    .aboutus4_input:last-child  {
        width:100%;
    }
    .aboutus4_input textarea {
        width: 100%;
        padding: 10px 20px;
        color: #000;
        font-size: 18px;
        border: 1px solid rgb(232, 232, 232);
        height:160px;
        resize:none;
    }
.submit {
    width: 190px;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid rgb(0, 113, 188);
    background: rgb(0, 113, 188);
    box-shadow: 0 5px 10px rgba(0, 130, 202, 0.4);
    color: #fff;
    text-align: center;
    margin-top: 20px;
    cursor:pointer;
    transition:all .5s;
}
.submit:hover {
    background:#fff;
    color:rgb(0, 113, 188);
}
.homebannerswiper{
    overflow:hidden;
}
    .homebannerswiper a {
        display:block;
        position:relative;
    }
    .homebannerswiper img {
        width: 100%;
        display: block;
    }
.banner_cont {
    width:1400px;
    position:absolute;
    left:50%;
    top:40%;
    transform:translate(-50%,-50%);
    color:#fff;
}
.banner_cont h3 {
    font-size:80px;
    line-height:90px;
    font-weight:bold;
}
.banner_cont p {
    font-size:28px;
    line-height:1;
    margin-top:55px;
}
.banner_cont span {
    display:block;
    margin-top:48px;
    width:190px;
    line-height:48px;
    font-size:16px;
    text-align:center;
    background:rgb(0, 113, 188);
}
    .banner_cont span:hover {
        opacity:.8;
    }
.home_aboutus {
    padding-top:0;
}
.aboutus_cont p::-webkit-scrollbar {
    width:2px;
}
.aboutus_cont > a,
.home_news_left a {
    display: block;
    width: 190px;
    line-height: 50px;
    background: rgb(0, 113, 188);
    box-shadow: 0 5px 10px rgba(0, 130, 202, 0.4);
    margin: 95px auto 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
    .aboutus_cont > a:hover,
    .home_news_left a:hover{
        opacity: .8;
    }
.home_aboutus .aboutus_cont {
    padding-bottom:77px;
}
.home_program {
    padding-bottom:120px;
}
.home_program_pack {
    margin-top: 50px;
}
.home_program .container > a,
.home_case .container>a{
    display: block;
    width: 190px;
    line-height: 48px;
    border: 1px solid rgb(0, 113, 188);
    margin: 25px auto 0;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 113, 188);
}
    .home_program .container > a:hover,
    .home_case .container > a:hover{
        background: rgb(0, 113, 188);
        color: #fff;
    }
.home_advantage_pack {
    display:flex;
    justify-content:space-between;
}
.home_advantage {
    background:url(../images/aboutbg.png) no-repeat center/cover;
}
.home_advantage_left .public_title h3 {
    text-align:left;
    color:#fff;
}
.home_advantage_left {
    padding:94px 0 109px;
    width:50%;
}
.home_advantage_list li {
    width:45%;
    margin-top:50px;
}
.home_advantage_right{
    width:35%;
    border-left:1px solid rgba(255,255,255,.3);
    padding:120px 0 109px;
}
.home_advantage_right_list li {
    border-bottom: 1px solid rgba(255, 255, 255,.6);
    padding:45px 0;
}
.home_advantage_right_list li:last-child {
    border:none;
}
.home_advantage_right_pack {
    display:flex;
    align-items:flex-start;
    padding-left:40px;
}
.home_advantage_right_pack h3 {
    font-size:60px;
    line-height:1;
    color:#fff;
    width:80px;
    font-weight:300;
}
.home_advantage_right_cont {
    width:calc(100% - 80px);
    padding-left:10px;
}
    .home_advantage_right_cont h4 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(255, 255, 255);
    }
.home_advantage_right_desc {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:20px;
}
.home_advantage_right_desc a {
    width:calc(50% - 5px);
    font-size:16px;
    line-height:24px;
    color:rgba(255,255,255,.6);
}
.home_case{
    padding:113px 0 120px;
}
.home_case_list{
    margin-top:60px;
}
.home_news {
    background: url(../images/newsbg.png) no-repeat center/cover;
    position: relative;
    height:770px;
}
.home_news_left {
    width: 370px;
    padding: 125px 50px 0 0;
}
.home_news_left h3 {
    font-size:60px;
    line-height:79px;
    color:#fff;
    font-weight:bold;
}
    .home_news_left p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(255, 255, 255);
        margin-top:25px;
    }
    .home_news_left a {
        margin:32px 0 0;
    }
.home_newsswiper {
    width:1270px;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    overflow:hidden;
    padding-left:20px;
}
.home_newslist li {
    padding:0 20px;
    border-left:1px solid rgba(255,255,255,.3);
    padding-top:132px;
}
    .home_newslist li .news_list_cont_text h4 {
        color:#fff;
    }
    .home_newslist li .news_list_cont_text p {
        color:rgba(255,255,255,.6);
    }
.video_pack {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    display: none;
}
.video_cont {
    width:70%;
    max-height:calc(100vh - 100px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    
}
.video_cont .chas {
    font-size:50px;
    font-weight:300;
    line-height:60px;
    position:absolute;
    top:-60px;
    right:0;
    color:#fff;
    transform:rotate(45deg);
    cursor:pointer;
}
.video_cont video {
    width:100%;
}
.home_aboutus .aboutus_pack  {
    height:800px;
}
.aboutus2_list_cont::-webkit-scrollbar {
    width:2px;
}
.about_list {
    display:flex;
    margin-top:40px;
    width:130%;
    margin-left:-15%;
}
    .about_list li {
        width:33.333%;
        border-right:1px solid #bbb;
        text-align:center;
        padding:20px 10px 0;
    }
        .about_list li:last-child  {
            border-right:0;
        }
        .about_list li h3 {
            font-size: 20px;
            line-height: 30px;
            color: rgb(0, 113, 188);
        }
        .about_list li h3 span {
            font-size:36px;
            line-height:46px;
        }
        .about_list li h4 {
            font-size: 16px;
            line-height: 26px;
            color: #000;
            font-weight: bold;
            margin-top: 10px;
        }
        .about_list li h5 {
            font-size:16px;
            line-height:26px;
            color:#000;
            margin-top:10px;
        }
        .about_list li p {
            font-size:14px;
            line-height:24px;
            color:#666;
            margin-top:10px;
        }
        .about_list li>span {
            font-size:14px;
            line-height:24px;
            color:#999;
            display:block;
            margin-top:10px;
        }
        @media(max-width:1500px) {
            .aboutus_cont {
        width:600px;
        padding:50px ;
    }
    .home_aboutus .aboutus_cont {
        padding:50px;
    }
    .home_aboutus .aboutus_pack {
        height:720px;
    }
    .aboutus_img {
        width:650px;
    }
    .aboutus_cont h3,
    .public_title h3,
    .banner_title h3 {
        font-size: 45px;
        line-height: 60px;
    }
    .w_nav > li > a,
    .search_pack input {
        font-size: 16px;
    }
    .banner_cont {
        width:1200px;
        top:50%;
    }
        .banner_cont h3 {
            font-size:55px;
            line-height:70px;
        }
        .banner_cont h3 {
            margin-top:30px;
        }
    .aboutus{
        padding-bottom:100px;
    }
    .home_advantage_right{
        width:45%;
    }
    .home_case,
    .aboutus4 {
        padding: 100px 0;
    }
    .case_list_text{
        padding:30px;
    }
    .home_newsswiper {
        width:65%;
    }
    .banner_title p,
    .banner_cont p,
    .aboutus2_list_pack h3 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 0;
    }
    .banner_cont p{
        margin-top:20px;
    }
    .programDetail_plate1_img{
        width:600px;
    }
    .programDetail_plate1_cont{
        width:calc(100% - 600px);
        padding-left:30px;
    }
        .programDetail_plate1_cont h3 {
            font-size:30px;
            line-height:40px;
        }
    .condition_list span{
        min-width:23%;
    }
    .flow_list{
        padding:0 50px;
    }
    .aboutus_pack {
        height:550px;
    }
    .aboutus2_list_pack {
        padding:50px 20px 100px;
    }
    .aboutus3{
        padding-bottom:200px;
    }
            .about_list {
                width:120%;
                margin-left:-10%;
            }
}
@media(max-width:1000px) {
    .container {
        max-width:100%;
        width:100%;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .about_list {
        width:100%;
        display:block;
        margin:40px 0 0;
    }
        .about_list li {
            width:100%;
            border:0;
        }
        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #000;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
        background:rgb(0, 0, 0);
    }
    
    .w_nav > li > a {
        line-height: 30px;
        text-align: center;
    }
   
    .search_pack {
        width:90%;
        margin:20px  auto 0;
    }
    .aboutus_cont h3, .public_title h3, .banner_title h3 {
        font-size:30px;
        line-height:40px;
    }
    .banner_title p, .banner_cont p, .aboutus2_list_pack h3 {
        font-size:18px;
        line-height:28px;
    }
    .aboutus_cont{
        width:100%;
        position:static;
        padding:20px;
    }
    .aboutus {
        padding:50px 0;
    }
    .aboutus_pack {
        display: block;
        height: auto;
    }
    .aboutus_img {
        width:100%;
        margin-top:20px;
    }
        .aboutus_img i{
            width:60px;
            height:60px;
        }
    .aboutus2{
        margin-top:50px;
    }
    .aboutus2_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .aboutus2_list{
        display:block;
        margin:30px 0 0;
    }
    .aboutus3,
    .home_case, .aboutus4 {
        padding: 50px 0;
    }
    .aboutus3_list li{
        width:49%;
        margin-top:30px;
    }
    .aboutus3_list_pack p{
        font-size:16px;
    }
    .aboutus4_title h3 {
        text-align:center;
    }
    .aboutus4_pack{
        display:block;
    }
    .aboutus4_left {
        width:100%;
        padding-right:0;
    }
    .aboutus4_left_conttext h4,
    .aboutus4_left_conttext p {
        font-size: 16px;
    }
    .aboutus4_right{
        width:100%;
    }
    .aboutus4_input{
        width:100%;
    }
        .aboutus4_input input,
        .aboutus4_input textarea {
            font-size: 16px;
        }
    .submit{
        width:150px;
        line-height:43px;
    }
    .footer_navlist{
        display:none;
    }
    .footer_pack{
        display:block;
    }
    .footer_logo {
        width:100px;
        margin:0 auto;
    }
    .footer_code {
        margin:30px auto 0;
    }
    footer {
        padding:20px 0;
    }
    .copyright a{
        font-size:14px;
    }
    .footer_pack {
        padding-bottom:20px;
    }
    .news {
        padding:50px 0;
    }
    .news_classify {
        overflow:auto;
        margin-top:30px;
    }
        .news_classify li a{
            min-width:120px;
            font-size:16px;
            line-height:43px;
        }
    .news_list_cont {
        margin:30px 0 0;
    }
    .news_list_cont li {
        width: 100%;
        padding:0;
        margin-bottom:20px;
    }
    .news_list_cont_text h4 {
        font-size:18px;
        line-height:28px;
    }
    .newsdetail {
        padding:30px 0;
    }
    .NewsDetail001-title h3{
        font-size:30px;
        line-height:40px;
    }
    .program{
        padding:30px 0;
    }
    .program_list, .case_list_cont{
        margin-top:30px;
    }
    .program_list_cont {
        margin:0 -5px;
    }
    .program_list_cont li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:10px;
    }
    .program_list_cont_text{
        font-size:18px;
    }
    .case_list,
    .program_list_content {
        margin: 0;
    }
        .case_list li,
        .program_list_content li {
            width: 100%;
            margin-bottom: 30px;
            padding: 0;
        }
        .program_list_content li  {
            margin-bottom:20px;
        }
    .programDetail{
        padding:50px 0;
    }
    .programDetail_plate1{
        display:block;
    }
    .programDetail_plate1_img{
        width:100%;
    }
    .programDetail_plate1_cont{
        width:100%;
        padding-left:0;
        margin-top:30px;
    }
        .programDetail_plate1_cont h3 {
            font-size:20px;
            line-height:30px;
        }
    .programDetail_plate1_text {
        margin-top:20px;
    }
    .flow_list::after{
        display:none;
    }
    .flow_list {
        padding:0;
        flex-wrap:wrap;
    }
        .flow_list li{
            width:50%;
            margin-bottom:20px;
        }
    .flow_list_pack p {
        font-size:16px;
    }
    .program_case_list{
        margin-top:25px;
    }
    .banner_cont {
        width:90%;
    }
        .banner_cont h3 {
            font-size:30px;
            line-height:40px;
        }
        .banner_cont p{
            margin-top:10px;
        }
        .banner_cont span {
            display:none;
        }
        .banner_cont h3{
            margin-top:0;
        }
    .home_aboutus .aboutus_cont {
        padding:20px;
    }
    .aboutus_cont > a, .home_news_left a,
    .home_program .container > a, .home_case .container > a {
        width: 150px;
        margin-top: 30px;
        line-height: 43px;
    }
    .home_aboutus .aboutus_pack{
        height:auto;
    }
    .home_program{
        padding-bottom:50px;
    }
    .home_advantage_pack{
        display:block;
    }
    .home_advantage_left{
        padding:50px 0;
        width:100%;
    }
    .home_advantage_right{
        width:100%;
        padding:0 0 50px;
    }
    .home_advantage_right_pack{
        padding-left:0;
    }
    .home_advantage_right {
        border:none;
    }
    .home_advantage_right_list li {
        padding:20px 0;
    }
    .home_advantage_right_desc span{
        width:100%;
    }
    .home_newsswiper{
        width:100%;
        position:static;
    }
    .home_news_left{
        width:100%;
        padding:50px 0 0;
    }
        .home_news_left h3 {
            font-size:30px;
            line-height:40px;
        }
        .home_news_left p{
            margin-top:15px;
        }
    .home_news{
        height:auto;
    }
    .home_newsswiper {
        padding-left:0;
    }
    .home_newslist {
        flex-wrap:nowrap;
    }
    .home_newslist li {
        border: none;
    }
}