@font-face { font-family: Source Han Sans CN; /*这里是说明调用来的字体名字*/ 
src: url(../xqfkzt/SourceHanSansCN/SourceHanSansCN-Regular.otf);
} 
@font-face { font-family: Source Heavy CN; /*这里是说明调用来的字体名字*/ 
src: url(../xqfkzt/SourceHanSansCN/SourceHanSansCN-Heavy.otf);
} 
@font-face { font-family: Source Han Sans CN Bold; /*这里是说明调用来的字体名字*/ 
src: url(../xqfkzt/SourceHanSansCN/SourceHanSansCN-Bold.otf);
} 
@font-face { font-family: Source Han Sans CN Medium; /*这里是说明调用来的字体名字*/ 
src: url(../xqfkzt/SourceHanSansCN/SourceHanSansCN-Medium.otf);
} 
   .lxzs1>ul{
		width: 100%;
		height: 100%;
		padding: 10px;
		
	}
	.lxzs1>ul>li{
		float: left;
        background: white;
        font-size: 15px;
        margin-left: 1%;
        width: 23%;
        height: 49%;
        line-height: 20px;
        padding: 10px 20px 10px 65px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
	}
	.lxzs2>ul{
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.lxzs2>ul>li{
		
		float: left;
        background: white;
        font-size: 15px;
        margin: 1%;
        width: 22.9%;
        height: 100%;
       /* line-height: 2;*/
        line-height: 1.6;
        padding: 10px 10px 10px 89px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
	}
	
	.lxzs3>ul{
		width: 100%;
		height: 100%;
		padding: 10px;
	}
	.lxzs3>ul>li{
		float: left;
        background: white;
        font-size: 24px;
        margin:1.6% 1%;
        width: 48%;
        text-align: center;
        line-height: 2;
        border-right: 1px solid #f2e5d6;
	}
	/*.lxzs1>ul>li:hover{
		cursor: pointer;
		box-shadow: 0px 1px 38px -11px;
	}
	.lxzs2>ul>li:hover{
		cursor: pointer;
		background: #bd1a2d;
	}
	.lxzs3>ul>li:hover{
		cursor: pointer;
		background: #bd1a2d;
	}*/
	.content-title-left1{
		width: 15%;
		height: 100%;
		float: left;
		text-align: center;
		background: #d9544f;
		border-radius: 0 10px 0 0 ;
	}
	.content-title-left2{
		width: 25%;
		height: 105%;
		float: left;
		border-bottom: 5px solid #bd1a2d;
		text-align: center;
	}
	.content-title-left3{
		width: 25%;
		height: 105%;
		float: left;
		border-bottom: 5px solid #bd1a2d;
		text-align: center;
	}
	.content-title-right1{
		width: 85%;
		height: 100%;
		float:left;text-align: center;
	}
	.content-title-right2{
		width: 75%;
		height: 100%;
		float:left;text-align: center;
	}
	.content-title-right3{
		width: 75%;
		height: 100%;
		float:left;text-align: center;
	}
	
    

.relPhone {
    margin-bottom: 12px;
}

.relPhone input, .relCode input {
    padding-left: 50px;
    width: 100%;
    height: 44px;
    border: 1px solid #dcdcdc;
}