* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.container {}

.connect {
    margin-top: 0px !important;
}


.banner {
    width: 100%;
    height: auto;
    position: relative;
}


.English {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    left: 18.75%;
    top: 93px;
}


.subTit {
    z-index: 3;
    font-size: 18px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    line-height: 30px;
    margin-top: 32px;
}

.caseList {
    margin: 0 auto;
    padding-top: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.newsAlTitlte{
		font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
	 padding-left: 5%;
	     display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 5%;
    box-sizing: border-box;
	align-items: flex-end;
}
.newsAlTitlte .newsAlTitlteMore{
	font-weight: normal;
    font-size: 18px;
	    cursor: pointer;
	
}
.newCaseCon{
	    margin: 0 auto;
       padding-top: 25px;

    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    transform: all 1.5s;
	justify-content: space-between;
}
.newCaseCon .caseList_Item{
	width:24%;
	margin-right:0;
	height:324px;
	position: relative;
	margin-bottom:20px;
}
.newCaseCon .caseList_Item:nth-child(-n+8):nth-child(n+5){
	display:none;
}
.newCaseCon.show .caseList_Item:nth-child(-n+8):nth-child(n+5){
	display:block;
}
.newCaseCon .caseList_Item::before{
	position:absolute;
	content:"";
	width:76px;
	height:76px;
	background:url(../img/iconNewAl.png) left top/100% 100%;
	    left: -2px;
    top: -2px;
    z-index: 10;
}
.newCaseCon .caseList_Item .caseList_Item_Logo{
	width:150px;
}
.searchAl{
	width: 393px;
	height: 33px;
	background-color: #f7f7f7;
	border-radius: 15px;
	border: solid 1px #d1d1d1;
	position:relative;
}
.searchAl input{
	width:100%;
	height:33px;
	display:block;
		background-color: #f7f7f7;
	border-radius: 15px;
	border: none;
	    text-indent: 2em;
}
.searchAl .icon1{
	width: 52px;
	height: 33px;
	background-color: #03579c;
	border-radius: 15px;
		position:absolute;
		right:0;
		top:0;
	display:flex;
	    cursor: pointer;
}
.searchAl .icon1 img{
	width:18px;
	height:18px;
	margin:auto;
}
.caseList2 {
    margin: 0 auto;
    padding-top: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    transform: all 1.5s;

}

.animation {
    animation: anima 1.5s forwards;
}

@keyframes anima {
    0% {
        opacity: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: auto;
    }
}

.heightAuto {
    max-height: unset !important;
}

.caseList_Tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 32px;
    color: #03579D;
}

.caseList_subTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #545454;
    margin-top: 12px;
    margin-bottom: 52px;
}

#caseList {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.caseList_Item {
    width: 32%;
    height: 350px;
    position: relative;
    background-color: rgba(3, 87, 157, 0.9);
    margin-bottom: 40px;
    margin-right: 2%;
    opacity: 0;

}

.ShowItem {
    opacity: 1;
    transition: all 1.7s;
    animation: opc 1s forwards;
}

@keyframes opc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.caseList_Item:nth-child(3n) {
    margin-right: 0;
}

.caseList_hover {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 0;
    height: 0;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    transition: all 0.5s;
    white-space: nowrap;
}

.caseList_hover2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 0;
    height: 0;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    transition: all 0.5s;
}

.caseList_hover_animation {
    animation: h90 forwards 0.5s !important;
    transition: all 0.5s;
    position: absolute;
    right: 5%;
    bottom: 1%;
}

.caseList_hover_animation2 {
    animation: h90 forwards 0.5s !important;
    transition: all 0.5s;
    position: absolute;
    right: 5%;
    bottom: 1%;
}

.caseList_hover_animation::after {
    content: '';
    width: 1%;
    height: 1px;
    display: block;
    position: absolute;
    right: 2%;
    bottom: 10%;
    background-color: #fff;
    animation: hover_after 1s forwards;
    opacity: 0;
}

.caseList_hover_animation::before {
    content: '';
    width: 1px;
    height: 1%;
    position: absolute;
    right: 0px;
    top: 0%;
    background-color: #fff;
    animation: hover_before 1s forwards;
    opacity: 0;
}

@keyframes h90 {
    0% {
        height: 50%;
        width: 50%;
    }

    100% {
        height: 90%;
        width: 90%;
    }
}


@keyframes hover_after {
    0% {
        width: 1%;
        opacity: 0;
    }

    100% {
        opacity: 1;
        width: 96%;
    }
}

@keyframes hover_before {
    0% {
        height: 1%;
        opacity: 0;
    }

    100% {
        opacity: 1;
        height: 90%;
    }
}


.caseList_hover_animation2::after {
    content: '';
    width: 1%;
    height: 1px;
    display: block;
    position: absolute;
    left: 2%;
    top: 0%;
    background-color: #fff;
    animation: hover_after2 1s forwards;
    opacity: 0;
}

.caseList_hover_animation2::before {
    content: '';
    width: 1px;
    height: 1%;
    position: absolute;
    left: 0;
    bottom: 10%;
    background-color: #fff;
    animation: hover_before2 1s forwards;
    opacity: 0;
}

@keyframes hover_after2 {
    0% {
        width: 1%;
        opacity: 0;
    }

    100% {
        opacity: 1;
        width: 96%;
    }
}

@keyframes hover_before2 {
    0% {
        height: 1%;
        opacity: 0;
    }

    100% {
        opacity: 1;
        height: 90%;
    }
}


.H5 {
    display: none;
}



.caseList_hover .logo {
    width: 300px;
}

.caseList_hover .more {
    width: 30.65px;
    height: 13px;
    margin-bottom: 100px;
}



.caseList_Item_img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.boxshadow {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.caseList_Item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseList_Item_Logo {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    transition: all 0.5s;
}

.caseList_Item_img .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
    z-index: 3;
}

.caseList_Item:hover {
    /* background-color: rgba(3, 87, 157, 0.9); */
}

.caseItem {
    width: 132px;
    height: 132px;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    border: 1px solid rgba(204, 204, 204, 0.39);
    display: flex;
    align-items: center;
	margin-right:50px;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}
.caseItem:last-child{
	margin-right:0
}

.caseItem img {
    width: 90%;
}

.active {
    position: relative;
}

.active::after {
    width: 48px;
    height: 4px;
    background: #004098;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.currentCase {
    background: rgba(5, 105, 245, 0.17);
    padding-left: 14% !important;
    padding-right: 14% !important;
}

.currentCase_Right {
    margin-left: 20px;
}

.currentCase_right1 {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #004098;
    line-height: 32px;
}

.currentCase_right2 {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #545454;
    line-height: 22px;
    margin-top: 43px;
}

.currentCase_right3 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 32px;
    margin-top: 38px;
}

.currentCase_right4 {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #046AF6;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 43px;
    cursor: pointer;
    width: 135px;
    width: 160px;
    height: 49px;
    color: #046AF6;
    font-size: 16px;
    border-radius: 76px 76px 76px 76px;
    border: 2px solid #046AF6;
}


.currentCase_right4 a {
    color: #046AF6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 76px 76px 76px 76px;
    overflow: hidden;
    transition: all 0.5s;
}

.currentCase_right4 a:hover{
    background: #046AF6;
    color: #fff;
}

.currentCase_rightMore {
    color: #046AF6;
}

#currentCaseIcon {
    width: 37.78px;
    height: 15.98px;
    margin-left: 16px;
}

.currentCase {
    display: flex;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 20px;
}

.currentCase_right {
    margin-left: 85px;
    display: none;
    width: 528px;
}

.currentCase_leftImg {
    display: none;
    width: 619px;
    opacity: 0;
}

.currentCase_rightS {
    display: none;
    opacity: 0;
}


.block {
    animation: isShow 2s forwards;
    display: block;
}

@keyframes isShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.currentCase_left {
    width: 619px;
}

.wonderfulTit {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.wonderfulsubTit {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mts {
    margin-top: 35px;
}


.wonderful {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
    background-color: #f7f7f7;
    position: relative;
}

.wonderful::after {
    content: 'CASES';
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 136px;
    color: #004098;
    position: absolute;
    right: 103px;
    top: 630px;
    opacity: 0.16;
	
}


.wonderful::before{
	 position: absolute;
	  content: '';

	width:225px;
	height:42px;
	right: 120px;
    top: 650px;
	background:url(../img/iconFlss.png) center center/100% 100%;
}
.wonderful.moreShow::after{
	top: 980px;
}
.wonderful.moreShow::before{
	top: 1005px;
}


.caseSelect_Item_box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 2;
}

.caseSelect_Item_box2 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 2;
}

.wonderfulItem {
    margin-bottom: 53px;
}

.caseSelect {
    padding-top: 65px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

.caseSelect_Item {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}

.caseSelect_Item_Tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-right: 16px;
}

.caseSelect_Item_case {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    margin-right: 30px;
    cursor: pointer;
}

.caseSelect_Item_case:hover {
    color: #03579D;
}

.active2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #03579D;
    position: relative;
}

.active2::after {
    content: '';
    width: 34px;
    height: 4px;
    background: #004098;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.wonderful_more {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #046AF6;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 49px;
    border-radius: 76px 76px 76px 76px;
    margin: 0 auto;
    border: 2px solid #046AF6;
    margin-top: 34px;
    cursor: pointer;
    margin-bottom: 0px;
}

.banner_H5 {
    display: none;
}

.myswiper1 {
    display: none;
}

.caseEmptyBox {
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseEmptyBox .caseEmpty {
    width: 317px;
    height: 270px;
}

@media (max-width: 900px) {
	.newCaseCon .caseList_Item{
		width:100%;
		margin-bottom:10px;
		height:auto;
	}
    .caseEmptyBox {
        padding: 40px 0;
    }
	.newsAlTitlte{
		margin-top:20px;
	}
	.searchAl{
		width:100%;
	}
	
	.caseSelect{
		padding-top:40px;
		padding-bottom: 10px;
	}

    .caseEmptyBox .caseEmpty {
        width: 240px;
        height: auto;
    }

    .container {
        padding-top: 50px;
    }



    .myswiper1 {
        display: block;
        margin-top: 40px;
        width: 100%;
    }

    .business_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 5px;
    }

    .banner {
        display: none;
    }

    .banner_H5 {
        display: block;
        position: relative;
    }

    .banner_H5_img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .container_top_H5_index {
        display: block;
        background: url(https://img.swmob.com/swtech/H5Banner2.png) no-repeat;
        background-size: 100% 100%;
        width: 320px;
        height: 81.2px;
        padding-top: 24.5px;
        padding-left: 61px;
        color: #FFFFFF;
        font-size: 20px;
        box-sizing: border-box;
        margin-left: 24.5px;
        position: absolute;
        top: 105px;
    }

    .caseList {
        padding-top: 60px;
    }

    .currentCase_left {
        width: 100%;
    }

    .currentCase {
        padding: 0 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .active {
        background: #FFFFFF;
        box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.23);
        /* border-radius: 12px 12px 12px 12px; */
        position: relative;
    }

    .currentCase_right {
        width: 100%;
    }

    .currentCase_right1 {
        font-size: 28px;
    }

    .caseList_subTit {
        font-size: 16px;
        margin-bottom: 0;
    }

    #caseList {
        height: auto;
        flex-wrap: nowrap;
        overflow-x: auto;
        flex-direction: row;
        display: none;
    }

    .caseItem {
        margin-bottom: 20px;
    }

    .active {
        scroll-snap-align: center;
    }

    .currentCase_rightS {
        display: none;
    }

    .block {
        display: block;
        width: 100%;

    }



    .active::after {
        display: none;
    }

    .caseItem {
        width: 30%;
        height: 120px;
        flex: 0 0 auto;
        margin-right: 0px;
        scroll-snap-align: center;
    }


    .caseItem {
        width: 100%;
    }

    #caseList .active {
        width: 33%;
        height: 120px;
    }

    .currentCase_right2 {
        margin-top: 20px;
    }

    .currentCase {
        margin-top: 20px;
        display: block;
    }

    .currentCase_right {
        margin-left: 0;
        margin-top: 10px;
    }

    .currentCase_right4 {
        justify-content: flex-end;
        font-size: 14px;
        margin-top: 20px;
        width: auto;
    }

    #currentCaseIcon {
        width: 24px;
        height: auto;
    }

    .wonderful {
        padding-top: 50px;
    }

    .currentCase_Right .currentCase_right4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .currentCase_Right .currentCase_right4 .currentCase_rightMore {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wonderfulItem {
        width: 100%;
        margin-bottom: 30px;
    }

    .caseSelect_Item_Tit {
        white-space: nowrap;
    }

    .caseSelect_Item_case {
        white-space: nowrap;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .caseSelect_Item_box {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: wrap;
    }

    .caseSelect_Item_box2 {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: wrap;
    }

    .caseSelect_Item {
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .caseList2 {
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .H5 {
        display: block;
        margin-left: 5px;
    }

    .caseList_Item {
        width: 100%;
        background: none;
        height: auto;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-right: 0;
        opacity: 1;
    }

    .caseList_Item_Logo {
        display: none;
    }

    .caseList_hover2 {
        display: none;
    }

    .caseSelect_Item_box::-webkit-scrollbar {
        display: none;
    }

    .caseSelect_Item_box2::-webkit-scrollbar {
        display: none;
    }

    .caseList_hover {
        position: relative;
        width: 100%;
        height: auto;
        color: #000;
        font-size: 16px;
        text-align: left;
        display: block;
        margin-top: 10px;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
    }

    .caseList_Item_img {
        position: relative;
    }

    .boxshadow {
        display: none;
    }

    .caseList_hover::before {
        display: none;
    }

    .caseList_hover::after {
        display: none;
    }

    .caseList_hover .more {
        display: none;
    }

    .caseList_hover .H5 .more {
        display: block;
        margin-bottom: 0;
        width: 20px;
    }

    .caseList_hover_tit {
        width: 90%;
        white-space: normal;
    }

    .wonderful::after {
        font-size: 60px;
        right: 0;
        top: 50px;
        content: '';
    }

    .currentCase {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}