
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1200px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main{
    background: url(../images/mabg.jpg) no-repeat center top #cbe5f3;
    padding-bottom: 30px;
}

.ma{
    width: 100%;
    min-width: 1200px;
    padding: 50px 0 20px;


}
.mamin {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
    padding-top: 120px;
    background: url(../images/ma.png) no-repeat center top;
}

.ma p {
    text-indent: 2em;
    width: 1130px;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
}

.ma p a {
    color: #000;
}

.mbimg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 800px;
}
.mbimg img{
    width: 1200px;
    height: 800px;
}
.mbimg p{
    position: relative;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    bottom: 50px;
    margin-left: 10px;
    left: 0;
    font-size: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.mbmin {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 25px;
}


.mbmin ul li {
    width: 360px;
    float: left;
    margin-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}

.mbmin ul li img {
    width: 324px;
    height: 236px;
    border: 24px solid #b8cfda;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}


.mbmin ul li h5 {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0b689a;
}

.mbmin ul li h5 a {
    color: #0b689a;
}

#banner {
    height: 850px;
    position: absolute;
    z-index: -1;
    top: 100px;
    left: 0px;
    opacity: 0.7;
}