@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}


.biaoti:hover {
    color: #157eb5;
}

.ellipsis-1-lines{
    overflow: hidden;      /* 超出部分隐藏 */
    white-space: nowrap;   /* 禁止换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.ellipsis-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-4-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.head_box {
    width: 100%;
    z-index: 9;
    min-width: 1500px;
    position: relative;
}
.head_top{
    width: 100%;
    z-index: 9;
    min-width: 1500px;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper {
    width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sitelogo{
    width: 655px;
}
.sitelogo img{
    width: 100%;
}

.top-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.top-right-menu{
    color: white;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: flex-end;
    margin-right: 19px;
}
.searchbox {

    margin-right: 12px;
    height: 40px;
    width: 208px;
    border: 1px solid white;
    border-radius: 40px;
    overflow: hidden;
}

.searchbox .openSearchBox {
    display: inline-block;
    zoom: 1;
    margin-top: 13px;
    width: 20px;
    height: 20px;
    line-height: 32px;
    background: url("../images/search.png") no-repeat left center;
    cursor: pointer;
    background-size: 100%;
    vertical-align: top;
}

.wp-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wp-search .search-input {
    padding-left: 4px;
}

.wp-search .search-input input.search-title {
    width: 155px;
    height: 35px;
    line-height: 40px;
    background: none;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-family: "Microsoft Yahei";
    outline: none;
    background: unset;
    padding-left: 13px;
}

.wp-search .search-btn {
    width: 33px;
    height: 20px;
}

.wp-search .search-btn input.search-submit {
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0;
    background: url("../images/search.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.search-title::-webkit-input-placeholder {
    color: #fff;
}

.search-title::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-title:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-title:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}




.menu_box {
    padding: 0 10px;
    width: 1500px;
    margin: 0 auto;
}

.menu {
    width: 100%;
}
.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: relative;
    float: right;
    font-weight: 600;
}

.menu a:hover {
    text-decoration: none;
}

.menu .lm div {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 999;
    background: #157eb5;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
}

.menu .lm div a {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.menu-switch-arrow {
    display: inline-block;
    width: 10px;
    height: 6px;
    background-size: 100%;
    margin-left: 4px;
    vertical-align: middle;
}


.lunbo {
    width: 100%;
    height: 882px;
    min-width: 1500px;
}

.lunbo img {
    width: 100%;
    height: 882px !important;
    min-width: 1500px !important;
}
.lunbo-pagination{
    width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
}
.lunbo-pagination .swiper-pagination-bullets{
    bottom: 22px !important;
}
.lunbo .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: white;
    margin: 0 10px !important;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}
.lunbo .swiper-pagination-bullet-active{
    background: #105b8a !important;
    position: relative;
}
.lunbo .swiper-pagination-bullet-active:after{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #105b8a;
    top: -5px;
    left:-5px;
}


.banner{
    width: 100%;
    min-width: 1500px;
    padding: 70px 0 60px;
    background: url("../images/banner1.png") center no-repeat;
    background-size: 100% 845px;
}

.banner1{
    width: 100%;
    min-width: 1500px;
    padding: 70px 0 207px;
    background: url("../images/banner2.png") 0 -354px no-repeat;
    background-size: 100% 1536px;
}
.banner2{
    width: 100%;
    height: 752px;
    min-width: 1500px;
    background: url("../images/banner3.png") center no-repeat;
    background-size: 100% 762px;
    margin-top: -124px;
    position: relative;
    z-index: 9;
}
.banner3{
    width: 100%;
    min-width: 1500px;
    background: #f0f0f0 url("../images/banner4.png") center no-repeat;
    background-size: 100% 920px;
    margin-top: -40px;
    padding: 140px 0 60px;
    position: relative;
    z-index: 8;
}
.box{
    width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.pic-title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 56px;
    margin-bottom: 34px;
    position: relative;
}

.pic-tit-img{
    position: absolute;
    left: 0;
}
.pic-tit {
     font-size: 38px;
     color: #1f1f1f;
     font-weight: 600;
     z-index: 2;
    position: relative;
 }

.more{
    font-size: 14px;
    color: #fdfbfc;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 14px;
    margin-left: 16px;
    background: #105b8a;
    border-radius: 40px;
    padding: 1px 3px;
}

.xwdt{
    width: 980px;
    position: relative;
}
.xwdt-lunbo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
}
.xwdt-lunbo a{
    display: flex;
    justify-content: space-between;
}
.xwdt-lunbo-img{
    width: 514px;
    height: 340px;
    overflow: hidden;
}
.xwdt-lunbo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.xwdt-lunbo-img:hover img{
    transform: scale(1.1);
}
.xwdt-lunbo-info{
    width: 450px;
    height: 340px;
    display: flex;
    flex-direction: column;
}
.xwdt-lunbo-tit{
    font-size: 18px;
    color: #000000;
    height: 64px;
    line-height: 32px;
}
.xwdt-lunbo-msg{
    margin-top: 12px;
    font-size: 14px;
    color: #494747;
    line-height: 32px;
    height: 128px;
    text-indent: 2em;
}
.xwdt-lunbo-time{
    margin-top: 30px;
    font-size: 14px;
    color: #888585;
    width: 124px;
    height: 38px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xwdt-lunbo-time img{
    margin-right: 5px;
    width: 15px;
}
.xwdt-lunbo-page{
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
}
.xwdt-prev{
    width: 38px;
    height: 38px;
    background: url("../images/left.png");
    cursor: pointer;
    margin-right: 30px;
}
.xwdt-next{
    width: 38px;
    height: 38px;
    background: url("../images/right.png");
    cursor: pointer;
}
.xwdt-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xwdt-list a{
    width: 48%;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d4d5;
}
.xwdt-time{
    width: 88px;
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xwdt-time1{
    font-size: 28px;
    color: #000000;
    display: flex;
    justify-content: center;
}
.xwdt-time2{
    font-size: 16px;
    color: #000000;
    display: flex;
    justify-content: center;
}

.xwdt-title{
    width: calc(100% - 100px);
    line-height: 25px;
    font-size: 18px;
    color: #000000;
    height: 50px;
}



.tzgg{
    width: 410px;
    box-shadow: -3px 0 8px rgba(0,0,0,0.1);
}
.pic-title1{
    width: 100%;
    display: flex;
    align-items: center;
    height: 96px;
    position: relative;
    padding: 0 16px;
    background: #105b8a;
}
.pic-tit1{
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    z-index: 2;
    position: relative;
}
.pic-tit-img1{
    position: absolute;
    left: 16px;
}
.more1{
    font-size: 14px;
    color: #105b8a;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 14px;
    margin-left: 16px;
    background: #edf1f3;
    border-radius: 40px;
    padding: 1px 3px;
}
.tzgg-list{
    height: calc(100% - 96px);
    background: white;
    padding: 10px 0;
}
.tzgg-list a{
    width: 340px;
    height: 104px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    position: relative;
}
.tzgg-list a:last-child{
    border-bottom: none;
}
.tzgg-list a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    width: 5px;
    height: 38px;
    background: #e6e6e6;
}
.tzgg-time{
    width: 316px;
    margin-left: 24px;
    color: #105b8a;
}
.tzgg-title{
    width: 316px;
    margin-top: 4px;
    margin-left: 24px;
    line-height: 25px;
    height: 50px;
}

.xshd{
    width: 704px;
}
.xshd-list{
    margin-top: 50px;
}
.xshd-list a{
    display: flex;
    width: 100%;
    height: 234px;
    box-shadow: 4px 0 9px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.7);
    flex-direction: column;
    margin-bottom: 42px;
}
.xshd-list a:last-child{
    margin-bottom: 0;
}
.xshd-title{
    font-size: 18px;
    color: #474747;
    height: 94px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aeaeae;
}
.xshd-tit{
    width: 100%;
    height: 56px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 14px;
}
.xshd-msg{
    font-size: 16px;
    color: #060606;
    height: 87px;
    line-height: 29px;
    width: 90%;
    margin: 20px auto 0;
    padding: 0 14px;
}



.xwpy{
    width: 680px;
}
.xwpy-list{
    margin-top: 50px;
    box-shadow: 4px 0 9px rgba(0,0,0,0.1);
    width: 100%;
    height: 506px;
    background: rgba(255,255,255,0.7);
}
.xwpy-list a{
    width: 100%;
    padding: 0 50px 0 36px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 5px 0;
}
.xwpy-list a:before{
    content: "";
    display: block;
    width: 1px;
    height: 88px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #105b8a;
}
.xwpy-time{
    width: 66px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xwpy-time1{
    font-size: 28px;
    color: #105b8a;
    display: flex;
    justify-content: center;
}
.xwpy-time2{
    font-size: 16px;
    color: #262626;
    display: flex;
    justify-content: center;
}
.xwpy-title{
    width: 495px;
    line-height: 28px;
    font-size: 18px;
    color: #000000;
    height: 56px;
}
.xwpy-msg{
    display: none;
}

.xwpy-more{
    display: none;
}
.xwpy-act{
    background: #105b8a;
    height: 185px !important;
    align-items: unset !important;
}
.xwpy-act .xwpy-time2{
    color: white;
}
.xwpy-act .xwpy-time1{
    color: white;
}
.xwpy-act .xwpy-title{
    color: white;
    margin-top: 9px;
}
.xwpy-act .xwpy-msg{
    width: 495px;
    font-size: 16px;
    color: #bdced8;
    line-height: 26px;
    height: 52px;
    margin-top: 7px;
    display: block;
}
.xwpy-act .xwpy-more{
    width: 495px;
    margin-top: 6px;
    display: block;
}


.kycg-left{
    width: 906px;
    margin-top: 80px;
}
.kycg-right{
    width: 464px;
    margin-top: 130px;
    margin-right: 54px;
}
.kycg-lunbo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.kycg-lunbo a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kycg-lunbo-img{
    width: 491px;
    height: 332px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.kycg-lunbo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.kycg-lunbo-img:hover img{
    transform: scale(1.1);
}
.kycg-lunbo-info{
    width: 642px;
    height: 442px;
    display: flex;
    flex-direction: column;
    margin-left: -234px;
    background: white;
    padding-left: 256px;
    justify-content: center;
}
.kycg-lunbo-tit{
    font-size: 18px;
    color: #474747;
    height: 64px;
    line-height: 32px;
    width: 360px;
    font-weight: 600;
}
.kycg-lunbo-msg{
    margin-top: 12px;
    font-size: 16px;
    color: #060606;
    line-height: 32px;
    height: 96px;
    text-indent: 2em;
    width: 360px;
}
.kycg-lunbo-time{
    margin-top: 16px;
    font-size: 14px;
    color: #888585;
    height: 38px;
    display: flex;
    align-items: baseline;
    width: 360px;
    margin-bottom: 78px;
}
.kycg-lunbo-time span{
    color: #105b8a;
    font-size: 28px;
}

.kycg-lunbo-page{
    position: absolute;
    bottom: 74px;
    left: 520px;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
}
.kycg-prev{
    width: 38px;
    height: 38px;
    background: url("../images/left.png");
    cursor: pointer;
    margin-right: 30px;
}
.kycg-next{
    width: 38px;
    height: 38px;
    background: url("../images/right.png");
    cursor: pointer;
}

.kycg-list{
    margin-top: 50px;
}
.kycg-list a{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kycg-time{
    width: 110px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kycg-time{
    border-right: 1px solid #fff;
}
.kycg-time1{
    font-size: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.kycg-time2{
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.kycg-title{
    width: calc(100% - 142px);
    line-height: 25px;
    font-size: 18px;
    color: #ffffff;
    height: 50px;
}





.pic-title2{
    display: flex;
    align-items: center;
    height: 56px;
    margin-bottom: 34px;
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
}

.yqsb-lunbo{
    margin-top: 114px;
    margin-bottom: 50px;
    padding-bottom: 50px !important;
}

.yqsb-info{
    width: 100%;
    height: 436px;
    padding: 52px 18px 0;
}

.yqsb-img{
    width: 100%;
    height: 286px;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.yqsb-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yqsb-tit{
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    color: #232323;
    padding: 0 10px;
}

.yqsb-info:hover{
    background: #105b8a;
    padding: 18px 18px 0;
}
.yqsb-info:hover .yqsb-img{
    border: none;
    box-shadow: unset;
    height: 320px;
}
.yqsb-info:hover .yqsb-tit{
    color: #ffffff;
}

.yqsb-lunbo-page{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.yqsb-pagination{
    position: relative !important;
    width: auto !important;
    height: 18px !important;
    display: flex;
    align-items: center;
    bottom: unset !important;
}
.yqsb-prev{
    width: 10px;
    height: 18px;
    background: url("../images/left1.png");
    cursor: pointer;
    margin-right: 30px;
}
.yqsb-next{
    width: 10px;
    height: 18px;
    background: url("../images/right1.png");
    cursor: pointer;
    margin-left: 30px;
}

.yqsb-pagination .swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
    background: #105b8a !important;
    margin: 0 9px !important;
    opacity: 1 !important;
}
.yqsb-pagination  .swiper-pagination-bullet-active{
    background: #105b8a !important;
    position: relative !important;
    z-index: 9 !important;
    border: 5px solid #95b3c6;
    width: 18px !important;
    height: 18px !important;
}





.bottom{
    width: 100%;
    min-width: 1500px;
    padding: 24px 0;
    background: #105b8a;
}
.bottom-box{
    width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom-left{
    width: 418px;
    height: 200px;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
}
.bottom-center{
    width: 550px;
    display: flex;
    align-items: center;
}
.bottom-center{

}
.xian{
    width: 1px;
    height: 184px;
}
.tit4{
    color: white;
    font-size: 20px;
    height: 46px;
    line-height: 40px;
    position: relative;
    margin-bottom: 14px;
}
.tit4:after{
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 2px;
    background: #bfd0db;
    bottom: 0;
    left: 0;
}

.lxwm-box{
    font-size: 16px;
    color: #bfd0db;
    display: flex;
    align-items: center;
    height: 40px;
}

.yqlj{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yqlj a{
    width: 48%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #bfd0db;
}

.bottom1{
    width: 100%;
    min-width: 1500px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #cad9e3;
    background: #04466f;
}



.main{
    width:1350px;
    margin:30px auto 20px;
    display: flex;
    justify-content: space-between;
}
.all_left{
    width:240px;
}
.all_right{
    width:1080px;
}
/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background:#157eb5;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 250px;
    background: #157eb5;
    background-size: 100%;
}
.left_list ul li {
    height:51px;
    line-height:51px;
    text-indent: 60px;
    font-size:16px;
    color:#fff;

}

.left_list UL li a {
    height:51px;
    font-size:16px;
    color:#fff;
    display:block;
    background: url("../images/nyicon03.png") no-repeat 37px 22px rgba(21,126,181,0.2);
    border-bottom: 1px solid #689bb5;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px rgba(21,126,181,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #689bb5;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #689bb5;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #157eb5;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.right_tit span{
    padding-right:20px;
    font-size:14px;
    color:#b5b5b5;
}
.right_tit a{
    color:#b5b5b5;
}
.right_all{
    width:100%;
    min-height:500px;
    padding:30px 20px;
}
/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}
/*新闻*/
.newslist{width:100%;}
.newslist ul li{width:100%; float:left; border-bottom:1px #dadada dashed; line-height:40px;}
.newslist ul li .mobile-tit{ float:left;}
.newslist ul li .list-time{width:100px; float:right; text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%
}
.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}
.newssubtitle span {
    width: 100%
}
.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}
ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    background: url(../images/list.jpg) 3px center no-repeat;

    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}
.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.piclist{
    width: 100%;
}
.piclist ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.piclist li{
    width: 200px;
    background: #f5f5f5;
    height: 260px;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;

}
.piclist li:nth-child(4n) {
    margin-right: 0;

}
.piclist li .imgs{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}
.piclist li .imgs img{
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.piclist li .imgs:hover img{
    transform: scale(1.1);
}
.piclist li .imgs-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 60px;
}