.bjs-a {

    width: 100%;

    height: 60px;

    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0px 10px #e0e0e0;
}

.bjs-a .bjs-a-cont {
    display: flex;
    height: 60px;

    justify-content: space-between;
    align-items: center;
}

.bjs-a .bjs-a-left {
    width: 600px;
    display: flex;
    /* margin: 0 auto; */
    font-family: "宋体";
}

.bjs-a .bjs-a-left img {
    width: 22px;
    /* float: left; */
    margin-right: 10px;
}

.bjs-a .bjs-a-left p {

    margin-top: 5px;
    color: #999;
}

.bjs-a .bjs-a-left a:last-child {
    color: #0063d2;
    font-weight: 700;
}


.public-list {

    /* background-color: #ffffff; */

    margin-top: 1px;

    display: flex;

    padding: 15px 12px;

    justify-content: space-between;

}



.public-list .public-nav {
    margin-top: 30px;
    width: 260px;
    height: auto;
    border-radius: 10px 10px 0 0;
    border-top: 12px solid #0063d2;
    /* background-color: #fff; */

}



.public-list .public-nav .tt {

    background-color: #fff;

    height: 80px;

    display: flex;

    align-items: center;

    color: #999;

    font-weight: 700;

    font-size: 24px;

    justify-content: space-between;

}



.public-list .public-nav p {



    margin-left: 25px;

}



.public-list .public-nav img {

    width: 30px;

    height: 30px;

    margin-right: 25px;

}



.public-list ul {

    border: 1px solid #e2e2e2;

    /* padding-bottom: 25px; */

}



.public-list ul li {

    width: 100%;

    height: 62px;

    background-color: #fff;



}



.public-list ul li a {

    display: flex;

    width: 230px;

    height: 61px;

    margin: 0 auto;

    text-align: left;

    border-bottom: 1px solid #e2e2e2;

    align-items: center;

    position: relative;

    font-size: 18px;



}



.public-list ul li:last-child a {

    border-bottom: 0px solid #000;

}



.public-list ul li a .spot {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    display: block;

    background-color: #999999;

}



.public-list ul li a .iconfont {



    position: absolute;

    right: 0;

}



.public-list ul li:hover {

    background-color: #f2f3fa;

}



.public-list ul li:hover .spot {

    background-color: #2a55a3;

}



.public-list ul li:hover p {

    color: #2a55a3;

}



.public-list ul li:hover .iconfont {

    color: #2a55a3;

}



.public-list ul li.active_pub {

    background-color: #f2f3fa;

}



.public-list ul li.active_pub .spot {

    background-color: #2a55a3;

}



.public-list ul li.active_pub p {

    color: #2a55a3;

}



.public-list ul li.active_pub .iconfont {

    color: #2a55a3;

}



.public-file {
    margin-top: 30px;
    width: 900px;
    padding: 10px;
    /* padding-top: 0; */
    background-color: #fff;

}


.public-file .tt {

    width: 100%;

    height: 60px;
    line-height: 60px;

    position: relative;
    text-align: center;
    overflow: hidden;

    /* background-color: #c5d7f7; */
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;

}

.public-file .tt span {
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    left: 437px;
    bottom: 0;
    background-color: #0063d2;
}





.public-file .tt span p {}

.product-item-a {
    width: 288px;
    height: 265px;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    float: left;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}

.product-item-a:nth-child(3n) {

    margin-right: 0;
}

.product-item-a img {

    width: 260px;
    /* height: 238px; */
    transition: 0.5s ease;
}

.product-item-a .txt {

    position: absolute;
    bottom: -213px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.5s ease;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.product-item-a .txt span {
    display: block;
    width: 260px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
}

.product-item-a:hover .txt {

    bottom: 0;
}

.product-item-a:hover .txt span {

    top: 100px;
}

.pages {

    /* padding-top: 30px; */

    margin: 10px auto;

    display: table;

    /* margin-top: 60px; */



}



#pages {



    /* float: right; */

    margin: 10px auto;

    display: table;

}



#pages li {

    list-style: none;

    float: left;

    width: 32px;

    display: inline-block;

    margin-left: 10px;

    text-align: center;

    border: 1px solid #ccc;

    height: 32px;

    line-height: 32px;

    transition: 0.5s ease;

    cursor: pointer;

    border-radius: 6px;

}



#pages li:hover {

    background-color: #0063d2;

}



#pages li a {

    padding: 0;

    font-size: 16px;

    line-height: inherit;

    border: none;

    display: block;

    width: 100%;

    height: 100%;

    color: #333;

}



#pages li a:hover {

    background-color: #0063d2;

    color: #fff;

}



#pages li.active {

    background-color: #0063d2;

    color: #fff;

    border: 1px solid #0063d2;

}



#pages li.active a {

    color: #fff;

}



#pages li span {

    font-size: 16px;

}



#pages li.disabled {

    color: #ccc;

}

.news-item {

    width: 890px;

    display: block;

    margin: 0 auto;

    height: 230px;

    /* margin-bottom: 20px; */

    /* background-color: #fff; */

    position: relative;

    border-bottom: 1px dashed #000;



}





.news-item:last-child {

    border-bottom: 0px solid #000;

}



.news-item .img {



    width: 250px;

    margin-right: 30px;

    height: 170px;

    overflow: hidden;

    float: left;

    margin-top: 30px;

    z-index: 3;

    position: relative;

}



.news-item .img img {



    width: 100%;

    height: 100%;



    transition: 0.5s ease;

}



.news-item .titlea {



    width: 460px;

    padding-top: 10px;

    float: left;

    margin-top: 30px;

    z-index: 3;

    position: relative;

    /* margin-top: ; */

}



.news-item .titlea .tti {



    font-size: 16px;

    margin-bottom: 20px;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}



.news-item .titlea p {



    color: #999999;

    overflow: hidden;

    /** 闂傚懏鍔樺Λ宀€鎼鹃崨顓炴瘔闁汇劌瀚崬瀵糕偓鐧告嫹 **/

    word-break: break-all;

    text-overflow: ellipsis;

    /** 濠㈣埖淇洪、锟� **/

    display: -webkit-box;

    /** 閻庣數顢婇挅鍕媴濠娾偓鐠愮喐瀵奸崫銉х礆闁烩晜甯掗悺娆徫熼垾宕団偓鐑藉及閸撗佷粵 **/

    -webkit-box-orient: vertical;

    /** 閻犱礁澧介悿鍡涘箣閺嶎煈姊剧紒槌栨線閸戠姷绱撻埡鍐╃＊閻庣數顢婇挅鍕儍閸曨偆鎽嶉柛蹇撳暟缁€宀勬儍閸曨剙绗撻柛鎺擃殕閺岀喎顕ｉ敓锟� **/

    -webkit-line-clamp: 3;

    /** 闁哄嫬澧介妵姘舵儍閸曨噮鏀介柡渚婃嫹 **/

    margin-bottom: 15px;

    line-height: 1.8em;

}



.news-item .titlea .tips {



    display: flex;

    margin-top: 30px;

}



.news-item .titlea .tips p {



    margin-right: 20px;

}



.news-item .date {



    float: right;

    border-left: 1px solid #999;

    padding-left: 40px;

    margin-top: 85px;



    z-index: 3;

    position: relative;

}



.news-item .date .date_year {



    font-size: 24px;

}



.news-item .date .date_month {

    margin-left: 6px;

    margin-top: 2px;

}



.news-item:hover .tti {

    color: #0063d2;

    /* font-size: 18px; */

    font-weight: 700;

}


.bb {

    padding: 0 10px;
}

.bb img {
    width: auto;
    max-width: 94%;
    margin: 15px 0;

}

.bb p {
    line-height: 1.8em;
    text-indent: 2em;
    font-size: 16px;
}

.contact-main-item {
    width: 280px;
    height: 180px;
    background: #fff;
    float: left;
    box-shadow: 1px 1px 10px #efefef;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-main-item:nth-child(3) {

    margin-right: 0;
}

.contact-main-item span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size: 28px;
    display: block;
    /* height: 20px; */
    margin: 0 auto;
    /* float: left; */
    background-color: #0063d2;
    color: #fff;
    /* margin-right: 15px; */
    margin-top: 15px;
}

.contact-main-item .ts {

    margin-top: 15px;
    font-size: 17px;
}

.contact-main-item .tts {

    margin-top: 15px;
    font-size: 18px;
}

.show-main .imgs {



    width: 300px;

    height: 200px;

    border: 1px solid #ccc;

    overflow: hidden;

    text-align: center;

    line-height: 200px;

    float: left;

    padding: 15px;

    padding-bottom: 25px;

    position: relative;

}





.show-main .imgs .swiper-slide {



    width: 100%;

    overflow: hidden;



}



.show-main .imgs img {



    width: 100%;

}



.show-main .imgs .swiper-pagination {



    bottom: -85px;

}



.show-main .cont {



    float: left;

    margin-left: 30px;

}



.show-main .cont h1 {



    font-size: 22px;

    margin-bottom: 15px;

}



.show-main .cont p {

    margin-bottom: 15px;

    font-size: 18px;



}



.show-main .cont p span {



    color: #666;

    font-size: 17px;

    font-weight: 700;

}

.show-main .cont .dianji i {
    /* border-radius: 4px; */
    background-color: #0063d2;
    width: 150px;
    height: 45px;
    z-index: 348;
    border: none;
    outline: none;
    display: block;
    font-size: 19px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    margin-top: 25px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.show-main .shijian {



    width: 500px;

    margin: 15px auto;

    display: flex;

    margin-top: 25px;

    justify-content: space-between;

}



.show-main .jianjie {



    width: 96%;

    padding: 15px 2%;

    border: 1px solid #ccc;

    margin: 15px auto;

    display: flex;

    margin-top: 25px;

    justify-content: space-between;

}



.sontss {

    margin-top: 15px;

}



.sontss img {
    width: auto;
    max-width: 94%;
    margin: 15px 0;

}

.sontss p {
    line-height: 1.8em;
    text-indent: 2em;
    font-size: 16px;
}

.inputs {

    margin-top: 15px;
}

.inputs input {

    width: 250px;
    padding-left: 10px;
    height: 50px;
    float: left;
    background-color: #fff;
    outline: none;
    border: none;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #999;
}


.inputs textarea {

    width: 250px;

    padding-left: 10px;

    height: 160px;

    padding-top: 15px;

    background-color: #fff;

    outline: none;

    border: none;

    color: #999;



    margin-bottom: 15px;

}



.inputs button {

    width: 260px;

    height: 50px;

    background-color: #003f97;

    color: #fff;

    /*margin-left: 35px;*/

    outline: none;

    border: none;

}