@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: #e69b18;
}

.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: 1330px;
    position: relative;
}
.head_top{
    width: 100%;
    z-index: 9;
    min-width: 1330px;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper {
    width: 1330px;
    padding: 0 10px;
    margin: 0 auto;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sitelogo{
    width: 801px;
}
.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: 230px;
    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: 175px;
    height: 35px;
    line-height: 40px;
    background: none;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    outline: 0;
   
    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: 1330px;
    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;
line-height: unset;
    padding: 10px 0;
    height: auto;
}

.menu-switch-arrow {
    display: inline-block;
    width: 10px;
    height: 6px;
    background-size: 100%;
    margin-left: 4px;
    vertical-align: middle;
}


.lunbo {
    width: 100%;
    height: 873px;
    min-width: 1330px;
    position: relative;
}

.lunbo a img {
    width: 100%;
    height: 873px !important;
    min-width: 1330px !important;
}
.lunbo-pagination{
    width: 190px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.lunbo-pagination .lunbo-prev{
    width: 7px;
    height: 11px;
    background: url("../images/left.png") no-repeat center;
    cursor: pointer;
}
.lunbo-pagination .lunbo-next{
    width: 7px;
    height: 11px;
    background: url("../images/right.png") no-repeat center;
    cursor: pointer;
}

.banner {
    width: 100%;
    margin: 0 auto;
    min-width: 1330px;
    padding: 50px 0 60px;
}
.banner1{
    width: 100%;
    margin: 0 auto;
    min-width: 1330px;
    padding: 50px 0 60px;
    background: #f7f7f7;
}
.banner2{
    width: 100%;
    height: 1164px;
    margin: 0 auto;
    min-width: 1330px;
    padding: 28px 0;
    background: url("../images/banner2.png") no-repeat center center;
    /*background-size: 100% 1164px;*/
    /*overflow: hidden;*/
}
.banner3{
    width: 100%;
    margin: 0 auto;
    min-width: 1330px;
    padding: 60px 0 40px;
}
.banner4{
    width: 100%;
    margin: 0 auto;
    min-width: 1330px;
    padding: 40px 0;
    background: #f7f7f7;
}
.container {
    width: 1330px;
    margin: 0 auto;
    padding: 0 10px;
}
.hd_title {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
}
.hd_title1 {
    margin-bottom: 40px;
    display: flex;
}
.hd_con {
    width: 710px;
}
.part1_con .hd_con_title {
    position: relative;
    padding-left: 50px;
    height: 60px;
    background: url(../images/icon1.png) no-repeat left center;
}
.part2_con  .hd_con_title {
    position: relative;
    padding-left: 50px;
    height: 60px;
    background: url(../images/icon2.png) no-repeat left center;
}
.xsjl .hd_con_title {
    position: relative;
    padding-left: 50px;
    height: 60px;
    background: url(../images/icon3.png) no-repeat left center;
    width: 100%;
}
.gzzd .hd_con_title {
    position: relative;
    padding-left: 50px;
    height: 60px;
    background: url(../images/icon4.png) no-repeat left center;
    width: 100%;
}

.yjcg .hd_con_title {
    position: relative;
    padding-left: 50px;
    height: 60px;
    background: url(../images/icon5.png) no-repeat left center;
    width: 100%;
}
.yqsb .hd_con_title {
    position: relative;
    padding-left: 50px;
    height: 60px;
    background: url(../images/icon6.png) no-repeat left center;
    width: 100%;
}

.pic-title-1,.pic-title-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pic-title-2{
    margin-top: -2px;
}
.hd_title .title,.hd_title1 .title {
    font-size: 34px;
    color: #000;
    line-height: 40px;
}
.hd_title .more,.hd_title1 .more {
    font-size: 14px;
    color: #282828;
    margin-top: 20px;
}
.hd_title .more a,.hd_title1 .more a {
    font-size: 14px;
    color: #666;
}

.hd_title .title_en,.hd_title1 .title_en {
    padding-right: 18px;
    z-index: 2;
}
.hd_title .line,.hd_title1 .line {
    flex: 1;
    height: 1px;
    background: #ababab;
    z-index: 1;
    margin-top: 3px;
}

.part1_con,.part2_con {
    width: 100%;
}

.part3_con{
    /*width: 1804px;*/
    /*height: 566px;*/
    /*background: rgba(255,255,255,0.95);*/
    /*clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);*/
    padding: 34px 0 73px;
    /*margin-left: auto;*/
}

.news_con {
    height: 403px;
    display: flex;
    justify-content: space-between;
}
.news_pic {
    width: 790px;
    height: 403px;
}
.news_pic ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news_pic ul li {
    position: relative;
    width: 380px;
}
.news_pic ul li .pic {
    width: 380px;
    height: 260px;
    overflow: hidden;
}
.news_pic ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.news_pic ul li:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news_pic ul li .date {
    position: absolute;
    left: 30px;
    top: 220px;
    width: 63px;
    height: 61px;
    background: #e69b18;
}
.news_pic ul li .date span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.news_pic ul li .date span.d1 {
    font-family: "Times New Roman";
    font-size: 32px;
    line-height: 36px;
}
.news_pic ul li .title_con {
    width: 380px;
    height: 108px;
    border: 1px solid #e4e2e2;
}
.news_pic ul li .title_con .title {
    font-size: 18px;
    color: #323232;
    padding: 24px 28px 6px;
}
.news_pic ul li .title_con .line {
    width: 34px;
    height: 2px;
    background: #e69b18;
    margin-left: 28px;
}

.news_list {
    position: relative;
    width: 490px;
}
.news_list ul {
    width: 100%;
}
.news_list ul li {
    position: relative;
    padding-top: 0px;
    height: 64px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 12px;
}
.news_list ul li:last-child{
    margin-bottom: 0;
}
.news_list ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_list ul li .date {
    width: 48px;
    height: 56px;
    margin-right: 18px;
}
.news_list ul li .date span {
    display: block;
    width: 100%;
    text-align: center;
   
    color: #333;
}
.news_list ul li .date span.d1 {
    font-size: 24px;
    line-height: 34px;
}
.news_list ul li .date span.d2 {
    font-size: 12px;
}

.news_list ul li .title {
    font-size: 18px;
   
    line-height: 24px;
    flex: 1;
}

.news_list ul li span.line{
    display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #232b6c;
    z-index: 999;
    transition: 0.6s;
}
.news_list ul li:hover span.line{
    width: 100%;
}

.notice_con ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 396px);
    gap: 20px;
    justify-content: space-between; /* 让两端贴边 */
    width: 100%;
    padding: 0;
}
.notice_con ul li {
    width: 396px;
    margin-bottom: 20px;
}
.notice_con ul li {
    height: 101px;
    background: url(../images/tzgg_title_bg.png) no-repeat;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
}
.notice_con ul li:hover{
	transition: 0.6s all;
	box-shadow: 0px 0px 4px 6px rgba(4, 0, 0, 0.1);
}
.notice_con ul li a{
    width: 98%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice_con ul li .date {
    width: 73px;
    margin: 0 10px;

}
.notice_con ul li .date span {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
}
.notice_con ul li .date span.d1 {
    font-size: 24px;
    background: #000a63;
    color: #fff;
}
.notice_con ul li .date span.d2 {
    color: #000a63;
    font-size: 14px;
    background: #e2e0de;
    height: 27px;
    line-height: 27px;
}

.notice_con ul li .title {
    font-size: 18px;
    line-height: 24px;
    color: #313131;
    flex: 1;
    margin-right: 8px;
}

.banner2_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xsjl{
    width: 644px;
    padding-left: 18px;
}
.xsjl ul li {
    width: 640px;
    height: 127px;
    background: #fff;
    margin-bottom: 12px;
    border-left: 3px solid #e69b18;
    padding: 16px 20px 0;
}
.xsjl ul li:hover{
    transition: 0.6s all;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
}
.xsjl ul li a{
    display: flex;
    justify-content: space-between;
}
.xsjl ul li .xshd-title{
    flex: 1;
    margin-right: 20px;
}
.xsjl ul li .title {
    font-size: 18px;
   
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}
.xsjl ul li p {
    height: 34px;
    line-height: 34px;
    text-indent: 2em;
    font-size: 16px;
   
    color: #333;
}
.xshd-img{
    width: 134px;
    height: 100px;
    overflow: hidden;

}
.xshd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.xshd-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.gzzd{
    width: 633px;
    padding-left: 10px;
}
.gzzd .yjsjy_list {
    padding: 0 20px 0 25px;
}
.gzzd .yjsjy_list ul {
    display: block;
    border-left: 1px solid #c6c6c6;
}
.gzzd .yjsjy_list ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 36px;
}
.gzzd .yjsjy_list ul li .title {
    font-size: 18px;
   
    color: #333;
}
.gzzd .yjsjy_list ul li span.date {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
   
    color: #333;
}
.gzzd .yjsjy_list ul li .circle {
    position: absolute;
    left: -5px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #c6c6c6;
}


.gzzd .yjsjy_list ul li:hover .circle{
    background: #e69b18;
}

.yjcg{
    width: 100%;
}
.tempWrap{
    width: 100%;
}
.item{
    width: 100%;
}
.itemZz{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.item_pic{
    width: 830px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.item_pic a{
    position: relative;
    width: 401px;
    height: 348px;
    background: #fff;
    margin-right: 30px;
    padding: 20px;
}
.item_pic .pic {
    width: 362px;
    height: 242px;
    overflow: hidden;
}
.item_pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: 100% 100%;
    webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.item_pic a:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item_pic .date {
    position: absolute;
    left: 40px;
    top: -10px;
    width: 72px;
    height: 60px;
    background: url(../images/icon7.png) no-repeat;
    z-index: 8;
}
.item_pic .date span {
    display: block;
    width: 62px;
   
    color: #fff;
    text-align: center;
}
.item_pic .date span.d1 {
    font-size: 24px;
}
.item_pic .date span.d2 {
    font-size: 12px;
}
.item_pic .line {
    width: 40px;
    height: 2px;
    background: #e69b18;
    margin-top: 4px;
}
.item_pic .title {
    font-size: 18px;
    color: #333;
    padding-top: 12px;
    line-height: 26px;
}



.item_list{
    width: 422px;
}

.item_list a {
    display: block;
    position: relative;
   height:90px;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 15px;
   
}
.item_list a .date {
    font-size: 14px;
    color: #999;
    padding-left: 28px;
    background: url(../images/time.png) no-repeat left center;
}
.item_list a .title {
    padding-left: 28px;
    background: url(../images/icon11.png) no-repeat 0 10px;
    font-size: 18px;
}
.item_list a span.line {
    display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #232b6c;
    z-index: 999;
    transition: 0.6s;
}
.item_list a:hover span.line{
    width: 100%;
}

.yqsb-list{
    width: 100%;
}

.img-lunbo{
    width: 100%;
    margin: 50px auto 0;
}
.img-lunbo a{
    width: 306px;
    height: 274px;
    position: relative;
}
.img-top{
    width: 298px;
    height: 209px;
    overflow: hidden;
}
.img-top:after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 298px;
    height: 209px;
    background: rgba(24,124,246,0.2);
    z-index: -1;
}
.img-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-bottom{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4e4e4e;
    font-size: 16px;
}


.imgs-btn{
    width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.imgs-btn a{
    width: 169px;
    text-align: center;
    font-size: 24px;
    color: #000a62;
}
.imgs-btn a:hover{
    color: #e69b18;
}
.imgs-box{
    width: 169px;
    height: 169px;
    border: 2px solid #7b80ac;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.bottom{
    width: 100%;
    min-width: 1330px;
    padding: 26px 0;
    background: #000a62;
}

.bottom-box{
    width: 1330px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
   
}
.ft_link {
    position: relative;
    width: 480px;
    padding-left: 40px;
}
.ft_link:after{
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #fff;
}
.ft_link .ft_link_hd{
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.ft_link .ft_link_bd{
    display: flex;
    flex-wrap: wrap;
}
.ft_link .ft_link_bd a{
    display: block;
    width: 210px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}
.ft_link .ft_link_bd a:hover{
    text-decoration: underline;
}


.bottom-right{
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
    line-height:2;
   padding-left: 121px;
}
.bottom-right img{
    margin-bottom: 26px;
}



.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:#474e8a;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 150px;
    background: #474e8a;
    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(71,78,138,1);
    border-bottom: 1px solid #dcdcdc;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px rgba(71,78,138,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #fff;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #000;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
    margin:0;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #474e8a;
    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%;  border-bottom:1px #dadada dashed; line-height:40px;}
.newslist ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newslist ul li .mobile-tit{ }
.newslist ul li .list-time{width:100px;  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;
    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%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.piclist a{
    width: 292px;
    background: #f5f5f5;
    height: 240px;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}
.piclist a:nth-child(3n) {
    margin-right: 0;
}
.piclist a .pic-img,.piclist a .pic-img1{
    width: 292px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}
.piclist a .pic-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;
}
.piclist a .pic-img1 img{
    width: 50%;
    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 a .pic-img:hover img,.piclist a .pic-img1:hover img{
    transform: scale(1.1);
}

.piclist a .piclist-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 40px;
}