@charset "utf-8";
body{
    overflow-x: hidden;
}
header{
    height: 70px;
    background: #fff;
}
.logo{
    height: 60px;
    margin-top: 5px;
}
.head_tit{
    margin-top: 17.5px;
}
.banana img{
    display: block;
    margin: 0 auto;
}
.template{
    margin-bottom: 165px;
}
.template_hd{
    font-size: 36px;
    color: #3C3C3C;
    margin: 50px 0 30px 0;
}
.template_item{
    width: 50%;
}
.template_box{
    display: block;
    margin: 20px;
    cursor: pointer;
}
.template_box img{
    width: 100%;
    height: 100%;
    transition: all .3s;
    -moz-transition: all .3s;	/* Firefox 4 */
    -webkit-transition: all .3s;	/* Safari 和 Chrome */
    -o-transition: all .3s;	/* Opera */
}
.template_box img:hover{
    transform:scale(1.05);
    -ms-transform:scale(1.05); 	/* IE 9 */
    -moz-transform:scale(1.05); 	/* Firefox */
    -webkit-transform:scale(1.05); /* Safari 和 Chrome */
    -o-transform:scale(1.05); 	/* Opera */
}
footer{
    background: #2C2C2C;
    color: #5d5d5d;
    line-height: 26px;
    padding: 50px 0 0 0;
}
footer a{
    color: #5d5d5d;
    margin-right: 5px;
}
footer a:hover{
    color: rgba(255, 255, 255, .5);
}
footer p{
    clear: both;
}
.footer-splitLine{
    border-top: solid #343434 1px;
    border-bottom: solid #202020 1px;
    margin: 10px 0 30px 0;
}