* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  
  font-family: "微软雅黑";
  padding-top: 110px;
}
.body-index {
  padding-top: 0;
}
img {
  max-width: 100%;
}
.f0 {
  font-size: 0;
}
.flex-dn {
  display: flex;
  flex-wrap: wrap;
}
.flex-dn::before,
.flex-dn::after {
  display: none;
}
.c-yellow {
  color: #ffe500;
}
.c-blue {
  color: #014ed6;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 5.2%;
    padding-right: 5.2%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 5.2%;
    padding-right: 5.2%;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container.w1360 {
    width: 1360px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container.w1440 {
    width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 5.2%;
  padding-right: 5.2%;
  align-items: center;
  z-index: 100;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .a-logo img {
  max-height: 80px;
}
.header .a-logo .mg {
  display: block;
}
.header .a-logo .mgh {
  display: none;
}
.header.bg-fff {
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.header.bg-fff .a-logo img {
  
}
.header.bg-fff .a-logo .mg {
  display: none;
}
.header.bg-fff .a-logo .mgh {
  display: block;
}
.header.bg-fff .nav-list li .span-a1 a {
  color: #333;
  
}
.header.bg-fff .nav-list li .div-down {
  background: rgba(255, 255, 255, 0.8);
}
.header.bg-fff .nav-list li .div-down a {
  color: #333;
}
.header.bg-fff .header-menu .span-line {
  background-image: url('../image/line-02.png');
}
.header.bg-fff .header-search .span-icon {
  background-image: url('../image/icon-search2.png');
}
.header.bg-fff .header-search .div-down .put-01 {
  background: none;
  border: 1px solid #999;
  line-height: 18px;
  border-radius: 16px;
  color: #333;
}
.header.bg-fff .header-search .div-down .btn-01 {
  background-image: url('../image/icon-search2.png');
}
.header.bg-fff .header-lauguage a {
  color: #333;
}
.header.bg-fff .header-bream span,
.header.bg-fff .header-bream::before,
.header.bg-fff .header-bream::after {
  background-color: #000;
}
.header-inside {
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.header-inside .a-logo .mg {
  display: none;
}
.header-inside .a-logo .mgh {
  display: block;
}
.header-inside .nav-list li .span-a1 a {
  color: #333;
}
.header-inside .nav-list li .div-down {
  background: rgba(255, 255, 255, 0.8);
}
.header-inside .nav-list li .div-down a {
  color: #333;
}
.header-inside .header-menu .span-line {
  background-image: url('../image/line-02.png');
}
.header-inside .header-search .span-icon {
  background-image: url('../image/icon-search2.png');
}
.header-inside .header-search .div-down .put-01 {
  background: none;
  border: 1px solid #999;
  color: #333;
}
.header-inside .header-search .div-down .btn-01 {
  background-image: url('../image/icon-search2.png');
}
.header-inside .header-lauguage a {
  color: #333;
}
.header-inside .header-bream span,
.header-inside .header-bream::before,
.header-inside .header-bream::after {
  background-color: #000;
}
.nav-list li {
  position: relative;
  margin-left: 54px;
  
}
.nav-list li .span-a1 {
  position: relative;
  overflow: hidden;
}
.nav-list li .span-a1::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: #ffe500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-list li .span-a1 a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 90px;
  padding-top: 20px;
}
.nav-list li .span-a1 .bdo-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.nav-list li .span-a1.on::after {
  left: 0;
  right: 0;
}
.nav-list li .div-down {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}
.nav-list li .div-down a {
  display: block;
  min-width: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 6px 15px;
}
.header-menu {
  margin-left: 60px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.header-menu .span-line {
  width: 1px;
  height: 19px;
  background: url('../image/line-01.png') center no-repeat;
  background-size: cover;
  margin: 0 26px 0 16px;
}
.header-search {
  position: relative;
}
.header-search .span-icon {
  display: block;
  width: 46px;
  height: 32px;
  background-image: url('../image/icon-search1.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.header-search .div-down {
  position: relative;
  display: none;
}
.header-search .div-down .put-01 {
  border: none;
  outline: none;
  width: 187px;
  height: 32px;
  line-height: 20px;
  padding: 6px 46px 6px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
}
.header-search .div-down .put-01::placeholder {
  color: #ccc;
}
.header-search .div-down .btn-01 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  border: none;
  outline: none;
  width: 46px;
  height: 32px;
  background-image: url('../image/icon-search1.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.header-lauguage a {
  font-size: 20px;
  color: #fff;
}
.header-bream {
  width: 26px;
  height: 24px;
  position: relative;
  padding-top: 11px;
  cursor: pointer;
  display: none;
  margin-left: 25px;
}
.header-bream span {
  display: block;
  height: 2px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before,
.header-bream:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before {
  top: 2px;
}
.header-bream::after {
  bottom: 2px;
}
.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header-bream.on::before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-bream.on::after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer {
  padding-top: 58px;
  padding-bottom: 50px;
  background: url('../image/f-bg.jpg') center no-repeat;
  background-size: cover;
}
.footer .f-logo {
  padding-bottom: 42px;
  border-bottom: 1px solid #6d6d6d;
}
.footer-middle {
  padding-bottom: 50px;
  margin-top: 53px;
}
.footer-nav {
  width: 55.55%;
}
.footer-nav li {
  font-size: 16px;
  line-height: 26px;
  width: 18%;
  padding-right: 2%;
}
.footer-nav li:first-child {
  margin-left: 0;
}
.footer-nav li .title a {
  color: #fff;
}
.footer-nav li .div-list {
  padding-top: 30px;
}
.footer-nav li .div-list a {
  color: rgba(255, 255, 255, 0.3);
  margin-top: 4px;
}
.footer-nav li .div-list a:first-child {
  margin-top: 0;
}
.footer-contact {
  width: 17.36%;
  margin-left: 2%;
  text-align: right;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 18px;
}
.footer-ewm {
  width: 23%;
  margin-left: 2%;
  justify-content: space-between;
}
.footer-ewm .div-ewm-01 {
  width: 45.45%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer-ewm .div-ewm-01 .txt {
  line-height: 26px;
  margin-top: 5px;
}
.footer-link {
  padding-top: 34px;
}
.footer-title {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.footer-title a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}
.footer-link-owl { margin-top: 20px; }
.footer-link-owl .owl-dots {
  text-align: center;
  font-size: 0;
  margin-top: 2%;
}
.footer-link-owl .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 8px;
}
.footer-link-owl .owl-dots .owl-dot.active {
  background: #014ed6;
}
.footer-link-list a {
  background: #fff;
  margin-top: 20px;
}
.footer-link-list a:first-child{
  margin-top: 0;
}
.footer-link-list a>img{
  width: 100%;
}
.footer-link-list a .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-link-list a .img img {
  width: auto;
  max-width: 90%;
  max-height: 90%;
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 35px;
  border-top: 1px solid #696969;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.3);
}
.pages {
  padding-top: 10px;
}
.pages a,
.pages strong {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  padding: 0 17px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #cdcdcd;
  border-radius: 34px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pages strong,
.pages a:hover {
  background-color: #014ed6;
  border-color: #014ed6;
  color: #fff;
}
.return-top {
  position: fixed;
  right: 10px;
  bottom: 5%;
  width: 80px;
  height: 80px;
  background-color: #014ed6;
  z-index: 99;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-top: 14px;
  cursor: pointer;
  display: none;
}
.return-top img {
  margin-bottom: 10px;
}
.bsTop {
  width: 100% !important;
}
.bsFrameDiv > div {
  width: 208px !important;
  height: 208px !important;
}

.banner-owl .owl-nav button.owl-prev,
.banner-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-owl .owl-nav button.owl-prev {
  left: 1.56%;
  background-image: url('../image/arrow-left.png');
}
.banner-owl .owl-nav button.owl-next {
  right: 1.56%;
  background-image: url('../image/arrow-right.png');
}
.banner-owl .owl-dots {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  bottom: 7.4%;
  display: none !important;
}
.banner-owl .owl-dots .owl-dot {
  width: 118px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url('../image/dot.png');
  margin-right: 5px;
  padding-right: 105px;
  position: relative;
}
.banner-owl .owl-dots .owl-dot::before,
.banner-owl .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  height: 1px;
  background: #fff;
}
.banner-owl .owl-dots .owl-dot::before {
  right: 0;
}
.banner-owl .owl-dots .owl-dot::after {
  right: calc(100% - 19px);
  background: #014ed6;
}
.banner-owl .owl-dots .owl-dot.active {
  background-image: url('../image/dots.png');
}
.banner-owl .owl-dots .owl-dot.active::after {
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  right: 0;
}
.banner-owl .active .banner-word .img {
  -webkit-animation: fadeInUp 1.5s ease 0.5s both;
  -moz-animation: fadeInUp 1.5s ease 0.5s both;
  animation: fadeInUp 1.5s ease 0.5s both;
}
.banner-owl .active .banner-word .title {
  -webkit-animation: fadeInUp 1.5s ease 0.9s both;
  -moz-animation: fadeInUp 1.5s ease 0.9s both;
  animation: fadeInUp 1.5s ease 0.9s both;
}
.banner-owl .active .banner-word .des {
  -webkit-animation: fadeInUp 1.5s ease 1.1s both;
  -moz-animation: fadeInUp 1.5s ease 1.1s both;
  animation: fadeInUp 1.5s ease 1.1s both;
}
.banner-owl .banner-word img{
  width: auto;
  max-width: 100%;
}
.banner-progass {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  bottom: 7.4%;
  z-index: 10;
}
.banner-progass .div-dot {
  display: flex;
}
.banner-progass .div-dots {
  width: 118px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url('../image/dot.png');
  margin-right: 5px;
  padding-right: 105px;
  position: relative;
}
.banner-progass .div-dots::before,
.banner-progass .div-dots::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  height: 1px;
  background: #fff;
}
.banner-progass .div-dots::before {
  right: 0;
}
.banner-progass .div-dots::after {
  right: calc(100% - 19px);
  background: #014ed6;
}
.banner-progass .div-dots.on {
  background-image: url('../image/dots.png');
}
.banner-progass .div-dots.on::after {
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  right: 0;
}
.banner-a1 {
  position: relative;
  width: 100%;
  
}
.banner-a1 .span-pc {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-a1 .span-phone {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.banner-shadow::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.banner-word {
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-45%);
  width: 50%;
}
.banner-word img {
  max-height: 180px;
}
.banner-word .title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-family: "syhtR";
  letter-spacing: 15px;
  margin-top: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-word .des {
  font-size: 18px;
  line-height: 36px;
  color: #a2a4a4;
  margin-top: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-main {
  margin-top: 2.7%;
  margin-bottom: 3.5%;
}
.index-mian-01 {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}
.index-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.index-title .cn {
  font-size: 46px;
  color: #000;
  line-height: 1;
  font-family: "syhtR";
}
.index-title .en {
  font-size: 20px;
  color: #ccc;
  line-height: 1;
  margin-top: 10px;
}
.index-title .a-more {
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 16px;
  color: #666;
}
.index-news-flex {
  margin-top: 5.5%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news-a1 .cont,
.index-news-a2 .cont {
  padding: 32px 30px 20px 30px;
}
.index-news-a1 .cont .title,
.index-news-a2 .cont .title {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news-a1 .cont .date,
.index-news-a2 .cont .date {
  padding-left: 25px;
  background: url('../image/icon-01.png') left center no-repeat;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  margin-top: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news-a1 .cont .des,
.index-news-a2 .cont .des {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 13px;
}
.index-news-a1 .cont .more,
.index-news-a2 .cont .more {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-top: 30px;
}
.index-news-a1 {
  width: 31.94%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news-a1 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.index-news-a1 .img img {
  width: 100%;
}
.index-news-a2 {
  position: relative;
  width: 31.94%;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index-news-a2 .cont .des {
  height: 90px;
  -webkit-line-clamp: 3;
}
.index-news-a2 .cont .more {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.index-news-list {
  width: 32.29%;
  margin-top: -8px;
}
.index-news-list li {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e5e5e5;
}
.index-news-list li .a-img {
  width: 47.31%;
}
.index-news-list li .img {
  margin-top: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.index-news-list li .img img {
  width: 100%;
}
.index-news-list li .cont {
  width: 48.38%;
}
.index-news-list li .cont .title {
  font-size: 22px;
  color: #333;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news-list li .cont .des {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  color: #999;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news-list li .cont .more {
  margin-top: 4px;
}
.index-news-list li .cont .more a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.index-news-list li:first-child {
  padding-top: 0;
}
.index-news-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.index-case-cont1 {
  padding: 40px 32px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index-case-cont1 .title {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-case-cont1 .des {
  font-size: 16px;
  line-height: 32px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
  margin-top: 25px;
}
.index-case-cont1.c-black .title {
  color: #333;
}
.index-case-cont1.c-black .des {
  color: #333;
}
.index-case-cont2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 70px;
  padding: 0 30px;
  color: #fff;
  font-family: "syhtR";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index-case-a1 .mg-zw {
  width: 100%;
}
.index-case-a1 .index-case-cont1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 78, 214, 0.7);
}
.index-case-a1 .index-case-cont2 {
  transform: translateY(100%);
}
.index-case-a2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 30px;
}
.index-case-a2 .index-case-cont1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.index-case-a3 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index-case-a3 .index-case-cont2 {
  transform: translateY(100%);
}
.index-case-a3.ling .span-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.index-case-a3.ling2 .span-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-case-a3.ling .img,
.index-case-a3.ling2 .img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-case-a3.ling .index-case-owl {
  width: 100%;
}
.index-case-top {
  width: 100%;
  margin-top: 5.5%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-case-left {
  width: 31.94%;
}
.index-case-right {
  width: 65.97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-case-right .index-case-a1,
.index-case-right .index-case-a3 {
  width: 48.42%;
  margin-top: 30px;
}
.index-case-right .index-case-a1.ling,
.index-case-right .index-case-a3.ling {
  width: 100%;
  margin-top: 0;
}
.index-case-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-case-bottom .index-case-a3 {
  width: 65.97%;
  margin-top: 30px;
}
.index-case-bottom .index-case-a4 {
  width: 31.94%;
  margin-top: 30px;
}
.index-area-flex {
  margin-top: 3.5%;
  justify-content: space-between;
}
.index-area-a1 {
  width: 18.33%;
  padding-top: 50px;
  padding-bottom: 42px;
  background: #f7f7f7;
  margin-top: 2%;
}
.index-area-a1.ling {
  width: 38.75%;
}
.index-area-a1 .icon img {
  height: 49px;
}
.index-area-a1 .title {
  font-family: "syhtR";
  text-align: center;
  margin-top: 50px;
  padding-bottom: 25px;
  background: url('../image/line-03.png') center bottom no-repeat;
}
.index-area-a1 .title .cn {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.index-area-a1 .title .en {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  margin-top: 10px;
}
.index-area-a1 .cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 15px 30px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index-profile-flex {
  margin-top: 5.5%;
  justify-content: space-between;
  align-items: center;
}
.index-profile-flex .img {
  width: 47.91%;
}
.index-profile-flex .img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index-profile-flex .cont {
  width: 45.27%;
}
.index-profile-flex .cont .title {
  position: relative;
}
.index-profile-flex .cont .title .cn {
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 1;
  color: #014ed6;
  font-family: "syhtR";
  font-weight: bold;
}
.index-profile-flex .cont .title .en {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10.27%, -50%);
  font-size: 160px;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  font-family: "syhtH";
}
.index-profile-flex .cont .des {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.77);
  line-height: 36px;
  margin-top: 32px;
}
.index-profile-num {
  margin-top: 7%;
  padding-top: 52px;
  padding-bottom: 55px;
  background-color: #f7f7f7;
}
.index-profile-num-01 {
  width: 25%;
  text-align: center;
}
.index-profile-num-01 .num {
  font-family: "syhtH";
  font-size: 50px;
  line-height: 1;
  color: #014ed6;
}
.index-profile-num-01 .txt {
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 16px;
}

.banner-inside {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-inside::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner-inside img {
  width: 100%;
}
.banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  color: #fff;
  text-align: center;
}
.banner-title .cn {
  font-size: 50px;
  font-family: "syhtR";
  font-weight: bold;
  line-height: 1;
}
.banner-title .txt {
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
}
.public-bream {
  line-height: 24px;
  font-size: 14px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.public-bream .mg-home {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.public-bream a {
  color: #000;
}
.public-bream a.on {
  color: #014ed6;
}
.public-flex {
  width: 100%;
  justify-content: space-between;
  margin-top: 4.2%;
  align-items: center;
}
.public-title .en {
  font-size: 100px;
  line-height: 1;
  color: #000;
  font-family: 'syhtH';
}
.public-title .cn {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-family: 'syhtR';
  margin-top: 5px;
}
.public-menu a {
  position: relative;
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-left: 75px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
  padding-top: 6px;
}
.public-menu a:first-child {
  margin-left: 0;
}
.public-menu a::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014ed6;
}
.public-menu a.on {
  color: #014ed6;
  border-bottom-color: #014ed6;
}
.about-main {
  margin-bottom: 5%;
}
.about-intro {
  margin-top: 4%;
}
.about-intro-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about-intro-bg .about-intro-leftbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 65.3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-intro-bg .about-intro-rightbg {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f7f7f7;
}
.about-intro-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-intro-flex .cont {
  width: 43.75%;
  padding-top: 70px;
  padding-bottom: 93px;
}
.about-intro-flex .cont .title span {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #014ed6;
  font-family: 'syhtH';
  padding-bottom: 6px;
  border-bottom: 3px solid #ffe500;
}
.about-intro-flex .cont .des {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.77);
  line-height: 32px;
  margin-top: 47px;
}
.about-intro-left {
  
  width: 43.05%;
  margin-left: 4.16%;
  display: flex;
  align-items: flex-end;
}
.about-intro-left .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 15.3%;
}
.about-intro-num {
  
  width: 100%;
  background: rgba(1, 78, 214, 0.9);
  padding-bottom: 80px;
  margin-bottom: 14%;
}
.about-intro-num .index-profile-num-01 {
  padding-top: 60px;
  width: 50%;
}
.about-intro-num .index-profile-num-01 .num {
  color: #fff;
}
.about-intro-num .index-profile-num-01 .txt {
  color: rgba(255, 255, 255, 0.5);
}
.about-honor {
  margin-top: 4%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.about-honor-bg {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.about-honor-mian {
  z-index: 2;
}
.about-title .cn {
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-family: 'syhtR';
}
.about-title .en {
  font-size: 20px;
  line-height: 1;
  color: #ccc;
  margin-top: 10px;
}
.about-honor-owl {
  margin-top: 3.9%;
}
.about-honor-owl2 {
  margin-top: 3.9%;
}
.about-honor-owl .owl-dots {
  text-align: center;
  font-size: 0;
  margin-top: 3.2%;
}
.about-honor-owl2 .owl-dots {
  text-align: center;
  font-size: 0;
  margin-top: 3.2%;
}
.about-honor-owl .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 10px;
}
.about-honor-owl2 .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 10px;
}
.about-honor-owl .owl-dots .owl-dot.active {
  background: #014ed6;
}
.about-honor-owl2 .owl-dots .owl-dot.active {
  background: #014ed6;
}
.about-honor-a1 {
  background-color: #fff;
  margin-top: 30px;
}
.about-honor-a1:first-child {
  margin-top: 0;
}
.about-honor-a1 img {
  width: 100%;
}
.about-honor-a1 .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-honor-a1 .img img {
  
  
  
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.about-honor-a1 .txt {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  line-height: 90px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.about-partner {
  margin-top: 4%;
}

.contact-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3.5%;
}
.contact-01 {
  width: 48.95%;
  background: url('../image/contact-bg1.png') right bottom no-repeat;
  background-size: cover;
  margin-top: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-01 .title {
  position: absolute;
  left: 0;
  top: -42px;
}
.contact-01 .title span {
  display: inline-block;
  width: 260px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #014ed6;
}
.contact-01 .cont {
  padding-top: 78px;
  padding-bottom: 43px;
}
.contact-01 .cont .c-top,
.contact-01 .cont .c-bottom {
  padding-left: 43px;
  padding-right: 43px;
}
.contact-01 .cont .c-top {
  padding-bottom: 34px;
  border-bottom: 1px solid #e9e9e9;
}
.contact-01 .cont .c-bottom {
  padding-top: 17px;
  justify-content: space-between;
}
.contact-01 .cont .c-bottom .div-01 {
  width: 46.4%;
}
.contact-01 .cont .div-01 {
  margin-top: 23px;
}
.contact-01 .cont .div-01 .div-tit {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.contact-01 .cont .div-01 .div-des {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-family: 'syhtR';
  margin-top: 16px;
}
.contact-job {
  margin-top: 2.5%;
  padding-top: 5%;
  padding-bottom: 5%;
  background: url('../image/contact-bg2.jpg') right top no-repeat #f7f7f7;
}
.contact-job-top {
  justify-content: space-between;
}
.contact-job-top .txt {
  margin-top: -30px;
  width: 66.31%;
  text-align: center;
  font-size: 26px;
  line-height: 60px;
  color: #333;
}
.contact-job-list {
  margin-top: 3%;
}
.contact-job-list li {
  margin-top: 2%;
}
.contact-job-list li:first-child {
  margin-top: 0;
}
.contact-job-list li.on .title {
  background-image: url('../image/icon-10h.png');
}
.contact-job-list .title {
  padding: 0 80px 0 3.6%;
  font-size: 22px;
  color: #fff;
  font-family: 'syhtR';
  font-weight: bold;
  line-height: 70px;
  background: url('../image/icon-10.png') right 30px center no-repeat #014ed6;
  cursor: pointer;
}
.contact-job-list .cont {
  background: #fff;
  padding: 50px 3.6% 45px;
  display: none;
}
.contact-job-list .cont .div-top {
  justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-job-list .cont .div-top .div-01 {
  width: 47%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.contact-job-list .cont .div-top .div-01 .div-tit {
  font-size: 18px;
  color: #014ed6;
  line-height: 1;
}
.contact-job-list .cont .div-top .div-01 .div-list {
  margin-top: 23px;
}
.contact-job-list .cont .div-top .div-01 .dot {
  padding-left: 20px;
  background: url('../image/icon-11.png') left 11px no-repeat;
}
.contact-job-list .cont .div-bottom {
  padding-top: 42px;
  justify-content: space-between;
}
.contact-job-list .cont .div-bottom .div-1 {
  width: 47%;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 30px;
}

.case-year {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #fafafa;
}
.case-main {
  padding-top: 4.2%;
  padding-bottom: 5%;
}
.case-year-main {
  padding-left: 80px;
  padding-right: 80px;
}
.case-year-main .swiper-button-prev,
.case-year-main .swiper-button-next {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  margin: 0;
  width: 14px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.case-year-main .swiper-button-prev {
  left: 0;
  background-image: url('../image/arrow-left2.png');
}
.case-year-main .swiper-button-next {
  right: 0;
  background-image: url('../image/arrow-right2.png');
}
.case-year-swiper {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.case-year-swiper .year {
  position: relative;
  font-size: 24px;
  color: #333;
  line-height: 70px;
}
.case-year-swiper .year::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: #ffe500;
}
.case-year-swiper .year.on {
  font-size: 36px;
  font-family: 'syhtR';
  color: #014ed6;
  font-weight: bold;
}
.case-year-swiper .year.on::after {
  left: 0;
  right: 0;
}
.case-a1 {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 42px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.case-a1 .title {
  font-size: 26px;
  line-height: 42px;
  height: 84px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.case-a1 .date {
  padding-left: 25px;
  background: url('../image/icon-01.png') left center no-repeat;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.case-a1 .img {
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.case-a1 .img img {
  width: 100%;
}
.case-a1 .des {
  font-size: 16px;
  line-height: 32px;
  height: 96px;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}
.case-a1 .more {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-top: 28px;
}

.news-top {
  padding-top: 5%;
  padding-bottom: 5%;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-owl .owl-dots {
  position: absolute;
  left: 54.16%;
  bottom: 0;
}
.news-owl .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
}
.news-owl .owl-dots .owl-dot.active {
  background: #014ed6;
}
.news-a1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-a1 .img {
  width: 45.83%;
}
.news-a1 .img .span-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.news-a1 .img .span-img img {
  width: 100%;
}
.news-a1 .cont {
  width: 46.18%;
  padding-bottom: 5.5%;
}
.news-a1 .cont .title {
  font-size: 26px;
  line-height: 42px;
  height: 84px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-a1 .cont .date {
  padding-left: 25px;
  background: url('../image/icon-01.png') left center no-repeat;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 14px;
}
.news-a1 .cont .des {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 34px;
}
.news-a2 {
  padding: 0 !important;
}
.news-a2 .img {
  margin: 0 !important;
}
.news-a2 .cont {
  padding: 20px 30px 30px;
}
.news-a2 .cont .des {
  padding-top: 20px;
  height: 116px;
  border-top: 1px solid #e3e3e3;
}

.news-art {
  margin-top: 5%;
  margin-bottom: 5%;
}
.news-art .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.news-art .title .tit {
  font-size: 36px;
  line-height: 50px;
  color: #333;
  text-align: center;
}
.news-art .title .info {
  margin-top: 36px;
}
.news-art .title .info span {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin: 0 50px;
}
.news-art .title .info span img {
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.news-art .des {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  margin-top: 5%;
}
.news-art .share {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.news-pages {
  margin-top: 5%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
}
.news-pages .a-01 {
  width: 46.38%;
  line-height: 104px;
  font-size: 18px;
  color: #333;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-pages .a-01:first-child {
  text-align: left;
}
.news-pages .a-return {
  width: 7.24%;
  background: url('404.png') center no-repeat;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}