* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.hide {
    display: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin: 0 auto;
    padding-bottom: 30px;
    background: url("../images/mainTop.jpg") no-repeat top center #f4fbfd;
}

.main .container {
    max-width: 1200px;
    margin: 0 auto;
}

.main .mainTop {
    height: 360px;
}

.main .mainTop .logo {
    padding-top: 62px;
}

.main .mainTop .zzzq {
    padding-top: 62px;
}

.main .conBox {
    padding: 24px;
    background: #ffffff;
    margin-bottom: 60px;
}

.main .conBox ul.icon {
    margin-left: -2.5%;
}

.main .conBox ul.icon li {
    float: left;
    height: 230px;
    width: 22.4%;
    margin-top: 32px;
    margin-left: 2.5%;
    border-radius: 12px;
    background: #f3f3f3;
    overflow: hidden;
}

.main .conBox ul.icon li:hover {
    transform: scale(1.1);
    transition: ease-out 0s;
    -moz-transition: ease-out 0s;
    -webkit-transition: ease-out 0s;
    -o-transition: ease-out 0s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.main .conBox ul.icon li a {
    display: block;
    width: 100%;
    height: 100%;
}

.main .conBox ul.icon li p {
    font-size: 30px;
    font-weight: bold;
}

.main .fwzq ul.icon li {
    text-align: center;
    color: #ffffff;
}

.main .fwzq ul.icon li.icon1 {
    background: #187eca;
}

.main .fwzq ul.icon li.icon2 {
    background: #00bbaa;
}

.main .fwzq ul.icon li.icon3 {
    background: #ff8400;
}

.main .fwzq ul.icon li.icon4 {
    background: #9d8ed7;
}

.main .fwzq ul.icon li.icon5 {
    background: #c83c31;
}

.main .fwzq ul.icon li.icon6 {
    background: #ffb800;
}

.main .fwzq ul.icon li.icon7 {
    background: #319ff1;
}

.main .fwzq ul.icon li.icon8 {
    background: #009688;
}

.main .fwzq ul.icon li a:hover{
    text-decoration: none;
}

.main .fwzq ul.icon li a span {
    display: block;
    height: 92px;
    padding-top: 37px;
    box-sizing: initial;
    margin-bottom: 30px;
}

.main .bsfw {
    margin-bottom: 50px;
}

.main .bsfw h3 {
    font-size: 50px;
    margin: 10px auto 30px;
    color: #246eb0;
    text-align: center;
    font-weight: bold;
}

.main .bsfw .section {
    width: 67%;
    height: 320px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.main .bsfw .section:hover {
    transform: scale(1.05);
    transition: ease-out 0s;
    -moz-transition: ease-out 0s;
    -webkit-transition: ease-out 0s;
    -o-transition: ease-out 0s;
    color: #246eb0;
}
.main .bsfw .section a {
    display: block;
    box-sizing: border-box;
    padding: 20px 30px 0;
    width: 100%;
    height: 100%;
}

.main .bsfw .section a:hover{
    text-decoration: none;
}

.main .bsfw .section h4 {
    font-size: 40px;
    margin: 30px 0;
    font-weight: bold;
}

.main .bsfw .section p {
    font-size: 26px;
    width: 63%;
    line-height: 48px;
}

.main .bsfw .section img {
    position: absolute;
    right: 20px;
    bottom: -20px;
}

.main .bsfw .ewm {
    width: 30%;
    height: 320px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.main .bsfw .ewm p {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-top: 10px;
}