/*! CSS Used from: https://www.iwucai.com/public/static/index/fonts/iconfont/iconfont.css */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
}

.iconfont:before {
    -webkit-transition: all 0ms ease !important;
    transition: all 0ms ease !important;
}

.icon_djt_right:before {
    content: "\e60a";
}

.icon_djt_left:before {
    content: "\e609";
}

.icon_arrow_right:before {
    content: "\e606";
}

.icon_kefu:before {
    content: "\e63e";
}

.icon_changjiantou:before {
    content: "\e762";
}

.icon_arw_left:before {
    content: "\e60b";
}

.icon_arw_right:before {
    content: "\e709";
}

/*! CSS Used from: https://www.iwucai.com/public/static/index/css/animate.min.css */
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*! CSS Used from: https://www.iwucai.com/public/static/index/css/swiper.min.css */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .50;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

/*! CSS Used from: https://www.iwucai.com/public/static/index/css/web.css */
*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    color: #333;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

a:focus {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}

h2, h3, h4 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
}

p, ul, ol {
    margin: 0;
}

main, section {
    display: block;
}

.swiper-container {
    height: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #333;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #cc0001 !important;
}

.swiper_arrow div {
    background: none;
    text-align: center;
    border: 1px solid #bfbfc0;
    color: #bfbfc0;
    border-radius: 50%;
    font-weight: bold;
    width: 36px;
    height: 36px;
    line-height: 34px;
}

.swiper_arrow div .iconfont {
    font-size: 18px;
}

.swiper_arrow div:hover {
    border-color: #cc0001 !important;
    background-color: #cc0001 !important;
    color: #fff !important;
}

*:before, *:after, .swiper-pagination-bullet, .swiper_arrow div, .bg_img, .img_box img {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

/*a{-webkit-transition:color 600ms ease, background 600ms ease, border 600ms ease, opacity 600ms ease, transform 600ms ease, box-shadow 600ms ease;transition:color 600ms ease, background 600ms ease, border 600ms ease, opacity 600ms ease, transform 600ms ease, box-shadow 600ms ease;}*/
.bg_img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f6f6f6 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

.bg_img img {
    display: none;
}

.img_box {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    background: #f6f6f6;
}

.img_box img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ico_box {
    position: relative;
    display: block;
    height: 0;
    padding-top: 100%;
}

.ico_box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
}

.sec_box {
    padding: 110px 0;
    background: 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sec_top {
    text-align: center;
    margin-bottom: 40px;
}

.sec_tit em {
    display: block;
}

.sec_tit i {
    display: block;
    color: #cc0001;
    font-family: "helveticaneuelt";
}

.sec_foreword {
    color: #666;
}

.common_tit {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

.common_tit:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #cc0001;
}

.common_tit em {
    display: block;
    font-weight: bold;
    color: #737373;
}

.common_tit i {
    display: block;
    margin-top: 5px;
}

.sec_more {
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 46px;
    line-height: 42px;
}

.sec_more .iconfont {
    font-size: 14px;
    font-weight: normal !important;
    margin-left: 10px;
}

.sec_more:hover {
    border-color: #cc0001;
    background-color: #cc0001;
    color: #ffffff;
}

.effect_swiper {
    position: relative;
}

.case_img {
    display: block;
    position: relative;
    overflow: hidden;
}

.case_img .img_box {
    padding-top: 77.10%;
}

.case_img .img_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
    display: none;
}

.case_tit {
    position: relative;
    padding-bottom: 10px;
}

.case_tit:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
    background: #cc0001;
}

.case_tit a:hover {
    color: #cc0001;
}

.case_tit a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_des {
    color: #6f6f6f;
    margin-top: 15px;
    height: 48px;
}

.case_mark {
    font-size: 12px;
    margin: 20px -4px -4px;
    max-height: 64px;
    overflow: hidden;
    text-align: right;
}

.honor_swiper {
    margin: -10px 0;
    margin-right: -2px;
}

.honor_swiper .swiper-container {
    padding: 10px 0;
}

.honor_swiper .swiper-wrapper {
    align-items: stretch;
}

.honor_swiper .swiper-slide {
    width: 33.33%;
    padding-right: 2px;
    height: auto;
}

.honor_swiper .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
    padding: 10%;
    background: #fff;
    text-align: center;
}

.honor_img {
    max-width: 360px;
    margin: 0 auto;
}

.honor_img .ico_box {
    padding-top: 75%;
}

.honor_caption {
    margin-top: 10%;
}

.honor_swiper .swiper_arrow div.swiper-button-prev {
    left: -5%;
}

.honor_swiper .swiper_arrow div.swiper-button-next {
    right: -5%;
}

.honor_swiper .swiper-slide a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .10);
    color: #cc0001;
}

@media (min-width: 1920px) {
    .honor_swiper .swiper_arrow div.swiper-button-prev {
        left: -8%;
    }

    .honor_swiper .swiper_arrow div.swiper-button-next {
        right: -8%;
    }
}

.banner_wrap {
    position: relative;
    height: 540px;
}

.banner_img {
    background: 50% 0 no-repeat;
    background-size: cover;
    height: 100%;
}

.banner_cover {
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #fff;
}

.banner_tit {
    font-weight: bold;
    letter-spacing: 0.1em;
}

.banner_des {
    margin-top: 1.30%;
}

.advert_leading {
    background-color: transparent;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    margin-top: -62px;
    margin-bottom: -62px;
}

.leading_list {
    position: relative;
    z-index: 1;
    margin: -7px;
}

.leading_line {
    float: left;
    width: 25%;
    padding: 7px;
}

.leading_block {
    background: #fff;
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .10);
    border-radius: 6px;
    height: 110px;
    padding: 25px 0 25px 8%;
    -webkit-transition: color 600ms ease, background 600ms ease;
    transition: color 600ms ease, background 600ms ease;
}

.leading_block dt {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 3.50%;
}

.leading_block dt .ico_box img {
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
}

.leading_block dt .ico_box img:nth-child(2) {
    opacity: 0;
}

.leading_block dd {
    overflow: hidden;
}

.leading_tit {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.leading_tit a {
    display: block;
}

.leading_go {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    text-align: center;
    background: #cc0001;
    color: #fff;
    border-radius: 9px;
    width: 42px;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
}

.leading_go .iconfont {
    font-weight: bold;
    font-size: 12px;
    transform: scale(0.75);
    vertical-align: baseline;
    margin-right: -4px;
}

.leading_mark {
    margin: 10px -5px 0;
}

.leading_mark a {
    display: inline-block;
    position: relative;
    color: #999999;
    margin: 0 5px;
}

.leading_mark a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.leading_mark a:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.leading_block:hover {
    background: #cc0001;
    color: #fff;
}

.leading_block:hover a {
    color: #fff;
}

.leading_block:hover dt .ico_box img:nth-child(1) {
    opacity: 0;
}

.leading_block:hover dt .ico_box img:nth-child(2) {
    opacity: 1;
}

.leading_block:hover dd .leading_go {
    background: #fff;
    color: #cc0001;
}

.advert_introduction {
    padding-top: 160px;
}

.advert_introduction {
    background-color: #f6f6f6;
}

.introduction_show .swiper-wrapper {
    align-items: stretch;
}

.introduction_show .swiper-slide {
    background: #fff;
    height: 520px;
}

.introduction_block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.introduction_text {
    float: left;
    width: 50%;
    height: 100%;
    padding: 5%;
}

.introduction_text_overview {
    height: 100%;
    position: relative;
}

.introduction_des {
    line-height: 30px;
    max-height: 120px;
    color: #6f6f6f;
    margin-top: 20px;
    padding-right: 86px;
}

.introduction_des li {
    position: relative;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.introduction_des li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    background: #cc0001;
    opacity: 0;
}

.introduction_des:hover li {
    padding-left: 12px;
}

.introduction_des:hover li:before {
    width: 6px;
    opacity: 1;
}

.introduction_zixun {
    display: block;
    float: right;
    border-radius: 50%;
    border: 1px solid #cc0001;
    color: #cc0001;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 44px;
    position: absolute;
    top: 30%;
    right: 0;
}

.introduction_zixun .iconfont {
    font-size: 24px;
}

.introduction_zixun:hover {
    background: #cc0001;
    color: #fff;
}

.introduction_img {
    overflow: hidden;
    height: 100%;
}

.introduction_img .bg_img {
    transform: scale(1);
    transition: all 3s linear;
}

.introduction_show .swiper-slide-active .introduction_img .bg_img {
    transform: scale(1.1);
    transition: all 6s linear;
}

.introduction_show .swiper-pagination {
    display: none;
}

.introduction_show .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.introduction_thumbs {
    width: 50%;
    height: auto;
    background: #fff;
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .06);
    position: absolute;
    bottom: 13%;
    left: 5%;
    z-index: 2;
    max-width: 664px;
}

.introduction_thumbs .swiper-wrapper {
    align-items: stretch;
}

.introduction_thumbs .swiper-slide {
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid rgba(0, 0, 0, .06);
}

.introduction_thumbs .swiper-slide:first-child {
    border: none;
}

.introduction_icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.introduction_caption {
    margin-top: 8px;
}

.introduction_thumbs .swiper-slide-thumb-active {
    color: #cc0001;
}

.advert_advantages {
    background-attachment: local;
}

.table_box {
    position: relative;
}

.table {
    display: table;
    border-collapse: separate;
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 40px 0 40px 5.167%;
}

.table-header-group {
    display: table-header-group;
    font-weight: bold;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.table-blank {
    height: 20px;
}

.table-cell {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.table-row .tc1 {
    width: 24%;
    text-align: right;
    padding-right: 0;
}

.table-row .tc2 {
    width: 36%;
    text-align: center;
}

.table-row .tc3 {
    width: 34.833%;
    text-align: center;
}

#advantages_pc {
    margin-top: 50px;
    color: #333;
}

.advantages_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
}

/*更改 https://www.iwucai.com/public/static/index/images/advantages_01.png*/
.left_bg {
    background: url(../image/advantages_01.png) center top no-repeat;
    background-size: cover;
}

.center_bg {
    top: -2%;
    left: 29.167%;
    z-index: 2;
    width: 36%;
    height: 104%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .06);
}

.right_bg {
    left: auto;
    right: 0;
    width: 34.833%;
    border-radius: 0 5px 5px 0;
    background: #f6f6f6;
}

.advantages_tit, .advantages_des {
    margin: 0 auto;
    width: 84%;
    max-width: 310px;
}

.advantages_tit {
    letter-spacing: 0.2em;
    font-weight: bold;
    border-radius: 30px;
    line-height: 2.08;
    text-align: center;
    background: #fff;
}

.center_tit {
    background: #f6f6f6;
}

.advantages_num {
    font-family: "barlow_boldcondensed";
    vertical-align: middle;
    margin-right: 14px;
}

.advantages_item {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.advantages_des {
    text-align: left;
    position: relative;
    padding: 6px 0;
}

.advantages_des:before {
    content: "\e620";
    position: absolute;
    top: 6px;
    left: 103%;
    font-family: "iconfont";
    font-size: 18px;
}

.center_des:before {
    color: #43ba04;
}

.right_des:before {
    content: "\e622";
    color: #cbcbcb;
}

#advantages_pc .table-row-group .tc1 {
    border-radius: 3px 3px 0 0;
    background: rgba(255, 255, 255, .18);
}

#advantages_pc .table-row-group .table-row:hover .tc1 {
    background: rgba(255, 255, 255, .38);
}

#advantages_pc .table-row-group .table-row:hover .tc2 {
    background: #f6f6f6;
    color: #cc0001;
}

#advantages_pc .table-row-group .table-row:hover .tc3 {
    background: #ffffff;
    color: #cc0001;
}

#advantages_pc {
    display: block;
}

#advantages_phone {
    display: none;
}

.advantages_swiper img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.qualification_more {
    margin-top: 50px;
    border-color: #cc0001;
    color: #cc0001;
    font-weight: bold;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.advert_case_swiper {
    margin: -10px;
}

.advert_case_swiper .swiper-container {
    padding: 10px;
}

.advert_case_swiper .swiper-slide .case_img {
    border-radius: 8px 8px 0 0;
}

.advert_case_swiper .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .06);
    opacity: 0;
    border-radius: 8px;
}

.advert_case_swiper .swiper-slide:hover:before {
    opacity: 1;
}

.advert_case_swiper .swiper-slide:hover .case_img .img_box img {
    transform: scale(1.1);
}

.case_info {
    border: 1px solid #f0f0f0;
    border-radius: 0 0 8px 8px;
    position: relative;
}

.case_belong {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    padding: 0 25px;
    color: #fff;
}

.case_belong a {
    color: #fff;
}

.case_belong:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .45);
}

.belong_logo {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    background: #fff;
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .06);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.belong_logo img {
    border-radius: 50%;
}

.belong_caption {
    position: relative;
    z-index: 1;
    line-height: 40px;
    top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_text {
    padding: 25px 25px 45px;
}

.advert_case_swiper .swiper_arrow {
    text-align: center;
    padding: 0 10px;
    margin-top: 50px;
}

.advert_case_swiper .swiper_arrow div {
    position: inherit;
    position: initial;
    transform: none;
    width: auto;
    height: auto;
    border: none;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}

.advert_case_swiper .swiper_arrow div .iconfont {
    font-size: 26px;
}

.advert_case_swiper .swiper_arrow div em {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.advert_case_swiper .swiper_arrow div.swiper-button-prev {
    float: left;
    text-align: left;
}

.advert_case_swiper .swiper_arrow div.swiper-button-next {
    float: right;
    text-align: right;
}

.advert_case_swiper .swiper_arrow div:hover {
    background: none !important;
    color: #cc0001 !important;
}

.case_more02 {
    border-color: #333;
    color: #333;
}

.advert_process {
    overflow: hidden;
    background-color: #f6f6f6;
}

.process_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -10px -3%;
}

.process_list li {
    float: left;
    width: 14.285%;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.process_list li:before {
    content: "";
    position: absolute;
    top: 24%;
    right: -10.50%;
    width: 21%;
    max-width: 44px;
    height: 44px;
    background: url(../image/advert_process01.png) center top no-repeat;
    background-size: contain;
}

.process_list li:last-child:before {
    display: none;
}

.process_ico {
    display: block;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 63%;
    max-width: 130px;
}

.process_ico .ico_box {
    z-index: 2;
}

.process_ico .ico_box img {
    max-width: 63%;
    max-height: 63%;
}

.process_list li:hover .process_ico .ico_box {
    -webkit-animation: 1s .2s bounceIn both;
    animation: 1s .2s bounceIn both;
}

.process_ico:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #cc0001;
}

.ui_loop {
    position: absolute;
    width: 109.54%;
    height: 109.54%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.path_loop {
    fill: none;
    stroke: #cc0001;
    stroke-miterlimit: 0;
    stroke-width: 0.7px;
}

.path_loop_bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0);
    stroke-miterlimit: 0;
    stroke-width: 0.7px;
    opacity: 0.35;
}

.process_caption {
    line-height: 1.50;
    margin-top: 12%;
}

.process_list li:hover .process_ico:before {
    transform: scale(1.04);
    opacity: 0;
}

.process_list li:hover .ui_loop {
    opacity: 1;
}

.honor_swiper .swiper-slide a:after {
    font-family: "iconfont";
    content: "\e83b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.60);
    z-index: 2;
    color: #fff;
    font-size: 32px;
    opacity: 0;
}

/*! CSS Used from: https://www.iwucai.com/public/static/index/css/ipone.css */
.f52 {
    font-size: 52px;
}

.f42 {
    font-size: 42px;
}

.f36 {
    font-size: 36px;
}

.f24 {
    font-size: 24px;
}

.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

@media (max-width: 1600px) {
    .inner {
        max-width: 1310px;
    }

    .f52 {
        font-size: 46px;
    }

    .f42 {
        font-size: 36px;
    }

    .f36 {
        font-size: 30px;
    }

    .f24 {
        font-size: 20px;
    }

    .f22 {
        font-size: 20px;
    }

    .f20 {
        font-size: 18px;
    }

    .f18 {
        font-size: 16px;
    }

    .f16 {
        font-size: 16px;
    }
}

@media (max-width: 1439px) {
    .inner {
        max-width: 1200px;
    }

    .f52 {
        font-size: 40px;
    }

    .f42 {
        font-size: 30px;
    }

    .f36 {
        font-size: 24px;
    }

    .f24 {
        font-size: 18px;
    }

    .f22 {
        font-size: 18px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 16px;
    }

    .f16 {
        font-size: 14px;
    }

    .sec_box {
        padding: 80px 0;
    }

    .sec_top {
        margin-bottom: 30px;
    }

    .honor_swiper .swiper_arrow {
        text-align: center;
        margin-top: 20px;
    }

    .honor_swiper .swiper_arrow div.swiper-button-prev, .honor_swiper .swiper_arrow div.swiper-button-next {
        position: inherit;
        transform: none;
        display: inline-block;
        vertical-align: middle;
    }

    .banner_wrap {
        height: 480px;
    }

    .leading_block dt {
        width: 50px;
        height: 50px;
    }

    .leading_mark {
        font-size: 13px;
    }

    .introduction_show .swiper-slide {
        height: 460px;
    }

    .advert_introduction {
        padding-top: 130px;
    }
}

@media (max-width: 1199px) {
    .inner {
        max-width: 1030px;
    }

    .f52 {
        font-size: 34px;
    }

    .f42 {
        font-size: 24px;
    }

    .f36 {
        font-size: 20px;
    }

    .f24 {
        font-size: 18px;
    }

    .f22 {
        font-size: 18px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 16px;
    }

    .f16 {
        font-size: 14px;
    }

    .banner_wrap {
        height: 420px;
    }

    .advert_leading {
        margin-top: -77px;
        margin-bottom: -77px;
    }

    .leading_block {
        height: 140px;
        text-align: center;
        padding: 10px 5%;
    }

    .leading_block dt {
        float: none;
        margin: 0 auto 10px;
    }

    .table-blank {
        height: 15px;
    }
}

@media (max-width: 991px) {
    .inner {
        max-width: 798px;
    }

    .f52 {
        font-size: 28px;
    }

    .f42 {
        font-size: 20px;
    }

    .f36 {
        font-size: 18px;
    }

    .f24 {
        font-size: 18px;
    }

    .f22 {
        font-size: 16px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 16px;
    }

    .f16 {
        font-size: 14px;
    }

    .honor_swiper .swiper-slide {
        width: 50%;
    }

    .banner_wrap {
        height: 360px;
    }

    .sec_box {
        padding: 50px 0;
        background-attachment: local;
        background-position: 50% 0 !important;
    }

    .sec_top {
        margin-bottom: 20px;
    }

    .advert_leading {
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 0 !important;
    }

    .leading_block {
        height: 160px;
    }

    .advert_introduction {
        padding-top: 50px;
    }

    .introduction_show .swiper-slide {
        height: auto;
    }

    .introduction_text {
        float: none;
        width: 100%;
        height: auto;
    }

    .introduction_img .bg_img {
        height: 0;
        padding-top: 72.22%;
    }

    .introduction_thumbs {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: none;
    }

    .process_list li {
        width: 20%;
    }

    #advantages_pc {
        display: none;
    }

    #advantages_phone {
        display: block;
    }
}

@media (max-width: 639px) {
    .f52 {
        font-size: 24px;
    }

    .f42 {
        font-size: 18px;
    }

    .f36 {
        font-size: 18px;
    }

    .f24 {
        font-size: 16px;
    }

    .f22 {
        font-size: 16px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 14px;
    }

    .f16 {
        font-size: 14px;
    }

    .banner_des {
        font-size: 14px;
    }

    .honor_swiper .swiper-slide {
        width: 100%;
    }

    .banner_wrap {
        height: 300px;
    }

    .banner_tit {
        letter-spacing: 0;
    }

    .advert_leading {
        padding: 50px 0 !important;
    }

    .leading_line {
        width: 50%;
    }

    .sec_more {
        padding: 0 20px;
    }

    .advert_case_swiper .swiper_arrow {
        font-size: 12px;
        margin-top: 20px;
    }

    .advert_case_swiper .swiper_arrow div em {
        display: none;
    }

    .qualification_more {
        margin-top: 30px;
    }

    .process_list {
        margin-right: 0;
        font-size: 14px;
    }

    .process_list li {
        width: 25%;
    }

    .introduction_thumbs {
        display: none;
    }

    .introduction_show .swiper-pagination {
        display: block;
    }

    .introduction_show .swiper-slide {
        display: flex;
        align-items: flex-end;
    }

    .introduction_block {
        height: auto;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
