body {
  color: #333333;
  overflow-x: hidden;
}
@media (max-width: 1231px) {
  body {
    overflow-x: unset;
  }
}
* {
  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;
}
a {
  color: inherit !important;
}
section {
  margin-bottom: 0;
}
blockquote::before {
  bottom: auto;
  border-radius: 0.25rem;
  padding: 0.25em 0;
  height: 43px;
  top: 16px;
}
.h100 {
  height: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-aaa {
  color: #aaa;
}
.s-title-po {
  position: relative;
}
.s-title-icon {
  background-image: url('../images/icon-yuan.png');
  background-size: 100%;
  width: 6.25rem;
  height: 6.25rem;
}
.s-title {
  font-size: 3rem;
  line-height: 3rem;
  line-height: 1;
  color: #666;
  text-transform: uppercase;
  font-style: italic;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  margin-top: -1.5rem;
}
.s-subtitle {
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  margin-left: 6.25rem;
  margin-top: -0.8125rem;
}
.s-subtitle .main {
  font-size: 1.75rem;
  color: #333333;
  margin: 0;
  letter-spacing: 2px;
}
.s-subtitle > i {
  width: 1px;
  background-color: #999999;
  height: 1.25rem;
  margin: 0 0.9375rem;
}
.s-subtitle .sub {
  margin: 0;
  font-size: 0.875rem;
  color: #999999;
  letter-spacing: 1px;
}
.s-box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  overflow: hidden;
}
.s-box2 > img {
  width: 100%;
  height: 100%;
}
.s-more {
  width: 9.375rem;
  display: flex;
  align-items: center;
}
.s-more:hover .s-more-r {
  transform: translateX(0.625rem);
  color: #bf1427;
}
.s-more:hover .s-more-img > img:first-child {
  display: none;
}
.s-more:hover .s-more-img > img:last-child {
  display: block;
}
.s-more-quan {
  border-width: 0.375rem;
  border-color: #a72f24;
  border-style: solid;
  border-radius: 50%;
  opacity: 0.102;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  display: block;
}
.s-more-r {
  display: flex;
  align-items: center;
  position: relative;
  left: -1.875rem;
  color: #aaa;
  height: 100%;
  transition: all 0.2s linear;
}
.s-more-r > p {
  font-size: 0.875rem;
  letter-spacing: 2px;
  white-space: nowrap;
}
.s-more-img {
  width: 3.125rem;
  float: left;
  display: block;
  margin-right: 0.625rem;
}
.s-more-img > img {
  width: 100%;
}
.s-more-img > img:first-child {
  display: block;
}
.s-more-img > img:last-child {
  display: none;
}
.s-hr {
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  width: 80%;
}
.s-hr::after,
.s-hr::before {
  width: 45%;
  width: calc(50% - 50px);
  display: block;
  content: "";
  height: 1px;
  background-color: #bf1427;
  top: 20px;
  position: absolute;
}
.s-hr::after {
  left: 0;
}
.s-hr::before {
  right: 0;
}
.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,
.s-box-circle.active .s-circle .ctop {
  width: 100%;
}
.s-box-circle:hover .s-circle .cright,
.s-box-circle.active .s-circle .cright {
  height: 100%;
}
.s-box-circle:hover .s-circle .cbottom,
.s-box-circle.active .s-circle .cbottom {
  width: 100%;
}
.s-box-circle:hover .s-circle .cleft,
.s-box-circle.active .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 {
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.s-box-circle .s-circle .cright {
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.s-box-circle .s-circle .cbottom {
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
}
.s-box-circle .s-circle .cleft {
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
}
.s-cir {
  width: 200px;
  height: 200px;
  border-width: 100px;
  position: relative;
  vertical-align: middle;
  transition: 0.5s;
  cursor: pointer;
  transition: 1s;
  text-align: center;
  color: #434343;
  font-weight: bold;
  line-height: 200px;
  font-size: 50px;
}
.s-cir::before {
  border-left: 2px solid #bf1427;
  border-bottom: 2px solid #bf1427;
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  /* IE 9 */
  -moz-transform-origin: 0% 100%;
  /* Firefox */
  -webkit-transform-origin: 0% 100%;
  /* Safari 和 Chrome */
  -o-transform-origin: 0% 100%;
  /* Opera */
}
.s-cir::after {
  border-top: 2px solid #bf1427;
  border-right: 2px solid #bf1427;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -moz-transform-origin: 100% 0%;
  /* Firefox */
  -webkit-transform-origin: 100% 0%;
  /* Safari 和 Chrome */
  -o-transform-origin: 100% 0%;
  /* Opera */
}
.s-cir::before,
.s-cir::after {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  /* Opera */
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  box-sizing: border-box;
  transition: 1s;
}
.s-cir:hover::before,
.s-cir:hover::after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  /* Opera */
}
.s-cir2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.s-cir2:hover::after {
  border-top-color: #bf1427;
  border-right-color: #bf1427;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.s-cir2::before {
  right: 0px;
  bottom: 0px;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}
.s-cir2:hover::before {
  border-bottom-color: #bf1427;
  border-left-color: #bf1427;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.s-cir2::after {
  left: 0px;
  top: 0px;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.s-cir2:hover::after {
  border-top-color: #bf1427;
  border-right-color: #bf1427;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.s-cir2::before,
.s-cir2::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.s-cir2:hover::before,
.s-cir2:hover::after {
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1619px) {
  .s-title2 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .s-title2-sub {
    font-size: 35px;
    line-height: 1.5;
  }
}
@media (max-width: 760px) {
  .s-title {
    font-size: 22px;
    line-height: 1.5;
    left: 30px;
    top: 50%;
    margin-top: -20px;
  }
  .s-subtitle {
    font-size: 20px;
    margin-top: -14px;
  }
  blockquote::before {
    bottom: auto;
    padding: 0.25em 0;
    height: 25px;
    top: 10px;
  }
  .s-title-icon {
    background-image: url('../images/icon-yuan.png');
    background-size: 100%;
    width: 60px;
    height: 60px;
  }
  .s-subtitle {
    margin-left: 50px;
  }
  .s-subtitle .main {
    font-size: 16px;
    white-space: nowrap;
  }
  .s-subtitle .sub {
    white-space: nowrap;
  }
  .s-subtitle > i {
    margin: 0 5px;
  }
}
.pt110 {
  padding-top: 110px;
}
.pb80 {
  padding-bottom: 80px;
}
.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-box34 {
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.s-box34 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-box916 {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.s-box916 > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-vertical-center {
  position: absolute;
  left: 50%;
  top: 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;
}
.s-margin-auto {
  margin: 0 auto;
  display: block;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  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;
}
.clr {
  width: 100%;
}
.pagelist {
  text-align: center;
  font-size: 16px;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.pagelist li {
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  border: 1px #aaa solid;
  transition: all 0.5s;
  overflow: hidden;
}
.pagelist li:hover {
  background-color: #bf1427;
  color: #fff;
}
.pagelist li:hover > a {
  color: #fff !important;
}
.pagelist li.disabled {
  background-color: transparent !important;
  cursor: not-allowed;
  color: inherit;
}
.pagelist li.active {
  background-color: #bf1427 !important;
  color: #fff !important;
}
.pagelist li.active > span {
  color: #fff !important;
}
.pagelist li a,
.pagelist li span {
  display: block;
  text-align: center;
  color: #aaa !important;
}
.s-home-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  padding-right: 1rem;
}
.s-home-nav .home {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background: url('../images/home.png') no-repeat center / 100%;
  margin-right: 5px;
}
.s-home-nav a {
  color: #aaa;
}
.s-home-nav a:hover {
  color: #bf1427;
}
.s-home-nav span:last-child {
  color: #bf1427;
}
.s-content img {
  max-width: 100%;
}
.s-content iframe {
  max-width: 100%;
}
.s-next-prev {
  padding-left: 2.8125rem;
  color: #666;
  margin-top: 1.875rem;
}
.s-next-prev a:hover {
  color: #bf1427 !important;
}
@media (max-width: 760px) {
  .pagelist {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .s-next-prev {
    padding-left: 0;
  }
  .s-home-nav {
    justify-content: flex-start;
  }
}
@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) {
  .s-subtitle {
    font-size: 14px;
  }
  .pt110 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .s-more {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .s-hr::after,
  .s-hr::before {
    width: 47%;
    width: calc(50% - 30px);
  }
  .s-hr img {
    transform: scale(0.9);
  }
}
@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) {
}
