.contact-tab {
    background: #0065e7;
}

body {
    font-family: "Noto Sans Sc";
}

.main {
    width: 1155px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-nav {
    width: 260px;
    background-color: #f3f7fb;
}


.contact-nav>h1 {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e6f0;
    box-sizing: border-box;
}

.contact-nav>h1>p {
    margin-left: 20px;
}

.contact-nav>h1>p>span:nth-child(1) {
    font-size: 16px;
    letter-spacing: 2px;
}

.contact-nav>h1>p>span:nth-child(2) {
    font-size: 14px;
    color: #333333;
    line-height: 10px;
    vertical-align: bottom;
    margin-left: 20px;
}

.contact-nav>div {
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
}

.contact-nav>div:nth-of-type(1) {
    color: #1482e0;
}

.contact-nav>div:not(:last-child) {
    border-bottom: 1px solid #e1e6f0;
}

.contact-nav>div>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("../images/contact/cont_black.png") no-repeat;
}

.contact-nav>div:nth-of-type(1)>i {
    /*background: url("../images/contact/cont_blue.png") no-repeat;*/
    background: url("../images/contact/cont_black.png") no-repeat;
}

.contact-nav>div:hover {
    color: #1482e0;
}

.contact-nav>div:hover>i {
    background: url("../images/contact/cont_blue.png") no-repeat;
}

.contact-nav>div:nth-of-type(1)>i {
    background-position: 0px 0px;
}

.contact-nav>div:nth-of-type(2)>i {
    background-position: 0px -18px;
}


/* =========右侧内容栏目================ */

.contact-content {
    width: 880px;
    overflow: hidden;
}

.contact-us {
    width: 880px;
    height: 130px;
    background-image: url("../images/about/about-us-background.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us>div>h1 {
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.contact-us>div>p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 675px;
    margin: auto;
    text-align: center;
}

.contact-details-title {
    width: 880px;
    font-size: 18px;
    letter-spacing: 1px;
    height: 75px;
    color: #333333;
    border-bottom: 1px solid #ebeef5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details-content {
    width: 800px;
    margin: auto;
    overflow: hidden;
}

.contact-details-content-phone,
.contact-details-content-adr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.contact-details-content h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    width: 220px;
}

.contact-details-content h4::before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: transparent;
    border-right-color: #1482e0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(180deg);
    margin-right: 5px;
}

.contact-details-content-phone>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    font-size: 14px;
    letter-spacing: 1px;
    color: #888888;
    font-weight: normal;
}


.contact-details-content-phone>div p {
    margin-bottom: 40px;
    margin-top: 20px;
}

.contact-details-content .support div{
    font-size: 16px;
    font-weight: 600;
    color: #1482e0;
    margin: 30px 0 20px 0;
}
.contact-details-content .support p{
    font-size: 13px;
    color: #333333;
    margin-top: 16px;
}

.content-phone-left>p:not(:nth-of-type(3))::before,
.content-phone-right>p::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/contact/cont_icon.png") no-repeat;
    margin-right: 10px;
}

.content-phone-left>p:nth-of-type(1)::before {
    background-position: 0px 2px;
}

.content-phone-left>p:nth-of-type(2)::before {
    background-position: 0px -30px;
}

.content-phone-right>p:nth-of-type(1)::before {
    background-position: 0px 2px;
}

.content-phone-right>p:nth-of-type(2)::before {
    background-position: 0px -53px;
}

.contact-details-content-adr>div>p:nth-child(1) {
    font-size: 14px;
    letter-spacing: 1px;
    color: #888888;
}

.contact-details-content-adr>div>p:nth-child(2) {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 10px;
}

.contact-details-content-adr>div {
    flex-grow: 1;
}

/* ===================关于我们的  荣誉的============ */
.contact-details-content .honor div{
    display: flex;
    justify-content: center;
    margin-top: 20px;

}
.contact-details-content .honor div:nth-child(2) img{
    height: 170px;
}

/* ===================客服服务============ */
.service-img {
    text-align: center;
    margin-top: 20px;
}

.service-text {
    margin-top: 20px;
}

.service-text>p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    text-indent: 2em;
}

.service-text>ul {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    margin-left: 2em;
    margin-bottom: 20px;
}
.service-text>ul>li{
    margin-top: 20px;
}
.service-text>.no-indent{
    text-indent: 0px;
    margin-top: 20px;
}
