html,body{
    font-family: '微软雅黑';
}


/* ------------------------banner------------------------- */
.container-banner{
    width: 100%;
}
.container-banner>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* -------------------------container-relation------------------------ */
.container-relation{
    width: 100%;
    background-color: #fafafa;
    padding-bottom: 60px;
}
.relation-title{
    width: 100%;
    height: 130px;
    text-align: center;
}
.relation-title>h4{
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.relation-content-box{
    width: 100%;
}
.relation-content-box>ul{
    width: 64%;
    margin-left: 18%;
    text-align: center;
    overflow: hidden;
}
.relation-content-box>ul li{
   display: inline-block;
    width: 22.3%;
    height: 280px;
    text-align: center;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.relation-content-box>ul li:nth-child(n+2){
    margin-left: 3%;
}
.relation-content-box>ul li h4{
    font-size: 20px;
    margin-top: 10px;
    color: #2449a4;
}

.relation-content-box>ul li p{
    font-size: 14px;
    color: #555555;
    margin-top: 16px;
    /* width: 84%;
    margin-left: 8%; */
}
.relation-img{
    margin-top: 34px;
}
.relation-content-box>ul li div{
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
/* 触发状态 */
.relation-content-box>ul li:hover .relation-img{
    animation: shakeI 1.2s ease-in-out both;
}
.relation-content-box>ul li:hover{
    box-shadow:  0 1px 10px 0px #d4d2d2;
}

/* -------------------------container-model------------------------ */
.container-model{
    width: 100%;
    height: 209px;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}
.container-model h3{
    font-size: 30px;
    display: inline-block;
    margin-top: 70px;
}
.container-model p{
    font-size: 14px;
    margin-top: 10px;
    width: 64%;
    margin-left: 18%;
}

/* -------------------------container-talents------------------------ */
.container-talents{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.talents-title{
    width: 100%;
    height: 150px;
    text-align: center;
}
.talents-title>h4{
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 20px;
}

.talents-content-box{
    width: 100%;
}
.talents-content-box>ul{
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}
/* -----------招聘表格---------- */
.talents-content-box>ul>.swiper-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-wrapper{
    position: relative;
    clear: both;
    /* height: 600px; */
    padding-bottom: 60px;
}
.swiper-slide>table{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-slide>table tr th{
    font-size: 16px;
    height: 62px;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #f1f1f1;
    background-color: #999;
}
.swiper-slide>table tr td{
    font-size: 14px;
    height: 58px;
    text-align: center;
    color: #555555;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #f1f1f1;
}
.swiper-slide>table tr a{
    color: #2449a4;
    font-size: 14px;
}
.swiper-slide>table tr a:hover{
    text-decoration: underline;
    font-weight: 600;
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .relation-content-box>ul {
        width: 90%;
        margin-left: 5%;
    }
    .relation-title>h4 {
        font-size: 26px;
    }
    .talents-title>h4 {
        font-size: 26px;
    }
    .talents-content-box>ul {
        width: 90%;
        margin-left: 5%;
    }
    .container-model h3 {
        font-size: 26px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner>img {
        width: 100%;
        height: 180px;
    }
    .relation-title {
        height: 80px;
    }
    .relation-title>h4 {
        font-size: 20px;
        margin-top: 26px;
    }
    .relation-content-box>ul {
        width: 94%;
        margin-left: 2%;
    }
    .relation-content-box>ul li {
        display: block;
        float: left;
        width: 48%;
        margin-left: 2%;
        height: 280px;
        margin-top: 6px;
    }
    .relation-content-box>ul li:nth-child(n+2) {
        margin-left: 2%;
    }
    .relation-img {
        margin-top: 20px;
    }
    .container-relation {
        padding-bottom: 32px;
    }
    .container-model h3 {
        font-size: 18px;
        margin-top: 40px;
    }
    .container-model p {
        font-size: 12px;
        width: 80%;
        margin-left: 10%;
    }
    .talents-content-box>ul {
        width:100%;
        margin-left: 0%;
    }
    /* 表格 */
    .swiper-slide>table tr th {
        font-size: 12px;
        height: 62px;
    }
    .swiper-slide>table tr td {
        font-size: 12px;
        height: 80px;
    }
    .swiper-slide>table tbody tr:last-child{
        margin-bottom: 30px;
    }
    .swiper-wrapper {
        /* height: 750px; */
    }
    .talents-title {
        height: 80px;
    }
    .talents-title>h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .relation-content-box>ul li p{
        width: 84%;
        margin-left: 8%;
    }
}






.relation-content-box ul li div p a{
    word-wrap:break-word;
}


/*联系我们-新加地图及3子公司*/

.ctUs-map { margin-top: 40px; }

.contact .list {text-align: left;}
.contact .list dl{width:33.33333%;float:left;border-left:1px solid #ddd;padding-left:28px;position:relative;margin-top:40px;}
.contact .list dl:after{position:absolute;left:-1px;top:0px;content:"";width:1px;height:40px;background:#666;}
.contact .list dl dt{color:#2449a4;font-size:18px; margin-bottom:10px;}
.contact .list dl dd{color:#555; font-size:15px; line-height:30px;}

@media all and (max-width: 1100px) {
.contact .list dl{width:100%;}
/*.ctUs-map {display: none;}*/
｝<!--0.0001988410949707-->