/* navMenu */
.navMenubox {
	width: 100%;
}

.navMenu-top {
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navMenu>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	border-bottom: 1px dashed #ddd;
}

.navMenu>li>a {
	display: block;
	overflow: hidden;
	line-height: 50px;
	color: #000;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	padding-left: 20px;
}

/* .navMenu>li:nth-of-type(1)>a {
	border-top: 1px solid #f00;
}

.navMenu>li:last-child>a {
	border-bottom: 1px solid #ff0;
} */

.navMenu>li>a>i {
	font-size: 20px;
	float: left;
	font-style: normal;
	margin: 0 5px;
}

.navMenu li a .arrow:before {
	display: block;
	float: right;
	margin-top: 1px;
	margin-right: 10%;
	display: inline;
	font-size: 16px;
	font-family: iconfont;
	height: auto;
	content: "\e6eb";
	font-weight: 300;
	text-shadow: none;
}

.navMenu li a .arrow.open:before {
	float: right;
	margin-top: 1px;
	margin-right: 10%;
	display: inline;
	font-family: iconfont;
	height: auto;
	font-size: 16px;
	content: "\e6f1";
	font-weight: 300;
	text-shadow: none;
}

.navMenu>li>a.active,
.navMenu>li>a:hover {
	color: #FFF;
	background: #737373;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}

.navMenu>li.active>ul.sub-menu,
.navMenu>li>ul.sub-menu>li.active>ul.sub-menu {}

.navMenu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}

.navMenu>li>ul.sub-menu li>a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 0px 8px 20px;
	color: #000;
	clear: both;
}


.navMenu>li>ul.sub-menu li>a span {
	width: 100%;
	display: inline-block;
}

.navMenu>li>ul.sub-menu li>a i {
	font-size: 12px;
	margin-right: 3px;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
	color: #00377d;
	background: #efefef;
}


.icon_1:before {
	content: "\f0ac";
}

.icon_2:before {
	content: "\f0ac";
}

.icon_3:before {
	content: "\f0ac";
}


.pos {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #efefef;
	padding: 15px 0;
	color: #333;
}

.pos i {
	margin-right: 5px;
	font-size: 18px;
}


.nmain {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}

.nmain img {
	max-width: 100%;
}

.nleft {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
	background: #f3f6fd;
	min-height: 450px;
}

.nleft_bt {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 26px;
	color: #FFF;
	font-weight: 600;
	padding: 20px 0;
	background: #00377d;
	margin-bottom: 10px;
}

.nright {
	float: left;
	width: calc(100% - 330px);
}

/* 关于我们 */
.nabout {
	font-size: 16px;
}

/* 产品列表 */
.nproductlist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nproductlist_box {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.nproductlist_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #efefef;
}

.nproductlist_li_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nproductlist_li_img img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

.nproductlist_li span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	background: #efefef;
	font-size: 16px;
}

.nproductlist_li span.t1 {
	padding: 10px 0;
	font-style: 16px;
}

.nproductlist_li span.t2 {
	padding: 0px 0 10px;
	font-style: 12px;
}


/* 产品内页 */
.nproduct {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nproduct_txt {
	float: left;
	width: calc(100% - 430px);
	height: auto;
	overflow: hidden;
	margin-left: 30px;
}

.nproduct_txt h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

.nproduct_txt2 {
	font-size: 16px;
}

.nproduct_sku {
	font-size: 16px;
}

.nproduct_tel {
	background: #efefef;
	padding: 20px;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 50px;
}

.nproduct_tel i {
	font-size: 22px;
	margin-right: 5px;
}


.nproduct_des {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #ececec;
}

.nproduct_des_bt {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #efefef;
}

.nproduct_des_bt span {
	display: block;
	font-size: 18px;
	line-height: 36px;
	padding: 10px 20px;
	display: flex;
}

.nproduct_des_bt span i {
	font-size: 26px;
	color: #00377d;
	margin-right: 3px;
}

.nproduct_des_content {
	padding: 20px;
	font-size: 16px;
}


/* 新闻列表 */
.nnewslist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnewslist_box {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.nnews_list_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
	padding-bottom: 10px;
}

.nnews_list_li_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_list_li_img img {
	width: 100%;
	display: block;
	margin: 0px auto;
}

.nnews_list_li_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_list_li_txt_bt {
	font-size: 22px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nnews_list_li_txt_date {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.nnews_list_li_txt_des {
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nnews_list_li_txt_more {
	font-size: 16px;
	color: #00377d;
}


/* 新闻详细 */

.nnews {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_title {
	font-size: 26px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.nnews_date {
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #e0e1dc;
}

.nnews_date i {
	margin-right: 5px;
}

.nnews_neirong {
	font-size: 16px;
	color: #111;
	line-height: 1.6;
}



.relate_bord {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 30px;
}

.relate_tit {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	background: #f4f4f4;
}

.relate_tit a,
.relate_tit span {
	font-size: 14px;
	color: #666;
	font-weight: 400
}

.relate_tit .more {
	float: right
}

.relate_tit .more:hover {
	color: #103d99
}

.relate_news {
	width: 102%
}

.relate_news li {
	float: left;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzYwcHgnIHZlcnNpb249JzEuMScgdmlld0JveD0nMCAwIDYwIDYwJyB3aWR0aD0nNjBweCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgZmlsbD0ncmdiKDIxOCwxOTUsMTQ0KSc+PHBhdGggZD0nTTAgMzAgTDMwIDYwIEw2MCAzMCBMMzAgMCBaJyAvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 0 center;
	width: 47%;
	margin-right: 3%;
	border-bottom: 1px dashed #dedede;
	line-height: 3.4;
	padding-left: 18px;
}

.relate_news li a {
	display: block;
}

.relate_news li .date {
	color: #999;
	display: inline-block;
	float: right;
	font-size: 13px;
}

.relate_news li h5 {
	color: #111;
	font-size: 15px;
	display: inline list-item;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 15px;
}



/*联系我们*/
#contact .contact-box {
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08);
}

#contact .contact-box .map-box {
	padding: 40px;
}

#contact .contact-box .map-box #map {
	width: 100%;
	height: 480px;
}

#contact .contact-box .address-items {
	display: flex;
}

#contact .contact-box .address-items .item {
	border-right: 1px solid #f1f2f3;
	cursor: pointer;
	text-align: center;
	width: 25%;
	padding: 0 3%;
	margin-top: 3%;
}

#contact .contact-box .address-items .item .img {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#contact .contact-box .address-items .item:hover .img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#contact .contact-box .address-items .item .img img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

#contact .contact-box .address-items .item:hover .img img:nth-child(2) {
	opacity: 1;
}

#contact .contact-box .address-items .item .t1 {
	font-size: 16px;
	color: #999;
	margin: 10px 0;
}

#contact .contact-box .address-items .item .desc {
	font-size: 16px;
	color: #333;
	padding-bottom: 1px;
}

#contact .contact-box .address-items .item:last-of-type {
	border-right: 0;
}

#contact .contact-box .address-items .item:hover .desc {
	display: inline-block;
	color: #00377d;
}


/*客户留言*/
#contact .message-box {
	padding: 40px 40px 70px;
	background-color: #fff;
	margin-bottom: 60px;
}

#contact .message-box .title {
	font-size: 16px;
	color: #999;
}

#contact .message-box .title span {
	font-weight: bold;
	color: #333;
	font-size: 24px;
	line-height: 24px;
	margin-right: 15px;
}

#contact .message-box .advise-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact .message-box .advise-nav .item {
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #eee;
	transition: all 0.6s;
	margin-right: 20px;
	cursor: pointer;
}

#contact .message-box .advise-nav .item.active,
#contact .message-box .advise-nav .item:hover {
	background-color: #0068b6;
	color: #fff;
}

#contact .message-box .txt {
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 20px;
}

#contact .message-box .form-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#contact .message-box .form-box .line {
	width: 49%;
	margin-bottom: 2%;
	height: 50px;
	position: relative;
}

#contact .message-box .form-box .line input {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	transition: all 0.6s;
	padding-left: 35px;
}

#contact .message-box .form-box .line input:focus {
	box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
	border: solid 1px #0068b6;
}

#contact .message-box .form-box .line.has-star:before {
	content: '*';
	position: absolute;
	color: #f00000;
	font-size: 16px;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

#contact .message-box .form-box .line.has-text {
	width: 100%;
	height: 100px;
	resize: none;
}

#contact .message-box .form-box .line.has-text textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	padding: 20px 30px;
	transition: all 0.6s;
	resize: none;
}

#contact .message-box .form-box .line.has-text textarea:focus {
	box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
	border: solid 1px #0068b6;
}

#contact .message-box .form-box .code-box {
	height: 50px;
	display: flex;
	align-items: center;
}

#contact .message-box .form-box .code-box .line {
	width: 250px;
	height: 100%;
	margin-bottom: 0;
}

#contact .message-box .form-box .code-box .img-box {
	overflow: hidden;
	width: 160px;
	height: 100%;
	line-height: 50px;
}

#contact .message-box .form-box .code-box .img-box img {
	height: 100%;
}

#contact .message-box .form-box .msg-btn {
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: 0;
	background-color: #0068b6;
}



@media screen and (max-width: 1024px) {


	/*栏目Banner*/
	#bann {
		height: 300px;
	}

	#bann .t1 {
		font-size: 24px;
	}

	#bann .t2 {
		font-size: 14px;
	}


	/* navMenu */
	.navMenubox {
		width: 100%;
	}

	.navMenu-top {
		padding: 10px;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.navMenu>li {
		display: block;
		margin: 0;
		padding: 0;
		border: 0px;
		border-bottom: 1px dashed #ddd;
	}

	.navMenu>li>a {
		display: block;
		overflow: hidden;
		line-height: 50px;
		color: #000;
		font-weight: 300;
		transition: all .3s;
		position: relative;
		text-decoration: none;
		font-size: 16px;
		padding-left: 20px;
	}

	/* .navMenu>li:nth-of-type(1)>a {
		border-top: 1px solid #f00;
	}
	
	.navMenu>li:last-child>a {
		border-bottom: 1px solid #ff0;
	} */

	.navMenu>li>a>i {
		font-size: 20px;
		float: left;
		font-style: normal;
		margin: 0 5px;
	}

	.navMenu li a .arrow:before {
		display: block;
		float: right;
		margin-top: 1px;
		margin-right: 10%;
		display: inline;
		font-size: 16px;
		font-family: iconfont;
		height: auto;
		content: "\e6eb";
		font-weight: 300;
		text-shadow: none;
	}

	.navMenu li a .arrow.open:before {
		float: right;
		margin-top: 1px;
		margin-right: 10%;
		display: inline;
		font-family: iconfont;
		height: auto;
		font-size: 16px;
		content: "\e6f1";
		font-weight: 300;
		text-shadow: none;
	}

	.navMenu>li>a.active,
	.navMenu>li>a:hover {
		color: #FFF;
		background: #737373;
	}

	.navMenu>li>ul.sub-menu,
	.navMenu>li>ul.sub-menu>li>ul.sub-menu {
		display: none;
		list-style: none;
		clear: both;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		box-sizing: border-box;
	}

	.navMenu>li.active>ul.sub-menu,
	.navMenu>li>ul.sub-menu>li.active>ul.sub-menu {}

	.navMenu>li>ul.sub-menu li {
		background: none;
		margin: 0px;
		padding: 0px;
	}

	.navMenu>li>ul.sub-menu li>a {
		display: block;
		font-size: 15px;
		line-height: 20px;
		padding: 5px 0px 5px 30px;
		color: #000;
		clear: both;
	}


	.navMenu>li>ul.sub-menu li>a span {
		width: 100%;
		display: inline-block;
	}

	.navMenu>li>ul.sub-menu li>a i {
		font-size: 12px;
	}

	.navMenu>li>ul.sub-menu li>a.active,
	.navMenu>li>ul.sub-menu li>a:hover,
	.navMenu>li>ul.sub-menu>li.active>a {
		color: #00377d;
	}


	.icon_1:before {
		content: "\f0ac";
	}

	.icon_2:before {
		content: "\f0ac";
	}

	.icon_3:before {
		content: "\f0ac";
	}


	.pos {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
		padding: 15px 0;
		color: #333;
	}

	.pos i {
		margin-right: 5px;
		font-size: 18px;
	}


	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.nmain img {
		max-width: 100%;
	}

	.nleft {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0px;
		background: #f3f6fd;
		min-height: auto;
	}

	.nleft_bt {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 20px;
		color: #FFF;
		font-weight: 600;
		padding: 10px 0;
		background: #00377d;
		margin-bottom: 10px;
	}

	.nright {
		float: left;
		width: 100%;
		margin-top: 10px;
		padding: 2%;
		background: #f9f9f9;
	}

	/* 关于我们 */
	.nabout {
		font-size: 14px;
		color: #111;
	}

	/* 产品列表 */
	.nproductlist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nproductlist_box {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.nproductlist_li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #efefef;
	}

	.nproductlist_li_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nproductlist_li_img img {
		display: block;
		max-width: 100%;
		margin: 0px auto;
	}

	.nproductlist_li span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		background: #efefef;
		font-size: 12px;
	}

	.nproductlist_li span.t1 {
		padding: 10px 0 10px;
	}

	.nproductlist_li span.t2 {
		padding: 0px 0 10px;
	}


	/* 产品内页 */
	.nproduct {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nproduct_txt {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-left: 10px;
	}

	.nproduct_txt h1 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.nproduct_txt2 {
		font-size: 12px;
	}

	.nproduct_sku {
		font-size: 12px;
	}

	.nproduct_tel {
		background: #efefef;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		margin-top: 30px;
	}

	.nproduct_tel i {
		font-size: 22px;
		margin-right: 5px;
	}


	.nproduct_des {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		border: 1px solid #ececec;
	}

	.nproduct_des_bt {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
	}

	.nproduct_des_bt span {
		display: block;
		font-size: 16px;
		line-height: 26px;
		padding: 10px;
		display: flex;
	}

	.nproduct_des_bt span i {
		font-size: 26px;
		color: #00377d;
		margin-right: 3px;
	}

	.nproduct_des_content {
		padding: 10px;
		font-size: 14px;
	}


	/* 新闻列表 */
	.nnewslist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnewslist_box {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.nnews_list_li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px dashed #ddd;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding-bottom: 10px;
	}

	.nnews_list_li_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_list_li_img img {
		width: 100%;
		display: block;
		margin: 0px auto;
	}

	.nnews_list_li_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_list_li_txt_bt {
		font-size: 16px;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 10px;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nnews_list_li_txt_date {
		font-size: 14px;
		color: #666;
		margin-bottom: 10px;
	}

	.nnews_list_li_txt_des {
		font-size: 12px;
		color: #666;
		margin-bottom: 20px;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.nnews_list_li_txt_more {
		font-size: 12px;
		color: #00377d;
	}


	/* 新闻详细 */

	.nnews {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_title {
		font-size: 16px;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}

	.nnews_date {
		font-size: 12px;
		color: #666;
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-align: center;
		border-bottom: 1px dashed #e0e1dc;
	}

	.nnews_date i {
		margin-right: 5px;
	}

	.nnews_neirong {
		font-size: 14px;
		color: #111;
		line-height: 1.6;
	}



	.relate_bord {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		background-color: #fff;
		margin-top: 30px;
	}

	.relate_tit {
		color: #333;
		font-size: 20px;
		font-weight: 700;
		padding: 10px;
		background: #f4f4f4;
	}

	.relate_tit a,
	.relate_tit span {
		font-size: 14px;
		color: #666;
		font-weight: 400
	}

	.relate_tit .more {
		float: right
	}

	.relate_tit .more:hover {
		color: #103d99
	}

	.relate_news {
		width: 102%
	}

	.relate_news li {
		float: left;
		background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzYwcHgnIHZlcnNpb249JzEuMScgdmlld0JveD0nMCAwIDYwIDYwJyB3aWR0aD0nNjBweCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgZmlsbD0ncmdiKDIxOCwxOTUsMTQ0KSc+PHBhdGggZD0nTTAgMzAgTDMwIDYwIEw2MCAzMCBMMzAgMCBaJyAvPjwvc3ZnPg==);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: 0 center;
		width: 100%;
		margin-right: 0%;
		border-bottom: 1px dashed #dedede;
		line-height: 3.4;
		padding-left: 18px;
	}

	.relate_news li a {
		display: block;
	}

	.relate_news li .date {
		color: #999;
		display: inline-block;
		float: right;
		font-size: 13px;
		width: 80px;
	}

	.relate_news li h5 {
		color: #111;
		font-size: 15px;
		display: inline list-item;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-indent: 15px;
		width: calc(100% - 80px);
		float: left;
	}




	/*联系我们*/
	#contact .contact-box {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#contact .contact-box .map-box {
		padding: 0.6rem;
	}

	#contact .contact-box .map-box #map {
		height: 18rem;
	}

	#contact .contact-box .address-items {
		flex-wrap: wrap;
	}

	#contact .contact-box .address-items .item {
		width: 48%;
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #f1f2f3;
		padding: 1.5rem;
	}

	#contact .contact-box .address-items .item:last-child {
		border-right: 1px solid #f1f2f3;
	}

	#contact .contact-box .address-items .item i {
		font-size: 24px;
	}


	/*客户留言*/
	#contact .message-box {
		padding: 0.6rem 0.6rem 1.2rem;
		margin-top: 0.8rem;
		margin-bottom: 0.8rem;
	}

	#contact .message-box .advise-nav .item {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}

	#contact .message-box .form-box .line {
		width: 100%;
		height: 40px;
	}

	#contact .message-box .form-box .line.has-text {
		height: 6.6rem;
	}

	#contact .message-box .form-box .line input {
		padding-left: 2rem;
	}

	#contact .message-box .advise-nav .item {
		font-size: 14px;
		margin-right: 0.2rem;
	}

	#contact .message-box .txt {
		font-size: 14px;
	}

	#contact .message-box .form-box {
		margin-top: 0.9rem;
	}

	#contact .message-box .form-box .line.has-text textarea {
		padding: 0.5rem 2rem;
	}

	#contact .message-box .form-box .line.has-star:before {
		left: 1rem;
		top: 2.5rem;
	}

	#contact .message-box .form-box .code-box {
		height: 40px;
		width: 100%;
	}

	#contact .message-box .form-box .code-box .line {
		width: 70%;
	}

	#contact .message-box .form-box .code-box .img-box {
		line-height: 40px;
		width: 35%;
	}

	#contact .message-box .form-box .msg-btn {
		width: 7rem;
		height: 2.0rem;
		line-height: 2.0rem;
		font-size: 14px;
		margin: 0 auto;
		margin-top: 1.2rem;
	}

	#contact .message-box .title {
		font-size: 14px;
	}

	#contact .message-box .title span {
		font-size: 18px;
		line-height: 24px;
	}

}