@import "base.css";

.main .bd > .logo{width: 400px; height: 100px; background: #eeeeee; margin-bottom: 25px;}
.main .bd .text{display: flex; flex-direction: column; gap: 30px; margin-bottom: 60px;}
.main .bd .text > p{line-height: 26px; text-indent: 2em; color: #666666;}
.main .bd .address{width: 100%; height: 425px; margin-bottom: 50px;display: flex;}
.main .bd .address .image{width: 780px; height: 100%;}
.main .bd .address .image img{width: 100%; height: 100%; object-fit: cover;}
.main .bd .address .address_label{flex: 1; background: url("/images/aboutl.png") var(--theme-color) bottom right no-repeat; background-size: 35%; background-position: 240px 190px; color: #FFFFFF; padding: 30px 40px; display: flex; flex-direction: column; gap: 40px;}
.main .bd .address .address_label h1{font-size: 20px;}
.main .bd .address .address_label p{line-height: 26px}