﻿@charset "UTF-8";
:root {
  --main-color: #076ce0;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.w1300 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.grid {
  display: grid;
  gap: 20px;
}

a {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
@keyframes wave {
  0% {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.picBox {
  overflow: hidden;
}
.picBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}

.banner_swiper .picBox {
  height: 100vh;
}
.banner_swiper .ftBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.banner_swiper .ftBox .p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 300;
}
.banner_swiper .ftBox .h3 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  background-color: transparent;
  font-weight: 600;
}
.banner_swiper .swiper-slide {
  position: relative;
}
.banner_swiper .swiper-slide:first-child .ftBox .p {
  font-size: 35px;
}
.banner_swiper .swiper-slide:first-child .ftBox .h3 {
  font-size: 60px;
  margin-top: 10px;
}
.banner_swiper .swiper-slide:first-child .ftBox a {
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 80px;
  font-weight: 300;
  letter-spacing: 2px;
}
.banner_swiper .swiper-slide:first-child .ftBox a img {
  margin-left: 10px;
}
.banner_swiper .swiper-slide:nth-child(2) {
  /* text-align: center; */
}
.banner_swiper .swiper-slide:nth-child(2) .p {
  margin-top: 10px;
  color:rgba(200,34,38,.8)
}
.banner_swiper .swiper-slide:nth-child(2) .h3{
	 color:rgba(200,34,38)
}
.banner_swiper .swiper-slide:nth-child(2) a {
  display: flex;
  width: 150px;
  height: 42px;
  border-radius: 25px;
  padding: 0 10px;

  background: rgba(200,34,38);
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.banner_swiper .swiper-slide:nth-child(2) a::after {
  animation: wave 1.3s infinite;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
  width: 100%;
  z-index: 1;
}
.banner_swiper .swiper-slide:nth-child(2) a span {
  font-size: 16px;
    color:#fff;
}
.banner_swiper .swiper-button-prev {
  left: 65px;
}
.banner_swiper .swiper-button-next {
  right: 65px;
}
.banner_swiper .swiper-button-prev,
.banner_swiper .swiper-button-next {
  width: 71px;
  height: 71px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.banner_swiper .swiper-button-prev::after,
.banner_swiper .swiper-button-next::after {
  font-size: 36px;
  color: #fff;
}
.banner_swiper .swiper-button-prev:hover,
.banner_swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.3);
}

.header {
  position: absolute;
  height: 105px;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}
.header .w1300 {
  height: 100%;
  width: 100%;
  padding: 0 35px;
}
.header .flex {
  border-bottom: 1px solid #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  font-size: 28px;
}
.header .logo span {
  color: #fff;
  font-weight: 600;
}
.header .logo span:first-child {
  color: #1c7fef;
}
.header nav {
  margin-top: 14px;
}
.header nav ul {
  display: flex;
  align-items: center;
}
.header nav ul li {
  width: 110px;
  height: 91px;
  padding: 0 10px;
  margin-right: 60px;
  position: relative;
}
.header nav ul li.act::after {
  width: 100%;
}
.header nav ul li.act a span {
  color: #fff;
}
.header nav ul li:hover::after {
  width: 100%;
}
.header nav ul li:hover a span {
  color: #fff;
}
.header nav ul li:hover a span.cn {
  top: 10px;
}
.header nav ul li:hover a span.en {
  margin-top: -19.5px;
}
.header nav ul li::after {
  content: "";
  width: 0%;
  position: absolute;
  background: #248BFF;
  height: 4px;
  left: 50%;
  bottom: 0;
  z-index: 4;
  transform: translateX(-50%);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.header nav ul li:nth-last-child(2) {
  margin-right: 10px;
}
.header nav ul li:last-child {
  margin-right: 0;
}
.header nav ul li:last-child a {
  font-size: 14px;
  color: #dbdbdb;
  line-height: 75px;
}
.header nav ul li:last-child::after {
  display: none;
}
.header nav ul li a {
  display: block;
  line-height: 91px;
  height: 91px;
  text-align: center;
}
.header nav ul span {
  font-size: 12px;
  color: #c4c4c4;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
  position: relative;
  margin: 0 auto;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.header nav ul span.cn {
  font-size: 19px;
  top: -9.5px;
}
.header nav ul span.en {
  margin-top: 4px;
  top: -50%;
  display: block;
  line-height: 1;
}

.page1 {
  min-height: 900px;
  padding: 120px 0 0;
  background: url(../images/index_page01.jpg) no-repeat center;
}

.page2 {
  min-height: 868px;
  background: url(../images/index_page02.jpg) no-repeat center;
}

.index_title {
  padding: 0 40px;
}
.index_title .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #CECECE;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.index_title .top h3 {
  color: rgb(26, 70, 146);
  font-size: 32px;
  font-weight: 600;
}
.index_title .top a {
  font-size: 24px;
  color: #b0b0b0;
  font-weight: 300;
}
.index_title .btm p {
  font-size: 22px;
  color: #b9b9b9;
  width: -moz-max-content;
  width: max-content;
  font-weight: 300;
  line-height: 22px;
}

.yewu_swiper {
  padding: 30px 40px !important;
  margin-top: 15px;
}
.yewu_swiper .swiper-slide {
  position: relative;
}
.yewu_swiper .swiper-slide .picBox {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.yewu_swiper .swiper-slide .ftBox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  text-align: center;
  width: 80%;
  transform: translate(-50%,-20%);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.yewu_swiper .swiper-slide .ftBox h3 {
  font-size: 33px;
  color: rgba(255, 255, 255, 0.71);
  line-height: 50px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.yewu_swiper .swiper-slide .ftBox p {
  color: rgba(255, 255, 255, 0.71);
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.yewu_swiper .swiper-slide .ftBox b {
  display: block;
  color: rgba(255, 255, 255, 0.71);
  font-size: 18px;
  line-height: 31px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.yewu_swiper .swiper-slide:hover .picBox {
  transform: scale(1.1);
}
.yewu_swiper .swiper-slide:hover .ftBox {
  bottom: 75px;
}
.yewu_swiper .swiper-slide:hover .ftBox h3 {
  color: #fff;
}
.yewu_swiper .swiper-slide:hover .ftBox p {
  color: #fff;
}
.yewu_swiper .swiper-slide:hover .ftBox b {
  color: #fff;
}

.yewu_list {
  position: relative;
}
.yewu_list .swiper-button-next {
  background: url(../images/vbg01.png) no-repeat;
  background-position: -860px -100px;
  z-index: 10;
  height: 81px;
  position: absolute;
  right: -80px;
  width: 80px;
  height: 81px;
  top: 40%;
}
.yewu_list .swiper-button-next::after {
  display: none;
}
.yewu_list .swiper-button-prev {
  background: url(../images/vbg01.png) no-repeat;
  background-position: -875px 15px;
  z-index: 10;
  height: 81px;
  position: absolute;
  left: -80px;
  width: 80px;
  height: 81px;
  top: 40%;
}
.yewu_list .swiper-button-prev::after {
  display: none;
}

.page2 {
  padding-top: 125px;
}
.page2 .editor {
  display: grid;
  grid-template-columns: minmax(auto, 545px) minmax(auto, 605px);
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 60px;
}
.page2 .ftBox {
  padding-top: 22px;
}
.page2 .ftBox h3 {
  font-size: 26px;
  color: rgb(58, 68, 86);
  font-weight: 600;
}
.page2 .ftBox .p_dei {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  margin: 12px 0 36px;
}
.page2 .ftBox a {
  display: flex;
  height: 100%;
  padding: 0 10px;
  width: 133px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: rgb(50, 104, 196);
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.page2 .ftBox a::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
  width: 100%;
}
.page2 .ftBox a:hover::before {
  animation: wave 0.75s;
  z-index: 1;
}

.page3 {
  background: url(../images/index_page3.jpg) no-repeat center;
  min-height: 1047px;
}

.page4 {
  background: url(../images/index_page4.jpg) no-repeat center;
}
.page4 .ftBox {
  height: 620px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page4 .ftBox .play {
  width: 106px;
  height: 106px;
}
.page4 .ftBox p {
  font-size: 36px;
  color: #fff;
  font-weight: "思源黑体";
  font-weight: 300;
  margin: 30px 0 5px;
}
.page4 .ftBox h3 {
  font-size: 58px;
  color: #fff;
  font-weight: "思源黑体";
}
.page4 .ftBox .more {
  margin-top: 60px;
}
.page4 .ftBox .more a {
  text-align: center;
}
.page4 .ftBox .more a span {
  font-size: 22px;
  color: #fff;
  font-weight: "思源黑体";
  font-weight: 300;
  display: block;
}
.page4 .ftBox .more a img {
  display: block;
  margin: 7px auto 0 auto;
}

.slick-listswiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.slick-listswiper {
  width: 100%;
  height: 236px;
  position: relative;
}

.slick-listswiper .swiper-slide {
  width: 334px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-listswiper:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 236px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 42.71%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 99;
}

.slick-listswiper:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 236px;
  left: 0;
  z-index: 99;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 42.71%, rgba(255, 255, 255, 0) 100%);
}

.page5 {
  background: url(../images/index_page5.jpg) no-repeat center;
  padding: 90px 0 140px;
}
.page5 .edi_p {
  max-width: 881px;
  margin: 50px auto 45px auto;
  text-align: center;
}
.page5 .edi_p span {
  font-size: 14px;
  color: #666;
  line-height: 33px;
  text-align: center;
}

.page6 {
  background: #E6E9ED;
  padding: 90px 0 100px;
}

.hezuo_list {
  margin-top: 40px;
}
.hezuo_list .grid {
  grid-template-columns: repeat(6, minmax(auto, 180px));
  gap: 30px 34px;
  padding-left: 20px;
}

.footer {
  width: 100%;
  min-height: 292px;
  background: url(../images/footer_bg.jpg) no-repeat center;
  padding-top: 70px;
}

.ft_mod {
  display: grid;
  grid-template-columns: minmax(auto, 420px) minmax(auto, 391px) minmax(auto, 310px);
  justify-content: space-between;
}
.ft_mod .item:nth-child(4) {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}
.ft_mod .item:nth-child(4) p {
  display: flex;
  align-items: center;
}
.ft_mod .item:nth-child(4) p img {
  width: 15px;
}
.ft_mod .item:nth-child(4) p span {
  color: #e2e2e2;
  font-size: 14px;
  margin-left: 6px;
}
.ft_mod .item:nth-child(5) {
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #fff;
  padding-top: 12px;
}
.ft_mod .item:nth-child(5) p {
  font-size: 30px;
  color: #fff;
}
.ft_mod .item:nth-child(5) p span {
  font-size: 14px;
}
.ft_mod .item:nth-child(6) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.ft_mod .item:nth-child(6) p {
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.ft_mod .item:nth-child(6) p span {
  font-size: 14px;
  margin-left: 8px;
}
.ft_mod .item:nth-child(2) p, .ft_mod .item:nth-child(3) p {
  padding-bottom: 16px;
}
.ft_mod .item:nth-child(2) p span, .ft_mod .item:nth-child(3) p span {
  font-size: 14px;
  color: #fff;
}

.f_nav {
  display: flex;
  align-items: center;
}
.f_nav li {
  position: relative;
  display: flex;
  align-items: center;
}
.f_nav li::after {
  content: "·";
  display: block;
  font-size: 14px;
  color: #fff;
  width: 42px;
  text-align: center;
}
.f_nav li:last-child::after {
  content: none;
}
.f_nav li a {
  color: #fff;
  font-size: 14px;
}

#BackTop {
  position: fixed;
  right: 57px;
  bottom: 50px;
  display: block;
  opacity: 1;
  width: 50px;
  height: 50px;
  z-index: 99;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
#BackTop:hover {
  opacity: 0.2 !important;
}

.page3 {
  padding-top: 110px;
  position: relative;
}
.page3 .nav_btn a {
  font-weight: 400;
}
.page3 .nav_btn a:first-child {
  margin-right: 60px;
}
.page3 .nav_btn a.act {
  color: rgb(26, 70, 146) !important;
}
.page3 .news_more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 80px;
}
.page3 .news_more a {
  display: flex;
  align-items: center;
}
.page3 .news_more a span {
  color: rgb(26, 70, 146);
  font-size: 18px;
  margin-right: 5px;
  font-weight: bold;
}
.page3 .news_item {
  transform: scale(0);
  transform-origin: top center;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  position: absolute;
}
.page3 .news_item.active {
  transform: scale(1);
  transition-delay: 0.1s;
}

.top_news {
  padding: 0 40px;
  margin-bottom: 70px;
  margin-top: 45px;
}
.top_news span {
  font-size: 17px;
  color: #b2b2b2;
}
.top_news .tit {
  margin: 33px 0 80px;
}
.top_news .tit a {
  color: rgb(55, 54, 54);
  font-size: 34px;
}
.top_news .more {
  width: -moz-max-content;
  width: max-content;
}
.top_news .more a {
  color: rgb(26, 70, 146);
  font-size: 20px;
  width: -moz-max-content;
  width: max-content;
}

.index_newlist .grid {
  grid-template-columns: repeat(3, minmax(auto, 428px));
  grid-auto-rows: minmax(auto, 349px);
  justify-content: center;
  gap: 0;
}
.index_newlist .grid li {
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  border-left: none;
}
.index_newlist .grid li:first-child {
  border-left: 1px solid #eee;
}
.index_newlist .grid li:hover .ftBox {
  background: transparent;
}
.index_newlist .grid li:hover .ftBox .tit a {
  color: #fff;
}
.index_newlist .grid li:hover .ftBox .time {
  color: #fff;
}
.index_newlist .grid li:hover .ftBox .time span {
  color: #fff;
}
.index_newlist .grid li:hover .ftBox .inf {
  color: #fff;
}
.index_newlist .grid li:hover .ftBox .more a {
  color: #fff;
}
.index_newlist .grid .ftBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  padding: 25px 45px;
}
.index_newlist .grid .ftBox .time {
  font-size: 42px;
  color: #a7a7a7;
  font-weight: bold;
  line-height: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.index_newlist .grid .ftBox .time span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.index_newlist .grid .ftBox .tit {
  font-size: 20px;
  color: #505050;
  line-height: 26px;
  height: 52px;
  margin: 25px 0 15px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.index_newlist .grid .ftBox .inf {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 26px;
  height: 52px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.index_newlist .grid .ftBox .more {
  margin-top: 43px;
}
.index_newlist .grid .ftBox .more a {
  font-size: 16px;
  color: rgb(26, 70, 146);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.inside_banner {
  width: 100%;
}
.inside_banner .picBox {
  height: 100%;
}
.inside_banner .ftBox {
  width: 100%;
  position: absolute;
  max-width: 1300px;
  top: 201px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 107px;
}
.inside_banner .ftBox aside {
  width: 477px;
  height: 121px;
  background: url(../images/banner_bg.png) no-repeat center;
}
.inside_banner .ftBox aside span {
  display: block;
  line-height: 1;
}
.inside_banner .ftBox aside span:first-child {
  font-size: 43px;
  color: #ededed;
  font-family: "思源黑体";
  font-style: italic;
  font-weight: 300;
  margin-left: 20px;
}
.inside_banner .ftBox aside span:nth-child(2) {
  font-size: 55px;
  color: #ededed;
  font-weight: bold;
  font-family: "思源黑体";
  margin-left: 65px;
  margin-top: 20px;
}

.inside_page {
  padding: 100px 0;
}
.inside_page > .w1300 {
  padding: 0 40px;
}

.news_List .grid {
  gap: 0 40px;
  grid-template-columns: repeat(2, minmax(auto, 595px));
}
.news_List .grid li {
  padding: 32px 0;
  border-top: 1px solid hsla(0, 0%, 60%, 0.15);
}
.news_List .grid li:first-child {
  border-top: none;
}
.news_List .grid li:nth-child(2) {
  border-top: none;
}
.news_List .grid li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_List .grid li a:hover .news_con h3 {
  color: #076ce0;
}
.news_List .grid li a .time {
  text-align: left;
  color: #626971;
  line-height: 1;
  font-size: 22px;
  flex-shrink: 0;
  min-width: 75px;
}
.news_List .grid li a .time span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.news_List .grid li a b {
  border-left: 1px solid hsla(0, 0%, 80%, 0.3);
  display: inline-block;
  height: 50px;
  margin: 10px 15px 0;
  vertical-align: middle;
}
.news_List .grid li a .news_con {
  padding: 0 10px;
}
.news_List .grid li a .news_con h3 {
  font-size: 16px;
  color: #333;
}
.news_List .grid li a .news_con p {
  font-size: 14px;
  color: #666;
  margin-top: 24px;
  line-height: 26px;
}

.news_tuijian {
  display: grid;
  grid-template-columns: 37.8461538462% 58.2307692308%;
  grid-template-areas: "a b" "a c" "a d";
  gap: 0 40px;
  margin-bottom: 40px;
}
.news_tuijian .item {
  border-bottom: 1px solid #eee;
}
.news_tuijian .item a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  width:100%;
}
.news_tuijian .item a:hover .ftBox h3 {
  color: #076ce0;
}
.news_tuijian .item a .picBox {
  flex-shrink: 0;
}
.news_tuijian .item a .picBox img{
	height:120px;
}
.news_tuijian .item a .ftBox {
  padding-left: 25px;
  width: 100%;
}
.news_tuijian .item a .ftBox h3 {
  font-size: 16px;
  color: #333;
}
.news_tuijian .item a .ftBox p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 14px;
}
.news_tuijian .item:first-child {
	height:420px;
  grid-area: a;
  border-bottom: none;
}
.news_tuijian .item:first-child a {
  flex-direction: column;
  height:100%;
}
.news_tuijian .item:first-child a .picBox {
  width: 100%;
  flex:1;
}
.news_tuijian .item:first-child a .picBox img{
	height:100%;
}
.news_tuijian .item:first-child a .ftBox {
  padding: 15px;
  padding-bottom: 0;
}
.news_tuijian .item:nth-child(2) {
  grid-area: b;
}
.news_tuijian .item:nth-child(3) {
  grid-area: c;
}
.news_tuijian .item:nth-child(4) {
  grid-area: d;
  border-bottom: none;
}

.news_page {
  padding-top: 0;
}

.newsdea_tit {
  padding-top: 25px;
  border-bottom: 1px solid #eee;
}
.newsdea_tit h3 {
  font-size: 25px;
  color: #333;
  line-height: 1;
  margin: 5px 0;
}
.newsdea_tit span {
  display: block;
  font-size: 13px;
  color: #adadad;
  margin: 30px 0 20px;
}

.news-deitor {
  font-size: 14px;
  color: #676767;
  line-height: 1.8;
  padding: 20px 0 50px;
  border-bottom: 1px dashed #eee;
}
.news-deitor span {
  text-indent: 28px;
  font-size: 14px;
  color: #676767;
  line-height: 1.8;
}

.share-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
}
.share-row span {
  font-size: 13px;
  color: #666;
}

.news-listpage {
  background: url(../images/news_page01.jpg) no-repeat center;
}

.about_page00 {
  background: url(../images/about_page00.jpg) no-repeat center;
  min-height: 648px;
  padding-top: 100px;
}
.about_page00 .w1300 {
  padding: 0 30px 0 40px;
}

.about_page01 {
  background: url(../images/about_page01.jpg) no-repeat bottom;
  min-height: 500px;
  padding: 80px 0;
}
.about_page01 .w1300 {
  padding: 0 40px;
}

.ins_tit p {
  color: #2274e5;
  font-size: 28px;
}
.ins_tit p span {
  font-size: 12px;
  color: #888;
}
.ins_tit img {
  margin-top: 18px;
}

.people_box {
  display: flex;
  margin-top: 80px;
}
.people_box .ftBox {
  max-width: 723px;
  margin-left: 100px;
  padding-top: 70px;
}
.people_box .ftBox .name p {
  font-size: 20px;
  color: #444;
}
.people_box .ftBox .name p span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 10px;
}
.people_box .ftBox .inf {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-top: 65px;
}

.about_ul {
  margin-bottom: 80px;
}
.about_ul .flex {
  flex-wrap: wrap;
}
.about_ul .flex li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  width: 100%;
}
.about_ul .flex li:nth-child(2) {
  flex-direction: row;
}
.about_ul .flex li:nth-child(2) .ftBox {
  max-width: 614px;
}
.about_ul .flex li .picBox {
  flex-shrink: 0;
}
.about_ul .flex li .ftBox {
  max-width: 600px;
  font-size: 14px;
  color: rgb(136, 136, 136);
  line-height: 33px;
  display: inline-block;
}
.about_ul .flex li .ftBox span {
  font-size: 14px;
  color: rgb(136, 136, 136);
  line-height: 33px;
  display: inline-block;
}

.hezu_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.hezu_swiper {
  width: 100%;
  height: 116px;
  position: relative;
  margin-top: 52px;
}

.hezu_swiper .swiper-slide {
  width: 217px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.area2_page {
  min-height: 834px;
  background: url(../images/areas_page.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  padding-top: 54px;
}

.areas_nav {
  background: url(../images/line03.jpg) no-repeat bottom center;
}
.areas_nav .grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 50px;
  grid-template-rows: 70px;
  justify-content: center;
}
.areas_nav .grid li {
  position: relative;
}
.areas_nav .grid li::after {
  position: absolute;
  content: "";
  width: 0%;
  max-width: 136px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  background: rgb(1, 75, 202);
}
.areas_nav .grid li.active::after {
  width: 100%;
}
.areas_nav .grid li.active a {
  color: rgb(1, 75, 202);
}
.areas_nav .grid a {
  display: block;
  color: rgb(121, 121, 121);
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  line-height: 70px;
  text-align: center;
}

.areas-detail {
  position: relative;
}
.areas-detail .item {
  width: 100%;
  transform: scale(0);
  transform-origin: top center;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  position: static;
  padding: 110px 40px 80px  40px;
  display: none;
  opacity: 0;
}

.areas-detail .item .item_li{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.areas-detail .item .item_li:last-child{
  margin-bottom: 0;
}
.areas-detail .item.active {
  transform: scale(1);
  transition-delay: 0.1s;
  display: block;
  opacity: 1;
}
.areas-detail .item .picBox {
  flex-shrink: 0;
  width:50%;
}
.areas-detail .item .ftBox {
  max-width: 502px;
  width:50%;
}
.areas-detail .item .ftBox .h3 {
  font-size: 36px;
  font-family: "思源黑体";
  color: #1954b5;
  font-weight: 300;
}
.areas-detail .item .ftBox .p {
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 36px;
  margin: 20px 0 65px 0;
}
.areas-detail .item .more a {
  display: flex;
  height: 100%;
  padding: 0 10px;
  width: 133px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: rgb(50, 104, 196);
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.areas-detail .item .more a::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
  width: 100%;
}
.areas-detail .item .more a:hover::before {
  animation: wave 0.75s;
  z-index: 1;
}

.contact_page2 {
  background: #FAFAFA;
  padding: 80px 0;
}
.contact_page2 .contact_dei {
  display: grid;
  grid-template-columns: 435px 645px;
  gap: 0 30px;
  justify-content: center;
}
.contact_page2 .left_contact {
  padding-top: 18px;
}
.contact_page2 .left_contact h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.contact_page2 .left_contact h3 span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.contact_page2 .left_contact > span {
  font-size: 16px;
  line-height: 46px;
  color: rgb(66, 65, 65);
  margin-top: 60px;
  display: block;
}

.contact_page1 {
  padding: 100px 0 130px;
}

.areas-tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
}
.areas-tit span {
  display: block;
  font-weight: normal;
}

.message {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 90px;
}
.message .item {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 20px;
}
.message .item:nth-child(3) {
  margin-right: 0;
}
.message .item .title {
  flex-shrink: 0;
}
.message .item .title span {
  font-size: 14px;
  color: #666;
  max-width: 80px;
  width: 100%;
  text-align: right;
}
.message .item .content_input {
  width: 100%;
}
.message .item .content_input input {
  border-color: #dadada;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-indent: 6px;
  width: 100%;
  height: 36px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 20px;
  border: 1px solid #dadada;
}
.message .item .content_input input:focus-visible {
  border-color: #333;
  outline: 1px solid #333;
}
.message .item .content_input textarea {
  border-color: #dadada;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
  padding: 5px 0 0;
  text-indent: 6px;
  width: 100%;
  height: 100px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 20px;
  border: 1px solid #dadada;
}
.message .item .content_input textarea:focus-visible {
  border-color: #333;
  outline: 1px solid #333;
}
.message .item .star {
  flex-shrink: 0;
  color: red;
  font-family: 微软雅黑;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  margin-left: 2.5%;
  vertical-align: top;
}
.message .item:nth-child(4) {
  width: 100%;
}
.message .btn {
  margin-left: 42px;
  margin-top: 30px;
}
.message .btn a {
  display: flex;
  height: 100%;
  padding: 0 10px;
  width: 240px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background: rgb(50, 104, 196);
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.message .btn a::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
  width: 100%;
}
.message .btn a:hover::before {
  animation: wave 0.75s;
  z-index: 1;
}

.f_p {
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.f_p p {
  color: #fff;
}
.f_p p a {
  color: #fff;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}/*# sourceMappingURL=css.css.map */