.p-m1 {
    margin-top: 90px;
}

.p-m1-bg {
    background: #f3f3f7;
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
    top: 170px;
}

.p-m1-bg1 {
    width: 640px;
    margin-left: -50px;
}

.p-m1-title {
    margin: 0px 0 64px;
    font-size: 36px;
}

.p-m1-c {
    width: 900px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 250px;
    height: 910px;
    box-sizing: border-box;
    padding: 40px 50px;
}

.p-m1-c1 {
    font-size: 16px;
    line-height: 2em;
}

.p-m1-c1 p{
    margin-bottom: 2em;
}

.p-m1-c2 {
    margin-top: 80px;
}

.p-m1-img1 {
    margin-top: 80px;
}

.one-list-img {
    width: 190px;
    height: 140px;
    margin: 0 5px;
}

.p-m2 {
    background-image: url(../img/profile-5.jpg);
    background-size: 100% 100%;
    background-position: 50% 80px;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: 80px;
}


.p-m2-title {
    margin: 10px 0 20px;
    font-size: 36px;
    width: 100%;
}

.p-m2-c{
    position: absolute;
    top: 220px;
}

.p-m2-c1 {
    font-size: 32px;
    margin-bottom: 30px;
}

.p-m2-c2 {
    line-height: 3em;
    font-size: 16px;
}

.m3-pre{
    position: absolute;
    left: -80px;
    top: 130px;
}

.m3-next{
    position: absolute;
    right: -80px;
    top: 130px;
}

.p-m3 {
    margin-top: 120px;
    margin-bottom: 100px;
}

.m3-cc {
    width: 100%;
    box-sizing: border-box;
    padding:20px;
}

.m3-div {
    box-sizing: border-box;
    padding:10px;
    height: 240px;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;  
    transition: all 0.5s;
    background:#fff;
    
}

.m3-div:hover 
{
    transform: scale(1.2);
}

.m3-div img {
    height: 100%;
    max-width: 100%;
}


.two {
    position: relative;
    height: 45px;
    margin: 30px 0;
}

.two-r,.two-l{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e3e3e3;
    position: absolute;
}

.two-l:hover,.two-r:hover {
    background: #4e4e4e;
    cursor: pointer;
}

.two-l {
    right: 50%;
    margin-right: 30px;
}

.two-r {
    left: 50%;
    margin-left: 30px;
}

.two-l img {
    position: absolute;
    left: 12px;
    top: 15px;
}

.two-r img {
    position: absolute;
    left: 12px;
    top: 15px;
}

.m4-c {
    width: 100%;
    overflow: hidden;
}

.all {
    width: 2500px;
    margin-left: 0;
}

.one {
    background-image: url(/assets/index/img/xian.png);
    height: 500px;
    width: 530px;
    float: left;
    background-size: auto 100%;
    position: relative;
}

.one .rc {
    position: absolute;
    top: 249px;
    left: 124px;
}

.one-p{
    position: absolute;
    top: 208px;
    left: 98px;
    font-style: italic;
    font-size: 16px;
}

.one img {
    width: 180px;
    position: absolute;
    bottom: 100px;
    left: 40px;
}

.one-i{
    position: absolute;
    bottom: 66px;
    left: 50px;
    font-size: 14px;
    color: #999;
}

.list4 {
    width: 353px;
    height: 500px;
    float: left;
    background-image: url(/assets/index/img/xian.png);
    background-size: auto 100%;
    background-position: -830px 0px;
    position: relative;
}

.list4 .rc {
    position: absolute;
    left: 50px;
    top: 293px;
}

.list5 {
    width: 300px;
    height: 500px;
    float: left;
    background-image: url(/assets/index/img/xian.png);
    background-size: auto 100%;
    background-position: -530px 0px;
    position: relative;
}

.list5 .rc {
    position: absolute;
    bottom: 62px;
    left: 45px;
}

.list5 .l-p{
    position: absolute;
    bottom: 90px;
    left: 10px;
    font-style: italic;
    font-size: 16px;
}

.list5 .l-i{
    position: absolute;
    bottom: 22px;
    font-size: 14px;
    color: #666;
}

.list4 .l-p{
    position: absolute;
    top: 248px;
    left: 22px;
    font-style: italic;
    font-size: 16px;
}

.list4 .l-i{
    position: absolute;
    bottom: 155px;
    font-size: 14px;
    color: #666;
    left: 20px;
}

.rc{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: red;
    box-shadow:0 0 5px red ;
}

.list5 .l-image {
    position: absolute;
    bottom: 122px;
    left: 0px;
    font-style: italic;
    width: 160px;
    height: 110px;
    text-align: center;
}

.list5 .l-image img {
    max-width: 100%;
    height: 100%;
}

.list4 .l-image {
    position: absolute;
    bottom: 37px;
    left: 11px;
    font-style: italic;
    width: 165px;
    height: 110px;
    text-align: center;
}

.list4 .l-image img {
    max-width: 100%;
    height: 100%;
}



