* {
    margin: 0;
    padding: 0;
}


#app {
    overflow: hidden;
}

html, body {
    position: relative;
    height: 100%;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

#No_img {
    width: 308px;
    height: 287px;
}

.Tit {
    width: 100%;
    min-height: 570px;
    background: url(../image/indexBg.png) no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
}

.h5swiper2Box {
    display: none;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1430px;
    margin: 0 auto;
}

.bannerTit {
    font-size: 32px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FB2614;
    position: relative;
}

.bannerMore {
    width: 153px;
    height: 44px;
    background: #FD8C1D;
    border-radius: 12px 12px 12px 12px;
    display: flex;
    cursor: pointer;
}

.bannerMore #bannerMore {
    width: 44px;
    height: 44px;
    margin-left: -13px;
}

.bannerMore p {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
}

.banner .bannerTit {
    margin-left: 42px;
    position: relative;
}

.banner .bannerTit::after {
    content: '';
    width: 178.94px;
    height: 25.74px;
    position: absolute;
    background: url(../image/indexBannerTitbg.png) no-repeat;
    background-size: 100% 100%;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.mySwiper {
    /* width: 1430px; */
    width: 74.479%;
    margin: 0 auto;
    margin-top: 61px;
}



.mySwiper .swiper-container {
    width: 100%;
    height: 100%;
}


.mySwiper .swiper-slide {
    position: relative;
    height: 485px !important;
    /* width: 1088px !important; */
    width: 76.0839% !important;
    background: #fff;
}

.mySwiper .swiper-slide img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
}

.mySwiper .swiper-slide #play {
    width: 55.73px;
    height: 55.68px;
}

.mySwiper .swiper-slide .joinRoom {
    width: 162px;
    height: 53px;
    background: #FD8C1D;
    border-radius: 18px 18px 18px 18px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mySwiper .swiper-slide .livemsg {
    width: 660px;
    height: 38px;
    background: linear-gradient(320deg, rgba(102, 202, 12, 0.11) 0%, #38A80B 100%);
    /* background-color: red; */
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.mySwiper .swiper-slide .livemsg #liveLine {
    width: 23.93px;
    height: 23.93px;
    margin-right: 6px;
    margin-left: 14px;
    position: relative;
}

.mySwiper .swiper-slide .livemsg p {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 18px;
}

.mySwiper .swiper-slide .bannerImgTit {
    width: 300.28px;
    height: 79.09px;
    background: url(../image/indexBannerImgTit.png) no-repeat;
    background-size: cover;
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px 0 0 25px;
}

.mySwiper .swiper-slide .bannerImgTit .tit {
    color: #FFFFFF;
}

.mySwiper .swiper-slide .bannerImgTit .tit2 {
    color: #333333;
}


.mySwiper .swiper-slide-active {
    /* height: 537px !important; */
    /* width: 1150px !important; */
    transition: width, height, transform, left, top;
    transition-duration: .4s;
}

.mySwiper .swiper-slide-active #play {
    width: 55.73px;
    height: 55.68px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mySwiper .swiper-slide-active .joinRoom {
    position: absolute;
    right: 25px;
    bottom: 55px;
    font-size: 18px;
}


.mySwiper .swiper-slide-active .livemsg {
    position: absolute;
    left: 38px;
    bottom: 47px;
}

.mySwiper .swiper-slide-active .bannerImgTit {
    position: absolute;
    top: 39px;
    left: -2px;
}

.mySwiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}


.receptionTit {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    justify-content: center;
}

.receptionTit :first-child {
    color: #38A80B;
}

.receptionTit :last-child {
    color: #66CA0C;
}

.receptionEnglish {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.receptionEnglish::after {
    content: '';
    width: 62px;
    height: 4px;
    background: #FD8C1D;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}


/* 第二个轮播 */

.swiper2Box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 98px;
    background: url(../image/cityLiveBg.png) no-repeat;
    background-size: 100% 100%;
    height: 840px;
    position: relative;
}


.swiper2Box #cityMap {
    width: 347px;
    height: 452px;
    position: absolute;
    left: 16%;
    top: 271px;
    z-index: 2;
}

#Livebgdd {
    width: 1200px;
    height: 581px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.swiper2Box #citybg1 {
    width: 310px;
    height: 313px;
    position: absolute;
    left: 11%;
    top: 174px;

}

.swiper2Box #citybg2 {
    width: 551px;
    height: 424px;
    top: 229px;
    right: 0;
    position: absolute;
}


.liveList {
    margin-left: 39%;
    margin-top: 158px;
    width: 48.94%;
}

.liveListTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.liveRight {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#moreDown {
    width: 8px;
    height: 9px;
    margin-left: 9px;
}

.LiveLeft {
    width: 221px;
    height: 66px;
    background: linear-gradient(170deg, #ECFFC2 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid #79A814;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #79A814;
    z-index: 2;
    cursor: pointer;
}

.LiveLeft #liveIcon {
    width: 24px;
    height: 26px;
    margin-right: 10px;
}

.LiveLeft #liveIcon2 {
    width: 24px;
    height: 26px;
    margin-right: 10px;
    display: none;
}

.LiveLeft:hover {
    background: linear-gradient(167deg, #79A814 0%, #FFFFFF 100%);
    border: 1px solid #79A814;
    color: #FFFFFF;
}

.LiveLeft:hover #liveIcon2 {
    display: block;
}

.LiveLeft:hover #liveIcon {
    display: none;
}

.liveListBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
}


.liveItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 171px;
    height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(121, 168, 20, 0.1);
    border-radius: 6px;
    border: 1px solid #D9F3C2;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 18px;
    margin-right: 18px;
    cursor: pointer;
    z-index: 2;
}

.liveListBox :nth-child(5) {
    /* margin-right: -10px; */
}

.liveListBox :nth-child(10) {
    /* margin-right: -10px; */
}

.liveItem:hover {
    background: #79A814;
    box-shadow: 0px 2px 8px 0px rgba(121, 168, 20, 0.1);
    border-radius: 6px;
    border: 1px solid #D9F3C2;
    color: #FFFFFF;
}

.liveItem:hover #liveMoreIcon {
    display: block;
}


.liveItem #liveMoreIcon {
    width: 7px;
    height: 12px;
    margin-left: 21px;
    display: none;
}

.projectHall {
    width: 100%;
    /* height: 1520px; */
    background: url(../image/projectHallbg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 64px;
    /* padding-left: 244px; */
    padding-left: 12.703%;
    /* padding-right: 227px; */
    padding-right: 11.822%;
}

.projectHallTit {
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectHallTit :first-child {
    color: #38A80B;
}

.projectHallTit :last-child {
    color: #66CA0C;
}

.projectEnglish {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.projectEnglish::after {
    position: absolute;
    content: '';
    width: 62px;
    height: 4px;
    background: #FD8C1D;
    border-radius: 4px 4px 4px 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.HotProjectTit {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
    margin-left: 23px;
    position: relative;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.HotProjectTit::after {
    content: '';
    width: 178.94px;
    height: 25.74px;
    position: absolute;
    background: url(../image/indexBannerTitbg.png) no-repeat;
    background-size: 100% 100%;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.HotProjectCon {
    display: flex;
    align-items: center;
    height: 531px;
    border-radius: 7px;
    overflow: hidden;
    /* box-shadow: 0px 1px 30px -11px #000; */
    box-shadow: 2px 2px 6px 1px rgb(11 36 1 / 25%);
    ;
}

.HotProjectConLeft {
    /* width: 866px; */
    width: 60.42%;
    /* height: 531px; */
    height: 100%;
    background: #F1F1F1;
    position: relative;
}

.HotProjectConLeft img {
    object-fit: cover;
    height: 100%;
}

.HotProjectConLeft .tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 22px;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}

#videoPlay {
    width: 95px;
    height: 95px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.HotProjectConRight {
    /* width: 566px; */
    width: 39.58%;
    /* height: 531px; */
    height: 100%;
    background: #FFFFFF;
    padding: 34px 38px 0 35px;
    box-sizing: border-box;
    box-shadow: 1px 2px 10px 1px rgba(56, 168, 11, .1);
}

.HotProjectConRight_Tit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.HotProjectConRight_Tit>.Tit1 {
    width: 122px;
    height: 36px;
    background: linear-gradient(180deg, #FB2614 0%, #FD8C1D 100%);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
}

.HotProjectConRight_Tit>.Tit2 {
    width: 122px;
    height: 36px;
    background: linear-gradient(180deg, #FB2614 0%, #FD8C1D 100%);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.HotProjectConRight_Tit .Tit1:hover, .HotProjectConRight_Tit .Tit2:hover {
    background: linear-gradient(180deg, #1B74FF 0%, #14CFFB 100%);
}



.HotProjectConRight>:last-child {
    border-bottom: none;
}

.HotProjectConRight_Item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999;
    padding-bottom: 21px;
    margin-top: 24px;
}

.HotProjectConRight_Item>.left {
    /* width: 156px; */
    width: 35%;
    height: 102px;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
}

.HotProjectConRight_Item>.left img {
    width: 100%;
    /* height: 100%; */
    display: block;
}


.platFormMore {
    position: absolute;
    right: 15px;
    top: -30px;
    cursor: pointer;
    color: #38A80B;
    text-decoration: underline
}

.HotProjectConRight_Item>.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 102px;
    flex: 1;
    width: calc(100% - 150px);
}

.HotProjectConRight_Item>.right>.tit {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 340px;
    width: 100%;
}

.HotProjectConRight_Item>.right>.msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.HotProjectConRight_Item>.right>.msg>.msg1 {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    position: relative;
    margin-right: 30px;
    width: 100%;
    white-space: nowrap;
}

.HotProjectConRight_Item>.right>.msg>.msg1::after {
    width: 1px;
    height: 20px;
    background: #999999;
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.HotProjectConRight_Item .right .msg .msg2 {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 23%;
    white-space: nowrap;
}

.HotProjectConRight_Item>.right>.msg>.msg3 {
    width: 92px;
    height: 32px;
    background: #FD8C1D;
    border-radius: 18px 18px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
}

.HotProjectConRight .active .right .msg .msg1 {
    color: #FB2614;
    white-space: nowrap;
    margin-right: 30px;
    position: relative;
}

.HotProjectConRight .active .right .msg .msg1::after {
    background: #999999;
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.HotProjectConRight .active .right .tit {
    white-space: nowrap;
    margin-right: 30px;

}

.HotProjectConRight .active .right:hover .tit {
    color: #38A80B;
    cursor: pointer;
}


.HotProjectConRight .active>.left {
    box-sizing: border-box;
}

.HotProjectConRight .active:hover .left {
    border: 1px solid #38A80B;
    cursor: pointer;
    box-shadow: 2px 2px 6px 1px rgba(11, 36, 1, 0.25);
}

.HotProjectConRight .active>.left img {
    height: 100%;
}

.emphasisCon {
    margin-top: 37px;
    width: 1433px;
    height: 662px;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px 1px rgba(11, 36, 1, 0.25);
    border-radius: 7px 7px 7px 7px;
}

.emphasisCon_Tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.emphasisCon_Tit_left {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-left: 39px;
}

.emphasisCon_Tit_left::after {
    content: '';
    width: 178.94px;
    height: 25.74px;
    position: absolute;
    background: url(../image/indexBannerTitbg.png) no-repeat;
    background-size: 100% 100%;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.emphasisCon_Tit_right {
    display: flex;
    align-items: center;
    margin-right: 22px;
}

.emphasisCon_Tit_right .box1 {
    display: flex;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(56, 168, 11, 0.39);
    box-sizing: border-box;
    margin-right: 7px;
}

.emphasisCon_Tit_right .input1 {
    width: 156px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
}

.emphasisCon_Tit_right .input1 input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    /* border-radius: 10px 10px 10px 10px; */
    margin-left: 12px;
}

.emphasisCon_Tit_right .btn1 {
    width: 74px;
    height: 40px;
    background: #F1F1F1;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.emphasisCon>.con {
    display: flex;
    margin-top: 29px;
}

.cityH5Box {
    display: none;
}

.H5industry {
    display: none;
}


.con_left {
    width: 665px;
    margin-left: 19px;
}

.left_Item {
    width: 665px;
    height: 161px;
    background: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    padding: 16px 21px 0 10px;
    box-sizing: border-box;
    display: flex;

    border: 1px solid #E1E1E1;
    align-items: center;
    margin-bottom: 29px;
    padding-bottom: 10px;
}

.left_Item:hover {
    box-shadow: 2px 2px 6px 1px rgba(11, 36, 1, 0.25);
}


.left_Item_left {
    width: 210px;
    height: 126px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    margin-right: 39px;
    position: relative;
}

.left_Item_left img {
    object-fit: cover;
}

.left_Item_left div {
    position: absolute;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    top: 26px;
    left: 24px;
}

.left_Item_left div::after {
    width: 34px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    content: '';
    bottom: -8px;
    left: 0;
    display: block;
    position: absolute;
}

.left_Item_right {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 126px;
    width: calc(100% - 210px);
}

.left_Item_right>.tit {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.left_Item_right>.area {
    display: flex;
    align-items: center;
    /* margin-top: 25px; */
    margin-top: 20px;
}

.emphasisCon .con .left_Item_right>.area :first-child {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-right: 20px;
}

.emphasisCon .con .left_Item_right>.area :last-child {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.emphasisCon .con .left_Item_right>.industry2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.emphasisCon .con .industry_msg {
    display: flex;
    align-items: center;
    width: calc(100% - 92px);
}

.emphasisCon .con .industry_msg :first-child {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-right: 20px;
    white-space: nowrap;
}

.emphasisCon .con .industry_msg :last-child {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
}

.emphasisCon .con .industry2>:last-child {
    width: 92px;
    height: 32px;
    background: #66CA0C;
    border-radius: 18px 18px 18px 18px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
}

.con_right {
    margin-left: 47px;
}

.right_Tit {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    border-bottom: 1px solid #999999;
    padding-bottom: 11px;
    position: relative;
    width: 658px;
}

.right_Tit :nth-child(1) {
    margin-right: 282px;
    position: relative;
}

.right_Tit :nth-child(1)::after {
    content: '';
    display: block;
    position: absolute;
    width: 103px;
    height: 5px;
    background: #38A80B;
    bottom: -12px;
    left: 0;
}

.right_Tit :nth-child(2) {
    margin-right: 49px;
}

.con_right .moreProject {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.con_right .H5moreProject {
    display: none;
}

.right_Item {
    display: flex;
    margin-bottom: 23px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.right_Item:hover>.right_Item_Tit,
.right_Item:hover>.right_Item_region,
.right_Item:hover>.right_Item_ind {
    color: #333333;
}

.right_Item:hover .right_Item_ask {
    color: #38A80B;
}

.right_Item:hover>.right_Item_line {
    display: block;
}

.right_Item:hover #ask {
    display: none;
}

.right_Item:hover #ask2 {
    display: block;
}

.right_Item_Tit {
    width: 350px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.right_Item_region {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 78px;
}

.right_Item_ind {
    width: 130px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
}

.right_Item_ask {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#ask {
    width: 19.2px;
    height: 19.2px;
    margin-right: 4px;
}

#ask2 {
    width: 19.2px;
    height: 19.2px;
    margin-right: 4px;
    display: none;
}

.right_Item_line {
    display: none;
    width: 144px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}


#search {
    width: 15.86px;
    height: 15.63px;
    margin-right: 4px;
}

.emphasisCon_Tit_right .box2 {
    width: 548px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid rgba(56, 168, 11, 0.39);
}

/* 资源平台 */
.platform {
    /* width: 1430px; */
    width: 74.479%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 52px;
}

.platformTit {
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.platformTit :first-child {
    color: #38A80B;
}

.platformTit :last-child {
    color: #66CA0C;
}

.platformTitEnglish {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 71px;
}

.platformTitEnglish::after {
    content: '';
    width: 62px;
    height: 4px;
    background: #FD8C1D;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.choose {
    display: flex;
    align-items: center;
    /* padding: 0 150px; */
    padding: 0 10.4895%;
    box-sizing: border-box;
    justify-content: space-between;
}

.h5myswiper {
    display: none;
}

.chooseItem {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #38A80B;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #F1F1F1;
    /* padding: 13px 40px 13px 40px; */
    padding: 13px 2% 13px 2%;
    display: inline-block;
    cursor: pointer;
}

.chooseItem:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);

}

.choose .active {
    background: linear-gradient(137deg, #66CA0C 0%, #38A80B 100%);
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.37);
    color: #FFFFFF;
}

/* 重点产业 */
.industry {
    /* width: 1430px; */
    width: 74.479%;
    margin: 0 auto;
    position: relative;
}

.industryTit {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #38A80B;
    margin-left: 38px;
    margin-bottom: 31px;
}

.mySwiper3 .swiper-slide {
    display: flex;
    height: 620px;
}

.swiper_box {
    flex: 1;
    overflow: hidden;
    height: 620px;
    transition: .5s;
    position: relative;
}

.swiper_box>.swiper_boxTit {
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 140px;
    left: 39px;
    z-index: 2;
}

.swiper_box>.swiper_box_msg {
    width: 289px;
    z-index: 2;
    height: 45px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: absolute;
    bottom: 84px;
    left: 39px;
    line-height: 26px;
    display: none;
}

.swiper_box>.boxshadow1 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 514px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #134100 100%);
}

.swiper_box>.boxshadow2 {
    background-color: rgba(56, 168, 11, .55);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper_box>.rightIcon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 35px;
    bottom: 91px;
}

.swiper_box>img {
    width: 150%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.mySwiper3 {
    height: 760px !important;
    position: relative !important;
}


.mySwiper3 .swiper-button-next {
    right: 45%;
    width: 42px;
    height: 42px;
    background: #F9F9F9;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.13), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    /* margin-top: 300px; */
    position: absolute;
    top: 700px;
}

.mySwiper3 .swiper-button-prev {
    left: 45%;
    width: 42px;
    height: 42px;
    background: #F9F9F9;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.13), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    /* margin-top: 300px; */
    position: absolute;
    top: 700px;
}

.mySwiper3 .swiper-button-next:after {
    font-size: 26px;
}

.mySwiper3 .swiper-button-prev:after {
    font-size: 26px;
}

.mySwiper3 .active {
    flex-basis: 40%;
}

.mySwiper3 .active>img {
    width: 100%;
    height: 100%;
}

.mySwiper3 .active>.swiper_box_msg {
    display: block;
}

.mySwiper3 .active>.boxshadow1 {
    display: block;
}

.mySwiper3 .active>.boxshadow2 {
    display: none;
}

.mySwiper3 .active>.rightIcon {
    right: 54px;
    left: unset;
}


/* 河北自由贸易试验区 */

.testArea {
    /* width: 1430px; */
    width: 74.479%;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
}

.testAreaTit {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #38A80B;
    margin-bottom: 32px;
}

.testAreaCon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.testAreaConItem {
    /* width: 715px; */
    width: 50%;
    /* height: 300px; */
    height: auto;
    margin-bottom: 20px;
    position: relative;
}

.boxshadow {
    position: absolute;
    /* width: 716px; */
    width: 100%;
    /* height: 300px; */
    height: 100%;
    background: linear-gradient(121deg, #1B74FF 0%, rgba(20, 207, 251, 0) 100%);
}

.testAreaTitText {
    font-size: 30px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 72px;
    top: 89px;
    z-index: 2;
}

.testArea .more {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 51px;
    left: 80px;
}


/* 重点园区 */
.park {
    /* width: 1430px; */
    width: 74.479%;
    margin: 0 auto;
    position: relative;
}

.parkTit {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #38A80B;
    margin-left: 54px;
    margin-bottom: 24px;
}

.mySwiper4 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.parkItem {
    /* width: 356px; */
    width: 24.895%;
    height: 384px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    margin-bottom: 18px;
    cursor: pointer;
    transition: .5s;
}

.parkItem div {
    width: 100%;
}

.parkItem:hover>div {
    background-color: #046AF6;
}

.parkItem:hover .msg1 {
    color: #fff;
}

.parkItem:hover .msg2 {
    color: #fff;
}

#parkImg {
    /* width: 356px; */
    width: 100%;
    height: 268px;
}

.mySwiper4 {
    height: 890px;
}

.mySwiper4 .swiper-slide {
    align-content: flex-start
}

.mySwiper4 .msg1 {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 18px;
    margin-left: 26px;
    margin-bottom: 12px;
}

.mySwiper4 .msg2 {
    width: 80%;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: 26px;
    margin-bottom: 16px;
}


.mySwiper4 .swiper-button-next {
    right: 45%;
    width: 42px;
    height: 42px;
    background: #F9F9F9;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.13), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    /* margin-top: 300px; */
    position: absolute;
    top: 850px;
}


.mySwiper4 .swiper-button-prev {
    left: 45%;
    width: 42px;
    height: 42px;
    background: #F9F9F9;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.13), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    /* margin-top: 300px; */
    position: absolute;
    top: 850px;
}

.mySwiper4 .swiper-button-next:after {
    font-size: 26px;
}

.mySwiper4 .swiper-button-prev:after {
    font-size: 26px;
}

.swiperH5Box {
    display: none;
}


/* 城市推荐 */

.city {
    /* width: 1430px; */
    width: 74.439%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 80px;
    position: relative;
}

.cityLeft {
    position: relative;
    width: 570px;
    height: 680px;
}

.cityLeft .cityItem>:last-child {
    display: none;
}

/* .cityLeft .cityItem:hover>:first-child {
    display: none;
}

.cityLeft .cityItem:hover>:last-child {
    display: block;
} */



.H5testArea {
    display: none;
}



/* 石家庄 */
.city .cityItem.sjz {
    width: 142.86px;
    height: 132.35px;
    position: absolute;
    left: 33px;
    top: 380.7px;
}

/* 邯郸 */
.city .cityItem.hd {
    width: 161.04px;
    height: 98.64px;
    position: absolute;
    left: 23px;
    top: 553.7px;
}

/* 衡水 */
.city .cityItem.hs {
    width: 109.9px;
    height: 129.35px;
    position: absolute;
    left: 161px;
    top: 422.7px;
    z-index: 4;
}

/* 邢台 */
.city .cityItem.xt {
    width: 166.8px;
    height: 104.12px;
    position: absolute;
    left: 48px;
    top: 479.7px;
}

/* 辛集 */
.city .cityItem.xj {
    width: 21.29px;
    height: 47.52px;
    position: absolute;
    left: 163px;
    top: 445.7px;
    z-index: 5;
}

/* 沧州 */
.city .cityItem.cz {
    width: 179.04px;
    height: 145.07px;
    position: absolute;
    left: 203px;
    top: 365.7px;
}

/* 承德 */
.city .cityItem.cd {
    width: 250.56px;
    position: absolute;
    height: 242.7px;
    left: 221px;
    top: 0;
}

/* 张家口 */
.city .cityItem.zjk {
    width: 199.16px;
    height: 258.29px;
    position: absolute;
    left: 63px;
    top: 46px;
}

/* 秦皇岛 */
.city .cityItem.qhd {
    width: 97.9px;
    height: 116.59px;
    position: absolute;
    left: 424px;
    top: 198px;
}

/* 唐山 */
.city .cityItem.ts {
    width: 140.23px;
    height: 154.55px;
    position: absolute;
    top: 214px;
    left: 342px;
}

/* 保定 */
.city .cityItem.bd {
    width: 193.86px;
    height: 166.44px;
    position: absolute;
    left: 53px;
    top: 264.7px;
}

/* 廊坊 */
.city .cityItem.lf {
    width: 86.38px;
    height: 174.08px;
    position: absolute;
    left: 236px;
    top: 239px;
}

/* 雄安 */
.city .cityItem.xa {
    width: 59.81px;
    height: 46.97px;
    position: absolute;
    left: 192px;
    top: 336.7px;
}

/* 定州 */
.city .cityItem.dz {
    width: 43.24px;
    height: 47.05px;
    position: absolute;
    left: 132px;
    top: 386.7px;
    z-index: 3;
}


.cityRight {
    flex: 1;
    height: 680px;
    overflow: hidden;
    cursor: pointer;
}

.mySwipervertical {
    width: 100%;
    height: 100%;
}

.mySwipervertical .swiper-slide {

    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.verticalItem {
    display: flex;
    align-items: center;
    width: 750px;
    height: 212px;
    background: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid rgba(153, 153, 153, 0.57);
    margin-left: 40px;
    transition: .5s;
}

.verticalItem_left {

    /* width: 313px; */
    width: 41.62%;
    /* height: 212px; */
    height: 100%;
    overflow: hidden;
}

.verticalItem_left img {
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.verticalItem_right {
    /* width: 437px; */
    flex: 1;
    height: 212px;


}

.verticalItem_right_Tit {
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 25px;
    margin-top: 35px;
    margin-bottom: 32px;
}

.verticalItem_right_msg {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-left: 25px;
}

.mySwipervertical .verticalItem.active {
    transform: translateX(-20px);
    border: 1px solid #38A80B;
    box-shadow: 6px 6px 6px 1px rgba(11, 36, 1, 0.25);
}


/* 显示 */
.show {
    display: block;
    margin-top: 20px;
}

.show2 {
    display: flex;
    margin-top: 40px;
}

/* 隐藏 */
.hide {
    display: none;
}

.selectList {
    width: 548px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid rgba(56, 168, 11, 0.39);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.H5park {
    display: none;
}

.selectBox {
    width: 135px;
    height: 40px;
    line-height: 40px;
}

.w {
    width: 145px !important;
}


.ml15 {
    margin-left: 15px !important;
}

.ml69 {
    margin-left: 69px !important;
}

.inputCase {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

.inputCase input.imitationSelect {
    width: 100%;
    /* width: 180px; */
    height: 100%;
    box-sizing: border-box;
    border: none;
    display: block;
    text-indent: 20px;
    cursor: default;
    outline: none;


    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inputCase i.fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 14px;
    height: 8px;
    color: #007AFF;
}

.inputCase i.fa::after {

    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../image/down2.png) no-repeat;
    background-size: 100% 100%;
}

.selectUl {
    width: 135px;
    display: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: absolute;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 2;
}

.selectUl li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    text-indent: 5px;
    border-bottom: 1px solid #ccc;
    transition: all .5s ease 0s;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.selectUl li:hover {
    background: #ddd;
}

.selectUl li:last-child {
    border-bottom: 0 none;
}




.popup {
    /* display: none; */
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
}


.pop {
    width: 95%;
    max-width: 512px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popupTop {
    width: 18px;
    padding-top: 14px;
    cursor: pointer;
    margin-left: 15px;
}

.popTitle {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.popForm input {
    height: 52px;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    display: block;
    border: 1px solid #DFE1E6;
    text-indent: 20px;
    font-size: 14px;
}

.popForm input:nth-child(1) {
    margin-bottom: 20px;
}

.popForm {
    display: flex;
    justify-content: space-between;
    margin: 40px 50px 0;
    flex-direction: column;
}

.popupInput {
    width: 100%;
    /* max-width: 320px; */
}

.popupState>div {
    display: none;
}

.hintbg {
    width: 392px;
    /* height: 108px; */
    padding-bottom: 15px;
    background: #FFF5F5;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5px;
    display: none;
    padding-top: 11px;
    padding-left: 21px;
    box-sizing: border-box;
}

.loginbtn {
    width: 120px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #45C2A9;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #45C2A9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.loginbtnmsg {
    width: 287px;
    height: 36px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
}

.hintbg_left {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF0000;
    margin-right: 20px;
}

#prompt {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.hintbg:first-child {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF0000;
}

.popSearch {
    width: 408px;
    height: 48px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A4CB6;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
}

.tgIcon {
    width: 141px;
}



.tgewm {
    width: 100px;
    height: 100px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.tgewm img {
    width: 90px;
    height: 90px;
}

.tongguoBox {
    display: flex;
    justify-content: space-between;
    margin-left: 55px;
    margin-right: 36px;
    align-items: flex-end;
}

.popupState {
    max-width: 464px;
    width: 90%;
    margin: auto;
    display: none;
    margin-top: 20px;
    border-top: 1px dashed #E7E7E7;
    padding-top: 5px;
}

.tgleft img {
    width: 141px;
    margin-bottom: 14px;
}

.tgleft span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #45C2A9;
}

.buzhou {
    width: 34px;
    margin-bottom: 60px;
}

.tgRight span {
    font-size: 16px;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    color: #666666;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.notgIcon {
    width: 141px;
    margin: auto;
}

.noTongguoBox p {
    font-size: 16px;
    color: #FC7195;
    margin-bottom: 8px;
    text-align: center;
}

.noTongguoBox span {
    font-size: 14px;
    color: #B4B4B4;
    display: block;
    text-align: center;
}

.noTongguoBox .popupXg {
    width: 118px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #FC7195;
    margin: 30px auto 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    color: #FC7195;
}

.tgRight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shenheBox .shIcon {
    width: 141px;
    margin: auto;
}

.shenheBox p {
    margin-top: 14px;
    font-size: 16px;
    color: #67B3F0;
    text-align: center;
}

.yzmDiv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 26px;
    user-select: none;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(220, 203, 220);
    /* text-align: center; */
}





.popup2 {

    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 3;
}

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    /* display: none; */
    left: 0;
    background: rgba(0, 0, 0, 0.64);
}

.popup>.popBox {
    width: 1000px;
    height: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px 8px 8px 8px;
    background: url(../image/sqBoxBj.png) center center / 100% 100%;
    background-color: #ECF5FD;
}

.popTitle {
    padding-top: 17px;
    display: flex;
    margin-bottom: 48px;
    align-items: center;
    justify-content: space-between;
}

.popTitle span {
    font-size: 20px;
    font-weight: bold;
    color: #1B74FF;
    position: relative;
    margin-left: 58px;
}

.popTitle span::after {
    content: "";
    width: 4px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    background: #1B74FF;
    border-radius: 8px 8px 8px 8px;
}

.popItemTitle {
    font-size: 18px;
    color: #333333;
    position: relative;
    margin-bottom: 26px;
}

.popItemTitle::after {
    width: 103px;
    height: 5px;
    position: absolute;
    background: #38A80B;
    border-radius: 0px 0px 0px 0px;
    content: "";
    bottom: -5px;
    left: 0;
}

.xmBox i {
    width: 5px;
    margin-right: 9px;
    height: 5px;
    background: #FD8C1D;
    border-radius: 4px 4px 4px 4px;
}

.xmBox>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

    width: 50%;

}

.xmBox {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #F1F1F1;
    margin-bottom: 20px;
    align-items: center;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    max-width: 752px;
    padding: 41px 30px 72px;

}

.xmLabel {
    width: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.xmContent {
    font-size: 16px;
    color: #333333;
}

.pupUpBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popItem {
    margin-left: 88px;
    margin-right: 99px;
}

.popTitle img {
    width: 28px;
    margin-right: 37px;
    height: 28px;
}

.pupUpBtnBox div {
    margin: 46px 0;
}

.pupUpBtnBox div:nth-child(1) {
    margin-right: 48px;
}

.popItem div input {
    /* width: 310px; */
    height: 45px;
    background: #F7F8FC;
    border-radius: 4px 4px 4px 4px;
    margin-right: 32px;
    border: 1px solid rgba(153, 153, 153, 0.46);
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100%;
}


.itemInput {
    margin-bottom: 24px;
    display: flex;
}

.itemInput :first-child {
    margin-right: 40px;
}

.popupInput {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 19px;
}

.popItenLabel {
    width: 85px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.popupForm {
    display: flex;
}

.detailsTitle {
    font-size: 14px;
    margin-top: 27px;
    color: rgba(251, 38, 20, 1);
    margin-top: 24px;
    font-weight: bold;
}

.details {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.pupUpBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 162px;
    height: 52px;
    margin-top: 27px;
    background: #66CA0C;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
}

.pupUpBtn img {
    width: 24px;
    height: 24px;
    margin-right: 14px;
}

.popupForm input {
    width: 473px !important;
    text-indent: 26px;
}

.popup1 {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 3;
}

.popup1>.popBox {
    width: 1000px;
    height: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px 8px 8px 8px;
    background: url(../image/sqBoxBj.png) center center / 100% 100%;
    background-color: #ECF5FD;
}

.cgItem>p {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 9px;
    color: #1B74FF;
}

.cgItem>span {
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1B74FF;
    display: block;
    text-align: center;
}

.cgItem img {
    width: 218px;
    margin: 43px auto;
    height: 192px;
}

.cgForm {
    margin-left: 179px;
    margin-right: 144px;
    display: flex;
    justify-content: space-between;

}

.cgFormItem div {
    display: flex;
    line-height: 34px;
    align-items: center;
}

.cgFormItem p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.cgFormItem span {
    font-size: 16px;
    color: #333333;
}

.cgFormItem1 span {
    line-height: 34px;
    font-weight: bold;
}
.cgFormItem1{
    width: 50%;
}
.cgFormItem1 em {

    line-height: 34px;
    font-size: 16px;
    color: #333333;
}


.popup2 .popBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px 8px 8px 8px;
    background: url(../image/sqBoxBj.png) center center / 100% 100%;
    background-color: #ECF5FD;
    width: 871px;
    height: 571px;
}

#videoPlay2 {
    width: 39px;
    height: 39px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.popup2 {

    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 3;
}

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    /* display: none; */
    left: 0;
    background: rgba(0, 0, 0, 0.64);
}

.popup>.popBox {
    width: 1000px;
    height: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px 8px 8px 8px;
    background: url(../image/sqBoxBj.png) center center / 100% 100%;
    background-color: #ECF5FD;
}

.popTitle {
    padding-top: 17px;
    display: flex;
    margin-bottom: 48px;
    align-items: center;
    justify-content: space-between;
}

.popTitle span {
    font-size: 20px;
    font-weight: bold;
    color: #1B74FF;
    position: relative;
    margin-left: 58px;
}

.popTitle span::after {
    content: "";
    width: 4px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    background: #1B74FF;
    border-radius: 8px 8px 8px 8px;
}

.popItemTitle {
    font-size: 18px;
    color: #333333;
    position: relative;
    margin-bottom: 26px;
}

.popItemTitle::after {
    width: 103px;
    height: 5px;
    position: absolute;
    background: #38A80B;
    border-radius: 0px 0px 0px 0px;
    content: "";
    bottom: -5px;
    left: 0;
}

.xmBox i {
    width: 5px;
    margin-right: 9px;
    height: 5px;
    background: #FD8C1D;
    border-radius: 4px 4px 4px 4px;
}

.xmBox>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

    width: 50%;

}

.xmBox {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #F1F1F1;
    margin-bottom: 20px;
    align-items: center;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    max-width: 752px;
    padding: 41px 30px 72px;

}

.xmLabel {
    width: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.xmContent {
    font-size: 16px;
    color: #333333;
}

.pupUpBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popItem {
    margin-left: 88px;
    margin-right: 99px;
}
.popItemContent input {
    text-indent: 26px;
}

.popItem div input {
    width: 310px;
    height: 45px;
    background: #F7F8FC;
    border-radius: 4px 4px 4px 4px;
    margin-right: 32px;
    border: 1px solid rgba(153, 153, 153, 0.46);
}


.itemInput {
    margin-bottom: 24px;
}

.popupInput {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 19px;
}

.popItenLabel {
    width: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.popupForm {
    display: flex;
}
.popTitle img {
    width: 28px;
    margin-right: 37px;
    height: 28px;
}

.pupUpBtnBox div {
    margin: 46px 0;
}

.pupUpBtnBox div:nth-child(1) {
    margin-right: 48px;
}

.popItem div input {
    /* width: 310px; */
    height: 45px;
    background: #F7F8FC;
    border-radius: 4px 4px 4px 4px;
    margin-right: 32px;
    border: 1px solid rgba(153, 153, 153, 0.46);
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100%;
}


.itemInput {
    margin-bottom: 24px;
    display: flex;
}

.itemInput :first-child {
    margin-right: 40px;
}

.popupInput {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 19px;
}

.popItenLabel {
    width: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.popupForm {
    display: flex;
}

.detailsTitle {
    font-size: 14px;
    margin-top: 27px;
    color: rgba(251, 38, 20, 1);
    margin-top: 24px;
    font-weight: bold;
}

.details {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.pupUpBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 162px;
    height: 52px;
    margin-top: 27px;
    background: #66CA0C;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
}

.pupUpBtn img {
    width: 24px;
    height: 24px;
    margin-right: 14px;
}

.popupForm input {
    width: 90%;
    max-width: 269px !important;
}

.popup1 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 3;
}

.popup1>.popBox {
    width: 1000px;
    height: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px 8px 8px 8px;
    background: url(../image/sqBoxBj.png) center center / 100% 100%;
    background-color: #ECF5FD;
}

.cgItem>p {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 9px;
    color: #1B74FF;
}

.cgItem>span {
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1B74FF;
    display: block;
    text-align: center;
}

.cgItem img {
    width: 218px;
    margin: 43px auto;
    height: 192px;
}

.cgForm {
    margin-left: 179px;
    margin-right: 144px;
    display: flex;
    justify-content: space-between;

}

.cgFormItem div {
    display: flex;
    line-height: 34px;
    align-items: center;
}

.cgFormItem p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.cgFormItem span {
    font-size: 16px;
    color: #333333;
}

.cgFormItem1 span {
    line-height: 34px;
    font-weight: bold;
}

.cgFormItem1 em {

    line-height: 34px;
    font-size: 16px;
    color: #333333;
}


.popup2 .popBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px 8px 8px 8px;
    background: url(../image/sqBoxBj.png) center center / 100% 100%;
    background-color: #ECF5FD;
    width: 871px;
    height: 571px;
}
@media (max-width: 1700px) {
    .emphasisCon {
        width: 100%;
        max-width: 1400px;
    }

    .con_left {
        width: 50%;
    }

    .con_right {
        width: 45%;
        margin-left: 2%;
    }

    .right_Tit {
        width: 100%;
        justify-content: space-between;
    }

    .right_Item {
        width: 100%;
        justify-content: space-between;
    }

    .right_Tit :nth-child(1) {
        width: 30%;
        margin-right: 0;
    }

    .right_Tit :nth-child(2) {
        width: 19%;
        margin-right: 0;
    }

    .right_Tit :nth-child(3) {
        width: 19%;
        margin-right: 0;
    }

    .right_Tit :nth-child(4) {
        width: 19%;
        margin-right: 0;
        position: relative;
    }

    .left_Item {
        width: 100%;
        height: 168px;
    }
        /* height: 166px; */
    .right_Item_Tit {
        width: 30%;
    }

    .right_Item_region {
        width: 19%;
    }

    .right_Item_ind {
        width: 19%;
    }

    .right_Item_ask {
        width: 19%;
        margin-left: 0;
    }
}

@media (max-width: 1500px) {
    .liveListBox {
        width: 90%;
    }

    .emphasisCon {
        height: auto;
    }

    .liveList {
        margin-left: 41%;
        margin-top: 8%;
    }

    .HotProjectConRight_Item>.right>.msg>.msg3 {
        font-size: 14px;
        margin-left: 5px;
    }

    .liveItem {}

    .projectHall {
        height: auto;
    }

    .liveRight {
        display: none;
    }

    .liveListBox :nth-child(10), .liveListBox :nth-child(5) {
        margin-right: 18px;
    }

    .emphasisCon>.con {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .con_left, .con_right {
        width: 95%;
        margin: 0 auto;
    }

    .HotProjectConRight_Item>.right>.msg>.msg1 {
        margin-right: 20px;
    }

    .HotProjectConRight_Item>.right>.msg>.msg2 {
        margin-right: 10%;
    }

}

@media (max-width: 600px) {
    .Tit {
        height: 170px;
        margin-top: 80px;
        background-size: 1001px 279px;
        background-position: 21% 60%;
        min-height: unset;
    }

    .liveRight{
        display: none;
    }

    .left_Item{
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        height: auto;
        /* padding-bottom: 30px; */
        padding-top: 10px;
    }


    .banner .bannerTit {
        font-size: 24px;
    }

    .bannerMore {
        width: auto;
        height: 30px;
    }

    .bannerMore #bannerMore {
        width: 30px;
        height: 30px;
    }

    .bannerMore p {
        font-size: 16px;
        white-space: nowrap;
        margin-right: 5px;
        margin-left: 5px;
    }

    .bannerMore #bannerMore {
        margin-left: -2px;
    }

    .banner {
        width: 100%;
    }

    .mySwiper {
        display: none;
    }

    .swiper2Box {
        display: none;
    }

    .swiperH5Box {
        display: block;
        margin-top: 50px;
    }

    .swiperH5Box #cityMap {
        width: 70%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .swiperH5Box .liveList {
        width: 95%;
        margin: 10px auto;

    }

    .swiperH5Box .LiveLeft {
        width: 180px;
        height: 55px;
    }

    .swiperH5Box .liveItem {
        width: calc((100% - 20px) / 3);
        height: 55px;
        margin-right: 5px;
        white-space: nowrap;
        font-size: 16px;
    }

    .liveItem #liveMoreIcon {
        display: none;
    }

    .liveItem:hover #liveMoreIcon{
        display: none;
    }

    .swiperH5Box .liveItem:nth-child(3n) {
        margin-right: 0;
    }

    .swiperH5Box .liveListBox {
        justify-content: flex-start;
        margin-right: 0;
        width: 100%;
    }

    .emphasisCon {
        width: 100%;
    }

    .platform {
        width: 100%;
    }

    .choose {
        padding: 0;
        flex-wrap: wrap;
    }

    .industry {
        width: 100%;
    }

    .city {
        width: 100%;
        flex-wrap: wrap;
    }

    .park {
        width: 100%;
    }

    .testArea {
        width: 100%;
    }

    .testAreaConItem {
        flex: 1;
    }

    .boxshadow {
        width: 100%;
    }

    .HotProjectConLeft {
        width: 100%;
        height: 300px;
    }


    .h5myswiper {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        height: 348px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .h5myswiper .swiper-slide {
        position: relative;
        height: 295px;
    }

    .h5myswiper #play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
    }

    .itemInput :first-child{
        margin-right: 0;
    }
    .el-input--suffix .el-input__inner{
        padding-right: 0;
    }
    .el-input__prefix{
        margin-top: -5px;
    }
    .popItem div input{
        padding-left: 5px;
    }
    .h5myswiper .joinRoom {
        background: #FD8C1D;
        border-radius: 18px 18px 18px 18px;
        font-size: 16px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        position: absolute;
        right: 10px;
        bottom: 55px;
    }


    .h5myswiper .h5Banner_img {
        height: 250px;
        object-fit: cover;
    }

    .h5myswiper .livemsg {
        display: flex;
        flex-wrap: wrap;
        background-color: red;
        border-radius: 0px 0px 0px 0px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: Microsoft YaHei-Bold, Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        padding: 5px;
        /* height: 45px; */
    }

    .h5myswiper #liveLine {
        width: 23.93px;
        height: 23.93px;
        margin-right: 6px;
        margin-left: 14px;
        position: relative;
    }

    .HotProjectConRight .active .right .msg .msg1{
        margin-right: 10px;
    }


    .HotProjectConRight .active .right .msg .msg1::after{
        right: -5px;
    }
    .h5myswiper .swiper-button-prev:after {
        /* display: none; */
        margin-top: 270px;
    }

    .h5myswiper .swiper-button-next:after {
        /* display: none; */
        margin-top: 270px;
    }

    .h5swiper2Box {
        display: block;
        /* margin: 0 auto; */
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }


    .h5swiper2Box .tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .h5swiper2Box .tit1 {
        font-size: 14px;
        font-family: Microsoft YaHei-Bold, Microsoft YaHei;
        font-weight: bold;
        color: #38A80B;
        cursor: pointer;
        white-space: nowrap;
    }


    .h5swiper2Box .tit2 {
        font-size: 10px;
        font-family: Microsoft YaHei-Bold, Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        padding: 2px 5px;
        background: #FD8C1D;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .h5swiper2Box .msg {
        font-size: 12px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        margin-top: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        padding-left: 12px;
        box-sizing: border-box;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .h5swiper2Box .swiper-slide {
        border-radius: 0px 0px 8px 8px;
        border: 1px solid rgba(153, 153, 153, 0.28);
        min-height: 200px;
        box-sizing: border-box;
    }

    #No_img {
        width: 154px;
        height: 143.5px;
    }

    .receptionTit {
        margin-top: 0px;
    }

    .choose {
        width: 95%;
        margin: 0 auto;
    }

    .chooseItem {
        font-size: 20px;
        padding: 0;
        white-space: wrap;
        width: 48%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .industry {
        display: none;
    }

    .H5industry {
        padding-bottom: 40px;
        display: block;
    }

    .swiper_box {
        height: 200px;
        position: relative;
    }

    .swiper_box>.rightIcon {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 15px;
        bottom: 25px;
    }

    .park {
        display: none;
    }

    .H5park {
        display: block;
        /* margin-bottom: 100px; */
    }



    .H5mySwiper4 {
        width: 95%;
        margin: 0 auto;
    }

    .parkItem {
        width: 100%;
    }

    .parkItem img {
        width: 100% !important;
        max-height: 240px !important;
        min-height: 240px !important;
        object-fit: cover;
    }

    .H5mySwiper4 .msg1 {
        font-size: 18px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        margin-top: 18px;
        margin-left: 5px;
        /* margin-bottom: 12px; */
    }

    .H5mySwiper4 .msg2 {
        font-size: 14px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-left: 5px;
        box-sizing: border-box;
        margin-bottom: 16px;
        margin-top: 5px;
    }

    .parkItem:hover .msg1, .parkItem:hover .msg2 {
        color: #333;
    }

    .parkItem:hover>div {
        background: unset;
    }


    .H5testArea {
        display: block;
    }

    .testAreaConItem {
        width: 100%;
        flex: unset;
        position: relative;
    }

    .testAreaCon .more {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 51px;
        left: 33px;
    }

    .testAreaTitText {
        left: 25px;
        top: 65px;
    }

    .H5park .parkItem {
        /* height: 300px; */
    }

    #parkImg {
        height: 164px;
    }

    .city {
        display: none;
    }

    .cityH5Box {
        display: block;
        /* padding-top: 20px; */
        padding-bottom: 20px;
        box-sizing: border-box;
        height: auto;
        width: 90%;
        margin: 0 auto;
    }

    .HotProjectConRight_Item>.left {
        margin-right: 5px;

    }

    .HotProjectConRight_Item>.left img {
        object-fit: cover;
    }

    .selectList {
        justify-content: space-between;
    }

    .inputCase {
        padding-left: 5px;
    }

    .livemsg :last-child {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .inputCase input.imitationSelect {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .inputCase i.fa {
        width: 10px;
        height: 6px;
    }

    .H5city {
        height: 670px;
    }

    .H5city .swiper-slide {
        height: auto !important;
        max-height: 400px;
        min-height: 200px;
    }

    .verticalItem_right_Tit {
        margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .verticalItem_right_msg {
        margin-left: 5px;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .H5mySwipervertical {
        display: block;
    }

    .verticalItem {
        margin: 0 auto 50px;
        width: 90%;
        height: auto;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .verticalItem_left {
        width: 100%;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 5px;
        overflow: hidden;
    }

    .verticalItem_left img {
        height: 85%;
    }

    .verticalItem_right {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }



    .hide {
        display: none;
    }


    .projectHall {
        padding: 20px 0 0 0;
        height: auto;
    }

    .bannerMore {
        /* display: none; */
    }

    .HotProjectCon {
        flex-wrap: wrap;
        height: auto;
    }

    #videoPlay {
        width: 30px;
        height: 30px;
    }

    .HotProjectConRight {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .HotProjectConRight_Tit {
        margin-top: 20px;
    }

    .HotProjectConRight_Tit>.Tit1, .HotProjectConRight_Tit>.Tit2 {
        width: 100px;
        height: 30px;
    }

    .HotProjectConRight_Item>.right>.msg>.msg2 {
        margin-right: 0;
    }

    .HotProjectConRight_Item>.right>.msg>.msg1 {
        margin-right: 15px;
    }

    .HotProjectConRight_Item>.right>.msg>.msg1::after {
        right: -9px;
    }

    .HotProjectConRight_Item>.right>.msg {
        justify-content: space-between;
    }

    .HotProjectConRight_Item {
        width: 95%;
        margin: 0 auto;
        margin-top: 24px;
    }

    .emphasisCon_Tit {
        flex-wrap: wrap;
    }

    .emphasisCon_Tit_right {
        flex-wrap: wrap;
        width: 100%;
    }

    .emphasisCon_Tit_right .box1 {
        width: 95%;
        justify-content: space-between;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .emphasisCon_Tit_left {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .HotProjectTit{
        font-size: 24px;
    }

    .selectList {
        width: 95%;
        margin: 0 auto;
    }

    .selectBox {
        width: 85px;
        box-sizing: border-box;
    }
    .emphasisCon_Tit_right .btn1{
        width: 70px;
    }
    .w {
        width: 90px !important;
    }


    .con_left {
        width: 95%;
        margin: 0 auto;
    }

    .left_Item {
        width: 100%;
        margin: 15px auto;
        padding: 0;
        padding-top: 10px;
    }

    .right_Tit {
        margin-top: 5px;
        width: 100%;
    }

    .right_Tit .moreProject {
        display: none;
    }

    .con_right .H5moreProject {
        display: block;
        text-align: right;
        margin-bottom: 10px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
    }


    .popup>.popBox {
        width: 95%;
        margin: 0 auto;
        height: 70vh;
        overflow: hidden;
        overflow-y: auto;
    }

    .pupUpBtn {
        margin-bottom: 20px;
    }

    .popItem div input {
        width: 95%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .popupForm input {
        width: 100% !important;
    }

    .popItem {
        margin-left: 10px;
        margin-right: 0;
    }

    .popupForm {
        width: 100%;
    }

    .popupForm>div {
        width: 100%;
    }

    .popItemContent {
        width: calc(100% - 110px);
    }


    .emphasisCon {
        height: auto;
    }

    .emphasisCon>.con {
        flex-wrap: wrap;
    }

    .left_Item_left {
        width: 135px;
        height: 102px;
        margin-right: 5px;
    }


    .left_Item_right>.tit {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        flex: 1;
        /* white-space: nowrap; */
    }

    .left_Item_right>.area {
        margin-top: 5px;
        font-size: 14px;
        margin-right: 10px;
    }

    .emphasisCon .con .industry2>:last-child{
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .emphasisCon .con .industry_msg {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .left_Item_right {
        margin-right: 5px;
        height: auto;
    }

    .emphasisCon .con .left_Item_right>.area :first-child {
        font-size: 14px;
    }

    .emphasisCon .con .left_Item_right>.industry2 {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .emphasisCon .con .industry_msg :first-child {
        margin-right: 0px;
        white-space: nowrap;
        font-size: 14px;
    }

    .emphasisCon .con .industry>:last-child {
        font-size: 14px;
        margin-top: 5px;
    }

    .con_right {
        margin-left: 0;
        width: 95%;
        margin: 0 auto;
    }

    .right_Tit :nth-child(1) {
        margin-right: 130px;
    }

    .right_Item {
        flex-wrap: wrap;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 15px;
    }

    .right_Item_Tit {
        width: 200px;
        /* flex: 1; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        margin-bottom: 10px;
    }

    .right_Item_ask {
        display: none;
    }

    .right_Item_region {
        /* margin-right: 10px;
        width: 70px; */
        width: auto;
        margin-right: 8px;
        color: #409eff;
        background-color: #ecf5ff;
        border: 1px solid #d9ecff;
        font-size: 12px;
        padding: 0 10px;
    }

    .right_Item_ind {
        color: #67c23a;
        background-color: #f0f9eb;
        border: 1px solid #e1f3d8;
        padding: 0 10px;
        font-size: 12px;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .right_Item_line {
        display: none !important;
    }

    .selectUl{
        min-width: 100px !important;
        width: auto !important;
    }
    .popup>.popBox {
        width: 95%;
        margin: 0 auto;
        height: 70vh;
        padding-bottom: 40px;
        overflow: hidden;
        overflow-y: auto;
    }
    .popupInput{
        margin-left: 0;
    }
    .pupUpBtn {
        margin-bottom: 20px;
    }

    .popItem div input {
        width: 95%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .popupForm input {
        width: 100% !important;
    }

    .popItem {
        margin-left: 10px;
        margin-right: 0;
    }

    .popupForm {
        width: 100%;
    }

    .popupForm>div {
        width: 100%;
    }
    .popupForm{
        display: block;
    }
    .popItemContent {
        width: calc(100% - 110px);
    }

    .popup1>.popBox {
        width: 95%;
        margin: 0 auto;
        height: 70vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .cgItem>p{
        font-size: 30px;
    }
    .cgItem>span{
        font-size: 18px;
    }
    .cgItem img{
        width: 100px;
        height: unset;
    }
    .cgForm{
        width: 90%;
        display: block;
        margin: auto;
    }
}