.fiProduct_head_banner {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.fiProduct_head_banner .fiProduct_head_banner_img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.product_head_title {
    text-align: center;
    position: absolute;
    top: 130px;
    width: 100%;
}
.product_search_tip {
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}
.product_search {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-left: 259px; */
    bottom: 88px;
    text-align: center;
}
#finance_name, #query_name {
    width: 284px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    color: #7a7a7a;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
    padding:0 10px;
}
.i_service_contnet{
    width:1200px;
    margin:0 auto;
    padding-top:60px;
    padding-bottom:20px;
}
.i_service_content_item{
    position: relative;
    margin-bottom:20px;
}
.item_head{
    float: left;
    width:260px;
    height:440px;
    background: url("/jrfw/anhui/chizhou/images/bg1_1-32692b679af76dded526a2b56e9942ff.jpg") no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:33px;
    padding-left:33px;
}
.item_head2{
    background-image: url("/jrfw/anhui/chizhou/images/bg2_1-7d5dcce96131bf345f1b7652eee8a42a.jpg");
}
.item_head3{
    background-image: url("/jrfw/anhui/chizhou/images/bg3_1-5f3a1b77533379c5c4146729eef15da9.jpg");
}
.item_head_title{
    font-size:30px;
    color: #fff;
    line-height: 1;
}
.item_head_line{
    width:59px;
    height:4px;
    background: #fff;
    margin-top:15px;
}
.item_head_href{
    font-size:18px;
    color: #fff;
    line-height:1;
    margin-top:25px;
    display: inline-block;
}
.item_head_href:hover,.item_head_href:link,.item_head_href:visited,.item_head_href:active{
    color: #fff;
    text-decoration: none;
}

.item_content{
    float: left;
    width:938px;
}
.border_l{
    border-left:1px solid #e5e5e5;
}
.border_t{
    border-top:1px solid #e5e5e5;
}
.border_r{
    border-right:1px solid #e5e5e5;
}
.border_b{
    border-bottom:1px solid #e5e5e5;
}
.item_content_li{
    float: left;
    width:292px;
    height:210px;
    background:#fff;
    margin: 0 0 20px 20px;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    text-align: center;
}
.item_content_li:hover{
    /*border-color: transparent;*/
}
.item_content_li.hover:hover .item_hover_txt{
    display: block;
}

.item_content_img_wrap{
    width:100%;
    height:100%;
    display: none;
}
.item_content_img_wrap .img {
	vertical-align: middle;
	line-height: 95px;
	height:95px;
	width: 285px;
    margin: 0 auto;
}
.item_content_img_wrap .img img{
     width: 100%;
    height: 125px;
    vertical-align: middle;
    padding-top: 30px;
}
.item_content_img_wrap .txt{
	position: absolute;
	width: 92%;
	margin:0 4%;
	border-top: 1px solid #e5e5e5;
	font-size: 17px;
    font-weight: bold;
    padding-top: 15px;
    bottom: 20px;
    height:50px;
    line-height:50px; 
}
.item_content_img_wrap .txt span{
	display: inline-block;
    line-height: 22px;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.item_hover_txt{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display: none;
	background: rgba(182, 20, 26, .2);
}
.txt_wrap{
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.txt_wrap>p{
    position: absolute;
    bottom:30px;
    left:25%;
    width:50%;
    text-align: center;
    height:36px;
    line-height:36px;
    color: #fff;
    background: #b6141a;
    border-radius: 5px;
}
.go_all{
    position: absolute;
    right:0;
    top:-30px;
    color: #999;
    font-size:14px;
}
.go_all:hover{
    color: #b6141a;
    cursor: pointer;
}

 .fiProduct_head_banner{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.fiProduct_head_banner .fiProduct_head_banner_img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.product_head_title {
    text-align: center;
    position: absolute;
    top: 130px;
    width: 100%;
}
.product_search_tip {
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}
.product_search {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-left: 259px; */
    bottom: 88px;
    text-align: center;
}
#finance_name, #query_name {
    width: 284px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    color: #7a7a7a;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
    padding:0 10px;
}
.main_md{
    width:1200px;
    margin:0 auto;
    margin-top:30px;
    padding-bottom:100px;
}

.main_md_title{
    height:60px;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #e4e4e4;
}
 .main_md_title>span{
     display: inline-block;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     border-bottom:4px solid #b6141a;
     font-size:20px;
     color: #333;
     font-weight:bold;
     height:100%;
     cursor: pointer;
 }
 .service_box{
     margin-top:30px;
 }
 .service_item{
     text-align: center;
     float: left;
     margin-right:30px;
     width:277px;
     height:179px;
     line-height:179px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background: #fff;
     border:1px solid #ebebeb;
     cursor: pointer;
     margin-bottom:30px;
     position: relative;
 }
 .service_box .service_item:nth-child(4n){
     margin-right:0;
 }
 .service_item>img{
     max-width:100%;
     max-height:95%;
     vertical-align: middle;
 }
 .service_item .hover_show{
     display: none;
     position: absolute;
     width:100%;
     height:100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding-top:30px;
     padding-left:35px;
     padding-right:35px;
     top:0;
     left:0;
     background: rgba(182, 20, 26,.85);
     line-height:1;
     text-align: left;
 }
 .hover_show_wrap{
     width: 100%;
     height: 100%;
     position: relative;
 }
 .hover_box_title{
     line-height:1.5;
     color: #fff;
     font-size:16px;
     font-weight:bold;

 }
.hover_box_btn{
    width:108px;
    height:32px;
    line-height:32px;
    -webkit-border-radius:999px;
    -moz-border-radius:999px;
    border-radius:999px;
    background: #fff;
    text-align: center;
    color: #b6141a;
    position: absolute;
    left: 0;
    bottom: 15px;
}
 .hover_box_btn:hover{
     -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
     -ms-transform: scale(1.01);
     -o-transform: scale(1.01);
     transform: scale(1.01);
 }


.identi_help{
}
.con_top_l{
    float: left;
    width:840px;
    border-right: 1px solid #e5e5e5;
}
.con_top_title{
	padding:30px 40px 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #e5e5e5;
}
.con_top_title span{
    font-size:25px;
    color: #333;
    line-height:1;
    font-weight: bold;
}
.con_top_title span.title_tip{
    display: inline-block;
    /*width:92px;*/
    padding:0 20px;
    height:31px;
    line-height:31px;
    text-align: center;
    font-size:14px;
    color: #fff;
    -webkit-border-radius:999px;
    -moz-border-radius:999px;
    border-radius:999px;
    background: #b6141a;
    margin-left:30px;
    position: relative;
    top: -3px;
}
.con_top_content{
    margin:40px 0;
    border-bottom: 1px solid #e5e5e5;
}
.con_content_title{
    font-size:16px;
    color: #333;
    font-weight:bold;
}
.con_content_txt{
    font-size:16px;
    color: #333;
    line-height:30px;
    margin:0 30px 40px;
}
.con_top_list{
	margin: 40px 0 40px 30px;
}
.con_top_list li{
	float: left;
	width:25%;
	overflow: hidden;
}
.con_top_list li img{
	float: left;
}
.con_top_list li p{
	font-size:14px;
	color:#999;
	padding: 0 0 0 70px;
}
.con_top_list li .red{
	font-size:30px;
	color: #b6141a;
}
.con_top_r{
    float: right;
    width:358px;
}
.con_top_r .page_logo{
    max-width:99%;
    max-height:100%;
    vertical-align: middle;
    text-align: center;
    margin: 80px 0;
}
.con_top_r .page_logo img{
	 max-width:88%;
    max-height:100%;
    vertical-align: middle;
}
.con_top_r p{
	font-size: 18px;
    line-height: 40px;
    margin-left: 50px;
}
.content_box{
    margin-top:30px;
}
.content_box_title{
    height:60px;
    line-height:60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #e4e4e4;
}
.content_box_title>span{
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:4px solid #b6141a;
    font-size: 18px;
    color: #b6141a;
    display: inline-block;
}
.content_box_txt{
    margin-top:35px;
    font-size:16px;
    color: #333;
    line-height:28px;
}
.content_box_txt>p{
    text-indent: 2em;
}
.content_box_txt .content_box_txt_item{
    font-size:16px;
    color: #333;
    line-height:28px;
}
















