*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.sub-f {
    vertical-align: sub;
    font-size: smaller;
}
@media  (max-width: 1399px) {
	.ttttt{width: 545px!important; height: auto!important;}
}
@media (min-width: 1400px) and (max-width: 1439px) {
	.ttttt{width: 545px!important; height: auto!important;}
}
@media (min-width: 1440px) and (max-width: 1919px)  {
	.ttttt{width: 545px!important; height: auto!important;}
}

@media (min-width: 1920px) {

}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1280px;
  position: relative;
  padding: 0;
  width: 100%;
  color: #222;
  font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}
html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
ul, ul li, ol li, tr td, dl, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #222;
}
textarea, select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
}
img {
  border: none;

  max-width: 100%;
}
img[src=""] {
  opacity: 0;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
body::-webkit-scrollbar-thumb {
  background: #000;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
.gdt::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.gdt::-webkit-scrollbar-thumb {
  background: #000;
}
.gdt::-webkit-scrollbar-track {
  background: #ddd;
}
.f_12 {
  font-size: 12px;
}
.f_16 {
  font-size: 16px;
}
.f_18 {
  font-size: 18px;
}
.f_20 {
  font-size: 20px;
}
.f_22 {
  font-size: 22px;
}
.f_24 {
  font-size: 24px;
}
.f_26 {
  font-size: 26px;
}
.f_28 {
  font-size: 28px;
}
.f_30 {
  font-size: 30px;
}
.f_32 {
  font-size: 32px;
}
.f_34 {
  font-size: 34px;
}
.f_36 {
  font-size: 36px;
}
.f_38 {
  font-size: 38px;
}
.f_40 {
  font-size: 40px;
}
.f_48 {
  font-size: 48px;
}
/*分页*/
.BMap_omCtrl {
  display: none !important;
}
.a_dw {
  position: relative;
  top: 0px;
}
.box {
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  padding: 0 130px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}
.page1 {
  clear: both;
  text-align: center;
  height: 45px;
  margin: 30px 0 0;
  text-align: center;
}
.page1 span a, .page1 span input {
  display: inline-block;
  color: #fff;
  padding: 10px 13px;
  text-decoration: none;
  background: #bfbfbf;
}
.page1 span input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: 20px;
}
.page1 span a:hover, .page1 span.current a {
  background: #4b6bbc;
  color: #fff;
}
.page1 span {
  margin: 2px 5px;
}
.page2 {
  width: 120px;
  height: 40px;
  background: #4b6bbc;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
}
/* 弹窗 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}
.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
/* 弹窗内容 */
.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../image/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../image/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.z_tanchuang .tbox .modal2 {
  padding: 20px;
}
.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}
/* 弹窗选中 */
.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
/* 弹窗动画 */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
/* 头部 */
.head {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 9999;
}
.head .dc {
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.head .logo {
  display: block;
  width: 131px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 44px;
  margin-top: 20px;
}
.head .logo img {
  display: block;
  height: 44px;
}
.head .logo img:nth-child(2) {}
.head .en {
  float: right;
  line-height: 30px;
  margin-top: 40px;
  color: #fff;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.head .en span {
  display: block;
  width: 30px;
  height: 30px;
}
.head .en span:nth-child(2) {
  color: #000;
}
.head .ewm {
  width: 30px;
  float: right;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}
.head .ewm .img2 {
    position:absolute!important;
  width: 130px;
  top: 160%;
  left: 50%;
  margin-left: -65px;
  opacity: 0;
  visibility: hidden;
}
.head .ewm .img2 img {
  display: block;
  width: 100%;
}
.head .ewm .img2 s {
  display: block;
  width: 16px;
  height: 8px;
  background: url(../image/sj.png) center no-repeat;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.head .ewm:hover .img2 {
  top: 150%;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.head .ewm {
  margin-top: 20px;
}
.head .ewm .img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.head .ewm .img img {
  width: 100%;
}
.head .ewm .img img:nth-child(2) {   }
.head .xian {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  float: right;
  margin: 20px 75px 0 35px;
}
.head .ul1 {
  float: right;
}
.head .ul1 li {
  float: left;
  position: relative;
  margin: 0 40px;
}
.head .ul1 li a {
  display: block;
  line-height: 110px;
  color: #fff;
}
.head .ul1 li s {
  display: block;
  width: 0px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
}
.head .ul1 li.act s {
  width: 50px;
}
.head .box {
  z-index: 3;
}
.head .ul2 {
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0;
  height: 80px;
  background: #f9f9f9;
  box-shadow: inset 0px 15px 10px -15px #ddd;
  -webkit-box-shadow: inset 0px 15px 10px -15px #ddd;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  border-bottom: 1px solid #ddd;
}
.head .ul2 li {
  position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  text-align: center;
}
.head .ul2 li a {
  display: inline-block;
  line-height: 80px;
  margin: 0 45px;
  color: #222;
  font-size: 16px;
}
.head .ul2 li.act {
  top: 0;
}
.head .ul2.act {
  top: 110px;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.head .ul2 li a:hover {
  color: #4b6bbc;
}
.head:hover .dc {
  height: 100%;
}
.head:hover .logo img:nth-child(1) {
  margin-top: -44px;
}
.head:hover .en span:nth-child(1) {
  margin-top: -30px;
}
.head:hover .ewm .img img:nth-child(1) {
  margin-top: -30px;
}
.head:hover .ul1 li a {
  color: #000;
}
.head:hover .ul1 li s {
  background: #4b6bbc;
}
.head:hover .xian {
  background: #000;
}
.head:hover .ul1 li a:hover {
  color: #4b6bbc;
}
.head.act2 {
  top: -80px;
}
.head.act {
  height: 80px;
  border-bottom: 1px solid #ddd;
}
.head.act .dc {
  height: 100%;
}
.head.act .logo {
  margin-top: 18px;
}
.head.act .logo img:nth-child(1) {
  margin-top: -44px;
}
.head.act .ul1 li a {
  line-height: 80px;
}
.head.act .ul1 li a {
  color: #000;
}
.head.act .ul1 li s {
  background: #4b6bbc;
}
.head.act .en, .head.act .ewm, .head.act .xian {
  margin-top: 25px;
}
.head.act .xian {
  background: #000;
}
.head.act .ewm .img img:nth-child(1) {
  margin-top: -30px;
}
.head.act .en span:nth-child(1) {
  margin-top: -30px;
}
.head.act .ul2 {
  top: 90px;
}
.head.act .ul2.act {
  top: 80px;
}
.head .en:hover span {
  color: #4b6bbc;
}
/* 首页 */
.i1 {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.i1 img {
  display: block;
  width: 100%;
}
.i1 .ix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.i1 .ix .swiper1 {}
.i1 .ix .swiper1 .swiper-slide {}
.i1 .ix .swiper1 .swiper-slide .sbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i1 .ix .swiper1 .swiper-slide .sbox > img {
  display: block;
  width: 100%;
}
.i1 .ix .swiper1 .swiper-slide .sbox .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 130px;
}
.i1 .ix .swiper1 .swiper-slide .sbox .txt .tt {
  color: #fff;
  padding-left: 45px;
  border-left: 10px solid #fff;
  line-height: 1;
  font-size: 48px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i1 .ix .swiper1 .swiper-slide .sbox a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.i1 .ix .swiper1 .swiper-slide-active .sbox .txt .tt {
  opacity: 1;
  top: 0;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}
.i1 .zc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.i1 .btn {
  position: absolute;
  bottom: 105px;
  right: 135px;
  z-index: 5;
  width: 50px;
}
.i1 .btn .btn_an {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.i1 .btn .btn_an img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.i1 .btn .btn_an s {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.i1 .btn .btn_an span {
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.i1 .btn .btn_an:hover span {
  animation: pulsate 1.5s ease-out infinite;
  -webkit-animation: pulsate 1.5s ease-out infinite;
}
.i1 .btn .btn_an:hover s {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.i1 .dian {
  position: absolute;
  bottom: 60px;
  right: 130px;
  z-index: 5;
  width: calc(100% - 260px);
  height: 16px;
}
.i1 .dian .pagination10 {
  display: none;
}
.i1 .dian .pagination1 {
  text-align: right;
  width: 100%;
}
.i1 .dian .pagination1 span {
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  opacity: 1;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.i1 .dian .pagination1 span.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: relative;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.i1 .dian .pagination1 span > div {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -6px;
  left: -14px;
}
.i1 .dian .pagination1 span .yy {
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-dasharray: 0, 100;
  position: absolute;
  margin-top: -5px;
  left: -5px;
}
.i1 .dian .pagination1 span.swiper-pagination-bullet-active > div .yy {
  stroke-dasharray: 50, 100;
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  transition: all 5s linear;
}
.i1 .shuzi {
  position: absolute;
  width: 80px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  right: 160px;
  top: 65%;
  z-index: 5;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
.i1 .xia {
  position: absolute;
  left: 130px;
  bottom: 65px;
  z-index: 5;
  color: #fff;
  line-height: 22px;
}
.i1 .xia .img {
  width: 16px;
  height: 22px;
  float: left;
  background: url(../image/i1_1.png) center no-repeat;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.i1 .xia .img s {
  position: absolute;
  display: block;
  width: 2px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -1px;
  animation: sx 2s linear infinite;
  -webkit-animation: sx 2s linear infinite;
}
@-webkit-keyframes sx {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes sx {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
/* banner2 */
@-webkit-keyframes animate {
  0% {
    -webkit-clip-path: polygon(100% 0, 86% 100%, 0% 100%, 0 0);
    clip-path: polygon(100% 0, 86% 100%, 0% 100%, 0 0);
  }
  80% {
    clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
    -webkit-clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
  }
  100% {
    clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
    -webkit-clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
  }
}
@keyframes animate {
  0% {
    -webkit-clip-path: polygon(100% 0, 86% 100%, 0% 100%, 0 0);
    clip-path: polygon(100% 0, 86% 100%, 0% 100%, 0 0);
  }
  80% {
    clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
    -webkit-clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
  }
  100% {
    clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
    -webkit-clip-path: polygon(0% 0, -20% 100%, 0% 100%, 0 0);
  }
}
.i1 .advert {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
}
.i1 .advert ul {
  width: 100%;
  height: 100%;
}
.i1 .advert ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.i1 .advert ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.i1 .advert ul li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 130px;
  z-index: 2;
}
.i1 .advert ul li .txt .tt {
  color: #fff;
  padding-left: 45px;
  border-left: 10px solid #fff;
  line-height: 1;
  font-size: 48px;
}
.i1 .advert ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.i1 .advert ul li.animate {
  z-index: 10;
  animation: animate 1s linear forwards;
  -webkit-animation: animate 1s linear forwards;
}
.i1 .advert ul li.next {
  z-index: 9;
}
.alltime svg {
  position: relative;
  cursor: pointer;
}
.alltime circle {
  fill: #999;
  stroke: #999;
  stroke-width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
}
.alltime svg .circle-default {
  display: none;
}
.alltime .active .circle-default {
  display: block;
}
.alltime .active {
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: scale(2);
  -webkit-transform: scale(2);
}
.alltime .active .circle-load-svg {
  fill: transparent;
  stroke: #F4F5F5;
  stroke-dasharray: 0 63;
  position: relative;
  animation: rot 10s linear infinite;
  -webkit-animation: rot 10s linear infinite;
}
.alltime .active .circle-default {
  fill: transparent;
}
@keyframes rot {
  100% {
    stroke-dasharray: 63 63;
  }
}
@-webkit-keyframes rot {
  100% {
    stroke-dasharray: 63 63;
  }
}
.i2 {
  position: relative;
}
.i2 .ilt {
  width: 57.3%;
  padding: 110px 130px 140px;
  background: #fff url(../image/in2_1.jpg) center bottom no-repeat;
  float: left;
}
.i2 .ilt .tc {
  line-height: 2;
  margin: 30px 0 40px;
  color: #888;
  text-align: justify;
  font-size: 16px;
}
.i2 .ilt .ul1 {}
.i2 .ilt .ul1 li {
  width: 33.33%;
  float: left;
}
.i2 .ilt .ul1 li .llt {
  width: 60px;
  float: left;
}
.i2 .ilt .ul1 li:nth-child(2) .llt {
  margin-right: 10px;
}
.i2 .ilt .ul1 li .lrt {
  width: calc(100% - 60px);
}
.i2 .ilt .ul1 li .lrt .num {
  color: #4b6bbc;
  font-weight: bold;
  font-family: din;
}
.i2 .ilt .ul1 li .lrt .num sup {
  position: relative;
  display: inline-block;
  top: 2px;
  left: -5px;
  font-size: 14px;
}
.i2 .ilt .ul1 li .lrt .txt {
  margin-top: 10px;
}
.more {
  display: block;
  width: 210px;
  line-height: 76px;
  background: #4b6bbc;
  color: #fff;
  padding: 0 35px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.more s {
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: #fff;
}
.more span {
  display: block;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 20px;
  z-index: 1;
  background: url(../image/r_b.png) center center no-repeat;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}
.more span.sp2 {
  right: 30px;
  background: url(../image/r_l.png) center center no-repeat;
  opacity: 0;
}
.more:hover {
  color: #4b6bbc;
}
.more:hover s {
  width: 100%;
  left: 0;
  right: auto;
}
.more:hover .sp1 {
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.more:hover .sp2 {
  opacity: 1;
  right: 20px;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}
.i2 .ilt .more {
  margin-top: 120px;
}
.i2 .irt {
  width: 42.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.i2 .irt .bf {
  position: absolute;
  width: 86px;
  height: 86px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i2 .irt .bf img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.i2 .irt .bf s {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.i2 .irt .bf span {
  display: block;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  margin-top: -80px;
  margin-left: -80px;
}
.i2 .irt .bf:hover span {
  animation: pulsate 1.5s ease-out infinite;
  -webkit-animation: pulsate 1.5s ease-out infinite;
}
.i2 .irt .bf:hover s {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.i3 {
  position: relative;
}
.i3 .swiper2 {}
.i3 .swiper2 .swiper-slide {}
.i3 .swiper2 .swiper-slide .sbox {
  position: relative;
}
.i3 .swiper2 .swiper-slide .sbox a {
  display: block;
  width: 100%;
  position: relative;
}
.i3 .swiper2 .swiper-slide .sbox a img {
  display: block;
  width: 100%;
}
.i3 .swiper2 .swiper-slide .sbox a .mimg {
  display: none;
}
.i3 .swiper2 .swiper-slide .sbox a .txt {
  position: absolute;
  width: 450px;
  right: 130px;
  top: 45%;
  color: #fff;
  z-index: 2;
  text-align: right;
  opacity: 0;
}
.i3 .swiper2 .swiper-slide .sbox a .txt .tc {
  line-height: 1.8;
  margin-top: 10px;
}
.i3 .swiper2 .swiper-slide-active .sbox a .txt {
  top: 35%;
  opacity: 1;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}
.i3 .swiper2 .pagination2 {
  display: none;
}
.i3 .shuzi {
  position: absolute;
  width: 80px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  right: 160px;
  bottom: 200px;
  z-index: 5;
  font-family: din;
}
.i3 .shuzi span.num1 {
  position: relative;
  top: -5px;
  left: 2px;
}
.i3 .shuzi span.num2 {
  opacity: 0.5;
  position: relative;
  top: 5px;
  left: -2px;
}
.i3 .anniu {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.i3 .anniu .alt {
  width: calc(100% - 480px);
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.i3 .anniu .alt a {
  display: block;
  width: 11.11%;
  color: #fff;
  line-height: 94px;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.i3 .anniu .alt a:after {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: #4b6bbc;
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.i3 .anniu .alt a.act:after {
  width: 100%;
  left: 0;
  right: auto;
}
.i3 .anniu .art {
  float: right;
  width: 260px;
  line-height: 94px;
  background: #fff;
  color: #000;
  padding: 0 60px;
  position: relative;
  font-size: 14px;
  z-index: 2;
}
.more2 s {
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: #4b6bbc;
}
.more2 span {
  display: block;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 50px;
  z-index: 1;
  background: url(../image/r_h.png) center center no-repeat;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}
.more2 .sp2 {
  right: 60px;
  background: url(../image/r_b.png) center center no-repeat;
  opacity: 0;
}
.more2:hover {
  color: #fff;
}
.more2:hover s {
  width: 100%;
  left: 0;
  right: auto;
}
.more2:hover .sp1 {
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.more2:hover .sp2 {
  opacity: 1;
  right: 50px;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}
.i3 .anniu .art:hover {
  color: #fff;
}
.pd110 {
  padding: 110px 0px;
}
.i4 {}
.i4 .ul1 {
  margin-top: 40px;
}
.i4 .ul1 li {
  margin-top: 20px;
  height: 330px;
  position: relative;
  overflow: hidden;
}
.i4 .ul1 li .img {
  width: calc(100% - 610px);
  float: left;
  overflow: hidden;
  height: 100%;
}
.i4 .ul1 li .img img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(1.00000001);
  -webkit-transform: translateX(-50%) scale(1.00000001);
}
.i4 .ul1 li .lrt {
  width: 610px;
  float: right;
  overflow: hidden;
  height: 100%;
  position: relative;
  background: #4b6bbc;
  color: #fff;
  padding: 80px 70px 0;
}
.i4 .ul1 li .lrt .txt {
  position: relative;
  z-index: 2;
}
.i4 .ul1 li .lrt .ltc {
  line-height: 22px;
  margin-top: 26px;
  overflow: auto;
  max-height: 132px;
}
.i4 .ul1 li .lrt .ico {
  position: absolute;
  right: -190px;
  bottom: 0;
}
.i4 .ul1 li a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.i4 .ul1 li:hover .img img {
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
}
.i4 .ul1 li:hover .lrt .ico {
  right: 0;
}
.i4 .ul1 li:nth-child(2) .img {
  float: right;
}
.i5 {
  background: #f2f2f2;
  position: relative;
}

@media  (max-width: 1399px) {
.i5 .ilt {
  width: 50%;
  padding: 0 115px 0 92px;
}
}
@media (min-width: 1400px) and (max-width: 1439px) {
.i5 .ilt {
  width: 50%;
  padding: 0 115px 0 130px;
}
}
@media (min-width: 1440px) and (max-width: 1919px)  {
.i5 .ilt {
  width: 50%;
  padding: 0 115px 0 130px;
}
}

@media (min-width: 1920px) {
.i5 .ilt {
  width: 50%;
  padding: 0 115px 0 130px;
}
}
.i5 .ilt a {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.i5 .ilt a .img {
  width: 100%;
  overflow: hidden;
}
.i5 .ilt a .img img {
  display: block;
  width: 100%;
  transform: scale(1.000001);
  -webkit-transform: scale(1.000001);
}
.i5 .ilt a .day {
  color: #888;
  margin: 20px 0 10px;
}
.i5 .ilt a .tt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i5 .ilt a:hover .tt, .i5 .ilt a:hover .day {
  color: #4b6bbc;
}
.i5 .ilt a:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.i5 .irt {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ddd;
}
.i5 .irt .ul1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.i5 .irt .ul1 li {}
.i5 .irt .ul1 li a {
  padding: 45px 130px 50px 120px;
  border-bottom: 1px solid #ddd;
  text-align: justify;
  position: relative;
  width: 100%;
}
.i5 .irt .ul1 li:last-child a {
  border: 0;
}
.i5 .irt .ul1 li a div {}
.i5 .irt .ul1 li a .day {
  color: #4b6bbc;
  opacity: 0;
  position: relative;
  left: 5px;
  font-family: din;
}
.i5 .irt .ul1 li a .ltt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  left: -14px;
  color: #555;
  margin: 15px 0;
  width: calc(100% - 15px);
}
.i5 .irt .ul1 li a .ltc {
  color: #888;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: calc(100% - 15px);
}
.i5 .irt .ul1 li a .yuan {
  width: 9px;
  height: 9px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -5px;
  z-index: 2;
  margin-top: -5px;
}
.i5 .irt .ul1 li a .yuan s {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #4b6bbc;
  border-radius: 50%;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  opacity: 0;
}
.i5 .irt .ul1 li.act a .day {
  opacity: 1;
  left: 0;
}
.i5 .irt .ul1 li.act a .ltt {
  color: #222;
}
.i5 .irt .ul1 li.act a .yuan {
  border: 1px solid #4b6bbc;
  background: #4b6bbc;
}
.i5 .irt .ul1 li.act a .yuan s {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.i5 .irt .lj {
  display: block;
  position: absolute;
  right: 130px;
  top: 10px;
  z-index: 3;
}
.i5 .irt .lj:hover {
  color: #4b6bbc;
}
/* 右侧 */
.right {
  display: block;
  position: fixed;
  top: 50%;
  right: -70px;
  z-index: 6;
  margin-top: -70px;
}
.right li {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
  margin-bottom: 1px;
  color: #fff;
  background: #4b6bbc;
  text-align: center;
}
.right li .lrt {
  width: 200px;
  background: #081945;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 70px;
  line-height: 70px;
}
.right li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.right li .llt {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  position: relative;
  left: 0;
  background: #4b6bbc;
}
.right li .llt img {
  display: block;
  margin: 0 auto 5px;
}
.right li:hover .llt {
  background: #081945;
}
.right li.dhj:hover .llt {
  left: -200px;
}
.right li.dhj:hover .lrt {
  left: -130px;
}
.right.act {
  right: 0;
}
/* 内容 */
.banner {
  position: relative;
  overflow: hidden;
}
.banner .pimg {
  width: 100%;
  height: 810px;
}
.banner .mimg {
  display: none;
}
.banner .bbox {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}
.banner .bbox .btc {
  line-height: 1.5;
  margin-top: 20px;
}
.banner .abtn {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
.banner .abtn .abox {
  background: #fff;
  line-height: 76px;
  border-bottom: 4px solid #4b6bbc;
  padding: 0 100px;
}
.banner .abtn .abox .alt {
  float: left;
}
.banner .abtn .abox .alt a {
  display: block;
  float: left;
}
.banner .abtn .abox .alt a img {
  display: block;
  margin-top: 28px;
}
.banner .abtn .abox .alt a:hover {
  color: #4b6bbc;
}
.banner .abtn .abox .art {
  float: right;
}
.banner .abtn .abox .art a {
  display: block;
  float: left;
  margin-left: 80px;
}
.banner .abtn .abox .art a:hover, .banner .abtn .abox .art a.act {
  color: #4b6bbc;
}
/* 产品 */
.ma1 {
  padding: 100px 0 75px;
}
.ma1 .tt {
  text-align: center;
  color: #555;
}
.ma1 .tc {
  line-height: 30px;
  color: #888;
  text-align: justify;
  margin: 30px auto 0;
  max-width: 1470px;
}
.ma2 {
  padding: 75px 0;
  background: url(../image/pr2.jpg) center no-repeat fixed;
  background-size: cover;
}
.ma2 .ul1 {
  padding: 0 5%;
}
.ma2 .ul1 li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.ma2 .ul1 li .txt {
  width: 298px;
  height: 298px;
  margin: 0 auto;
  background: url(../image/pr1.png ) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 45px;
}
.ma2 .ul1 li .txt .tc {
  line-height: 24px;
  margin-top: 15px;
}
.ma3 {}
.ma3 .abtn {
  display: flex;
  justify-content: center;
}
.ma3 .abtn a {
  display: block;
  width: 220px;
  line-height: 80px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 20px;
  color: #888;
  position: relative;
  z-index: 2;
}
.ma3 .abtn a s {
  display: block;
  width: 14px;
  height: 7px;
  background: url(../image/sj2.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 15px;
}
.ma3 .abtn a span {
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: #4b6bbc;
}
.ma3 .abtn a:hover span, .ma3 .abtn a.act span {
  width: 100%;
  left: 0;
  right: auto;
}
.ma3 .abtn a:hover, .ma3 .abtn a.act {
  color: #fff;
}
.ma3 .abtn a:hover s, .ma3 .abtn a.act s {
  display: block;
  background: url(../image/sj3.png) center no-repeat;
}
.ma3 .tt {
  text-align: center;
  margin: 100px 0 35px;
}
.ma3 .img {
  display: block;
  width: 510px;
  overflow: hidden;
  height: 510px;
  float: left;
}
.ma3 .txt {
  float: right;
  width: calc(100% - 510px);
  height: 510px;
  padding: 40px;
  border: 1px solid #ebebeb;
  color: #555;
  line-height: 28px;
  overflow: auto;
}
.ma3 .tc2 {
  padding-top: 85px;
}
.ma3 .tc2 .tlt {
  width: 46.5%;
  float: left;
}
.ma3 .tc2 .tlt .img2 {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.ma3 .tc2 .tlt .img2 img {
  display: block;
  width: 100%;
}
.ma3 .tc2 .table {
  width: 100%;
  margin: 40px 0 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.ma3 .tc2 .table td {
  padding: 25px;
  line-height: 30px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #555;
  width: 70%;
}
.ma3 .tc2 .table td:nth-child(2) {
  width: 30%;
  text-align: center;
}
.ma3 .tc2 .table tr {
  background: #f9f9f9;
}
.ma3 .tc2 .table tr:nth-child(2n) {
  background: #fff;
}
.ma3 .tc2 .t_tc {
  color: #888;
  line-height: 24px;
}
.ma3 .tc2 .trt {
  float: right;
}
.ma3 .tc2 .trt .table td {
  width: 33.33%;
  text-align: center;
}
/* 合同制造 */
.con1 {}
.con1 li {
  padding: 70px 0;
}
.con1 li .img {
  width: 45%;
  height: 450px;
  float: right;
  max-width: 725px;
}
.con1 li .img .swiper3 {}
.con1 li .img .swiper3 .sbox {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
.con1 li .img .swiper3 .sbox img {
  display: block;
  height: 100%;
  max-width: 730px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.con1 li .img .wa {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}
.con1 li .img .wa .shuzi {
  width: 60px;
  float: left;
  color: #555;
}
.con1 li .img .wa .an {
  float: left;
  width: 80px;
}
.con1 li .img .wa .an .btn {
  float: left;
  width: 50%;
  height: 14px;
  cursor: pointer;
}
.con1 li .img .wa .an .prev3 {
  background: url(../image/l_h.png) center no-repeat;
}
.con1 li .img .wa .an .next3 {
  background: url(../image/r_h.png) center no-repeat;
}
.con1 li .img .wa .an .prev3:hover {
  background: url(../image/l_l.png) center no-repeat;
}
.con1 li .img .wa .an .next3:hover {
  background: url(../image/r_l.png) center no-repeat;
}
.con1 li .img .wa .pagination3 {
  width: calc(100% - 140px);
  left: auto;
  right: 0;
  height: 3px;
  top: 70%;
}
.con1 li .img .wa .pagination3.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #4b6bbc;
}
.con1 li .txt {
  width: 45%;
  height: 450px;
  float: left;
  max-width: 725px;
}
.con1 li .txt1 .ltt1 {
  color: #222;
  padding-top: 50px;
}
.con1 li .txt1 .ltc1 {
  color: #888;
  line-height: 30px;
  margin: 30px 0 50px;
}
.con1 li .txt1 .ico img {
  display: block;
  float: left;
  margin-right: 40px;
  width: 15%;
  max-width: 102px;
}
.con1 li:nth-child(2n) {
  background: #f8f8f8;
}
.con1 li:nth-child(2n) .img {
  float: left;
}
.con1 li:nth-child(2n) .txt {
  float: right;
}
.con1 li .txt2 .ltc1 {
  color: #888;
  line-height: 30px;
  margin: 30px 0 50px;
  height: 240px;
  overflow: auto;
  padding-right: 10px;
}
.con1 li .txt2 .more {
  background: #fff;
  color: #888;
  border: 1px solid #4b6bbc;
  width: 190px;
  line-height: 60px;
  padding: 0 25px;
}
.con1 li .txt2 .more span.sp1 {
  background: url(../image/r_h.png) center center no-repeat;
}
.con1 li .txt2 .more span.sp2 {
  background: url(../image/r_b.png) center center no-repeat;
}
.con1 li .txt2 .more s {
  background: #4b6bbc;
}
.con1 li .txt2 .more:hover {
  color: #fff;
}
.con1 li {
  padding-top: 100px;
}
.con1 li {
  padding-bottom: 100px;
}
/* 激光 */
.la1 {}
.la1 .lalt {
  width: 280px;
  float: left;
  padding: 100px 0;
}
.la1 .lalt .ul1 {
  width: 100%;
  float: left;
  border-left: 1px solid #ddd;
  min-height: 450px;
}
.la1 .lalt .ul1 li {
  line-height: 100px;
  position: relative;
  padding-left: 45px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
.la1 .lalt .ul1 li s {
  display: block;
  width: 2px;
  height: 0%;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #4b6bbc;
}
.la1 .lalt .ul1 li.act s {
  height: 100%;
  top: 0;
  bottom: auto;
}
.la1 .lart {
  width: calc(100% - 280px);
  float: left;
  position: relative;
  height: 650px;
  overflow: hidden;
}
.la1 .lart li {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 100px 0;
  -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
}
.la1 .lart li.act {
  top: 0;
}
.la1 .lart li .img {
  width: 53%;
  height: 450px;
  float: left;
  max-width: 725px;
}
.la1 .lart li .img .swiper4 {}
.la1 .lart li .img .swiper4 .sbox {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
.la1 .lart li .img .swiper4 .sbox img {
  display: block;
  height: 100%;
  max-width: 730px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.la1 .lart li .img .wa {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}
.la1 .lart li .img .wa .shuzi {
  width: 60px;
  float: left;
  color: #555;
}
.la1 .lart li .img .wa .an {
  float: left;
  width: 80px;
}
.la1 .lart li .img .wa .an .btn {
  float: left;
  width: 50%;
  height: 14px;
  cursor: pointer;
}
.la1 .lart li .img .wa .an .prev4 {
  background: url(../image/l_h.png) center no-repeat;
}
.la1 .lart li .img .wa .an .next4 {
  background: url(../image/r_h.png) center no-repeat;
}
.la1 .lart li .img .wa .an .prev4:hover {
  background: url(../image/l_l.png) center no-repeat;
}
.la1 .lart li .img .wa .an .next4:hover {
  background: url(../image/r_l.png) center no-repeat;
}
.la1 .lart li .img .wa .pagination4 {
  width: calc(100% - 140px);
  left: auto;
  right: 0;
  height: 3px;
  top: 70%;
}
.la1 .lart li .img .wa .pagination4.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #4b6bbc;
}
.la1 .lart li .txt {
  width: 41.5%;
  height: 450px;
  float: right;
  max-width: 725px;
}
.la1 .lart li .txt1 .ltt1 {
  color: #222;
}
.la1 .lart li .txt1 .ltc1 {
  color: #888;
  line-height: 24px;
  margin: 20px 0 0;
  height: 375px;
  overflow: auto;
  padding-right: 10px;
}
.la1 .lart li .txt1 .ltc1 dl {}
.la1 .lart li .txt1 .ltc1 dl dd {
  padding: 18px 0;
  color: #888;
  border-bottom: 1px solid #ddd;
}
.la1 .lart li .txt1 .ltc1 dl dd .dtt {
  color: #222;
}
.la1 .lart li .txt1 .ltc1 dl dd:last-child {
  border: 0;
}
/* 表面 */
.han1 {}
.han1 .hbox {
  position: relative;
}
.han1 .img {
  width: 71%;
  height: 690px;
  float: left;
  max-width: 1165px;
}
.han1 .img .swiper5 {}
.han1 .img .swiper5 .sbox {
  width: 100%;
  height: 655px;
  overflow: hidden;
}
.han1 .img .swiper5 .sbox img {
  display: block;
  height: 100%;
  max-width: 1165px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.han1 .img .wa {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}
.han1 .img .wa .shuzi {
  width: 60px;
  float: left;
  color: #555;
}
.han1 .img .wa .an {
  float: left;
  width: 80px;
}
.han1 .img .wa .an .btn {
  float: left;
  width: 50%;
  height: 14px;
  cursor: pointer;
}
.han1 .img .wa .an .prev5 {
  background: url(../image/l_h.png) center no-repeat;
}
.han1 .img .wa .an .next5 {
  background: url(../image/r_h.png) center no-repeat;
}
.han1 .img .wa .an .prev5:hover {
  background: url(../image/l_l.png) center no-repeat;
}
.han1 .img .wa .an .next5:hover {
  background: url(../image/r_l.png) center no-repeat;
}
.han1 .img .wa .pagination5 {
  width: calc(100% - 140px);
  left: auto;
  right: 0;
  height: 3px;
  top: 70%;
}
.han1 .img .wa .pagination5.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #4b6bbc;
}
.han1 .txt {
  width: 660px;
  height: 530px;
  background: #4b6bbc;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  padding: 80px 60px;
  text-align: center;
  margin-top: -265px;
}
.han1 .txt .ltt2 {
  margin: 20px 0 30px;
}
.han1 .txt .ltc1 {
  opacity: 0.8;
  text-align: justify;
  line-height: 24px;
  height: 270px;
  overflow: auto;
  padding-right: 10px;
}
.han1 .txt .ltc1 s {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 25px 0;
  opacity: 0.6;
}
/* 医疗 */
.ent1 {
  text-align: center;
  padding: 90px 0 40px;
}
.ent1 .tc {
  line-height: 24px;
  color: #555;
  max-width: 1500px;
  margin: 30px auto 0;
}
.ent2 {}
.ent2 img {
  display: block;
  width: 100%;
}
.ent2 .mimg {
  display: none;
}
.ent3 {
  padding: 100px 0 80px;
}
.ent3 .tt {
  text-align: center;
  margin-bottom: 60px;
}
.ent3 .ebox {
  position: relative;
}
.ent3 .ebox .img {
  height: 545px;
  overflow: hidden;
  width: 58.5%;
}
.ent3 .ebox .img img {
  display: block;
  position: relative;
  max-width: 1000px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.ent3 .ebox .txt {
  width: 45%;
  max-width: 740px;
  height: 450px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  background: #4b6bbc;
  color: #fff;
  overflow: auto;
  padding: 130px 60px 60px;
  line-height: 24px;
}
.ent3 .ebox .txt s {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 20px 0;
  opacity: 0.3;
}
/* 测试 */
.tes1 {
  padding: 100px 0;
}
.tes1 .swiper6 {}
.tes1 .swiper6 .swiper-slide {
  width: 69%;
  margin: 0 3%;
}
.tes1 .swiper6 .swiper-slide .sbox {
  height: 530px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tes1 .swiper6 .swiper-slide .sbox .img {
  display: block;
  height: 100%;
}
.tes1 .swiper6 .swiper-slide .sbox .img img {
  display: block;
  height: 100%;
  max-width: 1400px;
}
.tes1 .swiper6 .swiper-slide .sbox .txt {
  width: 535px;
  height: 470px;
  background: #4b6bbc;
  color: #fff;
  position: absolute;
  right: 0;
  top: 29px;
  z-index: 3;
  padding: 60px 30px;
}
.tes1 .swiper6 .swiper-slide .sbox .txt .tt {
  text-align: center;
  line-height: 1.5;
}
.tes1 .swiper6 .swiper-slide .sbox .txt .tc {
  opacity: 0.7;
  line-height: 24px;
  margin-top: 30px;
  overflow: auto;
  max-height: 280px;
}
.tes1 .swiper6 .swiper-slide .sbox .txt .tc s {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  margin: 25px 0;
}
.tes1 .swiper6 .swiper-slide .sbox .img {}
.tes1 .swiper6 .swiper-slide .sbox .img .bf {
  position: absolute;
  width: 86px;
  height: 86px;
  cursor: pointer;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.tes1 .swiper6 .swiper-slide .sbox .img .bf img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.tes1 .swiper6 .swiper-slide .sbox .img .bf s {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tes1 .swiper6 .swiper-slide .sbox .img .bf span {
  display: block;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  margin-top: -80px;
  margin-left: -80px;
}
.tes1 .swiper6 .swiper-slide .sbox .img .bf:hover span {
  animation: pulsate 1.5s ease-out infinite;
  -webkit-animation: pulsate 1.5s ease-out infinite;
}
.tes1 .swiper6 .swiper-slide .sbox .img .bf:hover s {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.tes1 .swiper6 .wa {
  width: 69%;
  position: relative;
  z-index: 5;
  left: 15.5%;
  padding-top: 20px;
}
.tes1 .swiper6 .wa .shuzi {
  width: 60px;
  float: left;
  color: #555;
}
.tes1 .swiper6 .wa .an {
  width: 100%;
  position: absolute;
  top: -300px;
  left: 0;
}
.tes1 .swiper6 .wa .an .btn {
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.tes1 .swiper6 .wa .an .prev6 {
  background: url(../image/l_h.png) center no-repeat;
  left: -60px;
}
.tes1 .swiper6 .wa .an .next6 {
  background: url(../image/r_h.png) center no-repeat;
  right: -60px;
  float: right;
}
.tes1 .swiper6 .wa .an .prev6:hover {
  background: rgba(255, 255, 255, 0.1) url(../image/l_l.png) center no-repeat;
}
.tes1 .swiper6 .wa .an .next6:hover {
  background: rgba(255, 255, 255, 0.1) url(../image/r_l.png) center no-repeat;
}
.tes1 .swiper6 .wa .pagination6 {
  width: calc(100% - 140px);
  left: auto;
  right: 0;
  height: 3px;
  top: 70%;
}
.tes1 .swiper6 .wa .pagination6.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #4b6bbc;
}
/* 新闻 */
.new1 {
  padding: 100px 0;
}
.new1 .ul1 {}
.new1 .ul1 li {
  margin-bottom: 80px;
}
.new1 .ul1 li a {
  display: block;
  padding: 25px 40px;
  border: 1px solid #ddd;
  position: relative;
}
.new1 .ul1 li a .rq {
  width: 140px;
  height: 120px;
  background: #2b2b2b;
  color: #fff;
  padding: 37px 30px 0;
  float: left;
  position: relative;
  margin-top: 40px;
}
.new1 .ul1 li a .rq .day {
  margin-top: 16px;
  position: relative;
}
.new1 .ul1 li a .rq s {
  display: block;
  width: 0px;
  height: 2px;
  background: #4b6bbc;
  position: absolute;
  top: 20px;
  left: 110px;
}
.new1 .ul1 li a .txt {
  width: calc(100% - 750px);
  float: left;
  margin-left: 130px;
  margin-top: 40px;
}
.new1 .ul1 li a .txt .att {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new1 .ul1 li a .txt .atc {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #888;
  line-height: 26px;
  margin-top: 26px;
}
.new1 .ul1 li a .txt .xq {
  display: block;
  float: left;
  padding-right: 20px;
  background: url(../image/jt.png) center right no-repeat;
  color: #4b6bbc;
  margin-top: 20px;
  opacity: 0;
  margin-left: -10px;
}
.new1 .ul1 li a .img {
  width: 370px;
  float: right;
  overflow: hidden;
}
.new1 .ul1 li a .img img {
  display: block;
  width: 100%;
  transform: scale(1.00001);
  -webkit-transform: scale(1.00001);
}
.new1 .ul1 li:hover {
  -moz-box-shadow: 0px 4px 15px #DDDDDD;
  -webkit-box-shadow: 0px 4px 15px #DDDDDD;
  box-shadow: 0px 4px 15px #DDDDDD;
}
.new1 .ul1 li:hover a .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.new1 .ul1 li:hover a .rq s {
  width: 120px;
}
.new1 .ul1 li:hover a .att {
  color: #4b6bbc;
}
.new1 .ul1 li:hover a .txt .xq {
  margin-left: 0px;
  opacity: 1;
}
/* 新闻详情 */
.nec1 {
  padding: 100px 0;
  background: #f5f5f5;
}
.nec1 .nbox {
  padding: 80px 130px;
  background: #fff;
  text-align: center;
}
.nec1 .nbox .tt {
  line-height: 1.5;
}
.nec1 .nbox .ly {
  margin: 15px 0 20px;
  display: flex;
  justify-content: center;
  line-height: 20px;
}
.nec1 .nbox .ly span {
  display: block;
  margin: 0 10px;
  color: #666;
}
.nec1 .nbox .ly span img {
  display: block;
  float: left;
  margin-right: 5px;
}
.nec1 .nbox .xian {
  display: block;
  width: 30px;
  height: 4px;
  background: #4b6bbc;
  border-radius: 3px;
  margin: 0 auto;
}
.nec1 .nbox .tc {
  padding: 50px 0 100px;
  margin: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 24px;
  color: #666;
  text-align: justify;
}
.nec1 .nbox .btn .alt {
  width: calc(100% - 100px);
  float: left;
}
.nec1 .nbox .btn .alt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  color: #888;
  margin-bottom: 25px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nec1 .nbox .btn .alt a:hover {
  color: #4b6bbc;
}
.nec1 .nbox .btn .fh {
  display: block;
  width: 85px;
  float: right;
  text-align: right;
  color: #888;
  line-height: 30px;
  background: url(../image/fh1.png) center left no-repeat;
  margin-top: 20px;
}
.nec1 .nbox .btn .fh:hover {
  background: url(../image/fh2.png) center left no-repeat;
  color: #4b6bbc;
}
/* 联系 */
.cont1 {
  padding: 90px 0 70px;
}
.cont1 li {
  width: 33.33333%;
  float: left;
  text-align: center;
  line-height: 1.5;
  padding: 0 40px;
  border-right: 1px solid #ddd;
  color: #222;
  line-height: 26px;
  min-height: 145px;
}
.cont1 li .ico {
  display: block;
  margin: 0px auto 20px;
  width: 40px;
  position: relative;
  top: 0;
}
.cont1 li .ltt {
  margin-bottom: 10px;
}
.cont1 li a {
  display: block;
  color: #888;
  line-height: 24px;
}
.cont1 li a:hover {
  color: #4b6bbc;
}
.cont1 li:hover .ico {
  top: -5px;
}
.cont2 {
  width: 100%;
  height: 640px;
}
.cont2 #map {
  display: block;
  width: 100%;
  height: 100%;
}
.cont3 {
  padding: 100px 0;
}
.cont3 .ul1 {
  margin-top: 40px;
}
.cont3 .ul1 li {
  line-height: 100px;
  background: #f7f7f7;
  border-bottom: 1px solid #fff;
  padding: 0 60px;
  position: relative;
  z-index: 3;
}
.cont3 .ul1 li s {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #4b6bbc;
}
.cont3 .ul1 li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.cont3 .ul1 li .ico {
  display: block;
  width: 40px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.cont3 .ul1 li .ico img {
  display: block;
  width: 100%;
}
.cont3 .ul1 li .ico img:nth-child(2) {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.cont3 .ul1 li .txt {
  width: calc(100% - 120px);
  float: left;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cont3 .ul1 li:hover .ico img {
  opacity: 0;
}
.cont3 .ul1 li:hover .ico img:nth-child(2) {
  opacity: 1;
}
.cont3 .ul1 li:hover s {
  top: 0;
  bottom: auto;
  height: 100%;
}
.cont3 .ul1 li:hover .txt {
  color: #fff;
}
/* 关于 */
.ab1 {
  padding: 100px 0 55px;
}
.ab1 .atop {
  position: relative;
  z-index: 3;
}
.ab1 .tt {
  text-align: center;
  margin-bottom: 40px;
}
.ab1 .atop .txt {
  width: 36%;
  float: left;
  height: 445px;
  padding: 90px 60px 0 0;
}
.ab1 .atop .txt .att2 {
  margin: 20px 0 25px;
}
.ab1 .atop .txt .atc {
  line-height: 30px;
  color: #888;
}
.ab1 .atop .img {
  overflow: hidden;
  width: 64%;
  float: right;
  position: relative;
  z-index: 3;
  height: 445px;
}
.ab1 .atop .img img {
  display: block;
  height: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.ab1 .abtm {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.ab1 .abtm .txt {
  width: 36%;
  height: 330px;
  background: #4b6bbc;
  color: #fff;
  padding: 150px 40px 0;
}
.ab1 .abtm .txt .atc {
  line-height: 30px;
  margin-top: 20px;
}
.ab1 .abtm .img {
  width: 64%;
  position: absolute;
  z-index: 3;
  height: 540px;
  right: 0;
  top: -60px;
}
.ab1 .abtm .img img {
  display: block;
  height: 100%;
  max-width: 1200px;
  position: relative;
  top: 0;
  left: 46.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.ab1 .abtm .img .im {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ab1 .abtm .img .im img {
  position: absolute;
  top: 0;
  left: 46.5%;
  z-index: 2;
}
.ab1 .abtm .img .wz {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.ab1 .abtm .img .wz span {
  font-size: 60px;
  color: #4b6bbc;
  font-family: din;
  font-weight: bold;
}
.ab1 .ul1 {}
.ab1 .ul1 li {
  width: 33.33%;
  float: left;
  display: flex;
  justify-content: center;
}
.ab1 .ul1 li:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.ab1 .ul1 li .llt {
  width: 185px;
  margin-right: 20px;
  color: #555;
  line-height: 30px;
}
.ab1 .ul1 li .num {
  width: 90px;
  color: #4b6bbc;
  font-family: din;
}
.ab2 {
  width: 100%;
  background: url(../image/ab_2.jpg ) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
.ab2 .tt {
  position: absolute;
  top: 190px;
  z-index: 3;
  text-align: center;
  width: 100%;
  left: 0;
}
.ab2 .ul1 {
  width: 100%;
  height: 950px;
}
.ab2 .ul1 li {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  padding: 0 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ab2 .ul1 li .txt {
  position: relative;
  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ab2 .ul1 li .txt .ico {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}
.ab2 .ul1 li .txt .ltc {
  line-height: 1.8;
  margin-top: 20px;
  width: 100%;
  height: 86px;
  opacity: 0;
}
.ab2 .ul1 li:hover .txt {
  top: 50%;
}
.ab2 .ul1 li:hover .txt .ltc {
  opacity: 1;
}
.ab2 .ul1 li:last-child {
  border: 0;
}
.ab3 {
  width: 100%;
  position: relative;
}
.ab3 > img {
  display: block;
  width: 100%;
}
.ab3 .tt {
  margin: 5% 0 7%;
  text-align: center;
}
.ab3 .abox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ab3 .swiper7 {}
.ab3 .swiper7 .swiper-slide {
  width: 21%;
  margin: 0 9.25%;
  text-align: center;
}
.ab3 .swiper7 .swiper-slide .img {
  -moz-box-shadow: 5px 5px 10px #333;
  -webkit-box-shadow: 5px 5px 10px #333;
  box-shadow: 5px 5px 10px #333;
  background: #000;
}
.ab3 .swiper7 .swiper-slide .img, .ab3 .swiper7 .swiper-slide .img img {
  display: block;
  width: 100%;
}
.ab3 .swiper7 .swiper-slide .txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5%;
  opacity: 0;
}
.ab3 .swiper7 .pagination7 {
  display: none;
}
.ab3 .swiper7 .prev7 {
  width: 3%;
  height: 0;
  padding: 0;
  padding-top: 2.75%;
  left: 30%;
  margin-top: -1.5%;
  border: 2px solid rgba(75, 107, 188, 0.5);
  border-radius: 50%;
  background: url(../image/l_l.png) center no-repeat;
}
.ab3 .swiper7 .next7 {
  width: 3%;
  height: 0;
  padding: 0;
  padding-top: 2.75%;
  right: 30%;
  margin-top: -1.5%;
  border: 2px solid rgba(75, 107, 188, 0.5);
  border-radius: 50%;
  background: url(../image/r_l.png) center no-repeat;
}
.ab3 .swiper7 .prev7:hover, .ab3 .swiper7 .next7:hover {
  border: 2px solid rgba(75, 107, 188, 1);
}
.ab3 .swiper7 .swiper-slide-active .txt {
  opacity: 1;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}
.ab3 .sasl {
  position: absolute;
  width: 32%;
  height: 100%;
  background: url(../image/ab_l2.png) center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.ab3 .sasr {
  position: absolute;
  width: 32%;
  height: 100%;
  background: url(../image/ab_r2.png) center no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.m_head, .m_nav {
  display: none;
}
#newBridge .icon-right-center {
  display: none;
}
@media  (max-width: 1399px) {
  .box {
    padding: 0 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .box {
    padding: 0 110px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px)  {
  .box {
    padding: 0 110px;
  }
}

@media (min-width: 1920px) {
  .box {
    padding: 0 140px;
  }
}

@media(max-width:1580px) {

  .head .ul1 li {
    margin: 0 20px;
  }
  .i3 .anniu {
    font-size: 16px;
  }
  .i1 .ix .swiper1 .swiper-slide .sbox .txt .tt {
    font-size: 40px;
  }
  .i1 .ix .swiper1 .swiper-slide .sbox .txt {
    padding: 0 40px;
  }
  .i2 .ilt {
    padding: 60px 40px;
  }

	@media  (max-width: 1399px) {

}
@media (min-width: 1400px) and (max-width: 1439px) {
  .i5 .ilt {
    padding: 0 100px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px)  {
  .i5 .ilt {
    padding: 0 110px;
  }
}

@media (min-width: 1920px) {
  .i5 .ilt {
    padding: 0 40px;
  }
}

  .i5 .irt .ul1 li a {
    padding: 40px;
  }
  .i3 .anniu .alt {
    width: calc(100% - 300px);
  }
  .ent3 .ebox .txt {
    padding-top: 60px;
  }
  .ab3 .tt {
    margin: 4% 0;
  }
  .tes1 .swiper6 .swiper-slide {
    width: calc(100% - 190px);
    margin: 0 110px 0 50px;
  }
  .tes1 .swiper6 .wa {
    width: calc(100% - 190px);
    left: 60px;
  }
}
@media(max-width:1440px) {
  .f_12 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 22px;
  }
  .f_26 {
    font-size: 24px;
  }
  .f_28 {
    font-size: 26px;
  }
  .f_30 {
    font-size: 28px;
  }
  .f_32 {
    font-size: 30px;
  }
  .f_34 {
    font-size: 30px;
  }
  .f_36 {
    font-size: 30px;
  }
  .f_38 {
    font-size: 30px;
  }
  .f_40 {
    font-size: 32px;
  }
  .f_48 {
    font-size: 34px;
  }
}
@media(max-width:1366px) {
  .i3 .anniu {
    font-size: 14px;
  }
}
@media(max-width:1030px) {
  body {
    min-width: 200px;
    padding-top: 50px;
  }
  .m_head {
    display: block;
    height: 50px;
    overflow: hidden;
    padding: 0 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #eee;
  }
  .m_head .mlt {
    display: block;
    float: left;
  }
  .m_head .mlt img {
    display: block;
    height: 30px;
    margin-top: 10px;
  }
  .m_head .img {
    width: 50px;
    float: right;
  }
  .m_head .img img {
    display: block;
    width: 100%;
  }
  .m_nav {
    font-family: Microsoft Yahei;
    display: block;
    position: fixed;
    z-index: 199;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: -100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    box-sizing: border-box;
  }
  .m_nav.act {
    right: 0;
  }
  .m_out {
    width: 15%;
    float: left;
  }
  .m_out img {
    display: block;
    width: 100%;
  }
  .m_nav {
    display: block;
    position: fixed;
    z-index: 199;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    box-sizing: border-box;
  }
  .m_nav.act {
    right: 0;
  }
  .m_out {
    width: 50px;
    float: right;
    max-width: 50px;
    margin-right: 3%;
  }
  .m_out img {
    display: block;
    width: 100%;
  }
  .wow {
    opacity: 1;
  }
  .m_navbox {
    width: 100%;
    box-sizing: border-box;
    float: right;
    background: #fff;
    height: calc(100% - 80px);
    box-sizing: border-box;
    padding: 20px 0;
    overflow: auto;
    box-sizing: border-box;
  }
  .m_navbox div, .m_navbox a {
    color: #666;
    display: block;
  }
  .m_navbox a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
  }
  .m_navbox div, .m_navbox a.ltp {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    display: block;
  }
  .m_navbox li > div:nth-child(1), .m_navbox a.ltp {
    padding: 10px 30px 10px 50px;
    position: relative;
  }
  .m_navbox li > div:nth-child(1):after, .m_navbox a.ltp:after {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #1b62ce;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30px;
  }
  .m_navbox li > div:nth-child(1) {
    background: url(../image/plus.png) 95% center no-repeat;
    background-size: 16px;
  }
  .m_navbox li.act > div:nth-child(1) {
    background: url(../image/reduce.jpg) 95% center no-repeat;
  }
  .m_navbox div.lbt {
    padding: 5px 50px;
    display: none;
    border-bottom: 1px solid #1b62ce;
  }
  .m_navbox li.act > div:nth-child(1) {
    color: #1b62ce;
  }
  .m_navbox li.act > div:nth-child(1):after {
    background: #1b62ce;
  }
  .m_navbox .lange {
    text-align: center;
  }
  .m_navbox .lange a {
    display: inline-block;
    margin: 0 10px;
  }
  .m_navbox li.lang {
    padding: 10px;
  }
  .m_navbox li.lang > a {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    font-size: 20px;
  }
  .m_navbox li.se {
    padding: 10px 30px;
  }
  .m_navbox li.se input {
    display: block;
    width: calc(100% - 40px);
    float: left;
    display: block;
    height: 40px;
    border: none;
    outline: none;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .m_navbox li.se a {
    display: block;
    width: 40px;
    float: right;
    padding: 0;
  }
  .m_navbox li.se a img {
    display: block;
    width: 20px;
    margin: 10px;
  }
  .box, .ibox {
    padding: 0 5%;
    min-width: 200px;
    width: 100%;
  }
  .head {
    display: none;
  }
  .pd110 {
    padding: 50px 0;
  }
  .i3 .anniu .art {
    display: none;
  }
  .i3 .anniu .alt {
    width: 100%;
  }
  .i5 .irt {
    width: 100%;
    position: static;
  }
  .i5 .ilt {
    width: 100%;
  }
  .i5 .irt .ul1 {
    width: 100%;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .i5 .irt .ul1 li a .yuan {
    display: none;
  }
  .i2 .ilt .ul1 li .lrt {
    width: 100%;
  }
  .banner .abtn .abox {
    padding: 0 20px;
  }
  .ab2 .ul1 li {
    padding: 0 10px;
  }
}
@media(max-width:960px) {
  .i1 .advert {
    display: none;
  }
  .i1 .ix {
    position: static;
  }
  .i1 > img {
    display: none;
  }
  .i1 .zc, .i1 .btn, .i1 .dian {
    display: none;
  }
  .i1 .xia {
    left: 5%;
    bottom: 5%;
  }
  .i1 .ix .swiper1 .swiper-slide .sbox .txt .tt {
    font-size: 24px;
    border-left: 2px solid #fff;
    padding-left: 5px;
  }
  .i1 .ix .swiper1 .swiper-slide .sbox .txt {}
  .i2 .ilt {
    width: 100%;
    float: none;
    padding: 30px 5%;
  }
  .i2 .irt {
    width: 100%;
    position: relative;
    height: 300px;
  }
  .i2 .ilt .ul1 li .llt {
    width: 30px;
  }
  .i2 .ilt .more {
    margin: 30px auto 0;
  }
  .i3 .swiper2 .swiper-slide .sbox a .pimg {
    display: none;
  }
  .i3 .swiper2 .swiper-slide .sbox a .mimg {
    display: block;
  }
  .i3 .anniu {
    display: none;
  }
  .i3 .swiper2 .swiper-slide .sbox a .txt {
    width: 90%;
    right: 5%;
  }
  .i3 .shuzi {
    bottom: 5%;
  }
  .i2 .ilt .tc {
    margin: 20px 0;
  }
  .pd110 {
    padding: 30px 0;
  }
  .i4 .ul1 {
    margin-top: 20px;
  }
  .i4 .ul1 li {
    height: auto;
  }
  .i4 .ul1 li .img {
    width: 100%;
    float: none;
  }
  .i4 .ul1 li .img img {
    height: auto;
    width: 100%;
  }
  .i4 .ul1 li .lrt {
    width: 100%;
    float: none;
    padding: 30px 5%;
  }
  .i4 .ul1 li .lrt .ltc {
    margin-top: 10px;
  }
  .i5 .ilt {
    padding: 0 5%;
  }
  .i5 .ilt a {
    margin-top: 20px;
  }
  .i5 .irt .ul1 {
    padding: 0 5% 20px;
    position: relative;
    margin-top: 20px;
  }
  .i5 .irt .ul1 li a {
    padding: 20px 0;
  }
  .i5 .irt .lj {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }
  .i5 .irt .ul1 li a .day {
    opacity: 1;
  }
  .footer {
    display: none;
  }
  .footer2 {
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
  }
  .footer2 .box > span, .footer2 dl {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .footer2 .frt {
    float: none;
  }
  .banner .pimg {
    display: none;
  }
  .banner .mimg {
    display: block;
  }
  .banner .abtn {
    display: none;
  }
  .ma1, .ma2 {
    padding: 30px 0;
  }
  .ma1 .tc {
    margin-top: 10px;
  }
  .ma2 .ul1 li {
    width: 100%;
    float: none;
  }
  .ma3 .abtn {
    flex-wrap: wrap;
  }
  .ma3 .abtn a {
    width: 45%;
    margin: 0 2% 2%;
    line-height: 50px;
  }
  .ma3 .abtn a s {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .ma3 .tt {
    margin: 30px 0 20px;
  }
  .ma3 .img {
    width: 100%;
    float: none;
    height: auto;
  }
  .ma3 .txt {
    width: 100%;
    padding: 20px 5%;
    margin-top: 10px;
    height: 300px;
  }
  .ma3 .tc2 {
    padding-top: 20px;
  }
  .ma3 .tc2 .tlt {
    width: 100%;
    float: none;
  }
  .ma3 .tc2 .trt {
    margin-top: 20px;
  }
  .ma3 .tc2 .table {
    margin-top: 10px;
  }
  .con1 li {
    padding: 30px 0;
  }
  .con1 li .img, .con1 li .txt {
    width: 100%;
    height: auto;
    float: none;
  }
  .con1 li .img .swiper3 .sbox {
    height: auto;
  }
  .con1 li .img .swiper3 .sbox img {
    width: 100%;
    height: auto;
  }
  .con1 li .txt1 .ltt1 {
    padding-top: 20px;
  }
  .con1 li .txt1 .ltc1 {
    margin: 10px 0 20px;
  }
  .con1 li .txt1 .ico img {
    width: 20%;
    margin-right: 2%;
  }
  .con1 li:nth-child(2n) .img, .con1 li:nth-child(2n) .txt {
    float: none;
  }
  .con1 li .txt {
    margin-top: 20px;
  }
  .con1 li .txt2 .ltc1 {
    margin: 20px 0;
  }
  .z_tanchuang .tbox .modal .out {
    top: -50px;
    right: 0;
  }
  .z_tanchuang .tbox .modal {
    padding: 20px 5%;
  }
  .la1 .lalt {
    display: none;
  }
  .la1 .lart {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }
  .la1 .lart li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
  .la1 .lart li .img {
    width: 100%;
    float: none;
    height: auto;
  }
  .la1 .lart li .img .swiper4 .sbox {
    height: auto;
  }
  .la1 .lart li .img .swiper4 .sbox img {
    width: 100%;
    height: auto;
  }
  .la1 .lart li .txt {
    width: 100%;
    float: none;
    margin-top: 20px;
    height: auto;
  }
  .la1 .lart li .txt1 .ltc1 {
    padding: 0;
    margin-top: 10px;
    max-height: 300px;
    height: auto;
  }
  .han1 .img {
    width: 100%;
    height: auto;
    float: none;
  }
  .han1 .txt {
    position: static;
    width: 100%;
    padding: 20px 5%;
    height: auto;
    margin-top: 20px;
  }
  .han1 .img .swiper5 .sbox {
    height: auto;
  }
  .han1 .img .swiper5 .sbox img {
    width: 100%;
    height: auto;
  }
  .han1 .txt .ltt2 {
    line-height: 1.5;
  }
  .han1 .txt .ltc1 {
    height: auto;
  }
  .ent1 {
    padding: 30px 0;
  }
  .ent1 .tc {
    margin-top: 10px;
  }
  .ent3 {
    padding: 30px 0;
  }
  .ent3 .tt {
    margin-bottom: 20px;
  }
  .ent3 .ebox .img {
    width: 100%;
    height: auto;
  }
  .ent3 .ebox .img img {
    width: 100%;
    height: auto;
  }
  .ent3 .ebox .txt {
    position: static;
    padding: 20px 5%;
    width: 100%;
    height: auto;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 20px;
  }
  .f_26 {
    font-size: 22px;
  }
  .f_28 {
    font-size: 22px;
  }
  .f_30 {
    font-size: 24px;
  }
  .f_32 {
    font-size: 24px;
  }
  .f_34 {
    font-size: 24px;
  }
  .f_36 {
    font-size: 24px;
  }
  .f_38 {
    font-size: 30px;
  }
  .f_40 {
    font-size: 32px;
  }
  .f_48 {
    font-size: 32px;
  }
  .tes1 {
    padding: 30px 0;
  }
  .tes1 .swiper6 .swiper-slide .sbox {
    height: auto;
  }
  .tes1 .swiper6 .swiper-slide .sbox .txt {
    width: 100%;
    top: 0;
    right: 0;
    padding: 20px 5%;
    height: auto;
    position: relative;
  }
  .tes1 .swiper6 .swiper-slide {
    width: 90%;
    margin: 0 1.5%;
  }
  .tes1 .swiper6 .swiper-slide .sbox .img img {
    width: 100%;
    height: auto;
  }
  .tes1 .swiper6 .swiper-slide .sbox .img .mimg {
    display: none;
  }
  .tes1 .swiper6 .swiper-slide .sbox .img .bf {
    width: 50px;
    height: 50px;
    left: 30%;
  }
  .tes1 .swiper6 .swiper-slide .sbox .txt .tt {
    font-size: 16px;
  }
  .tes1 .swiper6 .swiper-slide .sbox .txt .tc {
    max-height: 500px;
    margin-top: 10px;
  }
  .tes1 .swiper6 .swiper-slide .sbox .txt .tc s {
    margin: 5px 0;
  }
  .ab1 {
    padding: 30px 0;
  }
  .ab1 .tt {
    margin-bottom: 20px;
  }
  .ab1 .atop .img {
    width: 100%;
    height: auto;
  }
  .ab1 .atop .img img {
    width: 100%;
    height: auto;
  }
  .ab1 .atop .txt {
    width: 100%;
    padding: 20px 0;
    height: auto;
  }
  .ab1 .atop .txt .att2 {
    margin: 10px 0;
  }
  .ab1 .abtm .txt {
    width: 100%;
    height: auto;
    padding: 50px 5%;
  }
  .ab1 .abtm .txt .atc {
    margin-top: 10px;
  }
  .ab1 .abtm .img {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    margin-top: 10px;
  }
  .ab1 .abtm .img img {
    width: 100%;
    height: auto;
  }
  .ab1 .abtm .img .wz {
    font-size: 20px;
  }
  .ab1 .abtm .img .wz span {
    font-size: 30px;
  }
  .ab1 .abtm {
    margin-bottom: 20px;
  }
  .ab1 .ul1 {
    padding: 0 5%;
  }
  .ab1 .ul1 li, .ab1 .ul1 li:nth-child(2) {
    width: 100%;
    float: none;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 20px 5%;
    display: block;
    text-align: center;
  }
  .ab1 .ul1 li .llt {
    width: auto;
    margin: 0 0 10px;
    display: inline-block;
  }
  .ab1 .ul1 li .num {
    width: auto;
    display: inline-block;
  }
  .ab2 {
    padding: 50px 0;
  }
  .ab2 .ul1 {
    width: 100%;
    height: auto;
  }
  .ab2 .ul1 {
    padding-top: 50px;
  }
  .ab2 .ul1 li {
    width: 100%;
    float: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .ab2 .tt {
    top: 0px;
  }
  .ab2 .ul1 li .txt {
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .ab2 .ul1 li .txt .ltc {
    opacity: 1;
    height: auto;
  }
  .ab2 .ul1 li .txt .ico {
    margin-bottom: 0;
  }
  .ab3 {
    padding: 30px 0;
  }
  .ab3 > img {
    display: none;
  }
  .ab3 .abox {
    position: static;
  }
  .ab3 .tt {
    margin: 0 0 20px;
  }
  .ab3 .swiper7 .swiper-slide {
    width: 80%;
    margin: 0 3.5%;
  }
  .ab3 .sasl, .ab3 .swiper7 .prev7, .ab3 .swiper7 .next7 {
    display: none;
  }
  .ab3 .sasr {
    display: none;
  }
  .ab3 .swiper7 {
    padding-bottom: 30px;
  }
  .ab3 .swiper7 .pagination7 {
    display: block;
  }
  .new1 {
    padding: 30px 0;
  }
  .new1 .ul1 li a {
    padding: 0;
    border: 0;
  }
  .new1 .ul1 li a .rq {
    margin: 0 auto;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    height: auto;
  }
  .new1 .ul1 li a .txt {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .new1 .ul1 li a .txt .atc {
    margin: 10px 0;
  }
  .new1 .ul1 li a .img {
    width: 100%;
    float: none;
  }
  .new1 .ul1 li a .txt .xq {
    opacity: 1;
    float: none;
    margin: 0;
    text-align: center;
    background: #fff;
  }
  .new1 .ul1 li {
    margin-bottom: 20px;
  }
  .page1 {
    display: none;
  }
  .page2 {
    display: block;
    text-align: center;
  }
  .nec1, .cont1 {
    padding: 30px 0;
  }
  .nec1 .nbox {
    padding: 20px 5%;
  }
  .nec1 .nbox .ly span:nth-child(n + 2) {
    display: none;
  }
  .nec1 .nbox .tc {
    padding: 30px 0;
    margin-top: 30px;
  }
  .nec1 .nbox .btn .alt {
    width: 100%;
  }
  .nec1 .nbox .btn .fh {
    margin-top: 0;
  }
  .cont1 {
    padding: 30px 5%;
  }
  .cont1 li {
    width: 100%;
    float: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .cont1 li .ico {
    margin-bottom: 10px;
  }
  .cont1 li:last-child {
    border: 0;
  }
  .cont2 {
    height: 400px;
  }
  .cont3 {
    padding: 30px 0;
  }
  .cont3 .ul1 {
    margin-top: 20px;
  }
  .cont3 .ul1 li {
    padding: 0 5%;
  }
  .cont3 .ul1 li {
    line-height: 50px;
  }
  .cont3 .ul1 li .ico {
    width: 20px;
    margin-top: 15px;
  }
  .cont3 .ul1 li .txt {
    width: calc(100% - 60px);
  }
  .ent2 img {
    display: none;
  }
  .ent2 .mimg {
    display: block;
  }
  .ma2 {
    background: url(../image/pr2.jpg) center no-repeat;
    background-size: cover;
  }
  .footer2 {
    text-align: center;
  }
  .footer2 .frt a {
    display: inline-block;
    float: none;
  }
  .footer2 .frt span {
    display: inline-block;
    float: none;
  }
  .ma2 .box {
    overflow: auto;
  }
  .ma2 .ul1 {
    padding: 0;
    float: left;
    margin-right: -999em;
  }
  .ma2 .ul1 li {
    width: 300px;
    float: left;
    margin-right: 10px;
  }
  .con1 li .txt2 .more {
    margin: 0 auto;
  }
  .con1 li .txt2 .more s {
    background: #4b6bbc;
    width: 100%;
  }
  .con1 li .txt2 .more {
    color: #fff;
  }
  .con1 li .txt2 .more span.sp2 {
    background: url(../image/r_b.png) center center no-repeat;
    opacity: 1;
    right: 20px;
  }
  .con1 li .txt2 .more span.sp1 {
    opacity: 0;
  }
  .ma3 .tc2 .tlt .img2 {
    margin: 20px 0 30px;
  }
  .tes1 .swiper6 .wa .an {
    display: none;
  }
  .tes1 .swiper6 .wa {
    width: 90%;
    left: 5%;
  }
}