123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .main {
- position: relative;
- width: 100%;
- min-width: 1200px;
- overflow-x: hidden;
- }
- .main .wrapper {
- position: relative;
- z-index: 1;
- }
- .main .contact {
- padding-bottom: 50px;
- }
- .main .contact h3 {
- font-size: 26px;
- font-family: PingFangSC-Semibold, PingFang SC;
- text-align: center;
- padding: 50px 0;
- position: relative;
- }
- .main .contact h3 .sub-t {
- margin-top: 30px;
- font-size: 18px;
- font-weight: normal;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #999999;
- }
- .main .contact .contact-list {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .main .contact .contact-list dl {
- list-style: none;
- width: 320px;
- border-radius: 10px;
- background-color: #F5F5F5;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: column;
- flex-direction: column;
- -ms-flex-pack: center;
- justify-content: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 78px 0;
- }
- .main .contact .contact-list dl dt {
- margin-bottom: 30px;
- }
- .main .contact .contact-list dl dt img {
- display: block;
- width: 70px;
- height: 70px;
- border-radius: 50%;
- }
- .main .contact .contact-list dl dd {
- font-size: 16px;
- line-height: 30px;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: column;
- flex-direction: column;
- -ms-flex-pack: center;
- justify-content: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 18px;
- }
- .main .contact .contact-list dl dd b {
- margin-bottom: 20px;
- }
- .main .contact .contact-list dl dd i {
- font-style: normal;
- color: #999999;
- }
- .main .address {
- padding-bottom: 50px;
- }
- .main .address h3 {
- font-size: 26px;
- font-family: PingFangSC-Semibold, PingFang SC;
- text-align: center;
- padding: 50px 0;
- position: relative;
- }
- .main .address iframe {
- border: 1px solid #efefef;
- }
- .main .address .address-text {
- margin-top: 30px;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-size: 18px;
- }
- .main .address .address-text .icon-address {
- background: url(../img/icon-address-a265887f.png) no-repeat;
- width: 18px;
- height: 25px;
- background-size: cover;
- margin: 0 10px 0 20px;
- }
- .main .address .address-text i {
- color: #999999;
- font-style: normal;
- }
|