
.leftimg {
	width: 50%;
	float: left;
	height: 320px;
	overflow: hidden;
}

.righttext {
	width: 50%;
	height: 320px;
	float: left;
}
.content{
	padding-top: 62px;
}
.y-line {
	width: 40px;
	height: 4px;
	background: #f9bd35;
	margin-bottom: 36px;
}

.righttext .title {
	margin-bottom: 25px;
}

.righttext .text {
	line-height: 2;
	width: 80%;
	height: 128px;
	overflow-y: auto;
}
.righttext .text::-webkit-scrollbar{
	display: block;
	width: 8px;
}
.righttext .text::-webkit-scrollbar-track     {  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px; 
    background-color:#F7F7F7;    
}
.righttext .text::-webkit-scrollbar-thumb{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
   background-color:#b5b1b1;
} 
.leftimg img {
	width: 94%;
	display: block;
}
.prolistbox{
	line-height: 1.8;
}
.prolist .title-box {
	line-height: 56px;
	height: 56px;
	float: left;
	border-bottom: 2px solid #f9bd35;
	padding-top: 30px;
}

.prolist .textbox {
	border-top: 1px solid #dbdbdb;
	margin-top: -1px;
	min-height: 143px;
}

.prolist .textbox p {
	margin-top: 40px;
	padding-left: 20px;
	line-height: 1.7;
	color: #555;
}

.look{
	    width: 120px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    background: #2a90f5;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 70px auto;
}
/*媒体查询部分*/

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.look{
		    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin: 0.2rem auto;
	}
	.content{
		padding-top: 0.6rem;
	}
	.pcheader {
		display: none;
	}
	.moheader {
		display: block;
	}
	.mofooter{
		display: block;
	}
	.footer{
		display: none;
	}
	.leftimg,.righttext{
		width: auto;
		height: auto;
	}
	.leftimg img{
		width: 100%;
	}
	.righttext{
		padding-top: 0.6rem;
	}
	.righttext .text{
		width: auto;
		height: auto;
	}
	.prolistbox{
		margin-bottom: 0.6rem;
	}
	.prolist{
		padding: 0 5%;
	}
	.prolist .textbox p{
		margin-top: 0.5rem;
		padding-left: 0.2rem;
		padding-bottom: 0.5rem;
	}
	.prolist .textbox{
		height: auto;
	}
	.showbg{
		padding-bottom: 0.5rem;
	}
}