.jigou {
  font-size: 0.18rem;
  position: relative;
  z-index: 3;
}
.jigou ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.jigou ul li {
  width: 33.333%;
  height: 0.74rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.jigou ul li a:hover {
  color: #025398;
  font-weight: bold;
}
.jigou h4 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #025398;
}
.jigou .box {
  border-left: 2px solid #e6c291;
  padding-left: 0.5rem;
}
.jigou .box + .box {
  margin-top: 0.5rem;
}
/**/
.news {
  position: relative;
  z-index: 3;
  font-size: 0.16rem;
}
.news .bd li:first-child a,
.news .bd li:nth-child(2) a {
  border-top: 1px solid #e2e2e2;
}
.news .bd li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.38rem 0.22rem;
}
.news .bd li a::before {
  content: "";
  border-radius: 0.2rem 0;
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.3s;
  left: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: url(../images/5_03.jpg) left bottom no-repeat #025398;
  background-size: 100% auto;
}
.news .bd li a:hover::before {
  height: 100%;
}
.news .bd li a:hover,
.news .bd li a:hover p,
.news .bd li a:hover dl dt {
  color: #fff;
}
.news .bd li a:hover h4 {
  color: #e6c291;
}
.news .bd li a:hover dl {
  background: #e6c291;
}
.news .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.news .bd ul li {
  width: 50%;
  padding: 0 0.2rem;
}
.news .bd ul dl {
  width: 0.92rem;
  position: relative;
  z-index: 3;
  height: 0.92rem;
  text-align: center;
  padding-top: 0.08rem;
  margin-right: 0.2rem;
  border: 1px solid #025398;
}
.news .bd ul .flex_item {
  position: relative;
  z-index: 3;
}
.news .bd ul dl dt {
  font-size: 0.36rem;
  color: #025398;
}
.news .bd ul p {
  line-height: 0.3rem;
  color: #6c6c6c;
  overflow: hidden;
  white-space: normal;
  margin-top: 0.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .bd ul h4 {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.6rem;
}
/**/
.videolists {
  position: relative;
  z-index: 3;
  font-size: 0.2rem;
}
.videolists .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.12rem;
}
.videolists .bd ul li {
  width: 33.333%;
  text-align: center;
  padding: 0.12rem;
}
.videolists .bd ul li a {
  display: block;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.videolists .bd ul li a img {
  height: 2.14rem;
}
.videolists .bd ul li p {
  line-height: 0.7rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.videolists .bd ul li a:hover {
  color: #fff;
  background: #025398;
}
.videolists .bd ul li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  background: url(../images/3_06.png) center no-repeat;
  background-size: 100% 100%;
}
.videolists .bd ul li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
}
/**/
.newslists {
  position: relative;
  z-index: 3;
  font-size: 0.16rem;
}
.newslists .bd ul {
  border-top: 1px solid #e2e2e2;
}
.newslists .bd li a {
  line-height: 0.7rem;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.newslists .bd li a .flex_item {
  font-size: 0.2rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newslists .bd li a:before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  border-bottom: 1px solid #025398;
}
.newslists .bd li a:hover:before {
  width: 100%;
}
/**/
.newspiclists {
  position: relative;
  font-size: 0.16rem;
  z-index: 3;
}
.newspiclists ul {
  border-top: 1px solid #e2e2e2;
}
.newspiclists ul li {
  border-bottom: 1px solid #e2e2e2;
}
.newspiclists ul a {
  display: flex;
  padding: 0.24rem;
  position: relative;
  align-items: flex-start;
}
.newspiclists ul a::before {
  content: "";
  border-radius: 0.2rem 0;
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.3s;
  left: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: url(../images/4_02.png) left bottom no-repeat #025398;
  background-size: 100% auto;
}
.newspiclists ul a:hover::before {
  height: 100%;
}
.newspiclists ul a:hover,
.newspiclists ul a:hover p {
  color: #fff;
}
.newspiclists ul a:hover h4,
.newspiclists ul a:hover dt span {
  color: #e6c291;
}
.newspiclists ul a:hover dl,
.newspiclists ul a:hover dd {
  border-color: #e6c291;
}
.newspiclists ul a:hover dl dd {
  background: url(../images/4_10.png) center no-repeat;
  background-size: 0.23rem auto;
}
.newspiclists ul a .pic {
  margin-right: 0.25rem;
  width: 30%;
  z-index: 3;
}
.newspiclists ul a .pic img {
  height: 1.92rem;
}
.newspiclists ul a dl {
  text-align: right;
  margin-left: 0.55rem;
  position: relative;
  z-index: 3;
  border-top: 2px solid #025398;
}
.newspiclists ul a dl dt {
  padding: 0.1rem 0;
}
.newspiclists ul a dl dt span {
  color: #025398;
  font-size: 0.36rem;
}
.newspiclists ul a dl dd {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #025398;
  width: 0.6rem;
  background: url(../images/4_06.png) center no-repeat;
  background-size: 0.23rem auto;
  height: 0.6rem;
}
.newspiclists ul a .flex_item {
  position: relative;
  z-index: 3;
}
.newspiclists ul a p {
  color: #6c6c6c;
  line-height: 0.3rem;
  margin-top: 0.15rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.newspiclists ul a h4 {
  font-weight: bold;
  font-size: 0.2rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/**/
.team {
  position: relative;
  z-index: 3;
  font-size: 0.2rem;
}
.team ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.team ul li {
  width: 50%;
  padding: 0 0.2rem;
  line-height: 0.36rem;
}
.team ul li:first-child .flex,
.team ul li:nth-child(2) .flex {
  border-top: 1px solid #e2e2e2;
}
.team ul li .flex {
  padding: 0.3rem 0;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.team ul li .flex::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.3s;
  left: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: url(../images/5_03.jpg) left bottom no-repeat #025398;
  background-size: 100% auto;
}
.team ul li .flex:hover::before {
  height: 100%;
}
.team ul li .flex:hover {
  font-weight: bold;
  color: #e6c291;
}
.team ul li .flex:hover .flex_item:first-child span {
  color: #e6c291;
  border-color: #e6c291;
}
.team ul li .flex .flex_item {
  position: relative;
  z-index: 3;
}

.team ul li .flex .flex_item:first-child span {
  padding-left: 0.2rem;
  display: inline-block;
  color: #025398;
  border-left: 2px solid #025398;
}
.team ul li .flex span {
  display: inline-block;
}
.team ul li .flex span + span {
  margin-left: 0.15rem;
}
/**/
.newsitem {
  font-size: 0.16rem;
  position: relative;
  z-index: 3;
}
.newsitem .hd {
  padding-left: 0.2rem;
  border-left: 2px solid #025398;
}
.newsitem .hd h1 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #025398;
  margin-bottom: 0.15rem;
}
.newsitem .hd p span {
  color: #6c6c6c;
  padding-right: 0.2rem;
}
.newsitem .bd {
  padding: 0.3rem 0;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.newsitem .ft {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
  line-height: 0.36rem;
  border-top: 1px solid #e2e2e2;
}
.newsitem .ft li {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsitem .ft .back {
  text-align: center;
  color: #025398;
  margin-left: 0.15rem;
}
.newsitem .ft .back i {
  display: block;
  margin: 0 auto;
  width: 0.27rem;
  height: 0.22rem;
  background: url(../images/newsitem_09.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner .swiper-pagination {
  bottom: 0.2rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
}
.homepage .banner img {
  width: 100%;
}
.homepage .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
}
.homepage .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.06rem;
}
.homepage .title {
  display: flex;
  align-items: center;
}
.homepage .title a {
  color: #025398;
}
.homepage .title .flex_item {
  font-weight: bold;
  color: #025398;
  font-size: 0.32rem;
}
.homepage .one {
  padding: 0.38rem 0;
  background: url(../images/zhbj.jpg) center no-repeat;
  background-size: cover;
}
.homepage .one ul li {
  line-height: 0.38rem;
  position: relative;
  padding-left: 0.17rem;
}
.homepage .one ul li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #757575;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .one ul li a span {
  color: #757575;
}
.homepage .one ul li a {
  display: flex;
  align-items: center;
}
.homepage .one ul li:hover .flex_item {
  font-weight: bold;
}
.homepage .one ul li .flex_item {
  font-size: 0.18rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .one .in {
  display: flex;
}
.homepage .one .side {
  border-left: 1px solid #dadada;
  padding-left: 0.26rem;
  margin-left: 0.26rem;
  width: 33%;
}
.homepage .one .side ul {
  margin-top: 0.1rem;
}
.homepage .one .side .box + .box {
  border-top: 1px solid #dadada;
  padding-top: 0.15rem;
  margin-top: 0.15rem;
}
.homepage .one .bd .box {
  margin-right: 0.2rem;
  width: 6.4rem;
  max-width: 100%;
}
.homepage .one .bd .box img {
  height: 3.59rem;
}
.homepage .one .bd {
  margin-top: 0.1rem;
}
.homepage .one .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0.6rem;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .two {
  padding: 0.5rem 0;
  font-size: 0.18rem;
  text-align: center;
  background: url(../images/homebg.jpg) center no-repeat;
  background-size: cover;
}
.homepage .two .bd {
  margin-top: 0.3rem;
}
.homepage .two .bd a {
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  color: #505050;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
.homepage .two .bd a:hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #2db0de, #3079b0);
}
.homepage .two .bd a:hover img {
  filter: brightness(100);
}
.homepage .two .bd a img {
  width: 0.65rem;
  transition: all 0s;
  margin-bottom: 0.1rem;
}
.homepage .two .swiper-pagination {
  position: static;
  margin-top: 0.3rem;
}
.homepage .two .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.homepage .two .swiper-pagination-bullet-active {
  background: #025398;
}
.homepage .three {
  padding: 0.4rem 0;
  background: url(../images/xbbj.jpg) center no-repeat;
  background-size: cover;
}
.homepage .three .in {
  display: flex;
  justify-content: space-between;
}
.homepage .three .box {
  width: 31.5%;
  transition: all 0.3s;
  border: 1px solid #ececec;
  background: #fff;
}
.homepage .three .box .bd {
  font-size: 0.18rem;
  line-height: 0.6rem;
  padding: 0.2rem;
}
.homepage .three .box .bd ul {
  border-top: 1px solid #ececec;
}
.homepage .three .box .bd li {
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ececec;
}
.homepage .three .box .bd li a:hover {
  font-weight: bold;
}
.homepage .three .title {
  padding: 0 0.2rem;
  height: 0.78rem;
  position: relative;
}
.homepage .three .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: url(../images/home_32.png) right bottom no-repeat #025398;
  background-size: auto 100%;
  transition: all 0.3s;
}
.homepage .three .box:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.homepage .three .box:hover .title::before {
  height: 100%;
}
.homepage .three .box:hover .title .flex_item,
.homepage .three .box:hover .title a {
  color: #fff;
  position: relative;
  z-index: 4;
}
.homepage .four {
  padding: 0.4rem 0;
  position: relative;
  background: #f7f7f7;
}
.homepage .four::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/whbj.png) center no-repeat;
  background-size: cover;
  border-radius: 0 0.4rem 0 0;
}
.homepage .four::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/ztnj.png) center no-repeat;
  background-size: cover;
  border-radius: 0.4rem 0 0 0;
}
.homepage .four .title {
  margin-bottom: 0.2rem;
}
.homepage .four .in {
  display: flex;
  justify-content: space-between;
}
.homepage .four .right .swiper {
  height: 4.6rem;
  margin: -0.1rem;
}
.homepage .four .right .swiper-slide {
  text-align: center;
  height: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem;
}
.homepage .four .right .swiper-slide a,
.homepage .four .right .swiper-slide .pic,
.homepage .four .right .swiper-slide img {
  height: 100%;
  width: 100%;
}
.homepage .four .box {
  width: 46%;
  position: relative;
  z-index: 3;
}
.homepage .four .right .swiper-pagination {
  position: static;
  margin-top: 0.1rem;
}
.homepage .four .right .swiper-pagination-bullet {
  background: #e6c291;
  opacity: 1;
}
.homepage .four .right .swiper-pagination-bullet-active {
  background: #025398;
}
.homepage .four .left {
  font-size: 0.18rem;
  text-align: center;
}
.homepage .four .left .ft {
  width: 472px;
  font-size: 0.18rem;
  position: relative;
  background: #fff;
  z-index: 8;
  margin: -0.6rem 0 0 0.3rem;
}
.homepage .four .left .ft .swiper-slide {
  padding: 0.2rem 0;
  cursor: pointer;
}
.homepage .four .left .ft i {
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.3s;
  display: inline-block;
}
.homepage .four .left .ft .i1 {
  background: url(../images/home_42.png) left top no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .i2 {
  background: url(../images/home_45.png) left top no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .i3 {
  background: url(../images/home_47.png) left top no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .i4 {
  background: url(../images/home_44.png) left top no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .swiper-slide-thumb-active {
  color: #fff;
  background: #045498;
}
.homepage .four .left .ft .swiper-slide-thumb-active .i1 {
  background: url(../images/home_42.png) left bottom no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .swiper-slide-thumb-active .i2 {
  background: url(../images/home_45.png) left bottom no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .swiper-slide-thumb-active .i3 {
  background: url(../images/home_47.png) left bottom no-repeat;
  background-size: 100% auto;
}
.homepage .four .left .ft .swiper-slide-thumb-active .i4 {
  background: url(../images/home_44.png) left bottom no-repeat;
  background-size: 100% auto;
}
.mask {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
}
.mask .search {
  display: flex;
  align-items: center;
  width: 5.5rem;
  background: #fff;
  font-size: 0.18rem;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mask .search .input {
  width: 100%;
  height: 0.45rem;
  font-size: 0.18rem;
  padding-left: 0.15rem;
}
.mask .search .btn {
  height: 0.45rem;
  font-size: 0.18rem;
  color: #fff;
  width: 1.2rem;
  background: #025398;
}
.mask .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  cursor: pointer;
  background: url(../images/close.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
