﻿@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  font-size: 12px;
  color: #333;
  font-family: Helvetica, sans-serif, Microsoft YaHei;
  cursor: default;
}

* {
  padding: 0px;
  margin: 0px;
}

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-family: Helvetica, sans-serif, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
  font-weight: normal;
  color: #555;
}

input,
select,
button {
  font-size: 12px;
  font-family: Helvetica, sans-serif, Microsoft YaHei;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
}

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

* {
  -moz-box-sizing: border-box;
  /*Firefox3.5+*/
  -webkit-box-sizing: border-box;
  /*Safari3.2+*/
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #00837a;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.con {
  width: 1340px;
  max-width: 94%;
  margin: 0 auto;
}

.container {
  width: 1340px;
  max-width: 94%;
  margin: 0 auto
}

.container1 {
  max-width: 90%;
  margin: 0 auto
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header.on {
  box-shadow: 0 0 10px #aaa;
}

.header .container {
  position: relative;
}

.header .logo {
  float: left;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  margin: 10px 0 0
}

.header .logo img {
  width: auto;
  height: 60px;
  display: block;
}

.header.on .logo {
  width: 215px;
}

.header .an {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 18px;
  width: 26px;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .an span {
  width: 26px;
  height: 2px;
  background-color: #555;
  display: block;
  position: absolute;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.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: 8px;
  width: 26px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 8px;
  width: 26px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .right {
  margin-left: 0px;
}

.header .right ul li {
  line-height: 83px;
  padding: 0 10px;
  float: left;
  font-size: 20px;
  color: #333;
  position: relative;
}

.header .right ul li i {
  font-size: 20px;
}

.header.on .right ul li {
  color: #333;
}

.header .right ul li a {
  color: #333;
}

.header.on .right ul li a {
  color: #333;
}

.header .right ul li .w_x {
  position: absolute;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  top: 83px;
  display: none;
}

.header .right ul li:hover .w_x {
  display: block;
}

.header .right .yy .x_l {
  width: 100px;
  top: 80px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  line-height: 40px;
  display: none;
  z-index: 99;
}

.header .right .yy .x_l a {
  color: #333;
  display: block;
  font-size: 14px;
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin-left: 0;
  height: 40px;
  line-height: 40px;
  border: 0;
}

.header .right .yy .x_l a:hover {
  background: #77b5b4;
  color: #fff;
}

.search {
  width: 100%;
  padding: 30px 5%;
  background-color: #f7f7f7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  box-sizing: border-box;
}

.search .an_sj {
  width: 5%;
  line-height: 52px;
  color: #555;
  float: right;
  text-align: right;
}

.search input.w_z {
  width: 90%;
  height: 52px;
  border-radius: 0;
  font-size: 18px;
  line-height: 52px;
  color: #555;
  float: left;
  -webkit-appearance: none;
}

.search button.s_c {
  width: 5%;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  float: left;
  -webkit-appearance: none;
  font-weight: bold;
}

.search i {
  font-size: 18px;
}

.header .nav {
  float: right;
}

.header .nav i {
  font-size: 12px;
  color: #aaa;
  line-height: 44px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 44px;
  right: 0px;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .nav ul li {
  margin: 0px 0px 0 0;
  line-height: 80px;
  float: left;
  position: relative;
  padding: 0 10px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .nav ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  text-transform: capitalize;
}

.header .nav ul li span {
  width: 0;
  height: 3px;
  background-color: #77b5b4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
  width: 100%;
}

.header .nav ul li.on span {
  width: 100%;
}

.header .nav ul li.on a {
  color: #77b5b4
}

.header .nav ul li:hover a {
  color: #77b5b4
}

.nav .y_j {
  position: relative;
}

.nav .e_j {
  width: 150px;
  background-color: rgba(255, 255, 255, .95);
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -75px;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 10px #ccc;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 15px;
}

.header .nav ul li:hover .e_j {
  display: block
}

.header .nav .e_j a:hover {
  background-color: #77b5b4;
  color: #fff;
}

.header .tel {
  background: url(../images/tel.png) left center / 32px no-repeat;
  padding-left: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  margin-top: 15px;
  float: right;
  display: none
}

.header .ybbf {
  float: right
}

.header .right {
  float: right;
}

.header .lang {
  background: url(../images/langy.png) no-repeat left center;
  padding-left: 26px;
  float: right;
  margin-top: 25px;
  margin-left: 20px;
  color: #fff;
}

.header.on .lang {
  margin-top: 25px;
  background: url(../images/lang.png) no-repeat left center;
  color: #333;
}

.header .lang a {
  line-height: 26px;
  font-size: 14px;
  color: #fff;
}

.header .lang a:hover {
  color: #b22921;
}

.header .right a {
  display: block;
  line-height: 26px;
  float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 18px;
  border-radius: 5px;
  border: #b22921 1px solid;
}

.header .right a:hover {
  background: #b22921;
  color: #fff;
}

.header .right a.on {
  background: #b22921;
  color: #fff;
}

.header.on .lang a {
  color: #333;
}

.ban {
  width: 100%;
  position: relative;
}

.ban .swiper-slide {
  width: 100%;
  height: 100vh;
}

.ban .swiper-pagination {
  bottom: 20px !important;
}

.ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.6)
}

.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: #fff 1px solid;
}

.ban .swiper-slide .bg1 {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  left: 0px !important;
  top: 0px;
  z-index: 5;
}

.ban .swiper-slide .bg1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 7.6s linear;
  -moz-transition: transform 7.6s linear;
  -o-transition: transform 7.6s linear;
  -ms-transition: transform 7.6s linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.ban .swiper-slide.swiper-slide-active .bg1 img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ban .swiper-slide .word {
  position: absolute;
  left: 50%;
  margin-left: -670px;
  width: 1340px;

  top: 45%;

  z-index: 10;
  text-align: center;
}

.ban .swiper-slide .word.l1 h4 {
  text-align: left;
}

.ban .swiper-slide .word.l1 h3 {
  text-align: left;
}

.ban .swiper-slide .word h4 {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 2px;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .4s;
  -webkit-transition: all .2s linear .4s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.ban .swiper-slide .word h3 {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Yanone Kaffeesatz';
  color: #fff;
  line-height: 65px;
  text-transform: uppercase;
  margin: 15px 0 15px 0;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .2s;
  -webkit-transition: all .2s linear .2s;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}


.ban .swiper-slide .word a.xq {
  display: block;
  width: 200px;
  height: 50px;
  font-size: 16px;
  background: -webkit-linear-gradient(top, #205dab, #4bc0e9);
  background: -o-linear-gradient(top, #205dab, #4bc0e9);
  background: -moz-linear-gradient(top, #205dab, #4bc0e9);
  background: linear-gradient(to top, #205dab, #4bc0e9);
  color: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 50px;
  position: absolute;
  bottom: 20px;
  right: 50%;
  margin-right: -100px;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .6s;
  -webkit-transition: all .2s linear .6s;
  border-radius: 30px;
  text-align: center;
}

.ban .swiper-slide .word.l1 a.xq {
  bottom: 0;
  left: 0%;
  margin-left: 0px;
}

.ban .swiper-slide .word a.xq:after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  background: url(../images/rights.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}


.ban .swiper-slide.swiper-slide-active .word h4 {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/

}

.ban .swiper-slide.swiper-slide-active .word h3 {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.about-section {
  position: relative;
  padding: 100px 0 110px 0
}

.about-section-home {
  position: relative;
  padding: 80px 0
}

.about-section .content-column {
  position: relative;
  margin-bottom: 20px
}

.about-section .content-column .inner-column {
  position: relative;
  padding-right: 30px
}

.about-section .content-column .inner-column .sec-title {
  margin-bottom: 30px
}

.about-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 35px
}

.about-section .content-column .inner-column .text p {
  position: relative;
  color: #888;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 18px
}

.about-section .content-column .inner-column .signature {
  position: relative;
  margin-bottom: 15px
}

.about-section .content-column .inner-column .author {
  position: relative;
  color: #888;
  font-size: 14px
}

.about-details {
  background: #fff;

  padding: 40px 50px;
  width: 50%;
  float: left
}

.about-details .text {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

.about-details .text span {
  display: block;
  width: 140px;
  line-height: 36px;
  text-align: center;
  border: #77b5b4 1px solid;
  margin-top: 20px;
  text-transform: capitalize
}

.about-details .text span a {
  color: #77b5b4
}

.about-details .d_h {
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #77b5b4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-details .d_h .t_b {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin-right: 15px;
  background: #77b5b4;
}

.about-details .d_h i {
  font-size: 35px;
  color: #fff;
  font-weight: normal;
}

.about-details-image {
  float: right;
  width: 50%;
}

.about-details-image .image {
  position: relative
}

.about-details-image .image img {
  position: relative;
  width: 100%;
  display: block
}

.sec-title {
  position: relative;
  margin-bottom: 10px;
  z-index: 1
}

.sec-title h2 {
  font-size: 40px;
  color: #34322d;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 10px;
  text-transform: uppercase
}

.sec-title h2 span {
  color: #77b5b4
}

.sec-title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #34322d;
  line-height: 1.4em;
  margin-bottom: 15px
}

.sec-title .sub-title {
  position: relative;
  color: #333;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px
}

.sec-title .separator {
  position: relative;
  width: 60px;
  height: 15px;
  text-align: center;
  margin-top: 20px !important
}

.sec-title .separator:before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 60px;
  height: 2px;
  background-color: #77b5b4
}



.sec-title1 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1
}

.sec-title1 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;

  text-transform: uppercase
}

.sec-title1 h2 span {
  color: #77b5b4
}

.sec-title1 h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 15px
}

.sec-title1 .sub-title {
  position: relative;
  color: #999;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase
}

.sec-title1 .separator {
  position: relative;
  width: 60px;
  height: 15px;
  text-align: center;
  margin-top: 20px !important
}

.sec-title1 .separator:before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 60px;
  height: 2px;
  background-color: #fff
}

.sec-title1.centered {
  text-align: center;
}

.sec-title1.centered .separator {
  margin: 0 auto
}

.sec-title.centered {
  text-align: center
}

.sec-title.centered .separator {
  margin: 0 auto
}

.sec-title.light h2 {
  color: #fff
}

.sec-title.style-two .sub-title {
  margin-bottom: 12px
}

.sec-title.style-two h2 {
  padding-bottom: 0
}

.main-slider:before {
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%
}

.content {
  padding: 0px 0 0
}

.services-section {
  position: relative;
  padding: 95px 0 55px
}

.services-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px
}

.services-title .text {
  position: relative;
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif
}

.services-title h3 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #34322d;
  line-height: 1.4em;
  margin-bottom: 15px
}

.services-title h3 span {
  display: block;
  font-weight: 400
}

.services-title .separator {
  position: relative;
  height: 15px;
  width: 100px;
  margin: 0 auto;
  text-align: center
}

.services-title .separator:before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 60px;
  height: 2px;
  background-color: #77b5b4
}

.services-block {
  position: relative;
  margin-bottom: 40px
}

.services-block .inner-box {
  position: relative
}

.services-block .inner-box .image {
  position: relative
}

.services-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 4px
}

.services-block .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding-top: 32px
}

.services-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 20px;
  text-transform: uppercase
}

.services-block .inner-box .lower-content h3 a {
  position: relative;
  color: #34322d;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.services-block .inner-box .lower-content h3 a:hover {
  color: #77b5b4
}

.services-block .inner-box .lower-content h3:after {
  position: absolute;
  content: '';
  left: 50%;
  height: 1px;
  width: 40px;
  bottom: 0;
  margin-left: -20px;
  background-color: #f2eee9;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.services-block .inner-box .lower-content .text {
  position: relative;
  color: #888;
  font-size: 16px;
  font-weight: 400
}

.services-block .inner-box:hover .lower-content h3:after {
  width: 100%;
  margin: 0;
  left: 0%;
  background-color: #77b5b4
}

.services-section-two {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.services-section-two .sub-title {
  color: #f2eee9
}

.services-section-two .section-inner {
  position: relative;
}

.services-section-two .section-inner .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.services-section-two:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(62, 78, 58, .9)
}

.services-block-two {
  position: relative;
  width: 32%;
  float: left;
  z-index: 1;
  margin-top: 10px
}

.services-block-two .inner-box {
  position: relative;
  border: 1px solid #fff;
  padding: 35px 20px 25px;

  background-color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  text-align: center
}

.services-block-two .inner-box .icon-box {
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.services-block-two .inner-box .icon-box img {
  max-width: 60px
}

.services-block-two .inner-box h3 {
  position: relative;
  font-size: 20px;
  color: #34322d;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase
}

.services-block-two .inner-box h3 a {
  position: relative;
  color: #34322d;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.services-block-two .inner-box .text {
  position: relative;
  color: #888;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s eas;
  min-height: 100px
}

.services-block-two .inner-box .read-more {
  position: relative;
  color: #77b5b4;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.services-block-two .inner-box .read-more .fa {
  position: relative;
  margin-left: 5px;
  color: #34322d;
  font-size: 14px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.services-block-two .inner-box:hover {
  border: 1px solid #fff;
  background-color: #77b5b4
}

.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover .text,
.services-block-two .inner-box:hover .read-more,
.services-block-two .inner-box:hover .read-more .fa {
  color: #fff
}

.services-block-two .inner-box:hover .icon-box img {
  filter: grayscale(1) brightness(0%) invert(100%);
}

.services-block-two.style-two .inner-box {
  box-shadow: none
}

.services-block-two.style-two .inner-box:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.services-section-two.style-two:before {
  display: none
}

.services-section-two.style-two {
  padding: 100px 0 120px 0
}

.indexNews-wrap {
  padding-top: 30px;
  padding-bottom: 60px;
}

.indexNews-tit {
  margin-bottom: 45px;
}

.indexNews-tit .tit-left,
.indexNews-tit .tit-right {
  max-width: 50%;
}

.indexNews-tit .lay-tit {
  height: 38px;
  margin-bottom: 6px;
  width: 200px;
  background: url(../images/latest_news.png) no-repeat;
}

.indexNews-tit .lay-zh {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #111012;
  font-weight: normal;
}

.indexNews-tit .tit-right {
  margin-top: 20px;
}

.indexNews-tit .tit-right .more {
  display: inline-block;
  vertical-align: top;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  padding: 0 3px;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  color: #999;
  border-bottom: 1px solid #e4e4e4;
}

.indexNews-tit .tit-right .more:hover {
  color: #77b5b4;
}

.indexNews-con .chd {
  float: left;
  position: relative;
  margin-bottom: 40px;
  margin-left: 40px;
  width: 385px;
  padding-left: 40px;
  border-left: 1px solid #e4e4e4;
}

.indexNews-con .chd-in {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 8px;
}

.indexNews-con .chd:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 12px;
  background: #77b5b4;
}

.indexNews-con .chd::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 12px;
  background: #77b5b4;
}

.indexNews-con .chd:nth-child(3n-2) {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}

.indexNews-con .chd:nth-child(3n-2):before {
  display: none;
}

.indexNews-con .chd:nth-child(3n-2)::before {
  display: none;
}

.indexNews-con .chd.xgl:nth-child(3n-2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}

.indexNews-con .chd.xgl:nth-child(3n-1) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

.indexNews-con .chd.xgl:nth-child(3n) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}

.indexNews-con .chd-in .lay_time {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #666;
}

.indexNews-con .chd-in .lay_tit {
  font-size: 20px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-bottom: 18px;
}

.indexNews-con .chd-in .lay_tit,
.indexNews-con .chd-in .lay_tit a,
.indexTeam .item .tit-left a {
  color: #1b1b1f;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.indexNews-con .chd-in .lay_tit:hover,
.indexNews-con .chd-in .lay_tit a:hover,
.indexTeam .item .tit-left a:hover {
  color: #77b5b4;
}

.indexNews-con .chd-in .lay_con {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #999;
  margin-bottom: 28px;
}

.indexNews-con .indSmore .in {
  height: 24px;
}

.indexNews-con .indSmore .in .lay_text {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.indexNews-con .indSmore .in .lay_arr {
  height: 26px;
}

.indSmore {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.indSmore .in {
  width: 128px;
  height: 20px;
  -webkit-transform: translate3d(-64px, 0, 0);
  -moz-transform: translate3d(-64px, 0, 0);
  transform: translate3d(-64px, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-moz-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}

.indSmore:hover .in {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.div-chd-lnk:hover .indSmore .in {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.indSmore .in .lay_text {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #d2af56;
  float: left;
  width: 64px;
  text-align: left;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}

.indSmore .in .lay_arr {
  position: relative;
  width: 64px;
  height: 19px;
  float: left;
}

.indSmore .in .lay_arr .line {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 1px;
  width: 18px;
  background: #666;
}

.indSmore .in .lay_arr .arr {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media screen and (min-width: 1400px) and (max-width: 1530px) {
  .indexNews-wrap {
    padding-top: 106px;
    padding-bottom: 91px;
  }

  .indexNews-tit {
    margin-bottom: 41px;
  }

  .indexNews-con .chd {
    margin-bottom: 36px;
    margin-left: 72px;
    width: 330px;
    padding-left: 72px;
  }

  .indexNews-con .chd-in {
    width: 330px;
  }

  .indexNews-con .chd-in .lay_time {
    line-height: 22px;
    height: 22px;
    margin-bottom: 9px;
  }

  .indexNews-con .chd-in .lay_tit {
    height: 26px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .indexNews-con .chd-in .lay_con {
    font-size: 17px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1399px) {
  .indexNews-wrap {
    padding-top: 100px;
    padding-bottom: 88px;
  }

  .indexNews-tit {
    margin-bottom: 36px;
  }

  .indexNews-con .chd {
    margin-bottom: 32px;
    margin-left: 65px;
    width: 280px;
    padding-left: 64px;
  }

  .indexNews-con .chd-in {
    width: 280px;
  }

  .indexNews-con .chd-in .lay_time {
    line-height: 20px;
    height: 20px;
    margin-bottom: 8px;
  }

  .indexNews-con .chd-in .lay_tit {
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .indexNews-con .chd-in .lay_con {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 20px;
  }
}



.swiper-hy {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
}

.swiper-hy .swiper-slide {
  position: relative;
  overflow: hidden;
}

.sy_hyyy .swiper-button-prev {
  background: url(../images/jtdls.png) center / 135% no-repeat;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  left: 0px;
}

.sy_hyyy .swiper-button-next {
  background: url(../images/jtdrs.png) center / 135% no-repeat;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  right: 0px;
}

.sy_hyyy .swiper-button-prev:hover {
  background: url(../images/jtdl.png) center / 135% no-repeat;
}

.sy_hyyy .swiper-button-next:hover {
  background: url(../images/jtdr.png) center / 135% no-repeat;
}

.sy_hyyy .con {
  position: relative;
  margin: 0 auto;
}

.sy_hyyy {
  padding: 60px 25px;
  overflow: hidden;
}

.swiper-hy .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.swiper-hy .swiper-slide .sign {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 400px;
  margin-left: -200px;
  height: 100%;
  background: url(../images/hybj.png) no-repeat center top;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 999
}

.swiper-hy .swiper-slide .sign .tb {
  width: 70px;
  height: 52px;
  margin: 0 auto;
  display: none;
}

.swiper-hy .swiper-slide .sign span {
  font-size: 19px;
}

.swiper-hy .swiper-slide:hover img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.swiper-hy .swiper-slide:hover .sign {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  top: 50%;
  background: none;
}

.swiper-hy .swiper-slide .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;
  position: absolute;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  z-index: 998
}

.swiper-hy .swiper-slide:hover .bg {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}
















/*选项*/

.tit {
  margin-bottom: 50px;
  text-align: center
}

.tit h1 {
  font-size: 35px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}

.tit h1::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 60px;
  margin-left: -30px;
  height: 3px;
  background: #d8101d;
}

.tit h3 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-transform: uppercase
}

.padd {
  padding: 60px 0;
}

.sy_yw {
  overflow: hidden;
}

.sy_yw ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.sy_yw ul li {
  width: 18.4%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border: #ccc 1px solid;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  box-sizing: border-box;
}

.sy_yw ul li:nth-child(5n) {
  margin-right: 0;
}

.sy_yw ul li .tb {
  width: 60px;
  margin: 10px auto;
}

.sy_yw ul li .tb img {
  width: 100%;
  display: block;
}

.sy_yw ul li h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.sy_yw ul li:hover {
  background: #d8101d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_yw ul li:hover .tb img {
  filter: grayscale(100%) brightness(500%);
  -webkit-filter: grayscale(100%) brightness(500%);
  -moz-filter: grayscale(100%) brightness(500%);
  -ms-filter: grayscale(100%) brightness(500%);
  -o-filter: grayscale(100%) brightness(500%);
}

.sy_yw ul li:hover h3 {
  color: #fff;
}

.sy_cp {
  padding: 80px 0;
  overflow: hidden;
}

.sy_cp ul {
  padding: 0 2%
}

.sy_cp li {
  width: 49%;
  margin-right: 2%;
  float: left;
  height: 460px;
  margin-top: 2%
}

.sy_cp li:nth-child(2n) {
  margin-right: 0
}

.sy_cp li .mb {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  width: 100%;
  z-index: 6;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.sy_cp li .t_p {
  overflow: hidden;
  position: relative;
  height: 460px;
}

.sy_cp li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  object-fit: cover;
}

.sy_cp li:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_cp li h3 {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 24px;
  color: #fff;
}

.sy_cp li:hover .mb {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}




/* start footer */
.footer_bg {
  background: #333;
  width: 100%;
  padding: 50px 0 0;
}

.footer {}

.footer .zuo3 {}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer .l_y {
  width: 420px;
  float: left;
}

.footer .l_y input.w_z {
  width: 48%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 0 5px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
}

.footer .l_y input.w_z.da {
  width: 100%;
}

.footer .l_y input.a_n {
  width: 150px;
  height: 40px;
  background-color: #77b5b4;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.footer .l_y textarea {
  width: 100%;
  height: 60px;
  padding: 5px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  outline: none;
  resize: none;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
}

.footer .zuo3 ul li {
  float: left;
  padding-right: 60px;
  min-width: 50px;
}

.footer .zuo3 ul li img {
  width: 160px;
  margin-top: 35px;
}

.footer .zuo3 ul li:last-child {
  padding: 0;
}

.footer .zuo3 ul li .tit1 a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  display: block
}

.footer .zuo3 ul li .line {
  margin-bottom: 20px;
  height: 2px;
  margin-top: 10px
}

.footer .zuo3 ul li .line span {
  width: 15px;
  height: 1px;
  background: #77b5b4;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: block
}

.footer .zuo3 ul li:hover .line span {
  width: 50px;
  height: 1px;
}

.footer .zuo3 ul li a {
  width: 100%;
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.footer .zuo3 ul li a:hover {
  color: #eee
}

.footer .zuo3 ul li.lx {
  width: 38%;
  padding-right: 0
}

.dzwz {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  float: left;
}

.dzwz p {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.dzwz p i {
  width: 26px;
  height: 26px;
  line-height: 26px !important;
  background: #fff;
  border-radius: 15px;
  color: #77b5b4;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block
}

.dzwz p:hover i {
  background: #77b5b4;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .zuo3 ul li.yx {
  padding-right: 0;
  float: right;
}

.footer .yx .tb {
  padding-top: 20px
}

.footer .yx .tb a {
  width: 30px;
  margin-right: 10px;
  position: relative;
  float: left;
  color: #fff;
}

.footer .yx .tb a:hover {
  color: #77b5b4;
}

.footer .yx .tb a i {
  font-size: 20px;
}

.footer .yx .tb a .wx {
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  top: -120px;
  display: none;
}

.footer .tb a:hover .wx {
  display: block;
}

.footer .tb a img {
  width: 100%;
}

.footer .weix {
  width: 120px;
  float: right;
  text-align: center;
  line-height: 30px;
}

.footer .weix img {
  width: 100%;
}

.footer_btm {
  margin: 50px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.copy {
  width: 1200px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center
}

.copy p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.copy p a {
  color: #ffffff;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}


.aboutBan {
  position: relative;
}

.aboutBan,
.aboutBan .inner,
.aboutBan .img {
  display: block;
  height: 550px;
}

.aboutBan.serviceBan .inner,
.aboutBan.serviceBan .img {
  height: 550px;
}

.aboutBan .img {
  width: 100%;
  object-fit: cover;
}

.aboutBan .lay_text {
  top: 50%;
  text-align: center;
  height: 120px;
  margin-top: -20px;
  position: absolute;
  width: 100%;
}

.aboutBan .lay_text .tit {
  font: normal normal 400 50px/84px 'Playfair Display', sans-serif;
  color: #77b5b4;
  margin-bottom: 5px;
  text-transform: capitalize
}

.aboutBan .lay_text .subTit,.aboutBan .lay_text .subTit a {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize
}

.aboutBan .lay_info {
  position: absolute;
  left: 50%;
  top: 106px;
  width: 1030px;
  margin-left: -515px;

}

.aboutBan .lay_info .tit {
  font: normal normal 700 60px/96px 'Playfair Display', sans-serif;
  height: 96px;
  overflow: hidden;
  margin-bottom: 26px;
  color: #fff;
}

.aboutBan .lay_info .line {
  width: 90px;
  height: 2px;
  background: #77b5b4;
}

.aboutBan .lay_info .con {
  padding-top: 34px;
  font-size: 16px;
  line-height: 32px;
  height: 64px;
  color: #c2c2cc;
  overflow: hidden;
}

.ny_jj {
  padding: 80px 0;
  overflow: hidden;
}

.ny_jj .con {
  width: 100%;
  padding: 0 2%
}

.ny_jj .t_p {
  width: 40%;
}

.ny_jj .t_p img {
  width: 100%;
  display: block;
}

.ny_jj .w_z {
  width: 57%;
}

.ny_jj .w_z h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #77b5b4;
}

.ny_jj .w_z .zi {
  font-size: 22px;
  color: #333;
  line-height: 1.8;
}

.serList .container {
  width: 100%;
  padding: 0 2%
}

.ny_jj .t_p1 {
  width: 80%;
  margin: 50px auto 0
}

.ny_jj .t_p1 img {
  width: 100%;
  display: block;
}

.ny_jj .w_z1 {
  width: 100%;
}

.ny_jj .w_z1 h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #77b5b4;
}

.ny_jj .w_z1 .zi {
  font-size: 22px;
  color: #333;
  line-height: 1.8;
}


.ctas li {
  width: 25%;
  float: left;
  margin-bottom: 35px;
}

.ctas li .icob {
  width: 70px;
  height: 70px;
  border: #77b5b4 1px solid;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
  line-height: 70px !important;
  text-align: center;
  font-size: 35px !important;
  color: #77b5b4;
}

.lxewm {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  margin: 30px auto;
}

.ctas li .ico {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: 300ms;
  -webkit-transition: 300ms;
  line-height: 65px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ctas li .ico i {
  width: 100%;
  font-size: 30px;
}

.ctas li:hover .icob {
  background: #77b5b4;
  color: #fff;
}

.ctas li .en {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  color: #666;
  margin-top: 7px;
}

.ctas li .ch0 {
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  color: #333;
}

.ctas li:hover .ico {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.ctas {}

.cta_words {
  background: #f6f6f6;
  padding: 5% 0 5% 0;
  margin-top: 5%;
}

.ctapanel {
  background: #f5f5f5;
  padding: 60px 0;
  overflow: hidden;
}


.serList {
  counter-reset: myitem;
  padding: 80px 0 80px;
  background: #f5f5f5;
}

.serList .chd {
  padding: 40px 0 0;
  counter-increment: myitem;
  overflow: hidden;
}




/* .serList .chd:nth-child(1) .inDiv {
  background: #fff;
}

.serList .chd:nth-child(2) .inDiv {
  background: url(../images/service-b.png) no-repeat left 50px, url(../images/service-info2.png) no-repeat right 120px;
}

.serList .chd:nth-child(3) .inDiv {
  background: url(../images/service-c.png) no-repeat right 60px;
} */

.serList .chd .lay_img {
  display: block;
  width: 50%;
  height: 400px;
}

.serList .chd .lay_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serList .chd .lay_info {
  display: block;
  width: 50%;
  background: #fff;
  height: 400px
}

.serList .chd:nth-child(odd) .lay_img {
  float: left;
}

.serList .chd:nth-child(even) .lay_info {
  float: left;
  padding-left: 40px;
  padding-right: 50px
}

.serList .chd:nth-child(odd) .lay_info {
  float: left;
  box-sizing: border-box;
  padding-left: 50px
}

.serList .chd:nth-child(even) .lay_img {
  float: right;
}

.serList .chd .tit {
  margin-top: 52px;
  margin-bottom: 48px;
}

.serList .chd:nth-child(2n-1) .tit {
  text-align: left;
}

.serList .chd:nth-child(2n) .tit {
  text-align: left;
}

.serList .chd .tit {
  margin-top: 40px;
  margin-bottom: 20px;
}

.serList .chd .tit h3 {
  font: normal normal 700 25px/48px 'Playfair Display', sans-serif;
  color: #333;
  text-transform: capitalize;
}

.serList .chd .tit h4 {
  font: normal normal normal 20px/32px 'Microsoft YaHei', "微软雅黑", sans-serif;
  color: #111012;
}

.serList .chd .con1 {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  overflow: hidden;
}

.serList .chd .lay_num {
  margin-top: 26px;
}

.serList .chd .lay_num x-span {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  height: 35px;
  line-height: 35px;
  color: #77b5b4;
  overflow: hidden;
  border-bottom: 2px solid;
}

.serList .chd .lay_num x-span:before {
  content: '0' counter(myitem);
}

.serList .chd .lay_num x-span::before {
  content: '0' counter(myitem);
}

@media screen and (min-width: 1400px) and (max-width: 1530px) {
  .serList .chd {
    padding: 92px 0;
  }

  .serList .chd:nth-child(1) .inDiv {
    background-position: left 119px, right 73px;
    background-size: auto 242px, auto 290px;
  }

  .serList .chd:nth-child(2) .inDiv {
    background-position: left 110px, right 72px;
    background-size: auto 240px, auto 290px;
  }

  .serList .chd:nth-child(3) .inDiv {
    background-position: right 75px;
    background-size: auto 290px;
  }

  .serList .chd .lay_img {
    width: 530px;
    height: 365px;
  }

  .serList .chd .lay_info {
    width: 512px;
  }

  .serList .chd:nth-child(odd) .lay_img {
    margin-left: 73px;
  }

  .serList .chd:nth-child(even) .lay_info {
    margin-right: 91px;
  }

  .serList .chd:nth-child(odd) .lay_info {
    margin-left: 91px;
  }

  .serList .chd:nth-child(even) .lay_img {
    margin-right: 73px;
  }

  .serList .chd .tit {
    margin-top: 47px;
    margin-bottom: 44px;
  }

  .serList .chd .lay_num {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1399px) {
  .serList .chd {
    padding: 80px 0;
  }

  .serList .chd:nth-child(1) .inDiv {
    background-position: left 100px, right 67px;
    background-size: auto 220px, auto 230px;
  }

  .serList .chd:nth-child(2) .inDiv {
    background-position: left 96px, right 90px;
    background-size: auto 210px, auto 230px;
  }

  .serList .chd:nth-child(3) .inDiv {
    background-position: right 60px;
    background-size: auto 230px;
  }

  .serList .chd .lay_img {
    width: 464px;
    height: 320px;
  }

  .serList .chd .lay_info {
    width: 448px;
  }

  .serList .chd:nth-child(odd) .lay_img {
    margin-left: 64px;
  }

  .serList .chd:nth-child(even) .lay_info {
    margin-right: 80px;
  }

  .serList .chd:nth-child(odd) .lay_info {
    margin-left: 80px;
  }

  .serList .chd:nth-child(even) .lay_img {
    margin-right: 64px;
  }

  .serList .chd .tit {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .serList .chd .lay_num {
    margin-top: 20px;
  }

}


.page {
  text-align: center;
  margin: 30px auto;
}

.page a {

  display: inline-block;
  font-size: 14px;
  color: #5a5a5a;
  margin: 0;
  padding:10px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: #ccc 1px solid;
  margin: 0 3px
}

.page a:hover {
  color: #fff;
  background: #00837a;
}

.page a.on {
  color: #fff;
  background: #00837a;
}


.ny_pro {
  padding: 80px 0 60px;
  background: #fafafa;
}

.ny_pro ul li {
  width: 32%;
  float: left;
  margin: 0 2% 3% 0;
  background: #fff;
  position: relative;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.ny_pro ul li:hover {
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.ny_pro ul li:nth-child(3n) {
  margin-right: 0;
}

.ny_pro ul li .tp {
  overflow: hidden;
  height: 272px;
}

.ny_pro ul li img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_pro ul li:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_pro ul li .wenz {
  padding: 15px 20px 25px;
  border-top: #eee 1px solid;
}

.ny_pro ul li .wenz h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 15px;
}

.ny_pro ul li .wenz p {
  font-size: 18px;
  text-align: center;
  background: #77b5b4;
  width: 120px;
  line-height: 36px;
  display: block;
  color: #fff
}

.ny_pro ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #77b5b4;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  width: 0;
  z-index: 3;
}

.ny_pro ul li:hover span {
  width: 100%;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.ny_pro ul li:hover .wenz h3 {
  color: #77b5b4;
}

.ny_pro ul li:hover .wenz p {
  color: #fff;
}


.ny_proxq {
  padding: 60px 0;
}

.ny_proxq .con {
  position: relative;
  max-width: 1000px;
}

.ny_proxq h1 {
  font-size: 28px;
  color: #222;
  margin-bottom: 25px;
  text-align: center;
}

.ny_proxq .swiper-slide {}

.ny_proxq .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.ny_proxq .swiper {
  width: 80%;

  margin-left: auto;
  margin-right: auto;
}

.ny_proxq .swiper-slide {
  background-size: cover;
  background-position: center;
}

.ny_proxq .mySwiper2 {

  width: 100%;
}

.ny_proxq .swiper-button-prev {
  left: 0px;
  top: auto;
  color: #333;
  bottom: 35px;
  font-size: 20px
}

.ny_proxq .swiper-button-next {
  top: auto;
  color: #333;
  bottom: 35px;
}

.ny_proxq .mySwiper {

  box-sizing: border-box;
  padding: 10px 0;
}

.ny_proxq .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
}

.ny_proxq .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.ny_proxq .swiper-slide img {
  display: block;
  width: 100%;
}

.ny_blog {
  padding: 60px 0;
}

.ny_blog ul li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 30px;
  position: relative;
  padding-bottom: 148px;
  -webkit-box-shadow: 0 8px 18px rgba(193, 193, 193, .5);
  -moz-box-shadow: 0 8px 18px rgba(193, 193, 193, .5);
  box-shadow: 0 8px 18px rgba(193, 193, 193, .5);
}

.ny_blog ul li:hover {
  -webkit-box-shadow: 0 10px 20px rgba(193, 193, 193, .9);
  -moz-box-shadow: 0 10px 20px rgba(193, 193, 193, .9);
  box-shadow: 0 10px 20px rgba(193, 193, 193, .9);
}

.ny_blog ul li .t_p {
  height: 240px;
  position: relative;
  overflow: hidden
}

.ny_blog ul li .t_p img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_blog ul li:hover .t_p img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_blog ul li .w_z {
  padding: 22px 30px 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.ny_blog ul li .w_z .lay_time {
  font-size: 12px;
  line-height: 24px;
  color: #77b5b4;
}

.ny_blog ul li .w_z h3 {
  font-size: 20px;
  line-height: 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ny_blog ul li .w_z .text {
  font-size: 16px;
  line-height: 24px;
  color: #c1c1c1;
  overflow: hidden;
  height: 24px;
  margin-bottom: 20px;
}

.ny_blog ul li .w_z .lay_more {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.ny_blog ul li .w_z .more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: #77b5b4;
  text-transform: uppercase;
}

.ny_blog ul li .w_z .more:hover {
  color: #77b5b4;
}

.ny_blog ul li:hover .lay_more {
  height: 34px;
  opacity: 1;
}

.contMe-wrap .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.contMe {
  float: left;
  display: block;
  width: 440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e1e23;
}

.contMe-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contMe .inner {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  width: 402px;
  margin: 19px auto;
  border: 1px solid #333337;
  padding: 44px 16px 69px 64px;
}

.contMe .tit {
  margin-bottom: 64px;
  text-align: left;
}

.contMe .line {
  width: 24px;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
}

.contMe .en-tit {
  font: normal normal 700 32px/48px 'Playfair Display', Abel;
  color: #fff;
}

.contMe .list {
  margin-bottom: 38px;
}

.contMe .item+.item {
  margin-top: 28px;
}

.contMe .item {
  position: relative;
  font-size: 16px;
  min-height: 32px;
  padding-left: 44px;
}

.contMe .item,
.contMe .item a {
  color: #fff;
}

.contMe .item01 {
  line-height: 22px;
}

.contMe .item02,
.contMe .item03 {
  line-height: 32px;
}

.contMe .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 26px;
  background: url(../images/icons.png) no-repeat;
}

.contMe .item::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 26px;
  background: url(../images/icons.png) no-repeat;
}

.contMe .item01:before {
  background-position: -30px -110px;
}

.contMe .item01::before {
  background-position: -30px -110px;
}

.contMe .item02:before {
  background-position: -60px -110px;
}

.contMe .item02::before {
  background-position: -60px -110px;
}

.contMe .item03:before {
  background-position: -90px -110px;
}

.contMe .item03::before {
  background-position: -90px -110px;
}

.contMe .oth {
  font-size: 14px;
  line-height: 22px;
  color: #9c9c9c;
}

.contYou {
  float: right;
  width: calc(100% - 500px);
  padding-top: 32px;
}

.contYou .tit {}

.contYou .indForm .form-long-col {
  width: 100% !important;
}

.contYou .tit .line {
  margin-bottom: 10px;
  width: 24px;
  height: 2px;
  background: #77b5b4;
}

.contYou .en-tit {
  font: normal normal 700 32px/44px 'Playfair Display', Abel;
  text-align: left;
  color: #111012;
}

.contYou .zh-tit {
  font-size: 16px;
  line-height: 30px;
  color: #111012;
}

.contYou .indForm .form-col {
  width: 32%;
}

.indForm .form-col {
  float: left;
}

.indForm .form-col .col-t {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #999;
  overflow: hidden;
}

.indForm .form-col .col-t x-span {
  font-size: 12px;
  color: #fa1717;
  position: relative;
  top: -3px;
}

.indForm .col-n {
  position: relative;
}

.indForm .input,
.indForm .input:hover,
.indForm .input:focus {
  outline: none;
}

.indForm .input {
  display: block;
  width: 240px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  background: none;
  padding: 12px 0;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #111012;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.contYou .indForm .input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background: #f0f0f0;
  padding: 14px 9px;
  font-size: 14px;
  line-height: 16px;
  height: 44px;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

.contYou .indForm .input.textarea {
  background: #f0f0f0;
  height: 148px;
  padding: 14px 119px 14px 9px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.indForm .input.textarea {
  resize: none;
  line-height: 24px;
  height: 48px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.indForm .sub-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #77b5b4;
  font-size: 20px;
  margin-top: 25px;
}



@media screen and (min-width: 1400px) and (max-width: 1530px) {
  .contMe-wrap {
    padding-top: 128px;
    padding-bottom: 155px;
  }

  .contMe {
    width: 402px;
  }

  .contMe .inner {
    width: 372px;
    margin: 15px auto;
    padding: 40px 9px 49px 50px;
  }

  .contMe .tit {
    margin-bottom: 58px;
  }

  .contMe .line {
    margin-bottom: 7px;
  }

  .contMe .en-tit {
    font: normal normal 700 30px/44px 'Playfair Display', sans-serif;
  }

  .contMe .zh-tit {
    font-size: 15px;
    line-height: 28px;
  }

  .contMe .list {
    margin-bottom: 36px;
  }

  .contMe .item+.item {
    margin-top: 26px;
  }

  .contYou {
    width: 840px;
    padding-top: 30px;
  }

  .contYou .tit {
    padding-bottom: 14px;
  }

  .contYou .tit .line {
    margin-bottom: 8px;
  }

  .contYou .en-tit {
    font: normal normal 700 30px/42px 'Playfair Display', sans-serif;
  }

  .contYou .zh-tit {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1399px) {
  .contMe-wrap {
    padding-top: 110px;
    padding-bottom: 132px;
  }

  .contMe {
    width: 346px;
  }

  .contMe .inner {
    width: 326px;
    margin: 10px auto;
    padding: 34px 5px 42px 22px;
  }

  .contMe .tit {
    margin-bottom: 50px;
  }

  .contMe .line {
    margin-bottom: 6px;
  }

  .contMe .en-tit {
    font: normal normal 700 30px/44px 'Playfair Display', sans-serif;
  }

  .contMe .zh-tit {
    font-size: 13px;
    line-height: 22px;
  }

  .contMe .list {
    margin-bottom: 32px;
  }

  .contMe .item {
    font-size: 15px;
  }

  .contMe .item+.item {
    margin-top: 24px;
  }

  .contYou {
    width: 732px;
    padding-top: 25px;
  }

  .contYou .tit {
    padding-bottom: 12px;
  }

  .contYou .tit .line {
    margin-bottom: 6px;
  }

  .contYou .en-tit {
    font: normal normal 700 20px/32px 'Playfair Display', sans-serif;
  }

  .contYou .zh-tit {
    font-size: 13px;
    line-height: 22px;
  }
}











@media only screen and (max-width:1024px) {
  .head_h {
    height: 60px;
    display: block
  }

  .header {
    border: 0;
    height: 60px;
    background: #fff;
    width: 100%
  }

  .header .container {
    padding: 0;
    height: 60px;
    width: 94%
  }

  .header .logo {
    margin: 10px 0;
  }

  .header .logo img {
    height: 40px;
  }

  .header .right .yy .x_l {
    top: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
  }

  .header.on .nav {
    margin-top: 0;
  }

  .header .right {
    margin-right: 60px;
    margin-left: 0;
  }

  .header.on .right {
    margin-top: 0;
  }

  .header.on .right ul li {
    line-height: 60px;
  }

  .header .right ul li a {
    color: #333;
  }

  .header .right ul li {
    color: #333;
    line-height: 60px;
  }

  .header .right {
    margin-right: 35px;
    margin-top: 0;
  }

  .header .right a {
    line-height: 30px;
    width: 30px;
    color: #666;
  }

  .header .right a.a2 {
    background: url(../images/s.png) center / 20px no-repeat;
  }

  .searchIpt {
    right: 150px;
    top: 15px;
    width: 190px;
  }

  .searchIpt .search_txt {
    width: 132px;
  }

  .header .an {
    display: block;
    right: 0px;
  }

  .header .an span {
    background-color: #999
  }

  .header .nav ul {
    width: 100%;
  }

  .header.on .nav {
    width: 100%
  }

  .header .nav {
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 60px;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin-top: 0
  }

  .header .nav.on {
    right: 0;
  }

  .header.on .nav ul li a {
    font-size: 15px;
    color: #333;
  }

  .header.on .nav .e_j {
    top: 0;
  }

  .header .nav i {
    display: block;
    color: #333;
  }

  .header .nav ul li {
    line-height: 60px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0
  }

  .header .nav ul li::after {
    background: rgba(0, 0, 0, 0);
  }

  .header.on .nav ul li {
    line-height: 60px;
  }

  .header .nav .e_j {
    width: 100%;
    border-top: 1px solid #ccc;
    background: none;
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }

  .nav .e_j .left a {
    width: 100%;
  }

  .header .nav ul li .e_j a {
    color: #444;
    text-align: left;
    line-height: 40px;
    font-size: 15px;
  }

  .header .nav ul li .e_j a:last-child {
    border: 0;
  }

  .header .nav ul li .e_j a:hover {
    color: #333
  }

  .header .nav .e_j a {
    border-top: 0;
    font-size: 12px;
    color: #aaa;
    line-height: 32px;
  }

  .header .nav .e_j a:hover {
    background: none;
  }

  .header .nav ul li:hover .e_j {
    display: none;
  }

  .nav .e_j .s_j {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    border: 0
  }

  .header .nav ul li a {
    font-size: 15px;
    color: #333;
  }

  .header .nav ul li:hover span {
    width: 0;
  }

  .header .nav ul li.on span {
    width: 0;
  }

  .ban .swiper-slide {
    width: 100%;
    height: 25rem;
  }

  .ban .swiper-slide .bg1 {
    height: 100%;
  }

  .about-section-home {
    padding: 20px 0;
  }

  .about-details {
    max-width: 100%;
    padding: 0 20px 20px;
    width: 100%;

    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .about-details .text h1 {
    font-size: 24px;

  }

  .about-details .text p {
    font-size: 16px;

  }

  .about-details .text span a {
    font-size: 14px;
  }

  .sec-title h2 {
    font-size: 2.2rem;
  }

  .sec-title .separator {
    margin-top: 5px !important;
  }

  .sec-title {
    margin-bottom: 10px;
  }

  .about-details-image {
    width: 100%;
  }

  .services-section-two {
    padding: 20px 0;
    background-attachment: inherit;
  }

  .services-block-two {
    margin-bottom: 20px;
    width: 100%;
  }

  .services-block-two .inner-box {
    padding: 30px 25px 25px;
    min-height: inherit;
  }

  .services-block-two .inner-box h3 {
    font-size: 18px;
  }

  .indexNews-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    width: 90%;
  }

  .con {
    width: 90%;
  }

  .sy_dbk {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .index_con2 p {
    margin-bottom: 20px;
  }

  .jjnr {
    width: 100%;
    float: none;
  }

  .zj02 {
    width: 100%;
  }

  .sy_cp ul li {
    width: 100%;
    height: auto;
    margin: 0 0 3%;
  }

  .sy_cp {
    padding: 30px 0;
  }

  .indexNews-con .chd {
    margin-bottom: 32px;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    border: 0;
  }

  .indexNews-con .chd::before {
    display: none;
  }

  .indexNews-con .chd-in {
    width: 100%;
  }

  .footer .l_y {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .sy_hyyy {
    padding: 30px 10px;
  }

  .dzwz {
    width: 100%;
    float: none;
  }

  .footer {
    padding: 0px 0;
  }

  .footer .zuo3 ul li {
    display: none;
  }

  .footer .zuo3 ul li.lx {
    width: 100%;
    display: block;
    float: none;
  }

  .footer .zuo3 {
    width: 100%;
    overflow: hidden;
  }

  .footer .you3 {
    float: none;
    margin: 0 auto;
  }

  .footer_btm {
    line-height: 1.5;
    padding: 10px 0;
  }

  .copy {
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
  }

  .footer .zuo3 ul li.yx {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    float: none;
    display: block;
  }

  .footer .yx .tb {
    padding-top: 0px;
  }

  .zxzx .hd .prev {
    left: -0;
  }

  .zxzx .next {
    right: -0;
  }

  .zxzx .bd ul li {
    width: 100%;
    float: left;
    margin: 10px 0;
    background: #f6f6f6
  }

  .zxzx .bd {
    width: 100%;
    overflow: hidden;
  }

  .n_ban {
    height: 13rem;
  }

  .n_ban h3 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .n_ban h4 {
    font-size: 16px;
  }

  .sy_cpzx {
    width: 90%;
    margin: 30px auto;
  }

  .sy_cpzx .cplb {
    width: 100%;
  }

  .subNavBox {
    width: 100%;
  }

  .header.on .logo {
    width: auto;
  }

  .sy_cpzx ul.box {
    width: 100%;
  }

  .sy_cpzx ul.box li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .cpxq {
    padding: 30px 0;
  }

  .cpxq .left {
    width: 100%;
  }

  .cpxq .right {
    width: 100%;
  }

  .subNav {
    line-height: 40px;
    background: url(../images/jiantou1.jpg) right center no-repeat;
  }

  .cpxq .right h3 {
    font-size: 22px;
    margin-top: 30px;
  }

  .cpxq .right p {
    margin-bottom: 10px;
  }

  .cpxq .cptd .bt {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .aboutBan,
  .aboutBan .inner,
  .aboutBan .img {
    height: 15rem;
  }

  .aboutBan .lay_text {
    margin-top: -40px;
  }

  .aboutBan .lay_text .tit {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
  }

  .ny_jj {
    padding: 20px 0;
  }

  .ny_jj .w_z {
    width: 100%;
  }

  .ny_jj .t_p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px
  }

  .ctas li {
    width: 50%;
    margin-bottom: 25px;
  }

  .ctapanel {
    padding: 60px 0 30px;
  }

  .ny_blog ul li {
    width: 48%;
    margin: 0 1% 30px;
  }

  .ny_blog {
    padding: 40px 0;
  }

  .contMe-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .contMe-wrap .con {
    flex-wrap: wrap;
  }

  .contMe {
    width: 100%;
  }

  .contMe .inner {
    width: 100%;
    padding: 25px 20px 25px 20px;
  }

  .contYou .tit {
    padding-bottom: 0;
  }

  .tit {
    margin-bottom: 30px;
  }

  .ny_pro ul li {
    width: 48%;
    margin: 0 1% 3%;
  }

  .ny_pro ul li:nth-child(3n) {
    margin-right: 1%;
  }

  .ny_pro {
    padding: 40px 0 30px;
  }

  .ny_pro ul li {
    width: 100%;
    margin: 0 0 3%;
  }

  .ny_pro ul li .tp {
    height: 20rem;
  }

  .ny_proxq .swiper-button-prev {
    bottom: 20px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 25px !important;
  }

  .ny_proxq .swiper-button-next {
    bottom: 20px;
  }

  .serList .chd:nth-child(2n+1) .lay_img {
    margin-left: 0;
    width: 100%;
  }

  .serList .chd .lay_info {
    width: 100%;
  }

  .serList .chd:nth-child(2n+1) .lay_info {
    margin-left: 0px;
    height: auto;
    overflow: hidden;
    padding: 0 20px 20px
  }

  .serList .chd .tit h3 {
    font: normal normal 700 25px/38px 'Playfair Display', sans-serif;
  }

  .serList .chd .con1 {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    overflow: hidden;
  }

  .serList .chd .tit {
    margin-bottom: 20px;
  }

  .serList .chd {
    padding: 10px 0;
  }

  .serList .chd .lay_img {
    width: 100%;
  }

  .serList .chd:nth-child(2n) .lay_img {
    margin-right: 0;
  }

  .serList .chd:nth-child(2n) .lay_info {
    margin-right: 0px;
  }

  .serList .chd:nth-child(2n) .tit {
    text-align: left;
  }

  .serList .chd:nth-child(2n) .lay_info {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px
  }
























}


@media only screen and (max-width:600px) {
  .about-num ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .tit h1 {
    font-size: 2.2rem;
  }

  .tit {
    margin-bottom: 30px;
  }

  .about-content .info strong {
    font-size: 20px;
    line-height: 1.5;
    height: 42px;
    margin-bottom: 26px;
  }

  .sy_cp ul li {
    width: 100%;
    margin: 0 0% 3%;
  }

  .sy_cp ul li img {
    height: 26rem;
  }

  .swiper-hy .swiper-slide .sign span {
    font-size: 15px;
  }

  .sy_cpzx ul.box li .tp img {
    height: 21rem;
  }

  .ban .swiper-slide .word h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0 0 0;
  }

  .ban .swiper-slide .word h4 {
    font-size: 1.8rem;
    margin-top: 0px;
    letter-spacing: 0px;
  }

  .ban .swiper-slide .word {
    left: 5%;
    margin-left: 0px;
    height: 90px;
    margin-top: -45px;
    width: 90%;
  }

  .htit {
    font-size: 2rem;
  }

  .about-details .d_h {
    font-size: 20px;
  }

  .about-details .d_h .t_b {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
  }

  .about-details .d_h i {
    font-size: 20px;
  }

  .sy_cp li h3 {
    left: 15px;
    bottom: 10px;
    font-size: 18px;
  }

  .aboutBan .lay_text .tit {
    font-size: 20px;
  }

  .aboutBan .lay_text .subTit {
    font-size: 20px;
  }

  .ny_jj .w_z h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ny_jj .w_z .zi {
    font-size: 16px;
    line-height: 30px
  }

  .ctas li {
    width: 100%;
  }

  .ny_blog ul li {
    width: 100%;
    margin: 0 0 25px;
  }

  .ny_blog ul li .t_p {
    height: 18rem;
  }

  .ny_blog ul li .w_z {
    padding: 15px 15px 14px;
  }

  .contMe .en-tit {
    font: normal normal 700 20px/34px 'Playfair Display', sans-serif;
  }

  .form-row {
    flex-wrap: wrap;
  }

  .contYou .indForm .form-col {
    width: 100%;
  }

  .ny_proxq {
    padding: 50px 0;
  }

  .ny_proxq h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ny_proxq .swiper-button-prev {
    bottom: 0;
  }

  .ny_proxq .swiper-button-next {
    bottom: 0;
    right: 0;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 20px !important;
  }

  .serList .chd .lay_img {
    height: 20rem;
  }

  .serList .chd .tit h3 {
    font: normal normal 700 2rem/30px 'Playfair Display', sans-serif;
  }












}

.flexcen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexbet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexDiv2 {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/bj.jpg) no-repeat center bottom;
}

.indexDiv2 .bdDiv {
  margin-top: 50px
}

.indexDiv2 ul {
  margin: 0 -12px;
}

.indexDiv2 ul li {
  width: 33.333%;
  transition: all .5s;
}

.indexDiv2 ul li a {
  width: calc(100% - 24px);
  height: 560px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.indexDiv2 ul li:hover {
  width: 60%;
}

.indexDiv2 ul li .conDiv>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexDiv2 ul li .textDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  z-index: 11;
  color: #fff;
  text-align: center;
}

.indexDiv2 ul li .textDiv .titleDiv p {
  font-size: 14px;
  text-transform: uppercase;
}

.indexDiv2 ul li .textDiv .p {
  margin-top: 15px;
  position: absolute;
  opacity: 0;
  text-align: left;
  padding: 0 10px;
}

.indexDiv2 ul li a:hover .textDiv .p {
  position: relative;
  opacity: 1;
  transition: all .5s;
  font-size: 18px;
  line-height: 30px
}

.indexDiv2 ul li .textDiv .titleDiv span {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold
}


.sy_scx {
  padding: 80px 0;
  overflow: hidden
}

.sy_scx ul {
  margin-top: 40px
}

.sy_scx ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  height: 18vw;
}

.sy_scx ul li:nth-child(3n) {
  margin-right: 0;
}

.sy_scx ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sy_scx ul li .mb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.sy_scx ul li:hover .mb {
  opacity: 1;
}

.sy_scx ul li .w_z {
  width: 100%;
  padding: 20px 5%;
  position: absolute;
  top: 30%;
  left: 0;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  z-index: 2;
}

.sy_scx ul li .w_z h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold
}

.sy_scx ul li .w_z p {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  line-height: 2;
  display: none;
  text-align: center;
}

.sy_scx ul li .w_z p a {
  display: block;
  color: #fff;
}

.sy_scx ul li .w_z .tb {
  width: 60px;
  margin: 0 auto 20px;
}

.sy_scx ul li .w_z h3::before {
  width: 50px;
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  bottom: 0;
}

.sy_scx ul li:hover .w_z {
  background-color: rgba(6, 88, 162, .0);
  top: 25%;
}

.sy_scx ul li:hover .w_z p {
  display: block;
}


.shiming {
  height: auto;
  overflow: hidden;
  padding: 80px 0;
  background: #f5f5f5
}

.shiming .con {
  width: 100%;
  padding: 0 2%
}

.wenben {
  background: #fff;
  padding: 30px 35px;
  font-size: 22px;
  color: #333;
  line-height: 1.8;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
  margin-top: 40px
}

.pubTit {
  font-size: 40px;
  text-align: center;

  padding: 0;

}

.pubTit .tit {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #77b5b4;

}

.pubTit .desc {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: #555;
  margin-bottom: 50px;

}

.btnB {
  width: 175px;
  height: 45px;
  background: #77b5b4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0;
  color: #ffffff;
  font-size: 20px
}

.pdtP1 {
  height: auto;
  overflow: hidden;
  padding: 80px 0
}

.pdt1Ul1 {
  margin: -8px;
}

.pdt1Ul1.row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.pdt1Ul1 li {
  padding: 8px;
}

.pdt1Ul1 .kuang {
  padding: 8px;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 44px;
  color: #000;
  background: url(../images/down-arrow-black.png) center bottom 15px no-repeat;
  background-size: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.pdt1Ul1 li.on .kuang {
  background-image: url(../images/down-arrow.png);
}

.pdt1Ul1 .kuang::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  background: #77b5b4;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.pdt1Ul1 li.on .kuang::after {
  width: 100%;
}

.pdt1Ul1 .iconB img {
  height: 56px;
  display: block;
  margin: 0 auto;
}

.pdt1Ul1 .titB {
  text-align: center;
  margin-top: 18px;
  color: #000000;
  font-size: 20px;
  padding: 0 20px 0;
  min-height: 50px
}


.pdt1Ul2 li {
  margin-top: 3%;
  background: #F6F7F8;
  padding: 17px 0
}

.pdt1Ul2 .tuB {
  width: 50%;
}

.pdt1Ul2 .imgB img {
  width: 100%;
}

.pdt1Ul2 .textB {
  width: 48%;
}

.pdt1Ul2 .wd {
  width: 100%;
  padding: 40px;
  color: #000;
}

.pdt1Ul2 .wd h3 {
  font-weight: 600;
  text-align: left;
  margin: 0 0 7px;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
  color: #333
}

.pdt1Ul2 .wd p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 30px
}

.pdt1Ul2 .wd span {
  color: #77b5b4;
  display: block;
  line-height: 46px;
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  font-weight: bold
}

.pdt1Ul2 .wd i {
  background: rgba(24, 92, 171, 0.15);
  display: inline-block;
  padding: 3px 15px;
  margin: 8px 0 0 8px;
  font-size: 1.05em;
  font-style: normal;
}

.pdtP .btnB {
  background: #77b5b4;
  margin: 4% 0 0;
}

.col_4 {
  width: calc(100% / 5);
}

.col_5 {
  width: calc(100% / 4);
}

.flexb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ny_xw {
  padding: 80px 0 80px;
  height: auto;
  overflow: hidden
}

.ny_xw ul li {
  border: #e7e7e7 1px solid;
  margin-bottom: 25px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s
}

.ny_xw ul li .tp {
  float: left;
  width: 25%;
  overflow: hidden
}

.ny_xw ul li .tp img {
  width: 100%;
  height: auto;
  transition: all 0.6s
}

.ny_xw ul li:hover .tp img {
  transform: scale(1.1, 1.1);
  transition: all 0.6s
}

.ny_xw ul li .wz {
  width: 70%;
}

.ny_xw ul li .wz h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: justify;
}

.ny_xw ul li .wz h1 a {
  font-size: 24px;
}

.ny_xw ul li .wz p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

.ny_xw ul li .wz .rq {
  float: left;
  color: #999;
  font-size: 14px
}

.ny_xw ul li .wz .rq i {
  font-size: 20px;
  padding-right: 5px
}

.ny_xw ul li .wz .gd {
  background: #77b5b4;
  width: 140px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  float: left;
  font-size: 18px;
}

.ny_xw ul li .wz .gd a {
  color: #fff
}

.ny_xw ul li .wz .gd i {
  padding-left: 5px;
  transition: all 0.6s;
  font-size: 10px
}

.ny_xw ul li .wz .gd:hover {
  transition: all 0.6s
}

.ny_xw ul li:hover {
  box-shadow: 0px 0px 10px rgba(195, 195, 195, 0.75);
  transition: all 0.6s
}

@media only screen and (max-width:992px) {

  .indexDiv2 {
    overflow: hidden;
    padding: 20px 0;
    background: #c1dade url(../images/bj.jpg) no-repeat center bottom;
  }

  .sec-title1 h2 {
    font-size: 2.2rem;

  }

  .sec-title1 .separator {
    position: relative;
    width: 60px;
    height: 15px;
    text-align: center;
    margin-top: 10px !important;
  }

  .indexDiv2 .bdDiv {
    margin-top: 20px;
  }

  .indexDiv2 ul {
    display: block
  }

  .indexDiv2 ul li {
    width: 50%;
    transition: all .5s;
    float: left;
    margin-bottom: 10px
  }

  .indexDiv2 ul li a {
    width: calc(100% - 10px);
    height: 260px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }

  .indexDiv2 ul {
    margin: 0 -5px;
  }

  .sec-title1 {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
  }

  .indexDiv2 ul li .textDiv .titleDiv span {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
  }

  .sy_cp li .t_p {
    overflow: hidden;
    position: relative;
    height: auto;
  }

  .footer_bg {
    background: #333;
    width: 100%;
    padding: 20px 0 0;
  }

  .serList {
    counter-reset: myitem;
    padding: 20px 0 20px;
    background: #f5f5f5;
  }

  .sec-title .sub-title {
    position: relative;
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
  }

  .ny_jj .w_z1 .zi {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
  }

  .ny_jj .t_p1 {
    width: 100%;
    margin: 20px auto 0;
  }

  .shiming {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    background: #f5f5f5;
  }

  .wenben {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
    margin-top: 40px;
  }

  .pubTit .tit {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #77b5b4;
  }

  .pdtP1 {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }

  .pubTit .desc {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
  }

  .pdt1Ul2 .kuang {
    display: block
  }

  .pdt1Ul2 .tuB {
    width: 100%;
  }

  .pdt1Ul2 .textB {
    width: 100%;
  }

  .pdt1Ul2 .wd {
    width: 100%;
    padding: 20px;
    color: #000;
  }

  .pdt1Ul2 .wd h3 {
    font-weight: 600;
    text-align: left;
    margin: 0 0 7px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
    color: #333;
  }

  .services-block-two .inner-box .text {
    position: relative;
    color: #888;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s eas;
    min-height: 50px;
  }

  .pdt1Ul1.row {
    display: none
  }

  .pdt1Ul2 .wd span {
    color: #77b5b4;
    display: block;
    line-height: 36px;
    text-align: left;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
  }

  .ny_xw {
    padding: 20px 0;
    height: auto;
    overflow: hidden;
  }

  .ny_xw ul li .tp {
    float: left;
    width: 35%;
    overflow: hidden;
    margin-right: 5%
  }

  .ny_xw ul li .wz {
    width: 60%;
  }

  .ny_xw ul li .wz h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: justify;
  }

  .ny_xw ul li .wz h1 a {
    font-size: 16px;
  }

  .ny_xw ul li .wz p {
    display: none
  }

  .ny_xw ul li .wz .gd {
    background: #77b5b4;
    width: 120px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    height: 30px;
    float: left;
    font-size: 14px;
  }

  .ny_xw ul li {
    border: #e7e7e7 1px solid;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.6s;
  }
}