.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background-color: #0072c1;
  background-image: linear-gradient(to right, #0072c1 0%, #0072c1 100%);
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #0072c1;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

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

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}


.sub_banner {
  position: relative;
  width: 100%;
  z-index: 2;
}

.sub_banner img {
  max-width: 100%
}

.sub_banner .img1 {
  display: block;
  width: 100%;
}

.sub_local {
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -700px;
  text-align: left;
  display: none;
}

.sub_local h3 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: normal;
}

.sub_local p {
  font-size: 24px;
  line-height: 80px;
  color: #fff;
}

.sub_local .sobtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.sub_local .sobtitle a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.sub_local .sobtitle a:first-child {
  margin-left: 14px;
}

.sub_local .sub_right {
  padding-top: 12px;
  float: right;
  width: 36%;
}

.sub_local .sub_right p {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  color: #fff;
}

.ny_wrapper {
  background: #f5f5f5;
}

.menuer {
  width: 100%;
  height: 66px;
  position: absolute;
  bottom: -32px;
  left: 0;
}

.menuer .common_nav {
  height: 66px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuer .common_nav .mitem {
  float: left;
  width: 200px;
  height: 66px;
  text-align: left;
  border-right: 1px solid #ddd;
  position: relative;
}

.menuer .common_nav .mitem .mt {
  display: block;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  text-align: center;
  color: #333;
  position: relative;
}

.menuer .common_nav .mitem .mt i {
  display: none;
  width: 100%;
  height: 3px;
  background-color: #0072c1;
  /*background-image: linear-gradient(to right,#fe5f15 0%,#ed4c04 100%);*/
  position: absolute;
  left: 0;
  bottom: 0;
}

.menuer .common_nav .mitem.hover .mt {
  font-weight: bold;
  color: #0072c1;
}

.menuer .common_nav .mitem:hover .mt {
  font-weight: bold;
  color: #0072c1;
}

.menuer .common_nav .mitem.hover .mt i {
  display: block;
}

.menuer .common_nav .nav_sub {
  display: none;
}

.menuer .common_nav .mitem:hover,
.menuer .common_nav .mitem.hover {
  background-color: #fff;
}

.menuer .common_nav .mitem:last-child {
  border-right: none;
}

.menuer .common_nav .mitem .subMenu {
  display: none;
  width: 800px;
  height: 40px;
  position: relative;
  margin-top: 13px;
}

.menuer .common_nav .mitem.hover .subMenu {
  display: block;
}

.menuer .common_nav .mitem .subMenu a {
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  float: left;
  width: 21%;
  background-color: #fff;
}

.menuer .common_nav .mitem .subMenu a.hover {
  font-weight: bold;
  color: #fff;
  background-color: #4772de;
}

.menuer .common_nav .mitem .subMenu a:hover {
  font-weight: bold;
  color: #fff;
  background-color: #4772de;
}

.menuer .common_nav .mitem .subMenu i {
  display: block;
  position: absolute;
  left: 80px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #0072c1 transparent;
}

.menuer .common_nav .mitem.li4 .subMenu i {
  left: 330px;
}

.menuer .common_nav .mitem.li4 .subMenu {
  margin-left: -240px;
}

.menuer .common_nav .mitem.li5 .subMenu {
  margin-left: -300px;
}

.menuer .common_nav .mitem.li6 .subMenu {
  margin-left: -360px;
}

.menuer .common_nav .mitem .mt.hvr-underline-from-center1::before {
  bottom: 0;
}

.menuer .common_nav .sobtitle {
  margin-top: 0px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  float: right;
  padding-right: 24px;
  display: flex;
}

.menuer .common_nav .sobtitle a {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  padding: 0px 6px;
}

.menuer .common_nav .sobtitle a:first-child {
  margin-left: 14px;
}

@media (max-width: 1660px) {
  .sub_local {
    margin-left: -600px;
  }

  .sub_local h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .sub_local .sobtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .sub_local .sobtitle a {
    font-size: 16px;
    line-height: 16px;
  }

  .menuer .common_nav .mitem .mt {
    font-size: 18px;
  }
}




.listnews {
  font-size: 24px;
}

.ny_wrapper {
  min-height: 420px;
}

/* 关于我们 */
.index_tb {
  padding-top: 30px;
  display: inline-block;
  width: 100%;
  margin-left: 0px;
}

.index_h3 {
  padding-bottom: 60px;
  margin-top: 40px;
}

.index_h3 .aa {
  display: inline-block;
  padding-right: 24px;
}

.index_tb h3 {
  font-size: 48px;
  color: #0072c1;
  line-height: 48px;
  padding-top: 50px;
  padding-left: 50px;
  font-family: syht;
  font-weight: bold;
  text-shadow: 0 0px 1px #0072c1;
}

.index_tb h4 {
  font-size: 24px;
  color: #6d5950;
  line-height: 22px;
  letter-spacing: 3px;
  padding-top: 16px;
  padding-left: 50px;
}


.about_wrapper .about_tit1 p {
  display: block;
  font-size: 30px;
  line-height: 34px;
  color: #c5ced5;
  text-transform: uppercase;
  font-weight: bold;
}

.about_wrapper .about_tit1 .tit {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #273548;
  padding-top: 12px;
}

.about_wrapper .about_tit1 i {
  display: block;
  width: 36px;
  height: 2px;
  background-color: #333;
  margin-top: 22px;
}

.about_wrapper .about_tit2 .tit {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  color: #273548;
  text-align: center;
  position: relative;
}

.about_wrapper .about_tit2 .tit .i1 {
  display: block;
  width: 10px;
  height: 3px;
  background-color: #273548;
  position: absolute;
  left: -36px;
  top: 22px;
}

.about_wrapper .about_tit2 .tit .i2 {
  display: block;
  width: 10px;
  height: 3px;
  background-color: #273548;
  position: absolute;
  right: -36px;
  top: 22px;
}

.about_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.about_1_main {
  width: 100%;
}

.about_1.about_tit1 {
  padding-top: 130px;
}

.about_1 {
  position: relative;
}

.about_1 .index_h3 {
  display: inline-block;
  width: 100%
}

.about_1 .index_tb h3 {
  padding-top: 64px;
}

.about_1 .index_h3 .aa {
  display: block;
  background: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/tit-more.png) right 70px no-repeat;
  padding-right: 50px;
  float: left;
}

.about_wen {
  float: right;
  width: 100%;
  /*font-size:20px;*/
  font-size: 18px;
  color: #666;
  line-height: 40px;
  padding-top: 20px;
  text-align: justify;
}

.about_wen img {
  max-width: 100%;
  padding-top: 16px;
}

.about_wen p {
  text-indent: 2em
}




.about_1 .left {
  float: left;
  width: 50%;
}

.about_1 .left .acont {
  margin-top: 32px;
  height: 342px;
}

.about_1 .left .acont li {
  float: left;
  margin-right: 68.5px;
  height: 64px;
}

.about_1 .left .acont li.a4 {
  margin-right: 0;
}

.about_1 .left .acont a {
  height: 64px;
  position: relative;
  display: block;
}

.about_1 .left .acont a b {
  display: block;
  width: 24px;
  height: 23px;
  float: left;
}

.about_1 .left .acont ul {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.about_1 .left .acont a i {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #0072c1;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.about_1 .left .acont .a1 b {
  background-position: -100px -351px;
}

.about_1 .left .acont .a2 b {
  background-position: -142px -351px;
}

.about_1 .left .acont .a3 b {
  background-position: -190px -351px;
}

.about_1 .left .acont .a4 b {
  background-position: -233px -351px;
}

.about_1 .left .acont li.on i {
  display: block;
}

.about_1 .left .acont li:hover span,
.about_1 .left .acont li.on span {
  color: #0072c1;
}

.about_1 .left .acont .a1:hover b,
.about_1 .left .acont .a1.on b {
  background-position: -100px -377px;
}

.about_1 .left .acont .a2:hover b,
.about_1 .left .acont .a2.on b {
  background-position: -142px -377px;
}

.about_1 .left .acont .a3:hover b,
.about_1 .left .acont .a3.on b {
  background-position: -190px -377px;
}

.about_1 .left .acont .a4:hover b,
.about_1 .left .acont .a4.on b {
  background-position: -233px -377px;
}

.about_1 .left .acont .onl {
  width: 180px;
  height: 46px;
  border-radius: 50px;
  text-align: center;
  transition: all ease 0.36s;
  display: block;
  background-color: #fe5f15;
  background-image: linear-gradient(to right, #fe5f15 0%, #ed4c04 100%);
  margin-top: 40px;
}

.about_1 .left .acont .onl span {
  display: block;
  padding-left: 42px;
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 46px;
}

.about_1 .left .acont .onl i {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background-position: -97px -65px;
  margin-right: 12px;
  margin-top: 11px;
  transition: all ease 0.36s;
}

.about_1 .left .acont .onl:hover {
  width: 190px;
  background-color: #fe5f15;
}

.about_1 .left .acont .onl:hover span {
  color: #fff;
}

.about_1 .left .acont .onl:hover i {
  background-position: -68px -65px;
}

.about_1 .left .acont .hvr-underline-from-center1::before {
  height: 2px;
  bottom: -1px;
}

.about_1 .left .acont .ap1 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  height: 64px;
  width: 100%;
}

.about_1 .left .acont .ap2 {
  margin-top: 50px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}

.about_1 .left .acont .ap2 span {
  display: block;
  margin-bottom: 50px;
}

.about_1 .left .amore:hover:after,
.about_1 .left .amore:hover:before {
  width: 100%;
}

.about_1 .right {
  float: right;
  width: 45%;
}

.about_1 .right img {
  display: block;
  width: 100%;
}

.about_1 .right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.about_1 .right:hover:before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
  nimation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}


.about_wen strong {
  font-size: 27px;
  color: #0072c1;
  font-weight: 700;
}

.about_wen a {
  font-size: 20px;
  padding: 0px 6px;
  color: #0072c1;
  font-weight: bold;
}

.jobs_wen strong {
  font-size: 20px;
  color: #0072c1;
  font-weight: 700;
}

.jobs_wen a {
  font-size: 20px;
  padding: 0px 6px;
  color: #0072c1;
  font-weight: bold;
}

@media (max-width: 1660px) {
  .about_1_main .floor_20_2 dl {}
}

.about_wrapper .about_tit1 p {
  font-size: 20px;
  line-height: 24px;
}

.about_wrapper .about_tit1 .tit {
  font-size: 30px;
  line-height: 30px;
}

.about_1 .left .acont ul {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}




.location {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 14px;
  background: #0072c1;
}

.location.location_pro {
  position: relative;
  color: #666;
  background: #f8f8f8;
}

.location .dth_wh {
  height: 48px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.location_icon {
  font-size: 18px;
  margin-right: 7px;
}

.location_tt {
  font-weight: bold;
  font-size: 14px;
}

.location a {
  color: #fff;
  margin: 0 3px;
}

.location.location_pro a {
  color: #666;
}



.news_wrapper {
  padding: 48px 0px;
}

.news_wrapper .dth_wh {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}

.news_wrapper .news_left_box {
  min-height: 200px;
  width: 70%;
  padding-bottom: 40px;
}

.news_wrapper .news_right_box {
  min-height: 200px;
  width: 24%;
}

.news_bars {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border-top: 4px solid #0072c1;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.news_bars .item a {
  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;
  height: 70px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  padding: 0 65px;
  position: relative;
}

.news_bars .item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 48px;
  background: #dcdcdc;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.news_bars .item:last-child a::after {
  display: none;
}

.news_bars .item a .icon {
  font-size: 24px;
  margin-right: 8px;
}

.news_bars .item.hover a,
.news_bars .item:hover a {
  color: #0072c1;
}


.newsitem {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0px;
  padding: 20px 20px;
  display: flex;
  box-sizing: border-box;
  margin-top: 20px;
}

.newsitem>a {
  margin-right: 25px;
}

.newsitem>a>img {
  width: 240px;
  /* max-width: 240px;*/
  /* /* max-height: 150px;*/
  overflow: hidden;
  /* margin-left: 10px; */
  flex-shrink: 0;
  border: 0px solid #ccc;
}

.newsitemwz>a {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: rgba(16, 16, 16, 100);
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*页码*/
.zs-pages .pagination {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #49a0f5;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #49a0f5;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.newsitemwz>a:hover {
  color: #49a0f5;
}

.newsitemwz>i {
  font-style: normal;
  font-size: 12px;
  color: #bbb;
}

.newsitemwz>i:nth-of-type(1) {
  margin-right: 30px;
}

.newsitemwz>i:nth-of-type(2) {
  color: #ec3b3b;
}

.newsitemwz>i:nth-of-type(2)::before {
  content: "";
  color: #ec3b3b;
}

.newsitemwz>p {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb20 {
  margin-bottom: 20px;
}

.column {
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
  background-color: #fff;
}

.columntit {
  width: 100%;
  border-bottom: 3px solid #eee;
  padding-bottom: 5px;
}

.columntit h3 {
  font-size: 18px;
  border-bottom: 5px solid #49a0f5;
  display: inline;
  padding-bottom: 4px;
  font-weight: normal;
}

.column .columnlist {
  padding: 5px 0px;
}

.column .columnlist li {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  height: 20px;
}

.column .columnlist li i {
  width: 8px;
  height: 9px;
  float: left;
  margin: 5px 10px 10px 10px;
  background: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/icon-news.png) no-repeat;
  display: block;
  background-position: 0px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.column .columnlist li:nth-child(n+2) i {
  background-position: -0px -9px;
}

.column .columnlist li:nth-child(n+3) i {
  background-position: -0px -17px;
}

.column .columnlist li:nth-child(n+4) i {
  background-position: -0px -25px;
}

.column .columnlist li:nth-child(n+5) i {
  background-position: -0px -33px;
}

.column .columnlist li:nth-child(n+6) i {
  background-position: -0px -41px;
}

.column .columnlist li:nth-child(n+7) i {
  background-position: -0px -49px;
}

.column .columnlist li:hover {
  font-weight: bold;
}

.hotnews {}

.hotnews li {
  margin-top: 20px;
  position: relative;
}

.hotnews .hotnews_img {
  width: 95px;
  height: 60px;
  overflow: hidden;
}

.hotnews .hotnews_cont {
  position: absolute;
  right: 0;
  height: 100%;
  width: calc(100% - 100px);
  top: 0;
  font-size: 14px;
  padding-right: 5px;
  box-sizing: border-box;
}

.hotnews .hotnews_cont span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
}

.hotnews .hotnews_img img {
  width: 95px;
  border: 1px solid #ccc;
}

.hotnews .hotnews_cont a {
  font-weight: 700;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

.hotnews .hotnews_cont a:hover {
  color: #49a0f5;
  text-decoration: none;
}

.hotnews li i {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #49a0f5;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 24px;
  margin-right: 4px;
  color: #fff;
}



.newsdetail {
  width: 100%;
  background-color: #fff;
  padding: 60px 42px;
  margin-bottom: 0px;
  box-sizing: border-box;
  border-radius: 5px;
}

.newsdetail h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.newsdetail .source {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  margin: 24px 0px 12px;
}

.newsdetail .source span:nth-child(2) {
  padding: 0px 12px;
}

.newsdetail .newscon {
  line-height: 30px;
  font-size: 16px;
  line-height: 40px;
  text-align: justify;
}

.newsdetail .newscon img {
  max-width: 100%
}

.newsdetail .newscon a {
  font-size: 20px;
  padding: 0px 6px;
  color: #0072c1;
  font-weight: bold;
}

.newsdetail .shengming {
  background-color: #f3f3f3;
  padding: 15px 25px !important;
  line-height: 24px;
  margin-top: 16px;
  font-size: 14px
}

.newsdetail .shengming span {
  font-weight: bold;
  color: #e62828;
  font-size: 16px;
}

.newsdetail .relatedreading {
  text-align: left;
  border-top: 1px solid #ccc;
  margin-top: 24px;
  padding-top: 16px;
}

.newsdetail .relatedreading h2 {
  font-size: 20px;
  padding-bottom: 0px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  color: #49a0f5;
}

.newsdetail .relatedreading ul {
  background-color: #f3f3f3;
  padding: 15px 25px !important;
}

.newsdetail .relatedreading ul li {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  width: 48%;
  margin-right: 4%;
  float: left;
  position: relative;
}

.newsdetail .relatedreading ul li:nth-child(2n) {
  margin-right: 0px;
}

.newsdetail .relatedreading ul li:before {
  background: #ccc;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
}

.newsdetail .relatedreading ul li a {
  padding-left: 12px;
  color: #333;
  font-size: 14px;
}

.newsdetail .relatedreading ul li a:hover {
  color: #0072c1;
}

.pagelist {
  margin-top: 24px;
}

.pagelist a {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
}

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



.page_list {
  text-align: center;
  margin: 24px 0px;
}

.page {
  display: inline-block;
  font: 16px/24px '微软雅黑', sans-serif;
  *display: inline;
  : 1;
  *zoom: 1;
}

.page span {
  float: left;
}

.page a,
.page span {
  background: #FFF;
  border: 1px solid #CCC;
  color: #333;
  float: left;
  font: 16px/24px '微软雅黑', sans-serif;
  margin-right: 5px;
  min-width: 15px;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  _width: 15px;
  border-radius: 4px;
}

.page span {
  background: #49a0f5;
  color: #fff;
}

.page a:hover {
  border: 1px solid #49a0f5;
  color: #49a0f5;
  text-decoration: none;
}

.page a.page-curpage {
  background: #49a0f5;
  border: 1px solid #49a0f5;
  color: #FFF;
  font-weight: bold;
}




/* 产品中心样式*/
.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);
}

.product-box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-wrap-right {
  width: calc(96% - 305px);
}


.product_center1 .index_h3 {
  display: inline-block;
  width: 100%;
}

.product_center1 .index_tb {
  padding-top: 0px
}

.product_center1 .index_tb h3 {
  padding-top: 64px;
  font-family: "Microsoft Yahei";
  text-shadow: none;
}

.product_center1 .index_h3 .aa {
  display: block;
  float: left;
  background: none;
}

.product_center1 .about_we {
  display: block;
  float: right;
  margin-top: 88px;
  width: 78%;
  height: 1px;
  background-color: #d1d1d1;
}

/*清除浮动*/
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden
}

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

.clearfix {
  *zoom: 1
}

.product_center1 .about_we_pro {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 0px solid #d1d1d1;
  background: #f5f5f5;
}

.about_we_pro_box {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 1px #ccc;
}

.product_center1 .about_we_pro a {
  color: #2e2e2e;
  padding: 8px 12px;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 16px;
  width: auto;
  border: 0px solid #d1d1d1;
  float: auto
}

.product_center1 .about_we_pro p {
    color: #2e2e2e;
    padding: 8px 12px;
    margin-right: 10px;
    margin-bottom: 2px;
    font-size: 16px;
    width: auto;
    border: 0px solid #d1d1d1;
    float: auto;
}
.product_center1 .about_we_pro a:hover,
.product_center1 .about_we_pro a.active {
  background: #0072c1;
  color: #fff;
  border-radius: 6px;
}

.noinfo {
  font-size: 18px;
}


.product_center1 {
  display: block;
  position: relative;
  padding-bottom: 40px;
}

.product_center1 .list {
  width: 100%;
  display: inline-block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.product_center1 .list .item {
  text-align: center;
  display: block;
  /*width:30%; */
  box-shadow: 0px 0px 5px 1px #ccc;
  /*width: 31%;*/
  width: 23%;
  margin-right: 2.3%;
  float: left;
  margin-bottom: 2%;
  /*margin-top:3%; */
  background-size: 100%;
  transition: all 0.5s ease;
}

.product_center1 .list .item:nth-child(4n) {
  margin-right: 0;
}

/*.product_center1 .list .item:nth-child(n+5){margin-bottom:0;}*/
.product_center1 .list .item .img {
  width: 100%;
  background: linear-gradient(#e2e5ec, #d5d5dd);
}

.product_center1 .list .item .img img {
  display: block;
  width: 100%;
}

.product_center1 .list .item .txtBox {
  width: 100%;
  position: relative;
}

.product_center1 .list .item .txtBox span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
  height: 56px;
}

.product_center1 .list .item .txtBox h3 {

  /*font-size: 20px;*/
  font-size: 18px;
  /*padding: 0 15px;*/
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_center1 .list .item .txtBox p {
  display: none;
  width: 160px;
  height: 40px;
  background-color: #0072c1;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  margin: 20px auto;
}

.product_center1 .list .item .txtBox i {
  position: absolute;
  left: 0;
  bottom: 5%;
}

.product_center1 .list .item:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
  box-shadow: 0px 0px 0px 2px #0072c1;
}

.product_center1 .list .item:hover h3 {
  color: #0072c1;

}

.product_center1 .list .item p:hover {
  background-color: #a32322;
}





@media (min-width: 990px) {
  .page-wrap-left {
    float: left;
    width: 305px;
    margin-right: 4%;
  }
}



.bfpg-left-box {
  margin-bottom: 20px;
}

.bfpg-left-title {
  background: #0072c1;
  padding: 10px 20px;
  position: relative;
}

.bfpg-left-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.bfpg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: .1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  display: block;
}

.bfpg-left-title span {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-family: 'Arial';
  opacity: .4;
}

.bfpg-left-title span:before {
  content: "/";
  padding-right: 5px;
}


/* 手机站 左侧导航弹出特效 */
.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #292e39;
  opacity: .7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}



.bfmob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {

  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }

  .bfmob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }

  .bfmob-menu-click .bfpg-left-news,
  .bfmob-menu-click .bfpg-left-keys,
  .bfmob-menu-click .bfpg-left-contact,
  .bfmob-menu-click .page-message-img {
    display: none;
  }

  .bfmob-menu-click .bfmob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }

  .bfmob-menu-click .bfmob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bfmob-menu-click .bfmob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
  }

  .bfmob-menu-click .bfpg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }

  .bfmob-menu-click .bfpg-left .bfpg-left-menu {
    width: 90%;
    background: #fff;
  }

  .bfmob-menu-click.click {
    left: 0;
  }
}



/* 内页左侧导航栏样式 */

.bfpg-left-nav {
  margin: 0 -1px;
}

.bfpg-left-nav>li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.bfpg-left-nav>li:last-child {
  border-bottom: none;
}

.bfpg-left-nav>li>a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.bfpg-left-nav>li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/icon_spirit.png) 0 -240px no-repeat;
  opacity: .4;
}


.bfpg-left-nav>li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.bfpg-left-nav>li:hover>a,
.bfpg-left-nav>li.clicked>a {
  color: #0072c1;
}

.bfpg-left-nav>li:hover .first-nav-btn,
.bfpg-left-nav>li.clicked .first-nav-btn {
  color: #0072c1;
}

.bfpg-left-nav .bfpg-left-subnav {
  display: none;
  padding: 0 10px;
}

.bfpg-left-nav .bfpg-left-subnav>li {
  border-top: 1px dashed #eeeeee;
}

.bfpg-left-nav .bfpg-left-subnav>li>a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
  padding-left: 24px;
}

.bfpg-left-nav .bfpg-left-subnav>li>a:hover {
  color: #0072c1;
}

.bfpg-left-nav .bfpg-left-subnav>li.clicked>a {
  color: #0072c1;
}

.bfpg-left-nav .bfpg-left-threenav>li>a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.bfpg-left-nav .bfpg-left-threenav>li>a:before {
  content: '2014   ';
}

.bfpg-left-nav .bfpg-left-threenav>li>a:hover {
  color: #0072c1;
}

.bfpg-left-nav .bfpg-left-threenav>li.clicked>a {
  color: #0072c1;
}

@media (max-width: 990px) {
  .bfpg-left-nav .bfpg-left-threenav {
    display: block;
  }
}



.prodetailbox {
  padding: 84px 0px;
}

.prodetailbox:nth-child(2n) {
  background: #f8f8f8;
}

.prodetailbox .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: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}

.prodetailbox .proimg {
  width: 50%;
  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;
  border: 1px solid #a4a5ac;
  border-radius: 10px;
  height: 500px;
}

.prodetailbox .proimg img {
  width: 350px;
}

.prodetailbox .procon {
  height: 100%;
  width: 45%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-align-flex-wrap: nowrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-align-flex-direction: column;
}

.prodetailbox .procon h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0072c1;
  margin-bottom: 12px;
}

.prodetailbox .procon .explan {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding-top: 10px;
}

.prodetailbox .procon .brand {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding-top: 10px;
  width: 100%;
}

.prodetailbox .procon .brand span {
  float: left;
  width: 50%;
}

.prodetailbox .procon .explan a {
  font-size: 18px;
  padding: 0px 6px;
  color: #0072c1;
  font-weight: bold;
}

.prodetailbox .procon .btn_style {
  margin-top: 24px;
  width: 280px;
  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;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  border-radius: 36px;
  color: #0072c1;
  border: 1px solid #0072c1;
  padding-top: 5px;
}

.prodetailbox .procon .btn_style strong {
  font-size: 24px;
  /*font-family: monospace;*/
  letter-spacing: 1px;
  margin-top: -6px;
  font-weight: 100;
}

.prodetailbox .procon .btn_style.bgf5 {
  background: #f5f5f5;
}

.prodetailbox .procon .btn_style .icon {
  font-size: 18px;
  margin-right: 5px;
}

.prodetailbox .procon .btn_style.hover {
  color: #fff;
  background: #0072c1;
  border-color: #0072c1;
}



.prodetailboxtit h2 {
  color: #0072c1;
  font-size: 24px;
  border-left: 5px solid #0072c1;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  margin: 0px 0px 10px;
  background: #f2f2f2;
  font-weight: bold;
}

.prodetailbox .procontent {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding-top: 10px;
}

.prodetailbox .procontent a {
  font-size: 20px;
  padding: 0px 6px;
  color: #0072c1;
  font-weight: bold;
}

.prodetailbox .procontent table {
  width: 100%;
  max-width: 1200px;
}

.prodetailbox .procontent table td {
  background: #fff;
  line-height: 36px;
  padding: 0px 8px;
  border: 1px solid black;
  border-collapse: collapse;
}

.prodetailbox .procontent table:has(img) {
  border: 0px;
  width: auto;
}

.prodetailbox .procontent table:has(img) td {
  border: 0px;
  width: auto;
  padding: 0px;
}

.prodetailbox .procontent table td:has(img) {
  border: 0px;
  max-width: auto;
  background: none;
}

.proyscontent {
  margin-top: 64px;
}

.proyscontent ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.proyscontent ul li {
  width: calc((100% - 100px) / 5);
  margin: 0 25px 73px 0;
  position: relative;
  background: #ebebeb;
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.proyscontent ul li:nth-child(5n) {
  margin-right: 0px;
}

.proyscontent ul li:nth-child(n+6) {
  margin-bottom: 0px;
}

.proyscontent ul li .num_box {
  position: absolute;
  left: 50%;
  top: -32px;
  width: 63px;
  height: 63px;
  padding: 12px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background: #0072c1;
}

.proyscontent ul li .num_box .num {
  width: 100%;
  height: 100%;
  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;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #0072c1;
  border-radius: 50%;
}

.proyscontent ul li .con {
  width: 100%;
  height: 100%;
  padding: 55px 7% 25px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #444;
}

.proyscontent ul li:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}

.proyscontent ul li:hover .num_box {
  box-shadow: 0 0 10px rgba(0, 146, 143.5);
}


.prorelatedtit {
  text-align: left;
  padding-left: 12px;
  border font-size: 32px;
  font-weight: bold;
  color: #0072c1;
  margin-bottom: 36px;
}

.prorelated ul {
  display: inline-block;
  width: 100%;
}

.prorelated ul li {
  width: 23.5%;
  float: left;
  position: relative;
  margin-bottom: 2%;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.3);
  border: #ddd solid 1px;
  transition: all ease 0.36s;
  overflow: hidden;
}

.prorelated ul li:nth-child(4n) {
  margin-right: 0;
}

.prorelated ul li h3 {
  text-align: center;
  font-size: 18px;
  color: #0072c1;
  line-height: 36px;
  font-weight: 700;
  padding-left: 0%;
  margin-top: 0%;
  background-size: 26px 26px;
  display: inline-block;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  background-position-x: 300px;
  margin-left: 18px;
}

.prorelated ul li a {
  background: #fff;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 5px;
}

.prorelated ul li p {
  font-size: 22px;
  color: #999;
  line-height: 22px;
  padding-left: 10%;
  padding-top: 16px;
}

.prorelated ul li img {
  display: block;
  padding-top: 0px;
  border-radius: 0px;
  width: 100%;
}

.prorelated ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.6);
}


.prodetail_bar {
  height: 75px;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 0 5px rgba(115, 115, 115, .3);
}

.prodetail_bar.hover {
  background: #fff;
  z-index: 99
}

.prodetail_bar_flex {
  width: 100%;
  padding-right: 0%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.prodetail_bar_flex .item {
  color: #333;
  font-size: 18px;
  height: 75px;
  line-height: 75px;
  font-weight: bold;
  padding: 0px 24px;
  max-width: calc(100% / 6);
  text-align: center;
  position: relative;
}

.prodetail_bar_flex .item::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #0072c1;
}

.prodetail_bar_flex .item.hover {
  color: #0072c1;
}

.prodetail_bar_flex .item.hover::after {
  content: "";
  opacity: 1;
}

.contacttop {
  padding-top: 76px;
}

.contactPage {
  background: #ffffff;
  padding: 50px;
}

.conpan {
  display: inline-block;
  width: 100%;
}

.conpan img {
  max-width: 100%;
  width: 16%;
}

.conpan .left {
  display: flex;
  justify-content: space-between;
  float: unset;
}

.conpan .left .txt-box {
  width: 32%;
  padding: 15px 0;
  box-shadow: 0px 0px 4px 0px #ccc;
  transition: all 0.36s;
}

.conpan .left .txt-box:hover {
  transform: translateY(-15px);
}

.conpan .left .txt-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conpan .left .txt-box a>p.txt-title {
  color: #0072c1;
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0px;
}

.conpan .left .txt-box a>p.txt {
  font-size: 17px;
}

.conpan .left .txt-box .txtbox {
  font-size: 17px;
  padding: 24px 64px;
  width: 100%;
  color: #666;
}

.conpan .left .txt-box .txtbox table {
  width: 100%;
}

.conpan .left .txt-box .txtbox table td {
  line-height: 32px;
}

.conpan .left .txt-box .txtbox td:nth-child(1) {
  width: 60px;
  vertical-align: top;
}

.conpan .left .txt-box .txtbox td:nth-child(2) {
  width: calc(100% - 60px)
}

.map {
  margin-top: 50px;
}

#all2map b.companyname {
  color: #d9271b;
  font-size: 19px;
}


.prodetailcon .dth_wh {
  display: flex;
}

.prodetailcon-left {
  width: calc(96% - 360px);
  font-size: 16px;
  line-height: 36px;
}

.prodetailcon-tit {
  font-size: 24px;
  color: #0072c1;
  border-bottom: 2px solid #0072c1;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.prodetailcon-left img {
  display: block;
  margin: 12px auto;
  text-align: center;
}

.prodetailcon-left a {
  font-size: 18px;
  padding: 0px 6px;
  color: #0072c1;
  font-weight: bold;
}

.prodetailcon-right {
  float: left;
  width: 360px;
  margin-left: 4%;
}

.prorelated ul li {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 24px
}

.latest-news {
  padding: 0px 0 10px;
}

.latest-news li {
  padding: .5em 1em;
  font-size: 16px;
}

.latest-news li a {
  display: block;
  line-height: 28px;
  color: #5a5a5a;
  height: 28px;
  overflow: hidden;
}

.latest-news li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

.latest-news li a:hover {
  color: #0072c1;
}

.latest-news li a:hover:before {
  color: #0c3a90;
}

.protags {
  border-top: 2px solid #0072c1;
  margin: 40px 0px 0px;
  padding-top: 12px;
}

.protags div {
  font-size: 16px;
  color: #2f2f2f;
  display: inline-block;
  margin-right: 9px;
  line-height: 28px;
  padding: 0 15px;
}

.protags div:nth-child(1) {
  background: #fff;
  margin-right: 0px;
  padding: 0px;
}

.back {
  margin: 40px 0px;
  display: flex;
  justify-content: space-between;
}

.back a {
  font-size: 16px;
  padding: 0px 6px;
  color: #333;
  font-weight: normal;
}

.back a:hover {
  font-weight: bold;
  color: #0072c1;
}


.prodetailcon table {
  width: 100%;
  max-width: 1200px;
}

.prodetailcon table td {
  background: #fff;
  line-height: 36px;
  padding: 0px 8px;
  border: 1px solid black;
  border-collapse: collapse;
}

.prodetailcon table th {
    background: #fff;
    line-height: 36px;
    padding: 0px 8px;
    border: 1px solid black;
    border-collapse: collapse;
}

.prodetailcon table:has(img) {
  border: 0px;
  width: auto;
}

.prodetailcon table:has(img) td {
  border: 0px;
  width: auto;
  padding: 0px;
}

.prodetailcon table td:has(img) {
  border: 0px;
  max-width: auto;
  background: none;
}

.prodetailcon img {
  display: inline;
}

.prodetailcon p>img {
  display: block;
}


@media(max-width:1400px) {
  .prodetail_bar_flex .item {
    max-width: 50%;
    padding: 0px 18px;
  }

  .news_bars .item a {
    padding: 0px 42px;
  }
}




@media(max-width:1200px) {
  .prodetail_bar_flex .item {
    max-width: 50%;
    padding: 0px 12px;
  }

  .proyscontent ul li {
    width: 32%;
    margin-right: 2%;
  }

  .proyscontent ul li:nth-child(5n) {
    margin-right: 2%
  }

  .proyscontent ul li:nth-child(n+6) {
    margin-bottom: 64px;
  }

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

@media(max-width:1024px) {
  .news_bars .item {
    width: 25%;
  }

  .news_bars .item a {
    padding: 0px;
  }

  .conpan .left .txt-box .txtbox {
    padding: 20px 12px;
  }

  .conpan .left .txt-box .txtbox td {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .menuer {
    position: relative;
    bottom: 0px;
    height: 84px;
  }

  .sub_local {
    display: none;
    margin-left: 0px;
  }

  .menuer .common_nav {
    height: 84px;
  }

  .menuer .common_nav {
    display: block;
    position: relative;
    width: 100%;
  }

  .menuer .common_nav .mitem {
    width: 30%;
    height: 48px;
  }

  .menuer .common_nav .mitem .mt {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }

  .nav_list {
    position: absolute;
    top: 0px;
    width: 100%;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    left: -1px;
  }

  .menuer .common_nav .sobtitle {
    float: left;
    position: absolute;
    top: 48px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .location_icon {
    font-size: 14px;
  }

  .menuer .common_nav .sobtitle a {
    line-height: 36px;
    font-size: 12px;
  }

  .menuer .common_nav .mitem .subMenu {
    display: none
  }

  .menuer .common_nav .mitem.hover .subMenu {
    display: none
  }

  .index_h3 {
    margin-top: 0px;
    background-size: 72px;
  }

  .about_1 .index_h3 .aa {
    background: url(https://cdn6.zhuocms.com/storage/wwwsmcshcom/img/tit-more.png) right 48px no-repeat;
    background-size: 32px;
  }

  .about_1 .index_tb h3 {
    padding-top: 32px;
  }

  .index_tb h3 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 24px;
  }

  .index_tb h4 {
    font-size: 14px;
    padding-top: 4px;
    padding-left: 24px;
  }

  .about_wen {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
  }

  .about_wen strong {
    font-size: 18px;
  }

  .product_center1 .about_we {
    height: auto
  }

  .location {
    position: inherit;
    line-height: 48px;
  }

  .product_center1 .index_h3 {
    padding-bottom: 12px;
  }

  .product_center1 .index_tb h3 {
    padding-top: 42px;
  }

  .product-box {
    display: block;
  }

  .page-wrap-right {
    width: 100%;
  }

  .product_center1 .list .item {
    width: 48%;
    margin-right: 4%;
  }

  .product_center1 .list .item:nth-child(2n) {
    margin-right: 0px;
  }

  .product_center1 .list .item .txtBox h3 {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .location .dth_wh {
    display: block;
  }

  .location_icon {
    float: left;
  }

  .location_tt {
    float: left;
  }

  .prodetail_bar_flex {}

  .prodetail_bar {
    height: auto
  }

  .prodetail_bar_flex .item {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0px;
    overflow: hidden;
  }

  .prodetailbox {
    padding: 24px 0px;
  }

  .prodetailbox .flex {
    display: block;
  }

  .prodetailbox .proimg {
    width: 100%;
    text-align: center;
    height: 300px;
  }

  .prodetailbox .proimg img {
    max-width: 100%
  }

  .prodetailbox .procon {
    margin-top: 24px;
    width: 100%;
  }

  .prodetailbox .procon h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .prodetailbox .procon .explan {
    font-size: 14px;
    line-height: 30px;
  }

  .prodetailboxtit h2 {
    font-size: 18px;
  }

  .prodetailbox .procontent {
    font-size: 14px;
    line-height: 30px;
  }

  .prodetailbox .procontent img {
    max-width: 100%
  }

  .prorelatedtit {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .prodetailbox .procontent a {
    font-size: 16px;
  }

  .prorelated ul li {
    width: 49%;
    margin-right: 2%
  }

  .prorelated ul li:nth-child(2n) {
    margin-right: 0px;
  }

  .prorelated ul li h3 {
    font-size: 14px;
  }

  .proyscontent ul li {
    width: 100%;
    margin-right: 0px;
  }

  .proyscontent ul li:nth-child(n+6) {
    margin-bottom: 63px;
  }

  .conpan .left {
    flex-wrap: wrap;
  }

  .conpan .left .txt-box {
    width: 100%;
  }

  .contactPage {
    padding: 0px 0px;
  }

  .contacttop {
    padding-top: 20px;
  }

  .map {
    margin-top: 24px;
  }



  .news_wrapper .news_left_box {
    width: 100%;
  }

  .news_bars {
    margin-bottom: 12px;
  }

  .news_bars .item {
    width: 25%;
  }

  .news_bars .item a {
    padding: 0px;
    height: 42px;
    font-size: 14px;
  }

  .news_bars .item a .icon {
    display: none
  }

  .newsitem>a {
    margin-right: 0px;
  }

  .newsitem>a>img {
    max-width: 100%;
    display: none;
  }

  .newsitem {
    padding: 12px 10px;
  }

  .news_wrapper .news_right_box {
    display: none
  }

  .newsdetail {
    padding: 24px 12px;
  }

  .newsdetail h2 {
    font-size: 16px;
  }

  .newsdetail .source {
    margin: 12px 0px 8px;
  }

  .newsdetail .newscon {
    font-size: 14px;
    line-height: 30px;
  }

  .newsdetail .newscon a {
    font-size: 16px;
  }

  .newsdetail .relatedreading ul li {
    width: 100%;
    margin-right: 0px;
  }


  .prodetailcon .dth_wh {
    display: block;
  }

  .prodetailcon-left {
    width: 100%;
  }

  .prodetailcon-right {
    margin-left: 0px;
    width: 100%;
  }

  .prodetailcon-left img {
    max-width: 100%
  }

  .back {
    display: block;
  }

  footer {
    margin-bottom: 50px;
  }



  .about_we_pro_box {
    padding: 8px;
  }

  .product_center1 .about_we_pro a {
    font-size: 12px;
    padding: 4px 6px;
  }
}


.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;
}