
@media (min-width: 1200px) {

}
@media (max-width: 1400px) {

}
body{
    background:linear-gradient(257deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,249,240,1) 100%);
}
.container{
    width: 1200px;
    margin: auto;
}
.header {
    width: 100%;
    position: absolute;
}
.header .top {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    width: 1200px;
}
.header .top .logo {
    flex: 4;
}
.header .top .logo img {
    width: 300px;
}
.header .top .menu {
    display: flex;
    flex: 6;
    text-align: center;
}
.header .top .menu li {
    flex: 1;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 10px 0;
}
.header .top .menu li .lists {
    display: none;
    position: absolute;
    background: #fff;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 10px;
}
.header .top .menu li:hover .lists {
    display: block;
}
.header .top .menu li .lists .items {
    position: relative;
    padding: 10px;
    background: #fff;
    transition: all 0.2s ease;
}
.header .top .menu li .lists .items:hover {
    transform: scale(1.1);
    border-radius: 0.375rem;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    z-index: 2;
}
.header .top .menu li .lists .items a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}
.header .top .menu li .lists .items .list {
    display: none;
    position: absolute;
    padding-left: 5px;
    top: 0;
    left: 100%;
    white-space: nowrap;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    transition: all 1s ease;
}
.header .top .menu li .lists .items:hover .list {
    display: block;
}
.header .top .menu li .lists .items .list .box {
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
}
.header .top .menu li .lists .items .list .box .item {
    background: #fff;
    padding: 5px 0px;
    position: relative;
}
.header .top .menu li .lists .items .list .box .item a {
    color: #333;
    font-weight: 400;
    font-size: 12px;
}
.header .top .menu li .lists .items .list .box .item:hover .childone-list{
    display: block;
}
.header .top .menu li .lists .items .list .box .item .childone-list{
    display: none;
    position: absolute;
    padding-left: 5px;
    top: 0;
    left: 100%;
    white-space: nowrap;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    transition: all 1s ease;
}
.header .top .menu li .lists .items .list .box .item .childone-list .childone-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.header .top .menu li .lists .items .list .box .item .childone-list .childone-box .childone-item {
    background: #fff;
    padding: 5px 0px;
}
.header .top .menu li .lists .items .list .box .item .childone-list .childone-box .childone-item a{
    color: #333;
    font-weight: 400;
    font-size: 12px;
}
.banner {
    z-index: 0;
    min-width: 1440px;
}
.banner img {
    width: 100%;
}
.advantage {
    background: url(/static/images/advantage.png) no-repeat;
    padding: 200px 0;
    min-width: 1440px;
}
.advantage h1 {
    font-size: 30px;
    margin: auto;
    width: fit-content;
    background: linear-gradient(90deg,rgba(255,57,31,1) 0%,rgba(255,77,38,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 100px;
}
.advantage .list {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}
.advantage .list .item {
    text-align: center;
  border: none;
  width: 260px;
  box-sizing:border-box;
  background-image: linear-gradient(#FFF7F1, #FFF7F1),linear-gradient(to bottom right,  rgba(255,167,105,1), rgba(255,129,93,1));
  font-weight: 300;
  padding: 10px;
  border-radius: 15px;
  background-clip: content-box,padding-box;
  transition: filter .5s ease;

}
.advantage .list .item .icon {
margin: 20px;
}
.advantage .list .item .icon img {
height: 80px;
}
.advantage .list .item .title {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 20px 0 20px;
}
.advantage .list .item .desc {
    font-size: 14px;
    margin: 5px 20px 20px 20px;
}
.introduce {
    min-width: 1440px;
}
.introduce .container {
    display: flex;
}
.introduce .container .info {
    flex: 1;
    margin-right: 30px;
}
.introduce .container .info h1 {
    text-align: right;
    font-size: 30px;
    background: linear-gradient(90deg,rgba(255,57,31,1) 0%,rgba(255,77,38,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 30px;
}
.introduce .container .info .desc {

}
.introduce .container .info .desc p {
    color: #333;
    line-height: 20px;
}
.introduce .container .info .more {
    padding: 10px 0;
    margin: 10px 0;
}
.introduce .container .info .more a {
    background: #FF6305;
    padding: 10px 20px;
    font-weight: 700;
}
.introduce .container .images {
    flex: 1;
    overflow: hidden;
}
.introduce .container .images img {
    width: 100%;
}
.product {
    min-width: 1440px;
}
.product .container {
    height: 1200px;
}
.product .container h1 {
    text-align: center;
    font-size: 30px;
    background: linear-gradient(90deg,rgba(255,57,31,1) 0%,rgba(255,77,38,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 30px;
}
.product .container .class {
    display: flex;
    justify-content: center;
    position: relative;
}
.product .container .class .items {
    /*position: relative;*/
}
.product .container .class .items .classfiy {
    position: absolute;
    cursor: pointer;
    color: #803000;
    font-weight: 700;
    font-size: 20px;
    margin: 20px;
    padding: 0 5px;
    z-index: 1;
    /*-webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;*/

}
.product .container .class .items .classfiy .hover {
    display: none;
}
.product .container .class .items:hover .classfiy .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg,rgba(255,57,31,1) 0%,rgba(255,174,157,1) 100%);
    border-radius: 17px;
    z-index: -1;
    width: 100%;
    display: block;
}
/*.product .container .class li.back {
    position: absolute;
    bottom: 18px;
    left: 100%;
    height: 20%;
    background: linear-gradient(90deg,rgba(255,57,31,1) 0%,rgba(255,174,157,1) 100%);
    border-radius: 17px;
    z-index: -1;
}*/
.product .container .list {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    display: none;
    position: absolute;
    left: 0;
    width: 1200px;
    height: 1000px;
    padding-top: 60px;
    margin-top: 40px;
    background: linear-gradient(257deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,249,240,1) 100%);
}
.product .container .class .items:hover .list {
    display: flex;
}

.product .container .list .item {
    width: 245px;
    height: 335px;
    background: #fff;
    margin-bottom: 50px;
    padding: 20px;
    margin-right:20px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.product .container .list .item:nth-child(4n) {
    margin-right: 0px;
}
.product .container .list .item .image {
    width: 245px;
    overflow: hidden;
    height: 245px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product .container .list .item .image img {
    width: 100%;
}
.product .container .list .item:hover {
    -webkit-transform: translateY(-5%) translateZ(0);
    transform: scale(1.02,1.02);
    box-shadow: 0px 8px 30px 0px rgba(42,46,49,0.1);
}
.product .container .list .item .title {
    min-height: 35px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product .container .list .item .more {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
.product .container .list .item .more a {
    background: #FF6305;
    padding: 10px 40px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
}
.message {
    min-width: 1440px;
}
.message .container {
    background: rgba(255,243,233,1);
    border-radius: 57px;
    margin-bottom: 160px;
}
.message .container h1 {
    text-align: center;
    font-size: 30px;
    background: linear-gradient(90deg,rgba(255,57,31,1) 0%,rgba(255,77,38,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 30px;
    padding-top: 70px;
}
.message .container .desc {
    text-align: center;
    color: #AB5B2B;
    font-weight: bold;
    font-size: 20px;
}
.message .container .form {
    padding-bottom: 20px;
}
.message .container .form .box {
    display: flex;
    margin: 20px;
}
.message .container .form .box .name {
    flex: 2;
    text-align: right;
}
.message .container .form .box .input {
    flex: 10;
    margin-left: 10px;
}
.message .container .form .box .input textarea {
    font-size: 16px;
    width: 90%;
    border-radius: 10px;
    border: 1px solid #FFE5D9;
    background: #FFFCFB;
    padding: 10px;
}
.message .container .form .user-name {
    font-size: 16px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FFE5D9;
    background: #FFFCFB;
}
.message .container .form .user-email {
    font-size: 16px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FFE5D9;
    background: #FFFCFB;
}
.message .container .form .user-phone {
    font-size: 16px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FFE5D9;
    background: #FFFCFB;
}
.message .container .form .submit {
    width: 200px;
    text-align: center;
    margin: auto;
    display: block;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #f50;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.footer {
    background: url(/static/images/footer.png) no-repeat;
    background-size: 100%;
    height: 338px;
    min-width: 1440px;
}
.footer .container {
    display: flex;
    padding-top: 120px;
    justify-content: space-between;
}
.footer .container .items {
    color: #fff;
    width: 200px;
}
.footer .container .items img {
    width: 150px;
    margin-right: 20px;
}
.footer .container .items p {
    margin: 0;
}
.footer .container .items h1 {

}
.footer .container .items .list {

}
.footer .container .items .list .item {
    white-space: nowrap;      /* 保持文本在一行内显示 */
    overflow: hidden;         /* 隐藏溢出的内容 */
    text-overflow: ellipsis;  /* 使用省略号表示文本溢出 */
}
.footer .container .items .list .item a {

}