@charset "utf-8";
.main {
	width: 79.16%;
	margin: 0 auto;
	max-width: 1520px;
	min-width: 1200px;
}

html {
	min-width: 1200px;
}


/*头部导航*/

.header {
	width: 100%;
	height: 1.3rem;
}

.header .logo {
	width: 2rem;
	margin: 0.42rem 0 0 20px;
	vertical-align: top;
	cursor: pointer;
}

.header_nav {
	float: right;
}

.header_nav li {
	font-size: 0.21rem;
	height: 1.3rem;
	line-height: 1.3rem;
	margin-right: 0.46rem;
}

.header_nav li a {
	padding-bottom: 0.1rem;
}

.header_nav li.act a {
	border-bottom: 5px solid #C30000;
}

.header_nav li a .down {
	width: 0.15rem;
	margin-left: 0.1rem;
}

.header_nav .header_online {
	position: relative;
}

.header_nav .header_online ul {
	width: 100%;
	background-color: #fff;
	position: absolute;
	display: none;
	z-index: 9;
}

.header_nav .header_online ul li {
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	font-size: 0.2rem;
	margin: 0;
}

.header_nav .header_online ul li a {
	border-bottom: 1px solid #333;
}

.header_nav .header_online ul li:nth-last-child(1) a {
	border: none;
}

.title .english {
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
}

.title .chinese {
	font-size: 0.45rem;
	line-height: 0.45rem;
}

.title.keep_left {
	text-align: left;
	padding-left: 0.28rem;
	border-left: 5px solid #c30000;
	margin: 1.2rem 0;
}

.title.keep_right {
	text-align: right;
	padding-right: 0.28rem;
	border-right: 5px solid #c30000;
	margin: 0.8rem 0;
}

.bottom_banner {
	width: 100%;
	vertical-align: bottom
}

.footer {
	width: 100%;
	height: 2.3rem;
	background-color: #1a1a1a;
	padding-top: 1rem;
}

.footer p {
	font-size: 0.19rem;
	color: #ccc;
	text-align: center;
	margin-bottom: 0.18rem;
	cursor: pointer;
}

.footer p a {
	color: #fff;
}

.footer p:nth-child(2) a {
	font-size: 0.2rem;
	color: #ccc;
	text-align: center;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #ccc;
	margin-left: -0.5em;
}

.footer p:nth-last-child(1) {
	font-size: 0.18rem;
	margin-top: 0.41rem;
}

.footer p:nth-child(2) span {
	padding-right: 20px;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #ccc;
}

.footer p:nth-child(2) a {
	padding-right: 1em;
}

.footer p:nth-child(2) a:nth-last-child(1) {
	padding-right: 0;
}

.mask {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.mask .box {
	height: 65vh;
	overflow: auto;
	/*padding-right: 20px;*/
}

.mask .close {
	width: 0.4rem;
	position: absolute;
	top: 0.3rem;
	right: 0.5rem;
	cursor: pointer;
}

.more {
	cursor: pointer
}

.common_banner {
	position: relative;
}

.common_banner img {
	vertical-align: top;
}

.common_banner .ab {
	position: absolute;
	top: 30%;
	left: 13%;
}

.common_banner .ab p {
	color: #fff;
}

.common_banner .ab p.english {
	font-size: 0.58rem;
}

.common_banner .ab p.chinese {
	font-size: 0.64rem;
	margin-top: 0.1rem;
}

.none {
	display: none;
}

.paging {
	overflow: auto;
	margin-left: 6rem;
	margin-bottom: 10px;
}

.paging li {
	font-size: 0.2rem;
	color: #333;
	border: 1px solid #333;
	margin-right: 0.2rem;
	padding: 0.16rem;
	cursor: pointer;
}

.paging li.act {
	background-color: #C30000;
	color: #fff;
	border-color: #C30000;
}

.paging li.num {
	padding: 0.16rem 0 0;
	border: none;
}

.paging li.num.current {
	color: #C30000;
	border-bottom: 1px solid #C30000;
}


/*全局END*/


/*首页*/

.index {
	position: relative;
}

.index .header {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	z-index: 2;
}

.index .header_nav {}

.index .header_nav li a {
	color: #fff;
}

.index .header_nav li a:hover {
	border-bottom: 3px solid #fff;
}

.index .header_nav .header_online ul {
	background-color: rgba(0, 0, 0, 0.95);
}

.index .header_nav .header_online ul li a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.index .header_nav .header_online ul li:nth-last-child(1) a {
	border: none;
}

.index .right_nav {
	position: fixed;
	top: 35%;
	right: 0;
	z-index: 2;
}

.index .right_nav .nav {
	width: 0.8rem;
	float: right;
}

.index .right_nav .nav li {
	width: 0.8rem;
	height: 0.8rem;
	background-color: #f2f2f2;
	border-top: 1px solid #c0c0c0;
	position: relative;
	cursor: -webkit-grab;
}

.index .right_nav .nav li p {
	font-size: 0.2rem;
	text-align: center;
	color: #333;
	position: absolute;
	bottom: 0.08rem;
	width: 100%;
	text-align: center;
}

.index .right_nav .nav li img {
	width: 0.26rem;
	position: absolute;
	left: 50%;
	top: 0.14rem;
	margin-left: -0.13rem;
}

.index .right_nav .nav li.QR_code:hover img:nth-child(2) {
	opacity: 1;
}

.index .right_nav .nav li.QR_code:hover img:nth-child(1) {
	opacity: 0;
}

.index .right_nav .nav li.QR_code.act {
	background-color: #C30000;
	border-color: #C30000;
}

.index .right_nav .nav li.QR_code.act p {
	color: #fff;
}

.index .right_nav .register {
	width: 160px;
	padding: 0.2rem 0.2rem 0;
	background-color: #fff;
	/*margin-right: 0.8rem;*/
	overflow: hidden;
	display: none;
}

.index .right_nav .register li {
	margin-bottom: 0.15rem;
	width: 100%;
	margin: 0 auto;
}

.index .right_nav .register li img {
	width: 100%;
	display: block;
}

.index .right_nav .register li p {
	font-size: 0.2rem;
	margin: 0.08rem 0;
	text-align: center;
}

.index .banner {
	position: relative;
}

.index .Slide_banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.index .banner .Slide_box {
	width: 100%;
	transition: all 0.3s ease-in;
}

.index .banner .Slide_box .Slide {
	position: relative;
}

.index .banner_bg {
	width: 100%;
	height: 100vh;
	vertical-align: top;
}

.index .banner {
	position: relative;
}

.index .banner .ab {
	position: absolute;
	top: 29.1%;
	left: 50%;
	width: 72.7%;
	margin-left: -36.35%;
}

.index .banner .ab .chinese {
	color: #fff;
	font-size: 0.6rem;
	line-height: 0.9rem;
}

.index .banner .english {
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.6rem;
	margin-top: 0.42rem;
}


/*.index .banner .chinese {
	color: #fff;
	font-size: 0.67rem;
	position: absolute;
	top: 3.17rem;
	left: 2.62rem;
}

.index .banner .english {
	color: #fff;
	font-size: 0.44rem;
	position: absolute;
	top: 5.1rem;
	left: 2.62rem;
	font-weight: lighter;
}*/

.index .banner .down {
	width: 0.72rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.36rem;
	padding: 25px 0;
	cursor: pointer;
}

.index .about_us {
	padding: 1.05rem 2.5rem;
	overflow: auto;
}

.index .about_us .banner_box {
	width: 50%;
	display: inline-block;
}

.index .about_us .banner {
	width: 100%;
	height: 3.1rem;
	margin: 1.66rem 0.8rem 0 0;
}

.index .about_us .text {
	float: right;
	width: 45%;
}

.index .about_us .text .title {
	padding-right: 0.28rem;
	border-right: 5px solid #c30000;
}

.index .about_us .text .title p {
	color: #333;
	text-align: right;
}

.index .about_us .text .details {
	font-size: 0.22rem;
    color: #333;
    margin-top: 0.5rem;
    line-height: 0.48rem;
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
	max-height: 3.25rem;
}

.index .about_us .text .more {
	height: 0.25rem;
	line-height: 0.26rem;
	margin-top: 0.6rem;
	color: #C30000;
	border: 1px solid #C30000;
	float: right;
	font-size: 0.18rem;
	padding: 0 10px
}

.index .online {
	width: 100%;
	height: 3.4rem;
	background-image: url(../img/index_online_handling_bg.jpg);
	position: relative;
	background-size: 100%;
}

.index .online .title {
	color: #fff;
	padding-left: 0.3rem;
	border-left: 5px solid #fff;
	position: absolute;
	top: 1.24rem;
	left: 2.5rem;
}

.index .online ul {
	position: absolute;
	right: 2.5rem;
	top: 1rem;
}

.index .online ul li {
	margin-left: 1.1rem;
	position: relative;
}

.index .online ul li .redimg {
	display: none;
}

.index .online ul li img {
	width: 1.05rem;
	vertical-align: top;
	display: block;
}


/*.index .online ul li img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	transition: all 0.2s ease-in;
}*/

.index .online ul li:hover .whiteimg {
	display: none;
}

.index .online ul li:hover .redimg {
	display: block;
}


/*.index .online ul li:hover img:nth-child(1) {
	display: none;
}*/

.index .online ul li p {
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	margin-top: 0.1rem;
}

.index .GlobalIndex {
	width: 100%;
	height: 5.48rem;
	background-image: url(../img/index_globalIndex_bg.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

.index .GlobalIndex .title {
	color: #333;
	padding-left: 0.3rem;
	border-left: 5px solid #c30000;
	position: absolute;
	top: 1.24rem;
	left: 2.5rem;
}

.index .GlobalIndex .index_list {
	width: 80%;
	position: absolute;
	top: 2.93rem;
	left: 1.8rem;
}

.index .GlobalIndex .index_list li {
	width: 20%;
	position: relative;
}

.index .GlobalIndex .index_list li:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #333;
	position: absolute;
	top: 0;
	right: 0;
}

.index .GlobalIndex .index_list li:nth-last-child(1):before {
	display: none;
}

.index .GlobalIndex .index_list .name {
	/*width: 5em;*/
	text-align: center;
	color: #333;
	font-size: 0.22rem;
	/*padding: 0 1rem;*/
	position: relative;
}

.index .GlobalIndex .index_list .name:before {
	content: '';
	width: 0.45rem;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: -0.15rem;
	left: 50%;
	margin-left: -0.225rem;
}

.index .GlobalIndex .index_list .num {
	font-size: 0.4rem;
	margin-top: 0.45rem;
	text-align: center;
	font-weight: bold;
}

.index .GlobalIndex .index_list .changing {
	font-size: 0.18rem;
	text-align: center;
	margin-top: 0.2rem;
}

.index .GlobalIndex .index_list .changing span {
	padding: 0 0.12rem 0 0.24rem;
	border-right: 1px solid;
	position: relative;
}

.index .GlobalIndex .index_list .changing span:nth-child(1) {
	border-left: 1px solid;
}

.index .GlobalIndex .index_list .changing span:before {
	content: '';
	width: 0.1rem;
	height: 0.06rem;
	background-size: 100% 100%;
	position: absolute;
	top: 0.06rem;
	left: 0.04rem;
}

.index .GlobalIndex .index_list .rise .num,
.index .GlobalIndex .index_list .rise .changing {
	color: #C30000;
}

.index .GlobalIndex .index_list .rise .changing span {
	border-color: #C30000;
}

.index .GlobalIndex .index_list .rise .changing span:before {
	background-image: url(../img/icon_rise.png);
}


/**/

.index .GlobalIndex .index_list .fall .num,
.index .GlobalIndex .index_list .fall .changing {
	color: #4f9f69;
}

.index .GlobalIndex .index_list .fall .changing span {
	border-color: #4f9f69;
}

.index .GlobalIndex .index_list .fall .changing span:before {
	background-image: url(../img/icon_fall.png);
}

.index .Business_introduction .top {
	position: relative;
	width: 100%;
	height: 2.59rem;
}

.index .Business_introduction .top .left {
	width: 3.8rem;
	height: 2.59rem;
	background-color: rgba(0, 0, 0, 0.8);
	float: left;
}

.index .Business_introduction .top .title {
	position: absolute;
	top: 0.98rem;
	right: 2.5rem;
	text-align: right;
	border-right: 5px solid #c30000;
	padding-right: 0.3rem;
}

.index .Business_introduction .bottom {
	position: relative;
}

.index .Business_introduction .bottom .banner {
	width: 100%;
	height: 6.75rem;
	vertical-align: top;
}

.index .Business_introduction .bottom .banner.banner_color {
	display: none;
}

.index .Business_introduction .bottom .left_list {
	width: 3.8rem;
	background-color: rgba(0, 0, 0, 0.8);
	padding-bottom: 1.19rem;
	position: absolute;
	top: 0;
	left: 0;
}

.index .Business_introduction .bottom .left_list li {
	width: 3.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-top: 0.5px solid #fff;
	font-size: 0.28rem;
	color: #fff;
	text-align: right;
}

.index .Business_introduction .left_list li.act {
	color: #c30000;
}

.index .Business_introduction .left_list li:nth-last-child(1) {
	border-bottom: 0.5px solid #fff;
}

.index .Business_introduction .left_list li .details {
	width: 2.68rem;
	height: 100%;
	padding: 0 0.65rem 0;
	background-color: rgba(195, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 3.8rem;
	overflow: auto;
	display: none;
	color: #fff;
}

.index .Business_introduction .left_list li .details .title {
	border-bottom: 1px solid #fff;
	padding: 0.7rem 0 0.2rem;
}

.index .Business_introduction .left_list li .details .title p {
	text-align: center;
	line-height: 28px;
}

.index .Business_introduction .left_list li .details .title .en {
	font-size: 0.27rem;
}

.index .Business_introduction .left_list li .details .title .ch {
	font-size: 0.3rem;
}

.index .Business_introduction .left_list li .details .text {
	display: -webkit-box;
	font-size: 0.2rem;
	line-height: 0.4rem;
	font-weight: lighter;
	text-align: left;
	padding: 0.1rem 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	max-height: 12em;
}

.index .Business_introduction .left_list li .details .more {
	width: 1.1rem;
	height: 0.36rem;
	line-height: 0.36rem;
	margin: 0.36rem auto 0;
	border: 1px solid #fff;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
}

.index .news {
	padding: 0 2rem 0 2.45rem;
	overflow: auto;
}

.index .news .left {
	width: 45%;
	float: left;
}
.index .news .left .big_imgBox {height: 8rem;position: relative;}
.index .news .left .big_img {
	width: 100%;
	position: absolute;
    bottom: 0;
}

.index .news .left .new_list {
	width: 100%;
}

.index .news .left .new_list li {
	width: 20%;
	margin-right: 6.666%;
	margin-top: 0.36rem;
	cursor: pointer;
}

.index .news .left .new_list li:nth-last-child(1) {
	margin-right: 0;
}

.index .news .left .new_list li img {
	width: 100%;
}

.index .news .right {
	width: 55%;
	height: 7rem;
	float: right;
	background-color: #f5f5f5;
	padding-top: 1rem;
}

.index .news .right .title {
	margin-right: 0.5rem;
	text-align: right;
	border-right: 5px solid #C30000;
	padding-right: 0.3rem;
}

.index .news .right .news2,
.index .news .right .news3 {
	display: none;
}

.index .news .right .content {
	padding: 0.4rem 0 0.45rem;
	border-top: 0.5px solid #646464;
	border-bottom: 0.5px solid #646464;
	margin: 0.52rem 0.91rem 0 0.82rem;
}

.index .news .right .content .news_title {
	font-size: 0.3rem;
	color: #333;
	line-height: 0.44rem;
	font-weight: bold;
}

.index .news .right .content .news_text {
	font-size: 0.2rem;
	color: #333;
	line-height: 0.42rem;
	margin-top: 0.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	max-height: 12em;
	text-align: justify;
}

.index .news .right .new_time {
	padding: 0.2rem 0.9rem 0.34rem 0.81rem;
	overflow: auto;
}

.index .news .right .new_time span {
	font-size: 0.18rem;
	color: #333;
	display: inline-block;
}

.index .news .right .new_time .time {
	float: left;
}

.index .news .right .new_time .more {
	float: right;
	padding: 1px 10px;
	color: #C30000;
	border: 1px solid #C30000;
}

.index .mask .aboutUs_show {
	width: 14.2rem;
	height: 4.05rem;
	margin: 2.6rem auto;
	background-color: #fff;
	padding: 1.05rem 0 0;
	position: relative;
}

.index .mask .aboutUs_show p {
	color: #333;
}

.index .mask .aboutUs_show .title {
	font-size: 0.36rem;
	margin-bottom: 0.7rem;
	text-align: center;
}

.index .mask .aboutUs_show .content {
	padding: 0 1.2rem;
	font-size: 0.24rem;
	text-align: left;
}

.index .swiper-slide {
	height: 200px;
}

.swiper-container {
	width: 100%;
	height: 100vh;
}

.swiper-container img {
	width: 100%;
	height: 100vh;
}

.swiper-pagination-bullet {
	background-color: #fff;
	width: 0.2rem;
	height: 0.2rem;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	background-color: #C30000;
	opacity: 1;
}


/*Join_us加入我们*/

.Join_us {}

.Join_us .banner {
	width: 100%;
}

.Join_us .content {
	padding: 0 2.5rem;
}

.Join_us .title {
	border-left: 5px solid #C30000;
	padding-left: 0.28rem;
	margin: 1.2rem 0;
}

.Join_us .recruit {
	width: 100%;
	height: 7rem;
	overflow: auto;
}

.Join_us .recruit .left {
	width: 32%;
	height: 100%;
	float: left;
}

.Join_us .recruit .list {
	width: 68%;
	height: 6rem;
	padding: 0.5rem 0;
	overflow: auto;
	float: right;
	background-color: #f2f2f2;
}

.Join_us .recruit .list li {
	width: 86%;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	font-size: 0.26rem;
	color: #333;
	padding: 0.23rem 0;
	margin-left: 7%;
	cursor: pointer
}

.Join_us .recruit .list li:nth-child(1) {
	border-top: 1px solid #333;
	/*margin-top: 0.88rem;*/
}

.Join_us .recruit .list li.act {
	color: #C30000;
}

.Join_us .corporate_culture li {
	width: 48%;
	height: 4.3rem;
	position: relative;
	margin-bottom: 0.4rem;
}

.Join_us .corporate_culture li:nth-child(odd) {
	float: left;
}

.Join_us .corporate_culture li:nth-child(even) {
	float: right;
}

.Join_us .corporate_culture li img {
	width: 100%;
	height: 100%;
}

.Join_us .corporate_culture li .simple {
	width: 100%;
	padding: 0.27rem 0;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.Join_us .corporate_culture li .details {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	background-color: rgba(195, 0, 0, 0.85);
	text-align: center;
	opacity: 0;
	transition: all 0.2s ease-in;
}

.Join_us .corporate_culture li .details .details_title {
	display: inline-block;
	padding: 0.9rem 0 0.13rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.32rem;
	border-bottom: 2px solid #fff;
}

.Join_us .corporate_culture li .details .details_text {
	color: #fff;
	font-size: 0.24rem;
	padding: 0 0.71rem;
	margin-top: 0.45rem;
	line-height: 0.42rem;
}

.Join_us .corporate_culture li:hover .details {
	opacity: 1;
}

.Join_us .corporate_culture li:hover .simple {
	opacity: 0;
}

.Join_us .mask .Job_introduction {
	width: 71%;
	padding: 1.05rem 0.9rem;
	background-color: #fff;
	margin: 1rem auto 0;
	position: relative;
}

.Join_us .mask .Job_introduction .position_name {
	font-size: 0.36rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 0.35rem;
	margin-bottom: 0.35rem;
	border-bottom: 1px solid #333;
}

.Join_us .mask .Job_introduction .text {
	height: 5rem;
	overflow: auto;
}

.Join_us .mask .Job_introduction .text_title {
	font-size: 0.21rem;
	color: #333;
	font-weight: bold;
	margin: 0.47rem 0 0.25rem;
}

.Join_us .mask .Job_introduction .text_content {
	font-size: 0.21rem;
	color: #333;
	font-weight: lighter;
	line-height: 0.34rem;
}


/*understand_hj了解华菁*/

.understand_hj {}

.understand_hj .content {
	padding: 0 2rem;
}

.understand_hj .aboutUs {
	overflow: auto;
	height: 5rem;
}

.understand_hj .aboutUs img {
	width: 42%;
	height: 100%;
	float: left;
}

.understand_hj .aboutUs .details {
	width: 53%;
	height: 100%;
	float: right;
	position: relative;
}

.understand_hj .aboutUs .details .text {
	font-size: 0.22rem;
	line-height: 0.45rem;
	height: 80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	text-align: justify;
}

.understand_hj .aboutUs .details .more {
	display: inline-block;
	color: #C30000;
	font-size: 0.24rem;
	border: 1px solid #C30000;
	padding: 1px 8px;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer
}

.understand_hj .shareholders {
	overflow: auto;
}

.understand_hj .shareholders li {
	width: 48%;
	text-align: center;
	padding: 0.72rem 0;
	background-color: #ccc;
	color: #333;
	font-size: 0.3rem;
	font-weight: bold;
	cursor: pointer
}

.understand_hj .shareholders li.act {
	background-color: #C30000;
	color: #fff;
}

.understand_hj .shareholders li:nth-child(odd) {
	float: left;
}

.understand_hj .shareholders li:nth-child(even) {
	float: right;
}

.understand_hj .corporate_governance {
	margin: 1.5rem -2rem;
	padding: 0.2rem 0 1.4rem;
	background-image: url(../img/corporate_governance.jpg);
	background-size: 100% 100%;
}

.corporate_governance .title {
	margin-left: 2rem;
	color: #fff;
	border-left: 5px solid #fff;
}

.understand_hj .corporate_governance ul {
	margin: 0 2rem;
	overflow: auto;
}

.understand_hj .corporate_governance li {
	width: 16%;
	margin-right: 6%;
	padding: 0.26rem;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 0.26rem;
	cursor: pointer
}

.understand_hj .corporate_governance li:nth-last-child(1) {
	margin-right: 0;
}

.understand_hj .corporate_governance li.act {
	background-color: #fff;
	color: #C30000;
}

.understand_hj .Information_Disclosure {
	overflow: auto;
}

.understand_hj .Information_Disclosure .left {
	width: 57%;
	height: 5.2rem;
	float: left;
}

.understand_hj .Information_Disclosure .right {
	width: 43%;
	height: 4.3rem;
	background-color: #f2f2f2;
	padding: 0.6rem 0 0.3rem;
	float: right;
	position: relative;
}

.understand_hj .Information_Disclosure .right ul {
	margin: 0 0.6rem 0 1.1rem;
	overflow: auto;
	height: 4em;
}

.understand_hj .Information_Disclosure .right ul li {
	width: 100%;
	position: relative;
	cursor: pointer
}

.understand_hj .Information_Disclosure .right ul li:before {
	content: '';
	width: 0.26rem;
	height: 0.26rem;
	background-image: url(../img/red_triangle.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.25rem;
}

.understand_hj .Information_Disclosure .right ul li p {
	font-size: 0.26rem;
	padding: 0.25rem 0 0.1rem 0.5rem;
	border-bottom: 1px solid #333;
}

.understand_hj .Information_Disclosure .right ul li span {
	font-size: 0.18rem;
	position: absolute;
	right: 0;
	bottom: 0.13rem;
	border: 1px solid #C30000;
	color: #C30000;
	padding: 1px 8px;
}

.understand_hj .Information_Disclosure .right ul li.act p {
	color: #C30000;
}

.understand_hj .Information_Disclosure .right ul li.act span {
	color: #fff;
	background-color: #C30000;
}

.understand_hj .Information_Disclosure .right ul li .hide {
	display: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	color: #666 !important;
	font-size: 0.2rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	text-align: center;
	z-index: 2;
	padding: 0.1rem 0.2rem;
}

.understand_hj .Information_Disclosure .right ul li:hover .hide {
	display: block;
}

.understand_hj .Information_Disclosure .right .more {
	width: 0.8rem;
	text-align: center;
	font-size: 0.22rem;
	color: #C30000;
	text-align: center;
	border: 1px solid #C30000;
	padding: 1px 0;
	position: absolute;
	bottom: 0.3rem;
	left: 50%;
	margin-left: -0.4rem;
	cursor: pointer
}


/**/

.understand_hj .ipo {
	overflow: auto;
}

.understand_hj .ipo .right {
	width: 57%;
	height: 5.2rem;
	float: right;
}

.understand_hj .ipo .left {
	width: 43%;
	height: 4.3rem;
	background-color: #f2f2f2;
	padding: 0.6rem 0 0.3rem;
	float: left;
	position: relative;
}

.understand_hj .ipo .left ul {
	margin: 0 0.6rem;
	overflow: auto;
	height: 4em;
}

.understand_hj .ipo .left ul li {
	width: 100%;
	border-bottom: 1px solid #333;
	position: relative;
	cursor: pointer;
}

.understand_hj .ipo .left ul li:before {
	content: '';
	width: 0.26rem;
	height: 0.26rem;
	background-image: url(../img/red_triangle.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.25rem;
}

.understand_hj .ipo .left ul li p {
	font-size: 0.26rem;
	padding: 0.25rem 0 0.1rem 0.5rem;
	width: 70% !important;
}

.understand_hj .ipo .left ul li span {
	font-size: 0.20rem;
	position: absolute;
	right: 0;
	bottom: 0.13rem;
	border: 1px solid #C30000;
	color: #C30000;
	padding: 1px 8px;
}

.understand_hj .ipo .left ul li.act p {
	color: #C30000;
}

.understand_hj .ipo .left ul li.act span {
	color: #fff;
	background-color: #C30000;
}


/**/

.understand_hj .ipo .left ul li .hide {
	display: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	color: #666 !important;
	font-size: 0.2rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	text-align: center;
	z-index: 2;
	padding: 0.1rem 0.2rem;
}

.understand_hj .ipo .left ul li:hover .hide {
	display: block;
}


/**/

.understand_hj .ipo .left .more {
	width: 0.8rem;
	text-align: center;
	font-size: 0.22rem;
	color: #C30000;
	text-align: center;
	border: 1px solid #C30000;
	padding: 1px 0;
	position: absolute;
	bottom: 0.3rem;
	left: 50%;
	margin-left: -0.4rem;
	cursor: pointer
}

.understand_hj .mask .aboutUs_ProjectileFrame {
	width: 11.8rem;
	max-height: 60vh;
	background-color: #fff;
	padding: 1.05rem 1.2rem;
	position: relative;
	margin: 1rem auto;
	display: none;
}

.understand_hj .mask .aboutUs_ProjectileFrame .title {
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.7rem;
}

.understand_hj .mask .aboutUs_ProjectileFrame .text {
	font-size: 0.24rem;
}

.understand_hj .mask .corporate_governance_ProjectileFrame {
	width: 5.4rem;
	max-height: 60vh;
	background-color: #fff;
	padding: 0.7rem 1.3rem 0.5rem;
	position: relative;
	margin: 2rem auto;
	overflow: auto;
	display: none;
}

.understand_hj .mask .corporate_governance_ProjectileFrame .title {
	font-size: 0.36rem;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 0.35rem;
	margin-bottom: 0.35rem;
	margin-top: 0.35rem;
}

.understand_hj .mask .corporate_governance_ProjectileFrame .text {
	font-size: 0.24rem;
	line-height: 0.44rem;
}

.understand_hj .mask .shareholders_ProjectileFrame {
	width: 52%;
	max-height: 65vh;
	background-color: #fff;
	padding: 1.05rem 0.6rem 0.5rem;
	position: relative;
	margin: 1rem auto;
	overflow: auto;
	display: none;
}

.understand_hj .mask .shareholders_ProjectileFrame .title {
	font-size: 0.36rem;
	margin-bottom: 0.5rem;
	text-align: center;
}

.understand_hj .mask .shareholders_ProjectileFrame .text {
	color: #333;
	height: 50vh;
	overflow: auto;
	font-size: 0.24rem;
	line-height: 0.4rem;
	padding-right: 0.2rem;
	text-align: justify;
}

.understand_hj .back_top {
	width: 0.8rem;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
}

/*Information_Disclosure_list信息披露&IPO_counselling_Announcement辅导公告*/

.Information_Disclosure_list {
	overflow: auto;
}

.Information_Disclosure_list .file_list {
	margin: 1.2rem;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	overflow: auto;
}

.Information_Disclosure_list .file_list li {
	width: 100%;
	padding: 0.15rem 0;
	border-bottom: 1px solid #333;
	font-size: 0.21rem;
	cursor: pointer;
}

.Information_Disclosure_list .file_list li:nth-last-child(1) {
	border: none;
	;
}

.Information_Disclosure_list .file_list li.act {
	color: #C30000;
}

.Information_Disclosure_list .file_list li .date {
	float: right;
	color: #666;
	padding-right: 0.2rem;
}


/*Contact_us联系我们*/

.Contact_us .banner {
	width: 100%;
	overflow: hidden;
	/*background-image: url(../img/Contact_us_banner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 1.72rem 0 1.52rem*/
	position: relative;
}

.Contact_us .banner_bg {
	width: 100%;
	position: absolute;
	top: 0;
}

.Contact_us .banner ul {
	position: relative;
	overflow: auto;
	margin: 1.72rem 0 1.52rem;
	padding: 0 2.5rem;
}

.Contact_us .banner ul li {
	width: 30%;
	margin-right: 5%;
	padding: 0.22rem 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.Contact_us .banner ul li:nth-last-child(1) {
	margin-right: 0;
}

.Contact_us .banner ul li p {
	color: #fff;
	text-align: center;
}

.Contact_us .banner ul li p:nth-child(1) {
	font-size: 0.3rem;
	font-weight: bold;
}

.Contact_us .banner ul li p:nth-child(2) {
	font-size: 0.24rem;
	margin-top: 0.18rem;
}

.Contact_us .content {
	padding: 1.5rem 2.5rem 0;
}

.Contact_us .content .address {
	overflow: auto;
}

.Contact_us .content .address li {
	overflow: auto;
	width: 100%;
	border-top: 1px solid #808080;
}

.Contact_us .content .address li .left {
	width: 50%;
	float: left;
	color: #595757;
	padding: 0.95rem 0 0.55rem;
}

.Contact_us .content .address li .left .title {
	font-size: 0.3rem;
	font-weight: bold;
}

.Contact_us .content .address li .left .specific {
	font-size: 0.24rem;
	margin: 0.22rem 0 0.4rem;
}

.Contact_us .content .address li .left .Other_data {
	overflow: auto;
	border-left: 2px solid #C30000;
	padding-left: 0.17rem;
}

.Contact_us .content .address li .left .Other_data li {
	font-size: 0.24rem;
	margin-bottom: 0.18rem;
	border: none;
	overflow: hidden;
}

.Contact_us .content .address li .left .Other_data li:nth-last-child(1) {
	margin-bottom: 0;
}

.Contact_us .content .address li .right {
	width: 50%;
	float: right;
	padding-top: 0.55rem;
}


/*Business_introduction业务介绍*/

.Business_introduction .content p {
	width: 45%;
	display: inline-block;
	position: relative;
}

.Business_introduction .content_text {
	display: inline-block;
    font-size: 0.21rem;
    border-bottom: 2px solid #8d8d8d;
    line-height: 0.4rem;
    text-align: justify;
   /* padding: 0.1rem 0;*/
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    max-height: 13em;
}

.Business_introduction .content .more {
	display: inline-block;
	width: 0.76rem;
	height: 0.24rem;
	line-height: 0.25rem;
	font-size: 0.16rem;
	text-align: center;
	background-color: #C30000;
	color: #fff;
	position: absolute;
	bottom: -0.48rem;
	right: 0;
	cursor: pointer;
}

.Business_introduction .content_img {
	vertical-align: top;
	width: 45%;
	height: 100%;
}

.Business_introduction .Business_list {
	padding: 0.8rem 2.5rem 1rem;
	overflow: auto;
}

.Business_introduction .Business_list:nth-child(odd) {
	background-color: #fff;
}

.Business_introduction .Business_list:nth-child(even) {
	background-color: #f2f2f2;
}

.Business_introduction .Business_list .content {
	height: 3.4rem;
}

.Business_introduction .Business_list:nth-child(odd) .content p {
	float: left;
}

.Business_introduction .Business_list:nth-child(even) .content p {
	float: right;
}

.Business_introduction .Business_list:nth-child(odd) .content .content_img {
	float: right;
}

.Business_introduction .Business_list:nth-child(even) .content .content_img {
	float: left;
}

.Business_introduction .Business_list:nth-child(4) {
	padding-left: 0;
}

.Business_introduction .Business_list:nth-child(5) {
	padding-right: 0;
}

.Business_introduction .Business_list:nth-child(6),
.Business_introduction .Business_list:nth-child(7) {
	background-color: #f2f2f2;
}

.Business_introduction .Business_list:nth-child(7) {
	padding-top: 0;
}

.Business_introduction .Business_list:nth-child(7) .title {
	margin-top: 0.6rem;
}

.Business_introduction .Business_list:nth-child(8) {
	background-color: #fff;
}

.Business_introduction .back_top {
	width: 0.8rem;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
}


/*.Business_introduction .Investment_banking {
	padding: 0 2.5rem;
	background-color: #fff;
}

.Business_introduction .Investment_banking .content {
	overflow: auto;
	padding-bottom: 1.5rem;
}

.Business_introduction .Investment_banking .content p {}

.Business_introduction .Investment_banking .content img {
	width: 6.2rem;
	float: right;
}

.Business_introduction .Asset_management_business {
	padding: 0.8rem 2.5rem 1.15rem 0;
	background-color: #f2f2f2;
}

.Business_introduction .Asset_management_business .title.keep_right {
	margin: 0 0 0.8rem;
}

.Business_introduction .Asset_management_business .content img {
	width: 8.7rem;
}

.Business_introduction .Asset_management_business .content p {
	float: right;
}

.Business_introduction .Fixed_income_business {
	padding: 0 0 1.5rem 2.5rem;
	overflow: auto;
}

.Business_introduction .Fixed_income_business .title.keep_left {
	margin: 1.5rem 0 1.2rem;
}

.Business_introduction .Fixed_income_business .content p {
	float: left;
}

.Business_introduction .Fixed_income_business .content img {
	width: 8.7rem;
	float: right;
}

.Business_introduction .Brokerage_business {
	padding: 0 2.5rem 1.5rem;
	background-color: #f2f2f2;
	overflow: auto;
	position: relative;
}

.Business_introduction .Brokerage_business .title.keep_right {
	margin: 1.2rem 0 0.8rem;
}

.Business_introduction .Brokerage_business .content p {
	float: right;
}

.Business_introduction .Brokerage_business .content img {
	width: 6.2rem;
	position: absolute;
	top: 1.2rem;
	left: 2.5rem;
}

.Business_introduction .Wealth_management_business {
	padding: 0 2.5rem 2.5rem;
	position: relative;
	background-color: #f2f2f2;
}

.Business_introduction .Wealth_management_business .title.keep_left {
	margin: 0 0 0.8rem;
}

.Business_introduction .Wealth_management_business .content img {
	width: 6.2rem;
	position: absolute;
	top: 0;
	right: 2.5rem;
}

.Business_introduction .Research_business {
	padding: 0 2.5rem;
}

.Business_introduction .Research_business .title.keep_left {
	margin: 1.5rem 0 1.2rem;
}

.Business_introduction .Research_business .content img {
	width: 6.2rem;
	float: left;
}

.Business_introduction .Research_business .content p {
	float: right;
}*/


/*Company_news公司新闻*/

.Company_news {}

.Company_news .banner {
	width: 100%;
	height: 3.7rem;
	background-image: url(../img/Company_news_banner.png);
	background-size: 100%;
	padding-top: 1.1rem;
}

.Company_news .banner ul {
	margin: 0 3.8rem;
	overflow: auto;
}

.Company_news .banner ul li {
	width: 4.5rem;
	padding: 0.3rem 0;
	border: 1px solid #fff;
	cursor: pointer;
}

.Company_news .banner ul li:nth-child(2) {
	float: right;
}

.Company_news .banner ul li p {
	color: #fff;
	text-align: center;
}

.Company_news .banner ul li p:nth-child(1) {
	font-size: 0.38rem;
	font-weight: bold;
}

.Company_news .banner ul li p:nth-child(2) {
	font-size: 0.40rem;
	margin-top: 0.15rem;
}

.Company_news .banner ul li.act {
	background-color: #C30000;
	color: #fff;
	border-color: #C30000;
}

.Company_news .banner .search {
	width: 4.2rem;
	height: 0.5rem;
	border-radius: 0.1rem;
	background-color: #fff;
	margin: 1rem auto 0;
}

.Company_news .banner .search input[type="text"] {
	width: 80%;
	height: 0.22rem;
	font-size: 0.2rem;
	float: left;
	margin: 0.14rem 0 0.14rem 0.14rem;
}

.Company_news .banner .search .search_btn {
	width: 15%;
	height: 0.5rem;
	border-left: 1px solid #d9d9d9;
	float: right;
	cursor: pointer;
	position: relative;
}

.Company_news .banner .search .search_btn img {
	width: 0.17rem;
	;
	position: absolute;
	top: 0.16rem;
	left: 50%;
	margin-left: -0.08rem;
}

.Company_news .news_list {
	margin: 1.3rem 2rem 0;
	padding: 0.85rem 0;
	border-top: 1px solid #333;
	overflow: auto;
	display: none;
}

.Company_news .news_list.show {
	display: block;
}

.Company_news .news_list li {
	overflow: auto;
	width: 100%;
	margin-bottom: 0.6rem;
	cursor: pointer;
	/*	padding: 0.3rem 0;*/
}

.Company_news .news_list li .news_img {
	width: 25%;
	height: 2.6rem;
	margin-right: 0.5rem;
}

.Company_news .news_list li .content {
	width: 71%;
	float: right;
	position: relative;
}

.Company_news .news_list li .content .title {
	font-size: 0.34rem;
	font-weight: bold;
}

.Company_news .news_list li .content .text {
	font-size: 0.21rem;
	line-height: 0.4rem;
	height: 1.2rem;
	margin-top: 0.44rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	border-bottom: 1px solid #333;
}

.Company_news .news_list li .content .date {
	font-size: 0.18rem;
	margin-top: 0.2rem;
}

.Company_news .news_list li .content .more {
	width: 0.76rem;
	height: 0.24rem;
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #C30000;
	border: 1px solid #C30000;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}

.Company_news .news_list li .content .more.act {
	background-color: #C30000;
	color: #fff;
}

.Company_news .back_top {
	width: 0.8rem;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
}

.Company_news .search_fail,
.newsText .search_fail {
	padding: 1.3rem 2rem 0;
	margin: 0.85rem;
	border-top: 1px solid #333;
	text-align: center;
	display: none;
}

.Company_news .search_fail img,
.newsText .search_fail img {
	width: 2rem;
	margin-right: 0.4rem;
}

.Company_news .search_fail span,
.newsText .search_fail span {
	font-size: 0.24rem;
}


/*newsText新闻正文*/

.newsText {}


/*
.newsText .banner {
	width: 100%;
	padding: 1.6rem 0 1.5rem;
	background-image: url(../img/news_text_banner.jpg);
	background-size: 100%;
}

.newsText .banner .search {
	width: 4.2rem;
	height: 0.5rem;
	border-radius: 0.1rem;
	background-color: #fff;
	margin: 0 auto;
}

.newsText .banner .search input[type="text"] {
	width: 80%;
	height: 0.22rem;
	font-size: 0.2rem;
	float: left;
	margin: 0.14rem 0 0.14rem 0.14rem;
}

.newsText .banner .search .search_btn {
	width: 15%;
	height: 0.5rem;
	border-left: 1px solid #d9d9d9;
	float: right;
	cursor: pointer;
	position: relative;
}

.newsText .banner .search .search_btn img {
	width: 0.17rem;
	position: absolute;
	top: 0.16rem;
	left: 50%;
	margin-left: -0.08rem;
}*/


/*newsText新闻正文*/

.newsText .content {
	width: 74%;
	margin: 1.3rem auto 0;
	overflow: auto;
}

.newsText .Other {
	width: 24%;
	padding: 0.3rem 0.2rem;
	border: 10px solid #e6e6e6;
	box-sizing: border-box;
	overflow: auto;
	float: left;
}

.newsText .Other li {
	width: 100%;
	padding: 0.25rem 0 8px;
	border-top: 1px solid #333;
	position: relative;
}

.newsText .Other li:first-child {
	font-size: 0.32rem;
	color: #333;
	font-weight: bold;
	padding: 0 0 0.3rem;
	text-align: center;
	border-top: none;
}

.newsText .Other li .title {
	font-size: 0.21rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.newsText .Other li .date {
	font-size: 10px;
}

.newsText .Other li .more {
	display: inline-block;
	font-size: 10px;
	width: 40px;
	height: 12px;
	line-height: 12px;
	border: 1px solid #C30000;
	color: #C30000;
	text-align: center;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.newsText .Other li .more.act {
	background-color: #C30000;
	color: #fff;
}

.newsText .news_content {
	float: right;
	width: 70%;
}

.newsText .news_content .title {
	padding-left: 20px;
	border-left: 6px solid #C30000;
	margin-bottom: 80px;
}

.newsText .news_content .title .title_text {
	font-size: 0.36rem;
	line-height: 0.44rem;
	color: #333;
	font-weight: bold;
}

.newsText .news_content .title .title_date {
	font-size: 0.18rem;
	margin-top: 0.16rem;
}

.newsText .news_content .outline {
	margin: 0 0 0.4rem;
	padding: 0.3rem;
	border: 1px solid #333;
	font-size: 0.21rem;
	line-height: 0.4rem;
}

.news_content_.news_content img {
	width: 100%;
}

.newsText .news_content .text {
	font-size: 0.24rem;
	line-height: 0.44rem;
	font-weight: lighter;
	text-align: justify;
}

.newsText .news_content .small_title {
	font-size: 0.24rem;
	line-height: 0.44rem;
	font-weight: bold;
	margin: 40px 0;
	padding-left: 25px;
	border-left: 5px solid #C30000;
}

.newsText .back_top {
	width: 0.8rem;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
}


/*Investor_Center投资者园地*/

.Investor_Center {}

.Investor_Center .banner {
	vertical-align: top;
}

.Investor_Center .module_list {
	overflow: auto;
	margin-top: 1.2rem;
}

.Investor_Center .module_list li {
	width: 30%;
	margin-bottom: 0.2rem;
	margin-right: 3.333%;
	background-color: #f2f2f2;
}

.Investor_Center .module_list li img {
	max-height: 5.5rem;
	width: 100%;
	vertical-align: top;
}

.Investor_Center .module_list li .title {
	margin: 0.5rem 0.35rem;
	padding-left: 0.2rem;
	border-left: 5px solid #C30000;
}

.Investor_Center .module_list li .title .english {
	font-size: 0.32rem;
	font-weight: normal;
	max-height: 0.64rem;
	line-height: 0.32rem;
	margin-bottom: 0.12rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.Investor_Center .module_list li .title .chinese {
	font-size: 0.36rem;
	font-weight: lighter;
}

.Investor_Center .module_list li .content_list {
	margin: 0 0.35rem;
	overflow: auto;
}

.Investor_Center .module_list li .content_list li {
	width: 100%;
	font-size: 0.24rem;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #333;
	border-bottom: 1px solid #666;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.Investor_Center .module_list li .content_list li.act {
	color: #C30000;
}

.Investor_Center .module_list li .more {
	display: block;
	width: 0.75rem;
	height: 0.25rem;
	line-height: 0.25rem;
	color: #C30000;
	border: 1px solid #C30000;
	margin: 11px auto 30px;
	font-size: 14px;
	text-align: center;
}

.Investor_Center .module_list li .Related_links {
	font-size: 0.24rem;
	overflow: hidden;
	margin: 0 0.35rem;
	height: 2.1rem;
	min-height: 2.1rem;
	line-height: 0.5rem;
}

.Investor_Center .module_list li .Related_links li {
	width: 100%;
}

.Investor_Center .module_list li .Related_links li a {
	display: block;
	width: 100%;
	font-size: 0.24rem;
	height: 0.32rem;
	line-height: 0.32rem;
	color: #333;
	position: relative;
	overflow: hidden;
}

.Investor_Center .module_list li .Related_links li a:hover {
	color: #C30000;
}

.Investor_Center .module_list li .down {
	display: block;
	width: 0.42rem;
	margin: 0 auto 0.3rem;
	cursor: pointer;
}

.Investor_Center .module_list li.top_bottom {
	height: 11rem;
	position: relative;
}
.Investor_Center .module_list li.top_bottom .text {
	width: 100%;
}
.Investor_Center .module_list li.top_bottom:nth-child(odd) img {
	position: absolute;
	top: 0;
}

.Investor_Center .module_list li.top_bottom:nth-child(odd) .text {
	position: absolute;
	bottom: 0;
}

.Investor_Center .module_list li.top_bottom:nth-child(even) img {
	position: absolute;
	bottom: 0;
}

.Investor_Center .module_list li.top_bottom:nth-child(even) .text {
	position: absolute;
	top: 0;
}


/*Investor_Center_list投资者园地文章列表*/

.Investor_Center_list {}

.Investor_Center_list .banner {
	position: relative;
}

.Investor_Center_list .banner img {
	vertical-align: top;
}

.Investor_Center_list .banner .ab {
	position: absolute;
	top: 30%;
	left: 13%;
}

.Investor_Center_list .banner .ab p {
	color: #fff;
}

.Investor_Center_list .banner .ab p.english {
	font-size: 62px;
}

.Investor_Center_list .banner .ab p.chinese {
	font-size: 70px;
}

.Investor_Center_list .List_of_articles {
	margin: 1.3rem 1.1rem;
	border-top: 3px solid #333;
	overflow: auto;
}

.Investor_Center_list .List_of_articles li {
	width: 100%;
	height: 0.5rem;
	line-height: 0.54rem;
	font-size: 0.21rem;
	overflow: hidden;
	border-bottom: 1px solid #333;
	cursor: pointer;
}

.Investor_Center_list .List_of_articles li.act {
	color: #C30000;
}
.Investor_Center_list .List_of_articles li .date {
	float: right;
	color: #666;
	padding-right: 0.2rem;
}

/**Investor_Center_text投资者园地文章正文*/

.Investor_Center_text {}

.Investor_Center_text .other {
	width: 22%;
	border: 10px solid #ccc;
	padding: 10px 20px;
	overflow: auto;
	box-sizing: border-box;
	float: left;
	margin-top: 130px;
}

.Investor_Center_text .other li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	cursor: pointer;
}

.Investor_Center_text .other li:nth-last-child(1) {
	border: none;
}

.Investor_Center_text .other li.act {
	color: #C30000;
}

.Investor_Center_text .content {
	float: right;
	width: 70%;
	margin-top: 130px;
}

.Investor_Center_text .content .title {
	padding-left: 20px;
	border-left: 6px solid #C30000;
	font-size: 0.36rem;
	color: #333;
}

.Investor_Center_text .content .title .title_date {
	font-size: 0.18rem;
	margin-top: 0.16rem;
}

.Investor_Center_text .content .text {
	font-size: 0.22rem;
	line-height: 0.44rem;
	text-align: justify;
	color: #333;
	margin-top: 0.7rem;
}

.Investor_Center_text .content .download_href {
	font-size: 0.21rem;
	color: #005bac;
	text-decoration: underline;
}


/*Business_details业务介绍子页面*/

.Business_details {}

.Business_details .common_banner {
	display: none;
}

.Business_details .common_banner.show {
	display: block;
}

.Business_details .content {
	width: 74%;
	margin: 130px auto 0;
	overflow: auto;
	padding-top: 85px;
	border-top: 1px solid #333;
}

.Business_details .other {
	width: 17%;
	border: 0.1rem solid #e6e6e6;
	padding: 0.15rem 0.27rem;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}

.Business_details .other li {
	width: 100%;
	padding: 0.15rem 0;
	border-bottom: 1px solid #333;
	font-size: 0.21rem;
	color: #333;
	cursor: pointer;
}

.Business_details .other li:nth-last-child(1) {
	border: none;
}

.Business_details .other li.act {
	color: #C30000;
}

.Business_details .other li.act a {
	color: #C30000;
}

.Business_details .content_textBox .content_text {
	float: right;
	width: 70%;
	display: none;
}

.Business_details .content_textBox .content_text.show {
	display: block;
}

.Business_details .content .title {
	font-size: 0.24rem;
	font-weight: bold;
	margin: 70px 0;
	text-align: center;
}

.Business_details .content_text .text {
	font-size: 0.21rem;
	line-height: 0.4rem;
	text-align: justify;
	color: #333;
}

.Business_details .content_text img {
	width: 100%;
}


/**Application_download应用下载**/

.Application_download {}

.Application_download .Application_download_content {
	overflow: auto;
	margin-top: 1.3rem;
	padding-top: 0.85rem;
	border-top: 1px solid #333;
}

.Application_download .left_menu {
	width: 24%;
	float: left;
}

.Application_download .left_menu li {
	width: 100%;
	height: 0.76rem;
	line-height: 0.76rem;
	border: 1px solid #ededed;
	color: #333;
	text-align: center;
	font-size: 0.24rem;
	box-sizing: border-box;
	cursor: pointer;
}

.Application_download .left_menu li.act {
	background-color: #C30000;
	color: #fff;
	border-color: #C30000;
}

.Application_download .right_content {
	display: none;
	width: 76%;
	float: left;
}

.Application_download .right_content.show {
	display: block;
}

.Application_download .right_content li {
	width: 100%;
	border: 1px solid #ededed;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
	padding: 0.44rem 0;
}

.Application_download .right_content .big_title {
	font-size: 26px;
	color: #333;
	padding-left: 0.2rem;
	margin: 0 0 0.56rem 0.44rem;
	border-left: 6px solid #C30000;
}

.Application_download .right_content .small_title {
	width: 60%;
	font-size: 0.21rem;
	color: #333;
	line-height: 0.32rem;
	margin: 0 0 0.27rem 5%;
}

.Application_download .right_content .text {
	width: 60%;
	font-size: 0.21rem;
	line-height: 0.36rem;
	color: #333;
	margin-left: 5%;
}

.Application_download .right_content .download_btn {
	width: 30%;
	float: right;
}

.Application_download .right_content .download_btn img {
	margin: 0 auto 0.4rem;
	display: block;
}

.Application_download .right_content .download_btn.pc img {
	width: 46%;
	margin: 0 auto 0.4rem;
}

.Application_download .right_content .download_btn.app img {
	width: 73%;
}

.Application_download .right_content .download_btn p {
	margin: 0 auto;
	width: 61%;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.2rem;
	color: #fff;
	background-color: #C30000;
	cursor: pointer;
}


/**post_details职位详情**/

.post_details .post_details_content {
	padding: 0.6rem 2.5rem;
}

.post_details .post_details_content p {
	margin: 0.3rem 0;
	letter-spacing:2px
}

.post_details .position_name {
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
	border-left: 5px solid #C30000;
	padding: 0 0.2rem;
	margin-bottom: 0.6rem;
}

.post_details .text_title {
	font-size: 0.21rem;
	font-weight: bold;
	color: #333
}

.post_details .text_content {
	font-size: 0.21rem;
	font-weight: lighter;
	color: #666;
}


/*about_us公司介绍*/

.about_us_content {
	margin: 1.3rem 2.5rem 0;
	overflow: auto;
}

.about_us_content .content_text {
	width: 53%;
	float: right;
	font-size: 0.21rem;
	line-height: 0.4rem;
}

.about_us_content .content_img {
	width: 42%;
}


/*website_statement网站申明*/

.website_statement .content {
	width: 74%;
	margin: 1.3rem auto 0;
	overflow: auto;
	padding-top: 0.85rem;
	border-top: 1px solid #333;
	overflow: auto;
}

.website_statement .content .content_img {
	width: 3.3rem;
	float: left;
}

.website_statement .content .text {
	width: 10.2rem;
	float: right;
}

.website_statement .content .text .title {
	font-size: 0.3rem;
	font-weight: bold;
	text-align: left;
	padding-left: 0.28rem;
	margin-bottom: 0.65rem;
	border-left: 5px solid #c30000;
}

.website_statement .content .text p {
	font-size: 0.22rem;
	line-height: 0.44rem;
	color: #333;
	margin-top: 0.18rem;
}

.website_statement .content .text p span {
	font-weight: bold;
}

.website_statement .content .text.en p {
	line-height: 0.36rem;
}

.website_statement .content .text div {font-size: 0.22rem;
	line-height: 0.44rem;
	color: #333;}

/*7_17新增页面*/

.Investor_Center_text.center .content {
	float: none;
	margin: 1rem auto 0;
}
.text{
	    text-align: justify;
}