﻿@charset "utf-8";
/* CSS Document */
body {
    background: #fff;
    font-size: 100%;
}
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft Yahei', 'Open Sans', sans-serif;
    font-size: 100%;
}

body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input ，a{margin:0;padding:0;-webkit-text-size-adjust: none}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

.header_20180309 {
    width: 100%;
    overflow: hidden;
}
.top_20180309 {
    width: 100%;
    height: 100px;
}
.logo_20180309 {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}
.nav_20180309 {
    float: right;
}
.nav_20180309 ul li {
    float: left;
    line-height: 100px;
    margin-right: 50px;
}
.nav_20180309 ul li a {
    font-size: 1.25rem;
}
.nav_20180309 ul li a:hover {
    border-bottom: solid 1px #e2003b;
    padding-bottom: 5px;
}
.banner_20180309 {
    position: relative;
    width: 100%;
    height: 800px;
}
.banner_left_20180309 {
    position: absolute;
    bottom: 80px;
    left: 50px;
    z-index: 50;
}
.banner_left_20180309 h1 {
    font-size: 10rem;
    /*color: #4d4e4f;*/
    color: #e2003b;
}
.banner_left_20180309 p {
    font-size: 5rem;
    /*color: #4d4e4f;*/
    color: #e2003b;
}
.banner_right_20180309 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 1600px;
    z-index: 10;
}
.center_20180309,.center1_20180309 {
    width: 100%;
    overflow: hidden;
}
.center1_20180309 {
    background-image: url(../images/bg3.jpg);
    position: relative;
    z-index: 1;
}
.center_focus_20180309 {
    width: 1280px;
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
}
.block_title_20180309 {
    color: #4b556a;
    text-align: center;
    font-size: 1.875rem;
}
.block_content_20180309 {
    height: 480px;
    margin-top: 70px;
}
.item_20180309 {
    position: relative;
    top: 0;
    float: left;
    width: 320px;
    margin-right: -1px;
    margin-left: -1px;
    border: 1px solid #e7e8ec;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.border_top_20180309 {
    position: absolute;
    left: -1px;
    bottom: 100%;
    width: 100%;
    height: 0;
    border: 1px solid #e2003b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e2003b;
    -webkit-transition: height .2s;
    transition: height .2s;
}
.item_head_20180309 {
    height: 210px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #e7e8ec;
}
.item_title_20180309 {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px; 
}
.icon_wrapper_20180309 {
    height: 85px;
    line-height: 85px;
    text-align: center;
}
.item_head_active_20180309 {
    display: none;
}
.item_intro_20180309 {
    width: 88%;
    margin: 0 auto 25px;
    color: #89909a;
    font-size: 12px;
}
.item_content_20180309 {
    height: 150px;
    padding: 20px 0;
    background-color: #f5f7fa;
    -webkit-transition: height .2s;
    transition: height .2s;
}
.item_content_default_20180309 {
    padding-left: 30px;
    padding-right: 30px;
}
.item_content_default_20180309 .item_sub_content_20180309 .sub_item_20180309 {
    margin-bottom: 15px;
}
.item_sub_content_20180309 .sub_item_20180309 .sub_item_title_20180309 {
    color: #60676d;
    font-size: 0.875rem;
}
.item_content_active_20180309 {
    display: none;
    background-color: #fff;
    text-align: center;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309 {
    position: relative;
    width: 100%;
    padding: 9px 0;
    height: 20px;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309:hover {
    background-color: #fcf3f6;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309 .sub_item_title_20180309 {
    width: 190px;
    float: left;
    color: #000;
    margin-left: 22px;
    text-align: left;
    font-size: 0.875rem;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309 .btn_more_20180309 {
    position: absolute;
    top: 6px;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e2003b;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #e2003b;
    right: 10px;
    opacity: 0;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309:hover .btn_more_20180309 {
    opacity: 1;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309 .btn_more_20180309:hover {
    background-color: #e2003b;
    border: 1px solid #e2003b;
    color: #fff;
}
.block_content_20180309 .item_20180309.active {
    z-index: 1;
    width: 320px;
    border-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 4px 10px 0 #f4dfe4;
    box-shadow: 0 4px 10px 0 #f4dfe4;
}
.block_content_20180309 .item_20180309.active .item_content_20180309 {
    height: 180px;
    background-color: #fff;
}
.block_content_20180309 .item_20180309.active .item_head_20180309 {
    border-bottom: 1px solid #fff;
}
.item_content_active_20180309 .item_sub_content_20180309 .sub_item_20180309:hover .sub_item_title_20180309 {
    color: #e2003b;
}
.item_20180309.active .border_top_20180309 {
    height: 10px;
}
.item_20180309.active .item_head_20180309 .item_head_default_20180309 {
    display: none;
}
.item_20180309.active .item_head_20180309 .item_head_active_20180309 {
    display: block;
}
.item_20180309.active .item_content_20180309 .item_content_default_20180309 {
    display: none;
}
.item_20180309.active .item_content_20180309 .item_content_active_20180309 {
    display: block;
}
.c_section_hd_20180309 {
    margin-bottom: 55px;
}
.c_section_hd_20180309 .block_title_20180309 {
    color: #fff;
}
.c_tab_normal_20180309 {
    border-right: #8690a0 2px solid;
    padding: 0 0 5px;
    width: 16.6667%;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
}
 
.c_tab_normal_20180309 ul {
    display: block;
}
.c_tab_normal_20180309 ul li {
    display: block;
    text-align: right;
    border-bottom: 0;
    position: relative;
}
.c_tab_normal_20180309 ul li a {
    padding: 5px 48px 5px 0;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}
.c_tab_normal_20180309 ul li a:hover{
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
    color: #e2003b;
    border-right: solid 4px #e2003b;
    margin-right: -3px;
}
.c_tab_panel_20180309 {
    width: 83.3333%;
    padding-right: 10px;
    vertical-align: top;
    padding-left: 78px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -2px;
    border-left: #8690a0 2px solid;
}
.home_solution_item_20180309 {
    padding-top: 25px;
}
.home_solution_tit_20180309 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.home_solution_txt_20180309 {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}
.home_solution_btn_20180309 {
    padding-top: 35px;
}
.c_btn_20180309 {
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    border-radius: 2px;
    background-color: #e2003b;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
}
.c_btn_20180309:hover {
    background-color: #c10b3b;
}
.home_solution_logo_20180309 {
    margin-top: 50px;
    padding-top: 55px;
    border-top: rgba(255,255,255,.2) 1px dashed;
    font-size: 0;
    overflow: hidden;
}
.home_solution_logo_inner_20180309 {
    margin-left: -40px;
}
.solution_logo_item_20180309 {
    height: 45px;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-right: 20px\9;
}
.solution_logo_item_20180309 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.block_20180309 {
    height: 400px;
    margin-top: 66px;
}
.outer_content_left_20180309  {
    float: left;
    width: 50%;
    height: 370px;
    background-image: url(../images/bg2.jpg);
    background-position: 100%;
    background-size: 100%;
}
.outer_content_right_20180309 {
    float: right;
    width: 45%;
    padding-top: 88px;
    padding-left: 5%;
}
.outer_content_right_20180309 li {
    margin-bottom: 30px;
    margin-right: 15px;
    color: #4b556a;
}
.dian_20180309 {
    background-color: #e2003b;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin-right: 15px;
}
.outer_content_right_20180309 a {
    display: inline-block;
    border: 1px solid #4b556a;
    color: #4b556a;
    margin-left: 20px;
    margin-top: 10px;
    height: 31px;
    line-height: 31px;
    padding: 0 36px;
    border-radius: 3px;
    font-size: 12px;
}
.outer_content_right_20180309 a:hover {
    border-color: #e2003b;
    background-color: #e2003b;
    color: #fff;
}
.main_footer_20180309 {
    background-color: #292a35;
    color: #a4a5aa;
}
.layout_20180309 {
    position: relative;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.footer_nav_20180309 .layout_20180309 {
    padding: 40px 0 50px;
    background-color: #292a35;
    display: flex;
    justify-content: space-between;
}
.footer_info_20180309 {
    background-color: #1f1f29;
}
.footer_info_20180309 .layout_20180309 {
    background-color: #1f1f29;
    padding: 24px 0;
    font-size: 12px;
    text-align: center;
}
.nav_title_20180309 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.nav_list_20180309 {
    margin-top: 15px;
}
.nav_list_20180309 li {
    margin-bottom: 12px;
    width: 100%;
}
.nav_list_20180309 li a {
    color: #a4a5aa;
}
.nav_list_20180309 li a:hover {
    color: #fff;
}
.product_menu_20180309 {
    width: 100%;
    background-color: #f6f9fc;
}
.menu_wrap_20180309 {
    width: 1280px;
    height: 60px;
    margin: 0px auto;
    background-color: #f6f9fc;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}
.menu_wrap_20180309 li {
    margin-right: 100px;
}

.menu_wrap_20180309 li a {
    color: #69757d;
    padding-bottom: 5px;
    padding-bottom: 18px;
}
.menu_wrap_20180309 li a:hover {
    color: #e2003b;
    border-bottom: solid 1px #e2003b;
}
.layout_20180309.layout_again {
    color: #4b556a;
    font-size: 0.875rem;
    border-bottom: 2px solid #eee;
}
.layout_20180309.layout_again .block_title_20180309 {
    text-align: left;
    margin: 0px 0 30px;
/*    font-size: 1.6rem;*/
}
.clearfix_20180309 li {
    float: left;
    margin-right: 50px;
    width: 610px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.clearfix_20180309 li h2 {
    color: #000;
    font-size: 1.25rem;
}
.clearfix_20180309 li h2 img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 32px;
    margin-right: 10px;
}
.clearfix_20180309 li p {
    margin-top: 10px;
    line-height: 25px;
}
.btfly_20180309 li {
    float: left;
    margin-right: 40px;
    width: 400px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.875rem;
}
.btfly_20180309 li h2 {
    color: #000;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 15px;
}
.btfly_20180309 li p {
    text-align: center;
    line-height: 28px;
}
.block_img_20180309 {
    text-align: center;
}
.block_img_20180309 p {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 1.5rem;
    text-align: left;
    color: #4b556a;
}
.block_img_20180309 img {
    border: solid #8690a0 1px;
}
.buy_20180309 {
    text-align: center;
}
.buy_20180309 button {
    background-color: #e2003b;
    color: #fff;
    border: none;
    height: 50px;
    width: 380px;
    border-radius: 5px;
    outline: 0;
    font-size: 1.25rem;
}
.buy_20180309 button:hover {
    background-color: #c10b3b;
}
.wulai_20180309 li {
    width: 290px;
    float: left;
    margin-right: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.875rem;
}
.wulai_20180309 li h2 {
    color: #000;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 15px;
}
.wulai_20180309 li p {
    text-align: center;
    line-height: 25px;
}
.ban_20180309 {
    width: 100%;
    height: 400px;
    background-color: rgba(40, 41, 54, .6);
}
.ban_center_20180309 {
    margin:0px auto;
    width: 1280px;
}
.nav_20180309.inside ul li a {
    color: #fff;
}
.solution_banner_20180309 {
    width: 70%;
    padding-top: 60px;
}
.solution_banner_tit_20180309 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}
.solution_banner_des_20180309 {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin: 10px 0 40px;
}
.solution_banner_des_20180309 p {
    line-height: 1.7;
}
.solution_banner_btn_20180309 {
    font-size: 0;
}
.wulai_20180309.IDC li {
    padding-top: 30px;
}
.wulai_20180309.IDC li h2 {
    padding-top: 15px;
}
.datacenter_info_wrap_20180309 {
    height: 495px;
    background-color: #f6f9fe;
    position: relative;
}
.datacenter_info_wrap_20180309 .img_slide_wrap_20180309 {
    width: 540px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.datacenter_info_basic_20180309 {
    float: right;
    width: 640px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.info_basic_item_20180309 p {
    font-size: 1rem;
}
.info_basic_item_20180309 p .label_20180309 {
    color: #657493;
}
.layout_20180309.layout_safety {
    color: #4b556a;
    font-size: 0.875rem;
    border-bottom: 2px solid #eee;
}
.layout_20180309.layout_safety .block_title_20180309 {
    margin-bottom: 10px;
    text-align: left;
}
.block_subhead_20180309 {
    font-size: 1rem;
}
.wulai_20180309.safety li {
    width: 303px;
    height: 420px;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #f4dfe4;
    padding-top: 0px;
    margin-top: 20px;
}

.safety_li_div_20180309 {
    margin: 0 20px;
}
.vertical_item_body_20180309 {
    margin-top: 10px;
    padding: 0 10%;
    overflow: hidden;
    font-size: 16px;
}
.vertical_item_head_20180309 {
    background-color: #fff0f5;
    width: 100%;
    text-align: center;
    height: 196px;
}
.vertical_item_head_20180309 img {
    margin-top: 65.5px;
}
.vertical_item_body_20180309 h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0px;
    text-align: center;
}
.vertical_item_body_20180309 p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: left;
}
.section_20180309 {
    background-color: #f6f9fc;
}
.section_content_20180309 {
    margin-top: 110px;
    overflow: hidden;
    position: relative;
}
.content_list_20180309 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-left: 12%;
    width: 50%;
    float: left;
}
.content_list_20180309 .title {
    font-size: 24px;
    color: #4b556a;
    font-weight: 400;
    vertical-align: top;
    position: relative;
}
.content_list_20180309 .list_num {
    font-size: 55px;
    line-height: 50px;
    color: #4b556a;
    font-weight: 400;
    font-family: qcloud-num;
    position: absolute;
    top: 0;
    left: -60px;
}
.content_list_20180309 .m_list {
    margin-top: 22px;
    line-height: 31px;
}
.c_grid_20180309 {
    width: 100%;
}
.c_g_left_20180309 {
    width: 50%;
    float: left;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 2rem;
}
.c_g_left_20180309 .receive_condition_20180309 {
    margin-top: 10px;
    color: #000;
}
.c_g_left_20180309 p a {
    color: #00a4ff;
}
.c_g_left_20180309 ul {
    margin-bottom: 20px;
}
.c_g_right_20180309 {
    width: 301px;
    float: right;
}
.c_g_right_20180309 img {
    width: 100%;
}
.hu_20180309 li {
    float: left;
    margin-right: 40px;
    width: 357px;
    padding: 20px;
    font-size: 0.875rem;
    border: 1px solid #f4dfe4;
}
.hu_20180309 li h2 {
    color: #000;
    font-size: 1.25rem;
    padding-top: 10px;
    padding-bottom: 15px;
}
.hu_20180309 li h2 img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 32px;
    margin-right: 10px;
}
.hu_20180309 li p {
    text-align: left;
    line-height: 25px;
}
.finance_mode_obj_20180309 {
    margin-top: 20px;
}
.unit_box_li_20180309 {
    float: left;
    margin-right: 2%;
    width: 23%;
    font-size: 0.875rem;
    border: 1px solid #f4dfe4;
    background: #fff;
}
.ovhg_20180309 {
    margin: 12%;
    overflow: hidden;
}
.unit_box_li_20180309 h2 {
    color: #000;
    font-size: 1.25rem;
    padding-top: 10px;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
}
.unit_box_li_20180309 h2 img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 32px;
    margin-right: 10px;
}
.ovhg_20180309 ul {
    height: 200px;
    overflow-y: auto;
    width: 108%;
}
.unit_box_li_20180309 .text_20180309 {
    text-align: left;
    line-height: 25px;
    height: 100px;
}
.unit_box_li_20180309 .info_list_20180309 li {
    margin-top: 15px;
}
.unit_box_li_20180309 .info_list_20180309 em {
    font-weight: 700;
    color: #666;
    vertical-align: middle;
    font-style: normal;
}
.unit_box_li_20180309 .info_list_20180309 p {
    /*text-indent: 21px;*/
}
.m_ct_20180309 {
    padding: 60px 0;
    border-bottom: 1px solid #f4dfe4;
}
.m_ct_left_20180309 {
    text-align: center;
    width: 40%;
    display: inline-block;
}
.scenario_20180309 {
    width: 55%;
    margin-left: 3.47%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.scenario_20180309 h4,.scenario2_20180309 h4 {
    color: #000;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
    font-weight: 400;
}
.scenario_20180309 p,.scenario2_20180309 p {
    line-height: 30px;
}
.scenario2_20180309 {
    width: 55%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.content_list_20180309.Banking {
    padding-left: 7%;
    padding-right: 3%;
    width: 33.3%;
}
/*清楚间距*/
.btfly_20180309 li:last-child,.menu_wrap_20180309 :last-child
{
margin-right:0px;
}
.clearfix_20180309 li:nth-child(2n+0),.hu_20180309 li:nth-child(3n+0),.wulai_20180309 li:nth-child(4n+0),.btfly_20180309 li:nth-child(3n+0),.wulai_20180309.safety li:nth-child(4n+0),.unit_box_li_20180309:nth-child(4n+0)
{
margin-right:0px;
}
/*主页背景*/
.bag1 {
   background-image: url(../img/1.jpg); 
}
.bag2 {
   background-image: url(../img/2.jpg); 
}
.bag3 {
   background-image: url(../img/3.jpg); 
}
.bag4 {
   background-image: url(../img/4.jpg); 
}
/*子页背景*/
.bg1 {
    background-image: url(../images/bg1.jpg);
    background-position: center;
}
/*边距*/
.pb50 {
    padding-bottom: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt45 {
    padding-top: 45px;
}
.mr5 {
    margin-right: 5px;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.pt60 {
    padding-top: 60px;
}
.pb0 {
    padding-bottom: 0px;
}
.mt20 {
    margin-top: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
/*清除浮动*/
.clearfix_20180309:after,.ban_center_20180309:after,.center_focus_20180309:after,.layout_again:after,.wulai_20180309:after,.layout_safety:after,.c_grid_20180309:after,.m_ct__20180309:after,.btfly_20180309:after {
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
} 
.clearfix_20180309,.ban_center_20180309,.center_focus_20180309,.layout_again,.wulai_20180309,.layout_safety,.c_grid_20180309,.m_ct__20180309,.btfly_20180309 {
    zoom:1
}

/*
.unit_box_all li
{
    
    float: left;
    margin-right: 2%;
    width: 23%;
    font-size: 0.875rem;
    border: 1px solid #f4dfe4;
    background: #fff;
}
*/