* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.nav_active {
    color: #ff0300 !important;
    background-color: #efefef !important;
}

:root {
    --main-color: #0a87c4;
    --main-color2: #fd9021;
    --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) {
    .pctop {
        width: 100%;
        background-color: #fff;
        z-index: 99;
    }
    .pctop .pctopcon {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pctop .pctopcon img {
        width: 100%;
    }
    .pchead {
        width: 100%;
        height: 80px;
        box-shadow: 0px 0px 5px #ccc;
        z-index: 99;
        background-color: #fdfdfd;
    }
    .pchead .pcheader {
        max-width: 1400px;
        height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo {
        display: block;
        width: 100%;
    }
    .pchead .pcheader .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li>a {
        color: #000;
        font-size: 18px;
        height: 80px;
        line-height: 80px;
    }
    .pcnav>li>a {
        transition: var(--main-transition);
        padding: 0 15px;
        display: block;
        height: 80px;
        line-height: 80px;
        font-weight: bold;
    }
    .pcnav li a:hover {
        color: #ff0300;
        background-color: #efefef;
    }
    .pcnav>li {}
    .pcnav>li:hover .drops {
        display: block;
    }
    .drops {
        width: 1200px;
        position: fixed;
        top: 160px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        padding: 20px;
        border-top: 2px solid var(--main-color);
        display: none;
    }
    .drops ul {
        display: flex;
        flex-wrap: wrap;
    }
    .drops ul li {
        width: calc((100% - 90px) / 6);
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .drops ul li:nth-child(6n) {
        margin-right: 0;
    }
    .drops ul li a:hover {
        color: var(--main-color2);
    }
    .sec_a {
        display: block;
        font-size: 16px;
        color: var(--main-color);
        font-weight: bold;
        margin-bottom: 5px;
    }
    .thir_a {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        color: var(--main-color);
    }
    .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search input {
        width: 200px;
        height: 30px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #ccc;
    }
    .search a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #ff0000;
    }
    .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;
    }
    .bannerout {
        width: 100%;
        margin: 0 auto;
    }
    .con1 {
        padding: 20px 0;
        width: 100%;
    }
    .con1con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .contitle {
        margin-bottom: 30px;
    }
    .contitle strong {
        display: block;
        background-color: #0a87c4;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: normal;
        padding: 15px 0;
        margin-bottom: 10px;
    }
    .contitle p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 14px;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 120px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .con1con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .imgbox {
        display: block;
        overflow: hidden;
    }
    .con1con ul li img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con1con ul li:hover img {
        transform: scale(1.1);
    }
    .con1con ul li p {
        margin: 20px 0;
        color: #000;
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
    }
    .goview {
        width: 80%;
        height: 40px;
        display: none;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 14px;
        line-height: 40px;
        transition: var(--main-transition);
    }
    .goview:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .more {
        width: 140px;
        height: 40px;
        background-color: #0a87c4;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        display: block;
        color: var(--main-color-white);
        margin-top: 40px;
    }
    .con2 {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con2con {
        width: 100%;
    }
    .con2con ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .con2con ul li {
        padding: 15px;
        width: 25%;
    }
    .con2con ul li img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .con2 p {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        max-width: 70%;
        margin: 0 auto;
    }
    .con3 {
        width: 100%;
        padding: 20px 0;
    }
    .con3con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        width: 32%;
        padding: 15px;
        /* border: 1px solid #ccc; */
        transition: var(--main-transition);
    }
    .con3con ul li img {
        width: 100%;
        height: 410px;
        object-fit: cover;
    }
    .con3con ul li p {
        font-size: 14px;
        text-align: center;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin: 30px 0;
    }
    .con3con ul li span {
        font-size: 14px;
        color: var(--main-color-333);
        width: 100%;
    }
    .con3con ul li:hover {
        /* border: 1px solid var(--main-color); */
    }
    .foot {
        width: 100%;
        padding: 60px;
        background-color: var(--main-color);
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .fitem {
        flex: 1;
    }
    .f_link1 {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .f_link2 {
        display: block;
        font-size: 13px;
        margin-bottom: 5px;
        color: var(--main-color-white);
    }
    .f_contact ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .f_contact ul li i {
        font-size: 14px;
        color: var(--main-color-white);
        width: 20px;
    }
    .f_contact ul li span {
        display: block;
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-white);
        font-size: 13px;
    }
    .f_form input {
        width: 100%;
        height: 30px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 10px;
    }
    .f_form textarea {
        width: 100%;
        height: 60px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .send {
        display: block;
        width: 100%;
        height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color2);
        line-height: 30px;
    }
    .copy {
        width: 100%;
        padding: 15px;
        background-color: #0a87c4;
    }
    .copycon {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .copycon a {
        color: var(--main-color-white);
    }
    .inside {
        padding: 15px 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .sep {
        height: 130px;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        padding: 15px;
        margin: 0 auto;
    }
    .sep {
        height: 60px;
    }
    .copy {
        width: 100%;
        padding: 15px;
        background-color: #43b3b4;
        margin-bottom: 60px;
    }
    .copycon {
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .copycon a {
        color: var(--main-color-white);
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .fitem {
        width: 100%;
    }
    .f_link1 {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 20px;
    }
    .f_link2 {
        display: block;
        display: none;
        font-size: 13px;
        margin-bottom: 5px;
        color: var(--main-color-white);
    }
    .f_contact ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .f_contact {
        margin-bottom: 20px;
    }
    .f_contact ul li i {
        font-size: 14px;
        color: var(--main-color-white);
        width: 20px;
    }
    .f_contact ul li span {
        display: block;
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-white);
        font-size: 13px;
    }
    .f_form input {
        width: 100%;
        height: 30px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 10px;
    }
    .f_form textarea {
        width: 100%;
        height: 60px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .send {
        display: block;
        width: 100%;
        height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color2);
        line-height: 30px;
    }
    .con3 {
        padding: 30px 15px;
        margin: 0 auto;
    }
    .con3con {
        width: 100%;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        width: 49%;
        padding: 15px;
        border: 1px solid #ccc;
        transition: var(--main-transition);
        margin-bottom: 30px;
    }
    .con3con ul li img {
        width: 100%;
    }
    .con3con ul li p {
        font-size: 14px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin: 30px 0;
    }
    .con3con ul li span {
        font-size: 14px;
        color: var(--main-color-333);
        width: 100%;
    }
    .con3con ul li:hover {
        border: 1px solid var(--main-color);
    }
    .con2 {
        padding: 30px 15px;
        margin: 0 auto;
    }
    .con2con {
        width: 100%;
    }
    .con2con ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .con2con ul li {
        padding: 5px;
        width: 48%;
    }
    .con2con ul li img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .con2 p {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        max-width: 70%;
        margin: 0 auto;
    }
    .more {
        width: 140px;
        height: 40px;
        background-color: var(--main-color);
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        display: block;
        color: var(--main-color-white);
        margin-top: 40px;
    }
    .con1 {
        padding: 30px 15px;
        margin: 0 auto;
    }
    .con1con {
        width: 100%;
    }
    .contitle {
        margin-bottom: 25px;
    }
    .contitle strong {
        display: block;
        text-align: center;
        color: var(--main-color-222);
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .contitle p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 14px;
    }
    .con1con ul {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: 48%;
        margin-bottom: 30px;
    }
    .imgbox {
        display: block;
        overflow: hidden;
    }
    .con1con ul li img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con1con ul li:hover img {
        transform: scale(1.1);
    }
    .con1con ul li p {
        margin: 20px 0;
        color: var(--main-color-222);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
    }
    .goview {
        width: 80%;
        height: 40px;
        display: block;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 14px;
        line-height: 40px;
        transition: var(--main-transition);
    }
    .goview:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .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;
    }
    .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: 30px;
    }
    .ml_mbnav_4 {
        /*display: none;*/
    }
    .ml_mbnav_4_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #fff;
    }
    .ml_mbnav_4_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 45px;
    }
    .ml_mbnav_5 {
        /*display: none;*/
    }
    .ml_mbnav_5_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #fff;
    }
    .ml_mbnav_5_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 60px;
    }
    .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: 15px;
    }
    .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-white);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 320px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color);
        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;
    }
    .pctop {
        display: none;
    }
    .pchead {
        display: none;
    }
}