/*----通用初始化----*/
	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,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::-moz-selection{background:#333;color:#fff;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	html{overflow-x: hidden;font-size: 14px;}
/*********************************/
.text{
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
*{box-sizing: border-box;}
em{font-style: normal;}
.mb0{margin-bottom: 0 !important;}
.mb50{margin-bottom: 50px;}
.bgfff{
	background-color: #fff !important;
}
.mid1400{
	max-width: 1400px;
	margin: 0 auto;
}
body{background-color: #F8F9FC;min-height: 100vh;}
.layui-form-select dl dd.layui-this {
    background-color: #C5181F;
}
@media only screen and (max-width: 1430px) {
	.mid1400{
		max-width: 100%;
		padding: 0 20px;
		min-width: 1240px;
	}
}
/* 头部 */
header{
	background-color: #fff;
}
header>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.pubnav{
	display: flex;
	align-items: center;
}
.pubnav a{
	display: block;
	height: 80px;
	line-height: 80px;
	color: #666;
	min-width: 4em;
	text-align: center;
	padding:0 15px;
	transition: all .5s;
	font-size: 16px;
}
.pubnav li{
	margin-left: 10px;
	width: 104px;
}
.pubnav li.current>a{
	background-color: #C5181F;
	color: #fff;
}
.pubnav .hasSubnav {
	position: relative;
}
.pubnav .hasSubnav>a{
	transition: all 0s;
}
.pubnav .hasSubnav dl{
	position: absolute;
	top: 80px;
	left: 0;
	width: 104px;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(53, 56, 59, 0.27);
	border-radius: 0px 0px 6px 6px;
	opacity: 0;
	visibility: hidden;
}
.pubnav .hasSubnav dl a{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.pubnav .hasSubnav dd.active a{
	color: #fff;
	background-color: #C5181F;
}
.pubnav .hasSubnav:hover>a{
	border-top: 3px solid #C5181F;
	color: #C5181F;
	line-height: 76px !important;
}
.pubnav .hasSubnav:hover dl{
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
/* 尾部 */
footer{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #222222;
	color: #fff;
}

.index_banner img{
	display: block;
	width: 100%;
}
.index_banner .swiper-pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_banner .swiper-pagination span{
	width: 50px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 3px;
	opacity: 0.5;
}
.index_banner .swiper-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.index1{
	background-color: #fff;
	position: relative;
	padding: 100px 0;
	background-image: url(bg2.png),url(bg1.png);
	background-repeat: no-repeat;
	background-position: left bottom,right top;
}
.index1 .proList{
	display: flex;
	align-items: center;
}
.index1 .proList li{
	width: 31.5%;
	margin-left: 2.75%;
}
.index1 .proList li:nth-child(3n+1){
	margin-left: 0;
}
.production{
	background-color: #fff;
	box-shadow: 0px 0px 20px 10px rgba(13, 37, 62, 0.06);
	border-radius: 4px;
	position: relative;
	padding-top: 66px;
	text-align: center;
	background-image: url(bg3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.production .tip{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 30px;
	background: linear-gradient(135deg, #EB4739 0%, #FA7452 53%, #F99364 100%);
	border-radius:  4px 100px 0px  0px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
.production .radio{
	font-size: 48px;
	line-height: 55px;
}
.production .radio em{
	font-size: 36px;
	font-style: normal;
}
.rise{color: #C5181F !important;}
.fall{color: #35A45E !important;}
.production .tip2{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 20px;
}
.production .name{
	font-size: 20px;
	color: #1C1D1C;
	line-height: 30px;
}
.production .name2{
	padding-right: 70px;
	height: 46px;
	line-height: 46px;
	padding-left: 30px;
	background: rgba(197, 24, 31, 0.05);
	border-radius: 0px 0px 4px 4px;
	font-size: 18px;
	color: #C5181F;
	margin-top: 20px;
	position: relative;
	transition: all .5s;
}
.production .name2::after{
	content: '';
	position: absolute;
	right: 30px;
	top: 0;
	width: 26px;
	height: 100%;
	background-image: url(i1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.production:hover .name2::after{
	background-image: url(i2.png);
}
.production:hover .name2{
	background: #C5181F;
	color: #fff;
}
.production .name2 span{
	display: block;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.pubtit{
	text-align: center;
	position: relative;
	font-size: 36px;
	color: #1C1D1C;
	line-height: 50px;
	padding-bottom: 15px;
	margin: 50px 0;
}
.pubtit::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -31px;
	width: 62px;
	height: 3px;
	background: #C5181F;
}
.index2{
	padding-bottom: 100px;
}
.index2 .table{
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.index2 .table .thaed{
	background: #C5181F;
	color: #fff;
}
.index2 .table .tbody ul li{
	background-color: #fff;
	color: #666666;
}
.index2 .table .thaed,.index2 .table .tbody ul li{
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom:1px solid #E8E8E8;
	cursor: pointer;
}

.index2 .table .thaed span,.index2 .table .tbody ul li p{
	flex: 1;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index2 .table .thaed span:first-child,
.index2 .table .tbody ul li p:first-child{
	flex: 2;
}
.table .tbody ul li:nth-child(even){
	background-color: rgba(248, 249, 252, 1);
}
.table .tbody ul li:hover{
	background: #F1F2F6;
}
.index2 .table .btn{
	width: 70px;
	height: 28px;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	text-align: center;
}
.index2 .table .tbody ul li:hover .btn{
	background: #C5181F;
	color: #fff;
}
.index2 .tbody{
	max-height: 500px;
	overflow: auto;
}
.index3{
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 100px;
}
.index3 .content{
	display: flex;
	justify-content: space-between;
}
.index3 .noticeList{
	width: 33.57%;
}
.subtitle a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.subtitle span{
	height: 20px;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	padding-left: 12px;
	border-left: 3px solid  #C5181F;
}
.subtitle2{
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subtitle2 span{
	display: block;
	padding-left: 15px;
	position: relative;
}
.subtitle2 span::before{
	content: '';
	width: 5px;
	height: 100%;
	border-radius: 3px;
	background-color: #C5181F;
	position: absolute;
	left: 0;
	top: 0;
}
.subtitle2 .tab{
	display: flex;
	align-items: center;
}
.subtitle2 .tab li{
	cursor: pointer;
	line-height: 36px;
	width: 96px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
}
.subtitle2 .tab li.cur{
	color: #C5181F;
	border: 1px solid #C5181F;
}
.noticeList li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 67px;
	border-bottom: 1px solid #E8E8E8;
}
.noticeList li a p{
	flex: 1;
	flex-shrink: unset;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color: #333;
	font-size: 16px;
}
.noticeList li a span{
	color: #666;
	font-size: 12px;
	margin-left: 15px;
}
.noticeList li a:hover p{
	color: #C5181F;
}

.index3 .noticeImages{
	width: 63.71%;
	display: flex;
	justify-content: space-between;
}
.index3 .noticeImages dl{
	width: 47.75%;
	overflow: hidden;
}
.index3 .noticeImages img{
	display: block;
	width: 100%;
	height: 284px;
	object-fit: cover;
	border-radius: 4px;
	overflow: hidden;
}
.index3 .noticeImages  dd a{
	display: block;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin-top: 15px;
}
.index4{
	padding-bottom: 100px;
}
.index4 .content{
	display: flex;
	justify-content: space-between;
}
.index4 .noticeList{
	width: 42.57%;
}
.index4 .newsImgesList{
	width: 55%;
}
.index4 .newsImgesList .li:first-child{
	margin-bottom: 40px;
}
.index4 .newsImgesList .li a{
	display: flex;
	justify-content: space-between;
}
.index4 .newsImgesList .li .date{
	width: 60px;
	height: 60px;
	background: rgba(197, 24, 31, 0.05);
	border-radius: 5px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #C5181F;
}
.index4 .newsImgesList .li .date span{
	font-size: 20px;
	font-weight: bold;
}
.index4 .newsImgesList .li  .word{
	flex: 1;
	overflow: hidden;
	margin: 0 30px;
}
.index4 .newsImgesList .li  img{
	width: 242px;
	height: 162px;
	border-radius: 4px;
	overflow: hidden;
	object-fit: cover;
}
.index4 .newsImgesList .li  .word h3{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index4 .newsImgesList .li  .word p{
	font-size: 14px;
	color: #666666;
	line-height: 1.6em;
	height: 4.8em;
	overflow : hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: normal; 
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index4 .btn{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #C5181F;
	border-radius: 15px;
	color: #fff;
	margin-top: 20px;
	display: block;
}

/* 内頁 */
.contentBox{
	min-height: calc(100vh - 140px);
	min-width: 1240px;
}
.neiBanner img{
	display: block;
	width: 100%;
}
.pb60{
	padding-bottom: 60px !important;
}
.pt60{
	padding-top: 60px !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.pt0{
	padding-top: 0 !important;
}

.pageBox{
	text-align: center;
	padding: 30px 0;
}
.pageBox .layui-laypage{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.pageBox .layui-laypage a,.pageBox .layui-laypage span,.layui-laypage button, .layui-laypage input{
	margin: 0 3px;
	border-radius: 2px;
	background: none;
}
.pageBox .layui-laypage a,.pageBox .layui-laypage .layui-laypage-curr{
	width: 30px;
	padding: 0;
}
.pageBox .layui-laypage .layui-laypage-curr{
	
}
.pageBox .layui-laypage a.layui-laypage-prev,
.pageBox .layui-laypage a.layui-laypage-next{
	width: 60px;
}
.pageBox .layui-laypage select{
	background: none;
}

.layui-input, .layui-select, .layui-textarea{
	height: 30px;
}
.layui-form-select dl dd, .layui-form-select dl dt{
	line-height: 30px;
}

.subtitle3{
	display: flex;
	align-items: center;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	justify-content: flex-end;
	font-size: 18px;
}
.annotation{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background-image: url(./j_i8.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.width140{
	width: 140px;
}
.bgred2{
	background-color: #A71218;
}
@media only screen and (max-width: 1430px) {
	.width140{
		width: 110px;
	}
}
.showMess{
	padding: 15px;
	line-height: 2em;
	color: #333;
}
.layui-layer-title{
	text-align: center;
	font-size: 16px !important;
}
.layui-layer-btn .layui-layer-btn0{
	border-color: #C5181F !important;
	background-color: #C5181F !important;
}


/* 登录/风险测评/签订协议 */
.layercode {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

.layercode .png-bg {
	background: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.layercode-con {
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 30%;
	left:30%;
	padding: 30px;
}

.yidun.yidun--light .yidun_bgimg,
.yidun.yidun--light.yidun--float .yidun_panel {
	position: static!important;
	top: 0!important;
	left: 0!important;
}

.yidun.yidun--light.yidun--float .yidun_panel {
	display: block!important;
}

.yidun.yidun--light .yidun_panel-placeholder {
	padding-top: 0!important;
}
.layer_marskBox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,1);
	display: none;
}
.s_layer_content{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 60px 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.s_layer_content .title{
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}
.loginForm{
	width: 400px;
}
.loginForm li{
	display: flex;
	justify-content: space-between;
	height: 50px;
	margin-bottom: 20px;
	align-items: center;
	flex-shrink: unset;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
	overflow: hidden;
	padding: 0 15px;
}
.loginForm li:last-child{margin-bottom: 0;}
.loginForm li i{
	width: 20px;
	height: 20px;
	margin-right: 15px;
	flex-shrink: unset;
}
.loginForm li .icon1{
	background: url(icon_mobile.png) no-repeat center;
}
.loginForm li .icon2{
	background: url(iocn_lock.png) no-repeat center;
}
.loginForm li input{
	flex: 1;
	border: 0;
	outline: 0;
	height: 50px;
	margin-right: 15px;
	font-size: 16px;
}
.loginForm li button{
	border: 0;
	height: 50px;
	outline: 0;
	width: auto;
	color: #C5181F;
	background: none;
}
.loginForm .loginBtn{
	display: block;
	width: 100%;
	height: 48px;
	background: #C5181F;
	border-radius: 24px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
}
.loginForm .checkMobile{
	display: flex;
	align-items: center;
	margin: 15px 0;
	cursor: pointer;
}
.loginForm .checkMobile i{
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #CFCFCF;
	margin-right: 10px;
}
.loginForm .checkMobile.checked i{
	background: url(icon_check.png) no-repeat center;
}
.loginForm .word{
	margin-top: 15px;
	font-size: 16px;
}
.loginForm .word a{
	color: #C5181F;
	line-height: 1.5em;
}
.personalForm{
	width: 400px;
}
.personalForm li{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	align-items: center;
}
.personalForm li span{
	width: 4em;
	text-align: justify;
	margin-right: 15px;
}
.personalForm li input{
	flex: 1;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
	outline: 0;
	padding: 0 15px;
}
.personalForm li input:focus{
	border: 1px solid #C5181F;
}
.s_layer_content .message_word{
	text-align: center;
	font-size: 16px;
	line-height: 2em;
}
.s_layer_content .qdBtn{
	width: 102px;
	height: 36px;
	background: #C5181F;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	display: block;
	text-align: center;
	margin: 40px auto 0;
}

.pgwjForm{
	width: 680px;
}
.pgwjForm .formList{
	height: 460px;
	overflow: hidden;
}
.pgwjForm .tip{
	line-height: 2em;
	margin-bottom: 15px;
}
.pgwjForm dl{
	margin-bottom: 10px;
}
.pgwjForm dt{
	font-size: 16px;
	color: #C5181F;
	line-height: 28px;
	margin-bottom: 10px;
}
.pgwjForm  .layui-form-radio{
	margin: 0;
}
.pgwjForm dd{
	margin-bottom: 6px;
	line-height: 28px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: #C5181F;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
	  border-color: #C5181F!important;
}
.layui-form-checked[lay-skin=primary] i{
    background-color: #C5181F;
    color: #fff;
}
.layui-form-checkbox span{
	white-space: initial;
	line-height: 1.5em !important;
}
.layui-form-checkbox:hover span{
	 color: #C5181F;
}

.s_layer_content .btnBox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.s_layer_content .btnBox>a{
	margin: 0 15px !important;
}
.s_layer_content .btnBox .backTo{
	width: 102px;
	height: 36px;
	background: #C0C0C0;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}
.layer_marskBox_jss .s_layer_content .message_word,
.layer_marskBox_qrs .s_layer_content .message_word,
.layer_marskBox_wlxys .s_layer_content .message_word,
.layer_marskBox_hgtzz .s_layer_content .message_word,
.layer_marskBox_fxdj .s_layer_content .message_word
{
	width: 680px !important;
	max-height: 320px;
	text-align: justify;
	padding-right: 15px;
	font-size: 14px;
}
.layer_marskBox_fxdj .s_layer_content .message_word{
	padding: 40px 0;
}
.layer_marskBox_qrs .s_layer_content  .qdBtn{
	width: 184px;
}

[v-cloak]{
	display: none;
}

.b-red::before {
    content: '';
    display: inline-block;
    width: 5px;
    height:5px;
    margin: auto 3px auto 0;
    background: #F43438;
}
.qxtb-label-text {
    font-size:14px;
    color: #919191;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}
.b-gray::before {
    content: '';
    display: inline-block;
    width: 5px;
    height:5px;
    margin: auto 5px;
    background: #E7E7E7;
}

.b-blue::before {
    content: '';
    display: inline-block;
    width: 5px;
    height:5px;
    margin: auto 5px;
    background: #498EFF;
}
.nodata{
	text-align: center;
	line-height: 40px;
	width: 100%;
}
.xylist{
	text-align: left;
	width: 400px;
}
.xylist li{
	position: relative;
	padding-left: 15px;
}
.xylist li a{
	color: #C5181F;
}
.xylist li::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	background-color: #C5181F;
}
.xycheck{
	margin-top: 10px;
	text-align: left !important;
}

.fjList{
	margin-top: 20px;
}
.fjList li{
	line-height: 2.5em;
	color: #007AFF;
	cursor: pointer;
}