* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a {
  color: #333;
  text-decoration: none;
}
ul li {
  list-style: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:1600px) {
  .links{
    text-align:left !important;
  }
  .container span{
    margin-left:72px;
  }
}
body,
html {
  font-family: "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif, '微软雅黑';
}
.backTop {
  width: 44px;
  height: 44px;
  background: #DDDDDD;
  position: fixed;
  display: inline-block;
  right: 6%;
  bottom: 50px;
  text-align: center;
  line-height: 44px;
}
.backTop i {
  font-size: 18px;
  color: #fff;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url(../font/SourceHanSansCN-Normal.otf);
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont/iconfont.eot');
  src: url('../font/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont/iconfont.woff') format('woff'), url('../font/iconfont/iconfont.ttf') format('truetype'), url('../font/iconfont/iconfont.svg#iconfont') format('svg');
}
.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;
}
/* [00.hero header] mouse animation ------------------------------------------------*/
#mouse {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -16px;
  z-index: 1000;
  display: inline-block;
  text-decoration: none;
  padding-top: 38px;
  letter-spacing: 1px;
  font-size: 12px;
}
#mouse span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 39px;
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 24px;
}
#mouse span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #148ED6;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* [01.about] ------------------------------------------------*/
.container_1 {
  margin: 0 150px ;
  position: relative;
}
.header_absolute {
  position: absolute;
  top: 35px;
}
.header_fix {
  position: fixed;
  top: 35px;
  background-color: #fff;
  top: 0;
}
header {
  position: relative;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
}
header > nav {
  background-color: #fff;
  height: 100%;
  border-radius: 6px;
}
header > nav h1 {
  float: left;
  position: relative;
  margin-left: 30px;
  top: 15px;
}
header > nav h1 img {
  height: 60px;
}
header > nav > ul {
  float: right;
  height: 100%;
}
header > nav > ul > li {
  margin: 0 15px;
  float: left;
  height: 90px;
  line-height: 90px;
  position: relative;
}
header > nav > ul > li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0px;
  background-color: #148ED6;
  transition: all 0.7s ease;
  bottom: 0;
  left: 0;
}
header > nav > ul > li:hover::after {
  height: 4px;
}
header > nav > ul > li:last-child {
  border-left: 1px solid #eee;
  padding: 0 22px;
  margin: 0;
  height: 30px;
  margin-top: 30px;
  line-height: 30px;
}
header > nav > ul > li:last-child:hover::after {
  display: none;
}
header > nav > ul > li:hover > a {
  color: #148ED6;
}
header > nav > ul > li:hover > ul {
  height: 70px;
}
header > nav > ul > li > a {
  font-size: 14px;
  display: block;
  height: 100%;
}
header > nav > ul > li > span {
  cursor: pointer;
}
header > nav > ul > li > ul {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  width: 100vw;
  height: 0px;
  top: 100%;
  line-height: 70px;
  overflow: hidden;
  transition: all 0.3s ease;
}
header > nav > ul > li > ul li {
  display: inline-block;
  line-height: 70px;
  margin-left: 30px;
}
header > nav > ul > li > ul li > a {
  color: #ccc;
  font-size: 14px;
}
.links {
  text-align: right;
  font-size: 14px;
  color: #666;
  height: 60px;
  z-index: 999;
  line-height: 60px;
  position: relative;
}
.links::before {
  position: absolute;
  content: '';
  width: 182px;
  height: 83px;
  background-image: url(../imgs/s.png);
  left: -105px;
  background-repeat: no-repeat;
  bottom: 0;
  background-position-y: bottom;
}
.links a {
  color: #999;
  display: inline-block;
  margin-left: 15px;
}
.search_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
}
.search_container .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.search_container .container_1 {
  background-color: #fff;
  margin-top: 121px;
  padding-bottom: 20px;
  border-radius: 0 0  10px 10px;
  border-top: 1px solid #148ED6;
}
.search_container .container_1 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search_container .container_1 .container h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
}
.search_container .container_1 .container h2 .close {
  float: right;
  cursor: pointer;
  font-size: 24px;
  font-weight: 100;
  color: #999;
  transition: all 0.3s ease;
}
.search_container .container_1 .container h2 .close:hover {
  color: #148ED6;
  transform: rotate(180deg);
}
.search_container .container_1 .container form {
  position: relative;
  height: 55px;
  width: 100%;
  margin-top: 25px;
}
.search_container .container_1 .container form button {
  background-color: #148ED6;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55px;
  cursor: pointer;
  width: 120px;
  border-radius: 0 6px 6px 0;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
}
.search_container .container_1 .container form button i {
  color: #fff;
}
.search_container .container_1 .container form input {
  width: 100%;
  height: 55px;
  background-color: #f7f7f7;
  text-indent: 2em;
  border: none;
  outline: none;
  border-radius: 6px 0 0 6px;
}
.search_container .container_1 .container .search-keywords {
  margin-top: 15px;
}
.search_container .container_1 .container .search-keywords a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 14px;
}
.clearfloat {
  position: relative;
}
.clearfloat::after {
  content: '';
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.sub_menu {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.sub_menu p {
  float: left;
  font-size: 14px;
  color: #999;
}
.sub_menu p a {
  color: #999;
}
.sub_menu ul {
  float: right;
}
.sub_menu ul .sub_active a {
  color: #148ED6;
}
.sub_menu ul .sub_active::after {
  height: 2px;
}
.sub_menu ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.sub_menu ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #148ED6;
  transition: all 0.5s ease;
}
.sub_menu ul li:hover::after {
  height: 2px;
}
.sub_menu ul li:hover a {
  color: #148ED6;
}
.sub_menu ul li a {
  font-size: 14px;
  color: 3666;
}



.page {
  text-align: center;

}
.page a {
  padding: 16px;
  outline: 1px solid #DBDBDB;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.page a:hover {
  background-color: #138ed5;
  color: #fff;
  outline: 1px solid #dbdbdb;
}
.page .page_active {
  background-color: #138ed5;
  color: #fff;
  outline: 1px solid #dbdbdb;
}

#page {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 1px;
}

#page a{
  background-color: #fff;
  border: 1px solid #DBDBDB;
  padding: 7px 12px 7px 12px;
  font-size: 14px;
  color: #666;
  margin: 5px;
  transition: all .5s ease
}
#page a:hover{
  background-color: #138ed5;
  color: #fff !important;
  border: 1px solid #138ed5;
}
#page .selected{
  background-color: #138ed5;
  border: 1px solid #138ed5;
  color: #fff !important;
}
footer {
  background-color: #191919;
  height: 170px;
}
footer > div:first-child {
  height: 130px;
}
footer > div:first-child > div {
  float: right;
  text-align: right;
}
footer > div:first-child > div > a {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}
footer > div:first-child > div > p {
  font-size: 14px;
  color: #999;
}
footer > div:first-child ul {
  float: left;
}
footer > div:first-child ul li {
  line-height: 130px;
  float: left;
  margin-right: 45px;
}
footer > div:first-child ul li:hover a {
  color: #148ED6;
}
footer > div:first-child ul li a {
  color: #999;
  font-size: 14px;
}
footer > div:last-child {
  height: 40px;
  border-top: 1px solid #555555;
  line-height: 40px;
}
footer > div:last-child p {
  font-size: 14px;
  color: #666;
  float: left;
}
footer > div:last-child a {
  float: right;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .container_1 {
    margin: 0 80px;
  }
}
@media screen and (max-width: 1366px) {
  .container_1 {
    margin: 0 80px;
  }
  .honor {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1280px) {
  .container_1 {
    margin: 0 25px;
  }
  .page2 {
    height: 1100px;
  }
  .title {
    padding-top: 60px;
  }
  .honor {
    margin: 0;
    height: 600px;
  }
}
.btn_container {
  text-align: center;
  padding-top: 60px;
}
body {
  overflow-x: hidden;
}
.btn_container {
  position: relative;
}
.btn_container .prev {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #9a9a9a;
}
.btn_container .prev i {
  font-size: 20px;
  color: #ccc;
  position: relative;
  top: 2px;
}
.btn_container .next {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 44px;
  cursor: pointer;
  line-height: 44px;
  text-transform: uppercase;
  font-size: 14px;
  color: #9a9a9a;
}
.btn_container .next i {
  font-size: 20px;
  color: #ccc;
  position: relative;
  top: 2px;
}
.btn {
  position: relative;
  text-align: center;
  width: 130px;
  overflow: hidden;
  height: 44px;
  border: 1px solid #148ED6;
  display: inline-block;
  font-size: 14px;
  color: #148ED6;
  line-height: 44px;
}
.btn span {
  position: relative;
  z-index: 888;
  margin: 0;
}
.btn::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  transition: all 0.6s;
  transform: skewY(4deg);
  background: #1A1A1A;
  top: 0;
  transform-origin: right bottom;
}
.btn::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  transition: all 0.6s;
  transform: skewY(4deg);
  background: #148ED6;
  bottom: 0;
  transform-origin: left top;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  height: 180%;
}
.btn:hover::before {
  height: 180%;
}
.banner {
  height: 100vh;
  width: 100%;
}
.banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 1 !important;
  top: 0 !important;
}
.banner .swiper-slide figure {
  display: block;
  height: 100%;
  position: relative;
}
.banner .swiper-slide figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .swiper-slide figure > div {
  text-align: right;
  position: absolute;
  z-index: 123;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner_box {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  width: 100%;
  text-align: right;
}
.banner .banner_box .swiper-next {
  width: 130px;
  height: 44px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.banner .banner_box .swiper-next i {
  display: inline-block;
  margin-left: 6px;
}
.banner .banner_box .swiper-prev {
  width: 130px;
  height: 44px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.banner .banner_box .swiper-prev i {
  display: inline-block;
  margin-right: 6px;
}
.banner .banner_box .swiper-pagination-banner {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .banner_box .swiper-pagination-banner .swiper-pagination-bullet {
  background: none;
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  opacity: 1;
}
.banner .banner_box .swiper-pagination-banner .swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '\e62c';
  font-size: 24px;
  color: #fff;
  font-family: 'iconfont';
}
.banner .banner_box .swiper-pagination-banner .swiper-pagination-bullet-active::after {
  color: #148ED6;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.title {
  text-align: center;
  padding-top: 100px;
}
.title h2 {
  font-size: 40px;
  color: #343434;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  /* background-color: transparent;
  background-image: linear-gradient(#148ED6, #148ED6);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 100% 100%;
  transition: all 0.8s ease;
  animation: hightLight 1s linear; */
}
.title h2 span {
  color: #148ED6;
}
.title p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 25px;
}
.about {
  padding-bottom: 90px;
}
.about > ul {
  border-left: 1px solid #eee;
  height: 150px;
  margin-top: 60px;
  position: relative;
  z-index: 99999;
}
.about > ul li {
  float: left;
  width: 25%;
  border-right: 1px solid #eee;
  height: 150px;
  text-align: center;
}
.about > ul li span {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  display: inline-block;
  margin-top: 35px;
}
.about > ul li p {
  font-size: 16px;
  color: #9a9a9a;
  line-height: 24px;
}
.honor {
  height: 850px;
  background-image: url(../imgs/honor_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 70px;
}
.honor .honor_container {
  margin-top: 60px;
}
.honor .honor_container .swiper-slide {
  text-align: center;
}
.honor .honor_container .swiper-slide figure {
  display: block;
}
.honor .honor_container .swiper-slide figure img {
  max-width: 100%;
}
.honor .honor_container .swiper-slide figure figcaption {
  font-size: 20px;
  padding-top: 30px;
  color: #343434;
}
.page2 {
  background-image: url(../imgs/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1160px;
  background-position: center;
}
.page2 #canvas_box {
  position: relative;
}
.page2 #canvas_box > canvas {
  position: absolute;
  top: 50%;
  margin-top: -260px;
  left: -200px;
  outline: none;
}
.page2 .business {
  margin-top: 30px;
}
.page2 .business ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  position: relative;
  height: 380px;
  margin-top: 30px;
  perspective: 1000;
  -webkit-perspective: 1000;
}
.page2 .business ul li:hover > div:first-child {
  transform: rotate3d(0, 1, 0, 180deg);
}
.page2 .business ul li:hover > div:last-child {
  transform: rotate3d(0, 1, 0, 0deg);
}
.page2 .business ul li:nth-of-type(1) > div:last-child::after {
  content: "\e650";
}
.page2 .business ul li:nth-of-type(2) > div:last-child::after {
  content: "\e64c";
}
.page2 .business ul li:nth-of-type(3) > div:last-child::after {
  content: "\e6f4";
}
.page2 .business ul li:nth-of-type(4) > div:last-child::after {
  content: "\e650";
}
.page2 .business ul li:nth-of-type(5) > div:last-child::after {
  content: "\e7b8";
}
.page2 .business ul li:nth-of-type(6) > div:last-child::after {
  content: "\e630";
}
.page2 .business ul li:nth-of-type(3n) {
  margin-right: 0;
}
.page2 .business ul li > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.8s ease;
}
.page2 .business ul li > div:first-child {
  width: 100%;
  height: 100%;
  transform: rotate3d(0, 1, 0, 0deg);
  z-index: 99;
}
.page2 .business ul li > div:first-child figure {
  height: 100%;
  width: 100%;
  position: relative;
}
.page2 .business ul li > div:first-child figure figcaption {
  position: absolute;
  z-index: 66;
  color: #fff;
  font-size: 20px;
  top: 32px;
  left: 40px;
  font-weight: 600;
}
.page2 .business ul li > div:first-child figure figcaption::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  left: -40px;
  top: 50%;
  margin-top: -2px;
}
.page2 .business ul li > div:last-child {
  padding: 40px;
  transform: rotate3d(0, 1, 0, -180deg);
  background-color: #138ED5;
}
.page2 .business ul li > div:last-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: 'iconfont';
  font-size: 200px;
  color: #2B9AD9;
}
.page2 .business ul li > div:last-child > i {
  display: block;
  color: #fff;
  font-size: 32px;
}
.page2 .business ul li > div:last-child h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
}
.page2 .business ul li > div:last-child h3::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  left: -40px;
  top: 50%;
  margin-top: -2px;
}
.page2 .business ul li > div:last-child p {
  color: #99C4DD;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
  position: relative;
  z-index: 662;
}
.page2 .business ul li > div:last-child a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.page2 .business ul li > div:last-child a i {
  color: #F7F7F7;
  font-size: 20px;
  display: inline-block;
  margin-left: 4px;
}
.equipment {
  padding-bottom: 95px;
}
.equipment .equipment_container {
  background-image: url(../imgs/bg.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  height: 580px;
}
.equipment .equipment_container .container {
  margin-top: 25px;
}
.equipment .equipment_container .equipment-button-prev {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 999;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #9a9a9a;
}
.equipment .equipment_container .equipment-button-prev i {
  font-size: 20px;
  color: #ccc;
  position: relative;
  top: 2px;
}
.equipment .equipment_container .equipment-button-next {
  position: absolute;
  right: 0;
  bottom: 100px;
  height: 44px;
  z-index: 999;
  cursor: pointer;
  line-height: 44px;
  text-transform: uppercase;
  font-size: 14px;
  color: #9a9a9a;
}
.equipment .equipment_container .equipment-button-next i {
  font-size: 20px;
  color: #ccc;
  position: relative;
  top: 2px;
}
.equipment .equipment_container .swiper-wrapper {
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 1.5s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.equipment .equipment_container .swiper-wrapper .swiper-slide figure {
  display: block;
  text-align: center;
}
.equipment .equipment_container .swiper-wrapper .swiper-slide figure .desc_box {
  margin-top: 45px;
}
.equipment .equipment_container .swiper-wrapper .swiper-slide figure .desc_box h4 {
  font-size: 20px;
  color: #333333;
}
.equipment .equipment_container .swiper-wrapper .swiper-slide figure .desc_box figcaption {
  margin: 0 auto;
  width: 910px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 25px;
}
.page5 {
  position: relative;
}
.page5::before {
  position: absolute;
  content: '';
  width: 302px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../imgs/left.png);
  background-position-y: 100px;
  background-repeat: no-repeat;
}
.page5::after {
  position: absolute;
  content: '';
  width: 302px;
  height: 100%;
  right: 0;
  bottom: 0;
  background-image: url(../imgs/right.jpg);
  background-position-y: 100px;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.page5 .case .case_list {
  height: 520px;
  margin-top: 60px;
}
.page5 .case .case_list .swiper-container {
  border: 1px solid #EEEEEE;
}
.page5 .case .case_list .swiper-slide {
  border-right: 1px solid #EEEEEE;
  position: relative;
}
.page5 .case .case_list .swiper-slide:hover figure time,
.page5 .case .case_list .swiper-slide:hover figure span,
.page5 .case .case_list .swiper-slide:hover figure figcaption {
  color: #99C4DD;
}
.page5 .case .case_list .swiper-slide:hover figure h4 a {
  color: #fff;
}
.page5 .case .case_list .swiper-slide:hover::after {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.page5 .case .case_list .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #148ED6;
  position: absolute;
  left: 0%;
  top: 0px;
  z-index: 5;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: 1;
}
.page5 .case .case_list .swiper-slide figure {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  padding: 50px;
  z-index: 6;
}
.page5 .case .case_list .swiper-slide figure time {
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.page5 .case .case_list .swiper-slide figure h4 {
  margin-top: 10px;
}
.page5 .case .case_list .swiper-slide figure h4 a {
  font-size: 20px;
  color: #333;
}
.page5 .case .case_list .swiper-slide figure > span {
  font-size: 14px;
  display: inline-block;
  color: #999;
  margin-top: 15px;
}
.page5 .case .case_list .swiper-slide figure .imgs {
  position: absolute;
  left: 50px;
  bottom: 50px;
  height: 180px;
}
.page5 .case .case_list .swiper-slide figure .imgs img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.page5 .case .case_list .swiper-slide figure figcaption {
  font-size: 14px;
  display: inline-block;
  color: #999;
  line-height: 24px;
  position: absolute;
  width: 300px;
  left: 50px;
  bottom: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page5 .news {
  padding-bottom: 60px;
}
.page5 .news .news_container {
  height: 418px;
  margin-top: 60px;
}
.page5 .news .news_container .swiper-slide figure {
  height: 100%;
  display: block;
  position: relative;
}
.page5 .news .news_container .swiper-slide figure:hover > div:first-child {
  height: 0;
}
.page5 .news .news_container .swiper-slide figure:hover > div:last-child {
  height: 100%;
}
.page5 .news .news_container .swiper-slide figure:hover > div:last-child > span {
  margin-top: 50px;
}
.page5 .news .news_container .swiper-slide figure:hover > div:last-child h4 {
  -webkit-line-clamp: 2;
}
.page5 .news .news_container .swiper-slide figure > div {
  transition: all 0.8s ease;
}
.page5 .news .news_container .swiper-slide figure > div:first-child {
  height: 228px;
}
.page5 .news .news_container .swiper-slide figure > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page5 .news .news_container .swiper-slide figure > div:last-child {
  height: 190px;
  background-color: #F7F7F7;
  padding: 30px;
}
.page5 .news .news_container .swiper-slide figure > div:last-child h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  transition: all 0.6s ease;
}
.page5 .news .news_container .swiper-slide figure > div:last-child span {
  color: #999;
  font-size: 14px;
  display: inline-block;
  transition: all 0.6s ease;
}
.page5 .news .news_container .swiper-slide figure > div:last-child > a {
  display: inline-block;
  margin-top: 65px;
}
.page5 .news .news_container .swiper-slide figure > div:last-child > a i {
  font-size: 22px;
  color: #148ED6;
}
.page5 .news .news_container .swiper-slide figure > div:last-child figcaption {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .swiper-wrapper > div {
  position: relative;
  top: -50px;
  transition: all 0.8s ease;
}
.main .swiper-wrapper > div:nth-of-type(2) {
  transition-delay: 0.2s;
}
.main .swiper-wrapper > div:nth-of-type(3) {
  transition-delay: 0.4s;
}
.main .swiper-wrapper > div:nth-of-type(4) {
  transition-delay: 0.6s;
}
.main .swiper-wrapper > div:nth-of-type(5) {
  transition-delay: 0.8s;
}
.main .swiper-wrapper > div:nth-of-type(6) {
  transition-delay: 1s;
}
.onshow .title h2 {
  background-size: 0 30%;
}
.onshow .swiper-wrapper > div {
  top: 0px;
  opacity: 1;
}
.notice{
  color: #fff;
  height: 50px;
  overflow: hidden;
  background-color: rgba(13,90,172)
}
.notice a{
  color: #fff;
}
.containerbox{
  width: 150px;
  height: 50px;
  display: flex;
}
.containerbox img{
  width: 90%;
}

.notice-prev{
  width: 15%;
  height: 50px;
  padding: 15px 0;
}
.notice-next{
  width: 15%;
  height: 50px;
  padding: 15px 0;
  transform: rotate(180deg);
}
.notice-jia{
  width: 50px;
  height: 50px;
  padding: 12px;
  background-color: rgb(69,152,230);
  margin-left: 5px;
}
.img_box{
  height: 400px;
}
.img_box img{
  width: 50%;
}



