.tongkang-1{
    background: #eeeeee;
}

.inside-tongkang-title{
    font-size: 44px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.inside-tongkang-title-en{
    color: #b7b7b7;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.tongkang-1-list{
    display: flex;
    flex-wrap: wrap;
}

.tongkang-1-list-item{
    width: 24.25%;
    margin-right: 1%;
    background: #fff;
    margin-bottom: 24px;
    overflow: hidden;
}

.tongkang-1-list-item:nth-of-type(4n){
    margin-right: 0;
}

.tongkang-1-list-item p{
    height: 80px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.tongkang-2{
    padding-top: 70px;
    background: #eeeeee;
    position: relative;
}

.tongkang-2 img.b{
    width: 100%;
}

.tongkang-2-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
}

.tongkang-2-content-1{
    width: 100%;
    max-width: 857px;
    margin: auto;
}

.tongkang-2-content-1 p.p1{
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    margin: 70px 0 50px 0;
}

.tongkang-2-content-1 p.p2{
    text-align: center;
    font-size: 50px;
    color: #4a4a4a;
    margin-bottom: 80px;
}

.tongkang-2-content-1-list{
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    margin: auto;
}

.tongkang-2-content-1-list-item{
    width: 92px;
    text-align: center;
}

.tongkang-2-content-1-list-item:last-child{
    margin-right: 0;
}

.tongkang-2-content-1-list-item img{
    width: 100%;
    max-width: 93px;
}

.tongkang-2-content-1-list-item p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.tongkang-2-content-1-list-item p:last-child{
    font-size: 18px;
    color: #6c6c6c;
    font-weight: normal;
}

.tongkang-3{
    background: #e5e5e5;
}

.tongkang-3-content{
    padding-bottom: 80px;
}

.tongkang-3-content-1 .p1{
    color: #1f8ded;
    text-align: center;
    font-size: 40px;
    padding-top: 60px;
}

.tongkang-3-content-1 .p2{
    color: #929292;
    font-size: 22px;
    text-align: center;
    margin: 20px 0 70px 0;
}

.tongkang-3-content-1-list{
    display: flex;
    flex-wrap: wrap;
    min-height: 192px;
}

.tongkang-3-content-1-list-item{
    width: 24.25%;
    margin-right: 1%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tongkang-3-content-1-list-item-111{
    transition: all 0.5s;
    background: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.tongkang-3-content-1-list-item:hover .tongkang-3-content-1-list-item-111{
    margin-top: -10px;
    /*animation-name: animationName;
    animation-duration: 1s;*/
}

@keyframes animationName {
    0% {
        top: 0;
    }
    100% {
        top: -10px;
    }
}

.tongkang-3-content-1-list-item:nth-of-type(4){
    margin-right: 0;
}

.tongkang-3-content-1-list-item:nth-of-type(n+5){
    width: 32.6666666666%;
}

.tongkang-3-content-1-list-item:last-child{
    margin-right: 0;
}

.tongkang-4{
    background: #eee;
}

.tongkang-4 .tongkang-3-content-1-list-item{
    width: 32.6666666666%;
}

.tongkang-4 .tongkang-3-content-1-list-item:nth-of-type(3){
    margin-right: 0;
}

.tongkang-4 .tongkang-3-content-1-list-item:nth-of-type(4){
    margin-right: 1%;
}

.tongkang-4 .tongkang-3-content-1-list-item:nth-of-type(n+4){
    width: 49.5%;
}

.tongkang-3-content-1-list-item img{
    width: 54px;
    margin: 0 30px 0 0;
}

.tongkang-3-content-1-list-item div p:nth-of-type(1){
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}

.tongkang-3-content-1-list-item div p:nth-of-type(2){
    font-size: 14px;
    color: #838282;
    line-height: 24px;
}

.tongkang-5{
    padding: 100px 0;
}

.tongkang-5-side-item{
    text-align: center;
    width: 92px;
    margin-bottom: 100px;
    font-weight: bold;
    color: #000;
}

.tongkang-5-side-item p{
    margin-top: 10px;
    font-size: 20px;
}

.tongkang-5-side-item:last-child{
    margin-bottom: 0;
}

.tongkang-5 .contain{
    display: flex;
}

.tongkang-5-content{
    flex: 1;
}

.tongkang-5-content-c{
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}

.tongkang-5-content-c .p1{
    color: #1f8ded;
    text-align: center;
    font-size: 40px;
}

.tongkang-5-content-c .p2{
    color: #929292;
    font-size: 22px;
    text-align: center;
    margin: 20px 0 70px 0;
}

.tongkang-5-content-c-1-list{
    font-size: 42px;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.tongkang-5-1-item{
    width: 39%;
    margin-bottom: 15px;
    text-align: center;
}

.tongkang-5-side{
    margin-left: 5%;
}

.tongkang-5-1-item:nth-of-type(even){
    text-align: right;
}

.tongkang-5-content-c-2-list{
    margin: 30px 0;
    justify-content: space-between;
    display: flex;
}

.tongkang-5-content-c-2-list img{
    max-width: 147px;
    transition: all 0.5s;
}

.tongkang-5-content-c-2-list img:hover{
    transform: scale(1.1);
}

.tongkang-5-content-c-3-list{
    display: flex;
    justify-content: space-between;
}

.tongkang-5-content-c-3-list div b{
    color: #1f8ded;
    font-weight: bold;
    font-size: 46px;
}

.tongkang-5-content-c-3-list div b span{
    color: #545454;
    font-size: 18px;
    font-weight: normal;
}

.tongkang-5-content-c-3-list div p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.tongkang-6 .tongkang-2-content-1{
    margin-left: 0;
}

.tongkang-6 .tongkang-2-content{
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.tongkang-6 .tongkang-2-content-1 p.p1{
    margin-top: 0;
    color: #1f8ded;
    font-size: 72px;
    font-weight: normal;
    margin-bottom: 20px;
}

.tongkang-6 .tongkang-2-content-1 p.p2{
    color: #000;
    max-width: 340px;
    margin: auto;
}

.tongkang-6{
    padding-top: 0;
}

.tongkang-7 .tongkang-2-content-1{
    margin-left: auto;
    margin-right: 0;
}

.tongkang-1-list-item{
    transition: all 0.5s;
    border-radius: 3px;
}

.tongkang-1-list-item:hover{
    box-shadow: 0 0 5px 0 #999;
}

.tongkang-1-list-item img{
    transition: all 0.5s;
    max-width: 100%;
}

.tongkang-1-list-item:hover img{
    transform: scale(1.1);
}

@media all and (max-width: 1440px){
    .tongkang-2-content-1 p.p2{
        font-size: 30px;
        margin-bottom: 50px;
    }

    .tongkang-2-content-1 p.p1 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        margin: 50px 0 40px 0;
    }

    .tongkang-2-content-1-list-item {
        width: 70px;
    }

    .tongkang-2-content-1-list-item p {
        font-size: 16px;
    }

    .tongkang-2-content-1-list-item p:last-child {
        font-size: 16px;
    }

    .tongkang-3-content-1-list-item div p:nth-of-type(2){
        font-size: 12px;
    }

    .tongkang-5-content-c-1-list{
        font-size: 34px;
        width: 65%;
    }
}

@media screen and ( max-width: 1024px ){
    .inside-tongkang-title{
        font-size: 36px;
    }

    .inside-tongkang-title-en{
        font-size: 20px;
        padding-top: 30px;
    }

    .tongkang-1-list-item{
        width: 48%;
        margin-right: 0;
    }

    .tongkang-1-list-item img{
        width: 100%;
    }

    .tongkang-1-list{
        justify-content: space-between;
    }

    .tongkang-1-list-item p{
        height: 50px;
        line-height: 40px;
        font-size: 16px;
    }

    .tongkang-2{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tongkang-2 img.b{
        display: none;
    }

    .tongkang-2-content{
        position: static;
    }

    .tongkang-2-content-1 p.p1{
        font-size: 30px;
        margin: 20px 0 10px 0;
    }

    .tongkang-2-content-1 p.p2{
        padding: 0 10px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .tongkang-2-content-1-list{
        padding: 0 15px;
    }

    .tongkang-3-content-1 .p1{
        font-size: 24px;
        padding-top: 30px;
    }

    .tongkang-3-content-1 .p2{
        margin-bottom: 30px;
    }

    .tongkang-3-content-1-list-item{
        width: 100%;
        margin-right: 0;
        flex: none !important;
    }

    .tongkang-3-content-1-list-item:nth-of-type(n+5){
        width: 100%;
    }

    .tongkang-4 .tongkang-3-content-1-list-item{
        width: 100%;
    }

    .tongkang-4 .tongkang-3-content-1-list-item:nth-of-type(n+4){
        width: 100%;
    }

    .tongkang-5-side{
        display: none;
    }

    .tongkang-5-content{
        display: block;
        flex: none;
    }

    .tongkang-5-content-c{
        max-width: 100%;
    }

    .tongkang-5 .contain{
        display: block;
    }

    .tongkang-5-content-c-1-list{
        font-size: 22px;
        width: 100%;
    }

    .tongkang-5-content-c .p2{
        margin-bottom: 30px;
    }

    .tongkang-5{
        padding: 30px 0;
    }

    .tongkang-5-content-c-2-list img{
        max-width: none;
        width: 18%;
        height: auto;
    }

    .tongkang-5-content-c-2-list{
        align-items: center;
    }

    .en .tongkang-5-1-item{
        width: 50%;
    }

    .tongkang-5-content-c-3-list div b{
        font-size: 22px;
    }

    .en .tongkang-5-content-c-3-list div:nth-of-type(2){

    }

    .en .tongkang-5-content-c-3-list{
        display: block;
    }

    .en .tongkang-5-content-c-3-list div{
        margin-bottom: 20px;
    }

    .en .tongkang-5-content-c-3-list>div:last-child{
        margin-bottom: 0;
    }

    .en .tongkang-5-content-c-3-list div p{
        text-align: left;
        margin-top: 5px;
    }

    .en .tongkang-6 .tongkang-2-content-1 p.p1 {
        font-size: 16px;
    }

    .en .tongkang-6 .tongkang-2-content-1 p.p2 {
        font-size: 14px;
    }

    .tongkang-6 img.b{
        display: block;
    }

    .tongkang-3-content{
        padding-bottom: 30px;
    }

    .tongkang-6 .tongkang-2-content-1 p.p1{
        font-size: 22px;
    }

    .tongkang-6 .tongkang-2-content{
        position: absolute;
    }

    .tongkang-6 .tongkang-2-content-1{
        max-width: 45%;
    }

    .tongkang-6 .tongkang-2-content-1 p.p1{
        margin-bottom: 10px;
    }

    .tongkang-6{
        padding-top: 0;
    }

    .tongkang-6 .tongkang-2-content-1 p.p2{
        font-size: 16px;
    }
}