.investortop {
    width: 100%;
    position: relative;
}
.investortop>img {
    display: block;
    width: 100%;
}
@media (max-width: 1600px) and (min-width: 1300px){
    .investortop{
        height: 400px;
        overflow: hidden;
    }
    .investortop>img{
        display: block;
		height: 100%;
    }
}
@media (max-width:1299px) {
    .investortop{
        width: 100%;
        height: 400px;
    	overflow: hidden;
    }
    .investortop>img{
        display: block;
		height: 100%;
    }
}
.inverstorcon {
    width: 100%;
    background: #e6e6e6;
    padding: 0 30px 32px;
}
.inverstorbt {
    width: 100%;
    border-bottom: 1px solid #999999;
    padding: 34px 0 20px;
}

.inverstorbt h1 {
    display: block;
    float: left;
    font-size: 16px;
}

.inverstorbt span {
    display: block;
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.inverstortextbox {
    width: 100%;
    position: relative;
    margin-top: 46px;
}

.inverstortextleft {
    width: 31%;
    float: left;
}

.inverstortextleft p {
    font-size: 12px;
    line-height: 20px;
}

.invrg {
    width: auto;
    float: right;
    margin-top: 20px;
}

.inverstortextright {
	float: left;
	margin-top: 35px;
	margin-right: 10px;
}

.inverstortextright>b {
	display: block;
	float: left;
	font-size: 34px;
	color: #d72423;
	margin-right: 16px;
	line-height: 38px;
}

.inverstortextright span {
	display: block;
	float: left;
	font-size: 18px;
	color: #d72423;
	margin: 13px 6px 0;
}

.tranright {
	float: right;
}

.tranright table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.tranright table tr th {
	font-size: 14px;
	line-height: 36px;
	/* padding: 0 32px 12px 0; */
	padding-bottom: 12px;
}

.tranright table tr th:nth-last-child(1) {
	padding-right: 0;
}

.tranright table th {
	text-align: center;
	font-weight: normal;
}

.tranright table tr td {
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
}

.tranright table tr th:nth-child(1){
	width: 52px;
}
.tranright table tr th:nth-child(2){
	width: 52px;
}
.tranright table tr th:nth-child(3){
	width: 88px;
}
.tranright table tr th:nth-child(4){
	width: 78px;
}

.nav-tabs.inverstortab{
    border-bottom: none;
    margin: 24px 0 15px;
} 

.inverstortab li{
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
}
.inverstortab li a{
    display: block;
}
.inverstortab li .active {
    color: #d72423;
    border-bottom: 3px solid #d72423;
}
.inverstorbox .ll-card-date{
    text-align: right;
}