.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.leftWow,
.rightWow,
.bottomWow,
.mos {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes myfirst {
  0%,
  100% {
    -webkit-transform: translate(0, -5px) rotateZ(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(0);
  }
}
@-webkit-keyframes myfirst1 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotateZ(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(0);
  }
}
@keyframes myfirst2 {
  0%,
  100% {
    -webkit-transform: translate(-5px, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.button.dark {
  --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
  --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}
.button {
  --text: #fff;
  --font-size: 16px;
  --duration: 0.5s;
  --move-hover: -4px;
  font-family: 'Roboto';
  line-height: var(--font-size);
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  text-align: center;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
.button.smoke {
  --move: 12px;
  --move-y: -8px;
  --blur: 4px;
}
.button.smoke:hover i {
  --duration: 1s;
  -webkit-animation: smoke var(--duration) linear var(--d);
  animation: smoke var(--duration) linear var(--d);
}
.button.drive {
  --move: 16px;
  --skew: 25deg;
  --skew-fast: 40deg;
  --skew-bounce: -12px;
}
.button.drive:hover i {
  --duration: 1s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: drive var(--duration) linear var(--d);
  animation: drive var(--duration) linear var(--d);
}
.btnstyle1 {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.btnstyle1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #2764c5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle1::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #2764c5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle1:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btnstyle1:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btnstyle2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.btnstyle2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #2764c5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle2:hover {
  color: #333;
  background-color: #fff;
}
.btnstyle2:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}
@-webkit-keyframes smoke {
  45%,
  55% {
    -webkit-filter: blur(var(--blur));
    filter: blur(var(--blur));
  }
  50%,
  50.1% {
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
    transform: translateX(var(--move)) translateY(var(--move-y));
  }
  50.1% {
    -webkit-transform: translateX(calc(var(--move) * -1));
    transform: translateX(calc(var(--move) * -1));
  }
}
@keyframes smoke {
  45%,
  55% {
    -webkit-filter: blur(var(--blur));
    filter: blur(var(--blur));
  }
  50%,
  50.1% {
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
    transform: translateX(var(--move)) translateY(var(--move-y));
  }
  50.1% {
    -webkit-transform: translateX(calc(var(--move) * -1));
    transform: translateX(calc(var(--move) * -1));
  }
}
@-webkit-keyframes drive {
  40% {
    opacity: 1;
  }
  55% {
    -webkit-transform: skewX(var(--skew)) translateX(var(--move));
    transform: skewX(var(--skew)) translateX(var(--move));
  }
  56% {
    -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
  }
  55%,
  56% {
    opacity: 0;
  }
  75% {
    -webkit-transform: skewX(var(--skew));
    transform: skewX(var(--skew));
  }
  85% {
    -webkit-transform: skewX(var(--skew-bounce));
    transform: skewX(var(--skew-bounce));
  }
}
@keyframes drive {
  40% {
    opacity: 1;
  }
  55% {
    -webkit-transform: skewX(var(--skew)) translateX(var(--move));
    transform: skewX(var(--skew)) translateX(var(--move));
  }
  56% {
    -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
  }
  55%,
  56% {
    opacity: 0;
  }
  75% {
    -webkit-transform: skewX(var(--skew));
    transform: skewX(var(--skew));
  }
  85% {
    -webkit-transform: skewX(var(--skew-bounce));
    transform: skewX(var(--skew-bounce));
  }
}
@keyframes movec {
  0%,
  100% {
    clip: rect(0, 300px, 5px, 0);
  }
  25% {
    clip: rect(0, 300px, 210px, 295px);
  }
  50% {
    clip: rect(205px, 300px, 210px, 0);
  }
  75% {
    clip: rect(0, 5px, 210px, 0px);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 125, 178, 0.1), 0 0 0 10px #187db2;
  }
  100% {
    box-shadow: 0 0 0 10px #187db2, 0 0 0 15px rgba(24, 125, 178, 0);
  }
}
@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 204, 67, 0.1), 0 0 0 10px #ffcc43;
  }
  100% {
    box-shadow: 0 0 0 10px #ffcc43, 0 0 0 15px rgba(255, 204, 67, 0);
  }
}
@keyframes tra1 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes tra2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.1), 0 0 0 10px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(51, 51, 51, 0.1), 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 60px;
}
.banner .prev1 {
  width: 100px;
  height: 45px;
  display: block;
  background: #312424 url(../images/jt1.png) no-repeat center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .prev1:hover {
  background-color: #2764c5;
}
.banner .next1 {
  width: 100px;
  height: 45px;
  display: block;
  background: #333 url(../images/jt2.png) no-repeat center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 999;
}
.banner .next1:hover {
  background-color: #2764c5;
}
.banner .swiper-banner {
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide a,
.banner .swiper-banner .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-pagination-bullets {
  bottom: 30px !important;
}
.banner .swiper-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  background: rgba(255, 255, 255);
  opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet-active {
  background: #2764c5;
}
.biaoti {
  height: 87px;
}
.biaoti img {
  display: block;
}
.biaoti h3 {
  margin-top: 24px;
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
.biaoti h3 a {
  color: #333;
}
.about {
  width: 100%;
  height: 800px;
  padding-top: 121px;
  box-sizing: border-box;
  background: url("../images/bg1.jpg") no-repeat center;
  overflow: hidden;
}
.about .left {
  width: 624px;
  position: relative;
}
.about .left .pic {
  position: absolute;
  bottom: 0px;
  right: -523px;
}
.about .left .jie {
  width: 100%;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
  margin: 40px 0 50px;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 210px;
}
.about .left .mo {
  display: block;
  width: 120px;
  height: 40px;
  border: solid 1px #333333;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.about .left .tit {
  width: 879px;
  height: 147px;
  background: #2764c5 url(../images/mo1.png) no-repeat 714px center;
  margin: 103px 0 0 -247px;
  box-sizing: border-box;
  padding-left: 247px;
  padding-top: 33px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 24px;
}
.about ul {
  width: 510px;
  float: right;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about ul p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.about ul span {
  display: block;
  margin: 30px 0 16px;
  font-family: Impact;
  line-height: 42px;
  font-size: 55px;
  color: #2764c5;
}
.about ul i {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.product {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.product .biao {
  text-align: center;
  position: relative;
  letter-spacing: 4.2px;
  color: #000000;
  font-size: 42px;
  font-weight: bold;
  height: 75px;
  line-height: 40px;
}
.product .biao::after {
  width: 80px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.product .classify {
  width: 61.1%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .classify li.on::after {
  background: #2764c5;
}
.product .classify li.on a {
  color: #2764c5;
}
.product .classify li.on i {
  background-color: #2764c5;
  border: #2764c5 1px solid;
}
.product .classify li.on i::after {
  top: -55px;
}
.product .classify li.on i::before {
  top: 0;
}
.product .classify li:nth-child(2) i::after {
  background: url("../images/cpico2.png") no-repeat center;
}
.product .classify li:nth-child(2) i::before {
  background: url("../images/cpico21.png") no-repeat center;
}
.product .classify li:nth-child(3) i::after {
  background: url("../images/cpico3.png") no-repeat center;
}
.product .classify li:nth-child(3) i::before {
  background: url("../images/cpico31.png") no-repeat center;
}
.product .classify li:nth-child(4) i::after {
  background: url("../images/cpico4.png") no-repeat center;
}
.product .classify li:nth-child(4) i::before {
  background: url("../images/cpico41.png") no-repeat center;
}
.product .classify li:nth-child(5) i::after {
  background: url("../images/cpico5.png") no-repeat center;
}
.product .classify li:nth-child(5) i::before {
  background: url("../images/cpico51.png") no-repeat center;
}
.product .classify li:nth-child(6) i::after {
  background: url("../images/cpico6.png") no-repeat center;
}
.product .classify li:nth-child(6) i::before {
  background: url("../images/cpico61.png") no-repeat center;
}
.product .classify li {
  position: relative;
  height: 130px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
.product .classify li a {
  color: #333;
  transition: 0.5s;
}
.product .classify li::after {
  width: 20px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  transition: 0.5s;
}
.product .classify li i {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #999999;
  position: relative;
  margin: 0 auto 13px;
  border-radius: 50%;
  transition: 0.5s;
  overflow: hidden;
}
.product .classify li i::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  background: url("../images/cpico1.png") no-repeat center;
  content: "";
}
.product .classify li i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 55px;
  left: 0px;
  transition: 0.5s;
  background: url("../images/cpico11.png") no-repeat center;
  content: "";
}
.product .classify li p {
  color: #999999;
  margin-top: 8px;
  font-family: arial;
  font-size: 14px;
  line-height: 13px;
}
.product .list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 60px;
}
.product .list::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.product .list li:hover .tu img {
  transform: scale(1.2);
}
.product .list li:hover .ti {
  color: #2764c5;
}
.product .list li:hover .mo {
  color: #2764c5;
}
.product .list li:nth-child(5n) {
  margin-right: 0;
}
.product .list li {
  float: left;
  margin-top: 31px;
  width: 18.88888%;
  margin-right: 1.38888%;
}
.product .list li .tu {
  width: 100%;
  height: 260px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 9px;
  margin-bottom: 15px;
}
.product .list li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden;
}
.product .list li .tu a img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 1s;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product .list li .ti {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  width: 70%;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.product .list li .mo {
  float: right;
  display: block;
  line-height: 16px;
  color: #999;
  font-family: arial;
  font-size: 14px;
  transition: 0.3s;
  margin-right: 10px;
}
.product .list li .mo i:nth-child(3) {
  margin-left: 6px;
}
.process {
  width: 100%;
  height: 850px;
  padding-top: 81px;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../images/bg2.jpg") no-repeat center;
}
.process .pic {
  border-radius: 50%;
  position: absolute;
  top: -78px;
  right: -250px;
}
.process .biaoti {
  height: 125px;
}
.process .biaoti p {
  color: #666666;
  margin-top: 26px;
  font-size: 16px;
  line-height: 16px;
}
.process ul {
  width: 1335px;
  height: 450px;
  background-color: #ffffff;
  box-shadow: 0px 15px 46px 0px rgba(205, 179, 128, 0.08);
  margin: 65px 0 0 -250px;
  box-sizing: border-box;
  padding: 57px 10px 62px 250px;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.process ul li:nth-child(1),
.process ul li:nth-child(5) {
  border-left: 0;
}
.process ul li:nth-child(5),
.process ul li:nth-child(6),
.process ul li:nth-child(7),
.process ul li:nth-child(8) {
  padding-top: 28px;
}
.process ul li:nth-child(5)::after,
.process ul li:nth-child(6)::after,
.process ul li:nth-child(7)::after,
.process ul li:nth-child(8)::after {
  display: none;
}
.process ul li {
  width: 25%;
  height: 165px;
  box-sizing: border-box;
  padding: 14px 0 0 30px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  border-left: 1px dashed #262a36;
  position: relative;
}

.process ul li a{
  display: block;
}
.process ul li::after {
  width: 250px;
  height: 1px;
  border-top: 1px dashed #262a36;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.process ul li p {
  color: #999999;
  margin-top: 18px;
  font-family: arial;
  font-size: 12px;
  line-height: 9px;
}
.process ul li i {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #cdb380;
  position: relative;
  border-radius: 50%;
  margin-bottom: 25px;
}
.process ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.case {
  padding-top: 66px;
  padding-bottom: 60px;
  width: 100%;
  background: url(../images/bg3.jpg) no-repeat 339px 51px;
}
.case .biaoti {
  float: left;
  height: 84px;
}
.case .biaoti h3 {
  margin-top: 20px;
}
.case .mos {
  float: right;
  display: block;
  width: 120px;
  height: 40px;
  border: solid 1px #333333;
  text-align: center;
  line-height: 40px;
  margin-top: 33px;
  font-size: 16px;
  color: #333;
}
.case ul {
  width: 100%;
  margin-top: 8px;
}
.case ul li:hover .tu img {
  transform: scale(1.2);
}
.case ul li:hover .ti {
  color: #2764c5;
}
.case ul li:hover .mo {
  color: #2764c5;
}
.case ul li:nth-child(3n) {
  margin-right: 0;
}
.case ul li {
  float: left;
  margin-top: 32px;
  width: 400px;
  margin-right: 50px;
}
.case ul li .tu {
  width: 100%;
  height: 300px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 9px;
  margin-bottom: 20px;
}
.case ul li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case ul li .tu a img {
  transition: 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case ul li .ti {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  width: 70%;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.case ul li .mo {
  float: right;
  display: block;
  line-height: 16px;
  color: #999;
  font-family: arial;
  font-size: 14px;
  transition: 0.3s;
  margin-right: 10px;
}
.case ul li .mo i:nth-child(3) {
  margin-left: 6px;
}
.news {
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: url("../images/bg4.jpg") no-repeat center;
  padding-top: 76px;
  box-sizing: border-box;
}
.news .hd {
  float: left;
  width: 145px;
}
.news .hd .biaoti {
  height: 84px;
}
.news .hd .biaoti h3 {
  margin-top: 20px;
}
.news .hd ul {
  width: 100%;
  margin-top: 75px;
  height: 200px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 38px;
}
.news .hd ul li:first-child {
  margin-top: 0;
}
.news .hd ul li.on::before {
  width: 100%;
}
.news .hd ul li.on a {
  background: url("../images/xw11.png") no-repeat left center;
  color: #2764c5;
}
.news .hd ul li:nth-child(2) a {
  background: url("../images/xw2.png") no-repeat left center;
}
.news .hd ul li:nth-child(2).on a {
  background: url("../images/xw21.png") no-repeat left center;
}
.news .hd ul li:nth-child(3) a {
  background: url("../images/xw3.png") no-repeat left center;
}
.news .hd ul li:nth-child(3).on a {
  background: url("../images/xw31.png") no-repeat left center;
}
.news .hd ul li {
  width: 100%;
  line-height: 21px;
  height: 21px;
  margin-top: 68px;
  position: relative;
}
.news .hd ul li::after {
  width: 14px;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  top: 10px;
  left: -27px;
  content: "";
}
.news .hd ul li::before {
  width: 0;
  height: 1px;
  background: #2764c5;
  transition: 0.5s;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
}
.news .hd ul li a {
  display: block;
  box-sizing: border-box;
  padding-left: 34px;
  background: url("../images/xw1.png") no-repeat left center;
  transition: 0.5s;
  font-size: 18px;
  color: #333;
}
.news .hd .yy {
  width: 194px;
  height: 146px;
  margin-top: 60px;
  background: url("../images/yy.png") no-repeat center;
  box-sizing: border-box;
  padding: 10px;
}
.news .hd .yy img {
  width: 100%;
  height: 100%;
}
.news .bd {
  width: 970px;
  float: right;
}
.news .bd li.on .shu {
  color: #ccc;
}
.news .bd li.on .shu::after {
  background: #fff;
}
.news .bd li.on .shi {
  color: #fff;
  background: #2764c5;
}
.news .bd li.on .shi p {
  color: #fff;
}
.news .bd li.on .zi .ti {
  color: #2764c5;
}
.news .bd li:first-child {
  margin-top: 0;
}
.news .bd li {
  width: 100%;
  height: 110px;
  position: relative;
  margin-top: 70px;
}
.news .bd li .shu {
  width: 35px;
  height: 10px;
  line-height: 10px;
  position: absolute;
  top: 50px;
  left: 164px;
  transition: 0.5s;
  font-family: arial;
  font-size: 14px;
  color: #999999;
}
.news .bd li .shu::after {
  width: 14px;
  height: 2px;
  background-color: #dddddd;
  transition: 0.5s;
  position: absolute;
  top: 4px;
  right: 0px;
  content: "";
}
.news .bd li .shi {
  width: 200px;
  height: 110px;
  float: left;
  box-sizing: border-box;
  padding: 33px 78px 0 0;
  text-align: right;
  transition: 0.5s;
  color: #999;
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
}
.news .bd li .shi p {
  margin-bottom: 13px;
  font-family: arial;
  font-size: 30px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  transition: 0.5s;
}
.news .bd li .zi {
  width: 705px;
  float: right;
  margin-top: 8px;
}
.news .bd li .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  transition: 0.5s;
}
.news .bd li .zi .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 15px;
  margin-top: 16px;
}
.news .bd .mo {
  width: 60px;
  height: 60px;
  background: url("../images/mo2.png") no-repeat center;
  display: block;
  text-align: center;
  line-height: 60px;
  font-family: arial;
  font-size: 14px;
  color: #333;
  margin: 50px 0 0 180px;
}
.yqlj {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../images/dibg.jpg) no-repeat center bottom -398px;
}
.yqlj ul {
  position: relative;
  box-sizing: border-box;
  padding-left: 130px;
}
.yqlj ul::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yqlj ul .ti {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 98px;
  height: 42px;
  background: url("../images/link.png") no-repeat center top;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  box-sizing: border-box;
  padding: 27px 0 0 0;
}
.yqlj ul li:hover {
  transform: translateX(5px);
}
.yqlj ul li:hover a {
  color: #2764c5;
}
.yqlj ul li {
  float: left;
  margin-left: 50px;
  transition: 0.5s;
  line-height: 42px;
  font-size: 14px;
}
.yqlj ul li a {
  color: #999;
  transition: 0.3s;
}
