﻿@charset "utf-8";
body {
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 0px;
    padding: 0px;
    background: #fff;
    overflow-x: hidden
}

p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
dl,
dd,
table,
td,
input,
ul,
li {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    border: none;
}

li {
    list-style: none
}

a {
    color: #333333;
    text-decoration: none;
}

.clear {
    clear: both;
}

.filesize {
    color: #ff0000;
}

.header {
    width: 100%;
    min-width: 1200px;
}

.side-main {
    width: 100%;
    min-width: 1200px;
}

.footer-area {
    width: 100%;
    min-width: 1200px;
}

.hero-banner {
    width: 100%;
    min-width: 1200px;
}

.header-top {
    height: 35px;
    line-height: 35px;
    background-color: #f6f6f4;
    border-bottom: 1px solid #d8d8d8
}

.top {
    width: 100%;
    position: relative;
    z-index: 11;
    background-color: #f0f9ff;
    height: 110px;
}

.top.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
}

.header-top .w1200 {
    z-index: 15
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.logo {
    float: left;
    padding-top: 30px
}


/*导航*/

.nav {
    float: left;
    margin-left: 200px;
}

.nav li {
    float: left;
}

.nav>ul>li>a {
    float: left;
    padding: 0px 20px;
    font-size: 15px;
    color: #313131;
    z-index: 999;
    height: 110px;
    line-height: 110px;
}

.nav>ul>li>a.cur {
    color: #fff;
    background: #0066B4;
}

.nav>ul>li>.active {
    color: #fff;
    background: #0066B4;
}

.nav li .submenu {
    position: absolute;
    top: 110px;
    z-index: 1000;
    display: none;
    background: #fff;
    width: 100%;
    left: 0;
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #3F8DC7;
}

.nav li .submenu ul {
    width: 500px;
    margin: 0 auto;
}

.nav li .submenu li {
    float: left
}

.nav li .submenu li a {
    float: left;
    font-size: 14px;
    margin-right: 30px;
    margin-left: 30px;
}

.nav li .submenu li a:hover {
    color: #0066B4;
}


/*banner*/

.hero-banner {
    background: url(../images/banner_bg.jpg) no-repeat;
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
}

.banner_left {
    float: left;
    width: 45%;
    padding-top: 20px;
}

.banner_right {
    float: right;
    width: 50%;
    padding-top: 40px;
}

.banner_txt {
    font-size: 18px;
    color: #333333;
    padding-top: 40px;
}

.botton a {
    background: linear-gradient(90deg, rgba(50, 178, 140, 1) 0%, rgba(2, 144, 179, 1) 100%);
    width: 205px;
    height: 55px;
    border-radius: 30px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    margin-top: 60px;
}

.banner_left a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.banner_left a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*news*/

.news_title {
    background: url(../images/news_titen.png) no-repeat center;
    text-align: center;
    margin-top: 100px;
}

.news_title_cn {
    color: #32B28A;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_txt {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.title_line {
    width: 100px;
    height: 1px;
    background: #333333;
    margin: 0 auto;
    margin-top: 30px;
}

.scroll_horizontal {
    position: relative;
    width: 1200px;
    margin-top: 30px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 285px;
    text-align: center;
}

.scroll_horizontal .list li a {
    display: block;
    width: 245px;
}

.scroll_horizontal .list li .news_img {
    overflow: hidden;
    width: 245px;
    height: 138px;
}

.scroll_horizontal .list li a img {
    transition: all 0.5s;
}

.scroll_horizontal .list li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.scroll_horizontal .list li h3 {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.scroll_horizontal .list li p {
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 50px;
    background-image: url(../images/control.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
}

.scroll_horizontal .prev {
    left: -5px;
    background-position: 0 0;
}

.scroll_horizontal .next {
    right: -5px;
    background-position: -40px 0;
}

.scroll_horizontal .prev:hover {
    background-position: 0 -50px;
}

.scroll_horizontal .next:hover {
    background-position: -40px -50px;
}

.list a p {
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.news_tu {
    margin-bottom: 30px;
}

.news_more a {
    width: 205px;
    height: 55px;
    border: 1px solid #414141;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.news_more a:hover {
    background: #32B28A;
    color: #FFFFFF;
    border: 1px solid #32B28A;
}


/*product*/

.section-product {
    background: #faf9ff;
    padding-bottom: 30px;
    margin-top: 100px;
    padding-top: 60px;
    overflow: hidden;
}

.product_title {
    background: url(../images/pro_titen.png) no-repeat center;
    text-align: center;
}

.product_title_cn {
    color: #32B28A;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_container {
    padding-top: 30px;
}

.product_container ul li {
    float: left;
    text-align: center;
    width: 33.333%;
    margin-bottom: 30px;
}

.product_container ul li h3 {
    font-size: 22px;
    margin-top: 10px;
}

.product_container ul li p {
    font-size: 15px;
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 26px;
}

.product_container ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.product_container ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*管理咨询*/

.guanli {
    background: url(../images/guanli_bg.jpg) no-repeat;
    padding-top: 60px;
    padding-bottom: 120px;
    overflow: hidden;
}

.guanli_title {
    background: url(../images/guanli_titen.png) no-repeat center;
    text-align: center;
}

.guanli_title_cn {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.guanli_txt {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.title_line01 {
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

.guanli_container {
    padding-top: 30px;
}

.guanli_container ul li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 30px;
}

.guanli_container ul li h3 {
    font-size: 22px;
    margin-top: 10px;
    color: #FFFFFF;
}

.guanli_container ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.guanli_container ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.guanli_more a {
    width: 205px;
    height: 55px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    color: #FFFFFF;
}

.guanli_more a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #32B28A;
}


/*赋能*/

.funeng_title {
    background: url(../images/funeng_titen.png) no-repeat center;
    text-align: center;
    margin-top: 60px;
}

.funeng_title_cn {
    color: #32B28A;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.funeng_txt {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.funeng_container {
    padding-top: 60px;
}

.funeng_container ul li {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

.fn_con {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.fn_con h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.fn_tit {
    font-size: 16px;
    margin-top: 20px;
}

.fn-line {
    width: 90%;
    height: 1px;
    background: #e0e0e4;
    margin: 0 auto;
    margin: 0 auto;
    margin-top: 30px;
}

.fn_txt {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}

.funeng_more a {
    width: 205px;
    height: 55px;
    border: 1px solid #414141;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
}

.funeng_more a:hover {
    background: #32B28A;
    color: #FFFFFF;
    border: 1px solid #32B28A;
}

.funeng_container ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    background: #faf9ff;
}

.funeng_container ul li a .fn_tit {
    color: #666666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.funeng_container ul li a:hover .fn_tit {
    color: #FFFFFF;
}

.funeng_container ul li a .fn_txt {
    color: #666666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.funeng_container ul li a:hover .fn_txt {
    color: #FFFFFF;
}

.funeng_container ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: linear-gradient(90deg, rgba(50, 178, 140, 1) 0%, rgba(2, 144, 179, 1) 100%);
    color: #fff;
}


/*服务*/

.service_title {
    background: url(../images/service_titen.png) no-repeat center;
    text-align: center;
    margin-top: 100px;
}

.service_title_cn {
    color: #32B28A;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.service_con ul {
    text-align: center;
}

.service_con ul li {
    line-height: 109px;
    text-align: center;
    padding-top: 60px;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.service_con ul li a {
    color: #32B28A;
    font-size: 26px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    background: url(../images/service_bg.png);
    width: 109px;
    height: 109px;
}

.service_con ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*角色*/

.intro_title {
    background: url(../images/intro_titen.png) no-repeat center;
    text-align: center;
    margin-top: 120px;
}

.intro_title_cn {
    color: #32B28A;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.intro_txt {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.intro_container {
    padding-top: 60px;
}

.intro_container ul li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 30px;
}

.intro_container ul li h3 {
    font-size: 22px;
    margin-top: 10px;
}

.intro_container ul li p {
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 26px;
}

.intro_container ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.intro_container ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.clients_logo_area .clients_slider .item img {
    width: auto;
    text-align: center;
    display: block;
    margin: auto;
    line-height: 70px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.clients_logo_area .clients_slider .item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.section-padding {
    margin-top: 60px;
}


/*适需服务*/

.section-fuwu {
    background: #FAF9FF;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.fuwu_title {
    background: url(../images/fuwu_titen.png) no-repeat center;
    text-align: center;
}

.fuwu_title_cn {
    color: #32B28A;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fuwu_con ul {
    text-align: center;
}

.fuwu_con ul li {
    line-height: 109px;
    text-align: center;
    padding-top: 60px;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.fuwu_con ul li a {
    color: #32B28A;
    font-size: 26px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    background: url(../images/service_bg.png);
    width: 109px;
    height: 109px;
    font-weight: bold;
}

.fuwu_con ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*页脚*/

.footer-area {
    padding: 120px 0px 120px;
    background: #0E1424;
}

@media (max-width: 991px) {
    .footer-area {
        padding: 60px 0px
    }
}

@media (max-width: 991px) {
    .footer-area .single-footer-widget {
        margin-bottom: 30px
    }
}

.footer-area .single-footer-widget p {
    color: #666;
    margin-top: 10px;
}

.footer-area .single-footer-widget h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600
}

@media (max-width: 1024px) {
    .footer-area .single-footer-widget h4 {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .footer-area .single-footer-widget h4 {
        margin-bottom: 15px
    }
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 10px
}

.footer-area .single-footer-widget ul li a {
    color: #797979
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px
}

.footer-area .single-footer-widget input {
    height: 48px;
    border: none;
    width: 67% !important;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px
}

.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none
}

.footer-area .single-footer-widget input.placeholder {
    padding-left: 10px;
    color: #797979
}

.footer-area .single-footer-widget input:-moz-placeholder {
    padding-left: 10px;
    color: #797979
}

.footer-area .single-footer-widget input::-moz-placeholder {
    padding-left: 10px;
    color: #797979
}

.footer-area .single-footer-widget input::-webkit-input-placeholder {
    padding-left: 10px;
    color: #797979
}

.footer-area .single-footer-widget .click-btn {
    font-family: "Roboto", sans-serif;
    color: #3a414e;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    left: 0
}

.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none
}

@media (max-width: 375px) {
    .footer-area .single-footer-widget .click-btn {
        margin-top: 10px
    }
}

@media (min-width: 400px) {
    .footer-area .single-footer-widget .click-btn {
        left: -50px
    }
}

.footer-area .footer-bottom {
    margin-top: 70px
}

@media (max-width: 991px) {
    .footer-area .footer-bottom {
        margin-top: 20px
    }
}

.footer-area .footer-bottom p {
    color: #797979
}

.footer-area .footer-bottom p a {
    color: #fff
}

.footer-area .footer-bottom .footer-social {
    text-align: center
}

@media (max-width: 991px) {
    .footer-area .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px
    }
}

.footer-area .footer-bottom .footer-social a {
    background: rgba(255, 255, 255, 0.15);
    margin-left: 3px;
    width: 32px;
    color: #fff;
    display: inline-grid;
    text-align: center;
    height: 32px;
    align-content: center
}

.footer-area .footer-bottom .footer-social a:hover {
    background: #fff;
    color: #21146a
}

.footer-area .footer-bottom .footer-social a i,
.footer-area .footer-bottom .footer-social a span {
    font-size: 14px
}

.col-xl-2 {
    float: left;
    width: 16.666667%;
}

.single-footer-widget h5 {
    font-size: 22px;
    color: #666666;
    font-weight: normal;
}

.col-xl-4 {
    width: 33.333333%;
    float: left;
}

.footer-text span {
    margin-left: 240px;
}

.footer-text span img {
    margin-right: 5px;
    position: relative;
    top: 5px;
}


/*App下载*/

.hero-banner {
    position: relative;
    background: linear-gradient(90deg, rgba(50, 178, 140, 1) 0%, rgba(2, 144, 179, 1) 100%);
    background-size: cover;
    padding: 90px 0 60px 0;
    z-index: 1;
}

.hero-banner {
    padding: 180px 0 100px 0;
}

.hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-bg.png) left center no-repeat;
    background-size: cover;
    z-index: -1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.col-lg-7 {
    max-width: 48%;
    float: left;
}

.col-lg-5 {
    max-width: 50%;
    float: right;
}

.col-lg-6 {
    max-width: 41.666667%;
    float: left;
    margin-right: 80px;
    margin-top: 80px
}

.appdown_tit a {
    width: 100%;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    margin-top: 30px;
}

.appdown_txt {
    color: #FFFFFF;
    margin-top: 10px;
}


/*资产管家*/

.postion_left {
    float: left;
}

.postion_right {
    float: right;
}

.postion {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    overflow: hidden;
    margin-bottom: 30px;
}

.postion_left {
    font-size: 26px;
    font-weight: bold;
}

.postion_right {
    font-size: 16px;
    padding-top: 20px;
}

.postion_right a {
    color: #333;
}

.postion_right a:hover {
    color: #32B28A;
}

.zichan_txt {
    font-size: 16px;
}

.zichan_container {
    margin-bottom: 100px;
    overflow: hidden;
}

.zichan_con {
    margin-top: 60px;
}

.zichan_con ul li {
    width: 25%;
    float: left;
}

.zichan_con ul li h3 {
    font-size: 20px;
    color: #32B28A;
    font-weight: bold;
    margin-top: 10px;
}

.zichan_more a {
    width: 205px;
    height: 55px;
    border: 1px solid #414141;
    display: block;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
}

.zichan_more a:hover {
    background: #32B28A;
    color: #FFFFFF;
    border: 1px solid #32B28A;
}

.zichan_con ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.zichan_con ul li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*精准赋能*/

.funeng_biaoti {
    font-size: 26px;
    color: #32B28A;
    font-weight: bold;
    margin-top: 60px;
}

.fn_txt01 p {
    margin-bottom: 20px;
}

.fn_table {
    line-height: 65px;
    border-left: 1px solid #33B38B;
    border-top: 1px solid #33B38B;
    font-size: 16px;
    margin-top: 40px;
}

.fn_table td {
    border-right: 1px solid #33B38B;
    border-bottom: 1px solid #33B38B;
    height: 65px;
    text-align: center;
}

.fn_table p {
    line-height: 30px;
}

.funeng_biaoti01 {
    font-size: 26px;
    color: #32B28A;
    font-weight: bold;
    margin-top: 100px;
}

.system p {
    font-size: 16px;
    line-height: 32px;
}

.system h3 {
    font-size: 24px;
    color: #32B28A;
    margin-bottom: 20px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-info__icon {
    margin-right: 20px;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.contact_con {
    margin-top: 100px;
}

.contact-info {
    margin-top: 20px;
}

.contact-info h3 {
    font-size: 18px;
}

.contact-info p {
    margin-top: 5px;
    font-size: 16px;
}

.sx_txt {
    font-size: 16px;
    margin-top: 60px;
}

.service_table {
    line-height: 65px;
    border-left: 1px solid #33B38B;
    border-top: 1px solid #33B38B;
    font-size: 16px;
    margin-top: 40px;
}

.service_table td {
    border-right: 1px solid #33B38B;
    border-bottom: 1px solid #33B38B;
    height: 65px;
    text-align: center;
}

.service_table p {
    line-height: 30px;
}


/*新闻资讯*/

.news_left {
    float: left;
    width: 75%;
}

.news_right {
    width: 15%;
    float: right;
    font-size: 20px;
}

.news ul li a .date {
    color: #808080;
    padding-top: 35px;
}

.news ul li a h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.news ul li a p {
    color: #808080;
    font-size: 16px;
    line-height: 28px;
}

.news ul li a:hover {
    color: #32B28A;
}

.news ul li {
    border-bottom: 1px solid #333;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 80%;
}

.news1_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    text-align: center;
}

.news1_title h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px
}

.news_con {
    margin-top: 20px;
}

.news_con p {
    line-height: 32px;
    font-size: 16px;
}