﻿@charset "utf-8";
/* CSS Document */

.banner{ background:url(/cms/templates/30658556798290009/images/pc-banner.png) no-repeat center bottom;background-size:cover; height:320px; text-align:center;}
.lmmc{ color:#fff; font-size:48px; font-weight:bold;letter-spacing:3px; /* padding-top:20px; background:url(/cms/templates/30658556798290009/images/lmmc_bg.png) no-repeat center bottom; background-size: 100% 100%;  width: 530px; height: 287px;  */ width: 100%; margin: 0 auto; display: flex;
 justify-content: center; align-items: center; padding-top: 115px; text-shadow: -2px 0 30px #045FB3, 0 2px 30px #045FB3, 2px 0 30px #045FB3, 0 -2px 30px #045FB3; -webkit-text-stroke-width: 1px; #045FB3; letter-spacing: 5px; }

/* =================@media================== */

@media screen and (max-width:1000px) {
.banner{ background:url(/cms/templates/30658556798290009/images/sj-banner.png) no-repeat center bottom; height:auto; background-size: cover;}
.lmmc{ padding:12.5% 0;}

}

@media screen and (max-width:540px) {
.lmmc { padding-top: 36px; width: 100%; height: 20vw; line-height: 20vw; margin: 0 auto; }

}

@media screen and (max-width:500px) {
.lmmc{ font-size:30px; font-weight:500; }

}

