/* swiper */
.swiper {
    width: 100%;
    height: 700px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--white);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-pagination {
    bottom: 20px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 6px;
}

/* 行业应用 application */
.application {
    margin: 40px auto;
    padding-bottom: 20px;
}

.apptab {
    width: 100%;
    height: 500px;
    margin-top: 30px;
}

.apptab ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.apptab ul li {
    flex: 1;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.apptab ul li:last-child {
    margin-right: 0;
}

.apptab ul li.active {
    flex: 2;
}

.apptab ul li::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.apptab ul li.active::after {
    background-color: rgba(0, 109,182, .5);
}

.appli .appli-tit,
.appli .appli-des,
.appli .appli-btn {
    z-index: 1;
    color: var(--white);
}

.appli .appli-tit {
    margin-top: 200px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}

.appli.active .appli-tit {
    margin-top: 150px;
    position: relative;
}

.appli.active .appli-tit::after {
    content: " ";
    height: 3px;
    width: 40px;
    left: calc(50% - 20px);
    bottom: -20px;
    background-color: var(--white);
    position: absolute;
}

.appli .appli-des {
    display: none;
}

.appli.active .appli-des {
    display: block;
}

.appli.active .appli-des p {
    font-size: 15px;
    line-height: 26px;
}
.appli.active .appli-des p a {
    color: #fff;
}
.appli.active .appli-des p a:hover {
    text-decoration: underline;
}

.appli .appli-btn {
    margin-bottom: 100px;
}

.appli .appli-btn a {
    display: inline-block;
    padding: 0px 20px;
    background-color: var(--white);
    transition: all ease .4s
}

.appli .appli-btn a:hover {
    color: var(--white);
    background: rgba(0, 0, 0, .8);
}

/* 热门产品 product */
.product {
    margin: 40px auto;
    padding-bottom: 65px;
}

.proSwiper-box {
    position: relative;
    overflow: hidden;
}

.swiper.proSwiper {
    margin-top: 30px;
    height: auto;
}

.swiper.proSwiper .swiper-slide {
    flex-direction: column;
    height: auto;
    background-color: var(--bggray);
}

.swiper.proSwiper .swiper-slide .img {
    width: 100%;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper.proSwiper .swiper-slide p {
    font-size: 24px;
    color: var(--black);
    line-height: 65px;
}

.swiper.proSwiper .swiper-slide .pro-btn {
    display: inline-block;
    padding: 0px 20px;
    border: 1px solid var(--black);
    margin-bottom: 20px;
    font-size: 14px;
    transition: all ease .4s
}

.swiper.proSwiper .swiper-slide:hover .pro-btn {
    color: var(--white);
    background-color: var(--black);
}

.swiper.proSwiper .swiper-pagination {
    margin-top: 40px;
    position: static;
}

/*
.swiper-pagination {
    bottom: -65px !important;
}*/

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #006db6;
}

/* 关于迈达微 about */
.about {
    margin: 40px auto;
    padding-bottom: 20px;
}

.about .abouttab {
    margin-top: 30px;
    width: 100%;
}

.abouttab ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abouttab ul li {
    width: calc((100% - 60px)/4);
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.abouttab ul li:last-child {
    margin-right: 0;
}

.abouttab ul li:first-child,
.abouttab ul li:nth-child(2) {
    width: calc((100% - 20px)/2);
    ;
}

.abouttab ul li:nth-child(2),
.abouttab ul li:last-child {
    margin-right: 0;
}

.abouttab ul li:nth-child(n+3) {
    margin-bottom: 0;
}

.abouttab ul li::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all ease .4s
}

.abouttab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 330px;
    text-align: center;
    color: var(--white);
    font-size: 32px;
    letter-spacing: 2px;
    z-index: 1;
    transition: all ease .4s
}

.abouttab ul li a .iconfont {
    font-size: 70px;
    transition: all ease .4s
}

.abouttab ul li:hover::after {
    background-color: rgba(0, 0, 0, .8);
}

.abouttab ul li:hover a {
    font-size: 36px;
}

.abouttab ul li:hover a .iconfont {
    font-size: 79px;
}

/* 新闻资讯 news */
.news {
    margin: 40px auto;
    padding-bottom: 20px;
}

.news .news-box {
    margin-top: 30px;
    height: 460px;
    display: flex;
    justify-content: space-between;
}

.news .news-recommend,
.news .news-list {
    width: calc((100% - 30px)/2)
}

.news .news-recommend a {
    display: block;
}

.news .news-recommend .img {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all ease .4s
}

.news .news-recommend .rectit {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .news-recommend .rectit h3 {
    font-size: 21px;
    transition: all ease .4s
}

.news .news-recommend .rectit span {
    font-size: 16px;
    color: var(--gray);
}

.news .news-recommend .recdes {
    margin-top: 10px;
    width: 85%;
}


.news .news-recommend a:hover .img {
    background-size: 110%;
}

.news .news-recommend a:hover .rectit h3 {
    padding-left: 20px;
}

.news .news-recommend a:hover {
    color: var(--black);
}

.news-list {}

.news-list .list-top {
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bordercolor);

}

.news-list .list-top a {
    display: inline-block;
    padding: 0px 20px;
    background-color: var(--gray);
    color: var(--white);
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    transition: all ease .4s
}

.news-list .list-top a:hover {
    background-color: var(--black);

}

.news-list li {
    padding-left: 80px;
    border-bottom: 1px solid var(--bordercolor);
}

.news-list li a {
    display: block;
}

.news-list li .listtit {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list li .listtit h3 {
    font-size: 18px;
    position: relative;
    transition: all ease .4s
}

.news-list li .listtit h3::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--gray);
    left: -30px;
    top: 10px;
}

.news-list li .listtit span {
    font-size: 14px;
    color: var(--gray);
    padding-right: 20px;
}

.news-list li .listdes {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-right: 20px;

}

.news-list li .listdes p {
    width: 85%;
    font-size: 12px;
    line-height: 18px;
}

.news-list li .listdes span {
    width: 75px;
    height: 32px;
    border-left: 1px solid var(--bordercolor);
    text-align: center;
}

.news-list li .listdes span i {
    background-color: var(--gray);
    height: 2px;
    width: 40px;
    display: inline-block;
    position: relative;
    transition: all ease .4s
}

.news-list li .listdes span i::before,
.news-list li .listdes span i::after {
    position: absolute;
    content: '';
    background-color: var(--gray);
    height: 2px;
    width: 12px;
    right: 0;
}

.news-list li .listdes span i::before {
    bottom: 5px;
    transform: rotate(45deg);
}

.news-list li .listdes span i::after {
    top: 5px;
    transform: rotate(-45deg);
}

.news-list li:hover h3 {
    padding-left: 20px;
}

.news-list li:hover .listdes span i {
    margin-left: 20px;
}

/* aboutnav */
.aboutnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 90px;
}

.aboutnav-item {
    width: 260px;
    height: 260px;
    border-top: 3px solid var(--blue);
    box-shadow: 0px 5px 10px #818181;
    transition: all ease .4s
}

.aboutnav-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.aboutnav-item img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    transition: all ease .4s
}

.aboutnav-item h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--blue);
    margin-top: 30px;
    transition: all ease .4s
}

.aboutnav-item p {
    text-transform: uppercase;
    padding-bottom: 50px;
    font-size: 12px;
    color: var(--blue);
    transition: all ease .4s
}

.aboutnav-item.active,
.aboutnav-item:hover {
    background: var(--blue);
}

.aboutnav-item.active img,
.aboutnav-item:hover img {
    filter: grayscale(1) brightness(3);
}

.aboutnav-item.active h3,
.aboutnav-item.active p,
.aboutnav-item:hover h3,
.aboutnav-item:hover p {
    color: var(--white);
}

/* proitemlist */
.productlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
/*
.productlist:last-child {
    content: "";
    width: 480px;
    display: block;
}
*/
.productlist .proitem {
    margin-top: 90px;
    width: 23.5%;
    padding: 20px;
    border: 1px solid var(--bordercolor);
    margin-right: 2%;
}
.productlist .proitem:nth-child(4n) {
    margin-right: 0;
}
.productlist .proitem:hover .img img {
    transform: scale(1.1);
}

.productlist .proitem .logo {
    height: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    margin-bottom: 20px;
}

.productlist .proitem .img {
    height: 326px;
    overflow: hidden;
}

.productlist .proitem .img img {
    object-fit: contain;
    transition: all ease .4s
}

.productlist .proitem .bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productlist .proitem .bottom h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

.productlist .proitem .bottom>span {
    display: inline-block;
    padding: 0px 20px;
    color: var(--white);
    background-color: var(--blue);
    font-size: 14px;
    transition: all ease .4s;
}

/* aboutpage */
.aboutpage .des {
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: var(--gray);

}

.aboutpage .abouttab {
    margin-top: 60px;
    margin-bottom: 140px;
}

.aboutpage .abouttab ul li {
    height: 560px;
    flex: 1;
}

.aboutpage .abouttab ul li a {
    line-height: 560px;
}

.aboutpage .cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.aboutpage .cont::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--blue);
}

.aboutpage .cont>div {
    width: 50%;
}

.aboutpage .cont .des {
    padding-right: 120px;
}

.aboutpage .cont .img {
    height: 480px;
    overflow: hidden;
}

/* culture */
.culture .subtit {
    text-align: center;
    margin: 40px auto;
}

.culture .subtit span {
    font-size: 28px;
    padding: 5px 20px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 30px;
}

.cullist {
    margin: 90px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cullist .cullist-item {
    width: 430px;
    box-shadow: 0px 5px 10px #818181;
    border-radius: 10px;
}

.cullist .cullist-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.cullist .cullist-item img {
    margin-top: 90px;
    height: 220px;
}

.cullist .cullist-item h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 110px;
}

.cullist .cullist-item span {
    display: inline-block;
    padding: 0px 20px;
    border: 1px solid var(--bordercolor);
    margin-bottom: 50px;
    font-size: 14px;
    transition: all ease .4s;
}

.cullist .cullist-item:hover span {
    color: var(--white);
    background-color: var(--black);
}

/* process */
.process .subbanner {
    height: 460px;
    margin: 50px auto 80px;
    background-color: var(--bggray);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process .subbanner h3 {
    flex: 1;
    text-align: center;
    font-size: 36px;
    color: var(--blue);
    font-weight: 400;
}

.process .subbanner .img {
    height: 460px;
    overflow: hidden;
}

.process .timeline li {
    height: 230px;
    border: 1px solid var(--gray);
    margin-bottom: 30px;
    color: var(--gray);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.process .timeline li:hover {
    cursor: pointer;
    background-color: var(--blue);
    color: var(--white);
}

.process .timeline li:hover::after {
    background-color: var(--white);
}

.process .timeline li .time {
    display: inline-block;
    width: 340px;
    text-align: center;
    font-size: 45px;
}

.process .timeline li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 170px;
    background-color: var(--gray);
    top: 30px;
    left: 340px;
}

.process .timeline li .title {
    width: auto;
    text-align: left;
    padding-left: 82px;
    font-size: 36px;
}

/* honor */
.honor.container {
    padding-bottom: 70px;
}

.honor .imglist {
    margin: 70px auto -120px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.honor .imglist .imgitem {
    width: 480px;
    margin-bottom: 120px;
    transition: all ease .4s;

}

.honor .imglist .imgitem .img {
    width: 480px;
    height: 370px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid var(--bordercolor);

}

.honor .imglist .imgitem .img img {
    object-fit: contain;
    transition: all ease .4s;

}

.honor .imglist .imgitem:hover img {
    transform: scale(1.1);
}

.honor .imglist .imgitem p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    color: var(--gray);
}

/* rights */
.rights {
    background: var(--bggray);
    padding-top: 60px;
    padding-bottom: 70px;
}

.rights .imglist {
    margin: 70px auto -120px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rights .imglist .imgitem {
    width: 620px;
    margin-bottom: 120px;
    background-color: var(--white);
    transition: all ease .4s;
}

.rights .imglist .imgitem:hover img {
    transform: scale(1.1);
}

.rights .imglist .imgitem .img {
    width: 100%;
    height: 370px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid var(--bordercolor);

}

.rights .imglist .imgitem .img img {
    transition: all ease .4s;

    object-fit: contain;
}

/* application */
.applicationlist {
    margin-top: 50px;
}

.applicationlist .appitem {
    background-color: var(--bggray);
    margin-bottom: 60px;
    padding: 80px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.applicationlist .appitem:nth-child(even) {
    flex-direction: row-reverse;

}

.applicationlist .appitem .img {
    width: calc(50% + 20px);
    height: 500px;
}
.applicationlist .appitem .img .tit {
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
}
.applicationlist .appitem .des {
    width: calc(50% - 20px);
    height: 500px;
    padding: 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.applicationlist .appitem .des h3 {
    padding: 50px 0;
    font-size: 36px;
    color: var(--blue);
    font-weight: 400;
    position: relative;
}

.applicationlist .appitem .des h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--blue);
    left: 0;
    bottom: 26px;
}

.applicationlist .appitem .des .des-min {
    flex: 1;
    color: var(--gray);
    font-size: 15px;
    line-height: 1.75;
}

.applicationlist .appitem .des a {
    display: inline-block;
    padding: 0px 20px;
    color: var(--white);
    background-color: var(--blue);
    font-size: 14px;
    transition: all ease .4s;
}

.applicationlist .appitem .des a:hover {
    padding: 0px 30px;
}

/* newslist */
.newslist .newsitem {
    margin: 60px auto;
}

.newslist .newsitem a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.newslist .newsitem a .img {
    width: calc(50% - 20px);
    height: 500px;
    overflow: hidden;
}

.newslist .newsitem a .img img {
    transition: all ease .4s;

}

.newslist .newsitem a .des {
    width: calc(50% - 10px);
    margin-top: 30px;
    height: 470px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid var(--gray);
}

.newslist .newsitem a .des h3 {

    line-height: 100px;
    font-size: 30px;
    color: var(--gray);
    font-weight: 400;
}

.newslist .newsitem a .des h2 {
    font-weight: 400;
    font-size: 21px;
    padding-left: 40px;
    position: relative;
    transition: all ease .4s;

}

.newslist .newsitem a .des h2::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--gray);
    left: 0;
    top: 10px;
}

.newslist .newsitem a .des p {
    flex: 1;
    color: var(--gray);
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 40px;

}

.newslist .newsitem a .des .btn {
    text-align: right;
}

.newslist .newsitem a .des span {
    display: inline-block;
    padding: 0px 20px;
    color: var(--white);
    background-color: var(--blue);
    font-size: 14px;
    transition: all ease .4s;
}

.newslist .newsitem:hover a .img img {
    transform: scale(1.05);
}

.newslist .newsitem:hover a .des h2 {
    padding-left: 60px;

}

.newslist .newsitem:hover a .des span {
    padding: 0px 30px;

}

.newinfo {
    margin: 60px auto;
}

.newinfo .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--gray);
}

.newinfo .title h2 {
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    font-weight: 400;
    color: var(--black);
    padding-left: 40px;
    position: relative;
}

.newinfo .title h2::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--gray);
    left: 0;
    top: 36px;
}

.newinfo .title .time {
    font-size: 24px;
    color: var(--gray);
}

.newinfo .content {
    padding-bottom: 50px;
    line-height: 1.75
}

.newinfo .content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--gray);
}

.newinfo .content p img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}

.newinfo .content2 .contfl,
.newinfo .content2 .contfr {
    width: 50%;
    float: left;
}

.newinfo .content2 .contfl {
    padding-right: 10px;
}

.newinfo .content2 .contfr {
    padding-left: 10px;
}

.newinfo .content2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: var(--gray);
}

.newinfo .content2 p img {
    width: 100%;
}

.newinfo .btnlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newinfo .btnlist a {
    display: inline-block;
    padding: 0px 20px;
    color: var(--white);
    background-color: var(--blue);
    font-size: 14px;
    transition: all ease .4s;
}

.newinfo .btnlist a:hover {
    opacity: 0.8;
}

.proinfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.proinfo .proinfoitem {
    margin-top: 90px;
    width: 100%;
    padding: 50px;
    border: 1px solid var(--bordercolor);
    transition: all ease .4s;
}

.proinfo .proinfoitem .logo {
    height: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    margin-bottom: 40px;
}

.proinfo .proinfoitem .info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.proinfo .proinfoitem .info .img {
    /*height: 330px;*/
    width: 35%;
    overflow: hidden;
}

.proinfo .proinfoitem .info .img img {
    object-fit: contain;
}

.proinfo .proinfoitem .info .des {
    flex: 1;
    padding-left: 100px;
    padding-right: 90px;
}

.proinfo .proinfoitem .info .des h3 {
    display: inline-block;
    padding: 5px 30px;
    color: var(--white);
    background-color: var(--blue);
    font-size: 32px;
    transition: all ease .4s;
    margin-bottom: 20px;
}

.proinfo .proinfoitem .info .des p {
    font-size: 20px;
    margin-top:10px;
}


/* cultureinfo */
.cultureinfo .subtit {
    text-align: center;
    margin: 40px auto;
}

.cultureinfo .subtit span {
    font-size: 28px;
    padding: 5px 20px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 30px;
}

.cultureinfo .subbanner {
    height: 460px;
    margin: 50px auto 80px;
    background-color: var(--bggray);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cultureinfo .subbanner h3 {
    flex: 1;
    text-align: center;
    font-size: 36px;
    color: var(--blue);
    font-weight: 400;
}

.cultureinfo .subbanner .img {
    height: 460px;
    overflow: hidden;
}

.cultureinfo .cultureinfolist {}

.cultureinfo .cultureinfolist .cultureinfoitem {
    background-color: var(--bggray);
    margin-bottom: 40px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.cultureinfo .cultureinfolist .cultureinfoitem .img {
    width: 50%;
    height: 300px;
}

.cultureinfo .cultureinfolist .cultureinfoitem .des {
    width: 50%;
    padding: 70px 70px 0 70px;
}

.cultureinfo .cultureinfolist .cultureinfoitem .des h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 45px;
    color: var(--black);
}

.cultureinfo .cultureinfolist .cultureinfoitem .des p {
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    color: var(--gray);
}

/* contact */
.contact {
    margin: 80px auto;

}

.contactinfo {
    border: 1px solid var(--black);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contactinfo .mapbox {
    height: 680px;
    width: 50%;
}

.contactinfo .mapbox #map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contactinfo .contactmsg {
    width: 50%;
    padding-left: 70px;
    padding-right: 100px;
}

.contactinfo .contactmsg .contatclogo {
    width: 240px;
}

.contactinfo .contactmsg h2 {
    font-size: 36px;
    font-weight: 400;
    color: var(--blue);
}

.contactinfo .contactmsg .msginfo {
    border: 1px solid var(--black);
    margin: 40px 0;
    padding: 10px 30px;
    color: var(--black);
    font-size: 18px;
}

.contactinfo .contactmsg .msginfo li {
    height: 50px;
    line-height: 50px;
}

.contactinfo .contactmsg .msginfo li.bold {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
}

.contactinfo .contactmsg .msginfo li.bold .iconfont {
    font-size: 30px;
}

.contactinfo .contactmsg .msginfo .iconfont {
    font-size: 20px;
    width: 40px;
    display: inline-block;
    text-align: center;
}

.contactinfo .contactmsg .msginfo .iconfont.icon-email {
    font-size: 16px;
}

.contactbottom {
    position: relative;
}

.contactbottom .ewm {
    width: 130px;
    height: 130px;
    border: 1px solid var(--black);
}

.contactbottom .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contactbottom .btn a {
    display: block;
    width: 180px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 7px;
    text-align: center;
    line-height: 50px;
    transition: all ease .4s
}

.contactbottom .btn a:hover {
    width: 200px;
}

.swiper-container-case-big {
    border: 1px solid #ededed;
}
.swiper-container-tab {
    margin-top: 10px;
}
.swiper-container-tab .swiper-slide {
    border: 1px solid #ededed;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}
.swiper-container-tab .swiper-slide.on {
    border-color: var(--blue);
}
.appitem-pics .swiper-slide {
    display: block;
    border: none !important;
    background: transparent;
}
.appitem-pics .swiper-slide img {
    height: 115px;
    object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.appitem-pics .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.appitem-pics .swiper-slide h4 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #454545
}
.appitem-pics .swiper-slide .oh {
    overflow: hidden;
    display: block;
}
.appitem-pics .swiper-slide:hover h4 {color: var(--blue);}