.common_header {
    background-image: url("../../img/investor/banner.jpg");
}

input, textarea {
    outline: none
}
/*公司官方标签*/

.company_info_lists {
    background: #eee;
    padding: 80rem 160rem 80rem;
    display: flex;
    flex-wrap: wrap;
       justify-content: space-between;
       
}
.company_info_list_item_tow {
    border-radius: 10rem;
    width: 368rem;
    min-height: 220rem;
    background-color: #fff;
    padding:20rem;
    margin-bottom: 40rem;
    /*margin-right:34rem;*/
} 
.company_info_list_item_tow:nth-child(n + 5) {
    margin-bottom: 0!important;
}
.company_info_list_item_tow:nth-child(4n){
    margin-right: 0;
}
.company_info_list_item_tow > img {
    margin-left: auto;
    margin-right:0px;
    width:60rem;
    height:60rem;
    display: block;
}
.company_info_item_tow_title {
    color: #333;
    font-size: 24rem;
    /*font-weight: bold;*/
}
.company_info_item_tow_circle {
    font-size: 10rem;
    color: #626161;
    margin-top:12rem;
    line-height: 20rem;
}
.input_common {
    width: 200rem;
    height: 52rem;
    border: 1rem solid #E0E0E0;
    border-radius: 6rem;
    font-size: 16rem;
}

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

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

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

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

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

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

.company_structure_list {
    margin-top: 41rem;
}

.company_structure_list_item_icon {
    width: 21rem;
    height: auto;
    margin-left: 24rem;
}

.company_structure_list_item {
    display: flex;
    align-items: center;
    font-size: 16rem;
    color: rgba(255,255,255,0.8);
}

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

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

/*股票信息*/
#shares {
    padding: 79rem 158rem 131rem;
}

#shares_main {
    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: 30rem;
    font-size: 18rem;
    line-height: 30rem;
    color: #8D8D8D;
    text-align: right;
}

.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: 300rem;
    height: 360rem;
    border: 1rem solid #eee;
    padding: 25rem 10rem 0;
}

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

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

.shares_check_group_item_bottom {
    font-size: 14rem;
}

.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: 79rem 160rem 75rem;
}

.msg_box {
    margin-top: 60rem;
}

.msg_box_left {
    flex: 1;
}

.xxpl_list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.xxpl_list_item {
    width: 349rem;
    height: 518rem;
    /* margin-left: 43rem; */
    background-color: #F7F7F7;
    padding: 31rem 23rem 29rem;
    font-size: 18rem;
    color: #666666;
    text-align: center;
}
.xxpl_list_item:nth-child(3n+1) {
    margin-left: 0;
}
.xxpl_list_item:nth-child(n+4) {
    margin-top: 33rem;
}
.xxpl_list_item a{
	display: block;
	width: 100%;
	height: 100%;
}
.xxpl_list_item  a > img {
    width: 100%;
    display: block;
}

.xxpl_list_item_text {
    margin-top: 30rem;
	color: #666;
}
.xxpl_list_item a:hover .xxpl_list_item_text{
	color: #AF4ACA;
}
.msg_box_left_list_item {
    padding: 36rem 30rem 32rem 32rem;
    border-bottom: 1rem solid #F3F3F3;
}

.msg_box_left_list_item_left {
    font-size: 16rem;
}
.pdf-more{
	display: none;
}
.msg_box_left_list_item:hover .pdf-more{
	display:block;
}
.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: 36rem;
}

.msg_box_left_list_item_time_top {
    font-size: 36rem;
}

.msg_box_left_list_item_tip {
    color: #666;
    line-height: 2;
}

.common_box_style {
    width: 417rem;
    height: 625rem;
    background-image: url("../../img/investor/bg-white.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 41rem 27rem 0;
    margin-left: 57rem;
}

.common_box_style input {
    width: 275rem;
    height: 50rem;
    background: #FFFFFF;
    padding:0 15rem;
    border: none;
}

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

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

.common_box_style_title_2 {
    margin-top: 70rem;
}

.common_box_style_input {
    padding-left: 10rem;
    margin-top: 33rem;
    color: #999;
}

.common_box_style_imgG {
    margin-top: 22rem;
}

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

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

.common_box_style_code {
    width: 142rem;
    height: 142rem;
    margin-top: 16rem;
    position: relative;
}
.common_box_style_code img{
    width: 142rem;
    height: auto;
}

#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;
}
.download-input{
    margin-bottom: 15rem;
    display: flex;
	background: #fff;
}
.download-input .download-form{
    display: flex;
    background: #fff;
}
.download-form select{
    width:100%;
    height: 50rem;
    border: none;
    padding:0 10rem;
    font-size: 14rem;
    outline: 0;
    color: #666;
}
.download-form button{
    width: 75rem;
    height: 50rem;
    border: none;
    background:#fff;
    text-align: center;
    cursor: pointer;
}
.download-form button img{
    width: 30rem;
    margin: 0 auto;
}
.download-input input{
	font-size: 14rem;
}
.down-select select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(/img/investor/ico-arrow.png) no-repeat;
	padding-right: 15rem;
	background-size:50rem;
	background-position-x:290rem;
}
.down-select select::-ms-expand{
	display:none;
}


/*公司治理*/
#company {

}

.company_content {
    padding: 78rem 160rem 113rem;
}

.company_bottom {
    /* width: 1920rem; */
	width: 100%;
    height: auto;
}

.company_structure {
    /* width: 1600rem; */
	width: 100%;
    height: 458rem;
    padding-top: 132rem;
    padding-left: 122rem;
    background-image: url("../../img/investor/img01.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.company_structure_context {
    width: 608rem;
    height: auto;
    margin-top: 40rem;
    color: #fff;
}

.company_info_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45rem;
	justify-content: space-between;
}

.company_info_list_item {
    /* width: 779rem; */
	width: 768rem;
    min-height: 627rem;
    background-color: #F5F6FF;
    padding: 41rem 42rem;
}

/* .company_info_list_item:nth-child(2n) {
    margin-left: 42rem;
}
 */
.company_info_list_item:nth-child(n+3) {
    margin-top: 42rem;
}

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

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

.company_info_list_item_content {
    line-height: 32rem;
    margin-top: 28rem;
}

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

.company_info_list_item_circle_icon {
    width: 21rem;
    height: auto;
    margin-left: 18rem;
}

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

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


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

#color_tip {
    font-size: 16rem;
    color: #666666;
	margin-bottom: 50rem;
}

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

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

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

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

.active_container {
    margin-top: 60rem;
}

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

.active_box_jj_list_item {
    width: 386rem;
    height: 511rem;
    background: #F7F7F7;
    padding: 45rem 20rem 37rem;
    margin-left: 12rem;
}

.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: 20rem;
    font-weight: 400;
    color: #333333;
    line-height: 25rem;
    margin-top: 20rem;
}

.active_box_jj_list_item_img {
    width: 345rem;
    height: 207rem;
    display: block;
    margin-top: 28rem;
}

.active_box_left {
    flex: 1;
}

.active_box_left_top {

}

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

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

.active_box_left_top_item > img {
    width: 311rem;
    height: 200rem;
    flex-shrink: 0;
}

.active_box_left_top_item > div {
    flex: 1;
    margin-left: 61rem;
}

.active_box_left_top_item_title {
    font-size: 18rem;
    font-weight: bold;
    color: #333333;
    line-height: 18rem;
}

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

.active_box_left_top_item_text {
    width: 704rem;
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 24rem;
    margin-top: 32rem;
}

.active_box_left_top_item_buttonG {
    margin-top: 30rem;
}

.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: 115rem;
    height: 39rem;
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: 1rem solid #A9A9A9;
    cursor: pointer;
}

.group_button > div:first-child {
    background: #362B87;
    margin-right: 18rem;
    color: white;
    border: none;
}
/* 日历 */
.active_box_right {
    width: 374rem;
    margin-left: 45rem;
    flex-shrink: 0;
}

.active_box_right_top {
    width: 374rem;
}

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

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

.active_year_box {
    background-color: #C2C2C2;
	border-bottom: 1px solid #fff;
}

.active_box_right_top_item_month {
    width: 374rem;
	height: 0;
    display: flex;
    flex-wrap: wrap;
	overflow: hidden;
}

.active_box_right_top_item_month li {
    width:25%;
    color: #999999;
	height: 50rem;
	line-height: 50rem;
	text-align: center;
    font-size: 16rem;
    cursor: pointer;
}

.active_box_right_top_item_month li a{color: #999999;}

.active_box_right_top_item_month li:hover{
	background: #AF4ACA;
	color: #fff;
}


.active_box_right_top_item_month li.active a{
	
	color: #fff;
}


.active_box_right_top_item_month li.active{
	background: #AF4ACA;
	color: #fff;
}



/* 订阅 */
.active_box_right_bottom {
    width: 374rem;
    height: 208rem;
    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: 24rem;
    font-weight: 400;
    color: #FBCB67;
    line-height: 30rem;
}

.active_box_right_bottom_text {
    font-size: 16rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16rem;
    margin-top: 17rem;
}

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

}

/*演示材料*/
.showMaterial .button_style_1 {
    margin: 43rem auto 0;
}

.showMaterial > div {
    width: 50%;
    padding: 77rem 0 99rem;
}

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

.showMaterial_right {
    background-color: #F2F2F2;
}

.showMaterial_right > .showMaterial_list {
    padding-left: 27rem;
}

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

.showMaterial_list_item {
    width: 774rem;
    height: 286rem;
    background-color: #F7F7F7;
    padding: 45rem 39rem 31rem 19rem;
}

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

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

.showMaterial_list_item_right {
    width: 345rem;
    height: 207rem;
}

/*投资者查询*/
#investor_search {
    padding: 0 160rem;
}

#investor_search input, textarea {
    margin-top: 14rem;
}

.investor_search_form {
    font-size: 16rem;
	padding: 120rem  0;
}

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


.investor_search_address {
    width: 856rem;
    height: 797rem;
    background-color: #F8F8F8;
    padding: 120rem 160rem 0 90rem;
    margin-left: 40rem;
}

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

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

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

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

.investor_search_form_button {
    margin-top: 28rem;
}

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

.investor_search_address_map > img {
    width: 41rem;
    height: 40rem;
    margin-right: 14rem;
}
.showMaterial select{
	font-size: 16rem;
}