﻿@charset "utf-8";
@font-face{
   font-family: "SOURCEHANSANSCN-MEDIUM";
   src : url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
}
.investor {
    width: 100%;
    width: expression(document.body.clientWidth <= 1200? "1200px": "auto");
    min-width: 1200px;
    margin-bottom: 80px;
}
.investor_main {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
    overflow: hidden;
}
.investor_main_left {
    width: 650px;
    float: left;
    padding-top: 40px;
    overflow: hidden;
}
.investor_main_left_top {
    font-size: 16px;
    color: #595757;
    line-height: 35px;
    padding-left: 15px;
    padding-bottom: 50px;
}
.investor_main_left_bottom {
    color: #e60012;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
}
.investor_main_left_bottom p {
    padding-left: 15px;
    overflow: hidden;
}
.bottom_site_nr {
    height: 38px;
    line-height: 38px;
    color: #e60012;
    display: flex;
    background: #F8F4EE;
    border-radius: 30px;
    box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
    margin: 10px;
}
.bottom_site_nr label {
    padding: 0px 15px;
    font-size: 16px;
    width: 100%;
}
a.but {
    background: #e60012;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.but img {
    height: 22px;
}
.investor_main_right {
    float: right;
    width: 480px;
    height: auto;
    position: relative;
}

.investor_main_right_nr {
    width: 300px;
    background: rgba(230,0,18,0.6);
    position: absolute;
    top: 190px;
    right: 0;
    color: #fff;
    padding: 45px 20px 30px;
}

.investor_main_right_nr p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
    display: flex;
}
.investor_main_right_nr p img {
    width: 20px;
    margin-right: 15px;
}
.investor_main_nr {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.investor_main_nr_top ul {
    display: flex;
    overflow: hidden;
}
.investor_main_nr_top ul li {
    font-size: 18px;
    color: #B59459;
    min-width: 240px;
    text-align: center;
    padding: 0px 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F4EE;
    position: relative;
    cursor: pointer;
    font-family: "SOURCEHANSANSCN-MEDIUM";
}

.investor_main_nr_top ul li:after{
	position: absolute;
	content: "";
	top:0;
	right: 0;
	width: 1px;
	background: rgba(181,148,89,0.1);
	height: 100%;
}
.investor_main_nr_top ul li:last-child:after{
	display: none;
}
.investor_main_nr_top ul li.on {
    border: 1px solid rgba(214,65,77,0.5);
    border-bottom: 5px solid #e60012;
    background: #fff;
}
.investor_main_nr_top ul li:hover {
    transition:inherit !important;
}
.investor_main_nr_top ul li a {
    color: #e60012;
}
.investor_main_nr_bottom {
    border: 1px solid rgba(214,65,77,0.5);
    padding: 0px 20px 20px;
    overflow: hidden;
}
.investor_main_nr_bottom_all_nr {
    padding-bottom: 30px;
}
.investor_main_nr_bottom_all:first-child{
	display: block;
}
.investor_main_nr_bottom_all{
	display: none;
}
.investor_main_nr_bottom_all_nr_title {
    display: flex;
    overflow: hidden;
    padding: 25px 0px 20px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}
.investor_main_nr_bottom_all_nr_title h3 {
    font-size: 17px;
    color: #595757;
    font-weight: normal;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.investor_main_nr_bottom_all_nr_title h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #AA0F0B;
}
.investor_main_nr_bottom_all_nr_title span {
    min-width: 120px;
    text-align: right;
}
.page {
    display: flex;
    justify-content: center;
}
.page span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d8d8d8;
    text-align: center;
    margin: 0px 5px;
}

.page span a {
    font-size: 14px;
    color: #a3a3a3;
}
.page span.active {
    background: #485cb3;
}
.page span.active a{
	color: #fff;
}
