.tong {
width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

p {
    margin: 0;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.of {
    overflow: hidden;
}

.tong2{padding: 0 30px;}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98.3%;
}

.x-menu>li {
    position: relative;width: 120px;
}

.x-menu>li>a {
    display: block;
    font-size: 17px;
    white-space: nowrap;
    text-align: center;
    line-height: 76px;
    color: #333;
    font-weight: bold;
}

.x-menu>li:hover>a {
 color: #009b4c;
}

.x-menu>li.active>a {
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150px;
    left: 50%;
    margin-left:-75px;
    top: 76px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
   color: #009b4c;
}
.tong1342 {
    width: 1342px;
    margin: 0 auto;
}

.tou {
    height: 130px;
}

.tou .logo {
    line-height: 130px;
}
.tou .logo a {
    color: #009b4c;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 5px;
}

.tou .zi {
    padding-top: 16px;
 
}

.tou .zi .zi1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 16px;
}

.tou .zi .zi1 .k1 {
    color: #999999;
    font-size: 13px;
}

.tou .zi .zi1 .k1 a {
    color: #999999;
}

.tou .zi .zi1 .dh {
    font-size: 34px;
    color: #009b4c;
    font-family: arial;
    padding-left: 26px;
    background: url(../img/58c.png) no-repeat 0 50%;
    margin-left: 16px;
    font-weight: bold;
}


.tou .zi .zi2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tou .zi .zi2 .ss {
    line-height: 76px;
    cursor: pointer;
}

.tou .zi .zi2 #formsearch {
    width: 370px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 76px;
    z-index: 111;
    background: #fff;
    display: none;
}

.tou .zi .zi2 #formsearch input {
    border: none;
    background: none;
    outline: none;
    line-height: 41px;
    height: 41px;
}

.tou .zi .zi2 #formsearch input#keyword {
    float: left;
    color: #999999;
    text-indent: 14px;
    width: calc(100% - 67px);
}

.tou .zi .zi2 #formsearch input#keyword::-webkit-input-placeholder {
    color: #999999;
}

.tou .zi .zi2 #formsearch input#s_btn {
    float: right;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 67px;
    padding: 0;
    background: url(../img/04ee6407ced832b60f4b56ed15e9f9e6f9292020.png) no-repeat 50%;
    font-size: 0;
}

.c1 {
    background: url(../img/7c5281b45aa3ea6ed42e07577de9a61aca2ca734.png) no-repeat 50% 0;
    padding-top: 90px;height:707px;overflow: hidden;
  
}


.fl{float: left;}
.fr{float: right;}



.c1 .con .c1-1 {
    width:650px;
    padding-top: 22px;;
}




.c1 .con .c1-1 h2 {
    line-height: 1;
}

.c1 .con .c1-1 h2 p {
    font-size: 18px;
    color: #666666;
    font-weight: 500;
}


.c1 .con .c1-1 h2 b {
    display: block;
    margin-top: 15px;
    font-size: 32px;
    color: #009b4c;line-height: 45px;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 h2 b {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-1 h2 b {
        font-size: 18px;
    }
}

.c1 .con .c1-1 dd {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    margin-top: 2vw;
    margin-bottom: 1.9vw;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 dd {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-1 dd {
        margin-top: 14px;
        margin-bottom: 20px;
    }
}

.c1 .con .c1-1 .list2 {
    display: flex;
    text-align: center;
}

@media (max-width: 480px) {
    .c1 .con .c1-1 .list2 {
        justify-content: space-between;
    }
}

.c1 .con .c1-1 .list2 li {
    padding: 25px 0 22px;
    width: 120px;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
    margin-right: 1.61vw;
    transition-duration: .3s;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 .list2 li {
        padding: 12px 0 10px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-1 .list2 li {
        width: 24%;
        margin-right: 0;
    }
}

.c1 .con .c1-1 .list2 li .img {
    line-height: 40px;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 .list2 li .img img {
        max-height: 34px;
    }
}

.c1 .con .c1-1 .list2 li .img img.img2 {
    display: none;
}

.c1 .con .c1-1 .list2 li:hover .img img.img2{
  display: inline;
} 

.c1 .con .c1-1 .list2 li:hover .img img.img1{
  display: none;
} 

.c1 .con .c1-1 .list2 li h3 {
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 .list2 li h3 {
        font-size: 14px;
        margin-top: 10px;
    }
}

.c1 .con .c1-1 .list2 li:hover {
    border: dashed 1px #009b4c;
}

.c1 .con .c1-1 .list2 li:hover .img.img2 {
    display: inline;
}

.c1 .con .c1-1 .list2 li:hover .img.img1 {
    display: none;
}

.c1 .con .c1-2 {
    width: 612px;margin-left: 38px;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 {
        width: 100%;
        margin-top: 20px;
    }
}

.c1 .con .c1-2 img {
    width: 100%;
}

h2.bt {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #009b4c;
}


.ptt2{text-align: center;color:#e7e7e7;font-size: 25px;font-weight: 600;margin-bottom: 10px;text-transform: uppercase;}




.c2 {
    background-color: #f6f7f9;
    padding-top: 40px;
    padding-bottom: 80px;
}



.c2 .con {
    margin-top: 22px;
}



.c2 .con .list2 {
 display:flex;flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c2 .con .list2 li {
    width: 375px;
    
    margin-bottom:14px;
}



.c4 .con .list2 li .img .img1 img {
    margin-top: 21px;
}


li {
  list-style: none;
}

.pp_rt{margin-top:38px;display:block;text-align:center;}
.pp_rt li {
    background: url(../img/cf656f9af42790e00229301e46ebd4d0a9caf0ea.png) no-repeat center right;
    padding: 0 25px;
    display: inline-block;
}
.pp_rt li a{color:#000000;font-size: 18px;line-height: 45px;}
.pp_rt li:nth-child(6){background:none;}
.pp_rt li:nth-child(13){background:none;}
.pp_rt li:hover{background:#009b4c;}
.pp_rt li:hover a{color:#fff}


.c2 .con .list2 li .img {
    text-align: center;
    position: relative;
    width: 375px;
    height: 251px;
    overflow: hidden;
}

.c2 .con .list2 li .img img {
    width: 100%;
    object-fit: cover;
}

.c2 .con .list2 li .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 90, 156, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition-duration: .3s;
    opacity: 0;
}

.c2 .con .list2 li .img .zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding-bottom: 26px;
    width: 83.13%;
    color: #fff;
    transition-duration: .3s;
    opacity: 0;
}



.c2 .con .list2 li .sec h3 {
    font-size: 18px;
    color: #009b4c;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
}


.c2 .con .list2 li .sec h3 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 54px;
}




.c2 .con .list2 li .sec h3 img {
    padding-right: 0.99vw;
    transform: scale(1) !important;
}




.c2 .con .list2 li .sec .ck {
    color: #666666;
    font-size: 14px;
}




html {
    overflow-x: hidden;
}



.list233{position: relative;overflow: hidden;padding-bottom: 60px;}



.list2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #cfcfcf;
    opacity:1
}


.list2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #009b4c;   width: 32px;
    border-radius: 8px;
}


.list2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}


.img1_1{width: 100%;}
.img1_1 img{width: 100%;}

.c3 {
    margin-top: 3.28vw;
    margin-bottom: 3.85vw;
}



.c3 .ti h2 {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #009b4c;
}
.c3 .ti h2 span{color:#e7e7e7;font-size: 25px;display: block;text-transform: uppercase;margin-bottom: 10px;}



.c3 .ti a.ck {
    font-size: 16px;
    color: #999999;
}





.c3 .ti a.ck img {
    padding-left: 1.04vw;
}

.c3 .con {
    margin-top: 2.81vw;
}



.c3 .con .list2 {
    justify-content: flex-start;
    margin-left: -0.52vw;
    margin-right: -0.52vw;
    text-align: center;
}





.c3 .con .list2 li .img img {
    width: 100%;
}

.c3 .con .list2 li h3 {
    margin-top: 1vw;
    font-size: 17px;
    color: #888888;
    transition-duration: .3s;
}

@media (max-width: 780px) {
    .c3 .con .list2 li h3 {
        font-size: 14px;
        margin-top: 0;
        line-height: 40px;
    }
}

.c3 .con .list2 li:hover h3 {
    color: #009b4c;
}

.c4 {
    padding-top: 90px;
    background: url(../img/22c933905fcfab1377e136790e5cfa029766313a.jpg) no-repeat 50% 0;
   height:858px
}



.c4 h2.bt {
    color: #fff;
}



.c4 .zix {
    color: #fff;
    font-size: 20px;
    margin-top: 27px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
}



.c4 .con {
    margin-top: 60px;
}



.c4 .con .list2 {

    text-align: center;
    align-items: inherit;
}


.c4 .con .list2 li {
    width: 430px;
    position: relative;height:345px
}



.c4 .con .list2 li a {
    background: #fff;
    display: block;
    height: 100%;background:url(../img/dbaad55e42f67fa8184327583834e8ad95cf2dea.png) repeat-x center bottom;
}


.flex_33{display:flex;flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.c4 .con .list2 li .img {

    width: 121px;
    background: url(../img/431523e41850d9e43d1650f7bd18dc4c22015e4f.png) no-repeat 50% 0;
    padding-top: 5px;
    position: relative;height:121px;margin:0 auto;
 
    background-size: 100% auto;z-index: 99999;
}



.c4 .con .list2 li .img .img1 {
    width: 121px;
    margin-left: auto;
    margin-right: auto;
    line-height: 121px;
}




.c4 .con .list2 li .zi h3 {
    font-size: 30px;
    color: #000000;
    transition-duration: .3s;margin-top: 29px;
}



.c4 .con .list2 li .zi dd {
    
    font-size: 16px;
    color: #666666;
    line-height: 28px;width: 325px;margin:0 auto;margin-top: 22px;
}



.c4 .con .list2 li:hover .zi h3 {
    color: #009b4c;
}

.c4 .dh {
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-size: 44px;
    font-family: arial;
    font-weight: 600;
    line-height: 1;
}



.c4 a.ck {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #009b4c;
    margin-top: 1.88vw;
    width: 161px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 17px;
    display: block;
}



.c5 {
    margin-top: 3.75vw;
    margin-bottom: 3.28vw;
}

@media (max-width: 780px) {
    .c5 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c5 .con {
    margin-top: 3.33vw;
    align-items: initial;
}

@media (max-width: 1200px) {
    .c5 .con {
        flex-wrap: wrap;
    }
}

@media (max-width: 780px) {
    .c5 .con {
        margin-top: 24px;
    }
}

.c5 .con .c5-1 {
    width: 49.55%;
}

@media (max-width: 1200px) {
    .c5 .con .c5-1 {
        width: 100%;
    }
}

.c5 .con .c5-1 .list1 {
    position: relative;
}

.c5 .con .c5-1 .list1 li {
    float: left;
    position: relative;
}

.c5 .con .c5-1 .list1 li .img img {
    width: 100%;
}

.c5 .con .c5-1 .list1 li h3 {
    font-size: 22px;
    position: absolute;
    width: 100%;
    padding: 0 1.56vw;
    bottom: 1.98vw;
    color: #fff;
}

@media (max-width: 1200px) {
    .c5 .con .c5-1 .list1 li h3 {
        font-size: 16px;
        padding: 0 20px;
        bottom: 20px;
    }
}

.c5 .con .c5-1 .list1 .slick-dots {
    position: absolute;
    right: 1.56vw;
    bottom: 1.67vw;
}

@media (max-width: 1200px) {
    .c5 .con .c5-1 .list1 .slick-dots {
        right: 20px;
        bottom: 20px;
    }
}

.c5 .con .c5-1 .list1 .slick-dots li {
    margin-left: 10px;
    border-radius: 20px;
    border: solid 1px #ffffff;
    width: 10px;
    height: 10px;
    background: none;
}

.c5 .con .c5-1 .list1 .slick-dots li.slick-active {
    background: #fff;
}

.c5 .con .c5-1 .list1 .slick-dots li button {
    display: none;
}

.c5 .con .c5-2 {
    width: 50.45%;
}

@media (max-width: 1200px) {
    .c5 .con .c5-2 {
        width: 100%;
    }
}

.c5 .con .c5-2 .list2 li {
    position: relative;
    width: 33.3333333333%;
    border: solid 1px #eeeeee;
    transition-duration: .3s;
    margin: -1px 0;
}

.c5 .con .c5-2 .list2 li .img img {
    width: 100%;
}

.c5 .con .c5-2 .list2 li:hover {
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.c5 a.ck {
    margin-top: 3.96vw;
    text-align: center;
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 780px) {
    .c5 a.ck {
        margin-top: 20px;
    }
}

.c5 a.ck img {
    padding-left: 16px;
}

.c6 {
    background: #fafafa;
    padding-top: 3.39vw;
    padding-bottom: 4.79vw;
}

@media (max-width: 780px) {
    .c6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c6 .con {
    align-items: inherit;
    margin-top: 3.33vw;
}


.c6 .con .c6-1 {
    width: 584px;
}



.c6 .con .c6-1 .list2 {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.c6 .con .c6-1 .list2 li .zi {
    padding: 1.88vw 2.6vw 2.19vw 1.6vw;
}



.c6 .con .c6-1 .list2 li .zi .timex {
    font-size: 16px;
    font-family: arial;
    color: #666666;
}



.c6 .con .c6-1 .list2 li .zi h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 16px;
    transition-duration: .3s;
}


.c6 .con .c6-1 .list2 li .zi dd {
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.c6 .con .c6-1 .list2 li .zi .ck {
    font-size: 14px;
    font-family: arial;
    color: #009b4c;
    margin-top: 18px;
}



.c6 .con .c6-1 .list2 li .img img {
    width: 100%;
    height: 313px;
    object-fit: cover;
}

.c6 .con .c6-1 .list2 li:hover .zi h3 {
    color: #009b4c;
}

.c6 .con .c6-2 {
    width: 542px;
}



.c6 .con .c6-2 .list2 li {
    border-bottom: 1px dashed rgba(204, 204, 204, 0.6);
    padding: 1.2vw 2.4vw 1.2vw 0;
}



.c6 .con .c6-2 .list2 li:nth-child(1) {
    padding-top: 10px;
}


.c6 .con .c6-2 .list2 li .timex {
    font-size: 16px;
    font-family: arial;
    color: #666666;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li .timex {
        font-size: 14px;
    }
}

.c6 .con .c6-2 .list2 li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 16px;
    transition-duration: .3s;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li h3 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
}

.c6 .con .c6-2 .list2 li dd {
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li dd {
        font-size: 14px;
    }
}

.c6 .con .c6-2 .list2 li .ck {
    font-size: 14px;
    font-family: arial;
    color: #009b4c;
    margin-top: 18px;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li .ck {
        font-size: 12px;
        margin-top: 12px;
    }
}

.c6 .con .c6-2 .list2 li:hover h3 {
    color: #009b4c;
}

.c7 {
    background: url(../img/31a1fb7bcce5ad5ab5e3500645600d6336f542bf.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 3.8vw;
    padding-bottom: 4.43vw;
}

@media (max-width: 780px) {
    .c7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 780px) {
    .c7 .con {
        flex-wrap: wrap;
    }
}

.c7 .con .c7-1 {
    width: 425px;
}



.c7 .con .c7-1 h2 b {
    display: block;
    font-size: 36px;
    color: #009b4c;
}





.c7 .con .c7-1 h2 p {
    color: #000000;
    font-size: 22px;
    margin-top: 22px;
}





.c7 .con .c7-1 .dh {
    display: flex;
    align-items: center;
    margin-top: 2.55vw;
}



.c7 .con .c7-1 .dh span {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 16px;
}

.c7 .con .c7-1 .dh p {
    font-size: 38px;
    color: #009b4c;
    font-family: arial;
    font-weight: 600;
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .c7 .con .c7-1 .dh p {
        font-size: 22px;
    }
}



.c7 .con .c7-2 {
    width: 638px;
}


.c7 .con .c7-2 .lyb input {
    border: none;
    background: #fff;
    line-height: 52px;
    padding: 0;
    display: block;
    font-size: 16px;
    text-indent: 1.04vw;
    color: #999999;
}

.c7 .con .c7-2 .lyb input::-webkit-input-placeholder {
    color: #999999;
}

.c7 .con .c7-2 .lyb .ww1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}



.c7 .con .c7-2 .lyb .ww1 .ww2 {
    width: 48.42%;
}


.c7 .con .c7-2 .lyb .ww1 .ww2 input {
    width: 100%;
}

.c7 .con .c7-2 .lyb .ww3 {
    margin-bottom: 20px;
}


.c7 .con .c7-2 .lyb .ww3 textarea {
    border: none;
    background: #fff;
    width: 100%;
    line-height: 52px;
    height: 74px;
    padding: 0;
    display: block;
    font-size: 16px;
    text-indent: 1.04vw;
    color: #999999;
}

.c7 .con .c7-2 .lyb .ww3 textarea::-webkit-input-placeholder {
    color: #999999;
}

.c7 .con .c7-2 .lyb .ww4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww4 {
        flex-wrap: wrap;
    }
}

.c7 .con .c7-2 .lyb .ww4 .ww41 {
    width: 48.42%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww4 .ww41 {
        width: 100%;
    }
}

.c7 .con .c7-2 .lyb .ww4 .ww41 input {
    width: calc(100% - 120px);
}

.c7 .con .c7-2 .lyb .ww4 .ww42 {
    width: 48.42%;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww4 .ww42 {
        width: 100%;
        margin-top: 10px;
    }
}

.c7 .con .c7-2 .lyb .ww4 .ww42 input {
    color: #fff;
    background-color: #009b4c;
    border-radius: 3px;
    line-height: 52px;
    text-indent: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.foot {
    padding-top: 2.71vw;
    background-color: #232324;
    padding-bottom: 3.6vw;
}

@media (max-width: 780px) {
    .foot {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.foot .con {
    display: flex;
    justify-content: space-between;
}

.foot .con .foot1 {
    width: 520px;
    display: flex;
}

@media (max-width: 600px) {
    .foot .con .foot1 {
        display: none;
    }
}

.foot .con .foot1 li {
    width: 50%;
}

.foot .con .foot1 li h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con .foot1 li .sec {
    margin-top: 1.666vw;
}

.foot .con .foot1 li .sec a {
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.foot .con .foot2 {
    margin-top: 8px;
    width: 380px;
}



.foot .con .foot2 .lx h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con .foot2 .lx .sec {
    margin-top: 1.666vw;
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.foot .con .foot2 .list2 {
    margin-top: 2.5vw;
    display: flex;
}

.foot .con .foot2 .list2 li {
    margin-right: 20px;
}

.foot .con .foot2 .list2 li:last-child {
    margin-right: 20px;
}

.foot .con .foot3 {
    margin-top: 2.19vw;
    text-align: center;
}

@media (max-width: 600px) {
    .foot .con .foot3 {
        width: 50%;
    }
}

.foot .con .foot3 p {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 22px;
}

.ban {
    font-size: 14px;
    color: #fff;
    padding: 18px 0;
    background: #009b4c;
}



.ban a {
    color: #999;
}






/* 内页样式 */

.xypg-left-con {
  background: #fff;
  border: none;
  padding: 0 18px;
}

.yili .xypg-left-title {
  background: url(../img/34e2dc4ca3dd2aa1046737e30c99bcbb474e70c6.png) no-repeat top center;
  background-size: 100% 100%;
  height: 100px;
  padding: 0;
}

.yili .xypg-left-title h3 {
  line-height: 100px;
  text-indent: 26px;
  color: #fff;
}

.yili .xypg-left-title span {
  display: none;
}



.xypg-left-nav {
  padding-bottom: 30px;
  padding-top: 6px;
}

.xypg-left-nav > li {
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}

.xypg-left-nav > li:last-child {
  border-bottom: 1px dashed #e1e1e1;
}

.xypg-left-nav > li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #cdcdcd;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.xypg-left-nav > li > a {
  font-size: 15px;
  padding: 0;
  line-height: 46px;
  transition: 0.6s;
  color: #666666;
}

.xypg-left-nav > li .first-nav-btn {
  display: none;
}

.xypg-left-nav > li:hover::before {
  border-left: 8px solid #1d2088;
}

.xypg-left-nav > li:hover > a,
.xypg-left-nav > li.clicked > a {
  transform: translateX(10px);
  color: #1d2088;
}

.xypg-left-title {
  background: #fff;
}

.xypg-left-title h3 {
  color: #333333;
}

.xypg-left-contact .xypg-left-title,
.xypg-left-keys .xypg-left-title,
.xypg-left-news .xypg-left-title {
  padding: 20px 20px 14px;
  position: relative;
  padding-left: 38px;
}

.xypg-left-contact .xypg-left-title:before,
.xypg-left-keys .xypg-left-title:before,
.xypg-left-news .xypg-left-title:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 25px;
  width: 5px;
  height: 20px;
  background: #1d2088;
}

.xypg-left-contact .xypg-left-title:after,
.xypg-left-keys .xypg-left-title:after,
.xypg-left-news .xypg-left-title:after {
  content: '';
  position: absolute;
  width: 240px;
  height: 1px;
  background: #f2f2f2;
  left: 20px;
  bottom: 0;
}

.xypg-left-contact .xypg-left-title h3,
.xypg-left-keys .xypg-left-title h3,
.xypg-left-news .xypg-left-title h3 {
  font-size: 21px;
  font-weight: 400;
}

.page-position {
  padding: 16px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

.page-position:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/90465a59107a02f12c9dba25594ad88cd48687ca.png) no-repeat center left;
}

.page-position a {
  color: #666666;
}

.page-position a:hover {
	color: #1d2088;
}

.xypg-product-list li {
  border: none;
  padding: 0;
  position: relative;
}

.xypg-product-list li h3 a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
	color: #333;
  font-weight: bold;
  font-size: 18px;
}

.xypg-product-list li:hover h3 a {
	color: #1d2088;
}


/*内页*/
.xypg-left-title i{
  display: none;
}

.page-wrap {
background-color: #f2f2f2;
}
@media (min-width: 990px){
.page-wrap-left {
  position: relative;
  top: -100px;
}
}


@media (max-width: 1600px) {
    .c1 .con .c1-1{
     
    }

}
@media (max-width: 1480px) {
    .c1 .con .c1-1{
        margin-left: 8%
    }

}