* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: Arial;
}


/* tab切换 */

.tab-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
}

.about {
    width: 100%;
    background: #fff;
}

.about-tab {
    max-width: 14.5rem;
    height: auto;
    display: block;
    padding-bottom: 0.3rem;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.about-tab-left {
        display: flex;
    align-items: center;
    column-gap: 0.15rem;
    margin-left: 0;
        width: 100%;
    justify-content: center;
}

.about-tab-left>button{
    margin-left: 0;
    margin-right: 0;
}

.about-tab-left button {
    /*width: 1.56rem;*/
    height: 0.53rem;
    background: #fff;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.01rem solid #E0E0E0;
}

.about-tab-left button:hover {
    background: linear-gradient(90deg, #38D9FA 0%, #005E9B 100%);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}

.about-tab-left button a {
    padding: 0 0.2rem;
    text-decoration: none;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.2rem;
    color: #373737;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-tab-left button:hover a {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.20rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.about-tab-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.15rem;
    margin-right: 0;
    width: 100%;
    height: 1rem;
}

.about-tab-right>p{
    margin-left: 0;
}
.about-tab-right p img{
    width: 0.14rem;
    height: 0.14rem;
    object-fit: cover;
}
.about-tab-right p a:nth-child(2) {
    width: 1.12rem;
    height: 0.19rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #9B9B9B;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.about-tab-right p a {
    width: 1.12rem;
    height: 0.19rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.tabs {
    width: 2.20rem;
    height: 5.23rem;
    background: #FFFFFF;
    border-radius: 0rem;
}

.tab-button .active {
    background: rgba(4, 30, 58, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
}

.tab-button a .active {
    color: #041E3A;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-content {
    width: 100%;
    /*background: linear-gradient(180deg, #CCEFFF 0%, rgba(255, 255, 255, 0) 100%);*/
    border-radius: 0rem 0rem 0rem 0rem;
}

.products-title_1 {
    max-width: 14.5rem;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
        margin: 0 auto 1.1rem;
    /*margin-bottom: 1.1rem;*/
}

.products-title-equip_1 {
    margin-top: 1.1rem;
    padding-bottom: 0.48rem;
    border-bottom: 0.01rem solid rgba(0, 110, 186, 0.5);
    width: 100%;
}

.products-title-equip_1 p:nth-child(1) {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.50rem;
    color: #006EBA;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.products-title-equip_1 p:nth-child(2) {
    margin-top: 0.1rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.30rem;
    color: #006EBA;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.products-border {
    /*width: 16.51rem;*/
    /*height: 0rem;*/
    /*border: 0.01rem solid #006EBA;*/
    /*opacity: 0.5;*/
    margin: 0.5rem 0 0.59rem 0;
}

.products-title-equip_2 div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.13rem 0;
}

.products-title-equip_2 div p:nth-child(1) {
    width: 4.29rem;
    height: 0.04rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(129, 184, 221, 0.49) 76%, #006EBA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_2 div p:nth-child(2),
.products-title-equip_2 div p:nth-child(4) {
    width: 0.05rem;
    height: 0.05rem;
    background: #006EBA;
    border-radius: 50%;
    margin: 0 0.03rem;
}

.products-title-equip_2 div p:nth-child(3) {
    height: 0.48rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.4rem;
    color: #006EBA;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0.22rem;
}

.products-title-equip_2 div p:nth-child(5) {
    width: 4.29rem;
    height: 0.04rem;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(129, 184, 221, 0.49) 76%, #006EBA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.tab_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.my_flex_wrap a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
}
.tab{
    margin-bottom: .6rem;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab img{
    width: 1.8rem;
    height: 1.9rem;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tab p{
    width: 3rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.32rem;
    text-align: center;
    margin-top: 2.3rem;
    transition: 0.3s;
}
.tab>:nth-child(2){
    opacity: 0;
}
.active1>:nth-child(1){
    opacity: 0;
}
.active1>:nth-child(2){
    opacity: 1;
}
.active1 p{
    color: #006EBA;
}
.content{
    display: none;
}
.active2{
    display: block;
    animation: active2 0.5s ease-in-out forwards;
}
@keyframes active2{
    0%{
        transform: translateY(1rem);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.my_flex_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.54rem;
}
.my_flex_box{
    max-width: 4.57rem;
    width: 31%;
    height: 3.82rem;
    background: #EFEFEF;
    border-radius: 0.1rem;
    overflow: hidden;
    margin: 0;
}
.my_flex_box_img{
    width: 100%;
    height: 2.93rem;
    overflow: hidden;
}
.my_flex_box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.my_flex_box:hover .my_flex_box_img img{
    transform: scale(1.1);
}
.flip {
    position: relative;
    width: 100%;
    height: 0.94rem;
    padding-top: 0.24rem;
}

.flip_1,
.flip_2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 0.5s;
}

.flip_1 {
    display: flex;
    justify-content: center;
}
.my_btn{
    width: fit-content;
    padding-left: 0.21rem;
    padding-right: 0.33rem;
    height: 0.5rem;
    background: #006EBA;
    border-radius: 0.07rem;
    display: flex;
    align-items: center;
    gap: 0.09rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.flip_2_p {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
}

.flip>.flip_1 {
    transform: rotateX(-90deg);
    transform-origin: 50% 50% -0.45rem;
}

.flip>.flip_2 {
    transform: rotateX(0deg);
    transform-origin: 50% 50% -0.45rem;
}

.my_flex_box:hover .flip_1 {
    transform: rotateX(0deg);
}

.my_flex_box:hover .flip_2 {
    transform: rotateX(90deg);
    opacity: 0;
}

/*.products-title-equip_3 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.products-title-equip_3 div {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    width: 14.5rem;*/
/*    justify-content: space-between;*/
/*    row-gap: 0.76rem;*/
/*}*/

/*.products-title-equip_3 div ul li:nth-child(1) {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    width: 3rem;*/
/*}*/

/*.products-title-equip_3 div ul li:nth-child(1) p:nth-child(1) {*/
/*    display: none;*/
/*    width: 2.11rem;*/
/*    height: 2.2rem;*/
/*    background: url(../img/products/products\ \(2\).png) no-repeat;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    left: 0.3rem;*/
/*    top: 0.07rem;*/
/*    animation: roate 2s linear infinite;*/
/*}*/

/*.products-title-equip_3 div ul li:nth-child(1) p:nth-child(2) {*/
/*    width: 2.11rem;*/
/*    height: 2.11rem;*/
/*    background: url(../img/products/products.png) no-repeat;*/
/*    background-size: contain !important;*/
/*    z-index: 999;*/
/*}*/

/*.products-title-equip_3 div ul li:nth-child(1) p:nth-child(3) {*/
/*    display: none;*/
/*    width: 2.11rem;*/
/*    height: 2.2rem;*/
/*    background: url(../img/products/products\ \(3\).png) no-repeat;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    right: 0.14rem;*/
/*    bottom: 0.17rem;*/
/*    animation: roate 2s linear infinite;*/
/*}*/

/*.products-title-equip_3 div ul li:nth-child(1) p:nth-child(4) {*/
/*    display: none;*/
/*    width: 2.11rem;*/
/*    height: 2.2rem;*/
/*    background: url(../img/products/products\ \(2\).png) no-repeat;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    right: 0.14rem;*/
/*    top: 0.17rem;*/
/*    animation: roate 2s linear infinite;*/
/*}*/

/*@keyframes roate {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/


/*.products-title-equip_3 div ul{*/
/*    transition: transform 0.3s ease;*/
/*    padding-bottom: .5rem;*/
/*    cursor: pointer;*/
/*}*/
/*.products-title-equip_3 div ul:hover {*/
/*    transform: translateY(-0.2rem);*/
/*}*/
  
/*.products-title-equip_3 div ul li:nth-child(2) {*/
/*    width: 3rem;*/
/*    margin-top: 0.4rem;*/
/*    font-family: Dream Han Sans CN, Dream Han Sans CN;*/
/*    font-weight: 800;*/
/*    font-size: 0.26rem;*/
/*    color: #000;*/
/*    text-align: center;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

/*.products-title-equip_3 div ul:hover li:nth-child(2) {*/
/*    margin-top: 0.4rem;*/
/*    font-family: Dream Han Sans CN, Dream Han Sans CN;*/
/*    font-weight: 800;*/
/*    font-size: 0.26rem;*/
/*    color: #006EBA;*/
/*    text-align: center;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

/*.products-title-equip_3 div ul li:nth-child(3) {*/
/*    padding-top: 0.2rem;*/
/*    font-family: MiSans, MiSans;*/
/*    font-weight: 400;*/
/*    font-size: 0.16rem;*/
/*    color: #000;*/
/*    text-align: center;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

/*.products-title-equip_3 div ul:hover li:nth-child(3) {*/
/*    font-family: MiSans, MiSans;*/
/*    font-weight: 400;*/
/*    font-size: 0.16rem !important;*/
/*    color: #006EBA;*/
/*    text-align: center;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

.products-title-equip_4 div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.05rem 0 0.86rem 0;
}

.products-title-equip_4 div p:nth-child(1) {
    width: 4.29rem;
    height: 0.04rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(129, 184, 221, 0.49) 76%, #006EBA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_4 div p:nth-child(2),
.products-title-equip_4 div p:nth-child(4) {
    width: 0.05rem;
    height: 0.05rem;
    background: #006EBA;
    border-radius: 50%;
    margin: 0 0.03rem;
}

.products-title-equip_4 div p:nth-child(3) {
    height: 0.48rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.4rem;
    color: #006EBA;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0.22rem;
}

.products-title-equip_4 div p:nth-child(5) {
    width: 4.29rem;
    height: 0.04rem;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(129, 184, 221, 0.49) 76%, #006EBA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_5 div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.28rem;
    width: 14.5rem;
}

.products-title-equip_5 div ul {
    width: 4.66rem;
    height: 3.64rem;
    height: 4.8rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #DFF4FD 100%);
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_5 div ul:hover {
    background: linear-gradient(180deg, #36DAFA 0%, #0079BA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_5 div ul:hover:nth-child(1) li:nth-child(1),
.products-title-equip_5 div ul:hover:nth-child(2) li:nth-child(1),
.products-title-equip_5 div ul:hover:nth-child(3) li:nth-child(1) {
    width: 1.01rem;
    height: 1.01rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    margin-top: 0.7rem;
}

.products-title-equip_5 div ul:nth-child(1) li:nth-child(1),
.products-title-equip_5 div ul:nth-child(2) li:nth-child(1),
.products-title-equip_5 div ul:nth-child(3) li:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-title-equip_5 div ul:nth-child(1) li:nth-child(1) p {
    width: .81rem;
    height: .94rem;
    background: url(../img/products/products4.png) no-repeat;
    background-size: 100%;
    margin-top: 0.7rem;
}

.products-title-equip_5 div ul:hover:nth-child(1) li:nth-child(1) p {
    width: 0.42rem;
    height: 0.51rem;
    background: url(../img/products/products4.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0rem;
}

.products-title-equip_5 div ul:nth-child(2) li:nth-child(1) p {
    width: 0.92rem;
    height: 1.07rem;
    background: url(../img/products/products5.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.7rem;
}

.products-title-equip_5 div ul:hover:nth-child(2) li:nth-child(1) p {
    width: 0.42rem;
    height: 0.51rem;
    background: url(../img/products/products5.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0rem;
}

.products-title-equip_5 div ul:nth-child(3) li:nth-child(1) p {
    width: 0.92rem;
    height: 1.07rem;
    background: url(../img/products/products6.png) no-repeat;
    background-size: 100%;
    margin-top: 0.7rem;
}

.products-title-equip_5 div ul:hover:nth-child(3) li:nth-child(1) p {
    width: 0.42rem;
    height: 0.51rem;
    background: url(../img/products/products6.png) no-repeat;
    background-size: 100%;
    margin-top: 0rem;
}

.products-title-equip_5 div ul li:nth-child(2) {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.3rem;
    color: #050505;
    line-height: 0.46rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.36rem;
}
.products-title-equip_5 div ul:hover li:nth-child(2){
    color: #fff;
}
.products-title-equip_5 div ul li:nth-child(3) {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.22rem;
    color: #575757;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.15rem;
}

.products-title-equip_6 div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.55rem 0 0.86rem 0;
}

.products-title-equip_6 div p:nth-child(1) {
    width: 4.29rem;
    height: 0.04rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(129, 184, 221, 0.49) 76%, #006EBA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_6 div p:nth-child(2),
.products-title-equip_6 div p:nth-child(4) {
    width: 0.05rem;
    height: 0.05rem;
    background: #006EBA;
    border-radius: 50%;
    margin: 0 0.03rem;
}

.products-title-equip_6 div p:nth-child(3) {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.4rem;
    color: #006EBA;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 0.84rem;
}

.products-title-equip_6 div p:nth-child(5) {
    width: 4.29rem;
    height: 0.04rem;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(129, 184, 221, 0.49) 76%, #006EBA 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.products-title-equip_7 div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.18rem;
    width: 14.5rem;
}
.products-title-equip_7 div ul a{
    text-decoration: none;
}
.products-title-equip_5 div ul:hover li:nth-child(3){
    color: #fff;
}
.products-title-equip_7 div ul {
    /*height: 4.89rem;*/
    width: 4.73rem;
}

.products-title-equip_7 div ul:hover li:nth-child(2) {
    background: linear-gradient(316deg, #037EBD 0%, #2ECDF1 100%);
    border-radius: 0rem 0rem 0.2rem 0.2rem;
}

.products-title-equip_7 div ul:hover li:nth-child(2) p {
    color: #fff;
}

.products-title-equip_7 div ul li:nth-child(1) {
    height: 3.62rem;
    overflow: hidden;
}
.products-title-equip_7 div ul:hover li:nth-child(1) img{
    transform: scale(1.2);
}
.products-title-equip_7 div ul li:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.products-title-equip_7 div ul li:nth-child(2) {
    width: 4.73rem;
    height: 1.27rem;
    height: 2.27rem;
    background: #D0EFFF;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
}

.products-title-equip_7 div ul li:nth-child(2) p {
    width: 3rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.26rem;
    color: #555;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.products-title-equip_7 div ul li:nth-child(2) p:nth-child(1) {
    /*padding-top: 0.32rem;*/
    margin: 0;
    width: 100%;
     padding: 0.32rem 0.2rem 0; 
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px){
	.products-title-equip_5 div{
		display:grid;
		grid-template-columns:repeat(2,1fr);
		width: auto;
		padding: 0 0.2rem;
		gap: 0.2rem;
	}
	.products-title-equip_5 div ul{
		width:100%;
	}
	.products-title-equip_7 div{
		display:grid;
		grid-template-columns:repeat(2,1fr);
		width: auto;
		padding: 0 0.2rem;
		gap: 0.2rem;
	}
	.products-title-equip_7 div ul{
		width:100%;
	}
	.products-title-equip_7 div ul li:nth-child(2){
		width:100%;
	}
}