*{
        margin: 0 auto;
        padding: 0 0;}
    a {
        text-decoration: none;
        color: inherit;
        cursor: pointer;}
    .mian-body{
        /*background: url("xgt.png") no-repeat;*/
        background-size:100% auto;
        min-width: 1300px;
        height: auto;}
    .head-box{
        background:#1762B1;
        width: 100%;
        height: 200px;}
    .head-body{
        width: 1200px;
        height: 200px;}
    .logo{
        background:url("../img/logo.png") no-repeat;
        background-size: auto 60px;
        background-position:left bottom;
        padding-top: 40px;
        height: 60px;}
    .menu{
        padding-top:45px;
        line-height: 50px;
        color: #ffffff;
        font-size: 20px;}
    .menu-ul{
        text-align: center;
        display: flex;
        float: right;}
    .menu-1{
        width: 130px;
         margin: 0 5px;
        display: inline-block;}
    .bananer{
        width: 100%;
        height: 640px;}
    .bananer-footer{
        background: url("../img/lbdb.png");
        background-size: 100% 100%;
        width: 100%;
        height: 80px;
    }
    .tzxw-box{
        background: url("../img/tzxwbk.jpg") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 860px;
    }
    .tzxw-body{
        width: 1200px;
        height: 780px;
        padding: 40px 0;
    }
    .tz,.xw{
        display: inline-block;
        float: left;
        width: 570px;
        padding: 15px;
    }
    .tzxw-h{
        height: 40px;
        border-bottom: 1px solid #287bd2;

    }
    .h-i-l,.h-tz,.h-gd,.h-i-r{
        display: inline-block;
        float: left;
        height: 40px;
        line-height: 40px;
        transition: all 0.5s;
        
    }
    .h-gd:hover{
        color: #1762B1;
    }
    .h-i-l{
        width: 30px;
        height: 30px;
        margin-top: 5px;
        background: url("../img/tz-i.png") no-repeat;
        background-size: 100% 100%;
    }
    .h-i-r{
        width: 14px;
        height: 20px;
        margin: 10px 0 0 5px;
        background: url("../img/tz-ii.png") no-repeat;
        background-size: 100% 100%;
    }
    .h-tz{
        font-size: 28px;
        width: 470px;
        padding-left: 5px;
        font-weight: bolder;
    }
    .h-i-r{
        padding-left: 5px;
    }
    .tz-c,.xw-c{
        padding-top: 45px;
    }
    .tz-c-li{
        margin-bottom: 40px;
        height: 115px;
        transition: all 0.5s;
        box-shadow: 2px -2px 20px 10px rgba(0,0,0,0.05);
    }
    .tz-c-li:hover{
        color: #1762B1;
        box-shadow:  2px -2px 15px 10px rgba(0,0,0,0.10);
    }
    .tz-c-li-time{
        display: inline-block;
        float: left;
        width: 100px;
        height: 115px;
    }
    .tz-c-t-y{
        background: #287bd2;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        text-align: center;
    }
    .tz-c-t-d{
        background: #95c8fd;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
        text-align: center;
    }
    .tz-c-con{
        display: inline-block;
        float: left;
        width: 410px;
        height: 80px;
        font-size: 22px;
        padding: 25px 10px 10px 40px;
    }
    .xw-c-li{
        height: 150px;
        margin-bottom: 65px;
        transition: all 0.5s;
        box-shadow: 2px -2px 20px 10px rgba(0,0,0,0.05);
    }
    .xw-c-li:hover{
        color: #1762B1;
        box-shadow: 2px -2px 20px 10px rgba(0,0,0,0.1);
    }
    .xw-c-li:hover img{
        transform: scale(1.2);
    }
    .xw-c-li-img{
        display: inline-block;
        float: left;
        width: 200px;
        height: 150px;
        overflow: hidden;
    }
    .xw-c-li-img>img{
        transition: all 0.5s;
        width: 200px;
        height: 150px;
    }
    .xw-c-li-r{
        display: inline-block;
        float: left;
        width: 330px;
        padding: 25px 0 25px 15px;
    }
    .xw-c-con{
        font-size: 22px;
        height: 75px;
    }
    .xw-c-con-t{
        font-size: 20px;
    }
    .xsfc-box{
        background: url("../img/ssfcbk.jpg") no-repeat;
        background-size: 100% 100%;
        height: 1340px;
    }
    .xsfc-body{
        width: 1200px;
    }
    .ssfc-h{
        background: url("../img/ssfc.png") no-repeat;
        background-position: center;
        height: 110px;
        line-height: 110px;
        color: #ffffff;
        font-weight: bolder;
        text-align: center;
        font-size: 50px;
    }
    .ssfc-c{
        padding: 65px 0;
    }
    .ssfc-c-box{
        display: inline-block;
        float: left;
        margin: 5px 10px 40px 10px;
        width: 380px;
        height: 490px;
        position: relative; 
        overflow: hidden;
        transition: all 0.5s;
    }
    .ssfc-c-box:hover img{
        transform: scale(1.2);
    }
    .ssfc-c-img{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 380px;
        height: 490px;
        overflow: hidden;
        display: flex;  
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }
    .ssfc-c-img>img{
        transition: all 0.5s;
    }
    .ssfc-c-time{
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 80px;
        width: 100%;
        text-align: center;
        line-height: 80px;
        font-size: 22px;
        color: #ffffff;
        background: linear-gradient(to bottom , rgba(0,0,0,0), rgba(0,0,0,0.5)); 
    }
    .footer-box{
        background: url("../img/footbg.png") no-repeat;
        background-size: 100% 100%;
        border-top: 5px solid #ffffff;
        width: 100%;
        height: 400px;
        color: #ffffff;
        font-size: 24px;
        line-height: 40px;
        
    }
    .footer-body{
        width: 1200px;
    }
    .foot-t{
        display: inline-block;
        width: 860px;
        padding: 140px 100px 0 0;
        float: left;
    }
    .foot-img{
        background: url("../img/ewm.jpg") no-repeat;
        background-size: 90% 90%;
        /*border: 1px solid #ffffff;*/
        background-color: #ffffff;
        background-position: center;
        display: inline-block;
        width: 200px;
        height: 200px;
        float: left;
        margin: 120px 0 0 30px;
    }
    /*list页*/
    .list-bananer{
        background: url("../img/h.jpg") no-repeat;
        background-size: 100% 100%;
        height: 420px;
    }
    .list-box{
        background:url("../img/tzxwbk.jpg") no-repeat;
        background-size: 100% auto;
        background-position: left bottom;
        min-height: 600px;
        width: 100%;
    }
    .list-body{
        width: 1200px;
        padding: 50px 0;}
    .list-body::after {  
        content: "";  
        display: table;  
        clear: both;}
    .list-mune{
        display: inline-block;
        float: left;
        width: 200px;
        height: 450px;}
    .list-li,.con{
        display: inline-block;
        padding: 20px;
        float: left;
        width: 940px;
        height: auto;
        margin-left: 20px;}
    .list-mune-h{
        height: 65px;
        border-bottom: 5px solid #ffffff;
        line-height: 65px;
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        background: #1762B1;
    }
    .list-mune-li{
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #ffffff;
        background: rgba(23, 98, 177,0.2);
        transition-duration: 0.5s;
    }
    .list-mune-li:hover{
        color: #ffffff;
        background: rgba(23, 98, 177,0.5);
    }
    .list-li-t{transition-duration: 0.5s;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }
    .list-li-t>span{
        float: right;
    }
    .list-li-t:hover{
        color: #1762B1;
    }
	.xsfc-box{
position: relative;}
.transparent-button {  
    background-color: transparent; /* 设置按钮背景为透明 */  
    border: none; /* 移除按钮边框 */  
    color: #9f9f9f; /* 设置按钮文字颜色 */  
    cursor: pointer; /* 鼠标悬停时显示为小手图标 */  
    padding: 0px 65px; /* 根据需要设置内边距 */  
    font-size: 40px; /* 设置字体大小 */  
    transition: all 0.5s;
    outline: none;}
.blt{
        position: absolute;
        top: 180px;
        left: 0px;
        width: 150px;
        height: 1030px;
        line-height: 1030px;
        overflow: hidden;
        display: flex;}
.bgt{
        position: absolute;
        top: 180px;
        right: 0px;
        width: 150px;
        height: 1030px;
        line-height: 1030px;
        overflow: hidden;
        display: flex;}
.transparent-button:hover{
color:#fff;
box-shadow: 2px -2px 20px 10px rgba(0,0,0,0.2);}
/*新闻列表*/
    .list-box1{
        background:url(../img/tzgg.jpg);
        height: 1500px;
        width: 100%;}
    .list-bananer1{
        background: url(../img/list1.jpg) no-repeat;
        background-size: 100% 100%;
        height: 420px;}
    .xw-li-box{
        margin-bottom: 20px;
        transition: all 0.5s;
        background: url(../img/7.png) no-repeat;
        background-size: 100% 100%;
        width: 880px;
        height: 180px;
        padding: 30px;}
    .xw-li-box-img{
        width: 260px;
        height: 180px;
        float: left;
        overflow: hidden;}
    .xw-li-box-img>img{
        width: 100%;
        height: 100%;}
    .xw-li-box-con-box{
        position: relative; 
        width: 600px;
        height: 180px;
        padding-left: 20px;
        float: left;}
    .xw-li-box-con-time-box{
        position: relative; 
        font-family: "Times New Roman";
        display: inline-block;
        width: 60px;
        height: 80px;}
    .time-t-l{
        position: absolute;
        top:0;
        left: 0;
        display: inline-block;
        width: 15px;
        height: 35px;
        border-top:2px solid #C58300;
        border-left:2px solid #C58300;}
    .time-t-r{
        position: absolute;
        bottom:0;
        right: 0;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-bottom:1px solid #009DFF;
        border-right:1px solid #009DFF;}
    .time-ri{
        text-align: center;
        height: 50px;
        font-size: 40px;
        border-bottom: 1px solid #81A57F;}
    .time-ny{
        text-align: center;
        color: #81A57F;
        padding: 5px 0;}
    .xw-con-title{
        transition: all 0.5s;
        padding: 10px 0;
        font-size: 20px;
        border-bottom: 1px solid #81A57F;}
    .xw-con-text{
        padding: 10px 0;
        color: #6F6F6F;}
    .p{
        display: inline-block;
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius:2.5px;
        top: 124px;
        left: 20px;
        background: #1762b1;
        transition: all 0.5s;}
    .xw-li-box:hover{
        box-shadow: 2px 2px 20px 10px rgba(0,0,0,0.1);}
    .xw-li-box:hover .xw-con-title{
        color: #1762b1;
        font-weight: bolder;}
    .xw-li-box:hover .p{
        left: 300px;}
        .slideanim{visibility:hidden;}
    .slide {
      /* the name of the animation */
      animation-name: slide;
      -webkit-animation-name: slide;
      /* the duration of the animation */
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      /* make the element visible */
      visibility: visible;}
    /* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
    @keyframes slide {
      0% {
        opacity: 0;
        -webkit-transform: translateY(70%);}
      100% {
        opacity: 1;
        -webkit-transform: translateY(0%);}
    }
    @-webkit-keyframes slide {
      0% {
        opacity: 0;
        -webkit-transform: translateY(70%);}
      100% {
        opacity: 1;
        -webkit-transform: translateY(0%);}
    }
    /*-- /slide animations --*/