@charset "utf-8";


html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.btn-more {
  background-color: #fff;
  transition: background-position 0.6s ease;
  color: #ff7e69;
  font-size: 14px;
  padding: 0 25px;
  line-height: 38px;
  border-radius: 38px;
  display: block;
  width: 100%;
  max-width: 141px;
  cursor: pointer;
  position: relative;
}


html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-family: "times", helvetica_neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  color: #2b2f52;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2px;
}

@font-face {
  font-family: "times";
  src: url("../font/times.woff") format("woff"),
    url("../font/times.ttf") format("truetype");
  font-display: swap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  color: #6fbaff;
}

a:hover {
  color: #8e50ff;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

input:-ms-clear {
  display: none;
}

input,
textarea {
  border: 0;
  font-family: "Microsoft YaHei";
}

textarea {
  resize: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.warp-mb {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}

.index-title .h2 {
  font-weight: 700;
  color: #2b2f52;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}

.index-title .text {
  color: #2b2f52;
  text-align: center;
}

p,
li {
  font-size: 16px;
  line-height: 1.8;
  color: #2b2f52;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  color: #2b2f52;
}

h3 {
  font-size: 20px;
  color: #2b2f52;
}

h4 {
  font-size: 18px;
  color: #2b2f52;
}

h5,
h6 {
  color: #2b2f52;
}

.m-top {
  margin-top: 80px;
}

.m-btm {
  margin-bottom: 80px;
}

.p-top {
  padding-top: 80px;
}

.p-btm {
  padding-bottom: 80px;
}



@media screen and (max-width: 1440px) {
  .warp-mb {
    width: 1170px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }

  .index-title .h2 {
    margin-bottom: 15px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

}

@media screen and (max-width: 1200px) {
  .warp-mb {
    width: 980px;
  }

  .m-top {
    margin-top: 60px;
  }

  .m-btm {
    margin-bottom: 60px;
  }

  .p-top {
    padding-top: 60px;
  }

  .p-btm {
    padding-bottom: 60px;
  }

  .index-title .h2 {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }





}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }

  .index-title {
    margin-bottom: 20px;
  }


  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 16px;
  }



  p,
  li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }


  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }

  .btn-more {
    padding: 0 10px 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .m-top {
    margin-top: 30px;
  }

  .m-btm {
    margin-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .p-btm {
    padding-bottom: 30px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }



}




/* zxy-header */
.zxy-header {
  background-color: #fff;
  background: url(../images/header-bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  /* box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1), -5px -5px 10px 0 rgba(0, 0, 0, 0.1); */
  transition: all 0.3s;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
}

.zxy-header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zxy-header.active {
  position: fixed;
  top: 0;
  left: 0;
  top: 0px;
  width: 100%;
}


.zxy-header .logo {
  width: 140px;
}

.zxy-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.zxy-header .right-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zxy-header .right-btm .zxy-search {
  width: 40px;
  height: 40px;
  background: url(../images/fdj-icon.png) no-repeat center;
  background-size: 35px;
  margin-left: 10px;
  cursor: pointer;
}

.navlist>li {
  float: left;
  position: relative;
}

.navlist>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 222;
  display: block;
  visibility: hidden;
  width: 260px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
  padding-right: 5px;
}

.navlist>li>.sub-menu>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #ffae2a;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li:hover>a {
  padding-left: 20px;
}

.navlist>li>.sub-menu>li:hover>a:before {
  width: 10px;
  opacity: 1;
}

.navlist .menu-item-has-children:hover>ul.sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}

.navlist>li>a {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 20px;
  font-weight: 500;
  color: #fff;
  line-height: 46px;
}

.navlist li.menu-item-has-children>a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/jt.png) no-repeat center;
  background-size: 12px;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navlist li.menu-item-has-children:hover>a::after {
  transform: translateY(-50%) rotate(180deg);
}

.header .navlist .current-menu-item>a {
  color: #ffae2a !important;
}

/* 三级 */

.navlist>li>.sub-menu>li>.sub-menu>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
}

.navlist>li>.sub-menu>li>.sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 223;
  display: block;
  visibility: hidden;
  width: 300px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>.sub-menu>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>.sub-menu>li>a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #1ea3fe;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #1ea3fe;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}

.navlist>li>.sub-menu>li>.sub-menu>li:hover>a {
  padding-left: 20px;
}

.navlist>li>.sub-menu>li:hover>a {
  padding-left: 20px;
}

.navlist>li>.sub-menu>li>.sub-menu>li:hover>a::before {
  width: 5px;
  opacity: 1;
}

.navlist>li>.sub-menu>li:hover>a:before {
  width: 5px;
  opacity: 1;
}

.navlist>.menu-item-has-children:hover>ul.sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}

.navlist>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>ul.sub-menu {
  left: inherit;
  right: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}

/* 三级 */
.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  height: auto;
  width: 40px;
  display: none;
}

.menu input {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  opacity: 0;
}

.menu span {
  height: 3px;
  width: 35px;
  position: relative;
  background-color: #2b395e;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.2s linear;
}

.menu span:nth-of-type(1) {
  width: 20px;
  margin-right: auto;
}

.menu span:nth-of-type(2) {
  width: 40px;
}

.menu span:nth-of-type(3) {
  width: 20px;
  margin-left: auto;
}

.menu input:checked~span:nth-of-type(1) {
  transform: rotate(45deg) translate(4px, 1px);
  background-color: #ff5500;
  box-shadow: 0 0 2em 0.2em #ff5500;
}

.menu input:checked~span:nth-of-type(2) {
  transform: rotate(-45deg);
  background-color: #ff5500;
  box-shadow: 0 0 2em 0.2em #ff5500;
}

.menu input:checked~span:nth-of-type(3) {
  transform: rotate(45deg) translate(-4px, 0px);
  background-color: #ff5500;
  box-shadow: 0 0 2em 0.2em #ff5500;
}



@media screen and (max-width: 1200px) {


  .navlist>li>a {
    font-size: 14px;
  }

}

@media screen and (max-width: 992px) {

  .right-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu {
    display: flex;
    margin-left: 10px;
  }

  .zxy-header.active .menu-custom-menu-container {
    top: 62px;
  }

  .menu-custom-menu-container {
    position: fixed !important;
    top: 80px;
    left: 0;
    z-index: 99999;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background: #fff !important;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-overflow-scrolling: touch;
    -ms-transform: translateX(-150%);
    padding: 0 15px;
    border-radius: 5px;
  }


  .menu-custom-menu-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }

  .navlist {
    display: block;
    padding-bottom: 160px;
    float: none;
  }

  .navlist>li {
    float: none;
    border-bottom: 1px solid #e6ebf1;
  }

  .menu-custom-menu-container ul>li.current-menu-item>a,
  .menu-custom-menu-container ul>li:hover>a,
  .menu-custom-menu-container ul li.current-menu-parent>a {
    background: 0 0;
    color: #ffae2a !important;
  }

  .navlist li.menu-item-has-children>a::after {
    display: none;
  }

  .menu-custom-menu-container ul>li>ul.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    padding: 0;
    width: 100%;
    border-top: none;
    border-top: 3px solid #ffae2a;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    margin-left: 0;
  }

  .menu-custom-menu-container ul li.menu-item-has-children .icon-drop-down {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    transform: none;
    background: url(../images/jt.png) no-repeat center;
    background-size: 12px;
    width: 50px;
    height: 50px;
  }

  .menu-custom-menu-container ul li.menu-item-has-children .icon-drop-down.ri-arrow-up-s-line {
    transform: rotate(180deg);
  }

  .menu-custom-menu-container ul>li.menu-item-has-children:hover>ul.sub-menu {
    display: none;
  }

  .menu-custom-menu-container ul>li>ul.sub-menu>li {
    border-bottom: 1px solid #e6ebf1;
  }

  .menu-custom-menu-container ul>li>ul.sub-menu>li>a {
    display: inline-block;
    padding: 16px;
  }

  .menu-custom-menu-container ul>li>a {
    display: inline-block;
    padding: 13px 0;
    color: #000 !important;
    line-height: 24px;
    background: 0 0 !important;
  }


  /* 三级 */
  .navlist>li>.sub-menu>li>.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    padding: 0;
    width: 100%;
    border-top: none;
    border-top: 2px solid #1ea3fe;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    margin-left: 0;
  }

  .navlist>li>.sub-menu>li>.sub-menu>li>a {
    padding: 12px;
  }

  /* 三级 */
}



@media screen and (max-width: 480px) {
  .zxy-header .right-btm .zxy-search {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .zxy-header .logo {
    width: 110px;
  }
}

/* zxy-header */
/* 产品详情页 */
.pro-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.pro-item1 {
  background: url(../images/pro-textbg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.pro-item1 h1 {
  color: #fff;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
}

.pro-item1 h1::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff7e69;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}

.pro-item1 p {
  text-align: justify;
  color: #fff;
  margin-bottom: 30px;
}

.pro-item1 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.pro-item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pro-item2 .text {
  width: 60%;
}

.pro-item2 .text h2 {
  position: relative;
  margin-bottom: 30px;
}

.pro-item2 .text h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff7e69;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.pro-item2 .text p {
  margin-bottom: 20px;
}

.pro-item2 .text .btn-more {
  background-color: #ff7e69;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 40px;
  max-width: 160px;
}

.pro-item2 .text .btn-more:hover {
  background-color: #2b2f52;
}

.pro-item2 .imgs-right {
  width: 38%;
  overflow: hidden;
}

.pro-item2 .imgs-right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.pro-item2-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.pro-item2-list li {
  width: 49%;
  background-color: #f1f2fb;
  margin-bottom: 15px;
  padding: 15px 15px 15px 46px;
  position: relative;
  border-radius: 10px;
  font-size: 16px;
  text-align: justify;
}

.pro-item2-list li::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: solid 1px #2b2f52;
  position: absolute;
  left: 8px;
  top: 8px;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
  font-size: 14px;
}

.pro-item2-list li:nth-of-type(1)::before {
  content: "01";
}

.pro-item2-list li:nth-of-type(2)::before {
  content: "02";
}

.pro-item2-list li:nth-of-type(3)::before {
  content: "03";
}

.pro-item2-list li:nth-of-type(4)::before {
  content: "04";
}

.pro-item2-list li:nth-of-type(5)::before {
  content: "05";
}

.pro-item2-list li:nth-of-type(6)::before {
  content: "06";
}

.pro-item2-list li:nth-of-type(7)::before {
  content: "07";
}

.pro-item2-list li:nth-of-type(8)::before {
  content: "08";
}

.btm-text-box {
  padding: 20px 40px;
  border-radius: 100px;
  background-color: #ff7e69;
  background-image: linear-gradient(90deg,
      #ff7e69 0,
      #ff884a 100%);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

/* --  */
.pro-item3 {
  position: relative;
  background: url(../images/pro-textimg2-bg.png) no-repeat right 20% center;
  background-size: auto 100%;
  overflow: hidden;
}

.pro-item3 .item3-img {
  width: 48%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pro-item3 .item3-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 关键：保持比例并填满容器（可能裁剪） */
  object-position: center;
  /* 可调整为 top/left 等 */

}


.pro-item3 .item3-text {
  padding-left: 50%;
}

.pro-item3 .item3-text h2 {
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}


.pro-item3 .item3-text h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff7e69;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.pro-item3 .item3-text p {
  text-align: justify;
  margin-bottom: 20px;
}

.pro-item3 .item3-text .btn-more {
  background-color: #ff7e69;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 40px;
  max-width: 160px;
}

.pro-item3 .item3-text .btn-more:hover {
  background-color: #2b2f52;
}

/* ---  */
.pro-item4 {
  border-top: solid 1px #495ad4;
}

.pro-item4 .item4-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.pro-item4 .item4-title h2 {
  width: 35%;
  line-height: 1.3;
}

.pro-item4 .item4-title p {
  width: 60%;
}

.pro-item4 .item4-box {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.pro-item4 .item4-box .item-fl {
  padding-right: 35%;
}

.item4-box .item-fl dt {
  background-color: #323a79;
  padding: 20px;
  color: #fff;
}

.item4-box .item-fl dd .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  background-color: #f4f5ff;
  border-radius: 10px;
  overflow: hidden;
}

.item-fl dd .item-list span {
  width: 40%;
  background-color: #ff7e69;
  background-image: linear-gradient(90deg, #ff7e69 0, #ff884a 100%);
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 20px 15px;
  display: flex;
  align-items: center;
}

.item-fl dd .item-list p {
  width: 60%;
  padding: 20px 30px;
  color: #2b2f52;
  font-size: 16px;
  line-height: 1.8;
}

.pro-item4 .item4-box .item-fr {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;

}

.pro-item4 .item4-box .item-fr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 关键：保持比例并填满容器（可能裁剪） */
  object-position: center;
  /* 可调整为 top/left 等 */
  border-radius: 10px;
}

/*---*/
.pro-item-table {
  position: relative;
  padding-top: 50px;
}

.pro-item-table::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #f4f5ff;
  position: absolute;
  left: 0;
  top: 0;
}

.pro-item-table .warp-mb {
  position: relative;
  z-index: 2;
}

.pro-item-table h2 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}

.pro-item-table h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff7e69;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}


/* ---  */
.pro-item5 {
  position: relative;
}

.pro-item5::before {
  content: "";
  width: 100%;
  height: 70%;
  background: url(../images/pro-img4-bg.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.pro-item5 .warp-mb {
  position: relative;
  z-index: 2;
}

.pro-item5 h2 {
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 10px;
  max-width: 50%;
}

.pro-item5 .tit {
  line-height: 1.6;
  max-width: 50%;
}

.pro-item5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.pro-item5 .pro-item5-list1 li {
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  border: solid 1px rgb(91, 104, 209, 0.4);
  margin-top: 30px;
}
.pro-item5 .pro-item5-list2 li {
  width: 49%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  border: solid 1px rgb(91, 104, 209, 0.4);
  margin-top: 30px;
}

.pro-item5 .pro-item5-list3 li {
  width: 32%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  border: solid 1px rgb(91, 104, 209, 0.4);
  margin-top: 30px;
}


.pro-item5 li img {
  display: block;
  width: 100%;
  height: auto;
}

.pro-item5 li h3 {
  text-transform: capitalize;
  line-height: 1.3;
  padding: 20px 15px 10px;
  font-weight: 600;
}

.pro-item5 li p {
  padding: 0 15px;
  text-align: justify;
}

.pro-item6 {
  background: url(../images/pro-textbg.jpg) no-repeat center;
  background-size: cover;
}

.pro-item6 h2 {
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.pro-item6 .item6-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.pro-item6 .item6-box .item-fl {
  width: 22%;
}

.pro-item6 .item6-box .item-fl img {
  display: block;
  width: 100%;
  height: auto;
}

.pro-item6 .item6-box .item-fr {
  width: 70%;
}

.item6-box .item-fr li {
  margin-bottom: 20px;
  background-color: #eff1fe;
  padding: 20px;
  border-radius: 10px;
  text-align: justify;
}

.item6-box .item-fr .btn-more {
  padding: 0 30px;
  line-height: 40px;
  border-radius: 40px;
  max-width: 160px;
}

.pro-item7 h2 {
  text-align: center;
  text-transform: capitalize;
  line-height: 1.3;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pro-item7 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pro-item7 li {
  width: 32%;
  text-align: center;
}

.pro-item7 li .img {
  display: block;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.pro-item7 li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.pro-item7 li h3 {
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pro-item7 li p {
  text-align: justify;
  padding: 0 15px;
}

/* product-massage */
.pro-btm-msg {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background: url(../images/msg-pro-btmbg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}



.pro-btm-msg h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}

.pro-btm-msg h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff7e69;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.pro-btm-msg .text {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  color: #fff;
}

.pro-btm-msg .fluentform.fluentform_wrapper_3 {
  position: relative;
  z-index: 2;
}

.pro-btm-msg .ff-default .ff-el-input--label label {
  color: #fff !important;
}

.pro-btm-msg .fluentform.fluentform_wrapper_3 .ff_submit_btn_wrapper {
  text-align: center;
}

.pro-btm-msg .ff-default .ff_btn_style {
  background-color: #ff7e69 !important;
  color: #fff !important;
}






/* pro-itemnumb */
.pro-itemnumb {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.pro-itemnumb .itemnumb-fl {
  width: 78%;
}

.itemnumb-fl h2 {
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 800px;
}

.itemnumb-fl>p {
  max-width: 800px;
}

.itemnumb-fl ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.itemnumb-fl .itemnumb-item2 li {
  width: 49%;
  background-color: #ff7e69;
  background-image: linear-gradient(90deg, #ff7e69 0, #ff884a 100%);
  padding: 50px 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.itemnumb-fl .itemnumb-item3 li {
  width: 32%;
  background-color: #ff7e69;
  background-image: linear-gradient(90deg, #ff7e69 0, #ff884a 100%);
  padding: 50px 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.itemnumb-fl ul li span {
   width: 60px;
    height: 60px;
    display: block;
  margin-bottom: 20px;
}
.itemnumb-fl ul li span img{
     display: block;
    width: 100%;
    height: auto;
}

.itemnumb-fl ul li p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.pro-itemnumb .itemnumb-fr {
  width: 20%;
  background-color: #2b2f52;
  background-image: linear-gradient(90deg, #5063f5 0, #2b2f52 100%);
  position: relative;
  border-radius: 10px;
  padding: 30px 15px 50px;
}

.pro-itemnumb .itemnumb-fr p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

.pro-itemnumb .itemnumb-fr .more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}

.pro-itemnumb .itemnumb-fr:hover .more {
  transform: rotate(-45deg);
}

/* pro-itemnumb */




/* product-massage */
/* pro-itembtm-box  */
.pro-itembtm-box p {
  
  text-align: justify;  
}

/* pro-itembtm-box  */


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .pro-item4 .item4-title h2 {
    width: 32%;
  }

  .pro-item4 .item4-title p {
    width: 65%;
  }

  .pro-item4 .item4-box .item-fr {
    width: 33%;
  }

  .pro-item4 .item4-box .item-fl {
    padding-right: 36%;
  }

  .item-fl dd .item-list p {
    padding: 20px 10px;
    line-height: 1.5;
  }

  .pro-item5 h2 {
    max-width: 70%;
  }

  .pro-item5 .tit {
    max-width: 70%;
  }

  .pro-itemnumb .itemnumb-fl {
    width: 67%;
  }

  .pro-itemnumb .itemnumb-fr {
    width: 30%;
  }

  .itemnumb-fl ul li span {
    font-size: 36px;
  }

  .itemnumb-fl .itemnumb-item3 li {
    width: 32.5%;
    padding: 30px 20px;

  }


}

@media screen and (max-width: 992px) {
  .pro-item2-list li {
    font-size: 14px;
  }

  .btm-text-box {
    font-size: 14px;
    padding: 15px 30px;
  }

  .pro-item3 .item3-text {
    padding-left: 0%;
    padding-bottom: 0;
  }

  .pro-item3 .item3-img {
    width: 100%;
    height: 100%;
    position: static;
    left: inherit;
    top: inherit;
  }

  .pro-item3 .item3-img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .pro-item4 .item4-box {
    margin-top: 30px;
  }

  .pro-item4 .item4-title h2 {
    width: 100%;
  }

  .pro-item4 .item4-title p {
    width: 100%;
    margin-top: 15px;
  }



  .item-fl dd .item-list span {
    width: 30%;
  }

  .item-fl dd .item-list p {
    padding: 15px 10px;
    font-size: 14px;
    width: 70%;
  }

  .item4-box .item-fl dd .item-list {
    margin-top: 20px;
  }

  .pro-item-table {
    padding-top: 40px;
  }

  .pro-item5 .pro-item5-list3 li {
    width: 48%;
    margin-top: 25px;
  }

  .pro-item6 .item6-box .item-fl {
    display: none;
  }

  .pro-item6 .item6-box .item-fr {
    width: 100%;
  }

  .pro-item6 .item6-box {
    margin-top: 30px;
  }

  .pro-item7 li {
    width: 100%;
    margin-bottom: 20px;
  }


}

@media screen and (max-width: 768px) {
  .btm-text-box {
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 30px;
  }

  .item-fl dd .item-list span {
    font-size: 16px;
    padding: 15px 10px;
  }

  .pro-item5 h2 {
    max-width: 90%;
  }

  .pro-item5 .tit {
    max-width: 90%;
  }

  .pro-item-table {
    padding-top: 30px;
  }
  .pro-item5 .pro-item5-list1 li {
    margin-top: 25px;
  }
  .pro-item5 .pro-item5-list2 li {
    width: 100%;
    margin-top: 25px;
  }

  .pro-item5 .pro-item5-list3 li {
    width: 100%;
    margin-top: 25px;
  }

  .pro-itemnumb .itemnumb-fl {
    width: 100%;
  }

  .pro-itemnumb .itemnumb-fr {
    width: 100%;
    margin-top: 30px;
    padding: 30px 15px 60px;
  }


}

@media screen and (max-width: 600px) {

  .pro-item2 .text {
    width: 100%;
  }

  .pro-item2 .imgs-right {
    width: 100%;
    margin-top: 30px;
  }

  .pro-item2-list li {
    width: 100%;
  }

  .pro-item4 .item4-box .item-fl {
    padding-right: 0%;
  }

  .pro-item4 .item4-box .item-fr {
    display: none;
  }

  .itemnumb-fl .itemnumb-item3 li,
  .itemnumb-fl .itemnumb-item2 li {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .pro-item4 .item4-box {
    margin-top: 20px;
  }

  .btm-text-box {
    margin-top: 20px;
  }

  .item-fl dd .item-list p {
    font-size: 12px;
  }

  .pro-item5 h2 {
    max-width: 100%;
  }

  .pro-item5 .tit {
    max-width: 100%;
  }
}

/* 产品详情页 */



/*全局搜索框*/
.search-nav {
  display: none;
  position: fixed;
  width: 690px;
  z-index: 66666;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-right: 60px;
}

.search-nav.on {
  display: block;
}

.search-field {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  height: 60px;
  border: none;
  padding: 0;
  padding-left: 10px;
}

.search-nav .zs-close {
  font-size: 22px;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}

.search-nav .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #ff5500 url(../images/fdj-icons.png) no-repeat center;
  background-size: 30px;
  border: none;

}

@media screen and (max-width: 768px) {

  .search-nav {
    padding-right: 44px;
    width: 98%;
  }


  .search-field {
    line-height: 44px;
    height: 44px;
    font-size: 14px;
  }


  .search-nav .search-submit {

    line-height: 44px;
    width: 44px;
    height: 44px;


  }
}

/*全局搜索框*/


























































/* zxy-footer */
.zxy-footer {
  background-color: #3c4145;
}

.zxy-footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 190px;
}

.zxy-footer .footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}



.zxy-footer .footer-box .l1 {
  width: 32%;
}

.zxy-footer .footer-box .l2 {
  width: 32%;
}

.zxy-footer .footer-box .l3 {
  width: 32%;
}

.zxy-footer .footer-box .l4 {
  width: 25%;
}

.zxy-footer .footer-box .l4 .footer-frombox {
  position: relative;
}

.zxy-footer .footer-box li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 8px;
  border-bottom: solid 1px #5e6367;
  margin-bottom: 15px;
  position: relative;
}

.zxy-footer .footer-box li h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #3e79f3;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.zxy-footer .footer-box li .text {
  color: #ffffff;
  line-height: 1.5;
}

.zxy-footer .footer-box li .pt {
  color: #fff;
  position: relative;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 14px;
}

.zxy-footer .footer-box li .pt a {
  color: #fff;
}

.zxy-footer .footer-box li .pt::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.zxy-footer .footer-box li .sp1::before {
  background: url(../images/footer-email.png) no-repeat;
  background-size: contain;
}

.zxy-footer .footer-box li .sp2::before {
  background: url(../images/footer-phone.png) no-repeat;
  background-size: contain;
}

.zxy-footer .footer-box li .sp3::before {
  background: url(../images/footer-add.png) no-repeat;
  background-size: contain;
}

.zxy-footer .footer-box li .tm a {
  color: #fff;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 15px;
}

.zxy-footer .footer-box li .tm a:hover {
  color: #db5325;
}

@media screen and (max-width: 1200px) {
  .zxy-footer .footer-box li .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-footer .footer-box .l1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .zxy-footer .footer-box .l2 {
    width: 48%;
  }

  .zxy-footer .footer-box .l3 {
    width: 48%;
  }

  .zxy-footer .footer-box .l4 {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .zxy-footer .footer-box .l2 {
    width: 100%;
  }

  .zxy-footer .footer-box .l3 {
    width: 100%;
    margin-top: 30px;
  }
}

/*===*/
.footer-sx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2b395e;
  border-top: solid 1px #646465;
}

.footer-sx p {
  text-align: center;
  color: #fff;

}

.footer-sx p a {
  color: #fff;
}

.footer-sx p a:hover {
  color: #db5325;
}

@media screen and (max-width: 768px) {

  .footer-sx {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* zxy-footer */


/*弹窗*/
.msg-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 66666;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  display: none;
  width: 100%;
  max-width: 800px
}

.msg-box .clock {
  width: 30px;
  height: 30px;
  background: url(../images/ck-cuo.png) no-repeat center;
  background-size: 24px;
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  transform-origin: center;
  z-index: 6;
}

.msg-box .clock:hover {
  transform: rotate(360deg);
}

.msg-box .bt {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative;
}

.msg-box .bt::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff5500;
  position: absolute;
  left: 0;
  bottom: 0;
}

#msg-boxbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 66665;
}

@media screen and (max-width: 768px) {
  .msg-box {
    width: 98%;
    height: 400px;
    overflow-y: auto;
  }
}





/* 短文章内容 */
.news-conter .news-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-conter .news-box .news-left {
  width: 68%;
}

.news-conter .news-box .news-left h2 {
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.news-conter .news-box .news-left p {
  text-align: justify;
  margin-bottom: 20px;
}

.news-conter .news-box .news-left img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.news-conter .news-left h1 {
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.news-conter .news-left .news-one-text {
  padding: 30px 30px 90px;
  background: #f4f5ff url(../images/news-left-bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
}

.news-conter .news-left .news-two-box,
.news-conter .news-left .news-three-box {
  margin-top: 30px;
}

.news-conter .news-left .btn-more {
  background-color: #ff7e69;
  color: #fff;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 5px;
  max-width: 430px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.news-conter .news-left .btn-more:hover {
  background-color: #2b2f52;
}
.news-bottom-img2 {
  display: flex;  justify-content: space-between;
}

.news-bottom-img2 img {
  width: 49% !important;
  height: auto !important;
}


.news-conter .news-left .news-four-box {
  background-color: #f4f5ff;
  padding: 35px 25px;
  margin-top: 30px;
}

.news-conter .news-left .news-four-box .news-four-text {
  background-color: #2b2f52;
  color: #fff;
  padding: 20px;
}

.news-conter .news-left .news-four-box ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.news-conter .news-left .news-four-box .news-four-ul3 li {
  width: 32%;
}

.news-conter .news-left .news-four-box .news-four-ul4 li {
  width: 48%;
}

.news-conter .news-left .news-four-box .news-four-ul6 li {
  width: 32%;
}

.news-conter .news-left .news-four-box li {
  position: relative;
  text-align: justify;
  margin-bottom: 20px;
  padding-top: 80px;
}

.news-conter .news-left .news-four-box li::before {
  content: "";
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 5px #5368f8;
  animation: witr_squarest 2s linear infinite;
  position: absolute;
  left: 30px;
  top: 40px;
}

.news-conter .news-left .news-four-box li::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #5368f8;
  position: absolute;
  position: absolute;
  left: 25px;
  top: 35px;
  border-radius: 50%;
}

@keyframes witr_squarest {
  0% {
    box-shadow: 0 0 0 0 rgba(117, 134, 249, 0.5),
      0 0 0 5px rgba(117, 134, 249, 0.5), 0 0 0 10px rgba(117, 134, 249, 0.5);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(117, 134, 249, 0.5),
      0 0 0 10px rgba(117, 134, 249, 0.5), 0 0 0 15px rgba(255, 255, 255, 0);
  }
} 

.news-conter .news-left .news-five-box {
  margin-top: 30px;
}

.news-left .news-five-box .news-five-title {
  position: relative;
  padding-left: 120px;
}

.news-left .news-five-box .news-five-title::before {
  content: "";
  width: 90px;
  height: 152px;
  background: url(../images/news-left-wh.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-left .news-five-box .news-five-title p {
  background-color: #2b2f52;
  background-image: linear-gradient(90deg, #5063f5 0, #2b2f52 100%);
  color: #fff;
  padding: 20px;
}

.news-left .news-five-box ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.news-left .news-five-box .news-five-ul1 li {
  width: 100%;
}

.news-left .news-five-box .news-five-ul2 li {
  width: 48%;
}

.news-left .news-five-box li {
  background-color: #f4f5ff;
  padding: 30px 25px 10px;
  margin-top: 20px;
  border: dashed 2px #d0d5fc;
}

.news-left .news-five-btmtext {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 30px;
  background: url(../images/news-left-jt.png) no-repeat bottom center;
}

.news-left .news-five-btmtext p {
  /*text-align: center !important;*/
  color: #ff825c;
}

.news-left .news-sixs-box {
  margin-top: 30px;
}

.news-left .news-sever-box {
  margin-top: 30px;
}

/* right  */
.news-conter .news-box .main-side {
  width: 28%;
}

.main-side.active .side-auto {
  position: fixed;
  top: 80px;
  width: 30%;
  max-width: 392px;
}

.main-side .side-auto {
  position: relative;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #fff;

}

.main-side .side-auto .side-nav {
  padding: 25px 21px;
  width: 100%
}

.main-side .side-auto .side-nav strong {
  color: #08112A;
  font-size: 20px;
  line-height: 26px;
  font-family: "homestorebold";
  display: inline-block
}

.main-side .side-auto .side-nav .side-con {
  position: relative;
  margin-top: 20px;
  padding-top: 16px
}

.main-side .side-auto .side-nav .side-con:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border: 2px solid #D1D1D1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2
}

.main-side .side-auto .side-nav .side-con:after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border: 2px solid #D1D1D1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2
}

.main-side .side-auto .side-nav .side-con ol {
  padding-left: 12px;
  z-index: 1;
  overflow: hidden
}

.main-side .side-auto .side-nav .side-con ol:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d0d0d0
}

.main-side .side-auto .side-nav .side-con ol ol:before {
  display: none
}

.main-side .side-auto .side-nav .side-con ol li {
  position: relative;
  padding-left: 15px
}

.main-side .side-auto .side-nav .side-con ol li:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #d0d0d0;
  border: 1px solid #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.main-side .side-auto .side-nav .side-con ol li a {
  color: #a39b9b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  display: block;
  font-weight: normal;
  font-family: "微软雅黑";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-side .side-auto .side-nav .side-con ol li a:before {
  display: none
}

.main-side .side-auto .side-nav .side-con ol li.is-active-li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -12px;
  background: url(../images/side-on.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 17px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0
}

@media screen and (max-width: 1200px) {
  .news-conter .news-box .news-left {
    width: 70%;
  }

}

@media screen and (max-width: 992px) {
  .news-conter .news-box .news-left {
    width: 100%;
  }

  .news-conter .news-box .main-side {
    display: none;
  }
  .news-conter .news-left .btn-more {
  line-height: 40px;
  max-width: 350px;
}
}

@media screen and (max-width: 768px) {
  .news-conter .news-left .news-four-box .news-four-ul6 li {
    width: 48%;
  }

  .news-conter .news-left .news-four-box .news-four-ul4 li {
    width: 48%;
  }

  .news-conter .news-left .news-four-box .news-four-ul3 li {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .news-conter .news-left .news-four-box .news-four-ul6 li {
    width: 100%;
  }

  .news-conter .news-left .news-four-box .news-four-ul4 li {
    width: 100%;
  }

  .news-left .news-five-box .news-five-ul2 li {
    width: 100%;
  }

  .news-left .news-five-box .news-five-title::before {
    width: 50px;
    height: 85px;
  }

  .news-left .news-five-box .news-five-title {
    padding-left: 60px;
  }
    .news-conter .news-left .btn-more {
  max-width: 280px;
}
}

/* 短文章内容 */