* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  background: #fff;
  min-width: 1259px;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "SourceHanSansSC-Regular", "Microsoft YaHei", "arial";
  font-family: "Noto Sans CJK SC Light", "Source Han Sans CN Light", "Microsoft YaHei", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
@font-face {
  font-family: "SourceHanSansSC-Regular";
  src: url(../fonts/SourceHanSansSC-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Normal";
  src: url(../fonts/SourceHanSansSC-Normal.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Light";
  src: url(../fonts/SourceHanSansSC-Light.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Medium";
  src: url(../fonts/SourceHanSansSC-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Bold";
  src: url(../fonts/SourceHanSansSC-Bold.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype"), url("../fonts/Oswald-Bold.eot") format("embedded-opentype"), url("../fonts/Oswald-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype"), url("../fonts/Oswald-Regular.eot") format("embedded-opentype"), url("../fonts/Oswald-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666666;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1476px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1476px) {
  .container {
    max-width: 1259px!important;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px!important;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.header {
  height: 100px;
  border-top: solid 4px #03498f;
}
.header .logo {
  top: 0px;
  left: 150px;
  position: absolute;
}
.header .top {
  height: 40px;
  text-align: right;
}
.header .tel {
  color: #333;
  z-index: 9;
  float: right;
  display: inline-block;
  line-height: 50px;
  position: relative;
  padding-right: 110px;
}
.header .tel .icon {
  vertical-align: top;
  margin: 12px 5px 0 0;
  display: inline-block;
}
.header .tel span {
  font-size: 24px;
  display: block;
  font-family: arial;
}
.header .tel a {
  color: #0080d8;
}
.header .search {
  margin-top: 11px;
  vertical-align: top;
  display: inline-block;
}
.header .search img {
  max-height: 20px;
  margin-right: 12px;
  margin-top: 2px;
}
.header .search input {
  width: 174px;
  padding: 0 10px;
  border: solid 1px #e0e0e0;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  font-size: 16px;
  color: #adadad;
  font-family: "Noto Sans CJK SC Light";
}
.header .tig {
  max-width: 420px;
  width: 100%;
  color: #fff;
  padding-left: 10px;
  text-align: left;
  line-height: 40px;
  display: inline-block;
  background: #03498f;
}
.header .tig span {
  vertical-align: top;
  margin-left: 20px;
  display: inline-block;
}
.header .tig a {
  color: #fff;
}
.header .tig a:hover .icon {
  opacity: 1;
}
.header .tig .icon {
  fill: #fff;
  opacity: 0.7;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 12px 5px 0 0;
  display: inline-block;
}
.header .menu {
  right: 20px;
  top: 13px;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
}
@media (max-width: 1600px) {
  .header .logo {
    left: 20px;
  }
  .header .nav li {
    padding: 0 15px;
  }
}
.nav {
  float: right;
  height: 56px;
  padding-right: 30px;
}
.nav li {
  float: left;
  position: relative;
  text-align: center;
  line-height: 56px;
  padding: 0 42px;
}
.nav li > a {
  color: #333;
  font-size: 18px;
  display: block;
}
.nav li > a:after {
  content: "";
  height: 3px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #03498f;
  position: absolute;
  transition: all 500ms ease;
}
.nav li .subnav {
  top: 56px;
  left: 0;
  width: 150px;
  z-index: 9;
  left: 50%;
  font-size: 15px;
  display: none;
  padding: 20px;
  background: #fff;
  font-weight: lighter;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #555;
  line-height: 30px;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  color: #03498f;
  font-weight: bold;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a,
.nav .active > a {
  color: #03498f;
}
.nav li:hover:after,
.nav .active:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.banerbox {
  position: relative;
}
.banerbox .tu {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  margin-top: 5px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 3px #fff solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.banner .slick-dots li button:before {
  content: "";
  display: none;
}
.banner .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots li:hover button {
  background: #ffffff;
}
.banner .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots .slick-active button {
  background: #0c4089!important;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index-title h3 {
  font-size: 42px;
  color: #313131;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: "SourceHanSansSC-Bold";
}
.index-title p {
  font-size: 18px;
  color: #858585;
}
.index-title p:after {
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  background: #6a6b6c;
  margin-top: 11px;
}
.index-more a {
  border-radius: 30px;
  width: 166px;
  border: 1px solid #d5d5d5;
  line-height: 44px;
  font-size: 16px;
  color: #03498f;
  text-align: center;
  display: block;
  background: #fff;
}
.index-more a span {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin-left: 8px;
  background: url("../images/more.png") no-repeat center center;
}
.index-more a:hover {
  background: #03498f;
  color: #fff;
}
.index-product {
  padding: 80px 0 80px 0;
  background: url("../images/bg.jpg") repeat top center;
}
.index-product .index-title {
  text-align: center;
}
.index-product .index-title p:after {
  margin: 11px auto 0 auto;
}
.index-product .submenu {
  padding-top: 41px;
}
.index-product .submenu .list {
  text-align: center;
  font-size: 0;
  margin-bottom: 64px;
}
.index-product .submenu .list li {
  width: 150px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.index-product .submenu .list li a {
  display: block;
  line-height: 43px;
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
  background: #ffffff;
  color: #333333;
  border: 1px solid #adadad;
  padding: 0 10px;
}
.index-product .submenu .list li:hover a {
  background: #03498f;
  color: #fff;
  border: 1px solid #03498f;
}
.index-product .submenu .list .active a {
  background: #03498f;
  color: #fff;
  border: 1px solid #03498f;
}
.index-product .prolist {
  margin-top: 60px;
  margin-bottom: 45px;
}
.index-product .prolist .item a {
  display: block;
}
.index-product .prolist .item .pic {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.index-product .prolist .item .pic img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 700ms ease;
}
.index-product .prolist .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.7%;
}
.index-product .prolist .item .tit {
  color: #222;
  height: 70px;
  font-size: 20px;
  padding: 0 20px;
  overflow: hidden;
  line-height: 70px;
  transition: all 400ms ease;
  background: #f2f6f7;
}
.index-product .prolist .item .tit span {
  font-size: 16px;
  padding-left: 30px;
  color: #b7c0d2;
  float: right;
  font-weight: lighter;
}
.index-product .prolist .item:hover .tit {
  color: #fff;
  background: #03498f;
}
.index-product .prolist .item:hover .tit span {
  color: #fff;
}
.index-product .prolist .item:hover .pic img {
  transform: scale(1.05);
}
.index-product .prolist .swiper {
  padding-bottom: 100px;
}
.index-product .prolist .swiper-horizontal > .swiper-pagination-bullets,
.index-product .prolist .swiper-pagination-bullets.swiper-pagination-horizontal,
.index-product .prolist .swiper-pagination-custom,
.index-product .prolist .swiper-pagination-fraction {
  bottom: 15px;
}
.index-product .prolist .swiper-pagination-bullet {
  border-radius: 0;
  width: 25%;
  margin: 0;
  height: 3px;
  background: #d5d5d5;
}
.index-product .prolist .swiper-pagination-bullet-active {
  background: #03498f;
  position: relative;
}
.index-product .prolist .swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background: url("../images/anniu.png") no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 50%;
  margin-left: -21px;
}
.index-product .index-more {
  text-align: center;
}
.index-product .index-more a {
  margin: 0 auto;
}
.index-hyyy {
  overflow: hidden;
  padding: 90px 0 120px 0;
  background: #f4faff;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat top center;
}
.index-hyyy .index-title p {
  color: #333;
  font-size: 20px;
}
.index-hyyy .index-title p:after {
  display: none;
}
.index-hyyy .index-title span {
  color: #02caf2;
}
.index-hyyy .submenu {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: solid 1px #d6e4f1;
}
.index-hyyy .submenu ul {
  width: 106%;
  margin-left: -50px;
}
.index-hyyy .submenu li {
  width: 11.11111111%;
  float: left;
  z-index: 100;
  position: relative;
  text-align: center;
}
.index-hyyy .submenu li .icon {
  display: block;
  transition: all 700ms ease;
}
.index-hyyy .submenu li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-family: "SourceHanSansSC-Medium";
}
.index-hyyy .submenu li:hover .icon {
  transform: rotateY(180deg);
}
.index-hyyy .submenu li:hover .tit {
  color: #03498f;
}
.index-hyyy .list {
  margin-top: 80px;
}
.index-hyyy .list .item {
  position: relative;
}
.index-hyyy .list .item .txtbox {
  width: 370px;
  height: 216px;
  top: 50%;
  left: 0px;
  opacity: 0;
  padding-top: 35px;
  padding-left: 35px;
  position: absolute;
  font-size: 16px;
  color: #7a7a7a;
  transform: translateY(-50%);
  text-align: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
}
.index-hyyy .list .item .txtbox .tit {
  font-size: 20px;
  color: #222222;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-hyyy .list .item .txtbox .txt {
  height: 24px;
  overflow: hidden;
}
.index-hyyy .list .item .txtbox .more {
  color: #03498f;
  margin-top: 30px;
}
.index-hyyy .list .swiper-slide-active .txtbox {
  opacity: 1;
}
.index-hyyy .list .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 500ms;
  transform: scale(0.85);
}
.index-hyyy .list .swiper-slide-active,
.index-hyyy .list .swiper-slide-duplicate-active {
  transform: scale(1);
}
.index-hyyy .list .swiper-horizontal > .swiper-pagination-bullets,
.index-hyyy .list .swiper-pagination-bullets.swiper-pagination-horizontal,
.index-hyyy .list .swiper-pagination-custom,
.index-hyyy .list .swiper-pagination-fraction {
  top: 110px;
  left: 50%;
  text-align: right;
  transform: translateX(-50%);
  max-width: 1470px;
  width: 100%;
  height: 48px;
  padding-right: 60px;
}
.index-hyyy .list .swiper-button-next,
.index-hyyy .list .swiper-button-prev {
  width: 48px;
  height: 48px;
  z-index: 99;
  border-radius: 100%;
  top: 120px;
  border: solid 2px #edf3f9;
  color: #c3c8cc;
}
.index-hyyy .list .swiper-button-next:hover,
.index-hyyy .list .swiper-button-prev:hover {
  color: #fff;
  border-color: #03498f;
  background: #03498f;
}
.index-hyyy .list .swiper-button-prev {
  left: auto;
  right: 380px;
}
.index-hyyy .list .swiper-button-next {
  right: 220px;
}
.index-hyyy .list .swiper-pagination-bullet {
  border: solid 2px #c3c8cc;
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.index-hyyy .list .swiper-pagination-bullet-active {
  background: #03498f;
  border-color: #03498f;
}
.index-hyyy .list .swiper-button-next::after,
.index-hyyy .list .swiper-button-prev::after {
  font-size: 16px!important;
}
.index-about {
  margin-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
.index-about .pic {
  right: 0;
  top: 0;
  width: 50%;
  text-align: right;
  position: absolute;
}
.index-about .text1 {
  float: left;
  width: 50%;
  padding-top: 70px;
}
.index-about .text1 .jsh {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 50px;
  overflow: hidden;
  font-weight: lighter;
}
.index-about .text1 .jsh p {
  margin-top: 20px;
}
.index-about .text1 .btn .index-more {
  float: left;
  margin-right: 40px;
}
.index-about .text1 .btn .video-btn {
  float: left;
}
.index-about .text1 .btn .video-btn a {
  font-size: 18px;
  color: #03498f;
  background: url("../images/video.png") no-repeat center right;
  padding-right: 53px;
  display: block;
  line-height: 46px;
  font-family: "SourceHanSansSC-Bold";
}
@media (max-width: 1500px) {
  .index-about .text1 {
    padding-top: 0;
  }
  .index-about .text1 .jsh {
    margin-top: 0;
  }
}
.num1 {
  padding-top: 84px;
  margin-bottom: 80px;
}
.num1 li {
  padding: 0 45px;
  float: left;
  width: 33.33333333%;
  position: relative;
}
.num1 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 73px;
  background: #e8edf1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -36px;
}
.num1 li .img {
  vertical-align: top;
  display: inline-block;
}
.num1 li .text {
  display: inline-block;
  vertical-align: middle;
}
.num1 li .num {
  font-size: 14px;
  color: #333333;
}
.num1 li .num span {
  font-size: 52px;
  color: #03498f;
  font-family: "Oswald-Regular";
}
.num1 li i {
  color: #333;
  font-style: normal;
}
.num1 li .p {
  color: #333333;
}
.num1 li:first-child {
  padding-left: 0;
}
.num1 li:nth-last-child(1) {
  padding-right: 0;
  margin-right: 0;
}
.num1 li:nth-last-child(1):after {
  display: none;
}
@media (max-width: 1500px) {
  .num1 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .num1 li {
    padding: 0 20px;
  }
}
.index-news {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../images/bg4.jpg) no-repeat top center;
}
.index-news p:after {
  display: none;
}
.index-news p span {
  color: #02caf2;
}
.index-news .scroll {
  margin: 0 -15px;
  margin-top: 50px;
}
.index-news .item {
  margin: 0 15px;
}
.index-news .item a {
  display: block;
}
.index-news .item .pic {
  overflow: hidden;
  position: relative;
}
.index-news .item .pic img {
  transition: all 700ms ease;
}
.index-news .item .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(4, 74, 173, 0.2);
}
.index-news .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.7%;
}
.index-news .item .txtbox {
  background: #fff;
  padding: 10px 30px;
  height: 230px;
  font-size: 16px;
}
.index-news .item .txtbox .tit {
  color: #333;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  font-family: "SourceHanSansSC-Bold";
}
.index-news .item .txtbox .tit:after {
  content: "";
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #02caf2;
}
.index-news .item .txtbox .txt {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #7a7a7a;
  margin: 20px 0;
}
.index-news .item .txtbox .time {
  color: #7a7a7a;
  font-family: arial;
}
.index-news .item .txtbox .time span {
  float: right;
  color: #b7c0d2;
  font-weight: lighter;
}
.index-news .item:hover .pic:before {
  opacity: 1;
}
.index-news .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .item:hover .tit {
  color: #03498f;
}
.index-news .item:hover .tit:after {
  background: #03498f;
}
.index-news .item:hover .time span {
  color: #03498f;
}
.index-news .slick-prev,
.index-news .slick-next {
  width: 45px;
  height: 45px;
  border: 0;
  top: -100px;
  margin-top: 0;
  border-radius: 100%;
  transition: all 700ms ease;
  box-shadow: 3px 0 10px rgba(18, 144, 152, 0.07);
}
.index-news .slick-prev {
  left: auto;
  right: 80px;
  background: url(../images/prev.png) no-repeat top center #c7c7c7;
}
.index-news .slick-prev:hover {
  background-color: #03498f;
}
.index-news .slick-next {
  right: 15px;
  background: url(../images/next.png) no-repeat top center #c7c7c7;
}
.index-news .slick-next:hover {
  background-color: #03498f;
}
.footer {
  color: #b5b5b5;
  padding-top: 60px;
  background: #010910;
}
.footer a {
  color: #fff;
  opacity: 0.4;
  display: block;
  margin-bottom: 10px;
}
.footer a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}
.footer h3 {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: normal;
}
.footer h3 a {
  color: #fff;
  opacity: 1;
}
.footer ul {
  padding-bottom: 60px;
}
.footer ul li {
  float: left;
  width: 13.1%;
  position: relative;
}
.footer ul .weixin {
  width: 12%;
  text-align: center;
}
.footer ul .weixin span {
  height: 25px;
  line-height: 23px;
  width: 100%;
  color: #616161;
  text-align: center;
  display: inline-block;
}
.footer ul .weixin img {
  padding: 7px;
  border: solid 1px #343638;
}
.footer .last {
  width: 22%;
  padding-right: 35px;
  text-align: right;
}
.footer .last .tel {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  font-family: "Montserrat-Regular";
}
.footer .last a {
  display: inline-block;
}
.footer .last .add {
  margin-top: 10px;
  position: relative;
}
.footer .last .add a {
  color: #fff;
  opacity: 0.7;
}
.footer .last .add a:hover {
  opacity: 1;
}
.footer .share {
  margin-top: 15px;
}
.footer .share a {
  margin: 0 4px;
  opacity: 0.9;
  display: inline-block;
}
.footer .share a img {
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.footer .share a:hover {
  opacity: 1;
}
.footer .share a:hover img {
  border-color: #03498f;
  background: #03498f;
}
.footer .copy {
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.inbanner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.inbanner .inbanner-slick {
  width: 1920px;
  height: 400px;
  left: 50%;
  margin-left: -960px;
  position: relative;
}
.inbanner .inbanner-slick .inpic img {
  transition: 5s;
  animation: mymove4 5s;
}
.inbanner .inbanner-slick .banner-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inbanner .inbanner-slick .banner-info .info {
  float: left;
  text-align: left;
  position: relative;
  padding-left: 110px;
  background: url(../images/dot.png) no-repeat left 48px;
  margin-left: -20px;
}
.inbanner .inbanner-slick .banner-info .span {
  font-size: 89px;
  color: #fff;
  line-height: 100px;
  font-family: "SourceHanSansSC-Bold";
}
.inbanner .inbanner-slick .banner-info .bt {
  font-size: 36px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 7px;
  font-family: "SourceHanSansSC-Bold";
}
.inbanner .inbanner-slick .banner-info .jsh {
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
  font-weight: normal;
  line-height: 28px;
}
.inside-title {
  text-align: center;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
  font-family: "SourceHanSansSC-Bold";
}
.inside-title:after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #50b438;
  margin: 23px auto 0 auto;
}
.second-nav {
  text-align: center;
  padding-top: 41px;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 5px;
  padding-bottom: 8px;
}
.second-nav ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background: #e2e1e1;
  position: absolute;
  top: 9px;
  right: -7px;
}
.second-nav ul li:before {
  content: '';
  display: none;
  width: 100%;
  height: 8px;
  background: url("../images/dot1.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.second-nav ul li a {
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  display: block;
  color: #333333;
  font-size: 18px;
}
.second-nav ul li:hover:before {
  display: block;
}
.second-nav ul li:hover a {
  background: #03498f;
  color: #fff;
}
.second-nav ul .active:before {
  display: block;
}
.second-nav ul .active a {
  background: #03498f;
  color: #fff;
}
.second-nav ul li:nth-last-child(1):after {
  display: none;
}
.second-nav-2 {
  height: 60px;
  line-height: 58px;
  background: #f7f7f7;
  text-align: center;
  border-top: solid 2px #ebebeb;
}
.second-nav-2 a {
  color: #444;
  margin: 0 40px;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.second-nav-2 a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 26px 10px 0 0;
  vertical-align: top;
  display: inline-block;
  background: #d8d8d8;
  transition: all 400ms ease;
}
.second-nav-2 a:hover,
.second-nav-2 .cur {
  color: #03498f;
}
.second-nav-2 a:hover:before,
.second-nav-2 .cur:before {
  background: #03498f;
}
.inside-current {
  height: 41px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.inside-current span {
  background: url(../images/home.png) no-repeat left 11px;
  background-size: 18px;
  padding-left: 25px;
  display: block;
  color: #858585;
}
.inside-current span a {
  color: #858585;
}
.inside-current span b {
  color: #03498f;
  font-weight: normal;
}
.inside-warper .container {
  max-width: 1440px;
}
.inside-about {
  padding-top: 70px;
}
.inside-about .box-1 {
  font-size: 18px;
  color: #222;
  line-height: 32px;
  padding: 80px 0 110px 0;
}
@media (max-width: 1500px) {
  .inside-about .box-1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.inside-about .box-1 .tupian {
  width: 51%;
  float: left;
  position: relative;
}
.inside-about .box-1 .txtbox {
  width: 49%;
  float: left;
  padding-left: 54px;
}
.inside-about .box-1 .en {
  font-size: 18px;
  color: #03498f;
  font-family: arial;
  max-width: 390px;
  padding-left: 30px;
  padding-bottom: 25px;
  letter-spacing: 5px;
  position: relative;
  border-bottom: solid 1px #d3d7da;
}
.inside-about .box-1 .en:before {
  top: 8px;
  left: 10px;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #03498f;
}
.inside-about .box-1 .item {
  padding-top: 20px;
  padding-left: 10px;
  position: relative;
  background: url(../images/about-02.png) no-repeat top center;
}
.inside-about .box-1 .tit {
  color: #2e343b;
  font-size: 46px;
  line-height: 56px;
  font-family: "SourceHanSansSC-Regular";
}
.inside-about .box-1 .tit span {
  color: #03498f;
}
.inside-about .box-1 .txt {
  margin-bottom: 30px;
  position: relative;
  color: #222222;
  font-size: 18px;
  padding: 10px 0 15px 0;
}
.inside-about .box-1 .txt:after {
  content: "";
  width: 52px;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #0153b0;
}
.inside-about .box-1 .blue {
  font-size: 20px;
  color: #03498f;
  padding: 40px 0 20px 0;
  font-family: "SourceHanSansSC-Bold";
}
.inside-about .box-1 .tem {
  text-indent: 2em;
}
.inside-about .box-1 .line {
  height: 90px;
  border-bottom: solid 1px #ededed;
}
.inside-about .num1 {
  margin-bottom: 0;
  padding-top: 45px;
}
.inside-about .num1 li {
  padding: 0 35px;
}
.inside-about .num1 li:first-child {
  padding-left: 0;
}
.inside-about .num1 li:last-child {
  padding-right: 0;
}
.inside-about .num1 li:nth-child(2) {
  padding: 0 20px;
}
@media (max-width: 1500px) {
  .inside-about .num1 {
    padding-top: 20px;
  }
  .inside-about .num1 li {
    font-size: 14px;
    padding: 0 10px!important;
  }
  .inside-about .num1 li .num span {
    font-size: 40px;
  }
}
.inside-about .box-2 {
  height: 744px;
  padding-top: 80px;
  background: url(../images/about-bg.jpg) no-repeat top center;
}
.inside-about .box-2 .tu {
  width: 50%;
  float: left;
}
.inside-about .box-2 .txtbox {
  color: #777;
  float: left;
  width: 50%;
  padding-left: 120px;
  font-size: 16px;
  padding-top: 80px;
}
.inside-about .box-2 .txtbox li {
  padding-left: 20px;
  margin-top: 60px;
  position: relative;
}
.inside-about .box-2 .txtbox li:before {
  top: 5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  background: #e6000e;
}
.inside-about .box-2 .txtbox li .tit {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}
.inside-about .box-2 .txtbox li:nth-child(2):before {
  background: #4f638f;
}
.inside-about .box-2 .txtbox li:nth-child(3):before {
  background: #007edf;
}
.inside-about .box-3 {
  position: relative;
  padding: 70px 0 150px 0;
  text-align: left;
  background: url(../images/bg3.jpg) no-repeat bottom center #fefefe;
}
.inside-about .box-3 .history {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.inside-about .box-3 .history .history-info {
  background: url("../images/history.png") no-repeat top center;
}
.inside-about .box-3 .history .history-info ul {
  background: url("../images/line-2.png") repeat-y top center;
  padding-bottom: 77px;
}
.inside-about .box-3 .history .history-info ul li {
  margin-bottom: 70px;
}
.inside-about .box-3 .history .history-info ul li .box {
  position: relative;
}
.inside-about .box-3 .history .history-info ul li .num {
  position: absolute;
  top: 9px;
  left: 50%;
  background: url("../images/falc-2.jpg") no-repeat center top;
  padding-top: 36px;
  width: 40px;
  height: 76px;
  margin-left: -20px;
}
.inside-about .box-3 .history .history-info ul li .num h3 {
  font-size: 16px;
  color: #0d0d0d;
  padding: 0 0 5px 0;
  background: #fbfbfa;
  font-family: arial;
  font-weight: normal;
}
.inside-about .box-3 .history .history-info ul li .text {
  width: 50%;
  padding-top: 10px;
  text-align: right;
  padding-left: 65px;
}
.inside-about .box-3 .history .history-info ul li .bt {
  font-size: 34px;
  color: #2b2b2b;
  line-height: 40px;
  font-weight: 700;
  font-family: arial;
  margin-bottom: 14px;
}
.inside-about .box-3 .history .history-info ul li .jsh {
  font-size: 16px;
  line-height: 24px;
}
.inside-about .box-3 .history .history-info ul li .jsh span {
  float: left;
  padding-right: 10px;
}
.inside-about .box-3 .history .history-info ul li:hover .num {
  background: url("../images/falc-3.jpg") no-repeat center top;
}
.inside-about .box-3 .history .history-info ul li:hover .num h3 {
  color: #02caf2;
}
.inside-about .box-3 .history .history-info ul li:hover .bt {
  color: #02caf2;
}
.inside-about .box-3 .history .history-info ul .even .bt {
  position: relative;
}
.inside-about .box-3 .history .history-info ul .even .bt:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #02caf2;
  border-radius: 100%;
  display: inline-block;
  border: solid 4px #ccf4fc;
  vertical-align: top;
  margin: 12px 15px 0 0;
}
.inside-about .box-3 .history .history-info ul .even .text {
  float: right;
  text-align: left;
  padding-right: 61px;
}
.inside-about .box-3 .history .history-info ul .even .text .jsh-info {
  padding-left: 30px;
  position: relative;
}
.inside-about .box-3 .history .history-info ul .even .text .jsh-info:before {
  content: "";
  width: 5px;
  height: 2px;
  top: 10px;
  left: 5px;
  position: absolute;
  background: #acacac;
}
.inside-about .box-3 .history .history-info ul .odd .bt:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #02caf2;
  border-radius: 100%;
  display: inline-block;
  border: solid 4px #ccf4fc;
  vertical-align: top;
  margin: 12px 0 0 15px;
}
.inside-about .box-3 .history .history-info ul .odd .text {
  float: left;
  padding-right: 60px;
  text-align: right!important;
}
.inside-about .box-3 .history .history-info ul .odd .text .jsh-info {
  padding-right: 30px;
  position: relative;
}
.inside-about .box-3 .history .history-info ul .odd .text .jsh-info:after {
  content: "";
  width: 5px;
  height: 2px;
  top: 10px;
  right: 5px;
  position: absolute;
  background: #acacac;
}
.inside-about .box-3 .history .history-info .more {
  width: 40px;
  width: 100px;
  height: 100px;
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 500ms ease;
  background: #b7b7b7;
}
.inside-about .box-3 .history .history-info .more a {
  color: #fff;
  display: block;
}
.inside-about .box-3 .history .history-info .more a span {
  display: block;
}
.inside-about .box-3 .history .history-info .more:hover {
  background: #03498f;
}
.inside-about .box-4 {
  padding-top: 40px;
  padding-bottom: 125px;
}
.inside-about .box-4 li {
  width: 25%;
  float: left;
  padding: 16px;
}
.inside-about .box-4 li .item {
  height: 340px;
  text-align: center;
  border-radius: 10px;
  background: #f5f5f5;
  transition: all 700ms ease;
}
.inside-about .box-4 li .pic {
  position: relative;
}
.inside-about .box-4 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.inside-about .box-4 li .tit {
  color: #333;
  font-size: 22px;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 700;
}
.inside-about .box-4 li:hover .item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inside-about .box-5 {
  height: 819px;
  margin-top: 60px;
  padding-top: 110px;
  background: url(../images/bg5.jpg) no-repeat top center;
}
.inside-about .box-5 .txtbox {
  width: 50%;
  padding-left: 200px;
}
.inside-about .box-5 .txtbox ul li {
  margin-top: 40px;
  line-height: 30px;
}
.inside-about .box-5 .txtbox ul li .tit {
  color: #141414;
  font-size: 24px;
  font-family: "SourceHanSansSC-Bold";
}
.inside-about .box-5 .txtbox ul li .txt {
  margin-top: 10px;
  font-size: 18px;
  padding-left: 20px;
  color: #03498f;
  position: relative;
}
.inside-about .box-5 .txtbox ul li .txt img {
  top: 7px;
  left: 0;
  position: absolute;
}
.inside-about .box-5 .txtbox ul li .font16 {
  font-size: 16px;
  line-height: 26px;
  font-family: arial;
}
.inside-about .box-5 .txtbox ul li:nth-child(2) .tit,
.inside-about .box-5 .txtbox ul li:nth-child(4) .tit {
  font-family: arial;
  font-weight: 700;
}
.inside-about .box-6 {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 100px;
}
.inside-about .box-6 ul {
  margin: 0 -20px;
}
.inside-about .box-6 li {
  padding: 20px;
  float: left;
  width: 33.333%;
}
.inside-about .box-6 li .item {
  text-align: center;
  padding-bottom: 23px;
  background: #f8f8f8;
  transition: all 700ms ease;
  border-bottom: solid 3px #dfdfdf;
}
.inside-about .box-6 li .tit {
  margin: 0 20px;
  background: #fff;
  color: #222;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  overflow: hidden;
}
.inside-about .box-6 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-about .box-6 li .pic img {
  transition: all 700ms ease;
}
.inside-about .box-6 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72%;
}
.inside-about .box-6 li:hover .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.inside-about .box-6 li:hover .pic img {
  transform: scale(1.05);
}
.inside-news {
  padding-top: 70px;
  padding-bottom: 90px;
}
.inside-news .news-one {
  position: relative;
  margin-bottom: 65px;
  margin-top: 42px;
}
.inside-news .news-one .slick-list {
  overflow: hidden;
}
.inside-news .news-one .list {
  position: relative;
  z-index: 5;
  padding-bottom: 61px;
}
.inside-news .news-one .list li {
  padding: 15px 0;
}
.inside-news .news-one .list li .box {
  position: relative;
  min-height: 402px;
  padding-left: 620px;
  padding-right: 55px;
  padding-top: 21px;
  background: #f5f5f5;
}
.inside-news .news-one .list li .box .pic {
  width: 560px;
  position: absolute;
  top: 0;
  left: 0;
}
.inside-news .news-one .list li .box .pic img {
  transition: 0.5s;
}
.inside-news .news-one .list li .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.78571429%;
}
.inside-news .news-one .list li .box .text {
  padding-top: 30px;
}
.inside-news .news-one .list li .box .text .date {
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  font-family: arial;
}
.inside-news .news-one .list li .box .text .date:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #50b438;
  transition: 1s;
  margin-top: 15px;
  margin-bottom: 40px;
}
.inside-news .news-one .list li .box .text .span {
  font-size: 28px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: "SourceHanSansSC-Bold";
}
.inside-news .news-one .list li .box .text .jsh {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  height: 90px;
  margin-bottom: 32px;
  overflow: hidden;
  font-family: "SourceHanSansSC-Light";
}
.inside-news .news-one .list li .box .text .more p {
  background: #03498f;
  width: 115px;
  height: 31px;
  line-height: 31px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.inside-news .news-one .slick-dots {
  z-index: 10;
  width: 56%;
  height: 2px;
  left: 22%;
  background: #e1e1e1;
  bottom: 15px;
}
.inside-news .news-one .slick-dots li {
  padding: 0;
  width: 33.333333%;
  height: 2px;
  display: block;
  margin: 0;
  float: left;
}
.inside-news .news-one .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  display: block;
  background: #e1e1e1;
}
.inside-news .news-one .slick-dots li button:before {
  content: "";
}
.inside-news .news-one .slick-dots .slick-active button {
  background: #0266ab;
}
.inside-news .news-one .slick-dots .slick-active button:before {
  color: transparent;
}
.inside-news .news-one .slick-prev:before,
.inside-news .news-one .slick-next:before {
  content: '';
}
.inside-news .news-one .slick-prev,
.inside-news .news-one .slick-next {
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.inside-news .news-one .slick-prev {
  background: url("../images/left1.png") no-repeat center center !important;
  left: 18%;
}
.inside-news .news-one .slick-next {
  background: url("../images/right1.png") no-repeat center center !important;
  right: 18%;
  margin-left: auto;
}
.inside-news .news1 .list {
  margin-left: -15px;
  margin-right: -15px;
}
.inside-news .news1 .list li {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin-bottom: 5px;
}
.inside-news .news1 .list li .item a {
  display: block;
}
.inside-news .news1 .list li .item .pic {
  overflow: hidden;
  position: relative;
}
.inside-news .news1 .list li .item .pic img {
  transition: all 700ms ease;
}
.inside-news .news1 .list li .item .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(4, 74, 173, 0.2);
}
.inside-news .news1 .list li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.7%;
}
.inside-news .news1 .list li .item .txtbox {
  background: #f5f5f5;
  padding: 10px 30px;
  height: 100px;
  font-size: 16px;
}
.inside-news .news1 .list li .item .txtbox .tit {
  color: #333;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  font-family: "SourceHanSansSC-Bold";
}
.inside-news .news1 .list li .item .txtbox .tit:after {
  content: "";
  width: 40px;
  height: 1px;
  bottom: 15px;
  left: 0;
  position: absolute;
  background: #02caf2;
}
.inside-news .news1 .list li .item .txtbox .txt {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color: #7a7a7a;
  margin: 20px 0;
}
.inside-news .news1 .list li .item .txtbox .time {
  color: #7a7a7a;
  font-family: arial;
  font-weight: lighter;
}
.inside-news .news1 .list li .item .txtbox .time span {
  float: right;
  color: #b7c0d2;
}
.inside-news .news1 .list li .item:hover .txtbox {
  color: #fff;
  background: #03498f;
}
.inside-news .news1 .list li .item:hover .pic:before {
  opacity: 1;
}
.inside-news .news1 .list li .item:hover .pic img {
  transform: scale(1.05);
}
.inside-news .news1 .list li .item:hover .tit,
.inside-news .news1 .list li .item:hover .txt,
.inside-news .news1 .list li .item:hover .time {
  color: #fff;
}
.inside-news .news1 .list li .item:hover .tit:after,
.inside-news .news1 .list li .item:hover .txt:after,
.inside-news .news1 .list li .item:hover .time:after {
  background: #fff;
}
.inside-news .news1 .list li .item:hover .time span {
  color: #fff;
}
.inisde-page {
  font-size: 0;
  color: #999;
  padding: 50px 0 0 0;
  text-align: center;
  font-family: arial;
}
.inisde-page em {
  font-style: normal;
  font-size: 18px;
}
.inisde-page a,
.inisde-page span {
  color: #666;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  min-width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 3px;
  padding: 0 5px;
  background: #e9e9e9;
  border: solid 1px #e9e9e9;
  vertical-align: middle;
}
.inisde-page a.cur,
.inisde-page span.cur,
.inisde-page a:hover,
.inisde-page span:hover {
  background-color: #0c449c;
  color: #fff;
  border-color: #0c449c;
}
.inisde-page .prev,
.inisde-page .next {
  padding: 0 20px;
  background: none;
  border: 0;
  color: #444;
  font-size: 15px;
}
.inisde-page .prev {
  background: url(../images/prev-1.png) no-repeat left center;
}
.inisde-page .prev:hover {
  color: #03498f;
  border-radius: 0;
  background-color: #fff;
}
.inisde-page .next {
  background: url(../images/next-1.png) no-repeat right center;
}
.inisde-page .next:hover {
  color: #03498f;
  border-radius: 0;
  background-color: #fff;
}
.inside-news-show {
  font-size: 18px;
  color: #404040;
  line-height: 34px;
  padding-top: 70px;
  padding-bottom: 130px;
}
.inside-news-show h1 {
  color: #333;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  padding: 15px 0 20px 0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 15px;
  border-bottom: dashed 1px #c7c7c7;
}
.inside-news-show .info::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-news-show .container {
  position: relative;
}
.inside-news-show .txtbox {
  width: 86%;
  float: right;
  padding-bottom: 70px;
}
.inside-news-show .leftTool {
  float: left;
  width: 12%;
  text-align: center;
}
.inside-news-show .leftTool .kan {
  width: 90px;
  margin: 0 auto;
  font-size: 24px;
  color: #e06a23;
  line-height: 51px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-family: "DIN-MEDIUM(1)";
}
.inside-news-show .leftTool .kan .pic {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share span {
  display: block;
  margin-bottom: 13px;
}
.inside-news-show .leftTool .share a {
  display: block;
  width: 47px!important;
  height: 47px!important;
  transition: all .9s;
  margin: 8px auto!important;
  padding: 0!important;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share a:hover {
  border: 1px solid #e06a23;
}
.inside-news-show .leftTool .share a.bds_weixin {
  background: url(../images/fn1.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqq {
  background: url(../images/fn2.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tsina {
  background: url(../images/fn3.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqz {
  background: url(../images/fn4.png) no-repeat center center;
}
.inside-news-show .anchor_fixed {
  position: fixed;
  top: 0;
}
.inside-news-show .tag {
  width: 50%;
  float: left;
  font-size: 16px;
}
.inside-news-show .tag span {
  color: #03498f;
  font-size: 16px;
  font-weight: 700;
}
.inside-news-show .share1 {
  width: 50%;
  float: right;
  text-align: right;
}
.inside-news-show .share1 a {
  margin-left: 10px;
  display: inline-block;
}
.inside-page-news {
  margin-top: 20px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #b9b9b9;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  font-size: 14px;
  height: 48px;
  color: #fff;
  padding: 0 30px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
  margin-right: 20px;
}
.inside-page-news li:last-child {
  float: right;
  text-align: right;
}
.inside-page-news li:last-child img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.inside-page-news li:hover {
  color: #fff;
  background: #03498f;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 200px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  margin-left: -100px;
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #03498f;
}
.contact {
  padding-top: 70px;
}
.contact-title {
  position: relative;
  margin-top: 95px;
  height: 175px;
  padding: 40px 26px 48px 253px;
  background: url("../images/cbg.jpg") repeat top center;
}
.contact-title .img {
  position: absolute;
  top: -68px;
  left: 71px;
}
.contact-title .img img {
  display: block;
}
.contact-title .h3 {
  color: #03498f;
  font-size: 36px;
  line-height: 40px;
  margin-top: 20px;
  font-family: "SourceHanSansSC-Bold";
  letter-spacing: 2px;
  margin-bottom: 21px;
}
.contact-title .p {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.contact-title .wx {
  top: 20px;
  right: 220px;
  position: absolute;
}
@media (max-width: 1500px) {
  .contact-title .wx {
    right: 30px;
  }
}
.contact01 {
  padding-bottom: 64px;
}
.contact01 .contactlist {
  overflow: hidden;
  padding-top: 67px;
  margin-top: 12px;
  font-size: 0;
  text-align: center;
}
.contact01 .contactlist li {
  width: 25%;
  text-align: center;
  float: left;
}
.contact01 .contactlist li .box {
  overflow: hidden;
  border-right: 1px solid #ebebeb;
  margin-bottom: 32px;
  padding: 44px 10px 24px 10px;
  min-height: 228px;
}
.contact01 .contactlist li .pic {
  height: 50px;
  margin-bottom: 22px;
}
.contact01 .contactlist li .bt {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact01 .contactlist li .jsh {
  font-size: 17px;
  font-family: arial;
  line-height: 28px;
  color: #333333;
  text-transform: uppercase;
}
.contact01 .contactlist li .jsh a {
  color: #333;
}
.contact01 .contactlist li:nth-last-child(1) .box {
  border: 0;
}
.message {
  background: #fafafa;
  padding: 70px 0 54px 0;
  overflow: hidden;
  position: relative;
}
.message .dw {
  top: -150px;
  z-index: -1;
  height: 1px;
  position: absolute;
}
.message .inmain-title {
  color: #333;
  line-height: 30px;
  margin-bottom: 45px;
  font-family: "SourceHanSansSC-Bold";
}
.message .inmain-title h3 {
  font-weight: normal;
  font-size: 27px;
}
.message ul {
  margin: 0 -6px;
  overflow: hidden;
}
.message ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 6px;
  margin-bottom: 10px;
}
.message ul li .box {
  position: relative;
}
.message ul li .box img {
  margin-top: 17px;
  margin-right: 10px;
}
.message ul li .box a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.message ul li .input {
  background: #fff;
  width: 100%;
  height: 48px;
  font-size: 15px;
  outline: 0;
  padding: 0 29px;
  font-family: "SourceHanSansSC-Regular";
  border: 1px solid #d1d1d1;
}
.message ul li .input:focus {
  border: 1px solid #03498f;
}
.message ul li textarea {
  background: #fff;
  width: 100%;
  height: 144px;
  font-size: 15px;
  border: 1px solid #d1d1d1;
  outline: 0;
  resize: none;
  padding: 10px 29px;
  font-family: "SourceHanSansSC-Regular";
}
.message ul li textarea:focus {
  border: 1px solid #03498f;
}
.message ul li font {
  color: #f00;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 14px;
}
.message ul li #submit,
.message ul li #submit1,
.message ul li a {
  margin: 0  20px 0 0;
  width: 201px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
}
.message ul li a {
  font-size: 20px;
  color: #000;
  border: 1px solid #dddddd;
  background: #dddddd;
}
.message ul li #submit {
  font-family: "SourceHanSansSC-Regular";
  border: 1px solid #03498f;
  background: #03498f;
  color: #fff;
}
.message ul li #submit1 {
  border: 1px solid #dddddd;
  background: #dddddd;
  color: #666;
  font-family: "SourceHanSansSC-Regular";
}
.message ul .textarea {
  margin-bottom: 32px;
  width: 100%;
}
.message .bottom {
  position: relative;
}
.message .bottom:after {
  content: '';
  display: block;
  width: 120px;
  height: 129px;
  background: url("../images/bi.png") no-repeat center center;
  position: absolute;
  bottom: 140px;
  right: -50px;
}
#allmap {
  height: 540px;
  width: 100%;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.inside-product {
  padding-bottom: 110px;
  padding-top: 80px;
}
.aside {
  float: left;
  width: 17.34%;
  margin-left: -6px;
}
.aside .aside-title {
  color: #fff;
  padding: 18px 14px;
  background: #03498f;
}
.aside .aside-title .pic {
  width: 60px;
  height: 60px;
  float: left;
}
.aside .aside-title .text {
  float: left;
  padding-left: 10px;
}
.aside .aside-title .text .h3 {
  font-size: 24px;
  font-weight: bold;
}
.aside .aside-title .text .p {
  font-size: 16px;
  text-transform: uppercase;
}
.aside .aside-list {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 11px 0 25px 0;
  margin-bottom: 39px;
}
.aside .aside-list ul li {
  position: relative;
  background-color:rgb(248,248,248);
}
.aside .aside-list ul li a {
  display: block;
  margin: 4px 0;
  line-height: 56px;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  padding: 0 60px 0 32px;
  color: #333333;
  margin: 0 12px;
  border-top: solid 1px #e8e8e8;
  background: url("../images/dot3.png") no-repeat 92% center;
  background-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .aside .aside-list ul li a {
    padding-left: 10px;
  }
}
.aside .aside-list ul li:after {
  content: "";
  display: none;
  width: 6px;
  height: 59px;
  position: absolute;
  right: -6px;
  top: -3px;
  background: url("../images/line3.png") no-repeat center center;
}
.aside .aside-list ul li ul {
  margin-bottom: 0;
  padding-bottom: 0px;
  background: #f8f8f8 !important;
}
.aside .aside-list ul li ul li {
  margin-bottom: 0;
  padding: 0 13px;
}
.aside .aside-list ul li ul li > a {
  line-height: 53px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #666 !important;
  padding-left: 37px;
  padding-right: 10px;
  background: url(../images/dot2.png) no-repeat 10% center;
}
@media (min-width: 1025px) {
  .aside .aside-list ul li ul li > a:hover {
    background: url(../images/dot2h.png) no-repeat 10% center;
    color: #03498f !important;
  }
}
.aside .aside-list ul li ul li:last-child a {
  border-bottom: 0;
}
.aside .aside-list ul li:first-child a {
  border-top: 0;
}
.aside .aside-list ul .active,
.aside .aside-list ul li:hover {
  background: #02caf2;
}
.aside .aside-list ul .active:after,
.aside .aside-list ul li:hover:after {
  display: block;
}
.aside .aside-list ul .active a,
.aside .aside-list ul li:hover a {
  color: #fff;
  border-top: #02caf2;
  background: url("../images/dot3h.png") no-repeat 92% center;
  background-size: 24px;
}
.aside .aside-list ul .active ul,
.aside .aside-list ul li:hover ul {
  margin-bottom: 0;
}
.aside .aside-list ul .active ul li,
.aside .aside-list ul li:hover ul li {
  background: none !important;
}
.aside .aside-list ul .active ul li:after,
.aside .aside-list ul li:hover ul li:after {
  display: none !important;
}
.aside .aside-list ul .active ul li > a,
.aside .aside-list ul li:hover ul li > a {
  background: url(../images/dot2.png) no-repeat 10% center;
}
@media (min-width: 1025px) {
  .aside .aside-list ul .active ul li > a:hover,
  .aside .aside-list ul li:hover ul li > a:hover {
    background: url(../images/dot2h.png) no-repeat 10% center;
    color: #03498f;
  }
}
.aside .aside-list ul .active ul .active a,
.aside .aside-list ul li:hover ul .active a {
  background: url(../images/dot2h.png) no-repeat 10% center;
  color: #03498f !important;
}
.aside .aside-other {
  background: #03498f;
  margin-bottom: 24px;
  height: 117px;
}
.aside .aside-other ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 24px 0 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}
.aside .aside-other ul li .pic {
  height: 56px;
  width: 56px;
  margin: 0 auto;
  transition: all 700ms ease;
}
.aside .aside-other ul li .bt {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.aside .aside-other ul li:nth-child(2n) {
  background: #02caf2;
}
.aside .aside-other ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.aside .aside-other ul li:hover .pic {
  transform: rotateY(180deg);
}
.aside .aside-contact {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 27px 1px 0 17px;
}
.aside .aside-contact ul li {
  padding-left: 65px;
  position: relative;
  margin-bottom: 17px;
}
.aside .aside-contact ul li span {
  position: absolute;
  top: 0;
  left: 23px;
  text-transform: uppercase;
}
.aside .aside-contact ul .ac1 {
  background: url("../images/ac1.png") no-repeat left 6px;
  background-size: 13px;
}
.aside .aside-contact ul .ac2 {
  background: url("../images/ac2.png") no-repeat left 6px;
  background-size: 13px;
}
.aside .aside-contact ul .ac3 {
  background: url("../images/ac3.png") no-repeat left 4px;
  background-size: 13px;
}
.aside .aside-contact ul .ac4 {
  background: url("../images/ac4.png") no-repeat 1px 5px;
  background-size: 11px;
}
.inmain-right {
  float: right;
  width: 78%;
  padding-top: 7px;
}
.inmain-right .inmain-top {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #e6e6e6;
}
.inmain-right .inmain-top .h3 {
  float: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  z-index: 4;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.inmain-right .inmain-top .h3 span {
  background: url("../images/span.png") no-repeat center left;
  padding-left: 28px;
  margin-left: 6px;
}
.inmain-right .product01 {
  padding-top: 50px;
}
.inmain-right .product01 ul {
  margin: 0 -16px;
}
.inmain-right .product01 ul li {
  width: 50%;
  float: left;
  padding: 0 16px;
  margin-bottom: 40px;
}
.inmain-right .product01 ul li .box {
  border: 1px solid #d2d2d2;
  padding: 18px 18px 50px 18px;
  background: #f8f8f8;
}
.inmain-right .product01 ul li .box .pic {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
}
.inmain-right .product01 ul li .box .pic img {
  transition: all 700ms ease;
}
.inmain-right .product01 ul li .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.90%;
}
.inmain-right .product01 ul li .box .text {
  padding-top: 35px;
  overflow: hidden;
}
.inmain-right .product01 ul li .box .text .bt {
  color: #333333;
  font-size: 20px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  font-family: "SourceHanSansSC-Bold";
  text-transform: uppercase;
  margin-bottom: 31px;
}
.inmain-right .product01 ul li .box .text .jsh {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
}
.inmain-right .product01 ul li .box .text .more {
  width: 115px;
  height: 31px;
  line-height: 31px;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  margin-left: 30px;
  font-family: arial;
  text-transform: uppercase;
  background: #dadada;
  float: right;
}
.inmain-right .product01 ul li:hover .box {
  border: 1px solid #03498f;
}
.inmain-right .product01 ul li:hover .box .pic img {
  transform: scale(1.04);
}
.inmain-right .product01 ul li:hover .box .text .bt {
  color: #03498f;
}
.inmain-right .product01 ul li:hover .box .text .more {
  background: #03498f;
  color: #fff;
}
.inmain-right .product02 dl {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.inmain-right .product02 dt {
  width: 45%;
  float: left;
}
.inmain-right .product02 dd {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-left: 60px;
}
.inmain-right .product02 dd .tit {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: "SourceHanSansSC-Bold";
}
.inmain-right .product02 dd .tit a {
  color: #333;
}
.inmain-right .product02 dd .txt {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-top: 30px;
}
.inmain-right .product02 dd .button {
  bottom: 20px;
  position: absolute;
}
.inmain-right .product02 dd .button a {
  width: 186px;
  height: 42px;
  float: left;
  color: #333;
  font-size: 20px;
  line-height: 40px;
  display: block;
  margin-right: 55px;
  text-align: center;
  transition: all 500ms ease;
  border: solid 1px #03498f;
}
.inmain-right .product02 dd .button a img {
  margin: 8px 5px 0 0;
}
.inmain-right .product02 dd .button a:first-child {
  font-size: 14px;
  color: #fff;
  background: #03498f;
  text-transform: uppercase;
}
.inmain-right .product02 dd .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.inmain-right .product02 ul li {
  width: 33.3333%;
}
.inmain-right .product02 ul li .box .pic:after {
  padding-bottom: 74%;
}
.inmain-right .product02 ul li .box .text .jsh {
  height: 52px;
}
.inside-application {
  padding-top: 70px;
  padding-bottom: 120px;
}
.inside-application .list {
  padding-top: 35px;
}
.inside-application .list li {
  margin-top: 30px;
  overflow: hidden;
  background: #03498f;
}
.inside-application .list li .pic {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-application .list li .pic img {
  transition: all 700ms ease;
}
.inside-application .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.74%;
}
.inside-application .list li .txtbox {
  width: 50%;
  float: right;
  padding: 68px;
  color: #fff;
}
.inside-application .list li .txtbox .tit {
  font-size: 32px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-family: "SourceHanSansSC-Medium";
}
.inside-application .list li .txtbox .txt {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.inside-application .list li .txtbox .line {
  margin-top: 20px;
  border-top: solid 1px #4f80b1;
}
.inside-application .list li .txtbox .txt {
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin: 30px 0 40px 0;
}
.inside-application .list li .txtbox .more {
  color: #fff;
  opacity: 0.6;
  width: 142px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #fff;
  transition: all 500ms ease;
}
.inside-application .list li:hover .pic img {
  transform: scale(1.05);
}
.inside-application .list li:hover .txtbox .more {
  opacity: 1;
}
.inside-application .list .tab .pic {
  float: right;
}
.inside-application .list-2 {
  overflow: hidden;
  padding-top: 35px;
}
.inside-application .list-2 ul {
  margin: 0 -25px;
}
.inside-application .list-2 li {
  width: 50%;
  float: left;
  padding: 25px;
}
.inside-application .list-2 li a {
  display: block;
  position: relative;
  transition: all 700ms ease;
}
.inside-application .list-2 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-application .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.9%;
}
.inside-application .list-2 li .pic img {
  transition: all 700ms ease;
}
.inside-application .list-2 li .txtbox {
  top: 50%;
  left: 3.4%;
  color: #222;
  width: 280px;
  height: 130px;
  z-index: 1;
  padding: 30px;
  position: absolute;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.94);
}
.inside-application .list-2 li .txtbox .tit {
  font-size: 20px;
  height: 24px;
  overflow: hidden;
}
.inside-application .list-2 li .txtbox .more {
  color: #03498f;
  font-size: 16px;
  margin-top: 20px;
}
.inside-application .list-2 li:hover a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.inside-application .list-2 li:hover .pic img {
  transform: scale(1.05);
}
.inside-application .list-2 li:hover .txtbox {
  color: #fff;
  background: #03498f;
}
.inside-application .list-2 li:hover .txtbox .more {
  color: #fff;
}
.inside-application .list-2 li:hover .txtbox .txt {
  color: #fff;
}
.inside-application .list-3 li .txtbox {
  height: 216px;
}
.inside-application .list-3 li .txtbox .tit {
  margin-top: 10px;
  margin-bottom: 20px;
}
.inside-application .list-3 li .txtbox .txt {
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #7A7A7A;
}
.inside-application .list-3 li .txtbox .more {
  margin-top: 30px;
}
.inside-application .submenu {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: solid 1px #d6e4f1;
}
.inside-application .submenu ul {
  width: 106%;
  margin-left: -50px;
}
.inside-application .submenu li {
  width: 11.11111111%;
  float: left;
  text-align: center;
}
.inside-application .submenu li .icon {
  display: block;
  transition: all 700ms ease;
}
.inside-application .submenu li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-family: "SourceHanSansSC-Medium";
}
.inside-application .submenu li:hover .icon {
  transform: rotateY(180deg);
}
.inside-application .submenu li:hover .tit {
  color: #03498f;
}
.info-pic {
  padding: 50px 0 0px 0;
  overflow: hidden;
}
.info-pic .pro-left {
  float: left;
  width: 50%;
  overflow: hidden;
}
.info-pic .pro-left {
  position: relative;
}
.info-pic .pro-left .slick-prev:before,
.info-pic .pro-left .slick-next:before {
  display: none;
}
.info-pic .pro-left .slick-prev,
.info-pic .pro-left .slick-next {
  width: 100%;
  height: 14px;
  margin-top: 0;
  z-index: 7;
  top: 0;
}
.info-pic .pro-left .slick-prev {
  background: #efefef url(../images/lefth.png) no-repeat center center;
  left: 0;
}
.info-pic .pro-left .slick-next {
  background: #efefef url(../images/righth.png) no-repeat center center;
  right: 0;
  top: auto;
  bottom: 0;
}
.info-pic .pro-left .pro-max {
  width: 76%;
  float: right;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 14px 0;
  margin-top: 0;
  border: 1px solid #dcdcdc;
}
.info-pic .pro-left .pro-max .item .pic {
  position: relative;
}
.info-pic .pro-left .pro-max .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.4%;
}
.info-pic .pro-left .pro-min {
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
  padding: 14px 0;
}
.info-pic .pro-left .pro-min .getIndex {
  padding: 4px 0;
}
.info-pic .pro-left .pro-min .getIndex .item .pic {
  display: block;
  border: 1px solid #d5d5d5;
  position: relative;
}
.info-pic .pro-left .pro-min .getIndex .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.5%;
}
.info-pic .pro-left .pro-min .slick-current .item .pic {
  border: 1px solid #03498f;
}
.info-pic .pro-text {
  float: right;
  width: 45%;
  padding-top: 27px;
}
@media (max-width: 1500px) {
  .info-pic .pro-text {
    padding-top: 15px;
  }
}
.info-pic .pro-text .bt {
  font-size: 20px;
  color: #333333;
  position: relative;
  font-family: "SourceHanSansSC-Bold";
  padding-left: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #eaedef;
  padding-bottom: 11px;
}
.info-pic .pro-text .bt:after {
  content: '';
  display: block;
  width: 6px;
  height: 21px;
  background: #03498f;
  position: absolute;
  top: 3px;
  left: 0;
}
.info-pic .pro-text .jsh {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 33px;
  margin-bottom: 46px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-family: "SourceHanSansSC-Light";
}
.info-pic .pro-text .jsh p {
  position: relative;
}
@media (max-width: 1500px) {
  .info-pic .pro-text .jsh {
    margin: 20px 0;
  }
}
.info-pic .pro-text .download {
  margin-bottom: 53px;
}
.info-pic .pro-text .download a {
  display: block;
  margin-right: 15px;
  float: left;
  width: 186px;
  height: 42px;
  color: #333333;
  line-height: 40px;
  font-family: "SourceHanSansSC-Light";
  font-size: 20px;
  text-align: center;
  border: 1px solid #03498f;
}
.info-pic .pro-text .download a img {
  margin: 12px 5px 0 0;
  display: inline-block;
}
.info-pic .pro-text .download a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.info-pic .pro-text .download a.lx {
  color: #fff;
  border: 1px solid #03498f;
  background: #03498f;
}
.info-text {
  margin-top: 60px;
}
.info-title {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  background: #f8f8f8;
}
.info-title li {
  float: left;
  width: 170px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.info-title .active {
  color: #03498f;
  background: #efefef;
}
.info-nr {
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}
.info-tab {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  border-bottom: solid 1px #e0e0e0;
}
.info-tab .lanse {
  font-size: 21px;
  color: #02caf2;
}
.info-tab .js {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}
.info-tab .js:before {
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: solid 1px #0d86da;
}
.info-tab .tu {
  margin-left: 15px;
  margin-top: 15px;
}
.info-tab .text-2 {
  padding-bottom: 10px;
  padding-left: 15px;
}
.info-tab .product02 ul {
  margin-left: 5px;
}
.info-tab .product02 ul li {
  padding: 0 10px;
}
.info-tab .list-fz {
  padding-left: 64px;
  position: relative;
}
.info-tab .list-fz:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 35px;
  position: absolute;
  background: #03498f;
}
.info-tab .list-fz:after {
  content: "";
  width: 8px;
  height: 8px;
  top: 0px;
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: solid 1px #0d86da;
}
.info-tab .list-fz li {
  line-height: 20px;
  margin-top: 20px;
  position: relative;
}
.info-tab .list-fz li:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  left: -35px;
  border-radius: 100%;
  position: absolute;
  border: solid 3px #d4f5fd;
  background: #03498f;
}
.info-tab .list-fz li span {
  font-family: arial;
  color: #03498f;
  margin-right: 10px;
  display: inline-block;
}
.info-tab .list-fz li .font14 {
  font-size: 14px;
}
.info-tab .list-fz li p:first-child {
  margin-bottom: 5px;
}
.info-tj {
  margin-top: 70px;
}
.info-tj .bt2 {
  width: 128px;
  height: 33px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  line-height: 33px;
  background: url(../images/cbg2.png) no-repeat top center;
}
.info-tj ul {
  margin: 0 -10px;
  margin-top: 35px;
}
.info-tj li {
  float: left;
  padding: 0 10px;
  width: 33.333%;
}
.info-tj li .item a {
  display: block;
}
.info-tj li .item .pic {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.info-tj li .item .pic img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 700ms ease;
}
.info-tj li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.7%;
}
.info-tj li .item .tit {
  color: #222;
  height: 70px;
  font-size: 20px;
  padding: 0 20px;
  overflow: hidden;
  line-height: 70px;
  transition: all 400ms ease;
  background: #f2f6f7;
}
.info-tj li .item .tit span {
  font-size: 16px;
  padding-left: 30px;
  color: #b7c0d2;
  float: right;
  font-weight: lighter;
}
.info-tj li .item:hover .tit {
  color: #fff;
  background: #03498f;
}
.info-tj li .item:hover .tit span {
  color: #fff;
}
.info-tj li .item:hover .pic img {
  transform: scale(1.05);
}
