.case_con>h2 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.con-top {
    margin-top: 40px;
    height: 65px;
    border-bottom: 1px solid #ececec;
}
.con-top>img{
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.con-top>span{
	display: inline-block;
	line-height: 46px;
	margin-left: 15px;
}
.con-top>div p {
    font-size: 14px;
    color: #939393;
    margin-left: 30px;
    line-height: 45px;
}
.mjpl {
    margin-top: 30px;
    background: #f5f5f5;
    padding: 20px 0;
}
.mjpl>div {
    width: 570px;
    margin: 0 auto;
}
.mjpl>div p {
    width: 25%;
    font-size: 16px;
    color: #939393;
    text-align: center;
}
.mjpl>div p span {
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 5px;
    width: 100%;
}
.wrap-con {
    margin-top: 30px;
}
.wrap-con p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    text-indent: 35px;
}
.wrap-con img {
    display: block;
    max-width: 100%;
    margin: 30px auto;
}
.alfws{
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 0 13px 13px;
}
.alfws>p{
    padding: 20px 0 14px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ff6000;
}
.alfws>img{
    box-sizing: border-box;
    width: 100%;
}
.fwsxx{
    width: 100%;
    margin-top: 12px;
}
.fwsxx .company{
    font-size: 18px;
    line-height: 1;
    color: #333333;
}
.rz{
    margin-top: 10px;
    overflow: hidden;
}
.rz span{
    display: block;
    float: left;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
}
.rz span:nth-child(n+2){
    margin-left: 6px;
}
.ptrz{
    color: #53ade1;
    border: 1px solid #53ade1;
}
.pprz{
    color: #ff6000;
    border: 1px solid #ff6000;
}
.gsrz{
    color: #2bb3b5;
    border: 1px solid #2bb3b5;
}
.alsjs{
    margin-top: 20px;
    overflow: hidden;
    color: #939393;
    font-size: 14px;
    line-height: 1;
}
.alsjs span{
    display: block;
    float: left;
}
.alsjs span:nth-child(2){
    margin-left: 30px;
}
.company-dz{
    font-size: 14px;
    line-height: 1;
    color: #939393;
    background: url(/static/home/images/img/brand/dw1.png) left center no-repeat;
    /*padding-left: 14px;*/
    margin-top: 10px;
}
.fws-btn{
    margin-top: 14px;
    overflow: hidden;
}
.fws-btn a{
    display: block;
    box-sizing: border-box;
    float: left;
    width: 121px;
    height: 36px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.fws-btn a:nth-child(1){
    border: 1px solid #ff6000;
    color: #ff6000;
}
.fws-btn a:nth-child(2){
    margin-left: 10px;
    background-color: #ff6000;
    color: #fff;
}