.banner_bot{
    width: 100%;
    position: absolute;
    top: 0;
    color: #fff;
}
.banner_bot h1{
    font-size: 46px;
    text-align: center;
    padding-top: 98px;
}
.guanyumy{
    display: flex;
    margin-top: 80px;
}
.guanyumy .guanyumy_left{
    width: 700px;
    height: 450px;
    background: #fff;
    padding: 39px 32px 40px 43px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.6);
}
.guanyumy_left .guanyumy_title{
    font-size: 30px;
    font-weight: 800;
    color: #323232;
}
.guanyumy_left .xian{
    width: 60px;
    height: 6px;
    background: linear-gradient(0deg, #FC2011 0%, #FF5A4E 100%);
    margin: 19px 0 40px;
}
.guanyumy_left .center{
    margin: 40px 0;
}
.guanyumy_left a{
    display: inline-block;
    width: 120px;
    height: 40px;
    background: linear-gradient(0deg, #FC2011 0%, #FF5A4E 100%);
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 48px;
}
.guanyumy_right{
    position: relative;
    width: 500px;
    height: 450px;
    background: url("../images/myself/477.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.guanyumy_right img{
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main_container{
    margin-top: 320px;
}
.fazhan{
    width: 100%;
    height: 702px;
    background: url("../images/myself/1.png") no-repeat;
    background-size: 100% 100%;
}
.bigtitle{
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}
.fazhan .bigtitle{
    padding-top: 137px;
}
.fazhan .upload{
    display: none;
    text-align: center;
    margin-top: 60px;
   transition: all .3s;
}
.fazhan .showziti{
    display: block;
}
.fazhan .upload .upload_title{
    font-size: 20px; 
    font-weight: 800;
    margin-bottom: 22px;
}
.uploadtime{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.centertime{
    width: 1040px;
    text-align: center;
}
.centertime .showtime{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.centertime .showtime p{
    position: relative;
    font-size: 36px;
    opacity: .4;
    color: #FC2516;
    margin-bottom: 30px;
}
.centertime .xian{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 2px;
    background: #FAA29E;
}
.centertime .xian .cicle{
    width: 12px;
    height: 12px;
    background: #FAA29E;
    border-radius: 50%;
}
.centertime .xian .cicletebie{
    width: 5px;
    height: 5px;
    border: 7px solid #FC2011;
    background: #F8F9FC;
}
.centertime .showtime .timechoose{
    opacity: 1;
    font-size: 46px;
    margin-top: -8px;
}
.uploadtime .btn_l,
.uploadtime .btn_r{
    margin-top: 50px;
    cursor: pointer;
}
.g-tac{
    margin-top: 60px;
}
.g-tac .s-fs26{
    color: #FD2A1C;
}
.swiper-box{
    display: flex;
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 30px;
}
.swiper-container,
.swiper-container2{
    display: flex;
    margin-top: 42px;
}
.swiper-container2{
    margin-left: 200px;
}
.swiper-container .swiper-wrapper,
.swiper-container2 .swiper-wrapper{
    width: 298px;
    height: 438px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.6);
    white-space: nowrap;
    margin-left: 31px;
    transition: all .6s;
}
.swiper-wrapper img{
    width: 278px;
    height: 379px;
}
.swiper-wrapper p{
    font-size: 18px;
    margin-top: 15px;
}
.swiper-wrapper:hover img{
    transform: scale(1.4);
}
.qiye .bigtitle{
    padding-top: 60px;
}
.companyinfo{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 560px;
    background: url("../images/myself/479.png") no-repeat;
    background-size: 100% 100%;
}
.companyinfo .smlinfoback{
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 560px;
    background: rgba(80,85,103,.65);
}
.companyinfo .smlinfo{
    display: flex;
    position: relative;
    z-index: 9;
    color: #fff;
    align-items: center;
}
.smlinfo .bigtitle{
    padding: 20px 0 60px;
    text-align: left;
}
.smlinfo >div:last-of-type{
    width: calc(100% - 800px);
}
.smlinfo >div >div{
    margin-bottom: 39px;
}
.smlinfo span{
    font-size: 14px;
}
.smlinfo img{
    margin-right: 14px;
}
.tebie img{
    float: left;
}
.tebie p{
    float: left;
    font-size: 14px;
}
.tebie p:last-of-type{
    margin-left: 4px;
    line-height: 30px;
    margin-top: -4px;
}