﻿/* Scss Document */
/* 日期2019年9月18日
许伟杰

*/
a,
a:link,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
}

a:hover {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  background: url(../images/bg-body.jpg) no-repeat center top;
  background-size: cover;
  font-family: "simhei";
}

.mainHead {
  padding-top: 0.6rem;
  text-align: center;
}

.mainHead img {
  width: 2.3866666667rem;
  height: 2.3866666667rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}

.mainHead h1 {
  font-size: 0.6133333333rem;
  line-height: 0.6133333333rem;
  margin-bottom: 0.1066666667rem;
  /* letter-spacing: -1px; */
  color: #fff;
  font-weight: bolder;
  text-align: center;
  /* text-shadow: 0 1px 1px rgba(0,0,0,0.7); */
}

.mainHead h1 img {
  width: 8rem;
  height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 0.24rem; */
  margin-top: 0.4rem;
}

.mainHead p {
  font-size: 0.3466666667rem;
  padding-top: 0.1066666667rem;
  color: #fff;
}

.ul-main {
  width: 8.48rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
}

.ul-main li {
  float: left;
  width: 2.8rem;
  height: 2.4rem;
  padding-top: 0.32rem;
  border: 1px solid #7ddbff;
  border-bottom: 0;
  border-left: 0;
  position: relative;
}

.ul-main li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.4133333333rem;
  height: 1.4133333333rem;
}

.img-one {
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 13px;
}

.img-two {
  width: 0.9rem !important;
  height: 1rem !important;
  margin-top: 10px !important;
}

.img-three {
  width: 0.9rem !important;
  height: 1.06rem !important;
  margin-top: 10px;
}

.img-four {
  width: 0.9rem !important;
  height: 1.02rem !important;
  margin-top: 12px;
}

.img-five {
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 12px !important;

}

.img-six {
  width: 1.1rem !important;
  height: 0.8rem !important;
  margin-top: 18px;
}

.img-seven {
  width: 1.55rem !important;
  height: 0.5rem !important;
  margin-top: 26px;
}

.img-eight {
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 10px;
}

.img-nine {
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 12px;
}

.ul-main li p {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0.4266666667rem;
  font-size: 0.4266666667rem;
  color: #fff;
}

.ul-main li:nth-child(1) {
  background: rgba(0, 180, 255, 0.8);
  border-radius: 14px 0 0 0;
  -webkit-border-radius: 14px 0 0 0;
  -moz-border-radius: 14px 0 0 0;
  -ms-border-radius: 14px 0 0 0;
  -o-border-radius: 14px 0 0 0;
}

.ul-main li:nth-child(2) {
  background: rgba(0, 114, 213, 0.4);
}

.ul-main li:nth-child(3) {
  background: rgba(0, 180, 255, 0.8);
  border-radius: 0 14px 0 0;
  -webkit-border-radius: 0 14px 0 0;
  -moz-border-radius: 0 14px 0 0;
  -ms-border-radius: 0 14px 0 0;
  -o-border-radius: 0 14px 0 0;
}

.ul-main li:nth-child(4) {
  /* background: rgba(109, 1, 208, 0.16); */
  background: rgba(0, 114, 213, 0.4);
}

.ul-main li:nth-child(5) {
  background: rgba(0, 180, 255, 0.8);
}

.ul-main li:nth-child(6) {
  /* background: rgba(109, 1, 208, 0.16); */
  background: rgba(0, 114, 213, 0.4);
}

.ul-main li:nth-child(7) {
  background: rgba(0, 180, 255, 0.8);
  border-radius: 0 0 0 14px;
  -webkit-border-radius: 0 0 0 14px;
  -moz-border-radius: 0 0 0 14px;
  -ms-border-radius: 0 0 0 14px;
  -o-border-radius: 0 0 0 14px;
}

.ul-main li:nth-child(8) {
  /* background: rgba(109, 1, 208, 0.16); */
  background: rgba(0, 114, 213, 0.4);
}

.ul-main li:nth-child(9) {
  background: rgba(0, 180, 255, 0.8);
  border-radius: 0 0 14px 0;
  -webkit-border-radius: 0 0 14px 0;
  -moz-border-radius: 0 0 14px 0;
  -ms-border-radius: 0 0 14px 0;
  -o-border-radius: 0 0 14px 0;
}

footer {
  text-align: center;
  color: #fff;
  clear: both;
  padding-top: 1.1rem;
  /*  display: flex;
  flex-direction: column;*/
}

footer h1 {
  line-height: 0.4266666667rem;
  font-size: 0.4266666667rem;
  color: #fff;
  padding-bottom: 10px;
}

footer p {
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.3);
}

footer p span {
  color: #fff;
}

.title {
  width: 4.7333333333rem;
  height: 3.9333333333rem;
  padding-top: 0.1066666667rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  margin-bottom: 2.6rem;
}

.title img {
  width: 100%;
  height: 100%;
}

.title h1 {
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
}

.title p {
  position: absolute;
  left: 0;
  top: 1.2533333333rem;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
}

.ul-nav {
  width: 7.8933333333rem;
  margin-left: auto;
  margin-right: auto;
}

.ul-nav li {
  width: 7.84rem;
  height: 1.28rem;
  line-height: 1.28rem;
  font-size: 0.5333333333rem;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 0.4rem;
  border-radius: 1.3333333333rem;
  background: url(../images/nav-bg.png) center center;
}

.ul-nav li a,
.ul-nav li a:link,
.ul-nav li a:visited {
  display: block;
  color: #fff;
}

header.subHead {
  height: 3.0533333333rem;
  background: url(../images/subBanner.jpg) no-repeat center top;
  background-size: cover;
  padding-left: 0.56rem;
  padding-right: 0.56rem;
  padding-top: 0.8rem;
  position: relative;
  box-sizing: border-box;
}

header.subHead img {
  position: absolute;
  left: 0.5333333333rem;
  top: 0.7066666667rem;
  width: 1.6666666667rem;
  height: 1.64rem;
}

header.subHead h1 {
  padding-left: 1.76rem;
  font-size: 0.5rem;
  line-height: 0.6933333333rem;
  color: #fff;
  /* letter-spacing: -2px; */
}

header.subHead h1 img {
  width: 8.6866666667rem;
  height: 1.3866666667rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.24rem;
}

.detail {
  padding: 0 0.5333333333rem 0.5333333333rem 0.5333333333rem;
}

.detail p {
  text-indent: 0.9rem;
}

.location {
  height: 1.28rem;
  line-height: 1.28rem;
  font-size: 0.5333333333rem;
  color: #2a95da;
  border-bottom: 1px solid #c9c9c9;
  padding-left: 0.5866666667rem;
  margin-bottom: 0.4rem;
  position: relative;
  margin-left: 0.56rem;
  margin-right: 0.56rem;
}

.location img {
  width: 0.44rem;
  height: 0.56rem;
  position: absolute;
  left: 0;
  top: 0.3466666667rem;
}

.detail p {
  font-size: 0.4266666667rem;
  line-height: 0.7466666667rem;
  color: #333;
  text-align: justify;
  margin-bottom: 0.4rem;
}

.detail p img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.2666666667rem;
  margin-left: auto;
  margin-right: auto;
}