*{
    box-sizing: border-box;
}
body{
    font-size: 14px;
    background: #01215a;
    margin:0px;
    padding:0px;
}
a,a:hover{
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
.hidden{
    display: none;
}
.mr-20{
    margin-right: 20px;
}
.container {
    height: 100vh;
    display:flex;
    flex-direction:column;
}

.this_topa{
    width:100%;
}
.tjxf-site {
    flex: 1;
    position: relative;
    width: 100%;
    background: url(../../../images/2024/11/home-bg.jpg) bottom center;
    background-size: cover;
}
.tjxf-site-main{
    width: 1300px;
    margin: 0 auto;
}
.tjxf-header{
    width: 1300px;
    margin: 0 auto;
    padding: 30px 25px;
}
.tjxf-header .logo{
    display: flex;
}
.tjxf-header .nav{
    display: flex;
    align-items: center;
    padding: 20px 0 20px 70px;    
}
.tjxf-header .nav li{
    display: flex;
    height: 44px;
    margin-right: 45px; 
}
.tjxf-header .nav a{
    color: #fff;
    height: 100%;
    font-size: 18px;
    position: relative;    
}
.tjxf-header .nav a:hover{
    color: #47d8f6;
}
.tjxf-header .nav .active a{
    border-bottom: 2px solid #47d8f6;
}
.tjxf-site-menu{
    display: flex;
    justify-content: space-between;
    min-height: 500px;
    margin: 0 30px;
}
.tjxf-site-menu .con-m{
    flex-shrink: 0;
    width: 382px;
}
.tjxf-site-menu .center-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 382px;
}
.tjxf-site-menu .center-box-con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
    .tjxf-site-menu .center-box-con .txt {
        margin-bottom: 15px;
        width: 220px;
        height: 124px;
        background: url(../../../images/2024/11/center-txt.png) no-repeat;
        background-size: contain;
    }
    .tjxf-site-menu .con-m .ring {
        position: absolute;
        top: 0;
        right: 0;
        width: 382px;
        height: 382px;
        background: url(../../../images/2024/11/ring.png) no-repeat;
        background-size: contain;
        animation: rotate 10s linear infinite;
    }
@keyframes rotate {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
.tjxf-site-menu .item {
    padding: 27px 0;
    width: 402px;
    height: 135px;
    margin: 60px 0;    
}
.tjxf-site-menu .item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 90px 10px;
    margin: 0;
    color: #fff;
    transition: all .5s;    
}
    .tjxf-site-menu .item a {
        background: url(../../../images/2024/11/menu-bg-l.png) no-repeat center;
        background-size: 95%;
    }
        .tjxf-site-menu .item a:hover {
            margin: 0 0 0 10px;
            background: url(../../../images/2024/11/menu-bgon-l.png) no-repeat center;
            background-size: 95%;
        }
.tjxf-site-menu .con-m .item {
    margin: 25px 0;
}
    .tjxf-site-menu .con-m .item a:hover {
        margin: -10px 0 0 0;
    }
.tjxf-site-menu .con-r .item a {
    background: url(../../../images/2024/11/menu-bg-r.png) no-repeat center;
    background-size: 95%;
}
    .tjxf-site-menu .con-r .item a:hover {
        margin: 0 0 0 -10px;
        background: url(../../../images/2024/11/menu-bgon-r.png) no-repeat center;
        background-size: 95%;
    }
.tjxf-site-menu .item h4{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: 600;
}
.tjxf-site-menu .item i{
    margin: 0 20px 0 0;
    width: 44px;
    height: 44px;
}
.tjxf-site-menu .item .icon01 {
    background: url(../../../images/2024/11/icon01.png) no-repeat center;
}
.tjxf-site-menu .item .icon02 {
    background: url(../../../images/2024/11/icon02.png) no-repeat center;
}
.tjxf-site-menu .item .icon03 {
    background: url(../../../images/2024/11/icon03.png) no-repeat center;
}
.tjxf-site-menu .item .icon04 {
    background: url(../../../images/2024/11/icon04.png) no-repeat center;
}
.tjxf-site-menu .item .icon05 {
    background: url(../../../images/2024/11/icon05.png) no-repeat center;
}
.tjxf-footer{
    padding: 28px 0 12px;   
    color: #e6f5ff;
    font-family: Arial, Helvetica, sans-serif; 
}
.tjxf-footer p{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}
.tjxf-footer p span{
    padding: 0 12px;
}
.tjxf-footer a{
    padding: 0 12px;
    color: #e6f5ff;
}
.tjxf-footer a:hover{
    color: #47d8f6;
}
