@charset "utf-8";
/* CSS Document */
/*清除内外边距*/
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, li, table, th, td, span, img, dl, dd, dt, input, textarea, button {
  padding: 0;
  margin: 0;
}
body {
  background: #f6f8fa;
}
/*设置字体*/
body, textarea, button, input, select {
  font-family: "Microsoft Yahei";
  font-size: 12px;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
em {
  font-style: normal;
}
/*设置列表*/
ul, ol {
  list-style: none;
}
/*设置通用链接*/
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  color: #FF0000;
}
/*清除浮动*/
.jumbotron {
  position: relative;
  background-color: #0a9ef9;
  background-image: linear-gradient(to bottom, #00acdf, #0a9ef9);
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.top {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
}
.top-l {
  width: 55%;
}
.top-l .logo img {
  width: 50%;
}
.top-r {
  width: 45%;
}
.top-r img {
  width: 100%;
}
.top-tit {
  font-size: 40px;
  margin-bottom: 8px;
  color: #ff0;
  margin-top: 32px;
}
.top-ftit p {
  margin-top: 4px;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}
.jumbotron-tips {
  position: relative;
  display: block;
  margin-top: 24px;
  margin-bottom: -20px;
  font-size: 14px;
  padding: 12px 16px;
  text-align: center;
  color: #ff0;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .15) 50%, transparent);
  border-radius: 12px;
}
.down {
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #FFF;
  width: 160px;
  margin-top: 60px;
}
.down img {
  margin-right: 5px;
  width: 35px;
}
.down:hover {
  background: #fff3;
  cursor: pointer;
}
.gradient-bg {
  position: relative;
}
.gradient-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background-image: linear-gradient(to bottom, #0a9ef9, #f6f8fa);
  z-index: -1;
}
.item-box {
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 15px;
  padding: 30px 15px;
}
.card-title {
  font-size: 24px;
  color: #025df6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-title:before, .card-title:after {
  width: 8px;
  height: 8px;
  box-shadow: -10px 10px #3c85ff4d, -20px 20px #3c85ff1a;
  background-color: #3c85ff80;
  transform: rotate(45deg);
  content: "";
  display: block;
  margin: 0 20px;
}
.card-title:before {
  box-shadow: -10px 10px #3c85ff4d, -20px 20px #3c85ff1a;
}
.card-title:after {
  box-shadow: 10px -10px #3c85ff4d, 20px -20px #3c85ff1a;
}
.card-subtitle:before {
  background: linear-gradient(to right, transparent, #e5e5e5);
}
.card-subtitle:after {
  background: linear-gradient(to right, #e5e5e5, transparent);
}
.card-subtitle {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.card-subtitle:before, .card-subtitle:after {
  width: 48px;
  margin: 0 20px;
  background: linear-gradient(to right, transparent, #e5e5e5);
  content: "";
  display: block;
  height: 1px;
}
.map {
  overflow: hidden;
  padding: 80px 0;
}
.map img {
  display: block;
  width: 100%;
  transform: scale(1.2);
}
.safe {
  text-align: center;
  padding: 50px 0;
}
.safe-pic img {
  width: 108px;
  margin-bottom: 10px;
}
.safe-tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.safe-ftit {
  font-size: 16px;
  color: #666;
}
.youshi {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.ys-item {
  width: calc(33.3333% - 20px);
  margin: 10px;
}
.ys-pic {
  text-align: center;
  margin-bottom: 10px;
}
.ys-pic img {
  max-width: 64px;
}
.ys-txt {
  text-align: center;
}
.ys-txt .t1 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.ys-txt .t2 {
  font-size: 16px;
  color: #666;
}
.copyright {
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #333;
}
@media (max-width:768px) {
  .container {
    width: 100%;
  }
  .top {
    padding: 60px 0 40px 0;
  }
  .top-l {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .top-r {
    width: 100%;
    padding: 10px;
  }
  .down {
    margin: 60px auto;
  }
  .map {
    padding: 20px 0;
  }
  .youshi {
    padding: 20px 0;
  }
  .ys-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
  }
  .ys-txt {
    text-align: left;
  }
  .ys-pic {
    width: 33%;
  }
  .ys-txt {
    width: 65%;
  }
  .top-tit{font-size:36px; margin-bottom:15px;}
  .card-subtitle{font-size:14px;}
}