a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.wrap {
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wrapper {
    position: relative;
    height: 82vh;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper .scroller {
    position: absolute;
}

.wrapper .scroller li {
    float: left;
    width: 387px;
    height: calc(100vh);
    line-height: 100%;
    text-align: center;
    font-style: none;
}


.wrapper .scroller li span {
    display: block;
    border: 1px solid #ccc;
}


/*w3c下滑*/
.container1 {
    display: none;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
  
}
/*.chevron {
    position: absolute;
    width: 14px;
    height: 4px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 50%;
    width: 51%;
    background: #247DE1;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}*/
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(20px);
    }
    67% {
        opacity: 1;
        transform: translateY(25px);
    }
    100% {
        opacity: 0;
        transform: translateY(30px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}
    

@media screen and (min-width:280px) and (max-width: 767px) {


    

/*修改滚动条样式*/
/*控制滑轮宽高*/
#chenggong_1_left_p2::-webkit-scrollbar{
  width:2px;
  height:2px;
  /**/
}
/*滑道颜色*/
#chenggong_1_left_p2::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
/*滑轮颜色*/
#chenggong_1_left_p2::-webkit-scrollbar-thumb{
   background: linear-gradient(203deg, #189DF8, #247DE1);
  border-radius:10px;
}
#chenggong_1_left_p2::-webkit-scrollbar-thumb:hover{
  background: #333;
}
#chenggong_1_left_p2::-webkit-scrollbar-corner{
  background: #179a16;
}





    .xinjia_beijing{
        /*background-color: #e5e5e5;*/
        margin-top: 30px;
    }
    #hdt_str {
        display: block !important;
    }

    .wrapper .scroller li {
        width: calc(100vw) !important;
    }

    /* 企业新闻 */
    h3{
        font-size: 16px;
    }
    #qieyexinwen {
        background-color: #e5e5e5e5;
        height: 100%;
        margin-top: 50px;
    }

    .qiyexinwen_neirong {
        padding: 0px 20px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .qiyexinwen_neirong_div {
        margin-bottom: 15px;
        width: 100%;
        display: flex;
        flex-direction: row;
        
    }

    .zhongxian {
        position: relative;
        width: 15%;
        margin: 0 auto;
    }

    .zhongxian>div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 1px;
        height: 100%;
        background-color: #DDDDDD;
    }

    .qiyexinwen_neirong_div_left {
        width: 15%;
    }

    .qiyexinwen_neirong_div_left_p1 {
        font-size: 35px;
        font-weight: 400;
        color: #282828;
        line-height: 50px;
        background: linear-gradient(203deg, #189DF8 0%, #247DE1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .qiyexinwen_neirong_div_left_p2 {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
    }

    .qiyexinwen_neirong_div_right {
        width: 80%;
    }

    .qiyexinwen_neirong_div_right_p1 {
        font-size: 16px;
        font-weight: 400;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .qiyexinwen_neirong_div_right_p1:hover{
        color: #247DE1;
        font-size: 16px;
        font-weight: 400;
    }

    .qiyexinwen_neirong_div_right_p2 {
       
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .qiyexinwen_neirong_div_right_p2:hover{
        color: #247DE1;
    }


    #qieyexinwen {
        background-color: #e5e5e5e5;
        height: 100%;
        margin-top: 30px;
    }

    /* 成功内容 */
    #chenggong {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #chenggong_1 {
        width: 100%;
        display: flex;
    }

    .chenggong_1_fangzhuan_1 {
        display: none;
    }

    .chenggong_1_fangzhuan_2 {
        display: flex;
        flex-direction: row-reverse;

    }

    .chenggong_1_fangzhuan_3 {
        display: none;
    }

    .chenggong_1_fangzhuan_4 {
        display: flex;
        flex-direction: row-reverse;
    }

    #chenggong_1_right {
        width: 50%;
    }

    #chenggong_1_right>a>img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    #chenggong_1_left>img {
        position: relative;
        width: 100%;
        height: 180px;
        text-align: center;
    }

    #chenggong_1_left {
        position: relative;
        width: 50%;
        text-align: center;
    }

    #chenggong_1_left_wenzi {
        padding: 0px 15px;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #chenggong_1_left_p2 {
        padding-right: 10px;
        height: 80px;
        overflow-y: scroll;
        margin-top: 10px;
        /*text-align: left;*/
        text-align:justify
    }

    #chenggong_1_left_p1>a {
        color: #333;
        font-size: 16px;
    }

    #chenggong_1_left_p2>a {
        color: #333;
        font-size: 12px;

    }


    /* 增值内容 */
    /***************************/
    .ind03-icon{
        background-size: 40px;
    }
    .ind03-box .item-box .ind03-icon {
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .ind03-box .item-box .ind03-icon:before {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 3px;
        background: #fff;
        transition: all .5s;
    }

    .ind03-box .item-box h3 {
        position: absolute;
        top: 140px;
        left: 50%;
        margin-left: -90px;
        width: 180px;
        text-align: center;
        color: #fff;
        font-family: 'pingfangsc-light';
        transition: all .5s;
    }

    .ind03-box {
        height: 300px;
        /*background: #3d3d3d;*/
    }

    .ind03-box-r {
        max-width: 2600px;
        height: 300px;
    }

    .ind03-box .item-box {
        position: relative;
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .ind03-box .item-box:hover a {
        bottom: 120px;
    }

    .ind03-box .item-box:hover h3 {
        top: 110;
    }

    /***************************/
    .item-box>a {
        width: 120px;
        height: 34px;
        border: 1px solid #fff;
        line-height: 34px;
    }

    #zengzhi_neirong_juzhong {
        position: absolute;
        top: 0px;
        left: 49%;
        transform: translate(-50%);
    }

    #zengzhi_neirong {
        position: relative;
        overflow: hidden;
    }

    #zengzhi_neirong>img {
        width: 100%;
        height: 300px;
    }



    /* 二楼框架 */


    .swiper1 {
        width: 100%;
    }

    .swiper1 .selected {
        border-radius: 28px;
        color: #fff;
        background-image: linear-gradient(90deg, rgb(24, 157, 248), rgb(36, 125, 225));
    }

    .swiper1 .swiper-slide {
        text-align: center;
        font-size: 12px;
        height: 30px;
        margin: 5px 0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }

    .swiper2 {

        width: 100%;
    }

    .swiper2 .swiper-slide {
        background-color: #fff;
        text-align: center;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .swiper-no-swiping {
        color: #000000;
        line-height: 100px;
    }


    .erloudao_d1 {
        width: 100%;
        background-color: #E9E9EB;
        margin-bottom: 30px;
        margin: 0 auto;
    }

    /* 二楼左右箭头 */
    .prev {
        top: 200px;
        left: 280px;
        position: absolute;
    }

    .next {
        top: 200px;
        right: 280px;
        position: absolute;
    }

    /* 二楼内容 */
    #erlou_jiaotou {
        display: none;
    }

    #erlouneirong {
        width: 100%;
        height: 100%;
    }

    #sanlou_right_gengduo>a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

    #sanlou_right_gengduo {
        margin: 0 auto;
        margin-top: 15px;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        width: 110px;
        height: 40px;
        background-image: linear-gradient(90deg, rgb(24, 157, 248), rgb(36, 125, 225));
    }

    #sanlou_right_wenzi_p1 {
        text-align: justify;
        /*text-indent: 30px;*/
        text-align: left;
        margin: 0px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
    }

    #sanlou_right_img {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #sanlou_left {
        margin-right: 0px;
    }

    #sanlou_right {
        text-align: center;
    }

    #sanlou_left>img {
        padding-top: 30px;
        width: 100%;
    }

    #sanlou {
        display: flex;
        flex-direction: column;
        padding: 0px 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    /* 一楼 */
    #yilou {
        padding: 15px 20px;
        text-align: center;
        
    }

    #yilou_p1 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
     #yilou_p1 > p{
        font-size: 18px;
       color: #5e5e5e;
    }
    .xinjia{
     width: 7px;
    height: 30px;
    margin-right: 10px;
    background: linear-gradient(203deg, #189DF8, #247DE1);
  }

    #yilou_p2 {
        display: none;
        margin-top: 15px;
        font-size: 12px;
        line-height: 20px;

    }

    /* 主体 */
    #zhuti {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    /*修改滚动条样式*/
/*控制滑轮宽高*/
#chenggong_1_left_p2::-webkit-scrollbar{
  width:2px;
  height:2px;
  /**/
}
/*滑道颜色*/
#chenggong_1_left_p2::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
/*滑轮颜色*/
#chenggong_1_left_p2::-webkit-scrollbar-thumb{
   background: linear-gradient(203deg, #189DF8, #247DE1);
  border-radius:10px;
}
#chenggong_1_left_p2::-webkit-scrollbar-thumb:hover{
  background: #333;
}
#chenggong_1_left_p2::-webkit-scrollbar-corner{
  background: #179a16;
}


    #hdt_str {
        display: block !important;
        width: 23vw !important;
    }

    .wrapper .scroller li {
        width: calc(50vw) !important;
    }

    #hdt_end {
        width: 35vw !important;
    }

    /* 企业新闻 */
    #qieyexinwen {
        background-color: #e5e5e5e5;
        height: 100%;
        margin-top: 50px;
    }

    .qiyexinwen_neirong {
        padding: 0px 20px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .qiyexinwen_neirong_div {
        margin-bottom: 25px;
        width: 100%;
        display: flex;
        flex-direction: row;
        
    }

    .zhongxian {
        position: relative;
        width: 10%;
        margin: 0 auto;
    }

    .zhongxian>div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 1px;
        height: 100%;
        background-color: #DDDDDD;
    }

    .qiyexinwen_neirong_div_left {
        width: 10%;
    }

    .qiyexinwen_neirong_div_left_p1 {
        font-size: 40px;
        font-weight: 400;
        color: #282828;
        line-height: 50px;
        background: linear-gradient(203deg, #189DF8 0%, #247DE1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .qiyexinwen_neirong_div_left_p2 {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .qiyexinwen_neirong_div_right {
        width: 80%;
    }

    .qiyexinwen_neirong_div_right_p1 {
        font-size: 20px;
        font-weight: 400;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .qiyexinwen_neirong_div_right_p1:hover{
        color: #247DE1;
        font-size: 20px;
        font-weight: 400;
    }

    .qiyexinwen_neirong_div_right_p2 {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .qiyexinwen_neirong_div_right_p2:hover{
        color: #247DE1;
    }


    #qieyexinwen {
        background-color: #e5e5e5e5;
        height: 100%;
        margin-top: 30px;
    }



    /* 成功内容 */
    #chenggong {
        width:100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #chenggong_1 {
        display: flex;
    }

    .chenggong_1_fangzhuan_1 {
        display: none;
    }

    .chenggong_1_fangzhuan_2 {
        display: flex;
        flex-direction: row-reverse;

    }

    .chenggong_1_fangzhuan_3 {
        display: none;
    }

    .chenggong_1_fangzhuan_4 {
        display: flex;
        flex-direction: row-reverse;
    }

    #chenggong_1_right {
        width: 300px;
        height: 250px;
    }
    #chenggong_1_right >a>img{
        width: 100%;
        height: 100%;
    }


    #chenggong_1_left {
        position: relative;
        width: 300px;
        height: 250px;
        text-align: center;
    }

    #chenggong_1_right>img {
        width: 300px;
        height: 100%;
    }

    #chenggong_1_left>img {
        position: relative;
        width: 300px;
        height: 100%;
        text-align: center;
    }

    #chenggong_1_left_wenzi {
        padding: 0px 20px;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #chenggong_1_left_p2 {
        padding-right: 5px;
        /*text-align: left;*/
        height: 100px;
        overflow-y: scroll;
        text-align:justify;
        margin-top: 10px;
    }

    #chenggong_1_left_p1>a {
        color: #333;
        font-size: 20px;
    }

    #chenggong_1_left_p2>a {
        color: #333;

        line-height: 24px;
        font-size: 16px;
    }


    /* 增值内容 */
    .ind03-box {
        height: 475px;
        /*background: #3d3d3d;*/
    }

    .ind03-box-r {
        max-width: 2600px;
        height: 475px;
    }

    .ind03-box .item-box {
        position: relative;
        width: 100%;
        height: 477px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }


    .item-box>a {
        width: 120px;
        height: 34px;
        border: 1px solid #fff;
        line-height: 34px;
    }

    #zengzhi_neirong_juzhong {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
    }

    #zengzhi_neirong {
        position: relative;
    }

    #zengzhi_neirong>img {
        width: 100%;
        height: 477px;
    }


    /* 二楼框架 */


    .swiper1 {
        width: 100%;
    }

    .swiper1 .selected {
        border-radius: 28px;
        color: #fff;
        background-image: linear-gradient(90deg, rgb(36, 125, 225), rgb(24, 157, 248));
    }

    .swiper1 .swiper-slide {
        text-align: center;
        font-size: 14px;
        height: 40px;
        margin: 10px 0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }


    .swiper2 .swiper-slide {
        background-color: #fff;
        text-align: center;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .swiper-no-swiping {
        color: #000000;
        line-height: 100px;
    }


    .erloudao_d1 {
        width: 100%;
        background-color: #E9E9EB;
        margin-bottom: 30px;
        margin: 0 auto;
    }

    /* 二楼左右箭头 */
    #erlou_jiaotou {
        display: block;
    }

    .prev {
        top: 200px;
        left: 280px;
        position: absolute;
    }

    .next {
        top: 200px;
        right: 280px;
        position: absolute;
    }

    /* 二楼内容 */
    #erlouneirong {
        height: 100%;
    }

    #sanlou_right_gengduo>a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

    #sanlou_right_gengduo {
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        width: 110px;
        height: 40px;
        background-image: linear-gradient(90deg, rgb(36, 125, 225), rgb(24, 157, 248));
    }

    #sanlou_right_wenzi_p1 {
        text-align: justify;
        /*text-indent: 30px;*/
        text-align: left;
        margin: 0px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        width: 350px;
        margin-bottom: 15px;
    }

    #sanlou_right_img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #sanlou_right {
        text-align: left;
    }

    #sanlou_left>img {
        margin-top: 50px;
        width: 400px;
    }

    #sanlou {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }




    /* 主 营 业 务 */
    #yilou {
        padding: 25px 0px 15px 0px;
        width: 768px;
        margin: 0 auto;
        text-align: center;
    }

    #yilou_p1 {

        font-size: 36px;
    }

    #yilou_p2 {
        margin-top: 15px;
        font-size: 16px;

    }

    /* 主体 */
    #zhuti {
        width: 100%;
    }
}

@media screen and (min-width:1200px) {


    /*修改滚动条样式*/
/*控制滑轮宽高*/
#chenggong_1_left_p2::-webkit-scrollbar{
  width:2px;
  height:2px;
  /**/
}
/*滑道颜色*/
#chenggong_1_left_p2::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
/*滑轮颜色*/
#chenggong_1_left_p2::-webkit-scrollbar-thumb{
   background: linear-gradient(203deg, #189DF8, #247DE1);
  border-radius:10px;
}
#chenggong_1_left_p2::-webkit-scrollbar-thumb:hover{
  background: #333;
}
#chenggong_1_left_p2::-webkit-scrollbar-corner{
  background: #179a16;
}




    #hdt_str {
        display: none !important;
    }

    .wrapper .scroller li {
        width: 387px !important;
    }

    /* 企业新闻 */
    #qieyexinwen {
        background-color: #e5e5e5e5;
        height: 100%;
        margin-top: 50px;
        padding: 0px 0px 30px 0px;
    }

    .qiyexinwen_neirong {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .qiyexinwen_neirong_div {
        margin-bottom: 30px;
        width: 47%;
        display: flex;
        flex-direction: row;
        
    }

    .zhongxian {
        position: relative;
        width: 10%;
        margin: 0 auto;
    }

    .zhongxian>div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 1px;
        height: 100%;
        background-color: #DDDDDD;
    }

    .qiyexinwen_neirong_div_left {
        width: 10%;
    }

    .qiyexinwen_neirong_div_left_p1 {
        font-size: 40px;
        font-weight: 400;
        color: #282828;
        line-height: 50px;
        background: linear-gradient(203deg, #189DF8 0%, #247DE1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .qiyexinwen_neirong_div_left_p2 {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .qiyexinwen_neirong_div_right {
        width: 80%;
    }

    .qiyexinwen_neirong_div_right_p1 {
        font-size: 20px;
        font-weight: 400;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .qiyexinwen_neirong_div_right_p1:hover{
        color: #247DE1;
        font-size: 20px;
        font-weight: 400;
    }

    .qiyexinwen_neirong_div_right_p2 {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .qiyexinwen_neirong_div_right_p2:hover{
        color: #247DE1;
    }



    /* 成功内容 */
    #chenggong {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    #chenggong_1 {
        display: flex;
    }

    .chenggong_1_fangzhuan_1 {
        display: none;
        flex-direction: row;

    }

    .chenggong_1_fangzhuan_2 {
        display: flex;
        flex-direction: row;

    }

    .chenggong_1_fangzhuan_3 {
        display: flex;
        flex-direction: row-reverse;
    }

    .chenggong_1_fangzhuan_4 {
        display: flex;
        flex-direction: row-reverse;
    }

    #chenggong_1_right {
        width: 300px;
        height: 250px;
    }

    #chenggong_1_left {
        position: relative;
        width: 300px;
        height: 250px;
        text-align: center;
    }

 #chenggong_1_right>a>img {
        width: 300px;
        height: 100%;
    }
    #chenggong_1_right>img {
        width: 300px;
        height: 100%;
    }

    #chenggong_1_left>img {
        position: relative;
        width: 300px;
        height: 100%;
        text-align: center;
    }

    #chenggong_1_left_wenzi {
        padding: 0px 25px;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #chenggong_1_left_p2 {
        padding-right: 5px;
        height: 135px;
        overflow-y: scroll;
        margin-top: 15px;
        text-align: left;
        text-align:justify
    }

    #chenggong_1_left_p1>a {
        font-size: 20px;
        color: #333333;
    }

    #chenggong_1_left_p2>a {
        color: #333333;

        line-height: 24px;
        font-size: 16px;
    }

    /* 增值内容 */
    .ind03-box {
        height: 475px;
        /*background: #3d3d3d;*/
    }

    .ind03-box-r {
        max-width: 2600px;
        height: 475px;
    }

    .ind03-box .item-box {
        position: relative;
        width: 100%;
        height: 477px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }



    .item-box>a {
        width: 120px;
        height: 34px;
        border: 1px solid #fff;
        line-height: 34px;
    }

    #zengzhi_neirong_juzhong {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
    }

    #zengzhi_neirong {
        position: relative;
    }

    #zengzhi_neirong>img {
        width: 100%;
        height: 477px;
    }


    /* 二楼框架 */


    .swiper1 {
        width: 100%;
    }

    .swiper1 .selected {
        border-radius: 28px;
        background-image: linear-gradient(90deg, rgb(36, 125, 225), rgb(24, 157, 248));
        color: #fff;
    }

    .swiper1 .swiper-slide {
        text-align: center;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin: 10px 0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }

    .swiper2 {
        margin-top: 30px;
        /*margin-bottom: 30px;*/
        width: 100%;
    }

    .swiper2 .swiper-slide {
        background-color: #fff;
        text-align: center;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .swiper-no-swiping {
        color: #000000;
        /*line-height: 100px;*/
    }
    #sanlou_right_wenzi{
        margin: 30px 0px;
    }


    .erloudao_d1 {
        width: 1000px;
        background-color: #E9E9EB;
        border-radius: 28px;
        margin-bottom: 30px;
        margin: 0 auto;
    }

    /* 二楼左右箭头 */
    #erlou_jiaotou {
        display: block;
    }

    .erlou_jiaotou_div {
        top: 50%;
        position: absolute;
        width: 100%;
        height: calc(200px + 40px);
    }

    .prev {
        top: 75%;
        left: 0;
        position: absolute;
    }

    .prev>img {
        cursor: pointer;
    }



    .next {
        top: 75%;
        right: 0;
        position: absolute;
    }

    .next>img {
        cursor: pointer;
    }

    /* 二楼内容 */
    #erlouneirong {
        width: 1000px;

    }

    #sanlou_right_gengduo>a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

    #sanlou_right_gengduo {
        border-radius: 5px;
        text-align: center;
        margin-left: 0px;
        line-height: 40px;
        width: 110px;
        height: 40px;
        background-image: linear-gradient(90deg, rgb(36, 125, 225), rgb(24, 157, 248));
    }

    #sanlou_right_wenzi_p1 {
        text-align: justify;
        /*text-indent: 30px;*/
        text-align: left;
        margin: 0px;
        width: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
    }
    #sanlou_left {
        margin-right: 30px;
    }

    #sanlou_right {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*height: 350px;*/
    }

    /*#sanlou_left>img {
        padding-top: 12px;
    }*/

    #sanlou {
        /*padding-top: 30px;*/

        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }




    /* 主 营 业 务 */
    #yilou {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        padding: 50px 0px 40px 0px;
    }

    #yilou_p1 {

        font-size: 36px;
    }

    #yilou_p2 {
        margin-top: 20px;
        font-size: 16px;

    }

    /* 主体 */
    #zhuti {
        width: 100%;
    }
}