.inside-banner{
    height: 680px;
}
.inside-banner .container{
  position: relative;
}
.inside-banner .box .txt{
    margin-top: 153px;
}
.inside-banner .txtInfor .txt .smallTxt{
    font-size: 32px;
    color: #4A4A4A;
    line-height: 48px;
}
.title-01{
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.waiproduct{
    margin-top: 64px;
}
.waiproduct-box{
    position: relative;
    text-align: center;
}
.waiproduct-box::before{
    position: absolute;
    left: 0;
    top: -28px;
    content: '';
    width: 100%;
    height: 684px;
    background: url("../images/bg-01.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.waiproduct-box .img{
    width: 725px;
    height: 465px;
    margin-top: 64px;
    margin-bottom: 191px;
}
.waiproduct-box .item{
    width: 220px;
    text-align: left;
    position: absolute;
}
.waiproduct-box .item01{
    top: 100px;
    left: 6px;
}
.waiproduct-box .item02{
    top: 320px;
    left: 69px;
}
.waiproduct-box .item05{
    top: 98px;
    right: 9px;
}
.waiproduct-box .item04{
    top: 318px;
    right: 69px;
}
.waiproduct-box .item03{
    top: 546px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.waiproduct-box .item .tit{
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}
.waiproduct-box .item .des{
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
}
.manage{
    padding-top: 56px;
    position: relative;
}
.manage::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 590px;
    background: url("../images/bg-02.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.manage .manage-box{
    margin: 28px -10px 64px;
}
.manage .manage-box .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 62px;
}
.manage .manage-box .swiper-container .swiper-wrapper{
    height: 346px;
}
.manage .manage-box .swiper-slide {
    font-size: 18px;

    /* 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;
}
.manage .manage-box .swiper-item{
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .3s;
    margin-top: 20px;
}
.manage .manage-box .swiper-item .insideBox {
    background: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    /*box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);*/
    box-shadow: 0px 20px 32px -18px rgba(197, 210, 235, 0.2);
    height:306px;
    width: 100%;
    padding: 32px 32px 50px;
}
.manage .manage-box .insideBox .img {
    position: relative;
    height: 72px;
}
.manage .manage-box .insideBox .img .hover{
    display: none;
}
.manage .manage-box .insideBox .text{
    box-sizing: border-box;
}
.manage .manage-box .insideBox .text .tit{
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    margin-top: 24px;
}
.manage .manage-box .insideBox .text .des{
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 28px;
}
.swiper-pagination-bullet{
    width: 7px!important;
    height: 7px!important;
    background: #229AF4!important;
    opacity: 0.5!important;
}
.swiper-pagination-bullet-active{
    width: 21px!important;
    height: 7px!important;
    background: #229AF4!important;
    border-radius: 4px!important;
    opacity: 1!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px!important;
}
.manage .manage-box .swiper-item:nth-child(2n){
    margin-top: 40px;
}
.manage .manage-box .swiper-item:hover{
    transform: translateY(-20px);
}
.manage .manage-box .swiper-item.active .insideBox,.manage .manage-box .swiper-item:hover .insideBox{
    background: #229AF4;
}
.manage .manage-box .swiper-item.active .insideBox .text .tit,.manage .manage-box .swiper-item:hover .insideBox .text .tit{
    color: #FFFFFF;
}
.manage .manage-box .swiper-item.active .insideBox .text .des,.manage .manage-box .swiper-item:hover .insideBox .text .des{
    color: rgba(255, 255, 255, 0.7);
}
.benefit{
    margin-bottom: 64px;
}
.benefit .title-01{
    margin-bottom: 48px;
}
.benefit .benefit-box{
    position: relative;
    height: 514px;
}
.benefit .picimg{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 525px;
    height: 514px;
}
.benefit .benefit-info{
    position: relative;
}
.benefit .benefit-info .item{
    position: absolute;
    padding: 17px;
    width: 354px;
    background-size: contain;
    background-repeat: no-repeat;
}
.benefit .benefit-info .item .tit{
    font-weight: bold;
    font-size: 18px;
    color: #4EDDC7;
    line-height: 25px;
    text-align: left;
}
.benefit .benefit-info .item .des{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: left;
}
.benefit .benefit-info .item01{
    left: 0;
    top: 50px;
    background-image: url("../images/ben-bg-01.png") ;
}
.benefit .benefit-info .item02{
    left: 0;
    top: 320px;
    background-image: url("../images/ben-bg-02.png") ;
}
.benefit .benefit-info .item02 .tit{
    color: #229AF4;
}
.benefit .benefit-info .item03{
    right: 0px;
    top: 50px;
    background-image: url("../images/ben-bg-02.png") ;
}
.benefit .benefit-info .item03 .tit{
    color: #229AF4;
}
.benefit .benefit-info .item04{
    right: 0px;
    top: 320px;
    background-image: url("../images/ben-bg-01.png") ;
}
.suppor{
    position: relative;
    padding-top: 215px;
    padding-bottom: 207px;
}
.suppor::before{
    content: '';
    background-image: url("../images/bg-03.png");
    background-size: cover;
    width: 100%;
    height: 2565px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.suppor .suppor-box .suppor-title{
    width: 75%;
    float: left;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: left;
    padding-left: 24px;
    padding-top: 107px;
}
.suppor .suppor-box{
    margin-left: -24px;
    margin-right: -24px;
}
.suppor .suppor-box .item{
    width: 25%;
    float: left;
    height: 272px;
    padding: 0 24px;
    margin-bottom: 48px;
}
.suppor .suppor-box .item .insideBox{
    background: #FFFFFF;
    box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);
    border-radius: 16px;
    padding: 56px 0 66px;
    text-align: center;
}
.suppor .suppor-box .item .insideBox .img{
    position: relative;
    height: 98px;
    width: 98px;
    margin: auto;
    margin-bottom: 24px;
}
.suppor .suppor-box .item .insideBox .text{
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.honor{
    margin-top: 65px;
}
.honor .honor-box{
    margin: 48px -12px 0;
}
.honor .honor-box .item{
    width: 25%;
    padding: 0 12px;
    float: left;
}
.honor .honor-box .item .insideBox{


}
.honor .honor-box .item .insideBox .img{
    padding: 24px;
    position: relative;
    background: url("../images/honor-bg.png") no-repeat;
    background-size: contain;
}
.honor .honor-box .item .insideBox .text{
    margin-top: 16px;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
    text-align: center;
}
.case{
    margin-top: 32px;
}
.case .case-box{
    margin-top: 48px;
    margin-left: -12px;
    margin-right: -12px;
}
.case .case-box .item{
    width: 12.5%;
    float: left;
    padding: 0 12px;
}
.case .case-box .item .insideImg{
    background: #FFFFFF;
    box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.06);
    border-radius: 7px;
    padding: 14px;
}
.process{
    margin-top: 64px;
    position: relative;
}
.process::before{
    content: '';
    position: absolute;
    top: 59px;
    width: 100%;
    height: 331px;
    background: url("../images/bg-04.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.process img{
    margin-top: 24px;
    height: 237px;
    margin-bottom: 72px;
}
.hzsq{
    padding-top: 48px;
    margin-bottom: 64px;
    position: relative;
}
.hzsq .box {
    margin-top: 50px;
}
.hzsq .video {
    width: 45%;
    float: left;
    position: relative;
}
.hzsq .video .bt {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
}
.hzsq .message {
    width: 50%;
    float: right;
}
.hzsq .message li {
    padding-top: 10px;
}
.hzsq .message li p {
    width: 50%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.hzsq .message li img {
    max-height: 40px;
    opacity: 0.4;
}
.hzsq .message li label {
    top: 10px;
    left: 17px;
    position: absolute;
}
.hzsq .message li input,
.hzsq .message li textarea {
    height: 64px;
    font-size: 16px;
    line-height: 60px;
    width: 100%;
    padding-left: 50px;
    background: none;
    resize: none;
    color: #999;
    border-bottom: solid 2px #D8D8D8;
}
.hzsq .message li ::-webkit-input-placeholder {
    color: #999;
}
.hzsq .message li :-moz-placeholder {
    color: #999;
    opacity: 1;
}
.hzsq .message li ::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.hzsq .message li :-ms-input-placeholder {
    color: #999999;
}
.hzsq .message li input:focus,
.hzsq .message li textarea:focus {
    color: #000;
    border-color: #229AF4;
}
.hzsq .message li:hover img {
    opacity: 1;
}
.hzsq .message .yx p,
.hzsq .message .ms p {
    width: 100%;
}
.hzsq .message .ms textarea {
    padding-left: 5px;
    line-height: 24px;
    padding-top: 40px;
    height: 90px;
}
.hzsq .button {
    padding-top: 30px!important;
    text-align: center;
}
.hzsq .button span {
    width: 129px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    display: inline-block;
    background: #229AF4;
    border-radius: 4px;
}
.hzsq .button span:hover {
    background: #1E8ADA;
}
.check-oagent input {
    height: auto !important;
    width: auto !important;
}
.check-oagent a{
    color: #229AF4;
}
.contact_us .container{
    height: 320px;
    padding: 0px 150px 0px;
}

@media screen and (max-width: 768px) {
    .waiproduct{
        margin-top: 50px;
        margin-bottom: 48px;
    }
    .waiproduct-box{
        margin-top: 32px;
    }
    .waiproduct-box::before{
        background: none;
    }
    .waiproduct-box .img{
        display: none;
    }
    .waiproduct-box .item{
        position: unset;
        background: #FFFFFF;
        box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);
        border-radius: 16px;
        padding: 32px 32px 40px;
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }
    .waiproduct-box .item img{
        width: 72px;
        height: 72px;
        margin: auto;
    }
    .waiproduct-box .item .tit{
        margin-top: 24px;
        font-size: 20px;
        line-height: 20px;
    }
    .waiproduct-box .item .des{
        margin-top: 16px;
        color: #888888;
    }
    .manage{
        padding-top: 48px;
    }
    .manage::before{
        background-image: url("../images/m-bg-01.png");
        height: 1376px;
    }
    .manage .container{
        padding: 0;
    }
    .manage .manage-box {
        margin: 32px 0px 0;
    }
    .manage .manage-box .swiper-container .swiper-wrapper{
        display: block;
        height: auto;
    }
    .manage .manage-box .swiper-slide{
        display: block;
    }
    .manage .manage-box .swiper-container{
        overflow: auto;
        padding-bottom: 48px;
    }
    .manage .manage-box .swiper-item{
        width: 100%;
        margin-top: 0;
        margin-bottom: 24px;
        padding: 0 24px;
    }
    .manage .manage-box .swiper-item:last-child{
        margin-bottom: 0;
    }
    .manage .manage-box .swiper-item:nth-child(2n){
        margin-top: 24px;
    }
    .manage .manage-box .swiper-item .insideBox{
        box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);
        height: auto;
        padding: 32px 32px 40px;
        text-align: center;
    }
    .manage .manage-box .swiper-item:hover .insideBox{
        background: #ffffff;
    }
    .manage .manage-box .swiper-item:hover .insideBox .text .tit{
        color: #233863;
    }
    .manage .manage-box .swiper-item:hover .insideBox .text .des{
        color: #888888;
     }
    .manage .manage-box .swiper-item:hover{
        transform: translateY(0px);
    }
    .benefit{
        margin-bottom: 34px;
    }
    .benefit .title-01{
        margin-bottom: 32px;
    }
    .benefit .picimg{
        display: none;
    }
    .benefit .benefit-box{
        height: auto;
    }
    .benefit .benefit-box::before{
        top: -45px;
        content: '';
        position: absolute;
        background: url("../images/m-bg-02.png") no-repeat;
        background-size: cover;
        width: 100%;
        height: 541px;
        z-index: -1;
    }
    .benefit .benefit-info .item{
        position: unset;
        margin-top: 24px;
        width: 100%;
        background-size: 100% 100%;
    }
    .benefit .benefit-info .item:first-child{
        margin-top: 32px;
    }
    .benefit .benefit-info .item03{
        background-image: url(../images/ben-bg-01.png);
    }
    .benefit .benefit-info .item04{
        background-image: url(../images/ben-bg-02.png);
    }
    .benefit .benefit-info .item03 .tit{
        color: #4EDDC7;
    }
    .benefit .benefit-info .item04 .tit{
        color: #229AF4;
    }
    .suppor{
        padding-top: 57px;
        padding-bottom: 91px;
    }
    .suppor::before{
        background-image: url("../images/m-bg-03.png");
        height: 998px;
    }
    .suppor .suppor-box .suppor-title{
        width: 100%;
        padding-top: 0;
        text-align: center;
        margin-bottom: 32px;
    }
    .suppor .suppor-box{
        margin-left: -7px;
        margin-right: -7px;
    }
    .suppor .suppor-box .item{
        width: 50%;
        padding: 0 7px;
        height: auto;
        margin-bottom: 14px;
    }
    .suppor .suppor-box .item .insideBox .img{
        width: 56px;
        height: 56px;
    }
    .suppor .suppor-box .item .insideBox{
        padding: 32px 0;
    }
    .suppor .suppor-box .item .insideBox .text{
        font-size: 16px;
    }
    .honor{
        margin-top: 48px;
    }
    .honor .honor-box .item{
        width: 50%;
    }
    .honor .honor-box .item .insideBox .text{
        height: 40px;
        font-size: 12px;
    }
    .case{
        margin-top: 0;
    }
    .case .case-box{
        margin: 32px -4px 0;
    }
    .case .case-box .item{
        width: 25%;
        margin-bottom: 16px;
        padding: 0 4px;
    }
    .case .case-box .item .insideImg{
        padding: 7px;
    }
    .process{
        margin-top: 32px;
    }
    .process img{
        margin: auto;
        margin-top: 32px;
        height: auto;
    }
    .process::before{
        background-image: url("../images/m-bg-04.png");
        height: 264px;
    }
    .hzsq .box {
        margin-top: 30px;
    }
    .hzsq .video {
        display: none;
    }
    .hzsq .video .bt {
        height: 40px;
        line-height: 40px;
    }
    .hzsq .message {
        width: 100%;
        float: none;
    }
    .hzsq .message li img {
        max-height: 26.6666px;
    }
    .hzsq .message li input,
    .hzsq .message li textarea {
        height: 48px;
        padding-left: 40px;
        line-height: 46px;
        border-width: 1px;
    }
    .contact_us .container{
        padding: 40px 0 0px;
    }
    .contact_us .container{
        height: auto;
        padding: 50px 24px 100px;
    }
    .contact_us .txt1{
        padding: 0;
    }
}
@media screen and (max-width: 384px) {
    .m-banner .m-title{
        font-size: 40px;
    }
}
@media screen and (max-width: 404px) {
    .benefit .benefit-info .item01 .tit, .benefit .benefit-info .item04 .tit{
        font-size: 17px;
    }
}
@media screen and (max-width: 385px) {
    .benefit .benefit-info .item01 .tit{
        font-size: 16px;
    }
}
