﻿/*banner*/
.banner{
    width: 100%;
    height: 300px;
    background: url('../../images/shishi/myber.jpg') no-repeat;
    background-size:100% 100% ;
    overflow: hidden;
}

.banner-title{
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    position: relative;
    top: 90px;
    letter-spacing: 1px;
	float: left;
    left: 7px;
}

.banner-desc{
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    position: relative;
    top: 112px;
    letter-spacing: 1px;
    line-height: 0.6rem;
	left: 7px;
    clear: both;
    float: left;
}

.banner-img{
    display: block;
    width: 87%;
    margin: 0 auto;
    position: relative;
    top: 130px;
}


.content{
    background:#fff;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
}

.content-img{
    width: 50%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 35px;
}

.content-img1{
    width: 100%;
    margin-top: 50px;
}

.content-img2{
    width: 100%;
}