* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
color: #064167;
	
}


h2 {
	font-size: 28px;
	color: #064167;
	line-height: 55px;
}

h3 {
	font-size: 18px;
	color: #064167;
	line-height: 45px;
}

h4 {
	color: #064167;
	font-size: 20px;
	line-height: 50px;
}

h5 {
font-size: 13px;
	line-height: 35px;
}

li {
	list-style-type: none;
}

img {
	max-width: 100%;
}

p {
	line-height: 20px;
	text-align:justify;
	margin-bottom: 15px;
}

.jianju20 {
	height: 20px;
}


body {
	font-size: 14px;
	font-family: Arial,open sans, sans-serif;
	color: #333333;
	letter-spacing: 0px;

}

.wd1200 {
	max-width: 1250px;
	padding: 0 0 5px;
	margin: 0 auto;
}

.fix-nav {
	position: fixed;
	width: 100%;
	top: -95px;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .15);
	z-index: 1002;
	background: white;
}

.tocdown{background:rgba(6,65,103,.5); border-color:rgba(183,183,183,0); color:#fff; text-align: center;}
.fix-nav-appear {
	top: 0;
}

/* 导航栏上的搜索弹窗开始 */
.success-container {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	display: none;
	z-index: 9999;
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.success-container .success-wrapper {
	background: #FFFFFF;
	position: relative;
	z-index: 9999;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.overflownone {
	overflow: hidden;
	margin-right: 17px;
}

.overflowscroll {
	overflow: scroll;
}

.success-container .success-wrapper .close-wechat {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 28px;
	cursor: pointer;
	opacity: 0.5;
}

.success-container .success-wrapper .close-wechat img {
	width: 100%;
}

input#topsearch {
	height: 80px;
	font-size: 36px;
	width: 500px;
	outline: none;
	border: none;
	text-align: center;
}

input#topsearch::placeholder {
	color: darkgray;
}

/* 导航栏上的搜索弹窗结束 */


/* 顶部右侧几个图标开始 */
.topmenu {
	display: flex;
	justify-content: right;
	align-items: center;
	padding-top: 15px;
	position: relative;
}

.topmenu img {
	max-height: 18px;
	vertical-align: middle;
	transition: all 0.2s;
}

.topmenu a>img:hover {
	filter: sepia(1) saturate(5) hue-rotate(180deg);
}

.topmenu a {
	padding: 0 12px;
	font-size: 18px;
	color: rgb(153, 153, 153);
	transition: all 0.6s;
	font-family: Arial,open sans, sans-serif;
}

.topmenu a:hover {
	color: rgb(6, 65, 103);
}

.topewm {
	position: absolute;
	right: 3%;
	top: 25px;
	transition: all 0.6s;
	opacity: 0;
	z-index: 1000;
	visibility: hidden;
}

a.ewmpic:hover .topewm {
	visibility: inherit;
	opacity: 1;
	position: absolute;
	right: 3%;
	top: 40px;
}

.topewm img {
	max-height: 120px;
}

/* 顶部右侧几个图标结束 */

.pcmenu {
	transition: background-color 0.3s;
	/* 平滑背景色过渡 */
	background-color: transparent;
	/* 默认背景色为透明 */
	/* 	position: fixed; */
	width: 100%;
	padding: 15px 0%;
	display: flex;
	justify-content: space-between;
	/* 	align-items: center; */
	/* 	width: 100%;
	top: 0px;
	z-index: 999; */
}

.logo img {
	height: 60px;
}


.pcmenubox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}



.pcmenubox ul li {
    margin-left: 50px;
	position: relative;
	height: 30px;
}

.pcmenubox ul li.active {
	border-bottom: #064167 3px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.pcmenubox ul li:hover {
	border-bottom: #064167 3px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.pcmenubox a {
	padding-bottom: 60px;
	position: relative;
	z-index: 999;
	color: #333;
}

.pcmenubox ul li a:hover{
	color: #064167;
}


.pcmenubox ul li img.wx-btn {
	height: 24px;
	cursor: pointer;
}




/* PC端二级下拉开始 */
.pcmenusecond {
	overflow: hidden;
	position: absolute;
	/* 	left: 50%;
	transform: translateX(-50%); */
	transition: all .3s;
	visibility: hidden;
	z-index: 1000;
	opacity: 0;
	top: 120%;
	background: rgba(255, 255, 255, 1);
	margin-top: 40px;
	--uk-position-offset: 15px;
	--uk-position-shift-offset: 0;
	--uk-position-viewport-offset: 15px;
	width: 300px;
	padding: 25px;
	background: #fff;
	color: #064167;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}

.pcmenusecond a {
	display: flex;
	align-items: center;
	font-size: 14px;
	padding: 5px 0;
	transition: all .1s;
	color: #b7b7b7;
}



.pcmenubox ul li.active .pcmenusecond a {
	color: #b7b7b7!important;
}

.pcmenubox ul li.active .pcmenusecond a:hover {
	color: #064167!important;
}


.pcmenusecond a.active:hover {
	color: #b7b7b7;
}

.pcmenubox ul li.active a {
    color: #064167;
	border-bottom: none;
}

.pcmenusecond a.on {
	color: #064167;
}

.pcmenubox ul li:hover .pcmenusecond {
	opacity: 1;
	top: 120%;
	visibility: initial;
}

/* PC端二级下拉结束 */



video.indexbannervideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center;
}

.banner {
	position: relative;
	height: 52vh;
}


.addswiper {
	max-width: 1250px;
	margin: 0 auto;
}

.indexswiperbanner {
	width: 88vh;
	top: 4vh;
	color: white;
	position: relative;
	margin-left: 0px !important;
	/* right: 15%; */
}

/* .bannertitle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10%;
} */

.myindexbanner {
	position: relative;
	background: url(../../../../../%E5%BE%AE%E4%BF%A1%E5%92%8CQQ%E4%BF%A1%E6%81%AF/WeChat%20Files/yumei8320/WeChat%20Files/yumei8320/FileStorage/File/images/2bj.png);
	padding: 0px 5%;
	height: 48vh !important;
	overflow: hidden;

	max-width: 1200px;
	margin: 0 auto;
}

.centertext {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.swipertitle {
	padding-top:15%;
font-weight: bold;
	position:relative; z-index:1000
}

p.p1{
	font-size: 35px;
	text-align: center;
}
p.p1.a {
	text-decoration: none;
color: #FFFFFF;
	
}

.swipercontent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	position: relative;
	height: 27vh;
	overflow: hidden;
}
.indexswiperbanner .img{ position:absolute; z-index:1; left:0; right:0;top:0; bottom:0;}
.indexswiperbanner .img img{ display:block; width:100%; height:48vh;object-fit: cover;}
.swiperleft {
	width: 25%;
}

.swiperleft img {
	max-width: 100%;
	max-height: 25vh;
}

.swiperright {
	width: 74%;
}


.swiperright p {
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;	
}

.swiperright a {
	color:#FFFFFF;
	text-decoration: none;
}


.indexbannerbj {
	position: absolute;
	height: 50vh;
}

.indexbannerbj {
	width: 100%;
	height: 50vh;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: white;
	font-size: 24px !important;
	opacity: 0.6; 
}







.box1 {
	margin-top: 100px;
}

.fontitalic {
	font-style: italic;
}

.box1 a {
	color: #064167;
}

.box1 a:hover {
	text-decoration: underline;
}

.grayhr {
	margin: 50px auto;
	border-top: 1px solid #b7b7b7;
}

.grayhr1 {
	margin: 30px auto;
	border-top: 1px solid #b7b7b7;
}
.grayhrbot {
	margin: 50px auto;
}







.box2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 100px;
}

.tablist {
	width: 25%;
	border-right: #e9e4e4 1px solid;
}

.tabtitle li {
	cursor: pointer;
	line-height: 35px;
	font-weight: bold;
	color: #b7b7b7;
}

.tablist ul li.tablist_active {
	position: relative;
	color: #064167;
	border-color: #064167;
}

.tablist ul li.tablist_active::after {
	/* width: 100%; */
}

.tablist ul li.tablist_active::after {
	width: 0.5px;
	height: 35px;
	background-color: black;
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: translateX(0%);
	transition: all 0.4s;
}

.tabcontent {
	width: 70%;
}

.pic100 img {
	width: 100%;
}

.tablistcon p {
	padding-bottom: 15px;
}

.tablistcon ul li {
	line-height: 30px;
	font-weight: bold;
	list-style: disc;
	margin-left: 15px;
}

.tablistcon ul li a {
	font-weight: normal;
	color: #064167;
}








.foot {
	background: #064167;
	color: #dee4e9;
	padding: 50px 0px;
	margin-top:35px;
}


.box3 {}

.textwhite {
	color: white;
}

.box3con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.box3con a {
	color: white;
}

.box3list {
	width: 26%;
}

.box3list p span {
	margin-right: 6px;
	vertical-align: middle;
}

.box3list p strong {
	vertical-align: middle;
}

.box3list p span img {
	height: 14px;
}


hr.fthr {
	overflow: visible;
	text-align: inherit;
	margin: 40px 0px;
	border: 0;
	border-top: 1px solid #386785;
}



.box4con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.box4list2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box4listright {
	margin-left: 10px;
}



p.sitemap {
	padding-bottom: 20px;
	font-weight: bold;
}

.box5con ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, 24%);
	justify-content: space-between;
}

.box5con ul li {
	line-height: 35px;
}

.box5con a {
	color: #F2F2F2;
}





/* productlist.html 产品列表 */
.mianbao {
	margin: 90px 0px 40px 0px;
	color: #064167;
}

.mianbao a {
	color: #b7b7b7;
}

.mianbao span {
	padding: 0px 15px;
}

.productlistbanner {
	height: 20vh;
	position: relative;
}

.banner_productlist {
	color: white;
	font-size: 36px;
	position: relative;
	height: 20vh;
	line-height: 20vh;
	font-weight: bold;
}

.prolist {
	margin: 0 auto;
	margin-top: 30px;
	/* 	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(auto-fill, 24%);
	/* 定义网格的列模板。使用repeat()函数创建自动填充的列，每列的宽度为24%。 */
	justify-content: space-between;
	/* 设置网格中项目在主轴上的对齐方式为两端对齐，即项目在水平方向上均匀分布，两端留有空白。 */
}


.prolistbox {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}


.listpic {
	overflow: hidden;
}

.listpic a {
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	display: block;
}

.listpic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.listpic img:hover {
	transform: scale(1.1);
}

.listtext {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	padding: 0px 10px;
	font-style: italic;
}


.box6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.box6left {
	width: 64%;
}

.box6left a,
.box6right a {
	color: #064167;
}


video.video100 {
	width: 100%;
}

.box6right {
	width: 34%;
	margin-top:55px;
}

.morebtn {
	margin-top: 30px;
}

/*.morebtn img {
	max-width: 250px;
}*/

.prolistcontact {
	margin-top: 15px;
	line-height:35px;
	margin-left: 30px;
}


/* product.html 产品详情 */
.productleft {
	width: 63%;
}

.productright {
	width: 33%;
	margin-top: 55px;
}

.productbox {
	margin-top: 0px;
}

.fangan ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, 30%);
	justify-content: space-between;
}

.fangan ul li {
	line-height: 25px;
	/* 	list-style: disc; */
}

.fangan a {
	color: #064167;
}


.fangan ul {
	list-style: none;
	/* 移除默认列表样式 */
	padding-left: 0;
	/* 移除默认的内边距 */
}

.fangan ul li {
	position: relative;
	/* 设置定位，使圆形位于列表项标记的位置 */
	padding-left: 20px;
	/* 留出空间为圆形 */
}

.fangan ul li::before {
	content: '';
	/* 使用伪元素创建圆形标记 */
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%);
	/* 垂直居中 */
	width: 7px;
	/* 圆形宽度 */
	height: 7px;
	/* 圆形高度 */
	background-color: #064167;
	/* 圆形颜色 */
	border-radius: 50%;
	/* 圆形半径 */
}


.fangan2 ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, 50%);
	justify-content: space-between;
}

.fangan ul li {
	line-height: 25px;
	/* 	list-style: disc; */
}

.fangan2 a {
	color: #333333;
}


.fangan2 ul {
	list-style: none;
	/* 移除默认列表样式 */
	padding-left: 0;
	/* 移除默认的内边距 */
}

.fangan2 ul li {
	position: relative;
	/* 设置定位，使圆形位于列表项标记的位置 */
	padding-left: 20px;
	/* 留出空间为圆形 */
}

.fangan2 ul li::before {
	content: '';
	/* 使用伪元素创建圆形标记 */
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%);
	/* 垂直居中 */
	width: 7px;
	/* 圆形宽度 */
	height: 7px;
	/* 圆形高度 */
	background-color: #064167;
	/* 圆形颜色 */
	border-radius: 50%;
	/* 圆形半径 */
}


/* hangye.html 行业 */
.hangye .listpic a {
	padding-bottom: 80%;
}

/* fuwu.html 服务 */
.fuwu ul {
	display: block;
}

.fuwulist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.fuwuleft {
	width: 18%;
}

p.p3 {
	color: #064167;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
}

.fuwuleft img {
	width: 100%;
}

.fuwuright {
	width: 80%;
}

.fuwuright a {
	color: #064167;
}

p.p4 {
	color: #064167;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 5px;
}

/* tiaoshi.html 调试 */
.p21 {
	font-size: 21px;
	padding-bottom: 10px;
	color: #064167;
}


/* about_jishu.html 关于我们-技术 */
.aboutjishu a {
	color: #064167;
}

.aboutjsbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.aboutjsbox ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 33.3333333%;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 50px;
	padding-bottom: 50px;
	padding-right: 4%;
}

.aboutjsbox ul li:nth-last-child(1),.aboutjsbox ul li:nth-last-child(2),.aboutjsbox ul li:nth-last-child(3){ border-bottom:none}

.aboutjsbox ul li:nth-child(3n) .aboutjsright {
	border-right: none;
}
.aboutjsbox ul li:nth-last-child(2) .aboutjsright{ border-right:none !important}
.aboutjsright {
	border-right: 1px solid #b7b7b7;
}


.aboutjsleft {
	width: 30%;
	overflow: hidden;
}

.aboutjsleft a {
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
	display: block;
}

.aboutjsleft img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.aboutjsleft img:hover {
	transform: scale(1.1);
}

.aboutjsright {
	width: 65%;
	color: #064167;
}


p.abouttitle {
	font-weight: bold;
	font-size: 14px;
}

.detail {
	margin-top: 20px;
}

.detail a {
	text-decoration: underline;
}

/* quyu.html 关于我们-区域 */
.quyu .box3list {
	margin-bottom: 50px;
}

.quyu .box3list h4 {
	line-height: 45px;
}

.quyu .box3list p {
	line-height: 35px;
}


/* contact.html 联系我们 */
.contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactbox {
	width: 36%;
}

.contactlist {
	margin: 15px auto;
}

.contactlist .inputline{
	width: 100%;
	padding: 2px 5px;
	margin-top: 5px;
}

.contactlist .inputline:focus {
	outline: dotted 2px black;
}


.contactlist .mysubmit {
	padding: 12px 25px;
	outline: none;
	background: none;
	border: 1px solid black;
	cursor:pointer;
}

.contactlist .mysubmit:hover {
	color: #b7b7b7 !important;
	border-color: #b7b7b7;
}


/* newlist.html 新闻列表 */
.newlistbox{
	margin-bottom: 100px;
}

.newlist {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.newlist a.newlink {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newlistleft {
	width: calc(100%* 1 / 3.001);
}

.newlistleft img {
	transition: all .5s;
}

.newlistleft img:hover {
	transform: scale(1.03);
}

.newlistright {
	width: 60%;
}

p.psmallgray {
	font-size: 14px;
	color: #b7b7b7;
	font-weight: 600;
}

.newlistjianju{
	margin-top: 15px;
}

.newlistright p{
	padding: 10px 0px;
}

.newlistlast{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.totop span{
	vertical-align: middle;
	margin-right: 15px;
	font-size: 14px;
	color: #b7b7b7;
}

.totop img{
	cursor: pointer;
	vertical-align: middle;
}








/* 手机端导航开始 */
.mobilemenu {
	display: none;
}


.fadein_menu ul {
	list-style: none;
}

.fadein_menu a:link {
	text-decoration: none;
}

.fadein_menu a:visited {
	text-decoration: none;
}

.fadein_menu a:hover {
	text-decoration: none;
}

.fadein_menu a:active {
	text-decoration: none;
}

.fadein_menu a:focus {
	outline: none;
}

.mobile_icon {
	display: none;
}

.fadein_menu {
	display: none;
	position: absolute;
	opacity: 0;
}


@media (max-width: 1000px) {
	body {
		font-size: 14px;
		overflow-x: hidden;
	}

	.topmenu {
		display: none;
	}

	.pcmenu {
		display: none;
	}

	.indexswiperbanner {
		margin-left: auto !important;
	}


	/* 关于我们页面*/
	.banner_productlist {
		font-size: 20px;
	}

	.mianbao {
		margin: 50px 0px 28px 0px;
	}

	h2 {
		font-size: 24px;
		line-height: 35px;
	}

	.contactbox {
		width: 100%;
	}

	.contactlist input#firstname,
	.contactlist select {
		width: 90%;
	}

	.secondcontact {
		margin-top: 25px;
	}

	.box3 {
		display: none;
	}

	.box4list2 {
		margin-top: 15px;
	}

	.msearch {
		float: left;
		margin-top: 20px;
		width: 80%;
	}

	input#psearch {
		background: url(../images/search.png) no-repeat;
		background-size: 20px 20px;
		height: 40px;
		line-height: 40px;
		background-position: 5px center;
		outline: none;
		width: 100%;
		border: gainsboro 1px solid;
		padding: 0px 10px 0px 30px;
	}


	/* index.html */
	.indexswiperbanner {
		width: 80%;
	}

	p.p1 {
		font-size: 19px;
	}

	.swiperright p {
		font-size: 16px;
		line-height: 30px;
	}
	
	.swiperright a {
		color:#FFFFFF;
		text-decoration: none;
	}

	.swiperleft {
		width: 40%;
	}

	.swiperright {
		width: 55%;
	}

	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after,
	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-next:after {
		display: none;
	}

	.swipertitle {
		padding-bottom: 5%;
	}

	.box1 {
		margin-top: 50px;
	}

	.box2 {
		display: block;
	}

	.tablist,
	.tabcontent {
		width: 100%;
	}

	.tablist {
		width: 100%;
		border-bottom: #e9e4e4 1px solid;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-right: none;
	}

	ul.tabtitle {
		display: flex;
		flex-wrap: wrap;
	}

	ul.tabtitle li {
		margin-right:0;
		flex:0 0 33.33%;
		text-align:center
	}

	.tablist ul li.tablist_active::after {
		width: 100%;
		height: 0.5px;
		right: 0px;
		left: 0px;
		bottom: 0;
		transform: translateX(0%);
		transition: all 0.4s;
	}

	.grayhr {
		margin: 30px auto;
		border-bottom: 1px solid #b7b7b7;
	}

	/* about.html */
	.productleft,
	.productright {
		width: 100%;
		margin-top: 20px;
	}

	.box6 {
		margin-bottom: 50px;
	}

	.box6left,
	.box6right {
		width: 100%;
	}

	.box6right {
		margin-top: 20px;
	}


	/* about_jishu.html 我们的技术 */
	.aboutjsbox ul li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		border-bottom: 1px solid #b7b7b7;
		margin: 20px auto;
		padding-right: 0;
	}

	.aboutjsright {
		border-right: none;
	}

	/* about_quyu.html 区域分布 */
	.box3list {
		width: 100%;
	}

	.quyu .box3list {
		margin-bottom: 30px;
	}


	/* fuwu.html  服务 */
	.fuwulist {
		display: block;
		margin-bottom: 30px;
	}

	.fuwuleft,
	.fuwuright {
		width: 100%;
	}

	.fuwuleft img {
		width: auto;
	}

	p.p3 {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.fuwuright {
		margin-top: 10px;
	}


	/* hangye.html  行业 */
	.prolist {
		margin-top: 30px;
		grid-template-columns: repeat(auto-fill, 48%);
	}
	
	/* newlist.html 新闻列表 */
	.newlist a.newlink{
		display: block;
	}
	
	.newlistright{
		width: 100%;
		padding: 0px 5%;
	}
	
	.newlistleft{
		display: none;
	}
	
	.newlist {
	    margin-bottom: 30px;
	    padding-bottom: 30px;
	}
	
	.newlistlast{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}




	/* 手机端导航 */
	.mobilemenu {
		display: flex;
		align-items: center;
		padding: 10px 3%;
		justify-content: space-between;
	}

	.mobilelogo img {
		height: 45px;
	}

	.mobile_icon {
		display: block;
	}

	.mobile_icon img {
		width: 30px;
	}

	.mobile_icon i {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
	}

	.mobile_icon .icon-menu {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.fadein_menu {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999999;
		opacity: 1;
	}


	.fadein_menu .box {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: absolute;
		right: -90%;
		top: 0;
		background: #fff;
		text-align: right;
	}

	.fadein_menu .box>.icon-close {
		margin: 20px;
		display: inline-block;
		width: 24px;
	}

	.fadein_menu .box>.icon-close img {
		width: 100%;
	}

	.fadein_menu .box .wws,
	.fadein_menu .box .ws {
		display: none;
	}

	.fadein_menu .box ul {
		overflow: hidden;
		padding-left: 5%;
	}

	.fadein_menu .box ul li {
		overflow: hidden;
	}

	.fadein_menu .box ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 58px;
		box-sizing: border-box;
		border-bottom: 1px solid #F2F2F2;
		padding: 0 20px 0 0px;
	}

	.fadein_menu .box ul li a:hover span {
		color: #A7A7A4;
	}

	.fadein_menu .box ul li a span {
		font-size: 15px;
		color: #242424;
	}

	.fadein_menu .box ul li a i {
		display: inline-block;
		transition: all .2s;
		width: 24px;
	}

	.fadein_menu .box ul li a i img {
		width: 100%;
	}

	.fadein_menu .box ul li a i.on {
		transform: rotate(90deg);
	}
}