/* tem27-about */
.tem27-about{padding:100px 20px;background-size:cover;background-position:center;}
.tem27-about .text{color:#FFF;font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
.tem27-about .text .title{font-size:26px;}
.tem27-about .text .subtitle{padding-bottom:70px;font-size:16px;}
.tem27-about .text .description{font-size:13px;line-height:24px;}
.tem27-about a.more{display:block;padding:40px 0 50px;}
.tem27-about a.more img{transition:all 3s cubic-bezier(.165,.84,.44,1);}
.tem27-about .image{width:100%;border:1px solid rgba(255,255,255,.4);background-color:rgba(255,255,255,.1);padding:15px;}
.tem27-about .image a{width:100%;display:block;background-color:#FFF;box-shadow:10px 20px 50px rgba(0,0,0,.1);}
.tem27-about .image img{max-width:100%;display:block;margin:auto;}
@media(min-width:768px){
.tem27-about{background-attachment:fixed;}
.tem27-about a.more:hover img{transform:translateX(100%) rotateX(360deg);}
}
@media(max-width:991px){
.tem27-about .text .subtitle{padding-bottom:50px;}
}
@media(max-width:768px){
.tem27-about .container,
.tem27-about.full-screen-spacing .container{padding-left: 3%!important;padding-right: 3%!important}
.tem27-about{padding:10% 0!important;}
.tem27-about .text .subtitle{padding-bottom:5%;}
.tem27-about a.more{padding:4% 0;}
}
@media(max-width:640px){
.tem27-about a.more{display:block;}
}
