@charset "UTF-8";
/***修改placeholder的默认颜色：**/
input::placeholder {
  font-size: 0.8333333333vw;
  color: #333333;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.8333333333vw;
  color: #333333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8333333333vw;
  color: #333333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8333333333vw;
  color: #333333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.8333333333vw;
  color: #333333;
}

body {
  font-size: 17px;
}

.wbox {
  width: 100%;
}

.mbox {
  width: 1540px;
  margin: 0 auto;
}

.wd-header {
  height: 93px;
  background: #fff;
  transition: top 0.3s;
  /* 动态效果 */
}
.wd-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.wd-header .cont {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.wd-header .cont .logo {
  width: 335px;
  height: 75px;
  padding-top: 10px;
}
.wd-header .cont .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wd-header .cont .nav {
  flex: 1;
  margin-left: 80px;
}
.wd-header .cont .nav > ul {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
}
.wd-header .cont .nav > ul > li {
  position: relative;
  height: 100%;
  margin: 0 30px;
  font-size: 20px;
}
.wd-header .cont .nav > ul > li.active:after {
  width: 100%;
  left: 0;
}
.wd-header .cont .nav > ul > li > a {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  color: #000000;
}
.wd-header .cont .nav > ul > li:after {
  transition: all 0.36s;
  content: '';
  width: 0%;
  height: 3px;
  background: #0075C2;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.wd-header .cont .nav > ul > li:hover:after {
  width: 100%;
  left: 0;
}
.wd-header .cont .nav > ul > li > ul.nav-second,
.wd-header .cont .nav > ul > li ul.nav-three {
  position: absolute;
  z-index: 99999;
  float: left;
  display: none;
  background: #ffffff;
  top: 95px;
  border-radius: 5px;
  padding: 10px 20px;
}
.wd-header .cont .nav > ul > li > ul.nav-second li,
.wd-header .cont .nav > ul > li ul.nav-three li {
  width: 100%;
  margin: 0 auto;
  height: 45px !important;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}
.wd-header .cont .nav > ul > li > ul.nav-second li:last-child,
.wd-header .cont .nav > ul > li ul.nav-three li:last-child {
  border-bottom: none;
}
.wd-header .cont .nav > ul > li > ul.nav-second li a,
.wd-header .cont .nav > ul > li ul.nav-three li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: none;
  color: #333333;
}
.wd-header .cont .nav > ul > li > ul.nav-second li a:hover,
.wd-header .cont .nav > ul > li ul.nav-three li a:hover {
  color: #0075C2;
}
.wd-header .cont .nav > ul > li > ul.nav-second li > ul.nav-three,
.wd-header .cont .nav > ul > li ul.nav-three li > ul.nav-three {
  display: none;
  position: absolute;
  top: 30px;
  left: 108%;
}

.banner {
  width: 100%;
  /*height: 770px;*/
  overflow: hidden;
}
.banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  position: relative;
  display: inline-block;
}
.banner .swiper .swiper-pagination-bullet:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 25%;
  left: 25%;
}
.banner .swiper .swiper-pagination-bullet-active {
  background: #ffffff !important;
  position: relative;
  display: inline-block;
  background: #E09F16 !important;
}
.banner .swiper .swiper-pagination-bullet-active:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 25%;
  left: 25%;
}

.index-about {
  height: 905px;
  overflow: hidden;
  background: url("../images/bg_about.jpg") no-repeat top center;
  background-size: cover;
}
.index-about .cont {
  padding-top: 145px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-about .cont .about-l {
  width: 675px;
}
.index-about .cont .about-l .top {
  display: flex;
  flex-wrap: nowrap;
}
.index-about .cont .about-l .top h3 {
  font-size: 45px;
}
.index-about .cont .about-l .top .child {
  margin-left: 20px;
}
.index-about .cont .about-l .top .child ul {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
}
.index-about .cont .about-l .top .child ul li {
  margin-left: 10px;
  color: #0075C2;
}
.index-about .cont .about-l .top .child ul li a {
  color: #0075C2;
}
.index-about .cont .about-l .desc {
  margin-top: 95px;
  font-size: 16px;
  line-height: 180%;
}
.index-about .cont .about-l .desc p {
  margin-top: 10px;
  text-indent: 40px;
}
.index-about .cont .about-l .btn {
  margin-top: 125px;
}
.index-about .cont .about-l .btn a {
  display: block;
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #F6AD10;
  color: #ffffff;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-about .cont .about-l .btn a:hover {
  background: #0075C2;
}
.index-about .cont .about-r {
  flex: 1;
  margin-left: 160px;
}
.index-about .cont .about-r .img-box {
  background: #E7F2F9;
  width: 545px;
  height: 650px;
  margin: 25px;
  position: relative;
}
.index-about .cont .about-r .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -25px;
  left: -25px;
}

.bg-container {
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.index-section {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.index-section .bg-section1 {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100vh;
  background: center center no-repeat #ffffff;
  background-size: cover;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.index-project .index-section3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-project .index-section3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/banner2.png") center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.index-project .index-section3 .lans {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.index-project .index-section3 .lans .tips {
  font-size: 20px;
  font-weight: lighter;
}
.index-project .index-section3 .lans .title {
  font-size: 48px;
  margin: 3vh 0;
}
.index-project .index-section3 .lans .desc {
  font-size: 18px;
  line-height: 2;
}
.index-project .index-section3 .lans .more {
  font-size: 16px;
  color: #f6ad10;
  position: relative;
  padding-right: 30px;
  margin-top: 3vh;
}
.index-project .index-section3 .lans .more:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all .3s;
}
.index-project .index-section3 .lans .more:hover:after {
  transform: rotate(90deg);
}
.index-project .index-section3 .content {
  max-width: 750px;
}
.index-project .index-section3 .list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.index-project .index-section3 .list .swiper-container {
  margin-top: -50px;
}
.index-project .index-section3 .list .swiper-wrapper {
  justify-content: center !important;
}
.index-project .index-section3 .list .content-icon {
  text-align: center;
  padding: 100px 5px 20px 5px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  transition: all .5s;
  cursor: pointer;
}
.index-project .index-section3 .list .swiper-slide.on .content-icon {
  height: 222px;
  padding-top: 50px;
}
.index-project .index-section3 .list .swiper-slide.on .more {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  margin: 20px auto;
}
.index-project .index-section3 .list .swiper-slide.on:after {
  height: 100%;
  transition: all .5s;
}
.index-project .index-section3 .list .swiper-slide:after {
  background: url("../images/i9.png") center center no-repeat;
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 10% 0 0;
  overflow: hidden;
  transition: all 0s;
}
.index-project .index-section3 .list .pic-icon {
  width: 50%;
  max-width: 45px;
  margin: auto;
}
.index-project .index-section3 .list .desc-icon {
  font-size: 20px;
  color: #ffffff;
  margin: 2px 0 5px;
}
.index-project .index-section3 .list .more {
  width: 20px;
  height: 10px;
  margin: auto;
  background: url(../images/m-white.png) no-repeat center/100%;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  transition: .5s;
}
.index-project .index-section3 .swiper-pagination {
  display: none;
}

.index-pro {
  width: 100%;
  height: 100vh;
  background: url("../images/bg_pro.png") no-repeat top center;
  background-size: cover;
}
.index-pro .title {
  height: 150px;
  line-height: 50px;
  border-bottom: 1px solid #E9E9E9;
}
.index-pro .title h3 {
  line-height: 150px;
  font-size: 42px;
}
.index-pro .cont {
  display: flex;
  justify-content: center;
  position: relative;
}
.index-pro .cont .icon {
  width: 505px;
  height: 505px;
  overflow: hidden;
  background: url("../images/bg_pro_2.png") no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-pro .cont .icon img {
  width: 292px;
  height: 168px;
}
.index-pro .cont .item {
  width: 425px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  border: 1px solid #B2B2B2;
  background: #ffffff url("../images/icon_1.png") no-repeat bottom right;
  box-shadow: 3px 3px 3px #B2B2B2;
  padding: 10px;
  cursor: pointer;
  color: #8E8E8E;
  box-sizing: border-box;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-pro .cont .item .l-1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.index-pro .cont .item .l-1 i {
  font-size: 70px;
  color: #B0BAC5;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-pro .cont .item .l-1 span {
  font-size: 12px;
  padding-left: 10px;
  line-height: 150%;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-pro .cont .item .l-2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  font-size: 18px;
  margin-top: 10px;
}
.index-pro .cont .item:hover {
  color: #0075C2;
  border-color: #0075C2;
  background: #ffffff url("../images/icon_1_on.png") no-repeat bottom right;
}
.index-pro .cont .item:hover .l-1 i {
  color: #0075C2;
}
.index-pro .cont .item-1 {
  left: 0;
  top: 60px;
}
.index-pro .cont .item-2 {
  right: 0;
  top: 30px;
}
.index-pro .cont .item-3 {
  left: 60px;
  top: 315px;
}
.index-pro .cont .item-4 {
  right: 60px;
  top: 315px;
}
.index-pro .cont .item-5 {
  left: 36%;
  top: 565px;
}

.index-honor {
  width: 100%;
  height: 100vh;
  background: url("../images/bg_honor.png") no-repeat;
  background-size: cover;
}
.index-honor h3 {
  padding-top: 180px;
  font-size: 42px;
  color: #ffffff;
  font-weight: 500;
}
.index-honor .cont {
  margin-top: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-honor .cont .number {
  width: 340px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-honor .cont .number dl {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-honor .cont .number dl:nth-of-type(2n) {
  margin-left: 90px;
}
.index-honor .cont .number dl dt {
  font-size: 42px;
  font-weight: bolder;
  color: #ffffff;
}
.index-honor .cont .number dl dt font {
  font-size: 16px;
  float: right;
}
.index-honor .cont .number dl dd {
  letter-spacing: 1px;
  color: #ffffff;
}

.title-index {
  font-size: 48px;
  color: #222222;
}
.title-index .secion-nav a {
  margin-left: 10px;
  font-size: 18px;
  border-bottom: 1px solid #FFFFFF;
  color: #222222;
  padding: 10px;
}
.title-index .secion-nav a:hover {
  color: #1db0e4;
  border-bottom: 1px solid #1db0e4;
}

.wrapper-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.index-fuwu {
  padding-top: 70px;
}
.index-fuwu .cont {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 80px;
  justify-content: space-between;
}
.index-fuwu .cont dl {
  width: 460px;
  height: 475px;
}
.index-fuwu .cont dl a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
  background: #f7f7f7;
  transition: all .3s;
}
.index-fuwu .cont dl a dt {
  width: 400px;
  height: 220px;
  overflow: hidden;
  margin: 30px 0;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-fuwu .cont dl a .tt {
  margin: 20px 0;
}
.index-fuwu .cont dl a .more {
  background: url("../images/m-blue.png") 100% center no-repeat;
  font-size: 14px;
  color: #999999;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}
.index-fuwu .cont dl a:hover {
  background: #00459a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.index-fuwu .cont dl a:hover dt {
  color: #ffffff;
}
.index-fuwu .cont dl a:hover .more {
  background: url("../images/m-yellow.png") 100% center no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.index-news {
  margin-top: 80px;
  padding-bottom: 50px;
}
.index-news .cont {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-news .cont .img {
  width: 665px;
  height: 405px;
  overflow: hidden;
}
.index-news .cont .img .swiper-news {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-news .cont .img .swiper-slide dl {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-news .cont .img .swiper-slide dl dt {
  width: 100%;
  height: 100%;
}
.index-news .cont .img .swiper-slide dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .cont .img .swiper-slide dl dd {
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-news .cont .list {
  flex: 1;
  margin-left: 50px;
  position: relative;
  overflow: hidden;
  height: 425px;
}
.index-news .cont .list dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-news .cont .list dl dt {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-news .cont .list dl dt strong {
  display: none;
  font-size: 30px;
  color: #0075C2;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-news .cont .list dl dt span {
  font-size: 12px;
}
.index-news .cont .list dl dd {
  flex: 1;
  min-height: 65px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-news .cont .list dl dd a:hover {
  height: 100%;
  color: #0075C2;
}
.index-news .cont .list dl dd .tt {
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-news .cont .list dl dd .desc {
  display: none;
  color: #494949;
  font-size: 12px;
  line-height: 150%;
  margin-top: 10px;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-news .cont .list dl:hover {
  padding: 10px 0;
}
.index-news .cont .list dl:hover dt strong {
  display: block;
}
.index-news .cont .list dl:hover dd .tt {
  font-size: 18px;
}
.index-news .cont .list dl:hover dd .desc {
  display: block;
}
.index-news .btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.index-news .btn a {
  display: block;
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #0075C2;
  color: #ffffff;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.index-news .btn a:hover {
  background: #F6AD10;
}

.wd-footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  max-height: 545px;
  overflow: hidden;
  background-size: cover;
  padding-top: 50px;
}
.wd-footer .f-menu {
  min-height: 310px;
  display: flex;
  flex-wrap: nowrap;
}
.wd-footer .f-menu .f-logo {
  width: 280px;
}
.wd-footer .f-menu .f-logo .txt {
  margin-top: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.wd-footer .f-menu .f-logo .txt span {
  margin-bottom: 5px;
}
.wd-footer .f-menu .f-nav {
  width: 1000px;
}
.wd-footer .f-menu .f-nav .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wd-footer .f-menu .f-nav .item dl {
  color: #ffffff;
}
.wd-footer .f-menu .f-nav .item dl a {
  color: #ffffff;
}
.wd-footer .f-menu .f-nav .item dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}
.wd-footer .f-menu .f-nav .item dl dd {
  font-size: 13px;
  margin-bottom: 10px;
}
.wd-footer .f-menu .f-nav .item dl dd a:hover {
  text-decoration: underline;
}
.wd-footer .f-menu .f-qrcode {
  flex: 1;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
}
.wd-footer .f-menu .f-qrcode .t-1 {
  font-size: 16px;
}
.wd-footer .f-menu .f-qrcode p {
  margin-bottom: 20px;
}
.wd-footer .copyright {
  border-top: 1px solid #ffffff;
  min-height: 100px;
}
.wd-footer .copyright .cont {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 180%;
}

.bottom-form {
  background: rgba(0, 0, 0, 0.6);
  height: 150px;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.bottom-form .cont {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-form .cont .txt {
  width: 300px;
  margin-right: 50px;
  color: #ffffff;
}
.bottom-form .cont .txt strong {
  font-size: 32px;
  font-weight: 300;
}
.bottom-form .cont .txt .desc {
  font-size: 18px;
  margin-top: 10px;
}
.bottom-form .cont .txt i {
  font-size: 30px;
  padding-right: 10px;
}
.bottom-form .cont .form {
  width: 900px;
}
.bottom-form .cont ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottom-form .cont ul li {
  width: 270px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
}
.bottom-form .cont ul li input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 5px;
  background: #f1f1f1;
  border: none;
  border-radius: 5px;
}
.bottom-form .cont ul .textarea textarea {
  width: 100%;
  height: 40px;
  text-indent: 5px;
  line-height: 1.5;
  border-radius: 5px;
  border: none;
}
.bottom-form .cont ul .yzm {
  display: flex;
  flex-wrap: nowrap;
}
.bottom-form .cont ul .yzm input {
  width: 50%;
  margin-right: 10px;
}
.bottom-form .cont ul .btn {
  width: 30% !important;
  margin-top: 10px;
}
.bottom-form .cont ul .btn input {
  width: 100%;
  background: #000;
  color: #ffffff;
  cursor: pointer;
}
.bottom-form .cont .btn-close {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}
.bottom-form .cont .btn-close i {
  font-size: 34px;
  font-weight: 300;
}

/************************内页***************************/
.page_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_banner .text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: 2px;
}
.page_banner .text strong {
  font-size: 42px;
}
.page_banner .text span {
  font-size: 20px;
  padding-top: 50px;
}

.page-nav {
  width: 100%;
  background: #ffffff;
  line-height: 80px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}
.page-nav .cont {
  display: flex;
  flex-wrap: nowrap;
}
.page-nav .cont a {
  text-align: center;
  padding: 0 50px;
  font-size: 16px;
  color: #222222;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: -4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.page-nav .cont a i {
  color: #000000;
  padding-right: 5px;
}
.page-nav .cont a.on, .page-nav .cont a:hover {
  background: #0075C2;
  color: #ffffff;
}
.page-nav .cont a.on i, .page-nav .cont a:hover i {
  color: #ffffff;
}

.page-about-1 {
  background: url(../images/bg_page_about_1.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 150px 0 300px;
}
.page-about-1 .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-about-1 .cont .ab-l {
  width: 30%;
  line-height: 1;
  padding: 0;
  transition-delay: 0s;
  font-size: 48px;
  color: #222222;
  padding: 120px 0 55px;
  font-family: SourceHanSerifCN-Bold;
  font-weight: bold;
}
.page-about-1 .cont .ab-r {
  width: 60%;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
.page-about-1 .cont .ab-r .numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about-1 .cont .ab-r .numbers dl {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-about-1 .cont .ab-r .numbers dl dt {
  font-size: 42px;
  font-weight: bolder;
  color: #0075C2;
}
.page-about-1 .cont .ab-r .numbers dl dt font {
  font-size: 16px;
  float: right;
}
.page-about-1 .cont .ab-r .numbers dl dd {
  letter-spacing: 1px;
  color: #0075C2;
}

.page-about-2 {
  height: 100vh;
  background: #000000;
}
.page-about-2 video {
  width: 100%;
  height: 100vh;
}

.page-about-3 .cont h3 {
  font-size: 48px;
  color: #222222;
  margin: 120px 0 55px;
  font-weight: bold;
}
.page-about-3 .cont .desc {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  max-width: 780px;
  transition-delay: .15s;
}
.page-about-3 .cont .pics {
  width: 100%;
  margin: 50px 0;
}
.page-about-3 .cont .pics .swiper .swiper-slide {
  width: 455px !important;
  margin-right: 30px;
}
.page-about-3 .cont .pics .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.page-honor {
  width: 100%;
}
.page-honor .cont h4 {
  margin-top: 50px;
}
.page-honor .swiper-container {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.page-honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8) !important;
}
.page-honor .swiper-slide-active, .page-honor .swiper-slide-duplicate-active {
  transform: scale(1);
}
.page-honor .swiper-slide-active dd, .page-honor .swiper-slide-duplicate-active dd {
  font-weight: bold;
}
.page-honor dl dt img {
  max-width: 400px;
}
.page-honor dl dd {
  font-size: 20px;
  padding-bottom: 20px;
}

.page-wenhua h3 {
  font-size: 48px;
  color: #222222;
  padding: 120px 0 55px;
  font-weight: bold;
}
.page-wenhua .page-wh-1 .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-wenhua .page-wh-1 .item dl {
  width: 460px;
  height: 530px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.page-wenhua .page-wh-1 .item dl dt {
  width: 100%;
  height: 100%;
}
.page-wenhua .page-wh-1 .item dl dt img {
  width: 100%;
  height: 100%;
}
.page-wenhua .page-wh-1 .item dl .tt {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  height: 210px;
  left: 30px;
  bottom: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  z-index: 50;
}
.page-wenhua .page-wh-1 .item dl .tt strong {
  font-size: 30px;
  font-weight: bold;
}
.page-wenhua .page-wh-1 .item dl .tt span {
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
}
.page-wenhua .page-wh-1 .item dl .tt .desc {
  font-size: 16px;
  line-height: 30px;
  min-height: 90px;
  letter-spacing: 0.2em;
}
.page-wenhua .page-wh-1 .item dl .icon {
  position: absolute;
  left: 30px;
  top: 100px;
  z-index: 20;
  opacity: 0;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.page-wenhua .page-wh-1 .item dl .icon img {
  width: 60px;
  height: auto;
}
.page-wenhua .page-wh-1 .item dl .img_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.page-wenhua .page-wh-1 .item dl:hover .icon {
  opacity: 1;
}
.page-wenhua .page-wh-1 .item dl:hover .img_on {
  opacity: 1;
}
.page-wenhua .page-wh-2 {
  width: 100%;
  margin-bottom: 80px;
  /* seamlesswrap */
}
.page-wenhua .page-wh-2 .swiper-container {
  margin: 10px 0;
}
.page-wenhua .page-wh-2 .swiper-container img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.page-wenhua .page-wh-2 .swiper-container .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.page-history .cont h3 {
  font-size: 48px;
  color: #222222;
  padding: 120px 0 55px;
  font-weight: bold;
  text-align: center;
}
.page-history .cont .his-list {
  position: relative;
  padding: 50px 0;
  margin: 0 0 100px;
  min-height: 1000px;
}
.page-history .cont .his-list:after {
  content: '';
  position: absolute;
  top: -25px;
  left: calc(50% - 22px);
  background: url("../images/i-r.png");
  width: 45px;
  height: 45px;
}
.page-history .cont .his-list ul:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: calc(50% - 12px);
  background: url("../images/icon-fly.png");
  width: 25px;
  height: 25px;
}
.page-history .cont .his-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}
.page-history .cont .his-list li {
  position: relative;
  width: calc(50% - 60px);
  text-align: right;
  margin-top: -200px;
}
.page-history .cont .his-list li:first-child {
  margin: 0;
  text-align: left;
}
.page-history .cont .his-list li:nth-child(even) {
  margin-left: calc(50% + 60px);
  text-align: left;
}
.page-history .cont .his-list li:before {
  content: '';
  position: absolute;
  top: 0;
  right: -82px;
  background: url("../images/i-r.png");
  width: 45px;
  height: 45px;
}
.page-history .cont .his-list li:nth-child(even):before {
  right: auto;
  left: -82px;
}
.page-history .cont .his-list li:after {
  content: '';
  position: absolute;
  top: 16px;
  right: -66px;
  border: 2px solid rgba(19, 159, 217, 0.6);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all .4s;
  opacity: 0;
}
.page-history .cont .his-list li:nth-child(even):after {
  right: auto;
  left: -66px;
}
.page-history .cont .his-list li:nth-child(even):hover:after {
  animation: pointani1 2s ease-out 0s forwards infinite;
}
.page-history .cont .his-list li:nth-child(odd):hover:after {
  animation: pointani 2s ease-out 0s forwards infinite;
}
.page-history .cont .his-list .l1 {
  font-size: 24px;
  color: #00459a;
  font-weight: bold;
}
.page-history .cont .his-list .l2 {
  display: inline-block;
  margin: 30px 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #0b459b, #14aee3);
}
.page-history .cont .his-list .l3 {
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 20px;
}
.page-history .cont .his-list .l4 {
  border-radius: 8px;
  position: relative;
  padding-top: 50%;
  margin-bottom: 50px;
}
.page-history .cont .his-list .l4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*****************************新闻资讯**********************************/
.page-pic-list {
  margin-top: 80px;
}
.page-pic-list .cont {
  display: flex;
  flex-wrap:wrap;
}
.page-pic-list .cont dl {
  width: 460px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.page-pic-list .cont dl:nth-of-type(3n) {
  margin-right: 0;
}
.page-pic-list .cont dl dt {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.page-pic-list .cont dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-pic-list .cont dl .time {
  color: #666666;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.page-pic-list .cont dl .title {
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: bold;
  margin: 20px 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.page-pic-list .cont dl .more {
  margin-top: 30px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: #eeeeee;
  color: #666666;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  position: static;
}
.page-pic-list .cont dl:hover dt img {
  transform: scale(1.1);
}
.page-pic-list .cont dl:hover .title {
  color: #0075C2;
}
.page-pic-list .cont dl:hover .more {
  background: #0075C2;
  color: #ffffff;
}

.page-arc-show {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-arc-show .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-arc-show .cont .arc-main {
  width: 74%;
}
.page-arc-show .cont .arc-main .content-box {
  background-color: #ffffff;
  padding: 50px;
  box-sizing: border-box;
}
.page-arc-show .cont .arc-main .content-box h1 {
  font-size: 32px;
  color: #222222;
  line-height: 1.7;
}
.page-arc-show .cont .arc-main .content-box .other {
  padding: 15px 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.8;
  display: flex;
  flex-wrap: nowrap;
}
.page-arc-show .cont .arc-main .content-box .other li {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}
.page-arc-show .cont .arc-main .content-box .arc-content {
  padding: 20px 0 30px;
  font-size: 16px !important;
  color: #222222;
  line-height: 1.8;
}
.page-arc-show .cont .arc-main .content-box .arc-content img{
    max-width: 100% !important;
}
.page-arc-show .cont .arc-main .content-box .arc_pages {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}
.page-arc-show .cont .arc-main .content-box .arc_pages p {
  width: calc(48% - 100px);
  display: flex;
  flex-direction: column;
}
.page-arc-show .cont .arc-main .content-box .arc_pages p span {
  margin-bottom: 10px;
}
.page-arc-show .cont .arc-slide {
  width: 23%;
}
.page-arc-show .cont .arc-slide .item {
  background: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
}
.page-arc-show .cont .arc-slide .item h3 {
  width: 100%;
  font-size: 18px;
  color: #222222;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  font-weight: bold;
}
.page-arc-show .cont .arc-slide .item ul li {
  color: #777777;
  position: relative;
  line-height: 1.8;
  margin: 20px 0;
}
.page-arc-show .cont .arc-slide .item ul li a:hover .title {
  color: #0075C2;
}
.page-arc-show .cont .arc-slide .item ul li a:hover .time {
  color: #333333;
}
.page-arc-show .cont .arc-slide .item ul li .title {
  font-size: 16px;
  color: #222;
  -webkit-line-clamp: 2;
}
.page-arc-show .cont .arc-slide .item ul li .time {
  font-size: 14px;
  margin-top: 3px;
}
.page-arc-show .cont .arc-slide .item ul li .thumb {
  width: 100%;
  max-height: 225px;
  object-fit: cover;
  overflow: hidden;
}
.page-arc-show .cont .arc-slide .item ul li .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-down-list {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-down-list .cont dl {
  margin-top: 40px;
  background: #ffffff;
  padding: 20px 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
  cursor: pointer;
}
.page-down-list .cont dl .title {
  width: 50%;
  font-size: 20px;
  color: #000000;
}
.page-down-list .cont dl .time {
  width: 30%;
}
.page-down-list .cont dl .icon {
  width: 5%;
}
.page-down-list .cont dl .icon i {
  font-size: 40px;
}
.page-down-list .cont dl:hover {
  background: #0075C2;
  color: #ffffff;
}
.page-down-list .cont dl:hover .title,
.page-down-list .cont dl:hover .time,
.page-down-list .cont dl:hover .icon {
  color: #ffffff;
}
.page-down-list .cont dl:hover .icon a {
  color: #ffffff;
}
.page-down-list .cont .info {
  background: #ffffff;
  padding: 20px 35px;
  border-top: 1px solid #dddddd;
  display: none;
  font-size: 16px !important;
}

.page-page {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-page .cont h3 {
  font-size: 48px;
  text-align: center;
}
.page-page .cont .cont-box {
  margin-top: 80px;
  background: #ffffff;
  padding: 50px;
}
.page-page .cont .page-content {
  padding: 20px 0 30px;
  font-size: 16px !important;
  color: #222222;
  line-height: 1.8;
}

.page-page .cont .page-content h3{
    font-size:28px;
}

.page-job {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-job .cont dl {
  margin-top: 40px;
  padding: 25px 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #dddddd;
  background: #ffffff;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
  cursor: pointer;
}
.page-job .cont dl dt {
  width: 50%;
  font-size: 20px;
  color: #000000;
}
.page-job .cont dl dd {
  width: 10%;
}
.page-job .cont dl dd.icon {
  width: 5%;
}
.page-job .cont dl dd.icon i {
  font-size: 40px;
  color: #0075C2;
}
.page-job .cont dl:hover dt {
  color: #0075C2;
}
.page-job .cont .info {
  border: 1px solid #dddddd;
  border-top: none;
  background: #ffffff;
  padding: 25px 30px;
  line-height: 180%;
  font-size: 16px !important;
  display: none;
}

.page-contact .title h3 {
  font-size: 48px;
  line-height: 1;
  color: #222222;
  margin-bottom: 20px;
}
.page-contact .title span {
  font-size: 16px;
  color: #666666;
}
.page-contact .page-contact-1 {
  margin-top: 80px;
}
.page-contact .page-contact-1 .cont .title h3 {
  font-size: 48px;
  line-height: 1;
  color: #222222;
  margin-bottom: 20px;
}
.page-contact .page-contact-1 .cont .title span {
  font-size: 16px;
  color: #666666;
}
.page-contact .page-contact-1 .cont .info {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-contact .page-contact-1 .cont .info dl {
  margin-right: 80px;
  margin-bottom: 80px;
}
.page-contact .page-contact-1 .cont .info dl dt {
  color: #0075C2;
  margin-bottom: 10px;
}
.page-contact .page-contact-2 {
  margin-top: 80px;
  padding-bottom: 80px;
}
.page-contact .page-contact-2 .content {
  margin-top: 80px;
}

.page-message {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-message .cont {
  background-color: #ffffff;
  padding: 50px;
  box-sizing: border-box;
}
.page-message .cont .tt {
  padding-bottom: 20px;
  border-bottom: 2px solid #0075C2;
}
.page-message .cont .tt h3 {
  font-size: 48px;
  margin-bottom: 10px;
}
.page-message .cont .msg form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-message .cont .msg form .item {
  width: 45%;
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
}
.page-message .cont .msg form .item .title {
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  width: 230px;
}
.page-message .cont .msg form .item .title i {
  color: #ff0000;
  padding-right: 2px;
}
.page-message .cont .msg form .item .bd {
  border: 1px solid #ddd;
  margin-top: 20px;
}
.page-message .cont .msg form .item .bd input,
.page-message .cont .msg form .item .bd textarea {
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  color: #222222;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
}
.page-message .cont .msg form .item .bd textarea {
  height: 200px;
}
.page-message .cont .msg form .yzm .yzm-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page-message .cont .msg form .yzm .bd {
  width: 70%;
}
.page-message .cont .msg form .btn {
  width: 20%;
}
.page-message .cont .msg form .btn .bd {
  background: #0075C2;
}
.page-message .cont .msg form .btn .bd input {
  color: #ffffff;
}
.page-message .cont .msg form .content {
  width: 100%;
}

/*# sourceMappingURL=basic.css.map */
