@charset 'utf-8';

/*清除默认样式*/
* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

input,
textarea,
select,
button {
    outline: none;
    background-color: transparent;
    border: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}


/*去掉图片下的间距*/
img {
    vertical-align: top;
}

/*img{ display: block; }*/
/*清浮动*/
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

/* 阿里巴巴矢量图文件 */
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('iconfont.ttf?t=1676943475266') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 阿里巴巴矢量图文件结束 */

.box_title {
    /*height: 1150px;*/
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

/* 本地化一站式服务 */

.box2 {
    text-align: center;
}

.box2 .line {
    display: inline-block;
    width: 147px;
    border-top: 1px solid #c8c8c8;
}

.box2 .txt {
    color: #9b9b9b;
    vertical-align: -4px;
    padding: 0 18px;
}

.box2 p {
    font-size: 32px;
    font-weight: 600;
    margin-top: 53px;
}

.picture {
    margin-top: 49px;
}

.picture .pictures {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.pictures .picture_img .imgs {
    width: 380px;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
}

.pictures .picture_img img {
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}

.picture_text {
    text-align: center;
    margin: 30px 0 0 0;
}

.picture_text span:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    color: #1f1f1f;
}

.picture_text span {
    font-size: 20px;
    color: #0c0c0c;
}

.pictures .picture_img:nth-child(2) {
    margin: 0 29px;
}

.pictures .picture_img img:hover {
    transition: 0.5s all;
    transform: scale(1.1);
}

/* 本地化一站式服务结束 */


/* 商务顾问 */
.business {
    text-align: center;
}

.business .line {
    display: inline-block;
    width: 147px;
    border-top: 1px solid #c8c8c8;
}

.business .txt {
    color: #9b9b9b;
    vertical-align: -4px;
    padding: 0 18px;
}

.business p {
    font-size: 32px;
    font-weight: 600;
    margin-top: 53px;
}


.affairs {
    margin-top: 49px;
}

.affairs .affairss {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.affairss .affairs_img .affairs_imgs {
    width: 259px;
    height: 249px;
    /* overflow: hidden; */
    cursor: pointer;
    border: 2px solid #e1e1e1;
    border-bottom: none;
}

.affairss .affairs_img img {
    width: 100%;
    height: 100%;
}

.affairss .affairs_img:nth-child(2) {
    margin: 0 48px;
}

.affairss .affairs_img:nth-child(4) {
    margin: 0 0 0 48px;
}

.words {
    width: 100%;
    height: 110px;
    background-color: #f5f5f5;
    text-align: center;
}

.words p:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    color: #1f1f1f;
    padding: 30px 0 16px 0;
}

.words p {
    font-size: 20px;
    color: #464646;
}

/* 商务顾问结束 */


/* 行业要闻 */
.industry {
    height: 640px;
    background-image: url('../img/2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.News {
    text-align: center;
}

.News .line {
    display: inline-block;
    width: 147px;
    border-top: 1px solid #c8c8c8;
}

.News .txt {
    color: #9b9b9b;
    vertical-align: -4px;
    padding: 0 18px;
}

.News p {
    height: 100px;
    line-height: 140px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

/* banner */
.banner-box {
    width: 1200px;
    height: 240px;
    position: relative;
    perspective: 800px;
    margin: 100px auto;
}

.list li {
    width: 500px;
    height: 300px;
    position: absolute;
    transition: .5s;
    cursor: pointer;
}

.list {
    position: relative;
}

.list li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(68, 68, 68, 0.6);
    /* opacity: 0.5; */
    color: #fff;
    border-radius: 0 0 15px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    top: 50%;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

.banner-box .left {
    left: 30px;
    user-select: none;
}

.banner-box .right {
    right: 30px;
    user-select: none;
}

.banner-box .dot {
    position: absolute;
    bottom: -100px;
    left: 45%;
}

.dot i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: gray;
    border-radius: 50%;
}

.dot .active {
    background-color: red;
}

/* 行业要闻结束 */


/* 工作机会 */
.work {
    height: 740px;
    background-color: #f4f4f4;
    text-align: center;
}

.work .line {
    display: inline-block;
    width: 147px;
    border-top: 1px solid #c8c8c8;
}

.work .txt {
    color: #9b9b9b;
    vertical-align: -4px;
    padding: 0 18px;
}

.works p {
    height: 100px;
    line-height: 140px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* 工作机会结束 */


/* 关于政享 */
.about {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
}

.abouts {
    width: 190px;
    margin-top: 92px;
}

.abouts p {
    font-size: 14px;
    margin-top: 10px;
    color: #232323;
}

.about_img {
    margin-top: 50px;
    position: relative;
}

.about_imgs img {
    width: 722px;
    height: 499px;
    background: #000000;
    box-shadow: 0px 7px 9px 0px rgba(171, 171, 171, 0.5);
    object-fit: cover;
}

.Political {
    width: 479px;
    height: 730px;
    background: #FFFFFF;
    border: 1px solid #E5E5E4;
    position: absolute;
    top: -22%;
    right: 0;
    box-shadow: 0px 7px 9px 0px rgba(171, 171, 171, 0.5);
}

.about_colour {
    width: 100%;
    height: 12px;
    background: linear-gradient(-90deg, #0FCBB1, #0180D0);
}

.brief h2:nth-child(1) {
    margin-bottom: 8px;
}

.about_colours {
    width: 45px;
    height: 3px;
    margin: 26px 0 32px 0;
    background: linear-gradient(-90deg, #EF8A01, #EF581B);
}

.introduction p {
    line-height: 20px;
    color: #6e6e6e;
    font-size: 14px;
}

.introduction p:nth-child(1) {
    margin-bottom: 30px;
}

.xuxian {
    width: 399px;
    margin: 32px 0;
    border: 1px dotted #D2D2D2;
}

.address span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #242B3D;
    line-height: 32px;
}

.address p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #242B3D;
    line-height: 32px;
    padding-left: 35px;
    box-sizing: border-box;
}

.address p {
    text-align: center;
}

.information {
    margin-top: 30px;
}

.information span {
    font-size: 15px;
    color: #747474;
}

.information span:nth-child(1) {
    margin-right: 40px;
}

.information p {
    font-size: 15px;
    color: #747474;
    padding-top: 15px;
    box-sizing: border-box;
}


.swiper-slide img {
    width: 100%;
    height: 754px;
    display: block;
    object-fit: cover;
}