.about .banner img {
    width: 100%;
}
.partner .header {
    height: 484px;
    padding-top: 128px;
    background: linear-gradient(180deg, #070414 0%, #00234D 100%);
    text-align: center;
    color: #FFFFFF;
}

.partner .header .title1 {
    letter-spacing: 12px;
    font-size: 30px;
    line-height: 42px;
}

.partner .header .title2 {
    margin-top: 12px;
    font-weight: 800;
    font-size: 78px;
    line-height: 110px;
}

.partner .header .title3 {
    margin-top: 12px;
    letter-spacing: 12px;
    font-size: 22px;
    line-height: 30px;
}

.partner .header .button-container {
    margin-top: 36px;
    font-size: 0;
}

.partner .header .button-container a {
    display: inline-block;
    width: 152px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    margin-left: 22px;
    text-decoration: none;
    font-size: 16px;
    line-height: 42px;
    color: #FFFFFF;
}

.partner .header .button-container a:first-child {
    border-color: #2A7EFB;
    background-color: #2A7EFB;
    color: #FFFFFF;
}

.partner .section1,
.partner .section4 {
    background-color: #F5F9FF;
}

.partner .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}

.partner .search-wrapper {
    padding: 60px 0;
    border-bottom: 1px solid #D5E6FF;
}

.partner .search-inner {
    display: flex;
    width: 700px;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 0 5px 12px 1px rgba(121, 148, 193, 0.2);
}

.partner .search-inner input {
    flex: 1;
    padding-left: 22px;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

.partner .search-inner button {
    width: 122px;
    height: 56px;
    border-radius: 0 4px 4px 0;
    background-color: #2A7EFB;
    font-size: 16px;
    color: #FFFFFF;
}

.partner .section-head .title {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #333333;
}

.partner .section-head .subtitle {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
}

.partner .section-body ul {
    list-style: none;
}

.partner .section1 .section-main {
    padding-top: 0;
}

.partner .section1 .section-head {
    padding-top: 60px;
}

.partner .section1 .section-body {
    margin-top: 73px;
}

.partner .section1 .section-body ul {
    justify-content: space-between;
}

.partner .section1 .section-body li {
    position: relative;
    flex: none;
    width: 300px;
    height: 400px;
    padding-top: 40px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.partner .section1 .section-body li::before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 50.2%, .27));
    left: -27px;
    content: "";
    display: block;
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .2s ease;
}

.partner .section1 .section-body li::after {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 50.2%, .27));
    right: -27px;
    content: "";
    display: block;
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .2s ease;
}

.partner .section1 .section-body li:hover::before,
.partner .section1 .section-body li:hover::after {
    opacity: 0.15;
}

.partner .section1 .section-body img {
    margin: 0 auto;
}

.partner .section1 .section-body .title {
    margin-top: 15px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    color: #333;
}

.partner .section1 .section-body .message {
    padding: 0 45px;
    margin-top: 18px;
    text-align: center;
    font-size: 15px;
    line-height: 16px;
    color: #333;
}

.partner .section1 .section-body .message::after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    margin: 10px auto;
    background: linear-gradient(90deg, #2a7efc, #b7d0ff);
}

.partner .section1 .section-body .message2 {
    padding: 0 45px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.partner .section2 .section-main {
    width: 1200px;
    padding-bottom: 48px;
}

.partner .section2 .section-body {
    margin-top: 47px;
}

.partner .section2 .section-body ul {
    display: flex;
    justify-content: space-between;
}

.partner .section2 .section-body li {
    flex: none;
    width: 240px;
    height: 400px;
    padding: 90px 30px 0;
    background: center/100% no-repeat;
    transition: 1.5s;
}

.partner .section2 .section-body li:nth-child(1) {
    background-image: url("../img/region_section2_1.png");
}

.partner .section2 .section-body li:nth-child(2) {
    background-image: url("../img/region_section2_2.png");
}

.partner .section2 .section-body li:nth-child(3) {
    background-image: url("../img/region_section2_3.png");
}

.partner .section2 .section-body li:nth-child(4) {
    background-image: url("../img/region_section2_4.png");
}

.partner .section2 .section-body li:nth-child(5) {
    background-image: url("../img/region_section2_5.png");
}

.partner .section2 .section-body li:hover {
    background-size: 120%;
}

.partner .section2 .section-body .title {
    padding-top: 58px;
    background: left top/46px 46px no-repeat;
    text-align: center;
    font-size: 22px;
	font-weight:700;
    color: #FFFFFF;
}

.partner .section2 .section-body li:nth-child(1) .title {
    background-image: url("../img/region_section2_1-2.png");
}

.partner .section2 .section-body li:nth-child(2) .title {
    background-image: url("../img/region_section2_2-2.png");
}

.partner .section2 .section-body li:nth-child(3) .title {
    background-image: url("../img/region_section2_3-2.png");
}

.partner .section2 .section-body li:nth-child(4) .title {
    background-image: url("../img/region_section2_4-2.png");
}

.partner .section2 .section-body li:nth-child(5) .title {
    background-image: url("../img/region_section2_5-2.png");
}

.partner .section2 .section-body .message {
    font-size: 14px;
    color: #ebebeb;
    margin-top: 34px;
    text-align: left;
    line-height: 22px;
}

.partner .section3 {
    background: url("../img/region_section3_bg.jpg") left top/100% 100% no-repeat;
}

.partner .section3 .section-head .title,
.partner .section3 .section-head .subtitle {
    color: #FFFFFF;
}

.partner .section3 .section-body,
.partner .section4 .section-body,
.partner .section5 .section-body {
    margin-top: 75px;
}

.partner .section1 .section-body ul,
.partner .section5 .section-body ul {
    display: flex;
}

.partner .section3 .section-main,
.partner .section4 .section-main {
    position: relative;
    padding-bottom: 90px;
}

.partner .section3 .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 470px;
    padding: 55px 32px 25px;
    border: 1px solid #7C7C7C;
    border-radius: 8px;
    background-color: rgba(22, 32, 53, 0.5);
    text-align: center;
    color: #FFFFFF;
}

.partner .section3 .swiper-pagination,
.partner .section4 .swiper-pagination {
    bottom: 55px;
    font-size: 0;
}

.partner .section3 .swiper-pagination-bullet,
.partner .section4 .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    background-color: #FFFFFF;
    opacity: 1;
}

.partner .section3 .swiper-pagination-bullet-active,
.partner .section4 .swiper-pagination-bullet-active {
    background-color: #2A7EFB;
}

.partner .section3 .section-body img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.partner .section3 .section-body .title {
    margin-top: 41px;
    font-size: 22px;
	font-weight:700;
    line-height: 25px;
}

.partner .section3 .section-body .message {
    flex: 1;
    margin-top: 22px;
    font-size: 14px;
    line-height: 24px;
}

.partner .section3 .section-body .tel {
    font-size: 14px;
    line-height: 22px;
}

.partner .section4 .swiper-slide {
    width: 322px;
    height: 480px;
    padding: 30px 30px 0;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 22px 1px rgba(121, 148, 193, 0.06);
    color: #333333;
}

.partner .section4 .swiper-button-prev,
.partner .section4 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #C2CFE4;
}

.partner .section4 .swiper-button-prev::after,
.partner .section4 .swiper-button-next::after {
    font-size: 22px;
    color: #FFFFFF;
}

.partner .section4 .swiper-button-prev {
    left: -22px;
    transform: translateX(-100%);
}

.partner .section4 .swiper-button-next {
    right: -22px;
    transform: translateX(100%);
}

.partner .section4 .section-body .name {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
}

.partner .section4 .section-body .company {
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
}

.partner .section4 .section-body img {
    width: 260px;
    height: 150px;
    margin-top: 30px;
}

.partner .section4 .section-body .message {
    margin-top: 22px;
    font-size: 13px;
    line-height: 24px;
    color: #777777;
}

.partner .section5 .section-main {
    padding-bottom: 70px;
}

.partner .section5 .section-body ul {
    border-radius: 8px;
    box-shadow: 0 4px 22px 1px rgba(121, 148, 193, 0.15);
}

.partner .section5 .section-body li {
    position: relative;
    width: 240px;
    height: 300px;
    padding: 49px 36px 0;
    text-align: center;
}

.partner .section5 .section-body li::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    z-index: 1;
    width: 1px;
    background-color: #EEEEEE;
}

.partner .section5 .section-body li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 33px;
    height: 33px;
    border: 1px solid #CBE0FF;
    border-radius: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}

.partner .section5 .section-body li:first-child:before,
.partner .section5 .section-body li:first-child::after {
    display: none;
}

.partner .section5 .section-body li>img:first-child {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.partner .section5 .section-body li>img:last-child {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(50%, -50%);
}

.partner .section5 .section-body .title {
    margin-top: 27px;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
}

.partner .section5 .section-body .message {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.partner .section5 .section-body a {
    display: block;
    width: 152px;
    height: 44px;
    border-radius: 3px;
    margin: 40px auto 0;
    background-color: #2A7EFB;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #FFFFFF;
}

.service-layer.layui-layer {
    border-radius: 10px;
    background: #FFFFFF url("../img/service_layer_bg.png") left top/100% 74px no-repeat;
    text-align: center;
}

.service-layer button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    background: none;
    cursor: pointer;
}

.service-layer .iconfont {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.service-layer .title {
    height: 74px;
    font-weight: 600;
    font-size: 22px;
    line-height: 74px;
    color: #FFFFFF;
}

.service-layer img {
    width: 210px;
    height: 210px;
    margin: 30px auto 0;
}

.service-layer .message {
    display: inline-block;
    height: 30px;
    padding: 0 16px;
    border-radius: 15px;
    margin-top: 16px;
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
}

.service-layer .message span {
    color: #2A7EFB;
}

.partner .section6 {
    background-color: #f9f9f9;
}

.partner .section6 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.partner .section6 li {
    flex: none;
    width: 274px;
    height: 326px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.partner .section6 li:hover {
    box-shadow: 0 3px 22px rgb(42 126 252 / 6%);
}

.partner .section6 img {
    width: 274px;
    height: 153px;
    border-radius: 6px 6px 0 0;
}

.partner .section6 li>div {
    height: 173px;
    border: 1px solid #dee3f5;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    padding: 35px 25px 0;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.partner .section6 li div div:first-child {
    margin-bottom: 12px;
    color: #333;
    font-size: 24px;
	font-weight:700;
}

/* 系统报价 */
.partner .tit{ text-align: center; font-size: 32px; line-height: 40px; margin-bottom: 55px; }
.partner table{ margin-top: 50px;}
.partner table tr th{ width: 365px; height: 100px; color: #fff; background: #2e9ce2; border: 1px solid #e6e6e6; font-size: 24px; }
.partner table tr th.bt1{ width: 480px; background: #888; }
.partner table tr th.bt1 span{ display: block; font-size: 18px; font-weight: normal; margin-top: 20px; }
.partner table tr th.bt2{ background: #2e9ce2; }
.partner table tr th.bt2 span{ display: block; font-size: 18px; font-weight: normal; margin-top: 20px; }
.partner table tr th.bt3{ background: #f39800; }
.partner table tr th.bt3 span{ display: block; font-size: 18px; font-weight: normal; margin-top: 20px; }
.partner table tr th.bt4{ background: #3F51B5; }
.partner table tr th.bt4 span{ display: block; font-size: 18px; font-weight: normal; margin-top: 20px; }
.partner table tr td{ line-height: 40px; background: #fff; border: 1px solid #e6e6e6; font-size: 20px; position: relative;}
.partner table tr td.name{ background: #fafafa; font-size: 30px; text-align: center; font-weight: bold; padding: 0; }
.partner table tr td.name span{ display: block; font-size: 18px; color: #666; font-weight: normal; margin-top: 12px; }
.partner table tr td .ico{ display: inline-block; width: 26px; height: 26px; background-repeat: no-repeat; vertical-align: middle; position: absolute; right: 60px; top: 22px; }
.partner table tr td .ico1{ background-image: url("../img/partner_ico1.png"); }
.partner table tr td .ico2{ background-image: url("../img/partner_ico2.png"); }
.partner table tr td.tag_box{ padding: 35px 26px 30px 26px; }
.partner table tr td.tag_box span{ float: left; width: 99px; height: 33px; line-height: 33px; text-align: center; background: #2e9ce2; color: #fff; font-size: 14px; border-radius: 4px; margin: 0 10px 20px 10px; }
.partner table tr td.baojia{ padding-top: 40px; padding-bottom: 40px; }
.partner table tr td.baojia .jiage{ font-size: 38px; color: #ff1010;}
.partner table tr td.baojia .jiage i{ font-size: 22px; font-style:normal}
.partner table tr td .shenji{font-size: 22px;color: #888;display: flex;align-items: center;justify-content: center;}
.partner table tr td .shenji .jiage2{ font-size: 30px; color: #00BCD4;margin-right: 5px;}
.partner table tr td .shenji .jiage2 i{ font-size: 20px; font-style:normal}
.partner table tr td .price{ font-size: 30px; color: #ff1010; }
.partner table tr td .price_btn{ display: inline-block; width: 120px; height: 40px; line-height: 40px; text-align: center; background: #ee350a; border-radius: 4px; font-size: 18px; color: #fff; }
.partner table tr td.zixun_btn{ text-align: center; padding: 116px 0 88px; }
.partner table tr td.zixun_btn a{ display: inline-block; width: 160px; height: 50px; background: url("../img/priceBox_zixun_btn.png") no-repeat; vertical-align: middle; }
/* 系统报价end */