@charset "utf-8";
@media screen and (max-width:600px ) {
.warp{ }

.w1400{ width: auto; }


.Header{ height: auto; border-bottom: 2px solid var(--main-color); background-size: auto 100%; }

.TopText{ padding: 0 10px;}
.TopRelLinks.f_l li:not(#BackTheDates){ display: none; }
.TopRelLinks li.wza,
.TopRelLinks li.wza+li,
.TopRelLinks li.ghb,
.TopRelLinks li.ghb+li{ display: none; }
.TopRelLinks li{ font-size: 12px; height: 30px; line-height: 30px; }
.TopRelLinks li a{ padding: 0 5px; }
.TopRelLinks li a>span{ margin-left: 2px;}
.TopRelLinks li a>img{ max-width: 1.5em; }

.TopMain{ height: auto; padding-bottom: 20px; }
.Logo{ margin-top: 30px; }
.Logo img{ width: 50vw; }

.SearchPart{ width: 85vw; margin: 15px auto 0; display: flex; justify-content: space-between; }
.SerachBox{ width: calc(100% - 50px); height: 40px; }
.TypeDrop{width: 77px;display: none;}
.TypeDrop h1{ font-size: 12px; }
.TypeDrop h1::after{ border-top-width: 6px; border-left-width: 5px; border-right-width: 5px; top: calc(50% - 3px); right: 10px; }
.TypeDrop li{ font-size: 14px; padding: 0 2px;}
.SerachBox input{width: calc(100% - 60px);height: 100%;font-size: 14px;}
.SerachBox a{height: 100%;background-size: auto 60%;width: 60px;}


.MobMeduBtn{ position: relative; display: flex !important; width: 40px; height: 40px; align-items: center; justify-content: center;}
.MobMeduBtn em{ font-size: 38px; color: var(--main-color); }


.NavPart{ position: fixed; left: 100%; top: 0; width: 100vw; height: 100vh; z-index: 19940406; background-color: #fff; border: none; }
.NavPart .MobNavHead{ display: flex !important; padding: 10px; height: 35px; border-bottom: 2px solid var(--main-color); justify-content: space-between; align-items: center; box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.5); position: relative; z-index: 1; }
.NavPart .MobNavHead h1{ font-size: calc(100vw / (414 / 20)); color: #333; font-weight: bold; }
.NavPart .MobNavHead .MobNavClose{ display: flex; align-items: center; justify-content: center; }
.NavPart .MobNavHead .MobNavClose em{ font-size: 35px; color: #333; line-height: 1;}
.NavPart .w1400{ border-radius: 0; height: calc(100% - 57px); overflow-y: auto; background-color:transparent;}
.NavPart .w1400::before, .NavPart .w1400::after{ display:none; }
.NavPart .w1400>ul{ display: block; padding: 20px 15px; height: auto; }
.NavPart li{ display: flex; flex-direction: column; align-items: flex-start; }
.NavPart li::before{ left: 0; bottom: auto; transform: none; width: 4px !important; height: 20px; top: calc(17.5px - 10px); background-color: #c9c9c9; }
.NavPart li + li{ margin:10px 0 0; }
.NavPart li>a{ font-size: calc(100vw / (414 / 17)); line-height: 35px; padding: 0 15px; font-weight: bold; color: #333;}
.NavPart li.on>a,
.NavPart li:hover>a{ color: var(--main-color); }
.NavPart li.on::before,
.NavPart li:hover::before{ background-color: var(--main-color); }
.NavPart .drop{ display: block; position: relative; left: auto; bottom: auto; border: none; height: auto; background-color: transparent; width: auto; transform: none; }
.NavPart .drop dl{ box-shadow: none; padding:0 0 10px; width: calc(100% + 10px);}
.NavPart .drop dd{ width: auto !important; border: 1px solid #ededed; border-radius: 5px; margin-top: 10px; margin-right: 10px; margin-left: 0; background-color: #f8f8f8; }
.NavPart .drop dd + dd + dd{ margin-top: 10px; }
.NavPart .drop dd a{ font-size: calc(100vw / (414 / 14)); padding: 5px 10px; color: #333; }







.YqljPart{ height: auto; }
.YqljPart .w1400{ padding: 0 10px; overflow-x: auto; overflow-y: hidden; }
.YqljPart #YqljUlList{ display: block; overflow: hidden; }
#YqljUlList li.d{ float: left; width: auto; padding: 0 10px; height: 45px;  }
#YqljUlList li.d>font{ padding: 0 15px 0 7px; font-size: calc(100vw / (414 / 12));}
#YqljUlList li.d>font::after{ transform: scale(0.5); transform-origin: right center; }
.YqljDropDown.layui-dropdown{ width: 60vw; }

/* Footer */
.FooterPart{ padding: 20px 10px 0; }
.FooterPart .w1400{ flex-direction: column-reverse; }
.FootCardBox{ display: none; }

.FootDzjg{ flex-direction: row; justify-content: center; }

.FootMain{ width: auto; }
.FooterNavs p{ display: flex; flex-wrap: wrap; justify-content: space-evenly; }
.FooterNavs span{ font-size: calc(100vw / (414 / 16)); white-space: nowrap; margin-top: 5px; }
.FooterNavs span:nth-of-type(6){ margin-left: 0; width: 100%; font-size: 0; display: block;}
.FooterNavs span + span{ margin-left: 0;}

.FooterText p{ padding-top: 5px; text-align: center; }
.FooterText span{ font-size: calc(100vw / (414 / 12)); white-space: nowrap; }
}