.service-box {
    background: url("/image/web/bg1.png") no-repeat;
    background-size: 100%;
    height: 800px;
}

.service.swiper {
    margin-top: 80px;
    height: 450px;
}

.service .swiper-slide {
    width: 400px;
    height: 400px;
}

.service .swiper-slide img {
    display: block;
    width: 100%;
}

.service-shadow {
    margin: 0 auto;
    pointer-events: none;
    height: 10px;
    width: 200px;
    background: radial-gradient(ellipse at center, #FB2337 0, rgba(0, 0, 0, 0.35) 80%);
    transition-duration: .3s;
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.business-box {
    margin-top: 80px;
    background: url("/image/web/bg7.png") no-repeat;
    background-position-y: 0;
    background-position-x: right;
}
.business-box .business{
    margin-top: 80px;display: flex;align-content: space-between;
}
.business-box .busleft{
    margin-top: 15%;
}
.business-box .busright{
    padding-right: 100px;
}
.business .business-item {
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.business .business-title {
    font-size: 20px;
    color: #323233;
    padding: 15px;
}

.business .business-desc {
    font-size: 14px;
    color: #969799;
    padding: 0 15px 15px;
}

.business .business-image {
    height: 380px;
    overflow: hidden;
}

.business .business-image img {
    display: block;
    width: 100%;
    height: auto;
}

.business .business-nav {
    width: 300px;
    margin-right: 50px;
}

.business .business-nav .nav-item {
    text-align: center;
    line-height: 80px;
    width: 300px;
    height: 80px;
    background: rgba(251, 35, 55, 0.2);
    border-radius: 41px 0px 0px 41px;
    cursor: pointer;
    margin-bottom: 20px;
}

.business .business-nav .nav-item.active, .business .business-nav .nav-item:hover {
    width: 300px;
    height: 80px;
    background: #FB2337;
}
/*.case-box{*/
/*    !*background: url("/image/web/bg2.png") no-repeat;*!*/
/*    background-size: 50%;*/
/*    background-position-y: center;*/
/*}*/
.case {
    margin-top: 80px;
}

.case .case-item {
    margin-bottom: 50px;
    width: 380px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    transition-duration: .3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.case .case-item .overlay {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 55%;
    height: 81%;
    left: 22%;
    top: 10%;
    border-radius: 80%;
    border: 2px solid #FFF;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(50%,50%,0);
    transform: translate3d(50%,50%,0);
}

.case .case-item:hover .overlay {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.case .case-item img{
    width: 380px;
    height: 260px;
    border-radius: 8px;
    display: block;
    position: relative;
    transition: all 0.35s;
}
.case .case-item:hover img
{
    opacity: 0.8;
}
.case .case-item:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.case .case-item:hover:before {
    opacity: 1;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}
.about-box{
    background: url("/image/web/bg2.png") no-repeat;
    background-size: 50%;
    background-position-y: bottom;
}
.about {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.about .about-image {
    width: 100%;
    height: 315px;
    text-align: center;
    padding-left: 60px;
    border-radius: 8px;
    z-index: 200;
    position: relative;
}

.about .about-image img {
    width: 550px;
    height: 315px;
    border-radius: 8px;
    pointer-events: none;
    transition-duration: .3s;
    animation-name: img-shadow;
    animation-duration: 3s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.about .about-title {
    font-size: 24px;
    margin-bottom: 80px;
}

.about .about-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.about .about-right {
    margin-left: 20px;
}

.about .about-flag {
    /*background: #FB2337;*/
    position: relative;
    bottom: 100px;
    z-index: 0;
    padding: 120px 60px 10px 130px;
    background: url("/image/web/bg9.png") no-repeat;
    background-size: 100%;
}

.about .about-flag .flag-title {
    font-size: 24px;
    line-height: 55px;
}

.about .about-flag .flag-desc {
    font-size: 14px;
    color: #dee5f0;
}
.about .about-flag .flag-di{
    position: absolute;left: -30px;bottom: -55px;
}

.partner-box {
    background: url("/image/web/bg3.png") no-repeat;
    background-size: 50%;
    background-position-x: right;
    background-position-y: 280px;
    padding-bottom: 50px;
}
.partner .partner-logo{
    margin-top: 80px;
}
.partner .partner-item {
    width: 190px;
    height: 100px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    letter-spacing: 3px;
}
.partner .partner-item.item-end{
    background: transparent;
    text-align: center;font-weight: 700;
    font-size: 20px;padding-top: 25px;
    color: #FB2337;
}
.partner .partner-item.item-end span{
    display: block;
}
.partner .partner-item img {
    width: 100%;
    height: 100px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.partner .partner-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.partner .partner-flag {
    height: 400px;
    text-align: center;
}

.partner .partner-flag .flag-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute
}

.partner .partner-flag .flag-item:hover {
    cursor: pointer;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.partner .partner-flag .flag-item span {
    display: block;
    font-size: 12px;
    width: 50px;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    bottom: -30px;
    left: 18%
}

.partner .partner-flag .flag-item-0 {
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background-color: #d83e4a;
    border-radius: 50%
}

.partner .partner-flag .flag-item-0:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: .7;
    background-color: #d83e4a;
    -webkit-animation: breathe 2s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 2s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-1 {
    left: 35%;
    top: 20%;
    width: 40px;
    height: 40px;
    background-color: #ffa853;
    border-radius: 50%
}

.partner .partner-flag .flag-item-1:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .7;
    background-color: #ffa853;
    -webkit-animation: breathe 3.5s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 3.5s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-2 {
    left: 60%;
    top: 20%;
    width: 45px;
    height: 45px;
    background-color: #3ed0f7;
    border-radius: 50%
}

.partner .partner-flag .flag-item-2:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: .7;
    background-color: #3ed0f7;
    -webkit-animation: breathe 2.5s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 2.5s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-3 {
    left: 85%;
    top: 40%;
    width: 40px;
    height: 40px;
    background-color: #dd483f;
    border-radius: 50%
}

.partner .partner-flag .flag-item-3:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .7;
    background-color: #dd483f;
    -webkit-animation: breathe 3s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 3s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-4 {
    left: 20%;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #bbe9aa;
    border-radius: 50%
}

.partner .partner-flag .flag-item-4:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .7;
    background-color: #bbe9aa;
    -webkit-animation: breathe 2.5s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 2.5s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-5 {
    left: 25%;
    top: 75%;
    width: 40px;
    height: 40px;
    background-color: #27c2a3;
    border-radius: 50%
}

.partner .partner-flag .flag-item-5:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .7;
    background-color: #27c2a3;
    -webkit-animation: breathe 3s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 3s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-6 {
    left: 75%;
    top: 95%;
    width: 20px;
    height: 20px;
    background-color: #ff999c;
    border-radius: 50%
}

.partner .partner-flag .flag-item-6:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: .7;
    background-color: #ff999c;
    -webkit-animation: breathe 4s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 4s infinite cubic-bezier(0, 0, .49, 1.02)
}

.partner .partner-flag .flag-item-7 {
    left: 55%;
    top: 95%;
    width: 50px;
    height: 50px;
    background-color: #fed791;
    border-radius: 50%
}

.partner .partner-flag .flag-item-7:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: .7;
    background-color: #fed791;
    -webkit-animation: breathe 4s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 4s infinite cubic-bezier(0, 0, .49, 1.02)
}


.partner .partner-flag .flag-item-8 {
    left: 80%;
    top: 65%;
    width: 60px;
    height: 60px;
    background-color: #b65db7;
    border-radius: 50%
}

.partner .partner-flag .flag-item-8:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: .7;
    background-color: #b65db7;
    -webkit-animation: breathe 5.5s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: breathe 5.5s infinite cubic-bezier(0, 0, .49, 1.02)
}

.friendly-box{
    margin-top: 80px;
    margin-bottom: 40px;
}
.friendly .friendly-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.friendly .friendly-item li{
    margin-right: 20px;
}
.friendly .friendly-item li a{
    color: #dee5f0;
    text-decoration: none;
    font-size: 13px;
    line-height: 35px;
}
.friendly .friendly-item li a:hover{
    color: #FFF;
}
