.index1{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.index1 .rightBaner{
    width: 1030px;
    margin-left: 20px;
}
.index1 .leftList{
    flex: 1;
    overflow: hidden;
}
.index1 .leftList h3{
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    height: 40px;
    background: #ecf5fd;
    align-items: center;
    padding: 0 15px;
}
.index1 .leftList h3 a{
    font-size: 16px;
    color: #123477;
}
.index1 .leftList  dl{
    padding:10px 15px;
}
.index1 .leftList  dl dt{
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 6px;
}
.index1 .leftList  dl a{
    color: #383848;
    display: block;
    width: 100%;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.index1 .leftList  dl a:hover{
    color: #123477;
}
.index1 .rightBaner .img{
    width: 100%;
    position: relative;
    padding-top: 56.31%;
}
.index1 .rightBaner .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.index1 .rightBaner .word{
    padding: 15px;
}
.index1 .rightBaner .word p{
    color: #383848;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.index1 .rightBaner{
    position: relative;
    overflow: hidden;
}
.index1 .rightBaner .swiper-pagination{
    text-align: right;
    padding-right: 15px;
}
.index1 .rightBaner .swiper-pagination span{
    background: none;
    border: 1px solid #383848;
}
.index1 .rightBaner .swiper-pagination span.swiper-pagination-bullet-active{
    border: 1px solid #f70009;
}
@media screen and (max-width: 1600px){
    .index1 .rightBaner {
        width: 800px;
        margin-left: 20px;
    }
    .index1 .leftList h3{
        height: 30px;
    }
    .index1 .leftList dl dt{
        font-size: 14px;
    }
    .index1 .leftList dl dd{
        font-size: 12px;
    }
    .index1 .leftList dl a{
        height: 1.8em;
        line-height: 1.8em;
    }
}
@media screen and (max-width: 768px){
    .index1 {
        display: block;
    }
    .index1 .rightBaner {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .index1{
        padding: 10px 0;
    }
}
.index2{
    display: flex;
    justify-content: space-between;
}
.index2 .rightAdv{
    width: 230px;
    padding: 10px;
    background: #ecf5fd;
}
.index2 .rightAdv a{
    display: block;
    margin-bottom: 10px;
}
.index2 .rightAdv .list2 a{
    margin-bottom: 13px;
}
.index2 .rightAdv img{
    display: block;
    width: 100%;
}
.index2 .leftList{
    flex: 1;
    overflow: hidden;
}
.index2 .leftList .section1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2 .leftList .box{
    background: #fff;
    margin-right: 20px;
    width: calc(33.33% - 20px);
    overflow: hidden;
    height: 380px;
    margin-bottom: 20px;
}
.index2 .title{
    height: 45px;
    display: flex;
    align-items: center;
    background: #ecf5fd;
    color: #383848;
}
.index2 .title2{
    height: 70px;
    display: flex;
    align-items: center;
    color: #383848;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    padding: 0 15px;
}
.index2 .title2 p{
    text-align: center;
    font-size: 16px;
}
.index2 .title span{
    border-left: 1px solid #383848;
    padding: 0 15px;
    font-size: 18px;
    height: 1em;
    line-height: 1em;
    cursor: pointer;
}
.index2 .title span.on{
    color: #123477;
    font-weight: bold;
}
.index2 .title span:first-child{
    border-left: 0;
}
.index2 .box .tabbd{
    padding: 15px;
}
.index2 .box .tabbd>div{
    display: none;
}
.index2 .box .tabbd>div:first-child{
    display: block;
}
.index2 .box .banner1{
    display: block;
    margin-bottom: 15px;
}
.index2 .box .banner1 img{
    display: block;
    width: 100%;
    height: 129px;
    object-fit: cover;
}
.index2 .box .new{
    position: relative;
    height: 31px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-right: 40px;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    font-size: 16px;
    margin-bottom: 10px;
}
.index2 .box .new .newicon{
    position: absolute;
    right: 0;
    top: 0;
}
.index2 .box a{
    color: #383848;
}
.index2 .box li a,.section6 ul li a{
    display: block;
    line-height: 2.2em;
    width: 100%;
    height: 2.2em;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    padding-left: 15px;
    position: relative;
    color: #383848;
}
.index2 .box li a::before,.section6 ul li a::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #123477;
}
.index2 .box a:hover{
    color: #f70009;
}
.index2 .box .videoBox .img{
    position: relative;
    width: 100%;
    padding-top: 64.18%;
}
.index2 .box .videoBox .img::before{
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url(../images/icon5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.index2 .box .videoBox .img img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.index2 .box .videoBox  .word{
    text-align: center;
    padding-top: 10px;
}
.index2 .box .videoBox  .word p{
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.index2 .box .logolist{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.index2 .box .logolist a{
    padding: 0 5px;
    height: auto;
}
.index2 .box .logolist a::before{
    display: none;
}
.index2 .box .logolist img{
    max-width: 100%;
    display: block;
}
.pr20{
    padding-right: 20px;
}
@media screen and (max-width: 1600px){
    .index2 .rightAdv{
        width: 180px;
    }
    .index2 .box .banner1 img{
        height: 100px;
    }
    
    .index2 .leftList .box{
        height: 375px;
    }
    .index2 .leftList .section1 .box:nth-child(1),
    .index2 .leftList .section1 .box:nth-child(2),
    .index2 .leftList .section1 .box:nth-child(3){
		height: 350px;
    }
    .index2 .title2{
        height: 60px;
    }
    .index2 .title2 img{
        height: 30px;
    }
    .index2 .title span{font-size: 16px;}
    .index2 .title2 p{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .index2 .leftList .box{
        margin-bottom: 15px;
    }
    .index2,.index2 .leftList{
        display: block;
    }
    .index2 .rightAdv{
        width: 100%;
    }
    .index2 .leftList .box{
        margin-right: 0;
        height: auto;
        width: 100%;
    }
    .index2 .box .banner1 img{
        height: auto;
    }
    .rightAdv .list1,.rightAdv .list2{
        display: flex;
        flex-wrap: wrap;
    }
    .rightAdv .list1 a,.rightAdv .list2 a{
        width: 33.33%;
        padding: 0 5px;
    }
    .index2 .title span{
        font-size: 16px;
    }
    .pr20{
        padding-right: 0;
    }
}
.pubtabHd{
    height: 45px;
    display: flex;
    align-items: center;
    background: #ecf5fd;
    color: #383848;
}
.pubtabHd span{
    border-left: 1px solid #383848;
    padding: 0 15px;
    font-size: 18px;
    height: 1em;
    line-height: 1em;
    cursor: pointer;
}
.pubtabHd span.on{
    color: #123477;
    font-weight: bold;
}
.pubtabHd span:first-child{
    border-left: 0;
}
.section2 .tabBd ul{
    display: flex;
    padding: 15px 15px 15px 0;
} 
.section2 .tabBd ul li{
    margin-left: 15px;
    width: calc(14.2857% - 15px);
    overflow: hidden;
}
.section2 .tabBd ul li p{
    font-size: 14px;
    line-height: 2em;
    height: 4em;
    margin-top: 10px;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section2 .tabBd ul li a{
    display: block;
}
.section2 .tabBd .img{
    position: relative;
    width:100%;
    padding-top: 125%;
}
.section2 .tabBd .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.section2 .tabBd .list{
    display: none;
}
.section2 .tabBd .list:first-child{
    display: block;
}
.index2 .leftList .section3  .box{
    height: auto;
}
.section4 .prolist ul{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 0 10px;
}
.section4 .prolist li{
    width: 11.5%;
    margin: 0 .5%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-bottom: 20px;
}
.section4 .prolist li .img{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4 .prolist li .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.section4 .prolist li .word{
    padding: 5px 10px;
    background: #efefef;
}
.section4 .prolist li p{
    height: 3em;
    line-height: 1.5em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section5 .tabBd .box{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    align-items: center;
    height: 490px;
    padding: 15px 0;
}
.section5 .tabBd .boxL{
    width: 250px;
    padding: 15px;
}
.section5 .tabBd .boxL .text{
    text-align: justify;
}
.section5 .tabBd .boxL img{
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}
.section5 .tabBd .boxR{
    flex: 1;
    overflow: hidden;
    background: url(../images/icon10.png) no-repeat left center;
}
.section5 .tabBd .bottomList{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.section5 .tabBd .bottomList ul{
    width: 33.33%;
    overflow: hidden;
    padding:0 20px;
    background: url(../images/icon11.png) no-repeat left center;
}
.section5 .tabBd .topList{
    padding: 0 20px;
}
.section5 .tabBd .topList .img{
    display: block;
    width: 100%;
    position: relative;
    padding-top: 128%;
}
.section5 .tabBd .topList .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
.section5 .tabBd .topList .swiper-slide{
      padding: 5px 0;
}
.section5 .tabBd .topList .swiper-slide a .img{
      box-shadow: 0 0 5px rgba(0,0,0,.3);
      display: block;
}
.section5 .tabBd .topList p{
    text-align: center;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin-top: 5px;
}
.section5 .tabBd .box{
    display: none;
}
.section5 .tabBd .box.on{
    display: flex;
}
.section6{
    display: flex;
    justify-content: space-between;
}
.section6 .leftBox{
    overflow: hidden;
    width: 820px;
    margin-right: 20px;
    padding-bottom: 15px;
}
.section6 .leftBox .list{
    display: flex;
    justify-content: space-between;
}
.section6 .leftBox .list ul{
    padding:15px 20px;
    flex: 1;
    overflow: hidden;
}
.section6 .leftBox .advBanner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}
.section6 .leftBox .advBanner a{
   width: 50%;
   padding: 5px 10px;
}
.section6 .leftBox .advBanner a img{
    display: block;
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.section6 .leftBox .list ul:first-child{
    background: url(../images/icon11.png) no-repeat right center;
}
.section6 .rightBox{
    flex: 1;
    overflow: hidden;
} 
.section6 .rightBox ul{
    padding: 10px 20px;
}
.index3 .list ul{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 20px 10px;
}
.index3 .list ul li{
    width: 20%;
    padding: 0 5px;
}
.index3 .list ul li .img{
    position: relative;
    width: 100%;
    padding-top: 64.18%;
}
.index3 .list ul li .img img{
    position: absolute;
    width:100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.index3 .list ul li .img::before {
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    background-image: url(../images/icon5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
}
.index3 .list ul li .word{
    padding:10px 0 0;
    text-align: center;
}
.index3 .list ul li p{
    height: 4em;
    line-height: 2em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1600px){
    .pubtabHd span{font-size: 16px;}
    .section6 .leftBox{
        width: 650px;
    }
}
@media screen and (max-width: 768px){
    .section2 .tabBd ul{
        flex-wrap: wrap;
    }
    .section2 .tabBd ul li{
        margin-left: 10px;
        width: calc(50% - 10px);
    }
    .section2 .tabBd ul li p{
        height: 3em;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    .section4 .prolist li{
        width: 48%;
        margin: 0 1% 3%;
    }
    .pubtabHd{
        padding: 10px;
        height: auto;
    }
    .pubtabHd span{
        height: auto;
        padding: 0 5px;
    }
    .section5 .tabBd .boxL{
        width: 100%;
        padding: 0 10px;
    }
    .section5 .tabBd .topList{
        padding: 10px;
    }
    .section5 .tabBd .box{
        height: auto;
        display: none;
    }
    .section5 .tabBd .box.on{
        display: block;
    }
    .section5 .tabBd .boxR{
        width: 100%;
    }
    .section5 .tabBd .bottomList {
        display: block;
        padding: 0 10px;
    }
    .section5 .tabBd .bottomList ul{
        width: 100%;
        background: none;
        margin-bottom: 10px;
        padding: 0;
        border-bottom: 1px dashed #ddd;
    }
    .section6,.section6 .leftBox .list{
        display: block;
    }
    .section6>div{
        margin: 0;
        width: 100%;
    }
    .section6 .leftBox{
        width: 100%;
    }
    .section6 .leftBox .advBanner a img{
        height: 30px;
    }
    .section6 .leftBox .list ul{
        padding: 10px 10px 0 10px;
    }
    .index2 .box li a, .section6 ul li a{
        padding-left: 10px;
    }
    .index3 .list ul li{
        width: 33.33%;
    }
    .index3 .list ul li .img::before{
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
    }
    .index3 .list ul li .word{
        padding-bottom: 10px;
    }
    .index3 .list ul li .word p{
        font-size: 12px;
        height: 3em;
        line-height: 1.5em;
    }
    .index3 .list ul{
        padding: 10px 10px 0 10px;
    }
    
}


  