@media screen and (max-width:1115px) {  
  .content .index .modules-list {
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #777;
    padding: 12px 5px 5px 10px
  }
	
  .content .index .modules-list .item {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px
  }
  .content .index .modules-list .item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #a3a2a2
  }
  .content .index .dongtai {
    background: rgba(240, 243, 247, .7);
    border: 1px solid #cdd2e2;
    padding: 12px 5px 5px 10px;
    margin-top: 28px
  }
  .content .index .dongtai .article-list {
    width: 100%
  }
  .content .index .dongtai .article-list .title {
    font-size: 20px;
    font-family: FZCuSong-B09S;
    font-weight: 700;
    color: #2e6cc5
  }
  .content .index .dongtai .article-list .list-wrap {
    width: 100%
  }
  .content .index .dongtai .article-list .list-wrap .list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    color: #777;
    margin-top: 15px
  }
  .content .index .dongtai .article-list .list-wrap .list-item .list-time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777;
    white-space: nowrap
  }
  .content .index .dongtai .article-list .list-wrap .list-item .list-title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #191919;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
    cursor: pointer
  }
  .content .index .dongtai .article-list .list-wrap .list-item .list-title:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #77aaf6;
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .content .index .dongtai .article-swipe {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 200px
  }
  .content .index .three-modules {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .content .index .three-modules .modules {
    width: 100%;
    padding: 0;
    height: auto;
    background: #fff
  }
  .content .index .three-modules .modules .modules-tit {
    background: #5ba2fb;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    padding-left: 35px;
    line-height: 30px
  }
  .content .index .three-modules .modules .modules-bg-1 {
    display: none;
    margin: 0 auto;
    height: 153px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(modules-bg-1.png)
  }
  .content .index .three-modules .modules .modules-bg-2 {
    display: none;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 153px;
    background-image: url(modules-bg-2.png)
  }
  .content .index .three-modules .modules .modules-bg-3 {
    display: none;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 153px;
    background-image: url(modules-bg-3.png)
  }
  .content .index .center-business-wrap {
    margin: 0;
  }
  .content .index .center-business-wrap .wrap-title {
    display: none
  }
  .content .index .center-business-wrap .wrap-title-mobile {
    display: block
  }
  .content .index .center-business-wrap .wrap-title-mobile {
    background: #5ba2fb;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    padding-left: 35px;
    line-height: 30px
  }
  .content .index .center-business-wrap .center-business-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
  }
  .content .index .center-business-wrap .center-business-container .left-container {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    height: auto;
    border: none;
  }
  .content .index .center-business-wrap .center-business-container .left-container .left-title {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #306fb4;
    line-height: 46px;
    padding-left: 35px;
    position: relative;
    border: none;
    height: auto;
  }
  .content .index .center-business-wrap .center-business-container .left-container .left-title:before {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #306fb4;
    position: absolute;
    bottom: 0;
    left: 40px
  }
  .content .index .center-business-wrap .center-business-container .right-container {
    width: 100%;
    background: #fff;
    height: auto;
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-1 .right-container-1-item {
    text-align: center;
    display: block;
    width: 45%;
    height: 110px;
    margin-bottom: 19px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #306fb4
  }
	.content .index .center-business-wrap .center-business-container .right-container .right-container-1 .right-container-1-item:hover {
    display: block;
    width: 45%;
    height: 110px;
    margin-bottom: 19px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #306fb4
  }
	
  .content .index .center-business-wrap .center-business-container .right-container .right-container-1 .right-container-1-item img {
    width: 45px
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-2 {
    width: 95%;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    padding: 30px 0
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-2 .right-container-2-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-2 .right-container-2-top img {
    margin-right: 32px;
    width: 50px;
    height: 50px
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-2 .right-container-2-top p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #306fb4
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-2 .right-container-2-bottom {
    font-size: 24px;
    font-family: Impact;
    font-weight: 700;
    color: #306fb4;
    text-align: center;
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 8px
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-3 .right-container-3-item {
    text-align: center;
    display: block;
    width: 45%;
    height: 110px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #306fb4
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-3 .right-container-3-item img {
    width: 45px;
    margin-right: 0;
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-4 .right-container-4-item {
    text-align: center;
    display: block;
    width: 45%;
    height: 110px;
    margin-bottom: 19px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #306fb4
  }
  .content .index .center-business-wrap .center-business-container .right-container .right-container-4 .right-container-4-item img {
    width: 45px
  }
  .swiper-container, .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .swiper-container, .swiper-slide img {
    width: 100%;
  }
  .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
  }
  .swiper-pagination-switch::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    right: -7px;
    top: -7px;
  }
  .swiper-active-switch::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    right: -7px;
    opacity: 1;
    top: -7px;
  }
  .swiper-active-switch {
    background: #fff;
    opacity: 1;
  }
}