/*!* 站内链接 *!*/
/*.site-link {*/
/*    padding-top: 260px;*/
/*}*/

/*.site-link .title {*/
/*    padding-bottom: 10px;*/
/*}*/

/*.site-link .icon {*/
/*    padding: 20px 0;*/
/*}*/

/*.site-link .icon img {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*}*/

/*.site-link .link {*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    border-bottom: 3px solid #ffd100;*/
/*}*/

/*--------------------------------------------------------------------------------------------------------------------*/

/* ceo 介绍 */
.ceo-intro .slogan {
    width: 850px;
    margin: auto;
    text-align: center;
}

/* 标语-1 */
.ceo-intro .slogan .slogan-1 {
    color: #2b467b;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

/* 标语-2 */
.ceo-intro .slogan .slogan-2 {
    font-size: 20px;
}

/* 产品链接 */
.ceo-intro .slogan .product-link {
    padding: 40px;
}

.ceo-intro .slogan .product-link a {
    font-size: 20px;
    color: #2b467b;
    font-weight: bold;
    border-bottom: 3px solid #ffd100;
}

/* 时间 */
.ceo-intro .time {
    padding: 20px 0;
    font-size: 20px;
}

/* 标题 */
.ceo-intro .title {
    padding-top: 50px;
    color: #2b467b;
    font-size: 40px;
    font-weight: bold;
}

/* 简介 */
.ceo-intro .remark {
    padding: 20px 0;
    font-size: 30px;
}

/* 更多 */
.ceo-intro .more {
    padding: 20px 0;
}

.ceo-intro .more a {
    font-size: 20px;
    color: #2b467b;
    border-bottom: 3px solid #ffd100;
}

.ceo-intro img {
    width: 100%;
    height: 500px;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/* 材质 */
.component {
}

/* 标题 */
.component .title {
    color: #2b467b;
    font-size: 40px;
    padding-top: 40px;
}

/* 简介 */
.component .remark {
    color: black;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
}

/* 更多 */
.component .more {
    padding: 20px 0;
}

.component .more a {
    font-size: 20px;
    color: #2b467b;
    border-bottom: 3px solid #ffd100;
}

/* 视频 */
.component .video {
    padding: 50px;
    text-align: center;
}

.component .video img {
    width: 580px;
    height: 325px;
    margin: auto;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/* 视频 */
.video {
    padding: 50px;
}

.video img {
    width: 100%;
    height: 780px;
    margin: auto;
}

@media screen and (max-width: 800px) {
    .video img {
        width: 800px;
        height: 180px;
        margin: auto;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/

/* 团队 */
.team {
    background: linear-gradient(to right, #2b467b, #2b467b);
}

.team .container {
    padding: 50px;
    text-align: center;
    color: white;
    width: 900px;
    margin: auto;
    font-size: 48px;
}

@media screen and (max-width: 600px) {
    .team .container {
        padding: 50px;
        text-align: center;
        color: white;
        margin: auto;
        width: 374px;
        font-size: 36px;
        padding-bottom: 30px;
    }

    .teamtitle {
        width: 300px;
        margin-left: -12px;
    }
}

/* 标题 */
.team .container .title {
    font-size: 40px;
    font-weight: bold;
    padding: 20px;
}

/* 简介 */
.team .container .remark {
    font-size: 30px;
    line-height: 30px;
}

/* 按钮 */
.team .container button {
    margin: 50px 20px 20px;
    padding: 10px 31px;
    background: white;
    color: #2b467b;
    font-size: 20px;
    line-height: 1.5;
}


/* 欺诈提示 */
.team .fraud-alert {
    padding: 50px;
    color: #2b467b;
    text-align: center;
    /*background: linear-gradient(to right, #fe8b18, #ce4c06);*/
    background-color: #eff2f4;
}

.jobtitle {
    font-size: 40px;
}

@media screen and (max-width: 600px) {
    .padding_80_0 {
        padding: 30px 0;
    }

    .component .more {
        padding: 0 0 20px;
    }

    .video {
        padding: 32px;
    }

    .team .fraud-alert {
        padding: 30px;
        color: #2b467b;
        text-align: center;
        /* background: linear-gradient(to right, #fe8b18, #ce4c06); */
        background-color: #eff2f4;
    }

    .job .input input {
        width: 256px;
    }

    .jobtitle {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .padding_120_0 {
        padding: 60px 0 50px;
    }
}