/*大屏幕*/
@media screen and (min-width: 1600px) {
    .max {
        width: 1400px;
    }

    .headDiv {
        width: 100%;
        height: 108px;
        background: #F6F6F6;
    }

    .headDiv .head {
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .headDiv .head .headLeft {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .headDiv .head .headLeft .logo {
        width: 108px;
        height: 108px;
        display: block;
    }

    .headDiv .head .headLeft .headTitle {
        margin-left: 21px;
    }

    .headDiv .head .headLeft .headTitle img {
        width: 278px;
        height: 47px;
        display: block;
    }

    .headDiv .head .headRight {
        display: flex;
        align-items: center;
    }

    .headDiv .head .headRight .headTel {
        width: 44px;
        height: 41px;
        display: block;
        margin-right: 17px;
    }

    .headDiv .head .headRight .telText {
        display: flex;
        flex-direction: column;
        margin-right: 16px;
    }

    .headDiv .head .headRight .telText .telTextp1 {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 8px;
    }

    .headDiv .head .headRight .telText .telTextp2 {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #F8A225;
        letter-spacing: 2px;
    }

    .headDiv .head .headRight .ewm {
        width: 82px;
        height: 82px;
        display: block;
    }

    /* ------ */
    .navDiv {
        width: 100%;
        background: #135DB6;
        height: 50px;
    }

    .navDiv .nav {
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .navDiv .nav .navLi {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        width: 100px;
    }

    .navDiv .nav .navLi:hover {
        background: #F8A225;
    }

    .navDiv .nav .navLi.active {
        background: #F8A225;
    }

    .bannerCenterDiv .bannerCenter {
        width: 100%;
        height: auto;
        display: block;
    }

    .footDiv {
        width: 100%;
        height: 400px;
        background: url("../img/footBg.jpg") no-repeat center;
        background-size: cover;
    }

    .footDiv .foot {
        height: 400px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .footDiv .foot .footLeft {
        display: flex;
        flex-direction: column;
    }

    .footDiv .foot .footLeft .footLeftTitle {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 4px;
        margin-bottom: 23px;
    }

    .footDiv .foot .footLeft .footLeftCenter {
        display: flex;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL {
        margin-right: 20px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL .fewm {
        width: 120px;
        height: 120px;
        display: block;
        margin-bottom: 12px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL .fewmp {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterR p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterR p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .footDiv .foot .footRight {
        width: 584px;
        margin-right: 120px;
    }

    .footDiv .foot .footRight .footRightTitle {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

    .footDiv .foot .footRight .footRightFormDiv {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs {
        display: flex;
        justify-content: space-between;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input {
        width: 280px;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        margin-bottom: 20px;
        background: none;
        padding: 0 20px;
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input::placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input::-moz-placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea {
        display: block;
        padding: 17px 20px;
        background: none;
        outline: none;
        resize: none;
        color: #fff;
        width: 584px;
        height: 122px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        margin-bottom: 25px;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea::placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea::-moz-placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .submit {
        width: 150px;
        height: 50px;
        line-height: 50px;
        background: #F8A225;
        border-radius: 20px 20px 20px 20px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    .footBottomDiv {
        width: 100%;
        background: #252525;
        min-height: 60px;
    }

    .footBottomDiv .footBottom {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin: auto;
    }

    .footBottomDiv .footBottom .footBottomL {
        padding: 22px 0;
    }

    .footBottomDiv .footBottom .footBottomR {
        padding: 22px 0;
    }

    /* -------- */
    .titleDiv {
        width: 100%;
        text-align: center;
        margin: 50px 0 0;
    }

    .titleDiv .titleC {
        margin: auto;
        width: 100%;
        height: 77px;
        position: relative;
    }

    .titleDiv .titleC .titlebg {
        position: absolute;
        font-size: 68px;
        line-height: 77px;
        font-weight: bold;
        color: #F3F3F3;
        letter-spacing: 4px;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    .titleDiv .titleC .titlename {
        font-size: 30px;
        font-weight: 500;
        color: #135DB6;
        letter-spacing: 4px;
        line-height: 77px;
    }

    .titleDiv .titleicon {
        width: 408px;
        height: 20px;
        display: block;
        margin: 0 auto 12px;
    }

    .titleDiv .titleContent {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    /* ------- */
    .mainZJWMDiv {
        margin: 70px auto 176px;
    }

    .mainZJWMDiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mainZJWMDiv .mainZJWMTitle {
        font-size: 36px;
        font-weight: bold;
        color: #363A44;
        line-height: 40px;
        letter-spacing: 4px;
        margin-bottom: 48px;
    }

    .mainZJWMDiv .mainZJWMBottom {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .mainZJWMDiv .mainZJWMBottom img {
        width: 49%;
    }

    /* ------ */
    .mainFWZXDiv {
        margin: 40px auto 100px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainFWZXTitleDiv {
        width: 644px;
        margin: auto;
        font-size: 20px;
        font-weight: 400;
        color: #363A44;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .mainFWZXTitleDiv p {
        text-align: center;
    }

    .mainFWZXTitleDiv p .red {
        color: #E92408;
        display: inline-block;
        margin-right: 50px;
    }

    .mainFWZXTitleDiv p .red:nth-last-child(1) {
        margin-right: 0;
    }

    .mainFWZXListDiv {
        margin: 0 auto 20px;
        display: flex;
    }

    .mainFWZXListDiv:nth-last-child(1) {
        margin-bottom: 0;
    }

    .mainFWZXListDiv .mainFWZXListImg {
        width: 500px;
        height: 333px;
    }

    .mainFWZXListDiv .mainFWZXLi {
        width: 500px;
        padding: 34px 22px 34px 40px;
        background: #F5F5F5;
    }

    .mainFWZXListDiv .mainFWZXLi .mainFWZXLiTitle {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 20px;
    }

    .mainFWZXListDiv .mainFWZXLi .mainFWZXLiContent {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
    }

    .mainFWZXListDiv:hover .mainFWZXLi {
        background: #135DB6;
    }

    .mainFWZXListDiv:hover .mainFWZXLiTitle {
        color: #fff;
    }

    .mainFWZXListDiv:hover .mainFWZXLiContent {
        color: #fff;
    }

    /* ------- */
    .mainDDLYDiv {
        margin: 74px auto 206px;
        width: 1000px;
    }

    .mainDDLYDiv .mainDDLYFormInputs {
        display: flex;
        justify-content: space-between;
    }

    .mainDDLYDiv .mainDDLYFormInputs input {
        width: 440px;
        height: 46px;
        background: #F7F7F7;
        padding-left: 18px;
        margin-bottom: 50px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormInputs input::placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormInputs input::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv textarea {
        width: 1000px;
        height: 249px;
        background: #F7F7F7;
        padding: 18px;
        display: block;
        outline: none;
        resize: none;
        border: 0;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        margin-bottom: 33px;
    }

    .mainDDLYDiv textarea::placeholder {
        color: #333333;
    }

    .mainDDLYDiv textarea::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv {
        display: flex;
        align-items: center;
        margin-bottom: 90px;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input {
        width: 260px;
        height: 46px;
        background: #F7F7F7;
        padding-left: 18px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-right: 20px;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input::placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv img {
        width: 112px;
        height: 42px;
        cursor: pointer;
    }

    .mainDDLYDiv .submitDDLY {
        width: 450px;
        height: 60px;
        background: linear-gradient(180deg, #4597F9 0%, #0C65CE 100%, #0A2F5B 100%);
        border-radius: 20px 20px 20px 20px;
        font-size: 24px;
        line-height: 60px;
        font-weight: bold;
        color: #FFFFFF;
        margin: auto;
        display: block;
    }

    /* --------------- */
    .mainContactDiv {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        margin: 100px auto 160px;
    }

    .mainContactDiv .map {
        width: 100%;
        height: 500px;
    }

    .mainContactDiv .mainContactContent {
        width: 400px;
        height: 500px;
        padding: 36px 26px;
        background: #135DB6;
        flex-shrink: 0;
    }

    .mainContactDiv .mainContactContent .mainContactTitle {
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .mainContactDiv .mainContactContent .mainContactTitle::after {
        width: 78px;
        height: 1px;
        background: #FFFFFF;
        content: "";
        display: block;
        margin-top: 18px;
    }

    .mainContactDiv .mainContactContent .mainContactTitle span {
        display: inline-block;
        margin-right: 30px;
    }

    .mainContactDiv .mainContactContent .mainContactC p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
    }

    .mainContactDiv .mainContactContent .mainContactC p span {
        font-weight: bold;
    }

    /* -------- */
    .mainNewsDiv {
        margin: 50px auto 68px;
        overflow: hidden;
    }

    .mainNewsDiv .newsListDiv {
        float: left;
        width: 452px;
        /* 452px 386px*/
        height: 345px;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #F6F7F8;
        padding: 40px 20px 26px;
    }

    .mainNewsDiv .newsListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainNewsDiv .newsListDiv .newsList {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListTitle {
        font-size: 24px;
        font-weight: bold;
        color: #363A44;
        line-height: 30px;
        height: 60px;
        margin-bottom: 16px;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListContent {
        height: 90px;
        font-size: 16px;
        font-weight: 400;
        color: #686B73;
        line-height: 30px;
        text-indent: 2em;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom {
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListTime {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan {
        display: flex;
        align-items: center;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img {
        width: 27px;
        height: 17px;
        display: block;
        margin-right: 8px;
    }.mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img:nth-child(1) {
        display: block;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img:nth-child(2) {
        display: none;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan span {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

    .mainNewsDiv .newsListDiv:hover {
        background: #135DB6;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListTitle {
        color: #fff;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListContent {
        color: #fff;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListTime {
        color: #fff;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListKan span {
        color: #fff;
    }
    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListKan img:nth-child(1) {
        display: none;
    }
    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListKan img:nth-child(2) {
        display: block;
    }

    /* --- */
    .wrapper {
        margin: 0 auto 60px;
        height: 30px;
        display: flex;
        justify-content: center;
    }

    .wrapper a {
        color: rgba(0, 0, 0, 0.65);
        display: inline-block;
        padding: 0 10px;
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .wrapper .distance {
        margin-left: 10px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        float: left;
        cursor: pointer;
    }

    .wrapper .distance:hover {
        background: #135DB6;
        border: 1px solid #135DB6;
    }

    .wrapper .distance:hover a {
        color: rgba(251, 251, 251, 1);
    }

    .wrapper .uppage {
        border: 1px solid lightgray;
    }

    .wrapper .select {
        border: 1px solid #135DB6;
        background: #135DB6;
    }

    .wrapper .prev,
    .wrapper .next {
        border: 1px solid lightgray;
    }

    .wrapper .disabled a,
    .wrapper .select a {
        color: rgba(251, 251, 251, 1);
    }

    .wrapper .disabled {
        margin-left: 10px;
        background: #e1e1e1;
        cursor: not-allowed;
    }

    .wrapper .disabled:hover {
        background: #e1e1e1;
        border: 1px solid lightgray;
    }

    .wrapper .disabled a {
        pointer-events: none;
    }

    /* ------- */
    .mainNewsCDiv {
        width: 100%;
        height: 100%;
        background: #F6F7F8;
        overflow: hidden;
    }

    .mainNewsCDiv .mainNewsC {
        margin: 100px auto 77px;
        background: #fff;
        padding: 73px 100px 98px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv {
        margin-bottom: 17px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        margin-bottom: 28px;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent span {
        display: inline-block;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent span:nth-child(1) {
        margin-right: 30px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsContentDiv {
        border-top: 1px dashed #999999;
        border-bottom: 1px dashed #999999;
        padding: 62px 0 33px;
        margin-bottom: 60px;
        overflow: hidden;
    }
    .mainNewsCDiv .mainNewsC .mainNewsContentDiv p{
        line-height: 30px;
        font-size: 16px;
        text-indent: 2em;
    }

    .mainNewsCDiv .mainNewsC .mainNewsContentDiv img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 60%;
        margin: auto;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv a {
        width: 143px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        border: 1px solid #135DB6;
        display: block;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPage {
        color: #135DB6;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPage:hover {
        color: #fff;
        background: #135DB6;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPageCenter {
        background: #135DB6;
        color: #fff;
    }

    /* ------ */
    .mainCaseDiv {
        margin: 72px auto 68px;
        overflow: hidden;
    }

    .mainCaseDiv .caseListDiv {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #F6F7F8;
        width: 452px;
    }

    .mainCaseDiv .caseListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainCaseDiv .caseListDiv .caseListImg {
        width: 100%;
        height: 340px;
        overflow: hidden;
    }

    .mainCaseDiv .caseListDiv img {
        width: 100%;
        height: 340px;
    }

    .mainCaseDiv .caseListDiv:hover img {
        transform: scale(1.2);
    }

    .mainCaseDiv .caseListDiv p {
        width: 100%;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 60px;
        text-align: center;
        padding: 0 20px;
    }

    /* --------- */
    .mainProductTitleDiv {
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mainProductTitleDiv .mainProductTitle {
        min-width: 230px;
        height: 60px;
        background: #686B73;
        border-radius: 8px;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .mainProductTitleDiv .mainProductTitle img {
        width: 20px;
        height: 7px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        opacity: 0;
    }

    .mainProductTitleDiv .mainProductTitle.active,
    .mainProductTitleDiv .mainProductTitle:hover {
        background: #135DB6;
    }

    .mainProductTitleDiv .mainProductTitle.active img,
    .mainProductTitleDiv .mainProductTitle:hover img {
        opacity: 1;
    }

    .mainProductDiv {
        margin: 20px auto 47px;
        overflow: hidden;
    }

    .mainProductDiv .productListDiv {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        width: 456px;
        /* 456px 390px */
        padding: 5px;
        border: 1px solid rgba(153, 153, 153, 0.5000);
        background: #fff;
    }

    .mainProductDiv .productListDiv .productListText .pIconD {
        display: block;
    }

    .mainProductDiv .productListDiv .productListText .pIconH {
        display: none;
    }

    .mainProductDiv .productListDiv:hover {
        border: 1px solid #135DB6;
        background: #135DB6;
    }

    .mainProductDiv .productListDiv:hover .productListText .pIconD {
        display: none;
    }

    .mainProductDiv .productListDiv:hover .productListText .pIconH {
        display: block;
    }

    .mainProductDiv .productListDiv:hover .productListText {
        color: #fff;
    }

    .mainProductDiv .productListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainProductDiv .productListDiv .productListImg {
        width: 100%;
        height: 295px;
        overflow: hidden;
    }

    .mainProductDiv .productListDiv img {
        width: 100%;
        height: 295px;
    }

    .mainProductDiv .productListDiv:hover .productListImg img {
        transform: scale(1.2);
    }

    .mainProductDiv .productListDiv .productListText {
        width: 100%;
        height: 64px;
        line-height: 64px;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 0 12px 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mainProductDiv .productListDiv .productListText img {
        width: 29px;
        height: 14px;
    }

    /* --------- */
    .mainProductCDiv {
        width: 100%;
        height: 100%;
        background: #F6F7F8;
        overflow: hidden;
    }

    .mainProductCDiv .mainProductC {
        margin: 100px auto 77px;
        background: #fff;
        padding: 73px 100px 98px;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC {
        margin-bottom: 17px;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        margin-bottom: 28px;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent span {
        display: inline-block;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent span:nth-child(1) {
        margin-right: 30px;
    }

    .mainProductCDiv .mainProductC .mainProductContentDiv {
        border-top: 1px dashed #999999;
        padding: 40px 0 120px;
        margin-bottom: 60px;
        overflow: hidden;
    }

    .mainProductCDiv .mainProductC .mainProductContentDiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv a {
        width: 143px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        border: 1px solid #135DB6;
        display: block;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv .mainProductPage {
        color: #135DB6;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv .mainProductPageCenter {
        background: #135DB6;
        color: #fff;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .mainProductContentListTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        padding-bottom: 14px;
        border-bottom: 1px dashed #999999;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper {
        width: 100%;
        overflow: hidden;
        padding: 40px 0 0;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper {
        display: flex;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper .swiper-slide {
        margin-right: 20px;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper .swiper-slide img {
        width: 200px;
        height: 134px;
        display: block;
    }

    /* --------------------------- */
    .bannerPCDiv {
        display: block;
    }

    .bannerMobileDiv {
        display: none;
    }

    .banner {
        width: 100%;
        overflow: hidden;
        --swiper-pagination-color: #fff;
        position: relative;
    }

    .banner .swiper-pagination {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 63px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        opacity: 0.3;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

    /* --------- */
    .indexTitleDiv {
        text-align: center;
    }

    .indexTitleDiv .indexTitleDivP1 {
        font-size: 24px;
        font-weight: normal;
        color: #041431;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .indexTitleDiv .indexTitleDivP2 {
        font-size: 48px;
        font-weight: bold;
        color: #135DB6;
        line-height: 48px;
        letter-spacing: 2px;
    }

    .indexTitleDiv.Bai .indexTitleDivP1 {
        color: rgba(255, 255, 255, 0.5);
    }

    .indexTitleDiv.Bai .indexTitleDivP2 {
        color: #fff;
    }

    /* ------- */
    .zjwmDiv {
        margin: 60px auto 58px;
    }

    .zjwmDiv .zjwmC {
        height: 515px;
        /* 442px *1.166 */
        position: relative;
        margin-top: 52px;
    }

    .zjwmDiv .zjwmC .zjwmCLeft {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        width: 552px;
        /* 474px *1.166 */
        height: 390px;
        /* 335px *1.166 */
        background: #F8A225;
        z-index: 1;
        margin-top: 8px;
    }

    .zjwmDiv .zjwmC .zjwmCLeft .zjwmCLeftC {
        width: 532px;
        /* 456px *1.166 */
        height: 394px;
        /* 338px *1.166*/
        display: block;
        position: absolute;
        right: 0;
        bottom: 16px;
        overflow: hidden;
    }

    .zjwmDiv .zjwmC .zjwmCLeft:hover .zjwmCLeftC img {
        transform: scale(1.2);
    }

    .zjwmDiv .zjwmC .zjwmCLeft img {
        width: 532px;
        /* 456px *1.166 */
        height: 394px;
        /* 338px *1.166*/
        display: block;
    }

    .zjwmDiv .zjwmC .zjwmCRight {
        position: absolute;
        right: 0;
        top: 0;
        height: 515px;
        /* 442px *1.166 */
        width: 1142px;
        /* 980px *1.166 */
        padding: 90px 35px 0 338px;
        /* 77px 30px 0 290px *1.166 */
        background: #F7F8FA;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightTitle {
        font-size: 36px;
        font-weight: bold;
        color: #363A44;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 48px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent {
        height: 140px;
        margin-bottom: 36px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent p {
        font-size: 16px;
        font-weight: 400;
        color: #363A44;
        line-height: 30px;
        margin-bottom: 20px;
        text-indent: 2em;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink {
        width: 180px;
        height: 50px;
        border-radius: 20px;
        border: 1px solid #135DB6;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink .zjwmCRightLinkIconD {
        display: inline-block;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink .zjwmCRightLinkIconH {
        display: none;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover .zjwmCRightLinkIconD {
        display: none;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover .zjwmCRightLinkIconH {
        display: inline-block;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover {
        background: #135DB6;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover span {
        color: #fff;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink span {
        font-size: 16px;
        font-weight: 400;
        color: #135DB6;
        line-height: 50px;
        display: inline-block;
        margin-right: 25px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink img {
        width: 17px;
        height: 8px;
        display: inline-block;
    }



    /* ------ */
    .cptjD {
        background: #F7FBFF;
        width: 100%;
    }

    .cptjDiv {
        padding: 60px 0 50px;
        margin: auto;
    }

    .cptjDiv .cptjC {
        padding-top: 28px;
    }

    .cptjDiv .cptjC .cptjLink {
        margin: 0 auto 0;
        width: 180px;
        height: 50px;
        border-radius: 20px;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0063B1;
        position: relative;
    }

    .cptjDiv .cptjC .cptjLink:hover {
        background: #F8A225;
    }

    .cptjDiv .cptjC .cptjLink span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
        display: inline-block;
    }

    .cptjDiv .cptjC .cptjLink img {
        width: 17px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    /* --------- */
    .cpysD {
        width: 100%;
        background: url("../img/indexcpysBg.jpg") no-repeat center;
        background-size: cover;
        height: 450px;
    }

    .cpysD .cpysDiv {
        padding: 40px 0 0;
        margin: auto;
        width: 1100px;
    }

    .cpysD .cpysDiv .cpysDivContent {
        margin: 80px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC:hover img {
        transform: rotateY(180deg);
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC img {
        width: 87px;
        height: 60px;
        display: block;
        margin: 0 auto 41px;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC p {
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 24px;
        letter-spacing: 2px;
    }

    /* ---------- */
    .xwzxDiv {
        padding: 60px 0 102px;
        margin: auto;
    }

    .xwzxDiv .xwzxC {
        margin: 70px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .xwzxDiv .xwzxC .xwzxCLeft {
        width: 583px;
        /* 500*1.166 */
        height: 445px;
        /* 382*1.166 */
        padding: 20px 25px 0;
        background: #F6F7F8;
    }

    .xwzxDiv .xwzxC .xwzxCLeft:hover .xwzxCLi .xwzxCLiContent .xwzxCLiTitle {
        color: #135DB6;
    }

    .xwzxDiv .xwzxC .xwzxCLi:hover .xwzxCLiContent .xwzxCLiTitle {
        color: #135DB6;
    }

    .xwzxDiv .xwzxC .xwzxCLeft .xwzxCLeftImg {
        width: 532px;
        /* 450*1.166 */
        height: 292px;
        /* 250*1.166 */
        display: block;
        margin-bottom: 15px;
    }

    .xwzxDiv .xwzxC .xwzxCRight {
        width: 770px;
        /* 660*1.166 */
        min-height: 445px;
        /* 382*1.166 */
    }

    .xwzxDiv .xwzxC .xwzxCLi {
        height: 96px;
        /* 80*1.166 */
        display: flex;
        align-items: center;
        background: #F6F7F8;
        margin-bottom: 20px;
    }

    .xwzxDiv .xwzxC .xwzxCLi:nth-last-child(1) {
        margin-bottom: 0;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime {
        height: 52px;
        border-right: 1px solid #E8E9EC;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 65px;
        justify-content: center;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime .xwzxCLiTimeP1 {
        font-size: 12px;
        font-weight: 400;
        color: #B9BCBF;
        line-height: 12px;
        margin-bottom: 8px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime .xwzxCLiTimeP2 {
        font-size: 16px;
        font-weight: 400;
        color: #686B73;
        line-height: 16px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent {
        padding: 0 24px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent .xwzxCLiTitle {
        font-size: 16px;
        font-weight: bold;
        color: #363A44;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent .xwzxCLiContentC {
        font-size: 14px;
        font-weight: 400;
        color: #686B73;
        line-height: 16px;
    }

    .xwzxDiv .xwzxLink {
        margin: 70px auto 0;
        width: 180px;
        height: 50px;
        border-radius: 20px;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0063B1;
        position: relative;
    }

    .xwzxDiv .xwzxLink:hover {
        background: #F8A225;
    }

    .xwzxDiv .xwzxLink span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
        display: inline-block;
    }

    .xwzxDiv .xwzxLink img {
        width: 17px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    .tabbar {
        display: none !important;
    }

    .headPhoneDiv {
        display: none !important;
    }

    .phone-nav {
        display: none !important;
    }

    .productSwiperDiv .productSwiper {
        border: 1px solid #fff;
    }

    .productSwiperDiv .productSwiper:hover {
        border: 1px solid #135DB6;
    }
}

/*小屏幕*/
@media (max-width: 1599px) and (min-width: 1280px) {
    .max {
        width: 1200px;
    }

    .headDiv {
        width: 100%;
        height: 108px;
        background: #F6F6F6;
    }

    .headDiv .head {
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .headDiv .head .headLeft {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .headDiv .head .headLeft .logo {
        width: 108px;
        height: 108px;
        display: block;
    }

    .headDiv .head .headLeft .headTitle {
        margin-left: 21px;
    }

    .headDiv .head .headLeft .headTitle img {
        width: 278px;
        height: 47px;
        display: block;
    }

    .headDiv .head .headRight {
        display: flex;
        align-items: center;
    }

    .headDiv .head .headRight .headTel {
        width: 44px;
        height: 41px;
        display: block;
        margin-right: 17px;
    }

    .headDiv .head .headRight .telText {
        display: flex;
        flex-direction: column;
        margin-right: 16px;
    }

    .headDiv .head .headRight .telText .telTextp1 {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 8px;
    }

    .headDiv .head .headRight .telText .telTextp2 {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #F8A225;
        letter-spacing: 2px;
    }

    .headDiv .head .headRight .ewm {
        width: 82px;
        height: 82px;
        display: block;
    }

    /* ------ */
    .navDiv {
        width: 100%;
        background: #135DB6;
        height: 50px;
    }

    .navDiv .nav {
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .navDiv .nav .navLi {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        width: 100px;
    }

    .navDiv .nav .navLi:hover {
        background: #F8A225;
    }

    .navDiv .nav .navLi.active {
        background: #F8A225;
    }

    .bannerCenterDiv .bannerCenter {
        width: 100%;
        height: auto;
        display: block;
    }

    .footDiv {
        width: 100%;
        height: 400px;
        background: url("../img/footBg.jpg") no-repeat center;
        background-size: cover;
    }

    .footDiv .foot {
        height: 400px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .footDiv .foot .footLeft {
        display: flex;
        flex-direction: column;
    }

    .footDiv .foot .footLeft .footLeftTitle {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 4px;
        margin-bottom: 23px;
    }

    .footDiv .foot .footLeft .footLeftCenter {
        display: flex;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL {
        margin-right: 20px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL .fewm {
        width: 120px;
        height: 120px;
        display: block;
        margin-bottom: 12px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL .fewmp {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterR p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterR p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .footDiv .foot .footRight {
        width: 584px;
        margin-right: 120px;
    }

    .footDiv .foot .footRight .footRightTitle {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

    .footDiv .foot .footRight .footRightFormDiv {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs {
        display: flex;
        justify-content: space-between;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input {
        width: 280px;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        margin-bottom: 20px;
        background: none;
        padding: 0 20px;
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input::placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input::-moz-placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea {
        display: block;
        padding: 17px 20px;
        background: none;
        outline: none;
        resize: none;
        color: #fff;
        width: 584px;
        height: 122px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        margin-bottom: 25px;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea::placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea::-moz-placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .submit {
        width: 150px;
        height: 50px;
        line-height: 50px;
        background: #F8A225;
        border-radius: 20px 20px 20px 20px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    .footBottomDiv {
        width: 100%;
        background: #252525;
        min-height: 60px;
    }

    .footBottomDiv .footBottom {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin: auto;
    }

    .footBottomDiv .footBottom .footBottomL {
        padding: 22px 0;
    }

    .footBottomDiv .footBottom .footBottomR {
        padding: 22px 0;
    }

    /* -------- */
    .titleDiv {
        width: 100%;
        text-align: center;
        margin: 50px 0 0;
    }

    .titleDiv .titleC {
        margin: auto;
        width: 100%;
        height: 77px;
        position: relative;
    }

    .titleDiv .titleC .titlebg {
        position: absolute;
        font-size: 59px;
        line-height: 77px;
        font-weight: bold;
        color: #F3F3F3;
        letter-spacing: 4px;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    .titleDiv .titleC .titlename {
        font-size: 30px;
        font-weight: 500;
        color: #135DB6;
        letter-spacing: 4px;
        line-height: 77px;
    }

    .titleDiv .titleicon {
        width: 408px;
        height: 20px;
        display: block;
        margin: 0 auto 12px;
    }

    .titleDiv .titleContent {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    /* ------- */
    .mainZJWMDiv {
        margin: 70px auto 176px;
    }

    .mainZJWMDiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mainZJWMDiv .mainZJWMTitle {
        font-size: 36px;
        font-weight: bold;
        color: #363A44;
        line-height: 40px;
        letter-spacing: 4px;
        margin-bottom: 48px;
    }

    .mainZJWMDiv .mainZJWMBottom {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .mainZJWMDiv .mainZJWMBottom img {
        width: 49%;
    }

    /* ------ */
    .mainFWZXDiv {
        margin: 40px auto 100px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainFWZXTitleDiv {
        width: 644px;
        margin: auto;
        font-size: 20px;
        font-weight: 400;
        color: #363A44;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .mainFWZXTitleDiv p {
        text-align: center;
    }

    .mainFWZXTitleDiv p .red {
        color: #E92408;
        display: inline-block;
        margin-right: 50px;
    }

    .mainFWZXTitleDiv p .red:nth-last-child(1) {
        margin-right: 0;
    }

    .mainFWZXListDiv {
        margin: 0 auto 20px;
        display: flex;
    }

    .mainFWZXListDiv:nth-last-child(1) {
        margin-bottom: 0;
    }

    .mainFWZXListDiv .mainFWZXListImg {
        width: 500px;
        height: 333px;
    }

    .mainFWZXListDiv .mainFWZXLi {
        width: 500px;
        padding: 34px 22px 34px 40px;
        background: #F5F5F5;
    }

    .mainFWZXListDiv .mainFWZXLi .mainFWZXLiTitle {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 20px;
    }

    .mainFWZXListDiv .mainFWZXLi .mainFWZXLiContent {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
    }

    .mainFWZXListDiv:hover .mainFWZXLi {
        background: #135DB6;
    }

    .mainFWZXListDiv:hover .mainFWZXLiTitle {
        color: #fff;
    }

    .mainFWZXListDiv:hover .mainFWZXLiContent {
        color: #fff;
    }

    /* ------- */
    .mainDDLYDiv {
        margin: 74px auto 206px;
        width: 870px;
    }

    .mainDDLYDiv .mainDDLYFormInputs {
        display: flex;
        justify-content: space-between;
    }

    .mainDDLYDiv .mainDDLYFormInputs input {
        width: 400px;
        height: 46px;
        background: #F7F7F7;
        padding-left: 18px;
        margin-bottom: 50px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormInputs input::placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormInputs input::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv textarea {
        width: 870px;
        height: 249px;
        background: #F7F7F7;
        padding: 18px;
        display: block;
        outline: none;
        resize: none;
        border: 0;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        margin-bottom: 33px;
    }

    .mainDDLYDiv textarea::placeholder {
        color: #333333;
    }

    .mainDDLYDiv textarea::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv {
        display: flex;
        align-items: center;
        margin-bottom: 90px;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input {
        width: 244px;
        height: 46px;
        background: #F7F7F7;
        padding-left: 18px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-right: 20px;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input::placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv img {
        width: 112px;
        height: 42px;
        cursor: pointer;
    }

    .mainDDLYDiv .submitDDLY {
        width: 450px;
        height: 60px;
        background: linear-gradient(180deg, #4597F9 0%, #0C65CE 100%, #0A2F5B 100%);
        border-radius: 20px 20px 20px 20px;
        font-size: 24px;
        line-height: 60px;
        font-weight: bold;
        color: #FFFFFF;
        margin: auto;
        display: block;
    }

    /* --------------- */
    .mainContactDiv {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        margin: 100px auto 160px;
    }

    .mainContactDiv .map {
        width: 100%;
        height: 500px;
    }

    .mainContactDiv .mainContactContent {
        width: 400px;
        height: 500px;
        padding: 36px 26px;
        background: #135DB6;
        flex-shrink: 0;
    }

    .mainContactDiv .mainContactContent .mainContactTitle {
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .mainContactDiv .mainContactContent .mainContactTitle::after {
        width: 78px;
        height: 1px;
        background: #FFFFFF;
        content: "";
        display: block;
        margin-top: 18px;
    }

    .mainContactDiv .mainContactContent .mainContactTitle span {
        display: inline-block;
        margin-right: 30px;
    }

    .mainContactDiv .mainContactContent .mainContactC p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
    }

    .mainContactDiv .mainContactContent .mainContactC p span {
        font-weight: bold;
    }

    /* -------- */
    .mainNewsDiv {
        margin: 50px auto 68px;
        overflow: hidden;
    }

    .mainNewsDiv .newsListDiv {
        float: left;
        width: 386px;
        height: 295px;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #F6F7F8;
        padding: 40px 20px 26px;
    }

    .mainNewsDiv .newsListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainNewsDiv .newsListDiv .newsList {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListTitle {
        font-size: 24px;
        font-weight: bold;
        color: #363A44;
        line-height: 30px;
        height: 60px;
        margin-bottom: 16px;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListContent {
        height: 90px;
        font-size: 16px;
        font-weight: 400;
        color: #686B73;
        line-height: 30px;
        text-indent: 2em;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom {
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListTime {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan {
        display: flex;
        align-items: center;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img {
        width: 27px;
        height: 17px;
        display: block;
        margin-right: 8px;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img:nth-child(1) {
        display: block;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img:nth-child(2) {
        display: none;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan span {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

    .mainNewsDiv .newsListDiv:hover {
        background: #135DB6;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListTitle {
        color: #fff;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListContent {
        color: #fff;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListTime {
        color: #fff;
    }

    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListKan span {
        color: #fff;
    }
    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListKan img:nth-child(1) {
        display: none;
    }
    .mainNewsDiv .newsListDiv:hover .newsList .newsListBottom .newsListKan img:nth-child(2) {
        display: block;
    }
    /* --- */
    .wrapper {
        margin: 0 auto 60px;
        height: 30px;
        display: flex;
        justify-content: center;
    }

    .wrapper a {
        color: rgba(0, 0, 0, 0.65);
        display: inline-block;
        padding: 0 10px;
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .wrapper .distance {
        margin-left: 10px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        float: left;
        cursor: pointer;
    }

    .wrapper .distance:hover {
        background: #135DB6;
        border: 1px solid #135DB6;
    }

    .wrapper .distance:hover a {
        color: rgba(251, 251, 251, 1);
    }

    .wrapper .uppage {
        border: 1px solid lightgray;
    }

    .wrapper .select {
        border: 1px solid #135DB6;
        background: #135DB6;
    }

    .wrapper .prev,
    .wrapper .next {
        border: 1px solid lightgray;
    }

    .wrapper .disabled a,
    .wrapper .select a {
        color: rgba(251, 251, 251, 1);
    }

    .wrapper .disabled {
        margin-left: 10px;
        background: #e1e1e1;
        cursor: not-allowed;
    }

    .wrapper .disabled:hover {
        background: #e1e1e1;
        border: 1px solid lightgray;
    }

    .wrapper .disabled a {
        pointer-events: none;
    }

    /* ------- */
    .mainNewsCDiv {
        width: 100%;
        height: 100%;
        background: #F6F7F8;
        overflow: hidden;
    }

    .mainNewsCDiv .mainNewsC {
        margin: 100px auto 77px;
        background: #fff;
        padding: 73px 100px 98px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv {
        margin-bottom: 17px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        margin-bottom: 28px;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent span {
        display: inline-block;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent span:nth-child(1) {
        margin-right: 30px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsContentDiv {
        border-top: 1px dashed #999999;
        border-bottom: 1px dashed #999999;
        padding: 62px 0 33px;
        margin-bottom: 60px;
        overflow: hidden;
    }
    .mainNewsCDiv .mainNewsC .mainNewsContentDiv p{
        line-height: 30px;
        font-size: 16px;
        text-indent: 2em;
    }

    .mainNewsCDiv .mainNewsC .mainNewsContentDiv img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 60%;
        margin: auto;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv a {
        width: 143px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        border: 1px solid #135DB6;
        display: block;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPage {
        color: #135DB6;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPage:hover {
        color: #fff;
        background: #135DB6;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPageCenter {
        background: #135DB6;
        color: #fff;
    }

    /* ------ */
    .mainCaseDiv {
        margin: 72px auto 68px;
        overflow: hidden;
    }

    .mainCaseDiv .caseListDiv {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #F6F7F8;
        width: 380px;
    }

    .mainCaseDiv .caseListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainCaseDiv .caseListDiv .caseListImg {
        width: 100%;
        height: 285px;
        overflow: hidden;
    }

    .mainCaseDiv .caseListDiv img {
        width: 100%;
        height: 285px;
    }

    .mainCaseDiv .caseListDiv:hover img {
        transform: scale(1.2);
    }

    .mainCaseDiv .caseListDiv p {
        width: 100%;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 60px;
        text-align: center;
        padding: 0 20px;
    }

    /* --------- */
    .mainProductTitleDiv {
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mainProductTitleDiv .mainProductTitle {
        min-width: 230px;
        height: 60px;
        background: #686B73;
        border-radius: 8px;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .mainProductTitleDiv .mainProductTitle img {
        width: 20px;
        height: 7px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        opacity: 0;
    }

    .mainProductTitleDiv .mainProductTitle.active,
    .mainProductTitleDiv .mainProductTitle:hover {
        background: #135DB6;
    }

    .mainProductTitleDiv .mainProductTitle.active img,
    .mainProductTitleDiv .mainProductTitle:hover img {
        opacity: 1;
    }

    .mainProductDiv {
        margin: 20px auto 47px;
        overflow: hidden;
    }

    .mainProductDiv .productListDiv {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        width: 390px;
        padding: 5px;
        border: 1px solid rgba(153, 153, 153, 0.5000);
        background: #fff;
    }

    .mainProductDiv .productListDiv .productListText .pIconD {
        display: block;
    }

    .mainProductDiv .productListDiv .productListText .pIconH {
        display: none;
    }

    .mainProductDiv .productListDiv:hover {
        border: 1px solid #135DB6;
        background: #135DB6;
    }

    .mainProductDiv .productListDiv:hover .productListText .pIconD {
        display: none;
    }

    .mainProductDiv .productListDiv:hover .productListText .pIconH {
        display: block;
    }

    .mainProductDiv .productListDiv:hover .productListText {
        color: #fff;
    }

    .mainProductDiv .productListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainProductDiv .productListDiv .productListImg {
        width: 100%;
        height: 253px;
        overflow: hidden;
    }

    .mainProductDiv .productListDiv img {
        width: 100%;
        height: 253px;
    }

    .mainProductDiv .productListDiv:hover .productListImg img {
        transform: scale(1.2);
    }

    .mainProductDiv .productListDiv .productListText {
        width: 100%;
        height: 64px;
        line-height: 64px;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 0 12px 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mainProductDiv .productListDiv .productListText img {
        width: 29px;
        height: 14px;
    }

    /* --------- */
    .mainProductCDiv {
        width: 100%;
        height: 100%;
        background: #F6F7F8;
        overflow: hidden;
    }

    .mainProductCDiv .mainProductC {
        margin: 100px auto 77px;
        background: #fff;
        padding: 73px 100px 98px;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC {
        margin-bottom: 17px;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        margin-bottom: 28px;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent span {
        display: inline-block;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent span:nth-child(1) {
        margin-right: 30px;
    }

    .mainProductCDiv .mainProductC .mainProductContentDiv {
        border-top: 1px dashed #999999;
        padding: 40px 0 120px;
        margin-bottom: 60px;
        overflow: hidden;
    }

    .mainProductCDiv .mainProductC .mainProductContentDiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv a {
        width: 143px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        border: 1px solid #135DB6;
        display: block;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv .mainProductPage {
        color: #135DB6;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv .mainProductPageCenter {
        background: #135DB6;
        color: #fff;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .mainProductContentListTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        padding-bottom: 14px;
        border-bottom: 1px dashed #999999;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper {
        width: 100%;
        overflow: hidden;
        padding: 40px 0 0;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper {
        display: flex;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper .swiper-slide {
        margin-right: 20px;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper .swiper-slide img {
        width: 200px;
        height: 134px;
        display: block;
    }

    /* --------------------------- */
    .bannerPCDiv {
        display: block;
    }

    .bannerMobileDiv {
        display: none;
    }

    .banner {
        width: 100%;
        overflow: hidden;
        --swiper-pagination-color: #fff;
        position: relative;
    }

    .banner .swiper-pagination {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 63px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        opacity: 0.3;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

    /* --------- */
    .indexTitleDiv {
        text-align: center;
    }

    .indexTitleDiv .indexTitleDivP1 {
        font-size: 24px;
        font-weight: normal;
        color: #041431;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .indexTitleDiv .indexTitleDivP2 {
        font-size: 48px;
        font-weight: bold;
        color: #135DB6;
        line-height: 48px;
        letter-spacing: 2px;
    }

    .indexTitleDiv.Bai .indexTitleDivP1 {
        color: rgba(255, 255, 255, 0.5);
    }

    .indexTitleDiv.Bai .indexTitleDivP2 {
        color: #fff;
    }

    /* ------- */
    .zjwmDiv {
        margin: 60px auto 58px;
    }

    .zjwmDiv .zjwmC {
        height: 442px;
        position: relative;
        margin-top: 52px;
    }

    .zjwmDiv .zjwmC .zjwmCLeft {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        width: 474px;
        height: 335px;
        background: #F8A225;
        z-index: 1;
        margin-top: 8px;
    }

    .zjwmDiv .zjwmC .zjwmCLeft .zjwmCLeftC {
        width: 456px;
        height: 338px;
        overflow: hidden;
        display: block;
        position: absolute;
        right: 0;
        bottom: 16px;
    }

    .zjwmDiv .zjwmC .zjwmCLeft:hover .zjwmCLeftC img {
        transform: scale(1.2);
    }

    .zjwmDiv .zjwmC .zjwmCLeft img {
        width: 456px;
        height: 338px;
        display: block;
    }

    .zjwmDiv .zjwmC .zjwmCRight {
        position: absolute;
        right: 0;
        top: 0;
        height: 442px;
        width: 980px;
        padding: 77px 30px 0 290px;
        background: #F7F8FA;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightTitle {
        font-size: 36px;
        font-weight: bold;
        color: #363A44;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 48px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent {
        height: 140px;
        margin-bottom: 36px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent p {
        font-size: 16px;
        font-weight: 400;
        color: #363A44;
        line-height: 30px;
        margin-bottom: 20px;
        text-indent: 2em;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink {
        width: 180px;
        height: 50px;
        border-radius: 20px;
        border: 1px solid #135DB6;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink .zjwmCRightLinkIconD {
        display: inline-block;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink .zjwmCRightLinkIconH {
        display: none;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover .zjwmCRightLinkIconD {
        display: none;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover .zjwmCRightLinkIconH {
        display: inline-block;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover {
        background: #135DB6;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink:hover span {
        color: #fff;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink span {
        font-size: 16px;
        font-weight: 400;
        color: #135DB6;
        line-height: 50px;
        display: inline-block;
        margin-right: 25px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink img {
        width: 17px;
        height: 8px;
        display: inline-block;
    }

    /* ------ */
    .cptjD {
        background: #F7FBFF;
        width: 100%;
    }

    .cptjDiv {
        padding: 60px 0 50px;
        margin: auto;
    }

    .cptjDiv .cptjC {
        padding-top: 28px;
    }

    .cptjDiv .cptjC .cptjLink {
        margin: 0 auto 0;
        width: 180px;
        height: 50px;
        border-radius: 20px;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0063B1;
        position: relative;
    }

    .cptjDiv .cptjC .cptjLink:hover {
        background: #F8A225;
    }

    .cptjDiv .cptjC .cptjLink span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
        display: inline-block;
    }

    .cptjDiv .cptjC .cptjLink img {
        width: 17px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    /* --------- */
    .cpysD {
        width: 100%;
        background: url("../img/indexcpysBg.jpg") no-repeat center;
        background-size: cover;
        height: 450px;
    }

    .cpysD .cpysDiv {
        padding: 40px 0 0;
        margin: auto;
        width: 1000px;
    }

    .cpysD .cpysDiv .cpysDivContent {
        margin: 80px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC:hover img {
        transform: rotateY(180deg);
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC img {
        width: 87px;
        height: 60px;
        display: block;
        margin: 0 auto 41px;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC p {
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 24px;
        letter-spacing: 2px;
    }

    /* ---------- */
    .xwzxDiv {
        padding: 60px 0 102px;
        margin: auto;
    }

    .xwzxDiv .xwzxC {
        margin: 70px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .xwzxDiv .xwzxC .xwzxCLeft {
        width: 500px;
        height: 382px;
        padding: 20px 25px 0;
        background: #F6F7F8;
    }

    .xwzxDiv .xwzxC .xwzxCLeft:hover .xwzxCLi .xwzxCLiContent .xwzxCLiTitle {
        color: #135DB6;
    }

    .xwzxDiv .xwzxC .xwzxCLi:hover .xwzxCLiContent .xwzxCLiTitle {
        color: #135DB6;
    }

    .xwzxDiv .xwzxC .xwzxCLeft .xwzxCLeftImg {
        width: 450px;
        height: 250px;
        display: block;
        margin-bottom: 15px;
    }

    .xwzxDiv .xwzxC .xwzxCRight {
        width: 660px;
        min-height: 382px;
    }

    .xwzxDiv .xwzxC .xwzxCLi {
        height: 80px;
        display: flex;
        align-items: center;
        background: #F6F7F8;
        margin-bottom: 20px;
    }

    .xwzxDiv .xwzxC .xwzxCLi:nth-last-child(1) {
        margin-bottom: 0;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime {
        height: 52px;
        border-right: 1px solid #E8E9EC;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 65px;
        justify-content: center;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime .xwzxCLiTimeP1 {
        font-size: 12px;
        font-weight: 400;
        color: #B9BCBF;
        line-height: 12px;
        margin-bottom: 8px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime .xwzxCLiTimeP2 {
        font-size: 16px;
        font-weight: 400;
        color: #686B73;
        line-height: 16px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent {
        padding: 0 24px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent .xwzxCLiTitle {
        font-size: 16px;
        font-weight: bold;
        color: #363A44;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent .xwzxCLiContentC {
        font-size: 14px;
        font-weight: 400;
        color: #686B73;
        line-height: 16px;
    }

    .xwzxDiv .xwzxLink {
        margin: 70px auto 0;
        width: 180px;
        height: 50px;
        border-radius: 20px;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0063B1;
        position: relative;
    }

    .xwzxDiv .xwzxLink:hover {
        background: #F8A225;
    }

    .xwzxDiv .xwzxLink span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
        display: inline-block;
    }

    .xwzxDiv .xwzxLink img {
        width: 17px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    .tabbar {
        display: none !important;
    }

    .headPhoneDiv {
        display: none !important;
    }

    .phone-nav {
        display: none !important;
    }

    .productSwiperDiv .productSwiper {
        border: 1px solid #fff;
    }

    .productSwiperDiv .productSwiper:hover {
        border: 1px solid #135DB6;
    }
}

/*平板*/
@media (max-width: 1279px) {
    .max {
        width: 100%;
    }

    .headDiv {
        display: none;
    }

    /* ------ */
    .navDiv {
        display: none;
    }

    .bannerCenterDiv .bannerCenter {
        width: 100%;
        height: auto;
        display: block;
    }

    .footDiv {
        display: none;
        width: 100%;
        height: 400px;
        background: url("../img/footBg.jpg") no-repeat center;
        background-size: cover;
    }

    .footDiv .foot {
        height: 400px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .footDiv .foot .footLeft {
        display: flex;
        flex-direction: column;
    }

    .footDiv .foot .footLeft .footLeftTitle {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 4px;
        margin-bottom: 23px;
    }

    .footDiv .foot .footLeft .footLeftCenter {
        display: flex;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL {
        margin-right: 20px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL .fewm {
        width: 120px;
        height: 120px;
        display: block;
        margin-bottom: 12px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterL .fewmp {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterR p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .footDiv .foot .footLeft .footLeftCenter .footLeftCenterR p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .footDiv .foot .footRight {
        width: 584px;
        margin-right: 120px;
    }

    .footDiv .foot .footRight .footRightTitle {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

    .footDiv .foot .footRight .footRightFormDiv {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs {
        display: flex;
        justify-content: space-between;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input {
        width: 280px;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        margin-bottom: 20px;
        background: none;
        padding: 0 20px;
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input::placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormInputs input::-moz-placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea {
        display: block;
        padding: 17px 20px;
        background: none;
        outline: none;
        resize: none;
        color: #fff;
        width: 584px;
        height: 122px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        margin-bottom: 25px;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea::placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .footRightFormDiv .footRightFormTextarea::-moz-placeholder {
        color: #fff;
    }

    .footDiv .foot .footRight .submit {
        width: 150px;
        height: 50px;
        line-height: 50px;
        background: #F8A225;
        border-radius: 20px 20px 20px 20px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    .footBottomDiv {
        display: none;
        width: 100%;
        background: #252525;
        min-height: 60px;
    }

    .footBottomDiv .footBottom {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin: auto;
    }

    .footBottomDiv .footBottom .footBottomL {
        padding: 22px 0;
    }

    .footBottomDiv .footBottom .footBottomR {
        padding: 22px 0;
    }

    /* -------- */
    .titleDiv {
        width: 100%;
        text-align: center;
        margin: 50px 0 0;
        padding: 0 16px;
    }

    .titleDiv .titleC {
        margin: auto;
        width: 100%;
        height: 36px;
        position: relative;
    }

    .titleDiv .titleC .titlebg {
        position: absolute;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        color: #F3F3F3;
        letter-spacing: 1px;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    .titleDiv .titleC .titlename {
        font-size: 24px;
        font-weight: bold;
        color: #135DB6;
        letter-spacing: 4px;
        line-height: 30px;
    }

    .titleDiv .titleicon {
        width: 204px;
        height: 10px;
        display: block;
        margin: 0 auto 12px;
    }

    .titleDiv .titleContent {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
    }

    /* ------- */
    .mainZJWMDiv {
        margin: 40px auto 20px;
        padding: 0 16px;
    }

    .mainZJWMDiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mainZJWMDiv .mainZJWMTitle {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        color: #363A44;
        line-height: 40px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }

    .mainZJWMDiv .mainZJWMBottom img {
        width: 100%;
        margin-bottom: 16px;
    }

    /* ------ */
    .mainFWZXDiv {
        margin: 40px auto 20px;
        overflow: hidden;
    }

    .mainFWZXTitleDiv {
        width: 100%;
        margin: auto;
        font-size: 14px;
        font-weight: 400;
        color: #363A44;
        line-height: 36px;
        margin-bottom: 20px;
        padding: 0 16px;
    }

    .mainFWZXTitleDiv p {
        text-align: center;
    }

    .mainFWZXTitleDiv p .red {
        color: #E92408;
        display: inline-block;
        margin-right: 20px;
    }

    .mainFWZXTitleDiv p .red:nth-last-child(1) {
        margin-right: 0;
    }

    .mainFWZXListDiv {
        margin: 0 auto 20px;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
    }

    .mainFWZXListDiv:nth-child(3n+3) {
        flex-flow: wrap-reverse;
    }

    .mainFWZXListDiv:nth-last-child(1) {
        margin-bottom: 0;
    }

    .mainFWZXListDiv .mainFWZXListImg {
        width: 100%;
        height: auto;
    }

    .mainFWZXListDiv .mainFWZXLi {
        width: 100%;
        padding: 16px;
        background: #F5F5F5;
    }

    .mainFWZXListDiv .mainFWZXLi .mainFWZXLiTitle {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 10px;
    }

    .mainFWZXListDiv .mainFWZXLi .mainFWZXLiContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
    }

    /* ------- */
    .mainDDLYDiv {
        margin: 24px auto 20px;
        width: 100%;
        padding: 0 16px;
    }

    .mainDDLYDiv .mainDDLYFormInputs input {
        width: 100%;
        height: 46px;
        background: #F7F7F7;
        padding-left: 18px;
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormInputs input::placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormInputs input::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv textarea {
        width: 100%;
        height: 160px;
        background: #F7F7F7;
        padding: 18px;
        display: block;
        outline: none;
        resize: none;
        border: 0;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        margin-bottom: 33px;
    }

    .mainDDLYDiv textarea::placeholder {
        color: #333333;
    }

    .mainDDLYDiv textarea::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input {
        width: 100%;
        height: 46px;
        background: #F7F7F7;
        padding-left: 18px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        margin-right: 20px;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input::placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv input::-moz-placeholder {
        color: #333333;
    }

    .mainDDLYDiv .mainDDLYFormYZMDiv img {
        width: 112px;
        height: 42px;
        cursor: pointer;
    }

    .mainDDLYDiv .submitDDLY {
        width: 200px;
        height: 50px;
        background: linear-gradient(180deg, #4597F9 0%, #0C65CE 100%, #0A2F5B 100%);
        border-radius: 20px 20px 20px 20px;
        font-size: 20px;
        line-height: 50px;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0 auto 70px;
        display: block;
    }

    /* --------------- */
    .mainContactDiv {
        width: 100%;
        padding: 0 16px;
        margin: 50px auto 20px;
    }

    .mainContactDiv .map {
        width: 100%;
        height: 200px;
    }

    .mainContactDiv .mainContactContent {
        width: 100%;
        height: auto;
        padding: 36px 26px;
        background: #135DB6;
        flex-shrink: 0;
    }

    .mainContactDiv .mainContactContent .mainContactTitle {
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .mainContactDiv .mainContactContent .mainContactTitle::after {
        width: 78px;
        height: 1px;
        background: #FFFFFF;
        content: "";
        display: block;
        margin-top: 18px;
    }

    .mainContactDiv .mainContactContent .mainContactTitle span {
        display: inline-block;
        margin-right: 30px;
    }

    .mainContactDiv .mainContactContent .mainContactC p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
    }

    .mainContactDiv .mainContactContent .mainContactC p span {
        font-weight: bold;
    }

    /* -------- */
    .mainNewsDiv {
        margin: 20px auto 20px;
        overflow: hidden;
        padding: 0 16px;
    }

    .mainNewsDiv .newsListDiv {
        width: 100%;
        height: 295px;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #F6F7F8;
        padding: 40px 20px 26px;
        display: block;
    }

    .mainNewsDiv .newsListDiv:nth-child(3n+3) {
        margin-right: 0;
    }

    .mainNewsDiv .newsListDiv .newsList {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListTitle {
        font-size: 24px;
        font-weight: bold;
        color: #363A44;
        line-height: 30px;
        height: 60px;
        margin-bottom: 16px;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListContent {
        height: 90px;
        font-size: 16px;
        font-weight: 400;
        color: #686B73;
        line-height: 30px;
        text-indent: 2em;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom {
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListTime {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan {
        display: flex;
        align-items: center;
    }

    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img {
        width: 24px;
        height: auto;
        display: block;
        margin-right: 8px;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img:nth-child(1) {
        display: block;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan img:nth-child(2) {
        display: none;
    }
    .mainNewsDiv .newsListDiv .newsList .newsListBottom .newsListKan span {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

    /* --- */
    .wrapper {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .wrapper a {
        color: rgba(0, 0, 0, 0.65);
        display: inline-block;
        padding: 0 10px;
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .wrapper .distance {
        margin-left: 10px;
        margin-bottom: 10px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        float: left;
        cursor: pointer;
    }

    .wrapper .distance:hover {
        background: #135DB6;
        border: 1px solid #135DB6;
    }

    .wrapper .distance:hover a {
        color: rgba(251, 251, 251, 1);
    }

    .wrapper .uppage {
        border: 1px solid lightgray;
    }

    .wrapper .select {
        border: 1px solid #135DB6;
        background: #135DB6;
    }

    .wrapper .prev,
    .wrapper .next {
        border: 1px solid lightgray;
    }

    .wrapper .disabled a,
    .wrapper .select a {
        color: rgba(251, 251, 251, 1);
    }

    .wrapper .disabled {
        margin-left: 10px;
        background: #e1e1e1;
        cursor: not-allowed;
    }

    .wrapper .disabled:hover {
        background: #e1e1e1;
        border: 1px solid lightgray;
    }

    .wrapper .disabled a {
        pointer-events: none;
    }

    /* ------- */
    .mainNewsCDiv {
        width: 100%;
        height: 100%;
        background: #F6F7F8;
        overflow: hidden;
        min-height: calc(100vh - 140px);
    }

    .mainNewsCDiv .mainNewsC {
        width: calc(100% - 20px);
        margin: 20px 10px 20px;
        background: #fff;
        padding: 20px 10px 20px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv {
        margin-bottom: 17px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitle {
        font-size: 28px;
        font-weight: bold;
        color: #000000;
        line-height: 36px;
        margin-bottom: 28px;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent span {
        display: inline-block;
    }

    .mainNewsCDiv .mainNewsC .mainNewsTitleDiv .mainNewsTitleContent span:nth-child(1) {
        margin-right: 30px;
    }

    .mainNewsCDiv .mainNewsC .mainNewsContentDiv {
        border-top: 1px dashed #999999;
        border-bottom: 1px dashed #999999;
        padding: 10px 0 33px;
        margin-bottom: 60px;
        overflow: hidden;
    }
    .mainNewsCDiv .mainNewsC .mainNewsContentDiv p{
        line-height: 30px;
        font-size: 16px;
        text-indent: 2em;
    }

    .mainNewsCDiv .mainNewsC .mainNewsContentDiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv a {
        padding: 0 20px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        border: 1px solid #135DB6;
        display: block;
        text-align: center;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPage {
        color: #135DB6;
    }

    .mainNewsCDiv .mainNewsC .mainNewsBottomDiv .mainNewsPageCenter {
        background: #135DB6;
        color: #fff;
    }

    /* ------ */
    .mainCaseDiv {
        margin: 42px auto 20px;
        overflow: hidden;
        padding: 0 16px;
    }

    .mainCaseDiv .caseListDiv {
        margin-bottom: 20px;
        background: #F6F7F8;
        width: calc(50% - 4px);
        display: block;
        margin-right: 8px;
        float: left;
    }

    .mainCaseDiv .caseListDiv:nth-child(2n+2) {
        margin-right: 0;
    }

    .mainCaseDiv .caseListDiv .caseListImg {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }

    .mainCaseDiv .caseListDiv img {
        width: 100%;
        height: 130px;
    }

    .mainCaseDiv .caseListDiv:hover img {
        transform: scale(1.2);
    }

    .mainCaseDiv .caseListDiv p {
        width: 100%;
        height: 40px;
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        text-align: center;
        padding: 0 20px;
    }

    /* --------- */
    .mainProductTitleDiv {
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 16px;
    }

    .mainProductTitleDiv .mainProductTitle {
        min-width: calc(50% - 20px);
        height: 40px;
        background: #686B73;
        border-radius: 8px;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        position: relative;
    }

    .mainProductTitleDiv .mainProductTitle img {
        width: 20px;
        height: 7px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        opacity: 0;
    }

    .mainProductTitleDiv .mainProductTitle.active {
        background: #135DB6;
    }

    .mainProductTitleDiv .mainProductTitle.active img {
        opacity: 1;
    }

    .mainProductDiv {
        margin: 0 auto 20px;
        overflow: hidden;
        padding: 0 16px;
    }

    .mainProductDiv .productListDiv {
        margin-bottom: 15px;
        width: calc(50% - 4px);
        padding: 5px 5px 0;
        border: 1px solid rgba(153, 153, 153, 0.5000);
        background: #fff;
        display: block;
        float: left;
        margin-right: 8px;
    }

    .mainProductDiv .productListDiv .productListText .pIconD {
        display: block;
    }

    .mainProductDiv .productListDiv .productListText .pIconH {
        display: none;
    }

    .mainProductDiv .productListDiv:nth-child(2n+2) {
        margin-right: 0;
    }

    .mainProductDiv .productListDiv .productListImg {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }

    .mainProductDiv .productListDiv img {
        width: 100%;
        height: 130px;
    }

    .mainProductDiv .productListDiv:hover .productListImg img {
        transform: scale(1.2);
    }

    .mainProductDiv .productListDiv .productListText {
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        padding: 0 7px 0 7px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mainProductDiv .productListDiv .productListText img {
        width: 15px;
        height: 7px;
    }

    /* --------- */
    .mainProductCDiv {
        width: 100%;
        height: 100%;
        background: #F6F7F8;
        overflow: hidden;
        min-height: calc(100vh - 140px);
    }

    .mainProductCDiv .mainProductC {
        margin: 20px 10px 20px;
        background: #fff;
        padding: 20px 10px 20px;
        width: calc(100% - 20px);
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC {
        margin-bottom: 17px;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitle {
        font-size: 28px;
        font-weight: bold;
        color: #000000;
        line-height: 36px;
        margin-bottom: 28px;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent span {
        display: inline-block;
    }

    .mainProductCDiv .mainProductC .mainProductTitleDivC .mainProductTitleContent span:nth-child(1) {
        margin-right: 30px;
    }

    .mainProductCDiv .mainProductC .mainProductContentDiv {
        border-top: 1px dashed #999999;
        padding: 20px 0 0;
        /* margin-bottom: 10px; */
        overflow: hidden;
    }

    .mainProductCDiv .mainProductC .mainProductContentDiv img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 90% !important;
        margin: auto;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv a {
        width: 143px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        border: 1px solid #135DB6;
        display: block;
        text-align: center;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv .mainProductPage {
        color: #135DB6;
    }

    .mainProductCDiv .mainProductC .mainProductBottomDiv .mainProductPageCenter {
        background: #135DB6;
        color: #fff;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv {
        display: none;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .mainProductContentListTitle {
        font-size: 28px;
        font-weight: 500;
        color: #000000;
        line-height: 36px;
        padding-bottom: 14px;
        border-bottom: 1px dashed #999999;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper {
        width: 100%;
        overflow: hidden;
        padding: 40px 0 0;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper {
        display: flex;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper .swiper-slide {
        margin-right: 20px;
    }

    .mainProductCDiv .mainProductC .mainProductContentListDiv .swiper .swiper-wrapper .swiper-slide img {
        width: 200px;
        height: 134px;
        display: block;
    }

    /* --------------------------- */
    .bannerPCDiv {
        display: none;
    }

    .bannerMobileDiv {
        display: block;
    }

    .banner {
        width: 100%;
        overflow: hidden;
        --swiper-pagination-color: #fff;
        position: relative;
    }

    .banner .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 21px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        opacity: 0.3;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

    /* --------- */
    .indexTitleDiv {
        text-align: center;
    }

    .indexTitleDiv .indexTitleDivP1 {
        font-size: 12px;
        font-weight: normal;
        color: #041431;
        line-height: 12px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .indexTitleDiv .indexTitleDivP2 {
        font-size: 24px;
        font-weight: bold;
        color: #135DB6;
        line-height: 24px;
        letter-spacing: 2px;
    }

    .indexTitleDiv.Bai .indexTitleDivP1 {
        color: rgba(255, 255, 255, 0.5);
    }

    .indexTitleDiv.Bai .indexTitleDivP2 {
        color: #fff;
    }

    /* ------- */
    .zjwmDiv {
        margin: 24px auto 24px;
    }

    .zjwmDiv .zjwmC {
        margin-top: 16px;
        padding: 0 16px;
        width: 100%;
    }


    .zjwmDiv .zjwmC .zjwmCLeft img {
        width: 100%;
        height: auto;
        display: block;
    }

    .zjwmDiv .zjwmC .zjwmCRight {
        width: 100%;
        height: auto;
        padding: 21px 12px 25px;
        background: #F7F8FA;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightTitle {
        display: none;
        font-size: 36px;
        font-weight: bold;
        color: #363A44;
        line-height: 40px;
        letter-spacing: 2px;
        margin-bottom: 48px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent {
        /* height: 140px; */
        margin-bottom: 20px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent p {
        font-size: 16px;
        font-weight: 400;
        color: #363A44;
        line-height: 30px;
        margin-bottom: 20px;
        text-indent: 2em;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightContent p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink {
        width: 94px;
        height: 26px;
        border-radius: 20px;
        border: 1px solid #135DB6;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink .zjwmCRightLinkIconD {
        display: inline-block;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink .zjwmCRightLinkIconH {
        display: none;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink span {
        font-size: 12px;
        font-weight: 400;
        color: #135DB6;
        line-height: 24px;
        display: inline-block;
        margin-right: 10px;
    }

    .zjwmDiv .zjwmC .zjwmCRight .zjwmCRightLink img {
        width: 9px;
        height: 5px;
        display: inline-block;
    }

    /* ------ */
    .cptjD {
        background: #F7FBFF;
        width: 100%;
    }

    .cptjDiv {
        padding: 20px 0 28px;
        margin: auto;
    }

    .cptjDiv .cptjC {
        padding-top: 16px;
    }

    .cptjDiv .cptjC .cptjLink {
        margin: 0 auto 0;
        width: 100px;
        height: 26px;
        border-radius: 20px;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0063B1;
        position: relative;
    }

    .cptjDiv .cptjC .cptjLink span {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
        display: inline-block;
    }

    .cptjDiv .cptjC .cptjLink img {
        width: 9px;
        height: 5px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    /* --------- */
    .cpysD {
        width: 100%;
        background: url("../img/indexcpysPhoneBg.jpg") no-repeat center;
        background-size: cover;
        height: 500px;
    }

    .cpysD .cpysDiv {
        padding: 25px 0 0;
        margin: auto;
    }

    .cpysD .cpysDiv .cpysDivContent {
        margin: 50px 0 0;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC {
        margin-bottom: 41px;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC img {
        width: 58px;
        height: 40px;
        display: block;
        margin: 0 auto 20px;
    }

    .cpysD .cpysDiv .cpysDivContent .cpysDivContentC p {
        font-weight: normal;
        color: #FFFFFF;
        line-height: 24px;
        letter-spacing: 2px;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
    }

    /* ---------- */
    .xwzxDiv {
        padding: 50px 16px 40px;
        margin: auto;
    }

    .xwzxDiv .xwzxC {
        margin: 16px 0 0;
    }

    .xwzxDiv .xwzxC .xwzxCLeft {
        width: 100%;
        padding: 5px;
        background: #F6F7F8;
        display: block;
        margin-bottom: 16px;
    }

    .xwzxDiv .xwzxC .xwzxCLeft .xwzxCLeftImg {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0;
    }


    .xwzxDiv .xwzxC .xwzxCLi {
        height: 80px;
        display: flex;
        align-items: center;
        background: #F6F7F8;
        margin-bottom: 20px;
    }

    .xwzxDiv .xwzxC .xwzxCLi:nth-last-child(1) {
        margin-bottom: 0;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime {
        height: 52px;
        border-right: 1px solid #E8E9EC;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 65px;
        justify-content: center;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime .xwzxCLiTimeP1 {
        font-size: 12px;
        font-weight: 400;
        color: #B9BCBF;
        line-height: 12px;
        margin-bottom: 8px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiTime .xwzxCLiTimeP2 {
        font-size: 16px;
        font-weight: 400;
        color: #686B73;
        line-height: 16px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent {
        padding: 0 24px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent .xwzxCLiTitle {
        font-size: 16px;
        font-weight: bold;
        color: #363A44;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .xwzxDiv .xwzxC .xwzxCLi .xwzxCLiContent .xwzxCLiContentC {
        font-size: 14px;
        font-weight: 400;
        color: #686B73;
        line-height: 16px;
    }

    .xwzxDiv .xwzxLink {
        margin: 25px auto 0;
        width: 100px;
        height: 26px;
        border-radius: 20px;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0063B1;
        position: relative;
    }

    .xwzxDiv .xwzxLink span {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 24px;
        display: inline-block;
    }

    .xwzxDiv .xwzxLink img {
        width: 9px;
        height: 5px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    /* ------- */
    .tabBDiv {
        height: 50px;
        width: 100%;
    }

    .tabbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        box-shadow: 0px 0px 8px 1px rgba(199, 199, 199, 0.16);
        z-index: 10;
        display: flex;
        justify-content: space-around;
    }

    .tabbar a {
        flex: 1;
    }

    .tabbar a .tab-icon {
        padding: 4px 0;
    }

    .tabbar a img {
        width: 24px;
        height: 24px;
        display: block;
        margin: auto;
    }

    .tabbar a .tab-icon img:nth-child(1) {
        display: none;
    }

    .tabbar a.tActive .tab-icon img:nth-child(1) {
        display: block;
    }

    .tabbar a.tActive .tab-icon img:nth-child(2) {
        display: none;
    }

    .tabbar a.tActive p {
        color: #135DB6;
    }

    .tabbar a p {
        line-height: 16px;
        font-size: 14px;
        text-align: center;
        color: #666666;
    }

    /* ------ */
    .headPhoneBdiv {
        height: 50px;
        width: 100%;
    }

    .headPhoneDiv {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 15;
    }

    .headPhoneDiv .headPhoneLeft {
        display: flex;
        align-items: center;
    }

    .headPhoneDiv .logo {
        width: 50px;
        height: 50px;
        margin: 0 16px 0 10px;
    }

    .headPhoneDiv .logotextDiv img{
        width: 162px;
        height: 27px;
        display: block;
    }

    .headPhoneDiv .headPhoneRight {
        position: relative;
    }

    .headPhoneDiv .navBtn {
        width: 24px;
        height: 24px;
        margin: 13px 12px 0 0;
        display: block;
    }

    .headPhoneDiv .nav {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
        height: calc(100vh - 50px);
    }

    .headPhoneDiv .navLi {
        height: 40px;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        color: #363A44;
        background: #fff;
        text-align: center;
    }

    .headPhoneDiv .navLi:nth-last-child(1) {
        border-radius: 0 0 10px 10px;
    }

    .headPhoneDiv .navLi a {
        width: 100%;
        display: block;
    }

    .headPhoneDiv .navLiActive {
        border-top: 1px solid #E8E9EC;
        border-bottom: 1px solid #E8E9EC;
    }

    .page-header>.main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

    .nav-toggle {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .nav-toggle.on .nav-toggle-list span:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon .4s linear forwards;
        animation: phone-navtop-animon .4s linear forwards;
    }

    .nav-toggle.on .nav-toggle-list span:nth-of-type(2) {
        opacity: 0;
    }

    .nav-toggle.on .nav-toggle-list span:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon .4s linear forwards;
        animation: phone-navbottom-animon .4s linear forwards;
    }

    .nav-toggle.off .nav-toggle-list span:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff .4s linear forwards;
        animation: phone-navtop-animoff .4s linear forwards;
    }

    .nav-toggle.off .nav-toggle-list span:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity .2s linear .2s;
        -o-transition: opacity .2s linear .2s;
        transition: opacity .2s linear .2s;
    }

    .nav-toggle.off .nav-toggle-list span:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff .4s linear forwards;
        animation: phone-navbottom-animoff .4s linear forwards;
    }

    .nav-toggle-list {
        width: 30px;
        height: 19px;
        position: absolute;
        top: 16px;
        right: 15px;
    }

    .nav-toggle-list span {
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #666;
        -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .nav-toggle-list span:nth-of-type(1) {
        top: 0;
    }

    .nav-toggle-list span:nth-of-type(2) {
        top: 8px;
    }

    .nav-toggle-list span:nth-of-type(3) {
        width: 50%;
        top: 16px;
    }

    @-webkit-keyframes phone-navtop-animon {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @keyframes phone-navtop-animon {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes phone-navbottom-animon {
        0% {
            width: 50%;
            top: 16px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    @keyframes phone-navbottom-animon {
        0% {
            width: 50%;
            top: 16px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    @-webkit-keyframes phone-navtop-animoff {
        0% {
            top: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        50% {
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    @keyframes phone-navtop-animoff {
        0% {
            top: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        50% {
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    @-webkit-keyframes phone-navbottom-animoff {
        0% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        50% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            width: 50%;
            top: 16px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    @keyframes phone-navbottom-animoff {
        0% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        50% {
            width: 100%;
            top: 8px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            width: 50%;
            top: 16px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    .phone-nav {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
    }

    .phone-nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .phone-nav .main {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 200px;
        height: 100%;
        background: #fff;
        border-left: 1px #eee solid;
        overflow: hidden;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

    .phone-nav nav a {
        display: block;
        height: 50px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        color: #777;
    }

    .phone-nav nav a:nth-of-type(1) {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        background-color: #f2f2f2 !important;
    }

    .phone-nav nav a.active {
        background-size: 7px;
    }

    .phone-nav ul {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

    .phone-nav ul a {
        display: block;
        height: 50px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        color: #777;
    }

    .phone-nav ul.on {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .phone-nav li {
        display: none;
    }

    .phone-nav li.on {
        display: block;
    }

    .phone-nav .title {
        font-size: 16px;
        line-height: 60px;
        padding-right: 20px;
        text-align: right;
        background-size: 7px;
    }

    .phone-nav .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    body.on .page-header {
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    body.on .phone-nav .main {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    body.on .phone-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
        -o-transition: opacity .3s ease-out, visibility .3s ease-out;
        transition: opacity .3s ease-out, visibility .3s ease-out;
    }

    body.off .phone-nav {
        -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
        -o-transition: opacity .3s ease-out, visibility .3s ease-out;
        transition: opacity .3s ease-out, visibility .3s ease-out;
    }

    .page-header {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }
}