.container{
    width: 1180px;
    margin: auto;
}
.left-block{
    float: left;
}
.right-block{
    float: right;
}

.cTit{
    font-size: 48px;
    line-height: 64px;
    color: #1B1B1B;
    font-weight: bold;
    text-align: center;
}

.zh-btn{
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}
.zh-btn .btn{
    margin-left: 20px;
}
.zh-btn .btn:first-child{
    margin-left: 0;
}

.wsc-banner{
    height: 620px;
    text-align: center;
}
.banTit{
    padding-top: 180px;
    font-size: 62px;
    line-height: 82px;
    color: #fff;
    font-weight: bold;
    
}
.banText{
    font-size: 28px;
    line-height: 37px;
    color: #EBEBEB;
    margin-top: 25px;
}
.banBtn{
    margin-top: 60px;
}


.btn{
    display: inline-block;
    box-sizing: border-box;
    width: 260px;
    height: 56px;
    line-height: 56px;
    border-radius: 100px;
    font-size: 16px;
    text-align: center;
    transition: 0.36s;
}
.btn-red{
    background-color: #E5232E;
    color: #fff;
    box-shadow:0px 5px 15px rgba(145,14,22,0.2);
}
.btn-red:hover{
    background:#D70915;
    box-shadow:0px 5px 15px rgba(215,9,21,0.3);
}
.btn-white{
    background-color: #fff;
    color: #E5232E;
}
.btn-white:hover{
    background-color: #E5232E;
    color: #fff;
}
.btn-whitebd{
   border: 1px solid #fff;
   color: #fff;
   line-height: 54px;
}
.btn-whitebd:hover{
    background-color: #E5232E;
    border-color: #E5232E;
    color: #fff;
}
.btn-greybd{
    border: 1px solid #ccc;
    color: #7b7b7b;
    line-height: 54px;
 }
 .btn-greybd:hover{
     background-color: #E5232E;
     border-color: #E5232E;
     color: #fff;
 }


.foot-main{
    background-color: #1B1B1B;
    padding: 60px 0;
}
.wsc-bottom{
    background-color: #3B3B3B;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #9B9B9B;
}
.wsc-bottom a{
    transition: 0.36s;
}
.wsc-bottom a:hover{
    color: #EBEBEB;
}

.ft-left{
    width: 640px;
}

.ft-right{
    width: 540px;
}

.ft-map{
    padding-top: 14px;
}
.ft-map img{
    width: 100%;
}
.ft-ewm{
    width: 160px;
    height: 160px;
}
.ft-ewm img{
    width: 100%;
}
.ft-tit{
    font-size: 28px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    margin-top: 20px;
}
.ft-tel{
    font-size: 32px;
    color: #E5232E;
    line-height: 42px;
    font-weight: bold;
    margin-top: 15px;
}
.ft-pos{
    margin-top: 15px;
}
.ft-pos,.ft-em{
    font-size: 14px;
    line-height: 28px;
    color: #9B9B9B;
}