/* banner股票信息开始 */
.fnt_50 {
	font-size: 50px;
}

.site_banner {
	position: relative;
	max-width: 1920px;
}




.rightgp {
	position: absolute;
	right: 12.5%;
	top: 0;
	width: 34.68%;
	height: 100%;
}

.rightgp h2 {
	color: #fff;
}

.rightgp h3 {
	color: #fff;
}

.rightgp h3.red{
	font-weight: bold;
	color: #ff0000;
}
.rightgp h3.green {
	font-weight: bold;
	color: #00be0d;

}
.rightgp h3.green i{
	transform: rotate(180deg);
	display: inline-block;
}
.rightgp time {
	display: block;
	margin-top: 20px;
	color: #fff;
}

.rightgp>div {
	position: absolute;
	top: 25%;
}


.rightgp ul {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	overflow: hidden;
}

.rightgp ul li {
	margin-bottom: 20px;
	width: 33.33%;
	float: left;
}

.rightgp ul li h4 {
	color: #fff;
	opacity: .8;
}
.bread{
    margin-top: 30px;
}

.rightgp ul li p {
	color: #fff;
}

/* 下拉框 */
.address_con {
	height: 45px;
	margin-bottom: 10px;
}

.selectInput {
	width: 235px;
	line-height: 45px;
	height: 100%;
	border: 1px solid #d9dfe7;
	border-radius: 15px;
	padding: 0px 20px;
	position: relative;
	float: right;
	box-sizing: border-box;
}

.selectInput input {
	width: calc(100% - 25px);
	color: #000;
	background: none;
	border: none;
	height: 100%;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.selectInput i {
	left: auto;
	color: #bdbdbd;
	right: 20px;
	transition: all .3s;
	line-height: 45px;
	position: absolute;
}

.selectUl {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	box-sizing: border-box;
	top: 45px;
	width: 100%;
	left: 0px;
	z-index: 9;
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0;
}
.selectUl li{padding: 5px 0;}
.selectUl li a{padding: 0 20px;box-sizing: border-box;}
.selectInput.on i{transform: rotate(180deg);}
/* 下拉框结束 */

.inputw {
	margin-top: 95px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.investorlist ul li {
	box-sizing: border-box;
	background: #e8eaee;
	padding: 60px 0px 40px 60px;
	width: 31.45%;
	float: left;
	margin-right: 2.82%;
	margin-bottom: 2.82%;
}

.investorlist ul li:nth-child(3n) {
	margin-right: 0%;
}

.investorlist ul li h2 {
	padding-right: 40px;
	font-weight: bold;

}

.investorlist ul li div {
	margin-top: 15px;
	width: 100%;
	height: 1px;
	background: #000;
}

.investorlist ul li p {
	padding-right: 40px;

	margin-top: 25px;
	margin-bottom: 30px;
}

@media only screen and (max-width:1699px) {
	.rightgp h2 {
		font-size: 30px;
	}

	.rightgp h3 {
		font-size: 44px;
	}
}

@media only screen and (max-width:1599px) {
	.rightgp h2 {
		font-size: 26px;
	}

	.rightgp h3 {
		font-size: 34px;
	}
}

@media only screen and (max-width:1499px) {
	.rightgp h2 {
		font-size: 22px;
	}

	.rightgp ul li p {
		font-size: 18px;
	}

	.rightgp ul {
		padding-top: 15px;
	}

	.rightgp ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:1399px) {
	.rightgp h2 {
		font-size: 20px;
	}

	.rightgp ul {
		padding-top: 10px;
	}

	.rightgp ul li {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1299px) {
	.rightgp h2 {
		font-size: 18px;
	}

	.rightgp ul li p {
		font-size: 16px;
	}
}
	@media only screen and (max-width: 1199px) {
		.rightgp h2 {
			font-size: 16px;
		}

		.rightgp ul li p {
			font-size: 14px;
		}
	}

	@media only screen and (max-width: 768px) {
		.ldjbanner .site_banner {
			height: auto;
			padding: 20px;
		}

		.site_banner_text {
			position: static;
		}

		.ldjbanner .site_banner .banner_le {
			float: none;
			text-align: left;
		}

		.ldjbanner .wrap {
			max-width: none;
			width: 100%;
			margin-bottom: 10px;
		}

		.ldjbanner .rightgp {
			position: static;
			width: 100%;
		}

		.ldjbanner .rightgp>div {
			position: static;
		}
	}

	/* banner股票信息结束 */
	.navtop{
		margin-top: 40px;
		margin-bottom: 40px;
		position: relative;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.navtop ul {
		/*overflow: hidden;*/
	}
	.navtop ul li{width: auto;}
	.navtop ul li a{
		cursor: pointer;
		float: left;
		padding: 0 30px;
		line-height: 45px;
		border-radius: 25px;
		color: #000000;
		width: auto;
		box-sizing: border-box;
		text-align: center;
	}

	.navtop .lhl_but{}
	.navtop .lhl_but div{background: none;font-size: 30px;}
	.navtop .lhl_but div.swiper-button-prev{left: 0px;}
	.navtop .lhl_but div.swiper-button-next{right: 0px;}
	/*.navtop .swiper-button-prev.swiper-button-disabled,.navtop .swiper-button-next.swiper-button-disabled {*/
			/*cursor: pointer;*/
			/*pointer-events: inherit!important;*/
			/*opacity: 1;*/
		/*}*/
	.navtop .swiper-button-disabled.disabled{opacity: .2!important;}
	.navtop ul li.on a{
		background: #16307e;
		color: #fff!important;
		font-weight: bold;
	}

	.navtop-three{
		margin-top: 80px;
		margin-bottom: 60px;
	}


	.navtop-three ul li a{
		cursor: pointer;
		float: left;
		padding: 0 50px;
		line-height: 45px;
		border-radius: 25px;
		color: #000000;
	}

	.navtop-three ul li.on a{
		background: #16307e;
		color: #fff!important;
		font-weight: bold;
	}

	.listwrap ul{margin-bottom: 2.293%;overflow: hidden;}
	.listwrap ul li {
		margin-right: 2.93%;
		margin-bottom: 2.93%;
		width: 31.38%;
		float: left;
		transition: all .3s;
	}

	.listwrap ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.listwrap ul li img {
		width: 100%;
	}

	.bottmtext {
		padding: 35px 40px;
		background: #e8eaee;
	}

	.ellipsis_p1 {
		display: -webkit-box;
		overflow: hidden;
		line-height: 1.2;
		height: 1.2em;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.ellipsis_p2 {
		display: -webkit-box;
		overflow: hidden;
		line-height: 1.5;
		height: 3em;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.ellipsis_p3 {
		display: -webkit-box;
		overflow: hidden;
		line-height: 1.5;
		height: 4.5em;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.bottmtext h2 {
		font-weight: bold;
		margin-bottom: 20px;
	}

	.bottmtext p {
		margin-bottom: 40px;
	}

	.icon-shuxian::before {
		font-size: 18px;
		display: inline-block;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-moz-transform: rotate(45deg);
		/* Firefox */
		-webkit-transform: rotate(45deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(45deg);
	}
	.bottmtext i::before {
		font-size: 18px;
		display: inline-block;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-moz-transform: rotate(45deg);
		/* Firefox */
		-webkit-transform: rotate(45deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(45deg);
	}
	.bottmtext span {
		font-weight: bold;
		/*display: block;
    line-height: 24px;
    height: 48px;*/
	}

	.listwrap ul li:hover .bottmtext {
		background: #16307e;

	}

	.listwrap ul li:hover a {
		color: #fff !important;
	}

	.title {
		margin-top: 90px;
		margin-bottom: 45px;
		overflow: hidden;
	}

	.title h2 {
		font-weight: bold;
		float: left;
	}

	.title span {
		margin-top: 10px;
		float: right;
	}

	.title span i {
		background: #000;
		width: 57px;
		display: block;
		color: #fff;
		text-align: center;
		border-radius: 25px;
		transition: all .3s;
	}

	.banin {
		position: relative;
		margin: 80px 0;
	}

	.banin img {
		width: 100%;
	}

	.rtext {
		color: #fff;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 50%;
		background: rgba(0, 0, 0, .52);
	}

	.rtext .rtextw {
		box-sizing: border-box;
		width: 100%;
		padding: 10% 8.33%;
		height: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}

	.rtext .rtextw p {
		margin-top: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		height:auto;
		display:inherit;
		padding-bottom:10px;
	}

	.rtext .rtextw h3 {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.rtext .rtextw ul li {
		line-height: 2;
	}
    .zx{
		margin: 6% 0;
		width: 100%;
		background: #e8eaee;
	}
	.leimg{
		width: 50%;
		float: left;
		position: relative;
	}
	.leimg img{
		width: 100%;
	}
	.textpoa{
		box-sizing: border-box;
		padding: 80px 60px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.textpoa h6{
		font-family: "Arial";
		color: rgba(255, 255, 255, 0.22);
		font-style: italic;
		text-transform: uppercase;
		line-height: 1.2;
	}.textpoa h4{
		margin-top: 15px;
	}
	.textpoa p{
		margin: 10px 0 20px;
		text-transform: uppercase;
	}
 .riginp{
	 box-sizing: border-box;
	 padding: 74px 75px 0 85px;
	 width: 50%;
	 float: right;
 }
 .riginp h2{
	 margin-bottom: 30px;
	 font-weight: bold;
 } 
 .riginp input{
	 border: 1px solid #ccced1;
	 background: none;
	 line-height: 60px;
	 width: 100%;
	 box-sizing: border-box;
	 padding: 0 25px;
	 border-radius: 15px;
	 height: 60px;
 }

.riginp input::-webkit-input-placeholder{
	color:#000;
}
.riginp input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#000;
}
.riginp input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#000;
}
.riginp input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#000;
}



 .riginp textarea{
	border: 1px solid #ccced1;
	background: none;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 25px;
	border-radius: 15px;	
	height: 6em;
	line-height: 1.2;
 }
 .riginp button{
	 margin-top: 40px;
	 width: 195px;
	 height: 60px;
	 line-height: 60px;
	 text-align: center;
	 background: #000;
	 color: #fff;
	 border-radius: 15px;
	 border: none;
	 transition: all .3s;
 }
 .inputwrap{
	 margin-bottom: 20px;
 }
 input::-webkit-input-placeholder{
    color:#000;
		font-family: "Adobe Heiti Std";
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000;
	font-family: "Adobe Heiti Std";

}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000;
	font-family: "Adobe Heiti Std";

}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#000;
	font-family: "Adobe Heiti Std";

}
textarea , input{
	font-family: "Adobe Heiti Std";
}
textarea::-webkit-input-placeholder{
    color:#000;
	font-family: "Adobe Heiti Std";

	
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000;
	font-family: "Adobe Heiti Std";

}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000;
	font-family: "Adobe Heiti Std";

}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#000;
	font-family: "Adobe Heiti Std";
}
.yzmw input{
	width: 65%;
}
.yzmw .yzmimg{
	border-radius: 15px;
	overflow: hidden;
	height: 60px;
	float: right;
	width: 31.075%;
}
.yzmw .yzmimg img{
	width: 100%;
	height: 100%;
}

	@media only screen and (max-width:1399px){
		.riginp {
			box-sizing: border-box;
			padding: 40px 75px 0 85px;
			width: 50%;
			float: right;
		}
		.riginp button {
			margin-top: 13px;
			width: 195px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			background: #000;
			color: #fff;
			border-radius: 15px;
			border: none;
		}
		.riginp input {
			line-height: 45px;
		}
	}
	@media only screen and (max-width:768px) {
		.inputw {
			margin-top: 40px;
			margin-bottom: 20px;
		}

		.investorlist ul li {
			box-sizing: border-box;
			background: #e8eaee;
			padding: 30px 0px 30px 20px;
			width: 100%;
			float: left;
			margin-right: 0;
			margin-bottom: 30px;
		}

		.navtop {
			text-align: center;
		}

		.navtop ul {
			/*display: inline-block;*/
		}

		.rtext {
			color: #fff;
			position: static;
			right: 0;
			top: 0;
			height: 100%;
			width: 100%;
			background: rgba(0, 0, 0, 2.52);
		}

		.rtext .rtextw {
			box-sizing: border-box;
			width: 100%;
			padding: 5.33%;
		}

		.rtext .rtextw p {
			padding-bottom: 10px;
		}

		.rtext .rtextw h3 {
			margin-top: 10px;
		}

		.navtop ul li {
			font-size: 16px;
			cursor: pointer;
			float: left;
			padding: 0 15px;
			line-height: 30px;
			border-radius: 25px;
			color: #000000;
			text-align: center;
		}

		.navtop {
			margin-top: 0px;
			margin-bottom: 30px;
		}
		.navtop-three{margin-top: 60px;margin-bottom: 40px;}
		.listwrap ul li {
			margin: 0;
			margin-bottom: 10px;
			width: 100%;
			float: left;
		}

		.bottmtext {
			padding: 20px 15px;
		}
		.zx div{
			width: 100%;
		}
		.zx {
			margin-top: 40px;
			width: 100%;
			background: #e8eaee;
		}
		.textpoa {
			padding: 40px 39px;
		}
		.yzmw .yzmimg {
			border-radius: 10px;
		}
		.riginp input {
			line-height: 33px;
		}
		.riginp {
			padding: 20px;
		}
		.inputwrap {
			margin-bottom: 10px;
		}
		.riginp h2 {
			margin-bottom: 10px;
			font-weight: bold;
		}
	}

@media only screen and (min-width:1025px){
	.listwrap ul li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}
	.title span a:hover i{background: rgba(0,0,0,0.8);}
	.riginp button:hover{background: rgba(0,0,0,0.8);}
}

.navtop-three{position: relative;padding: 0 40px;}

.navtop-three li{width: auto;}
.navtop-three ul li a{box-sizing: border-box;}
.navtop-three .lhl_but div{background: none;font-size: 30px;}
.navtop-three .lhl_but div.swiper-button-prev{left: 0px;}
.navtop-three .lhl_but div.swiper-button-next{right: 0px;}