body{
    font-family: '微软雅黑';
}
ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}

.container{
	max-width: 1000px;
}
.navbar .container{
	position: relative;
}
.navbar .navbar-brand{
	position: absolute;
	left: 0;
}
.navbar .navbar-nav{
	max-width: 884px;
	margin: auto;
	width: 100%;
	z-index: 9999;
	padding-left: 65px;
	margin-top: 45px;
}
.navbar .navbar-nav li .nav-link{
	padding:0 19.5px;
	color: #000;
	font-size: 14px;
	line-height: 40px;
}
.navbar .navbar-nav li:hover .nav-link{
	background: url(../images/b2.png) no-repeat bottom;
	color: #28585c;
	opacity: 1;
	font-weight: bold;
}
.mse{
	position: absolute;
	top: 6px;
	right: 0;
}
.mse input{
	width: 195px;
	line-height: 35px;
	border:1px solid #ccc;
	border-radius: 20px;
	font-size:12px;
	color: #666;
}
.mse .mybtn{
	position: absolute;
	right: 14px;
	top:2px;
	background: none;
	border:none;
}
.mse .mybtn img{
	width: 20px;
}
.form-control:focus{
	border:1px solid #ccc;
	box-shadow:none;
}

.banner{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide{
	text-align: center;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.id1{
	margin-top: 25px;
}
.id1 .id1con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id1 .id1con .id1cl{
	width: 28%;
}
.id1 .id1con .id1cc{
	width: 34%;
}
.id1 .id1con .id1cr{
	width: 26%;
}
.id1 .id1con>div .id1t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.id1 .id1con>div .id1t h4{
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: rgb(51, 51, 51);
	font-family: "Microsoft YaHei", SimSun;
}
.id1 .id1con>div .img_over{
	margin:5px 0 10px;
}
.id1 .id1con>div .mcon{
	font-size: 12px;
	color: #5a5a5a;
	line-height: 30px;
}
.id1 .im{
	margin-top: 35px;
}

.id2{
	margin-top: 25px;
}
.id2 .id2list{
	display: flex;
	max-width: 950px;
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id2 .id2list .item{
	width: 23.5%;
	margin-top: 10px;
}
.id2 .id2list .item .img{
	overflow: hidden;
	height: 105px;
	display: grid;
	align-content: center;
	position: relative;
	justify-content: center;
}

.nybanner{
	text-align: center;
}
.nycon .container{
	display: flex;
	flex-wrap: wrap;
}
.nycon .container .nyl{
	width: 20%;
	border-right: 1px solid #dadada;
	min-height: 460px;
}
.nycon .container .nyl h2{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding:8px 0px 8px 10px;
	border-bottom: 1px solid #dadada;
}
.nycon .container .nyl h2 span{
	font-weight: normal;
	color: rgb(204, 204, 204);
}
.nycon .container .nyl ul li{
	padding:8px 0 8px 10px;
	border-bottom: 1px solid #dadada;
}
.nycon .container .nyl ul li a{
	font-size: 14px;
	color: #333;
}
.nycon .container .nyr{
	width: 80%;
}
.nycon .container .nyr .mpos{
	display: flex;
	justify-content: space-between;
	padding:6px 0 5px 10px;
	border-bottom: 1px solid #dadada;
	align-items: center;
}
.nycon .container .nyr .mpos h2{
	font-size: 16px;
	color: #000;
	position: relative;
}
.nycon .container .nyr .mpos h2:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -8px;
	background: #fccf00;
	height: 2px;
	width: 100%;
}
.nycon .container .nyr .mpos .position a{
	font-size: 12px;
	color: rgb(90, 90, 90);
}
.caselist{
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	margin: auto;
}
.caselist .item{
	width:22%;
	margin-right: 2.66%;
	margin-top:15px;
}
.caselist .item:nth-child(4n){
	margin-right: 0;
}
.caselist .item img{
	height: 210px;
	width: 155px;
}
.page{
	margin-top: 45px;
}
.casecon .case_title{
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-top: 25px;
	padding: 3px 0;
	line-height: 1.7em;
}
.casecon .case_info{
	font-family: SimSun;
	font-size: 12px;
	color: #5A5A5A;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 15px;
	line-height: 21px;
}
.casecon .casedetail{
	padding-left: 10px;
	margin: auto;
}
.casecon .dt_p_n{
	text-align: right;
	margin-top: 45px;
}
.casecon .dt_p_n a{
	color: #444;
	font-size: 12px;
	width: 190px;
	display: inline-block;
	text-align: left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.list{
	padding-left: 10px;
}
.list .item{
	padding:10px 0;
	border-bottom: 1px dashed #e2e2e2;
	margin-top: 15px;
}
.list .item a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list .item a .itl{
	background: url(../images/23.png) no-repeat left center;
	padding-left: 20px;
	color: #5a5a5a;
	font-size: 13px;
}
.list .item a .itr{
	font-size: 13px;
	color: #929292;
}
.list .item:hover a .itl{
	color: #cc0000;
}

footer{
	padding:60px 0 20px;
}
footer .fnav{
	text-align: center;
	font-size: 12px;
	color: #434343;
}
footer .fnav a{
	text-align: center;
	font-size: 12px;
	color: #434343;
}
footer p{
	text-align: center;
	font-size: 12px;
	color: #434343;
}
footer p a{
	text-align: center;
	font-size: 12px;
	color: #434343;
}

@media(max-width:780px){
	.mse{
		display: none;
	}
	.navbar .navbar-brand{
		position: initial;
	}
	.navbar .navbar-brand img{
		width:240px;
	}
	.navbar .navbar-nav{
		padding-left: 0;
		margin-top:15px;
	}
	.id1 .id1con>div{
		width: 100%!important;
		margin-top: 10px;
	}
	.id1 .id1con .im{
		display: none;
	}
	.id2 .id2list .item{
		width: 49%;
	}
	.id2 .id2list .item .img{
		height: 70px;
	}
	.nycon .container .nyl{
		min-height: auto;
		width: 100%;
		border-right: none;
	}
	.nycon .container .nyr{
		width: 100%;
		margin-top: 25px;
	}
	.caselist .item{
		width: 49%;
		margin-right: 2%!important;
	}
	.caselist .item:nth-child(2n){
		margin-right: 0!important;
	}
}