a {
  color: inherit;
  text-decoration: none;
}

#goToTop {
  position: fixed;
  bottom: 20px;
  right: 3%;
}

#goToTop a {
  background: #888888;
  color: #363636;
  font-size: 27px;
  text-align: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0 1px 0 #999;
  display: block;
}

.top {
  background-color: #1a5c84;
  padding: 23px 0;
}

.content {
  width: 1150px;
  margin: 0 auto;
}

.top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  font-size: 0;
}

.top li {
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 16px;
  margin-left: 30px;
}

.top ul > li > a {
  display: block;
  padding: 11px 5px;
  color: inherit;
}

.top li::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid #ffe222;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.top li:hover {
  color: #ffe222;
}

.top li:hover::before {
  width: 100%;
  left: 0;
}

.top li:hover ~ li::before {
  left: 0;
}

.bimg {
  width: 100%;
}

.s1 {
  padding: 84px 0;
}

.h1 {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 600;
}

.text {
  line-height: 30px;
  font-size: 14px;
  color: #252525;
  text-align: justify;
}

.more {
  display: block;
  color: #ffffff;
  background-color: #28a3d8;
  border-radius: 23px;
  width: 120px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}

.s2_title {
  text-align: center;
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 600;
}

.s2_b {
  font-size: 14px;
  color: #757474;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 27px;
}

.s2 {
  padding-top: 62px;
  padding-bottom: 73px;
}

.tiao {
  background-color: #fafafa;
  height: 40px;
  margin-bottom: 26px;
}

.box-title {
  font-size: 18px;
  color: #363636;
  margin-bottom: 20px;
  font-weight:600;
}

.box-text {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
}

.text-box {
  padding: 20px 20px 0 0;
}

.more2 {
    color: #4782b8;
    font-size: 14px;
    border: 1px solid #4782b8;
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.right-box {
  text-align: center;
  padding: 64px 0;
  border-left: 1px dashed #eee;
}

.box_item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  display: block;
}

.bg {
  width: 100%;
  height: 550px;
  background-image: url(../images/s3.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 100px;
}

.s3_title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.name {
  font-size: 20px;
  background-color: #fff;
  width: 382px;
  text-align: center;
  color: #363636;
  padding: 9px 0;
}

.s3_right {
  padding-left: 90px;
}

.s3_title2 {
  color: #fff;
  margin: 70px 0 20px 0;
  font-weight: 600;
  font-size: 24px;
}

.s3_text {
  color: #fff;
  line-height: 1.7;
  margin-bottom: 80px;
}

.bbc {
  background-color: #ffe222;
  margin: 30px auto;
}

.footer {
  background-color: #1a324b;
  font-size: 14px;
  color: #eee;
  padding-top: 50px;
}

.f_title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 15px;
}

.footer p {
  margin: 15px 0;
}

.f1 {
  padding-right: 20px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}

.f1 li {
  margin-bottom: 10px;
}

.tiao2 {
  border-top: 1px solid #888;
  margin-top: 30px;
  padding: 20px;
  text-align: right;
}

.wx_box {
  display: inline-block;
  margin: 0px 18px 0 27px;
  text-align: center;
  font-size: 12px;
}

.wx_box p {
  margin: 5px 0;
}
.f2_title {
  background-color: #d0e5ef;
  color: #999999;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.bgf {
  padding: 35px 0;
}

.t_text {
  color: #383737;
  font-size: 14px;
  padding: 128px 50px;
  line-height: 30px;
  text-indent: 2em;
}

.c_box {
      display: inline-block;
    vertical-align: top;
    width: 65%;
}

.c_f img{
    margin: 0 20px 0 50px;
}

.c_f {
  font-size: 14px;
  color: #999999;
}

.c_title {
  text-align: center;
  color: #888;
  font-size: 24px;
  font-weight: 600;
}

.c_title2 {
    text-align: center;
  font-size: 16px;
  color: #666;
      margin-bottom: 45px;
}

.map {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px dashed #999999;
}

.pd10 {
  padding: 10px;
  box-sizing: border-box;
}

.pure-button {
  
}

.bbaq {
      margin: 15px auto;
    width: 117px;
}
