body{color: #595858;}
.breadNav{
    padding: 20px 0;
    font-size: 14px;
    color: #595858;
    line-height: 2em;
    display: flex;
    align-items: center;
}
.breadNav a{
    color: #595858;
}
.breadNav span{
    color: #123477;
}
.breadNav a.home{
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/icon_home.png) no-repeat center;
    margin-right: 10px;
}
.neiPubnav{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}
.neiPubnav .tit{
    color: #e60012;
    display: flex;
    align-items: center;
    /* width: 260px; */
    height: 57px;
    background-image: url(../images/n2.png);
    background-size: 100% 100%;
    padding-left: 20px;
    font-weight: normal;
	padding-right: 70px;
}
.neiPubnav .tit .icon{
    width: 29px;
    margin-right: 20px;
}
.neitPubtit{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #123477;
    font-weight: normal;
    background-color: #ecf5fd;
}
.neitPubtit .more{
    float: right;
    font-size: 16px;
    color: #123477;
}
.neitPubtit>span{
	color: #595858;
	padding-left: 10px;
}
.neiNav{
    margin-left: 15px;
    display: flex;
    padding-top: 15px;
}
.neiNav li{
    padding: 0 15px;
    border-right: 1px solid #595858;
    height: 1em;
    line-height: 1em;
}
.neiNav li:last-child{border-right: 0;}
.neiNav li a{
    color: #595858;
}
.neiNav li.on a,.neiNav li a:hover{color: #e60012;}
.neiNav li.cur{color: #123477;}
.netSearchBox{
    background: #e60012;
    border-radius: 4px;
    padding: 8px 30px;
    color: #fff;
    display: flex;
    line-height: 40px;
    align-items: center;
}
.netSearchBox span{
    margin-right: 15px;
}
.netSearchBox input{
    padding-left: 30px;
    padding-right: 15px;
    width: 310px;
    height: 35px;
    outline: 0;
    border: 0;
    background: #fff url(../images/n8.png) no-repeat 5px center;
    margin-right: 30px;
}
.netSearchBox button{
    border: 0;
    outline: 0;
    width: 117px;
    height: 41px;
    line-height: 40px;
    color: #ecf5fd;
    background: url(../images/n7.png) no-repeat center;
    background-size: 100% 100%;
}
@media screen and (max-width: 1600px){
    .neiPubnav .tit{
        /* width: 220px; */
        height: 48px;
    }
    .neiPubnav .tit .icon{
        width: 24px;
    }
    .neiPubnav{
        margin-bottom: 25px;
    }
    .neitPubtit{
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 768px){
    .breadNav{
        padding: 10px 0;
        font-size: 12px;
    }
    .breadNav a.home{
        width: 16px;
        background-size: 100% auto;
        margin-right: 5px;
    }
    .neiPubnav{
        display: block;
    }
    .neiPubnav .tit{
        width: 70%;
        height: 33px;
        font-size: 14px;
        padding-left: 10px;
		padding-right: 40px;
    }
    .neiPubnav .tit .icon{
        width: 18px;
        margin-right: 5px;
    }
    .neiPubnav{
        margin-bottom: 15px;
    }
    .neitPubtit{
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
    .neitPubtit .more{
        font-size: 12px;
    }
    .neiNav{
        margin-left: 0;
        padding: 10px 0;
    }
    .neiNav li{
        padding: 0 5px;
    }
    .netSearchBox{
        padding: 8px 10px;
    }
    .netSearchBox span{
        font-size: 14px;
    }
    .netSearchBox input{
        width: 180px;
        margin-right: 15px;
    }
    .netSearchBox button{
        width: 80px;
        height: 35px;
        line-height: 34px;
        font-size: 14px;
    }
}

/* 案例 */
.anli_index1 .list{
    padding: 20px;
    background-color: #fff;
}
.anli_index1 .list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.anli_index1 .list ul li{
    width: 50%;
    border-top: 1px dashed #123477;
    padding: 10px 0;
}
.anli_index1 .list ul li a{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.anli_index1 .list ul li:nth-child(odd){
    border-right: 1px dashed #123477;
    padding-right: 15px;
}
.anli_index1 .list ul li:nth-child(even){
    padding-left: 15px;
}
.anli_index1 .list ul li:first-child,
.anli_index1 .list ul li:nth-child(2){
    border-top: 0;
}
.anli_index1 .list .img{
    width: 190px;
    height: 115px;
    margin-right: 15px;
    overflow: hidden;
}
.anli_index1 .list .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.anli_index1 .list li .word{
    flex:1;
    overflow: hidden;
}
.anli_index1 .list li .word h3{
    font-weight: normal;
    position: relative;
    padding-right: 110px;
    font-size: 16px;
    color: #123477;
    height: 2em;
    line-height: 2em;
    margin-bottom: 10px;
}
.anli_index1 .list li .word span.title{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.anli_index1 .list li .word span.date{
    position: absolute;
    right: 0;
    top: 0;
}
.anli_index1 .list li .word p{
    font-size: 14px;
    color: #595858;
    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;
}
.anli_index2 .list{
    padding: 0 20px 30px;
}
.anli_index2 .list h3{
    font-size: 16px;
    color: #595858;
    padding-left: 20px;
    padding-right: 150px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    position: relative;
    margin-bottom: 10px;
}
.anli_index2 .list h3 .date{
    right: 0;
    top: 0;
    position: absolute;
}
.anli_index2 .list h3::before{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #595858;
    left: 0;
    top: calc(50% - 6px);
}
.anli_index2 .list p{
    color: #595858;
    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;
}
.anli_index2 .list li{
    padding: 20px 0;
    border-bottom: 1px dashed #595858;
}
.anli_index2 .list li:hover h3{color: #123477;}
@media screen and (max-width: 768px){
    .anli_index1 .list{
        padding: 10px;
    }
    .anli_index1 .list ul li{
        width: 100%;
        border-right: 0 !important;
    }
    .anli_index1 .list ul li:nth-child(2){
        border-top: 1px dashed #123477;
    }
    .anli_index1 .list .img{
        width: 95px;
        height: 58px;
        margin-right: 10px;
    }
    .anli_index1 .list li .word h3{
        margin-bottom: 5px;
    }
    .anli_index1 .list li .word h3,.anli_index1 .list li .word h3 span.title{
        height: 1.5em;
        line-height: 1.5em;
        font-size: 14px;
    }
    .anli_index1 .list li .word p{
        height: 1.5em;
        line-height: 1.5em;
        font-size:12px;
        -webkit-line-clamp: 1;
    }
    .anli_index1 .list ul li:nth-child(even){
        padding-left: 0;
    }
    .anli_index1 .list ul li:nth-child(odd){
        padding-right: 0;
    }
    .anli_index2 .list li{
        padding: 10px 0;
    }
    .anli_index2 .list{
        padding: 0 10px 20px;
    }
    .anli_index2 .list h3{
        padding-right: 100px;
        margin-bottom: 0;
    }
    .anli_index2 .list p{
        line-height: 1.5em;
        height: 3em;
    }
}

/* 产品 */
.productContent{
    display: flex;
    justify-content: space-between;
}
.productContent .leftNav{
    width: 290px;
    margin-right: 20px;
}
.productContent .leftNav ul{
    padding: 10px 20px;
}
.productContent .leftNav ul li{
    padding: 5px 0;
}
.productContent .leftNav ul li a{
    display: block;
    height: 2em;
    line-height: 2em;
    font-size: 16px;
    color: #595858;
    background: url(../images/n4.png) left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    transition: all .5s;
}
.productContent .leftNav ul li a:hover{
    color: #123477;
    padding-left: 35px;
}
.productContent .productList{
    flex: 1;
    overflow: hidden;
}
.productList .list{
    padding: 10px 20px 30px;
}
.productList .list li{
    padding: 15px 0;

    border-bottom: 1px dashed #595858;
}
.productList .list a{
    display: flex;
    color: #595858;
}
.productList .list .img{
    width: 194px;
    height: 180px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    margin-right: 20px;
}
.productList .list .img img{
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.productList .list .word{
    flex: 1 0;
    overflow: hidden;
}
.productList .list .word h3{
    font-size: 16px;
    line-height: 2.2em;
    height: 2.2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.productList .list .word p{
    line-height: 2em;
    height: 4em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.productList .list .word span{
    display: block;
    margin-top: 2em;
    color: #123477;
}
@media screen and (max-width: 768px){
    .productContent{
        display: block;
    }
    .productContent .leftNav{
        width: 100%;
        margin-bottom: 15px;
    }
    .productContent .leftNav ul{
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .productContent .leftNav ul li{
        padding: 0;
        width: 50%;
    }
    .productContent .leftNav ul li a{
        font-size: 14px;
    }
    .productList .list .img{
        width: 100px;
        height: 93px;
        margin-right: 10px;
    }
    .productList .list .word h3{
        height: 1.8em;
        line-height: 1.8em;
        font-size: 14px;
    }
    .productList .list .word p{
        line-height: 1.5em;
        height: 1.5em;
        -webkit-line-clamp: 1;
    }
    .productList .list .word span{
        margin-top: 5px;
        font-size: 12px;
    }
}

/* 访谈 */
.fangtan1{
    background: #ecf9fb;
    padding: 20px 20px 5px;
}
.fangtan1 ul{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fangtan1 ul li{
    width: 47%;
    overflow: hidden;
    margin-bottom: 20px;
}
.fangtan1 ul li a{
    display: flex;
    width: 100%;
}
.fangtan1 ul li .img{
    width: 240px;
    height: 275px;
    overflow: hidden;
    margin-right: 20px;
}
.fangtan1 ul li .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.fangtan1 ul li .word{
    flex: 1 0;
    color: #595858;
    overflow: hidden;
}
.fangtan1 ul li h3{
    height: 2.2em;
    line-height: 2.2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin: .5em 0;
}
.fangtan1 ul li p{
    font-size: 16px;
    line-height: 2em;
    height: 10em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.fangtan2 ul{
    display: flex;
    flex-wrap: wrap;
}
.fangtan2 ul li{
    width: 32.33%;
    margin-left: 1.5%;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    padding: 20px 15px ;
}
.fangtan2 ul li:nth-child(3n+1){
    margin-left: 0;
}
.fangtan2 ul li a{
    display: flex;
    overflow: hidden;
}
.fangtan2 ul li .img{
    width: 150px;
    height: 210px;
    overflow: hidden;
    margin-right: 10px;

}
.fangtan2 ul li .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.fangtan2 ul li .word{
    flex: 1 0;
    overflow: hidden;
    padding-left: 10px;
    color: #595858;
    border-left: 1px dashed #595858;
}
.fangtan2 ul li .word h3{
    font-size: 16px;
    line-height: 1.5em;
    height: 3em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.fangtan2 ul li .word h3::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #595858;
    left: 0;
    top: calc(.75em - 4px);
    border-radius: 50%;
}
.fangtan2 ul li .word p{
    line-height: 1.8em;
    height: 10.8em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.fangtan3 ul{
    display: flex;
    padding: 15px;
}
.fangtan3 ul li{
    width: 24%;
    margin-left:1.33%;
}
.fangtan3 ul li:first-child{
    margin-left: 0;
}
.fangtan3 ul li a{
    display: block;
}
.fangtan3 ul li .img{
    width: 100%;
    position: relative;
    padding-top: 57.3%;
    overflow: hidden;
}
.fangtan3 ul li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.fangtan3 ul li p{
    text-align: center;
    color: #595858;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    height: 2em;
    line-height: 2em;
    margin: .5em 0;
}
@media screen and (max-width: 768px){
    .fangtan1{
        padding: 10px;
    }
    .fangtan1 ul li .img{
        width: 100px;
        height: 115px;
    }
    .fangtan1 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .fangtan1 ul li h3{
        height: 1.8em;
        line-height: 1.8em;
    }
    .fangtan1 ul li p{
        font-size: 14px;
    }
    .fangtan1 ul li p{
        line-height: 1.5em;
        height: 4.5em;
        -webkit-line-clamp: 3;
    }
    .fangtan2 ul li{
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    .fangtan2 ul li .img{
        width: 100px;
        height: 140px;
    }
    .fangtan2 ul li .word h3{
        height: 1.5em;
        -webkit-line-clamp: 1;
    }
    .fangtan2 ul li .word p{
        height: 7.2em;
        -webkit-line-clamp: 4;
    }
    .fangtan3 ul{
        padding: 10px;
        flex-wrap: wrap;
    }
    .fangtan3 ul li{
        width: 48.5%;
        margin-left: 3%;
    }
    .fangtan3 ul li:nth-child(2n+1){
        margin-left: 0;
    }
}

/* 活动 */
.neiBanner{
    overflow: hidden;
    position: relative;
}
.neiBanner .swiper-button-next,.neiBanner .swiper-button-prev{
    background-size: 100% 100%;
    width: 19px;
    height: 37px;
}
.neiBanner .swiper-button-next{
    right: 40px;
}
.neiBanner  .swiper-button-prev{
    left: 40px;
}
.neiBanner img{
    display: block;
    width: 100%;
}
.neiBanner .swiper-pagination-bullet{
    opacity: 1;
    background-color: #fff;
    border-radius: 0;
}
.neiBanner  .swiper-pagination-bullet-active{
    background: #e60012;
}

.activityBox .activity1,.activityBox .activity2{
    display: flex;
    justify-content: space-between;
}
.activityBox .activity1>div,.activityBox .activity2>div {
    width: 49%;
}
.activityBox .activity1 .inner,.activityBox .activity2 .inner{
    padding: 20px;
}
.activity1 .leftBox .box1{
    margin-bottom: 15px;
}
.activity1 .leftBox .box1 a{
    display: flex;
    align-items: center;
}
.activity1 .leftBox .box1 .img{
    width: 368px;
    height: 144px;
    overflow: hidden;
    margin-right: 15px;
}
.activity1 .leftBox .box1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity1 .leftBox .box1 .word{
    flex: 1 0;
    overflow: hidden;
}
.activityBox a{color: #595858;}
.activity1 .leftBox .box1 .word h3{
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin-bottom: 10px;
}
.activity1 .leftBox .box1 .word p{
    line-height: 1.8em;
    height: 5.4em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.activity1 .dotlist ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activity1 .dotlist ul li{
    width: 48%;
    overflow: hidden;
}
.dotlist li{
    padding-left: 15px;
    position: relative;
}
.dotlist li::before{
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    font-size: 20px;
}
.dotlist li a{
    height: 2em;
    line-height: 2em;
    display: block;
    color: #595858;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.dotlist li a:hover{color: #e60012;}
.activity1 .rightBox .box1 a{
    display: block;
    width: 100%;
    height: 144px;
    overflow: hidden;
    margin-bottom: 15px;
}
.activity1 .rightBox .box1 a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity1 .rightBox .dotlist h3 a{
    font-size: 16px;
    color: #e60012;
    display: block;
    height: 2em;
    line-height: 2em;
    display: block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.activity2 li{
    margin-bottom: 15px;
}
.activity2 li:last-child{margin-bottom: 0;}
.activity2 li a{
    display: flex;
    align-items: center;
}
.activity2 li a .img{
    width: 102px;
    height: 161px;
    overflow: hidden;
    margin-right: 15px;
}
.activity2 li a .img img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.activity2 li a .word{
    flex: 1;
    overflow: hidden;
}
.activity2 li a .word h3{
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.activity2 li a .word p{
    height: 7.2em;
    line-height: 1.8em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.activityBzBox .list {
    padding: 20px;
}
.activityBzBox .list  li{
    margin-bottom: 20px;
}
.activityBzBox .list a{
    display: flex;
    align-items: center;
}
.activityBzBox .list .img{
    width: 390px;
    height: 248px;
    overflow: hidden;
    margin-right: 15px;
}
.activityBzBox .list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activityBzBox .list .word{
    flex: 1 0;
    overflow: hidden;
    color: #595858;
}
.activityBzBox .list .word h3{
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin-bottom: 10px;
}
.activityBzBox .list .word p{
    line-height: 2em;
    height: 10em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px){
    .activity1 .leftBox .box1 .img{
        height: 115px;
        width: 294px;
    }
    .activity1 .rightBox .box1 a{
        height: 114px;
    }
    .activityBzBox .list .img{
        width: 300px;
        height: 191px;
    }
    .activityBzBox .list .word p{
        line-height: 2em;
        height: 8em;
        -webkit-line-clamp: 4;
    }
}
@media screen and (max-width: 768px){
    .activityBox .activity1, .activityBox .activity2{
        display: block;
    }
    .activityBox .activity1>div,.activityBox .activity2>div{
        width: 100%;
        margin-bottom: 15px;
    }
    .activity1 .leftBox .box1 a{
        display: block;
    }
    .activity1 .leftBox .box1 .word h3{
        margin-bottom: 0;
    }
    .activity1 .leftBox .box1 .img{
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .activityBox .activity1 .inner,.activityBox .activity2 .inner,.activityBzBox .list{
        padding: 10px;
    }
    .activity1 .leftBox .box1 .word p{
        height: 3.6em;
        -webkit-line-clamp: 2;
    }
    .activity1 .dotlist ul li{
        width: 100%;
    }
    .activity1 .rightBox .box1 a{
        height: auto;
    }
    .activity2 li a .img{
        width: 100px;
        height: 61px;
        margin-right: 10px;
    }
    .activity2 li a .word p{
        height: 1.8em;
        -webkit-line-clamp: 1;
    }
    .activityBzBox .list .img{
        width: 120px;
        height: 76px;
        margin-right: 10px;
    }
    .activityBzBox .list .word p{
        line-height: 1.5em;
        height: 3em;
        -webkit-line-clamp: 2;
    }
    .activityBzBox .list .word h3{
        margin-bottom: 0;
    }
    .activityBzBox .list li{
        margin-bottom: 10px;
    }
}

.news1{
    display: flex;
}
.news1 .left{
    width: 480px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.news1 .left .img{
    width: 100%;
    position: relative;
    padding-top: 79.16%;
}
.news1 .left .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.news1 .right{
    flex: 1;
    overflow: hidden;
}
.news1 .left .word{
    padding: 0 15px;
    background: #ecf5fd;
    margin-top: 15px;
}
.news1 .left .word p{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    color: #595858;
    text-align: center;
}
.news1 .left .pagination{
    position: absolute;
    bottom: 75px;
    right: 0;
    text-align: right;
    z-index: 2;
}
.news1 .left .pagination li{
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: rgba(186,207,248,.5);
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.news1 .left .pagination li.active{
    background: rgba(230,0,18,.5);
    color: #fff;
}
.news1 .list{
    padding: 0 25px;
}
.news1 .list li{
    padding: 15px 0;
    border-bottom: 1px dashed #595858;
}
.news1 .list li h3{
    position: relative;
    padding-right: 180px;
    font-size: 16px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin-bottom: 10px;
}
.news1 .list li h3 span.date{
    position: absolute;
    right: 0;
    top: 0;
}
.news1 .list li .txt{
    font-size: 14px;
    line-height: 2em;
    height: 4em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news1 .list li .txt p{
    display: inline;
}
.news1 .list li .txt span{color: #e60012;}

.news2{
    display: flex;
    justify-content: space-between;
}
.news2 .box{
    background-color: #fff;
}
.news2 .box1{
    width: 26.66%;
}
.news2 .box2{
    width: 36.33%;
}
.news2 .box3{
    width: 33.33%;
}
.news2 .list{
    padding: 15px;
}
.news2 .list li{
    margin-bottom: 5px;
}
.news2 .list li:last-child{
    margin-bottom: 0;
}
.news2 .list h3{
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    padding-left: 15px;
    color: #274683;
    position: relative;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.news2 .list h3::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #123477;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
.news2 .list .word{
    font-size: 14px;
    line-height: 2em;
    height: 6em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news2 .list .word p{
    display: inline;
}
.news2 .list .word span{
    color: #e60012;
    padding-left: 5px;
}
.news2 .box2 .list {
    background: linear-gradient(#feffff,#f0f7fd);
}
.news2 .box2 .list .word{
    height: 4em;
    -webkit-line-clamp: 2;
}
.news2 .list2 p{
    color: #595858;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.news2 .list2{
    padding: 15px 10px;
}
.news2 .list2 li{
    margin-bottom: 5px;
}
.news2 .list2 p span{color: #123477;}
.news3 .activityBzBox .list li{
    border-bottom: 1px dashed #123477;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news3 .activityBzBox .list li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.news3 .activityBzBox .list .img{
    width: 268px;
    height: 160px;
}
.news3 .activityBzBox .list  h3{
    color: #123477;
}
.news3 .activityBzBox .list  h3 span{color: #595858;}
.news3 .activityBzBox .list .word p{
    height: 4em;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.news3 .activityBzBox .list .word>span{
    color: #e60012;
}
.news4{
    display: flex;
    justify-content: space-between;
}
.news4 .box{
    width: 31.99%;
    background: #fff;
}
.news4 .box .inner{
    padding: 15px 20px;
}
.news4 .box1 .top{
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.news4 .box1 .top .img{
    width: 171px;
    height: 134px;
    margin-right: 10px;
}
.news4 .box1 .top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news4 .box1 .top .word{
    flex: 1;
    overflow: hidden;
}
/* .news4 .box1 .top .word h3{
    height: 34px;
    line-height: 34px;
    background: url(../images/b42.jpg) no-repeat left center;
    color: #fff;
    padding-left:30px;
} */
.news4 .box1 .top .word h3{
   font-size: 16px;
   height: 2em;
   line-height: 2em;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
}
.news4 .box1 .top .word p{
   /* padding-left: 10px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin: 10px 0; */
	height: 4.5em;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}
.news4 .box1 .top .word a.clickRead{
    display: block;
    color: #e60012;
    padding-left: 20px;
    height: 22px;
    line-height: 22px;
    background: url(../images/n9.png) no-repeat left center;
}
.news4 .list li a{
    display: block;
    line-height: 2em;
    height: 2em;
    padding-left: 25px;
    background:  url(../images/n10.png) no-repeat left center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    transition: all .5s;
}
.news4 .box3 .list li a{
    padding-left: 30px;
    margin-bottom: 3px;
    background:  url(../images/n11.png) no-repeat left center;
}
.news4 .list li a:hover{
    padding-left: 30px;
    color: #123477;
}
.news4 .box3 .list li a:hover{
    padding-left: 35px;
}
.news4 .list2 li{
    border-bottom: 1px dashed #123477;
    margin-bottom: 9px;
}
.news4 .list2 li:last-child{margin-bottom: 0;}
.news4 .list2 li a{
    display: block;
    line-height: 2.4em;
    height: 2.4em;
    padding-left: 15px;
    background:  url(../images/n12.png) no-repeat left center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    transition: all .5s;

}
.news4 .list2 li a:hover{color: #123477;}
.news4 .box2 .top{
    margin-bottom: 15px;
}
.news4 .box2 .top a{
    display: flex;
    align-items: center;
}
.news4 .box2 .top a .img{
    width: 180px;
    height: 100px;
    margin-right: 10px;
}
.news4 .box2 .top a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news4 .box2 .top a .word{
    flex: 1;
    overflow: hidden;
}
.news4 .box2 .top a .word h3{
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.news4 .box2 .top a .word .txt 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;
}
.news4 .box2 .top a .word .txt span{
    color: #e60012;
}
@media screen and (max-width: 768px){
    .news1{
        display: block;
    }
    .news1 .left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news1 .left .word{
        margin-top: 0;
    }
    .news1 .left .word p{
        font-size: 14px;
        margin-top: 0;
        height: 40px;
        line-height: 40px;
    }
    .news1 .left .pagination{
        bottom: 40px;
    }
    .news1 .left .pagination li{
        width: 24px;
        line-height: 24px;
        height: 24px;
        font-size: 14px;
    }
    .news1 .list{
        padding: 0 10px;
    }
    .news1 .list li{
        padding: 5px 0;
    }
    .news1 .list li:last-child{
        border: 0;
    }
    .news1 .list li h3{
        margin-bottom: 0;
    }
    .news1 .list li .txt{
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .news1 .list li .txt p{
        display: block;
        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;
    }
    .news2,.news4{
        display: block;
    }
    .news2 .box,.news4 .box{width: 100%;margin-bottom: 10px;}
    .news2 .list2,.news2 .list{
        padding: 5px 10px;
    }
    .news3 .activityBzBox .list .img{
        width: 100px;
        height: 60px;
    }
    .news3 .activityBzBox .list .word h3{
        font-size: 14px;
    }
    .news3 .activityBzBox .list .word p{
        line-height: 1.5em;
        height: 3em;
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .news3 .activityBzBox .list li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .news4 .box1 .top .img{
        width: 100px;
        height: 78px;
    }
    .news4 .box1 .top .word h3{
        height: 28px;
        line-height: 28px;
    }
    .news4 .box1 .top .word p{
        margin: 0;
    }
    .news4 .box1 .top .word a{
        background-size: 12px auto;
    }
    .news4 .box2 .top{
        margin-bottom: 10px;
    }
    .news4 .box .inner{
        padding: 10px;
    }
    .news4 .box2 .top a .img{
        width: 100px;
        height: 56px;
    }
    .news4 .box2 .top a .word .txt p{
        height: 1.5em;
        -webkit-line-clamp: 1;
    }
    .news4 .box3 .list li a{
        background-size: 15px auto;
        padding-left: 25px;
    }
}
.public_zixun ul{
    padding: 0 20px 30px;
}
.public_zixun ul li{
    border-bottom: 1px dashed #123477;
    padding-right: 120px;
    position: relative;
}
.public_zixun ul li a{
    padding-left: 15px;
    height: 60px;
    line-height: 60px;
    display: block;
    background: url(../images/n12.png) no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: all .5s;
}
.public_zixun ul li span{
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 2em;
    margin-top: -1em;
}
.public_zixun ul li a:hover{
    color: #123477;
    padding-left: 20px;
}
@media screen and (max-width: 768px){
    .public_zixun ul li a{
        height: 40px;
        line-height: 40px;
    }
    .public_zixun ul{
        padding: 10px ;
    }
}

.mpBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mpBox .box{
    width: 49.3%;
    background: #fff;
    margin-bottom: 20px;
}
.mpBox .box a{
    display: block;
}
.mpBox .box  .center{
    padding: 20px;
    display: flex;
    align-items: center;
}
.mpBox .box  .center .img{
    width: 230px;
    height: 240px;
    box-shadow: 0 0 5px rgba(1,1,1,.2);
    margin-right: 20px;
}
.mpBox .box  .center .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mpBox .box  .center p{
    flex: 1;
    overflow: hidden;
    line-height: 2.2em;
    height: 13.2em;
    overflow : hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.mpBox .box span{
    color: #e60012;
    padding: 0 20px;
    text-align: right;
    height: 50px;
    line-height: 50px;
    background: #f2f1f1;
    display: block;
}

.mpBox .box .neitPubtit{
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}

@media screen and (max-width: 768px){
    .mpBox .box{
        width: 100%;
        margin-bottom: 10px;
    }
    .mpBox .box .center{
        padding: 10px;
    }
    .mpBox .box .center .img{
        width: 150px;
        height: 157px;
        margin-right: 10px;
    }
    .mpBox .box .center p{
        line-height: 2em;
        height: 8em;
        -webkit-line-clamp: 4;
    }
    .mpBox .box span{
        height: 30px;
        line-height: 30px;
    }
}

.activityBzBox .list.tjqylist{
   padding: 0;
}
.activityBzBox .list.tjqylist li{
    padding: 20px;
    margin-bottom: 0;
    border: 0;
    background: linear-gradient(#feffff,#f0f7fd);
}

.qypdIndex .qypd1{
    display: flex;
    flex-wrap: wrap;
}
.qypdIndex .qypd1 .box{
    width: 32.33%;
    margin-left: 1.5%;
    margin-bottom: 1.5%;
    background: #fff;
	padding: 0 20px;
}
.qypdIndex .qypd1 .box:nth-child(3n+1){
    margin-left: 0;
}
.qypdIndex .qypd1 .title2{
    height: 70px;
    display: flex;
    align-items: center;
    color: #383848;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    padding: 0 15px;
}
.qypdIndex .qypd1 .title2 p{
    text-align: center;
    font-size: 16px;
}
.qypdIndex .qypd1 .title2 img{
    height: 44px;
}

.qypdIndex .qypd1 .box .list{
    padding: 15px
}
.qypdIndex .qypd1 .box .list 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;
}
.qypdIndex .qypd1 .box .list a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #123477;
}
.qypdIndex .qypd1 .box .list a:hover{
    color: #f70009;
}
.qypd2{
    background: #f2f1f1;
    padding: 20px;
}
.qypd2 ul{
    display: flex;
    flex-wrap: wrap;
}
.qypd2 ul li{
    width: 24%;
    margin-left: 1.33%;
    margin-bottom: 2%;
}
.qypd2 ul li:nth-child(4n+1){
    margin-left: 0;
}
.qypd2 ul .img{
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 42%;
}
.qypd2 ul .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}
.qypd2 ul p{
    height: 2em;
    line-height: 2em;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin-top: 10px;
}
.qypd_logolist{
	padding: 0;
	background: none;
}


@media screen and (max-width: 1600px){
    .qypdIndex .qypd1 .title2 img{
        height: 30px;
    }
    .qypdIndex .qypd1 .title2 p{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px){
    .qypdIndex .qypd1 .box{
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    .qypd2 ul{
        justify-content: space-between;
    }
    .qypd2 ul li{
        width: 49%;
        margin-left:0 !important;
        margin-bottom: 2%;
    }
    .qypd2{
       padding: 10px;
    }
    .qypd2 ul p{
        font-size: 12px;
        margin-top: 0;
    }
	.qypdIndex .qypd1 .box{
		padding: 0 10px;
	}
}
.neitPubtit2{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e60012;
    margin-bottom: 20px;
}
.neitPubtit2 span{
    display: block;
    width: 202px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 10px;
    color: #fff;
    background: url(../images/n15.png) no-repeat center;
    background-size: 100% 100%;
}

@media screen and (max-width: 768px){
    .neitPubtit2{
        height: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .neitPubtit2 span{
        height: 24px;
        line-height: 24px;
        width: 121px;
        font-size: 14px;
    }
}

/* 会员中心 */
.memContent{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.memNav{
    width: 260px;
    margin-right: 25px;
    background: #fff ;
}
.memContent .memRight{
    flex: 1;
    overflow: hidden;
    background: #fff;
}
.memNav{
    text-align: center;
}
.memNav dl{
    padding-bottom: 10px;
}
.memNav dt{
    font-size: 20px;
    color: #123477;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d3d1d1;
    margin-bottom: 10px;
}
.memNav dd a{
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    color: #595858;
}
.memNav dd a:hover{
    color: #e60012;
}
.memNav dt i{
    display: block;
    width: 14px;
    height: 10px;
    background: url(../images/n16.png) no-repeat center;
    margin-right: 15px;
}
.memNav dd i{
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #123477;
}

@media screen and (max-width: 1600px){
    .memNav dt{font-size: 18px;}
    .memNav dd a{font-size: 16px;}
}
@media screen and (max-width: 1200px){
    .memNav dt{font-size: 16px;}
    .memNav dd a{font-size: 14px;}
}

@media screen and (max-width: 960px){
    .memContent{
		display: block;
	}
	.memNav{
		width: 100%;
		margin: 0 0 15px;
	}
	.memNav dl{
		display: flex;
		flex-wrap: wrap;
	}
	.memNav dl dt{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.memNav dl dd{
		margin: 0 5px;
		padding: 0 5px;
	}
	.memNav dd a{
		height: 40px;
	}
	.memNav dd i{
		margin-right: 5px;
	}
}

/* 会员注册 */
.redtxt{color: #e60012;}
.registeCont{
	display: flex;
	justify-content: space-between;
}
.registeCont .leftForm{
	flex: 1;
	overflow: hidden;
	background: #fff;
}
.regitform{
	padding: 20px 25px 30px;
	font-size: 16px;
}
.regitform dl{
	display: flex;
	line-height: 35px;
	flex-wrap: wrap;
}
.regitform dd.input{
	margin-right: 15px;
}
.regitform dd input{
	width: 360px;
	height: 35px;
	border: 1px solid #595858;
	padding: 0 10px;
}
.regitform dl{
	margin-bottom: 15px;
	position: relative;
	padding-left: 90px;
	min-height: 35px;
}
.regitform dt{
	width: 90px;
	color: #123477;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
.regitform  .tip{
	font-size: 14px;
	padding-left: 20px;
	background-image: url(../images/icon12.png);
	background-size: 15px auto;
	background-position: left center;
	background-repeat: no-repeat;
	color: #595858;
}
.regitform .yzmImg {
	margin-right: 15px;
}
.regitform .yzmImg img{
	width: 85px;
	height: 35px;
	display: block;
}
.regitform .yzmInout input{
	width: 105px;
	margin-bottom: 0;
}
.regitform  .select{
	position: relative;
}
.regitform  select{
	width: 360px;
	height: 35px;
	border: 1px solid #595858;
	padding: 0 10px;
	position: relative;
}
.regitform  .select::before{
	content: '';
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 1px;
	background: url(../images/b46.jpg) no-repeat center;
	background-size: 100% 100%;
	z-index: 2;
}
.regitform  .largeInput input{
	width: 610px;
}
.regitform  .selectAdd{
	margin-right: 15px;
}
.regitform  .selectAdd select{
	width: 210px;
	margin-bottom: 10px;
}
.regitform  textarea{
	width: 350px;
	height: 80px;
	resize: none;
	border: 1px solid #595858;
	padding: 10px;
}
.memRight .regitform dl{
	padding-left: 100px;
}
.memRight .regitform dt{
	width: 100px;
}
.checkBoxLi{
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
}
.checkBoxLi li{
	width: 120px;
	margin-right: 5px;
	font-size: 16px;
	color: #595858;
	position: relative;
	margin-bottom: 15px;
}
.checkBoxLi li label{
	display: flex;
	align-items: center;
}
.checkBoxLi li input{
	width: 14px;
	height: 14px;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-right: 5px;
	display: block;
}
.checkBoxLi2{
	margin: 20px 0;
}
.checkBoxLi2 li{
	width: 100%;
	color: #123477;
}
.regiBtn{
	display: block;
	width: 110px;
	height: 35px;
	border-radius: 4px;
	background: #123477;
	text-align: center;
	border: 0;
	color: #fff;
	font-size: 16px;
}
.rightActivty{
	width: 380px;
	margin-left: 25px;
}
.tjList{
	background: #fff;
	padding: 15px 20px;
}
.tjList li{
	margin-bottom: 10px;
}
.tjList a{
	display: block;
	color: #595858;
	font-size: 14px;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	padding-left: 30px;
	background-image: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: all .5s;
}
.tjList a:hover{color: #007AFF;padding-left: 35px;}
.regitform  .textarealarge textarea{
	width: 610px;
}
@media screen and (max-width: 960px){
	.registeCont{
		display: block;
	}
	.regitform{
		padding: 15px 10px;
	}
	.regitform dt{
		font-size: 14px;
		width: 70px;
	}
	.regitform dl{
		padding-left: 70px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.regitform dd input,.regitform select,.regitform .selectAdd select{
		width: 100%;
		height: 30px;
	}
	.regitform dd.input,.regitform dd.select,.regitform dd.textarea{
	    margin-right: 0;
	    flex: 0 1 100%;
	}
	.regitform .yzmImg img{
		height: 30px;
	}
	.regitform dd.input.yzmInout{
		flex: 0 1 105px;
	}
	.regitform .select::before{
		width: 28px;
		height: 28px;
	}
	.regitform textarea{
		width: 100%;
	}
	.checkBoxLi li{
		width: 100px;
	}
	.checkBoxLi li label{
		font-size: 12px;
	}
	.checkBoxLi2 li{
		width: 100%;
	}
	.rightActivty{
		margin:15px 0;
	}
	.tjList a{
		background-size: 15px auto;
		padding-left: 20px;
	}
	.memRight .regitform dl{
		padding-left: 85px;
	}
}

.memIndexContent{
	display: flex;
	padding: 25px;
}
.memIndexContent .leftImg{
	width: 160px;
	margin-right: 50px;
	text-align: center;
}
.memIndexContent .rightCont{
	flex: 1;
	overflow: hidden;
}
.memIndexContent .leftImg .img{
	width: 160px;
	padding: 10px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.memIndexContent .leftImg .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.memIndexContent .leftImg p{
	color: #123477;
	line-height: 2em;
}
.memIndexContent .rightCont h3{
	color: #123477;
	margin-bottom: 15px;
}
.memIndexContent .rightCont h3 span{
	color: #595858;
}
.memIndexContent .rightCont li{
	position: relative;
	padding-left: 120px;
	line-height: 2em;
	margin-bottom: 10px;
	color: #595858;
	font-size: 16px;
}
.memIndexContent .rightCont li span{
	position: absolute;
	left: 0;
	top: 0;
}
.memIndexContent .leftImg .uploadBtn{
	position: relative;
	margin-top: 10px;
}
.memIndexContent .leftImg .uploadBtn input{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0;
	visibility: visible;
}

.xqCont{
	background-color: #fff;
	flex: 1;
}
.xqCont .title{
	padding: 20px;
	color: #123477;
	line-height: 2em;
	text-align: center;
	border-bottom: 1px dashed #595858 ;
}
.xqCont .toptip{
	padding:20px 20px;
	color: #000;
	line-height: 2em;
	text-align: center;
}
.xqCont .toptip li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bsBox,.bsBox *{
	box-sizing: content-box;
}
.xqCont .text{
	padding: 30px;
}
.xqCont .jstxt{
	padding: 15px 20px;
	background-color: #ecf5fd;
	text-indent: 2em;
	line-height: 2em;
	color: #000;
}
.bllist dt{color: #000;line-height: 2em;margin-bottom: 10px;}
.bllist dd{
	line-height: 2em;
	margin-bottom: 10px;
}
.bllist dd,.bllist dd a{
	color: #123477;
}
.bllist dd a:hover{color: #007AFF;}
.keywords{
	color: #123477;
	padding: 20px;
}
.keywords span{color: #000;}
.indent2{text-indent: 2em;}
.orangetxt{color: #ff701a;}

.xgNews .newslist{
	padding: 30px 30px;
	display: flex;
	flex-wrap: wrap;
}
.xgNews .newslist li{
	width: 48%;
}
.xgNews .newslist li a {
	color: #595858;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    display: block;
    background: url(../images/n12.png) no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: all .5s;
}
.xgNews .newslist li a:hover{
	padding-left: 20px;
	color: #007AFF;
}
@media screen and (max-width: 960px){
	.xqCont .toptip{
		padding: 20px 10px;
	}
	.xqCont .text{
		padding: 20px 10px;
	}
}

.neiContent .index2 .leftList .section3 .box{
   width: 24%;
   margin-left: 1.25%;
   margin-right: 0;
}
.neiContent .index2 .leftList .section3 .box:first-child{
    margin-left: 0
}

.neiContent .index2 .title span.on{
    font-weight: normal;
}
.index2 .title2 img{
	max-height: 60px;
}
/* 软通动力 */
.rtdlBox .advImg{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.rtdlNav ul{
	display: flex;
	background: #5db237;
	border-top: 14px solid #82d461;
	padding: 0 30px;
}
.rtdlNav ul li{
	padding: 14px 0;
}
.rtdlNav ul a{
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	color: #fff;
	background: url(../images/n19.png) no-repeat left center;
}
.rtdlNav ul li:first-child a{background: none;}
.rtdlNav ul li.on{
	background: url(../images/n20.png) no-repeat center top;
}
.rtdlContent{
	display: flex;
}
.bluetxt{color: #123477;}
.rtdlContent .left{
	width: 515px;
	background-color: #ecf5fe;
	margin-right: 20px;
}
.rtdlContent .right{
	flex: 1;
	overflow: hidden;
	background: #fff;
	min-height: 1290px;
	padding: 25px;
}
.rtdlContent .left .box{
	padding: 20px 25px;
}
.rtdlTit img{
	vertical-align: middle;
	margin-right: 15px;
}
.rtdlTit{
	height: 55px;
	line-height: 55px;
	background: url(../images/n25.png) no-repeat left bottom;
	color: #123477;
}

.rtdlText{
	color: #595858;
	padding: 20px 0 0;
	text-align: justify;
}
.rtdlText p{
	text-indent: 2em;
}
.rtdlselect{
	display: flex;
}
.rtdlselect img{
	width: 134px;
	height: 74px;
}
.rtdlselect .select{
	display: block;
	width: 300px;
	margin-left: 25px;
}
.rtdlselect .select select,.rtdlselect .select input{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	height: 40px;
	background: #fff;
	border: 1px solid #123477;
	padding: 0 15px;
	border-radius: 4px;
	color: #123477;
}
.rtdlSearchBox input::placeholder{
	color: #123477;
}
.rtdlSearchBox .searchform{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	background: url(../images/b52.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 60px;
}
.rtdlSearchBox .searchform input{
	border: 0;
	outline: 0;
	background: none;
	padding-left: 40px;
	height: 50px;
	background: url(../images/n23.png) left center no-repeat;
}
.rtdlSearchBox .searchform button{
	color: #fff;
	background: #6595d0;
	border-radius: 4px;
	border: 0;
	outline: 0;
	width: 90px;
	height: 40px;
}
.rtdlPubtit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ecf5fd;
	height: 60px;
	padding-right: 15px;
}
.rtdlPubtit img{
	vertical-align: middle;
	margin-right: 10px;
}
.rtdlPubtit h3{
	background: #b9d0ec;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	color: #123477;
	position: relative;
}
.rtdlPubtit a{
	color: #123477;
}
.rtdlPubtit h3::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 23px;
	left: 50%;
	margin-left: -15px;
	bottom: -15px;
	background: url(../images/n26.png) no-repeat center;
	background-size: 100% 100%;
}
.rtdlList{
	padding: 25px 10px;
	background: #f7faff;
}
.rtdlList a{
	display: block;
	line-height: 2em;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.rtdlList a::before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #123477;
}
.rtdlList a:hover{
	color: #123477;
}
.rtdlNewsBox{
	margin-bottom: 20px;
}
.rtdlProduct{
	background: #f7faff;
}
.rtdlProduct .tit{
	padding: 10px 15px;
	text-align: center;
	color: #123477;
	background: #ecf5fd;
	line-height: 1.5em;
}
.rtdlProduct .text{
	padding: 20px;
	color: #595858;
}
@media screen and (max-width: 1600px){
	.rtdlContent .left{
		width: 400px;
	}
	.rtdlselect img{
		height: 50px;
		width: auto;
	}
}
@media screen and (max-width: 768px){
	.rtdlNav ul{
		padding: 0;
		border-top:5px solid #82d461;
	}
	.rtdlNav ul li{
		padding: 0;
	}
	.rtdlNav ul a{
		padding: 0 10px;
	}
	.rtdlContent{
		display: block;
	}
	.rtdlContent .left{
		width: 100%;
	}
	.rtdlContent .left .box{
		padding: 10px;
	}
	.rtdlTit img{
		width: 20px;
		margin-right: 10px;
	}
	.rtdlselect img{
		height: 40px;
	}
	.rtdlselect .select select, .rtdlselect .select input{
		height: 30px;
	}
	.rtdlSearchBox .searchform{
		height: 50px;
	}
	.rtdlSearchBox .searchform input,.rtdlSearchBox .searchform button{
		height: 30px;
	}
	.rtdlSearchBox .searchform input{
		background-size: 20px 20px;
		padding-left: 30px;
	}
	.rtdlContent .right{
		min-height: inherit;
		padding: 10px;
	}
	.rtdlPubtit{
		height: 40px;
	}
	.rtdlPubtit h3{
		height: 40px;
		line-height: 40px;
	}
	.rtdlList{
		padding: 15px 10px;
	}
	.rtdlNewsBox{
		margin-bottom: 15px;
	}
	.rtdlProduct .text{
		padding: 10px;
	}
}

.zjlmBox1{
	display: flex;
	flex-wrap: wrap;
}
.zjlmBox1 .box{
	width: 32.33%;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	background: #fff;
}
.zjlmBox1 .box:nth-child(3n+1) {
    margin-left: 0;
}
.qypd_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding:0 20px;
	background: #ecf5fd;
	color: #123477;
}
.qypd_title a{color: #123477;}
.zjlmBox1 .content{
	display: flex;
	padding: 20px;
}
.zjlmBox1 .content .left{
	width: 123px;
	margin-right: 20px;
}
.zjlmBox1 .content .left .img{
	width: 123px;
	height: 150px;
}
.zjlmBox1 .content .left .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zjlmBox1 .content .left p{
	color: #123477;
	height: 33px;
	line-height: 33px;
	background: #efefef;
	text-align: center;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.zjlmBox1 .content .word{
	flex: 1;
	overflow: hidden;
}
.zjlmBox1 .content .word .text{
	font-size: 14px;
	line-height: 1.8em;
	color: #595858;
	height: 12.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 7;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}

.zjlmBox1 .content .word>img{
	height: 25px;
}
.zjlmBox1 .content .word .tit{
	font-size: 16px;
	color: #e60012;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.zjlmBox1 .content .word li a{
	font-size: 14px;
	color: #595858;
	display: block;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.zjlmBox1 .content .word li a:hover{
	color: #123477;
}

.zjlmBox2>div{
	display: flex;
}
.zjlmBox2 .box{
	flex: 1;
	margin-left: 1.5%;
	background: #fff;
	overflow: hidden;
}
.zjlmBox2 .box1{
	flex: inherit;
	width: 370px;
	margin-left: 0;
}
.zjlmBox2 .box1 .content{
	padding: 20px 0;
}
.zjlmBox2 .box.box1 .img{
	position: relative;
	width: 330px;
	margin: 0 auto;
	height: 233px;
	overflow: hidden;
}
.zjlmBox2 .box.box1 .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zjlmBox2 .box.box1 .img.videoBox::before{
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(../images/icon5.png);
	background-size: 100% 100%;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.zjlmBox2 .tit{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-bottom: 10px;
	color: #0069b3;
	background: url(../images/b56.jpg) repeat-x;
	background-size: auto 100%;
}
.zjlmBox2 .tit a{
	display: block;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color: #0069b3;
}
.zjlmBox2 ul{
	padding: 0 20px 15px;
}
.zjlmBox2 ul li a{
	font-size: 14px;
	color: #595858;
	display: block;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.zjlmBox2 ul li a:hover{
	color: #123477;
}
.zjlmBox2 .innBox2 .box:last-child ul{
	padding-top: 15px;
}
.zjlmBox2 .innBox2 .box2 .bottom{
	display: flex;
	padding: 20px;
}
.zjlmBox2 .innBox2 .box2 .bottom .img{
	width: 182px;
	height: 210px;
}
.zjlmBox2 .innBox2 .box2 .bottom .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zjlmBox2 .innBox2 .box2 .bottom .text{
	margin-left: 20px;
	flex: 1;
	font-size: 14px;
	line-height: 2em;
	color: #595858;
	height: 12em;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 6;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */

}
@media screen and (max-width: 768px){
	.zjlmBox1 .box{
		width: 100%;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.zjlmBox1 .content{
		padding: 20px 10px;
	}
	.zjlmBox1 .content .left{
		margin-right: 10px;
	}
	.zjlmBox2>div{
		display: block;
	}
	.zjlmBox2>div .box{
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.zjlmBox2 .innBox2 .box2 .bottom .img {
	    width: 122px;
	    height: 140px;
	}
	.zjlmBox2 .innBox2 .box2 .bottom{
		padding: 10px;
	}
	.zjlmBox2 .innBox2 .box2 .bottom .text{
		margin-left: 10px;
		height: 10em;
		-webkit-line-clamp: 5;/*限制显示的文本行数*/
	}
}
.xqCont .text ul, .xqCont .text li, .xqCont .text ol, .xqCont .text dl, .xqCont .text dt, .xqCont .text dd{
    list-style: disc outside none;
}
