*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
.bj{
    width: 100%;
    height: 7rem;
    background-image: url(/img/xin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;  
    padding-top: 2.59rem;
    background-size: 100%;
}

.zhi{
    width: 100%;
    margin:0 auto;
    padding-left: 62.5%;
}
.zhi div{
    width: 2.4rem;
    margin-right: 0.37rem;
    
}
.zhi div h1:nth-of-type(1){
    width: 2.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF; 
    line-height: 0.7rem;
}
.zhi div h1:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 0.2rem;
    color: #FFFFFF;
    float: right;
    margin-top: 0.1rem;
}
.lian{
    width: 11.17rem;
    height: 9.27rem;
    margin: -1.35rem auto 0.8rem;
    display: flex;
    justify-content: space-between;
}
.lian-left{
    width: 4.06rem;
    height: 9.27rem;
    background-color: #7E7AAC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
}
.lian-left{
    text-align: center;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.lian-left img:nth-of-type(1){
    margin-top: 0.81rem;
}
.lian-left img:nth-of-type(2){
    margin-top: 0.81rem;
}
.lian-left div:nth-of-type(1){
    margin-top: 0.2rem;
    line-height: 0.36rem;
    margin-bottom: 0.8rem;
}
.lian-left div:nth-of-type(2){
    margin-top: 0.2rem;
    line-height: 0.36rem;
}
.lian-left img:nth-of-type(3){
    margin-top: 0.52rem;
}
.lian-left p:nth-child(1) a:nth-child(1){
    margin-bottom: 0.8rem;
}
.lian-left p:nth-child(1) a{
    display: flex;
    justify-content: center;
}


.lian-left div:hover{
    font-weight: bold;
}








.lian-right{
    width: 7.11rem;
    height: 9.27rem;
}
.lian-right-top{
    display: flex;
    align-items: center;
    margin-top: 1.7rem;
}
.lian-right-top img{
    display: inline;
    padding-left: 1.02rem;
    
}
.lian-right-top p{
    display: inline;
    
}
.lian-rgiht-top-p{
    display: flex;
    align-items: end;
}
.lian-rgiht-top-p-span1{
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    padding-left: 0.18rem;
}
.lian-rgiht-top-p-span2{
    font-family: Microsoft YaHei;
    font-weight: Light;
    font-size: 0.2rem;
    color: #333333;
    padding-left: 0.27rem;
}
.right-input{
    width: 6.1rem;
    height: 4.91rem;
    margin-left: 1.02rem;
}
.right-input form{
    margin-top: 0.73rem;
    height: 4.91rem;
}
.right-input form li{
    list-style: none;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.38rem;
    margin-bottom: 0.39rem;
}
.form li label{
    display: inline-block;
    width: 1.2rem;
}
.right-input form li:nth-child(3){
    margin-bottom: 0.8rem;
}
.right-input form li input{
    width: 4.90rem;
    height: 0.81rem;
    line-height: 0.81rem;
    font-size: 0.24rem;
    padding-left: 0.1rem;
    border: 0;
    outline: none;
    border: .01rem solid #a0a0a0;
}
.right-input form li:last-child input{
    width: 6.1rem;
    height: 0.9rem;
    background-color: #7E7AAC;
    border: 0px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}

@media screen and (max-width: 1024px){
    .bj{
        padding-top: 0;
        height: 2.7rem;
         margin-top: 50px;
    }
    .zhi{
        padding-top: 0.5rem;
    }
    .lian{
        width: 100%;
        height: auto;
        margin: 0.2rem auto;
        flex-direction: column-reverse;
    }
    .lian-right{
        width:100%;
        height: 5.11rem;
    }
    .lian-right-top{
        margin-top: 0;
    }
    .lian-left{
        width: 100%;
        height: 6rem;
        margin-top: 0.2rem;
        flex-wrap: wrap;
    }
    .lian-left > div > a{
        font-size: 14px;
    }
    .lian-left > div{
        font-size: 14px;
    }
    .lian-left > p:nth-of-type(2) a img{
        width: 0.3rem;
        /*height: 0.3rem;*/
    }
    .lian-left > p:nth-of-type(1) a:nth-of-type(2) img {
        width: 0.4rem;
        position: relative;
        top: -4.4rem;
        left: 3.75rem;
        
    }
    .lian-left div:nth-of-type(1){
        margin-top: 0.9rem;
        margin-bottom: 0.1rem;
    }
    .lian-left p:nth-child(1) a{
        /*position: absolute;*/
    }
    .lian-left p:nth-child(1) a:nth-child(1){
        position: relative;
    }
}