.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: #00a0e9;

    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 .container {height: 60px;background: #fff;z-index: 8;}
.two_daohang .container.act{position: fixed;top: 80px;}
.two_daohang .container .lrt {width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.two_daohang .container .lrt .left {height: 100%;display: flex;align-items: center;}
.two_daohang .container .lrt .left .three {color: #68757e;}
.two_daohang .container .lrt .left .three:hover {color: #00a0e9;}
.two_daohang .container .lrt .left .line {width: 1px;height: 12px;background-color: #68757e;margin: 0 15px;}
.two_daohang .container .lrt .right {height: 100%;display: flex;}
.two_daohang .container .lrt .right .three_text {height: 100%;padding: 0 46px;display: flex;align-items: center;background-color: #fff;color: #222222;font-weight: bold;}
.two_daohang .container .lrt .right .three_text:hover {background-color: #00a0e9;color: #fff;}
.two_daohang .container .lrt .right .three_text.act {background-color: #00a0e9;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 #00a0e9;

    background-color: #00a0e9;

    color: #fff;

}

.fy .ul_fy li a.act {

    border: 1px solid #00a0e9;

    background-color: #00a0e9;

    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(r_10.png) center no-repeat;

    margin-right: 15px;

}



.fy .ul_fy li.z_jt:hover {

    background: #68757e url(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: #00a0e9;

        color: #fff;

        border-radius: 5px;

    }

    .two_daohang {

        display: none;

    }

    .banner1 .ban_text .ban_c_text {

        line-height: 1.5;

}

}







.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;

}