/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color: var(--main-color); text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #b00f15;
	--main-color2: #93070d;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.header{ position:relative;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

/*menu*/
.menu{height:80px;line-height:80px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:12px; color:#333;display:block;font-weight: normal;padding: 0 5px;}
.menu ul li dl dd a:hover{ color:#fff;}
.menu a{ font-size:14px;color:#333;display:block;text-align:center;padding: 0 20px;font-weight: bold;}
.menu a:hover{background:var(--main-color);color: #fff;}
a.menu_hover{background:var(--main-color);color: #fff;}
.menu ul li.on span a{background:var(--main-color);color: #fff;}

.hSearch{position: relative;margin-left: 20px;}
.hSeBtn{color: #333;font-size: 16px;height: 50px;display: block;line-height: 50px;width: 50px;text-align: center;}
.hSeBtn.active i:before{content: "\f00d";color: var(--main-color);}
.hSeBtn:hover{color: var(--main-color);}
.hSePanel{width: 250px;height: 32px;box-sizing: border-box;top: 50px;right: 0;background: #f4f4f4;position: absolute;display: none;}
.hSePanel.active{display: block;}
.hSearch .search{width: 100%;height: 30px;border: 1px solid #e3e3e3;border-radius: 3px;position: relative;overflow: hidden;}
.hSearch .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 10px;box-sizing: border-box;outline: none;}
.hSearch .search button{width: 50px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: none;color: #333;font-size: 12px;background: #ddd;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{}
.iTitEn{}
.iTit{}
.iTxt{}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{padding: 45px 0;}
.i1Warp{width: 100%;}
.i1Warp .item1{width: 30%;}
.i1Warp .item2{width: 38%;}
.i1Warp .item3{width: 24%;}
.i1Slide{width: 100%;}
.i1Tab{width: 100%;height: 42px;line-height: 42px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.i1Tab ul li{padding: 0 10px;}
.i1Tab a{display: block;font-size: 16px;color: #666;font-weight: bold;border-bottom: 1px solid transparent;}
.i1Tab ul li.on{border-color: var(--main-color);}
.i1Tab ul li.on a{color: var(--main-color);}
.i1Tab .more{}
.i1Tab .more img{width: 22px;}

.i1Panel{width: 100%;}
.i1List{width: 100%;}
.i1List dt{padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.i1List dt .part{display: flex;justify-content: space-between;align-items: center;}
.i1List dt .part .time{width: 70px;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 16px;margin-right: 10px;color: var(--main-color);}
.i1List dt .part .time strong{font-size: 45px;}
.i1List dt .part .time span{margin-top: 5px;}
.i1List dt .part .desc{width: calc(100% - 80px);}
.i1List dt .part .t1{font-size: 16px;color: #333;font-weight: bold;}
.i1List dt .part .txt{font-size: 12px;color: #888;margin-top: 5px;line-height: 1.6;}
.i1List dt .part:hover .t1{color: var(--main-color);}

.i1List ul li{width: 100%;margin: 5px 0;}
.i1List ul li a{display: flex;justify-content: space-between;align-items: center;line-height: 1.5;}
.i1List ul li .time{font-size: 12px;color: #666;width: 80px;}
.i1List ul li .t1{flex: 1;font-size: 12px;color: #222;}
.i1List ul li a:hover .t1{color: var(--main-color);}

.i1Box{width: 100%;}
.i1Box .tit{font-size: 16px;color: #666;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ddd;font-weight: bold;}
.i1Box .txt{font-size: 13px;color: #666;}
.i1Box .txt p{line-height: 2;}


.footer{padding: 20px 0;background: #f3f3f3;border-top: 1px solid #eaeaea;}
.footer .txt p{padding: 0;line-height: 1.8;}
.footLinks{width: 180px;position: relative;}
.footLinks dt{width: 100%;height: 20px;background: #D8D8D8;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.footLinks dt span{flex: 1;padding: 0 5px;display: block;}
.footLinks dt img{width: 34px;}
.footLinks dd{position: absolute;left: 0;bottom: 20px;width: 100%;background: #f3f3f3;height: 200px;overflow: auto;padding: 0;display: none;}
.footLinks ul li{line-height: 1.6;border-bottom: 1px solid #fff;}
.footLinks ul li a{display: block;padding: 5px;font-size: 14px;color: #333;}

.tongtu{width: 100%;}
.tongtu .img img{width: 100%;height: 130px;object-fit: cover;}

.iMenu{width: 100%;border-bottom: 1px solid #ddd;}
.iMenu ul li{width: auto;}
.iMenu ul li a{padding: 15px 20px;font-size: 14px;color: #666;border-bottom: 2px solid transparent;display: inline-block;}
.iMenu ul li.on{}
.iMenu ul li.on a{color: var(--main-color);border-color: var(--main-color);}
.iMenu ul li a:hover{color: var(--main-color);border-color: var(--main-color);}

.insideWarp{width: 100%;font-size: 16px;color: #282828;padding: 35px 0;min-height: 600px;}
.insideWarp img{max-width:80%;}

.download{width: 100%;}
.download ul li{line-height: 70px;border-bottom: 1px solid #ddd;}
.download .part{display: flex;justify-content: space-between;align-items: center;}
.download .part .icon{width: 41px;margin-right: 28px;}
.download .part .icon img{width: 100%;vertical-align: middle;}
.download .part .t1{flex: 1;font-size: 20px;color: #222;}
.download .part .time{font-size: 16px;color: #666;}
.download .part:hover .t1{color: var(--main-color);}

/*news*/

.news{width: 100%;}
.newsTop{width: 100%;}
.newsTop .part{width: 100%;padding: 24px;background: #f5f5f5;display: flex;justify-content: space-between;}
.newsTop .part .img{width: 48%;}
.newsTop .part .img img{width: 100%;}
.newsTop .part .desc{width: 48%;}
.newsTop .part .tit{font-size: 24px;color: #000;line-height: 1.8;}
.newsTop .part .time{font-size: 14px;color: #adadad;margin: 15px 0;}
.newsTop .part .txt{font-size: 14px;color: #7c7c7c;line-height: 1.6;}
.newsTop .part .more{margin-top: 50px;}
.newsTop .part .more span{display: inline-block;padding: 10px 20px;background: var(--main-color);color: #fff;font-size: 14px;}
.newsTop .part .more span:hover{background: var(--main-color2);color: #fff;}
.newsTop .part:hover .tit{color: var(--main-color);}

.newsList{width: 100%;}
.newsList ul li{padding: 35px 0;border-bottom: 1px solid #ddd;}
.newsList .part{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.newsList .part .img{width: 35%;}
.newsList .part .img img{width: 100%;}
.newsList .part .desc{width: 55%;}
.newsList .part .t1{font-size: 24px;color: #000;line-height: 1.8;}
.newsList .part .time{font-size: 14px;color: #adadad;margin: 15px 0;}
.newsList .part .txt{font-size: 14px;color: #7c7c7c;line-height: 1.6;}
.newsList .part .more{margin-top: 50px;}
.newsList .part .more span{display: inline-block;padding: 10px 20px;border: 1px solid #ddd;font-size: 14px;color: #666;}
.newsList .part:hover .tit{color: var(--main-color);}
.newsList .part .more span:hover{background: var(--main-color2);color: #fff;}

/*productinfo*/

.productinfo{width: 100%;}
.case{width: 100%;}
.case ul li{width: 50%;padding: 5px;}
.case .img{width: 100%;}
.case .img img{width: 100%;}





@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;}




}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.i1Warp .item{width: 100% !important;margin-bottom: 20px;}
.iMenu ul li a{font-size: 12px;padding: 10px 20px;}
.case ul li{width: 100%;padding: 10px 0;}
.insideWarp .table{overflow: auto;}
.download .part .icon{width: 35px;margin-right: 15px;}
.newsTop .part{flex-wrap: wrap;}
.newsTop .part .img{width: 100%;}
.newsTop .part .desc{width: 100%;margin-top: 20px;}
.newsTop .part .tit{font-size: 20px;line-height: 1.6;}
.newsTop .part .more{margin-top: 35px;}
.newsList .part .desc{width: 100%;margin-bottom: 20px;}
.newsList .part .img{width: 100%;}
.newsList .part .tit{font-size: 20px;line-height: 1.6;}
.newsList .part .more{margin-top: 35px;}









}
