@charset "utf-8";
/* CSS Document */
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p{margin:0px;padding:0px;font-family:微软雅黑;color:#000;}
body{background:#ffffff;}
ul{list-style:none;}
img,a img{border:0px;border:none;}
a{text-decoration:none;}
a.hidefocus{outline:none}
a:hover{text-decoration:underline;text-decoration:none;}
label{ margin-bottom:0; font-weight:normal;}
input{border:0;outline:none;/*去除蓝色边框*/}
select::-ms-expand { display:none;}
select{ appearance:none; -moz-appearance:none; -webkit-appearance:none;background-color:#fff; }
.white{ background:#fff;}
/*****以上样式不可更改*****/
.header {width:100%;position:fixed;top:0;left:0;z-index:999;background:#fff;}
.headerLfex{ display: flex; align-items: center; justify-content: space-between; position: relative;}
.header .logo {width:160px; float:left;}
.header .logo img { width:100%;}
.nav{ display: flex; align-items: center;}
.navbar_nav{ display: flex; align-items: center;}
.navbar_nav li{ margin-right: 40px;}
.navbar_nav li a{height: 50px; font-size: 16px; color: rgb(51, 51, 51); position: relative; display: block; line-height: 50px;}
.navbar_nav li.active a{ color: rgb(42, 90, 189);}
.navbar_nav li a::before{content: ""; width: 0; height: 3px; position: absolute; left: 50%; bottom: -4px; transform: translateX(-50%);transition:0.6s; background-color:rgb(42, 91, 191);}
.navbar_nav li:hover a::before,.navbar_nav li.active a::before{ width: 100%;}
.search-wrap .form{ display: flex;width: 240px; height:40px; background: #ffffff; border-radius: 24px; position: relative; align-items: center; border: 1px solid rgb(204, 204, 204); overflow: hidden;}
.search-wrap .text{  flex: 1; width: 100%; padding:0px 15px; height: 40px;}
.search-wrap button{ background: transparent; border: transparent; color: #777777; font-size: 14px; padding: 0px 15px; border-left: 1px solid #CECECE;}
.headerLfex .rexian{ position: absolute; right: 0; top: 0; display: flex;}
.headerLfex .rexian img{ height: 35px;}
.headerLfex .rexian span{ background: url(../images/16619328434931.png) no-repeat; background-size: 100% 100%; height: 35px; padding: 0px; color: #ffffff; font-size: 14px; padding-left:8px; padding-right: 15px; line-height: 35px;}
.m_header,.m_nav,.searchshow{ display: none;}
.header{ display: block;}
.header.on{box-shadow: 0 3px 6px 0 rgba(0,0,0,.12);}
.wrap{ padding-top: 130px;}
.banner{ position: relative}
.banner img{ width: 100%;}
.banner .swiper-pagination{ width: 100%; display: flex; align-items: center; justify-content: center; bottom:15px;}
.banner .swiper-pagination .swiper-pagination-bullet{ width: 8px; height: 8px; border-radius:4px; background: #fff; margin: 0px 4px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 32px;}
.banner .swiper-button-prev,.banner .swiper-button-next{ background: none; display: flex; align-items: center; justify-content: center;}
.banner .swiper-button-prev i,.banner .swiper-button-next i{ color: #ffffff; font-size:48px;}
.index-sk-list{ display: flex; flex-wrap: wrap; padding: 30px 0px;}
.index-sk-item{background-color: rgb(255, 255, 255); border-radius: 4px; box-shadow: 0px 0px 10px 1px rgb(204, 204, 204); width: 100%; padding:15px; text-align: center; height: 100%;}
.index-sk-item h3{color: rgb(42, 90, 189); font-size: 22px; font-weight: bold; margin-bottom: 15px;}
.index-sk-item p{font-size: 14px; font-weight: bold; color: rgb(0, 0, 0); background-color: transparent; line-height: 26px; text-decoration: none; text-align: center;}
.index-product{ padding: 30px 0px;}
.index-title{ position: relative; border-bottom: 1px solid rgb(184, 184, 184); padding-bottom: 25px;}
.index-title h2{font-size: 38px; font-weight: bold; font-style: normal; color: rgb(51, 51, 51); background-color: transparent; line-height: 38px; text-align: center;}
.index-title::before{ position: absolute; bottom: -1px; background: rgb(42, 90, 189);width: 50px; height: 5px; content: ""; left: 50%;transform: translateX(-50%); }
.product-tab{ display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.product-tab li{ width: 140px; background:#eee; border-radius: 20px 20px 0px 0px; height: 60px; margin: 0px 10px; padding: 15px; display: flex; align-items: center; justify-content: center; text-align: center; color: #666; font-size: 16px; cursor: pointer;}
.product-tab li.active{ background: #333333; color: #ffffff;}
.product-page{ background:#eee; padding:15px 15px 30px 15px;}
.product-list{ display: flex; flex-wrap: wrap; margin: 0px -10px;}
.product-list li{ width:25%; margin-top:15px; padding: 0px 10px;}
.product-list li .item{ border-radius: 6px;box-shadow: 0 0 10px rgba(204,204,204,.1); width: 100%; overflow: hidden; background: #ffffff; display: block;}
.product-list li .item .imgbox{ width: 100%; height: 274px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.product-list li .item .imgbox img{ max-width: 100%; max-height: 100%;-webkit-transition: -webkit-transform .5s;transition: transform .5s;}
.product-list li .item:hover .imgbox img{-webkit-transform: scale(1.1);transform: scale(1.1)}
.product-list li .item .txtbox{ padding:0px 15px; text-align: center; padding-bottom: 15px;}
.product-list li .item .txtbox span{font-size: 30px; font-weight: bold; font-style: normal; color: #333333; display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-news{ padding:30px 0px; display: flex; flex-wrap: wrap;}
.news-title{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.news-title h3{font-size: 26px; font-weight: bold; color: rgb(51, 51, 51);}
.news-title .open{font-size: 16px; color: rgb(51, 51, 51); line-height: 26px;}
.xiantiao{ height: 5px; width: 100%; border-top: 1px solid rgb(204, 204, 204); border-bottom:1px solid rgb(204, 204, 204);}
.news-list{ margin-top:10px;}
.news-list li{ display: flex; align-items: center; overflow: hidden;border-bottom: 1px dashed #e3e3e3; padding: 8px 0px;}
.news-list li a{font-size: 14px; color: #333333; line-height: 30px; display: block; flex: 1; width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-list li span{font-size: 12px; color: #848e90; margin-left: 30px;}
.news-list li a:hover{color: rgb(42, 90, 189); }
.footer{ background: rgb(38, 43, 52); text-align: center;}
.footer p{ padding: 15px 0px;font-size: 12px; color: rgb(238, 238, 238);}
.footer p a{ color: rgb(238, 238, 238); margin: 0px 4px;}
.footer p a:hover{ color: rgb(204, 204, 204);}
.footer-btn{ padding: 10px; display: flex; align-items: center; justify-content: center;}
.footer-btn .item{ display: flex; align-items: center; justify-content: center; margin: 0px 8px;color: #fff; font-size: 13px;}
.footer-btn .item img{ height:18px; margin-right: 4px;}

.mulu-wrap{ padding: 30px 0px; display: flex; flex-wrap: wrap;}
.mulu-left{ border:1px solid rgb(238, 238, 238); width: 260px;}
.mulu-title{ background: rgb(42, 90, 189); padding:0px 15px; color: #fff; font-size: 16px; line-height:50px;}
.mulu-list li a{color: #333; font-size: 14px; padding: 0px 15px; line-height: 40px; display: block;}
.mulu-list li.active a{ color: rgb(42, 90, 189);}
.mulu-right{ flex: 1; width: 100%; overflow: hidden;}
.mulu-table{ width: 100%; border:1px solid rgb(238, 238, 238);}
.mulu-table tr th{border:1px solid rgb(238, 238, 238); padding: 8px; text-align: center;color: #333; font-size: 18px; font-weight: 600; line-height: 30px;}
.mulu-table tr td{border:1px solid rgb(238, 238, 238); padding: 8px; font-size: 16px; color: #333333; text-align: center;}
.mulu-table tr td img{ width:95px;}
.mulu-table tr td .label{ color: #333333;}
.mulu-table tr td .label:hover{color: rgb(42, 90, 189); }
.mulu-table tr td .load{ margin: 0 auto; width: 30px; display: block;}
.mulu-table tr td .load img{ width: 100%;}
.fanye{ position: relative; padding: 40px 0px; display: flex; align-items: center; justify-content: center;}
.fanye-list{ position: relative; display: flex; align-items: center;}
.fanye-list li{ margin: 0px 3px;}
.fanye-list li a{width: 27px; height: 27px; background: #FFFFFF;border-radius: 5px; display: flex; align-items: center; justify-content: center; color:#5B5B5B; font-size: 12px;}
.fanye-list li a img{ width: 6px;}
.fanye-list li.active a{background: rgb(42, 90, 189); color: #fff;}
.news-page{ padding-bottom: 40px;}
.guanyu-list{ padding: 20px 0px;}
.guanyu-list .item{ padding: 20px 0px;}
.guanyu-title{font-size: 22px; font-weight: bold; color: rgb(51, 51, 51); padding: 10px 0px; border-bottom: 2px dashed rgb(204, 204, 204);}
.guanyu-list .item .text{ margin-top: 15px;}
.guanyu-list .item .text p{font-size: 14px; font-weight: bold; color: rgb(0, 0, 0); line-height: 26px;}
.guanyu-list .item .imgbox{ margin-top: 20px; display: flex; flex-wrap: wrap;}
.guanyu-list .item .imgbox img{ width: 25%; padding: 0px 2px;}
.news-tab{ padding: 30px 0px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgb(204, 204, 204);}
.news-tab li{ margin: 0px 20px;font-size: 16px; padding: 0px 20px; color: rgb(51, 51, 51); background-color: rgb(238, 238, 238); height: 40px; border-radius: 20px; line-height: 40px; cursor: pointer;}
.news-tab li.active{ background: rgb(51, 51, 51); color: #ffffff;}

.mbx_nav{ background: rgb(248, 248, 248); width: 100%;}
.mbx_nav dl{ display: flex; flex-wrap: wrap;}
.mbx_nav dl dt{font-size: 14px; color: #333333; line-height:40px; font-weight: 400;}
.mbx_nav dl dd{  display: flex; flex-wrap: wrap;}
.mbx_nav dl dd a{font-size: 14px; color: #333333; line-height: 40px; padding-right:30px; position: relative;}
.mbx_nav dl dd a::before{ position: absolute; right:12px; top:50%;transform: translateY(-50%);}
.mbx_nav dl dd a:last-child::before{ display: none;}
.mbx_nav dl dd a:hover{ color:rgb(42, 90, 189);}

.news-details{ padding: 30px 0px; display: flex; align-items: flex-start;}
.news-details-left{ flex: 1; width: 100%; overflow: hidden;}

.news-details-title{ padding-bottom: 30px; border-bottom:1px solid #EBEBEB;}
.news-details-title h1{ text-align: center;font-size: 30px; font-weight: 500; color: #333333; line-height: 42px; font-weight: bold;}
.news-details-title span{font-size: 14px; color: #999999; line-height: 20px; margin-right: 30px;}
.news-details-title .flex{ display: flex; align-items: center; justify-content:center; margin-top: 25px;}
.news-details_text { padding:20px 0px;  border-bottom:1px solid #EBEBEB;}
.news-details_text img{ max-width: 100%; padding: 5px 0px;}
.news-details_text p{ padding: 5px 0px;font-size: 16px; color: #333333; line-height:1.7;}
.news-lable{ padding:15px 0px; display: flex; flex-wrap: wrap;}
.news-lable span{padding: 4px 18px; font-size: 14px; font-weight: 400; color: #889099; line-height: 20px; background-color: #F2F5FB; border-radius: 2px; margin:0px 8px;}
.news-fanpian{ padding: 15px 0px; display: flex; align-items: center;}
.news-fp-btn{ width:100%; flex: 1; overflow: hidden;}
.news-fp-btn .article-url{ padding: 5px 0px; width: 100%;color: #333; font-size: 14px; cursor: pointer; line-height:20px;}
.news-fp-btn .article-url a{color: #333; font-size: 14px; }
.news-fp-btn .article-url a:hover{ color: rgb(42, 90, 189);}
.news-fenxiang{ display: flex; align-items: center; color: #333; font-size: 14px;}
.news-details-right{ width:220px; margin-left: 40px; text-align: center;}
.news-details-right img{ width:160px; margin: 0 auto;}
.news-details-right span{ font-size: 14px; color: #333333; text-align: center; display: block;}
.guanyu-list .item .text .txt{font-size: 14px; color: rgb(102, 102, 102); background-color: transparent; line-height: 26px;}

.chanpin-right-wrap{ padding-left: 15px;}

.chanpin-swiper{ position: relative; overflow: hidden;}
.chanpin-swiper img{ width: 100%;}
.goods-detail .title{ font-size: 26px !important; font-weight: bold; border-bottom: 4px solid #eee; padding: 10px 0px;}
.goods-detail dl{ display: flex; align-items: center; margin-top: 10px;}
.goods-detail dl dt{line-height:25px; color: #333;font-size: 16px; font-weight: bold;}
.goods-detail dl dd{ flex: 1; width: 100%;line-height:25px; color: #333;font-size: 16px; }
.goods-detail .abs{color: #c4c4c4; margin-top: 10px; margin-bottom: 20px; word-break: break-word;} 
.download{display: flex; flex-wrap: wrap; padding: 10px; background-color: #f5f5f5; margin-bottom: 20px;} 
.download .item{ display: block; width: 30px; height: 30px;}
.download .item img{ width: 100%;}
.detail-content{margin-top: 30px;}
.detail-content .title{padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #eee; font-size: 24px; color: #333; position: relative;}
.detail-content .title::before{content: ""; position: absolute; bottom: -1px; left: 0; width: 100px; height: 1px; background-color: #000;} 
.goods-detail-content{ margin-top: 20px;}
.goods-detail-content p{line-height: 1.5; font-size: 14px; color: #333333;}



@media screen and (max-width:1199px) {
	.navbar_nav li{ margin-right: 20px;}
	.product-list li .item .txtbox span,.news-details-title h1{ font-size: 20px;}
	.mulu-table tr th{ font-size: 13px;}
	.mulu-table tr td{ font-size: 13px;}
	.news-details-right{ width: 180px;}
	
	
}
@media screen and (max-width:992px) {
	.wrap{ padding-top: 80px;}
	.header{ display: none;}
	.m_header,.m_nav{ display: block;}
	.m_header {position: fixed; left: 0; top: 0; background: #ffffff; z-index: 9992; width: 100%;transition:0.6s; }
	.m_header_wrap{ padding:0px 15px; display: flex; align-items: center; justify-content: space-between; width: 100%; background: #ffffff;transition:0.6s;box-shadow: 0 3px 6px 0 rgba(0,0,0,.12);}
	.m_header .logo{ display: block; width:75px;}
	.m_header .logo img{ width: 100%;}
	
	.m_header .search{ position:absolute;  top:21px;   right:55px; width: 20px; cursor: pointer;}	
	.m_header .denglugo{ position:absolute;  top:16px;   right:85px; width: 24px; cursor: pointer;}
	.m_header .search svg{pointer-events: none; width: 20px; height: 20px;color: #333;}
	
	
	
	.m_header #navToggle {height:25px; width: 25px; display: block;}
	.m_header #navToggle span {position:relative;width:25px;height:2px; margin-top: 12px;}
	.m_header #navToggle span:before,.m_header #navToggle span:after {content:'';position:relative;width:100%;height:2px;left:0;}
	.m_header #navToggle span,.m_header #navToggle span:before,.m_header #navToggle span:after {-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;display:block;background:#333;}
	.m_header #navToggle span:before {top:8px;}
	.m_header #navToggle span:after {bottom:10px;}
	.m_header #navToggle.open span:before {top:10px;-webkit-transform:translateY(-11px) rotate(-45deg);-moz-transform:translateY(-11px) rotate(-45deg);-ms-transform:translateY(-11px) rotate(-45deg);-o-transform:translateY(-11px) rotate(-45deg);transform:translateY(-11px) rotate(-45deg);}
	.m_header #navToggle.open span:after {bottom:13px;-webkit-transform:translateY(10px) rotate(45deg);-moz-transform:translateY(10px) rotate(45deg);-ms-transform:translateY(10px) rotate(45deg);-o-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg);}
	.m_header #navToggle.open span {background:none;}
	.m_header #navToggle.open span:before,.m_header #navToggle.open span:after {background:#333;}
	
	.m_nav {position:fixed;width:100%;height:100%;background: #FFFFFF;transition:all ease 0.5s;-webkit-transition:all ease 0.5s;z-index:1000;opacity:1;visibility:visible;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms; left:0px; top: -200%; z-index: 9991; display: block;padding:75px 15px 30px 15px;}
	.m_nav.open { top: 0;}
	.m_nav .ul li a {display:block;text-decoration:none;color:#333;font-size:14px;height:45px;line-height:45px;width:100%; position: relative; border-bottom: 1px solid #e8e8e8;}
	.header-top{padding: 12px 15px; display: block; background: #EBEBEB;}
	.search-wrap .form{ width: 100%; flex: 1;}
	.search-wrap .text{ height: 35px; padding-left: 35px;}
	.search-wrap .form{ height: 35px;}
	.search-wrap i{ left: 12px;}
	.search-wrap{ flex: 1; width: 100%;}
	.open-dl{ width:80px; font-size: 14px; height: 35px; line-height: 35px; margin-left:10px;}
	.m_header.on{ padding-bottom: 0px;}
	
	.searchshow{position: fixed; top:-200%; left:0; width: 100%; background: #ffffff; display: block; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);transition:0.4s; z-index: 99994;} 
	.searchshow.open{ top: 0;}
	.searchshow .container{position: relative; padding-top:25px; padding-bottom:25px;}
	.searchshow .item{ display: flex; align-items: center; justify-content: space-between;}
	.searchshow .item .text{color: #777777; font-size: 16px; line-height: 25px; flex: 1; width: 100%;}
	.searchshow .item .close{ width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 1;}
	.searchshow .item .close svg{pointer-events: none; width: 16px; height: 16px; color: rgb(42, 90, 189);; opacity: 1;}
	.searchshow .search-input{ position: relative;}
	.searchshow .search-input{ position: relative; background:transparent;font-size:16px;border:none;border-bottom:1px solid #eceaea;padding:11px 12px 13px 0px;width:100%;color:#333333;margin-top:12px;border-radius:0;transition:all 0.2s linear;-ms-transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;}
	.searchshow .search-btn{color:#333333;font-size:30px;line-height:1;position:absolute;cursor:pointer;top:19px;padding:5px 0 4px 4px;margin-top:-4px;right:-1px;z-index:3;display:inline-block;background:none;border:none;-moz-transition:color 0.2s linear;-o-transition:color 0.2s linear;-webkit-transition:color 0.2s linear;transition:color 0.2s linear;}
	.searchshow .search-btn svg{pointer-events: none; width:20px; height: 20px; color: rgb(42, 90, 189);}
	
	
	body.open{ height: 100vh; overflow: hidden;}
	body.open .m_header{ padding-bottom: 0px;}
}


@media ( max-width:991px) {	
	.index-sk-item{ margin-top: 15px;}
	.product-tab li{ font-size: 14px; margin: 0px 5px;}
	.product-list li{ width: 50%;}
	.index-news-item{ margin-top: 30px;}
	.index-sk-list,.index-news,.index-product{ padding: 10px 0px;}
	.index-title h2{ font-size: 24px;}
	.mulu-wrap{ padding: 20px 0px;}
	.mulu-wrap{ display: block;}
	.mulu-left{ width: 100%; position: relative;}
	.mulu-left-nav{ display: none;}
	.mulu-left-nav.active{ display: block; height: 200px; overflow: auto;}
	.mulu-right{ width: 100%; margin-top: 20px;}
	.guanyu-list{ padding: 10px 0px;}
	.guanyu-list .item{ padding: 10px 0px;}
	.guanyu-title{ font-size: 18px;}
	.news-tab{ padding: 20px 0px;}
	.news-details-right{ display: none;}

}

@media ( max-width:767px) {	
	.index-sk-item h3{ font-size: 18px;}
	.product-tab li{ width: 100%; margin: 0px; padding: 5px;}
	.news-title h3{ font-size: 20px;}
	.index-news-item{ margin-top: 10px;}
	.wrap{ min-height:calc(100vh - 80px);}
	.news-tab li{ margin: 0px 10px;}
	
}

@media ( max-width:640px) {	
	.product-tab li{ border-radius:0px; width:33.333%;}
	.product-list li{ width: 100%;}
	.news-title h3{ font-size: 16px;}
	.news-details-title span{ font-size: 12px; margin: 0px 5px;}
	.product-list li .item .txtbox span, .news-details-title h1{ font-size: 16px;}
	.news-details-title h1{ line-height: 30px;}
	.news-details-title{ padding-bottom: 10px;}
	.news-details_text p{ font-size: 14px;}
	.news-fanpian{ display: block;}
	.mulu-right-wrap{ width: 100%; overflow: auto;}
	.mulu-table{ width: 757px;}
	.product-tab{ flex-wrap: wrap;}
	.guanyu-list .item .text p{ font-weight: 400;}
	.guanyu-list .item .imgbox img{ width: 50%;}
	.swiper-slide{ width: 100%;}
	.chanpin-right-wrap{ padding-left: 0px;}
	.detail-content .title{ font-size: 18px;}
	.goods-detail .title{ font-size: 18px !important;}
	.goods-detail dl dt,.goods-detail dl dd{ font-size: 14px;}
}