@charset "UTF-8";
.gg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 99999 !important;
  opacity: 1;
  transition: opacity 1s ease 0s;
}

.gg video {
  object-fit: fill;
}

.content {
  transition: top 1s ease 0s;
  top: 0px;
  z-index: 888;
  width: 100%;
}

.content .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  right: 0px;
  bottom: 70px;
}

.content .swiper-pagination span {
  width: 25px;
  height: 25px;
  background: #fff;
  opacity: 1 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0 1px;
}

.content .swiper-pagination span:last-child {
  margin-right: 20px;
}

.content .swiper-pagination .swiper-pagination-bullet-active {
  background: #2b79bc;
  color: #fff;
}

.content .header {
  width: 1920px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  transition: background-color 0.5s ease 0s;
  height: 80px;
  background: #FFFFFF38;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
}



input::-webkit-input-placeholder {
  color: #ffffff;
}
input:-moz-placeholder {
  /* FF 4-18 */
  color: ffffff;
}
input::-moz-placeholder {
  /* FF 19+ */
  color: ffffff;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: ffffff;
}

.content .header > div img {
  margin-left: 30px;
  height: 50px;
  z-index: 1000;
  opacity: 1;
}

.content .header > ul {
  display: flex;
  height: 80px;
  margin-left: 50px;
}

.content .header > ul .top_bj {
  height: 120px;
  position: absolute;
  top: -20px;
  left: 430px;
}

.content .header > ul > li {
  z-index: 999;
  width: 125px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .header > ul > li img {
  width: 17px;
  height: 8px;
  line-height: 10px;
}

.content .header > ul > li > a {
  height: 26px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FAFAFA;
  line-height: 26px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.content .header > ul > li .child {
  display: none;
  position: absolute;
  top: 80px;
  background-color: #ffffffe0;
  width: 145px;
  margin-left: -50px;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
}

.content .header > ul > li .child li {
  margin: 20px 0;
}

.content .header > ul > li .child li span {
  display: none;
  float: left;
  margin-right: 5px;
}

.content .header > ul > li .child a:hover {
  font-weight: bold;
  color: #000;
}

.content .header > ul > li .child a:hover span {
  display: block;
}

.content .header > ul .on {
  width: 212px;
  height: 128px;
}

.content .bj {
  transition: top 1s ease 0s;
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
}

.content .bj .swiper-wrapper {
  height: 100vh;
}

.content .bj img {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 664px;
}

.content .top img {
  width: 100%;
}

.content .tb_dh {
  position: fixed;
  width: 100%;
  height: 78px;
  z-index: 1000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ccc;
  animation: show 5s;
  -webkit-animation: show 0.5s;
}

@keyframes show {
  from {
    margin-top: -78px;
  }
  to {
    margin-top: 0;
  }
}

@-webkit-keyframes show

        /* Safari 与 Chrome */ {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}

.content .tb_dh > div {
  display: flex;
}

.content .tb_dh > div .logo {
  width: 300px;
  margin-right: 40px;
}

.content .tb_dh > div .logo img {
  width: 216px;
  height: 56px;
  margin-top: 11px;
  float: right;
}

.content .tb_dh > div .dh > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  height: 78px;
  width: 1140px;
}

.content .tb_dh > div .dh > ul > li {
  height: 78px;
  width: 120px;
  line-height: 78px;
}

.content .tb_dh > div .dh > ul > li > a p {
  text-align: center;
}

.content .tb_dh > div .dh > ul > li .child {
  width: 180px;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  top: 80px;
  box-shadow: 0px 0px 29px 0px rgba(151, 151, 151, 0.5);
}

.content .tb_dh > div .dh > ul > li .child > li {
  margin-top: 40px;
}

.content .tb_dh > div .dh > ul > li .child li {
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  line-height: 18px;
}

.content .tb_dh > div .dh > ul > li .child li a {
  display: flex;
}

.content .tb_dh > div .dh > ul > li .child li a span {
  display: none;
}

.content .tb_dh > div .dh > ul > li .child li a:hover {
  font-weight: bold;
}

.content .tb_dh > div .dh > ul > li .child li a:hover span {
  display: block;
}

.content .tb_dh > div .search {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.content .tb_dh > div .search img {
  width: 26px;
  height: 25px;
  margin-top: 26px;
  margin-left: 26px;
  padding-right: 26px;
}

.content .box {
  background-color: #FFF;
  transition: top 1s ease 0s;
  position: relative;
  top: 0px;
  z-index: 888;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  background-image: url(../imgs/sy_bj.png);
  background-position: 0 -23px;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.content .box .lb_box {
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  align-items: center;
  height: 1150px;
}

.content .box .lb_box .dh {
  position: relative;
  top: 370px;
  left: -540px;
  height: 272px;
  width: 282px;
  z-index: 999;
}

.content .box .lb_box .dh .logo {
  height: 171px;
  background-color: #fff;
  border-top-right-radius: 100px;
}

.content .box .lb_box .dh .logo img {
  margin-top: 60px;
  margin-left: 35px;
  height: 56px;
  width: 216px;
}

.content .box .lb_box .dh .dh_text {
  width: 282px;
  height: 609px;
  background-image: url(../imgs/dh_bj.png);
}

.content .box .lb_box .dh .dh_text > ul {
  padding-top: 53px;
  margin-left: 66px;
}

.content .box .lb_box .dh .dh_text > ul > li {
  margin-bottom: 44px;
}

.content .box .lb_box .dh .dh_text > ul > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .box .lb_box .dh .dh_text > ul > li > a > p {
  width: 84px;
  height: 26px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FAFAFA;
  line-height: 26px;
}

.content .box .lb_box .dh .dh_text > ul > li > a p:hover {
  color: red;
}

.content .box .lb_box .dh .dh_text > ul > li > a img {
  margin-left: 13px;
  width: 29px;
  height: 8px;
}

.content .box .lb_box .dh .dh_text > ul > li .child {
  width: 180px;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  right: -182px;
  margin-top: -30px;
  box-shadow: 0px 0px 29px 0px rgba(151, 151, 151, 0.5);
}

.content .box .lb_box .dh .dh_text > ul > li .child > li {
  margin-top: 40px;
}

.content .box .lb_box .dh .dh_text > ul > li .child li {
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}

.content .box .lb_box .dh .dh_text > ul > li .child li a {
  display: flex;
}

.content .box .lb_box .dh .dh_text > ul > li .child li a span {
  display: none;
}

.content .box .lb_box .dh .dh_text > ul > li .child li a:hover {
  font-weight: bold;
}

.content .box .lb_box .dh .dh_text > ul > li .child li a:hover span {
  display: block;
}

.content .box .lb_box .lb {
  display: flex;
  height: 741px;
  flex-direction: column;
  z-index: 888;
}

.content .box .lb_box .lb .search {
  height: 77px;
  background-color: #fff;
}

.content .box .lb_box .lb .search .search_img {
  width: 77px;
  height: 77px;
  float: right;
  border-left: 1px solid #ccc;
}

.content .box .lb_box .lb .search .search_img img {
  width: 26px;
  margin-left: 26px;
  margin-top: 26px;
}

.content .box .lb_box .lb .lb_img {
  width: 1200px;
}

.content .box .lb_box .lb .lb_img img {
  width: 1200px;
  height: 648px;
}

.content .box .lb_box .lb .swiper-pagination {
  width: 100%;
  text-align: right;
  transition: 0.3s opactiy;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  position: relative;
  top: 32px;
}

.content .box .lb_box .lb .swiper-pagination .swiper-pagination-bullet {
  margin-left: 14px;
}

.content .box .lb_box .lb .swiper-pagination .swiper-pagination-bullet-active {
  width: 39px;
  border-radius: 5px;
  background-image: url(../imgs/xz.png);
}

.content .box .Group_wrap {
  padding-top: 50px;
}

.content .box .Group_wrap .certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.content .box .Group_wrap .certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.content .box .Group_wrap .certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.content .box .Group_wrap .certify .swiper-container {
  padding-bottom: 60px;
}

.content .box .Group_wrap .certify .swiper-slide {
  width: 880px;
  height: 550px;
  position: relative;
}

.content .box .Group_wrap .certify .swiper-slide a {
  display: block;
  width: 100%;
}

.content .box .Group_wrap .certify .swiper-slide a p {
  font-size: 36px;
  color: #666666;
  text-align: center;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
}

.content .box .Group_wrap .certify .swiper-slide img {
  width: 880px;
  height: 504px;
  display: block;
}

.content .box .Group_wrap .certify .swiper-button-prev {
  left: 88px;
  width: 45px;
  height: 45px;
  background: #d2d5d8 url(../imgs/2021_group3.png) no-repeat center;
  width: 60px;
  height: 54px;
  opacity: 0.5;
  border-radius: 20px 0px 20px 0px;
}

.content .box .Group_wrap .certify .swiper-button-prev:hover {
  background: #d2d5d8 url(../imgs/2021_group3.png) no-repeat center;
}

.content .box .Group_wrap .certify .swiper-button-next {
  right: 88px;
  width: 45px;
  height: 45px;
  background: #d2d5d8 url(../imgs/2021_more02.png) no-repeat center;
  width: 60px;
  height: 54px;
  border-radius: 20px 0px 20px 0px;
}

.content .box .Group_wrap .certify .swiper-button-next:hover {
  background: #d2d5d8 url(../imgs/2021_more02.png) no-repeat center;
}

.content .box .Group_wrap .play_btn {
  position: absolute;
  width: 138px;
  height: 156px;
  opacity: 0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content .box .Group_wrap .play_btn img {
  width: 138px !important;
  height: 151px !important;
}

.content .box .jtgk {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
}

.content .box .jtgk .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .box .jtgk .title p {
  width: 160px;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
}

.content .box .jtgk .title span {
  width: 381px;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #d9d9d9;
  line-height: 50px;
}

.content .box .jtgk .jj {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 51px;
}

.content .box .jtgk .jj .pic {
  width: 586px;
  height: 367px;
  background-color: #E0E0E0;
}

.content .box .jtgk .jj .pic > img {
  width: 564px;
  height: 345px;
  margin-top: 11px;
  margin-left: 12px;
}

.content .box .jtgk .jj .pic .more {
  position: relative;
  display: flex;
  width: 245px;
  height: 96px;
  z-index: 999;
  background-color: #fff;
  bottom: 99px;
  float: right;
  right: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.content .box .jtgk .jj .pic .more .tit p {
  width: 80px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #252525;
  line-height: 28px;
}

.content .box .jtgk .jj .pic .more .tit span {
  width: 113px;
  height: 16px;
  font-size: 14px;
  font-family: ArialMT;
  color: #999999;
  line-height: 16px;
}

.content .box .jtgk .jj .pic .more .more_img {
  margin-left: 28px;
  width: 37px;
  height: 37px;
}

.content .box .jtgk .jj .pic .more .more_img img {
  width: 37px;
  height: 37px;
  background-color: none;
}

.content .box .jtgk .jj .txt {
  width: 539px;
  margin-left: 71px;
}

.content .box .jtgk .jj .txt .title {
  width: 539px;
  height: 40px;
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.content .box .jtgk .jj .txt .des {
  display: block;
  margin-top: 30px;
  width: 539px;
  height: 288px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.content .box .jtgk .jj .txt a:hover {
  color: red;
}

.content .box .jtgk .qt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 65px;
}

.content .box .jtgk .qt .child {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .box .jtgk .qt .child > img {
  width: 239px;
  height: 128px;
}

.content .box .jtgk .qt .child .js {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}

.content .box .jtgk .qt .child .js p {
  width: 112px;
  height: 40px;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
}

.content .box .jtgk .qt .child .js span {
  width: 100px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.content .box .jtgk .qt .child .js img {
  margin-top: 30px;
  width: 17px;
  height: 6px;
}

.content .box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .box .title p {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
}

.content .box .title span {
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #d9d9d9;
  line-height: 50px;
}

.content .box .sdbk {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.content .box .sdbk .cont {
  margin-top: 39px;
  height: 390px;
  display: flex;
  width: 1300px;
  flex-direction: row;
}

.content .box .sdbk .cont .bk {
  background-color: #306ff5;
  width: 97px;
  height: 390px;
  cursor: pointer;
  margin-right: 15px;
}

.content .box .sdbk .cont .bk p {
  width: 24px;
  height: 198px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-left: 19px;
  padding-top: 41px;
}

.content .box .sdbk .cont .bk img {
  margin-top: 69px;
  margin-left: 10px;
  width: 67px;
  height: 67px;
}

.content .box .sdbk .cont .list {
  margin-right: 15px;
}

.content .box .sdbk .cont .bk:nth-child(1) {
  background-image: url(../imgs/gsbk_bj.png);
  background-size: 100% auto;
}

.content .box .sdbk .cont .bk:nth-child(3) {
  background-image: url(../imgs/fdgd_bj.png);
  background-size: 100% auto;
}

.content .box .sdbk .cont .bk:nth-child(5) {
  background-image: url(../imgs/gcjs_bj.png);
  background-size: 100% auto;
}

.content .box .sdbk .cont .bk:nth-child(7) {
  background-image: url(../imgs/tzfz_bj.png);
  background-size: 100% auto;
}

.content .box .sdbk .cont .gradient {
  opacity: 0;
  animation: showDiv 2.5s forwards;
}

@keyframes showDiv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content .box .sdbk .cont .gsbk {
  width: 775px;
  box-shadow: 0px 0px 29px 0px rgba(151, 151, 151, 0.5);
}

.content .box .sdbk .cont .gsbk .first {
  display: flex;
  width: 100%;
  margin-top: 33px;
}

.content .box .sdbk .cont .gsbk .first img {
  background-color: #306ff5;
  width: 239px;
  height: 157px;
  margin-left: 23px;
}

.content .box .sdbk .cont .gsbk .first .detial {
  width: 450px;
  margin-left: 33px;
}

.content .box .sdbk .cont .gsbk .first .detial p {
  width: 100%;
  height: 40px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .box .sdbk .cont .gsbk .first .detial span {
  width: 100%;
  height: 114px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.content .box .sdbk .cont .gsbk .first .detial p:hover {
  color: red;
}

.content .box .sdbk .cont .gsbk .first .detial span:hover {
  color: red;
}

.content .box .sdbk .cont .gsbk .two {
  margin-top: 33px;
  width: 100%;
  display: flex;
}

.content .box .sdbk .cont .gsbk .two .child:first-child {
  margin-left: 23px;
}

.content .box .sdbk .cont .gsbk .two .child {
  width: 333px;
  margin-right: 50px;
}

.content .box .sdbk .cont .gsbk .two .child img {
  width: 333px;
  height: 120px;
  background-color: #306ff5;
}

.content .box .sdbk .cont .gsbk .two .child p {
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 40px;
}

.content .box .sdbk .cont .fdbk {
  width: 775px;
  box-shadow: 0px 0px 29px 0px rgba(151, 151, 151, 0.5);
  background-color: #fff;
}

.content .box .sdbk .cont .fdbk .first {
  margin-top: 33px;
  margin-left: 23px;
  margin-right: 30px;
}

.content .box .sdbk .cont .fdbk .first img {
  float: left;
  width: 239px;
  height: 157px;
  margin-right: 34px;
}

.content .box .sdbk .cont .fdbk .first .detial p {
  height: 40px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 40px;
  margin-bottom: 8px;
}

.content .box .sdbk .cont .fdbk .first .detial span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 38px;
}

.content .box .sdbk .cont .fdbk .first .detial a:hover {
  color: red;
}

.content .box .sdbk .cont .fdbk .first .detial .more {
  width: 120px;
  border-radius: 5px;
  float: right;
  text-align: center;
  background-color: #03A9F4;
  color: #fff;
}

.content .box .sdbk .cont .fdbk .first .detial .more:hover {
  color: #eee;
}

.content .box .zxzx {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.content .box .zxzx .cont {
  display: flex;
  margin-top: 17px;
  margin-top: 50px;
}

.content .box .zxzx .cont .swiper-slide {
  background: #fff;
}

.content .box .zxzx .cont .swiper-pagination-bullets {
  bottom: 25px;
  left: -38% !important;
}

.content .box .zxzx .cont .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #000;
}

.content .box .zxzx .cont .swiper-pagination-bullet-active {
  width: 28px;
  height: 8px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  border-radius: 6px;
}

.content .box .zxzx .cont .left {
  width: 598px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 29px 0px rgba(151, 151, 151, 0.5);
  position: relative;
}

.content .box .zxzx .cont .left img {
  width: 598px;
  height: 320px;
}

.content .box .zxzx .cont .left p {
  width: 558px;
  font-size: 22px;
  margin-top: 15px;
  margin-left: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 40px;
}

.content .box .zxzx .cont .left p:hover {
  color: red;
}

.content .box .zxzx .cont .right {
  margin-left: 43px;
  width: 558px;
}

.content .box .zxzx .cont .right .lm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.content .box .zxzx .cont .right .lm .channels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 375px;
}

.content .box .zxzx .cont .right .lm .channels p {
  width: 104px;
  height: 35px;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #999999;
  line-height: 35px;
  cursor: pointer;
}

.content .box .zxzx .cont .right .lm .channels .on {
  background: linear-gradient(180deg, #02BFF8 0%, #0360EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .zxzx .cont .right .lm > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .box .zxzx .cont .right .lm > a p {
  width: 80px;
  height: 40px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .zxzx .cont .right .lm > a img {
  margin-left: 31px;
  width: 29px;
  height: 8px;
}

.content .box .zxzx .cont .right ul {
  margin-top: 45px;
}

.content .box .zxzx .cont .right ul li {
  margin-top: 28px;
}

.content .box .zxzx .cont .right ul li a {
  display: flex;
  justify-content: space-between;
}

.content .box .zxzx .cont .right ul li a p {
  width: 415px;
  height: 40px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .box .zxzx .cont .right ul li a span {
  width: 73px;
  height: 40px;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 40px;
}

.content .box .zxzx .cont .right ul li a :hover {
  color: red;
}

.content .box .tzgg {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.content .box .tzgg .more a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: -35px;
}

.content .box .tzgg .more a p {
  width: 80px;
  height: 40px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .tzgg .more a img {
  margin-left: 31px;
  width: 29px;
  height: 8px;
}

.content .box .tzgg .tpxw {
  display: flex;
  height: 352px;
  background-color: #fff;
  margin-top: 46px;
  width: 1200px;
}

.content .box .tzgg .tpxw .left img {
  width: 520px;
  height: 288px;
  margin-left: 20px;
  margin-top: 36px;
}

.content .box .tzgg .tpxw .right {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
  margin-top: 32px;
}

.content .box .tzgg .tpxw .right .tit {
  width: 520px;
  height: 40px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 40px;
}

.content .box .tzgg .tpxw .right .zy {
  width: 520px;
  height: 152px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 38px;
  margin-top: 5px;
}

.content .box .tzgg .tpxw .right .more {
  width: 172px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #0087C2;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  text-align: center;
  line-height: 56px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 38px;
}

.content .box .tzgg .tpxw .right .more img {
  display: inline-block;
  padding: 4px;
}

.content .box .tzgg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 237px;
  margin-top: 44px;
}

.content .box .tzgg ul li {
  background-color: #fff;
  width: 585px;
  height: 108px;
  display: flex;
}

.content .box .tzgg ul li .time {
  display: flex;
  margin-left: 30px;
  width: 68px;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

.content .box .tzgg ul li .time .month {
  height: 35px;
  font-size: 26px;
  font-family: MicrosoftYaHei;
  color: #0046BF;
  line-height: 35px;
  background: linear-gradient(180deg, #02BFF8 0%, #0360EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.content .box .tzgg ul li .time .year {
  height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 21px;
  text-align: center;
}

.content .box .tzgg ul li > p {
  width: 432px;
  height: 108px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 38px;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.content .box .hdzx {
  width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.content .box .hdzx .img1 {
  width: 616px;
  height: 146px;
  margin-left: 50px;
}

.content .box .hdzx .img2 {
  width: 566px;
  height: 179px;
  display: inline-block;
  margin-left: 83px;
}

.content .box .ddjs {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}

.content .box .ddjs .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .box .ddjs .tit .bt {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
}

.content .box .ddjs .tit .yw {
  display: flex;
}

.content .box .ddjs .tit .yw span {
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #d9d9d9;
  line-height: 50px;
  margin-left: 360px;
}

.content .box .ddjs .tit .yw a {
  display: flex;
  align-items: center;
  margin-left: 230px;
}

.content .box .ddjs .tit .yw a p {
  width: 80px;
  height: 40px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .ddjs .tit .yw a img {
  margin-left: 31px;
  width: 29px;
  height: 8px;
}

.content .box .ddjs .cont {
  display: flex;
  height: 544px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 111px;
}

.content .box .ddjs .cont .left {
  width: 304px;
  height: 568px;
  background-size: 304px 568px;
  background-image: url(../imgs/dj_left.png);
  background-repeat: no-repeat;
  margin-left: -20px;
  animation: myfirst .5s;
  -webkit-animation: myfirst .5s;
}

@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes myfirst

                    /* Safari 与 Chrome */ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content .box .ddjs .cont .left .xh {
  width: 68px;
  height: 82px;
  font-size: 70px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #EEEEEE;
  line-height: 82px;
  margin-left: 25px;
  margin-top: 65px;
}

.content .box .ddjs .cont .left .title {
  margin-top: 11px;
  margin-left: 30px;
  width: 178px;
  height: 40px;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
}

.content .box .ddjs .cont .left .star {
  margin-top: 10px;
  margin-left: 40px;
}

.content .box .ddjs .cont .left .star img {
  width: 13px;
  height: 13px;
}

.content .box .ddjs .cont .left .zy {
  margin-left: 40px;
  width: 192px;
  height: 288px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .ddjs .cont .left > img {
  float: right;
  width: 24px;
  height: 15px;
  margin-right: 30px;
  margin-top: -240px;
  cursor: pointer;
}

.content .box .ddjs .cont .zj {
  display: flex;
  z-index: 999;
  width: 693px;
  height: 544px;
  background-size: 693px 544px;
  background-image: url(../imgs/dj_zj.png);
  background-repeat: no-repeat;
  left: 613px;
  margin-left: -40px;
  margin-right: -40px;
  animation: myfirst .5s;
  -webkit-animation: myfirst .5s;
}

@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes myfirst

                    /* Safari 与 Chrome */ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content .box .ddjs .cont .zj .bj {
  background-color: #fff;
  width: 269px;
  height: 423px;
  margin-left: 33px;
  margin-top: -65px;
}

.content .box .ddjs .cont .zj .bj img {
  width: 269px;
  height: 423px;
}

.content .box .ddjs .cont .zj .content {
  margin-left: 41px;
}

.content .box .ddjs .cont .zj .content .xh {
  width: 68px;
  height: 82px;
  font-size: 70px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #eeeeee82;
  line-height: 82px;
  margin-top: 45px;
}

.content .box .ddjs .cont .zj .content .title {
  margin-top: 10px;
  width: 294px;
  height: 40px;
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

.content .box .ddjs .cont .zj .content .zy {
  margin-top: 20px;
  width: 315px;
  height: 192px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 48px;
}

.content .box .ddjs .cont .zj .content img {
  margin-top: 53px;
  width: 24px;
  height: 15px;
}

.content .box .ddjs .cont .right {
  width: 304px;
  height: 568px;
  background-size: 304px 568px;
  background-image: url(../imgs/dj_right.png);
  background-repeat: no-repeat;
  margin-right: -20px;
  animation: myfirst .5s;
  -webkit-animation: myfirst .5s;
}

@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes myfirst

                    /* Safari 与 Chrome */ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content .box .ddjs .cont .right .xh {
  width: 68px;
  height: 82px;
  font-size: 70px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #EEEEEE;
  line-height: 82px;
  margin-left: 65px;
  margin-top: 65px;
}

.content .box .ddjs .cont .right .title {
  margin-top: 11px;
  margin-left: 70px;
  width: 178px;
  height: 40px;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
}

.content .box .ddjs .cont .right .star {
  margin-top: 10px;
  margin-left: 80px;
}

.content .box .ddjs .cont .right .star img {
  width: 13px;
  height: 13px;
}

.content .box .ddjs .cont .right .zy {
  margin-left: 80px;
  width: 192px;
  height: 288px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .ddjs .cont .right > img {
  float: left;
  width: 24px;
  height: 15px;
  margin-left: 30px;
  margin-top: -240px;
  cursor: pointer;
}

.content .box .jjjc {
  width: 1200px;
  margin: 0 auto;
  margin-top: 71px;
}

.content .box .jjjc .db {
  width: 100%;
  margin-top: 83px;
}

.content .box .jjjc .db ul {
  display: flex;
}

.content .box .jjjc .db ul li {
  margin-right: 96px;
  width: 128px;
  height: 50px;
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  cursor: pointer;
}

.content .box .jjjc .db ul .on {
  width: 220px;
  text-align: center;
  background-color: #fff;
  color: #0060AD;
  z-index: 999;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: 0px -10px 12px -8px rgba(151, 151, 151, 0.5);
  height: 50px;
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}

.content .box .jjjc .nr {
  display: flex;
  height: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 29px 0px rgba(151, 151, 151, 0.5);
  padding-top: 40px;
}

.content .box .jjjc .nr .left {
  margin-left: 27px;
  width: 507px;
  height: 359px;
}

.content .box .jjjc .nr .left img {
  width: 507px;
  height: 359px;
  background-color: #306ff5;
}

.content .box .jjjc .nr .left p {
  position: relative;
  margin-top: -50px;
  margin-left: 5px;
  width: 515px;
  height: 38px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 38px;
}

.content .box .jjjc .nr .right {
  margin-left: 43px;
}

.content .box .jjjc .nr .right .list {
  display: flex;
  width: 595px;
  flex-direction: column;
}

.content .box .jjjc .nr .right .list li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-top: 15px;
}

.content .box .jjjc .nr .right .list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.content .box .jjjc .nr .right .list li a p {
  width: 520px;
  height: 48px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .jjjc .nr .right .list li a span {
  height: 40px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 40px;
}

.content .box .jjjc .nr .right .more {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
}

.content .box .jjjc .nr .right .more p {
  width: 80px;
  height: 40px;
  margin-right: 31px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .jjjc .nr .right .more img {
  width: 29px;
  height: 8px;
}

.content .box .aqsc {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.content .box .aqsc .tit {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.content .box .aqsc .tit .left {
  width: 50%;
}

.content .box .aqsc .tit .left p {
  width: 160px;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
}

.content .box .aqsc .tit .left span {
  width: 393px;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #d9d9d9;
  line-height: 50px;
}

.content .box .aqsc .tit .right {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
}

.content .box .aqsc .tit .right p {
  width: 80px;
  height: 40px;
  margin-right: 31px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 40px;
  background: linear-gradient(180deg, #009CD0 0%, #005EA7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .aqsc .tit .right img {
  width: 29px;
  height: 8px;
}

.content .box .aqsc .list {
  height: 610px;
  margin-top: 51px;
}

.content .box .aqsc .list ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.content .box .aqsc .list ul li {
  width: 389px;
  border-right: 1px solid #ccc;
  height: 610px;
  padding-right: 10px;
}

.content .box .aqsc .list ul li > div {
  width: 140px;
  height: 47px;
  font-size: 40px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #252525;
  line-height: 47px;
  margin-top: 43px;
  margin-left: 40px;
}

.content .box .aqsc .list ul li a {
  display: block;
  width: 303px;
  margin-left: 40px;
}

.content .box .aqsc .list ul li a p {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 303px;
  height: 64px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #252525;
  line-height: 32px;
}

.content .box .aqsc .list ul li a span {
  width: 303px;
  height: 62px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 31px;
}

.content .box .aqsc .list ul li img {
  margin-left: 40px;
  margin-top: 22px;
  background-color: #306ff5;
  width: 303px;
  height: 177px;
}

.content .box .aqsc .list ul li .icon {
  width: 21px;
  height: 18px;
  margin-top: 61px;
  margin-left: 69px;
  background-image: url(../imgs/ys.png);
}

.content .box .aqsc .list ul .on {
  width: 389px;
  height: 610px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 3px rgba(192, 192, 192, 0.52);
  border-bottom: 3px solid #0060AD;
}

.content .box .aqsc .list ul .on p {
  width: 303px;
  height: 64px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0060AD;
  line-height: 32px;
}

.content .box .aqsc .list ul .on .icon {
  width: 63px;
  height: 63px;
  margin-top: 38px;
  margin-left: 59px;
  background-size: 63px 63px;
  background-image: url(../imgs/more.png);
  background-repeat: no-repeat;
}

.content .box .whjs {
  background-image: url("../imgs/whjs_bj.png");
  background-repeat: no-repeat;
  background-position: right 85px;
  margin-top: 50px;
}

.content .box .whjs .whjs_box {
  width: 1200px;
  margin: 0 auto;
}

.content .box .whjs .whjs_box .tit p {
  width: 160px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
}

.content .box .whjs .whjs_box .tit span {
  width: 187px;
  height: 50px;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #d9d9d9;
  line-height: 50px;
}

.content .box .whjs .whjs_box .first {
  height: 511px;
  margin-left: 10px;
  margin-top: 110px;
  display: flex;
}

.content .box .whjs .whjs_box .first .child_logo {
  position: relative;
  top: -33px;
  width: 460px;
  height: 460px;
  background-image: url(../imgs/whjs_logo.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .first .item1 {
  display: flex;
  margin-top: 91px;
  margin-left: -25px;
}

.content .box .whjs .whjs_box .first .item1 .sd {
  width: 29px;
  height: 39x;
  margin-right: 13px;
  background-image: url(../imgs/whjs_sd.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .first .item1 .zx {
  width: 10px;
  height: 128px;
  background-image: url(../imgs/whjs_zx.png);
}

.content .box .whjs .whjs_box .first .item1 .text {
  margin-left: 23px;
  width: 188px;
  margin-top: -6px;
}

.content .box .whjs .whjs_box .first .item1 .text p {
  width: 102px;
  height: 50px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  background: linear-gradient(144deg, #00A6FC 0%, #2B57CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .whjs .whjs_box .first .item1 .text span {
  height: 96px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .whjs .whjs_box .first .item2 {
  display: flex;
  margin-top: -85px;
  margin-left: -75px;
}

.content .box .whjs .whjs_box .first .item2 .sd {
  width: 29px;
  height: 39x;
  margin-right: 13px;
  background-image: url(../imgs/whjs_sd.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .first .item2 .zx {
  width: 10px;
  height: 128px;
  background-image: url(../imgs/whjs_zx.png);
}

.content .box .whjs .whjs_box .first .item2 .text {
  margin-left: 23px;
  width: 200px;
  margin-top: -6px;
}

.content .box .whjs .whjs_box .first .item2 .text p {
  width: 102px;
  height: 50px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  background: linear-gradient(144deg, #00A6FC 0%, #2B57CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .whjs .whjs_box .first .item2 .text span {
  width: 200px;
  height: 96px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .whjs .whjs_box .first .item3 {
  display: flex;
  margin-top: 70px;
  margin-left: -85px;
}

.content .box .whjs .whjs_box .first .item3 .sd {
  width: 29px;
  height: 39x;
  margin-right: 13px;
  background-image: url(../imgs/whjs_sd.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .first .item3 .zx {
  width: 10px;
  height: 128px;
  background-image: url(../imgs/whjs_zx.png);
}

.content .box .whjs .whjs_box .first .item3 .text {
  margin-left: 23px;
  width: 300px;
  margin-top: -6px;
}

.content .box .whjs .whjs_box .first .item3 .text p {
  width: 102px;
  height: 50px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  background: linear-gradient(144deg, #00A6FC 0%, #2B57CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .whjs .whjs_box .first .item3 .text span {
  width: 300px;
  height: 96px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .whjs .whjs_box .two {
  display: flex;
  margin-bottom: 69px;
}

.content .box .whjs .whjs_box .two .child_logo {
  position: relative;
  top: -33px;
  width: 460px;
  height: 460px;
  background-image: url(../imgs/whjs_logo.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .two .item1 {
  display: flex;
  margin-top: 10px;
  margin-left: 140px;
  margin-right: 150px;
}

.content .box .whjs .whjs_box .two .item1 .sd {
  width: 29px;
  height: 39x;
  margin-right: 13px;
  background-image: url(../imgs/whjs_sd.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .two .item1 .zx {
  width: 10px;
  height: 131px;
  background-image: url(../imgs/whjs_zx.png);
}

.content .box .whjs .whjs_box .two .item1 .text {
  margin-left: 23px;
  width: 400px;
  margin-top: -6px;
}

.content .box .whjs .whjs_box .two .item1 .text p {
  width: 102px;
  height: 50px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  background: linear-gradient(144deg, #00A6FC 0%, #2B57CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .whjs .whjs_box .two .item1 .text span {
  width: 604px;
  height: 288px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .whjs .whjs_box .two .item2 {
  display: flex;
  margin-left: -25px;
  margin-top: 5px;
  margin-right: -18px;
}

.content .box .whjs .whjs_box .two .item2 .sd {
  width: 29px;
  height: 39x;
  margin-right: 13px;
  background-image: url(../imgs/whjs_sd.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .two .item2 .zx {
  width: 10px;
  height: 131px;
  background-image: url(../imgs/whjs_zx.png);
}

.content .box .whjs .whjs_box .two .item2 .text {
  margin-left: 23px;
  width: 248px;
  margin-top: -6px;
}

.content .box .whjs .whjs_box .two .item2 .text p {
  width: 102px;
  height: 50px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  background: linear-gradient(144deg, #00A6FC 0%, #2B57CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .whjs .whjs_box .two .item2 .text span {
  width: 248px;
  height: 96px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.content .box .whjs .whjs_box .two .item3 {
  display: flex;
  margin-top: -90px;
  margin-left: -75px;
}

.content .box .whjs .whjs_box .two .item3 .sd {
  width: 29px;
  height: 39x;
  margin-right: 13px;
  background-image: url(../imgs/whjs_sd.png);
  background-repeat: no-repeat;
}

.content .box .whjs .whjs_box .two .item3 .zx {
  width: 10px;
  height: 128px;
  background-image: url(../imgs/whjs_zx.png);
}

.content .box .whjs .whjs_box .two .item3 .text {
  margin-left: 23px;
  width: 138px;
  margin-top: -6px;
}

.content .box .whjs .whjs_box .two .item3 .text p {
  width: 102px;
  height: 50px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #252525;
  line-height: 50px;
  background: linear-gradient(144deg, #00A6FC 0%, #2B57CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content .box .whjs .whjs_box .two .item3 .text span {
  width: 138px;
  height: 96px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #252525;
  line-height: 48px;
}

.ibox3 {
  overflow: hidden;
  box-shadow: #d8d8d8 0 0 10px;
}

.ibox3_l {
  float: left;
  display: inline;
  width: 691px;
  height: 454px;
  margin-right: 29px;
}
.ibox3_r {
  height: 454px;
  overflow: hidden;
}

.ibox3_r ul {
  overflow: hidden;
  line-height: 36px;
  margin-top: 13px;
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 7px;
  cursor: pointer
}

.ibox3_r ul li {
  float: left;
  display: inline;
  padding-right: 25px;
}

.ibox3_r ul li a {
  color: #333;
}

.ibox3_r ul li.now {
  color: #018dd7;
  font-size: 18px;
}

.ibox3_r ul li.now a {
  color: #018dd7;
  font-size: 18px;
}

.ibox3_r div {
  margin-right: 46px;
  display: none
}

.ibox3_r div a {
  color: #424242;
}

.ibox3_r div a:hover {
  color: #018dd7;
}

.ibox3_r div > a h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 5px;
}

.ibox3_r div > a p {
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  margin-bottom: 6px;
}
.ibox3_r div dl span{
  float:right;
  line-height:43px;
  color:#9a9a9a;
  padding-left:20px;
  font-size:12px;
  line-height:30px;
}
.ibox3_r div dl a {
  border-bottom: 1px #e6e6e6 dashed;
  display: block;
  line-height: 43px;
  padding-left: 14px;
}

.ibox4 {
  position: relative;
  width: 691px;
}

.ibox4 .swiper-container1 {
  overflow: hidden;
}

.ibox4 .arrow-left1 {
  background: url(ibg8.png) center center no-repeat ;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-size: cover;
  position: absolute;
  left: 2%;
  top: 45%;
  margin-top: -15px;
  width: 48px;
  height: 48px;
  z-index: 89;
  transition: background-image 0.5s;
  -moz-transition: background-image 0.5s;
  /* Firefox 4 */
  -webkit-transition: background-image 0.5s;
  /* Safari and Chrome */
  -o-transition: background-image 0.5s;
  /* Opera */
}

.ibox4 .arrow-right1 {
  background: url(ibg7.png) center center no-repeat;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-size: cover;
  position: absolute;
  right: 2%;
  top: 45%;
  margin-top: -15px;
  width: 48px;
  height: 48px;
  z-index: 89;
  transition: background-image 0.5s;
  -moz-transition: background-image 0.5s;
  /* Firefox 4 */
  -webkit-transition: background-image 0.5s;
  /* Safari and Chrome */
  -o-transition: background-image 0.5s;
  /* Opera */
}

.ibox4 .arrow-right1:hover {
  background-image: url(ibg7a.png)
}

.ibox4 .arrow-left1:hover {
  background-image: url(ibg8a.png)
}

.ibox4 .content-slide {
  color: #fff;
}

.ibox4 .swiper-slide {
  position: relative;
}

.ibox4 .swiper-slide img {
  width: 100%;
  height: 454px;
  display: block;
}

.ibox4 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 49px;
  background: url(alpha80b.png) repeat;
  line-height: 49px;
  font-size: 18px;
  color: #fff;
  padding-left: 22px;
}

.ibox4 .pagination1 {
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 14px;
  width: 90px;
  z-index: 88
}

.ibox4 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background: #fff;
  margin: 0 2px;
  cursor: pointer;
}

.ibox4 .swiper-active-switch {
  background: #0080cc;
}

.news_list dl a{    
  width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_list dl span{
  border-bottom: 1px #e6e6e6 dashed;
  display: block;
  width: 50px;
}
.container { width:1200px; margin:0 auto; }