.banner img {
    width: 100%;
    min-width: 1200px;
    height:800px;
}

.app_development {
    padding: 87px 0 130px;
}

.app_development .app_title h3 {
    text-align: center;
    font-size: 23.97px;
    color: #333333;
    font-weight: bold;
}

.app_development .app_title p {
    text-align: center;
    font-size: 13.98px;
    color: #666666;
    margin-top: 5px;
    position: relative;
}

.app_development .app_title .title {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
}

.app_development .app_title .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #D5D5D5;
    width: 350px;
    margin: auto;
}

.app_development .app_title .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #236EFB;
    margin: auto;
    width: 30px;
    z-index: 100;
}

.app_development .app_title .desc {
    text-align: center;
    font-size: 12px;
    color: #b5b5b5;
}

.app_development .develop_list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.app_development .develop_list li {
    width: 209px;
    margin-right: 30px;
}

.app_development .develop_list li a {
    width: 100%;
    display: block;
}

.app_development .develop_list li a i {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: 100%;
    margin: auto;
    transition: .2s;
}

.app_development .develop_list li a .ios {
    background: url("../images/deve_01.png") no-repeat;
}

.app_development .develop_list li a .android {
    background: url("../images/deve_02.png") no-repeat;
}

.app_development .develop_list li a .wemall {
    background: url("../images/deve_03.png") no-repeat;
}

.app_development .develop_list li a .minimall {
    background: url("../images/deve_04.png") no-repeat;
}

.app_development .develop_list li a .webmall {
    background: url("../images/deve_05.png") no-repeat;
}

.app_development .develop_list li a h4 {
    text-align: center;
    font-size: 20px;
    color: #3f3f3f;
    margin-top: 27px;
    font-weight: bold;
}

.app_development .develop_list li a p {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
    line-height: 18px;
}

.app_development .develop_list li:last-child {
    margin-right: 0;
}

.app_development .develop_list li:hover h4 {
    color: #236EFB;
}

.app_development .develop_list li:hover .ios {
    background: url("../images/deve-select_01.png") no-repeat;
}

.app_development .develop_list li:hover .android {
    background: url("../images/deve-select_02.png") no-repeat;
}

.app_development .develop_list li:hover .wemall {
    background: url("../images/deve-select_03.png") no-repeat;
}

.app_development .develop_list li:hover .minimall {
    background: url("../images/deve-select_04.png") no-repeat;
}

.app_development .develop_list li:hover .webmall {
    background: url("../images/deve-select_05.png") no-repeat;
}

.industry_box {
    background: url("../images/bg_01.jpg") no-repeat;
    background-size: cover;
    height: 759px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry_box .industry {
    width: 1200px;
    margin: 0;
    height: 759px;
    /* padding: 98px 0; */
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.industry_box .industry .industry_guide {
    background: #242d4e;
    /* border-radius: 15px; */
    width: 298px;
    padding: 98px 0;
    height: calc(100% - 196px);
}

.industry_box .industry .industry_guide h4 {
    padding: 70px 0 30px 63px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.industry_box .industry .industry_guide ul li {
    padding: 34px 0;
    position: relative;
    z-index: 10;
}

.industry_box .industry .industry_guide ul li a {
    padding-left: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.industry_box .industry .industry_guide ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.industry_box .industry .industry_guide ul li a p {
    font-size: 14px;
    color: #fff;
}

.industry_box .industry .industry_guide ul li:hover {
    /* background: #2949CB; */
}

.industry_box .industry .industry_guide ul li:hover::after {
    content: "";
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    width: calc(100% + 31px);
    height: 100%;
    background: url("../images/choose_bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin: 0 auto;
}

.industry_box .industry .industry_guide ul .active::after {
    content: "";
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    width: calc(100% + 31px);
    height: 100%;
    background: url("../images/choose_bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin: 0 auto;
}

.industry_box .industry .options_btn {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.industry_box .industry .options_btn a {
    width: 85px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.industry_box .industry .options_btn a:first-child {
    border: 1px solid #A0A3AD;
}

.industry_box .industry .options_btn a:last-child {
    margin-left: 20px;
    background: #3986FF;
    border: 1px solid #3986FF;
}

.industry_box .industry .options_btn a:hover {
    opacity: .7;
}

.industry_box .industry .options_btn a:active {
    opacity: 1;
}

.industry_box .industry .industry_content {
    padding-left: 56px;
    flex: 1;
    overflow: hidden;
    padding-top: 98px;
}

.industry_box .industry .industry_content .industry_container h4 {
    font-size: 18px;
    color: #ffffff;
}

.industry_box .industry .industry_content .industry_container .desc {
    font-size: 14px;
    color: #fff;
    padding-top: 25px;
    line-height: 25px;
}

.industry_box .industry .industry_content .industry_container ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.industry_box .industry .industry_content .industry_container ul li {
    width: 16.666%;
    padding-top: 60px;
}

.industry_box .industry .industry_content .industry_container ul li img {
    width: 60px;
    height: 60px;
    margin: auto;
}

.industry_box .industry .industry_content .industry_container ul li p {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    color: #fff;
}

.system_standard {
    width: 1200px;
    padding: 85px 0;
    margin: auto;
}

.system_standard .standard_title h3 {
    text-align: center;
    font-size: 23.98px;
    color: #333333;
    font-weight: bold;
}

.system_standard .standard_title p {
    font-size: 13.99px;
    color: #666666;
    text-align: center;
    padding-top: 10px;
}

.system_standard ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}

.system_standard ul li {
    width: 25%;
    position: relative;
}

.system_standard ul li i {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: block;
    background-size: 100%;
    margin: auto;
    transition: .3s;
}

.system_standard ul li h6 {
    text-align: center;
    font-size: 17.99px;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
}

.system_standard ul li p {
    width: 85%;
    font-size: 12px;
    color: #999999;
    margin: 12px auto 0;
    text-align: center;
}

.system_standard ul li .system_A {
    background: url("../images/system_01.png") no-repeat;
}

.system_standard ul li .system_B {
    background: url("../images/system_02.png") no-repeat;
}

.system_standard ul li .system_C {
    background: url("../images/system_03.png") no-repeat;
}

.system_standard ul li .system_D {
    background: url("../images/system_04.png") no-repeat;
}

.system_standard ul li .system_E {
    background: url("../images/system_05.png") no-repeat;
}

.system_standard ul li:hover {
    cursor: pointer;
}

.system_standard ul li:hover h6 {
    color: #236EFB;
}

.system_standard ul li:hover .system_A {
    background: url("../images/system-select_01.png") no-repeat;
}

.system_standard ul li:hover .system_B {
    background: url("../images/system-select_02.png") no-repeat;
}

.system_standard ul li:hover .system_C {
    background: url("../images/system-select_03.png") no-repeat;
}

.system_standard ul li:hover .system_D {
    background: url("../images/system-select_04.png") no-repeat;
}

.system_standard ul li:hover .system_E {
    background: url("../images/system-select_05.png") no-repeat;
}

.system_standard ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40px;
    background: url("../images/arrow.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 20px;
}

.system_standard ul li:last-child::after {
    background: transparent;
}

.advantage {
    background: #FAFAFA;
    padding: 73px 0 43px;
}

.advantage .advantage_box {
    width: 1200px;
    margin: auto;
}

.advantage .advantage_box .advantage_title {
    padding-left: 15px;
    position: relative;
}

.advantage .advantage_box .advantage_title p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.advantage .advantage_box .advantage_title span {
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
}

.advantage .advantage_box .advantage_title::before {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 20px;
    background: #236EFB;
    content: "";
    border-radius: 10px;
}

.advantage .advantage_box .append_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #EFEFEF;
    padding-top: 50px;
}

.advantage .advantage_box .append_btn .title_box {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px 10px;
    /*border-left: 1px solid #F5F5F5;*/
    /*border-top: 1px solid #F5F5F5;*/
    box-sizing: border-box;
    background: #2670FB;
    margin-right: 11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*.advantage .advantage_box .append_btn a:last-child {*/
/*    border-right: 1px solid #f5f5f5;*/
/*}*/

.advantage .advantage_box .append_btn .title_box:hover {
    /*background: #fff;*/
    /*border-top: 2px solid #236EFB;*/
    background: #ff8400;
    /*padding: 10px 10px 9px;*/
    cursor: pointer;
}

.advantage .advantage_box .append_btn .on {
    /*background: #fff;*/
    /*border-top: 2px solid #236EFB !important;*/
    /*padding: 10px 10px 9px;*/
    background: #ff8400;

}

.advantage .advantage_box #swiper2 {
    padding-top: 16px;
    padding-bottom: 30px;
}

.advantage .advantage_box #swiper2 .swiper-slide img {
    height: 600px;
    width: 100%;
}

.advantage .advantage_box #swiper2 .swiper-pagination {
    bottom: 0;
}

.advantage .advantage_box #swiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 2px;
    background: #D2D2D3;
    border-radius: 0;
    opacity: 1;
}

.advantage .advantage_box #swiper2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #236EFB;
}

.advantage .advantage_box #swiper2 .swiper-pagination .swiper-pagination-bulle:hover {
    cursor: pointer;
}

.TgCase {
    padding: 80px 0;
    width: 1200px;
    margin: auto;
}

.TgCase .TgCase_title h6 {
    text-align: center;
    font-size: 23.98px;
    color: #333333;
    font-weight: bold;
}

.TgCase .TgCase_title p {
    text-align: center;
    font-size: 13.99px;
    color: #666666;
    padding-top: 10px;
}

.TgCase .case_list {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TgCase .case_list ul {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s;
}

.TgCase .case_list ul li {
    font-size: 16px;
    color: #666666;
    padding: 10px 17px;
    margin-right: 60px;
    transition: all 0.5s;
}

.TgCase .case_list ul li:last-child {
    margin-right: 0;
}

.TgCase .case_list ul li:hover {
    cursor: pointer;
    color: #fff;
    background: #236EFB;
}

.TgCase .case_list ul .on {
    color: #fff;
    background: #236EFB;
}

.TgCase .case_list .checkMore {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.TgCase .case_list .checkMore span {
    color: #8c8c8c;
    font-size: 12px;
}

.TgCase .case_list .checkMore .img_box {
    width: 45px;
    display: flex;
    justify-content: flex-end;
}

.TgCase .case_list .checkMore img {
    width: 27px;
    height: 10px;
    margin-right: 15px;
    animation: moveArrow 0.8s ease infinite;
    -moz-animation: moveArrow 0.8s ease infinite;
    -webkit-animation: moveArrow 0.8s ease infinite;
    -o-animation: moveArrow 0.8s ease infinite;
}

.TgCase .case_content {
    padding-top: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.5s;
}

.TgCase .case_content .case_cell {
    width: 260px;
    border: 1px solid #E5E4E4;
    border-radius: 10px;
    margin-right: 50px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.TgCase .case_content .case_cell .case_img {
    width: 100%;
    height: 157px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.TgCase .case_content .case_cell .case_data {
    padding: 23px 20px;
}

.TgCase .case_content .case_cell .case_data h6 {
    font-size: 16px;
    color: #333;
}

.TgCase .case_content .case_cell .case_data p {
    font-size: 11.99px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    min-height: 32px;
}

.TgCase .case_content .case_cell:nth-child(4n) {
    margin-right: 0;
}

.TgCase .case_content .hover_data {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 55px;
    transition: .5s;
}

.TgCase .case_content .hover_data h6 {
    font-size: 16px;
    color: #333;
}

.TgCase .case_content .hover_data p {
    padding-top: 5px;
    font-size: 11.99px;
    color: #999999;
    min-height: 100px;
}

.TgCase .case_content .hover_data img {
    width: 113px;
    height: 113px;
    margin: auto;
}

.TgCase .case_content .case_cell:hover .hover_data {
    top: 0;
}

@keyframes moveArrow {
    from {
        margin-right: 15px;
    }
    to {
        margin-right: 0;
    }
}

.cooperation {
    padding: 75px;
    background: #FBFBFB;
}

.cooperation .cooperation_box {
    width: 1200px;
    margin: auto;
}

.cooperation .cooperation_box .cooperation_title h6 {
    text-align: center;
    font-size: 23.98px;
    color: #333333;
    font-weight: bold;
}

.cooperation .cooperation_box .cooperation_title p {
    text-align: center;
    font-size: 13.99px;
    color: #666666;
    padding-top: 20px;
}

.cooperation .cooperation_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 85px 2px 0;
}

.cooperation .cooperation_box ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 144px;
    transition: .5s;
}

.cooperation .cooperation_box ul li div {
    width: 80%;
    height: 120px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.cooperation .cooperation_box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cooperation .cooperation_box ul li a img {
    max-width: 144px;
    max-height: 171px;
}

.cooperation .cooperation_box ul li:hover {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news_list {
    width: 1200px;
    margin: auto;
    padding: 73px 0;
}

.news_list .news_title h6 {
    text-align: center;
    font-size: 23.98px;
    color: #333333;
    font-weight: bold;
}

.news_list .news_title p {
    text-align: center;
    font-size: 13.99px;
    color: #666666;
    padding-top: 20px;
}

.news_list .news_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
}

.news_list .news_content .theNew {
    width: 450px;
    border: 1px solid #F0F0F0;
    margin-right: 65px;
    transition: .3s;
}

.news_list .news_content .theNew:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news_list .news_content .theNew .news_pic {
    width: 100%;
    height: 285px;
}

.news_list .news_content .theNew .new_data {
    padding: 42px 45px;
}

.news_list .news_content .theNew .new_data .news_title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.news_list .news_content .theNew .new_data .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
}

.news_list .news_content .theNew .new_data .time img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.news_list .news_content .theNew .new_data .time p {
    font-size: 12px;
    color: #cccccc;
}

.news_list .news_content .theNew .new_data .desc {
    padding-top: 20px;
    font-size: 14px;
    color: #999999;
}

.news_list .news_content .tips {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.news_list .news_content .tips span {
    margin-right: 10px;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.news_list .news_content .tips .green {
    color: #50c6c6;
    background: #EDFFF8;
}

.news_list .news_content .tips .blue {
    color: #7c91d7;
    background: #EEF4FE;
}

.news_list .news_content .tips .red {
    color: #f98c9d;
    background: #FFF2FA;
}

.news_list .news_content .tips .yellow {
    color: #e4b966;
    background: #FFF5E5;
}

.news_list .news_content .tips .gery {
    color: #999999;
    background: #F5F5F5;
}

.news_list .news_content .list {
    flex: 1;
    overflow: hidden;
}

.news_list .news_content .list ul {
    padding: 1px 2px 37px;
}

.news_list .news_content .list li {
    padding: 20px;
    transition: .3s;
}

.news_list .news_content .list li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}


/* .news_list .news_content .list li:hover span {
    opacity: 1;
    filter: saturate(4.5);
} */

.news_list .news_content .list li a {
    display: block;
}

.news_list .news_content .list li a .list_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_list .news_content .list li a .list_title h6 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.news_list .news_content .list li a .list_title span {
    color: #cccccc;
    font-size: 12px;
    margin-left: 10px;
}

.news_list .news_content .list li a .desc {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.news_list .news_content .check_more {
    font-size: 14px;
    color: #666666;
    border: 1px solid #E7E7E7;
    line-height: 29px;
    width: 114px;
    text-align: center;
    display: block;
    margin-left: 20px;
}

.news_list .news_content .check_more:hover {
    background: #236FFA;
    color: #fff;
}

#swiper .swiper-pagination {
    bottom: 110px;
}

.banner {
    padding-bottom: 94px;
}

#swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
    opacity: .6;
    width: 13px;
    height: 13px;
}

#swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 33px;
    border-radius: 5px;
}

#swiper .swiper-slide {
    position: relative;
}

#swiper .swiper-slide .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 163px;
    text-align: center;
    transition: .2s;
    color: #fff;
    width: 155px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 5px;
}

#swiper .swiper-slide .btn:hover {
    color: #fff;
    background: #236EFB;
    border-color: #236EFB;
}

.banner_show_list {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 5px;
    padding: 40px 0;
    width: 1200px;
    margin: -90px auto 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.banner_show_list .show_cell {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-right: 1px solid #E6E6E6;
    padding: 24px 0;
}

.banner_show_list .show_cell:last-child {
    border-right: 0;
}

.banner_show_list .show_cell .img {
    width: 80px;
    height: 60px;
    display: block;
    min-width: 80px;
    transition: .2s;
}

.banner_show_list .show_cell .show_msg {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-left: 10px;
}

.banner_show_list .show_cell .show_msg h4 {
    font-size: 18px;
    color: #333;
    transition: .2s;
}

.banner_show_list .show_cell .show_msg .small_tips {
    font-size: 14px;
    color: #979797;
}

.banner_show_list .show_cell .img_01 {
    background: url("../images/index_banner_01.png") no-repeat;
    background-position: 0 bottom;
}

.banner_show_list .show_cell .img_02 {
    background: url("../images/index_banner_02.png") no-repeat;
    background-position: 0 bottom;
}

.banner_show_list .show_cell .img_03 {
    background: url("../images/index_banner_03.png") no-repeat;
    background-position: 0 bottom;
}

.banner_show_list .show_cell .img_04 {
    background: url("../images/index_banner_04.png") no-repeat;
    background-position: 0 bottom;
}

.banner_show_list .show_cell:hover .img {
    background-position: 0 top;
}

.banner_show_list .show_cell:hover h4 {
    color: #236efb;
}

/*定制开发服务 李222沈建*/

.main_part_itembox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 58px;
}

.main_part_itembox_childrenbox {
    width: 242px;
    padding: 73px 19px 109px 19px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.main_part_itembox_childrenbox > a {
    width: 100%;
    height: 100%;
    display: block;
}

.main_part_itembox_childrenbox:hover {
    background: #2670fb;
    box-shadow: 0px 6px 20px 0px rgba(38, 112, 251, 0.3);
    transform: scale(1.01) translateY(-12px);
}

.main_part_itembox_childrenbox:hover .first_title {
    color: #ffffff;
}

.main_part_itembox_childrenbox:hover .first_dec {
    color: #ffffff;
}

.main_part_itembox_childrenbox:hover .detail {
    cursor: pointer;
    opacity: 1;
}

.first_icon {
    width: 107px;
    height: 107px;
    margin: 0 auto;
}

.first_icon img {
    width: 107px;
    height: 107px;
    display: block;
    object-fit: none;
}

.footer_detail {
    width: 242px;
    bottom: 30px;
}

.detail {
    width: 160px;
    height: 36px;
    background: #ffffff;
    border-radius: 18px;
    opacity: 0;
    transition: all 0.5s;
    margin: 0 auto;
}

.detail_icon {
    width: 8px;
    height: 11px;
    display: block;
    margin-left: 10px;
    object-fit: none;
}

/*多行业解决 李沈建*/

.left_list {
    width: 200px;
    height: 600px;
    padding: 40px 0;
    background: url('../../index/images/second/left_list_bg.png') no-repeat center;
    background-size: cover;
}

.left_list::-webkit-scrollbar {
    display: none;
}

.left_list_box {
    width: 200px;
    height: 80px;
    background: transparent;
    box-shadow: 0px 5px 20px 0px rgba(38, 112, 251, 0.3);
    border-radius: 8px;
    transition: all 0.5s;
    color: #ffffff;
}

.left_list_box:hover {
    cursor: pointer;
    background: #ffffff;
    transform: translateX(36px);
    color: #2670fb;
}

.left_list_box_active {
    cursor: pointer;
    background: #ffffff;
    transform: translateX(36px);
    color: #2670fb;
}

.left_list_box_icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: fill;
}

.right_list {
    width: 850px;
    height: 560px;
    padding: 60px 75px;
    background: url('../../index/images/second/right_list_bg.png') no-repeat center;
    background-size: cover;
}

.right_list_box {
    overflow: hidden;
}

.right_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.right_list_box {
    transition: all 0.5s;
}

.rightdec {
    width: 304px;
    margin-top: 17px;
}

.right_list_item {
    width: 314px;
    height: 90px;
    background: #fcfcfc;
    border-radius: 8px;
    padding: 20px 38px;
}

/*系统规范的开发流程 李沈建*/

.append_btn_icon {
    width: 34px;
    height: 17px;
    display: block;
    position: absolute;
    bottom: -17px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*底部导航 李沈建*/

.footer_ol a {
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer_ol a:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    opacity: 1 !important;
}

/*lsj*/

.service_pop {
    width: 470px;
    height: 290px;
    position: fixed;
    top: 50%;
    margin-top: -145px;
    left: 50%;
    margin-left: -235px;
    background: url("../images/index_pop_pic.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 100;
    display: none;
}

.pop_top {
    height: 208px;
    position: relative;
}

.pop_bottom {
    height: 82px;
}

.pop_left {
    margin-left: 41px;
    margin-top: 41px;
}

.title_01 {
    color: #FFFFFF;
    line-height: 30px;
}

.title {
    margin-top: 8px;
}

.pop_right {
    margin-right: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 43px;
}

.pop_right img {
    width: 110px;
    height: 110px;
}

.code_desc {
    margin-top: 12px;
}

.pop_bottom_left {
    width: 185px;
    height: 42px;
    background: #FF6A00;
    margin-left: 38px;
    margin-top: 16px;
}

.pop_bottom_right {
    width: 183px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #FF6A00;
    margin-right: 41px;
    margin-top: 16px;
    color: #FF6A00;
}

.pop_bottom_left:hover {
    cursor: pointer;
}

.pop_bottom_right:hover {
    cursor: pointer;
}

.pop_phone {
    margin-top: 15px;
    line-height: 20px;
}

.close {
    width: 26rpx;
    height: 26rpx;
    position: absolute;
    top: -9px;
    right: -10px;
}

.close img {
    width: 26rpx;
    height: 26rpx;
}

.close img:hover {
    cursor: pointer;
}