@CHARSET "UTF-8";
/*home*/
.video-banner{
    position: relative;
    height: calc(100vh);
    width: 100%;
    overflow: hidden;
}

    #music1{
        height: 100%;
        object-fit: cover;
        object-position: 50% 60%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 6;
    }

    #gif1{
        display: none;
        height: 100%;
        width: auto;
    }
    .i_layer {
        position: absolute;
        width: 100%;
        height: 100%;
        top:0em;
        left:0;
        z-index: 9999;
    }
    .i_cont>p{
        font-size:2.36em;
        font-weight:bold;
        letter-spacing:20px;
        color: #fff;
        opacity: 0.8;
    }
    .i_cont {
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }
    .background000{
        background: #000;
    }
    .player{
         background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 1.515em;
        height: 1.515em;
        position: absolute;
        bottom: 20px;
        top:unset;
        z-index: 9;
        right: 20px;
        left: unset;
        cursor: pointer;
        display: block;
    }
    .unsound{
        background-image:url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/close.png");
    }
    .sound{
        background-image:url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/open.png");
    }
    .player1{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        right: 0;
        margin: auto;
        cursor: pointer;
        display: none;
    }
    #carousel-example-generic:hover .player1{
        display: block;
    }
    .bofang{
        background-image:url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/bofang.png");
    }
    .zanting{
        background-image:url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/zanting.png");
    }
    .active{
        height: 100%;
        width: 100%;
    }
/*关于我们*/
.back{
    width: 1.212em;
    height: 1.212em;
    background-image: url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/back.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
     margin-bottom: 1em;
    cursor: pointer;
    margin-left: -2em;
}
.my_banner{
    position: relative;
    height: 10.6em;
    width: 100%;
    background: url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/about_b.png") no-repeat left top;
    background-size: 100% 100%;

}
.my_banner_tit{
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    font-size: 1.485em;
    width: 4.5em;
    height: 1.5em;
    text-align: center;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.about_follow{
    height: 25.6em;
    width: 100%;
    position: relative;
    background-image: url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/about_c_b.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about_follow_con{
    width: 49.2em;
    padding-top: 5.667em;
    padding-bottom: 4.2em;
    margin: auto;
}
.follow_con_right{
    float: right;
    text-align: right;
}
.follow_right_title{
    font-size: 1.515em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #9f9f9f;
    margin-bottom: 7px;
}
.follow_right_name{
    font-size: 0.91em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.757em;
}
.follow_right_fname{
    font-size: 0.91em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.757em;
}
.follow_right_p{
    font-size: 12px;
    font-family: Segoe UI-Regular, Segoe UI;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
.about_us{
    width: 100%;
    /*min-height: calc(100vh);*/
    position: relative;
}
.about_us_con{
    /* width: 49.2em;*/
    width: 49.69em;
    padding-top: 5.2em;
    margin: auto;
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
}
.about_us_left{
    width: calc( 49.9% - 1.2em );
    height: auto;
    float: left;
    padding-right: 1.2em;
    text-align: right;
}
.us_left_name{
    font-size: 3.5em;
    font-family: Century Gothic, Century Gothic;
    font-weight: bold;
    color: #085D8F;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.us_left_p{
    margin-top: 0.5em;
    font-size: 2.2em;
    font-weight: bold;
    color: #D4A868;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.us_left_inc{
    font-family: Century Gothic, Century Gothic;
    font-weight: 400;
    font-size: 0.76em;
    color: #C1C1C1;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.about_us_right{
     width: calc( 49.9% - 1.2em );
    float: right;
    position: relative;
    padding-top: 20px;
    padding-left:  1.2em;
}
.about_pg .about_us_left{
    float: right;
    width: 15.82em;
}
.about_pg .about_us_right{
    float: left;
    width: 20.79em;
    height: auto;
}
.us_right_title{
    font-size: 1.515em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #DAAF75;
    margin-bottom: 7px;
}
.us_right_name{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
    line-height: 1.75em;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.us_right_p{
    margin-top: 3em;
    width: 80%;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size:0.833em;
    color: #000000;
    line-height: 1.75em;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.about_us_bg{
    margin-top: 2.4em;
    width: 100%;
    height: 22.92em;
}
.about_us_bg img{
    width: 100%;
    height: 100%;
}
.us_more{
    width: 4.545rem;
    height: 1.515rem;
    background: #DAAF75;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.515rem;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.us_more > a{
    float: left;
    display: block;
    width: 4.545rem;
    height: 1.515rem;
    color: #fff!important;
    font-size: 14px;
    text-align: center;
    line-height: 1.515rem;
    cursor: pointer;
    position: absolute;
    left: 0;
}
/*团队*/
.team_href{
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
}
.team_lb{
    width: 100%;
    /*min-height: calc(100vh);*/
    padding-top: 2.73em;
    padding-bottom: 2.73em;
    background: #e3e4e3 url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/team_b.png") repeat center;
    background-size: cover;
    position: relative;
}
.team_lb_con{
    width: 49.2em;
    margin: auto;
}
.team_width_Interface{
    width: 49.2em;
    margin: auto;
    position: relative;
}
.team_lb_title{
    font-size: 1.515em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #DAAF75;
    margin-bottom: 7px;
    text-align: center;
}
.team_lb_name{
    font-size: 0.91em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #666666;
    margin-bottom: 1.757em;
    text-align: center;
}
.widthdiv-leftBox{
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 40px;
    display: block;
    text-align: center;
    background: url('https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/leftbtn.png') no-repeat center center;
    background-size: auto 50%;
    cursor: pointer;
}
.widthdiv-rightBox{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 40px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    background: url('https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/rightbtn.png') no-repeat center center;
    background-size: auto 50%;
    cursor: pointer;
}
.team_move_con{
   width: 49.2em;
   margin: 0 auto;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.team_move_con .imgMiddle{
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    bottom: 0;
}
.imgBorder{
    bottom: 0;
}
.imgSmallLeft, .imgSmallRight, .imgHidden{
   position: absolute;
   cursor: pointer;
   overflow: hidden;
}
.imgSmallLeft .imgDiv,.imgSmallRight .imgDiv,.imgHidden .imgDiv {
    height: 90%;
    width: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 5% auto;
}
.imgSmallLeft .imgDiv img, .imgSmallRight .imgDiv img{
    height: 100%;
    width: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgMiddle .imgDiv {
    height: 90%;
    width: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 5% auto;
    background-color: #fff;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.imgMiddle .imgDiv img{
    height: 100%;
    width: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgHidden .imgDiv img {
  height: 100%;
  width: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgMiddle .imgDiv .bgbutton {
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
}

.imgMiddle .imgDiv .mygobutton {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 182px;
    height: 56px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}
.imgMiddle .imgDiv .mygobutton {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 182px;
    height: 56px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.imgMiddle .imgDiv .mygobutton a {
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
}
.team_move_con .imgBorder .team-name {
    background: #DAAF75;
    color: #fff;
}

.team_move_con .imgBorder .team-name {
    margin: 20px auto 0;
    text-align: center;
    position: absolute;
    bottom: 7%;
    right: 5%;
    width: 75%;
    height: 15%;
    line-height: 1.515rem;;
    background: #333333;
    color: #fff;
}
.imgMiddle:hover .team-name {
    background: #DAAF75;
    color: #fff;
}
.team_move_con .imgBorder .team-name .name {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.widthdiv{
   width: 49.2em;
   height: 16.81em;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
   z-index: 2;
}
.right_yy{
    position: absolute;
    right:0;
    top:0;
    width: 6.38em;
    height: 100%;
    background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
    border-radius: 0px 0px 0px 0px;
}
.widthdiv .tul{
   position: absolute;
}
.widthdiv .tul .tli {
    float: left;
    position: relative;
    width: 15.34em;
    margin-right: 20px;
    /*-webkit-transition: all .8s;*/
    /*-moz-transition: all .8s;*/
    /*-ms-transition: all .8s;*/
    /*-o-transition: all .8s;*/
    /*transition: all .8s;*/
}

.widthdiv .tul .tli .imgDiv {
    height: 12.75em;
    width: 15.34em;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 1.216em auto;
    background-color: #fff;
    background-position: center;
    overflow: hidden;
    border-radius: 0.517em;
    /*-webkit-transition: all .8s;*/
    /*-moz-transition: all .8s;*/
    /*-ms-transition: all .8s;*/
    /*-o-transition: all .8s;*/
    /*transition: all .8s;*/
}
.widthdiv .tul .tli .imgDiv img{
    height: 100%;
    width: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.widthdiv .tul .tli .imgDiv .bgbutton {
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
}

.widthdiv .tul .tli .imgDiv .mygobutton {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 182px;
    height: 56px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}
.widthdiv .tul .tli .imgDiv .mygobutton {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 182px;
    height: 56px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.widthdiv .tul .tli .imgDiv .mygobutton a {
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
}
/*.widthdiv .tul .tli:hover {*/
    /*transform: scale(1.2, 1.2);*/
/*}*/
/*.widthdiv .tul .tli:hover .team-name {*/
    /*background: #DAAF75;*/
    /*color: #fff;*/
/*}*/

.widthdiv .tul .tli .team-name {
    margin: 1.216em auto 0;
    text-align: left;
    line-height: 1.515rem;;
    font-size: 0.83em;
    color: #000;
}
/*.widthdiv .tul .tli .team-name {*/
    /*margin: 20px auto 0;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100px;*/
/*}*/

.widthdiv .tul .tli .team-name .name {
    font-size: 0.83em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000;
}

.widthdiv .tul .tli .team-name p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
}
.leftimgDiv{
    position: absolute;
    overflow: hidden;
}
.leftmoveBtn{
    position: absolute;
    overflow: hidden;
    z-index: 1;
}
.rightmoveBtn{
    position: absolute;
    overflow: hidden;
    z-index: 1;
}
.leftimgDiv img{
   position: absolute;
   width: auto;
   height: 90%;
    width:90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rightimgDiv{
    position: absolute;
    overflow: hidden;
}
.rightimgDiv img{
   position: absolute;
   width: auto;
   height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*投资案例*/
.investment_case{
    width: 100%;
    /*min-height: calc(100vh);*/
    position: relative;
}
.investment_case_con{
    width: 49.2em;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
    margin: auto;
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
}
.investment_case_left{
    width: 13.18em;
    height: 18.89em;
    position: relative;
    float: left;
}
.investment_case_right{
    width: 28.06em;
    height: 19.697em;
    float: right;
    background-image: url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/investment_b.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*transition: all 1.5s;*/
    /*transform-style: preserve-3d;*/

}
.case_left_title{
    font-size: 1.515em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #DAAF75;
    margin-bottom: 7px;
}
.case_left_name{
    font-size: 0.91em;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #666666;
    margin-bottom: 1.757em;
}
.case_left_p{
    width: 10.242rem;
    font-size: 12px;
    font-family: Segoe UI-Regular, Segoe UI;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    display:-webkit-box;
    overflow:hidden;
    /*autoprefixer:off*/
    -webkit-box-orient:vertical;
    /*autoprefixer:on*/
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    margin-bottom: 1.818em;
}
.case_more{
    width: 4.545rem;
    height: 1.515rem;
    color: #DAAF75;
    border: 1px solid #DAAF75;
    font-size: 14px;
    text-align: center;
    line-height: 1.515rem;
    cursor: pointer;
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 0;*/
}
.case_more > a{
    float: left;
    display: block;
    width: 4.545rem;
    height: 1.515rem;
    color: #DAAF75!important;
    border: 1px solid #DAAF75;
    font-size: 14px;
    text-align: center;
    line-height: 1.515rem;
    cursor: pointer;
}
.investment_case_list{
    position: absolute;
    bottom: 0.91em;
}
.case_list_item{
    float: left;
    margin-right: 0.91em;
    width: 9.91em;
    height: 6.2727em;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.case_list_item > img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*新闻资讯*/
.news_href{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.news_i{
    width: 100%;
    position: relative;
}
.news_i_con{
    width: 49.2em;
    padding-top: 3.36em;
    padding-bottom: 3.36em;
    margin: auto;
    position: relative;
}
.news_i_left{
    width: 20.73em;
    height: 18.89em;
    position: relative;
    float: left;
}
.news_i_right{
    width: 19.667em;
    height: auto;
    float: right;
    position: relative;

}
.news_left_title{
    font-size:2.42em;
    font-family: Century Gothic, Century Gothic;
    font-weight: bold;
    color: #085D8F;
    font-style: normal;
}
.news_left_name{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 1.212em;
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.news_left_img{
    width: 20.73em;
    height: 14.363em;
}
.news_con{
    padding-top: 1.212em;
    padding-bottom: 0.789em;
    border-bottom: 1px solid #DAAF75;
    color: #999;
    position: relative;
    font-family: Segoe UI-Regular, Segoe UI;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.news_con:hover{
    transform: scale(1.2, 1.2);
    color: #DAAF75;
}
.news_con > div{
    color: #999;
}
.news_con:hover > div{
    color: #DAAF75;
}
.news_con_title{
    font-size: 0.727em;
    margin-bottom: 0.424rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.news_con_time{
    min-height: 0.5rem;
    font-size: 0.5em;
    margin-bottom: 0.789rem;
}
.news_con_p{
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 18px;

}
/*contact*/
.contact{
    margin: 2.7rem auto 3.78rem;
    width: 100%;
    /*min-height: calc(100vh);*/
    position: relative;
}
.contact_con_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    opacity: 0.6;
}
.contact_con{
    padding: 1.59rem;
}
.contact_left{
    margin-left: 0.9rem;
    width: 16.08em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
}
.contact_center{
    width: 10.83em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-left: 3.12em;
    margin-right: 3.87em;
}
.contact_right{
    width: 10.95em;
    float: right;
    position: relative;
}
.contact_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 1.2em;
    color: #085D8F;
    margin-bottom: 2.4rem;
}
.contact_info{
    margin-bottom: 2.4em;
}
.contact_info .contact_info_name{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.9em;
    color: #000000;
    margin-bottom: 0.3rem;
}
.contact_info .contact_info_p{
    margin-top: 0.45rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.72em;
    color: #000000;
}
.contact_info_p .hrbp{
    display: inline-block;
    width: 5.5rem;
}
.contact_info .ercode_wrap{

}
.contact_info .ercode_wrap .ercode_txt{
    width: 3.7rem;
    float: left;
    margin-top: 1.14rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.72rem;
    color: #000000;
    line-height: 1.2rem;
}
.contact_info .ercode_wrap .ercode_img{
    width: 5.73rem;
    height: 5.73rem;
    float: right;
}
.ercode{
    width: 4.545em;
}
.ercode .img{
    width: 100%;
    height: auto;
}
.ercode .ercode_txt{
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #F7F7F7;
}
.ercode_txt.pc_show{
    display: block;
}
.ercode_txt.phone_show{
    display: none;
}
.contact_form input{
    background:none;
    outline:none;
    border:none;
}
.contact_form input:focus{
    border:none;
}
.form_title{
    text-align: center;
    font-size: 1.1em;
    font-family: Segoe UI-Bold, Segoe UI;
    font-weight: bold;
    color: #DAAF75;
    margin: 1.14rem 0 1.34rem;
}
.form_input{
    width: 100%;
    position: relative;
    height: 1.5rem;
    line-height: 1.5rem;
    box-shadow: 0.09em 0.09em 0.09em 1px rgba(92,92,92,0.16);
    border-radius: 0.15rem;
    border: 1px solid #BCBCBC;
    margin-bottom: 0.9rem;
}
.form_submit{
    width: 100%;
    position: relative;
    height: 1.5rem;
    line-height: 1.5rem;
    box-shadow: 0.09em 0.09em 0.09em 1px rgba(92,92,92,0.16);
    border-radius: 0.15rem;
    background: #DAAF75;
    margin-top: 1.56rem;
}
.form_submit .input_submit{
    width: 100%;
    height: 100%;
    font-size: 0.72rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
 }
.form_input .input_span{
    font-size: 0.72rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #999999;;
    position: absolute;
    left:0.48rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.form_input .input_text{
    width: calc(100% - 2.62rem);
    font-size: 0.72rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    position: absolute;
    padding-left: 2.62rem;
    left:0;
    height: 1.5rem;
    line-height: 1.5rem;
}


@media screen and (min-width: 200px) and (max-width: 360px) {
/*联系我们*/
    .contact_con {
      width: 300px;
      border: 1px dashed #DAAF75;
      margin: 2.72em auto;
    }
    .case_list_item {
      margin: 5px;
      width: 90px;
    }
    .team_width_Interface {
      min-width: 300px;
    }
}
@media screen and (min-width: 200px) and (max-width: 800px) {
     body{
        width: 100%;
        overflow-x: hidden;
    }
    body .jump_wx {
        display: block;
    }
    body .widthdiv .tul .tli .team-name {
        bottom: 6%;
    }
    .news_con:hover{
        transform: unset;
    }
    .team_move_con {
      display: none;
    }
    .widthdiv {
      display: block;
    }
    .widthdiv .tul .tli:hover {
        transform: unset;
    }
    .i_cont > p {
      font-size: 13px;
    }
    .back {
      width: 1.212em;
      height: 1.212em;
      background-image: url("https://smwtvc-1304121503.cos.accelerate.myqcloud.com/static/images/back.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      margin-bottom: 1em;
      cursor: pointer;
      margin-left: 0em;
    }
    .video-banner {
      height: 300px;
    }
    .about_follow_con {
      width: auto;
      padding-top: 5.667em;
      padding-bottom: 4.2em;
      margin: auto;
      padding-right: 20px;
      padding-left: 20px;
    }
    .about_us_con {
        width: auto;
        height: auto;
        padding: 2.5rem;
        margin: auto;
        text-align: center;
    }
    .about_us_left {
        float: unset!important;
        width: 100%!important;
        margin-bottom: 0.5em;
        padding-right:0;
        text-align: center;
    }
    .us_left_name{
        font-size: 2.25rem;
        display: inline-block;
    }
    .us_left_p{
        text-align: center;
        font-size: 2.25rem;
        margin-top:0
    }
    .us_left_inc{
        text-align: center;
    }
    .investment_case_con {
      width: auto;
      padding: 2.2em 0px;
      margin: auto;
    }
    .investment_case_left {
        width: 30%;
        height: auto;
        position: relative;
        /*float: unset;*/
        padding: 10px;
        margin-bottom: 30px;
    }
    .case_left_p {
      width: auto;
      font-size: 12px;
      /*display: none;*/
    }
    .about_us_right {
        width: 100%!important;
        height: auto!important;
        float: unset!important;
        padding-left:0;
        text-align: center;
    }
    .us_right_name{
        font-size: 1.33rem;
        text-align: center;
    }
    .us_right_p{
        width: calc(100% - 1.66rem);
        padding: 0 0.83rem;
        font-size: 0.83rem;
        margin-top: 1.667rem;
    }
    .about_us_bg{
        height: 10.25rem;
    }
    .investment_case_right {
      width: 64%;
     /* float: unset;*/
      transition:unset;
      float: right;
    }
    .investment_case_list {
      clear: both;
      position: unset;
      display: flex;
      flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
    }
    .case_list_item {
      margin: 5px;
      width: 110px;
    }
    .news_i {
      width: calc(100% - 5rem);
      margin: auto;
    }
    .news_i_con {
      width: auto;
      padding: 1.6em 0 3.36em;
    }
    .news_left_title{
        font-size: 2.5rem;
    }
    .news_left_name{
        font-size: 1.33rem;
    }
    .news_i_left {
      width: auto;
      height:auto;
      float: unset;
        padding: 0 10px;
    }
    .news_left_img {
      width: 100%;
      height: auto;
    }
    .news_i_right {
      width: auto;
      height: auto;
      float: unset;
      padding: 0 10px;
      position: relative;
    }
    .us_more {
      margin-top: 20px;
      position: unset;
    }
    .team_lb_con {
      width: auto;
      margin: auto;
    }
    .team_width_Interface {
      width:100%;
      min-width: 360px;
      margin: auto;
    }
    .widthdiv {
      margin-top: 2.75rem;
      width: 100%;
    }
    .widthdiv .tul .tli{
        width: 21.33rem;
    }
    .widthdiv .tul .tli .imgDiv{
        width: 21.33rem;
    }
    .right_yy{
        display: none;
    }
    .leftimgDiv {
      display: none;
    }
    .leftmoveBtn {
      display: none;
    }
    .rightmoveBtn {
      display: none;
    }
    .rightimgDiv {
      display: none;
    }
    /*投资案例*/
    .case_con {
      min-height: 10em;
      width: auto;
      padding-top: 1.515em;
      padding-bottom: 1.515em;
      margin: auto;
    }
    .contact_info {
      margin: 0;
    }
    .ercode {
      width: 80px;
    }
    .contact_right {
      width: auto;
      float: unset;
      margin-left:0;
      position: relative;
    }
    .news_con_title{
        font-size: 14px;
    }
    /*contact*/
    .contact{
        margin: 2.7rem auto 3.78rem;
        width: 100%;
        /*min-height: calc(100vh);*/
        position: relative;
    }
    .contact_con_bg{
        display: none;
    }
    .contact_con{
        padding: 0;
    }
    .contact_left{
        margin-left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        float: unset;
    }
    .contact_center{
        margin-top: 5rem;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        float: unset;
        margin-left: 0;
        margin-right: 0;
    }
    .contact_right{
        width: 100%;
        float: unset;
        position: relative;
        margin-top: 6.25rem;
    }
    .contact_title{
        font-weight: bold;
        font-size: 2em;
        color: #085D8F;
        margin-bottom: 3rem;
    }
    .contact_info{
        margin-bottom: 3em;
    }
    .contact_info .contact_info_name{
        font-weight: bold;
        font-size: 1.667em;
        color: #000000;
        margin-bottom: 1.33rem;
    }
    .contact_info .contact_info_p{
        margin-top: 0rem;
        font-weight: 400;
        margin-top: 0.43rem;
        font-size: 1.33rem;
        color: #000000
    }
    .contact_center .contact_info .contact_info_p{
        margin-top: 0.83rem;
    }
    .contact_info_p .hrbp{
        display: inline-block;
        width: 10rem;
    }
    .contact_info .ercode_wrap{

    }
    .contact_info .ercode_wrap .ercode_txt{
        width: 10.66rem;
        float: left;
        margin-top: 4.75rem;
        font-weight: 400;
        font-size: 1.33rem;
        line-height: 2.5rem;
    }
    .ercode_txt.pc_show{
        display: none;
    }
    .ercode_txt.phone_show{
        display: block;
    }
    .contact_info .ercode_wrap .ercode_img{
        width: 14rem;
        height: 14rem;
        float: right;
    }
    .form_input{
        width: 100%;
        position: relative;
        height: 3rem;
        line-height: 3rem;
        box-shadow: 2px 2px 2px 1px rgba(92,92,92,0.16);
        border-radius: 3px 3px 3px 3px;
        border: 1px solid #BCBCBC;
        margin-bottom: 0.9rem;
        background: #fff;
    }
    .form_submit{
        width: 100%;
        position: relative;
        height: 3rem;
        line-height: 3rem;
        box-shadow: 2px 2px 2px 1px rgba(92,92,92,0.16);
        border-radius: 3px 3px 3px 3px;
        background: #DAAF75;
        margin-top: 2.33rem;
    }
    .form_submit .input_submit{
        width: 100%;
        height: 100%;
        font-size: 1.33rem;
        text-align: center;
        color: #fff;
        cursor: pointer;
     }
    .form_input .input_span{
        font-size: 1.33rem;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        color: #999999;;
        position: absolute;
        left: 1.33rem;
        height: 3rem;
        line-height: 3rem;
    }
    .form_input .input_text{
        width: calc(100% - 5.33rem);
        font-size: 1.33rem;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        color: #707070;
        position: absolute;
        padding-left: 5.33rem;
        left:0;
        height: 3rem;
        line-height: 3rem;
    }

}
@media (min-width: 800px) and (max-width: 1439px){
    .contact_info .ercode {
		display: none;
}
 .news_con_title{
        font-size: 14px;
    }
.ercode .ercode_txt{
        font-size: 14px;
    }
    .news_con_title{
        font-size: 14px;
    }
    .form_title{
        text-align: center;
        font-size: 1.1em;
        font-family: Segoe UI-Bold, Segoe UI;
        font-weight: bold;
        color: #DAAF75;
        margin: 2.54rem 0 1.34rem;
    }
    .follow_right_p{
        font-size: 14px;
        line-height: 40px;
    }
    .us_right_p{
        font-size: 14px;
        line-height: 30px;
    }
    .us_more{
        width: 4.545rem;
        height: 1.515rem;
        background: #DAAF75;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 1.515rem;
        cursor: pointer;
        position: absolute;
        bottom: 2rem;
        left: 0;
    }
    .news_con_p{
    font-size: 14px;
    }
    .about_us_con {
        margin: 0 auto;
        width: 49.2em
    }
    .news_i_con{
        width: 49.2em;
        padding-top: 3.36em;
        padding-bottom: 3.36em;
    }
    .widthdiv{
       width: 49.2em;
       margin: 0 auto;
    }
    .us_left_name{
        font-size: 2.26em;
    }
    .us_left_p{
        font-size: 1.42em;
    }
    .us_left_inc{
        font-size: 0.5em;
    }
    .us_right_name{
        font-size: 0.78em;
    }
    .us_right_p{
        font-size: 0.517em;
        margin-top: 1.94em;
    }
    .about_us_bg{
        margin-top: 1.55em;
        width: 100%;
        height: 14.82em;
    }
    .about_us_bg img{
        width: 100%;
        height: 100%;
    }
    .news_left_title{
        font-size:2.07em;
    }
    .news_left_name{
        font-size: 1.035em;
    }
    .right_yy{
        width: 6.38em;
    }
    .widthdiv .tul .tli {
        width: 15.34em;
    }

    .widthdiv .tul .tli .imgDiv {
        height: 12.75em;
        width: 15.34em;
        margin: 1.216em auto;
        border-radius: 0.517em;
    }
}
@media screen and (min-width: 1024px){
} /*>=1024的设备*/
@media screen and (min-width: 1100px) {
} /*>=1024的设备*/
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1366px) {
}
@media screen and (min-width: 1440px) {
    .about_us_con {
        margin: 0 auto;
        width: 49.2em
    }
    .news_i_con{
        width: 49.2em;
        padding-top: 3.36em;
        padding-bottom: 3.36em;
    }
    .widthdiv{
       width: 49.2em;
       margin: 0 auto;
    }
    .us_left_name{
        font-size: 2.26em;
    }
    .us_left_p{
        font-size: 1.42em;
    }
    .us_left_inc{
        font-size: 0.5em;
    }
    .us_right_name{
        font-size: 0.78em;
    }
    .us_right_p{
        font-size: 0.517em;
        margin-top: 1.94em;
    }
    .about_us_bg{
        margin-top: 1.55em;
        width: 100%;
        height: 14.82em;
    }
    .about_us_bg img{
        width: 100%;
        height: 100%;
    }
    .news_left_title{
        font-size:2.07em;
    }
    .news_left_name{
        font-size: 1.035em;
    }
    .right_yy{
        width: 6.38em;
    }
    .widthdiv .tul .tli {
        width: 15.34em;
    }

    .widthdiv .tul .tli .imgDiv {
        height: 12.75em;
        width: 15.34em;
        margin: 1.216em auto;
        border-radius: 0.517em;
    }
}
@media screen and (min-width: 1680px) {
   .about_us_con
  {
      position: relative;
      margin:0 auto;
      width:51.2em;
  }
    .team_width_Interface{
        width:51.2em;
    }
    .widthdiv{
       width:51.2em;
       margin: 0 auto;
       height: 26em;
    }
    .news_i_con{
        width:51.2em;
        padding-top: 3.94em;
        padding-bottom: 0;
    }
    .about_us_left{
        width: calc( 49.9% - 1.2em );
        padding-right: 1.2em;
    }
    .us_left_name{
        font-size: 2.424em;
    }
    .us_left_p{
        font-size: 1.5em;
    }
    .us_right_title{
        font-size: 1.515em;
    }
    .us_right_name{
        font-size: 0.91em;
    }
    .us_right_p{
        margin-top: 1rem;
        font-size:0.606em;
        line-height: 1.75em;
        width: 18.575rem;

    }
    .about_us_bg{
        margin-top: 2.4em;
        width: 100%;
        height: 17.364em;
    }
    .about_us_bg img{
        width: 100%;
        height: 100%;
    }
    .news_left_title{
        font-size:2.42em;
    }
    .news_left_name{
        font-size: 1.212em;
    }
    .right_yy{
        width: 6.38em;
    }
    .widthdiv .tul .tli {
        float: left;
        position: relative;
        width: 18em;
        margin-right: 20px;
    }

    .widthdiv .tul .tli .imgDiv {
        height: 14.94em;
        width: 18em;
        border-radius: 0.575rem;
    }
    .widthdiv .tul .tli .team-name {
        margin: 1.424rem auto 0;
    }
    /*.widthdiv .tul .tli .team-name {*/
        /*margin: 20px auto 0;*/
        /*text-align: center;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 100px;*/
    /*}*/

    .widthdiv .tul .tli .team-name .name {
        font-size: 0.97rem;
    }
}
@media screen and (min-width: 1920px) {
  .about_us_con
  {
      position: relative;
      margin:0 auto;
      width: 49.69em;
  }
    .team_width_Interface{
        width: 49.69em;
    }
    .widthdiv{
       width: 49.69em;
       margin: 0 auto;
       height: 26em;
    }
    .news_i_con{
        width: 49.69em;
        padding-top: 3.94em;
        padding-bottom: 0;
    }
    .about_us_left{
        width: calc( 49.9% - 1.2em );
        padding-right: 1.2em;
    }
    .us_left_name{
        font-size: 2.424em;
    }
    .us_left_p{
        font-size: 1.5em;
    }
    .us_right_title{
        font-size: 1.515em;
    }
    .us_right_name{
        font-size: 0.91em;
    }
    .us_right_p{
        margin-top: 1rem;
        font-size:0.606em;
        line-height: 1.75em;
        width: 18.575rem;

    }
    .about_us_bg{
        margin-top: 2.4em;
        width: 100%;
        height: 17.364em;
    }
    .about_us_bg img{
        width: 100%;
        height: 100%;
    }
    .news_left_title{
        font-size:2.42em;
    }
    .news_left_name{
        font-size: 1.212em;
    }
    .right_yy{
        width: 6.38em;
    }
    .widthdiv .tul .tli {
        float: left;
        position: relative;
        width: 18em;
        margin-right: 20px;
    }

    .widthdiv .tul .tli .imgDiv {
        height: 14.94em;
        width: 18em;
        border-radius: 0.575rem;
    }
    .widthdiv .tul .tli .team-name {
        margin: 1.424rem auto 0;
    }
    /*.widthdiv .tul .tli .team-name {*/
        /*margin: 20px auto 0;*/
        /*text-align: center;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 100px;*/
    /*}*/

    .widthdiv .tul .tli .team-name .name {
        font-size: 0.97rem;
    }
}


