@font-face {
  font-family: 'iconfont';
  /* Project id 971715 */
  src: url('//at.alicdn.com/t/c/font_971715_271ka21s2d2.woff2?t=1694597824392') format('woff2'), url('//at.alicdn.com/t/c/font_971715_271ka21s2d2.woff?t=1694597824392') format('woff'), url('//at.alicdn.com/t/c/font_971715_271ka21s2d2.ttf?t=1694597824392') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*
@font-face {
  font-family: "Semibold";
  src:url("../fonts/Semibold.ttf") format("truetype");
}
*/
.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
  font-weight: lighter;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 100%;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1400px;
  margin: 0 auto;
}
.head {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 100px;
  background: #fff;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.head .cont {
  width: 1515px;
}
.head .cont .logo {
  margin-top: 23px;
  width: 282px;
  height: 56px;
  float: left;
  background: url(../images/logo.png) no-repeat;
}
.head .cont .nav {
  width: 1045px;
  float: left;
  margin-left: 60px;
}
.head .cont .nav ul .nLi {
  display: inline-block;
  margin-left: 50px;
}
.head .cont .nav ul .nLi h3 {
  font-weight: lighter;
  line-height: 100px;
}
.head .cont .nav ul .nLi h3 a {
  color: #333333;
  font-size: 18px;
}
.head .cont .nav ul .nLi .drop {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  background: #f8f8f8;
  display: none;
}
.head .cont .nav ul .nLi .drop .hd {
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 40px;
}
.head .cont .nav ul .nLi .drop .hd ul {
  width: 1400px;
  margin: 0 auto;
}
.head .cont .nav ul .nLi .drop .hd ul li {
  color: #333333;
  font-size: 18px;
  display: inline-block;

  position: relative;
  text-align: center;
  padding: 0 20px;
}
.head .cont .nav ul .nLi .drop .hd ul li:after {
  content: "";
  position: absolute;
  background: url(../images/xz.png) no-repeat;
  width: 79px;
  height: 16px;
  bottom: -11px;
  left: 18%;
  display: none;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.head .cont .nav ul .nLi .drop .hd ul .on {
  font-weight: bold;
}
.head .cont .nav ul .nLi .drop .hd ul .on:after {
  display: block;
}
.head .cont .nav ul .nLi .drop .bd {
  padding-bottom: 55px;
  width: 1400px;
  margin: 0 auto;
}
.head .cont .nav ul .nLi .drop .bd ul li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}
.head .cont .nav ul .nLi .drop .bd ul li .img_box {
  width: 179px;
  height: 168px;
  display: inline-block;
  vertical-align: top;
}
.head .cont .nav ul .nLi .drop .bd ul li .img_box img {
  width: 100%;
  height: 100%;
}
.head .cont .nav ul .nLi .drop .bd ul li .drop_box {
  display: inline-block;
  margin-top: 10px;
  margin-left: 40px;
  width: 224px;
}
.head .cont .nav ul .nLi .drop .bd ul li .drop_box h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
}
.head .cont .nav ul .nLi .drop .bd ul li .drop_box p {
  margin-bottom: 10px;
}
.head .cont .nav ul .nLi .drop .bd ul li .drop_box p a {
  color: #555555;
  font-size: 16px;
}
.head .cont .nav ul .nLi .drop .bd ul li .drop_box p:hover a {
  color: #1ba1ba;
}
.head .cont .nav ul .nLi:hover h3 a {
  font-weight: bold;
  color: #1ba1ba;
}
.head .cont .nav ul .on h3 a {
  font-weight: bold;
  color: #1ba1ba;
}
.head .cont .dh {
  float: right;
  margin-top: 30px;
  position: relative;
}
.head .cont .dh .dh_1 {
  width: 35px;
  height: 35px;
}
.head .cont .dh .make {
  display: none;
  background-color: #ffffff;
  position: absolute;
  width: 203px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  left: -79px;
  top: 43px;
  z-index: 60;
}
.head .cont .language {
  float: right;
  margin-left: 30px;
  margin-top: 38px;
  color: #333333;
}
.head .cont .language span {
  font-size: 18px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #1ba1ba;
  text-transform: uppercase;
  color: #333333;
}
.head .cont .language .on {
  color: #1ba1ba;
}
.head1 {
  background: transparent;
}
.head1 .cont .logo {
  background: url(../images/logo1.png) no-repeat;
}
.head1 .cont .nav ul .nLi h3 a {
  color: #ffffff;
}
.head1 .cont .language {
  float: right;
  margin-left: 30px;
  margin-top: 38px;
  color: #ffffff;
}
.head1 .cont .language span {
  font-size: 18px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #1ba1ba;
  text-transform: uppercase;
  color: #ffffff;
}
.head1 .cont .language .on {
  color: #1ba1ba;
}
.head:hover {
  background: #fff;
}
.head:hover .cont .logo {
  background: url(../images/logo.png) no-repeat;
}
.head:hover .cont .nav ul .nLi h3 a {
  color: #333333;
}
.head:hover .cont .language {
  float: right;
  margin-left: 30px;
  margin-top: 38px;
  color: #333333;
}
.head:hover .cont .language span {
  font-size: 18px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #1ba1ba;
  text-transform: uppercase;
  color: #333333;
}
.head:hover .cont .language .on {
  color: #1ba1ba;
}
.title {
  text-align: center;

  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.title h4 {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.title p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #aaaaaa;
  text-transform: uppercase;
}
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  width: 100%;
  height: 100%;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.banner .hd {
  position: absolute;
  bottom: 4%;
  right: 49%;
}
.banner .hd ul li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.banner .hd ul .on {
  width: 16px;
  height: 16px;
  background: #0081df;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  min-width: 1200px;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 450px;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner1 .bd ul li .make {
  position: absolute;
  top: 190px;
  width: 100%;
  text-align: center;
}
.banner1 .bd ul li .make h4 {
  font-size: 32px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #ffffff;
}
.banner1 .bd ul li .make h5 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}
.banner1 .bd ul li .make .lm {
  margin-top: 50px;
}
.banner1 .bd ul li .make .lm p {
  display: inline-block;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  width: 161px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 15px;
}
.banner1 .bd ul li .make .lm p a {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.banner1 .bd ul li .make .lm p:hover {
  background: #1ba1ba;
  font-weight: bold;
  border-color: #1ba1ba;
}
.page_1 {
  margin-top: 68px;
}
.page_1 .bd_1 {
  margin-top: 53px;
}
.page_1 .bd_1 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 677px;
  align-content: space-between;
}
.page_1 .bd_1 ul li {
  width: 690px;
  height: 389px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
      -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.page_1 .bd_1 ul li:nth-child(3){
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.page_1 .bd_1 ul li:nth-child(4){
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.page_1 .bd_1 ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_1 .bd_1 ul li .make {
  position: absolute;
  bottom: 47px;
  left: 62px;
}

.page_1 .bd_1 ul li .make p {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.page_1 .bd_1 ul li .make h4 {
  font-size: 22px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #ffffff;
  margin-top: 8px;
}
.page_1 .bd_1 ul li .make .link{

  width: 40px;
  height: 2px;
  background: #fff;

  transition: all .4s ease;
  margin-top: 20px;
}
.page_1 .bd_1 ul li:hover .link{
  width: 100%;
  transition: all .4s ease;
  background: #1ba1ba;
}
.page_1 .bd_1 ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_1 .bd_1 ul li:hover .make p{
  color: #1ba1ba;
}
.page_1 .bd_1 ul li:hover .make h4{
  color: #1ba1ba;
}
.page_1 .bd_1 ul li:nth-child(2) {
  height: 242px;
}
.page_1 .bd_1 ul li:nth-child(3) {
  height: 242px;
}
.page_2 {
  background: url(../images/1_15.jpg) no-repeat center;
  height: 738px;
  margin-top: 60px;
  padding-top: 60px;
}
.page_2 .title h4 {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
}
.page_2 .title p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.502);
}
.page_2 .bd_2 {
  margin-top: 68px;
  position: relative;

  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.page_2 .bd_2 .bd ul li {
  width: 446px;
  margin-right: 31px;
  overflow: hidden;
}
.page_2 .bd_2 .bd ul li .img-box {
  width: 100%;
  height: 260px;
  position: relative;
}
.page_2 .bd_2 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page_2 .bd_2 .bd ul li .img-box .make {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  left: 0px;
  top: -260px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 96px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_2 .bd_2 .bd ul li .img-box .make img {
  width: 51px;
  height: 50px;
}
.page_2 .bd_2 .bd ul li .text {
  height: 205px;
  background: #fff;
  text-align: center;
  padding: 0 34px;
  padding-top: 35px;
}
.page_2 .bd_2 .bd ul li .text h4 {
  font-size: 20px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #333333;
  line-height: 1;
  margin-bottom: 25px;
}
.page_2 .bd_2 .bd ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  line-height: 2.143;
  text-align: left;
}
.page_2 .bd_2 .bd ul li:hover .img-box .make {
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_2 .bd_2 .bd ul li:hover .text {
  background: #1ba1ba;
}
.page_2 .bd_2 .bd ul li:hover .text h4 {
  color: #ffffff;
}
.page_2 .bd_2 .bd ul li:hover .text p {
  color: #ffffff;
}
.page_2 .bd_2 .hd a {
  position: absolute;
  border-radius: 50%;
  background-color: #1ba1ba;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
.page_2 .bd_2 .hd .prev {
  left: -100px;
  top: 50%;
}
.page_2 .bd_2 .hd .next {
  right: -100px;
  top: 50%;
}
.page_3 {
  margin-top: 67px;
  margin-bottom: 60px;
}
.page_3 .bd_3 {
  margin-top: 53px;
}
.page_3 .bd_3 .left_3 {
  float: left;
  width: 928px;
  height: 648px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.page_3 .bd_3 .left_3 img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_3 .bd_3 .left_3 .make {
  background-color: rgba(0, 0, 0, 0.702);
  width: 100%;
  height: 56px;
  line-height: 56px;
  position: absolute;
  bottom: 0px;
  padding-left: 20px;
}
.page_3 .bd_3 .left_3 .make p {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}
.page_3 .bd_3 .left_3 .make .gd {
  display: inline-block;
  background-color: #1ba1ba;
  width: 180px;
  height: 56px;
  float: right;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.page_3 .bd_3 .left_3:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_3 .bd_3 .right_3 {
  float: right;
  width: 448px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight ;
}
.page_3 .bd_3 .right_3 ul li {
  height: 313px;
  margin-bottom: 21px;
}
.page_3 .bd_3 .right_3 ul li .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page_3 .bd_3 .right_3 ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_3 .bd_3 .right_3 ul li .img-box .make {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.702);
  width: 448px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
}
.page_3 .bd_3 .right_3 ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_3 .more {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #ffffff;
  width: 335px;
  height: 61px;
  line-height: 63px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.page_3 .more a {
  color: #666666;
  font-size: 18px;
}
.page_4 {
  background: #f5f5f5;
  overflow: hidden;
  display: flex;
}
.page_4 .video {
  width: 770px;
  float: left;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.page_4 .video video{
  width: 770px;
  height: 725px;

}
.page_4 .text {
  padding-left: 125px;
  flex: 1;
  float: right;
  padding-right: 130px;
  padding-top: 38px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.page_4 .text h4 {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}
.page_4 .text h5 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #aaaaaa;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 30px;
}
.page_4 .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 2;
  text-indent: 2em;
}
.page_4 .text .sz {
  margin-top: 30px;
}
.page_4 .text .sz ul li {
  display: inline-block;
  width: 30%;
}
.page_4 .text .sz ul li h2 {
  font-size: 48px;
  font-family: "Semibold";
  color: #1ba1ba;
  text-transform: uppercase;
}
.page_4 .text .sz ul li span {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.page_4 .text .sz ul li:nth-child(3) {
  text-align: right;
}
.page_4 .text .sz ul li:nth-child(3) h2 {
  margin-right: 60px;
}
.page_5 {
  margin-top: 75px;
  margin-bottom: 90px;
}
.page_5 .bd_5 {
  margin-top: 60px;
}
.page_5 .bd_5 ul li {
  width: 435px;
  float: left;
  margin-right: 46px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
.page_5 .bd_5 ul li:nth-child(2){
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.page_5 .bd_5 ul li:nth-child(3){
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.page_5 .bd_5 ul li .text .t_top {
  margin-bottom: 30px;
}
.page_5 .bd_5 ul li .text .t_top h4 {
  background-color: #b8b8b8;
  width: 88px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
}
.page_5 .bd_5 ul li .text .t_top span {
  display: inline-block;
  margin-left: 10px;
  color: #222222;
  font-size: 18px;
}
.page_5 .bd_5 ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 2.143;
  height: 60px;
  overflow: hidden;
}
.page_5 .bd_5 ul li .img-box {
  margin-top: 20px;
  width: 100%;
  height: 288px;
  position: relative;
  overflow: hidden;
}
.page_5 .bd_5 ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_5 .bd_5 ul li .img-box .make {
  position: absolute;
  background-color: #1ba1ba;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  right: 0px;

}
.foot .foot_1 .f_dh .dz h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}
.foot .foot_1 .f_dh .dz p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.875;
}
.foot .foot_1 .f_dh .dz p a{
  color: rgba(255, 255, 255, 0.5);
}
.foot .foot_2 {
  float: left;
  margin-top: 12px;
}
.foot .foot_2 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.foot .foot_2 ul li h4 {
  font-size: 18px;
  margin-bottom: 32px;
}
.foot .foot_2 ul li h4 a {
  color: #ffffff;
}
.foot .foot_2 ul li p {
  font-size: 16px;
  margin-bottom: 15px;
}
.foot .foot_2 ul li p:hover a{
  color: rgba(255, 255, 255,1);
}
.foot .foot_2 ul li p a {
  color: rgba(255, 255, 255, 0.5);
}
.foot .foot_2 .p_share {
  float: right;
  margin-top: 76px;
}
.foot .foot_2 .p_share p {
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.foot .foot_2 .p_share a {
  width: 30px;
  height: 30px;
  margin-left: 7px;

  border-radius: 5px;

  background: rgba(255, 255, 255, 0.4);
  transition: all .4s ease;
  opacity: 0.5;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
.foot .foot_2 .p_share a img {
  width: 22px;
  max-width: 100%;
  object-fit: cover;

}
.foot .foot_2 .p_share a:hover{
  opacity: 1;
}
.foot .foot_3 {
  float: right;
}
.foot .foot_3 .er {
  border-radius: 5px;
  background-color: #ffffff;
  width: 137px;
  height: 171px;
  padding: 12px;
  padding-bottom: 0px;
  margin: 0 auto;
}
.foot .foot_3 .er img {
  width: 100%;
}
.foot .foot_3 .er p {
  text-align: center;
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
}
.foot .foot_3 .link {
  margin-top: 55px;
  margin-left: 25px;
}
.foot .foot_3 .link a {
  margin-right: 30px;
}
.foot .foot_3 .link a img{
  opacity: 0.5;
}
.foot .foot_3 .link a img:hover{
  opacity: 1;
}
.foot_1 {
  height: 77px;
  line-height: 77px;
  background: #33383f;
  text-align: center;
}
.foot_1 p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #848689;
}
.foot_1 p a {
  color: #848689;
}

@media only screen and (max-width: 1400px) {
  .page_4 .text .sz {
      display: none;
  }
}
.page_5 .more {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #ffffff;
  width: 335px;
  height: 61px;
  line-height: 63px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.page_5 .more a {
  color: #666666;
  font-size: 18px;
}
  bottom: 0px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_5 .bd_5 ul li:hover .text .t_top h4 {
  background: #1ba1ba;
}
.page_5 .bd_5 ul li:hover .text .t_top span {
  color: #1ba1ba;
  font-weight: bold;
}
.page_5 .bd_5 ul li:hover .img-box .make {
  left: 43%;
  top: 38%;
  border-radius: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_5 .bd_5 ul li:last-child {
  margin-right: 0px;
}
.foot {
  background: #33383f;
  padding-top: 50px;
  padding-bottom: 106px;
  border-bottom: 1px solid #6f7579;
}
.foot .foot_1 {
  float: left;
  width: 473px;
  text-align: left;
}
.foot .foot_1 .f_logo {
  width: 294px;
  height: 34px;
}
.foot .foot_1 .f_logo img {
  width: 100%;
  height: 100%;
}
.foot .foot_1 .f_dh {
  margin-top: 38px;
  padding-right: 20px;
}
.foot .foot_1 .f_dh img {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.5;
}
.foot .foot_1 .f_dh .dh_box {
  display: inline-block;
  vertical-align: middle;
}
.foot .foot_1 .f_dh .dh_box p {
  font-size: 16px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #ffffff;
  line-height: 1.875;
  color: rgba(255, 255, 255, 0.5);
}
.foot .foot_1 .f_dh .dh_box p span {
  font-weight: bold;
}
.foot .foot_1 .f_dh .dz {
  margin-top: 20px;
}
.fixed{
  position: fixed;
  background-color: rgb(98, 98, 98);
  width: 80px;

  right: 17px;
  top: 40%;
  border-radius: 10px 0 0 10px;
}
.fixed ul li{
  text-align: center;
  height: 84px;
  padding-top: 18px;
  position: relative;
}
.fixed ul li p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  padding-top: 8px;
}
.fixed ul li:hover{
  background: #1ba1ba;
}
.fixed ul li:hover img{
  filter: brightness(140%);
}
.fixed ul li:hover p{
  color: #fff;
}
.fixed ul .f_db img{
width: 25px;

}
.wx_box{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4.015px 4.459px 7px 0px rgba(0, 0, 0, 0.3);
  width: 163px;
  height: 186px;    
  display: none;
  padding: 15px;
  position: absolute;
  right: 90px;
  top: -60px;
}
.wx_box img{
  width: 138px;
  height: 138px;
}
.fixed ul li .wx_box p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(85, 85, 85);
}
.fixed ul li .kf_box{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4.015px 4.459px 7px 0px rgba(0, 0, 0, 0.3);
  width: 162px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: none;
  position: absolute;
  right: 90px;
  top: 15px;
}
.fixed ul li .kf_box p{
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  padding: 0;
}