
.banner1 {
    height: auto;
    display: flex;

}

.banner2 {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #ffdd56;
}

.banner3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #ffdd56;
}

.c {
    background: #FFFFFF;
    border-radius: 16px;
}

.bg {
    background-color: #f6f6f6;
}

.bg-white1 {
    height: 411px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.bg-white2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bg-white3 {
    height: 338px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;

}

.content_1 {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 20px;
    top: -70px;
    position: absolute;
    justify-content: space-around;
    width: 1160px;
}

.content-3 {
    text-align: center;
    width: 1208px;
    flex-shrink: 0;
    height: 80px;
    border-radius: 20px;
}

.item-1 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.icon2 {
    top: 20px;
    position: absolute;
}

.item-2-1-1 {
    padding: 30px 30px 10px 30px;
    display: flex;
    width: 383px;
}

.item-2-1-2 {
    padding: 0 26px 42px 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.item-3-2-text {
    margin-bottom: 5px;
}

red {
    color: #FF4200;
}

.row.item-2 {
    margin: 82px auto 40px;
}

.item-2-1 {
    display: flex;
    background: #FFFFFF;
    border-radius: 16px;
    flex-direction: column;
    width: 390px;
    height: 250px;
}

.row.item-2 span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4644FF;
}

.item-4 {
    width: 190px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.item-3-1 {
    width: 383px;
    height: 374px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 15px;
    padding: 30px 30px 20px 30px;
}

/*tab样式*/
ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: 0
}

p {
    color: #686868
}

.w1440 {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden
}

.divhidden {
    display: none
}

.customer {
    margin-top: 30px;
    margin-bottom: 79px;
    width: 1200px;
    overflow: hidden;
}

.customer_t h2 {
    height: 66px;
    line-height: 66px;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
}

.customer_t p {
    font-size: 18px
}

.customer_top {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 40px;
}

.customer_top a.two_sel {
    color: #fff;
    background-color: #f67524
}

.customer_top a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 38px;
    margin-left: 5px;
    margin-right: 5px;
    width: 140px;
    border-radius: 20px
}

.customer_list ul li {
    float: left;
    width: calc(20% - 1px);
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative
}

.customer_list ul li img {
    display: block;
    width: 100%
}

.customer_list ul li:first-child {
    width: 40%;
    border-left: 0;
    border-top: 0
}

.customer_list .customer-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    width: 50px;
    height: 50px;
    text-indent: 60px;
    overflow: hidden;
    transition: all .3s ease-out 0s;
    cursor: pointer
}

.solution_ul2 {
    overflow: hidden;
    padding-top: 60px
}

.solution_ul2 ul li {
    float: left;
    width: 49%;
    height: 188px;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    z-index: 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 2%
}

.solution_ul2 ul li:nth-child(2n+0) {
    float: right
}

.solution_ul2 ul li:nth-child(3) {
    margin-bottom: 0
}

.solution_ul2 ul li:nth-child(4) {
    margin-bottom: 0
}

.solution_ul2 ul li .bg {
    width: calc(100% - 239px);
    width: -webkit-calc(100% - 239px);
    width: -moz-calc(100% - 239px);
    height: 188px;
    background: #f67524;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    transition: all .3s linear
}

.solution_ul2 ul li:hover .bg {
    left: 239px
}

.solution_ul2 ul li:hover p {
    color: #fff
}

.solution_ul2 ul li:hover p strong {
    color: #fff
}

.solution_ul2 ul li img {
    width: 238px;
    height: 188px;
    transition: all .4s linear;
    float: left;
    border-right: 1px solid #dfdfdf
}

.solution_ul2 ul li p {
    color: #666;
    line-height: 24px;
    height: 140px;
    overflow: hidden;
    padding: 20px 6% 0;
    position: relative;
    z-index: 2;
    font-size: 14px
}

.solution_ul2 ul li p strong {
    color: #000;
    font-size: 20px;
    line-height: 48px;
    font-weight: 400
}

.anim-2 {
    transform: translateY(100px) translateX(0);
    transition: transform 1s, opacity 1s
}

.anim-show {
    transform: translateY(0) translateX(0);
    opacity: 1
}

/*tab样式结束*/

.item-4-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.item-1-1 {
    padding: 40px 100px 40px;
}

.item-1-2 {
    padding: 40px 100px 40px;
}

.item-1-3 {
    padding: 40px 90px 40px ;
}

.content1-1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF4200;
    white-space: nowrap;
}

.content1-2 {
    padding-top: 29px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.item-1-4 {
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    margin-top: 15px;
    display: flex;
    background: url("/yii/web/img/superDelivery/item-1-4.png") no-repeat;
    height: 240px;
    width: 575px;
    border-radius: 10px;

}

.item-1-5 {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    display: flex;
    background: url("/yii/web/img/superDelivery/item-1-5.png") no-repeat;border-radius: 10px;
    height: 240px;
    width: 575px;
}

.item1-4-1 {
    display: flex;
    padding: 20px;
}

.item1-4-1 span {
    margin-left: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.item1-4-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.item1-4-3 {
    margin: 30px;
    height: 40px;
    width: 360px;
}

.item1-5-3 {
    margin: 30px;
    height: 40px;
    width: 360px;
}

.item-2-1-1 img {
    margin-left: 5px;
}

.item-2-1-3 {
    border-color: rgb(255 255 255);
    border-radius: 1000px;
    padding: 5px 18px;
    background-color: rgb(118, 87, 254);
    background-image: none !important;
    margin-top: 12px;
    color: white;

}

.item-3-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF4200;
    line-height: 24px;
    padding-top: 30px;
}

.item-3-1-1 {
    display: flex;
    flex-direction: column;
}

.item-3-1-text {
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.item-3-tips {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-left: 1px;
    align-items: center;
}

.item-5 {
    width: 1190px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 20px;
    padding: 20px 85px 10px;
}

.icon1 {
    padding-top: 110px;
}

.pt {
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 13px;
    color: #ffffff;
}

.pt .cont {
    background-color: #2a2a2b !important;
    border-radius: 10px !important;

}

.pt-up .in {
    border-color: #d8161600 #f8940600 #2d2d2d !important;
    border-width: 0 6px 7px;
}

.pt.pt-up {
    border-radius: 10px !important;
}

li {
    list-style: none;
}

.tip {
    width: 120px;
    height: 350px;
    position: fixed;
    right: 5px;
    bottom: 40%;
    background: #ffffff;
    display: none;
    border-radius: 10px;
}

.tip > ul {
    width: 120px;
    height: 50px;
}

.tip > ol {
    width: 120px;
    height: 350px;

}

.tip li {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #0c0c0c;
}

.tip li:hover {
    background: #989898;
    color: white;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    top: 87% !important;
}

.item-6 {
    display: flex;
    justify-content: center;
    align-content: center;
}