@media (min-width:768px){
.main{
	/*height: 931px;*/
	width: 1200px;
	margin:0 auto;
	min-height: 60vh;
}
.main .content{
	position: relative;
	width: 1180px;
	height: 320px;
	background: #FFFFFF;
	border:1px solid #eee;
	margin-top: 40px;
	padding-left: 20px;
	padding-top:30px;
}
.main .content span{
	width: 345px;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 90px;
}
.main .content p{
	display: block;
	width: 540px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	text-indent: 2em;
}
.main .content a{
	display: block;
	width: 132px;
	border: 1px solid #EB6100;
	font-size: 18px;
	font-weight: 400;
	color: #F38A02;
	line-height: 34px;
	text-align: center;
	margin-top: 1em;
}
.main .content img{
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 600px;
	height: 351px;
}

        .yema ul li a{
        display: block;
    }
    .yema ul li{
        float:left;
        width: 34px;
        height: 30px;
        margin-top: 8px !important;
         border:1px solid #eee;
        margin: 0 4px;
        border-radius: 8px;
        text-align: center;
        line-height: 30px;
        background: #fff;
    }
    .yema ul .active{
        width: 34px;
        height:30px;
        text-align: center;
        line-height: 30px;
        margin: 0 8px;
        background: #0064B1 !important;
        color: #fff;
    }
    .yema ul li .disabled{
        width: 30px;
        height:30px;
        background: #999 !importent;
    }
    .yema ul li:first-child span{
        display: block;
        width: 34px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: #999;
        /*border-radius: 4px;*/
    }
    .yema ul li:last-child span{
        display: block;
        width: 34px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: #999;
        border-radius: 4px;
    }
	 .yema ul{
	      /*position: relative !important;*/
       /* bottom:100px;*/
       /* left:40%;*/
       width: 200px;
       margin: 0 auto;
       margin-top: 40px;
    }

}
@media (max-width:768px){
	html,body{ width: 100%; height: 100%; overflow: scroll;}
	html::-webkit-scrollbar, body::-webkit-scrollbar{width:0px;height:0px;}
	body{margin:0;}
.main{
	width: 90%;
	margin:0 auto;
}
.main .content{
	width: 100%;
	background: #FFFFFF;
	border:1px solid #eee;
	margin-bottom:20px ;
}
.main .content span{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 41px;
	margin-top: 20px;
	padding-left: 20px;
}
.main .content p{
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
	text-align-last: left;
	padding:0 20px;
}
.main .content a{
	display: block;
	width: 100px;
	border: 1px solid #EB6100;
	font-size: 18px;
	font-weight: 400;
	color: #F38A02;
	line-height: 34px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 10px;
	margin-left: 20px;
}
.main .content img{
	width: 100%;
	height: 200px;
}
.yema ul{
    position: relative!important;
    /*left: 20%;*/
    /*bottom: 20px;*/

}
.yema ul li{
    float: left;
}
.yema ul li{
        float:left;
        width: 34px;
        height: 30px;
        margin-top: 8px !important;
    }
    .yema ul .active{
        width: 34px;
        height:30px;
        text-align: center;
        line-height: 30px;
        margin: 0 8px;
        background: #0064B1 !important;
        color: #fff;
    }
    .yema ul li .disabled{
        width: 30px;
        height:30px;
        background: #999 !importent;
    }
    .yema ul li:first-child span{
        display: block;
        width: 34px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: #999;
        /*border-radius: 4px;*/
    }
    .yema ul li:last-child span{
        display: block;
        width: 34px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: #999;
        border-radius: 4px;
    }
.footer{
	margin-top: 40px;
	font-size: 12px;
}

}