﻿ .window_nav {
    position: fixed;
    top: 700px;
    right: 40px;
    transition: 0.5s;
    z-index: 100;
    width: 102px;
    height: 286px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    top:350px;
}
.window_nav  .list{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    cosxsxsxscscscscr: #222222;
    text-align: center;
    cursor: pointer;
    position: relative; 
}
.phone-box{
    position: absolute;
    top: 0;
    left: -160px;
    background: white;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #88110B;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
    box-shadow: 0px 4px 24px 0px rgba(32, 23, 21, 0.16);
}
.window_nav  .list:hover .phone-box{
    display: block;
}
.window_nav  .list:hover  .us{
    display: block;
}
.window_nav  .list:hover  .ange{
    display: block;
}
.window_nav .ange{
    position: absolute;
    top: 0;
    left: -10px;
    background: white;
    width: 10px;
    height: 50px;
    z-index: 999;
    display: none;
}
.window_nav .us{
    position: absolute;
    top: 0;
    left: -170px;
    background: white;
    width: 160px;
    height: 160px;
    line-height: 50px;
    font-size: 20px;
    color: #88110B;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
    box-shadow: 0px 4px 24px 0px rgba(32, 23, 21, 0.16);
}
.window_nav .us img{
    width: 100px;
    height: 100px;
}
.bg6{
    width: 29px;
    height: 30px;
    display: block;
    margin: 26px auto 12px;
    background: url("../images/window.png");
}
.window_nav  .phone{
  background-position: 0 -34px;
}
.window_nav  .focus{
    background-position: 0 -69px;
}
.window_nav  .back{
    background-position: 0 -103px;
}
.window_nav  .backHome{
    width: 42px;
    height: 42px;
    background: #88110B;
    border-radius: 50%;
    position: absolute;
    left: 34px;
    bottom: -26px;
    cursor: pointer;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.window_nav .top {
    width: 20px;
    height: 8px;
    margin: 6px 0  0 6px;
    background-position: 0 -152px;
}
.window_nav  .backHome p{
 padding-top: 20px;
}
.window_nav  .attention{
    width: 102px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    position: absolute;
    bottom: -160px;
}
.window_nav   .attention p{

    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #88110B;
    padding: 13px 0 7px;
    text-align: center;
}
.window_nav  .attention img{
    width: 88px;
    height: 79px;
    margin: 0 auto;
    display: block;
}

.follow_us {
    padding-right: 10px;
    width: 0;
    height: 0;
    float: right;
    margin-right: 54px;
    transition: .3s;
    overflow: hidden;
    position: relative;
}

.code-wrapper {
    float: left;
    background-color: #88110B;
    padding: 8px 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 33.333%;
    height: 100%;
    text-align: center;
}

.code-wrapper:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    position: relative;
    z-index: 2;
    behavior: url(../css/common/ie-css3.htc);
}

.code-wrapper:first-child + .code-wrapper + .code-wrapper {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    position: relative;
    z-index: 2;
    behavior: url(../css/common/ie-css3.htc);
}

.white-space {
    width: 10px;
    height: 54px;
    background: #88110B;
    position: absolute;
    right: 0;
    top: 0;
}

.follow_us .code-wrapper img {
    width: 120px;
    height: 120px;
}

.attention-text {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
}

.banner{
    width: 1280px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.banner .swiper-slide{
    position: relative;
}
.banner .swiper-slide img{
    width: 1280px;
    height: 500px;
    object-fit: cover;
}
.banner .swiper-slide h4{
    position: absolute;
    bottom: 0;
    height: 80px;
    background: rgba(0,0,0, .5);
    width: 100%;
    z-index: 100;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 80px;
    text-indent: 20px;
}
.banner .pagination{
    position: absolute;
    bottom: 24px;
    right: 32px;
}
.banner .pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: unset;
    opacity: 1;
}
.banner .pagination .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.information-swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: unset;
    opacity: 1;
}
.information-swiper-pagination  .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.menu-item{
    width: 1280px;
    height: 136px;
    margin: 43px auto 0;
}
.menu-item li{
    width: 182px;
    height: 136px;
    padding-top: 23px;
    font-size: 20px;
    color: #555555;
    background: #F3F3F3;
    text-align: center;
    float: left;
    box-sizing: border-box;
}
.menu-item li.active{
    background: white;
}
.bg{
    display: block;
    height: 54px;
    margin: 0 auto;
    width: 54px;
    background: url("../images/icon.png");
}

.menu-item li span.active{
  background-position: 0 0;
}
.menu-item li p{
    padding-top: 14px;
}
.menu-item li span.active2{
    background-position: -69px 0;
}
.menu-item li span.active3{
    background-position: -140px 0;
}
.menu-item li span.active4{
    background-position: -212px 0;
}
.menu-item li span.active5{
    width: 58px;
    background-position: -280px 0;
}
.menu-item li span.active6{

    background-position: -351px 0;
}
.menu-item li span.active7{
    background-position: -423px 0;
}
.menu-item li:hover{
    background: white;
}
.menu-item li:hover .text{
    color: #88110B;
}
.information{
    width: 1280px;
    margin: 100px auto 0;
    background: white;
    height: 500px;
    position: relative;
}
.information .information_slide{
    width: 508px;
    height: 360px;
    margin: 0;
    top: 92px;
    right: 8px;
    position: absolute;
}
.swiper-slide-information>img{
    width: 508px;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;

}
.swiper-slide-information .bgMessage{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 78px;
    background: rgba(0,0,0,.5);
    z-index: 10;
    border-radius: 8px;
}
.swiper-slide-information .bgMessage>h2{
    font-size: 20px;
    color: #f7f7f7;
    font-weight: normal;
    padding: 20px 10px 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide-information .bgMessage>p{
    font-size: 14px;
    color: #f7f7f7;
    width: 380px;
    margin-left: 10px;
}
.swiper-slide-information .bgMessage>p span{
    font-size: 14px;
    float: right;
    margin-top: 3px;
}
.information_item{
    width: 620px;
    height: 386px;
    margin-right: 8px;
    margin-top: 28px;
}
.information_item .title{
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    color: #222;
    border-bottom: 2px solid #f7f7f7;
}
.information_item .title ul{
    float: left;
    width: 540px;
}
.information_item .title ul li{
    list-style: none;
    margin-right: 62px;
    float: left;
    cursor: pointer;

}
.information_item .title ul li.active{
    color: #ef6e2a;
    border-bottom: 3px solid #ef6e2a;
}
.information_item .title ul li:hover{
    color: #ef6e2a;
}
.information_item .title .more{
    float: right;
    font-size: 14px;
    padding-right: 10px;
    cursor: pointer;
}
.information_item .title .more a{
    color: #999;
    text-decoration: none;
}
.information_item .title .more img {
    margin-left:10px
}
.information_item .listContainer {
    width: 100%;
}
.information_item .itemList>ul>li{
    list-style: none;

    cursor: pointer;
    clear:both
}
.information_item .itemList>ul>li:first-child{
    border-bottom: 1px dashed  #c6c6c6;
    margin-bottom: 4px;
}


.information_item .itemList>ul>li:last-child{
    border-bottom:none
}
    .information_item .itemList > ul > li h3 {
        padding: 8px 0 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.information_item  .itemList>ul>li h3 a{
    font-size: 22px;
    color: #222;
}
    .information_item .itemList > ul > li p {
        padding-bottom: 2px;
        padding-top: 8px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
    }
.information_item .itemList>ul>li p.time{
    color: #666;
}
.information_item .itemList>ul>li p.time span{
    padding-left: 20px;
    float: unset;
    color: #666;
    font-size: 14px;
}
.information_item .itemList>ul>li p a{
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
.leftCont{
    float: left;
    width: 490px;
}
.leftCont:hover .topTitle{
    color: #ef6e2a;
    transition: .3s;
}
.information_item .itemList > ul > li img {
    width: 110px;
    height: 80px;
    float: right;
    margin-top: 12px;
    margin-bottom :12px;
    object-fit: cover;
}
.information_item .itemList>ul>li p span{
    font-size: 14px;
    color: #b5b5b5;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}
.information_item .itemList>ul>li h4  span{
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #cbcbcb;
    position: relative;
    top: -20px;
    margin: 0 5px;
}
.information_item .itemList>ul>li h4 a{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #323232;
    line-height: 46px;
    display: inline-block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information_item .itemList > ul > li h4 i {
    float: right;
    font-size: 14px;
    color: #b5b5b5;
    margin-right: 10px;
    line-height: 46px;
}
.information_item .itemList > ul > li h4:hover .hoverActive {
    color: #ef6e2a;
    transition: .3s;
}
.information_item .itemList>ul>li h4:hover .hoverActiveLock{
    background: #ef6e2a;
    transition: .3s;
}

.information-swiper-pagination {
    text-align: right !important;
    right: 4px;
    left: auto !important;
    bottom: 14px !important;
}
.information-swiper-pagination .swiper-pagination-switch {
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
}
.information-swiper-pagination .swiper-active-switch {
    background: white;
}
.new_banner {
    height:413px
}
.new_banner .banner_center .subject_item {
    top:8px;
    height: 400px
}
.new_banner .banner_center .subject_item .left_nav .item {
    height:78px
}
.new_banner .arrow-left, .new_banner .arrow-right {
    top:192px
}
.information  .title{
    height: 54px;
    border-bottom: 2px solid #B8B8B8;
}
.information  .title .menuTree li{
    width: 152px;
    height: 54px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    color: #323232;
    line-height: 54px;
    float: left;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.information  .title .menuTree li.active{
    background: #88110B;
    border-radius: 5px 5px 0px 0px;
    color: white;
}
.bg2{
    display: inline-block;
    background: url("../images/news.png");
}
.timeicon{
    width: 18px;
    height: 18px;
    background-position: -44px 0 ;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.newsicon {
    width: 36px;
    height: 20px;
    background-position: 0px 0;
    margin-right: 2px;
   position: relative;
    top: 1px;
}
.works{
    padding: 56px  0;
    background: #EFEFEF;
}
.works .title{



}
.works .main{
    width: 1280px;
    margin: 0 auto;
}
.works .list{
   float: right;
    color: #333333;
}
.works .list li{
  float: left;
    padding: 6px 14px;
    margin-right: 20px;

    cursor: pointer;
    font-weight: bold;
    position: relative;
}
.works .list li::after{
    content: '';
    position: absolute;
    right: -10px;
    top: 6px;
    height: 18px;
    width: 1px;
    background: #BDBDBD;
}
.works .list li:last-child::after{
    display: none;
}
.works .list li:hover{
  color: #88110B;
}
.works .list li.active{
    color: white;
    background: #88110B;
    border-radius: 16px;
}
.works .more{
  position: relative;
    top: -3px;
}
.works .content{
   margin-top: 25px;
    display: none;
}
.works .content li{
    width: 230px;
    height: 330px;
   position: relative;
    cursor: pointer;
    float: left;
    margin-right: 32px;
    overflow: hidden;
}
.works .content li:last-child{
    margin-right: 0;
}
.works  .content li img{
    width: 230px;
    height: 330px;
    object-fit: cover;
 }
.works .shadow{
    width: 230px;
    height: 110px;
    background: rgba(0,0,0,.55);
    position: absolute;
    left: 0;

    transition: .5s;
    width: 100%;
    color: white;
    text-align: center;
    transform: translateY(110px);
}
.works .content li:hover .shadow{
    transform: translateY(-110px);
    transition: .5s;
}
.works .shadow h4{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    padding: 23px 0 4px 0;
}
.works .shadow .line{
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    display: inline-block;
    margin: 0 auto;
}
.works .shadow p{
  font-size: 14px;
    padding-top: 15px;
}

.nameset{
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #111111;
}
.more{
    width: 90px;
    height: 30px;
    border: 1px solid #B32123;
    border-radius: 3px;
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: HiraginoSansGB;
    font-weight: normal;
    color: #C82A0B;
    cursor: pointer;
}
.fy{
    width: 1208px;
    margin: 0 auto;
    height: 500px;
    padding: 56px 0 59px;
}
.bg3{
    background: url("../images/fy.png");

}
.fy .navigation{
   float: left;
    height: 500px;
    width: 326px;
    box-sizing: border-box;
    padding: 46px 20px 0 24px;
    background: #F3F3F3;
    margin-right: 22px;
}
.fy .list{
    padding-top: 74px;

}
.fy .list li{
    width: 282px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 16px;
    line-height: 58px;
}
.fy .list li .icon{
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 22px;
    margin-right: 3px;
    position: relative;
    top: 6px;
}
.fy .list li .rows{
    width: 12px;
    height: 16px;
    float: right;
    margin-right: 26px;
    position: relative;
    top: 20px;
    background-position: -62px -29px;
}
.fy  .list li.active .rows{
    background-position: -62px -2px;
}
.fy  .list li.active {
 color: #88110B;
}
.fy  .list li.active .xm{
    background-position: -30px 0px;
}
.fy .list li.active .zx{
    background-position: -30px -26px;
}
.fy .list li .zx{
    background-position: 0px -26px;
}
.fy .list li .cs{
    background-position: -180px -54px;
    position: relative;
    top: 4px;
}
.fy .list li.active .cs{
    background-position: -210px -54px;
    position: relative;
    top: 4px;
}
.fy .content {
  float: right;
    width: 850px;
    display: none;
}
.fy .content li{
    width: 414px;
    height: 240px;
    margin-right: 22px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}
.fy .content li:nth-child(even){
  margin-right: 0;
}
.fy .content li img{
    width: 414px;
    height: 240px;
    object-fit: cover;
}
.fy .tips{
    width: 100%;
    height: 240px;
    position: absolute;
    background:rgba(0,0,0,.5);
    left: 0;
    transition: .5s;
    transform: translateY(240px);

 }
.fy .content li:hover .tips{
    transform: translateY(-240px);
}
.fy .tips p{
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    padding: 68px 0 35px;
    text-align: center;
}
.fy .tips span{
    width: 140px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: white;
    display: block;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.submit {
    width: 282px;
    height: 58px;
    background: #88110B;
    border-radius: 5px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
}
.submiticon{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: -63px -50px;
    position: relative;
    top: 4px;
}
.live{
    height: 600px;
    background: #EFEFEF;
    padding: 60px 0 0 0 ;
    box-sizing: border-box;
}
.live .main{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.liver-container{
    margin-top: 25px;
}
.liver-container img{
    width: 796px;
    height: 400px;
    float: left;
    object-fit: cover;
}
.live .detail{
    width: 464px;
    height: 400px;
    background: #FFFFFF;
    margin-left: 20px;
    float: right;
    padding: 0 38px;
    box-sizing: border-box;
    position: relative;
}
.live .detail h4{
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #222222;
   padding: 60px 0 40px;
}
.live .detail p{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
}
.live .detail a{
    width: 143px;
    height: 38px;
    background: #88110B;
    border-radius: 5px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 40px;
    bottom: 38px;
    display: inline-block;
}
.culture{
  width: 1280px;
    margin: 0 auto;
    padding: 58px 0 ;
}
.culture-list{
    padding-top: 25px;
}
.culture-list li{
    width: 195px;
    margin-right: 22px;
    float: left;
    position: relative;
}
.culture-list li:last-child{
    margin-right: 0;
}
.culture-list li .thumb{
    width: 195px;
    height: 272px;
    object-fit: cover;
}
.culture-list li h4{
    font-size: 18px;
    font-family: SourceHanSansCN;
    color: #111111;
    padding: 14px 0 9px 0;
    font-weight: 600;
}
.culture-list li p{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;

}
.culture-list li p span{
    color: #88110B;
}
.bg4{
    width: 60px;
    height: 50px;
    display: block;
    position: absolute;
    left: 4px;
    top:0;
    background-image: url("../images/culture.png");
    background-position: 60px 0;
}

.culture-list li .recruiting{
    background-position: 0 0;

}
.map{
    width: 100%;
    height: 569px;
    background: #EAEAEA;
    padding: 48px 0 69px;
    box-sizing: border-box;
}
.map .main{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
#map-container{
    width: 1280px;
    height: 400px;
    background: #ccc;
    margin-top: 23px;
}
.search-box{
    position: absolute;
    right:77px;
    top: 103px;
    z-index: 999;
    width: 254px;
    height: 280px;
    background: #FFFFFF;
    padding: 0 18px;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px 0px rgba(32, 23, 21, 0.16);
}
.search{
    width: 217px;
    height: 40px;
    border: 1px solid #797979;
    border-radius: 2px;
    margin-top: 34px;
    position: relative;
}
.search input{
    width: 170px;
    height: 40px;
    border: none;
    outline: none;
    text-indent: 10px;
}

.mapWinfo .mapVName {
    font-size: 14px;
    line-height: 17px;
    color: #393939;
    font-family: å¾®è½¯é›…é»‘;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.mapWinfo img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.mapWinfo .mapVAddress {
    font-size: 14px;
    color: #585858;
    font-family: å¾®è½¯é›…é»‘;
}


.serach-list{
    display: none;
    width: 217px;
    min-height: 120px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px 0px rgba(32, 23, 21, 0.16);
}
.serach-list li{
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.serach-list li:last-child{
    border-bottom: none;
}

.serach-list li:hover{
    color: #88110B;
}
.search-box .result{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 39px;
    opacity: 0.66;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-box h4{
    font-size: 20px;
    font-weight: 400;
    color: #111111;
}
.search-box .adress{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    padding-top: 13px;
}
.link{
    width: 1280px;
    margin: 0 auto;
    padding: 36px 0 53px;
}
.link li {
    margin-top: 17px;
    padding-right: 30px;
    float: left;
}
.link li:last-child{
    padding-right: 0;
}
.link li  img{
    max-height:40px
}
.footer{
    width: 100%;
    background: #4E4E4E;
}
.footer .main{
    width: 1280px;
    min-height: 300px;
    margin: 0 auto;
}

.footer .quick{
    padding: 39px 0 42px;
   border-bottom: 1px solid #838383;
}
.footer .quick li{
  margin-right: 55px;
    float: left;
}
.footer .quick li:last-child{
    margin-right: 0;
}
.footer .quick li h6{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.9;
    padding-bottom: 18px;
}
.footer .quick li a{
   display: block;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.7;
}
.footer .quick li a:hover{
    opacity: 1;

}
.footer .concat{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    line-height: 39px;

    text-align: center;
    padding-top: 20px;
}
.footer .concat span{
  padding-right: 20px;
 }
.footer .bg5{
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 4px;
    opacity: 1;
    position: relative;
    top: 3px;
  background: url("../images/footer.png");
}

.footer .email{
background-position: 42px 0;
}
.footer .adress{
    background-position: 16px 0;
}
.footer .copyright{
    padding: 16px 0 22px ;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    line-height: 24px;
    text-align: center;

}
.footer .record{
    width: 17px;
    height: 20px;
    background-position: 0 20px;
}
.arrow-btn{
    width: 30px;
    height: 30px;
    position: absolute;
   bottom: -62px;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}
 .live .arrow-left {
    background: #9f9f9f;
    left: 602px;
}
.live .arrow-right {
    background: #ea0000;
    left: 648px;
}