.kf_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.page_falb .kf_con1 .about-info {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    padding-bottom: 50px;
}

.con_title {
    text-align: center;
}

.con_title p span {
    font-size: 30px;
}

.about-info {
    font-size: 14px;
    color: #828282;
    line-height: 1;
    margin-top: 20px;
}

.ul-webset li {
    float: left;
    width: 33.333%;
    text-align: center;
    height: 322px;
}

.ul-webset li.li1 .block {
    width: 366px;
}

.ul-webset li.li2 .block {
    width: 296px;
}

.ul-webset li.li3 .block {
    width: 206px;
}

.ul-webset li .block {
    position: relative;
    height: 220px;
    margin: 0 auto;
}

.ul-webset li .block img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.ul-webset li h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: 100;
}

/*模块1*/
.intro_con1 {
    background: #fff;
}

.intro1_list {
    margin-top: 40px;
}

.intro1_list li {
    text-align: center;
    float: left;
    width: 25%;
    height: 275px;
}

.intro1_content {
    padding: 20px 10px;
}

.intro1_list li:hover .intro1_content {
    box-shadow: 0 0 10px #eee;
    transition: ease-in-out 0.5s;
    top: -5px;
}

.intro1_list_icon {
    margin-bottom: 30px;
}

.intro1_list_title {
    font-size: 24px;
    color: #43474C;
    font-weight: bold;
}

.intro1_list_info {
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
    line-height: 24px;
}

.intro1_list li:nth-child(4) {

}

.intro_con1 .title_introduction {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 30px;
}

.why_do_program_content_right_item:hover .why_do_program_content_right_item_num {
    background: #e60212;
    transition: ease-in-out 0.5s;
    color: #fff;
}


.intro_con2 {
    background: url(/static/skin/images/program_bg_03.jpg);
    background-size: 100%;
    height: 775px;
    overflow: hidden;
}

.why_do_program_why {
    position: relative;
    color: #fff;
}

.why_do_program_why h3 {
    font-size: 48px;
    margin-top: 10px;
    padding-bottom: 33px;
    position: relative;
}

.why_do_program_why strong {
    color: #5DEF63;
}

.why_do_program_why h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background: #FF9C62;
    position: absolute;
    left: 0;
    bottom: 0;
}

.why_do_program_why div {
    font-size: 18px;
    color: #fff;
    margin: 30px 0;
}

.why_do_program_why span {
    font-size: 38px;
}

.why_do_program_content_left, .why_do_program_content_right {
    padding: 80px 0;
    height: 100%;
    position: relative;
    float: left;
}

.why_do_program_content_left {
    width: 640px;
}

.why_do_program_content_right {
    width: 560px;
}

.why_do_program_content_right_item {
    text-align: center;
    padding: 10px;
    width: 45%;
    float: left;
    color: #fff;
}

.why_do_program_content_right_item_num {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    line-height: 180px;
    color: #0168B3;
    background: #fff;
    transition: ease-in-out 0.5s;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Arial';
    margin: 0 auto;
}

.why_do_program_content_right_item_title {
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0 20px;
}

.why_do_program_content_right_item_info {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}


/*行业解决方案*/
.intro_con3 {
    background: #fff;
}

.program_plan_item {
    width: 350px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    margin-right: 15px;
    margin-top: 20px;
    float: left;
}

.program_plan_item_title {
    font-size: 30px;
    margin-bottom: 13px;
    transition-duration: 0s;
}

.program_plan_item_subtitle {
    font-size: 16px;
}

.program_plan_item_info {
    display: none;
}

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

.program_plan_list li:nth-child(6) {
    margin-right: 0;
}

.program_plan_item:hover {
    background-image: linear-gradient(to right, #2D71CF, #148BCD) !important;
}


.program_plan_item:hover .program_plan_item_info {
    display: block;
    transition: ease-in-out 0.5s;
}

.program_plan_item:hover .program_plan_item_title {
    font-size: 21px;
}

.program_plan_item:hover .program_plan_item_subtitle {
    display: none;
}


/*与众不同*/
.intro_con4 {
    padding-top: 98px;
    padding-bottom: 95px;
    background: #F4F4F4;
}


.different_item {
    padding: 20px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    background: #fff;
    float: left;
    margin-top: 20px;
    width: 183px;
    text-align: center;
}

.different_item:nth-child(5) {
    margin-right: 0;
}

.different_item:nth-child(10) {
    margin-right: 0;
}

.different_item:nth-child(15) {
    margin-right: 0;
}

.different_item_title {
    font-size: 16px;
    font-weight: bold;
}

.different_item_subtitle {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.different_item_icon {
    margin-top: 10px;
}


.intro_con4 .intro_block h1, h2 {
    color: #fff;
}

/*精选案例*/
.intro_con5 {
    background: #fff;
}

/*模块6*/
.six_security_item {
    width: 400px;
    height: 70px;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    margin-top: 65px;
    transition: ease-in-out 0.5s;
}

.six_security_item_l,
.six_security_item_r {
    float: left;
}

.six_security_item_l {
    width: 70px;
    height: 68px;
    border: 1px solid #EDEDED;
    background: #fff;
    float: left;
    display: flex;
}

.six_security_item_r {
    padding-left: 25px;
    width: 260px;
}

.six_security_item_r_title {
    color: #333;
    font-size: 18px;
    font-weight: bold
}

.six_security_item_r_info {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}

.six_security_item:hover .six_security_item_l {
    background: #2D70CF;
    border-color: #2D70CF;
    transition: ease-in-out 0.5s;
}

.six_secruity_item_l_icon {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    margin: auto;
    background-position: 0 -45px;
    transition: all 0.5s;
}

.six_security_item:hover .six_secruity_item_l_icon {
    background-position: 0 0;
    transition: all 0.5s;
}

.intro_con7 {
    background-color: #ecf0f1;
}

.intro_con7 h1 {
    margin: 0;
    margin-top: 60px;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
    line-height: 62px;
    color: #000000;
    font-family: "webfont_experience";
}

.intro_con7 h2 {
    margin: 0;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #999999;
}

.intro_con7 a {
    width: 204px;
    height: 49px;
    display: block;
    margin: 0 auto;
    margin-top: 38px;
    text-align: center;
    line-height: 50px;
    background-color: #ff6700;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
}