html {
  font-size: 125% !important;
  /* 10÷16=62.5% 谷歌最小12px   */
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 100% !important;
    /* 17.44÷16=109% 83.32*/
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 75% !important;
    /* 15.04÷16=94% 62.5*/
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 50% !important;
    /* ÷16=78% 50*/
  }
}
p {
  margin: 0 0 0.5rem;
}
* {
  outline: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.navbar {
  height: 100px;
}
.navbar.navbar-default {
  background: #fff;
}
.navbar .top-bar {
  height: 30px;
}
.navbar .container .navbar-brand {
  padding: 5px 10px;
}
.navbar .navbar-nav .home a {
  color: #F55D54;
}
.navbar .navbar-nav a {
  padding-bottom: 0;
}
.navbar .navbar-nav a:hover {
  background: transparent;
  color: #f55c54;
}
.navbar .navbar-nav .underLine {
  margin: 1px auto 0;
  border-bottom: 3px solid #F55D54;
  width: 40px;
  margin-bottom: 20px;
}
#footer {
  background: #f55c54;
  padding: 10px;
  color: white;
}
#footer .container {
  padding-top: 10px;
  text-align: center;
}
#footer .container .footer_content {
  display: inline-block;
  text-align: left;
}
#footer .container .identify {
  height: 50px;
  line-height: 50px;
  clear: both;
}
#footer .container .identify .companyname {
  padding-left: 10px;
}
#footer .container .identify p {
  float: left;
}
#footer .container .identify a img {
  width: 20px;
}
#footer .container .identify .gongshang {
  line-height: 20px;
  margin-left: 30px;
  padding: 3px;
  overflow: hidden;
}
#footer .container .identify .gongshang .fl a img {
  width: 44px;
}
#footer .container .identify .gongshang .fr {
  float: right;
  margin-right: 3px;
}
#footer .container a {
  color: white;
}
.page #banner .map_address {
  margin-top: 100px;
  height: 500px;
  background: url('../images/map.jpg') no-repeat center top;
}
.page #company_info .container .row1 {
  min-height: 320px;
  padding-left: 520px;
  position: relative;
}
.page #company_info .container .row1 h1 {
  border-left: 6px solid #f55c54;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 50px;
}
.page #company_info .container .row1 p {
  margin-top: 20px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 1.5;
}
.page #company_info .container .row1 img {
  position: absolute;
  left: 0;
  top: 0;
}
.page #company_info .container .row2 {
  width: 1176px;
  height: 400px;
  margin: 0 auto;
  background: url("../images/company2.jpg") no-repeat center top;
}
.page #company_info .container .row2 .text {
  width: 670px;
  font-size: 14px;
  padding-top: 110px;
  text-align: center;
}
.page #company_info .container .row2 .text p {
  line-height: 2;
}
