.row_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.row_nocenter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row_bw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row_nobw {
    display: flex;
    justify-content: space-between;
}

.row_start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.row_nostart {
    display: flex;
    justify-content: flex-start;
}

.row_end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row_centerb {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.column_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column_nocenter {
    display: flex;
    flex-direction: column;
}

.column_bw {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.column_start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.column_nostart {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.column_end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

input::-webkit-input-placeholder {
    color: #868686
}

textarea::-webkit-input-placeholder {
    color: #868686
}



.height_100 {
    height: 100%;
}

.phone_nav {
    display: none;
}

.relative {
    position: relative;
}

.fixednav {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
}

/*header */
header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.logo_box {
    width: 190px;
}

.share_box {
    position: relative;
    z-index: 9;
}

.social-share {
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    left: 50%;
    background: #fff;
    border-radius: 50px;
}

.nav_imgicon {
    position: relative;
}

.nav_icon .nav_imgicon .share_img {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 10;
    background: url(https://anruiweb.com/images/a1.png) no-repeat center;
    background-size: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.nav_icon .nav_imgicon:hover .share_img {
    background: url(https://anruiweb.com/images/a1_2.png) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.search_img {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 10;
    background: url(https://anruiweb.com/images/a2.png) no-repeat center;
    background-size: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.nav_icon .nav_imgicon:hover .search_img {
    background: url(https://anruiweb.com/images/a2_2.png) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.nav_box {
    width: 70%;
    height: 100%;
}

.nav_box>ul,
.nav_box>ul>li,
.nav_box>ul li a {
    font-size: 16px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.nav_box ul,
.nav_box>ul>li {
    height: 100%;
}

.nav_box>ul>li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_box>ul li.active>a {
    color: #04c181;
}

.nav_box>ul li.active::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
    background: #04c181;
}

.nav_box>ul li:hover>a {
    color: #04c181;
    transform: translateY(-10);
}

ul.zi_ulnav {
    display: block;
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

ul.zi_ulnav>li {
    width: 100px;
    background: #fff;
    height: 0px;
}

ul.zi_ulnav li>a {
    font-size: 16px;
}

ul.zi_ulnav>li:hover {
    background: #04c181;
}

.nav_box>ul>li>ul.zi_ulnav>li:hover>a {
    color: #fff;
}

.nav_box>ul>li:hover ul.zi_ulnav {
    height: auto;
}

.nav_box>ul>li:hover ul.zi_ulnav li {
    height: 50px;
}

.nav_second {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    left: 50%;
    top: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav_third1 {
    width: 185px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav_third2 {
    width: 150px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav_third {
    margin-left: 20px;
    height: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.nav_third .nav_h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav_third:nth-of-type(1) {
    margin-left: 0;
}

.nav_third .nav_h1 a {
    font-size: 18;
    color: #32373C;
    font-weight: bold;
    padding-left: 10px;
}

.nav_third .nav_h1 img {
    width: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav_third ul {
    margin-top: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.nav_third ul li {
    line-height: 36px;
    color: #32373C;
}

.nav_third ul li a::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background: #04c181;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

/* .nav_third ul li a{padding-left: 25px;} */
.nav_third ul li:hover a {
    padding-left: 25px;
}

.nav_third ul li:hover a::before {
    width: 20px;
}

.nav_box>ul>li:hover .nav_second {
    height: auto;
    padding: 20px;
}

.nav_box>ul>li:hover .nav_second .nav_third {
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}


.weixin {
    position: relative;
    margin: 4px;
}

.wexin_erwe {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
    height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.weixin:hover .wexin_erwe {
    height: 110px;
}

/* phone nav */
/* 手机菜单导航 */
.shodow_bg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.menu_logo {
    position: absolute;
    left: 8.335%;
}

.menu_logo {
    width: 300px;
}

.menu_logo img {
    width: 120px;
}

.open_img {
    opacity: 0;
    width: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.nav-open .open_img {
    opacity: 1;
    z-index: 9;
    width: auto;
}

/* .menu_logo img.logo2{display: none;} */
.menu_nav .mu_intonav ul.meu_ful {
    width: 100%;
    opacity: 0;
    margin-top: 22%;
    -webkit-transition-duration: 0.77s;
    transition-duration: 0.77s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.mu_intonav ul.meu_ful li {
    list-style: none;
}

.menu_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #32373c;
    right: 0;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.menu_nav .mu_intonav ul.meu_ful>li>a,
.menu_nav .mu_intonav ul.meu_ful>li>span {
    color: #000;
    font-size: 0px;
    display: block;
    text-align: center;
    padding: 10px 0;
    position: relative;
    -webkit-transition-duration: 0.77s;
    transition-duration: 0.77s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-open .lower-screen {
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.nav-open .nav-toggle .icon span {
    width: 0;
}

.nav-open .nav-toggle .icon:before {
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

.nav-open .nav-toggle .icon:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.nav-toggle {
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.mu_intonav {
    width: 8px;
    height: 0px;
    border-radius: 100px;
    /* background-color:#faaa23; */
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateX(50%) translateY(0%);
    -ms-transform: translateX(50%) translateY(0%);
    transform: translateX(50%) translateY(0%);
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-open .mu_intonav {
    width: 100%;
    height: 100vh;
    /* background-color:rgba(250,170,35,0.95); */
    background: #fff;
    top: 0%;
    right: 0;
    border-radius: 0 0 0 0px;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}

.nav-open .mu_intonav ul.meu_ful {
    opacity: 1;
}

.nav-open .mu_intonav ul.meu_ful li a,
.nav-open .mu_intonav ul.meu_ful li span {
    font-size: 20px;
}

.nav-toggle .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-timing-function: swing;
}

.nav-open .nav-toggle .icon {
    right: 30px;
}

.nav-toggle .icon span {
    top: 9px;
    position: absolute;
    display: block;
    background: #04c181;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-timing-function: swing;
}

.nav-toggle .icon:before,
.nav-toggle .icon:after {
    width: 30px;
    height: 2px;
    background-color: #04c181;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-toggle .icon:before {
    top: 0px;
}

.nav-toggle .icon:after {
    bottom: 0px;
}

.phone_nav {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 3;
    min-height: 40px;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
    /* background: -webkit-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5));
	background: -moz-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%);  */
}

.phone_nav .menu_nav img {
    width: 140px;
    position: absolute;
    top: 8px;
    left: 20px;
}

.menu_chou {
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: sticky;
    position: -webkit-sticky;
    margin-top: 10%;
}

.menu_chou a {
    color: #333;
}

.menu_nav .mu_intonav ul.meu_ful li ul.int_listul {
    display: none;
    margin-bottom: 26px;
}

.menu_nav .mu_intonav ul.meu_ful li ul.int_listul>li>a {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    text-align: center;
    padding: 6px 0;
    -webkit-transition-duration: 0.77s;
    transition-duration: 0.77s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.mu_intonav ul.meu_ful li.men_click>a {
    display: block;
    position: relative;
}

.mu_intonav ul.meu_ful li.men_click>span {
    display: block;
    position: relative;
}

.mu_intonav ul.meu_ful li.men_click>a::before,
.mu_intonav ul.meu_ful li.men_click>span::before {
    content: "";
    position: absolute;
    right: 30%;
    top: 34%;
    background: url(https://anruiweb.com/images/arr.png) no-repeat center;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: block;
    -webkit-transition-duration: 0.77s;
    transition-duration: 0.77s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.mu_intonav ul.meu_ful li.men_click>a.current_fx::before {
    transform: rotate(90deg);
}

.mu_intonav ul.meu_ful li.men_click>span.current_fx::before {
    transform: rotate(90deg);
}

.index_banner {
    width: 100%;
    height: calc(76% + 80px);
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.index_banner .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.index_banner .slide-inner {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    -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;
    color: #fff;
}

.index_banner .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_text {
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner_h3 {
    font-size: 32px;
    color: #003ba0;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

.banner_h3_1 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

.index_banner .swiper-container .swiper-slide-active .banner_h3,
.index_banner .swiper-container .swiper-slide-active .banner_h3_1 {
    animation: donghualeft 3s;
    -webkit-animation: donghualeft 3s;
}

.index_banner .slide-inner img.z_img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.index_banner .slide-inner img.z_img1 {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.index_banner .swiper-container .swiper-slide-active img.z_img,
.index_banner .swiper-container .swiper-slide-active img.z_img1 {
    animation: donghualeft 2.5s;
    -webkit-animation: donghualeft 2.5s;
}

.index_banner .swiper-container .swiper-pagination {
    z-index: 7;
}

@-webkit-keyframes donghualeft {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes donghualeft {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.imgtext {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    margin-left: -16px;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
}

@keyframes mymove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

#add_one {
    position: absolute;
    bottom: 6%;
}

.ph_bimg {
    display: none;
}

.index_padding {
    padding: 190px 0;
    background: #f9faff;
}

.index_1 {
    padding-top: 68px;
}

.index_2 {
    padding-top: 80px;
}

.index_3 {
    padding-top: 70px;
}

.index_4 {
    padding-top: 80px;
}

.index_5,
.index_6,
.index_7 {
    padding-top: 100px;
}

.title .title_h1 {
    font-size: 36px;
    color: #32373c;
    display: block;
    font-weight: 800;
}

.title .title_h1_text {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.title_p1 {
    text-align: center;
    font-size: 24px;
    color: #5c5c5c;
    margin-top: 20px;
}

.index_onebox {
    width: 83%;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
}

.index_onebox img.half_img {
    margin: 0 auto;
    display: block;
    width: 54%;
}

.pso {
    position: absolute;
    z-index: 1;
    width: 30%
}

.left_x1 {
    text-align: right;
}

.left_x1 p {
    text-align: right;
}

.left_x2 {
    text-align: left;
}

.pos_mid h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.pso1 {
    bottom: 0;
    left: 2%;
}

.pso2 {
    bottom: 50%;
    left: 12%;
}

.pso3 {
    top: -12%;
    left: 35%;
}


.pso5 {
    bottom: 50%;
    left: 62%;
}

.pso6 {
    bottom: 0%;
    left: 69%;
}

.phone_pso {
    display: none;
}

.index2_img {
    margin: 50px auto 0 auto;
    display: block;
}

.index_2 {
    background: #f7f9fc;
    padding-bottom: 5%;
}

.swiper_box {
    width: 100%;
    position: relative;
    margin-top: 5%;
}

.swiper_box .top_swiper {
    position: absolute;
    width: 50%;
    height: 80%;
    top: 10%;
    z-index: 1;
    right: 0;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.index_3 .mySwiper2_text {
    border-radius: 20px;
    overflow: hidden;
    width: 70%;
    left: 0;
    margin: 0;
}

.mySwiper_img {
    height: 100%;
}

.swiper-pagination-fraction {
    font-family: Impact;
}

.swiper-pagination-current {
    color: #04c181;
    font-size: 24px;
    padding-right: 5px;
}

.swiper-pagination-total {
    padding-left: 5px;
}

.top_swiper .swiper-button-next_fn,
.top_swiper .swiper-button-prev_fn {
    bottom: 0;
    top: auto;
    z-index: 99;
}

.inbox {
    padding: 4%;
}

.for_line {
    height: 4px;
    background: #04c181;
    width: 0px;
    margin-bottom: 10%;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.swe_h1 {
    font-size: 26px;
    color: #32373c;
    margin-bottom: 20px;
}

.swe_h2 {
    font-size: 26px;
    font-weight: normal;
    color: #32373c;
    margin-bottom: 20px;
}

.swip_text {
    font-size: 16px;
    line-height: 26px;
    color: #32373c;
}

.swiper-slide-thumb-active .for_line {
    width: 100px;
}

.mySwiper_img .swiper-button-next:after,
.mySwiper_img .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.mySwiper_img .swiper-button-next,
.mySwiper_img .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #04c181;
    border-radius: 4px;
}

.index_4 {
    background: url(../images/index/guifan_bg.png) no-repeat center bottom;
    width: 100%;
    margin-top: 8%;
    background-size: auto 100%;
    padding: 5% 0;
}

.index4_box {
    width: 68%;
    margin: 4% auto 0 auto;
}

.index_4 .title .title_h1 {
    color: #fff;
}

.index_4 .line {
    width: 50px;
    height: 4px;
    background: #04c181;
    border-radius: 4px;
    margin: 0 auto 66px auto;
}

.index4_text {
    text-align: center;
    color: #fff;
    line-height: 24px;
}

ul.index4_ul {
    width: 100%;
    margin-top: 7%;
}

ul.index4_ul li img {
    display: block;
    margin: 0 auto 30px auto;
}

ul.index4_ul span {
    color: #fff;
    font-size: 24px;
    text-align: center;
}



.inde5_mid {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 25px;
}

.index5_left {
    width: 40%;
}

.index5_right {
    width: 60%;
    padding-left: 13px;

}

.index5_right .right_title {
    display: none;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 800;
    color: #FFAE1B;
    text-align: center;
}

.index5_right .juece_div {
    padding: 70px 0 34px 30px;
    border-bottom: 1px dashed #FFAE1B;
    font-size: 20px;
    font-weight: 800;
    color: #FFAE1B;
}

.index5_right .juece_div img {
    width: 31px;
    height: 28px;
    margin-right: 14px;
}

.ind5_rdiv_2div {
    height: 128px;
    border-bottom: 1px dashed #00BD8A;

}

.ind5_rdiv_2 {
    padding: 0 30px;
    height: 128px;
}

.rdiv_2_item {
    width: 23%;
}

.rdiv_2_item .tag_div {
    width: 45%;
    height: 36px;
    margin-right: 5%;
    background: #00BD8A;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: 800;
    color: #F7F9FC;
}

.rdiv_2_item .text {
    width: 50%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #212931;
    line-height: 24px;
}

.ind5_rdiv_3div {
    height: 118px;
    border-bottom: 1px dashed #00A564;
}

.ind5_rdiv_3 {
    padding: 0 30px;
    height: 118px;
}

.ind5_rdiv_3 .rdiv_3_item {
    width: 18%;
    font-size: 18px;
    font-weight: 800;
    color: #212931;
}

.ind5_rdiv_3 .rdiv_3_item img {
    margin-right: 7px;
}

.ind5_rdiv_4 {
    flex-wrap: wrap;
}

.ind5_rdiv_4 div {
    width: 18.2%;
    height: 42px;
    margin-right: 10px;
    margin-bottom: 7px;
    text-align: center;
    line-height: 42px;
    background: #F2FBFC;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #212931;
}

.index_6 {
    padding-bottom: 80px;
}

.index_mid6 {
    margin-top: 60px;
}

.index_mid6 ul {
    width: 100%;
    flex-wrap: wrap;
}

.index_mid6 ul li {
    width: 17%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 1% 0.5% 3% 0.5%;
    margin-bottom: 30px;
}

.index_mid6 ul li img {
    display: block;
    margin: 0 auto;
}

.index_mid6 ul li h3 {
    font-size: 26px;
    font-weight: 800;
    color: #32373C;
}

.index_mid6 ul li p {
    color: #6e7882;
    font-size: 16px;
    width: 92%;
    margin: 0 auto 0 auto;
    padding-top: 30px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
}

.index_mid6 .li6_div {
    width: 100%;
}

.pso1_ph,
.pso2_ph,
.pso3_ph {
    display: none;
}

.index_8 {
    background: #F7F9FC;
    width: 100%;
    padding: 100px 0;
}

.index_8 .sub_title {
    margin: 28px 0 42px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #5C5C5C;

}

.index_8 .nav_box {
    width: 77%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.index_8 .nav_box .nav_item {
    width: 31.5%;
    /* height: 109px; */
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #A4E7D5;
    cursor: pointer;
}

.index_8 .nav_box .nav_item .nav_item_in {
    height: 88px;
    padding: 5px 10px;
    background: #F2FBFC;
}

.index_8 .nav_box .nav_item .active {
    background: #00A564;

}

.index_8 .nav_box .nav_item .nav_item_in img {
    margin-right: 10px;
}

.index_8 .nav_box .nav_item .nav_item_in .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #212931;
}

.index_8 .nav_box .nav_item .nav_item_in span {
    font-size: 15px;
    font-weight: 500;
    color: #50585E;
}

.index_8 .nav_box .nav_item .active .title {
    color: #FFFFFF;
}

.index_8 .nav_box .nav_item .active span {
    color: #FFFFFF;
}

.index_mid8 {
    display: flex;
    width: 100%;
    overflow: hidden;
    transition: height 2s ease-in-out;
}

.index_mid8 .index5_left {
    width: 48%;
    margin-right: 2%;
}

.index_mid8 .index5_left p {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #50585E;
    line-height: 28px;
}

.index_mid8 .index5_left .text_div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 27px;
}

.index_mid8 .index5_left .text_div img {
    margin-top: 2px;
    margin-right: 14px;
}

.index_mid8 .index5_left .text_div .title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #212931;
}

.index_mid8 .index5_left .text_div span {
    font-size: 14px;
    font-weight: 500;
    color: #50585E;
}

.index_mid8 .btn_more {
    display: block;
    width: 153px;
    height: 48px;
    margin-top: 8px;
    background: #00A564;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.index_mid8 .btn_more:hover {
    background: #00804e;
}

.index_mid8 .ph_btn_more {
    display: none;
}

.index_mid8 .index5_right {
    width: 50%;
}

.index_8 .ph_nav_box {
    display: none;
}

.index_8 .ph_nav_box .nav_box {
    margin-bottom: 20px;
}

.index_8 .ph_nav_box .nav_box .nav_item {
    padding: 5px;
}

.index_8 .ph_nav_box .nav_box .nav_item {
    width: 32%
}

.index_8 .ph_nav_box .nav_box .nav_item .nav_item_in {
    padding: 8px;
}

.index_8 .ph_nav_box .nav_box .nav_item .nav_item_in img {
    width: 30px;
    margin: 0;
}

.index_8 .ph_nav_box .nav_box .nav_item .nav_item_in .title {
    margin: 0;
    font-size: 13px;
}

.index_8 .ph_nav_box .nav_box .nav_item .nav_item_in span {
    font-size: 10px;
}

.index_9 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/index/index9_bg.png) no-repeat center bottom;
    background-size: auto 100%;
    color: #fff;
}

.index_9 .title_h1_text {
    color: #fff;
}

.index_9 .sub_title {
    margin-top: 28px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.index_mid9_item {
    width: 14%;
    flex-direction: column;
    padding: 10px 1% 20px 1%;
    height: 457px;
    background: rgba(0, 53, 80, .6);
}

.index_mid9_item p:hover span {
    color: #FFAE1B;
}

.index_mid9_item img {
    margin-bottom: 3px;
}

.index_mid9_item div {
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
}

.index_mid9_item ul {
    width: 100%;
    margin-top: 20px;
}

.index_mid9_item ul li {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.index_mid9_item p {
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.index_mid9_item p span {
    font-size: 16px;
    font-weight: bold;
    color: #00BD8A;
    cursor: pointer;
    transition: all 0.3s;
}

.index_mid9_item p .jiantou {
    display: inline-block;
    width: 30px;
    height: 12px;
    margin-left: 7px;
    margin-bottom: 0;
    background-image: url(../images/index/lvjiantou.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.index_mid9_item p:hover .jiantou {
    background-image: url(../images/index/huangjiantou.png);
}

.index_10 {
    width: 100%;
    padding: 72px 0;
    background: url(../images/index/index10_bg.png) no-repeat center bottom;
    background-size: auto 100%;
    color: #fff;
}

.index_10 .title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
}

.index_10 .sub_title span {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
}

.index_10 .sub_title div {
    font-size: 48px;
    font-weight: 800;
    color: #FFAE1B;
}

.index_10 .btn_class {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 35px;
    background: #00A564;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.index_10 .btn_class:hover {
    background: #00804e;
}

.index_7 {
    background: #f7f8fc;
    width: 100%;
    padding: 100px 0;
}

.index_7 .mySwiper_news {
    padding-top: 60px;
}

.index_7 .swiper_but {
    position: relative;
    width: 150px;
}

.index_7 .swiper_but .swiper-button-next_news,
.index_7 .swiper_but .swiper-button-prev_news {
    width: 50px;
    height: 50px;
    background: #04c181;
}

.index_7 .swiper_but .swiper-button-next:after,
.index_7 .swiper_but .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}
.index_9 .swiper_but .swiper-button-next_city,
.index_9 .swiper_but .swiper-button-prev_city {
    width: 40px;
    height: 40px;
    background: #04c181;
}

.index_9 .swiper_but .swiper-button-next:after,
.index_9 .swiper_but .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}
.index_9 .swiper_but {
    display: none;
    width: 150px;
    margin-top: 50px;
}
.swiper_city{
    display: none;
}
.index_7 .swiper-slide a {
    display: block;
    width: 100%;
    background: #fff;
}

.index_7 .swiper-slide a .sl_news {
    width: 100%;
}

.index_7 .in_news_img {
    width: 100%;
    overflow: hidden;
}

.index_7 .in_news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px;
}

.index_7 .in_newstext {
    width: 100%;
    padding: 26px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.index_7 .in_newstext .innews_text {
    color: #32373c;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.in_newsmore {
    background: #f5fbf7;
    padding: 20px;
    margin-top: 20px;
}

.index_7 .swiper-slide:hover .in_newstext {
    background: #00A564;
}

/* .index_7 .swiper-slide:hover .in_newstext .innews_text {
    color: #fff;
} */

.index_7 .rl_news {
    background: url(../images/index/INDEX_85.png) no-repeat center;
    width: 22px;
    height: 22px;
    /* transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; */
    margin-right: 10px;
}

.index_7 .in_nestime_r {
    background: url(../images/index/INDEX_87.png) no-repeat center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    /* transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; */
}

/* .index_7 .swiper-slide:hover .rl_news {
    background: url(../images/index/INDEX_84.png) no-repeat center;
}

.index_7 .swiper-slide:hover .in_nestime_r {
    background: url(../images/index/INDEX_86.png) no-repeat center;
} */

.index_7 .swiper-slide:hover .in_news_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

a.look_more {
    width: 200px;
    height: 50px;
    background: #00A564;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 60px auto 0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a.look_more:hover {
    background: #00804e;
}


.back_top {
    width: 140px;
    position: fixed;
    z-index: 99;
    bottom: 8%;
    right: 0;
    background: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 10px rgba(0, 5, 39, 0.1);
    padding: 10px;
}

.back_top h3 {
    padding-left: 30px;
    font-size: 16px;
    color: #04c181;
}

.back_top1 h3 {
    background: url(../images/index/icon2.png) no-repeat left;
}

.back_top h5 {
    font-size: 16px;
    padding-top: 10px;
}

.back_top2 h3 {
    background: url(../images/index/icon3.png) no-repeat left;
    margin-top: 20px;
}

.back_top3 {
    margin-top: 20px;
}

.back_top3 img {
    max-width: 110px;
    margin: 0 auto 10px auto;
}

.back_top3 span {
    font-size: 14px;
    text-align: center;
}

a.back_top4 {
    margin-top: 20px;
}

a.back_top4 span {
    font-size: 16px;
    text-align: center;
    color: #04c181;
}

.back_top5 {
    margin-top: 15px;
}

.back_top5 a {
    background: #04c181;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.back_top5 a:hover {
    background: #119c88;
}

.back_top5 a span {
    color: #fff;
    display: block;
    margin-left: 10px;
}

.main_1280 {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.zhengw_one1 {
    padding: 100px 0;
    background: #f7f8fc;
}

ul.gw_ul li {
    text-align: center;
    margin-top: 40px;
    width: 22%;
}

ul.gw_ul li .g_img {
    margin-bottom: 20px;
}

ul.gw_ul li .g_text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

ul.gw_ul li .g_text .zw_p {
    font-size: 16px;
    color: #32373c;
    line-height: 28px;
}

.gw_simg {
    margin-top: 50px;
    width: 100%;
}

.gw_simg img {
    margin: 0 auto;
    display: block;
}

.middle_banner {
    position: relative;
    width: 100%;
    margin: 100px auto 0px auto;
}

.middle_banner img {
    display: block;
    width: 100%;
    object-fit: unset;
}

.middle_b_textbox {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.middle_b_textbox h1 {
    color: #fff;
    font-size: 56px;
}

.middle_b_textbox .mid_t {
    font-size: 26px;
    padding-top: 20px;
}

ul.li_ul {
    margin-top: 40px;
    flex-wrap: wrap;
}

ul.li_ul2 li {
    width: 150px;
    ;
    margin-right: 8%;
    margin-bottom: 30px;
}

ul.li_ul li h4 {
    font-size: 22px;
    padding-top: 15px;
    color: #32373C;
}

.Inside:nth-of-type(2n+2) {
    background: #f7f8fc;
    width: 100%;
}

.et-main .Inside:nth-of-type(2n) {
    background: #f7f8fc;
    width: 100%;
}

.et-main .Inside:nth-of-type(2n+1) {
    background: #fff;
}

.Inside_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insede_text {
    width: 47%;
}

.inside_pc_img {
    max-width: 45%;
}

.inside_pc_img img {
    width: 100%;
    display: block;
}

.inside_ph_img {
    width: 100%;
    display: none;
}

.inside_ph_img img {
    width: 100%;
}

.insede_text h1 {
    font-size: 36px;
    color: #32373c;
}

.insede_text h3 {
    font-size: 24px;
    color: #32373c;
    font-weight: normal;
    margin-top: 30px;
}

.insede_text .insede_p {
    font-size: 16px;
    color: #32373c;
    line-height: 26px;
    margin-top: 30px;
}

.insede_text .insede_p1 {
    margin-top: 0;
}

.insede_text .insede_p span {
    font-weight: bold;
}

.Inside {
    padding: 100px 0;
}

/* .Inside_banner{height: 600px;} */
.inside_bannertext h1 {
    font-size: 56px;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin-top: 13%;
}

.inside_bannertext h1.h1 {
    margin-top: 15%;
}

.et-hero-tabs {
    position: relative;
}

.et-hero-tabs-container {
    z-index: 10;
    width: 60%;
}

.et-hero-tabs-container a {
    width: 25%;
    text-align: center;
    position: relative;
}

.et-hero-tabs-container a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.et-hero-tabs-container a:nth-last-of-type(1):after {
    display: none;
}

/* .et-hero-tab-slider { position: absolute; bottom: 0;width: 0;
  height: 6px;background: #66B1F1;transition: left 0.3s ease;}
.et-hero-tabs{width: 100%; border-radius:6px; background: #fff;
    box-shadow:0 0 10px rgba(0,5,39,0.1);padding: 20px;
    margin-top: -30px;}
.et-hero-tabs-container--top {position: fixed;top: 0;z-index:99999;} */
ul.hb_ul {
    flex-wrap: wrap;
    width: 100%;
}

ul.hb_ul li {
    width: 45%;
    flex-wrap: wrap;
}

ul.hb_ul li img {
    display: block;
    width: 50px;
}

ul.hb_ul li .hb_ulli {
    width: calc(100% - 70px);
}

ul.hb_ul li .hb_ulli h3 {
    font-size: 22px;
    color: #32373c;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.hb_ul li .hb_ulli .ulli_text {
    font-size: 16px;
    line-height: 26px;
}

@media screen and (width:2480px) and (min-width:480px) {
    .news_left {
        width: 300px;
        height: 215px;
    }
}

.news_left {
    overflow: hidden;
}

ul.news_list li {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

ul.news_list li:nth-last-of-type(1) {
    border-bottom: none;
}

.news_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ul.news_list li:hover .news_left img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.news_right {
    width: calc(100% - 340px);
}

.news_right .n_timg {
    margin-bottom: 20px;
}

.n_timg img {
    margin-right: 10px;
}

.n_timg span {
    font-size: 16px;
    color: #6e7882;
}

.news_right div.h1 {
    font-size: 20px;
    color: #32373c;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.news_right .new_p {
    font-size: 16px;
    color: #32373c;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_more {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ul.news_list li:hover .news_more {
    margin-left: 20px;
}

ul.news_list li:hover .news_right div.h1 {
    color: #04c181;
}

.pages {
    margin-bottom: 60px;
}

.pages a,
.pages span {
    display: inline-block;
    margin: 10px 2px;
    width: 50px;
    height: 50px;
    background: #f7f7f7;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pages .on,
.pages span {
    background: #04c181;
    color: #fff;
}

.pages a:hover {
    color: #04c181;
}

.newsxq_h1 {
    font-size: 20px;
    color: #32373c;
    padding: 40px 0;
}

.news_text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 40px;
}

.news_text img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.news_bottom {
    margin-top: 60px;
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
}

.news_bottom .n_line {
    width: 00px;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.news_bottom>div:hover .n_nexta span {
    color: #04c181;
}

.news_bottom>div:first-child {
    margin-bottom: 30px;
}

.news_bottom>div:hover .n_line {
    background: #04c181;
    width: 40px;
}

.about_right {
    width: 47%;
}

.about_right img {
    width: 100%;
}

.about_left1 h1 {
    font-size: 36px;
    color: #32373c;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.about_left1 h1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 6px;
    background: #04c181;
}

.about_text {
    font-size: 16px;
    line-height: 28px;
}

.about_left1 {
    width: 37.2%;
    margin-right: 4%;
}

.about_one {
    padding: 60px 0 100px 0;
}

.about_two {
    background: url(https://anruiweb.com/images/ab_23.png) no-repeat center bottom #f7f8fc;
    padding: 100px 0;
}

.about_two .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.about_two .swiper-slide {
    background-size: cover;
    background-position: center;
}

.about_two .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.about_two .mySwiper .swiper-slide {
    height: 100%;
    padding-top: 10px;
}

.about_his_left .his_line {
    width: 40px;
    height: 4px;
    background: #333333;
    margin-right: 20px;
}

.about_his_left h1 {
    font-size: 70px;
    color: #04c181;
}

.about_his_left h1 span {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    padding-left: 15px;
}

.about_his_right {
    font-size: 18px;
    line-height: 34px;
    width: calc(90% - 300px);
}

.about_mid_his {
    width: 80%;
    margin: 0 auto;
}

.year_time {
    height: 100%;
    position: relative;
    color: #32373c;
    font-size: 30px;
    font-weight: bold;
}

.about_two .mySwiper_a {
    height: 150px;
    margin-top: 40px;
}

.about_two .mySwiper_a2 {
    width: 100%;
    height: 150px;
    margin-top: 50px;
    padding-top: 10px;
}

.about_two .mySwiper_a::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.about_two .mySwiper .swiper-slide-thumb-active .year_time {
    background: #04c181;
    color: #fff;
}

.about_two .swiper-button-next:after,
.about_two .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.about_two .swiper-button-next,
.about_two .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #04c181;
    border-radius: 100%;
}

.about_two .mySwiper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #bcbcbc;
    border-radius: 100px;
    left: 50%;
    z-index: 2;
    margin-left: -5px;
}

.about_two .mySwiper .swiper-slide-thumb-active::before {
    background: #04c181;
    width: 16px;
    height: 16px;
    top: -8px;
}

.title_p2 {
    text-align: center;
    width: 80%;
    font-size: 18px;
    color: #5c5c5c;
    margin: 20px auto 0 auto;
}

.about_three {
    padding: 100px 0;
}

ul.zh_ul1 {
    margin-top: 50px;
}

ul.zh_ul li {
    margin: 15px 0.5%;
    width: 15%;
}

ul.zh_ul li span {
    text-align: center;
    display: block;
    margin-top: 20px;
}

ul.zh_ul li>div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 5px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ul.zh_ul li>div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.zh_ul li:hover>div {
    transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
}

.contact_one {
    padding: 100px 0;
}

ul.contact_ul {
    padding-top: 50px;
}

ul.contact_ul li {
    width: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 40px 20px;
}

ul.contact_ul li img {
    display: block;
    margin-bottom: 20px;
}

ul.contact_ul li p {
    font-size: 18px;
    color: #32373c;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.contact_two {
    background: #f7f8fc;
    padding: 100px 0;
    width: 100%;
}

.contact_input {
    width: 68.75%;
    margin: 50px auto 0 auto;
}

.contact_input input {
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contact_input input.name {
    width: 47%;
}

.contact_input input.phone {
    width: 47%;
}

.contact_input input.qiye {
    width: 100%;
}

.contact_input input:hover {
    box-shadow: 0 0 15px rgba(4, 193, 129, 0.2);
    border: 1px solid #fff;
}

.contact_input input:hover::-webkit-input-placeholder {
    color: #04c181
}

.contact_input textarea {
    width: calc(100% - 10px);
    padding-left: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 150px;
    line-height: 30px;
    font-family: Microsoft YaHei, WenQuanYi Micro Hei, Arial;
    font-size: 16px;
    margin-bottom: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contact_input textarea:hover {
    box-shadow: 0 0 15px rgba(4, 193, 129, 0.2);
    border: 1px solid #fff;
}

.contact_input textarea:hover::-webkit-input-placeholder {
    color: #04c181
}

input.submit {
    background: #04c181;
    border: none;
    width: 47%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

input.submit:hover {
    background: #119c88;
    border: none;
}

#allmap {
    height: 500px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

#allmap img {
    max-width: none;
}