body {
  margin: 0;
  padding: 0;
}

/*包含以下四种的链接*/
a {
  text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

.row,
.container-fluid {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-default {
  background-color: #fff !important;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #fff !important;
  color: #e26f00;
  font-size: 16px;
}

.navbar-default .navbar-nav>.active>a:hover {
  background-color: #fff;
  color: #e26f00;
  font-size: 16px;
}

.left {
  position: relative;
}

.left>h4 {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-top: 60px;
  z-index: 999;
}

.left>img {
  position: absolute;
  top: 65px;
  left: 80px;
  z-index: -999;
}

.left>p {
  height: 200px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
  overflow: hidden;
}

.right>img {
  margin-top: 55px;
}

.main>.title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-top: 120px;
}

.tel {
  margin-top: 120px;
  text-align: center;
}


.bor {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.tel>h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.tel>p:nth-child(2) {
  width: 60px;
  opacity: 1;
  border: 1px solid #E7E7E7;
  margin: 10px auto;
}

.tel>p:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.tel>p:nth-child(4) {
  font-size: 14px;
  font-weight: 400;
  color: #E16C00;
  margin-top: 20px;
}

.tel>button {
  background: #E16C00;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  color: #fff;
  border: none;
  margin-top: 10px;
}

.mobile {
  position: relative;
  margin-top: 200px;
}

.mobile>h4 {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-top: 60px;
  z-index: 999;
}

.mobile>img {
  position: absolute;
  top: 10px;
  left: 70px;
  z-index: -999;
}

.mobile>p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}