.common_header {
    background-image: url("../../img/investor/banner.jpg");
}
/*公司官方标签*/
.company_info_lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45rem;
     width: 100%;
    height: auto;
     padding: 30rem 30rem 0;
	justify-content: space-between;
}
.company_info_list_item_tow {
   margin-bottom: 20rem;
    padding:20rem;
    width:330rem;
    position: relative;
}
.company_info_list_item_tow:nth-child(n + 5) {
     margin-bottom: 20rem!important;
}
.company_info_item_tow > img {
     width: 282rem;
    height: 180rem;
    display: block;
}
.company_info_item_tow_title {
    color: #333;
    font-size: 36rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 15rem;
}
.company_info_item_tow_circle {
    font-size: 28rem;
    color: #626161;
    margin-top:28rem;
    line-height: 38rem;
}
.company_info_list_item_tow > img{
    margin: 0 auto;
}
/*公司官方标签*/
input, textarea {
    outline: none
}

.input_common {
    width: 200rem;
    height: 52rem;
    border: 1rem solid #E0E0E0;
    border-radius: 6rem;
    font-size: 16rem;
}

.investor_common_title {
    font-size: 36rem;
    font-weight: 400;
    color: #000000;
    line-height: 54rem;
}

.investor_common_title2 {
    font-size: 36rem;
    font-weight: 400;
    color: #000000;
    line-height: 36rem;
    text-align: center;
    margin-bottom: 39rem;
    margin-top: 30rem;
}

.investor_common_title3 {
    font-size: 30rem;
    font-weight: 400;
    color: #333;
    line-height: 30rem;
}

/*公共时间样式*/
.investor_common_time {
    font-size: 24rem;
    font-weight: 400;
    color: #666666;
    line-height: 36rem;
}

.investor_common_time2 {
    font-size: 26rem;
    font-weight: 400;
    color: #000000;
    line-height: 140rem;
}

.investor_common_article {
    font-size: 24rem;
    font-weight: 400;
    color: #595959;
}

.company_structure_list {
    color: #fff;
    margin-top: 20rem;
}

.company_structure_list_item {
    display: flex;
    align-items: center;
    font-size: 26rem;
    color: #666;
}

.company_structure_list_item + .company_structure_list_item {
    margin-top: 10rem;
}

.common_day {
    font-size: 50rem;
    color: #362B87;
    line-height: 55rem;
}

/*股票信息*/
#shares {
    padding: 100rem 30rem 30rem;
}

#shares_main {
    /*width: 300px;*/
   width: 100%;
    /*height: 500px;*/
    margin: 0 auto;
}

#shares_table {
    width: 100%;
    margin-top: 22rem;
    border-collapse: collapse;
    border-color: #E0E2E4;
}

#shares_table th {
    height: 45rem;
    background: #362B87;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

#shares_table td {
    height: 54rem;
    text-align: center;
}

.shares_table_left {
    text-align: left !important;
    padding-left: 28rem;
}

.shares_list {
    display: flex;
    justify-content: center;
    margin-top: 35rem;
}

.shares_list_item {
    width: 167rem;
    height: 53rem;
    background-color: #1a355e;
    border-radius: 25rem;
    font-size: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.shares_list_item + .shares_list_item {
    margin-left: 20rem;
}

.shares_list_item:hover {
    background-color: #d30355
}

.shares_list_item_active {
    background-color: #d30355
}

.shares_day_list {
    margin-top: 40rem;
    font-size: 16rem;
    line-height: 16rem;
    border-bottom: 1rem solid #D3D3D4;
    padding-bottom: 30rem;
}

.shares_day_list > li + li {
    margin-left: 10rem;
}

.shares_day_all {
    margin-top: 17rem;
}

.shares_bottom {
    margin-top: 72rem;
    font-size: 14rem;
    line-height: 30rem;
    color: #8D8D8D;
    text-align: center;
}

.shares_button_group_item {
    width: 206rem;
    height: 53rem;
    border: 1rem solid #032A72;
    border-radius: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #032A72;
    cursor: pointer;
}

.shares_button_group_item img {
    width: 25rem;
    margin-right: 10rem;
}

.shares_button_group_item + .shares_button_group_item {
    margin-left: 17rem;
}

.shares_check_group {
    margin-top: 30rem;
}

.shares_check_group_item {
    width: 100%;
    height: 360rem;
    border: 1rem solid #eee;
    padding: 25rem 10rem 0;
}

.shares_check_group_item_title {
    text-align: center;
    font-size: 24rem;
    line-height: 30rem;
    font-weight: bold;
    padding-bottom: 25rem;
    border-bottom: 1rem solid #4564FF;
}

.shares_check_group_item + .shares_check_group_item {
    margin-left: 0;
    margin-top: 15rem;
}

.shares_check_group_item_bottom {
    font-size: 24rem;
}

.shares_check_group_item_bottom input {
    margin-right: 10rem;
}

.shares_check_group_item_bottom > div {
    margin-top: 20rem;
    display: flex;
    align-items: center;
}

/*信息披露*/
#msg {
    padding:30rem 0 0 0;
}

.msg_box {
    margin-top: 30rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.msg_box_left {
    flex: 1;
    width: 100%;
    padding: 0 30rem;
}

.xxpl_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30rem;
}

.xxpl_list_item {
    width: 48%;
    height: auto;
    margin-left: 0;
    background-color: #fff;
    padding: 0 0 30rem;
    font-size: 24rem;
    color: #666666;
    text-align: center;
    overflow: hidden;
    margin-right: 4%;
}

.xxpl_list_item:nth-of-type(2n) {
    margin-right: 0;
}

.xxpl_list_item:nth-child(3n+1) {
    margin-left: 0;
}

.xxpl_list_item:nth-child(n+4) {
    margin-top: 0;
}

.xxpl_list_item > img {
    display: block;
    width: 100%;
    height: 200px;
}

.xxpl_list_item_text {
    margin-top: 30rem;
}

.msg_box_left_list_item {
    padding: 36rem 0 32rem;
    border-bottom: 1rem solid #F3F3F3;
	position: relative;
}

.msg_box_left_list_item_left {
    font-size: 16rem;
}

.msg_box_left_list_item_line {
    width: 1rem;
    height: 37rem;
    background-color: #7E7D7C;
    margin-left: 17rem;
    margin-right: 23rem;
}

.msg_box_left_list_item:hover {
    background-color: #F3F3F3;
}

.msg_box_left_list_item:hover .msg_box_left_list_item_time {
    color: #AF4AC9;
}

.msg_box_left_list_item_time_top {
    font-size: 40rem;
    font-weight: 700;
}

.msg_box_left_list_item_tip {
    color: #666;
    font-size: 24rem;
    line-height: 32rem;
}

/* .flex_ALL_C img:first-child {
    width: 70rem;
}

.flex_ALL_C img:last-child {
    width: 40rem;
    margin-left: 10rem;
}
 */
.common_box_style {
    width: 100%;
    height: auto;
    background-image: url("../../img/investor/bg-white.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    padding:30rem;
    margin-left: 0 !important;
}
.common_box_style .common_box_style_title{
	line-height:normal;
}
.common_box_style input {
    width: 100%;
    height: 80rem;
    background: #FFFFFF;
    border-radius: 4rem;
    padding:0 30rem;
    border: none;
}

.common_box_style input + input {
    margin-top: 15rem;
}

.common_box_style_title {
    font-size: 28rem;
    color: #333;
    font-weight: bold;
    line-height: 16rem;
}

.common_box_style_title_2 {
	display: none;
    margin-top: 30rem;
}

.common_box_style_input {
    padding-left:0;
    margin-top: 30rem;
    color: #999;
}

.common_box_style_imgG {
    margin-top: 22rem;
	display:none;
}

.common_box_style_imgG > img {
    width: 34rem;
    height: 34rem;
    cursor: pointer;
}

.common_box_style_imgG > img + img {
    margin-left: 10rem;
}

.common_box_style_code {
	display: none;
    width: 142rem;
    height: auto;
    margin-top: 16rem;
    position: relative;
}
.down-select select{
	height: 80rem;
	padding: 0 30rem;
}
.download-form button{
	height: 80rem;
}
.down-select select{
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    background: url(/img/investor/ico-arrow.png) no-repeat;
    padding:0 15rem;
    background-size: 80rem;
    background-position-x: 615rem;
}

#triangle_move {
    position: absolute;
    width: 0;
    height: 0;
    top: -11rem;
    left: 12rem;
    border-left: 11rem solid transparent;
    border-right: 11rem solid transparent;
    border-bottom: 11rem solid #fff;
}

/*公司治理*/
#company {

}

.company_content {
    padding: 30rem 30rem 0;
}

.company_bottom {
    width: 100%;
    height: auto;
}

.company_structure {
    width: 100%;
    height: auto;
    padding-top: 250rem;
    padding-left: 0;
    background-image: url("../../img/investor/img01.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.company_structure_context {
    width: 100%;
    height: auto;
    margin-top: 40rem;
    color: #666;
    font-size: 26rem;
    line-height: 36rem;
}

.company_info_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45rem;
}

.company_info_list_item {
    width: 100%;
    height: auto;
    background-color: #F5F6FF;
    padding: 41rem 42rem;
    margin-bottom: 30rem;
}

.company_info_list_item:nth-child(2n) {
    margin-left: 0;
}

.company_info_list_item:nth-child(n+3) {
    margin-top: 0;
}

.company_info_list_item > img {
    width: 100%;
    height: 280rem;
    display: block;
}

.company_info_list_item_title {
    color: #333;
    margin-top: 41rem;
}

.company_info_list_item_content {
    line-height: 38rem;
    margin-top: 28rem;
    font-size: 24rem;
}

.company_info_list_item_circle {
    margin-top: 29rem;
    font-size: 16rem;
    color: #362B87;
    display: flex;
    align-items: center;
}


.company_list {
    display: flex;
    flex-wrap: wrap;
}

.company_list_item {
    width: 375rem;
    height: 229rem;
}

/*投资者日历*/
#calendar {
    padding:30rem;
}

#color_tip {
    font-size: 16rem;
    color: #666666;
	margin-bottom: 30rem;
	flex-wrap: wrap;
}

#color_tip > span {
    color: #1A355E;
}

#color_tip > span:first-child {
    margin-left: 21rem;
}

#color_tip > span + span {
    margin-left: 15rem;
}

#color_tip i {
    width: 12rem;
    height: 12rem;
    display: inline-block;
}

.active_container{
	margin-top: 30rem;
	width: 100%;
	flex-wrap: wrap;
}
.active_box {
    padding-top:30rem;
	width: 100%;
}

.active_box_jj_list {
    flex: 1;
    flex-wrap: wrap;
    margin-top: 49rem;
}

.active_box_jj_list_item {
    width: 100%;
    height: auto;
    background: #F7F7F7;
    padding: 45rem 30rem 37rem;
    margin-left: 0;
}

.active_box_jj_list_item:nth-child(3n+1) {
    margin-left: 0;
}

.active_box_jj_list_item:nth-child(3+n) {
    margin-top: 17rem;
}

.active_box_jj_list_item_title {
    font-size: 28rem;
    font-weight: 400;
    color: #333333;
    line-height: 36rem;
    margin-top: 20rem;
}

.active_box_jj_list_item_img {
    width: 100%;
    height: 400rem;
    display: block;
    margin-top: 28rem;
}

.active_box_left {
    flex: 1;
}

.active_box_left_top {

}

.active_box_left_top_item {
    padding-bottom: 20rem;
    border-bottom: 1rem solid #CFCFCF;
}

.active_box_left_top_item + .active_box_left_top_item {
    padding-top: 20rem;
}

.active_box_left_top_item > img {
    /* width: 311rem; */
    /* height: 200rem; */
    flex-shrink: 0;
	width: 40%;
	height: auto;
}

.active_box_left_top_item > div {
    flex: 1;
	width: 60%;
	margin-left: 0;
	padding-left: 15rem;
}

.active_box_left_top_item_title {
    font-size: 18rem;
    font-weight: bold;
    color: #333333;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.active_box_left_top_item_time {
    margin-top:10rem;
    font-size: 14rem;
    font-weight: 400;
    color: #666666;
    line-height:1;
}

.active_box_left_top_item_text {
    width: 100%;
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-top: 10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}

.active_box_left_top_item_buttonG {
    margin-top:10rem;
}

.active_box_left_top_item_buttonG > a {
    font-size: 14rem;
    color: #666666;
    padding-bottom: 2rem;
    border-bottom: 1rem solid #666666;
    font-weight: 400;
}

.active_box_left_top_item_buttonG > a + a {
    margin-left: 30rem;
}

.active_box_left_top_item_buttonG > a:hover {
    color: #362B87;
    font-weight: bold;
    border-color: #362B87;
}

.group_button {
    margin-top: 29rem;
}

.group_button > div {
    width: auto;
    height: auto;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: 1rem solid #A9A9A9;
    cursor: pointer;
    padding: 8rem 25rem;
}

.group_button > div:first-child {
    background: #362B87;
    margin-right: 18rem;
    color: white;
    border: none;
}

.active_box_right {
    width: 100%;
    margin-left: 0;
    flex-shrink: 0;
    margin-top:30rem;
}

.active_box_right_top {
    width: 100%;
    display: none;
}

.active_box_right_top_item {
    width: 100%;
    min-height: 49rem;
}

.active_box_right_top_item_year {
    padding: 16rem 20rem 16rem 27rem;
    background-color: #EEEEEE;
    font-size: 28rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36rem;
    cursor: pointer;
}

.active_year_box {
    background-color: #C2C2C2;
}

.active_box_right_top_item_month {
    width: 100%;
    min-height: 142rem;
    padding: 21rem 24rem 56rem;
    display: flex;
    flex-wrap: wrap;
}

.active_box_right_top_item_month li {
    width: 60rem;
    color: #999999;
    font-size: 16rem;
    line-height: 16rem;
    cursor: pointer;
}

.active_box_right_top_item_month li + li {
    margin-left: 30rem;
}

.active_box_right_top_item_month li:nth-child(4n+1) {
    margin-left: 0;
}

.active_box_right_top_item_month li:nth-child(n+5) {
    margin-top: 0;
}

.active_box_right_bottom {
    width: 100%;
    height: 308rem;
    margin-top: 28rem;
    padding-top: 45rem;
    padding-left: 43rem;
    background-image: url("../../img/investor/bg_right.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.active_box_right_bottom_title {
    font-size: 40rem;
    font-weight: 400;
    color: #FBCB67;
    line-height: 60rem;
}

.active_box_right_bottom_text {
    font-size: 28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36rem;
    margin-top: 20rem;
}

.active_box_right_bottom_button {
    margin-top: 23rem;
    width: 200rem;
    height: 60rem;
    background: #FFFFFF;
    border-radius: 16rem;
    text-align: center;
    line-height: 60rem;
    font-size: 28rem;
    font-weight: 700;
    color: #333333;
    cursor: pointer;

}

/*演示材料*/
.showMaterial {
    flex-direction: column;
}
.showMaterial > div >div{
	padding-left: 0 !important;
}
.showMaterial > div >div:nth-child(2){
	text-align: center;
}
.showMaterial .button_style_1 {
    margin: 43rem auto 0;
}

.showMaterial > div {
    width: 100%;
    padding: 40rem 30rem 40rem;
}

.showMaterial_list {
    margin-top: 35rem;
    padding-left: 0;
}

.showMaterial_right {
    background-color: #F2F2F2;
}

.showMaterial_right > .showMaterial_list {
    padding-left: 0;
}

.showMaterial_right .showMaterial_list_item {
    background-color: #fff;
}

.showMaterial_list_item {
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    padding: 45rem 39rem 31rem 19rem;
    flex-direction: column;
}

.showMaterial_list_item + .showMaterial_list_item {
    margin-top: 30rem;
}

.showMaterial_list_item_left_context {
    margin-top: 20rem;
    margin-bottom: 20rem;
    width: 100%;
    font-size: 30rem;
    font-weight: 400;
    color: #333333;
    line-height: 30rem;
}

.showMaterial_list_item_right {
    width: 100%;
    height: auto;
}

/* .flex_j_c_SP {
    flex-direction: column;
}
 */
/*投资者查询*/
#investor_search {
    padding: 40rem 30rem 40rem;
}
#investor_search .flex_j_c_SP{
	display: block;
}
#investor_search input, textarea {
    margin: 15rem 0 20rem;
    width: 100%;
    min-height: 60rem;
	padding: 0 20rem;
}

.investor_search_form {
    font-size: 16rem;
}

.investor_search_form_area {
    width: 100%;
    height: 222rem;
    resize: none;
    font-size: 16rem;
}


.investor_search_address {
    width: 100%;
    height: auto;
    background-color: #F8F8F8;
    padding: 30rem;
    margin-left: 0;
    margin-top: 50rem;
}

.investor_search_address > .investor_common_title {
    margin-bottom: 40rem
}

.investor_common_list {
    border-bottom: 1rem #000000 solid;
    padding-bottom: 29rem;
    margin-top: 19rem;
}

.investor_common_list > div:first-child {
    font-size: 30rem;
    line-height: 40rem;
    color: #666666;
}

.investor_common_list > div:last-child {
    font-size: 28rem;
    line-height: 38rem;
    color: #333;
    margin-top: 17rem;
}

.investor_search_form_button {
    margin-top: 15rem;
}

.investor_search_address_map {
    margin-top: 14rem;
    font-size: 26rem;
    color: #666;
    font-weight: 400;
}

.investor_search_address_map > img {
    width: 41rem;
    height: 40rem;
    margin-right: 14rem;
}

.common_option_list{
	justify-content: center;
}
.common_option_list_item{
	padding: 20rem 0;
}
.common_option_list_item{
	background: #fff;
	color: #666;
	border: 1px solid #c4c4c4;
}
.common_option_list_item_active{
	background: #362B87;
	border: 1px solid #362b87;
	color: #fff;
}
.common_option_list_item:hover{
	background: #362B87;
	border: 1px solid #362b87;
	color: #fff;
}
.pdf-more{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pdf-more .flex_ALL_C{
	display: none;
}
