* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #1ad68c;
    --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) {
    .b_phone {
        display: flex;
        margin-top: 20px;
        width: 300px;
        background: #1ad68c;
        height: 50px;
        border-radius: 40px;
        align-items: center;
        /* justify-content: center; */
        /* display: inline; */
        color: #fff;
        font-size: 23px;
        padding: 5px;
    }
    .b_phonebox {
        width: 40px;
        background: #fff;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #1ad68c;
        margin-right: 10px;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0 170px;
        left: 0;
        top: 0;
        display: flex;
        /* align-items: center; */
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos img {
        width: 300px !important;
        display: block;
        margin-top: 20px;
    }
    .banner_pos p {
        font-size: 50px;
        width: 100%;
        text-align: left;
        color: var(--main-color-white);
    }
    .banner_pos p span {
        font-size: 30px !important;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 30px;
        left: 0;
        transition: var(--main-transition);
        z-index: 99;
        height: 80px;
        background: transparent;
    }
    .pcheader {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
        background-color: var(--main-color-white);
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 80px;
        padding: 0 20px;
    }
    .pclogo img {
        height: 60px;
    }
    .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: 80px;
        line-height: 80px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 200px;
        background: rgba(255, 255, 255, .8);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover .first_a {
        color: var(--main-color);
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 200px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .fix_top {
        top: 0;
        background-color: var(--main-color-white);
    }
    .third_a {
        color: var(--main-color-white);
        background: rgba(255, 255, 255, .8);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        max-width: 1570px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .con1 {
        width: 100%;
        padding: 25px 0;
    }
    .con1con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        flex: 1;
        text-align: center;
        cursor: pointer;
        border-left: 1px solid #efefef;
    }
    .con1con ul li:last-child {
        border-right: 1px solid #efefef;
    }
    .con1con ul li img {
        width: 45px;
        filter: grayscale(1);
        height: 45px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con1con ul li:hover img {
        filter: grayscale(0);
    }
    .con1con ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .con2 {
        padding: 130px 0;
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .t_left {
        position: relative;
        display: flex;
        align-items: center;
    }
    .t_left span {
        color: var(--main-color-666);
        font-size: 16px;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }
    .t_left strong {
        display: block;
        color: var(--main-color-white);
        font-size: 40px;
        position: relative;
    }
    .t_left img {
        position: absolute;
        width: 45px;
        left: -20px;
        top: -10px;
    }
    .t_right {
        display: flex;
    }
    .t_right ul {
        display: flex;
        align-items: center;
    }
    .t_right ul li a {
        color: var(--main-color-white);
        font-size: 16px;
        margin-right: 20px;
    }
    .t_right .more {
        color: var(--main-color-white);
        margin-left: 20px;
        font-size: 16px;
        color: var(--main-color);
    }
    .con2item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .con2item:hover .con2left img {
        transform: scale(1.1);
    }
    .con2left {
        width: 50%;
    }
    .con2left a {
        overflow: hidden;
        display: block;
    }
    .con2left img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2right {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--main-color-white);
        padding: 0 5%;
    }
    .con2right strong {
        display: block;
        color: var(--main-color-333);
        font-size: 28px;
    }
    .con2right strong img {
        width: 50px;
    }
    .con2right span {
        color: var(--main-color-333);
        font-size: 16px;
        display: block;
        margin: 15px 0;
    }
    .con2right em {
        font-style: normal;
        font-size: 14px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .con2right p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-666);
        line-height: 25px;
        font-size: 14px;
    }
    .con2right a {
        color: var(--main-color);
        font-size: 14px;
        display: block;
        margin-top: 20px;
    }
    .con2con .t_nav {
        display: none !important;
    }
    .con3 {
        padding: 80px 0;
    }
    .con3con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con3con .con_title .t_left strong {
        color: var(--main-color-333);
    }
    .con3con .t_nav {
        display: none;
    }
    .con3box {
        display: flex;
        flex-wrap: wrap;
    }
    .con3item {
        width: calc((100% - 60px) / 4);
        border: 3px solid transparent;
        margin-right: 20px;
        transition: var(--main-transition);
        margin-bottom: 20px;
        box-shadow: var(--main-shadow);
    }
    .con3item:nth-child(4n) {
        margin-right: 0;
    }
    .con3item:hover {
        border: 3px solid var(--main-color);
    }
    .con3item:hover img {
        transform: scale(1.1);
    }
    .con3img {
        overflow: hidden;
        display: block;
    }
    .con3img img {
        width: 100%;
        height: 245px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con3txt {
        padding: 10px;
    }
    .con3txt p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-333);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .con3txt span {
        color: var(--main-color-666);
        font-size: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .con3txt a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
        font-size: 14px;
    }
    .con4 {
        padding: 120px 0;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con4con strong {
        color: var(--main-color-white);
        font-size: 40px;
        text-align: center;
        display: block;
    }
    .con4con p {
        color: var(--main-color-white);
        font-size: 32px;
        text-align: center;
        margin: 25px 0;
    }
    .con4con span {
        color: var(--main-color-white);
        font-size: 25px;
        display: block;
        margin-bottom: 25px;
    }
    .cc {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cc a {
        display: block;
        width: 140px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        border-radius: 50px;
        margin: 0 20px;
        transition: var(--main-transition);
    }
    .knowmore {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .knowmore:hover {
        color: var(--main-color);
        background-color: var(--main-color-white);
    }
    .tactmore:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .tactmore {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .con5 {
        padding: 80px 0;
    }
    .con5con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5con .con_title .t_left strong {
        color: var(--main-color-333);
    }
    .con5con .t_nav a {
        color: var(--main-color-555);
    }
    .con5con .con3item:hover {
        transform: translateY(-10px);
    }
    .con6 {
        padding: 100px 0;
        background-image: url(../images/bg3.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con6con .t_nav {
        display: none !important;
    }
    .con6box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con6item {
        width: 48%;
        margin-bottom: 55px;
        box-shadow: 1px 5px 18px 0px #ccc;
    }
    .con6itemtop {
        display: flex;
        background-color: var(--main-color-white);
        align-items: center;
        padding: 35px 25px;
    }
    .con6itemtopleft {
        width: 65px;
    }
    .con6itemtopleft img {
        width: 65px;
        border-radius: 50%;
    }
    .con6itemtopright {
        flex: 1;
        padding-left: 20px;
    }
    .con6itemtopright p {
        color: var(--main-color);
        font-size: 18px;
        margin-bottom: 10px;
    }
    .con6itemtopright span {
        display: block;
        font-size: 16px;
        color: var(--main-color-555);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con6itembot {
        padding: 25px;
        background-color: var(--main-color);
        font-size: 15px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .foot {
        padding: 50px 0;
        width: 100%;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        max-width: 1570px;
        padding: 0 65px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }
    .footerleft {
        width: 20%;
    }
    .footerleft ul li {
        display: flex;
        margin-bottom: 10px;
    }
    .footerleft ul li img {
        width: 25px;
        height: 25px;
    }
    .footerleft ul li span {
        display: block;
        margin-left: 10px;
        color: var(--main-color-999);
    }
    .footerright {
        width: 20%;
        text-align: right;
    }
    .footerright img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .footerright p {
        float: right;
        width: 120px;
        text-align: center;
        color: var(--main-color-999);
        font-size: 14px;
        margin-top: 10px;
    }
    .clear {
        clear: both;
    }
    .footercenter {
        flex: 1;
        text-align: center;
    }
    .footercenter img {
        display: block;
        margin: 0 auto;
    }
    .flogo {
        height: 60px;
    }
    .footercenter p {
        text-align: center;
        color: #d3d3d3;
        font-size: 24px;
        margin: 20px auto;
    }
    .f_phone {
        height: 40px;
    }
    .f_nav {
        background-color: #363636;
        padding: 20px 0;
    }
    .f_navcon {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .f_navcon a {
        color: var(--main-color-888);
        font-size: 15px;
        margin: 0 20px;
    }
    .f_navcon a:hover {
        color: var(--main-color);
    }
    .aboutus1 {
        width: 100%;
        padding: 15px;
        padding-bottom: 50px;
    }
    .aboutus1con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .aboutus1left {
        width: 48%;
    }
    .aboutus1left img {
        width: 100%;
    }
    .aboutus1right {
        width: 48%;
    }
    .aboutus1right strong {
        color: var(--main-color);
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .aboutus1right img {
        display: block;
        margin: 20px 0;
    }
    .aboutus1right p {
        font-size: 15px;
        line-height: 25px;
        color: var(--main-color-666);
    }
}

@media only screen and (max-width: 996px) {
    .b_phone {
        display: flex;
        margin-top: 20px;
        width: 250px;
        background: #1ad68c;
        height: 50px;
        border-radius: 40px;
        align-items: center;
        /* justify-content: center; */
        /* display: inline; */
        color: #fff;
        font-size: 23px;
        padding: 5px;
    }
    .b_phonebox {
        width: 40px;
        background: #fff;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #1ad68c;
        margin-right: 10px;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus1con {
        flex-wrap: wrap;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .aboutus1left {
        width: 100%;
        margin-bottom: 25px;
    }
    .aboutus1left img {
        width: 100%;
    }
    .aboutus1right {
        width: 100%;
    }
    .aboutus1right strong {
        color: var(--main-color);
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .aboutus1right img {
        display: block;
        margin: 10px 0;
    }
    .aboutus1right p {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-666);
    }
    .f_nav {
        background-color: #363636;
        padding: 15px;
    }
    .f_navcon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        /* align-items: center; */
        /* justify-content: center; */
    }
    .f_navcon a {
        color: var(--main-color-888);
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: block;
    }
    .f_navcon a:hover {
        color: var(--main-color);
    }
    .foot {
        padding: 30px 15px;
        width: 100%;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .footerleft ul li {
        display: flex;
        margin-bottom: 10px;
    }
    .footerleft ul li img {
        width: 25px;
        height: 25px;
    }
    .footerleft ul li span {
        display: block;
        margin-left: 10px;
        color: var(--main-color-999);
        font-size: 14px;
    }
    .footerright {
        width: 100%;
        margin-top: 25px;
    }
    .footerright img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .footerright p {
        width: 120px;
        text-align: center;
        color: var(--main-color-999);
        font-size: 14px;
        margin-top: 10px;
    }
    .clear {
        clear: both;
    }
    .footercenter {
        width: 100%;
    }
    .footercenter img {
        display: block;
    }
    .flogo {
        height: 60px;
    }
    .footercenter p {
        color: #d3d3d3;
        font-size: 22px;
        margin: 20px auto;
    }
    .f_phone {
        height: 40px;
    }
    .con6 {
        padding: 50px 15px;
        background-image: url(../images/bg3.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con .t_nav {
        display: none !important;
    }
    .con6box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con6item {
        width: 100%;
        margin-bottom: 35px;
        box-shadow: 1px 5px 18px 0px #ccc;
    }
    .con6itemtop {
        display: flex;
        background-color: var(--main-color-white);
        align-items: center;
        padding: 35px 25px;
    }
    .con6itemtopleft {
        width: 65px;
    }
    .con6itemtopleft img {
        width: 65px;
        border-radius: 50%;
    }
    .con6itemtopright {
        flex: 1;
        padding-left: 20px;
    }
    .con6itemtopright p {
        color: var(--main-color);
        font-size: 16px;
        margin-bottom: 8px;
    }
    .con6itemtopright span {
        display: block;
        font-size: 14px;
        color: var(--main-color-555);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con6itembot {
        padding: 25px;
        background-color: var(--main-color);
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con .t_right {
        margin-top: 20px;
        align-items: center;
    }
    .con5con {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5con .con_title .t_left strong {
        color: var(--main-color-333);
    }
    .con5con .t_nav a {
        color: var(--main-color-555);
    }
    .con5con .con3item:hover {
        transform: translateY(-10px);
    }
    .con4 {
        padding: 120px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con4con strong {
        color: var(--main-color-white);
        font-size: 30px;
        text-align: center;
        font-weight: normal;
        display: block;
    }
    .con4con p {
        color: var(--main-color-white);
        font-size: 22px;
        text-align: center;
        margin: 15px 0;
    }
    .con4con span {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        margin-bottom: 20px;
    }
    .cc {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cc a {
        display: block;
        width: 140px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        border-radius: 50px;
        margin: 0 15px;
        transition: var(--main-transition);
    }
    .knowmore {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .knowmore:hover {
        color: var(--main-color);
        background-color: var(--main-color-white);
    }
    .tactmore:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .tactmore {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con .con_title .t_left strong {
        color: var(--main-color-333);
    }
    .con3con .t_nav {
        display: none;
    }
    .con3box {
        display: flex;
        flex-wrap: wrap;
    }
    .con3item {
        width: 100%;
        border: 3px solid var(--main-color);
        transition: var(--main-transition);
        margin-bottom: 20px;
        box-shadow: var(--main-shadow);
    }
    .con3item:hover {
        border: 3px solid var(--main-color);
    }
    .con3item:hover img {
        transform: scale(1.1);
    }
    .con3img {
        overflow: hidden;
        display: block;
    }
    .con3img img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .con3txt {
        padding: 10px;
    }
    .con3txt p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-333);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .con3txt span {
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .con3txt a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
    }
    .con2 {
        padding: 30px 15px;
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        margin: 0 auto;
    }
    .con_title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .t_left {
        position: relative;
        display: flex;
        align-items: center;
    }
    .t_left span {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        margin-top: 10px;
        margin-left: 5px;
    }
    .t_left strong {
        font-weight: normal;
        display: block;
        color: var(--main-color-white);
        font-size: 25px;
        position: relative;
    }
    .t_left img {
        position: absolute;
        width: 25px;
        left: -5px;
        top: -5px;
    }
    .t_right {
        display: flex;
    }
    .t_right ul {
        display: flex;
        align-items: center;
    }
    body {
        overflow-x: hidden;
    }
    .t_right ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-right: 15px;
    }
    .t_right .more {
        font-size: 14px;
        color: var(--main-color-white);
        margin-left: 10px;
        color: var(--main-color);
    }
    .con2item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: var(--main-shadow);
        margin-bottom: 30px;
    }
    .con2left {
        width: 100%;
    }
    .con2left a {
        overflow: hidden;
        display: block;
    }
    .con2left img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--main-color-white);
        padding: 20px;
    }
    .con2right strong {
        display: block;
        color: var(--main-color-333);
        font-size: 22px;
        font-weight: normal;
    }
    .con2right strong img {
        width: 40px;
    }
    .con2right span {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        margin: 10px 0;
    }
    .con2right em {
        font-style: normal;
        font-size: 13px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .con2right p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-666);
        line-height: 25px;
        font-size: 13px;
    }
    .con2right a {
        color: var(--main-color);
        font-size: 14px;
        display: block;
        margin-top: 20px;
    }
    .con2con .t_nav {
        display: none !important;
    }
    .banner_pos img {
        width: 200px !important;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        width: calc((100% - 40px) / 3);
        text-align: center;
        margin-bottom: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con1con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con1con ul li img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con1con ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 14px;
        margin-top: 10px;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos p {
        font-size: 25px;
        text-align: center;
        color: var(--main-color-white);
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .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-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 40px;
    }
    .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;
    }
    .mb_right {
        display: flex;
        align-items: center;
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
}