* {
    margin: 0;
    padding: 0;
    border: none;
}

.body {
    width: 100%;
    overflow: hidden;
}

.banner {
    height: 800px;
    background-image: url("https://tn-images.oss-cn-beijing.aliyuncs.com/tingniushangwu/banner1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner2 {
    height: 800px;
    background-image: url("https://tn-images.oss-cn-beijing.aliyuncs.com/tingniushangwu/banner2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.logoLine {
    position: relative;
    height: 102px;
    background: rgba(1, 1, 25, 0.3);
    /*opacity:;*/
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.logo {
    width: 172px;
    height: 53px;
    margin-left: 16.66%;
}

.buttonLine {
    position: absolute;
    width: 201px;
    height: 53px;
    right: 16.66%;
    font-size: 22px;
    display: flex;
    align-items: center;
    font-family: Source Han Sans CN;
}

.index {
    position: absolute;
    left: 0;
}

.callMe {
    position: absolute;
    right: 0;
}

.onSelect {
    color: rgba(255, 158, 0, 1);
}

.unSelect {
    color: rgba(255, 255, 255, 1);
}

.bigTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    /*margin-bottom: 35px;*/
}

.minTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.contentBodyBox {
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.bgWhite {
    background-color: #fff;
}


.bgBlue {
    background-color: #221C9B;
}

.titleBox {
    text-align: center;
    height: 120px;
    margin-top: 80px;
    position: relative;
}

.gery {
    color: #838383;
}

.white {
    color: #fff;
}

.black {
    color: #3E3E3E;
}

.serviceBody{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.serviceBodyBox{
    width: 18.75%;
    height: 460px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 27px 0px rgba(3,3,3,0.14);
    border-radius:20px;
    text-align: center;
}

.right{
    margin-right: 30px;
}

.icon{
    margin-top: 60px;
    width: 180px;
    height: 180px;
}

.serviceTitle{
    margin-top: 40px;
    font-size:32px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(1,1,1,1);
    margin-bottom: 30px;
}

.serviceMinTitle{
    font-size:22px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(131,131,131,1);
}
.marketBody{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 66px;
}

.marketBodyBox{
    width: 21%;
}

.marketBodyBoxRight{
    margin-right: 119px;
}

.marketImg{
    margin-top: 33px;
    width: 100%;
    height: 470px;
}
.marketTitle{
    text-align: center;
    font-size:36px;
    font-family:Source Han Sans CN;
    margin-bottom: 25px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.partnerBodyBox{
    margin-top: 113px;
    margin-left: 135px;
    margin-right: 185px;
    /*height: 400px;*/
}
.friend{
    width: 100%;
    height: 100%;
}

.footerBox{
    width: 100%;
    height: 210px;
    background:rgba(248,248,248,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerTextBox{
    text-align: center;
    font-size:20px;
    font-family:Source Han Sans CN;
    font-weight:300;
    line-height:48px;
    color:rgba(0,0,0,1);
}

.contactBody{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentBox{
    width: 567px;
}
.contentEmail{
    font-size:36px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(131,131,131,1);
}
.contentTitle{

    font-size:40px;
    font-family:Source Han Sans CN;
    font-weight:bold;
    color:rgba(62,62,62,1);
}

.left{
    margin-left: 30px;
}
.first{
    margin-top: 130px;
    margin-bottom: 100px;
}