.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper{
	min-width: 1400px;
	overflow: hidden;
}
.wonder_banner{
    width: 100%;
}
.wonder_banner img{
	width: 100%;
	position: relative;
}
.wonder_act{
    position: relative;
    right: 10%;
}
.wonder_banner h3{
    position: absolute;
    right: 10%;
    bottom: 320px;
    font-size: 74px;
    letter-spacing: 14px;
    color: #fff;
    animation:fadeInL 1.5s ;
}

.wonder_banner h5{
    position: absolute;
    right: 10%;
    bottom: 250px;
    font-size: 37px;
    color: #fff;
    animation:fadeInR 1.5s ;
}
/*future_plan*/
.future_plan{
    width: 1200px;
    margin: 100px auto 0;
    text-align: center;
}
.future_plan h5{
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 60px;
}
.future_plan p{
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    letter-spacing: -0.1px;
}
.future_plan img{
    margin: 100px 0;
}
/*con*/
.w_top{
    width: 100%;
    border-bottom: 1px solid #c7c2c2;
}
.w_tab,.w_con{
    width: 1110px;
    margin: 0 auto;
}
.w_tab a{
    display: block;
    font-size: 30px;
    margin-right: 330px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.w_tab a.active{
    border-bottom: 4px solid #dd1d16;
}
.w_tab .mn{
    margin: 0;
}
.w_con{
    display: none;
    padding-bottom: 100px;
}
.w_con.active{
    display: block;
}
.w_con > a{
    display: block;
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.w_con > img{
    width: 100%;
}
.w_con a h5{
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 64px;
}
.w_con a em{
    font-size: 22px;
    color: #504f4f;
    margin-top: 10px;
    display: block;
}
.w_con a p{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: -0.1px;
    margin-top: 30px;
    padding: 0 70px;
}
.w_t{
    margin-top: 100px;
}
.w_b{
    margin-top: 20px;
}
.w_t a,.w_b a{
    position: relative;
    overflow: hidden;
}
.w_t a span,.w_b a span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    letter-spacing: 12px;
}
.w_t,.w_b{
    width: 1170px;
    height: 361px;
    margin-left: -35px;
}
.w_t img,.w_b img{
    height: 100%;
    vertical-align: middle;
}
