@charset "utf-8";
/* common start */
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{
    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,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input::placeholder {
    color:#999999;
}
textarea::placeholder {
    color:#999999;
}

select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}
.animate{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.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;
}
.txt_left{
    text-align:left!important;
}
.txt_right{
    text-align:right!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
.text_indent{
	text-indent: 2em;
}
html{
	font-size: 100px;
}

@media (max-width: 1600px){
	html{
		font-size: 90px;
	}
}
@media (max-width: 1440px){
	html{
		font-size: 80px;
	}
}


@font-face {
	font-family: 'D-DIN';
	src: url("../fonts/D-DIN.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Bold';
	src: url("../fonts/D-DIN-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Medium';
	src: url("../fonts/D-DIN-Medium.otf");
	font-weight: normal;
	font-style: normal;
}

body{
    font-size: 0.14rem;
    color: #333;
    line-height: 1.5;
    font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    min-width: 12rem;
	word-break: break-all;
}
.color_red{
    color: #E60012 !important;
}

.color_green{
    color: #039460 !important;
}

.color_agray{
	color: #999999 !important;
}
.wrapfix{
	width: 12rem;
	margin: 0 auto;
	position: relative;
}
.pc_website{
	display: block !important;
}
.h5_website{
	display: none !important;
}


@media (min-width: 1025px){
	/*定义滚动条高宽及背景*/
	::-webkit-scrollbar{
		width: 8px;
		height: 8px;
		background-color: transparent;
	}
	
	/*定义滚动条轨道*/
	::-webkit-scrollbar-track{
		-webkit-box-shadow: none;
		border-radius: 8px;
		background-color: transparent;
	}
	
	/*定义滑块*/
	::-webkit-scrollbar-thumb{
		border-radius: 8px;
		-webkit-box-shadow: none;
		background-color: #cccccc;
	}
}

/* common end */

/* home start */
.header_module{
	position: relative;
	z-index: 301;
	height: 1.06rem;
}
.header{
	display: block;
	background: #ffffff;
	border-bottom: 1px solid #EDF2FA;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	transition: all 0.3s;
}
.mobile_header{
	display: none;
}
.header .wrapfix{
	width: 14.4rem;
}
.header > .wrapfix{
	height: 1.05rem;
	box-sizing: border-box;
	padding: 0.23rem 0 0.22rem;
	display: flex;
	align-items: center;
	position: static;
}
.header .logo{
	width: 1.86rem;
	margin-right: 2.4rem;
}
.header .logo a{
	display: block;
	height: 0.48rem;
	background: url(../images/logo.png) no-repeat left center;
	background-size: 100% auto;
	transition: all 0.3s;
}
.header .nav_box{
	flex: 1;
	min-width: 0;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header .nav_list{
	display: flex;
	flex: 1;
	min-width: 0;
}
.header .nav_list > li{
	margin-left: 0.44rem;
	/* position: relative; */
}
.header .nav_list > li:first-child{
	margin-left: 0 !important;
}
.header .nav_list > li > a{
	display: block;
	padding: 0.15rem 0;
	line-height: 0.3rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #333333;
	position: relative;
	transition: all 0.3s;
}
.header .nav_list > li > a .arrow{
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border-top: 1px solid #E60012;
	border-right: 1px solid #E60012;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	transform: rotate(-45deg);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.header .nav_list > li:hover > a{
	color: #E60012 !important;
}
.header .nav_list > li.active > a{
	color: #E60012;
}
.header .nav_list > li:hover > a .arrow{
	opacity: 1;
	visibility: visible;
}
.nav_subbox{
	width: 100%;
	position: absolute;
	top: 100%;
	margin-top: -0.23rem;
	left: 0;
	z-index: 100;
	padding-top: 0.31rem !important;
	transform: translate3d(0, 0, 0);
}
.nav_sub_wrap{
	box-sizing: border-box;
	width: 12rem;
	background: #ffffff;
	border-top: 2px solid #E60012;
	box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.10);
	background: #ffffff;
	border-radius: 0.08rem;
	padding: 0.38rem 0.28rem;
	position: absolute;
	top: 0.31rem;
	left: 50%;
	transform: translateX(-50%);
}
.nav_sub_wrap .row{
	display: flex;
}
.nav_sub_wrap .row:first-child{
	justify-content: center;
}
.nav_sub_wrap .row .nav_sub_item{
	padding-top: 0.32rem;
	box-sizing: border-box;
	width: 20%;
}
.nav_sub_wrap .row:first-child .nav_sub_item{
	padding-top: 0 !important;
}
.nav_sub_item{
	display: block;
	padding: 0 0.12rem;
	box-sizing: border-box;
}
.nav_sub_item h5{
	font-size: 0.17rem;
	line-height: 0.24rem;
	font-weight: 500;
	color: #E60012;
	position: relative;
	margin-bottom: 0.1rem;
}
/* .nav_sub_item h5:before{
	content: '';
	width: 0.02rem;
	height: 0.14rem;
	background: #E60012;
	position: absolute;
	top: 50%;
	left: -0.08rem;
	transform: translateY(-50%);
} */
.nav_sub_item h5 a{
	display: inline-block;
	vertical-align: top;
	color: #E60012;
	transition: all 0.3s;
}
.nav_sub_item h5 a:hover{
	color: #E60012;
}
.nav_sub_item .list li{
	margin-top: 0.1rem;
}
.nav_sub_item .list li:first-child{
	margin-top: 0;
}
.nav_sub_item .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
	transition: all 0.3s;
	max-width: 1.5rem;
}
.nav_sub_item .list li a:hover{
	color: #E60012;
}

.header .header_search{
	margin-left: 0.25rem;
}
.h_search_link{
	display: inline-block;
	vertical-align: top;
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/icon_search.png) no-repeat center;
	background-size: 0.18rem;
	transition: all 0.3s;
}
.head_opea_link{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.25rem;
	border: 1px solid #DFE3EC;
	padding: 0.05rem 0.14rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	transition: all 0.3s;
}
.head_opea_link i{
	display: inline-block;
	vertical-align: top;
	width: 0.14rem;
	height: 0.14rem;
	margin-right: 0.04rem;
	background: url(../images/icon_heart.png) no-repeat center;
	background-size: 100%;
	position: relative;
	top: 0.03rem;
	transition: all 0.3s;
}
.head_opea_link:hover{
	border-color: #999999 !important;
}
.head_cs_span{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.3rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	transition: all 0.3s;
}
.head_cs_span i{
	display: inline-block;
	vertical-align: top;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.06rem;
	background: url(../images/icon_tel.png) no-repeat center;
	background-size: 100%;
	transition: all 0.3s;
}
.header_module.home{
	height: 0;
}
.header_module.home .header{
	border-bottom-color: transparent;
	background: transparent;
}
.header_module.home .header .logo a{
	background-image: url(../images/logo.png);
}
.header_module.home .header .nav_list > li > a{
	color: #ffffff;
}
.header_module.home .header .head_opea_link{
	border-color: #ffffff;
	color: #ffffff;
}
.header_module.home .header .head_opea_link i{
	background-image: url(../images/icon_heart_white.png);
}
.header_module.home .header .head_cs_span{
	color: #ffffff;
}
.header_module.home .header .head_cs_span i{
	background-image: url(../images/icon_tel_white.png);
}
.header_module.home .header .h_search_link{
	background-image: url(../images/icon_search_white.png);
}
.header_module.home.active .header,
.header_module.home .header:hover{
	border-bottom-color: #EDF2FA;
	background: #ffffff;
}
.header_module.home.active .header .logo a,
.header_module.home .header:hover .logo a{
	background-image: url(../images/logo.png);
}
.header_module.home.active .header .nav_list > li > a,
.header_module.home .header:hover .nav_list > li > a{
	color: #333333;
}
.header_module.home.active .header .nav_list > li.active > a,
.header_module.home .header:hover .nav_list > li.active > a{
	color: #E60012 !important;
}
.header_module.home.active .header .head_opea_link,
.header_module.home .header:hover .head_opea_link{
	border-color: #DFE3EC;
	color: #666666;
}
.header_module.home.active .header .head_opea_link i,
.header_module.home .header:hover .head_opea_link i{
	background-image: url(../images/icon_heart.png);
}
.header_module.home.active .header .head_cs_span,
.header_module.home .header:hover .head_cs_span{
	color: #666666;
}
.header_module.home.active .header .head_cs_span i,
.header_module.home .header:hover .head_cs_span i{
	background-image: url(../images/icon_tel.png);
}
.header_module.home.active .header .h_search_link,
.header_module.home .header:hover .h_search_link{
	background-image: url(../images/icon_search.png);
}




.footer{
	position: relative;
	background: #ffffff;
	border-top: 1px solid #E6E6E6;
	overflow: hidden;
	color: #666666;
}
.footer .wrapfix{
	width: 14.4rem;
}
.foot_logo_wrap{
	padding: 0.4rem 0;
	display: flex;
	align-items: center;
}
.foot_logo_wrap .col_left{
	flex: 1;
	min-width: 0;
}
.foot_logo_wrap .col_right{
	font-size: 0;
	line-height: 0;
}
.ft_wb_link{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.2rem;
	font-size: 0;
	opacity: 0.6;
	transition: all 0.3s;
}
.ft_wb_link img{
	display: block;
	width: 0.48rem;
	height: 0.48rem;
}
.ft_wb_link:hover{
	opacity: 1;
}
.foot_topwrap{
	border-top: 1px solid #E6E6E6;
	padding: 0.4rem 0;
	display: flex;
}
.foot_topwrap .col_left{
	width: 2.4rem;
	margin-right: 0.8rem;
}
.foot_topwrap .col_center{
	flex: 1;
	min-width: 0;
}
.ft_cs_info{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.ft_cs_info .tel{
	font-size: 0.32rem;
	line-height: 1;
	color: #333333;
	margin: 0.08rem 0 0.15rem;
	font-family: 'D-DIN';
	font-weight: 700;
}
.ft_cs_info .email{
	color: #333333;
}
.ft_cs_info .email strong{
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #000000;
	display: block;
	font-weight: 500;
}
.foot_link{
	display: flex;
}
.foot_link .item{
	margin-left: 0.68rem;
	white-space: nowrap;
}
.foot_link .item:first-child{
	margin-left: 0!important;
}
.foot_link .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	margin-bottom: 0.15rem;
	color: #333333;
}
.foot_link .item h5 a{
	color: #333333;
}
.foot_link .item ul li{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.foot_link .item ul li a{
	display: inline-block;
	vertical-align: top;
	color: #666666;
	transition: all 0.3s;
}
.foot_link .item ul li a:hover{
	color: #333333;
}
.foot_topwrap .col_right{
	margin-left: 0.4rem;
}
.ft_qrcode_box{
	display: flex;
}
.ft_qrcode_box .item{
	margin-left: 0.2rem;
	width: 1.08rem;
	text-align: center;
	font-size: 0.15rem;
	line-height: 0.24rem;
}
.ft_qrcode_box .item:first-child{
	margin-left: 0 !important;
}
.ft_qrcode_box .item .pic{
	box-sizing: border-box;
	width: 1.08rem;
	height: 1.08rem;
	padding: 0.04rem;
	border: 1px solid #F0F0F0;
	border-radius: 0.04rem;
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 0.06rem;
}
.ft_qrcode_box .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.ft_qrcode_tips{
	text-align: right;
	margin-top: 0.2rem;
	font-size: 0.15rem;
	line-height: 0.24rem;
}
.ft_qrcode_tips a{
	color: #E60012;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.1rem;
}
.ft_qrcode_tips a .ic_search{
	display: inline-block;
	vertical-align: top;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/icon_search2.png) no-repeat center;
	background-size: 100%;
	margin-right: 0.05rem;
	position: relative;
	top: 0.05rem;
}
.foot_botwrap{
	padding: 0.4rem 0;
}
.foot_bot_layout{
	display: block;
}
.fd_link_wrap{
	display: flex;
}
.fd_link_wrap h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: 500;
	color: #333333;
	margin-right: 0.12rem;
}
.fd_link_span{
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
}
.fd_link_span a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-bottom: 0.1rem;
	margin-right: 0.32rem;
	transition: all 0.3s;
}
.fd_link_span a:last-child{
	margin-right: 0 !important;
}
.fd_link_span a:hover{
	color: #333333;
}
.footer .ft_logo{
	display: inline-block;
	vertical-align: top;
	height: 0.48rem;
}
.footer .ft_logo img{
	display: block;
	height: 100%;
}
.copyright{
	border-top: 1px solid #E6E6E6;
	margin-top: 0.25rem;
	padding-top: 0.35rem;
	display: flex;
}
.copyright .cont{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.copyright .cont span,
.copyright .cont a{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.3rem;
	color: #666666;
	transition: all 0.3s;
}
.copyright .cont a img,
.copyright .cont span img{
	height: 0.22rem;
	margin-right: 0.05rem;
}
.copyright .cont a:hover{
	color: #333333;
}
.ipv6_span{
	display: inline-block;
	vertical-align: top;
	padding: 0 0.11rem;
	line-height: 0.2rem;
	color: #333333;
	border-radius: 0.2rem;
	border: 1px solid #D9D9D9;
	margin-left: 0.1rem;
}
.float_link{
	width: 0.44rem;
	position: fixed;
	right: 0.32rem;
	bottom: 0.32rem;
	z-index: 300;
}
.float_link ul li{
	margin-top: 0.02rem;
	position: relative;
	height: 0.44rem;
}
.float_link ul li:first-child{
	margin-top: 0 !important;
}
.float_link ul li > a{
	display: block;
	height: 0.44rem;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background: #ffffff;
	border-radius: 0.04rem;
	box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.10);
}
.float_link ul li > a .icon{
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 0.04rem;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}
.float_link ul li .icon i{
	width: 0.28rem;
	height: 0.28rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.float_link ul li .icon i.float_01{
	background: url(../images/float_ic01.png) no-repeat center;
	background-size: 100%;
}
.float_link ul li .icon i.float_02{
	background: url(../images/float_ic02.png) no-repeat center;
	background-size: 100%;
}
.float_link ul li .icon i.float_03{
	background: url(../images/float_ic03.png) no-repeat center;
	background-size: 100%;
}
.float_link ul li .icon i.float_04{
	background: url(../images/float_ic04.png) no-repeat center;
	background-size: 100%;
}
.float_link ul li a span{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.05rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 0.12rem;
	line-height: 0.18rem;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.float_link ul li > a:hover .icon{
	opacity: 0;
	visibility: hidden;
}
.float_link ul li > a:hover span{
	opacity: 1;
	visibility: visible;
}
.float_link ul li > a:hover{
	background: #333333 !important;
}
.banner_box,
.banner_box .swiper-container{
	height: calc(100vh - 1.2rem);
	min-height: 5rem;
	position: relative;
}
.pc_banner_box{
	display: block;
}
.h5_banner_box{
	display: none;
}
.banner_item{
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #333333;
	z-index: 5;
}
.banner_item:before{
	content: '';
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.banner_item img,
.banner_item video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner_item img{
	transform: scale(1.1);
	transition: transform 10s;
}
.banner_box .swiper-slide.swiper-slide-active .banner_item img{
	transform: scale(1);
}
.banner_item .txt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #ffffff;
	text-align: left;
	font-size: 0.25rem;
	line-height: 1.5;
	z-index: 50;
}
.banner_item .txt .wrapfix{
	box-sizing: border-box;
	width: 14.4rem;
}
.banner_item .txt h2{
	font-size: 0.55rem;
	font-weight: 500;
	margin-bottom: 0.2rem;
}
.banner_box .swiper_pagination{
	width: 100%;
	height: 0.06rem;
	font-size: 0;
	text-align: left;
	position: absolute;
	bottom: 0.5rem !important;
	left: 0;
	z-index: 50;
}
.banner_box .swiper_pagination .wrap{
	width: 14.4rem;
	margin: 0 auto;
}
.banner_box .swiper_pagination span{
	display: inline-block;
	vertical-align: top;
	border-radius: 0 !important;
	width: 0.6rem;
	height: 0.06rem;
	background: #ffffff;
	opacity: 0.4;
	transition: all 0.3s;
	margin: 0 0 0 0.2rem;
}
.banner_box .swiper_pagination span:first-child{
	margin-left: 0 !important;
}
.banner_box .swiper_pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.h5_ban_img{
	display: none !important;
}
.pc_ban_img{
	display: block !important;
}
.yy_lg_box{
	width: 4.22rem;
	background: #ffffff;
	box-sizing: border-box;
	padding: 0.34rem 0.3rem;
	border-radius: 0.2rem;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateY(-50%);
	margin-right: -7.2rem;
	z-index: 100;
}
.yy_lg_box:before{
	content: '';
	width: 100%;
	height: 2.34rem;
	box-sizing: border-box;
	border-radius: 0.2rem 0.2rem 0.04rem 0.04rem; 
	border: 0.02rem solid #FFF;
	background: linear-gradient(0deg, #FDFEFF 0%, #FFEEEB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.yy_lg_box:after{
	content: '';
	width: 1.28rem;
	height: 1.28rem;
	background: url(../images/yy_lg_bg.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0.22rem;
	right: -0.08rem;
	z-index: -1;
}
.yy_lg_box .title{
	text-align: center;
	margin-bottom: 0.21rem;
}
.yy_lg_box .title h3{
	font-size: 0.32rem;
	line-height: 0.44rem;
	font-weight: 700;
}
.yy_lg_box .title h3 strong{
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 0.09rem;
}
.yy_lg_box .title p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999999;
	margin-top: 0.11rem;
}
.yy_lg_input{
	position: relative;
	margin-bottom: 0.15rem;
}
.yy_lg_input .t1{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.54rem;
	border: 1px solid #FFEFEF;
	background: #ffffff;
	border-radius: 0.04rem;
	padding: 0 0.19rem;
	font-size: 0.16rem;
	outline: none;
	transition: all 0.3s;
}
.yy_lg_input .t1:focus{
	border-color: #FF896F;
}
.yy_lg_input .code_img{
	width: 0.8rem;
	height: 0.36rem;
	position: absolute;
	top: 0.09rem;
	right: 0.2rem;
	z-index: 50;
}
.yy_lg_input .code_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.yy_lg_input .code_btn{
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #E60012;
	position: absolute;
	top: 0.09rem;
	right: 0.2rem;
	z-index: 50;
	transition: all 0.3s;
}
.yy_lg_input .code_btn.disabled{
	color: #999999;
}
.yy_lg_button{
	display: block;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	color: #ffffff;
	background: #E60012;
	margin-top: 0.3rem;
	transition: all 0.3s;
}
.yy_lg_button:hover{
	opacity: 0.9;
}
.rule_check{
	position: relative;
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.rule_check a{
	color: #E60012;
}
.rule_check label{
	display: inline-block;
	padding-left: 0.28rem;
	position: relative;
	text-align: left;
}
.rule_check label .icon_check{
	padding: 0;
	width: 0.16rem;
	height: 0.16rem;
	line-height: 0;
	position: absolute;
	top: 0.03rem;
	left: 0;
	z-index: 10;
}
.rule_check label .icon_check i{
	top: 0;
}
.icon_check{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	padding-left: 0.28rem;
	position: relative;
	cursor: pointer;
}
.icon_check i{
	display: block;
	box-sizing: border-box;
	width: 0.16rem;
	height: 0.16rem;
	border: 1px solid #D9D9D9;
	border-radius: 0.02rem;
	background: #ffffff;
	position: absolute;
	top: 0.03rem;
	left: 0;
	transition: all 0.3s;
}
.icon_check.checked i{
	border-color: #E60012;
	background: #E60012 url(../images/icon_checked.png) no-repeat center;
	background-size: 0.18rem;
}
.fast_navbox .wrapfix{
	width: 14.4rem;
}
.fast_navlist{
	display: flex;
}
.fast_navlist li{
	flex: 1;
	min-width: 0;
}
.fast_navlist li .item{
	display: flex;
	padding: 0.24rem 0;
	justify-content: center;
	align-items: center;
	color: #333333;
	transition: all 0.3s;
}
.fast_navlist li .item .icon{
	width: 0.72rem;
	height: 0.72rem;
	margin-right: 0.24rem;
}
.fast_navlist li .item .icon img{
	display: block;
	width: 100%;
}
.fast_navlist li .item h5{
	font-size: 0.24rem;
	line-height: 0.4rem;
	font-weight: 500;
}
.fast_navlist li .item:hover{
	color: #E60012;
}
.home_module{
	padding: 1rem 0;
}
.home_module .wrapfix{
	width: 14.4rem;
}
.home_module.mod_01{
	background: url(../images/hm_mod_bg01.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 0;
}
.hm_fast_wrap{
	height: 6.6rem;
	position: relative;
	padding: 0 0.5rem;
}
.hm_fast_wrap .swiper-container{
	height: 5.9rem;
}
.hm_fast_wrap .swiper-slide{
	opacity: 0 !important;
	transition: all 0.5s;
}
.hm_fast_wrap .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}
.hm_fast_box{
	display: flex;
	align-items: center;
}
.hm_fast_box .col_left{
	flex: 1;
	min-width: 0;
	padding: 0 0.5rem;
}
.hm_fast_box .col_right{
	width: 7.3rem;
}
.hm_fast_box .pic img{
	display: block;
	width: 100%;
}
.hm_fast_box .title{
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.2rem;
}
.hm_fast_box .title h3{
	font-size: 0.4rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.hm_fast_box p{
	font-size: 0.2rem;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.hm_fast_box .tag{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.4rem;
}
.hm_fast_box .tag .item{
	margin-left: 0.2rem;
	margin-top: 0.2rem;
}
.hm_fast_box .tag .item:nth-child(3n+1){
	margin-left: 0 !important;
}
.hm_fast_box .tag .item a{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 1.48rem;
	text-align: center;
	padding: 0.11rem 0.1rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	font-weight: 500;
	color: #E60012;
	border: 1px solid #FFC6C6;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(2px);
	border-radius: 0.5rem;
	transition: all 0.3s;
}
.hm_fast_box .tag .item a i{
	display: inline-block;
	vertical-align: top;
	width: 0.12rem;
	height: 0.24rem;
	background: url(../images/arrow05.png) no-repeat center;
	background-size: 100% auto;
	margin-left: 0.08rem;
	transition: all 0.3s;
}
.hm_fast_box .tag .item a:hover{
	color: #ffffff;
	border-color: #E60012;
	background: #E60012;
}
.hm_fast_box .tag .item a:hover i{
	background-image: url(../images/arrow05_white.png);
}
/* .hm_fast_wrap .swiper-slide .col_left{
	transform: translate3d(-100%, 0, 0);
	transition: all 0.5s;
}
.hm_fast_wrap .swiper-slide .col_right{
	transform: translate3d(100%, 0, 0);
	transition: all 0.5s;
}
.hm_fast_wrap .swiper-slide.swiper-slide-active .col_left{
	transform: translate3d(0, 0, 0);
}
.hm_fast_wrap .swiper-slide.swiper-slide-active .col_right{
	transform: translate3d(0, 0, 0);
} */
.sw_pagination{
	height: 0.1rem;
	position: static;
	text-align: center;
}
.sw_pagination span{
	display: inline-block;
	vertical-align: top;
	width: 0.1rem;
	height: 0.1rem;
	background: #ffffff;
	border-radius: 0.1rem;
	opacity: 1 !important;
	margin: 0 0 0 0.07rem !important;
	transition: all 0.3s;
}
.sw_pagination span:first-child{
	margin-left: 0 !important;
}
.sw_pagination span.swiper-pagination-bullet-active{
	width: 0.5rem;
	background: #E60012;
}
.sw_nextbtn,
.sw_prevbtn{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.sw_prevbtn{
	left: 0;
}
.sw_nextbtn{
	right: 0;
}
.sw_nextbtn i,
.sw_prevbtn i{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../images/arrow01.png) no-repeat center;
	background-size: 0.22rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.sw_prevbtn i{
	transform: rotate(180deg);
}
.sw_nextbtn:hover i,
.sw_prevbtn:hover i{
	background-image: url(../images/arrow01_on.png);
}
.sw_nextbtn.swiper-button-disabled,
.sw_prevbtn.swiper-button-disabled{
	opacity: 0.3;
}
.sw_nextbtn.swiper-button-disabled i,
.sw_prevbtn.swiper-button-disabled i{
	background-image: url(../images/arrow01.png) !important;
}
.home_module.mod_02{
	background: #ffffff;
}
.home_mod_title{
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
}
.home_mod_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.36rem;
	line-height: 0.46rem;
	font-weight: 600;
	color: #000000;
}
.more_link{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #666;
	font-weight: 500;
	transition: all 0.3s;
}
.more_link i{
	display: inline-block;
	vertical-align: top;
	width: 0.18rem;
	height: 0.26rem;
	background: url(../images/arrow03.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	margin-left: 0.02rem;
}
.more_link:hover{
	color: #E60012;
}
.more_link:hover i{
	background-image: url(../images/arrow03_on.png);
}
.hm_layout_2{
	display: flex;
}
.hm_layout_2 .col_left{
	flex: 1;
	min-width: 0;
}
.hm_layout_2 .col_left .home_mod_title{
	padding-right: 0.3rem;
}
.hm_layout_2 .col_right{
	width: 4.73rem;
	margin-left: 0.2rem;
	display: flex;
	flex-direction: column;
}
.calendar_wrapper{
	display: flex;
}
.calendar_wrapper .row_01{
	flex: 1;
	min-width: 0;
	background: linear-gradient(180deg, rgba(230, 0, 18, 0.05) 0%, rgba(255, 137, 111, 0.05) 100%);
}
.calendar_wrapper .row_02{
	width: 4.17rem;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
}
.calendar_module{
	padding: 0.2rem;
}
.calendar_select_wrap{
	position: relative;
	padding: 0 0.6rem;
	margin: 0 0.04rem 0.2rem;
}
.calendar_select{
	position: relative;
}
.calendar_select .value{
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.32rem;
	color: #000000;
	font-weight: 500;
}
.calendar_select_wrap .prev_btn,
.calendar_select_wrap .next_btn{
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 0;
	z-index: 10;
}
.calendar_select_wrap .prev_btn{
	left: 0;
}
.calendar_select_wrap .next_btn{
	right: 0;
}
.calendar_select_wrap .prev_btn i,
.calendar_select_wrap .next_btn i{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../images/arrow02.png) no-repeat center;
	background-size: 0.18rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.calendar_select_wrap .prev_btn i{
	transform: rotate(180deg);
}
.calendar_select_wrap .prev_btn:hover i,
.calendar_select_wrap .next_btn:hover i{
	background-image: url(../images/arrow02_on.png);
}
.calendar_select_wrap .prev_btn.disabled i,
.calendar_select_wrap .next_btn.disabled i{
	background-image: url(../images/arrow02.png) !important;
	opacity: 0.3;
}
.calendar_week{
	display: flex;
}
.calendar_week .item{
	flex: 1;
	min-width: 0;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.18rem;
	color: #E60012;
	font-weight: 500;
}
.calendar_week .item.weekend{
	color: #FFAEAE;
}
.calendar_days{
	display: flex;
	flex-wrap: wrap;
}
.calendar_days li{
	width: 14.285%;
	padding: 0.04rem;
	box-sizing: border-box;
}
.calendar_days li .item{
	display: block;
	text-align: center;
	box-sizing: border-box;
	height: 0.8rem;
	font-size: 0.2rem;
	padding: 0.22rem 0 0;
	line-height: 1.4;
	border-radius: 0.08rem;
	font-weight: 500;
	color: #111111;
	cursor: pointer;
}
.calendar_days li .item span{
	display: block;
}
.calendar_days li .item .dot{
	display: block;
	width: 0.05rem;
	height: 0.05rem;
	background: #E60012;
	border-radius: 50%;
	margin: 0.04rem auto 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.calendar_days li.weekend .item{
	color: #777777;
} 
.calendar_days li.disabled .item{
	color: #777777;
	opacity: 0.4;
} 
.calendar_days li.trading_day .item{
	color: #E60012;
} 
.calendar_days li.trading_day .item .dot{
	opacity: 1;
	visibility: visible;
}
.calendar_days li.active .item{
	color: #ffffff !important;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
}
.calendar_days li.active .item .dot{
	background: #ffffff;
}
.calendar_trade_info{
	box-sizing: border-box;
	height: 5.94rem;
	display: flex;
	flex-direction: column;
	padding: 0 0.2rem 0.3rem;
	color: #ffffff;
}
.calendar_trade_info .scroll_cont{
	flex: 1;
	min-height: 0;
	overflow: auto;
	box-sizing: border-box;
	padding: 0.2rem 0.1rem 0;
}
.calendar_trade_info .btn_wrap{
	margin-top: 0.2rem;
	text-align: center;
	padding: 0 0.6rem;
}
.calendar_trade_info .btn_wrap a{
	display: block;
	text-align: center;
	border: 1px solid #E9E9E9;
	padding: 0.09rem 0.2rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #ffffff;
	transition: all 0.3s;
}
.calendar_trade_info .btn_wrap a:hover{
	border-color: #ffffff;
	color: #E60012;
	background: #ffffff;
}



@media (min-width: 1025px){
	/*定义滚动条高宽及背景*/
	.calendar_trade_info .scroll_cont::-webkit-scrollbar{
		width: 5px;
		height: 5px;
		background-color: transparent;
	}
	
	/*定义滚动条轨道*/
	.calendar_trade_info .scroll_cont::-webkit-scrollbar-track{
		-webkit-box-shadow: none;
		border-radius: 5px;
		background-color: transparent;
	}
	
	/*定义滑块*/
	.calendar_trade_info .scroll_cont::-webkit-scrollbar-thumb{
		border-radius: 5px;
		-webkit-box-shadow: none;
		background-color: rgba(255,255,255,0.2);
	}
}
.calendar_info_title{
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	padding: 0.1rem 0 0;
	margin: 0 0.1rem;
}
.calendar_info_nav{
	display: flex;
	justify-content: space-between;
}
.calendar_info_nav li a{
	display: block;
	font-size: 0.18rem;
	line-height: 0.25rem;
	padding: 0.2rem 0;
	position: relative;
	font-weight: 600;
	color: #ffffff;
}
.calendar_info_nav li a:after{
	content: '';
	width: 0.4rem;
	height: 0.03rem;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.calendar_info_nav li.active a:after{
	opacity: 1;
	visibility: visible;
}
.calendar_info_item{
	margin-top: 0.36rem;
}
.calendar_info_item:first-child{
	margin-top: 0 !important;
}
.calendar_info_item .title{
	background: rgba(0,0,0,0.1);
	border-radius: 0.2rem;
	display: flex;
	padding: 0.09rem 0.1rem;
}
.calendar_info_item .title h5{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 0.24rem;
	padding-left: 0.06rem;
	font-weight: 600;
}
.calendar_info_item .title .arrow{
	box-sizing: border-box;
	width: 0.24rem;
	height: 0.24rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.31) url(../images/arrow02_white.png) no-repeat center;
	background-size: 0.12rem;
	transform: rotate(90deg);
}
.calendar_info_item .cell{
	margin-top: 0.16rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.calendar_info_item .cell h5{
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.24rem;
	line-height: 0.22rem;
	font-weight: 500;
	margin-bottom: 0.09rem;
}
.calendar_info_item .cell h5:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0.08rem;
	left: 0.09rem;
}



.hm_notice_list{
	background: linear-gradient(180deg, rgba(230, 0, 18, 0.05) 0%, rgba(255, 137, 111, 0.05) 100%);
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}
.hm_notice_list ul{
	flex: 1;
	min-height: 0;
}
.hm_notice_list li{
	margin-top: 0.15rem;
}
.hm_notice_list li:first-child{
	margin-top: 0 !important;
}
.hm_notice_list li .item{
	display: flex;
	align-items: center;
	padding: 0.14rem 0.1rem;
	color: #333333;
	transition: all 0.3s;
}
.hm_notice_list li .item .time{
	border-right: 1px solid #DFD0D0;
	margin-right: 11px;
	white-space: nowrap;
	padding: 0.04rem 0.1rem 0.04rem 0;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.18rem;
	transition: all 0.3s;
}
.hm_notice_list li .item .time strong{
	display: block;
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: 600;
}
.hm_notice_list li .item .time em{
	display: block;
	margin-top: 0.02rem;
	color: #666666;
	transition: all 0.3s;
}
.hm_notice_list li .item .ct{
	flex: 1;
	min-width: 0;
}
.hm_notice_list li .item p{
	font-size: 0.16rem;
	line-height: 0.26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_notice_list li .item:hover{
	color: #E60012;
}
.hm_notice_list li .item:hover .time{
	border-right-color: #E60012;
}
.hm_notice_list li .item:hover .time em{
	color: #E60012;
}
.hm_notice_list .btn_wrap{
	margin-top: 0.2rem;
	padding: 0 0.6rem;
}
.hm_notice_list .btn_wrap a{
	display: block;
	text-align: center;
	padding: 0.09rem 0.2rem;
	border: 1px solid #E9E9E9;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #333333;
	transition: all 0.3s;
}
.hm_notice_list .btn_wrap a:hover{
	border-color: #E60012;
	color: #E60012;
}

.home_module.mod_03{
	background: linear-gradient(180deg, #FFF8F7 0%, #FFF8F7 100%);
}
.hm_bus_wrap{
	display: flex;
}
.hm_bus_wrap .col_left{
	width: 2.2rem;
	margin-right: 0.2rem;
}
.hm_bus_wrap .col_right{
	flex: 1;
	min-width: 0;
}
.hm_bus_nav{
	background: #ffffff;
	border-radius: 0.08rem;
	overflow: hidden;
}
.hm_bus_nav li .item{
	border-radius: 0.08rem;
	overflow: hidden;
	display: block;
	padding: 0.4rem 0 0;
	box-sizing: border-box;
	height: 1.49rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #333333;
	position: relative;
	z-index: 5;
	transition: all 0.3s;
}
.hm_bus_nav li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_bus_nav li .item .icon{
	width: 0.32rem;
	height: 0.32rem;
	margin: 0 auto 0.08rem;
	position: relative;
}
.hm_bus_nav li .item .icon img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.hm_bus_nav li .item .icon img.img_default{
	opacity: 1;
	visibility: visible;
}
.hm_bus_nav li .item .icon img.img_active{
	opacity: 0;
	visibility: hidden;
}
.hm_bus_nav li .item h5{
	font-weight: 500;
	font-size: 0.2rem;
}
.hm_bus_nav li.active .item{
	color: #ffffff;
}
.hm_bus_nav li:hover .item:before{
	opacity: 0.05;
	visibility: visible;
}
.hm_bus_nav li.active .item:before{
	opacity: 1 !important;
	visibility: visible;
}
.hm_bus_nav li.active .item .icon img.img_default{
	opacity: 0;
	visibility: hidden;
}
.hm_bus_nav li.active .item .icon img.img_active{
	opacity: 1;
	visibility: visible;
}
.hm_bus_item{
	position: relative;
	overflow: hidden;
	border-radius: 0.08rem;
}
.hm_bus_item .pic{
	height: 5.94rem;
	overflow: hidden;
}
.hm_bus_item .pic img{
	display: block;
	position: absolute;
}
.hm_bus_item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.hm_bus_item .cont{
	box-sizing: border-box;
	width: 100%;
	padding: 0 0.8rem 0.8rem;
	color: #ffffff;
	font-size: 0.18rem;
	line-height: 0.24rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}
.hm_bus_item .cont h5{
	font-size: 0.32rem;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 0.08rem;
}
.hm_bus_layout{
	display: flex;
}
.hm_bus_layout .row_01{
	flex: 1;
	min-width: 0;
}
.hm_bus_layout .row_02{
	flex: 1;
	min-width: 0;
	margin-left: 0.2rem;
}
.hm_bus_layout .hm_bus_item{
	margin-top: 0.2rem;
}
.hm_bus_layout .hm_bus_item:first-child{
	margin-top: 0 !important;
}
.hm_bus_layout .hm_bus_item .cont{
	padding: 0 0.3rem 0.3rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.hm_bus_layout .row_01 .hm_bus_item:nth-child(1) .pic,
.hm_bus_layout .row_02 .hm_bus_item:nth-child(2) .pic{
	height: 3.5rem;
}
.hm_bus_layout .row_01 .hm_bus_item:nth-child(2) .pic,
.hm_bus_layout .row_02 .hm_bus_item:nth-child(1) .pic{
	height: 2.24rem;
}
.hm_bus_layout .row_01 .hm_bus_item:nth-child(1) .pic img{
	top: 0;
	left: 0;
}
.hm_bus_layout .row_01 .hm_bus_item:nth-child(2) .pic img{
	bottom: 0;
	left: 0
}
.hm_bus_layout .row_02 .hm_bus_item:nth-child(1) .pic img{
	top: 0;
	right: 0
}
.hm_bus_layout .row_02 .hm_bus_item:nth-child(2) .pic img{
	bottom: 0;
	right: 0
}
.hm_bus_layout.style_2 .row_01{
	flex: 0 0 auto;
	width: 3.8rem;
}
.hm_bus_layout.style_2 .row_01 .hm_bus_item:nth-child(1) .pic{
	height: 5.94rem;
}
.hm_bus_layout.style_2 .row_02 .hm_bus_item:nth-child(1) .pic,
.hm_bus_layout.style_2 .row_02 .hm_bus_item:nth-child(2) .pic{
	height: 2.87rem;
}

.hm_bus_layout.style_3 .row_01 .hm_bus_item:nth-child(1) .pic,
.hm_bus_layout.style_3 .row_02 .hm_bus_item:nth-child(2) .pic{
	height: 2.87rem;
}
.hm_bus_layout.style_3 .row_01 .hm_bus_item:nth-child(2) .pic,
.hm_bus_layout.style_3 .row_02 .hm_bus_item:nth-child(1) .pic{
	height: 2.87rem;
}

.home_module.mod_04{
	background: #ffffff;
}
.hm_ty_wrap{
	display: flex;
}
.hm_ty_wrap .col_left{
	width: 1.6rem;
	margin-right: 0.2rem;
}
.hm_ty_wrap .col_right{
	flex: 1;
	min-width: 0;
}
.hm_ty_nav li{
	margin-top: 0.35rem;
}
.hm_ty_nav li:first-child{
	margin-top: 0 !important;
}
.hm_ty_nav li .item{
	display: inline-block;
	vertical-align: top;
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: 500;
	color: #333333;
	position: relative;
}
.hm_ty_nav li .item:before{
	content: '';
	width: 100%;
	height: 0.03rem;
	background: #E60012;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.hm_ty_nav li .item:hover{
	color: #E60012;
}
.hm_ty_nav li.active .item{
	color: #E60012;
	padding-bottom: 0.19rem;
}
.hm_ty_nav li.active .item:before{
	opacity: 1;
	visibility: visible;
}
.hm_ty_list{
	display: flex;
	flex-wrap: wrap;
	margin: -0.1rem;
}
.hm_ty_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
	position: relative;
}
.hm_ty_list li .item{
	display: block;
	border: 1px solid #F8F8F8;
	background: #F8F8F8;
	border-radius: 0.08rem;
	color: #333333;
	box-sizing: border-box;
	height: 100%;
	padding: 0.29rem;
	position: relative;
	z-index: 5;
	transition: all 0.3s;
}
.hm_ty_list li .item:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 0.08rem;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.hm_ty_list li .item .tit{
	display: flex;
	margin-bottom: 0.16rem;
	align-items: center;
	padding-right: 1.06rem;
}
.hm_ty_list li .item .tit h5{
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.16rem;
	line-height: 0.26rem;
}
.hm_ty_list li .tag{
	display: inline-block;
	vertical-align: top;
	padding: 0.02rem 0.08rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	border-radius: 0.02rem;
	color: #0E338B;
	background: rgba(0, 60, 255, 0.08);
	transition: all 0.3s;
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	z-index: 10;
}
.hm_ty_list li .item .txt{
	font-size: 0.14rem;
	line-height: 0.2rem;
	height: 0.8rem;
	color: #999999;
	transition: all 0.3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.hm_ty_list li:hover .item{
	color: #ffffff;
}
.hm_ty_list li:hover .item:before{
	opacity: 1;
	visibility: visible;
}
.hm_ty_list li:hover .item .txt{
	color: #ffffff;
}
.hm_ty_list li:hover .tag{
	background: rgba(255, 255, 255, 0.31);
	color: #ffffff;
}
.home_module.mod_05{
	background: url(../images/hm_mod_bg02.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding: 0.8rem 0 1.4rem;
}
.home_module.mod_05 .wrapfix{
	position: static;
}
.hm_about_video{
	width: calc(50vw - 1rem);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.hm_about_video .window{
	height: 5.6rem;
	overflow: hidden;
	position: relative;
}
.hm_about_video .window img,
.hm_about_video .window video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hm_about_video .icon_play{
	display: inline-block;
	width: 0.66rem;
	height: 0.66rem;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px dashed #E60012;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	margin: -0.33rem 0 0 -0.33rem;
	transition: all 0.3s;
}
.hm_about_video .icon_play:before{
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	background: #E60012 url(../images/icon_play.png) no-repeat center;
	background-size: 0.24rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.hm_about_video .icon_play:hover{
	transform: scale(0.9);
}
.hm_about_box{
	width: 53.5%;
	min-height: 3.74rem;
}
.hm_about_box .title{
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	color: #E60012;
	margin-bottom: 0.2rem;
}
.hm_about_box .txt{
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #666666;
	min-height: 2.52rem;
}
.hm_about_box .txt p{
	margin-top: 0.2rem;
}
.hm_about_box .txt p:first-child{
	margin-top: 0;
}
.hm_about_box .txt .imp{
	color: #333333;
}
.more_link_2{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #E60012;
}
.more_link_2 i{
	display: inline-block;
	vertical-align: top;
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	background: #E60012 url(../images/arrow03_white.png) no-repeat center;
	background-size: 0.2rem;
	margin-right: 0.12rem;
	transition: all 0.3s;
}
.more_link_2:hover i{
	transform: scale(0.9);
}
.hm_about_box .btn_wrap{
	margin-top: 0.38rem;
}
.hm_about_box .abouts_intro_info{
	margin-top: 0.5rem;
}
.hm_about_box .abouts_intro_info li .item h5{
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #333333;
}
.hm_about_box .abouts_intro_info li .item .icon{
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.12rem;
}



.hm_about_info{
	margin-top: 0.6rem;
	background: #ffffff;
	border-radius: 0.08rem;
	overflow: hidden;
	display: flex;
}
.hm_about_info li{
	flex: 1;
	min-width: 0;
}
.hm_about_info li .item{
	display: flex;
	border-radius: 0.08rem;
	overflow: hidden;
	padding: 0.4rem 0.2rem;
	align-items: center;
	justify-content: center;
	color: #E60012;
	font-size: 0.24rem;
	line-height: 0.32rem;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.hm_about_info li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.hm_about_info li .item .icon{
	width: 0.56rem;
	height: 0.56rem;
	position: relative;
	margin-right: 0.1rem;
}
.hm_about_info li .item .icon img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.hm_about_info li .item .icon img.img_default{
	opacity: 1;
	visibility: visible;
}
.hm_about_info li .item .icon img.img_active{
	opacity: 0;
	visibility: hidden;
}
.hm_about_info li .item h5{
	font-size: 0.24rem;
	font-weight: 500;
}
.hm_about_info li:hover .item{
	color: #ffffff;
}
.hm_about_info li:hover .item:before{
	opacity: 1;
	visibility: visible;
}
.hm_about_info li:hover .item .icon img.img_default{
	opacity: 0;
	visibility: hidden;
}
.hm_about_info li:hover .item .icon img.img_active{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1260px){
	.wrapfix{
		width: auto !important;
		padding-left: 0.3rem !important;
		padding-right: 0.3rem !important;
	}
	.banner_box .swiper_pagination .wrap{
		width: auto !important;
		padding-left: 0.3rem !important;
		padding-right: 0.3rem !important;
	}
	.hm_about_video .window{
		height: 5.2rem;
	}
	.hm_about_box .txt{
		min-height: auto;
	}
	.hm_about_box{
		min-height: 3.34rem;
	}
	.yy_lg_box{
		right: 0.3rem;
		margin-right: 0;
		/* top: 1.2rem; */
	}
	.foot_topwrap .col_left{
		margin-right: 0.6rem;
	}
	.foot_link .item{
		margin-left: 0.6rem;
	}
}

.section{
	background: #ffffff;
}
.page_banner{
	position: relative;
}
.page_banner .pic{
	height: 4rem;
	overflow: hidden;
}
.page_banner .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page_banner .txt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	transform: translateY(-50%);
	color: #ffffff;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.28rem;
}
.page_banner .txt h2{
	font-size: 0.44rem;
	line-height: 0.62rem;
	font-weight: 600;
}
.page_banner .txt p{
	margin: 0.18rem auto 0;
}
.pg_cm_wrap{
	padding: 0.5rem 0 0.6rem;
}
.ty_cm_wrap{
	display: flex;
	flex-wrap: wrap;
	margin: -0.2rem;
}
.ty_cm_wrap .col_flex{
	box-sizing: border-box;
	width: 50%;
	padding: 0.2rem;
}
.ty_cm_box{
	background: #ffffff url(../images/ty_item_bg.png) no-repeat left top;
	box-shadow: 0 0 0.2rem rgba(50, 29, 29, 0.08);
	box-sizing: border-box;
	height: 100%;
	border-radius: 0.08rem;
}
.ty_cm_box .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 0.2rem;
}
.ty_cm_box .title h5{
	width: 1.08rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	font-size: 0.2rem;
	font-weight: 700;
	color: #ffffff;
	font-style: oblique;
}
.ty_cm_box .title .more{
	display: inline-block;
	vertical-align: top;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
}
.ty_cm_box .title .more i{
	display: inline-block;
	vertical-align: top;
	width: 0.1rem;
	height: 0.2rem;
	background: url(../images/arrow02.png) no-repeat center;
	background-size: 100% auto;
	margin-left: 0.04rem;
}
.ty_cm_box .list{
	padding: 0.15rem 0.2rem;
}
.ty_cm_box .list li{
	margin-top: 0.09rem;
}
.ty_cm_box .list li:first-child{
	margin-top: 0 !important;
}
.ty_cm_box .list li .item{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	padding: 0.05rem 0;
	color: #333333;
	transition: all 0.3s;
}
.ty_cm_box .list li .item p{
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ty_cm_box .list li .item .tag{
	display: inline-block;
	vertical-align: top;
	padding: 0 0.08rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #FF8D4A;
	background: #FFF3F0;
	border-radius: 0.02rem;
	margin-left: 0.2rem;
}
.ty_cm_box .list li .item:hover{
	color: #E60012;
}
.com_nav_wrap{
	background: #F8F8F8;
}
.com_nav_wrap.nav_sticky{
	position: sticky;
	z-index: 200;
	top: 1.06rem;
	background: #F8F8F8;
}
.com_navtab{
	display: flex;
}
.com_navtab li{
	padding: 0 0.17rem 0 0.18rem;
	position: relative;
}
.com_navtab li:first-child{
	padding-left: 0.17rem;
}
.com_navtab li:before{
	content: '';
	width: 1px;
	height: 0.2rem;
	background: #D9D9D9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.com_navtab li:first-child:before{
	display: none;
}
.com_navtab li a{
	display: block;
	height: 0.7rem;
	line-height: 0.68rem;
	white-space: nowrap;
	position: relative;
	font-size: 0.16rem;
	color: #666666;
	transition: all 0.3s;
}
.com_navtab li a:before{
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #E60012;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.com_navtab li a:hover{
	color: #333333;
}
.com_navtab li.active a{
	color: #333333;
}
.com_navtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.page_layout{
	display: flex;
}
.p_layout_left{
	width: 2.02rem;
	box-sizing: border-box;
	border-right: 1px solid #E6E6E6;
	margin-right: 0.2rem;
}
.cm_sidebar_nav > li{
	margin-top: 0.08rem;
}
.cm_sidebar_nav > li:first-child{
	margin-top: 0 !important;
}
.cm_sidebar_nav > li > a{
	display: block;
	padding: 0.1rem 0.15rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #666666;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.cm_sidebar_nav > li > a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.cm_sidebar_nav > li:hover > a{
	color: #E60012;
	background: rgba(230, 0, 18, 0.05);
}
.cm_sidebar_nav > li.active > a{
	color: #ffffff;
}
.cm_sidebar_nav > li.active > a:before{
	opacity: 1;
	visibility: visible;
}
.cm_sidebar_nav > li .sub{
	background: #F8F8F8;
}
.cm_sidebar_nav > li .sub li a{
	display: block;
	padding: 0.12rem 0.15rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #444444;
}
.cm_sidebar_nav > li .sub li a:hover,
.cm_sidebar_nav > li .sub li.active a{
	color: #E60012;
}
.p_layout_right{
	flex: 1;
	min-width: 0;
	min-height: 4rem;
}
.page_box{
	margin: 0.5rem 0 0;
	min-height: 0.36rem;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 0.36rem;
	height: 0.36rem;
	line-height: 0.34rem;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
	border: 1px solid #EDEDED;
	margin: 0 0.05rem;
    transition: all 0.3s;
}
.page_box a:first-child{
	margin-left: 0 !important;
}
.page_box a:hover{
	color: #E60012;
	border-color: #E60012;
}
.page_box a.active,
.page_box a.active:hover{
	color: #ffffff;
	border-color: #E60012;
	background: #E60012;
}
.page_box .more{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.18rem;
	padding: 0 0.02rem;
	color: #333333;
	border: 0 none;
	text-align: center;
	margin: 0 0.05rem;
}
.page_box a.prev,
.page_box a.next{
	position: relative;
}
.page_box a.prev:before,
.page_box a.next:before{
	content: '';
	box-sizing: border-box;
	width: 0.08rem;
	height: 0.08rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.04rem 0 0 -0.04rem;
}
.page_box a.prev:before{
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	transform: rotate(-45deg);
	margin-left: -0.02rem;
}
.page_box a.next:before{
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	margin-left: -0.06rem;
}
.page_box a.prev:hover:before,
.page_box a.next:hover:before{
	border-color: #BA1C23;
}
.page_box a.first,
.page_box a.last{
	width: 0.6rem;
	border-radius: 0;
	color: #666666;
}
.page_box a.first:hover,
.page_box a.last:hover{
	color: #E60012;
	border-color: #E60012;
}
.page_box .jump{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.07rem;
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #666666;
}
.page_box .jump input{
	height: 0.36rem;
	box-sizing: border-box;
	width: 0.6rem;
	text-align: center;
	border: 1px solid #EDEDED;
	background: none;
	outline: none;
	font-family : Arial,"Microsoft Yahei",sans-serif;
	font-size: 0.16rem;
	color: #333333;
	vertical-align: top;
	margin: 0 0.05rem 0 0.07rem;
}
.page_box .jump .btn{
	border-color: #E60012;
	color: #ffffff;
	background: #E60012;
	margin-right: 0 !important;
}
.ty_info_list{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.ty_info_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
}
.ty_info_list li .item{
	display: flex;
	background: #ffffff;
	padding: 0.25rem;
	box-sizing: border-box;
	height: 1.1rem;
	align-items: center;
	border-radius: 0.08rem;
	background: #ffffff;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.04);
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #333333;
	position: relative;
	z-index: 5;
	overflow: hidden;
	transition: all 0.3s;
}
.ty_info_list li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.ty_info_list li .item p{
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ty_info_list li .item i{
	display: block;
	width: 0.48rem;
	height: 0.58rem;
	margin-right: 0.25rem;
	background: url(../images/file_ic_01.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
}
.ty_info_list li .item:hover{
	color: #ffffff;
}
.ty_info_list li .item:hover:before{
	opacity: 1;
	visibility: visible;
}
.ty_info_list li .item:hover i{
	background-image:  url(../images/file_ic_01_white.png);
}
.path_box{
	padding: 0.2rem 0;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #999999;
}
.path_box a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.08rem;
	color: #999999;
	transition: all 0.3s;
}
.path_box a.now{
	color: #666666;
	margin-right: 0 !important;
}
.path_box a.home{
	padding-left: 0.22rem;
	background: url(../images/ic_home.png) no-repeat left center;
	background-size: 0.14rem;
	margin-left: 0 !important;
}
.path_box a:hover{
	color: #333333;
}
.article_cm_wrap{
	padding: 0 0 0.8rem;
}
.article_box{
	background: #ffffff;
	padding: 0.4rem 0.6rem;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.article_title{
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
}
.article_title h2{
	text-align: center;
	font-size: 0.28rem;
	line-height: 1.42;
	font-weight: 500;
}
.article_title .info{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999;
}
.article_title .info .item{
	margin-left: 0.6rem;
}
.article_title .info .item:first-child{
	margin-left: 0 !important;
}
.article_cont{
	font-size: 0.18rem;
	line-height: 1.5;
	color: #333333;
} 
.article_cont p{
	margin: 0.12rem 0;
}
.article_cont img{
	display: block;
	margin: 0.2rem auto;
	max-width: 100%;
}
.article_cont table{
	width: 100% !important;
	word-break: break-all;
}
.article_cont div,
.article_cont p,
.article_cont span,
.article_cont strong,
.article_cont em,
.article_cont th,
.article_cont td{
	font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif !important;
	font-size: 0.18rem !important;
	line-height: 1.5 !important;
}
.article_opea{
	text-align: center;
	margin-top: 0.4rem;
	border-top: 1px solid #E9E9E9;
	padding-top: 0.3rem;
}
.article_opea .p_button{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #D9D9D9;
	border-radius: 0.02rem;
	padding: 0.04rem 0.15rem;
	background: none !important;
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: rgba(0, 0, 0, 0.85);
	margin: 0 0.05rem;
	transition: all 0.3s;
}
.article_opea .p_button:hover{
	color: #E60012;
	border-color: #E60012;
}
.dialog_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
}
.dialog_box{
	width: 4.5rem;
	background: #ffffff;
	border-radius: 0.08rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2000;
}
.login_layer{
	width: 4.5rem;
}
.dialog_title{
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	padding: 0.24rem 0.2rem;
}
.dialog_title h3{
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: 600;
	color: #333333;
}
.dialog_box .close{
	width: 0.38rem;
	height: 0.38rem;
	background: url(../images/ic_close.png) no-repeat center;
	background-size: 0.17rem;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
	z-index: 50;
}
.dialog_cont{
	padding: 0.24rem;
	box-sizing: border-box;
	max-height: 6rem;
	overflow: auto;
}
.input_item{
	position: relative;
	margin-bottom: 0.15rem;
}
.input_item .p_input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.54rem;
	padding: 0 0.2rem;
	outline: none;
	border: 1px solid #EBEBEB;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	color: #333333;
}
.code_btn{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: #E60012;
	position: absolute;
	top: 0.11rem;
	right: 0.2rem;
	z-index: 50;
	transition: all 0.3s;
}
.code_btn.disabled{
	color: #999999;
}
.code_img{
	background: #F8F8F8;
	width: 0.88rem;
	height: 0.32rem;
	border-radius: 0.04rem;
	overflow: hidden;
	position: absolute;
	top: 0.11rem;
	right: 0.1rem;
	z-index: 50;
}
.code_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.login_button{
	display: block;
	margin-top: 0.3rem;
	text-align: center;
	font-size: 0.16rem;
	height: 0.46rem;
	line-height: 0.46rem;
	color: #ffffff;
	background: #E60012;
	border-radius: 0.5rem;
	transition: all 0.3s;
}
.login_button:hover{
	opacity: 0.9;
}
.form_tips{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.2rem;
}
.com_link{
	color: #609DFF !important;
}
.lg_bot_tips{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.2rem;
}
.lg_bot_tips a{
	color: #E60012;
}
.login_box .rule_check{
	text-align: left;
}
.protocol_layer{
	width: 10rem;
}
.protocol_txt{
	padding: 0 0.24rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333333;
}
.protocol_txt p{
	margin-top: 0.1rem;
}
.protocol_txt p:first-child{
	margin-top: 0 !important;
}
.pb_cm_title{
	margin-bottom: 0.4rem;
}
.pb_cm_title h3{
	font-size: 0.3rem;
	line-height: 0.42rem;
	font-weight: 500;
	text-align: center;
}
.jyzx_intro_box{
	display: flex;
	flex-direction: row-reverse;
}
.jyzx_intro_box .pic{
	width: 4.5rem;
	height: 4.28rem;
	overflow: hidden;
	border-radius: 0.08rem;
	margin-left: 0.6rem;
}
.jyzx_intro_box .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.jyzx_intro_box .cont{
	flex: 1;
	min-width: 0;
}
.jyzx_intro_box .cont .title{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 600;
	color: #E60012;
	margin-bottom: 0.3rem;
}
.jyzx_intro_box .cont .list li{
	margin-top: 0.18rem;
	padding-left: 0.18rem;
	position: relative;
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.jyzx_intro_box .cont .list li strong{
	font-weight: 600;
}
.jyzx_intro_box .cont .list li:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #E60012;
	border-radius: 50%;
	position: absolute;
	top: 0.09rem;
	left: 0;
}
.jyzx_intro_box .cont .tips{
	background: #FBFBFB;
	border-radius: 0.08rem;
	margin-top: 0.3rem;
	padding: 0.4rem 0.24rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.com_span{
	color: #E60012 !important;
}
.sub_cm_module{
	margin-bottom: 0.4rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.sub_cm_module:last-child{
	margin-bottom: 0 !important;
}
.sub_cm_title{
	display: flex;
	margin-bottom: 0.2rem;
}
.sub_cm_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.3rem;
	position: relative;
	padding-left: 0.26rem;
}
.sub_cm_title h3:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #333333;
	position: absolute;
	top: 0.12rem;
	left: 0.1rem;
}
.jy_pro_infolist{
	margin: 0 -0.1rem -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.jy_pro_infolist li{
	box-sizing: border-box;
	width: 50%;
	padding: 0 0.1rem;
	margin-top: 0.2rem;
}
.jy_pro_infolist li .item{
	background: linear-gradient(90deg, #FFEEEB 0%, #FFF7F7 100%);
	border-radius: 0.08rem;
	padding: 0.2rem;
	box-sizing: border-box;
	height: 100%;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.jy_pro_infolist li .item h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: 500;
	color: #E60012;
}
.jy_pro_infolist li .item h5 span{
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.jy_pro_infolist li .item p{
	margin-top: 0.14rem;
}
.data_table{
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
	word-wrap: break-word;
}
.data_table th{
	border: 1px solid #F1F1F1;
	background: #F9F9F9;
	padding: 0.07rem 0.12rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	vertical-align: middle;
	box-sizing: border-box;
	height: 0.6rem;
	color: #333333;
	font-weight: 500;
	vertical-align: middle;
}
.data_table td{
	border: 1px solid #F1F1F1;
	padding: 0.12rem 0.12rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #333333;
	box-sizing: border-box;
	height: 0.6rem;
	vertical-align: middle;
}
.data_table td p{
	text-align: left;
}
.pro_tit_module{
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	box-sizing: border-box;
	margin-bottom: 0.5rem;
	color: #ffffff;
}
.pro_tit_module .wrapfix{
	display: flex;
	align-items: center;
	min-height: 4.22rem;
	box-sizing: border-box;
	padding: 0.65rem 0;
}
.pro_tit_module .row_01{
	flex: 1;
	min-width: 0;
}
.pro_tit_module .row_02{
	margin-left: 0.4rem;
}
.pro_tit_module .row_02 .pic{
	width: 2.38rem;
}
.pro_tit_module .row_02 .pic img{
	display: block;
	width: 100%;
}
.pro_state_wrap{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	line-height: 0.26rem;
}
.pro_state_wrap .item{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.2rem;
}
.pro_name{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
	align-items: center;
	font-size: 0.45rem;
	line-height: 0.62rem;
	color: #ffffff;
}
.pro_name .title{
	margin-right: 0.2rem;
	font-weight: 500;
}
.pro_name .code{
	font-size: 0.32rem;
	display: inline-block;
	vertical-align: top;
	font-family: 'D-DIN';
	font-weight: 700;
}
.pro_otherinfo{
	display: flex;
	align-items: center;
	margin-top: 0.15rem;
}
.pro_otherinfo .type{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
	padding: 0.08rem 0.15rem;
	border-radius: 0.03rem;
	background: rgba(255, 255, 255, 0.22);
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.pro_otherinfo .risk{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
	padding: 0.07rem 0.14rem;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 0.03rem;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.pro_intro_data{
	margin-top: 0.7rem;
	display: flex;
}
.pro_intro_data .item{
	min-width: 2rem;
	box-sizing: border-box;
	margin-right: 0.8rem;
	color: #ffffff;
}
.pro_intro_data .item:last-child{
	margin-right: 0 !important;
}
.pro_intro_data .item .data{
	font-size: 0.52rem;
	line-height: 0.54rem;
	font-family: 'D-DIN';
	font-weight: 700;
}
.pro_intro_data .item .data em{
	font-size: 0.18rem;
	margin-left: 0.05rem;
	display: inline-block;
	line-height: 0.36rem;
	vertical-align: bottom;
	font-family: Arial, "Helvetica Neue", Tahoma, PingFangSC-Regular, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
.pro_intro_data .item p{
	font-size: 0.14rem;
	line-height: 1;
	margin-top: 0.1rem;
}
.pro_tit_module .btn_wrap{
	margin-top: 0.5rem;
}
.pro_buy_button{
	display: inline-block;
	vertical-align: top;
	padding: 0.11rem 0.28rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #E60012;
	background: #ffffff;
	border-radius: 0.5rem;
	transition: all 0.3s;
}
.pro_buy_button:hover{
	opacity: 0.9;
}
.pro_detail_page{
	padding-bottom: 1rem;
}
.sub_cm_title.color h3{
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sub_cm_title.color h3:before{
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
}
.jy_pro_info{
	display: flex;
	border: 1px solid #EEEEEE;
}
.jy_pro_info li{
	flex: 1;
	min-width: 0;
	border-left: 1px solid #EEEEEE;
}
.jy_pro_info li:first-child{
	border-left: 0 none;
}
.jy_pro_info li .item{
	padding: 0.2rem 0.1rem;
	text-align: center;
	font-size: 0.12rem;
	line-height: 1;
}
.jy_pro_info li .item .data{
	font-size: 0.2rem;
	line-height: 1.5;
	font-family: 'D-DIN';
	font-weight: 700;
}
.jy_pro_info li .item p{
	margin-top: 0.1rem;
}
.jy_pro_chrtbox{
	border-radius: 0.08rem;
	background: #FFF;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	padding: 0.4rem;
}
.chart_cm_tab{
	display: flex;
	margin-bottom: 0.2rem;
}
.chart_cm_tab a{
	display: block;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #666666;
	margin-right: 0.24rem;
	transition: all 0.3s;
}
.chart_cm_tab a:last-child{
	margin-right: 0 !important;
}
.chart_cm_tab a:hover,
.chart_cm_tab a.active{
	color: #E60012;
}
.jy_pro_chrtimg > img{
	display: block;
	width: 100%;
}
.qrcode_lybox{
	font-size: 0.14rem;
	line-height: 0.2rem;
	text-align: center;
	padding: 0 0 0.06rem;
}
.qrcode_lybox p{
	margin-bottom: 0.12rem;
}
.qrcode_lybox .pic{
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #F0F0F0;
	border-radius: 0.04rem;
	box-sizing: border-box;
	padding: 0.05rem;
	overflow: hidden;
	margin: 0.18rem auto 0;
}
.qrcode_lybox .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.bus_risk_module{
	padding: 0.5rem 0;
}
.bus_risk_module.mod_01{
	background: #ffffff;
}
.bus_intro_box{
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.bus_intro_box .pic{
	width: 4.5rem;
	height: 3.54rem;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-left: 0.6rem;
}
.bus_intro_box .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bus_intro_box .cont{
	flex: 1;
	min-width: 0;
}
.bus_intro_box .title{
	font-size: 0.24rem;
	line-height: 0.34rem;
	margin-bottom: 0.4rem;
	color: #E60012;
	font-weight: 500;
}
.bus_intro_box .txt{
	font-size: 0.2rem;
	line-height: 1.6;
}
.bus_intro_box .txt p{
	margin-top: 0.1rem;
}
.bus_cm_info{
	background: #FBFBFB;
	border-radius: 0.08rem;
	margin-top: 0.7rem;
	padding: 0.32rem 0.1rem;
	display: flex;
}
.bus_cm_info li{
	flex: 1;
	min-width: 0;
}
.bus_cm_info li .item{
	font-size: 0.16rem;
	line-height: 0.24rem;
	text-align: center;
}
.bus_cm_info li .item p{
	margin-top: 0.2rem;
}
.bus_cm_info li .item .data{
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #E60012;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bus_cm_info li .item .data strong{
	margin: 0 0.05rem;
	font-family: 'D-DIN';
	font-weight: 700;
	font-size: 0.32rem;
}
.bus_cm_info li .item .data em{
	margin: 0 0.05rem;
	font-size: 0.18rem;
	color: #333333;
	font-weight: normal;
}

.bus_risk_module.mod_02{
	color: #ffffff;
	background: url(../images/fxgl_mod_bg01.jpg) no-repeat center;
	background-size: cover;
}
.bus_dp_history{
	padding: 0 0.05rem 0 0.43rem;
	position: relative;
	z-index: 10;
}
.bus_dp_history:before{
	content: '';
	height: 0.02rem;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	right: 0.3rem;
	transform: translateY(-50%);
	z-index: -1;
}
.bus_dp_history .swiper-container{
	padding: 0.4rem 1.4rem 0.4rem 0.17rem;
	overflow: hidden;
}
.dp_history_item{
	box-sizing: border-box;
	height: 3.6rem;
	position: relative;
}
.dp_history_item .wrap{
	padding: 0 0.1rem 0 0.17rem;
	box-sizing: border-box;
	width: 2.52rem;
	height: 1.8rem;
	position: absolute;
	left: 0;
}
.dp_history_item .wrap h5{
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 0.06rem;
}
.dp_history_item .wrap p{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: rgba(255, 255, 255, 0.80);
}
.dp_history_item .wrap:before{
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.dp_history_item .wrap:after{
	content: '';
	width: 0.02rem;
	position: absolute;
	left: 0.04rem;
}
.bus_dp_history .swiper-slide{
	width: 1.26rem;
}
.bus_dp_history .swiper-slide:nth-child(2n+1) .dp_history_item .wrap{
	top: 0;
}
.bus_dp_history .swiper-slide:nth-child(2n+1) .dp_history_item .wrap:before{
	bottom: -0.05rem;
}
.bus_dp_history .swiper-slide:nth-child(2n+1) .dp_history_item .wrap:after{
	top: 0.07rem;
	bottom: 0;
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 230, 230, 0.35) 100%);
}
.bus_dp_history .swiper-slide:nth-child(2n) .dp_history_item .wrap{
	bottom: 0;
	padding-top: 0.5rem;
}
.bus_dp_history .swiper-slide:nth-child(2n) .dp_history_item .wrap:before{
	top: -0.05rem;
}
.bus_dp_history .swiper-slide:nth-child(2n) .dp_history_item .wrap:after{
	top: 0;
	bottom: 0.07rem;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 230, 230, 0.35) 100%);
}


.dp_sw_prevbtn,
.dp_sw_nextbtn{
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	background: #AE0513;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	transition: all 0.3s;
}
.dp_sw_prevbtn{
	left: 0;
}
.dp_sw_nextbtn{
	right: 0;
}
.dp_sw_prevbtn i,
.dp_sw_nextbtn i{
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/arrow02_white.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.08rem 0 0 -0.08rem;
}
.dp_sw_prevbtn i{
	transform: rotate(180deg);
}

.bus_risk_module.mod_03{
	background: #ffffff;
	padding-bottom: 1rem;
}
.risk_bus_intro{
	position: relative;
	overflow: hidden;
	z-index: 5;
	border-radius: 0.08rem;
	margin-bottom: 0.2rem;
}
.risk_bus_intro .pic{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.risk_bus_intro .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.risk_bus_intro .cont{
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, rgba(0, 0, 0, 0.45) 100%);
	padding: 0.36rem 0.3rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #ffffff;
	box-sizing: border-box;
	min-height: 1.48rem;
}
.risk_bus_intro .cont h5{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 0.08rem;
}
.risk_txt_item{
	margin-bottom: 0.2rem;
	background: #FBFBFB;
	border-radius: 0.08rem;
	padding: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
}
.risk_txt_item h5{
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: 500;
	color: #333333;
	padding-left: 0.19rem;
	position: relative;
	margin-bottom: 0.12rem;
}
.risk_txt_item h5:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #E60012;
	position: absolute;
	left: 0.02rem;
	top: 0.09rem;
	transform: rotate(45deg);
}
.txt_cm_tips{
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
	margin-top: 0.2rem;
}
.com_nav_wrap .path_box{
	position: absolute;
	top: 0.05rem;
	right: 0;
	z-index: 50;
}
.com_nav_wrap .path_box .wrapfix{
	width: auto !important;
	padding: 0 !important;
}
.bus_intro_box.zcgl .pic{
	height: 4.28rem;
}
.bus_intro_box.zcgl .txt{
	font-size: 0.16rem;
	line-height: 2;
}
.bus_intro_box.zcgl .bus_cm_info{
	margin-top: 0.42rem;
}
.zcgl_ys_box{
	margin-top: 0.6rem;
	background: url(../images/zcgl_mod_bg01.jpg) no-repeat center;
	background-size: cover;
	border-radius: 0.08rem;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	padding: 0.6rem 0.6rem 0.34rem;
	color: #ffffff;
}
.zcgl_ys_box .title{
	font-size: 0.24rem;
	line-height: 0.32rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
	position: relative;
	z-index: 5;
}
.zcgl_ys_box .title:before{
	content: '';
	width: 0.37rem;
	height: 0.37rem;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	top: -0.15rem;
	left: -0.19rem;
	z-index: -1;
}
.zcgl_ys_box .list{
	margin: -0.17rem -0.3rem;
	display: flex;
	flex-wrap: wrap;
}
.zcgl_ys_box .list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.17rem 0.3rem;
}
.zcgl_ys_box .list li .item{
	display: flex;
	font-size: 0.16rem;
	line-height: 2;
}
.zcgl_ys_box .list li .item .num{
	width: 0.55rem;
	font-size: 0.34rem;
	line-height: 0.4rem;
}
.zcgl_ys_box .list li .item .ct{
	flex: 1;
	min-width: 0;
}
.zcgl_sy_tips{
	margin: 0.4rem 0;
	font-size: 0.16rem;
	line-height: 2;
}
.article_list{
	border-bottom: 1px solid #E9E9E9;
}
.article_list li .item{
	display: flex;
	padding: 0.22rem 0.2rem;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #333333;
	transition: all 0.3s;
	align-items: center;
}
.article_list li .item p{
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.28rem;
	position: relative;
}
.article_list li .item .time{
	font-size: 0.16rem;
	color: #999999;
	margin-left: 0.4rem;
	transition: all 0.3s;
}
.article_list li:nth-child(2n+1) .item{
	background: #F8F8F8;
}
.article_list li .item:hover{
	background: #FEF0F1;
}
.article_list li .item:hover,
.article_list li .item:hover .time{
	color: #E60012;
}
.article_list li .item p:before{
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/file_ic_02.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.article_list li .item .warn{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/icon_warn.png) no-repeat center;
	background-size: 100%;
	margin-right: 0.08rem;
}
.article_list li .item .warn + p{
	padding-left: 0 !important;
}
.article_list li .item .warn + p:before{
	display: none;
}
.pf_condbox{
	background: #F9F9F9;
	padding: 0.1rem 0.35rem;
	margin: 0 0 0.4rem;
}
.pf_condbox dl{
	border-bottom: 1px solid #F1F1F1;
	padding: 0.1rem 0;
	display: flex;
}
.pf_condbox dl:last-child{
	border-bottom: 0 none;
}
.pf_condbox dl dt{
	width: 0.8rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.pf_condbox dl dd{
	flex: 1;
	min-width: 0;
}
.pd_filter_link{
	margin-bottom: -0.11rem;
	padding-bottom: 0.01rem;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
.pd_filter_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	position: relative;
	color: #333;
	transition: all 0.3s;
	margin-left: 0.3rem;
	margin-bottom: 0.1rem;
}
.pd_filter_link a:hover,
.pd_filter_link a.active{
	color: #E60012;
}
.fund_list_wrap{
	margin: 0 0 0.4rem;
	background: #ffffff;
	box-shadow:0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.com_fund_table table{
	width: 100%;
	border-collapse:collapse;
}
.com_fund_table table thead{
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
	color: #ffffff;
}
.com_fund_table table th{
	padding: 0.14rem 0.1rem;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #ffffff;
	border: 0 none;
	font-weight: normal;
}
.com_fund_table table td{
	border: 0 none;
	border-bottom: 1px solid #F1F1F1;
	padding: 0.16rem 0.1rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	box-sizing: border-box;
}
.com_fund_table table th:first-child,
.com_fund_table table td:first-child{
	text-align: left;
	padding-left: 0.2rem;
}
.com_fund_table table tr:nth-child(2n) td{
	background: #F8F8F8;
}
.fund_name{
	display: block;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #333333;
}
.fund_code{
	font-size: 0.16rem;
	line-height: 1;
	color: #666666;
	font-family: 'D-DIN';
	font-weight: 700;
}
.fund_btnwrap{
	text-align: center;
	padding: 0.26rem;
}
.fund_morebtn{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #609DFF;
	padding-right: 0.14rem;
	position: relative;
}
.fund_morebtn i{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.05rem 0.04rem 0;
	border-color: #609DFF transparent transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.fund_morebtn.on i{
	border-width: 0 0.04rem 0.05rem;
	border-color: transparent transparent #609DFF;
}
.test_result_box{
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.2rem;
	padding: 0.06rem 0;
}
.test_result_box .info{
	font-size: 0.29rem;
	line-height: 1;
	color: #E60012;
	margin-top: 0.3rem;
}
.form_tips.center{
	text-align: center;
}
.test_pro_list{
	margin-top: 0.24rem;
	display: flex;
	margin-bottom: 0.3rem;
}
.test_pro_list .col_item{
	flex: 1;
	min-width: 0;
	margin-left: 0.1rem;
	background: #F9F9F9;
	border-radius: 0.08rem;
	padding: 0.13rem 0.1rem 0.2rem;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.test_pro_list .col_item:first-child{
	margin-left: 0 !important;
}
.test_pro_list .col_item:before{
	content: '';
	width: 0.85rem;
	height: 0.85rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.test_pro_list .col_item h5{
	font-size: 0.18rem;
	line-height: 0.24rem;
	margin-bottom: 0.15rem;
	font-weight: 500;
	text-align: center;
}
.test_pro_list .col_item h5 span{
	display: inline-block;
	vertical-align: top;
}
.test_pro_list .col_item .cont{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.test_pro_list .col_item .cont > div{
	margin-top: 0.15rem;
}
.test_pro_list .col_item.is_view{
	background: #FFF2F2;
}
.test_pro_list .col_item.is_view:before{
	background: url(../images/icon_eye01.png) no-repeat center;
	background-size: 100%;
}
.test_pro_list .col_item.is_view h5{
	color: #E60012;
}
.test_pro_list .col_item.is_view h5 span{
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.test_pro_list .col_item.is_view .cont{
	color: #E60012;
}
.test_pro_list .col_item.no_view{
	background: #F9F9F9;
}
.test_pro_list .col_item.no_view:before{
	background: url(../images/icon_eye02.png) no-repeat center;
	background-size: 100%;
}
.test_pro_list .col_item.no_view h5{
	color: #000000;
}
.test_pro_list .col_item.no_view .cont{
	color: #333333;
}
.pro_detail_topbox{
	display: flex;
	margin-bottom: 0.5rem;
}
.pro_detail_topbox > .row_01{
	flex: 1;
	min-width: 0;
}
.pro_detail_topbox > .row_02{
	width: 2.82rem;
	margin-left: 0.36rem;
} 
.pro_subtab{
	margin-bottom: 0.25rem;
}
.pro_subtab ul{
	display: flex;
}
.pro_subtab li a{
	display: block;
	padding: 0.07rem 0.25rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #333;
	border: 1px solid #DDDDDD;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
	margin-right: -1px;
}
.pro_subtab li a:before{
	content: '';
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.pro_subtab li a:hover{
	color: #E60012;
}
.pro_subtab li.active a{
	color: #ffffff !important;
	background: #E60012;
}
.pro_subtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.chart_opea_layout{
	display: flex;
	margin-bottom: 0.22rem;
	align-items: center;
}
.chart_opea_layout .chart_cm_tab{
	flex: 1;
	min-width: 0;
	margin-bottom: 0;
}
.detail_chart_img > img{
	display: block;
	width: 100%;
}
.com_date_box{
	width: 2rem;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
}
.com_date_box .wrap{
	display: flex;
	align-items: center;
}
.com_date_box .item{
	flex: 1;
	min-width: 0;
}
.com_date_box .item input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.4rem;
	font-size: 0.14rem;
	outline: none;
	border: 0 none;
	box-shadow:none;
}
.com_date_box .line{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	margin: 0 0.05rem;
}
.com_date_box .icon{
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/icon_date.png) no-repeat center;
	background-size: 100% auto;
	margin-left: 0.1rem;
}
.pro_imptips{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	margin-bottom: 0.3rem;
	padding-left: 0.22rem;
	position: relative;
}
.pro_imptips:before{
	content: '';
	width: 0.18rem;
	height: 0.18rem;
	background: url(../images/icon_notice.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 0.01rem;
	left: 0;
}
.pro_sy_box .title{
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 0.12rem;
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	line-height: 0.18rem;
}
.pro_sy_box .title h5{
	font-size: 0.16rem;
	flex: 1;
	min-width: 0;
	font-weight: 600;
}
.pro_sy_box .title .date{
	font-size: 0.14rem;
	color: #666666;
}
.pro_sy_box .list li{
	border-bottom: 1px solid #F1F1F1;
	display: flex;
	padding: 0.1rem 0.1rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.pro_sy_box .list li .tit{
	width: 1rem;
}
.pro_sy_box .list li .ct{
	flex: 1;
	min-width: 0;
	text-align: right;
}
.pro_tabwrap{
	margin: 0.4rem 0 0.2rem;
}
.pro_tabnav{
	display: flex;
	background: #F8F8F8;
}
.pro_tabnav li{
	padding-left: 1px;
	position: relative;
}
.pro_tabnav li:first-child{
	padding-left: 0;
}
.pro_tabnav li:before{
	content: '';
	width: 1px;
	height: 0.18rem;
	background: #D9D9D9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pro_tabnav li:first-child:before{
	display: none;
}
.pro_tabnav li a{
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.16rem;
	padding: 0 0.2rem;
	color: #666666;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.pro_tabnav li a:before{
	content: '';
	height: 0.02rem;
	background: #E60012;
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 17px;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.pro_tabnav li a:hover{
	color: #333333;
}
.pro_tabnav li.active a{
	color: #333333;
	font-weight: 500;
}
.pro_tabnav li.active a:before{
	opacity: 1;
	visibility: visible;
}
.pro_detail_module{
	margin-top: 0.2rem;
	position: relative;
	background: #ffffff;
	box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.05);
	padding: 0.2rem;
}
.pro_detail_module:first-child{
	margin-top: 0 !important;
}
.pro_mod_title{
	margin-bottom: 0.18rem;
	display: flex;
	align-items: center;
}
.pro_mod_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: 500;
	color: #333333;
	padding-left: 0.2rem;
	position: relative;
}
.pro_mod_title h3:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #E60012;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	left: 0.02rem;
}
.pro_mod_title h3 em{
	font-size: 0.14rem;
	color: #999999;
	margin-left: 0.1rem;
}
.pro_detail_txt{
	font-size: 0.16rem;
	line-height: 0.28rem;
}
div + .pro_detail_txt{
	margin-top: 0.2rem;
}
.pro_detail_txt p{
	margin-top: 0.12rem;
}
.pro_detail_txt p:first-child{
	margin-top: 0 !important;
}
.data_table.style_2 th{
	color: #666666;
	text-align: center;
}
.data_table.style_2 td{
	text-align: left;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.data_table.style_3 th{
	text-align: center;
	color: #666666;
	border: 0 none;
}
.data_table.style_3 td{
	text-align: center;
	border: 0 none;
}
.data_table.style_3 tr:nth-child(2n) td{
	background: #F9F9F9;
}
.article_list.spel{
	border-bottom: 0 none;
}
.article_list.spel li{
	border-bottom: 1px solid #EBEBEB;
}
.article_list.spel li .item{
	padding: 0.19rem 0;
	font-size: 0.16rem;
	line-height: 0.22rem;
	background: transparent !important;
}
.article_list.spel li .item p{
	padding-left: 0 !important;
}
.article_list.spel li .item p:before{
	display: none;
}
.article_list.spel li:nth-child(2n+1) .item{
	background: transparent !important;
}
.article_list.spel li .item .time{
	font-size: 0.14rem;
}
.article_list_2{
	border-bottom: 1px solid #E9E9E9;
}
.article_list_2 li .item{
	display: flex;
	padding: 0.22rem 0.2rem;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #333333;
	transition: all 0.3s;
	align-items: center;
}
.article_list_2 li .item p{
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.28rem;
	position: relative;
}
.article_list_2 li .item .time{
	font-size: 0.16rem;
	color: #999999;
	margin-left: 0.4rem;
	transition: all 0.3s;
}
.article_list_2 li:nth-child(2n+1) .item{
	background: #F8F8F8;
}
.article_list_2 li .item:hover{
	background: #FEF0F1;
}
.article_list_2 li .item:hover,
.article_list_2 li .item:hover .time{
	color: #E60012;
}
.article_list_2 li .item p:before{
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/file_ic_02.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.article_list_2 li .item .warn{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/icon_warn.png) no-repeat center;
	background-size: 100%;
	margin-right: 0.08rem;
}
.article_list_2 li .item .warn + p{
	padding-left: 0 !important;
}
.article_list_2 li .item .warn + p:before{
	display: none;
}
.jys_tabnav{
	border-radius: 0.08rem;
	background: #FFF;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.jys_tabnav ul{
	display: flex;
	padding: 0.09rem;
}
.jys_tabnav ul li{
	flex: 1;
	min-width: 0;
}
.jys_tabnav ul li .item{
	display: block;
	position: relative;
	z-index: 5;
	padding: 0.11rem 0.1rem;
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #333333;
	text-align: center;
}
.jys_tabnav ul li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	border: 0.02rem solid #FFF5F5;
	background: linear-gradient(0deg, #FDFEFF 0%, #FFEEEB 100%);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.jys_tabnav ul li .item .icon{
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto 0.15rem;
}
.jys_tabnav ul li .item .icon img{
	display: block;
	width: 100%;
}
.jys_tabnav ul li.active .item:before{
	opacity: 1;
	visibility: visible;
}
.video_sw_module{
	margin-bottom: 0.2rem;
}
.video_sw_wrap{
	position: relative;
	background: #ffffff;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.04)
}
.video_item{
	display: flex;
	color: #333333;
	background: #ffffff;
}
.video_item .col_left{
	width: 6.8rem;
	position: relative;
}
.video_item .col_left .pic{
	height: 3.82rem;
	overflow: hidden;
}
.video_item .col_left .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video_item .title{
	width: 100%;
	padding: 1.14rem 0.72rem 0.3rem;
	color: #ffffff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.video_item .title h5{
	font-size: 0.36rem;
	line-height: 0.44rem;
	font-weight: 600;
	margin-bottom: 0.24rem;
}
.video_item .title .time{
	font-size: 0.2rem;
	line-height: 0.32rem;
}
.video_item .title .logo{
	position: absolute;
	top: 0.27rem;
	left: 0.22rem;
} 
.video_item .title .logo img{
	display: block;
	height: 0.32rem;
}
.video_item .col_right{
	flex: 1;
	min-width: 0;
}
.video_item .cont{
	position: relative;
	padding: 0.75rem 0.3rem 0.3rem;
	box-sizing: border-box;
}
.video_item .cont .type{
	display: inline-block;
	vertical-align: top;
	padding: 0.05rem 0.24rem;
	font-size: 0.16rem;
	line-height: 0.25rem;
	color: #ffffff;
	border-radius: 0 0 0 0.08rem;
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.video_item .cont h5{
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: 500;
	margin-bottom: 0.2rem;
}
.video_item .cont .txt{
	font-size: 0.16rem;
	line-height: 0.3rem;
	min-height: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.video_item .cont .time{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	margin-top: 0.2rem;
}
.video_sw_btn{
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 0.3rem;
	left: 7.1rem;
	z-index: 50;
}
.video_sw_btn a{
	display: inline-block;
	vertical-align: top;
	width: 0.38rem;
	height: 0.38rem;
	box-sizing: border-box;
	margin-right: 0.15rem;
	border: 1px solid rgba(102, 102, 102, 0.3);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}
.video_sw_btn a i{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/arrow02.png) no-repeat center;
	background-size: 0.18rem;
	opacity: 0.8;
	transition: all 0.3s;
}
.video_sw_btn a.prev i{
	transform: rotate(180deg);
}
.video_sw_btn a:hover{
	background: #E60012;
	border-color: #E60012;
}
.video_sw_btn a:hover i{
	background-image: url(../images/arrow02_white.png);
	opacity: 1;
}
.sub_tabnav{
	margin-bottom: 0.6rem;
	display: flex;
	justify-content: center;
}
.sub_tabnav ul{
	display: flex;
	justify-content: center;
	border-radius: 0.28rem;
	background: rgba(248, 248, 248, 0.80);
	backdrop-filter: blur(5px);
	padding: 0.06rem;
}
.sub_tabnav ul li{
	margin-left: 0.1rem;
}
.sub_tabnav ul li:first-child{
	margin-left: 0 !important;
}
.sub_tabnav ul li a{
	display: inline-block;
	vertical-align: top;
	padding: 0.11rem 0.3rem;
	border-radius: 0.28rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #000000;
	position: relative;
	z-index: 5;
	overflow: hidden;
	transition: all 0.3s;
}
.sub_tabnav ul li a:before{
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	border-radius: 0.28rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.sub_tabnav ul li:hover a{
	color: #E60012;
	background: #ffffff;
}
.sub_tabnav ul li.active a,
.sub_tabnav ul li.active:hover a{
	color: #ffffff;
}
.sub_tabnav ul li.active a:before{
	opacity: 1;
	visibility: visible;
}
.video_list{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.video_list li{
	box-sizing: border-box;
	width: 25%;
	padding: 0.1rem;
}
.video_list li .item{
	display: block;
	background: #F8F8F8;
	color: #333333;
}
.video_list li .item .pic{
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;
}
.video_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.video_list li .item .cont{
	padding: 0.3rem 0.2rem 0.4rem;
}
.video_list li .item h5{
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.video_list li .item .time{
	display: block;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.12rem;
}
.video_list li .item:hover{
	color: #E60012;
}
.video_list li .item:hover .pic img{
	transform: scale(1.05);
}
.article_box.video{
	padding: 0.3rem;
}
.article_box.video .article_title{
	padding-bottom: 0;
	border-bottom: 0 none;
	margin-bottom: 0.3rem;
}
.article_box.video .article_title h2{
	display: flex;
	text-align: left;
	align-items: center;
}
.article_box.video .article_title h2 .time{
	font-size: 0.14rem;
	color: #666666;
	margin-left: 0.2rem;
}
.article_box.video .article_title p{
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin-top: 0.1rem;
}
.video_detail_box{
	position: relative;
	margin-bottom: 0.2rem;
}
.video_detail_box .window{
	height: 6.4rem;
	overflow: hidden;
}
.video_detail_box .window voideo,
.video_detail_box .window img{
	display: block;
	width: 100%;
	height: 100%;
}
.video_detail_box .window img{
	object-fit: cover;
	object-position: center;
	margin: 0;
}
.video_detail_box .icon_play{
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/icon_play_2.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.25rem 0 0 -0.25rem;
	z-index: 50;
	transition: all 0.3s;
}
.video_detail_box .icon_play:hover{
	transform: scale(0.9);
}
.other_article_link{
	display: inline-block;
	vertical-align: top;
	color: #000000;
	transition: all 0.3s;
}
.other_article_link:hover{
	color: #E60012;
}
.img_wrap{
	margin: 0.2rem 0;
}
.img_wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.pg_cont_wrap{
	background: #ffffff;
	box-sizing: border-box;
	height: 100%;
	padding: 0.2rem;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.04);
}

.pg_sub_title{
	margin-bottom: 0.2rem;
	position: relative;
	display: flex;
}
.pg_sub_title:before{
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #666666;
	opacity: 0.1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pg_sub_title h3{
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: 500;
	color: #333333;
}
.pg_sub_title h3 span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.14rem;
	position: relative;
}
.pg_sub_title h3 span:before{
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #E60012;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.data_table.style_4 th,
.data_table.style_4 td{
	text-align: left;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.query_form{
	padding: 0.05rem 0 0.2rem;
}
.query_form .row{
	margin-bottom: 0.15rem;
	display: flex;
	justify-content: flex-end;
}
.query_form .row .ct{
	flex: 1;
	min-width: 0;
	margin-left: 0.24rem;
}
.query_form .row .ct:first-child{
	margin-left: 0 !important;
}
.query_form .p_input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 0.04rem;
	max-width: 3.7rem;
	height: 0.4rem;
	padding: 0 0.11rem;
	outline: none;
	background: #ffffff;
	font-size: 0.16rem;
	color: #333333;
}
.query_button,
.reset_button{
	display: inline-block;
	vertical-align: top;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	line-height: 0.38rem;
	box-sizing: border-box;
	height: 0.4rem;
	text-align: center;
	padding: 0 0.12rem;
	min-width: 0.98rem;
	margin-left: 0.1rem;
	transition: all 0.3s;
}
.query_button{
	background: #E60012;
	border: 1px solid #E60012;
	color: #ffffff;
}
.reset_button{
	border: 1px solid #E2E2E2;
	color: #666666;
	background: #ffffff;
}
.query_button:hover{
	opacity: 0.9;
}
.reset_button:hover{
	border-color: #E60012;
	color: #E60012;
}
.mtb40{
	margin: 0.4rem 0;
}
.zhu_cm_tips{
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
	margin-top: 0.3rem;
}
.info_detail_module{
	margin-bottom: 0.3rem;
}
.info_detail_module:last-child{
	margin-bottom: 0 !important;
}
.info_detail_title{
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: 500;
	margin-bottom: 0.2rem;
	padding-left: 0.14rem;
	position: relative;
}
.info_detail_title:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #E60012;
	position: absolute;
	top: 0.12rem;
	left: 0;
}
.data_table td .tips{
	text-align: left;
	color: #999999;
	padding: 0 0.08rem;
}
.zg_flowchart_list{
	display: flex;
}
.zg_flowchart_list li{
	flex: 1;
	min-width: 0;
	margin-left: 0.15rem;
}
.zg_flowchart_list li:first-child{
	margin-left: 0 !important;
}
.zg_flowchart_list li .item{
	display: block;
	background: #FFF2F2;
	border-radius: 0.08rem;
	padding: 0.2rem;
	box-sizing: border-box;
	height: 100%;
}
.zg_flowchart_list li .item h5{
	padding: 0.05rem;
	text-align: center;
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
	border-radius: 0.3rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #ffffff;
	margin-bottom: 0.15rem;
}
.zg_flowchart_list li .item .cont{
	font-size: 0.14rem;
	line-height: 0.3rem;
}
.zg_flowchart_line{
	display: block;
	height: 0.04rem;
	margin-top: 0.28rem;
	position: relative;
	background: linear-gradient(90deg, rgba(255, 137, 111, 0.2) 0%, rgba(230, 0, 18, 1) 100%);
	margin-right: 0.1rem;
}
.zg_flowchart_line:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.12rem 0 0.12rem 0.2rem;
	border-color: transparent transparent transparent rgba(230, 0, 18, 1);
	position: absolute;
	top: 50%;
	right: -0.1rem;
	transform: translateY(-50%);
}
.main_honor_wrap{
	margin: -0.2rem -0.2rem 0.4rem;
	position: relative;
}
.main_honor_wrap .swiper-container{
	padding: 0.2rem;
}
.main_honor_item{
	display: block;
	background: #ffffff;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	border-radius: 0.08rem;
	color: #333333;
	box-sizing: border-box;
	height: 100%;
}
.main_honor_item .pic{
	position: relative;
	padding-top: 58.85%;
	overflow: hidden;
	border-radius: 0.08rem 0.08rem 0 0;
}
.main_honor_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
.main_honor_item .cont{
	padding: 0.16rem;
	font-size: 0.18rem;
	line-height: 0.26rem;
}
.main_honor_wrap .next_btn,
.main_honor_wrap .prev_btn{
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.main_honor_wrap .next_btn{
	right: -0.8rem;
}
.main_honor_wrap .prev_btn{
	left: -0.8rem;
}
.main_honor_wrap .next_btn:before,
.main_honor_wrap .prev_btn:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/arrow06.png) no-repeat center;
	background-size: 0.28rem;
	transition: all 0.3s;
}
.main_honor_wrap .prev_btn:before{
	transform: rotate(180deg);
}
.main_honor_wrap .next_btn:hover:before,
.main_honor_wrap .prev_btn:hover:before{
	background-image: url(../images/arrow06_on.png);
}
.main_honor_wrap .next_btn.swiper-button-disabled,
.main_honor_wrap .prev_btn.swiper-button-disabled{
	opacity: 0.3;
}
.main_honor_wrap .next_btn.swiper-button-disabled:before,
.main_honor_wrap .prev_btn.swiper-button-disabled:before{
	background-image: url(../images/arrow06.png) !important;
}
.detail_honor_wrap{
	display: flex;
}
.detail_honor_wrap .col_left{
	width: 1.97rem;
	margin-right: 0.2rem;
}
.detail_honor_wrap .col_right{
	flex: 1;
	min-width: 0;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.04);
	border-radius: 0.08rem;
	padding: 0.4rem;
}
.h_year_nav{
	border-radius: 0.08rem;
	background: linear-gradient(180deg, #FFE7E7 0%, #FFF8F8 100%);
	overflow: hidden;
}
.h_year_nav li a{
	display: block;
	padding: 0.15rem 0.2rem;
	font-size: 0.2rem;
	line-height: 0.28rem;
	border-radius: 0.08rem;
	color: #333333;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.h_year_nav li a:before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	background: linear-gradient(90deg, #E60012 0%, #FF896F 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.h_year_nav li a:hover{
	color: #E60012;
}
.h_year_nav li.active a{
	color: #ffffff !important;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
}
.h_year_nav li.active a:before{
	opacity: 1;
	visibility: visible;
}
.h_year_title{
	padding-bottom: 0.22rem;
	position: relative;
	margin-bottom: 0.2rem;
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #E60012;
}
.h_year_title:before{
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #E4E4E4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_year_title:after{
	content: '';
	width: 0.3rem;
	height: 0.02rem;
	background: #E60012;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.h_year_honorlist li .item{
	display: flex;
	align-items: center;
	padding: 0.17rem 0.16rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #333333;
	transition: all 0.3s;
}
.h_year_honorlist li:nth-child(2n) .item{
	background: #F8F8F8;
}
.h_year_honorlist li .item p{
	flex: 1;
	min-width: 0;
	position: relative;
	padding-left: 0.24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.h_year_honorlist li .item p:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #333333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0.08rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.h_year_honorlist li .item .time{
	font-size: 0.12rem;
	color: #666666;
	margin-left: 0.24rem;
	transition: all 0.3s;
}
.h_year_honorlist li:hover .item{
	background: #FFF2F2;
	color: #E60012;
}
.h_year_honorlist li:hover .item p:before{
	background: #E60012;
}
.h_year_honorlist li:hover .item .time{
	color: #E60012;
}
.abouts_module.mod_01{
	padding: 0.5rem 0 0.8rem;
	background: url(../images/abouts_mod_bg01.jpg) no-repeat center;
	background-size: cover;
}
.abouts_intro_box{
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.abouts_intro_box p{
	margin-top: 0.12rem;
}
.abouts_intro_info{
	display: flex;
	margin-top: 0.6rem;
	justify-content: space-between;
}
.abouts_intro_info li .item{
	display: flex;
	align-items: center;
}
.abouts_intro_info li .item .icon{
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.12rem;
}
.abouts_intro_info li .item .icon img{
	display: block;
	width: 100%;
}
.abouts_intro_info li .item .ct{
	flex: 1;
	min-width: 0;
}
.abouts_intro_info li .item h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.abouts_intro_info li .item h5 strong{
	font-weight: 500;
}
.abouts_intro_info li .item h5 em{
	font-size: 0.16rem;
	margin-left: 0.04rem;
}
.abouts_intro_info li .item p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.abouts_module.mod_02 .wrapfix{
	width: auto !important;
	padding: 0 !important;
}
.culture_list{
	display: flex;
}
.culture_list li{
	flex: 1;
	min-width: 0;
}
.culture_list li .item{
	position: relative;
	z-index: 5;
}
.culture_list li .item .pic{
	padding-top: 87.5%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.culture_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.culture_list li .item .cont{
	box-sizing: border-box;
	padding: 0 0.2rem;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.culture_list li .item .icon{
	width: 0.8rem;
	height: 0.8rem;
	box-sizing: border-box;
	padding: 0.16rem;
	border-radius: 50%;
	background: #ffffff;
	margin-bottom: 0.47rem;
}
.culture_list li .item .icon img{
	display: block;
	width: 100%;
}
.culture_list li .item h5{
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	margin-bottom: 0.12rem;
}
.culture_list li:hover .item .icon{
	animation: 0.5s ease 0s 1 alternate none running icon-bounce;
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes icon-bounce {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.abouts_module.mod_03{
	padding: 0.5rem 0 0.8rem;
	background: url(../images/abouts_mod_bg02.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.abouts_module.mod_03 .wrapfix{
	width: 13.2rem;
}
.dp_history_wrap{
	position: relative;
	z-index: 5;
	margin-top: -0.26rem;
}
.dp_history_wrap:before{
	content: '';
	width: 30rem;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.dp_history_wrap .sw_prevbtn,
.dp_history_wrap .sw_nextbtn{
	box-sizing: border-box;
	border: 1px solid #E9E9E9;
}
.dp_history_wrap .sw_nextbtn i,
.dp_history_wrap .sw_prevbtn i{
	background-size: 0.2rem;
}
.dp_history_wrap .sw_prevbtn{
	left: -0.88rem;
}
.dp_history_wrap .sw_nextbtn{
	right: -0.88rem;
}
.dp_history_wrap .sw_nextbtn.swiper-button-disabled,
.dp_history_wrap .sw_prevbtn.swiper-button-disabled{
	opacity: 1;
}
.dp_history_wrap .swiper-container{
	padding: 0 0.6rem;
}
.dp_history_wrap .swiper-slide{
	position: relative;
	height: 4.77rem;
	box-sizing: border-box;
	transition: all 0.3s;
}
.dp_history_wrap .swiper-slide.swiper-slide-prev{
	opacity: 0;
}
.dp_history_wrap .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{
	opacity: 0;
}
.dp_history_wrap .swiper-slide .dp_history_item2{
	box-sizing: border-box;
	width: 3.39rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.dp_history_wrap .swiper-slide:nth-child(2n+1) .dp_history_item2{
	padding-bottom: 2.39rem;
	padding-top: 0.66rem;
}
.dp_history_wrap .swiper-slide:nth-child(2n) .dp_history_item2{
	padding-top: 3.33rem;
}
.dp_history_wrap .swiper-slide:nth-child(2n) .dp_history_item2:after{
	height: 0.82rem;
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}
.dp_history_item2{
	display: flex;
	flex-direction: column;
	position: relative;
}
.dp_history_item2 .year{
	width: 100%;
	text-align: center;
	font-size: 0.48rem;
	line-height: 0.48rem;
	font-weight: 600;
	margin-bottom: 0.08rem;
}
.dp_history_item2 .ct{
	width: 100%;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.dp_history_item2:after{
	content: '';
	display: block;
	width: 1px;
	flex: 1;
	min-height: 0;
	margin: 0 auto;
	background: #CCCCCC;
	margin-top: 0.12rem;
}
.dp_history_item2:before{
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	box-sizing: border-box;
	background: linear-gradient(180deg, #E60012 0%, #FF896F 100%);
	border: 0.06rem solid #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 10;
}

.abouts_module.mod_04{
	padding: 0.5rem 0 0.7rem;
	background: url(../images/abouts_mod_bg03.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.abouts_module.mod_04 .wrapfix{
	width: 13.2rem;
}
.hm_honor_wrap{
	position: relative;
	z-index: 5;
}
.hm_honor_wrap .swiper-container{
	padding-bottom: 1.4rem;
}
.hm_honor_wrap .sw_prevbtn,
.hm_honor_wrap .sw_nextbtn{
	box-sizing: border-box;
	border: 1px solid #E9E9E9;
	top: 1.36rem;
	transform: translateY(0);
}
.hm_honor_wrap .sw_nextbtn i,
.hm_honor_wrap .sw_prevbtn i{
	background-size: 0.2rem;
}
.hm_honor_wrap .sw_prevbtn{
	left: -0.88rem;
}
.hm_honor_wrap .sw_nextbtn{
	right: -0.88rem;
}
.hm_honor_wrap .sw_nextbtn.swiper-button-disabled,
.hm_honor_wrap .sw_prevbtn.swiper-button-disabled{
	opacity: 1;
}
.hm_honor_item{
	position: relative;
	height: 100%;
	z-index: 5;
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent 70%, rgba(0, 0, 0, .2));
	box-reflect: below 0px linear-gradient(transparent 70%,rgba(0,0,0,.2));
}
.hm_honor_item:before{
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0.04rem solid rgba(255, 255, 255, 0.30);
	position: absolute;
	top: 0;
	left: 0;
}
.hm_honor_item .bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.hm_honor_item .bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.hm_honor_item .cont{
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
	min-height: 3.2rem;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 5;
}
.hm_honor_item .cont .year{
	width: 0.8rem;
	margin: 0 auto 0.04rem;
	position: relative;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	font-size: 0.16rem;
}
.hm_honor_item .cont .year:before,
.hm_honor_item .cont .year:after{
	content: '';
	width: 0.24rem;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.hm_honor_item .cont .year:before{
	left: 0;
	background-image: url(../images/ms_left.png);
}
.hm_honor_item .cont .year:after{
	right: 0;
	background-image: url(../images/ms_right.png);
}
.hm_honor_item .cont .title{
	font-size: 0.2rem;
	line-height: 0.32rem;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.hm_honor_item .cont .name{
	font-size: 0.14rem;
	line-height: 0.18rem;
	margin-bottom: 0.2rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_honor_nav{
	margin-top: -1.4rem;
	height: 1.4rem;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
}
.hm_honor_nav:before{
	content: '';
	width: 16rem;
	height: 2rem;
	background: url(../images/honor_nav_line.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0.08rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.hm_honor_nav li{
	width: 1.46rem;
	margin-right: 0.49rem;
}
.hm_honor_nav li:first-child{
	margin-right: 0 !important;
}

.hm_honor_nav li .item{
	display: block;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 600;
	box-sizing: content-box;
	height: 0.34rem;
	color: #333333;
	padding-bottom: 0.24rem;
	position: relative;
	transition: all 0.3s;
}
.hm_honor_nav li .item span{
	width: 100%;
	position: absolute;
	bottom: 0.24rem;
	left: 0;
	text-align: center;
}
.hm_honor_nav li .item:before{
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/honor_nav_dot01.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.hm_honor_nav li.active .item{
	color: #E60012;
	font-size: 0.32rem;
	line-height: 0.45rem;
}
.hm_honor_nav li.active .item:before{
	background-image: url(../images/honor_nav_dot02.png);
}
.hm_honor_nav li:nth-child(1) .item,
.hm_honor_nav li:nth-child(7) .item{
	top: 0.34rem;
}
.hm_honor_nav li:nth-child(2) .item,
.hm_honor_nav li:nth-child(6) .item{
	top: 0.63rem;
}
.hm_honor_nav li:nth-child(3) .item,
.hm_honor_nav li:nth-child(5) .item{
	top: 0.77rem;
}
.hm_honor_nav li:nth-child(4) .item{
	top: 0.81rem;
}
.cm_btn_wrap{
	margin-top: 0.67rem;
	text-align: center;
}
.more_button{
	display: inline-block;
	vertical-align: top;
	padding: 0.11rem 0.2rem;
	border: 1px solid #FFC6C6;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #E60012;
	text-align: center;
	box-sizing: border-box;
	min-width: 1.48rem;
	transition: all 0.3s;
}
.more_button i{
	display: inline-block;
	vertical-align: top;
	width: 0.12rem;
	height: 0.22rem;
	background: url(../images/arrow05.png) no-repeat center;
	background-size: 100% auto;
	margin-left: 0.06rem;
}
.more_button:hover{
	border-color: #E60012;
}



@media (max-width: 1260px){
	.header .logo{
		margin-right: 1.6rem;
	}
	.header .nav_list > li{
		margin-left: 0.35rem;
	}
	.dp_history_wrap .sw_prevbtn{
		left: -0.2rem;
	}
	.dp_history_wrap .sw_nextbtn{
		right: -0.2rem;
	}
	.hm_honor_wrap{
		padding: 0 0.3rem;
	}
	.hm_honor_wrap .sw_prevbtn{
		left: -0.2rem;
	}
	.hm_honor_wrap .sw_nextbtn{
		right: -0.2rem;
	}
	.hm_honor_nav:before{
		width: 120%;
	}
}
.hgwh_module{
	margin: 0 0 0.6rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.hgwh_module:last-child{
	margin-bottom: 0 !important;
}
.hgwh_module.border{
	border-top: 1px solid #E9E9E9;
	padding-top: 0.3rem;
}
.hgwh_module > .title{
	display: flex;
	font-size: 0.28rem;
	line-height: 0.52rem;
	align-items: center;
	font-weight: 500;
	margin-bottom: 0.2rem;
}
.hgwh_module > .title .icon{
	width: 0.52rem;
	height: 0.52rem;
	margin-right: 0.16rem;
}
.hgwh_cm_layout{
	background: #F8F8F8;
	margin-bottom: 0.2rem;
	border-radius: 0.08rem;
	overflow: hidden;
	display: flex;
}
.hgwh_cm_layout .pic{
	min-height: 2.5rem;
	overflow: hidden;
	border-radius: 0.08rem;
}
.hgwh_cm_layout .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hgwh_cm_layout .cont{
	flex: 1;
	min-width: 0;
	padding: 0.4rem;
	font-size: 0.18rem;
	line-height: 0.4rem;
}
.hgwh_cm_layout .cont p{
	display: flex;
}
.hgwh_cm_layout .cont p .num{
	white-space: nowrap;
	margin-right: 0.04rem;
}
.hgwh_cm_item{
	background: #F8F8F8;
	margin-bottom: 0.2rem;
	border-radius: 0.08rem;
	padding: 0.2rem 0.25rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
}
.hgwh_cm_item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	margin-bottom: 0.15rem;
	padding-left: 0.19rem;
	position: relative;
	color: #333333;
}
.hgwh_cm_item h5:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #E60012;
	position: absolute;
	left: 0.02rem;
	top: 50%;
	margin-top: -0.03rem;
	transform: rotate(45deg);
}
.query_f_item{
	display: flex;
	align-items: center;
}
.query_f_item .tit{
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-right: 0.1rem;
}
.query_f_item .p_input,
.query_f_item .p_dropdown{
	flex: 1;
	min-width: 0;
}
.p_dropdown{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #EAEAEA;
	border-radius: 0.04rem;
	position: relative;
	height: 0.4rem;
}
.p_dropdown .value{
	box-sizing: border-box;
	height: 0.38rem;
	padding: 0 0.4rem 0 0.15rem;
	font-size: 0.16rem;
	line-height: 0.38rem;
	color: #333333;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_dropdown .value:empty:before{
	content: attr(placeholder);
	color: #999999;
}
.p_dropdown .value:after{
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/arrow07.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.08rem;
	right: 0.13rem;
}
.p_dropdown .list{
	background: #ffffff;
	border-radius: 0.04rem;
	max-height: 2rem;
	overflow: auto;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	margin-top: 1px;
	z-index: 50;
	box-shadow: 0 0.04rem 0.2rem rgba(0,0,0,0.1);
}
.p_dropdown .list li{
	padding: 0.08rem 0.16rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	transition: all 0.3s;
	cursor: pointer;
}
.p_dropdown .list li:hover{
	background: #F8F8F8;
}
.com_link_2{
	color: #E60012;
}
.join_layer{
	width: 12rem;
}
.join_layer .dialog_title{
	border-bottom: 0 none;
	padding: 0.3rem 0.3rem 0.2rem;
}
.join_layer .dialog_title h3{
	text-align: left;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
}
.join_layer .close{
	background-image: url(../images/ic_close_2.png);
	background-size: 0.27rem;
}
.join_layer .dialog_cont{
	padding: 0.3rem;
	max-height: 5rem;
}
.join_type{
	display: inline-block;
	vertical-align: top;
	padding: 0 0.08rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #FF8D4A;
	background: #FFF3F0;
	border-radius: 0.02rem;
	margin-left: 0.08rem;
	font-weight: 600;
}
.join_info_list{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.15rem;
	margin: 0 0.3rem;
	border-bottom: 1px solid #D9D9D9;
}
.join_info_list .item{
	box-sizing: border-box;
	width: 25%;
	display: flex;
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin-bottom: 0.1rem;
}
.join_info_list .item .tit{
	color: #777777;
}
.join_info_list .item p{
	flex: 1;
	min-width: 0;
}

.join_txt_mod{
	margin-top: 0.3rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
}
.join_txt_mod:first-child{
	margin-top: 0 !important;
}
.join_txt_mod h5{
	font-size: 0.16rem;
	font-weight: 600;
	color: #333333;
	margin-bottom: 0.05rem;
}

.os_cm_wrap{
	overflow: auto;
}
.os_cm_box{
	padding-bottom: 3.2rem;
}
.one_level_row{
	padding-bottom: 0.3rem;
	position: relative;
	z-index: 5;
}
.one_level_row:before{
	content: '';
	height: 100%;
	width: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}
.one_level_item{
	width: 2rem;
	box-sizing: border-box;
	padding: 0.07rem 0.15rem;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #ffffff;
	background: #E60012;
	border-radius: 0.04rem;
	margin: 0 auto;
}
.committee_row{
	display: flex;
	width: 5.9rem;
	margin: 0.1rem auto 0;
}
.one_level_item + .committee_row{
	margin-top: 0.3rem;
}
.committee_row .col_left{
	width: 50%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.committee_row .col_right{
	width: 50%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.committee_row .col_left:after,
.committee_row .col_right:before{
	content: '';
	height: 1px;
	background: #E6E6E6;
	display: block;
	flex: 1;
	min-width: 0;
}
.committee_item{
	box-sizing: border-box;
	width: 1.9rem;
	box-sizing: border-box;
	padding: 0.07rem 0.15rem;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #ffffff;
	background: #EF606B;
	border-radius: 0.04rem;
}
.two_level_row{
	display: flex;
	position: relative;
	justify-content: space-between;
}
.two_level_row:before{
	content: '';
	height: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 0.8rem;
	right: 0.8rem;
}
.two_level_row > .col{
	position: relative;
	z-index: 5;
	padding-top: 0.3rem;
}
.two_level_row > .col:before{
	content: '';
	width: 1px;
	height: 0.3rem;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.two_level_item{
	display: block;
	box-sizing: border-box;
	padding: 0.08rem 0.1rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	background: #ffffff;
	border: 1px solid #E60012;
	border-radius: 0.02rem;
	width: 1.6rem;
	margin: 0 auto;
}

.three_level_row{
	width: auto !important;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-top: 0.3rem;
	padding-bottom: 1.8rem;
	position: relative;
}
.three_level_row:before{
	content: '';
	height: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0.3rem;
	left: 0.13rem;
	right: 0.13rem;
}
.three_level_row:after{
	content: '';
	width: 1px;
	height: 0.3rem;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 50%;
}
.three_level_row > .col{
	padding-top: 0.3rem;
	position: relative;
	z-index: 5;
	margin-left: 0.16rem;
}
.three_level_row > .col:first-child{
	margin-left: 0 !important;
}
.three_level_row > .col:before{
	content: '';
	width: 1px;
	height: 0.3rem;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}
.three_level_row.zgs{
	position: absolute;
	top: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
}
 
.three_level_row.fz{
	padding-bottom: 0;
	position: absolute;
	top: 4.32rem;
	right: 0.8rem;
}
.three_level_row.fz:before{
	right: 0;
}
.three_level_row.fz:after{
	height: 4.32rem;
	left: auto;
	right: 0;
	top: -4rem;
	z-index: -1;
}
.three_level_item{
	min-height: 1.29rem;
}
.three_level_item,
.four_level_item{
	box-sizing: border-box;
	width: 0.26rem;
	padding: 0.11rem 0 0.08rem;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.18rem;
	color: #444444;
	position: relative;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	border-radius: 0.02rem;
	height: 100%;
}
.three_level_item:before,
.four_level_item:before{
	content: '';
	width: 0.16rem;
	height: 0.02rem;
	background: #E60012;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.four_level_row {
	position: relative;
}
.four_level_row .wrap{
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	padding-top: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
}
.four_level_row .wrap:before{
	content: '';
	height: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0.3rem;
	left: 0.13rem;
	right: 0.13rem;
}
.four_level_row .wrap:after{
	content: '';
	width: 1px;
	height: 0.3rem;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 50%;
}
.four_level_row .wrap .col{
	margin-left: 0.16rem;
	padding-top: 0.3rem;
	position: relative;
	z-index: 5;
}
.four_level_row .wrap .col:first-child{
	margin-left: 0 !important;
}
.four_level_row .wrap .col:before{
	content: '';
	width: 1px;
	height: 0.3rem;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}
.search_combox{
	background: url(../images/search_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.65rem 0;
}
.search_cominput{
	background: #ffffff;
	display: flex;
	box-sizing: border-box;
	height: 0.7rem;
	padding: 0.04rem;
	border-radius: 0.35rem;
	position: relative;
}
.search_cominput .t1{
	display: block;
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	padding: 0 0.2rem 0 0.26rem;
	border: 0 none;
	height: 0.62rem;
	border-radius: 0.31rem;
	font-size: 0.18rem;
	color: #333333;
	outline: none;
}
.search_cominput .btn{
	display: block;
	width: 1.2rem;
	text-align: center;
	height: 0.62rem;
	line-height: 0.62rem;
	font-size: 0.2rem;
	color: #ffffff;
	border-radius: 0.5rem;
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
	transition: all 0.3s;
}
.search_cominput .btn:hover{
	opacity: 0.9;
}
.search_section{
	padding: 0.4rem 0 0.7rem;
	min-height: 4rem;
}
.search_result_module{
	margin-top: 0.4rem;
}
.search_result_module:first-child{
	margin-top: 0 !important;
}
.search_result_title{
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}
.search_result_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	color: #333333;
}
.search_articlelist li:nth-child(2n+1){
	background: #F8F8F8;
	border-bottom: 0 none !important;
}
.search_articlelist li:last-child{
	border-bottom: 1px solid #E9E9E9;
}
.search_articlelist li .item{
	display: block;
	padding: 0.24rem;
	color: #333333;
}
.search_articlelist li h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
}
.search_articlelist li p{
	margin-top: 0.08rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.search_articlelist li .info{
	margin-top: 0.08rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999999;
}
.search_articlelist li .info span{
	margin-right: 0.1rem;
}
.search_keyword{
	color: #E60012 !important;
}
.nodata_box{
	padding: 0.6rem 0;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.34rem;
	color: rgba(0, 0, 0, 0.30);
}
.nodata_box .pic{
	width: 2rem;
	margin: 0 auto;
}
.nodata_box .pic img{
	display: block;
	width: 100%;
}
.page_banner.home .pic{
	height: 4.8rem;
}
.page_banner.home .txt p{
	width: auto !important;
}
.page_banner .btn_wrap{
	margin-top: 0.5rem;
	text-align: center;
}
.ban_button{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.1rem;
	padding: 0.18rem 0.44rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.60);
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #ffffff;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.ban_button:before{
	content: '';
	background: #E60012;
	border-radius: 0.5rem;
	position: absolute;
	top: 0.04rem;
	left: 0.04rem;
	bottom: 0.04rem;
	right: 0.04rem;
	z-index: -1;
	transition: all 0.3s;
}
.ban_button:hover{
	background: rgba(255, 255, 255, 1);
}
.ban_button:hover:before{
	opacity: 0.8;
}
.cs_hm_module{
	padding: 0.6rem 0;
}
.cs_hm_module .wrapfix{
	width: 14.4rem;
}
.cs_nav_list{
	display: flex;
	flex-wrap: wrap;
}
.cs_nav_list li{
	width: 20%;
}
.cs_nav_list li .item{
	display: block;
	font-size: 0.18rem;
	line-height: 0.25rem;
	text-align: center;
	color: #333333;
	transition: all 0.3s;
}
.cs_nav_list li .item .icon{
	width: 0.72rem;
	height: 0.72rem;
	margin: 0 auto 0.12rem;
	transition: all 0.3s;
}
.cs_nav_list li .item .icon img{
	display: block;
	width: 100%;
}
.cs_nav_list li .item:hover{
	color: #E60012;
}
.cs_nav_list li .item:hover .icon{
	transform: scale(0.9);
}
.cs_hm_module.mod_02{
	background: url(../images/cs_mod_bg01.jpg) no-repeat center;
	background-size: cover;
}
.cs_services_list{
	display: flex;
	flex-wrap: wrap;
	margin: -0.12rem;
}
.cs_services_list li{
	box-sizing: border-box;
	padding: 0.12rem;
	width: 25%;
}
.cs_services_list li .item{
	border-radius: 0.08rem;
	border-bottom: 1px solid #F48F97;
	background: #FFF;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.04);
	box-sizing: border-box;
	height: 100%;
	transition: all 0.3s;
}
.cs_services_list li .item .tit{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	line-height: 1;
	color: #333333;
	padding: 0.4rem;
	transition: all 0.3s;
}
.cs_services_list li .item .tit .icon{
	width: 0.44rem;
	height: 0.44rem;
	margin-right: 0.12rem;
	transition: all 0.3s;
}
.cs_services_list li .item .cont{
	padding: 0 0.4rem 0.4rem;
}
.cs_services_list li .item .cont div{
	margin-top: 0.16rem;
}
.cs_services_list li .item .cont div:first-child{
	margin-top: 0 !important;
}
.cs_services_list li .item .cont a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #666666;
	transition: all 0.3s;
	position: relative;
	padding-right: 0.18rem;
	transition: all 0.3s;
}
.cs_services_list li .item .cont a:after{
	content: '';
	width: 0.12rem;
	height: 0.12rem;
	background: url(../images/arrow02_on.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.cs_services_list li .item .cont a:hover{
	color: #E60012;
}
.cs_services_list li .item:hover{
	box-shadow: 0 0 0.3rem 0 rgba(50, 29, 29, 0.15);
}
.cs_services_list li .item a.tit:hover{
	color: #E60012;
}
.cs_services_list li .item:hover .tit .icon{
	transform: scale(0.9);
}
.cs_hm_layout{
	display: flex;
}
.cs_hm_layout .col_left{
	flex: 1;
	min-width: 0;
}
.cs_hm_layout .col_right{
	width: 39%;
	margin-left: 0.24rem;
}
.cs_hm_layout .pb_cm_title{
	display: flex;
	align-items: center;
}
.cs_hm_layout .pb_cm_title h3{
	text-align: left;
	flex: 1;
	min-width: 0;
}
.cs_tool_list{
	margin: -0.09rem  -0.12rem;
	display: flex;
	flex-wrap: wrap;
}
.cs_tool_list li{
	box-sizing: border-box;
	padding: 0.09rem 0.12rem;
	width: 50%;
}
.cs_tool_list li .item{
	display: block;
	border-radius: 0.08rem;
	overflow: hidden;
	background: #F8F8F8;
	color: #333333;
	transition: all 0.3s;
}
.cs_tool_list li .item .pic{
	height: 1.4rem;
	overflow: hidden;
}
.cs_tool_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: all 0.5s;
}
.cs_tool_list li .item .cont{
	padding: 0.3rem 0.4rem;
	text-align: center;
}
.cs_tool_list li .item .cont h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.cs_tool_list li .item .cont p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.08rem;
	transition: all 0.3s;
}
.cs_tool_list li .item:hover{
	color: #E60012;
}
.cs_tool_list li .item:hover .pic img{
	transform: scale(1.05);
}
.cs_tool_list li .item:hover p{
	color: #E60012;
}
.calendar_module.small{
	background: #F8F8F8;
	border-radius: 0.08rem;
}
.calendar_module.small .calendar_select_wrap{
	margin-bottom: 0.15rem;
}
.cs_detail_wrap{
	border-top: 1px solid #E9E9E9;
	padding: 0.4rem 0;
}
.cs_detail_wrap .img_wrap{
	margin-top: 0.4rem;
}
.cs_detail_wrap .img_wrap:first-child{
	margin-top: 0 !important;
}
.cs_detail_wrap .cm_title{
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	margin-bottom: 0.32rem;
}
.kh_tab_module{
	padding: 0.7rem 0 0.1rem;
}
.kh_tabnav{
	display: flex;
}
.kh_tabnav li{
	flex: 1;
	min-width: 0;
	margin-left: 0.16rem;
}
.kh_tabnav li:first-child{
	margin-left: 0 !important;
}
.kh_tabnav li .item{
	display: block;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	border-radius: 0.04rem;
	font-size: 0.18rem;
	color: #E60012;
	background: #F8F8F8;
	transition: all 0.3s;
}
.kh_tabnav li.active .item,
.kh_tabnav li .item:hover{
	background: #E60012;
	color: #ffffff;
}
.kh_hm_module{
	padding: 0.7rem 0;
}
.kh_hm_module.mod_02{
	background: #F8F8F8;
}
.kh_hm_module .pb_cm_title h3{
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.kh_file_nav{
	display: flex;
}
.kh_file_nav li{
	flex: 1;
	min-width: 0;
	margin-left: 0.24rem;
}
.kh_file_nav li:first-child{
	margin-left: 0;
}
.kh_file_nav li .item{
	border-radius: 0.08rem;
	border-bottom: 1px solid #F9BFC4;
	background: #FFF;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	padding: 0.3rem 0.2rem;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #333333;
}
.kh_file_nav li .item .icon{
	width: 0.72rem;
	height: 0.72rem;
	margin: 0 auto 0.14rem;
}
.kh_file_nav li .item .icon img{
	display: block;
	width: 100%;
}
.kh_process_wrap{
	border-radius: 0.08rem;
	background: #FFF;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
}
.kh_process_list{
	display: flex;
	padding: 0.28rem 0 0.21rem;
}
.kh_process_list li{
	flex: 1;
	min-width: 0;
	padding: 0.2rem 0 0;
}
.kh_process_list li .item{
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: center;
	color: #333333;
	position: relative;
}
.kh_process_list li .item:before{
	content: '';
	width: 0.5rem;
	height: 0.06rem;
	background: url(../images/kh_process_dot.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0.29rem;
	left: 0;
	transform: translateX(-50%);
}
.kh_process_list li:first-child .item:before{
	display: none;
}
.kh_process_list li .item .icon{
	height: 0.64rem;
	margin-bottom: 0.02rem;
}
.kh_process_list li .item .icon img{
	display: block;
	height: 100%;
	margin: 0 auto;
}
.kh_process_list li .item .tit{
	position: relative;
	z-index: 5;
	height: 0.7rem;
	line-height: 0.7rem;
}
.kh_process_list li .item .tit em{
	width: 100%;
	font-style: normal;
	font-size: 0.7rem;
	font-family: 'D-DIN-Bold';
	color: #E60012;
	opacity: 0.06;
	position: absolute;
	top: -0.02rem;
	left: 0;
	z-index: -1;
}
.sub_tabnav_2{
	margin-bottom: 0.5rem;
}
.sub_tabnav_2 ul{
	display: flex;
	justify-content: center;
	margin: 0 -1px;
}
.sub_tabnav_2 ul li{
	box-sizing: border-box;
	padding: 0 1px;
	width: 16.666666%;
}
.sub_tabnav_2 ul li .item{
	display: block;
	padding: 0.15rem 0.1rem;
	font-size: 0.18rem;
	line-height: 0.26rem;
	text-align: center;
	color: #E60012;
	background: #F8F8F8;
	border-radius: 0.04rem;
	transition: all 0.3s;
}
.sub_tabnav_2 ul li .item:hover,
.sub_tabnav_2 ul li.active .item{
	background: #E60012;
	color: #ffffff;
}
.jys_tabnav.mb30{
	margin-bottom: 0.3rem;
}
.data_table.style_5 th{
	color: #666666;
	text-align: left;
	padding: 0.11rem 0.19rem;
	height: 0.5rem;
}
.data_table.style_5 td{
	text-align: left;
	padding: 0.11rem 0.15rem;
	height: 0.5rem;
}
.com_btn{
	display: inline-block;
	vertical-align: top;
	padding: 0.04rem 0.16rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
	background: #E60012;
	color: #ffffff;
	transition: all 0.3s;
}
.com_btn:hover{
	opacity: 0.9;
}
.pb_cm_title.left{
	display: flex;
	align-items: center;
}
.pb_cm_title.left h3{
	text-align: left;
	flex: 1;
	min-width: 0;
}
.txt_cm_tips.spel{
	margin-top: 0.4rem;
	font-size: 0.18rem;
	line-height: 0.28rem;
}
.txt_cm_tips.spel p{
	margin-top: 0.06rem;
}
.sub_search_box{
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}
.sub_search_box .wrap{
	flex: 1;
	min-width: 0;
	display: flex;
	background: #F8F8F8;
	border-radius: 0.04rem;
}
.sub_search_box .t1{
	width: 100%;
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	height: 0.52rem;
	border: 0 none;
	padding: 0 0.2rem;
	border-radius: 0.04rem;
	background: none;
	outline: none;
	font-size: 0.16rem;
	color: #333333;
}
.sub_search_box .query_button{
	min-width: 1rem;
	margin-left: 0;
	height: 0.52rem;
	line-height: 0.5rem;
	font-size: 0.18rem;
}
.sub_search_box .reset_button{
	border-color: #F8F8F8;
	background: #F8F8F8;
	min-width: 1rem;
	margin-left: 0.12rem;
	height: 0.52rem;
	line-height: 0.5rem;
	font-size: 0.18rem;
}
.pb_cm_title .sub_search_box{
	margin-bottom: 0;
}
.pb_cm_title .sub_search_box .wrap{
	width: 3.8rem;
}
.pb_cm_title .sub_search_box .t1{
	height: 0.4rem;
	padding: 0 0.16rem;
}
.pb_cm_title .sub_search_box .query_button{
	min-width: 0.8rem;
	height: 0.4rem;
	line-height: 0.38rem;
	font-size: 0.16rem;
}
.pb_cm_title .sub_search_box .reset_button{
	min-width: 0.8rem;
	height: 0.4rem;
	line-height: 0.38rem;
	font-size: 0.16rem;
}
.download_list{
	margin-bottom: 0.4rem;
}
.download_item{
	margin-bottom: 0.2rem;
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	padding: 0.6rem;
	display: flex;
}
.download_item .icon{
	box-sizing: border-box;
	width: 0.92rem;
	height: 0.92rem;
	border: 1px solid #E9E9E9;
	border-radius: 0.15rem;
	overflow: hidden;
	background: #ffffff;
	margin-right: 0.5rem;
}
.download_item .icon img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.download_item .col_right{
	flex: 1;
	min-width: 0;
}
.download_item .title{
	font-size: 0.32rem;
	line-height: 0.44rem;
	font-weight: 500;
	margin-bottom: 0.2rem;
}
.download_item .info{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -0.12rem;
}
.download_item .info .item{
	width: 33.3333%;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 0.12rem;
	font-size: 0.16rem;
	line-height: 0.26rem;
}
.download_item .info .item.w100{
	width: 100%;
}
.download_item .info .item .ct{
	flex: 1;
	min-width: 0;
	color: #666666;
}
.imp_color{
	color: #E60012 !important;
}
.download_item .opea{
	margin-top: 0.3rem;
}
.download_item .opea .btn{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.12rem;
	padding: 0.08rem 0.19rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	border-radius: 0.5rem;
	border: 1px solid #E60012;
	background: #E60012;
	color: #ffffff;
	transition: all 0.3s;
}
.download_item .opea .btn.border{
	background: #ffffff;
	color: #E60012;
}
.download_item .opea .btn:hover{
	opacity: 0.9;
	background: #E60012;
	color: #ffffff;
}
.download_item .txt{
	margin-top: 0.12rem;
	font-size: 0.16rem;
	line-height: 0.26rem;
}
.download_qrcode_box{
	margin-top: 0.3rem;
	display: flex;
}
.download_qrcode_box .qrcode{
	width: 1.42rem;
	margin-right: 0.3rem;
}
.download_qrcode_box .qrcode .pic{
	border: 1px solid #E9E9E9;
	border-radius: 0.08rem;
	box-sizing: border-box;
	height: 1.42rem;
	padding: 0.08rem;
	overflow: hidden;
}
.download_qrcode_box .qrcode .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.download_qrcode_box .qrcode p{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.08rem;
}
.download_qrcode_box .ct{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	line-height: 0.32rem;
}
.download_qrcode_box .ct .opea{
	margin-top: 0.4rem;
}
.qa_cm_list{
	border-bottom: 1px solid #E9E9E9;
}
.qa_cm_list li:nth-child(2n+1){
	background: #F8F8F8;
	transition: all 0.3s;
}
.qa_cm_list li.active{
	background: #FEF3F3;
}
.qa_cm_list li .title{
	padding: 0.22rem 0.2rem;
	display: flex;
	align-items: center;
}
.qa_cm_list li .title h5{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.qa_cm_list li.active .title h5{
	color: #E60012;
}
.qa_cm_list li .title .icon{
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.08rem;
	background: url(../images/icon_qa.png) no-repeat center;
	background-size: 100%;
	transition: all 0.3s;
}
.qa_cm_list li.active .title .icon{
	background-image: url(../images/icon_qa_on.png);
}
.qa_cm_list li .title .zk_btn{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.3rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
	padding-right: 0.24rem;
	position: relative;
	transition: all 0.3s;
}
.qa_cm_list li .title .zk_btn i{
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/arrow02.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.07rem;
	right: 0;
	transform: rotate(90deg);
	transition: all 0.3s;
}
.qa_cm_list li .title .zk_btn:hover{
	color: #E60012;
}
.qa_cm_list li .title .zk_btn:hover i{
	background-image: url(../images/arrow02_on.png);
}
.qa_cm_list li .title .zk_btn.on{
	color: #E60012;
}
.qa_cm_list li .title .zk_btn.on i{
	transform: rotate(-90deg);
	background-image: url(../images/arrow02_on.png);
}
.qa_cm_list li .cont{
	padding: 0 0.2rem 0.22rem 0.48rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #333333;
}
.spds_list{
	margin: -0.12rem;
	display: flex;
	flex-wrap: wrap;
}
.spds_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.12rem;
}
.spds_list li .item{
	display: block;
	background: #ffffff;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.06);
	border-radius: 0.08rem;
	overflow: hidden;
	color: #333333;
	text-align: center;
	transition: all 0.3s;
}
.spds_list li .item .pic{
	padding-top: 42.5%;
	overflow: hidden;
	position: relative;
}
.spds_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center top;
	transition: all 0.5s;
}
.spds_list li .item .cont{
	padding: 0.5rem 0.6rem;
}
.spds_list li .item h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.spds_list li .item p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.08rem;
}
.spds_list li .item:hover{
	box-shadow: 0 0 0.3rem 0 rgba(50, 29, 29, 0.15);
}
.spds_list li .item:hover .pic img{
	transform: scale(1.05);
}
.branch_list{
	margin: -0.12rem;
	display: flex;
	flex-wrap: wrap;
}
.branch_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.12rem;
}
.branch_list li .item{
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0 0 0.2rem 0 rgba(50, 29, 29, 0.08);
	box-sizing: border-box;
	height: 100%;
	padding: 0.39rem 0.48rem;
}
.branch_list li .item h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	margin-bottom: 0.2rem;
}
.branch_list li .item .info{
	display: flex;
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin-top: 0.12rem;
}
.branch_list li .item .info p{
	flex: 1;
	min-width: 0;
}
.query_form .row .ct.w2{
	flex: 1.7;
}
.query_form .row .ct.w2 .p_input{
	max-width: none;
}
.center_wrap{
	width: 50%;
	margin: 0 auto;
}
.p_form_item{
	display: flex;
	margin-bottom: 0.16rem;
}
.p_form_item .tit{
	width: 1.76rem;
	padding: 0.15rem 0;
	box-sizing: border-box;
	font-size: 0.18rem;
	line-height: 0.26rem;
}
.p_form_item .tit .imp{
	color: #E60012;
	margin-right: 0.04rem;
}
.p_form_item .ct{
	flex: 1;
	min-width: 0;
	position: relative;
}
.custom_select{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #E2E2E2;
	border-radius: 0.04rem;
	position: relative;
	height: 0.56rem;
}
.custom_select .value{
	box-sizing: border-box;
	height: 0.54rem;
	padding: 0 0.4rem 0 0.19rem;
	font-size: 0.18rem;
	line-height: 0.54rem;
	color: #333333;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.custom_select .value:empty:before{
	content: attr(placeholder);
	color: #999999;
}
.custom_select .value:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.06rem 0.05rem 0;
	 border-color: #999999 transparent transparent;
	 position: absolute;
	 top: 50%;
	 margin-top: -0.03rem;
	 right: 0.19rem;
}
.custom_select .list{
	background: #ffffff;
	border-radius: 0.04rem;
	max-height: 2.4rem;
	overflow: auto;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	margin-top: 1px;
	z-index: 50;
	box-shadow: 0 0.04rem 0.2rem rgba(0,0,0,0.1);
}
.custom_select .list li{
	padding: 0.08rem 0.19rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	transition: all 0.3s;
	cursor: pointer;
}
.custom_select .list li:hover{
	background: #F8F8F8;
}
.custom_input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.56rem;
	background: #ffffff;
	border: 1px solid #E2E2E2;
	border-radius: 0.04rem;
	font-size: 0.18rem;
	padding: 0 0.19rem;
	outline: none;
	color: #333333;
}
.custom_input::-webkit-inner-spin-button {
	opacity: 1;
	background: #999999;
	border-left: 1px solid #999999;
	height: 24px;
}

.custom_input::-webkit-inner-spin-button:hover {
	opacity: 1;
	background: #666666;
}
.unit_span{
	display: block;
	font-size: 0.18rem;
	line-height: 0.56rem;
	position: absolute;
	top: 0;
	right: 0.19rem;
	z-index: 5;
}
.calculation_result{
	position: relative;
	margin: 0.32rem 0;
	border-radius: 0.04rem;
	border: 1px solid #E2E2E2;
	background: #F8F8F8;
	padding: 0.22rem 0.19rem;
	position: relative;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #999999;
}
.calculation_result .wrap{
	display: flex;
	position: relative;
}
.calculation_result .ct{
	flex: 1;
	min-width: 0;
	color: #333333;
	position: relative;
}
.calculation_result .default{
	color: #999999;
}
.calculation_result .unit_span{
	line-height: 0.26rem;
	right: 0;
	color: #333333;
}
.js_submit_wrap{
	margin-top: 0.32rem;
}
.js_submit_wrap .p_button{
	display: block;
	border: 1px solid #E60012;
	padding: 0.12rem 0.2rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #ffffff;
	background: #E60012;
	transition: all 0.3s;
	margin-top: 0.16rem;
}
.js_submit_wrap .p_button.border{
	background: #ffffff;
	color: #E60012;
}
.js_submit_wrap .p_button:hover{
	opacity: 0.9;
	background: #E60012;
	color: #ffffff;
}
.center_wrap .txt_cm_tips{
	margin-top: 0.4rem;
}
.center_wrap .txt_cm_tips p{
	margin-top: 0.1rem;
}
.sitemap_item{
	display: flex;
	padding: 0.6rem 0;
	border-bottom: 1px dashed #E9E9E9;
}
.sitemap_item:first-child{
	padding-top: 0.1rem !important;
}
.sitemap_item .tit{
	width: 1.9rem;
}
.sitemap_item .tit a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.24rem;
	line-height: 0.56rem;
	color: #333333;
	transition: all 0.3s;
}
.sitemap_item .tit a:hover{
	color: #E60012;
}
.sitemap_item .ct{
	flex: 1;
	min-width: 0;
	margin-bottom: -0.16rem;
	display: flex;
	flex-wrap: wrap;
}
.sitemap_item .ct a{
	display: inline-block;
	vertical-align: top;
	width: 1.86rem;
	box-sizing: border-box;
	line-height: 0.56rem;
	text-align: center;
	background: #F8F8F8;
	border-radius: 0.04rem;
	font-size: 0.18rem;
	color: #E60012;
	transition: all 0.3s;
	margin-left: 0.16rem;
	margin-bottom: 0.16rem;
}
.sitemap_item .ct a:hover{
	background: #E60012;
	color: #ffffff;
}
.sp_form_item{
	display: flex;
	border: 1px solid #E2E2E2;
	border-radius: 0.04rem;
	background: #ffffff;
	padding: 0 0.19rem;
	box-sizing: border-box;
	height: 0.56rem;
	align-items: center;
}
.sp_form_item .tit{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
}
.sp_form_item .custom_select{
	flex: 1;
	min-width: 0;
	border: 0 none;
	height: 0.54rem;
}
.sp_form_item .custom_select .value{
	padding-left: 0;
	font-size: 0.16rem;
	padding-right: 0.1rem;
}
.sp_form_item .custom_select .value:after{
	right: 0;
}
.sp_form_item .line{
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin: 0 0.2rem;
}
.sp_date_wrap{
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
}
.sp_date_wrap .sp_date_input{
	flex: 1;
	min-width: 0;
}
.sp_date_input{
	padding-right: 0.4rem;
	box-sizing: border-box;
	height: 0.54rem;
	position: relative;
}
.sp_date_input .t1{
	box-sizing: border-box;
	height: 0.54rem;
	width: 100%;
	font-size: 0.16rem;
	border: 0 none;
	outline: none;
	color: #333333;
}
.sp_date_input .icon{
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/icon_date2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.12rem;
	right: 0;
}
.query_form_2{
	margin-bottom: 0.4rem;
}
.query_form_2 .row{
	display: flex;
	margin: 0 -0.12rem 0.16rem;
}
.query_form_2 .row .ct{
	box-sizing: border-box;
	padding: 0 0.12rem;
	width: 25%;
}
.query_form_2 .row .ct.w2{
	width: 50%;
}
.trend_pro_box{
	margin-bottom: 0.4rem;
}
.trend_pro_box .title{
	text-align: center;
	margin-bottom: 0.3rem;
}
.trend_pro_box .title h2{
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	margin-bottom: 0.08rem;
}
.trend_pro_box .title p{
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #999999;
}
.trend_pro_chart img{
	display: block;
	max-width: 100%;
}
.trend_pro_info{
	margin-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.16rem;
	line-height: 0.24rem;
	justify-content: center;
}
.trend_pro_info .item{
	padding-left: 0.42rem;
	position: relative;
	margin-left: 0.8rem;
}
.trend_pro_info .item:first-child{
	margin-left: 0 !important;
}
.trend_pro_info .item em{
	width: 0.3rem;
	height: 0.1rem;
	position: absolute;
	top: 0.07rem;
	left: 0;
}
.sub_tabnav_2.spel ul li{
	width: auto;
	flex: 1;
	min-width: 0;
}
.sub_tabnav_2.spel ul li .item{
	background: #FEF3F3;
	border-radius: 0;
}
.sub_tabnav_2.spel ul li.active .item,
.sub_tabnav_2.spel ul li:hover .item{
	background: linear-gradient(270deg, #FF896F 0%, #E60012 100%);
}
.holdings_pro_box{
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
}
.holdings_pro_chart{
	width: 5.2rem;
	margin-right: 0.6rem;
}
.holdings_pro_chart img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.holdings_pro_box .ct{
	flex: 1;
	min-width: 0;
}
.holdings_pro_info{
	display: flex;
	flex-wrap: wrap;
}
.holdings_pro_info .item{
	min-width: 33.333%;
	box-sizing: border-box;
	padding: 0.12rem 0.1rem 0.12rem 0.32rem;
	position: relative;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #666666;
}
.holdings_pro_info .item em{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	position: absolute;
	top: 0.14rem;
	left: 0;
}
.jy_calendar_week{
	border: 1px solid #E9E9E9;
	background: #ffffff;
	display: flex;
}
.jy_calendar_week .item{
	box-sizing: border-box;
	width: 14.285%;
	border-left: 1px solid #E9E9E9;
	padding: 0.13rem 0.1rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
}
.jy_calendar_week .item:first-child{
	border-left: 0 none;
}
.jy_calendar_week .item.weekend{
	color: #999999;
}
.jy_calendar_days{
	border: 1px solid #E9E9E9;
	border-top: 0 none;
	margin-top: -1px;
	display: flex;
	flex-wrap: wrap;
}
.jy_calendar_days li{
	box-sizing: border-box;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	width: 14.285%;
}
.jy_calendar_days li:nth-child(7n+1){
	border-left: 0 none;
}
.jy_calendar_days li .item{
	box-sizing: border-box;
	min-height: 1.7rem;
	padding: 0.08rem 0.08rem 0.12rem;
	height: 100%;
	position: relative;
	z-index: 5;
}
.jy_calendar_days li .item:before{
	content: '';
	box-sizing: border-box;
	border: 0.03rem solid #3370EB;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.jy_calendar_days li .item .num{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #666666;
	margin-bottom: 0.1rem;
}
.jy_calendar_days li .item .num:before{
	content: '';
	background: #3370EB;
	position: absolute;
	top: -0.08rem;
	left: -0.08rem;
	bottom: -0.06rem;
	right: -0.08rem;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.jy_calendar_days li .item .tag_span{
	display: block;
	position: relative;
	padding: 0.02rem 0.24rem 0.02rem 0.12rem;
	border-radius: 0.08rem;
	background: rgba(51, 112, 235, 0.10);
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #3370EB;
	margin-top: 0.04rem;
}
.jy_calendar_days li .item .tag_span i{
	width: 0.12rem;
	height: 0.12rem;
	position: absolute;
	top: 50%;
	margin-top: -0.06rem;
	right: 0.12rem;
}
.jy_calendar_days li .item .tag_span i.ic_1{
	background: url(../images/cl_tag_ic01.png) no-repeat center;
	background-size: 100%;
}
.jy_calendar_days li .item .tag_span i.ic_2{
	background: url(../images/cl_tag_ic02.png) no-repeat center;
	background-size: 100%;
}
.jy_calendar_days li .item .tag_span i.ic_3{
	background: url(../images/cl_tag_ic03.png) no-repeat center;
	background-size: 100%;
}
.jy_calendar_days li .item .tag_span i.ic_4{
	background: url(../images/cl_tag_ic04.png) no-repeat center;
	background-size: 100%;
}
.jy_calendar_days li.weekend .item:before{
	display: none;
}
.jy_calendar_days li.weekend .item .num{
	color: #999999 !important;
}
.jy_calendar_days li.weekend .item .num:before{
	display: none;
}
.jy_calendar_days li.active .item:before{
	opacity: 1;
	visibility: visible;
}
.jy_calendar_days li.active .item .num{
	color: #ffffff;
}
.jy_calendar_days li.active .item .num:before{
	opacity: 1;
	visibility: visible;
}
.jy_calendar_info{
	margin-top: 0.8rem;
}
.jy_calendar_info > p{
	font-size: 0.24rem;
	line-height: 0.34rem;
}
.jy_tips_wrap{
	border-top: 1px solid #E9E9E9;
	padding-top: 0.4rem;
	margin-top: 0.4rem;
}
.jy_tips_wrap .title{
	margin-bottom: 0.44rem;
}
.jy_tips_wrap .title span{
	display: inline-block;
	vertical-align: top;
	padding: 0.1rem 0.16rem;
	font-size: 0.2rem;
	line-height: 0.28rem;
	border-radius: 0.04rem;
	background: #EB303E;
	color: #ffffff;
}
.jy_tips_mod{
	margin-top: 0.36rem;
}
.jy_tips_mod .tit{
	font-size: 0.24rem;
	line-height: 0.32rem;
	margin-bottom: 0.26rem;
	display: flex;
	align-items: center;
}
.jy_tips_mod .tit .icon{
	vertical-align: top;
	width: 0.2rem;
	margin-right: 0.12rem;
}
.jy_tips_item{
	margin-top: 0.26rem;
	padding-left: 0.32rem;
	display: flex;
}
.jy_tips_item .icon{
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.12rem;
}
.jy_tips_item .icon img{
	display: block;
	width: 100%;
}
.jy_tips_item .ct{
	flex: 1;
	min-width: 0;
}
.jy_tips_item h5{
	font-size: 0.2rem;
	line-height: 0.24rem;
	font-weight: 500;
	margin-bottom: 0.12rem;
}
.jy_tips_item p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.article_bg{
	background: rgba(243, 247, 250, 1) url(../images/article_d_bg.jpg) no-repeat center bottom;
}
.article_bg .article_box{
	padding: 0.6rem 1rem;
}
.article_bg .article_cont{
	font-size: 0.18rem;
	line-height: 0.26rem;
}
.article_tips{
	padding: 0.16rem;
	background: #F8F8F8;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999999;
	margin: 0.3rem 0;
}
.dialog_btn{
	margin-top: 0.2rem;
	text-align: center;
	padding: 0.08rem 0;
}
.dialog_btn a{
	display: inline-block;
	vertical-align: top;
	padding: 0.08rem 0.24rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	border-radius: 0.04rem;
	border: 1px solid #E60012;
	background: #E60012;
	color: #ffffff;
	box-sizing: border-box;
	min-width: 1.2rem;
	margin: 0 0 0 0.16rem;
}
.dialog_btn a:first-child{
	margin-left: 0 !important;
}
.dialog_btn a.cancel{
	border-color: #cccccc;
	color: #333333;
	background: none !important;
}
.article_cont ol.mce-editor-ol { list-style: decimal; padding-left: 2em; margin-left: 0; }
.article_cont ul.mce-editor-ul { list-style: disc; padding-left: 2em; margin-left: 0; }
.article_cont ol.mce-editor-ol li, ul.mce-editor-ul li { display: list-item; } 
.calendar_module.small{
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.calendar_module.small .calendar_select_wrap{
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.calendar_module.small .calendar_days li .item{
	padding-top: 0.15rem;
	height: 0.65rem;
}
.calendar_module.small .calendar_week .item{
	line-height: 0.45rem;
}






