.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aling-center4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.aling-center5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.aling-center6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.img-style1 {
  position: relative;
  overflow: hidden;
}
.img-style1 img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-style2 {
  position: relative;
  overflow: hidden;
}
.img-style2 img {
  width: 100%;
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  margin: auto;
}
.banner {
  height: 432px;
}
.banner .bg {
  height: 610px;
  background: url('../images/bg12.jpg') center top;
  background-size: cover;
}
.content1 {
  margin-bottom: 70px;
}
.content1 .row {
  height: 266px;
}
.content1 .row > div {
  float: left;
  height: 100%;
}
.content1 .item1 {
  width: 800px;
  background-color: #19376a;
  color: #fff;
  position: relative;
}
.content1 .item1 p {
  line-height: 30px;
  width: 492px;
  margin-left: 66px;
}
.content1 .item1 .icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #1d4b99;
  position: absolute;
  bottom: 160px;
  right: -24px;
}
.content1 .item1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.content1 .title {
  font-size: 32px;
  line-height: 1;
  margin: 80px 66px 24px;
  width: 300px;
}
.content1 [class^=box] {
  width: 266.66px;
}
.content1 [class^=box] img {
  width: 100%;
}
.content1 [class^=box] .icon {
  margin: 88px auto 30px;
  width: 64px;
}
.content1 [class^=box] p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.content1 .box2,
.content1 .box6 {
  background-color: #fff;
}
.content1 .box4 {
  background: #1d4b99 url('../images/bg15.jpg') no-repeat;
  background-size: 100%;
}
.content1 .box5 {
  background-color: #1d4b99;
  color: #fff;
}
.content1 .box7 {
  background-color: #ceced4;
  color: #fff;
}
.content1 .item2 {
  width: 533.33px;
  overflow: hidden;
}
.content1 .item2 img {
  width: 100%;
  transition: transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.content1 .item2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.item-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.content2 {
  padding: 100px 0 120px;
  color: #fff;
  background: #1d4b99 url('../images/bg17.jpg') no-repeat left bottom;
}
.content2 .title1 {
  font-size: 38px;
  line-height: 1;
  text-align: center;
}
.content2 .title2 {
  text-align: center;
  width: 600px;
  line-height: 30px;
  margin: 12px auto 68px;
}
.content2 .item {
  width: 530px;
  height: 182px;
  position: relative;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  border: 1px solid #2956a4;
  cursor: pointer;
}
.content2 .item.left {
  margin-left: 0;
}
.content2 .item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background-color: #19376a;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  filter: opacity(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.content2 .item:hover:before {
  filter: opacity(1);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.content2 .item:hover .icon:before {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.content2 .item:hover .line span {
  width: 100%;
}
.content2 .item:hover .num {
  filter: opacity(1);
}
.content2 .content {
  width: 308px;
  padding-left: 112px;
  height: 62px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 32px;
  right: 0;
  margin: auto;
}
.content2 .icon {
  width: 82px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content2 .icon:before {
  content: '';
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #15e0fe;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.content2 img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.content2 .text1 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
}
.content2 .text2 {
  font-family: 'Arial';
  line-height: 10px;
  font-size: 14px;
  margin-bottom: 18px;
}
.content2 .line {
  height: 1px;
}
.content2 .line span {
  display: block;
  background-color: #15e0fe;
  height: 1px;
  width: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.content2 .num {
  position: absolute;
  right: -9px;
  top: 100%;
  line-height: 94px;
  pointer-events: none;
  color: #15e0fe;
  font-size: 88px;
  font-family: 'DINOT';
  filter: opacity(0);
  transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
}
.content3 {
  padding: 90px 0 124px;
}
.content3 .title1 {
  font-size: 38px;
  line-height: 1;
  text-align: center;
  color: #ae735d;
}
.content3 .title2 {
  text-align: center;
  width: 600px;
  line-height: 30px;
  margin: 12px auto 332px;
}
.content3 .item {
  width: 502px;
  position: relative;
  float: left;
  margin-left: 47px;
}
.content3 .item:first-child {
  margin-left: 0;
}
.content3 .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content3 .item:hover [class^=tag] {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
}
.content3 .img {
  height: 296px;
  overflow: hidden;
}
.content3 .img img {
  width: 100%;
  transition: transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.content3 [class^=tag] {
  position: absolute;
  bottom: 134px;
  right: 38px;
  border-radius: 24px;
  width: 254px;
  padding-right: 46px;
  padding-top: 72px;
  height: 326px;
  color: #fff;
  text-align: right;
  transition: transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.content3 .text1 {
  line-height: 28px;
  font-size: 36px;
  font-family: 'DINOT';
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.content3 .text2 {
  margin-bottom: 46px;
  font-size: 24px;
  line-height: 1;
}
.content3 .icon {
  height: 82px;
  line-height: 0;
}
.content3 .icon img {
  height: 100%;
}
.content3 .tag1 {
  background-color: #ae735d;
}
.content3 .tag2 {
  background-color: #1d4b99;
}
.content3 .tag3 {
  background-color: #19376a;
}
.content4 {
  background-color: #fff;
  min-width: 1200px;
}
.content4:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.content4 > div {
  width: 50%;
  height: 560px;
  float: left;
}
.content4 .img {
  overflow: hidden;
  position: relative;
}
.content4 .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.content4 .text-right {
  float: left;
  width: 600px;
  margin: 94px 0 0 94px;
}
.content4 .text-right .title {
  margin-bottom: 60px;
}
.content4 .text-right .title div {
  color: #4d4d4d;
}
.content4 .text-right .title p {
  color: #707070;
}
.content4 .text-left {
  float: right;
  width: 702px;
  margin: 94px 98px 0 0;
}
.content4 .text-left .title {
  margin-bottom: 74px;
}
.content4 .text-left .title div {
  color: #b6271d;
}
.content4 .text-left .title p {
  color: #939393;
  width: 600px;
}
.content4 .title div {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 22px;
}
.content4 .title p {
  line-height: 2;
}
.content4 .icon-wrap {
  height: 40px;
}
.content4 .icon-wrap div {
  float: left;
  width: 40px;
  margin-left: 120px;
  height: 100%;
  position: relative;
}
.content4 .icon-wrap div:before {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  margin: auto;
  background-color: #eceaea;
}
.content4 .icon-wrap div:first-child {
  margin-left: 0;
}
.content4 .icon-wrap div:first-child:before {
  content: none;
}
.content4 .icon-wrap img {
  width: 100%;
}
.content4 .text {
  margin-top: 80px;
}
.content4 .text div {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 16px;
  color: #4d4d4d;
}
.content4 .text p {
  font-size: 12px;
  line-height: 10px;
  color: #bfbfbf;
}
.content4 .tag-wrap {
  height: 178px;
}
.content4 .tag-wrap div {
  float: left;
  width: 194px;
  height: 100%;
  padding-left: 40px;
}
.content4 .tag-wrap img {
  width: 48px;
  margin: 42px 0 26px;
}
.content4 .tag-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.content4 .tag1 {
  background-color: #dec59d;
}
.content4 .tag2 {
  background-color: #d0151c;
}
.content4 .tag3 {
  background-color: #a30d13;
}
.content5 {
  text-align: center;
  padding: 98px 0 116px;
}
.content5 .title1 {
  font-size: 38px;
  line-height: 1;
}
.content5 .title2 {
  width: 600px;
  line-height: 30px;
  margin: 12px auto 78px;
}
.content5 .item {
  float: left;
  width: 235px;
  height: 235px;
  margin-left: 38px;
  background-color: #fff;
}
.content5 .item:first-child {
  margin-left: 0;
}
.content5 .icon {
  width: 70px;
  margin: 65px auto 42px;
}
.content5 p {
  font-size: 18px;
  line-height: 1;
}
.content5 img {
  width: 100%;
}
.content6 {
  min-width: 1200px;
  margin-bottom: 64px;
}
.content6:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.content6 > div {
  float: left;
  width: 33.33333%;
  position: relative;
  height: 470px;
  color: #373737;
}
.content6 .box1 {
  background-color: #1d4b99;
  color: #fff;
}
.content6 .box1 .wrap {
  width: 264px;
}
.content6 .box2 {
  background-color: #fff;
}
.content6 .box2 .wrap {
  width: 240px;
}
.content6 .box3 {
  background-color: #ceced4;
}
.content6 .box3 .wrap {
  width: 234px;
}
.content6 .wrap {
  position: absolute;
  width: 254px;
  height: 256px;
  top: 112px;
  left: 0;
  right: 0;
  margin: auto;
}
.content6 .title {
  margin-bottom: 62px;
}
.content6 .title div {
  line-height: 20px;
}
.content6 .title p {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 22px;
}
.content6 .imgs {
  line-height: 0;
}
.content6 .imgs i {
  display: inline-block;
  width: 108px;
  margin-right: 8px;
  vertical-align: top;
}
.content6 .imgs span {
  display: inline-block;
  width: 112px;
  margin-top: 50px;
}
.content6 img {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 350px;
  }
  .banner .bg {
    height: 460px;
  }
  .content1 {
    margin-bottom: 48px;
  }
  .content1 .row {
    height: 200px;
    display: flex;
  }
  .content1 .item1 {
    width: 50%;
  }
  .content1 .row > div {
    float: left;
    height: auto;
}
  .content1 .item1 p {
    line-height: 24px;
    width: 390px;
    margin-left: 46px;
  }
  .content1 .item1 .icon {
    width: 140px;
    height: 140px;
    right: -16px;
    bottom: 124px;
  }
  .content1 .item1 img {
    width: 70px;
  }
  .content1 [class^=box] {
    width: 16.666%;
  }
  .content1 [class^=box] .icon {
    width: 54px;
    margin: 50px auto 26px;
  }
  .content1 [class^=box] p {
    font-size: 16px;
  }
  .content1 .title {
    font-size: 26px;
    margin: 56px 46px 20px;
  }
  .content1 .item2 {
    width: 33.333%;
  }
  .content2 {
    padding: 60px 0 70px;
  }
  .content2 .title1 {
    font-size: 30px;
  }
  .content2 .title2 {
    width: 526px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .content2 .item {
    width: calc(33.333% - 4px);
    height: 138px;
    margin-left: 3px;
    margin-bottom: 3px;
  }
  .content2 .icon {
    width: 60px;
  }
  .content2 .icon:before {
    width: 50px;
    height: 50px;
  }
  .content2 .content {
    padding-left: 82px;
    width: 222px;
    left: 20px;
    height: 46px;
  }
  .content2 .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .content2 .text2 {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 8px;
  }
  .content2 .num {
    font-size: 64px;
    line-height: 76px;
  }
  .content3 {
    padding: 54px 0 72px;
  }
  .content3 .title1 {
    font-size: 30px;
  }
  .content3 .title2 {
    width: 526px;
    line-height: 24px;
    margin-bottom: 254px;
  }
  .content3 .item {
    width: calc(33.333% - 20px);

    margin-left: 30px;
  }
  .content3 .img {
    height: 224px;
  }
  .content3 [class^=tag] {
    bottom: 104px;
    right: 24px;
    border-radius: 20px;
    padding-top: 46px;
    padding-right: 32px;
    width: 198px;
    height: 260px;
  }
  .content3 .text1 {
    line-height: 26px;
    font-size: 30px;
    margin-bottom: 16px;
  }
  .content3 .text2 {
    margin-bottom: 36px;
    font-size: 20px;
  }
  .content3 .icon {
    height: 64px;
  }
  .content4 > div {
    height: 490px;
  }
  .content4 .text-right {
    width: 490px;
    margin: 114px 0 0 60px;
  }
  .content4 .text-right .title {
    margin-bottom: 40px;
  }
  .content4 .text-left {
    width: calc(90% - 60px);
    margin: 102px 60px 0 0;
  }
  .content4 .text-left .title {
    margin-bottom: 56px;
  }
  .content4 .text-left .title p {
    width: 490px;
  }
  .content4 .title div {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .content4 .icon-wrap div {
    width: 34px;
    margin-left: 96px;
  }
  .content4 .icon-wrap div:before {
    left: -48px;
  }
  .content4 .text {
    margin-top: 60px;
  }
  .content4 .text div {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .content4 .tag-wrap {
    height: 134px;
  }
  .content4 .tag-wrap div {
    width: 160px;
    padding-left: 20px;
  }
  .content4 .tag-wrap p {
    font-size: 16px;
  }
  .content4 .tag-wrap img {
    margin: 32px 0 22px;
    width: 38px;
  }
  .content5 {
    padding: 58px 0 72px;
  }
  .content5 .title1 {
    font-size: 30px;
  }
  .content5 .title2 {
    width: 526px;
    line-height: 24px;
    margin-bottom: 46px;
  }
  .content5 .item {
    width: calc(16.666% - 20px);
    height: 180px;
    margin-left: 24px;
  }
  .content5 .icon {
    margin: 46px auto 28px;
    width: 58px;
  }
  .content5 p {
    font-size: 16px;
  }
  .content6 > div {
    height: 352px;
  }
  .content6 .wrap {
    top: 76px;
  }
  .content6 .title {
    margin-bottom: 48px;
  }
  .content6 .title div {
    line-height: 18px;
  }
  .content6 .title p {
    font-size: 20px;
    margin-top: 14px;
  }
  .content6 .imgs i {
    width: 86px;
    margin-right: 6px;
  }
  .content6 .imgs span {
    margin-top: 42px;
    width: 94px;
  }
  .content6 .box1 .wrap {
    width: 220px;
  }
  .content6 .box2 .wrap {
    width: 200px;
  }
  .content6 .box3 .wrap {
    width: 192px;
  }
}
