.pro-page {
    height: 946px;
    position: relative;
}
.pro-page::after {
    width: 50%;
    height: 100%;
    background: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.pro-page::before {
    width: 50%;
    height: 100%;
    background: url(/public/image/p-bac_08.png) no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.pro-page .wrap {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
}
.pro-list {
    position: relative;
    width: 68%;
    height: 100%;
}
.pro-list li {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    opacity: 0;
    transition: 0.6s;
    display: flex;
}
.pro-list li.active {
    opacity: 1;
    transition: 0.6s;
}
.pro-q-right {
    width: 344px;
    margin-left: auto;
}
.pro-q-right-list {
    position: relative;
    background: url(/public/image/bq1_03.png) left no-repeat;
    width: 344px;
    height: 655px;
}
.pro-q-right-list li {
    width: auto;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-align: center;
}
.pro-q-right-list li:nth-of-type(1) {
    top: -35px;
    left: 0;
}
.pro-q-right-list li:nth-of-type(2) {
    left: 175px;
    top: 42px;
}
.pro-q-right-list li:nth-of-type(3) {
    left: 260px;
    top: 181px;
}
.pro-q-right-list li:nth-of-type(4) {
    left: 261px;
    top: 370px;
}
.pro-q-right-list li:nth-of-type(5) {
    left: 180px;
    top: 531px;
}
.pro-q-right-list li:nth-of-type(6) {
    left: 0;
    top: 590px;
}
.pro-q-right-list li .img2 {
    display: none;
}
.pro-q-right-list li.active .img1 {
    display: none;
}
.pro-q-right-list li.active .img2 {
    display: inline-block;
}
.pro-q-right-list li span {
    font-size: 14px;
    margin-top: 10px;
}
.pro-list .pro-right {
    width: 50%;
    text-align: center;
}
.pro-list .pro-left {
    width: 48%;
    position: relative;
}
.pro-list .pro-left p {
    padding: 0 30px 0 0;
    font-size: 16px;
    color: #999;
    line-height: 1.8em!important;
}
.pro-list .pro-left h3 a {
    display: block;
    color: #1947ba;
}
.pro-list .pro-right{
    width: 50%;
    text-align:center;
}
.pro-list .pro-left h3 {
    font-size: 40px;
    font-weight: bold;
    color: #1947ba;
    margin-bottom: 10px;
}
.pro-list .pro-left h3 img {
    margin-right: 10px;
}
.pro-list .pro-left > a {
    padding: 0 30px;
    line-height: 40px;
    border: 1px solid #1947ba;
    display: inline-block;
    margin-top: 30px;
}
.pro-list .pro-left > a img {
    margin-left: 8px;
}
.pro-list .pro-left > a .on {
    display: none;
}
.pro-list .pro-left > a .off {
    display: inline;
}
.pro-list .pro-left > a:hover {
    background-color: #1947ba;
    color: #fff;
}
.pro-list .pro-left > a:hover .off {
    display: none;
}
.pro-list .pro-left > a:hover .on {
    display: inline;
}
.pro-list li.active {
    z-index: 9;
}
.pro-q-right-list li span {
    display: block;
}

.page3-box {
    height: 855px;
    width: 100%;
    position: relative;
}
.page3-box .page3-img {
    width: 100%;
    height: 100%;
}
.page3-box .page3-img .page3-bac {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0;
    transition: 0.6s;
}
.page3-box .page3-img .page3-bac.active {
    opacity: 1;
    transition: 0.6s;
}
.page3-ul {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.page3-ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 40px 50px 60px;
    border-right: 1px solid #989aa4;
    border-top: 1px solid #989aa4;
    opacity: 0.8;
}
.page3-ul li.active {
    opacity: 1;
}
.page3-ul li.active i {
    opacity: 1;
}
.page3-ul li:nth-of-type(1) {
    width: 50%;
    border: none;
    margin-right: 50%;
    padding-bottom: 12%;
}
.page3-ul li a i {
    font-size: 18px;
    color: #fefefe;
    margin-bottom: 30px;
    display: block;
    opacity: 0.5;
}
.page3-ul li a h4 {
    font-size: 30px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 8px;
}
.page3-ul li a p {
    font-size: 16px;
    color: #fefefe;
    line-height: 30px;
}
.page3-ul li span {
    margin-top: 35px;
}
.page3-ul li:nth-of-type(1) a h4 {
    margin-bottom: 20px;
}
.page-p2 {
    padding: 70px 0 70px;
    background: none;
}
.title-text {
    text-align: center;
}
.title-text h2 {
    font-size: 48px;
    color: #f7f7f7;
    font-family: Arial;
    text-transform: uppercase;
}
.title-text h3 {
    margin-top: -45px;
    font-size: 36px;
    margin-bottom: 15px;
}
.title-text.white h2 {
    opacity: 0.05;
}
.title-text.white h3,
.title-text.white p {
    color: #ffffff;
}
.title-text.white h3, .title-text.white p {
    color: #ffffff;
}
.title-text p {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.page-news {
    background: url(/public/image/n-bac_09.png) center no-repeat;
    background-size: cover;
    padding: 100px 0 200px;
    position: relative;
}
.page-news-ul {
    display: flex;
    margin-top: 50px;
}
.page-news-ul li {
    width: 31.33333333%;
    margin-right: 3%;
    height: 295px;
    position: relative;
}
.page-news-ul li:nth-of-type(3n) {
    margin-right: 0;
}
.page-news-ul li a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.page-news-ul li .news-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.page-news-ul li .news-text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
}
.page-news-ul li .news-text b {
    font-size: 24px;
    display: block;
    color: #ffffff;
}
.page-news-ul li .news-text span {
    color: #ffffff;
    font-size: 14px;
}
.page-news-ul li .news-text .news-text-time {
    background: #1947ba;
    text-align: center;
    width: 85px;
    padding: 10px 5px;
}
.page-news-ul li h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    width: calc(100% - 85px);
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 0 5px 0 20px;
    line-height: 72px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page-news .swiper-button-disabled {
    display:none;
}

.foot-top {
    background: #f5f5f5;
    padding-top: 30px;
    margin-bottom: -30px;
}
.foot-top .footer-img {
    position: relative;
}
.logo-swiper .swiper {
    padding: 30px 0 50px;
}
.logo-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*Ö®Ç°ÊÇease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.logo-swiper .footer-img.swiper-wrapper {
    justify-content: start;
    border: none;
}
.logo-swiper .swiper-slide {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
    left: 6.5vw;
    cursor: pointer;
    user-select: none;
    h3 {
        font-size: 42px;
        margin-bottom: 40px;
        font-weight: bold;
    }
    p {
        margin-top: 20px;
        display: inline-block;
        background-color: #1947ba;
        line-height: 50px;
        padding: 0 30px;
        font-size: 16px;
        border-radius: 25px;
        color: #fff;
    }
}
@media (min-width: 1200px) {
    .text h3{
        font-size: 42px;
        margin-bottom: 40px;
        font-weight: bold;
    }
}
@media only screen and (max-width:767px) {
    .pro-page .wrap {
        flex-wrap: wrap;
        padding: 0;
    }
    .pro-q-right {
        width: 100%;
    }
    .pro-q-right-list li {
        position: initial;
        width: 15%;
    }
    .pro-q-right-list {
        position: absolute;
        top: 20px;
        left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        background-image: none;
    }
    .pro-list {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 150px;
    }
    .pro-page {
        height: auto;
        padding: 30px 0;
    }
    .pro-list li {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        transition: 0.6s;
        display: none;
        z-index: -1;
    }
    .pro-list li.active {
        position: relative;
        z-index: 9;
    }
    .pro-page::before {
        display: none;
    }
    .pro-page::after {
        display: none;
    }
    .pro-list .pro-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .pro-list .pro-left .link {
        position: initial;
        margin-top: 10px;
    }
    .pro-list .pro-left h3 {
        font-size: 20px;
    }
    .pro-q-right-list li {
        position: initial;
        width: 33.33%;
        margin-bottom: 10px;
    }
    .pro-q-right-list li span {
        font-size: 13px;
    }
    .pro-q-right-list li .img1 {
        display: inline-block !important;
    }
    .pro-q-right-list li .img2 {
        display: none!important;
    }

    .pro-list{
        display: none;
    }
    .pro-q-right-list{
        position: initial;
        margin-bottom: 0;
        padding-left: 0;
    }
    .pro-q-right-list li a{
        padding: 10px;
    }
    .pro-q-right-list li.active .img2{
        display: none;
    }
    .pro-q-right-list li .img1 {
        padding: 10px;
        display: inline-block !important;
        width: 80%;
    }
    .title-text h3 {
        margin-top: -10px;
        font-size: 20px;
        margin-bottom: 5px;
    }


    .page3-box {
        height: 80vw;
    }
    .page3-ul li {
        width: 50%;
        padding: 10px;
        border-right: 1px solid #989aa4;
        border-top: 1px solid #989aa4;
        opacity: 0.8;
        left: 0;
    }
    .page3-ul li a p {
        font-size: 14px;
        color: #fefefe;
        line-height: 1.65em;
        height: 3.3em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page3-ul li a i {
        font-size: 16px;
        color: #fefefe;
        margin-bottom: 5px;
        display: block;
        opacity: 0.5;
    }
    .page3-ul li a h4 {
        font-size: 18px;
        color: #fefefe;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .page3-ul li:nth-of-type(1) {
        width: 100%;
        border: none;
        margin-right: 0;
        padding-bottom: 0;
    }
    .page3-ul li:nth-of-type(1) a h4 {
        margin-bottom: 0;
    }
    .page3-box {
        height: auto;
        padding: 40px 0 30px;
    }
    .page3-box .page3-img .page3-bac {
        width: 100%;
        height: 80vw;
        position: initial;
        opacity: 1;
    }
    .page3-box .page3-img .page3-bac:first-child{
        display: none;
    }
    .page3-ul{
        position: initial;
    }
    .page3-ul li:nth-of-type(1){
        position: absolute;
        top: 0;
        padding: 0 10px;
    }
    .page3-ul li:nth-of-type(1) a h4{
        margin-bottom: 0;
        color: #000;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }
    .page3-ul li a p{
        display: none;
    }
    .page3-ul li:nth-of-type(2){
        width: 100%;
        position: absolute;
        bottom: 90vw;
        border: none;
    }
    .page3-ul li:nth-of-type(3){
        position: absolute;
        bottom: 10vw;
        border: none;
        width: 100%;
    }
    .page3-ul li a{
        display: block;
    }
    .page-p2 {
        padding: 30px 0px;
    }

    .page-news {
        padding: 30px 0;
    }
    .page-news-ul {
        margin-top: 20px;
    }
    .page-news-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        height: 170px;
    }
    .page-news-ul li .news-text b {
        font-size: 18px;
    }
    .page-news-ul li a::after {
        transform: scale(0.5);
    }
    .title-text h2 {
        font-size: 22px;
    }
    .page-news-ul li .news-text {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
    }
    .page-news-ul li .news-text .news-text-time {
        display: none;
    }
    .page-news-ul li h4 {
        line-height: 50px;
        height: 50px;
        width: 100%;
        font-size: 15px;
        padding: 0 5px;
    }
    .page-news-ul .swiper-slide.swiper-slide-active {
        transform: scale(1);
        transition: 0.6s;
    }
    .page-news-ul .swiper-slide {
        transform: scale(0.85);
        transition: 0.6s;
    }
    .page-news-ul .swiper-button-next {
        display:block;
    }

    .page-news .swiper-button-disabled {
        display:block;
    }
    .foot-top {
        padding: 0;
    }
    .logo-swiper .swiper-slide{
        width: 100px!important;
        padding: 0 10px;
    }
}
