@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fix {
  background-attachment: fixed;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  padding: 0.22rem 3%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-left .logo {
  position: relative;
}

.header .hd-left .logo span {
  position: relative;
}

.header .hd-left .logo span img {
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  height: 0.36rem;
}

.header .hd-left .logo span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  opacity: 0;
}

.header .hd-mid .nav li {
  margin-right: 0.45rem;
  position: relative;
}

.header .hd-mid .nav li:last-child {
  margin-right: 0;
}

.header .hd-mid .nav li .tit {
  color: #fff;
  position: relative;
  padding-bottom: 0.08rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-mid .nav li .tit::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.66rem;
  height: 0.02rem;
  background: #005199;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  opacity: 0;
  width: 0%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-mid .nav li .dropdown {
  position: absolute;
  top: 100%;
  width: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.2rem;
  display: none;
  transition: all 0.5s ease;
}

.header .hd-mid .nav li .dropdown ul {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.05rem;
  overflow: hidden;
}

.header .hd-mid .nav li .dropdown ul li {
  margin: 0;
}

.header .hd-mid .nav li .dropdown ul li a {
  font-size: 0.16rem;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 0.38rem;
  text-align: center;
}

.header .hd-mid .nav li .dropdown ul li a:hover {
  background: #005199;
}

.header .hd-mid .nav li .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0.08rem solid transparent;
  border-left: 0.08rem solid transparent;
  border-bottom: 0.08rem solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0.12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header .hd-mid .nav li:hover .dropdown {
  display: block;
}

.header .hd-mid .nav li:hover .tit {
  color: #005199;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-mid .nav li:hover .tit:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-mid .nav li.active .tit {
  color: #005199 !important;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-mid .nav li.active .tit:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-right .hd-btn {
  display: flex;
  align-items: center;
}

.header .hd-right .hd-btn .btn {
  margin-left: 0.5rem;
  position: relative;
}

.header .hd-right .hd-btn .btn .icon {
  display: flex;
  align-items: center;
  cursor:pointer;
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-right .hd-btn .btn .icon img {
  height: 0.18rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.header .hd-right .hd-btn .btn .dropdown {
  position: absolute;
  top: 100%;
  width: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.2rem;
  display: none;
}

.header .hd-right .hd-btn .btn .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0.08rem solid transparent;
  border-left: 0.08rem solid transparent;
  border-bottom: 0.08rem solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0.12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header .hd-right .hd-btn .btn .dropdown img {
  width: 1.1rem;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown {
  width: 3rem;
  border-radius: 0.05rem;
  left: auto;
  right: 0;
  transform: translateX(0);
}

.header .hd-right .hd-btn .btn.dd2 .dropdown::before {
  display: none;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown form {
  border: 0.02rem solid #005199;
  border-radius: 0.05rem;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown button {
  flex-shrink: 0;
  height: 0.4rem;
  width: 0.6rem;
  background: #005199;
  color: #fff;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown input {
  font-weight: normal;
  height: 0.4rem;
  padding: 0 0.1rem;
  width: calc(100% - 0.6rem);
  border-radius: 0.05rem 0 0 0.05rem;
}

.header:hover, .header.fix {
  background: #fff;
  box-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.1);
}

.header:hover .logo span img, .header.fix .logo span img {
  opacity: 0;
}

.header:hover .logo span img:last-child, .header.fix .logo span img:last-child {
  opacity: 1;
}

.header:hover .hd-mid .nav li .tit, .header.fix .hd-mid .nav li .tit {
  color: #666;
}

.header:hover .hd-right .hd-btn .btn .icon, .header.fix .hd-right .hd-btn .btn .icon {
  color: #666;
}

/* banner */
.banner .ban-item {
  position: relative;
  overflow: hidden;
}

.banner .ban-item .ban-img img {
  width: 100%;
  -webkit-animation: bs2 50s linear infinite;
  animation: bs2 50s linear infinite;
}

.banner .ban-item .ban-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 84%;
  right: 0;
  margin: 0 auto;
}

.banner .ban-item .ban-cont .ban-tit .txt1 {
  color: #fff;
  line-height: 1.4;
  display: none;
}

.banner .ban-item .ban-cont .ban-tit .txt1 b {
  color: #fb4c00
}

.banner .ban-item .ban-cont .ban-tit .txt2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.22rem;
  letter-spacing: 0rem;
  line-height: 0.3rem;
  display: none;
}

.banner .ban-item .ban-cont .vmore {
  display: none;
  align-items: center;
  margin-top: 0.7rem;
}

.banner .ban-item.swiper-slide-active .ban-cont .ban-tit .txt1 {
  display: block;
}

.banner .ban-item.swiper-slide-active .ban-cont .ban-tit .txt2 {
  display: block;
}

.banner .ban-item.swiper-slide-active .ban-cont .vmore {
  display: flex;
}

.banner .swiper-pagination {
  bottom: 0.7rem;
}

.banner .swiper-pagination span {
  background: #fff;
  opacity: 1;
  border-radius: 1rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.3rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  background:#fb4c00;
}

.vmore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005199;
  width: 1.75rem;
  height: 0.5rem;
  border-radius: 1rem;
  border: 0.01rem solid #005199;
  transition: all 0.5s ease;
  background: #005199;
  border: 0.01rem solid #005199;
  color: #fff;
}

.vmore span {
  margin-left: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.vmore span img {
  height: 0.3rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.vmore span img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.vmore:hover {
  color: #fff;
}

.vmore:hover span img {
  opacity: 0;
}

.vmore:hover span img:last-child {
  opacity: 1;
}

.vmore.on {
  background: transparent;
  border: 0.01rem solid #fff;
}

.vmore.on:hover {
  background: #005199;
  border-color: #005199;
  color: #fff;
}

a.vmore {
  color: #fff;
}

/* section1 */
.p50 {
  padding: 5% 0;
}

.sec-type {
  margin-bottom: 0.4rem;
  align-items: flex-end;
}

.sec-type .tit {
  color: #005199;
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}

.sec-type .tit::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background: #005199;
  margin-right: 0.08rem;
}

.sec-type .desc {
  color: #222;
  line-height: 1.6;
}

.sec-type .desc2 {
  color: #666;
  line-height: 1.6;
}

.sec-type .type-link {
  margin-bottom: 0.22rem;
}

.section1 {
  background: #f7f7f7;
}

.section1 .top-left .info {
  margin-bottom: 0.65rem;
}

.section1 .top-left .info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}

.section1 .top-left .info p:last-child {
  margin-bottom: 0;
}

.section1 .top-right {
  position: relative;
  overflow: hidden;
}

.section1 .top-right img {
  max-width: 100%;
}

.section1 .top-right .right-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  z-index: 20;
}

.section1 .top-right .right-icon .click-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .top-right .right-icon .click-video img:first-child {
  position: absolute;
  width: 0.54rem;
}

.section1 .top-right .right-icon .click-video img:last-child {
  width: 1.07rem;
  -webkit-animation: haha1 3s linear infinite;
}

.section1 .top-right:hover .right-icon {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section1 .sec1-bottom {
  margin-top: 1rem;
  align-items: stretch;
}

.section1 .sec1-bottom .bottom-left {
  width: 35%;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #005199;
}

.section1 .sec1-bottom .bottom-left .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #005199;
  height: 20%;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding: 0.18rem 0.38rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section1 .sec1-bottom .bottom-left .item:hover {
  background: #013f77;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section1 .sec1-bottom .bottom-left .item .item-cont {
  display: flex;
  align-items: center;
}

.section1 .sec1-bottom .bottom-left .item .item-cont .dd {
  color: #fff;
  margin-right: 0.21rem;
  position: relative;
  display: flex;
}

.section1 .sec1-bottom .bottom-left .item .item-cont .dd i {
  font-style: inherit;
  display: flex;
}

.section1 .sec1-bottom .bottom-left .item .item-cont .dd b {
  position: absolute;
  right: -0.1rem;
  top: 0;
  font-weight: normal;
}

.section1 .sec1-bottom .bottom-left .item .item-cont .dt {
  color: rgba(255, 255, 255, 0.5);
}

.section1 .sec1-bottom .bottom-left .item .item-right img {
  height: 0.1rem;
}

.section1 .sec1-bottom .bottom-right {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  margin-left: 0.36rem;
}

.section1 .sec1-bottom .bottom-right .swiper-container,
.section1 .sec1-bottom .bottom-right .swiper-wrapper {
  height: 100%;
}

.section1 .sec1-bottom .bottom-right .swiper-container .swiper-slide,
.section1 .sec1-bottom .bottom-right .swiper-wrapper .swiper-slide {
  height: 100%;
}

.section1 .sec1-bottom .bottom-right .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}

.section1 .sec1-bottom .bottom-right .swiper-pagination span {
  background: #005199;
  margin: 0rem 0.03rem;
}

.section1 .sec1-bottom .bottom-right .swiper-pagination span.swiper-pagination-bullet-active {
  background: #005199;
}

.section1 .sec1-bottom .bottom-right .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.section1 .sec1-bottom .bottom-right .swiper-slide .fitImg2 {
  height: 100%;
}

.section1 .sec1-bottom .bottom-right .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* 弹窗视频 */
.lay-video {
  display: none;
}

.lay-video.on {
  display: block;
}

.lay-video .video-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}

.lay-video .video-content {
  width: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 121;
  transform: translateX(-50%) translateY(-50%);
  z-index: 121;
}

.lay-video .video-content .video-close {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: -0.35rem;
}

.lay-video .video-content .video-close span {
  color: #fff;
  font-size: 0.25rem;
}

.lay-video .video-content video {
  width: 100%;
}

.click-video {
  cursor: pointer;
}

/* section2 */
.section2 .bus-content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.section2 .bus-content .item {
  width: 25%;
  margin-right: 0.3rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section2 .bus-content .item.on {
  width: 50%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section2 .bus-content .item.on .item-tit .dt {
  height: 0.8rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section2 .bus-content .item.on .item-tit .dt span {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  transition-delay: 0.3s;
}

.section2 .bus-content .item:last-child {
  margin-right: 0;
}

.section2 .bus-content .item .item-img img {
  width: 100%;
  height: 32.7188vw;
  object-fit: cover;
  border-radius: 0.1rem;
}

.section2 .bus-content .item .item-tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0.35rem;
}

.section2 .bus-content .item .item-tit .dd {
  display: flex;
  align-items: center;
  color: #fff;
}

.section2 .bus-content .item .item-tit .dd img {
  margin-right: 0.11rem;
  width: 0.5rem;
}

.section2 .bus-content .item .item-tit .dt {
  color: #fff;
  line-height: 1.5;
  height: 0rem;
  display: flex;
  align-items: flex-end;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section2 .bus-content .item .item-tit .dt span {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  line-height: 0.24rem;
}

/* sectin3 */
.section3 .col-left {
  width: 4rem;
  flex-shrink: 0;
}

.section3 .col-left .desc2 {
  margin: 0.36rem 0 0.97rem;
}

.section3 .col-right {
  margin-left: 1.22rem;
}

.section3 .col-right .slides .swiper-wrapper {
  padding-bottom: 0.5rem;
}

.section3 .col-right .slides .swiper-scrollbar {
  max-width: 10.8rem;
  overflow: hidden;
  height: 0.09rem;
  background: #f1f1f1;
  border-radius: 0.05rem;
}

.section3 .col-right .slides .swiper-scrollbar .swiper-scrollbar-drag {
  background: #005199;
}

.section3 .col-right .slides .item {
  position: relative;
}

.section3 .col-right .slides .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.section3 .col-right .slides .item .fitImg {
  padding-top: 75%;
}

.section3 .col-right .slides .item .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: 0.15rem 0.38rem;
}

/* section4 */
.section4 {
  background: url(../img/bg11.jpg) no-repeat 50%/cover;
}

.section4 .sec4-cont .cont-left {
  width: calc(70% - 0.3rem);
}

.section4 .sec4-cont .cont-left .item {
  width: calc(50% - 0.15rem);
}

.section4 .sec4-cont .cont-left .item:last-child {
  margin-right: 0;
}

.section4 .sec4-cont .cont-left .item .item-img {
  overflow: hidden;
}

.section4 .sec4-cont .cont-left .item .item-img .fitImg {
  padding-top: 60.9%;
}

.section4 .sec4-cont .cont-left .item .item-img img {
  width: 100%;
  object-fit: cover;
}

.section4 .sec4-cont .cont-left .item .item-tit {
  color: #222222;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section4 .sec4-cont .cont-left .item:hover .item-tit {
  color: #005199;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section4 .sec4-cont .cont-left .item .item-time {
  color: #666666;
  margin-top: 0.3rem;
}

.section4 .sec4-cont .cont-right {
  width: 30%;
}

.section4 .sec4-cont .cont-right .right-title {
  color: #666666;
  margin-bottom: 0.3rem;
}

.section4 .sec4-cont .cont-right .right-txt .dd {
  position: relative;
  padding-bottom: 0.35rem;
  display: inline-block;
  margin-bottom: 0.4rem;
  width: 100%;
}

.section4 .sec4-cont .cont-right .right-txt .dd:last-child {
  margin-bottom: 0;
}

.section4 .sec4-cont .cont-right .right-txt .dd::before {
  content: "";
  display: inline-block;
  width: 0.19rem;
  height: 0.02rem;
  background: #005199;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section4 .sec4-cont .cont-right .right-txt .dd .title {
  color: #222222;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.section4 .sec4-cont .cont-right .right-txt .dd .time {
  color: #666666;
}

.section4 .sec4-cont .cont-right .right-txt .dd:hover .title {
  color: #005199;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

/* footer */
.footer {
  background: #222222;
  padding: 0.8rem 0rem 0.42rem;
}

.footer .ft-top .top-left .logo img {
  height: 0.47rem;
}

.footer .ft-top .top-left .txt1 {
  margin-top: 0.4rem;
}

.footer .ft-top .top-left .txt1 p {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
  line-height: 0.36rem;
}
.footer .ft-top .top-left .txt1 a{
    color:#fff;
}
.footer .ft-top .top-left .txt1 a:hover{
    color:rgba(255,255,255,.8);
}
.footer .ft-top .top-mid {
  max-width: 6.5rem;
}

.footer .ft-top .top-mid .nav {
  display: flex;
  justify-content: space-between;
}

.footer .ft-top .top-mid .nav .nav-list:last-child {
  margin-right: 0;
}

.footer .ft-top .top-mid .nav .nav-list .dd {
  margin-bottom: 0.3rem;
}

.footer .ft-top .top-mid .nav .nav-list .dd a {
  color: #fff;
}

.footer .ft-top .top-mid .nav .nav-list .dt p {
  margin-bottom: 0.15rem;
}

.footer .ft-top .top-mid .nav .nav-list .dt p:last-child {
  margin-bottom: 0;
}

.footer .ft-top .top-mid .nav .nav-list .dt p a {
  color: #666666;
}

.footer .ft-top .top-mid .nav .nav-list .dt p a:hover {
  color: #fff;
}

.footer .ft-top .top-right .qrcode li {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 0.32rem;
  text-align: center;
}

.footer .ft-top .top-right .qrcode li img {
  width: 1rem;
}

.footer .ft-top .top-right .qrcode li:first-child {
  margin-left: 0;
}

.footer .ft-top .top-right .qrcode li p {
  margin-top: 0.25rem;
}

.footer .ft-bottom {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer .ft-bottom .cont {
  margin-top: 0.1rem;
}
.footer .ft-bottom a{
     color: rgba(255, 255, 255, 0.6);
}
.footer .ft-bottom a:hover{
  color: #fff;
}

.copyright {
  padding: 0.2rem 0;
  background: #1f1f1f;
  color: #666;
  text-align: center;
}

.copyright a {
  color: #666;
}

.copyright a:hover {
  color: rgba(102, 102, 102, 0.88);
}

/* inner-slide */
.inner-slide {
  position: relative;
  overflow: hidden;
}

.inner-slide .ban-img img {
  width: 100%;
  -webkit-animation: bs2 50s linear infinite;
  animation: bs2 50s linear infinite;
}

.inner-slide .wp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-slide .wp .slide-tit {
  color: #fff;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}

.inner-slide .wp .slide-tit::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.03rem;
  background: #fd6a2b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.inner-slide .wp .slide-tit span {
  position: relative;
  font-size: 0.3rem;
  margin-left: 0.35rem;
}

.inner-slide .wp .slide-tit span::before {
  content: "R";
  font-family: "gilroy";
  font-size: 0.13rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #ffffff;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 100%;
  position: absolute;
  left: -0.18rem;
  top: -0.18rem;
}

.inner-slide .wp .slide-txt {
  line-height: 0.3rem;
  color: #fff;
}

.subcat {
  margin-top: -0.8rem;
  position: relative;
  z-index: 2;
}

.subcat .wp {
  display: flex;
  align-items: center;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.subcat .wp a {
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  position: relative;
}

.subcat .wp a::before {
  content: "";
  display: inline-block;
  width: 0.01rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  right: 0;
  opacity: 0.3;
  top: 50%;
  transform: translateY(-50%);
}

.subcat .wp a:last-child::before {
  display: none;
}

.subcat .wp a.on {
  color: #fe4d00;
}

/* about */
.about1 {
  background: url(../img/bg_ab1.jpg) no-repeat 50%/cover;
}

.about1 .about1-top .top-left {
  width: 46%;
}

.about1 .about1-top .top-left .jianjie {
  margin-bottom: 0.65rem;
}

.about1 .about1-top .top-left .jianjie p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}

.about1 .about1-top .top-left .jianjie p:last-child {
  margin-bottom: 0;
}

.about1 .about1-top .top-right {
  width: 40%;
  flex-shrink: 0;
  text-align: right;
  position: relative;
}

.about1 .about1-top .top-right img {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.about1 .about1-top .top-right:before {
  content: "";
  border-radius: 100%;
  -webkit-animation: sk-spinner-pulse 1.5s infinite ease-in-out;
  animation: sk-pulse 1.5s infinite ease-in-out;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
}

.about1 .about1-top .top-right:after {
  content: "";
  border-radius: 100%;
  -webkit-animation: sk-pulse2 1s infinite ease-in-out;
  animation: sk-pulse2 1s infinite ease-in-out;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
}

.about1 .about1-cont {
  margin-top: 0.4rem;
}

.about1 .about1-cont .item {
  width: calc(20% - 0.3rem);
}

.about1 .about1-cont .item .item-top {
  border-bottom: 0.01rem solid #eaeaea;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  color: #005199;
  line-height: 1;
  font-family: "gilroy";
  display: flex;
  align-items: flex-end;
}

.about1 .about1-cont .item .item-top i {
  display: flex;
  font-style: inherit;
  line-height: 1;
}

.about1 .about1-cont .item .item-top b {
  font-size: 0.22rem;
  margin-left: 0.11rem;
  font-weight: normal;
}

.about1 .about1-cont .item .item-tit {
  color: #666666;
}

/* 发展历程 */
.history {
  background: #fff;
  padding-bottom: 1.62rem;
}

.history .history-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.history .history-cont .cont-left {
  width: 83%;
  position: relative;
  border-radius: 0.1rem;
}

.history .history-cont .cont-left::before {
  content: "";
  display: inline-block;
  width: 4.83rem;
  height: 1.7rem;
  background: url("../img/bn14.png") no-repeat 50% 50%;
  position: absolute;
  left: -0.35rem;
  bottom: -0.54rem;
}

.history .history-cont .cont-left::after {
  content: "";
  display: inline-block;
  width: 4.83rem;
  height: 1.7rem;
  background: url("../img/bn14.png") no-repeat 50% 50%;
  position: absolute;
  right: -0.35rem;
  top: -0.54rem;
}

.history .history-cont .cont-left .item {
  display: flex;
  position: relative;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.history .history-cont .cont-left .item .item-img {
  width: 46%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.history .history-cont .cont-left .item .item-img img {
  width: 100%;
  border-radius: 0.1rem;
}

.history .history-cont .cont-left .item .item-txt {
  width: 54%;
  padding: 8% 5%;
  position: relative;
}

.history .history-cont .cont-left .item .item-txt .item-time {
  position: absolute;
  top: 6%;
  color: rgba(240, 240, 240, 0.7);
  font-family: "gilroy";
  font-size: 1.61rem;
}

.history .history-cont .cont-left .item .item-txt p {
  font-size: 0.18rem;
  color: #666666;
  position: relative;
  padding-left: 0.15rem;
  margin-bottom: 0.15rem;
  line-height: 0.28rem;
  position: relative;
  z-index: 2;
}

.history .history-cont .cont-left .item .item-txt p:last-child {
  margin-bottom: 0;
}

.history .history-cont .cont-left .item .item-txt p::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #999999;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.history .history-cont .cont-left .item .item-txt .item-bottom {
  font-size: 0.36rem;
  color: #666666;
}

.history .history-cont .cont-left .item .item-time2 {
  position: absolute;
  bottom: 12%;
  right: 0;
  font-size: 0.7rem;
  color: #f0f0f0;
  font-family: "gilroy-bold";
  width: 54%;
  padding: 0rem 5%;
}

.history .history-cont .cont-left .item .item-time2 img {
  height: 0.71rem;
}

.history .history-cont .cont-right {
  position: absolute;
  width: 1.82rem;
  overflow: hidden;
  top: -0.88rem;
  right: 0;
  height: 6.72rem;
}

.history .history-cont .cont-right .swiper-container {
  height: 96%;
  padding-top: 0.5rem;
  z-index: 3;
}

.history .history-cont .cont-right .right-list {
  font-size: 0.2rem;
  color: #999999;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  padding-left: 0.15rem;
}

.history .history-cont .cont-right .right-list span {
  position: relative;
  display: inline-block;
  width: 0.7rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.history .history-cont .cont-right .right-list span::before {
  content: "";
  display: inline-block;
  width: 0.57rem;
  height: 0.57rem;
  background: url(../img/bn18.png) no-repeat 50% 50%;
  position: absolute;
  right: -0.77rem;
  top: -0.1rem;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  background-size: 0.57rem;
}

.history .history-cont .cont-right .right-list.swiper-slide-thumb-active {
  color: #005199;
  font-weight: bolder;
  font-size: 0.36rem;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.history .history-cont .cont-right .right-list.swiper-slide-thumb-active span::before {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.history .history-cont .cont-right .right-arrow {
  position: absolute;
  right: 0.42rem;
  top: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0.14rem;
}

.history .history-cont .cont-right .right-arrow .right-arrow-x {
  height: calc(100% - 0.16rem);
  background: url(../img/bn15.png) repeat-y;
  width: 0.01rem;
}

/* 企业文化 */
.about4 {
  padding: 5% 0;
  background: url(../img/bg1.jpg) no-repeat 50%/cover;
}

.culture {
  padding-top: 0;
  background: #fff;
  padding-bottom: 0;
}

.culture .culture-content {
  position: relative;
}

.culture .culture-content .item-img img {
  width: 100%;
  display: block;
}

.culture .culture-content .item-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.culture .culture-content .item-txt .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  position: relative;
}

.culture .culture-content .item-txt .item::before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 0.05rem;
  background: #fd6a2b;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.culture .culture-content .item-txt .item:hover {
  background: rgba(0, 0, 0, 0.24);
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.culture .culture-content .item-txt .item:hover::before {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.culture .culture-content .item-txt .item:hover .item-txt2 {
  margin-top: 0.65rem;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.culture .culture-content .item-txt .item .item-icon {
  text-align: center;
}

.culture .culture-content .item-txt .item .item-icon img {
  width: 0.63rem;
}

.culture .culture-content .item-txt .item .item-title {
  text-align: center;
}

.culture .culture-content .item-txt .item .item-title .dd {
  color: #ffffff;
  margin-top: 0.4rem;
  margin-bottom: 0.15rem;
}

.culture .culture-content .item-txt .item .item-title .dt {
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
}

.culture .culture-content .item-txt .item .item-txt2 {
  padding: 0rem 0.4rem;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  height: 1.7rem;
}

.culture .culture-content .item-txt .item .item-txt2 p {
  line-height: 0.3rem;
  color: #fff;
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture .culture-content .item-txt .item .item-txt2 p:last-child {
  margin-bottom: 0;
}

.culture .culture-content .item-txt .item .item-txt2 p::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  border-radius: 100%;
  position: relative;
  left: 0;
  top: -0.03rem;
  margin-right: 0.15rem;
}

.culture .culture-content .item-txt .item .item-txt2 p.on {
  text-align: center;
  font-size: 0.22rem;
  text-align: center;
  justify-content: center;
  padding-left: 0rem;
}

.culture .culture-content .item-txt .item .item-txt2 p.on::before {
  display: none;
}

.culture .culture-content .item-txt .item:nth-child(2) .po_list_txt p {
  display: block;
}

.culture .culture-content .item-txt .item:nth-child(2) .po_list_txt p::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.culture .culture-content .item-txt .item:nth-child(4) .po_list_txt p:last-child:before {
  display: none;
}

.culture .culture-content .item-txt .item:nth-child(3) .po_list_txt p {
  justify-content: flex-start;
  padding-left: 6.252vw;
}

.culture .culture-content .item-txt .item:nth-child(1) .po_list_txt p {
  justify-content: flex-start;
  padding-left: 6.252vw;
}

.about4 .list li .item .pic {
  background: #fff;
  border: 0.06rem solid #ddd;
}

.about4 .list li .item .pic img {
  max-width: 12.7343vw;
  max-height: 9.1666vw;
}

.about5 .list li .item {
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  padding: 0.1rem;
}

/* 新闻 */
.crumbs {
  padding: 0.22rem 0;
  color: #999;
}

.crumbs a {
  color: #999;
}

.crumbs a:hover {
  color: #005199;
}

.g-type {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0.3rem;
}

.news .list li .item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #dedede;
}

.news .list li .item .time {
  color: #707d8f;
}

.news .list li .item .time i {
  margin-right: 0.1rem;
}

.news .list li .item .tit {
  margin: 0.2rem 0;
}

.news .list li .item .desc {
  color: #666;
  margin-bottom: 0.35rem;
}

.news .list li .item .info {
  max-width: 88%;
}

/* 分页 */
.pages li {
  margin: 0 0.08rem;
}

.pages li a {
  height: 0.41rem;
  padding: 0 0.15rem;
  min-width: 0.41rem;
  border-radius: 0.05rem;
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all ease 0.3s;
}

.pages li:hover a, .pages li.active a {
  background: #005199;
  border-color: #005199;
  color: #fff;
}

/* 文章详情 */
.detail .news-date {
  padding: 0.25rem 0;
  color: #707d8f;
}

.detail .news-date i {
  margin-right: 0.1rem;
}

.detail .news-cont {
  padding-top: 0.4rem;
  border-top: 1px solid #e2e5e9;
  line-height: 1.65;
}

.detail .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .news-cont p {
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.26rem;
}

.detail .news-share {
  padding: 0.4rem 0;
}

.detail .news-share .social-share a {
  margin: 0 0.1rem;
}

.detail .news-share .social-share a:hover {
  opacity: 0.888;
}

.detail .news-share .social-share .icon-wechat {
  background: #43ab35;
  color: #fff;
}

.detail .news-share .social-share .icon-qq {
  background: #284f92;
  color: #fff;
  border-color: #284f92;
}

.detail .news-share .social-share .icon-weibo {
  background: #e41523;
  color: #fff;
}

.detail .news-sxp {
  padding: 0.25rem 0;
  border-top: 1px solid #ddd;
}

.detail .news-sxp li {
  max-width: 50%;
}

.detail .news-sxp li a {
  display: block;
}

/* contact */
.contact .info-box .left {
  width: 5.4rem;
  flex-shrink: 0;
}

.contact .info-box h2 {
  line-height: 1.3182;
  color: rgba(0, 0, 0, 0.8);
}

.contact .info-box .list {
  margin-top: 0.5rem;
}

.contact .info-box .item {
  display: flex;
  align-items: center;
  height: 0.9rem;
  background: #f3f3f3;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0.36rem;
}

.contact .info-box .item:last-child {
  margin-bottom: 0;
}

.contact .info-box i {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../img/addr_icon.png) no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
}

.contact .info-box .tel-icon {
  background-image: url(../img/tel_icon.png);
}

.contact .info-box .email-icon {
  background-image: url(../img/email_icon.png);
}

.contact .info-box p {
  line-height: 1.3158;
  color: rgba(0, 0, 0, 0.8);
}

.contact .info-box .map {
  display: block;
  width: 8.9rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.contact .online-box {
  background: url(../img/online_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.contact .online-box .com-tit {
  color: #fff;
}

.contact .online-box .main {
  margin-top: 0.34rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.47rem 1rem 0.53rem;
}

.contact .online-box .section {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.contact .online-box .section-long {
  display: block;
}

.contact .online-box .item {
  width: 100%;
  max-width: 4.2rem;
}

.contact .online-box .name {
  line-height: 1.3125;
  color: #4d4d4d;
  margin-bottom: 0.13rem;
}

.contact .online-box span {
  color: #e50012;
}

.contact .online-box .text,
.contact .online-box select {
  display: block;
  width: 100%;
  height: 0.46rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 0.2rem;
  background: #f3f3f3;
  border: 0;
  font-size: inherit;
  outline: none;
  border-radius: 0.04rem;
}

.contact .online-box .vcode-text {
  width: 2.2rem;
}

.contact .online-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow_hb.png) no-repeat right 0.16rem center;
  background-size: 0.1rem 0.06rem;
}

.contact .online-box img.verifyCode {
  display: block;
  width: 1.47rem;
  height: 0.46rem;
  object-fit: cover;
  border-radius: 0.04rem;
  margin-left: 0.1rem;
}

.contact .online-box textarea {
  display: block;
  width: 100%;
  height: 1rem;
  font-size: 0.14rem;
  padding: 0.13rem 0.2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.contact .online-box .select-goal {
  position: relative;
  z-index: 10;
  background: #f3f3f3;
  border-radius: 0.04rem;
}

/* 下载中心 */
.download .item {
  background-color: #f5f5f5;
}

.download .item .fitImg {
  padding-top: 58.47%;
}

.download .item .text {
  padding: 0.25rem 0.2rem;
}

.download .item .text .rights {
  color: #707d8f;
}

.download .item .text .rights i {
  margin-left: 0.1rem;
}

.download .item .text .lefts .icon {
  width: 0.24rem;
  margin-right: 0.1rem;
}

.download .item .text .lefts p {
  color: #1a1a1a;
  line-height: 30px;
}

.download .item .text .lefts .tit {
  margin-right: 0.1rem;
}

.download .item:hover .tit {
  color: #005199 !important;
}

/* 合作&案例 */
.case .list .item {
  position: relative;
}

.case .list .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.case .list .item .fitImg {
  padding-top: 69.23%;
}

.case .list .item .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 1;
  padding: 0.15rem;
}

/* capacity */
.capacity {
  padding-bottom: 0.6rem;
}

.capacity .box1 {
  margin-bottom: 0.3rem;
}

.capacity .box1 .xm4 {
  position: relative;
  z-index: 1;
}

.capacity .box1 .xm8 {
  position: relative;
  z-index: 0;
}

.capacity .box1 .info {
  background-color: #f5f5f5;
  padding: 0.4rem 0.5rem;
  height: 80%;
  z-index: 22;
  position: relative;
  margin: 0.4rem -0.5rem 0 0;
  transition: all 0.3s ease-in-out;
}

.capacity .box1 .info .tit {
  margin-bottom: 0.12rem;
}

.capacity .box1 .info .desc {
  line-height: 1.5;
  color:#666;
}

.capacity .box1 .info:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.capacity .gh-slides1 .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}

.capacity .gh-slides1 .swiper-pagination span {
  background: #005199;
  margin: 0rem 0.03rem;
}

.capacity .gh-slides1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #005199;
}

.page-cont {
  line-height: 1.65;
}

.page-cont img {
  max-width: 100% !important;
  height: auto !important;
}

/* 解决方案 */
.sec-type2 {
  margin-bottom: 0.35rem;
}

.sec-type2 .desc {
  margin-top: 0.15rem;
  color:#666;
}

.solute .sol1 {
  margin: 0.4rem 0 0.2rem;
}

.solute .Solution_list {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding-top: 0.3rem;
}

.solute .Solution_list .Solution_li {
  width: auto;
  flex: 1;
  -webkit-transition: all 0.5s;
  position: relative;
}

.solute .Solution_list .Solution_li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  opacity: 1;
}

.solute .Solution_list .Solution_li .item-txt {
  position: absolute;
  padding: 0.25rem;
  width: 100%;
  z-index: 1;
  top: 0;
  color: #fff;
}

.solute .Solution_list .Solution_li .item-txt .tit {
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.solute .Solution_list .Solution_li .img {
  height: 5.8rem;
  position: relative;
}

.solute .Solution_list .Solution_li .img img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
}

.solute .Solution_list .Solution_li:hover, .solute .Solution_list .Solution_li.active {
  flex: 3;
}

.solute .Solution_list .Solution_li:hover::after, .solute .Solution_list .Solution_li.active::after {
  visibility: hidden;
  opacity: 0;
}

.solute .sol2 {
  margin-bottom: 0.25rem;
}

.solute .sol3 {
  background-color: #f5f5f5;
}

.solute .sol3 .swiper-wrapper {
  padding-bottom: 0.5rem;
}

.solute .sol3 .item .fitImg {
  padding-top: 52.17%;
}

.solute .sol3 .item .item-txt {
  background: #fff;
  padding: 0.3rem;
}

.solute .sol3 .item .item-txt .tit {
  line-height: 1.5;
  min-height: 3em;
  color:#666;
}
