.product_nav{
	min-width: 1700px;
	height: 260px;
	position: relative;
	background-image: url(../images/hfsan.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}
.product_nav_text{
    text-align: center;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.product_nav_texttop{
	color:#ffffff;
	font-size: 48px;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
	display: none;
	font-family: "微软雅黑";
	font-weight: bolder;
}
.product_nav_texttop.show{
    display: block;

}
.product_nav_textbottom{
    color:#ffffff;
    font-size: 20px;

    text-shadow: 5px 5px 5px rgb(0 0 0 / 15%);

}
.product_mid{
    height: 60px;
    width: 100%;
    /* min-width: 1700px; */
    background-color: #F8F9FB;
    /* background-color: red; */
}
.product_midbox{
    width:1650px;
    margin: 0 auto;
    height: 60px;
    display:flex;
    justify-content: space-between;
}
.product_tab{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #666666;
}
.product_tabitem{
    padding-right:57px; 
    cursor: pointer;
}
.product_tabitem:hover{
    color: rgb(25, 99, 156);
}
.product_tabitem:nth-last-child(1){

    padding-right:0; 
}
.product_breadcrumb{
    /* background-color: yellow; */
    /* width: 400px; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product_select{
    color: rgb(25, 99, 156);
}

.product_content .product_contentitem{
    width: 1700px;
    margin: 0 auto;
    display:none
}
.product_content .product_contentitem.current{
    display:block;

}
.product_hz{
    width: 1700px;
    /* width: 90%; */
    /* height: 900px; */
    margin:0 auto;
    /* margin-top: 50px; */
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 60px;
    justify-content: flex-start;
}
.product_hzitem{
	width: 511px;
	height: 180px;
	text-align: center;
	/* display: flex; */
    margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 26px;
	border: 1px solid #FFFFFF;
}
.product_hzitem:hover{
	width: 511px;
	height: 180px;
	border: 1px solid #fff;
	background-color: #f8f9fb;
	cursor: default;
	border-radius: 10px;
}
.product_hzitem_top{
    display: flex;
    justify-content: space-around
}
.product_hzitem_bottom{
    display: flex;
    justify-content: space-evenly
}
.product_hzitem_bottom .prob_pinpai_span{
    background-color: #F8F9FB;
    width: 166px;
    height: 49px;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #E3E4E6;
}
.product_hzitem_bottom .prob_pinpai_span:hover{
    background-color: #FFFFFF;

}
.product_hzitem_bottom a:hover{
    color: #666666;
}
.product_hzitem_bottom .prob_pinpai_span a span{
    color: #717171;
}
.product_hzitem_bottom .prob_xuanxingbiao_span{
    background-color: rgb(0, 82, 147);
    width: 285px;
    height: 49px;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.product_hzitem_bottom .prob_xuanxingbiao_span a{
    display: block;
}
.product_hzitem_bottom .prob_xuanxingbiao_span:hover{
    background-color: #2FBCBF;
}
.prob_xuanxingbiao_span span{
    color: #fff;
}
.product_hzitem_top select{
    width: 285px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #E9E9E9;
    padding: 0 10px;
    font-size: 14px;
    background-color: #fff;

}
.product_hzitem_top select option p{
    line-height: 60px!important;
    margin: 10px 0!important;
}
.product_hzitem_top select:focus-visible{
    outline: none;
}
.product_hzitem_top input{
	width: 285px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #E9E9E9;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	background-color: #FFFFFF;
}
.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;

}
.product_cultrue{
    padding-bottom: 60px;
}
.abcul_text{
    margin-left: 50px;
    padding-top:30px;
}
.abcul_textone{
    font-size: 22px;
    color: #004989;
    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: #004989;
    height: 86px;
    line-height: 86px;
}
.abcul_textthr{
    font-size: 18px;
    color: #3a3a3a;
    height: 36px;
    line-height: 36px;
}
.producttabletitle{
    width: 1700px;
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    background-color: #F9FAFC;
    color: #000;
    /* height: 900px; */
    margin:0 auto;
    margin-top: 20px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}
.producttabletitleleft{
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    color: #000;
    /* height: 900px; */
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
}
.producttabletitleright{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    width:169px;
    height: 49px;
    line-height: 49px;
    background-color: #E5EBF7;
    text-align: center;
    color: #004ca4;
    font-size: 16px;
    cursor: pointer;
}
.producttabletitleright a {
    color:#004ca4;
}
.rightimg{
    width: 16px;
    height: 14px;
}
.producttabletitle select{
    width: auto; min-width:200px;
    height: 44px;
    line-height: 44px;
    /* border: 1px solid #E9E9E9; */
    padding: 0 10px;
    font-size: 14px;
    background-color: #fff;
    margin-left: 10px;
}
.producttabletitle select:focus-visible{
    outline: none;
}
.producttabletitle  input{
    width: 301px;
    height: 44px;
    line-height: 44px;
    /* border: 1px solid #E9E9E9; */
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    margin-left: 10px;
}
.producttablebox{
    width: 1700px;
    height: 680px;

    /* background-color: red; */
    /* height: 900px; */
    margin:0 auto;
    margin-top: 18px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.producttableboxleft{
    /* background-color: pink; */
    width: 288px;
    height: 637px;
    background-color: #F9FAFC;
    /* background-color: blue; */

}
.producttableboxleft label {
    font-size: 16px;
    color: #161616;
    margin-left: 8px;
}
.producttableboxright{
    /* height: 680px; */
    width: 1400px;

    /* background-color: blue; */
}
.select_all{
    margin-left: 30px;
    margin-top: 30px;
    position: relative;
}
.select_all:before {
    width: 150px;
    height: 1px;
    content: '';
    background: #ebebec;
    position: absolute;
    right:38px;
    top: 50%;
    color: red;

    /* color: #161616; */
}
.select_list{
    height: 570px;
    margin-left: 30px;
    margin-right: 38px;

    overflow-y: auto;
}
.select_list_item{
    /* margin-right: 38px;   */
}
.select_list_item .select_list_itemmain{

    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebec; 

}
.select_list_item .select_list_itemwin{
    height: auto;
    border-bottom: 0px solid #ebebec;
    padding: 15px 25px ;
    box-sizing: border-box;
    overflow: hidden;
    /*transition: all 0.8s ;*/
    
}
.select_list_item .select_list_itemwin.windowshow{
    height: auto;
    padding: 15px 25px ;
    border-bottom: 1px solid #ebebec; 
    /* min-height: 60px; */
    /* display: block; */

}
.select_list_item .select_list_itemwin.showwin{
    display: block;
}
.select_list_item .select_list_itemwin.hidewin{
    display: none;

}
.select_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
.select_list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: #094fa4;
}
.select_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    background: #ededed;
}
.producttableboxright p{
    font-size: 18px;
    color: #005293;
    margin-bottom: 12px;
    margin-top: 5px;
}
.protable{
    /* width: 1300px; */
    /* overflow: hidden; */
    width: 100%;
    overflow: auto;
    height: 590px;


}
.protable table {
    /* width: 1300px; */
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    /* height: 500px; */
    
}
/* 首列固定 */
.protable tbody tr > th:first-child,
.protable tbody tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

.protable table caption{
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
}

.protable table th, table td {
    height: 50px;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
}
.protable table td a{
    color: #004ca4;
}

.protable table thead {
    color: white;
    background-color: #38F;
}

.protable table tbody {
    display: block;
    /* width: calc(100% + 8px); 这里的8px是滚动条的宽度 */
    height: 300px;
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
}

.protable table tfoot {
    background-color: #71ea71;
}
.protable table tbody tr:nth-child(odd) td:nth-child(odd){
    background-color: #F8F9FA;
}
.protable table tbody tr:nth-child(odd) td:nth-child(even){
    background-color: #F3F6F8;
}
.protable table tbody tr:nth-child(even) td:nth-child(odd){
    background-color: #F3F6F8;

}
.protable table tbody tr:nth-child(even) td:nth-child(even){
    background-color: #EEF3F6;

}
/* .protable table tbody tr td:nth-child(odd){
    background-color: yellow;

}
.protable table tbody tr td:nth-child(even){
    background-color: pink;

} */

.protable table tbody tr th:nth-child(odd){
    background-color: #F0F4F7;
}
.protable table tbody tr th:nth-child(even){
    background-color: #EBF1F5;
}

/* .protable table tbody tr:nth-of-type(odd) {
    background: #F3F6F8;
}

.protable table tbody tr:nth-of-type(even) {
    background: #EEF3F6;
} */
.product_hzitem_topimgbox{
	width: 130px;
	text-align: center;
	padding-left: 16px;
}
.product_hzitem_topimgbox img{
    position: relative;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/* .protable::-webkit-scrollbar {
    width : 10px;  
    height: 10px;
    }
.protable::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: #094fa4;
}
.protable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    background: #ededed;
} */
.product_content input:focus{
    color: #000;
}



