* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

ul li {
    list-style: none;
}


/* 电脑 */

@media only screen and (min-width: 996px) {
    .top {
        width: 100%;
        height: 42px;
        background-color: #ff6128;
        line-height: 42px;
        text-align: center;
        color: white;
        font-size: 15px;
        font-weight: bold;
    }
    .pchead {
        width: 100%;
        height: 93px;
        background-color: #213236;
    }
    .pcheader {
        max-width: 1400px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        height: 93px;
    }
    .pcheader .pclogo img {
        width: 300px;
    }
    .pcsearch {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 850px;
        position: relative;
    }
    .pcsearch input {
        width: 70%;
        height: 44px;
        background-color: #fff;
        border: none;
        padding-left: 20px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        outline: none;
        border-right: 1px solid#e3e7fa;
        font-size: 16px;
    }
    .pcsearch select {
        width: 23%;
        height: 44px;
        border: 1px solid transparent;
        outline: none;
    }
    .pcsearch select {
        padding: 0 10px !important;
        display: block;
    }
        .pcsearch .eas {
            display: block;
            text-align: center;
            width: 7%;
            height: 44px;
            line-height: 44px;
            background-color: #DAA520;
            color: white;
            font-size: 20px !important;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
    .cart {
        position: relative;
        width: 7%;
    }
    .cart i {
        font-size: 24px;
        color: white;
    }
    .cart span {
        font-size: 13px;
        color: #fff;
        background-color: #00badb;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: block;
        position: absolute;
        text-align: center;
        line-height: 20px;
        left: 13px;
        top: -10px;
    }
    .quicklink {
        position: absolute;
        width: calc(100% - 7%);
        top: 100%;
        left: 0;
        min-height: 200px;
        background-color: #fff;
        border: 1px solid #e1e3e4;
        box-shadow: 0 1px 5px 2px #0000001a;
        padding: 25px 0;
        display: none;
        background-color: #fff;
        z-index: 9;
    }
    .quicklink strong {
        font-size: 17px;
        color: #1e2da7;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 25px;
    }
    .quicklink a {
        font-size: 16px;
        color: #677279;
        height: 40px !important;
        line-height: 40px !important;
        width: 100% !important;
        display: block;
        font-size: 16px !important;
        transition: all ease 0.4s;
        padding: 0 25px;
    }
    .quicklink a:hover {
        background-color: #ebfafc;
        color: #00c0e4 !important;
    }
    .pcnav {
        width: 100%;
        height: 65px;
        background-color: #fff;
        border-bottom: 1px solid #e1e3e4;
        z-index: 9999;
    }
    .pcnavcon {
        max-width: 1400px;
        margin: 0 auto;
        height: 65px;
        display: flex;
    }
    .pcnavcon ul li>a {
        display: block;
        height: 65px;
        margin-right: 35px;
        line-height: 65px;
        color: #677279;
        font-size: 15px;
        transition: all ease 0.5s;
    }
    .pcnavcon ul li>a:hover {
        color: #00badb !important;
    }
    .pcnavcon ul li {
        position: relative;
    }
    .pcnavcon ul {
        display: flex;
        align-items: center;
    }
    .pcdrop a {
        display: block;
        font-size: 15px;
        color: #677279;
        height: 33px;
        line-height: 33px;
        transition: all ease 0.5s;
    }
    .pcdrop a:hover {
        color: #00badb !important;
    }
    .pcdrop {
        background-color: #fff;
        padding: 15px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 150%;
        visibility: hidden;
        transition: all ease 0.4s;
        opacity: 0;
    }
    .pcnavcon ul li:hover .pcdrop {
        opacity: 1;
        visibility: visible;
    }
    .mbnav {
        display: none;
    }
    .mbsearchout {
        display: none;
    }
    .mbhide {
        display: none;
    }
    .sticky {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .banner {
        width: 100%;
        height: 635px;
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannercon {
        max-width: 1480px;
        padding: 0 40px;
    }
    .bannercon strong {
        font-size: 29px;
        color: #fff;
        display: block;
        margin-bottom: 10px;
    }
    .bannercon p {
        width: 50%;
        color: white;
        line-height: 35px;
        font-size: 16px;
    }
        .bannercon a {
            display: block;
            width: 200px;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #614a36;
            color: white;
            font-weight: bold;
            margin-top: 30px;
        }
    .con1 {
        max-width: 1480px;
        padding: 0 40px;
        margin: 55px auto;
    }
    .con1 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1 ul li {
        width: calc(100% / 6);
        padding: 20px;
        border: 1px solid #e1e3e4;
        overflow: hidden;
        background-color: #fff;
    }
    .con1 ul li img {
        display: block;
        margin: 0 auto;
        width: 70%;
        transition: all ease 0.4s;
    }
    .con1 ul li img:hover {
        transform: scale(1.1);
    }
    .con2 {
        padding: 0 40px;
        width: 1480px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 30%;
    }
    .con2leftitem img {
        width: 100%;
        transition: all ease 0.4s;
    }
    .con2leftitem:hover .himg {
        transform: scale(1.1);
    }
    .con2left .con2leftitem {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con2leftitem {
        position: relative;
        overflow: hidden;
        margin-top: 20px;
    }
    .con2cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .con2cover a {
            display: block;
            width: 185px;
            height: 50px;
            background-color: #DAA520;
            color: white;
            font-size: 16px;
            font-weight: bold;
            line-height: 50px;
            text-align: center;
        }
    .con2center {
        width: 35%;
    }
    .con2center img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con2center .con2leftitem {
        height: 96.5%;
    }
    .con3 {
        max-width: 1480px;
        padding: 0 40px;
        margin: 55px auto;
    }
    .con3top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con3top strong {
        display: block;
        font-size: 20px;
        color: #1e4ca4;
    }
    .con3con {
        position: relative;
    }
    .con3top a {
        font-size: 16px;
        font-weight: bold;
        color: #00badb;
    }
    .indexpro {
        width: 100%;
    }
    .indexpro ul {
        display: flex;
    }
    .indexpro ul li {
        width: calc(100% / 6);
        padding: 20px;
        background-color: #fff;
        position: relative;
        border: 1px solid #e1e3e4;
        border-left: none;
    }
    .indexpro ul {
        border-left: 1px solid #e1e3e4;
        border-right: 1px solid #e1e3e4;
    }
    .indexpro ul li:last-child {
        border-right: none;
    }
    .indexpro ul li img {
        width: 100%;
    }
    .indexpro ul li span {
        color: #ee0000;
        font-size: 21px;
        display: block;
        font-weight: 600;
    }
    .ia {
        display: block;
        font-size: 13px;
        color: #677279;
        margin-bottom: 10px;
    }
    .iia {
        display: block;
        font-size: 15px;
        color: #1e2d7d;
        margin-bottom: 15px;
        font-weight: bold;
        transition: all ease 0.4s;
    }
    .iia:hover {
        color: #00badb !important;
    }
    .pos_red {
        position: absolute;
        padding: 1px 10px;
        background-color: #ee0000;
        color: white;
        left: 0;
        top: 5px;
        display: block;
    }
    .con3btn {
        width: 50px !important;
        height: 50px !important;
        text-align: center !important;
        line-height: 50px !important;
        background-color: #abb1b4;
        background-image: none !important;
        border-radius: 50%;
    }
    .con3btn i {
        font-size: 20px;
        color: white;
    }
    .con3btnleft {
        left: -30px !important;
    }
    .con3btnright {
        right: -30px !important;
    }
    .mindexpro {
        display: none;
    }
    .con4 {
        max-width: 1120px;
        padding: 0 25px;
        margin: 50px auto;
    }
    .con4 strong {
        display: block;
        text-align: center;
        color: #1e2d7d;
        font-size: 29px;
        margin-bottom: 25px;
    }
    .con4 p {
        line-height: 35px;
        text-align: center;
        color: #677279;
        font-size: 16px;
    }
    .con5 {
        padding: 40px;
        max-width: 1450px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        border-bottom: 1px solid #e1e3e4;
    }
    .con5 li {
        padding-left: 45px;
        background-repeat: no-repeat;
        background-position: left top;
        width: 23%;
    }
    .con5 li strong {
        font-size: 16px;
        display: block;
        color: #1e2d7d;
        margin-bottom: 10px;
    }
    .con5 li p {
        font-size: 16px;
        color: #677279;
        line-height: 25px;
    }
    .foot {
        padding: 55px 0;
        max-width: 1450px;
        margin: 0 auto;
    }
    .footcon1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        width: 25%;
        padding: 0 20px;
    }
    .footitem .f_title {
        font-size: 14px;
        color: #1e2d7d;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }
    .foot1 p {
        font-size: 15px;
        line-height: 25px;
        color: #677279;
    }
    .footitem input {
        padding-left: 20px;
        height: 48px;
        border: 1px solid #d4d6d8;
        outline: none;
        width: 100%;
        margin: 20px auto;
    }
    .footitem .sub {
        display: block;
        width: 135px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: black;
        font-weight: bold;
        background-color: #DAA520;
    }
    .foot2 ul li {
        margin-bottom: 15px;
        color: #677279;
        font-size: 16px;
        /*font-weight: bold;*/
    }
    .foot3 a {
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 16px;
        color: #677279;
    }
    .footcon2 {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .f2_1 {
        width: 20%;
    }
    .f2_1 p {
        font-size: 14px;
        color: #699279;
    }
    .f2_2 strong {
        font-size: 14px;
        color: #677279;
        display: block;
        margin-bottom: 10px;
    }
    .f2_3 strong {
        font-size: 14px;
        color: #677279;
        display: block;
        margin-bottom: 10px;
    }
    .f2_2 a {
        display: inline-block;
        margin-right: 20px;
        width: 28px;
        line-height: 28px;
        height: 28px;
        text-align: center;
        border-radius: 50%;
        background-color: #bbc1c4;
        transition: all ease 0.4s;
    }
    .f2_2 a:hover {
        background-color: #3b5998 !important;
    }
    .f2_2 a i {
        font-size: 16px !important;
        color: white;
    }
    .f2_3 img {
        margin-right: 15px;
    }
    .mailto {
        position: fixed;
        right: 30px;
        top: 40%;
        width: 70px;
        height: 70px;
        background-color: #DAA520;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
    }
    .formlayout {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        z-index: 99999;
        left: 0;
        display: none;
    }
    .formcon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form {
        width: 600px;
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        position: relative;
    }
    .form input {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 20px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        border-radius: 5px;
        outline: none;
    }
    .form select {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 20px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        border-radius: 5px;
        outline: none;
    }
    .form textarea {
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
        outline: none;
        min-height: 100px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
    }
        .form .sub {
            display: block;
            width: 135px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 16px;
            color: black;
            background-color: #DAA520;
            margin-top: 20px;
        }
    .canclebtn {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
    }
    .about {
        max-width: 750px;
        padding: 0 20px;
        margin: 100px auto;
    }
    .about strong {
        font-size: 29px;
        color: #1e2d91;
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }
    .about p {
        font-size: 17px;
        color: #677279;
        line-height: 25px;
    }
    .crumb {
        max-width: 1450px;
        padding: 0 25px;
        margin: 25px auto;
    }
    .crumb a {
        color: #677279;
        font-size: 14px;
    }
    .crumb span {
        color: #677279;
        font-size: 14px;
    }
    .pro {
        max-width: 1450px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .proleft {
        float: left;
        width: 288px;
        background-color: #fff;
        border: 1px solid #e1e3e4;
    }
    .proright {
        float: right;
        width: 1050px;
        background-color: #fff;
        margin: 0 30px;
        border: 1px solid #e1e3e4;
    }
    .proright h1 {
        font-size: 29px;
        color: #1e2d7d;
        font-weight: normal;
        margin-bottom: 25px;
        padding: 20px;
    }
    .proright ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #e1e3e4;
    }
    .proright ul li {
        width: 25%;
        position: relative;
        padding: 20px;
        border: 1px solid #e1e3e4;
    }
    .proright ul li img {
        width: 100%;
    }
    .proright ul li span {
        color: #ee0000;
        font-size: 21px;
        display: block;
        font-weight: 600;
    }
    .add {
        display: block;
        width: 95%;
        color: #313131;
        width: 230px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background-color: #ffd814;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
    }
    .clear {
        clear: both;
    }
    .proleft_top {
        padding-bottom: 30px;
        padding: 25px;
        border-bottom: 1px solid#e1e3e4;
    }
    .proleft_top strong {
        font-size: 21px;
        color: #1e2d7d;
        display: block;
        margin-bottom: 15px;
    }
    .proleft_top a {
        display: block;
        color: #677279;
        font-size: 15px;
        transition: all ease 0.4s;
        height: 33px;
        line-height: 33px;
    }
    .proleft_top a:hover {
        color: #00c0e4;
    }
    .proleft_bot {
        padding: 25px;
    }
    .proleft_bot strong {
        font-weight: bold;
        color: #1e2d7d;
        font-size: 21px;
        display: block;
    }
    .proleft_bot label {
        font-size: 15px;
        color: #677279;
        display: block;
        padding: 5px 0;
    }
    .prodetail {
        max-width: 1300px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .prodetailleft {
        width: 49%;
        float: left;
        background-color: #fff;
        padding: 30px 0;
    }
    .prodetailright {
        width: 48%;
        float: right;
        padding: 20px;
        background-color: #fff;
    }
    .prodetailright strong {
        font-size: 29px;
        color: #1e2d7d;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }
    .save {
        padding: 4px 10px;
        background-color: #ee0000;
        border-radius: 4px;
        font-size: 14px;
        color: white;
        font-weight: bold;
    }
    .io {
        padding: 20px 0;
    }
    .io span {
        font-size: 14px;
        color: #677279;
    }
    .io a {
        color: #00badb;
    }
    .prodetailright .f2_2 a {
        margin-right: 10px !important;
    }
    .prodetailright .f2_2 {
        border-bottom: 1px solid#e1e3e4;
        padding-bottom: 25px;
    }
    .js {
        padding: 20px 0;
        color: #677279;
        font-size: 14px;
        line-height: 30px;
    }
    .tact {
        display: block;
        width: 300px;
        height: 50px;
        line-height: 50px;
        color: black;
        background-color: #614a36;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    .detailbanner {
        display: none;
    }
    .xq {
        max-width: 1300px;
        margin: 50px auto;
        padding: 25px;
        background-color: #fff;
    }
    .xq strong {
        display: block;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        font-size: 20px;
        color: #677279;
    }
    .descon p {
        color: #677279;
        font-size: 15px;
        line-height: 25px;
    }
    .descon {
        padding: 20px 0;
    }
}


/* 手机 */

@media only screen and (max-width: 996px) {
    .xq {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
        padding: 15px;
        background-color: #fff;
    }
    .xq strong {
        display: block;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        font-size: 20px;
        color: #677279;
    }
    .descon p {
        color: #677279;
        font-size: 15px;
        line-height: 25px;
    }
    .descon {
        padding: 20px 0;
    }
    .prodetail {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .prodetailleft {
        width: 100%;
        background-color: #fff;
    }
    .prodetailright {
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }
    .prodetailright strong {
        font-size: 29px;
        color: #1e2d7d;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }
    .save {
        padding: 4px 10px;
        background-color: #ee0000;
        border-radius: 4px;
        font-size: 14px;
        color: white;
        font-weight: bold;
    }
    .io {
        padding: 20px 0;
    }
    .io span {
        font-size: 14px;
        color: #677279;
    }
    .io a {
        color: #00badb;
    }
    .prodetailright .f2_2 a {
        margin-right: 10px !important;
    }
    .prodetailright .f2_2 {
        border-bottom: 1px solid#e1e3e4;
        padding-bottom: 25px;
    }
    .js {
        padding: 20px 0;
        color: #677279;
        font-size: 14px;
        line-height: 30px;
    }
    .tact {
        display: block;
        width: 300px;
        height: 50px;
        line-height: 50px;
        color: black;
        background-color: #ffe043;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    .magnifier {
        display: none;
    }
    .detailbanner {
        width: 100%;
    }
    .detailbanner img {
        width: 100%;
    }
    .crumb {
        width: 100%;
        padding: 15px;
        margin: 25px auto;
    }
    .crumb a {
        color: #677279;
        font-size: 14px;
    }
    .crumb span {
        color: #677279;
        font-size: 14px;
    }
    .pro {
        width: 100%;
        margin: 0 auto;
    }
    .proleft {
        width: 100%;
        background-color: #fff;
        border: 1px solid #e1e3e4;
    }
    .proright {
        width: 100%;
        background-color: #fff;
        border: 1px solid #e1e3e4;
    }
    .proright h1 {
        font-size: 29px;
        color: #1e2d7d;
        font-weight: normal;
        margin-bottom: 25px;
        padding: 20px;
    }
    .proright ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #e1e3e4;
    }
    .proright ul li {
        width: 50%;
        position: relative;
        padding: 20px;
        border: 1px solid #e1e3e4;
    }
    .quickbox {
        display: none;
    }
    .proright ul li .pos_red {
        position: absolute;
        left: 0;
        top: 0;
        padding: 5px 10px;
        background-color: #ee0000;
        color: white;
    }
    .proright ul li .ia {
        color: #699279;
        font-size: 13px;
        display: block;
    }
    .proright ul li .iia {
        color: #1e3789;
        font-size: 15px;
        display: block;
    }
    .proright ul li img {
        width: 100%;
    }
    .proright ul li span {
        color: #ee0000;
        font-size: 21px;
        display: block;
        font-weight: 600;
    }
    .add {
        display: block;
        width: 95%;
        color: #313131;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background-color: #ffd814;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
    }
    .clear {
        clear: both;
    }
    .proleft_top {
        padding-bottom: 30px;
        padding: 25px;
        border-bottom: 1px solid#e1e3e4;
    }
    .proleft_top strong {
        font-size: 21px;
        color: #1e2d7d;
        display: block;
        margin-bottom: 15px;
    }
    .proleft_top a {
        display: block;
        color: #677279;
        font-size: 15px;
        transition: all ease 0.4s;
        height: 33px;
        line-height: 33px;
    }
    .proleft_top a:hover {
        color: #00c0e4;
    }
    .proleft_bot {
        padding: 25px;
    }
    .proleft_bot strong {
        font-weight: bold;
        color: #1e2d7d;
        font-size: 21px;
        display: block;
    }
    .proleft_bot label {
        font-size: 15px;
        color: #677279;
        display: block;
        padding: 5px 0;
    }
    .about {
        width: 100%;
        padding: 0 20px;
        margin: 100px auto;
        margin-top: 150px;
    }
    .about strong {
        font-size: 29px;
        color: #1e2d91;
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }
    .about p {
        font-size: 17px;
        color: #677279;
        line-height: 25px;
    }
    .formlayout {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        z-index: 99999;
        left: 0;
        display: none;
    }
    .formcon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form {
        width: 95%;
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        position: relative;
    }
    .form input {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 20px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        border-radius: 5px;
        outline: none;
    }
    .form select {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 20px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        border-radius: 5px;
        outline: none;
    }
    .form textarea {
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
        outline: none;
        min-height: 100px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
    }
    .form .sub {
        display: block;
        width: 135px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: black;
        background-color: #29c4df;
        margin-top: 20px;
    }
    .canclebtn {
        position: absolute;
        top: -20px;
        right: -10px;
        cursor: pointer;
    }
    .mailto {
        position: fixed;
        right: 30px;
        bottom: 10%;
        width: 70px;
        height: 70px;
        background-color: #00badb;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
    }
    .foot {
        padding: 30px 20px;
        width: 100%;
        margin: 0 auto;
    }
    .footcon1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        width: 100%;
        margin-bottom: 25px;
    }
    .footitem .f_title {
        font-size: 14px;
        color: #1e2d7d;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }
    .foot1 p {
        font-size: 15px;
        line-height: 25px;
        color: #677279;
    }
    .footitem input {
        padding-left: 20px;
        height: 48px;
        border: 1px solid #d4d6d8;
        outline: none;
        width: 100%;
        margin: 20px auto;
    }
    .footitem .sub {
        display: block;
        width: 135px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: black;
        font-weight: bold;
        background-color: #29c4df;
    }
    .foot2 ul li {
        margin-bottom: 15px;
        color: #677279;
        font-size: 16px;
        font-weight: bold;
    }
    .foot3 a {
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 16px;
        color: #677279;
    }
    .footcon2 {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .f2_1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .f2_1 p {
        font-size: 14px;
        color: #699279;
    }
    .f2_2 {
        margin-bottom: 15px;
        width: 100%;
    }
    .f2_3 {
        margin-bottom: 15px;
        width: 100%;
    }
    .f2_2 strong {
        font-size: 14px;
        color: #677279;
        display: block;
        margin-bottom: 10px;
    }
    .f2_3 strong {
        font-size: 14px;
        color: #677279;
        display: block;
        margin-bottom: 10px;
    }
    .f2_2 a {
        display: inline-block;
        margin-right: 20px;
        width: 28px;
        line-height: 28px;
        height: 28px;
        text-align: center;
        border-radius: 50%;
        background-color: #bbc1c4;
        transition: all ease 0.4s;
    }
    .f2_2 a:hover {
        background-color: #3b5998 !important;
    }
    .f2_2 a i {
        font-size: 16px !important;
        color: white;
    }
    .f2_3 img {
        margin-right: 15px;
    }
    .con5 {
        padding: 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        border-bottom: 1px solid #e1e3e4;
    }
    .con5 li {
        padding-left: 45px;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        margin-bottom: 25px;
    }
    .con5 li strong {
        font-size: 16px;
        display: block;
        color: #1e2d7d;
        margin-bottom: 10px;
    }
    .con5 li p {
        font-size: 16px;
        color: #677279;
        line-height: 25px;
    }
    .con4 {
        padding: 20px;
        width: 100%;
        margin: 50px auto;
    }
    .con4 strong {
        display: block;
        text-align: center;
        color: #1e2d7d;
        font-size: 22px;
        margin-bottom: 25px;
    }
    .con4 p {
        line-height: 30px;
        text-align: center;
        color: #677279;
        font-size: 15px;
    }
    .con3btn {
        display: none;
    }
    .con3 {
        width: 100%;
        padding: 20px;
        margin: 30px auto;
    }
    .con3top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con3top strong {
        display: block;
        font-size: 20px;
        color: #1e4ca4;
    }
    .con3con {
        position: relative;
    }
    .con3top a {
        font-size: 16px;
        font-weight: bold;
        color: #00badb;
    }
    .mindex a img {
        width: 100%;
    }
    .mindex .swiper-slide {
        padding: 20px;
        background-color: #fff;
        padding-bottom: 40px;
    }
    .mindex .swiper-slide a img {
        width: 100%;
    }
    .mindex .swiper-slide .mia {
        color: #677279;
        font-size: 13px;
        display: block;
        margin-bottom: 10px;
    }
    .mma {
        color: #1e2d7d;
        font-size: 15px;
        display: block;
        margin-bottom: 20px;
    }
    .pos_mred {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ee0000;
        color: white;
        font-weight: bold;
        font-size: 14px;
        padding: 3px 10px;
    }
    .indexpro {
        display: none;
    }
    .mindex span {
        color: #ee0000;
        font-size: 16px;
    }
    .con2 {
        padding: 20px;
        width: 100%;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
        margin-bottom: 30px;
    }
    .con2leftitem img {
        width: 100%;
        transition: all ease 0.4s;
    }
    .con2leftitem:hover .himg {
        transform: scale(1.1);
    }
    .con2leftitem {
        position: relative;
        overflow: hidden;
        margin-top: 20px;
    }
    .con2cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2cover a {
        display: block;
        width: 185px;
        height: 50px;
        background-color: #ff6128;
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
    }
    .con2center {
        width: 100%;
    }
    .con2center img {
        width: 100%;
    }
    .con1 {
        width: 100%;
        padding: 20px;
        margin: 30px auto;
    }
    .con1 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con1 ul li {
        width: 50%;
        padding: 20px;
        border: 1px solid #e1e3e4;
        overflow: hidden;
        background-color: #fff;
    }
    .con1 ul li img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannercon {
        width: 100%;
        padding: 0 40px;
    }
    .bannercon strong {
        font-size: 25px;
        text-align: center;
        color: #fff;
        display: block;
        margin-bottom: 10px;
    }
    .bannercon p {
        width: 100%;
        color: white;
        line-height: 25px;
        font-size: 16px;
    }
    .bannercon a {
        display: block;
        width: 200px;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #df6231;
        color: white;
        font-weight: bold;
        margin: 0 auto;
        margin-top: 30px;
    }
    .hidetact {
        padding: 20px 0;
    }
    .hidetact strong {
        color: #324088;
        display: block;
        margin-bottom: 10px;
        display: block;
    }
    .rr {
        transform: rotate(-180deg);
    }
    .conitem i {
        margin-right: 15px;
    }
    .conitem {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .conitem span {
        color: #677279;
        font-size: 14px;
    }
    .close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .drop {
        display: none;
    }
    .drop a {
        display: block;
        width: 100%;
        padding-left: 30px;
        color: #000;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }
    .mbhide ul li {
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mbhide ul li span .sart {
        transition: all ease 0.4s;
    }
    .mbhide ul li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        color: black;
        font-size: 15px;
    }
    .mbhide {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 20px;
        padding-top: 50px;
        display: none;
    }
    .souout {
        display: flex;
        align-items: center;
    }
    .souout input {
        width: 85%;
        height: 44px;
        background-color: #fff;
        padding-left: 20px;
        outline: none;
        border: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        font-size: 16px;
    }
    .souout a {
        display: block;
        flex: 1;
        height: 44px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        line-height: 44px;
        text-align: center;
        color: white;
        background-color: #00badb;
    }
    .mbsearchout {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 15px;
        background-color: #213236;
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        z-index: 90;
    }
    .mbcart {
        position: relative;
    }
    .mbcart span {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #00badb;
        color: white;
        font-weight: bold;
        border-radius: 50%;
        font-size: 14px;
        left: 10px;
        top: -10px;
    }
    .mbnavleft {
        height: 65px;
        display: flex;
        align-items: center;
    }
    .mbnavleft a img {
        width: 100px;
        margin-left: 30px;
    }
    .mbnavright i {
        color: white;
        font-size: 20px;
        margin-right: 10px;
    }
    .mbnavright {
        height: 65px;
        display: flex;
        align-items: center;
    }
    .mbnav {
        width: 100%;
        height: 65px;
        background-color: #213236;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        position: fixed;
        top: 35px;
        left: 0;
        z-index: 98;
    }
    .sticky {
        display: none;
    }
    .top {
        width: 100%;
        height: 35px;
        background-color: #ff6128;
        line-height: 35px;
        text-align: center;
        color: white;
        font-size: 13px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}