

.yuyue-box {
    width: 100%;
    height: 615px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.yuyue-box .w1200 {
    display: flex;
    justify-content: space-between;
}

.banner-l {
    width: 670px;
    height: 46px;
    font-weight: bold;
    color: #003AD6;
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    margin-top: 258px;
}
.banner-l div:first-child {
    font-size: 60px;
    line-height: 70px;
}
.banner-l div:last-child {
    margin-top: 72px;
    font-size: 48px;
}

.banner-r {
    width: 426px;
    height: 475px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-top: 64px;
}
.banner-r div:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    color: #010101;
    text-align: center;
    margin: 46px 0 33px 0;
}
.banner-r div:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.banner-r div:nth-child(2) input, .banner-r div:nth-child(2) select{
    width: 384px;
    height: 60px;
    background-color: #FFFFFF;
    opacity: 1;
    margin: auto auto 22px;
    border: none;
    padding-left: 23px;
    box-sizing: border-box;
}


.banner-r div:nth-child(3) {
    width: 273px;
    height: 70px;
    background: #6B93FF;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
    margin: auto;
    cursor: pointer;
}
.bx-box {
    width: 100%;
    height: 450px;
    /*overflow: hidden;*/
    position: relative;
}
.bx-zuo {
    position: absolute;
    top: 196px;
    left: -80px;
}
.bx-you {
    position: absolute;
    top: 196px;
    right: -80px;
}

.bx-list {
    /*margin-left: 200px;*/
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    box-sizing: border-box;
    flex-wrap: wrap;
    /*animation: scroll 60s linear infinite;*/
}
.bx-list:hover {
    /* 设置动画是否暂停 paused暂停*/
    animation: scroll 60s linear infinite paused;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-130%);
    }
}
.bx-item {
    /*margin-left: 20px;*/
    position: relative;
    background: #FFFFFF;
    margin-bottom: 27px;
}

.bx-item>div:last-child {
   padding: 25px 36px;
}
.bx-item>img {
    width: 100%;
    height: 180px;
}
.bx-title {
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
}
.bx-param {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
}
.bx-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.bx-price {
    font-size: 30px;
    font-weight: 400;
    color: #EC2020;
    line-height: 36px;
    /*margin-top: 31px;*/
}
.bx-btn {
    /*position: absolute;*/
    /*bottom: 14px;*/
    /*right: 28px;*/
    width: 113px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    font-weight: 400;
    color: #192135;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin-left: 40px;
}

.js-box {
    width: 100%;
    height: 460.1px;
    background-image: url("../images/img_jiaxiao.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 32px;
}
.js-box>.w1200 {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}
.js-box>.w1200> .liaojie-btn{
    position: absolute;
    right: 0;
    margin-top: 364px;
}
.js-img {
    width: 118px;
    height: 29px;
    margin-top: 60px;
    position: absolute;
    right: 0;
}

.js-text {
    width: 645px;
    height: 173px;
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 131px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.js-btn {
    width: 145px;
    height: 41px;
    background: #FFFFFF;
    border-radius: 21px;
    line-height: 41px;
    margin-top: 38px;
}
.title-h1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}
.title-h1>img {
    width: 118px;
    height: 28px;
    margin-bottom: 15px;
}

.fc-box {
    background: #FFFFFF;
    padding: 72px 0;
    box-sizing: border-box;
}
.fc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.fc-item {
    width: 381px;
    cursor: pointer;
    margin-bottom: 36px;
}
.fc-item>img {
    width: 381px;
    height: 227px;
    border-radius: 25px;
}
.fc-item-bottom {
    display: flex;
    justify-content: space-between;
}
.fc-item-bottom div:first-child {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}
.fc-item-bottom div:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}
.zc-box {
    padding-top: 70px;
}
.zc-box>.title-h1 {
    margin-bottom: 43px;
}
.zc-box>div:last-child {
    display: flex;
    justify-content: space-between;
}
.zc-l {
    width: 539px;
    height: 330px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 22px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.zc-l:hover {
    border: solid 1px #6B93FF;
}
.zc-l div:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    position: absolute;
    bottom: 5px;
}
.zc-l div:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    position: absolute;
    bottom: 5px;
    right: 22px;
}

.zc-r {
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zc-r-item {
    width: 100%;;
    background: #FFFFFF;
    height: 104px;
    display: flex;
    flex-direction: column;
    border-left: solid 4px #6B93FF;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}
.zc-r-item:hover {
    border: solid 1px #6B93FF;
    border-left: solid 4px #6B93FF;
}
.zc-r-top {
    display: flex;
    justify-content: space-between;
}
.zc-r-top div:first-child {
    height: 36px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}
.zc-r-top div:last-child {
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #CBCBCB;
    line-height: 36px;
}
.zc-r-item>div:last-child {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jl-box {
    margin-top: 83px;
    width: 100%;
    /*height: 520px;*/
    /*background-image: url("../images/img_jiaolian.png");*/
    /*background-size: 100% 402px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center bottom;*/
}
.jl-box>.w1200 {
    display: flex;
    padding: 47px 0 92px;
}

.jl-l1 {
    display: flex;
    width: 772px;
    height: 392px;
}
.jl-l1>div:first-child {
    width: 392px;
    height: 392px;
    text-align: center;
    overflow: hidden;
}
.jl-l1>div:first-child>img {
    height: 100%;
}
.jl-info {
    width: 386px;
    height: 100%;
    background: #0756BF;
    padding: 49px 28px 28px 61px;
    box-sizing: border-box;
}

.jl-r1 {
    width: 400px;
    margin-left: auto;
}
.jl-r1>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jl-r1>div:last-child {
    margin-top: 19px;
}
.jl-r1>div>img {
    width: 186.4px;
    height: 186.4px;
    box-sizing: border-box;
}
.jl-r1>div>img:hover {
    border: 2px solid #0756BF;
}
.jl-page {
    width: 186.4px;
    height: 186.4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F0F0F0;
    padding: 0 52px;
    box-sizing: border-box;
}
.jl-page>img {
    cursor: pointer;
}


.jl-box>.w1200>img {
    margin-top: -46px;
    height: 487px;
}
.jl-l {
    margin-top: 110px;
    margin-left: 25px;
    width: 360px;
}
.jl-l-top {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.jl-l-top img {
    width: 82px;
    height: 21px;
    margin-left: 10px;
}
.xing {
    margin-top: 19px;
}
.jl-l-text {
    width: 385px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.5;
    margin-top: 15px;
}
.liaojie-btn {
    display: flex;
    width: 145px;
    height: 41px;
    background: #FFFFFF;
    border-radius: 21px;
    margin-top: 60px;
    line-height: 41px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.liaojie-btn>img {
    margin-left: 8px;
}
.jl-imgs {
    width: 400px;
    height: 261px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 83px;
    margin-top: 117px;
    cursor: pointer;
}
.jl-imgs>img {
    width: 123px;
    height: 123px;
}
.jx-box {
    width: 100%;
    background-image: url("../images/img_jiaoxue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 43px 0;
    box-sizing: border-box;
}
.jx-box>.w1200 {
    position: relative;
}
.jx-zuo {
    position: absolute;
    top: 100px;
    left: -80px;
}
.jx-you {
    position: absolute;
    top: 100px;
    right: -80px;
}
.jx-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jx-list>img {
    width: 274px;
    height: 174px;
    margin-top: 43px;
    border-radius: 25px;
    cursor: pointer;
}

