@charset "utf-8";
.clear {
    zoom: 1;
}
/* .content{margin: 0 15px; position: relative;} */

.header .logo{
	height: 40px;
	margin: 5px;
}
.header .logo img{
	height: 100%;
}


html,
body {
	scroll-behavior: smooth;
}

html {
	width: 100%;
}

body {
	font-size: 16px;
	background: #fff;
	font-family: "Microsoft Yahei", "Arial", Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	transition: all .3s ease;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

strong {
	font-weight: 800;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
	/*display: block;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

button:focus {
	outline: 0;
}

textarea {
	resize: none;
}

video {
	outline: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	overflow: hidden;
}

.relative {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.w1240 {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.flex {
	display: flex;
	height: 100%;
}

.content_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding-top: 80px;
}

.pd50 {
	padding: 0 50px;
}

.rela {
	position: relative;
}


@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}

@font-face {
	font-family: Mont;
	src: url(../fonts/Mont-HeavyDEMO.ttf);
}

@font-face {
	font-family: Impact;
	src: url(../fonts/impact-2.ttf);
}


/* common */
.bannerBox {
	overflow: hidden;
}
.bannerBox img{
	width: 100%;
}
.intBg {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.sec3 .intBg {

}

.sec3 .intH3 {
	color: #fff;
}

.intImg {
	zoom: .75;
}


.intH3 {
	font-size: 14px;
	font-weight: 500;
	color: #777777;
}

.intZw {
}
.swiper-button-next, .swiper-button-prev{
	top: 55%!important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
	background: url(../images/arrow.png) no-repeat;
	width: 22px;
	height: 29px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0 !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '' !important;
	background: url(../images/arrow.png) no-repeat;
	width: 22px;
	height: 29px;
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0 !important;
}

/* main */


/* 搜索框 */


.searchBottom {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center;
}

.searchLeft {
	display: flex;
	align-items: center;
}

.searchTitle {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	font-weight: bolder;
}

.searchkeyword {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
}

.searchkeyword ul {
	display: flex;
}

.searchIico {
	margin-right: 10px;
}

.searchRight {
	box-sizing: border-box;
}

.searchRight form {
	box-sizing: border-box;
}

.searchRight form>input {
	width: 286px;
	height: 41px;
	background: #f4f4f4;
	padding-left: 20px;
}

.searchRight form>button {
	width: 64px;
	height: 41px;
	background: #0070C6;
	cursor: pointer;
}

.keywordItem>li {
	margin-right: 10px;
}



.searchBox {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

/* 产品展示 */
.sec2 {
	margin-top: 45px;
}

.productBox {
	margin-top: 25px;
	display: flex;

}

.proLeft {
	width: 270px;
	/* background: #F6F6F6; */
	overflow: hidden;
	margin-right: 20px;
}

.prtitle {
	height: 100px;
	background: #0070C6;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.pait {
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}

.pbit {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 8px;
}

.prUl {
	background: #F6F6F6;
	padding-top: 15px;
}
.removeShadow{
	box-shadow: none!important;
}

.prnav {
	display: flex;
	justify-content: space-between;
	padding: 0 45px 0 32px;

	align-items: center;
}

.prnav>div {
	font-size: 18px;
	font-weight: bold;
	color: #005BC4;
}

.prnav img {
	width: 23px;
	height: 23px;
}

.box-shadow {
	box-shadow: 0 0 10px #959595;
	height: 100%;
	line-height: 60px;
}

.subLi {
	border-bottom: 1px dashed #959595;
	/* height: 60px;
	line-height: 60px; */
}

.subLi:last-child {
	border: none;
}

.subLi>a {
	display: block;
	padding: 9px 45px 9px 32px;
	color: #777;
}

.pro_item {
	margin: 5px;
	width: calc(50% - 10px);
	box-shadow: 0px 2px 10px 2px #eee;
}

.pro_item>a {
	display: flex;
	flex-direction: column;
}
.pro_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proRight {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.protitle {
	height: 43px;
	background: #0070C6;
	line-height: 43px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
}




/* 品质保障 */
.sec3 {
	background: url(../images/pzbzBg.jpg) center/cover;
	padding: 50px 0px;
	margin-top: 47px;
}

.pzbzBox {
	margin: -5px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.pzbz_Img{
	height: 100%;
}
.pzbz_Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pzbz_item {
	width: calc(50% - 10px);
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
	margin: 5px;
}

.pzbz_item:nth-child(n+6) {
	margin-bottom: 0;
}

.pzbz_title {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 800;
	color: #0070C6;
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

/* 应用领域 */
.sec4 {
	background: #f5f5f5;
	padding: 50px 0;
}

.yyBox {
	overflow: hidden;
	margin: 30px auto 0px;
}

.switchBox {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #ddd;
	background: #ffffff;
}

.switchBox>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.switchBox span {
	font-size: 18px;
	color: #222222;
	height: 100%;
	line-height: 50px;
}


/* 优势实力 */
.sec5{padding: 50px 0 0;}
.ysBox {
	margin-top: 40px;
}

.ysBg {
	width: 40px;
	height: 40px;
	background: #0070C6;
	border-radius: 0px 10px 0px 10px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

.ys_item {
	box-shadow: 0px 2px 10px 0px #eee;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
}

.ys_item:last-child {
	margin-bottom: 0;
}

.ysContent {
	/* width: 516px; */
	width: 100%;
	padding: 20px 10px;
}

.ys_item.right {
	flex-direction: row-reverse;
}

.right .ysImgbox {
	margin-right: 0;
}

.ysImgbox {
	width: 100%;
	background: #B5B5B5;
	overflow: hidden;
}

.ysImgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ysTop {
	display: flex;
}

.ystitBox {
	display: flex;
	flex-direction: column;
}

.ysAtit {
	font-size: 25px;
	font-weight: bold;
	color: #222222;
}

.ysBit {
	font-size: 14px;
	color: #222222;
	margin-top: 5px;
	text-transform: uppercase;
}

.ysUl {
	margin-top: 10px;
	padding-left: 15px;
}

.ysUl>li {
	margin-bottom: 10px;
	list-style-type:disc;
	font-size: 14px;
}



.bluePoint {
	width: 7px;
	height: 7px;
	background: #0070C6;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	display: none;
}

.ysUl>li::marker {
	color: #0070C6;
}

.ysUl>li:last-child {
	margin-bottom: 0;
}

/* 关于我们 */
.sec6 {
	padding: 0 0 40px;
	margin-top: 70px;
}

.about_box {
	margin-top: 20px;
}

.about_left {
	width: 100%;
	color: #0070C6;
	overflow: hidden;
	border-radius: 20px 20px 0 0 ;
	margin-right: -10px;
	z-index: -1;
}

.about_right {
	width: 100%;
	font-size: 15px;
	color: #666666;
	line-height: 1.7;
	background: #fff;
	padding: 30px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px #ddd;
	border-radius: 0 0 20px 20px;
	z-index: 2;
}

.aboutImg_item>div {
	height: 50px;
	background: #0070C6;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.aboutImg_item {
	width: calc(50% - 10px);
	margin: 5px;
	overflow: hidden;
}
.aboutImg_item img{
	width: 100%;
	/* height: 100%; */
	/* height: 195px; */
	object-fit: cover;
}

.about_imgBox {
	margin: -5px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 新闻 */

.sec7 {
	padding-top: 60px;
	padding-bottom: 40px;
	background: #F5F5F5;
}

.sec7_right .sec7Title {
	padding: 0;
}



.sec7Title a:hover {
	color: #e51004;
}

.faqItem:last-child .faqDes {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faqItem {
	margin-bottom: 15px;
}

.faqTitle {
	/* margin-bottom: 10px; */
}

.spaceNoicon {
	width: 20px;
	margin-right: 20px;
}

.faqTitle>div:hover {
	color: #e51004;
}

.faqDes>div:hover {
	color: #e51004;

}

.faqTitle>div {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faqDes>div {
	font-size: 14px;
	color: #777777;
	/* border-bottom: 1px solid #ddd; */
	/* padding-bottom: 20px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.faqDes {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.faqTitle span {
	margin-right: 13px;
}

.faqTitle,
.faqDes {
	display: flex;
}

.sec7Box {
	/* display: flex; */
}

.sec7_right {
	padding: 25px 20px;
	background-color: #fff;
	width: 100%;
}

.sec7ImgBox {
	width: 100%;
	overflow: hidden;
}

.sec7_left {
	padding: 25px 7px;
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
}

.secFaqBox {
	/* padding-top: 20px; */
}

.sec7Title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 15px;
	align-items: center;
}

.sec7Title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.sec7Title span>a {
	font-size: 16px;
	color: #666666;
}

.bigNewTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 17px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.bigNewDes {
	font-size: 14px;
	color: #666666;
	padding: 0 10px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.BigNews {
	margin-bottom: 15px;
}

.BigNews a {
	transition: 0.3s;
}

.BigNews .bigNewTitle:hover {
	color: #e51004;
}

.BigNews .bigNewDes:hover {
	color: #e51004;
}

.BigNews img {
	width: 100%;
	height: 100%;
	max-height: 200px;
	text-align: center;
	transition: 1.5s;
	object-fit: cover;
	object-position: center;
}

.BigNews img:hover {
	transform: scale(1.3);
}

.smallNewsBox {
	padding: 0 10px;
}

.smallNewsUl {
	display: flex;
	flex-direction: column;
}

.smallNewsUl li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.smallNewsUl li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.smallNewsUl li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.smallNewsUl li>a:hover .smalllTitle {
	color: #e51004;
}

.smallNewsUl li>a:hover .smallDate {
	color: #e51004;
}

.smalllTitle {
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 100px);
}

.smallDate {
	font-size: 14px;
	color: #666666;
	width: 100px;
}




.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:20px 0px 30px 0px;}
.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}
.pages a:link,.pages a:visited {color:#666666;}
.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}
.pages a:hover {background:#0070C6;color:#FFFFFF;border:1px solid #0070C6;text-decoration:none;text-align:center;padding:2px 5px;}
.pages .cpb {font-weight:bold;color:#FFFFFF;background:#0070C6;border:1px solid #0070C6;text-align:center;margin:0px 2px;padding:2px 5px;}
.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}
.pagination {text-align:center;display: flex;flex-wrap: wrap;margin: -2px;justify-content: center;}
.pagination li {display:block;color:#333333;margin:2px;vertical-align:middle;}
.pagination li a,.pagination li span {float:left;display:block;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}
.pagination li a:hover {background:#0070C6;color:#ffffff;}
.pagination li.active span {background:#0070C6;color:#ffffff;border:1px solid #0070C6;cursor:default;}
.pagination li a:hover {background:#0070C6;color:#ffffff;border:1px solid #0070C6;cursor:default;}
.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}
.pagination li .pageinfo strong {color:#555555;font-weight:normal;}
.pagination table {text-align:center;margin:10px 0px 0px 25%;}
.pagination table td {padding:0px 2px;}


