.joinhz_nav{
	min-width: 1700px;
	height: 260px;
	position: relative;
	background-image: url(../images/hfliu.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}
.joinhz_nav_text{
    text-align: center;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.joinhz_nav_texttop{
    color:#ffffff;
    font-size: 48px;
    text-shadow: 5px 5px 5px rgb(0 0 0 / 15%);
    display: none;
			font-family: "Î¢ÈíÑÅºÚ";
	font-weight: bolder;
	
}
.joinhz_nav_texttop.show{
    display: block;

}
.joinhz_nav_textbottom{
    color:#ffffff;
    font-size: 20px;

    text-shadow: 5px 5px 5px rgb(0 0 0 / 15%);

}
.joinhz_mid{
    height: 60px;
    width: 100%;
    /* min-width: 1700px; */
    background-color: #F8F9FB;
    /* background-color: red; */
}
.joinhz_midbox{
    width:1650px;
    margin: 0 auto;
    height: 60px;
    display:flex;
    justify-content: space-between;
}
.joinhz_tab{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #666666;
}
.joinhz_tabitem{
    padding-right:57px; 
    cursor: pointer;
}
.joinhz_tabitem a:hover{
    color: rgb(25, 99, 156);
}
.joinhz_tabitem:nth-last-child(1){

    padding-right:0; 
}
.joinhz_breadcrumb{
    /* background-color: yellow; */
    /* width: 400px; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.joinhz_select a{
    color: rgb(25, 99, 156);
}

.joinhz_content .joinhz_contentitem{
    width: 1700px;
    margin: 0 auto;
    display:none
}
.joinhz_content .joinhz_contentitem.current{
    display:block;

}


.hidespan{
    color: rgb(25, 99, 156);
    display: none;
}
.home_span .hidespan.showspan{
    display: inline-block;
}
.history_list{
    padding-top: 35px;
    padding-bottom: 55px;
}
.history_listitem{
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    line-height:30px;
    width: 1550px;
    margin: 0 auto;
    padding-bottom: 20px;

}
.history_listitem:nth-last-child(1){
    border: 0;
}
.history_listitem p:nth-child(1){
    line-height:60px;
    color: #000;
}
.zzjgbox{
    display: flex;
    justify-content: center;
}
.abcul_content{
    border-bottom: 1px solid #cccccc;
    padding: 35px 0;
    display: flex;
}
.abcul_content:nth-last-child(1){
    border: 0;

}
.joinhz_cultrue{
    padding-bottom: 60px;
}
.abcul_text{
    margin-left: 50px;
    padding-top:30px;
}
.abcul_textone{
    font-size: 22px;
    color: #e5ebf7;
    font-weight: 700;
    display: flex;
}
.abcul_textone span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;

}
.abcul_texttwo{
    font-size: 20px;
    color: #e5ebf7;
    height: 86px;
    line-height: 86px;
}
.abcul_textthr{
    font-size: 18px;
    color: #3a3a3a;
    height: 36px;
    line-height: 36px;
}
.join_hz{
    width: 1550px;
    margin: 65px auto;
    font-size: 16px;
    line-height: 48px;
    text-indent: 2em;
    /* padding: 100px 0; */
    color: #666666;
    /* font-weight: 600; */
    position: relative;
    margin-bottom: 165px;
}
.join_hz .button_span{
    background-color: rgb(0, 82, 147);
    width: 194px;
    height: 47px;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    /* margin: 0 auto;
    margin-top: 20px; */
    position: absolute;
    right:10px;
    bottom: -60px;
    text-indent: 0em;


}
.join_hz .button_span:hover{
    background-color: #2FBCBF;
}
.join_hz .button_span span{
    color: #fff;
}
.zxnstab{
    width: 1700px;
    min-height:842px;
    /* background-color: blue; */
    margin: 30px auto;
    display: flex;
    border: 1px solid #E9ECF5;
    box-sizing: border-box;

}
.zxnstab_btnbox{
    width: 368px;
    /*height:842px;*/
    background-color: #F9FAFC;
    border-right: 1px solid #E9ECF5;
}
.zxnstab_textbox{
    width: 1332px;
    /*height:842px;*/
    /* background-color:yellow; */
    padding-left: 110px;
    padding-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    padding-bottom: 30px;
}
.zxnstab_btn{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-indent: 2em;
    border-bottom: 1px solid #E9ECF5;
    cursor: pointer;
}
.zxnstab_btn:hover{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-indent: 2em;
    border-bottom: 1px solid #E9ECF5;
    cursor: pointer;
	background-color: #fff;
}
.zxnstab_btn.btnselect{
    background-color: #fff;
    width: 369px;

}
.zxnstab_text{
    display: none;
}
.zxnstab_text.showtext{
    display: block;
}
.joinhz_lunbowall{
    width: 1700px;
    min-height:700px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    justify-content: space-between;
}
.joinhz_lunbowallitem{
    width: 22%;
    height: 320px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
	
}
.joinhz_lunbowallitempic{
    width: 100%;
    height: 250px;
    overflow: hidden;

}

.joinhz_lunbowallitem img{
    width: 100%;
    height: 250px;
    transition: all 0.6s;

}
.joinhz_lunbowallitem p{
    font-size: 16px;
    color: #666666;
    line-height: 58px;
}
.joinhz_lunbowallitem p:hover{
    font-size: 16px;
    color: #19639c;
    line-height: 58px;
}
.model{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
	z-index: 9999;
}
.model img {
	max-width: 70%;
	max-height: 80%;
	position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
	box-shadow: 0px 0px 20px rgba(0,0,0,0.9); 
}

.model .close{
    /* opacity: 1; */
    font-size: 40px;
    color: #cccccc;
    border: 1px solid #cccccc;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top:30px;
    right:150px;
    cursor: pointer;
}
.modelfd{
    width: 374px;
    height:250px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
    transition: all 1s;

}

.modelfd img{
    width: 51px;
    height: 51px;
    margin-top:99px;
}

.joinhz_lunbowallitem:hover .modelfd{
    display: block;

}
.joinhz_lunbowallitem:hover .joinhz_lunbowallitempic img{
    transform: scale(1.2)
}
