@charset "utf-8";
body{
    background: #ffffff!important;
}
*{
    margin:0;
    padding:0;
    list-style: none;
}
/* 容器 */
.container{
    margin: 0 auto;
    width: 1170px;
    box-sizing: border-box;
}
/* 左浮动 */
.fl{
    float: left;
}
/* 右浮动 */
.fr{
    float: right;
}

/* 清除浮动 */
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
}

/* 垂直居中   必须写定位父级*/
.v-middle{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
/* 水平居中 必须写定位父级*/
.t-middle{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
/* 水平 垂直居中 必须写定位父级*/
.b-middle{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
/* pd30 */
.pd30{
    padding: 0 30px;
}
/* top start */
.top{
    height: 32px;
    background:rgba(220,220,220,1);
    line-height: 32px;
    overflow: hidden;
}
.top-main{
    height: 100%;
}
.top-main-left{
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(48,48,48,1);
}
.top-main-right li{
    position: relative;
    margin-left:30px;
}
.top-main-right li>a{
    display: block;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(96,96,96,1);
    cursor: pointer;
    text-decoration: none!important;
}
.top-main-right li.active>a{
    color:rgba(241,30,20,1);
}
.top-main-right li.active .top-select{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-width: 6px;
    border-style:solid;
    border-color:transparent transparent #fff transparent;
    border-top:none;
}
/* top end */
/* header start */
.header{
    height: 68px!important;
    padding: 0;
}
.header-left{
    position: relative;
    height: 100%;
    line-height: 68px;
}
.header-left .logo{
    margin-top:18px;
    height: 32px;
}
.header-left .vertical{
    margin:22px 10px 0 10px;
    width: 1px;
    height: 24px;
    background-color: #CFCFCF;
}
.header-left-text div{
    margin-top:20px;
    height: 12px;;
    line-height: 12px;
    font-size:12px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(48,48,48,1);
}
.header-left-text img{
    display: block;
    margin-top:3px;
    height: 15px;
}
.header-right ul{
    height: 68px;
    line-height: 68px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
}
.header-right ul li{
    margin-right: 40px;
    position: relative;
}
.header-right ul li .hdc-sanjiao{
    display: none;
}
.header-right ul li .hdc-sanjiao-active{
    display: inline;
}
.header-right ul li:hover .hdc-sanjiao{
    display: inline;
}
.header-right ul li:hover .hdc-sanjiao-active{
    display: none;
}
.header-right ul li a{
    height: 67px;
    text-decoration: none;
    font-weight:500;
    font-family:PingFangSC-Medium;
    color:rgba(0,0,0,1);
    font-size:16px;
}

.header-right ul li.active a{
    color:rgba(241,30,20,1);
}
.header-right ul li.active a .header-select{
    bottom:0px;
    width:20px;
    height:2px;
    background:rgba(241,30,20,1);
}
.header-right ul li .about-seat{
    display: none;
    padding-top:24px;
    width: 116px;
    bottom:-94px;
    position: absolute;
    height:124px;
    background:rgba(255,255,255,1);
    box-sizing: border-box;
    border-top:1px dashed rgba(221,221,221,1);
    box-shadow: 0 4px 10px 0 rgba(52,52,52,0.30);
}
.header-right ul li:hover .about-seat{
    display: block;
    z-index:9999;
}
.header-right ul li .about-seat>li{
    margin: 0 0 20px 0;
    height: 14px;
    line-height: 48px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:14px;
    text-align: center;
}
.header-right ul li .about-seat>li a{
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:14px;
    text-align: center;
    cursor: pointer;
}
.header-right ul li .about-seat>li:hover a{
    color:rgba(241,30,20,1);
}

.head-cloud-banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 58px;
    position: relative;
}
.head-cloud-banner  img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
/* header end */

/* footer start*/
.footer{
    background:#ffffff;
}
.footer-top{
    margin: 0 auto;
    padding-bottom: 40px;
    margin-top:40px;
    min-height: 250px;
}
.footer-top-item-title{
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:600;
    color:#000;
    line-height:14px;
}
.footer-top .footer-top-item{
   margin-right:100px;
   position: relative;
}
.footer-top .footer-top-item ul{
    overflow: hidden;
    margin-top:24px;
}
.footer-top .footer-top-item ul li{
    position: relative;
    margin-bottom: 16px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:12px;
}
.footer-top .footer-top-item ul a{
   cursor: pointer;
    text-decoration: none;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:12px;
}
.footer-top-code{
    position: absolute;
    top:120px;
}
.footer-top-code-left{
    width: 90px;
    height: 90px;
}
.footer-top-code-left img{
    width: 100%;
    height:100%;
}
.footer-top-code-right{
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:#202020;
    line-height:24px;
}
.footer-bottom{
    padding-top: 40px;
    height:160px;
    background:rgba(32,32,32,1);
    box-sizing: border-box;
}
.footer-bottom-left{
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(204,204,204,1);
    line-height:24px;
}
/* footer end*/
