﻿.news-area {
    padding: 70px 0;
}

.news-left {
    width: 40%;
    position: relative;
    padding-top: 342px;
    overflow: hidden;
    /* transform: scale(0); */
}

.news-left:hover img {
    
}

.news-left img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    object-fit: cover;
}

.news-Content {
    width: 60%;
    padding-left: 46px;
}

.news-type {
    width: 100%;
    height: 45px;
    background: #F8F2E8;
    margin-bottom: 20px;
}

.news-type p {
    color: #333;
    font-size: 18px;
    line-height: 45px;
    font-weight: 700;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.news-type p span {
    margin-left: 10px;
}

.news-type p.isAP {
    background-color: #CBB486;
    color: #fff;
    position: relative;
}

.news-type p.isAP::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-top: 10px solid #CBB486;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: transparent;
}

.indexService-contentClasst {
    margin-top: 40px!important;
}

.indexService-contentClasst .news-Content-list {
    position: relative;
}

.indexService-contentClasst .news-Content-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #e6e0d4;
    /* background-color: #F9F7F2; */
}

.indexService-contentClasst .news-Content-list li {
    width: 45%;
}

.indexService-contentClasst div a {
    display: flex;
}

.indexService-contentClasst div a i {
    /* vertical-align: middle; */
    margin-right: 2px;
}

.indexService-contentClasst .news-Content-list li:nth-child(2n-1) {
    margin-right: 10%;
}

.news-area .news-Content-list {
    min-height: 254px;
    /* padding-top: 10px; */
}

.news-Content-list li {
    list-style: none;
    padding: 10px 0px 10px 20px;
    position: relative;
    margin: 6px 0;
}

.news-Content-list li:hover p {
    color: #8B614D;
}

.news-Content-list li p {
    margin-bottom: 0;
    width: 80%;
}

.news-Content-list li::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* transform: rotate(-45deg); */
    flex-shrink: 0;
    background-color: #cbb486;
}

.policy-area {
    padding-bottom: 70px;
}

.policy-area .policy-list li {
    width: 25%;
    height: 356px;
    border-radius: 4px;
    text-align: center;
    padding: 40px 44px;
    box-sizing: border-box;
}

.policy-area .policy-list li:nth-child(1) {
    background: #F9F7F2 url(../image/img/indexItemBg.png) no-repeat;
    background-position: 100% 100%;
}

.policy-area .policy-list li:nth-child(2) {
    background: #F9F7F2 url(../image/img/indexItemBg.png) no-repeat;
    background-position: 100% 100%;
}

.policy-area .policy-list li:nth-child(3) {
    background: #F9F7F2 url(../image/img/indexItemBg.png) no-repeat;
    background-position: 100% 100%;
}

.policy-area .policy-list li h6 {
    line-height: 36px;
    margin-bottom: 25px;
}

.policy-area .policy-list li p {
    cursor: pointer;
    height: 49px;
    line-height: 49px;
    margin-bottom: 16px;
}

.policy-area .policy-list li p:hover {
    color: #8B614D;
}

.policy-area .policy-list li.settleIn {
    width: 180px;
    height: 356px;
    cursor: pointer;
    padding: 0;
}

.policy-area .policy-list li.settleIn a {
    width: 100%;
    height: 100%;
}

.policy-area .policy-list li.settleIn img {
    width: 70px;
    height: 70px;
}

.policy-area .policy-list li.settleIn h5 {
    margin-top: 7px;
}

.policy-area .policy-list li a:hover {
    color: #8B614D!important;
}

.policy-area .policy-list li .lookMore {
    margin-top: 10px;
    color: #CBB486;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #CBB486;
    display: inline-block;
    padding: 0 20px;
    border-radius: 80px;
}

.policy-area .policy-list li .lookMore:hover {
    background-color: #CBB486;
    color: #fff!important;
}

.industry-list li {
    width: 23%;
    height: 142px;
}

.industry-list li:hover {
    background-color: #F9F7F2;
}

.industry-list li img {
    width: 70px;
    height: 70px;
    margin-right: 35px;
}

.industry-list li p {
    line-height: 32px;
}

.industry-area {
    margin-bottom: 80px;
}

.indexservice-area {
    padding-bottom: 70px;
}

.indexservice-area .service-type {
    /* padding-bottom: 50px; */
}

.indexservice-area .service-type li {
    width: 30%;
    height: 132px;
    cursor: pointer;
    border-radius: 4px;
}

.indexservice-area .service-type li p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 22px;
}

.indexservice-area .service-type li p img {
    width: 27px;
    height: 27px;
}

.indexservice-area .service-type li:nth-child(2) p img {
    width: 21px;
    height: 21px;
}

.indexservice-area .service-type li span {
    color: #333;
    font-size: 24px;
    line-height: 40px;
}

.indexservice-area .service-type li.isAser {
    background-color: #CBB486;
    border-bottom: 10px solid #FD7F45;
    position: relative;
}

.indexservice-area .service-type li.isAser::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #CBB486;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: transparent;
}

.indexservice-area .service-type li.isAser::before {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -19px;
    width: 0;
    height: 0;
    border-top: 30px solid #FD7F45;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: transparent;
}

.indexservice-area .service-type li.isAser p {
    background-color: #fff;
}

.indexservice-area .service-type li.isAser span {
    color: #fff;
}

.indexService-content li {
    padding: 0 42px;
    height: 63px;
    border-radius: 31.5px;
    border: 1px solid #D9D9D9;
    margin: 10px;
    cursor: pointer;
}

.indexService-content li:hover {
    border-color: #F0E8DA;
    background-color: #F0E8DA;
}


/* .indexService-content li.isAserItem {
    border-color: #F0E8DA;
    background-color: #F0E8DA;
} */

.leaveAmessage-area {
    width: 100%;
    height: 118px;
    background: url(../image/img/indexIcon12.png) no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

.leaveAmessage_box {
    width: 75%;
    margin: 0 auto;
}

.leaveAmessage-title img {
    width: 110px;
    height: 90px;
    margin-right: 23px;
}

.leaveAmessage-title {
    height: 118px;
}

.liuyan-li {
    width: 70%;
}

.liuyan-li p {
    cursor: pointer;
    flex: 1;
    display: inline-block;
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.liuyan-li a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.leaveAmessage-title p {
    color: #FD7F45;
    font-family: YouSheBiaoTiHei;
    font-size: 40px;
    line-height: 76px;
}

.indexIntroduce-area {
    padding-bottom: 70px;
}

.indexIntroduce-between {
    width: 21.5%;
}

.indexIntroduce-middle {
    width: 57%;
    position: relative;
    padding-top: 39.6%;
    overflow: hidden;
    overflow: hidden;
    /* background: url(../image/img/fengmain.png); */
    background-color: rgba(0, 0, 0, 1);
}

.indexIntroduce-middle video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.indexIntroduce-middle:hover img {
    transform: scale(1.2);
}

.indexIntroduce-middle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    /* height: 100%; */
}

.indexIntroduce-between {
    height: 100%;
    flex-grow: inherit;
    display: flex;
    flex-direction: column;
}

.indexIntroduce-between .indexIntroduce-msg {
    /* height: 278px; */
    padding-top: 111%;
    flex: 1;
    position: relative;
}

.indexIntroduce-between .indexIntroduce-msg div {
    position: absolute;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100%;
    width: 80%;
    padding: 21% 0;
}

.indexIntroduce-between .indexIntroduce-msg h6 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
}

.indexIntroduce-between .indexIntroduce-msg p {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
}

.indexIntroduce-qrcode {
    position: relative;
    padding-top: 111%;
}

.indexIntroduce-qrcode div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexIntroduce-qrcode img {
    margin-bottom: 10px;
    transition: 0.5s;
}

.indexIntroduce-qrcode p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.qrcode {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.indexIntroduce-qrcode:hover .qrcode {
    width: 134px;
    height: 134px;
    opacity: 1;
    /* display: block; */
    /* 定义淡出效果 */
    -webkit-animation-name: fadeIn;
    /*动画名称*/
    -webkit-animation-duration: 1s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
    -webkit-animation-delay: 0s;
    /*延迟时间*/
}

.indexIntroduce-qrcode:hover .qrcodeNo {
    opacity: 0;
    width: 0px;
    height: 0px;
    /* display: none; */
    /* 定义淡出效果 */
    -webkit-animation-name: fadeOut;
    /*动画名称*/
    -webkit-animation-duration: 1s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
    -webkit-animation-delay: 0s;
    /*延迟时间*/
}


/* 定义淡出效果 */

@keyframes fadeOut {
    0% {
        opacity: 1;
        width: 64px;
        height: 64px;
    }
    /* 初始状态为完全显示 */
    100% {
        opacity: 0;
        width: 0px;
        height: 0px;
    }
    /* 结束状态为完全消失 */
}


/* 定义淡入效果 */

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 0px;
        height: 0px;
    }
    /* 初始状态为完全消失 */
    100% {
        opacity: 1;
        width: 134px;
        height: 134px;
    }
    /* 结束状态为完全显示 */
}

.indexIntroduce-img {
    width: 100%;
    padding-top: 73%;
    position: relative;
    overflow: hidden;
}

.indexIntroduce-img:hover img {
    transform: scale(1.2);
}

.indexIntroduce-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.parksynopsis-msg {
    width: 50%;
}

.twoService-content li {
    padding-top: 36px;
    width: 30%;
    border: 1px solid rgba(203, 180, 134, 0.4);
    border-radius: 6px;
    min-height: 292px;
    box-shadow: 0px 4px 12px 6px rgba(203, 180, 134, 0.2);
}

.twoService-contenta {
    width: 100%;
    height: 100%;
}

.twoService-content li img {
    width: 96px;
    height: 96px;
}

.twoService-content li div {
    width: 90%;
    margin: 0 auto;
}

.twoService-content li div p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 49px;
    background-color: #F9F7F2;
    width: 48%;
    padding: 0 15px;
    /* text-align: center; */
    margin-bottom: 16px;
    cursor: pointer;
}

.twoService-content li div p i {
    font-size: 14px;
}

.twoService-content li div p:nth-child(2n-1) {
    margin-right: 4%;
}

.twoService-content-more {
    width: 90%;
    text-align: right;
    color: #cbb486;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 5%;
    /* margin-left: 5%; */
}

.twoService-content-more:hover {
    color: #8B614D;
}

.twoService-content li h6 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    padding: 16px 0 20px;
    font-weight: bold;
}

@media (min-width: 1600px) {
    /* .indexIntroduce-between .indexIntroduce-msg {
        padding-top: 89%;
        position: relative;
    } */
    .indexIntroduce-qrcode {
        height: 308px;
    }
    .policy-area .policy-list li {
        width: 27%;
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .policy-area .policy-list li {
        width: 26%;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .liuyan-li a {
        font-size: 20px;
    }
    .policy-area .policy-list li {
        width: 25%;
    }
}