/*产品解决方案CSS*/

.box-menu-list{
    display: none;
    width: 630px;
    height: 490px;
    position: absolute;
    z-index: 999;
    top: 40px;
    left: 0;
}
.box-menu-list-list{
    display: flex;
    margin-top: 10px;
    width: 620px;
    height: 490px;
    background: #fff;
    border: 1px solid #D7E3F1;
    padding-top: 10px;
}
.more-cp-list{
    width: 200px;
    height: 490px;
    padding-left: 10px;
    color: #97a4b0;
    letter-spacing: 1px;
}
.more-cp-list a{
    display: block;
    width: 200px;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    padding-left: 55px;
    text-align: left;
    border-radius: 8px;
    border-color: #f1f1f1;
}
.a-1{
    background: url("../images/15_1.png") no-repeat 20px center;
}
.a-2{
    background: url("../images/15_2.png") no-repeat 20px center;
}
.a-3{
    background: url("../images/15_3.png") no-repeat 20px center;
}
.a-4{
    background: url("../images/15_4.png") no-repeat 20px center;
}
.a-5{
    background: url("../images/15_5.png") no-repeat 20px center;
}
.a-6{
    background: url("../images/15_6.png") no-repeat 20px center;
}
.a-7{
    background: url("../images/15_7.png") no-repeat 20px center;
}
.a-8{
    background: url("../images/15_8.png") no-repeat 20px center;
}
.a-9{
    background: url("../images/15_9.png") no-repeat 20px center;
}
.a-10{
    background: url("../images/15_10.png") no-repeat 20px center;
}
.a-11{
    background: url("../images/15_11.png") no-repeat 20px center;
}
.a-12{
    background: url("../images/15_12.png") no-repeat 20px center;
}
.a-13{
    background: url("../images/15_13.png") no-repeat 20px center;
}
.a-14{
    background: url("../images/15_14.png") no-repeat 20px center;
}
.a-15{
    background: url("../images/15_15.png") no-repeat 20px center;
}
.more-cp-list a:hover{
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.1);
    border: 1px solid #f1f1f1;
}
.product-solutions-menu{
    width: 100%;
    background-color: #F7F9FB;
    border-bottom: 1px solid #D7E3F1;
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.20);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.20);
    box-shadow:0 0 4px rgba(0,0,0,0.20);
}
.ps-menu-container{
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
}
.ps-menu-banner{
    display: flex;
    flex-direction:row;
    margin-bottom: 20px;
    position: relative;
}
.ps-more{
    width: 140px;
    height: 40px;
    color: #333 !important;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #D7E3F1;
    background: #fff url("../psimg/1.png") no-repeat 10px center;
    padding-left: 20px;
    cursor: pointer;
}
.ps-title{
    width: 920px;
    height: 40px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    line-height: 40px;
    color: #2D2D2D;
}
.ps-plan{
    display: block;
    width: 140px;
    height: 40px;
    background-color: #074C9F;
    color: #fff !important;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
}
.ps-menu-list{
    text-align: center;
    display: flex;
    justify-content:space-around;
}
.ps-menu-list a{
    padding: 0 20px;
    letter-spacing: 1px;
}
.ps-menu-list a:hover{
    color:#074C9F;
}
.ps-active{
    color: #074C9F;
}
.ps-active::before{
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #074C9F;
    bottom: -43px;
}
.ps-title-banner{
    width: 100%;
    height: 120px;
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    padding: 30px 0;
    line-height: 60px;
    border-bottom: 1px solid #D7E3F1;
}
.ps-container{
    width: 1200px;
    margin: 0 auto;
}
.product-fixed{
    position: fixed;
    top: 0;
}
.ps-menu-container-szy{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
}
.ps-menu-list-szy{
    text-align: center;
    display: flex;
    justify-content:space-around;
}
.ps-menu-list-szy a{
    line-height: 40px;
}
.ps-active-szy{
    color: #074C9F;
    line-height: 40px;
}
.ps-active-szy::before{
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #074C9F;
    bottom: -55px;
}
.ps-menu-bt{
    width: 156px;
    padding: 0 25px;
    height: 40px;
    color: #074C9F;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #D7E3F1;
    -webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.10);
    -moz-box-shadow:2px 2px 4px rgba(0,0,0,0.10);
    box-shadow:2px 2px 4px rgba(0,0,0,0.10);
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
}