* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none
}

@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: "苹方";
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

* {
    font-family: "苹方";
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0 0
}

a {
    color: #666;
}

.center {
    max-width: 1200px;
    margin: 0 auto
}

h2,
h3,
h4,
h5,
p {
    margin: 0 0;
    padding: 0 0;
    font-weight: 500;
}

h1 {
    font-size: 2rem;
}

.ctrl span {
    float: left;
    cursor: pointer;
}

input,
textarea,
select {
    outline: none;
    font-family: "苹方";
}

img {
    border: none
}

.swiper-slide img {
    width: 100%
}

.clear {
    clear: both
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.three-card .ico svg {
    font-size: 50px;
    margin-right: 20px;
}

.card li svg {
    font-size: 55px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 首页 */

.logo_2 {
    display: none;
}

.banner img {
    width: 100%;
    vertical-align: middle;
}

.nav {
    width: 100%;
    border-bottom: 1px solid #4b5169;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 1.25rem 0;
}

.nav_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_list li a {
    font-size: 1.125rem;
    color: #fff;
}

.nav_list li {
    margin: 0 1.25rem;
}

.nav_list li P {
    font-size: 1.25rem;
    color: #fff;
    font-family: "Impact";
}

.index_card {
    width: 100%;
    background-color: #f5f6fa;
    padding-bottom: 3rem;
}

.index_card_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
    padding: 2rem 3rem;
    background-color: #fff;
    position: relative;
    margin-top: -8rem;
    z-index: 9;
    box-shadow: 3px 3px 20px rgba(49, 91, 243, 0.2);
}

.index_card_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_card_title h2 {
    font-size: 1.8rem;
    color: #1e2643;
    font-weight: bold;
}

.index_card_title i {
    color: #315bf3;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
}

.index_card_title p {
    font-size: 1.125rem;
    color: #999;
    margin-top: 0.6rem;
}

.index_card_title span {
    display: block;
    width: 2.5rem;
    height: 0.6rem;
    background-color: #315bf3;
}

.index_card_content {
    margin-top: 2rem;
}

.index_card_content ul {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.index_card_content li {
    display: flex;
    align-items: flex-start;
    width: 48%;
    overflow: hidden;
}

.content_right {
    margin-left: 1.2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_right h3 {
    font-size: 1.6rem;
    color: #1e2643;
    font-weight: bold;
}

.content_right p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5rem;
    margin: 0.8rem 0 1.5rem 0;
}

.content_right a {
    display: block;
    border: 1px solid #315bf3;
    border-radius: 0.6rem;
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #315bf3;
    font-size: 1rem;
    transition: all 0.3s;
}

.content_right a:hover {
    background-color: #315bf3;
    color: #fff;
}

.index_card2_con {
    max-width: 1440px;
    width: 98%;
    margin: 4rem auto 0 auto;
}

.index_card2_title {
    text-align: center;
}

.index_card2_title h2 {
    font-size: 1.8rem;
    color: #1e2643;
    font-weight: bold;
}

.index_card2_title i {
    color: #315bf3;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
}

.index_card2_title p {
    font-size: 1.1rem;
    color: #999;
    margin-top: 0.4rem;
}

.index_card2_content {
    margin-top: 2rem;
}

.index_card2_content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_card2_content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1.7rem;
    width: 45%;
    overflow: hidden;
    margin-bottom: 2rem;
}

.index_card2_content_txt {
    margin-left: 2rem;
}

.index_card2_content_txt div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.index_card2_content_txt h3 {
    color: #1e2643;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 0.5rem;
}

.index_card2_content_txt span {
    font-size: 1rem;
    color: #939499;
}

.index_card2_content_txt p {
    font-size: 1rem;
    color: #5c5d66;
    line-height: 1.8rem;
    margin-top: 0.6rem;
}

.index_card2_content_img {
    width: 8%;
}

.index_card2_content_txt {
    width: 90%;
    overflow: hidden;
}

.content_right span {
    font-size: 1.125rem;
    color: #315bf3;
    display: block;
    margin-top: 0.6rem;
}

.service_card {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.service_card_con {
    max-width: 1060px;
    width: 98%;
    margin: 0 auto;
}

.service_card_con_title {
    text-align: center;
}

.service_card_con_title h2 {
    font-size: 1.8rem;
    color: #1e2643;
    font-weight: bold;
}

.service_card_con_title i {
    color: #315bf3;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
}

.service_card_con_title p {
    font-size: 1.125rem;
    color: #999;
    margin-top: 0.3rem;
}

.service_card_content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 0;
}

.service_card_content_img {
    width: 45%;
    overflow: hidden;
}

.service_card_content_img img {
    width: 100%;
}

.service_card_content_txt {
    width: 45%;
    overflow: hidden;
}

.service_card_content_txt h3 {
    color: #1e2643;
    font-size: 1.625rem;
    font-weight: bold;
}

.service_card_content_txt p {
    color: #606166;
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 1.2rem 0;
}

.service_card_content_txt a {
    display: block;
    background-color: #315bf3;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 1rem;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.service_card_content_txt a:hover {
    background-color: #fff;
    color: #315bf3;
    border: 1px solid #315bf3;
}

.process {
    width: 100%;
    background-color: #f5f6fa;
    padding: 5rem 0;
}

.process_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.process_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.process_title_txt h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1e2643;
}

.process_title_txt i {
    font-size: 1.8rem;
    font-weight: bold;
    color: #315bf3;
    font-style: normal;
}

.process_title_txt p {
    font-size: 1rem;
    color: #1e2643;
    margin-top: 0.6rem;
    line-height: 1.5rem;
}

.process_title_img {
    width: 10%;
    overflow: hidden;
}

.process_title_txt {
    width: 50%;
    overflow: hidden;
}

.process_list {
    margin-top: 1.5rem;
}

.process_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.process_list li {
    margin: 1rem 0;
    width: 18%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.process_list i {
    font-size: 2.8rem;
    color: #1e2643;
}

.process_list h3 {
    font-size: 1.4rem;
    color: #1e2643;
    font-weight: bold;
    margin: 0.8rem 0 0.3rem 0;
}

.process_list p {
    font-size: 0.8rem;
    color: #939499;
}

.list_li {
    margin: 5.5rem 1.5rem 2rem 1.5rem;
}

.process_list span {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    font-family: "Impact";
    font-size: 4.6rem;
    color: #e0e4fd;
}

.process_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.process_button a {
    display: block;
    color: #fff;
    font-size: 1rem;
    width: 180px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    background-color: #315bf3;
    margin-right: 1.5rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.process_button a:hover {
    background: #f5f6fa;
    color: #315bf3;
    border: 1px solid #315bf3;
}

.process_button button {
    width: 280px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #315bf3;
    color: #315bf3;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 1.5rem;
    background-color: #f5f6fa;
}

.yun {
    width: 100%;
    background: #fff;
    padding: 3rem 0;
}

.yun_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.yun_title {
    text-align: center;
}

.yun_title h2 {
    font-size: 1.8rem;
    color: #1e2643;
    font-weight: bold;
}

.yun_title i {
    font-style: normal;
    color: #315bf3;
    font-size: 1.8rem;
    font-weight: bold;
}

.yun_title p {
    font-size: 1rem;
    color: #1e2643;
    margin-top: 0.6rem;
    text-align: center;
    line-height: 1.5rem;
}

.yun_list {
    margin-top: 3rem;
}

.yun_list ul {
    display: flex;
    justify-content: space-between;
}

.yun_list li {
    width: 27%;
    background-color: #fff;
    box-shadow: 3px 3px 20px rgba(49, 91, 243, 0.2);
    padding: 2rem;
}

.yun_img {
    float: right;
}

.yun_txt {
    margin-top: 5.5rem;
}

.yun_txt h3 {
    font-size: 1.5rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 1rem;
}

.yun_txt p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.5rem;
}

.about {
    width: 100%;
    background-color: #f5f6fa;
    padding: 4rem 0;
}

.about_con {
    max-width: 1100px;
    width: 98%;
    margin: 0 auto;
}

.about_title {
    text-align: center;
}

.about_title h2 {
    color: #1e2643;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.about_title p {
    font-size: 1.2rem;
    color: #939499;
}

.about_txt {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.about_txt2 {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.txt_con {
    width: 75%;
}

.txt_con p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
    text-align: center;
}

.txt_button {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.txt_button span {
    display: block;
    color: #315bf3;
    font-size: 0.8rem;
    margin-right: 0.6rem;
    font-weight: bold;
}

.txt_button i {
    font-size: 0.6rem;
    color: #1c47f3;
    font-weight: bold;
    margin-top: 0.1rem;
}

.about_img {
    margin-top: -1.5rem;
}

.about_img2 {
    margin-top: 8rem;
}

.new {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.new_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.new_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_list li {
    margin: 2rem 0;
    width: 32%;
    overflow: hidden;
    position: relative;
}

.new_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 62%;
    border-radius: 0.6rem;
}

.new_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.new_txt {
    margin-top: 1rem;
}

.new_txt h3 {
    color: #1e2643;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new_list li:hover .new_txt h3 {
    color: #315bf3;
}

.new_txt p {
    font-size: 0.875rem;
    color: #606166;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.4rem;
}

.new_button {
    margin: 1rem auto 0 auto;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 255px;
    height: 55px;
    border: 1px solid #315bf3;
    line-height: 55px;
    color: #315bf3;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s;
}

.new_button:hover {
    background-color: #315bf3;
    color: #fff;
}

.new_button p {
    margin-right: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.footer {
    width: 100%;
    background-color: #1e2643;
    padding: 2.5rem 0;
}

.footer_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_ma {
    display: flex;
    justify-content: space-between;
}

.footer_ma div {
    margin: 0 1rem;
}

.footer_nav h4,
.footer_tel h4 {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}

.footer_nav span,
.footer_tel span {
    display: block;
    width: 60px;
    height: 3px;
    background-color: #d1dbff;
    margin: 0.3rem 0 1rem 0;
}

.footer_ma p {
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    margin-top: 0.5rem;
}

.footer_tel p {
    margin: 0.5rem 0;
    font-size: 0.8rem;
    color: #d6d8dd;
}

.footer_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}

.footer_nav li {
    width: 50%;
    text-align: left;
    margin: 0.2rem 0;
}

.footer_nav li a {
    font-size: 0.8rem;
    color: #d6d8dd;
}

.copyrights {
    width: 100%;
    background-color: #1b2135;
    padding: 1rem 0;
}

.copyrights_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
    font-size: 0.8rem;
    color: #b3b5bb;
}


/* 首页结束 */


/* 服务案例 */

.case_banner img {
    width: 100%;
    vertical-align: middle;
}

.case {
    width: 100%;
    background-color: #f5f6fa;
    padding: 3rem 0;
}

.case_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.case_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_list li {
    width: 48%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.5rem;
    background-color: #fff;
    border-radius: 10px;
}

.case_list li:hover .case_txt h3 {
    color: #315bf3;
}

.case_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}

.case_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.case_txt {
    margin: 1.5rem;
}

.case_txt h3 {
    font-size: 1.37rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case_txt p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case_tip {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_tip div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_tip div p {
    font-size: 0.8rem;
    color: #939499;
    margin: 0 0.6rem;
}

.case_tip div span {
    font-size: 0.8rem;
    color: #315bf3;
    font-weight: bold;
    margin-right: 0.6rem;
}

.case_tip div i {
    color: #1c47f3;
    font-size: 1rem;
}

.yema {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.yema ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yema li {
    padding: 0.6rem 1rem;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    color: #333;
    margin: 0 1rem;
    font-weight: bold;
    transition: all 0.3s;
}

.yema li:hover {
    cursor: pointer;
    color: #315bf3;
    box-shadow: 3px 3px 20px rgba(49, 91, 243, 0.2);
}

.yema li:hover a {
    color: #315bf3;
}

.yema .current {
    color: #315bf3;
    box-shadow: 3px 3px 20px rgba(49, 91, 243, 0.2);
}

.yema .current a {
    color: #315bf3;
}


/* 联系我们 */

.map {
    width: 100%;
    background-color: #f5f6fa;
    padding: 3rem 0;
}

.map_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.map_con iframe {
    width: 100%;
    height: 500px;
    margin: 1rem 0;
}

.map_more {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
}

.map_address {
    margin-right: 4rem;
}

.map_address h3 {
    font-size: 1.6rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 1rem;
}

.map_address p {
    color: #1e2643;
    font-size: 1rem;
    line-height: 1.8rem;
}


/* 新闻列表 */

.news_list {
    width: 100%;
    background-color: #f5f6fa;
    padding: 3rem 0;
}

.news_lists_content {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.news_list_con li {
    padding: 2rem;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f5f6fa;
}

.news_list_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 30%;
    height: 0;
    padding-top: 25%;
}

.news_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.news_txt {
    width: 67%;
    overflow: hidden;
}

.news_list_con li:hover .news_txt h3 {
    color: #315bf3;
}

.news_txt h3 {
    color: #1e2643;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.news_txt p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case_tip2 {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_tip2 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_tip2 div p {
    font-size: 0.8rem;
    color: #939499;
    margin: 0 0.6rem;
}

.case_tip2 div span {
    font-size: 0.8rem;
    color: #315bf3;
    font-weight: bold;
    margin-right: 0.6rem;
}

.case_tip2 div i {
    color: #1c47f3;
    font-size: 1rem;
}

.news_lists_content .yema {
    margin-top: 3rem;
}


/* 新闻详情页 */

.news_show {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.news_show_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.news_show_title h2 {
    color: #1e2643;
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 0.6rem;
}

.news_show_tip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_show_tip div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1.3rem 0 0;
}

.news_show_tip div i {
    color: #939499;
}

.news_show_tip div p {
    color: #939499;
    font-size: 1rem;
    margin-left: 0.6rem;
}

.leader_read {
    width: 100%;
    background-color: #f5f6fa;
    padding: 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    justify-content: flex-start;
}

.leader_read span {
    display: block;
    font-size: 1.25rem;
    color: #1e2643;
    font-weight: bold;
}

.leader_read p {
    flex: 1;
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
}

.news_show_text p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.news_show_text img {
    max-width: 100%;
    vertical-align: middle;
    margin: 1rem auto;
    text-align: center;
    display: block;
}

.fanye {
    margin: 3rem 0;
}

.fanye div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
    font-size: 1rem;
    color: #1e2643;
}

.fanye div p,
.fanye div a {
    font-size: 1rem;
    color: #1e2643;
}

.fanye div a:hover {
    color: #1c47f3;
}

.read_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.read_title h2 {
    font-weight: bold;
    color: #1e2643;
    font-size: 1.8rem;
    margin-right: 0.6rem;
}

.read_title p {
    font-size: 1rem;
    color: #939499;
}

.read_list {
    margin: 2rem 0;
}

.read_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.read_list li {
    width: 32%;
    overflow: hidden;
    position: relative;
}

.read_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 55%;
    border-radius: 10px;
}

.read_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.read_txt h3 {
    color: #1e2643;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 1rem 0 0.6rem 0;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.read_list li:hover .read_txt h3 {
    color: #1c47f3;
}

.read_txt p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 关于我们 */

.about_carda {
    width: 100%;
    background-color: #f5f6fa;
    padding: 3rem 0 10rem 0;
}

.about_carda_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.about_carda_title {
    text-align: center;
}

.about_carda_title h2 {
    font-size: 1.8rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.about_carda_title p {
    color: #939499;
    font-size: 1.1rem;
    text-align: center;
}

.about_carda_txt {
    margin-top: 2rem;
}

.about_carda_txt p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #1e2643;
}

.about_cai {
    padding: 3rem;
    background-color: #fff;
    box-shadow: 3px 3px 20px rgba(49, 91, 243, 0.2);
    position: absolute;
    bottom: -240px;
    left: 0;
    z-index: 999;
}

.about_cai ul {
    display: flex;
    justify-content: space-between;
}

.about_cai li {
    width: 48%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about_cai li i {
    color: #1c47f3;
    font-size: 3rem;
    margin-right: 1rem;
}

.about_cai div {
    flex: 1;
}

.about_cai h3 {
    font-size: 1.25rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

.about_cai p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
}

.about_cardb {
    width: 100%;
    background-color: #fff;
    padding: 8rem 0 4rem 0;
}

.about_cardb_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.about_cardb_txt {
    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
}

.about_cardc {
    width: 100%;
    background-color: #f5f6fa;
    padding: 3rem 0;
}

.about_cardc_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.time {
    margin: 3rem auto 0 auto;
    text-align: center;
}

.time img {
    width: 100%;
    vertical-align: middle;
}

.about_cardd {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.about_cardd_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.about_cardd_con img {
    display: block;
    width: 100%;
    vertical-align: middle;
}


/* 口碑营销 */

.brand_card1 {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.brand_card1_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.brand_card1_list {
    margin: 2.5rem 0 2.5rem 0;
}

.brand_card1_list ul {
    display: flex;
    justify-content: space-between;
}

.brand_card1_list li {
    width: 18%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand_card1_list h3 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #1e2643;
    margin: 1rem 0 0.6rem 0;
}

.brand_card1_list p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
}

.brand_card1_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.brand_card1_button a {
    display: block;
    color: #fff;
    font-size: 1rem;
    width: 180px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    background-color: #315bf3;
    margin-right: 1.5rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.brand_card1_button a:hover {
    background: #fff;
    color: #315bf3;
    border: 1px solid #315bf3;
}

.brand_card1_button button {
    width: 280px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #315bf3;
    color: #315bf3;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 1.5rem;
    background-color: #fff;
}

.brand_card1_second {
    margin-top: 4rem;
}

.brand_card1_second_list {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
}

.brand_card1_second_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}

.brand_card1_second_list_img {
    width: 46%;
    overflow: hidden;
}

.brand_card1_second_list_img img {
    width: 100%;
    vertical-align: middle;
}

.brand_card1_second_list_txt {
    width: 46%;
    overflow: hidden;
}

.brand_card1_second_list_txt div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.brand_card1_second_list_txt a {
    display: block;
    background-color: #315bf3;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 1rem;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.brand_card1_second_list_txt a:hover {
    background-color: #fff;
    color: #315bf3;
    border: 1px solid #315bf3;
}

.brand_card1_second_list_txt h3 {
    color: #1e2643;
    font-size: 1.75rem;
    font-weight: bold;
    margin-right: 0.6rem;
}

.brand_card1_second_list_txt span {
    font-size: 1rem;
    color: #939499;
}

.brand_card1_second_list_txt p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
    margin: 1.5rem 0 2rem 0;
}

.txt_con_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.txt_con_button a {
    display: block;
    color: #fff;
    font-size: 1rem;
    width: 180px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    background-color: #315bf3;
    margin-right: 1.5rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.txt_con_button a:hover {
    background: #f5f6fa;
    color: #315bf3;
    border: 1px solid #315bf3;
}

.txt_con_button button {
    width: 280px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #315bf3;
    color: #315bf3;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 1.5rem;
    background-color: #f5f6fa;
}

.green_brand {
    width: 100%;
    background: url(../images/back_img.jpg) no-repeat;
    padding: 4rem 0;
}

.green_brand_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.green_brand_title {
    text-align: center;
}

.green_brand_title h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
}

.green_brand_title p {
    font-size: 1rem;
    color: #fff;
    margin-top: 0.3rem;
}

.green_brand_list {
    margin-top: 2.5rem;
}

.green_brand_list ul {
    display: flex;
    justify-content: space-between;
}

.green_brand_list li {
    width: 48%;
    overflow: hidden;
    background-color: #fff;
}

.green_brand_list li a {
    padding: 2rem;
    display: block;
}

.list_one {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.list_one div {
    width: 55%;
    overflow: hidden;
}

.green_brand_list p {
    font-size: 1.125rem;
    color: #1e2643;
    line-height: 1.8rem;
}

.list_one h3 {
    font-weight: bold;
    color: #1e2643;
    font-size: 1.75rem;
    margin-bottom: 0.6rem;
}

.list_one p {
    font-size: 0.8rem;
    color: #939499;
    font-weight: bold;
}

.list_one i {
    font-size: 7rem;
    color: #315bf3;
}

.green_brand_list span {
    float: right;
    display: block;
    font-size: 1rem;
    color: #315bf3;
    font-weight: bold;
    margin: 5.5rem 0 2rem 0;
}

.four_steps {
    width: 100%;
    background-color: #f5f6fa;
    padding: 4rem 0;
}

.four_steps_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.four_steps_list {
    margin-top: 3rem;
}

.four_steps_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}

.four_steps_list_img {
    width: 48%;
    overflow: hidden;
}

.four_steps_list_txt_first {
    width: 60%;
    overflow: hidden;
}

.four_steps_list h3 {
    color: #1e2643;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.txt_first_con_li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2rem 0;
}

.txt_first_con_li span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #315bf3;
    margin-right: 0.6rem;
}

.txt_first_con_li div {
    margin-top: -0.6rem;
    flex: 1;
}

.txt_first_con_li b {
    font-size: 1.25rem;
    color: #1e2643;
    font-weight: bold
}

.txt_first_con_li p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
    margin-top: 0.6rem;
}

.four_steps_list_txt_two {
    width: 33%;
}

.four_steps_list_txt_two p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
    font-weight: bold;
    margin-top: -0.3rem;
}

.logo_list {
    margin-top: 2rem;
}

.logo_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo_list li {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(49, 91, 243, 0.2);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0.3rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_list li svg {
    font-size: 3rem;
    text-align: center;
}

.logo_list li .iw {
    font-size: 1.9rem;
    color: #c5292a;
}

.logo_list li .ij {
    color: #d90808;
    font-size: 2.3rem;
}

.logo_list li .ix {
    color: #fc2349;
    font-size: 1.3rem;
}

.four_steps_list_txt_three {
    width: 56%;
    overflow: hidden;
}

.four_steps_list_txt_three b {
    font-size: 1.25rem;
    color: #1e2643;
    font-weight: bold;
    margin-top: -0.6rem;
}

.four_steps_list_txt_three p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
    margin-top: 0.6rem;
}

.four_steps_list_txt_three_card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.four_steps_list_txt_three_card_li {
    width: 43%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(49, 91, 243, 0.2);
    border-radius: 10px;
    padding: 1.2rem;
    margin: 0.6rem 0;
}

.four_steps_list_txt_three_card_li div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.four_steps_list_txt_three_card_li h4 {
    margin-left: 0.6rem;
    color: #1e2643;
    font-size: 1.125rem;
}

.four_steps_list_txt_three_card_li p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
}

.four_steps_list_txt_four {
    width: 35%;
    overflow: hidden;
}

.four_steps_list_txt_four b {
    font-weight: bold;
    color: #1e2643;
    font-size: 1.25rem;
}

.four_steps_list_txt_four p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
    margin-top: 0.6rem;
}

.four_list ul {
    display: flex;
    justify-content: space-between;
}

.four_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.four_list li p {
    font-size: 1rem;
    color: #1e2643;
    margin-top: 0.6rem;
    text-align: center;
}

.ico {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(49, 91, 243, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico i {
    color: #315bf3;
    font-size: 2.2rem;
}


/* 新媒体营销 */

.media {
    width: 100%;
    background-color: #f5f6fa;
    padding: 4rem 0;
}

.media_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.media_first {
    display: flex;
    justify-content: center;
    align-items: center;
}

.media_first_txt {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 2rem;
}

.media_first_img {
    overflow: hidden;
}

.media_first_txt h3 {
    font-weight: bold;
    font-size: 1.625rem;
    color: #1e2643;
    line-height: 2.3rem;
}

.media_num {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.num_tip {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5rem;
}

.num_tip div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.num_tip p {
    text-align: center;
    font-size: 1rem;
    color: #1e2643;
    margin-top: 0.6rem;
}

.num_tip div b {
    color: #315bf3;
    font-size: 1.8rem;
    font-weight: bold;
}

.num_tip div span {
    font-size: 1.375rem;
    color: #1e2643;
    margin-left: 0.6rem;
}

.video {
    width: 100%;
    background-color: #f5f6fa;
    padding-bottom: 4rem;
}

.video_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.video_list {
    margin: 3rem 0;
}

.video_list ul {
    display: flex;
    justify-content: space-between;
}

.video_list li {
    background-color: #fff;
    padding: 2.5rem;
    width: 26%;
    position: relative;
    overflow: hidden;
}

.video_list li i {
    color: #315bf3;
    font-size: 5rem;
}

.video_list li h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1e2643;
    margin: 2rem 0 1rem 0;
}

.video_list li p {
    font-size: 1rem;
    color: #606166;
    line-height: 1.8rem;
}

.video_list_num {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    color: #315bf3;
    font-size: 1.25rem;
    font-weight: bold;
}

.video_brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    width: 98%;
    margin: 5rem auto 0 auto;
}

.video_brand_txt {
    width: 40%;
    overflow: hidden;
}

.video_brand_txt h3 {
    font-size: 1.8rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.video_brand_txt p {
    font-size: 1rem;
    color: #1e2643;
    line-height: 1.8rem;
}

.video_brand_txt a {
    display: block;
    background-color: #315bf3;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 1rem;
    border: 1px solid transparent;
    transition: all 0.3s;
    margin-top: 4rem;
}

.video_brand_txt a:hover {
    background-color: #f5f6fa;
    color: #315bf3;
    border: 1px solid #315bf3;
}

.video_media {
    width: 100%;
    background: url(../images/back_img.jpg) no-repeat;
    padding: 4rem 0;
}

.video_media_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.video_tab {
    margin-top: 2rem;
}

.account {
    width: 100%;
    background-color: #f5f6fa;
    padding: 4rem 0;
}

.account_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.account_list {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account_txt li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 2rem 0;
}

.account_img {
    width: 35%;
    overflow: hidden;
}

.account_img img {
    max-width: 100%;
}

.account_txt {
    width: 50%;
    overflow: hidden;
}

.ico2 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(49, 91, 243, 0.2);
    margin-right: 2rem;
}

.ico2 i {
    font-size: 2.3rem;
    color: #315bf3;
}

.account_txt li p {
    color: #1e2643;
    font-size: 1.125rem;
    line-height: 1.8rem;
    flex: 1;
}

.detail {
    width: 100%;
    background-color: #f5f6fa;
    padding-bottom: 4rem;
}

.detail_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.detail_list {
    margin-top: 2.5rem;
}

.detail_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail_list li {
    width: 16%;
    overflow: hidden;
    background-color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.7rem 0;
}

.detail_list li i {
    font-size: 2.5rem;
    color: #aaafc0;
    margin-right: 0.6rem;
}

.detail_list li div {
    flex: 1;
}

.detail_list li div p {
    color: #1e2643;
    font-size: 1.25rem;
    font-weight: bold;
}

.detail_list li div span {
    font-size: 0.8rem;
    color: #1e2643;
    display: block;
}

.fee {
    width: 100%;
    background-color: #f5f6fa;
    padding-bottom: 4rem;
}

.fee_con {
    max-width: 1440px;
    width: 98%;
    margin: 0 auto;
}

.fee_table {
    margin-top: 2.5rem;
}

.fee_table table {
    margin: 0 auto;
    border-collapse: collapse;
}

.fee_table table tr th {
    width: 17.8%;
    padding: 2.2rem 1.5rem 2.2rem 1.5rem;
    border-right: 1px solid #d0d3df;
}

.fee_table table tr th:last-child {
    border-right: none;
}

.fee_table table tr {
    border-bottom: 1px solid #d0d3df !important;
}

.fee_table table tr:nth-child(even) {
    background-color: #e7e9f0;
}

.fee_table table tr th i {
    color: #1e2643;
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
    display: block;
    font-weight: normal;
}

.fee_table table tr th p {
    font-size: 1.3rem;
    color: #1e2643;
    font-weight: bold;
    text-align: center;
}

.fee_table table tr th span {
    font-size: 1.1rem;
    color: #1e2643;
    text-align: center;
}

.tab {
    position: relative;
    width: 1440px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.tab-nav {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #62687c;
    height: 3rem;
}

.tab-nav a {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #fff;
    height: 3rem;
}

.tab-nav a.current {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.tab-con {
    position: relative;
    width: 1440px;
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
}

.tab-con .renzheng img {
    width: 100%;
    vertical-align: middle;
}

.tab-con-item {
    display: none;
    width: 1440px;
    height: auto;
    text-align: center;
    color: #fff;
}

.find_nav {
    width: 100%;
    height: 70px;
    margin-bottom: 3rem;
}

.find_nav_list {
    border-bottom: 1px solid #62687c;
    padding-bottom: 2rem;
}

.find_nav_left {
    height: 4rem;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #62687c;
}

.find_nav_list ul li {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    height: 60px;
}

.find_nav_list ul li a {
    display: block;
    width: 100%;
    /* height: 100%;
    line-height: 70px; */
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.find_nav_cur {
    color: #fff !important;
    border-bottom: 2px solid #fff;
}

.find_nav_list a.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.box01_list .li_list {
    height: auto !important;
    /* width: auto !important; */
    overflow: hidden;
}

.renzheng_img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.jiao {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}

.jiao_img {
    width: 33%;
    overflow: hidden;
}

.jiao_txt {
    width: 55%;
    overflow: hidden;
}

.jiao_txt1 div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.jiao_txt1 div span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 0.6rem;
    margin-top: 0.7rem;
}

.jiao_txt1 div p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
    flex: 1;
}

.jiao_txt2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
}

.jiao_txt2 div {
    background-color: #e3e6f0;
    border-radius: 10px;
    padding: 1rem;
    width: 43%;
    margin: 0.6rem 0;
}

.jiao_txt2 h3 {
    font-size: 1.125rem;
    color: #1e2643;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.jiao_txt2 p {
    font-size: 1rem;
    color: #1e2643;
}

.ying {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}

.ying_img {
    width: 42%;
    overflow: hidden;
}

.ying_txt {
    width: 48%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ying_txt_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    overflow: hidden;
}

.ying_txt_list i {
    color: #fff;
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ying_txt_list h3 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
}

.ying_txt_list p {
    font-size: 1rem;
    color: #fff;
    margin: 0.6rem 0;
}

.good_list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.good_list_li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    overflow: hidden;
    margin: 2.5rem 0 2.5rem 2.5rem;
}

.ico_li {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 10px;
    background-color: #e3e6f0;
    margin-right: 1rem;
}

.ico_li i {
    font-size: 2.5rem;
    color: #315bf3;
}

.good_list_li_txt {
    flex: 1;
}

.good_list_li_txt span {
    color: #e3e6f0;
    font-size: 1.375rem;
    font-weight: bold;
}

.good_list_li_txt p {
    font-size: 1rem;
    color: #e3e6f0;
    margin-top: 1rem;
}

.phone_list_nav {
    display: none;
}

.phone_list_nav .phone_btn {
    position: fixed;
    right: 10px;
    top: 4%;
    z-index: 9999;
}

.f1 {
    padding: 30px 0;
}

.phone_btn .btn {
    outline: none;
    border: none;
    padding: 0;
    background: none;
}

.phone_list_nav .phone_btn .btn span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 10px;
}

.case_banner_mo {
    display: none;
}

.banner_mo {
    display: none;
}

.banner_mo img {
    width: 100%;
    vertical-align: middle;
}

.video_brand_img_mo {
    display: none;
}

.video_brand_img_mo img {
    width: 100%;
    vertical-align: middle;
}


/* 侧边栏 */

.tel_fixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 150%;
}

.fix_display {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fix_display .ico-phone {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 5px;
    color: #3e584d;
}

.fix_display .ico-phone i {
    font-size: 30px;
}

.fix_display h4 {
    font-size: 16px;
    margin-top: 20px;
}

.phone i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0.3rem;
}

.fix_display span {
    font-size: 14px;
}

.fix_display p {
    color: #1e2643;
    font-size: 30px;
    margin: 15px 0;
    font-family: Impact;
}

.fix_display {
    height: 100px;
    color: #333;
    background: none;
    margin-left: 10px;
}

.tel_left img {
    height: 130px;
}

.tel_cont img {
    height: 130px;
    width: 200px;
}

.tel_right img {
    height: 130px;
}

.fix .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: -69px;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #1e2643;
}

.fix .phone:hover {
    cursor: pointer;
}

.back {
    text-align: center;
    color: #fff;
    display: none;
}

.back i {
    font-size: 40px;
}

.back:hover {
    cursor: pointer;
}

.fix .back {
    position: absolute;
    top: 31px;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #1e2643;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.aside {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999999;
}

.fixed {
    display: none;
}

.fixed {
    display: none;
    position: fixed;
    top: 70%;
    right: 0;
    width: 4.0rem;
    height: 4.0rem;
    background: #1e2643;
    border-radius: 50%;
    color: #fff;
    z-index: 9999;
}

.fixed a {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
}

.fixed i {
    color: #fff;
    font-size: 30px;
}

.wei {
    text-align: center;
    color: #fff;
}

.wei i {
    font-size: 40px;
}

.wei:hover {
    cursor: pointer;
}

.fix .wei {
    position: absolute;
    top: -170px;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #1e2643;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.phone p,
.back p,
.wei p {
    color: #fff;
    font-size: 14px;
}

.ico-phone i {
    color: #1e2643;
}

.fix_display .ico-text h4 {
    color: #1e2643;
    font-size: 14px;
    text-align: left;
}

.fix_display .ico-text p {
    color: #1e2643;
    font-size: 30px;
}

.wei_hidden {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -35%;
    right: 120%;
}

.wei_hidden img {
    width: 100%;
}

.fixeddd a {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #1e2643;
    line-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 1rem 0 0;
    z-index: 999;
}

.fixeddd a i {
    font-size: 2rem;
    color: #fff;
    margin-right: 1rem;
}

.fixeddd a p {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
}

.fixeddd {
    display: none;
}

.renzheng_img_mo {
    max-width: 100%;
}

.renzheng_img_mo {
    display: none;
}


/* 移动端 */

@media screen and (max-width:750px) {
    .nav_list {
        display: none;
    }
    .renzheng_img_mo {
        display: block;
    }
    .renzheng_img {
        display: none;
    }
    .aside {
        display: none;
    }
    .fixeddd {
        display: block;
    }
    .video_brand_img_mo {
        display: block;
        margin-top: 1.5rem;
    }
    .banner_mo {
        display: block;
    }
    .banner {
        display: none;
    }
    .footer_ma {
        display: none;
    }
    .footer_con {
        flex-wrap: wrap;
    }
    .map_con iframe {
        height: auto;
    }
    .map_more {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .map_address {
        margin-right: 0;
        margin: 1rem 0;
    }
    .map {
        padding: 1.5rem 0;
    }
    .phone_list_nav {
        display: block;
    }
    .case_banner_mo {
        display: block;
    }
    .case_banner_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .case_banner {
        display: none;
    }
    .footer_nav {
        margin: 1.5rem 0 1.5rem 2rem;
    }
    .footer_nav li {
        width: auto;
        margin: 0 0.6rem 0 0;
    }
    .footer_nav ul {
        width: 98%;
        justify-content: flex-start;
    }
    .footer_logo {
        margin-left: 2rem;
    }
    .footer_tel {
        margin-left: 2rem;
    }
    .about_cardd {
        padding: 1.5rem 0;
    }
    .about_cai {
        position: static;
        bottom: 0;
        box-shadow: none;
        padding: 1rem;
        margin-top: 2rem;
        margin: 1rem 0.6rem 0 0.6rem;
    }
    .about_carda {
        padding: 1.5rem 0;
    }
    .about_cai ul {
        flex-direction: column;
    }
    .about_cai li {
        width: 100%;
        margin: 1.5rem 0;
    }
    .about_cardb {
        padding: 1.5rem 0;
    }
    .about_cardc {
        padding: 1.5rem 0;
    }
    .leader_read {
        width: auto;
    }
    .news_show_title h2 {
        font-size: 1.8rem;
    }
    .news_show_tip {
        margin-left: 0;
        flex-wrap: wrap;
    }
    .news_show_tip div {
        margin: 0.2rem 0.6rem;
    }
    .news_show_text {
        padding: 0 0.6rem;
    }
    .news_show {
        padding: 1.5rem 0;
    }
    .case {
        padding: 1.5rem 0;
    }
    .case_tip div:nth-child(1) {
        display: none;
    }
    .case_txt {
        margin: 1rem 0.6rem 0.6rem 0.6rem;
    }
    .yema ul {
        flex-wrap: wrap;
    }
    .yema li {
        margin: 0.5rem;
        padding: 0.3rem 0.65rem;
    }
    .news_list_content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .news_img {
        width: 100%;
        padding-top: 78%;
    }
    .news_txt {
        width: 100%;
    }
    .news_list_con li {
        padding: 0.6rem;
    }
    .news_list_con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .news_list_con li {
        width: 44%;
        overflow: hidden;
    }
    .case_tip2 {
        margin-top: 1rem;
    }
    .case_tip2 div:nth-child(1) {
        display: none;
    }
    .news_txt h3 {
        margin-top: 1rem;
    }
    .news_lists_content .yema {
        margin-top: 1rem;
    }
    .news_list {
        padding: 1.5rem 0;
    }
    .brand_card1_list {
        margin: 1.5rem 0;
    }
    .brand_card1_list ul {
        flex-wrap: wrap;
    }
    .brand_card1_list ul::after {
        content: "";
        width: 32%;
    }
    .brand_card1_list li {
        width: 32%;
        align-items: center;
        margin-top: 1.5rem;
    }
    .brand_card1_list img {
        width: 30%;
    }
    .brand_card1_list h3 {
        font-size: 1.2rem;
    }
    .brand_card1_list p {
        text-align: center;
    }
    .brand_card1_button {
        margin-top: 1.3rem;
    }
    .brand_card1_second_list_txt a {
        width: 9rem;
    }
    .about_img,
    .about_img2 {
        display: none;
    }
    .four_steps_list_txt_first,
    .four_steps_list_txt_two,
    .four_steps_list_txt_three,
    .four_steps_list_txt_four {
        width: 100%;
    }
    .four_steps_list_img {
        display: none;
    }
    .about_title h2,
    .about_carda_title h2 {
        font-size: 1.3rem;
    }
    .about_title p,
    .about_carda_title p {
        font-size: 0.6rem;
    }
    .txt_con {
        width: 100%;
    }
    .txt_con p {
        padding: 0.6rem;
    }
    .brand_card1 {
        padding: 1.5rem 0;
    }
    .brand_card1_button button,
    .txt_con_button button {
        margin-left: 0;
    }
    .brand_card1_button a,
    .txt_con_button a {
        width: 10rem;
    }
    .brand_card1_second {
        margin-top: 3rem;
    }
    .about {
        padding: 2rem 0;
    }
    .green_brand {
        padding: 2rem 0;
        background-size: auto 100%;
    }
    .green_brand_list ul {
        flex-wrap: wrap;
    }
    .green_brand_list li {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .list_one h3 {
        font-size: 1.3rem;
    }
    .list_one i {
        font-size: 5rem;
    }
    .list_one b {
        font-size: 0.8rem;
    }
    .list_one div {
        width: 65%;
    }
    .green_brand_list span {
        margin: 0 0 2rem 0;
    }
    .green_brand_title h2 {
        font-size: 1.3rem;
    }
    .green_brand_title p {
        font-size: 0.8rem;
    }
    .four_steps_con .about_title h2 {
        font-size: 1.3rem;
    }
    .four_steps {
        padding: 3rem 0;
    }
    .four_steps_list h3 {
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
    }
    .txt_first_con_li b {
        font-size: 1.125rem;
    }
    .four_steps_list_txt_three b {
        font-size: 1.125rem;
    }
    .four_steps_list_txt_four b {
        font-size: 1.125rem;
    }
    .logo_list li {
        width: 17%;
        height: 65px;
        line-height: 60px;
        margin: 0.6rem 0.3rem !important;
    }
    .logo_list li svg {
        font-size: 2.5rem;
    }
    .logo_list {
        margin-top: 1rem;
    }
    .four_steps_list_txt_three_card_li {
        width: 37%;
    }
    .four_steps_list_txt_three_card_li h4 {
        font-size: 1rem;
    }
    .four_steps_list_txt_three_card_li p {
        font-size: 0.8rem;
    }
    .four_steps_list_txt_three_card {
        margin-bottom: 0;
    }
    .ico {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .four_steps_list li {
        margin: 0;
    }
    .four_list li {
        margin: 1.5rem 0;
    }
    .four_steps_list_txt_first {
        padding: 1rem 0 0 0;
    }
    .four_steps_list_txt_three {
        padding: 2rem 0;
    }
    .four_steps_list {
        margin-top: 1.5rem;
    }
    .about_txt2 {
        margin-top: 1.5rem;
    }
    .txt_con_button {
        margin-top: 1.5rem;
    }
    .content_right p {
        display: none;
    }
    .yun_list ul {
        flex-wrap: wrap;
    }
    .yun_list li {
        width: 100%;
        margin: 0.6rem 0;
        padding: 0.8rem;
    }
    .yun_img {
        text-align: center;
    }
    .yun_img img {
        width: 45%;
    }
    .yun_txt {
        margin-top: 1.3rem;
    }
    .yun {
        padding: 1.5rem 0;
    }
    .new {
        padding: 1.5rem 0;
    }
    .new_button {
        width: 15rem;
        height: 3rem;
        line-height: 3rem;
    }
    .index_card2_content li {
        padding: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 42%;
    }
    .index_card2_content_txt h3 {
        font-size: 1.2rem;
    }
    .index_card2_content_txt div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0.6rem 0;
    }
    .index_card {
        padding: 1.5rem 0 0 0;
    }
    .index_card_content li {
        flex-direction: column;
        align-items: center;
        width: 46%;
    }
    .index_card_con {
        margin-top: 0;
        padding: 2rem 0;
        z-index: 9;
    }
    .service_card_content_txt a {
        width: 9rem;
    }
    .service_card {
        padding: 2rem 0;
    }
    .process_title_img {
        display: none;
    }
    .process_title_txt {
        width: 100%;
        text-align: center;
    }
    .process_title_txt p {
        text-align: center;
    }
    .process {
        padding: 2rem 0;
    }
    .account_img {
        display: none;
    }
    .jiao_img {
        display: none;
    }
    .ying_img {
        display: none;
    }
    .jiao_txt {
        width: 100%;
    }
    .ying_txt {
        width: 100%;
    }
    .fee_table table tr th {
        padding: 0.6rem;
        width: 12.8%;
    }
    .video_brand_img {
        display: none;
    }
    .video_brand_txt a {
        width: 8rem;
        height: 2rem;
        line-height: 2rem;
    }
    .video_brand_txt {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .video_brand {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .video_list_num {
        display: none;
    }
    .account_txt {
        width: 100%;
    }
    .account {
        padding: 2rem 0;
    }
    .detail_list li {
        flex-direction: column;
    }
    .index_card_title span {
        display: none;
    }
    .content_right h3 {
        font-size: 1.25rem;
        text-align: center;
        margin-top: 0.6rem;
    }
    .content_right span {
        font-size: 0.8rem;
        text-align: center;
    }
    .content_img img {
        width: 50%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .content_right a {
        width: 8rem;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        margin: 0.6rem auto 0 auto;
    }
    .index_card2_con {
        margin: 2rem auto 0 auto;
    }
    .service_card_content li {
        margin: 1rem 0;
    }
    .process_list li {
        width: 48%;
    }
    .process_list span {
        font-size: 2rem;
    }
    .index_card_title h2,
    .index_card_title i {
        font-size: 1.3rem;
    }
    .index_card_title p {
        font-size: 0.8rem;
    }
    .index_card_title {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .index_card2_content_img {
        width: 23%;
        margin-left: -0.3rem;
    }
    .index_card2_content_img img {
        width: 100%;
    }
    .index_card2_content_txt {
        margin-left: 0;
    }
    .index_card2_content_txt p {
        text-align: center;
        font-size: 0.8rem;
    }
    .list_li {
        margin: 2rem 0.6rem 1rem 0.6rem;
    }
    .process_list i {
        font-size: 1.5rem;
    }
    .process_list h3 {
        font-size: 1rem;
    }
    .process_list li {
        margin: 0.6rem 0;
    }
    .process_button button {
        width: 16rem;
        margin-left: 0;
    }
    .process_button a {
        width: 8rem;
    }
    .process_button {
        margin-top: 0.6rem;
    }
    .yun_title p {
        font-size: 0.8rem;
    }
    .yun_list {
        margin-top: 1.5rem;
    }
    .index_card2_title i,
    .index_card2_title h2,
    .service_card_con_title h2,
    .service_card_con_title i,
    .process_title_txt h2,
    .process_title_txt i,
    .yun_title h2,
    .yun_title i {
        font-size: 1.3rem;
    }
    .index_card2_title p,
    .service_card_con_title p,
    .process_title_txt p,
    .yun_title p {
        font-size: 0.8rem;
    }
    .index_card2_content li {
        margin-bottom: 1.5rem;
    }
    .service_card_content_txt {
        width: 49%;
    }
    .content_right {
        margin-left: 0;
    }
    .news_txt h3 {
        font-size: 1.2rem;
    }
    .new_txt h3 {
        font-size: 1.2rem;
    }
    .media {
        padding: 2rem 0;
    }
    .media_first_img {
        display: none;
    }
    .media_first_txt {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .num_tip {
        margin-right: 0;
    }
    .media_num {
        justify-content: space-around;
        margin-top: 1rem;
    }
    .media_first_txt h3 {
        font-size: 1.3rem;
    }
    .video_list li {
        padding: 0.6rem;
    }
    .video_list li i {
        font-size: 2.5rem;
        margin-right: 2rem;
    }
    .video_list li h3 {
        font-size: 1.3rem;
        margin: 0 0 0.4rem 0;
    }
    .video_list ul {
        flex-wrap: wrap;
    }
    .video_list li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.6rem 0;
    }
    .video_brand {
        margin: 1.5rem auto 0 auto;
    }
    .video_brand_txt a {
        margin-top: 1rem;
    }
    .video_brand_txt h3 {
        font-size: 1.3rem;
    }
    .video_list {
        margin: 1.5rem 0 0 0;
        padding: 0 0.6rem;
    }
    .video {
        padding-bottom: 2rem;
    }
    .account_list {
        margin-top: 1.5rem;
    }
    .ico2 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 1rem;
    }
    .ico2 i {
        font-size: 2rem;
    }
    .account_txt {
        padding: 0 0.6rem;
    }
    .account_txt li p {
        font-size: 0.9rem;
    }
    .account_txt li {
        margin: 1rem 0;
    }
    .detail_list {
        margin-top: 1.5rem;
    }
    .detail_list li i {
        font-size: 2rem;
    }
    .detail_list li div p {
        font-size: 1rem;
    }
    .detail_list li {
        padding: 0.6rem;
    }
    .detail {
        padding-bottom: 1.5rem;
    }
    .fee_table table tr th span {
        font-size: 0.8rem;
    }
    .fee_table table tr th p {
        font-size: 0.95rem;
    }
    .fee_table table tr th i {
        font-size: 2rem;
    }
    .detail_list li {
        width: 19%;
        margin: 0.3rem 0;
    }
    .detail_list li div span {
        display: none;
    }
    .detail_list li div p {
        margin: 0.3rem;
        text-align: center;
    }
    .detail_list li i {
        margin-right: 0;
        text-align: center;
    }
    .jiao_txt2 {
        width: 100%;
    }
    .jiao_txt2 div {
        width: 40%;
        padding: 0.6rem;
    }
    .good_list_li {
        margin: 0;
    }
    .good_list_li_txt span {
        font-size: 1rem;
    }
    .good_list_li_txt p {
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }
    .find_nav {
        margin-bottom: 1rem;
    }
    .video_media {
        padding: 2rem 0;
    }
    .good_list_li {
        width: 95%;
        margin: 0.6rem 0;
    }
    .ico_li {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .find_nav_list ul {
        flex-wrap: wrap;
        white-space: wrap;
        border-bottom: none;
    }
    .find_nav_list ul li {
        width: 35%;
        height: auto;
        margin: 0.6rem 0;
    }
    .find_nav_left {
        height: 7rem;
    }
    .swipe {
        margin-top: 2rem;
    }
    .service_card_content {
        padding: 0 0.6rem;
    }
    .four_steps_list {
        padding: 0 0.6rem;
    }
    .copyrights {
        margin-bottom: 2.8rem;
    }
    .case_list {
        padding: 0 0.6rem;
    }
    .about_carda_txt {
        padding: 0 0.6rem;
    }
}

@media screen and (max-width:320px) {
    .list_one i {
        font-size: 4rem;
    }
    .list_one div {
        width: 80%;
    }
    .four_steps_con .about_title h2 {
        font-size: 1.2rem;
    }
}