.container {
    width: 100%;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.crumbs {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	padding-left:5%;
	padding-right:5%;
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	background:#f4f6fc;
	box-sizing:border-box;
	
}

.crumbs .active {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #004098;
}

.crumbs a {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
	cursor:pointer;
}

.crumbs span {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
    margin: 0 20px;
}
.flex2 {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(255,255,255);
    padding-bottom: 20px;
    width: 100%;
    max-width: 1920px;
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
	opacity:0;
	animation:flexdAn .8s forwards;

}
@keyframes flexdAn{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

.header_box {
    box-shadow: none !important;
}
.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;
}

.dev_bottom_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dev_bottom_box>*{
	transition:.5s
}
.dev_bottom_box>*:hover{
	
    transform: translateY(-5px);
}
.dev_con_right_More2{
    width: 152px;
    height: 54px;
    margin-top: 28px;
    margin-left: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FF7206;
    text-align: center;
    cursor: pointer;
    border: 1px solid #FF7206;
    background-color: transparent;
}

.dev1 {
    background-color: #f4f6fc;
    box-sizing: border-box;
    padding-top: 84px;
    padding-bottom: 100px;
}

.dev_tit {
    font-size: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #222222;
    text-align: center;
}

.dev_subtit {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.dev1_con {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.dev1_con_left {
    width: 713.1px;
    background: rgba(91, 142, 243, 0.16);
    box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.03), 0px 3px 6px -6px rgba(31, 35, 41, 0.3), 0px 6px 18px 6px rgba(31, 35, 41, 0.05), inset 0px 1px 6px 0px rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    height: auto;
    box-sizing: border-box;
    padding: 20px 10px;
    overflow: hidden;
    animation: 0.5s;
    transition: all 0.5s;
}
.dev1_con_left img{
    animation: 0.5s;
    transition: all 0.5s;
}
.dev1_con_left img:hover {
    transform: scale(1.3);
}

.dev_con_right_Item {
    width: 389px;
    background: rgba(255, 255, 255, .5);
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    padding-top: 20px;
    padding-left: 21px;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    height: 80px;
    overflow: hidden;
    transition: .5s;

}

.base {
    display: flex;
    cursor: default;
    padding-top: 0px;
    transition: .5s;
    align-items: center;
}



.dev1Icon1 {
    width: 26px;
    height: 25px;
}

.dev1Icon2 {
    width: 26px;
    height: 29px;
}

.dev1Icon3 {
    width: 32px;
    height: 31px;
}

.dev1Icon3 img{
	height:100%;
}

.devText {
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #222222;
    margin-left: 17px;
}


.hover div {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #848992;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
    cursor: default;
}

.hover div::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #848992;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.hoverClass {
    height: 145px !important;
    color: #046AF6 !important;
}

.hoverClass .hover {
    margin-top: 15px !important;
}
.hoverClass2 .hover .hoverPdf{
	width:90%;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	
}
.hoverClass2 .hover .hoverPdf::after{
	display:none;
}
.hoverClass2 .hover .hoverPdf a{
	display:block;
	width:45%;
	height:40px;
	line-height:40px;
	background-color:#046AF6;
	color:#ffffff;
	border-radius:5px;
	text-align:center;
}
.hoverClass2 {
    height: 120px !important;
    color: #046AF6 !important;
}

.hoverClass2 .hover {
    margin-top: 10px !important;
}


.hoverClass3 {
    height: 135px !important;
    padding-top: 5px !important;
    color: #046AF6 !important;
}

.hoverClass3 .hover {
    margin-top: 10px !important;
}


.hoverClass .hover div {
    color: #046AF6 !important;
}

.hoverClass2 .hover div {
    color: #046AF6 !important;
}

.hoverClass3 .hover div {
    color: #046AF6 !important;
}

.hoverClass .devText {
    color: #046AF6 !important;
}

.hoverClass2 .devText {
    color: #046AF6 !important;
}

.hoverClass3 .devText {
    color: #046AF6 !important;
}




.hover {
    margin-top: 51px;
    /* height: 0; */
    /* opacity: 0; */
    transition: all 0.5s;
    padding-bottom: 20px;
}

.dev4 .dev_con_right_Item {
    padding-bottom: 20px;
}

/**
这里
.dev_con_right_Item:hover {
    height: 135px;
}

.dev_con_right_Item:hover .hover {
    margin-top: 10px;
}

.dev_con_right_Item:hover .base {
    padding-top: 0;
}


.dev_con_right_Item:hover .hover div {
    color: #046AF6;
}


.dev_con_right_Item:hover {
    background-color: #fff;
}

.dev_con_right_Item:hover .devText {
    color: #046AF6;
}  **/

.dev2 {
    width: 100%;
    /* height: 770px; */
    background: url(https://img.swmob.com/swtech/dev2Bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 104px;
    padding-bottom: 100px;
}

.dev2_tit {
    font-size: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #222222;
}

.dev2_con {
    width: 90%;
	max-width:1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
	
}

.dev2_con_left {
    width: 713.09px;
    position: relative;
    z-index: 2;
    background: rgba(237, 243, 255, 0.16);
    box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.03), 0px 3px 6px -6px rgba(31, 35, 41, 0.3), 0px 6px 18px 6px rgba(31, 35, 41, 0.05), inset 0px 1px 6px 0px rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.dev2_con_left img{
    transition: all 0.5s;
}
.dev2_con_left img:hover{
    transform: scale(1.3);
}

.dev3 .dev2_con_left {
    padding: 20px 10px;
}

.dev_con_right_More {
    width: 152px;
    height: 54px;
    background: linear-gradient(110deg, #FF7206 0%, #FFBC89 100%);
    margin-top: 28px;
    margin-right: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.dev3 {
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 84px;
    position: relative;
    padding-bottom: 100px;
}

.dev3_bg {
    position: absolute;
    width: 100%;
    /* height: 355px; */
    height: auto;
    bottom: 0;
    left: 0;
}

.dev3_bg img {
    height: auto;
}


.dev3_con {
    padding-left: 336px;
    padding-right: 360px;
}

.dev3 .hover div {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #848992;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
    cursor: default;
}

.dev3 .hover div::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #848992;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.dev_con_right {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.dev4 {
    height: 810px;
    background: url(https://img.swmob.com/swtech/dev4bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 84px;
    box-sizing: border-box;
}
/**
这里
.dev3 .dev_con_right_Item:hover .hover {
    margin-top: 10px;
}

.dev4 .dev_con_right_Item:hover .hover {
    margin-top: 30px;
}
**/

.dev4_con {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    width: 90%;
	max-width:1200px;
    margin: 0 auto;
    align-items: center;
    margin-top: 22px;
}

.dev4_con .hover div {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #848992;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
}

/**
这里
.dev4_con .dev_con_right_Item:hover .hover {
    margin-top: 20px;
}
**/

.dev4 .hover div::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #848992;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.dev4_con_right {
    width: 713.09px;
    height: auto;
    background: rgba(237, 243, 255, 0.16);
    box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.03), 0px 3px 6px -6px rgba(31, 35, 41, 0.3), 0px 6px 18px 6px rgba(31, 35, 41, 0.05), inset 0px 1px 6px 0px rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 20px 10px;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow: hidden;
}

.dev4_con_right img{
    transition: all 0.5s;
}

.dev4_con_right img:hover{
    transform: scale(1.3);
}
.dev_con_right_List {
    display: flex;
    flex-direction: column;
    height: 430px;
    margin-top: -10px;
}
.dev_con_right_Item3.hoverClass2{
	height:180px !important;
}

.dev4_con_right:hover {
    /* transform: scale(1.2); */
}

.connect {
    margin-top: 0 !important;
}

.container_top_H5 {
    display: none;
}

.dev_subtit_H5 {
    display: none;
}


/* .dev3 .dev_con_right_Item:hover {
    padding-top: 20px;
} */

@media (max-width: 1680px) {

    .dev_subtit {
        display: none;
    }

    .dev_subtit_H5 {
        display: block;

        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #666666;
        text-align: center;
        margin-top: 10px;
    }

    .hover div {
        font-size: 14px;
    }

    .dev3 {
        height: auto;
    }
}

@media (max-width: 900px) {
	
	.dev1{
		padding-top:30px;
	}
	.dev3{
			padding-top:30px;
	}

.dev_subtit_H5{
	line-height: 20px;
}
	
	.crumbs{
		display:none;
	}
	.H5Active .hover{
		margin-top:10px;
	}
	.H5Active .base{
		padding-top:0px;
	}
	.H5Active{
	   padding-top:10px !important;
	   height:auto !important;
	}
	
	.dev_con_right{
		width:100%
	}
	/**
	.H5Active .dev_con_right_Item:hover .hover div{
		padding-left:10px;
	}
	**/
	.hover div::after{
		left:0
	}

    .banner{
        display: none;
    }

    .dev4 {
        background-position: center center;
        background-size: cover;
    }

    .container_top_H5 {
        display: block;
        height: 210px;
        background: url(https://img.swmob.com/swtech/tecDev_H5.png?v1) no-repeat;
        background-size: 100% 100%;
        padding-top: 105px;
        box-sizing: border-box;
    }

    .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;
    }

    .container {
        padding-top: 50px;
    }

    .container_top {
        display: none;
    }

    .container_top1 {
        margin-left: 10px;
    }

    .container_top2 {
        margin-left: 10px;

    }

    .dev1_con, .dev2_con, .dev4_con {
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .dev1_con_left, .dev2_con_left, .dev4_con_right {
        width: 100%;
        height: auto;
    }

    .dev2_con, .dev4_con {
        flex-direction: column-reverse;
    }

    .dev_con_right_Item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 100px;
    }
	/**
	这里
    .dev_con_right_Item:hover .hover {
        margin-top: 5px;
        padding-bottom: 0;
    }
	**/

    .dev3 .dev_con_right_Item:hover .hover {
        margin-top: 5px;
        padding-bottom: 0;

    }

    .dev_con_right_More2{
        margin-top: 0;
        width: 130px;
        height: 46px;
    }

    .dev4 .dev_con_right_Item:hover .hover {
        margin-top: 5px;
    }

    .dev_con_right_Item:hover .hover {
        font-size: 14px;
    }

    .dev4_con .hover div, .dev3 .hover div {
        font-size: 14px;
    }

    .dev3 .dev_con_right_Item:hover {
        padding-top: 16px;
    }

    .dev1 .hover div {
        padding-left: 10px;
    }
	 .dev2 .hover div {
        padding-left: 10px;
    }
	 .dev3 .hover div {
        padding-left: 10px;
    }
	 .dev4 .hover div {
        padding-left: 10px;
    }


.dev4_con .hover .hoverPdf{
	width:90%;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	
}
.dev4_con .hover .hoverPdf::after{
	display:none;
}
.dev4_con .hover .hoverPdf a{
	display:block;
	width:45%;
	height:40px;
	line-height:40px;
	background-color:#046AF6;
	color:#ffffff;
	border-radius:5px;
	text-align:center;
}
    .base {
        padding-top: 10px;
    }

    .dev_con_right {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .dev2, .dev4 {
        padding-top: 30px;
    }

    .dev_con_right_More {
        margin: 0 auto;
        width: 130px;
        height: 46px;
        margin: 0;
    }

    .dev1_con, .dev2_con, .dev4_con {
        width: 90%;
    }

    .dev4, .dev3, .dev2, .dev1 {
        height: auto;
        padding-bottom: 30px;
    }


    .dev4_con_right {
        margin-top: 10px;
    }

    .dev4_con .hover div::after {
        top: 50%;
	 left: 0px;
    }

    .dev3 .hover div::after {
        top: 50%;
        left: 0px;
    }
    .dev_tit{
        font-size: 24px;
    }
    
}