body::-webkit-scrollbar {
  display: none;
}
html,
body {
  /*scroll-behavior: smooth;*/
  user-select: none;
}
.w1560 {
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  box-sizing: border-box;
  width: 100%;
}
.layerVideo iframe{
     width: 100%;
     height: min(5.2rem);
 }
.maodian {
  position: relative;
  top: -0.86rem;
}
.IndexBanner {
  background: #00368c;
}
.IndexBanner .banner {
  position: relative;
}
.IndexBanner .banner .swiper-slide {
  position: relative;
  perspective: 50vw;
  perspective-origin: 50% 50%;
}
.IndexBanner .banner .swiper-slide .img img {
  width: 100%;
  /*transform: scale(1.1);*/
  height: 100vh;
  object-fit: cover;
}
.IndexBanner .banner .swiper-slide video{
    width: 100%;
    /*height: 100vh;*/
    object-fit: fill;
    vertical-align: bottom;
}
.IndexBanner .banner .swiper-slide .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.IndexBanner .banner .swiper-slide .posi .box h1 {
  font-size: 0.56rem;
  color: #fff;
}
.IndexBanner .banner .swiper-slide .posi .box .text {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.36rem;
  width: 50%;
  margin-top: 0.24rem;
}
.IndexBanner .banner .swiper-slide .posi .box .link {
  margin-top: 0.57rem;
}
.IndexBanner .banner .swiper-slide .posi .box .link a {
  display: block;
  width: 130px;
  font-size: 16px;
  text-align: center;
  color: #00368c;
  position: relative;
  line-height: 46px;
  top: 0;
  transition: 0.3s;
  left: 5px;
}
.IndexBanner .banner .swiper-slide .posi .box .link a span {
  z-index: 1;
  position: relative;
}
.IndexBanner .banner .swiper-slide .posi .box .link a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 3px 3px 8px #c2c2c2;
  transform: skew(-10deg);
  transition: 0.3s;
}
.IndexBanner .banner .swiper-slide .posi .box .link a:hover {
  top: -0.06rem;
}
.IndexBanner .banner .swiper-slide .posi .box .link a:hover::after {
  box-shadow: 0px 0px 0px #c2c2c2;
}
.IndexBanner .banner .swiper-slide-active .img img {
  transform: scale(1);
  transition: 6s;
}
.IndexBanner .banner .pos {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 0.58rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.IndexBanner .banner .pos::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  height: 2px;
  background-color: #fff;
  width: 0.7rem;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-animation: sidebarBleam infinite 4.5s cubic-bezier(0.77, 0, 0.175, 1);
  animation: sidebarBleam infinite 4.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.IndexBanner .banner .pos .mai .left {
  display: flex;
  opacity: 0;
}
.IndexBanner .banner .pos .mai .left div {
  display: flex;
}
.IndexBanner .banner .pos .mai .left p {
  cursor: pointer;
  opacity: 0.2;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.IndexBanner .banner .pos .mai .left p svg {
  display: flex;
}
.IndexBanner .banner .pos .mai .left p:hover {
  opacity: 1;
}
.IndexBanner .banner .pos .mai .left .next {
  margin-left: 0.32rem;
}
.IndexBanner .banner .pos .mai .left .next svg {
  transform: rotate(180deg);
}
.IndexBanner .banner .pos .mai .right p {
  width: 0.32rem;
  height: 0.66rem;
  background: #00368c;
  display: flex;
  align-items: center;
  transform: skew(-5deg);
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.4s;
}
.IndexBanner .banner .pos .mai .right p span {
  display: block;
  margin: auto;
  transform: skew(5deg);
  position: relative;
  top: -10;
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.IndexBanner .banner .pos .mai .right p:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes sidebarBleam {
  0% {
    transform: translateX(-100vw);
  }
  30% {
    transform: translateX(101%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes sidebarBleam {
  0% {
    transform: translateX(-100vw);
  }
  30% {
    transform: translateX(101%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.IndexHeader {
  position: fixed;
  top: 0;
  z-index: 7;
  left: 0;
  width: 100%;
  padding: 45px 0;
  transition: 0.4s;
}
.IndexHeader .box .logo a {
  display: block;
}
.IndexHeader .box .logo a img {
  height: 46px;
}
.IndexHeader .box .logo .img2 {
  display: none;
}
.IndexHeader .box nav .item {
  margin-left: 16px;
  position: relative;
}
.IndexHeader .box nav .item > p {
  position: relative;
}
.IndexHeader .box nav .item > p a {
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 0 30px;
  z-index: 1;
}
.IndexHeader .box nav .item > p span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
}
.IndexHeader .box nav .item > p svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) skew(-10deg);
}
.IndexHeader .box nav .item > p svg path {
  stroke-dashoffset: 0;
  stroke-dasharray: 356;
}
.IndexHeader .box nav .item > p svg rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0, 422;
}
.IndexHeader .box nav .item ul {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 4;
  /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 0%);*/
  /*clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);*/
  display: none;
}
.IndexHeader .box nav .item ul li {
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.8);
  transform: skew(-10deg);
  transition: 0.4s;
  box-shadow: 3px 3px 8px #00368c;
}
.IndexHeader .box nav .item ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 45px;
  text-align: center;
  transform: skew(10deg);
}
.IndexHeader .box nav .item ul li:hover {
  background: #fff;
}
.IndexHeader .box nav .item ul li:hover a {
  color: #00368c;
}
.IndexHeader .box nav .item:hover > p svg rect {
  stroke-dasharray: 422, 422;
  transition: all 0.4s linear 0s;
}
.IndexHeader .box nav .item:hover ul {
  transition: 0.4s;
  display: block;
  /*-webkit-clip-path: polygon(-5% 0, 110% 0%, 110% 105%, -5% 106%);*/
  /*clip-path: polygon(-5% 0, 110% 0%, 110% 105%, -5% 106%);*/
}
.IndexHeader .box nav .active > p svg rect {
  stroke-dasharray: 422, 422;
  transition: all 0.5s ease-in-out;
}
.IndexHeader .box .en {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.IndexHeader .box .en a {
  font-family: 'gilroy_bold';
  font-size: 16px;
  background: #00368c;
  color: #fff;
  display: block;
  width: 38px;
  text-align: center;
  line-height: 34px;
  transform: skew(-5deg) scale(1);
  transition: 0.3s;
  border: 1px solid transparent;
}
.IndexHeader .box .en a span {
  transform: skew(5deg);
  display: inline-block;
}
.IndexHeader .box .en a:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.IndexHeader.active,
.IndexHeader.on {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.1);
}
.IndexHeader.active .logo .img1,
.IndexHeader.on .logo .img1 {
  display: none;
}
.IndexHeader.active .logo .img2,
.IndexHeader.on .logo .img2 {
  display: block;
}
.IndexHeader.active .box nav .item p a,
.IndexHeader.on .box nav .item p a {
  color: #333;
}
.IndexHeader.active .box nav .item p svg rect,
.IndexHeader.on .box nav .item p svg rect {
  stroke: #00368c;
}
.IndexHeader.active .box nav .active p a,
.IndexHeader.on .box nav .active p a {
  color: #00368c;
}
.p110 {
  padding-top: 1rem;
}
.p110_ {
  padding-bottom: 1rem;
}
.IndexTitle {
  position: relative;
  z-index: 3;
}
.IndexTitle h1 {
  font-size: 0.4rem;
}
.IndexTitle p {
  display: flex;
  align-items: center;
}
.IndexTitle p a {
  font-size: 0.2rem;
  color: #00368c;
  transition: 0.4s;
  display: inline-block;
  position: relative;
}
.IndexTitle p a::after {
  /*content: '';*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #00368c;
  transition: 0.4s;
}
.IndexTitle p a:hover::after {
  width: 100%;
}
.IndexTitle p a font{
    position: relative;
    right: 0;
    transition: .4s;
}
.IndexTitle p a:hover font{
    right: -10px;
}
.CoreBusiness .box {
  margin-top: -0.46rem;
  height: 7rem;
  position: relative;
  z-index: 2;
}
.CoreBusiness .box .item {
  text-align: center;
  width: 31%;
  padding-top: 0.9rem;
  
  transition: 0.4s;
  position: relative;
}
.CoreBusiness .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
  width: 1px;
  background: #dbdbdb;
  opacity: 0.3;
}
.CoreBusiness .box .item:last-child::after {
  display: none;
}
.CoreBusiness .box .item a {
  display: block;
  overflow: hidden;
  opacity: 0.3;
  transition: .4s;
}
.CoreBusiness .box .item a .content1 {
  max-width: 4.8rem;
  margin: auto;
  position: relative;
}
.CoreBusiness .box .item a .content1 .img {
  position: relative;
  transform: scale(1.28);
}
.CoreBusiness .box .item a .content1 .img > img {
  width: 100%;
}
.CoreBusiness .box .item a .content1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.CoreBusiness .box .item a .content1 p img{
    transform: scale(0.8);
    transition: .4s;
}
.CoreBusiness .box .item a .content2 {
  font-size: 0.36rem;
  color: #000;
  margin-top: -0.7rem;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.CoreBusiness .box .item a .content3 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #333;
  margin: 0.3rem 0.72rem 0.64rem;
}
.CoreBusiness .box .item a .content4 {
  height: 0;
  visibility: hidden;
  transition: 0.4s;
}
.CoreBusiness .box .item a .content4 span {
  font-size: 0.2rem;
  color: #00368c;
  transition: 0.4s;
  display: inline-block;
  position: relative;
}
.CoreBusiness .box .item a .content4 span::after {
  /*content: '';*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #00368c;
  transition: 0.4s;
}
.CoreBusiness .box .item a .content4 span:hover::after {
  width: 100%;
}
.CoreBusiness .box .item a .content4 span font{
    position: relative;
    right: 0;
    transition: .4s;
    display: inline-block;
}
.CoreBusiness .box .item a .content4 span:hover font{
    right: -10px;
}
.CoreBusiness .box .item:hover1 {
  width: 38%;
  opacity: 1;
  padding-top: 0;
}
.CoreBusiness .box .item:hover1::after {
 
}
.CoreBusiness .box .item:hover1 a {
  height: auto;
   opacity: 1;
}
.CoreBusiness .box .item:hover1 a .content1 .img img {
  animation: _rotate 3s linear infinite;
}
.CoreBusiness .box .item:hover1 a .content1 p img{
    transform: scale(1);
}
.CoreBusiness .box .item:hover1 a .content2 {
  color: #00368c;
}
.CoreBusiness .box .item:hover1 a .content3 {
  -webkit-line-clamp: 4;
}
.CoreBusiness .box .item:hover1 a .content4 {
  height: auto;
  visibility: initial;
}
.CoreBusiness .box .active {
  /*flex: 1;*/
  width: 38%;
  padding-top: 0;
}
.CoreBusiness .box .active a {
  height: auto;
   opacity: 1;
}
.CoreBusiness .box .active a .content2 {
  color: #00368c;
}
.CoreBusiness .box .active a .content3 {
  -webkit-line-clamp: 4;
}
.CoreBusiness .box .active a .content4 {
  height: auto;
  visibility: initial;
}
@keyframes _rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wave {
  margin-top: -42vh;
}
.IndexNews {
  background: #f7f7f7;
  background: url(../images/newbg.png) no-repeat 0% 50%;
  background-size: 100% auto;
  min-height: 100px;
  margin-top: -41vh;
  position: relative;
  z-index: 1;
}
.IndexNews .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.IndexNews .bgimg img {
  width: 100%;
}
.IndexNews .box {
  position: relative;
  z-index: 1;
  margin-top: 0.45rem;
}
.IndexNews .box .banner .swiper-container {
  padding: 0.3rem 0rem;
}
.IndexNews .box .banner .swiper-slide a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 0.2rem;
  box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.3);
}



.IndexNews .box .banner .swiper-slide a .content1 {
  overflow: hidden;
}
.IndexNews .box .banner .swiper-slide a .content1 img {
  width: 100%;
  transition: 1.5s;
  /*-webkit-clip-path: polygon(4% 6%, 96% 6%, 96% 100%, 4% 100%);*/
  /*  clip-path: polygon(4% 6%, 96% 6%, 96% 100%, 4% 100%);*/
  
}
.IndexNews .box .banner .swiper-slide a .content2 {
  padding: 0.5rem 0;
}


.IndexNews .box .banner .swiper-slide a .content2 .left {
  color: #666;
  width: 22%;
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.IndexNews .box .banner .swiper-slide a .content2 .left div {
  font-size: 0.32rem;
  font-family: 'gilroy_regular';
}
.IndexNews .box .banner .swiper-slide a .content2 .left p {
  font-size: 0.16rem;
}
.IndexNews .box .banner .swiper-slide a .content2 .right {
  flex: 1;
}
.IndexNews .box .banner .swiper-slide a .content2 .right div {
  font-size: 0.22rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #000;
  transition: 0.4s;
}
.IndexNews .box .banner .swiper-slide a .content2 .right p {
  font-size: 0.2rem;
  color: #999;
  transition: 0.4s;
  margin-top: 0.22rem;
}
.IndexNews .box .banner .swiper-slide a .content2 .right p font{
    position: relative;
    right: 0;
    transition: .4s;
}
.IndexNews .box .banner .swiper-slide a:hover .content1 img {
 /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
 /*   clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
 transform: scale(1.1);
  
  
}
.IndexNews .box .banner .swiper-slide a:hover .content2 .right div {
  color: #00368c;
}
.IndexNews .box .banner .swiper-slide a:hover .content2 .right p {
  color: #00368c;
}
.IndexNews .box .banner .swiper-slide a:hover .content2 .right p font{
    right: -10px;
}
.IndexNews .main {
  padding: 0.42rem 0 0.8rem;
}
.IndexNews .main .le_ {
  display: flex;
  align-items: center;
}
.IndexNews .main .le_ div p {
  font-size: 0.18rem;
  font-family: 'gilroy_bold';
  color: #fff;
}
.IndexNews .main .le_ div .total {
  opacity: 0.3;
}
.IndexNews .main .le_ div div {
  display: flex;
  align-items: center;
  margin: 0 0.24rem;
}
.IndexNews .main .le_ div .path-loop-bg {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  stroke-miterlimit: 10;
  opacity: 0.3;
}
.IndexNews .main .le_ div .path-loop {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  stroke-miterlimit: 10;
  opacity: 0.4;
}
.IndexNews .main .ri_ p {
  margin-left: 0.48rem;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #fff;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
}
.IndexNews .main .ri_ p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
}
.IndexNews .main .ri_ p span svg {
  margin: auto;
}
.IndexNews .main .ri_ p span svg path {
  transition: 0.4s;
}
.IndexNews .main .ri_ p.next {
  transform: rotate(180deg) skew(-5deg);
}
.IndexNews .main .ri_ p:hover {
  background: #fff;
}
.IndexNews .main .ri_ p:hover span svg path {
  fill: #00368c;
}
.IndexActivity {
  background: url(../images/hd2.png) no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 2.2rem;
}
.IndexActivity .box {
  margin-top: 0.9rem;
  position: relative;
}
.IndexActivity .box .swiper-container{
    padding-bottom: 30px;
}
.IndexActivity .box .swiper-slide {
  width: min(1200px, 70vw);
}
.IndexActivity .box .swiper-slide-active{
    box-shadow: 0px 10px 0.2rem rgb(29, 67 ,119 , 30%);
}
.IndexActivity .box .swiper-slide .main {
  transform-style: preserve-3d;
  perspective: 500;
  -webkit-perspective: 500;
}
.IndexActivity .box .swiper-slide a {
  background: #00368c;
  opacity: 0.3;
  transition: 0.4s;
}
.IndexActivity .box .swiper-slide a .left {
  width: 60%;
  overflow: hidden;
}
.IndexActivity .box .swiper-slide a .left p {
  height: 100%;
}
.IndexActivity .box .swiper-slide a .left p img {
  height: 100%;
  /*height: 4.85rem;*/
width: 100%;
object-fit: cover;

}
.IndexActivity .box .swiper-slide a .right {
  color: #fff;
  width: 40%;
  box-sizing: border-box;
  padding: 0.84rem 0.64rem 0;
}
.IndexActivity .box .swiper-slide a .right .content1 {
  font-size: 0.32rem;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.IndexActivity .box .swiper-slide a .right .content2 {
  font-size: 0.16rem;
  margin-top: 0.12rem;
}
.IndexActivity .box .swiper-slide a .right .content3 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-top: 0.4rem;
  height: 1.28rem;
  /*-webkit-line-clamp: 3;*/
  
}
.IndexActivity .box .swiper-slide a .right .content4 {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.38rem;
}
.IndexActivity .box .swiper-slide-active .item {
  opacity: 1;
}
.IndexActivity .box .swiper-slide-prev .item {
  flex-flow: row-reverse;
  transform-origin: left center;
}
.IndexActivity .box .swiper-slide-next .item {
  transform-origin: right center;
}
.IndexActivity .button p {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  background: #e7ecf3;
}
.IndexActivity .button p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
}
.IndexActivity .button p span svg {
  margin: auto;
}
.IndexActivity .button p span svg path {
  transition: 0.4s;
  fill: #333333;
}
.IndexActivity .button p.prev {
  transform: skew(-5deg) translateY(-50%);
  left: -0.3rem;
}
.IndexActivity .button p.next {
  right: -0.3rem;
  transform: translateY(-50%) rotate(180deg) skew(-5deg);
}
.IndexActivity .button p:hover {
  background: #00368c;
}
.IndexActivity .button p:hover span svg path {
  fill: #fff;
}
.IndexCooperation {
  background: #f7f7f7;
}
.IndexCooperation .IndexTitle .button p {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  background: #e7ecf3;
}
.IndexCooperation .IndexTitle .button p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.IndexCooperation .IndexTitle .button p span svg {
  margin: auto;
}
.IndexCooperation .IndexTitle .button p span svg path {
  transition: 0.4s;
  fill: #333333;
}
.IndexCooperation .IndexTitle .button p.prev {
  transform: skew(-5deg);
}
.IndexCooperation .IndexTitle .button p.next {
  transform: rotate(180deg) skew(-5deg);
  margin-left: 0.32rem;
}
.IndexCooperation .IndexTitle .button p:hover {
  background: #00368c;
}
.IndexCooperation .IndexTitle .button p:hover span svg path {
  fill: #fff;
}
.IndexCooperation .box {
  margin-top: 0.7rem;
  padding-bottom: 0.72rem;
}
.IndexCooperation .box .swiper-slide p {
  height: 0.8rem;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 42px;
}
.IndexCooperation .box .swiper-slide p img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  /*transition: 0.4s;*/
  /*filter: grayscale(1);*/
  /*opacity: 0.5;*/
}
.IndexCooperation .box .swiper-slide p:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.Footer {
  background: #0d387e;
}
.Footer .box .content1 {
  padding: 0.4rem 0 0.34rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer .box .content1 .left img {
  height: 46px;
}
.Footer .box .content1 .right {
  display: flex;
  align-items: center;
  width: 3.1rem;
}
.Footer .box .content1 .right .le {
  font-size: 0.18rem;
  color: #fff;
}
.Footer .box .content1 .right .ri {
  margin-left: 0.16rem;
}
.Footer .box .content1 .right .ri p {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
.Footer .box .content1 .right .ri p:last-child {
  margin-right: 0;
}
.Footer .box .content1 .right .ri p > img {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  width: 1.4rem;
  transition: 0.4s;
  z-index: 5;
}
.Footer .box .content1 .right .ri p:hover > img {
  transform: translateX(-50%) scale(1);
}
.Footer .box .content2 {
  padding-top: 0.5rem;
  padding-bottom: 0.64rem;
}
.Footer .box .content2 .left .item {
  margin-right: 1.2rem;
}
.Footer .box .content2 .left .item h5 {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.Footer .box .content2 .left .item ul li {
  line-height: 0.3rem;
}
.Footer .box .content2 .left .item ul li a {
  font-size: 0.16rem;
  color: #87a1cb;
  transition: 0.4s;
}
.Footer .box .content2 .left .item ul li a:hover {
  color: #fff;
}
.Footer .box .content2 .right {
  width: 3.1rem;
}
.Footer .box .content2 .right div {
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 30px;
  font-size: 0.18rem;
  font-family: 'gilroy_regular';
  color: #fff;
  line-height: 0.32rem;
}
.Footer .box .content2 .right div a{
	color: #fff;
}
.Footer .box .content2 .right div img {
  position: absolute;
  top: 0.08rem;
  left: 0;
}
.Footer .content3 {
  background: #0c3679;
  font-size: 14px;
  color: #fff;
  padding: 0.4rem 0;
}
.Footer .content3 p {
  display: inline-block;
  opacity: 0.5;
}
.Footer .content3 span {
  display: inline-block;
  width: 0.2rem;
}
.Footer .content3 a {
  color: #fff;
  opacity: 0.5;
  transition: 0.4s;
}
.Footer .content3 a:hover {
  opacity: 1;
}
.Aside {
  position: fixed;
  z-index: 5;
  right: 0.36rem;
  top: 50%;
  display: none;
}
.Aside ul li {
  margin-bottom: 2px;
  position: relative;
}
.Aside ul li:first-child a {
  background: #00368c;
}
.Aside ul li a {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.Aside ul li a img {
  margin: auto;
}
.Aside ul li p {
  position: absolute;
  top: 0;
  right: 0.66rem;
  padding: 0.2rem;
  background: rgba(29, 74, 151, 0.9);
  transform: scale(0);
  transform-origin: right top;
  transition: 0.4s;
}
.Aside ul li p img {
  width: 1.44rem;
}
.Aside ul li:hover p {
  transform: scale(1);
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.InnerBanner .posi .box h1 {
  font-size: 0.58rem;
  color: #fff;
}
.m48 {
  margin-top: 0.48rem;
}
.News .box {
  position: relative;
}
.News .box .banner {
  box-shadow: 0px 0.1rem 0.3rem rgba(29, 67, 119, 0.2);
}
.News .box .swiper-container .item a .boxLeft {
  width: 64%;
  overflow: hidden;
}
.News .box .swiper-container .item a .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.News .box .swiper-container .item a .boxRight {
  background: #fff;
  width: 36%;
  box-sizing: border-box;
  padding: 1.1rem 0.5rem 0;
}
.News .box .swiper-container .item a .boxRight .content1 {
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #000;
  height: 0.72rem;
}
.News .box .swiper-container .item a .boxRight .content2 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333;
  height: 0.96rem;
  margin-top: 0.24rem;
}
.News .box .swiper-container .item a .boxRight .content3 {
  font-size: 0.18rem;
  color: #00368c;
  margin-top: 1.48rem;
}
.News .box .swiper-container .item a:hover .boxLeft img {
  /*transform: scale(1.1);*/
}
.News .box .swiper-container .item a .boxRight .content3 font{
    position: relative;
    right: 0;
    transition: .4s;
}
.News .box .swiper-container .item a:hover .boxRight .content3 font{
    right: -10px;
}
.News .button {
  position: absolute;
  bottom: 18%;
  right: 0.5rem;
  z-index: 1;
}
.News .button p {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  background: #e7ecf3;
}
.News .button p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.News .button p span svg {
  margin: auto;
}
.News .button p span svg path {
  transition: 0.4s;
  fill: #333333;
}
.News .button p.prev {
  transform: skew(-5deg);
}
.News .button p.next {
  transform: rotate(180deg) skew(-5deg);
  margin-left: 0.32rem;
}
.News .button p:hover {
  background: #00368c;
}
.News .button p:hover span svg path {
  fill: #fff;
}
.NewsContainer {
  margin-top: 0.56rem;
}
.NewsContainer .box {
  padding-bottom: 0.7rem;
}
.NewsContainer .box .list a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(29, 67, 119, 0.3);
  width: 32%;
  margin-bottom: 0.3rem;
  padding:  0.2rem;
}
.NewsContainer .box .list a:not(:nth-child(3n)) {
  margin-right: 2%;
}
.NewsContainer .box .list a .content1 {
  overflow: hidden;
}
.NewsContainer .box .list a .content1 img {
  width: 100%;
  transition: 1.5s;
  /*-webkit-clip-path: polygon(4% 6%, 96% 6%, 96% 100%, 4% 100%);*/
  /*clip-path: polygon(4% 6%, 96% 6%, 96% 100%, 4% 100%);*/
}
.NewsContainer .box .list a .content2 {
  padding: 0.5rem 0;
}
.NewsContainer .box .list a .content2 .left {
  color: #666;
  width: 22%;
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.NewsContainer .box .list a .content2 .left div {
  font-size: 0.32rem;
  font-family: 'gilroy_regular';
}
.NewsContainer .box .list a .content2 .left p {
  font-size: 0.16rem;
}
.NewsContainer .box .list a .content2 .right {
  flex: 1;
}
.NewsContainer .box .list a .content2 .right div {
  font-size: 0.22rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #000;
  transition: 0.4s;
}
.NewsContainer .box .list a .content2 .right p {
  font-size: 0.2rem;
  color: #999;
  transition: 0.4s;
  margin-top: 0.22rem;
}
.NewsContainer .box .list a .content2 .right p font{
    display: inline-block;
    right: 0;
    transition: .4s;
    position: relative;
}
.NewsContainer .box .list a:hover .content1 img {
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
  transform: scale(1.1);
}
.NewsContainer .box .list a:hover .content2 .right div {
  color: #00368c;
}
.NewsContainer .box .list a:hover .content2 .right p {
  color: #00368c;
}
.NewsContainer .box .list a:hover .content2 .right p font{
    right: -10px;
}
.inner_page {
  margin: auto;
}
.inner_page .box_ {
  display: flex;
  justify-content: center;
  width: 100%;
}
.inner_page .box_ .button p a {
  font-size: 16px;
  color: #000;
  line-height: 52px;
  display: block;
  width: 52px;
  transition: 0.4s;
  text-align: center;
  background: #e7ecf3;
  transform: skew(-5deg);
}
.inner_page .box_ .button p a i {
  font-weight: bold;
  font-size: 0.18rem;
  transform: skew(5deg);
  display: inline-block;
}
.inner_page .box_ .button p a:hover {
  background: #19458a;
  color: #fff;
}
.inner_page .box_ .page {
  margin: 0 30px;
  display: flex;
  justify-content: center;
}
.inner_page .box_ .page a {
  font-size: 0.18rem;
  line-height: 52px;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 6px;
  transition: 0.4s;
  color: #999;
  font-family: 'gilroy_bold';
  background: #e7ecf3;
  transform: skew(-5deg);
}
.inner_page .box_ .page a font {
  transform: skew(5deg);
  display: inline-block;
}
.inner_page .box_ .page a:hover {
  background: #19458a;
  color: #fff;
}
.inner_page .box_ .page span {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 52px;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 6px;
  transition: 0.4s;
  cursor: default;
}
.inner_page .box_ .page .active {
  background: #19458a;
  color: #fff;
}
.NewsInfo {
  margin-top: 0.86rem;
}
.NewsInfo .box .boxLeft {
  width: 60%;
}
.NewsInfo .box .boxLeft .content1 {
  font-size: 0.4rem;
  line-height: 0.6rem;
}
.NewsInfo .box .boxLeft .content2 {
  font-size: 0px;
  color: #999;
  margin-top: 0.26rem;
}
.NewsInfo .box .boxLeft .content2 span {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 0.08rem;
}
.NewsInfo .box .boxLeft .content3 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.46rem;
  margin-top: 0.46rem;
  text-align: justify;
  padding-bottom: 0.85rem;
}
.NewsInfo .box .boxLeft .content3 img {
  max-width: 100%;
  margin-bottom: 8px;
  width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.NewsInfo .box .boxLeft .content3 video{
    width: auto !important;
    height: auto !important;
     max-width: 100%;
}
.NewsInfo .box .boxLeft .content4 p {
  border-bottom: 1px solid #eaeaea;
}
.NewsInfo .box .boxLeft .content4 p a {
  display: block;
  line-height: 0.95rem;
  color: #00368c;
  transition: 0.4s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  
}
.NewsInfo .box .boxLeft .content4 p a span {
  color: #666;
}
.NewsInfo .box .boxLeft .content4 p a:hover {
  font-weight: bold;
}
.NewsInfo .box .boxRight {
  width: 32%;
  position: relative;
}
.NewsInfo .box .boxRight::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5rem;
  background-color: #eeeeee;
  z-index: -1;
  width: 200%;
  height: 100%;
}
.NewsInfo .box .boxRight .sect {
  position: sticky;
  top: 1.2rem;
}
.NewsInfo .box .boxRight .h5 {
  margin-bottom: 0.32rem;
}
.NewsInfo .box .boxRight ul li {
  padding: 0.45rem 0;
  border-bottom: 1px solid #dbdbdb;
}
.NewsInfo .box .boxRight ul li a {
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #000;
  display: block;
  transition: 0.4s;
}
.NewsInfo .box .boxRight ul li a:hover {
  color: #00368c;
}
.ActivityToggle {
  margin-top: -1.3rem;
  position: relative;
  z-index: 1;
}
.ActivityToggle .box {
  display: flex;
  justify-content: flex-start;
}
.ActivityToggle .box > div {
  flex: 1;
  text-align: center;
  background: #fff;
  position: relative;
}
.ActivityToggle .box > div::after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #00368c;
	opacity: 0;
}
.ActivityToggle .box > div a {
  display: block;
  height: 1.3rem;
  display: flex;
  align-items: center;
}
.ActivityToggle .box > div a > div {
  margin: auto;
}
.ActivityToggle .box > div a .icon img {
  transition: 0.4s;
  opacity: 0.5;
  height: 0.32rem;
}
.ActivityToggle .box > div a .text {
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.1rem;
  font-weight: bold;
}
.ActivityToggle .box > div a:hover .icon img {
  transform: scale(1.1);
  opacity: 1;
}
.ActivityToggle .box .active {
  background: linear-gradient(180deg, #d1dfed, #ffffff);
}
.ActivityToggle .box .active::after{
	opacity: 1;
}
.ActivityToggle .box .active a .icon img {
  opacity: 1;
}
.ActivityToggle .box .active a .text {
  color: #00368c;
}
.ActivityContainer .box {
  position: relative;
}
.ActivityContainer .box .banner .swiper-container {
  padding: 0.2rem 0;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide {
  width: min(1000px, 70vw);
}
.ActivityContainer .box .banner .swiper-container .swiper-slide .main {
  opacity: 0.3;
  transition: 0.4s;
  display: block;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide .main figure img {
  width: 100%;
  box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.2);
}
.ActivityContainer .box .banner .swiper-container .swiper-slide .main figcaption {
  text-align: center;
  opacity: 0;
  transition: .4s;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide .main figcaption h5 {
  font-size: 0.36rem;
  color: #333;
  margin-top: 0.26rem;
  transition: 0.4s;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide .main figcaption p {
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.18rem;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide .main:hover figcaption h5 {
  color: #00368c;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide-active .main {
  opacity: 1;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide-active .main figcaption{
    opacity: 1;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide-prev .main {
  transform-origin: left center;
}
.ActivityContainer .box .banner .swiper-container .swiper-slide-next .main {
  transform-origin: right center;
}
.ActivityContainer .button p {
  position: absolute;
  top: 45%;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  background: #e7ecf3;
}
.ActivityContainer .button p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
}
.ActivityContainer .button p span svg {
  margin: auto;
}
.ActivityContainer .button p span svg path {
  transition: 0.4s;
  fill: #333333;
}
.ActivityContainer .button p.prev {
  transform: skew(-5deg) translateY(-50%);
  left: 1.1rem;
}
.ActivityContainer .button p.next {
  right: 1.1rem;
  transform: translateY(-50%) rotate(180deg) skew(-5deg);
}
.ActivityContainer .button p:hover {
  background: #00368c;
}
.ActivityContainer .button p:hover span svg path {
  fill: #fff;
}
.ActivityInfo {
  margin-top: 0.86rem;
}
.ActivityInfo .box .content1 {
  font-size: 0.4rem;
  text-align: center;
}
.ActivityInfo .box .content2 {
  margin-top: 0.28rem;
}
.ActivityInfo .box .content2 p {
  font-size: 16px;
  color: #999;
  margin: 0 0.16rem;
}
.ActivityInfo .box .content2 p span {
  vertical-align: bottom;
}
.ActivityInfo .box .content2 p font {
  color: #00368c;
}
.ActivityInfo .box .content2 p img {
  margin-right: 0.08rem;
}
.ActivityInfo .box .content3 {
  margin-top: 0.62rem;
  padding-top: 0.48rem;
  border-top: 1px solid #eee;
}
.ActivityInfo .box .content3 p {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  text-align: justify;
}
.ActivityInfo .box .content3 p img {
  max-width: 100%;
}
.ActivityInfo .box .content4 {
  padding: 0.35rem 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 0.68rem;
}
.ActivityInfo .box .content4 p {
  width: 40%;
}
.ActivityInfo .box .content4 p a {
  font-size: 0.18rem;
  color: #00368c;
  display: block;
  transition: 0.4s;
}
.ActivityInfo .box .content4 p a span {
  color: #666;
  transition: 0.4s;
}
.ActivityInfo .box .content4 p a:hover {
  text-decoration: underline;
}
.ActivityInfo .box .content4 p a:hover span {
  color: #00368c;
}
.ActivityInfo .box .content4 .next {
  text-align: right;
}
.ActivityInfo .box .content4 div {
  font-size: 0.18rem;
}
.ActivityInfo .box .content4 div a {
  color: #666;
  transition: 0.4s;
}
.ActivityInfo .box .content4 div a img {
  margin-right: 0.08rem;
  position: relative;
  top: -0.02rem;
  transition: 0.4s;
  filter: grayscale(1);
}
.ActivityInfo .box .content4 div a:hover {
  color: #00368c;
}
.ActivityInfo .box .content4 div a:hover img {
  filter: grayscale(0);
}
.ActivityVideo .box .item {
  width: 19.2%;
  margin-bottom: 0.16rem;
  position: relative;
}
.ActivityVideo .box .item:not(:nth-child(5n)) {
  margin-right: 1%;
}
.ActivityVideo .box .item > a {
  display: block;
  padding: 0.12rem 0;
  font-size: 0.18rem;
  line-height: 0.24rem;
  border: 1px solid #eaeaea;
  text-align: center;
  color: #666666;
  transition: 0.4s;
}
.ActivityVideo .box .item > a i {
  font-size: 14px;
}
.ActivityVideo .box .item > a:hover {
  color: #00368c;
  border: 1px solid #00368c;
}
.ActivityVideo .box .item ul {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  display: none;
  z-index: 3;
}
.ActivityVideo .box .item ul li a {
  display: block;
  color: #666;
  padding: 0.12rem;
  text-align: center;
  transition: 0.4s;
}
.ActivityVideo .box .item ul li a:hover {
  color: #00368c;
}
.ActivityVideo .box .item.active a {
  color: #00368c;
  border: 1px solid #00368c;
  box-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.15);
}
.ActivityVideoMain .box .banner {
  float: left;
  width: 49%;
  min-height: 400px;
  margin-right: 2%;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.ActivityVideoMain .box .banner .bannerM {
  position: relative;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container {
  padding-bottom: 0.3rem;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide {
  width: 7rem;
  cursor: pointer;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .img {
  transform: scaleY(0.8);
  position: relative;
  transition: 0.4s;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .img > img {
  width: 100%;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .img div img {
  margin: auto;
  opacity: 0.8;
 width: 0.56rem;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .text {
  background: #fff;
  font-size: 0.22rem;
  color: #333;
  line-height: 1rem;
  padding: 0 1.5rem 0 0.5rem;
  display: none;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide-active {
  box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.2);
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide-active .img {
  transform: scaleY(1);
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide-active .text {
  display: block;
}
.ActivityVideoMain .box .banner .bannerM .swiper-pagination {
  position: initial;
}
.ActivityVideoMain .box .banner .bannerM .swiper-pagination span {
  margin: 0 0.08rem;
  opacity: 1;
  background: #b0b0b1;
}
.ActivityVideoMain .box .banner .bannerM .swiper-pagination .swiper-pagination-bullet-active {
  background: #00368c;
}
.ActivityVideoMain .box .banner .bannerM .button {
  display: flex;
  position: absolute;
  right: 0.6rem;
  bottom: 16%;
  z-index: 3;
}
.ActivityVideoMain .box .banner .bannerM .button p {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.ActivityVideoMain .box .banner .bannerM .button p svg {
  display: flex;
}
.ActivityVideoMain .box .banner .bannerM .button p:hover {
  opacity: 1;
}
.ActivityVideoMain .box .banner .bannerM .button .next {
  margin-left: 0.32rem;
}
.ActivityVideoMain .box .banner .bannerM .button .next svg {
  transform: rotate(180deg);
}
.ActivityVideoMain .box .item {
  width: 23.5%;
  box-sizing: border-box;
  margin-bottom: 0.35rem;
  float: left;
}
.ActivityVideoMain .box .item:not(:nth-child(4n+1)) {
  margin-right: 2%;
}
.ActivityVideoMain .box .item:nth-child(3) {
  margin-right: 0;
}
.ActivityVideoMain .box .item a {
  display: block;
}
.ActivityVideoMain .box .item a .content1 {
  position: relative;
  box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.2);
}
.ActivityVideoMain .box .item a .content1 p {
  overflow: hidden;
}
.ActivityVideoMain .box .item a .content1 p img {
  width: 100%;
  transition: 0.4s;
}
.ActivityVideoMain .box .item a .content1 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.ActivityVideoMain .box .item a .content1 div img {
  margin: auto;
  opacity: 0.8;
}
.ActivityVideoMain .box .item a .content1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.ActivityVideoMain .box .item a .content2 {
  font-size: 0.22rem;
  color: #333;
  margin-top: 0.2rem;
  transition: .4s;
}
.ActivityVideoMain .box .item a .content3 {
  font-size: 16px;
  color: #999;
  margin-top: 0.08rem;
}
.ActivityVideoMain .box .item a .content3 span {
  display: inline-block;
  vertical-align: bottom;
}
.ActivityVideoMain .box .item a:hover .content1 p img {
  transform: scale(1.1);
}
.ActivityVideoMain .box .item a:hover .content2 {
  color: #00368c;
}
.Join > .box {
  position: relative;
}
.Join > .box .banner .swiper-container .swiper-slide {
  width: 81.25vw;
}
.Join > .box .banner .swiper-container .swiper-slide .img {
  opacity: 0.3;
}
.Join > .box .banner .swiper-container .swiper-slide .img img {
  width: 11.7rem;
}
.Join > .box .banner .swiper-container .swiper-slide-prev .img {
  display: flex;
  justify-content: flex-end;
}
.Join > .box .banner .swiper-container .swiper-slide-active .img {
  opacity: 1;
}
.Join .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.Join .posi .Main .boxMain {
  width: 50%;
  background: #fff;
  min-height: 100px;
  box-shadow: 0px 10px 0.3rem rgba(29, 67, 119, 0.2);
}
.Join .posi .Main .boxMain .banner1 {
  position: relative;
}
.Join .posi .Main .boxMain .banner1 .item {
  padding: 0.64rem 1rem;
  box-sizing: border-box;
  opacity: 0;
}
.Join .posi .Main .boxMain .banner1 .item .content1 .left img {
  width: 1.24rem;
}
.Join .posi .Main .boxMain .banner1 .item .content1 .right {
  display: flex;
  align-items: center;
}
.Join .posi .Main .boxMain .banner1 .item .content1 .right p {
  font-family: 'gilroy_bold';
  font-size: 0.72rem;
  color: #e7ecf3;
}
.Join .posi .Main .boxMain .banner1 .item .content2 {
  font-size: 0.36rem;
  color: #00368c;
  margin-top: 0.28rem;
}
.Join .posi .Main .boxMain .banner1 .item .content3 {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.36rem;
  width: 2.86rem;
}
.Join .posi .Main .boxMain .banner1 .swiper-slide-active .item {
  opacity: 1;
}
.Join .button {
  position: absolute;
  z-index: 2;
  bottom: 0.9rem;
  right: 1rem;
}
.Join .button p {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  background: #e7ecf3;
}
.Join .button p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.Join .button p span svg {
  margin: auto;
}
.Join .button p span svg path {
  transition: 0.4s;
  fill: #333333;
}
.Join .button p.prev {
  transform: skew(-5deg);
}
.Join .button p.next {
  transform: rotate(180deg) skew(-5deg);
  margin-left: 0.32rem;
}
.Join .button p:hover {
  background: #00368c;
}
.Join .button p:hover span svg path {
  fill: #fff;
}
.JoinContainer .box {
  border-top: 1px solid #eaeaea;
}
.JoinContainer .box .item .boxTop {
  cursor: pointer;
  line-height: 0.78rem;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0.5rem ;
  transition: 0.4s;
}
.JoinContainer .box .item .boxTop .title {
  font-size: 0.22rem;
  width: 56%;
  transition: 0.4s;
}
.JoinContainer .box .item .boxTop .time {
  font-size: 16px;
  color: #999;
  transition: 0.4s;
}
.JoinContainer .box .item .boxTop .time img {
  position: relative;
  top: -2px;
  margin-right: 3px;
  filter: invert(1);
  opacity: 0.3;
  transition: 0.4s;
}
.JoinContainer .box .item .boxTop .button span {
  font-size: 0.18rem;
  color: #00368c;
  transition: 0.4s;
}
.JoinContainer .box .item .boxTop .button .hide {
  display: none;
}
.JoinContainer .box .item .boxTop .button i {
  font-size: 14px;
  transition: 0.4s;
  color: #999;
}
.JoinContainer .box .item .boxTop.active {
  background: #00368c;
}
.JoinContainer .box .item .boxTop.active .title {
  color: #fff;
}
.JoinContainer .box .item .boxTop.active .time {
  color: #fff;
}
.JoinContainer .box .item .boxTop.active .time img {
  filter: invert(0);
  opacity: 1;
}
.JoinContainer .box .item .boxTop.active .button span {
  color: #fff;
}
.JoinContainer .box .item .boxTop.active .button span i {
  color: #fff;
}
.JoinContainer .box .item .boxTop.active .button .show {
  display: none;
}
.JoinContainer .box .item .boxTop.active .button .hide {
  display: block;
}
.JoinContainer .box .item .boxBot {
  box-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.15);
  padding: 0 0.5rem 0.8rem;
  box-sizing: border-box;
  display: none;
}
.JoinContainer .box .item .boxBot .content1 .info {
  padding-top: 0.5rem;
}
.JoinContainer .box .item .boxBot .content1 .info h5 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.JoinContainer .box .item .boxBot .content1 .info div p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
}
.JoinContainer .box .item .boxBot .content2 {
  margin-top: 0.6rem;
}
.JoinContainer .box .item .boxBot .content2 .link a {
  display: block;
  width: 130px;
  font-size: 16px;
  text-align: center;
  color: #00368c;
  position: relative;
  line-height: 46px;
  top: 0;
  transition: 0.3s;
  color: #fff;
}
.JoinContainer .box .item .boxBot .content2 .link a span {
  z-index: 1;
  position: relative;
}
.JoinContainer .box .item .boxBot .content2 .link a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00368c;
  transform: skew(-10deg);
  transition: 0.3s;
}
.JoinContainer .box .item .boxBot .content2 .link a:hover {
  top: -0.06rem;
}
.JoinContainer .box .item .boxBot .content2 p {
  line-height: 46px;
  margin-left: 0.8rem;
  font-size: 0.22rem;
}
.JoinContainer .box .item .boxBot .content2 p a {
  color: #00368c;
  font-family: 'gilroy_bold';
}
.ContactUs .box {
  background: #fff;
  padding: 0.68rem 0;
  box-shadow: 0px 10px 0.3rem rgba(29, 67, 119, 0.2);
}
.ContactUs .box .item {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
}
.ContactUs .box .item:last-child {
  border: 0;
}
.ContactUs .box .item .icon {
  height: 0.36rem;
}
.ContactUs .box .item .icon img {
  max-height: 100%;
}
.ContactUs .box .item .title {
  font-size: 0.22rem;
  margin: 0.26rem 0 0.3rem;
}
.ContactUs .box .item .text {
  font-size: 0.22rem;
  font-family: 'gilroy_regular';
  color: #00368c;
  height: 0.3rem;
}
.ContactUs .box .item .text a{
	color: #00368c;
}
.ContactUs .box .item .text p {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.ContactUs .box .item figure {
  margin: 0 0.16rem;
}
.ContactUs .box .item figure img {
  width: 1.44rem;
}
.ContactUs .box .item figcaption {
  font-size: 16px;
  color: #333;
  margin-top: 0.05rem;
}
.Map {
  margin-top: -1.06rem;
  position: relative;
  z-index: -1;
}
.Map .box {
  height: 5.4rem;
  width: 100%;
}
.Map .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.BusinessCooperation {
  background: url(../images/hzbg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.BusinessCooperation .box .list {
  display: flex;
  justify-content: space-between;
}
.BusinessCooperation .box .list .item {
  flex: 0 32.5%;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s;
  margin-bottom: 0.2rem;
}
.BusinessCooperation .box .list .item input {
  height: 0.6rem;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #000;
  padding: 0 0.48rem;
}
.BusinessCooperation .box .list .item input::placeholder {
  color: #999;
}
.BusinessCooperation .box .list .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.24rem;
  z-index: 1;
    height: 0.17rem;
    filter: grayscale(1);
    opacity: 0.3;
}
.BusinessCooperation .box .list3 img{
   height: 0.17rem;
    filter: grayscale(1);
    opacity: 0.3;
}
.BusinessCooperation .box .list .item:hover {
  box-shadow: 0px 10px 0.3rem rgba(29, 67, 119, 0.2);
}
.BusinessCooperation .box .list1 .item {
  flex: 0 49.3%;
}
.BusinessCooperation .box .list3 {
  transition: 0.4s;
  position: relative;
}
.BusinessCooperation .box .list3 textarea {
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #000;
  padding: 0.16rem 0.48rem;
  height: 2.7rem;
  resize: none;
  vertical-align: bottom;
}
.BusinessCooperation .box .list3 textarea::placeholder {
  color: #999;
}
.BusinessCooperation .box .list3 img {
  position: absolute;
  top: 7.5%;
  left: 0.24rem;
  z-index: 1;
}
.BusinessCooperation .box .list3:hover {
  box-shadow: 0px 10px 0.3rem rgba(29, 67, 119, 0.2);
}
.BusinessCooperation .box .list4 {
  margin-top: 0.4rem;
}
.BusinessCooperation .box .list4 p {
  width: 2.6rem;
  line-height: 0.58rem;
  background: #00368c;
  transform: skew(-10deg);
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  top: 0;
}
.BusinessCooperation .box .list4 p input,
.BusinessCooperation .box .list4 p .input {
  background: none;
  border: 0;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  width: 100%;
  transform: skew(10deg);
  cursor: pointer;
}
.BusinessCooperation .box .list4 p:hover {
  top: -5px;
  box-shadow: 0px 10px 0.3rem rgba(29, 67, 119, 0.2);
}
.wave1 {
  margin-top: 0vh;
  height: 100vh;
  overflow: hidden;
}
.wave1 div {
  position: relative;
  top: 1rem;
}
.Sitemap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.MapNav {
  margin-top: 2.9rem;
}
.MapNav .item h5 {
  font-size: 0.36rem;
  margin-bottom: 0.38rem;
}
.MapNav .item ul li a {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
  transition: 0.4s;
}
.MapNav .item ul li a:hover {
  color: #00368c;
}
.MapFooter {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: 1;
  width: 100%;
}
.MapFooter .box .left div {
  font-size: 0.18rem;
  color: #333;
}
.MapFooter .box .left div span {
  display: inline-block;
  width: 0.2rem;
}
.MapFooter .box .left p {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.08rem;
  position: relative;
}
.MapFooter .box .left p a {
  color: #999;
}
.MapFooter .box .right {
  display: flex;
  justify-content: end;
  flex-flow: column;
}
.MapFooter .box .right .ri {
  margin-left: 0.16rem;
}
.MapFooter .box .right .ri p {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
.MapFooter .box .right .ri p:last-child {
  margin-right: 0;
}
.MapFooter .box .right .ri p a img {
  filter: invert(1);
  opacity: 0.3;
  transition: 0.4s;
}
.MapFooter .box .right .ri p a img:hover {
  opacity: 0.6;
}
.MapFooter .box .right .ri p > img {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  width: 1.4rem;
  transition: 0.4s;
}
.MapFooter .box .right .ri p:hover > img {
  transform: translateX(-50%) scale(1);
}
.About {
  background: url(../images/about1.png) no-repeat center bottom;
  background-size: 100% auto;
}
.About .box {
  padding-top: 0.34rem;
}
.About .box .left {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  width: 68%;
  text-align: justify;
}
.About .box .right div {
  width: 3.9rem;
  position: relative;
}
.About .box .right div img {
  width: 100%;
}
.About .box .right div p {
  position: absolute;
  bottom: 17%;
  font-size: 0.18rem;
  color: #333;
  width: 100%;
  text-align: center;
  line-height: 0.32rem;
}
.About .box1 {
  height: 5.6rem;
}
.About .box1 .main {
  position: relative;
  top: 0;
  transition: 1s;
}
.About .box1 .main .item {
  width: 49.5%;
  background: #fff;
  padding: 0.45rem 0;
  box-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.15);
}

.About .box1 .main .item .img {
  width: 50%;
  text-align: center;
  display: flex;
  align-content: center;
}
.About .box1 .main .item .img img{
    height: 1.3rem;
    margin: auto;
}
.About .box1 .main .item:nth-child(2) img{
    height: 1rem;
}
.About .box1 .main .item .text {
  width: 50%;
  font-size: 0.22rem;
  color: #333;
  line-height: 0.36rem;
}
.About .box1 .main.animated {
  top: 32%;
}
.TechnologyPromotion .box {
  position: relative;
}
.TechnologyPromotion .box .img img {
  width: 100%;
}
.TechnologyPromotion .box .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.TechnologyPromotion .box .posi .boxLeft {
  width: 42%;
  box-sizing: border-box;
}
.TechnologyPromotion .box .posi .boxLeft .text {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666;
  margin-top: 0.38rem;
}
.TechnologyPromotion .box1 {
  margin-top: -3.2rem;
  position: relative;
  z-index: 1;
  padding: 0.48rem 0;
  background: #fff;
  box-shadow: 0px 10px 0.4rem rgba(29, 67, 119, 0.2);
}
.TechnologyPromotion .box1 .item {
  flex: 1;
  text-align: center;
}
.TechnologyPromotion .box1 .item:not(:last-child){
	border-right: 1px solid #eee;
}
.TechnologyPromotion .box1 .item .icon {
  height: 0.61rem;
  transform-style: preserve-3d;
}
.TechnologyPromotion .box1 .item .icon img {
  max-height: 100%;
  transition: 0.4s;
  top: 0;
  position: relative;
}
.TechnologyPromotion .box1 .item .title {
  font-size: 0.22rem;
  color: #00368c;
  margin-top: 0.25rem;
}
.TechnologyPromotion .box1 .item:hover .icon img {
	top: -8px;
 /* transform: rotate(15deg) scale(1.05);
  -o-transform: rotate(15deg) scale(1.05); */
}
.IndTitle {
  position: relative;
  z-index: 1;
}
.IndTitle h1 {
  font-size: 0.36rem;
  color: #666;
  line-height: 0.6rem;
}
.BusCase {
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
}
.BusCase .IndTitle .button p {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  transform: skew(-5deg);
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  background: #e7ecf3;
}
.BusCase .IndTitle .button p span {
  transform: skew(5deg);
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.BusCase .IndTitle .button p span svg {
  margin: auto;
}
.BusCase .IndTitle .button p span svg path {
  transition: 0.4s;
  fill: #333333;
}
.BusCase .IndTitle .button p.prev {
  transform: skew(-5deg);
}
.BusCase .IndTitle .button p.next {
  transform: rotate(180deg) skew(-5deg);
  margin-left: 0.32rem;
}
.BusCase .IndTitle .button p:hover {
  background: #00368c;
}
.BusCase .IndTitle .button p:hover span svg path {
  fill: #fff;
}
.BusCase .box .banner {
  width: calc(100% + 0px);
  position: relative;
}
.BusCase .box .banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: calc(100% - 0px);
  box-shadow: -10px 0px 0.4rem rgba(29, 67, 119, 0.2);
}
.BusCase .box .banner .swiper-container {
  padding: 0px 0px 40px;
}
.BusCase .box .banner .swiper-container .item {
  display: block;
  background: #fff;
  box-shadow: 0px 10px 0.4rem rgba(29, 67, 119, 0.2);
}
.BusCase .box .banner .swiper-container .item .content1 {
  overflow: hidden;
}
.BusCase .box .banner .swiper-container .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.BusCase .box .banner .swiper-container .item .content2 {
  padding: 0.32rem 0.5rem;
}
.BusCase .box .banner .swiper-container .item .content2 .content3 {
  font-size: 0.22rem;
  color: #010101;
  text-align: center;
  transition: 0.4s;
}
.BusCase .box .banner .swiper-container .item .content2 .contetn4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.1rem;
}
.BusCase .box .banner .swiper-container .item:hover .content1 img {
  transform: scale(1.1);
}
.BusCase .box .banner .swiper-container .item:hover .content2 .content3 {
  color: #00368c;
}
.Highlights .box .swiper-container {
  padding: 10px 0;
}
.Highlights .box .banner .swiper-slide {
  background: #fff;
  box-shadow: 0px 0px 0.2rem rgba(29, 67, 119, 0.3);
  box-sizing: border-box;
}
.Highlights .box .banner .swiper-slide img {
  width: 100%;
  /* min-height: 270px; */
  object-fit: cover;
}
.Highlights .box .swiper-pagination {
  bottom: 0;
  z-index: 2;
}
.Highlights .box .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #00368c;
  width: 16px;
  height: 5px;
  opacity: 0.2;
  border-radius: 5px;
  transition: 0.4s;
}
.Highlights .box .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #00368c;
  width: 24px;
  opacity: 1;
}
.bg {
  background: #f4f5f6;
}
.Commercial {
  position: relative;
  z-index: 2;
}
.Commercial .img img {
  width: 100%;
}
.Commercial .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Commercial .posi .box {
  padding-top: 1rem;
}
.Commercial .posi .box .IndexTitle h1 {
  color: #fff;
}
.Commercial .posi .box .content1 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  margin-top: 0.34rem;
}
.Commercial .posi .box .content2 .link {
  margin-top: 0.57rem;
}
.Commercial .posi .box .content2 .link a {
  display: block;
  width: 130px;
  font-size: 16px;
  text-align: center;
  color: #00368c;
  position: relative;
  line-height: 46px;
  top: 0;
  transition: 0.3s;
}
.Commercial .posi .box .content2 .link a span {
  z-index: 1;
  position: relative;
}
.Commercial .posi .box .content2 .link a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 3px 3px 8px #c2c2c2;
  transform: skew(-10deg);
  transition: 0.3s;
}
.Commercial .posi .box .content2 .link a:hover {
  top: -0.06rem;
}
.Commercial .posi .box .content2 .link a:hover::after {
  box-shadow: 0px 0px 0px #c2c2c2;
}
.article {
  /*float: left;*/
  position: fixed;
  top: 60px;
  margin-top: 0.97rem;
  z-index: 1;
  background: #fff;
  display: none;
}
.article ul li {
  font-size: 0.18rem;
  color: #666;
  padding: 0.18rem;
  border-top: 1px solid #eaeaea;
}
.article ul li img {
  width: 18px;
  margin-right: 0.1rem;
  opacity: 0.5;
  transition: 0.4s;
}
.article ul li a {
  color: #666;
}
.article ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.article ul .active img {
  opacity: 1;
}
.article ul .active a {
  color: #00368c;
}
@media screen and (max-width: 1680px) {
  .IndexHeader .box nav .item > p a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .IndexHeader .box nav .item {
    margin-left: 8px;
  }
  .IndexHeader .box nav .item > p a {
    font-size: 16px;
  }
  .IndexHeader .box nav .item > p a {
    padding: 0 26px;
  }
  .Footer .box .content2 .left .item {
    margin-right: 1rem;
  }
  .InnerBanner .posi .box h1 {
    font-size: 0.48rem;
  }
  
  .ActivityContainer .box .banner .swiper-container .swiper-slide{
      width: min(800px, 70vw);
  }
  
}
@media screen and (max-width: 1500px) {
	.News .button {
	    bottom: 11%;
	}
	 .ActivityContainer .box .banner .swiper-container .swiper-slide{
      width: min(700px, 80vw);
  }
}
@media screen and (max-width: 1400px) {
  .IndexHeader .box nav .item > p a {
    padding: 0 22px;
  }
  .Aside {
    right: 0.16rem;
  }
  .IndexCooperation .box .swiper-slide p img {
    max-width: 90%;
    max-height: 90%;
  }
  .Footer .box .content2 .left .item {
    margin-right: 0.7rem;
  }
  .article ul li {
    font-size: 0.16rem;
  }
  .TechnologyPromotion .box1 {
    margin-top: -2rem;
  }
  .Commercial .posi .box {
    padding-top: 0.6rem;
  }
  .News .box .swiper-container .item a .boxRight {
    padding: 0.5rem 0.5rem 0;
  }
  .News .box .swiper-container .item a .boxRight .content3 {
    margin-top: 1.26rem;
  }
  .NewsInfo .box .boxRight .sect {
    top: 1.2rem;
  }
  .ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide {
    width: 5.5rem;
  }
  .ActivityVideoMain .box .banner .bannerM .button {
    bottom: 19%;
  }
  .Join > .box .banner .swiper-container .swiper-slide {
    width: 77vw;
  }
  .Join > .box .banner .swiper-container .swiper-slide .img img {
    width: 9.7rem;
  }
  .MapNav {
    margin-top: 2rem;
  }
  .ActivityVideoMain .box .banner .bannerM .button {
      right: 0.8rem;
  }
  .News .button {
      bottom: 18%;
  }
}
@media (min-width:1300px) and ( max-width: 1400px) {
	.News .box .swiper-container .item a .boxRight .content3{
		margin-top: 1.6rem;
	}
}



@media screen and (max-width: 1280px) {
	.News .button {
	    bottom: 21%;
	}
  .w1560 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .article ul li img {
    width: 16px;
    margin-right: 0px;
  }
  .article ul li {
    font-size: 0.14rem;
    padding: 0.12rem;
  }
  .article {
    margin-top: 0.2rem;
    top: 100px;
  }
}
@media screen and (max-width: 1024px) {
   .InnerBanner .img img {
    min-height: 300px;
    object-fit: cover;
}
.InnerBanner .posi .box h1 {
    margin-top: 1rem;
}
.InnerBanner .posi {
    align-items: initial;
}
.Footer .box .content2 .right {
    width: 100%;
}
    .CoreBusiness .box .active a .content2{
        color: #000;
    }
    .ActivityContainer .button p.prev {
    left: 5vw;
}
    .ActivityContainer .button p.next{
        right: 5vw;
    }
    .CoreBusiness .box .item a{
        opacity: 1;
    }
    .IndexActivity .box .swiper-slide a .left p img {
    height: 3.85rem;
}
  .IndexHeader {
    display: none;
  }
  .w1560 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .IndexBanner .banner .swiper-slide .posi .box h1 {
    font-size: 0.4rem;
  }
  .IndexBanner .banner .swiper-slide .posi .box .text {
    width: 54%;
  }
  .IndexBanner .banner .pos .mai .right {
    display: none;
  }
  .IndexBanner .banner .pos {
    padding: 0.3rem 0;
  }
  .IndexBanner .banner .swiper-slide .img img {
    min-height: 6rem;
    object-fit: cover;
  }
  .IndexBanner .banner .pos .mai {
    justify-content: center;
  }
  .IndexTitle h1 {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  .Aside {
    display: none !important;
  }
  .Footer .box .content2 .left {
    display: none;
  }
  .Footer .box .content2 .right div {
    margin-bottom: 0;
  }
  .Footer .box .content2 {
    padding: 0.4rem 0;
  }
  .IndexActivity .box .swiper-slide a {
    opacity: 1;
  }
  .IndexActivity .box .swiper-slide-prev .item {
    flex-flow: column ;
  }
  .IndexActivity .box .swiper-slide a .right {
    padding: 0.3rem;
    width: 100%;
    box-sizing: border-box;
  }
  .IndexActivity .box .swiper-slide a .right .content1 {
    font-size: 0.26rem;
  }
  .IndexActivity .box .swiper-slide a .left {
    width: 100%;
  }
  .IndexActivity .box .swiper-slide a .left img {
    width: 100%;
  }
  .IndexActivity .box {
    margin-top: 0.48rem;
  }
  .IndexActivity {
    padding-bottom: 1rem;
  }
  .IndexCooperation .box .swiper-slide p {
    margin-bottom: 24px;
  }
  .CoreBusiness .box .item {
    opacity: 1;
  }
  .CoreBusiness .box .item {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.4rem;
  }
  .CoreBusiness .box .item::after {
    display: none;
  }
  .CoreBusiness .box .item a .content3 {
    margin: 0.3rem 0rem 0.64rem;
  }
  .CoreBusiness .box .item:hover {
    width: 100%;
    opacity: 1;
    padding-top: 0;
  }
  .CoreBusiness .box .item a .content4 {
    height: auto;
    visibility: inherit;
  }
  .CoreBusiness .box .item a .content3 {
    -webkit-line-clamp: 3;
  }
  .CoreBusiness .box .item a .content3 {
    margin: 0.3rem 0rem 0.3rem;
  }
  .IndexNews {
    background-size: cover;
  }
  .CoreBusiness .box {
    height: auto;
  }
  .CoreBusiness .box .item a .content2 {
    font-size: 0.28rem;
  }
  .IndexBanner {
    overflow: hidden;
  }
  .InnerBanner .posi .box h1 {
    font-size: 0.4rem;
  }
  .About .box .left {
    width: 100%;
  }
  .About .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .About .box .right div {
    margin: auto;
  }
  .About .box1 .main .item {
    width: 100%;
    padding: 0.45rem 0;
    margin-bottom: 0.2rem;
  }
  .About .box1 .main.animated {
    top: 17%;
  }
  .article {
    display: none !important;
  }
  .ActivityToggle {
    /*margin-top: -1rem;*/
  }
  .TechnologyPromotion .box .posi .boxLeft {
    width: 62%;
  }
  .TechnologyPromotion .box1 {
    margin-top: 0.5rem;
  }
  .Highlights .box .banner .swiper-slide img {
    min-height: 160px;
  }
  .Highlights .box .swiper-container {
    padding: 10px 0 30px;
  }
  .TechnologyPromotion .box .img img {
    position: relative;
    right: -1rem;
  }
  .TechnologyPromotion .box .img {
    overflow: hidden;
  }
  .Commercial .img img {
    height: 4rem;
    object-fit: cover;
  }
  .News .box .swiper-container .item a .boxLeft {
    width: 100%;
  }
  .News .box .swiper-container .item a .boxRight {
    width: 100%;
  }
  .News .box .swiper-container .item a .boxRight .content3 {
    margin-top: 0.4rem;
  }
  .News .box .swiper-container .item a .boxRight {
    padding: 0.4rem;
  }
  .News .button {
    bottom: 5%;
  }
  .NewsContainer .box .list {
    justify-content: space-between;
  }
  .NewsContainer .box .list a {
    width: 49%;
    margin-right: 0 !important;
  }
  .inner_page .box_ .page a {
    /*display: none;*/
  }
  .inner_page .box_ .page span {
    display: none;
  }
  .inner_page .box_ .page .active {
    display: block;
  }
  .NewsInfo .box .boxLeft .content1 {
    font-size: 0.36rem;
  }
  .NewsInfo .box .boxLeft {
    width: 100%;
  }
  .NewsInfo .box .boxRight {
    width: 100%;
  }
  .NewsInfo .box .boxRight::after {
    left: -5vw;
    width: calc(100% + 10vw);
  }
  .ActivityContainer .button p {
    top: 40%;
  }
  .ActivityContainer .box .banner .swiper-container .swiper-slide .main figcaption h5 {
    font-size: 0.28rem;
  }
  .ActivityContainer .box .banner .swiper-container .swiper-slide .main figure img {
    /*box-shadow: none;*/
  }
  .ActivityContainer .box {
    /*box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.2);*/
  }
  .ActivityContainer .box .banner .swiper-container .swiper-slide .main {
    opacity: 1;
  }
  .ActivityInfo .box .content4 p {
    width: 100%;
  }
  .ActivityInfo .box .content4 div {
    display: none;
  }
  .ActivityInfo .box .content4 .next {
    text-align: left;
  }
  .ActivityInfo .box .content4 p {
    padding: 0.2rem 0;
  }
  .ActivityInfo .box .content1 {
    font-size: 0.36rem;
  }
  .ActivityVideo .box {
    justify-content: space-between;
  }
  .ActivityVideo .box .item {
    width: 49%;
    margin-right: 0 !important;
  }
  .ActivityVideoMain .box .banner {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide {
    width: 80vw;
  }
  .ActivityVideoMain .box {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .ActivityVideoMain .box .item {
    width: 49%;
    float: none;
    margin-right: 0 !important;
  }
  .ActivityVideoMain .box .banner .bannerM .button {
    bottom: 16%;
  }
  .Join > .box .banner {
    padding: 0 5vw;
    box-sizing: border-box;
  }
  .Join > .box .banner .swiper-container .swiper-slide .img {
    opacity: 1;
  }
  .Join > .box .banner .swiper-container .swiper-slide .img img {
    width: 100%;
  }
  .Join .posi {
    position: initial;
  }
  .Join .posi .Main .boxMain {
    width: 100%;
  }
  .Join .posi .Main .boxMain .banner1 .item {
    padding: 0.5rem 0.6rem;
    opacity: 1;
  }
  .Join .button {
    bottom: 0.6rem;
    right: 0.5rem;
  }
  .Join .posi .Main .boxMain .banner1 .item .content2 {
    font-size: 0.28rem;
  }
  .ContactUs .box .item {
    flex: 1 50%;
    margin-bottom: 0.5rem;
  }
  .ContactUs .box .item:last-child {
    margin-bottom: 0;
  }
  .BusinessCooperation {
    background-size: cover;
  }
  .MapNav .item {
    width: 33.333%;
    margin-bottom: 0.4rem;
  }
  .MapNav .item h5 {
    font-size: 0.28rem;
  }
  .MapFooter .box .left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .NewsInfo,
  .ActivityInfo {
    margin-top: 0;
  }
  .Join > .box .banner .swiper-container .swiper-slide .img img {
      height: 4.2rem;
	  object-fit: cover;
  }

  .IndexActivity .box .swiper-slide a{
      background: #fff;
  }
   .IndexActivity .box .swiper-slide a .right{
     color: #00368c;
 }
.IndexActivity .box .swiper-slide-active {
    box-shadow: none;
}
.IndexActivity .box .swiper-container {
    /*padding-bottom: 0px;*/
}
.IndexActivity .box .swiper-slide a .right .content4{
    color: #00368c;
}
.IndexActivity .box .swiper-slide a .right .content1{
    color: #000;
}
.IndexActivity .box .swiper-slide a .right .content3{
    color: #333;
}
.IndexActivity .box .swiper-slide a .right .content2{
    color: #333;
}
.IndexActivity .box .banner{
    /*box-shadow: 0px 10px .2rem rgba(29, 67, 119, 0.3);*/
    
}
  .IndexActivity .box .swiper-slide .main{
      box-shadow: 0px 10px .2rem rgba(29, 67, 119, 0.3);
     
  }
  .IndexActivity .box .swiper-container{
       padding-bottom: 0.3rem;
  }
  
  .IndexBanner .banner .swiper-slide .img img {
   height: 564px;
}
.IndexBanner .banner .swiper-slide video{
    height: 564px;
}
}
@media screen and (max-width: 669px) {
      .IndexBanner .banner .swiper-slide .img img {
   height: 406px;
}
.IndexBanner .banner .swiper-slide video{
    height: 360px;
    object-fit: cover;
}
    
	.Join > .box .banner .swiper-container .swiper-slide .img img {
	    height: 2.8rem;
	}
	.TechnologyPromotion .box1 .item:not(:last-child) {
	    /*border-right: 1px solid #fff;*/
	}
  .IndexBanner .banner .swiper-slide .posi .box .text {
    width: 70%;
  }
  .IndexBanner .banner .swiper-slide .posi .box h1 {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .CoreBusiness .box .item a .content2{
      font-weight: bold;
  }
  .IndexNews .box .banner .swiper-slide a {
    box-shadow: none;
  }
  .IndexNews .box .banner .swiper-container {
    padding: 0;
    box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.3);
  }
  .IndexNews .bgimg img {
    height: 4.2rem;
    object-fit: cover;
  }
  .IndexActivity .button {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .IndexActivity .button p {
    top: auto;
    bottom: 0;
    position: inherit;
    margin: 0 10px;
  }
  .IndexActivity .button p.prev {
    left: 0;
    transform: skew(-5deg) translateY(0%);
  }
  .IndexActivity .button p.next {
    right: 0;
    transform: translateY(0%) rotate(180deg) skew(-5deg);
  }
  .IndexActivity {
    background: url(../images/hd2.png) no-repeat 38% 50%;
    background-size: cover;
    padding-bottom: 0.6rem;
  }
  .p110 {
    padding-top: 0.6rem;
  }
  .p110_ {
    padding-bottom: 0.6rem;
  }
  .IndexCooperation .box {
    padding-bottom: 0.3rem;
  }
  .Footer .box .content1 .left {
    display: none;
  }
  .Footer .content3 {
    font-size: 13px;
  }
  .Footer .content3 {
    line-height: 24px;
  }
  .Footer .content3 p {
    display: block;
    text-align: center;
  }
  .Footer .content3 span {
    display: none;
  }
  .Footer .content3 a {
    display: block;
    text-align: center;
  }
  .IndexTitle h1 {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .CoreBusiness .box .active a .content2 {
    color: #000;
}
  .InnerBanner .posi .box h1 {
    font-size: 0.32rem;
  }
  .About .box1 .main .item {
    padding: 0.3rem 0;
  }
  .About .box1 .main .item .img img {
    max-height: 100%;
  }
  .About {
    background: url(../images/about1.png) no-repeat center 101%;
    background-size: 100% auto;
  }
  .ActivityToggle .box > div a .icon img {
    height: 20px;
  }
  .BusCase .box .banner .swiper-slide a {
    box-shadow: none;
  }
  .BusCase .box .banner .swiper-container  a{
    padding: 0;
    box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.3);
  }
  .IndTitle h1 {
    font-size: 0.28rem;
  }
  .TechnologyPromotion .box .img img {
    right: 0;
  }
  .TechnologyPromotion .box .img img {
    width: 120%;
  }
  .TechnologyPromotion .box .posi .boxLeft {
    width: 100%;
  }
  .ActivityToggle .w1560 {
    /*padding: 0;*/
  }
  .TechnologyPromotion .box .posi {
    position: inherit;
  }
  .TechnologyPromotion .box .img img {
    position: absolute;
    z-index: -1;
  }
  .TechnologyPromotion .box1 .item .title {
    font-size: 0.18rem;
  }
  .TechnologyPromotion .box1 .item .icon {
    height: 0.51rem;
  }
  .Highlights {
    margin-top: 0.5rem;
  }
  .Highlights .box .banner .swiper-slide a {
    box-shadow: none;
  }
  .Highlights .box .banner .swiper-container {
    padding: 0;
    box-shadow: 0px 10px 0.2rem rgba(29, 67, 119, 0.3);
  }
  .Highlights .box .swiper-pagination {
    bottom: 10px;
  }
  .TechnologyPromotion .box .img img {
    z-index: 0;
  }
  .Commercial .posi .box .content1 {
    padding: 0 5vw;
  }
  .Commercial .posi .box .content2 .link {
    margin-top: 0.37rem;
  }
  .Commercial .img img {
    height: 4.2rem;
  }
  .NewsContainer .box .list a {
    width: 100%;
  }
  .News .button {
    bottom: 2%;
  }
  .NewsInfo .box .boxLeft .content1 {
    font-size: 0.28rem;
  }
  .NewsInfo .box .boxLeft .content1 {
    line-height: 0.4rem;
  }
  .ActivityContainer .box .banner .swiper-container {
    padding: 0 0 0.3rem;
  }
  .ActivityInfo .box .content1 {
    font-size: 0.28rem;
  }
  .ActivityInfo .box .content2 p {
    font-size: 14px;
  }
  .NewsInfo .box .boxLeft .content2 span {
    font-size: 14px;
  }
  .ActivityInfo .box .content3 p {
    font-size: 0.22rem;
  }
  .NewsInfo .box .boxLeft .content3 {
    font-size: 0.22rem;
  }
  .NewsInfo .box .boxRight ul li a {
    font-size: 0.24rem;
  }
  .ActivityToggle .box > div a .text {
    font-size: 0.22rem;
  }
  .ActivityVideoMain .box .banner {
    min-height: 0;
  }
  .ActivityVideoMain .box .item a .content3 {
    font-size: 14px;
  }
  .Join .posi .Main .boxMain .banner1 .item {
    padding: 0.5rem 0.3rem;
  }
  .Join .button {
    bottom: 0.2rem;
    right: 0.2rem;
  }
  .JoinContainer .box .item .boxTop .time {
    font-size: 14px;
  }
  .JoinContainer .box .item .boxTop {
    padding: 0 0.2rem 0 0.2rem;
  }
  .JoinContainer .box .item .boxTop .title {
    width: 40%;
  }
  .JoinContainer .box .item .boxBot {
    padding: 0 0.3rem 0.8rem;
  }
  .Join .posi .Main .boxMain .banner1 .item .content1 .left img {
    width: 1rem;
  }
  .ContactUs .box .item {
    flex: 1 100%;
  }
  .ContactUs .box .item .text {
    height: auto;
  }
  .Map .box {
    height: 4.4rem;
  }
  .BusinessCooperation .box .list {
    flex-wrap: wrap;
  }
  .BusinessCooperation .box .list .item {
    flex: 0 100%;
  }
  .BusinessCooperation .box .list .item input {
    padding: 0 0.58rem;
  }
  .BusinessCooperation .box .list3 textarea {
    padding: 0.16rem 0.58rem;
  }
  .BusinessCooperation .box .list3 img {
    top: 7%;
  }
  .MapNav .item h5 {
    font-size: 0.22rem;
  }
  .JoinContainer .box .item .boxBot .content2 p{
	  margin-left: 0;
  }
  .JoinContainer .box .item .boxTop .button span font{
	  display: none;
  }
  .Highlights .box .swiper-container {
      padding: 0px 0;
  }
  .IndexActivity .box .swiper-slide a .left p img {
    height: 2.85rem;
}
.layerVideo iframe{
     height:25vh;
 }
 .IndexActivity .box .swiper-slide a{
     background: #fff;
 }

 .About{
     padding-bottom: 1.4rem;
 }
 .IndexActivity .box .swiper-slide a .right .content1 {
    font-weight: bold;
}
.TechnologyPromotion .box{
    padding-bottom: 250px;
}
.TechnologyPromotion .box .img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.TechnologyPromotion .box .img img{
    width: 100%;
    position: inherit;
}
.TechnologyPromotion .box1 .item .title,.InnerBanner .posi .box h1,.IndTitle h1{
    font-weight: bold;
}
.TechnologyPromotion .box1 {
    margin-top: -0.5rem;
}
.TechnologyPromotion .box1 {
    padding: 0.32rem 0;
}
.TechnologyPromotion .box .posi .boxLeft .text{
text-align: justify;
}
.Highlights .box .swiper-pagination{
    display: none;
}
.Highlights .box .banner .swiper-slide img {
    min-height: 10px;
}
.ActivityContainer .button p {
    top: 82%;
}
.ActivityContainer{
    /*padding-bottom: 1rem;*/
}
.ActivityContainer .button p.prev {
    left: 0;
}
.ActivityContainer .button p.next {
    right: 0;
}
.ActivityVideoMain .box .item a .content2{
    height: 0.6rem;
    line-height: 0.3rem;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.ActivityVideoMain .box .banner .bannerM .swiper-container .swiper-slide .img div img {
    width: 0.6rem;
}
.ActivityVideoMain .box .banner{
    display: none;
}
.ActivityContainer .button p{
    background: none;
}
.ActivityContainer .button p:hover {
    background: none;
}
.ActivityContainer .button p:hover span svg path {
    fill: #333;
}
.Join .posi .Main .boxMain .banner1 .item .content2{
    font-weight: bold;
}
.News .box .swiper-container .item a .boxRight .content1{
    font-weight: bold;
}

.InnerBanner .posi{
    align-items: initial;
}
.InnerBanner .posi .box h1 {
    margin-top: 1rem;
}
.InnerBanner .img img{
    min-height: 160px;
    object-fit: cover;
}
.Footer .content5{
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}
.Footer .content5 a{
    color: #fff;
}
.Footer .content3{
    text-align: center;
    font-size: 12px;
}
.Footer .content3 a{
    display: inline-block;
    line-height: 24px;
    margin: 0 5px;
    opacity: 1;
}
.Footer .box .content1{
    margin-bottom: 0.34rem;
}
.Footer .box .content1 .right{
    width: 100%;
}
.Footer .box .content1 .right .ri {
    display: flex;
    justify-content: center;
     width: 100%;
    
}
.Footer .box .content1 .right .ri a img{
    height: 30px;
}
.Footer .content3 div{
    opacity: 0.7;
}
.About .box1 .main .item .img img {
    height: 1rem;
}
.About .box1 .main .item:nth-child(2) img{
    height: 0.7rem;
}

.Footer .box .content1 .right .ri p:last-child a img{
    height: 25px;
}
.Footer .content3{
    padding: 0.2rem 0 0.4rem;
}
.Footer .content5{
    padding-bottom: 0.2rem;
}
.IndexNews>.w1560{
    padding: 0;
    
}
.IndexNews .IndexTitle,.IndexNews .main,.IndexNews .box .banner .swiper-slide{
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}

.IndexActivity>.w1560{
    padding: 0;
    
}
.IndexActivity  .IndexTitle,.IndexActivity .box .banner .swiper-slide{
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}
.ActivityToggle .box > div::after{
    display: none;
}
.BusCase>.w1560{
    padding-left: 0vw;
    padding-right: 0vw;
    
}
.BusCase>.w1560 .swiper-slide{
    padding-left: 5vw;
     padding-right: 5vw;
     box-sizing: border-box;
} 

.BusCase .IndTitle{
      padding-left: 5vw;
    padding-right: 5vw;
}

.News>.w1560{
    padding-left: 0vw;
    padding-right: 0vw;
    
}
.News>.w1560 .swiper-slide{
    padding-left: 5vw;
     padding-right: 5vw;
     box-sizing: border-box;
} 

.News  .IndTitle{
      padding-left: 5vw;
    padding-right: 5vw;
}
.News .box .banner{
    box-shadow: none;
}
.News .box .banner a{
    box-shadow: 0px .1rem .3rem rgba(29, 67, 119, 0.2);
}

.News .box .banner .swiper-container{
    padding-bottom: 30px;
}
.News .button {
    bottom: 9%;
}
.Footer .box .content1 .right .ri{
    margin-left: 0;
}
.inner_page .box_ .page .active{
    /*display: none;*/
}
.Join > .box .banner{
    padding: 0;
}
.Join > .box .banner .swiper-container .swiper-slide .img{
    padding: 0 5vw;
}
.Join .box .posi .w1560{
    padding-left: 0;
    padding-right: 0;
    
}
.inner_page .box_ .page a{
    width: 40px;
    line-height: 40px;
}
.inner_page .box_ .button p a {
    line-height: 40px;
    width: 40px;
}
.Join .posi .Main .boxMain .banner1 .swiper-slide{
    box-sizing: border-box;
    padding-left: 5vw;
    padding-right: 5vw;
}

.Join .posi .Main .boxMain .banner1 .swiper-slide .item{
    box-shadow: 0px .1rem .3rem rgba(29, 67, 119, 0.2);
}


.Join .posi .Main .boxMain{
    box-shadow: none;
}

 .Join .posi .Main .boxMain .swiper-container{
     padding-bottom: 30px;
 }
 .Join .posi .Main .boxMain .banner1 .item .content1 .left img{
     height: 64px;
 }
.Join .button {
    bottom: 0.6rem;
    right: 0.4rem;
}
}
/*# sourceMappingURL=./style.css.map */