/*轮播图*/

.isshow {
    display: block !important;
}

.item-color {
    color: #fff !important;
}

.item-back {
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%) !important;
}

.read_span {
    border: 2px solid #327DFA !important;
    background: #327DFA !important;
    color: #fff !important;
}

.system-em {
    border-bottom: 6px solid #327DFA !important;
    color: #327DFA !important;
}

.map-banner {
    margin-top: 74px !important;
}

.map-banner .m-banner-box {
    position: absolute;
    top: 10%;
    width: 100%;
}

.map-banner .m-banner-box h1 {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.map-banner .banner-img {
    min-height: 350px;
}

.m-banner-box .map-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}


/* 内容区域 */

.uwb_box {
    /* position: relative; */
    width: 75%;
    margin: 0 auto;
    /* transform: translate(0, 0); */
}

.clear {
    clear: both
}

.lift-nav {
    width: 152px;
    float: left;
    /* height: 2000px; */
}

.lift {
    /* position: static; */
    position: fixed;
    /* height: 712px; */
    /* top: 100px; */
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
}

.lift li:nth-child(1) {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.lift-nav li {
    cursor: pointer;
    width: 152px;
    height: 178px;
    text-align: center;
    line-height: 30px;
    color: #A2A2A2;
    padding: 10px 10px;
    /* background: skyblue; */
    cursor: pointer;
    box-sizing: border-box;
}

.lift li:nth-child(4) {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.swbBg_01 {
    width: 132px;
    height: 120px;
    background: url(../images/icon_left01.png) no-repeat center;
    /* background-color: yellow; */
}

.swbBg_01:hover {
    width: 132px!important;
    height: 120px!important;
    background: url(../images/icon_left01Hover.png) no-repeat center!important;
}

.swbBg_02 {
    width: 132px;
    height: 120px;
    background: url(../images/icon_left02.png) no-repeat center;
}

.swbBg_02:hover {
    width: 132px!important;
    height: 120px!important;
    background: url(../images/icon_left02Hover.png) no-repeat center!important;
}

.swbBg_03 {
    width: 132px;
    height: 120px;
    background: url(../images/icon_left03.png) no-repeat center;
}

.swbBg_03:hover {
    width: 132px!important;
    height: 120px!important;
    background: url(../images/icon_left03Hover.png) no-repeat center!important;
}

.swbBg_04 {
    width: 132px;
    height: 120px;
    background: url(../images/icon_left04.png) no-repeat center;
}

.swbBg_04:hover {
    width: 132px!important;
    height: 120px!important;
    background: url(../images/icon_left04Hover.png) no-repeat center!important;
}

.lift-nav li img {
    margin-top: 30px;
    display: inline-block;
}

.lift-nav li span {
    display: block;
}

.lift-nav li.current {
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%);
    color: #FFFFFF;
}

.lift-nav li.current div.swbBg_01 {
    background: url(../images/icon_left01Select.png) no-repeat center !important;
}

.lift-nav li.current div.swbBg_02 {
    background: url(../images/icon_left02Select.png) no-repeat center !important;
}

.lift-nav li.current div.swbBg_03 {
    background: url(../images/icon_left03Select.png) no-repeat center !important;
}

.lift-nav li.current div.swbBg_04 {
    background: url(../images/icon_left04Select.png) no-repeat center !important;
}

.lift-target {
    width: 80%;
    float: right;
}

.t1,
.t2,
.t3,
.t4,
.t5,
.t6 {
    width: 100%;
    height: 400px;
    /* background: skyblue; */
    margin: 50px auto;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}


/* .t2 {
    background: pink;
}

.t3 {
    background: tomato;
}

.t4 {
    background: grey;
} */

.lift-target ul {
    padding: 0 5px;
    text-align: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lift-target ul li {
    cursor: pointer;
    text-align: center;
    float: left;
    width: 23%;
    height: 284px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.t4 ul::after {
    display: block;
    content: "";
    width: 49%;
    height: 0px;
}

.lift-target h5 {
    display: inline;
    font-size: 25px;
    background-color: #327DFA;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0px 0px 24px 0px;
}

.hr {
    margin-top: 15px;
    width: 100%;
    background-color: #327DFA;
    height: 1px;
}

.lift-target ul li a {
    display: block;
    padding-bottom: 45px;
}

.lift-target ul li img {
    margin-top: 30px;
    display: inline-block;
    transition: all 0.6s;
}

.lift-target ul li p {
    font-size: 20px;
    margin-top: 20px;
    color: #989898;
}

.lift-target ul li:hover p {
    color: #2096FA;
}

.lift-target ul li:hover img {
    transform: scale(1.1, 1.1)
}

.uYFooter {
    text-align: center;
    width: 100%;
    height: 256px;
    background: linear-gradient(271deg, #2096FA 0%, #6736FA 100%);
}

.uYFooter h6 {
    padding-top: 54px;
    color: #FFFFFF;
    font-size: 30px;
}

.uYFooter p {
    color: #9BE7FF;
    font-size: 20px;
    padding: 10px 0;
}

.uYFooter_Btn {
    width: 211px;
    height: 60px;
    line-height: 60px;
    background: url(../images/uYFooter_BtnBg.png) no-repeat;
    background-position: 23px 15px;
    margin: 30px auto;
    border: 1px solid #FFFFFF;
}

.uYFooter_Btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 25px;
    margin-left: 28px;
}

.uYFooter_Btn a:hover {
    color: #327DFA;
}

.uYFooter_Btn:hover {
    background: url(../images/uYFooter_BtnBgHover.png) no-repeat;
    background-color: #FFFFFF;
    background-position: 23px 15px;
    margin: 30px auto;
}

.hiddenContent>div>ul:target {
    display: block;
}


/*响应式*/

@media (min-width: 980px) and (max-width:1279px) {}

@media screen and (min-width:1280px) and (max-width:1500px) {}