/* 公共样式 */

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.wp .titlebox {
    padding: 100px 0 45px 0;
}

.wp .titlebox .title {
    font-size: 40px;
    color: #40180c;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}

.swiper-pagination {
    width: fit-content;
    position: absolute;
    left: 20%;
    bottom: 14%;
    font-size: calc(1vw + 3px);
    color: #fff
}

.wp .titlebox .desc {
    font-size: 20px;
    color: #242424;
    text-align: center;
}

@font-face {
    font-family: calist;
    src: url(../font/CALIST.TTF);
}

@font-face {
    font-family: calistb;
    src: url(../font/CALISTB.TTF);
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 26px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #2a160d;
    color: #fff;
}

.empty {
    height: 100px;
    background: #fff;
}

.wp {
    min-width: 1170px;
    max-width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0 calc(1vw + 20px);
}


/* 头部样式 */

header {
    /* height: 100px; */
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .wp {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    max-width: 410px;
    overflow: hidden;
}

header .logobox img {
    /* height: 63px; */
    margin: 10px 0 0 0;
    width: 13.95vw;
    min-width: 168px;
}

header nav {
    /* height: 100px;
    line-height: 100px; */
}

header .navbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header nav .mainnav {
    display: flex;
    justify-content: flex-end;
}

header nav .mainnav .subnav {
    background: #2a160d;
    line-height: 1;
    display: none;
    position: absolute;
    border-radius: 2px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.8s;
}

header nav .mainnav .subnav a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    color: #fff;
}

header nav .mainnav .subnav a:hover {
    color: #fff;
}

header nav .mainnav li {
    flex-grow: 1;
    /* height: 97px; */
    position: relative;
}

header nav .mainnav li:hover .subnav {
    display: block;
    animation: fadeInDown 0.6s;
}

header nav .mainnav li .line {
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    transition: all 0.6s;
    transform: translateX(-50%);
}

header nav .mainnav li:hover .line {
    display: block;
    width: 20px;
    transition: all 0.6s;
}

header nav .mainnav li:hover>a {
    color: #fff;
    font-weight: 700;
}

header nav .mainnav li a {
    font-size: calc(0.6vw + 6px);
    color: #fff;
    padding: 0 20px;
}

header .wp .phonebox {
    position: relative;
    padding: 17px 0 0 50px;
}

header .wp .phonebox::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../images/phoneicon.png)no-repeat center;
    position: absolute;
    left: 0px;
    top: 32px;
}

header .wp .phonebox p {
    font-size: 24px;
    font-weight: bolder;
    color: #2864be;
}

header .searchbox {
    width: 60px;
    height: 60px;
    /* background: rgba(255, 255, 255, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .searchbox input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    height: 38px;
    background: none;
    color: #fff;
    width: 0;
    transition: all 0.4s;
}

header .searchbox .search-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

header .searchbox-active .search-close {
    display: block;
    z-index: 9;
}

header .searchbox-active input {
    width: 150px;
    transition: all 0.4s;
    margin: 0 10px 0 0;
}

header .searchbox input::placeholder {
    color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    background: #333333;
}

.banner .banpic {
    max-width: 100%;
    min-width: 1200px;
}

.banner .txtbox {
    position: absolute;
    top: 30%;
    left: 1vw;
}

.banner .txtbox img {
    display: block;
}

.banner .txtbox1 img:nth-child(1) {
    width: 5.416vw;
    margin: 0 0 20px 0;
    min-width: 80px;
}

.banner .txtbox1 img:nth-child(2) {
    width: 23.59vw;
    min-width: 300px;
    margin: 0 0 20px 0;
}

.banner .txtbox1 img:nth-child(3) {
    width: 30.989vw;
    min-width: 400px;
}

.banner .txtbox2 img:nth-child(1) {
    margin: 0 0 30px 0;
    width: 9.1666vw;
}

.banner .txtbox2 img:nth-child(2) {
    margin: 0 0 30px 0;
    width: 27.96875vw;
}

.banner .txtbox2 img:nth-child(3) {
    margin: 0 0 30px 0;
    width: 29.1145vw;
}

.banner .txtbox2 img:nth-child(5) {
    margin: 0 0 30px 0;
    width: 15.5208vw;
}

.banner .txtbox3 img:nth-child(1) {
    margin: 0 0 30px 0;
    width: 28.177vw;
}

.banner .txtbox3 img:nth-child(2) {
    margin: 0 0 10px 0;
    width: 13.9583vw;
}

.banner .txtbox3 img:nth-child(3) {
    margin: 0 0 30px 0;
    width: 20.2604vw;
}

.banner .txtbox3 img:nth-child(4) {
    margin: 0 0 30px 0;
}

.banner .txtbox3 img:nth-child(5) {
    margin: 0 0 30px 0;
    width: fit-content;
}

.banner .wp {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 calc(1vw + 20px);
}

footer .backtotop {
    right: 5%;
    bottom: 30%;
    cursor: pointer;
    position: fixed;
    z-index: 50;
}

footer {
    background: #111;
    padding: calc(2vw + 20px);
}

footer .wp .wrap {
    display: flex;
    justify-content: space-between;
}

footer .wp .wrap .leftside .hotline {
    font-size: 15px;
    color: #8e8e8e;
    margin: 20px 0 10px 0;
}

footer .wp .wrap .leftside .hotline i {
    font-size: 26px;
    color: #fff;
}

footer .wp .wrap .leftside img {
    display: block;
    margin: 10px 0;
    max-width: 78px;
}

footer .wp .wrap .rightside .btmnav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 50px 0;
}

footer .wp .wrap .rightside .btmnav .item {
    margin-right: 30px;
    position: relative;
}

footer .wp .wrap .rightside .btmnav .item::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -19px;
    top: 13px;
}

footer .wp .wrap .rightside .btmnav .item:last-child::after {
    display: none;
}

footer .wp .wrap .rightside .btmnav .item .title {
    font-size: calc(0.6vw + 6px);
    color: #fff;
    margin: 0 0 10px 0;
}

footer .wp .wrap .rightside .btmnav .item .cate {
    display: block;
    margin: 8px 0;
    color: #a7a7a7;
    font-size: calc(0.5vw + 5px);
}

footer .wp .wrap .rightside .address {
    font-size: 14px;
    color: #8e8e8e;
    margin: 0 0 15px 0;
}

footer .wp .wrap .rightside .info {
    font-size: 14px;
    color: #8e8e8e;
    margin: 35px 0 0 0;
}

footer .wp .wrap .rightside .info a {
    font-size: 14px;
    color: #8e8e8e;
}

.index-pro {
    background: #edeae6;
}

.index-pro .wp .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 3vw 0;
}

.index-pro .wp .list .item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
}

.index-pro .wp .list .item:nth-child(3n) {
    margin: 0 0 10px 0;
}

.index-pro .wp .list .item .picbox {
    overflow: hidden;
    height: 23.43vw;
    background: #fff;
    min-height: 280px;
}

.index-pro .wp .list .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.8s;
}

.index-pro .wp .list .item .picbox:hover img {
    transition: all 0.8s;
    transform: scale(1.08);
}

.index-pro .wp .list .item .txtbox {
    background: #2a160d;
}

.index-pro .wp .list .item .txtbox p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
}

.adv {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 540px;
    padding: 0 0 60px 0;
}

.adv .wp .titlebox .title {
    color: #fff;
}

.adv .wp .titlebox .desc {
    color: #fff;
}

.adv .advlist {
    position: absolute;
    padding: 30px 0;
    width: 100%;
}

.adv .advlist .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #57575a;
    margin: -18px 0 0 0;
    position: relative;
}

.adv .advlist .line #progre {
    position: absolute;
    width: 0;
    background: #e5a242;
    left: 0;
    top: 0;
    z-index: 8;
    height: 1px;
    transition: all 0.4s;
}

.adv .advlist .wp {
    display: flex;
    justify-content: space-between;
}

.adv .advlist .wp .item {
    z-index: 10;
    cursor: pointer;
}

.adv .advlist .wp .item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
}

.adv .advlist .wp .item span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
}

.adv .advlist .wp .item span i {
    display: block;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
}

.adv .advlist .wp .active p {
    color: #e5a242;
}

.adv .advlist .wp .active span {
    border: 1px solid #e5a242;
}

.adv .advlist .wp .active span i {
    background: #e5a242;
}

.adv .wp .swiper {
    margin: 160px 0 0 0;
}

.adv .wp .swiper .swiper-slide .item {
    border: 15px solid #e5a242;
    display: flex;
}

.adv .wp .swiper .swiper-slide .item .leftside {
    width: 43%;
    padding: 5% 0 0 5%;
    background: #f0ede8;
    position: relative;
}

.adv .wp .swiper .swiper-slide .item .leftside .name {
    font-size: 30px;
    color: #40180c;
    font-weight: bold;
}

.adv .wp .swiper .swiper-slide .item .leftside .enname {
    font-size: 13px;
    color: #242424;
}

.adv .wp .swiper .swiper-slide .item .leftside .line {
    display: block;
    height: 1px;
    border-bottom: 1px dashed #666666;
    width: 370px;
    margin: 40px 0;
}

.adv .wp .swiper .swiper-slide .item .leftside .cont {
    font-size: 14px;
    color: #242424;
    width: 370px;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.adv .wp .swiper .swiper-slide .item .leftside .btmname {
    font-size: 16px;
    color: #c5c3bf;
    font-family: calistb;
    margin: 80px 0 0 0;
}

.adv .wp .swiper .swiper-slide .item .leftside .side1 {
    position: absolute;
    width: 30px;
    background: #f0ede8;
    right: -30px;
    top: 0;
    display: block;
    height: 50%;
    z-index: 9;
    border-radius: 0 0 40px;
}

.adv .wp .swiper .swiper-slide .item .leftside .side2 {
    position: absolute;
    width: 30px;
    background: #f0ede8;
    right: -30px;
    bottom: 0;
    display: block;
    height: 50%;
    z-index: 9;
    border-radius: 0 40px 0 0;
}

.adv .wp .swiper .swiper-slide .item .rightside {
    width: 53%;
    overflow: hidden;
    position: relative;
}

.adv .wp .swiper .swiper-slide .item .rightside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.adv .wp .swiper .swiper-slide .item .rightside:hover img {
    transition: all 0.8s;
    transform: scale(1.02);
}

.adv .wp .swiper .swiper-slide .item .corner {
    width: 100px;
    height: 100px;
    border: 15px solid #e5a242;
    background: #000;
    position: absolute;
    bottom: -68px;
    right: -67px;
    transform: rotate(45deg);
    z-index: 9;
}

.funcbar {
    background: url(../images/bg2.jpg) no-repeat center;
    height: 300px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.funcbar img {
    display: block;
    margin: 0 auto;
    /* width: 41.3vw; */
}

.tec {
    background: #edeae6;
}

.brand {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 0 0 50px 0;
}

.brand .titlebox .title {
    color: #fff;
}

.brand .titlebox .desc {
    color: #fff;
}

.brand .wp .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.brand .wp .list .item {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.brand .wp .list .item:nth-child(4n) {
    margin: 0 0 10px 0;
}

.brand .wp .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.brand .wp .list .item:hover img {
    transition: all 0.8s;
    transform: scale(1.08);
}

.custom {
    background: #edeae6;
}

.custom .swiper .item {
    height: 160px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 97%;
}

.custom .swiper .item .picbox {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5%;
}

.custom .swiper .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom .swiper .item .txtbox {
    width: 80%;
}

.custom .swiper .item .txtbox .name {
    width: 80%;
    font-size: 18px;
    color: #242424;
    margin: 0 0 10px 0;
}

.custom .swiper .item .txtbox .cont {
    width: 80%;
    font-size: 14px;
    color: #242424;
}

.custom .swiper .swiper-wrapper {
    padding: 0 0 50px 0;
}

.custom .swiper .swiper-pagination-bullet-active {
    background: #40180c;
}

.indexabout .wrap {
    display: flex;
    min-width: 1200px;
}

.indexabout .wrap .leftside {
    width: 50%;
    overflow: hidden;
}

.indexabout .wrap .leftside img {
    width: 101%;
    height: 100%;
    object-fit: cover;
}

.indexabout .wrap .txtbox {
    width: 47%;
    padding: 0 0 0 3%;
    background: url(../images/picture/about/bg.jpg) no-repeat top right;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    ;
}

.indexabout .wrap .txtbox .name {
    font-size: calc(1.5vw + 16px);
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.indexabout .wrap .txtbox .cont {
    font-size: 16px;
    color: #fff;
    width: 57%;
    text-align: justify;
    line-height: 30px;
}

.indexabout .wrap .txtbox .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin: 80px 0 0 0;
    display: block;
    background: #e5a242;
    text-align: center;
    position: relative;
}

.indexabout .wrap .txtbox .more i {
    display: block;
    width: 15px;
    height: 15px;
    background: #24130b;
    position: absolute;
    right: -8px;
    bottom: -8px;
    transform: rotate(45deg);
}

.indexnews {
    background: #edeae6;
    padding: 0 0 80px 0;
}

.indexnews .wp .wrap {
    background: #fff;
    position: relative;
}

.indexnews .wp .wrap .swiper {
    width: 90%;
    margin: 0 auto;
}

.indexnews .wp .wrap .swiper .swiper-slide .item {
    width: 95%;
    background: #fff;
    padding: 40px 0 0 0;
    display: block;
}

.indexnews .wp .wrap .swiper .swiper-slide .item .picbox {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 190px;
}

.indexnews .wp .wrap .swiper .swiper-slide .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.indexnews .wp .wrap .swiper .swiper-slide .item .picbox:hover img {
    transition: all 0.8s;
    transform: scale(1.08);
}

.indexnews .wp .wrap .swiper .swiper-slide .item .txtbox {
    padding: 15px 5px;
}

.indexnews .wp .wrap .swiper .swiper-slide .item .txtbox .title {
    font-size: 18px;
    color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.indexnews .wp .wrap .swiper .swiper-slide .item .txtbox .desc {
    font-size: 14px;
    color: #242424;
    line-height: 24px;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.indexnews .wp .wrap .swiper .swiper-slide .item .txtbox .date {
    font-size: 14px;
    color: #242424;
}

.indexnews .wp .wrap .swiper .swiper-button-prev {
    visibility: hidden;
}

.indexnews .wp .wrap .swiper .swiper-button-next {
    visibility: hidden;
}

.indexnews .wp .wrap .leftarrow {
    width: 100px;
    height: 40px;
    background: #e5a242;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
    position: absolute;
    z-index: 9;
    left: 1%;
    cursor: pointer;
    user-select: none;
}

.indexnews .wp .wrap .rightarrow {
    width: 100px;
    height: 40px;
    background: #41180c;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
    position: absolute;
    z-index: 9;
    right: 1%;
    cursor: pointer;
    user-select: none;
}

.tips {
    height: 450px;
    background: url(../images/bg4.jpg)no-repeat center;
    background-size: cover;
}

.tips .wp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.tips .wp .title {
    font-size: calc(1.5vw + 12px);
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #fff;
}

.tips .wp .desc {
    font-size: calc(0.5vw + 10px);
    background: #e5a242;
    padding: 5px 20px;
    width: fit-content;
    color: #fff;
    margin: 8px 0 16px 0;
    position: relative;
}

.tips .wp .desc i {
    display: block;
    width: 21px;
    height: 36px;
    background: #25140c;
    position: absolute;
    right: -10px;
    bottom: -15px;
    transform: rotate(45deg);
}

.tips .wp .cont {
    font-size: calc(0.5vw + 6.4px);
    color: #fff;
    line-height: 36px
}

.crumb {
    padding: 30px 0;
    background: #edeae6;
}

.crumb a {
    font-size: 14px;
    color: #000;
}

.crumb span {
    font-size: 14px;
    color: #000;
}

.contact {
    background: #edeae6;
    padding: 0 0 5% 0;
}

.contact .wp .titlebox {
    text-align: center;
}

.titlebox {
    text-align: center;
}

.titlebox .cntitle {
    font-size: 30px;
    color: #2a160d;
    font-weight: bold;
}

.titlebox .entitle {
    font-size: 16px;
    color: #2a160d;
    font-weight: 200;
    text-transform: uppercase;
}

.contact .wp .list {
    display: flex;
    padding: 40px 0;
}

.contact .wp .list .item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    height: 140px;
    padding: 70px 0;
}

.contact .wp .list .item:last-child {
    margin: 0 0 0 0;
}

.contact .wp .list .item .name {
    font-size: 16px;
    color: #2a160d;
    margin: 15px 0;
}

.contact .wp .list .item .desc {
    font-size: 18px;
    color: #2a160d;
    width: 75%;
    text-align: center;
}

#map {
    width: 100%;
    height: 500px;
}

.newscenter {
    background: #edeae6;
}

.newscenter .wp .titlebox {
    padding: 50px 0 30px 0;
}

.newscenter .wp .list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.newscenter .wp .list .item {
    width: calc(100% / 3 - 50px);
    padding: 20px;
    margin: 0 10px 20px 0;
    background: #fff;
}

.newscenter .wp .list .item:last-child {
    margin: 0 0 20px 0;
}

.newscenter .wp .list .item .imgbox {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.newscenter .wp .list .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.newscenter .wp .list .item .imgbox:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.newscenter .wp .list .item .tbox {
    padding: 10px 0;
}

.newscenter .wp .list .item .tbox .title {
    font-size: 18px;
    color: #242424;
}

.newscenter .wp .list .item .tbox .cont {
    font-size: 14px;
    color: #242424;
    margin: 10px 0;
}

.newscenter .wp .list .item .tbox .date {
    font-size: 14px;
    color: #242424;
}

.newsdetail-show {
    padding: 50px 0;
    background: #edeae6;
}

.newsdetail-show .container .detailtitle {
    font-size: 29px;
    color: #333;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.newsdetail-show .container .desc {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

.newsdetail-show .container .desc .time {
    font-size: 16px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: left;
    margin: 20px 30px 20px 0;
}

.newsdetail-show .container .desc .read {
    font-size: 16px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: left;
    ;
}

.newsdetail-show .container .detailcontent {
    padding: 0 30px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.newsdetail-show .container .detailcontent img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.newsdetail-show .container .detailcontent p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    text-indent: 32px;
    margin: 30px 0;
}

.container .prevnext {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #cdcdcd;
    padding: 10px 0 0 0;
}

.container .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .prevnext .next {
    text-align: right;
}


/* 产品详情 */

.prodetail {
    background: #edeae6;
}

.prodetail .wp .wrapper {
    display: flex;
    padding: 50px 0;
    width: 100%;
}

.prodetail .wp .wrapper .showpic {
    width: 35.375%;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    background: #fff;
}

.prodetail .wp .wrapper .showpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prodetail .wp .wrapper .pro-info {
    width: 50%;
    padding: 0 0 0 5.1875%;
}

.prodetail .wp .wrapper .pro-info .name {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.prodetail .wp .wrapper .pro-info .cont {
    font-size: 16px;
    margin: 16px 0;
    color: #666;
}

.prodetail .wp .wrapper .pro-info img {
    max-width: 100%;
}


/* 详情内容 */

.pro-content {
    background-color: #edeae6;
}

.pro-content .wp .title {
    height: 55px;
    /* border-top: 1px solid #f5f5f5; */
    border-bottom: 1px solid #d9d4d0;
    line-height: 55px;
}

.pro-content .wp .title p {
    font-size: 20px;
    color: #222;
    height: 52px;
    border-bottom: 5px solid #2a160d;
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

.pro-content .wp .content {
    width: 96%;
    padding: 2% 1%;
}

.pro-content .wp .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.pro-content .wp .content img {
    max-width: 100%!important;
    margin: 10px auto!important;
    display: block;
}

.attention {
    background: #edeae6;
    padding: 0 0 80px 0;
}

.attention .wp .wrapper {
    display: flex;
    margin: 0 0 50px 0;
}

.attention .wp .wrapper .imgbox {
    width: 64.6%;
    overflow: hidden;
}

.attention .wp .wrapper .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2.2s;
}

.attention .wp .wrapper .imgbox:hover img {
    transition: all 2.2s;
    transform: scale(1.08);
}

.attention .wp .wrapper .imgbox2 {
    width: 45.4%;
}

.attention .wp .wrapper .tbox {
    width: 45.4%;
    background: #fff;
    width: 54.6%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.attention .wp .wrapper .tbox .title {
    font-size: 26px;
    color: #2a160d;
    width: 80%;
    margin: 0 auto 14px;
}

.attention .wp .wrapper .tbox .desc {
    font-size: 15px;
    color: #2a160d;
    width: 84%;
    margin: 0 auto 8px;
}

.attention .wp .wrapper .tbox2 {
    width: 54.6%;
}

.aboutus {
    background: #edeae6;
}

.aboutus .wp .wrap {
    display: flex;
    padding: 30px 0 90px 0;
}

.aboutus .wp .wrap .imgbox {
    width: 50%;
    overflow: hidden;
}

.aboutus .wp .wrap .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.aboutus .wp .wrap .imgbox:hover img {
    transition: all 0.8s;
    transform: scale(1.08);
}

.aboutus .wp .wrap .tbox {
    width: 45%;
    padding: 3% 2% 0 3%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.aboutus .wp .wrap .tbox .title {
    font-size: 30px;
    color: #2a160d;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.aboutus .wp .wrap .tbox .desc {
    font-size: 20px;
    color: #2a160d;
    margin: 0 0 20px 0;
}

.aboutus .wp .wrap .tbox .cont {
    font-size: 16px;
    color: #2a160d;
    line-height: 26px;
    text-align: justify;
}

.purpose {
    background: url(../images/picture/about/bg2.jpg) no-repeat center;
    background-size: cover;
}

.purpose .wp .titlebox .cntitle {
    color: #fff;
}

.purpose .wp .titlebox .entitle {
    color: #fff;
}

.purpose .wp .list {
    display: flex;
    padding: 60px 0;
}

.purpose .wp .list .item {
    width: calc(100% / 4 - 20px);
    margin: 0 20px 0 0;
}

.purpose .wp .list .item:nth-child(odd) {
    margin: -50px 20px 0 0;
}

.purpose .wp .list .item .imgbox {
    height: 15.78vw;
    min-height: 240px;
    overflow: hidden;
}

.purpose .wp .list .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.8s;
}

.purpose .wp .list .item .imgbox:hover img {
    transition: all 1.8s;
    transform: scale(1.08);
}

.purpose .wp .list .item .tbox {
    background: #fff;
    padding: 15px 0;
}

.purpose .wp .list .item .tbox .title {
    font-size: 16px;
    color: #2a160d;
    max-width: 90%;
    margin: 0 auto;
}

.mission {
    background: #edeae6;
}

.mission .wp .titlebox {
    padding: 50px 0;
}

.mission .wp .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
}

.mission .wp .list .item {
    width: calc(100% / 2 - 30px);
    margin: 0 10px 10px 0;
    padding: 20px 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.mission .wp .list .item:nth-child(2n) {
    margin: 0 0 10px 0;
}

.mission .wp .list .item img {
    margin: 0 0 0 5%;
}

.mission .wp .list .item .name {
    font-size: 16px;
    color: #2a160d;
    margin: 15px 0 0 5%;
}

.mission .wp .list .item .num {
    font-size: 32px;
    color: #ddd;
    position: absolute;
    right: 5%;
    bottom: 5%;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1440px) {
    .indexabout .wrap .txtbox .more {
        margin: 30px 0 0 0;
    }
    .indexabout .wrap .txtbox .cont {
        width: 74%;
    }
}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1280px) {
    .banner .wp {
        max-width: 100%;
        left: 0;
        transform: translateX(0);
    }
}