/* 公共样式 */

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(21, 109, 77, 0.5);
    background: #156d4d;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(21, 109, 77, 0.5);
    border-radius: 5px;
    background: #EDEDED;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 30px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #156d4d;
    color: #fff;
}

.empty {
    height: 150px;
    background: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}


/* 头部样式 */

header {
    height: 150px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .infobox {
    border-bottom: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
}

header .infobox .container .wrap a {
    margin: 0 10px;
    display: inline-block;
}

header .container {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    max-width: 504px;
    overflow: hidden;
}

header .logobox img {
    height: 63px;
    margin: 27px 0 0 0;
}

nav {
    height: 50px;
    line-height: 50px;
    background: #156d4d;
    animation-name: fadeInDown;
    visibility: visible;
}

nav .mainnav {
    display: flex;
    justify-content: center;
}

nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50px;
    animation-name: fadeInDown;
    visibility: visible;
}

nav .mainnav .subnav a {
    padding: 20px;
    display: block;
    font-size: 16px;
    color: #156d4d;
}

nav .mainnav .subnav a:hover {
    color: #fff;
    background: #8dbc35;
}

nav .mainnav li {
    height: 50px;
    position: relative;
    min-width: 108px;
    text-align: center;
}

nav .mainnav li:hover .subnav {
    display: block;
}

nav .mainnav li:hover {
    border-bottom: 3px solid #156d4d;
    background: #8dbc35;
}

nav .mainnav li:hover>a {
    color: #fff;
}

nav .mainnav li a {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

nav .mainnav li a:hover {
    text-decoration: none;
}

header .container .phonebox {
    position: relative;
    padding: 33px 0 0 57px;
}

header .container .phonebox::before {
    content: '';
    width: 49px;
    height: 49px;
    background: url(../images/phoneicon.png)no-repeat center;
    position: absolute;
    left: 0px;
    top: 32px;
}

header .container .phonebox p {
    font-size: 24px;
    font-weight: bolder;
    color: #000000;
}

.banner {
    animation-name: zoomIn;
    visibility: visible;
}

.banner .swiper-pagination-bullet {
    background: #156d4d;
}

.banner .swiper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

footer {
    background: #156d4d;
}

footer .container {
    padding: 65px 0 50px 0;
    animation-name: fadeInUp;
    visibility: visible;
}

footer .container .wrapper {
    display: flex;
    justify-content: start;
}

footer .container .wrapper .item .name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
}

footer .container .wrapper .item span {
    font-size: 16px;
    color: #fff;
    width: 291px;
    display: block;
}

footer .container .wrapper .item:nth-child(2) {
    margin: 0 120px;
}

footer .container .wrapper .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

footer .container .wrapper .item a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
}

footer .container .wrapper .item:last-child {
    float: right;
    text-align: center;
}

footer .container .wrapper .item:last-child img {
    margin: 0 0 10px 0;
}

footer .container .wrapper .item:last-child p {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

footer .info {
    text-align: center;
    height: 50px;
    background: #171717;
    animation-name: rubberBand;
    visibility: visible;
}

footer .info p {
    line-height: 50px;
}

footer .info p a {
    color: rgba(255, 255, 255, 0.5);
}

footer .backtotop {
    position: fixed;
    right: 5%;
    bottom: 10%;
    cursor: pointer;
}


/* 首页产品 */

.index-pro .container .iconlist {
    display: flex;
    justify-content: space-evenly;
    padding: 55px 0 36px 0;
    align-items: flex-end;
    animation-name: fadeInUpBig;
    visibility: visible;
}

.index-pro .container .iconlist .item {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index-pro .container .iconlist .item img {
    display: block;
    margin: 0 auto;
}

.index-pro .container .iconlist .item span {
    display: block;
    margin: 10px auto;
    font-size: 16px;
    color: #000;
}

.index-pro .container .proshow {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    animation-name: zoomIn;
    visibility: visible;
}

.index-pro .container .proshow .item {
    width: 49%;
    margin: 0.5%;
    position: relative;
}

.index-pro .container .proshow .item img {
    width: 100%;
}

.index-pro .container .proshow .item span {
    position: absolute;
    z-index: 2;
    width: 131px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #156d4d;
    top: 0;
    left: 0;
    font-size: 24px;
}


/* 4大优势 */

.adv {
    padding: 100px 0 10px 0;
}

.adv .container .titlebox {
    padding: 10px 0;
}

.adv .container .titlebox .titlepic {
    display: block;
    margin: 0 auto;
    animation-name: zoomInDown;
    visibility: visible;
}

.adv .container .desc-box {
    position: relative;
    min-height: 596px;
}

.adv .container .desc-box .cenpic {
    display: block;
    margin: -60px auto 0;
    animation-name: zoomIn;
    visibility: visible;
}

.adv .container .desc-box .desc {
    position: absolute;
    width: 357px;
    height: 165px;
    border: 1px dotted #e3e3e3;
    z-index: -1;
}

.adv .container .desc-box .desc1 {
    top: 80px;
    left: 0;
    animation-name: slideInLeft;
    visibility: visible;
}

.adv .container .desc-box .desc2 {
    top: 80px;
    right: 0;
    text-align: right;
    animation-name: slideInRight;
    visibility: visible;
}

.adv .container .desc-box .desc3 {
    left: 0;
    bottom: 110px;
    animation-name: slideInLeft;
    visibility: visible;
}

.adv .container .desc-box .desc4 {
    right: 0;
    bottom: 90px;
    text-align: right;
    animation-name: slideInRight;
    visibility: visible;
}

.adv .container .desc-box .desc span {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    padding: 15px 15px 0 15px;
    display: block;
}

.adv .container .desc-box .desc .title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 15px 15px 0 15px;
}

.adv .container .desc-box .desc .title span {
    display: inline;
    font-size: 40px;
    color: #8dbc35;
    font-weight: bold;
    padding: 0;
}


/* 首页案例 */

.cases .container .titlebox {
    padding: 20px 0;
}

.cases .container .titlebox .titlepic {
    display: block;
    margin: 20px auto;
    visibility: visible;
    animation-name: zoomInDown;
}

.cases .container .caselist {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    animation-name: fadeInUpBig;
    visibility: visible;
}

.cases .container .caselist .item {
    width: 33%;
    margin: 0 0.5% 3% 0;
}

.cases .container .caselist .item:nth-child(3n) {
    margin: 0 0 3% 0;
}

.cases .container .caselist .item .picbox {
    width: 99.5%;
    max-height: 250px;
    height: 250px;
    overflow: hidden;
}

.cases .container .caselist .item .picbox:hover img {
    transition: all 0.5s;
    transform: scale(1.05);
}

.cases .container .caselist .item:hover .name {
    background: #156d4d;
    color: #fff;
}

.cases .container .caselist .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.cases .container .caselist .item .name {
    font-size: 22px;
    color: #121212;
    background: #eeeeee;
    padding: 10px 0;
    text-align: center;
    width: 99.5%;
    display: block;
}


/* 广告栏目 */

.adver img {
    display: block;
    margin: 0 auto;
    animation-name: zoomInRight;
    visibility: visible;
    max-width: 100%;
}


/* 荣誉证书 */

.certifi .swiper-pagination-bullet {
    background: #156d4d;
}

.certifi {
    padding: 50px 0 80px 0;
    background: #f4f4f4;
}

.certifi .swiper {
    padding: 30px 0 40px 0;
}

.certifi .container .titlebox {
    padding: 50px auto;
}

.certifi .container .titlebox .titlepic {
    display: block;
    margin: 10px auto;
    visibility: visible;
    animation-name: zoomInDown;
}

.certifi .container .swiper .swiper-slide img {
    width: 255px;
    height: 294px;
    object-fit: contain;
}

.certifi .swiper-button-prev {
    left: 0;
}

.certifi .swiper-button-next {
    right: 0;
}


/* 首页关于我们 */

.index-about {
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    height: 560px;
}

.index-about .container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 560px;
    z-index: 1;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -600px;
}

.index-about .container .picbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    animation-name: slideInRight;
    visibility: visible;
}

.index-about .container .picbox p {
    padding: 10% 10% 0;
    font-size: 20px;
    font-weight: 400;
    color: #242424;
}

.index-about .white-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.index-about .container .textbox {
    max-width: 530px;
    padding: 70px 0 40px 10px;
    background: #fff;
    animation-name: slideInLeft;
    visibility: visible;
}

.index-about .container .textbox .title {
    font-size: 26px;
    color: #000;
    position: relative;
    width: fit-content;
    padding: 0 0 10px 0;
}

.index-about .container .textbox .title::after {
    width: 143px;
    height: 43px;
    content: '';
    position: absolute;
    background: url(../images/picture/about/s-logo.png)no-repeat center;
    background-size: contain;
    right: -160px;
    top: 2px;
}

.index-about .container .textbox .line {
    width: 63px;
    height: 4px;
    display: block;
    margin: 10px 0 36px 0;
    background: #156d4d;
}

.index-about .container .textbox .cont {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin: 10px 0;
    text-indent: 32px;
    width: 90%;
}

.index-about .container .textbox .cont span {
    color: #dd0000;
    font-weight: bold;
}

.index-about .container .textbox .more {
    width: 170px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    display: block;
    margin: 20px 0;
    background: #156d4d;
}

.about-show {
    animation-name: pulse;
    visibility: visible;
}

.about-show .container {
    padding: 50px 0;
    position: relative;
}

.about-show .container .swiper-slide img {
    width: 98%;
}

.about-show .container .swiper-slide:nth-child(4) img {
    width: 100%;
}

.about-show .swiper-button-prev {
    opacity: 0;
}

.about-show .swiper-button-next {
    opacity: 0;
}

.about-show .container .prev-button {
    width: 40px;
    height: 90px;
    color: #fff;
    background: #d3d3d3;
    line-height: 90px;
    font-size: 32px;
    text-align: center;
    position: absolute;
    left: -50px;
    top: 36%;
    user-select: none;
}

.about-show .container .next-button {
    width: 40px;
    height: 90px;
    color: #fff;
    background: #d3d3d3;
    line-height: 90px;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: -50px;
    top: 36%;
    user-select: none;
}


/* 首页新闻中心 */

.index-news .container .newslist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0;
}

.index-news .container .newslist .item {
    width: 48%;
    margin: 0 1% 1% 0;
    display: flex;
    animation-name: bounceInLeft;
    visibility: visible;
}

.index-news .container .newslist .item:nth-child(2n) {
    margin: 0 0 1% 0;
    animation-name: bounceInRight;
    visibility: visible;
}

.index-news .container .newslist .item .picbox {
    width: 170px;
    height: 165px;
    overflow: hidden;
}

.index-news .container .newslist .item .picbox img {
    width: 100%;
    height: 100%;
}

.index-news .container .newslist .item .txtbox {
    width: 356px;
    padding: 20px;
}

.index-news .container .newslist .item .txtbox .title {
    font-size: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news .container .newslist .item .txtbox .desc {
    font-size: 16px;
    color: #000;
}

.index-news .container .titledemo .title {
    font-size: 42px;
    color: #000;
    padding: 20px 0;
    text-align: center;
    visibility: visible;
    animation-name: zoomInDown;
}

.index-news {
    background: #f4f4f4;
}

.index-news .container .newslist .item {
    background: #fff;
}

.crumb {
    height: 64px;
    border-bottom: 1px solid #eaeaea;
    line-height: 64px;
}

.crumb .container span {
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 0 0 0 30px;
}

.crumb .container span::before {
    content: '';
    background: url(../images/crumb.png)no-repeat center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -1px;
}

.crumb .container a {
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 0 10px;
}

.crumb .container a::after {
    content: '';
    width: 5px;
    height: 2px;
    background: #333;
    position: absolute;
    right: -10px;
    top: 10px;
}

.crumb .container a:last-child::after {
    display: none;
}


/* 联系我们 */

#map {
    width: 100%;
    height: 600px;
}

.continfo .container {
    padding: 50px 0 0 10px;
}

.continfo .container .name {
    font-size: 30px;
    color: #010101;
    margin: 6px 0;
}

.continfo .container .address {
    font-size: 16px;
    color: #333;
    ;
}

.continfo .container .phonewrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 80px 0 30px 0;
    width: 90%;
    flex-wrap: wrap;
}

.continfo .container .phonewrapper .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 50px 20px 0;
}

.continfo .container .phonewrapper .info span {
    font-size: 16px;
    color: #000;
    display: block;
}

.continfo .contactform {
    background: #f4f4f4;
    min-height: 630px;
    /* margin: 0 0 30px 0; */
}

.continfo .contacform .container {
    position: relative;
}

.continfo .contactform .container .formbgpic {
    float: right;
    /* margin: 0 20px 0 0; */
}

.contactform .container .formwrapper .title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.contactform .container .formwrapper .title span {
    color: #156d4d;
}

.contactform .container .formwrapper .title span:nth-child(2) {
    color: #156d4d;
    font-size: 26px;
}

.contactform .container .formwrapper .title span:nth-child(2) {
    color: #156d4d;
    font-size: 26px;
}

.contactform .container .formwrapper .title span:nth-child(3) {
    color: #156d4d;
    font-size: 30px;
}

.contactform .container .formwrapper .title span:nth-child(4) {
    color: #156d4d;
    font-size: 34px;
}

.contactform .container .formwrapper .title span:nth-child(5) {
    color: #156d4d;
    font-size: 38px;
}

.continfo .contactform .container .formwrapper .formbox {
    width: 980px;
    height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 9;
    padding: 30px;
}

.continfo .contactform .container .formwrapper .formbox .form input {
    width: 40%;
    height: 40px;
    outline: none;
    border: 1px solid #efefef;
    padding: 0 0 0 10px;
    margin: 5px;
}

.continfo .contactform .container .formwrapper .formbox .form input::placeholder {
    font-size: 14px;
    color: #333;
    font-family: 'microsoft Yahei';
}

.continfo .contactform .container .formwrapper .formbox .form textarea {
    width: 40.5%;
    height: 100px;
    padding: 10px 0 0 5px;
    outline: none;
    resize: none;
    border: 1px solid #efefef;
    font-family: 'microsoft Yahei';
    margin: 5px;
}

.continfo .contactform .container .formwrapper .formbox .form textarea::placeholder {
    font-size: 14px;
    color: #333;
    font-family: 'microsoft Yahei';
}

.continfo .contactform .container .formwrapper .formbox .title {
    font-size: 22px;
    color: #666;
    font-weight: 500;
    padding: 0 0 0 50px;
    margin: 0 0 20px 0;
    position: relative;
}

.continfo .contactform .container .formwrapper .formbox .title::before {
    content: '';
    width: 35px;
    height: 28px;
    position: absolute;
    left: 0;
    background: url(../images/picture/contact/dou.jpg)no-repeat center;
}

.continfo .contactform .container .formwrapper .formbox .title span {
    font-weight: 700;
    color: #666;
}

.continfo .contactform .container .formwrapper .formbox .submitbtn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #156d4d;
    display: block;
    bottom: -80px;
    position: relative;
}

.continfo .contactform .container .formwrapper .formbox .submitbtn::after {
    content: '现在下单，15天内可快速交货！';
    position: absolute;
    right: -280px;
    color: #a1a1a1;
    pointer-events: none;
}


/* 新闻中心 */

.newscenter .container .newslist {
    margin: 30px 0;
}

.newscenter .container .newslist .newsitem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0;
    background: #f4f4f4;
}

.newscenter .container .newslist .newsitem:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.newscenter .container .newslist .newsitem .picbox {
    width: 30%;
}

.newscenter .container .newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
}

.newscenter .container .newslist .newsitem .txtbox {
    width: 65%;
    padding: 30px 20px;
}

.newscenter .container .newslist .newsitem .txtbox .name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
}

.newscenter .container .newslist .newsitem .txtbox .date {
    margin: 20px 0;
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newscenter .container .newslist .newsitem .txtbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}


/* 产品详情 */

.newsdetail-show {
    padding: 50px 0;
}

.newsdetail-show .container .detailtitle {
    font-size: 36px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 0 30px;
}

.newsdetail-show .container .time {
    font-size: 16px;
    font-weight: 400px;
    color: #333333;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.newsdetail-show .container .detailcontent {
    padding: 0 30px 50px;
}

.newsdetail-show .container .detailcontent img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.newsdetail-show .container .detailcontent p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    text-indent: 32px;
}

.container .prevnext {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding: 10px 0 0 0;
}

.container .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}

.container .prevnext .next {
    text-align: right;
}


/* 产品中心 */

.pro-show {
    padding: 50px 0;
    background: #f4f4f4;
}

.pro-show .container .pro-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pro-show .container .pro-wrapper .leftbar {
    width: 21.2%;
    position: relative;
    height: fit-content;
}

.pro-show .container .pro-wrapper .leftside {
    /* margin: 0 2% 0 0; */
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper {
    animation-name: fadeInUp;
    visibility: visible;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-name {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0 0;
    position: relative;
    background: #156d4d;
    height: 74px;
    line-height: 74px;
    padding: 0 0 0 30px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box {
    width: 100%;
    background: #fff;
    /* padding: 15px 4%; */
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-title {
    font-size: 18px;
    color: #000;
    padding: 20px 20px;
    border-radius: 25px;
    user-select: none;
    cursor: pointer;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-icon {
    position: absolute;
    right: 15px;
    top: 20px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist li a {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 32px;
    padding: 12px 0 0 12px;
    display: block;
    transition: all 0.2s;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist li a:hover {
    color: rgb(22, 124, 208);
    text-decoration: none;
    /* transform: scale(1.01); */
    transition: all 0.2s;
    padding-left: 24px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist {
    height: 0;
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-open {
    display: none;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .active {
    background: #e5e5e5;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item:hover {
    background: #e5e5e5;
}

.pro-show .container .pro-wrapper .contactbox {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #ddd;
    background: #fff;
}

.pro-show .container .pro-wrapper .contactbox .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0 10px;
}

.pro-show .container .pro-wrapper .contactbox .titlebox .name {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.pro-show .container .pro-wrapper .contactbox .titlebox a {
    display: inline-block;
    width: 68px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: #abcd03;
    border-radius: 11.5px;
    color: #fff;
}

.pro-show .container .pro-wrapper .contactbox .txtbox {
    padding: 30px 0 20px 16px;
}

.pro-show .container .pro-wrapper .contactbox .txtbox p {
    font-size: 15px;
    color: #666;
    padding: 10px 10px 0px 0;
}

.pro-show .container .pro-wrapper .contactbox .txtbox span {
    font-weight: bold;
    color: #000;
}

.pro-show .container .pro-wrapper .contactbox .picbox img {
    max-width: 100%;
}

.pro-show .container .pro-wrapper .rightside {
    width: 76.8%;
    /* background: #cdcdcd; */
}

.pro-show .container .pro-wrapper .rightside .pro-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    animation-name: fadeInUp;
    visibility: visible;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item {
    width: calc(100% / 3 - 0.5%);
    margin: 1% 0.5% 0 0;
    overflow: hidden;
}


/* .pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(1) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(2) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(3) {
    margin: 0 1% 0 0;
} */

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic {
    overflow: hidden;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic:hover img {
    transition: all 0.4s;
    transform: scale(1.09);
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic img {
    width: 100%;
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name {
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    color: #000;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox {
    padding: 40px 0;
    display: flex;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .picbox {
    width: 440px;
    height: 316px;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox {
    padding: 0 0 0 30px;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .name {
    font-size: 28px;
    color: #010101;
    padding: 10px 0;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .labellist {
    display: flex;
    justify-content: flex-start;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .labellist .label {
    display: inline-block;
    width: 75px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #05814a;
    border-radius: 12px;
    margin: 0 10px 0 0;
    background: rgba(5, 129, 74, 0.1);
    text-align: center;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .cont {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin: 25px 0 25px 0;
    max-width: 300px;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox .phone {}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox .phone .title {
    font-size: 14px;
    color: #000;
    position: relative;
    padding: 0 0 0 20px;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox .phone .title::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background: url(../images/phoneicon2.png)no-repeat center;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox .phone .phonenum {
    width: 186px;
    color: #fff;
    background: #05814a;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
    display: block;
    margin: 10px 0;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox .qrcode {
    width: 91px;
    height: 91px;
    overflow: hidden;
}

.pro-show .container .pro-wrapper .rightside .pro-infobox .txtbox .funcbox .qrcode img {
    width: 100%;
}

.pro-show .container .pro-wrapper .rightside .line {
    display: block;
    margin: 20px 0;
    background: #e0e0e0;
    height: 1px;
    width: 100%;
}

.pro-show .container .pro-wrapper .rightside .contentbox {
    padding: 20px 0 50px;
}

.pro-show .container .pro-wrapper .rightside .contentbox p {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin: 20px 0;
}

.pro-show .container .pro-wrapper .rightside .contentbox img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1300) {}

@media screen and (max-width:1280px) {}