body {
    background-color: #ffffff;
}

.banner-style {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.position-style {
    position: relative;
    width: 100%;
}

.left-nav-box {
    position: fixed;
    display: none;
    left: 6vw;
    top: 10%;
    width: 119px;
    /* height: 378px; */
    background-color: #ffffff;
    z-index: 9999;
}

.left-nav-box a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}


/* .left-nav-box a:hover {
    background-color: #0088d4;
    color: #ffffff;
} */

.left-nav-box .active {
    background-color: #0088d4;
    color: #ffffff;
}

.box1 {
    margin: 86px auto;
}

.box1 .top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.box1 .top-box img {
    width: 52.75%;
}

.box1 .top-box .right-text {
    width: 42.5%;
    padding-top: 60px;
}

.title-style {
    margin-bottom: 10px;
    font-size: 46px;
    color: #333333;
}

.sub-title {
    font-size: 16px;
    color: #0088d4;
}

.box1 .top-box .right-text .content-text {
    margin-top: 44px;
    font-size: 16px;
    color: #333333;
}

.box1 .bottom-box {
    text-align: center;
    font-size: 30px;
    color: #333333;
}

.box1 .bottom-box .flex-box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.box1 .bottom-box .flex-box div {
    width: 31.3%;
    height: 185px;
    padding: 52px 34px 30px 34px;
    text-align: left;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #333333;
}

.box1 .bottom-box .flex-box div span {
    color: #0088d4;
}

.box2 {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.box2 .flex-box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box2 .flex-box2 .right-box {
    width: 41.7%;
    padding-left: 10px;
}

.box2 .flex-box2 .right-box .content-box {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.box2 .content-box div {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 20px;
}

.box2 .flex-box2 img {
    width: 52.75%;
}

.box3 {
    width: 100%;
    height: 690px;
    overflow: hidden;
    padding-top: 110px;
    background: url(../images/guanyuwomen/oo15.jpg) 100%;
    color: #ffffff;
}

.box3 .title3 {
    text-align: center;
    font-size: 46px;
}

.box3 .sub-title3 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.box4 {
    margin: 93px auto 110px auto;
    text-align: center;
}

.box4 .bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 53px;
}

.box4 .bottom-box .item-style {
    width: 23.17%;
    /* height: 232px; */
    margin-bottom: 35px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #333333;
}

.box4 .bottom-box .item-style:nth-child(4n) {
    margin-right: 0;
}

.box4 .bottom-box .item-style img {
    width: 100%;
    /* height: 178px; */
    margin-bottom: 10px;
}

.box5 {
    width: 100%;
    overflow: hidden;
    padding: 90px 0;
    text-align: center;
    background-color: #f8f8f8;
}
.box5 .sub-title {
   margin-bottom: 50px;
}

.box5 .slider_banner {
    display: flex;
    justify-content: space-between;
    padding: 50px 63px 0 63px;
}

.box5 .slider_banner img {
    width: 439px;
    /* margin-left: 10px; */
}

.box6 {
    margin: 110px auto;
    text-align: center;
}

.box6 img {
    width: 100%;
    margin-top: 56px;
}

.box7 {
    text-align: center;
}

.box7 .box7-flex {
    display: flex;
    justify-content: space-between;
    margin: 56px auto 24px auto;
    text-align: left;
}

.box7 .box7-flex .flex-item {
    width: 22.58%;
    height: 114px;
    padding: 20px;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #0088d4;
}

.box7 .box7-flex .flex-item .label-style {
    margin-bottom: 6px;
    color: #333333;
}

/* .swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-container-ph .swiper-slide img {
    width: 100%;
} */



.swiper-container1 {
    display: block;
    position: relative;
}
.swiper-container .swiper-slide{
    display: flex;
}
.swiper-container img{
    display: inline-block;
    width: 25%;
}

#allmap {
    height: 673px;
    width: 100%;
    overflow: hidden;
}

#result {
    width: 100%;
    font-size: 14px;
}

dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
    border-bottom: 1px dotted #000;
    padding: 5px 0 5px 5px;
    margin: 5px 0;
}

dd {
    padding: 5px 0 0 5px;
}

li {
    line-height: 28px;
}

.development-list {
    color: #ffffff;
}

.development-list .top-text-div {
    position: relative;
    text-align: center;
    padding-bottom: 39px;
    margin-top: 100px;
    font-size: 36px;
}

.development-list .top-text-div span {
    font-size: 16px;
}

.development-list .top-text-div:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: -6%;
    opacity: .4;
    bottom: 0;
}

.development-list .icon-style {
    position: absolute;
    bottom: -8px;
    left: 50%;
    font-size: 20px;
}

.bottom-div {
    padding: 50px 20px 0 20px;
    font-size: 16px;
    text-align: center;
}

.swiper-container-list {
    position: relative;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}


/*             
.swiper-button-prev1:after {
    display: none;
}

.swiper-button-next1:after {
    display: none;
}
 */

.swiper-button-prev-list:after {
    display: none;
}

.swiper-button-next-list:after {
    display: none;
}

.swiper-button-prev-list {
    display: block;
}

.swiper-button-next-list {
    display: block;
}

.swiper-button-prev {
    display: block;
}

.swiper-button-next {
    display: block;
}

.swiper-button-prev-list,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 50px;
    height: 50px;
    background: url('../images/guanyuwomen/next67.png');
    z-index: 9999;
}

.swiper-button-next-list,
.swiper-button-next {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 50px;
    height: 50px;
    background: url('../images/guanyuwomen/prev66.png');
    z-index: 99;
}

.swiper-button-prev-list,
.swiper-button-next-list {
    top: 161px;
}


/* .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 50px;
    height: 50px;
    background: url('./images/6-1关于我们/67.png');
}

.swiper-button-next1 {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 50px;
    height: 50px;
    background: url('./images/6-1关于我们/66.png');
} */
@media screen and (max-width:1366px) {
    .box1,.flex-box2,.box4,.box6,.box7-flex  {
        width: 80%;
    }
    .title-style {
        font-size: 40px;
    }
    .box1 .top-box .right-text .content-text {
        margin-top: 34px;
        font-size: 15px;
    }
    .box2 .flex-box2 .right-box .content-box{
        margin-top: 20px;
    font-size: 15px;
    }
    .box2 {
        padding: 50px 0;
    }
    .box3 {
        height: 640px;
        padding-top: 80px
    }
    .box3 .title3 {
        font-size: 40px;
    }
    .box4 {
        margin: 60px auto ;
        text-align: center;
    }
    .box5 {
        padding: 60px 0;
    }
    .box6 {
        margin: 60px auto;
    }
    .box7 .box7-flex .flex-item {
        font-size: 14px;
    }
    .left-nav-box {
        left: 1vw;
        
    }
}