/* theme default css */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: inherit;
    background: #fff;
    color: #000;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #2b2b2b;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #1a2b3c;
    margin: 0px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #106ad2;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

@media screen and (min-width:750px)and (max-width:3840px) {
    #app {
        font-family: Avenir, Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2c3e50;
        margin: 0;
        padding: 0;
        min-width: 1250px !important
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    #app {
        font-family: Avenir, Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2c3e50;
        margin: 0;
        padding: 0
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .head_container {
        height: 44px;
        min-width: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        border-bottom: 1px solid #6f8fae;
        background-color: rgba(0, 0, 0, .7);
    }

    .head_container .navber {
        width: 1360px;
        height: 44px;
        margin: 0 auto;
        display: flex
    }

    .head_container .navber .left {
        height: 100%;
        z-index: 200;
        display: flex;
        align-items: center
    }

    .head_container .navber .left .img .imgBan {
        width: 166px;
        height: 24px
    }

    .head_container .navber .nav_con {
        display: flex;
        width: 950px;
        margin: 0 auto
    }

    .head_container .navber .nav_con .navbar_con {
        margin-top: 0;
        width: 100%;
        display: flex;
        caret-color: transparent;
        list-style: none;
        white-space: nowrap
    }

    .head_container .navber .nav_con .navbar_con li a {
        padding: 0 14px;
        font-size: 18px;
        background-color: transparent;
        height: 44px;
        text-align: center;
        align-items: center;
        border: none;
        line-height: 44px;
        cursor: pointer;
        color: #fff;
    }

    .head_container .navber .nav_con .navbar_con .active {
        height: 44px;
        caret-color: transparent;
        color: #fff;
        border-width: 3px;
        background: none;
        border-style: solid;
        border-image: linear-gradient(to right, #fe9e02, #de2e28) 1;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .head_container {
        max-width: 100%;
        caret-color: transparent;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        position: absolute !important;
    }

    .head_container .navber {
        width: 100%;
        height: 44px;
        margin: 0px auto;
        display: flex
    }

    .head_container .navber .left {
        display: none;
    }

    .head_container .navber .nav_con {
        display: flex;
        width: 100%;
        margin: 0 auto
    }

    .head_container .navber .nav_con .navbar_con {
        margin-top: 0;
        width: 100%;
        height: 44px;
        padding-left: 0 !important;
        display: flex;
        caret-color: transparent;
        list-style: none;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .head_container .navber .nav_con .navbar_con li {
        display: inline-block;
        font-size: 14px;
        height: 44px;
        text-align: center;
        align-items: center;
        line-height: 44px;
        cursor: pointer;
        color: #fff
    }

    .head_container .navber .nav_con .navbar_con li a {
        color: #fff;
    }

    .head_container .navber .nav_con .navbar_con .active {
        /* height: 44px; */
        /* caret-color: transparent; */
        color: #fff;
        border-width: 3px;
        background: none;
        border-style: solid;
        border-image: linear-gradient(to right, #fe9e02, #de2e28) 1;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .page_banner .el-carousel {
        width: 100%
    }

    .page_banner .el-carousel .el-carousel__item.is-animating {
        height: 100%;
        display: block
    }

    .page_banner .el-carousel .imgstyle {
        width: 100% !important;
        display: block
    }

    .page_banner .el-carousel .el-carousel__button {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background-color: transparent !important;
        border: 1px solid #fff;
        margin: 20px
    }

    .page_banner .el-carousel .is-active .el-carousel__button {
        background-color: #fff !important;
        margin: 20px;
        border: 1px solid #fff
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .page_banner {
        width: 100%
    }

    .page_banner .el-carousel {
        height: 100%;
        width: 100%
    }

    .page_banner .el-carousel .el-carousel__item.is-animating {
        height: 100%;
        display: block
    }

    .page_banner .el-carousel .el-carousel__indicators--horizontal {
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        transform: translateX(0);
        height: 50px !important
    }

    .page_banner .el-carousel .el-carousel__button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: transparent !important;
        border: 1px solid #fff;
        margin: 20px
    }

    .page_banner .el-carousel .is-active .el-carousel__button {
        background-color: #fff !important;
        margin: 20px;
        border: 1px solid #fff
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    #container03.company {
        width: 100% !important;
        height: 620px;
        background-color: #f2f6f9;
        margin-bottom: 60px;
        padding-top: 30px;
        caret-color: transparent
    }

    #container03.company .container {
        width: 1360px;
        margin: 0 auto;
        height: 600px;
        background-image: url("/assets/img/banner5.png");
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 755px 556px
    }

    #container03.company .container .left .one {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        margin-left: 14px;
        margin-bottom: 33px;
        background: -webkit-linear-gradient(#fe9e02, #de2e28);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #container03.company .container .left .two {
        width: 660px;
        margin-left: 14px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 28px;
        margin-bottom: 60px
    }

    #container03.company .container .left .img img {
        width: 678px
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    #container03.company {
        width: 100vw !important;
        background-color: #f2f6f9;
        margin-bottom: 30px;
        padding-top: 30px;
        caret-color: transparent
    }

    #container03.company .container {
        width: 100vw;
        background-repeat: no-repeat;
        background-size: 100% 60%
    }

    #container03.company .container .left {
        width: 100%
    }

    #container03.company .container .left .one {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #041938;
        margin-left: 14px;
        margin-bottom: 13px
    }

    #container03.company .container .left .two {
        margin-left: 14px;
        margin-right: 10px !important;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 23px;
        margin-bottom: 10px
    }

    #container03.company .container .left .img {
        margin: 0 auto;
        display: flex;
        justify-content: center
    }

    #container03.company .container .left .img img {
        width: 90%
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .page_banner {
        min-width: 1360px !important;
        margin-bottom: 30px;
        width: 100%
    }
}

@media screen and (min-width:100)and (max-width:749px) {
    .page_banner {
        width: 100vw;
        margin-bottom: 30px
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .work_index {
        caret-color: transparent;
        min-width: 1360px;
        margin-bottom: 60px
    }

    .work_index .work_container {
        width: 1200px;
        margin: 0 auto
    }

    .work_index .work_container .work_item {
        display: flex;
        justify-content: space-between;
        width: 1200px
    }

    .work_index .work_container .work_item .item_container {
        width: 280px;
        height: 380px;
        background-color: #f0f0f0;
        position: relative
    }

    .work_index .work_container .work_item .item_container .item_logo {
        text-align: center
    }

    .work_index .work_container .work_item .item_container .item_logo img {
        width: 50px;
        margin-top: 20px
    }

    .work_index .work_container .work_item .item_container .item_title {
        text-align: center;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #041938;
        line-height: 24px;
        background: linear-gradient(180deg, #d35222, #990c1e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 50px
    }

    .work_index .work_container .work_item .item_container .item_detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 26px;
        text-align: center;
        margin: 20px 27px
    }

    .work_index .work_container .work_item .item_container .line {
        width: 36px;
        height: 7px;
        background: linear-gradient(0deg, #9a0c1e, #d35222);
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .work_index .work_container .work_item .active {
        background-image: url("/assets/img/work_active.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
        transform: scale(1.02);
        transition: all .5s
    }

    .work_index .work_container .work_item .active .item_logo {
        text-align: center
    }

    .work_index .work_container .work_item .active .item_logo img {
        width: 50px;
        margin-top: 20px
    }

    .work_index .work_container .work_item .active .line {
        width: 36px;
        height: 7px;
        background: #fff;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .work_index .work_container .work_item .active .item_title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #ffe1b1 !important;
        background: linear-gradient(180deg, #ffe1b1, #ffe1b1);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 50px;
        text-align: center
    }

    .work_index .work_container .work_item .active .item_detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffe1b1;
        line-height: 26px;
        margin-top: 20px
    }

    .work_index .work_container .img {
        text-align: center;
        padding-top: 30px
    }

    .work_index .work_container .img img {
        width: 285px
    }

    .work_index .work_container .title {
        text-align: center;
        margin-top: 45px;
        margin-bottom: 80px
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .work_index {
        caret-color: transparent;
        width: 100%;
        margin-bottom: 30px;
        width: 100vw
    }

    .work_index .work_container {
        width: 100%;
        margin: 0 auto
    }

    .work_index .work_container .work_item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%
    }

    .work_index .work_container .work_item .item_container {
        margin: 5px auto;
        width: 90%;
        height: 380px;
        background-color: #f0f0f0;
        position: relative
    }

    .work_index .work_container .work_item .item_container .item_logo {
        text-align: center
    }

    .work_index .work_container .work_item .item_container .item_logo img {
        width: 50px;
        margin-top: 20px
    }

    .work_index .work_container .work_item .item_container .item_title {
        text-align: center;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #041938;
        line-height: 24px;
        background: linear-gradient(180deg, #d35222, #990c1e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 50px
    }

    .work_index .work_container .work_item .item_container .item_detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 26px;
        text-align: center;
        margin: 20px 27px
    }

    .work_index .work_container .work_item .item_container .line {
        width: 36px;
        height: 7px;
        background: linear-gradient(0deg, #9a0c1e, #d35222);
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .work_index .work_container .work_item .active {
        background-image: url("/assets/img/work_active.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
        transform: scale(1.02);
        transition: all .5s
    }

    .work_index .work_container .work_item .active .item_logo {
        text-align: center
    }

    .work_index .work_container .work_item .active .item_logo img {
        width: 50px;
        margin-top: 20px
    }

    .work_index .work_container .work_item .active .line {
        width: 36px;
        height: 7px;
        background: #fff;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .work_index .work_container .work_item .active .item_title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #fff !important;
        background: linear-gradient(180deg, #fff, #fff);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 50px;
        text-align: center
    }

    .work_index .work_container .work_item .active .item_detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        margin-top: 20px
    }

    .work_index .work_container .title {
        width: 95%;
        text-align: center;
        font-size: 12px;
        margin: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .work_index .work_container .img {
        width: 100vw;
        text-align: center;
        padding-top: 30px
    }

    .work_index .work_container .img img {
        width: 200px
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .technologycontainer {
        caret-color: transparent;
        height: 550px;
        min-width: 1360px;
        margin-bottom: 30px;
        background-color: #f2f6f9
    }

    .technologycontainer .container {
        width: 1200px;
        height: 500px;
        margin: 0 auto
    }

    .technologycontainer .container .img {
        text-align: center
    }

    .technologycontainer .container .img img {
        width: 287px;
        margin-top: 30px
    }

    .technologycontainer .container .title {
        text-align: center;
        margin-top: 45px;
        margin-bottom: 55px;
        font-size: 16px;
        font-weight: 700
    }

    .technologycontainer .container .details_five {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .technologycontainer .container .details_five .details_item {
        width: 48%;
        height: 145px;
        background-color: #fff;
        margin-bottom: 50px;
        box-shadow: 0 3px 7px 0 hsla(0, 0%, 73%, .52);
        border-radius: 6px
    }

    .technologycontainer .container .details_five .details_item .details_container {
        cursor: pointer;
        display: flex
    }

    .technologycontainer .container .details_five .details_item .details_container .left {
        padding: 43px 37px 48px 41px
    }

    .technologycontainer .container .details_five .details_item .details_container .left img {
        width: 60px;
        height: 60px
    }

    .technologycontainer .container .details_five .details_item .details_container .right .top {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #333;
        margin-top: 32px
    }

    .technologycontainer .container .details_five .details_item .details_container .right .line {
        margin-top: 15px;
        width: 320px;
        height: 1px;
        background-color: hsla(0, 0%, 48%, .28)
    }

    .technologycontainer .container .details_five .details_item .details_container .right .bottom {
        font-size: 12px;
        width: 400px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        margin-top: 8px;
        line-height: 20px
    }

    .technologycontainer .container .details_five .active {
        background: url("/assets/img/back-img.png") no-repeat 50%;
        cursor: pointer;
        transform: scale(1.05);
        transition: all .5s
    }

    .technologycontainer .container .details_five .active .left {
        padding: 43px 37px 48px 41px
    }

    .technologycontainer .container .details_five .active .left img {
        width: 60px !important;
        height: 60px !important
    }

    .technologycontainer .container .details_five .active .right .top {
        color: #ffe1b1 !important
    }

    .technologycontainer .container .details_five .active .right .line {
        margin-top: 15px;
        width: 320px;
        height: 1px;
        background-color: hsla(0, 0%, 100%, .28) !important
    }

    .technologycontainer .container .details_five .active .right .bottom {
        color: #ffe1b1 !important
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .technologycontainer {
        caret-color: transparent;
        width: 100vw;
        margin-bottom: 30px;
        background-color: #f2f6f9
    }

    .technologycontainer .container .details_five {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap
    }

    .technologycontainer .container .details_five .details_item {
        width: 95%;
        background-color: #fff;
        margin: 10px auto;
        box-shadow: 0 3px 7px 0 hsla(0, 0%, 73%, .52);
        border-radius: 6px
    }

    .technologycontainer .container .details_five .details_item .details_container {
        cursor: pointer;
        display: flex
    }

    .technologycontainer .container .details_five .details_item .details_container .left {
        padding: 23px 20px 30px 20px
    }

    .technologycontainer .container .details_five .details_item .details_container .left img {
        width: 60px;
        height: 60px
    }

    .technologycontainer .container .details_five .details_item .details_container .right .top {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #333;
        margin-top: 32px
    }

    .technologycontainer .container .details_five .details_item .details_container .right .line {
        margin-top: 15px;
        width: 95%;
        height: 1px;
        background-color: hsla(0, 0%, 48%, .28)
    }

    .technologycontainer .container .details_five .details_item .details_container .right .bottom {
        margin: 10px 0;
        font-size: 12px;
        width: 95%;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        margin-top: 8px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .technologycontainer .container .details_five .active {
        background: url(../img/back1.7fd54301.png) no-repeat 50%;
        cursor: pointer;
        transform: scale(1.05);
        transition: all .5s
    }

    .technologycontainer .container .details_five .active .left {
        padding: 43px 37px 48px 41px
    }

    .technologycontainer .container .details_five .active .left img {
        width: 60px !important;
        height: 60px !important
    }

    .technologycontainer .container .details_five .active .right .top {
        color: #fff !important
    }

    .technologycontainer .container .details_five .active .right .line {
        margin-top: 15px;
        width: 320px;
        height: 1px;
        background-color: hsla(0, 0%, 100%, .28) !important
    }

    .technologycontainer .container .details_five .active .right .bottom {
        color: #fff !important
    }

    .technologycontainer .container .img {
        text-align: center
    }

    .technologycontainer .container .img img {
        width: 200px;
        margin-top: 15px
    }

    .technologycontainer .container .title {
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        width: 95%;
        margin: 25px auto
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .product {
        caret-color: transparent;
        min-width: 1360px;
        margin-bottom: 30px
    }

    .product .product_container {
        width: 1360px;
        margin: 0 auto
    }

    .product .product_container .img {
        text-align: center;
        padding-top: 30px
    }

    .product .product_container .img img {
        width: 287px
    }

    .product .product_container .navbar {
        width: 1360px;
        margin-top: 40px;
        height: 40px;
        margin-bottom: 50px
    }

    .product .product_container .navbar .navbar_container {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        height: 40px;
        cursor: pointer;
        list-style: none
    }

    .product .product_container .navbar .navbar_container li a {
        display: inline-block;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #919ba7;
        position: relative;
        border: 1px solid #cdd3df;
        border-radius: 6px;
        padding: 9px 13px
    }

    .product .product_container .navbar .navbar_container li a:hover,
    .product .product_container .navbar .navbar_container li a:focus {
        text-decoration: none;
    }

    .product .product_container .navbar .navbar_container .active a {
        background: linear-gradient(180deg, #d65525, #9a1822);
        border-radius: 6px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #ffe1b1
    }

    .product .product_container .container {
        width: 1200px;
        height: 330px;
        display: flex;
        margin: 0 auto
    }

    .product .product_container .container .left {
        width: 547px
    }

    .product .product_container .container .left .el-image {
        height: 310px;
        max-width: 547px
    }

    .product .product_container .container .left .el-image img {
        width: 100%;
        height: 100%;
    }

    .product .product_container .container .left .el-image:hover {
        cursor: pointer;
        transform: scale(1.02);
        transition: all .5s
    }

    .product .product_container .container .right {
        width: 621px;
        margin-left: 32px
    }

    .product .product_container .container .right .line {
        width: 33px;
        height: 3px;
        background: linear-gradient(0deg, #fe9e02, #de2e28)
    }

    .product .product_container .container .right .title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #2f79f6;
        line-height: 46px;
        background: linear-gradient(180deg, #fe9e02, #de2e28);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .product .product_container .container .right .detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 28px
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .product {
        caret-color: transparent;
        margin-bottom: 15px;
        width: 100vw
    }

    .product .container {
        width: 100%
    }

    .product .container .left {
        float: left;
        clear: both
    }

    .product .container .left .el-image {
        width: 180px;
        margin-right: 10px
    }

    .product .container .left .el-image:hover {
        cursor: pointer;
        transform: scale(1.02);
        transition: all .5s
    }

    .product .container .right {
        width: 96%;
        margin: 0 auto
    }

    .product .container .right .line {
        width: 33px;
        height: 3px;
        background: linear-gradient(0deg, #d65522, #980b1e);
        margin-left: 190px
    }

    .product .container .right .title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #2f79f6;
        line-height: 46px;
        background: linear-gradient(180deg, #d65525, #981622);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .product .container .right .detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 20px
    }

    .product .navbar {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .product .navbar .navbar_container ::-webkit-scrollbar {
        display: none
    }

    .product .navbar .navbar_container {
        cursor: pointer;
        list-style: none;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .product .navbar .navbar_container li {
        display: inline-block;
    }

    .product .navbar .navbar_container li a {
        margin: 0 5px;
        display: inline-block;
        font-size: 13px;
        padding: 10px 2px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #919ba7;
        position: relative;
        border: 1px solid #cdd3df;
        border-radius: 6px
    }

    .product .navbar .navbar_container .active a:hover,
    .product .navbar .navbar_container .active a:focus {
        text-decoration: none;
    }

    .product .navbar .navbar_container .active a {
        background: linear-gradient(180deg, #d65525, #9a1822);
        border-radius: 6px;
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #fff;
    }

    .product .img {
        text-align: center;
        padding-top: 20px
    }

    .product .img img {
        width: 200px
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .team_index {
        caret-color: transparent;
        min-width: 1360px;
        margin-bottom: 30px;
        background-color: #f2f6f9
    }

    .team_index .team_container {
        width: 1360px;
        margin: 0 auto
    }

    .team_index .team_container .img {
        text-align: center;
        padding-top: 30px
    }

    .team_index .team_container .img img {
        width: 287px
    }

    .team_index .team_container .navbar {
        width: 1360px;
        margin-top: 20px;
        margin-bottom: 50px
    }

    .team_index .team_container .navbar .navbar_container {
        width: 950px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        cursor: pointer;
        flex-wrap: wrap;
        list-style: none
    }

    .team_index .team_container .navbar .navbar_container li a:hover,
    .team_index .team_container .navbar .navbar_container li a:focus {
        text-decoration: none;
    }

    .team_index .team_container .navbar .navbar_container li a {
        display: inline-block;
        border: 1px solid #cdd3df;
        border-radius: 6px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #919ba7;
        padding: 12px 9px;
        margin: 14px 0 0 14px
    }

    .team_index .team_container .navbar .navbar_container .active:hover,
    .team_index .team_container .navbar .navbar_container .active:focus {
        text-decoration: none;
    }

    .team_index .team_container .navbar .navbar_container .active a {
        background: linear-gradient(180deg, #d65525, #9a1822);
        border-radius: 6px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #ffe1b1;
    }

    .team_index .team_container .container {
        width: 1200px;
        height: 355px;
        display: flex;
        margin: 0 auto
    }

    .team_index .team_container .container .left {
        width: 555px;
        margin-left: 45px
    }

    .team_index .team_container .container .left .el-image {
        height: 310px;
        max-width: 547px
    }

    .team_index .team_container .container .left .el-image:hover {
        cursor: pointer;
        transform: scale(1.02);
        transition: all .5s
    }

    .team_index .team_container .container .right {
        width: 50%
    }

    .team_index .team_container .container .right .title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #2f79f6;
        background: linear-gradient(180deg, #d65525, #981622);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: 15px;
        position: relative
    }

    .team_index .team_container .container .right .title:before {
        position: absolute;
        content: " ";
        height: 15px;
        width: 3px;
        background: linear-gradient(0deg, #d65522, #980b1e);
        top: 50%;
        transform: translateY(-40%);
        left: -15px
    }

    .team_index .team_container .container .right .detail {
        font-size: 14px;
        text-indent: 30px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 28px
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .team_index {
        caret-color: transparent;
        width: 100vw;
        margin-bottom: 30px;
        background-color: #f2f6f9
    }

    .team_index .team_container {
        width: 100%;
        margin: 0 auto
    }

    .team_index .team_container .container {
        width: 100%
    }

    .team_index .team_container .container .left {
        float: right;
        clear: both
    }

    .team_index .team_container .container .left .el-image {
        width: 180px;
        margin-right: 10px
    }

    .team_index .team_container .container .left .el-image:hover {
        cursor: pointer;
        transform: scale(1.02);
        transition: all .5s
    }

    .team_index .team_container .container .right {
        width: 96%;
        margin: 0 auto
    }

    .team_index .team_container .container .right .line {
        width: 3px;
        height: 14px;
        display: inline-block;
        background: linear-gradient(0deg, #d65522, #980b1e)
    }

    .team_index .team_container .container .right .title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #2f79f6;
        background: linear-gradient(180deg, #d65525, #981622);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .team_index .team_container .container .right .detail {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 20px
    }

    .team_index .team_container .img {
        text-align: center;
        padding-top: 15px
    }

    .team_index .team_container .img img {
        width: 200px
    }

    .team_index .team_container .navbar {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .team_index .team_container .navbar .navbar_container ::-webkit-scrollbar {
        display: none
    }

    .team_index .team_container .navbar .navbar_container {
        cursor: pointer;
        list-style: none;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .team_index .team_container .navbar .navbar_container li {
        display: inline-block;
    }

    .team_index .team_container .navbar .navbar_container li a {
        margin: 0 5px;
        display: inline-block;
        font-size: 13px;
        padding: 10px 2px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #919ba7;
        position: relative;
        border: 1px solid #cdd3df;
        border-radius: 6px
    }

    .team_index .team_container .navbar .navbar_container .active a:hover,
    .team_index .team_container .navbar .navbar_container .active a:focus {
        text-decoration: none;
    }

    .team_index .team_container .navbar .navbar_container .active a {
        background: linear-gradient(180deg, #d65525, #9a1822);
        border-radius: 6px;
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #ffe1b1;
    }
}

@media screen and (min-width:749px)and (max-width:3840px) {
    .job {
        caret-color: transparent;
        margin-bottom: 45px;
        min-width: 1360px;
        background: #fff;
    }

    .job .job_container {
        width: 1200px;
        margin: 0 auto
    }

    /* .job .job_container .el-collapse-item__wrap,
    .job .job_container .el-collapse {
        border: none
    }

    .job .job_container .el-tabs__nav,
    .job .job_container .el-collapse-item__arrow,
    .job .job_container .el-collapse-item__arrow.is-active {
        display: none
    }

    .job .job_container .el-collapse {
        width: 1200px
    }

    .job .job_container .el-collapse .el-collapse-item__content {
        padding-bottom: 18px !important;
        border: 1px solid #ebebeb !important;
        margin-bottom: 1px
    }

    

    .job .job_container .el-collapse .el-collapse-item__wrap {
        border: none !important
    }

    .job .job_container .el-collapse .el-collapse-item__arrow {
        display: none
    } */
    .job .job_container .item1_p1 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #041938;
        background: linear-gradient(180deg, #d35222, #990c1e);
        -webkit-background-clip: text;
        background-clip: text;
        line-height: 40px;
        -webkit-text-fill-color: transparent
    }

    .job .job_container .item1_d1 {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 30px
    }

    .job .job_container .detail_header {
        width: 100%;
        cursor: pointer;
        display: flex;
        padding: 10px 15px;
        /* margin-top: 16px; */
        /* background: #f2f6f9; */
        /* border: 1px solid #ebebeb; */
        /* height: 36px; */
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        /* line-height: 36px */
    }

    .job .job_container .detail_header .one {
        width: 350px;
        padding-left: 30px
    }

    .job .job_container .detail_header .two {
        width: 195px
    }

    .job .job_container .detail_header .three {
        width: 500px
    }

    .job .job_container .detail_header .four {
        width: 155px
    }

    .job .job_container .detail_require {
        min-height: 350px;
        padding: 10px 33px;
    }

    .job .job_container .active .detail_header {
        cursor: pointer;
        background: linear-gradient(180deg, #d65525, #9c1a22) !important;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffe1b1;
        /* line-height: 36px */
    }

    .job .job_container .job_detail .name {
        display: flex;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #041938
    }

    .job .job_container .job_detail .name .name1 {
        width: 350px;
        padding-left: 33px
    }

    .job .job_container .job_detail .name .name2 {
        width: 195px
    }

    .job .job_container .job_detail .name .name3 {
        width: 500px
    }

    .job .job_container .job_detail .name .name4 {
        width: 155px
    }

    .job .job_container .job_title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #041938;
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: center
    }

    .job .job_container .img {
        text-align: center;
        padding-top: 30px
    }

    .job .job_container .img img {
        width: 287px
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .job {
        caret-color: transparent;
        margin-bottom: 25px;
        width: 100vw
    }

    .job .job_container {
        width: 100%
    }

    /* .job .job_container .el-collapse-item__wrap,
    .job .job_container .el-collapse {
        border: none
    }

    .job .job_container .el-tabs__nav,
    .job .job_container .el-collapse-item__arrow,
    .job .job_container .el-collapse-item__arrow.is-active {
        display: none
    }

    

    

    .job .job_container .el-collapse .el-collapse-item__wrap {
        border: none !important
    }

    .job .job_container .el-collapse .el-collapse-item__arrow {
        display: none
    } */
    .job .job_container .el-collapse-item__content {
        padding-bottom: 18px !important;
        border: 1px solid #ebebeb !important;
        margin-bottom: 1px
    }

    .job .job_container .item1_p1 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        color: #041938;
        background: linear-gradient(180deg, #d35222, #990c1e);
        -webkit-background-clip: text;
        background-clip: text;
        line-height: 40px;
        -webkit-text-fill-color: transparent
    }

    .job .job_container .item1_d1 {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 30px
    }

    .job .job_container .detail_header {
        width: 100%;
        border-radius: 2px;
        cursor: pointer;
        display: flex;
        /* margin-top: 16px; */
        /* background: #f2f6f9; */
        /* border: 1px solid #ebebeb; */
        /* height: 36px; */
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        /* line-height: 36px */
    }

    .job .job_container .detail_header .one {
        width: 32%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .job .job_container .detail_header .two {
        width: 18%;
        text-align: center
    }

    .job .job_container .detail_header .three {
        text-align: center;
        width: 32%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .job .job_container .detail_header .four {
        width: 18%;
        text-align: center
    }

    .job .job_container .detail_require {
        padding: 10px 33px;
        min-height: 350px
    }

    .job .job_container .active .detail_header {
        cursor: pointer;
        background: linear-gradient(180deg, #d65525, #9c1a22) !important;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffe1b1;
        line-height: 36px
    }

    .job .job_container .job_detail .name {
        display: flex;
        font-size: 12px;
        font-family: Microsoft YaHei;
        color: #041938
    }

    .job .job_container .job_detail .name .name1 {
        width: 32%;
        text-align: center
    }

    .job .job_container .job_detail .name .name2 {
        width: 18%;
        text-align: center
    }

    .job .job_container .job_detail .name .name3 {
        width: 32%;
        text-align: center
    }

    .job .job_container .job_detail .name .name4 {
        width: 18%;
        text-align: center
    }

    .job .job_container .img {
        text-align: center;
        padding-top: 15px
    }

    .job .job_container .img img {
        width: 200px
    }

    .job .job_container .job_title {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #041938;
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center
    }
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .footer_container {
        caret-color: transparent;
        min-width: 1360px;
        background-color: #f2f6f9;
        height: 175px
    }

    .footer_container .img {
        text-align: center
    }

    .footer_container .img img {
        margin-top: 30px;
        width: 278px
    }

    .footer_container .bottom {
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .footer_container .bottom .left_bottom {
        width: 50%;
        padding-left: 20px;
        margin-top: 25px
    }

    .footer_container .bottom .left_bottom .img_logo {
        width: 100%
    }

    .footer_container .bottom .left_bottom .img_logo img {
        width: 30%
    }

    .footer_container .bottom .left_bottom .company {
        line-height: 30px
    }

    .footer_container .bottom .left_bottom .company .name {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333
    }

    .footer_container .bottom .left_bottom .company .icp {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #1584fc;
        cursor: pointer
    }

    .footer_container .bottom .right_bottom {
        width: 50%;
        margin-top: 25px;
        flex-direction: column;
        display: flex;
        align-items: flex-end;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 30px;
        margin-bottom: 10px
    }

    .footer_container .bottom .right_bottom img {
        width: 12px
    }
}

@media screen and (min-width:100px)and (max-width:749px) {
    .footer_container {
        caret-color: transparent;
        background-color: #f2f6f9;
        width: 100vw;
        height: 150px
    }

    .footer_container .bottom {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .footer_container .bottom .left_bottom {
        width: 45%;
        padding-left: 5px;
        margin-top: 25px
    }

    .footer_container .bottom .left_bottom .img_logo {
        width: 100%
    }

    .footer_container .bottom .left_bottom .img_logo img {
        width: 50%
    }

    .footer_container .bottom .left_bottom .company {
        line-height: 30px
    }

    .footer_container .bottom .left_bottom .company .name {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333
    }

    .footer_container .bottom .left_bottom .company .icp {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #1584fc;
        cursor: pointer
    }

    .footer_container .bottom .right_bottom {
        width: 55%;
        margin-top: 15px;
        flex-direction: column;
        display: flex;
        align-items: flex-end;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 20px;
        margin-bottom: 10px;
        margin-right: 5px
    }

    .footer_container .bottom .right_bottom .address span {
        float: right;
        clear: both
    }

    .footer_container .bottom .right_bottom img {
        width: 12px
    }

    .footer_container .img {
        text-align: center
    }

    .footer_container .img img {
        margin-top: 15px;
        width: 200px
    }
}

.header_position {
    position: relative
}

.header_fixed {
    position: fixed;
    z-index: 1000;
    width: 100%
}

@media screen and (min-width:750px)and (max-width:3840px) {
    .scroll {
        position: fixed;
        caret-color: transparent;
        bottom: 100px;
        right: 50px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .5);
        text-align: center;
        line-height: 50px;
        font-size: 30px;
        color: #fff;
        cursor: pointer
    }

    .head_img {
        display: none
    }
}

@media screen and (min-width:50px)and (max-width:749px) {
    .scroll {
        position: fixed;
        caret-color: transparent;
        bottom: 20px;
        right: 20px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .5);
        text-align: center;
        line-height: 50px;
        font-size: 30px;
        color: #fff;
        cursor: pointer
    }

    .head_img {
        position: absolute;
        z-index: 1000;
        top: 50px;
        right: 10px
    }

    .head_img img {
        width: 100px
    }
}