div,p,a{font-size:16px;line-height: 1.5;}
a{transition:.5s;}
button{transition:.5s;}
.container{width:80%;max-width:80%;margin:0 auto;padding:0;}
.pc_show{display: block;}
@media(max-width: 1440px){
    .container{width:90%;max-width:90%;}
}
@media(max-width: 1280px){
    .container{width:94%;max-width:94%;}
}
@media(max-width: 992px){
    .pc_show{display: none!important;}
}

/*电脑端导航*/
header{height:100px;width:100%;top:0;left:0;position: fixed;background: #353535;z-index:99;}
header .container{height:100%;display: flex;justify-content: space-between;align-items: center;}
header .logo{display: flex;align-items: center;}
header .logo img{width:114px;}
header .nav{display: flex;align-items: center;height:100%;}
header .link{padding:10px 32px;font-size:18px;color:#fff;height:100%;display: flex;align-items: center;height:36px;}
header .link.active{background: #c92513;border-radius: 36px;color:#fff;}
header .link:hover{color:#c92513;}
header .link.active:hover{color:#fff;}
header .lans{display: flex;}
header .lan{margin-left:24px;}
header .lan img{width:34px;}
header .pdt_link{position: relative;}
header .pdt_link .list-item{position: absolute;top:76px;left:0;width:100%;background: #fff;display: none;}
header .pdt_link li{padding:15px;border-bottom:1px solid #ddd;line-height: 1.5;text-align: center;}
header .pdt_link a{color:#000;}
header .pdt_link li:hover{background: #eee;}

@media screen and (max-width: 1024px){
    header{display: none;}
}

/*移动端导航*/
.mobile_header{width:100%; height:60px;position:fixed;top:0;left:0;z-index:1999;display: none;background: #353535;}
.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:#c92513;}
.mobile_header .container i{background:#c92513;font-size: 25px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 5px;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:#c92513;z-index:2000;color:#fff;padding:30px;box-sizing: border-box;}
.mobile_header .close { display: flex;justify-content: flex-end;font-size: 30px;color: #fff;cursor: pointer;opacity: 1!important;font-weight: normal;}
.mobile_header .close:hover{color: #fff;}
.mobile_header .mobile_menu {width:92%; margin-top:60px; 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:18px; color:#fff;}
.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:#c3a478;}
.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:140px;}
.mobile_header .mobile_menu li i{color:#c72032; margin-right:5px;}
.mobile_header #navToggle{display: none;}
.mobile_header .m_logo{display: none;}
.mobile_header .shop{display: flex;align-items: center;justify-content: center;color:#fce546;width:100%;height:75px;background-color: #477927;margin-top:92px;}
.mobile_header i{font-size:26px;}
.mobile_header span{font-size:24px;}
.mobile_header .bottom{font-size:14px;color:#fff;text-align: center;padding:25px 0;border-top:1px solid #c72032;margin-top:100px;line-height:1.5;}

@media(max-width: 1024px){
    .mobile_header{display: block;}
}

/*首页-轮播图*/
.banner{width:100%;height:600px;}
.banner .container{height:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.banner .swiper-container{width:100%;height:100%;display: flex;flex-direction: column;align-items: center;}
.banner .banner1{background:url(/assets/templates/images/banner1.jpg) center top/cover no-repeat;}
.banner .banner_inner{color:#000;display: flex;flex-direction: column;width:100%;height:100%;padding-left:10%;justify-content: center;}
.banner .cn{font-size:54px;font-weight: bold;color:#000;}
.banner .en{font-size:32px;line-height: 1.2;margin:30px 0 50px;}
.banner .banner_more{width:225px;height:60px;display: flex;justify-content: center;align-items: center;border:1px solid;transition:.5s;}
.banner i{margin-left:20px;font-size:20px;}
.banner .banner_more:hover{background: #fff;}

@media(max-width: 1440px){
    .banner .banner_inner{padding-left:5%;}
}
@media(max-width:1280px){
    .banner .banner_inner{padding-left:3%;}
    .banner .cn{font-size:44px;font-weight: bold;color:#000;}
    .banner .en{font-size:22px;line-height: 1.2;margin:30px 0 50px;}
    .banner .banner_more{width:225px;height:60px;display: flex;justify-content: center;align-items: center;border:1px solid;transition:.5s;}
    .banner i{margin-left:20px;font-size:20px;}
}
@media(max-width:1024px){
    .banner{margin-top:60px;height:400px;}
    .banner .cn{font-size:30px;font-weight: bold;color:#000;}
    .banner .en{font-size:16px;line-height: 1.2;margin:20px 0 40px;}
    .banner .banner_more{width:150px;height:40px;display: flex;justify-content: center;align-items: center;border:1px solid;transition:.5s;}
    .banner i{margin-left:10px;font-size:16px;}
}
@media(max-width:576px){
    .banner{margin-top:60px;height:300px;}
    .banner .cn{font-size:20px;font-weight: bold;color:#000;}
    .banner .en{font-size:15px;line-height: 1.2;margin:15px 0 30px;}
    .banner .banner_more{width:150px;height:40px;display: flex;justify-content: center;align-items: center;border:1px solid;transition:.5s;font-size:14px;}
    .banner i{margin-left:10px;font-size:16px;}
}

/*首页简介*/
.de_about{width:100%;height:800px;display: flex;}
.de_about .b_pic{width:55%;height:100%;}
.de_about .big_pic{width:100%;height:100%;object-fit: cover;}
.de_about .txts{width:45%;height:100%;padding:20px 80px;display: flex;flex-direction: column;justify-content: center;background: #f4f4f4;}
.de_about .cn{font-size:42px;font-weight: bold;}
.de_about .en{font-size:22px;text-transform: uppercase;margin-bottom:40px;}
.de_about .sub_en{font-size:48px;color:#c82513;font-weight: lighter;line-height: 1;}
.de_about .sub_cn{font-size:32px;color:#c82513;font-weight: lighter;margin-bottom:30px;}
.de_about .content{font-size:16px;color:#585858;line-height: 1.8;margin-bottom:50px;}
.de_about .pics{width:100%;justify-content: space-between;display: flex;margin-bottom:30px;margin-top:30px;}
.de_about .pic{width:32%;height:130px;cursor:pointer;}
.de_about .s_pic{width:100%;height:100%;object-fit: cover;}
.de_about .about_more{width:225px;height:60px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
.de_about i{margin-left:20px;font-size:20px;}
.de_about .about_more:hover{background: #fff;}

@media(max-width: 1280px){
    .de_about{width:100%;height:800px;display: flex;}
    .de_about .cn{font-size:32px;font-weight: bold;}
    .de_about .en{font-size:18px;text-transform: uppercase;margin-bottom:30px;}
    .de_about .sub_en{font-size:38px;color:#c82513;font-weight: lighter;line-height: 1;}
    .de_about .sub_cn{font-size:20px;color:#c82513;font-weight: lighter;margin-bottom:20px;}
    .de_about .content{font-size:16px;color:#585858;line-height: 1.8;margin-bottom:30px;}
    .de_about .pics{width:100%;justify-content: space-between;display: flex;margin-bottom:20px;margin-top:40px;}
    .de_about .pic{width:32%;height:100px;cursor:pointer;}
    .de_about .about_more{width:200px;height:50px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
    .de_about i{margin-left:20px;font-size:18px;}
}
@media(max-width: 1024px){
    .de_about{display: flex;flex-wrap:wrap;height:auto;}
    .de_about .b_pic{width:100%;height:400px;order:1;}
    .de_about .txts{width:100%;height:auto;padding:20px 20px 0 20px;}
    .de_about .pic{width:32%;height:200px;cursor:pointer;}
}
@media(max-width: 576px){
    .de_about .cn{font-size:22px;font-weight: bold;}
    .de_about .en{font-size:15px;text-transform: uppercase;margin-bottom:30px;}
    .de_about .sub_en{font-size:20px;color:#c82513;font-weight: lighter;line-height: 1;}
    .de_about .sub_cn{font-size:16px;color:#c82513;font-weight: lighter;margin-bottom:20px;}
    .de_about .about_more{font-size:16px;width:200px;height:40px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
    .de_about i{margin-left:20px;font-size:16px;}
    .de_about .pic{width:32%;height:100px;cursor:pointer;}
    .de_about .b_pic{width:100%;height:300px;order:1;}
}

.de_pdtcates{width:100%;padding:90px 0;}
.de_pdtcates .inner{width:60%;display: flex;justify-content: space-between;margin-left:20%;}
.de_pdtcates .item{width:49%;position: relative;}
.de_pdtcates .pdt_cate_pic{width:100%;}
.de_pdtcates .txts{position: absolute;top:30px;left:45px;color:#fff;}
.de_pdtcates .cn{font-size:42px;font-weight: bold;}
.de_pdtcates .en{font-size:24px;text-transform: uppercase;font-weight: lighter;}

@media(max-width:1440px){
    .de_pdtcates{width:100%;padding:50px 0;}
    .de_pdtcates .inner{width:80%;display: flex;justify-content: space-between;margin-left:10%;}
    .de_pdtcates .cn{font-size:32px;font-weight: bold;}
    .de_pdtcates .en{font-size:20px;text-transform: uppercase;font-weight: lighter;line-height: 1.2;}
}
@media(max-width: 1024px){
    .de_pdtcates .txts{left:25px;}
}
@media(max-width: 768px){
    .de_pdtcates{width:100%;padding:30px 0;}
    .de_pdtcates .inner{width:94%;display: flex;justify-content: space-between;margin-left:3%;}
    .de_pdtcates .txts{position: absolute;top:20px;left:20px;color:#fff;}
    .de_pdtcates .cn{font-size:20px;font-weight: bold;}
    .de_pdtcates .en{font-size:16px;text-transform: uppercase;font-weight: lighter;}
}
@media(max-width: 414px){
    .de_pdtcates .txts{position: absolute;top:10px;left:10px;color:#fff;}
    .de_pdtcates .cn{font-size:16px;font-weight: bold;}
    .de_pdtcates .en{font-size:12px;text-transform: uppercase;font-weight: lighter;}
}

.de_product{padding-bottom:30px;}
.de_product .de_titles{display: flex;flex-direction: column;align-items: center;}
.de_product .cn{font-size:42px;font-weight: bold;}
.de_product .en{font-size:22px;text-transform: uppercase;}
.de_product .sub{font-size:18px;color:#585858;margin:20px 0;}
.de_product .pdt_more{width:225px;height:60px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
.de_product i{margin-left:20px;font-size:20px;}
.de_product .pdt_more:hover{background: #fff;}
.de_product .boxs{width:100%;display: flex;justify-content: space-between;flex-wrap:wrap;margin-top:50px;}
.de_product .box{width:49%;margin-bottom:40px;background: #f4f4f4;padding:40px;display: flex;align-items: center;justify-content: space-between;}
.de_product .txt{width:50%;}
.de_product .name{font-size:26px;}
.de_product .content{font-size:16px;line-height: 2;margin:25px 0 50px;}
.de_product .pdt_btns{width:100%;display: flex;justify-content: space-between;align-items: center;}
.de_product .pdt_btn{width:49%;height:45px;border-radius: 45px;display: flex;justify-content: center;align-items: center;background: #cf281f;color:#fff;}
.de_product .pdt_btn:hover{background: #ec2913;}
.de_product .pdt_btn2{color:#000;border:1px solid;background: transparent;}
.de_product .pdt_btn2 .iconfont{color:#000;margin-right:10px;margin-left:0;}
.de_product .pdt_btn2:hover{background: #fff;}
.de_product img{width:40%;}

@media(max-width: 1200px){
    .de_product .box{flex-wrap:wrap;justify-content: center;}
    .de_product .txt{width:100%;margin-bottom:20px;}
    .de_product img{width:60%;}
}
@media(max-width: 1024px){
    .de_product .cn{font-size:32px;font-weight: bold;}
    .de_product .en{font-size:20px;text-transform: uppercase;}
    .de_product .sub{font-size:16px;color:#585858;margin:20px 0;}
    .de_product .pdt_more{width:225px;height:50px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
    .de_product i{margin-left:20px;font-size:20px;}
    .de_product .name{font-size:22px;}
    .de_product .content{font-size:16px;line-height: 2;margin:25px 0 50px;}
}
@media(max-width: 768px){
    .de_product .cn{font-size:22px;font-weight: bold;}
    .de_product .en{font-size:18px;text-transform: uppercase;}
    .de_product .sub{font-size:15px;color:#585858;margin:20px 0;text-align: center;}
    .de_product .pdt_more{width:200px;height:40px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;font-size:15px;}
    .de_product i{margin-left:20px;font-size:18px;}
    .de_product .boxs{margin-top:30px;}
    .de_product .box{width:100%;margin-bottom:20px;padding:20px;}
    .de_product .name{font-size:18px;}
    .de_product .content{font-size:15px;line-height: 2;margin:20px 0 35px;}
    .de_product .pdt_btns{width:100%;display: block;}
    .de_product .pdt_btn{width:100%;height:45px;border-radius: 45px;display: flex;justify-content: center;align-items: center;margin-bottom:10px;}
}

.de_adv{background: url(../images/de_adv_bg.jpg) center center/cover no-repeat;padding:50px 0;}
.de_adv .container{display: flex;flex-direction: column;align-items: center;color:#fff;}
.de_adv .cn{font-size:42px;font-weight: bold;}
.de_adv .en{font-size:22px;text-transform: uppercase;}
.de_adv .list{width:100%;display: flex;justify-content: space-between;flex-wrap:wrap;margin-top:40px;}
.de_adv .item{width:33.3%;display: flex;flex-direction: column;align-items: center;padding:50px 60px;}
.de_adv img{height:57px;}
.de_adv .big{margin:25px 0;font-size:24px;text-align: center;}
.de_adv .small{font-size:16px;text-align: center;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

@media(max-width: 1024px){
    .de_adv .cn{font-size:32px;font-weight: bold;}
    .de_adv .en{font-size:20px;text-transform: uppercase;}
    .de_adv .list{width:100%;display: flex;justify-content: space-between;flex-wrap:wrap;margin-top:40px;}
    .de_adv .item{width:33.3%;display: flex;flex-direction: column;align-items: center;padding:30px;}
    .de_adv img{height:47px;}
    .de_adv .big{margin:25px 0;font-size:20px;text-align: center;}
    .de_adv .small{font-size:16px;}
}
@media(max-width: 576px){
    .de_adv .cn{font-size:22px;font-weight: bold;}
    .de_adv .en{font-size:18px;text-transform: uppercase;}
    .de_adv .item{width:100%;display: flex;flex-direction: column;align-items: center;padding:30px 20px;}
    .de_adv img{height:40px;}
    .de_adv .big{margin:20px 0;font-size:18px;text-align: center;}
    .de_adv .small{font-size:15px;}
}

.de_news{background: #f4f4f4;padding:80px 0;}
.de_news .news_titles{width:100%;display: flex;justify-content: space-between;align-items: center;}
.de_news .news_titles .cn{font-size:48px;font-weight: bold;}
.de_news .news_titles .en{font-size:22px;text-transform: uppercase;}
.de_news .de_newsmore{width:225px;height:60px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
.de_news .de_newsmore i{margin-left:20px;font-size:20px;}
.de_news .de_newsmore:hover{background: #fff;}
.de_news_list{width:100%;display: flex;justify-content: space-between;align-items: center;margin-top:50px;}
.de_news_list .pic{width:49%;height:460px;}
.de_news_list img{width:100%;height:100%;object-fit: cover;}
.de_news_list .list{width:49%;}
.de_news_list .item{width:100%;padding:16px;background: #fff;display: flex;justify-content: space-between;align-items: center;margin-bottom:30px;}
.de_news_list .item:last-child{margin-bottom:0;}
.de_news_list .item_left{width:18%;height:100px;background: #595757;color:#fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.de_news_list .item_right{width:82%;padding-left:20px;}
.de_news_list .date{font-size:42px;font-weight: bold;margin-bottom:5px;line-height: 1;}
.de_news_list .name{font-size:20px;color:#000;margin-bottom:10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.de_news_list .sub{font-size:16px;color:#757575;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.de_news_list .item:hover{background: #c92513;}
.de_news_list .item:hover .item_left{background: #000;}
.de_news_list .item:hover .name{color:#fff;}
.de_news_list .item:hover .sub{color:#fff;}

@media(max-width: 1024px){
    .de_news{background: #f4f4f4;padding:50px 0;}
    .de_news .news_titles .cn{font-size:38px;font-weight: bold;}
    .de_news .news_titles .en{font-size:20px;text-transform: uppercase;}
}
@media(max-width: 768px){
    .de_news{background: #f4f4f4;padding:30px 0;}
    .de_news_list{flex-wrap:wrap;margin-top:30px;}
    .de_news .news_titles .cn{font-size:22px;font-weight: bold;}
    .de_news .news_titles .en{font-size:17px;text-transform: uppercase;}
    .de_news .de_newsmore{width:160px;height:50px;display: flex;justify-content: center;align-items: center;border:1px solid #c82513;transition:.5s;color:#c82513;}
    .de_news .de_newsmore i{margin-left:20px;font-size:18px;}
    .de_news_list .pic{width:100%;height:300px;}
    .de_news_list .list{width:100%;margin-top:30px;}
    .de_news_list .item_left{width:22%;height:100px;background: #595757;color:#fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}
    .de_news_list .item_right{width:78%;padding-left:10px;}
    .de_news_list .date{font-size:32px;font-weight: bold;margin-bottom:5px;line-height: 1;}
    .de_news_list .name{font-size:18px;color:#000;margin-bottom:10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .de_news_list .sub{font-size:15px;color:#757575;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
}

/*底部*/
footer{background: #24272b;color:#fff;}
footer a{color:#fff;}
footer a:hover{color:#c82513;}
footer .info{padding:40px 0;display: flex;justify-content: space-between;}

footer .info .left{}
footer .info .left .footer_addrs{margin-top:30px;}
footer .info .left .footer_addr{display: flex;align-items: center;margin-bottom:10px;}
footer .info .left .iconfont{width:26px;font-size:18px;}

footer .info .center{width:33%;}
footer .info .center .center_name{font-size:24px;margin-bottom:26px;}
footer .info .center input{width:100%;display: block;margin-bottom:6px;background: #33363a;padding:10px;border:0;outline: none;color:#fff;}
footer .info .center textarea{width:100%;display: block;margin-bottom:6px;background: #33363a;padding:10px;border:0;outline: none;height:114px;color:#fff;}
footer .info .center button{border:0;outline: none;width:100%;height:50px;background: #c92513;display: flex;justify-content: center;align-items: center;color:#fff;}

footer .info .right{display: flex;justify-content: space-between;}
footer .info .right .code{width:48%;margin-top:60px;}
footer .info .right img{width:100%;}
footer .info .right p{margin-top:10px;text-align: center;}

.copyright{border-top:1px solid #3b3f42;}
.copyright .container{display: flex;justify-content: center;align-items: center;padding:25px 0;flex-wrap:wrap;}
.copyright p{color:#a0a0a1;display: flex;align-items: center;margin:0 10px;}
.copyright p a{color:#a0a0a1;}
.copyright p a:hover{color:#fff;}

@media(max-width: 1024px){
    footer .info{flex-wrap:wrap;}
    footer .info .left{width:100%;}
    footer .info .center{width:100%;margin-top:40px;}
    footer .info .right{width:100%;}
}
@media(max-width: 576px){
    footer p,footer a{font-size:15px;}
    footer .info .left img{width:130px;}
    footer .info .left .iconfont{width:20px;font-size:15px;}

    footer .info .center .center_name{font-size:20px;margin-bottom:26px;}

    .copyright .container{display: block;justify-content: center;align-items: center;padding:25px 0;flex-wrap:wrap;}
    .copyright p{color:#a0a0a1;display: flex;align-items: center;margin:0;}
    .copyright p a{color:#a0a0a1;}
    .copyright p a:hover{color:#fff;}
}

/*公共样式*/
.page_common .right .pos{height:70px;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ccc;}
.page_common .right .pos_left{font-size:24px;color:#333;font-weight:bold;display: flex;align-items: center;}
.page_common .right .pos_left .catelink{display: block;padding:10px 20px;background-color: #fff;color:#000;border:1px solid #c92513;}
.page_common .right .pos_left .catelink.active{background-color: #c92513;color:#fff;border:1px solid #c92513;}
.page_common .right .pos_left .catelink:hover{color:#c92513;}
.page_common .right .pos_right{display: flex;justify-content: center;align-items: center;}
.page_common .right .pos_right a{font-size:16px;color:#aaa;}
.page_common .right .pos_right a:hover{color:#c92513;}
.page_common .right .pos_right span{font-size:16px;color:#aaa;margin:0 15px;}
.page_common .right .pos_right .current{font-size:16px;color:#777;}
.page_common .right .pos_right .current:hover{color:#c92513}
@media(max-width:992px) {
    .page_common{padding-left:0px;}
    .page_common .wrap{display: block;}
    .page_common .right{width:100%;padding-top: 10px;}
    .page_common .right .pos{height:50px;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ccc;}
    .page_common .right .pos_left{font-size:16px;color:#333;font-weight:bold;display: flex;align-items: center;}
    .page_common .right .pos_left a{font-size:14px;display: block;padding:10px 20px;background-color: #fff;color:#000;border:1px solid #c92513;}
    .page_common .right .pos_left a.active{background-color: #c92513;color:#fff;border:1px solid #c92513;}
    .page_common .right .pos_right{display: flex;justify-content: center;align-items: center;}
    .page_common .right .pos_right a{font-size:14px;color:#aaa;}
    .page_common .right .pos_right span{font-size:14px;color:#aaa;margin:0 5px;}
    .page_common .right .pos_right .current{font-size:14px;color:#777;}
    .page_common .left .cate_title{font-size:20px;}
}
@media(max-width:576px) {
    .page_common .right .pos_left .catelink{padding:10px;text-align: center;}
    .page_common .right .pos_right{display: none;}
}

/*关于我们*/
.page_about .box{padding:30px 0;}
.page_about .de_about .content p{margin-bottom:30px;text-indent:2em;}
.page_about .de_about .content p:last-child{margin-bottom:0;}

/*发展历程*/
.about_bg{ position: fixed; width: 100%; height: 100%; top:0; left: 0;background: url(../images/about_bg.jpg) no-repeat;background-size: cover;}
.about_content{margin: 0 auto;margin-top:50px;}
.about_content h2,.about_content h3{ text-align: center; font-weight: bold; color: #000; }
.about_content h2{ font-size: 40px;margin-bottom:50px;}
.about_content h3{ font-size: 26px; margin-bottom: 60px;}
.about_content p{ font-size: 16px; color: #000; line-height: 180%; margin-bottom: 20px; text-align: center;}
.about_content.history{ text-align: center; position: relative;}

.event_box{ width: 60%; margin: 60px auto;position: relative; }
.event_box .parHd {width: 100%; display: inline-block;height: 92px;overflow: hidden;}
.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important;}
.parHd .tempWrap{ margin: 0 auto;}
.parHd .tempWrap:after{content: '';width: 85%;height: 1px;background: #580000;position: absolute;right: 8%;top: 35%;z-index: 10;}
.parHd li.no_line:before{ display: none;}
.parHd li{  display: inline-block; cursor: pointer; padding-top: 30px; font-size: 16px; color: #000;margin:0 30px; position: relative; }
.parHd li:after{ content: ''; background: url(../images/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}
.parBd{ text-align: center; margin-top: 60px;}
.parBd h4{ position: relative; font-size: 40px; margin-bottom: 3%; padding: 0 60px;  display: inline-block; text-align: center;}
.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}
.parBd h4:before{ content:''; background: #000; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}
.parBd p{ line-height: 180%; font-size: 16px; width: 80%; margin: 0 auto;}
div#listBox {width: 100%;}
.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 10px;cursor:pointer;}
.sPrev{ left: 0;}
.sNext{ right: 0;}
.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);}

@media(max-width:992px) {
    .page_about .box{padding:30px 0;}

    .parHd .tempWrap{width:78%!important;}
}
@media(max-width:576px) {
    .about_content h2{font-size:22px;}
    .page_about .de_about .content p{font-size:15px;}

    .event_box{width:80%;margin:30px auto;}
    .parBd h4{font-size:20px;padding:0;}
    .parBd{margin-top:35px;overflow:hidden;}
}


/*产品中心*/
.page_product{padding-bottom:30px;}
.page_product .left .cates .cate_item{height:80px;}
.page_product .content{padding:53px 0 0 0;}
.page_product .m_left{display: none;}
.page_product .list{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.page_product .content .pdt_item{width:32%;margin-bottom:33px;border:1px solid #cccccc;}
.page_product .content .pdt_item:last-child:nth-child(3n+2){margin-right:34%;}
.page_product .pdt_item .img_box{width:100%;height:480px;overflow:hidden;display: flex;justify-content: center;align-items: center;}
.page_product .pdt_item img{width:100%;height:100%;object-fit:cover;transition: .5s;}
.page_product .pdt_item .img_box:hover img{transform: scale(1.1);}
.page_product .pdt_item p{height:60px;display: flex;justify-content: center;align-items: center;font-size:18px;color:#333;background:#fff;}

@media(max-width: 1440px){
    .page_product .pdt_item .img_box{height:450px;}
}
@media(max-width: 1360px){
    .page_product .pdt_item .img_box{height:420px;}
}
@media(max-width: 1280px){
    .page_product .pdt_item .img_box{height:380px;}
}
@media(max-width: 1024px){
    .page_product .pdt_item .img_box{height:350px;}
}
@media(max-width:992px) {
    .page_product .content{ padding: 20px 0 0 0;}
    .page_product .content .pdt_item{width:48%;margin-bottom:20px;}
    .page_product .pdt_item p{font-size:14px;line-height: 1.5;padding:10px 5px;height:auto;}
    .page_product .content .pdt_item:last-child:nth-child(3n+2){margin-right:0%;}

    .page_product .pdt_item .img_box{width:100%;height:480px;overflow:hidden;display: flex;justify-content: center;align-items: center;}
}
@media(max-width: 768px){
    .page_product{padding-bottom:0px;}
    .page_product .pdt_item .img_box{height:400px;}
}
@media(max-width: 576px){
    .page_product .pdt_item .img_box{height:320px;}
}
@media(max-width: 414px){
    .page_product .content .pdt_item{width:100%;}
    .page_product .pdt_item .img_box{height:320px;}
}

/*产品详情css*/
.page_productview .content{padding:57px 0;}
.page_productview .content .info{display: flex;justify-content: space-between;align-items: flex-start;}
.page_productview .content .info .left{width:42%;position:relative;}
.page_productview .content .info .left img{width:100%;}
.page_productview .content .info .text{width:53%;}
.page_productview .content .info .text .title{font-size:30px;color:#203015;padding-bottom:25px;border-bottom:1px solid #d9d9d9;font-weight:bold;}
.page_productview .content .info .text .model{padding:30px 0 10px;font-size:16px;line-height: 1.5;}
.page_productview .content .info .text .params{padding:10px 0 30px;font-size:16px;line-height: 1.5;}
.page_productview .content .info .text .label{color:#000;font-size:20px;font-weight: bold;padding:20px 0;}
.page_productview .content .info .text .info{font-size:16px;color:#666;padding-top:22px;}
.page_productview .content .info .text .line{border:1px solid #c92513;color: #fff;display: inline-flex;justify-content: flex-start;align-items: center;background: #c92513;padding:10px 20px;border-radius: 4px;margin-right:20px;}
.page_productview .content .info .text .line i{font-size:22px;margin-right:14px;}
.page_productview .content .info .text .line span{font-size:16px;}
.page_productview .content .info .text .line a{font-size:16px;color: #fff;}
.page_productview .content .info .text .line:hover{background: #fff;color:#c92513;}
.page_productview .content .info .text .line:hover a{color:#c92513;}

.page_productview .product_img.gallery-top {margin-bottom:5px;}
.page_productview .product_img.gallery-top .swiper-slide{height:630px;overflow: hidden;}
.page_productview .product_img .gallery-thumbs {width:30%; box-sizing: border-box; padding: 10px 0;}
.page_productview .product_img .gallery-thumbs .swiper-slide {opacity: 0.4; cursor: pointer;}
.page_productview .product_img .gallery-thumbs .swiper-slide-thumb-active {opacity: 1; border:1px #c92513 solid;}
.page_productview .product_img .swiper-button-next:after,
.page_productview .product_img .swiper-button-prev:after{color:#000;}

.page_productview h3{font-size:24px;font-weight: bold;margin-bottom:20px;}
.page_productview .sub{line-height: 1.8;}
.page_productview .sub span{color:red;}
.page_productview .line{margin-top:20px;}

@media screen and (max-width:1440px){
    .page_productview .product_img.gallery-top .swiper-slide{height:600px;}
}
@media screen and (max-width:1280px){
    .page_productview .product_img.gallery-top .swiper-slide{height:550px;}
}
@media screen and (max-width:1024px){
    .page_productview .product_img.gallery-top .swiper-slide{height:400px;}
}
@media screen and (max-width:768px){
    .page_productview .product_img.gallery-top .swiper-slide{height:300px;}
    .page_productview .content .info .text .params{padding:20px 0;font-size:14px;}
}
@media screen and (max-width:576px){
    .page_productview .content{padding:30px 0;}
    .page_productview .content .info{display:block;}
    .page_productview .content .info .left{width:100%;position:relative;}
    .page_productview .content .info .left img{width:100%;}
    .page_productview .content .info .text{width:100%;padding-bottom:30px;margin-top:20px;}
    .page_productview .content .info .text .title{font-size:20px;color:#203015;padding-bottom:25px;border-bottom:1px solid #d9d9d9;font-weight:bold;}
    .page_productview .content .info .text .details{margin-top:30px;}
    .page_productview .content .info .text .details p{line-height:2;font-size:16px;}
    .page_productview .content .info .text .details p a{color:#000;font-size:16px}
    .page_productview .content .info .text .info{font-size:14px;color:#666;padding-top:22px;}
    .page_productview .content .info .text .line{display: inline-flex;justify-content: flex-start;align-items: center;background: #c92513;padding:10px 20px;border-radius: 4px;margin-right:20px;}
    .page_productview .content .info .text .line i{font-size:18px;margin-right:14px;color: #fff;}
    .page_productview .content .info .text .line span{font-size:16px;color: #fff;}
    .page_productview .content .info .text .line a{font-size:16px;color: #fff;}

    .page_productview .product_img.gallery-top {margin-bottom:5px;}
    .page_productview .product_img.gallery-top .swiper-slide{height:540px;overflow: hidden;}
    .page_productview .product_img .gallery-thumbs {width:30%; box-sizing: border-box; padding: 10px 0;}
    .page_productview .product_img .gallery-thumbs .swiper-slide {opacity: 0.4; cursor: pointer;}
    .page_productview .product_img .gallery-thumbs .swiper-slide-thumb-active {opacity: 1; border:1px #c92513 solid;}
    .page_productview .product_img .swiper-button-next:after,.product_img .swiper-button-prev:after{color:#000;font-size:20px;}

    .page_productview h3{font-size:24px;font-weight: bold;margin-bottom:20px;}
    .page_productview .sub{line-height: 1.8;}
    .page_productview .sub span{color:red;}
    .page_productview .line{margin-top:20px;}
}
@media(max-width: 414px){
    .page_productview .product_img.gallery-top .swiper-slide{height:380px;}
}
@media(max-width: 375px){
    .page_productview .product_img.gallery-top .swiper-slide{height:350px;}
}

/*详情页底部 上一个下一个*/
.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:#222;line-height: 1.5;}
.common_btns a:hover span{color:#c92513;}
.common_btns span{font-size:16px;color:#666;}
.common_btns .back_btn{font-size:18px;width:154px;height:46px;border-radius:5px;background:#c92513;border:1px solid #c92513;color:#fff;display: flex;justify-content: center;align-items: center;}
.common_btns .back_btn:hover{color:#c92513;background: #fff;}
.common_btns .left{width:85%!important;}
.common_btns .right{width:15%!important;padding-top:0!important;display: flex;justify-content: flex-end;align-items: center;}
@media(max-width:992px) {
    .common_btns .left{display: block!important;width:100% !important;}
    .common_btns .right{margin-top:20px;width:100% !important;}
    .common_btns .wrap{padding-bottom: 20px;display: block;}
    .common_btns span, .common_btns a{font-size:14px;}
    .common_btns .back_btn{font-size:14px;width:120px;height:46px;}
    .common_btns .right{margin-top:0;justify-content: flex-start;}
}


/*分页公共样式*/
.page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:.2rem;}
.pagination{margin-bottom:.7rem;}
.pagination li {width: 50px;height:36px;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:#c92513;}
.pagination li.active span,.pagination li.active a{color:#fff;}
.pagination li a:hover{color:#c92513;}

@media(max-width: 992px){
    .page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:.2rem;}
    .pagination{margin-bottom:.7rem;}
    .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:#c92513;}
    .pagination li.active span,.pagination li.active a{color:#fff;}
}

/*新闻资讯*/
.page_news .list{margin-bottom:60px;width:100%;width:100%;}
.page_news .newsss{padding:20px 0 0 0;}
.page_news .block{width:100%;padding:15px;border-bottom:1px solid #eee;width:100%;display: flex;justify-content: space-between;align-items: center;color:#010101;}
.page_news .block:last-child{border-bottom:1px solid #eee;}
.page_news .time{width:20%;}
.page_news .title{width:68%;}
.page_news .title p{width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_news .iconfont{width:12%;font-size:20px;text-align: right;}
.page_news .block:hover{background: #c92513;color:#fff;}
@media(max-width:992px) {
    .page_news .list{margin-bottom:30px;width:100%;width:100%;}
    .page_news .newsss{padding:20px 0;}
    .page_news .block{width:100%;padding:15px 0;border-bottom:1px solid #eee;width:100%;display: flex;justify-content: space-between;align-items: center;color:#010101;}
    .page_news .block:last-child{border-bottom:1px solid #eee;}
    .page_news .time{width:30%;font-size:14px;}
    .page_news .title{width:58%;}
    .page_news .title p{width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:14px;}
    .page_news .iconfont{width:12%;font-size:18px;text-align: right;}
    .page_news .block:hover{background: #c92513;color:#fff;}
}

/*新闻详情*/
.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;}
.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;}
@media(max-width:992px) {
    .page_newsview .news_title{font-size:18px;line-height: 1.5;}
    .page_newsview .top{margin-top:25px;}
    .page_newsview .news_cont{font-size:14px;padding:10px 0;}
    .page_newsview .news_cont p{font-size:14px;}
}

/*联系方式*/
.page_contact .contact{padding:40px 0;}
.page_contact .listt{width:100%;display: flex;margin-top:40px;justify-content: space-between;}
.page_contact .itemm{width:20%;display: flex;flex-direction: column;align-items: center;}
.page_contact .txt{padding-top:20px;}
.page_contact .big{font-size:22px;font-weight:bold;text-align: center;margin-bottom:15px;color:#000;}
.page_contact .small{font-size:18px;text-align: center;line-height: 1.5;}
.page_contact .small a{color:#000;font-size:18px;}
.page_contact .small a:hover{color:#c92513;}

.page_contact #dituContent {width: 100%;height:450px;border: 1px #ccc solid;margin-top:50px;font-size:16px;margin-bottom:40px;}
.page_contact .iw_poi_title{font-weight:bold;line-height: 1.25;color:#c92513;}
.page_contact .iw_poi_content{line-height: 1.2;}

@media(max-width:1280px) {
    .page_contact .big{font-size:20px;font-weight:bold;text-align: center;margin-bottom:15px;color:#000;}
    .page_contact .small{font-size:16px;text-align: center;line-height: 1.5;}
    .page_contact .small a{color:#000;font-size:16px;}
}
@media(max-width:768px) {
    .page_contact .listt{flex-wrap:wrap;margin-top:20px;}
    .page_contact .itemm{width:48%;margin-bottom:20px;}
    .page_contact .big{font-size:18px;font-weight:bold;text-align: center;margin-bottom:15px;color:#000;}
    .page_contact .small{font-size:15px;text-align: center;line-height: 1.5;}
    .page_contact .small a{color:#000;font-size:15px;}
    .page_contact #dituContent{margin-top:30px;}
}

/*在线留言*/
.ccmessage{padding:50px 0;}
.message_title{font-size:30px;font-weight: bold;text-align: center;}
.page_contact .form_title{text-align: center;font-size:20px;margin-top:50px;font-weight: bold;}
.page_contact form{margin-top:30px;background: #fff;}
.page_contact form .list{display: flex;justify-content: space-between;align-items: center;margin-bottom:30px;}
.page_contact form .item{width:48%;display: flex;justify-content: center;align-items: center;}
.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:250px;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;}
.page_contact form .yzm{width:244px;height:50px;}
.page_contact form .code img{height:50px;}
.page_contact form .submit_btn{width:260px;height:56px;background:#c92513;border:1px solid #c92513;color:#fff;font-size:20px;outline: none;}
.page_contact form .submit_btn:hover{color:#c92513;background: #fff;}
@media(max-width:992px) {
    .ccmessage{padding:20px 0;}
    .message_title{font-size:20px;font-weight: bold;text-align: center;}
    .page_contact .form_title{text-align: center;font-size:20px;margin-top:20px;font-weight: bold;}
    .page_contact form{margin-top:20px;background: #fff;}
    .page_contact form .list{display: block;margin-bottom:20px;}
    .page_contact form .item{width:100%;margin-bottom:20px;}
    .page_contact form input, .page_message form textarea{font-size:14px;}
    .page_contact form .yzm{width:60%;}
    .page_contact form .code img{width:40%;}
    .page_contact form .btn{display: block;}
    .page_contact form .submit_btn {width: 200px;height: 40px;font-size: 14px;margin-top:20px;}
}


/*人才招聘*/
.page_join .content{width:100%;margin-top:30px;}
.page_join table{margin-bottom:30px;width:100%;max-width:100%;border:1px solid #eee;}
.page_join .job_btn font{transition: .5s;}
.page_join .job_btn:hover font{text-decoration: underline;}
.page_join table:hover{background: #fff5f4;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.page_join td{border-right:1px solid #fff;border-bottom:1px solid #fff;padding:15px;background: #fff5f4;word-break: break-all;}
.page_join td.font4{font-size:20px;font-weight: bold;}
.page_join td *{font-size:16px;line-height: 1.5;}

@media(max-width: 992px){
    .page_join .content{width:100%;margin-top:10px;}
    .page_join table{margin-bottom:10px;max-width:100%;border:1px solid #eee;}
    .page_join .job_btn font{transition: .5s;}
    .page_join .job_btn:hover font{text-decoration: underline;}
    .page_join table:hover{background: #f8f8f8;box-shadow: 0 0 10px rgba(0,0,0,.3);}
    .page_join td{border-right:1px solid #fff;border-bottom:1px solid #fff;padding:5px;font-size:14px;}
    .page_join td.font4{font-size:18px;}
    .job_btn{padding-top:10px;display: block;padding-right:5px;font-size:16px;}
    .page_join td *{font-size:14px;}
}

/*在线客服悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:30%;background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.suspension-box{position:relative;}
.suspension .a{display: flex;flex-direction: column;align-items: center;justify-content: center;width:68px;padding: 10px 0;background:#fff;margin-bottom:8px;cursor:pointer;outline:none;}
.suspension .a span{font-size:12px;color:#222;}
.suspension .a i{font-size:36px;margin-bottom:.1rem;color:#c92513;}
.suspension .a.active,.suspension .a:hover{background:#c92513;}
.suspension .a.active span,.suspension .a:hover span, .suspension .a.active i,.suspension .a:hover i{color:#fff;}
.suspension .a .i{display:flex; align-items:center; flex-direction: column; justify-content: center; width:68px;height:68px; font-style: normal; color:var(--white); border:1px var(--darkgreen) solid; font-family: "iconfont"; text-align:center; font-size:26px; line-height: 1.3;}
.suspension .a .i span{font-size:12px;}
.suspension .a-top{background:#fff;display:none;height:60px;}
.suspension .a-top:hover{background:#c92513;color:#fff;}
.suspension .d{width: 230px;background: #c92513;position: absolute;right:72px;color: var(--white);font-size: 16px;display: none;}
.suspension .d .arrow{position:absolute;width:8px;height:12px; font-family: "iconfont"; font-size:24px; font-style: normal; color:#c92513;right:0px;top:15px;}
.suspension .d-qrcode{top:159px;width: 150px;}
.suspension .d-service-phone{top:0;}
.suspension .d-service{top:77px;}
.suspension .d-service-bj{top:228px;}
.suspension .d .inner-box{padding: 10px 20px;min-height: 74px;}
.suspension .d-service-item{display:flex; align-items:center; width:100%;}
.suspension .d-service-item a{display: block; width:100%;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .text{line-height: 56px; font-size:18px; text-align:center; display: block;}
.suspension .d-service-item a .text{color:var(--white); font-size:14px;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:10px;}
.suspension .d-qrcode p{font-size:14px;}
.inner_erweima{display: flex; justify-content:center; flex-direction: column;}
.inner_erweima img{max-width:130px;}

@media(max-width: 992px){
    .suspension{display: none;}
}

