
.more_nav{
    width: 90%;
    height: 42px;
    display: flex;
    margin: 0 auto;
    padding-left: 30%;
}
.more_nav span{
    line-height: 42px;  
}
.more_nav span:nth-child(-n+2){
    margin-right: 45px
}
.more_banner{
    height: 240px;
    margin-bottom: 90px;
    width: 100%;
    overflow: hidden;
}
.more_banner img{
    height: 240px;
    width: 100%;
    position: absolute;
}
.more_banner_text{
    position: relative;
    top: 50%;
    left: 70%;
}

.more_tzzgx{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.more_tzzgx_title{
    margin: 60px 0px;
}

.more_tzzgx_content1{
    width: 80%;
    margin: 45px 0 47px 0;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    position:relative;
}
.btn_more{
   position:absolute;
   padding:0px 30px;
   height: 35px;
   text-align: center;
   line-height: 35px;
   background: #2D77FD;
   color: #FFFFFF !important;
   border-radius: 8px;
   font-size:14px;
  }
.btn_more1{
	bottom:-20px;
    right:0px;
}
.btn_more2{
	bottom:-50px;
    right:0px;
}
.btn_more3{
	bottom:-60px;
    right:0px;
}
.more_tzzgx_content1_box{
    width: 48%;
    height: 100px;
    color: #262626;
    padding:20px 30px;
    text-decoration:underline;
    margin-bottom: 28px;
    background:url(../img/more_background.png);
    border:1px dashed #E6E6E6;
    line-height: 30px;
}
.box_text:hover{
    cursor:pointer;
}
.more_tzzgx_content2{
    width: 80%;
    margin: 25px auto 60px auto;
    position:relative;
}
.more_tzzgx_content2_box{
    margin-top: 20px;
    height: 88px;
    background: #F4F4F4;
    border-radius: 8px;
    color: #262626 ;
    text-align: center;
    line-height: 88px;
}
.more_tzzgx_content2_box:hover{
    color: #2D77FD ;
    cursor:pointer;
}
.more_tzzgx_content3{
    width: 80%;
    margin: 45px  0 60px  0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height:280px;
     position:relative;
}
.more_tzzgx_content3_item{
    width: 32%;
    border-radius: 8px;
}
.more_tzzgx_content3_item:hover{
    cursor:pointer;
}
.more_tzzgx_content3_item img{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    display: block;
    width: 100%;
    height:200px;
}
.more_tzzgx_content3_text{
    width: 100%;
    background-color: #F4F4F4;
    padding: 25px;
    height: 90px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    color: #262626 !important;
    text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
    overflow : hidden; /*超出要隐藏*/
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.more_zlk{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.more_zlk_title{
    margin-bottom: 60px;
}
.more_zlk_content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.more_zlk_content_item{
    width: 48%;
    margin-bottom: 70px;
}

.more_zlk_img img{
	width:100%;
    display: block;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    
    
}
.more_zlk_content_text{
    background-color: #F4F4F4;
    text-align: center;
    padding: 20px 30px;
    line-height: 30px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    color: #282938 !important;
    font-weight: bold !important;
}
.more_zlk_img{
	width:100%;
	height:300px;
	display:flex;
	justify-content: center;
	align-items: center;
	
}
/* 点击激活样式 */
.header_active{
    color: #005DFF !important;
    position: relative;
}
.header_active::after{
    content: '';
    position: absolute;
    left: 33%;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #2D77FD;
}
.linestyle{
    position: relative;
}
.linestyle::after{
    content: '';
    position: absolute;
    left: 15%;
    bottom: -17px;
    right: 0;
    height: 4px;
    width: 80px;
   background-color: #2D77FD;
}
.more_tzzgx_smalltitle{
    font-size: 20px;
}

.linestyle1{
    position: relative;
}
.linestyle1::after{
    content: '';
    position: absolute;
    left: 15%;
    bottom: -17px;
    right: 0;
    height: 4px;
    width: 50px;
    border-radius: 3px;
    background-color: #2D77FD;
}
.more_zlk_xz{
    display: none;
}
@media screen and (min-width:401px) and (max-width:550px){
    .title{
        right: 5% !important;
    }
    .more_tzzgx{
        background-color: #F4F4F4;
        margin-top: 1px;
        padding-top:40px;
    }
    .more_tzzgx_title{
        margin: 0 auto 60px auto;
        
    }
    #box0{
        background-color: #F4F4F4;
    }
    .more_tzzgx_content1{
        width: 90%;
        margin: 30px 0 30px 0;
        display: flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .more_tzzgx_content1_box{
        width: 100%;
        height: auto;
        color: #666666;
        border-radius: 4px;
        border:1px solid #FFFFFF;
        padding:20px;
        font-size: 14px;
        text-decoration:underline;
        margin-bottom: 10px;
        background:none;
        background-color: #FFFFFF;
        line-height: 20px;
    }
    .mobile_ques{
        width: 100%;
        height: 78px;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .more_tzzgx_content2{
        width: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding-bottom: 10px;
    }
    .more_tzzgx_content2_box{
        width: 90%;
        margin: 0 auto;
        height: 74px;
        background: #F4F4F4;
        border-radius: 4px;
        font-size: 14px;
        color: #666666 ;
        text-align: center;
        padding: 8px 30px;
        line-height: 30px;
    }
    .more_tzzgx_content3{
        width: 100%;
        margin: 0 auto;
        display: block;
        background-color: #FFFFFF;
        padding-bottom: 10px;
        flex-wrap: wrap;
        height:auto;
    }
    .more_tzzgx_content3_item{
        padding: 0 5%;
        width: 100%;
        height:88px;
        border-radius:4px;
        margin-bottom: 20px;
    }
    .more_tzzgx_content3_item a{
        display: flex;
        justify-content:space-between;
    }
    .more_tzzgx_content3_item img{
        border-radius:4px;
        display: block;
        height:88px;
        width: 41%;
    }
    .more_tzzgx_content3_text{
        width: 54%;
        background-color: #FFFFFF;
        padding: 0;
        height: 88px;
        border-radius: 0;
        color: #262626 !important;
        text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
        overflow : hidden; /*超出要隐藏*/
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        position: relative;
    }
    .more_tzzgx_content3_text p:nth-child(2){
        position: absolute;
        bottom: 0;
        font-size: 12px;
        color: #666666;
        font-weight: normal;
    }
    .more_content{
        display: block !important;
    }
    .more_zlk{
        background-color: #FFFFFF;
    }
    .more_zlk_title{
        margin: 10px 0 60px 0;
    }
    .more_zlk_content{
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .more_zlk_content_item{
        width: 48%;
        height: 92px;
        margin-bottom: 70px;
    }
    .more_zlk_img{
        height: 92px;
    }
    .more_zlk_content_item video{
        height: 92px;
    }
    .more_zlk_content_text{
        font-size: 14px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .more_zlk_content_text img{
        width: 14px;
        display: block !important;
        height: 14px;
    }
    .mobile_nav{
        display: block !important;
    }
    .mobile_hide{
        display: none !important;
    }
    .sec_nav {
        width: 100%;
        margin-left: 0px;
        height: 40px;
    }
    .more_zlk_xz{
        position:absolute;
        display: block;
        right:10px;
        bottom: 20px;
    }
} 
@media screen and (max-width:400px){
    .title{
        right: 5% !important;
    }
    .more_tzzgx{
        background-color: #F4F4F4;
        margin-top: 1px;
        padding-top:40px;
    }
    .more_tzzgx_title{
        margin: 0 auto 30px auto;
    }
    #box0{
        background-color: #F4F4F4;
    }
    .more_tzzgx_content1{
        width: 90%;
        margin: 30px 0 30px 0;
        display: flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .more_tzzgx_content1_box{
        width: 100%;
        height: auto;
        color: #666666;
        border-radius: 4px;
        border:1px solid #FFFFFF;
        padding:20px;
        font-size: 14px;
        text-decoration:underline;
        margin-bottom: 10px;
        background:none;
        background-color: #FFFFFF;
        line-height: 20px;
    }
    .mobile_ques{
        width: 100%;
        height: 78px;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .more_tzzgx_content2{
        width: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding-bottom: 10px;
    }
    .more_tzzgx_content2_box{
        width: 90%;
        margin: 10px auto;
        height: 74px;
        background: #F4F4F4;
        border-radius: 4px;
        font-size: 14px;
        color: #666666 ;
        text-align: center;
        padding: 8px 30px;
        line-height: 30px;
    }
    .more_tzzgx_content3{
        width: 100%;
        margin: 0 auto;
        display: block;
        background-color: #FFFFFF;
        padding-bottom: 10px;
        flex-wrap: wrap;
        height:auto;
    }
    .more_tzzgx_content3_item{
        padding: 0 5%;
        width: 100%;
        height:88px;
        border-radius:4px;
        margin-bottom: 20px;
    }
    .more_tzzgx_content3_item a{
        display: flex;
        justify-content:space-between;
    }
    .more_tzzgx_content3_item img{
        border-radius:4px;
        display: block;
        height:88px;
        width: 41%;
    }
    .more_tzzgx_content3_text{
        width: 54%;
        background-color: #FFFFFF;
        padding: 0;
        height: 88px;
        border-radius: 0;
        color: #262626 !important;
        text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
        overflow : hidden; /*超出要隐藏*/
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        position: relative;
    }
    .more_tzzgx_content3_text p:nth-child(2){
        position: absolute;
        bottom: 0;
        font-size: 12px;
        color: #666666;
        font-weight: normal;
    }
    .more_content{
        display: block !important;
    }
    .more_zlk{
        background-color: #FFFFFF;
    }
    .more_zlk_title{
        margin: 10px 0 60px 0;
    }
    .more_zlk_content{
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .more_zlk_content_item{
        width: 48%;
        height: 92px;
        margin-bottom: 70px;
    }
    .more_zlk_img{
        height: 92px;
    }
    .more_zlk_content_item video{
        height: 92px;
    }
    .more_zlk_content_text{
        font-size: 14px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .more_zlk_xz{
        position:absolute;
        display: block;
        right:10px;
        bottom: 20px;
    }
    .more_zlk_content_text img{
        width: 14px;
        display: block !important;
        height: 14px;
    }
    .mobile_nav{
        display: block !important;
    }
    .mobile_hide{
        display: none !important;
    }
    
}