.public-top {
	background: url(../img/investor_banner.jpg) no-repeat;
	background-size: 100% 100%;
}

.announcement {
	position: relative;
	height: auto;
	padding: 60px 0;
	text-align: left;
}

.announcement a {
	margin-left: 50px;
}

.left-btn, .right-btn {
	font-size: 4rem;
    	position: absolute;
    	top: 60%;
    	z-index: 1;
	cursor: pointer;
}

.left-btn {
    	left: -35px;
}

.right-btn {
    	right: -35px;
}

.investor-title {
	position: relative;
	text-align: left;
	margin-bottom: 60px;
	margin-top: 30px;
}

.investor-title p {
	color: rgb(102, 102, 102);
	padding-left: 20px;
}

.investor-title:after {
	position: absolute;
	top: 60px;
	right: -50px;
	content: "";
	width: 1000px;
	height: 1px;
	background-color: rgb(238, 238, 238);
}

.investor-poster {
	height: 580px;
	background: url(../img/inverstor_poster.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 107px;
}

.investor-poster>div {
	width: 883px;
	height: 473px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 15px 30px 0 30px;
}

.investor-poster img {
	width: 580px;
	height: 443px;
	float: left;
	border: 1px solid rgb(238,238,238);
}

.announcement-i {
	text-align: left;
	width: 45%;
	display: inline-block;
	height: 70px;
	margin: 15px 0;
}

.i-time,
.i-title {
	display: inline-block;
	height: 70px;
}

.i-time {
	padding: 0 20px;
	line-height: 70px;
	background-color: rgb(247, 249, 250);
}

.i-title {
	padding-left: 40px;
    width: 70%;
    line-height: 20px;
}

.i-title:hover {
	color: #1edc6f;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.consultation {
	padding: 60px 0;
}

.contact-msg {
	position: relative;
	height: 80px;
	margin-bottom: 60px;
	border: 1px solid rgb(238, 238, 238);
	box-shadow: 0 0 60px 1px rgb(238, 238, 238);
}

.contact-msg:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 10px;
	height: 80px;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
}

.contact-msg i {
	font-weight: bold;
}

.contact-msg p {
	float: left;
	line-height: 80px;
	color: rgb(102, 102, 102);
}

.inp {
	color: #666666;
}

.contact-form input {
	width: 48%;
	height: 60px;
	background-color: rgb(247,249,250);
}

.contact-form textarea {
	width: 100%;
	height: 150px;
	background-color: rgb(247,249,250);
}

.contact-form input, .contact-form textarea {
	padding: 20px;
	line-height: 40px;
	margin-bottom: 30px;
}

.contact-form p {
	width: 140px;
	height: 60px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 60px;
	cursor: pointer;
}

.stock-top, .stock-mid, .stock-bottom {
	width: 230px;
	float: right;
	border: 1px solid rgb(238, 238, 238);
}

.stock-top {
	height: 80px;
	margin-bottom: 10px;
	padding: 10px;
}

.stock-top-titel span {
	width: 50%;
	float: left;
}

.stock-top-titel span:first-child {
	font-size: 1.5rem;
	line-height: 2rem;
}

.stock-top-titel span:last-child {
	font-size: 2rem;
	line-height: 2rem;
}

.stock-top-detial span:first-child {
	font-size: 2.7rem;
	width: 50%;
	float: left;
	line-height: 2.7rem;
	margin-top: 5px;
}

.stock-mid {
	height: 225px;
	margin-bottom: 10px;
}

.stock-bottom {
	height: 118px;
  padding: 5px 10px;
}

.stock-mid>div {
	margin: 0 10px;
  padding: 5px 0;
}

.stock-mid>div:first-child {
  border-bottom: 1px solid rgb(238,238,238);
}

.stock-mid span {
	width: 32%;
	display: inline-block;
	line-height: 20px;
}

.red {
	color: red;
}

.green {
	color: #32CD32;
}

.gary {
	color: rgb(150, 150, 150);
}

.split-4 span {
	width: 25%;
	float: left;
}

.stock-bottom span {
	line-height: 20px;
}

.split-2>span:first-child {
	width: 30%;
	float: left;
}

.split-2>span:last-child {
	width: 70%;
	float: left;
}

.data-pick {
	position: absolute;
    right: 0;
    top: 25px;
}

.data-pick>div {
	position: relative;
	float: right;
}

.data-pick select {
	border: 1px solid #ddd;
    font-size: 1.5rem;
    height: 35px;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
		-moz-appearance: none;
		background-color: transparent;
		outline: none;
		color: rgb(102, 102, 102);
}

.mouth-select {
	width: 80px;
}

.year-select {
	width: 100px;
}
.year-select1 {
	width: 100px;
}
.down-btn {
	position: absolute;
    right: 5px;
		top: 3px;
		z-index: -1;
    font-size: 2rem;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
		color: #ddd !important;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(#ddd), to(#ddd));
}
@media screen and (max-width: 1024px) {
	.investor-poster{
		background-size: contain;
	}
	.navbar-top,.width-1200,.public-top,.min-1200{
		width: 100%;
		min-width: initial;
	}
	.investor-poster img,.investor-poster>div,.stock-top, .stock-mid, .stock-bottom{
		width: 100%;
	}
	.stock-top, .stock-mid, .stock-bottom{
		float: none;
	}
	.investor-poster,.investor-poster img,.investor-poster>div,.stock-mid,.announcement-i,.investor-title{
		height: auto;
		overflow: hidden;
	}
	.investor-title:after{
		width: 100%;
		left: 250px;
	}
	.stock-mid>div{
		overflow: hidden;
		width: 100%;
	}
	.stock-mid span{
		width: 30%;
	}
	.i-time, .i-title{
		padding-left: 20px;
		line-height: 36px;
		height: 36px;
		font-size: 12px;
	}
	.i-time {
		margin-left: 20px;
	}
	#investor-cont{
		overflow: hidden;
	}

	.contact-msg {
		height: 100px;
	}

	.contact-msg:before {
		height: 100px;
	}

	.contact-msg p {
		line-height: 22px;
    		font-size: 12px;
    		width: 100%;
    		padding-left: 20px;
    		height: 50px;
    		text-align: left;
	}

	.investor-title {
		margin-bottom: 30px;
    margin-top: 15px;
padding-left: 20px;
	}

	h1 {
		font-size: 25px;
	}

	.left-btn, .right-btn, .data-pick {
		display: none;
	}
}

