.pro{
	background-color: #9b806a;
	width: 100%;
	margin-top: 1.3rem;
	padding: 0.3rem 0;
}
.proTop{
	background-image: url(../img/box-top-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0.25rem;
	width: 100%;
}
.proCon{
	background-image: url(../img/box-middle-bg.png);
	background-size: 100%;
	background-repeat: repeat-y; 
	font-size: 0.24rem;
	color: #FFFFFF;
	padding: 0.15rem 0.6rem;
}
.proBot{
	background-image: url(../img/box-bottom-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0.25rem;
	width: 100%;
}
.title{
	margin: 0.5rem auto;
	padding: 0 0.2rem;
	color: #9b806a;
	font-size: 0.36rem;
	text-align: center;
}
.conProT{
	background-image: url(../img/box-top-bg1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0.25rem;
	width: 100%;
}
.conProC{
	background-image: url(../img/box-middle-bg1.png);
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 0.15rem 0.6rem;
	background-color: transparent !important;
	position: relative;
}
.conProC img,.conProC>video{
	width: 90%;
	margin: 0 auto;
	display: block;
	margin-bottom: 0.2rem;
}
.conProC font{
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #5d5b5b;
	font-size: 0.22rem;
	line-height: 0.35rem;
}
.conProC font:last-child{
	text-align: justify;
}
.conProB{
	background-image: url(../img/box-bottom-bg1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0.25rem;
	width: 100%;
}
.conProC ul {
	width: 90%;
	margin: 0 auto;
}
.conProC ul li{
	padding-left: 0.25rem;
	color: #5d5b5b;
	font-size: 0.22rem;
	line-height: 0.35rem;
	position: relative;
	text-align: justify;
	margin-bottom: 0.1rem;
}
.conProC ul li::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    border-left-color: #9b806a;
}
.conProC div{
	width: 90%;
	margin: 0 auto;
}
.conProC div p{
	width: 48%;
	height: 1.8rem;
	overflow: hidden;
	float: left;
	position: relative;
	margin-bottom: 0.2rem;
}
.conProC div p>img{
	width: 100%;
	
}
.conProC div p span{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #FFFFFF;
	font-size: 0.22rem;
	padding-left: 0.05rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}
.conProC div p:nth-child(2n+1){
	margin-right: 4%;
}
/*.video::before{
	content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    margin-top: -0.5rem;
    background-image: url(../img/btn-play1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}*/
