* {
    padding: 0;
    margin: 0;
    color: inherit;
    list-style: none;
    text-decoration: none;
}
body {
    font-size: 14px;
    color: #333;
}
img {
    display: block;
    width: 100%;
}
.con {
    box-sizing: border-box;
}
@media screen and (min-width:1450px) {
    .con {
        width: 1450px;
        margin: auto;
    }
}
@media screen and (max-width:1449px) {
    .con {
        width: 100%;
        padding: 0 30px;
    }
}
@media screen and (max-width:780px) {
    .con {
        width: 100%;
        padding: 0 12px;
    }
}




/* PC导航栏样式开始 */


@media  screen and (min-width:781px) {
    header {
        position: fixed;
        width: 100%;
        background: white;
        z-index: 999;
    }
    .top-out {
        padding: 20px 0;
    }
    .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo img{
        width: auto;
        height: 88px;
    }
    .top-left-con {
        border-left: 1px solid #AAAAAA;
        padding-left: 10px;
        margin-left: 25px;
    }
    .top-left-con h1{
        font-size: 28px;
        font-weight: bold;
    }
    .top-left-con p {
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #0F77BB;
        margin-top: 6px;
    }
    .top-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-right img{
        width: 48px;
    }
    .top-right-con {
        margin-left: 6px;
    }
    .top-right-con dt {
        font-size: 16px;
    }
    .top-right-con dd {
        font-size: 20px;
        font-weight: bold;
        margin-top: 2px;
    }
    .hd-active {
        background: #0E70B0 !important;
    }
    
    .hd-out {
        background: rgba(6, 28, 60, 1);
    }
    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hd-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }
    .hd-nav li {
        color: white;
        text-align: center;
        font-size: 16px;
        line-height: 50px;
        width: 100%;
    }
    .hd-nav li:hover {
        background: #0E70B0 !important;
    }
    .hd-nav-li a {
        display: block;
        height: 100%;
        height: 100%;
        text-align: center;
    }
    .hd-nav-li {
        position: relative;
    }
    .hd-nav-box {
        position: absolute;
        width: 100%;
        background: #14448E;
        display: none;
        z-index: 999;
    }
    .hd-nav-li:hover .hd-nav-box{
        display: block;
    }
    
    .hd-nav-li:nth-child(7) .hd-nav-box li{
        display: none;
    }
    .hd-nav-li:nth-child(7) .hd-nav-box li:nth-child(1) {
        display: block;
    }
    .hd-nav-li:nth-child(7) .hd-nav-box li:nth-child(2) {
        display: block;
    }
    .hd-nav-li:nth-child(7) .hd-nav-box li:nth-child(3) {
        display: block;
    }
    
    .nav-a {
        color: white;
        text-align: center;
        font-size: 16px;
        line-height: 50px;
        width: 8%;
        background: #EC5A5A;
        border-radius: 6px;
    }

    .top-menu {
        display: none;
    }

}

@media  screen and (max-width:1000px) {
    .hd-nav-li a {
        font-size: 12px;
    }
}
@media  screen and (max-width:780px) {
    header {
        position: fixed;
        width: 100%;
        background: white;
        z-index: 999;
    }
   .top-left-con {
        display: none;
   }
   .top-right {
    display: none;
   }
   .nav-a {
    display: none;
   }
   .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .logo img {
    height: 60px;
    width: auto;
   }
   .top-out {
    background: white;
   }

   .top-menu {
        display: block;
        background: #0E70B0;
        color: white !important;
        cursor: pointer;
        font-size: 20px;
        z-index: 999;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .top-menu i {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 17px;
        height: 20px;
    }
    .open {
        display: block;
    }
    .close {
        display: none;
    }

    .top-menu-active {
        display: block !important;
    }



    .hd {
        box-sizing: border-box;
        padding: 30px 0;
    }

    .hd-out {
        width: 100%;
        position: absolute;
        z-index: 9999;
        background: #082d45;
        height: 100vh;
        top: 0;
        width: 80%;
        color: white;
        left: -100%;
        transition: all 0.5s;
    }
    .hd-out-active {
        left: 0%
    }
    .hd-nav-li {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .hd-nav-li > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.323);
        display: block;
        line-height: 50px;
        font-size: 18px;
        box-sizing: border-box;
        padding-left: 5px;
        text-align: center;
    }
    .hd-nav-li:last-child > a {
        border-bottom: none;
    }
    .hd-nav-li > a span {
        float: right
    }

    .hd-nav-box {
        overflow: hidden;
        height: 0;
    }
    .hd-active {
        /* background: #0E70B0 !important; */
        color: #0E70B0;
        font-weight: bold;
    }
    
}



/* PC导航栏样式结束 */




/* PC底部样式开始 */
.ft {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 50px;
}
.ft1 {
    width: 35%;
    margin-right: 10%;
}
.ft1-d1 dt {
    font-weight: bold;
    font-size: 28px;
    color: #1265DB;
}
.ft1-d1 dd {
    font-size: 18px;
    margin-top: 12px;
}
.ft1-d2 {
    margin-top: 30px;
    font-size: 14px;
    color: #888787;
}
.ft1-d2 div{
    line-height: 30px;
}
.ft1-d3 {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ft1-d3 a {
    width: 20%;
    font-size: 14px;
    color: #A6A4A4;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ft1-d4 {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ft1-d4 a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.ft1-d4 a img {
    width: 30px;
}
.ft1-d4 a span {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.ft2 {
    width: 25%;
}
.ft2 p {
    font-weight: 400;
    font-style: normal;
    color: #157AC3;
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 50px;
}
.ft2 input {
    border: none;
    display: block;
    border-bottom: 1px solid #F0F0F0;
    line-height: 35px;
    margin-top: 15px;
    width: 65%;
}
.ft2 input::-webkit-input-placeholder {
    font-size: 15px;
}
.ft2 input:focus {
    outline: none;
}
.ft2 button {
    border: none;
    color: white;
    background: rgba(155, 153, 153, 1);
    text-align: center;
    width: 45%;
    line-height: 43px;
    margin-top: 30px;
}
.ft2 button:hover {
    background: #157AC3;
    cursor: pointer;
}

.ft3 {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.ft3 div {
    margin-top: 50px;
    width: 152px;
}
.ft3 div p {
    font-size: 16px;
    color: #0F77BB;
    text-align: center;
    margin-top: 15px;
}
.ft-yl-out {
    padding-bottom: 20px;
}
.ft-yl {
    color: #A6A4A4;
}
.ft-yl span {
    font-weight: bold;
}
.ft-yl a {
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 4px;
}
.ft-bottom {
    text-align: center;
    line-height: 56px;
    color: white;
    font-size: 13px;
    background: rgba(6, 28, 60, 1);
}
.ft-bottom a {
    margin: 0 20px;
}


.m-ft-out {
    background: #082d45;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: 0 -1px 1px white;
}
.m-ft {
    box-sizing: border-box;
    padding: 6px 10px;
    color: white;
    display: flex;
    justify-content: space-between;
}
.m-ft-item {
    text-align: center;
    width: 55%;
    border-left: 1px solid white;
}
.m-ft-item:first-child {
    border-left: none;
}
.m-ft-item div i{
    font-size: 16px;
}
.m-ft-item p {
    font-size: 14px;
    margin-top: 2px;
    color: white;
}
.m-ft-space {
    display: none;
}
@media screen and (max-width:780px) {
    footer {
        display: none;
    }
    .m-ft-out {
        display: block;
    }
    .m-ft-space { 
        display: block;
    }
 }


/* PC底部样式结束 */



/* 首页轮播样式开始 */
.lb1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sw1{
    width: 100%;
    height: 100%;
    
}
.lb1 .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 0;
    margin: 0 10px !important;
}
.lb1 .swiper-pagination-bullet-active {
    background: white;
}

@media screen and (max-width:780px) {
   .lb1 .swiper-pagination-bullet {
        width: 10px;
        height: 3px;
        margin: 0 5px !important;
   } 
}
/* 首页轮播样式结束 */


/* 首页模块标题开始 */
.mktitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 8px solid #EC5A5A;
    position: relative;
}
.mktitle-left {
    font-size: 30px;
    margin-left: 10px;
}
.mktitle-right {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #AAAAAA;
    margin-left: 8px;
    margin-top: 8px;
}
.mktitle a {
    position: absolute;
    right: 0;
    color: #0E70B0;
}
@media screen and (max-width:780px) {
    .mktitle-left {
        font-size: 20px;
        font-weight: bold;
        margin-left: 0px;
    }
    .mktitle-right {
        font-weight: normal;
        margin-left: 20px;
        margin-top: 0px;
    }
 }

/* 首页模块标题结束 */

/* 首页关于华办模块开始 */
.sec1-out {
    padding: 80px 0;
}
.sec1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sec1-left {
    width: 48%;
}
.sec1-left-pro {
    padding: 60px 0 50px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.sec1-left-pro li {
    width: 25%;
}
.sec1-left-pro li div {
    display: flex;
    justify-content: center;
    text-align: center;
}
.sec1-left-pro li div dt {
    font-family: 'Impact Normal', 'Impact', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #0F77BB;
}
.sec1-left-pro li div dd {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-top: 11px;
    margin-left: 8px;
}
.sec1-left-pro li p {
    text-align: center;
    font-size: 14px;
    color: #AAAAAA;
}
.sec1-left-con {
    padding-top: 30px;
}
.sec1-left-con p{
    color: #797979;
    text-align: left;
    line-height: 20px;
}
.sec1-left-con a {
    float: right;
    color: #0F77BB;
    font-size: 12px;
    margin-top: 20px;
}

.sec1-right {
    width: 48%;
}
@media screen and (max-width:780px) {
    .sec1-out {
        padding: 30px 0;
    }
    .sec1-left {
        width: 100%;
    }
    .sec1-left-pro {
        padding: 30px 0 20px;
    }
    .sec1-left-pro li {
        width: auto;
    }
    .sec1-left-pro li div dt {
        font-size: 40px;
    }
    .sec1-left-pro li div dd {
        font-size: 12px;
    }
    .sec1-left-pro li p {
        font-size: 13px
    }
    .sec1-left-con {
        padding-top: 15px;
    }
    .sec1-left-con a {
        margin-top: 0;
    }
    .sec1-right {
        width: 100%;
        margin-top: 20px;
    }
    
}

/* 首页关于华办模块结束 */

/* 首页产品服务模块开始 */
.sec2-out {
    padding: 80px 0;
    background: rgba(236, 244, 241, 1);
}
.sec2 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    
    flex-wrap: wrap;
}
.sec2-left {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec2-left  a {
    width: 33.333%;
}
.sec2-left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid white;
    background: #0F77BB;
    height: 180px;
    font-size: 16px;
    color: white;

}
.sec2-left-item:nth-child(1){
    background: #EC5A5A;
}
/* .sec2-left-active {
    background: #EC5A5A;
} */
.sec2-left-item:hover {
    background: #EC5A5A;
}
.sec2-right {
    position: relative;
    width: 48%;
    height: 100%;
}
.sec2-right-item {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.sec2-right-active {
    opacity: 1;
    z-index: 1;
}
.sec2-right-item dt {
    font-size: 28px;
}
.sec2-right-item dd {
    margin-top: 30px;
}
.sec2-right-item dd p {
    font-size: 15px;
    color: #888787;
    line-height: 25px;
    margin-top: 5px;
}
.sec2-right-item div {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
}
.sec2-right-item div a {
    width: 140px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 16px;
    background: #EC5A5A;
    margin-right: 30px;
    border-radius: 8px;
    display: block;
}
.sec2-right-item div a:nth-child(2) {
    background: white;
    color: #0F77BB;
}
@media screen and (max-width:780px) {
    .sec2-out {
        padding: 30px 0;
    }
    .sec2 {
        margin-top: 20px;
    }
    .sec2-left {
        width: 100%;
    }
    .sec2-left-item {
        height: 80px;
    }
    .sec2-right {
        width: 100%;
        height: auto;
        margin-top: 20px;
        overflow: hidden;
    }
    .sec2-right-item dt {
        font-size: 16px;
        font-weight: bold;
    }
    .sec2-right-item dd {
        margin-top: 10px;
    }
    .sec2-right-item dd p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec2-right-item div a {
        width: 80px;
        font-size: 12px;
        line-height: 30px;
    }
    .sec2-right-item div {
        justify-content: center;
        width: 100%;
        margin:  0 30px;
    }
}




/* 首页产品服务模块结束 */

/* 首页应用案例模块开始 */
.sec3-out {
    padding: 80px 0;
}
.sec3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec3 a {
    width: 16.6666%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 186px;
    border: 1px solid #D7D7D7;
    border-left: none;
    margin-top: 50px;
}
.sec3 a:hover {
    background: #D7D7D7
}

.sec3 a:nth-child(1){
    border-left:  1px solid #D7D7D7;
}
.sec3 a:nth-child(7){
    border-left:  1px solid #D7D7D7;
}
.sec3 a img {
    height: 42px;
    width: auto;
}
.sec3 a p {
    margin-top: 18px;
}
@media screen and (max-width:780px) {
    .sec3-out {
        padding: 30px 0;
    }
    .sec3 {
        margin-top: 20px;
    }
    .sec3 a {
        margin-top: 10px;
        width: 33.3333%;
        height: 110px;
    }
    .sec3 a:nth-child(4) {
        border-left: 1px solid #D7D7D7;
    }
    .sec3 a:nth-child(10) {
        border-left: 1px solid #D7D7D7;
    }
}



/* 首页应用案例模块结束 */



/* 首页业务范围模块开始 */
.sec4-out {
    background: rgba(236, 244, 241, 1);
}
.sec4 {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.sec4-left {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 48%;
}
.sec4-left-con {
    font-size: 16px;
    color: #888787;
    line-height: 30px;
    margin-top: 40px;
}
.sec4-left-con p {
    margin-bottom: 25px;
}
.sec4-left-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.sec4-left-a a{
    width: 140px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 16px;
    background: #EC5A5A;
    margin-right: 30px;
    border-radius: 8px;
}
.sec4-left-a a:nth-child(3) {
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #9B9999;
    color: rgba(21, 122, 195, 1);
}
.sec4-right {
    width: 48%;
}
@media screen and (max-width:780px) {
    .sec4-out {
        /* padding: 30px 0; */
    }
    .sec4-left {
        width: 100%;
        padding: 30px 0 20px;
    }
    .sec4-left-con p {
        font-size: 14px;
    }
    .sec4-left-con p {
        margin-bottom: 15px;
    }
    .sec4-left-con {
        margin-top: 20px;
        line-height: 20px;
    }
    .sec4-left-a a {
        line-height: 30px;
        width: 100px;
        font-size: 12px;
    }
    .sec4-left-a {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}


/* 首页业务范围模块结束 */

/* 首页工厂展示模块开始 */
.sec5-out {
    padding: 80px 0;
}
.sw2 {
    overflow: hidden;
    position: relative ;
    margin-top: 40px;
}
.sw2 .swiper-button-next {
    background-image: none;
    opacity: 1;
    right: 50px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
}
.sw2 .swiper-button-next:hover {
    opacity: 1;
    transition: all 0.3s;
}
.sw2 .swiper-button-next img {
    width: 50px;
}
.sw2 .swiper-button-prev {
    background-image: none;
    opacity: 1;
    left: 50px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
}
.sw2 .swiper-button-prev:hover {
    opacity: 1;
    transition: all 0.3s;
}
.sw2 .swiper-button-prev img {
    width: 50px;
}
.sw2 .swiper-slide {
    position: relative;
}
.sw2 .swiper-slide img {
    width: 100%;
}
.sw2 .swiper-slide p {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.453);
    color: white;
    font-size: 18px;
    padding: 15px 0;
}
@media screen and (max-width:780px) {
    .sec5-out {
        padding: 30px 0;
    }
    .sw2 {
        margin-top: 20px;
    }
    .sw2 .swiper-button-prev {
        left: 10px;
        width: 30px;
        height: 30px;
    }
    .sw2 .swiper-button-prev img {
        width: 30px;
    }
    .sw2 .swiper-button-next {
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .sw2 .swiper-button-next img {
        width: 30px;
    }
    .sw2 .swiper-slide p {
        font-size: 14px;
        padding: 10px 0;
    }
}


/* 首页工厂展示模块结束 */


/* 首页华办优势模块开始 */
.sec6-out {
    padding: 80px 0;
    background: rgba(236, 244, 241, 1);
}
.sec6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec6-left {
    width: 48%;
    font-size: 16px;
    color: #888787;
    line-height: 26px;
}
.sec6-left div {
    margin-top: 30px;
}
.sec6-left div:nth-child(1){
    margin-top: 40px;
    font-weight: bold;
}
.sec6-left div:nth-child(3){
    font-weight: bold;
}

.sec6-right {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    box-shadow: 10px 10px 0 #0E70B0;
    border-radius: 20px;
}
.sec6-right dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
}
.sec6-right dt img {
    width: 29px;
    margin-right: 5px;
}
.sec6-right dd {
    width: 75%;
    background: rgba(234, 237, 238, 1);
    border-radius: 4px;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 8%;
    height: 49px;
    margin-top: 30px;
}
.sec6-right dd img {
    width: 11px;
    margin-right: 12px;
}
@media screen and (max-width:780px) {
    .sec6-out {
        padding: 30px 0;
    }
    .sec6-left {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .sec6-left div {
        margin-top: 15px;
    }
    .sec6-left div:nth-child(1) {
        margin-top: 20px;
    }
    .sec6-right {
        width: 100%;
        margin-top: 20px;
        padding: 20px 0;
    }
    .sec6-right dd {
        font-size: 14px;
        width: 85%;
        margin-top: 15px;
        
    }
}

/* 首页华办优势模块结束 */


/* 首页新闻资讯模块开始 */
.sec7-out {
    padding: 80px 0;
}
.sec7t {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:50px;
}
.sec7t-item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.sec7t-item-img {
    width: 40%;
}
.sec7t-item-con {
    width: 56%;
    position: relative;
}
.sec7t-item-con h4 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec7t-item-con h4:hover {
    color: #0E70B0;
}
.sec7t-item-con p {
    color: #888787;
    margin-top: 18px;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow:hidden
}
.sec7t-item-con div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec7t-item-con div span {
    color: #999898;
}
.sec7t-item-con div a {
    width: 24px;
}

.sec7b {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec7b a {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    line-height: 32px;
}
.sec7b a img {
    width: 10px;
    margin-right: 12px;
}
.sec7b a p {
    font-size: 16px;
    color: #888787;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
}
.sec7b a p:hover {
    color: #0E70B0;
}
.sec7b a span {
    position: absolute;
    right: 0;
    color: #888787;
}
@media screen and (max-width:780px) {
    .sec7-out {
        padding: 30px 0;
    }
    .sec7t {
        margin-top: 20px;
    }
    .sec7t-item {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .sec7t-item-img {
        width: 100%;
    }
    .sec7t-item-con {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 25px;
    }
    .sec7t-item-con h4 {
        font-size: 14px;
    }
    .sec7t-item-con p {
        font-size: 13px;
        margin-top: 10px;
        -webkit-line-clamp:2;
    }
    .sec7t-item-con div a {
        width: 16px;
    }
    .sec7b a {
        width: 100%;
        line-height: 24px;
    }
    .sec7b a img {
        margin-right: 4px;
    }
    .sec7b a p {
        font-size: 14px;
    }
}



/* 首页新闻资讯模块结束 */


/* 首页热销城市模块开始 */
.sec8-out {
    background: rgba(236, 244, 241, 1);
    margin-top: 60px;
    position: relative;
}
.sec8-top {
    padding-top: 40px;
}
.sec8-top dt {
    font-weight: 700;
    font-size: 20px;
}
.sec8-top dd {
    margin-top: 20px;
    padding-bottom: 10px;
}
.sec8-top dd a {
    font-size: 16px;
    color: #797979;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 12px;
}
.sec8-bg {
    background: url(../images/111.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}
.sec8-con {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height:200px;
}
.sec8-con div:nth-child(1) {
    font-size: 35px;
}
.sec8-con div:nth-child(1) span {
    color: #1265DB;
}

.sec8-con div:nth-child(2) {
    font-size: 18px;
    color: #5E6061;
    margin-top: 20px;
}


@media screen and (max-width:780px) {
    .sec8-out {
        margin-top: 20px;
    }
    .sec8-bg {
        padding: 0;
    }
    .sec8-top {
        box-sizing: border-box;
        padding: 20px 10px 0;
    }
    .sec8-top dt {
        font-size: 16px;
    }
    .sec8-top dd {
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .sec8-top dd a {
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 10px;
    }
    .sec8-con {
        height: 150px;
    }
}
@media screen and (max-width:780px) {
    .sec8-con div:nth-child(1) {
        font-size: 20px;
        font-weight: bold;
    }
    .sec8-con div:nth-child(2) {
        font-size: 12px;
        margin-top: 10px;
    }

}

/* 首页热销城市模块结束 */


/* 栏目大图模块开始 */
.sortbanner {
    height: 300px;
    background-size: cover !important;
}
@media screen and (max-width:780px) { 
    .sortbanner {
        height: 150px;
    }
}
/* 栏目大图模块结束 */

/* 面包屑导航模块开始 */
.position {
    color: #C4BFBF;
    font-size: 14px;
    line-height: 45px;
    margin-top: 10px;
}
@media screen and (max-width:780px) {
    .position {
        font-size: 12px;
        line-height: 30px;
    }
}


/* 面包屑导航模块结束 */

/* 产品服务模块开始 */
.sec9 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec9-item {
    width: 32%;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.459);
    border-radius: 8px;
}
.sec9-item-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.sec9-item-con div:nth-child(1) {
    font-size: 28px;
    margin-top: 120px;
}
.sec9-item-con div:nth-child(2) {
    font-size: 16px;
    color: #888787;
    margin-top: 12px;
}
.sec9-item-con a {
    line-height: 40px;
    text-align: center;
    color: white;
    background: #0F77BB;
    width: 140px;
    border-radius: 8px;
    position: absolute;
    bottom: 80px;
}
.sec9-item-con a:hover {
    background: #EC5A5A;
}
@media screen and (max-width:780px) { 
    .sec9-item {
        width: 48%;
    }
    .sec9-item-con div:nth-child(1) {
        font-size: 16px;
         margin-top: 42px;
         font-weight: bold;
    }
    .sec9-item-con div:nth-child(2) {
        font-size: 12px;
    }
    .sec9-item-con a {
        bottom: 20px;
        width: 100px;
        font-size: 12px;
        line-height: 30px;
    }
}

/* 产品服务模块结束 */

/* 栏目名称居中模块开始 */
.sorttitle {
    text-align: center;
}
.sorttitle dt {
    font-size: 28px;
    font-weight: bold;
}
.sorttitle dd {
    color: #AAAAAA;
    margin-top: 5px;
}

/* 栏目名称居中模块结束 */


/* 关于我们栏目模块小标题开始 */
.ab-model {
    font-size: 20px;
}
/* 关于我们栏目模块小标题结束*/


/* 关于我们企业介绍模块开始 */
.sec10-out {
    padding-top: 80px;
    
}
.sec10 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #D7D7D7;
}
.sec10-left {
    width: 48%;
}
.sec10-left-con {
    font-size: 16px;
    color: #797979;
    line-height: 25px;
    text-align: justify;
    margin-top: 20px;
}
.sec10-right {
    width: 48%;
}
@media screen and (max-width:780px) {
    .sec10-out {
        padding: 30px 0;
    }
    .sec10 {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .sorttitle dt {
        font-size: 20px;
    }
    .sorttitle dd {
        font-size: 12px;
    }
    .sec10-left {
        width: 100%;
    }
    .sec10-right {
        width: 100%;
    }
}

/* 关于我们企业介绍模块结束 */


/* 关于我们企业文化模块开始 */
.sec11-out {
    padding: 80px 0;
}
.sec11 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec11-item {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F2F2F2;
    height: 180px;
    color: #797979;
    box-sizing: border-box;
    padding: 0 30px;
}
.sec11-item:hover {
    background: #0E70B0;
    color: white;
}
.sec11-item dt {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.sec11-item dd {
    font-size: 16px;
    line-height: 25px;
    margin-top: 18px;
}
@media screen and (max-width:780px) {
    .sec11-out {
        padding: 30px 0;
    }
    .sec11-item {
        width: 48%;
        margin-bottom: 15px;
        padding: 0 15px;
        height: 120px;
    }
    .sec11-item dd {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        line-height: 18px;
    }
}

/* 关于我们企业文化模块结束 */

/* 关于我们企业环境模块开始 */
.sec12-out {
    padding: 80px 0;
}
.sec12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.sec12-left {
    width: 52%;
    overflow: hidden;
}
.sec12-midden {
    width: 23%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.sec12-right {
    width: 23%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.sec12-right-item {
    width: 100%;
    overflow: hidden;
}

.sec12-right-item img {
    display: block;
    width: 100%;
}
@media screen and (max-width:780px) {
    .sec12-out {
        padding: 30px 0 0;
    }
    .sec12-left {
        width: 100%;
    }
    .sec12-midden{
        width: 49%;
    }
    .sec12-right {
        width: 49%;
    }
    .sec12-right-item {
        margin-top: 6px;
    }
}


/* 关于我们企业环境模块结束 */


/* 关于我们加入华办模块开始 */
.sec13-out {
    /* padding-bottom: 80px; */
}
.sec12 {
    display: flex;
    justify-content: space-between;  
}
.sec12-item {
    width: 49%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #0E70B0;
    font-size: 20px;
}
.sec12-item span {
    font-weight: bold;
}
@media screen and (max-width:780px) {
    .sec12-item {
        font-size: 14px;
        box-sizing: border-box;
        padding: 0 20px;
        height: 120px;
    }
}

/* 关于我们加入华办模块结束 */


/* 联系我们模块开始 */
.sec13-out {
    padding: 80px 0;
}
.sec13 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec13-left {
    width: 49%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.sec13-left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    background: #F2F2F2;
    width: 48%;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
}
.sec13-left-item:nth-child(1) {
    margin-bottom: 20px;
}
.sec13-left-item:nth-child(2) {
    margin-bottom: 20px;
}
.sec13-left-item-ico {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sec13-left-item-ico img {
    width: 60%;
}
.sec13-left-item dt {
    color: #0E70B0;
    margin-top: 12px;
    font-weight: bold;
}
.sec13-left-item dd {
    margin-top: 25px;
}
.sec13-left-item-img {
    width: 60%;
    margin-top: 25px;
}
.sec13-right {
    width: 49%;
}
#container {
    height: 100%;
    width: 100%;
}

@media screen and (max-width:780px) {
    .sec13-out {
        padding: 30px 0;
    }
    .sec13-left {
        width: 100%;
    }
    .sec13-right {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
    .sec13-left-item {
        padding: 20px 10px;
    }
}
/* 联系我们模块结束 */


/* 列表页、详情页通用模块开始 */
.mm-out {
    margin-top: 30px;
}
.mm {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    overflow: hidden;
}

.left {
    width: 26%;
    float: left;
}
.right {
    width: 71%;
    float: right;
}

.con-xq {
    box-sizing: border-box;
}
@media screen and (min-width:1280px) {
    .con-xq {
        width: 1280px;
        margin: auto;
    }
}
@media screen and (max-width:1279px) {
    .con-xq {
        width: 100%;
        padding: 0 30px;
    }
}
@media screen and (max-width:780px) {
    .left {
        width: 100%;
        margin-top: 10px;
    }
    .right {
        width: 100%;
    }
    .con-xq {
        padding: 0 10px;
    }
}



/* 列表页、详情页通用模块结束 */



/* 侧边栏模块开始 */
.left-item {
    border: 1px solid #E6E4E4;
    box-sizing: border-box;
    padding: 35px 30px;
    margin-top: 20px;
}
.left-item:nth-child(1) {
    margin-top: 0;
}

/* 侧边产品 */
.left-title1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px dashed #F3F1F1;
    padding-bottom: 5px;
}
.left-title1 span {
    font-size: 20px;
    font-weight: bold;
}
.left-title1 a {
    color: #169BD5;
    font-size: 14px;
}
.left-item-con {
    margin-top: 20px;
}
.left-item-con li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.left-item-con li img {
    width: 7px;
    margin-right: 5px;
}
.left-item-con li a{
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-item-con li a:hover {
    color: #169BD5;
}
.left-item-con-active {
    color: #0E70B0 !important;
}
@media screen and (max-width:780px) {
    .left-item {
        padding: 20px;
    }
    .left-title1 span {
        font-size: 16px;
    }
    .left-title1 a {
        font-size: 14px;
    }
    .left-item-con li a {
        font-size: 14px;
    }
    .left-item-con {
        margin-top: 10px;
    }
}



/* 侧边广告 */
.left-gg {
    padding: 0 !important;
    border: none;
}


/* 侧边新闻 */
.sc31 {
    border: 1px solid #E6E4E4;
    box-sizing: border-box;
    padding: 0;
}
.sc31-title {
    box-sizing: border-box;
    padding: 12px;

}
.sc31-title dt{
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #E6E4E4;
    display: inline-block;
    padding-bottom: 6px;
}
.sc31-title dd {
    margin-top: 4px;
    color: #333;
    font-size: 12px;
}
.sc31-title img {
    margin-top: 8px;
 
}
.sc31-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: auto;
}
.sc31-img img{
    transform: scale(1);
    transition: all 0.8s;
}
.sc31-img:hover img {
    transform: scale(1.2);
}


.sc31-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc31-con {
    margin-top: 12px;
    padding: 0 12px 12px;
    box-sizing: border-box;
}
.sc31-con a {
    color: #797979;
    font-size: 14px;
}
.sc31-con li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 30px;
}
.sc31-con li:nth-child(1) {
    display: none;
}
.sc31-con li a {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc31-con li a:hover {
    color: #0E70B0;
}
.sc31-con li span {
    font-size: 16px;
    line-height: 23px;
    width: 23px;
    text-align: center;
    background: #949494;
    color: white;
    margin-right: 10px;
}
.sc31-con li:nth-child(2) span {
    background: #ED585D;
}
.sc31-con li:nth-child(3) span {
    background: #ED585D;
}
.sc31-con li:nth-child(4) span {
    background: #ED585D;
}
.sc31-con li div {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    overflow: hidden;
    margin-right: 5px;
}

/* 侧边文章分类 */

.sc32 {
    padding: 0 !important;
}
.sc32-title {
    box-sizing: border-box;
    padding: 15px 10px;
    background: rgba(242, 242, 242, 1);
}
.sc32-title dt{
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #E6E4E4;
    display: inline-block;
    padding-bottom: 6px;
   
}
.sc32-title dd {
    margin-top: 4px;
    color: #333;
    font-size: 12px;
}
.sc32-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc32-con a{
    width: 33.3333333%;
    box-sizing: border-box;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    color: #333;
    border: 1px solid #E6E4E4;
    border-top: none;
    border-left: none;
}
.sc32-con a:nth-child(3n) {
    border-right: none;
}
.sc32-con a:nth-child(1) {
    border-top: 1px solid #E6E4E4;
}
.sc32-con a:nth-child(2) {
    border-top: 1px solid #E6E4E4;
}
.sc32-con a:nth-child(3) {
    border-top: 1px solid #E6E4E4;
}
.sc32-con a:hover {
    background: #0E70B0;
    color: white;
}



/* 侧边栏模块结束 */



/* 产品服务列表模块开始 */
.list-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E4E4;
    padding-bottom: 50px;
    margin-top: 40px;
}
.list-item:nth-child(1) {
    margin-top: 0;
}
.list-item-img {
    display: block;
    overflow: hidden;
    width: 32%;
}
.list-item-right {
    width: 66%;
}
.list-item-right h4 {
    color: #444343;
    font-size: 16px;
}
.list-item-right h4 a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item-right h4 a:hover {
    color: #0E70B0;
}
.list-item-right p {
    color: #888787;
    margin-top: 8px;
}
.list-item-right p:nth-child(2){
    margin-top: 15px;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden;
    font-size: 15px;
}
@media screen and (max-width:780px) {
    .list-item {
        padding-bottom: 25px;
        margin-top: 20px;
    }
    .list-item-right p {
        font-size: 12px;
        display: none;
    }
    .list-item-right p:nth-child(2) {
        margin-top: 10px;
        display: block;
        width: 100%;
        display:-webkit-box;/*转成老版本的弹性盒子*/
        -webkit-line-clamp:2;/*在哪一行显示省略号*/
        -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
        overflow:hidden;
    }
}


/* 产品服务列表模块结束 */


/* 分页条样式开始 */
.page {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.page a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
    border: 1px solid #CEC9C9;
    margin: 0 9px;
    box-sizing: border-box;
}
.page-num-current {
    color: white !important;
    background: #0E70B0 !important;
}
.page a:hover {
    color: white;
    background: #0E70B0;
}
@media screen and (max-width:780px) {
    .page a {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        margin: 0 4px;
    }
}
/* 分页条样式结束 */




/* 热销模块开始 */
.hot-out {
    margin-bottom: 70px;
}
.hot-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hot-title div {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hot-title div span {
    color: white;
    position: absolute;
    display: block;
    font-size: 12px;
}
.hot-title > span {
    font-size: 28px;
    font-weight: bold;
}

.hot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.hot-item-img {
    width: 49%;
    overflow: hidden;
}


.sw3 {
    overflow: hidden;
    position: relative ;
}
.sw3 .swiper-button-next {
    background-image: none;
    opacity: 1;
    right: 10px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
}
.sw3 .swiper-button-next:hover {
    opacity: 1;
    transition: all 0.3s;
}
.sw3 .swiper-button-next img {
    width: 50px;
}
.sw3 .swiper-button-prev {
    background-image: none;
    opacity: 1;
    left: 10px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
}
.sw3 .swiper-button-prev:hover {
    opacity: 1;
    transition: all 0.3s;
}
.sw3 .swiper-button-prev img {
    width: 50px;
}
.sw3 .swiper-slide {
    position: relative;
}
.sw3 .swiper-slide img {
    width: 100%;
}
.sw3 .swiper-slide p {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.453);
    color: white;
    font-size: 18px;
    padding: 15px 0;
}


.hot-item-right {
    width: 49%;
    position: relative;
}
.hot-item-right h4 {
    color: #444343;
    font-size: 20px;
}
.hot-item-right h4 a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-item-right h4 a:hover {
    color: #0E70B0;
}
.hot-item-right p {
    color: #888787;
    margin-top: 9px;
    font-size: 16px;
    line-height: 22px;
}
.hot-item-right p:nth-child(2){
    margin-top: 20px;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
   
    overflow:hidden;
}

.hot-lx {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    position: relative;
}
.hot-lx-item {
    padding: 5px 18px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    background: #0E70B0;
    font-size: 18px;
    border-radius: 8px;
}
.hot-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.hot-phone img {
    width: 26px;
    margin-right: 5px;
}
.hot-wx {
    position: relative;
    cursor: pointer;
    background: #F05806;
}
.hot-wx-img {
    position: absolute;
    width: 138px;
    height: 138px;
    top: -148px;
    left: 0;
    display: none;
}



.hot1 .hot-lx{
    margin-top: 100px;
}
.hot1 .hot-item-right h4 a {
    font-size: 26px;
}
.hot1 .hot-item-right p {
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width:780px) {
    .hot-out {
        margin-bottom: 30px;
    }
    .hot-title > span {
        font-size: 16px;
        margin-left: 10px;
    }
    .hot-item-img {
        width: 100%;
    }
    .sw3 .swiper-button-prev {
        width: 30px;
        height: 30px;
        left: 10px;
    }
    .sw3 .swiper-button-prev img {
        width: 30px;
    }
    .sw3 .swiper-button-next {
        width: 30px;
        height: 30px;
        right: 10px;
    }
    .sw3 .swiper-button-next img {
        width: 30px;
    }

    .hot-item-right {
        width: 100%;
        margin-top: 20px;
    }
    .hot-item-right h4 {
        font-size: 20px;
    }
    .hot-item-right p:nth-child(2) {
        font-size: 16px;
        margin-top: 10px;
    }
    .hot-item-right p {
        color: #888787;
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .hot-lx {
        position: relative;
    }
    .hot-lx-item {
        line-height: 30px;
        font-size: 14px;
    }
    .hot-phone img {
        width: 20px;
    }


    .hot1 .hot-lx{
        margin-top: 20px;
    }
    .hot1 .hot-item-right h4 a {
        font-size: 14px;
    }
    .hot1 .hot-item-right p {
        font-size: 14px;
        line-height: 22px;
    }
}



/* 热销模块结束 */






/* 产品内容模块开始 */
.pro-article img{
    display: block;
    width: auto !important;
    height: auto;
}
.pro-article a {
    color: #0E70B0 !important;
}

@media screen and (max-width:680px) {
    .pro-article img{ 
        width: 100% !important;
    }
}
/* 产品内容模块结束 */


/* 相关产品推荐模块开始 */
.rpro-out {
    margin-top: 40px;
}
.rpro-title {
    font-weight: bold;
    font-size: 16px;
}
.rpro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.rpro-item {
    width: 23%;
    overflow: hidden;
    position: relative;
}
.rpro-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    background: rgba(0, 0, 0, 0.475);
    padding: 12px 0;
}
@media screen and (max-width:780px) { 
    .rpro-item {
        width: 48%;
    }
    .rpro-item p {
        padding: 6px 0;
        font-size: 12px;
    }
}
/* 相关产品推荐模块结束 */


/* 新闻列表导航栏开始 */
.news-nav {
    margin-top: 35px;
    border-bottom: 1px solid #E5E1E1;
    padding-bottom: 40px;
}
.news-nav dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-nav dt span:nth-child(1){
    font-size: 28px;
    font-weight: bold;
}
.news-nav dt span:nth-child(2){
    font-size: 24px;
    margin: 0 10px;
    font-weight: bold;
}
.news-nav dt span:nth-child(3){
    font-size: 20px;
    font-weight: bold;
}
.news-nav ul {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.news-nav ul li {
    margin-top: 7px;
    color: #797979;
    font-size: 16px;
}

.news-nav ul li:hover {
    color: #0E70B0;
}
.news-nav ul li span {
    margin: 0 10px;
}
.news-nav ul li:nth-child(2) span{
    display: none;
}
.nav-li-active {
    color: #0E70B0 !important;
}
@media screen and (max-width:780px) {
    .news-nav {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .news-nav dt span:nth-child(1) {
        font-size: 18px;
    }
    .news-nav dt span:nth-child(2) {
        font-size: 18px;
    }
    .news-nav dt span:nth-child(3) {
        font-size: 18px;
    }
    .news-nav ul li {
        font-size: 12px;
        margin-top: 4px;
    }
    .news-nav ul li span {
        display: none; 
    }
    .news-nav ul li a {
        margin-right: 8px;
    }

}


/* 新闻列表导航栏结束 */





/* 新闻列表模块开始 */
.newslist-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border-bottom: 1px solid #E5E1E1;
    margin-top: 40px;
}
.newslist-item-img {
    width: 30%;
    overflow: hidden;
}
.newslist-item-right {
    width: 67%;
    position: relative;
}
.newslist-item-right h4 {
    font-size: 18px;
    font-weight: bold;
}
.newslist-item-right h4:hover {
    color: #0E70B0;
}
.newslist-item-right h4 a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist-item-right span {
    font-size: 18px;
    color: #AAAAAA;
    margin-top: 18px;
    display: block;
}
.newslist-item-right p {
    font-size: 15px;
    color: #9B9999;
    line-height: 25px;
    margin-top: 18px;
}
.newslist-item-right > a {
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.newslist-item-right > a:hover {
    color: #0E70B0;
}
@media screen and (max-width:780px) {
    .newslist-item {
        padding-bottom: 25px;
        margin-top: 20px;
    }
    .newslist-item-right h4 {
        font-size: 14px;
    }
    .newslist-item-right span {
        display: none;
    }
    .newslist-item-right p {
        font-size: 12px;
        line-height: 18px;
        display:-webkit-box;/*转成老版本的弹性盒子*/
        -webkit-line-clamp:2;/*在哪一行显示省略号*/
        -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
        overflow:hidden;
        margin-top: 10px;
    }
    .newslist-item-right > a {
        display: none;
    }
    
}


/* 新闻列表模块结束 */


/* 新闻详情页模块开始 */
.news {
    margin-top: 30px;
}
.news h1 {
    font-size: 20px;
    text-align: center;
}
.news-des {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #AAAAAA;
    font-size: 14px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
}
.news-des div {
    margin: 0 15px;
}
.news article {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    margin-top: 35px;
}
.news article  a {
    color: #0E70B0 !important;
}
.news article img {
    width: auto !important;
    margin: auto;
}
.news-k {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
   margin-top: 20px;
}
.news-k div{
    font-weight: bold;
    margin-right: 70px;
}
.news-k span {
    margin-right: 20px;
    color: #797979;
}
.news-sm {
    color: #BBBBBB;
    background: #F2F2F2;
    margin-top: 8px;
    border-top: 1px solid #BBBBBB;
    box-sizing: border-box;
    padding: 12px 5px;
}
.news-fy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.news-fy a {
    color:#0E70B0;
}
.news-line {
    border-top: 1px dashed #D7D7D7;
    margin: 30px 0 0;
}
.news-rnews {
    margin-top: 30px;
}
.rnews-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.rnews-title span {
    font-weight: bold;
}
.rnews-title a {
    font-size: 14px;
    color: #BBBBBB;
}




.rnews-news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
}

.rnews-news a {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    line-height: 32px;
    
}
.rnews-news a img {
    width: 10px;
    margin-right: 12px;
}
.rnews-news a p {
    font-size: 16px;
    color: #797979;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
}
.rnews-news a span {
    position: absolute;
    right: 0;
    color: #D6D6D6;
    font-size: 16px;
}



.news-tj {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.news-tj a {
    width: 32%;
    margin-bottom: 25px;
}
.news-tj-img {
    overflow:hidden
}
.news-tj a p {
    text-align: center;
    font-size: 16px;
    color: #797979;
    margin-top: 10px;
}


@media screen and (max-width:780px) { 
    .news {
        margin-top: 0;
    }
    .news-des {
        font-size: 12px;
        margin-top: 10px;
    }
    .news article img {
        width: 100% !important;
    }
    .news-k {
        font-size: 12px;
    }
    .news-k div {
        margin-right: 15px;
    }
    .news-sm {
        font-size: 12px;
    }
    .rnews-news a {
        width: 100%;
        line-height: 26px;
    }
    .rnews-news a p {
        font-size: 14px;
    }
    .rnews-news a span {
        font-size: 14px;
    }
    .news-tj a {
        width: 48%;
    }
    .news-tj a p {
        font-size: 12px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


@media screen and (min-width:1200px) { 
    .news article img {
        
    }
}




/* 新闻详情页模块结束 */


/* 城市列表页模块开始 */
.citylist {
    overflow: hidden;
    margin-top: 20px;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap ; */
}
.citylist-img {
    float: right;
    width: 49%;
    overflow: hidden;
}
.citylist-item {
    float: left;
    width: 49%;
    line-height: 50px;
    height: 50px;
    color: #797979;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 50px;
    overflow: hidden;
    padding: 0 15px;
    background: #BAE2F5;;
}
.citylist-item:nth-child(2n){
    background: #F2F2F2;
    float: right;
}

.citylist-item:nth-child(2) {
    margin-top: 0;
    background: #2C73B7;
    color: white;
    font-weight: bold;
    float: left;
}
.citylist-item:nth-child(4) {
    float: left;
}
.citylist-item:nth-child(6) {
    float: left;
}
.citylist-item dt {
    float: left;
}
.citylist-item dd {
    float: left;
    margin-left: 20px;
    margin-bottom: 5px;
}
@media screen and (max-width:780px) {
    .citylist-img {
        width: 100%;
    }
    .citylist-item {
        width: 100%;
        font-size: 13px;
        line-height: 35px;
        height: 35px;
        margin-top: 15px;
    }
}

/* 城市列表页模块结束 */



/* 城市详情页模块开始 */
.city-title dt{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
}
.city-title dd {
    width: 50px;
    height: 2px;
    background: #EC5A5A;
    margin: 10px auto 20px;
}
.city-title div {
    text-align: center;
    font-size: 16px;
    color: #888787;
}
.city-title ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #888787;
}
.city-title ul span {
    margin: 0 15px;
}
.city-title ul span:nth-child(1) {
    display: none;
}


.city-article {
    margin-top: 40px;
    text-align: justify;
    font-size: 16px;
    color: #888787;
    line-height: 30px;
}


.city-pro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city-pro-item {
    width: 19%;
    margin-top: 40px;
}
.city-pro-item div {
    overflow: hidden;
}
.city-pro-item p {
    font-size: 16px;
    color: #888787;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.city-sp .city-pro-item {
    width: 23%;
}
.city-more {
    width: 140px;
    text-align: center;
    line-height: 40px;
    color: #0E70B0;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    margin: 40px auto 0;
    display: block;

}


.city-jg-out {
    background: rgba(244, 250, 253, 1);
    padding: 80px 0;
    margin-top: 60px;
}
.city-jg-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.city-jg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city-jg-item {
    width: 23%;
    position: relative;
}
.city-jg-item-img {
    overflow: hidden;
    opacity: 0.3;
    background: white;
}
.city-jg-item-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.356);
}
.city-jg-item-con dt {
    color: #0E70B0;
    font-size: 18px;
    font-weight: bold;
}
.city-jg-item-con dd {
    font-size: 18px;
    margin-top: 15px;
}
.city-jg-item-con a {
    padding: 5px 20px;
    background-color: #EC5A5A;
    color: white;
    margin-top: 30px;
    font-weight: bold;
    border-radius: 40px;
}


.city-xw-out {
    padding: 80px 0;
}



@media screen and (max-width:780px) {
    .city-title dt {
        margin-top: 30px;
        font-size: 18px;
    }
    .city-title div {
        font-size: 12px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .city-article {
        margin-top: 20px;
    }
    .city-article {
        font-size: 14px;
        line-height: 26px;
    }
    .city-title ul {
        flex-wrap: wrap;
        font-size: 12px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .city-title ul span {
        margin:  0 5px;
    }
    .city-more {
        width: 100px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 20px;
    }
    .city-pro-item {
        width: 48% !important;
        margin-top: 20px;
    }
    .city-pro-item p {
        font-size: 12px;
    }
    .city-jg-out {
        padding: 30px 0;
    }
    .city-jg-item {
        width: 48%;
        margin-top: 20px;
    }
    .city-jg-item-con dt {
        font-size: 14px;
        font-weight: bold;
    }
    .city-jg-item-con dd {
        font-size: 12px;
        margin-top: 5px;
    }
    .city-jg-item-con a {
        font-size: 12px;
    }
    .city-xw-out {
        padding: 30px 0;
    }
}


/* 城市详情页模块结束 */








.aa {
    color:#0E70B0;

    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden;
}

