/* CSS Document */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
th,
tr,
td,
em {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	max-width: 640px;
	margin: 0 auto;
}

body {
	font-size: 1.6rem;
	font-family: helvetica;
	color: #333;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #fff;
}

a {
	color: #333;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.in-content {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	;
}

.header .guide {
	float: left;
	width: 15%;
	font-size: 1.6rem;
	margin-right: 24%;
	display: inline list-item;
}

.header .guide img {
	width: 16%;
	padding-right: .5rem;
	vertical-align: sub;
}

.header .logo {
	float: left;
	width: 30%;
	display:flex;
	margin-top:5%;
}

.header .logo img {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.header .search {
	float: right;
	width: 5%;
	margin-top:5%;
	display:flex;
}

.header .search img {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.menu {
	background: #ececec;
	width: 100%;
	overflow: hidden;
	padding: 1rem 0rem;
	box-sizing: border-box;
}

.menu a {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 3rem;
	font-size: 1.4rem;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.boderTop {
	border-top: 1rem solid #f1f1f1;
}

.mainTitle {
	border-left: .3rem solid #4a6e82;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 .5rem;
	margin: 1rem auto 1rem;
}

.style-one,
.style-two,
.style-three {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.style-one li {
	float: left;
	width: 48%;
	overflow: hidden;
	background: #fff;
	margin: 0 .8rem 1rem 0;
	border: 0.1rem solid #eee;
}

.style-one li:nth-of-type(2n) {
	margin-right: 0;
}

.style-one-img {
	width: 100%;
	height: 15rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: center;
}

.style-one-img img {
	max-width: 100%;
	max-height: 15rem;

}

.style-one-con {
	width: 100%;
	border-top: 0.1rem solid #f2f2f2;
	padding: 0.5rem 0 1rem 0;
	box-sizing: border-box;
	overflow: hidden;
}

.style-one-con p {
	float: left;
	color: #333;
	width: 85%;
	font-size: 1.4rem;
	line-height: 1.6rem;
	height: 4.8rem;
	/* max-height: 4.8rem; */
	overflow: hidden;
}

.style-one-con span {
	float: right;
	display: block;

}

.style-one-con span.hot-span {
	width: 8%;
}

.style-one-con span.new-span {
	width: 15%;
}

.style-one-con span img {
	width: 100%;
}

.style-two li {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0 .8rem 0 1rem 0;
	padding: 1rem 0;
	box-sizing: border-box;
	border-bottom: 0.1rem solid #eee;
}

.style-two li:last-child {
	margin-right: 0;
}

.style-two-img {
	float: left;
	width: 35%;
	height: 9rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: center;
	border: 0.1rem #eee solid;
}

.style-two-img img {
	max-width: 100%;
	max-height: 9rem;

}

.style-two-con {
	width: 61%;
	float: left;
	margin-left: 3%;
	overflow: hidden;
}

.style-two-con h4 {
	font-size: 1.5rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}

.style-two-con p {
	font-size: 1.4rem;
	line-height: 1.6rem;
	max-height: 4.8rem;
	overflow: hidden;
	color: #333;
}

.style-two-con span {
	color: #999;
	font-size: 1.3rem;
	margin-top: 0.5rem;
	display: block;
}

.footer {
	background: #353535;
	width: 100%;
	overflow: hidden;
}

.in-foot {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.footer .in-foot a {
	float: left;
	width: 25%;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	margin: 1.5rem auto;
}

.footer p {
	text-align: center;
	color: #686868;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}


/* product产品页面Star */
.inTitle {
	font-size: 1.4rem;
	color: #a9a9a9;
	line-height: 3.6rem;
	border-bottom: 0.1rem solid #e5e5e5;
	overflow: hidden;
}

.style-three li {
	border-bottom: 0.1rem solid #e5e5e5;
	height: 5rem;
	line-height: 5rem;
	overflow: hidden;
}


.style-three li em {
	float: left;
	width: 10%;
	margin: 0.6rem 1rem 0 0;
}

.style-three li em img {
	width: 100%;
}

.style-three li p {
	width: 80%;
	float: left;
	font-size: 1.6rem;
}

.style-three li span {
	float: right;
	margin-right: 2%;
	width: 2%;
}

.style-three li span img {
	width: 100%;
}

/* product产品页面End */


/* newsList新闻+工会页面Star */

.tabs-content {
	width: 100%;
	overflow: hidden;
}

.tab-title {
	list-style: none;
	display: flex;
	height: 5rem;
	line-height: 5rem;
	margin-bottom: 2rem;
}

.tab-title li {
	width: 25%;
	float: left;
	height: 5rem;
	padding: 0 3%;
	box-sizing: border-box;
	border-bottom: 1px solid #f0f0f0;
}

.tab-title li a {
	height: 4.8rem;
	line-height: 4.8rem;
	font-size: 1.5rem;
	text-align: center;
	cursor: pointer;
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #a9a9a9;
}

.tab-title li.active a {
	color: #4a6e82;
	border-bottom: 2px solid #4a6e82;
}

.tab-contentList li {
	overflow: hidden;
	margin-bottom: 1rem;
	border-bottom: 0.1rem solid #eee;
	padding-bottom: 1rem;
}

.tab-contentList li h4 {
	font-size: 1.8rem;
	text-align: left;
	height: 2.6rem;
	line-height: 2.6rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.tab-contentList li p {
	font-size: 1.4rem;
	line-height: 2rem;
	overflow: hidden;
	max-height: 4rem;
}

.tab-contentList li p a {
	color: #a9a9a9;
}

.pages {
	text-align: center;
	overflow: hidden;
	margin: 2rem auto;
	min-width: 62%;
	max-width: 75%;
}

.pages a {
	float: left;
	border: 1px solid #d9d9d9;
	color: #343434;
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	margin: 0 1rem 0 0;
}

.pages span {
	float: left;
	margin: 0 1rem 0 0;
}

.pages a:hover,
.pages a.active {
	color: #4a6e82;
	border: 1px solid #4a6e82;
}

/* newsList新闻+工会页面End */

/*search搜索页面Star*/
.banner-s {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.banner-s img {
	width: 100%;
}

.searchCon {
	background: url(../images/2021/no-con.png) no-repeat center center;
	background-size: 60%;
	min-height: 35rem;
}

.searchCon .search {
	width: 90%;
	margin: 2rem auto;
	overflow: hidden;
}

.searchCon .input-text {
	line-height: 4rem;
	color: #333;
	font-size: 1.4rem;
	width: 60%;
	height: 4rem;
	float: left;
	padding-left: 1rem;
	box-sizing: border-box;
	border: 0 none;
	border: 0.1rem solid #ccc;
}

.searchCon .input-submit {
	width: 30%;
	line-height: 4rem;
	height: 4rem;
	float: left;
	margin-left: -0.1rem;
	background: #4a6e82;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 1.6rem;
}

/*search搜索页面End*/
/* service售后服务页面Star */
.color-black {
	color: #333;
}

.service {
	background: #4a6e82;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	max-width: 90%;
	height: 5rem;
	line-height: 5rem;
	margin: 1.5rem auto;
}

.content-one,
.content-three,
.content-four {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
}

.content-one h3,
.content-two h3,
.content-three h3 {
	font-size: 1.8rem;
	color: #333;
	font-weight: normal;
	margin:1rem 0;
	line-height: 2.8rem;
}

.content-one p,
.content-two p,
.content-three p {
	font-size: 1.5rem;
	color: #666;
	line-height: 2.2rem;
	margin-bottom: 2rem;
}

.content-one ul {
	list-style: none;
	overflow: hidden;
	margin: 1rem auto;
}

.content-one ul li {
	line-height: 2.6rem;
	background:url(../images/2021/dd.jpg) no-repeat left top 1.2rem;
	margin-bottom:0.5rem;
	overflow: hidden;
}

.content-one ul li a {
	font-size: 1.8rem;
	color: #333;
	padding-left:1rem;
	box-sizing:border-box;
}

/* service售后服务页面End */
/*jion us 招纳英才Star*/
.content-two {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
	border-top: 0.1rem solid #e5e5e5;
}

.content-two p span,
.content-three p span {
	color: #333;
}

/*jion us 招纳英才End*/

/*productDetails 产品详情页面Star*/
.inTitle a {
	float: left;
	font-weight: bold;
	color: #a9a9a9;
	width: 15%;
	text-align: center;
	border-bottom: 0.2rem solid #fff;
	margin: 1rem 5% 0 5%;
}

.inTitle .current {
	color: #4a6e82;
	border-bottom: 0.2rem solid #4A6E82;
}

.content-three .proImg {
	width: 60%;
	margin: 2rem auto 1rem;
	overflow: hidden;
	border: 0.1rem solid #eee;
}

.content-three .proImg img {
	width: 100%;
}

.content-three p a {
	color: #4A6E82;
	text-decoration: underline;
}

.content-three p .exactBt {
	color: #fff;
	background: #4A6E82;
	text-decoration: none;
	height: 3.6rem;
	line-height: 3.6rem;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

/*productDetails 产品详情页面End*/

/*newsDetails 新闻详情页面Star*/
.content-four h2 {
	font-size: 2.4rem;
	font-weight: normal;
	padding: 1rem 0;
}

.content-four .title-top {
	overflow: hidden;
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

.content-four .title-top span {
	float: left;
	width: 25%;
	color: #888;
}

.content-four .title-top p {
	float: left;
	color: #4A6E82;
	width: 75%;
	text-align: left;
	overflow: hidden;
}

.content-four .newsCon {
	width: 100%;
	overflow: hidden;
}

.content-four .newsCon img {
	width: 100%;
	margin: 0 auto;
}

.content-four .newsCon p {
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 1rem auto;
}

/*newsDetails 新闻详情页面End*/
