@charset "utf-8";
/* CSS Document */
body{overflow-x: hidden;}
body img{width:100%;}
.row{width:100%; margin-right:0px;margin-left: 0px;}

.pc_web{display:block !important;}
.m_web{display:none !important;}
@media screen and (max-width:996px){
.pc_web{display:none !important;}
.m_web{display:block !important;}
html,body{overflow-x:hidden;}
}

/*************************************导航css*******************************************/
header{width: 100%; max-width: 100%; padding: 0 5%; display:flex; justify-content:space-between; flex-direction:column; transition:all .5s ease-in-out; height:110px; position:fixed; top:0; left:0; z-index: 999; background: rgba(0,0,0,.5); border-bottom: 1px rgba(255,255,255,.2) solid;}
header.sticky{max-width:100%;margin-left:0;background: rgba(0,0,0,.8);}
.navbar{padding:0; height:100%;display:flex; align-items:center;}
.navbar-brand{padding: 0; margin: 0;display: flex;align-items: center;}
.navbar-brand p{font-size:30px;color:#f9d8ae;font-weight: bold;}
.navbar .navbar-brand img{width:390px; margin-right:10px;}
.navbar-collapse{flex-grow:0; justify-content: flex-end; height: 100%;}
.navbar-expand-lg .navbar-nav{height: 100%;}
.navbar-expand-lg .navbar-nav .nav-item{height: 100%; padding: 0 1.5rem;}
.navbar-expand-lg .navbar-nav .nav-link{height: 100%;font-size:16px; padding:0; align-items: center; display: flex; position: relative;}
.navbar-expand-lg .navbar-nav .nav-link::after{content: ""; width: 100%; height: 2px; background: #f9d8ae; position: absolute; bottom: -1px; left:-100%; transition: all .5s ease-in-out; opacity: 0;}
.navbar-expand-lg .navbar-nav .nav-link.active::after,.navbar-expand-lg .navbar-nav .nav-link:hover::after{left: 0; opacity: 1;}
.navbar-expand-lg .navbar-nav .nav-link.active,.navbar-expand-lg .navbar-nav .nav-link:hover{color: #f9d8ae; }
.close,#navbarNav .navbar-brand{display: none;}
.nav-lan{display: flex;align-items: center;}
.nav-lan i{font-size:30px;margin-right:10px;}
.navbar-expand-lg .navbar-nav .lan-item{margin-left:40px;}
@media screen and (max-width:992px){
    /*body{position: relative;}*/
    header{background: #000;position: fixed;height:60px;}
    .navbar-brand{padding:0; font-size:1rem; font-weight:bold;}
    .navbar .navbar-brand img{width:200px; margin-right:10px;}
    .navbar-brand p{font-size: 24px;}
    .navbar-collapse{position:fixed; z-index: 9999; width:100%; max-width:100%; height:100vh; background:var(--dark); padding:1rem 2rem; top:0px; left:0;}
    .navbar-light .navbar-toggler{color: rgba(255, 255, 255, 0.5);border-color:rgba(255,255,255, 0.8); padding:0; line-height:1.25;}
    .navbar-light .navbar-toggler-icon{background-image:none; color:var(--white); font-size:1.35em; height:1.25em; }
    .nav-link{padding:0.8rem 1rem; border-bottom:1px #e2e2e2 solid;}
    .dropdown-menu{margin:0;background:none; padding-bottom:30px;}
    .dropdown-item{border-bottom:1px #e2e2e2 solid; text-align:left; line-height:3;}
    .navbar-expand-lg .navbar-nav{height: auto;}
    .navbar-light .navbar-nav .nav-link{color:rgba(255,255,255,.9);}
    .navbar-expand-lg .navbar-nav .nav-link{padding:1rem 0;font-size:14px;}
    .nav-item-none{display:none;}
    .close{opacity: 1; font-size:20px; display: flex; cursor: pointer; margin: 1rem .2rem .5rem 0; color: var(--white);text-shadow: none;margin-bottom:20px;}
    .close:hover{color:#009679;}
    #navbarNav .navbar-brand{ display: flex; justify-content: center; align-items: center; margin:2rem 0; font-size:20px;margin-top:40px;}
    #navbarNav .navbar-brand img{max-width:320px;}
    .icon-24px{color:#fff;font-size:32px;}
    .navbar-toggler{line-height: 1.4;padding:0;}
    .navbar-brand .logo_name{font-size: 18px;}
    .navbar-expand-lg .navbar-nav .nav-item{padding:0;}
    .navbar-expand-lg .navbar-nav .lan-item{margin-left:0;}
    .navbar-brand .logo_img{display: none;}
    .navbar-toggler-icon{width:auto;height:auto;}
}

/*************************************轮播图css*******************************************/
.slider_bg{width: 100%;}
.slider_bg .swiper-slide{display: flex; justify-content: center; align-items:center;}
.slider_bg .container{position:absolute; z-index:99;flex-direction: column;}
.slider_bg .swiper-button-next, .slider_bg .swiper-container-rtl .swiper-button-prev{right:40px;}
.slider_bg .swiper-button-prev, .slider_bg .swiper-container-rtl .swiper-button-next{left:40px;}
.slider_bg .swiper-container-horizontal>.swiper-pagination-bullets,.slider_bg .swiper-pagination-custom, .swiper-pagination-fraction{bottom:50px;}
.slider_bg .swiper-button-next,
.slider_bg .swiper-button-prev{ color:#f9d8ae; border-radius:100%; width:50px; height:50px; border: 1px #f9d8ae solid;}
.slider_bg .swiper-button-next:after,
.slider_bg .swiper-button-prev:after{font-size: 24px;}
.slider_bg .swiper-button-next:hover,
.slider_bg .swiper-button-prev:hover{background: rgba(0,0,0,.8);}
.slider_bg .swiper-pagination-bullet{width:80px; height:4px; border-radius:8px; background:var(--white); transition:all .5s ease-in-out;opacity: 1;margin:0 10px!important;}
.slider_bg .swiper-pagination-bullet-active{width:80px; height:4px; border-radius:8px; background:#f9d8ae;}
#banner1_txt{padding-top:20%;}
#banner1_txt img{width:423px;}
#banner1_txt p{font-size:18px;color:#f9d8ae;line-height: 2;margin-top:30px;}
#banner2_txt{align-items: center;height:76%;}
.banner2_txt1{font-size:45px;color:#f9d8ae;}
.banner2_txt2{font-size:50px;color:#ffffff;}
@media screen and (max-width:992px) {
    .slider_bg{margin-top:60px;}
    .slider_bg .swiper-button-next,
    .slider_bg .swiper-button-prev{width:30px; height: 30px;}
    .slider_bg .swiper-button-next,
    .slider_bg .swiper-container-rtl .swiper-button-prev{right: 10px;}
    .slider_bg .swiper-button-prev,
    .slider_bg .swiper-container-rtl .swiper-button-next{left: 10px;}
    .slider_bg .swiper-button-next:after,
    .slider_bg .swiper-button-prev:after{ font-size:18px;}
    .slider_bg .swiper-container-horizontal>.swiper-pagination-bullets,
    .slider_bg .swiper-pagination-custom,
    .slider_bg .swiper-pagination-fraction{bottom:10px;}
    .slider_bg .swiper-pagination-bullet{width:30px; height:4px; transition:all .5s ease-in-out;margin:0 5px!important;}
    .slider_bg .swiper-pagination-bullet-active{width:30px; height:4px; border-radius:4px; }
    .slider_bg p{font-size:16px;}
    .slider_bg a{margin-top: 10px; max-width:140px;}
    .slider_bg .swiper-button-next,.slider_bg .swiper-button-prev{display: none;}
    .slider_bg .swiper-container-horizontal>.swiper-pagination-bullets,.slider_bg .swiper-pagination-custom, .swiper-pagination-fraction{bottom:10px;}
    .slider_bg p span{font-size:18px;}
}

/*首页公司简介*/
.default_about_bg{width:100%;height:830px;display: flex;}
.default_about_bg .left{width:550px;height:100%;background: url(../images/about_bg_left.jpg) center center/cover no-repeat;position: relative;}
.default_about_bg .left .txt{position: absolute;left:50px;bottom:70px;color:#f9d8ae;}
.default_about_bg .left .cn{font-size:32px;}
.default_about_bg .left .en{font-size:24px;}
.default_about_bg .right{flex:1;height:100%;background: #fff;padding:0 300px 0 90px;display: flex;flex-direction: column;justify-content: center;}
.line{width:30px;height:4px;background: #cc9f4f;}
.default_about_bg h1{font-size:40px;color:#30373f;margin:20px 0 50px 0;}
.default_about_bg p{font-size:16px;color:#797065;line-height: 2;}
.default_about_bg .infos{display: flex;justify-content: space-between;align-items: center;margin:80px 0 100px 0;}
.default_about_bg .item{border-right:1px solid #d6d7d9;display: flex;align-items: center;justify-content: center;}
.default_about_bg .item:nth-child(1){width:30%;}
.default_about_bg .item:nth-child(2){width:40%;}
.default_about_bg .item:last-child{border-right:0;width:30%;}
.default_about_bg .item .iconfont{color:rgba(0,0,0,.7);font-size:50px;margin-right:10px;}
.default_about_bg .item p{font-size:18px;color:#30373f;line-height: 1.2;}
.default_about_bg .item span{font-size:48px;color:#cc9f4f;font-weight:bold;}
.default_about_bg .more{width:240px;height:60px;background: #f9d8ae;font-size:16px;color:#30373f;display: flex;justify-content: space-between;align-items: center;padding:0 20px;}
.default_about_bg .more .icon{font-size:20px;opacity: .8;}
@media screen and (max-width:992px) {
    .default_about_bg .left{display: none;}
    .default_about_bg .right{padding:30px 15px;}
    .default_about_bg h1{font-size:20px;margin:20px 0 30px 0;}
    .default_about_bg p{font-size:14px;}
    .default_about_bg .infos{display: block;margin:30px 0;}
    .default_about_bg .item{border-bottom:1px solid #d6d7d9;border-right:0;padding:0;display: flex;align-items: center;}
    .default_about_bg .item:nth-child(1){width:100%;}
    .default_about_bg .item:nth-child(2){width:100%;}
    .default_about_bg .item:last-child{border-right:0;width:100%;}
    .default_about_bg .item:last-child{padding-bottom:0;}
    .default_about_bg{height:auto;}
    .default_about_bg .item p{font-size:14px;}
    .default_about_bg .item span{font-size:20px;}
    .default_about_bg .item .iconfont{font-size:30px;}
    .default_about_bg .more{width:100%;height:40px;font-size:14px;padding:0 20px;}
    .default_about_bg .more .icon{font-size:18px;}
}

/*品牌*/
.default_brands{padding:50px 77px 90px 77px;background: #f8f8f8;display: flex;flex-direction: column;align-items: center;}
.default_brands h2{font-size:40px;color:#30373f;margin:20px 0 60px 0;}
.default_brands .content{height:auto;width:100%;}
@media screen and (max-width:992px) {
    .default_brands{padding:30px 15px 15px 15px;}
    .default_brands h2{font-size:20px;margin:15px 0 30px 0;}
}

/*定制流程*/
.default_process{background: #ededed;padding:80px 74px;}
.default_process .content{background: #fff;display: flex;align-items: center;padding:80px 180px 100px 180px;}
.default_process .left{width:40%;}
.default_process .left img{width:310px;margin-top:28px;}
.default_process .left h2{font-size:40px;color:#30373f;margin-top:28px;}
.default_process .right{width:60%;}
.default_process .right .items{display: flex;align-items: center;justify-content: space-between;}
.default_process .right .item{display: flex;flex-direction: column;align-items: center;}
.default_process .right .box{width:70px;height:70px;border-radius: 5px;display: flex;justify-content: center;align-items: center;border:1px solid #30373f;}
.default_process .right i{font-size:40px;color:#30373f;}
.default_process .right p{color:#30373f;font-size:18px;margin-top:20px;text-align: center;}
.default_process .right .item:hover .box{border-color:#cc9f4f;}
.default_process .right .item:hover i{color:#cc9f4f;}
.default_process .right .item:hover p{color:#cc9f4f;}
@media screen and (max-width:992px) {
    .default_process{padding:20px 15px;}
    .default_process .content{padding:20px;display: block;}
    .default_process .left{width:100%;}
    .default_process .left img{width:50%;margin-top:15px;}
    .default_process .left h2{font-size:20px;margin-top:15px;}
    .default_process .right{width:100%;margin-top:20px;}
    .default_process .right .items{flex-wrap:wrap;}
    .default_process .right .item{width:32%;margin-bottom:15px;}
    .default_process .right p{font-size:14px;margin-top:15px;}
}

/*首页新闻*/
.default_news{padding:55px 240px;background: #fff;display: flex;flex-direction: column;align-items: center;}
.default_news h2{font-size:40px;color:#000;margin:18px 0 35px 0;}
.default_news .news{display: flex;justify-content: space-between;}
.default_news .new{width:32%;}
.default_news .news_cover{height:320px;}
.default_news .texts{background: #f8f8f8;padding:30px;}
.default_news .time{font-size:14px;color:#cc9f4f;}
.default_news .title{font-size:18px;color:#000;margin:18px 0 35px 0;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.default_news .sub{font-size: 16px;color:#696969;line-height: 2;min-height:130px;}
.default_news .more{font-size:16px;color:#30373f;border:1px solid #30373f;width:140px;height:48px;border-radius: 5px;display: flex;justify-content: center;align-items: center;margin-top:45px;}
.default_news .mores{width:240px;height:58px;font-size:18px;color:#30373f;background: #f9d8ae;border:1px solid #cc9f4f;margin-top:50px;display: flex;justify-content: center;align-items: center;}
.default_news .new:hover{box-shadow: 0 0 10px rgba(0,0,0,.3);}
@media screen and (max-width:992px) {
    .default_news{padding:30px 15px;}
    .default_news h2{font-size:20px;margin:18px 0 20px 0;}
    .default_news .news{display: block;width:100%;}
    .default_news .new{width:100%;display: block;margin-bottom:20px;}
    .default_news .news_cover{height:150px;}
    .default_news .texts{padding:15px;}
    .default_news .time{font-size:12px;}
    .default_news .title{font-size:16px;margin:15px 0 20px 0;}
    .default_news .sub{font-size: 14px;min-height:auto;}
    .default_news .more{font-size:14px;width:100%;height:40px;margin-top:25px;}
    .default_news .mores{width:100%;height:40px;font-size:16px;margin-top:0px;}
}

/********************************************底部信息css****************************************/
footer{background:#f8f8f8; padding:50px 260px 40px 260px;}
footer .left img{width:42px;}
footer .left .hotline{color:#30373f;font-size:24px;margin:15px 0;line-height: 1.3;}
footer .left .hotline span{color:#cc9f4f;font-size:30px;font-weight: bold;}
footer .left .info{margin-top:20px;}
footer .left .info p{font-size:16px;color:#30373f;line-height: 2;}
footer .center{position: relative;}
footer .center p{font-size:18px;color:#000000;display: flex;align-items: center;}
footer .center p img{width:40px;height:40px;margin-left:16px;}
footer .center .wechat_code{width:220px;position: absolute;left:30px;}
footer .right .halfs{display: flex;justify-content: space-between;align-items: center;}
footer .right .half{width:49%;}
footer .right .message_info{padding:0;}
footer .message_info input,
footer .message_info textarea{border-color:#30373f;color:#000;width:100%;height:50px;padding:0 20px;border: 1px solid #30373f;}
footer .message_info textarea{height:115px;resize:none;padding:15px 20px;margin-top:20px;margin-bottom:10px;}
footer .message_info .red{background: #30373f;font-size:16px;height:50px;width:100%;color: #fff;border: none;outline: none;}

.copyright{padding:30px 0; text-align:center;background:#30373f; border-top: 1px rgba(255,255,255,.1) solid; font-size:14px;}
.copyright span{margin-right:20px;font-size:14px;color:var(--white);}
.copyright a{font-size:14px;}
.copyright a img{max-width:20px; margin-right:8px;}
.top{width:50px; height:50px; border-radius:5px; border:2px #f9d8ae solid; position: fixed; z-index: 99;right:20px; bottom:3%; display: flex; justify-content: center; align-items: center; color:#f9d8ae; box-shadow: 0 0 10px rgba(0,0,0,.5);display: none;}
.top:hover{ background:#f9d8ae; color:var(--white);}
.top i{font-size:30px; }
@media screen and (max-width:992px) {
    footer{padding:20px 0px;}
    footer .center{display: none;}
    footer .row{display: block;}
    footer .row .left{flex: 0 0 100%;max-width: 100%;}
    footer .left img{width:30px;}
    footer .left .hotline{font-size:16px;margin:15px 0;}
    footer .left .hotline span{font-size:20px;}
    footer .left .info{margin-top:10px;}
    footer .left .info p{font-size:14px;}
    footer .right{margin-top:20px;}
    footer .right .halfs{display: block;}
    footer .right .half{width:100%;}
    footer .right .message_info{padding:0;}
    footer .message_info textarea{height:80px;margin-top:10px;margin-bottom:5px;}
    footer .message_info .red{font-size:14px;height:40px;}
    footer .row .right {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding:0;}
    footer .right .half:first-child input{margin-bottom:10px;}

    .copyright{padding: 20px 5%; font-size:12px;}
    .copyright span{display: block; text-align: left;line-height: 2;}
    top{width:30px;height:30px;}
    .top i{font-size:20px; }
}

/*产品分类列表*/
.common_banner img{width:100%;}
.pdt_page{padding:40px;}
.pdt_page .cate1{width:100%;height:900px;}
.pdt_page a{display: none;width:100%;height:100%;background: rgba(48,55,63,.9);flex-direction: column;justify-content: center;align-items: center;}
.pdt_page img{width:236px;}
.pdt_page p{color:#fff;font-size:30px;margin:35px 0 60px 0;}
.pdt_page .more{display: flex;justify-content: space-between;align-items: center;width:240px;height:48px;border:1px solid #fff;color:#fff;padding:0 25px;}
.pdt_page span.icon{font-size:20px;}
.pdt_page .cates{display: flex;justify-content: space-between;margin-top:40px;}
.pdt_page .cates .cate2{width:49%;height:900px;}
.pdt_page .cate:hover a{display: flex;}
@media screen and (max-width:992px) {
    .common_banner{margin-top:60px;}
    .pdt_page{padding:20px 15px;}
    .pdt_page .cate1{height:300px;}
    .pdt_page .cates{display: block;margin-top:20px;}
    .pdt_page .cates .cate2{width:100%;height:300px;}
    .pdt_page img{width:100px;}
    .pdt_page p{font-size:16px;margin:15px 0 20px 0;}
    .pdt_page .more{width:50%;height:40px;padding:0 20px;}
    .pdt_page span.icon{font-size:20px;}
    .pdt_page .cates .cate2:last-child{margin-top:20px;}
}

/*产品分类1*/
.pdt_page1{padding:80px 0 50px 0;}
.pdt_page1 .block{width:1420px;margin:0 auto;display: flex;justify-content: space-between;margin-bottom:45px;}
.pdt_page1 .block img{width:100%;height:100%;}
.pdt_page1 .block .left{width:50%;height:554px;}
.pdt_page1 .block .right{width:50%;background: #f5f5f5;height:554px;display: flex;flex-direction: column;justify-content: center;padding:0 50px;}
.pdt_page1 .line{width:40px;height:4px;background: #351f1b;}
.pdt_page1 .name{font-size:30px;color:#351f1b;font-weight: bold;margin:20px 0 40px 0;}
.pdt_page1 .contentt{font-size:18px;color:#30373f;}
.pdt_page1 .contentt p{line-height: 1.8;}

.pdt_page1 .item{width:49%;}
.pdt_page1 .item .topp{width:100%;height:400px;}
.pdt_page1 .item img{width:100%;height:100%;}
.pdt_page1 .item .bottom{background: #f5f5f5;display: flex;flex-direction: column;height:380px;padding:40px 60px;}

.pdt_page1 .pic{width:100%;height:650px;background: url(../images/pdt1_pic_bg.jpg) center center/cover no-repeat;display: flex;justify-content: center;align-items: center;}
.pdt_page1 .pic .box{width:825px;height:328px;background: #f7f7f7;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.pdt_page1 .pic .contentt{text-align: center;}
.pdt_page1 .pic .m_contentt{display: none;}

.pdt_page1 .pdts{display: flex;justify-content: center;align-items: center;flex-direction: column;padding:54px 0;width:1420px;margin:0 auto;}
.pdt_page1 .pdts .cates{display: flex;justify-content: center;background: #f1f1f1;height:60px;border-radius: 60px;}
.pdt_page1 .pdts .cate{font-size:18px;color:#000;height:100%;padding:0 60px;display: flex;align-items: center;cursor: pointer;}
.pdt_page1 .pdts .cate.active{background: #351f1b;color:#fff;border-radius: 60px;}
.pdt_page1 .pdts .ccon{margin:35px 0;}
.pdt_page1 .pdts .ccon .pics{display: none;flex-wrap:wrap;justify-content: space-between;}
.pdt_page1 .pdts .ccon .picc{width:32%;overflow:hidden;}
.pdt_page1 .pdts .ccon .picc img{width:100%;transition:.5s;}
.pdt_page1 .pdts .ccon .picc:hover img{transform:scale(1.1);}
.pdt_page1 .pdts .ccon .picc p{font-size:16px;color:#000;margin:15px 0;text-align: center;}
.pdt_page1 .pdts .ccon .pics.active{display: flex;}
.pdt_page1 .pdts .ccon .picc:last-child:nth-child(3n+2){margin-right:34%;}

.pdt_page1 .lists{display: flex;align-items: center;flex-direction: column;width:1420px;margin:0 auto;}
.pdt_page1 .lists .ll{display: flex;flex-wrap:wrap;justify-content: space-between;}
.pdt_page1 .lists .item{width:32%;margin-bottom:20px;overflow: hidden;}
.pdt_page1 .lists img{width:100%;transition: .5s;}
.pdt_page1 .lists .item:last-child:nth-child(3n+2){margin-right:34%;}
.pdt_page1 .lists .item:hover img{transform: scale(1.1);}

@media(max-width: 992px){
    .pdt_page1{padding:20px 0 0 0;}
    .pdt_page1 .block{padding:0 15px;display: block;margin-bottom:20px;width:100%;}
    .pdt_page1 .block img{width:100%;height:auto;}
    .pdt_page1 .block .left{width:100%;height:auto;}
    .pdt_page1 .block .right{width:100%;background: #f5f5f5;height:auto;display: flex;flex-direction: column;justify-content: center;padding:20px;}
    .pdt_page1 .line{width:40px;height:4px;background: #351f1b;}
    .pdt_page1 .name{font-size:18px;color:#351f1b;font-weight: bold;margin:10px 0 20px 0;}
    .pdt_page1 .contentt{font-size:14px;color:#30373f;display: none;}
    .pdt_page1 .contentt p{line-height: 1.8;}

    .pdt_page1 .item{width:100%;margin-bottom:20px;}
    .pdt_page1 .item .topp{width:100%;height:auto;}
    .pdt_page1 .item img{width:100%;height:auto;}
    .pdt_page1 .item .bottom{background: #f5f5f5;display: flex;flex-direction: column;height:auto;padding:20px;}

    .pdt_page1 .pic{width:100%;height:auto;background: url(../images/pdt1_pic_bg.jpg) center center/cover no-repeat;display: flex;justify-content: center;align-items: center;padding:15px;}
    .pdt_page1 .pic .box{width:100%;height:auto;background: #f7f7f7;display: flex;justify-content: center;align-items: center;flex-direction: column;padding:20px;}
    .pdt_page1 .pic .contentt{display: none;}
    .pdt_page1 .pic .m_contentt{display: block;}

    .pdt_page1 .pdts{display: flex;justify-content: center;align-items: center;flex-direction: column;padding:20px 0;width:100%;margin:0 auto;}
    .pdt_page1 .pdts .cates{display: flex;justify-content: center;height:auto;border-radius: 0px;flex-wrap:wrap;background: transparent;}
    .pdt_page1 .pdts .cate{font-size:14px;color:#000;height:100%;padding:8px 20px;display: flex;align-items: center;cursor: pointer;background: #f1f1f1;border-radius: 0px;margin:0 5px;margin-bottom:10px;}
    .pdt_page1 .pdts .cate.active{background: #351f1b;color:#fff;border-radius: 0px;}
    .pdt_page1 .pdts .ccon{margin:10px 15px 0 15px;}
    .pdt_page1 .pdts .ccon .pics{display: none;flex-wrap:wrap;justify-content: space-between;}
    .pdt_page1 .pdts .ccon .picc{width:49%;}
    .pdt_page1 .pdts .ccon .picc img{width:100%;}
    .pdt_page1 .pdts .ccon .picc p{font-size:14px;color:#000;margin:15px 0;text-align: center;}
    .pdt_page1 .pdts .ccon .pics.active{display: flex;}
    .pdt_page1 .pdts .ccon .picc:last-child:nth-child(3n+2){margin-right:0;}

    .pdt_page1 .lists{display: flex;align-items: center;flex-direction: column;width:100%;margin:0 auto;padding:20px 15px;}
    .pdt_page1 .lists .ll{display: flex;flex-wrap:wrap;justify-content: space-between;}
    .pdt_page1 .lists .item{width:49%;margin-bottom:10px;}
    .pdt_page1 .lists .img{width:100%;}
    .pdt_page1 .lists .item:last-child:nth-child(3n+2){margin-right:0;}
}

/*产品分类2*/
.pdt_page2 .part1{background: #fff;padding:100px 250px;display: flex;align-items: center;justify-content: space-between;}
.pdt_page2 .part1 .left{width:40%;height:465px;background: #2c392a;display: flex;justify-content: center;align-items: center;}
.pdt_page2 .part1 img{width:346px;}
.pdt_page2 .part1 .right{width:52%;display: flex;flex-direction: column;justify-content: center;}
.pdt_page2 .part1 .line{width:40px;height:4px;background: #2c392a;}
.pdt_page2 .part1 h2{font-size:30px;color:#2c392a;margin:24px 0 50px 0;}
.pdt_page2 .part1 p{font-size:16px;color:#30373f;line-height: 2;}

.pdt_page2 .part2{display: flex;height:595px;}
.pdt_page2 .part2 .text{width:50%;background: #f3f3f3;height:100%;display: flex;flex-direction: column;justify-content: center;padding:0 130px 0 90px;}
.pdt_page2 .part2 .text .line{width:40px;height:4px;background: #2c392a;}
.pdt_page2 .part2 .text h2{font-size:30px;color:#2c392a;margin:24px 0 50px 0;}
.pdt_page2 .part2 .text p{font-size:16px;color:#30373f;line-height: 2;margin-bottom:30px;}
.pdt_page2 .part2 .pic{width:50%;}
.pdt_page2 .part2 .pic img{width:100%;height:100%;display: block;}

.pdt_page2 .part4{display: flex;flex-direction: column;align-items: center;padding:65px 0;}
.pdt_page2 .part4 .line{background: #2c392a;}
.pdt_page2 .part4 h2{color: #2c392a;margin:23px 0 43px 0;}
.pdt_page2 .part4 .items{display: flex;justify-content: space-between;width:100%;padding:0 135px;}
.pdt_page2 .part4 .item{width:19%;border-radius: 5px;position: relative;}
.pdt_page2 .part4 img{width:100%;}
.pdt_page2 .part4 .icon{position: absolute;z-index:2;left:50%;top:50%;transform: translate(-50%, -50%);width:80px;height:80px;border-radius: 50%;font-size:30px;color:#fff;background: rgba(44,57,42,.9);display: flex;justify-content: center;align-items: center;}
.pdt_page2 .part4 .item:hover .icon{background: rgba(44,57,42,1);box-shadow: 0 0 0 5px rgba(255,255,255,.3);}

.pdt_page2 .part5{display: flex;flex-direction: column;align-items: center;}
.pdt_page2 .part5 .line{background: #2c392a;}
.pdt_page2 .part5 h2{color:#2c392a;margin:27px 0 50px 0;}
.pdt_page2 .part5 .content{display: flex;height:1045px;width:100%;}
.pdt_page2 .part5 .left{width:50%;height:100%;}
.pdt_page2 .part5 .left img{width:100%;height:100%;display: block;}
.pdt_page2 .part5 .right{width:50%;height:100%;background: #2c392a;}
.pdt_page2 .part5 .right .content{padding:140px 110px;position: relative;width:100%;height:100%;}
.pdt_page2 .part5 .swiper{width:100%;height:100%;overflow: hidden;}
.pdt_page2 .part5 .swiper-slide{color:#fff;}
.pdt_page2 .part5 .swiper-slide div{font-size:24px;}
.pdt_page2 .part5 .swiper-slide img{width:100%;margin:40px 0;}
.pdt_page2 .part5 .swiper-slide p{font-size:16px;line-height: 2;}
.pdt_page2 .part5 .swiper-pagination{position: absolute;bottom:140px;}
.pdt_page2 .part5  .swiper-pagination-bullet{background: #fff;width:15px;height:15px;margin:0 6px;}

.pdt_page2 .part6{display: flex;flex-direction: column;align-items: center;padding:80px 0 50px 0;}
.pdt_page2 .part6 .line{background: #2c392a;}
.pdt_page2 .part6 h2{color:#2c392a;margin:27px 0 50px 0;}
.pdt_page2 .part6 .list{padding:0 130px;display: flex;justify-content: space-between;flex-wrap:wrap;}
.pdt_page2 .part6 .item{width:32%;margin-bottom:30px;overflow: hidden;}
.pdt_page2 .part6 img{width:100%;transition: .5s;}
.pdt_page2 .part6 .item:hover img{transform: scale(1.1);}
.pdt_page2 .part6 .item:nth-child(3n+2):last-child{margin-right:34%;}
@media screen and (max-width:992px){
    .pdt_page2 .part1{padding:25px 15px;display: block;}
    .pdt_page2 .part1 .left{width:100%;height:200px;}
    .pdt_page2 .part1 img{width:60%;}
    .pdt_page2 .part1 .right{width:100%;margin-top:20px;}
    .pdt_page2 .part1 .line{width:40px;height:4px;}
    .pdt_page2 .part1 h2{font-size:20px;margin:24px 0 30px 0;}
    .pdt_page2 .part1 p{font-size:14px;}

    .pdt_page2 .part2{height:auto;flex-wrap:wrap;}
    .pdt_page2 .part2 .text{width:100%;height:auto;padding:30px 15px 0 15px;}
    .pdt_page2 .part2 .text .line{width:40px;height:4px;}
    .pdt_page2 .part2 .text h2{font-size:20px;margin:24px 0 30px 0;}
    .pdt_page2 .part2 .text p{font-size:14px;margin-bottom:30px;}
    .pdt_page2 .part2 .pic{width:100%;}
    .pdt_page2 .part2 .pic img{width:100%;height:auto;}
    .pdt_page2 .part2_m_reverse .text{order:1;}

    .pdt_page2 .part4{padding:30px 0;}
    .pdt_page2 .part4 h2{margin:23px 0 30px 0;font-size:20px;}
    .pdt_page2 .part4 .items{width:100%;padding:0 15px;flex-wrap:wrap;}
    .pdt_page2 .part4 .item{width:32%;margin-bottom:20px;}
    .pdt_page2 .part4 .icon{width:50px;height:50px;font-size:20px;}

    .pdt_page2 .part5 h2{margin:23px 0 30px 0;font-size:20px;}
    .pdt_page2 .part5 .content{display: flex;height:auto;width:100%;}
    .pdt_page2 .part5 .left{display: none;}
    .pdt_page2 .part5 .left img{width:100%;}
    .pdt_page2 .part5 .right{width:100%;height:100%;}
    .pdt_page2 .part5 .right .content{padding:30px 15px 60px 15px;}
    .pdt_page2 .part5 .swiper-slide div{font-size:16px;}
    .pdt_page2 .part5 .swiper-slide img{margin:20px 0;}
    .pdt_page2 .part5 .swiper-slide p{font-size:14px;}
    .pdt_page2 .part5 .swiper-pagination{bottom:20px;}
    .pdt_page2 .part5  .swiper-pagination-bullet{width:10px;height:10px;margin:0 6px;}

    .pdt_page2 .part6{padding:30px 0 10px 0;}
    .pdt_page2 .part6 h2{margin:23px 0 30px 0;font-size:20px;}
    .pdt_page2 .part6 .list{padding:0 15px;flex-wrap:wrap;}
    .pdt_page2 .part6 .item{width:100%;margin-bottom:20px;}
    .pdt_page2 .part6 .item:nth-child(3n+2):last-child{margin-right:0;}
}
@media screen and (min-width:2000px){
    .pdt_page2 .part5 .swiper-pagination{bottom:60px;}
}

/*瑞王楼梯，产品3*/
.pdt_page3{background: url(../images/pdt_page3_pbg.jpg) top center/cover no-repeat;}
.pdt_page3 .about{padding:60px 0 120px 0;display: flex;flex-direction: column;align-items: center;}
.pdt_page3 .about .title{width:500px;}
.pdt_page3 .about .texts{width:740px;margin:90px 0;}
.pdt_page3 .about p{font-size:16px;color:#000;line-height: 2;}

.pdt_page3 .culture{display: flex;flex-direction: column;align-items: center;padding-bottom:100px;}
.pdt_page3 .culture .title{width:560px;margin-bottom:50px;}
.pdt_page3 .culture .swipers{width:1420px;position: relative;padding-bottom:50px;overflow: hidden;}
.pdt_page3 .culture .swiper-slide{width:100%;}
.pdt_page3 .culture .line1{display: flex;justify-content: space-between;margin-bottom:30px;}
.pdt_page3 .culture .box{width:32%;height:580px;border:1px solid rgba(0,0,0,.1);background: #fff;}
.pdt_page3 .culture .pic{width:100%;height:255px;}
.pdt_page3 .culture img{width:100%;height:100%;}
.pdt_page3 .culture .text{background: #fff;font-size:16px;color:#000;padding:60px 35px 30px 35px;line-height: 1.8;position: relative;}
.pdt_page3 .culture span{font-weight: bold;}
.pdt_page3 .culture .num{position: absolute;width:80px;height:80px;background: #9d080d;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;font-size:42px;font-weight: bold;top:-40px;left:25px;}
.pdt_page3 .culture .line2{display: flex;justify-content: space-between;margin-bottom:30px;}
.pdt_page3 .culture .line2 .box{width:49%;height:540px}
.pdt_page3 .culture .swiper-pagination{position: absolute;bottom:0px;left:50%;transform: translateX(-50%);}
.pdt_page3 .culture .swiper-pagination-bullet{width:26px;height:26px;background: #7d7d7d;border-radius: 0;margin:0 7px;}
.pdt_page3 .culture .swiper-pagination-bullet-active{background: #9d080d;}
.pdt_page3 .m_swipers{display: none;}

.pdt_page3 .why{display: flex;flex-direction: column;align-items: center;}
.pdt_page3 .why .title{width:686px;margin-bottom:70px;}
.pdt_page3 .why .list{width:1420px;display: flex;justify-content: space-between;}
.pdt_page3 .why .item{width:32%;display: flex;flex-direction: column;align-items: center;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding:50px 50px 90px 50px;}
.pdt_page3 .why img{width:100px;}
.pdt_page3 .why .name{font-size:24px;color:#30373f;font-weight: bold;margin:38px 0 34px 0;}
.pdt_page3 .why .tt{font-size:16px;color:#30373f;text-align: center;}

.pdt_page3 .cases{padding:80px 0;display: flex;flex-direction: column;align-items: center;}
.pdt_page3 .cases .title{width:547px;}
.pdt_page3 .cases .cates{display: flex;justify-content: center;margin:50px 0;}
.pdt_page3 .cases .cate{width:143px;height:39px;background: url(../images/product3_case_bg.png) center center/cover no-repeat;display: flex;justify-content: center;align-items: center;margin:0 8px;cursor: pointer;}
.pdt_page3 .cases .cate.active{background: url(../images/product3_case_bg_active.png) center center/cover no-repeat;color:#9d080d;}
.pdt_page3 .cases .list{width:1420px;}
.pdt_page3 .cases .item{display: none;flex-wrap:wrap;justify-content: space-between;width:100%;}
.pdt_page3 .cases .item.active{display: flex;}
.pdt_page3 .cases .ii{width:24%;}
.pdt_page3 .cases .ii:last-child:nth-child(4n+2){margin-right:50.67%;}
.pdt_page3 .cases .ii:last-child:nth-child(4n+3){margin-right:25.33%;}
.pdt_page3 .cases .box{width:100%;overflow: hidden;}
.pdt_page3 .cases img{transition: .5s;}
.pdt_page3 .cases .box:hover img{transform: scale(1.1);}
.pdt_page3 .cases p{font-size:16px;text-align: center;margin:10px 0;}

@media(max-width:992px){
    .pdt_page3 .about{padding:30px 15px;display: flex;flex-direction: column;align-items: center;}
    .pdt_page3 .about .title{width:250px;}
    .pdt_page3 .about .texts{width:100%;margin:30px 0;}
    .pdt_page3 .about p{font-size:14px;color:#000;line-height: 2;}

    .pdt_page3 .culture{display: flex;flex-direction: column;align-items: center;padding-bottom:50px;}
    .pdt_page3 .culture .title{width:280px;margin-bottom:30px;}
    .pdt_page3 .m_swipers{display: block;width:100%;position: relative;overflow: hidden;padding:0 15px;}
    .pdt_page3 .swipers{display: none;}
    .pdt_page3 .m_swipers .swiper-slide{width:100%;}
    .pdt_page3 .m_swipers .line1{display: flex;justify-content: space-between;margin-bottom:30px;}
    .pdt_page3 .m_swipers .box{width:100%;height:536px;border:1px solid rgba(0,0,0,.1);}
    .pdt_page3 .m_swipers .pic{width:100%;height:200px;}
    .pdt_page3 .m_swipers img{width:100%;height:100%;}
    .pdt_page3 .m_swipers .text{background: #fff;font-size:14px;color:#000;padding:40px 15px;line-height: 1.8;position: relative;}
    .pdt_page3 .m_swipers span{font-weight: bold;}
    .pdt_page3 .m_swipers .num{position: absolute;width:40px;height:40px;background: #9d080d;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;font-size:20px;font-weight: bold;top:-20px;left:15px;}
    .pdt_page3 .m_swipers .line2{display: flex;justify-content: space-between;margin-bottom:30px;}
    .pdt_page3 .m_swipers .line2 .box{width:100%;height:536px;}
    .pdt_page3 .m_swipers .swiper-pagination{position: absolute;bottom:0px;left:50%;transform: translateX(-50%);}
    .pdt_page3 .m_swipers .swiper-pagination-bullet{width:15px;height:15px;background: #7d7d7d;border-radius: 0;margin:0 5px;}
    .pdt_page3 .m_swipers .swiper-pagination-bullet-active{background: #9d080d;}

    .pdt_page3 .why{display: flex;flex-direction: column;align-items: center;}
    .pdt_page3 .why .title{width:300px;margin-bottom:30px;}
    .pdt_page3 .why .list{width:100%;padding:0 15px;display: flex;justify-content: space-between;flex-wrap:wrap;}
    .pdt_page3 .why .item{width:100%;display: flex;flex-direction: column;align-items: center;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding:20px 20px 30px 20px;margin-bottom:20px;}
    .pdt_page3 .why img{width:100px;}
    .pdt_page3 .why .name{font-size:16px;color:#30373f;font-weight: bold;margin:20px 0;}
    .pdt_page3 .why .tt{font-size:14px;color:#30373f;text-align: center;}

    .pdt_page3 .cases{padding:30px 15px 100px 15px;display: flex;flex-direction: column;align-items: center;}
    .pdt_page3 .cases .title{width:270px;}
    .pdt_page3 .cases .cates{display: flex;justify-content: center;margin:30px 0;}
    .pdt_page3 .cases .cate{width:90px;height:25px;background: url(../images/product3_case_bg.png) center center/cover no-repeat;display: flex;justify-content: center;align-items: center;margin:0 2px;cursor: pointer;font-size:12px;}
    .pdt_page3 .cases .cate.active{background: url(../images/product3_case_bg_active.png) center center/cover no-repeat;color:#9d080d;}
    .pdt_page3 .cases .list{width:100%;}
    .pdt_page3 .cases .item{display: none;flex-wrap:wrap;justify-content: space-between;width:100%;}
    .pdt_page3 .cases .item.active{display: flex;}
    .pdt_page3 .cases .ii{width:49%;}
    .pdt_page3 .cases .ii:last-child:nth-child(4n+2){margin-right:0%;}
    .pdt_page3 .cases .ii:last-child:nth-child(4n+3){margin-right:0%;}
    .pdt_page3 .cases .box{width:100%;overflow: hidden;}
    .pdt_page3 .cases img{transition: .5s;}
    .pdt_page3 .cases .box:hover img{transform: scale(1.1);}
    .pdt_page3 .cases p{font-size:14px;text-align: center;margin:10px 0;}
}

/*防伪查询*/
.search_page{padding:60px 0 90px 0;display: flex;flex-direction: column;align-items: center;}
.search_page h3{font-size:18px;color:#30373f;}
.search_page .line{width:40px;height:4px;background: #f9d8ae;margin:20px 0 15px 0;}
.search_page h2{font-size:30px;color:#30373f;margin-bottom:50px;}
.search_page .content{width:75%;background: #f7f7f7;border-radius: 5px;padding:60px 100px;}
.search_page .ttop{display: flex;flex-direction: column;align-items: center;}
.search_page .tip{font-size:20px;color:#000;line-height: 2;text-align: center;}
.search_page .num{padding:5px;background: #bbbbbb;color:#fff;border-radius: 50%;margin:0 5px;}
.search_page .mark{color:#cc9f4f;font-weight: bold;background: none;}
.search_page .lines{display: flex;flex-wrap:wrap;justify-content: space-between;margin-top:50px;}
.search_page .box{width:49%;margin-bottom: 30px;background: #fff;border:1px solid #9f9f9f;padding:0px 15px;display: flex;align-items: center;height:53px;}
.search_page .box i{font-size:30px;color:rgba(0,0,0,.7);width:10%;}
.search_page .box input{width:90%;height:30px;font-size:16px;border:none;outline: none;}
.search_page .btns{display: flex;justify-content: center;width:49%;}
.search_page .btn{width:200px;height:50px;font-size:18px;background: #cc9f4f;color:#fff;margin:0 17px;border-radius: 0;display: flex;justify-content: center;align-items: center;}
.search_page .bottom{font-size:16px;color:#30373f;line-height: 2.5;margin-top:60px;}
.search_page .bottom .mark{font-size:18px;}
@media screen and (max-width:992px){
    .search_page{padding:30px 15px;}
    .search_page h3{font-size:16px;}
    .search_page .line{width:40px;height:4px;margin:20px 0 15px 0;}
    .search_page h2{font-size:20px;margin-bottom:30px;}
    .search_page .content{width:95%;border-radius: 5px;padding:30px 20px;}
    .search_page .tip{font-size:14px;}
    .search_page .num{padding:5px;margin:0 5px;}
    .search_page .lines{display: block;margin-top:50px;}
    .search_page .box{width:100%;margin-bottom: 20px;padding:0px 15px;height:53px;}
    .search_page .box i{font-size:20px;}
    .search_page .box input{height:30px;font-size:14px;}
    .search_page .btns{display: flex;justify-content: center;width:100%;}
    .search_page .btn{width:45%;height:40px;font-size:14px;margin:0 17px;}
    .search_page .bottom{font-size:14px;margin-top:30px;}
    .search_page .bottom .mark{font-size:16px;}
}

/*工厂展示*/
.factory_page{padding:60px 0 90px 0;display: flex;flex-direction: column;align-items: center;}
.factory_page h3{font-size:18px;color:#30373f;}
.factory_page .line{width:40px;height:4px;background: #f9d8ae;margin:20px 0 15px 0;}
.factory_page h2{font-size:30px;color:#30373f;margin-bottom:50px;}
.factory_page .content{width:75%;border-radius: 5px;}
.factory_page .list{display: flex;justify-content: space-between;flex-wrap:wrap;}
.factory_page .item{width:32%;margin-bottom:20px;background: #f7f7f7;}
.factory_page .box{height:320px;overflow: hidden;}
.factory_page img{width:100%;display: block;transition: .5s;height:100%;}
.factory_page .text{background: #f7f7f7;width:100%;height:50px;display: flex;justify-content: center;align-items: center;color:#000;}
.factory_page .box:hover img{transform: scale(1.1);}
.factory_page .item:nth-child(3n+2):last-child{margin-right:34%;}
@media screen and (max-width:992px){
    .factory_page{padding:30px 15px;}
    .factory_page h3{font-size:16px;}
    .factory_page .line{width:40px;height:4px;margin:20px 0 15px 0;}
    .factory_page h2{font-size:20px;margin-bottom:30px;}
    .factory_page .content{width:95%;border-radius: 5px;}
    .factory_page .item{width:100%;}
    .factory_page .item:nth-child(3n+2):last-child{margin-right:0%;}
}

/*招商加盟*/
.join_page{padding:60px 0 90px 0;display: flex;flex-direction: column;align-items: center;}
.join_page h3{font-size:18px;color:#30373f;}
.join_page .line{width:40px;height:4px;background: #f9d8ae;margin:20px 0 15px 0;}
.join_page h2{font-size:30px;color:#30373f;margin-bottom:50px;}
.join_page .content{width:100%;display: flex;flex-direction: column;align-items: center;}

.join_page .pos{width:720px;height:60px;border-radius: 60px;background: #f5f4f5;display: flex;margin-bottom:25px;}
.join_page .cate{width:20%;height:100%;font-size:16px;color:#353535;display: flex;justify-content: center;align-items: center;}
.join_page .cate span{border-right:1px solid #353535;display: flex;justify-content: center;align-items: center;width:100%;height:18px;}
.join_page .cate:last-child span{border-right:0;}
.join_page .cate.active{background: #f9d8ae;border-radius: 60px;border-right:0;}

.join_page .part1{padding:20px 310px;}
.join_page .part1 .list{display: flex;flex-wrap:wrap;justify-content: space-between;}
.join_page .part1 .item{width:31%;border-radius:5px;margin-bottom:10px;}
.join_page .part1 img{width:100%;}
.join_page .part1 h2{font-size:24px;color:#353535;margin-top:30px;}
.join_page .part1 .line{width:40px;height:4px;background: #f9d8ae;margin:20px 0 15px 0;}
.join_page .part1 .text{font-size:16px;color:#353535;line-height: 2;height:130px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.join_page .part2{padding:140px 350px;background: url(../images/join_page_part2_bg.jpg) center center/cover no-repeat;width:100%;}
.join_page .part2 .content{padding:50px 75px;background: #fff;border-radius: 5px;}
.join_page .part2 h3{margin:10px 0 50px 0;font-size:30px;}
.join_page .part2 .tags{display: flex;flex-wrap:wrap;align-items: center;}
.join_page .part2 .tag{font-size:20px;color:#30373f;background: #fff5e8;border:1px solid #f9d8ae;border-radius: 5px;padding:17px 35px;margin:0 30px 25px 0;}

.join_page .part3{padding:52px 0 0 0;width:100%;}
.join_page .part3 h3{margin:10px 0 50px 0;font-size:30px;}
.join_page .part3 .box{width:100%;display: flex;height:800px;}
.join_page .part3 .left{width:50%;height:100%;}
.join_page .part3 .left img{width:100%;height:100%;display: block;}
.join_page .part3 .right{width:50%;height:100%;display: flex;flex-direction: column;background: #f7f7f7;padding:0 80px;justify-content: center;}
.join_page .part3 .right p{color:#30373f;font-size:16px;line-height: 2;}
.join_page .part3 .right table{width:100%;color:#30373f;font-size:16px;margin:20px 0;}
.join_page .part3 .right tr:first-child{background: #f9d8ae;font-weight: bold;}
.join_page .part3 .right td{width:25%;border:1px solid #30373f;padding:10px 0;text-align: center;}

.join_page .part4{padding:52px 0 0 0;width:100%;}
.join_page .part4 h3{margin:10px 0 20px 0;font-size:30px;}
.join_page .part4 p{font-size:16px;color:#cc9f4f;}
.join_page .part4 .lists{display: flex;justify-content: space-between;padding:55px 250px 0 250px;}
.join_page .part4 .item{width:19%;color:#000;display: flex;flex-direction: column;align-items: center;}
.join_page .part4 .box{width:70px;height:70px;border-radius: 5px;display: flex;justify-content: center;align-items: center;border:1px solid;}
.join_page .part4 .box i{font-size:30px;}
.join_page .part4 .item h4{font-size:18px;color:#000;margin:20px 0;}
.join_page .part4 .item p{font-size:16px;color:#000;line-height: 2;text-align: center;text-align: center;}

.join_page .part5{padding:52px 0 0 0;width:100%;}
.join_page .part5 h3{margin:10px 0 20px 0;font-size:30px;}
.join_page .part5 .box{width:75%;box-shadow: 0 0 10px rgba(0,0,0,.3);margin-top:45px;display: flex;justify-content: center;align-items: center;}
.join_page .part5 .left{width:50%;height:100%;padding:40px;}
.join_page .part5 .left img{width:100%;height:100%;display: block;}
.join_page .part5 .right{width:50%;height:100%;padding:40px 0;}
.join_page .part5 .right h3{font-size:20px;color:#cc9f4f;}
.join_page .part5 .right p{font-size:16px;color:#30373f;line-height: 2;margin-bottom:30px;}
.join_page .part5 .right div{font-size:20px;color:#cc9f4f;}

@media screen and (max-width:992px){
    .join_page{padding:30px 0px;}
    .join_page h3{font-size:16px;}
    .join_page .line{width:40px;height:4px;margin:20px 0 15px 0;}
    .join_page h2{font-size:20px;margin-bottom:30px;}

    .join_page .pos{display: none;}

    .join_page .part1{padding:20px 15px;}
    .join_page .part1 .list{display: flex;flex-wrap:wrap;justify-content: space-between;}
    .join_page .part1 .item{width:48%;margin-bottom:10px;}
    .join_page .part1 h2{font-size:18px;margin-top:20px;}
    .join_page .part1 .line{width:40px;height:4px;margin:0 0 15px 0;}
    .join_page .part1 .text{font-size:14px;height:auto;}

    .join_page .part2{padding:20px 15px;}
    .join_page .part2 .content{padding:20px;border-radius: 5px;}
    .join_page .part2 h3{margin:10px 0 30px 0;font-size:20px;}
    .join_page .part2 .tag{font-size:14px;padding:10px 15px;margin:0 20px 15px 0;}

    .join_page .part3{padding:20px 0 0 0;}
    .join_page .part3 h3{margin:10px 0 30px 0;font-size:20px;}
    .join_page .part3 .box{flex-wrap:wrap;height:auto;}
    .join_page .part3 .left{width:100%;height:auto;}
    .join_page .part3 .left img{width:100%;height:auto;display: block;}
    .join_page .part3 .right{width:100%;height:auto;padding:20px 15px;}
    .join_page .part3 .right p{font-size:14px;}
    .join_page .part3 .right table{font-size:14px;}

    .join_page .part4{padding:20px 0 0 0;}
    .join_page .part4 h3{margin:10px 0 20px 0;font-size:20px;}
    .join_page .part4 p{font-size:14px;margin-bottom:20px;}
    .join_page .part4 .lists{flex-wrap:wrap;padding:20px 15px;}
    .join_page .part4 .item{width:49%;}
    .join_page .part4 .box{width:40px;height:40px;}
    .join_page .part4 .box i{font-size:20px;}
    .join_page .part4 .item h4{font-size:16px;}
    .join_page .part4 .item p{font-size:14px;}

    .join_page .part5{padding:10px 0 20px 0;}
    .join_page .part5 h3{margin:10px 0 20px 0;font-size:20px;}
    .join_page .part5 .box{width:90%;margin-top:15px;flex-wrap:wrap;}
    .join_page .part5 .left{width:100%;height:auto;padding:20px;}
    .join_page .part5 .left img{width:100%;height:auto;}
    .join_page .part5 .right{width:100%;height:100%;padding:20px 15px;}
    .join_page .part5 .right h3{font-size:16px;}
    .join_page .part5 .right p{font-size:14px;margin-bottom:20px;}
    .join_page .part5 .right div{font-size:16px;}
}

/*服务中心*/
.service_page{padding:60px 0 90px 0;display: flex;flex-direction: column;align-items: center;}
.service_page h3{font-size:18px;color:#30373f;}
.service_page .line{width:40px;height:4px;background: #f9d8ae;margin:20px 0 15px 0;}
.service_page h2{font-size:30px;color:#30373f;margin-bottom:50px;}
.service_page .content{width:100%;display: flex;padding:0 250px;flex-wrap:wrap;}
.service_page .content .part1{width:50%;height:850px;padding:50px 60px;}
.service_page .content .part2{width:50%;height:425px;}
.service_page .content .part3{width:50%;height:425px;display: flex;}
.service_page .content .part4{width:50%;height:425px;display: flex;}
.service_page .content .part5{width:50%;height:425px;display: flex;}
.service_page .content .part6{width:50%;height:425px;display: flex;}
.service_page .content .num{width:40px;height:40px;background: #cc9f4f;border-radius: 50%;display: flex;justify-content: center;align-items: center;color:#fff;font-size:24px;}
.service_page .content h2{color:#fff;font-size:24px;margin:16px 0 30px 0;}
.service_page .content p{color:#fff;font-size:16px;line-height: 2;}
.service_page .content .pp{width:100%;height:100%;display: flex;}
.service_page .content .text{width:50%;background: #f7f7f7;padding:50px 40px;}
.service_page .content .pic{width:50%;height:100%;}
.service_page .content .pp h2,
.service_page .content .pp p{color:#30373f;}
.service_page .content .mark{font-size:16px;color:#cc9f4f;background: transparent;}
@media screen and (max-width:992px){
    .service_page{padding:30px 0px;}
    .service_page h3{font-size:16px;}
    .service_page .line{width:40px;height:4px;margin:20px 0 15px 0;}
    .service_page h2{font-size:18px;margin-bottom:30px;}

    .service_page .content{width:100%;padding:0 15px;}
    .service_page .content .part1{width:100%;height:400px;padding:20px;}
    .service_page .content .part2{width:100%;height:auto;}
    .service_page .content .part3{width:100%;height:auto;display: flex;flex-wrap:wrap;}
    .service_page .content .part4{width:100%;height:auto;display: flex;flex-wrap:wrap;}
    .service_page .content .part5{width:100%;height:auto;display: flex;flex-wrap:wrap;}
    .service_page .content .part6{width:100%;height:auto;display: flex;flex-wrap:wrap;}
    .service_page .content .num{width:30px;height:30px;font-size:20px;}
    .service_page .content h2{font-size:16px;margin:20px 0;}
    .service_page .content p{font-size:14px;}
    .service_page .content .pp{width:100%;flex-wrap:wrap;height:auto;}
    .service_page .content .text{width:100%;height:auto;padding:20px;}
    .service_page .content .pic{width:100%;height:300px;}
    .service_page .content .pp1 .text{order: 1;}
    .service_page .content .pp h2,
    .service_page .content .pp p{color:#30373f;}
    .service_page .content .mark{font-size:16px;color:#cc9f4f;background: transparent;}
}

/*新闻详情*/
.news_page h2{text-align: center;font-size:20px;line-height: 2;margin-bottom: 20px;}
.news_page .content{color:#30373f;padding: 40px 100px;margin-top:30px;}
.news_page h6{font-size:16px;text-align: center;margin-bottom:35px;}
.news_page span{margin:0 10px;}
.news_page .texts{font-size:16px!important;line-height: 2;}
.news_page .texts *{font-size:16px!important;}
.news_page .texts img{width:60%!important;margin-left:20%;}
.news_page .prev_next{margin-top:50px;border-top:1px solid #ddd;padding-top:20px;}
.news_page .prev_next a{color:#30373f;display: block;margin-bottom:5px;}
.news_page .prev_next span{color:#30373f;margin:0;}
@media screen and (max-width: 992px){
    .news_page h2{line-height: 2;font-size:16px;}
    .search_page .content{padding:15px;margin-top:10px;}
    .news_page h6{font-size:14px;margin-bottom:20px;}
    .news_page span{margin:0 5px;}
    .news_page .texts{font-size:14px!important;}
    .news_page .texts *{font-size:14px!important;}
    .news_page .texts img{width:100%!important;margin-left:0%;}
    .news_page .prev_next{margin-top:30px;}
}

/*********************分页css************************/
.pagination {display:flex; align-items:center; justify-content:center; font-size:0; line-height:0; margin:30px auto 0;}
.pagination:empty {margin-bottom:0;margin-left:0}
.pagination>* {display:inline-block;margin:0 5px;}
.pagination li {display:inline-block;vertical-align:middle;text-align:center}
.pagination li:first-child .pagination li a,
.pagination li:last-child .pagination li a {border-radius:50%}
.pagination li:first-child .pagination li a:hover,
.pagination li:first-child .pagination li a:focus,
.pagination li:first-child .pagination li a:active,
.pagination li:last-child .pagination li a:hover,
.pagination li:last-child .pagination li a:focus,
.pagination li:last-child .pagination li a:active {color:var(--white)}
.pagination li a,.pagination li span {display:inline-block;width:42px; height: 42px; border-radius:100%; font-size:14px; line-height:42px; color:var(--white);transition:all .3s ease-in-out; background: var(--black);}
.pagination li a.icon{font-size:22px}
.pagination li a:hover,.pagination li a:focus,.pagination li a:active,.pagination li.active span{color:var(--white); background:#cc9f4e!important;}
.pagination li.active>.pagination li a,.pagination li.active>.pagination li a:hover,.pagination li.active>.pagination li a:focus,.pagination li.active>.pagination li a:active {color:var(--white);}
.pagination li.disabled span>.pagination li a,.pagination li.disabled span>.pagination li a:hover,.pagination li.disabled span>.pagination li a:focus,.pagination li.disabled span>.pagination li a:active {color:#333;}
.pagination li.disabled span{background:#333;}
.page-item-control .icon::before {font-family:fontawesome;line-height:25px}
.page-item-control:first-child .icon::before {content:'';margin-left:-1px}
.page-item-control:last-child .icon::before {content:'';margin-right:-1px}
@media screen and (max-width: 992px){
    .pagination-wrap {margin:20px auto 0px;}
    .pagination>* {display:inline-block;margin:0 2px 14px 2px;}
    .prev_next{justify-content:flex-start; flex-direction: column; margin:0; padding-top:15px;}
}