.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 .links { display: flex; margin: 30px 0; }
.home .main .links a { display: flex; width: 176px; height: 47px; background: #E1E1E1; justify-content: center; align-items: center; margin-right: 30px; transition: all 600ms; }
.home .main .links a .pic { position: relative; display: inline-block; }
.home .main .links a .pic img { transition: all 600ms; }
.home .main .links a .pic img:nth-child(2) { position: absolute; left: 0; top: 0; opacity: 0; }
.home .main .links a p { color: #333333; font-size: 18px; margin-left: 10px; transition: all 600ms; }
.home .main .links a:hover { background: #0075C3; }
.home .main .links a:hover .pic img:nth-child(1) { opacity: 0; }
.home .main .links a:hover .pic img:nth-child(2) { opacity: 1; }
.home .main .links a:hover p { color: white; }
.home .main .links .active { background: #0075C3; }
.home .main .links .active .pic img:nth-child(1) { opacity: 0; }
.home .main .links .active .pic img:nth-child(2) { opacity: 1; }
.home .main .links .active p { color: white; }
.home .main .content { color: #333333; line-height: 2.2; }
.home .main .content h1 { color: #333333; font-size: 20px; }

@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 .links { margin: 15px 0; flex-direction: column; }
.home .main .links a { margin-bottom: 10px; }
}

/*# sourceMappingURL=internet.css.map */
