
@media (min-width: 1200px) {
  .daq-no-data {
    width: 100%;
    height: 400px;
    background: url("../images/daq-no-data.png") no-repeat center;
  }
  .search-header {
    position: sticky;
    top: 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 66px;
    background: #fff;
  }
  .search-header img {
    height: 40px;
  }
  .search-header-input {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 32px;
    background: #ebebeb;
    border-radius: 5px;
  }
  .search-header-input input {
    width: 250px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    background: none;
  }
  .search-header-input input::placeholder {
    color: #999;
  }
  .search-header-input .web-iconfont {
    font-size: 20px;
    cursor: pointer;
    color: #959595;
  }
  .search-header-input .web-iconfont:hover {
    color: #f77800;
  }
  .search-tab1 {
    position: sticky;
    top: 66px;
    padding: 0 76px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #f5f5f5;
  }
  .search-tab1-item {
    position: relative;
    width: 56px;
    line-height: 52px;
    color: #666;
    text-align: center;
    cursor: pointer;
  }
  .search-tab1-item ~ .search-tab1-item {
    margin-left: 10px;
  }
  .search-tab1-item.active {
    color: #f77800;
  }
  .search-tab1-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #f77800;
  }
  .search-tab1-item:hover {
    color: #f77800;
  }
  .search-tips {
    margin: 30px 0 60px;
    padding: 0 90px;
    color: #999;
  }
  .search-result {
    padding: 0 90px;
  }
  .search-result-item {
    margin-bottom: 50px;
  }
  .search-result-top {
    padding: 0 20px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .search-result-top span {
    font-size: 16px;
    font-weight: bold;
  }
  .search-result-top a {
    font-size: 12px;
    color: #f77800;
  }
  .search-result-list.list1 {
    display: flex;
    flex-wrap: wrap;
  }
  .search-result-list-item {
    margin-top: 30px;
    display: flex;
  }
  .search-result-list-item:hover img {
    transform: scale(1.1);
  }
  .search-result-list-item.item1 {
    flex-direction: column;
  }
  .search-result-list-item.item2 {
    width: 460px;
    flex-direction: column;
  }
  .search-result-list .title {
    display: block;
    margin: 0 0 24px;
    font-size: 16px;
    color: #444;
    width: 100%;
  }
  .search-result-list .title:hover {
    color: #f77800;
  }
  .search-result-list .title1 {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    font-size: 16px;
    color: #444;
    width: 100%;
  }
  .search-result-list .title1 .web-iconfont {
    margin-left: 10px;
    font-size: 18px;
  }
  .search-result-list .title1 .icon1 {
    color: #00a0ed;
  }
  .search-result-list .title1 .icon2 {
    color: #f12a79;
  }
  .search-result-list .summary {
    color: #888;
    line-height: 24px;
  }
  .search-result-list .img-box {
    display: block;
    width: 180px;
    height: 130px;
    background: #e2e2e2;
    overflow: hidden;
  }
  .search-result-list .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
  }
  .search-result-list .word-box {
    padding: 10px 15px;
    width: 280px;
  }
  .search-result-list .word-box .item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #666;
  }
  .search-result-list .word-box .web-iconfont {
    margin-right: 10px;
    color: #666;
  }
  .search-result-list .word-box .ct {
    flex: 1;
  }
  .search-result-list .info-item {
    margin-bottom: 24px;
    color: #666;
  }
  .daq-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #ababab;
  }
  .daq-loading .web-iconfont {
    font-size: 40px;
    animation: rotate 2s linear infinite;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .screen1 {
    position: relative;
  }
  .screen1-video {
    width: 100%;
    height: 100%;
  }
  .screen1-video video {
    object-fit: fill;
  }
  .screen1-bottom {
    position: absolute;
    bottom: 9%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 140px;
    padding: 0 6.25%;
  }
  .screen1-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    background: rgba(255, 255, 255, 0.9) url(../images/index-screen1-bg.png) no-repeat center right;
  }
  .screen1-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .screen1-list a .web-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    color: #666;
    font-size: 46px;
  }
  .screen1-list a:not(:last-child):hover .screen1-item .tit {
    color: #e68109;
  }
  .screen1-list a .screen1-item {
    position: relative;
  }
  .screen1-list a .screen1-item p {
    margin-bottom: 0;
  }
  .screen1-list a .screen1-item .tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .screen1-list a .screen1-item .summary {
    margin-top: 12px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .screen1-list a:last-child:hover .screen1-item .tit {
    position: relative;
  }
  .screen1-list a:last-child:hover .screen1-item .tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 68px;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .screen1-list a:last-child .web-iconfont {
    color: #fff;
  }
  .screen1-list a:last-child .screen1-item .tit {
    color: #fff;
  }
  .screen1-list a:last-child .screen1-item .summary {
    color: #fff;
  }
  .screen1-list a:first-child .screen1-item:after {
    content: '';
    position: absolute;
    right: -30px;
    top: -20px;
    width: 40px;
    height: 25px;
    background: url(../images/index-screen1-tag.png) no-repeat center;
  }
  .screen1-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 7.8%;
    top: 50%;
    z-index: 10;
    width: 100px;
    height: 292px;
    margin-top: -146px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .screen1-slide {
    top: 36%;
  }
}

@media (min-width: 1200px) {
  .screen1-slide .slide-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .screen1-slide .slide-item.curr .tit, .screen1-slide .slide-item:hover .tit {
    color: #ff8c15;
  }
  .screen1-slide .slide-item.curr .slide-btn-icon, .screen1-slide .slide-item:hover .slide-btn-icon {
    color: #ff8c15;
    border-color: #ff8c15;
    background-color: rgba(230, 129, 9, 0.2);
  }
  .screen1-slide .slide-item.curr .slide-btn-line1, .screen1-slide .slide-item:hover .slide-btn-line1 {
    border-color: rgba(230, 129, 9, 0.2);
  }
  .screen1-slide .slide-item.curr .slide-btn-line2, .screen1-slide .slide-item:hover .slide-btn-line2 {
    border-color: rgba(230, 129, 9, 0.1);
  }
  .screen1-slide .slide-item .slide-btn {
    position: relative;
    width: 100px;
    height: 100px;
  }
  .screen1-slide .slide-item .slide-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    color: #fff;
    font-size: 30px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  .screen1-slide .slide-item .slide-btn-line1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  .screen1-slide .slide-item .slide-btn-line2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
  }
  .screen1-slide .slide-item .tit {
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .screen1 .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .screen1 .swiper-container-horizontal > .swiper-pagination-bullets, .screen1 .swiper-pagination-custom, .screen1 .swiper-pagination-fraction {
    width: 92.2%;
    right: 0;
    bottom: 37%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .screen1 .swiper-container-horizontal > .swiper-pagination-bullets, .screen1 .swiper-pagination-custom, .screen1 .swiper-pagination-fraction {
    bottom: 45%;
  }
}

@media (min-width: 1200px) {
  .screen1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  .screen1 .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  .screen1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .screen2-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 164px 8.3% 95px;
    background: url(../images/index-screen2-bg.jpg) no-repeat center/cover;
  }
  .screen2-box-left {
    width: 32.5%;
  }
  .screen2-box-left .wxtw {
    width: 100%;
    height: 400px;
    padding: 30px;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.06);
    background: url(../images/wxtw-bg.jpg) repeat;
  }
  .screen2-box-left .wxtw p {
    margin-bottom: 0;
  }
  .screen2-box-left .wxtw-tit {
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }
  .screen2-box-left .wxtw-list {
    width: 100%;
    margin-top: 12px;
  }
  .screen2-box-left .wxtw-list li {
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
  }
  .screen2-box-left .wxtw-list li a {
    display: block;
    width: 100%;
    color: #fff;
  }
  .screen2-box-left .wxtw-list li a:hover {
    color: #e68109;
  }
  .screen2-box-left .sina {
    width: 100%;
    height: 420px;
    padding: 30px;
    background: url(../images/sina-bg.jpg) no-repeat center/cover;
  }
  .screen2-box-left .sina p {
    margin-bottom: 0;
  }
  .screen2-box-left .sina-tit {
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }
  .screen2-box-left .sina-box {
    width: 100%;
    height: 309px;
    margin-top: 26px;
    background-color: #fff;
  }
  .screen2-box-right {
    width: 66%;
  }
  .screen2-box-right .sgnszx {
    width: 100%;
    height: 730px;
    padding: 40px 40px 0;
    background-color: #fff;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.06);
  }
  .screen2-box-right .sgnszx p {
    margin-bottom: 0;
  }
  .screen2-box-right .sgnszx-tit {
    color: #333;
    font-size: 30px;
    line-height: 1;
  }
  .screen2-box-right .sgnszx-summary {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .screen2-box-right .sgnszx-tab {
    margin-top: 40px;
    padding-bottom: 12px;
  }
  .screen2-box-right .sgnszx-tab a {
    position: relative;
    margin-right: 60px;
    line-height: 1;
    font-size: 16px;
    padding-bottom: 12px;
    color: #666;
  }
  .screen2-box-right .sgnszx-tab a:after {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #f18e2e;
  }
  .screen2-box-right .sgnszx-tab a.curr, .screen2-box-right .sgnszx-tab a:hover {
    color: #e68109;
    font-weight: bold;
  }
  .screen2-box-right .sgnszx-tab a.curr:after, .screen2-box-right .sgnszx-tab a:hover:after {
    display: block;
  }
  .screen2-box-right .sgnszx-jqdt {
    width: 100%;
    margin-top: 30px;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-cover {
    display: flex;
    width: 25%;
    height: 180px;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-cover img {
    width: 100%;
    height: 100%;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-right {
    width: 72%;
    padding: 9px 0 10px 0;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-right .tit {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-right .tit:hover {
    color: #e68109;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-right .summary {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-right .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    color: #999;
    font-size: 14px;
  }
  .screen2-box-right .sgnszx-jqdt .jqdt-first-right .time .web-iconfont {
    margin-right: 10px;
    font-size: 16px;
  }
  .screen2-box-right .sgnszx .zx-other-list {
    width: 100%;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px dashed #e1e1e1;
  }
  .screen2-box-right .sgnszx .zx-other-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0 14px 0;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px dashed #e1e1e1;
  }
  .screen2-box-right .sgnszx .zx-other-list li a {
    display: block;
    max-width: 80%;
    color: #666;
  }
  .screen2-box-right .sgnszx .zx-other-list li a:hover {
    color: #e68109;
  }
  .screen2-box-right .sgnszx .zx-other-list li span {
    color: #999;
  }
  .screen2-box-right .sgnszx-gsgg .zx-other-list li {
    padding: 15px 0;
  }
  .screen2-box-right .sgnszx-zwxx {
    margin-top: 30px;
  }
  .screen2-box-right .sgnszx-zwxx-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .screen2-box-right .sgnszx-zwxx-list a {
    width: 31.7%;
    height: 171px;
  }
  .screen2-box-right .sgnszx-zwxx-list a img {
    width: 100%;
    height: 100%;
  }
  .screen2-box-right .sgnszx-zwxx .zx-other-list {
    padding-top: 0;
    border-top: none;
  }
  .screen2-box-right .sgnszx-zwxx .zx-other-list li {
    padding: 14px 0;
  }
  .screen2-box-right .screen2-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-top: 10px;
  }
  .screen2-box-right .screen2-entry a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
    height: 100%;
    background-color: #fff;
  }
  .screen2-box-right .screen2-entry a:hover {
    background-color: #e68109;
  }
  .screen2-box-right .screen2-entry a:hover span {
    color: #fff;
  }
  .screen2-box-right .screen2-entry a:hover span.web-iconfont {
    color: #fff;
  }
  .screen2-box-right .screen2-entry a span {
    color: #666;
    font-size: 16px;
  }
  .screen2-box-right .screen2-entry a span.web-iconfont {
    margin-right: 15px;
    color: #999;
    font-size: 34px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .screen2-box {
    height: auto;
    padding: 80px 8.3% 95px;
  }
  .screen2-box-left .wxtw {
    height: 250px;
  }
  .screen2-box-left .wxtw-list {
    overflow: hidden;
  }
  .screen2-box-left .wxtw-list li {
    height: 45px;
  }
  .screen2-box-left .sina {
    height: 270px;
  }
  .screen2-box-left .sina-box {
    height: 160px;
  }
  .screen2-box-right .sgnszx {
    height: 430px;
  }
  .screen2-box-right .sgnszx-jqdt {
    height: 209px;
    overflow: hidden;
  }
  .screen2-box-right .sgnszx-gsgg .zx-other-list {
    height: 230px;
    overflow: hidden;
  }
  .screen2-box-right .sgnszx-zwxx .zx-other-list {
    display: none;
  }
}

@media (min-width: 1200px) {
  .screen3 {
    background: url(../images/index-hwzt-bg1.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  @keyframes move_wave {
    0% {
      transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
      transform: translateX(-50%) translateZ(0) scaleY(1);
    }
  }
  .screen3 .waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 220px;
    margin: auto;
  }
  .screen3 .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
  }
  .screen3 .bgTop {
    z-index: 15;
    opacity: 0.5;
  }
  .screen3 .bgMiddle {
    z-index: 10;
    opacity: 1;
  }
  .screen3 .bgBottom {
    z-index: 5;
    opacity: 0.75;
  }
  .screen3 .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
  }
  .screen3 .waveTop {
    background-size: 50% 100px;
  }
  .screen3 .waveAnimation .waveTop {
    animation: move_wave 20s linear infinite;
  }
  .screen3 .waveMiddle {
    background-size: 50% 120px;
  }
  .screen3 .waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
  }
  .screen3 .waveBottom {
    background-size: 50% 100px;
  }
  .screen3 .waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
  }
  .screen3-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .screen3-box p {
    margin-bottom: 0;
  }
  .screen3-box-tit {
    color: #333;
    font-size: 46px;
    line-height: 1;
  }
  .screen3-box-summary {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .screen3-box-list {
    width: 100%;
    height: 540px;
    margin-top: 60px;
    padding: 0 8.3%;
  }
  .screen3-box-list .screen3-swiper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .screen3-box-list .screen3-swiper .web-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    color: #fff;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .screen3-box-list .screen3-swiper .web-iconfont:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .screen3-box-list .screen3-swiper .web-iconfont.last-btn {
    left: 0;
  }
  .screen3-box-list .screen3-swiper .web-iconfont.next-btn {
    right: 0;
  }
  .screen3-box-list .screen3-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9999, 0.8);
  }
  .screen3-box-list .screen3-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .screen3-box-list .screen3-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  .screen3-box-list .screen3-swiper .swiper-slide-active, .screen3-box-list .screen3-swiper .swiper-slide-duplicate-active {
    transform: scale(1.78, 1);
    z-index: 10;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .screen3-box-list {
    height: 270px !important;
  }
}

@media (min-width: 1200px) {
  .screen3-box .swiper-container {
    width: 100%;
    height: 100%;
  }
  .screen3-box .screen3-swiper-tit {
    display: block;
    max-width: 600px;
    margin-top: 30px;
    color: #666;
    font-size: 22px;
    line-height: 1;
  }
  .screen4-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .screen4-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 37.5%;
    height: 100%;
    background: url(../images/screen4-bg.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .screen4-left p {
    margin-bottom: 0;
  }
  .screen4-left-box {
    width: 62.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .screen4-left-box {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .screen4-left-box .tit {
    color: #333;
    font-size: 46px;
    line-height: 1;
  }
  .screen4-left-box .summary {
    margin-top: 50px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
  }
  .screen4-left-box .screen4-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 94%;
    margin-top: 50px;
  }
  .screen4-left-box .screen4-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 120px;
    margin-bottom: 18px;
    color: #666;
    border: 1px solid #dcdcdc;
  }
  .screen4-left-box .screen4-btn a.curr {
    color: #fff;
    background-color: #e68109;
    border-color: #e68109;
  }
  .screen4-left-box .screen4-btn a .web-iconfont {
    font-size: 32px;
  }
  .screen4-left-box .screen4-btn a .name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .screen4-right {
    width: 62.5%;
    height: 100%;
    background: url(../images/screen4-cover1.jpg) no-repeat center/100% 100%;
    transition: .3s;
  }
  .screen4-right.screen4-cover2 {
    background: url(../images/screen4-cover2.jpg) no-repeat center/100% 100%;
    transition: .3s;
  }
  .screen4-right.screen4-cover3 {
    background: url(../images/screen4-cover3.jpg) no-repeat center/100% 100%;
    transition: .3s;
  }
  .screen4-right.screen4-cover4 {
    background: url(../images/screen4-cover4.jpg) no-repeat center/100% 100%;
    transition: .3s;
  }
  .screen5 {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .screen5-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93.75%;
    height: 82.4%;
    margin-top: 5%;
  }
  .screen5-box .screen5-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 17.2%;
    height: 100%;
  }
  .screen5-box .screen5-item:hover .single-tit {
    position: relative;
  }
  .screen5-box .screen5-item:hover .single-tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100px;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .screen5-box .screen5-item .single {
    position: relative;
    width: 100%;
    height: 49.4%;
    padding: 60px 28px 0;
    color: #fff;
  }
  .screen5-box .screen5-item .single p {
    margin-bottom: 0;
  }
  .screen5-box .screen5-item .single-tit {
    font-size: 26px;
    line-height: 1;
  }
  .screen5-box .screen5-item .single-summary {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
  }
  .screen5-box .screen5-item .single .web-iconfont {
    position: absolute;
    right: 50px;
    bottom: 40px;
    font-size: 46px;
  }
  .screen5-box .screen5-item-single1 {
    background: url(../images/screen5-food-cover.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single2 {
    background: url(../images/screen5-food-bg.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single3 {
    background: url(../images/screen5-hotel-cover.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single4 {
    background: url(../images/screen5-hotel-bg.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single5 {
    background: url(../images/screen5-goods-bg.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single6 {
    background: url(../images/screen5-goods-cover.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single7 {
    background: url(../images/screen5-play-cover.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item-single8 {
    background: url(../images/screen5-play-bg.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item1 {
    position: relative;
    width: 28.9%;
    height: 100%;
    background: url(../images/screen5-line-bg.jpg) no-repeat center/100% 100%;
  }
  .screen5-box .screen5-item1:hover .line-single-tit {
    position: relative;
  }
  .screen5-box .screen5-item1:hover .line-single-tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100px;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .screen5-box .screen5-item1 .line-single {
    position: absolute;
    left: 11.5%;
    bottom: 22.5%;
    width: 60%;
    color: #fff;
  }
  .screen5-box .screen5-item1 .line-single-tit {
    font-size: 26px;
    line-height: 1;
  }
  .screen5-box .screen5-item1 .line-single-summary {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
  }
  .screen {
    width: 100%;
    height: 100%;
    padding: 120px 8.33% 0;
    background-color: #fff;
  }
  .screen-tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .screen-tab-tit .tit {
    color: #333;
    font-size: 46px;
    line-height: 1;
    text-align: center;
  }
  .screen-tab-tit .summary {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .screen-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .screen-list li {
    width: 30.5%;
    margin-right: 2.8%;
  }
  .screen-list li .cover {
    width: 100%;
    height: 273px;
    overflow: hidden;
  }
  .screen-list li .cover img {
    width: 100%;
    height: 100%;
  }
  .screen-list li .word-box {
    padding: 35px 30px 40px;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .screen-list li .word-box .tit {
    position: relative;
    padding-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .screen-list li .word-box .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #999;
  }
  .screen-list li .word-box .summary {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
  }
  .screen-list li .word-box .more {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .screen-list li .word-box .more .web-iconfont {
    font-size: 8px;
  }
  .screen .more-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin: 50px auto 0;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
  }
  .screen .more-btn:hover {
    color: #fff;
    background-color: #e68109;
    border-color: #e68109;
  }
  .screen .more-btn:hover:after {
    background: url(../images/zjty-arrow-h.png) no-repeat center/100% 100%;
  }
  .screen .more-btn:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 22px;
    width: 50px;
    height: 10px;
    background: url(../images/zjty-arrow.png) no-repeat center/100% 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .screen {
    padding: 80px 8.33% 0;
  }
  .screen-tab-tit .tit {
    font-size: 30px;
  }
  .screen-tab-tit .summary {
    margin-top: 10px;
  }
  .screen-list {
    margin-top: 10px;
  }
  .screen-list li .cover {
    height: 173px;
  }
  .screen-list li .word-box {
    padding: 10px 10px 10px;
  }
  .screen .more-btn {
    margin: 10px auto 0;
  }
}

@media (min-width: 1200px) {
  .jqzx {
    width: 100%;
    height: 846px;
    padding: 120px 6.25% 0;
    background-color: #fff;
  }
  .jqzx-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jqzx-tab-tit .tit {
    color: #333;
    font-size: 40px;
    line-height: 1;
  }
  .jqzx-tab-tit .summary {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .jqzx-tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 261px;
    height: 40px;
  }
  .jqzx-tab-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    color: #999;
    font-size: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
  }
  .jqzx-tab-btn span.curr, .jqzx-tab-btn span:hover {
    color: #fff;
    font-weight: bold;
    border-color: #ff8c15;
    background-color: #ff8c15;
    cursor: pointer;
  }
  .jqzx-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .jqzx-list li {
    width: 31%;
    margin-right: 3%;
  }
  .jqzx-list li .cover {
    width: 100%;
    height: 293px;
    overflow: hidden;
  }
  .jqzx-list li .cover img {
    width: 100%;
    height: 100%;
  }
  .jqzx-list li .word-box {
    padding: 30px 20px 30px;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .jqzx-list li .word-box .tit {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .jqzx-list li .word-box .time-box {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
  }
  .jqzx-list li .word-box .summary {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    line-height: 22px;
  }
  .jqyy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 560px;
    color: #fff;
    background: url(../images/jqyy-bg.jpg) no-repeat fixed;
    background-size: 100%;
  }
  .jqyy-tit {
    font-size: 40px;
    line-height: 1;
  }
  .jqyy-summary {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
  }
  .jqyy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 40px;
    margin-top: 18px;
    color: #fff !important;
    font-size: 14px;
    background-color: #e68109;
    border-radius: 2px;
  }
  .jqyy-btn .web-iconfont {
    font-size: 8px;
  }
  .jqxx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 854px;
    padding: 120px 6.25% 0;
  }
  .jqxx-list {
    width: 48.2%;
  }
  .jqxx-list .cover {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .jqxx-list .cover img {
    width: 100%;
    height: 100%;
  }
  .jqxx-list-other {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px 40px;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .jqxx-list-other .tit {
    color: #333;
    font-size: 36px;
    line-height: 1;
  }
  .jqxx-list-other .summary {
    margin-top: 10px;
    padding-bottom: 29px;
    color: #999;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #e7e7e7;
  }
  .jqxx-list-other .btn-entry {
    display: flex;
    padding-top: 10px;
    font-size: 15px;
    line-height: 1;
  }
  .jqxx-list-other .btn-entry a {
    position: relative;
    color: #666;
    margin-right: 20px;
    padding-right: 20px;
  }
  .jqxx-list-other .btn-entry a:hover {
    color: #ff8c15;
  }
  .jqxx-list-other .btn-entry a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #d5d5d5;
  }
  .jqxx-list-other .btn-entry a:last-child::after {
    display: none;
  }
  .bzjd {
    width: 100%;
    height: 920px;
    padding: 120px 6.25% 0;
    background-color: #fff;
  }
  .bzjd-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bzjd-tab-tit .tit {
    color: #333;
    font-size: 40px;
    line-height: 1;
  }
  .bzjd-tab-tit .summary {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .bzjd-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .bzjd-list li {
    width: 31%;
    margin-right: 3%;
  }
  .bzjd-list li .cover {
    width: 100%;
    height: 315px;
    overflow: hidden;
  }
  .bzjd-list li .cover img {
    width: 100%;
    height: 100%;
  }
  .bzjd-list li .word-box {
    padding: 40px 30px 45px;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .bzjd-list li .word-box .tit {
    position: relative;
    padding-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .bzjd-list li .word-box .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #999;
  }
  .bzjd-list li .word-box .summary {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
  }
  .bzjd-list li .word-box .more {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .bzjd-list li .word-box .more .web-iconfont {
    font-size: 8px;
  }
  .zjty-bg {
    width: 100%;
    height: 560px;
    background: url(../images/zjty-bg1.jpg) no-repeat fixed;
    background-size: 100% 100%;
    transition: .3s;
  }
  .zjty-bg.zjty-003003 {
    background: url(../images/zjty-bg2.jpg) no-repeat fixed;
    transition: .3s;
  }
  .zjty-bg.zjty-003004 {
    background: url(../images/zjty-bg3.jpg) no-repeat fixed;
    transition: .3s;
  }
  .zjty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 470px;
    background-color: #f5f5f5;
  }
  .zjty-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 760px;
    height: 60px;
    margin-left: -380px;
  }
  .zjty-tab span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .zjty-tab span.curr, .zjty-tab span:hover {
    color: #fff;
    background-color: #e68109;
    cursor: pointer;
  }
  .zjty .tit {
    color: #333;
    font-size: 40px;
    line-height: 1;
  }
  .zjty .summary {
    max-width: 1230px;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  .zjty .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin-top: 50px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
  }
  .zjty .more:hover {
    color: #fff;
    background-color: #e68109;
    border-color: #e68109;
  }
  .zjty .more:hover:after {
    background: url(../images/zjty-arrow-h.png) no-repeat center/100% 100%;
  }
  .zjty .more:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 22px;
    width: 50px;
    height: 10px;
    background: url(../images/zjty-arrow.png) no-repeat center/100% 100%;
  }
  .cxfs {
    width: 100%;
    height: 603px;
    padding: 120px 6.25% 0;
    background-color: #fff;
  }
  .cxfs-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cxfs-tab-tit .tit {
    color: #333;
    font-size: 40px;
    line-height: 1;
  }
  .cxfs-tab-tit .summary {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .cxfs-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .cxfs-list li {
    width: 31%;
    margin-right: 3%;
  }
  .cxfs-list li .word-box {
    padding: 40px 30px 45px;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .cxfs-list li .word-box .tit {
    position: relative;
    padding-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .cxfs-list li .word-box .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #999;
  }
  .cxfs-list li .word-box .summary {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    height: 50px;
  }
  .cxfs-list li .word-box .more {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .cxfs-list li .word-box .more .web-iconfont {
    font-size: 8px;
  }
  .play {
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: url(../images/play-bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
  }
  .play-tit {
    font-size: 40px;
    line-height: 1;
  }
  .play-summary {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
  }
  .play .player-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1110px;
    height: 110px;
    margin-top: 50px;
  }
  .play .player-list li {
    width: 160px;
    height: 100%;
    background-color: rgba(0, 103, 192, 0.3);
  }
  .play .player-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .play .player-list li a .web-iconfont {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 25px;
  }
  .qmhw {
    width: 100%;
    height: 306px;
    padding: 120px 6.25% 0;
    background-color: #fff;
  }
  .qmhw-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .qmhw-tab-tit .tit {
    margin-bottom: 20px;
    color: #333;
    font-size: 40px;
    line-height: 1;
  }
  .qmhw-tab-tit .summary {
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .hwhd {
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: url(../images/hwhd-bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
  }
  .hwhd .hwhd-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1110px;
  }
  .hwhd .hwhd-list li {
    width: 160px;
  }
  .hwhd .hwhd-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #fff;
  }
  .hwhd .hwhd-list li a .web-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    font-size: 56px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
  }
  .hwhd .hwhd-list li a .tit {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .bhq {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 680px;
    background-color: #f5f5f5;
  }
  .bhq-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -75px;
    width: 87.5%;
    height: 150px;
    margin-left: -43.75%;
    background-color: #fff;
    box-shadow: 5px 0 40px rgba(13, 4, 8, 0.1);
  }
  .bhq-top .top-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100px;
  }
  .bhq-top .top-item:first-child {
    border-right: 1px solid #dedede;
  }
  .bhq-top .top-item:last-child .top-item-btn {
    background-color: #57b7e5;
  }
  .bhq-top .top-item-left {
    margin-right: 10%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .bhq-top .top-item-left {
    margin-right: 2%;
  }
}

@media (min-width: 1200px) {
  .bhq-top .top-item-left p {
    margin: 0;
  }
  .bhq-top .top-item-left .tit {
    color: #333;
    font-size: 16px;
    line-height: 1;
  }
  .bhq-top .top-item-left .summary {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .bhq-top .top-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #96be5e;
    border-radius: 3px;
  }
  .bhq p {
    margin: 0;
  }
  .bhq-tit {
    color: #333;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 20px;
  }
  .bhq-summary {
    margin-top: 15px !important;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .bhq-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    width: 720px;
  }
  .bhq-list .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bhq-list .data-num {
    color: #333;
    font-size: 36px;
    line-height: 1;
  }
  .bhq-list .data-info {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1;
  }
  .bhq .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin-top: 70px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
  }
  .bhq .more:hover {
    color: #fff;
    background-color: #e68109;
    border-color: #e68109;
  }
  .bhq .more:hover:after {
    background: url(../images/zjty-arrow-h.png) no-repeat center/100% 100%;
  }
  .bhq .more:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 22px;
    width: 50px;
    height: 10px;
    background: url(../images/zjty-arrow.png) no-repeat center/100% 100%;
  }
  .kyjc-list {
    position: relative;
    width: 100%;
    height: 630px;
    padding: 140px 6.25% 0;
    background-color: #fff;
  }
  .kyjc-list .swiper-container {
    height: 315px;
  }
  .kyjc-list .swiper-slide {
    position: relative;
  }
  .kyjc-list .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .kyjc-list .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .kyjc-list .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .kyjc-list .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: #e5e5e5;
    border: 4px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }
  .kyjc-list .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #e68109;
    background-color: #fff;
  }
  .zw .head {
    height: 70px;
    border-bottom: none;
    background: url(../images/nav-bg.jpg) no-repeat center/100% 100%;
  }
  .zw .banners .banner .bannerTxt p {
    font-size: 60px;
    color: #d32023;
  }
  .zw .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ec7270;
  }
  .zwxx {
    width: 100%;
    height: 845px;
    padding: 120px 6.25% 0;
    background-color: #fff;
  }
  .zwxx-entry {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .zwxx-entry a {
    width: 31%;
    height: 293px;
    margin-right: 3%;
  }
  .zwxx-entry a img {
    width: 100%;
    height: 100%;
  }
  .zwxx .zxfk-tit {
    width: 100%;
    margin-top: 100px;
    color: #333;
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  .zwxx .zxfk-info {
    width: 100%;
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  .zwxx .zxfk-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 830px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .zwxx .zxfk-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .zwxx .zxfk-list-icon {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    background: url(../images/zxfk-icon.png) no-repeat 0 0;
  }
  .zwxx .zxfk-list-icon.icon01 {
    background-position: 0 0;
  }
  .zwxx .zxfk-list-icon.icon02 {
    background-position: -72px 0;
  }
  .zwxx .zxfk-list-icon.icon03 {
    background-position: -144px 0;
  }
  .zwxx .zxfk-list-icon.icon04 {
    background-position: -216px 0;
  }
  .zwxx .zxfk-list-name {
    margin-top: 18px;
    color: #666;
    font-size: 16px;
    line-height: 1;
  }
  .zfxx-ad {
    display: flex;
    width: 100%;
    height: 450px;
    background: url(../images/zfxx-ad.jpg) no-repeat center/100% 100%;
  }
}

@media (max-width: 767.9px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
  .banner-mob {
    position: relative;
    width: 100%;
    height: 211px;
  }
  .banner-mob img {
    width: 100%;
    height: 100%;
  }
  .banner-mob .arrow-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: block;
    width: 13px;
    height: 20px;
    background: url(../img/img04.png) no-repeat;
    background-size: 100% 100%;
    animation: upDown 2.5s infinite;
  }
  @keyframes upDown {
    0% {
      bottom: 20px;
      opacity: 0;
    }
    50% {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 20px;
      opacity: 0;
    }
  }
  @-webkit-keyframes upDown {
    0% {
      bottom: 20px;
      opacity: 0;
    }
    50% {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 20px;
      opacity: 0;
    }
  }
  .index-zwxx {
    padding-top: 30px !important;
  }
  .index-pic {
    margin-top: 30px;
    padding-bottom: 0 !important;
  }
  .jqyy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 230px;
    color: #fff;
    background: url(../images/jqyy-bg-mob.jpg) no-repeat center/100% 100%;
  }
  .jqyy p {
    margin-bottom: 0;
  }
  .jqyy-tit {
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
  }
  .jqyy-summary {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1;
  }
  .jqyy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    margin-top: 20px;
    color: #fff !important;
    font-size: 12px;
    background-color: #e68109;
    border-radius: 2px;
  }
  .jqyy-btn .web-iconfont {
    font-size: 8px;
    transform: scale(0.9);
  }
  .jqxx-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    background-color: #fcfcfc;
  }
  .jqxx-list img {
    width: 100%;
    height: 140px;
  }
  .jqxx-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 1px 0 50px rgba(5, 1, 1, 0.1);
  }
  .jqxx-list:last-child {
    padding-bottom: 60px;
  }
  .hwhd-btn {
    position: relative;
    width: 100%;
    height: 230px;
    margin-top: 40px;
    background: url(../images/hwhd-bg-mob.jpg) no-repeat center/100% 100%;
  }
  .hwhd-btn .swiper-container {
    position: absolute;
    top: 20%;
    /* left: 20px; */
    transform: translateY(-25%);
    height: 100%;
  }
  .hwhd-btn a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  .hwhd-btn a .web-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 28px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
  }
  .hwhd-btn a .tit {
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
  }
  .kyjc-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 20px;
  }
  .kyjc-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 157px;
    height: 90px;
    margin-top: 5px;
    color: #fff;
  }
  .kyjc-btn a.item01 {
    background-color: #96be5e;
  }
  .kyjc-btn a.item02 {
    background-color: #57b7e5;
  }
  .kyjc-btn a .web-iconfont {
    font-size: 28px;
  }
  .kyjc-btn a .tit {
    font-size: 13px;
    line-height: 1;
  }
  .kyjcjj {
    width: 100%;
    padding: 0 20px;
  }
  .kyjcjj .tit {
    color: #333;
    font-weight: bold;
    font-size: 23px;
    line-height: 1;
    text-align: center;
  }
  .kyjcjj-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
  .kyjcjj-type-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .kyjcjj-type-item .num {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .kyjcjj-type-item .num-info {
    margin-top: 8px;
    color: #666;
    font-size: 9px;
  }
  .kyjcjj .summary {
    margin-top: 30px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .zwxx {
    width: 100%;
    padding: 60px 20px 0;
    background-color: #fff;
  }
  .zwxx-swiper {
    width: 100%;
    height: 188px;
  }
  .zwxx-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .zwxx-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .zwxx-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .zwxx-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 20px 60px;
  }
  .zwxx-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 157px;
    height: 90px;
    margin-top: 5px;
    color: #fff;
  }
  .zwxx-btn a.item01 {
    background-color: #69bbed;
  }
  .zwxx-btn a.item02 {
    background-color: #5ed3c3;
  }
  .zwxx-btn a.item03 {
    background-color: #f98d82;
  }
  .zwxx-btn a.item04 {
    background-color: #ffa04b;
  }
  .zwxx-btn a .web-iconfont {
    font-size: 28px;
  }
  .zwxx-btn a .tit {
    font-size: 13px;
    line-height: 1;
  }
  .zwxx-link {
    display: flex;
    width: 100%;
    height: 180px;
    background: url(../images/zfxx-ad-mob.jpg) no-repeat center/100% 100%;
  }
  .mob {
    padding: 60px 20px 0;
  }
  .mob-tit {
    color: #333;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    font-family: Times New Roman;
  }
  .mob-summary {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
  }
  .mob-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .mob-tab span {
    position: relative;
    margin-right: 24px;
    padding-bottom: 12px;
    color: #666;
    font-size: 15px;
    font-family: Times New Roman;
  }
  .mob-tab span.curr {
    color: #ff8c15;
    font-weight: bold;
    
  }
  .mob-tab span.curr::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #ff8c15;
  }
  .mob-list {
    display: flex;
    flex-direction: column;
    padding: 5px 20px 0;
  }
  .mob-list a {
    width: 100%;
    margin-top: 25px;
  }
  .mob-list a .cover {
    width: 100%;
    height: 183px;
  }
  .mob-list a .cover img {
    width: 100%;
    height: 100%;
  }
  .mob-list a .word-box {
    padding: 18px 15px;
    box-shadow: 1px 0 25px rgba(5, 1, 1, 0.1);
  }
  .mob-list a .word-box .tit {
    color: #333;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    font-family: Times New Roman;

  }
  .mob-list a .word-box .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .mob-list a .word-box .time span {
    color: #999;
    font-size: 11px;
  }
  .mob-list a .word-box .time span.web-iconfont {
    margin-right: 6px;
    font-size: 12px;
  }
  .mob-list a .word-box .summary {
    margin-top: 15px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    font-family: Times New Roman;

  }
  .mob-list a .word-box .look-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 12px;
  }
  .mob-list a .word-box .look-detail .web-iconfont {
    font-size: 8px;
    transform: scale(0.8);
  }
  .mob-list a .other-box .tit {
    position: relative;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .mob-list a .other-box .tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1.5px;
    background-color: #999;
  }
  .mob-more {
    display: block;
    width: 115px;
    height: 30px;
    margin: 40px auto 50px;
    background: url(../img/en-moblie-more_06.jpg) no-repeat center/100% 100%;
  }
  .mob-pic-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px 35px;
  }
  .mob-pic-list a {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 25px 0px rgba(5,1,1,0.1);
  }
  .mob-pic-list a p:nth-child(1){
    width: 100%;
    height: 80%;
  }
  .mob-pic-list a p img{
    width: 100%;
    height:100%;
  } 
  .have-fun a img {
    width: 100%;
    height:100%;
  }
  .mob-pic-list a p:nth-child(2) {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    font-size: 15px;
    margin-left: 20px;
    font-family: Times New Roman;
  }
  .mob-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0 20px;
  }
  .mob-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(98% / 2);
    height: 110px;
    color: #333;
    border: 1px solid #e6e6e6;
    border-left: none;
    margin-bottom: 10px;
  }
  .mob-btn a:nth-child(1), .mob-btn a:nth-child(2), .mob-btn a:nth-child(3) {
    border-bottom: none;
  }
  .mob-btn a:nth-child(3n) {
    border-right: none;
  }
  .mob-btn a .web-iconfont {
    font-size: 23px;
  }
  .mob-btn a .tit {
    font-size: 15px;
    font-weight: bold;
  }
  .mob-btn a img{
    width: 100%;
    height: 100%;
  }
}
