.header {
  width: 100%;
}

.header .top {
  padding: 20px 0;
}

.header .top .logo img {
  width: 350px;
}

.header .top .search {
  width: 397px;
  height: 44px;
  background: #fff;
  border-radius: 4px;
}

.header .top .search .int input {
  width: 100%;
  padding: 0 15px;
  background: none;
}

.header .top .search .int input::-webkit-input-placeholder {
  color: #999;
}

.header .top .search button {
  width: 60px;
  height: 44px;
  flex-shrink: 0;
  background: #0050bf;
  border-radius: 0px 4px 4px 0px;
  transition: ease-in-out 0.3s;
}

.header .top .search button i {
  color: #fff;
}

.header .top .search button:hover {
  background: #0045a4;
}

.header .top .contact-btn {
  width: 120px;
  height: 44px;
  background: #0050bf;
  border-radius: 100px;
  color: #fff;
  margin-left: 40px;
  transition: ease-in-out 0.3s;
}

.header .top .contact-btn:hover {
  background: #0045a4;
}

.menu {
  height: 56px;
  position: relative;
  z-index: 1;
  background: #0050bf;
}

.menu .nav > li {
  position: relative;
  margin-right: 6px;
}

.menu .nav > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-weight: bold;
  padding: 0 40px;
  color: #fff;
}

.menu .nav > li > a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.menu .nav > li:hover > a, .menu .nav > li.active > a {
  background: #0045a4;
}

.menu .nav > li.active > a::after {
  width: 31px;
}

.menu .nav > li .v2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 235px;
  display: none;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 10px;
}

.menu .nav > li .v2 li {
  margin: 0;
  border-bottom: 1px solid #eee;
}

.menu .nav > li .v2 li a {
  padding: 16px 15px;
  display: block;
  color: #333;
}

.menu .nav > li .v2 li a i {
  margin-right: 6px;
}

.menu .nav > li .v2 li:hover a {
  color: #0050bf;
}

.menu .nav > li .v2 li:last-child {
  border-bottom: none;
}

.banner img {
  display: block;
}

.section1 .sec1-left .item {
  position: relative;
  z-index: 1;
}

.section1 .sec1-left .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
}

.section1 .sec1-left .item::after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 10px 10px;
}

.section1 .sec1-left .item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 16px 150px 16px 40px;
  color: #fff;
}

.section1 .sec1-left .item .fitImg2 {
  height: 510px;
}

.section1 .sec1-left .item:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

.section1 .sec1-left .swiper-pagination {
  left: auto;
  right: 50px;
  bottom: 18px;
  max-width: 200px;
  text-align: right;
}

.section1 .sec1-left .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin-left: 15px;
}

.section1 .sec1-left .swiper-pagination .swiper-pagination-bullet-active {
  background: #0050bf;
}

.section1 .sec1-right {
  width: 500px;
  height: 510px;
  margin-left: 30px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
}

.g-tabs {
  background: #f3f9ff;
  border-radius: 10px 10px 0px 0px;
  padding: 0 30px 0 15px;
}

.g-tabs li {
  padding: 20px 15px;
  margin-right: 0px;
  color: #666;
  position: relative;
  cursor: pointer;
}

.g-tabs li::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0050bf;
  transition: width 0.3s;
}

.g-tabs li:hover {
  color: #0050bf;
}

.g-tabs li.active {
  color: #0050bf;
}

.g-tabs li.active::after {
  width: 39px;
}

.tablist .tabcont {
  display: none;
}

.tablist .tabcont:nth-child(1) {
  display: block;
}

.news-list {
  padding: 15px 30px;
}

.news-list li .item {
  padding: 12px 0;
}

.news-list li .item .time {
  color: #666;
  text-align: right;
  flex-shrink: 0;
  width: 90px;
}

.news-list li .item:hover .time {
  color: #0050bf;
}

.news-list2 li .item {
  border-bottom: 1px dashed rgba(153, 153, 153, 0.2);
}

.news-list2 li:last-child .item {
  border-bottom: 0;
}

.section2 .sec-type {
  background: url("../img/bg_type1.png") no-repeat center;
  background-size: 400px 98px;
  text-align: center;
  color: #0050bf;
  padding: 10px 0;
  margin-bottom: 65px;
}

.section2 .sec-type .en {
  letter-spacing: 8px;
  margin-top: 6px;
}

.section2 .sec-type .txt {
  position: relative;
  padding: 0 30px;
}

.section2 .sec-type .txt::before, .section2 .sec-type .txt::after {
  content: "";
  width: 30px;
  height: 16px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.section2 .sec-type .txt::before {
  background-image: url("../img/yjt.png");
  left: -10px;
  top: 0;
  -webkit-animation: fadeRight 4s linear infinite;
  -moz-animation: fadeRight 4s linear infinite;
  -o-animation: fadeRight 4s linear infinite;
  animation: fadeRight 4s linear infinite;
}

.section2 .sec-type .txt::after {
  background-image: url("../img/zjt.png");
  right: -10px;
  bottom: 0;
  -webkit-animation: fadeLeft 4s linear infinite;
  -moz-animation: fadeLeft 4s linear infinite;
  -o-animation: fadeLeft 4s linear infinite;
  animation: fadeLeft 4s linear infinite;
}

.section2 .list li a {
  display: flex;
  width: 100%;
  height: 100%;
}

.section2 .list li .item {
  flex: 1;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background: linear-gradient(180deg, #f3f9ff 0%, #fcfdfe 100%);
  border-radius: 8px;
  padding: 40px 30px;
  font-weight: bold;
}

.section2 .list li .item .icon img {
  width: 110px;
}

.section2 .list li .item .tit {
  margin: 16px 0;
}

.section2 .list li .item .desc {
  color: #666;
  line-height: 1.8;
}

.section2 .list li .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 10px 0px rgba(4, 90, 254, 0.45);
}

.section3 {
  background-attachment: fixed;
}

.section3 .sec3-box1 .card {
  background: #fff;
}

.section3 .sec3-box1 .card .news-list {
  min-height: 340px;
}

.section3 .sec3-box2 {
  padding-top: 80px;
}

.section3 .sec3-box2 .slides {
  position: relative;
  padding: 0 70px;
}

.section3 .sec3-box2 .slides .arrow {
  width: 51px;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.section3 .sec3-box2 .slides .arrow i {
  color: #0050bf;
}

.section3 .sec3-box2 .slides .arrow.prev {
  left: 0;
}

.section3 .sec3-box2 .slides .arrow.next {
  right: 0;
}

.section3 .sec3-box2 .slides .item .fitImg {
  padding-top: 57.5%;
}

.section4 .card {
  border: 1px solid #e6f1ff;
}

.section5 {
  padding-bottom: 60px;
  background: #e6f1ff;
}

.section5 .sec5-box1 .item {
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

.section5 .sec5-box1 .item .tit {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  color: #fff;
  text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}

.section5 .links-list {
  padding-top: 60px;
}

.section5 .links-list ul {
  gap: 20px;
}

.section5 .links-list ul li {
  flex: 1;
  overflow: hidden;
}

.section5 .links-list ul li .item {
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5 .links-list ul li .item select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 6px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/xjt.png) no-repeat right 10px center;
  background-size: 12px 7px;
  outline: none;
}

/* footer */
.footer {
  background: #184ba5;
  color: #fff;
}

.footer .ft1 {
  padding: 65px 0 50px;
}

.footer .ft1 .col {
  max-width: 33.33%;
}

.footer .ft1 .col-tit {
  margin-bottom: 17px;
}

.footer .ft1 .col1 .info p {
  margin-bottom: 8px;
}

.footer .ft1 a {
  color: #fff;
}

.footer .ft1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 .col2 .sub {
  max-width: 280px;
}

.footer .ft1 .col2 .sub ul {
  min-width: 140px;
}

.footer .ft1 .col2 .sub ul li {
  margin-bottom: 12px;
}

.footer .ft1 .col3 .qrcode li {
  margin-left: 30px;
}

.footer .ft1 .col3 .qrcode li:first-child {
  margin-left: 0;
}

.footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* inner-slide */
.header {
  background: url("../img/bg_top.png") no-repeat top center;
  background-size: cover;
}

.header1 {
  position: absolute;
  background: none;
  z-index: 22;
  left: 0;
  top: 0;
}

/* main */
.main {
  background: #e6f1ff;
}

.main .contbox .g-type {
  padding: 20px 0;
  border-bottom: 3px solid #f0f0f0;
}

.main .contbox .col-left {
  background: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0 40px;
}

.main .contbox .col-left .news-cont {
  padding: 25px 0 60px;
  line-height: 1.8;
}

.main .contbox .col-left .news-cont p {
  margin: 10px 0;
}

.main .contbox .col-left .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.main .contbox .col-right {
  width: 360px;
  flex-shrink: 0;
  margin-left: 60px;
}

.main .contbox .col-right .side-box {
  background: #fff;
  border-radius: 10px;
  padding: 0 30px 25px 30px;
}

.main .contbox .col-right .side-box .g-type {
  padding-left: 10px;
}

.main .contbox .col-right .side-box .g-type i {
  margin-right: 10px;
  margin-top: 6px;
}

.main .contbox .col-right .side-box .side-list ul li a {
  padding: 16px 15px;
  border-bottom: 1px solid #eee;
  display: block;
}

.main .contbox .col-right .side-box .side-list ul li a i {
  margin-right: 11px;
}

.main .contbox .col-right .side-box .side-list ul li.active a {
  background: #0050bf;
  color: #fff;
}

.main .contbox .col-right .side1 {
  margin-bottom: 30px;
}

.main .contbox .col-right .side2 li .item {
  padding: 16px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.main .contbox .col-right .side2 li .item .xh {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 18px;
  color: #666;
  font-weight: bold;
}

.main .contbox .col-right .side2 li .item .info {
  line-height: 1.8;
}

.main .contbox .col-right .side2 li:nth-child(1) .xh {
  background: #e74d3d;
  color: #fff;
}

.main .contbox .col-right .side2 li:nth-child(2) .xh {
  background: #f39c13;
  color: #fff;
}

.main .contbox .col-right .side2 li:nth-child(3) .xh {
  background: #2fcc71;
  color: #fff;
}

.crumbs {
  color: #666;
  padding: 24px 0 18px;
}

.crumbs a {
  color: #666;
}

.crumbs a:hover {
  color: #0050bf;
}

.g-list1 li .item {
  padding: 27px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.g-list1 li .item .date {
  width: 80px;
  height: 87px;
  flex-shrink: 0;
  background: #0050bf;
  border-radius: 10px 10px 10px 10px;
  color: #fff;
}

.g-list1 li .item .date .time2 {
  height: 30px;
  background: #0045a4;
  border-radius: 0px 0px 10px 10px;
}

.g-list1 li .item .info {
  margin-left: 40px;
  color: #666;
}

.g-list1 li .item .info .tit {
  color: #333;
}

.g-list1 li .item .info .desc {
  margin: 14px 0;
  line-height: 1.8;
}

.g-list1 li .item .info .attr .dd {
  margin-right: 30px;
}

.g-list1 li .item .info .attr .dd i {
  color: #0050bf;
  margin-right: 10px;
}

.g-list1 li .item:hover .info .tit {
  color: #0050bf;
}

/* list2 */
.g-list2 li .item {
  padding: 27px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.g-list2 li .item .pic {
  width: 150px;
  flex-shrink: 0;
  margin-left: 90px;
}

.g-list2 li .item .pic .fitImg {
  padding-top: 73.3%;
}

.g-list2 li .item .info {
  color: #333;
}

.g-list2 li .item .info .desc {
  margin-top: 15px;
}

.g-list2 li .item:hover .info .tit {
  color: #0050bf;
}

/* list3 */
.g-list3 li .item {
  padding: 30px;
  border-bottom: 1px dashed #dcdcdc;
  transition: ease 0.3s;
}

.g-list3 li .item .pic {
  width: 150px;
  flex-shrink: 0;
  margin-right: 30px;
}

.g-list3 li .item .pic .fitImg {
  padding-top: 73.3%;
}

.g-list3 li .item .info {
  color: #333;
}

.g-list3 li .item .info .txt1 .zt {
  height: 28px;
  flex-shrink: 0;
  background: #0050bf;
  color: #fff;
  padding: 0 18px;
  border-radius: 28px;
  margin-left: 20px;
}

.g-list3 li .item .info .attr {
  margin-top: 15px;
  flex-wrap: wrap;
}

.g-list3 li .item .info .attr .dd {
  margin-bottom: 10px;
}

.g-list3 li .item .info .attr .dd:nth-child(2) {
  margin: 0 30px 10px 30px;
}

.g-list3 li:hover .item {
  background: #E6F1FF;
}

.g-list3 li:hover .item .info .txt1 .tit {
  color: #0050bf;
}

/* pages */
.pages {
  padding: 40px 0;
}

.pages li {
  margin: 0 6px;
}

.pages li a {
  min-width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}

.pages li.prev a, .pages li.next a {
  width: 101px;
}

.pages li:hover a, .pages li.active a {
  background: #0050bf;
  color: #fff;
  border: 1px solid #0050bf;
}
