﻿@charset "UTF-8";
.tou {
    height: 30px;
    line-height: 30px;
    color: #c6c5c5;
    background-color: #414141;
}

.tou a {
    color: #c6c5c5;
}

.tou .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tong {
    max-width: 1302px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1302px) {
    .tong {
        width: 96%;
    }
}

.tongx {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1584px) {
    .tongx {
        width: 96%;
    }
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tou1 {
    height: 100px;
}

.tou1 .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 1.3vw;
}

.tou1 .con .logo {
    line-height: 100px;
}

@media (max-width: 1200px) {
    .tou1 .con .logo {
        /* width: 25%; */
    }
}

.tou1 .con .logo img {
    max-width: 75%;
}

.tou1 .con .zi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 990px; */
    /* width: 64%; */
}

@media (max-width: 1200px) {
    .tou1 .con .zi {
        /* width: 74%; */
    }
}

.tou1 .con .zi .dh {
    padding-left: 55px;
    background: url(../img/tel.png) no-repeat 0 50%;
    color: #666666;
}

.tou1 .con .zi .dh p:nth-child(2) {
    font-size: 24px;
    color: #00725b;
}

.fen img {
    transition-duration: .5s;
}

.fen:hover img {
    transform: scale(1.1);
}

.cx {
    padding-top: 3.14vw;
    /*padding-bottom: 3.39vw;*/
}

@media (max-width: 780px) {
    .cx {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.cx .list1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 780px) {
    .cx .list1 {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .cx .list1 li {
        width: 50%;
        margin-bottom: 20px;
    }
    .cx .list1 li:nth-child(5),
    .cx .list1 li:nth-child(7) {
        margin-bottom: 0;
    }
}

.cx .list1 li h3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cx .list1 li h3 b {
    font-size: 48px;
    color: #00725b;
    line-height: 0.8;
}

@media (max-width: 780px) {
    .cx .list1 li h3 b {
        font-size: 32px;
    }
}

.cx .list1 li h3 span {
    color: #666666;
    font-size: 14px;
    padding-left: 10px;
}

.cx .list1 li dd {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.cx .list1 .xian {
    height: 80px;
    width: 1px;
    background-color: #e2e1e0;
    display: block;
}

@media (max-width: 780px) {
    .cx .list1 .xian {
        display: none;
    }
}

.c1 {
padding-top: 3.59vw;
    padding-bottom: 3.59vw;
    background-size: cover;
}

@media (max-width: 780px) {
    .c1 {
        padding-bottom: 40px;
    }
}

.c1 .con {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c1 .con .c1-1 {
    overflow: hidden;
    width: 50.4%;
}

@media (max-width: 780px) {
    .c1 .con .c1-1 {
        width: 100%;
    }
}

.c1 .con .c1-1 img {
    max-width: 100%;
}

.c1 .con .c1-2 {
    width: 46.6%;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c1 .con .c1-2 h2 {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #666666;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 h2 {
        font-size: 14px;
    }
}

.c1 .con .c1-2 h2:after {
    content: '';
    display: block;
    width: 89px;
    height: 3px;
    background-color: #00725b;
    margin-top: 10px;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 h2:after {
        margin-top: 6px;
    }
}

.c1 .con .c1-2 h3 {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
    margin-top: 25px;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 h3 {
        margin-top: 14px;
        font-size: 18px;
    }
}

.c1 .con .c1-2 dd {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    margin-top: 1.58vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 dd {
        font-size: 14px;
        line-height: 24px;
    height: 168px;
    }
}

.c1 .con .c1-2 .list1 {
    margin-top: 3.7vw;
    text-align: center;
    display: flex;
}

.c1 .con .c1-2 .list1 li {
    width: 50%;
    background-color: #efefef;
    padding: 1.51vw;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 .list1 li {
        padding: 20px 10px;
    }
}

.c1 .con .c1-2 .list1 li .img {
    line-height: 48px;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 .list1 li .img {
        line-height: 30px;
    }
    .c1 .con .c1-2 .list1 li .img img {
        height: 30px;
    }
}

.c1 .con .c1-2 .list1 li h4 {
    color: #888888;
    font-size: 18px;
    margin-top: 22px;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 .list1 li h4 {
        font-size: 14px;
        margin-top: 12px;
    }
}

.c1 .con .c1-2 .list1 li.cur {
    background-color: #00725b;
}

.c1 .con .c1-2 .list1 li.cur .img img {
    filter: brightness(100);
}

.c1 .con .c1-2 .list1 li.cur h4 {
    color: #fff;
}

.c1 .con1 {
    margin-top: 2.1875vw;
    overflow: hidden;
}

@media (max-width: 780px) {
    .c1 .con1 {
        margin-top: 20px;
    }
}

.c1 .con1 .list2 {
    text-align: center;
    margin-left: -0.545vw;
    margin-right: -0.545vw;
    height: 0;
    overflow: hidden;
}

.c1 .con1 .list2.haha {
    height: auto;
}

.c1 .con1 .list2 li {
    padding: 0 0.545vw;
}

.c1 .con1 .list2 li .img img {
    width: 100%;
}

.c1 .con1 .list2 li h3 {
    line-height: 60px;
    background-color: #efefef;
    font-size: 16px;
    color: #333333;
}

@media (max-width: 780px) {
    .c1 .con1 .list2 li h3 {
        font-size: 14px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

h2.bt {
    text-align: center;
    font-size: 36px;
}

@media (max-width: 1025px) {
    h2.bt {
        font-size: 24px;
    }
}

h2.bt:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #00725b;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

.c2 {
    background-color: #ececec;
    padding-top: 3.7vw;
    padding-bottom: 1.57vw;
    overflow: hidden;
}

@media (max-width: 780px) {
    .c2 {
        padding-top: 40px;
    }
}

.c2 .ll {
    margin-top: 2.29vw;
    overflow-x: auto;
    width: 100%;
}

@media (max-width: 780px) {
    .c2 .ll {
        margin-top: 24px;
    }
}

.c2 .ll .list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    width: 1584px;
}

.c2 .ll .list1:nth-child(1) {
    margin-bottom: 20px;
}

@media (max-width: 1025px) {
    .c2 .ll .list1:nth-child(1) {
        margin-bottom: 14px;
    }
}

.c2 .ll .list1 li {
    font-size: 18px;
    width: 19.333%;
    padding-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 780px) {
    .c2 .ll .list1 li {
        font-size: 14px;
        width: 6.5%;
    }
    .c2 .ll .list1 {
        width: 1840px;
    }
}

/*.c2 .ll .list1 li:nth-child(9),
.c2 .ll .list1 li:nth-child(19) {
    width: 9.5%;
}*/

.c2 .ll .list1 li a {
    color: #333333;
    display: block;
    background-color: #ffffff;
    line-height: 40px;
    transition-duration: .5s;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c2 .ll .list1 li.on a {
    color: #fff;
    background-color: #00725b;
}

.c2 .con {
    margin-top: 2.6vw;
    overflow: hidden;
}

@media (max-width: 780px) {
    .c2 .con {
        margin-top: 24px;
    }
}

.c2 .con .list2 {
    margin-left: -0.885vw;
    margin-right: -0.885vw;
    display: flex;
    flex-wrap: wrap;
}

.c2 .con .list2 li {
    padding: 0 0.885vw;
    margin-bottom: 2.08vw;
    width: 25%;
}

@media (max-width: 992px) {
    .c2 .con .list2 li {
        width: 33.33%;
    }
}

@media (max-width: 480px) {
    .c2 .con .list2 li {
        width: 50%;
    }
}

.c2 .con .list2 li .img {
    overflow: hidden;
    border: solid 1px #dcdcdc;
    position: relative;
}

.c2 .con .list2 li .img img {
    width: 100%;
}

.c2 .con .list2 li .img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    background: url(../img/ind-pro-ico.png) no-repeat 50% rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition-duration: .5s;
}

.c2 .con .list2 li h3 {
    border: solid 1px #dcdcdc;
    line-height: 58px;
    font-size: 16px;
    color: #333333;
    text-indent: 0.25vw;
    position: relative;
    background: #fff;
    transition-duration: .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 780px) {
    .c2 .con .list2 li h3 {
        font-size: 14px;
        line-height: 38px;
        padding-right: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.c2 .con .list2 li h3:after {
    content: '+';
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    background-color: #00725b;
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: 0;
    font-weight: 200;
}

@media (max-width: 780px) {
    .c2 .con .list2 li h3:after {
        height: 40px;
        width: 40px;
        font-size: 32px;
        line-height: 40px;
    }
}

.c2 .con .list2 li:hover .img:before {
    opacity: 1;
}

.c2 .con .list2 li:hover h3 {
    color: #00725b;
}

.fen img {
    transition-duration: .5s;
}

.fen:hover img {
    transform: scale(1.1);
}

.c3 {
    padding-top: 4.11vw;
    padding-bottom: 4.11vw;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .c3 {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 780px) {
    .c3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c3 .c3-1 {
    position: relative;
    margin-bottom: 4.27vw;
}

@media (max-width: 1025px) {
    .c3 .c3-1 {
        margin-bottom: 24px;
    }
}

.c3 .c3-1 .list2 li .zii {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    align-items: normal;
}

.c3 .c3-1 .list2 li .img {
    overflow: hidden;
    width: 50%;
}

@media (max-width: 780px) {
    .c3 .c3-1 .list2 li .img {
        width: 100%;
    }
}

.c3 .c3-1 .list2 li .img img {
    width: 100%;
}

.c3 .c3-1 .list2 li .zi {
    margin-left: 3.49%;
    color: #fff;
    width: 46.51%;
    max-width: 550px;
    position: relative;
    /* height: 100%; */
    padding-bottom: 50px;
    padding-top: 2%;
}

@media(max-width:1600px) {
    .c3 .c3-1 .list2 li .zi {
        padding-top: 0;
    }
}

@media (max-width: 780px) {
    .c3 .c3-1 .list2 li .zi {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
}

.c3 .c3-1 .list2 li .zi h2 b {
    font-weight: 500;
    font-size: 36px;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi h2 b {
        font-size: 28px;
    }
}

.c3 .c3-1 .list2 li .zi h2 p {
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi h2 p {
        font-size: 14px;
        margin-top: 8px;
    }
}

.c3 .c3-1 .list2 li .zi h2:after {
    content: '';
    display: block;
    width: 89%;
    height: 5px;
    background-color: #00725b;
    margin-top: 25px;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi h2:after {
        margin-top: 12px;
    }
}

.c3 .c3-1 .list2 li .zi h3 {
    margin-top: 4.4vw;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi h3 {
        margin-top: 20px;
    }
}

.c3 .c3-1 .list2 li .zi h3 b {
    font-size: 24px;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi h3 b {
        font-size: 20px;
    }
}

.c3 .c3-1 .list2 li .zi h3 p {
    font-size: 16px;
    margin-top: 11px;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi h3 p {
        font-size: 14px;
    }
}

.c3 .c3-1 .list2 li .zi dd {
    line-height: 30px;
    margin-top: 2.25vw;
    max-width: 478px;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi dd {
        margin-top: 14px;
    }
}

.c3 .c3-1 .list2 li .zi dd p:before {
    content: '■';
    color: #00725b;
    padding-right: 6px;
}

.c3 .c3-1 .list2 li .zi .hd {
    /* margin-top: 3.3vw; */
    display: flex;
    height: 40px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1025px) {
    .c3 .c3-1 .list2 li .zi .hd {
        margin-top: 14px;
    }
}

.c3 .c3-1 .list2 li .zi .hd .xx {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.c3 .c3-1 .list2 li .zi .hd .xx.prev {
    background: url(../img/ind-w.png) no-repeat 50%;
}

.c3 .c3-1 .list2 li .zi .hd .xx.prev:hover {
    background: url(../img/ind-b-left.png) no-repeat 50%;
    transform: scale(-1);
}

.c3 .c3-1 .list2 li .zi .hd .xx.next {
    background: url(../img/ind-w.png) no-repeat 50%;
    transform: scale(-1);
}

.c3 .c3-1 .list2 li .zi .hd .xx.next:hover {
    background: url(../img/ind-b-rigft.png) no-repeat 50%;
    transform: scale(1);
}

.c3 .c3-2 {
    display: flex;
    padding-left: 16.2%;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .c3 .c3-2 {
        padding-left: 0;
    }
}

@media (max-width: 780px) {
    .c3 .c3-2 {
        flex-wrap: wrap;
    }
    .c3 .c3-1 .list2 li .zi .hd {
        display: none;
    }
}

.c3 .c3-2 .list1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 58.5%;
    margin-left: -1.095vw;
    margin-right: -1.095vw;
}

@media (max-width: 780px) {
    .c3 .c3-2 .list1 {
        width: 100%;
        margin: 0;
    }
}

.c3 .c3-2 .list1 li {
    padding: 0 1.095vw;
    cursor: pointer;
    width: 33.33%;
}

.c3 .c3-2 .list1 li a {
    padding: 1.82vw;
    display: block;
    background-color: #383b42;
    transition-duration: .5s;
}

.c3 .c3-2 .list1 li .img {
    line-height: 58px;
}

@media (max-width: 1025px) {
    .c3 .c3-2 .list1 li .img {
        line-height: 40px;
    }
    .c3 .c3-2 .list1 li .img img {
        height: 40px;
    }
}

.c3 .c3-2 .list1 li dd {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
}

@media (max-width: 1025px) {
    .c3 .c3-2 .list1 li dd {
        margin-top: 8px;
        font-size: 16px;
    }
}

.c3 .c3-2 .list1 li.on a {
    background-color: #00725b;
}

.c3 .c3-2 .c3-3 {
    width: 41.9%;
    background: url(../img/1d661192e569166ddc5989e39aa7ea870d670b21.jpg) no-repeat 0 50%;
    background-size: cover;
    padding: 0 1.77vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 780px) {
    .c3 .c3-2 .c3-3 {
        width: 100%;
        margin-top: 14px;
        padding: 24px 1.77vw;
    }
}

.c3 .c3-2 .c3-3 h3 {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 1025px) {
    .c3 .c3-2 .c3-3 h3 {
        font-size: 18px;
    }
}

.c3 .c3-2 .c3-3 .dh {
    font-size: 18px;
    padding-left: 63px;
    background: url(../img/ind-ser04.png) no-repeat 0 100%;
    color: #fff;
    line-height: 1;
    padding-top: 9px;
    margin-top: 1.51vw;
}

.c3 .c3-2 .c3-3 .dh strong {
    font-size: 26px;
}

.c4 {
    margin-top: 3.4vw;
    margin-bottom: 3.28vw;
}

@media (max-width: 1100px) {
    .c4 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.c4 .list1 {
    margin-top: 2.08vw;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.56vw;
}

@media (max-width: 1100px) {
    .c4 .list1 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.c4 .list1 li {
    cursor: pointer;
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    line-height: 48px;
    margin: 0 1.2vw;
    max-width: 200px;
    width: 30%;
    transition-duration: .5s;
}

@media (max-width: 780px) {
    .c4 .list1 li {
        line-height: 40px;
    }
}

.c4 .list1 li a {
    display: block;
    font-size: 18px;
    color: #333333;
    transition-duration: .5s;
}

@media (max-width: 780px) {
    .c4 .list1 li a {
        font-size: 14px;
    }
}

.c4 .list1 li.on {
    background-color: #00725b;
    border-color: #00725b;
}

.c4 .list1 li.on a {
    color: #fff;
}

.c4 .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c4 .con .c4-1 {
    width: 58.3%;
}

@media (max-width: 780px) {
    .c4 .con .c4-1 {
        width: 100%;
    }
}

.c4 .con .c4-1 .list2 li a {
    color: #fff;
    display: flex;
}

@media (max-width: 480px) {
    .c4 .con .c4-1 .list2 li a {
        flex-wrap: wrap;
    }
}

.c4 .con .c4-1 .list2 li a .img {
    overflow: hidden;
    width: 49%;
}

@media (max-width: 480px) {
    .c4 .con .c4-1 .list2 li a .img {
        width: 100%;
    }
}

.c4 .con .c4-1 .list2 li a .img img {
    width: 100%;
}

.c4 .con .c4-1 .list2 li a .zi {
    width: 51%;
    padding: 15px 2.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/news-bg.jpg") no-repeat 50%;
    background-size: cover;
}

@media (max-width: 480px) {
    .c4 .con .c4-1 .list2 li a .zi {
        width: 100%;
    }
}

.c4 .con .c4-1 .list2 li a .zi .zi1 {
    width: 100%;
}

.c4 .con .c4-1 .list2 li a .zi h3 {
    font-weight: 600;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .c4 .con .c4-1 .list2 li a .zi h3 {
        font-size: 16px;
    }
}

.c4 .con .c4-1 .list2 li a .zi dd {
    font-size: 16px;
    line-height: 26px;
    margin-top: 34px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 1100px) {
    .c4 .con .c4-1 .list2 li a .zi dd {
        margin-top: 14px;
    }
}

@media (max-width: 780px) {
    .c4 .con .c4-1 .list2 li a .zi dd {
        font-size: 14px;
        line-height: 24px;
    }
}

.c4 .con .c4-1 .list2 li a .zi .timex {
    font-size: 13px;
    margin-top: 36px;
}

@media (max-width: 1100px) {
    .c4 .con .c4-1 .list2 li a .zi .timex {
        margin-top: 14px;
    }
}

.c4 .con .c4-1 .list3 {
    margin-top: 61px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 780px) {
    .c4 .con .c4-1 .list3 {
        margin-top: 30px;
    }
}

.c4 .con .c4-1 .list3 li {
    width: 33.33%;
    padding-left: 1.56vw;
    padding-right: 2.14vw;
    padding-bottom: 13px;
}

.c4 .con .c4-1 .list3 li:not(:last-child) {
    border-right: 1px solid #dedcdc;
}

@media (max-width: 480px) {
    .c4 .con .c4-1 .list3 li {
        width: 100%;
        margin-bottom: 14px;
        border-right: none !important;
        border-bottom: 1px solid #dedcdc;
    }
    .c4 .con .c4-1 .list3 li:last-child {
        margin-bottom: 0;
    }
}

.c4 .con .c4-1 .list3 li h3 {
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 .con .c4-1 .list3 li dd {
    line-height: 26px;
    color: #666666;
    margin-top: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}

@media (max-width: 780px) {
    .c4 .con .c4-1 .list3 li dd {
        margin-top: 10px;
    }
}

.c4 .con .c4-1 .list3 li .timex {
    color: #333333;
    font-weight: 600;
}

.c4 .con .c4-2 {
    width: 39.8%;
}

@media (max-width: 780px) {
    .c4 .con .c4-2 {
        width: 100%;
    }
}

.c4 .con .c4-2 .list2 li {
    border-bottom: 1px solid #d2d2d2;
    padding: 0.83vw 0;
    transition-duration: .5s;
}

@media (max-width: 780px) {
    .c4 .con .c4-2 .list2 li {
        padding: 14px 0;
    }
}

.c4 .con .c4-2 .list2 li a {
    padding-right: 2.8125vw;
    padding-left: 1.56vw;
    display: block;
    position: relative;
    background: url(../img/d679b18f77f38c7f16b2ab57e0d00ba0e1be0d04.png) no-repeat 95% 50%;
    transition-duration: .5s;
}

.c4 .con .c4-2 .list2 li a .timex {
    color: #666666;
}

.c4 .con .c4-2 .list2 li a h3 {
    color: #333333;
    font-size: 16px;
    margin-top: 4px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c4 .con .c4-2 .list2 li:hover {
    background-color: #00725b;
}

.c4 .con .c4-2 .list2 li:hover a {
    background: url(../img/d16f6f7f3c5739d4085f0cc5bb94e0ea5e2000aa.png) no-repeat 95% 50%;
}

.c4 .con .c4-2 .list2 li:hover a h3 {
    color: #fff;
}

.c4 .con .c4-2 .list2 li:hover a .timex {
    color: #fff;
}

.foot {
    background: #00725b;
    overflow: hidden;
}

.foot .con {
    background: url("../img/foot-bg-sear.png") no-repeat 10% 100%;
    background-size: cover;
    padding-top: 5.34vw;
    padding-bottom: 6.18vw;
}

@media (max-width: 780px) {
    .foot .con {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.foot .con .conc {
    padding-right: 4.58vw;
}

@media (max-width: 780px) {
    .foot .con .conc {
        padding-right: 0;
    }
}

.foot .con .link {
    color: #ffffff;
    margin-bottom: 3.09vw;
}

@media (max-width: 780px) {
    .foot .con .link {
        margin-bottom: 24px;
    }
}

.foot .con .link a {
    color: #ffffff;
}

.foot .con .lyb {
    border: 1px solid #fff;
    display: flex;
}

@media (max-width: 780px) {
    .foot .con .lyb {
        flex-wrap: wrap;
    }
}

.foot .con .lyb .ww1 {
    border-right: 1px solid #fff;
    padding-left: 55px;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 20%;
}

@media (max-width: 780px) {
    .foot .con .lyb .ww1 {
        width: 33.33%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 480px) {
    .foot .con .lyb .ww1 {
        width: 100%;
    }
}

.foot .con .lyb .ww1.n1 {
    background: url(../img/foot-me01.png) no-repeat 13px 50%;
}

.foot .con .lyb .ww1.n2 {
    background: url(../img/foot-me02.png) no-repeat 13px 50%;
}

@media (max-width: 480px) {
    .foot .con .lyb .ww1.n2 {
        border-right: none;
    }
}

.foot .con .lyb .ww1.n3 {
    background: url(../img/foot-me03.png) no-repeat 13px 50%;
}

@media (max-width: 780px) {
    .foot .con .lyb .ww1.n3 {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .foot .con .lyb .ww1.n3 {
        border-right: 1px solid #fff;
    }
}

.foot .con .lyb .ww1 input {
    line-height: 54px;
    border: none;
    outline: none;
    background: none;
    height: 54px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .foot .con .lyb .ww1 input {
        line-height: 30px;
        height: 30px;
    }
}

.foot .con .lyb .ww1 input::-webkit-input-placeholder {
    color: #fff;
}

.foot .con .lyb .ww2 {
    background: url(../img/foot-me04.png) no-repeat 13px 50%;
    padding-left: 55px;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 20%;
    border-right: 1px solid #fff;
}

.foot .con .lyb .ww2 > img{
    width: 77px;
}

@media (max-width: 780px) {
    .foot .con .lyb .ww2 {
        width: 33.33%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .foot .con .lyb .ww2 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}

.foot .con .lyb .ww2 input {
    line-height: 54px;
    border: none;
    outline: none;
    background: none;
    height: 54px;
    color: #ffffff;
    width: calc(100% - 85px);
}

@media (max-width: 480px) {
    .foot .con .lyb .ww2 input {
        line-height: 30px;
        height: 30px;
    }
}

.foot .con .lyb .ww2 input::-webkit-input-placeholder {
    color: #fff;
}

.foot .con .lyb .ww3 {
    padding-top: 32px;
    padding-bottom: 32px;
    width: 20%;
}

@media (max-width: 780px) {
    .foot .con .lyb .ww3 {
        width: 33.33%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .foot .con .lyb .ww3 {
        width: 100%;
    }
}

.foot .con .lyb .ww3 .submitx {
    line-height: 54px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 51%;
    display: block;
}

@media (max-width: 480px) {
    .foot .con .lyb .ww3 .submitx {
        width: 80%;
        line-height: 30px;
    }
}

.foot .con1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 2.9vw;
    padding-top: 2.67vw;
}

@media (max-width: 992px) {
    .foot .con1 {
        padding-right: 0;
        padding-top: 24px;
    }
}

.foot .con1 .foot1 {
    width: 55%;
    display: flex;
    justify-content: space-between;
}

.foot .con1 .foot1 li:nth-child(2){
    height: 350px;
    overflow: overlay;
    padding-right: 3%;
}

@media (max-width: 992px) {
    .foot .con1 .foot1 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .foot .con1 .foot1 li {
        display: none;
    }
    .foot .con1 .foot1 li:last-child {
        display: block;
        width: 100%;
    }
}

.foot .con1 .foot1 li h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con1 .foot1 li .sec {
    margin-top: 34px;
    color: #ffffff;
    line-height: 36px;
}

@media (max-width: 992px) {
    .foot .con1 .foot1 li .sec {
        margin-top: 14px;
    }
}

.foot .con1 .foot1 li .sec a {
    display: block;
    color: #ffffff;
    transition-duration: .3s;
}

.foot .con1 .foot1 li .sec a:hover {
    color: #05bd98;
}

.foot .con1 .foot2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 590px;
    width: 40%;
    padding-left: 5vw;
    border-left: 1px solid #025544;
}

@media (max-width: 1500px) {
    .foot .con1 .foot2 {
        padding-left: 2vw;
    }
}

@media (max-width: 992px) {
    .foot .con1 .foot2 {
        border: none;
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
        max-width: 370px;
    }
}

@media (max-width: 1300px) {
    .foot .con1 .foot2 .er {
        max-width: 32%;
    }
}

.foot .con1 .foot2 .er img {
    width: 142px;
    max-width: 100%;
}

.foot .con1 .foot2 .foot21 {
    font-weight: 600;
    line-height: 36px;
    font-size: 22px;
    color: #fff;
    padding-right: 15px;
}

@media (max-width: 1300px) {
    .foot .con1 .foot2 .foot21 {
        font-size: 16px;
    }
}

.foot .con1 .foot2 .foot21 h2 {
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 1300px) {
    .foot .con1 .foot2 .foot21 h2 {
        font-size: 16px;
    }
}

.foot .con1 .foot2 .foot21 dd {
    margin-top: 20px;
}

.foot .ban {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #025544;
    line-height: 24px;
    padding: 25px 0;
    color: #fff;
    margin-top: 3.02vw;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .foot .ban {
        text-align: center;
        padding: 14px 0;
    }
    .foot .ban .ban1 {
        width: 100%;
    }
    .foot .ban .ban2 {
        width: 100%;
    }
}

.foot .ban a {
    color: #fff;
}

@media(min-width:780px) {
    .foot .ban .ban1 br {
        display: none;
    }
}

.cx1 {
    margin-top: 2.45vw;
    /*margin-bottom: 1.979vw;*/
}

.cx1 .list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.cx1 .list2 .img {
    line-height: 79px;
    margin-left: auto;
    margin-right: auto;
}

.cx1 .list2 .img img{
    transition-duration:.3s;
}

.cx1 .list2 li:hover .img img{
    transform: scaleX(-1);
}

.cx1 .list2 li dd {
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}

@media(max-width:780px) {
    .cx1 .list2 li {
        width: 20%;
    }
    .cx1 .list2 li dd {
        font-size: 14px;
        line-height: 40px;
    }
}

@media(max-width:480px) {
    .cx1 .list2 .img {
        line-height: 60px;
    }
    .cx1 .list2 .img img {
        height: 58px;
    }
    .cx1 .list2 li {
        width: 33.33%;
    }
    .cx1 .list2 li:last-child {
        display: none;
    }
}

.x-menu>li.active>h3:before {
    bottom: 0;
    opacity: 1;
}

.x-menu>li.active>h3>a {
    color: #333333;
    transform: translateY(-100%);
}


/*job*/
.jobIntro {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}
.joinList li > span {
    display: block;
    line-height: 50px;
    color: #000;
    border-bottom: 3px solid #e6e6e6;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
    overflow: hidden;
    font-size: 16px;
}
.jd {    font-size: 15px;
    background: #fff;
    line-height: 30px;
    padding: 30px 20px 60px 20px;
    border-bottom: 3px solid #e6e6e6;
    display: none;
}
.joinList .add {
    background: #575757;
    position: absolute;
    bottom: 50%;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.joinList .add_1 {
    width: 4px;
    height: 16px;
    margin-bottom: -8px;
    right: 25px;
}
.joinList .add_2 {
    width: 16px;
    height: 4px;
    margin-bottom: -2px;
    right: 19px;
}
.joinList li:hover >span, .joinList .act >span {
    color: #fff;
    background: #00725b;
}
.joinList li:hover .add, .joinList .act .add {
    background: #fff;
}
.joinList .act .add_1 {
    bottom: 0;
    margin-bottom: -16px;
    opacity: 0;
    display: none\9;
}

/*job_resume*/
.message {
    width: 100%;
    float: left;
}
.messagewr {
    width: 100%;
    margin: auto;
}
.row.row1, .row.row2{
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}
.row-wrap {
    margin-left: 12px;
}
#code + img {
    position: absolute;
    top: 6px;
    right: 5px;
}
.row .rowin {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    margin-bottom: 10px
}
.row .rowin:focus {
    border-color: #025d92;
}
.row .rowin::-webkit-input-placeholder, .row textarea::-webkit-input-placeholder {
color: #333 !important;
}
.row .rowin:-moz-placeholder, .row textarea:-moz-placeholder {
color:#333 !important;
}
.row .rowin::-moz-placeholder, .row textarea::-moz-placeholder {
color:#333 !important;
}
.row .rowin:-ms-input-placeholder, .row textarea:-ms-input-placeholder {
color:#333 !important;
}
.zus {
    color: #333;
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
    width: 100%;
    float: left;
}
.row textarea {
    resize: vertical;
    padding: 0;
    border: 1px solid;
    color: #bbb;
    font-family: "微软雅黑";
    padding: 12px 8px;
    width: 100%;
    height: 126px;
    font-size: 12px;
    transition: 0.35s;
    box-sizing: border-box;
    background: none;
	    margin-bottom: 6px;
}
.row textarea:focus {
    border-color: #025d92;
}
.code {
    width: 100%;
    padding-bottom: 42px;
    border-bottom: 1px solid #bbb;
}
.code .rowin {
    width: 88px;
    border-color: #025d92;
    background: #025d92;
    float: left;
}
.code span {
    display: block;
    cursor: pointer;
    width: 103px;
    height: 35px;
    border: 1px solid #00a0e9;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    float: left;
    margin-left: 11px;
    transition: 0.34s;
}
.code span:hover {
    background: #025d92;
    border-color: #025d92;
}
.rowsu {
    width: 100%;
    margin-top: 10px;
    float: left;
}
.rowsu input {
    width: 105px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #d62332;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "微软雅黑";
    transition: 0.37s;
}
.rowsu input:hover {
    background: #000;
}
#sex {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 10px
}
#sex option {
    color: #000
}
.yanzheng img {
    margin-top: 3px;
    border-radius: 5px;
}



/* 修改滚动条默认样式 */
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #e7e7e7;
}
/*定义滚动滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc; 
}
 
::-webkit-scrollbar-thumb:hover{
    background: #00725b;
}

.top_right img {
    width: 32px;
}















