* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Roboto' !important;*/
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .top {
        width: 100%;
        height: 30px;
        background-color: #444444;
    }
    .topcon {
        max-width: 1200px;
        padding: 15px 0;
        height: 30px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .topconleft {
        display: flex;
        align-items: baseline;
    }
    .topconleft a {
        font-size: 12px;
        color: white;
        display: block;
        margin-right: 20px;
    }
    .topconright a {
        color: white;
    }
    .head {
        width: 100%;
        height: 90px;
        background: transparent;
        z-index: 9;
        position: sticky;
        top: 0;
        transition: all ease 0.4s;
    }
    .header {
        max-width: 1200px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .pclogo {
        width: 300px;
    }
    .banner {
        width: 100%;
        margin-top: -90px !important;
        height: 600px;
    }
    .banner img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .drop {
        position: absolute;
        width: 225px;
        padding: 15px;
        background-color: #232323;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease .3s;
    }
    .drop a {
        color: #9d9d9d;
        font-size: 13px;
        display: block;
        padding: 10px 0;
        transition: all ease .3s;
    }
    .drop a:hover {
        padding-left: 15px !important;
        color: white !important;
    }
    .pcnav>li:hover .drop {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav>li>a {
        text-transform: uppercase;
        display: block;
        font-size: 13px;
        color: white;
        font-weight: bold;
        padding: 0 26px;
        height: 90px;
        line-height: 90px;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .con1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1item {
        width: calc(100% / 3);
        height: 400px;
        position: relative;
        cursor: pointer;
    }
    .con1item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .con1pos {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 42px;
        top: 0;
        left: 0;
        font-weight: bold;
    }
    .con2 {
        width: 100%;
        height: 410px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2con {
        width: 850px;
    }
    .con2con h1 {
        font-size: 38px;
        color: #fff;
        text-align: center;
    }
    .con2con p {
        text-align: center;
        color: #d6d5d5;
        font-size: 13px;
        margin-top: 20px;
    }
    .con3 a img {
        width: 100%;
    }
    .con4 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con4item {
        width: 50%;
        position: relative;
    }
    .con4item img {
        width: 100%;
    }
    .con4pos {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 50px;
        top: 0;
        left: 0;
        font-weight: bold;
    }
    .foot {
        padding: 85px 0;
        background-color: #1c1c1c;
        width: 100%;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #363636;
    }
    .footeritem {
        width: 25%;
        border-right: 1px solid #363636;
        padding: 0 25px;
    }
    .fi1 img {
        width: 115px;
        display: block;
        margin-bottom: 20px;
    }
    .fi1 p {
        line-height: 24px;
        color: #939393;
        font-size: 12px;
    }
    .fi2 strong {
        text-transform: uppercase;
        display: block;
        color: white;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .fi2 a {
        font-size: 12px;
        display: block;
        color: #777777;
        margin-bottom: 10px;
    }
    .tips {
        font-size: 12px;
        color: #777;
        margin-bottom: 20px;
    }
    .mailbox {
        height: 62px;
        padding: 13px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mailbox input {
        width: 50%;
        outline: none;
        border: none;
    }
    .sub {
        width: 50%;
    }
    .sub {
        text-align: center;
    }
    .sub i {
        display: block !important;
    }
    .share {
        display: flex;
    }
    .share a {
        display: block;
        padding: 0 10px;
    }
    .copy {
        padding-top: 65px;
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .copy span {
        color: #6f6f6f;
        font-size: 12px;
    }
    .poli a {
        color: #6f6f6f;
        font-size: 12px;
    }
    .inbanner {
        width: 100%;
        background-size: cover;
        margin-top: -90px;
        position: relative;
    }
    .posin {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        color: white;
        font-weight: bold;
        font-size: 46px;
    }
    .procon {
        max-width: 1100px;
        margin: 50px auto;
    }
    .titleimg {
        display: block;
        height: 115px;
        margin: 0 auto;
    }
    .proul {
        display: flex;
        flex-flow: wrap;
    }
    .proul li {
        width: 25%;
        padding: 10px;
    }
    .proul li:hover .propos {
        opacity: 1 !important;
    }
    .probox {
        position: relative;
    }
    .probox img {
        width: 100%;
    }
    .propos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(49, 49, 146, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .proposlink {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all ease 0.4s;
        border: 2px solid transparent
    }
    .proposlink i {
        font-size: 25px !important;
    }
    .proposlink:hover {
        background: transparent !important;
        border: 2px solid #fff !important
    }
    .proposlink:hover i {
        color: white !important;
    }
    .proconc {
        padding: 18px 0;
    }
    .proconc a {
        text-align: center;
        font-size: 16px;
        color: #666;
        font-weight: 700;
        display: block;
    }
    .proconc p {
        text-align: center;
        color: #939393;
        font-size: 16px;
    }
    .proul1 li {
        width: 25%;
    }
    .prodetail {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: -90px;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .prodetailleft {
        width: 48%;
    }
    .prodetailright {
        width: 48%;
    }
    .proswiper {
        width: 100%;
    }
    .proswiper img {
        width: 100%;
    }
    .rightdetail {
        width: 100%;
        padding: 40px 30px;
        background-color: #e8e8e8;
        margin-bottom: 70px;
    }
    .rightdetail strong {
        display: block;
        color: #000;
        font-size: 25px;
    }
    .rightdetail h1 {
        font-size: 70px;
        color: #e70012;
    }
    .prodetailright ul li {
        margin-bottom: 20px;
    }
    .prodetailright ul li strong {
        font-size: 20px;
        color: #000;
        display: block;
        margin-bottom: 20px;
    }
    .prodetailright ul li span {
        color: #000;
        font-size: 14px;
        display: block;
    }
    .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto;
    }
    .tabitem {
        padding: 15px 20px;
        font-size: 13px;
        color: #444;
        font-weight: 700;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 20px;
        position: relative;
        cursor: pointer;
    }
    .tabdrop {
        width: 100%;
        position: absolute;
        top: 120%;
        transition: all ease 0.4s;
        left: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
    }
    .tabdrop a {
        display: block;
        transition: all ease 0.4s;
        height: 35px;
        line-height: 35px;
        padding-left: 20px;
        color: #777777;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
    }
    .tabdrop a:hover {
        background-color: #2e3192 !important;
        color: white !important;
    }
    .sss {
        background-color: #2e3192 !important;
        color: white !important;
    }
    .tabitem:hover .tabdrop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 100% !important;
    }
    .carul {
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .carul li {
        width: 24%;
        position: relative;
        margin-bottom: 25px;
    }
    .carul li img {
        width: 100%;
    }
    .carul li:hover .carpos {
        opacity: 1;
    }
    .simg {
        transition: all ease 0.4s;
    }
    .carul li:hover .simg {
        transform: scale(1.1);
    }
    .carpos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: rgba(255, 255, 255, .5);
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .carpos strong {
        font-size: 25px;
        text-align: center;
        display: block;
        color: black;
    }
    .i_box {
        width: 100%;
        overflow: hidden;
    }
    .contact1 {
        max-width: 750px;
        margin: 150px auto;
    }
    .contact1 strong {
        font-size: 55px;
        color: #232323;
        display: block;
        text-align: center;
    }
    .contact1 p {
        padding: 20px 0;
        text-align: center;
        color: #6f6f6f;
        font-size: 14px;
    }
    .contact1 a {
        width: 220px;
        height: 45px;
        line-height: 45px;
        display: block;
        border: 2px solid #010101;
        transition: all ease 0.4s;
        margin: 0 auto;
        text-align: center;
        color: black;
    }
    .contact1 a:hover {
        background-color: #000 !important;
        color: white;
    }
    .contact2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact2left {
        width: 50%;
        height: 700px;
    }
    .contact2left img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
    .contact2right {
        width: 50%;
        height: 700px;
    }
    .contact2right ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact2right ul li {
        width: 50%;
        height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact2right ul li i {
        font-size: 40px;
        color: #2a2c73;
        display: block;
        margin-bottom: 30px;
    }
    .contact2right ul li p {
        font-size: 14px;
        color: #fff;
    }
    .contact2right ul li span {
        color: #6f6f6f;
        font-size: 16px;
        padding: 20px 30px 0px 30px;
    }
    .contact3 {
        margin: 150px auto;
        width: 80%;
        padding-top: 200px;
        margin-top: -100px;
    }
    .contact3 strong {
        color: #232323;
        font-size: 32px;
        display: block;
        text-align: center;
    }
    .contact3 p {
        color: #6f6f6f;
        font-size: 16px;
        text-align: center;
        padding: 15px 0;
    }
    .contact3 span {
        color: #939393;
        font-size: 15px;
        display: block;
        text-align: center;
        margin-bottom: 120px;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form input {
        width: 48%;
        padding-left: 20px;
        height: 60px;
        outline: none;
        border: 1px solid #d1d1d1;
        margin-bottom: 20px;
    }
    .form textarea {
        width: 100%;
        min-height: 150px;
        outline: none;
        border: 1px solid #d1d1d1;
        padding-left: 15px;
        padding-top: 15px;
    }
    .sub {
        width: 125px;
        height: 45px;
        line-height: 45px;
        display: block;
        transition: all ease 0.4s;
        border: 2px solid #000;
        text-align: center;
        color: black;
        margin: 25px auto;
    }
    .sub:hover {
        background-color: #000;
        color: white !important;
    }
    .about1 {
        padding: 130px 0;
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .about1con {
        width: 33%;
    }
    .about1con strong {
        display: block;
        font-size: 32px;
        color: #000;
    }
    .about1cons {
        width: 33%;
        display: flex;
    }
    .num {
        font-size: 55px;
        color: #d6d5d5;
        margin-right: 20px;
    }
    .rra p {
        font-size: 16px;
        color: #232323;
        margin-bottom: 5px;
    }
    .rra span {
        color: #6f6f6f;
        font-size: 14px;
    }
    .about2 {
        width: 100%;
        display: flex;
        align-items: center;
        height: 620px;
    }
    .about2left {
        width: 50%;
        background-color: #1e1e1e;
        height: 620px;
        padding-top: 160px;
        padding-left: 50px;
        padding-right: 110px;
    }
    .about2right {
        width: 50%;
    }
    .about2right img {
        width: 100%;
        height: 620px;
        object-fit: cover;
    }
    .about2left h1 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 25px;
    }
    .about2left span {
        display: block;
        color: #b7b7b7;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .about2left p {
        width: 96%;
        line-height: 30px;
        color: #6f6f6f;
        font-size: 14px;
    }
    .about3 {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 130px 0;
    }
    .about3item {
        width: 48%;
        text-align: center;
        color: #6f6f6f;
        font-size: 14px;
    }
    .inside {
        max-width: 1200px;
        margin: 50px auto;
        padding: 15px;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        width: 100%;
        margin: 30px auto;
        padding: 15px;
    }
    .about3 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 15px;
    }
    .about3item {
        width: 100%;
        text-align: center;
        color: #6f6f6f;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .about2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .about2left {
        width: 100%;
        background-color: #1e1e1e;
        padding: 20px;
    }
    .about2right {
        width: 100%;
    }
    .about2right img {
        width: 100%;
    }
    .about2left h1 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 25px;
    }
    .about2left span {
        display: block;
        color: #b7b7b7;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .about2left p {
        color: #6f6f6f;
        font-size: 14px;
    }
    .about1con h1 {
        text-align: center;
    }
    .about1 {
        padding: 25px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .about1con {
        width: 100%;
    }
    .about1con strong {
        display: block;
        font-size: 32px;
        color: #000;
    }
    .about1cons {
        width: 100%;
        margin-bottom: 20px;
    }
    .num {
        font-size: 35px;
        color: #d6d5d5;
        text-align: center;
    }
    .rra p {
        font-size: 16px;
        color: #232323;
        margin-bottom: 5px;
        text-align: center;
    }
    .rra span {
        color: #6f6f6f;
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .contact3 {
        margin: 50px auto;
        width: 95%;
    }
    .contact3 strong {
        color: #232323;
        font-size: 25px;
        display: block;
        text-align: center;
    }
    .contact3 p {
        color: #6f6f6f;
        font-size: 14px;
        text-align: center;
        padding: 15px 0;
    }
    .contact3 span {
        color: #939393;
        font-size: 12px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form input {
        width: 100%;
        padding-left: 20px;
        height: 60px;
        outline: none;
        border: 1px solid #d1d1d1;
        margin-bottom: 20px;
    }
    .form textarea {
        width: 100%;
        min-height: 150px;
        outline: none;
        border: 1px solid #d1d1d1;
        padding-left: 15px;
        padding-top: 15px;
    }
    .sub {
        width: 125px;
        height: 45px;
        line-height: 45px;
        display: block;
        transition: all ease 0.4s;
        border: 2px solid #000;
        text-align: center;
        color: black;
        margin: 25px auto;
    }
    .sub:hover {
        background-color: #000;
        color: white !important;
    }
    .contact2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .contact2left {
        width: 100%;
    }
    .contact2left img {
        width: 100%;
    }
    .contact2right {
        width: 100%;
    }
    .contact2right ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact2right ul li {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact2right ul li i {
        font-size: 40px;
        color: #2a2c73;
        display: block;
        margin-bottom: 30px;
    }
    .contact2right ul li p {
        font-size: 14px;
        color: #fff;
    }
    .contact2right ul li span {
        color: #6f6f6f;
        font-size: 16px;
    }
    .contact1 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .contact1 strong {
        font-size: 25px;
        color: #232323;
        display: block;
        text-align: center;
    }
    .contact1 p {
        padding: 15px 0;
        text-align: center;
        color: #6f6f6f;
        font-size: 14px;
    }
    .contact1 a {
        width: 200px;
        height: 45px;
        line-height: 45px;
        display: block;
        border: 2px solid #010101;
        transition: all ease 0.4s;
        margin: 0 auto;
        text-align: center;
        color: black;
    }
    .contact1 a:hover {
        background-color: #000 !important;
        color: white;
    }
    .carul {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .carul li {
        width: 48%;
        position: relative;
        margin-bottom: 25px;
    }
    .carul li img {
        width: 100%;
    }
    .carul li:hover .carpos {
        opacity: 1;
    }
    .simg {
        transition: all ease 0.4s;
    }
    .carul li:hover .simg {
        transform: scale(1.1);
    }
    .carpos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: rgba(255, 255, 255, .5);
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .carpos strong {
        font-size: 25px;
        text-align: center;
        display: block;
        color: black;
    }
    .i_box {
        width: 100%;
        overflow: hidden;
    }
    .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto;
        flex-wrap: wrap;
    }
    .tabitem {
        padding: 15px 20px;
        font-size: 13px;
        color: #444;
        font-weight: 700;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 20px;
        position: relative;
        cursor: pointer;
    }
    .tabdrop {
        width: 100%;
        position: absolute;
        top: 120%;
        transition: all ease 0.4s;
        left: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
    }
    .tabdrop a {
        display: block;
        transition: all ease 0.4s;
        height: 35px;
        line-height: 35px;
        padding-left: 20px;
        color: #777777;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
    }
    .tabdrop a:hover {
        background-color: #2e3192 !important;
        color: white !important;
    }
    .sss {
        background-color: #2e3192 !important;
        color: white !important;
    }
    .tabitem:hover .tabdrop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 100% !important;
    }
    .prodetail {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .prodetailleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .prodetailright {
        width: 100%;
        margin-bottom: 30px;
    }
    .proswiper {
        width: 100%;
    }
    .proswiper img {
        width: 100%;
    }
    .rightdetail {
        width: 100%;
        padding: 15px;
        background-color: #e8e8e8;
        margin-bottom: 30px;
    }
    .rightdetail strong {
        display: block;
        color: #000;
        font-size: 20px;
    }
    .rightdetail h1 {
        font-size: 55px;
        color: #000000;
    }
    .prodetailright ul li {
        margin-bottom: 20px;
    }
    .prodetailright ul li strong {
        font-size: 20px;
        color: #000;
        display: block;
        margin-bottom: 10px;
    }
    .prodetailright ul li span {
        color: #000;
        font-size: 14px;
        display: block;
    }
    .procon {
        width: 100%;
        padding: 15px;
        margin: 50px auto;
    }
    .titleimg {
        display: block;
        height: 115px;
        margin: 0 auto;
        width: 100%;
    }
    .proul {
        display: flex;
        flex-flow: wrap;
    }
    .proul li {
        width: 100%;
        padding: 10px;
    }
    .proul li:hover .propos {
        opacity: 1 !important;
    }
    .probox {
        position: relative;
    }
    .probox img {
        width: 100%;
    }
    .propos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(49, 49, 146, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .proposlink {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all ease 0.4s;
        border: 2px solid transparent
    }
    .proposlink i {
        font-size: 25px !important;
    }
    .proposlink:hover {
        background: transparent !important;
        border: 2px solid #fff !important
    }
    .proposlink:hover i {
        color: white !important;
    }
    .proconc {
        padding: 18px 0;
    }
    .proconc a {
        text-align: center;
        font-size: 16px;
        color: #2e3192;
        display: block;
    }
    .proconc p {
        text-align: center;
        color: #939393;
        font-size: 16px;
    }
    .inbanner {
        width: 100%;
        position: relative;
        margin-top: 110px;
    }
    .posin {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        color: white;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
    }
    .foot {
        padding: 25px 20;
        background-color: #1c1c1c;
        width: 100%;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #363636;
    }
    .footeritem {
        width: 100%;
        border-right: 1px solid #363636;
        padding: 0 25px;
        margin-bottom: 30px;
    }
    .fi1 img {
        width: 115px;
        display: block;
        margin-bottom: 20px;
    }
    .fi1 p {
        color: #939393;
        font-size: 12px;
    }
    .fi2 strong {
        display: block;
        color: white;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .fi2 a {
        display: block;
        color: #777777;
        margin-bottom: 10px;
    }
    .tips {
        font-size: 12px;
        color: #777;
        margin-bottom: 20px;
    }
    .mailbox {
        padding: 13px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mailbox input {
        margin-left: 2%;
        width: 50%;
        outline: none;
        border: none;
    }
    .sub {
        width: 50%;
    }
    .sub {
        text-align: center;
    }
    .sub i {
        display: block !important;
    }
    .share {
        display: flex;
    }
    .share a {
        display: block;
        padding: 0 10px;
    }
    .copy {
        padding: 0 20px;
        padding-top: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .copy span {
        color: #6f6f6f;
        font-size: 12px;
    }
    .poli a {
        color: #6f6f6f;
        font-size: 12px;
    }
    .con4 {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4item {
        width: 100%;
        position: relative;
    }
    .con4item img {
        width: 100%;
    }
    .con4pos {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 35px;
        top: 0;
        left: 0;
        font-weight: bold;
    }
    .con3 a img {
        width: 100%;
    }
    .con2 {
        width: 100%;
        height: 410px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2con {
        width: 90%;
    }
    .con2con h1 {
        font-size: 36px;
        color: #fff;
        text-align: center;
    }
    .con2con p {
        text-align: center;
        color: #d6d5d5;
        font-size: 13px;
        margin-top: 20px;
    }
    .con1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1item {
        width: 100%;
        position: relative;
        cursor: pointer;
    }
    .con1item img {
        width: 100%;
    }
    .con1pos {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 30px;
        top: 0;
        left: 0;
        font-weight: bold;
    }
    .mbnav ul li a {
        text-transform: uppercase;
        font-size: 13px;
        color: white;
        padding: 0 20px;
        height: 33px;
        line-height: 33px;
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }
    .mbnav ul li span i {
        color: white;
        font-size: 14px !important;
        font-weight: bold !important;
        transition: all ease 0.4s;
    }
    .mbdrop a {
        display: block;
        height: 33px;
        line-height: 33px;
        padding: 0 20px;
        font-size: 13px;
        color: white;
    }
    .arr {
        transform: rotate(180deg);
    }
    .mbdrop {
        display: none;
    }
    .mbnav {
        width: 100%;
        position: fixed;
        top: 110px;
        left: 0;
        background-color: #1e1917;
        z-index: 9;
        display: none;
    }
    .banner {
        width: 100%;
        margin-top: 110px !important;
    }
    .banner img {
        width: 100%;
    }
    .head {
        display: none;
    }
    .mbhead {
        width: 100%;
        height: 80px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        position: fixed;
        top: 30px;
        left: 0;
        z-index: 9;
    }
    .mbhead a img {
        height: 45px;
    }
    .top {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        background-color: #444444;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
    }
    .topconright {
        display: none;
    }
    .topconleft {
        display: flex;
        align-items: baseline;
    }
    .topconleft a {
        font-size: 12px;
        color: white;
        display: block;
        margin-right: 20px;
    }
}