	.timebg {
    width: 100%;
    background-image: url(/static/images/guide/background2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0 30px 0;
    position: relative;
	}
	.title_background {
    background: url(/static/images/guide/title_background.png) center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    text-align: center;
    width: 380px;
    height: 60px;
    position: absolute;
    left: 33%;
    top: -30px;
    line-height: 60px;
    color: #00ccff;
    font-size: 2em;
	}
	.jiao1 {
    position: absolute;
    top: -3px;
    left: -3px;
}
.contest:hover{
    animation: animatedContent 0.7s linear forwards;
	-moz-animation: animatedContent 0.7s linear forwards;
	-o-animation: animatedContent 0.7s linear forwards;
}
.contest-type img{
width:35%;
height:auto;
}
.jiao2 {
    position: absolute;
    right: -3px;
    top: -3px;
}
.jiao3 {
    position: absolute;
    bottom: -3px;
    right: -3px;
}
.jiao4 {
    position: absolute;
    bottom: -3px;
    left: -3px;
}
.timeline span {
    display: inline-block;
    width: 14%;
    margin: 10px;
}
.teamwards {
    color: #e0fdff;
    font-size: 20px;
    text-align: left;
}
.intro {
    margin-top: 2%;
    margin-left: 10%;
    width: 80%;
    color: #fff;
    overflow: hidden;
}
.bottom_pro-fotter {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    padding: 30px 10px;
}
.main-company {
    background: url(/static/images/guide/zhubandanwei.png) center center no-repeat;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    line-height: 20px;
}