@charset "utf-8";
/* CSS Document*/
.er_nav{width: 100%; height: 97px; line-height: 97px; border-bottom: 1px solid #eeeeee;}
.er_nav li{float: right; font-size: 18px; margin-left: 30px;}
.er_nav li a{color: #999; transition: .5s;}
.er_nav li a:hover{color: #0156b1}
.yuanjing{padding-bottom: 50px;}
.yuanjing .biaoti{font-size: 30px; color: #517947; text-align: center; padding: 45px 0;}
.yj1{width: 100%; height: 340px; background:url(../images/yuanjing1.jpg) no-repeat center;
	background-size: cover; margin-bottom: 25px;}
.yj1 .tit1{font-size: 24px; color: #666; text-align: center; padding-top: 105px;}
.yj1 .con1{font-size: 20px; color: #999; text-align: center; line-height: 38px; padding-top: 15px;
	width: 825px; margin:0 auto;}
.yj2{height: 225px; margin-bottom: 25px;}
.yj2 .img{width: 50%; height: 100%; overflow: hidden;}
.yj2 .img>img{width: 100%;}
.yj2 .nr{width: 50%; height: 100%; background-color: #fafafa;}
.yj2 .nr .tit1{font-size: 24px; color: #666; padding: 74px 20px 0 95px;}
.yj2 .nr .con1{font-size: 20px; color: #999; padding: 15px 20px 0 95px;}


@media screen and (max-width: 1200px){
	.yj1{height: 258px!important;}
	.yj1 .tit1{padding-top: 76px;}
	.yj2{height: 171px;}
	.yj2 .nr .tit1{padding-top: 37px; padding-left: 50px;}
	.yj2 .nr .con1{padding-top: 15px; padding-left: 50px;}
}

@media screen and (max-width: 900px){
	.er_nav{height: 45px; line-height: 45px;}
	.er_nav li{font-size: 16px; margin-left: 15px;}
	.yuanjing{padding-bottom: 20px;}
	.yuanjing .biaoti{font-size: 20px; padding: 20px 0;}
	.yj1{height: 190px!important; margin-bottom: 20px;}
	.yj1 .tit1{font-size: 18px; padding-top: 20px;}
	.yj1 .con1{width: 90%;}
	.yj1 .con1{font-size: 16px; line-height: 25px; padding-top: 10px;}
	.yj2{height: auto; margin-bottom: 20px;}
	.yj2 .img{width: 100%;}
	.yj2 .nr{width: 100%;}
	.yj2 .nr .tit1{font-size: 18px; padding-left: 0; text-align: center;}
	.yj2 .nr .con1{font-size: 16px; padding-left: 0; text-align: center; padding-top: 10px; padding-bottom: 37px;}
}