.home .banner { width: 100%; position: relative; }
.home .banner img { width: 100%; display: block; object-fit: cover; }
.home .banner .text { position: absolute; left: 0; bottom: -20px; width: 100%; color: white; text-align: center; }
.home .banner .text .p1 { font-size: 40px; }
.home .banner .text .p2 { font-weight: lighter; font-size: 20px; margin: 40px 0 15px 0; }
.home .banner .text .line { width: 1px; height: 240px; background: rgba(242, 242, 242, 0.2); margin: 0 auto; position: relative; overflow: hidden; }
.home .banner .text .line::before { content: ""; display: block; width: 1px; height: 25px; background: #F2F2F2; position: absolute; left: 0; top: 0; animation: down 4s infinite linear; }
@keyframes down {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
.home .main { width: 80%; margin: 80px auto; }
.home .main .title { color: #111010; font-size: 34px; font-weight: bolder; border-bottom: 1px solid rgba(38, 51, 70, 0.2); padding-bottom: 30px; }
.home .main .content { width: 100%; display: flex; justify-content: space-between; margin: 60px 0; }
.home .main .content .map { width: 65%; height: 400px; }
.home .main .content .info { width: 28%; }
.home .main .content .info .t1 { color: #333333; font-size: 20px; }
.home .main .content .info .item { display: flex; align-items: center; margin-top: 20px; margin-left: 5px; }
.home .main .content .info .item .pic { width: 20px; display: flex; align-items: center; justify-content: center; }
.home .main .content .info .item .pic img { display: block; }
.home .main .content .info .item p { color: #333333; margin-left: 30px; }
.home .main .content .info .phone { display: flex; align-items: center; margin: 20px 0; }
.home .main .content .info .phone p { color: #333333; font-size: 22px; }
.home .main .content .info .phone a { color: #333333; font-size: 36px; font-style: italic; }

@media screen and (max-width: 1200px) {
.home .banner img { height: 320px; }
.home .banner .text .p1 { font-size: 24px; }
.home .banner .text .p2 { margin: 15px 0; }
.home .banner .text .line { height: 100px; }
.home .main { width: 90%; margin: 30px auto; }
.home .main .title { font-size: 22px; padding-bottom: 15px; }
.home .main .content { margin: 30px 0; flex-direction: column; }
.home .main .content .map { width: 100%; height: 200px; }
.home .main .content .info { width: 100%; margin-top: 15px; }
.home .main .content .info .phone p { font-size: 20px; }
}

/*# sourceMappingURL=contact.css.map */
