
/**第一部分**/
.product-aq-gn-model1 .model1 ul {
    display: flex;
    justify-content: space-between;
    margin: 53px 0 0 0;
}
.product-aq-gn-model1 .model1 ul li {
    text-align: center;
    width: 270px;
    height: 354px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding-bottom: 10px;
}
.product-aq-gn-model1 .model1 ul li .item-titles {
    width: 270px;
    height: 60px;
    background: #E5EFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
}
.product-aq-gn-model1 .model1 ul li .img {
    height: 152px;
    margin-bottom: 10px;
}
.product-aq-gn-model1 .model1 ul li:hover .item-titles {
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    width: 270px;
    height: 60px;
    background: linear-gradient(0deg, rgba(85,161,255,0.98), rgba(1,115,255,0.98), rgba(1,115,255,0.98), rgba(190,219,255,0.98));
    box-shadow: 0px 6px 10px 0px rgba(1,115,255,0.27);
    border-radius: 6px;
   
    cursor: pointer;
}
.product-aq-gn-model1 .model1 ul li:hover {
    border: 1px solid #1F59FE;
    cursor: pointer;
}
.product-aq-gn-model1 .model1 ul li:hover .items-p {
    color: #1F59FE;
}
.product-aq-gn-model1 .model1 ul li .items-p {
    height: 95px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    padding: 0px 17px;
    margin-top: 20px;
}
/* 选中状态的样式 */
.product-aq-gn-model1 .model1 ul li.activeed {
    border: 1px solid #005BFF;       /* 蓝色边框 */
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);  /* 蓝色阴影 */
    border-radius: 4px;              /* 可选：圆角 */
    transition: all 0.3s ease;       /* 平滑过渡效果 */
}

/* item-titles（标题）选中样式 */
.product-aq-gn-model1 .model1 ul li.activeed .item-titles {
    background: linear-gradient(0deg, rgba(85,161,255,0.98), rgba(1,115,255,0.98), rgba(1,115,255,0.98), rgba(190,219,255,0.98));      /* 蓝色背景 */
    color: white;                    /* 白色文字 */
    border-radius: 6px;      /* 顶部圆角 */
}

/* items-p（描述文字）选中样式 */
.product-aq-gn-model1 .model1 ul li.activeed .items-p {
    color: #005BFF;               /* 蓝色文字 */
    font-weight: 500;                /* 可选：加粗 */
}


.product-aq-gn-model1 .model1 ul li.activeed {
    /* 添加选中状态的样式，例如背景色变化 */
    background-color: #f5f5f5;
    border-bottom: 2px solid #005BFF;
}
/**号码认证**/
.product-aq-number {
    margin-top: 40px;
    padding-bottom: 40px;
    background: #F4F6FC;
}
/**产品功能**/
/* .product-zn-conversation-model2{
    height: 937px;
} */
.product-aq-number .model2-ul ul li{
    width: 580px;
    height: 184px;
    display: inline-block;
    background: #F5F5F5;
    margin-top: 0px;
    border: 1px solid #CCCCCC;
}
.product-aq-number .model2-ul ul li:hover {
    box-shadow: -2px 0px 27px 0px rgba(4,0,0,0.16);
    background: #FFFFFF;
    cursor: pointer;
}
.product-aq-number .model2-ul ul{
   display: flex;
   justify-content: space-between;
}
.product-aq-number .model2-ul ul li:nth-child(odd) .div {
    float: left;
    border-radius: 20px 5px 20px 5px;
}
.product-aq-number .model2-ul ul li:nth-child(even) .div {
    float: right;
    border-radius: 5px 20px 5px 20px;
}
.product-aq-number .model2-ul ul .item-con {
    height: 72px;
}
.product-aq-number .model2-ul ul .item-p {
    width: 485px;
    height: 41px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-left: 20px;
}
.product-aq-number .model2-ul ul .item-con .div {
    width: 269px;
    height: 49px;
    line-height: 49px;
    background: #2573FB;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
    text-align: center;
 }

.product-aq-number .model2-ul {
    position: relative;
}
.middleicon{
    position: absolute;
    top: 153px;
    left: 504px;
}
.middleicon .icon{
    position: absolute;
    top: -67px;
    left: -39px;
}
.product-aq-number .shiyong {
    margin-top: 30px;
}
.product-aq-number .shiyong ul li div {
    text-align: center;
}
.product-aq-number .shiyong ul li div img {
    margin-top: 62px;
}
.product-aq-number .shiyong ul li div .p1 {
    height: 75px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 91px;
    text-align: center;
}
.product-aq-number .shiyong ul li div .p2 {
    height: 55px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
}

.product-aq-number .shiyong .ul {
    display: flex;
    justify-content: space-between;
}
.product-aq-number .shiyong ul li:first-child {
    background: url(../images/20250430/product/fw/r1.png) no-repeat;
    width: 415px;
    height: 546px;
    background-position: center;
    padding: 20px 30px 0 30px;
    transition: transform 0.5s ease;
}
.product-aq-number .shiyong ul li:nth-child(2) {
    background: url(../images/20250430/product/fw/r2.png) no-repeat;
    width: 415px;
    height: 476px;
    background-position: center;
    padding: 20px 30px 0 30px;
    transition: transform 0.5s ease;
}
.product-aq-number .shiyong ul li:hover {
    transform: scale(1.1);
}
.product-aq-number .shiyong ul li:last-child {
    background: url(../images/20250430/product/fw/r3.png) no-repeat;
    width: 415px;
    height: 546px;
    background-position: center;
    padding: 20px 30px 0 30px;
    transition: transform 0.5s ease;
}
.product-aq-number .shiyong ul li .number {
    /* width: 30px; */
    height: 31px;
    font-family: Oswald;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFD;
    line-height: 17px;
}

.product-aq-number .shouji {
    text-align: center;
    margin-top: 60px;
    position: relative;
}
.product-aq-number .shouji p {
    width: 314px;
    height: 106px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
}
.product-aq-number .shouji p:hover {
   cursor: pointer;
   color: #005BFF;
}
.product-aq-number .shouji .p1 {
    position: absolute;
    left: 0px;
    top: 31px;
}
.product-aq-number .shouji .p2 {
    position: absolute;
    right: 7px;
    top: 31px;
}
.product-aq-number .shouji .p3 {
    position: absolute;
    right: 7px;
    top: 318px;
}
.product-aq-number .shouji .p4 {
    position: absolute;
    left: 0px;
    top: 318px;
}
.product-aq-number .ul3 {
    display: flex;
    justify-content: space-between;
}
.product-aq-number .ul3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 580px;
    height: 164px;
    background: #FFFFFF;
    border-radius: 5px 20px 5px 20px;
    border: 1px solid #CCCCCC;
}
.product-aq-number .ul3 li .title {
    font-size: 18px;
    color: #333333;
    line-height: 17px;
    height: 20px;
}
.product-aq-number .ul3 li .content {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
}
.product-aq-number .ul3 li:hover {
    box-shadow: -2px 0px 49px 0px rgba(4,0,0,0.26);
    border-radius: 5px 20px 5px 20px;
    border: 1px solid #005BFF;
    cursor: pointer;
}
.product-aq-number .ul3 li:hover .title {
    color: #005BFF;
}






/**安全通话**/
.product-aq-anquan {
    margin-top: 40px;
    padding-bottom: 40px;
    background: #F4F6FC;
}
.product-aq-anquan .firstdiv {
    height: 712px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    margin-top: 30px;
    margin-bottom: 40px;
}
.product-aq-anquan .shiyong {
    margin-top: 124px;
}

.product-aq-anquan .shiyong ul li  img {
    margin-top: -51px;
    margin-bottom: 20px;
    transition: transform 1s;
}

.product-aq-anquan .shiyong .ul {
    display: flex;
    justify-content: space-between;
}
.product-aq-anquan .shiyong .ul li {
    width: 300px;
    height: 142px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #1F59FE;
    text-align: center;
}
.product-aq-anquan .shiyong .ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    background-color: #005BFF;
}
.product-aq-anquan .shiyong .ul li:hover img {
    transform: rotateY(180deg); /* 向右旋转 */
}
.product-aq-anquan .shiyong .ul li:hover .content {
    color: #ffffff;
}
.product-aq-anquan .shiyong .ul li .content {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding: 0 20px;
}


.product-aq-anquan .shouji {
    text-align: center;
    margin-top: 134px;
    width: 1198px;
    height: 607px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    padding: 40px 0;
}
.product-aq-anquan .sky {
    width: 600px;
    height: 48px;
    background: linear-gradient(0deg, rgba(85,161,255,0.98), rgba(1,115,255,0.98));
    box-shadow: 0px 6px 12px 0px rgba(1,115,255,0.27);
    border-radius: 5px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    /* margin-top: 40px; */
    margin: 40px auto;

}
.product-aq-anquan .shiyong {
   margin-top: 100px;
}



/**sip对接**/
/* .product-aq-ping .ptitle{
    height: 14px;
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #999999;
    line-height: 21px;
    text-align: center;
    margin-top: 40px;
}
.product-aq-ping .sip div .display-flex div:nth-child(1){
    position: relative;
}
.product-aq-ping .sip div .display-flex div:nth-child(1) p{
    height: 22px;
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    position: absolute;
    top: 109px;
    left: 43px;
}
.product-aq-ping .sip div .display-flex div:nth-child(3){
    position: relative;
    top: -10px;
}
.product-aq-ping .sip div .display-flex div:nth-child(3) p{
    height: 30px;
    font-size: 48px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    position: absolute;
    top: 109px;
    left: 50px;
}
.product-aq-ping .sip div .display-flex div:nth-child(5){
    position: relative;
}
.product-aq-ping .sip div .display-flex div:nth-child(5) p{
    height: 22px;
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    position: absolute;
    top: 109px;
    left: 44px;
}
.product-aq-ping .sip .cj .display-flex {
    display: flex;
    justify-content: space-between;
}
.product-aq-ping .sip .cj p:nth-child(1) span:nth-child(1){
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 16px solid #D42020;;
    border-bottom: 10px solid transparent;
    position: relative;
    top: 3px;
}
.product-aq-ping .sip .cj p:nth-child(1) span:nth-child(2){
    display: inline-block;
    height: 27px;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: #666666;
    line-height: 27px;
    margin: 0 11px;
}
.product-aq-ping .sip .cj p:nth-child(1) span:nth-child(2) a{
    font-weight: 600;
}
.product-aq-ping .sip .cj p:nth-child(1) span:nth-child(3){
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 16px solid #D42020;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: relative;
    top: 3px;
}
.product-aq-ping .sip .cj p:nth-child(1){
    margin-bottom: 23px;
}
.product-aq-ping .sip .cj p:nth-child(2){
    height: 24px;
    font-size: 24px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-bottom: 32px;
}
.product-aq-ping .sip .cj p:nth-child(3){
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: #666666;
    line-height: 24px;
    margin-bottom: 13px;
}
.product-aq-ping .sip .cj p:nth-child(4){
    height: 23px;
    font-size: 12px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #858585;
    line-height: 23px;
    margin-bottom: 34px;
}
.product-aq-ping .sip .text-center .text-align-center{
    position: relative;
    top: -52px;
} */
/**API接口类型**/
.apijiekou ul li .div{
    width: 378px;
    height: 257px;
    background: linear-gradient(90deg, #D5DEFC 0%, #FFFFFF 100%);
    border-radius: 20px;
    cursor: pointer;
}
.apijiekou ul{
    justify-content: space-between;
    display: flex;
    margin-bottom: 45px;
}
.apijiekou ul li div{
    padding: 20px 6px;
}

.apijiekou ul li .div:nth-child(1) div:nth-child(1) .title{
    height: 35px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 40px;
    text-align: center;
}
.apijiekou ul li .div div .img{
    text-align: center;
}

.apijiekou ul li .div:nth-child(1) div:nth-child(1) .content{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    padding: 0 20px;
}
.apijiekou ul li .div:nth-child(2) {
    background: hsla(219, 100%, 50%, 1);
    opacity: 0.7;
    color:#ffffff;
}
.apijiekou ul li .div:nth-child(2) div:nth-child(1) .title{
    height: 35px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.apijiekou ul li .div:nth-child(2) div:nth-child(1) .content{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    padding: 0 20px;
}
.apijiekou{
    position:relative;
}
.apijiekou2 p{
    height: 53px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 53px;
    text-align: center;
}


.product-aq-ping {
    margin-top: 40px;
    padding-bottom: 40px;
    background: #F4F6FC;
}
.product-aq-ping .ul2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.product-aq-ping .ul2 li {
    width: 378px;
    height: 507px;
    background: #D5DEFC;
    border-radius: 20px;
    text-align: center;
}
.product-aq-ping .ul2 li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
}
.product-aq-ping .ul2 li .img {
    margin-top: 40px;
}
.product-aq-ping .ul2 li .content {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 0 20px;
    text-align: left;
}
.product-aq-ping .ul2 li .san {
    margin: 20px 0;
}
.product-aq-ping .ul2 li .model4-p {
    width: 378px;
    height: 72px;
    background: linear-gradient(0deg, #4467EC 0%, #7992EF 99%);
    font-size: 30px;
    line-height: 72px;
    color: #FFFFFF;
}
.product-aq-ping .shiyong {
    margin-top: 30px;
}
.product-aq-ping .shiyong ul li div {
    text-align: center;
}
.product-aq-ping .shiyong ul li div img {
    margin-top: 62px;
}
.product-aq-ping .shiyong ul li div .p1 {
    height: 75px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 91px;
    text-align: center;
}
.product-aq-ping .shiyong ul li div .p2 {
    height: 55px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
}

.product-aq-ping .shiyong .ul {
    display: flex;
    justify-content: space-between;
}
.product-aq-ping .shiyong ul li:first-child {
    background: url(../images/20250430/product/fw/yy1.png) no-repeat;
    width: 384px;
    height: 521px;
    background-position: center;
    padding: 20px 30px 0 30px;
}
.product-aq-ping .shiyong ul li:nth-child(2) {
    background: url(../images/20250430/product/fw/yy2.png) no-repeat;
    width: 381px;
    height: 475px;
    background-position: center;
    padding: 20px 30px 0 30px;
}
.product-aq-ping .shiyong ul li:last-child {
    background: url(../images/20250430/product/fw/yy3.png) no-repeat;
    width: 384px;
    height: 521px;
    background-position: center;
    padding: 20px 30px 0 30px;
}
.product-aq-ping .shiyong ul li .number {
    /* width: 30px; */
    height: 31px;
    font-family: Oswald;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFD;
    line-height: 17px;
}

.product-aq-ping .shouji {
    text-align: center;
    margin-top: 60px;
}
.product-aq-ping .shouji ul {
    display: flex;
    justify-content: space-around;
}


.product-aq-ping .youshi {
    position: relative;
    box-shadow: -2px 0px 20px 0px rgba(4,0,0,0.25);
}
.product-aq-ping .youshi .p1 {
    position: absolute;
    top: 100px;
    left: 19px;
}
.product-aq-ping .youshi .p2 {
    position: absolute;
    top: 330px;
    left: 19px;
}
.product-aq-ping .youshi .p3 {
    position: absolute;
    top: 519px;
    left: 523px;
}
.product-aq-ping .youshi .p4 {
    position: absolute;
    top: 330px;
    right: -14px;
}
.product-aq-ping .youshi .p5 {
    position: absolute;
    top: 100px;
    right: -14px;
}
.product-aq-ping .youshi div .title {
    /* width: 65px; */
    height: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 17px;
}
.product-aq-ping .youshi div .content {
    /* width: 137px; */
    height: 38px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

/**语音通知**/
.product-fw-voice-model4 {
    margin-top: 40px;
    padding-bottom: 40px;
    background: #F4F6FC;
}
.product-fw-voice-model4 .shiyong {
    margin-top: 30px;
}

.product-fw-voice-model4 .shiyong ul li  img {
    margin-top: 20px;
}

.product-fw-voice-model4 .shiyong .ul {
    display: flex;
    justify-content: space-between;
}
.product-fw-voice-model4 .shiyong .ul li {
    width: 285px;
    height: 303px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    text-align: center;
}
.product-fw-voice-model4 .shiyong .ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
}
.product-fw-voice-model4 .shiyong .ul li .content {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}


.product-fw-voice-model4 .shouji {
    text-align: center;
    margin-top: 134px;
    position: relative;
}
.product-fw-voice-model4 .sky {
    position: absolute;
    top: -114px;
    right: 0;
    background: url(../images/20250430/product/fw/yuyin.png) no-repeat;
    width: 485px;
    height: 250px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    padding: 64px 35px 0 32px;

}
.product-fw-voice-model4 .ul2 {
   display: flex;
   justify-content: space-between;
}
.product-fw-voice-model4 .ul2 li {
    background: url(../images/20250430/product/fw/cjk.png) no-repeat;
    width: 218px;
    height: 259px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}


/**短信服务**/
.product-fw-duan-model4 {
    margin-top: 40px;
    padding-bottom: 40px;
    background: #F4F6FC;
}
.product-fw-duan-model4 .shiyong {
    margin-top: 30px;
}

.product-fw-duan-model4 .shiyong ul li img {
    margin-top: 10px;
}

.product-fw-duan-model4 .shiyong .ul {
    display: flex;
    justify-content: space-between;
}
.product-fw-duan-model4 .shiyong .ul li {
    width: 285px;
    height: 313px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    text-align: center;
}
.product-fw-duan-model4 .shiyong .ul li:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    cursor: pointer;
}
.product-fw-duan-model4 .shiyong .ul li .content {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.product-fw-duan-model4 .shiyong .ul li .title {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.product-fw-duan-model4 .model3 {
    display: flex;
    justify-content: space-around;
    margin: 45px 0;
}
.product-fw-duan-model4 .model3 .model3-left {
    width: 663px;
    height: 479px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    display: grid;
    place-items: center; /* 水平和垂直居中 */
}
.product-fw-duan-model4 .model3 .model3-left img {
    margin: 0 auto;
    vertical-align: middle;
}
.product-fw-duan-model4 .model3:hover .model3-right {
    background-color: #176de6;
}
.product-fw-duan-model4 .model3:hover .model3-right ul li {
    color: #ffffff;
}
.product-fw-duan-model4 .model3 .model3-right {
    width: 537px;
    height: 399px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-fw-duan-model4 .model3 .model3-right ul .title {
    /* height: 48px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    padding-left: 20px;
}
.product-fw-duan-model4 .model3 .model3-right ul .content {
    width: 440px;
    /* height: 41px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-left: 20px;
}

