.main_content{
	width: 1024px;
    margin: 30px auto;
	overflow:hidden;
	color:#5d5d5d;
}
.pro_banner{
	/* width:1126px; */
	margin:0 auto;
	text-align: center;
	position: relative;
	/* background-image: url(/img/new/pro-banner-shadow.png); */
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 125px;
}
.pro_banner >img{
	max-width: 100%;
}
.pro_banner .waylink{
    position: absolute;
    bottom: 0;
    width: 50%;
    margin: 0;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    line-height: 45px;
    right: 0;
}
.pro_banner .waylink .waytitle{
	float:left;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	padding: 5px 15px;
}
.pro_banner .waylink .waytitle img{
	margin-right:10px;
}
.pro_banner .waylink .location{
	float:right;
	padding: 5px 15px;
}
.pro_banner .waylink .location p{
	color:#fff;
	font-size:14px;
}
.pro_banner .waylink .location p a{
	color:#fff;
	font-size:16px;
}
.right_content{
	float:right;
	width: 75%;
}
.sidebar{
	float:left;
	width: 22%;
}
.right_content .sway{
}
.right_content .sway .swaylink{
	border-bottom:2px solid #2e922f;
	font-size:14px;
	color:#817f7f;
	text-align: right;
	padding-bottom: 5px;
}
.right_content .sway .swaylink b{
	font-weight:normal;
	color:#2e922f;
}
.right_content .sway .swaytitle{
	font-size:25px;
	font-weight:bold;
	background: -webkit-linear-gradient(top,#5ab15b 0,#0e610f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin:15px 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 140%;

}
.right_content .sway .swaytitle i{
	background: -webkit-linear-gradient(top,#5ab15b 0,#0e610f 100%);
    -webkit-background-clip: text;
}
.sidebar .title{
	font-size:28px;
	font-weight:bold;
	background: -webkit-linear-gradient(top,#5ab15b 0,#0e610f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Open Sans', sans-serif;
	line-height: 110%;
}
.sidebar .side{
	margin: 20px 0 50px;
}
.sidebar .side p,
.sidebar .side .yicon_text1{
	background: #999999;
    padding: 8px 10px;
}
.sidebar .side p a,
.sidebar .side .yicon_text1{
	color:#fff;
	font-size:14px;
	font-weight: bold;
}
.yicon_text_box{
	border-bottom: 1px solid #d8d8d8;
}
.sidebar .side .yicon_text1{
	overflow:hidden;
}
.sidebar .side .yicon_text1 span{
    float: right;	
	font-size: 22px;
}
.sidebar .side .yicon_text2{
	margin: 10px;	
}
.sidebar .side .yicon_text2 a{
	font-size:12px;
	color:#5f5d5d;
	display:block;
	padding-left: 13px;
}
.sidebar .side .yicon_text2:hover a{
	background-image:url(/img/new/left-list.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
@media screen and (max-width: 1180px) {
	.main_content{
		width: 960px;
	}
	.pro_banner{
		width:100%;
	}
	.pro_banner >img{
		max-width:100%;
		width:100%;
	}
	.pro_banner .waylink{
		width: 95%;
		padding: 0 2.5%;
		margin:0;
	}
}
@media screen and (max-width: 980px) {
	.main_content{
		width: 768px;
	}
	.pro_banner >img{
    height: 295px;
    object-fit: cover;
    object-position: 9% 50%;
}
}
@media screen and (max-width: 780px) {
	.main_content{
		width: 640px;
	}
	.right_content,
	.sidebar{
		width: 100%;
	}
	.sidebar{
		margin:30px 0;
		overflow:hidden;
	}
	.sidebar .side{
		float:left;
		width: 50%;
	}
	.sidebar .contentad{
		float:right;
	}
	.pro_banner .waylink .waytitle{
	    font-size: 22px;
	}
	.pro_banner .waylink .waytitle img{
		height: 30px;
		margin-right: 5px;	
	}
	.pro_banner .waylink{
		line-height: 30px;	
		position: initial;
	}
}
@media screen and (max-width: 680px) {
	.main_content{
	    width: 480px;	
	}
}
@media screen and (max-width: 500px) {
	.main_content{
		width: 350px;
	}
	.sidebar .side{
		width: 100%;
		margin-bottom: 20px;
	}
	.sidebar .contentad{
		width: 100%;
		text-align:center;
	}
	.pro_banner >img{
    height: 210px;
}
}
@media screen and (max-width: 360px) {
	.main_content{
		width: 95%;
	}
}