.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  position: relative;
  margin-top: 70px;
}
.banner .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40.36458333%;
  height: 100%;
  background-color: #245187;
}
.banner .left .item {
  position: absolute;
  right: 48px;
  bottom: 30.6741573%;
  width: 350px;
  text-align: center;
}
.banner .left .item::before,
.banner .left .item::after {
  content: '';
  position: absolute;
  top: -114px;
  left: 8px;
  width: 300px;
  height: 108px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.banner .left .item::after {
  top: -130px;
  left: 37px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}
.banner .left .item h2 {
  margin: 0;
  font-size: 35px;
  color: #fff;
}
.banner .left .item h2::before {
  content: '';
  position: absolute;
  top: -114px;
  left: 307px;
  width: 2px;
  height: 36px;
  background-color: #fff;
}
.banner .left .item h2::after {
  content: '';
  position: absolute;
  top: -130px;
  left: 37px;
  width: 2px;
  height: 70px;
  background-color: #fff;
}
.banner .left .item ul {
  padding: 13px 0 10px 0;
  display: inline-block;
}
.banner .left .item ul::before {
  content: '';
  position: absolute;
  bottom: -66px;
  left: 8px;
  width: 300px;
  height: 173px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.banner .left .item ul::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 38px;
  width: 300px;
  height: 85px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.banner .left .item ul li {
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.banner .left .item ul li:nth-child(even) {
  padding: 0 10px;
}
.banner .left .item .txt {
  padding-bottom: 20px;
}
.banner .left .item .txt::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 336px;
  width: 2px;
  height: 56px;
  background-color: #fff;
}
.banner .left .item .txt::after {
  content: '';
  position: absolute;
  bottom: -66px;
  left: 8px;
  width: 2px;
  height: 39px;
  background-color: #fff;
}
.banner .left .item .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.banner .left .item a {
  position: relative;
  display: inline-block;
  padding: 0 9px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  width: 90px;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.banner .left .item a:hover::before {
  transform: translate(30%, -50%);
}
.banner .left .item a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
  color: #245187;
  background-color: #fff;
  transform: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .slickbanner {
  position: relative;
  float: right;
  width: 59.63541667%;
}
.banner .slickbanner .slick-list {
  margin-bottom: -5px;
}
.banner .slickbanner .slick-list .item .img-box {
  padding-bottom: 77.72925764%;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 8.98876404%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 -4px;
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 4px;
}
.banner .slickbanner .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-dots .slick-active button {
  width: 30px;
  height: 6px;
  border-radius: 1.5px;
  transform: translateY(1px);
  background-color: #245187;
}
.index-product {
  overflow: hidden;
  padding-top: 64px;
  background-color: #fafafa;
}
.index-product .common-title div h3 {
  transform: translateY(50%);
}
.index-product .content {
  position: relative;
  padding: 80px 0 136px 0;
  z-index: 3;
}
.index-product .content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400%;
  content: '';
  height: 350px;
  background-color: #fff;
  z-index: -1;
}
.index-product .content li {
  overflow: hidden;
  float: left;
  padding-right: 15px;
  margin-bottom: 25px;
}
.index-product .content li a {
  position: relative;
  display: block;
  z-index: 1;
}
.index-product .content li a:hover .pic img {
  transform: scale(1.1);
}
.index-product .content li a:hover .pic .p-mask {
  top: 0;
}
.index-product .content li a:hover .txt {
  right: 0;
  transform: translateX(110%);
}
.index-product .content li a .pic {
  overflow: hidden;
  position: relative;
  width: 380px;
  height: 300px;
}
.index-product .content li a .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-product .content li a .pic .p-mask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 27, 57, 0.8);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-product .content li a .pic .p-mask .p-mask-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.index-product .content li a .pic .p-mask .p-mask-box::after {
  display: inline-block;
  margin-top: 13px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #245187;
}
.index-product .content li a .pic .p-mask .p-mask-box p {
  font-size: 18px;
  color: #fff;
}
.index-product .content li a .txt {
  position: absolute;
  bottom: -5px;
  right: -5px;
  min-width: 190px;
  max-width: 100%;
  height: 40px;
  background-color: #245187;
  z-index: 2;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-product .content li a .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.index-product .content li:nth-child(3) {
  padding-right: 0;
}
.index-product .content li:nth-child(4),
.index-product .content li:nth-child(5),
.index-product .content li:nth-child(6),
.index-product .content li:nth-child(7) {
  padding-right: 16.66666667px;
  margin-bottom: 0;
}
.index-product .content li:nth-child(4) .pic,
.index-product .content li:nth-child(5) .pic,
.index-product .content li:nth-child(6) .pic,
.index-product .content li:nth-child(7) .pic {
  width: 280px;
  height: 270px;
}
.index-product .content li:nth-child(7) {
  padding-right: 0;
}
.index-about {
  position: relative;
  height: 600px;
  background: url(../images/img/index_about_bg.jpg) no-repeat center fixed;
  background-size: cover;
}
.index-about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(14, 38, 68, 0.5);
  z-index: 1;
}
.index-about .container {
  position: relative;
}
.index-about .container .left {
  float: left;
  position: relative;
  width: 510px;
  z-index: 2;
  margin-top: 150px;
}
.index-about .container .left::before,
.index-about .container .left::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  z-index: 2;
}
.index-about .container .left::before {
  top: 0;
  right: 0;
  transform: translate(5px, -4px);
}
.index-about .container .left::after {
  bottom: 0;
  left: 0;
  transform: translate(-5px, 4px);
}
.index-about .container .left .video {
  position: relative;
  width: 510px;
  height: 300px;
  z-index: 3;
}
.index-about .container .left .video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.index-about .container .left .video img {
  width: 100%;
  height: 100%;
}
.index-about .container .left .video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.index-about .container .left .video i:hover::before {
  color: #245187;
}
.index-about .container .left .video i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  color: #fff;
  font-size: 36px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-about .container .right {
  position: absolute;
  top: -50px;
  right: 0;
  float: right;
  width: 630px;
  height: 700px;
  padding-top: 65px;
  background-color: rgba(36, 81, 135, 0.95);
  z-index: 2;
}
.index-about .container .right .common-title div h3 {
  color: #fff;
}
.index-about .container .right .common-title div p {
  color: #193d69;
  font-size: 14px;
  line-height: 20px;
}
.index-about .container .right .content {
  text-align: center;
  padding-top: 17px;
}
.index-about .container .right .content .txt-bar {
  display: inline-block;
}
.index-about .container .right .content .txt-bar li {
  float: left;
  font-size: 20px;
  color: #fff;
}
.index-about .container .right .content .txt-bar li:nth-child(even) {
  padding: 0 5px;
}
.index-about .container .right .content .txt {
  overflow: auto;
  height: 295px;
  padding: 10px 54px;
  padding-top: 15px;
  text-align: left;
}
.index-about .container .right .content .txt p {
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
}
.index-about .container .right .content a {
  display: inline-block;
  margin-right: -420px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-about .container .right .content a:hover {
  text-decoration: underline;
}
.index-about .container .right .content .num {
  margin-top: 37px;
  padding: 34px 0 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: left;
}
.index-about .container .right .content .num li {
  float: left;
  width: 152px;
  height: 80px;
  padding-left: 15px;
  padding-top: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.index-about .container .right .content .num li .box b {
  font-size: 20px;
  color: #fff;
}
.index-about .container .right .content .num li .box b sup {
  top: -10px;
  font-size: 14px;
  font-weight: 700;
}
.index-about .container .right .content .num li .box i {
  position: relative;
  left: -12px;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.index-about .container .right .content .num li .box i sup {
  font-size: 12px;
  font-weight: 700;
}
.index-about .container .right .content .num li p {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}
.index-about .container .right .content .num li:nth-child(1) {
  margin-left: 11px;
  padding-left: 24px;
}
.index-about .container .right .content .num li:nth-child(4) {
  border: none;
}
.fancybox-container {
  z-index: 999999999 !important;
}
.index-case {
  padding-top: 115px;
}
.index-case .common-title p {
  line-height: 35px;
}
.index-case .content {
  position: relative;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 70px;
  border-top: 1px solid #d1d1d1;
}
.index-case .content::before {
  content: '';
  position: absolute;
  right: 10px;
  top: -18px;
  height: 15px;
  width: 15px;
  background: url(../images/img/index_case_icon.png) no-repeat;
  background-size: cover;
}
.index-case .content .left {
  float: left;
  width: 500px;
}
.index-case .content .left .video {
  overflow: hidden;
  position: relative;
  width: 500px;
  height: 490px;
}
.index-case .content .left .video:hover img {
  transform: scale(1.1);
}
.index-case .content .left .video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.index-case .content .left .video img {
  height: 100%;
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-case .content .left .video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.index-case .content .left .video i:hover::before {
  color: #245187;
}
.index-case .content .left .video i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  color: #fff;
  font-size: 50px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-case .content .right {
  float: right;
  width: 660px;
}
.index-case .content .right li {
  float: left;
  width: 325px;
  height: 240px;
}
.index-case .content .right li a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.index-case .content .right li a:hover::before {
  opacity: 0;
}
.index-case .content .right li a:hover .pic img {
  transform: scale(1.1);
}
.index-case .content .right li a .pic {
  width: 100%;
  height: 100%;
}
.index-case .content .right li a .pic img {
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-case .content .right li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img/index_case_bg.png) no-repeat;
  background-size: cover;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-case .content .right li a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.index-case .content .right li a .txt h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-indent: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-case .content .right li a .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-indent: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-case .content .right li:nth-child(1) {
  width: 660px;
  margin-bottom: 10px;
}
.index-case .content .right li:nth-child(1)::before {
  background: url(../images/img/index_case_bg1.png) no-repeat;
  background-size: cover;
}
.index-case .content .right li:nth-child(2) {
  margin-right: 10px;
}
.index-advantage {
  position: relative;
  height: 455px;
  padding-top: 65px;
  width: 100%;
  background: url(../images/img/index_advantage_bg.jpg) no-repeat center fixed;
  background-size: cover;
}
.index-advantage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 81, 135, 0.8);
  z-index: 1;
}
.index-advantage::after {
  content: '';
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 140px;
  background-color: #d1d1d1;
  z-index: 3;
}
.index-advantage .container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-advantage .container .common-title h3 {
  color: #fff;
  transform: translateY(38%);
}
.index-advantage .container .common-title p {
  color: #193d69;
  font-size: 20px;
  line-height: 37px;
}
.index-advantage .container .content {
  position: relative;
}
.index-advantage .container .content::before,
.index-advantage .container .content::after {
  position: absolute;
  top: 118px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.index-advantage .container .content::before {
  left: 0;
}
.index-advantage .container .content::after {
  right: 0;
}
.index-advantage .container .content ul {
  padding-top: 66px;
}
.index-advantage .container .content ul li {
  position: relative;
  float: left;
  width: 292.5px;
  text-align: center;
}
.index-advantage .container .content ul li:hover span:nth-child(1)::before {
  -webkit-animation: narrow 0.85s 0s ease both;
  animation: narrow 0.85s 0s ease both;
}
.index-advantage .container .content ul li:hover span:nth-child(1)::after {
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 55px;
  height: 55px;
  background-color: transparent;
  border: 1px solid #fff;
}
.index-advantage .container .content ul li:hover span:nth-child(2) {
  -webkit-animation: txtnarrow 0.85s 0s ease both;
  animation: txtnarrow 0.85s 0s ease both;
}
.index-advantage .container .content ul li::before,
.index-advantage .container .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 138.5px;
  height: 2px;
  background-color: #ffffff;
}
.index-advantage .container .content ul li::before {
  left: 0;
}
.index-advantage .container .content ul li::after {
  right: 0;
}
@-webkit-keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(15deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(15deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(15deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(15deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@-webkit-keyframes txtnarrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes txtnarrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.index-advantage .container .content ul li span {
  display: block;
}
.index-advantage .container .content ul li span:nth-child(1) {
  position: relative;
  margin-bottom: 42px;
}
.index-advantage .container .content ul li span:nth-child(1)::before {
  position: relative;
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  color: #fff;
  font-size: 40px;
  z-index: 2;
}
.index-advantage .container .content ul li span:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 1;
}
.index-advantage .container .content ul li span:nth-child(2) {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.index-advantage .container .content ul li:nth-child(2) span:nth-child(1)::before {
  content: '\e62a';
}
.index-advantage .container .content ul li:nth-child(3) span:nth-child(1) {
  margin-bottom: 50px;
}
.index-advantage .container .content ul li:nth-child(3) span:nth-child(1)::before {
  content: '\e668';
  font-size: 33px;
}
.index-advantage .container .content ul li:nth-child(4) span:nth-child(1) {
  margin-bottom: 50px;
}
.index-advantage .container .content ul li:nth-child(4) span:nth-child(1)::before {
  content: '\e6be';
  font-size: 33px;
}
.index-advantage .container .content .txt {
  padding-top: 40px;
  text-align: center;
}
.index-advantage .container .content .txt p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.index-new {
  padding-top: 65px;
}
.index-new .common-title div h3 {
  transform: translateY(38%);
}
.index-new .content {
  padding: 80px 0;
}
.index-new .content li {
  position: relative;
  float: left;
  width: 280px;
  margin-right: 16.66666667px;
  padding-bottom: 120px;
}
.index-new .content li:hover .pic img {
  transform: scale(1.1);
}
.index-new .content li:hover .txt {
  padding-top: 32px;
  height: 220px;
  background-color: #245187;
}
.index-new .content li:hover .txt a:nth-child(1) {
  color: #fff;
  margin-bottom: 30px;
}
.index-new .content li:hover .txt p {
  color: #fff;
}
.index-new .content li:hover .txt i {
  transform: translate(-50%, 55px);
  background-color: transparent;
}
.index-new .content li:hover .txt a:nth-child(4) {
  opacity: 1;
  bottom: 42px;
}
.index-new .content li .pic {
  overflow: hidden;
  display: block;
  width: 280px;
  height: 300px;
}
.index-new .content li .pic img {
  height: 100%;
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-new .content li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5px;
  padding-top: 20px;
  height: 120px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .content li .txt a:nth-child(1) {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .content li .txt a:nth-child(1):hover {
  text-decoration: underline;
}
.index-new .content li .txt p {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .content li .txt i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #245187;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 2;
}
.index-new .content li .txt a:nth-child(4) {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #245187;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .content li:nth-child(4) {
  margin-right: 0;
}
.about {
  position: relative;
  padding-top: 65px;
  background-color: #f6f6f6;
  min-height: 1340px;
}
.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 616px;
  background: url(../images/img/about_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.about .common-title {
  position: relative;
  z-index: 2;
}
.about .common-title p {
  font-size: 16px;
}
.about .content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.about .content .info h4 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.about .content .info .txt p {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}
.about .content .info .pic {
  padding-top: 20px;
}
.about .content .info .pic .video,
.about .content .info .pic .right {
  float: left;
  width: 575px;
  height: 300px;
}
.about .content .info .pic .video img,
.about .content .info .pic .right img {
  width: 100%;
  height: 100%;
}
.about .content .info .pic .video {
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.about .content .info .pic .video:hover img {
  transform: scale(1.1);
}
.about .content .info .pic .video img {
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about .content .info .pic .video::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.about .content .info .pic .video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.about .content .info .pic .video i:hover::before {
  color: #245187;
}
.about .content .info .pic .video i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  color: #fff;
  font-size: 36px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about .content .a-purpose h4 {
  margin: 0;
  padding: 46px 0 26px 0;
  font-size: 25px;
  line-height: 35px;
  color: #000;
  font-weight: 400;
}
.about .content .a-purpose ul li {
  position: relative;
  float: left;
  width: 280px;
  height: 205px;
  margin-right: 16.66666667px;
}
.about .content .a-purpose ul li:hover .pic img {
  transform: scale(1.1);
}
.about .content .a-purpose ul li:hover .txt {
  background-color: rgba(36, 81, 135, 0.6);
}
.about .content .a-purpose ul li .pic {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about .content .a-purpose ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about .content .a-purpose ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about .content .a-purpose ul li .txt p {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.about .content .a-purpose ul li:nth-child(4) {
  margin-right: 0;
}
.about .content .a-idea h4 {
  margin: 0;
  padding: 28px 0 44px 0;
  font-size: 25px;
  line-height: 35px;
  color: #000;
  font-weight: 400;
}
.about .content .a-idea ul li {
  float: left;
  width: 296.66px;
  min-height: 120px;
  text-align: center;
  border-right: 1px solid #dfdede;
}
.about .content .a-idea ul li:hover b,
.about .content .a-idea ul li:hover p {
  -webkit-animation: narrow 0.8s 0s ease both;
  animation: narrow 0.8s 0s ease both;
}
.about .content .a-idea ul li b {
  display: inline-block;
  padding-bottom: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #dfdede;
  background-color: #245187;
  font-weight: 400;
}
.about .content .a-idea ul li p {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}
@-webkit-keyframes a_narrow {
  0% {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  25% {
    transform: translate(-50%, -50%) rotateZ(5deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  75% {
    transform: translate(-50%, -50%) rotateZ(9deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(0);
  }
}
@keyframes a_narrow {
  0% {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  25% {
    transform: translate(-50%, -50%) rotateZ(5deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  75% {
    transform: translate(-50%, -50%) rotateZ(9deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(0);
  }
}
.about .content .a-idea ul li:nth-child(1) {
  width: 280px;
}
.common-nav {
  float: left;
  width: 280px;
  padding-top: 65px;
}
.common-nav .common-title {
  text-align: left;
}
.common-nav .common-title div {
  text-align: center;
}
.common-nav .common-first {
  padding-top: 10px;
}
.common-nav .common-first > li {
  position: relative;
  padding: 0 35px;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.common-nav .common-first > li:hover {
  border-color: #d1d1d1;
}
.common-nav .common-first > li:hover::after {
  opacity: 1;
}
.common-nav .common-first > li::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  color: #245187;
  opacity: 0;
  font-size: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.common-nav .common-first > li a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.common-nav .common-first > .active {
  border-color: #d1d1d1;
}
.common-nav .common-first > .active::after {
  opacity: 1;
}
.product {
  background-color: #f6f6f6;
}
.product .right {
  float: right;
  min-height: 1185px;
  width: 870px;
  padding-top: 140px;
}
.product .right .p-box li {
  float: left;
  width: 275px;
  margin-right: 22.5px;
  margin-bottom: 30px;
}
.product .right .p-box li:hover .pic img {
  transform: scale(1.1);
}
.product .right .p-box li:hover .txt p {
  color: #245187;
}
.product .right .p-box li:hover .txt::after {
  background-color: #245187;
}
.product .right .p-box li .pic {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 3px;
}
.product .right .p-box li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.product .right .p-box li .txt {
  position: relative;
  display: block;
  padding: 0 26px;
  padding-right: 32px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #e7e7e7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product .right .p-box li .txt::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  content: '+';
  background-color: #d1d1d1;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product .right .p-box li .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
.product .right .p-box li:nth-child(3n) {
  margin-right: 0;
}
.product .right .page {
  padding-top: 50px;
}
.product-details {
  background-color: #f6f6f6;
}
.product-details .right {
  float: right;
  min-height: 1070px;
  width: 870px;
  padding-top: 140px;
}
.product-details .right .info .p-slick {
  float: left;
  width: 500px;
  height: 490px;
}
.product-details .right .info .p-slick .slider-for .slick-list {
  margin-bottom: -5px;
}
.product-details .right .info .p-slick .slider-for .slick-list .item {
  position: relative;
  width: 500px;
  height: 400px;
}
.product-details .right .info .p-slick .slider-for .slick-list .item img {
  width: 100%;
  height: 100%;
}
.product-details .right .info .p-slick .slider-for .slick-list .item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .info .p-slick .slider-for .slick-list .item i:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.product-details .right .info .p-slick .slider-for .slick-list .item i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  color: #fff;
  font-size: 32px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .info .p-slick .slider-nav {
  position: relative;
  padding: 0 35px;
  padding-top: 10px;
}
.product-details .right .info .p-slick .slider-nav .slick-list {
  margin: 0 -5px;
  margin-bottom: -5px;
}
.product-details .right .info .p-slick .slider-nav .slick-list .item {
  padding: 0 5px;
}
.product-details .right .info .p-slick .slider-nav .slick-list .item img {
  border: 1px solid #a9a9a9;
  width: 100px;
  height: 80px;
}
.product-details .right .info .p-slick .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 20px;
  height: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .info .p-slick .slider-nav .slick-arrow:hover {
  background-color: #245187;
}
.product-details .right .info .p-slick .slider-nav .slick-arrow:hover::before {
  color: #fff;
}
.product-details .right .info .p-slick .slider-nav .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb60';
  color: #245187;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .info .p-slick .slider-nav .slick-prev {
  left: 5px;
}
.product-details .right .info .p-slick .slider-nav .slick-next {
  right: 5px;
}
.product-details .right .info .p-slick .slider-nav .slick-next::before {
  content: '\e625';
}
.product-details .right .info .details {
  float: right;
  width: 340px;
  text-align: right;
}
.product-details .right .info .details h4 {
  margin: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #010101;
  white-space: nowrap;
  background-color: #e7e7e7;
}
.product-details .right .info .details .txt {
  min-height: 228px;
  text-align: left;
}
.product-details .right .info .details .txt b {
  display: block;
  padding: 27px 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #010101;
}
.product-details .right .info .details .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product-details .right .info .details .link {
  display: inline-block;
}
.product-details .right .info .details .link a {
  float: left;
  display: block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-color: #fff;
}
.product-details .right .info .details .link a:hover {
  background-color: #245187;
}
.product-details .right .info .details .link a:hover::before {
  color: #fff;
}
.product-details .right .info .details .link a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb60';
  color: #245187;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .info .details .link a:nth-child(2) {
  margin-left: 3px;
}
.product-details .right .info .details .link a:nth-child(2)::before {
  content: '\e625';
}
.product-details .right .other-products h4 {
  margin: 0;
  padding: 45px 0 27px 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.product-details .right .other-products .other-p-slick {
  position: relative;
}
.product-details .right .other-products .other-p-slick .slick-list {
  margin: 0 -7.5px;
  margin-bottom: -5px;
}
.product-details .right .other-products .other-p-slick .slick-list .item {
  padding: 0 7.5px;
  width: 290px !important;
}
.product-details .right .other-products .other-p-slick .slick-list .item:hover .pic img {
  transform: scale(1.1);
}
.product-details .right .other-products .other-p-slick .slick-list .item:hover .txt p {
  color: #245187;
}
.product-details .right .other-products .other-p-slick .slick-list .item:hover .txt::after {
  background-color: #245187;
}
.product-details .right .other-products .other-p-slick .slick-list .item .pic {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 3px;
}
.product-details .right .other-products .other-p-slick .slick-list .item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.product-details .right .other-products .other-p-slick .slick-list .item .txt {
  position: relative;
  display: block;
  padding: 0 26px;
  padding-right: 32px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #e7e7e7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .other-products .other-p-slick .slick-list .item .txt::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  content: '+';
  background-color: #d1d1d1;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .other-products .other-p-slick .slick-list .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
.product-details .right .other-products .other-p-slick .slick-arrow {
  position: absolute;
  top: 95px;
  font-size: 0;
  width: 20px;
  height: 30px;
  z-index: 10;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .other-products .other-p-slick .slick-arrow:hover {
  background-color: #245187;
}
.product-details .right .other-products .other-p-slick .slick-arrow:hover::before {
  color: #fff;
}
.product-details .right .other-products .other-p-slick .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb60';
  color: #245187;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details .right .other-products .other-p-slick .slick-prev {
  left: 0;
}
.product-details .right .other-products .other-p-slick .slick-next {
  right: 5px;
}
.product-details .right .other-products .other-p-slick .slick-next::before {
  content: '\e625';
}
.case-nav {
  text-align: right;
  height: 31px;
  border-bottom: 1px solid #d9dadb;
}
.case-nav ul {
  display: inline-block;
}
.case-nav ul li {
  float: left;
}
.case-nav ul li a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-nav ul li a:hover {
  background-color: #0575e6;
  color: #fff;
}
.case-nav ul .active a {
  background-color: #0575e6;
  color: #fff;
}
.case,
.case-video {
  padding-top: 65px;
}
.case .content,
.case-video .content {
  padding-top: 40px;
}
.case .content .case-list,
.case-video .content .case-list {
  margin: 0 -8.333px;
}
.case .content .case-list li,
.case-video .content .case-list li {
  float: left;
  width: 296.666;
  padding: 0 8.333px;
  margin-bottom: 8px;
}
.case .content .case-list li .item,
.case-video .content .case-list li .item {
  position: relative;
  display: block;
  width: 280px;
}
.case .content .case-list li .item:hover .pic img,
.case-video .content .case-list li .item:hover .pic img {
  transform: scale(1.1);
}
.case .content .case-list li .item:hover .txt p,
.case-video .content .case-list li .item:hover .txt p {
  color: #245187;
  text-decoration: underline;
}
.case .content .case-list li .item .pic,
.case-video .content .case-list li .item .pic {
  overflow: hidden;
  width: 280px;
  height: 220px;
}
.case .content .case-list li .item .pic img,
.case-video .content .case-list li .item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.case .content .case-list li .item .txt p,
.case-video .content .case-list li .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case .content .case-list li .item i,
.case-video .content .case-list li .item i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  line-height: 30px;
  text-align: center;
  background-color: #245187;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}
.case .content .page,
.case-video .content .page {
  padding: 50px 0 80px 0;
}
.case-video .content {
  padding-top: 30px;
}
.case-video .content .case-list li .item:hover .txt p {
  text-decoration: none;
}
.case-video .content .case-list li .item .pic {
  position: relative;
  cursor: pointer;
}
.case-video .content .case-list li .item .pic:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.case-video .content .case-list li .item .pic:hover::after {
  color: #0575e6;
}
.case-video .content .case-list li .item .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-video .content .case-list li .item .pic::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-details .title,
.new-details .title {
  padding-bottom: 14px;
  text-align: center;
}
.case-details .title h3,
.new-details .title h3 {
  margin: 0;
  padding: 75px 0 33px 0;
  font-size: 25px;
  color: #000;
}
.case-details .title i,
.new-details .title i {
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.case-details .content,
.new-details .content {
  position: relative;
  padding: 28px 0;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-right: none;
}
.case-details .content::before,
.new-details .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 3px;
  background-color: #245187;
}
.case-details .content p,
.new-details .content p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.case-details .content p img,
.new-details .content p img {
  max-width: 100%;
  height: auto;
}
.case-details .a-link,
.new-details .a-link {
  padding: 13px 0 65px 0;
}
.case-details .a-link .left,
.new-details .a-link .left {
  float: left;
  width: 1000px;
}
.case-details .a-link .left p,
.new-details .a-link .left p {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  max-width: 100%;
}
.case-details .a-link .left p:hover,
.new-details .a-link .left p:hover {
  color: #245187;
}
.case-details .a-link .left p:hover::before,
.new-details .a-link .left p:hover::before {
  opacity: 1;
}
.case-details .a-link .left p:hover a,
.new-details .a-link .left p:hover a {
  text-decoration: underline;
}
.case-details .a-link .left p::before,
.new-details .a-link .left p::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-3px, -50%);
  color: #245187;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-details .a-link .left p a,
.new-details .a-link .left p a,
.case-details .a-link .left p span,
.new-details .a-link .left p span {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-details .a-link .right,
.new-details .a-link .right {
  float: right;
  width: 100px;
}
.case-details .a-link .right a,
.new-details .a-link .right a {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #245187;
  border-radius: 15px;
  font-size: 14px;
  color: #feffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-details .a-link .right a:hover,
.new-details .a-link .right a:hover {
  background-color: #0575e6;
  text-decoration: underline;
}
.new {
  padding-top: 65px;
}
.new .content {
  padding: 80px 0;
}
.new .content .new-list li {
  position: relative;
  float: left;
  width: 280px;
  margin-right: 16.66666667px;
  padding-bottom: 120px;
  margin-bottom: 30px;
}
.new .content .new-list li:hover .pic img {
  transform: scale(1.1);
}
.new .content .new-list li:hover .txt {
  padding-top: 32px;
  height: 220px;
  background-color: #245187;
}
.new .content .new-list li:hover .txt a:nth-child(1) {
  color: #fff;
  margin-bottom: 30px;
}
.new .content .new-list li:hover .txt p {
  color: #fff;
}
.new .content .new-list li:hover .txt i {
  transform: translate(-50%, 55px);
  background-color: transparent;
}
.new .content .new-list li:hover .txt a:nth-child(4) {
  opacity: 1;
  bottom: 42px;
}
.new .content .new-list li .pic {
  overflow: hidden;
  display: block;
  width: 280px;
  height: 300px;
}
.new .content .new-list li .pic img {
  height: 100%;
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.new .content .new-list li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5px;
  padding-top: 20px;
  height: 120px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new .content .new-list li .txt a:nth-child(1) {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new .content .new-list li .txt a:nth-child(1):hover {
  text-decoration: underline;
}
.new .content .new-list li .txt p {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new .content .new-list li .txt i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #245187;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 2;
}
.new .content .new-list li .txt a:nth-child(4) {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #245187;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new .content .new-list li:nth-child(4n) {
  margin-right: 0;
}
.new .content .page {
  padding-top: 25px;
}
.download {
  background-color: #fafafa;
}
.download .content {
  float: right;
  width: 860px;
  padding: 165px 0 80px 0;
}
.download .content .title {
  text-align: right;
  border-bottom: 1px solid #d9dadb;
}
.download .content .title form {
  display: inline-block;
  width: 130px;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #aba8a8;
}
.download .content .title form input {
  float: left;
  width: 90px;
  font-size: 12px;
  color: #cdcdcd;
  background-color: transparent;
  height: 100%;
}
.download .content .title form input::-webkit-input-placeholder,
.download .content .title form textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
.download .content .title form input:-o-placeholder,
.download .content .title form textarea:-o-placeholder {
  color: #cdcdcd;
}
.download .content .title form input::-moz-placeholder,
.download .content .title form textarea::-moz-placeholder {
  color: #cdcdcd;
}
.download .content .title form input:-ms-input-placeholder,
.download .content .title form textarea:-ms-input-placeholder {
  color: #cdcdcd;
}
.download .content .title form input:focus::-webkit-input-placeholder,
.download .content .title form textarea:focus::-webkit-input-placeholder {
  color: #eee;
}
.download .content .title form input:focus::-o-placeholder,
.download .content .title form textarea:focus::-o-placeholder {
  color: #eee;
}
.download .content .title form input:focus::-moz-placeholder,
.download .content .title form textarea:focus::-moz-placeholder {
  color: #eee;
}
.download .content .title form input:focus::-ms-input-placeholder,
.download .content .title form textarea:focus::-ms-input-placeholder {
  color: #eee;
}
.download .content .title form button {
  float: right;
  background-color: transparent;
  margin-top: 3px;
  font-size: 14px;
}
.download .content .title form button:hover::before {
  color: #245187;
}
.download .content .title form button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e63d';
  color: #aba8a8;
  font-size: 14px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.download .content .download-list {
  padding: 35px 0 50px 0;
}
.download .content .download-list li {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.download .content .download-list li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.download .content .download-list li:hover .pic img {
  transform: scale(1.1);
}
.download .content .download-list li:hover .txt a {
  background-color: #245187;
  color: #fff;
}
.download .content .download-list li:hover .txt a::before {
  color: #fff;
}
.download .content .download-list li .pic {
  overflow: hidden;
  float: left;
  width: 220px;
  height: 260px;
}
.download .content .download-list li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.download .content .download-list li .txt {
  float: right;
  width: 570px;
  height: 260px;
  text-align: right;
}
.download .content .download-list li .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 25px 0 15px 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: left;
}
.download .content .download-list li .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #666666;
}
.download .content .download-list li .txt .details {
  padding: 15px 0 14px 0;
  text-align: left;
}
.download .content .download-list li .txt .details span {
  font-size: 12px;
  line-height: 30px;
  color: #888888;
}
.download .content .download-list li .txt .details span:nth-child(1) {
  margin-right: 80px;
}
.download .content .download-list li .txt .details span:nth-child(2) {
  margin-right: 55px;
}
.download .content .download-list li .txt a {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #245187;
  color: #245187;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.download .content .download-list li .txt a:hover::before {
  transform: translateY(6px);
}
.download .content .download-list li .txt a::before {
  display: inline-block;
  transform: translateY(3px);
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e755';
  font-size: 25px;
  color: #245187;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.download .content .page .page-box li a:hover {
  background-color: #0575e6;
}
.download .content .page .page-box .active a {
  background-color: #0575e6;
  color: #fff;
}
.contact {
  padding: 65px 0 80px 0;
  background-color: #f5f5f5;
}
.contact .content {
  padding-top: 83px;
}
.contact .content .info {
  height: 500px;
}
.contact .content .info .left {
  float: left;
  width: 470px;
  height: 100%;
  padding: 0 30px;
  background-color: #fff;
}
.contact .content .info .left .title {
  padding-top: 86px;
}
.contact .content .info .left .title a {
  display: block;
  width: 270px;
  height: 40px;
}
.contact .content .info .left .title a img {
  height: 100%;
  width: 100%;
}
.contact .content .info .left .title p {
  margin-top: 39px;
  font-size: 25px;
  line-height: 25px;
  color: #000;
}
.contact .content .info .left ul {
  padding-top: 17px;
}
.contact .content .info .left ul li {
  position: relative;
  font-size: 18px;
  line-height: 55px;
  padding-left: 12px;
  color: #666666;
}
.contact .content .info .left ul li::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  transform: rotateZ(45deg);
  width: 5px;
  height: 5px;
  background-color: #245187;
}
.contact .content .info .left ul li a {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.contact .content .info .left ul li a:hover {
  text-decoration: underline;
  color: #245187;
}
.contact .content .info .left ul li a:nth-child(2) {
  margin-right: 33px;
}
.contact .content .info .right {
  float: right;
  width: 670px;
  height: 100%;
}
.contact .content .info .right h5 {
  margin: 0;
  font-size: 25px;
  color: #000;
  line-height: 85px;
  font-weight: 400;
}
.contact .content .info .right .map .map-content {
  height: 415px;
}
.contact .content .message h5 {
  margin: 0;
  padding: 80px 0 20px 0;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
.contact .content .message form input {
  float: left;
  width: 580px;
  height: 40px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #b5b5b5;
}
.contact .content .message form input:nth-child(even) {
  float: right;
}
.contact .content .message form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 13px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 16px;
  color: #b5b5b5;
}
.contact .content .message form input::-webkit-input-placeholder,
.contact .content .message form textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
.contact .content .message form input:-o-placeholder,
.contact .content .message form textarea:-o-placeholder {
  color: #b5b5b5;
}
.contact .content .message form input::-moz-placeholder,
.contact .content .message form textarea::-moz-placeholder {
  color: #b5b5b5;
}
.contact .content .message form input:-ms-input-placeholder,
.contact .content .message form textarea:-ms-input-placeholder {
  color: #b5b5b5;
}
.contact .content .message form input:focus::-webkit-input-placeholder,
.contact .content .message form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.contact .content .message form input:focus::-o-placeholder,
.contact .content .message form textarea:focus::-o-placeholder {
  color: #ccc;
}
.contact .content .message form input:focus::-moz-placeholder,
.contact .content .message form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.contact .content .message form input:focus::-ms-input-placeholder,
.contact .content .message form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.contact .content .message form button {
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #245187;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.contact .content .message form button:hover {
  background-color: #0575e6;
}
.contact .content .message form button::after {
  display: inline-block;
  margin-left: 9px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
  color: #fff;
  font-size: 24px;
}
.sitemap {
  margin-top: 70px;
  padding: 70px 0 190px 0;
  width: 100%;
  height: 1105px;
  background: url(../images/img/site_bg.jpg) no-repeat;
  background-size: cover;
}
.sitemap h2 {
  margin: 0;
  font-size: 35px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sitemap .site-box {
  padding-top: 80px;
}
.sitemap .site-box > li > a {
  float: left;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #245187;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sitemap .site-box > li > a:hover {
  background-color: #0575e6;
}
.sitemap .site-box > li {
  margin-bottom: 50px;
}
.sitemap .site-box > li ul {
  float: right;
  width: 870px;
}
.sitemap .site-box > li ul li {
  float: left;
  margin-right: 55px;
}
.sitemap .site-box > li ul li a {
  font-size: 16px;
  line-height: 60px;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sitemap .site-box > li ul li a:hover {
  color: #0575e6;
  text-decoration: underline;
}
.sitemap .site-box > li:last-child {
  margin-bottom: 0;
}
footer .aside a.icon-whatsapp{
   display: none;
}
footer .aside a.icon-tel:before{
   content: "\e61c";
}
footer .aside a img{
   width: 100px;
}
footer .aside a.icon-tel{
   position: relative;
}
footer .aside a.icon-tel p{
   position: absolute;
   right: 100%;
   line-height: 46px;
   padding: 0 20px;
   top: 0;
   background-color: #fff;
   display: none;
}
footer .aside a.icon-tel:hover p{
   display: block;
}