*,
::after,
::before {
  box-sizing: border-box;
}
/* 初始化CSS  重置浏览器样式*/
li{
list-style: none;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0 none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 0.42666667rem;
  background-color: #f8fafb;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transition: 0.5s all;
  font-size: 0.42666667rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #015293;
}
html {
  font-size: 10vw;
}
.topBar ul {
  display: flex;
  padding: 0.13333333rem 0.4rem;
  border-bottom: solid 0.02666667rem #f5f5f5;
}
.topBar li a {
  display: inline-block;
  line-height: 0.42666667rem;
  border-right: solid 0.02666667rem #4d4d4d;
  padding: 0 0.26666667rem;
}
.topBar li:first-child a {
  padding: 0 0.26666667rem 0 0;
}
.topBar li:last-child a {
  border-right: 0;
}
.topLogo {
  padding: 0.26666667rem 0;
}
.topLogo a {
  display: block;
  width: 8.2rem;
  height: 1.08rem;
  margin: 0 auto;
}
.topMenu ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #015293;
  padding: 0.26666667rem 0;
}
.topMenu ul li {
  width: 25%;
}
.topMenu ul li a {
  display: block;
  height: 0.8rem;
  font-size: 0.45333333rem;
  color: #FFF;
  text-align: center;
  line-height: 0.8rem;
  position: relative;
}
.topMenu ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  width: 0.66666667rem;
  height: 0.08rem;
  background-color: #f9cb5d;
  border-radius: 0.04rem;
  margin-left: -0.33333333rem;
  display: none;
}
.topMenu ul li.on a {
  font-weight: 600;
}
.topMenu ul li.on a::before {
  display: block;
}
.searchBox {
  overflow: hidden;
}
.searchBox form {
  width: 8rem;
  height: 0.8rem;
  border: solid 0.02666667rem #c8c8c8;
  margin: 0.26666667rem auto 0;
  display: flex;
}
.searchBox form .searchTxt {
  display: block;
  height: 100%;
  padding: 0 0.13333333rem;
  font-size: 0.32rem;
  flex: 1;
}
.searchBox form .searchBtn {
  display: block;
  background: url(../images/icon_fdj.png) no-repeat center center;
  background-size: 70%;
  width: 0.74666667rem;
  height: 0.74666667rem;
}
.headNews {
  overflow: hidden;
}
.headNews a {
  display: block;
  width: 8rem;
  font-size: 0.48rem;
  color: #015293;
  text-align: center;
  margin: 0.26666667rem auto 0;
  font-weight: 600;
}
.yxggBox {
  margin: 0.4rem 0.26666667rem 0;
  background-color: #FFF;
  padding: 0.13333333rem;
}
.yxggBox .yxggPhotoSlide {
  width: 9.2rem;
  height: 6.13333333rem;
}
.yxggBox .yxggPhotoSlide .swiper-slide {
  width: 9.2rem;
  height: 6.13333333rem;
}
.yxggBox .yxggPhotoSlide .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.yxggBox .yxggPhotoSlide .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.yxggBox .yxggPhotoSlide .swiper-slide .mask {
  width: 100%;
  height: 0.8rem;
  background-color: #015293;
  opacity: .6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.yxggBox .yxggPhotoSlide .swiper-slide .tit {
  width: 7.33333333rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.yxggBox .yxggPhotoSlide .swiper-slide .tit a {
  display: block;
  width: 7.33333333rem;
  height: 0.8rem;
  padding-left: 0.26666667rem;
  line-height: 0.8rem;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yxggBox .yxggPhotoSlide .swiper-pagination-yxggPhoto {
  width: 1.86666667rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  z-index: 3;
  text-align: center;
  line-height: 0.8rem;
}
.yxggBox .yxggPhotoSlide .swiper-pagination-yxggPhoto .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: .3;
  width: 0.13333333rem;
  height: 0.13333333rem;
  vertical-align: middle;
}
.yxggBox .yxggPhotoSlide .swiper-pagination-yxggPhoto .swiper-pagination-bullet-active {
  background-color: #FFF;
  opacity: 1;
}
.yxggBox .ywggTxtSlide {
  margin-top: 0.26666667rem;
  position: relative;
}
.yxggBox .ywggTxtSlide .swiper-container {
  padding-top: 0.93333333rem;
}
.yxggBox .ywggTxtSlide .swiper-slide ul li {
  margin-bottom: 0.4rem;
}
.yxggBox .ywggTxtSlide .swiper-slide ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.yxggBox .ywggTxtSlide .swiper-slide .more {
  position: absolute;
  right: 0;
  top: -0.93333333rem;
  width: 1.33333333rem;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  text-align: center;
  color: #999;
}
.yxggBox .ywggTxtSlide .swiperControl {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  z-index: 9;
}
.yxggBox .ywggTxtSlide .swiperControl li {
  width: 1.86666667rem;
  height: 0.66666667rem;
  margin-right: 0.26666667rem;
  line-height: 0.66666667rem;
}
.yxggBox .ywggTxtSlide .swiperControl li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 0.2rem;
  text-align: center;
}
.yxggBox .ywggTxtSlide .swiperControl li.on a {
  background-color: #015293;
  color: #FFF;
  font-weight: 600;
}
.fulBanner {
  width: 9.2rem;
  height: 1.56rem;
  display: block;
  margin: 0.26666667rem auto 0;
}
.wygsBox {
  margin: 0.4rem 0.26666667rem 0;
  background-color: #FFF;
  padding: 0.13333333rem;
}
.wygsBox .title {
  position: relative;
  margin-top: 0.26666667rem;
}
.wygsBox .title h2 {
  font-size: 0.53333333rem;
  color: #015293;
  font-weight: 600;
  line-height: 1;
  border-left: solid 0.05333333rem #015293;
  padding-left: 0.13333333rem;
}
.wygsBox .title .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 1.33333333rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  color: #999;
}
.wygsBox .photoList {
  display: flex;
  justify-content: space-between;
  margin-top: 0.26666667rem;
}
.wygsBox .photoList li {
  width: 4.46666667rem;
  height: 2.97333333rem;
  overflow: hidden;
  position: relative;
}
.wygsBox .photoList li .mask {
  width: 100%;
  height: 0.8rem;
  background-color: #000;
  opacity: .6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.wygsBox .photoList li .tit {
  width: 4.46666667rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.wygsBox .photoList li .tit a {
  display: block;
  width: 4.46666667rem;
  height: 0.8rem;
  padding-left: 0.26666667rem;
  line-height: 0.8rem;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wygsBox .txtList {
  margin-top: 0.26666667rem;
}
.wygsBox .txtList li {
  margin-bottom: 0.4rem;
}
.wygsBox .txtList li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.hyBanner {
  margin: 0.26666667rem 0.4rem 0;
}
.hyBanner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hyBanner ul li {
  width: 4.46666667rem;
  height: 1.57333333rem;
}
.hyBanner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hyBanner ul li:nth-child(1) {
  margin-bottom: 0.26666667rem;
}
.hyBanner ul li:nth-child(2) {
  margin-bottom: 0.26666667rem;
}
.zxgkBox {
  margin: 0.4rem 0.26666667rem 0;
  background-color: #FFF;
  padding: 0.13333333rem 0.13333333rem 0.4rem;
}
.zxgkBox .title {
  position: relative;
  margin-top: 0.26666667rem;
}
.zxgkBox .title h2 {
  font-size: 0.53333333rem;
  color: #015293;
  font-weight: 600;
  line-height: 1;
  border-left: solid 0.05333333rem #015293;
  padding-left: 0.13333333rem;
}
.zxgkBox .title .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 1.33333333rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  color: #999;
}
.zxgkBox .gkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.26666667rem;
  padding-left: 2.66666667rem;
  position: relative;
}
.zxgkBox .gkList li {
  width: 3.13333333rem;
  height: 1.12rem;
  background-color: #f4f6f9;
}
.zxgkBox .gkList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.zxgkBox .gkList li a::before {
  content: '';
  display: inline-block;
  width: 0.66666667rem;
  height: 0.66666667rem;
  border-radius: 0.26666667rem;
  box-shadow: 0 0 0.26666667rem #ced7ec;
  margin-right: 0.13333333rem;
}
.zxgkBox .gkList li:nth-child(1) {
  width: 2.4rem;
  height: 2.50666667rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.zxgkBox .gkList li:nth-child(1) a {
  flex-direction: column;
}
.zxgkBox .gkList li:nth-child(1) a::before {
  background: url(../images/icon_zxgk_01.png) no-repeat center center #015293;
  background-size: 50% 50%;
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 50%;
  margin: 0 0 0.13333333rem 0;
}
.zxgkBox .gkList li:nth-child(2) {
  margin-bottom: 0.26666667rem;
}
.zxgkBox .gkList li:nth-child(2) a::before {
  background: url(../images/icon_zxgk_02.png) no-repeat center center #015293;
  background-size: 70%;
}
.zxgkBox .gkList li:nth-child(3) {
  margin-bottom: 0.26666667rem;
}
.zxgkBox .gkList li:nth-child(3) a::before {
  background: url(../images/icon_zxgk_03.png) no-repeat center center #015293;
  background-size: 70%;
}
.zxgkBox .gkList li:nth-child(4) a::before {
  background: url(../images/icon_zxgk_04.png) no-repeat center center #015293;
  background-size: 70%;
}
.zxgkBox .gkList li:nth-child(5) a::before {
  background: url(../images/icon_zxgk_05.png) no-repeat center center #015293;
  background-size: 70%;
}
.mtbdBox {
  margin: 0.4rem 0.26666667rem 0;
  background-color: #FFF;
  padding: 0.13333333rem 0.13333333rem 0.4rem;
}
.mtbdBox .title {
  position: relative;
  margin-top: 0.26666667rem;
}
.mtbdBox .title h2 {
  font-size: 0.53333333rem;
  color: #015293;
  font-weight: 600;
  line-height: 1;
  border-left: solid 0.05333333rem #015293;
  padding-left: 0.13333333rem;
}
.mtbdBox .title .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 1.33333333rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  color: #999;
}
.mtbdBox .title ul {
  display: flex;
  width: 4.26666667rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.mtbdBox .title ul li {
  width: 2rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
}
.mtbdBox .title ul li a {
  display: block;
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 0.13333333rem;
  text-align: center;
}
.mtbdBox .title ul li:first-child {
  margin-right: 0.26666667rem;
}
.mtbdBox .videoFirst {
  display: block;
  width: 9.2rem;
  height: 7.10666667rem;
  margin: 0.26666667rem auto 0;
  position: relative;
}
.mtbdBox .videoFirst .pic {
  height: 100%;
  overflow: hidden;
}
.mtbdBox .videoFirst .mask {
  width: 100%;
  height: 0.8rem;
  background-color: #000;
  opacity: .6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mtbdBox .videoFirst .tit {
  width: 100%;
  height: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 0.26666667rem;
  line-height: 0.8rem;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mtbdBox .videoFirst .icon {
  background: url(../images/icon_video.png) no-repeat center center;
  background-size: 100%;
  width: 0.93333333rem;
  height: 0.93333333rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.46666667rem 0 0 -0.46666667rem;
}
.mtbdBox .txtList {
  margin-top: 0.4rem;
}
.mtbdBox .txtList li {
  margin-bottom: 0.4rem;
}
.mtbdBox .txtList li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.mtbdBox .txtList li:last-child {
  margin-bottom: 0;
}
.zxzzBox {
  margin: 0.4rem 0.26666667rem 0;
  background-color: #FFF;
  padding: 0.13333333rem 0.13333333rem 0.26666667rem;
}
.zxzzBox .title {
  position: relative;
  margin-top: 0.26666667rem;
}
.zxzzBox .title h2 {
  font-size: 0.53333333rem;
  color: #015293;
  font-weight: 600;
  line-height: 1;
  border-left: solid 0.05333333rem #015293;
  padding-left: 0.13333333rem;
}
.zxzzBox .title .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 1.33333333rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  color: #999;
}
.zxzzBox .zxzzList {
  margin-top: 0.26666667rem;
}
.zxzzBox .zxzzList ul {
  display: flex;
  justify-content: space-between;
}
.zxzzBox .zxzzList ul li {
  width: 4.46666667rem;
  height: 5.66666667rem;
  overflow: hidden;
  position: relative;
}
.zxzzBox .zxzzList ul li .pic {
  height: 100%;
}
.zxzzBox .zxzzList ul li .pic a {
  display: block;
  height: 100%;
}
.zxzzBox .zxzzList ul li .mask {
  width: 100%;
  height: 0.8rem;
  background-color: #000;
  opacity: .6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.zxzzBox .zxzzList ul li .tit {
  width: 100%;
  height: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.zxzzBox .zxzzList ul li .tit a {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding-left: 0.26666667rem;
  line-height: 0.8rem;
  color: #FFF;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yqljBox {
  margin: 0.4rem 0.26666667rem 0;
  background-color: #FFF;
  padding: 0.13333333rem;
}
.yqljBox .title {
  position: relative;
  margin-top: 0.26666667rem;
}
.yqljBox .title h2 {
  font-size: 0.53333333rem;
  color: #015293;
  font-weight: 600;
  line-height: 1;
  border-left: solid 0.05333333rem #015293;
  padding-left: 0.13333333rem;
}
.yqljBox .yqljList {
  margin-top: 0.26666667rem;
}
.yqljBox .yqljList ul {
  display: flex;
  flex-wrap: wrap;
}
.yqljBox .yqljList ul li {
  width: 2.88rem;
  height: 0.70666667rem;
  overflow: hidden;
  margin: 0 0.26666667rem 0.26666667rem 0;
}
.yqljBox .yqljList ul li a {
  display: block;
  height: 100%;
}
.yqljBox .yqljList ul li:nth-child(3n) {
  margin-right: 0;
}
footer {
  padding: 0.4rem;
  background-color: #015293;
}
footer .changeBox {
  display: flex;
  justify-content: center;
}
footer .changeBox a {
  color: #FFF;
  display: inline-block;
  line-height: 1;
}
footer .changeBox a:first-child {
  border-right: solid 0.01333333rem #ffffff;
  padding-right: 0.26666667rem;
  margin-right: 0.26666667rem;
}
footer p {
  font-size: 0.32rem;
  color: #FFF;
  line-height: 1;
  margin-top: 0.26666667rem;
  text-align: center;
}
footer p a {
  color: #FFF;
  font-size: 0.32rem;
}
footer .icon_dzjg {
  width: 1.33333333rem;
  height: 1.33333333rem;
  margin: 0.26666667rem auto 0;
}
