﻿@charset "utf-8";
/****** 横幅样式 ******/
.banner{ background:url(/cms/templates/30665991808250000/images/pc-bannerbg.png) no-repeat center bottom;background-size:cover; height:256px; text-align:center;padding-top: 100px;}
.lmmc{ color:#dee4e5; font-size:75px; font-weight:bold;  position:relative;}
.lmmc:after{position:absolute; content:''; width:100%; height:12px; left:0; bottom:-36px;background: rgba(255, 255, 255, 0.52); border-radius:6px;}
.lmmc a:link,.lmmc a:hover,.lmmc a:visited{ color:#dee4e5; font-size:75px; font-weight:bold;  position:relative;}
.sj-banner{ display:none;}


@media screen and (max-width:1000px) {
.banner {height: 186px;padding-top: 74px;}
.lmmc{ font-size:40px;}
.lmmc:after {height: 8px;bottom: -30px;}
}

@media screen and (max-width:500px) {
.banner {height: 156px;}
.lmmc{ font-size:30px;}
.lmmc:after {height: 6px; bottom: -24px;}
}