* {
    margin: 0;
    padding: 0;
    list-style: none;
    user-select: none;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}
html,
body {
    width: 100%;
    height: 100%;
}

.header {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.top {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #eaeaea;
}

.top>img {
    width: 230px;
    margin: 0 10px;
}
.toplogo{
    background: #eaeaea;
    padding: 10px;
    width: calc(100% - 20px);
  }
  
.top_text {
    margin-left: 10px;
}

.top_text>p:nth-child(1) {
    color: #297abc;
    font-size: 15px;
    letter-spacing: 2.5px;
    font-weight: bold;
}

.top_text>p:nth-child(2) {
    color: #297abc;
    font-size: 4px;
    font-weight: bold;
}

.iconMenu {
    width: 20px;
    height: 3px;
    border-top: 3px solid #0060B1;
    border-bottom: 3px solid #0060B1;
    background-color: #0060B1;
    padding: 4px 0;
    background-clip: content-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 10px;
}

.top-img {
    width: 100%;
}

.top-img>img {
    width: 100%;
    height: 100%;
}

.top-img-pic {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: url(./Images/1.jpg);
}

.title-En {
    color: #6A6A6A;
    letter-spacing: 3px;
    font-size: 10px;
    display: flex;
    justify-content: center;
}
.contact_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 3px;
    margin-top: 24px;
}

.title-Cn {
    font-size: 22px;
    font-weight:800;
    display: flex;
    justify-content: center;
    margin-top:4px;
}

.main {
    width: 90%;
    margin: 0 auto;
    margin-top:20px;
}

.service-box {
    width: 100%;
    margin-bottom: 40px;
    max-width: 500px;
    margin: 30px auto;
}

.service-img {
    width: 100%;
    height: 200px;
    background-size: cover;
}
.service-img img{
    width: 100%;
    height: 200px;
}
.service-info {
    width: 100%;
    box-shadow: 5px 5px 8px #EAEAEA;
    display: flex;
}

.service-style {
    float: left;
}

.bule {
    width: 5px;
    height: 50%;
    background-color: #01B7E3;
}

.yellow {
    width: 5px;
    height: 50%;
    background-color: #FD8B00;
}

.service-info-text {
    margin: 15px 25px;
}

.service-info-text-title {
    font-size: 22px;
}

.service-line {
    width: 130px;
    height: 1px;
    margin: 12px 0;
    background-color: #EAEAEA;
}

.describe {
    font-size: 12px;
    color: gray;
    letter-spacing: 1px;
    line-height: 20px;
}

.friendLinks {
    width: 80%;
    margin-left: 6px;
    margin-top: 10px;
}

.line {
    width: 80%;
    margin-top: 5px;
    border-top: 1px dashed #FFF;
}
.customerService {
    display: flex;
    align-items: center;
    margin-top: 15px;
}