﻿.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.pic img:hover {
    transform: scale(1.2);
    cursor: pointer;
}

/*  */
.tc_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tc_slecet {
    background: #f3f6fb;
    width: 100%;
    margin: 30px auto;
    height: auto;
    overflow: hidden;
    padding: 0 0;
    height: 100px;
}

.tc_slecet h2 {
    width: 156px;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    color: #454e58;
    background: url(../images/sel_tbg.png) left center no-repeat;
    display: block;
    height: 100%;
    /* min-height: 100px; */
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
}

.tc_slecet .engz {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.tc_slecet .engz a {
    display: inline-block;
    line-height: 36px;
    color: #9a9d9e;
    padding: 0 10px;
    box-sizing: border-box;
    /* margin-right: 0.9%; */
}

.tc_slecet .engz a:hover {
    color: #00499b;
}

.tc_slecet .engz a.on {
    font-size: 20px;
    color: #00499b;
}

.tc_list {}

.tc_list ul {
    font-size: 0;
    padding-bottom: 10px;
    /* padding-left: 3px; */
    padding-right: 3px;
}

.tc_list ul li {
    padding: 1.5%;
    transition: all 1s;
    width: 45%;
    display: inline-block;
    border: solid 1px #f1f3f4;
    margin-bottom: 35px;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); */
    background: url(../images/szlogo.png) #fff 600px -50px no-repeat;
}


.tc_list ul li:hover {
    /* border: none; */
    border: solid 1px #4b7298;
    box-shadow: 0px 0px 15px rgba(181, 182, 240, 0.3);
}



.tc_list ul li:hover .info>span {
    transition: all 0.3s;
    border-top: solid 1px #dde1e6;
    color: #135db0;
    transition: all 0.3s;
}

.tc_list ul li:hover h4 {
    color: #1557A7;
    font-weight: bold;
}



.tc_list ul a {
    display: block;
    overflow: hidden;
    position: relative;
}

.tc_list ul a .tu {
    float: left;
    width: 180px;
    margin-right: 30px;
}

.tc_list ul a .pic {
    padding-top: 135%;
}

.tc_list ul .info {
    height: auto;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.tc_list ul .info>span {
    display: block;
    color: #9E9E9E;
    font-size: 14px;
    /* position: absolute; */
    bottom: 0;
    border-top: 1px solid #f2f2f2;
    line-height: 50px;
    margin-top: 50px;
    width: 100%;
    background: url(../images/rc_mjt.png) right center no-repeat;
}

.tc_list ul .info h4 {
    font-size: 24px;
    line-height: 40px;
    margin: 20px auto 20px auto;
    color: #1557A7;
    font-weight: bold;
    background: url(../images/rc_tico.png) left center no-repeat;
    padding-left: 24px;
}

.tc_list ul .info h4 .ldzw {
    margin-left: 15px;
}

.tc_list ul .info h2 {
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    font-weight: normal;
    display: block;
}

.tc_list ul .info>p {
    font-size: 16px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 24px;
    color: #999999;
    text-align: justify;
    display: none;
}

/*  */
.sz_team {}

.szt_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px auto;
    background: url(../images/tc_boxbg.png) right bottom no-repeat #f7fafc;
    padding-bottom: 20px;
}

.szt_box_t {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background: url(../images/szt_box_ttbg.png) left top no-repeat;
    margin-bottom: 20px;
}

.szt_box_t h2 {
    font-size: 20px;
    font-weight: normal;
    background: url(../images/szt_box_titbg.png) left center no-repeat;
    color: #fff;
    padding-left: 50px;
    font-weight: bold;
}

.szt_box_fl {
    font-size: 16px;
    color: #0F58AA;
    line-height: 42px;
    font-weight: bold;
    width: 94%;
    display: block;
    margin: 0 auto;
    padding: 0 3%;
}

.szt_box_list {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 50px;
    width: 94%;
    display: block;
    margin: 0 auto 19px auto;
    padding: 0 3%;
    height: auto;
    overflow: hidden;
}

.szt_box_list ul {
    width: 107%;
}

.szt_box_list li {
    width: 14.2%;
    text-align: left;
    line-height: 36px;
    float: left;
}

.szt_box_list li a {}

.szt_box_list li a:hover {
    color: #0F58AA;
}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .tc_slecet {
        height: auto;
    }

    .tc_slecet h2 {
        width: 100%;
        float: none;
        background: #dce6f2;
        line-height: 37px;
    }

    .tc_slecet .engz {
        width: 100%;
    }

    .tc_list ul li {
        width: 100%;
    }

    .szt_box_list li {
        width: 25%;
        text-align: center;
    }
}