.tong {
    max-width: 1790px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

html {
    font-size: 100px;
    overflow-x: hidden;
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 50px;
    }
}

.flex {
    display: flex;
    justify-content: space-between;
}

p {
    margin: 0;
}

.fen img {
    transition-duration: .5s;
}

.fen:hover img {
    transform: scale(1.05);
}

.tou {
    height: 100px;
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
}

.tou .con {
    align-items: center;
    border-bottom: 1px solid #d3d2d2;
}

.tou .con .logo {
    line-height: 100px;
}

.tou .con .zi {
    display: flex;
    width: 763px;
    justify-content: space-between;
}

.tou .con .zi .ss {
    position: relative;
}

.tou .con .zi .ss p {
    line-height: 100px;
}

.tou .con .zi .ss #formsearch {
    width: 250px;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 111;
    display: none;
}

.tou .con .zi .ss #formsearch input {
    height: 34px;
    line-height: 34px;
    border: none;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.tou .con .zi .ss #formsearch input#keyword {
    width: 200px;
    float: left;
    text-indent: 14px;
}

.tou .con .zi .ss #formsearch input#keyword::-webkit-input-placeholder {
    color: #333;
}

.tou .con .zi .ss #formsearch input#s_btn {
    width: 50px;
    float: right;
    text-align: center;
}

.tix {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #d3d2d2;
    padding-bottom: 2.76vw;
}

@media (max-width: 480px) {
    .tix {
        padding-bottom: 20px;
    }
}

.tix h2.bt {
    font-size: .42rem;
    color: #000000;
}

@media (max-width: 780px) {
    .tix h2.bt {
        font-size: 24px;
    }
}

.tix a.ck1 {
    width: 1.32rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: .2rem;
    align-items: center;
    position: relative;
}

.tix a.ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #AB8520;
}

@media (max-width: 780px) {
    .tix a.ck1 {
        width: 92px;
    }
}

 .tit {
      position: relative; text-align:center}
     .tit h2 {
        font-size: 48px;
        color: #111111;
        position: relative;
        z-index: 1;
        font-weight: normal; }
        @media (max-width: 1380px) {
          tit h2 {
            font-size: 42px; } }
        @media (max-width: 1025px) {
         .tit h2 {
            font-size: 32px; } }
        .tit h2 b {
          color: #AB8520; }
      .tit .en {
        font-size: 60px;
        font-weight: 600;
        color: #f0ece1;
        position: absolute;
        line-height: 1;
        left: 0;
        bottom: 0; right:0}
        @media (max-width: 1380px) {
          .c1 .c1-1 .tit .en {
            font-size: 50px; } }
        @media (max-width: 1025px) {
          .c1 .c1-1 .tit .en {
            font-size: 42px; } }
			
			

.c1 {
    background: url("../../../../a18766f2/22/06/755b6ee4d8fbc046c68fba0aadc4d61d14f63d59.png") no-repeat 50% 0;
    background-size: cover;
    padding-top: 5.68vw;
    padding-bottom: 7.55vw;
}

@media (max-width: 780px) {
	.tit .en{ font-size:30px;}
    .c1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .c1 {
        padding-bottom: 20px;
    }
}

.c1 .con {
    padding-top: 2vw;
}

@media (max-width: 780px) {
    .c1 .con {
        padding-top: 40px;
    }
}

.c1 .con .list2 {
    margin-left: -2.89vw;
    margin-right: -2.89vw;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 780px) {
    .c1 .con .list2 {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.c1 .con .list2 li {
    padding: 0 2.89vw;
    width: 25%;
}

@media (max-width: 780px) {
    .c1 .con .list2 li {
        padding: 0 5px; width:50%
    }
}

@media (max-width: 480px) {
    .c1 .con .list2 li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.c1 .con .list2 li a {
    display: block;
    position: relative;
}

.c1 .con .list2 li .img {
    transition: all .4s ease-out;
}

.c1 .con .list2 li .img img {
    width: 100%;
}

.c1 .con .list2 li .zi {
    transition: all .4s ease-out;
}

.c1 .con .list2 li .zi h3 {
    font-size:22px;
    color: #333; line-height:60px
}

@media (max-width: 780px) {
    .c1 .con .list2 li .zi h3 {
        font-size: 14px;
    }
}

.c1 .con .list2 li .zi .ck {
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: 3px solid #d3d2d2;
    width: 1.32rem;
    position: relative;
    transition: all .4s ease-out;
}

@media (max-width: 780px) {
    .c1 .con .list2 li .zi .ck {
        width: 92px;
    }
}

.c1 .con .list2 li .zi .ck:after {
    display: block;
    content: '';
    width: 57px;
    background: #AB8520;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    opacity: 0;
    transition: all .4s ease-out;
}

@media (min-width: 780px) {
    .c1 .con .list2 li:hover .img {
        transform: scale(1.1);
    }

    .c1 .con .list2 li:hover .zi {
        bottom: -.16rem;
    }

    .c1 .con .list2 li:hover .zi .ck {
        color: #AB8520;
    }

    .c1 .con .list2 li:hover .zi .ck:after {
        opacity: 1;
    }
}

.c2 {
    position: relative;
}

.c2 .list2 li .img img {
    width: 100%;
}

.c2 .con {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding-top: 3.91vw;
    top: 0;
    left: 0;
}

.c2 .con .tix .zi {
    display: flex;
    align-items: flex-end;
}

.c2 .con .tix .zi h2.bt {
    color: #fff;
}

.c2 .con .tix .zi .list21 {
    margin-left: 4.17vw;
    display: flex;
}

@media (max-width: 480px) {
    .c2 .con .tix .zi .list21 {
        display: none;
    }
}

.c2 .con .tix .zi .list21 li {
    width: 1.48rem;
    line-height: 35px;
    margin-right: 1.71975vw;
    border-radius: 20px;
    transition: all .4s ease-out;
    text-align: center;
}

.c2 .con .tix .zi .list21 li:hover {
    background: #AB8520;
}

.c2 .con .tix .zi .list21 li:last-child {
    margin-right: 0;
}

.c2 .con .tix .zi .list21 li a {
    color: #fff;
}

.c2 .con .tix a.ck1 {
    color: #ffffff;
    border-color: #ffffff;
    position: relative;
}

.c2 .con .tix a.ck1:after {
    display: block;
    content: '';
    width: 57px;
    background: #AB8520;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all .4s ease-out;
}

.c2 .con .tong {
    height: 100%;
}

.c2 .con .conx {
    position: relative;
    height: 100%;
}

.c2 .con .hd {
    position: absolute;
    bottom: 3.18vw;
    width: 100%;
    padding: 0 2.71vw;
}

.c2 .con .hd .xx {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: .52rem;
    height: .52rem;
    background-size: 100% !important;
}

.c2 .con .hd .xx.zb {
    left: 0;
    background: url("../../../../a18766f2/22/06/11f85ab836fcf905d5ad2ed39c7a6395bd9982c5.png") no-repeat 50% 0;
}

.c2 .con .hd .xx.yb {
    right: 0;
    background: url("../../../../a18766f2/22/06/79e79f9caf0eaa9bb853a0cbb932243550085d5c.png") no-repeat 50% 0;
}

.c2 .con .hd .list1 {
    display: flex;
    flex-wrap: wrap;
}

.c2 .con .hd .list1 li {
    padding-left: 5vw;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.c2 .con .hd .list1 li:last-child {
    border: none;
}

.c2 .con .hd .list1 li .img img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li .img img {
        max-width: 20px;
        max-height: 20px;
    }
}

.c2 .con .hd .list1 li .img img.img2 {
    display: none;
}

.c2 .con .hd .list1 li h3 {
    color: rgba(255, 254, 254, 0.5);
    margin-top: 2.19vw;
    font-size: .3rem;
    transition: all .4s ease-out;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li h3 {
        font-size: 12px;
    }
}

.c2 .con .hd .list1 li h3:after {
    content: '+';
    margin-left: 6.82vw;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li h3:after {
        margin-left: 0;
    }
}

.c2 .con .hd .list1 li.on {
    border-color: #fffefe;
}

.c2 .con .hd .list1 li.on .img img.img1 {
    display: none;
}

.c2 .con .hd .list1 li.on .img img.img2 {
    display: inline;
}

.c2 .con .hd .list1 li.on h3 {
    color: #fffefe;
}

.c3 {
    padding-top: 5.52vw;
    padding-bottom: 3.85vw;
    background: url("../../../../a18766f2/22/06/a51267173ed1f4c8d9a8ac63f13efb10e8e7bad9.png") no-repeat 50% 0;
    background-size: cover;
}

@media (max-width: 780px) {
    .c3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 780px) {
    .c3 .con {
        flex-wrap: wrap;
    }
}

.c3 .con .c3-1 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content:start; padding-right:30px;
}

.c3 .con .c3-1 img{ max-width:100%; margin-top:30px;}
@media (max-width: 780px) {
    .c3 .con .c3-1 {
        width: 100%;
    }
}

.c3 .con .c3-1 h2 {
    color: #000000;
    font-size: .42rem;
    width: 100%;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 h2 {
        font-size: 24px;
    }
}

@media (max-width: 780px) {
    .c3 .con .c3-1 a.ck {
        margin-top: 20px;
    }
}

.c3 .con .c3-1 a.ck img {
    max-width: 100%;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 a.ck img {
        width: 40px;
        height: 40px;
    }
}

.c3 .con .c3-2 {
    width: 50%;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 {
        width: 100%;
        margin-top: 20px;
    }
}

.c3 .con .c3-2 h2 {
    font-size: .36rem;
    color: #333333;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 h2 {
        font-size: 20px;
    }
}

.c3 .con .c3-2 dd {
    font-size: 16px;
    color: #666666;
    line-height: 2.5;
    margin-top: 2.083vw;
    margin-bottom: 4.32vw;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 dd {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 14px;
        margin-bottom: 20px;
    }
}

.c3 .con .c3-2 a.ck1 {
    width: 1.32rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: .2rem;
    align-items: center;
    position: relative;
}

.c3 .con .c3-2 a.ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #AB8520;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 a.ck1 {
        width: 92px;
    }
}

.c4 {
    text-align: center;
}

.c4 img {
    max-width: 100%;
}

.c5 {
    margin-top: 7px;
    padding-top: 5.1vw;
    background-color: #f9faf7;
    padding-bottom: 5.58vw;
}

@media (max-width: 780px) {
    .c5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c5 .tix1 {
    padding-right: 1.88vw;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.76vw;
    border-bottom: 1px solid rgba(149, 149, 149, 0.3);
    justify-content: space-between;
}

.c5 .tix1 h2.bt {
    color: #000000;
    font-size: .42rem;
}

@media (max-width: 780px) {
    .c5 .tix1 h2.bt {
        font-size: 24px;
    }
}

.c5 .tix1 .list1 {
    display: flex;
}

.c5 .tix1 .list1 li {
    position: relative;
}

.c5 .tix1 .list1 li:nth-child(1) {
    margin-right: 5.36vw;
}

.c5 .tix1 .list1 li a {
    display: block;
    font-size: 16px;
    color: #333333;
    transition: all .4s ease-out;
}

.c5 .tix1 .list1 li:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2.78vw;
    height: 2px;
    background-color: #AB7C52;
    transition: all .4s ease-out;
    opacity: 0;
}

.c5 .tix1 .list1 li:hover:after {
    opacity: 1;
}

.c5 .tix1 .list1 li:hover a {
    color: #AB8520;
}

.c5 .con {
    margin-top: 5.52vw;
}

@media (max-width: 780px) {
    .c5 .con {
        margin-top: 30px;
    }
}

.c5 .con .c5-1 {
    width: 21.71%;
}

@media (max-width: 780px) {
    .c5 .con .c5-1 {
        display: none;
    }
}

.c5 .con .list1 li {
    position: relative;
}

.c5 .con .list1 li .img img {
    width: 100%;
}

.c5 .con .list1 li h3 {
    position: absolute;
    bottom: 22px;
    left: 0;
    padding-left: 1.46vw;
    padding-right: 2.14vw;
    color: #ffffff;
    font-size: .24rem;
    line-height: 1.583;
}

.c5 .con .c5-2 {
    width: 73.9%;
}

@media (max-width: 780px) {
    .c5 .con .c5-2 {
        width: 100%;
    }
}

.c5 .con .list2 {
    margin-left: -2.085vw;
    margin-right: -2.085vw;
    display: flex;
    flex-wrap: wrap;
}

.c5 .con .list2 li {
    padding: 0 2.085vw;
    width: calc(100% / 3);
}

@media (max-width: 480px) {
    .c5 .con .list2 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .c5 .con .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c5 .con .list2 li .timex {
    color: #000000;
    font-size: .46rem;
    margin-bottom: .34rem;
    line-height: 1;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .timex {
        font-size: 24px;
    }
}

.c5 .con .list2 li .timex span {
    color: #666666;
    font-size: .16rem;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .timex span {
        font-size: 14px;
    }
}

.c5 .con .list2 li .img img {
    width: 100%; height:270px;
}

.c5 .con .list2 li .zi {
    margin-top: .22rem;
}

.c5 .con .list2 li .zi h3 {
    color: #000000;
    font-size: .24rem;
    line-height: 1.583;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi h3 {
        font-size: 16px;
    }
}

.c5 .con .list2 li .zi dd {
    color: #666666;
    font-size: 16px;
    line-height: 1.625;
    margin-top: .28rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi dd {
        font-size: 14px;
    }
}

.c5 .con .list2 li .zi .ck1 {
    margin-top: 3vw;
    width: 1.32rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: .2rem;
    align-items: center;
    position: relative;
}

.c5 .con .list2 li .zi .ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #AB8520;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi .ck1 {
        width: 92px;
    }
}

.of {
    overflow: hidden;
}

.foot {
    background-color: #222222;
}

.foot .con {
    border-bottom: 2px solid rgba(49, 49, 49, 0.7);
}

@media (max-width: 480px) {
    .foot .con {
        flex-wrap: wrap;
        padding-bottom: 4.8vw;
    }
}

.foot .con .foot1 {  
    padding-bottom: 4.8vw;
    width:50%;
}

@media (max-width: 780px) {
	 .foot .con {
        flex-wrap: wrap;
    }
    .foot .con .foot1 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot1 {
        width: 100%;
    }
}

.foot .foot1-1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(49, 49, 49, 0.7);
    align-items: center;
    padding-right: 4.27vw;
    margin-bottom: 2vw;
}

.foot .foot1-1 .foot1-1-1 {
    line-height: 130px;
}

.foot .foot1-1 .foot1-1-2 {
    text-align: center;
    display: flex;
}

.foot .foot1-1 .foot1-1-2 li {
    width: 47px;
    height: 47px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    line-height: 40px;
    transition: all .4s ease-out;
    margin-left: 0.94vw;
}

.foot .foot1-1 .foot1-1-2 li .img img.img2 {
    display: none;
}

.foot .foot1-1 .foot1-1-2 li:hover {
    background-color: #AB7C52;
    border-color: #AB7C52;
}

.foot .foot1-1 .foot1-1-2 li:hover .img img.img2 {
    display: inline;
}

.foot .foot1-1 .foot1-1-2 li:hover .img img.img1 {
    display: none;
}

.foot .con .foot1 .foot1-2 {
    width:80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .foot .con .foot1 .foot1-2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot1 .foot1-2 {
        display: none;
    }
}

.foot .con .foot1 .foot1-2 li h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
}

.foot .con .foot1 .foot1-2 li h2:after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    content: '';
    display: block;
    margin-top: .2rem;
}

.foot .con .foot1 .foot1-2 li .sec {
    line-height: 2.142857;
    margin-top: .2rem;
}

.foot .con .foot1 .foot1-2 li .sec a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
}

.foot .con .foot2 {
    width:45%;
}

@media (max-width: 780px) {
    .foot .con .foot2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot2 {
        width: 100%;
        padding-top: 0;
    }
}

.foot .con .foot2 .lx {
    color: rgba(255, 255, 255, 0.8);
    line-height: 2.5714;
    margin-bottom: 2.083vw;
}

.foot .con .foot2 .lx p {
    margin-bottom: 13px; width:50%; float:left;
}

@media (max-width: 480px) {
    .foot .con .foot2 .lx p {
        margin-bottom: 0;
    }
}

.foot .con .foot2 .lx p:last-child {
    margin-bottom: 0;
}

.foot .con .foot2 .list2 {
    text-align: center;
    display: flex; width:100%;
}

@media (max-width: 480px) {
    .foot .con .foot2 .list2 {
        justify-content: center;
    }
}

.foot .con .foot2 .list2 li {
    margin-right: 2.14vw;
}

@media (max-width: 480px) {
    .foot .con .foot2 .list2 li {
        width: 48%;
        margin: 0 1%;
    }
}

.foot .con .foot2 .list2 li .img img {
    max-width: 100%;
}

.foot .con .foot2 .list2 li h3 {
    color: rgba(255, 255, 255, 0.8);
    margin-top: .2rem;
}

.foot .ban {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
}

.foot .ban .ban1 {
    line-height: 2.142857;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 480px) {
    .foot .ban .ban1 {
        line-height: 1.6;
        text-align: center;
    }
}

.foot .ban .ban1 a {
    color: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=index.css.map */



.pageProduct {
    padding: 80px 0 50px 0;
    background-color: #efefef;
}

.product-title {
    text-align: center;
    color: #000;
}

.product-title h2 {
    font-size: 44px;
    position: relative;
    font-weight: bold;
}

.product-title span {
    width: 50px;
    height: 3px;
    background-color: #c0c0c0;
    display: block;
    margin: 16px auto;
}

.product-title p {
    font-size: 18px;
}

.product_list {
    padding-top: 40px;
    position: relative;
    width: 100%;
    padding-bottom:150px;
}

.product_list .swiper-container {
    width: 100%;
    overflow: inherit;
}

.product_list .swiper-slide {
    width: 64%;
    height: auto;
}

.product_list .swiper-slide {
    position: relative;
}

.product_pic { text-align:center}
.product_pic img {
    max-width: 100%; height:430px; margin-top:30px;
}
.apply_title {
    width:80%;
    color: #fff;
    position: absolute;
    left: 10%;
    top: 80%;
    background:#AB8520;
    padding: 20px;
}

.apply_title h2 {
    font-size: 25px;
    color: #fff;
}

.apply_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 24px 0 40px 0;
}
.apply_title a,.apply_title a:hover{ color:#fff}
.anniu-1 {
    width: 11%;right:44%;
    position: absolute; bottom:0
}

.anniu-2 {
    width: 15%;
    left: -31.12%;
    top: 80%;
    position: absolute;
}

.product-button-next,
.case-button-next {
    background-image: url(../../../../../images/b5587e225d4a954a8f886f678be195b572b49c59.png);
    right: 0;
}

.product-button-prev,
.case-button-prev {
    background-image: url(../../../../../images/aceb8c51ea08635a433c78038cb5c081c6fb1623.png);
    left: 0;
}

.product-button-next,
.product-button-prev,
.case-button-next,
.case-button-prev {
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
}

.product-button-next:hover,
.product-button-prev:hover {
    opacity: 0.35;
}

.product-pagination span {
    transform: skew(-12deg, 0);
    font-family: arial;
    font-size: 16px;
}

.product-pagination span:before {
    content: '0';
    display: inline-block;
}

.product-pagination {
    align-items: center;
    margin-bottom: -5.5%;
    line-height: 1.8;
}

.product-pagination i {
    width: 61.5%;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 6%;
}

.fix:before, .fix:after, .clear {
    display: table;
    clear: both;
    content: '';
}


@media only screen and (max-width:1600px) {
	 .product-title h2 {
        font-size: 40px;
    }
    .pageProduct {
        padding: 60px 0 100px 0;
    }
    .product-title p {
        font-size: 16px;
    }
    .index-case-l {
        padding: 80px 3%;
    }
    .col04 {
        padding: 80px 0;
    }
    .product-title span {
        margin: 8px auto;
    }
    .product_list {
        padding-top: 28px;
    }
	
}


@media only screen and (max-width:1440px) {
	
	  .i-title h2,
    .product-title h2 {
        font-size: 32px;
    }
    .i-title p,
    .product-title p,
    .year dl dd {
        font-size: 16px;
    } .row-1,
    .product_list {
        padding-top: 28px;
    }
    .apply_title h2 {
        font-size: 28px;
    }
    .year dl dt {
        font-size: 48px;
    }
	
}


@media only screen and (max-width:1366px) {
	   .apply_title {
        padding: 24px 24px 40px 24px;
    }
    .apply_title p {
        margin: 16px 0 24px 0;
    }
}

@media only screen and (max-width:1024px) {
	
	  .i-title h2,
    .product-title h2 {
        font-size: 22px;
    }  .apply-infor h2 {
        font-size: 20px;
        padding-bottom: 8px;
    }
    .consult-list h2 {
        font-size: 18px;
        padding-bottom: 12px;
    }
    .ff-line {
        height: 160px;
        background-size: cover;
    }
    .apply-list {
        padding: 32px 0;
    }
    .apply-list .swiper-container {
        width: 84%;
    }
    .apply-list .swiper-slide {
        width: 520px;
    }
    .apply-infor p {
        font-size: 14px;
        line-height: 1.6;
    }
    .apply-list .swiper-button-next {
        right: -2%;
    }
    .apply-list .swiper-button-prev {
        left: -2%;
    }
    .apply-yacht {
        margin: 12px 0 32px 0;
    }
	
	 .product_list {
        padding-bottom: 100px;
    }
    .apply_title {
        width: 80%;
        padding: 12px 20px 20px 20px;
        top: 90%;
        left: 10%;
       
    }
    .apply_title h2 {
        font-size: 22px;
    }
    .apply_title p {
        margin: 8px 0 18px 0;
        -webkit-line-clamp: 2;
        line-height: 1.6;
    }
    .anniu-1 {
        width: 30%;
        left:35%;
    }
    .pageProduct {
        padding: 40px 0 60px 0;
    }
	}
	
	
	@media only screen and (max-width:767px) {
		
		  .title-tel h3 {
        font-size: 14px;
        padding-bottom: 2px;
    }
    .product-item-1 {
        padding: 12px 0 0 0;
        display: block;
    }
    .title-l>p {
        font-size: 14px;
    }
    .title-r {
        display: none;
    }
    .product-l {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 3%;
        padding: 12px 0 12px 0;
    }
    .product-r {
        width: 100%;
    }
    .product-l .main {
        width: 36%;
        margin-left: 4%;
    }
    .product-l .main p {
        padding: 4px 0 12px 0;
        line-height: 1.6;
    }
    .product-l .main h2 {
        font-size: 18px;
    } .product-r .col02 {
        margin-bottom: 3%;
    }
    .page-nation {
        padding: 6px 0 24px 0;
    }
    .detail-l,
    .detail-r {
        width: 100%;
        float: none;
    }
    .detail-l {
        margin-bottom: 6%;
    }
    .detail-l>p {
        padding: 8px 0 12px 0;
        font-size: 14px;
    }
    .detail-r .i-title {
        display: none;
    }
    .detail-con ._jt {
        height: 60px;
        line-height: 60px;
    }
    .detail-con ._jt strong {
        font-size: 18px;
    }
    .detail-pagination {
        margin-bottom: -5%;
    }
    .apply-infor h2 {
        font-size: 18px;
    }
    .consult-list h2 {
        font-size: 16px;
    }
    .ff-line {
        height: 132px;
    }
    .apply-list .swiper-container {
        width: 82%;
    }
    .apply-list .swiper-slide {
        width: 220px;
    }
    .apply-list .swiper-button-prev,
    .apply-list .swiper-button-next {
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }
    .apply-list .swiper-slide-active .apply-title {
        display: block;
    }
    .apply-infor {
        width: 100%;
        margin-bottom: 6%;
    }
    .apply-title {
        margin-top: 24px;
    }
    .apply-list {
        padding: 24px 0;
    }
    .apply-yacht {
        margin: 4px 0 18px 0;
    }   .product-title p,
    .year dl dd {
        font-size: 14px;
    }
    .product_list {
        padding-top: 12px;
        padding-bottom: 136px;
    }
    .apply_title h2 {
        font-size: 18px;
    }
    .apply_title {
        width: 80%;
        padding: 12px 12px 16px 12px;
        top: 90%;left:10%;
      
    }
    .product_list .swiper-slide {
        width: 80%;
    }
    .apply_title p {
        margin: 4px 0 8px 0;
    }
    .anniu {
        width: 22%;
        left: 39.5%;
        bottom: 16PX;
    }  .apply-yacht {
        display: none;
    }
		}
		
.solve-list{
  margin-top:20px;
}

.solve-list li{
  width: 22%;
  padding:20px 10px;
  
  
}

.solve-list li .img0{
  text-align: center; padding:35px;
}

.solve-list li .img0 .img2{
  display: none; border-radius:100%;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.solve-list li .img0 img{
  max-width: 100%; border-radius:100%;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.solve-list li .wz1{
  text-align: center;
  color: #333333;
  font-size:22px;
  padding: 10px 0;
}

.solve-list li .wz2{
  color: #666666;
  font-size: 12px;
  line-height: 1.75; text-align:center
}

.solve-list li .wz3{
  text-align: center;
  color: #fff;
  font-size: 14px;
   width: 100px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 30px;
  background: #AB8520;
  margin-top: 20px;
}

.solve-list li:hover{
  background: #AB8520;
}

.solve-list li:hover .img0 .img1{
  display: none;
}

.solve-list li:hover .img0 .img2{
  display: block;
}

.solve-list li:hover .wz1{
  color: #fff;
}

.solve-list li:hover .wz2{
  color: #fff;
}

.solve-list li:hover .wz3{
  background: #fff;
  color: #333333;
}
@media(max-width:1600px) {
	
	.solve-list li .wz1{ font-size:20px;}}
	
@media(max-width:1440px) {
	
	.solve-list li .wz1{ font-size:18px;}}


@media(max-width:1350px) {
	
	.solve-list li .wz1{ font-size:16px;}}
@media(max-width: 767px){
	.product_pic img{ height:540px}
  .solve-bg{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .solve-list{
    margin-top: 5%;
    flex-wrap: wrap;
  }
  .solve-list li{
    width: 48%;
    margin-bottom: 3%; padding:0
  }
  .solve-list li .wz1{
    font-size: 18px;
  }
  .solve-list li .wz2{
    font-size: 12px;
  }
}
