.top_content{
    display: flex;
    /*background: url(/uploads/image/siganzhouqu/dise.png) no-repeat center top;*/
    background-size: 100% 8%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.top-box{
    letter-spacing: 1px;
    color: gray;
    padding: 16px 884px 10px 0;
    /*font-weight: bold;*/
    font-size: 15px;
}
.top_boxs{
    display: flex;
    flex-direction: column;
}
.banner_one img{
    width: 1200px;
    cursor: pointer
}
.banner_one_item{
    width: 100%;
    padding-top: 6px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
.banner_item img{
    width: 100%;
}
.logo_img{
    padding: 10px 398px 0 0;
}
.search_box{
    padding: 24px 0 40px 0;
}
.banner_one{
}
.nav-box {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #007fd0;
    /*background-color: #d50f1c;*/
}
.search_img {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.nav-content > div {
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: white;
    font-size: 20px;
    color: #ffffff;
    padding: 0 10.5px;
    transition: all .2s;
    position: relative;
}
.input-box {
    position: relative;
    /* margin: 0 auto; */
    /* padding-left: 70px; */
    z-index: 1;
    width: 346px;
    height: 44px;
}
.input-text {
    font-size: 18px;
    /*color: rgba(255, 255, 255, .8);*/
}

.input-box input {
    padding-left: 20px;
     width: 256px;
    height: 33px;
    background: white;
    margin-left: 65px;
    border: 2px solid #007fd0;
    border-radius: 10px;
}
.input-box button {
    width: 70px;
    height: 37px;
    border-radius: 20px;
    border: none;
    background: url(/uploads/image/siganzhouqu/sousuo.png) no-repeat center;
    position: absolute;
    right: -7px;
    cursor: pointer;
    z-index: 1;
}
.nav-content {
    width: 1200px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
    .nav-content > div:hover {
        background: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }
    .nav-second span:hover {
        background-color: rgba(195, 170, 157, 0.8);
    }
    .nav-content > div:hover .nav-second {
        display: flex;
    }
.nav-second {
    min-width: 100%;
    line-height: 2em;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
    color: #ffffff;
    display: none;
    flex-direction: column;
    z-index: 999;
    background: #227ad9;
    cursor: pointer;
    text-align: center;
}
    .nav-second span {
        white-space: nowrap;
        padding: 0 10px;
        font-size: 18px;
        align-items: center;
        cursor: pointer;
    }
#demo {
    overflow: hidden;
    width: 1190px;
    float: left;
    line-height: 32px;
    margin-left: 10px;
}
#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}
.chainl {
    width: 1200px;
    text-align: center;
    line-height: 60px;
}
#demo a {
    padding: 0 10px;
    line-height: 24px;
    font-size: 19px;
}
.cms_block_span li::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 12px;
}
.cms_block_span li{
    float:left
}
.banner_three {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}
.banner_item_three {
    padding: 0 21px 0 0;
}
.banner_item_three img {
    cursor: pointer;
    width: 386px;
    height: 80px;
}
.carouselpar {
    height: 150px;
    margin: 28px auto 0;
    /* padding-right: 23px; */
    /* padding: 5px 0px; */
    /* text-align: center; */
    position: relative;
}
.carouselpar .sltm-carousle {
    float: right;
    margin-top: 35px;
    /*width: 100%;*/
    height: 100%;
}
.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}
.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.carouselpar .carousel-img li {
    height: 100%;
    display: flex;
    width: 250px;
    float: left;
    flex-direction: column;
    align-items: center;
}