/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {

  /*other-menu*/
  .other-menu {
    display: none;
  }
}

@media (max-width: 767px) {

  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }

  .comp-pages .page-phone {
    display: block !important;
  }

  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }

  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }

  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-text-list-02 li {
    margin-bottom: 20px;
  }

  .comp-text-list-02 .box-s {
    padding: 15px;
  }

  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }

  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }

  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }

  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }

  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }

  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }

  .comp-text-list-05 .box-s .box-more {
    display: none;
  }

  .comp-text-list-06 .box-s {
    padding-right: 0;
  }

  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }

  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }

  .comp-text-list-07 li {
    margin-bottom: 20px;
  }

  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }

  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }

  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }

  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }

  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }

  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }

  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }

  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }

  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }

  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }

  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }

  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }

  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }

  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }

  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }

  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }

  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }

  .comp-personnel-details-01 .info-top .box-info {
    padding: 20px 15px;
  }

  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }

  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }

  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }

  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }

  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }

  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }

  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }

  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }

  .comp-personnel-details-03 .details-info {
    float: none;
  }
}

/*网站响应样式*/
@media (max-width: 1799px) {
  nav.navbar.bootsnav ul.nav>li>a {
    /* padding: 10px 45px; */
    padding: 10px 43px;
  }

  .research-list-link .img-box {
    height: 465px;
  }

  .events-list-left .img-box {
    height: 370px;
  }

  .events-list-right .img-box {
    height: 270px;
  }

  .events-list-right .info {
    padding: 33px 30px 33px 30px;
  }

  .left-platform ul .img-box {
    height: 125px;
  }

  .index-box5 .title-box .fl span {
    font-size: 28px;
  }

  .right-video .left-video {
    width: 480px;
  }

  .right-video .left-video .img-box {
    height: 270px;
  }

  .right-video .left-video .img-box::before {
    width: 80px;
    height: 80px;
  }

  .right-video .right-video-list .img-box {
    width: 140px;
    height: 80px;
  }

  .right-video .right-video-list .title {
    height: 80px;
  }

  .right-video .right-video-list .title div {
    max-height: 72px;
    -webkit-line-clamp: 3;
  }

  .right-video .right-video-list li {
    margin-bottom: 15px;
  }

  .right-video .right-video-list .img-box::before {
    width: 45px;
    height: 45px;
  }

  .link-list {
    height: 296px;
  }

  .footer .col {
    margin-right: 21px;
  }
}

@media (max-width: 1599px) {
  nav.navbar.bootsnav ul.nav>li>a {
    /* padding: 10px 39px; */
    padding: 10px 37px;
  }

  .research-list-link .img-box {
    height: 430px;
  }

  .events-list-left .img-box {
    height: 344px;
  }

  .events-list-right .img-box {
    height: 250px;
  }

  .events-list-right .info {
    padding: 30px 30px 30px 30px;
  }

  .left-platform {
    padding: 45px 40px 45px 40px;
  }

  .left-platform ul .img-box {
    height: 134px;
  }

  .index-box6 .swiper-container {
    margin: -25px -15px -40px -15px;
  }

  .index-box6 .swiper-container .swiper-slide {
    padding: 25px 15px 40px 15px;
  }

  .footer .col {
    width: auto;
    max-width: 220px;
    /* margin-right: 69px; */
    margin-right: 90px;
  }
}

@media (max-width: 1499px) {
  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 28px;
  }

  .header-logo {
    width: 540px;
  }

  .head-right-top {
    margin-top: 6px;
  }

  .banner-box {
    height: 600px;
  }

  .banner-box .title {
    width: 540px;
    font-size: 20px;
    line-height: 28px;
    height: 84px;
  }

  .banner-box .title-bg {
    background-size: 830px 164px;
    padding: 40px 0;
  }

  .index-box1:hover .banner-next {
    right: 20px;
  }

  .index-box1:hover .banner-prev {
    left: 20px;
  }

  .index-box1 .banner-next,
  .index-box1 .banner-prev {
    width: 56px;
    height: 73px;
  }

  .index-title .title img {
    width: 45px;
  }

  .index-title .title span {
    font-size: 34px;
    line-height: 40px;
  }

  .research-list-link .img-box {
    height: 367px;
  }

  .research-list-link .info {
    min-height: 182px;
    padding: 20px 40px 24px 24px;
  }

  .events-list-left .img-box {
    height: 298px;
  }

  .events-list-right .img-box {
    height: 215px;
  }

  .events-list-right .title {
    margin-bottom: 17px;
  }

  .m25 {
    margin: 0 -15px;
  }

  .p25 {
    padding: 0 15px;
  }

  .col-sthjEn-4 {
    width: 30%;
  }

  .col-sthjEn-8 {
    width: 70%;
  }

  .right-video {
    padding: 30px 20px;
  }

  .left-platform {
    padding: 30px 20px;
  }

  .index-box5 .title-box .fl span {
    font-size: 23px;
  }

  .left-platform ul .img-box {
    height: 126px;
  }

  .link-list {
    height: 254px;
  }

  .index-box6 .link-next,
  .index-box6 .link-prev {
    width: 25px;
    height: 38px;
  }

  .footer .col {
    /* margin-right: 39px; */
    margin-right: 67px;
  }


}

@media (max-width: 1439px) {
  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 26px;
  }

  .pep-list2 .img-box {
    height: 160px;
  }

  .footer .col {
    margin-right: 62px;
  }

}

@media (max-width: 1279px) {
  .search-box {
    width: 170px;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    /* padding: 10px 23px; */
    padding: 10px 21px;
  }

  .banner-box {
    height: 560px;
  }

  .index-title .title img {
    width: 40px;
  }

  .index-title .title span {
    font-size: 30px;
    line-height: 36px;
  }

  .index-title a {
    top: 0;
  }

  .m23 {
    margin: 0 -15px;
  }

  .p23 {
    padding: 0 15px;
  }

  .research-list-link .img-box {
    height: 358px;
    margin-right: 25px;
  }

  .research-list-link .info {
    margin-left: 20px;
    min-height: 170px;
    padding: 20px 40px 24px 24px;
  }

  .research-list-link .title {
    margin-bottom: 10px;
  }

  .research-list-link .desc {
    margin-bottom: 15px;
  }

  .index-box {
    padding: 60px 0 70px 0;
  }

  .m30 {
    margin: 0 -15px;
  }

  .p30 {
    padding: 0 15px;
  }

  .events-list-left .img-box {
    height: 288px;
  }

  .events-list-right .img-box {
    height: 212px;
  }

  .events-list-right .info {
    padding: 25px 15px 28px 15px;
  }

  .divisions-list {
    margin-bottom: 30px;
    border-radius: 30px 0 30px 0;
  }

  .divisions-list img {
    height: 120px;
  }

  .divisions-list .info {
    padding: 25px 20px;
    min-height: 187px;
  }

  .index-box4 {
    padding-bottom: 30px;
  }

  .col-sthjEn-4,
  .col-sthjEn-8 {
    width: 100%;
  }

  .left-platform {
    margin-bottom: 30px;
  }

  .left-platform ul {
    margin: 0 -15px;
  }

  .left-platform ul li {
    float: left;
    width: 50%;
    margin-bottom: 0px !important;
    padding: 0 15px;
  }

  .left-platform ul .img-box {
    height: 217px;
  }

  .index-box5 .title-box {
    margin-bottom: 25px;
  }

  .left-platform ul .img-box::before {
    height: 130px;
  }

  .link-list {
    height: 234px;
  }

  .index-box6 .link-next,
  .index-box6 .link-prev {
    top: 59%;
  }

  .footer .col {
    /* margin-right: 25px; */
    margin-right: 48px;
  }
}

@media (max-width: 1199px) {
  .header-logo {
    width: 410px;
  }

  .head-right-top {
    margin-top: 0;
    margin-right: 50px;
  }

  .head-right-top li {
    margin-left: 20px;
  }

  .head-right-top li::before {
    left: -10px;
  }

  .search-box {
    width: 140px;
  }

  .nav-wrap {
    display: none;
  }

  .header>.container>.fix {
    padding-bottom: 0;
    position: relative;
  }

  .toggle {
    display: block;
    top: 6px;
  }

  .banner-box {
    height: 480px;
  }

  .banner-box .title-bg {
    background-size: 730px 144px;
    padding: 30px 0;
  }

  .hc-mobile-nav .nav-container {
    width: 310px;
  }

  .hc-mobile-nav .nav-wrapper {
    /* background: linear-gradient(90deg, #35A78E, #0889D8); */
    background: rgba(41, 67, 160, .9);
  }

  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: #2943A0;
    border-top: 1px solid #2943A0;
    border-bottom: 1px solid #2943A0;
  }

  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #2943A0;
  }

  .hc-mobile-nav h2 {
    padding: 30px 10px;
    color: #FFF;
  }

  .hc-mobile-nav h2 img {
    margin: 0 auto;
  }

  .research-list-link .img-box {
    height: 287px;
  }

  .events-list-left .img-box {
    height: 235px;
  }

  .events-list-right .img-box {
    height: 173px;
  }

  .events-list-right .title {
    line-height: 25px;
    height: 75px;
  }

  .left-platform ul .img-box {
    height: 176px;
  }

  .link-list {
    height: 302px;
  }

  .footer .col {
    max-width: none;
    margin-right: 0;
    width: 25%;
    margin-bottom: 20px;
  }

  .footer .col:nth-child(4n+1) {
    clear: left;
  }

  .footer .foot-top {
    padding: 65px 0 45px 0;
  }

  .ny-header .toggle span,
  .ny-header .toggle span::before,
  .ny-header .toggle span::after {
    background: #999;
  }

  .index-box4 .row .col-lg-3:nth-child(4n+1) {
    clear: none;
  }

  .index-box4 .row .col-lg-3:nth-child(2n+1) {
    clear: left;
  }

  .sitemap-box .group-box ul li {
    width: 33.3333333%;
  }

  .sitemap-box .group-box ul li:nth-child(5n+1) {
    clear: none;
  }

  .sitemap-box .group-box ul li:nth-child(3n+1) {
    clear: left;
  }

  .hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
    border-left: none;
  }

  .hc-mobile-nav:not(.touch-device) a:hover {
    background: #219ab0;
    color: #FFF;
  }

  .pep-list2 .col-lg-5ths:nth-child(5n+1) {
    clear: none;
  }

  .pep-list2 .col-lg-5ths:nth-child(4n+1) {
    clear: left;
  }

  .ryxm-list .col-lg-3:nth-child(4n+1) {
    clear: none;
  }

  .ryxm-list .col-lg-3:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 991px) {
  .banner-box {
    height: 430px;
  }

  .index-box1 .banner-next,
  .index-box1 .banner-prev {
    width: 40px;
    height: 60px;
  }

  .index-box1 .swiper-pagination {
    bottom: 35px;
    right: 25px;
  }

  .head-right-top {
    position: absolute;
    right: 0;
  }

  .header-logo {
    /* width: 380px; */
    width: 460px;
    margin-top: 45px;
  }

  .toggle {
    top: 8px;
  }

  .header {
    padding-top: 15px;
  }

  .index-box {
    padding: 50px 0;
  }

  .index-title {
    margin-bottom: 30px;
  }

  .research-list-link .img-box {
    height: 224px;
    margin-right: 10px;
  }

  .research-list-link .info {
    margin-left: 10px;
    margin-top: -70px;
    min-height: 148px;
    padding: 15px 35px 20px 18px;
  }

  .research-list-link .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }

  .research-list-link .desc {
    font-size: 14px;
  }

  .col-sthjEn-5,
  .col-sthjEn-7 {
    width: 100%;
  }

  .events-list-left .img-box {
    height: 475px;
  }

  .events-list-left {
    margin-bottom: 30px;
  }

  .events-list-right .img-box {
    height: 228px;
  }

  .events-list-right {
    margin-bottom: 45px;
  }

  .left-platform ul .img-box {
    height: 132px;
  }

  .right-video .left-video {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .right-video .left-video .img-box {
    height: auto;
  }

  .right-video .right-video-list .img-box {
    width: 190px;
    height: 107px;
  }

  .right-video .right-video-list .title {
    height: 107px;
  }

  .link-list {
    height: 224px;
  }
}

@media (max-width: 767px) {
  .header {
    position: static;
    /* background: linear-gradient(90deg, #35A78E, #0889D8); */
    background: #2943A0;
    padding-bottom: 20px;
  }

  .banner-box>div::after {
    display: none;
  }

  .header-logo {
    width: 345px;
    margin-top: 100px;
  }

  .toggle {
    top: 7px;
  }

  .head-right-top {
    left: 0;
    margin-right: 0;
  }

  .head-right-top li:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .search-box {
    width: 100%;
  }

  .banner-box {
    height: 250px;
  }

  .banner-box .title-bg {
    background-size: cover;
    padding: 15px 0;
  }

  .banner-box .title {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    -webkit-line-clamp: 2;
  }

  .index-box1 .swiper-pagination {
    display: none;
  }

  .index-box1 .banner-next,
  .index-box1 .banner-prev {
    display: none;
  }

  .index-box3 .swiper-container {
    margin: -20px -10px;
  }

  .index-box3 .swiper-slide {
    padding: 20px 10px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .index-title .title {
    float: left;
  }

  .index-title .title img {
    width: 35px;
  }

  .index-title .title span {
    font-size: 24px;
    line-height: 32px;
  }

  .index-title a {
    width: 100px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .research-list-link {
    margin-bottom: 30px;
  }

  .research-list-link .img-box {
    height: auto;
  }

  .research-list-link .title {
    height: auto;
    display: block;
  }

  .index-box {
    padding: 30px 0;
  }

  .index-box2 {
    padding-bottom: 10px;
  }

  .events-list-left .img-box {
    height: 228px;
  }

  .events-list-left .date {
    width: 80px;
    height: 80px;
  }

  .events-list-left .date div {
    font-size: 14px;
  }

  .events-list-left .date div:nth-child(1) {
    font-weight: bold;
    font-size: 28px;
  }

  .events-list-left .title {
    height: 80px;
    padding: 0 20px;
  }

  .events-list-left .title div {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
  }

  .events-list-right {
    margin-bottom: 30px;
  }

  .events-list-right .img-box {
    height: 228px;
  }

  .events-list-right .title {
    font-size: 16px;
    height: auto;
  }

  .index-box3 {
    padding-bottom: 50px;
  }

  .index-box3 .events-page {
    bottom: 40px;
  }

  .index-box4 .index-title .title img {
    display: none;
  }

  .index-box4 .index-title .title span {
    font-size: 22px;
    line-height: 35px;
  }

  .divisions-list .info {
    min-height: auto;
  }

  .divisions-list .title {
    max-height: none;
    display: block;
  }

  .divisions-scoll {
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
  }

  .left-platform ul {
    margin: 0;
  }

  .left-platform ul li {
    float: none;
    width: 100%;
    margin-bottom: 25px !important;
    padding: 0;
  }

  .left-platform ul li:last-child {
    margin-bottom: 0 !important;
  }

  .left-platform ul .img-box {
    height: auto;
  }

  .index-box5 .title-box .fl img {
    display: none;
  }

  .index-box5 .title-box .fr {
    width: 100px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .right-video .left-video .img-box::before {
    width: 60px;
    height: 60px;
    background-size: 17px 21px;
  }

  .right-video .right-video-list li {
    margin-bottom: 30px;
  }

  .right-video .right-video-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .right-video .right-video-list .title {
    height: auto;
  }

  .right-video .right-video-list .title div {
    max-height: none;
    display: block;
  }

  .index-box5 {
    padding-bottom: 5px;
  }

  .index-box6 .swiper-container {
    margin: -25px -10px -40px -10px;
  }

  .index-box6 .swiper-container .swiper-slide {
    padding: 25px 10px 40px 10px;
  }

  .link-list {
    height: 230px;
  }

  .index-box6 .link-next,
  .index-box6 .link-prev {
    display: none;
  }

  .footer .foot-top {
    display: none;
  }

  .backTop {
    right: 15px;
    bottom: 120px;
    width: 45px;
    height: 45px;
    font-size: 13px;
    line-height: 45px;
  }

  .ny-header .header {
    background: #FFFFFF;
    /* border-bottom: 2px solid #21987A; */
    border-bottom: 2px solid #2943A0;
  }

  .ny-box {
    padding: 30px 0 40px;
  }

  .sitemap-box .group-box ul li {
    width: 50%;
  }

  .sitemap-box .group-box ul li:nth-child(3n+1) {
    clear: none;
  }

  .sitemap-box .group-box ul li:nth-child(2n+1) {
    clear: left;
  }

  .comp-pages .page-phone {
    background: #35A78E;
  }

  .pep-list2 .col-lg-5ths:nth-child(4n+1) {
    clear: none;
  }

  .pep-list2 .col-lg-5ths:nth-child(2n+1) {
    clear: left;
  }
}

/*             内页               */
@media (max-width: 1550px) {
  .right-icon {
    right: 10px;
  }
}

@media (max-width: 1279px) {
  .toplunb .t-lun {
    height: 367px;
  }

  .banner-right .top-t-box {
    padding-bottom: 15px;
  }

  .banner-right .top-t-ul {
    padding-top: 0;
  }

  .fmimg {
    height: auto;
  }

  .top-xsqk li a {
    height: 100px;
  }

  .tw-sxlist.sp .img-box {
    height: 135px;
  }

  .pep-list2 .img-box {
    height: 158px;
  }

  .pep-list3 .img-box {
    height: 135px;
  }

  .bm-list .img-box {
    height: 174px;
  }

  .ny-tp-list .box-s .box-img {
    height: 158px;
  }
}

@media (max-width: 1199px) {
  .box-mouse {
    display: none;
  }

  .title-box .i-more {
    right: 10px;
  }

  .index-link li a {
    height: 72px;
  }

  .index-box2 .index-left {
    width: 100%;
  }

  .index-box2 .index-right {
    width: 100%;
  }

  .index-link {
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }

  .index-link li {
    width: 50%;
    float: left;
    padding: 0 10px;
    /* margin-bottom: 0; */
  }

  .index-link2 li {
    width: 100%;
    margin-bottom: 6px;
  }

  .index-link2 li a {
    height: 67px;
  }

  .wz-list .box-s .box-title {
    font-size: 16px;
  }

  .title-box .i-title {
    font-size: 18px;
  }

  .notice-ul li {
    margin-bottom: 10px;
  }

  .title-box2 {
    margin-bottom: 10px;
  }

  /* .marquee-box {
    height: 270px;
  } */
  .ptfw li {
    width: 25%;
    margin-bottom: 15px;
  }

  .ptfw li:nth-last-child(1),
  .ptfw li:nth-last-child(2),
  .ptfw li:nth-last-child(3) {
    width: 33.33%;
  }

  .index-box4 .col-333 {
    width: 50%;
    float: left;
  }

  .index-box4 .col-333:first-child {
    width: 100%;
  }

  .index-tp-list li {
    width: 25%;
  }

  .tp-list {
    height: 157px;
  }

  .index-tp-list li {
    margin-bottom: 30px;
  }

  .foot-txt,
  .foot-ui-select {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .foot-content {
    margin-left: 0;
  }

  .ord-bm .txt3 li {
    width: 50%;
    margin-bottom: 10px !important;
  }

  .top-yjdw-pep .top-pep {
    margin-right: 10px;
  }

  .top-yjs-bottom li {
    margin-bottom: 10px;
  }

  .top-kpwz a .img-box img {
    height: 66px;
  }

  .top-xsqk li a {
    height: 77px;
  }

  .tw-sxlist.sp .img-box {
    height: 168px;
  }

  .pep-list2 .img-box,
  .pep-list3 .img-box {
    /* height: 246px; */
  }

  .pep-form input {
    width: 25% !important;
    margin-right: 20px !important;
  }

  .bm-list .img-box {
    height: 138px;
  }

  .bm-list .bm-txt h1 {
    font-size: 17px;
  }

  .ny-tp-list .box-s .box-img {
    height: 197px;
  }

  .lg-object {
    min-width: 0;
  }

  .lsyg-list {
    padding: 0;
  }

  .other-menu .menu-title {
    padding: 15px;
    font-size: 22px;
    min-height: 70px;
  }

  .toplunb .t-lun {
    height: 302px;
  }

  .banner-right {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .banner-right .top-t-box h3 {
    font-size: 20px;
    line-height: 26px;
    -webkit-line-clamp: 1;
    max-height: 26px;
  }

  .banner-right .top-t-ul li {
    padding: 9px 0;
  }

  .banner-right .top-t-ul .t-list-title {
    font-size: 16px;
  }

  .banner-right .top-t-ul li::before {
    top: 12px;
  }

  .banner-right .top-t-ul .t-list-date {
    font-size: 14px;
    line-height: 26px;
  }

  .toplunb .t-lun .lun-title {
    padding-left: 10px;
  }

  .toplunb .t-lun .lun-title p {
    font-size: 16px;
  }

  nav.navbar.bootsnav {
    margin-top: 20px;
  }

  .pep-list2 .img-box {
    height: 118px;
  }
}

@media (max-width: 991px) {
  .toplunb .t-lun {
    height: 475px;
  }

  .banner-right {
    padding: 15px;
    display: block;
    overflow: hidden;
  }

  .wz-img {
    width: 300px;
    height: 200px;
  }

  .wz-list .box-s {
    padding-bottom: 12px;
  }

  .index-link li a {
    height: 40px;
  }

  .tp-list {
    height: 118px;
  }

  .index-box4 .col-333 {
    width: 100%;
  }

  .index-tw-list li {
    width: 50%;
    float: left;
  }

  .index-tw-list li .index-tw-txt p {
    padding-right: 10px;
  }

  .index-tw-list li {
    margin-bottom: 20px;
  }

  .index-link2 li {
    width: 50%;
  }

  .index-link2 li a {
    height: 52px;
  }

  .nav-wrap {
    position: relative;
  }

  .searchBox-pc {
    display: none;
  }

  .searchBox-ph {
    display: block;
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 12px;
    color: #333;
  }

  .searchBox-ph .searchbox {
    height: 35px;
    border-radius: 35px;
  }

  .searchBox-ph .searchbox input[type="text"] {
    line-height: 35px;
    height: 35px;
    color: #333;
  }

  .searchBox-ph .searchbox input[type="submit"] {
    background: url(comm-search-btn.png) no-repeat;
  }

  .searchBox-ph input::-webkit-input-placeholder {
    color: #999;
  }

  .searchBox-ph input::-moz-input-placeholder {
    color: #999;
  }

  .searchBox-ph input::-ms-input-placeholder {
    color: #999;
  }

  nav.navbar.bootsnav .navbar-header {
    display: none;
  }

  .searchbox {
    background: #fff;
  }

  .details-page .detail-top .title-s {
    font-size: 18px;
  }

  .ny-cont {
    padding: 20px;
    margin-left: 0;
  }

  .nav-bg {
    margin-bottom: 30px;
  }

  .clear-4>div:nth-child(4n + 1) {
    clear: none;
  }

  .clear-4>div:nth-child(2n + 1) {
    clear: left;
  }

  .open-link {
    margin-bottom: 30px;
  }

  .tw-sxlist.sp .img-box {
    height: 182px;
  }

  .hjinfo .box-btn {
    padding-left: 0;
  }

  .pep-list2 .img-box,
  .pep-list3 .img-box {
    /* height: 262px; */
  }

  .bm-list .img-box {
    height: 150px;
  }

  .bm-list .bm-txt {
    padding: 15px;
  }

  .bm-list .bm-txt h1 {
    font-size: 16px;
  }

  .ny-tp-list .box-s .box-img {
    height: 215px;
  }

  .pep-list .img-box {
    width: 150px;
    margin-right: 30px;
  }

  .dp-szpic {
    width: 150px;
  }

  .dp-sztxt {
    width: calc(100% - 150px);
  }

  .right-top .ny-r-title {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 5px;
  }

  .right-top .ny-r-title::before {
    bottom: auto;
    top: 7px;
    width: 3px;
    height: 14px;
  }

  .right-top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .searchbox input[type="submit"] {
    top: 10px;
  }

  .index-link li {
    width: 50%;
    margin-bottom: 10px;
  }

  .index-link li a {
    height: 58px;
  }

  .ptfw {
    margin-bottom: -15px;
  }

  .index-link {
    margin-bottom: 20px;
  }

  .other-link {
    margin-top: 0;
  }

  .tw-sxlist {
    margin-bottom: 20px;
  }

  .pep-list2 .img-box {
    height: 130px;
  }

  .footer .foot-bottom .footer-logo {
    width: 180px;
    margin-right: 15px;
  }

  .footer .foot-bottom span,
  .footer .foot-bottom a {
    font-size: 14px;
    line-height: 26px;
  }

  .sydw-logo {
    width: 48px;
  }

  .backTop {
    bottom: 220px;
  }






}

@media (max-width: 767px) {
  .toplunb .t-lun {
    height: 240px;
  }

  .toplunb .t-lun .lun-title {
    padding: 60px 10px 10px;
  }

  .toplunb .t-lun .lun-title p {
    font-size: 16px;
    line-height: 20px;
  }

  .toplunb .owl-dots {
    bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .toplunb .owl-dots .owl-dot {
    margin: 0 3px;
  }

  .banner-right .top-t-ul li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
  }

  .banner-right .top-t-ul .t-list-date {
    position: static;
    font-size: 14px;
    padding-left: 30px;
  }

  .banner-right .top-t-ul .t-list-title {
    width: 100%;
    padding-right: 0;
    white-space: normal;
    font-size: 16px;
  }

  .title-box .i-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wz-img {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
  }

  .wz-list .box-s .box-title {
    padding-right: 0;
  }

  .wz-list .box-s::before {
    top: 7px;
  }

  .index-link {
    margin: 0;
  }

  .index-link li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .index-link li a {
    height: auto;
  }

  .index-box {
    margin-bottom: 20px;
  }

  .marquee-box {
    height: auto;
  }

  .notice-ul .notice-list-title {
    display: block;
    height: auto;
    max-height: auto;
    font-size: 16px;
  }

  .ptfw li {
    width: 50%;
  }

  .ptfw li:nth-last-child(2),
  .ptfw li:nth-last-child(3) {
    width: 50%;
  }

  .ptfw li:nth-last-child(1) {
    width: 100%;
  }

  .index-tp-list {
    margin-bottom: 20px;
  }

  .index-tp-list li {
    float: none;
    width: 100%;
  }

  .index-tp-list li a {
    height: auto;
  }

  .index-tw-list {
    margin-bottom: 20px;
  }

  .index-tw-list li {
    float: none;
    width: 100%;
  }

  .title-box3 {
    margin-bottom: 20px;
  }

  .index-tp-list li {
    margin-bottom: 20px;
  }

  .index-tp-list li:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .index-link li {
    margin-bottom: 20px;
  }

  .foot-txt,
  .foot-ui-select {
    padding: 15px;
  }

  .foot-ui-select {
    padding-bottom: 0;
  }

  .index-bg {
    background-size: 500% 1000px;
  }

  .other-link a {
    margin-bottom: 10px;
  }

  .foot-logo {
    margin-bottom: 20px;
    max-width: 80%;
  }

  .foot-content {
    line-height: 24px;
  }

  .top-nav {
    position: absolute;
    width: 90px;
    height: 28px;
    right: 0;
    top: 10px;
    background: #F3F4FA;
    z-index: 9;
  }

  .top-nav.open {
    height: auto;
  }

  .top-nav li.kjdh {
    display: block;
    padding-right: 10px;
    color: #35A78E;
  }

  .top-nav li.kjdh::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-right: 0;
    border-top: 0;
    border-color: #35A78E;
    right: 3px;
    top: 8px;
    transform: rotate(-45deg);
  }

  .top-nav li {
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .top-nav li::before {
    display: none;
  }

  .logo {
    display: block;
    float: none !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sloganBox {
    float: none;
    width: 220px;
    margin: 0 auto;
  }

  .right-text {
    text-align: left;
  }

  nav.navbar.bootsnav {
    margin-top: 15px;
  }

  .searchBox-ph {
    left: 15px;
  }

  .ny-cont {
    padding: 15px;
  }

  .right-top .ny-r-title {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 5px;
  }

  .right-top .ny-r-title,
  .right-top .bread-crumbs {
    max-width: 100%;
  }

  .right-top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .ny-twlist .box-s .box-img {
    height: auto;
  }

  .ny-twlist .box-s .box-title {
    margin-bottom: 15px;
    max-height: none;
    display: block;
  }

  .comp-pages .page-phone {
    background: #3A56B6;
  }

  .tw-sxlist .img-box {
    height: auto;
  }

  .tw-sxlist p {
    display: block;
    max-height: none;
  }

  .tw-sxlist {
    margin-bottom: 10px;
  }

  .ny-other-tit {
    font-size: 16px;
  }

  .ny-top-gzdt li:last-child {
    margin-bottom: 24px;
  }

  .pep-xilan .info-top {
    padding: 0;
  }

  .pep-xilan .info-top .box-img {
    width: 100%;
    text-align: center;
  }

  .pep-xilan .info-top .box-img img {
    max-width: 150px;
    display: inline-block;
  }

  .pep-xilan .info-top .box-info .box-s {
    width: 100%;
    min-width: 100%;
  }

  .pep-list2 .img-box,
  .pep-list3 .img-box {
    width: 132px;
    height: 175px;
    margin: 0 auto;
  }

  .pep-form input {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .pep-form .pep-form-search {
    float: none;
    width: 100%;
    display: block;
  }

  .bm-list .img-box {
    height: auto;
  }

  .bm-list .bm-txt {
    padding: 15px;
  }

  .bm-list .bm-txt h1 {
    font-size: 16px;
  }

  .bm-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .bm-list li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .ny-tp-list .box-s .box-img {
    height: auto;
  }

  .lsyg-list li:nth-child(2n) {
    margin-left: 0;
  }

  .lsyg-list::before {
    display: none;
  }

  .lsyg-list li .yuan {
    display: none;
  }

  .lsyg-list li::after {
    display: none;
  }

  .lsyg-list li::before {
    display: none;
  }

  .lsyg-list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .lsyg-list li:nth-child(2n) .lsyg-a {
    right: auto;
  }

  .lsyg-list .lsyg-a {
    margin: 0 auto;
    position: static;
  }

  .dp-szpic {
    float: none;
    margin: 0 auto;
  }

  .dp-sztxt {
    float: none;
    width: 100%;
  }

  .wy-pep-name span {
    margin-right: 10px;
  }

  .wy-tit h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .wy-tit h1::after {
    bottom: auto;
    top: 0;
  }

  .wy-pep-name {
    padding-left: 0;
  }

  .wy-pep-name span {
    min-width: 0;
    width: 50%;
    margin-right: 0;
  }

  .searchbox input[type="submit"] {
    top: 9px;
  }

  .right-icon {
    top: 380px;
  }

  .top-othernav {
    height: 46px;
  }

  .logo {
    max-width: 100%;
  }

  .other-link {
    margin-top: 30px;
  }

  .index-tp-list li a {
    max-height: 300px;
  }

  .ny-top-gzdt li:nth-child(n + 5),
  .banner-right .top-t-ul li:nth-child(n + 4),
  .wz-list li:nth-child(n + 4) {
    display: none;
  }

  .banner-right .top-t-box h3 {
    display: block;
    max-height: none;
  }

  .bm-list .bm-txt {
    height: auto;
  }

  .bm-list .bm-txt p {
    max-height: none;
    padding-right: 0;
    margin-right: 0;
  }

  .footer .foot-bottom .footer-info {
    display: block;
  }

  .sydw-logo {
    display: block;
    float: none;
    margin: 10px auto 0;
  }







}

/* new index */
/* @media (min-width: 1280px) {
  .container.index-con {
    width: 1254px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container.index-con {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container.index-con {
    width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .container.index-con {
    width: 1720px;
    padding-left: 0;
    padding-right: 0;
  }
} */
@media (max-width: 1799px) {
  .news-box .box-img img {
    height: 230px;
  }

  .event-list-box {
    height: 390px;
  }

  .events-mod .box-s {
    margin-bottom: 40px;
  }

  .index-rcees-title .title-left {
    font-size: 34px;
  }

  .occeft-mod .box-s .box-img img {
    height: 450px;
  }

  .study-rcees-mod {
    height: 450px;
  }

  .media-video-hot img {
    height: 356px;
  }

  .media-video-list .box-s {
    margin-bottom: 24px;
  }

  .media-video-list .box-s .box-img {
    width: 182px;
  }

  .media-video-list .box-s .box-img img {
    height: 103px;
  }

  .join-us-mod .box-s {
    margin-bottom: 23px;
  }

  .media-video-list .box-s .box-img img {
    height: 98px;
  }
}

@media (max-width: 1599px) {
  .news-box .box-img img {
    height: 214px;
  }

  .event-list-box {
    height: 374px;
  }

  .events-mod .box-s {
    margin-bottom: 35px;
  }

  .index-rcees-title .title-left {
    font-size: 32px;
  }

  .occeft-mod .box-s .box-img img {
    height: 420px;
  }

  .study-rcees-mod {
    height: 420px;
  }

  .study-rcees-mod .mod-logo {
    padding-top: 60px;
  }

  .media-video-hot img {
    height: 332px;
  }

  .media-video-list .box-s {
    margin-bottom: 20px;
  }

  .media-video-list .box-s .box-img {
    width: 172px;
  }

  .join-us-mod .box-s .box-date {
    min-height: 60px;
  }

  .join-us-mod .box-s .box-info .info-title {
    line-height: 24px;
    height: 72px;
    /* margin-top: -5px; */
  }
}

@media (max-width: 1499px) {
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
    padding: 10px 14px;
  }

  .index-box {
    padding: 60px 0 70px 0;
  }

  .index-rcees-01 .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }

  .index-rcees-01 .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }

  .groups-cont .row-g,
  .occeft-mod .row-o {
    margin-left: -12px;
    margin-right: -12px;
  }

  .groups-cont .col-g,
  .occeft-mod .col-o {
    padding-left: 12px;
    padding-right: 12px;
  }

  .news-box .box-img img {
    height: 196px;
  }

  .event-list-box {
    height: 356px;
  }

  .events-mod .box-s {
    margin-bottom: 30px;
  }

  .occeft-mod .box-s .box-img img {
    height: 378px;
  }

  .study-rcees-mod {
    height: 378px;
  }

  .index-rcees-title.occeft-title .title-left .txt-s {
    max-width: 740px;
    font-size: 24px;
  }

  .index-rcees-title .title-left .icon-s {
    width: 25px;
  }

  .index-rcees-title .title-left {
    font-size: 28px;
  }

  .index-rcees-title .title-more {
    margin-top: 15px;
  }

  .media-video-hot img {
    height: 299px;
  }

  .media-video-list .box-s {
    margin-bottom: 18px;
  }

  .media-video-list .box-s .box-img {
    width: 154px;
  }

  .media-video-list .box-s .box-img img {
    height: 88px;
  }

  .join-us-mod .box-s .box-date {
    min-height: 58px;
  }

  .join-us-mod .box-s .box-info .info-title {
    line-height: 22px;
    height: 66px;
    /* margin-top: -4px; */
  }

  .join-us-mod .box-s {
    margin-bottom: 18px;
  }

}

@media (max-width: 1279px) {
  .index-rcees-title .title-left {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .index-box {
    padding: 40px 0 50px 0;
  }

  .index-rcees-title {
    min-height: 50px;
  }

  .news-box .box-img img {
    height: 126px;
  }

  .event-list-box {
    height: 286px;
  }

  .index-rcees-title.occeft-title .title-left .txt-s {
    max-width: 510px;
    font-size: 20px;
  }

  .index-rcees-title.occeft-title .title-left .txt-s {
    line-height: 24px;
  }

  .occeft-mod .box-s .box-img img {
    height: 380px;
  }

  .occeft-mod .box-s .mc-cont {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .occeft-mod .box-s .mc-cont .cont-date {
    margin-bottom: 5px;
    line-height: 24px;
  }

  .occeft-mod .box-s .mc-cont .cont-title {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
  }

  .study-rcees-mod {
    height: 380px;
  }

  .study-rcees-mod .mod-logo {
    padding-top: 50px;
  }

  .study-rcees-mod .mod-logo img {
    width: 160px;
  }

  .rcees-media-mod {
    margin-bottom: 30px;
  }

  .index-occeft-w {
    padding-bottom: 20px;
  }

  .occeft-page {
    display: block;
    bottom: 0 !important;
  }

  #occeftScroll {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .news-box .box-img img {
    height: 148px;
  }

  .tabs-groups-cont {
    margin-bottom: 30px;
  }

  .occeft-mod {
    margin-bottom: 30px;
  }

  .occeft-mod .box-s .box-img img {
    height: 286px;
  }

  .study-rcees-mod {
    height: 286px;
  }

  .index-rcees-title .title-left {
    font-size: 22px;
  }

  .index-rcees-title .title-left .icon-s {
    margin-right: 0;
    width: 20px;
  }

  .index-rcees-title.occeft-title .title-left .icon-s {
    margin-right: 5px;
  }

  .index-rcees-title.occeft-title .title-left .txt-s {
    max-width: 365px;
    font-size: 15px;
  }

  .media-video-hot {
    margin-bottom: 30px;
  }

  .media-video-hot img {
    height: 406px;
  }

}

@media (max-width: 767px) {
  .index-rcees-title.rcees-title-tabs .title-line {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    margin-top: 14px;
  }

  .index-rcees-title {
    margin-bottom: 15px;
  }

  .index-rcees-title .title-more {
    margin-top: 10px;
  }

  .news-box {
    margin-bottom: 20px;
  }

  .news-box .box-img {
    margin-bottom: 12px;
  }

  .news-box .box-img img {
    height: auto;
  }

  .groups-cont .col-g:last-child .news-box {
    margin-bottom: 0;
  }

  .news-box .info-title {
    display: block;
    height: auto;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .index-rcees-title.occeft-title .title-left .txt-s {
    max-width: 235px;
  }

  .occeft-mod .box-s .box-img img {
    height: 442px;
  }

  .occeft-mod .box-s .mc-cont .cont-title {
    display: block;
    height: auto;
  }

  .study-rcees-mod {
    height: 400px;
  }

  .index-occeft-w {
    padding-bottom: 50px;
  }

  .media-video-hot img {
    height: 200px;
  }

  .media-video-hot .video-title {
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
  }

  .media-video-hot .video-mc {
    background-size: 50px;
  }

  .media-video-list .box-s .box-img .img-mc {
    background-size: 40px;
  }

  .media-video-list .box-s .box-info {
    padding-top: 0;
  }

  .media-video-list .box-s .info-title {
    display: block;
    max-height: none;
  }

  .join-us-mod .box-s .box-info .info-title {
    display: block;
    height: auto;
  }


  .pep-list2.pep-list2-no.row .col-sm-5ths:nth-child(5n+1) {
    clear: none;
  }

  .pep-list2.pep-list2-no.row .col-sm-5ths:nth-child(2n+1) {
    clear: left;
  }


}