* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.inx-header {
    width: 100%;
    height: 128px;
    background-color: #174FA2;
    background-image: url('../images/index4/hjzsy-6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inx-h-box {
    margin: 0 auto;
    padding: 32px 0;
    width: 1440px;
    height: 100%;
    box-sizing: border-box;
}

.inx-h-logo {
    float: left;
    padding: 13px 0;
    width: auto;
    height: 100%;
}

.inx-h-logo img {
    display: inline-block;
    vertical-align: top;
}

.inx-h-right {
    padding-top: 1px;
    float: right;
    text-align: right;
}

.inx-h-list {
    margin-bottom: 15px;
    width: auto;
    height: 20px;
}

.inx-h-list a {
    margin-left: 24px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}

.inx-h-search {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 28px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 0 3px 0 #666;
    text-align: right;
}

.inx-h-search input {
    display: block;
    padding: 0 55px 0 15px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    outline: none;
    font-size: 14px;
    color: #333;
    border-radius: 16px;
}

.inx-h-search label {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 3;
    display: block;
    width: 48px;
    height: 100%;
    cursor: pointer;
    border-radius: 16px;
    background-color: #216BDA;
    background-image: url('../images/index4/hjzsy-45.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* 导航-style */
.inx-nav {
    border-bottom: 1px #EEEEEE solid;
    width: 100%;
    height: 57px;
    box-sizing: border-box;
}

.inx-nav-box {
    margin: 0 auto;
    width: 100%;
    min-width: 1440px;
    height: 100%;
    border-left: 1px #EEEEEE solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inx-n-sub {
    border-right: 1px #EEEEEE solid;
    padding: 0 20px;
  
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 56px;
    float: left;
    cursor: pointer;
    position: relative;
}

.inx-nav-ul {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 5;
    display: none;
    width: 100%;
    height: auto;
    background-color: #DBEAFF;
    list-style: none;
}

.inx-nav-ul li {
    padding: 10px 0;
    width: 100%;
    height: 40px;
    list-style: none;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #174FA2;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inx-n-sub:hover .inx-nav-ul {
    display: block;
}

.inx-nav-ul li:hover {
    background-color: #171717;
    color: #fff;

}

.inx-banner {
    margin-bottom: 40px;
    padding: 24px 0;
    width: 100%;
    height: 468px;
    background-color: #fff;
}

.inx-banner-box {
    width: 100%;
    height: 100%;
}

/* ---轮播图样式--- */

.inx-banner-box .swiper-container {
    width: 100%;
    background: #fff;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
}

.inx-banner-box .swiper-slide {
    height: 100%;
    opacity: 0.4;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.inx-banner-box .swiper-slide-active {
    opacity: 1;
}

.inx-banner-box .swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}

.inx-banner-box .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.inx-banner-box .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.inx-banner-box .swiper-visible-switch {
    background: #aaa;
}

.inx-banner-box .swiper-active-switch {
    background: #fff;
}

.inx-zyb-bg {
    width: 100%;
    height: 100%;
    background-image: url('../images/index4/hjzsy-17.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inx-banner-box .swiper-container .swiper-slide {
    padding: 20px 0;
    width: 75%;
    height: 100%;
    box-sizing: border-box;
}

.inx-banner-box .swiper-container .swiper-slide.swiper-slide-active {
    padding: 0;
    height: 100%;
}

.inx-banner-box .swiper-container .swiper-button-prev {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 22;
    margin: -50px 0 0 -778px;
    width: 58px;
    height: 100px;
    background-image: url('../images/index4/hjzsy-13.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.inx-banner-box .swiper-container .swiper-button-next {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 22;
    margin: -50px 0 0 720px;
    width: 58px;
    height: 100px;
    background-image: url('../images/index4/hjzsy-14.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

/* ------------新闻模块----------------- */
.inx-news {
    width: 100%;
    height: 725px;
    background-image: url('../images/index4/hjzsy-47.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inx-news-box {
    margin: 0 auto;
    padding: 14px 0 88px;
    width: 1440px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.inx-news-l {
    width: 928px;
    height: 100%;
}

.inx-nl-head {
    padding: 12px 0;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.inx-nl-head h5 {
    width: calc(100% - 150px);
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #174FA2;
}

.inx-nl-head span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 10px;
    border: 1px #174FA2 solid;
    width: 138px;
    height: 32px;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

.inx-nl-head span em {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #174FA2;
}

.inx-nl-head span i {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    font-style: normal;
    width: 24px;
    height: 24px;
    background-image: url('../images/index4/new-1.png');
    background-repeat: no-repeat;
    background-position: center;

}

.inx-nl-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.inx-nl-mk {
    width: 456px;
    height: auto;
}

.inx-nl-sup {
    margin-bottom: 16px;
    width: 100%;
    height: 280px;
    background-image: url('../images/index4/hjzsy-18.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #e0e0e0;
    position: relative;
    cursor: pointer;
}

.inx-nl-bom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 25px 12px 0;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    background-image: url('../images/index4/hjzsy-55.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.inx-nl-bom p {
    width: calc(100% - 90px);
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inx-nl-bom span {
    display: block;
    width: 80px;
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.inx-nl-sub {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.inx-nl-xw {
    width: 220px;
    height: 220px;
    background-color: #fff;
    cursor: pointer;
}

.inx-nl-bg {
    width: 100%;
    height: 140px;
    background-color: #e0e0e0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inx-nl-xw h5 {
    padding: 10px 10px 0;
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    box-sizing: border-box;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 超出容器部分的文本隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示被截断的文本 */
 
}

.inx-nl-xw p {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    box-sizing: border-box;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 超出容器部分的文本隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示被截断的文本 */
    display: flex;
    justify-content: flex-end;
    text-overflow: ellipsis;
}

.inx-nl-xw:hover h5,
.inx-nl-xw:hover p {
    color: #174FA2;
}

.inx-news-r {
    border-bottom: 4px #174FA2 solid;
    width: 480px;
    height: 100%;
    border-radius: 6px 6px 0 0;
    background: #fff;
    box-sizing: border-box;
}

.inx-nr-head {
    width: 100%;
    height: 56px;
    background-image: url('../images/index4/hjzsy-15.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    color: #fff;
    overflow: hidden;
}

.inx-nrbg {
    background-image: url('../images/index4/hjzsy-015.png');
}

.inx-nr-btn {
    padding: 13px 0;
    width: 50%;
    height: 100%;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    float: left;
    cursor: pointer;
}

.inx-btn-active {
    color: #174FA2;
}

.inx-nr-main {
    width: 100%;
    height: auto;
    margin-top:16px;
   padding:0 24px;
}

.inx-nr-li {
   // padding: 12px 25px 3px;
   padding: 12px 0px 14px;
    width: 100%;
   // height: 102px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
   border-bottom: 1.5px dashed #d8e6f0;
}

.inx-nr-date {
    margin-right: 24px;
    width: 50px;
  //  height: 63px;
    float: left;
}

.inx-nr-date h5 {
    margin-bottom: 3px;
    width: 100%;
    height: 18px;
    line-height: 36px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.inx-nr-date p {
    width: 100%;
    height: 20px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-align: center;
    margin-top:8px;
}

.inx-nr-text {
    width: 350px;
    height: 48px;
    //height: 56px;
   // padding-top:12px;
    float: right;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inx-nr-text p {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.inx-nr-text p span {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.inx-nr-li:hover .inx-nr-date h5 {
    color: #174FA2;
}

.inx-nr-li:hover .inx-nr-date p {
    color: #174FA2;
}

.inx-nr-li:hover .inx-nr-text p span {
    color: #174FA2;
}

/* ------------科研动态模块----------------- */
.inx-trends {
    padding-top: 80px;
    width: 100%;
    height: 994px;
    background-image: url('../images/index4/hjzsy-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #174FA2;
    box-sizing: border-box;
}

.inx-trends-main {
    width: 100%;
    height: 690px;
    overflow: hidden;
}

.inx-trends-l {
    width: 40%;
    height: 100%;
    float: left;
}

.inx-trends-box {
    width: 590px;
    height: 100%;
    float: right;
}

.inx-trends-head {
    padding: 30px 30px 30px 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.inx-trends-head h5 {
    display: block;
    width: auto;
    height: 100%;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.inx-trends-head span {
    display: block;
    width: auto;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.inx-trends-list {
    padding: 0 0 0 40px;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #fff;
    box-sizing: border-box;
}

.inx-trends-ul {
    padding-right: 40px;
    padding-top:22px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.inx-trends-li {
    padding: 6px 0;
    width: 100%;
    height:55px;
   // height: 118px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    display:flex;
    border-bottom:1.5px dashed  #d8e6f0;
    align-items:center;
}

.inx-trends-li h5 {
    margin-bottom: 6px;
    width: 100%;
  //  height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义显示的行数 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inx-trends-li p {
    width: 130px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.inx-trends-li:hover::after {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 3;
    display: block;
    content: "";
    width: 15px;
    height: 55px;
    background-color: #216BDA;
}

.inx-trends-li:hover h5 {
    font-weight: bold;
    color: #174FA2;
}

.inx-trends-li:hover p {
    color: #174FA2;
}

.inx-trends-r {
    width: 60%;
    height: 100%;
    float: left;
}

.inx-trends-bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/index4/hjzsy-22.png);
    background-color: #e0e0e0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inx-trends-tabs {
    padding-top: 40px;
    width: 100%;
    height: 140px;
}

.inx-tt-box {
    margin: 0 auto;
    width: 1440px;
    height: 100%;
    text-align: right;
}

.inx-tt-sub {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px;
    width: 100px;
    cursor: pointer;
}

.inx-tt-box .inx-tt-sub:hover {
    border-bottom: 2px solid #fff;
}

.inx-tt-box .itt-active {
    border-bottom: 2px solid #fff;
}

.inx-tt-sub img {
    margin: 0 auto 12px;
    display: block;
    width: 48px;
    height: 48px;
}

.inx-tt-sub p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

/* ------------人物风采模块----------------- */
.inx-character {
   // padding: 120px 0 0;
    padding: 50px 0 0;
    width: 100%;
    //height: 752px;
    height: 600px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('../images/index4/dtbg-1.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.inx-cha-head {
    margin: 0 auto;
    padding: 32px 0;
    width: 100%;
    max-width: 1440px;
    height: 96px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.inx-cha-head h5 {
    display: block;
    width: auto;
    height: 100%;
    line-height: 32px;
    font-size: 20px;
    color: #174FA2;
    font-weight: bold;
}

.inx-cha-head span {
    display: block;
    width: auto;
    height: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #174FA2;
    font-weight: normal;
    cursor: pointer;
}

.inx-cha-lbt {
    width: 100%;
    height: 408px;
    box-sizing: border-box;
}

.inx-cha-lbt .swiper-container-rw {
    padding-bottom: 128px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.inx-cha-lbt .swiper-slide {
    height: 100%;
    text-align: center;
    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;
}

.inx-cha-rwk {
    width: 100%;
    height: 100%;
}

.inx-cha-bg {
    margin-bottom: 16px;
    border-bottom: 8px #174FA2 solid;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    background: #e0e0e0;
}

.inx-cha-rwk h5 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 超出容器部分的文本隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示被截断的文本 */
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-prev {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    z-index: 11;
    margin-left: 400px;
    border: 1px #174FA2 solid;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: none;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-prev::after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 1px;
    background: #174FA2;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-prev::before {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 3;
    width: 1px;
    height: 13px;
    background: #174FA2;
    transform: rotate(45deg);
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-prev:hover {
    background: #174FA2;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-prev:hover::after,
.inx-cha-lbt .swiper-container-rw .swiper-rw-prev:hover::before {
    background: #fff;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-next {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    z-index: 11;
    margin-left: 545px;
    border: 1px #174FA2 solid;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: none;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-next::after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 1px;
    background: #174FA2;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-next::before {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 3;
    width: 1px;
    height: 13px;
    background: #174FA2;
    transform: rotate(-45deg);
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-next:hover {
    background: #174FA2;
}

.inx-cha-lbt .swiper-container-rw .swiper-rw-next:hover::after,
.inx-cha-lbt .swiper-container-rw .swiper-rw-next:hover::before {
    background: #fff;
}

/* ------------智库建设-媒体黑职-模块----------------- */
.inx-zk-mt {
    //padding-top: 32px;
    width: 100%;
    //height: 516px;
    height: 480px;
    box-sizing: border-box;
    background-color: #F2F3F9;
}

.inx-zkm-box {
    margin: 0 auto;
    width: 1440px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.inx-zkm-zk {
    width: 560px;
    height: 396px;
}

.inx-zkm-zklist {
    padding: 15px 32px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.inx-zkm-zkli {
   // padding: 10px 0;
   // padding: 20px 0 10px;
   padding: 0px 0 10px;
   height:49px;
    width: 100%;
   //height:45px;
    height: 53px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    display:flex;
    border-bottom: 1.5px dashed #d8e6f0;
}

.inx-zkm-zkli h5 {
    width: 100%;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:14px 0px;
}

.inx-zkm-zkli p {
    width: 200px;
    height: 20px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
    position: relative;
    display: flex;
    justify-content: flex-end;
   padding:14px 0px;
}

//.inx-zkm-zkli p::after {
 //   position: absolute;
 //   right: 0;
 //   top: 12px;
 //   z-index: 3;
 //   display: block;
 //   content: "";
 //   width: 83%;
 //   height: 1px;
 //   background: #e7e7e7;
}

.inx-zkm-zkli:hover h5 {
    color: #174FA2;
}

.inx-zkm-zkli:hover p {
    color: #174FA2;
}

.inx-zkm-zkli:hover p::after {
    background: #78acfa;
}

.inx-zkm-mtlist {
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
}

.inx-zkm-mtli {
    margin-bottom: 6px;
    padding: 4px;
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}

.inx-zkm-mtli:last-child {
    margin-bottom: 0;
}

.inx-mtli-l {
    width: 220px;
    height: 88px;
    float: left;
    display: table;
    text-align: center;
    background-color: #F2F3F9;
    background-image:url("../images/index4/默认图.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inx-mtli-l span {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 18px;
    color: #333;
}

.inx-mtli-r {
    padding-right: 20px;
    width: calc(100% - 240px);
    height: 88px;
    float: right;
    box-sizing: border-box;
}

.inx-mtli-txt {
    /* padding: 11px 0; */
    width: calc(100% - 100px);
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.inx-mtli-txt h5 {
    width: 100%;
    height: 100%;
    display: table;
}

.inx-mtli-txt h5 span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-weight: normal;
}

.inx-mtli-r p {
    padding: 25px 0;
   // width: 80px;
    width: 69px;
    height: 88px;
    line-height: 38px;
    font-size: 12px;
    color: #999;
    float: right;
    text-align: right;
    overflow:hidden;
    white-space:nowrap
}

.inx-zkm-mt {
    width: 848px;
    height: 396px;
}

.inx-zkm-mtli:hover .inx-mtli-l {
    color: #174FA2;
    background-image:url("../images/index4/默认图.png");
    //background-image: url('../images/index4/mtbg-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inx-zkm-mtli:hover .inx-mtli-l span {
    color: #174FA2;
}

.inx-zkm-mtli:hover .inx-mtli-txt h5 span,
.inx-zkm-mtli:hover .inx-mtli-r p {
    color: #174FA2;
}

/* ------------专栏 · 专题----------------- */
.inx-zl-zt {
    padding-top: 48px;
    width: 100%;
    height: 432px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('../images/index4/zlzt-bg.png');
    background-position: 75% top;
    background-repeat: no-repeat;
    background-size: auto;
}

.inx-zlt-box {
    margin: 0 auto;
    width: 1440px;
    height: auto;
}

.inx-zlt-lbt {
    width: 100%;
    height: 200px;
}

.swiper-container-zl {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.inx-zlt-rzz {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 460px;
    height: 200px;
    background-image: url('../images/ztzl-zz.png');
    background-position: 75% top;
    background-repeat: no-repeat;
    background-size: auto;
}

.swiper-container-zl .swiper-slide {
    height: 100%;
    text-align: center;
    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;
}

.inx-zlt-rwk {
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inx-zlt-lbt .swiper-container-zl .swiper-zl-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 11;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
}

.inx-zlt-lbt .swiper-container-zl .swiper-zl-next::after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 52%;
    z-index: 3;
    width: 28px;
    height: 2px;
    background: #174FA2;
}

.inx-zlt-lbt .swiper-container-zl .swiper-zl-next::before {
    display: block;
    content: "";
    position: absolute;
    top: 18px;
    right: 13px;
    z-index: 3;
    width: 2px;
    height: 10px;
    background: #174FA2;
    transform: rotate(-45deg);
}

/* ------------视觉黑职模块----------------- */
.inx-vision {
    padding: 32px 0 88px;
    width: 100%;
    height: 696px;
    box-sizing: border-box;
    background-image: url('../images/index4/hjzsy-5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #174FA2;
}

.inx-vision-main {
    width: 100%;
    height: 480px;
}

.inx-vision-main .swiper-container-sj .swiper-slide-next,
.inx-vision-main .swiper-container-sj .swiper-slide-prev {
    position: relative;
}

.inx-vision-main .swiper-container-sj .swiper-slide-next::before,
.inx-vision-main .swiper-container-sj .swiper-slide-prev::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-container-sj {
    width: 100%;
    height: 480px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.swiper-container-sj .swiper-slide {
    text-align: center;
    background: transparent;
    width: 75%;

    /* 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;
}

.swiper-container-sj .swiper-sj-prev {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 22;
    margin: -50px 0 0 -713px;
    width: 58px;
    height: 100px;
    background-image: url('../images/index4/hjzsy-13.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.swiper-container-sj .swiper-sj-next {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 22;
    margin: -50px 0 0 655px;
    width: 58px;
    height: 100px;
    background-image: url('../images/index4/hjzsy-14.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.inx-sj-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.inx-sj-l {
    width: calc(50% - 12px);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #d6d6d6;
}

.inx-sj-r {
    width: calc(50% - 12px);
    height: 100%;
}

.inx-sj-t {
    margin-bottom: 24px;
    width: 100%;
    height: 228px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #d6d6d6;
}

.inx-sj-b {
    width: 100%;
    height: 228px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #d6d6d6;
}

/* ------------新媒体说-快速导航-模块----------------- */
.inx-xmt {
    padding-top: 48px;
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    background-image: url('../images/index4/hjzsy-53.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    background-color: #fff;
}

.inx-xmt-box {
    margin: 0 auto;
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.inx-xmt-l {
    width: 560px;
    height: 468px;
}

.inx-xmtl-box {
    padding-top: 8px;
    border-top: 4px #174FA2 solid;
    width: 100%;
    height: calc(100% - 96px);
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #c9c9c9;
}

.inx-xmtl-list {
    padding: 20px 32px;
    width: 100%;
    height: 116px;
}

.inx-xmtl-list::after {
    display: block;
    content: "";
    clear: both;
}

.inx-xmtl-list>img {
    display: block;
    margin-right: 24px;
    width: 48px;
    height: 48px;
    float: left;
}

.inx-xmtl-text {
    width: 330px;
    height: 100%;
    float: left;
}

.inx-xmtl-text span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: auto;
    padding: 0 12px;
    line-height: 26px;
    font-size: 14px;
    color: #174FA2;
    border-radius: 4px;
    text-align: center;
    background-color: #F1F1F1;
}

.inx-xmtl-text p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.inx-xmtl-gz {
    width: 70px;
    height: 32px;
    float: right;
    position: relative;
}

.inx-xmtl-gz span {
    display: block;
    width: 70px;
    height: 32px;
    border-radius: 4px;
    background-color: #174FA2;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.inx-xmtl-ewm {
    display: none;
    position: absolute;
    left: -40px;
    top: 30px;
    z-index: 5;
    padding: 35px 30px 0;
    width: 144px;
    height: 169px;
    background-image: url('../images/index4/gz-1.png');
}

.inx-xmtl-gz:hover .inx-xmtl-ewm {
    display: block;
}

.inx-xmtl-ewm img {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    height: 88px;
}

.inx-xmtl-ewm p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.inx-xmt-r {
    width: 848px;
    height: 532px;
}

.inx-xmtr-box {
    padding: 25px 24px 0;
    border-top: 4px #174FA2 solid;
    width: 100%;
    height: calc(100% - 180px);
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #c9c9c9;
}

.inx-xmtr-sub {
    margin-bottom: 53px;
    width: 160px;
    height: 80px;
    float: left;
    cursor: pointer;
  //  margin-right:40px;
}


.inx-xmtr-sub h5 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.inx-xmtr-sub .inx-xmtr-gs,
.inx-xmtr-sub .inx-xmtr-g {
    display: block;
    margin: 0 auto 8px;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.inx-xmtr-sub .inx-xmtr-gs {
    display: none;
}

.inx-xmtr-sub:hover .inx-xmtr-g {
    display: none;
}

.inx-xmtr-sub:hover .inx-xmtr-gs {
    display: block;
}

/* ------------页面底部模块----------------- */
.inx-footer {
    padding: 45px 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    background-image: url('../images/index4/hjzsy-9.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #fff;
}

.inx-foot-box {
    margin: 0 auto;
    width: 1080px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.inx-foot-box p {
    font-size: 14px;
    color: #fff;
    line-height: 70px;
}

.inx-foot-box img {
    display: inline-block;
    vertical-align: middle;
}

.inx-f-ll {
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.inx-f-lz {
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.inx-f-rz {
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.inx-f-rr {
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.inx-f-logo {
    width: 330px;
    height: 100%;
    background-image: url('../images/index4/logo-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

/* ----------------------列表样式-------------------------------------- */
.list-header {
    width: 100%;
    height: 60px;
    background-color: #174FA2;
}

.list-head-nav {
    margin: 0 auto;
    //width: 63.1%;
    min-width: 1200px;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.list-n-sub {
    padding: 10px;
    min-width: 128px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    position: relative;
}

.list-n-sub span {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.list-nav-ul {
    position: absolute;
    top: 61px;
    left: 0;
    z-index: 5;
    display: none;
    width: 100%;
    height: auto;
    //background-color: #216BDA;
    background-color: #DBEAFF;
    list-style: none;
}

.list-nav-ul li {
    padding: 10px 0;
    width: 100%;
    height: 40px;
    list-style: none;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #174FA2;
    box-sizing: border-box;
}

.list-n-sub:hover .list-nav-ul {
    display: block;
}
.list-n-sub:actived .list-nav-ul {
    display: block;
}
.list-nav-ul li:hover {
    background-color: #428BF8;
}

.list-hd-banner {
    width: 100%;
    height: 260px;
    background-color: #c9c9c9;
    background-image: url('../images/l-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.list-m-main {
    margin: 0 auto;
    padding: 15px 0;
    width: 1200px;
    height: auto;
    min-height:1000px;
}

.list-m-mbx {
    margin: 0 auto;
    padding: 16px 0;
    width: 1200px;
    height: 54px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    text-align:right;
    display:flex;
   // justify-content:flex-end;
}
.list-m-mbx .dqline{
    width: 100px;
    border-bottom: 1px solid #216bda;
    height: 18px;

}

.list-m-mbx span {
    line-height: 22px;
    font-size: 14px;
    color: #444444;
}

.list-m-mbx span:last-child {
    color: #333333;
}

.list-m-btk {
    margin: 0 auto;
    padding: 16px 0;
    width: 1200px;
    height: 62px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
}

.list-ml-tw {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1200px;
    min-height: 400px;
}

.list-ml-twli {
    border-bottom: 1px #E7E7E7 solid;
    padding: 24px 0;
    width: 100%;
    height: 160px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    transition: all .3s;
}

.list-ml-twlis {
    border-bottom: 1px #E7E7E7 solid;
    padding: 24px 0;
    width: 100%;
   // height: 160px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    transition: all .3s;
}
.list-ml-twlis:hover {
    padding-left: 24px;
    border: 0;
    box-shadow: 0 0 5px 0 #d4d4d4;
   
}

.list-ml-twli:hover {
    padding-left: 24px;
    border: 0;
    box-shadow: 0 0 5px 0 #d4d4d4;
   
}
.list-ml-twli:hover  .list-twli-img{
    // background-color : #174FA2;
  }
.list-twli-img {
    margin-right: 16px;
    display: block;
    width: 166px;
    height: 112px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #dfdfdf;
    
}
.list-twli-imgs {
    margin-right: 16px;
    display: block;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #dfdfdf;
}

.list-twli-box {
    padding: 0;
    width: 980px;
    height: 112px;
}

.list-twli-tit {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-twli-txt {
    margin-bottom: 24px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-twli-date {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    text-align: right;
}

/* -----------文字列表---------------- */
.list-ml-text {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1200px;
    min-height: 300px;
}

.list-ml-txtli {
    padding: 20px 0;
    border-bottom: 1px #E7E7E7 solid;
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

.list-ml-txtli:hover {
    border-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 0 #d4d4d4;
}

.list-txtli-tit {
    width: calc(100% - 160px);
    height: 100%;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.list-txtli-date {
    width: 120px;
    height: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    text-align: right;
    float: right;
}

/* --------分页--------- */
.list-m-page {
    margin-bottom: 60px;
    width: 100%;
    height: auto;
    min-height: 32px;
    text-align: center;
}

.list-page-box {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 28px;
    color: #666
}

/* -----------分页----------- */
/* 页数按钮样式 */
.list-page-box button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.list-page-box #firstPage,
.list-page-box #lastPage,
.list-page-box #nextPage,
.list-page-box #prePage {
    width: 50px;
    color: #174FA2;
    border: 1px solid #174FA2
}

.list-page-box #nextPage,
.list-page-box #prePage {
    width: 70px
}

.list-page-box .current {
    background-color: #174FA2;
    border-color: #174FA2;
    color: #FFF
}

/* 页面数量 */
.list-page-box .totalPages {
    margin: 0 10px
}

.list-page-box .totalPages span,
.totalSize span {
    color: #174FA2;
    margin: 0 5px
}

.list-page-box button:hover,
.list-page-box #prePage:hover,
.list-page-box #firstPage:hover,
.list-page-box #lastPage:hover,
.list-page-box #nextPage:hover {
    background-color: #174FA2;
    border-color: #174FA2;
    color: #FFF
}

.list-page-box #prePage:disabled:hover,
.list-page-box #firstPage:disabled:hover,
.list-page-box #lastPage:disabled:hover,
.list-page-box #nextPage:disabled:hover {
    background-color: #f9f9f9;
    border-color: #174FA2;
    color: #174FA2
}

/*button禁用*/
.list-page-box button:disabled {
    opacity: .5;
    cursor: no-drop
}

.list-page-box button:focus {
    outline: none;
}

/* ------尾部样式------- */
.list-footer {
    width: 100%;
    //height: 584px;
}

.list-foot-box {
    //padding-top: 80px;
   padding-top: 58px;
    width: 100%;
  //  height: 520px;
    height: 260px;
    box-sizing: border-box;
   // background-image: url('../images/foot-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.list-foot-box::after {
    display: block;
    content: "";
    clear: both;
}

.list-foot-l {
    padding: 0 3%;
    width: 50%;
    height: auto;
   // min-height: 350px;
    box-sizing: border-box;
    float: left;
    display: flex;
   // justify-content: space-evenly;
    justify-content: space-between;
    //flex-wrap: wrap;
    /* 允许换行 */
}
.list-foot-ls {
    padding: 0 3%;
   // width: 50%;
    height: auto;
    //min-height: 350px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    //flex-wrap: nowrap;
    /* 允许换行 */
}
.list-foot-sub {
    padding: 40px 0;
    width: 25%;
    min-width: 90px;
    height: 165px;
    box-sizing: border-box;
}

.list-foot-sub img {
    margin: 0 auto 8px;
    display: block;
    width: 48px;
    height: 48px;
}

.list-foot-sub p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.list-foot-r {
    width: 50%;
    height: auto;
    //min-height: 350px;
    float: right;
}

.list-foot-lb {
    width: 22%;
    min-width: 180px;
    height: auto;
    float: left;
}

.list-foot-lb h5 {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}

.list-foot-ul {
    width: 100%;
    height: auto;
    list-style: none;
}

.list-foot-ul>li {
    padding: 4px 0;
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    list-style: none;
}

.list-foot-ul>li a {
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.list-foot-ul>li a:hover {
    text-decoration: revert;
}

.list-foot-bottom {
    padding: 22px 0;
    width: 100%;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    background-color: #000000;
}

.list-foot-bwz {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 20px;
}

.list-foot-bwz p {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.list-foot-bwz p img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

/* -----------详情页面----------- */
.page-main-k {
    margin: 0 auto;
    width: 1200px;
    min-height: 400px;
}

.page-m-head {
    padding: 30px 0 25px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #d8e6f0;
    margin-bottom:20px;
}

.page-m-head h2 {
    margin-bottom: 15px;
    padding: 0 80px;
    width: 100%;
    height: auto;
    min-height: 32px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    text-align: center;
}

.page-mk-head {
    width: 100%;
    height: 22px;
    text-align: center;
}

.page-mk-head span {
    margin: 0 20px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.page-m-box {
    padding-bottom: 35px;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.page-fl-main {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    min-height: 100px;
}

.page-fl-tit {
    padding: 30px 0;
    width: 1200px;
    height: auto;
    font-size: 20px;
    color: #333;
    line-height: 35px;
    box-sizing: border-box;
}

.page-fl-box {
    padding-bottom: 40px;
    width: 100%;
    height: auto;
}

.page-fl-li {
    padding: 25px 0;
    border-bottom: 1px #E7E7E7 solid;
    width: 100%;
    height: 101px;
    box-sizing: border-box;
    cursor: pointer;
}

.page-fl-li h5 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-fl-li p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -------首页2--样式-------- */
.inxs-header {
    background-image: url('../images/index/inxs-5.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    padding-bottom: 12px;
    width: 100%;
    height: 652px;
    box-sizing: border-box;
    position: relative;
}

.inxs-head-bg {
    margin: 0 auto;
    /* width: 86.2%; */
    width: 1640px;
    height: 100%;
    background-image: url('../images/index/inxs-1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #fff;
}

.inxs-head-nav {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 11;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
}

.inxs-head-nav .inxs-nav-box .list-nav-ul {
    top: 58px;
}

.inxs-nav-box {
    margin: 0 auto;
    padding: 102px 110px 0;
    /* width: 86.2%; */
    width: 1640px;
    height: 100%;
    box-sizing: border-box;
    background-image: url('../images/index/kyy-2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.inxs-nav-box .list-n-sub {
    padding: 16px;
    font-size: 18px;
    color: #fff;
}

.inxs-nav-box .list-n-sub span {
    line-height: 26px;
}


.inxs-nav-box .list-nav-ul {
    top: 56px;
}

.inxs-xz-modal {
    width: 100%;
    height: 622px;
    background-color: #fff;
    background-image: url('../images/index/inxs-05.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    position: relative;
}

.inxs-xz-modal::after {
    display: block;
    clear: both;
    content: "";
}

.inxs-xzk-box {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: -820px;
    width: 1640px;
    height: 100%;
    padding: 48px 0 0;
    box-sizing: border-box;
}

.inxs-xzk-box::before {
    display: block;
    content: "";
    width: 600px;
    height: 100%;
    background: #f2f3f9;
    position: absolute;
    right: 500px;
    top: 0;
    z-index: 0;
}

.inxs-xzk-box::after {
    display: block;
    content: "";
    clear: both;
}

.inxs-xz-l {
    padding: 48px 0 0;
    width: 58%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    background-color: #F2F3F9;
}

.inxs-xzl-l {
    width: 1140px;
    height: auto;
    float: left;
}

.inxs-xzl-head {
    margin-bottom: 24px;
    padding-right: 30px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
}

.inxs-xzl-head span {
    margin-right: 48px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #666;
    line-height: 46px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}

.inxs-xzl-head span.active {
    color: #174FA2;
    border-bottom: 1px #174FA2 solid;
}

.inxs-xzl-head span.active:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2;
    width: 45%;
    height: 4px;
    display: block;
    content: "";
    background-color: #F2BD33;
}

.inxs-xzl-head span:hover {
    color: #174FA2;
    border-bottom: 1px #174FA2 solid;
}

.inxs-xzl-head span:hover::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2;
    width: 45%;
    height: 4px;
    display: block;
    content: "";
    background-color: #F2BD33;
}

.inxs-xzl-head em {
    display: block;
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 46px;
    font-style: normal;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}

.inxs-xzl-box {
    width: 100%;
    height: 440px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: left;
}

.inxs-xzl-list {
    width: 360px;
    height: 100%;
}

.inxs-xzl-text {
    padding: 30px 40px;
    width: 100%;
    height: 110px;
    transition: all 0.3s;
}

.inxs-xzl-text p {
    width: 100%;
    height: 100%;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.inxs-xzl-text:hover {
    /* padding: 30px 50px 30px 40px; */
    width: 112%;
    color: #fff;
    position: relative;
    z-index: 9;
    background-color: #216BDA;
}

.inxs-xzl-text:hover p {
    color: #fff;
}

.inxs-xzl-bg {
    width: 780px;
    height: 100%;
    position: relative;
    background-color: #F2F3F9;
    background-image: url('../images/index/hjzsy-31.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.inxs-xzl-wzk {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 44px 16px 0;
    width: 100%;
    height: 80px;
    background-image: url('../images/index/kyy-1.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.inxs-xzl-wzk p {
    width: calc(100% - 110px);
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inxs-xzl-wzk span {
    display: block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

.inxs-xz-r {
    padding-top: 48px;
    width: 33.15%;
    height: 100%;
    float: right;
    background-color: #fff;
}

.inxs-xzr-r {
    padding-left: 48px;
    width: 500px;
    height: auto;
    box-sizing: border-box;
    float: right;
}

.inxs-xzr-head {
    margin-bottom: 8px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
}

.inxs-xzr-head span {
    margin-right: 48px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #174FA2;
    line-height: 46px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}

.inxs-xzr-head em {
    display: block;
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 46px;
    font-style: normal;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}

.inxs-xzr-list {
    width: 100%;
    height: 456px;
    overflow: hidden;
}

.inxs-xzr-li {
    padding: 20px 0 20px;
    border-bottom: 1px #eee solid;
    width: 100%;
    height: 91px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
}

.inxs-xzr-li:hover {
    padding-left: 20px;
}

.inxs-xzr-li:hover::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 3;
    width: 1px;
    height: 42px;
    background-color: #174FA2;
}

.inxs-xzr-li p {
    width: 430px;
    height: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.inxs-xzr-li span {
    display: none;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 3;
    font-size: 12px;
    color: #174FA2;
    line-height: 16px;
}

.inxs-xzr-li:hover p {
    color: #174FA2;
}

.inxs-xzr-li:hover span {
    display: block;
}

.inxs-ztzl {
    width: 100%;
    height: 420px;
    background-color: #fff;
    background-image: url('../images/index/inxs-4.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.inxs-ztzl-box {
    margin: 0 auto;
    padding: 70px 0 0;
    width: 1640px;
    height: 335px;
    overflow: hidden;
    box-sizing: border-box;
}

.inxs-ztzl-head {
    margin-bottom: 32px;
    width: 100%;
    height: 36px;
}

.inxs-ztzl-head span {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-size: 20px;
    color: #fff;

}

.inxs-ztzl-list {
    width: 100%;
    height: 192px;
    display: flex;
    justify-content: space-between;
}

.inxs-ztzl-bg {
    width: 24.3%;
    height: 192px;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}

.inxs-ztzl-bg:hover {
    transform: translateY(-20px);
}

.inxs-kymttz {
    padding-top: 88px;
    width: 100%;
    height: auto;
    min-height: 1475px;
    background-color: #F2F3F9;
    box-sizing: border-box;
    background-image: url('../images/index/inxs-2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}

.inxs-kymt-box {
    margin: 0 auto 80px;
    padding-top: 64px;
    width: 1640px;
    height: 895px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #bbbbbb;
}

.inxs-tz-box {
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.inxs-tz-list {
    margin: 0 auto;
    padding: 16px 0;
    width: 1640px;
    height: auto;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.inxs-tz-list::after {
    display: block;
    clear: both;
    content: "";
}

.inxs-tz-list::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 16px;
    z-index: 11;
    width: 1px;
    height: calc(100% - 32px);
    background-color: #EEEEEE;
}

.inxs-tz-sub {
    padding: 24px 0 24px 48px;
    width: 50%;
    height: 112px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.inxs-tz-date {
    margin-right: 12px;
    border: 1px #174FA2 solid;
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    border-radius: 4px;
    float: left;
}

.inxs-tz-date p {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #174FA2;
}

.inxs-tz-date span {
    display: block;
    width: 100%;
    line-height: 38px;
    font-weight: bold;
    font-size: 32px;
    color: #174FA2;
    text-align: center;
}

.inxs-tz-text {
    width: calc(100% - 120px);
    height: 100%;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inxs-tz-text h5 {
    width: 100%;
    height: 100%;
    display: table;
    font-weight: normal;
}

.inxs-tz-text p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    line-height: 21px;
}

.inxs-tz-sub:hover .inxs-tz-text p {
    color: #174FA2;
}

.inxs-t-head {
    margin: 0 auto 32px;
    width: 100%;
    max-width: 1640px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.inxs-t-head h5 {
    display: block;
    line-height: 36px;
    font-size: 20px;
    color: #174FA2;
    font-weight: normal;
}

.inxs-t-head span {
    line-height: 36px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.inxs-kymt-ky {
    padding-left: 48px;
    width: 27%;
    height: 770px;
    float: left;
    box-sizing: border-box;
}

.inxs-kyl-box {
    width: 100%;
    height: calc(100% - 68px);
    overflow: hidden;
}

.inxs-kyl-bg {
    margin-bottom: 5px;
    width: 100%;
    height: 216px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #F2F3F9;
}

.inxs-kyl-li {
    border-bottom: 1px #EEEEEE solid;
    padding: 16px 0 15px;
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    cursor: pointer;
}

.inxs-kyl-li h5 {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.inxs-kyl-li p {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    text-align: right;
    transition: all 0.3s;
}

.inxs-kyl-li:hover h5 {
    color: #174FA2;
    font-weight: bold;
}

.inxs-kyl-li:hover p {
    color: #174FA2;
}

.inxs-cjz-box {
    padding-left: 40px;
    width: 43.7%;
    height: 770px;
    float: left;
    box-sizing: border-box;

}

.inxs-cjz-lk {
    width: 100%;
    height: calc(100% - 71px);
    overflow: hidden;
}

.inxs-cjz-bg {
    width: 100%;
    height: 339px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F2F3F9;
}

.inxs-cjz-li {
    padding: 32px 32px 31px;
    border-bottom: 1px #EEEEEE solid;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    cursor: pointer;
}

.inxs-cjz-li::after {
    display: block;
    clear: both;
    content: "";
}

.inxs-cjz-date {
    margin-right: 20px;
    width: 75px;
    height: 100%;
    float: left;
}

.inxs-cjz-date p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.inxs-cjz-date span {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #999;
}

.inxs-cjz-li:hover .inxs-cjz-txt h5 {
    color: #174FA2;
    font-weight: bold;
}

.inxs-cjz-li:hover .inxs-cjz-txt p {
    color: #174FA2;
}

.inxs-cjz-txt {
    width: calc(100% - 95px);
    height: 100%;
    float: left;
}

.inxs-cjz-txt h5 {
    margin-bottom: 8px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.inxs-cjz-txt p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.inxs-mtr-box {
    width: 100%;
    height: calc(100% - 68px);
    overflow: hidden;
}

.inxs-mtr-li {
    margin-bottom: 8px;
    padding: 16px 0 16px;
    width: 100%;
    height: 110px;
    cursor: pointer;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
}

.inxs-mtr-li:last-child {
    margin-bottom: 0;
}

.inxs-mtr-bg {
    margin-right: 16px;
    width: 120px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #F2F3F9;
    float: left;
}

.inxs-mtr-txt {
    width: 260px;
    height: 100%;
    float: left;
}

.inxs-mtr-txt h5 {
    margin-bottom: 14px;
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inxs-mtr-txt p {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
}

.inxs-mtr-li:hover {
    padding-left: 16px;
    background-color: #216BDA;
}

.inxs-mtr-li:hover h5 {
    color: #fff;
}

.inxs-mtr-li:hover p {
    color: #fff;
}

.inxs-kymt-mt {
    padding-left: 40px;
    width: 29.3%;
    height: 770px;
    float: left;
    box-sizing: border-box;
}

.inxs-xysh {
    padding-top: 80px;
    width: 100%;
    height: 776px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('../images/index/inxs-02.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.inxs-xysh-box {
    margin: 0 auto;
    width: 1640px;
    height: 576px;
    background-color: #F2F3F9;
}

.inxs-xysh-box::after {
    display: block;
    content: "";
    clear: both;
}

.inxs-xysh-l {
    width: 800px;
    height: 100%;
    float: left;
}

.inxs-xyshl-head {
    padding: 50px 88px;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    position: relative;
}

.inxs-xyshl-head::before {
    display: block;
    content: "";
    width: 891px;
    height: 51px;
    background-image: url('../images/index/inxs-14.png');
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 72px;
    z-index: 6;
}

.inxs-xyshl-head span {
    line-height: 40px;
    font-size: 20px;
    color: #174FA2;
    position: relative;
    z-index: 9;
}

.inxs-xyshl-box {
    width: 100%;
    height: 436px;
}

.inxs-xyshl-box::after {
    display: block;
    content: "";
    clear: both;
}

.inxs-xyshl-li {
    width: 25%;
    height: 100%;
    float: left;
    box-shadow: 0 0 4px 0 #fff;
    background-color: #174FA2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.inxs-xyshl-sub {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    margin-top: -64px;
    width: 100%;
    height: 88px;
}

.inxs-xyshl-li:nth-child(2n) .inxs-xyshl-sub {
    margin-top: -24px;
}

.inxs-xyshl-li:nth-child(2) {
    background-image: url('../images/index/inxs-13.png');
}

.inxs-xyshl-li:nth-child(4) {
    background-image: url('../images/index/inxs-12.png');
}

.inxs-xyshl-sub img {
    display: block;
    margin: 0 auto 16px;
    width: 48px;
    height: 48px;
}

.inxs-xyshl-sub p {
    width: 100%;
    height: 24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}

.inxs-xysh-r {
    width: 840px;
    height: 100%;
    float: left;
    position: relative;
    background-color: #a9b4c4;
}

.inxs-xysh-r::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: block;
    content: "";
    width: 36px;
    height: 430px;
    background-color: #F2BD33;
}

.inxs-xyshr-lbt {
    width: 100%;
    height: 100%;
}

.swiper-container-xy {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-container-xy .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;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inxs-xyshr-lbt .swiper-container-xy .swiper-pagination-xy {
    bottom: 20px;
    position: absolute;
    text-align: center;
    z-index: 22;
}

.swiper-container-xy .swiper-slide p {
    padding: 0 20px;
    width: 100%;
    height: 32px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-pagination-xy .swiper-pagination-bullet {
    background-color: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-xy .swiper-pagination-bullet-active {
    background-color: #F2BD33;
}

/*表示设备宽度大于1940px时执行*/
@media all and (min-width: 1940px) {}

/*表示设备宽度小于1730px时执行*/
@media all and (max-width: 1730px) {

    .inxs-head-bg,
    .inxs-nav-box {
        width: 1350px;
    }

    .inxs-xzk-box::before {
        right: 410px;
    }

    .inxs-xzk-box {
        margin-left: -675px;
        width: 1350px;
    }

    .inxs-xzl-l {
        width: 940px;
    }

    .inxs-xzl-text {
        padding: 30px 30px;
    }

    .inxs-xzl-list {
        width: 320px;
    }

    .inxs-xzl-bg {
        width: 620px;
    }

    .inxs-xzl-text:hover {
        padding: 30px 40px 30px 30px;
    }

    .inxs-xzr-r {
        padding-left: 35px;
        width: 410px;
    }

    .inxs-xzr-li p {
        width: 350px;
    }

    .inxs-ztzl-box {
        width: 1350px;
    }

    .inxs-kymt-box {
        width: 1350px;
    }

    .inxs-t-head {
        max-width: 1350px;
    }

    .inxs-tz-list {
        width: 1350px;
    }

    .inxs-kymt-ky {
        padding-left: 32px;
    }

    .inxs-cjz-box {
        padding-left: 28px;
    }

    .inxs-kymt-mt {
        padding-left: 28px;

    }

    .inxs-mtr-bg {
        margin-right: 12px;
    }

    .inxs-mtr-txt {
        width: 200px;
    }

    .inxs-xysh-box {
        width: 1350px;
    }

    .inxs-xysh-l {
        width: 660px;
    }

    .inxs-xysh-r {
        width: 690px;
    }

    .inxs-xyshl-head::before {
        width: 800px;
    }
}

/*表示设备宽度小于1560px时执行*/
@media all and (max-width: 1580px) {
    .inx-h-box {
        width: 1200px;
    }

    .inxs-nav-box {
        padding: 102px 10px 0;
    }

    .inx-banner-box .swiper-container .swiper-slide {
        width: 78%;
        min-width: 1200px;
    }

    .inx-banner-box .swiper-container .swiper-button-prev {
        margin: -50px 0 0 -658px;
    }

    .inx-banner-box .swiper-container .swiper-button-next {
        margin: -50px 0 0 599px;
    }

    .inx-nav-box {
        width: 92%;
        max-width: 1400px;
        min-width: 1200px;
    }

    .inx-n-sub {
        padding: 0 15px;
        min-width: 120px;
    }

    .inx-news-box {
        padding: 50px 0 68px;
        width: 1200px;
    }

    .inx-news-l {
        width: 773px;
    }

    .inx-nl-mk {
        width: 380px;
    }

    .inx-nl-xw {
        width: 185px;
    }

    .inx-news-r {
        width: 400px;
    }

    .inx-nr-date h5 {
        font-size: 32px;
    }

    .inx-nr-text {
        width: 275px;
    }

    .inx-trends-box {
        width: 490px;
    }

    .inx-tt-box {
        width: 1200px;
    }

    .inx-tt-sub {
        margin: 0px 45px;
    }

    .inx-cha-head {
        max-width: 1200px;
    }

    .inx-zkm-box {
        width: 1200px;
    }

    .inx-zkm-zk {
        width: 466px;
    }

    .inx-zlt-box {
        width: 1200px;
    }

    .inx-zkm-mt {
        width: 706px;
    }

    .inx-xmt-l {
        width: 466px;
    }

    .inx-xmt-r {
        width: 706px;
    }

    .inx-xmtl-list>img {
        margin-right: 15px;
    }

    .inx-xmtl-list {
        padding: 20px 25px;
    }

    .inx-xmtl-text {
        width: 280px;
    }

    .inx-xmtr-sub {
        width: 131px;
    }

    .inx-foot-box,
    .inx-xmt-box {
        width: 1200px;
    }

    .inx-zlt-rzz {
        width: 380px;
    }

    .swiper-container-sj .swiper-sj-prev {
        margin-left: -567px;
    }

    .swiper-container-sj .swiper-sj-next {
        margin-left: 508px;
    }

    .list-foot-l {
        padding: 0 1% 0 2%;
        width: 46%;
    }

    .list-foot-r {
        width: 54%;
    }
}

/*表示设备宽度小于1400px时执行*/
@media all and (max-width: 1400px) {

    .inxs-head-bg,
    .inxs-nav-box {
        width: 1230px;
    }

    .inxs-xzk-box {
        margin-left: -615px;
        width: 1230px;
    }

    .inxs-xzk-box::before {
        right: 380px;
    }

    .inxs-xzl-l {
        width: 850px;
    }

    .inxs-xzl-text {
        padding: 30px 20px;
    }

    .inxs-xzl-list {
        width: 300px;
    }

    .inxs-xzl-bg {
        width: 550px;
    }

    .inxs-xzl-text:hover {
        padding: 30px 30px 30px 20px;
    }

    .inxs-xzr-r {
        padding-left: 25px;
        width: 380px;
    }

    .inxs-xzr-li p {
        width: 330px;
    }

    .inxs-ztzl-box {
        width: 1230px;
    }

    .inxs-kymt-box {
        width: 1230px;
    }

    .inxs-t-head {
        max-width: 1230px;
    }

    .inxs-tz-list {
        width: 1230px;
    }

    .inxs-kymt-ky {
        padding-left: 22px;
    }

    .inxs-cjz-box {
        padding-left: 20px;
    }

    .inxs-kymt-mt {
        padding-left: 20px;

    }

    .inxs-mtr-bg {
        margin-right: 10px;
    }

    .inxs-mtr-txt {
        width: 175px;
    }

    .inxs-xysh-box {
        width: 1230px;
    }

    .inxs-xysh-l {
        width: 600px;
    }

    .inxs-xysh-r {
        width: 630px;
    }

    .inxs-xyshl-head::before {
        width: 750px;
    }

    .list-foot-l {
        padding: 0 1% 0 2%;
        width: 40%;
    }

    .list-foot-r {
        width: 60%;
    }
}