/*初始化样式*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #333;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
th,
td {
  vertical-align: middle
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2 {
  font-size: 1.17em;
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

p {
  margin: 0;
}

.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.visible-xs,
.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

.dth_wh {
  width: 96%;
  max-width: 1560px;
  display: block;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}

.fixed_ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }

  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}



/* 头部 */
header {
  position: relative;
  z-index: 95;
}

.header_top {}

.header_top .dth_wh {
  align-items: center;
  height: 96px;
}

.logo {
  max-width: 32%;
}

.logo a {
  display: block;
}

.logo img {
  max-width: 100%;
  max-height: 80px;
}

.logo_wz {
  position: relative;
  font-size: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 2.7%;
  padding-left: 1.5%;
}

.logo_wz p:nth-child(1) {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0px;
  color: #555555;
}

.logo_wz p:nth-child(2) {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 0.4em;
}

.header_phone {
  margin-left: auto;
}

.header_phone .tel {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding-left: 60px;
}

.header_phone .tel h4 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #555555;
}

.header_phone .tel p {
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
}

/* 导航 */
nav {
  border-top: 1px solid #ebebeb;
  padding: 12px 0;
}

nav .dth_wh {
  justify-content: space-between;
  align-items: center;
}

.bf-menu {
  justify-content: space-between;
  align-items: center;
  width: 93%;
}

.bf-menu>li {
  position: relative;
}

.bf-menu>li>a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #555555;
  padding: 0.6em 1.5em;
  border-radius: 22px;
}

.bf-menu>li:hover>a,
.bf-menu>li.active>a {
  background-color: #0072c1;
  color: #ffffff;
}

.bf-menu>li:hover>a {}

.bf-menu>li.active>a {}

.bf-menu>li::after {
  content: "";
  display: none;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 100%;
  left: 0;
}

.bf-menu>li:hover::after {
  display: block;
}

.bf-sub-menu {
  position: absolute;
  width: 120%;
  left: -10%;
  top: 100%;
  margin-top: 12px;
  /* transform: translateX(-50%); */
  background: #0072c1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.bf-sub-menu>li:nth-child(n+10) {
  display: none;
}

.bf-sub-menu>li>a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  padding: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.bf-sub-menu>li:hover>a {
  background-color: rgba(255, 255, 255, 0.3);
}

.bf-menu>li .bf-sub-menux {
  display: none;
}

.bf-menu>li .bf-sub-menux li {
  position: relative;
}

.bf-menu>li .bf-sub-menux li a {
  display: block;
}

.bf-menu>li .bf-sub-menux li:hover a {}

/* 搜索 */
.search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 44px;
  position: relative;
}

.search_btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/search2.png);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.search_form {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 12px;
  width: 240px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.search_form #formsearch {
  justify-content: space-between;
  align-items: center;
}

.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 40px;
}

.search_form #formsearch #keyword {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  width: calc(100% - 50px);
}

.search_form #formsearch #keyword::placeholder {
  color: #999999;
}

.search_form #formsearch #s_btn {
  background-color: #0072c1;
  font-size: 0;
  background-image: url("https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(22 / 50 * 100%) auto;
  width: 50px;
}

@media (max-width: 1600px) {}

@media (max-width: 1560px) {
  .logo_wz p:nth-child(1) {
    font-size: 20px;
  }

  .logo_wz p:nth-child(2) {
    font-size: 16px;
  }

  .header_phone .tel {
    padding-left: 55px;
    background-size: 36px auto;
  }

  .header_phone .tel h4 {
    font-size: 18px;
  }

  .header_phone .tel p {
    font-size: 25px;
  }

  .bf-menu>li>a {
    font-size: 18px;
  }

  .search {
    height: 39px;
  }
}

@media (max-width: 1400px) {
  .header_top .dth_wh {
    height: 90px;
  }

  .logo_wz p:nth-child(1) {
    font-size: 18px;
  }

  .logo_wz p:nth-child(2) {
    font-size: 15px;
  }

  .header_phone .tel {
    padding-left: 50px;
    background-size: 34px auto;
  }

  .header_phone .tel h4 {
    font-size: 16px;
  }

  .header_phone .tel p {
    font-size: 22px;
  }

  .bf-menu {
    width: 94%;
  }

  .bf-menu>li>a {
    font-size: 17px;
    padding: 0.5em 1.3em;
  }

  .search {
    height: 34px;
  }

  .search_btn {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .search_form {
    width: 220px;
  }

  .search_form #formsearch input {
    height: 36px;
  }

  .search_form #formsearch #keyword {
    font-size: 13px;
    width: calc(100% - 45px);
  }

  .search_form #formsearch #s_btn {
    width: 45px;
  }
}

@media (max-width: 1200px) {
  .header_top .dth_wh {
    height: 80px;
  }

  .logo_wz p:nth-child(1) {
    font-size: 17px;
  }

  .logo_wz p:nth-child(2) {
    font-size: 14px;
  }

  .header_phone .tel {
    padding-left: 45px;
    background-size: 32px auto;
  }

  .header_phone .tel h4 {
    font-size: 14px;
  }

  .header_phone .tel p {
    font-size: 22px;
    margin-top: 2px;
  }

  .bf-menu {
    width: 95%;
  }

  .bf-menu>li>a {
    font-size: 15px;
    padding: 0.6em 1.2em;
  }

  .search_btn {
    width: 18px;
    height: 18px;
  }

  .search {
    height: 32px;
  }

  .search_form {
    width: 200px;
  }

  .search_form #formsearch #keyword {
    width: calc(100% - 42px);
    font-size: 12px;
  }

  .search_form #formsearch #s_btn {
    width: 42px;
  }
}

@media (max-width: 1024px) {
  .bf-menu>li>a {
    padding: 0.6em 0.8em
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}



/*手机端头部*/
.bfmob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 146, 143, 0.5);
}

.bfmob-head-box {
  position: relative;
  height: 60px;
}

.bfmob-head-box .bfmob-logo {
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 52px;
  text-align: left;
}

.bfmob-head-box .bfmob-logo h1,
.bfmob-head-box .bfmob-logo a {
  display: inline;
  font-size: 0;
}

.bfmob-head-box .bfmob-logo img {
  height: 52px;
}

.bfmob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.bfmob-navbtn span,
.bfmob-navbtn:after,
.bfmob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #0072c1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.bfmob-navbtn span {
  margin: 7px 0;
}

.bfmob-navbtn:after,
.bfmob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.bfmob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.bfmob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bfmob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bfmob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
  display: none
}

.bfmob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.bfmob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.bfmob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #0072c1;
  padding: 0 10%;
}

.bfmob-menu .bfmob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.bfmob-nav>li {
  border-bottom: 1px solid #fff;
  position: relative;
}

.bfmob-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.bfmob-nav .bfmob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.bfmob-nav .bfmob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.bfmob-nav .bfmob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.bfmob-nav .bfmob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.bfmob-nav .bfmob-sub-menu {
  background: #49a0f5;
  display: none;
}

.bfmob-nav .bfmob-sub-menu>li {
  border-top: 1px dashed #fff;
  position: relative;
}

.bfmob-nav .bfmob-sub-menu>li>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 50px;
  text-indent: 2em;
}

.bfmob-dlbtn {
  margin-top: 40px;
}

.bfmob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0b4e9f;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.bfmob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.bfmob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.bfmob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.bfmob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.bfmob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.bfmob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.bfmob-search .bfmob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .bfmob-search .bfmob-search-close-btn {
    left: 15px;
  }
}

.bfmob-search .bfmob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.bfmob-search .bfmob-search-close-btn i:after {
  background-position: -30px -300px;
}

.bfmob-search .bfmob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.bfmob-search .bfmob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.bfmob-search .bfmob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.bfmob-search .bfmob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.bfmob-search .bfmob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.bfmob-search .bfmob-seaerch-wz span,
.bfmob-search .bfmob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.bfmob-search.clicked {
  left: 0;
}






/* banner */
#banner {
  position: relative;
}

#banner li {}

#banner li a {
  display: block;
}

#banner li .imgs {
  display: block;
}

#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

#banner .hi {
  display: none;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  left: 9.375%;
  max-width: 81.25%;
  width: auto;
  justify-content: flex-start;
  bottom: 7.7%;
}

#banner .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
}

#banner .swiper-pagination-bullet:first-child::after,
#banner .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
}

#banner .swiper-pagination-bullet:first-child:before {
  display: none;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
  color: #ffffff;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
  width: 120px;
  margin-right: 8px;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
  margin-right: 0;
  margin-left: 8px;
}

@media (max-width: 1600px) {}

@media (max-width: 1560px) {

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
    width: 100px;
  }
}

@media (max-width: 1200px) {
  #banner .swiper-pagination-bullet {
    font-size: 17px;
    margin: 0 7px 0 0;
  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
    width: 80px;
    margin-right: 7px;
  }
}

@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }

  #banner .swiper-pagination-bullet {
    font-size: 16px;
    margin: 0 6px 0 0;
  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
    width: 60px;
    margin-right: 6px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 120px;
  }

  #banner .swiper-pagination {
    left: 15px;
    width: calc(100% - 30px);
  }

  #banner .swiper-pagination-bullet {
    font-size: 15px;
    margin: 0 5px 0 0;
  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
    width: 40px;
    margin-right: 5px;
  }
}


.box1 {
  background-color: #f6f6f6;
  line-height: 66px;
}

.hot1 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  color: #000;
  font-weight: bold;
  height: 66px;
  overflow: hidden;
}

.hot1 img {
  padding-right: 8px;
}

.hot1 a:after {
  content: '、';
  color: #666;
}

.hot1 a:last-child:after {
  content: '';
  color: #666;
}

.hot1 a {
  color: #666;
  font-weight: normal;
}

.hot1 a:hover {
  color: #0072c1;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

#formsearch2 {
  width: 446px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 12px;
}

#formsearch2 input {
  height: 44px;
  background: none;
  border: none;
  line-height: 44px;
  width: 388px;
  float: left;
  border-right: none;
  outline: none;
  font-size: 16px;
}

#formsearch2 input[type="text"] {
  font-size: 16px;
  /* 设置文本框中文本的大小为16像素 */
}

/* 设置input placeholder的字体大小为18px */
#formsearch2 input::-webkit-input-placeholder {
  font-size: 16px;
}

#formsearch2 input::-moz-placeholder {
  font-size: 16px;
}

#formsearch2 input:-ms-input-placeholder {
  font-size: 16px;
}

#formsearch2 input::placeholder {
  font-size: 16px;
}

#formsearch2 input#keyword {
  height: 44px;
  line-height: 44px;
  padding-left: 14px;
  color: #666;
  border-radius: 12px 0px 0px 12px;
}

#formsearch2 input#s_btn {
  width: 55px;
  height: 44px;
  float: left;
  background: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/searchb.png) no-repeat center;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0px;
}

#formsearch2 input::placeholder {
  color: #959595;
  font-size: 12px;
}






/* 相同标题 */
.titles {}

.titles h2 {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 0.3em;
  position: relative;
  z-index: 1;
  display: block;
}

.titles h4 {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #777878;
  font-style: italic;
  margin-top: 0.15em;
}

.titles.tit_bac {}

.titles.tit_bac h2::before {
  content: "";
  display: block;
  width: calc(96 / 46 * 1em);
  height: calc(96 / 46 * 1em);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* background-image: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/titbg.png); */
}

.titles.white {}

.titles.white h2 {
  color: #ffffff;
}

.titles.white h4 {
  color: #ffffff;
}

@media (max-width: 1600px) {
  .titles h2 {
    font-size: 2.875vw;
  }

  .titles h4 {
    font-size: 1.25vw;
  }
}

@media (max-width: 1560px) {}

@media (max-width: 1200px) {
  .titles h2 {
    font-size: 36px;
  }

  .titles h4 {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .titles h2 {
    font-size: 30px;
  }

  .titles h4 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }

  .titles h4 {
    font-size: 14px;
  }
}

/* 产品中心 */
.product {
  padding: 75px 0 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product .dth_wh {
  justify-content: space-between;
}

.product_left {
  width: 26%;
  max-width: 280px;
}

.product_list {
  margin-top: 24%;
}

.product_list ul {}

.product_list li {}

.product_list li:nth-child(n+2) {
  margin-top: 6px;
}

.product_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  padding: 0 1.4em;
  border-radius: 2em;
}

.product_list li:hover a {
  background-color: #0072c1;
}

.product_list li a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 0.5em;
  flex-shrink: 0;
  opacity: 0;
}

/* .product_list li.active a::before, */
.product_list li:hover a::before {
  opacity: 1;
}

.product_list li h4 {
  display: block;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: 0px;
  color: #555555;
  line-height: 2.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 1em);
}

.product_list li:hover h4 {
  color: #ffffff;
}


.product_cont {
  width: 69.4%;
}

.product_cont ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product_cont li {
  width: 31.4%;
  margin-right: 2.9%;
}

.product_cont li:nth-child(3n) {
  margin-right: 0;
}

.product_cont li:nth-child(n+4) {
  margin-top: 10px;
}

.product_cont li a {
  display: block;
  position: relative;
  padding: 0 4px;
}

.product_cont li a::before,
.product_cont li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 72%;
  background: linear-gradient(to bottom, #0072c1, transparent);
  position: absolute;
  top: 40px;
  z-index: 1;
}

.product_cont li a::before {
  left: 0;
}

.product_cont li a::after {
  right: 0;
}

.product_cont li .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -4px;
  position: relative;
  z-index: 20;
}

.product_cont li .text h4 {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  max-width: calc(100% - 50px);
  min-width: 8em;
  margin-right: 1em;
  margin-left: -2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_cont li:hover .text h4 {
  color: #0072c1;
}

.product_cont li .text .text_line {
  flex-grow: 1;
  height: 40px;
}

.product_cont li .text .text_line span {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.product_cont li .text .text_line span::before {
  content: "";
  display: block;
  width: 330px;
  height: 270px;
  border: 4px solid #0072c1;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: calc(20px - 2px);
}

.product_cont li .imgs {
  padding-top: calc(322 / 322 * 100%);
  background-color: #fff;
}

.product_cont li .imgs img {
  max-width: 100%;
  margin: auto;
}

@media (max-width: 1600px) {
  .product {
    padding: 4% 0 3%;
  }

  .product_list {
    margin-top: 22%;
  }

  .product_list li a {
    font-size: 1.25vw;
  }
}

@media (max-width: 1560px) {
  .product_list {
    margin-top: 20%;
  }

  .product_cont li .text h4 {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .product_list {
    margin-top: 16%;
  }
}

@media (max-width: 1200px) {
  .product_left {
    width: 25%;
  }

  .product_list {
    margin-top: 20px;
  }

  .product_list li:nth-child(n+2) {
    margin-top: 4px;
  }

  .product_list li a {
    font-size: 15px;
    padding: 0;
  }

  .product_cont {
    width: 72%;
  }

  .product_cont li .text h4 {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
  .product {
    padding: 36px 0 30px;
  }

  .product .dth_wh {
    flex-flow: column;
  }

  .product_left {
    width: 100%;
  }

  .product_list {
    display: none;
  }

  .product_cont {
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .product_cont ul {
    justify-content: space-between;
  }

  .product_cont li {
    width: 48%;
    margin: 0;
  }

  .product_cont li:nth-child(n+3) {
    margin-top: 12px;
  }

  .product_cont li a::before,
  .product_cont li a::after {
    width: 2px;
  }

  .product_cont li .text h4 {
    font-size: 14px;
    font-weight: normal;
    min-width: 6em;
    margin-right: 0.5em;
  }

  .product_cont li .text .text_line span::before {
    border-width: 2px;
  }
}



/* 关于我们 */
.about {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 160px;
}

.about .titles {
  text-align: center;
}

.about_wzs {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 1370px;
  display: block;
  text-align: center;
  margin: 2.44% auto 3%;
}

.about_uls {}

.about_uls ul {
  justify-content: center;
  align-items: center;
}

.about_uls li {
  margin: 2px 10px;
}

.about_uls li a {
  display: block;
  background-color: #ffffff;
  border-radius: 2em;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0px;
  color: #0072c1;
  padding: 0 2.5em;
}

.about_uls li a:hover {
  color: #49a0f5;
}

@media (max-width: 1600px) {
  .about {
    padding: 6% 0 8%;
  }
}

@media (max-width: 1560px) {
  .about_wzs {
    font-size: 18px;
  }

  .about_uls li a {
    font-size: 19px;
  }
}

@media (max-width: 1400px) {
  .about_wzs {
    font-size: 17px;
  }

  .about_uls li a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0 60px;
  }

  .about_wzs {
    font-size: 16px;
  }

  .about_uls li a {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .about {
    padding: 45px 0 55px;
  }

  .about_wzs {
    font-size: 15px;
  }

  .about_uls li {
    margin: 2 8px;
  }

  .about_uls li a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .about {
    padding: 30px 0 42px;
  }

  .about_wzs {
    font-size: 14px;
    margin: 10px 0 20px;
  }

  .about_uls li {
    margin: 2 5px;
  }

  .about_uls li a {
    font-size: 14px;
    padding: 0 1.2em;
  }
}


/* 我们的优势 */
.advantage {
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

.advantage_befo {
  content: "";
  display: block;
  width: 1.6vw;
  height: 100%;
  background-color: #0072c1;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 30px;
  z-index: -1;
}

.advantage .dth_wh {
  justify-content: space-between;
  align-items: center;
}

.advantage_ctab {
  width: 44.5%;
}

.advantage_ctab li {}

.advantage_ctab li a {
  display: block;
}

.advantage_ctab li .imgs {
  padding-top: calc(368 / 694 * 100%);
  background-color: #000000;
  border-radius: 20px 20px 0px 0px;
}

.advantage_ctab li .text {
  background-color: #0072c1;
  padding: 3.3% 5.5%;
}

.advantage_ctab li .text h4 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advantage_ctab li .text .sums {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.8em;
  margin-top: 0.82em;
}

.advantage_right {
  width: 48.8%;
}

.advantage_tit {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 2%;
}

.advantage_list {
  margin-top: 3.6%;
  max-width: 642px;
}

.advantage_list ul {
  flex-wrap: wrap;
  padding: 20px 9.6%;
  box-shadow: 0 0 12px 6px rgba(84, 84, 84, 0.04);
  justify-content: space-between;
}

.advantage_list li {
  width: 48%;
}

.advantage_list li:nth-child(n+3) {
  margin-top: 22px;
}

.advantage_list li a {
  display: block;
}

.advantage_list li .adv_number {
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke: 2px #f0f0f0;
}

.advantage_list li.active .adv_number {
  color: #0072c1;
  -webkit-text-stroke-color: #0072c1;
}

.advantage_list li h5 {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.34;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.3em;
}

.advantage_list li.active h5 {
  color: #0072c1;
  text-transform: uppercase;
}

.advantage_list li h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #444444;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 0.4em;
}

.advantage_list li h4::after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background-color: #0072c1;
  position: absolute;
  right: -0.28em;
  top: calc(50% - 0.8em);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}

.advantage_list li.active h4::after {
  opacity: 1;
}

@media (max-width: 1600px) {
  .advantage {
    padding: 5% 0;
  }
}

@media (max-width: 1560px) {
  .advantage_befo {
    width: 8px;
  }

  .advantage_ctab li .text h4 {
    font-size: 1.8vw;
  }

  .advantage_ctab li .text .sums {
    font-size: 1.1vw;
  }

  .advantage_tit {
    font-size: 17px;
  }

  .advantage_list li .adv_number {
    font-size: 50px;
  }
}

@media (max-width: 1400px) {
  .advantage_tit {
    font-size: 16px;
  }

  .advantage_list li .adv_number {
    font-size: 3.6vw;
  }
}

@media (max-width: 1200px) {
  .advantage {
    padding: 40px 0;
  }

  .advantage_befo {
    width: 5px;
  }

  .advantage_ctab li .text h4 {
    font-size: 20px;
  }

  .advantage_ctab li .text .sums {
    font-size: 14px;
  }

  .advantage_tit {
    font-size: 15px;
  }

  .advantage_list ul {
    padding: 15px 20px;
  }

  .advantage_list li .adv_number {
    font-size: 40px;
  }

  .advantage_list li h4 {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
  .advantage {
    padding: 30px 0;
  }

  .advantage .dth_wh {
    flex-flow: column-reverse;
  }

  .advantage_ctab {
    width: 100%;
    margin-top: 20px;
  }

  .advantage_right {
    width: 100%;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .advantage {
    padding: 24px 0;
  }

  .advantage_ctab li .text {
    padding: 12px 15px;
  }

  .advantage_ctab li .text h4 {
    font-size: 18px;
  }

  .advantage_ctab li .text .sums {
    margin-top: 0.6em;
  }

  .advantage_tit {
    font-size: 14px;
  }

  .advantage_list ul {
    padding: 16px 12px;
  }
}


/* 行业应用 */
.industry {
  position: relative;
  z-index: 10;
  padding: 150px 0 200px;
  overflow: hidden;
}

.industry_back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.industry_back_lis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

.industry_back_lis.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}

.industry_back_lis .fixed_ratio {
  padding-top: 0;
  height: 100%;
}

.industry_uls {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.industry_uls::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 80px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/icon.png);
}

.industry_uls ul {
  position: relative;
  z-index: 20;
  justify-content: space-between;
}

.industry_uls li {}

.industry_uls li:nth-child(1) {}

.industry_uls li:nth-child(2) {
  transform: translateY(-10px);
}

.industry_uls li:nth-child(3) {
  transform: translateY(8px);
}

.industry_uls li:nth-child(4) {
  transform: translateY(36px);
}

.industry_uls li:nth-child(5) {
  transform: translateY(61px);
}

.industry_uls li:nth-child(6) {
  transform: translateY(66px);
}

.industry_uls li a {
  display: block;
  width: 245px;
  line-height: 24px;
  font-size: 14px;
}

.industry_uls li .lis_top {
  padding-left: 23px;
  opacity: 0;
  visibility: hidden;
}

.industry_uls li.active .lis_top {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
}

.industry_uls li .lis_top .fixed_ratio {
  padding: 10px;
  /*padding-top: calc(104 / 152 * 100%);*/
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.industry_uls li .lis_top h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #0072c1;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 1em;
  text-align: center;
}

.industry_uls li .lis_bot {
  margin-top: 40px;
  position: relative;
  cursor: pointer;
}

.industry_uls li .lis_bot .lis_bot_line {
  width: 48px;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 78px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  visibility: hidden;
  opacity: 0;
}

.industry_uls li.active .lis_bot .lis_bot_line {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
}

.industry_uls li .lis_bot .lis_bot_line .lis_bot_line_t {
  display: block;
  width: calc(13 / 48 * 100%);
  height: calc(13 / 180 * 100%);
  background-color: #ffffff;
  border-radius: 50%;
}

.industry_uls li .lis_bot .lis_bot_line .lis_bot_line_c {
  display: block;
  width: calc(13 / 48 * 100%);
  height: calc(122 / 180 * 100%);

  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, transparent 50%);
  background-size: 2px 8px;
  background-position: center top;
  background-repeat: repeat-y;
}

.industry_uls li .lis_bot .lis_bot_line .lis_bot_line_b {
  display: block;
  margin-left: auto;
  width: calc(40 / 48 * 100%);
  height: calc(45 / 180 * 100%);
  background-repeat: repeat-x;
  overflow: hidden;
}

.industry_uls li .lis_bot .lis_bot_line .lis_bot_line_b::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  margin: -1px 0 0 -1px;
  transform: rotate(-45deg);
  transform-origin: center;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, transparent 50%);
  background-size: 2px 8px;
  background-position: center top;
  background-repeat: repeat-y;
}

.industry_uls li .lis_bot .lis_bot_roto {
  width: 50px;
  height: 50px;
  margin-left: 40px;
}

.industry_uls li .lis_bot .lis_bot_roto1 {
  display: block;
  width: 22%;
  height: 22%;
  position: relative;
  top: 39%;
  left: 39%;
  border-radius: 50%;
  background-color: #ffffff;
}

.circle,
.circle1,
.circle2,
.circle3 {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1,
.circle2 {
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle1 {
  animation-delay: 1s;
}

.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange {
  0% {
    transform: scale(1);
    opacity: 0.95;
  }

  25% {
    transform: scale(1.8);
    opacity: 0.75;
  }

  50% {
    transform: scale(2.7);
    opacity: 0.5;
  }

  75% {
    transform: scale(3.6);
    opacity: 0.25;
  }

  100% {
    transform: scale(4.5);
    opacity: 0.05;
  }
}

.industry_uls li .lis_bot .lis_bot_roto2 {
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}

.industry_uls li .lis_bot .lis_bot_roto2::before {
  content: "";
  display: block;
  width: 72%;
  height: 72%;
  position: absolute;
  left: 14%;
  top: 14%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.industry_uls li .lis_bot .lis_bot_roto2::after {
  content: "";
  display: block;
  width: 22%;
  height: 22%;
  position: absolute;
  left: 39%;
  top: 39%;
  background-color: #0072c1;
  border-radius: 50%;
}

.industry_uls li.active .lis_bot .lis_bot_roto1 {
  display: none;
}

.industry_uls li.active .lis_bot .lis_bot_roto2 {
  display: block;
}

.industry_uls li .lis_bot .lis_bot_h4 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.5em;
  width: 6em;
  text-align: center;
}

@media (max-width: 1600px) {
  .industry {
    padding: 6% 0 10%;
  }
}

@media (max-width: 1560px) {
  .industry_uls::after {
    width: 123%;
  }
}

@media (max-width: 1400px) {
  .industry {
    padding: 6% 0 6%;
  }

  .industry_uls::after {
    height: 68px;
  }

  .industry_uls li a {
    width: 240px;
  }

  .industry_uls li .lis_top h4 {
    font-size: 14px;
  }

  .industry_uls li .lis_bot .lis_bot_line {
    width: 40px;
    height: 150px;
    bottom: 64px;
  }

  .industry_uls li .lis_bot .lis_bot_h4 {
    font-size: 18px;
  }

  .industry_uls li .lis_bot .lis_bot_roto {
    width: 42px;
    height: 42px;
    margin-left: 32px;
  }
}

@media (max-width: 1200px) {
  .industry {
    padding: 50px 0 100px;
  }

  .industry_uls::after {
    height: 62px;
  }

  .industry_uls li:nth-child(2) {
    transform: translateY(-2px);
  }

  .industry_uls li:nth-child(4) {
    transform: translateY(33px);
  }

  .industry_uls li:nth-child(5) {
    transform: translateY(51px);
  }
}

@media (max-width: 1024px) {
  .industry {
    padding: 36px 0;
    display: none;
  }
}

@media (max-width: 990px) {
  .industry {
    padding: 36px 0;
    display: none;
  }

  .industry_uls::after {
    display: none;
  }

  .industry_uls ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .industry_uls li {
    width: 32%;
  }

  .industry_uls li:nth-child(n+1) {
    transform: none;
  }

  .industry_uls li:nth-child(n+4) {
    margin-top: 20px;
  }

  .industry_uls li a {
    width: 100%;
  }

  .industry_uls li .lis_top {
    padding-left: 0;
    visibility: visible;
    opacity: 1;
  }

  .industry_uls li .lis_top h4 {
    padding: 0.6em 1em;
  }

  .industry_uls li .lis_bot {
    margin-top: 12px;
  }

  .industry_uls li .lis_bot .lis_bot_line {
    display: none;
  }

  .industry_uls li .lis_bot .lis_bot_roto {
    margin: 0 auto;
  }

  .industry_uls li .lis_bot .lis_bot_h4 {
    width: 100%;
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .industry {
    padding: 30px 0 24px;
  }

  .industry_uls li {
    width: 48%;
  }

  .industry_uls li:nth-child(n+3) {
    margin-top: 12px;
  }

  .industry_uls li .lis_bot .lis_bot_roto {
    width: 32px;
    height: 32px;
  }
}


/* 公司动态 */
.news {
  padding: 100px 0 70px;
}

.news_tops {
  justify-content: space-between;
  align-items: flex-end;
}

.news_list {
  padding-bottom: 0.4%;
}

.news_list ul {}

.news_list li {
  margin: 2px 14px 2px 0;
}

.news_list li:last-child {
  margin-right: 0;
}

.news_list li a {
  display: block;
}

.news_list li h4 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #555555;
  padding: 0 1.8em;
  border-radius: 1em;
  transition: 0.3s ease;
  text-align: center;
}

.news_list li.active h4,
.news_list li:hover h4 {
  background-color: #0072c1;
  color: #ffffff;
}

.news_list2 dd:nth-child(1) {
  /*display: none*/
}


.news_bots {
  margin-top: 2.88%;
  position: relative;
}

.news_tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.news_tab.active {
  visibility: visible;
  position: relative;
  transition: 0.3s ease;
  opacity: 1;
}

.news_tab .flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  /*align-items: center;*/
  /*-webkit-align-items: center;*/
  /*-ms-align-items: center;*/
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.news_left {
  width: 47%;
}

.news_left a {
  display: block;
}

.news_list1_pic {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.news_list1_pic img {
  max-width: 100%;
}

.news_list1_time {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_list1_time .icon {
  margin-right: 10px;
}

.news_list1_tt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #0072c1;
}

.news_list1_text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}

.news_list1_more {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 14px;
  color: #0072c1;
}

.news_list1_more .icon {
  font-size: 18px;
  margin-left: 8px;
}

.news_right {
  width: 47%;
}

.news_list2 dd a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 32px 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.news_list2_date {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #0072c1;
  border-radius: 5px;
}

.news_list2_date .days {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
}

.news_list2_date .month {
  font-size: 14px;
}

.news_list2_con {
  width: calc(100% - 80px);
  padding-left: 12px;
}

.news_list2_tt {
  font-size: 18px;
  color: #444;
  margin-bottom: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.news_list2_text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_left a:hover .news_list1_tt,
.news_list2 dd a:hover .news_list2_tt {
  color: #0072c1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media (max-width: 1600px) {
  .news {
    padding: 5% 0 4%;
  }
}

@media (max-width: 1560px) {
  .news_list li h4 {
    font-size: 1.3vw;
  }

}

@media (max-width: 1440px) {
  .news {
    padding-top: 0px;
  }
}

@media (max-width: 1400px) {}

@media (max-width: 1366px) {
  .news {
    padding-top: 4%;
  }
}

@media (max-width: 1280px) {
  .industry_uls li:nth-child(1) {}

  .industry_uls li:nth-child(2) {
    transform: translate(-30px, -10px);
  }

  .industry_uls li:nth-child(3) {
    transform: translate(-60px, 8px);
  }

  .industry_uls li:nth-child(4) {
    transform: translate(-90px, 32px);
  }

  .industry_uls li:nth-child(5) {
    transform: translate(-120px, 50px);
  }

  .industry_uls li:nth-child(6) {
    transform: translate(-180px, 52px);
  }

  .news {
    padding-top: 2%;
  }
}

@media (max-width: 1200px) {
  .news_list li {
    margin-right: 10px;
  }

  .news_list li a {
    pointer-events: none;
  }

  .news_list li:last-child a {
    pointer-events: all;
  }

  .news_list li h4 {
    font-size: 15px;
    padding: 0 1.5em;
  }

}

@media (max-width: 990px) {
  .news_tops {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news_list {
    width: 100%;
    margin-top: 12px;
  }

  .news_bots {
    margin-top: 24px;
  }

}

@media (max-width: 768px) {
  .news_left {
    width: 100%;
  }

  .news_right {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .news {
    padding: 24px 0;
  }

  .news_list li {
    margin: 0 5px 0 0;
  }

  .news_list li h4 {
    font-size: 14px;
    padding: 0 1em;
  }

}

@media (max-width: 370px) {
  .news_list li h4 {
    font-size: 13px;
  }
}


/* 友情链接 */
.ft_link {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
  padding: 24px 0 0px;
}

.ft_link a {
  font-size: inherit;
  color: inherit;
}

.ft_link a:hover {
  color: #0072c1;
}

@media (max-width: 1600px) {}

@media (max-width: 1560px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {
  .ft_link {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}


/* 底部 */
footer {
  background-color: #2c343f;
}

.footer_logo .dth_wh {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.footer_logo a {
  display: block;
  max-width: 32%;
  padding: 1.85% 0;
}

.footer_logo a img {
  max-width: 100%;
}

.footer_logo .footer_tel {
  color: #fff;
  display: flex;
}

.dh_a {
  background: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/footer_tel.png) no-repeat center left;
  background-size: 40px;
  padding-left: 55px;
  margin-top: 15px;
  margin-right: 20px;
}

.dh_a p:nth-child(1) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fafafa;
}

.dh_a p:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fafafa;
}


.dh_b {
  /*font-family: monospace;*/
  font-size: 30px;

  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 15px;
}




.layout {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0 30px;
}

.layout_contact {
  width: 36.3%;
  padding-right: 4%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.4);
}

.layout_nav {
  width: 52.6%;
}

.layout_nav .ft_nav {
  justify-content: space-between;
}

.layout_nav .ft_nav>li {
  flex: 1;
  padding-right: 4%;
  overflow: hidden;
}

.layout_nav .ft_nav>li>a {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
}

.layout_nav .ft_nav>li>a:hover {
  color: #ffffff;
}

.layout_nav .x-nav-menu {
  margin-top: 8%;
}

.layout_nav .x-nav-menu dd {
  font-size: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout_nav .x-nav-menu dd a {
  display: block;
  max-width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout_nav .x-nav-menu dd a:hover {
  color: #ffffff;
}

.layout_ewm {
  margin-left: auto;
  width: 10%;
  max-width: 145px;
  text-align: center;
}

.layout_ewm img {
  width: 100%;
}

.layout_ewm p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.24em;
}

.foots {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.4);
  padding: 1.2em 0;
}

.foots .dth_wh {
  flex-wrap: wrap;
  justify-content: space-between;
}

.foots a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.foots a:hover {
  color: #ffffff;
}

.clearboth {
  width: 100%;
  display: block;
  clear: both;
}

.ft_power {
  /* margin-left: auto; */
}

@media (max-width: 1600px) {
  .layout {
    padding: 3.1% 0 4.3%;
  }
}

@media (max-width: 1560px) {
  #toolbar {
    display: none;
  }

  .layout {}

  .layout_contact {
    font-size: 1.15vw;
  }

  .layout_nav .ft_nav>li>a {
    font-size: 18px;
  }

  .layout_nav .x-nav-menu dd a {
    font-size: 15px;
  }

  .layout_ewm p {
    font-size: 16px;
  }

  .foots {
    font-size: 15px;
  }
}

@media (max-width: 1400px) {
  .layout_contact {
    font-size: 15px;
  }

  .layout_nav .ft_nav>li>a {
    font-size: 17px;
  }

  .layout_nav .x-nav-menu dd a {
    font-size: 14px;
  }

  .layout_ewm p {
    font-size: 15px;
  }

  .foots {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .layout_contact {
    font-size: 14px;
  }

  .layout_nav .ft_nav>li>a {
    font-size: 15px;
  }

  .layout_ewm p {
    font-size: 14px;
  }

  .foots {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  .layout {
    padding: 24px 0;
  }

  .layout_contact {
    width: 72%;
  }

  .layout_ewm {
    width: 20%;
    max-width: 120px;
  }

  .layout_nav {
    display: none;
  }

  .foots {
    font-size: 12px;
  }

  .ft_copt,
  .ft_region,
  .ft_seo {
    display: none;
  }

  .foots .clearboth {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer_logo .footer_tel {
    display: none
  }
}

@media (max-width: 640px) {
  .footer_logo a {
    max-width: 220px;
    padding: 15px 0;
  }

  .layout {
    padding: 15px 0;
  }

  .layout .dth_wh {
    flex-flow: column;
  }

  .layout_contact {
    width: 100%;
    font-size: 13px;
  }

  .layout_ewm {
    width: 100%;
    max-width: 100px;
    margin-top: 12px;
    margin-left: 0;
  }

  footer {
    margin-bottom: 50px;
  }
}


.footer3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0072c1;
}

.footer3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer3 ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer3 ul li a {
  display: block;
  color: #ffffff;
}

.footer3 ul li .iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}