@charset "utf-8";

/* css 重置 */
html,
body {
    width: 100%;
    min-width: 1280px;
    background: #FFFFFF;
    overflow-x: hidden;
}

body,
div,
ul,
li,
dl,
dt,
dd,
h2,
p {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    border: none;
    object-fit: cover;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
/* a:hover{
    text-decoration: underline;
} */
.headerDiv {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.welcome{
    float:left;
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    height:100px;
    line-height:100px;
    margin: 0 0 0 35px;
}
.main_center {
    margin: 0 auto;
    width: 1280px;
}

.menuCenter {
    height: 94px;
}

.headerMenuDiv {
    width: 100%;
    height: 60px;
    background:#E41D1D;
}
.headerMenuDiv .headDiv{
    display:flex;
}
.menuA {
    height: 60px;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    di'speak: dis';
    flex: auto;
    text-align: center;
}

.menuA:hover {
    color: #F6C623;
}

.logoImg {
    width: 285px;
    height: 73px;
    margin: 10px 0px 11px 0;
    float: left;
}

.logoImg img {
    width: 100%;
    height: 100%;
}

.week {
    float: left;
    font-size: 24px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: 700;
    color: #3D3D3D;
    margin: 22px 0 0 900px;
}

.date {
    float: left;
    font-size: 18px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: 700;
    color: #3D3D3D;
    margin: 5px 0 0 900px;
}

.serInput {
    width: 338px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    opacity: 1;
    border-radius: 60px;
    float: right;
    margin: 20px 0 0 0;
}

.ser {
    width: 300px;
    color:#999999;
    outline: none;
    border: 0;
    height: 40px;
    z-index: 111;
    border-radius: 18px;
    float: left;
    background: transparent;
    text-indent: 20px;
    font-size:16px;
    line-height: 40px;
}

.serBtn {
    width: 36px;
    height: 36px;
    float: right;
    background: url("../imgs/ser.png") center center/19px 19px no-repeat;
}

::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.footerDiv {
    width: 100%;
    height: 317px;
    margin: 58px 0 0 0;
    background:#F6F6F6;
    border-top: 1px solid #e5e5e5;
}

.footerTop {
    height: 18px;
}

.linkDiv {
    padding: 55px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.linkName {
    height: 20px;
    line-height: 17px;
    color: #fff;
    opacity: 1;
    float: left;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular;
    font-weight: 400;
    width: 100%;
    padding: 2px 10px
}

.footerLink {
    height: 18px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    padding: 2px 10px
}

.footerLeft {
    float: left;
    width: 100%;
}

.footerP {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    margin: 15px 0 0px 0;
    text-align: center;
}
.footerPImg{
    float: left;
    width: 100%;
    margin: 20px 0 0px 0;
    text-align: center;
}
.footerPImg img{
   margin: 0 8px;
}
.footerSpan {
    margin: 0 16px 0 0;
}

.footerP img {
    margin: 16px 60px 0 0;
}

.footerRight {
    float: right;
    padding: 64px 0 0 0;
    width: 360px;
}

.footerRight img {
    width: 360px;
    height: 90px;
    margin: 0 0 20px 0;
    float: left;
}

.line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.menuA1 {
    padding-right: 55px;
    line-height: 70px;
    float: left;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 1;
}

img {
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img:hover {
   transform: scale(1.03);
   transition-timing-function: ease-out;
   transition-duration: 500ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    overflow: hidden;
}

.loadMore {
    width: 210px;
    height: 36px;
    background: #F4F4F4;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 36px;
    text-align: center;
    margin: 20px 400px;
    display: none;
}
.mg20{
    margin: 20px auto;
}
.headerMenuDiv1 {
    width: 100%;
    height: 45px;
    background: #E41D1D;
}

.menuA1 {
    float: left;
    height: 45px;
    font-size: 14px;
    
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    padding: 0 12px;
}

.catalogMenu {
    margin: 0px auto 0px auto;
    height: 71px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 71px;
    color: #808080;
    opacity: 1;
}