html{
    font-size:12px;
}
.les .subtitle{
	font-size: 1rem;
	color: #999999;
    margin-bottom: 0.2rem;
}

.les .title{font-size: 3rem;margin-bottom: 0;}
.les .redline{
	background: #fe0000;
    width: 5rem;
    height: 4px;
    display: block;
    margin-bottom: 2rem;
}
.les .content{
	text-indent: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
	letter-spacing: 2px;
}
.les .content em{
	color: #fe0000;
    font-style: normal;
    font-weight: bold;
}
.companylist{
	margin-top: 4rem;
	font-size: 1.5rem;
}
.companylist a{
	display: block;
    margin-bottom: 2rem;
}
.companylist a div{
	border-bottom: 1px solid #ccc;
    overflow: hidden;
	padding-bottom: 1rem;
}
.companylist a div p{
	margin-bottom: 0;
}
.companylist a div i{
	float: right;
    display: block;
    border: 1px solid #ccc;
    width: 4.16rem;
    height: 2rem;
    border-radius: 20px;
	background: url(../img/arrow.png) no-repeat 15px;
    background-size: 40%;
}
.companylist a:hover div i{
	background: url(../img/arrow_red.png) no-repeat 15px;
	background-size: 40%;
}
.companylist a em{
	width: 1.5rem;
    display: block;
    height: 3px;
    background: #fe0000;
    position: relative;
    bottom: 2px;
}

.y1{
	display: block;
    float: none;
    font-size: 2.5rem;
    font-weight: 500;
    color: #fe0000;
}

.y2{
	font-size: 1.4rem;
    font-weight: 300;
}

.rabout-conts .twos .nles {
    width: 55%;
}

.rabout-conts .twos .nris {
    width: 34%;
}

.rabout-conts .twos .newles {
    width: 50%;
}

.rabout-conts .twos .newles .cimg{
    width: 5.33rem;
    float: left;
}

.cbox{
    margin-left: 3rem;
    display: inline-block;
    width: 70%;
}

.cbox .title{
    font-size: 1.6rem;
    line-height: 3rem;
	margin-bottom: 0;
}

.cbox .subtitle{
    color: #666;
    font-size: 1.3rem;
}

.rabout-conts .twos .newris {
    width: 50%;
}

.rabout-conts .twos .newris .cimg{
    width: 5.33rem;
    float: left;
}

.aimg{
	width:32%;
	margin-right:2%
}

.aimg:last-child{
	margin-right:0
}

.hui{
	width: 2px;
    background: #ccc;
    display: block;
    height: 5.33rem;
    margin: 0 2%;
}

@media only screen and (max-width: 850px){
	.cbox {
		margin-left: 2rem;
		width: calc(100% - 8rem);
	}
	.hui{display:none}
	.rabout-conts .twos .mls{display:block}
	.rabout-conts .twos .newris {
		width: 100%;
	}
	.rabout-conts .twos .newles {
		width: 100%;
		    margin-bottom: 0.3rem;
	}
	.rabout-conts .twos .newris .cimg {
		width: 4.33rem;
		float: left;
	}
	.rabout-conts .twos .newles .cimg {
		width: 4.33rem;
		float: left;
	}
	.rabout-conts .twos .nles {
		width: 100%;
	}
	.les .title {
		font-size: 2rem;
	}
	.rabout-conts .twos .nris {
		width: 100%;
	}
	.companylist{
		margin-top:0;
	}
	.companylist a {
		display: inline-block;
		margin-bottom: 2rem;
		margin-right: 0.5rem;
		width: calc((100% - 2rem)/3);
	}
	.companylist a:last-child{
		margin-right:0
	}
	.y1 {
		font-size: 2rem;
	}
	.y2 {
		font-size: 1rem;
		font-weight: 300;
		height:2rem
	}
	.cbox .title {
		font-size: 1.3rem;
	}
	.cbox .subtitle {
		font-size: 1.3rem;
	}
	.aimg {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
}







