@charset "utf-8";

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 18px;
  color: #66727c;
  font-family: "Barlow-Regular", "Microsoft YaHei", Arial, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
}

input,
select,
button,
textarea {
  font-size: 18px;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
  font-family: "Barlow-Regular", "Microsoft YaHei", Arial, sans-serif;
}

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: all .3s;
}

a:hover {
  color: #ea5c1a;
  text-decoration: none !important;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

@media only screen and (max-width:1400px) {
  body {
    font-size: 17px;
  }

  input,
  select,
  button,
  textarea {
    font-size: 17px;
  }
}

@media only screen and (max-width:1100px) {
  body {
    font-size: 16px;
  }

  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }

  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width:768px) {
  .container {
    padding: 0 40px;
  }
}

@media only screen and (max-width:640px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width:1100px) {
  html.on {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

.top {
  width: 100%;
  height: 46px;
  background-color: #ea5c1a;
  line-height: 46px;
  color: #fff;
  overflow: hidden;
}

.top a {
  color: #fff;
}

.top a:hover {
  opacity: .8;
}

.top .row {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}

.top .tp_zc ul li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top .tp_zc i {
  display: inline-block;
  margin-right: 7px;
}

.top .tp_yc ul {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.top .tp_yc ul li {
  width: 46px;
  height: 46px;
  border-right: 1px solid rgba(255, 255, 255, .3);
  text-align: center;
}

.top .tp_yc i {
  width: 46px;
  height: 46px;
  font-size: 18px;
  display: inline-block;
}

.top .tp_yc i.icon-facebook-fill {
  font-size: 22px;
}

.top .tp_yc i.icon-linkedin-fill1 {
  font-size: 22px;
}

@media only screen and (max-width:640px) {
  .top .tp_yc {
    display: none;
  }
}

.header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99999;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header.on {
  position: fixed;
  top: 0;
  background-color: #ea5c1a;
}

.header .row {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  position: relative;
}

.header .logo img {
  width: 140px;
  height: auto;
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header .logo img.d_w {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header.on .logo img {
  opacity: 0;
}

.header.on .logo img.d_w {
  opacity: 1;
}

.header .an {
  height: 17px;
  width: 32px;
  display: none;
  position: relative;
}

.header .an span {
  width: 32px;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header.on .an span {
  background-color: #fff;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 8px;
  left: 0;
}

.header .an span.a3 {
  top: 16px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .nav ul {
  display: flex;
}

.header .nav ul li {
  position: relative;
  margin-right: 60px;
}

.header .nav #p_r {
  position: static;
}

.header .nav .y_j {
  text-align: center;
  position: relative;
}

.header .nav .y_j i {
  display: none;
}

.header .nav .y_j a {
  display: inline-block;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  color: #000;
  line-height: 90px;
  position: relative;
  z-index: 99;
}

.header.on .nav .y_j a {
  color: #fff;
}

.header .nav ul li:hover .y_j a {
  color: #ea5c1a;
}

.header.on .nav ul li:hover .y_j a {
  color: #fff;
}

.header .nav ul li.on .y_j a {
  color: #ea5c1a;
}

.header.on .nav ul li.on .y_j a {
  color: #fff;
}

.header .nav .y_j:after {
  width: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #ea5c1a;
  position: absolute;
  bottom: 20px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.header.on .nav .y_j:after {
  background-color: rgba(255, 255, 255, .6);
}

.header .nav ul li:hover .y_j:after {
  width: 100%;
}

.header .nav ul li.on .y_j:after {
  width: 100%;
}

.header .nav .e_j {
  width: 220px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.header .nav #p_r .e_j {
  width: 100%;
  max-height: calc(100vh - 136px);
  padding: 50px 0;
  left: 50%;
  margin-left: 0;
  overflow-y: overlay;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.header .nav ul li:hover .e_j {
  opacity: 1;
  visibility: inherit;
  transition: all .2s;
  -webkit-transition: all .2s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.header .nav .f_l {
  width: 100%;
  position: relative;
}

.header .nav .f_l a {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #000;
  line-height: 22px;
  display: block;
}

.header .nav .f_l:last-child a {
  border-bottom: 0;
}

.header .nav .f_l a:hover {
  color: #fff;
  background-color: #ea5c1a;
}

.header .nav .cp_lm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .nav .cp_lm h3 {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Barlow-SemiBold";
}

.header .nav .cp_lm p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}

.header .nav .s_b {
  display: none;
}

.header .yy_xz {
  height: 36px;
  line-height: 36px;
  position: relative;
}

.header .yy_xz .y_x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header.on .yy_xz .y_x {
  color: #fff;
}

.header .yy_xz .y_x span {
  font-size: 16px;
  font-family: "Barlow-SemiBold";
  display: inline-block;
  margin: 0 8px;
}

.header .yy_xz .y_x i {
  font-size: 18px;
  display: inline-block;
}

.header .yy_xz .x_z {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 5px;
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
}

.header .yy_xz:hover .x_z {
  display: block;
}

.header .yy_xz .x_z a {
  display: block;
  font-size: 14px;
  line-height: 32px;
}

.header .yy_xz img {
  width: 28px;
  height: auto;
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
}

.header .s_ch {
  margin-right: 30px;
  cursor: pointer;
}

.header .s_ch i {
  font-weight: bold;
}

.header.on .s_ch i {
  color: #fff;
}

@media only screen and (max-width:1400px) {
  .header .logo img {
    width: 130px;
  }

  .header .nav ul li {
    margin-right: 40px;
  }
}

@media only screen and (max-width:1100px) {
  .header {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }

  .header .logo {
    margin: 15px 0;
  }

  .header .logo img {
    width: 120px;
  }

  .header .an {
    display: block;
  }

  .header .nav {
    width: 100%;
    display: block;
    height: calc(100% - 134px);
    padding: 20px 5%;
    margin: 0;
    background-color: #fafafa;
    position: fixed;
    top: 134px;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
  }

  .header.on .nav {
    height: calc(100% - 88px);
    top: 88px;
  }

  .header .nav.on {
    right: 0;
  }

  .header .nav ul {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .header .nav ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #ddd;
    float: none;
    padding: 0;
    margin: 0;
  }

  .header .nav .y_j {
    min-width: 100%;
    text-align: left;
  }

  .header .nav .y_j:after {
    display: none;
  }

  .header .nav .y_j i {
    display: block;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 60px;
    z-index: 999;
  }

  .header .nav ul li:nth-child(4) .y_j i {
    display: none;
  }

  .header .nav ul li:nth-child(5) .y_j i {
    display: none;
  }

  .header .nav .y_j a {
    font-size: 16px;
    line-height: 60px;
    display: block;
  }

  .header.on .nav .y_j a {
    color: #333;
  }

  .header.on .nav ul li:hover .y_j a {
    color: #333;
  }

  .header.on .nav ul li.on .y_j a {
    color: #333;
  }

  .header .nav .e_j {
    width: 100%;
    height: calc(100% - 134px);
    padding: 20px 5%;
    box-shadow: none;
    background-color: #fafafa;
    opacity: 1;
    position: fixed;
    top: 134px;
    left: auto;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    visibility: inherit;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: none;
    -webkit-transform: none;
  }

  .header.on .nav .e_j {
    height: calc(100% - 88px);
    top: 88px;
  }

  .header .nav #p_r .e_j {
    max-width: 100%;
    height: calc(100vh - 134px);
    max-height: calc(100vh - 134px);
    padding: 20px 5%;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }

  .header.on .nav #p_r .e_j {
    height: calc(100% - 88px);
    ax-height: calc(100vh - 88px);
  }

  .header .nav .e_j.on {
    right: 0;
  }

  .header .nav .e_j:after {
    display: none;
  }

  .header .nav .f_l a {
    padding: 0;
    background: none;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    color: #333;
  }

  .header .nav .f_l a:hover {
    background: none;
    color: #333;
  }

  .header .nav .cp_lm {
    margin: 0 -15px;
    justify-content: normal;
  }

  .header .nav .cp_xl {
    width: calc(33.33333333% - 30px);
    margin: 0 15px 30px;
  }

  .header .nav .s_b {
    display: block;
    line-height: 50px;
  }

  .header .yy_xz .y_x {
    display: none;
  }

  .header .yy_xz .x_z {
    width: 100%;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    display: flex;
    flex-wrap: wrap;
  }

  .header .yy_xz .x_z a {
    margin-right: 30px;
  }
}

@media only screen and (max-width:640px) {
  .header .nav .cp_lm {
    margin: 0;
    justify-content: normal;
  }

  .header .nav .cp_xl {
    width: 100%;
    margin: 0 0 20px;
  }
}

.head_h {
  width: 100%;
  height: 90px;
  display: none;
  overflow: hidden;
}

.head_h.on {
  display: block;
}

@media only screen and (max-width:1400px) {
  .head_h {
    height: 90px;
  }
}

@media only screen and (max-width:1100px) {
  .head_h {
    height: 88px;
  }
}

@media only screen and (max-width:640px) {
  .head_h {
    height: 83px;
  }
}

.search {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  transition: .5s;
}

.search .sc_bj {
  width: 100%;
  padding: 150px 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  position: relative;
}

.search .sc_gb {
  position: absolute;
  top: 35px;
  right: 55px;
  cursor: pointer;
  color: #999;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.search .sc_gb:hover {
  color: #ea5b18;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.search .sc_gb i {
  font-size: 28px;
}

.search .sc_nr {
  width: 560px;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
}

.search input {
  width: 490px;
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  color: #333;
  float: left;
}

.search input::placeholder {
  color: #888;
}

.search button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #000;
  float: right;
  outline: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.search button:hover {
  color: #ea5b18;
}

.search button i {
  font-weight: bold;
}

@media only screen and (max-width:1400px) {
  .search {
    height: calc(100vh - 90px);
    top: 90px;
  }
}

@media only screen and (max-width:1080px) {
  .search {
    height: calc(100vh - 88px);
    top: 88px;
  }

  .search .sc_bj {
    padding: 100px 0;
  }

  .search .sc_gb {
    top: 20px;
    right: 20px;
  }

  .search .sc_gb i {
    font-size: 26px;
    font-weight: lighter;
  }

  .search .sc_nr {
    width: 90%;
  }

  .search input {
    width: 85%;
    font-size: 15px;
  }

  .search button {
    width: 15%;
  }

  .search button i {
    font-size: 24px;
    font-weight: lighter;
  }
}

@media only screen and (max-width:768px) {
  .search {
    height: calc(100vh - 83px);
    top: 83px;
  }
}

.pc_ban {
  width: 100%;
  height: calc(100vh - 136px);
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.pc_ban .swiper-slide {
  overflow: hidden;
}

.pc_ban .swiper-button-prev {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  left: 3%;
  margin-top: -26px;
  opacity: .5;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev:hover {
  opacity: 1;
}

.pc_ban .swiper-button-prev i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.pc_ban .swiper-button-next {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  right: 3%;
  margin-top: -26px;
  opacity: .5;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.pc_ban .swiper-button-next:hover {
  opacity: 1;
}

.pc_ban .swiper-pagination {
  bottom: 20px;
}

.pc_ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: .6;
}

.pc_ban .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.pc_ban .container {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pc_ban .w_z {
  width: 46%;
}

.pc_ban .w_z h1 {
  font-size: 44px;
  font-family: "Barlow-Bold";
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 25px;
}

.pc_ban .w_z h2 {
  font-size: 32px;
  font-family: "Barlow-Bold";
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.pc_ban .w_z a {
  width: 140px;
  height: 46px;
  border-radius: 46px;
  border: 1px solid #fff;
  line-height: 44px;
  text-align: center;
  color: #fff;
  display: block;
}

.pc_ban .w_z a:hover {
  background-color: #ea5c1a;
  border: 1px solid #ea5c1a;
}

.pc_ban .tp_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pc_ban .tp_bj:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .15);
  content: "";
}

@media only screen and (max-width:1400px) {
  .pc_ban .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    left: 30px;
  }

  .pc_ban .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    right: 30px;
  }

  .pc_ban .w_z h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media only screen and (max-width:1100px) {
  .pc_ban {
    height: 450px;
    min-height: inherit;
  }

  .pc_ban .swiper-button-prev {
    display: none;
  }

  .pc_ban .swiper-button-next {
    display: none;
  }

  .pc_ban .swiper-pagination {
    bottom: 10px;
  }

  .pc_ban .w_z h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .pc_ban .w_z h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width:768px) {
  .pc_ban {
    height: 430px;
  }

  .pc_ban .swiper-pagination {
    bottom: 10px;
  }

  .pc_ban .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }

  .pc_ban .swiper-pagination-bullet-active {
    width: 20px;
  }

  .pc_ban .w_z h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .pc_ban .w_z h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width:640px) {
  .pc_ban {
    height: 320px;
  }

  .pc_ban .w_z {
    width: 100%;
    text-align: center;
  }

  .pc_ban .w_z h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .pc_ban .w_z h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .pc_ban .w_z a {
    width: 130px;
    height: 40px;
    border-radius: 40px;
    line-height: 38px;
    margin: 0 auto;
  }
}

.sy_bt {
  text-align: center;
  margin-bottom: 60px;
}

.sy_bt h1 {
  font-size: 46px;
  line-height: 52px;
  color: #000;
  font-family: "Barlow-Bold";
}

.sy_bt p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 36px;
  margin-top: 10px;
}

@media only screen and (max-width:1400px) {
  .sy_bt {
    margin-bottom: 40px;
  }

  .sy_bt h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .sy_bt p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_bt {
    margin-bottom: 35px;
  }

  .sy_bt h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .sy_bt p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
  }
}

@media only screen and (max-width:640px) {
  .sy_bt {
    margin-bottom: 30px;
  }

  .sy_bt h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .sy_bt p {
    font-size: 16px;
    line-height: 26px;
  }
}

.sy_gy {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.sy_gy .row {
  justify-content: space-between;
  margin: 0;
}

.sy_gy .gy_bt {
  margin-bottom: 15px;
}

.sy_gy .gy_bt h1 {
  font-size: 46px;
  line-height: 52px;
  color: #000;
  font-family: "Barlow-Bold";
}

.sy_gy .gy_bt h1 strong {
  color: #ea5c1a;
}

.sy_gy .gy_bt h3 {
  font-size: 22px;
  color: #ea5c1a;
  font-family: "Barlow-Bold";
}

.sy_gy .gy_wz {
  width: calc(50% - 40px);
}

.sy_gy .gy_wz .w_z {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sy_gy .gy_wz .y_s {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sy_gy .gy_wz .t_b {
  width: 80px;
  height: 80px;
  background-color: #fbede6;
  border-radius: 6px;
}

.sy_gy .gy_wz .n_r {
  width: calc(100% - 100px);
}

.sy_gy .gy_wz .n_r h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-family: "Barlow-Bold";
  margin-bottom: 6px;
}

.sy_gy .gy_wz .n_r p {
  line-height: 22px;
}

.sy_gy .gy_tp {
  width: calc(50% - 20px);
  position: relative;
}

.sy_gy .gy_tp:after {
  width: 70%;
  height: 50%;
  content: "";
  position: absolute;
  top: 10%;
  left: 15%;
  background-color: #f7f7f7;
  z-index: -1;
}

.sy_gy .dt_wz {
  width: 70%;
}

.sy_gy .xt_wz {
  width: 60%;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.sy_gy .gy_bf {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  cursor: pointer;
}

.sy_gy .gy_bf span {
  width: 60px;
  height: 60px;
  padding-left: 5px;
  background-color: #ea5c1a;
  border-radius: 50%;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}

.sy_gy .gy_bf:before {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.sy_gy .gy_bf:after {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse-border 1200ms ease-out infinite;
  animation: pulse-border 1200ms ease-out infinite;
}

.sy_gy .gy_bf i {
  font-size: 30px;
}

.sy_gy img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .sy_gy {
    padding: 80px 0;
  }

  .sy_gy .gy_bt h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .sy_gy .gy_bt h3 {
    font-size: 22px;
  }

  .sy_gy .gy_wz {
    width: calc(50% - 20px);
  }

  .sy_gy .gy_wz .w_z {
    line-height: 22px;
    height: 88px;
  }

  .sy_gy .gy_wz .y_s {
    margin-top: 20px;
  }

  .sy_gy .gy_wz .t_b {
    width: 80px;
    height: 80px;
    background-color: #fbede6;
    border-radius: 6px;
  }

  .sy_gy .gy_wz .n_r {
    width: calc(100% - 100px);
  }

  .sy_gy .gy_wz .n_r p {
    line-height: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_gy {
    padding: 60px 0;
  }

  .sy_gy .gy_bt h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .sy_gy .gy_bt h3 {
    font-size: 20px;
  }

  .sy_gy .gy_wz {
    width: calc(50% - 15px);
  }

  .sy_gy .gy_wz .w_z {
    line-height: 22px;
    height: 88px;
  }

  .sy_gy .gy_wz .y_s {
    margin-top: 20px;
  }

  .sy_gy .gy_wz .t_b {
    width: 70px;
    height: 70px;
  }

  .sy_gy .gy_wz .n_r {
    width: calc(100% - 80px);
  }

  .sy_gy .gy_wz .n_r h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .sy_gy .gy_tp {
    width: calc(50% - 15px);
  }

  .sy_gy .gy_tp:after {
    width: 80%;
    height: 60%;
    left: 10%;
  }

  .sy_gy .dt_wz {
    width: 80%;
  }

  .sy_gy .xt_wz {
    width: 65%;
    border: 6px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    bottom: 10px;
    right: 10px;
  }

  .sy_gy .gy_bf {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }

  .sy_gy .gy_bf span {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }

  .sy_gy .gy_bf span:before {
    width: 46px;
    height: 46px;
  }

  .sy_gy .gy_bf i {
    font-size: 22px;
  }
}

@media only screen and (max-width:768px) {
  .sy_gy {
    padding: 50px 0;
  }

  .sy_gy .gy_bt h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .sy_gy .gy_bt h3 {
    font-size: 18px;
  }

  .sy_gy .gy_wz {
    width: 100%;
  }

  .sy_gy .gy_tp {
    width: 100%;
    margin-bottom: 30px;
  }

  .sy_gy .gy_tp:after {
    width: 80%;
    height: 60%;
    left: 10%;
  }

  .sy_gy .dt_wz {
    width: 65%;
  }

  .sy_gy .xt_wz {
    width: 55%;
    border: 5px solid #fff;
  }

  .sy_gy .gy_bf {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }

  .sy_gy .gy_bf span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .sy_gy .gy_bf span:before {
    width: 40px;
    height: 40px;
  }

  .sy_gy .gy_bf i {
    font-size: 20px;
  }
}

@media only screen and (max-width:640px) {
  .sy_gy .gy_bt h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .sy_gy .gy_bt h3 {
    font-size: 16px;
  }
}

.btn_a {
  width: 160px;
  height: 46px;
  background: #ea5c1a none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  border-radius: 3px;
  font-family: "Barlow-SemiBold";
  position: relative;
  overflow: hidden;
  z-index: 1;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0px 9px 16.74px 1.26px rgb(99 134 94 / 21%);
  line-height: 46px;
  text-align: center;
  text-transform: inherit;
  touch-action: manipulation;
  transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
}

.btn_a:hover {
  color: #fff;
}

.btn_a:hover>span {
  height: 562.5px;
  width: 562.5px;
}

.btn_a span {
  background: #cc4100 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
}

.btn_a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -2px;
  font-size: 16px;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.btn_a:hover i {
  margin-left: 10px;
  color: #fff;
}

@media only screen and (max-width:1400px) {
  .btn_a {
    width: 170px;
    height: 56px;
    line-height: 56px;
    margin-top: 25px;
  }
}

@media only screen and (max-width:1100px) {
  .btn_a {
    width: 150px;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
  }
}

@media only screen and (max-width:768px) {
  .btn_a {
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width:640px) {
  .btn_a {
    width: 130px;
    height: 36px;
    line-height: 36px;
  }
}

.tc_sp {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.tc_sp .g_b {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  color: #eee;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.tc_sp .g_b:hover {
  color: #ea5c1a;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.tc_sp .g_b i {
  font-size: 26px;
}

.tc_sp .vd_nr {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.tc_sp .vd_nr video {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .tc_sp .g_b {
    top: 30px;
    right: 30px;
  }

  .tc_sp .g_b i {
    font-size: 22px;
  }

  .tc_sp .vd_nr {
    max-width: 1000px;
  }
}

@media only screen and (max-width:1100px) {
  .tc_sp .g_b {
    top: 50px;
    right: 50px;
  }

  .tc_sp .vd_nr {
    max-width: 86%;
  }
}

@media only screen and (max-width:768px) {
  .tc_sp .g_b {
    top: 20px;
    right: 20px;
  }
}

.zs_sp {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.zs_sp .g_b {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  color: #eee;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.zs_sp .g_b:hover {
  color: #ea5c1a;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.zs_sp .g_b i {
  font-size: 26px;
}

.zs_sp .vd_nr {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.zs_sp .vd_nr video {
  width: auto;
  height: 100%;
  max-height: 100vh;
  left: 50%;
  display: block;
  position: relative;
  transform: translateX(-50%);
}

@media only screen and (max-width:1400px) {
  .zs_sp .g_b {
    top: 30px;
    right: 30px;
  }

  .zs_sp .g_b i {
    font-size: 22px;
  }

  .zs_sp .vd_nr {
    max-width: 1000px;
  }
}

@media only screen and (max-width:1100px) {
  .zs_sp .g_b {
    top: 50px;
    right: 50px;
  }

  .zs_sp .vd_nr {
    max-width: 86%;
  }
}

@media only screen and (max-width:768px) {
  .zs_sp .g_b {
    top: 20px;
    right: 20px;
  }
}

.sy_sj {
  width: 100%;
  padding: 150px 0;
  background: url(../images/sy_sj.jpg) no-repeat center / cover fixed;
  overflow: hidden;
}

.sy_sj .sj_zs ul {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}

.sy_sj .sj_zs ul li {
  padding-left: 100px;
  position: relative;
}

.sy_sj .sj_zs ul li:last-child {
  min-width: 330px;
}

.sy_sj .sj_zs .t_b {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: rgba(234, 92, 26, .7);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
}

.sy_sj .sj_zs .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.sy_sj .sj_zs .s_z {
  font-size: 30px;
  color: #ea5c1a;
  text-shadow: 2px 2px 0 #fff;
}

.sy_sj .sj_zs .s_z b {
  font-size: 60px;
  font-weight: normal;
  line-height: 60px;
  font-family: "Barlow-SemiBold";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

.sy_sj .sj_zs .x_j {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}

@media only screen and (max-width:1400px) {
  .sy_sj {
    padding: 120px 0;
  }

  .sy_sj .sj_zs ul li {
    padding-left: 80px;
    position: relative;
  }

  .sy_sj .sj_zs ul li:last-child {
    min-width: 300px;
  }

  .sy_sj .sj_zs .t_b {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-top: -30px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 26px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 50px;
    line-height: 50px;
  }

  .sy_sj .sj_zs .x_j {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_sj {
    padding: 90px 0;
    background: url(../images/sy_sj.jpg) no-repeat center / cover;
  }

  .sy_sj .sj_zs ul li {
    padding-left: 70px;
    position: relative;
  }

  .sy_sj .sj_zs ul li:last-child {
    min-width: 300px;
  }

  .sy_sj .sj_zs .t_b {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    margin-top: -28px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 22px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 46px;
    line-height: 46px;
  }

  .sy_sj .sj_zs .x_j {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .sy_sj {
    padding: 70px 0;
  }

  .sy_sj .sj_zs ul li {
    width: 30%;
    padding-left: 0;
    text-align: center;
  }

  .sy_sj .sj_zs ul li:last-child {
    min-width: 30%;
  }

  .sy_sj .sj_zs .t_b {
    width: 50px;
    height: 50px;
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 20px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 36px;
    line-height: 44px;
  }

  .sy_sj .sj_zs .x_j {
    font-size: 17px;
  }
}

@media only screen and (max-width:640px) {
  .sy_sj {
    padding: 60px 0;
  }

  .sy_sj .sj_zs ul {
    align-items: normal;
  }

  .sy_sj .sj_zs ul li {
    width: 32%;
  }

  .sy_sj .sj_zs ul li:last-child {
    min-width: 32%;
  }

  .sy_sj .sj_zs .t_b {
    width: 44px;
    height: 44px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 18px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 28px;
    line-height: 32px;
  }

  .sy_sj .sj_zs .x_j {
    font-size: 15px;
    line-height: 22px;
  }
}

.sy_hy {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
}

.sy_hy .row {
  margin: 0 -10px;
}

.sy_hy .hy_lm {
  width: calc(20% - 20px);
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_hy .hy_lm:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.sy_hy .hy_lm a {
  display: block;
  position: relative;
}

.sy_hy .hy_lm img {
  width: 100%;
  height: auto;
  display: block;
}

.sy_hy .t_p {
  overflow: hidden;
  position: relative;
}

.sy_hy .t_b {
  width: 100px;
  margin: 0 auto 6px;
}

.sy_hy .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.sy_hy .w_z {
  width: 100%;
  padding: 60px 0 30px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

@media only screen and (max-width:1400px) {
  .sy_hy {
    padding: 70px 0;
  }

  .sy_hy .t_b {
    width: 80px;
  }

  .sy_hy .w_z {
    padding: 50px 0 30px;
    font-size: 18px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_hy {
    padding: 60px 0;
  }

  .sy_hy .row {
    margin: 0 -5px;
  }

  .sy_hy .hy_lm {
    width: calc(20% - 10px);
    margin: 0 5px;
    border-radius: 6px;
  }

  .sy_hy .hy_lm:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }

  .sy_hy .t_b {
    width: 70px;
  }

  .sy_hy .w_z {
    padding: 40px 0 20px;
    font-size: 17px;
  }
}

@media only screen and (max-width:768px) {
  .sy_hy {
    padding: 50px 0;
  }

  .sy_hy .container-fluid {
    padding: 0 40px;
  }

  .sy_hy .row {
    margin: 0 -5px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .sy_hy .hy_lm {
    width: 220px;
    white-space: normal;
    display: inline-block;
  }
}

@media only screen and (max-width:640px) {
  .sy_hy .container-fluid {
    padding: 0 20px;
  }

  .sy_hy .hy_lm {
    width: 200px;
  }
}

.sy_al {
  width: 100%;
  padding: 90px 0;
  background-color: #fdf7f5;
  overflow: hidden;
}

.sy_al .swiper-al {
  padding-bottom: 15px;
}

.sy_al .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #aaa;
  border-radius: 50%;
  border: 1px solid #aaa;
  top: 50%;
  left: -66px;
  margin-top: -32px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_al .swiper-button-prev:hover {
  border: 1px solid #ea5c1a;
  color: #ea5c1a;
}

.sy_al .swiper-button-prev i {
  font-weight: bold;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.sy_al .swiper-button-next {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #aaa;
  border-radius: 50%;
  border: 1px solid #aaa;
  top: 50%;
  right: -66px;
  margin-top: -32px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_al .swiper-button-next:hover {
  border: 1px solid #ea5c1a;
  color: #ea5c1a;
}

.sy_al .swiper-button-next i {
  font-weight: bold;
}

.sy_al .swiper-pagination {
  width: 100%;
  bottom: -30px;
}

.sy_al .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
  margin: 0 5px;
  opacity: .6;
}

.sy_al .swiper-pagination-bullet-active {
  background-color: #ea5c1a !important;
  opacity: 1;
}

.sy_al .al_zs {
  position: relative;
}

.sy_al .al_zs .t_p {
  overflow: hidden;
  border-radius: 6px;
}

.sy_al .al_zs .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_al .al_zs ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.sy_al .al_zs .w_z {
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 20px;
  background-color: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 9;
}

.sy_al .al_zs .w_z h3 {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  font-family: "Barlow-SemiBold";
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.sy_al .al_zs .w_z span {
  color: #ea5c1a;
}

.sy_al .al_zs .w_z i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  font-size: 16px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_al .swiper-slide:hover .w_z i {
  margin-left: 15px;
}

@media only screen and (max-width:1400px) {
  .sy_al {
    padding: 70px 0;
  }

  .sy_al .al_zs .w_z {
    margin-top: -45px;
    padding: 15px;
  }

  .sy_al .al_zs .w_z h3 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_al {
    padding: 60px 0;
  }

  .sy_al .swiper-button-prev {
    display: none;
  }

  .sy_al .swiper-button-next {
    display: none;
  }

  .sy_al .swiper-pagination {
    bottom: -20px;
  }

  .sy_al .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .sy_al .al_zs .w_z {
    padding: 10px 15px;
  }

  .sy_al .al_zs .w_z h3 {
    margin-bottom: 10px;
  }

  .sy_al .al_zs .w_z i {
    font-size: 15px;
  }

  .sy_al .swiper-slide:hover .w_z i {
    margin-left: 10px;
  }
}

@media only screen and (max-width:768px) {
  .sy_al {
    padding: 50px 0;
  }
}

.sy_hz {
  width: 100%;
  padding: 90px 0 60px;
  overflow: hidden;
}

.sy_hz .hz_zs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.sy_hz .hz_zs:before {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background-image: -webkit-linear-gradient(left, #fff, rgba(247, 247, 247, 0));
  background-image: linear-gradient(left, #fff, rgba(247, 247, 247, 0));
}

.sy_hz .hz_zs:after {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 9;
  background-image: -webkit-linear-gradient(left, rgba(247, 247, 247, 0), #fff);
  background-image: linear-gradient(left, rgba(247, 247, 247, 0), #fff);
}

.sy_hz .hz_zs ul li {
  width: 12%;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 20px;
  overflow: hidden;
}

.sy_hz .hz_zs img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .sy_hz {
    padding: 70px 0 50px;
  }

  .sy_hz .hz_zs {
    margin-bottom: 20px;
  }

  .sy_hz .hz_zs ul li {
    margin-right: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_hz {
    padding: 60px 0 45px;
  }

  .sy_hz .hz_zs {
    margin-bottom: 15px;
  }

  .sy_hz .hz_zs ul li {
    margin-right: 15px;
  }
}

@media only screen and (max-width:768px) {
  .sy_hz {
    padding: 50px 0 35px;
  }

  .sy_hz .hz_zs {
    margin-bottom: 15px;
  }

  .sy_hz .hz_zs ul li {
    width: 120px;
  }
}

@media only screen and (max-width:640px) {
  .sy_hz .hz_zs ul li {
    width: 110px;
    margin-right: 10px;
  }
}

.sp_bf {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
}

.sp_bf:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.sp_bf span {
  width: 50px;
  height: 50px;
  padding-left: 3px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 999;
}

.sp_bf i {
  font-size: 26px;
  color: #fff;
}

@media only screen and (max-width:1100px) {}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {}

.ny_gy {
  width: 100%;
  padding: 100px 0;
  background-color: #fdf7f5;
  overflow: hidden;
}

.ny_gy .row {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.ny_gy .gy_bt {
  margin-bottom: 20px;
}

.ny_gy .gy_bt h1 {
  font-size: 46px;
  line-height: 52px;
  color: #000;
  font-family: "Barlow-Bold";
}

.ny_gy .gy_bt h1 strong {
  color: #ea5c1a;
}

.ny_gy .gy_bt h3 {
  font-size: 26px;
  color: #ea5c1a;
  font-family: "Barlow-Bold";
}

.ny_gy .gy_wz {
  width: calc(50% - 30px);
}

.ny_gy .gy_wz .w_z {
  line-height: 26px;
}

.ny_gy .gy_tp {
  width: calc(50% - 30px);
  position: relative;
}

.ny_gy .gy_tp img {
  width: 100%;
  height: auto;
  display: block;
}

.ny_gy .sj_zs {
  margin-top: 60px;
}

.ny_gy .sj_zs ul {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}

.ny_gy .sj_zs ul li {
  width: 17%;
}

.ny_gy .sj_zs .s_z {
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ecd2ca;
}

.ny_gy .sj_zs .s_z b {
  font-size: 60px;
  color: #ea5c1a;
  font-weight: normal;
  line-height: 60px;
  font-family: "Barlow-SemiBold";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

.ny_gy .sj_zs .x_j {
  font-size: 22px;
  line-height: 30px;
  font-family: "Barlow-SemiBold";
}

@media only screen and (max-width:1400px) {
  .ny_gy {
    padding: 80px 0;
  }

  .ny_gy .gy_bt h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .ny_gy .gy_bt h3 {
    font-size: 22px;
  }

  .ny_gy .gy_wz {
    width: calc(50% - 20px);
  }

  .ny_gy .gy_wz .w_z {
    line-height: 22px;
  }

  .ny_gy .sj_zs {
    margin-top: 50px;
  }

  .ny_gy .sj_zs ul li {
    width: 18%;
  }

  .ny_gy .sj_zs .s_z {
    font-size: 22px;
  }

  .ny_gy .sj_zs .s_z b {
    font-size: 46px;
    line-height: 50px;
  }

  .ny_gy .sj_zs .x_j {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width:1100px) {
  .ny_gy {
    padding: 60px 0;
  }

  .ny_gy .gy_bt h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .ny_gy .gy_bt h3 {
    font-size: 20px;
  }

  .ny_gy .gy_wz {
    width: calc(50% - 15px);
  }

  .ny_gy .gy_wz .w_z {
    line-height: 22px;
  }

  .ny_gy .gy_tp {
    width: calc(50% - 15px);
  }

  .ny_gy .sj_zs {
    margin-top: 40px;
  }

  .ny_gy .sj_zs ul li {
    width: 18%;
  }

  .ny_gy .sj_zs .s_z {
    font-size: 22px;
  }

  .ny_gy .sj_zs .s_z b {
    font-size: 40px;
    line-height: 46px;
  }

  .ny_gy .sj_zs .x_j {
    font-size: 16px;
  }
}

@media only screen and (max-width:768px) {
  .ny_gy {
    padding: 50px 0;
  }

  .ny_gy .gy_bt h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .ny_gy .gy_bt h3 {
    font-size: 18px;
  }

  .ny_gy .gy_wz {
    width: 100%;
  }

  .ny_gy .gy_tp {
    width: 100%;
    margin-bottom: 30px;
  }

  .ny_gy .sj_zs {
    margin-top: 20px;
  }

  .ny_gy .sj_zs ul {
    justify-content: center;
  }

  .ny_gy .sj_zs ul li {
    width: 31%;
    margin: 20px 1% 0;
    text-align: center;
  }

  .ny_gy .sj_zs .s_z {
    font-size: 20px;
  }

  .ny_gy .sj_zs .s_z b {
    font-size: 32px;
    line-height: 40px;
  }

  .ny_gy .sj_zs .x_j {
    font-size: 15px;
  }
}

@media only screen and (max-width:640px) {
  .ny_gy .gy_bt h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .ny_gy .gy_bt h3 {
    font-size: 16px;
  }

  .ny_gy .sj_zs ul {
    align-items: normal;
  }

  .ny_gy .sj_zs ul li {
    width: 48%;
  }

  .ny_gy .sj_zs .s_z {
    font-size: 18px;
  }

  .ny_gy .sj_zs .s_z b {
    font-size: 28px;
    line-height: 36px;
  }
}

.gs_lc {
  width: 100%;
  padding: 90px 0;
  color: #fff;
  background: url(../images/sj_bj.jpg) no-repeat center / cover fixed;
  overflow: hidden;
}

.gs_lc .sy_bt h1 {
  color: #fff;
}

.gs_lc .lc_zs {
  position: relative;
  text-align: center;
}

.gs_lc .lc_zs:after {
  width: 90%;
  height: 1px;
  position: absolute;
  top: 83px;
  left: 5%;
  content: "";
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
}

.gs_lc .swiper-lc {
  min-height: 360px;
}

.gs_lc .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  top: 60px;
  margin-top: 0;
  left: 0;
  border: 1px solid #fff;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_lc .swiper-button-prev:hover {
  background-color: #fff;
  color: #09449f;
}

.gs_lc .swiper-button-next {
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  top: 60px;
  margin-top: 0;
  right: 0;
  border: 1px solid #fff;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_lc .swiper-button-next:hover {
  background-color: #fff;
  color: #09449f;
}

.gs_lc .n_f {
  margin-top: 30px;
  font-size: 20px;
  line-height: 46px;
  font-weight: bold;
}

.gs_lc .swiper-slide-active .n_f {
  font-size: 32px;
  margin-top: 0;
}

.gs_lc .n_r {
  display: none;
  margin-top: 80px;
}

.gs_lc .swiper-slide-active .n_r {
  display: block;
}

.gs_lc .n_r h3 {
  font-size: 22px;
  font-family: "Barlow-SemiBold";
  margin-bottom: 15px;
}

.gs_lc .swiper-slide-active:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 78px;
  left: 50%;
  margin-left: -5px;
  content: "";
  background-color: #fff;
}

@media only screen and (max-width:1400px) {
  .gs_lc {
    padding: 70px 0;
  }

  .gs_lc .swiper-slide-active .n_f {
    font-size: 30px;
  }

  .gs_lc .n_r h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .gs_lc {
    padding: 60px 0;
    background: url(../images/sj_bj.jpg) no-repeat center / cover;
  }

  .gs_lc .lc_zs:after {
    top: 66px;
  }

  .gs_lc .swiper-lc {
    min-height: 320px;
  }

  .gs_lc .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 46px;
  }

  .gs_lc .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 46px;
  }

  .gs_lc .n_f {
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
  }

  .gs_lc .swiper-slide-active .n_f {
    font-size: 26px;
    margin-top: 0;
  }

  .gs_lc .n_r {
    margin-top: 50px;
  }

  .gs_lc .n_r h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .gs_lc .swiper-slide-active:after {
    width: 8px;
    height: 8px;
    top: 62px;
    margin-left: -4px;
  }
}

@media only screen and (max-width:768px) {
  .gs_lc {
    padding: 50px 0;
  }
}

@media only screen and (max-width:640px) {
  .gs_lc .swiper-button-prev {
    width: 32px;
    height: 32px;
    line-height: 30px;
    top: 52px;
  }

  .gs_lc .swiper-button-next {
    width: 32px;
    height: 32px;
    line-height: 30px;
    top: 52px;
  }

  .gs_lc .n_r {
    margin-top: 66px;
  }
}

.gs_wh {
  width: 100%;
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
}

.gs_wh .row {
  margin: 0 -5px;
  color: #fff;
}

.gs_wh .yj_nr {
  width: 30%;
  border: 5px solid #fff;
  padding: 80px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_wh .yj_nr:hover {
  background-color: rgba(0, 0, 0, 0);
}

.gs_wh .yj_nr .n_r {
  width: 100%;
}

.gs_wh .yj_qt {
  width: 70%;
}

.gs_wh .yj_qt ul {
  display: flex;
  flex-wrap: wrap;
}

.gs_wh .yj_qt ul li {
  width: 50%;
  border: 5px solid #fff;
  padding: 80px 50px;
  background-color: rgba(0, 0, 0, .3);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_wh .yj_qt ul li:hover {
  background-color: rgba(0, 0, 0, 0);
}

.gs_wh .t_b {
  width: 70px;
  margin: 0 auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_wh .yj_nr:hover .t_b {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.gs_wh .yj_qt ul li:hover .t_b {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.gs_wh .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.gs_wh .b_t {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin: 6px 0;
}

@media only screen and (max-width:1400px) {
  .gs_wh {
    padding: 70px 0;
  }

  .gs_wh .row {
    margin: 0 -3px;
    color: #fff;
  }

  .gs_wh .yj_nr {
    border: 3px solid #fff;
    padding: 60px 30px;
  }

  .gs_wh .yj_qt ul li {
    border: 3px solid #fff;
    padding: 60px 30px;
  }

  .gs_wh .t_b {
    width: 60px;
  }

  .gs_wh .b_t {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width:1100px) {
  .gs_wh {
    padding: 60px 0;
  }

  .gs_wh .yj_nr {
    padding: 45px 20px;
  }

  .gs_wh .yj_qt ul li {
    padding: 45px 20px;
  }

  .gs_wh .t_b {
    width: 56px;
  }

  .gs_wh .b_t {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width:768px) {
  .gs_wh {
    padding: 50px 0;
  }

  .gs_wh .yj_nr {
    padding: 35px 15px;
  }

  .gs_wh .yj_qt ul li {
    padding: 35px 15px;
  }

  .gs_wh .t_b {
    width: 50px;
  }

  .gs_wh .b_t {
    font-size: 17px;
  }
}

@media only screen and (max-width:640px) {
  .gs_wh .yj_nr {
    width: 100%;
  }

  .gs_wh .yj_qt {
    width: 100%;
  }
}

.gs_tz {
  width: 100%;
  padding: 90px 0;
  background-color: #fdf7f5;
  overflow: hidden;
}

.gs_tz .tz_zs {
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  overflow: hidden;
}

.gs_tz .tz_zs ul {
  display: flex;
}

.gs_tz .tz_zs ul li {
  flex: 1;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #eee;
  height: 53vh;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_tz .tz_zs ul li.on {
  flex: 1 1 44%;
}

.gs_tz .tz_js {
  width: 100%;
  height: 53vh;
  background-color: #fff;
  padding: 90px 30px;
  position: relative;
  z-index: 9;
}

.gs_tz .tz_zs ul li.on .tz_js {
  width: 35%;
  background-color: #ea5c1a;
}

.gs_tz .tz_js .t_b {
  width: 40px;
  height: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_tz .tz_zs ul li.on .t_b {
  background-position: bottom center;
}

.gs_tz .tz_js .b_t {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 36px;
  font-family: "Barlow-SemiBold";
  color: #000;
}

.gs_tz .tz_zs ul li.on .b_t {
  color: #fff;
}

.gs_tz .tz_js .x_b {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.gs_tz .tz_zs ul li.on .x_b {
  color: #fff;
}

.gs_tz .tz_js .w_z {
  font-size: 15px;
  color: #777;
  line-height: 26px;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.gs_tz .tz_zs ul li.on .w_z {
  color: rgba(255, 255, 255, .6);
}

.gs_tz .tz_tp {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.gs_tz .tz_tp img {
  width: auto;
  height: 53vh;
  display: block;
  object-fit: cover;
  object-position: center top;
  -webkit-user-select: none;
  user-select: none;
}

@media only screen and (max-width:1400px) {
  .gs_tz {
    padding: 70px 0;
  }

  .gs_tz .tz_zs ul li {
    height: 52vh;
  }

  .gs_tz .tz_js {
    height: 52vh;
    padding: 50px 20px;
  }

  .gs_tz .tz_zs ul li.on .tz_js {
    width: 40%;
  }

  .gs_tz .tz_js .b_t {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 32px;
  }

  .gs_tz .tz_js .x_b {
    font-size: 18px;
  }

  .gs_tz .tz_js .w_z {
    line-height: 24px;
  }

  .gs_tz .tz_tp {
    width: 60%;
  }

  .gs_tz .tz_tp img {
    height: 52vh;
  }
}

@media only screen and (max-width:1100px) {
  .gs_tz {
    padding: 60px 0;
  }

  .gs_tz .tz_js {
    padding: 30px 15px;
  }

  .gs_tz .tz_js .b_t {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .gs_tz .tz_js .x_b {
    font-size: 15px;
  }

  .gs_tz .tz_js .w_z {
    line-height: 20px;
  }
}

@media only screen and (max-width:768px) {
  .gs_tz {
    padding: 50px 0;
  }

  .gs_tz .tz_zs ul {
    display: block;
  }

  .gs_tz .tz_zs ul li {
    flex: auto;
    border-right: 0;
    height: auto;
    position: relative;
    margin-bottom: 15px;
  }

  .gs_tz .tz_zs ul li:last-child {
    margin-bottom: 0;
  }

  .gs_tz .tz_zs ul li.on {
    flex: auto;
  }

  .gs_tz .tz_js {
    height: auto;
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  }

  .gs_tz .tz_zs ul li.on .tz_js {
    width: 100%;
    background: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  }

  .gs_tz .tz_js .t_b {
    width: 36px;
    height: 36px;
    background-position: bottom center;
  }

  .gs_tz .tz_js .b_t {
    margin-bottom: 25px;
    font-size: 20px;
    color: #fff;
  }

  .gs_tz .tz_js .x_b {
    color: #fff;
    margin-bottom: 6px;
  }

  .gs_tz .tz_js .w_z {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 22px;
  }

  .gs_tz .tz_tp {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  .gs_tz .tz_tp img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width:640px) {
  .gs_tz .tz_js .b_t {
    margin-bottom: 15px;
  }
}

.product {
  width: 100%;
  padding: 80px 0;
  background-color: #fdf7f5;
  overflow: hidden;
}

.product .row {
  margin: 0;
  justify-content: space-between;
  position: relative;
}

.product .cp_lm {
  width: 280px;
  position: relative;
}

.product .cp_lm .b_t {
  padding: 25px 20px;
  background-color: #ea5b18;
  font-size: 22px;
  font-family: "Barlow-Bold";
  line-height: 30px;
  color: #fff;
  position: relative;
}

.product .cp_lm ul li {
  padding: 12px 0;
  border-bottom: 1px solid #fdf7f5;
  background-color: #fff;
}

.product .cp_lm ul li:last-child {
  border-bottom: 0;
}

.product .cp_lm .y_j a {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  line-height: 32px;
  position: relative;
  color: #000;
}

.product .cp_lm .y_j a:hover {
  color: #ea5b18;
}

.product .cp_lm ul li.on .y_j a {
  color: #ea5b18;
}

.product .cp_lm .e_j {
  margin-top: 5px;
  display: none;
}

.product .cp_lm ul li.on .e_j {
  display: block;
}

.product .cp_lm .e_j a {
  display: block;
  padding: 3px 20px 3px 35px;
  line-height: 28px;
  position: relative;
}

.product .cp_lm .e_j a:after {
  width: 5px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1px;
  background-color: #bbb;
  content: "";
}

.product .cp_lm i {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  display: block;
}

.product .cp_lm ul li.on i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.product .lm_nr {
  width: 280px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.product .lm_nr.on {
  position: fixed;
  top: 120px;
}

.product .lm_nr.on_a {
  position: absolute;
  top: auto;
  bottom: 0;
}

.product .cp_zs {
  width: calc(100% - 320px);
}

.product .cp_zs .t_p {
  overflow: hidden;
}

.product .cp_zs .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.product .cp_zs ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.product .cp_zs .w_z {
  padding: 15px 15px 25px;
  color: #777;
}

.product .cp_zs .w_z h1 {
  font-size: 26px;
  line-height: 32px;
  color: #333;
  font-family: "Barlow-SemiBold";
  overflow: hidden;
  margin: 5px 0 25px;
}

.product .cp_zs .w_z i {
  height: 38px;
  border: 1px solid #ddd;
  padding: 0 20px;
  border-radius: 38px;
  display: inline-block;
  color: #6b727b;
  line-height: 36px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.product .cp_zs ul li:hover .w_z i {
  color: #fff;
  border: 1px solid #ea5c1a;
  background-color: #ea5c1a;
}

.product .zs_lb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.product .zs_lb ul li {
  width: calc(33.33333333% - 30px);
  margin: 0 15px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width:1400px) {
  .product {
    padding: 50px 0;
  }

  .product .cp_lm {
    width: 230px;
  }

  .product .cp_lm .b_t {
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .product .cp_lm .y_j a {
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
  }

  .product .cp_lm .e_j a {
    padding: 3px 15px 3px 25px;
    line-height: 26px;
  }

  .product .cp_lm .e_j a:after {
    left: 15px;
  }

  .product .cp_lm i {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .product .lm_nr {
    width: 230px;
  }

  .product .lm_nr.on {
    top: 110px;
  }

  .product .cp_zs {
    width: calc(100% - 260px);
  }

  .product .cp_zs .w_z {
    padding: 10px 10px 20px;
  }

  .product .cp_zs .w_z h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 5px 0 15px;
  }

  .product .cp_zs .w_z i {
    height: 32px;
    padding: 0 15px;
    border-radius: 32px;
    line-height: 30px;
  }

  .product .zs_lb ul {
    margin: 0 -8px;
  }

  .product .zs_lb ul li {
    width: calc(33.33333333% - 16px);
    margin: 0 8px 16px;
  }
}

@media only screen and (max-width:1100px) {
  .product .zs_lb ul li {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width:768px) {
  .product .zs_lb ul li {
    width: calc(100% - 16px);
  }
}

@media only screen and (max-width:640px) {
  .product .cp_lm {
    display: none;
  }

  .product .cp_zs {
    width: 100%;
  }

  .product .cp_zs .w_z {
    padding: 15px;
  }

  .product .zs_lb ul {
    margin: 0;
  }

  .product .zs_lb ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.cp_jj {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}

.cp_jj .row {
  justify-content: space-between;
  margin: 0;
}

.cp_jj .tp_zs {
  width: calc(44% - 20px);
}

.cp_jj .tp_zs img {
  width: 100%;
  height: auto;
  display: block;
}

.cp_jj .zs_dt {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cp_jj .swiper-xt {
  padding: 0 25px;
}

.cp_jj .swiper-button-prev {
  width: 16px;
  height: 22px;
  line-height: 22px;
  color: #333;
  text-align: left;
  top: 50%;
  left: 0;
  margin-top: -11px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.cp_jj .swiper-button-prev:hover {
  color: #ea5b18;
}

.cp_jj .swiper-button-next {
  width: 16px;
  height: 22px;
  line-height: 22px;
  color: #333;
  text-align: right;
  top: 50%;
  right: 0;
  margin-top: -11px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.cp_jj .swiper-button-next:hover {
  color: #ea5b18;
}

.cp_jj .swiper-slide {
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.cp_jj .swiper-slide.on {
  border: 1px solid #ea5b18;
}

.cp_jj .swiper-xt i {
  font-weight: bold;
}

.cp_jj .wz_js {
  width: calc(56% - 20px);
}

.cp_jj .wz_js .b_t {
  font-size: 52px;
  line-height: 60px;
  color: #000;
  font-family: "Barlow-Bold";
  margin: 15px 0 20px;
}

.cp_jj .wz_js .h_y {
  line-height: 22px;
  color: #ea5b18;
}

.cp_jj .wz_js .h_y span {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}

.cp_jj .wz_js .j_s {
  font-size: 18px;
  line-height: 26px;
  color: #555;
  margin-bottom: 20px;
}

.cp_jj .wz_js .y_s ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  font-family: "Barlow-SemiBold";
}

.cp_jj .wz_js .y_s ul li:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #ea5b18;
}

.cp_jj .wz_js .a_n {
  margin-top: 20px;
}

.cp_jj .wz_js .a_n a {
  display: inline-block;
  width: 200px;
  height: 46px;
  margin-right: 15px;
  border-radius: 23px;
  line-height: 46px;
  font-family: "Barlow-SemiBold";
  color: #fff;
  text-align: center;
}

.cp_jj .wz_js .a_n strong {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -6px;
}

.cp_jj .wz_js .a_n a.z_x {
  background-color: #ea5b18;
}

.cp_jj .wz_js .a_n a.z_x:hover {
  background-color: #c03408;
}

.cp_jj .wz_js .a_n a.s_p {
  background-color: #4439b0;
}

.cp_jj .wz_js .a_n a.s_p:hover {
  background-color: #160c7a;
}

.cp_jj .wz_js .a_n i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin-right: 5px;
  margin-top: -4px;
}

@media only screen and (max-width:1400px) {
  .cp_jj {
    margin-bottom: 40px;
  }

  .cp_jj .tp_zs {
    width: calc(44% - 25px);
  }

  .cp_jj .wz_js {
    width: calc(56% - 25px);
  }

  .cp_jj .wz_js .b_t {
    font-size: 46px;
    line-height: 50px;
    margin: 15px 0;
  }

  .cp_jj .wz_js .j_s {
    font-size: 20px;
    line-height: 28px;
  }

  .cp_jj .wz_js .y_s ul li {
    padding-left: 15px;
    margin: 6px 0;
  }

  .cp_jj .wz_js .y_s ul li:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }

  .cp_jj .wz_js .a_n a {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }

  .cp_jj .wz_js .a_n strong {
    font-size: 18px;
    margin-left: 3px;
    margin-top: -6px;
  }

  .cp_jj .wz_js .a_n i {
    font-size: 22px;
  }
}

@media only screen and (max-width:1100px) {
  .cp_jj {
    margin-bottom: 30px;
  }

  .cp_jj .tp_zs {
    width: 100%;
    margin-bottom: 30px;
  }

  .cp_jj .wz_js {
    width: 100%;
  }

  .cp_jj .wz_js .b_t {
    font-size: 32px;
    line-height: 38px;
    margin: 12px 0;
  }

  .cp_jj .wz_js .j_s {
    font-size: 16px;
    font-family: "Barlow";
    line-height: 24px;
  }

  .cp_jj .wz_js .a_n a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }

  .cp_jj .wz_js .a_n strong {
    font-size: 16px;
  }

  .cp_jj .wz_js .a_n i {
    font-size: 20px;
  }
}

@media only screen and (max-width:768px) {
  .cp_jj .wz_js .b_t {
    font-size: 28px;
    line-height: 34px;
    margin: 10px 0;
  }

  .cp_jj .wz_js .j_s {
    font-size: 15px;
  }
}

@media only screen and (max-width:640px) {
  .cp_jj .wz_js .b_t {
    font-size: 26px;
    line-height: 32px;
  }

  .cp_jj .wz_js .a_n a {
    width: 146px;
  }
}

.xq_lm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.xq_lm ul {
  display: flex;
  flex-wrap: wrap;
}

.xq_lm ul li {
  margin-right: 60px;
}

.xq_lm a {
  display: inline-block;
  line-height: 50px;
  font-family: "Barlow-SemiBold";
  font-size: 20px;
  position: relative;
}

.xq_lm ul li:hover a {
  color: #ea5b18;
}

.xq_lm ul li.on a {
  color: #ea5b18;
}

@media only screen and (max-width:1400px) {
  .xq_lm {
    padding: 10px 20px;
  }

  .xq_lm ul li {
    margin-right: 50px;
  }

  .xq_lm a {
    line-height: 46px;
    font-size: 18px;
  }
}

@media only screen and (max-width:1100px) {
  .xq_lm ul li {
    margin-right: 40px;
  }
}

@media only screen and (max-width:640px) {
  .xq_lm a {
    font-size: 16px;
  }

  .xq_lm ul li {
    margin-right: 25px;
  }
}

.cp_xq {
  width: 100%;
  padding: 35px 35px 0;
  background-color: #fff;
  overflow: hidden;
}

.cp_xq .xq_zs {
  margin-bottom: 35px;
}

.cp_xq .xq_zs .b_t {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-family: "Barlow-Bold";
  margin-bottom: 30px;
}

.cp_xq .xq_zs .n_r h3 {
  font-size: 22px;
  font-family: "Barlow-SemiBold";
  color: #333;
  line-height: 36px;
  margin-bottom: 15px;
}

.cp_xq .xq_zs .n_r p {
  margin-bottom: 30px;
  line-height: 22px;
}

.cp_xq .xq_zs .n_r ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
  line-height: 26px;
}

.cp_xq .xq_zs .n_r ul li:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #ea5b18;
}

.cp_xq .xq_zs table {
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 22px;
  color: #555;
}

.cp_xq .xq_zs table td {
  padding: 20px 25px;
  min-width: 60px;
}

.cp_xq .xq_zs table td:first-child {
  background-color: #fdf7f5;
  font-family: "Barlow-SemiBold";
  color: #333;
  text-align: center;
}

@media only screen and (max-width:1400px) {
  .cp_xq {
    padding: 30px 30px 0;
  }

  .cp_xq .xq_zs {
    margin-bottom: 30px;
  }

  .cp_xq .xq_zs .b_t {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .cp_xq .xq_zs .n_r h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .cp_xq .xq_zs .n_r p {
    margin-bottom: 20px;
  }

  .cp_xq .xq_zs .n_r ul li {
    padding-left: 15px;
    position: relative;
    margin: 6px 0;
  }

  .cp_xq .xq_zs .n_r ul li:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}

@media only screen and (max-width:1100px) {
  .cp_xq {
    padding: 25px 25px 0;
  }

  .cp_xq .xq_zs {
    margin-bottom: 25px;
  }

  .cp_xq .xq_zs .b_t {
    font-size: 22px;
    line-height: 28px;
  }

  .cp_xq .xq_zs table td {
    padding: 15px;
  }
}

@media only screen and (max-width:640px) {}

.xq_bd {
  width: 100%;
  padding: 35px;
  background-color: #fff;
  margin-top: 30px;
  overflow: hidden;
}

.xq_bd h1 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-family: "Barlow-Bold";
}

.xq_bd p {
  line-height: 24px;
  margin: 15px 0 30px;
}

.xq_bd form {
  width: 100%;
}

.xq_bd ul.row {
  margin: 0 -10px;
}

.xq_bd ul li {
  width: calc(25% - 20px);
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 10px 20px;
}

.xq_bd ul li:last-child {
  width: calc(100% - 20px);
}

.xq_bd input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  color: #777;
}

.xq_bd input::placeholder {
  color: #777;
}

.xq_bd select {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 16px;
  color: #777;
}

.xq_bd option {
  color: #777;
}

.xq_bd option:first-child {
  display: none;
}

.xq_bd textarea {
  width: 100%;
  height: 120px;
  padding: 12px 15px;
  line-height: 26px;
  font-size: 16px;
  color: #777;
  resize: none;
}

.xq_bd textarea::placeholder {
  color: #777;
}

.xq_bd button {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background-color: #fca179;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: block;
  outline: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.xq_bd button:hover {
  background-color: #ea5c1a;
}

@media only screen and (max-width:1100px) {
  .xq_bd {
    padding: 25px;
  }

  .xq_bd h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .xq_bd p {
    margin: 10px 0 20px;
  }
}

@media only screen and (max-width:640px) {
  .xq_bd ul.row {
    margin: 0;
  }

  .xq_bd ul li {
    width: 100%;
    margin: 0 0 15px;
  }

  .xq_bd ul li:last-child {
    width: 100%;
  }

  .xq_bd button {
    width: 100%;
  }
}

.xq_tj {
  width: 100%;
  background-color: #fafafa;
  padding: 60px 0;
  overflow: hidden;
}

.xq_tj .b_t {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-family: "Barlow-Bold";
  margin-bottom: 30px;
}

.xq_tj .xg_tj {
  position: relative;
}

.xq_tj .xg_tj .t_p {
  overflow: hidden;
}

.xq_tj .xg_tj .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.xq_tj .xg_tj ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.xq_tj .xg_tj .w_z {
  padding: 20px 15px;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  color: #333;
  text-align: center;
  background-color: #fff;
  line-height: 22px;
}

.xq_tj .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: center;
  display: none;
}

.xq_tj .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #ea5c1a;
  opacity: .3;
  display: inline-block;
}

.xq_tj .swiper-pagination-bullet-active {
  opacity: 1;
}

.xq_tj .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #aaa;
  border-radius: 50%;
  border: 1px solid #aaa;
  top: 50%;
  left: -66px;
  margin-top: -32px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.xq_tj .swiper-button-prev:hover {
  border: 1px solid #ea5c1a;
  color: #ea5c1a;
}

.xq_tj .swiper-button-prev i {
  font-weight: bold;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.xq_tj .swiper-button-next {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #aaa;
  border-radius: 50%;
  border: 1px solid #aaa;
  top: 50%;
  right: -66px;
  margin-top: -32px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.xq_tj .swiper-button-next:hover {
  border: 1px solid #ea5c1a;
  color: #ea5c1a;
}

.xq_tj .swiper-button-next i {
  font-weight: bold;
}

@media only screen and (max-width:1400px) {
  .xq_tj {
    padding: 50px 0;
  }

  .xq_tj .b_t {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .xq_tj .xg_tj ul {
    margin: 0 -10px;
  }

  .xq_tj .xg_tj ul li {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .xq_tj .xg_tj .w_z {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width:1100px) {
  .xq_tj {
    padding: 45px 0 30px;
  }

  .xq_tj .xg_tj {
    padding-bottom: 40px;
  }

  .xq_tj .swiper-pagination {
    display: block;
  }

  .xq_tj .swiper-button-prev {
    display: none;
  }

  .xq_tj .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {}

.ny_ban {
  width: 100%;
  height: 460px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.ny_ban .container {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ny_ban .container h1 {
  font-size: 46px;
  font-family: "Barlow-SemiBold";
  line-height: 56px;
}

@media only screen and (max-width:1400px) {
  .ny_ban {
    height: 400px;
  }

  .ny_ban .container h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media only screen and (max-width:1100px) {
  .ny_ban {
    height: 320px;
  }

  .ny_ban .container {
    top: 50%;
  }

  .ny_ban .container h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width:768px) {
  .ny_ban {
    height: 260px;
  }

  .ny_ban .container h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width:640px) {
  .ny_ban {
    height: 220px;
  }
}

.ny_al {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

.ny_al .row {
  margin: 0;
}

.ny_al .al_tj {
  width: 100%;
  padding: 40px 60px;
  margin-bottom: 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  position: relative;
}

.ny_al .al_tj .swiper-button-prev {
  width: 46px;
  height: 46px;
  background-color: #fff;
  line-height: 46px;
  text-align: center;
  color: #aaa;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  border-radius: 50%;
  top: 50%;
  left: -23px;
  margin-top: -23px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_al .al_tj .swiper-button-prev:hover {
  color: #fff;
  background-color: #ea5c1a;
}

.ny_al .al_tj .swiper-button-prev i {
  font-weight: bold;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.ny_al .al_tj .swiper-button-next {
  width: 46px;
  height: 46px;
  background-color: #fff;
  line-height: 44px;
  text-align: center;
  color: #aaa;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  border-radius: 50%;
  top: 50%;
  right: -23px;
  margin-top: -23px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_al .al_tj .swiper-button-next:hover {
  color: #fff;
  background-color: #ea5c1a;
}

.ny_al .al_tj .swiper-button-next i {
  font-weight: bold;
}

.ny_al .al_tj .swiper-pagination {
  width: 100%;
  bottom: -40px;
}

.ny_al .al_tj .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
  margin: 0 5px;
  opacity: .6;
}

.ny_al .al_tj .swiper-pagination-bullet-active {
  background-color: #ea5c1a !important;
  opacity: 1;
}

.ny_al .tj_wz {
  width: calc(52% - 80px);
  margin-left: 40px;
}

.ny_al .tj_wz h3 {
  font-size: 32px;
  color: #171a1d;
  font-family: "Barlow-SemiBold";
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_al .tj_wz p {
  line-height: 26px;
  margin: 10px 0 30px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ny_al .tj_wz a {
  width: 150px;
  height: 46px;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  line-height: 46px;
  text-align: center;
  margin-top: 25px;
  background: linear-gradient(#f29529, #f29529) repeat-y;
  background: -webkit-linear-gradient(#f29529, #f29529) repeat-y;
  background-color: #ea5c1a;
  background-size: 0 100%;
}

.ny_al .tj_wz a:hover {
  color: #fff;
  background-size: 100% 100%;
}

.ny_al .tj_wz .b_q {
  color: #6b727b;
  display: flex;
}

.ny_al .tj_wz .b_q i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
}

.ny_al .tj_wz a i {
  margin-left: 10px;
}

.ny_al .tj_tp {
  width: 48%;
  height: 360px;
  border-radius: 6px;
  overflow: hidden;
}

.ny_al .tj_tp img {
  width: 100%;
  height: auto;
  display: block;
}

.ny_al .al_lm ul li {
  margin-right: 20px;
}

.ny_al .al_lm a {
  min-width: 120px;
  height: 46px;
  padding: 0 25px;
  border-radius: 3px;
  display: block;
  font-family: "Barlow-SemiBold";
  font-size: 18px;
  color: #6b727b;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(#fdf7f5, #fdf7f5) repeat-y;
  background: -webkit-linear-gradient(#fdf7f5, #fdf7f5) repeat-y;
  background-color: #f5f6f7;
  background-size: 0 100%;
}

.ny_al .al_lm a:hover {
  color: #ea5c1a;
  background-size: 100% 100%;
}

.ny_al .al_lm ul li.on a {
  color: #ea5c1a;
  background-size: 100% 100%;
}

.ny_al .al_lb ul {
  margin: 0 -20px;
}

.ny_al .al_lb ul li {
  width: calc(33.33333333% - 40px);
  margin: 40px 20px 0;
  border-radius: 10px;
  overflow: hidden;
}

.ny_al .al_lb .t_p {
  overflow: hidden;
}

.ny_al .al_lb .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_al .al_lb ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ny_al .al_lb .w_z {
  border: 1px solid #ededed;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 25px;
  background-color: #fff;
}

.ny_al .al_lb .w_z h3 {
  font-size: 22px;
  font-family: "Barlow-SemiBold";
  color: #171a1d;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_al .al_lb .b_q {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.ny_al .al_lb .b_q span {
  height: 32px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #fdf7f5;
  line-height: 32px;
  color: #ea5c1a;
  text-align: center;
  display: inline-block;
}

.ny_al .al_lb .b_q a {
  height: 32px;
  padding: 0 20px;
  border-radius: 3px;
  display: inline-block;
  color: #6b727b;
  line-height: 32px;
  text-align: center;
}

.ny_al .al_lb .b_q a:hover {
  color: #fff;
  background-color: #ea5c1a;
}

.ny_al .al_lb .b_q i {
  margin-left: 10px;
}

@media only screen and (max-width:1400px) {
  .ny_al {
    padding: 70px 0;
  }

  .ny_al .al_tj {
    padding: 30px 40px;
    margin-bottom: 60px;
    border-radius: 6px;
  }

  .ny_al .al_tj .swiper-button-prev {
    left: -23px;
  }

  .ny_al .al_tj .swiper-button-next {
    right: -23px;
  }

  .ny_al .tj_wz h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .ny_al .tj_wz p {
    line-height: 22px;
    margin: 10px 0 20px;
  }

  .ny_al .tj_wz a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
  }

  .ny_al .tj_wz .b_q i {
    font-size: 18px;
  }

  .ny_al .tj_tp {
    height: 320px;
  }

  .ny_al .al_lm ul li {
    margin-right: 15px;
  }

  .ny_al .al_lm a {
    height: 40px;
    padding: 0 20px;
    font-size: 17px;
    line-height: 40px;
  }

  .ny_al .al_lb ul {
    margin: 0 -15px;
  }

  .ny_al .al_lb ul li {
    width: calc(33.33333333% - 30px);
    margin: 30px 15px 0;
    border-radius: 6px;
  }

  .ny_al .al_lb .w_z {
    border-radius: 0 0 6px 6px;
    padding: 20px;
  }

  .ny_al .al_lb .w_z h3 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }

  .ny_al .al_lb .b_q {
    margin-top: 15px;
  }

  .ny_al .al_lb .b_q a {
    padding: 0 15px;
  }
}

@media only screen and (max-width:1100px) {
  .ny_al {
    padding: 60px 0;
  }

  .ny_al .al_tj {
    padding: 30px;
  }

  .ny_al .al_tj .swiper-button-prev {
    display: none;
  }

  .ny_al .al_tj .swiper-button-next {
    display: none;
  }

  .ny_al .tj_wz h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .ny_al .tj_wz a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
  }

  .ny_al .tj_tp {
    height: 260px;
  }

  .ny_al .al_lm a {
    height: 36px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
  }

  .ny_al .al_lb ul {
    margin: 0 -10px;
  }

  .ny_al .al_lb ul li {
    width: calc(33.33333333% - 20px);
    margin: 20px 10px 0;
  }

  .ny_al .al_lb .w_z {
    padding: 15px;
  }

  .ny_al .al_lb .w_z h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width:768px) {
  .ny_al {
    padding: 50px 0;
  }

  .ny_al .al_tj {
    padding: 20px;
  }

  .ny_al .tj_tp {
    width: 49%;
    height: auto;
  }

  .ny_al .tj_wz {
    width: calc(51% - 30px);
    margin-left: 30px;
  }

  .ny_al .al_lm ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .ny_al .al_lm a {
    min-width: 110px;
    padding: 0 15px;
    font-size: 15px;
  }

  .ny_al .al_lb ul li {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width:640px) {
  .ny_al .tj_tp {
    width: 100%;
  }

  .ny_al .tj_wz {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .ny_al .al_lb ul {
    margin: 0;
  }

  .ny_al .al_lb ul li {
    width: 100%;
    margin: 20px 0 0;
  }
}

.ny_lx {
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
}

.ny_lx .ny_fs ul li {
  width: calc(25% - 30px);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  margin: 0 15px;
  padding: 35px 20px;
  text-align: center;
}

.ny_lx .ny_fs h3 {
  font-size: 20px;
  font-family: "Barlow-SemiBold";
  color: #000;
  line-height: 30px;
  margin: 10px 0;
}

.ny_lx .ny_fs .t_b {
  width: 66px;
  height: 66px;
  margin: 0 auto;
}

.ny_lx .ny_fs .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.ny_lx .ny_ly {
  margin-top: 50px;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.ny_lx .ny_ly h3 {
  font-size: 36px;
  font-family: "Barlow-SemiBold";
  color: #000;
  line-height: 44px;
}

.ny_lx .ny_ly h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.ny_lx .ny_ly ul li {
  width: calc(33.33333333% - 30px);
  margin: 0 15px 30px;
}

.ny_lx .ny_ly ul li:nth-last-child(2) {
  width: calc(100% - 30px);
}

.ny_lx .ny_ly ul li:last-child {
  width: calc(100% - 30px);
  margin-bottom: 0;
}

.ny_lx .ny_ly input {
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 54px;
  display: block;
}

.ny_lx .ny_ly textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  line-height: 26px;
  display: block;
  resize: none;
}

.ny_lx .ny_ly button {
  width: 160px;
  height: 56px;
  border-radius: 5px;
  background-color: #aaa;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  display: block;
  outline: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_lx .ny_ly button:hover {
  background-color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
  .ny_lx {
    padding: 60px 0;
  }

  .ny_lx .ny_fs ul {
    margin: 0 -10px;
  }

  .ny_lx .ny_fs ul li {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 30px 10px;
  }

  .ny_lx .ny_fs h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .ny_lx .ny_fs .t_b {
    width: 60px;
    height: 60px;
  }

  .ny_lx .ny_ly {
    margin-top: 40px;
    padding: 40px;
  }

  .ny_lx .ny_ly h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .ny_lx .ny_ly h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width:1100px) {
  .ny_lx .ny_fs ul li {
    padding: 25px 5px;
  }

  .ny_lx .ny_fs .t_b {
    width: 56px;
    height: 56px;
  }

  .ny_lx .ny_ly {
    margin-top: 35px;
    padding: 30px;
  }

  .ny_lx .ny_ly h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .ny_lx .ny_ly ul {
    margin: 0 -10px;
  }

  .ny_lx .ny_ly ul li {
    width: calc(33.33333333% - 20px);
    margin: 0 10px 20px;
  }

  .ny_lx .ny_ly ul li:nth-last-child(2) {
    width: calc(100% - 20px);
  }

  .ny_lx .ny_ly ul li:last-child {
    width: calc(100% - 20px);
  }

  .ny_lx .ny_ly input {
    height: 52px;
    line-height: 50px;
  }

  .ny_lx .ny_ly textarea {
    height: 112px;
    padding: 12px 15px;
    line-height: 22px;
  }

  .ny_lx .ny_ly button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (max-width:768px) {
  .ny_lx {
    padding: 50px 0;
  }

  .ny_lx .ny_fs ul li {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }

  .ny_lx .ny_ly {
    margin-top: 0;
  }
}

@media only screen and (max-width:640px) {
  .ny_lx .ny_ly h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .ny_lx .ny_fs ul {
    margin: 0;
  }

  .ny_lx .ny_fs ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .ny_lx .ny_ly ul {
    margin: 0;
  }

  .ny_lx .ny_ly ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .ny_lx .ny_ly ul li:nth-last-child(2) {
    width: 100%;
  }

  .ny_lx .ny_ly ul li:last-child {
    width: 100%;
  }
}

.fw_js {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.fw_js .row {
  justify-content: space-between;
  margin: 0;
}

.fw_js .gy_bt h1 {
  font-size: 52px;
  line-height: 58px;
  color: #000;
  font-family: "Barlow-Bold";
}

.fw_js .gy_bt h3 {
  font-size: 26px;
  color: #ea5c1a;
  font-family: "Barlow-Bold";
}

.fw_js .js_bt {
  width: 40%;
}

.fw_js .js_wz {
  width: 55%;
  line-height: 26px;
}

.fw_js .js_sp {
  margin-top: 70px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.fw_js .js_sp img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .fw_js {
    padding: 70px 0;
  }

  .fw_js .gy_bt h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .fw_js .gy_bt h3 {
    font-size: 22px;
  }

  .fw_js .js_bt {
    width: 40%;
  }

  .fw_js .js_sp {
    margin-top: 50px;
    border-radius: 10px;
  }
}

@media only screen and (max-width:1100px) {
  .fw_js {
    padding: 60px 0;
  }

  .fw_js .gy_bt h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .fw_js .gy_bt h3 {
    font-size: 20px;
  }

  .fw_js .js_bt {
    width: 44%;
  }

  .fw_js .js_wz {
    line-height: 22px;
  }

  .fw_js .js_sp {
    margin-top: 40px;
    border-radius: 6px;
  }
}

@media only screen and (max-width:768px) {
  .fw_js {
    padding: 50px 0;
  }

  .fw_js .gy_bt h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .fw_js .gy_bt h3 {
    font-size: 18px;
  }

  .fw_js .js_bt {
    width: 100%;
    margin-bottom: 25px;
  }

  .fw_js .js_wz {
    width: 100%;
  }

  .fw_js .js_sp {
    margin-top: 40px;
    border-radius: 6px;
  }
}

@media only screen and (max-width:640px) {
  .fw_js .gy_bt h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .fw_js .gy_bt h3 {
    font-size: 16px;
  }

  .fw_js .js_sp {
    margin-top: 30px;
  }
}

.fw_zs {
  width: 100%;
  padding-bottom: 300px;
  background-color: #fdf7f5;
  overflow: hidden;
}

.fw_zs .row {
  margin: 0;
}

.fw_zs .zs_nr {
  width: 33.33333333%;
}

.fw_zs .zs_nr .t_p {
  overflow: hidden;
}

.fw_zs .zs_nr .t_p img {
  width: 100%;
  height: auto;
  display: block;
}

.fw_zs .zs_nr .w_z {
  text-align: center;
}

.fw_zs .zs_nr .w_z span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  font-family: "Barlow-Bold";
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #ea5c1a;
  display: inline-block;
  margin-top: -30px;
}

.fw_zs .zs_nr .w_z h3 {
  font-size: 26px;
  color: #ea5c1a;
  font-family: "Barlow-Bold";
  margin: 10px 0 5px;
}

@media only screen and (max-width:1400px) {
  .fw_zs {
    padding-bottom: 220px;
  }

  .fw_zs .zs_nr .w_z span {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    margin-top: -28px;
  }

  .fw_zs .zs_nr .w_z h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width:1100px) {
  .fw_zs {
    padding-bottom: 180px;
  }

  .fw_zs .zs_nr .w_z span {
    width: 52px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    margin-top: -26px;
  }

  .fw_zs .zs_nr .w_z h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width:768px) {
  .fw_zs {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width:640px) {
  .fw_zs {
    padding: 50px 20px;
  }

  .fw_zs .zs_nr {
    width: 100%;
    margin-bottom: 25px;
  }
}

.fw_wz {
  width: 100%;
}

.fw_wz .wz_nr {
  width: 100%;
  padding: 100px 0;
  margin-top: -200px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  text-align: center;
  color: #fff;
  background-color: #ea5c1a;
  overflow: hidden;
}

.fw_wz .wz_nr h1 {
  font-size: 52px;
  line-height: 58px;
  font-family: "Barlow-Bold";
}

.fw_wz .wz_nr h3 {
  font-size: 26px;
  font-family: "Barlow-Bold";
  margin-bottom: 15px;
  opacity: .6;
}

.fw_wz .wz_nr .n_r {
  max-width: 660px;
  margin: 0 auto;
}

.fw_wz .wz_nr .btn_a {
  background: #fff none repeat scroll 0 0;
  color: #ea5c1a;
}

.fw_wz .wz_nr .btn_a span {
  background: #fdf7f5 none repeat scroll 0 0;
}

.fw_wz .wz_nr .btn_a i {
  color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
  .fw_wz .wz_nr {
    padding: 70px 0;
    margin-top: -150px;
    border-radius: 10px;
  }

  .fw_wz .wz_nr h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .fw_wz .wz_nr h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width:1100px) {
  .fw_wz .wz_nr {
    padding: 60px 0;
    margin-top: -120px;
    border-radius: 6px;
  }

  .fw_wz .wz_nr h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .fw_wz .wz_nr h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width:768px) {
  .fw_wz .wz_nr {
    padding: 50px 0;
    margin-top: -100px;
  }

  .fw_wz .wz_nr h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .fw_wz .wz_nr h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width:640px) {
  .fw_wz .wz_nr {
    margin-top: 50px;
    padding: 35px 0;
  }

  .fw_wz .wz_nr h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .fw_wz .wz_nr h3 {
    font-size: 16px;
  }
}

.fw_zb {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.fw_zb .row {
  justify-content: space-between;
  margin: 0;
}

.fw_zb .zb_bt {
  margin-bottom: 20px;
}

.fw_zb .zb_bt h1 {
  font-size: 56px;
  line-height: 60px;
  color: #000;
  font-family: "Barlow-Bold";
}

.fw_zb .zb_bt h1 strong {
  color: #ea5c1a;
}

.fw_zb .zb_bt h3 {
  font-size: 26px;
  color: #ea5c1a;
  font-family: "Barlow-Bold";
}

.fw_zb .zb_wz {
  width: calc(50% - 20px);
}

.fw_zb .zb_wz .w_z {
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.fw_zb .zb_wz .y_s {
  margin-top: 30px;
}

.fw_zb .zb_wz .y_s ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-family: "Barlow-SemiBold";
  color: #333;
  line-height: 26px;
}

.fw_zb .zb_wz .y_s ul li:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ea5c1a;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
}

.fw_zb .zb_tp {
  width: calc(50% - 20px);
  position: relative;
}

.fw_zb .zb_tp img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .fw_zb {
    padding: 70px 0;
  }

  .fw_zb .zb_bt h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .fw_zb .zb_bt h3 {
    font-size: 22px;
  }

  .fw_zb .zb_wz .y_s {
    margin-top: 20px;
  }

  .fw_zb .zb_wz .y_s ul li {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width:1100px) {
  .fw_zb {
    padding: 60px 0;
  }

  .fw_zb .zb_bt h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .fw_zb .zb_bt h3 {
    font-size: 20px;
  }

  .fw_zb .zb_wz {
    width: calc(50% - 15px);
  }

  .fw_zb .zb_wz .w_z {
    line-height: 22px;
    height: 88px;
  }

  .fw_zb .zb_wz .y_s {
    margin-top: 10px;
  }

  .fw_zb .zb_wz .y_s ul li {
    margin-bottom: 0;
  }

  .fw_zb .zb_tp {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width:768px) {
  .fw_zb {
    padding: 50px 0;
  }

  .fw_zb .zb_bt h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .fw_zb .zb_bt h3 {
    font-size: 18px;
  }

  .fw_zb .zb_wz {
    width: 100%;
    margin-bottom: 30px;
  }

  .fw_zb .zb_tp {
    width: 100%;
  }
}

@media only screen and (max-width:640px) {
  .fw_zb .zb_bt h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .fw_zb .zb_bt h3 {
    font-size: 16px;
  }
}

.fw_sp {
  width: 100%;
  padding: 100px 0;
  background-color: #fdf7f5;
  overflow: hidden;
}

.fw_sp .sp_bt {
  font-size: 56px;
  line-height: 60px;
  color: #000;
  font-family: "Barlow-Bold";
  text-align: center;
  margin-bottom: 50px;
}

.fw_sp .sp_zs {
  position: relative;
}

.fw_sp .swiper-slide {
  padding: 15px;
}

.fw_sp .swiper-slide a {
  display: block;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(9, 25, 47, .1);
  overflow: hidden;
}

.fw_sp .swiper-pagination {
  display: none;
}

.fw_sp .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 50%;
  left: -66px;
  margin-top: -20px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.fw_sp .swiper-button-prev:hover {
  background-color: #ea5c1a;
  border: 1px solid #ea5c1a;
  color: #fff;
}

.fw_sp .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 50%;
  right: -66px;
  margin-top: -20px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.fw_sp .swiper-button-next:hover {
  background-color: #ea5c1a;
  border: 1px solid #ea5c1a;
  color: #fff;
}

.fw_sp i {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.fw_sp .t_p {
  position: relative;
  background-color: #000;
}

.fw_sp .t_p i {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
}

.fw_sp .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.fw_sp .swiper-slide:hover .t_p img {
  opacity: .6;
}

.fw_sp .w_z {
  padding: 15px 15px 25px 15px;
}

.fw_sp .w_z h3 {
  font-size: 22px;
  font-family: "Barlow-Bold";
  line-height: 30px;
  color: #000;
  margin-top: 10px;
}

.fw_sp .w_z span {
  display: inline-block;
  border-radius: 5px;
  background-color: #ea5c1a;
  padding: 0 20px;
  color: #fff;
  line-height: 28px;
}

@media only screen and (max-width:1400px) {
  .fw_sp {
    padding: 70px 0;
  }

  .fw_sp .sp_bt {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 35px;
  }

  .fw_sp .swiper-slide {
    padding: 10px;
  }

  .fw_sp .swiper-button-prev {
    left: -56px;
  }

  .fw_sp .swiper-button-next {
    right: -56px;
  }

  .fw_sp i {
    font-size: 18px;
  }

  .fw_sp .w_z h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .fw_sp .w_z span {
    padding: 0 15px;
    line-height: 26px;
  }
}

@media only screen and (max-width:1100px) {
  .fw_sp {
    padding: 60px 0;
  }

  .fw_sp .sp_bt {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .fw_sp .swiper-slide {
    padding: 10px;
  }

  .fw_sp .swiper-button-prev {
    display: none;
  }

  .fw_sp .swiper-button-next {
    display: none;
  }

  .fw_sp .swiper-pagination {
    width: 100%;
    display: block;
  }

  .fw_sp .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    margin: 0 3px;
    opacity: .6;
  }

  .fw_sp .swiper-pagination-bullet-active {
    background-color: #ea5c1a !important;
    opacity: 1;
  }

  .fw_sp .w_z h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .fw_sp {
    padding: 50px 0;
  }

  .fw_sp .sp_bt {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width:640px) {
  .fw_sp .sp_bt {
    font-size: 26px;
    line-height: 32px;
  }
}

.yema {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.yema ul li {
  display: inline-block;
  margin: 0 2px;
}

.yema ul li a {
  min-width: 40px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 38px;
  font-family: "Barlow-SemiBold";
  text-align: center;
  display: block;
}

.yema ul li a:hover {
  color: #fff;
  background-color: #ea5c1a;
}

.yema ul li a.on {
  color: #fff;
  background-color: #ea5c1a;
}

.yema ul li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  margin-top: -2px;
}

@media only screen and (max-width:1160px) {
  .yema {
    margin-top: 40px;
  }
}

@media only screen and (max-width:768px) {
  .yema {
    margin-top: 25px;
  }

  .yema ul li a {
    min-width: 32px;
    padding: 0 8px;
    line-height: 32px;
  }
}

.footer {
  width: 100%;
  padding-top: 80px;
  background: #ea5c1a url(../images/dt.png) no-repeat center / auto 90% !important;
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, .8);
  overflow: hidden;
}

.footer .row {
  margin: 0;
  justify-content: space-between;
}

.footer a {
  color: rgba(255, 255, 255, .8);
}

.footer a:hover {
  color: #fff;
}

.footer h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow-SemiBold";
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.footer h3 em {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.footer h3 em:after {
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
}

.footer h3 em.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.footer h3 em:before {
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
}

.footer h3 em.on:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.footer h3 i {
  color: #ffc32d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 2px;
}

.footer .ft_lx {
  width: 23%;
}

.footer .ft_lx strong {
  font-size: 36px;
  font-family: "Barlow-Bold";
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.footer .ft_lx ul li {
  position: relative;
  padding-left: 32px;
  margin-top: 10px;
}

.footer .ft_lx i {
  position: absolute;
  top: 2px;
  left: 0;
}

.footer .ft_lx i.icon-dizhi4 {
  font-size: 20px;
}

.footer .ft_dh {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .ft_fl .l_b {
  margin-top: 20px;
}

.footer .ft_fl .l_b p {
  margin-top: 15px;
  font-size: 15px;
}

@media only screen and (max-width:1440px) {
  .footer {
    padding-top: 60px;
    line-height: 26px;
  }

  .footer h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .footer .ft_lx strong {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .footer .ft_fl .l_b {
    margin-top: 15px;
  }

  .footer .ft_fl .l_b p {
    margin-top: 10px;
  }
}

@media only screen and (max-width:1100px) {
  .footer {
    padding-top: 45px;
    line-height: 24px;
    font-size: 14px;
  }

  .footer h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer .ft_lx {
    width: 22%;
  }

  .footer .ft_lx strong {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
  }

  .footer .ft_dh {
    width: 76%;
  }

  .footer .ft_fl .l_b {
    margin-top: 10px;
  }

  .footer .ft_fl .l_b p {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media only screen and (max-width:768px) {
  .footer {
    padding-top: 40px;
  }

  .footer .ft_lx {
    width: 23%;
  }

  .footer .ft_lx strong {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
  }

  .footer .ft_dh {
    width: 73%;
    margin: 0 -10px;
    justify-content: normal;
  }

  .footer .ft_fl {
    width: calc(33.33333333% - 20px);
    margin: 0 10px 20px;
  }

  .footer .ft_fl .l_b {
    margin-top: 10px;
  }

  .footer .ft_fl .l_b p {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media only screen and (max-width:640px) {
  .footer {
    padding-top: 30px;
  }

  .footer h3 {
    margin: 0;
  }

  .footer h3 em {
    display: block;
  }

  .footer .ft_lx {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .ft_lx strong {
    font-size: 22px;
    line-height: 28px;
  }

  .footer .ft_dh {
    width: 100%;
    margin: 0;
  }

  .footer .ft_fl {
    width: 100%;
    padding-top: 15px;
    margin: 0 0 15px;
    border-top: 1px solid rgba(255, 255, 255, .5);
  }

  .footer .ft_fl .l_b {
    display: none;
  }
}

.banquan {
  width: 100%;
  margin-top: 80px;
  padding: 25px 0;
  background-color: rgba(0, 0, 0, .15);
  font-size: 15px;
  color: rgba(255, 255, 255, .8);
  line-height: 26px;
  overflow: hidden;
}

.banquan .row {
  margin: 0;
  justify-content: space-between;
}

.banquan .bq_rt ul {
  display: flex;
}

.banquan .bq_rt ul li {
  margin-left: 25px;
}

.banquan .bq_rt ul li:first-child {
  margin-left: 0;
}

.banquan .bq_rt i.icon-douyin {
  font-size: 18px;
}

.banquan .bq_rt i.icon-youtube {
  font-size: 20px;
}

@media only screen and (max-width:1400px) {
  .banquan {
    margin-top: 60px;
    padding: 15px 0;
  }

  .banquan .bq_rt i.icon-instagram {
    font-size: 16px;
  }

  .banquan .bq_rt i.icon-youtube {
    font-size: 18px;
  }
}

@media only screen and (max-width:1100px) {
  .banquan {
    margin-top: 45px;
    padding: 12px 0;
    font-size: 14px;
  }

  .banquan .bq_rt ul li {
    margin-left: 20px;
  }
}

@media only screen and (max-width:768px) {
  .banquan {
    margin-top: 40px;
    text-align: center;
  }

  .banquan .bq_lf {
    width: 100%;
  }

  .banquan .bq_rt {
    width: 100%;
    margin-top: 10px;
  }

  .banquan .bq_rt ul {
    justify-content: center;
  }
}

@media only screen and (max-width:768px) {
  .banquan {
    margin-top: 20px;
  }
}

.zx_kf {
  width: 60px;
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 999;
}

.zx_kf .kf_zs {
  background-color: #ea5c1a;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
}

.zx_kf .kf_zs a {
  color: #fff;
}

.zx_kf .kf_zs p {
  font-size: 14px;
  line-height: 16px;
}

.zx_kf .kf_zs ul li {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.zx_kf .kf_zs ul li:after {
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  content: "";
}

.zx_kf .kf_zs ul li:last-child:after {
  display: none;
}

.zx_kf .kf_zs i {
  font-size: 20px;
}

.zx_kf .kf_zs img {
  width: auto;
  height: 20px;
  display: block;
  margin: 0 auto 5px;
}

.zx_kf .tel {
  width: 180px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  top: 50%;
  margin-top: -55px;
  right: 76px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.zx_kf .kf_zs ul li:hover .tel {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.zx_kf .tel p {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #777;
}

.zx_kf .tel span {
  font-size: 20px;
  line-height: 30px;
  color: #ea5c1a;
}

.zx_kf .ewm {
  width: 140px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  top: 50%;
  margin-top: -85px;
  right: 76px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.zx_kf .kf_zs ul li:hover .ewm {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.zx_kf .ewm img {
  width: 100%;
  height: auto;
  display: block;
}

.zx_kf .ewm p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #777;
  margin-top: 5px;
}

@media only screen and (max-width:1400px) {
  .zx_kf {
    width: 52px;
    right: 20px;
  }

  .zx_kf .kf_zs {
    border-radius: 52px;
    padding: 7px 0
  }

  .zx_kf .kf_zs p {
    font-size: 13px;
  }

  .zx_kf .kf_zs ul li {
    padding: 7px 0;
  }

  .zx_kf .kf_zs ul li:after {
    width: 26px;
    margin-left: -13px;
  }

  .zx_kf .kf_zs i {
    font-size: 18px;
  }

  .zx_kf .ewm {
    width: 120px;
    padding: 8px;
    margin-top: -72px;
    right: 62px;
  }

  .zx_kf .ewm p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width:768px) {
  .zx_kf {
    bottom: 10%;
  }
}

@media only screen and (max-width:640px) {
  .zx_kf {
    bottom: 30px;
    right: 10px;
  }
}

.zx_kf .fh_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #333;
  margin: 15px auto 0;
  display: none;
}

.zx_kf .fh_top:hover {
  background-color: #f29529;
  color: #fff;
}

.zx_kf .fh_top i {
  font-size: 26px;
  margin-left: -2px;
}

@media only screen and (max-width:1400px) {
  .zx_kf .fh_top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .zx_kf .fh_top i {
    font-size: 22px;
  }
}

@media only screen and (max-width:768px) {}


.zx_bd {
  width: 100%;
  padding: 80px 0;
  background: url(../images/bd_bj.jpg) no-repeat center / cover;
  overflow: hidden;
}

.zx_bd h1 {
  font-size: 46px;
  line-height: 52px;
  color: #fff;
  font-family: "Barlow-Bold";
}

.zx_bd p {
  color: #fff;
  line-height: 20px;
  margin: 20px 0 40px;
  opacity: .7;
}

.zx_bd form {
  width: 65%;
}

.zx_bd ul {
  margin: 0 -10px;
}

.zx_bd ul li {
  width: calc(25% - 20px);
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0 10px 20px;
}

.zx_bd ul li:last-child {
  width: calc(100% - 20px);
}

.zx_bd input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
}

.zx_bd input::placeholder {
  color: rgba(255, 255, 255, .8);
}

.zx_bd select {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
}

.zx_bd option {
  color: #000;
}

.zx_bd option:first-child {
  display: none;
}

.zx_bd textarea {
  width: 100%;
  height: 120px;
  padding: 12px 15px;
  line-height: 26px;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  resize: none;
}

.zx_bd textarea::placeholder {
  color: rgba(255, 255, 255, .8);
}

.zx_bd button {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background-color: #fca179;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: block;
  outline: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.zx_bd button:hover {
  background-color: #ea5c1a;
}

@media only screen and (max-width:1100px) {
  .zx_bd {
    padding: 50px 0;
  }

  .zx_bd h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .zx_bd p {
    margin: 15px 0 30px;
  }

  .zx_bd form {
    width: 100%;
  }
}

@media only screen and (max-width:640px) {
  .zx_bd {
    padding: 40px 0;
  }

  .zx_bd h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .zx_bd p {
    margin: 10px 0 20px;
  }

  .zx_bd ul {
    margin: 0;
  }

  .zx_bd ul li {
    width: 100%;
    margin: 0 0 15px;
  }

  .zx_bd ul li:last-child {
    width: 100%;
  }

  .zx_bd button {
    width: 100%;
  }
}

.zoomIcon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}

.zoom {
  display: inline-block;
  position: relative;
}

.zoom img {
  display: block;
}

.zoom img::selection {
  background-color: transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.8);
    transform: translate(-50%, -50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.8);
    transform: translate(-50%, -50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}