/* 全局样式 start */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  background-color: #f9f9f9;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  position: relative;
}

*::-webkit-scrollbar-corner,
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-track {
  border-radius: 5px;
}

*::-webkit-scrollbar-corner,
*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  cursor: pointer;
}

.clear {
  overflow: hidden;
}

.sf-flex {
  flex: 1;
}

.sf-header {
  background-color: #fff;
}

.sf-content_width {
  width: 1200px;
  margin: auto;
}

.sf-topbar {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #231916;
  display: none;
}

.sf-topbar .sf-topbar_info {
  width: 1200px;
  margin: auto;
  position: relative;
}

.sf-topbar .sf-topbar_info .notice {
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 0;
}

.sf-topbar_info .notice i, .sf-topbar_info .language i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.sf-topbar_info .notice span, .sf-topbar_info .language span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.sf-topbar .sf-topbar_info .language {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.sf-top_info {
  height: 76px;
  position: relative;
}

.sf-logo {
  height: 30px;
  /* height: 60px; */
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  margin: auto;
  display: block;
}

.sf-logo_text {
  height: 36px;
  line-height: 36px;
  font-size: 30px;
  font-weight: bold;
  color: #231916;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.sf-logo_text span {
  font-size: 20px;
  margin-left: 10px;
}

.ri-info {
  height: 76px;
  line-height: 76px;
  font-size: 0;
  position: absolute;
  right: 0;
}

.ri-info .agent-link {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.ri-info .number {
  height: 76px;
  line-height: 76px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.ri-info .number>img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.ri-info .number>span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.ml-10 {
  margin-left: 10px;
}

.sf-nav_bar {
  height: 98px;
  /* background-color: #231916; */
  background-color: #e21937;
  position: relative;
}

.sf-nav {
  height: 98px;
  line-height: 98px;
  text-align: center;
  /* overflow: hidden; */
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 1px;
}

.sf-nav .sf-nav_item {
  /* width: 120px; */
  height: 98px;
  line-height: 98px;
  font-size: 16px;
  font-weight: 600;
  color: #e21937;
  flex: 1;
  position: relative;
  background-color: #fff;
  /* float: left; */
}

.sf-nav_bg {
  width: 100%;
  height: 98px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sf-nav_bg .left {
  width: 50%;
  height: 98px;
  float: left;
  background-color: #e21937;
}

.sf-nav_bg .right {
  width: 50%;
  height: 98px;
  float: left;
  background-color: #fff;
}

/* .sf-nav .sf-nav_item:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    margin: auto;
    background-color: #fff;
    opacity: .5;
} */
.sf-nav .sf-nav_item:last-child:after {
  display: none;
}

/* .sf-nav .sf-nav_item:hover, .sf-nav .sf-nav_item.active {
    background-color: #e21937;
}
.sf-nav .sf-nav_item:hover > a, .sf-nav .sf-nav_item.active > a {
    color: #fff;
} */
.sf-nav .sf-nav_item.active {
  background-color: #e21937;
}

.sf-nav .sf-nav_item.active>a {
  color: #fff;
}

.sf-nav .sf-nav_item>a {
  color: #e21937;
  padding: 10px 0 10px 45px;
  margin: 0 16px;
}

.sf-nav .sf-nav_item>a.home {
  background: url(../images/icon-sprite.png) no-repeat 0 0;
}

.sf-nav .sf-nav_item>a.service {
  background: url(../images/icon-sprite.png) no-repeat 0 -40px;
}

.sf-nav .sf-nav_item>a.message {
  background: url(../images/icon-sprite.png) no-repeat 0 -80px;
}

.sf-nav .sf-nav_item>a.about {
  background: url(../images/icon-sprite.png) no-repeat 0 -120px;
}

.sf-nav .sf-nav_item>a.need {
  background: url(../images/icon-sprite.png) no-repeat 0 -160px;
}

/* .sf-nav .sf-nav_item:hover > a, .sf-nav .sf-nav_item.active > a {
    background-image: url(../images/icon-sprite-on.png) !important;
} */
.sf-nav .sf-nav_item.active>a {
  background-image: url(../images/icon-sprite-on.png) !important;
}

.inner-nav {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
}

.inner-nav_item {
  height: 50px;
  line-height: 50px;
  color: #e21937;
  margin: 0 16px;
  border-bottom: 1px dashed #e21937;
}

.inner-nav_item:last-child {
  border-bottom: 0;
}

.sf-banner {
  min-width: 1200px;
  height: 386px;
  position: relative;
}

.sf-banner_inner {
  max-width: 1920px;
  width: 100%;
  height: 386px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.sf-banner_inner>img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.sf-banner_inner .banner-text_box {
  width: 1200px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  padding: 80px 0;
  margin: auto;
}

.sf-banner_inner .banner-text_box .l-banner_text {
  font-size: 36px;
  margin: 90px 0 50px;
}

.sf-banner_inner .banner-text_box .s-banner_text {
  font-size: 20px;
}

.sf-title {
  color: gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sf-title_chinese {
  color: #231916;
  font-size: 36px;
}

.sf-title_chinese::before {
  content: '————————————';
  color: #F0F0F0;
  font-size: 18px;
  margin-right: 20px;
}

.sf-title_chinese::after {
  content: '————————————';
  color: #F0F0F0;
  font-size: 18px;
  margin-left: 20px;
}

.sf-title_top {
  color: #231916;
  font-size: 36px;
}

.sf-title_top::before {
  content: '————————————';
  color: #F0F0F0;
  font-size: 18px;
  margin-right: 20px;
}

.sf-title_top::after {
  content: '————————————';
  color: #F0F0F0;
  font-size: 18px;
  margin-left: 20px;
}

.sf-title_english, .sf-title_bottom {
  color: #716f72;
  font-size: 18px;
}

.sf-title_description {
  margin-top: 23px;
  margin-bottom: 30px;
  width: 920px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.sf-footer {
  text-align: center;
  color: #fff;
  /* color: #7e7e7e; */
  background-color: #2c2c2c;
  border-top: 7px solid #e21937;
  overflow: hidden;
}

.sf-footer_bg {
  overflow: hidden;
  background-color: #373737;
}

.sf-footer_bar {
  height: 80px;
  margin-bottom: 20px;
}

.sf-footer_nav {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 0;
  /* border-bottom: 1px solid #2f2f2f; */
  border-bottom: 1px solid hsla(0, 0%, 84.7%, .2);
}

.sf-footer_nav .item {
  width: 136px;
  height: 80px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.sf-footer_nav .item a {
  color: #fff;
  display: block;
  margin: 0 16px;
}

.sf-contact {
  font-size: 12px;
  /* color: #cdcdcd; */
  color: hsla(0, 0%, 100%, .6);
  margin-bottom: 20px;
}

.sf-contact p {
  margin-bottom: 20px;
}

.sf-contact_number {
  line-height: 18px;
  font-size: 12px;
  /* color: #231916; */
  color: #fff;
  margin-bottom: 10px;
}

.sf-copyright {
  line-height: 22px;
  font-size: 12px;
  color: #999;
  margin: 20px auto;
}

.sf-img_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .5;
}

/* 全局样式 end */

/* 翻转动画样式 start */
.show-animation {
  -webkit-animation: show-animation 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: show-animation 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes show-animation {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@keyframes show-animation {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

/* 翻转动画样式 end */

/* 列表动画样式 start */
.list-animation {
  -webkit-animation: list-animation 2s ease-in-out both;
  animation: list-animation 1.2s ease-in-out both;
}

@-webkit-keyframes list-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  60% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  80% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes list-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  60% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  80% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* 列表动画样式 end */

/* layui全局样式修改 start */
.layui-laydate .layui-this {
  background-color: #e21937 !important;
}

.layui-laydate-footer span:hover {
  color: #e21937 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #e21937 !important;
}
/* layui全局样式修改 end */

/* 三级栏目样式 start */
.page-nav {
  width: 260px;
  margin-right: 20px;
  float: left;
}

.page-nav_title {
  line-height: 50px;
  color: #fff;
  padding: 0 16px;
  background-color: #e21937;
}

.page-nav ul {
  background-color: #eaeaea;
}

.page-nav ul li {
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.page-nav ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #373737;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 16px;
  margin: auto;
}

.page-nav ul li:last-child {
  border-bottom: 0;
}

.page-nav ul li a {
  color: #373737;
  display: block;
}

.page-content {
  width: 920px;
  float: left;
}

/* 三级栏目样式 end */