* {
    padding: 0;
    margin: 0;
}

#outerBox {
    height: 100vh;
    /* min-width: 1250px; */
    font-family: "microsoft yahei";
}

.link_a {
    cursor: pointer;
    text-decoration: none;
    color: rgb(147, 147, 147);
}

.a_div {
    display: inline-block;
    width: 70%;
    color: black;


}


.a_div a {
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.link_a:hover {
    color: red;
}

.a_none {
    text-decoration: none;
    color: #A1A1A1;
}

.mouse_color {
    text-decoration: none;
    color: #fff;
}

.back_img {

    position: relative;
}

#outerBox .title {
    background-color: #faf7f2;
}

#outerBox .title .back_img div:first-child {
    text-align: center;
}

#outerBox .title .back_img div:first-child img {
    width: 100%;
    display: inline-block;
}

#outerBox .title .back_img div:nth-child(2) {
    position: absolute;
    top: 5%;
    left: 15%;
    width: 30%;
}

#outerBox .title .back_img div:nth-child(2) img {
    width: 100%;
}

#outerBox .title .back_img div:nth-child(3) {
    position: absolute;
    top: 12%;
    right: 25%;
    height: 10%;
    width: 20%;

}

#outerBox .title .back_img div:nth-child(3) input {
    border: none;
    width: 75%;
    height: 100%;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #8B8B8B;
}

#outerBox .title .back_img div:nth-child(3) span {
    background-color: #aacbed;
    display: inline-block;
    width: 20%;
    height: 100%;
    padding: 7px 5px;
    box-sizing: border-box;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    cursor: pointer;
}

#outerBox .title .back_img div:nth-child(3) span img {
    vertical-align: middle;
    max-width: 60%;
}

.change_img {
    background-image: url(../img/changeTit.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 40px;
}

#outerBox .url_img {
    text-align: center;
}

.float {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 1200px;
    margin: auto;
}

.float li {
    width: 12.5%;
    text-align: center;
    color: #ffff;
    font-weight: bolder;
    padding: 15px 0 35px 0;
    box-sizing: border-box;
    font-size: 22px;
}

.float li>a {
    color: #ffff;
    text-decoration: none;
}

.tit_text {
    text-align: center;
}

.tit_text div:first-child>a {
    color: #CB0101;
    font-size: 28px;
    text-decoration: none;
}

.tit_text div {
    padding: .8rem 400px;
    line-height: 30px;
  
}
.tit_text div a {
    text-decoration: none;
    color: #000;
}
.content {
    max-width: 1200px;
    margin: auto;
    padding-top: 10px;
}


.fir_cont .fir_img {
    width: 49%;
    position: relative;
    height: 430px;
    display: inline-block
}

.fir_cont .fir_img img {
    width: 100%;
    height: 100%;
}

.fir_img .ul {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fir_img .ul li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bar {
    position: absolute;
    height: 20px;
    right: 20px;
    bottom: 5px;
    padding: 5px;
}

.bar li {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 20px;
    background: #ffff;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;

}

.bar .current {
    background: #226399;
}

.item {
    position: absolute;
    display: none;
    transition: all 1s;
}

.active {
    display: block;
    transition: all 1s;
}

.bannerText {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 130px 11px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.fir_list {
    width: 49%;
    display: inline-block
}

.fir_list>div {
    width: 100%;
    padding: 0 25px;

}

.fir_list>div:last-child {
    margin-top: 10px;
}

.fir_list div .fir_ul {
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.cont_option {
    position: relative;
    overflow: hidden;
    padding: 0px 65px 0px 55px;
}

.fir_list div .fir_ul>li {
    list-style: none;
    width: 30%;
    text-align: center;
    border-bottom: 1px #d2d2d2 solid;
    cursor: pointer;
    color: #d2d2d2;
}

.fir_list div .fir_ul>li>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
}

.back_bot {
    background-color: #166cb2;
    color: #ffff !important;
}

.fir_list div ul li::marker {
    color: red;

}

.fir_list div .fir_li li {
    padding: 5px 0;
}

.fir_list div .fir_li li span {
    display: inline-block;
    width: 25%;
    text-align: right;
}

.fir_list div .fir_li li>a {
    display: inline-block;
    width: 70%;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.fir_lione {
    display: block;
}

.fir_litou {
    display: none;
}

.fir_lithere {
    display: none;
}

.fir_list div .fir_li>li>span:last-child {
    display: inline-block;
    text-align: right;
    width: 25%;
}

.fir_li {
    height: 178px;
    /* list-style-type: circle */
}

.fir_li .szfxx_list {
    list-style-type: disc !important;
}

.content .next_cont {
    background-color: #f5f8fd;
    padding-bottom: 15px;
}

.contTit,
.contNext_img,
.cont_middle {
    margin-top: 20px;
    text-align: center;
}

.content .next_cont .contTit {
    font-size: 50px;
    font-weight: bolder;
    color: #166cb2;
    padding: 20px 0;
}

.content .next_cont>div:nth-child(2) {
    color: #166cb2;
    font-weight: bolder;
    margin: 10px 0 20px 0;
    font-size: 24px;
}

.content .next_cont .contNext_img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.content .next_cont .contNext_img img {
    width: 80%;
    display: inline-block;
}

.cont_design {
    background-color: #f5f8fd;
    line-height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;

}

#cont_design {
    position: relative;
}

.cont_design>.hover {
    width: 21%;
    outline: 1px solid #deebfb;
    height: 185px;
    text-align: center;
    cursor: pointer;
}

.hover:hover .none_list {
    display: block;

}

.cont_design .pos_img {
    position: relative;
    top: -14px;
}

.cont_design .change_tit {
    bottom: 15%;
    font-size: 26px;
    color: #015ab6;
    font-weight: bolder;
}

.none_list {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #ffff;
    box-shadow: #aacbed 0 0 10px;
    padding: 20px;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
}

.none_listFour {
    bottom: -360px;
}

#tria_four {
    left: 88%;
}

#tria_there {
    left: 62%;
}

#tria_tou {
    left: 37%;
}

.tria {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffff;
    position: relative;
    top: -30px;
    left: 8%
}

.dot:hover {
    text-decoration: underline;
    color: red !important;
}

.back {
    color: black;
    background-color: #ffff;
    text-decoration: none;
}

.block_list {
    display: flex;
    justify-content: space-around;
}

.block_list>div:first-child {
    text-align: center;
}

.block_list ul {
    text-align: left;
}

.block_list ul li {
    list-style: disc;
    margin-left: 20px;
    color: gray
}


.list_tit {
    font-size: 24px;
    text-align: left;
}

.list_img {
    text-align: left;

}

.haddlen {
    height: 240px;
    overflow: hidden;

}


.block_list>div>button {
    border-radius: 50%;
    border: 1px solid #9D9D9B;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    transform: rotate(90deg);
    color: #9D9D9B;
    cursor: pointer;
}


.show_box:hover .flow_div {
    display: block;
}

.flow_div {
    display: none;
    width: 120px;
    height: 235px;
    border: 1px solid black;
    position: absolute;
    right: 28px;
    bottom: 60px;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 18px;
}

.left_box {
    margin-right: 60px;
}

.cont_cli {
    padding: 40px 0;

}

.cont_cli::after {
    clear: both;
    content: '';
    display: block;
}

.cont_cli div {
    float: left;
    text-align: center;
    width: 23.5%;
}

.cont_cli div:not(:first-child) {
    margin-left: 2%;
}

.cont_cli div img {
    width: 95%;
    height: 100px
}

.cont_foot {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cont_foot .car_Img {
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
}

.cont_foot .car_Img li {
    float: left;
    min-width: 300px;
}

.cont_foot .car_Img li img {
    width: 96%;
    height: 170px
}

.cont_foot:hover span {
    display: block;
}

.car_Img::after {
    display: block;
    content: '';
    clear: both;
}

.cont_foot span {
    display: none;
    position: absolute;
}

.cont_foot .pic_left {
    left: 10px;
    top: 40%;
}

.cont_foot .pic_right {
    right: 5px;
    top: 40%;
}

.footer {
    background-color: #166cb2;
    color: #ffff;
}

.foot_change>div {
    float: right;
    width: 77%;
    display: flex;
    position: relative;

}

.foot_change>div>div>a {
    color: #ffff;

}

.foot_change::after {
    clear: both;
    display: block;
    content: "";
}

.foot_change {
    color: #ffff;
    background-color: #166cb2;
    margin-top: 20px;
}

.foot_change>div>div {
    padding: 12px 0;
}

.foot_change>div>div:nth-child(2) {
    margin: 0 30px;
}

.footer {
    padding: 20px 0;
    background-color: #166cb2;
}

.footer>div {
    display: flex;
    justify-content: space-between;
    margin: auto;
    font-size: 12px;
    width: 54%;

}

.footer>div>div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_titel {
    display: flex;
}

.foot_titel div:nth-child(2) {
    margin-left: 40px;
}

.foot_cont {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.foot_cont div:nth-child(2) {
    margin: 0 10px;
}

.footer>div>div:last-child div {
    width: 90px;
    text-align: center;
}

.footer>div>div:last-child div:last-child img {
    width: 100%;
    margin-left: 10px;
}

.footer>div>div:last-child div:nth-child(2) img {
    width: 100%;
}


.footer>div>div:last-child div:first-child img {
    width: 60%;
}

.foot_none {
    display: none;
    width: 98%;
    position: absolute;
    bottom: 47px;
    right: 190px;
    outline: 1px solid #deebfb;
    background-color: #ffff;
    color: grey;

}

.foot_none ul {
    list-style: none;
    padding: 10px 20px;
    line-height: 30px;
}



.foot_none ul li {
    float: left;
    width: 16.5%;
    text-align: left;
}

.foot_none ul li {
    cursor: pointer;

}

.foot_none ul::after {
    display: block;
    clear: both;
    content: '';
}

.foot_block {
    cursor: pointer;
}

.linner {
    height: 58px;
    width: 2px;
    background-color: #226399;
    box-shadow: inset -18px 20px 0px 0px #1763a1;
}

@media screen and (max-width:768px) {
    .slh_jr{
        right: 50%!important;
    }
    .slh_span{
        right: 47%!important;
        top: 0%!important;
    }
    #toolbarSwitch{
        right: 16%!important;
       
    }
    .ssbc{
        right: 29%!important;
        top: 0%!important;
    }
    .hbco{
        right: 30.5%!important;
    }
    .back_img {
        height: 140px;
    }
    .float{
        width: 100%;
    }
    #outerBox .title .back_img div:nth-child(2) {
        width: 100%;
    }

    #outerBox .title .back_img div:nth-child(2) {
        width: 80%;
        left: 6%;
    }

    #outerBox .title .back_img div:first-child img {
        width: 100%;
    }

    #outerBox .title .back_img div:nth-child(3) {
        height: 23%;
        width: 100%;
        right: 0;
        top: 95px;
        font-size: 14px;
    }

    #outerBox .title .back_img div:nth-child(3) input {
        width: 80%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #outerBox .title .back_img div:nth-child(3) span {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 5px 5px;

    }

    .cont_option {
        padding: 0 30px;
    }

    .float li {
        width: 9%;
        text-align: center;
        color: #ffff;
        font-weight: bold;
        padding: 0px 0 20px 0;
        box-sizing: border-box;
        font-size: 12px;
    }

    .tit_text div:first-child {
        color: #CF1717;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0px;
    }

    .tit_text div:last-child {
        font-size: 12px;
    }

    .bannerText {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bar {
        height: 20px;
        right: 10px;
        bottom: 10px;
        padding: 5px;
    }

    .fir_list div .fir_ul {
        font-size: 14px;
    }

    .fir_cont .fir_img {
        width: 100%;
        height: 210px;

    }

    .fir_list {
        width: 100%;
        font-size: 12px;
    }

    .cont_design .pos_img {
        width: 100%;
    }

    .cont_design .change_tit {
        font-size: 14px;
    }

    .cont_design .hover {
        height: 100px;

    }

    .cont_design {
        line-height: normal;
    }

    .cont_cli div img {
        width: 100%;
        height: 49px;
    }

    .cont_cli {
        padding: 15px 0;
    }

    .cont_cli div {
        width: 45%;
        margin-left: 2%;
    }

    .block_list {
        display: flex;
        flex-wrap: wrap;
    }

    .content .next_cont .contTit {
        font-size: 40px;
    }

    .block_list>div {
        width: 34%;
        overflow: hidden;


    }

    .block_list>div>a {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flow_div {
        position: absolute;
        width: 110px;
        bottom: 22px !important;
        right: 0;
    }

    .foot_none {
        right: 0;
        bottom: 89px;
        width: 100%;
    }

    .footer>div {
        margin: 0;
        width: 100%;
    }

    .haddlen {
        height: 128px;
    }

    .none_list {
        width: 100vw;
        left: -35px
    }

    .content {
        width: 100%;
    }

    .fir_list>div {
        padding: 0;
    }

    .foot_change>div {
        width: 100%;
        font-size: 14px;
        justify-content: center;
    }

    .footer>div {
        display: block !important;
    }

    .footer {
        text-align: center;
    }

    .foot_titel {
        display: block;
    }

    .foot_cont {
        display: block;
    }

    .fir_li {
        height: 150px;
    }

    .tit_text div:first-child>a {
        font-size: 17px;
    }

    .linner {
        height: 38px;
    }
}
.hcUnderLine+.none_list{
    display: block;
  }
  .hcUnderLine.none_list{
    display: block;
  }
  .hcUnderLine > .none_list{
    display: block;
  }
  .hzyBgc1.none_list{
    display: block;
  }

