﻿@font-face {
    font-family: 'Fonts'; /*字体名称*/
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none;
}

/*手机*/
@media screen and (max-width: 767px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*小屏*/
    .Business-Big-Box {
        display: none;
    }

    .Business-Small-Box {
        display: block;
        margin-top: 50px;
    }

    .Business-Small-Top {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .Business-Small-topimg {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
    }

    .Business-Small-ListBox {
        margin-bottom: 20px;
    }

    .Business-Small-TextBox {
        width: 90%;
        margin: 0 auto;
    }

    .Business-Small-ListTitle {
        font-size: 27px;
        color: #382f2f;
    }

    .Business-Small-ListEng {
        font-size: 24px;
        color: #453c3c;
        margin-top: 8px;
    }

    .Business-Small-ListText {
        font-size: 15px;
        color: #4e4e4e;
        line-height: 30px;
        margin:17px 0;
    }

    .Business-Small-ListImgBox {
        width: 100%;
        height: 275px;
        overflow: hidden;
        margin-bottom:10px;
    }

    .Business-Small-ListImg {
        width: 100%;
        height: 275px;
        object-fit: cover;
        display: block;
    }
}


/*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*小屏*/
    .Business-Big-Box {
        display: none;
    }

    .Business-Small-Box {
        display: block;
        margin-top: 50px;
    }

    .Business-Small-Top {
        width: 100%;
        height: 550px;
        overflow: hidden;
    }

    .Business-Small-topimg {
        width: 100%;
        height: 550px;
        object-fit: cover;
        display: block;
    }

    .Business-Small-ListBox {
        margin-bottom:20px;
    }

    .Business-Small-TextBox {
        width: 90%;
        margin: 0 auto;
    }

    .Business-Small-ListTitle {
        font-size: 54px;
        color: #382f2f;
    }

    .Business-Small-ListEng {
        font-size: 48px;
        color: #453c3c;
        margin-top: 16px;
    }

    .Business-Small-ListText {
        font-size: 30px;
        color: #4e4e4e;
        line-height: 50px;
        margin: 35px 0;
    }

    .Business-Small-ListImgBox {
        width: 100%;
        height: 550px;
        overflow: hidden;
        margin-bottom:10px;
    }

    .Business-Small-ListImg {
        width: 100%;
        height: 550px;
        object-fit: cover;
        display: block;
    }
}


/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {

 * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*大屏*/
    .Business-Big-Box {
        display: block;
    }

    .Business-Small-Box {
        display: none;
    }

    .Business-Big-Nav {
        position: absolute;
        top: 30%;
        width: 1200px;
    }

    .Business-Big-NavList {
        float: left;
        width: 19.99%;
        height: 152px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .Business-Big-NavList:hover {
        }

    .Nav-img {
        z-index: 999;
    }

    .Business-img {
        width: 100%;
        height: 464px;
        object-fit: cover;
        display: block;
    }

    .Business-Big-ListBox {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
        position: relative;
        background-color: white;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }


    .Business-Big-ListAll {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .Business-Big-ListAll1 {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .Business-Big-Left {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .Business-Big-Left1 {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
    }

    .Business-Big-Left-box {
        width: 60%;
		padding-left:60px;
    }

    .Business-Big-Left-box1 {
        width: 65%;
    }

    .Business-Big-right,.Business-Big-rigth {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-right1 {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-Title {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
    }

    .Business-Big-Eng {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
    }

    .Business-Big-Text {
        width: 92%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
    }

    .Business-Big-TitleR {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
        /* margin-left: 60px; */
    }

    .Business-Big-EngR {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
        /* margin-left: 60px; */
    }

    .Business-Big-TextR {
        width: 106%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
        /* margin-left: 60px; */
    }

    #one {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #two {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #three {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #four {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #five {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    .First {
        margin: 50px auto auto auto !important;
    }

    .Foot {
        margin: 0 !important;
    }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {

  * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*大屏*/
    .Business-Big-Box {
        display: block;
    }

    .Business-Small-Box {
        display: none;
    }

    .Business-Big-Nav {
        position: absolute;
        top: 30%;
        width: 1200px;
    }

    .Business-Big-NavList {
        float: left;
        width: 19.99%;
        height: 152px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .Business-Big-NavList:hover {
        }

    .Nav-img {
        z-index: 999;
    }

    .Business-img {
        width: 100%;
        height: 464px;
        object-fit: cover;
        display: block;
    }

    .Business-Big-ListBox {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
        position: relative;
        background-color: white;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }


    .Business-Big-ListAll {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .Business-Big-ListAll1 {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .Business-Big-Left {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .Business-Big-Left1 {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
    }

    .Business-Big-Left-box {
        width: 60%;
		padding-left:60px;
    }

    .Business-Big-Left-box1 {
        width: 65%;
    }

    .Business-Big-right,.Business-Big-rigth{
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-right1 {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-Title {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
    }

    .Business-Big-Eng {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
    }

    .Business-Big-Text {
        width: 92%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
    }

    .Business-Big-TitleR {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
        /* margin-left: 60px; */
    }

    .Business-Big-EngR {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
        /* margin-left: 60px; */
    }

    .Business-Big-TextR {
        width: 106%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
        /* margin-left: 60px; */
    }

    #one {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #two {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #three {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #four {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #five {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    .First {
        margin: 50px auto auto auto !important;
    }

    .Foot {
        margin: 0 !important;
    }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {

  * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*大屏*/
    .Business-Big-Box {
        display: block;
    }

    .Business-Small-Box {
        display: none;
    }

    .Business-Big-Nav {
        position: absolute;
        top: 30%;
        width: 1200px;
    }

    .Business-Big-NavList {
        float: left;
        width: 19.99%;
        height: 152px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .Business-Big-NavList:hover {
        }

    .Nav-img {
        z-index: 999;
    }

    .Business-img {
        width: 100%;
        height: 464px;
        object-fit: cover;
        display: block;
    }

    .Business-Big-ListBox {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        position: relative;
        background-color: white;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }


    .Business-Big-ListAll {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .Business-Big-ListAll1 {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .Business-Big-Left {
        font-size:16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .Business-Big-Left1 {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
    }

    .Business-Big-Left-box {
        width: 60%;
		padding-left: 60px;
    }

    .Business-Big-Left-box1 {
        width: 65%;
    }

    .Business-Big-right,.Business-Big-rigth {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-right1 {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-Title {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
    }

    .Business-Big-Eng {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
    }

    .Business-Big-Text {
        width: 92%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
    }

    .Business-Big-TitleR {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
        /* margin-left: 60px; */
    }

    .Business-Big-EngR {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
        /* margin-left: 60px; */
    }

    .Business-Big-TextR {
        width: 106%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
		/* margin-left:60px; */
    }

    #one {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #two {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #three {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #four {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #five {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    .First {
        margin: 50px auto auto auto !important;
    }

    .Foot {
        margin: 0 !important;
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*大屏*/
    .Business-Big-Box {
        display: block;
    }

    .Business-Small-Box {
        display: none;
    }

    .Business-Big-Nav {
        position: absolute;
        top: 30%;
        width: 1200px;
    }

    .Business-Big-NavList {
        float: left;
        width: 19.99%;
        height: 152px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .Business-Big-NavList:hover {
        }

    .Nav-img {
        z-index: 999;
    }

    .Business-img {
        width: 100%;
        height: 464px;
        object-fit: cover;
        display: block;
    }

    .Business-Big-ListBox {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
        position: relative;
        background-color: white;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }


    .Business-Big-ListAll {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .Business-Big-ListAll1 {
        width: 100%;
        height: 464px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .Business-Big-Left {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .Business-Big-Left1 {
        font-size: 16px;
        width: 50%;
        height: 464px;
        background-color: #eeeeee;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
    }

    .Business-Big-Left-box {
        width: 60%;
		padding-left:60px;
    }

    .Business-Big-Left-box1 {
        width: 65%;
    }

    .Business-Big-right,.Business-Big-rigth{
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-right1 {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 40%;
        z-index: 2;
        height: 464px;
        overflow: hidden;
    }

    .Business-Big-Title {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
    }

    .Business-Big-Eng {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
    }

    .Business-Big-Text {
        width: 92%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
    }

    .Business-Big-TitleR {
        font-size: 40px;
        color: #382f2f;
        margin-top: 71px;
        /* margin-left: 60px; */
    }

    .Business-Big-EngR {
        font-size: 36px;
        color: #453c3c;
        margin-top: 15px;
        /* margin-left: 60px; */
    }

    .Business-Big-TextR {
        width: 106%;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 29px;
        margin: 25px 0;
        /* margin-left: 60px; */
    }

    #one {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #two {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #three {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #four {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    #five {
        position: absolute;
        font-size: 12px;
        top: -86px;
        color: white;
    }

    .First {
        margin: 50px auto auto auto !important;
    }

    .Foot {
        margin: 0 !important;
    }
}
