body{
background: #fff;
	
}
.T_Banner{
	margin-top: 66px;
	width: 100%;
	height: 300px;
	background-size:cover ;
	background-repeat: no-repeat;
	background-image: url(../../images/customers/banner_show.png);
	
}
.T_Banner_Item{
	width : 1200px;
	margin : 0 auto;
}
.T_Banner_Tit{
	width: auto;
	height: 40px;
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	padding-top : 68px;
    padding-left: 60px;
}
.T_Banner_Txt{
	width : 650px;
	min-height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
    padding-top : 20px;
    padding-left: 60px;
}


.T_Show{
    width: 1200px;
	margin : 0 auto;
    position: relative;
}
.T_Show_block{
    position: absolute;
    top : -100px;
	width: 1200px;
	height: 238px;
	
background: linear-gradient(180deg, #E9F1FF 0%, #F0F6FE 52%, #FFFFFF 100%);
box-shadow: 0px 2px 16px 0px rgba(81,115,174,0.15);
border-radius: 12px;
border: 1px solid #FFFFFF;

	
	
}
.Show_left{    
	float: left;
    margin-top: 32px;
    padding-left: 40px;
    width: 70%;
}
.show_tag{
	height : 32px;
}
.show_tag .tags{
    float : left;
	background: rgba(67,111,227,0.1);
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #436FE3;
	line-height: 22px;
	padding : 5px 16px;
	margin-right : 12px;
	cursor:pointer;
    margin-bottom: 10px;
}

.show_tag .tags:hover{
    transition: all 0.3s;
    box-shadow: 0px 0px 5px 2px rgb(175,199,232);
}
.show_title{
	clear : both;
	width: 800px;
	font-size: 20px;
	font-weight: bold;
	color: #323437;
	line-height: 30px;
	margin-top : 20px;
	height : 56px;
}


/**show center customer***/
.show_customer{
    width: 800px;
    min-height: 180px;
    background: #F4F7FA;
    border-radius: 8px;
    margin-top: 25px;
    padding-bottom: 0;
}
.show_customer_img{
	float : left;
    width : 120px;
    height : 120px;
    margin-top : 30px ;
    margin-left : 45px;
}
.show_customer_img img{
	width : 120px;
	height : 120px;
    border-radius: 100px;
}
.show_customer_txt{
    float : left;
    margin-left : 26px;
    width : 585px;
}
.show_customer_title{
	padding-top : 44px;
	font-size: 14px;
	font-weight: 400;
	color: #323437;
	line-height: 24px;
}
.show_customer_user{
	font-size: 14px;
	font-weight: 400;
	color: #323437;
	line-height: 24px;
    text-align : right;
    margin-top : 20px;
}

/**show center customer***/

/**show 3 block***/
.show_block{
    margin-top : 32px;
}
.show_list{
	float : left;
	width: 253px;
	height: 122px;
	background: #F2F4F7;
	border-radius: 4px;
	text-align : center;
	margin-right : 20px;
}
.show_list:nth-child(3){
    margin-right : 0;
}
.show_list_tit{
	font-size: 20px;
	font-weight: 500;
	color: #436FE3;
	line-height: 28px;
	margin-top : 30px;
}
.show_list_desc{
	font-size: 16px;
	font-weight: 400;
	color: #646669;
	line-height: 24px;
	margin-top : 10px;
}
/**show 3 block***/





.Show_right{
    float: right;
    margin-top: 32px;
    width: 230px;
	
}
.Show_right div{
	width: 174px;
	height: 174px;
	/*
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
    border-radius: 200px;
    */
    text-align : center;
}
.Show_right div img{
	
    width: 174px;
    height: 174px;
    border-radius: 100px;
    /*
    width: 160px;
    height: 100px;
    margin-top : 38px;
    border-radius: 10px;
    */
	
}
.show_other{
	margin-top : 27px;
}

.show_other div{
	float : left;
	margin-right : 18px;
	margin-left : 15px;
    position: relative;
    padding-left : 3px;
    
	font-size: 14px;
	font-weight: 400;
	color: #646669;
	line-height: 22px;

}
.show_other div::after{
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    
    width: 14px;
    height: 14px;
    background: url(../../images/customers/show_1.png) center no-repeat;
    background-size: 100%;
    
    transition: all 0.3s;
}
.show_other div span{
	display : block; 
	float : left;
	margin-right : 20px
}

.show_other div:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    
    width: 14px;
    height: 14px;
    background: url(../../images/customers/show_2.png) center no-repeat;
    background-size: 100%;
    
    transition: all 0.3s;
}
.show_other div:nth-child(3)::after{
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    
    width: 14px;
    height: 14px;
    background: url(../../images/customers/show_3.png) center no-repeat;
    background-size: 100%;
    
    transition: all 0.3s;
}



.T_List{
	clear : both;
	width : 1200px;
	margin : 150px auto 0;
	
}

.T_Left{
    float : left;
    width : 806px;
    padding-bottom : 80px;
    margin-left : 40px;
}
.show_tit_top{
    width: auto;
    height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #323437;
    line-height: 28px;
    margin-top : 32px;
}
.show_tit{
	width: auto;
	height: 28px;
	font-size: 20px;
    font-weight: bold;
	color: #323437;
	line-height: 28px;
	margin-top : 32px;
    padding-left : 0;
}
.show_desc{
	font-size: 16px;
	font-weight: 400;
	color: #525252;
	line-height: 28px;
    margin-top : 12px;
    padding-left : 0;
}

.T_Right{
    float : left;
    margin-left: 80px;
    margin-top : 48px;
    height: 356px;
    width : 274px;
}
.T_Right .T_Admin_Pos{
    width: 274px;
    height: 356px;
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/customers/right.png);
    position: relative;
}

.T_Admin_Pos.Fixed {
    position: fixed;
    top: 120px;
}
.T_Admin_Pos.Abs {
    position: absolute;
    top: 0;
}

.T_Right .T_Admin_Pos div:nth-child(1){
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	color: #323437;
	line-height: 30px;
	text-shadow: 2px 4px 20px rgba(175,199,232,0.16);
    padding: 35px 0 0 0px;
    text-align : center;
    font-weight : bold;
}
.T_Right .T_Admin_Pos div:nth-child(2){
	width: 220px;
	height: 88px;
	font-size: 14px;
	font-weight: 400;
	color: #323437;
	line-height: 22px;
	text-shadow: 2px 4px 20px rgba(175,199,232,0.16);
    padding : 30px 0 0 27px;
}
.T_Right .T_Admin_Pos a:nth-child(3){
    position: absolute;
	width: 274px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 2px 4px 20px 0px rgba(175,199,232,0.16);
	border-radius: 0px 0px 8px 8px;
	bottom : 0;
	text-align : center;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 48px;
	text-shadow: 2px 4px 20px rgba(175,199,232,0.16);
	cursor : pointer;
  transition: all 250ms ease;
    font-weight : bold;
}

.T_Right .T_Admin_Pos a:nth-child(3):hover{
background: #2372F9;
color: #FFFFFF;

}

.T_Bom{
	clear : both;
    background: #F4F7FA;
    margin : 0 auto;
    padding-top : 68px;
    padding-bottom : 80px;
}

.T_Bom .T_Bom_title{
    height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #323437;
    line-height: 40px;
    text-align : center;
    font-weight : bold;
}


	
	
.D_block{
    width : 994px;
    margin : 40px auto;
}
	


.D_block .D_block_list{
    display : block;
    width: 316px;
    height: 275px;
    
    
    /*
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/customers/bg.png);
    background: linear-gradient(180deg, #B4D0FA 0%, #EFF5FE 85%, #F7FBFF 100%);
    box-shadow: 2px 4px 16px 0px rgba(175,199,232,0.3);

    
    */
background: #FDFEFF;
    border-radius: 12px;
box-shadow: 0px 2px 14px 0px rgba(81,115,174,0.08);
    float : left;
    margin-right : 20px;
    margin-bottom : 20px;
}
.D_block .D_block_list:nth-child(3n){
    margin-right : 0;
}
.D_block .D_block_list:hover{
    transition: all 0.3s;
box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
    color : #fff;
    margin-top : -6px;
}

.D_Block_img{
    width : 286px;
    height : 180px;
    padding : 16px 16px 0;
    position: relative;
}

.D_Block_img:after{
    content : " ";
    width : 286px;
    height : 180px;
    top : 16px;
    left : 16px;
    position: absolute;
    
    /*
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/customers/case_zhezhao.png);
    background-size:cover ;
    background-repeat: no-repeat;
    opacity:0.5;
    border-radius: 8px;
    */
    transition: all 0.3s;
    
    
    opacity: 0.46;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
    border-radius: 0px 0px 8px 8px;

}

.D_Block_img div{
    width : 85%;
    height : auto;
    position: absolute;
    z-index : 9;
}
.D_Block_img div span{
    color : #fff;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    display : block;
    margin-top : 100px;
    margin-left : 24px;
    min-height: 28px;
}
.D_Block_img div span:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display : block;
    margin-top : 4px;
    width: auto;
}
.D_Block_img img{
    width : 286px;
    height : 180px;
    border-radius: 8px;
    position: relative;
}



.D_Block_tit {
    font-size: 16px;
    font-weight: 800;
    color: #323437;
    line-height: 24px;
    padding: 16px 16px 3px;
}
.D_Block_tit:hover{
color: #2372F9;
cursor : pointer;
}
.D_Block_desc {
    width: 286px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #646669;
    line-height: 24px;
    padding : 10px 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.D_Block_btn{
    padding: 0 30px 0;
    text-align : right;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #2372F9;
    line-height: 22px;
    position: relative;
}

.D_Block_btn:after{
    content : " ";
    width: 13px;
    height: 16px;
    top: 3px;
    right: 17px;
    position: absolute;
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/customers/r.png);
    

}

.D_Block_btn:hover{
    color : #5D92EE
}
	

	
	
	

.index_fl8_wall {
    
    background-image: url(../../images/index_new/fl8_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    position: relative;
    top:0;
    height: 324px;
    background-color: #F4F7FA;
}

.index_wrap_fl8 {
    padding-bottom: 60px;
    width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
    padding-left : 0;
}
.head_title {
    width: auto;
    font-size: 30px;
    font-weight: 100;
    line-height: 32px;
}


.index_wrap_fl8 .head_title {
    padding-top: 54px;
    color: #FFFFFF;
    text-align : left;
    font-weight : bold;
}

.index_wrap_fl8 .head_desc {
    color: #FFFFFF;
    width: auto;
    margin: 20px auto 0 ;
    height: auto;
    opacity: 1;
    font-size : 18px;
    text-align : left;
}

.fl8_btn_list {
    margin: 0 auto;
    /*
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    */
}

.fl8_btn {
    width: 140px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #323437;
    line-height: 48px;
    display: block;
    text-align: center;
    
    float: left;
    margin: 30px 20px 0 0;
    border: 1px solid #FFFFFF;
    font-weight : bold;
    
}

.fl8_btn:hover {
    color: #323437;
    background: #fff ;
    opacity: 0.9;
    border: 1px solid #FFFFFF;
}

.fl8_btn:nth-child(2) {
    background: none;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight : bold;
}
.fl8_btn:nth-child(2):hover {
    opacity: 0.9;
}
	
	