body {
    /*background-color: #F4F4F4;*/
}

.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.child-banner {
    position: relative;
    display: flex;
    justify-content: center;
    height: 360px;
    margin-top: 10px;
}

.child-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
}

.banner-box .banner-text {
    width: 500px;
    position: relative;
    top: 42%;
    left: 3%;
    user-select: none;
    color: white;
}

.banner-box .banner-text h2 {
    font-size: xx-large;
    font-weight: 300;
    color: #777777FF;
}

.banner-box .banner-text h1 {
    font-size: 36px;
    font-weight: 400;
    color: #1E252AFF;
}

.report-content-title {
    text-align: center;
    margin: 35px 0;
}

.report-content {
    width: 100%;
    height: 410px;
}

.report-box-zoom:hover .report-box{
    margin: 5px 5px 10px 5px;
    width: 290px;
    height: 375px;
}

.report-box {
    margin: 15px 15px 15px 15px;
    width: 270px;
    height: 360px;
    float: left;
    background-image: url(../images/bgyl.png);
    background-size: cover;
    box-shadow: 0px 0px 10px 1px #cfcfcf;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.report-box img {
    margin-top: 20px;
    width: 100px;
    height: 100px;
}

.report-box h3 {
    width: 230px;
    text-align: center;
    height: 120px;
}

.report-box a {
    border: 1px solid #0d76ef;
    padding: 5px 25px;
    border-radius: 25px;
    color: #0d76ef;
    margin-bottom: 30px;
    cursor: pointer;
}


.word-content {
    position: relative;
    display: flex;
    justify-content: center;
    height: 555px;
}

.word-content-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.word-content-box {
    width: 100%;
    /*height: 500px;*/
    margin: auto;
    position: absolute;
    /*padding-top: 25px;*/

}

.docItem {
    border-top: 2px solid #0d76ef;
    background-color: white;
    margin: 0px 10px 20px;
    width: 30%;
    height: 200px;
    float: left;
    position: relative;
    box-shadow: 0px 0 5px 1px #bdbdbd;
    overflow: hidden;
}

.docItem h4 {
    height: 40px;
    padding: 15px;
    color: #424E61FF;
    font-size: 15px;
}

.docItem img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 平滑过渡动画 */
    transform-origin: center center; /* 从中心放大 */
}

.docItem a {
    padding: 8px 20px 5px 20px;
    line-height: 22px;
    border: 0;
    color: #4c91ef;
    position: absolute;
    font-size: 15px;
    border-radius: 3px;
    bottom: 10px;
    right: 25px;
    background-color: white;
    cursor: pointer;
}
.docItem a:hover {
    color:white;
    background-color:  #4c91ef;
}

.docItem:hover img {
    transform: scale(1.15); /* 放大15%，可调整数值 */
}

/*.docItem::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, transparent 100%);*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.docItem:hover::after {*/
/*    opacity: 1;*/
/*}*/

/* 定位导航样式 */
.box{
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    margin-top:30px;
}

.box-left-fixed{
    position: fixed;
    width:180px;
    top: 400px;
}
.box-right{
    width:calc(100% - 200px);
    margin-left:180px;
    float:right;
    min-height: 400px;
}
.layui-tab-title{
    float: left;
    height: inherit;
    border: 0;
    width: 170px;
    box-shadow: 0px 0px 5px 0px rgb(80 134 184 / 21%);
    border-radius: 8px;
}
.layui-tab-title li{
    line-height: 50px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    -webkit-transition: color .3s linear, background-color .3s linear, background .3s linear;
    vertical-align: middle;
    transition: all .2s;
    position: relative;
    min-width: 65px;
    text-align: center;
    cursor: pointer;
}
.layui-tab-title a{
    display: inline-block;
    width:100%;
    height:100%;
}
.layui-tab-title .layui-this, .layui-tab-title li:hover {
    background: linear-gradient( 144deg, #D6E8FF 0%, #ECF4FF 100%);
    color:#0A6EF2;
}
.layui-tab-title .layui-this, .layui-tab-title li:hover a{
    color:#0A6EF2;
}
.layui-tab-title .layui-this a{
    color:#0A6EF2;
}
.layui-tab-title li:first-child {
    border-radius: 8px 8px 0 0 ;
}
.layui-tab-title li:last-child {
    border-radius: 0 0 8px 8px ;
}


.box-top{

}
.box-top ul{
    display: flex;
    border-bottom:1px solid #D7D7D7;
}
.box-top li a{display: inline-block;width:100%;height:100%;padding:8px 40px;font-size:18px;}


.box-top li:hover{
    background:linear-gradient( 144deg, #D6E8FF 0%, #ECF4FF 100%);
    border-radius: 8px 8px 0px 0px;
}
.box-top li:hover a{color:#0A6EF2;}

.box-top .top-selected{
    background: rgba(10, 110, 242, 1) !important;
    border-radius: 8px 8px 0px 0px;
}
.box-top .top-selected a{
    color:#FFF !important;
}