/** styles for content page **/

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

input,
button {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', sans-serif, Arial;
}

/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

body {
  font-size: 16px; 
}

header {
  width: 100%;
  height: 7.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  z-index: 999;
}

.logo {
  float: left;
  padding: 1.56rem 0 0 4%;
}

.logo img {
  float: left;
}

.logo img:first-child {
  width: 7.69rem;
}

.logo img:last-child {
  width: 8.81rem;
  margin: 1.25rem 0 0 1.25rem;
}


main {
  width: 100%;
  box-sizing: border-box;
  padding: 0 4%;
}

.index-nav {
  font-size: 1.25rem;
  background: #fff;
  display: block;
}

.index-nav ul {
  width: 56%;
  display: flex;
  line-height: 7.5rem;
  padding-left: 5%;
}

.index-nav ul li {
  float: left;
  flex: 1;
  text-align: center;
}

.index-nav ul li a {
  color: #666;
  display: inline-block;
  border-bottom: 3px solid #fff;
}

.index-nav ul li a.active {
  color: #09458d;
  border-bottom: 3px solid #09458d;
  box-sizing: border-box;
}

.index-nav ul li a:hover {
  color: #09458d;
  border-bottom: 3px solid #09458d;
  transition: 1s all;
}

.hotline {
  font-size: 1.25rem;
  color: #333;
  float: right;
  position: absolute;
  right: 4%;
  top: 0;
  line-height: 7.5rem;
}

.nav-more {
  display: none;
}

footer {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #282828;
  height: 13.75rem;
  box-sizing: border-box;
  padding-top: 3rem;
  line-height: 1.8rem;
}

footer img {
  width: 8rem;
  vertical-align: top;
}

footer section {
  display: inline-block;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 2rem;
  font-size: 1rem;
}

footer section span {
  display: inline-block;
  padding: 0 0.6rem;
}

footer section p {
  display: block;
}

footer section p:nth-child(1) {
  padding-bottom: 0.5rem;
}

footer section p:last-child {
  padding-top: 0.5rem;
}

footer section a {
  color: #fff;
}

.title {
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
  text-transform: uppercase;
}

.title h2 {
  background: url(../img/hr.png) no-repeat center bottom;
  width: 100%;
  font-size: 1.875rem;
  color: #333;
  padding-bottom: 1.87rem;
  font-weight: normal;
}

.title p {
  color: #999;
  font-size: 1.25rem;
  padding-top: 1rem;
  line-height: 2rem;
}

.business-list {
  padding-bottom: 4rem;
  display: inline-block;
}

.business-list ul li {
  width: 20%;
  height: 23.9rem;
  text-align: center;
  float: left;
}

.business-list ul li section {
  background: url(../img/list-bj.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2.3rem;
}

.business-list ul li section img {
  padding-top: 4rem;
}

.business-list ul li section h2 {
  color: #333;
  font-size: 1.88rem;
  padding-top: 2rem;
  font-weight: normal;
}

.business-list ul li section p:last-child {
  font-size: 1.38rem;
  color: #999;
  padding-top: 1.8rem;
  line-height: 2rem;
}

.current_location {
  font-size: 1.25rem;
  color: #999;
  margin-top: -2rem;
  padding-bottom: 2rem;
}

.current_location a {
  color: #999;
}

.current_location span {
  padding: 0.6rem;
}

.current_location a:hover {
  color: #4f638f;
}

.details-box {
  border: 1px solid #ccc;
  padding: 3.5rem;
  margin-bottom: 3rem;
}

.details-box h2 {
  text-align: center;
  width: 100%;
  font-size: 3rem;
  color: #4f638f;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}

.vice-title {
  text-align: center;
  color: #999;
  padding-top: 2rem;
}

.vice-title span {
  padding-right: 2rem;
}

.vice-title span img {
  vertical-align: middle;
  padding-right: 0.3rem;
}

.details-text {
  font-size: 1.2rem;
  color: #666;
  line-height: 2.8rem;
  padding-top: 2rem;
  display: inline-block;
}

.details-text p {
  padding-bottom: 2rem;
}

.details-text p img {
  max-width: 100%;
  margin-bottom: 2rem;
}

.details-text p:last-child {
  padding-bottom: 0;
}

.details-page {
  border-top: 1px solid #4f638f;
  width: 100%;
  padding: 2rem 0 3rem;
  font-size: 1.2rem;
}

.details-page span:first-child {
  float: left;
}

.details-page span:last-child {
  float: right;
}

.details-page a {
  color: #4f638f;
}

@media screen and (max-width: 1600px) {
  .index-nav ul {
    padding-left: 3%;
    font-size: 1.15rem;
  }

  .hotline {
    font-size: 1.15rem;
  }

}

@media screen and (max-width: 1440px) {
  .logo img:first-child {
    width: 7.69rem;
  }
  
  .logo img:last-child {
    width: 8.5rem;
    margin: 1.4rem 0 0 1.25rem;
  }

  .index-nav ul {
    font-size: 1rem;
    width: 55%;
  }

  .hotline {
    font-size: 1rem;
  }

  .business-list ul li {
    height: 20rem;
  }

  .business-list ul li section img {
    height: 4.5rem;
    padding-top: 3rem;
  }

  .business-list ul li section h2 {
    font-size: 1.4rem;
  }

  .business-list ul li section p:last-child {
    font-size: 1rem;
    padding-top: 1.4rem;
  }

  .details-page {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .business-list ul li {
    width: 25%;
    height: 16rem;
  }

  .business-list ul li section h2 {
    padding-top: 0.8rem;
    font-size: 1.2rem;
  }

  .business-list ul li section {
    padding: 0 1.5rem;
  }

  .business-list ul li section p:last-child {
    padding-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.8rem;
  }

  .business-list ul li section img {
    height: 3.5rem;
  }

  .title {
    padding-bottom: 3rem;
  }

  .logo img:last-child {
    display: none
  }

  .index-nav ul {
    width: 62%;
  }
  
}

@media screen and (max-width: 1080px) {
  .index-nav{
    display: none;
    width: 7.5rem;
    position: absolute;
    right: 0;
  }

  .index-nav ul {
    display: inline;
  }

  .index-nav ul li {
    width: 100%;
    line-height: 3rem;
  }

  .index-nav ul li a {
    width: 100%;
    display: inline-block;
  }

  .hotline {
    right: 4rem;
  }

  .nav-more {
    display: block;
    position: absolute;
    right: 0;
    top: 2.45rem;
    width: 2.5rem;
  }

}


@media screen and (max-width: 900px) { 
  footer {
    height: auto;
    text-align: left;
    padding: 1rem;
    display: flex;
  }

  footer img {
    flex: none;
    width: 8rem;
    height: 8rem;
  }

  footer section {
    padding: 0 0 0 1rem;
    flex: 1;
  }

  footer section p {
    display: inline-block;
  }
}


@media screen and (max-width: 750px) {
  .title { 
    padding-bottom: 2rem;
  }

  .title h2 {
    font-size: 1.5rem;
  }
  .title p {
    font-size: 1rem;
  }

  .business-list {
    padding-bottom: 2rem;
  }

  .business-list ul li {
    width: 50%;
    height: 17rem;
  }

  .business-list ul li section h2 {
    padding-top: 1.5rem;
  }

  .business-list ul li section p:last-child {
    font-size: 0.9rem;
    padding-top: 0.8rem;
    line-height: 1.5rem;
  }

  .business-list ul li section img {
    height: 4rem;
  }

  .details-box {
    padding: 2rem;
  }

  .current_location {
    font-size: 1rem;
    margin-top: -2rem;
    display: inline-block;
  }

  .details-box h2 {
    font-size: 1.5rem;
    display: inline-block;
    padding-bottom: 1.5rem;
  }

  .vice-title {
    padding-top: 1rem;
    font-size: 1rem;
  }
  .vice-title span {
    width: 100%;
    padding: 0;
    display: inline-block;
  }

  .details-text {
    display: inline-block;
    font-size: 1rem;
  }

  .details-page {
    font-size: 0.9rem;
  }

  .details-page span:first-child {
    width: 100%;
    padding-bottom: 1rem;
  }
  .details-page span:last-child {
    width: 100%;
    float: left;
  }
}