

/*-----------------------------------基础开始-----------------------------------*/
.infolist_title {
    background: #fafafa;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}
.moreinfo {
  padding-top:0px;width:100%;float:left;
}

.moreinfo ul li{
    width: 33.3%;float:left;
}

.case_page_content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top:0px;
}
.case_page_content ul li.active a{
	color:#FFFFFF!important;
}
.case_page_content ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e1e3e6;
    background-color: #fff;
    cursor: pointer;
}

.case_page_content ul li .prev {
    text-align: left;
}

.case_page_content ul li:hover,
.case_page_content ul li.active {
    color: #fff;
    background-color: #ff8600;
    border-color: #ff8600;
}


.base_content {
    min-width: 1200px;
    padding: 107px 0 100px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.base_content.gray {
    background-color: #f7f9fc;
}

.base_box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.base_box.row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.base_box.reverse {
    flex-direction: row-reverse;
}

.base_box.row .base_title_content {
    width: 470px;
    align-items: flex-start;
}

.base_box.row .base_title_content p {
    padding: 0;
    text-align: left;
}

.base_box.row .base_title_content h2 {
    line-height: 49px;
    font-size: 36px;
}

.base_title_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.base_title_content h2 {
    font-size: 40px;
    color: #333333;
}

.base_title_content p {
    line-height: 30px;
    padding: 0 56px;
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    color: #95989d;
}

.base_title_content.white h2,
.base_title_content.white p {
    color: #fff;
}

.base_img_content {
    margin-top: 62px;
    text-align: center;
}

/*-----------------------------------基础结束-----------------------------------*/

/*-----------------------------------头部开始-----------------------------------*/

.top_content {
    min-width: 1200px;
    background-color: #fff;
}

.top_box {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top_left {
    font-size: 13px;
    color: #666666;
}

.top_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_right img {
    margin-right: 7px;
}

.top_right span {
    font-size: 14px;
    color: #333333;
}

.top_right strong {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.head_content {
    min-width: 1200px;
    background-color: #1d1e1f;
}

.head_box {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo h1 {
    font-size: 0;
}

.head_describe {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 33px;
    padding-left: 29px;
    background-image: url(../image/logo_line.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.head_describe span {
    font-size: 22px;
    color: #ffffff;
}

.head_describe small {
    margin-top: 13px;
    font-size: 15x;
    color: #a1a8b2;
}

.head_right {
    display: flex;
    flex-direction: row;
}

.head_right li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head_right li:not(:first-child) {
    margin-left: 40px;
}

.head_right li span {
    margin-top: 13px;
    font-size: 14px;
    color: #7a8799;
}

.nav_content {
    min-width: 1200px;
    background-color: #272829;
}

.nav_content ul {
    width: 1200px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.nav_content ul li {
    padding: 0 32px;
    position: relative;
}

.nav_content ul li:first-child {
    padding-left: 0;
}

.nav_content ul li:last-child {
    padding-right: 0;
}

.nav_content ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .1);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav_content ul li a {
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.nav_content ul li a:hover,
.nav_content ul li.active a {
    color: #ff8600;
    opacity: 1;
}

/*-----------------------------------头部结束-----------------------------------*/

/*----------------------------------banner开始----------------------------------*/

.home_banner_content {
    min-width: 1200px;
     background-position: center center;
}

.home_banner_box {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    position: relative;
}

.home_banner_box a {
    min-width: 150px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
    position: absolute;
    top: 62.3076%;
    left: 0;
    z-index: 1;
}

.banner_content {
    min-width: 1200px;
    height: 520px;
    background-position: center center;
}

.banner_content a {
    width: 100%;
    height: 100%;
    display: block;
}

/*----------------------------------banner结束----------------------------------*/

/*-----------------------------------底部开始-----------------------------------*/

.footer_content {
    min-width: 1200px;
}

.footer_main {
    width: 1200px;
    margin: 0 auto;
}

.footer_top {
    background-color: #292929;
}

.footer_characteristic_content {
    height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer_characteristic_content li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_characteristic_content li img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.footer_characteristic_text {
    display: flex;
    flex-direction: column;
}

.footer_characteristic_text h3 {
    font-size: 18px;
    color: #fff;
}

.footer_characteristic_text span {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.footer_bottom {
    background-color: #222222;
}

.footer_info_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 66px 0 44px;
}

.footer_info_left {
    width: 300px;
}

.footer_info_left,
.footer_logo,
.footer_info_number {
    display: flex;
    flex-direction: column;
}

.footer_logo img {
    width: 200px;
}

.footer_logo span {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

.footer_info_number_content {
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.footer_info_number_content img {
    margin-right: 15px;
}

.footer_info_number span {
    line-height: 18px;
    margin: 3px 0;
    font-size: 12px;
    color: #999;
    word-break: break-all;
}

.footer_info_center {
    display: flex;
    flex-direction: row;
}

.footer_link_content:not(:last-child) {
    padding-right: 100px;
}

.footer_link_content h3 {
    font-size: 16px;
    color: #999;
}

.footer_link_content h3::after {
    content: '';
    width: 40px;
    height: 1px;
    margin-top: 16px;
    display: block;
    background-color: rgba(255, 255, 255, .1);
}

.footer_link_box {
    display: flex;
    flex-direction: row;
}

.footer_link_box ul:not(:last-child) {
    margin-right: 24px;
}

.footer_link_box ul li {
    margin-top: 20px;
}

.footer_link_box ul li a {
    font-size: 14px;
    color: #999;
}

.footer_info_right {
    display: flex;
    flex-direction: column;
}

.footer_tel_content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_tel_content img {
    width: 50px;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.footer_tel {
    display: flex;
    flex-direction: column;
}

.footer_tel span {
    font-size: 14px;
    color: #999;
}

.footer_tel strong {
    margin-top: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.footer_qrcode_content ul {
    display: flex;
    flex-direction: row;
    padding-top: 28px;
}

.footer_qrcode_content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_qrcode_content ul li:not(:last-child) {
    margin-right: 34px;
}

.footer_qrcode_content ul li img {
    width: 100px;
    height: 100px;
}

.footer_qrcode_content ul li span {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.footer_friendchain_content {
    padding: 14px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.footer_friendchain_content dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_friendchain_content dl dd {
    margin-top: 10px;
    margin-right: 6px;
}

.footer_friendchain_content dl dt {
    margin-top: 10px;
    margin-right: 20px;
}

.footer_friendchain_content dl dd a,
.footer_friendchain_content dl dt a {
    font-size: 13px;
    color: #999;
}

.footer_copyright_content {
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.footer_copyright_content p {
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

/*-----------------------------------底部结束-----------------------------------*/

/*-----------------------------------首页开始-----------------------------------*/

.home_advantage_content {
    min-width: 1200px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
}

.home_advantage_content ul {
    width: 1200px;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(198, 200, 204, .2);
    border-radius: 8px;
}

.home_advantage_content ul li {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.home_advantage_content ul li img {
    width: 60px;
    margin-right: 18px;
}

.home_advantage_box {
    display: flex;
    flex-direction: column;
}

.home_advantage_box span {
    font-size: 18px;
    color: #333333;
}

.home_advantage_box small {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.home_solution_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 53px;
}

.home_solution_content li {
    width: 280px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 28px rgba(145, 148, 153, .08);
}

.home_solution_box {
    height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_solution_box span {
    font-size: 18px;
    color: #333333;
}

.home_solution_box small {
    margin-top: 14px;
    font-size: 14px;
    color: #808080;
}

.home_solution_box a {
    width: 128px;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #ff8600;
    border-radius: 4px;
    border: 1px solid #ff8600;
}

.home_meetdemand_content {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}

.home_meetdemand_tab {
    height: 52px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e1e3e6;
}

.home_meetdemand_tab li {
    width: 10px;
    height: 52px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.home_meetdemand_tab li.active {
    color: #ff7700;
    border-bottom-color: #ff7700;
}

.home_meetdemand_list {
    margin-top: 40px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(204, 204, 204, .2);
}

.home_meetdemand_list li:not(:first-child) {
    display: none;
}

.home_meetdemand_main {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home_meetdemand_img {
    width: 600px;
    height: 390px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 40px;
}

.home_meetdemand_text {
    display: flex;
    flex-direction: column;
}

.home_meetdemand_text h3 {
    font-size: 28px;
    color: #333333;
}

.home_meetdemand_text p {
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
}

.home_meetdemand_text dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}

.home_meetdemand_text dl dd {
    width: 120px;
    height: 44px;
    line-height: 44px;
    margin: 10px 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e6e6e6;
}

.home_meetdemand_text a {
    width: 128px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #ff9600, #ff7600);
}

.home_tools_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.home_tools_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 36px;
    box-sizing: border-box;
}

.home_tools_left li {
    margin: 30px 59px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.home_tools_left li span {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
}

.home_tools_left li.active span {
    color: #333333;
}

.home_tools_left li i {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.home_tools_left li:nth-child(1) i {
    background-image: url(../image/icon_tools1_1.png);
}

.home_tools_left li:nth-child(2) i {
    background-image: url(../image/icon_tools2_1.png);
}

.home_tools_left li:nth-child(3) i {
    background-image: url(../image/icon_tools3_1.png);
}

.home_tools_left li:nth-child(4) i {
    background-image: url(../image/icon_tools4_1.png);
}

.home_tools_left li:nth-child(5) i {
    background-image: url(../image/icon_tools5_1.png);
}

.home_tools_left li:nth-child(6) i {
    background-image: url(../image/icon_tools6_1.png);
}

.home_tools_left li:nth-child(7) i {
    background-image: url(../image/icon_tools7_1.png);
}

.home_tools_left li:nth-child(8) i {
    background-image: url(../image/icon_tools8_1.png);
}

.home_tools_left li:nth-child(9) i {
    background-image: url(../image/icon_tools9_1.png);
}

.home_tools_left li:nth-child(10) i {
    background-image: url(../image/icon_tools10_1.png);
}

.home_tools_left li:nth-child(11) i {
    background-image: url(../image/icon_tools11_1.png);
}

.home_tools_left li:nth-child(12) i {
    background-image: url(../image/icon_tools12_1.png);
}

.home_tools_left li.active:nth-child(1) i {
    background-image: url(../image/icon_tools1_2.png);
}

.home_tools_left li.active:nth-child(2) i {
    background-image: url(../image/icon_tools2_2.png);
}

.home_tools_left li.active:nth-child(3) i {
    background-image: url(../image/icon_tools3_2.png);
}

.home_tools_left li.active:nth-child(4) i {
    background-image: url(../image/icon_tools4_2.png);
}

.home_tools_left li.active:nth-child(5) i {
    background-image: url(../image/icon_tools5_2.png);
}

.home_tools_left li.active:nth-child(6) i {
    background-image: url(../image/icon_tools6_2.png);
}

.home_tools_left li.active:nth-child(7) i {
    background-image: url(../image/icon_tools7_2.png);
}

.home_tools_left li.active:nth-child(8) i {
    background-image: url(../image/icon_tools8_2.png);
}

.home_tools_left li.active:nth-child(9) i {
    background-image: url(../image/icon_tools9_2.png);
}

.home_tools_left li.active:nth-child(10) i {
    background-image: url(../image/icon_tools10_2.png);
}

.home_tools_left li.active:nth-child(11) i {
    background-image: url(../image/icon_tools11_2.png);
}

.home_tools_left li.active:nth-child(12) i {
    background-image: url(../image/icon_tools12_2.png);
}

.home_tools_right {
    width: 425px;
    height: 392px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.home_tools_right img {
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.base_content.bg_run {
    background-image: url(../image/run_bg.png);
}

.home_sparkle_content {
    display: flex;
    flex-direction: column;
}

.home_sparkle_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.home_sparkle_box:nth-child(even) {
    flex-direction: row-reverse;
}

.home_sparkle_text {
    display: flex;
    flex-direction: column;
}

.home_sparkle_text h3 {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #333333;
}

.home_sparkle_text h3::after {
    content: '';
    width: 30px;
    height: 3px;
    margin-top: 16px;
    background-color: #ff8600;
}

.home_sparkle_text p {
    line-height: 30px;
    margin-top: 17px;
    font-size: 16px;
    color: #808080;
}









































































.home_show_content {
    display: flex;
    flex-direction: column;
    padding-top: 46px;
}

.home_show_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_show_tab ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
}

.home_show_tab ul li {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    border-radius: 50px;
}

.home_show_tab ul li.active {
    color: #fff;
    background-image: linear-gradient(45deg, #ff9600, #ff7600);
}

.home_show_list {
    height: 420px;
    margin-top: 60px;
    position: relative;
}

.home_show_list img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home_show_list img:not(:nth-child(2)) {
    display: none;
}

.home_why_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 42px;
    margin: 0 -6px;
}

.home_why_content ul li {
    width: 20%;
    padding: 24px 12px 0;
}

.home_why_box {
    height: 236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 42px;
    border: 1px solid #e9ebf0;
    border-radius: 4px;
}

.home_why_box h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.home_why_box p {
    line-height: 20px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.information_content > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 64px;
}

.information_box {
    width: 380px;
    height: 392px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow:  0 10px 20px rgba(0, 0, 0, .04);
}

.information_content > ul > li:nth-child(1) .information_head {
    background-image: url(../image/information_bg01.png);
}

.information_content > ul > li:nth-child(2) .information_head {
    background-image: url(../image/information_bg02.png);
}

.information_content > ul > li:nth-child(3) .information_head {
    background-image: url(../image/information_bg03.png);
}

.information_head {
    height: 124px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    background-position: center;
    background-size: cover;
}

.information_head h2 {
    font-size: 24px;
    color: #fff;
}

.information_head span {
    margin-top: 14px;
    font-size: 15px;
    color: #fff;
}

.information_main {
    height: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.information_list {
     padding: 7px 20px 0;
    overflow: hidden;
}

.information_list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 21px;
}

.information_list ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.information_list ul li a {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.information_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
}

.information_link a {
    width: 150px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #ff8600;
    border: 1px solid #ff8600;
    transition: all .2s;
}

.information_link a:hover {
    color: #fff;
    background-color: #ff8600;
}

/*-----------------------------------首页结束-----------------------------------*/
