/* -----------公共样式 start-----------*/
:root {
    --hover-color: #E3403D;
}

/* 模块标题 */
.section_title {
    width: 642px;
    height: 168px;
    padding-bottom: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("./images/title_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateY(60px);
}

.section_title img {
    width: 118px;
    height: 183px;
    margin-left: 16px;
}

.section_title ul {
    display: flex;
    align-items: center;
}

.section_title ul li {
    width: 72px;
    height: 72px;
    margin-right: 6px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    background: #E1432C;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.section_title ul li:nth-child(1) {
    margin-top: 50px;
}

.section_title ul li:nth-child(2) {
    margin-top: 20px;
}

.section_title ul li:nth-child(3) {
    margin-top: 6px;
}

.section_title ul li:nth-child(4) {
    margin-top: 20px;
}

/* 模块内容 */
.section_content {
    width: 1200px;
    padding: 100px 50px 0px 50px;
    box-sizing: border-box;
    background: #FDE8D5;
    background-image: url("./images/section_bg.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 34px 34px 0px 0px;
}

/* 模块底边 */
.section_bot {
    max-width: 100vw;
    width: 1360px;
    height: auto;
}

/* 轮播指示器 */
.sections .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 10px;
    left: 0;
}

.sections .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(206, 58, 55, 0.29);
    opacity: 1;
}

.sections .swiper-container .swiper-pagination-bullet-active {
    background: #CE3A37 !important;
}

/* 查看更多按钮 */
.section_more {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.section_more a {
    width: 211px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background: rgb(233, 73, 11);
    border-radius: 50px;
    cursor: pointer;
}

.section_more a:hover {
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px 4px rgba(225, 155, 52, 0.2), inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
}

/* -----------公共样式 end -----------*/


/* 导航栏 */
.topnav {
    background: #000000;
}

.topnavlist li:hover {
    color: #7E4E22;
    background: #EEC496;
}

.topnavlist li:hover a span {
    color: #7E4E22;
    font-weight: 600;
}


/* 页面内容 */
.sections {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1,
.section2,
.section3,
.section4{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* section1 移民项目 */
.section1 {
    padding-top: 40px;
    padding-bottom: 100px;
}

.section1 .project {
    width: 100%;
    padding-bottom: 80px;
}

.project_tab {
    width: 100%;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.project_tab img {
    width: 46px;
    height: 186px;
    position: absolute;
    top: 0px;
}

.project_tab .leftImg {
    left: 0px;
}

.project_tab .rightImg {
    right: 0px;
}

.project_tab div {
    width: 100%;
    height: 124px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(to right, #F4CC9B, #D3A081);
}

.project_tab div ul {
    width: 100%;
    height: 104px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    background: #D16B47;
}

.project_tab div ul li {
    width: max-content;
    height: 46px;
    padding: 0 16px;
    line-height: 46px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.project_tab div ul .navonactive {
    color: #7E4E22;
    background: #EEC496;
    box-shadow: 0px 4px 10px 0px #A81E1C;
    border-radius: 80px;
}

.project_swiper {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.project_swiper .swiper-slide {
    width: 100%;
    height: 430px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.project_swiper .swiper-slide .tipbox {
    width: 66px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #ff9d00;
    background-size: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.project_swiper .swiper-slide .tipbox:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    border-top: 12px solid #ff9d00;
    border-bottom: 12px solid #ff9d00;
    border-right: 5px dashed transparent;
}

.project_swiper .swiper-slide .imgbox {
    width: 100%;
    overflow: hidden;
}

.project_swiper .swiper-slide .imgbox img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.project_swiper .swiper-slide .txtbox {
    width: 100%;
    height: 175px;
    padding-bottom: 10px;
}

.project_swiper .swiper-slide .txtbox h3 {
    height: 20px;
    padding: 8px 10px 0 20px;
    margin-bottom: 18px;
    margin-top: 10px;
    text-align: left;
    line-height: 20px;
    color: #000;
    font-size: 16px;
}

.project_swiper .swiper-slide .txtbox p {
    padding: 0 20px 10px 20px;
    display: flex;
    align-items: flex-start;
    color: #555;
    font-size: 14px;
}

.project_swiper .swiper-slide .txtbox p span {
    display: inline-block;
}

.project_swiper .swiper-slide .txtbox p span:nth-child(1) {
    min-width: 76px;
    color: #888;
    padding-right: 10px;
}

.project_swiper .swiper-slide:hover {
    background-color: #353535;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project_swiper .swiper-slide:hover .imgbox img {
    transition: transform 1s;
    transform: scale(1.1, 1.1);
}

.project_swiper .swiper-slide:hover .txtbox p,
.project_swiper .swiper-slide:hover .txtbox h3 {
    color: #fff;
}

.project_swiper .swiper-slide:hover .txtbox p span:nth-child(1) {
    color: #ebd596;
    /* color:var(--hover-color,#bf9143); */
}



/* section2 资讯活动 */
.section2 {
    width: 100%;
    height: 1280px;
    padding-top: 40px;
    background-image: url("./images/bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news {
    width: 1200px;
    padding-top: 100px;
    display: flex;
    align-items: stretch;
}

/* news_main */
.news_main {
    width: 708px;
    padding: 34px 26px 0px 26px;
    margin-right: 20px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 32px;
}

.news_main h4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: 18px;
}

.news_main h4 a {
    color: #000000;
}

.news_main h4 a:hover {
    /* color: #bf9143; */
    color: var(--hover-color, #bf9143);
}

.news_main_card {
    width: 100%;
    padding-top: 20px;
}

.news_main_card li {
    width: 100%;
    padding-bottom: 42px;
}

.news_main_card li a {
    width: 100%;
    display: flex;
}

.news_main_card li a img {
    width: 240px;
    height: 148px;
    margin-right: 16px;
}

.news_main_card li a div {
    flex: 1;
}

.news_main_card li a div h5 {
    color: #555555;
    font-size: 16px;
    line-height: 22px;
}

.news_main_card li a div p {
    padding-top: 20px;
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

.news_main_card li:hover h5 {
    /* color: #bf9143; */
    color: var(--hover-color, #bf9143);
}

.news_main_list li {
    width: 47%;
    padding-left: 20px;
    margin-right: 3%;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.news_main_list li:nth-child(2n) {
    margin-right: 0;
}

.news_main_list li a {
    color: #343434;
}

.news_main_list li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_main_list li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #E3403D;
    border-bottom: 5px solid transparent;
    left: 0px;
    top: 13px;
}

.news_main_list li a:hover {
    /* color: #bf9143; */
    color: var(--hover-color, #bf9143);
}

/* news_aside */
.news_aside {
    flex: 1;
    padding: 34px 28px 28px 28px;
    background: #ffffff;
    border-radius: 32px;
}

.news_aside h4 {
    color: #000000;
    font-size: 18px;
}

.news_aside ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.news_aside ul li a {
    width: 100%;
}

.news_aside ul li a img {
    width: 100%;
    height: 160px;
    margin: 16px 0px;
    box-sizing: border-box;
    border-radius: 32px;
    overflow: hidden;
}

.news_aside ul li a h5 {
    color: #343434;
    padding-left: 20px;
    position: relative;
}

.news_aside ul li a h5:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #E3403D;
    border-bottom: 5px solid transparent;
    left: 0px;
    top: 2px;
}

.news_aside ul li:hover a h5 {
    /* color: #bf9143; */
    color: var(--hover-color, #bf9143);
}

/* section3  成功案例*/

.section3 .case {
    width: 100%;
    padding-bottom: 80px;
}

.case_swiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.case_swiper .swiper-slide {
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
}

.case_swiper .swiper-slide a .caseimgbox {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    overflow: hidden;
}

.case_swiper .swiper-slide a .caseimgbox img {
    width: 100%;
    height: 240px;
}

.case_swiper .swiper-slide a .casetxt {
    width: 100%;
    padding: 0 16px 36px 16px;
    box-sizing: border-box;
}

.case_swiper .swiper-slide a .casetxt h5 {
    padding-top: 16px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.case_swiper .swiper-slide a .casetxt p {
    padding-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.case_swiper .swiper-slide a .casetxt .casebtn {
    width: 100%;
    padding-top: 14px;
    display: flex;
    justify-content: center;
}

.case_swiper .swiper-slide a .casetxt .casebtn div {
    width: 169px;
    height: 38px;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    color: #E3403D;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #E3403D;
}

.case_swiper .swiper-slide:hover {
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3 ease;
}

.case_swiper .swiper-slide a:hover .casetxt h5 {
    /* color: #bf9143; */
    color: var(--hover-color, #bf9143);
}

.case_swiper .swiper-slide a:hover .casetxt .casebtn div {
    color: #ffffff;
    background: var(--hover-color, #bf9143);
}

/* section4 20秒了解景鸿*/
.section4 {
    width: 100%;
    padding-top: 280px;
    padding-bottom: 130px;
    background-image: url(./images/bg2.png);
    background-size: 100% auto;
    background-position: center -20px;
    background-repeat: no-repeat;
}

.section4 .section_title ul li:nth-child(4) {
    margin-top: -10px;
}

.section4 .section_title ul li:nth-child(5) {
    margin-top: 6px;
}

.section4 .section_title ul li:nth-child(6) {
    margin-top: 26px;
}

.about {
    width: 100%;
    height: auto;
    padding-bottom: 170px;
}

/* about_comp */
.about_comp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_comp .about_comp_imgbox {
    width: 100%;
}

.about_comp .about_comp_imgbox img {
    width: 100%;
    height: 468px;
    border-radius: 32px;
}

.about_comp .about_comp_desc {
    width: 80%;
    min-width: 900px;
    padding: 20px 60px 50px 60px;
    background: #FFF6ED;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
    border-radius: 200px;
    transform: translateY(-50px);
    position: relative;
}

.about_comp .about_comp_desc h6 {
    color: #553508;
    font-size: 16px;
    text-align: center;
}

.about_comp .about_comp_desc h6 span {
    color: #704403;
    font-size: 30px;
}

.about_comp .about_comp_desc p {
    padding-top: 16px;
    color: #462900;
    font-size: 16px;
    line-height: 22px;
}

.about_comp_desc .section_more {
    position: absolute;
    left: 0px;
    bottom: -20px;
}

/*about_detail  */
.about_detail {
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    border-radius: 32px;
}

.about_detail_honer {
    width: 100%;
    padding: 0 24px;
}

.about_detail_honer .poster-main .poster-prev-btn {
    left: -170px;
}

.about_detail_honer .poster-main .poster-next-btn {
    right: -170px;
}

.about_detail_gongsi {
    width: 100%;
    padding: 0 24px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 1fr)
}

.about_detail_gongsi li {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.about_detail_gongsi li .gongsiimg {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.about_detail_gongsi li .gongsiimg .gongsitxt {
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -130px;
}

.about_detail_gongsi li p {
    text-align: center;
    color: #555;
    font-size: 18px;
    padding: 10px 0;
}

.about_detail_gongsi li:hover .gongsitxt {
    bottom: 0;
    transition: 0.5s;
}

.about_detail_adva {
    width: 100%;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about_detail_adva li {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.04) 100%);
    border-right: 1px solid rgba(0, 0, 0, 0.01);
}

.about_detail_adva li:last-child {
    background-image: none;
    border-right: none;
}

.about_detail_adva li img {
    margin-right: 10px;
}