/*banner部分*/
.home-banner {
    background: url('../images/service/banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

/*// 模块二*/
.plate2 {
    margin: 0 auto;
    width: 1280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    padding: 50px 60px;
}

.plate2Tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 206px;
}

.plate2TabsTitle {
    margin-bottom: 23px;
    font-size: 32px;
    color: #707070;
    line-height: 53px;
}

.plate2TabsTitleActive {
    color: #121212;
    font-weight: 700;
}

.plate2TabsLine {
    display: block;
    width: 206px;
    height: 6px;
    background: transparent;
}

.plate2TabsLineActive {
    background: #F6BB07;
}

.plate2ContentData {
    font-size: 20px;
    color: #707070;
    margin-bottom: 25px;
}

.plate2ContentData-title {
    color: #121213;
    font-weight: bold;
    margin-bottom: 2px;
}

.plate2Content-image {
    width: 540px;
    height: 340px;
}

.plate2Btn {
    width: 210px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #ffcc0c, #f6bb07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 25px;
    font-size: 22px;
    color: #121213;
}

/*// 板块三*/
.plate3 {
    margin: 0 auto;
    width: 1280px;
    display: flex;
}

.plate3Item {
    width: 305px;
    margin-right: 20px;
}

.plate3ItemTop {
    height: 100px;
    border-radius: 20px 20px 0px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.plate3ItemTop1 {
    background: linear-gradient(135deg, #FF884C, #FA7841);
    box-shadow: 0px 12px 12px 0px rgba(251, 105, 41, 0.24);
}

.plate3ItemTop2 {
    background: linear-gradient(135deg, #906BFB, #7B6FF0);
    box-shadow: 0px 12px 12px 0px rgba(123, 111, 240, 0.24);
}

.plate3ItemTop3 {
    background: linear-gradient(135deg, #7BDAF9, #5FB3F4);
    box-shadow: 0px 12px 12px 0px rgba(95, 179, 244, 0.24);
}

.plate3ItemTop4 {
    background: linear-gradient(135deg, #3EDAAE, #24C97D);
    box-shadow: 0px 12px 12px 0px rgba(36, 201, 125, 0.24);
}

.plate3Bottom {
    height: 318px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 0px 0px 20px 20px;
    padding: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.plate3Item:last-child {
    margin-right: 0;
}

/*模块4*/
.marketing-image {
    width: 1280px;
    height: 734px;
    display: block;
    margin: 0 auto;
}

/*// 板块五*/
.plate5 {
    margin: 0 auto;
    width: 1280px;
    display: flex;

}

.plate5Right {
    width: 350px;
    height: 731px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-left: 57px;
    padding: 154px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plate5Right-title {
    font-size: 24px;
    color: #121213;
    margin: 0 0 16px;
    font-weight: bold;
}

.plate5Right-title-2 {
    font-size: 24px;
    color: #121213;
    margin: 26px 0 16px;
    font-weight: bold;
}

.plate5Right-span-1 {
    font-size: 24px;
    color: #333333;
    margin-right: 26px;
}

.plate5RightItem {
    width: 290px;
    text-align: center;
    height: 88px;
    border-radius: 44px;
    line-height: 88px;
    font-size: 20px;
    font-weight: bold;
}

.plate5RightItem1 {
    background: rgba(255, 121, 30, .1);
    color: #FF791E;
}

.plate5RightItem2 {
    background: rgba(43, 207, 136, .1);
    color: #2BCF88;
}

.plate5RightItem3 {
    background: rgba(74, 126, 230, .1);
    color: #4A7EE6;
}

.plate5RightItem4 {
    background: rgba(74, 126, 230, .1);
    color: #4A7EE6;
    margin: 13px 0 20px;
}

.plate5Left {
    flex: 1;
    padding-right: 138px;

}

.plate5Title {
    font-size: 32px;
    display: block;
    font-weight: bold;
    color: #121213;
    margin-bottom: 42px;
}

.plate5-image-1 {
    width: 346px;
    height: 261px;
}

.plate5-image-2 {
    width: 389px;
    height: 731px;
}

.plate5-image-3 {
    height: 82px;
    position: absolute;
    top: 37px;
    left: 43px;
    right: 45px;
}

.plate5Tip {
    display: block;
    font-size: 24px;
    color: #121213;
    margin: 100px 0 20px;
}

.plate5-gallery {
    position: relative;
}

.plate5-gallery-group {
    background: #fff;
    height: 22px;
    position: absolute;
    bottom: 75px;
    left: 45px;
    right: 45px;
    padding: 0 40px;
}

.plate5ItemBox {
    width: 380px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
}

.plate5Item {
    text-align: center;
    line-height: 50px;
    width: 181px;
    height: 50px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #121213;
}

.plate5ItemActive {
    border: none;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 25px;
}

.plate5CustomHover {
    border: 4px solid #F6BB07;
}

.plate5CustomHover1 {
    border: 4px solid #F8CF51;
}

.plate5Custom {
    width: 54px;
    height: 54px;
    margin-right: 25px;
    background: #D8DEF7;
    border-radius: 6px;
}

.plate5Custom.color1 {
    background-color: #D8DEF7;
}

.plate5Custom.color2 {
    background-color: #FA7A2F;
}

.plate5Custom.color4 {
    background-color: #00B6F8;
}

.plate5Custom.color5 {
    background-color: #F6BB07;
}

.plate5Custom.color6 {
    background-color: #77CB5C;
}

.plate5Custom.color7 {
    background-color: #FA7A2F;
}

.plate5Custom.color8 {
    background-color: #D33A3C;
}

.home-plate2-btn1 {
    width: 310px;
}

.plate5CustomBtm {
    background: #F7F9FC;
    border-radius: 6px;
    margin-right: 18px;
}

.plate5CustomBtm:last-child {
    margin-right: 0px;
}

.plate5CustomBtmActive {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, 0.1);
}

/*// 板块六*/
.plate6 {
    margin: 0 auto;
    width: 1280px !important;
    display: flex !important;
    justify-content: space-between;
}

.plate6Item:hover img {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(246, 187, 7, 0.3);
    border-radius: 20px;
}

.plate6Item:hover span {
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
}

.plate6Item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plate6Item span {
    width: 181px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 25px;
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #121213;
}

.plate6-image {
    width: 305px;
    height: 584px;
}

.plate7 {
    width: 188px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #4A7EE6;
    margin-bottom: 20px;
}

.plate7.color1 {
    background-color: #E9EFFB;
    color: #4A7EE6;
}

.plate7.color2 {
    background-color: #FAF5E4;
    color: #F6BB07;
}

.plate7.color3 {
    background-color: #FBEFE6;
    color: #FF791E;
}

.plate7.color4 {
    background-color: #E6F7F1;
    color: #2BCF88;
}

.plate7.color6 {
    background-color: #FAF5E4;
    color: #F6BB07;
}

.plate7-image {
    width: 500px;
    height: 400px;
    margin: 0 20px;
}

.advantages-box {
    width: 1440px;
    margin: 0 auto;
}

.plate7-item-p1 {
    margin-right: 16px;
    margin-bottom: 0;
    color: #707070;
    font-size: 16px;
}

.plate7-item-p2 {
    margin-right: 20px;
    margin-bottom: 55px;
    color: #707070;
    font-size: 16px;
}

.plate7-item-p3 {
    margin-right: 20px;
    margin-bottom: 0;
    color: #707070;
    font-size: 16px;
}