*{margin: 0;padding: 0;}
body{margin: auto;font:12px/25px  "microsoft yahei";color: #333;}
ul,li{list-style: none;}
a{text-decoration: none;color: #000;transition: 0.5s;}
.swiper-button-prev:focus{outline: none !important;}
.swiper-button-next:focus{outline: none !important;}
.clearfix::after{content: "";display: block;clear: both;visibility: hidden;height: 0;}
.clearfix{*zoom: 0;}
.clear{clear: both;}
.contain {width:1400px; margin:0px auto;}
.fl{ float: left;}
.fr{ float: right;}
i,em{font-style: inherit;} 
.flexwrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex{display: flex;justify-content: space-between;}
.vimg{transition: 1s;width: 100%;height: 100%;object-fit: cover;}
.vimg:hover{transform: scale(1.1);}
.textindent{text-indent: 32px;}

.title{text-align: center;margin-bottom: 60px;font-size: 40px;}
.title .line{width: 30px;height: 4px;background: #d90404;margin: 20px auto 10px;}
.title p{font-size: 16px;color: #777;line-height: 30px;}
.title strong img{vertical-align: middle;}

/*head*/
.head{position: absolute;left: 0;top: 0;z-index: 9999999;width: 100%;border-bottom: 1px solid rgba(255,255,255,.4);}
.logo{font-size: 16px;}
.logo p{font-size: 29px;font-weight: bold;margin-bottom: 10px;margin-top: 20px;}
.tel{padding-left: 34px;background: url(../images/tel.png) no-repeat left top;font-size: 16px;color: #888;margin-top: 20px;background-size: 26px;}
.tel b{font-size: 27px;color: #333;display: block;}
.nav li{position: relative;z-index: 9; float: left;text-align: center;width: 150px;line-height: 100px;}
.nav li a{display: block;color: #333;font-size: 16px;position: relative;z-index: 2;}
.nav li:hover>a{color: #d90404;font-weight: bold;}
.nav li dl{position: absolute;left: 0;top: 100%;z-index: 9999;width: 100%;display: none;}
.nav li::after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 0;border: 10px solid #fff;border-top-color: transparent;border-left-color: transparent;border-right-color: transparent;margin-left: -10px;display: none;}
.nav li:hover::after{display: block;}
.nav li dl dt{line-height: 45px;background: #fff;}
.nav li dl dt a{font-size: 16px;}
.nav li dl dt:hover{background: #eee;}

/* 热销产品 */
.recommend_pro{padding:100px 0;background: #f1f1f1;}
.proSort{justify-content: space-evenly;margin-bottom: 40px;}
.proSort li{width: 200px;line-height: 45px;text-align: center;background: #eee;}
.proSort li a{font-size: 16px;display: block;}
.proSort li a:hover{color: #fff;background: #d90404;}
.pro-roll{margin-top:20px;position:relative}
.proSwiper .swiper-slide a{display:flex;justify-content:space-between;padding:1%;padding-bottom:30px;position:relative}
.proSwiper .swiper-slide a::before{content:'';position:absolute;bottom:-1.5625vw;left:0;right:0;background:#fff;width:100%;height:100%;z-index:-1}
.proSwiper .swiper-slide a .img1{width:60%;height:318px;overflow:hidden;border:1px solid #ccc}
.proSwiper .swiper-slide a .img1 img{width:100%;height:100%;object-fit:cover;transition:.5s}
.proSwiper .swiper-slide a .wz{width:calc(100% - 63%);padding-top:50px}
.proSwiper .swiper-slide a .wz .wz1{color:#333;font-size:14px;font-family:Arial;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.proSwiper .swiper-slide a .wz .wz2{font-weight:600;color:#282828;font-size:22px}
.proSwiper .swiper-slide a .wz .wz3{width:48px;height:4px;background:#d90404;margin-top:.78125vw}
.proSwiper .swiper-slide a .wz .wz4{color:#666;font-size:14px;line-height:24px;margin-top:20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.proSwiper .swiper-slide a .wz .wz5{width:36px;height:36px;background-size:100% 100%;margin-top:1.25vw}
.proSwiper .swiper-slide a:hover::before{background: #d90404;}
.proSwiper .swiper-slide a:hover .wz .wz1{color: #fff;}
.proSwiper .swiper-slide a:hover .wz .wz2{color: #fff;}
.proSwiper .swiper-slide a:hover .wz .wz3{background: #fff;}
.proSwiper .swiper-slide a:hover .wz .wz4{color: #fff;}
.proSwiper .swiper-slide a:hover .wz .wz5{background: url(../images/cpb.png) no-repeat top center;}
.pro-roll .swiper-pagination{top: 385px;}
.pro-roll .swiper-pagination-bullet{width: 25px;height: 25px;background: url(../images/c1.png) no-repeat top center;opacity: 1;}
.pro-roll .swiper-pagination-bullet-active{background: url(../images/c2.png) no-repeat top center;}
/* 简介 */
.company{padding: 80px 0;background: url(../images/aboutbj.jpg) no-repeat center center;position: relative;overflow: hidden;background-attachment: fixed;}
.company .confont{width: 50%;color: #fff;}
.confont span{font-size: 45px;font-weight: bold;color: #d90404;}
.confont .ti{font-size: 32px;margin: 30px 0;font-weight: bold;}
.confont .dcon{font-size: 16px;line-height: 2;text-indent: 32px;}
.confont a{display: block;position: relative;z-index: 2;width: 160px;line-height: 45px;margin-top: 46px;font-size: 16px;color: #fff;text-align: center;border: 1px solid #ccc;}
.confont a::after{content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 0;height: 100%;background: #d90404;transition: 0.5s;}
.confont a:hover::after{width: 100%;}
.confont a:hover{border-color: #d90404;}

.daren{width: calc(47% - 80px);position:absolute;right: 0;top: 0;}
.hui{color: #fff;font-size: 16px;box-sizing: border-box;padding: 52px 40px;border-bottom: 1px solid rgba(255,255,255,.5);border-left: 1px solid rgba(255,255,255,.5);position: relative;z-index: 2;}
.hui::after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;background: #d90404;z-index: -1;transition: 0.5s;}
.hui:hover::after{width: 100%;}
.hui:last-child{border-bottom: none;}
.dahong {color: #fff;font-weight: bold;font-size: 30px;display: inline-block;}
.hui p{font-size: 16px;text-transform: uppercase;margin-top: 5px;}

/* 产品 */
.product{padding: 80px 0;}
.plist1 li{width:24%;border:1px solid #eee;background:#fff;text-align:center;position: relative;}
.plist1 li .img1{height:250px;overflow:hidden}
.plist1 li .img1 img{width:100%;height:100%;object-fit: cover;transition:1s}
.plist1 li i::before{content: "";position: absolute;left: 0;top: 0;width: 0;height: 1px;background: #d90404;transition: 0.5s;z-index: 5;}
.plist1 li i::after{content: "";position: absolute;left: 0;top: 0;width: 1px;height: 0;background: #d90404;transition: 0.5s;z-index: 5;}
.plist1 li:hover i::before{width: 100%;}
.plist1 li:hover i::after{height: 100%;}
.plist1 li em::before{content: "";position: absolute;right: 0;bottom: 0;width: 0;height: 1px;background: #d90404;transition: 0.5s;z-index: 5;}
.plist1 li em::after{content: "";position: absolute;right: 0;bottom: 0;width: 1px;height: 0;background: #d90404;transition: 0.5s;z-index: 5;}
.plist1 li:hover em::before{width: 100%;}
.plist1 li:hover em::after{height: 100%;}
.plist1 li:hover .img1 img{transform: scale(0.9);}
.plist1 li .wz1{display:flex;align-items:center;justify-content:center;padding:2% 0}
.plist1 li .wz1 span{width:50px;height:2px;background:#e6e6e6}
.plist1 li .wz1 b{font-weight:500;color:#999;font-size:16px;font-family:Arial;text-transform:uppercase;padding:0 10px}
.plist1 li .wz2{color:#333;font-size:18px;line-height: 45px;}
.plist1 li .wz3{width:155px;height:30px;border:2px solid #ebebeb;border-radius:30px;margin:10px auto;text-align:center;line-height:30px;color:#666;font-size:14px}
.plist1 li:hover .wz2{color:#d90404}
.plist1 li:nth-child(n+5){margin-top:2%}
.plist1 li:hover .wz3{background:#d90404;color:#fff}

/* 新闻 */
.xw{padding: 80px 0;background: url(../images/newsbg.jpg) no-repeat center center;background-size: cover;}
.xwnr li{float: left;width: 45.8%;position: relative;}
.xwnr li .img1{height: 480px;overflow: hidden;}
.xwnr li:nth-child(2n){float: right;}
.xwnr li .img1 img{width: 100%;height: 100%;object-fit: cover;transition: 1s;}
.xwnr li:hover .img1 img{transform: scale(1.2);}
.xwnr li .wz{position: absolute;z-index: 99;bottom: -100px;left: 60px;background: #fff;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);width: 72.43%;padding: 40px 30px;}
.xwnr li .wz .wz1{color: #d90404;font-size: 12px;text-transform: uppercase;font-family: "Arial";}
.xwnr li .wz .wz2{color: #333333;font-size: 18px;font-weight: 600;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 74%;}
.xwnr li:hover .wz .wz2{color: #d90404;}
.xwnr li .wz .wz3{color: #999999;font-size: 14px;line-height: 20px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.xwnr li .date{position: absolute;top: -30px;right: 20px;background: #d90404;width: 100px;height: 60px;text-align: center;color: #fff;font-weight: 600;font-size: 18px;line-height: 1;padding: 30px 0 10px 0;}
.xwnr li .date b{font-size: 24px;display: block;}
.nfont{margin-top: 100px;}
.nfont li{width: calc(50% - 40px);margin-top: 20px;padding: 20px;position: relative;z-index: 2;}
.nfont li::after{content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 0;height: 100%;background: #d90404;transition: .5s;}
.nfont li .timebox{width: 10%;text-align: center;}
.nfont li .timebox span{font-size: 16px;color: #777;}
.nfont li .timebox p{font-size: 25px;margin-bottom: 10px;}
.nfont li .timeL{width: calc(88% - 20px);padding-left: 20px;border-left: 1px solid #777;}
.nfont li .timeL span{display: block;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nfont li .timeL p{font-size: 16px;color: #777;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 10px;}
.nfont li:hover::after{width: 100%;}
.nfont li:hover span{color: #fff;}
.nfont li:hover p{color: #fff;}
.nfont li:hover .timeL{border-left-color: #fff;}

/* 广告 */
.ad-bg{background:url(../images/adbj.jpg) no-repeat center center;background-size:100% 100%;margin-top:80px;padding:80px 0}
.adlist1{flex-wrap:wrap}
.adlist1 li{width:33.26%;text-align:center;padding:60px 0;border-right:1px solid rgba(255,255,255,.2)}
.adlist1 li .img1 img{max-width:100%;margin:0 auto}
.adlist1 li .img1 img.imgb{display:none}
.adlist1 li .wz1{color:#fff;font-size:20px;font-weight:600;margin-top:2vw}
.adlist1 li .wz2{font-size:14px;color:rgba(255,255,255,.5);text-transform:uppercase;margin-top:.78125vw}
.adlist1 li:nth-child(3n){border-right:none}
.adlist1 li:nth-child(n+4){border-top:1px solid rgba(255,255,255,.2)}
.details{width:160px;height:45px;line-height:45px;text-align:center;border:1px solid #d90404;margin: 60px auto 0;position:relative;overflow:hidden}
.details a{font-size:16px;color:#333;position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}
.details i{position:absolute;left:0;top:-45px;width:100%;height:100%;background: #d90404;z-index:1;transition:.5s}
.details:hover i{top:0}
.details:hover a{color:#fff}
.adlist1 li:hover .img1 img.imga{display:none}
.adlist1 li:hover .img1 img.imgb{display:block} 
.adlist1 li:hover .wz1{color:#d90404}
.adlist1 li:hover .wz2{color:#d90404}

/* 实力 */
.knowledge{padding: 80px 0;overflow: hidden;}
.zsimg{height: 300px;overflow: hidden;margin-bottom: 10px;}
.zsimg img{width: 100%;height: 100%;object-fit: cover;transition: 1s;}
.zsbox span{font-size: 18px;color: #333;font-weight: bold;}
.zsbox p{font-size: 14px;color: #999;line-height: 1.5;margin: 10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.zsbox .duo{font-size: 16px;color: #d90404;}
.zsbox .duo i{display: inline-block;width: 55px;height: 1px;background: #d90404;margin-left: 10px;}
.zsnr .swiper-slide:hover img{transform: scale(1.2);}
.zsnr .swiper-slide:hover .zsbox span{color: #d90404;}
.zsnr{position: relative;}
.zsnr .swiper-pagination{top: 370px;}
.zsnr .swiper-pagination-bullet{width: 25px;height: 25px;background: url(../images/c1.png) no-repeat top center;opacity: 1;}
.zsnr .swiper-pagination-bullet-active{background: url(../images/c2.png) no-repeat top center;}
#knowledge{overflow: inherit;}
/* 底部 */
.group{padding: 100px 0;background: url(../images/IMG.jpg) no-repeat center center;background-attachment: fixed;font-size: 23px;color: #fff;text-align: center;line-height: 1.5;text-shadow: 0 0 3px #000;font-weight: bold;}

/*footer*/
.foot{background:url(../images/bottom.jpg);padding: 60px 0;color: #bdbdbd;border-top: 6px solid #d90404;}
.flogo{text-align: center;padding-top: 70px;}
.foot_1{width: 20%;}
.ftop{position: relative;margin-bottom: 20px;font-size: 18px;color: #fff;font-weight: bold;line-height: 50px;}
.ftop::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 50px;height: 2px;background: #d90404;}
.foot_1 ul li{padding: 5px 0;width: 45%;}
.foot_1 ul li a{font-size: 14px;color: #bdbdbd;}
.foot_2 ul li{font-size: 14px;margin-bottom: 5px;}
.foot_2 ul li b{font-size: 30px;color: #fff;}
.foot_3{text-align: center;font-size: 14px;padding-top: 20px;}
.banquan{ background:#333;width: 100%; height: 30px; line-height: 30px;text-align: center;color: #bdbdbd;border-top: 1px solid #505050;}

.foot_1 ul li a:hover{color: #d90404;text-decoration: underline;}
.foot_1 ul li:hover{border-color: #d90404;}
.foot_4 ul li a:hover{color: #d90404;text-decoration: underline;}
.foot_4 ul li:hover{border-color: #d90404;}

.prolist{}
.prolist dl{ float: left; width: 270px; height: 240px; display: block; margin: 15px 10px 0px 10px; border: 1px solid #CCCCCC; text-align: center;}
.prolist dl dt{ text-align: center;}
.prolist dl img{ margin: 3px;  display: block; padding: 1px; border: 1px solid #EEE; height: 200px; text-align: center;}
.message{line-height:24px;width: 580px;margin: 0 auto;}
.message dt{float:left;clear:both;width:70px;margin-top:18px;}
.message dd{float:left;margin-top:10px;}
.message input{line-height:40px;height:40px;border-radius: 5px;border: 1px solid rgb(169, 169, 169);}
.message .input{display: flex;justify-content: space-evenly;margin-top: 20px;}
.sub{line-height:40px !important;height: 40px !important;width: 150px;background: #d90404;cursor: pointer;border: none;font-size: 16px;color: #fff;}
.iright .e2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.e2 li{width: calc(49% - 40px);padding: 20px;border: 1px solid #ccc;margin-bottom: 20px;overflow: hidden;}
.e2 li .nti{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px dashed #ccc;}
.e2 li .nti .xian{width: 20px;height: 2px;float: left;background: #d90404;transition: 0.5s;margin-top: 17px;margin-right: 10px;transition: .5s;}
.e2 li .tia{float: left;font-size: 18px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 70%;}
.e2 li .nti>span{float:right;}
.e2 li .des{font-size: 14px;line-height: 2;}
.e2 li .des .desbo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.e2 li .des a{width: 120px;line-height: 35px;text-align: center;font-size: 15px;margin-top: 40px;background: #d90404;color: #fff;border-radius: 5px;}
.e2 li:hover .nti .xian{width: 30px;}
.e2 li:hover{border-color: #d90404;}

.listimg{width:219px;float:left;margin:0px 5px;}
.listimg a{width:219px;}
.listimg a img{vertical-align:middle; width:219px; height:180px;}
.listimg p{line-height:40px; height:40px; text-align:center; width:219px; margin:0px auto;}
.slt{overflow:hidden;margin-top:10px;margin-bottom:10px;}
.timeBar{color:#666;line-height:36px;text-align:center;margin-top:20px;margin-right:auto;margin-bottom:10px;margin-left:auto;}
.guidbar_next{padding:10px 0px;border-top:1px solid #dadada;margin-top:20px;display: flex;justify-content: space-between;}
.guidbar_next li{font-size:14px;color:#666;}
.guidbar_next li a{color:#333;font-size: 14px;}
.page{padding-top:20px;height:30px;clear:both;text-align: center;}
.page li{display: inline-block;margin-right:6px;border:1px solid #ccc;width: 5%;}
.page .pages_hollow{width: 5%;line-height:25px;background: #d90404;color: #fff;border:1px solid #d90404;}
.page li a{display: block;color:#333;line-height:25px;}
.page li a:hover{background: #d90404;color: #fff;text-decoration:none;}
.title3{height:36px; line-height:36px; color:#fff; font-size:14px; font-weight:bold; padding-left:10px; background-color:#1348ac;}
.title3 span{ float:right; color:#fff; padding-right:10px;}
.title3 a{ color: #fff;}
.content{line-height:36px;font-size:16px;}
.mt5{ text-align: center;}
.iright{margin-bottom: 20px;}
.icpfl{background: #d90404; }
.cpt{ height: 80px; background: #d90404; text-align: center; font-size: 22px; color: #fff; line-height: 80px;}
.cpt span{ font-size: 16px; padding-left: 6px;}
.cpb{ padding: 30px 20px;}
.cpb li{ height: 40px; line-height: 40px; background: #f8f8f8; text-align: center; margin-bottom: 10px;}
.cpb li a{ font-size: 18px; color: #333333; display: block;}
.cpb li:hover{ background: #d90404;}
.cpb li:hover a{color: #fff;}
.cpb:nth-child(2) ul{ padding: 10px 0px}
.cpb ul dd{ line-height: 35px; text-align: center;}
.cpb ul dd a{ font-size: 14px; color: #ffffff; display: block;}
.cpb ul dd:hover{ background: #f8f8f8;}
.cpb ul dd:hover a{ color: #333;}
.nlx{ margin-top: 20px;}
.nlxt{ height: 40px; line-height: 40px; background: #d90404; font-size: 16px; color: #fff; padding-left: 20px;}
.nlxb{ background: #f4f5f7; padding: 10px; line-height: 30px; font-size: 14px;}

.insidePro{display: flex;justify-content: space-evenly;flex-wrap: wrap;margin-bottom: 60px;}
.insidePro li{margin-bottom: 20px;width: 15%;line-height: 45px;text-align: center;background: #f1f1f1;}
.insidePro li a{font-size: 16px;}
.insidePro li:hover{background: #d90404;}
.insidePro li:hover a{color: #fff;}
.imgbox{position: relative;}
.mup{width: 100%;height:60px;line-height: 60px;font-size:16px;background: #eee;}
.mup .contain{display: flex;justify-content: space-between;}
.mup .n-name{font-size: 25px;font-weight: bold;padding-left: 10px;background: url(../images/xian.jpg) no-repeat left;}
.mup .cwrap{padding-left: 30px;background: url(../images/home.png) no-repeat left;}
.sbj{ margin: 40px auto;}
.rytp{width:24%;float:left;margin:0px 5px 20px;}
.rytp a.link{height:233px;display:block;overflow:hidden;border:1px solid #ccc;text-align:center;position: relative;}
.rytp a.link::before{content: "";display: block;position: absolute;left: 50%;top: 0;width: 0;height: 100%;transition: 0.5s;opacity: 1;background: #fff;}
.rytp a.link::after{content: "";display: block;position: absolute;left: 0;top: 50%;width: 100%;height: 0;transition: 0.5s;opacity: 1;background: #fff;}
.rytp:hover a.link::before{opacity: 0;width: 100%;left: 0;}
.rytp:hover a.link::after{opacity: 0;height: 100%;top: 0;}

.rytp .ryimg{height: 260px;overflow: hidden;}
.rytp a img{transition: all 0.6s;width: 100%;height: 100%;object-fit: cover;}
.rytp .ryb p{line-height:40px;height:40px;text-align:center;}
.rytp .ryb .more{display: block;border: 1px solid #d90404;line-height: 30px;text-align: center;font-size: 16px;}
.rytp:hover .more{background: #d90404;color: #fff;}
.nproduct{text-align: center;margin: 90px 0;font-size: 0;}
.nproduct li{width: 9%;display: inline-block;border: 1px solid #d90404;box-sizing: border-box;line-height: 40px;background: #f1f1f1;position: relative;border-right: none;}
.nproduct li:last-child{border-right: 1px solid #d90404;}
.nproduct li a{font-size: 16px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nproduct li dl{line-height: 35px;display: none;background: #d90404;position: absolute;left: 0;top: 40px;width: 100%;z-index: 1;border: 1px solid #d90404;}
.nproduct li dl a{font-size: 15px;display: block;color: #fff;position: relative;}
.nproduct li dl a::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #fff;transition: 0.5s;}
.nproduct li:hover{background: #d90404;}
.nproduct li:hover a{color: #fff;}
.nproduct li dl dt a:hover::after{width: 100%;}
/* 联系我们内页 */
.content .cfont{font-size: 16px;color: #777;line-height: 1.5;margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
.content .inside{display: flex;justify-content: space-between;flex-wrap: wrap;}
.content .inside li{width: 46.5%;border: 1px solid #ccc;transition: 0.5s;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 20px;}
.content .inside li .inr{width: 85%;font-size: 16px;color: #777;position: relative;}
.content .inside li .inr p{font-size: 19px;color: #333;font-weight: bold;line-height: 1.5;text-transform: lowercase;}
.content .inside li .inr::after{content: "";display: block;position: absolute;left: -12px;top: 10px;width: 1px;height: 50px;background: #ccc;}
.content .inside li:hover{box-shadow: 0 5px 10px #ccc;transform: translateY(-10px);border-color: #d90404;}

/* 侧边工具栏 */
#toolbar {position: fixed;z-index: 9999;right: 17px;bottom: 10%;}
#toolbar li {margin-bottom: 3px;font-size: 0;width: 57px;height: 57px;right: 0;position: relative;}
#toolbar li a {display: block;position: absolute;z-index: 9;right: 0;top: 0;width: 57px;height: 57px;overflow: hidden;background: #d90404;-webkit-transition: all .5s ease;transition: all .5s ease;white-space: nowrap;font-size: 0;}
#toolbar li .icon-font {display: inline-block;vertical-align: middle;width: 57px;height: 57px;background-color: #d90404;}
#toolbar li .icon-qq:after {background-position: 0 -150px;}
#toolbar li .icon-phone:after {background-position: 0 -90px;}
#toolbar li .icon-ewm:after {background-position: 0 -30px;}
#toolbar li .icon-message:after {background-position: 0 -120px;}
#toolbar li .icon-top:after {background-position: 0 -60px;}
#toolbar li .icon-wangwang:after {background-position: 0 0;}
#toolbar li .wz {display: inline-block;line-height: 57px;font-size: 14px;color: #fff;vertical-align: middle;padding-left: 10px;}
#toolbar li.ewm .ewm-box {position: absolute;z-index: 1;padding: 5px;background: #292e39;width: 110px;right: 120%;bottom: 0;opacity: 0;visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all .7s;transition: all .7s;}
#toolbar li.ewm .ewm-box p {margin-bottom: 0;}
#toolbar li.ewm .ewm-box img {max-width: 100%;}
#toolbar li.ewm .ewm-box:after {content: '';position: absolute;right: -5px;bottom: 20px;width: 0;height: 0;line-height: 0;font-size: 0;overflow: hidden;border-width: 5px;cursor: pointer;border-style: dashed dashed dashed solid;border-color: transparent transparent transparent #292e39;border-right: none;}
#toolbar li.ewm:hover .icon {background-position: -57px -180px;}
#toolbar li.ewm:hover .ewm-box {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
#toolbar li.backtop {cursor: pointer;}
#toolbar li.backtop .iconfont {color: #fff;background-color: #292e39;}
#toolbar li:hover a {width: 200px;}
#toolbar li:last-child:hover a{width: 59px;}
#toolbar li:hover .icon-font {background-color: #292e39;}
#toolbar li:hover .icon-qq:after {background-position: -30px -150px;}
#toolbar li:hover .icon-phone:after {background-position: -30px -90px;}
#toolbar li:hover .icon-ewm:after {background-position: -30px -30px;}
#toolbar li:hover .icon-message:after {background-position: -30px -120px;}
#toolbar li:hover .icon-wangwang:after {background-position: -30px 0;}
#toolbar li:hover .icon-top:after {background-position: -30px -60px;}
.icon-font {position: relative;}
.icon-font:after {content: "";width: 30px;height: 30px;background-image: url(../images/icon_spirit.png);background-repeat: no-repeat;position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);}

@media screen and (max-width: 1440px) {
	.contain{width: 1200px;}
	.proSwiper .swiper-slide a .img1{height: 228px;}
	.pro-roll .swiper-pagination{top: 335px;}
	.nfont li .timebox p{font-size: 21px;}
	.hui{padding: 56px 40px;}
	.proSwiper .swiper-slide a .wz .wz2{font-size: 20px;}
	.proSwiper .swiper-slide a .wz .wz4{-webkit-line-clamp: 6;}
	.proSwiper .swiper-slide a .wz{padding-top: 30px;}
	/* 内页 */
	.rytp{width: 24.1%;}
	.page li{width: 7%;}
	.page .pages_hollow{width: 7%;}
	.ileft{width: 23%;}
	.content .inside li{width: 45.6%;}
	.content .inside li .inr{width: 82%;}
}


