/*tem03-banner*/
.tem03-banner{position:relative;box-sizing:border-box;overflow:hidden;min-height:700px;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;}
.tem03-banner .banner-mask{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.4);}
.tem03-banner .banner-logo,
.tem03-banner .banner-logo img{width:200px;margin-left:auto;margin-right:auto;margin-bottom:10px;}
.tem03-banner .banner-wrap-box{padding-top:200px;position:relative;z-index:2;}
.tem03-banner .banner-wrap-box h1,
.tem03-banner .banner-wrap-box .h1{color:#fff;display:block;font-size:40px;font-weight:100;margin:0 auto;max-width:600px;text-align:center;max-height:90px;line-height:40px;overflow:hidden;}
.tem03-banner .banner-wrap-box .banner_text{color:#eee;margin:20px auto;text-align:center;max-height:100px;line-height:20px;overflow:hidden;max-width:500px;}
.tem03-banner .banner-wrap-box .btnview{text-align:center;}
.tem03-banner .banner-wrap-box .btnview a{border-radius:0;}
.tem03-banner .banner-arrow-down-box{position:absolute;width:50px;height:50px;bottom:20px;left:50%;-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);text-align:center;overflow:hidden;cursor:pointer;}
.tem03-banner .banner-arrow-down{position:relative;}
.tem03-banner .banner-arrow-down span{position:absolute;animation:banner-arrow-down 3s infinite linear ;top:0;color:#fff;font-size:20px;}
@keyframes banner-arrow-down{
0%{}
80%{top:60px;}
90%{opacity:0.5;}
100%{opacity:1;}
}
@-webkit-keyframes banner-arrow-down{
0%{}
80%{top:60px;}
90%{opacity:0.5;}
100%{opacity:1;}
}
@media (max-width:768px){
.tem03-banner{height:300px;background-attachment:scroll;min-height:auto;}
.tem03-banner .banner-wrap-box{padding:85px;}
.tem03-banner .banner-wrap-box h1,
.tem03-banner .banner-wrap-box .h1{font-size:20px;line-height:22px;max-height:50px;}
.tem03-banner .banner-wrap-box .banner_text{font-size:12px;margin:0 0 10px;max-height:45px;}
.tem03-banner .banner-wrap-box .btnview a{font-size:12px;line-height:1.5;padding:5px 10px;}
}
