* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #1abc9c;
    --main-color1: #eb6100;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
        z-index: 99;
        background-color: var(--main-color-white);
        height: 62px;
    }
    .pcheader {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 62px;
    }
    .pclogo img {
        height: 50px;
        margin-right: 40px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 62px;
        line-height: 62px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 80%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 16px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav>li:hover .first_a i {
        transform: rotate(180deg);
    }
    .pc_sec_item a:hover {
        color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: -20%;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .first_a i {
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: #474747;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-666);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .inbanner {
        width: 100%;
        height: 300px;
        margin-top: 80px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 20px;
        max-width: 1400px;
        margin: 20px auto;
        background-color: var(--main-color-white);
        margin-top: 82px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .ml_banner {
        width: 100%;
        border-radius: 5px;
    }
        .ml_banner img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }
    .bannerbtn {
        width: 45px !important;
        background-image: none !important;
        font-size: 20px !important;
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .7);
        height: 45px !important;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        font-size: 18px;
        color: var(--main-color-white);
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
    .con_wrapper {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 82px;
    }
    .con_wrapper_left {
        width: 73%;
        float: left;
    }
    .con_wrapper_right {
        width: 26%;
        float: right;
        position: sticky;
        top: 82px;
        z-index: 9999;
    }
    .clear {
        clear: both;
    }
    .con1 {
        display: flex;
        justify-content: space-between;
    }
    .con1left {
        width: 73%;
    }
    .con1right {
        width: 26%;
    }
    .con1right ul li {
        position: relative;
        margin-bottom: 10px;
    }
    .con1right ul li:hover img {
        transform: scale(1.1);
    }
    .con1right ul li:last-child {
        margin-bottom: 0;
    }
    .con1right ul li a {
        display: block;
        overflow: hidden;
    }
    .con1right ul li img {
        width: 100%;
        border-radius: 5px;
        height: 110px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .con1_pos {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        color: var(--main-color-white);
        font-size: 13px;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 5px;
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con2 {
        width: 100%;
        margin-top: 20px;
    }
    .con2con {
        width: 100%;
        background-color: var(--main-color-white);
        padding: 15px;
        border-radius: 5px;
    }
    .con2title strong {
        font-size: 18px;
        color: var(--main-color-333);
        font-weight: normal;
    }
    .con2title {
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con2title a {
        color: var(--main-color-333);
        font-size: 14px;
    }
    .con2con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 45px) / 4);
        margin-right: 15px;
        position: relative;
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con2con ul li a {
        display: block;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        transition: var(--main-transition);
        height: 115px;
        object-fit: cover;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2pos {
        position: absolute;
        height: 35px;
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 35px;
        font-size: 14px;
        padding: 0 15px;
        color: var(--main-color-white);
    }
    .con3 {
        margin-top: 20px;
        width: 100%;
    }
    .con3con {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .con3_top {
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
        display: flex;
        align-items: center;
    }
    .con3_top a {
        display: block;
        color: var(--main-color-666);
        font-size: 18px;
    }
    .con3_top a:hover {
        color: var(--main-color);
    }
    .con3_top span {
        color: #efefef;
        display: block;
        padding: 0 10px;
    }
    .ac_tag {
        color: var(--main-color) !important;
        position: relative;
    }
    .ac_tag::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        bottom: -10px;
    }
    .con3item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px 0;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
    }
    .con3item:hover p {
        color: var(--main-color);
    }
    .con3itemleft {
        width: 30%;
    }
    .con3itemleft a {
        display: block;
        overflow: hidden;
    }
    .con3itemleft a img {
        width: 100%;
        transition: var(--main-transition);
        height: 150px;
        object-fit: cover;
    }
    .con3itemright {
        width: 68%;
    }
    .con3itemright p {
        color: var(--main-color-333);
        font-size: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con3itemright span {
        color: var(--main-color-666);
        font-size: 14px;
        margin: 20px 0;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con3itemright em {
        color: var(--main-color-666);
        font-size: 14px;
        font-style: normal;
    }
    .con3itemright em i {
        margin-right: 10px;
    }
    .con3item:hover img {
        transform: scale(1.1);
    }
    .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search input {
        display: block;
        width: 80%;
        height: 40px;
        background-color: var(--main-color-white);
        border: none;
        outline: none;
        padding-left: 15px;
    }
    .search a {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color);
        width: 20%;
    }
    .right_con1 {
        margin-top: 20px;
    }
    .right_con1con {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .right_title {
        margin-bottom: 15px;
    }
    .right_title strong {
        font-size: 18px;
        color: var(--main-color-333);
        font-weight: normal;
        padding-left: 15px;
        border-left: 4px solid var(--main-color);
    }
    .right_con1 .con3item {
        border: none !important;
    }
    .right_con1 .con3item img {
        height: 70px;
    }
    .right_con1 .con3item p {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }
    .right_con1 .con3item em {
        display: block;
        margin-top: 10px;
    }
    .right_con1 .con3item span {
        display: none;
    }
    .link {
        background-color: var(--main-color-white);
        padding: 15px;
        max-width: 1400px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .link .con2title {
        margin-bottom: 20px;
    }
    .linkbox {
        display: flex;
        align-items: center;
    }
    .linkbox a {
        margin-right: 20px;
        display: block;
        font-size: 15px;
        color: var(--main-color-999);
    }
    .linkbox a:hover {
        color: var(--main-color);
    }
    .newclass {
        padding: 15px;
        background-color: var(--main-color-white);
    }
}

@media only screen and (max-width: 996px) {
    .newclass {
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .link {
        background-color: var(--main-color-white);
        padding: 15px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .link .con2title {
        margin-bottom: 20px;
    }
    .linkbox {
        display: flex;
        align-items: center;
    }
    .linkbox a {
        margin-right: 20px;
        display: block;
        font-size: 15px;
        color: var(--main-color-999);
    }
    .linkbox a:hover {
        color: var(--main-color);
    }
    .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search input {
        display: block;
        width: 80%;
        height: 40px;
        background-color: var(--main-color-white);
        border: none;
        outline: none;
        padding-left: 15px;
    }
    .search a {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color);
        width: 20%;
    }
    .right_con1 {
        margin-top: 20px;
    }
    .right_con1con {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .right_title {
        margin-bottom: 15px;
    }
    .right_title strong {
        font-size: 18px;
        color: var(--main-color-333);
        font-weight: normal;
        padding-left: 15px;
        border-left: 4px solid var(--main-color);
    }
    .right_con1 .con3item {
        border: none !important;
    }
    .right_con1 .con3item img {
        height: 70px;
    }
    .right_con1 .con3item p {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }
    .right_con1 .con3item em {
        display: block;
        margin-top: 10px;
    }
    .right_con1 .con3item span {
        display: none;
    }
    .con3 {
        margin-top: 20px;
        width: 100%;
    }
    .con3con {
        width: 100%;
        padding: 10px;
        background-color: var(--main-color-white);
    }
    .con3_top {
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con3_top a {
        display: block;
        color: var(--main-color-666);
        font-size: 15px;
        margin-bottom: 15px;
    }
    .con3_top a:hover {
        color: var(--main-color);
    }
    .con3_top span {
        color: #efefef;
        display: block;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .ac_tag {
        color: var(--main-color) !important;
        position: relative;
    }
    .ac_tag::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        bottom: -10px;
    }
    .con3item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px 0;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
    }
    .con3item:hover p {
        color: var(--main-color);
    }
    .con3itemleft {
        width: 39%;
    }
    .con3itemleft a {
        display: block;
        overflow: hidden;
    }
    .con3itemleft a img {
        width: 100%;
        transition: var(--main-transition);
        height: 80px;
        object-fit: cover;
    }
    .con3itemright {
        width: 59%;
    }
    .con3itemright p {
        color: var(--main-color);
        font-size: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con3itemright span {
        color: var(--main-color-666);
        font-size: 14px;
        margin: 2px 0;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con3itemright em {
        color: var(--main-color-666);
        font-size: 14px;
        font-style: normal;
    }
    .con3itemright em i {
        margin-right: 10px;
    }
    .con3item:hover img {
        transform: scale(1.1);
    }
    .con2 {
        width: 100%;
        margin-top: 20px;
    }
    .con2con {
        width: 100%;
        background-color: var(--main-color-white);
        padding: 15px;
        border-radius: 5px;
    }
    .con2title strong {
        font-size: 16px;
        color: var(--main-color-333);
        font-weight: normal;
    }
    .con2title {
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con2title a {
        color: var(--main-color-333);
        font-size: 14px;
    }
    .con2con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 48.5%;
        position: relative;
        margin-bottom: 10px;
    }
    .con2con ul li a {
        display: block;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        transition: var(--main-transition);
        height: 120px;
        object-fit: cover;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2pos {
        position: absolute;
        height: 35px;
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px;
        color: var(--main-color-white);
    }
    .con_wrapper {
        margin: 0 auto;
        margin-top: 82px;
        padding: 0 15px;
    }
    .con_wrapper_left {
        width: 100%;
    }
    .con_wrapper_right {
        width: 100%;
        margin-top: 20px;
    }
    .clear {
        clear: both;
    }
    .con1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
    }
    .con1right {
        width: 100%;
        margin-top: 20px;
    }
    .con1right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1right ul li {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .con1right ul li:hover img {
        transform: scale(1.1);
    }
    .con1right ul li:last-child {
        margin-bottom: 0;
    }
    .con1right ul li a {
        display: block;
        overflow: hidden;
    }
    .con1right ul li img {
        width: 100%;
        border-radius: 5px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .con1_pos {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        color: var(--main-color-white);
        font-size: 13px;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 5px;
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .ml_banner {
        width: 100%;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerbtn {
        width: 35px !important;
        background-image: none !important;
        font-size: 18px !important;
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .7);
        height: 35px !important;
        text-align: center;
        line-height: 35px;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        font-size: 18px;
        color: var(--main-color-white);
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    html {
        overflow-x: hidden;
    }
    .inside {
        padding: 30px 15px;
        background-color: var(--main-color-white);
        padding-top: 10px;
        margin: 0 auto;
        margin-top: 80px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inbanner {
        width: 100%;
        height: 150px;
        margin-top: 60px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 25px;
        color: var(--main-color);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: #474747;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-white);
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}