.swiper-slide {
    width: 100%;
}


.foot_code {
    width: 150px;
}
.mlogo{ display: none}

/*手风琴*/
.guide-slider {
    /*max-width: 1350px;*/
    margin: 10px auto;
    background: #fff;
    height: 260px;
}

.guide-slider .guide {
   width: 16%;
    height: 260px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
}

.guide-slider .guide .display {
    border-right: 1px solid #d5d5d5;
        width: 100%;
    height: 260px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .display .icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-top: 42px;
    background-image: url("../images/function.png");
}

.guide-slider .guide .display .icon.icon1 {
    background-position: -592px 0;
}

.guide-slider .guide .display .icon.icon2 {
    background-position: 0 0;
}

.guide-slider .guide .display .icon.icon3 {
    background-position: -296px 0;
}

.guide-slider .guide .display .icon.icon4 {
    background-position: -444px 0;
}

.guide-slider .guide .display .icon.icon5 {
    background-position: -518px 0;
}

.guide-slider .guide .display .title {
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
}

.guide-slider .guide .display .introduction {
    border-top: 1px solid #ddd;
    width: 150px;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    text-align: left;
    line-height: 20px;
}

.guide-slider .guide .display::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 10px 15px;
    top: 100%;
    margin-top: 0;
    right: -1px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .behind {
    width: 350px;
    height: 260px;
    display: inline-block;
    border-right: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.guide-slider .guide .behind .function-list-wrap {
    width: 310px;
    margin: 0 auto;
}

.guide-slider .guide .behind .function-list {
    margin-right: -10px;
    margin-top: 20px;
}

.guide-slider .guide .behind .function-list > li {
    float: left;
    padding-right: 10px;
}

.guide-slider .guide .behind .function-list > li > a {
    display: block;
    border: 1px solid #ddd;
        /* width: 100px; */
    /* height: 40px;  line-height: 40px; */
    padding: 10px;
    text-align: center;
  
    margin-bottom: 18px;
    color: #0876c2;
}

.guide-slider .guide .behind .function-list > li > a:hover {
    text-decoration: none;
    border: 1px solid #0876c2;
    background: #0876c2;
    color: #ffffff;
}

.guide-slider .guide .behind .function-list > li > a.important {
    color: #f58914;
}

.guide-slider .guide .behind .function-list > li > a.important:hover {
    border: 1px solid #f58914;
    background: #f58914;
    color: #ffffff;
}

.guide-slider .guide.on {
    width: 550px;
}

.guide-slider .guide.on .display {
    background: #4fa0d8;
    width: 35%;
    border-right-color: transparent;
}

.guide-slider .guide.on .display .title {
    color: #fff;
}

.guide-slider .guide.on .display .introduction {
    color: #fff;
}

.guide-slider .guide.on .display::after {
    top: 50%;
    margin-top: -5px;
}

.guide-slider .guide.on .display .icon.icon1 {
    background-position: -74px 0;
}

.guide-slider .guide.on .display .icon.icon2 {
    background-position: -148px 0;
}

.guide-slider .guide.on .display .icon.icon3 {
    background-position: -222px 0;
}

.guide-slider .guide.on .display .icon.icon4 {
    background-position: -370px 0;
}

.guide-slider .guide.on .display .icon.icon5 {
    background-position: -666px 0;
}
/*手风琴end*/







.css-j9lc9v {
    height: 100%;
    display: flex;
justify-content: space-between;
}

.css-6eexpd {
    position: relative;
    display: flex;

    &:after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 0;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
    }

    &:hover:after {
        width: 100%;
    }

    &>a {
        padding: 6px 15px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        text-shadow: 0px 3px 6px #0000002e;
        white-space: nowrap;

        @media screen and (max-width: 1800px) {
            font-size: 19px;
            padding: 6px 10px;
        }

        @media screen and (max-width: 1600px) {
            font-size: 18px;
          font-weight: bold;
            padding: 6px 8px;
        }

        @media screen and (max-width: 1400px) {
            padding: 6px 4px;
        }
    }
}

.css-1c1e8gx {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;

    &>div {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.9);
        cursor: pointer;

        &>div {
            padding: 10px 0;
        }

        & .sub_menu {
            display: none;
            font-size: 13px;
        }

        &>div:hover {
            & .sub_menu {
                display: inline-block;
            }
        }
    }

}

.css-1e64e9l {
    padding: 0 10px;
    text-align: center
}

.css-16gl2qr {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 60px 0
}

.css-ccydg4 {
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: row;
    height: 100%;
}

.css-17u62n7 {
    width: 76%;
}

.css-17u62n7>* {
    margin: 0px 20px;
}

.css-z7pmpm {
    width: 24%;
}

.css-z7pmpm>* {
    margin: 0px 20px;
}

.css-1qjrpeb {
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
    height: 100%;
}

.css-1q9d4gz {
    width: 55%;
}

.css-1q9d4gz>* {
    margin: 0px 15px;
}

.css-6eexpd {
    position: relative;
    display: flex;
}

.css-ue77c9 {
    width: 45%;
}


.css-ue77c9>* {
    margin: 0px 15px;
}

.css-o7fka4.search {
    position: relative;
    transition: width 0.5s ease 0s;
    padding: 0px 5px;
   width: 220px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
}

.css-o7fka4 .inputInput {
    visibility: hidden;
    height: 28px;
    padding: 0px;
    width: 100%;
    color: rgb(255, 255, 255);
    border: none;
    background-color: transparent;
    outline: none;
}

.css-o7fka4 .searchIcon {
    right: 0px;
    z-index: 10;
    height: 100%;
    position: absolute;
    display: flex;
    background: url(../images/search.png) no-repeat center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-9ucjri {
    margin-left: -30px;
    margin-right: -30px;
    flex-direction: row;
    height: 100%;
}


.css-1s23b0t {
    width: 100%;
}


.css-3dmdth {
    margin-left: -30px;
    margin-right: -30px;
    flex-direction: column;
    height: 100%;
}

.css-1s23b0t {
    width: 100%;
}

.css-1s23b0t>* {
    margin: 0px 30px;
}
.cssw1s23b0t>* {
    margin: 0px 30px;
}
.css-1999flr {
    bottom: 20px;
    right: 20px;
}

.css-1999flr .news_list li.news {
    width: 33.3%;
    height: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    transition: width 0.6s ease-in-out 0s;
}

.css-1999flr .news_list li.news .news_box {
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.css-1999flr .news_list li.news.current {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.css-1999flr .news_list {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    height: 400px;
}


.css-1999flr .news_list li.news .news_box .news_imgs {
    background-color: transparent;
    padding-top: 0px;
    height: 100%;
}

.css-iib3pc {
    position: relative;
    cursor: pointer;
    transition: all 2s ease-out 0s;
}

.css-iib3pc div.hover {
    transition: opacity 0.5s ease 0s;
    opacity: 0;
    box-shadow: rgba(170, 170, 170, 0.5) 0px 5px 10px;
    border: 1px solid rgb(238, 238, 238);
}

.css-1s23b0t {
    width: 100%;
}
.cssw1s23b0t {
    width: 50%;
}

.css-iib3pc {
    position: relative;
    cursor: pointer;
    transition: all 2s ease-out 0s;
}



.css-6u9q1b {
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: row;
    height: 100%;
}

.css-15v08bg {
    width: 40%;
}

.css-1exygal {
    width: 60%;
}

.css-1pf28ee {
    position: relative;
    top:-10px;
    right: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
    width: 86px;
    height: 85px;
    /* border-radius: 16px 0px 0px 16px; */
    background-color: rgba(0, 63, 136, 0.73);
    clip-path: polygon(0 0,  15px 85px, 86px 85px ,86px 0);
}

.css-1pf28ee svg {
    margin-bottom: -4px;
    margin-right: -2px;
}

.css-1pf28ee path {
    stroke: rgb(255, 255, 255);
}

.css-xrmemk>* {
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1920px) {


    #header {
        position: absolute;
        transform: translateY(0%);
        background: linear-gradient(rgb(47, 85, 140), rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0.04));
    }
}

@media screen and (max-width: 1600px) {

    #header {
        position: absolute;
        transform: translateY(0%);
        background: linear-gradient(rgb(47, 85, 140), rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0.04));
    }
}

@media screen and (max-width: 1280px) {

    #header {
        position: absolute;
        transform: translateY(0%);
        background: linear-gradient(rgb(47, 85, 140), rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0.04));
    }



}

@media screen and (max-width: 999px) {

    #header {
        position: relative;
        transform: translateY(0%);
        background: rgb(0, 63, 136);
    }

    #header .items-end {

        display: none;
    }
   #header .mlogo{
     display: block;
}
.sitelogo{margin:auto}
.cssw1s23b0t{width:100%}
.guide-slider .guide{width:100%;}
.guide-slider .guide .behind{left:0!important}
.guide-slider .guide.on .display{display:none}
    .css-ccydg4 {
        flex-direction: column;
    }


    .main1 .inner .modl>.flex>div:first-child,
    .main1 .inner .modl>.flex>div:last-child {
        width: 100%;
    }

    .css-1qjrpeb {
        flex-direction: column;
    }

    .css-17u62n7 {
        width: 100%;
    }

    .css-z7pmpm {
        width: 100%;
    }

    .css-z7pmpm {
        width: 100%;
    }

    .css-1exygal {
        display: none;
    }

    .css-6u9q1b {
        flex-direction: column;
    }

    .css-9ucjri {
        flex-direction: column;
    }

    .css-15v08bg {

        width: 100%;

    }

}
