﻿.slide {
    background-color: #e5e5e5
}

.slide .swiper-container img {
    width: 100%
}

.slide .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1
}

.slide .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1d2089
}

.product {
    background-color: #f7f7f7;;
    padding-bottom: 95px;
    overflow: hidden
}

.product .title {
    margin: 60px 0
}

.product .title h2 {
    font-size: 46px;
    color: #1d2089;
    margin-top: 0
}

.product .title .subtitle {
    font-size: 16px
}

.product .product-list .product-name {
    display: inline-block;
    font-size: 25px;
    padding: 0 14px 10px;
    border-bottom: 7px solid #d7dc10;
    margin-bottom: 0
}

.product .product-list .product-list-item > div {
    border: 4px solid #fff;
    padding: 40px;
    min-height: 562px
}

.product .product-list .product-list-item:nth-child(1) img {
    cursor: pointer;
    margin: 9px 0
}

.product .product-list .product-list-item:nth-child(1) a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #1d2089;
    font-size: 20px;
    color: #fff;
    font-weight: bold
}

.product .product-list .product-list-item:nth-child(2) > div {
    padding-bottom: 17px
}

.product .product-list .product-list-item:nth-child(2) ul {
    margin-top: 20px;
    margin-bottom: 0
}

.product .product-list .product-list-item:nth-child(2) ul li {
    margin-bottom: 10px
}

.product .product-list .product-list-item:nth-child(2) ul li img {
    width: 56.4%;
    height: 100%
}

.product .product-list .product-list-item:nth-child(2) ul li a {
    background-color: #1d2089;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center
}

.product .product-list .product-list-item:nth-child(2) ul li a .iconfont {
    margin-left: 28px
}

.product .product-list .product-list-item:nth-child(2) ul li a .text {
    display: inline-block;
    width: 172px;
    font-weight: bold
}

.newsAndAbout .news {
    box-shadow: 0px 2px 16.49px 0.51px rgba(31, 35, 33, 0.21);
    padding: 36px;
    margin: 64px 0
}

.newsAndAbout .news .title h3 {
    font-size: 25px;
    margin: 0
}

.newsAndAbout .news [class^='link'] {
    display: inline-block;
    width: 80px;
    line-height: 40px;
    text-align: center;
    background-color: #1d2089;
    color: #fff;
    font-size: 16px
}

.newsAndAbout .news ul {
    margin-top: 15px;
    margin-bottom: 0
}

.newsAndAbout .news ul li {
    line-height: 40px;
    font-size: 16px
}

.newsAndAbout .news ul li .time {
    margin-right: 10px
}

.newsAndAbout .news ul li a {
    color: #000
}

.newsAndAbout .news ul li a:hover {
    color: #1d2089;
    text-decoration: underline
}

.newsAndAbout .news .link-mobile {
    display: none
}

.newsAndAbout .about {
    overflow: hidden
}

.newsAndAbout .about .title {
    display: inline-block;
    padding-top: 30px
}

.newsAndAbout .about .title h3 {
    font-size: 38px;
    color: #1d2089;
    margin: 0
}

.newsAndAbout .about .title .border {
    width: 170px;
    height: 6px;
    margin: 6px 0;
    background-color: #1d2089;
}

.newsAndAbout .about .title .subtitle {
    font-size: 25px;
    margin-bottom: 0
}

.newsAndAbout .about img {
    float: right
}

.newsAndAbout .about .details {
    font-size: 16px;
    margin: 30px 0;
    color: #050505;
    line-height: 30px
}

.newsAndAbout .about a {
    display: inline-block;
    width: 242px;
    line-height: 50px;
    background-color: #d7dc10;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 20px
}

.product .title .r_bom_t_l {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 50px;
}

.product .title .r_bom_t_l img {
    width: 100%;
}

.product .title .r_bom_t_l:hover img {
    animation: mymove 0.5s 1;
    -webkit-animation: mymove 0.5s 1;
    transform: scale(1.1);
}

@keyframes mymove {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@-webkit-keyframes mymove {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.product .title .r_bom_t_l p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .8rem 2rem .8rem 2rem;
    z-index: 1;
    color: #fff;
    background: #1d2089;
    margin-bottom: 0;
    font-size: 16px;
}

.product .title .r_bom_t_l:hover p {
    background: #ff0000 !important;
}

.home_video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.video_main {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -500px;
    width: 1000px;
    z-index: 111;
    background: #000;
}

.video_main video {
    width: 100%;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .product .product-list .product-list-item:nth-child(2) ul {
        margin-top: 57px
    }
}

@media (max-width: 991px) {
    .product {
        padding-bottom: 4vw
    }

    .product .container {
        padding: 0 4vw
    }

    .product .title {
        margin: 8vw 0
    }

    .product .title h2 {
        font-size: 6vw
    }

    .product .title .subtitle {
        font-size: 3vw
    }

    .product .product-list .product-name {
        font-size: 5vw;
        border-bottom-width: 1.2vw;
        padding: 0 3vw 3vw
    }

    .product .product-list .product-list-item > div {
        width: 100%;
        min-height: auto;
        padding: 4vw;
        margin-bottom: 4vw
    }

    .product .product-list .product-list-item:nth-child(1) img {
        margin: 2vw
    }

    .product .product-list .product-list-item:nth-child(1) a {
        font-size: 4vw;
        height: 11vw;
        line-height: 11vw
    }

    .product .product-list .product-list-item:nth-child(1) a .iconfont {
        font-size: 4vw
    }

    .product .product-list .product-list-item:nth-child(2) ul li a .iconfont {
        margin-left: 3vw;
        font-size: 3.5vw
    }

    .product .product-list .product-list-item:nth-child(2) ul li a .text {
        font-size: 3.5vw;
        width: 30vw
    }

    .product .title .r_bom_t_l {
        width: 100%;
        text-align: center;
    }

    .video_main {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .newsAndAbout {
        padding-bottom: 8vw
    }

    .newsAndAbout .news {
        margin: 5.3vw 0;
        padding: 8vw
    }

    .newsAndAbout .news .title {
        text-align: center
    }

    .newsAndAbout .news .title h3 {
        font-size: 5.3vw
    }

    .newsAndAbout .news .title a {
        display: none
    }

    .newsAndAbout .news ul li {
        font-size: 3vw;
        line-height: 6vw;
        display: flex;
        margin-bottom: 3vw
    }

    .newsAndAbout .news ul li .time {
        white-space: nowrap
    }

    .newsAndAbout .news .link-mobile {
        display: block;
        margin: 5vw auto 0;
        width: 20vw;
        line-height: 10vw;
        font-size: 4vw
    }

    .newsAndAbout .about {
        padding: 0 4vw
    }

    .newsAndAbout .about .title {
        display: block;
        text-align: center
    }

    .newsAndAbout .about .title h3 {
        font-size: 6.6vw
    }

    .newsAndAbout .about .title .border {
        margin: 6px auto
    }

    .newsAndAbout .about .title .subtitle {
        font-size: 4vw
    }

    .newsAndAbout .about img {
        float: inherit;
        margin: 4vw auto 0;
        display: block
    }

    .newsAndAbout .about .details {
        font-size: 3vw;
        line-height: 6vw;
        margin: 2vw 0 6vw
    }

    .newsAndAbout .about a {
        display: block;
        margin: 0 auto;
        width: 51vw;
        line-height: 11vw;
        font-size: 3.5vw;
        margin-bottom: 3vw
    }
}
