@charset "utf-8";

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.btn-swt {
  cursor: pointer;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}




body {
  font-family: 'Montserrat';
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

.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: 'Montserrat sans-serif';
}

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: 1350px;
  margin-left: auto;
  margin-right: auto;
}



p {
  font-size: 16px;
  line-height: 1.8;
  color: #2A1A1A;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #1A1A1A;
  font-weight: 900;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #1A1A1A;
  font-weight: 900;
}

h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #333;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #333;
}

h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.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: 1400px) {
  .warp-mb {
    width: 1170px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

}

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

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }


  p {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index-title .h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }
}

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





/* header  */
.zxy-header {
  position: relative;
  z-index: 222;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.zxy-header .header-top {
  background-color: #6B9FD7;
}



.header-top .left {
  float: left;
  display: flex;
  padding: 7px 0;
}

.header-top .left a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background-color: #39a050;
  padding: 5px;
  display: flex;
  transition: all 0.3s;
}

.header-top .left a:hover {
  border-radius: 50px;
}

.header-top .left a:nth-of-type(1) {
  background-color: #0a55e3;
}

.header-top .left a:nth-of-type(2) {
  background-color: #39a050;
}

.header-top .left a:nth-of-type(3) {
  background-color: #ff0033;
}

.header-top .left a:nth-of-type(4) {
  background-color: #0a66c2;
}


.header-top .left a+a {
  margin-left: 10px;
}

.header-top .right {
  display: flex;
  float: right;
  line-height: 40px;
}

.header-top .right a,
.header-top .right span {
  color: #fff;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.header-top .right a {
  margin-left: 10px;
}

.header-top .right a:hover,
.header-top .right span:hover {
  color: #e55c06;
}

/* === */
.zxy-header .header-btm {
  position: relative;
  z-index: 2;
}

.zxy-header.active .header-btm {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.header-btm .header-box {
  position: relative;
  z-index: 2;
}

.header-btm .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-box .logo {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-box .logo img {
  display: block;
  width: 189px;
  height: auto;
  position: relative;
  z-index: 2;
}


.header-btm .right-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-btm .right-icon .zxy-search {
  width: 32px;
  height: 32px;
  background: url(../images/search-fdj.png) no-repeat center;
  background-size: 32px;
  cursor: pointer;
  display: block;
}

.header-btm .right-icon .more {
  margin-left: 15px;
}

.menu-custom-menu-container {
  float: right;
}

.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: 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 {
  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: #e55c06;
  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: 6px;
  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: uppercase;
  padding: 0 15px;
  color: #1A1A1A;
  line-height: 68px;
  font-weight: 700;
}

.navlist>li>a:hover {
  color: #e55c06;
}

.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: #e55c06 !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: #e55c06;
  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: #e55c06;
  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: #e55c06;
  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: #db5325;
  box-shadow: 0 0 2em 0.2em #db5325;
}

.menu input:checked~span:nth-of-type(2) {
  transform: rotate(-45deg);
  background-color: #db5325;
  box-shadow: 0 0 2em 0.2em #db5325;
}

.menu input:checked~span:nth-of-type(3) {
  transform: rotate(45deg) translate(-4px, 0px);
  background-color: #db5325;
  box-shadow: 0 0 2em 0.2em #db5325;
}
.menu-custom-menu-container .current-menu-item>a {
    color: #e55c06 !important;
}
@media screen and (max-width: 1200px) {
  .navlist>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .header-box .logo img {
    width: 160px;
  }

  .menu {
    display: flex;
  }


  .menu-custom-menu-container {
    position: fixed !important;
    top: 102px;
    left: 0;
    z-index: 2000000002;
    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(-10%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    -ms-transform: translateX(-100%);
    padding: 0 15px;
    margin-left: 0;
  }
	.zxy-header.active .menu-custom-menu-container{
		  top: 62px;
	}
  .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: #e55c06 !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: 2px solid #e55c06;
    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: 12px;
  }

  .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 #e55c06;
    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:500px) {
  .header-top .right {
    display: none;
  }

  .header-btm .right-icon .more {
    display: none;
  }
}


/* header  */

/* index-banner */
.index-banner {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  position: relative;
  padding-bottom: 150px;
}

.index-banner::before {
  content: "";
  width: 100%;
  background-image: linear-gradient(90deg, #6B9FD7 42.855%, #FFFFFF00 100%);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-banner .banner-box {
  text-align: left;
  position: relative;
  z-index: 1;
  width: 50%;
}

.index-banner .banner-box h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}

.index-banner .banner-box .btn-box {
  display: flex;
  max-width: 320px;
  justify-content: space-between;
}

.banner-box .btn-box a {
  width: 140px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}

.banner-box .btn-box a:nth-of-type(1) {
  background-color: #FFA41B;
}

.banner-box .btn-box a:nth-of-type(1):hover {
  background-color: #fff;
  color: #FFA41B;
}

.banner-box .btn-box a:nth-of-type(2) {
  background-color: #41B8E6;
}

.banner-box .btn-box a:nth-of-type(2):hover {
  background-color: #fff;
  color: #41B8E6;
}

@media screen and (max-width: 1400px) {
  .index-banner .banner-box h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .index-banner .banner-box h1 {
    font-size: 35px;
  }

  .index-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 992px) {
  .index-banner .banner-box h1 {
    font-size: 28px;
  }

  .index-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .index-banner .banner-box {
    width: 60%;
  }

  .index-banner .banner-box h1 {
    font-size: 22px;
  }

  .index-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .index-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .index-banner .banner-box {
    width: 100%;
  }

}

/* index-banner */


/* index-about */
.index-about {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.index-about .index-abouttext {
  width: 48%;
}

.index-abouttext h2 {
  text-transform: uppercase;
}

.index-abouttext p {
  margin-top: 20px;
}

.index-about .index-aboutimg {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.index-about .index-aboutimg iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {

  .index-about .index-abouttext {
    width: 100%;
  }

  .index-about .index-aboutimg {
    width: 100%;
    margin-top: 30px;

  }
.index-abouttext p {
  margin-top: 15px;
}
  .index-about .index-aboutimg iframe {
    min-height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .index-about .index-aboutimg iframe {
    min-height: 300px;
  }
}

/* index-about */




/* index-proitem */
.index-proitem {
  position: relative;
}

.index-proitem::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}

.index-proitem .warp-mb {
  position: relative;
  z-index: 2;
}

.index-proitem .proitem-top {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.index-proitem .proitem-top li {
  cursor: pointer;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
}

.index-proitem .proitem-top li.active {
  color: #6B9FD7;
}

.index-proitem .proitem-top li.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e55c06;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.index-proitem .proitem-btm {
  margin-top: 40px;
}

.index-proitem .proitem-btmbox {
  display: none;
}

.index-proitem .proitem-btmbox.active {
  display: block;
}

.index-proitem .proitem-btmbox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.proitem-btmbox li {
  display: flex;
  flex-direction: column;
  position: relative;
}

.proitem-btmbox .img,
.proitem-btmbox .img img {
  display: block;
  width: 100%;
  height: auto;
}

.proitem-btmbox li .img {
  position: relative;
}

.proitem-btmbox li .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.proitem-btmbox li:hover .img::before {
  display: none;
}

.proitem-btmbox li h3 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  transition: all .3s;
  padding: 10px;
}

.proitem-btmbox li:hover h3 a {
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .index-proitem .proitem-top {
    margin-bottom: 30px;
  }

  .index-proitem .proitem-btm {
    margin-top: 30px;
  }

  .index-proitem .proitem-top li {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .index-proitem .proitem-btmbox ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .index-proitem .proitem-top li {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .index-proitem .proitem-top {
    margin-bottom: 20px;
  }

  .index-proitem .proitem-btm {
    margin-top: 20px;
  }

  .index-proitem .proitem-top li {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .index-proitem .proitem-btmbox ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  /* .index-proitem .proitem-btmbox li {
    margin-top: 20px;
  } */
}

@media screen and (max-width: 380px) {
  .index-proitem::before {
    height: 70%;
  }

  .index-proitem .proitem-top li {
    font-size: 18px;
  }

  .index-proitem .proitem-top li+li {
    margin-top: 20px;
  }
}

/* index-proitem */
.index-bottombg {
  background-color: #F5FAFF;
}

/* index-newspro */
.index-newspro h2 {
  text-transform: uppercase;
}

.index-newspro .newspro-box {
  margin-top: 30px;
}

.index-newspro .newspro-box video {
  display: block;
  width: 100%;
  height: auto;
}

/* index-newspro */


/* index-shili */
.index-shili {
  position: relative;
}

.index-shili::before {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-shili ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.index-shili li {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-shili li img {
  display: block;
  width: 50px;
  height: auto;
}

.index-shili li h4 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 5px;
}

.index-shili li p {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .index-shili ul {
    padding: 30px 0;
  }

  .index-shili li {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .index-shili li img {
    width: 40px;
  }
}

/* index-shili */

/* index-project */
.index-project h2 {
  text-transform: uppercase;
}

.index-project .project-swiper {
  overflow: hidden;
  margin-top: 30px;
}

.index-project .swiper-slide .img,
.index-project .swiper-slide .img img {
  display: block;
  width: 100%;
  height: auto;
}

.index-project .swiper-slide {
  position: relative;
  overflow: hidden;
}

.index-project .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, .5);
  padding: 15px 10px;
  transition: all .8s;
}

.index-project .swiper-slide .text h3 {
  color: #fff;
  text-transform: capitalize;
}

.index-project .more {
  display: block;
  border: solid 1px #FFA41B;
  line-height: 46px;
  max-width: 200px;
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
  color: #FFA41B;
  font-weight: 600;
  text-transform: uppercase;
}

.index-project .more:hover {
  background-color: #FFA41B;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .index-project .more {
    line-height: 40px;
    max-width: 180px;
    margin-top: 20px;
  }
}

/* index-project */

/* index-newst */
.index-newst h2 {
  text-transform: uppercase;
}

.index-newst ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.index-newst li {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
}

.index-newst li .img,
.index-newst li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.index-newst li .text-box {
  padding: 20px 15px;
}

.index-newst li .text-box h3 a {
  font-weight: 600;
  color: #1A1A1A;
  transition: all .3s;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.index-newst li .text-box .more {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A1A1A;
}

.index-newst li .text-box p {
  font-size: 14px;
  margin-bottom: 10px;
}

.index-newst>.more {
  display: block;
  border: solid 1px #FFA41B;
  line-height: 46px;
  max-width: 200px;
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
  color: #FFA41B;
  font-weight: 600;
  text-transform: uppercase;
}

.index-newst>.more:hover {
  background-color: #FFA41B;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .index-newst ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .index-newst li {
    margin-top: 20px;
  }
}



@media screen and (max-width: 768px) {
  .index-newst>.more {
    line-height: 40px;
    max-width: 180px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .index-newst ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .index-newst li {
    margin-top: 15px;
  }
}

/* index-newst */


/* index-pinpai  */
.index-pinpai {
  position: relative;
}

.index-pinpai::before {
  content: "";
  width: 100%;
  height: 57%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}

.index-pinpai h2 {
  text-transform: uppercase;
}

.index-pinpai .warp-mb {
  position: relative;
  z-index: 2;
}

.index-pinpai ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  position: relative;
}

.index-pinpai li {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.index-pinpai li img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .index-pinpai ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .index-pinpai ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* index-pinpai  */





/* footer */
.zxy-footer {
  background-color: #012e5a;
}

.zxy-footer .footer-f1 {
  width: 32%;
}

.zxy-footer .footer-txt {
  float: left;
}



.zxy-footer .footer-f1 .icon {
  display: flex;
}

.zxy-footer .footer-f1 .icon a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: #7d94aa;
  padding: 5px;
  display: flex;
  transition: all 0.3s;
}

.zxy-footer .footer-f1 .icon a+a {
  margin-left: 5px;
}

.zxy-footer .footer-f1 .icon a:hover {
  background-color: #FFA41B;
}

.zxy-footer .footer-f1 .icon a img {
  display: block;
  width: 100%;
  height: auto;
}

.zxy-footer .footer-f1 .text {
  margin-top: 20px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 500;
}
.zxy-footer .footer-f1 .text a{
      color: rgba(255, 255, 255, .7);
}
.zxy-footer .footer-f1 .text a:hover{
    color:#e55c06  
}
.zxy-footer .footer-f1 .copt {
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
}

.zxy-footer .footer-f2 {
  width: 18%;
  margin-left: 4%;
}

.zxy-footer .footer-f3 {
  width: 18%;
  margin-left: 4%;
}

.zxy-footer .footer-f4 {
  width: 20%;
  margin-left: 4%;
}

.zxy-footer .footer-txt h5 {
  font-weight: 900;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.zxy-footer .footer-txt .links a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: .3rem 0;
  color: rgba(250, 250, 250, .5);
}

.zxy-footer .footer-txt .links a:hover {
  color: #fff;
}

.zxy-footer .footer-txt h6 {
  font-weight: 900;
  color: rgba(255, 255, 255, .7);
  line-height: 1.3;
  margin-bottom: .5rem;
  font-size: 16px;
}

.zxy-footer .footer-f4 p,
.zxy-footer .footer-f4 p a {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  display: block;
}
.zxy-footer .footer-f4 p a:hover{
    color:#e55c06  
}
.zxy-footer .footer-f4 .bts {
  margin-top: 10px;
}


@media screen and (max-width: 992px) {
  .zxy-footer .warp-mb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .zxy-footer .footer-f1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .zxy-footer .footer-f4 {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .zxy-footer .footer-f2 {
    width: 48%;
    margin-left: 0;
  }

  .zxy-footer .footer-f3 {
    width: 48%;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .zxy-footer .footer-txt h5 {
    margin-bottom: 10px;
  }

  .zxy-footer .footer-f2 {
    width: 100%;
  }

  .zxy-footer .footer-f3 {
    width: 100%;
    margin-top: 20px;
  }
}

/* footer */





/* zxy-breadcrumb */
.zxy-breadcrumb {
  background-color: #6B9FD7;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.zxy-breadcrumb .bread-bt {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

.zxy-breadcrumb .right-ckpro {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 30px 7px 15px;
  background-color: #e55c06;
  transition: all 0.3s;
}

.zxy-breadcrumb .right-ckpro::after {
  content: "→";
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  vertical-align: middle;
  margin-left: 5px;
}

.zxy-breadcrumb .right-ckpro:hover {
  background-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .zxy-breadcrumb {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .zxy-breadcrumb .right-ckpro {
    font-size: 14px;
  }

  .zxy-breadcrumb .right-ckpro::after {
    font-size: 16px;
  }
}

/* zxy-breadcrumb */


/* about-juher */
.about-juher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-juher li {
  width: 49%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.about-juher li img {
  display: block;
  width: 100%;
  height: auto;
}

.about-juher li h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
  text-align: center;
  transition: all 0.3s;
}

.about-juher li:hover h2 {
  transform: scale(1.1);
}

@media screen and (max-width: 520px) {
  .about-juher li {
    width: 100%;
  }
}

/* about-juher */


/* about-are */
.about-we-arebg {
  background-color: #F5FAFF;
}

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

.about-are .about-are-img {
  width: 48%;
  overflow: hidden;
  position: relative;
}

.about-are .about-are-img img {
  display: block;
  width: 100%;
  height: auto;
}

.about-are .about-are-text {
  width: 48%;
}

.about-are .about-are-text h2 {
  text-transform: uppercase;
}

.about-are .about-are-text p {
  margin-top: 10px;
}

.about-are .about-are-text p span {
  position: relative;
}

.about-are .about-are-text p span::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #2A1A1A;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.about-are .about-are-img-lx .img-box {
  background-color: #6B9FD7;
  padding: 20px;
}

.about-are .about-are-img-lx .img-box strong {
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}

.about-are .about-are-img-lx .img-box p {
  color: #fff;
  text-transform: capitalize;
  margin-top: 5px;
}

.about-are .about-are-img-lx .img-box p a {
  color: #fff;
  font-weight: bold;
}

.about-are .about-are-img-lx .img-box p:hover a {
  text-decoration: underline;
}

.about-are .about-are-text .btn {
  color: #fff;
  background-color: #db5325;
  text-align: center;
  display: block;
  padding: 7px 0;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  max-width: 230px;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.about-are .about-are-text .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6B9FD7;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.about-are .about-are-text .btn:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .about-are .about-are-img-lx .img-box strong {
    font-size: 18px;
  }

}

@media screen and (max-width: 992px) {
  .about-are .about-are-img {
    width: 100%;
  }


  .about-are .about-are-text {
    width: 100%;
    margin-top: 30px;
  }

  .about-are-img-mt {
    margin-top: 30px;
  }

}

@media screen and (max-width: 768px) {
  .about-are .about-are-img-lx .img-box strong {
    font-size: 16px;
  }

  .about-are .about-are-text {
    margin-top: 20px;
  }

  .about-are-img-mt {
    margin-top: 20px;
  }
}

/* about-are */



/* contact  */
.zxy-contactbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zxy-contactbox .contactbox-fl {
  width: 48%;
}

.zxy-contactbox .contactbox-fl .title {
  color: #000;
}

.zxy-contactbox .contactbox-fr {
  width: 48%;
}

.contactbox-fr h2 {
  margin-bottom: 25px;
}

.contactbox-fr p {
  margin-bottom: 10px;
}

.contactbox-fr p a {
  color: #e55c06;
}





/* 表单通用样式 */

.fusion-clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fusion-clearfix li {
  position: relative;
  margin-top: 25px;
  width: 49%;
}

.msg-box li.btm-select {
  display: block;
  width: 100%;
}

.msg-from li.btm-select {
  display: block;
  width: 100%;
}

.msg-box li .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}


.contactbox-fl .fusion-clearfix .tiy {
  font-size: 12px;
  color: #111;
  display: block;
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
}

.fusion-clearfix li .tit {
  text-transform: capitalize;
  display: block;
}

.fusion-clearfix li .tit em {
  color: red;
}

.fusion-clearfix li.btm {
  position: relative;
  margin-top: 24px;
  width: 100%;
}

.fusion-clearfix li .wpcf7-form-control-wrap {
  position: relative;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* 通用样式 */
textarea::placeholder,
input::placeholder {
  color: #666;
  /* 修改为你想要的颜色 */
  opacity: 1;
  /* 确保颜色不被透明度影响 */
}

/* 针对 Webkit 浏览器 (Chrome, Safari, Edge) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}

/* 针对 Mozilla 浏览器 (Firefox) */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}

/* 针对 Microsoft Edge 和 IE 10+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}

/* 针对更旧的 Microsoft 浏览器 */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666;
}

.fusion-clearfix li input,
.fusion-clearfix li select {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #C6C6C6;
  background-color: #E9F1F1;
  border-radius: 0px;
}

.fusion-clearfix li select option {
  background-color: #E9F1F1;
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
}

.fusion-clearfix .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
}

.fusion-clearfix li.btm-select,
.fusion-clearfix li.msg-tarea {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.fusion-clearfix li.msg-tarea textarea {
  width: 100%;
  height: 154px;
  line-height: 22px;
  color: #fff;
  resize: none;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #C6C6C6;
  background-color: #E9F1F1;
  border-radius: 0px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  font-family: "Microsoft YaHei";
}

.fusion-clearfix .wpcf7-submit.wpcf7-form-control {
  display: block;
  width: 100%;
  line-height: 46px;
  padding: 0;
  margin-top: 20px;
  background-color: #6B9FD7;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

/* 表单通用样式 */




@media screen and (max-width: 992px) {
  .fusion-clearfix li {
    margin-top: 20px;
  }

  .contactbox-fr h2 {
    margin-bottom: 20px;
  }

  .zxy-contactbox .contactbox-fl {
    width: 100%;
  }

  .zxy-contactbox .contactbox-fr {
    width: 100%;
    margin-top: 30px;

  }
}

@media screen and (max-width: 400px) {
  .fusion-clearfix li {
    margin-top: 15px;
  }

  .contactbox-fr h2 {
    margin-bottom: 15px;
  }
}

/* contact  */

/*案例和新闻详情页*/

/* details-box */
.details-box .details-left {
  width: 70%;
  float: left;
}
.details-left h1 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.details-left .privacy-policy {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .085);
} 
.news-content h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.news-content h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.news-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 15px;
}
.news-content .wp-block-columns {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.details-box .details-right {
  width: 26%;
  float: right;
}

.side-products {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 25px 20px;
}
.side-products strong {
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  font-family: "homestorebold";
  display: block;
}

.side-products strong + p {
  margin-top: 5px;
}

.side-products p {
  padding: 2px 0;
  padding-left: 10px;
  text-transform: capitalize;
  position: relative;
}

.side-products p a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.side-products p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 9px;
}
@media screen and (max-width: 992px) {
  .details-box .details-left {
    width: 100%;
    float: none;
  }

  .details-left h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .news-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .news-content .wp-block-columns {
    margin-bottom: 10px;
  }
  .details-box .details-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
/* details-box */

/* 案例详情页 */

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

.project_dactil_1 .project_dactil_1_text {
  width: 55%;
}

.project_dactil_1 .project_dactil_1_text .bt {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.project_dactil_1 .project_dactil_1_img {
  width: 43%;
      overflow: hidden;    position: relative;
}

.project_dactil_1 .project_dactil_1_img .pro-bigimg {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.project_dactil_1 .project_dactil_1_img .pro-bigimg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.project_dactil_1 .project_dactil_1_img .video-box {
        position: relative;
        overflow: hidden;
        padding-top: 65%;
    }

.project_dactil_1 .project_dactil_1_img .video-box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.project_dactil_1 .product-next,
.project_dactil_1 .product-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    z-index: 3;
    border-radius: 50%;
    cursor: pointer;
}

.project_dactil_1 .product-prev {
    left: 10px;
    background: rgba(0, 0, 0, 0.5) url(../images/left.png) no-repeat center center;
    background-size: 24px;
}

.project_dactil_1 .product-next {
    right: 10px;
    background: rgba(0, 0, 0, 0.5) url(../images/right.png) no-repeat center center;
    background-size: 24px;
}

.project_dactil_1 .product-next:hover {
    right: 10px;
    background: #ff5500 url(../images/right.png) no-repeat center center;
    background-size: 24px;
}

.project_dactil_1 .product-prev:hover {
    background: #ff5500 url(../images/left.png) no-repeat center center;
    background-size: 24px;
}
@media screen and (max-width: 992px) {
  .project_dactil_1 .project_dactil_1_text {
    width: 100%;
    text-align: center;
  }

  .project_dactil_1 .project_dactil_1_img {
    width: 100%;
    margin-top: 30px;
  }
}

/* == */
.project_dactil_2bg {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 525px;
  width: 100%;
  background-attachment: fixed;

}

@media screen and (max-width: 768px) {
  .project_dactil_2bg {
    min-height: 190px;
  }
}

/* == */


/* project_dactil_3 */
.project_dactil_3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.project_dactil_3 .project_dactil_3_fl {
  width: 45%;
}

.project_dactil_3_fl img {
  display: block;
  width: 100%;
  height: auto;
}

.project_dactil_3 .project_dactil_3_fr {
  width: 50%;
}

.project_dactil_3_fr .imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.project_dactil_3_fr .imgs img {
  width: 49%;
}

@media screen and (max-width: 992px) {
  .project_dactil_3_fr .imgs {
    margin-bottom: 20px;
  }

  .project_dactil_3 .project_dactil_3_fl {
    width: 100%;
  }

  .project_dactil_3 .project_dactil_3_fr {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .project_dactil_3_fr .imgs {
    margin-bottom: 0px;
  }

  .project_dactil_3_fr .imgs {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* project_dactil_3 */



/* project_dactil_4 */
.project_dactil_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.project_dactil_4.project_dactil_rit {
  flex-direction: row-reverse;
}

.project_dactil_4 .project_dactil_4_fl {
  width: 45%;
}

.project_dactil_4_fl img {
  display: block;
  width: 100%;
  height: auto;
}

.project_dactil_4 .project_dactil_4_fr {
  width: 50%;
}

.project_dactil_4 .project_dactil_4_fr h2 {
  text-transform: capitalize;
}

.project_dactil_4 .project_dactil_4_fr p {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .project_dactil_4 .project_dactil_4_fr {
    width: 48%;
  }

  .project_dactil_4 .project_dactil_4_fl {
    width: 48%;
  }
}

@media screen and (max-width: 992px) {
  .project_dactil_4 .project_dactil_4_fr {
    width: 100%;
    margin-top: 30px;
  }

  .project_dactil_4 .project_dactil_4_fl {
    width: 100%;
  }

  .project_dactil_4.project_dactil_rit {
    flex-direction: row;
  }

  .project_dactil_4 .project_dactil_4_fr p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .project_dactil_4 .project_dactil_4_fr {
    margin-top: 20px;
  }

}

/* project_dactil_4 */

/* project_dactil_5 */
.project_dactil_5 h2 {
  text-align: center;
  text-transform: capitalize;
}

.project_dactil_5 p {
  margin-top: 20px;
}

/* project_dactil_5 */


/* 案例详情页 */



/* product-active */
.children-box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.children-box1 .box1-text {
  width: 40%;
}

.children-box1 .box1-imgs {
  width: 50%;
}

.children-box1 .box1-text h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 700;
}

.children-box1 .box1-text strong {
  display: block;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.3;
  position: relative;
  padding-bottom: 10px;
}

.children-box1 .box1-text strong::before {
  content: "";
  width: 130px;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.children-box1 .box1-imgs iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1200px) {

  .children-box1 .box1-text {
    width: 45%;
  }

  .children-box1 .box1-text strong {
    font-size: 18px;
  }

  .children-box1 .box1-imgs iframe {
    height: 300px;
  }
}

@media screen and (max-width: 992px) {

  .children-box1 .box1-text {
    width: 48%;
  }

  .children-box1 .box1-text strong {
    font-size: 16px;
  }

  .children-box1 .box1-imgs iframe {
    height: 260px;
  }
}

@media screen and (max-width: 768px) {

  .children-box1 .box1-text {
    width: 100%;
  }

  .children-box1 .box1-text strong {
    font-size: 16px;
  }

  .children-box1 .box1-imgs {
    width: 100%;
    margin-top: 20px;
  }

  .children-box1 .box1-imgs iframe {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {

  .children-box1 .box1-imgs iframe {
    height: 220px;
  }
}


/* children-boxbg */
.children-boxbg {
  background-color: #F5FAFF;
  padding-left: 20px;
  padding-right: 20px;
}

.children-title {
  text-align: center;
}

.children-title h2 {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.children-title h2:before {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 120px;
  height: 2px;
  margin-top: -1px;
  background-color: #000000D6;
  content: "";
}

.children-title h2::after {
  position: absolute;
  top: 50%;
  right: -150px;
  width: 100px;
  height: 2px;
  margin-top: -1px;
  background-color: #000000D6;
  content: "";
}

.children-title .text {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.children-title .p1 {
  font-weight: 500;
  text-align: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.children-box2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

}

.children-box2 li {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.children-box2 li .img,
.children-box2 li .img img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
}

.children-box2 li h3 a {
  text-transform: capitalize;
  display: block;
  margin-top: 15px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 5px;
}

.children-box2 li p {
  margin-bottom: 15px;
}

.children-box2 li .more {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.children-box2 li:hover h3 a {
  color: #6B9FD7;
}

.children-box2 li:hover .more {
  color: #6B9FD7;
}

.children-box2 li:hover .img img {
  transform: scale(1.1);
}

.children-box-ck {
  text-align: center;
  padding-top: 30px;
}

.children-box-ck .more {
  display: inline-block;
  font-size: 18px;
  color: #181818;
  position: relative;
  padding: 10px 20px;
  border: solid 1px #181818;
  font-weight: 600;
}

.children-box-ck .more::after {
  content: "→";
  font-size: 20px;
  vertical-align: middle;
  color: #181818;
  margin-left: 4px;
}

.children-box-ck .more:hover {
  color: #fff;
  border-color: #6B9FD7;
  background-color: #6B9FD7;
}

.children-box-ck .more:hover::after {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .children-box2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .children-box-ck {
    padding-top: 20px;
  }

  .children-box-ck .more {
    font-size: 16px;
    padding: 7px 15px;

  }
}

@media screen and (max-width: 992px) {
  .children-title h2:before {
    left: -100px;
    width: 80px;
  }

  .children-title h2::after {
    right: -100px;
    width: 80px;
  }

  .children-box2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .children-title .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .children-title h2:before {
    left: -60px;
    width: 40px;
  }

  .children-title h2::after {
    right: -60px;
    width: 40px;
  }

  .children-box2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .children-title .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .children-title h2:before {
    left: -40px;
    width: 30px;
  }

  .children-title h2::after {
    right: -40px;
    width: 30px;
  }

  .children-title .text {
    font-size: 14px;
  }

  .children-box2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

/* children-boxbg */

/* children-question */
.children-question li {
  margin-top: 20px;
  padding: 20px;
  background-color: #F5F5F5;
  transition: all 0.3s;
  cursor: pointer;
}

.children-question li h3 {
  position: relative;
  padding-right: 30px;
  transition: all 0.3s;
}

.children-question li h3::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/jt.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.3s;
}

.children-question li.active h3::before {
  transform: rotate(180deg);
}

.children-question li p {
  height: 0;
  visibility: hidden;
}

.children-question li.active p {
  height: auto;
  visibility: inherit;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .children-question li {
    padding: 15px;
  }
}


/* children-question */


.children-create {
  background-color: #477693;
  text-align: center;
}

.children-create h2 {
  color: #fff;
}

.children-create .children-box-ck .more {
  border: solid 1px #fff;
  color: #fff;
  font-weight: 600;
}

.children-create .children-box-ck .more::after {
  color: #fff;
}

/* product-active */


/* zxy-choose  */
.zxy-choose {
    background-color: #f6f6f6;
    position: relative;
}

.zxy-choose .index-title {
    position: relative;
    z-index: 2;
}

.zxy-choose::before {
    content: "";
    width: 100%;
    height: 20%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 20%;
}

.zxy-choose .choose-list {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    margin-top: 80px;
}

.choose-list li {
    width: 370px;
    height: 370px;
    text-align: center;
    position: relative;
    background-color: #6B9FD7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0 25px;
}

.choose-list li h3 {
    color: #222;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.choose-list li p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.choose-list li::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #6B9FD7;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, #6B9FD7 0%, #fff 100%);
    animation: blob1 10s ease-in-out infinite;
    z-index: 1;
}

.choose-list li:nth-of-type(2):before {
    animation: blob2 10s ease-in-out infinite;
}

.choose-list li:nth-of-type(3):before {
    animation: blob2 12s ease-in-out infinite;
}

@keyframes blob1 {
    0% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    }

    25% {
        border-radius: 60% 40% 55% 45% / 40% 60% 35% 65%;
    }

    50% {
        border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
    }

    75% {
        border-radius: 65% 35% 45% 55% / 55% 45% 60% 40%;
    }

    100% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    }
}

@keyframes blob2 {
    0% {
        border-radius: 45% 55% 50% 50% / 50% 50% 50% 50%;
    }

    25% {
        border-radius: 80% 20% 60% 40% / 30% 70% 20% 80%;
    }

    50% {
        border-radius: 25% 75% 35% 65% / 65% 35% 75% 25%;
    }

    75% {
        border-radius: 60% 40% 80% 20% / 40% 60% 45% 55%;
    }

    100% {
        border-radius: 45% 55% 50% 50% / 50% 50% 50% 50%;
    }
}

@keyframes blob3 {
    0% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    }

    25% {
        border-radius: 70% 30% 40% 60% / 55% 45% 35% 65%;
    }

    50% {
        border-radius: 60% 40% 70% 30% / 40% 60% 25% 75%;
    }

    75% {
        border-radius: 35% 65% 60% 40% / 60% 40% 70% 30%;
    }

    100% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    }
}

.zxy-choose .wide-list {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxy-choose .wide-list li {
    width: 31%;
    border: solid 1px #b5b5b5;
    background-color: #fff;
    position: relative;
    padding: 25px 15px 25px 90px;
    margin-top: 40px;
    border-radius: 10px;
}

.zxy-choose .wide-list li img {
    display: block;
    width: 60px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.zxy-choose .wide-list li h3 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
}

.zxy-choose .wide-list li p {
    font-size: 14px;
    line-height: 1.5;
}

@media only screen and (max-width:1200px) {
    .zxy-choose .choose-list {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 60px;
    }

    .zxy-choose .wide-list li {
        width: 48%;
        margin-top: 30px;
    }
}

@media only screen and (max-width:768px) {
    .zxy-choose .wide-list li {
        width: 100%;
        margin-top: 20px;
    }

    .zxy-choose .choose-list {
        margin-top: 0px;
    }

    .choose-list li {
        margin-top: 30px;
    }
}

@media only screen and (max-width:480px) {
    .choose-list li {
        width: 300px;
        height: 300px;
        padding: 0 15px;
    }

    .zxy-choose .wide-list li {
        padding: 10px 5px 10px 70px;
    }

    .zxy-choose .wide-list li h3 {
        font-size: 16px;
    }

    .zxy-choose .wide-list li img {
        width: 50px;
        left: 10px;

    }

    .choose-list li p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* zxy-choose  */


/* fore-box  */
.fore-box .imgs {
    display: block;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.fore-box .text-box {
    position: relative;
    max-width: 800px !important;
    padding: 20px;
    background-color: #054124;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    z-index: 2;
}

.fore-box .text-box .text {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.5;
    font-size: 18px;
}

.fore-box .text-box .text a {
    color: #ff5500;
}

.fore-box .text-box::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 60px;
    background-color: #939393;
    position: absolute;
    left: 15%;
    top: -60px;
}

.fore-box .text-box::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 60px;
    background-color: #939393;
    position: absolute;
    right: 15%;
    top: -60px;
}

.fore-box .text-box .search {
    display: block;
    max-width: 400px !important;
    margin: 15px auto;
    position: relative;
}

.fore-box .text-box .search::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/fdj-icon.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.fore-box .text-box .search .search-field {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0 30px 0 10px;
    background-color: #02522b;
    border: none;
}

.fore-box .text-box .search .search-field:focus {
    border: none !important;
    background-color: #02522b !important;
}

.fore-box .text-box .search .search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.fore-box .text-box .search .search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.fore-box .text-box .search .search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.fore-box .text-box .search .search-field::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fore-box .text-box {
        margin: 30px auto 0;
        padding: 15px 10px;
    }

    .fore-box .text-box::after,
    .fore-box .text-box::before {
        height: 30px;
        top: -30px;
    }

    .fore-box .text-box .text {
        font-size: 14px;
    }
}

/* fore-box  */


/* 产品详情 */
.prodactil_banner {
  position: relative;
}

.prodactil_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  top: 0;
}

.prodactil_banner .img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

.prodactil_banner .bt {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, .2);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.prodactil_banner .icon {
  width: 38px;
  height: 38px;
  background: url(../images/pr_btmjt.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
}

.prodactil_banner .icon:hover {
  bottom: 40px;
}
 
.prodactil_nav {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .15);
  position: relative;
  z-index: 1;
  margin-top: -35px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodactil_nav.fore li {
  width: 25%;  cursor: pointer;
}

.prodactil_nav li {
  width: 33.33%;
  text-align: center;
  padding: 23px 5px;
  font-size: 16px;
  font-weight: 900;
  color: #333;
  text-transform: uppercase;
  transition: all 0.3s;
}

.prodactil_nav li:hover,
.prodactil_nav li.active {
  color: #fff;
  background-color: #FFA41B;
}

@media screen and (max-width: 768px) {
  .prodactil_nav li {
    font-size: 14px;
  }

  .prodactil_nav.fore li {
    width: 50%;
  }

}

@media screen and (max-width: 480px) {
  .prodactil_nav li {
    padding: 15px 0px;
    font-size: 12px;
  }

  .prodactil_nav {
    margin-top: -27px;
  }
}

/* prodactil_list */

.prodactil_list .prodactil_list_item {
  display: none;
}

.prodactil_list .prodactil_list_item.active {
  display: block;
}

.prodactil_list_item .prodactil_item_box {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  background-color: #fff;

}

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

.prodactil_item_box h2 {
  text-transform: capitalize;
  width: 100%;
}

.prodactil_item_box .prodactil_item_text {
  width: 48%;
}

.prodactil_item_box .prodactil_item_text p {
  margin-top: 20px;
}

.prodactil_item_box .prodactil_item_img {
  width: 48%;
  overflow: hidden;
}

.prodactil_item_img img {
  display: block;
  width: 100%;
  height: auto;
}

.prodactil_list_item .prodactil_item_box2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.prodactil_list_item .prodactil_item_box2 li {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-top: 20px;
}

.prodactil_item_box2 .product_img img {
  display: block;
  width: 100%;
  height: auto;
}

.prodactil_item_box2 h3 {
  color: rgba(0, 0, 0, .84);
  background-color: rgba(108, 117, 125, 0.1);
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}

.prodactil_list_item .prodactil_item_box3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.prodactil_list_item .prodactil_item_box3 li {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-top: 20px;
}

.prodactil_list_item .prodactil_item_box3 li {
  display: flex;
  flex-direction: column;
  position: relative;
}

.prodactil_list_item .prodactil_item_box3 li .img,
.prodactil_list_item .prodactil_item_box3 li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.prodactil_list_item .prodactil_item_box3 li .img {
  position: relative;
}

.prodactil_list_item .prodactil_item_box3 li .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.prodactil_list_item .prodactil_item_box3 li:hover .img::before {
  display: none;
}

.prodactil_list_item .prodactil_item_box3 li h3 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  transition: all .3s;
  padding: 10px;
  text-align: center;
}

.prodactil_list_item .prodactil_item_box3 li:hover h3 a {
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .prodactil_list_item .prodactil_item_box {
    padding: 30px 20px;
  }

  .prodactil_item_box .prodactil_item_text p {
    margin-top: 15px;
  }

  .prodactil_list_item .prodactil_item_box2 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .prodactil_item_box .prodactil_item_text {
    width: 100%;
  }

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

  .prodactil_list_item .prodactil_item_box2 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .prodactil_list_item .prodactil_item_box3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}


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

@media screen and (max-width: 380px) {
  .prodactil_list_item .prodactil_item_box {
    padding: 20px 15px;
  }

  .prodactil_list_item .prodactil_item_box2 ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .prodactil_list_item .prodactil_item_box3 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* prodactil_list */



/* 产品详情 */


/*全局搜索框*/

/*弹窗*/
.msg-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000000001;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  display: none;
}

.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-boxbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 66665;
}



.search-nav {
  display: none;
  position: fixed;
  width: 700px;
  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: 70px;
}

.search-nav.on {
  display: block;
}

.search-field {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  line-height: 70px;
  height: 70px;
  border: none;
  padding: 0;
  padding-left: 10px;
}

.search-nav .zs-close {
  font-size: 22px;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}

.search-nav .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #ff5500 url(../images/fdj-icon.png) no-repeat center;
  background-size: 30px;
  border: none;

}


@media screen and (max-width: 768px) {
  .slide-faix .email {
    display: none;
  }

  .slide-faix .search-navs {
    width: 100%;
    height: 45px;
    right: 0;
    bottom: 10px;
  }

  .slide-faix {
    right: 0;
    top: initial;
    left: 0;
    bottom: 0;
    display: flex;
  }

  .slide-faix .item-list {
    width: 33.33333333%;
    height: auto;
    padding: 5px;
  }

  .slide-faix .item-list .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

  .slide-faix .item-list .title {
    display: none;
  }

  .slide-faix .item-list .bt {
    display: block;
    color: #fff;
    font-style: normal;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
  }

  .slide-faix .item-list+.item-list {
    border-top: none;
    border-left: solid 1px #f76d28;
  }

  .slide-faix #nav-seachs {
    display: block;
  }

  .search-nav {
    padding-right: 44px;
    width: 300px;
  }


  .search-field {
    line-height: 44px;
    height: 44px;
  }

  .search-nav .zs-close {

    right: 44px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }

  .search-nav .search-submit {

    line-height: 44px;
    width: 44px;
    height: 44px;


  }
}

@media screen and (max-width: 500px) {


  .slide-faix .item-list .icon {
    width: 20px;
    height: 20px;
  }

  .slide-faix .item-list {
    padding: 5px 0;
  }

  .slide-faix .item-list .bt {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }

  .slide-faix .item-list {
    padding: 7px 0;
  }
}

/* right-faix */
/*全局搜索框*/