* {
    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;
}

:root {
    --main-color: #273445;
    --main-color-white: #ffffff;
    --main-color-fontColor: #666666;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (min-width:996px) and (max-width:1250px) {
    .pcnav>li>a {
        padding: 0 10px !important;
    }
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        z-index: 999;
        height: 95px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .1);
    }
    .pcheader {
        margin: 0 auto;
        display: flex;
        height: 95px;
        align-items: center;
        justify-content: space-between;
        padding: 0 3%;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcheader_left {
        width: 30%;
    }
    .pcheader_left .pclogo img {
        height: 50px;
    }
    .pcheader_right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .language {
        height: 95px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        cursor: pointer;
    }
    .language i {
        color: var(--main-color-white);
        font-size: 20px;
        display: block;
        margin-right: 15px;
    }
    .language span {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li>a {
        display: block;
        position: relative;
        padding: 0 20px;
        font-size: 16px;
        color: var(--main-color-white);
        transition: var(--main-color);
        height: 95px;
        line-height: 95px;
    }
    .pcnav li {
        position: relative;
    }
    .pcnav>li:hover .pcdrop {
        opacity: 1;
        visibility: visible;
    }
    .pcnav>li:hover a::after {
        width: 80%;
    }
    .pcdrop {
        padding: 30px 5%;
        background-color: #f2f1f1;
        position: fixed;
        top: 95px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -11;
        width: 100%;
        transition: all ease .5s;
    }
    .drop_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .drop_box_left {
        width: 75%;
    }
    .drop_box_right {
        width: 25%;
    }
    .drop_box_right a img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .drop_box_left ul {
        display: flex;
        justify-content: space-between;
    }
    .drop_box_left ul li {
        width: 32%;
    }
    .drop_box_left ul li p {
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .drop_box_left ul li a {
        color: var(--main-color-p_color);
        font-size: 15px;
        word-break: break-all;
        display: block;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: var(--main-transition);
    }
    .drop_box_left ul li a:hover {
        color: var(--main-color);
        padding-left: 5px;
    }
    .pcdrop strong {
        display: block;
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .drop_box_right .navmore {
        display: block;
        padding: 10px 0;
        color: var(--main-color-p_color);
    }
    .drop_box_right .navmore:hover {
        color: var(--main-color);
    }
    .pcnav li a:hover::after {
        width: 80%;
    }
    .pcnav>li>a::after {
        position: absolute;
        width: 0%;
        transition: var(--main-transition);
        height: 3px;
        content: '';
        background-color: var(--main-color);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .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;
    }
    .language {
        position: relative;
    }
    .language_box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .active_lang {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .languagetab a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color-white);
        font-size: 15px;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .languagetab a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .languagetab {
        position: absolute;
        top: 95%;
        left: 0;
        width: 100%;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .con1 {
        padding: 50px 1%;
    }
    .con1con {
        width: 100%;
    }
    .mySwiperpro img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
    .mySwiperpro .swiper-slide {
        position: relative;
    }
    .mySwiperpro .swiper-slide:hover .con1pos {
        opacity: 1;
        visibility: visible;
    }
    .con1pos {
        position: absolute;
        cursor: pointer;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .6);
        color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
    }
    .con1btn {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-image: none !important;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: var(--main-color-white);
    }
    .mySwiperpro .swiper-pagination {
        display: none;
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #ccc;
        background-color: var(--main-color);
    }
    .copycon {
        max-width: 1200px;
        font-size: 15px;
        color: var(--main-color-white);
        margin: 0 auto;
        text-align: center;
    }
    .copycon a {
        color: var(--main-color-white);
        font-size: 15px;
    }
    .con_title {
        margin-bottom: 35px;
    }
    .con_title strong {
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        display: block;
        position: relative;
        margin-bottom: 25px;
    }
    .con_title strong::after {
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 1px;
        background-color: var(--main-color);
        width: 130px;
    }
    .con_title span {
        display: block;
        font-size: 16px;
        text-align: center;
        color: var(--main-color-span_color);
    }
    .con2 {
        width: 100%;
        padding: 80px 15%;
    }
    .con2con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con2conleft {
        width: 70%;
    }
    .con2conleft img {
        width: 100%;
    }
    .con2conright {
        width: 26%;
    }
    .con2conright strong {
        display: block;
        text-align: center;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .con2conrightcon {
        padding: 25px;
        position: relative;
    }
    .con2conborder1 {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        left: 0;
        background-color: var(--main-color);
        transition: var(--main-transition);
    }
    .con2conborder2 {
        position: absolute;
        width: 0%;
        height: 1px;
        top: 0;
        left: 0;
        background-color: var(--main-color);
        transition: var(--main-transition);
    }
    .con2conborder3 {
        position: absolute;
        width: 1px;
        height: 0%;
        bottom: 0;
        right: 0;
        background-color: var(--main-color);
        transition: var(--main-transition);
    }
    .con2conborder4 {
        position: absolute;
        width: 0%;
        height: 1px;
        bottom: 0;
        right: 0;
        background-color: var(--main-color);
        transition: var(--main-transition);
    }
    .con2conrightcon:hover .con2conborder1 {
        height: 100%;
    }
    .con2conrightcon:hover .con2conborder2 {
        width: 100%;
    }
    .con2conrightcon:hover .con2conborder3 {
        height: 100%;
    }
    .con2conrightcon:hover .con2conborder4 {
        width: 100%;
    }
    .con2conrightcon p {
        font-size: 13px;
        color: var(--main-color-p_color);
        font-weight: bold;
        margin-bottom: 30px;
    }
    .con2conrightcon span {
        font-size: 14px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        color: var(--main-color-fontColor);
        margin-bottom: 30px;
    }
    .more {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: var(--main-color-fontColor);
        border: 1px solid #dddddd;
        width: 150px;
        height: 40px;
        line-height: 40px;
        justify-content: center;
    }
    .con2conrightcon img {
        margin-left: 5px;
    }
    .con3 {
        height: 450px;
        background-image: url(../images/in.jpg);
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4 {
        width: 100%;
        padding: 130px 0;
        background-image: url(../images/bg2.jpg);
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con4con p {
        display: block;
        color: var(--main-color-white);
        font-size: 30px;
    }
    .con4con span {
        display: block;
        color: var(--main-color-white);
        margin: 20px auto;
        text-align: center;
        font-size: 15px;
        font-style: italic;
    }
    .con4con .more {
        color: var(--main-color-white);
    }
    .more img {
        margin-left: 5px;
    }
    .con5 {
        padding: 80px 1%;
        background-color: #cccccc;
    }
    .mySwipernew {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwipernew .swiper-button-prev {
        display: none;
    }
    .mySwipernew .swiper-button-next {
        display: none;
    }
    .mySwipernew .slide_img {
        overflow: hidden;
    }
    .mySwipernew .slide_img img {
        cursor: pointer;
        width: 100%;
        height: 260px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .mySwipernew .swiper-slide:hover .slide_img img {
        transform: scale(1.1);
    }
    .mySwipernew .swiper-slide:hover .slide_txt {
        background-color: var(--main-color);
    }
    .mySwipernew .swiper-slide:hover .slide_title {
        color: var(--main-color-white);
    }
    .mySwipernew .swiper-slide:hover .slide_txt p {
        color: var(--main-color-white);
    }
    .mySwipernew .swiper-slide:hover .slide_txt span {
        color: var(--main-color-white);
    }
    .mySwipernew .swiper-slide:hover .slide_txt a {
        color: var(--main-color-white);
    }
    .slide_txt {
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .slide_txt {
        display: block;
        font-size: 20px;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .slide_txt .slide_title {
        display: block;
        font-size: 20px;
        color: var(--main-color);
        transition: var(--main-transition);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .slide_txt p {
        display: block;
        font-size: 20px;
        color: var(--main-color-fontColor);
        margin: 15px 0;
        font-size: 16px;
        transition: var(--main-transition);
    }
    .slide_txt span {
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        color: var(--main-color-fontColor);
        transition: var(--main-transition);
        margin-bottom: 20px;
    }
    .foot {
        padding: 80px 7%;
        background-color: var(--main-color);
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer1 {
        width: 25%;
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }
    .footer1 a img {
        display: block;
        margin-bottom: 25px;
        height: 50px;
    }
    .footer1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer1 ul li i {
        color: var(--main-color-white);
        font-size: 20px !important;
        width: 20px !important;
        display: block;
        height: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .footer1 ul li span {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .divlink {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .linkitem {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        background-color: var(--main-color-white);
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
    }
    .footer2 {
        border-right: 1px solid #ccc;
        flex: 1;
        padding: 0 50px;
    }
    .footer2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer2 ul li {
        flex: 1;
    }
    .footer2 ul li strong {
        display: block;
        text-align: center;
        font-size: 20px;
        color: var(--main-color-white);
        margin-bottom: 30px;
    }
    .footer2 ul li a {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .inbanner {
        width: 100%;
        height: 300px;
        background-image: url(../images/inbanner.jpg);
        /* margin-top: 95px; */
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    .ab_title {
        margin-bottom: 35px;
    }
    .ab_title strong {
        font-size: 30px;
        color: var(--main-color);
    }
    .ab_title span {
        color: var(--main-color-p_color);
        font-size: 20px;
        margin-left: 10px;
    }
    .aboutus1left {
        width: 60%;
    }
    .aboutus1left h5 {
        font-size: 18px;
        margin-bottom: 40px;
        column-rule-color: var(--main-color-p_color);
    }
    .aboutus1left p {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .aboutus1right {
        width: 35%;
    }
    .aboutus1right img {
        width: 100%;
    }
    .aboutus2 {
        background-color: #eeeced;
        margin-top: 80px;
    }
    .aboutus2 ul li {
        list-style-type: decimal-leading-zero;
        margin-bottom: 10px;
        list-style-type: decimal-leading-zero;
        font-size: 12px;
        color: #018946;
        line-height: 34px;
    }
    .aboutus2 ul li p {
        font-size: 14px;
        color: var(--main-color-fontColor);
    }
    .aboutus3 {
        padding: 80px 10%;
    }
    .idea h5 {
        font-size: 18px;
        margin-bottom: 40px;
        column-rule-color: var(--main-color-p_color);
    }
    .idea p {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .aboutus3>ul {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus3>ul>li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
        padding: 15px;
        background-color: #eeeeee;
    }
    .aboutus3>ul>li:nth-child(3n) {
        margin-right: 0;
    }
    .aboutus3 ul li img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }
    .i_tem {
        padding: 15px 0;
    }
    .i_tem .i_tem_item {
        font-size: 14px;
        list-style-type: square;
        margin-left: 22px;
        font-size: 12px;
        color: #018946;
        line-height: 32px;
    }
    .i_tem_item p {
        font-size: 14px;
        color: var(--main-color-fontColor);
    }
    .inside {
        padding: 15px 0;
        margin: 0 auto;
        max-width: 1500px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-fontColor);
    }
    .tr_add {
        background-color: var(--main-color-white) !important;
    }
    .tr_add .pcnav>li>a {
        color: var(--main-color-p_color) !important;
    }
    .img0 {
        display: none;
    }
    .img1 {
        display: block;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        padding: 15px;
        margin: 0 auto;
        width: 100%;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-fontColor);
    }
    .aboutus3 {
        padding: 30px 15px;
    }
    .idea h5 {
        font-size: 18px;
        margin-bottom: 40px;
        column-rule-color: var(--main-color-p_color);
    }
    .idea p {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .aboutus3>ul {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus3>ul>li {
        width: 100%;
        margin-bottom: 25px;
        padding: 15px;
        background-color: #eeeeee;
    }
    .aboutus3 ul li img {
        width: 100%;
    }
    .i_tem {
        padding: 15px 0;
    }
    .i_tem .i_tem_item {
        font-size: 14px;
        list-style-type: square;
        margin-left: 22px;
        font-size: 12px;
        color: #018946;
        line-height: 32px;
    }
    .i_tem_item p {
        font-size: 14px;
        color: var(--main-color-fontColor);
    }
    .aboutus2 {
        background-color: #eeeced;
        margin-top: 80px;
    }
    .aboutus2 ul {
        padding-left: 20px;
    }
    .aboutus2 ul li {
        list-style-type: decimal-leading-zero;
        margin-bottom: 10px;
        list-style-type: decimal-leading-zero;
        font-size: 12px;
        color: #018946;
        line-height: 34px;
    }
    .aboutus2 ul li p {
        font-size: 14px;
        color: var(--main-color-fontColor);
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab_title {
        margin-bottom: 25px;
    }
    .ab_title strong {
        font-size: 30px;
        color: var(--main-color);
    }
    .ab_title span {
        color: var(--main-color-p_color);
        font-size: 20px;
        margin-left: 10px;
    }
    .aboutus1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus1left h5 {
        font-size: 18px;
        margin-bottom: 20px;
        column-rule-color: var(--main-color-p_color);
    }
    .aboutus1left p {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .aboutus1right {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus1right img {
        width: 100%;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .inbanner strong {
        display: block;
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .foot {
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer1 {
        width: 100%;
    }
    .footer1 a img {
        display: block;
        margin-bottom: 25px;
        height: 30px;
    }
    .footer1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer1 ul li i {
        color: var(--main-color-white);
        font-size: 20px !important;
        width: 20px !important;
        display: block;
        height: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .footer1 ul li span {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
    }
    .divlink {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .linkitem {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        background-color: var(--main-color-white);
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
    }
    .footer2 {
        border-right: 1px solid #629960;
        width: 100%;
        margin-top: 40px;
    }
    .footer2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer2 ul li strong {
        display: block;
        font-size: 15px;
        color: var(--main-color-white);
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .footer2 ul li a {
        font-size: 16px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 10px;
        text-align: center;
        display: none;
    }
    .con5 {
        padding: 30px 15px;
        background-color: #cccccc;
    }
    .mySwipernew {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .mySwipernew .swiper-button-prev {
        display: none;
    }
    .mySwipernew .swiper-button-next {
        display: none;
    }
    .mySwipernew .slide_img {
        overflow: hidden;
    }
    .mySwipernew .slide_img img {
        cursor: pointer;
        width: 100%;
        height: 260px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .mySwipernew .swiper-slide:hover .slide_img img {
        transform: scale(1.1);
    }
    .mySwipernew .swiper-slide:hover .slide_txt {
        background-color: var(--main-color);
    }
    .mySwipernew .swiper-slide:hover .slide_title {
        color: var(--main-color-white);
    }
    .mySwipernew .swiper-slide:hover .slide_txt p {
        color: var(--main-color-white);
    }
    .mySwipernew .swiper-slide:hover .slide_txt span {
        color: var(--main-color-white);
    }
    .mySwipernew .swiper-slide:hover .slide_txt a {
        color: var(--main-color-white);
    }
    .slide_txt {
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .slide_txt {
        display: block;
        font-size: 20px;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .slide_txt .slide_title {
        display: block;
        font-size: 16px;
        width: 100%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .slide_txt p {
        display: block;
        font-size: 20px;
        color: var(--main-color-fontColor);
        margin: 15px 0;
        font-size: 16px;
        transition: var(--main-transition);
    }
    .slide_txt span {
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        color: var(--main-color-fontColor);
        transition: var(--main-transition);
        margin-bottom: 20px;
    }
    .con4 {
        width: 100%;
        padding: 50px 15px;
        background-image: url(../images/bg2.jpg);
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con4con p {
        display: block;
        color: var(--main-color-white);
        font-size: 25px;
    }
    .con4con span {
        display: block;
        color: var(--main-color-white);
        margin: 20px auto;
        text-align: center;
        font-size: 15px;
        font-style: italic;
    }
    .con4con .more {
        color: var(--main-color-white);
    }
    .more img {
        margin-left: 5px;
    }
    .con3 {
        height: 200px;
        background-image: url(../images/in.jpg);
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2conleft {
        width: 100%;
    }
    .con2conleft img {
        width: 100%;
    }
    .con2conright {
        width: 100%;
    }
    .con2conright strong {
        display: block;
        margin-top: 20px;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .con2conrightcon p {
        font-size: 13px;
        color: var(--main-color-p_color);
        font-weight: bold;
        margin-bottom: 15px;
    }
    .con2conrightcon span {
        font-size: 14px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        color: var(--main-color-fontColor);
        margin-bottom: 30px;
    }
    .more {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: var(--main-color-fontColor);
        border: 1px solid #dddddd;
        width: 150px;
        height: 40px;
        line-height: 40px;
        justify-content: center;
    }
    .con2conrightcon img {
        margin-left: 5px;
    }
    .con_title {
        margin-bottom: 35px;
    }
    .con_title strong {
        font-size: 25px;
        font-weight: normal;
        text-align: center;
        display: block;
        position: relative;
        margin-bottom: 25px;
    }
    .con_title strong::after {
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 1px;
        background-color: var(--main-color);
        width: 100px;
    }
    .con_title span {
        display: block;
        font-size: 16px;
        text-align: center;
        color: var(--main-color-span_color);
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #ccc;
        background-color: var(--main-color);
        margin-bottom: 60px;
    }
    .copycon {
        font-size: 14px;
        color: var(--main-color-white);
        margin: 0 auto;
        text-align: center;
    }
    .copycon a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .inner {
        width: 100%;
        padding: 30px 15px;
    }
    .inner_title {
        padding-bottom: 15px;
        font-size: 20px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        margin-bottom: 20px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
    }
    .mySwiperpro {
        padding-bottom: 40px !important;
    }
    .mySwiperpro .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .mySwiperpro img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .mySwiperpro .swiper-slide {
        position: relative;
    }
    .mySwiperpro .swiper-slide:hover .con1pos {
        opacity: 1;
        visibility: visible;
    }
    .con1pos {
        position: absolute;
        cursor: pointer;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .6);
        color: var(--main-color-white);
    }
    .con1pos h1 {
        font-size: 16px;
    }
    .con1btn {
        display: none !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-image: none !important;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: var(--main-color-white);
    }
    .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-fontColor);
        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-fontColor);
        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-fontColor);
        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-p_color);
        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;
    }
    .pchead {
        display: none;
    }
    .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;
    }
}