﻿@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    word-wrap: break-word;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.pcshow {
    display: block;
}

.wapshow {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
textarea {
    font: inherit;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.end {
    align-items: flex-end;
}

.flexcenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.flexend {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.wrap_box {
    line-height: 1.7;
    color: #333;
    font-size: 16px;
    margin: 0;
}

.content {
    width: 1300px;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100%;
}

.hidden {
    overflow: hidden;
}

.f60 {
    font-size: 0.6rem;
}

.f58 {
    font-size: 0.58rem;
}

.f54 {
    font-size: 0.54rem;
}

.f48 {
    font-size: 0.48rem;
}

.f46 {
    font-size: 0.46rem;
}

.f45 {
    font-size: 0.45rem;
}

.f42 {
    font-size: 0.42rem;
}

.f40 {
    font-size: 0.4rem;
}

.f38 {
    font-size: 0.38rem;
}

.f37 {
    font-size: 0.37rem;
}

.f36 {
    font-size: 0.36rem;
}

.f35 {
    font-size: 0.35rem;
}

.f34 {
    font-size: 0.34rem;
}

.f32 {
    font-size: 0.32rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f27 {
    font-size: 0.27rem;
}

.f26 {
    font-size: 0.26rem;
}

.f24 {
    font-size: 0.24rem;
}

.f22 {
    font-size: 0.22rem;
}

.f21 {
    font-size: 0.21rem;
}

.f20 {
    font-size: 0.2rem;
}

.f18 {
    font-size: 0.18rem;
}

.f16 {
    font-size: 0.16rem;
}

.f15 {
    font-size: 0.15rem;
}

.f14 {
    font-size: 0.14rem;
}

.f13 {
    font-size: 0.13rem;
}

.f12 {
    font-size: 0.12rem;
}

.gray {
    color: #505050 !important;
}

.gray3 {
    color: #333 !important;
}

.gray6 {
    color: #666 !important;
}

.gray9 {
    color: #999 !important;
}

.gray10 {
    color: #3D3D3D !important;
}

.gray11 {
    color: #818181 !important;
}

.white {
    color: #fff;
}

.subcolor {
    color: #736AB1;
}

.lh {
    line-height: 2;
}

.mar_t10 {
    margin-top: 0.1rem;
}

.mar_t18 {
    margin-top: 0.18rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t80 {
    margin-top: 0.8rem;
}

.mar_r10 {
    margin-right: 0.1rem;
}

.mar_r20 {
    margin-right: 0.2rem;
}

.mar_r30 {
    margin-right: 0.3rem;
}

.mar_r36 {
    margin-right: 0.36rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.mar_t50 {
    margin-top: 0.5rem;
}

.mar_t60 {
    margin-top: 0.6rem;
}

.mar_t100 {
    margin-top: 1rem;
}

.puple {
    color: #2a1c89;
}

.phone {
    display: none;
}

.p30 {
    padding: 30px 0;
}


/*banner*/

.header_bg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 9;
}

.header_bg.ding {
    top: 50px;
}

.header_bg.on {
    /* background: #fff; */
    /* display: hidden; */
}

.header_bg.on .logo img:first-child,
.header_bg.on .ss_btn img:first-child {
    opacity: 0;
}

.header_bg.on .logo img:last-child,
.header_bg.on .ss_btn img:last-child {
    opacity: 1;
}

.header_bg.on .nav {
    color: #333;
}

.header_bg.on .nav li>a {
    color: #333;
}

.header_bg.on .nav li>a::after {
    background: #302388;
}

.top_bg {
    width: 100%;
    border-bottom: solid 1px rgba(189, 201, 255, 0.2);
    height: 50px;
    line-height: 50px;
    left: 0;
    z-index: 2;
    color: rgba(255, 255, 255, 0.7);
}

.link a {
    color: #d6ddff;
    margin-left: 35px;
    opacity: 0.7;
}

.link a img {
    width: 44px;
}

.link a.flex img {
    margin-right: 5px;
    width: 17px;
}

.link a:hover {
    opacity: 1;
}

.m_top_bg .link a {
    color: #fff;
    opacity: 1;
}

.logo {
    width: 148px;
    height: 45px;
}

.logo img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
}

.logo img:last-child {
    opacity: 0;
}

.nav {
    width: 760px;
    color: #fff;
}

.nav li>a {
    position: relative;
    display: block;
    line-height: 50px;
}

.nav li>a:hover {
    color: #fff;
}

.nav li>a::after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 8px;
    position: absolute;
    transform: scale(0, 0);
    transition: all 0.6s;
}

.nav li.active>a::after {
    transform: scale(1, 1);
}

.nav li:hover>a::after {
    transform: scale(1, 1);
}

.nav li:hover .sub_bg {
    height: 150px;
}

.ss_btn {
    width: 21px;
    height: 20px;
    cursor: pointer;
    margin-left: 30px;
}

.ss_btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ss_btn img:last-child {
    opacity: 0;
}

.sub_bg {
    width: 100%;
    background: rgba(12, 18, 30, 0.9);
    left: 0;
    top: 70px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s;
}

.sub_nav {
    color: #fff;
    font-size: 14px;
    width: 1008px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sub_nav a {
    display: inline-block;
    margin: 20px 70px 0;
    line-height: 38px;
    border-bottom: solid 1px #555e74;
}

.fullpage {
    width: 100%;
    height: 100vh;
}

.fullpage .swiper-slide {
    overflow: hidden;
}

.fullpage .swiper-slide-active .banner_txt p,
.fullpage .swiper-slide-active .banner_txt h4,
.fullpage .swiper-slide-active .banner_txt h3,
.fullpage .swiper-slide-active .pro_con,
.fullpage .swiper-slide-active .pro_pic,
.fullpage .swiper-slide-active .news_con,
.fullpage .swiper-slide-active .news_pic,
.fullpage .swiper-slide-active .health_con,
.fullpage .swiper-slide-active .jiazhi_list,
.fullpage .swiper-slide-active .jiazhi_con,
.fullpage .swiper-slide-active .tit,
.fullpage .swiper-slide-active .service_list,
.fullpage .swiper-slide-active .message_tit,
.fullpage .swiper-slide-active .message_con {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-duration: 1.5s;
}

.index_page {
    width: 1.35rem;
    right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.index_page .swiper-pagination-bullet {
    width: 0.1rem;
    height: 2px;
    background: #fff;
    opacity: 1;
    position: relative;
    border-radius: 0;
    margin: 0.1rem 0 !important;
    transition: all 0.6s;
}

.index_page .swiper-pagination-bullet-active {
    width: 0.3rem;
}

.index_page .swiper-pagination-bullet-active .pro_type_side_list_tit {
    display: flex;
}

.index_page.on .swiper-pagination-bullet {
    background: #615d5b;
}

.swiper-pagination span:hover .swiper-pagination-bullet {
    width: 0.3rem;
}

.swiper-pagination:hover .swiper-pagination-bullet {
    margin: 0.2rem 0 !important;
}

.swiper-pagination:hover .pro_type_side_list_tit {
    display: block;
}

.pro_type_side_list_tit {
    left: -0.9rem;
    top: -0.08rem;
    white-space: nowrap;
    color: #fff;
    line-height: 0.2rem;
    text-align: left;
    height: 100%;
    font-size: 14px;
    display: none;
}

.pro_type_side_list_tit.on {
    color: #555;
}

.fullpage_pic {
    height: 100vh;
    object-fit: cover;
}

.content_page {
    height: 100%;
    padding: 0.9rem 0 0;
}

.content_pageJia {
    padding: 0.6rem 0 0;
}

.banner img {
    height: 100vh;
    object-fit: cover;
}

.banner li.swiper-slide-active .banner_txt p,
.banner li.swiper-slide-active .banner_txt h4,
.banner li.swiper-slide-active .banner_txt h3 {
    display: block;
}

.banner_txt {
    left: 0;
    right: 0;
    top: 30%;
    color: #fff;
}

.banner_txt p {
    margin-bottom: 0.35rem;
    display: none;
}

.banner_txt h4 {
    animation-delay: 0.4s;
    display: none;
}

.banner_txt h3 {
    animation-delay: 1s;
    display: none;
}

.down {
    width: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0.5rem;
    z-index: 2;
}

.down img {
    animation: myMove 1.5s infinite;
    width: 0.27rem;
    height: 0.47rem;
}

@keyframes myMove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.1rem);
    }
    100% {
        transform: translateY(0);
    }
}

.pro_bg {
    background: url(/assets/img/pro_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.pro_con_box {
    width: 365px;
}

.pro_con {
    display: none;
    color: #3e3e3e;
}

.pro_con:first-child {
    display: block;
}

.welfare_con::before,
.pro_con::before {
    width: 70px;
    height: 4px;
    background: #bcb7ab;
    border-radius: 1.5px;
    display: block;
    content: "";
    margin-bottom: 10px;
}

.pro_con h2 {
    line-height: 1.3;
}

.pro_con h4 {
    text-transform: uppercase;
    line-height: 1.2;
}

.more {
    width: 173px;
    height: 36px;
    border-radius: 17px;
    border: solid 1px #535353;
}

.pro_con_txt {
    line-height: 2.2;
    height: 204px;
    overflow: hidden;
}

.pro_pic {
    width: 880px;
    animation-delay: 0.4s;
}

.pro_pic .swiper {
    padding: 10px 0 0;
}

.pro_pic li {
    width: 273px !important;
    height: 410px;
    border-radius: 20px;
    overflow: hidden;
}

.pro_pic li img {
    object-fit: cover;
}

.pro_pic li.on {
    width: 287px !important;
    height: 430px;
    margin-top: -10px;
}

.pro_btn {
    width: 560px;
    margin: 0.4rem 0 0;
}

.pro_btn .swiper-button-prev,
.pro_btn .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    border: solid 1px #848483;
    border-radius: 100%;
    outline: none;
    margin: 0;
}

.pro_btn .swiper-button-prev::after,
.pro_btn .swiper-button-next::after {
    font-size: 14px;
    color: #696969;
}

.pro_btn .swiper-pagination {
    position: static;
    width: 360px;
    height: 2px;
    background: #9b9b9b;
}

.pro_btn .swiper-pagination-progressbar-fill {
    background: #302388;
}

.pro_btn .swiper-num {
    font-family: impact;
    color: #81827e;
    line-height: 1;
    font-size: 0.37rem;
}

.pro_btn .swiper_total {
    color: #81827e;
    font-size: 0.44rem;
    margin: 0.1rem 0 0;
}

.pro_btn .swiper_active {
    color: #8a8a8a;
    font-size: 0.37rem;
    transform: translateY(-10px);
}

.pro_pic_con {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0.6rem 0.35rem 0.7rem;
    background: linear-gradient(transparent, #000000);
    color: #fff;
}

.pro_pic_con h3::before {
    width: 0.5rem;
    height: 2px;
    background: #ffffff;
    content: "";
    display: block;
    margin-bottom: 0.1rem;
}

.pro_pic_con p {
    color: #cdcdcd;
    text-transform: capitalize;
}

.health_bg {
    background: url(/assets/img/health_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.health_con {
    width: 700px;
    position: relative;
}

.health_conAbout {
    width: 967px;
}

.health_con h3 {
    text-transform: uppercase;
}

.health_con_txt {
    margin: 0.4rem 0 0.6rem;
    line-height: 2.2;
}

.jiazhi_bg {
    background: url(/assets/img/jiazhi_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.jiazhi_list {
    width: 640px;
}

.jiazhi_list li {
    width: 290px;
    height: 214px;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.2));
    padding: 30px 30px 0;
    border-radius: 10px;
    margin-bottom: 0.2rem;
}

.jiazhi_list li:nth-child(2),
.jiazhi_list li:nth-child(3) {
    width: 337px;
    height: 215px;
}

.jiazhi_list li h2 {
    font-style: italic;
    width: 101px;
    height: 42px;
    background: url(/assets/img/num.png) no-repeat;
    padding-left: 10px;
    line-height: 42px;
    color: #fff;
}

.jiazhi_con {
    width: 495px;
}

.jiazhi_con h2::before {
    width: 70px;
    height: 3px;
    background: #332a2a;
    content: "";
    display: block;
    margin-left: auto;
    margin-bottom: 0.3rem;
}

.jiazhi_con h3 {
    color: #818181;
    text-transform: uppercase;
}

.jiazhi_txt {
    margin: 0.5rem 0 0;
    color: #3D3D3D;
    line-height: 1.8;
    text-align-last: right;
}

.news_bg {
    background: url(/assets/img/news_bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.news_right_con {
    position: relative;
    top: -150px;
}

.news_right_con h2::before {
    width: 70px;
    height: 3px;
    background: #332a2a;
    content: "";
    display: block;
    margin-left: auto;
    margin-bottom: 0.3rem;
}

.news_right_con h3 {
    color: #818181;
    text-transform: uppercase;
}

.news_right_con .newMore {
    display: none;
}

.news_con_box {
    width: 365px;
}

.news_con {
    display: none;
    color: #3e3e3e;
}

.news_con:first-child {
    display: block;
}

.news_con ul {
    overflow: hidden;
}

.news_con ul li {
    float: left;
}

.news_list {
    width: 1300px;
}

.news_list li {
    width: 450px;
    height: 250px;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.2));
    padding: 30px 35px 0;
    border-radius: 10px;
    margin-bottom: 0.2rem;
}

.news_list li:nth-child(2),
.news_list li:nth-child(3) {
    width: 425px;
    height: 250px;
}

.news_list li h2 {
    font-style: italic;
    width: 180px;
    height: 42px;
    background: url(/assets/img/num.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 10px;
    line-height: 42px;
    color: #fff;
}

.news_pic .more {
    width: 173px;
    height: 36px;
    line-height: 36px;
    border-radius: 17px;
    border: solid 1px #535353;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.news_pic {
    overflow: hidden;
    animation-delay: 0.4s;
}

.news_pic ul {
    overflow: hidden;
}

.news_pic li {
    width: 2.0rem !important;
    color: #333;
    position: relative;
    font-size: 0.26rem;
}

.news_pic li::after {
    width: 70px;
    height: 3px;
    background: #bcb7ab;
    border-radius: 1.5px;
    display: none;
    content: "";
    margin-bottom: 10px;
}

.news_pic li.on {
    color: #736AB1;
    font-size: 0.3rem;
    font-weight: 600;
}

.news_pic li.on::after {
    display: block;
    background: #736AB1;
}

.welfare_bg {
    background: url(/assets/img/welfare_bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.service_bg {
    background: url(/assets/img/service_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.service_bg .content_page {
    flex-direction: column;
    justify-content: center;
}

.service_bg .tit h2::before {
    width: 70px;
    height: 3px;
    background: #BCB7AB;
    content: "";
    display: block;
    margin-right: auto;
    margin-bottom: 0.3rem;
}

.tit {
    color: #fff;
    line-height: 1.3;
}

.tit p {
    text-transform: uppercase;
    font-family: Arial;
}

.service_list {
    margin: 0.6rem 0 0;
}

.service_list li {
    width: 248px;
    height: 329px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    transition: all 0.6s;
}

.service_list li .nar1 {
    display: none;
}

.service_list li>a>img {
    object-fit: cover;
}

.service_list li:nth-child(5n) {
    margin-right: 0;
}

.service_list li.current {
    width: 248px;
}

.service_list li.current .service_con1 {
    display: none;
}

.service_list li.current .service_con2 {
    display: block;
}

.service_con1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    padding: 80px 34px 65px;
    flex-direction: column;
}

.service_tit {
    color: #fff;
    text-align: center;
}

.service_tit img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
}

.service_tit p {
    font-size: 12px;
    opacity: 0.53;
    text-transform: uppercase;
}

.nar1 {
    width: 0.49rem;
    height: 0.49rem;
}

.service_con2 {
    width: 92%;
    background: #fff;
    border-radius: 10px;
    padding: 0 0.15rem;
    bottom: 0.15rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0.89rem;
    display: none;
}

.service_con2 h1 {
    color: #736AB1;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    font-size: 28px;
    margin-top: -0.1rem;
    line-height: 1;
}

.message_bg {
    background: url(/assets/img/message_bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.message_bg .content_page {
    flex-direction: column;
}

.message_tit {
    line-height: 1;
}

.message_tit h2 {
    font-size: 1.74rem;
    color: #fff;
}

.message_tit h4 {
    margin-top: -0.9rem;
}

.message_con {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.3rem;
    margin: 1rem 0 0;
    padding: 0.5rem 0.7rem;
}

.message_con h3::after {
    width: 0.6rem;
    height: 2px;
    background: #000000;
    content: "";
    display: block;
    margin: 0.25rem auto;
}

.message_con h2 {
    font-weight: normal;
    color: #3d3d3d;
}

.mes_box {
    margin: 0.7rem 0 0;
}

.mes_txt {
    width: 240px;
    border-bottom: solid 2px #000000;
    padding-bottom: 0.15rem;
}

.mes_txt input {
    background: none;
    border: none;
}

.mes_txt span {
    position: absolute;
    right: 0;
    bottom: 0.1rem;
}

.mes_btn {
    width: 228px;
    height: 51px;
    background: #736AB1;
    border: none;
    border-radius: 25px;
    margin: 0.8rem auto 0;
}

.pcfooter {
    display: block;
}

.wapfooter {
    display: none;
}

.footer_bg {
    background: #363D40;
    height: 430px !important;
    color: #E1E1E2;
}

.footer {
    padding: 40px 0;
    border-bottom: 1px solid #4E5557;
}

.footer_nav li {
    margin-left: 40px;
}

.footer_bg .adsTel {
    font-size: 16px;
    color: #E1E1E2;
}

.footer_bg .adsTel p:last-child {
    margin-top: 8px;
}

.footer_nav li a {
    font-size: 20px;
    color: #E1E1E2;
}

.footer_logo img {
    width: 170px;
}

.con_ico {
    width: 24px;
    height: 21px;
    margin-right: 10px;
}

.qrwrap {
    margin-left: 150px;
}

.qrwrap img {
    width: 1.01rem;
    display: inline-block;
    margin: 0 0.1rem;
}

.iconwrap img {
    width: 0.44rem;
    display: inline-block;
    margin: 0 0.2rem;
}

.searchwrap img {
    width: 3.65rem;
}

.code_list {
    margin: 0.2rem 0 0 0.43rem;
}

.code_list li {
    margin-right: 25px;
}

.code_list li img {
    width: 110px;
    height: 110px;
}

.copyright {
    border-top: solid 1px #484848;
    padding: 25px 0 0;
    color: #ADADAD;
    font-size: 12px;
}

.copyright span {
    display: inline-block;
    color: #363D40;
    background-color: #ADADAD;
    padding: 0 1px;
}

.share_list {
    right: 80px;
    top: -5px;
}

.share_list li {
    margin-left: 10px;
}

.m_tit {
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
}

.type_bg {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0.72rem;
    background: rgba(0, 0, 0, 0.6);
}

.type_bg a {
    width: 12.5%;
    text-align: center;
    line-height: 0.72rem;
    color: #fff;
}

.type_bg a:hover {
    background: #2a1c89;
}

.type_bg a.on {
    background: #2a1c89;
}

.main_tit {
    padding: 65px 0 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.fangan1 {
    padding: 0.25rem 0 0.9rem;
}

.fangan1_txt {
    padding: 0.2rem 1rem 0.4rem;
}

.fangan1_list li {
    width: 417px;
    background: #f5f5f5;
    padding: 22px 25px;
    margin: 0 24px 24px 0;
}

.fangan1_list li:nth-child(3n+3) {
    margin-right: 0;
}

.fangan1_list li>div {
    margin: 10px 0 0;
    color: #6f6f6f;
}

.fangan2 {
    padding: 0.5rem 0 0.6rem;
    background: #f6f6f6;
}

.fangan2_list li {
    width: 385px;
    margin: 35px 70px 0 0;
    border-radius: 20px;
    overflow: hidden;
    min-height: 436px;
    border: solid 1px #262282;
    background: #fff;
}

.fangan2_list li:nth-child(3n+3) {
    margin-right: 0;
}

.fangan2_list li h3 {
    line-height: 0.7rem;
    background: #262282;
    color: #fff;
}

.fangan2_list_txt {
    margin: 0.25rem 0.3rem;
}

.fangan3 {
    padding: 0.45rem 0 0;
}

.fangan3_pic {
    margin: 0.4rem 0 0;
    height: 6rem;
}

.fangan3_pic img,
.fangan3_pic video {
    object-fit: cover;
}

.fangan3_con {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.25rem 1rem 0;
}

.fangan4 {
    padding: 0.95rem 0 0;
}

.fangan4_box {
    margin: 1.75rem 0 0;
}

.fangan4_pic {
    width: 455px;
    height: 405px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
}

.fangan4_list {
    width: 100%;
    top: 0;
    left: 0;
}

.fangan4_list li {
    width: 360px;
    margin: 0 100px 115px 0;
}

.fangan4_list li:nth-child(3n+3) {
    margin-right: 0;
}

.fangan4_list li:nth-child(2) {
    margin-top: -90px;
}

.fangan4_list li:nth-child(5) {
    margin-top: 114px;
}

.fangan5 {
    padding: 0.45rem 0 0.9rem;
    background: #f6f6f6;
}

.fangan5_list {
    background: url(/assets/img/fang5_bg.jpg) no-repeat center bottom #3f3b49;
    background-size: cover;
    margin: 40px 0 0;
}

.fangan5_list li {
    width: 33.33333333%;
    padding: 65px 25px;
    color: #fff;
    background: rgba(64, 64, 64, 0.9);
    border-right: solid 1px #adacaf;
    border-bottom: solid 1px #adacaf;
}

.fangan5_list li h2 {
    padding-left: 0.55rem;
}

.fangan5_list li>div {
    background: url(/assets/img/dot1.png) no-repeat left 10px;
    background-size: 0.08rem 0.08rem;
    padding-left: 0.2rem;
    margin: 0.15rem 0 0;
}

.fangan5_list li:nth-child(3n+1) h2 {
    background: url(/assets/img/cicle1.png) no-repeat left center;
    background-size: 0.36rem 0.36rem;
}

.fangan5_list li:nth-child(3n+2) h2 {
    background: url(/assets/img/cicle2.png) no-repeat left center;
    background-size: 0.36rem 0.36rem;
}

.fangan5_list li:nth-child(3n+3) h2 {
    background: url(/assets/img/cicle3.png) no-repeat left center;
    background-size: 0.36rem 0.36rem;
}

.fangan6 {
    padding: 0.65rem 0 0;
}

.fangan6_list {
    margin: 0.5rem 0 0.7rem;
}

.fangan6_list li {
    width: 224px;
    min-height: 437px;
    border-radius: 10px;
    background: linear-gradient(#4d49ba, #262282);
    padding: 24px 30px;
    text-align: center;
    color: #fff;
    margin: 0 45px 20px 0;
}

.fangan6_list li:nth-child(5n) {
    margin-right: 0;
}

.fangan6_list li img {
    height: 163px;
    border: solid 1px #fff;
    border-radius: 100%;
    object-fit: cover;
}

.fangan7 {
    background: url(/assets/img/fang7_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 45px 90px;
}

.fangan7_list {
    margin: 0.55rem 0 0;
}

.fangan7_list li {
    margin-bottom: 0.2rem;
}

.fangan7_list li span {
    width: 24px;
    height: 31px;
    background: url(/assets/img/num1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    margin-right: 0.05rem;
    flex-shrink: 0;
}

.fangan8 {
    background: #f6f6f6;
    padding: 0.5rem 0 0.9rem;
    margin: 0.5rem 0 0;
}

.fangan8_list {
    padding: 0.1rem 0 0;
}

.fangan8_list li {
    width: 306px;
    background: #fff;
    margin: 0.25rem 25px 0 0;
    text-align: center;
    padding: 20px 35px 40px;
}

.fangan8_list li:nth-child(4n) {
    margin-right: 0;
}

.fangan9 {
    padding: 0.55rem 0 1.3rem;
}

.fangan9_box {
    margin: 0.9rem 0 0;
}

.fangan9_con {
    width: 635px;
}

.fangan9_medie {
    width: 580px;
    height: 4rem;
    object-fit: cover;
}

.fangan10 {
    background: #f6f6f6;
    padding: 0.4rem 0 1rem;
}

.fangan10_medie {
    height: 6rem;
    margin: 0.4rem 0 0;
    object-fit: cover;
}

.fangan11 {
    padding: 0.8rem 0;
}

.fangan11_list {
    padding: 0.6rem 0 0;
}

.fangan11_list li {
    width: 391px;
    min-height: 384px;
    border-radius: 15px;
    color: #fff;
    padding: 25px 30px;
    text-align: center;
    margin: 20px 63px 0 0;
}

.fangan11_list li:nth-child(3n) {
    margin-right: 0;
}

.fangan11_list li:nth-child(3n+1) {
    background: #2e2a8e;
}

.fangan11_list li:nth-child(3n+2) {
    background: #3a35b6;
}

.fangan11_list li:nth-child(3n+3) {
    background: #544fd4;
}

.fangan11_list li h2 {
    font-style: italic;
}

.fangan12 {
    background: #f6f6f6;
    padding: 0.5rem 0 1rem;
}

.fangan12_list {
    padding: 0.2rem 0 0;
}

.fangan12_list li {
    width: 405px;
    min-height: 332px;
    border-radius: 15px;
    padding: 30px;
    background: #fff;
    margin: 0.2rem 40px 0 0;
    background: linear-gradient(#262384, #3933b2);
    color: #fff;
}

.fangan12_list li:nth-child(3n) {
    margin-right: 0;
}

.fangan12_list li h2 {
    border-bottom: dashed 1px #d0d0d0;
    line-height: 2;
}

.fangan12_list_txt {
    line-height: 2.9;
}

.fangan13 {
    padding: 0.7rem 0 0;
}

.fangan13_box {
    padding: 0.65rem 0 0.8rem;
}

.fangan13_pic {
    width: 640px;
}

.fangan13_con {
    width: 615px;
}

.fangan13_con li {
    margin-bottom: 0.2rem;
}

.fangan13_bot h4 {
    width: 460px;
}

.fangan13_bot img {
    width: 580px;
}

.fangan14 {
    padding: 1.65rem 0 1.33rem;
}

.fangan14_list li {
    width: 16.66666667%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.fangan14_list li:nth-child(12n+1),
.fangan14_list li:nth-child(12n+3),
.fangan14_list li:nth-child(12n+5) {
    background: #f7f7f7;
}

.fangan14_list li:nth-child(12n+2),
.fangan14_list li:nth-child(12n+4),
.fangan14_list li:nth-child(12n+6),
.fangan14_list li:nth-child(12n+7),
.fangan14_list li:nth-child(12n+9),
.fangan14_list li:nth-child(12n+11) {
    background: #f1f1f1;
}

.fangan14_list li:nth-child(12n+8),
.fangan14_list li:nth-child(12n+10),
.fangan14_list li:nth-child(12n+12) {
    background: #ececec;
}

.fangan14_list li img {
    max-width: 80%;
    max-height: 80%;
}

.m_about_bg {
    background: #fff;
    padding-bottom: 0.8rem;
}

.m_about {
    padding: 0.5rem 0 0.7rem;
}

.m_about_video {
    width: 368px;
}

.m_about_con {
    width: 932px;
}

.m_about2 {
    padding: 1.3rem 0 0.8rem;
}

.m_about2_con {
    width: 790px;
}

.m_about2_pic {
    width: 540px;
}

.m_brand_bg {
    background: url(/assets/img/brand_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 84px 0 150px;
}

.m_brand {
    padding: 60px 0 0;
}

.m_brand li {
    color: #5f5f5f;
    width: 315px;
    background: #fff;
    border-top: solid 4px #6964e2;
    padding: 45px 25px;
    margin: 10px 13px 0 0;
    min-height: 348px;
}

.m_brand li:nth-child(4n) {
    margin-right: 0;
}

.m_brand li h2 {
    font-family: Impact;
    color: #ededed;
    font-size: 0.68rem;
    line-height: 1;
    margin-bottom: 10px;
}

.cuturebox {
    background: #fafafa;
}

.consultbox {
    width: 100%;
    height: 5.44rem;
    background: url(/assets/img/linkus_bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding-top: 55px;
    display: block;
}

.consultbox .consult_left {
    width: 4.9rem;
    line-height: 2;
}

.consultbox .consult_right {
    flex: 1;
    padding-left: 83px;
}

.wapConsultbox {
    display: none;
}

.input_xx {
    width: 350px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #999999;
    margin-top: 5px;
    background: none;
}

.input_xxx {
    width: 730px;
    padding: 5px 10px;
    border: 1px solid #999999;
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    background: none;
}

.input_x {
    width: 730px;
    height: 48px;
    background: #736AB1;
    border: 0;
    color: #fff;
    margin-top: 34px;
}

.cuture {
    padding: 0.6rem 0 0.9rem;
}

.cuture p {
    font-size: 16px;
    line-height: 34px;
    transition: all 0.6s;
    color: #666;
}

.cuture .imgwrap img {
    height: 2.14rem;
    object-fit: cover;
    display: block;
    margin: 120px auto 0;
}

.honor .imgwrap img {
    width: 3.18rem;
    object-fit: cover;
}

.honor .honorTxt {
    padding-left: 120px;
}

.honor .honorTxt h4 {
    color: #736AB1;
}

.honor .honorTxt ul {
    margin-top: 17px;
}

.honor .honorTxt ul li {
    font-size: 20px;
    color: #3D3D3D;
    padding: 10px 0 10px 30px;
    background: url('/assets/img/icon_honor.png') no-repeat left center;
    background-size: 0.26rem 0.26rem;
}

.doctors {
    padding: 0.9rem 0 0.9rem;
}

.doctors p {
    width: 520px;
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.doctors .imgwrap img {
    width: 7.0rem;
    object-fit: cover;
}

.develop_bg {
    background: #f8f8f8;
    padding-bottom: 140px;
}

.develop_box {
    margin: 80px 0 0;
}

.develop_box::after {
    width: 100%;
    height: 2px;
    background: #cfcfcf;
    display: block;
    content: "";
    left: 0;
    top: 40px;
    position: absolute;
}

.develop li {
    background: url(/assets/img/deve1.png) no-repeat 33px top;
    background-size: 16px 31px;
    padding: 0.7rem 0 0;
}

.develop li.swiper-slide-active {
    background: url(/assets/img/deve2.png) no-repeat 33px top;
    background-size: 16px 31px;
}

.develop li.swiper-slide-active h3 {
    color: #035db4;
}

.develop .swiper-button-prev,
.develop .swiper-button-next {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #fff;
    border: solid 2px #a29f9f;
    margin: 0;
    top: 10%;
}

.develop .swiper-button-prev::after,
.develop .swiper-button-next::after {
    color: #a29f9f;
    font-size: 20px;
    font-weight: bold;
}

.develop .swiper-button-prev:hover,
.develop .swiper-button-next:hover {
    border: solid 2px #035db4;
}

.develop .swiper-button-prev:hover::after,
.develop .swiper-button-next:hover::after {
    color: #035db4;
}

.develop .swiper-button-prev {
    left: -90px;
}

.develop .swiper-button-next {
    right: -90px;
}

.honor {
    margin-top: 0.9rem;
    margin-bottom: 1.1rem;
}

.honor_list {
    background: #efefef;
    padding: 25px 15px 20px;
    text-align: center;
}

.honor_list_pic {
    width: 53%;
    margin: 0 auto;
    height: 2.71rem;
}

.contribution_bg {
    background: #fff;
    padding-bottom: 120px;
}

.contribution_con {
    padding: 90px 0;
    line-height: 2;
}

.contribution_list li {
    height: 360px;
    background: #FAFAFA;
}

.contribution_list li img {
    height: 274px;
    object-fit: cover;
}

.contribution_list li p {
    color: #3D3D3D;
    text-align: center;
    padding-top: 30px;
}

.main {
    padding: 0.65rem 0 0.9rem;
}

.m_case li {
    width: 386px;
    margin: 0 70px 60px 0;
}

.m_case li:nth-child(3n) {
    margin-right: 0;
}

.m_case li:hover .m_case_con {
    border-bottom: solid 1px #999999;
}

.m_case li:hover .m_case_con h3 {
    background: url(/assets/img/nar2.png) no-repeat right center;
}

.m_case_con {
    margin: 0.25rem 0 0;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 0.2rem;
}

.m_case_con h3 {
    padding-right: 40px;
}


/* 列表 */

.zlxm ul li {
    width: 6.31rem;
    min-height: 2.46rem;
    background: #F6F6F6;
    margin-bottom: 0.32rem;
    padding: 0.24rem;
}

.zlxm ul li .info {
    flex: 1;
}

.zlxm ul li .info h2 {
    font-size: 0.18rem;
    color: #3D3D3D;
}

.zlxm ul li .info p {
    font-size: 0.16rem;
    line-height: 1.7;
    color: #999;
    margin-top: 0.2rem;
}

.zlxm ul li .info a.findx {
    display: inline-block;
    width: 1.12rem;
    height: 0.38rem;
    line-height: 0.36rem;
    text-align: center;
    border: 1px solid #736AB1;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    color: #736AB1;
    margin-top: 0.24rem;
}

.zlxm ul li .info a.findx:hover {
    background: #736AB1;
    color: #fff;
}

.zlxm ul li .imgwrap {
    width: 2.03rem;
    height: 1.97rem;
    flex-shrink: 0;
}

.zlxm ul li .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctors ul li {
    width: 2.87rem;
    height: 4.88rem;
    background: #F6F6F6;
    margin-bottom: 0.45rem;
    flex-direction: column;
}

.doctors ul li .info {
    flex: 1;
}

.doctors ul li .info h2 {
    font-size: 0.18rem;
    color: #3D3D3D;
    margin: 0.24rem auto 0.16rem;
    text-align: center;
}

.doctors ul li .info p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #999;
    width: 100%;
}

.doctors ul li .info a {
    display: block;
    width: 1.65rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    border: 1px solid #736AB1;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    color: #736AB1;
    margin: 0.24rem auto 0;
}

.doctors ul li .info a:hover {
    background-color: #736AB1;
    color: #fff;
}

.doctors ul li .imgwrap {
    width: 2.87rem;
    height: 2.87rem;
    flex-shrink: 0;
    background-color: #C4E2FC;
}

.doctors ul li .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.technology ul li {
    width: 3.86rem;
    height: 4.55rem;
    background: #F6F6F6;
    margin-bottom: 0.6rem;
    flex-direction: column;
}

.technology ul li .info {
    flex: 1;
}

.technology ul li .info p {
    font-size: 0.18rem;
    color: #3D3D3D;
    width: 100%;
    margin-top: 0.2rem;
}

.technology ul li .imgwrap {
    width: 3.86rem;
    height: 3.75rem;
    flex-shrink: 0;
}

.technology ul li .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.charity ul li {
    width: 100%;
    height: 2.18rem;
    background: #F6F6F6;
    margin-bottom: 0.45rem;
    padding-right: 0.33rem;
}

.charity ul li .info {
    flex: 1;
    padding: 0.32rem 1.1rem 0 0.28rem;
}

.charity ul li .info h2 {
    font-size: 0.24rem;
    color: #3D3D3D;
}

.charity ul li .info h5 {
    font-size: 0.16rem;
    color: #999;
    margin: 0.15rem 0 0.1rem;
    font-weight: normal;
}

.charity ul li .info p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
}

.charity span.more {
    display: inline-block;
    width: 1.25rem;
    height: 0.36rem;
    line-height: 0.34rem;
    text-align: center;
    border: 1px solid #3E3E3E;
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: #3E3E3E;
    margin-top: 1rem;
}

.charity span.more:hover {
    border: 1px solid #736AB1;
    background: #736AB1;
    color: #fff;
}

.charity ul li .imgwrap {
    width: 3.19rem;
    height: 100%;
    flex-shrink: 0;
}

.charity ul li .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list_bg {
    background: #FAFAFA;
    border: 1px solid #D8D8D8;
    padding: 0 0.9rem;
    margin: 0.5rem auto;
}

.newList ul li {
    padding: 0.42rem 0;
    border-bottom: 1px solid #D8D8D8;
}

.newList ul li:last-child {
    border-bottom: 0;
}

.newList ul li .time {
    width: 2.43rem;
    height: 1.58rem;
    flex-shrink: 0;
    border-right: 1px solid #D8D8D8;
}

.newList ul li .time .date {
    font-size: 0.74rem;
    color: #736AB1;
    font-weight: 700;
}

.newList ul li .time .month {
    flex-direction: column;
    color: #3D3D3D;
    font-size: 0.22rem;
    margin-left: 9px;
}

.newList ul li .info {
    flex: 1;
    padding-left: 0.66rem;
}

.newList ul li .info h2 {
    font-size: 0.24rem;
    color: #3D3D3D;
}

.newList ul li .info p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
    margin: 0.22rem 0 0.14rem;
}

.newList ul li .info a.find {
    display: inline-block;
    font-size: 0.2rem;
    font-weight: 600;
    color: #736AB1;
}


/* 内容页 */

.articleBox {
    padding: 0.9rem 0 0;
}

.articleBox h2 {
    font-size: 0.3rem;
    line-height: 1.7;
    color: #3D3D3D;
}

.articleBox h6 {
    font-size: 0.16rem;
    color: #999;
    margin-top: 0.28rem;
    font-weight: normal;
}

.articleBox .show_txt {
    margin: 0.5rem 0;
    padding: 0.5rem 0.1rem;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    text-align: justify;
    line-height: 1.8;
    text-indent: 2em;
}

.nextpage li {
    width: 1.52rem;
    height: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    border: 1px solid #736AB1;
    border-radius: 2px;
}

.nextpage li a {
    font-size: 0.16rem;
    color: #736AB1;
}

.zhenliaoBox {
    padding-top: 0.78rem;
}

.zhenliaoBox .imgwrap {
    width: 6rem;
    height: 2.84rem;
    flex-shrink: 0;
}

.zhenliaoBox .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhenliaoBox .desc {
    flex: 1;
    padding-left: 0.3rem;
}

.zhenliaoBox .desc h2 {
    font-size: 0.4rem;
    color: #3D3D3D;
}

.zhenliaoBox .desc h4 {
    width: 2.16rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    color: #736AB1;
    background: rgba(115, 106, 177, 0.1);
    margin: 0.3rem 0;
}

.zhenliaoBox .desc p {
    font-size: 0.2rem;
    line-height: 1.7;
    color: #3D3D3D;
    text-align: justify;
}

.doctorBox {
    padding-top: 0.78rem;
}

.doctorBox .imgwrap {
    width: 3.26rem;
    height: 5.25rem;
    flex-shrink: 0;
}

.doctorBox .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctorBox .desc {
    flex: 1;
    padding-left: 1rem;
}

.doctorBox .desc h2 {
    font-size: 0.4rem;
    color: #3D3D3D;
}

.doctorBox .desc h2 span {
    display: inline-block;
    padding: 0.05rem 0.2rem;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    color: #736AB1;
    background: rgba(115, 106, 177, 0.1);
    margin-left: 0.13rem;
}

.doctorBox .desc h4 {
    padding: 0.05rem 0.2rem;
    font-size: 0.2rem;
    color: #fff;
    background: #736AB1;
    margin: 0.48rem 0 0.28rem;
    display: inline-block;
}

.doctorBox .desc .p1 {
    font-size: 0.2rem;
    line-height: 1.7;
    color: #999;
    margin-top: 0.26rem;
}

.doctorBox .desc .p2 {
    font-size: 0.2rem;
    line-height: 1.7;
    color: #666;
}

.doctorBox .desc .skill span {
    display: block;
    border: 1px solid #736AB1;
    padding: 0.02rem 0.1rem;
    font-size: 0.2rem;
    color: #736AB1;
    margin: 0 0.12rem 0.2rem 0;
}

.doctorBox .desc .skill span:last-child {
    margin-right: 0;
}

.linkBox li {
    width: 4.11rem;
    height: 1.0rem;
    border: 1px solid #D8D8D8;
    padding: 0 0.2rem 0 0.47rem;
}

.linkBox li .address p {
    width: 250px;
}

.linkBox li .imgwrap {
    width: 0.44rem;
    height: 0.44rem;
    flex-shrink: 0;
    margin-right: 0.47rem;
}

.linkBox li .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page {
    text-align: center;
}

.page span {
    margin: 0 20px;
    color: #767676;
}

.page a {
    border: solid 1px #dcdcdc;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
}

.page a.active {
    border: solid 1px #736AB1;
    background: #736AB1;
    color: #fff;
}

.main_bg {
    background: #f8f8f8;
}

.m_news li {
    background: #fff;
    border: solid 1px #f1f1f1;
    padding: 50px 50px 50px 24px;
    margin-bottom: 40px;
}

.m_news li a {
    width: 100%;
}

.m_news_pic {
    width: 267px;
    height: 173px;
}

.m_news_pic img {
    object-fit: cover;
}

.m_news_con {
    width: 820px;
}

.m_news_more {
    width: 124px;
    height: 36px;
    border: solid 1px #b2b2b2;
    color: #4a4a4a;
}

.m_pro_left {
    width: 298px;
}

.m_pro_tit {
    background: url(/assets/img/m_pro_tit.jpg) no-repeat;
    background-size: 100%;
    height: 82px;
    padding: 0 30px;
}

.m_pro_type>li {
    margin-bottom: 3px;
}

.m_pro_type>li h3 {
    height: 60px;
    padding: 15px 40px;
    background: url(/assets/img/nar3.png) no-repeat right 20px center #f7f7f7;
    cursor: pointer;
    line-height: 1.3;
}

.m_pro_type>li.current h3 {
    background: url(/assets/img/nar4.png) no-repeat right 20px center #262282;
    color: #fff;
}

.sub_m_pro_type {
    background: #f7f7f7;
    padding: 10px 0;
    display: none;
}

.sub_m_pro_type li {
    padding: 10px 20px;
    line-height: 1.3;
}

.m_pro_right {
    width: 957px;
}

.m_pro li {
    width: 304px;
    margin: 0 22px 43px 0;
}

.m_pro li:nth-child(3n) {
    margin-right: 0;
}

.m_pro li:hover .m_pro_con {
    background: #262282;
}

.m_pro_pic {
    background: #f5f2f2;
    height: 304px;
}

.m_pro_con {
    background: #8a8a8e;
    color: #fff;
    flex-direction: column;
    height: 76px;
    line-height: 1.3;
}

.path {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.path a:hover,
.path a:last-child {
    color: #736AB1;
}

.m_pro_show_left {
    width: 638px;
}

.m_pro_show_left .swiper-button-prev,
.m_pro_show_left .swiper-button-next {
    width: 31px;
    height: 165px;
    margin: 0;
    top: auto;
    bottom: 0;
    background: #ebebeb;
}

.m_pro_show_left .swiper-button-prev::after,
.m_pro_show_left .swiper-button-next::after {
    color: #a3a2a8;
    font-size: 18px;
}

.m_pro_show_left .swiper-button-prev:hover,
.m_pro_show_left .swiper-button-next:hover {
    background: #262282;
}

.m_pro_show_left .swiper-button-prev {
    left: 0;
}

.m_pro_show_left .swiper-button-next {
    right: 0;
}

.big_pro li img {
    height: 638px;
}

.small_pro {
    width: 550px;
    margin: 10px auto 0;
}

.small_pro li img {
    height: 165px;
    border: solid 1px #bfbfbf;
}

.m_pro_show_right {
    width: 600px;
    padding: 20px 0 0;
}

.m_pro_show_tit {
    background: #f3f3f3;
    padding: 0 20px;
    margin: 80px 0;
    line-height: 66px;
}

.show_txt img {
    max-width: 100%;
}

.nextpage>div {
    border-bottom: dashed 1px #eee;
    padding: 10px 0;
    opacity: 0.7;
}

.nextpage>div img {
    margin-right: 10px;
}

.nextpage>div:last-child {
    border: none;
}

.nextpage>div:hover {
    opacity: 1;
}

.news_show_box {
    border-radius: 15px;
    background: #fff;
    padding: 80px 20px 110px;
}

.news_show_box::after {
    width: 0.4rem;
    height: 0.08rem;
    background: #262282;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
}

.news_show_tit {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 30px;
}

.time_ico {
    width: 18px;
    height: 18px;
}

.five_box {
    padding: 45px 0 90px;
}

.join_tit {
    line-height: 1.3;
}

.join_tit h4 {
    font-size: 0.25rem;
    font-style: italic;
    color: #5f5f5f;
}

.join_tit h3 {
    font-size: 0.33rem;
    color: #1a1a1a;
}

.five_list {
    padding: 60px 0 0;
}

.five_list li {
    margin-bottom: 30px;
}

.five_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.five_list_pic {
    width: 610px;
}

.five_list_con {
    width: 610px;
}

.five_list_con h2 {
    font-size: 74px;
    color: #e3e3e3;
    line-height: 1;
    margin-left: -20px;
}

.five_list_con h4 {
    line-height: 1;
    margin-top: -50px;
}

.five_list_con h3 {
    color: #626262;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
}

.five_list_con p {
    background: url(/assets/img/line3.png) no-repeat left 15px;
    padding-left: 30px;
    margin: 20px 0 0;
}

.youshi_bg {
    background: #f9f7f7;
    padding: 0.9rem 0;
}

.youshi_pic {
    width: 384px;
}

.youshi_pic::after {
    width: 88px;
    height: 119px;
    background: #133ca3;
    content: "";
    display: block;
    bottom: 0;
    right: -60px;
    position: absolute;
}

.youshi_con {
    width: 810px;
}

.youshi_txt {
    color: #2e2e2e;
}

.four_bg {
    background: url(/assets/img/four_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.65rem 0 1.4rem;
}

.four_bg .join_tit h4,
.four_bg .join_tit h3 {
    color: #fff;
}

.join_list {
    margin: 0.74rem 0 0;
}

.join_list li {
    width: 275px;
    background: url(/assets/img/four1.png) no-repeat;
    background-size: 100% 100%;
    min-height: 302px;
    color: #fff;
    padding: 0.5rem 0.3rem;
    text-align: center;
    margin-right: 64px;
    margin-bottom: 0.2rem;
}

.join_list li:nth-child(4n) {
    margin-right: 0;
}

.join_list li h2::after {
    width: 0.6rem;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    margin: 0.1rem auto 0.3rem;
}

.liucheng_box {
    padding: 0.7rem 0 1.8rem;
}

.tips {
    padding: 20px 288px;
}

.liucheng_list li {
    padding: 1rem 0;
}

.liucheng_list li:nth-child(odd) {
    background: #f7f7f7;
}

.liucheng_list li:nth-child(even) .content {
    flex-direction: row-reverse;
}

.liucheng_con {
    width: 617px;
}

.liucheng_con h2 {
    font-size: 84px;
    color: #e3e3e3;
    line-height: 1;
}

.liucheng_con h4 {
    line-height: 1;
    margin-top: -60px;
    color: #133ca3;
}

.liucheng_con>div {
    margin: 45px 0 0;
    color: #424242;
}

.liucheng_pic {
    width: 617px;
}

.liucheng_pic img {
    border-radius: 0.15rem;
}

.m_search {
    height: 60px;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 0 20px;
}

.m_search_txt {
    width: 80%;
    height: 58px;
    border: none;
    background: none;
}

.m_search_btn {
    background: url(/assets/img/m_ss.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border: none;
}

.m_search_num {
    border-bottom: 1px solid #ccc;
    color: red;
    padding: 0.3rem 0;
}

.select_list {
    width: 280px;
    height: 45px;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    margin: 0.3rem 0 0;
}

.search_list {
    padding-bottom: 0.5rem;
}

.search_list li {
    border-bottom: 1px dashed #ccc;
    padding: 0.5rem 0;
}

.fangan_type {
    padding: 1rem 0;
}

.fangan_type li {
    width: 305px;
    position: relative;
    margin: 0 26px 38px 0;
}

.fangan_type li:nth-child(4n) {
    margin-right: 0;
}

.fangan_type li img {
    height: 383px;
    width: 100%;
}

.fangan_type li:hover .fangan_type_con {
    justify-content: center;
    text-align: center;
}

.fangan_type li:hover .fangan_type_con h3 {
    text-align: center;
}

.fangan_type li:hover .fangan_type_con p::after {
    margin: 0.1rem auto;
}

.fangan_type_con {
    padding: 52px 25px 15px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.6s;
}

.fangan_type_con p::after {
    width: 0.33rem;
    height: 0.04rem;
    background: #fff;
    display: block;
    content: "";
    margin: 0.1rem 0 0;
}

.dingzhi_type li img {
    height: 258px;
}