@media screen and (min-width: 1201px){
    html {
        font-size:1250%!important
    }
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
    html {
        font-size: 850%!important
    }
}
@media screen and (max-width: 1001px){
    html {
        font-size: 750%!important
    }
}

html { padding: 0; margin:0;  font-size: 625%;-webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch;  /*10 ÷ 16 × 100% = 62.5%*/}
body { padding: 0; font-size: .14rem;  -webkit-overflow-scrolling: touch; /*1.4 × 10px = 14px */}

/** index.html **/
header{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 22px;
    margin:0 auto;
    z-index: 9999;
}
.logo img{
    display: block;
    float: left;
    width: 94px;
}
.logo .txt{
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
}
.logo .txt h3{
    font-size: 34px;
    line-height: 1;
}
.logo .txt p{
    font-size: 26px;
    line-height: 1;
    margin-top: 8px;
}
.logo .txt p:before,.logo .txt p:after{
    content: "";
    display: inline-block;
    width: 69px;
    height: 13px;
    transform: translateY(-2px);
}
.logo .txt p:before{
    background-image: url("../img/011.png");
    margin-right: 8px;
}
.logo .txt p:after{
    background-image: url("../img/012.png");
    margin-left: 8px;
}
.top_link{
    margin-top: 20px;
}
.top_link a{
    float: left;
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    margin-left: 30px;
}
.top_link a img{
    display: block;
    float: left;
    width: 18px;
    margin-right: 10px;
}
.top_link a:after{
    content: "";
    display: block;
    height: 1px;
    background:#FFFFFF;
    width: 0;
    margin-top: 10px;
    transition:all .3s;
}
.top_link a:hover:after{
    width: 100%;
}
.banner {
    /*    width: 100%;
    height: 400px;*/
    background: url("../img/banner.jpg") center;
    background-image: url(../img/banner.jpg), linear-gradient(to bottom, #c3d4ff, #d3e0ff);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #c0cff0;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.ban_img {
    /*margin-right: 1.7%;*/
 
    
}




    .ban_img .tia {
        margin-top: 155px;
        /* color: #ffffff; */
        /* font-size: 50px; */
        display: flex;
        white-space: pre;
        font-family: 华文行楷;
        /* width: 50%; */
        justify-content: space-evenly;
        padding-left: 22px;
    }

    .ban_img .tia2 {
        margin-left: 75px;
    }

    .ban_img li {
        margin-top: 15px;
        float: left;
        margin-left: 5px;
    }
.nav{
    width: 100%;
    height: 50px;
    background: #143584;
}
.nav li{
    float: left;
    width: 11.111%;
    position: relative;
    z-index: 9999;
}
.nav li a{
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}
.nav ul > li:hover > a{
    background: #FFFFFF;
    color: #143584;
}
.nav li dl{
    position: absolute;
    width: 100%;
    box-shadow:0 0 10px rgba(20, 53, 132, .3);
}
.nav li dl dd{
    margin: 0;
}
.nav li dl dd a{
    display: block;
    height: 0;
    overflow: hidden;
    background: #143584;
}
.nav li:hover dl dd a{
    height: 50px;
}
.nav li dl dd a:hover{
    background: #FFFFFF;
    color: #143584;
}
.indnews{
    margin-top: 35px;
}
.indnews_lf{
    width: 48.66%;
}
.indnews_lf .swiper-slide a{
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.indnews_lf .swiper-slide a .img img{
    display: block;
    width: 100%;
}
.indnews_lf .swiper-slide a p{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    background: rgba(20,53,132,.8);
    padding: 0 100px 0 15px;
}
.indnews_lf .swiper-pagination{
    text-align: right;
    bottom: 18px;
    height: 9px;
    padding-right: 5px;
}
.indnews_lf .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: .3rem;
    vertical-align: top;
    margin-right: 8px;
}
.indnews_rt{
    width: 48.66%;
}
.zx_c .items{display:none;list-style: none;}
.zx_c .items.thisclass{display:list-item;}
.indnews_rt .more{
    float: right;
}
.indnews_rt .more a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}
.indnews_rt .more a:hover{
    color: #143584;
    text-decoration: underline;
}
.indnews_rt .zx_t li{
    display: inline-block;
    width: .62rem;
    height: 40px;
    border: 1px solid #143584;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    font-size: .09rem;
    color: #143584;
    margin-right: 6px;
    cursor: pointer;
    transition:all .3s;
}
.indnews_rt .zx_t li:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/009.png");
    transform: translateY(1px);
    margin-right: 6px;
}
.indnews_rt .zx_t li.active{
    background: #143584;
    color: #FFFFFF;
}
.indnews_rt .zx_t li.active:before{
    background: url("../img/010.png");
}
.indnews_rt .zx_c li.top{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}
.indnews_rt .zx_c li.top h3 a{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indnews_rt .zx_c li.top p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.indnews_rt .zx_c li{
    overflow: hidden;
    margin-top: 13px;
    position: relative;
}
.indnews_rt .zx_c li.top:before{
    display: none;
}
.indnews_rt .zx_c li:before{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #b7b7b7;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition:all .3s;
}
.indnews_rt .zx_c li h4{
    float: left;
    margin-left: 20px;
    width: calc(100% - 100px);
}
.indnews_rt .zx_c li h4 a{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indnews_rt .zx_c li span{
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    transition:all .3s;
}
.indnews_rt .zx_c li:hover h4 a{
    color: #143584;
    text-decoration: underline;
}
.indnews_rt .zx_c li:hover span{
    color: #143584;
}
.indnews_rt .zx_c li:hover:before{
    background: #143584;
}
.icon_nav ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.icon_nav ul li{
    width: 18.83%;
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(#143584,#608aef);
    height: 86px;
    transition:all .3s;
}
.icon_nav ul li a{
    display: block;
    color: #FFFFFF;
    line-height: 86px;
    font-size: 20px;
}
.icon_nav ul li a img{
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    margin-right: .05rem;
}
.icon_nav ul li:hover{
    transform: translateY(-10px);
    box-shadow:0 0 10px rgba(20, 53, 132, .5);
}
.indbg{
    width: 100%;
    background: url("../img/018.png") center bottom no-repeat;
    background-size: cover;
    padding: 25px 0 60px;
}
.ind_kepu{
    width: 74%;
}
.indtit1{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 13px;
}
.indtit1 h3{
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 1;
}
.indtit1 h3:before{
    content: "";
    display: block;
    float: left;
    width: 4px;
    height: 20px;
    background: #143584;
    margin-right: 8px;
}
.indtit1 a{
    display: block;
    float: right;
    line-height: 20px;
    font-size: 16px;
    color: #999999;
}
.indtit1 a:hover{
    color: #143584;
}
.ind_kepu_c{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.ind_kepu_c .items{
    width: 49%;
}
.ind_kepu_c .items .top .img{
    width: 34.4%;
}
.ind_kepu_c .items .top .img a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.ind_kepu_c .items .top .img a img{
    display: block;
    width: 100%;
    transition:all .5s;
}
.ind_kepu_c .items .top .txt{
    width: 60%;
    margin-top: 16px;
}
.ind_kepu_c .items .top .txt h4 a{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind_kepu_c .items .top .txt p{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.ind_kepu_c .items .top:hover .img a img{
    transform:scale(1.15,1.15);
}
.ind_kepu_c .items .top:hover .txt h4 a{
    color: #143584;
}
.ind_kepu_c ul{
    margin-top: 10px;
}
.ind_kepu_c li{
    overflow: hidden;
    position: relative;
    line-height: 35px;
    font-size: 16px;
}
.ind_kepu_c li:before{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #b7b7b7;
    border-radius: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition:all .3s;
}
.ind_kepu_c li a{
    display: block;
    float: left;
    color: #333333;
    width: calc(100% - 80px);
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind_kepu_c li span{
    display: block;
    float: right;
    color: #999999;
    transition:all .3s;
}
.ind_kepu_c li:hover a{
    color: #143584;
    margin-left: 20px;
    width: calc(100% - 85px);
}
.ind_kepu_c li:hover:before{
    background: #143584;
    width: 12px;
}
.ind_kepu_c li:hover span{
    color: #143584;
}
.ind_zj{
    width: 23.33%;
}
.indtit2 h3{
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 1;
}
.indtit2 h3:before{
    content: "";
    display: block;
    float: left;
    width: 4px;
    height: 20px;
    background: #143584;
    margin-right: 8px;
}
.indtit2 a{
    display: block;
    float: right;
    font-size: 14px;
    color: #c3c3c3;
    width: 50px;
    height: 22px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 20px;
    border-radius: 11px;
}
.indtit2 a:hover{
    border-color: #143584;
    background: #143584;
    color: #FFFFFF;
}
.ind_zj ul{
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 12px;
}
.ind_zj ul li{
    padding: 5px 0;
}
.ind_zj ul li .img{
    width: .49rem;
    overflow: hidden;
}
.ind_zj ul li .img img{
    display: block;
    width: 100%;
    transition:all .3s;
}
.ind_zj ul li .txt{
    width: calc(100% - .54rem);
    margin-top: 10px;
}
.ind_zj ul li .txt h4{
    font-size: 16px;
    color: #143584;
    line-height: 1;
}
.ind_zj ul li .txt span{
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.ind_zj ul li .txt p{
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.ind_zj ul li:hover .img img{
    transform:scale(1.15,1.15);
}
.dangwu{
    width: 74%;
}
.dangwu li{
    float: left;
    width: 31.5%;
    margin-left: 2.75%;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}
.dangwu li:nth-child(3n+1){
    margin-left: 0;
}
.dangwu li .img a{
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.dangwu li .img a img{
    display: block;
    width: 100%;
    transition:all .5s;
}
.dangwu li h4 a{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dangwu li p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.dangwu li:hover .img a img{
    transform:scale(1.15,1.15);
}
.dangwu li:hover  h4 a{
    color: #143584;
    text-decoration: underline;
}
.sheshi .tit{
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #143584;
    font-size: 28px;
}
.sheshi .tit:before,.sheshi .tit:after{
    content: "";
    display: block;
    position: absolute;
    height: 21px;
    width: calc(50% - 82px);
    background-size: auto 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.sheshi .tit:before{
    background-image: url("../img/022.png");
    background-position: right;
    left: 0;
}
.sheshi .tit:after{
    background-image: url("../img/023.png");
    background-position: left;
    right: 0;
}
.sheshi_c .swiper-slide{
    border-radius: 5px;
    overflow: hidden;
}
.sheshi_c .swiper-slide img{
    display: block;
    width: 100%;
}
.sheshi_c .swiper-button-prev,.sheshi_c .swiper-button-next{
    width: 29px;
    height: 44px;
    background-size: 100% 100%;
    margin-top: -22px;
}
.sheshi_c .swiper-button-prev{
    background-image: url("../img/024.png");
    left: 0;
}
.sheshi_c .swiper-button-next{
    background-image: url("../img/025.png");
    right: 0;
}
.sheshi_c{
    margin-top: 35px;
}
.footer{
    width: 100%;
    background: #143584;
    padding: 50px 0;
}
.fot_lf{
    width: 58%;
    color: #FFFFFF;
    font-size: 16px;
}
.fot_lf .txt{
    line-height: 32px;
}
.banquan{
    margin-top: 30px;
}
.banquan a{
    color: #FFFFFF;
}
.fot_rt{
    width: 34%;
}
.fot_rt .ewm img{
    display: block;
    width: .67rem;
    border-radius: 5px;
}
.fot_rt .txt{
    width: calc(100% - .77rem);
    color: #FFFFFF;
    margin-top: 15px;
}
.flinks{
    position: relative;
}
.flinks .btn{
    width: 100%;
    height: 36px;
    background-color: #4f68a3;
    background-image: url(../img/032.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 10px center;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 12px;
    line-height: 36px;
    cursor: pointer;
    transition:all .3s;
}
.flinks .btn:hover{
    background-color: #FFFFFF;
    color: #143584;
    background-image: url("../img/033.png");
}
.flinks ul{
    position: absolute;
    width: 100%;
    background: #4f68a3;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
    display: none;
}
.flinks ul li a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 12px;
    line-height: 30px;
}
.flinks ul li a:hover{
    background: #FFFFFF;
    color: #143584;
}
.fot_rt .txt p{
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
}

/** news_list.html **/
header.on{
    position: static;
    height: 150px;
    background: linear-gradient(#a2bdfb,#FFFFFF);
    width: 100%;
}
header.on .logo{
    margin-top: 27px;
}
    header.on .logo .txt h3 {
        color: #143584;
    }
header.on .logo .txt p{
    color: #143584;
}
header.on .logo .txt p:before{
    background-image: url("../img/034.png");
}
header.on .logo .txt p:after{
    background-image: url("../img/035.png");
}
header.on .top_link{
    margin-top: 60px;
}
header.on .top_link a{
    color: #333333;
}
header.on .top_link a:after{
    background: #143584;
}
header.on .top_link a:hover{
    color: #143584;
}
.bread{
    width: 100%;
    border-bottom: 1px solid #c9d0d9;
    text-align: right;
}
.bread_img{
    display: inline-block;
    width: 60px;
    height: 45px;
    background-color: #f5f5f5;
    background-image: url("../img/038.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    vertical-align: top;
    margin-left: 15px;
}
.bread a,.bread i{
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    font-size: 14px;
    color: #999999;
}
.bread a.on,.bread a:hover{
    color: #143584;
}
.bread i{
    margin: 0 7px;
}
.container{
    margin-bottom: 75px;
    margin-top: 45px;
}
.left_side{
    width: 260px;
}
.left_nav li a{
    display: block;
    font-size: 16px;
    color: #969696;
    border-bottom: 1px solid #c9d0d9;
    line-height: 50px;
    padding-left: 25px;
}
.left_nav li a:hover,.left_nav li.on a{
    color: #FFFFFF;
    background: #143584;
}
.left_gg{
    width: 100%;
    margin-top: 25px;
    border: 1px solid #c9d0d9;
    border-radius: 5px;
    background-image: url("../img/041.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.left_gg h3{
    border-bottom: 1px solid #c9d0d9;
    font-size: 20px;
    color: #143584;
    line-height: 50px;
    position: relative;
    padding-left: 30px;
}
.left_gg h3:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 18px;
    background: #143584;
    border-top-right-radius: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 15px;
}
.left_gg ul{
    margin-top: 10px;
}
.left_gg li a{
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    position: relative;
    padding: 0 15px 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_gg li a:before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #939494;
    border-radius: 3px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition:all .3s;
}
.left_gg li:hover a{
    color: #143584;
    padding-left: 35px;
}
.left_gg li:hover a:before{
    background: #143584;
    width: 11px;
}
.right_side{
    width: calc(100% - 300px);
}
.news_list li{
    border-bottom: 1px solid #c9d0d9;
    padding-bottom: 25px;
    margin-bottom: 25px;
    transition:all .3s;
}
.news_list li .img{
    width: 273px;
}
.news_list li .img a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.news_list li .img a img{
    display: block;
    width: 100%;
    transition:all .5s;
}
.news_list li .txt{
    width: calc(100% - 295px);
    margin-top: 15px;
}
.news_list li .txt h4 a{
    display: block;
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li .txt p{
    font-size: 16px;
    color: #999999;
    margin-top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li .txt .time{
    background-image: url("../img/040.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 16px;
    color: #bbbbbb;
    margin-top: 25px;
}
.news_list li:hover .img a img{
    transform:scale(1.15,1.15);
}
.news_list li:hover .txt h4 a{
    color: #143584;
}
.news_list li:hover{
    border-color: #143584;
}

.pages{margin-top: 40px;}
.pages_1{display: inline-block;vertical-align: middle;text-align: center;}
.pages_1 a{display: block;float: left;line-height: 38px;border: 1px solid #dddddd;margin-left: -1px;font-size: 16px;color: #999999;width: 38px;}
.pages_1 a.prve,.pages_1 a.next{width: 98px;}
.pages_1 span{display: block;float: left;line-height: 38px;border: 1px solid #dddddd;margin-left: -1px;font-size: 16px;color: #999999;width: 38px;}
.pages_1 a.on{color: #FFFFFF;background: #143584;border-color: #143584;}
.pages_2{display: inline-block;margin-left: 10px;vertical-align: middle;}
.pages_2 span{display: inline-block;font-size: 16px;color: #999999;}
.pages_2 input{display: inline-block;border: 1px solid #dddddd;text-align: center;outline: none;width: 38px;height: 38px;font-size: 16px;}
.pages_2 button{display: inline-block;outline: none;cursor: pointer;width: 80px;height: 40px;background: #ececec;border: 1px solid #dddddd;font-size: 16px;color: #858585;transition:all .3s;}
.pages_1 a:hover{color: #FFFFFF;background: #143584;border-color: #143584;}
.pages_2 button:hover{color: #FFFFFF;background: #143584;border-color: #143584;}

/** news_detail.html **/
.news_det h3{
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.news_det_1{
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
    border-bottom: 1px solid #c9d0d9;
    padding-bottom: 25px;
}
.news_det_1 i{
    display: inline-block;
    margin: 0 15px;
}
.news_det .con{
    margin-top: 20px;
    border-bottom: 1px solid #c9d0d9;
    padding-bottom: 40px;
}
.news_det .con p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.news_det .con .img{
    text-align: center;
    margin: 25px 0;
}
.news_det .con .img img{
    max-width: 100%;
}
.det_pages{
    position: relative;
    margin-top: 30px;
    height: 46px;
}
.det_pages .back{
    position: absolute;
    width: 144px;
    height: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.det_pages .back a{
    border: 1px solid #bfbfbf;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    color: #666666;
}
.det_pages_1{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.det_pages_1 a{
    display: block;
    width: calc(50% - 120px);
    font-size: 16px;
    color: #999999;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.det_pages_1 a.prev{
    text-align: left;
}
.det_pages_1 a.next{
    text-align: right;
}
.det_pages_1 a:hover{
    color: #143584;
}
.det_pages .back a:hover{
    color: #FFFFFF;
    background: #143584;
    border-color: #143584;
}

/** overview.html **/
.left_icon{
    width: 100%;
    margin-top: 15px;
}
.left_icon ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left_icon ul li{
    width: 126px;
    margin-top: 12px;
}
.left_icon ul li a{
    display: block;
    width: 126px;
    height: 118px;
    border-radius: 5px;
    background: linear-gradient(#143584,#608aef);
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 18px;
}
.left_icon ul li a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    transition:all .8s;
}
.left_icon ul li:hover a img{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}
.left_icon ul li:hover a img{
 transform: rotateY(360deg);
 -webkit-transform: rotateY(360deg);
 -moz-transform: rotateY(360deg);
}
.left_icon ul li:hover a{
    box-shadow:0 0 10px rgba(20, 53, 132, .5);
}
.overview h3{
    font-size: 30px;
    line-height: 1;
    color: #143584;
    margin-bottom: 25px;
}
.overview h3:after{
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #143584;
    margin-top: 18px;
}
.overview p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.overview .img{
    text-align: center;
    margin: 30px 0;
}
.overview .img img{
    max-width: 100%;
}

/** zhuanjia_list.html **/
.zj_list li{
    margin-bottom: 20px;
}

/*.zj_list li .img{
    width: 229px;
    height: 229px;
    border: 1px solid #dddddd;
    padding: 12px;
    overflow: hidden;
    border-radius: 50%;
}
.zj_list li .img img{
    display: block;
    width: 203px;
    height: 203px;
    border-radius: 50%;
}
*/
.zj_list li .img{
    width: 216px;
    height: 246px;
    border: 1px solid #dddddd;
    padding: 7px;
    overflow: hidden;
    border-radius: 22% 22% 22% 22%;
}
.zj_list li .img img{
    display: block;
    width: 200px;
    height: 230px;
    border-radius: 22% 22% 22% 22%;
}



.zj_list li .txt{
    width: calc(100% - 260px);
    margin-top: 35px;  
    display: flex
;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 246px;

}


    .zj_list li .txt .info  {
        height: 80px;
    }
     

        .zj_list li .txt .xiangxi {
            height: 40px;
        }



    .zj_list li .txt h3 {
        font-size: 26px;
        color: #000000;
        line-height: 1;
        white-space: pre; /* 保留所有空格和换行 */
    }
        .zj_list li .txt h3 span {
            display: inline-block;
            font-weight: normal;
            font-size: 16px;
            color: #000000;
            margin-left: 8px;
        }
.zj_list li .txt p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.zj_list li a{
    display: block;
    float: right;
    width: 106px;
    height: 36px;
    border: 1px solid #143584;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    color: #143584;
    font-size: 16px;
    margin-top: 22px;
}
.zj_list li a:hover{
    background: #143584;
    color: #FFFFFF;
}
.zj_list{
    margin-bottom: 70px;
}

/** zhuanjia_detail.html **/
.zj_det{
    border-bottom: 1px solid #c9d0d9;
    padding-bottom: 75px;
}
.zj_det .top .img{
    width: 230px;
    border-radius: 5px;
    overflow: hidden;
}
.zj_det .top .img img{
    display: block;
    width: 100%;
}
.zj_det .top .txt{
    width: calc(100% - 270px);
    margin-top: 25px;
}

    .zj_det .top .txt.ldjs {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        height: 250px;
    }





.zj_det .top .txt h3 {
    white-space: pre; /* 保留所有空格和换行 */
    color: #143584;
    font-size: 30px;
    line-height: 1;
}
    .zj_det .top .txt h3 span {
        font-weight: normal;
        font-size: 18px;
        color: #000000;
        margin-left: 5px;
    }
.zj_det .top .txt h3:after{
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    /*background: #143584;*/
    margin-top: 15px;
}
.zj_det_1{
    font-size: 16px;
    color: #143584;
    display: inline-block;
    border: 1px solid #143584;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 20px;
    background: rgba(20,53,132,.08);
}
.zj_det .top .txt p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 15px;
}
.zj_det .con .tit{
    position: relative;
    width: 100%;
    margin-top: 30px;
    height: 68px;
}
.zj_det .con .tit:after{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 220px);
    height: 4px;
    background: linear-gradient(to right,#e8eefd,#d3dbee);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.zj_det .con .tit img{
    display: block;
    float: left;
    position: relative;
}
.zj_det .con .tit h3{
    width: 186px;
    height: 42px;
    background: url("../img/049.png");
    line-height: 42px;
    color: #FFFFFF;
    margin-left: -17px;
    font-size: 22px;
    padding-left: 25px;
    float: left;
    margin-top: 13px;
}
.zj_det .con .txt{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 20px;
}

/** keshi_list.html **/
.keshi_list li{
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-bottom: 30px;
    cursor: pointer;
}
.keshi_list li:nth-child(3n+1){
    margin-left: 0;
}
.keshi_list li .img{
    width: 100%;
    height: 280px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 7px;
}
.keshi_list li .img img{
    object-fit: cover;
    width: 100%;
    display: block;
    height: 264px;
    border-radius: 5px;
}
.keshi_list li h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    background-image: url("../img/055.png");
    background-repeat: no-repeat;
    background-position: right 8px top;
    margin-top: 12px;
    height: 24px;
}
.keshi_list li h3:after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 15px;
    background: #dddddd;
    margin-top: 8px;
}
.bigimg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(26,26,26,.8);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.bigimg_c{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.bigimg_c .close{
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.bigimg_c .img{
    width: 650px;
    height: 650px;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #dddddd;
    background: rgba(20,53,132,.4);
    box-shadow:0 0 10px rgba(255, 255, 255, .15);
}
.bigimg_c .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.bigimg_c h3{
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin-top: 30px;
}
@media screen and (max-width: 1200px){

}


ul.tia img {
    width: 55%;
}












