* {
  margin: auto;
  padding: 0;
  font-family: '微软雅黑';
}
li {
  list-style: none;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
.padT80 {
  padding-top: 80px;
}
.padD80 {
  padding-bottom: 80px;
}
.title {
  text-align: center;
}
.title p span {
  padding: 0 20px;
}
.title h2 {
  color: #666;
}
.title p {
  color: #888;
  line-height: 1.8;
}
.title > span {
  color: #888;
  position: relative;
  top: -5px;
}
.text-left {
  text-align: left !important;
}
.title a {
  margin-top: 10px;
  margin-bottom: 20px;
}
.bgGrey {
  box-shadow: 0 -5px 20px #dfdfdf inset;
  background-color: #eeeeee;
}
.bgWhite {
  background-color: #fcfcfc;
  padding: 40px 40px 80px;
}
.btn-primary {
  background-color: #167ed4;
  padding: 10px 25px;
}
.btn-primary:hover {
  background-color: #2a93e8;
  border-color: #2a93e8;
}
.nullSpace {
  width: 100%;
  height: 100px;
}
/*nav*/
.navbar {
  margin: 0;
  box-shadow: 0 0 10px #ccc;
  z-index: 10;
  width: 100%;
  transition: all 1s;
}
.navbar-default {
  border: none;
  background-color: #ffffff;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  height: 100px;
  padding: 20px;
}
.navbar-brand h1 {
  font-size: 32px;
  color: #167ed4;
  padding-top: 15px;
}
.navbar-brand h1 span {
  padding: 0 5px;
  color: #ccc;
  font-size: 24px;
}
.navbar-nav {
  padding-top: 30px;
  padding-bottom: 20px;
}
.navbar-nav li a {
  font-size: 16px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #085fc1;
  color: #ffffff;
}
/*banner*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.equip {
  background-color: #085fc1;
}
.equip ul {
  padding: 20px 0 10px;
  margin-bottom: 0;
}
.equip ul li {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.equip li strong {
  font-size: 32px;
  font-weight: bold;
}
.equip li span {
  font-size: 12px;
  display: inline-block;
  width: 20px;
  padding-left: 5px;
}
/*roate*/
.roList li {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.roList li img {
  width: 100%;
  transition: all 0.3s;
}
.roList li:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.roList li:hover div {
  left: 0;
  transition: all 0.3s;
}
.roList li div {
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: -80%;
  width: 80%;
  display: inline-block;
  margin: 0;
  background-color: rgba(50, 50, 255, 0.8);
  color: #ffffff;
  text-align: center;
}
.roList li div h4:after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: auto;
  margin-top: 10px;
}
/*service*/
.service .bgWhite {
  padding: 50px;
}
.serList li > div {
  margin-bottom: 20px;
  border: 2px solid #ddd;
}
.serList li img {
  float: left;
  margin-left: 10px;
  margin-top: 30px;
}
.serList .serCon {
  margin-left: 65px;
  margin-right: 10px;
}
.serList .serCon p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.serList li h3 {
  color: #777;
}
.serList li p {
  color: #888;
}
/*space*/
.space img {
  width: 100%;
  box-shadow: 0 0 10px #000000;
}
/*about*/
.about img {
  width: 100%;
  box-shadow: 8px 8px 10px #aaa;
  margin-bottom: 20px;
}
.about .abCon {
  color: #888;
  line-height: 1.8;
  font-size: 15px;
  margin-left: 20px;
}
.about .abCon span {
  color: #085fc1;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 3px;
  font-weight: bold;
}
.about a {
  margin: 10px 0px 0;
}
/*news*/
.newsImg {
  position: relative;
}
.newsImg li img {
  width: 100%;
}
.newsImg li {
  opacity: 0;
  transition: all 0.4s;
  top: 0;
  left: 0;
  position: absolute;
}
.newsImg li:nth-child(1) {
  position: relative;
}
.newsImg li.active {
  opacity: 1;
  transition: all 0.2s;
}
.newsTime {
  float: left;
  padding-top: 10px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s;
}
.newsCon {
  position: relative;
  margin-left: 100px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
  padding-bottom: 30px;
  padding-top: 6px;
}
.newsCon p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsCon h3 {
  margin-top: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  transition: all 0.3s;
}
.newsCon .circle {
  position: absolute;
  left: -7px;
  top: 13px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #ddd;
  transition: all 0.3s;
}
.newsCon .circle span {
  display: inline-block;
  margin: 2px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #aaa;
  vertical-align: top;
  transition: all 0.3s;
}
.newsArt li.active h3 {
  color: #167ed4;
  transition: all 0.3s;
}
.newsArt li.active .circle {
  background-color: rgba(0, 0, 255, 0.2);
  transition: all 0.3s;
}
.newsArt li.active .circle span {
  background-color: #167ed4;
  box-shadow: 0 0 10px #167ed4;
  transition: all 0.3s;
}
.newsArt li.active .newsTime {
  color: #167ed4;
  transition: all 0.3s;
}
/*footer*/
footer {
  background: url(../images/footer.jpg);
}
footer p {
  color: #ffffff;
}
footer form {
  width: 100%;
  padding-left: 30%;
}
footer form input {
  width: 100%;
  height: 35px;
  font-size: 16px;
  padding-left: 20px;
  line-height: 35px;
}
footer form textarea {
  height: 100px;
  width: 100%;
}
footer form p {
  padding: 10px;
  margin: 0;
}
footer form p:nth-child(1) {
  padding-top: 0;
}
.address p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  line-height: 1.8;
}
.address div {
  margin-top: 50px;
}
.address div:after {
  display: block;
  clear: both;
  content: '';
}
.address div img {
  float: left;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
}
.address div ul {
  margin-left: 20px;
  float: left;
}
.address div ul li span {
  padding-right: 10px;
}
.address div ul li {
  color: #ffffff;
  line-height: 25px;
}
footer form a {
  margin-top: 10px;
}
.reserve {
  border-top: solid 1px #2d2d2d;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}
.reserve a {
  color: #ffffff;
}
/*abPg*/
.abPg .banner img {
  width: 100%;
}
.abPg .space {
  margin-top: 20px;
}
.abPg .about.bgGrey {
  box-shadow: none;
}
.abPg .worth {
  background-color: #eee;
}
.abPg .worth img {
  width: 100%;
}
.abPg .worth > div div {
  background-color: #167ed4;
}
.abPg .worth h3 {
  color: #ffffff;
  padding-left: 20px;
}
.abPg .worth p {
  color: #fff;
  line-height: 1.8;
  padding: 20px;
}
.abPg .row > div:nth-child(1) {
  background-color: #ffffff;
}
.abPg .row > div:nth-child(2) {
  padding-top: 30px;
}
/*serPg*/
.serPg .banner img {
  width: 100%;
}
.serDetail li {
  padding-left: 20px;
  padding-bottom: 50px;
}
.serDetail li h3 {
  color: #666;
}
.serDetail li div {
  font-size: 16px;
  padding-top: 20px;
  line-height: 1.8;
  color: #888;
}
.serDetail li img {
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .serDetail li img {
    width: 100%;
    padding-right: 0;
  }
}
/*nePg*/
.nePg .banner img {
  width: 100%;
}
.nePg .neliTime {
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 20px;
  text-align: center;
  background-color: #167ed4;
}
.nePg .neliTime h3,
.nePg .neliTime p {
  color: #ffffff;
}
.nePg .neliTime h3 {
  margin-top: 15px;
}
.nePg .neliCon {
  margin-left: 100px;
  display: block;
}
.newsList ul {
  padding-top: 60px;
  border-top: solid 1px #ddd;
}
.newsList ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #aaa;
}
.newsList ul li:last-child {
  border-bottom: none;
}
.newsList ul li h3 {
  color: #666;
  font-size: 20px;
}
.newsList ul li p {
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList ul li a:hover h3 {
  color: #167ed4;
}
.page {
  text-align: center;
}
.page ul {
  border: none;
  padding-top: 20px;
}
.page li.active {
  background-color: #167ed4;
  color: #ffffff;
}
.newsDetail > div {
  text-align: center;
}
.newsDetail > div img {
  width: 50%;
  margin: -20px 30px 20px;
  float: left;
}
.newsDetail > div {
  line-height: 2;
  color: #888;
  margin: 10px 0;
  text-align: left;
  font-size: 15px;
}
/*conPg*/
.conPg .banner img {
  width: 100%;
}
.conPg .contact li {
  text-align: center;
  font-size: 16px;
  color: #888;
}
.conPg .contact li p {
  margin-top: 40px;
}
.map iframe {
  border: none;
}
.map {
  position: relative;
}
.map .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*repsonsive*/
@media only screen and (max-width: 768px) {
  footer form {
    padding-left: 0%;
  }
  .padT80 {
    padding-top: 30px;
  }
  .padD80 {
    padding-bottom: 30px;
  }
  .roList li h4 {
    font-size: 14px;
  }
  .roList li p {
    font-size: 12px;
  }
  .equip {
    display: none;
  }
  .nullSpace {
    height: 50px !important;
  }
  .navbar-brand h1 {
    margin: 0 !important;
    padding: 0;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 24px;
  }
  .navbar-brand img {
    height: 40px;
    padding-top: 10px;
    padding-left: 20px;
    padding: 10px 0 0 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .abPg .row > div:nth-child(1) {
    background-color: #167ed4;
  }
}
