.technicalBor{
	/* width: 100%; */
	/* padding: 0 2.1354166666666665rem; */
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* justify-content: center; */
	/* flex-wrap: wrap; */
	width: 1200px;
	margin: 0 auto;
}
.technicalitem{
	/* width: calc(100% / 3 - 0.135rem);
	margin-bottom: 0.2604166666666667rem;
	background: #fff;
	text-align: center;
	padding: 0.10416666666666667rem;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%); */
	/* flex: 1; */
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.20833333333333334rem;
	box-sizing: border-box;
	background: #F9F9F9;
	opacity: 1;
	border-radius: 16px;
	height: 100%;
}
.technicalitem img{
	width: 64.28571428571429%;
	height: 240px;
	object-fit: contain;
	transition: all 0.5s;
}
.technicalBor_content{
	width: 100%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: #555555;
	text-indent: 2em;
	margin-top: 0.0625rem;
	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 8;
	 overflow: hidden;
	 height: 256px;
	text-align: justify;
}
.technicalitem:hover{
	background-color: #F0F0F0;
	box-shadow: 0 2px 17px 0 rgba(0,0,0,0.40);
}
.technicalitem:hover img{
	transform: scale(1.1);
}
/* .technicalitem div{
	padding-top: 0.10416666666666667rem;
	font-size: 0.10416666666666667rem;
	color: rgb(119, 120, 136);
	font-weight: 600;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
} */
.technicalBor_title{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	height: 37px;
	text-align: center;
	margin-top: 0.20833333333333334rem;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
}
.platform {
    margin-bottom: 0.2604166666666667rem;
    padding: 0 2.1354166666666665rem;
	box-sizing: border-box;
}

.platformList {
    cursor: pointer;
}

.platform_title {
    font-size: 0.10416666666666667rem;
    font-weight: 800;
    color: #397EE5;
    margin: 0.13020833333333334rem 0;
}
.platform_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.platform_item {
    padding: 0.13020833333333334rem 0;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 0.10416666666666667rem;
    font-weight: bold;
    color: #333333;
	box-sizing: border-box;
}

.platform_item:hover {
    color: #397EE5;
}

.platform_icon {
    width: 0.20833333333333334rem;
    height: 0.20833333333333334rem;
    margin-right: 0.10416666666666667rem;
}
.rotate_icon .platform_icon {
    animation: my_platform_icon 0.7s linear 0s;
}

@keyframes my_platform_icon {
    0% {
        transform: rotate(0);
    }
    30% {
        transform: rotate(108deg);
    }
    60% {
        transform: rotate(216deg);
    }
    90% {
        transform: rotate(324deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.solution_box {
    height: 2.1354166666666665rem;
    background: #E3E8FB;
    padding: 0.2916666666666667rem 1.9270833333333333rem 0.2760416666666667rem 2.1354166666666665rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
	box-sizing: border-box;
}

.solution_left {
    width: 2.1145833333333335rem;
    height: 1.5729166666666667rem;
    box-sizing: border-box;
    position: relative;
}

.solution_left_img {
    width: 100%;
    height: 100%;
    animation: anim_wave 3s linear infinite;
}

.solution_cloud_img {
    width: 0.53125rem;
    height: 0.4895833333333333rem;
    position: absolute;
    left: 0;
    top: 0;
    animation: anim_cloud 3s linear infinite;
}

@keyframes anim_cloud {
    0% {
        left: 0;
    }
    50% {
        left: -0.15625rem;
    }
    100% {
        left: 0;
    }
}

.solution_margin {
    margin-right: 0.5416666666666666rem;
}

.solution_right {
    flex: 1;
    height: 100%;
}

.solution_right_title {
    font-size: 0.10416666666666667rem;
    font-weight: 800;
    color: #333333;
    margin-bottom: 0.10416666666666667rem;
}
.solution_right_content{
    font-size: 0.078125rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.10416666666666667rem;
}
.build_box{
    height: 2.34375rem;
    background-color: white;
    padding-bottom: 0.5208333333333334rem;
	box-sizing: border-box;
}
.public_bor{
	width: 100%;
	padding: 0 1.1354166666666665rem;
	box-sizing: border-box;
	margin-bottom: 0.2604166666666667rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.public_bor_row{
	width: calc(50% - 0.10416666666666667rem);
	margin-bottom: 0.2604166666666667rem;
}
.public_bor_row_left,.public_bor_row_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.public_bor_row_left img,.public_bor_row_right img{
	width: 50%;
	height: 1.40625rem;
}
.content_public{
	width: 44%;
	min-height: 1.40625rem;
	background-color: #00A2E6;
	padding: 0.10416666666666667rem;
	box-sizing: border-box;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.5s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content_public:hover{
	box-shadow: 0 2px 17px 0 rgba(0,0,0,0.40);
}
.content_public_title{
	height: 0.2823529411764706rem;
	font-size: 0.08333333333333333rem;
	width: 100%;
	text-align: center;
	color:#4A4A4A;
	line-height: 1.5;
	font-weight: 600;
	color: rgb(119, 120, 136);
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .content_public_content{
	 font-size: 0.0625rem;
	 /* cursor: pointer; */
	 color: #666;
	 display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 4;
	  overflow: hidden;
 }
 .triangle{
	 width: 0.10416666666666667rem;
	 height: 0.10416666666666667rem;
	 background: #fff;
	 top: 0.10416666666666667rem;
	 position: absolute;
	 transform: rotate(45deg);
	 display: none;
	 transition: all 0.5s;
 }
 .public_bor_row_left .triangle{
	 left: -0.05rem;
 }
 .public_bor_row_right .triangle{
	right: -0.05rem;
 }
 .content_public:hover .triangle{
	 display: block;
 }
 .public_detail_btn_in{
	 display: inline-block;
	 width: 50%;
	 text-align: center;
	 cursor: pointer;
 }
 .public_detail_btn_in:hover{
	 opacity: 0.3;
 }
.public_btn{
	width: 100%;
	display: flex;
	justify-content: center;
}
.content_public_title div{
	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
}
/* .bor_row_center{
	display: block;
	margin: 0 auto;
} */

.solution{
	background: #001F75;
	width: 100%;
	padding: 0.20833333333333334rem 0 0.4895833333333333rem 0;
	box-sizing: border-box;
	margin-top: 0.4166666666666667rem;
}
.solution_bor{
	width: 1200px;
	margin: 0 auto;
}
.solution_bor_item{
	width: 100%;
	margin-bottom: 101px;
	cursor: pointer;
}
.solution_bor_item_right{
	width: 46.66666666666667%;
	height: 319px;
}
.solution_bor_item_left{
	width: calc(100% - 46.66666666666667% - 60px);
}
.solution_bor_item_right img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}
.solution_bor_item:last-child{
	margin: 0;
}
.solution_bor_item_bor{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.solution_bor_item_left_title{
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.solution_bor_item_left_title_bg{
	width: 6px;
	height: 24px;
	background: #3097FF;
	display: inline-block;
	margin-right: 4px;
}
.solution_bor_item_left_content{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
	opacity: 0.9;
	text-indent: 2em;
	margin-top: 15px;
	text-align: justify;
}
.solution_bor_item_bor:hover .solution_bor_item_left_title{
	color:  #C9DEFF;
}
.solution_bor_item_bor:hover .solution_bor_item_left_content{
	color: #C9DEFF;
	/* opacity: 1; */
}
.solution_bor_item_bor:hover img{
	transform: scale(1.2);
}