@media only all and (max-width: 768px) {
    .content {
        margin-top: 56px;
    }
}

@media only all and (max-width: 414px) {
    .content {
        margin-top: 46px;
    }
}

.content .swiper1 {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.content .swiper1 .swiper-slide {
    position: relative;
}

.content .swiper1 .swiper-slide .pc_img {
    width: 100%;
    font-size: 0;
}

@media only all and (max-width: 640px) {
    .content .swiper1 .swiper-slide .pc_img {
        display: none;
    }
}

.content .swiper1 .swiper-slide .pc_img img {
    width: 100%;
}

.content .swiper1 .swiper-slide .phone_img {
    width: 100%;
    font-size: 0;
    display: none;
}

@media only all and (max-width: 640px) {
    .content .swiper1 .swiper-slide .phone_img {
        display: block;
    }
}

.content .swiper1 .swiper-slide .phone_img img {
    width: 100%;
}

.content .swiper1 .swiper-slide .more {
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: #2fa396;
    color: #fff;
    z-index: 5;
    font-size: 24px;
    bottom: 36%;
    left: 14%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
    .content .swiper1 .swiper-slide .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media only all and (max-width: 414px) {
    .content .swiper1 .swiper-slide .more {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        bottom: 30%;
        left: 6%;
    }
}

.content .swiper1 .swiper-slide .more:hover {
    background: #fff;
    color: #2fa396;
    outline: 1px solid #2fa396;
}

.content .swiper1 .news {
    position: absolute;
    bottom: 8%;
    left: 14%;
    height: 26px;
    overflow: hidden;
    z-index: 5;
    width: 100%;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    animation: blink 1s infinite;
    background-image: url("../images/trumpet.png");
    background-repeat: no-repeat;
    -o-background-size: 26px 22px;
    background-size: 26px 22px;
    background-position: left center;
}

@media only all and (max-width: 1024px) {
    .content .swiper1 .news {
        bottom: 15%;
    }
}

@media only all and (max-width: 414px) {
    .content .swiper1 .news {
        width: 80%;
        -o-background-size: 20.8px 17.6px;
        background-size: 20.8px 17.6px;
        left: 6%;
    }
}

.content .swiper1 .news .new_list li {
    height: 26px;
}

.content .swiper1 .news .new_list li a {
    font-size: 14px;
    margin-left: 45px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #595959;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.content .swiper1 .news .new_list li a:hover {
    text-decoration: underline;
    color: #2fa396;
}

@media only all and (max-width: 414px) {
    .content .swiper1 .news .new_list li a {
        font-size: 12px;
        margin-left: 30px;
    }
}

.content .swiper1 .swiper-pagination {
    bottom: 20px;
}

@media only all and (max-width: 414px) {
    .content .swiper1 .swiper-pagination {
        bottom: 10px;
    }
}

.content .swiper1 .swiper-pagination .my-bullet {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #2fa396;
    display: inline-block;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.content .swiper1 .swiper-pagination .my-bullet:last-child {
    margin-right: 0px;
}

@media only all and (max-width: 414px) {
    .content .swiper1 .swiper-pagination .my-bullet {
        width: 8px;
        height: 8px;
    }
}

.content .swiper1 .swiper-pagination .my-bullet-active {
    background: #2fa396;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.content .swiper1 .swiper-button-prev {
    text-align: center;
    width: 65px;
    height: 65px;
    background: url("../images/left-arrows.png") no-repeat;
    left: 70px;
    -o-background-size: 21px 48px;
    background-size: 21px 48px;
    background-position: center;
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .swiper1 .swiper-button-prev {
        left: 30px;
    }
}

@media only all and (max-width: 414px) {
    .content .swiper1 .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 10px;
        -o-background-size: 10.5px 24px;
        background-size: 10.5px 24px;
    }
}

.content .swiper1 .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.content .swiper1 .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url("../images/right-arrows.png") no-repeat;
    right: 70px;
    -o-background-size: 21px 48px;
    background-size: 21px 48px;
    background-position: center;
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .swiper1 .swiper-button-next {
        right: 30px;
    }
}

@media only all and (max-width: 414px) {
    .content .swiper1 .swiper-button-next {
        width: 40px;
        height: 40px;
        right: 10px;
        -o-background-size: 10.5px 24px;
        background-size: 10.5px 24px;
    }
}

.content .swiper1 .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.content .introduce {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
}

@media only all and (max-width: 1440px) {
    .content .introduce {
        width: 1200px;
        margin-top: 30px;
    }
}

@media only all and (max-width: 1280px) {
    .content .introduce {
        width: 1000px;
        text-align: center;
    }
}

@media only all and (max-width: 1024px) {
    .content .introduce {
        width: 760px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only all and (max-width: 768px) {
    .content .introduce {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only all and (max-width: 414px) {
    .content .introduce {
        padding: 0 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.content .introduce li {
    width: 16.6%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

@media only all and (max-width: 414px) {
    .content .introduce li {
        width: 33.3%;
        margin-bottom: 20px;
    }
}

.content .introduce li a {
    display: inline-block;
    text-align: center;
}

.content .introduce li a .icons {
    width: 195px;
    height: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*border: 1px solid #ececec;*/
    position: relative;
    /*background: #ececec;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
}

@media only all and (max-width: 1440px) {
    .content .introduce li a .icons {
        width: 160px;
        height: 160px;
    }
}

@media only all and (max-width: 1024px) {
    .content .introduce li a .icons {
        width: 120px;
        height: 120px;
    }
}

@media only all and (max-width: 768px) {
    .content .introduce li a .icons {
        width: 100px;
        height: 100px;
    }
}

@media only all and (max-width: 414px) {
    .content .introduce li a .icons {
        width: 90px;
        height: 90px;
    }
}

.content .introduce li a .icons img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 55%;
}

@media only all and (max-width: 1280px) {
    .content .introduce li a .icons img {
        max-width: 45%;
    }
}

@media only all and (max-width: 1024px) {
    .content .introduce li a .icons img {
        max-width: 40%;
    }
}

@media only all and (max-width: 768px) {
    .content .introduce li a .icons img {
        width: 35px;
    }
}

@media only all and (max-width: 414px) {
    .content .introduce li a .icons img {
        width: 30px;
    }
}

.content .introduce li a .icons img:nth-child(2) {
    opacity: 0;
}

.content .introduce li a .icons:before {
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .introduce li a .text {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}
@media only all and (max-width: 1440px) {
    .content .introduce li a .text {
        margin-top: 0px;
    }

}

@media only all and (max-width: 1280px) {
    .content .introduce li a .text {
        font-size: 16px;
    }
}

@media only all and (max-width: 1024px) {
    .content .introduce li a .text {
        font-size: 12px;
        margin-top: 15px;
    }
}

@media only all and (max-width: 414px) {
    .content .introduce li a .text {
        margin-top: 10px;
    }
}

.content .introduce li a:hover .icons {
    transform: translateY(-15px);
    /*    background: #2fa396;
        border: 1px solid #2fa396;*/
}

.content .introduce li a:hover .icons img:nth-child(1) {
    opacity: 0;
}

.content .introduce li a:hover .icons img:nth-child(2) {
    opacity: 1;
}

.content .introduce li a:hover .text {
    color: #2fa396;
}

.content .state {
    /*    background: url("../images/state-bg.jpg") no-repeat;*/
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 90px 0;
}

@media only all and (max-width: 1024px) {
    .content .state {
        padding: 40px 0 70px 0;
    }
}

@media only all and (max-width: 414px) {
    .content .state {
        padding: 20px 0 40px 0;
    }
}

.content .state .state_con {
    width: 1400px;
    margin: 0 auto;
}

@media only all and (max-width: 1440px) {
    .content .state .state_con {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    .content .state .state_con {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    .content .state .state_con {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    .content .state .state_con {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con {
        padding: 0 10px;
    }
}

.content .state .state_con .title {
    font-size: 36px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-bottom: 45px;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.content .state .state_con .tabs {
    width: 100%;
    background: #fff;
    padding: 0 40px 0 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs {
        padding: 0 20px 0 20px;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs {
        padding: 0;
    }
}

.content .state .state_con .tabs .more {
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: #2fa396;
    color: #fff;
    z-index: 5;
    font-size: 18px;
    bottom: -4%;
    left: 50%;
    margin-left: -80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-left: -60px;
    }
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .more {
        bottom: -2%;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .more {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-left: -32.5px;
    }
}

.content .state .state_con .tabs .more:hover {
    background: #fff;
    color: #2fa396;
    outline: 1px solid #2fa396;
}

.content .state .state_con .tabs .tab_tit {
    border-bottom: 1px solid #cccccc;
    font-size: 0;
    text-align: center;
    /*background: #a8a5a5;*/
}

.content .state .state_con .tabs .tab_tit li {
    display: inline-block;
    padding: 0 40px;
    position: relative;
    margin-bottom: -1px;
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .tab_tit li {
        padding: 0 9px;
    }
}

.content .state .state_con .tabs .tab_tit li:before {
    position: absolute;
    content: '';
    height: 40%;
    width: 1px;
    background: #797979;
    right: 0;
    top: 26%;
}

.content .state .state_con .tabs .tab_tit li:last-child:before {
    display: none;
}

.content .state .state_con .tabs .tab_tit li a {
    font-size: 24px;
    display: inline-block;
    color: #292929;
    position: relative;
    padding: 15px 0;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .tab_tit li a {
        font-size: 20px;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .tab_tit li a {
        font-size: 14px;
        padding: 8px 0;
    }
}

.content .state .state_con .tabs .tab_tit li:hover a {
    font-weight: bold;
    color: #2fa396;
    border-bottom: 4px solid #2fa396;
}

.content .state .state_con .tabs .tab_tit li .tab_height {
    font-weight: bold;
    color: #2fa396;
    border-bottom: 4px solid #2fa396;
}

.content .state .state_con .tabs .tab_con {
    font-size: 0;
    padding-top: 47px;
    padding-bottom: 87px;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .tab_con {
        padding-bottom: 40px;
    }
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.content .state .state_con .tabs .tab_con li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.content .state .state_con .tabs .tab_con li a {
    display: inline-block;
    width: 100%;
    color: #292929;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 27px;
    vertical-align: top;
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .tab_con li a {
        margin-bottom: 15px;
    }
}

.content .state .state_con .tabs .tab_con li a .left {
    width: 200px;
    overflow: hidden;
    height: 118px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content .state .state_con .tabs .tab_con li a .left .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .tab_con li a .left {
        width: 160px;
        height: 100px;
    }
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con li a .left {
        width: 100%;
        text-align: center;
        height: 187px;
    }
}

@media only all and (max-width: 640px) {
    .content .state .state_con .tabs .tab_con li a .left {
        height: 151px;
    }
}
@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .tab_con li a .left {
        height: 106px;
    }
}
@media only all and (max-width: 375px) {
    .content .state .state_con .tabs .tab_con li a .left {
        height: 96px;
    }
}
@media only all and (max-width: 320px) {
    .content .state .state_con .tabs .tab_con li a .left {
        height: 81px;
    }
}

/*.content .state .state_con .tabs .tab_con li a .left img {
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

/*@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a .left img {
    width: 92%;
  }
}*/

.content .state .state_con .tabs .tab_con li a .right {
    width: 64%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
    .content .state .state_con .tabs .tab_con li a .right {
        width: 58%;
    }
}

@media only all and (max-width: 1280px) {
    .content .state .state_con .tabs .tab_con li a .right {
        width: 53%;
    }
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .tab_con li a .right {
        width: 48%;
    }
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con li a .right {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
    }
}

.content .state .state_con .tabs .tab_con li a .right .date {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .tab_con li a .right .date {
        font-size: 12px;
    }
}

@media only all and (max-width: 1280px) {
    .content .state .state_con .tabs .tab_con li a .right .date {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .tab_con li a .right .date {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.content .state .state_con .tabs .tab_con li a .right .text {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 26px;
    max-height: 52px;
}

@media only all and (max-width: 1024px) {
    .content .state .state_con .tabs .tab_con li a .right .text {
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }
}

@media only all and (max-width: 414px) {
    .content .state .state_con .tabs .tab_con li a .right .text {
        font-size: 14px;
    }
}

.content .state .state_con .tabs .tab_con li a:nth-child(n) {
    width: 50%;
    padding-right: 55px;
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con li a:nth-child(n) {
        width: 50%;
        padding-right: 0;
    }
}

@media only all and (max-width: 1280px) {
    .content .state .state_con .tabs .tab_con li a:nth-child(n) {
        /*width: 51%;*/
        padding-right: 15px;
    }
}





@media only all and (max-width: 1280px) {
    .content .state .state_con .tabs .tab_con li a:nth-child(2n) {
        /*width: 49%;*/
    }
}


@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con li a:nth-child(n) {
        width: 49.5%;
        margin-right: 1%;
        padding-right: 0;
    }
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con li a:nth-child(2n) {
        margin-right: 0%;
        padding-right: 0;
    }
}

.content .state .state_con .tabs .tab_con li a:hover .left .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only all and (max-width: 768px) {
    .content .state .state_con .tabs .tab_con li a:hover .left .img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.content .state .state_con .tabs .tab_con li a:hover .right {
    color: #2fa396;
}

.content .document {
    background: url("../images/document-bg.jpg") no-repeat;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 90px 0;
}

@media only all and (max-width: 1024px) {
    .content .document {
        padding: 40px 0 40px 0;
    }
}

@media only all and (max-width: 414px) {
    .content .document {
        padding: 20px 0 20px 0;
    }
}

.content .document .tit {
    font-size: 36px;
    font-weight: bold;
    color: #292929;
    text-align: center;
    margin-bottom: 45px;
}

@media only all and (max-width: 1024px) {
    .content .document .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media only all and (max-width: 414px) {
    .content .document .tit {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.content .document .document_con {
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}

@media only all and (max-width: 1440px) {
    .content .document .document_con {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    .content .document .document_con {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    .content .document .document_con {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    .content .document .document_con {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only all and (max-width: 414px) {
    .content .document .document_con {
        padding: 0 10px;
    }
}

.content .document .document_con li {
    width: 48.7%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 30px;
    background: #f5f5f5;
    margin-right: 35px;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
    .content .document .document_con li {
        width: 48.5%;
    }
}

@media only all and (max-width: 1280px) {
    .content .document .document_con li {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media only all and (max-width: 1024px) {
    .content .document .document_con li {
        margin-right: 22px;
        margin-bottom: 22px;
        padding: 20px 20px;
    }
}

@media only all and (max-width: 768px) {
    .content .document .document_con li {
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 15px 15px;
    }
}

@media only all and (max-width: 640px) {
    .content .document .document_con li {
        width: 48%;
    }
}

@media only all and (max-width: 414px) {
    .content .document .document_con li {
        margin-right: 0;
        padding: 5px;
        width: 100%;
        margin-bottom: 15px;
    }
    .content .document .document_con li:last-child {
        margin-bottom: 0;
    }
}

@media only all and (max-width: 360px) {
    .content .document .document_con li {
        margin-right: 12px;
    }
}

.content .document .document_con li:nth-child(2n) {
    margin-right: 0;
}

.content .document .document_con li .tit {
    font-size: 18px;
    font-weight: bold;
    color: #595959;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .document .document_con li .tit {
        font-size: 14px;
    }
}

@media only all and (max-width: 414px) {
    .content .document .document_con li .tit {
        padding-top: 10px;
    }
}

.content .document .document_con li a {
    font-size: 14px;
    color: #595959;
    display: block;
    line-height: 26px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .document .document_con li a {
        font-size: 12px;
        line-height: 22px;
    }
}

.content .document .document_con li a:hover {
    text-decoration: underline;
}

.content .document .document_con li:hover {
    background: #2fa396;
}

.content .document .document_con li:hover .tit {
    color: #fff;
}

.content .document .document_con li:hover a {
    color: #fff;
}

.content .document .more {
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #2fa396;
    z-index: 5;
    font-size: 18px;
    left: 50%;
    margin-left: -80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 50px;
    outline: 1px solid #2fa396;
}

@media only all and (max-width: 1024px) {
    .content .document .more {
        margin-top: 35px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-left: -60px;
    }
}

@media only all and (max-width: 414px) {
    .content .document .more {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-left: -32.5px;
        margin-top: 25px;
    }
}

.content .document .more:hover {
    color: #fff;
    background: #2fa396;
    outline: 1px solid #2fa396;
}

.content .skill {
    background: url("../images/skill-bg.jpg") no-repeat;
    -o-background-size: cover;
    background-size: cover;
    padding: 55px 0 60px 0;
}

@media only all and (max-width: 1024px) {
    .content .skill {
        padding: 40px 0 40px 0;
    }
}

@media only all and (max-width: 414px) {
    .content .skill {
        padding: 20px 0 20px 0;
    }
}

.content .skill .tit {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

@media only all and (max-width: 1024px) {
    .content .skill .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media only all and (max-width: 414px) {
    .content .skill .tit {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.content .skill .skill_con {
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}

@media only all and (max-width: 1440px) {
    .content .skill .skill_con {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    .content .skill .skill_con {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    .content .skill .skill_con {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    .content .skill .skill_con {
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.content .skill .skill_con li {
    width: 22.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}

@media only all and (max-width: 1440px) {
    .content .skill .skill_con li {
        width: 24%;
        margin-right: 16px;
    }
}

@media only all and (max-width: 1280px) {
    .content .skill .skill_con li {
        margin-right: 13px;
    }
}

@media only all and (max-width: 1024px) {
    .content .skill .skill_con li {
        margin-right: 10px;
    }
}

@media only all and (max-width: 768px) {
    .content .skill .skill_con li {
        width: 49%;
        margin-right: 14px;
        margin-bottom: 15px;
    }
    .content .skill .skill_con li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only all and (max-width: 640px) {
    .content .skill .skill_con li {
        width: 48.6%;
    }
}

@media only all and (max-width: 414px) {
    .content .skill .skill_con li {
        width: 48%;
    }
}

@media only all and (max-width: 360px) {
    .content .skill .skill_con li {
        margin-right: 12px;
    }
}

.content .skill .skill_con li:last-child {
    margin-right: 0px;
}

.content .skill .skill_con li a {
    display: inline-block;
    width: 100%;
}

.content .skill .skill_con li a .img {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    height: 207px;
}

@media only all and (max-width: 1280px) {
    .content .skill .skill_con li a .img {
        height: 180px;
    }
}

@media only all and (max-width: 1024px) {
    .content .skill .skill_con li a .img {
        height: 150px;
    }
}
@media only all and (max-width: 768px) {
    .content .skill .skill_con li a .img {
        height: 250px;
    }
}
@media only all and (max-width: 414px) {
    .content .skill .skill_con li a .img {
        height: 150px;
    }
}




.content .skill .skill_con li a .img .img_con {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*.content .skill .skill_con li a .img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

.content .skill .skill_con li a span {
    font-size: 16px;
    color: #292929;
    display: block;
    padding: 25px 45px 25px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    background-image: url("../images/jia.png");
    background-repeat: no-repeat;
    background-position: 93% 24px;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only all and (max-width: 1024px) {
    .content .skill .skill_con li a span {
        font-size: 12px;
        padding: 10px 40px 10px 10px;
        background-position: 93% 7px;
    }
}

@media only all and (max-width: 414px) {
    .content .skill .skill_con li a span {
        -o-background-size: 15px 15px;
        background-size: 15px 15px;
        background-position: 93% 10px;
        padding: 10px 30px 10px 10px;
    }
}

.content .skill .skill_con li:hover a .img .img_con {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only all and (max-width: 768px) {
    .content .skill .skill_con li:hover a .img .img_con {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.content .skill .skill_con li:hover a span {
    color: #2fa396;
}

.content .skill .more {
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #2fa396;
    color: #fff;
    z-index: 5;
    font-size: 18px;
    left: 50%;
    margin-left: -80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 80px;
    outline: 1px solid #2fa396;
}

@media only all and (max-width: 1024px) {
    .content .skill .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 35px;
        margin-left: -60px;
    }
}

@media only all and (max-width: 414px) {
    .content .skill .more {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-left: -32.5px;
        margin-top: 15px;
    }
}

.content .skill .more:hover {
    color: #2fa396;
    background: #fff;
    outline: 1px solid #2fa396;
}

@keyframes ellipse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }
}

@keyframes blink {
    0% {
        background-image: url("../images/trumpet.png");
    }
    50% {
        background-image: url("../images/trumpet-hover.png");
    }
    100% {
        background-image: url("../images/trumpet.png");
    }
}

@-moz-keyframes blink {
    0% {
        background-image: url("../images/trumpet.png");
    }
    50% {
        background-image: url("../images/trumpet-hover.png");
    }
    100% {
        background-image: url("../images/trumpet.png");
    }
}

@-webkit-keyframes blink {
    0% {
        background-image: url("../images/trumpet.png");
    }
    50% {
        background-image: url("../images/trumpet-hover.png");
    }
    100% {
        background-image: url("../images/trumpet.png");
    }
}


@-ms-keyframes blink {
    0% {
        background-image: url("../images/trumpet.png");
    }
    50% {
        background-image: url("../images/trumpet-hover.png");
    }
    100% {
        background-image: url("../images/trumpet.png");
    }
}


/*解决元素隐藏后动画插件不生效的问题*/
.fadeInDown22 {
    -webkit-animation-name: fadeindown2;
    animation-name: fadeindown2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes fadeindown2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}



@media only all and (max-width: 768px) {
    .content {
        margin-top: 56px;
    }
}

@media only all and (max-width: 414px) {
    .content {
        margin-top: 46px;
    }
}

.content .banner {
    width: 100%;
}

@media only all and (max-width: 414px) {
    .content .banner {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 150%;
        max-width: 150%;
    }
}

.content .news {
    width: 1400px;
    margin: 0 auto;
}

@media only all and (max-width: 1440px) {
    .content .news {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    .content .news {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    .content .news {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    .content .news {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only all and (max-width: 414px) {
    .content .news {
        padding: 0 10px;
    }
}

.content .news .news_con {
    padding-top: 40px;
    padding-bottom: 70px;
}

@media only all and (max-width: 1024px) {
    .content .news .news_con {
        padding-bottom: 70px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.content .news .news_con .left_nav {
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
}



@media only all and (max-width: 1280px) {
    .content .news .news_con .left_nav {
        width: 190px;
    }
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .left_nav {
        width: 140px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .left_nav {
        width: 100%;
        display: none;
    }
}

.content .news .news_con .left_nav li {
    width: 100%;
    font-size: 0;
}

.content .news .news_con .left_nav li a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 82px;
    border: 1px dashed #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid transparent;
    font-size: 16px;
    color: #292929;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .left_nav li a {
        font-size: 14px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .left_nav li a {
        height: 40px;
    }
}

@media only all and (max-width: 414px) {
    .content .news .news_con .left_nav li a {
        font-size: 12px;
    }
}

.content .news .news_con .left_nav li a span {
    display: inline-block;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content .news .news_con .left_nav li a:hover {
    background: #2fa396;
    border: 1px solid #f39800;
    color: #fff;
}

.content .news .news_con .left_nav li a.active {
    background: #2fa396;
    border: 1px solid #2fa396;
    color: #fff;
}

.content .news .news_con .left_nav li:first-child a {
    border-top: 1px dashed #cccccc;
}

.content .news .news_con .left_nav li:last-child a {
    border-bottom: 1px dashed #cccccc;
}

.content .news .news_con .right_con {
    width: 82%;
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .right_con {
        width: 80%;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con {
        width: 100%;
    }
}

.content .news .news_con .right_con .tab_con {
    font-size: 0;
    padding-bottom: 0px;
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con {
        padding-bottom: 0px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con {
        padding-bottom: 20px;
    }
}

.content .news .news_con .right_con .tab_con li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
}

.content .news .news_con .right_con .tab_con li a {
    display: inline-block;
    width: 100%;
    color: #292929;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    vertical-align: top;
    padding: 15px;
    width: 48.9%;
    background: #f5f5f5;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .right_con .tab_con li a {
        padding: 10px;
    }
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a {
        margin-bottom: 12px;
        padding: 8px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con li a {
        margin-bottom: 9px;
        padding: 5px;
    }
}

@media only all and (max-width: 640px) {
    .content .news .news_con .right_con .tab_con li a {
        padding: 4px;
    }
}

@media only all and (max-width: 414px) {
    .content .news .news_con .right_con .tab_con li a {
        margin-bottom: 8px;
    }
}

@media only all and (max-width: 375px) {
    .content .news .news_con .right_con .tab_con li a {
        width: 48.5%;
    }
}

.content .news .news_con .right_con .tab_con li a:nth-child(n) {
    margin-right: 12px;
    margin-left: 0;
}

@media only all and (max-width: 1440px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(n) {
        margin-right: 10px;
    }
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(n) {
        margin-right: 8px;
    }
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(n) {
        margin-right: 6px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(n) {
        margin-right: 5px;
    }
}

@media only all and (max-width: 640px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(n) {
        margin-right: 4px;
    }
}

.content .news .news_con .right_con .tab_con li a:nth-child(2n) {
    margin-left: 12px;
    margin-right: 0;
}

@media only all and (max-width: 1440px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
        margin-left: 10px;
    }
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
        margin-left: 8px;
    }
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
        margin-left: 6px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
        margin-left: 5px;
    }
}

@media only all and (max-width: 640px) {
    .content .news .news_con .right_con .tab_con li a:nth-child(2n) {
        margin-left: 4px;
    }
}

.content .news .news_con .right_con .tab_con li a .left {
    width: 200px;
    height: 118px;
    overflow: hidden;
    /*position: relative;*/
}

@media only all and (max-width: 1440px) {
    .content .news .news_con .right_con .tab_con li a .left {
        width: 190px;
    }
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .right_con .tab_con li a .left {
        width: 180px;
        /*height: 106px;*/
    }
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a .left {
        width: 140px;
        height: 95px;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con li a .left {
        width: 100%;
        height: 187px;
    }
}

@media only all and (max-width: 640px) {
    .content .news .news_con .right_con .tab_con li a .left {
        height: 151px;
    }
}

@media only all and (max-width: 414px) {
    .content .news .news_con .right_con .tab_con li a .left {
        height: 106px;
    }
}

@media only all and (max-width: 375px) {
    .content .news .news_con .right_con .tab_con li a .left {
        height: 96px;
    }
}

@media only all and (max-width: 360px) {
    .content .news .news_con .right_con .tab_con li a .left {
        /*height: 88px;*/
    }
}

@media only all and (max-width: 320px) {
    .content .news .news_con .right_con .tab_con li a .left {
        height: 81px;
    }
}


.content .news .news_con .right_con .tab_con li a .left .img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content .news .news_con .right_con .tab_con li a .right {
    width: 58%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
    .content .news .news_con .right_con .tab_con li a .right {
        width: 56%;
    }
}

@media only all and (max-width: 1280px) {
    .content .news .news_con .right_con .tab_con li a .right {
        width: 50%;
    }
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a .right {
        width: 46%;
    }
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con li a .right {
        width: 100%;
    }
}

.content .news .news_con .right_con .tab_con li a .right .date {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-height: 42px;
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a .right .date {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.content .news .news_con .right_con .tab_con li a .right .text {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 26px;
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .tab_con li a .right .text {
        font-size: 12px;
        line-height: 22px;
    }
}

@media only all and (max-width: 414px) {
    .content .news .news_con .right_con .tab_con li a .right .text {
        font-size: 12px;
    }
}

.content .news .news_con .right_con .tab_con li a:hover {
    background: #2fa396;
}

.content .news .news_con .right_con .tab_con li a:hover .left .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only all and (max-width: 768px) {
    .content .news .news_con .right_con .tab_con li a:hover .left .img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


.content .news .news_con .right_con .tab_con li a:hover .right {
    color: #fff;
}

.content .news .news_con .right_con .more {
    position: relative;
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    background: #5dceb5;
    color: #fff;
    z-index: 5;
    font-size: 18px;
    bottom: -4%;
    left: 50%;
    margin-left: -80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .news .news_con .right_con .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-left: -60px;
    }
}

@media only all and (max-width: 414px) {
    .content .news .news_con .right_con .more {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-left: -32.5px;
    }
}

.content .news .news_con .right_con .more:hover {
    background: #fff;
    color: #5dceb5;
    outline: 1px solid #5dceb5;
}

.content .products {
    width: 1400px;
    margin: 0 auto;
}

@media only all and (max-width: 1440px) {
    .content .products {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    .content .products {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    .content .products {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    .content .products {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only all and (max-width: 414px) {
    .content .products {
        padding: 0 10px;
    }
}

.content .products .products_con {
    padding-top: 40px;
    padding-bottom: 70px;
}

@media only all and (max-width: 768px) {
    .content .products .products_con {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

.content .products .products_con .left_nav {
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@media only all and (max-width: 1280px) {
    .content .products .products_con .left_nav {
        width: 190px;
    }
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .left_nav {
        width: 140px;
    }
}

@media only all and (max-width: 768px) {
    .content .products .products_con .left_nav {
        display: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only all and (max-width: 414px) {
    .content .products .products_con .left_nav {
        /*width: 100px;*/
    }
}

@media only all and (max-width: 320px) {
    .content .products .products_con .left_nav {
        /*width: 86px;*/
    }
}

.content .products .products_con .left_nav li {
    width: 100%;
    font-size: 0;
    border: 1px dashed #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid transparent;
    position: relative;
}

.content .products .products_con .left_nav li .oneA {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    font-size: 16px;
    color: #292929;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    font-size: 0;
}

@media only all and (max-width: 1440px) {
    .content .products .products_con .left_nav li .oneA {
        height: 50px;
    }
}

.content .products .products_con .left_nav li .item_con {
    display: none;
    position: absolute;
    top: 0px;
    right: -233px;
    background: #fff;
    padding: 10px 5px 10px 10px;
    width: 232px;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px #d5d5d5;
    z-index: 3;
}

@media only all and (max-width: 1366px) {
    .content .products .products_con .left_nav li .item_con {
        top: 0px;
        padding: 20px 5px 20px 20px;
    }
}

@media only all and (max-width: 1280px) {
    .content .products .products_con .left_nav li .item_con {
        top: 0px;
        right: -201px;
        background: #fff;
        padding: 10px 5px 10px 10px;
        width: 200px;
    }
}

@media only all and (max-width: 768px) {

    .content .products .products_con .left_nav li .oneA {
        height: 40px;
    }


    .content .products .products_con .left_nav li .item_con {
        position: static;
        top: 0px;
        right: 0;
        background: #fff;
        padding: 5px 5px 5px 33px;
        width: 100%;
        box-shadow: none;
    }


}



.content .products .products_con .left_nav li .oneA span {
    font-family: ' ';
    display: inline-block;
    width: 60%;
    position: absolute;
    top: 50%;
    /*left: 54%;*/
    left: 56%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-align: left;
}

@media only all and (max-width: 1440px) {
    .content .products .products_con .left_nav li .oneA span {
        font-size: 12px;
    }
}


@media only all and (max-width: 1280px) {
    .content .products .products_con .left_nav li .oneA span {
        width: 58%;
        left: 55%;
    }
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .left_nav li .oneA span {
        width: 65%;
    }
}

@media only all and (max-width: 768px) {
    .content .products .products_con .left_nav li .oneA span {
        width: 65%;
        /*background-color: green;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 40%;
    }
}


@media only all and (max-width: 414px) {
    .content .products .products_con .left_nav li .oneA span {
        font-size: 12px;
        left: 45%;
    }
}

.content .products .products_con .left_nav li .oneA img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    left: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    max-width: 33px;
}

@media only all and (max-width: 1280px) {
    .content .products .products_con .left_nav li .oneA img {
        left: 10px;
    }
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .left_nav li .oneA img {
        left: 5px;
        width: 20px;
    }
}

.content .products .products_con .left_nav li .oneA img.hides {
    opacity: 0;
}

.content .products .products_con .left_nav li i {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    text-align: center;
}

@media only all and (max-width: 1280px) {
    .content .products .products_con .left_nav li i {
        right: 10px;
    }
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .left_nav li i {
        right: 5px;
    }
}


@media only all and (max-width: 768px) {
    .content .products .products_con .left_nav li i {
        top: 21px;
        right: 5px;
        width: 20%;
    }
}



.content .products .products_con .left_nav li .oneA:hover {
    color: #2fa396;
}

.content .products .products_con .left_nav li .oneA:hover img.shows {
    opacity: 0;
}

.content .products .products_con .left_nav li .oneA:hover img.hides {
    opacity: 1;
}

.content .products .products_con .left_nav li:first-child {
    border-top: 1px dashed #cccccc;
}

.content .products .products_con .left_nav li:last-child {
    border-bottom: 1px dashed #cccccc;
}

.content .products .products_con .left_nav li .item {
    /*text-align: center;*/
}

.content .products .products_con .left_nav li .item a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #595959;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 60px 0 60px;*/
}

.content .products .products_con .left_nav li .item a:hover {
    color: #2fa396;
}

.content .products .products_con .left_nav li .item a.selectHeight {
    color: #2fa396;
}

@media only all and (max-width: 1280px) {
    .content .products .products_con .left_nav li .item a {
        font-size: 12px;
        line-height: 24px;
        /*padding: 0 5px 0 50px;*/
    }
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .left_nav li .item a {
        /*padding: 0 5px 0 33px;*/
    }
}


.content .products .products_con .left_nav li a.oneA.active {
    color: #2fa396;
}

.content .products .products_con .left_nav li a.oneA.active img.shows {
    opacity: 0;
}

.content .products .products_con .left_nav li a.oneA.active img.hides {
    opacity: 1;
}








.content .products .products_con .right_con {
    width: 82%;
}

@media only all and (max-width: 1280px) {
    .content .products .products_con .right_con {
        width: 80%;
    }
}

@media only all and (max-width: 768px) {
    .content .products .products_con .right_con {
        width: 100%;
    }
}

.content .products .products_con .right_con .title {
    font-family: ' ';
    font-weight: bold;
    color: #f39800;
    margin-bottom: 25px;
}

.content .products .products_con .right_con .tit_introduct {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 54px;
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con .title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .content .products .products_con .right_con .tit_introduct {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }

}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con .title {
        font-size: 14px;
        margin-top: 10px;
    }
}



.content .products .products_con .right_con ul {
    width: 100%;
    background: #f5f5f5;
}

.content .products .products_con .right_con ul li {
    /*font-size: 0;*/
}

.content .products .products_con .right_con ul li:first-child {
    background: #5dceb5;
}

.content .products .products_con .right_con ul li:first-child span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 56px;
    vertical-align: top;
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con ul li:first-child span {
        line-height: 40px;
    }
}

@media only all and (max-width: 414px) {
    .content .products .products_con .right_con ul li:first-child span {
        font-size: 14px;
        line-height: 30px;
    }
}

.content .products .products_con .right_con ul li:first-child span:nth-child(1) {
    width: 15%;
    padding-left: 30px;
    padding-right: 5px;
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con ul li:first-child span:nth-child(1) {
        padding-left: 15px;
    }
}


.content .products .products_con .right_con ul li:first-child span:nth-child(2) {
    width: 50%;
}

.content .products .products_con .right_con ul li:first-child span:nth-child(3) {
    width: 16%;
}

.content .products .products_con .right_con ul li:first-child span:nth-child(4) {
    width: 19%;
}



@media only all and (max-width: 414px) {
    .content .products .products_con .right_con ul li:first-child span:nth-child(1) {
        padding-left: 1px;
        padding-right: 1px;
        width: 30%;
        box-sizing: border-box;
    }

    .content .products .products_con .right_con ul li:first-child span:nth-child(2) {
        padding-left: 1px;
        padding-right: 1px;
        width: 28%;
        box-sizing: border-box;
    }

    .content .products .products_con .right_con ul li:first-child span:nth-child(3) {
        padding-left: 1px;
        padding-right: 1px;
        width: 27%;
        box-sizing: border-box;
    }

    .content .products .products_con .right_con ul li:first-child span:nth-child(4) {
        padding-left: 1px;
        padding-right: 1px;
        width: 15%;
        box-sizing: border-box;
    }

}



.content .products .products_con .right_con ul li a {
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.content .products .products_con .right_con ul li a span {
    display: inline-block;
    font-size: 16px;
    color: #595959;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 56px;
    vertical-align: top;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con ul li a span {
        line-height: 40px;
    }
}

@media only all and (max-width: 414px) {
    .content .products .products_con .right_con ul li a span {
        line-height: 28px;
        font-size: 12px;
    }
}

.content .products .products_con .right_con ul li a span:nth-child(1) {
    width: 15%;
    padding-left: 30px;
    padding-right: 5px;
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con ul li a span:nth-child(1) {
        padding-left: 15px;
    }
}

.content .products .products_con .right_con ul li a span:nth-child(2) {
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.content .products .products_con .right_con ul li a span:nth-child(3) {
    width: 16%;
    padding-left: 5px;
    padding-right: 5px;
}

.content .products .products_con .right_con ul li a span:nth-child(4) {
    width: 19%;
    padding-left: 5px;
    padding-right: 5px;
}


@media only all and (max-width: 414px) {
    .content .products .products_con .right_con ul li a span:nth-child(1) {
        padding-left: 1px;
        padding-right: 1px;
        width: 30%;
        box-sizing: border-box;
    }

    .content .products .products_con .right_con ul li a span:nth-child(2) {
        padding-left: 1px;
        padding-right: 1px;
        width: 28%;
        box-sizing: border-box;
    }

    .content .products .products_con .right_con ul li a span:nth-child(3) {
        padding-left: 1px;
        padding-right: 1px;
        width: 27%;
        box-sizing: border-box;
    }

    .content .products .products_con .right_con ul li a span:nth-child(4) {
        padding-left: 1px;
        padding-right: 1px;
        width: 15%;
        box-sizing: border-box;
    }


}



.content .products .products_con .right_con ul li a:hover {
    background: #f39800;
}

.content .products .products_con .right_con ul li a:hover span {
    color: #fff;
}

.content .products .products_con .right_con .more {
    margin-top: 80px;
    position: relative;
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    background: #5dceb5;
    color: #fff;
    z-index: 5;
    font-size: 18px;
    bottom: -4%;
    left: 50%;
    margin-left: -80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    .content .products .products_con .right_con .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-left: -60px;
    }
}

@media only all and (max-width: 768px) {
    .content .products .products_con .right_con .more {
        margin-top: 25px;
    }
}

@media only all and (max-width: 414px) {
    .content .products .products_con .right_con .more {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-left: -32.5px;
    }
}

.content .products .products_con .right_con .more:hover {
    background: #fff;
    color: #5dceb5;
    outline: 1px solid #5dceb5;
}



/*-----------------------------*/
/*max.css*/

.all_product_tit {
    margin-bottom: 23px;
}
.all_product_tit img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.all_product_tit .text_s {
    font-size: 16px;
    color: #2fa396;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.all_product_con {

}
.all_product_con .item {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
.all_product_con .item .one {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #cccccc;
    padding: 14px 5px 14px 17px;
    box-sizing: border-box;
}

.all_product_con .item .one .img {
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}

.all_product_con .item .one .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .all_product_con .item .one span {
        font-family: ' ';
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #2fa396;
    }

.all_product_con .item .two {
    padding: 26px 5px 26px 17px;
    font-size: 0;
}

    .all_product_con .item .two a {
        font-family: ' ';
        font-size: 16px;
        line-height: 30px;
        color: #797979;
        margin-right: 28px;
        transition: all 0.4s;
        display: inline-block;
    }

.all_product_con .item .two a:hover {
    color: #2fa396;
}

@media only all and (max-width: 1024px) {
    .all_product_tit {
        margin-bottom: 10px;
    }
    .all_product_tit img {
        margin-right: 3px;
        width: 25px;
    }
    .all_product_tit .text_s {
        font-size: 14px;
    }


    .all_product_con .item .one {
        padding: 5px;
    }
    .all_product_con .item .one .img {
        width: 25px;
        height: 25px;
    }
    .all_product_con .item .one span {
        font-size: 14px;
    }
    .all_product_con .item {
        margin-bottom: 15px;
    }
    .all_product_con .item .two {
        padding: 5px;
    }

    .all_product_con .item .two a {
        font-size: 14px;
        margin-right: 15px;
    }
}

@media only all and (max-width: 768px) {
    .all_product_tit {
        margin-top: 10px;
    }
}

@media only all and (max-width: 640px) {
    .all_product_con .item .one span {
        width: 80%;
    }
    .all_product_tit .text_s {
        width: 85%;
    }
}



/*-----------------------------*/
/*min.css*/

.list_product_tit {
    margin-bottom: 23px;
}
.list_product_tit img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    max-width: 33px;
}
.list_product_tit .text_s {
    font-size: 16px;
    color: #f39800;
    display: inline-block;
    vertical-align: middle;
}

.list_product_introduct {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 32px;
}

.list_product_con {

}

.list_product_con .item {
    margin-bottom: 2px;
}

.list_product_con .item .one {
    color: #fff;
    width: 100%;
    background: #5dcdb5;
    padding: 7.5px 5px 7.5px 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.list_product_con .item .one .aa {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.list_product_con .item .one .bb {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.list_product_con .item .two {
    display: none;
}

.list_product_con .item .two .list {
    /*  display: none;*/
}

.list_product_con .item .two .list .aa {
    padding: 13px 0;
    background-color: #f5f5f5;
    margin-top: 15px;
    font-size: 0;
    margin-bottom: 7px;
}


.list_product_con .item .two .list .aa .list_con {
    font-size: 16px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_product_con .item .two .list .aa .list1 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 5px;
}

.list_product_con .item .two .list .aa .list2 {
    width: 17.6%;
    box-sizing: border-box;
    padding-right: 5px;
}

.list_product_con .item .two .list .aa .list3 {
    width: 16.2%;
    box-sizing: border-box;
    padding-right: 5px;
}

.list_product_con .item .two .list .aa .list4 {
    width: 16.2%;
    box-sizing: border-box;
    padding-right: 5px;
}

.list_product_con .item .two .list .bb {
    font-size: 0;
}

.list_product_con .item .two .list .bb .item_ss {
    border: 1px solid #e5e5e5;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 4px;
}

.list_product_con .item .two .list .bb .item_ss:last-child {
    margin-bottom: 13px;
}

.list_product_con .item .two .list .bb .item_ss .list_con {
    font-size: 14px;
    line-height: 30px;
    color: #595959;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_product_con .item .two .list .bb .item_ss .list1 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 5px;
}

.list_product_con .item .two .list .bb .item_ss .list2 {
    width: 17.6%;
    box-sizing: border-box;
    padding-right: 5px;
}

.list_product_con .item .two .list .bb .item_ss .list3 {
    width: 16.2%;
    box-sizing: border-box;
    padding-right: 5px;
}

.list_product_con .item .two .list .bb .item_ss .list4 {
    width: 16.2%;
    box-sizing: border-box;
    padding-right: 5px;
}

@media only all and (max-width: 1024px) {
    .list_product_tit {
        margin-bottom: 15px;
    }

    .list_product_tit img {
        width: 25px;
    }

    .list_product_tit .text_s {
        font-size: 14px;
    }
    .list_product_introduct {
        font-size: 12px;
        line-height: 20px;
        color: #595959;
        margin-bottom: 15px;
    }

    .list_product_con .item .one {
        color: #fff;
        padding: 5px 5px 5px 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .list_product_con .item .one .bb {
        font-size: 14px;
        line-height: 30px;
    }

    .list_product_con .item .two .list .aa {
        padding: 5px 0;
        margin-top: 10px;
        /*margin-bottom: 0px;*/
    }

    .list_product_con .item .two .list .aa .list_con {
        font-size: 14px;
    }

    .list_product_con .item .two .list .aa .list1 {
        padding-left: 8px;
    }

    .list_product_con .item .two .list .bb .item_ss {
        padding: 5px 0;
    }

    .list_product_con .item .two .list .bb .item_ss .list_con {
        font-size: 12px;
        color: #595959;
    }

    .list_product_con .item .two .list .bb .item_ss .list1 {
        padding-left: 8px;
    }


}


@media only all and (max-width: 640px) {
    .list_product_con .item .one .bb {
        width: 90%;
    }
    .list_product_tit .text_s {
        width: 85%;
    }
}
.inside_con{ padding:10px 0; min-height:300px}
.chanpe02 span{ font-size:14px !important; line-height:36px !important;}
.dwae .title{  color: #000000 !important;
    margin: 15px 0 15px 0 !important;}
.dwae .tit_introduct{ margin-bottom: 0 !important;}	
	