/* ==========
基本默认值
========== */
html,
body,
ul,
li{
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
	color: #2b2b33;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body{
	background-color: #fff;
	font-family: 'Microsoft YaHei' !important; /* 1 */
}

ul,li{
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
}

.fl{
	float: left;	
}
.fr{
	float: right;
}
.centerend-con{
	width: 940px !important;
	color: #636363 !important;
}

/* 导航栏 */
header{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	background: url('/user_guide/img/header/bg.png') no-repeat;
	background-size: 100% 100%;
	min-width: 1200px;
	position: absolute;
	z-index: 1000;
}
.main{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.header_search{
	height: 35px;
	display: block;
	width: 100%;
	position: relative;
}
.header_search_div{
	float: right;
	padding: 0 15px;
	height: 100%;
	line-height: 40px;
}
.search_a{
	text-decoration: none;
	height: 100%;
	display: inline-block;
	padding: 0 10px;
	color: #333333;
}
.search_a:hover{
	text-decoration: none;
}
.search_right{
	width: 1px;
	height: 16px;
	display: inline-block;
	background:  #666;
	position: relative;
	top: 3px;
}
.search_text{
	padding: 0 10px;
	display: inline;
	width: 150px;
	height: 30px;
	float: right;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5; 
	border-radius: 4px;
	border-radius: 4px;
	position: relative;
	top: 5px;
	outline: none;
	margin-right: 1px;
}
.search_submit{
	display: inline;
	width: 30px;
	float: right;
	height: 30px;
	position: relative;
	top: 5px;
	background: #f5f5f5; 
	border: solid 1px #f5f5f5;
	border-radius: 4px;
	border-radius: 4px;
}
.search_submit img{
	position: relative;
	top: 0px;
	float: left;
}
.header_search_div form{
	display: inline;
}
header .nav_main {
	padding: 0;
	position: relative;
}


header .nav_main .brand {
	float: left;
	display: inline-block;
	position: relative;
	top: -12px;
}
header .nav_main .brand img{
	height: 46px;
}

header .nav_main .first-nav {
	position: relative;
	top: 8px;
	text-align: left;
	display: inline-block;
	float: right;
	font-size: 16px;
}

header .nav_main .nav_right{
	float: right;
	display: inline-block;
	text-align: right;
	position: relative;
}

header .nav_main .nav_right .search,
header .nav_main .nav_right .cn,
header .nav_main .nav_right .en{
	padding: 10px 8px 0;
	line-height: 5rem;
	font-size: 16px;
	text-decoration: none;
	color: #252b2b;
}

header .nav_main .nav_right .en{
	margin-right: 20px;
}


header .nav_main .first-nav > li {
	display: inline-block;
}

header .nav_main .first-nav > li a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 16px;
	color: #2b2b33;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}

header .nav_main .first-nav > li a:hover,
header .nav_main .first-nav > li a:active,
header .nav_main .first-nav > li a.active {
	background-color: #f5f5f5;
}
header .nav_main .second-nav{
	position: absolute;
	z-index: 9999;
	display: none;
	background: #f5f5f5;
}
header .nav_main .second-nav > li a{
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	font-size: 13px;
	color: #2b2b33;
	text-decoration: none;
	width: 135px;
}
header .nav_main .second-nav > li a:hover{
	background-color: #d22619;
	color: #fff;
}
.row{
	margin: 0;
	overflow: hidden;
}
.col-md-4{
	padding: 0;
}

/* banner图片 */
.banner{
	min-width: 1200px;
	padding-top: 80px;
	overflow:hidden;
}
.banner img{
	width: 100%;
}

/* 中间内容 */
.content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

/* 侧边栏 */
.content_nav{
	width: 225px;
	display: inline-block;
	margin-right: 30px;
	float: left;
}

.content_nav_top{
	width: 225px;
	height: 130px;
	background: url('/user_guide/img/common/nav_bg.png');

}

.content_nav_top h2{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	display: block;
	color: #ffffff;
	margin: 0;
	text-align: center;
	line-height: 130px;
}

.content_list{
	width: 100%;
	display: inline-block;
}
.content_list ul li a{
	/*width: 225px;
	height: 50px;
	background-color: #e7e7e7;
	border: solid 1px #e6e6e6;
	display: inline-block;*/
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(180deg, #ffffff 1%, #f3f3f3 100%), 
	linear-gradient(#f5f5f5, #f5f5f5);
	background-blend-mode: normal, normal;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.content_list ul li .active{
	color: #333333;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%), 
	linear-gradient(#e7e7e7, #e7e7e7);
}
.content_list ul li a:hover{
	border:1px solid #f5f5f5;
	color: #333333;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%), 
	linear-gradient(#e7e7e7, #e7e7e7);
}

/* 内容 */
.content_box{
	width: 940px;
	display: inline-block;
}

/*面包屑导航栏*/

.content_box .bar{
	width: 100%;
	overflow: hidden;
}
.content_box .bar .back{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.content_box .bar ul{
	float: right;
}
.content_box .bar ul li{
	display: inline-block;
}
.content_box .bar ul li a,.content_box .bar ul li span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.content_box .bar ul li a:hover,.content_box .bar ul li a:focus{
	text-decoration: none;
}
.content_box hr{
	width: 100%;
	height: .5px;
	background: #e6e6e6;
	margin: 0;
	margin-top: 5px;
	border-top: 0;
	margin-bottom: 25px;
}

/* 股票图示 */
.content_box .investor_stock .investor_stock_info{
	padding: 10px 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.content_box .investor_stock .money{
	height: 80px;
	width: 300px;
	border-right: 1px solid #ccc;
	font-style: normal;
	color: #333;
	display: inline-block;
	float: left;
}
.content_box .investor_stock .money p span:nth-child(1){
	font-size: 16px;
	line-height: 80px;
}
.content_box .investor_stock .money p span:nth-child(2){
	font-size: 40px;
	line-height: 80px;
}
.content_box .investor_stock .growth{
	display: inline-block;
	float: left;
	width: 500px;
}
.content_box .investor_stock .growth li{
	display: inline-block;
	float: left;
}
.content_box .investor_stock .growth li:nth-child(1){
	color: #da1103;
	line-height: 80px;
	margin-left: 40px;
}
.content_box .investor_stock .growth li:nth-child(2){
	margin-left: 40px;
	margin-top: 15px;
}

.content_box .investor_stock_category{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .investor_stock_category .investor_stock_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_stock_category .investor_stock_title ul{
	overflow: hidden;
}
.content_box .investor_stock_category .investor_stock_title ul li{
	display: inline-block;
	float:left;
}
.content_box .investor_stock_category .investor_stock_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .investor_stock_category .investor_stock_title ul li a:hover{
	color: #d22819;
}
.content_box .investor_stock_category .investor_stock_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_stock_category .investor_stock_title ul .stock .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_stock_category .investor_stock_content{
	padding: 20px;
}
.investor_stock_content .kimg{
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.investor_stock_content .kimg span{
	margin-right: 20px;
}
.investor_stock_content .kimg input{
	margin-right: 5px;
}
.investor_stock_content .msg_title{
	margin-top: 10px;
	margin-bottom: 10px;
}
.investor_stock_content .msg_title span:nth-child(1){
	font-weight: bold;
}
.investor_stock_content .kimg_title{
	width: 900px;
	height: 50px;
	background-color: #f5f5f5;
}
.investor_stock_content .kimg_title li{
	width: 25%;
	height: 50px;
	display: inline-block;
	float: left;
	line-height: 50px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.investor_stock_content .kimg_title li:last-child{
	border-right: none;
}
.investor_stock_content .kimg_box{
	text-align: center;
	width: 900px;
	height: 400px;
	background-color: #f5f5f5;
	line-height: 400px;
}

/* 股利信息 */
.content_box .investor_dividend{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_dividend .investor_dividend_title ul{
	overflow: hidden;
}
.content_box .investor_dividend .investor_dividend_title ul li{
	display: inline-block;
	float:left;
}
.content_box .investor_dividend .investor_dividend_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .investor_dividend .investor_dividend_title ul li a:hover{
	color: #d22819;
}
.content_box .investor_dividend .investor_dividend_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_dividend .investor_dividend_title ul .stock .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_dividend .investor_dividend_content{
	padding: 20px;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .investor_dividend_table_title{
	height: 40px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .investor_dividend_table_title li{
	font-size: 15px;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f5f5f5;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .investor_dividend_table_title li:nth-child(1){
	border-right: 1px solid #e6e6e6;
	width: 264px;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .investor_dividend_table_title li:nth-child(2){
	width: 264px;
	border-right: 1px solid #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .investor_dividend_table_title li:nth-child(3){
	width: 184px;
	border-right: 1px solid #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .investor_dividend_table_title li:nth-child(4){
	width: 184px;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion .link {
	height: 50px;
	cursor: pointer;
	display: block;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion .link span{
	font-size: 14px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 50px;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion .link>span:nth-child(1){
	width: 264px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion .link>span:nth-child(2){
	width: 264px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion .link>span:nth-child(3){
	width: 184px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
}
.content_box .investor_dividend .investor_dividend_content .investor_dividend_table .accordion .link>span:nth-child(4){
	width: 184px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

/* 公司治理 */
.investor_governance_box span{
	width: 100%;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	padding-left: 10px;
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.investor_governance_box ul{
	margin-bottom: 40px;
	height: auto;
	width: 100%;
	display: inline-block;
	border-left: 1px solid #e6e6e6;
}

.investor_governance_box li a{
	display: inline-block;
	float: left;
	width: 33.333%;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
	border-right: 1px solid #e6e6e6;
}
.investor_governance_box li a:hover{
	color: #d22819;
}
.investor_governance_box li:nth-child(2n) a{
}
.investor_governance_box li:nth-child(3n) a{
	border-right: 1px solid #e6e6e6;
}

/* 临时公告 */
.content_box .investor_hoc_box{
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
.content_box .investor_hoc_box input{
	display: inline-block;
	width: 240px;
	height: 40px;
	padding: 5px;
}
.content_box .investor_hoc_box button{
	margin-top: -3px !important;
	background: #d22619;
	border: 1px solid #d22619;
	color: #fff;
	padding: 10px 20px;
}
.content_box .investor_hoc{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .investor_hoc .investor_hoc_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_hoc .investor_hoc_title ul{
	overflow: hidden;
}
.content_box .investor_hoc .investor_hoc_title ul li{
	display: inline-block;
	float:left;
}
.content_box .investor_hoc .investor_hoc_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .investor_hoc .investor_hoc_title ul li a:hover{
	color: #d22819;
}
.content_box .investor_hoc .investor_hoc_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_hoc .investor_hoc_title ul .hoc .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_hoc .investor_hoc_content{
	padding: 20px;
}
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg li{
	width: 100%;
	margin-top: 5px !important;
}
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg p a{
	text-decoration: none;
	color: #333;
	font-size: 15px;
}
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg p a:hover{
	color: #d22819;
}
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg li,
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg p,
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg span{
	display: inline-block;
}
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg span{
	float: right;
	color: #999;
}
.content_box .investor_hoc .investor_hoc_content .investor_hoc_msg li:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #d22819;
	top: -2px;
}
.content_box .investor_hoc .investor_hoc_content .page{
	margin-top: 30px;
}
.content_box .investor_hoc .investor_hoc_content .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .investor_hoc .investor_hoc_content .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .investor_hoc .investor_hoc_content .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.content_box .investor_hoc .investor_hoc_content .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 定期公告 */
.content_box .investor_regular{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
	min-height: 530px;
}
.content_box .investor_regular .investor_regular_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_regular .investor_regular_title ul{
	overflow: hidden;
}
.content_box .investor_regular .investor_regular_title ul li{
	display: inline-block;
	float:left;
}
.content_box .investor_regular .investor_regular_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .investor_regular .investor_regular_title ul li a:hover{
	color: #d22819;
}
.content_box .investor_regular .investor_regular_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_regular .investor_regular_title ul .stock .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_regular .investor_regular_content{
	padding: 20px;
}
.content_box .investor_regular .investor_regular_content .investor_regular_msg{
	height: auto;
	width: 100%;
	display: inline-block;
}

.content_box .investor_regular .investor_regular_content .investor_regular_msg li a{
	display: inline-block;
	float: left;
	width: 33.333%;
	height: 40px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	text-align: center;
}
.content_box .investor_regular .investor_regular_content .investor_regular_msg li a:hover{
	color: #d22819;
}
.content_box .investor_regular .investor_regular_content .investor_regular_msg li:nth-child(3n) a{
	border-right: none !important;
}
.content_box .investor_regular .investor_regular_content .page{
	margin-top: 30px;
}
.content_box .investor_regular .investor_regular_content .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .investor_regular .investor_regular_content .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .investor_regular .investor_regular_content .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.content_box .investor_regular .investor_regular_content .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 公司路演 */
.content_box .investor_roadshow{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .investor_roadshow .investor_roadshow_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_roadshow .investor_roadshow_title ul{
	overflow: hidden;
}
.content_box .investor_roadshow .investor_roadshow_title ul li{
	display: inline-block;
	float:left;
}
.content_box .investor_roadshow .investor_roadshow_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .investor_roadshow .investor_roadshow_title ul li a:hover{
	color: #d22819;
}
.content_box .investor_roadshow .investor_roadshow_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_roadshow .investor_roadshow_title ul .roadshow .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_roadshow .investor_roadshow_content{
	padding: 20px;
}

.content_box .investor_roadshow .investor_roadshow_content>ul li{
	border-bottom: 1px solid #e6e6e6;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_box .investor_roadshow .investor_roadshow_content>ul li a{
	height: 60px;
	display: block;
	color: #333;
	text-decoration: none;
}
.content_box .investor_roadshow .investor_roadshow_content>ul li a:hover p{
	color: #d22819;
}
.content_box .investor_roadshow .investor_roadshow_content>ul li a img{
	width: 50px;
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.content_box .investor_roadshow .investor_roadshow_content>ul li a p{
	line-height: 28px;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}
.content_box .investor_roadshow .investor_roadshow_content>ul li a span{
	color: #999999;
}

.content_box .investor_roadshow .investor_roadshow_content .page{
	margin-top: 30px;
}
.content_box .investor_roadshow .investor_roadshow_content .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .investor_roadshow .investor_roadshow_content .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .investor_roadshow .investor_roadshow_content .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.content_box .investor_roadshow .investor_roadshow_content .page ul li .active{
	background-color: #d22819;
	color: #fff;
}
/* 投资者留言 */
.content_box .investor_facebook{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .investor_facebook .investor_facebook_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_facebook .investor_facebook_title ul{
	overflow: hidden;
}
.content_box .investor_facebook .investor_facebook_title ul li{
	display: inline-block;
	float:left;
}
.content_box .investor_facebook .investor_facebook_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .investor_facebook .investor_facebook_title ul li a:hover{
	color: #d22819;
}
.content_box .investor_facebook .investor_facebook_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_facebook .investor_facebook_title ul .online .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .investor_facebook .investor_facebook_content{
	padding: 20px;
}

.content_box .investor_facebook .investor_facebook_content .accordion{
	width: 100%;
	margin: 0px auto 40px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .investor_facebook .investor_facebook_content .accordion li:first-child .link{
	border-top: none;
}

.content_box .investor_facebook .investor_facebook_content .accordion .link {
	overflow:hidden;
	cursor: pointer;
	display: block;
	padding: 10px 10px;
	color: #636363;
	font-size: 15px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .investor_facebook .investor_facebook_content .accordion .link span{
	display: inline-block;
	float: left;
}
.content_box .investor_facebook .investor_facebook_content .accordion .link>span:nth-child(2){
	min-width: 500px;
	text-align: left;
}
.content_box .investor_facebook .investor_facebook_content .accordion .link>span:nth-child(3){
	min-width: 300px;
	text-align: right;
}
.content_box .investor_facebook .investor_facebook_content .accordion li:last-child .link {
}
.content_box .investor_facebook .investor_facebook_content .accordion li i{
	position: absolute;
	top: 14px;
	right: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.content_box .investor_facebook .investor_facebook_content .accordion li.open .link .glyphicon{
	color: #d22619;
}

.content_box .investor_facebook .investor_facebook_content .accordion li.open i {
	color: #fff;
	font-size: 16px;
}
.content_box .investor_facebook .investor_facebook_content .accordion li.open i.glyphicon-menu-up {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.content_box .investor_facebook .investor_facebook_content .accordion .submenu {
	display: none;
	font-size: 14px;
	width: 100%;
}

.content_box .investor_facebook .investor_facebook_content .accordion .submenu li {
	padding: 15px;
	width: 100%;
	background-color: #f5f5f5;
	color: #636363;
}
.content_box .investor_facebook .investor_facebook_content .accordion .submenu li .glyphicon-menu-up:before {
	content: "\e259";
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_btn_box{
	overflow: hidden;
	margin-top: 10px;
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_btn_box button{
	background: #d22619;
	border: 1px solid #d22619;
	color: #fff;
	float: right;
	margin-right: 30px;
	padding: 5px 20px;
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_question>ul{
	margin-top: 50px;
	position: relative;
}

.content_box .investor_facebook .investor_facebook_content .investor_facebook_question{
	height: 120px;
	margin-top: 30px;
	position: relative;
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_question .investor_facebook_question_name{
	display: inline-block;
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_question .investor_facebook_question_kuang{
	display: inline-block;
	float: left;
	width: 730px;
	margin-left: 20px;
	height: 120px;
}

.content_box .investor_facebook .investor_facebook_content .investor_facebook_question h2{
	font-size: 15px;
	display: inline-block;
	margin: 0;
	margin-top: 5px;
	color: #636363;
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_question>.investor_facebook_question_ip{
	color: #999;
	position: absolute;
	display: inline-block;
	float: right;
	top: 5px;
	right: 40px;
	width: 600px;
	text-align: right;
	font-size: 13px;
}
.content_box .investor_facebook .investor_facebook_content .investor_facebook_question>p{
	color: #999;
	position: absolute;
	display: inline-block;
	float: left;
	top: 45px;
	left: 190px;
	width: 650px;
	margin-left: 10px;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333;
}


.content_box .investor_facebook .investor_facebook_content>ul .investor_facebook_answer{
	height: 120px;
	position: relative;
}
.content_box .investor_facebook .investor_facebook_content>ul .investor_facebook_answer img{
	display: inline-block;
	float: right;
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.content_box .investor_facebook .investor_facebook_content>ul .investor_facebook_answer img:nth-child(1){
	width: 730px;
	margin-right: 27px;
	height: 130px;
}
.content_box .investor_facebook .investor_facebook_content>ul .investor_facebook_answer>p{
	color: #999;
	position: absolute;
	display: inline-block;
	float: left;
	top: 48px;
	right: 50px;
	width: 650px;
	margin-left: 10px;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333;
}
.content_box .investor_facebook .investor_facebook_content .page{
	margin-top: 30px;
}
.content_box .investor_facebook .investor_facebook_content .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .investor_facebook .investor_facebook_content .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .investor_facebook .investor_facebook_content .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.content_box .investor_facebook .investor_facebook_content .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 我要留言 */
.content_box .investor_leave{
	padding: 20px;
}
.content_box .investor_leave .sexLabel{
	margin-right: 10px;
	line-height: 35px;
}

.content_box .investor_leave input[type=text],
.content_box .investor_leave input[type=email]{
	width: 300px;
}
.content_box .investor_leave textarea{
	width: 500px;
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.content_box .investor_leave .control-label{
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.content_box .investor_leave button,.content_box .investor_leave a{
	background-color: #d22619;
	border: 1px solid #d22619;
	color: #fff;
	margin-right: 50px;
	padding: 8px 20px;
}

/* 联系董秘办 */
.content_box .investor_contact .investor_contact_sales{
	width: 100%;
	display: inline-block;
	margin: 0px 1px;
	margin-top: 10px;
	height: 300px;
}
.content_box .investor_contact .investor_contact_title{
	width: 100%;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	padding-left: 10px;
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .investor_contact .investor_contact_msg{
	padding: 10px 20px;
	width: 100%;
}
.content_box .investor_contact .investor_contact_msg div{
	margin-top: 3px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}



/* 文章 */
.content_box .article{
	overflow: hidden;
	width: 100%;
}

.content_box .news_edit{
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.content_box .news_edit h2{
	margin: 0 !important;
	text-align: center !important;
	line-height: 22px !important;
	font-size: 24px !important;
	color: #636363 !important;

}
.content_box .news_edit h2 span{
	margin: 0 !important;
	text-align: center !important;
	line-height: 22px !important;
	font-size: 24px !important;
	color: #636363 !important;

}
.content_box .news_edit h3{
	margin: 10px 0px 15px !important;
	line-height: 22px !important;
	text-align: center !important;
	font-size: 13px !important;
	color: #c0c0c0 !important;
	font-size-adjust: none !important;
}
.content_box .news_edit h3 span{
	margin: 10px 0px 15px !important;
	line-height: 22px !important;
	text-align: center !important;
	font-size: 13px !important;
	color: #c0c0c0 !important;
	font-size-adjust: none !important;
}
.content_box .article .article_nav{
	overflow: hidden;
}
.content_box .article .article_nav a:hover .article_content h3,.content_box .article .article_nav a:hover .article_other h3{
	color: #d22619;
}
.content_box .article .article_nav img{
	width: 180px;
	height: 120px;
	background-color: #e6e6e6;
	float: left;
}
.content_box .article .article_nav .article_content{
	float:left;
	margin-left: 20px;
	width: 740px;
	height: 120px;
}
.content_box .article .article_nav .article_content h3{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	display: inline;
}
.content_box .article .article_nav .article_content p{
	font-size: 15px;
	margin: 0;
	height: 45px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #636363;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.content_box .article .article_nav .article_content .article_content_top{
	display: inline;
	margin-left: 10px;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	width: 32px;
	padding: 5px;
	height: 16px;
	background-color: #d22819;
	position: relative;
	top: -3px;
	border-radius: 2px;
}
.content_box .article .article_nav .article_content span{
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 14px;
	letter-spacing: 0px;
	color: #636363;
}
.content_box .article hr{
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	margin: 0;
	margin-top: 5px;
	border-top: 1px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.content_box .article .article_other{
	display: block;
	overflow: hidden;
}
.content_box .article .article_other h3{
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	line-height: 25px;
	float: left;
	color: #333;
	margin: 0;
}
.content_box .article .article_other .article_date{
	text-align: right;
	color: #636363;
	display: inline-block;
	font-style: normal;
	float: right;
	margin-top: 5px;
}
.content_box .article .article_otner_hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_box .article .page{
	margin-top: 30px;
}
.content_box .article .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .article .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .article .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.content_box .article .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 底部栏 */
footer{
	margin-top: 60px;
	width: 100%;
	height: 220px;
	background-color: #f0f0f0;
	padding: 20px 0px;
}
footer .bottom{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.bottom_blogroll h2{
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}
hr{
	width: 1200px;
	height: 1px;
	background: #cccccc;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 10px;
}
.bottom_blogroll_nav{
	overflow: hidden;
}
.bottom_blogroll_nav ul li{
	display: inline-block;
}
.bottom_blogroll_nav ul li a{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 30px;
	line-height: 25px;
}
.bottom_blogroll_nav ul li a:hover,
.bottom_blogroll_nav ul li a:focus{
	text-decoration: none;
}
.bottom_address{
	position: absolute;
	margin-top: 25px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.bottom_address .bottom_address_title span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 20px;
}
.bottom_address .bottom_address_title p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
	margin-top: 5px;
}
.bottom_address div{
	display: inline-block;
}
.bottom_address .bottom_ident{
	position: absolute;
	right: 0;
	bottom: 0;

}
.bottom_ident img{
	width: 40px;
	height: 37px;
	float: left;
}
.bottom_ident span{
	float: left;
	margin-left: 10px;
	line-height: 40px;

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.bottom_address_title{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.bottom_address_logo{
	position: absolute;
	bottom: 0px;
	right: 230px;
}
.bottom_address_logo img{
	width: 130px;
}
p{
	text-align: justify;
}