* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Î¢ÈíÑÅºÚ";
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.clearfix {
    zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;

}

.banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.banner a {
    display: block;
    line-height: 0;
}

.banner img {
    width: 100%;
}

.mt9 {
    margin-top: 9px;
}

.mt13 {
    margin-top: 13px;
}
.mb27{
    margin-bottom: 27px;
}
.mt30{
    margin-top: 30px;
}
.mt37{
    margin-top: 37px;
}
.mt47 {
    margin-top: 47px;
}
.mt50{
    margin-top: 50px;
}
.mt78 {
    margin-top: 78px;
}
.mt84{
    margin-top: 84px;
}
.middle {
    width: 1200px;
    margin: 93px auto 0;
}

.title {
    position: relative;
    width: 1189px;
    margin-left: 11px;
}

.part {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: -11px;
    left: -14px;
}

.part div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part div span {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-left: 22px;
}

.part a {
    font-size: 28px;
    color: #333333;
}

.part a:hover {
    color: #d80303;
}

.part1 {
    margin-top: 48px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.part2 {
    display: flex;
    align-items: center;
}

.box1 {
    display: flex;
    width: 100%;
    height: 240px;
    justify-content: space-between;
    padding: 0 10px 0 13px;
}

.bg1 {
    background-color: #ffbd7c;
}

.bg2 {
    background-color: rgba(255, 15, 71, 0.3);
}

.bg3 {
    background-color: rgba(1, 94, 234, 0.3);
}
.part3{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.part4 p{
    font-size: 16px;
    color: #333333;
}