/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: Suzie --*/
/* @company: yqtweb*/
/* @author: Suzie*/
@font-face {
    font-family: "Manrope-Regular";
    src: url(../fonts/Manrope-Regular.ttf);
}

@font-face {
    font-family: "Manrope-Medium";
    src: url(../fonts/Manrope-Medium.ttf);
}

@font-face {
    font-family: "Manrope-Bold";
    src: url(../fonts/Manrope-Bold.ttf);
}

@font-face {
    font-family: "Manrope-Light";
    src: url(../fonts/Manrope-Light.ttf);
}
.Manrope-Regular {
    font-family: "Manrope-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}
.Manrope-Medium {
    font-family: "Manrope-Medium", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}
.Manrope-Bold {
    font-family: "Manrope-Bold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}
.Manrope-Light {
    font-family: "Manrope-Light", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Manrope-Medium",'微软雅黑','Microsoft Yahei','Manrope',Arial, Helvetica, sans-serif;
    color: #222222;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
ul,li{
    list-style: none;
}
a:link,a:visited{
    color:#222222 ;
    text-decoration: none;
    transition: all 0.6s;
}
a:hover{
    color: #7fb031;
    text-decoration: none;
}
div {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    border: none;
    display: block;
    max-width: 100%;
}
input, select, button, textarea {
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Manrope-Light", "SourceHanSansSC-Light-2", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}
/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}
.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.width-auto{
    padding: 0 10.41666vw;
    margin: 0 auto;
}
/*--header--*/
.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.header_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_box {
    padding: 0 10.41666vw;
    -webkit-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.header_active::after {
    height: 100%;
    -webkit-box-shadow: 0 0 0.8333vw rgba(0, 0, 0, .2);
    box-shadow: 0 0 0.8333vw rgba(0, 0, 0, .2);
}
.header_hover::after {
    height: 100%;
}
.body_animate .header_wrap {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.header_logo_box{
    padding: 0.5vw 0;
    width: 27.08333vw;
}
.header_logo{
    width:3.625vw;
    margin-right: 0.366vw;
}
.header_logo_name{
    font-size: 2.125vw;
    line-height: 2.75vw;
    font-weight: bold;
    color:#333;
    text-decoration: none;
}
.header_logo_name span{
    font-size: 1.666vw;
    line-height: 2.75vw;
}
.header_menu_wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: calc(100% - 27.08333vw);
}



.header_menu_btn_box {
    width: 37.2%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.header_menu_btn_box svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_btn_box svg circle {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.header_menu_box {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_item_box {
    margin-right: 0.8725vw;
    position: relative;
}

.header_menu_down_wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: max-content;
    overflow: hidden;
    height: 0;
    -webkit-border-radius: 0 0 0.78125vw 0.78125vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_box {
    background: #f4f4f4;
    position: relative;
}

.header_menu_down_box:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0.1041666vw;
    background: #a1c070;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_show .header_menu_down_box:after {
    width: 100%;
}

.header_menu_down_show .header_menu_down_ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.header_menu_down_ul {
    position: relative;
    z-index: 9;
    padding: 1.041666vw 1.5625vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_li {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0.3125vw 0;
}

.header_menu_down_li a {
    font-size: 0.83333vw;
    line-height: 1.6666vw;
    width: auto;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.header_menu_down_li a:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 1px;
    background: #a1c070;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_li a:hover {
    color: #a1c070;
}

.header_menu_down_li a:hover:after {
    width: 100%;
}

.header_menu_item_link {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 1.125vw;
}

.header_active .header_menu_item_text {
    color: #333333;
}

.header_hover:after {
    height: 100%;
}

.header_menu_item_box:hover .header_menu_item_text {
    color: #7fb031;
}
.header_wrap:hover .header_menu_item_active .header_menu_item_text,
.header_active .header_menu_item_active .header_menu_item_text,
.header_menu_item_active .header_menu_item_text {
    color: #7fb031;
}
.header_menu_item_text {
    font-size: 0.9375vw;
    line-height: 5.625vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_big {
    -webkit-align-items: center;
    align-items: center;
}
.header_menu_item_icon {
    width: 0.78125vw;
    margin-right: 8px;
}
.icon-icon-diqiu{
    font-size: 1.25vw;
}
.html_page {
    position: relative;
    z-index: 19;
    background: #fff;
    width: 100%;
    min-height: 100vh;
}
/*--首页banner--*/
.banner_box {
    position: relative;
}

.index_banner_swiper {
    height: 650px;
}

.index_banner_back {
    height: 650px;
    z-index: 1;
}

.index_banner_back video, .index_banner_back .wap-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner_video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 138, 255, .2);
}

.index_banner_content {
    position: relative;
    height: 100%;
}

.index_banner_read {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
    width: 100%;
}

.index_banner_tit {
    font-size:2.1875vw;
    line-height: 3.125vw;
    text-align: left;
    color: #7fb031;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
}

.index_banner_ad {   
    font-size: 0.9735vw;
    line-height: 1.625vw;
    margin: 0.8333vw 0 2.85vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}


.index_banner_button {
    -webkit-justify-content: left;
    justify-content: left;
    opacity: 0;
    pointer-events: none;
}

.index_banner_button a{
    color: #ffffff;
    background: #a1c070;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0.625vw 2.5vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_banner_button:hover a{
    background: #e2de68;
}


.index_banner_pagination {
    text-align: center;
    position: absolute;
    z-index: 9;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;

}

.index_banner_pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    opacity: 1;
    position: relative;

}

.index_banner_pagination .swiper-pagination-bullet:after {
    content: "";
    background: #a1c070;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.index_banner_pagination .swiper-pagination-bullet-active:after {
    -webkit-animation: BannerPagination 10s .6s forwards linear;
    animation: BannerPagination 10s .6s forwards linear;
}

.index_banner_pagination .swiper-pagination-bullet, .index_banner_pagination .swiper-pagination-bullet:hover, .index_banner_pagination .swiper-pagination-bullet:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes BannerPagination {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes BannerPagination {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.index_banner_swiper .swiper-slide-active .index_banner_ad{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
    pointer-events: auto;
}

.index_banner_swiper .swiper-slide-active .index_banner_tit {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    pointer-events: auto;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    pointer-events: auto;
}


.index_banner_swiper .swiper-slide-active .index_banner_button {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    pointer-events: auto;
}

.index_banner_animate .index_banner_pagination {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    pointer-events: auto;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}


/*--首页关于我们--*/
.index_about_wrap{
    background: #ffffff;
    padding: 8.3333vw 0;
    position: relative;
    overflow: hidden;
}
.index_about_wrap .homeBox {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.index_about_box{
    width: 100%;
    z-index: 9;
    position: relative;
}
.public_header .public_name,.index_contact_name{
    font-size: 2.08333vw;
    line-height: 2.5vw;
    font-weight: bold;
}
.public_memo{
    color:#666666;
    margin: 0.625vw 0 3.25vw;
}
.index_about_name{
    text-align: center;
}
.index_about_content{
    width: 65%;
    text-align: center;
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #3e3e3e;
    margin: 2.3333vw auto 3.785vw;
}
.public_btn{
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.public_btn .btn{
    padding: 0.5vw 2.125vw;
    color: #ffffff;
    background: #a1c070;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.public_btn .btn:hover{
    background: #e2de68;
}

.index_business_wrap{
    width: 100%;
    padding: 6.25vw 0;
    background: #f5f5f5;
}
.index_business_item{
    width: 30%;
    padding: 3.5vw 2.8333vw;
    margin-right: 3.3%;
    background: #ffffff;
    border: #ededed 2px solid;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_business_item:hover{
    border:2px solid #a1c070;
    box-shadow: 0 8px 16px #58595b26;
    margin-top:-8px;
}

.index_business_item:last-child{
    margin-right: 0;
}

.index_business_icon .iconfont{
    font-size: 2.8725vw;
    color: #7fb031;
}
.index_business_item .index_business_name{
    font-size: 1.25vw;
    color: #222222;
    margin: 1.8725vw 0 0.8725vw;
}
.index_business_text{
    color: #666666;
}

.index_service_wrap{
    width: 100%;
    padding: 6.25vw 0;
    background:#ffffff;
}
.index_service_item{
    width: 30%;
    margin-right: 3.3%;
    background: #e7efda;
    border-radius:0.625vw ;
    padding: 4.5vw;
    position: relative;
    overflow: hidden;
}
.index_service_item:nth-child(2){
    background: #f7f6d8;
}
.index_service_item .bg {
    width:100%;
    height:100%;
    background-size:cover!important;
    opacity:0;
    transition: all 1s ease;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.index_service_item:hover .bg {
    opacity:1;
    z-index: 1;
}
.index_service_content{
    position: relative;
    z-index: 9;
}
.index_service_item:hover .index_service_content,.index_service_item:hover .index_service_list a{
    color: #ffffff;
}
.index_service_name{
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 1.75vw;
}
.index_service_list{
    margin-top: 0.7825vw;
}
.index_service_item:hover .index_service_list a:hover{
    color: #e2de68;
}
.index_service_list .icon-jiantou{
    font-size: 0.625vw;
    color: #7fb031;
    padding-right: 5px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_service_list:hover .icon-jiantou{
    padding-right: 10px;
}
.index_choose_wrap{
    padding: 6.25vw 0;
    background: #f5f5f5;
    position: relative;
}
.index_choose_wrap .public_name,.index_partner_wrap .public_name{
    text-align: center;
}
.index_choose_box{
    margin: 3.125vw 0 0;
    justify-content: space-between;
}
.index_choose_item{
    width: 48%;
    background: #ffffff;
    margin:0 3% 3% 0;
    padding: 2.25vw;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_choose_item:nth-child(2n){
    margin-right: 0;
}
.index_choose_item:hover{
    background: #a1c070;
}
.index_choose_item:hover .index_choose_name,.index_choose_item:hover .index_choose_text,.index_choose_item:hover .index_choose_icon .iconfont{
    color: #ffffff;
}
.index_choose_content{
    width: calc(100% - 6.25vw);
}
.index_choose_name{
    font-size: 1.125vw;
    font-weight: bold;
    margin-bottom: 0.625vw;
}
.index_choose_text{
    color: #666666;
}
.index_choose_icon{
    width: 6.25vw;
    text-align: center;
}
.index_choose_icon .iconfont{
    font-size: 3.5vw;
    color: #a1c070;
}
.index_partner_wrap{
    width: 100%;
    background: #ffffff;
    padding: 6.25vw 0;
}
.index_partner_item_box {
    width: 18.41176%;
    margin: 0 1.9853% 1.9853% 0;
}

.index_partner_item_box:nth-child(5n) {
    margin: 0 0 1.9853% 0;
}

.index_partner_item_img {
    position: relative;
    padding-bottom: 43.76996%;
}

.index_partner_item_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 9;
}


.index_partner_item_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 10;
}

.index_partner_item_box:hover .index_partner_item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_partner_tab {
    background: #ffffff;
    margin-top: 3.25vw;
}
.index_contact_wrap{
    width: 100%;
    position: relative;
    background: #e3ecd4;
    padding: 6.25vw 0;
}
.index_contact_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index_contact_customer,.index_contact_content{
    width: 50%;
    z-index: 9;
}
.index_contact_text{
    font-size: 1.125vw;
    line-height: 1.8vw;
    margin: 1vw 0;
}
.index_contact_list{
    position: relative;
    line-height: 1.8725vw;
    padding-left: 0.625vw;
}
.index_contact_list::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #7fb031;
    border-radius: 50%;
    left: 0;
    top: 0.9vw;
    margin-top: -2px;
}
.index_contact_content .public_btn,.business_choose_content .public_btn{
    text-align: left;
    margin-top: 2.25vw;
}
/*--内页banner--*/
.bannernav_wrap{
    position: relative;
}
.bannernav_img{
    padding-bottom: 29.16666%;
}
.bannernav_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.bannernav_public_read{
    padding-top: 10.8333vw;
}
.bannernav_public_name {
    font-size: 2.625vw;
    font-weight: 600;
    line-height: 4.1666vw;
    color: #7fb031;
    margin-bottom: 0.325vw;
}
.bannernav_public_text{
    font-size: 0.9875vw;
    line-height: 1.5vw;
    width: 45%;
}
.bannernav_public_menu{
    margin-top: 0.8735vw;
}
.bannernav_public_menu a{
    display: inline-block;
    font-size: 0.9735vw;
    margin-right: 0.8333vw;
    padding: 10px 28px;
    border: #7fb031 2px solid;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bannernav_public_menu .bannernav_menu_active{
    background: #7fb031;
    color: #ffffff;
    border: #7fb031 2px solid;
}
.business_content_box{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6.25vw 0;
    border-bottom: #cdcdcd 1px solid;
}
.business_content_left{
    width: 45%;
}
.business_content_title{
    font-size:1.875vw ;
    font-weight: bold;
}
.business_content_text{
    line-height: 1.875vw;
    margin-top: 1.5vw;
}
.business_content_img{
    width: 50%;
    height: 450px;
    border-radius: 0.625vw;
    overflow: hidden;
}
.business_choose_box{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6.25vw 0;
    border-top: #cdcdcd 1px solid;
}
.business_choose_img{
    width: 40%;
    height: 600px;
    border-radius: 0.625vw;
    overflow: hidden;
}
.business_choose_content{
    width: 45%;
    padding-top: 3.25vw;
}
.businessview_service_wrap{
    width: 100%;
    background: #f5f5f3;
    padding: 6.25vw 0;
}
/*--合规外包--*/
.service_page_wrap .public_nav_box{
    justify-content: space-between;
    vertical-align: middle;
    padding: 0;
    border-bottom: 0;
}
.service_page_wrap .public_nav_title,.service_page_wrap .public_nav_text{
    text-align: center;
    width: 80%;
    margin:0 auto 0.83333vw;
}
.service_company_box,.service_model_box{
    padding: 6.25vw 0;
    position: relative;
    overflow: hidden;
}
.service_company_title{
    width: 100%;
    font-size: 1.875vw;
    font-weight: bold;
    text-align: left;
    margin:1.875vw 0 -1vw;
    padding-top: 4.1666vw;
    border-top:#ececec 1px solid;
}
.business_company_tab {
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 4.6875vw;
}

.business_company_item_box {
    width: 20%;
    position: relative;
}

.business_company_item_box:nth-child(5n+2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.business_company_item_box:nth-child(5n+3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.business_company_item_box:nth-child(5n+4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.business_company_item_box:nth-child(5n) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.business_company_item_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
}

.business_company_item_box:nth-child(2n):after {
    background: #fbfbfb;
}
.business_company_content {
    margin-top: 4.1666vw;
}

.business_company_wrap {
    padding: 0 0 5.208333vw 0;
}

.business_company_item_content {
    position: relative;
    height: 100%;
    -webkit-align-content: space-between;
    align-content: space-between;
    padding: 1.82291666vw 1.5625vw;
    z-index: 2;
}

.business_company_item_icon {
    width: 2.291666vw;
    height: 2.291666vw;
}

.business_company_item_icon .iconfont {
    font-size: 2.625vw;
    color: #7fb031;
}

.business_company_item_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #222222;
    font-weight: bold;
}

.business_company_item_text {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #666666;
    margin-top: 0.5208333vw;
}


.business_company_item_read {
    margin-top: 2.6041666vw;
}

.business_company_number {
    margin-top: 3.125vw;
    font-size: 3.6458333vw;
    line-height: 4.1666vw;
    color: #eeeeee;
    width: 100%;
}

.service_customer_box {
    padding: 6.25vw 0;
    position: relative;
    overflow: hidden;
}
.service_customer_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(235, 235, 235, 1) 50%, rgba(0, 0, 0, 0));
    z-index: 2;
}
.service_customer_back{
    position: absolute;
    left: 0;
    top: -13.0208333vw;
    width: 100%;
    z-index: 1;
}
.service_customer_content {
    position: relative;
    z-index: 9;
}

.business_phase_tab {
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 1.5625vw;
    position: relative;
}

.business_phase_item_box {
    width: 23.7058%;
    margin: 0 1.7256% 0 0;
    position: relative;
    padding-top: 3.2291666vw;
}

.business_phase_item_box:nth-child(4n+2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.business_phase_item_box:nth-child(4n+3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.business_phase_item_box:nth-child(4n) {
    margin: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.business_phase_item_head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.business_phase_item_icon {
    width: 6.458333vw;
    height: 6.458333vw;
    margin: 0 auto;
    position: relative;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.business_phase_item_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.5208333vw solid #f4f5f4;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.business_phase_item_icon .iconfont {
    font-size: 2.625vw;
    color: #7fb031;
    position: relative;
    z-index: 9;
}

.business_phase_item_read {
    height: 100%;
    background: #ffffff;
    padding: 4.6875vw 1.041666vw 1.041666vw 1.041666vw;
}

.business_phase_item_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #222222;
    font-weight: bold;
    text-align: center;
}

.business_phase_item_text {
    margin-top: 1.041666vw;
    line-height: 1.1458333vw;
    color: #666666;
    text-align: center;
}
.business_phase_item_text ul li{
    position: relative;
    line-height: 1.666vw;
    padding-left: 0.8333vw;
    text-align: left;
}
.business_phase_item_text ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0.8vw;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7fb031;
}
.businessview_service_list{
    flex:1;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 3.625vw 2.5vw 2vw;
}
.businessview_service_list h2{
    font-size: 1.125vw;
    font-weight: bold;
    line-height: 1.65vw;
}
.businessview_service_icon .iconfont{
    font-size: 3.25vw;
    color: #7fb031;
}
.businessview_service_title{
    font-size: 1.05vw;
    font-weight: bold;
    margin: 1.8735vw 0 1vw;
}
.businessview_service_ul li{
    position: relative;
    line-height: 1.41666vw;
    padding-left: 15px;
}
.businessview_service_ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0.70833vw;
    width: 6px;
    height: 6px;
    background: #7fb031;
    border-radius: 50%;
    margin-top: -3px;
}
.service_model_tab {
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 1.5625vw;
    position: relative;
}

.service_model_item_box {
    width: 32.1829333%;
    margin: 0 1.7256% 0 0;
    position: relative;
    padding: 3.2291666vw;
    border-top-left-radius: 0.9875vw;
    border-bottom-right-radius: 0.9875vw;
    border: #ececec 1px solid;
}

.service_model_item_box:nth-child(3n+1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.service_model_item_box:nth-child(3n+2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.service_model_item_box:nth-child(3n) {
    margin: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.service_model_icon{
    width: 5.8333vw;
    height: 5.8333vw;
    border-radius: 50%;
    background: #a1c070;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
}
.service_model_item_box:nth-child(2) .service_model_icon{
    background: #e2de68;
}
.service_model_item_box:nth-child(3) .service_model_icon{
    background: #b0d399;
}

.service_model_icon .iconfont{
    font-size: 2.625vw;
    color: #ffffff;
}
.service_model_iteam_read{
    padding: 2.25vw 0 0;
}
.service_model_item_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #222222;
    font-weight: bold;
    text-align: left;
}
.service_model_item_text {
    margin-top: 1.041666vw;
    font-size: 0.83333vw;
    line-height: 1.1458333vw;
    color: #666666;
    text-align: left;
}
/*--新闻news--*/
.news_page_wrap{
    padding: 6.25vw 0;
}
.news_page_list{
    width: 31.315789%;
    margin: 0 3.026315% 50px 0;
    position: relative;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
}
.news_page_list:nth-child(3n){
    margin-right: 0;
}
.news_page_img {
    padding-bottom: 58.823529%;
}
.news_page_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.news_page_text {
    padding: 20px 40px 40px 40px;
    background: #fff;
    position: relative;
    z-index: 8;
}
.news_page_name {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.news_page_memo {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 40px 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.news_page_time {
    font-size: 18px;
    line-height: 30px;
    color: #cccccc;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.news_page_list:hover .news_page_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.news_page_list:hover .news_page_name {
    color: #7fb031;
}

.news_page_list:hover .news_page_memo {
    color: #666666;
}

.news_page_list:hover .news_page_time {
    color: #999999;
}
.news_pagination_box {
    -webkit-justify-content: center;
    justify-content: center;
}

.news_pagination_box a {
    width: 2.08333vw;
    height: 2.08333vw;
    margin: 0 0.5208333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 0.7291666vw;
    color: #666;
    font-family: "Arial", "Microsoft YaHei UI Light", "Microsoft YaHei UI", å¾®è½¯é›…é»‘, "Helvetica", "sans-serif" !important;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_pagination_box .news_pagination_btn {
    border: 1px solid #7fb031;
}

.news_pagination_box .news_pagination_btn svg {
    width: 0.416666vw;
    fill: #7fb031;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_pagination_next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news_pagination_box a:hover {
    background: #7fb031;
    border: 1px solid #7fb031;
    color: #fff;
}

.news_pagination_box a:hover svg {
    fill: #fff;
}
.newsview_page_wrap{
    width: 100%;
    background: #f5f5f5;
    padding: 10.625vw 0 3.25vw;
}
.newsview_title{
    font-size: 1.125vw;
    font-weight: bold;
    text-align: center;
}
.newsview_time{
    color: #666666;
    text-align: center;
    margin: 0.8333vw 0;
}
.newsview_box{
    background: #ffffff;
    padding:4.1666vw;
    margin: 80px 0 0;
    line-height: 30px;
}
.newsview_box p{
    margin-bottom: 0.625vw;
}
.public_nav_box{
    justify-content: space-between;
    vertical-align: middle;
    padding: 6.25vw 0;
    border-bottom: #cdcdcd 1px solid;
}
.public_nav_left{
    width: 50%;
}
.public_nav_left h2{
    margin: 1.5vw 0;
}
.public_nav_title{
    font-size:1.875vw ;
    font-weight: bold;
}
.public_nav_text{
    margin-top: 1.5vw;
}
.public_nav_img{
    width: 40%;
    overflow: hidden;
}
.public_nav_img img{
    border-radius: 15px;
}
.about_culture_box{
    padding: 6.25vw 0;
}
.about_choose_back{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.about_choose_box{
    position: relative;
}
.about_progress_wrap{
    width: 100%;
    padding: 6.25vw;
    background: #ffffff;
}
.about_progress_box{
    margin: 3.125vw 0 0;
    justify-content: space-between;
}
 .kv-step {
    position: relative;
    padding-left: 80px;
    margin-bottom: 42px
}
.about_team_wrap{
    width: 100%;
    background: #f5f5f5;
    padding: 6.25vw 0;
}
.about_team_box{
    margin-top: 3.125vw;
}
.about_team_list{
    background: #ffffff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.about_team_list:last-child{
    margin-right: 0;
}
.about_team_photo{
    padding-bottom: 85%;
}
.about_team_text{
    padding: 1.85vw;
}
.about_team_name{
    font-size: 1.025vw;
    font-weight: bold;
}
.about_team_zhiwei{
    font-size: 15px;
    color: #7fb031;
    margin:0.625rem 0;
}
.about_team_content{
    color: #666666;
}
/* 竖向虚线 */
.kv-step::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 46px;
    bottom: -42px;
    width: 2px;
    background: repeating-linear-gradient( to bottom, #cdcdcd, #cdcdcd 6px, transparent 6px, transparent 14px );
}

.kv-step:last-child::before {
    display: none;
}

.kv-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background:#7fb031;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 0 0 6px rgba(183,219,60,.25);
}

.kv-title {
    font-size: 0.9375vw;
    font-weight: 800;
    color: #222222;
    margin: 0 0 8px 0;
}

.kv-desc {
    font-size: 0.8333vw;
    line-height: 1.85vw;
    color: #666666;
    margin: 0;
}
.about_progress_right{
    width: 25%;
}
.about_progress_angel{
    width: 100%;
    background: rgba(127,176,49,0.2);
    border-bottom-right-radius: 2.08333vw;
    padding: 1.85vw 1.25vw;
}
.about_progress_angel_text{
    font-size: 0.8333vw;
    line-height: 1.85vw;
}
.about_progress_angel_text h1,.about_progress_contact h1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.625vw;
}
.about_progress_img{
    width: 46%;
    margin-left: 0.625vw;
    padding-bottom: 56%;
}
.about_progress_contact{
    width: 100%;
    padding: 1.5vw;
    background: rgba(0,0,0,0.1);
    border-bottom-right-radius: 2.08333vw;
    margin-top: 1.5vw;
}
.about_team_swiper .swiper-slide {
    pointer-events: none;
}
.index_business_pagination_wrap {
    width: 0;
    margin-top: 4.6875vw;
}
.index_business_pagination_wrap .index_business_pagination_box {
    position: relative;
    height: 0.1041666vw !important;
    background: #ffffff;
    width: 100%;
}
.index_business_pagination_wrap .index_business_pagination_box .swiper-pagination-progressbar-fill {
   background:#7fb031;
}
.AddIndexBusinessPagination {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
/*--Contact联系我们--*/
.contact_info_wrap{
    width: 100%;
    padding: 6.25vw 0;
}
.contact_info_box{
    justify-content: space-between;
    border-bottom: #cdcdcd 1px solid;
    padding-bottom: 6.25vw;
    margin-bottom: 4.1666vw;
}
.contact_info_img{
    width: 40%;
    overflow: hidden;
}
.contact_info_img img{
    border-radius: 15px;

}
.contact_info_item h2{
    font-size: 2.25vw;
    font-weight: bold;
    margin-bottom: 1.25vw;
}
.contact_info_item{
    line-height: 40px;
}
.contact_info_item ul li{
    width: 25%;
    margin:2.25vw 1.5vw 0 0;
}
.feedback_wrap_box{
	display:flex;
	flex-wrap:wrap;
	padding:2.125rem 0;
}
.feedback_item_list{
	width:calc(50% - 1rem);
	margin:0 2rem 2rem 0;
}
.feedback_item_list:nth-child(2n){
	margin-right:0;
}
.feedback_item_title{
	font-size:24px;
	color:#7fb031;
	border-bottom:#cdcdcd 1px solid;
	padding:0.8725rem 0;
}
.feedback_item_name{
	font-size:18px;
	color:#000;
	line-height:1.5rem;
	margin-bottom:0.5rem;
}
.feedback_item_name span{
	color:#F00;
	line-height:1.5rem;
	padding-left:5px;
}
.feedback_item_input input{
	font-size:16px;
	color:#222222;
	line-height:3.625rem;
	border:0;
	border-radius:8px;
	background:#f3f3f3;
	padding:0 1rem;
	width:100%;
}
.feedback_item_message{
	width:100%;
}
.feedback_item_area textarea{
	width:100%;
	height:185px;
	border:0;
	border-radius:8px;
	background:#f3f3f3;
}
.feedback_item_btn{
	width:100%;
	text-align:center;
	margin-top:2.5rem;
}
.feedback_item_btn .feedback_btn{
	font-size:18px;
	border-radius:25px;
	padding:0 4.25rem;
	line-height:45px;
	color:#ffffff;
	background:#7fb031;
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.feedback_item_btn:hover .feedback_btn{
	background:#e2de68;
	cursor:pointer;
	}
.business_contact_wrap{
    position: relative;
    overflow: hidden;
}
.business_contact_back{
    padding-bottom:18.6%;
}
.business_contact_box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin-right: -200px;
    background: #7fb031;
    border:0;
    border-radius: 30px;
    transform: skewX(-25deg);
}
.business_contact_btn{
    height: 100%;
    align-items: center;
    vertical-align: middle;
    padding: 0 0 0 4.25vw;
}
.business_contact_btn a{
    display: inline-block;
    background: #e2de68;
    color: #000;
    transform: skewX(25deg);
    padding: 0.625vw 1.5vw;
    border-radius: 1.5vw;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business_contact_btn a:hover{
    color: #e2de68;
    background: #000;
}
.ScaleInfinite {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}

@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
/*--底部footer--*/
.footer_wrap{
    width: 100%;
    background: #242522;
    border-top: #a1c070 3px solid;
    padding: 6.25vw 0 1.125vw;
}
.footer_content_box{
    justify-content: space-between;
}
.footer_content_logo{
    width: 22%;
}
.footer_content_logo a{
    vertical-align: middle;
}
.footer_content_logo img{
    width: auto;
    height: 3.785vw;
}
.footer_content_logo span{
    font-size: 1.785vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 3.785vw;
    color: #ffffff;
    margin-left: 0.625vw;
}
.footer_logo_text{
    font-size: 0.9375vw;
    line-height: 1.8vw;
    color: #ffffff;
    margin-top: 2.25vw;
}
.footer_nav_menu{
    width: 72%;
}
.footer_nav_menu_list{
    width: 25%;
}
.footer_nav_menu_title{
    font-size:0.9375vw;
    color: #ffffff;
    margin-bottom: 0.8333vw;
}
.footer_nav_menu_item a{
    color: #ffffff;
    line-height: 1.6666vw;
}
.footer_nav_menu_item a:hover{
    color: #7fb031;
}
.footer_copyright{
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-top: #a1c070 1px solid;
    padding: 0.7835vw 0;
    margin-top: 2.25vw;
}