.f_56 {
    font-size: 56px;
}
input{
    outline: none;
}
.banner1 {
    width: 100%;
    position: relative;
}

.banner1 .ban_img {
    width: 100%;
}

.banner1 .ban_img img {
    width: 100%;
}

.banner1 .ban_img img.pc_img {
    opacity: 0;
}

.banner1 .ban_img img:last-child {
    display: none;
}

.banner1 .ban_text {
    position: absolute;
    top: calc(50% + 40px);
    transform: translateY(-50%);
}

.banner1 .ban_text .ban_d_text {
    color: #fff;
    font-weight: bold;
}

.banner1 .ban_text .ban_c_text {
    color: #fff;
    margin: 27px 0 63px 0;
}

.banner1 .ban_text .ban_line {
    width: 50px;
    height: 6px;
    background-color: #244061;
    border-radius: 6px;
}

/* 二级导航 */
.two_daohang {
    width: 100%;
    height: 60px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 7px #DDDDDD;
    -webkit-box-shadow: 0px 0px 7px #DDDDDD;
    box-shadow: 0px 0px 7px #DDDDDD;
    position: relative;
}

.two_daohang .box {
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;left: 0;
    z-index: 8;
    
}

.two_daohang .box.act{position: fixed;top: 80px;}


.two_daohang .box .lrt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_daohang .box .lrt .left {
    height: 100%;
    display: flex;
    align-items: center;
    color: #68757e;
}
.two_daohang .box .lrt .left a{
    color: #68757e;
    margin:0 15px;
}
.two_daohang .box .lrt .left a:first-child{
    margin: 0;
}

.two_daohang .box .lrt .left .three {
    color: #68757e;
}

.two_daohang .box .lrt .left .three:hover {
    color: #244061;
}

.two_daohang .box .lrt .left .line {
    width: 1px;
    height: 12px;
    background-color: #68757e;
    margin: 0 15px;
}

.two_daohang .box .lrt .right {
    height: 100%;
    display: flex;
}

.two_daohang .box .lrt .right .three_text {
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #222222;
    font-weight: bold;
}

.two_daohang .box .lrt .right .three_text:hover {
    background-color: #244061;
    color: #fff;
}

.two_daohang .box .lrt .right .three_text.act {
    background-color: #244061;
    color: #fff;
}

.fy {
    display: flex;
    justify-content: flex-start;
}

.phone_ckgd {
    display: none;
}

.fy .ul_fy {
    display: flex;
}

.fy .ul_fy li {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fy .ul_fy li a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dddddd;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fy .ul_fy li a:hover {
    border: 1px solid #244061;
    background-color: #244061;
    color: #fff;
}
.fy .ul_fy li a.act {
    border: 1px solid #244061;
    background-color: #244061;
    color: #fff;
}

.fy .ul_fy li.z_jt a,
.fy .ul_fy li.dian a {
    border: 0;
    background-color: transparent;
}

.fy .ul_fy li.z_jt {
    background: #f4f6f8 url(../image/r_10.png) center no-repeat;
    margin-right: 15px;
}

.fy .ul_fy li.z_jt:hover {
    background: #68757e url(../image/r_11.png) center no-repeat;
}

.fy .ul_fy li.y_jt {
    margin: 0 0 0 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

















































@media(max-width:1680px) {}

@media(max-width:1580px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1030px) {
    .f_56 {
    font-size: 28px;
}
    .banner1 {
        background-color: #fff !important;
        margin-top: 0;
    }
    .banner1 .ban_img img.pc_img {
    opacity: 1;
}
.banner1 .ban_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner1 .ban_text .ban_c_text {
    color: #fff;
    margin: 20px 0 33px 0;
}
.two_daohang .box .lrt .right .three_text {
    padding: 0 25px;
}
}

@media(max-width:960px) {
    .banner1 .ban_img img:last-child {
        display: block;
    }

    .banner1 .ban_img img:first-child {
        display: none;
    }

    .fy {
        display: none;
    }

    .phone_ckgd {
        display: block;
        width: 120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
        background-color: #244061;
        color: #fff;
        border-radius: 5px;
    }
    .two_daohang {
        display: none;
    }
    .banner1 .ban_text .ban_c_text {
        line-height: 1.5;
}
}



/* .alltime,
.alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);


    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    
} */
.sdfdsgfdgds {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sdfsfdfgdfgdf::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.s12daf::-webkit-scrollbar-thumb {
    background: #000;
}

.sdfgdfgdf::-webkit-scrollbar-track {
    background: #fff;
}