:root{
    --theme-default-bg-color: #ea5b020a;
    --box-content: 1000px;
    --theme-color: #ea5b02;
    --theme-text-h-color: #ea5b02;
    --default-text-color: #999;
}
.object-fit-cover{
    object-fit: cover !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.margin-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.text-align-center{
    text-align: center !important;
}
.margin-bottom-0{
    margin-bottom: 0 !important;
}
body{
    background: var(--theme-default-bg-color);
}
a{
    text-decoration: none;
    color: var(--default-text-color);
}
dl, ol, ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
li{
    list-style: none;
}
.top{
    height: 33px;
}
header{
    top: 0;
    background: var(--bs-white);
    box-shadow: 0 0px 5px rgba(0,0,0,.3);
    z-index: 999;
    padding: 10.5px 0;
}
.nav{
    width: 95%;
}
.logo{
    width: 195px;
    height: 57px;
}
.HeadSearchBox{
    width: 40%;
}
.HeadSearchBox form{
    box-shadow: 0 0px 5px rgba(0,0,0,.3);
}
.dropdown button{
    border-radius: 0;
    font-size: 13px;
    border: 0;
    color: var(--bs-white);
    background-color: var(--theme-color);
}
.dropdown button:hover,.dropdown button:active{
    background-color: var(--theme-color) !important;
}
.dropdown-menu.show{
    border-radius: 2px;
}
.dropdown-menu li option:active{
    color: #333;
    background-color: var(--bs-tertiary-bg);
}
.Searchinput{
    width: 100%;
}
.Searchinput input{
    font-size: 13px;
    border-radius: .2rem 0 0 .2rem;
    border: 2px solid var(--theme-color);
}
.Searchinput input:focus{
    outline: none;
}
.searchsubmit button{
    color: var(--bs-white);
    border-radius: 0 .2rem .2rem 0;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.dropdown ul{
    font-size: 14px;
}
.menu{
    width: 40%;
}
.menu > ul{
    width: 70%;
}
.menu>ul>li{
    z-index: 1;
}
.menu ul li:hover .haschild{
    display: block;
}
.menu ul li a{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    white-space:nowrap;
}
.haschild{
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    padding-top: 54px;
    z-index: -1;
    display: none;
}
.haschild ul {
    background: var(--bs-white);
    box-shadow: 0 0px 5px rgba(0,0,0,.3);
}
.haschild ul li:hover{
    border-bottom: 1px solid #333;
    background: var(--bs-gray-100);
}
.haschild ul li{
    border-bottom: 1px solid #fff;
}
.footer-menu{
    background: #efefef;
}
.footer-menu-link{
    width: 1000px;
}
.footer-menu-link dl{
    float: left;
    line-height: 24px;
    width: 20%;
    position: relative;
}
.footer-menu-link dl dt{
    padding: 36px 0 0 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    color: #353535;
}
.footer-menu-link dl dt a{
    color: #353535;
}
.footer-menu-link dl dd a{
    color: var(--default-text-color);
    font-size: 13px;
}
.footer-menu-link dl dt a:hover,
.footer-menu-link dl dd a:hover{
    text-decoration: underline;
}
.footer-menu-link dl:after {
    content: " ";
    display: block;
    width: 1px;
    height: 235px;
    background: #e5e6e8;
    position: absolute;
    left: -30px;
    top: 36px;
}
.footer-info{
    background: #333;
}
.f-link{
    width: var(--box-content);
}
.f-link ul li,.f-link ul li a{
    font-size: 12px;
    color: var(--bs-white);
}
.f-link ul li a:hover{
    text-decoration: underline;
    color: #999;
}
.footer-logo{
    width: 422px;
    height: 58px;
}
.footer-info>p{
    font-size: 12px;
    color: var(--bs-white);
}
.siderHelp{
    top: 50%;
    margin-top: -70px;
    width: 216px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    right: -176px;
    font-size: 14px;
}
.siderHelp:hover{
    right: -5px;
}
.siderHelp .hd {
    background: url(../img/siderHelp.jpg) 0 0 no-repeat;
    width: 40px;
    height: 129px;
    float: left;
}
.siderHelp .bd {
    text-align: left;
    width: 176px;
    overflow: hidden;
    float: left;
    background: #fff url(../img/bg_icon.jpg) 0 12px no-repeat;
}
.siderHelp .bd ul {
    padding: 18px 6px 0 6px;
}
.siderHelp .bd ul li {
    margin-bottom: 3px;
    color: #333;
    padding-left: 35px;
}
.siderHelp .bd ul li a {
    color: #333;
}
.siderHelp .bd ul .gotop {
    font-size: 9px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.list-banner{
    min-height: 350px;
    height: 350px;
}
.Item{
    width: var(--box-content);
}
.crumb {
    color: var(--default-text-color);
    margin-top: 15px;
    line-height: 20px;
    padding-left: 20px;
    font-size: 12px;
    background: url(../img/home.gif) no-repeat 0 center;
}
.crumb a {
    color: var(--default-text-color);
}
.crumb a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}
.crumb a:nth-child(4) {
    color: var(--theme-color);
}