body {
  color: #333333;
  overflow-x: hidden;
}
* {
  outline: none;
}
b {
  font-weight: normal !important;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul,
ol,
dl {
  margin: 0;
}
button,
img {
  outline: none;
}
a:focus {
  outline: none;
}
section {
  margin-bottom: 0;
}
blockquote::before {
  bottom: auto;
  border-radius: 0.25rem;
  padding: 0.25em 0;
  height: 43px;
  top: 16px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-aaa {
  color: #aaa;
}
.s-title {
  font-size: 2.5rem;
  letter-spacing: 7px;
  color: #333333;
}
.s-title-big {
  font-size: 8.125rem;
  color: #f5f5f5;
  height: 3.125rem;
  line-height: 6.875rem;
  padding-left: 0.625rem;
  font-weight: bold;
}
.s-more {
  width: 8.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border: 1px #1963ce solid;
  text-align: center;
  font-size: 1rem;
  color: #1963ce;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#1963ce), to(#67b4e8));
  background-image: linear-gradient(to right, #1963ce, #67b4e8);
  background-size: 0% 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.s-more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.s-more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.s-subtitle {
  font-size: 1.25rem;
  margin-top: 0.75rem;
}
.s-title-info {
  font-size: 0.875rem;
  color: #aaaaaa;
  margin-top: 1rem;
  letter-spacing: 3px;
}
.s-letter1 {
  letter-spacing: 1px;
}
.s-letter2 {
  letter-spacing: 2px;
}
.s-letter3 {
  letter-spacing: 3px;
}
.s-letter5 {
  letter-spacing: 4px;
}
.s-letter5 {
  letter-spacing: 5px;
}
.s-letter8 {
  letter-spacing: 8px;
}
.s-letter10 {
  letter-spacing: 10px;
}
.s-box-circle:hover .s-circle .ctop {
  width: 100%;
}
.s-box-circle:hover .s-circle .cright {
  height: 100%;
}
.s-box-circle:hover .s-circle .cbottom {
  width: 100%;
}
.s-box-circle:hover .s-circle .cleft {
  height: 100%;
}
.s-box-circle .s-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s-box-circle .s-circle .ctop {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.s-box-circle .s-circle .cright {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.s-box-circle .s-circle .cbottom {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
}
.s-box-circle .s-circle .cleft {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
}
@media (max-width: 760px) {
  .s-title {
    font-size: 1.5rem;
  }
  .s-title-big {
    font-size: 5rem;
    height: 3.125rem;
    line-height: 6.875rem;
    padding-left: 0.625rem;
    font-weight: bold;
  }
  blockquote::before {
    bottom: auto;
    padding: 0.25em 0;
    height: 25px;
    top: 10px;
  }
}
.pt110 {
  padding-top: 6.875rem;
}
.pb80 {
  padding-bottom: 5rem;
}
.s-box21 {
  width: 100%;
  padding-bottom: 50%;
  height: 0;
  position: relative;
}
.s-box21 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box11 {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.s-box11 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box32 {
  width: 100%;
  padding-bottom: 66.66666667%;
  height: 0;
  position: relative;
}
.s-box32 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.s-line-clamp1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.s-line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.s-line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.margin-auto {
  margin: 0 auto;
}
p {
  margin: 0;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 760px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 992px) {
  .pt110 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 760px) {
  .pt110 {
    padding-top: 1.25rem;
  }
  .pb80 {
    padding-bottom: 1rem;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-kefu:before {
  content: "\e600";
}
.icon-jiangbei:before {
  content: "\e692";
}
.icon-weixin:before {
  content: "\e614";
}
.icon-jiantou:before {
  content: "\e509";
}
.icon-dizhi:before {
  content: "\e608";
}
.icon-Fill:before {
  content: "\e619";
}
.icon-email:before {
  content: "\e6a1";
}
.icon-dianhua:before {
  content: "\e676";
}
.icon-dianhua1:before {
  content: "\e63d";
}
.icon-up:before {
  content: "\e504";
}
.icon-yanfa:before {
  content: "\e697";
}
.icon-chanpin:before {
  content: "\e65f";
}
.icon-home:before {
  content: "\e613";
}
.icon-chuanzhen:before {
  content: "\e853";
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
}
