﻿body{
    background-color:#fff;
}
.banner{
    width:100%;
    min-width:1200px;
}
.banner img{
    width:100%;
    display:block;
}
.about_box {
    width: 1200px;
    height: 1450px;
    margin: 0 auto;
    position: relative;
}
.about_box .box {
    width: 544px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    position: absolute;
    opacity:0;
    transition:all 1s;
}
.about_box .box h1 {
    color: #333;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 25px;
}

.about_box img{
    position:absolute;
    opacity:0;
    transition:all 1s;
}

.about_box .img1{
    top:480px;
    left:-100px;
}
.about_box .img2{
    top:840px;
    right:-100px;
}
.about_box .img3{
    top:60px;
    left:-100px;
}
.about_box .box1{
    top:150px;
    right:-100px;
}
.about_box .box2{
    top:540px;
    right:-100px;
}
.about_box .box3{
    top:1035px;
    left:-100px;
}
.honor{
    width:1200px;
    margin:0 auto;
}
.honor h2{
    color:#333;
    font-size:30px;
    line-height:40px;
    font-weight:600;
    margin-bottom:40px;
    text-align:center;
}
.honor img{
    display:block;
    margin:0 auto;
    margin-bottom:50px;
}