
img {
	border: none;
}

.sub-y {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

h1 {
	color: #333;
	font-size: 0.32rem;
	text-align: center;
}

.knowledge {
	width: 100%;
}

.know-left {
	width: 3rem;
	text-align: center;
	margin: 0.66rem 0.33rem 0 0.33rem;
}
.know-left02 {
	width: 2.5rem;
	text-align: center;
	margin: 0.66rem 0 0 0;
	vertical-align: top;
}

.know_l {
	margin-left: 0.8rem;
}
.know_l-no{
	margin-left: 0.33rem;
}

.know-left .know_img img {
	width: 100%;
}
.knowledge .know_img {
	width: 0.62rem;
	height: 0.67rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.knowledge .inve01 a .know_img {
	background-image:url(../images/investor/sico1.png);
}

.knowledge .inve01 a:hover .know_img {
	background-image: url(../images/investor/sico1-on.png);
}

.knowledge .inve02 a .know_img {
	background-image: url(../images/investor/sico2.png);
}

.knowledge .inve02 a:hover .know_img {
	background-image: url(../images/investor/sico2-on.png);
}

.knowledge .inve03 a .know_img {
	background-image: url(../images/investor/sico3.png);
}

.knowledge .inve03 a:hover .know_img {
	background-image: url(../images/investor/sico3-on.png);
}

.knowledge .inve04 a .know_img {
	background-image: url(../images/investor/sico10.png);
	background-size: 100% 100%;
}

.knowledge .inve04 a:hover .know_img {
	background-image: url(../images/investor/sico10-on.png);
	background-size: 100% 100%;
}

.knowledge .inve001 a .know_img {
	background-image:url(../images/investor/r-ico01.png);
}

.knowledge .inve001 a:hover .know_img {
	background-image: url(../images/investor/r-ico01.png);
}
.knowledge .inve002 a .know_img {
	background-image:url(../images/investor/r-ico02.png);
}

.knowledge .inve002 a:hover .know_img {
	background-image: url(../images/investor/r-ico02.png);
}
.know-left h2 {
	font-size: 0.24rem;
	color: #666;
	padding-top: 0.36rem;
}

.know-left p {
	line-height: 0.3rem;
	padding-top: 0.2rem;
}

.know-left a {
	font-size: 0.19rem;
	color: #666;
	text-decoration: none;
}

.know-left a:hover {
	font-size: 0.19rem;
	color: #666;
	text-decoration: none;
}
.video{
	position: relative;
}
.video-pic {
	width:8.93rem;
	margin-top: 0.52rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.video-box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.video-pic img {
	width: 100%;
}
.video-pic>div{
	width: 100%;
}
.video-pic #jwvideo{
	/*height: 500px;*/
}
.video-pic a {
	font-size: 0.18rem;
	color: #333;
	border-left: #f11a07 1px solid;
	padding-left: 0.1rem;
}

.video-pic a:hover {
	font-size: 0.18rem;
	color: #e1391a;
	border-left: #f11a07 1px solid;
	padding-left: 0.1rem;
}

.video-ul {
	width: 2.85rem;
	margin-top: 0.45rem;
}

.video-ul h3 {
	color: #333;
	font-size: 0.2rem;
}

.video-t a {
	color: #e1391a;
	font-size: 0.16rem;
}
.video-t a:hover{
	text-decoration: underline;
	color: #e1391a;
	font-size: 0.16rem;
}

.video-ul li {
	margin-top: 0.18rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 2.85rem;
	height: 1.2rem;
}

.video-ul li img {
	width: 100%;
	transition: all 0.6s;
}
.video-ul li img:hover {
	transform: scale(1.4);
}

.video-ul li span {
	position: absolute;
	background: url(../images/investor/ico_01.png) repeat-y;
	bottom: -1px;
	display: block;
	width: 2.85rem;
	line-height: 0.39rem;
	height: 0.39rem;
	background-repeat: repeat;
	font-size: 0.16rem;
}
.video-ul li.active span {
	position: absolute;
	background: url(../images/investor/ico_02.png) repeat-y;
	bottom: -1px;
	display: block;
	width: 2.85rem;
	line-height: 0.39rem;
	height: 0.39rem;
	background-repeat: repeat;
	font-size: 0.16rem;
}
.video-ul li a {
	color: #fff;
	font-size: 0.16rem;
	padding: 0 0.13rem;
}

.inter {
	margin-top: 0.35rem;
}

.inter-pic {
	width: 3.86rem;
	height: 2.24rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.inter-pic1 {
	margin: 0 0.2rem 0 0.2rem;
}

.inter-pic img {
	width: 100%;
	transition: all 0.6s;
}
.inter-pic img:hover {
	transform: scale(1.4);
}
.inter-pic span {
	width: 2.88rem;
	position: absolute;
	background: url(../images/investor/ico_02.png) repeat-y;
	background-repeat: repeat;
	bottom: 0;
	left: 0;
	height:0.87rem;
	line-height: 0.87rem;
	font-size: 0.24rem;
}

.inter-pic a {
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.87rem;
	border-left: #fff 1px solid;
	padding-left: 0.15rem;
	margin-left: 0.08rem;
}

.inter-pic a:hover {
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.87rem;
	border-left: #fff 1px solid;
	padding-left: 0.15rem;
	margin-left: 0.08rem;
}

.column {
	margin-top: 0.55rem;
	overflow: hidden;
}

.column-left {
	background: #fafafa;
	width: 6.29rem;
}

.column-right {
	background: #fafafa;
	width: 2.63rem;
	margin-left: 0.2rem;
}

.column-p {
	width: 5.26rem;
	margin: 0 auto;
	padding:0.63rem 0 0.51rem 0;
	position: relative;
	height:3.5rem;
}

.column-p h3 {
	color: #333;
	font-size: 0.24rem;
	border-bottom: #d2d2d2 1px solid;
	padding-bottom: 0.17rem;
	margin-bottom: 0.24rem;
}

.column-p span {
	position: absolute;
	width: 0.47rem;
	height: 0.46rem;
	top: 0.36rem;
	right: -0.3rem;
}

.column-p img {
	width: 100%;
}

.column-p a {
	color: #666;
	font-size: 0.19rem;
	line-height: 0.4rem;
}

.column-p a:hover {
	color: #e1391a;
	font-size: 0.19rem;
	line-height: 0.4rem;
}

.column-p1 {
	/*padding: 22% 0 18% 0;*/
	width: 2rem;
}

.column-p1 h3 {
	/*margin-bottom: 10%;
	padding-bottom: 7%;*/
}

.exper-left {
	width: 3.54rem;
	text-align: center;
	margin: 0.69rem 0.23rem 0 0.23rem;
}


.exper .exper_img {
	width: 0.79rem;
	height: 0.67rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.exper .exp01 a .exper_img {
	background-image:url(../images/investor/sico5.png);
}

.exper .exp01 a:hover .exper_img {
	background-image: url(../images/investor/sico5-on.png);
}

.exper .exp02 a .exper_img {
	background-image: url(../images/investor/sico6.png);
}

.exper .exp02 a:hover .exper_img {
	background-image: url(../images/investor/sico6-on.png);
}

.exper .exp03 a .exper_img {
	background-image: url(../images/investor/sico7.png);
}

.exper .exp03 a:hover .exper_img {
	background-image: url(../images/investor/sico7-on.png);
}
.exper .exp04 a .exper_img {
	background-image: url(../images/investor/sico8.png);
}

.exper .exp04 a:hover .exper_img {
	background-image: url(../images/investor/sico8-on.png);
}
.exper .exp05 a .exper_img {
	background-image: url(../images/investor/sico9.png);
}

.exper .exp05 a:hover .exper_img {
	background-image: url(../images/investor/sico9-on.png);
}
.exper .exper_img img {
	width: 100%;
}

.exper-left h2 {
	font-size: 0.24rem;
	color: #666;
	padding-top:0.35rem;
}

.exper-left h2:hover {
	color: #666;
}



#container {
	text-align: left;
	width: 12rem;
	background-color: #FFFFFF;
}
#container #title {
	height: 0.48rem;
}
#container #title li {
	float: left;
	list-style-type: none;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	margin-right: 0.29rem;
	border-radius:0.22rem;
}
#container #title ul {
	background-color: #FFFFFF;
	height: 0.48rem;
	width: 4.45rem;
	margin: 0 auto;
}
#container #title a {
	text-decoration: none;
	color: #666;
	display: block;
	background:#DFEBF7;
	border-radius:0.22rem;
	width: 1.93rem;
	background:#ebebeb;
}
#container #title a.active{
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
}
#container #title a span{
	display: block;
	font-size:0.2rem;
	border-radius:0.22rem;
	width: 1.93rem;
}
#container #title a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
}
#container #title  a:hover span{
	display: block;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
	color: #fff;
}


#container #title .selectli1 {
	text-decoration: none;
	color: #fff;
	display: block;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
}
#container #title a .selectspan1 {
	display: block;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
}
#container #title .selectli2 {
	text-decoration: none;
	color: #fff;
	display: block;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
}
#container #title a .selectspan2 {
	display: block;
	color: #fff;
	background:#e1391a;
	border-radius:0.22rem;
	width: 1.93rem;
}

#container #content {
	margin-top: 0.76rem;
}
.video-nei{
	background: #fafafa;
	height: 4rem;
}
.video-nei .v-pic{
	width: 7.8rem;
	height: 4rem;
	position: relative;
	cursor: pointer;
}
.video-nei .v-pic .video-box{
	width: 100%;
	height: 100%;
}
.v-pic img{
	width: 100%;
}
.video-nei .video-zi{
	width: 4.15rem;
	height: 4rem;
	background: #fafafa;
	padding: 0.92rem 0.52rem;
}

.video-nei .video-zi h2 {
	font-size: 0.24rem;
	color: #333;
	line-height: 0.34rem;
	background: url(../images/about/i_list.jpg) no-repeat left bottom;
	padding-bottom: 0.16rem;
}
.video-nei .video-zi p {
	font-size: 0.19rem;
	color: #333;
	line-height: 0.4rem;
	margin: 0.25rem 0 0.45rem 0;
}

.video-nei .video-zi a {
	color: #e1391a;
	font-size: 0.16rem;
	text-decoration: none;
}

.video-nei .video-zi a:hover {
	color: #e1391a;
	font-size: 0.16rem;
	text-decoration: underline;
}
.vnews-con {
	width: 11.51rem;
	margin: 0.39rem 0 0.82rem 0.49rem;
}

.vnews-con li {
	height:0.64rem;
	line-height: 0.64rem;
	border-bottom: #f5f5f5 1px dashed;
	width: 11.51rem;
	color: #333;
	float: left;
	font-size: 0.19rem;
}

.vnews-con li a {
	color: #333;
	font-size: 0.19rem;
	text-decoration: none;
	background: url(../images/about/news-ico.png) repeat-y;
	padding-left: 0.17rem;
}
.vnews-con li.active a{
	color: #e1391a;
}
.vnews-con li a:hover {
	color: #e1391a;
	font-size: 0.19rem;
	text-decoration: none;
	background: url(../images/about/news-ico.png) repeat-y;
	padding-left: 0.17rem;
}

.vnews-con li span:first-child{
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:10rem;
}

.vnews-con li span:last-child{
	width: 0.3rem;
	cursor: pointer;
	float: right;
	color:#e1391a ;
}
.vnews-con li img{
	width: 100%;
	margin-top: 0.18rem;
}
.hidecontent {display:none;}


.no-pic{
	width: 11rem;
	margin-top: 0.52rem;
}
.no-pic img{
	width: 100%;
}
.vnews-con1 {
	width: 11rem;
	margin-top: 0.36rem;
	margin-bottom: 0.82rem;
}

.vnews-con1 li {
	height:0.64rem;
	line-height: 0.64rem;
	border-bottom: #f5f5f5 1px dashed;
	width: 11rem;
	color: #333;
	float: left;
	font-size: 0.19rem;
}

.vnews-con1 li span{
	display:inline-block;
	width:1.9rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.vnews-con1 li span:first-child{
	width:9rem;
}

.vnews-con1 li span:last-child{
	text-align:right;
}

.vnews-con1 li a {
	color: #333;
	font-size: 0.19rem;
	text-decoration: none;
	background: url(../images/about/news-ico.png) repeat-y;
	padding-left: 0.17rem;
}

.vnews-con1 li a:hover {
	color: #e1391a;
	font-size: 0.19rem;
	text-decoration: none;
	background: url(../images/about/news-ico.png) repeat-y;
	padding-left: 0.17rem;
}
.vnews-con1 li:hover span{
	color: #e1391a;
}

.vnews-con2 {
	width: 9.31rem;
	margin-top: 0.36rem;
	margin-bottom: 0.82rem;
}

.vnews-con2 li {
	height:0.64rem;
	line-height: 0.64rem;
	border-bottom: #f5f5f5 1px dashed;
	width: 9.31rem;
	color: #333;
	float: left;
	font-size: 0.19rem;
}

.vnews-con2 li span{
	display:inline-block;
	width:2.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.vnews-con2 li span:first-child{
	width:7rem;
}

.vnews-con2 li span:last-child{
	text-align:right;
}

.vnews-con2 li a {
	color: #333;
	font-size: 0.19rem;
	text-decoration: none;
	background: url(../images/about/news-ico.png) repeat-y;
	padding-left: 0.17rem;
}

.vnews-con2 li a:hover {
	color: #e1391a;
	font-size: 0.19rem;
	text-decoration: none;
	background: url(../images/about/news-ico.png) repeat-y;
	padding-left: 0.17rem;
}
.vnews-con2 li:hover span{
	color: #e1391a;
}

#container1 {
	text-align: left;
	width: 11rem;
	background-color: #FFFFFF;
}
#container1 #title li {
	position:relative;
	display: inline-block;
	list-style-type: none;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	margin-right: 0.35rem;
	margin-top:0.3rem;
	border-radius:0.22rem;
}
#container1 #title ul {
	background-color: #FFFFFF;
	margin: 0.6rem auto 0 auto;
}
#container1 #title a {
	text-decoration: none;
	color: #666;
	display: block;
	background:#ebebeb;
	border-radius:0.22rem;
}
#container1 #title a:hover {
	color: #ffffff;
	background:#e1391a;
}
#container1 #title li.active a{
	color: #fff;
	background:#e1391a;
}

#container1 #title a span{
	display: block;
	font-size:0.2rem;
	border-radius:0.22rem;
	padding:0 0.2rem;
}
#container1 #content {
	margin-top: 0.44rem;
}
#container1 #content .tab-con{
	/* display: none; */
}
#container1 #content .tab-con.active{
	display: block;
}
.d_left{
	width: 3.4rem;
	margin-top: 0.22rem;
}
.d_left li{
	width: 3rem;
	line-height: 0.32rem;
	border-bottom: #e5e5e5 1px solid;
	color: #333;
	font-size: 0.24rem;
	padding: 0.2rem 0;
}
.d_left a{
	font-size: 0.24rem;
	color: #333;
	text-decoration: none;
}
.d_left a:hover{
	font-size: 0.24rem;
	color: #e1391a;
	text-decoration: none;
}
.d_left a.active{
	font-size: 0.24rem;
	color: #e1391a;
	text-decoration: none;
}
.d_right{
	width: 8.47rem;
	border-left: 0.2rem #fafafa solid;
	padding-top: 0.2rem;
	padding-bottom: 1rem;
}
.d_right h2{
	font-size: 0.32rem;
	color: #333;
	text-align: center;
}
.sa-con{
	width: 9.31rem;
	margin: 0.8rem auto 0 auto;
}
.sa-con1{
	width: 7.96rem;
	background: #fafafa;
	margin: 0.6rem auto 0 auto;
}
.sa-list{
	padding-bottom: 0.68rem;
	background-color:#ffffff;
}
.sa-nei{
	width: 9.31rem;
}
.sa-nei1{
	width: 7.96rem;
}
.sa-t{
	padding: 0 0.39rem 0 0.4rem;
	height: 1rem;
	line-height: 1rem;
	background: #fafafa;
}
.sa-t span{
	float: left;
	color: #333;
	margin-right: 0.2rem;
	font-size: 0.24rem;
}
.sa-1{
	width: 2.2rem;
}
.sa-2{
	width: 1.2rem;
}
.sa-3{
	width: 2.1rem;
}
.sa-4{
	width: 2.2rem;
}
.sa-5{
	width: 2rem;
}
.sa-b li{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.16rem;
	color: #333;
	padding: 0 0.39rem 0 0.4rem;
	background: #fff;
}
.sa-b li span{
	float: left;
	color: #333;
	margin-right: 0.2rem;
	font-size: 0.16rem;
}
.sa-b li.sa-li{
	background: #fff;
}
.sa-b li a{
	color: #333;
	font-size: 0.16rem;
	text-decoration: none;
}
.sa-b li a:hover{
	color: #e1391a;
	font-size: 0.16rem;
	text-decoration: none;
}
.sa-t1{
	height: 1rem;
	line-height: 1rem;
	background-color:#fafafa;
}
.sa-t1 span{
	float: left;
	color: #333;
	margin-left: 0.83rem;
	font-size: 0.24rem;
}
.sa-01{
	width: 1.74rem;
}
.sa-02{
	width: 1.85rem;
}
.sa-03{
	width: 1.88rem;
}
.sa-b1 li{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.16rem;
	color: #333;
	background: #fff;
}
.sa-b1 li:nth-child(2n){
	background: #fafafa;
}
.sa-b1 li span{
	float: left;
	color: #333;
	margin-left: 0.83rem;
	font-size: 0.19rem;
}
.sa-b1 li.sa-li{
	background: #fff;
}

.z-knowledge{
	margin-top: 0.65rem;
}
.z-icol{
	width: 0.16rem;
	cursor: pointer;
	margin-top: 0.48rem;
}
.z-icol img{
	width: 100%;
}
.z-icor{
	width: 0.16rem;
	cursor: pointer;
	margin-top: 0.48rem;
}
.z-icor img{
	width: 100%;
}
.z-know{
	width: 2.66rem;
	text-align: center;
}
.iconlist{
	position: relative;
}
.iconlist .owl-prev{
	width: 0.16rem;
	height: 0.33rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.15rem;
	background-size: cover;
	text-indent: -9999em;
	background-image:url(../images/investor/z-icol.png);
}
.iconlist .owl-next{
	width: 0.16rem;
	height: 0.3rem;
	display: block;
	background-size: cover;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.15rem;
	background-image:url(../images/investor/z-icor.png);
}
.iconlist .z-know{
	width: 2.66rem;
	overflow: hidden;
}
.indexiconlist{
	position: relative;
}
.indexiconlist .owl-prev{
	width: 0.16rem;
	height: 0.33rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.15rem;
	background-size: cover;
	text-indent: -9999em;
	background-image:url(../images/investor/z-icol.png);
}
.indexiconlist .owl-next{
	width: 0.16rem;
	height: 0.3rem;
	display: block;
	background-size: cover;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.15rem;
	background-image:url(../images/investor/z-icor.png);
}
.z-icoc .zknow_img img {
	width: 100%;
}
.z-icoc .zknow_img {
	width: 0.81rem;
	height: 0.67rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.z-icoc .zinve01 a .zknow_img {
	background-image:url(../images/investor/z-ico01.png);
}
.z-icoc .zinve01 a:hover .zknow_img,.z-icoc .zinve01 a.active .zknow_img {
	background-image: url(../images/investor/z-ico01-on.png);
}

.z-icoc .zinve02 a .zknow_img {
	background-image:url(../images/investor/z-ico02.png);
}
.z-icoc .zinve02 a:hover .zknow_img,.z-icoc .zinve02 a.active .zknow_img {
	background-image: url(../images/investor/z-ico02-on.png);
}

.z-icoc .zinve03 a .zknow_img {
	background-image:url(../images/investor/z-ico03.png);
}
.z-icoc .zinve03 a:hover .zknow_img,.z-icoc .zinve03 a.active .zknow_img {
	background-image: url(../images/investor/z-ico03-on.png);
}

.z-icoc .zinve04 a .zknow_img {
	background-image:url(../images/investor/z-ico04.png);
}
.z-icoc .zinve04 a:hover .zknow_img,.z-icoc .zinve04 a.active .zknow_img {
	background-image: url(../images/investor/z-ico04-on.png);
}

.z-icoc .zinve05 a .zknow_img {
	background-image:url(../images/investor/z-ico05.png);
}

.z-icoc .zinve05 a:hover .zknow_img,.z-icoc .zinve05 a.active .zknow_img {
	background-image: url(../images/investor/z-ico05-on.png);
}

.z-icoc .zinve06 a .zknow_img {
	background-image:url(../images/investor/z-ico06.png);
}
.z-icoc .zinve06 a:hover .zknow_img ,.z-icoc .zinve06 a.active .zknow_img {
	background-image: url(../images/investor/z-ico06-on.png);
}

.z-icoc .zinve07 a .zknow_img {
	background-image:url(../images/investor/z-ico07.png);
}
.z-icoc .zinve07 a:hover .zknow_img,.z-icoc .zinve07 a.active .zknow_img {
	background-image: url(../images/investor/z-ico07-on.png);
}

.z-icoc .zinve08 a .zknow_img {
	background-image:url(../images/investor/z-ico08.png);
}
.z-icoc .zinve08 a:hover .zknow_img,.z-icoc .zinve08 a.active .zknow_img {
	background-image: url(../images/investor/z-ico08-on.png);
}

.z-icoc .zinve09 a .zknow_img {
	background-image:url(../images/investor/z-ico09.png);
}
.z-icoc .zinve09 a:hover .zknow_img,.z-icoc .zinve09 a.active .zknow_img {
	background-image: url(../images/investor/z-ico09-on.png);
}

.z-icoc .zinve010 a .zknow_img {
	background-image:url(../images/investor/z-ico10.png);
}
.z-icoc .zinve010 a:hover .zknow_img,.z-icoc .zinve010 a.active .zknow_img {
	background-image: url(../images/investor/z-ico10-on.png);
}

.z-icoc .zinve011 a .zknow_img {
	background-image:url(../images/investor/z-ico11.png);
}
.z-icoc .zinve011 a:hover .zknow_img ,.z-icoc .zinve011 a.active .zknow_img{
	background-image: url(../images/investor/z-ico11-on.png);
}

.z-icoc .zinve012 a .zknow_img {
	background-image:url(../images/investor/z-ico12.png);
}
.z-icoc .zinve012 a:hover .zknow_img ,.z-icoc .zinve012 a.active .zknow_img{
	background-image: url(../images/investor/z-ico12-on.png);
}

.z-icoc .zinve013 a .zknow_img {
	background-image:url(../images/investor/z-ico13.png);
}
.z-icoc .zinve013 a:hover .zknow_img ,.z-icoc .zinve013 a.active .zknow_img{
	background-image: url(../images/investor/z-ico13-on.png);
}

.z-icoc .zinve014 a .zknow_img {
	background-image:url(../images/investor/z-ico14.png);
}
.z-icoc .zinve014 a:hover .zknow_img ,.z-icoc .zinve014 a.active .zknow_img{
	background-image: url(../images/investor/z-ico14-on.png);
}

.z-icoc .zinve015 a .zknow_img {
	background-image:url(../images/investor/z-ico15.png);
}
.z-icoc .zinve015 a:hover .zknow_img ,.z-icoc .zinve015 a.active .zknow_img{
	background-image: url(../images/investor/z-ico15-on.png);
}

.z-icoc .zinve016 a .zknow_img {
	background-image:url(../images/investor/z-ico16.png);
}
.z-icoc .zinve016 a:hover .zknow_img ,.z-icoc .zinve016 a.active .zknow_img{
	background-image: url(../images/investor/z-ico16-on.png);
}

.z-icoc .zinve017 a .zknow_img {
	background-image:url(../images/investor/z-ico17.png);
}
.z-icoc .zinve017 a:hover .zknow_img ,.z-icoc .zinve017 a.active .zknow_img{
	background-image: url(../images/investor/z-ico17-on.png);
}

.z-icoc .zinve018 a .zknow_img {
	background-image:url(../images/investor/z-ico18.png);
}
.z-icoc .zinve018 a:hover .zknow_img ,.z-icoc .zinve018 a.active .zknow_img{
	background-image: url(../images/investor/z-ico18-on.png);
}

.z-icoc .zinve019 a .zknow_img {
	background-image:url(../images/investor/z-ico19.png);
}
.z-icoc .zinve019 a:hover .zknow_img ,.z-icoc .zinve019 a.active .zknow_img{
	background-image: url(../images/investor/z-ico19-on.png);
}
.z-know h2 {
	font-size: 0.24rem;
	color: #666;
	padding-top: 0.36rem;
}
.x-icoc .xknow_img img {
	width: 100%;
}
.x-icoc .xknow_img {
	width: 0.68rem;
	height: 0.67rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.x-icoc .xinve01 a .xknow_img {
	background-image:url(../images/investor/x-ico01.png);
}
.x-icoc .xinve01 a:hover .xknow_img,.x-icoc .xinve01 a.active .xknow_img {
	background-image: url(../images/investor/x-ico01-on.png);
}

.x-icoc .xinve02 a .xknow_img {
	background-image:url(../images/investor/x-ico02.png);
}
.x-icoc .xinve02 a:hover .xknow_img ,.x-icoc .xinve02 a.active .xknow_img {
	background-image: url(../images/investor/x-ico02-on.png);
}

.x-icoc .xinve03 a .xknow_img {
	background-image:url(../images/investor/x-ico03.png);
}
.x-icoc .xinve03 a:hover .xknow_img,.x-icoc .xinve03 a.active .xknow_img  {
	background-image: url(../images/investor/x-ico03-on.png);
}
.q-icoc .qknow_img img {
	width: 100%;
}
.q-icoc .qknow_img {
	width: 0.73rem;
	height: 0.67rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.q-icoc .qinve01 a .qknow_img {
	background-image:url(../images/investor/q-ico01.png);
}
.q-icoc .qinve01 a:hover .qknow_img,.q-icoc .qinve01 a.active .qknow_img {
	background-image: url(../images/investor/q-ico01-on.png);
}

.q-icoc .qinve02 a .qknow_img {
	background-image:url(../images/investor/q-ico02.png);
}
.q-icoc .qinve02 a:hover .qknow_img,.q-icoc .qinve02 a.active .qknow_img {
	background-image: url(../images/investor/q-ico02-on.png);
}

.q-icoc .qinve03 a .qknow_img {
	background-image:url(../images/investor/q-ico03.png);
}
.q-icoc .qinve03 a:hover .qknow_img,.q-icoc .qinve03 a.active .qknow_img {
	background-image: url(../images/investor/q-ico03-on.png);
}

.q-icoc .qinve04 a .qknow_img {
	background-image:url(../images/investor/q-ico04.png);
}
.q-icoc .qinve04 a:hover .qknow_img,.q-icoc .qinve04 a.active .qknow_img {
	background-image: url(../images/investor/q-ico04-on.png);
}

.q-icoc .qinve05 a .qknow_img {
	background-image:url(../images/investor/q-ico05.png);
}
.q-icoc .qinve05 a:hover .qknow_img,.q-icoc .qinve05 a.active .qknow_img {
	background-image: url(../images/investor/q-ico05-on.png);
}

.q-icoc .qinve06 a .qknow_img {
	background-image:url(../images/investor/q-ico06.png);
}
.q-icoc .qinve06 a:hover .qknow_img,.q-icoc .qinve06 a.active .qknow_img {
	background-image: url(../images/investor/q-ico06-on.png);
}

.q-icoc .qinve07 a .qknow_img {
	background-image:url(../images/investor/q-ico07.png);
}
.q-icoc .qinve07 a:hover .qknow_img,.q-icoc .qinve07 a.active .qknow_img {
	background-image: url(../images/investor/q-ico07-on.png);
}

.q-icoc .qinve08 a .qknow_img {
	background-image:url(../images/investor/q-ico08.png);
}
.q-icoc .qinve08 a:hover .qknow_img,.q-icoc .qinve08 a.active .qknow_img {
	background-image: url(../images/investor/q-ico08-on.png);
}

.q-icoc .qinve09 a .qknow_img {
	background-image:url(../images/investor/q-ico09.png);
}
.q-icoc .qinve09 a:hover .qknow_img,.q-icoc .qinve09 a.active .qknow_img {
	background-image: url(../images/investor/q-ico09-on.png);
}

.q-icoc .qinve10 a .qknow_img {
	background-image:url(../images/investor/q-ico10.png);
}
.q-icoc .qinve10 a:hover .qknow_img,.q-icoc .qinve10 a.active .qknow_img {
	background-image: url(../images/investor/q-ico10-on.png);
}
.a-icoc .aknow_img img {
	width: 100%;
}
.a-icoc .aknow_img {
	width: 0.73rem;
	height: 0.67rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.a-icoc .ainve01 a .aknow_img {
	background-image:url(../images/investor/a-ico01.png);
}

.a-icoc .ainve01 a:hover .aknow_img,.a-icoc .ainve01 a.active .aknow_img {
	background-image: url(../images/investor/a-ico01-on.png);
}
.a-icoc .ainve02 a .aknow_img {
	background-image:url(../images/investor/a-ico02.png);
}

.a-icoc .ainve02 a:hover .aknow_img,.a-icoc .ainve02 a.active .aknow_img {
	background-image: url(../images/investor/a-ico02-on.png);
}
.a-icoc .ainve03 a .aknow_img {
	background-image:url(../images/investor/a-ico03.png);
}

.a-icoc .ainve03 a:hover .aknow_img,.a-icoc .ainve03 a.active .aknow_img {
	background-image: url(../images/investor/a-ico03-on.png);
}
.a-icoc .ainve04 a .aknow_img {
	background-image:url(../images/investor/a-ico04.png);
}

.a-icoc .ainve04 a:hover .aknow_img,.a-icoc .ainve04 a.active .aknow_img {
	background-image: url(../images/investor/a-ico04-on.png);
}
.a-icoc .ainve05 a .aknow_img {
	background-image:url(../images/investor/a-ico05.png);
}

.a-icoc .ainve05 a:hover .aknow_img,.a-icoc .ainve05 a.active .aknow_img {
	background-image: url(../images/investor/a-ico05-on.png);
}
.f-icoc .fknow_img img {
	width: 100%;
}
.f-icoc .fknow_img {
	width: 0.74rem;
	height: 0.66rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.f-icoc .finve01 a .fknow_img {
	background-image:url(../images/investor/f-ico01.png);
}

.f-icoc .finve01 a:hover .fknow_img,.f-icoc .finve01 a.active .fknow_img {
	background-image: url(../images/investor/f-ico01-on.png);
}
.f-icoc .finve02 a .fknow_img {
	background-image:url(../images/investor/f-ico02.png);
}

.f-icoc .finve02 a:hover .fknow_img,.f-icoc .finve02 a.active .fknow_img {
	background-image: url(../images/investor/f-ico02-on.png);
}
.f-icoc .finve03 a .fknow_img {
	background-image:url(../images/investor/f-ico03.png);
	width:0.67rem;
	height:0.81rem;
}

.f-icoc .finve03 a:hover .fknow_img,.f-icoc .finve03 a.active .fknow_img {
	background-image: url(../images/investor/f-ico03-on.png);
	width:0.67rem;
	height:0.81rem;
}
.f-icoc .finve04 a .fknow_img {
	background-image:url(../images/investor/f-ico04.png);
	width:0.67rem;
	height:0.81rem;
}

.f-icoc .finve04 a:hover .fknow_img,.f-icoc .finve04 a.active .fknow_img {
	background-image: url(../images/investor/f-ico04-on.png);
	width:0.67rem;
	height:0.81rem;
}
.f-icoc .finve05 a .fknow_img {
	background-image:url(../images/investor/f-ico05.png);
	width:0.67rem;
	height:0.81rem;
}

.f-icoc .finve05 a:hover .fknow_img,.f-icoc .finve05 a.active .fknow_img {
	background-image: url(../images/investor/f-ico05-on.png);
	width:0.67rem;
	height:0.81rem;
}
.f-icoc .finve06 a .fknow_img {
	background-image:url(../images/investor/f-ico06.png);
	width:0.67rem;
	height:0.81rem;
}

.f-icoc .finve06 a:hover .fknow_img,.f-icoc .finve06 a.active .fknow_img {
	background-image: url(../images/investor/f-ico06-on.png);
	width:0.67rem;
	height:0.81rem;
}

.f-icoc .finve07 a .fknow_img {
	background-image:url(../images/investor/f-ico07.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve07 a:hover .fknow_img,.f-icoc .finve07 a.active .fknow_img {
	background-image: url(../images/investor/f-ico07-on.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve08 a .fknow_img {
	background-image:url(../images/investor/f-ico08.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve08 a:hover .fknow_img,.f-icoc .finve08 a.active .fknow_img {
	background-image: url(../images/investor/f-ico08-on.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve09 a .fknow_img {
	background-image:url(../images/investor/f-ico09.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve09 a:hover .fknow_img,.f-icoc .finve09 a.active .fknow_img {
	background-image: url(../images/investor/f-ico09-on.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve10 a .fknow_img {
	background-image:url(../images/investor/f-ico10.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve10 a:hover .fknow_img,.f-icoc .finve10 a.active .fknow_img {
	background-image: url(../images/investor/f-ico10-on.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve11 a .fknow_img {
	background-image:url(../images/investor/f-ico11.png);
	width:0.81rem;
	height:0.81rem;
}

.f-icoc .finve11 a:hover .fknow_img,.f-icoc .finve11 a.active .fknow_img {
	background-image: url(../images/investor/f-ico11-on.png);
	width:0.81rem;
	height:0.81rem;
}
.bond-ti01{
	border-bottom: #e5e5e5 1px solid;
}
.bond-ti01 .b-01 {
	width: 0.26rem;
	margin-top: 0.06rem;
}
.bond-ti01 img {
	width: 100%;
}
.bond-ti01 h3 {
	color: #333;
	font-size: 0.32rem;
	padding-left: 0.1rem;
	margin-bottom: 0.19rem;
}
.down-con{
	padding-bottom: 2.08rem;
}
.iconlist .down-li{
	width: 3.65rem;
	text-align: left;
	padding: 0 0.2rem;
}
.iconlist01 .owl-prev{
	left: -0.58rem;
}
.iconlist01 .owl-next{
	right: -0.58rem;
}
.down-li h1{
	font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.18rem;
}
.down-li h5{
	color: #333;
	font-size: 0.17rem;
	margin-bottom: 0.08rem;
}
.down-li h6{
	color: #333;
	font-size: 0.17rem;
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}
.down-li p{
	color: #666;
	font-size: 0.17rem;
	line-height: 0.3rem;
	margin-top: 0.05rem;
}
.down-li div{
	color: #666;
	font-size: 0.17rem;
	line-height: 0.3rem;
}
.down-li .down-span{
	word-wrap:break-word;
	margin-left: 0.8rem;
}
.downA{
	display: block;
	font-size: 0.17rem;
	width: 1.35rem;
	line-height: 0.38rem;
	color: #fff;
	background: #e1391a;
	margin-top: 0.2rem;
	text-align: center;
	border-radius: 0.22rem;
}

.down-banner{
	position: relative;
	width: 15.2rem;
	left: -1.58rem;
	margin-bottom: 0.2rem;
}
.down-banner img{
	width: 100%;
}
.bond-ti001{
	border-bottom: #e5e5e5 1px solid;
}
.bond-ti001 h1 {
	height: 0.66rem;
	line-height: 0.66rem;
	margin-bottom: 0.05rem;
	padding: 0;
	font-size: 0.32rem;
	text-align: left;
	color: #333;
}
.bond-ti001 span.ht-ico6 {
	position: absolute;
	width: 0.38rem;
	margin-top: 0.2rem;
}

.bond-ti001 span img {
	width: 100%;
}
.bond-ti001 .ht-zi6 {
	margin-left: 0.48rem;
}
.kv2 {
	width: 100%;
	position: relative;
	z-index: 100;
	background: #ffffff;
}

.kv2 img {
	width: 100%;
}

.kv2 .flex-control-nav {
	position: absolute;
	bottom: 1.4rem;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.kv2 .flex-control-nav li {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 5px;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

.kv2 .flex-control-nav li {
	background: none;
}

.kv2 .flex-control-nav li a {
	background: #d9d9d9;
	box-shadow: none;
	width: 16px;
	height: 16px;
	position: relative;
	border: none;
	border-radius: 8px;
	overflow: hidden;
}

.kv2 .flex-control-nav li a:hover {
	background: #d9d9d9;
}

.kv2 .flex-control-nav li a.flex-active {
	border: none;
	background: #e1391a;
}

.kv2 .flex-control-nav li a.flex-active:before {
	background-color: #e1391a;
	opacity: 1;
	filter: alpha(opacity=100);
}

.kv2 .flex-direction-nav a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top:-24px;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.kv2 .flex-direction-nav .flex-prev {
	display: none;
	left: 0.1rem;
	background: #000 url(../images/j_left.png) no-repeat center center;
}

.kv2 .flex-direction-nav .flex-prev:hover {
	display: inline;
	left: 0.1rem;
	background-color: #e1391a;
	background-image: none;
	filter: alpha(opacity=100);
	opacity: 1;
	background: #e1391a url(../images/j_left.png) no-repeat center center;
}

.kv2 .flex-direction-nav .flex-next {
	display: none;
	right: 0.1rem;
	background: #000 url(../images/j_right.png) no-repeat center center;
}

.kv2 .flex-direction-nav .flex-next:hover {
	display: inline;
	right: 0.1rem;
	background-color: #e1391a;
	background-image: none;
	filter: alpha(opacity=100);
	opacity: 1;
	background: #e1391a url(../images/j_right.png) no-repeat center center;
}

.sub-kv2 {
	margin: 0;
}

.sub-kv2 .flex-control-nav {
	bottom: 0.1rem;
}
.inter-pic .aNone{
	border:none;
	margin:0;
	padding:0;
}
.inter-pic .aNone:hover{
	border:none;
	margin:0;
	padding:0;
}
.querySaalesManContent{
	width:12rem;
}
.querySaalesManContent .sa-xz{
	position:relative;
	width:10rem;
}
.querySaalesManContent .contentArea{
	width:7.5rem;
}
.querySaalesManContent table, .querySaalesManContent th, .querySaalesManContent td{
	border:1px solid #d0d0d0;
	border-collapse:collapse;
}
.querySaalesManContent .contentDetail1, .querySaalesManContent .contentDetail2{
	font-size:0.19rem;
	font-weight:normal;
	text-align:center;
	padding:0.2rem 0.1rem;
	word-wrap: break-word;
    word-break: break-all;
}
.querySaalesManContent .contentDetail1{
	width:1.75rem;
}
.querySaalesManContent .contentDetail2{
	width:2rem;
	color:#777777;
}
/* .querySaalesManContent .contentDetail3{
	width:2.5rem;
} */
.querySaalesManContent .contentImg{
	position:absolute;
	right:-0.1rem;
	top:0.45rem;
	width:2.5rem;
}

.downTitle{
	display:block;
	width:11.5rem;
	margin:0 auto 0.3rem auto;
	white-space:nowrap;
}
.titleEach{
	display:inline-block;
	width:2rem;
	padding:0 0.2rem;
	margin:0 0.15rem;
	font-size:0.24rem;
	color:#000000;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	height:0.7rem;
	line-height:0.7rem;
}
.titleEach:hover, .titleEach.active{
	color:#e1391a;
	border-bottom:2px solid #e1391a;
}
.downEacch{
	position:relative;
	background-color:#fafafa;
	padding:0.2rem 0.3rem;
	margin-top:0.1rem;
}
.downLeft{
	display:inline-block;
	width:30%;
	vertical-align: top;
	padding-right:0.3rem;
}
.downRight{
	display:inline-block;
	width:69%;
	vertical-align: top;
}
.downLoadArea{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:0;
	text-align:center;
	color:#ffffff;
	background-color:#e1391a;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.downEacch:hover .downLoadArea{
	width:3rem;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.downLoadAreaText{
	position:absolute;
	top:50%;
	right:50%;
	margin-right:-1.5rem;
	margin-top:-0.15rem;
	height:0.3rem;
	width:0;
	line-height:0.3rem;
	font-size:0.24rem;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	overflow:hidden;
}
.downEacch:hover .downLoadAreaText{
	width:3rem;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.downEacch p{
	display:block;
	word-wrap: break-word;
    word-break: break-all;
    font-size:0.19rem;
    color:#333333;
    line-height:0.4rem;
}
.downRight p{
	font-size:0.16rem;
	line-height:0.3rem;
	font-weight:bold;
}
.downText01{
	font-weight:bold;
	font-size:0.2rem;
}
.downRight p font{
	font-weight:normal;
	font-size:0.16rem;
}
.downLoadBtn{
	display:block;
	color:#e1391a;
	font-size:0.19rem;
	line-height:0.4rem;
	width:4em;
}

.searchByNameAndOrgcode{
	display:block;
	width:5.5rem;
	height:0.52rem;
	padding:0.05rem 0.1rem 0.05rem 0.2rem;
	margin:0.2rem auto;
	border:1px solid #999999;
	border-radius: 0.4rem;
	font-size:0.19rem;
}
.searchByNameAndOrgcode+.sa-con, .searchByNameAndOrgcode+.sa-con1{
	margin-top:0;
}
.searchByNameAndOrgcode .searchSelect{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.searchByNameAndOrgcode .searchSelect .showArea{
	font-size:0.19rem;
	height:0.4rem;
	line-height:0.4rem;
	cursor:pointer;
}
.searchByNameAndOrgcode .searchSelect .showType{
	width:1rem;
	padding-left:0.1rem;
}
.searchByNameAndOrgcode .searchSelect .showYyb{
	width:3rem;
	padding: 0 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchByNameAndOrgcode .searchSelect img{
	position:absolute;
	right:0;
	top:50%;
	height:0.1rem;
	width:0.2rem;
	margin-top: -0.05rem;
}
.searchByNameAndOrgcode ul{
	display:none;
	position:absolute;
	top:0.4rem;
	left:0;
	background-color:#ffffff;
	margin:0;
	box-shadow: 0 2px 2px #888;
	width:3rem;
	z-index:800;
	max-height:2rem;
	overflow-y:auto;
}
.searchByNameAndOrgcode li{
	font-size:0.19rem;
	line-height:0.4rem;
	color:#333333;
	text-align:justify;
	cursor:pointer;
	white-space:nowrap;
	overflow-x:hidden;
	text-overflow:ellipsis;
}
.searchByNameAndOrgcode .chooseType{
	width:1rem;
	padding:0.1rem;
}
.searchByNameAndOrgcode .searchInput{
	display:inline-block;
	vertical-align:middle;
	width:2.8rem;
	height:0.3rem;
	line-height:0.3rem;
	border:none;
	font-size:0.19rem;
	margin-left:0.2rem;
}
.searchByNameAndOrgcode .searchYyb{
	width:3rem;
	padding:0.1rem 0.2rem;
}
.searchByNameAndOrgcode .searchBtn{
	float:right;
	border-radius: 0.4rem;
	width:1rem;
	height:0.4rem;
	text-align:center;
	border:none;
	color:#ffffff;
	background-color:#e1391a;
	font-size:0.19rem;
}
.checkMore{
	display:none;
	position:absolute;
	top:0.48rem;
	left:0;
	width:2rem;
	border-radius: 0.22rem;
	overflow-y:auto;
	background-color:#ffffff;
	margin:0!important;
	box-shadow: 0 2px 2px #888;
	padding:0.2rem 0.2rem 0.1rem 0.2rem;
}
.checkMore li{
	display:block!important;
	font-size:0.19rem;
	color:#333333;
	cursor:pointer;
	white-space:nowrap;
	overflow-x:hidden;
	text-overflow:ellipsis;
	margin:0!important;
	text-align: left!important;
}
.checkMoreImg{
	position:absolute;
	height: 0.1rem;
    width: 0.2rem;
    top: 0.19rem;
    right:0.3rem;
	background:url("../images/investor/ico002.png") no-repeat;
	background-size:100% 100%;
}
.checkMoreImg.active{
	display: none;
}
#container1 #title a:hover .checkMoreImg{
	background:url("../images/investor/ico002_w.png") no-repeat;
	background-size:100% 100%;
}

.listLoginTip{
	height: 0.5rem;
    line-height: 0.5rem;
    width:3rem;
    border-radius: 0.3rem;
    margin: 0.5rem auto;
    text-align: center;
    color: #ffffff;
    background-color: #e1391a;
    cursor: pointer;
    font-size: 0.19rem;
}


.choiceBox{
	display: flex;
	align-items: center;
}
.choiceItemText{
	font-size: 0.19rem;
	color: #666666;
}
.choiceItemDate{
	border: 0.01rem solid #e6e6e6;
	border-radius: 0.03rem;
	height: 0.3rem;
	padding: 0 0.12rem;
	line-height: 0.28rem;
	font-size: 0.19rem;
	color: #333333;
	margin-right: 0.4rem;
	cursor: pointer;
}
.choiceBtn{
	border-radius: 0.03rem;
	display: flex;
	align-items: center;
	padding: 0.05rem 0.1rem;
	background-color: #fe484a;
	color: #ffffff;
	font-size: 0.19rem;
	cursor: pointer;
}