p,a,div{font-size:16px;line-height: 1.5;}
a{transition:.5s;}
button{transition:.5s;}
.container{max-width:88%;width:88%;margin:0 auto;padding:0;}
.pc_web{display:block !important;}
.m_web{display:none !important;}

@media(max-width:1680px){
    .container{width:94%;margin:0 auto;}
}
@media(max-width:1025px){
    .container{width:96%;margin:0 auto;}
}
@media(max-width: 992px){
    .pc_web{display:none !important;}
    .m_web{display:block !important;}

    p,a,div{font-size:14px;}
}

/*电脑端导航*/
header{height:100px;width:100%;top:0;left:0;position: fixed;z-index:999;transition: .5s;}
header .container{height:100%;display: flex;justify-content: space-between;align-items: center;}
header .logo{display: flex;align-items: center;width:155px;}
header .logo_default{display: block;transition: .5s;width:155px;}
header .nav{display: flex;align-items: center;height:100%;}
header .link{font-size:16px;color:#e37125;display: flex;align-items: center;margin:0 12px;height:50px;padding:0 16px;}
header.active{background: rgba(255,255,255,.8);}
header .link:hover{color:#e37125;border-bottom:3px solid #e37125;}
header .link.active{background:#e37125;border-radius: 5px;color:#fff;}
header .link.active:hover{color:#fff;border-bottom:0;}

header .subs{position: absolute;top:50px;left:0;width:100%;background: #f8f8f8;display: none;}
header .subs a{display: block;padding:10px;text-align: center;color:#e37125;}
header .subs a:hover{background:#e37125;color:#fff; }
header .link:hover .subs{display: block;}

@media(max-width: 1200px){
    header .link{margin:0 5px;padding:0 10px;}
}
@media(max-width: 1024px){
    header .logo_default{width:120px;}
}
@media(max-width: 992px){
    header{display: none;}
}

/*移动端导航*/
.mobile_header{width:100%; height:60px;position:fixed;top:0;left:0;z-index:1999;display: none;background:rgba(255,255,255,1);}
.mobile_header .container{max-width:100%;width:100%;height:100%;display:flex;justify-content: space-between;align-items: center;padding:0 20px;}
.mobile_header .header_logo{font-size:20px;font-weight: bold;flex:1;display: flex;align-items: center;}
.mobile_header .container img{height: 45px;margin-right:15px;}
.mobile_header .header_logo p{font-size:18px;color:#042b4b;}
.mobile_header .container i{background:#e37125;font-size: 25px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #fff;cursor: pointer;}
.mobile_header .open_logo img {width: 150px;margin-top: 20px;}
.mobile_header .nav-phone {position:fixed; top:0; right:-100%; width:100%; height: 100vh; background:#ffe0bc;z-index:2000;color:#fff;padding:30px;box-sizing: border-box;}
.mobile_header .close { display: flex;justify-content: flex-end;font-size: 25px;color: #fff;cursor: pointer;opacity: 1!important;font-weight: normal;}
.mobile_header .close:hover{color: #fff;}
.mobile_header .mobile_menu {width:100%; margin-top:40px; height:auto; z-index:99;}
.mobile_header .mobile_menu li{width:100%;padding:12px 0;}
.mobile_header .mobile_menu li .new{position: absolute;left: 24%;top: 1px;width: 40px;}
.mobile_header .mobile_menu li a{display:block;height:100%; font-size:16px; color:#000;}
.mobile_header .mobile_menu li h3 {width:100%;background: url(../images/icon_01.png) 98% center no-repeat; background-size:16px;  position:relative;}
.mobile_header .mobile_menu li.selected h3{background: url(../images/icon_02.png) 98% center no-repeat; background-size:16px; }
.mobile_header .mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-top:10px;}
.mobile_header .mobile_menu li .list-item a{display:block; padding-left:20px; font-size:16px;}
.mobile_header .mobile_menu li .list-item a:hover{color:#e37125;}
.mobile_header .open_logo{display: flex; justify-content: center; align-items: center;}
.mobile_header .open_logo a{font-size:20px;color:#fff;}
.mobile_header .open_logo img{width:150px;}
.mobile_header .mobile_menu li i{color:#e37125; margin-right:5px;}
.mobile_header i{font-size:26px;}
.mobile_header span{font-size:24px;}

@media screen and (max-width:992px){
    .mobile_header{display: flex;}
    .mobile_header form{width:100%;height:100%;display: flex;justify-content: space-between;align-items: center;}
    .mobile_header button{background:transparent; border:none; font-size:26px; color:#fff; opacity: 1;width:40px;border:none;outline:none;}
    .mobile_header input{height:40px;width:100%; color:#fff; border: none; font-size: 16px;border:1px solid #fff;background:transparent;outline:none;padding:0 10px;}
    .mobile_header ::placeholder{color:#fff;}
}


/*首页公司简介1*/
.de_about{width:100%;display: flex;}
.de_about .left{width:50%;}
.de_about .left .pic{width:100%;height:600px;}
.de_about .left .pic img{width:100%;height:100%;object-fit: cover;}
.de_about .list{display: flex;justify-content: space-between;}
.de_about .left .list{padding:50px 5% 50px 10%;background: #fff;}
.de_about .right .list{padding:50px 10% 50px 5%;}
.de_about .list .item{width:32%;display: flex;flex-direction: column;align-items: center;justify-content: center;color:#707070;}
.de_about .list .iconfont{font-size:40px;}
.de_about .list span{font-size:18px;text-align: center;}
.de_about .list .item:hover{color:#4c86ee;}
.de_about .right{width:50%;background: #fafafa;}
.de_about .right .content{width:100%;height:600px;padding:10%;}
.de_about .right .title{font-size:42px;color:#e37125;font-weight:bold;margin-bottom:25px;}
.de_about .right .sub{font-size:24px;color:#000;font-weight:bold;margin-bottom:50px;}
.de_about .right p{font-size:16px;color:#707070;margin-bottom:30px;}

@media(max-width: 992px){
    .de_about{display: block;}
    .de_about .left{width:100%;margin-bottom:0px;}
    .de_about .right{width:100%;}
}
@media(max-width: 768px){
    .de_about .left .pic{height:400px;}
    .de_about .left .list{padding:30px;}
    .de_about .right .list{padding:30px;}
    .de_about .right .content{height:auto;padding:30px 30px 0 30px;}
}
@media(max-width: 576px){
    .de_about .list span{font-size:14px;}
    .de_about .right .title{font-size:24px;}
    .de_about .right .sub{font-size:18px;}
    .de_about .right p{font-size:14px;}
}
@media(max-width: 414px){
    .de_about .left .pic{height:250px;}
}

/*首页公司简介2*/
.de_about2{background: #fafafa;width:100%;display: flex;}
.de_about2 .left{width:50%;height:580px;padding:3% 10% 3% 5%;}
.de_about2 .left .content{width:100%;margin-bottom:50px;}
.de_about2 .left .title{font-size:42px;color:#e37125;font-weight:bold;margin-bottom:25px;}
.de_about2 .left .sub{font-size:24px;color:#000;font-weight:bold;margin-bottom:50px;}
.de_about2 .left p{font-size:16px;color:#707070;margin-bottom:30px;}
.de_about2 .left .list{display: flex;justify-content: space-between;width:100%;}
.de_about2 .left .item{display: flex;flex-direction: column;}
.de_about2 .left .txt{color:#707070;font-size:16px;}
.de_about2 .left .txt span{font-size:32px;color:#000;}
.de_about2 .de_about2_more{transition:.5s;margin-top:45px;width:180px;height:50px;border-radius: 50px;border:1px solid #e37125;display: flex;justify-content: space-between;align-items: center;color:#e37125;font-size:16px;padding:0 20px;}
.de_about2 .de_about2_more .iconfont{width:20px;height:20px;font-size:14px;border-radius: 50%;display: flex;justify-content: center;align-items: center;color:#fff;background: #e37125;}
.de_about2 .right{width:50%;height:580px;}
.de_about2 .right img{width:100%;height:100%;object-fit: cover;}
.de_about2 .de_about2_more:hover{background:#e37125;color:#fff;}

@media(max-width: 992px){
    .de_about2{display: block;}
    .de_about2 .left{width:100%;height:auto;}
    .de_about2 .right{width:100%;}
}
@media(max-width: 768px){
    .de_about2 .right{height:400px;}
    .de_about2 .left{padding:50px 30px;}
}
@media(max-width: 576px){
    .de_about2 .left .title{font-size:24px;}
    .de_about2 .left .sub{font-size:18px;}
    .de_about2 .left p{font-size:14px;}
    .de_about2 .left .txt{font-size:14px;}
    .de_about2 .de_about2_more{font-size:14px;}
}
@media(max-width: 414px){
    .de_about2 .right{height:250px;}
}

/*首页产品*/
.de_product{padding:60px 0;}
.de_product .container{display: flex;flex-direction: column;align-items: center;}
.de_product .titles{display: flex;flex-direction: column;align-items: center;}
.de_product .titles .title{font-size:42px;color:#e37125;font-weight: bold;}
.de_product .titles .sub{font-size:24px;color:#000;text-align: center;}
.de_product .list{width:100%;display: flex;justify-content: space-between;margin-top:40px;}
.de_product .list .item{width:49%;display: block;height:600px;position: relative;overflow: hidden;}
.de_product .de_product_pic{width:100%;height:100%;object-fit: cover;transition: .5s;}
.de_product .txt{padding:0 30px;width:100%;height:110px;background: rgba(227,113,37,.8);display: flex;position: absolute;bottom:0;left:0;justify-content: space-between;align-items: center;}
.de_product .txt img{height:65px;}
.de_product .txt .iconfont{width:36px;height:36px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: #fff;color:#e37125;font-size:18px;}
.de_product .list .item:hover .de_product_pic{transform: scale(1.1);}

@media(max-width: 992px){
    .de_product{padding:60px 0 30px 0;}
    .de_product .list{display: block;}
    .de_product .list .item{width:100%;margin-bottom:30px;}
}
@media(max-width: 576px){
    .de_product{padding:40px 0 10px 0;}
    .de_product .titles .title{font-size:24px;}
    .de_product .titles .sub{font-size:18px;}
    .de_product .list .item{height:400px;}
    .de_product .txt img{height:50px;}
}
@media(max-width: 414px){
    .de_product .list .item{height:250px;}
    .de_product .txt{height:70px;padding:0 20px;}
    .de_product .txt img{height:40px;}
}

/*首页视频*/
.de_video{width:100%;height:820px;position: relative;}
.de_video .video{width:100%;height:100%;object-fit: cover;}
.de_video .cover{position: absolute;width:100%;height:100%;display: flex;flex-direction: column;align-items: center;top:0;left:0;justify-content: center;}
.de_video .cover .video_play{width:112px;margin-bottom:50px;transition: .5s;}
.de_video .cover .video_play:hover{transform: scale(1.1);}
.de_video .cover p{font-size:42px;color:#fff;font-weight: bold;margin-bottom:25px;}
.de_video .cover .video_bird{width:60px;}

@media(max-width: 992px){
    .de_video{height:600px;}
}
@media(max-width: 768px){
    .de_video{height:400px;}
    .de_video .cover .video_play{width:80px;}
}
@media(max-width: 576px){
    .de_video .cover .video_play{width:60px;}
    .de_video .cover p{font-size:24px;}
    .de_video .cover .video_bird{width:40px;}
    .de_video{height:300px;}
}
@media(max-width: 414px){
    .de_video{height:250px;}
    .de_video .cover .video_play{margin-bottom:30px;}
}

/*应用领域*/
.de_app{width:100%;display: flex;border-bottom:1px solid #d7d7d7;}
.de_app .left{width:30%;border-right:1px solid #d7d7d7;padding:60px 3% 60px 7%;}
.de_app .left .title1{color:#e37125;font-size:42px;font-weight: bold;margin-bottom:20px;}
.de_app .left .title2{color:#5d5d5d;font-size:18px;margin-bottom:90px;}
.de_app .left .item{border-bottom:1px dashed #e8e8e8;padding:20px;display: flex;justify-content: space-between;align-items: center;cursor:pointer;transition: .5s;}
.de_app .left .icons{display: flex;align-items: center;}
.de_app .left .icons .iconfont{font-size:30px;color:#cecece;width:60px;}
.de_app .left .icons span{font-size:20px;color:#000;}
.de_app .left .item>.iconfont{font-size:20px;color:#cecece;}
.de_app .left .item.active,
.de_app .left .item:hover{background: #e37125;}
.de_app .left .item.active .icons .iconfont,
.de_app .left .item:hover .icons .iconfont{color:#fff;}
.de_app .left .item.active span,
.de_app .left .item:hover span{color:#fff;}
.de_app .left .item.active>.iconfont,
.de_app .left .item:hover>.iconfont{color:#fff;}
.de_app .right{width:70%;}

.de_app .right .content{height:0;overflow: hidden;}
.de_app .right .content.active{height:auto;}
.de_app .right .cate{padding:50px 6%;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #d7d7d7;}
.de_app .right .icons{display: flex;align-items: center;flex:1;}
.de_app .right .icons .iconfont{color:#e37125;font-weight: bold;font-size:60px;width:60px;margin-right:20px;}
.de_app .right .txt1{font-size:24px;}
.de_app .right .txt2{font-size:16px;color:#5d5d5d;}
.de_app .right .icon-jiantou{font-size:30px;color:#e37125;width:50px;height:50px;border-radius: 50%;border:1px solid #dbdbdb;display: flex;justify-content: center;align-items: center;}

.de_app .right .box{padding:50px 40px 20px;}
.de_app .right .swiper{overflow: hidden;position: relative;padding-bottom:70px;}
.de_app .right .swiper-slide{background: #f7f7f7;}
.de_app .right .pic{width:100%;height:310px;}
.de_app .right .pic img{width:100%;height:100%;object-fit: cover;}
.de_app .right .txt{padding:40px 36px;}
.de_app .right .txt_title{font-size:20px;color:#000;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.de_app .right .txt_content{font-size:16px;color:#767676;margin-top:20px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;height:120px;}
.de_app .swiper-pagination-bullet{width:14px;height:14px;margin:0 6px;}
.de_app .swiper-pagination-bullet-active{background: #e37125;}

@media(max-width: 992px){
    .de_app{display: block;}
    .de_app .left{width:100%;}
    .de_app .right{width:100%;}
    .de_app .left .title2{margin-bottom:40px;}
}
@media(max-width: 768px){
    .de_app .left{padding:30px;}
    .de_app .right .cate{padding:30px;}
    .de_app .right .box{padding:30px;}
    .de_app .right .txt{padding:30px;}
}
@media(max-width: 576px){
    .de_app .left .title1{font-size:24px;}
    .de_app .left .icons span{font-size:16px;}
    .de_app .right .icons .iconfont{width:45px;font-size:45px;}
    .de_app .right .txt2{font-size:14px;}
    .de_app .right .txt_title{font-size:16px;}
    .de_app .right .txt_content{font-size:14px;}
    .de_app .swiper-pagination-bullet{width:8px;height:8px;}
}


/*首页新闻*/
.de_news{padding:50px 0;}
.de_news .titles{width:100%;display: flex;justify-content: space-between;align-items: center;}
.de_news .big{color:#e37125;font-size:42px;font-weight: bold;}
.de_news .small{font-size:18px;color:#5d5d5d;}
.de_news .content{width:100%;display: flex;justify-content: space-between;margin-top:30px;}
.de_news .item{width:32%;box-shadow: 0 0 10px rgba(0,0,0,.1);padding:40px 30px;border-radius: 5px;}
.de_news .time{color:#858585;}
.de_news .title{margin:30px 0;font-size:20px;color:#000;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height:60px;}
.de_news .pic{width:100%;height:290px;margin-bottom:40px;}
.de_news img{width:100%;height:100%;object-fit:cover;}
.de_news .de_news_more{transition:.5s;width:180px;height:50px;border-radius: 50px;border:1px solid #e37125;display: flex;justify-content: space-between;align-items: center;color:#e37125;font-size:16px;padding:0 20px;}
.de_news .de_news_more .iconfont{width:20px;height:20px;font-size:14px;border-radius: 50%;display: flex;justify-content: center;align-items: center;color:#fff;background: #e37125;}
.de_news .de_news_more:hover{background:#e37125;color:#fff;}
.de_news .item:hover{box-shadow: 0 0 10px rgba(0,0,0,.3);}
.de_news .item:hover .de_news_more{background:#e37125;color:#fff;}

@media(max-width: 768px){
    .de_news{padding:30px 0;}
    .de_news .content{display: block;}
    .de_news .item{display: block;width:100%;padding:30px;margin-bottom:30px;}
    .de_news .item:last-child{margin-bottom:0;}
}
@media(max-width: 576px){
    .de_news .big{font-size:24px;}
    .de_news .de_news_more{font-size:14px;}
    .de_news .title{font-size:16px;}
    .de_news img{width:100%;margin-bottom:30px;}
}
@media(max-width: 414px){
    .de_app .right .pic{height:200px;}
    .de_news .titles{display: block;}
    .de_news .titles .left{margin-bottom:30px;}
}

/*底部*/
footer{background: #202020;}
footer .line1{padding:40px 0;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #6f6f6f;}
footer .line1 .left img{width:180px;}
footer .line1 .right{display: flex;justify-content: end;align-items: center;}
footer .line1 .right a{color:#fff;margin-left:50px;}
footer .line1 .right a:hover{color:#e37125;}

footer .line2{display: flex;justify-content: space-between;padding:80px 0;border-bottom:1px solid #6f6f6f;}
footer .line2 .iconfont{width:53px;height:53px;border-radius: 50%;border:1px solid #4d4d4d;color:#4d4d4d;display: flex;justify-content: center;align-items: center;font-size:30px;margin-bottom:30px;}
footer .line2 p{font-size:18px;color:#fff;padding:5px 0;}
footer .line2 span{font-size:30px;font-weight: bold;}
footer .line2 .pic_box{display: flex;}
footer .line2 .pic{margin-left:20px;}
footer .line2 .imgs{border:1px solid #373737;padding:8px;box-sizing: content-box;}
footer .line2 .pic img{width:150px;}
footer .line2 .pic p{padding:15px 0;text-align: center;}

footer .line3{padding:50px 0;display: flex;justify-content: space-between;align-items: center;}
footer .line3 .left{display: flex;align-items: center;}
footer .line3 p{color:#fff;margin-right:30px;display: flex;align-items: center;flex-wrap:wrap;}
footer .line3 a{color:#fff;display: flex;align-items: center;}
footer .line3 a:hover{color:#e37125;}
footer .line3 img{margin-right:10px;}
footer .line3 .right{display: flex;align-items: center;}

@media(max-width: 1024px){
    footer .line1 .right a{margin-left:25px;}
    footer .line2{flex-wrap:wrap;}
    footer .line2 .box{width:50%;}
    footer .line2 .pic_box{width:100%;margin-top:40px;}
    footer .line3{display: block;}
}
@media(max-width: 992px){
    footer .line2 .box{width:100%;margin-bottom:40px;}
    footer .line2 .pic_box{width:100%;margin-top:10px;justify-content: space-between;}
    footer .line2 .pic{margin-left:0;}
}
@media(max-width: 768px){
    footer .line1{display: none;}
    footer .line2{padding:30px 0 0 0;}
    footer .line3 .left{flex-wrap:wrap;}
    footer .line3 p{margin:5px 0;}
    footer .line2 .box{margin-bottom:20px;}
    footer .line3{padding:30px 0;}
}
@media(max-width: 576px){
    footer .line2 span{font-size:24px;}
    footer .line2 p{font-size:14px;}
}

/*------------------------------------------------------------------------------*/

/*轮播图*/
.banner{width:100%;height:650px;position: relative;overflow: hidden;background:#000;}
.banner .container{height:100%;}
.banner .swiper-container{width:100%;height:100%;}
.banner .slide1{background:url(/assets/templates/images/n_banner1.jpg) center top/cover no-repeat;}
.banner .slide2{background:url(/assets/templates/images/n_banner2.jpg) center top/cover no-repeat;}
.banner .slide3{background:url(/assets/templates/images/n_banner3.jpg) center top/cover no-repeat;}
.banner .swiper-button-next{background:rgb(227,113,37);right:20px;}
.banner .swiper-button-next::after{font-size:20px;color:#fff;}
.banner .swiper-button-prev{background:rgb(227,113,37);left:20px;}
.banner .swiper-button-prev::after{font-size:20px;color:#fff;}

@media(max-width: 1440px){
    .banner{height:600px;}
}
@media(max-width: 1280px){
    .banner{height:500px;}
}
@media(max-width: 1024px){
    .banner{height:400px;}
}
@media(max-width: 992px){
    .banner{height:400px;margin-top:60px;}
}
@media(max-width: 768px){
    .banner{height:300px;}
}
@media(max-width: 576px){
    .banner{height:238px;}
    .banner .swiper-button-next{right:0;width:20px;}
    .banner .swiper-button-prev{left:0;width:20px;}
    .banner .swiper-button-next::after{font-size:16px;;}
    .banner .swiper-button-prev::after{font-size:16px;}
}
@media(max-width: 414px){
    .banner{height:169px;}
}
@media(max-width: 375px){
    .banner{height:144px;}
}

/*产品列表*/
.page_product1 .big{font-size: 42px;color: #e37125;font-weight: bold;text-align: center;margin-top:70px;}
.page_product1 .small{font-size: 24px;color: #000;font-weight: bold;text-align: center;margin-bottom: 70px;}
.page_product1 .box1{display: flex;justify-content: space-between;}
.page_product1 .box1 .left{width:30%;display: flex;flex-direction: column;align-items: center;}
.page_product1 .box1 .tips{width:90%;background:rgb(245,249,255);padding:30px 80px;box-shadow: 0 0 10px rgba(0,0,0,.2);border-radius: 10px;}
.page_product1 .box1 .title{font-size: 32px;font-weight: bold;margin-bottom:50px;text-align: center;}
.page_product1 .box1 .line{display: flex;align-items: center;margin-bottom:16px;}
.page_product1 .box1 .line img{width:40px;margin-right:10px;}
.page_product1 .box1 .line p{font-size: 22px;}
.page_product1 .box1 .code{width:50%;margin-top:30px;}
.page_product1 .box1 .code img{width:100%;border:1px solid;}
.page_product1 .box1 .right{width:65%;}
.page_product1 .box1 .right img{width:100%;height:auto;}
.page_product1 .box1 .code .buy_btn{margin-top:20px;width:100%;height:50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;background:#e37125;font-size: 18px;}

.page_product1 .box2{background-color: transparent;background-image: url(../images/dinuan_img10_zmxg.png);background-position: center top;background-repeat: no-repeat;background-size:cover;}
.page_product1 .box2 .container{display:flex;flex-direction:column;align-items:center;}
.page_product1 .box2 .titles{padding-top:100px;}
.page_product1 .box2 .list{width:60%;display: flex;justify-content: space-between;flex-wrap:wrap;padding-bottom:70px;}
.page_product1 .box2 .item{width:30%;margin-bottom:30px;box-shadow: 0 0 10px rgba(0,0,0,.2);border-radius: 10px;height: 285px;padding:25px 20px;background: #fff;}
.page_product1 .box2 .name{font-weight: bold;font-size: 20px;margin-bottom:20px;}
.page_product1 .box2 .item:nth-child(3),
.page_product1 .box2 .item:nth-child(5),
.page_product1 .box2 .item:nth-child(7){background: #e37125;color:#fff;background-image: linear-gradient(to right,#e37125,#db8850);}

.page_product1 .box3{background: url(../images/dinuan_img13.jpg) center center/cover no-repeat;}
.page_product1 .box3 .container{display:flex;flex-direction:column;align-items:center;}
.page_product1 .box3 .list{width:80%;display: flex;justify-content: space-between;}
.page_product1 .box3 .item{width:46%;}
.page_product1 .box3 img{width:100%;}

.page_product1 .box4{background: url(../images/dinuan_img16.png) center center/100% 100% no-repeat;padding:80px 0 150px;}
.page_product1 .box4 .container{display:flex;flex-direction:column;align-items:center;}
.page_product1 .box4 .big{color:#fff;}
.page_product1 .box4 .small{color:#fff;}
.page_product1 .box4 .list{width:100%;display: flex;justify-content:space-between;}
.page_product1 .box4 .list .item{width:8.5%;}
.page_product1 .box4 .list img{width:100%;height:100%;object-fit:cover;border:2px solid #fff;}
.page_product1 .box4 .list .img_box{width:100%;height:180px;}
.page_product1 .box4 .list2{width:100%;display: flex;justify-content:space-between;align-items: center;}
.page_product1 .box4 .list2 p{width:11%;text-align: center;color:#fff;padding:15px 0;}
.page_product1 .box4 .list2 img{width:12px;}


.page_product1 .box5 .container{display: flex;flex-direction: column;align-items: center;}
.page_product1 .box5 .list{width:80%;margin-top:50px;}
.page_product1 .box5 .item{width:100%;margin-bottom:50px;border-radius: 20px;box-shadow: 0 0 10px rgba(0,0,0,.2);display: flex;justify-content: space-between;align-items: center;padding:35px;}
.page_product1 .box5 .pic{width:45%;}
.page_product1 .box5 .pic img{width:100%;}
.page_product1 .box5 .right{width:50%;display: flex;justify-content: space-between;align-items: end;}
.page_product1 .box5 .txts{width:100%;}
.page_product1 .box5 .name{font-size:24px;margin-bottom:30px;margin-top:30px;color:#e37125;font-weight:bold;}
.page_product1 .box5 .txt{font-size: 18px;line-height: 2;}
.page_product1 .box5 .right img{width:45%;}
.page_product1 .box5 .txt_list{display: flex;justify-content: space-between;flex-wrap:wrap;margin-bottom:30px;}
.page_product1 .box5 .txt_list p{line-height: 2;}
.page_product1 .box5 .txt_list p:nth-child(2n+1){width:60%;}
.page_product1 .box5 .txt_list p:nth-child(2n){width:35%;}

@media(max-width:1680px){
    .page_product1 .box1 .tips{padding:30px 50px;}
}
@media(max-width:1440px){
    .page_product1 .box1 .tips{padding:30px;}
    .page_product1 .box2 .list{width:100%;}
    .page_product1 .box3 .list{width:100%;}
    .page_product1 .box4 .list .img_box{height:130px;}
    .page_product1 .box4 .list2 p{font-size:14px;}
    .page_product1 .box5 .list{width:100%;}
}
@media(max-width:1024px){
    .page_product1 .box4 .list .img_box{height:100px;}
    .page_product1 .box4 .list2 p{font-size:13px;}
    .page_product1 .box4 .list2 img{width:8px;}
    .page_product1 .box5 .item{flex-wrap:wrap;}
    .page_product1 .box5 .pic{width:100%;margin-bottom:30px;}
    .page_product1 .box5 .right{width:100%;}
    .page_product1 .box5 .item:nth-child(2) .right{order:1;}
}
@media(max-width:992px){
    .page_product1 .box1{display: block;}
    .page_product1 .box1 .left{width:100%;}
    .page_product1 .box1 .right{width:100%;margin-top:30px;}
    .page_product1 .box1 .tips{width:100%;}
    
    .page_product1 .box4 .list2{display: none;}
    .page_product1 .box4 .list{flex-wrap:wrap;justify-content: space-between;}
    .page_product1 .box4 .list .item{width:24%;margin-bottom:20px;}
    .page_product1 .box4 .list p.m_web{color:#fff;text-align: center;}
    .page_product1 .box4 .list .img_box{height:250px;}
}
@media(max-width:576px){
    .page_product1 .big{font-size:24px;margin-top:40px;}
    .page_product1 .small{font-size:18px;margin-bottom:40px;}
    .page_product1 .box1 .title{font-size:24px;}
    .page_product1 .box1 .line p{font-size:14px;}
    .page_product1 .box1 .line img{width:30px;}
    .page_product1 .box1 .code .buy_btn{font-size:14px;}

    .page_product1 .box2{background: rgb(245,249,255);}
    .page_product1 .box2 .titles{padding-top:20px;}
    .page_product1 .box2 .item{width:49%;}
    .page_product1 .box2 .list{padding-bottom:30px;}

    .page_product1 .box3 .list{display: block;}
    .page_product1 .box3 .item{width:100%;}

    .page_product1 .box4 .list .item{width:49%;}
    .page_product1 .box4{background: rgb(250,173,125);padding:0 0 30px 0;}
    .page_product1 .box4 .list .img_box{height:300px;}

    .page_product1 .box5 .item{padding:20px;}
    .page_product1 .box5 .right{display: block;}
    .page_product1 .box5 .txts{width:100%;}
    .page_product1 .box5 .right img{width:100%;}
    .page_product1 .box5 .name{font-size:16px;margin-bottom:25px;}
    .page_product1 .box5 .txt{font-size:14px;}
    .page_product1 .box5 .txt_list{display: block;}
    .page_product1 .box5 .txt_list p:nth-child(2n+1){width:100%;}
    .page_product1 .box5 .txt_list p:nth-child(2n){width:100%;}
}
@media(max-width:414px){
    .page_product1 .box2 .item{width:100%;height:160px;}
    .page_product1 .box4 .list .img_box{height:250px;}
}
@media(max-width:375px){
.page_product1 .box4 .list .img_box{height:200px;}
}


/*--------------------------------------*/

.page_product2 .big{font-size: 42px;color: #e37125;font-weight: bold;text-align: center;margin-top:70px;}
.page_product2 .small{font-size: 24px;color: #000;font-weight: bold;text-align: center;margin-bottom: 70px;}

.page_product2 .box1{width:100%;display: flex;justify-content: space-between;background:url(../images/pro2_box1_bg.jpg)center center/cover no-repeat;}
.page_product2 .box1 .context{width:55%;}
.page_product2 .box1 .name{font-weight: bold;font-size: 32px;margin-bottom:25px;}
.page_product2 .box1 .txts p{margin-bottom:30px;font-size: 18px;line-height: 1.8;}
.page_product2 .box1 .sub{font-weight: bold;font-size: 24px;line-height: 1.8;margin-top:20px;}
.page_product2 .box1 .advs{margin-top:80px;display: flex;justify-content: space-between;}
.page_product2 .box1 .adv{width:65%;}
.page_product2 .box1 .small_name{font-weight: bold;font-size: 20px;}
.page_product2 .box1 .lines{margin-top:25px;}
.page_product2 .box1 .line{display: flex;align-items: center;margin-bottom:20px;}
.page_product2 .box1 .line .circle{width:7px;height:7px;background:#e37125;border-radius: 50%;margin-right:15px;}
.page_product2 .box1 .line p{font-size: 16px;}
.page_product2 .box1 .code{width:30%;}
.page_product2 .box1 .code img{width:100%;border:1px solid;}
.page_product2 .box1 .code .buy_btn{margin-top:20px;width:100%;height:50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;background:#e37125;font-size: 18px;}
.page_product2 .box1 .pic{width:40%;display: flex;flex-direction: column;align-items: center;}
.page_product2 .box1 .pic img{width:100%;}
.page_product2 .box1 .info{width:100%;background-image: linear-gradient(to right,#e37125,#db8850);color:#fff;font-size: 17px;transform: translate(50px,-50px);padding:40px 30px;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.page_product2 .box1 .info p{display: flex;align-items: center;line-height: 1.8;}
.page_product2 .box1 .info strong{font-weight: bold;margin-right:10px;}

.page_product2 .box2{display: flex;justify-content: space-between;}
.page_product2 .box2 .pic{width:50%;}
.page_product2 .box2 .pic img{width:100%;}
.page_product2 .box2 .context{font-size: 18px;width:45%;}
.page_product2 .box2 .name{font-weight: bold;font-size: 32px;margin-bottom:25px;margin-top:30px;}
.page_product2 .box2 .sub_name{font-weight: bold;font-size: 22px;margin-bottom:20px;}
.page_product2 .box2 .txts{margin-bottom:40px;}
.page_product2 .box2 .txts p{font-size: 18px;line-height: 1.8;}
.page_product2 .box2 .pro2_box4_2{width:100%;}
.page_product2 .box2 .code{width:70%;display: flex;align-items: center;}
.page_product2 .box2 .code img{border:1px solid;width:50%;margin-right:10px;}
.page_product2 .box2 .code .buy_btns{width:50%;}
.page_product2 .box2 .code .buy_btn{margin:20px 0;width:100%;height:50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;background:#e37125;font-size: 18px;}

.page_product2 .box3{margin-top:60px;}
.page_product2 .box3 .context{display: flex;flex-direction: column;align-items: center;}
.page_product2 .box3 .pro2_adv{margin-top:20px;width:100%;}
.page_product2 .box3 .code{margin-top:20px;}
.page_product2 .box3 .code img{margin-right:0px;margin-left:10px;}

.page_product2 .box4{margin-top:60px;padding-bottom:70px;background:url(../images/pro2_box4_bg.jpg)center center/cover no-repeat;}

@media(max-width: 1440px){
    .page_product2 .box2 .code{width:100%;}
    .page_product2 .box2 .code img{width:40%;}
    .page_product2 .box2 .code .buy_btns{width:60%;}
}
@media(max-width: 992px){
    .page_product2 .box1{display: block;background: #fff;}
    .page_product2 .box1 .context{width:100%;}
    .page_product2 .box1 .pic{width:100%;margin-top:30px;}
    .page_product2 .box1 .info{width:100%;transform: translate(0px,0px);}

    .page_product2 .box2{display: block;margin-top:40px;}
    .page_product2 .box2 .pic{width:100%;}
    .page_product2 .box2 .context{width:100%;}

    .page_product2 .box3 .pic{margin-top:40px;}
}
@media(max-width: 576px){
    .page_product2 .big{font-size:24px;margin-top:30px;}
    .page_product2 .small{font-size:18px;margin-bottom:30px;}
    .page_product2 .box1 .name{font-size:16px;}
    .page_product2 .box1 .txts p{font-size:14px;}
    .page_product2 .box1 .sub{font-size:16px;}
    .page_product2 .box1 .advs{margin-top:40px;display: block;}
    .page_product2 .box1 .adv{width:100%;}
    .page_product2 .box1 .code{width:100%;}
    .page_product2 .box1 .small_name{font-size:18px;}
    .page_product2 .box1 .line p{font-size:14px;}

    .page_product2 .box2 .name{font-size:18px;}
    .page_product2 .box2 .sub_name{font-size:16px;}
    .page_product2 .box2 .txts p{font-size:14px;}
    .page_product2 .box2 .code .buy_btn{font-size:14px;}

    .page_product2 .box4{padding-bottom:30px;}
}

/*----------------------------------------*/

.page_product3 .big{font-size: 42px;color: #e37125;font-weight: bold;text-align: center;margin-top:70px;}
.page_product3 .small{font-size: 24px;color: #000;font-weight: bold;text-align: center;margin-bottom: 70px;}

.page_product3 .container{display: flex;flex-direction: column;align-items: center;}
.page_product3 .box1{width:80%;display: flex;justify-content: space-between;align-items: start;padding-bottom:170px;}
.page_product3 .left{width:50%;position: relative;}
.page_product3 .left img{width:100%;}
.page_product3 .code{width:70%;display: flex;align-items: end;position: absolute;z-index:2;bottom:-100px;}
.page_product3 .code img{border:1px solid;width:50%;margin-right:20px;}
.page_product3 .buy_btn{width:100%;height:50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;background:#e37125;font-size: 18px;}
.page_product3 .right{width:50%;position: relative;top:150px;}
.page_product3 .right img{width:100%;}
.page_product3 .box2 .code img{margin-left:20px;margin-right:0;}

@media(max-width: 1440px){
    .page_product3 .box1{width:100%;}
}
@media(max-width: 992px){
    .page_product3 .code{width:100%;}
    .page_product3 .code img{width:40%;}
    .page_product3 .buy_btn{width:60%;}
}
@media(max-width: 576px){
    .page_product3{padding-bottom:30px;}
    .page_product3 .big{font-size:24px;margin-top:30px;}
    .page_product3 .small{font-size:18px;margin-bottom:30px;}
    .page_product3 .box1{display: block;padding-bottom:0px;}
    .page_product3 .left{width:100%;}
    .page_product3 .buy_btn{font-size:14px;}
    .page_product3 .code{position: static;}
    .page_product3 .right{width:100%;position: static;margin-top:30px;}
}

/*----------------------------------------*/

.page_product4 .big{font-size: 42px;color: #e37125;font-weight: bold;text-align: center;margin-top:70px;}
.page_product4 .small{font-size: 24px;color: #000;font-weight: bold;text-align: center;margin-bottom: 70px;}

.page_product4 .outer_box{}
.page_product4 .container{display: flex;flex-direction: column;align-items: center;}
.page_product4 .box1{width:80%;padding-bottom:50px;}
.page_product4 .box1 .code{display: flex;justify-content: space-between;}
.page_product4 .box1 .code .buys{width:80%;}
.page_product4 .box1 .code .name{font-size: 35px;font-weight: bold;margin-bottom:30px;}
.page_product4 .box1 .code .buy_btn{width:200px;height:50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color:#fff;background:#e37125;font-size: 18px;}
.page_product4 .box1 .code img{width:15%;border:1px solid;}
.page_product4 .pro4_pic1{width:100%;}
.page_product4 .mySwiper{width:60%;overflow: hidden;transform: translateY(-100px);}
.page_product4 .swiper-slide{width:100%;}
.page_product4 .swiper-slide img{width:100%;}
.page_product4 .swiper-button-next{background:#fff;right:20px;}
.page_product4 .swiper-button-next::after{font-size:20px;}
.page_product4 .swiper-button-prev{background:#fff;left:20px;}
.page_product4 .swiper-button-prev::after{font-size:20px;}
.page_product4 .swiper-pagination-bullet {width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color: #000;opacity: 1;background: rgba(255, 255, 255, 0.2);}
.page_product4 .swiper-pagination-bullet-active {color: #fff;background: #e37125;}
.page_product4 .swiper-pagination-bullets{bottom:35px;}
.page_product4 .pro4_bottom{width:100%;}

@media(max-width: 1440px){
    .page_product4 .box1{width:100%;}
    .page_product4 .mySwiper{width:80%;}
}
@media(max-width: 1024px){
    .page_product4 .box1 .code .name{font-size:24px;}
    .page_product4 .mySwiper{transform: translateY(-80px);}
}
@media(max-width: 992px){
    .page_product4 .box1 .code .buys{width:65%;}
    .page_product4 .box1 .code img{width:30%;}
    .page_product4 .mySwiper{width:100%;transform: translateY(-60px);}
}
@media(max-width: 576px){
    .page_product4 .big{font-size:24px;margin-top:30px;}
    .page_product4 .small{font-size:18px;margin-bottom:30px;}
    .page_product4 .box1 .code{display: block;}
    .page_product4 .box1 .code .buys{width:100%;margin-bottom:30px;display: flex;flex-direction: column;align-items: center;}
    .page_product4 .box1 .code img{width:100%;}
    .page_product4 .box1 .code .name{font-size:16px;text-align: center;}
    .page_product4 .mySwiper{transform: translateY(-40px);}
    .page_product4 .swiper-button-next{right:10px;width:20px;}
    .page_product4 .swiper-button-next::after{font-size:16px;}
    .page_product4 .swiper-button-prev{left:10px;width:20px;}
    .page_product4 .swiper-button-prev::after{font-size:16px;}
    .page_product4 .swiper-pagination-bullets{bottom:20px;}
    .page_product4 .box1 .code .buy_btn{font-size:14px;}
}

/*加盟*/
.common_banner{background:url(../images/join_banner.jpg) center top/cover no-repeat;height:900px;display: flex;flex-direction: column;align-items: center;justify-content: start;padding-top:9%;}
.common_banner .c_title1{font-size:130px;font-weight:bold;background: -webkit-linear-gradient(#fffbf7, #fef1ce);-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1.2;}
.common_banner .c_title2{font-size:165px;font-weight:bold;background: -webkit-linear-gradient(#fffbf7, #fef1ce);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom:30px;}
.common_banner .c_line1{font-size:50px;color:#fff;background-image: linear-gradient(to right, #f65733,#c83e3b);padding:5px 75px;border-radius: 80px;margin-bottom:30px;}

.page_join .zhengce{background:#ffe9db;padding:70px 0;}
.page_join .zhengce .container{display: flex;flex-direction: column;align-items: center;}
.page_join .zhengce .z_line{width:400px;height:100px;background-image: linear-gradient(to right, #fe9c5b,#e37226);color:#fff;font-size:64px;font-weight:bold;border-radius: 100px;display: flex;justify-content: center;align-items: center;margin-bottom:60px;}
.page_join .zhengce .list{width:100%;display: flex;justify-content: space-between;flex-wrap:wrap;}
.page_join .zhengce .item{width:49%;margin-bottom:30px;background:#fff;height:200px;padding:20px;display: flex;align-items: center;border-radius: 5px;}
.page_join .zhengce img{width:100px;margin-right:35px;}
.page_join .zhengce .z_name{font-size:28px;font-weight: bold;}
.page_join .zhengce .z_txt{font-size:28px;}

.page_join .guihua{width:100%;height:100vh;display: flex;}
.page_join .guihua .left{width:50%;height:100%;}
.page_join .guihua img{width:100%;height:100%;object-fit: cover;}
.page_join .guihua .right{width:50%;height:100%;background: #f9ccaf;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.page_join .guihua .z_line{width:530px;height:100px;background-image: linear-gradient(to right, #fe9c5b,#e37226);color:#fff;font-size:64px;font-weight:bold;border-radius: 100px;display: flex;justify-content: center;align-items: center;margin-bottom:60px;}
.page_join .guihua .z_item{font-size:34px;color:#000;width:80%;height:120px;border-radius: 5px;background: #fff;margin-top:34px;display: flex;justify-content: center;align-items: center;}

.page_join .jiameng{background:url(../images/jiameng_banner.jpg) center center/cover no-repeat;height:800px;}
.page_join .jiameng .container{display: flex;flex-direction: column;align-items: center;justify-content: center;height:100%;}
.page_join .jiameng .j_line1{font-size:34px;color:#f9dab4;}
.page_join .jiameng .j_line2{font-size:120px;font-weight: bold;color:#f9dab4;}
.page_join .jiameng .j_line2 span{color:#cfa160;}
.page_join .jiameng .j_line3{font-size:72px;color:#ec7f37;width:782px;height:126px;display: flex;justify-content: center;align-items: center;border-radius: 126px;border:2px solid #ec7f37;margin:60px 0;}
.page_join .jiameng .j_line4{color:#f9dab4;font-size:48px;font-weight: bold;}

.page_join .liucheng{height:100vh;width:100%;}
.page_join .liucheng .container{display: flex;justify-content: space-between;position: relative;height:100%;padding:90px 0;}
.page_join .liucheng .left{width:50%;height:100%;display: flex;flex-direction: column;justify-content: space-between;}
.page_join .liucheng .item{display: flex;align-items: center;height:100%;}
.page_join .liucheng .icon{margin-right:30px;}
.page_join .liucheng .left img{width:132px;}
.page_join .liucheng .name{color:#e37125;font-size:28px;font-weight: bold;margin-bottom:10px;}
.page_join .liucheng .txt{font-size:20px;}
.page_join .liucheng .right{width:50%;height:100%;display: flex;flex-direction: column;justify-content: space-between;align-items: end;}
.page_join .liucheng .right .txts{text-align: right;}
.page_join .liucheng .right .icon{margin-right:0px;margin-left:30px;}
.page_join .liucheng .center{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.page_join .liucheng .left .item:nth-child(1){max-width:70%;}
.page_join .liucheng .left .item:nth-child(2){max-width:65%;}
.page_join .liucheng .left .item:nth-child(3){max-width:68%;}
.page_join .liucheng .left .item:nth-child(4){max-width:82%;}

.page_join .liucheng .right .item:nth-child(1){max-width:70%;}
.page_join .liucheng .right .item:nth-child(2){max-width:65%;}
.page_join .liucheng .right .item:nth-child(3){max-width:68%;}
.page_join .liucheng .right .item:nth-child(4){max-width:82%;}

@media(max-width: 1680px){
    .page_join .zhengce .item{height:250px;}
}
@media(max-width: 1440px){
    .common_banner{height:800px;padding-top:12%;}
    .common_banner .c_title1{font-size:80px;}
    .common_banner .c_title2{font-size:100px;}
    .common_banner .c_line1{font-size:40px;}

    .page_join .zhengce .z_line{font-size:30px;}
    .page_join .guihua .z_item{width:90%;font-size:24px;}
    .page_join .zhengce .z_txt{font-size:20px;}
    .page_join .guihua .z_line{font-size:30px;}
    .page_join .jiameng .j_line2{font-size:80px;}
    .page_join .jiameng .j_line3{font-size:40px;width:500px;height:100px;}
    .page_join .jiameng .j_line4{font-size:40px;}

    .page_join .liucheng .center img{width:350px;}
}
@media(max-width: 1280px){
    .common_banner{height:600px;padding-top:12%;}
    .common_banner .c_title1{font-size:60px;}
    .common_banner .c_title2{font-size:80px;}
    .common_banner .c_line1{font-size:30px;}

    .page_join .zhengce .item{height:250px;}
    .page_join .guihua{height:800px;}
    .page_join .guihua .z_line{width:90%;}
    .page_join .liucheng .center img{width:300px;}
}
@media(max-width: 1024px){
    .common_banner{height:500px;}
    .common_banner .c_title1{font-size:40px;}
    .common_banner .c_title2{font-size:60px;}
    .common_banner .c_line1{font-size:24px;}

    .page_join .zhengce{padding:50px 0;}
    .page_join .zhengce .z_line{width:300px;height:60px;font-size:24px;}
    .page_join .zhengce img{width:80px;}
    .page_join .zhengce .z_name{font-size:20px;}
    .page_join .zhengce .z_txt{font-size:16px;}
    .page_join .zhengce .item{height:160px;}

    .page_join .guihua{height:600px;}
    .page_join .guihua .z_line{width:90%;height:60px;font-size:24px;margin-bottom:30px;}
    .page_join .guihua .z_item{font-size:18px;height:80px;margin-top:20px;}

    .page_join .jiameng{height:600px;}
    .page_join .jiameng .j_line2{font-size:50px;}
    .page_join .jiameng .j_line3{width:400px;height:60px;font-size:24px;}
    .page_join .jiameng .j_line4{font-size:32px;}

    .page_join .liucheng .container{padding:50px 0;}
    .page_join .liucheng .left img{width:80px;}
    .page_join .liucheng .right img{width:80px;}
    .page_join .liucheng .name{font-size:18px;}
    .page_join .liucheng .txt{font-size:16px;}
    .page_join .liucheng .center img{width:250px;}
}
@media(max-width: 992px){
    .page_join .liucheng{height:900px;}
}
@media(max-width: 768px){
    .common_banner{padding-top:16%;}
    .page_join .zhengce .item{width:100%;}
    .page_join .guihua{display: block;height:auto;}
    .page_join .guihua .left{width:100%;height:400px;}
    .page_join .guihua .right{width:100%;height:400px;padding:40px 0;}
    .page_join .guihua .z_line{width:50%;}
    .page_join .liucheng{height:auto;}
    .page_join .liucheng .container{display: block;padding-top:300px;}
    .page_join .liucheng .left{width:100%;}
    .page_join .liucheng .right{width:100%;}
    .page_join .liucheng .item{margin-bottom:30px;max-width: 100% !important;}
    .page_join .liucheng .right{align-items: start;}
    .page_join .liucheng .right .txts{order:1;text-align: left;}
    .page_join .liucheng .right .icon{margin-right:30px;margin-left:0;}
    .page_join .liucheng .center{top:50px;transform:translate(-50%,0);}
    .page_join .liucheng .center img{width:200px;}
}
@media(max-width: 576px){
    .common_banner{height:400px;padding-top:18%;}
    .common_banner .c_title1{font-size:28px;}
    .common_banner .c_title2{font-size:40px;}
    .page_join .zhengce{padding:40px 0;margin-bottom:0px;}
    .page_join .jiameng{height:auto;padding:50px 0;}
    .page_join .jiameng .j_line1{font-size:24px;text-align: center;}
    .page_join .jiameng .j_line2{font-size:40px;}
}
@media(max-width: 414px){
    .common_banner{height:350px;padding-top:100px;}
    .common_banner .c_title1{font-size:20px;}
    .common_banner .c_line1{font-size:20px;padding:5px 30px;margin-bottom:10px;}
    .common_banner .c_title2{font-size:32px;}
    .page_join .zhengce{padding:40px 0 20px;}
    .page_join .zhengce .z_line{margin-bottom:40px;}
    .page_join .zhengce img{width:60px;margin-right:20px;}
    .page_join .zhengce .z_name{font-size:16px;}
    .page_join .zhengce .z_txt{font-size:14px;}
    .page_join .zhengce .item{height:140px;}
    .page_join .guihua .left{height:300px;}
    .page_join .guihua .z_item{font-size:14px;}
    .page_join .jiameng .j_line1{font-size:18px;}
    .page_join .jiameng .j_line2{font-size:30px;}
    .page_join .jiameng .j_line3{width:80%;font-size:20px;margin:40px 0;}
    .page_join .jiameng .j_line4{font-size:24px;text-align: center;}
    .page_join .liucheng .center img{width:150px;}
    .page_join .liucheng .container{padding:20px 0;padding-top:250px;}
    .page_join .liucheng .left img{width:60px;}
    .page_join .liucheng .icon{margin-right:15px;}
    .page_join .liucheng .name{font-size:16px;}
    .page_join .liucheng .txt{font-size:14px;}
    .page_join .liucheng .right img{width:60px;}
    .page_join .liucheng .right .icon{margin-right:15px;}
}

/*关于我们*/
.page_about .big{font-size: 42px;color: #e37125;font-weight: bold;text-align: center;margin-top:70px;}
.page_about .small{font-size: 24px;color: #000;font-weight: bold;text-align: center;margin-bottom: 70px;}
.page_about .profile .container{display: flex;justify-content: space-between;width:80%;align-items: center;}
.page_about .profile .left{width:45%;}
.page_about .profile .left p{color: rgb(90, 90, 90);line-height: 2;margin-bottom:30px;}
.page_about .profile .right{width:52%;}
.page_about .profile .picSwiper{width:100%;overflow: hidden;position: relative;}
.page_about .profile .swiper-slide{width:100%;}
.page_about .profile .swiper-slide img{width:100%;}
.page_about .profile .swiper-button-next{background:#fff;right:0px;}
.page_about .profile .swiper-button-next::after{font-size:20px;color: #e37125;}
.page_about .profile .swiper-button-prev{background:#fff;left:0px;}
.page_about .profile .swiper-button-prev::after{font-size:20px;color: #e37125;}
.page_about .profile .swiper-pagination-bullet {width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color: #000;opacity: 1;background: rgba(255, 255, 255, 0.2);}
.page_about .profile .swiper-pagination-bullet-active {color: #fff;background: #e37125;}
.page_about .profile .swiper-pagination-bullets{bottom:35px;}

.page_about .honor{background:url(../images/about_honor.png) center center/100% 100% no-repeat;padding:60px 0 150px;}
.page_about .honor .big{text-align: left;color:#fff;}
.page_about .honor .small{text-align: left;color:#fff;}

/*图片轮播*/
.pics .honorSwiper {width: 100%;height: 400px;overflow: hidden;margin-bottom:30px;}
.page_about .honor .pics .swiper-slide .pic {width: 100%;height: 80%;overflow: hidden;border:2px solid #fff;cursor: pointer;position: relative;display: flex;justify-content: center;align-items: center;background-position: center;background-repeat: no-repeat;background-size: cover;}
.page_about .honor .pics .swiper-slide .pic .cover {position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);z-index: 2;width: 100%;left: 0;height: 100%;display: none;}
.page_about .honor .pics .swiper-slide .pic:hover {border:2px solid #e37125;}
.page_about .honor .pics .swiper-slide .pic:hover .cover {display: block;}
.page_about .honor .pics .swiper-slide .pic .cover img {width: 100%;height: 100%;object-fit: cover;opacity: 0;position: absolute;z-index: 4;left: 0;top: 0;}
.page_about .honor .pics .swiper-slide .pic .cover .icon-imgs {margin-top: 110px;width: 100%;height: 37px;background: url(../images/big.png) center no-repeat;display: block;}
.page_about .honor .pics .swiper-slide .pic .cover p {text-align: center;width: 100%;font-size: 18px;font-weight: 400;color: #FFFFFF;margin-top: 26px;}
.page_about .honor .pics .swiper-slide p{text-align: center;color:#fff;height:20%;display: flex;justify-content: center;align-items: center;}
.page_about .honor .pics .tips {font-size: 14px;color: #8E8C6B;line-height: 36px;margin: 24px 0 15px;}
.page_about .honor .pics .cont {position: relative;}
.page_about .honor .pics .cont .swiper-button-next{width: 30px;height: 30px;background: url(../images/right.png) center no-repeat;top: -20px;right: 0;z-index: 1;border:1px solid #fff;}
.page_about .honor .pics .cont .swiper-button-prev{width: 30px;height: 30px;background: url(../images/left.png) center no-repeat;top: -20px;left: auto;right: 3%;z-index: 1;border:1px solid #fff;}
.page_about .honor .pics .cont .swiper-button-prev:after{font-size:18px;color:#fff;}
.page_about .honor .pics .cont .swiper-button-next:after{font-size:18px;color:#fff;}

.page_about .develop{padding-bottom:50px;}
.page_about .develop .list{display: flex;width:100%;justify-content: space-between;flex-wrap:wrap;}
.page_about .develop img{width:18%;box-shadow: 0 0 10px rgba(0,0,0,.2);margin-bottom:40px;}
.page_about .develop img:nth-child(5n+2):last-child{margin-right:61.5%;}

@media(max-width: 1440px){
    .pics .honorSwiper{height:380px;}
    .page_about .develop img{width:18%;margin-bottom:30px;}
}
@media(max-width: 1280px){
    .pics .honorSwiper{height:330px;}
    .page_about .profile .container{width:100%;}
    .page_about .honor .pics .swiper-slide .pic {height: 70%;}
    .page_about .honor .pics .swiper-slide p{height: 30%}
}
@media(max-width: 1024px){
    .pics .honorSwiper{height:300px;}
    .page_about .honor .pics .cont .swiper-button-prev{right:4%;}
    .page_about .honor .pics .swiper-slide .pic {height: 60%;}
    .page_about .honor .pics .swiper-slide p{height: 40%}
    .page_about .develop img{width:18%;margin-bottom:20px;}
}
@media(max-width: 992px){
    .pics .honorSwiper{height:300px;}
    .page_about .honor .pics .cont .swiper-button-prev{right:5%;}
}
@media(max-width: 768px){
    .pics .honorSwiper{height:400px;}
    .page_about .honor .pics .swiper-slide .pic {height: 75%;}
    .page_about .honor .pics .swiper-slide p{height: 25%}

    .page_about .honor .pics .cont .swiper-button-prev{right:5%;}
    .page_about .profile .container{display: block;}
    .page_about .profile .left{width:100%;margin-bottom:30px;}
    .page_about .profile .right{width:100%;}
    
    .page_about .develop img{width:31%;margin-bottom:20px;}
    .page_about .develop img:last-child:nth-child(3n+2){margin-right:34.5%;}
}
@media(max-width: 576px){
    .pics .honorSwiper{height:600px;}
    .page_about .honor .pics .swiper-slide .pic {height:90%;}
    .page_about .honor .pics .swiper-slide p{height: 10%}

    .page_about .big{font-size:24px;margin-top:40px;}
    .page_about .small{font-size:18px;margin-bottom:40px;}
    .page_about .honor{background:rgb(250,173,125);padding:10px 0 40px 0;margin-top:30px;}
    .page_about .honor .titles{padding-bottom:40px;}
    .page_about .honor .pics .cont .swiper-button-prev{right:8%;}

    .page_about .develop{padding-bottom:40px;}
}
@media(max-width: 414px){
    .pics .honorSwiper{height:500px;}

    .page_about .honor .pics .cont .swiper-button-prev{right:11%;}
    .page_about .develop img{width:31%;margin-bottom:15px;}
}

/*案例*/
.page_appcase{padding-bottom:40px;}
.page_appcase .big{font-size: 42px;color: #e37125;font-weight: bold;text-align: center;margin-top:70px;}
.page_appcase .small{font-size: 24px;color: #000;font-weight: bold;text-align: center;margin-bottom: 70px;}
.page_appcase .list{width:100%;display: flex;justify-content: space-between;flex-wrap:wrap;}
.page_appcase .item{width:32.5%;margin-bottom:30px;}
.page_appcase .item:last-child:nth-child(3n+2){margin-right:34.5%;}
.page_appcase .pic{width:100%;height:400px;overflow: hidden;}
.page_appcase  img{width:100%;height:100%;object-fit: cover;transition: .5s;}
.page_appcase .pic:hover img{transform:scale(1.1);}
.page_appcase  p{padding:20px 0;text-align: center;font-size:20px;color:#000;}

@media(max-width: 1280px){
    .page_appcase .pic{height:300px;}
}
@media(max-width: 992px){
    .page_appcase .item{width:49%;}
    .page_appcase .item:last-child:nth-child(3n+2){margin-right:0%;}
}
@media(max-width: 576px){
    .page_appcase .big{font-size: 24px;margin-top:30px;}
    .page_appcase .small{font-size: 18px;margin-bottom: 30px;}
    .page_appcase .pic{height:200px;}
    .page_appcase .item{margin-bottom:0px;}
    .page_appcase p{font-size:14px;padding:15px 0;}
}
@media(max-width: 414px){
    .page_appcase .pic{height:220px;}
    .page_appcase .item{width:100%;margin-bottom:0px;}
}

/*案例详情*/
.page_caseview{padding-bottom:130px;}
.page_caseview .container{display: flex;flex-direction: column;align-items: center;}
.page_caseview .name{font-size:24px;font-weight: bold;padding:30px 0;}
.page_caseview .common_btns{margin-top:40px;}
.page_caseview .container:nth-child(2){padding-bottom:40px}

/*轮播插件*/
.play { width: 50%; height: 710px; background: #333; font: 12px Arial; margin:0 auto }
.big_pic { width: 100%; height: 600px; overflow: hidden; border-bottom: 1px solid #ccc; background: #222; position: relative; }
.big_pic li { width: 100%; height: 600px; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 0; background: url(images/loading.gif) no-repeat center center; }
.big_pic li img{width:100%;height:100%;object-fit: cover;}

.mark_left { width: 200px; height: 600px; position: absolute; left: 0; top: 0; background: red; filter: alpha(opacity:0); opacity: 0; z-index:3000; }
.mark_right { width: 200px; height: 600px; position: absolute; left: 200px; top: 0; background: green; filter: alpha(opacity:0); opacity: 0; z-index:3000; }
.big_pic .bg { width: 100%; height: 25px; background: #000; filter: alpha(opacity=60); opacity: 0.6; position: absolute; z-index: 2999; bottom: 0; left: 0; }
.small_pic { width: 98%; height: 94px; position: relative; top: 7px; left: 10px; overflow: hidden; }
.small_pic ul { height: 94px; position: absolute; top: 0; left: 0; }
.small_pic li { width: 120px; height: 94px; float: left; padding-right: 10px; background: url(images/loading.gif) no-repeat center center; cursor: pointer; filter: alpha(opacity=60); opacity: 0.6; }
.small_pic img { width: 120px; height: 94px;}

@media(max-width:1440px){
    .play{height:590px;}
    .big_pic{height:480px;}
    .big_pic li{height:480px;}
    .mark_left{height:480px;}
    .mark_right{height:480px;}
}
@media(max-width:1280px){
    .play{width:80%;height:590px;}
    .big_pic{height:480px;}
    .big_pic li{height:480px;}
    .mark_left{height:480px;}
    .mark_right{height:480px;}
}
@media(max-width:1024px){
    .play{width:100%;}
}
@media(max-width:768px){
    .play{height:500px;}
    .big_pic{height:390px;}
    .big_pic li{height:390px;}
    .mark_left{height:390px;}
    .mark_right{height:390px;}
}
@media(max-width:576px){
    .page_caseview .name{font-size:20px;}
    .play{height:450px;}
    .big_pic{height:340px;}
    .big_pic li{height:340px;}
    .mark_left{height:340px;}
    .mark_right{height:340px;}
}
@media(max-width:414px){
    .play{height:380px;}
    .big_pic{height:270px;}
    .big_pic li{height:270px;}
    .mark_left{height:270px;}
    .mark_right{height:270px;}
}
@media(max-width:375px){
    .play{height:330px;}
    .big_pic{height:220px;}
    .big_pic li{height:220px;}
    .mark_left{height:220px;}
    .mark_right{height:220px;}
}

/*联系方式*/
.page_contact .container{display: flex;flex-direction: column;align-items: center;}
.page_contact .titles{margin-top:70px;margin-bottom:30px;}
.page_contact .big{font-size: 42px;color: #e37125;font-weight: bold;margin-bottom: 10px;text-align: center;}
.page_contact .small{font-size: 24px;color: #000;font-weight: bold;margin-bottom: 50px;text-align: center;}
.page_contact .contact_box{width:100%;display: flex;justify-content: space-between;align-items: center;padding-bottom:70px;}
.page_contact .contact_box .left{width:40%;}
.page_contact .contact_box .company{font-size:26px;margin-bottom:20px;}
.page_contact .contact_box p{margin-bottom:10px;}
.page_contact .contact_box a{color:#000;}
.page_contact .contact_box a:hover{color:#e37125;}
.page_contact .contact_box .right{width:55%;}
#dituContent{width:100%;height:400px;}

.page_contact .message_box{width:100%;border-top:1px solid #d3d3d3;padding-bottom:70px;}
.page_contact form{padding:0;width:100%;background: #fff;}
.page_contact form .list{display: flex;justify-content: space-between;align-items: center;margin-bottom:18px;}
.page_contact form .item{width:48%;}
.page_contact form .label{width:100%;font-size:16px;margin-bottom:15px;}
.page_contact form input{width:100%;font-size:16px;color:#000;padding:0 20px;height:54px;border:1px solid #d2d2d2;outline:none;border-radius:5px;background:transparent;}
.page_contact form textarea{width:100%;font-size:16px;color:#000;padding:20px;height:200px;border:1px solid #d2d2d2;outline:none;border-radius:5px;background:transparent;}
.page_contact form .btn{display: flex;justify-content: space-between;align-items: center;padding:0;}
.page_contact form .code{display: flex;align-items: center;width:48%;}
.page_contact form .yzm{width:60%;height:50px;margin-right:20px;}
.page_contact form .code img{height:50px;border-radius: 5px;}
.page_contact form .submit_btn{border:none;transition:.5s;width:28%;height:56px;background:#202020;color:#fff;font-size:22px;outline: none;border-radius: 5px;}
.page_contact form .submit_btn:hover{background: #e37125;}

@media(max-width: 768px){
    .page_contact .titles{margin-top:30px;}
    .page_contact .small{margin-bottom:20px;}
    .page_contact .contact_box{display: block;padding-bottom:40px;}
    .page_contact .contact_box .left{width:100%;}
    .page_contact .contact_box .right{width:100%;margin-top:40px;}
    .page_contact form .list{display: block;}
    .page_contact form .item{width:100%;}
    .page_contact form .item:nth-child(1){margin-bottom:10px;}
    .page_contact form .btn{display: block;}
    .page_contact form .code{width:100%;margin-bottom:20px;}
    .page_contact form .submit_btn{width:100%;font-size:16px;}
}
@media(max-width: 576px){
    .page_contact .big{font-size:24px;}
    .page_contact .small{font-size:18px;}
    .page_contact .contact_box .company{font-size:16px;}
    #dituContent{height:300px;}
    .page_contact .message_box{padding-bottom:40px;}
}
@media(max-width: 414px){
    .page_contact form .label{font-size:14px;}
    .page_contact form .yzm{width:70%;font-size:14px;}
    .page_contact form .code img{width:30%;}
}

/*新闻资讯*/
.page_news{background: #f3f3f3;padding-bottom:30px;}
.page_news .list{display: flex;justify-content: space-between;width:100%;flex-wrap:wrap;padding-bottom:30px;}
.page_news .item{width:32%;background: #fff;padding:30px;transition: .5s;margin-top:30px;}
.page_news .item:nth-child(3n+2):last-child{margin-right:34%;}
.page_news .pic{width:100%;height:300px;position: relative;}
.page_news .time{position: absolute;z-index:2;top:13px;left:13px;width:55px;height:55px;background: #e37125;color:#fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.page_news .time .shang{font-size:20px;margin-bottom:8px;}
.page_news .time .xia{font-size:10px;}
.page_news .name{line-height:1.5;margin-top:40px;font-size:20px;color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_news .subname{height:48px;overflow:hidden;font-size:16px;margin-top:23px;line-height: 1.5;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;color:#000;}
.page_news .news_more{transition:.5s;margin-top:50px;color:#e37125;font-size:16px;width:125px;height:45px;display: flex;justify-content: center;align-items: center;border:1px solid #e37125;margin-bottom:20px;}
.page_news .item:hover{background: #e37125;color:#fff;}
.page_news .item:hover .name{color:#fff;}
.page_news .item:hover .subname{color:#fff;}
.page_news .item:hover .news_more{color:#fff;border-color:#fff;}

@media(max-width:1500px) {
    .page_news .pic{height:273px;}
}
@media(max-width:1360px) {
    .page_news .pic{height:243px;}
}
@media(max-width:1200px) {
    .page_news .pic{height:209px;}
}
@media(max-width:1024px) {
    .page_news .pic{height:172px;}
}
@media(max-width:992px) {
    .page_news .item{width:49%;padding:20px;margin-top:20px;}
    .page_news .item:nth-child(3n+2):last-child{margin-right:0%;}
    .page_news .pic{height:290px;}
}
@media(max-width:768px) {
    .page_news .pic{height:218px;}
}
@media(max-width:576px) {
    .page_news .item{width:100%;}
    .page_news .pic{height:350px;}
    .page_news{padding-bottom:0;}
}
@media(max-width:414px) {
    .page_news .pic{height:244px;}
    .page_news .name{margin-top:30px;font-size:18px;}
    .page_news .news_more{width:100%;height:40px;margin-top:30px;font-size:14px;}
    .page_news .subname{font-size:14px;}
    .page_news .list{padding-bottom:15px;}
}
@media(max-width:375px) {
    .page_news .pic{height:218px;}
}

/*新闻详情*/
.page_newsview{padding-bottom:30px;}
.page_newsview .top{display: flex;flex-direction: column;align-items: center;margin-top:40px;}
.page_newsview .news_title{font-size:20px;color:#222;text-align: center;line-height: 1.5;}
.page_newsview .time{font-size:14px;color:#666;display: flex;align-items: center;margin:20px 0;}
.page_newsview .time i{font-size:14px;color:#666;margin-right:10px;}
.page_newsview .time span{font-size:14px;color:#666;}
.page_newsview .news_cont{font-size:16px;color:#333;line-height: 2;text-indent: 2em;padding:40px 0 0 0;}
.page_newsview .news_cont p{font-size:16px;color:#333;line-height: 2;margin-bottom:20px;text-indent: 2em;}
.page_newsview .news_cont td{border:1px solid #ddd;}
.page_newsview .news_cont img{width:60% !important;margin-left:20% !important;}
.page_newsview .news_cont b{font-weight: bold;}

@media(max-width:992px) {
    .page_newsview .news_title{font-size:16px;font-weight:bold;color:#222;text-align: center;line-height: 1.5;}
    .page_newsview .top{margin-top:20px;}
    .page_newsview .news_cont{font-size:16px;color:#333;line-height: 1.5;text-indent: 2em;padding:20px 0 0 0;}
    .page_newsview .news_cont p{font-size:16px;color:#333;line-height: 1.5;margin-bottom:20px;text-indent: 2em;}
}
@media(max-width:576px) {
    .page_newsview .news_cont p{font-size:14px;}
}

/*边框特效*/
.biankuang{width: 1px;height: 1px;position: absolute;z-index: 99;border-radius:10px;}
.biankuang_1{height: 1px;top: -2px;left:0px;border-left:1px solid #042b4b;}
.biankuang_2 {width: 0px;bottom:0px;left: 0px;border-top: 1px solid #042b4b;}
.biankuang_3{height: 0px;bottom:0px;right:0px;border-right: 1px solid #042b4b;}
.biankuang_4{width:0px;top:0px;right:0px;border-bottom: 1px solid #042b4b;}


/*------------------------------------------------------------------------------*/

/*详情页底部 上一个下一个*/
.common_btns{width:100%;}
.common_btns .wrap{width:100%;display: flex;justify-content: space-between;align-items: center;border-top:1px solid #d9d9d9;padding-top:20px;}
.common_btns .item{display: flex;justify-content: flex-start;align-items: center;margin:14px 0;}
.common_btns a{font-size:16px;color:#000;line-height: 1.5;}
.common_btns a:hover span{color:#000;}
.common_btns span{font-size:16px;color:#000;}
.common_btns a:hover{color:#e37125;}

@media(max-width: 576px){
    .common_btns .wrap{display: block;}
    .common_btns a{font-size:14px;}
    .common_btns span{font-size:14px;}
}

/*页面公共样式*/
.page_common .pos{width:100%;height:70px;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ccc;}
.page_common .pos_left{font-size:24px;color:#333;font-weight:bold;display: flex;align-items: center;}
.page_common .pos_left .catelink{display: block;padding:10px 20px;background-color: #fff;color:#666;border:1px solid #666;}
.page_common .pos_left .catelink.active{background-color: #e37125;color:#fff;border:1px solid #e37125;}
.page_common .pos_right{display: flex;justify-content: center;align-items: center;}
.page_common .pos_right a{font-size:16px;color:#aaa;}
.page_common .pos_right span{font-size:16px;color:#aaa;margin:0 15px;}
.page_common .pos_right .current{font-size:16px;color:#777;}
.page_common .pos_right a:hover{color:#e37125}

@media(max-width: 992px){
    .page_common .pos_left{font-size:18px;}
}
@media(max-width: 576px){
    .page_common .pos_left{font-size:16px;}
    .page_common .pos_right a{font-size:14px;}
    .page_common .pos_right span{font-size:14px;}
    .page_common .pos_right .current{font-size:14px;}
}

/*分页公共样式*/
.page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:30px;}
.pagination{margin-bottom:20px;}
.pagination li {width: 50px;height:50px;border: 1px solid #a6a6a6;margin: 0 4px;border-radius: 50%;}
.pagination li span,.pagination li a{font-size:14px;color:#666666;width:100%;height:100%;display:flex;align-items: center;justify-content: center;}
.pagination li.active{background:#000000;}
.pagination li.active span,.pagination li.active a{color:#fff;}
.pagination li a:hover{color:#000;}

@media(max-width: 992px){
    .pagination li {width: 30px;height:30px;border: 1px solid #a6a6a6;margin: 0 4px;}
    .pagination li span,.pagination li a{font-size:14px;color:#666666;width:100%;height:100%;display:flex;align-items: center;justify-content: center;}
    .pagination li.active{background:#000000;}
    .pagination li.active span,.pagination li.active a{color:#fff;}
}
