@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
}
img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
	font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .3s ;
    -moz-transition:all .3s ;
    -o-transition:all .3s ;
    transition:all .3s ;
}
.cm_wrapfix{
	width:1200px;
    margin:0 auto;
    position: relative;
}
body{
    font-size:14px;
    color:#333;
    line-height:20px;
    font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
    background:#ffffff;
    min-width:1200px;
}
body{
	min-width: 1200px;
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}

/* common end */


/*-- 首页 start --*/
.p_header .cm_wrapfix{
	padding: 16px 0;
	height: 36px;
	box-sizing: content-box;
}
.p_head_logo{
	width: 400px;
	float: left;
	height: 36px;
}
.p_head_logo img{
	float: left;
}
.p_head_logo span{
	float: left;
	margin-left: 16px;
	font-size: 28px;
	line-height: 36px;
	color: #333333;
	font-style: oblique;
}
.p_head_right{
	width: 400px;
	float: right;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}
.p_head_right a{
	color: #333333;
}
.p_head_right a:hover{
	color: #D92424;
}

.p_footer{
	padding: 24px 0;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}
.p_footer p{
	margin-top: 10px;
}
.p_footer p:first-child{
	margin-top: 0;
}
.p_footer p span{
	margin: 0 12px;
}
.p_banner_box{
	height: 450px;
	position: relative;
	background: url(../images/kh_banner.png) no-repeat top center;
}
.cm_banbox{
	width: 540px;
	height: 290px;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(241, 66, 74, 0.05) 0%, rgba(241, 66, 74, 0) 100%), #FFFFFF;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 4px 25px rgba(72, 16, 16, 0.05);
	border-radius: 8px;
	position: absolute;
	top: 80px;
	right: 50%;
	margin-right: -600px;
	z-index: 50;
	overflow: hidden;
}
.cm_ban_tabnav{
	border-bottom: 1px solid #F3EEEE;
	font-size: 0;
	display: flex;
}
.cm_ban_tabnav a{
	display: block;
	flex: 1;
	border-left: 1px solid #F3EEEE;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	color: #666666;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cm_ban_tabnav a:first-child{
	border-left: 0 none;
}
.cm_ban_tabnav a:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #D92424;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.cm_ban_tabnav a:hover{
	color: #D92424;
}
.cm_ban_tabnav a.active{
	color: #D92424;
	font-weight: 600;
	background: #ffffff;
}
.cm_ban_tabnav a.active:after{
	opacity: 1;
	visibility: visible;
}
.tp_codebox{
	padding: 35px 20px 0 50px;
}
.tp_code_left{
	width: 126px;
	float: left;
}
.tp_code_left .pic{
	height: 126px;
	margin-bottom: 4px;
}
.tp_code_left .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.tp_code_left p{
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	color: #666666;
}
.tp_code_right{
	margin-left: 158px;
}
.tp_code_right h3{
	margin-bottom: 20px;
}
.tp_code_right h3 img{
	display: block;
	max-width: 100%;
}
.tp_code_right ul li{
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.tp_code_right ul li img{
	vertical-align: top;
	position: relative;
	top: 7px;
	margin-right: 7px;
}
.tp_code_right p{
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	padding-right: 30px;
}
.hm_modulebox{
	padding: 80px 0;
}
.hm_modulebox.bg01{
	background: linear-gradient(180deg, rgba(241, 66, 74, 0.03) 0%, rgba(241, 66, 74, 0) 100%), #FFFFFF;
}
.hm_modulebox.bg02{
	background: url(../images/kh_md_bg01.png) no-repeat center top;
	background-size: cover;
}
.hm_md_title{
	margin-bottom: 40px;
	text-align: center;
}
.hm_md_title img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 48px;
}
.kh_fllist{
	margin: 70px 0 0;
	padding: 15px 0;
}
.kh_fllist li{
	width: 25%;
	float: left;
	text-align: center;
}
.kh_fllist li .icon{
	height: 168px;
	margin-bottom: 23px;
}
.kh_fllist li .icon img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.kh_fllist li h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #333333;
}
.kh_fllist li p{
	margin-top: 8px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.kh_zblist{
	margin: 0 -12px;
}
.kh_zblist li{
	width: 33.3333333%;
	float: left;
	box-sizing: border-box;
	padding: 0 12px;
}
.kh_zbitem{
	padding: 68px 42px 0;
	height: 404px;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(241, 66, 74, 0.05) 0%, rgba(241, 66, 74, 0) 100%), #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 4px 25px rgba(72, 16, 16, 0.05);
	border-radius: 8px;
}
.kh_zbitem .icon{
	height: 145px;
	margin-bottom: 15px;
}
.kh_zbitem .icon img{
	display: block;
	height: 100%;
	margin: 0 auto;
}
.kh_zbitem h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #333333;
}
.kh_zbitem p{
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	margin-top: 8px;
}
.kh_lcbox{
	margin: -10px;
}
.kh_lcbox img{
	display: block;
	width: 100%;
}
.kh_banklist{
	background: #ffffff;
	box-shadow: 0px 4px 25px rgba(72, 16, 16, 0.05);
	border-radius: 8px;
	overflow: hidden;
}
.kh_banklist li{
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-bottom: 2px solid #F9F5F5;
	border-right: 2px solid #F9F5F5;
	margin-bottom: -2px;
}
.kh_banklist li:nth-child(4n){
	border-right: 0 none;
}
.kh_banklist li .item{
	display: table;
	width: 100%;
}
.kh_banklist li .item span{
	display: table-cell;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
.kh_banklist li .item span img{
	display: inline-block;
	max-width: 100%;
}





/*-- 首页 end --*/



