@charset "UTF-8";
@import url("/css/animate.css");

/* a:hover{
    color: #4257cc;
} */
body {
    background-color: #FAFAFA;
}

.fff_line {
    background-color: #fff;
    width: 100%;
    padding-bottom: 30px;
}




.tz_container1 {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
    box-sizing: border-box;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tz_container1 .video {
    width: 670px;
    height: 380px;
    position: relative;

}

.tz_container1 .left video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tz_container1 .left .video img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tz_container1 .right {
    width: 485px;
    height: 380px;
    box-sizing: border-box;
}

.tz_container1 .right h2 {
    margin-top: 24px;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #4d4d4d;
}

.tz_container1 .right .text_sc {
    height: 290px;
    overflow-y: scroll;
    padding-right: 16px;
}

.tz_container1 .right .text_sc::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgb(239, 239, 239);
}

.tz_container1 .right .text_sc::-webkit-scrollbar-thumb {
    background-color: #4257CC;
    border-radius: 10px;
}

.tz_container1 .right .text_sc::-webkit-scrollbar-track {
    background-color: transparent;
}

.tz_container1 .right p {
    font-size: 18px;
    line-height: 42px;
    text-indent: 2em;
    text-align: justify;
    color: #4d4d4d;
}


.tz_container2 {
    /* padding-top: 24px; */
    margin-bottom: 30px;
}

.tz_container2 .map {
    position: relative;
}

.tz_container2 .map_coordinate {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    /* background-color: #422f2f3f; */
}

.tz_container2 .map_coordinate .coordinate {
    position: absolute;
    width: 68px;
    height: 70px;
    /* animation: flash 5s ease infinite;
    transition: 2s all; */
}
.tz_container2 .map_coordinate .detail{
    display:none;
}
.layui-layer{
    min-width:330px !important;
    min-height:150px !important;
}
.layui-layer-content {
    background-color: #FFF !important;
    border: 2px #2f5db8 solid;
    box-sizing: border-box;
    box-shadow: none !important
}
.layui-layer-content h4{
    font-size:16px;
    color:#000;
    font-weight: 700;
    margin-bottom:10px;
}
.layui-layer-content p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.layui-layer-tips.set_box i.layui-layer-TipsR {
    border-bottom-color: transparent;
    border-right-style: solid;
    border-right-color: #2f5db8;
    left: -25px;
    top: 21px;
}

.layui-layer-tips.set_box i.layui-layer-TipsL {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-left-color: #2f5db8;
    right: -25px;
    top: 21px;
}

.layui-layer-tips.set_box i.layui-layer-TipsG {
    border-width: 12px;
}
.tz_container2 .map_coordinate .coordinate1 {
    top: 245px;
    left: 8px;
}

.tz_container2 .map_coordinate .coordinate2 {
    top: 210px;
    left: 72px;
}

.tz_container2 .map_coordinate .coordinate3 {
    top: 38px;
    right: 442px;
}

.tz_container2 .map_coordinate .coordinate4 {
    top: 175px;
    right: 518px;
}

.tz_container2 .map_coordinate .coordinate5 {
    top: 257px;
    right: 369px;
}
/* .tz_container2 .map_coordinate .coordinate1:hover{
    animation:none
}
.tz_container2 .map_coordinate .coordinate2:hover{
    animation:none
}
.tz_container2 .map_coordinate .coordinate3:hover{
    animation:none
}
.tz_container2 .map_coordinate .coordinate4:hover{
    animation:none
}
.tz_container2 .map_coordinate .coordinate5:hover{
    animation:none
} */
.tz_line3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.fff_box {
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    padding: 24px;
}

.zw_fff_box_l {
    width: 675px;
}

.zw_fff_box_r {
    width: 500px;
}

.zw_fff_box_r .zx_main ul li a {
    margin-right: 0;
}

.zx_main ul li a:hover {
    color: #4257cc;
}

/* 列表 */
.zx_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 10px;
}

.zx_title h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;

}

.zx_title h2::after {
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.zx_title i {
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}

.zx_main {
    /* padding: 10px 24px; */
    background-color: #fff;
    box-sizing: border-box;
    /* height: 250px; */

}

.zx_main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
}

.zx_main ul li a {
    flex: 1;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-right: 20px;
}

.zx_main ul li span {
    font-size: 14px;
    display: block;
    width: 80px;
}

.zw_fff_box_r .zx_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 55px; */
}

.zw_fff_box_r .zx_main .tz_icon_box1 {
    width: 100px;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    position: relative;
}

.zw_fff_box_r .zx_main .tz_icon_box1::after {
    content: "";
    border-left: 30px solid #4257cc;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.zw_fff_box_r .zx_main .tz_icon_box1 a {
    text-align: center;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

.zw_fff_box_r .zx_main .tz_icon_box1 a:hover {
    color: #4257cc;
}

.zw_fff_box_r .zx_main .tz_icon_box1 a:hover img {
    animation: tada 1s;
}

.tz_line4 {
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    padding: 24px 26px;
    margin-bottom: 30px;
}

.tz_line4 .df {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.tz_line4 .zx_title {
    margin-bottom: 40px;
}

.tz_line4 .left {
    /* width: 675px; */
    /* height: 160px; */
    /* background-color: #000; */
    margin-bottom: 20px;
}

.tz_line4 .right {
    /* width: 500px; */
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.tz_line4 .left ul {
    display: flex;
    justify-content: space-between;
}

.tz_line4 .left ul li {
    width: 176px;
    height: 195px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}

.tz_line4 .left ul li a {
    font-size: 16px;
    text-align: center;
}

.tz_line4 .left ul li a:hover {
    color: #4257cc;
}

.tz_line4 .left ul li a:hover img {
    animation: tada 1s;

}

.tz_line4 .right a {
    width: 564px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.tz_line4 .right a img {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 0;
    left: 0;
    z-index: 1;
}

.tz_line4 .right .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 1;
}

.tz_line4 .right p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.8);
}

.tz_line4 .right a:hover .mask {
    transition: 0.4s;
    opacity: 0;
}

.tz_line4 .right a:hover p {
    color: #fff;
}

.tz_line5 {
    margin-bottom: 30px;
}

.tz_line5 .zx_main {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.tz_line5 .zx_main .left,
.tz_line5 .zx_main .right {
    width: 575px;
    /* border-right: 1px solid #EDEDED; */
    box-sizing: border-box;
    padding-right: 35px;
}

.tz_line5 .zx_main .right {
    border-right: none;
    padding-left: 35px;
    padding-right: 0;
}

.tz_line5 .zx_main>ul li a {
    display: flex;
}

.tz_line5 .zx_main ul li a b:first-child {
    color: #4257cc;
}

.tz_line5 .zx_main ul li a b:last-child {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tz_line5 .zx_main ul li a span {
    width: 100%;
}

.tz_container6 {
    padding-bottom: 10px;
}

.tz_container6 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tz_container6 ul li {
    width: 32%;
    height: 60px;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tz_container6 ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tz_container6 ul li a img{
    margin-left: 120px;
    margin-right: 40px;
}
.tz_container6 ul li a p {
    font-size: 16px;
}

.tz_container6 ul li a:hover p {
    color: #4257CC;
}

.tz_container6 ul li a:hover img {
    animation: tada 1s;

}




.tz_container7 {
    height: 480px;
    background-color: #fafafa;
    background: url(/images/tz_pic7.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 40px;
}

.tz_container7 .zx_title h2 {
    color: #fff;
}

.tz_container7 .bottom_box {
    height: 330px;
    background-color: rgba(255, 255, 255, 0.141);
}

.tz_container7 .bottom_title {
    display: flex;
}

.tz_container7 .bottom_title .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 77px;
    color: #fff;
    background-color: rgba(43, 56, 131, 0.749);
    font-size: 18px;
    cursor: pointer;
}
.tz_container7 .bottom_title div.cut{
    background-color: transparent;
}
.tz_container7 .bottom_title .title img {
    margin-right: 12px;
}
.tz_container7 .bottom_list {
    box-sizing: border-box;
    padding: 0 24px;
    margin-top: 40px;
    color: #fff;
}
.tz_container7 .bottom_list .item {
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    display: none;
}
.tz_container7 .bottom_list .company_introduction{
    width: 655px;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    color: #fff;
    margin-top: 20px;
    float: left;
}
.tz_container7 .bottom_list .company_logo_list{
    width: 470px;
    height: 100%;
    float: right;
}


.tz_container7 .bottom_list .company_logo_list ul {
    display: grid;
    grid-template-columns: repeat(3, 140px);
    justify-content: space-between;
    grid-gap: 20px;
}

.tz_container7 .bottom_list .company_logo_list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    /* margin-right: 20px; */
}

.tz_container7 .bottom_list .company_logo_list ul li .rmt_img_box {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    outline: 8px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.tz_container7 .bottom_list .company_logo_list ul li img {
    width: 100%;
    /* height: 100%; */
    transition: all .5s;
    -webkit-transition: all .5s;
}

.tz_container7 .bottom_list .company_logo_list ul li img.rm_qrCode {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* .tz_container7 .bottom_list .company_logo_list ul li img:first-child {
    opacity: 1;
}

.tz_container7 .bottom_list .company_logo_list ul li:hover img.rm_qrCode {
    opacity: 1;
}

.tz_container7 .bottom_list .company_logo_list ul li:hover img:first-child {
    opacity: 0;
}

.tz_container7 .bottom_list .company_logo_list ul li .rmt_img_box:hover {
    border-radius: 0;
    outline: none;
} */

.tz_container7 .bottom_list .company_logo_list ul li p {
    /* position: absolute; */
    color: #fff;
    text-align: center;
    display: none;
}


.tz_line2 {
    margin-bottom: 40px;
    display: none;
}

.tz_line2 ul {
    display: flex;
    justify-content: space-between;
}

.tz_line2 ul li {
    width: 285px;
    height: 300px;
    background-color: #fafafa;
    background: url(../images/index_tz_pic1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    transition: 0.4s;
    position: relative;
    overflow: hidden;

}

.tz_line2 ul li:nth-child(2) {
    background: url(../images/index_tz_pic2.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:nth-child(3) {
    background: url(../images/index_tz_pic3.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:nth-child(4) {
    background: url(../images/index_tz_pic4.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:hover {
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background: url(../images/index_tz_pic1-1.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.tz_line2 ul li:nth-child(2):hover {
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background: url(../images/index_tz_pic2-2.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.tz_line2 ul li:nth-child(3):hover {
    background: url(../images/index_tz_pic3-3.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:nth-child(4):hover {
    background: url(../images/index_tz_pic4-4.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li a {
    position: absolute;
    width: 100%;
    bottom: -93px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    color: #333;
    text-align: center;
    display: block;
    height: 165px;
    transition: 0.4s;
}

.tz_line2 ul li:hover a {
    bottom: 0;
}

.tz_line2 ul li a h2 {
    padding: 25px 0 25px 0;
    font-size: 18px;
    font-weight: 700;
}

.tz_line2 ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-align: justify;
}
@media screen and (max-width: 768px) {
    .zx_title h2 {
        font-size: 1.25rem;
    }
    .tz_container1{
        flex-direction: column;
        margin-bottom: 14px;
    }
    .tz_container1 .video,
    .tz_container1 .right{
        width: 100%;
        height: auto;
    }
    .tz_container1 .right h2{
        font-size: 1.25rem;
        text-align: center;
    }
    .tz_container1 .right p{
        font-size: 1rem;
        line-height: 2em;
    }
    .tz_container2{
        /* display: none; */
        padding-top: 16px;
        margin-bottom: 16px;
    }
    .tz_line3{
        flex-direction: column;
        margin-bottom: 0;
    }
    .tz_line3 .zw_fff_box_r .zx_main{
        flex-wrap: wrap;
    }
    .zw_fff_box_r .zx_main {
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 a {
        font-size: 1rem;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 {
        width: 48%;
        margin-top: 14px;
        padding-top: 10px;
        height: 130px;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 a br {
        display: none;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1::after {
        right: auto;
    }

    .zw_fff_box_l,
    .zw_fff_box_r{
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding: 16px 14px;
    }
    .zx_container2,
    .zx_container3{
        display: block;
    }
    /* .zx_title h2{
        font-size: 1.375rem;
    } */
    .zx_title{
        margin-bottom: 30px;
    }
    .zx_title i{
        font-size: 1.25rem;
    }
    .tz_line4{
        margin-bottom: 14px;
        padding: 16px 14px;
    }
    .tz_line4 .left ul{
        flex-wrap: wrap;
    }
    .tz_line4 .left ul li{
        width: 48%;
        margin-bottom: 14px;
        height: 170px;
    }
    .tz_line4 .right{
        flex-direction: column;
        height: auto;
    }
    .tz_line4 .right a{
        width: 100%;
        margin-bottom: 14px;
        height: 90px;
    }
    .tz_line5{
        margin-bottom: 14px;
    }
    .tz_line5 .zx_main{
        flex-direction: column;
    }
    .tz_line5 .zx_main .right{
        padding-left: 0;

    }
    .tz_line5 .zx_main .left, .tz_line5 .zx_main .right{
        width: 100%;
        padding-right: 0;
    }
    .tz_line5 .zx_main ul li a{
        display: block;
    }
    .tz_container6 ul li {
        width: 48%;
    }
    .tz_container6 ul li a{
        justify-content: space-evenly;
    }
    .tz_container6 ul li a img{
        margin:0;
    }
    .tz_container7{
        padding-bottom: 30px;
        height: auto;
    }
    .tz_container7 .bottom_box{
        height: auto;
        padding: 20px 10px;
    }
    .tz_container7 .bottom_list{
        margin-top: 20px;
    }
    .tz_container7 .bottom_list .company_introduction{
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 30px;
    }
    .tz_container7 .bottom_list .company_logo_list{
        width: 100%;
        height: auto;
        float: none;
    }
    .tz_container7 .bottom_title .title{
        font-size: 1rem;
    }
    .tz_container7 .bottom_list .company_introduction{
        font-size: 0.875rem;
    }
    .tz_container7 .bottom_title{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tz_container7 .bottom_title .title{
        width: 48%;
        margin-bottom: 14px;
        height: 60px;
    }
    .tz_container7 .bottom_title div.cut{
        background-color: rgba(255, 255, 255, 0.141);
    }
    .tz_container7 .bottom_list .company_logo_list ul{
        grid-template-columns: repeat(3, 80px);
    }

    .tz_container2 .map{
        display: none;
    }
    .tz_line2 {
        margin-bottom: 14px;
        display: block;
    }

    .tz_line2 ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tz_line2 ul li {
        width: 48%;
        margin-bottom: 14px;
        background-size: contain !important;
        height: 177px;
        box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
    }

    .tz_line2 ul li a {
        padding: 0 10px;
        bottom: -44px;
        height: auto;
    }

    .tz_line2 ul li a p {
        -webkit-line-clamp: 2;
    }

    .tz_line2 ul li a h2 {
        padding: 10px 0;
        font-size: 1rem;
    }

    .tz_line2 ul li:hover a {
        bottom: 10px;
    }

}