/* 导航 */
.nav-right ul li:nth-child(5) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(5)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 内容 */
/* 标题 */
.content-title {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
}
.content-title h3 {
    margin-top: -20px;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
}
.content-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ea5018;
}
/* 联系我们 */
.aboutUs {
    width: 100%;
}
.about-content {
    background-color: #f3f3f3;
}
.about-content>div {
    max-width: 600px;
    width: 100%;
}
.about-right-content {
    max-width: 435px;
    margin: 0 auto;
}
.about-right .pailie {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.about-right-content>p {
    font-size: 30px;
    color: #ea5018;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}
.about-right-content>p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ea5018;
}
.about-text {
    margin-top: 40px;
}
.about-text span {
    margin-bottom: 20px;
}
.dianhua {
    margin-top: 40px;
}
.dianhua .duichen {
    width: 70px;
    height: 70px;
    background-color: #ea5018;
    border-radius: 50%;
    margin-right: 10px;
}
.haoma p {
    font-size: 40px;
    font-weight: bold;
    color: #ea5018;
}
/* 在线留言 */
.liuyan, .liuyan-top {
    width: 100%;
}
.liuyan-top input {
    max-width: 390px;
    width: 100%;
    height: 45px;
    border: 1px solid #e2e2e2;
    text-indent: 15px;
    background-color: #f9f9f9;
}
.liuyan-content textarea {
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    text-indent: 15px;
    padding-top: 15px;
    margin-top: 20px;
}
.liuyan-content button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background-color: #ea5018;
    color: #fff;
    margin-top: 30px;
}
.ditu {
    margin-top: 80px;
    margin-bottom: -4px;
}
@media screen and (max-width: 1024px) {
    .about-content {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .about-right {
        padding: 20px 0;
    }
    .liuyan-top input {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .liuyan-top {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
        -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
}
@media screen and (max-width: 425px) {
    .content-title h3 {
        font-size: 26px;
    }
    .about-right-content>p {
        font-size: 20px;
    }
    .haoma p {
        font-size: 25px;
    }
    .dianhua .duichen {
        transform: scale(.7);
    }
    .about-right-content {
        width: 90%;
    }
    .ditu img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}