@charset "utf-8";
.banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner img {
    position: absolute;
    width: 1920px;
    height: 450px;
    left: 50%;
    margin-left: -960px;
}

.story {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
}

.story .center {
    padding: 50px 0;
}

.story .content .layui-tab-title {
    height: 50px;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story .content .layui-tab-title li {
    width: 19.9%;
    height: 48px;
    line-height: 48px;
    background: #fff;
    font-size: 20px;
}

.story .content .layui-tab-title li img {
    margin-right: 5px;
}

.layui-tab-title .layui-this {
    color: #fff;
    background: #ff9915 !important;
    box-shadow: 0 2px 5px #d1d1d1;
}

.layui-tab-title .layui-this::after {
    height: 50px;
    border: none;
}

.layui-tab-content {
    padding: 0;
    margin-top: 15px;
}

.story_swiper {
    height: 263px;
}

.story_swiper .swiper-slide {
    width: 290px;
    height: 263px;
    overflow: hidden;
}

.story_swiper .swiper-slide a {
    display: block;
    width: 283px;
    height: 255px;
    margin: auto;
    background: #fff;
    box-shadow: 0 2px 5px #d1d1d1;
}

.story_swiper .swiper-slide .slide_pic {
    width: 283px;
    height: 177px;
    overflow: hidden;
}

.story_swiper .swiper-slide .slide_pic img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.story_swiper .swiper-slide .slide_text {
    height: 86px;
    overflow: hidden;
    color: #333;
    padding: 15px;
}

.story_swiper .swiper-slide .slide_text .name {
    font-size: 16px;
}

.story_swiper .swiper-slide .slide_text .keywords {
    color: #666;
}

.story_swiper .swiper-slide .slide_text .keywords li {
    display: block;
    float: left;
    margin-right: 2px;
    color: #666;
}

.story_swiper .swiper-button-prev, .story_swiper .swiper-button-next {
    width: 35px;
    height: 53px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 85px;
}

.goAbroad {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.goAbroad .center {
    padding: 50px 0;
}

.goAbroad_swiper {
    height: 507px;
}

.goAbroad_swiper .swiper-slide {
    height: 457px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.goAbroad_swiper .swiper-slide .item_l {
    display: block;
    width: 390px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.goAbroad_swiper .swiper-slide .item_l img, .goAbroad_swiper .swiper-slide .item_r .sub img {
    width: 100%;
    min-height: 100%;
}

.goAbroad_swiper .swiper-slide .item_l:hover img, .goAbroad_swiper .swiper-slide .item_r .sub:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.goAbroad_swiper .swiper-slide .item_l .text, .goAbroad_swiper .swiper-slide .item_r .sub .text {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.goAbroad_swiper .swiper-slide .text .name {
    font-size: 24px;
}

.goAbroad_swiper .swiper-slide .item_l .shade, .goAbroad_swiper .swiper-slide .item_r .sub .shade {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* IE 10 */
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* 标准语法 */
}

.goAbroad_swiper .swiper-slide .item_r {
    width: 795px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.goAbroad_swiper .swiper-slide .item_r .sub {
    width: 390px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 17px;
    position: relative;
}

.goAbroad_swiper .swiper-button-prev, .goAbroad_swiper .swiper-button-next {
    background: transparent;
    width: 27px;
    height: 26px;
    top: auto;
    bottom: 0;
}

.goAbroad_swiper .swiper-button-prev {
    left: 568px;
}

.goAbroad_swiper .swiper-button-next {
    right: 568px;
}

.visa {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
}

.visa .center {
    padding: 50px 0;
}

.visa_swiper {
    height: 316px;
}

.visa_swiper .swiper-slide {
    width: 390px;
    height: 276px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.visa_swiper .swiper-slide a {
    display: block;
    width: 383px;
    height: 270px;
    border-radius: 20px;
    box-shadow: 0 2px 5px #aaa;
    overflow: hidden;
}

.visa_swiper .swiper-slide a img {
    width: 100%;
    min-height: 100%;
}

.visa_swiper .swiper-button-prev, .visa_swiper .swiper-button-next {
    width: 35px;
    height: 53px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 108.5px;
    margin-top: 0;
}

.visa_swiper .swiper-pagination {
    bottom: 0;
}

.visa_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.visa_swiper .swiper-pagination-bullet-active {
    background: #fd7620;
}

.interview {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.interview .center {
    padding: 50px 0;
}

.interview .videos {
    display: flex;
    justify-content: space-between;
}

.interview .videos .item {
    width: 390px;
    height: 300px;
    overflow: hidden;
}

.interview .videos .item .video {
    width: 390px;
    height: 220px;
    overflow: hidden;
    background: #000;
}

.interview .videos .item .video video::-internal-media-controls-download-button {
    display: none;
}

.interview .videos .item .video video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

.interview .videos .item .video video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.interview .videos .item .text {
    width: 250px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    color: #333;
    line-height: 24px;
    padding-top: 15px;
    text-align: left;
}

.interview .videos .item .text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moreBtn {
    font-size: 16px;
    background: #2577e3;
    box-shadow: 0 2px 7px #91befa;
}

.life {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
    text-align: center;
}

.life .center {
    padding: 50px 0;
}

/* .life .pics {
    display: flex;
    justify-content: space-between;
}

.life .pics .item {
    width: 290px;
    height: 220px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 2px 5px #aaa;
    overflow: hidden;
}

.life .pics .item img {
    width: 100%;
    min-height: 100%;
}

.life .pics .item:hover {
    border: 3px solid #2577e3;
} */

.life_swiper {
    height: 220px;
}

.life_swiper .swiper-slide {
    width: 290px;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.life_swiper .swiper-slide a {
    display: block;
    width: 286px;
    height: 214px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 2px 5px #aaa;
    overflow: hidden;
}

.life_swiper .swiper-slide a:hover {
    border: 3px solid #2577e3;
}

.life_swiper .swiper-slide a img {
    width: 100%;
    min-height: 100%;
}

.life_swiper .swiper-button-prev, .life_swiper .swiper-button-next {
    width: 35px;
    height: 53px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 108.5px;
    margin-top: 0;
}

.life_swiper .swiper-pagination {
    bottom: 0;
}

.life_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.life_swiper .swiper-pagination-bullet-active {
    background: #fd7620;
}

.feedback {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.feedback .center {
    padding: 50px 0;
}

.feedback_swiper {
    height: 505px;
}

.feedback_swiper .swiper-slide {
    width: 273px;
    height: 455px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.feedback_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.feedback_swiper .swiper-slide .avata {
    position: absolute;
    top: -30px;
    left: 18px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.feedback_swiper .swiper-slide .avata img {
    width: 100%;
    height: 100%;
}

.feedback_swiper .swiper-slide .inner {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.feedback_swiper .swiper-slide .inner .inner_h {
    width: calc(100% - 98px);
    padding-top: 15px;
}

.feedback_swiper .swiper-slide .inner .name {
    font-size: 18px;
    color: #2577e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback_swiper .swiper-slide .inner .date {
    color: #666;
    margin-top: 5px;
}

.feedback_swiper .swiper-slide .inner hr {
    margin: 0;
    height: 0;
    background: transparent;
    border: none;
    border-top: 1px dashed #dcdcdc;
}

.feedback_swiper .swiper-slide .inner .pic {
    width: 166px;
    height: 217px;
    overflow: hidden;
    margin: 0 auto;
}

.feedback_swiper .swiper-slide .inner .pic img {
    width: 100%;
    min-height: 100%;
}

.feedback_swiper .swiper-slide .inner .desc {
    padding: 0 20px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.feedback_swiper .swiper-button-prev, .feedback_swiper .swiper-button-next {
    background: transparent;
    width: 27px;
    height: 26px;
    top: auto;
    bottom: 0;
}

.feedback_swiper .swiper-button-prev {
    left: 568px;
}

.feedback_swiper .swiper-button-next {
    right: 568px;
}

.msgBoard {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f2f2f2;
    text-align: center;
}

.msgBoard .center {
    padding: 50px 190px;
}

.msgBoard .layui-form-item {
    margin-bottom: 20px;
}

.msgBoard .layui-form-label {
    width: auto;
}

.msgBoard .layui-input-block {
    margin-left: 100px;
}

.msgBoard .layui-input, .layui-select, .layui-textarea {
    height: 40px;
    border-radius: 4px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.msgBoard .desc {
    color: #666;
}

.msgBoard .layui-btn {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    background: -webkit-linear-gradient(top, #ff7822, #db5500);
    background: -o-linear-gradient(top, #ff7822, #db5500);
    background: -moz-linear-gradient(top, #ff7822, #db5500);
    background: -ms-linear-gradient(top, #ff7822, #db5500);
    background: linear-gradient(top, #ff7822, #db5500);
}

.praise_list {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.praise_list .center {
    padding: 40px 0 100px;
}

.layui-table {
    margin: 0;
}

.layui-table td {
    padding: 0;
}

.layui-table tr:nth-last-child(2) td {
    border-bottom: none;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: transparent;
}

.layui-table td .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    color: #333;
}

.layui-table td .item .title {
    flex: 1;
    margin-left: 3px;
}

.layui-table td .item .date {
    color: #666;
}

.layui-table td .item:hover, .layui-table td .item:hover .date {
    color: #2577e3;
}

#pages {
    padding: 50px 0 30px;
    text-align: center;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage a:hover {
    color: #2577e3;
}

.praise_detail {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.praise_detail .center {
    padding: 40px 0 100px;
}

.praise_detail .content {
    padding: 20px 100px 35px;
    border: 1px solid #d9d9d9;
    text-align: center;
    color: #333;
}

.praise_detail .content .c_header {
    display: inline-block;
    padding: 0 60px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.praise_detail .content .title {
    font-size: 20px;
    color: #2577e3;
}

.praise_detail .content .date {
    font-size: 16px;
    color: #808080;
    margin-top: 10px;
}

.praise_detail .content .c_main {
    padding: 25px 50px 50px;
}

.praise_detail .content .company {
    font-size: 20px;
    color: #fd521d;
}

.praise_detail .content .c_main dl {
    margin-bottom: 10px;
}

.praise_detail .content .c_main dt {
    line-height: 2;
    font-weight: normal;
}

.praise_detail .content .c_main dd {
    line-height: 2;
}

.praise_detail .content .pageBtn {
    display: flex;
    justify-content: space-between;
}

.praise_detail .content .pageBtn .prev, .praise_detail .content .pageBtn .next {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    text-align: left;
}

.praise_detail .content .pageBtn .prev:hover, .praise_detail .content .pageBtn .next:hover {
    color: #2577e3;
}