.main>.banner {
    width: 100%;
    height: 37.4375rem;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.main>.banner>.ul1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    margin-bottom: 3rem;
    z-index: 99;
}

.main>.banner>.ul1>li {
    width: .8rem;
    height: .8rem;
    background-color: #fff;
    margin: 0 1rem;
    border-radius: 100%;
}

.main>.banner>.ul1>li:nth-child(1) {
    background-color: #0086aa;
}

.main>.banner>.ul2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 1s;
}

.main>.banner>.ul2>li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    flex-shrink: 0;
}

.main>.banner>.ul2>li>a>img {
    width: 100%;
    height: 100%;
}

.main>.goods {
    width: 100%;
    /*height: 61rem;*/
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.25rem;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #f2f2f2, #f2f2f2, #e5e5e5, #ebebeb);
}

.main>.goods>p {
    font-size: 4.5rem;
    color: #404a59;
    font-family: LeagueGothicRegular;
    margin-bottom: 3.3125rem;
}

.main>.goods>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.875rem;
    box-sizing: border-box;
    max-width: 1920px;
}

.main>.goods>div>img {
    width: 2.5625rem;
    height: 2.5625rem;
    cursor: pointer;
}

.main>.goods>div>.right {
    transform: rotate(180deg);
}

.main>.goods>div>ul {
    /* width: 96%;*/
    overflow: hidden;
}

.main>.goods>div>ul>div {
    display: flex;
    /* justify-content: start; */
    align-items: center;
    transition: all .5s;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main>.goods>div>ul>div>li {
    flex-shrink: 0;
    /* margin: 0 1rem; */
    margin: 0rem 1rem 1.4rem 1rem;
}

.main>.goods>div>ul>div>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main>.goods>div>ul>div>li>a>div {
    width: 19rem;
    height: 19rem;
    background-color: rgba(255, 255, 255, .8);
    /* padding: 3rem; */
    box-sizing: border-box;
}

.main>.goods>div>ul>div>li>a>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
video {
    width: 100%;
    height: auto;
  }
.main>.goods>div>ul>div>li>a>span {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 1.375rem; */
    font-size: 1.2rem;
    color: #333;
    font-family: RobotoRegular;   
    white-space: normal;
    text-align: center;
}

.main>.div3 {
    width: 100%;
    height: 33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main>.div3>img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.main>.div3>div {
    width: 66.75rem;
    height: 23.9375rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.1875rem;
    box-sizing: border-box;
    z-index: 9;
}

.main>.div3>div>.p1 {
    font-size: 4.375rem;
    color: #0086aa;
    font-family: LeagueGothicRegular;
}

.main>.div3>div>.p2 {
    font-size: 1.25rem;
    color: #333;
    font-family: RobotoLight;
    margin-top: 1.3125rem;
    margin-bottom: 2.9375rem;
}

.main>.div3>div>a>button {
    width: 12.5625rem;
    height: 2.6875rem;
    background: none;
    border: .125rem solid #0086aa;
    border-radius: 1.5rem;
    color: #0086aa;
    font-size: 1.375rem;
    font-family: RobotoRegular;
}

.main>.div3>div>a>button:hover {
    background-color: #0086aa;
    color: #fff;
    cursor: pointer;
}

.main>.div4 {
    width: 100%;
    max-height: 34.4375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.main>.div4>.p1 {
    font-size: 4.5rem;
    font-family: LeagueGothicRegular;
    color: #404a59;
    margin-top: 15.0625rem;
    margin-bottom: 4.875rem;
}

.main>.div4>.p2,
.main>.div4>.p3 {
    font-size: 1.25rem;
    font-family: RobotoLight;
    color: #333;
}

.main>.div6,
.main>.div5 {
    max-width: 100rem;
    margin: auto;
}

.main>.div5 {
    width: 100%;
    /* height: 53.125rem;  */
    padding-top: 4.0625rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /* padding: 7.0625rem 2% 0 2%; */
    margin-bottom: 7rem;
    justify-content: space-around;
    align-items: stretch;
}

.main>.div5>div {
    width: 46%;
    position: relative;
    /* margin: 0 1rem; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.main>.div5>div>img {
    width: 100%;
    /* height: 33.1875rem; */
}

.main>.div5>div>div {
    position: relative;
    margin-top: -8.2rem;
    /* padding: 0 7.0625rem; */
    box-sizing: border-box;
    bottom: 0;
    min-height: 23rem;
    width: 100%;
    background: url(../../images/HOME/bg.png)no-repeat top center;
    padding: 4rem;
    background-size: contain;
}

.main>.div5>div>div>.title {
    font-size: 3.625rem;
    color: #333;
    font-family: LeagueGothicRegular;
    margin-bottom: 2.1875rem;
    white-space: nowrap;
}

.main>.div5>div>div>.i {
    font-size: 1.25rem;
    color: #333;
    font-family: RobotoRegular;
}

.main>.div5>div>div>a>button {
    margin-top: 3.375rem;
    width: 10.125rem;
    height: 2.6875rem;
    background: none;
    border: .125rem solid #0086aa;
    border-radius: 1.5rem;
    color: #0086aa;
    font-size: 1.375rem;
    font-family: RobotoRegular;
}

.main .div5 .but-read {
    position: absolute;
    bottom: 2rem;
}

.main>.div5>div>div>a>button:hover {
    background-color: #0086aa;
    color: #fff;
    cursor: pointer;
}

.main>.div5 {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}

.main>.div6>div {
    width: 100%;
    height: 48.1875rem;
    max-height: 48.1875rem;
    position: relative;
    margin-bottom: 1.8125rem;
    overflow: hidden;
    /* background-size: cover; */
}

.main .div6 .div1 {
    background: url(../../images/HOME/d6/one.jpg) no-repeat center;
    background-size: 100% 100%;
}

.main .div6 .div2 {
    background: url(../../images/HOME/d6/tow.jpg)no-repeat center;
    background-size: 100% 100%;
    background-position-x: 65%;
}

.main .div6 .div3 {
    background: url(../../images/HOME/d6/three.jpg)no-repeat center;
    background-size: 100% 100%;
    background-position-x: 29%;
}

.main .div6 .div4 {
    background: url(../../images/HOME/d6/four.jpg)no-repeat center;
    background-size: 100% 100%;
    background-position-x: 29%;
}

.main>.div6>div>img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
}

.main>.div6>div>div {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 17.75rem 9.9125rem; */
    padding: 10% 8% 6.75rem 8%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: 100%;
    justify-content: center;
}

.main>.div6>div>div.text_right {
    right: 0;
    background-image: url(../../images/HOME/d6/dright.png);
    background-position: left center;
    float: right;
    padding-right: 2%;
    background-size: cover;
    max-width: 45%;
}

.main>.div6>div>div.text_left {
    left: 0;
    align-items: start;
    background-image: url(../../images/HOME/d6/dleft.png);
    background-position: right center;
    float: left;
    padding-left: 2%;
    max-width: 45%;
}

.listnews_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}


/* .main>.div6>.div1>div,
.main>.div6>.div3>div {

    position: absolute;

    right: 0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;



    padding: 17.75rem 9.9125rem;


    box-sizing: border-box;

    background: url(../../images/HOME/d6/dright.png) no-repeat right center;

    background-size: contain;

    height: 100%;

    justify-content: center;

} */


/* 
.main>.div6>.div2>div,

.main>.div6>.div4>div {

    position: absolute;

    left: 0;

    display: flex;

    flex-direction: column;

    align-items: start;

 

    padding: 17.75rem 9.9125rem;

 

    box-sizing: border-box;

    background: url(../../images/HOME/d6/dleft.png) no-repeat left center;

    background-size: contain;

    height: 100%;

    justify-content: center;

} */

.main>.div6>div>div>.title {
    font-size: 4.0625rem;
    font-family: LeagueGothicRegular;
    color: #333;
    margin-bottom: 2.25rem;
    border-top: .1875rem solid #0086aa;
    width: 100%
}

.main>.div6>div>div>p {
    font-size: 1.25rem;
    font-family: RobotoRegular;
    color: #333;
    max-width: 88%;
}

.main>.div6>div>div>a>button {
    margin-top: 3.1875rem;
    margin-top: 3.375rem;
    width: 10.125rem;
    height: 2.6875rem;
    background: none;
    border: .125rem solid #0086aa;
    border-radius: 1.5rem;
    color: #0086aa;
    font-size: 1.375rem;
    font-family: RobotoRegular;
}

.main>.div6>div>div>a>button:hover {
    background-color: #0086aa;
    color: #fff;
    cursor: pointer;
}

.main>.div7 {
    width: 100%;
    /* height: 53.6875rem; */
    padding-top: 7.75rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 93rem; */
    margin: auto;
    margin-bottom: 7rem;
}

.main .div7 .OUR-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.main>.div7>.title {
    color: #404a59;
    font-size: 4.5rem;
    font-family: LeagueGothicRegular;
    margin-bottom: 6.4375rem;
}

.main>.div7>ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.main>.div7>ul>li {
    width: 25%;
    margin: 0 1.7813rem;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.main>.div7>ul>li>img {
    width: 100%;
}

.main>.div7>ul>li>div>p {
    font-size: 1.875rem;
    color: #333;
    font-family: scenarieregular;
    margin-top: 1.75rem;
    margin-bottom: 3.375rem;
    letter-spacing: -0.02rem;
}

.main>.div7>ul>li>div>a {
    display: flex;
    align-items: center;
}

.main>.div7>ul>li>diva>img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.main>.div7>ul>li>div>a>span {
    border-bottom: .0625rem solid black;
    padding: .3125rem 0;
    color: #333;
    font-family: RobotoRegular;
    font-size: 1.15rem;
    margin-left: 0.4rem;
}

@media screen and (max-width: 1600px) and (min-width: 1000px) {
    /* 在设备宽度在1600px到1000px之间应用的样式 */
    /* body {
      font-size: 16px;
    } */
}

@media screen and (max-width: 791px) {
    /* 在设备宽度在1600px到1000px之间应用的样式 */
    /* body {
      font-size: 16px;
    } */
    .listnews_img {
        height: auto;
    }
    .main>.div5 {
        padding: 7.0625rem 2rem 0 2rem;
        /* display: flex;
        flex-direction: column; */
        height: auto;
    }
    .main>.div6>div>div.text_right {
        /* padding: 0; */
        padding-left: 6rem;
        padding-right: 3rem;
        max-width: 70%;
    }
    .main>.div6>div>div.text_left {
        /* padding: 0; */
        padding-right: 6rem;
        padding-left: 3rem;
        max-width: 70%;
    }
    .main>.div3>div {
        width: 90%;
        height: 25.9375rem;
    }
    .main>.div5>div>div {
        /* margin-top: -2.5rem; */
    }
    .main>.div5>div>div>.title {
        font-size: 3.625rem;
        white-space: normal;
        line-height: 1;
    }
    .main>.div5>div>div {
        min-height: 28rem;
        padding: 4rem 1rem;
    }
    .main>.div7>ul {
        flex-wrap: wrap;
    }
    .main>.div7>ul>li {
        width: 44%;
        height: auto;
        margin-bottom: 5rem;
        margin: 4% 2%;
    }
    .main>.div4>.p1 {
        margin-top: 8.0625rem;
    }
    .main>.goods>div>ul>div>li>a>span {
        font-size: 2rem;
    }
    .main>.div3>div>.p2 {
        font-size: 2rem;
        text-align: center;
    }
    .main>.div3>div>a>button {
        width: 12.5625rem;
        height: 3.6875rem;
        font-size: 1.375rem;
    }
    .main>.div4>.p2,
    .main>.div4>.p3 {
        font-size: 2.25rem;
        text-align: center;
    }
    .main>.div4>.p1 {
        font-size: 5.5rem;
    }
    .main>.div5>div>div>.i {
        font-size: 2rem;
    }
    .main>.div5>div>div>a>button {
        width: 15.125rem;
        height: 4.6875rem;
        border-radius: 3.5rem;
        font-size: 2rem;
    }
    .main>.div7>ul>li>div>p {
        font-size: 2.5rem;
    }
    .main>.div7>ul>li>div>a>span {
        font-size: 1.5rem;
    }
    .main>.div6>div>div>p {
        font-size: 1.8rem;
        width: 100%;
    }
}


/* 
@media screen and (orientation: portrait) {
    .main>.banner {
        height: auto;
        min-height: auto !important;
    }
    
    .main>.div6>div {
        height: 28rem;
        overflow: hidden;
    }
  
    .main>.div6>div>img:nth-child(2) {
        width: 180%;
    }
    .main>.div6>.div1>img:nth-child(2),
    .main>.div6>.div3>img:nth-child(2) {
        position: absolute;
        right: 0;
    }
    .main>.div7 {
        width: 100%;
        height: auto;
        align-items: start;
    }
    .main>.div7>.title {
        width: 100%;
        text-align: center;
    }
    .main>.div7>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .main>.div7>ul>li {
        width: 46%;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        margin: 0;
        margin-bottom: 3rem;
        position: relative;
    }
    .main>.div7>ul>li>img {
        width: 100%;
        height: 100%;
        margin-right: 2rem;
    }
    .main>.div7>ul>li>div>a {
        position: absolute;
        bottom: 0;
    }
    .main>.div7>ul>li>div>a>img {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }
} */

@media screen and (max-width: 600px) {
    .main>.div5 {
        flex-direction: column;
        margin: 0%;
    }
    .main>.div5>div {
        width: 98%;
        margin: 1% 1% 7% 1%;
    }
    .main>.div6>div>div>.title {
        font-size: 4.0625rem;
        /* max-width: 84%; */
    }
    .main>.goods {
        height: auto;
    }
    .main>.goods>div {
        padding: 0 2.5rem;
    }
    .main>.goods>div>ul>div>li {
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
    }
    .main .div6 .div1,
    .main .div6 .div2,
    .main .div6 .div3,
    .main .div6 .div4   {
         background-size: cover;
    }  
}