@import "./base.css";
@import "./header.css";

.banner {width:100%;}
.banner img {width:100%;}

.crm{line-height: 68px; height: 68px; overflow: hidden;background-color: #f1f1f1;font-size: 20px;}
.crm i{font-size: 2rem; height: 68px; display: inline-block; vertical-align: bottom;}
.crm span{display: inline-block;}
.crm a{line-height: 68px; display: inline-block;}
.crm a:hover{color: #111; text-decoration: underline}

.contact-title {color: #4d4d4d;font-weight: bold;font-size: 48px;line-height:100px;height:100px;width:200px;text-align: center;margin:0 auto}
.contact-title::after {
  content: "";
  display: block;
  border-bottom: 4px solid #FE9901;
  width: 50px;
  position: relative;
  bottom: 20px; 
  left: 75px;
}
.contact-box {width:1200px;margin:20px auto 80px;}
.contact-left {float:left;width:50%;}
.contact-name {
  height: 70px;
  line-height: 70px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  font-size: 48px;
  color: #162987;
}
.contact-name::after {
  content: "";
  display: block;
  border-bottom: 4px solid #FE9901;
  width: 100px;
  position: relative;
  bottom: -10px; 
}
.contact-left-bottom {color:#4d4d4d;line-height: 30px;margin-top:50px;font-size: 20px;}
.contact-right {float:left;width:50%;}


.contact-map {width:100%;height:auto;}