/*commom style*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

p,
div,
span {
    cursor: default;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
    outline: none !important;
}

a:hover {
    color: #1390c7;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

body {
    /* font-family: 微软雅黑; */
    font-family: PingFangSC-Regular;
    margin: 0;
    padding: 0;
    font-size: 15px;
}


/*commom style*/

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}


/* main */

.main {
    border-top: 1px solid #B9B8B7;
    width: 100%;
}


/* p1 */

.part1 {
    width: 100%;
    min-height: 800px;
    background: #F5F5F5 url(shou1.png) no-repeat center top 40px;
}

.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 60px;
}

.title p {
    letter-spacing: 0.58px;
}





/* p2 */

.part2 {
    width: 100%;
    min-height: 665px;
    background: #ffffff url(shou2.png) no-repeat center top 40px;
}


/* p3 */

.part3 {
    width: 100%;
    min-height: 200px;
    background: #F5F5F5 url(sjcj.png) no-repeat center top 40px;
}


.part4 {
    width: 100%;
    min-height: 200px;
    background: #F5F5F5 url(zbjsff.png) no-repeat center top 40px;
}