body {
	font-size: medium;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus {
	outline: none;
}

.width {
	width: 96%;
	max-width: 1579px;
	margin: 0 auto;
	position: relative;
}

#slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 88px;
}

#head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	background-color: #fff;
	z-index: 99999;
}

#head .logo {
	float: left;
}

#head .logo img {
	height: 44px;
	margin-top: 22px;
}

#head .search {
	float: right;
	margin-left: 20px;
	position: relative;
	z-index: 10;
}

#head .search .fm {
	position: absolute;
	left: -270px;
	width: 400px;
	top: 70px;
	display: none;
}

#head .search .fm input {
	width: auto;
	display: inline-block;
}

#head .search img {
	margin-top: 22px;
}

#head .search .menu {
	float: right;
}




#content {
	width: 100%;
}

#content .tt_com {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	overflow: hidden;
}

#content .tt_com h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#content .tt_com hr {
	width: 25px;
	height: 2px;
	margin: 0 auto;
	background-color: #002871;
}

#content .tt_com p {
	font-size: larger;
	text-transform: uppercase;
	color: #909090;
	padding-top: 10px;
}

#content .about {
	width: 100%;
	margin-top: 50px;
	display: flex;
	padding-bottom: 30px;
}

#content .about .img {
	flex-shrink: 0
}

#content .about .img img {
	max-width: 509px;
}

#content .about .info {
	flex-grow: 1;
	padding-right: 100px;
	box-sizing: content-box;
}

#content .about .info h2 {
	font-size: xx-large;
}

#content .about .info h3 {
	font-size: large;
	text-transform: uppercase;
	color: #3e3a39;
	font-weight: 100;
	font-family: "arial, helvetica, sans-serif";
	padding-top: 10px;
	padding-bottom: 30px;
}

#content .about .info p {
	font-size: larger;
	color: #3e3a39;
	line-height: 35px;
	padding-bottom: 50px;
}

#content .about .info span {
	background-color: #000257;
	color: #fff;
	padding: 12px 35px;
	border-radius: 25px;
}

#content .about .info span:hover {
	background-color: #fff;
	border: 1px solid #000257;
	color: #000257;
}

#content .pro {
	width: 100%;
	margin-top: 50px;
}

#content .pro li {
	width: 100%;
}

#content .pro li .img {
	width: 100%;
	overflow: hidden;
	height: 300px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

#content .pro li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content .pro li .img img:hover {
	transform: scale(1.2);
}

#content .pro li .tt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #eeeeee;
	color: #000;
	font-size: large;
	text-align: center;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#content .more {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 70px;
}

#content .more span {
	background-color: #000257;
	color: #fff;
	padding: 12px 35px;
	border-radius: 25px;
	display: inline-block;
	border: 1px solid #000257;
}

#content .more span:hover {
	background-color: #fff;
	color: #000257;
	border: 1px solid #000257;
}

#content .adv {
	width: 100%;
	background: url(../img/adv.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content .adv_list {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 80px;
}

#content .adv_list li {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 50px 80px;
	box-sizing: border-box;
}

#content .adv_list li:hover {
	background-color: #000257;
	color: #fff;
}

#content .adv_list li i {
	font-size: 60px;
}

#content .adv_list li span {
	display: block;
	font-size: x-large;
	font-weight: bold;
	padding-top: 30px;
	text-transform: capitalize;
}

#content .adv_list li p {
	font-size: larger;
	padding-top: 30px;
	line-height: 35px;
	min-height: 105px;
}

#content .nlist {
	width: 100%;
	margin-top: 50px;
}

#content .nlist li {
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border: 2px solid #f4f4f4;
}

#content .nlist li:hover {
	border: 2px solid #21236d;
}

#content .nlist li img {
	float: left;
	width: 218px;
	height: 153px;
	padding-right: 25px;
}

#content .nlist li h3 {
	font-size: large;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
}

#content .nlist li span {
	font-size: medium;
	color: #999;
	padding: 12px 0;
	display: block;
}

#content .nlist li p {
	color: #787878;
	font-size: medium;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#content .nlist li i {
	padding-right: 5px;
}

#foot {
	width: 100%;
	background-color: #000257;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	color: #fff;
	font-size: medium;
}

#foot .logo {
	float: left;
}

#foot .contact {
	float: left;
	padding-left: 150px;
	font-size: large;
	line-height: 30px;
	max-width: 50%;
}

#foot .qrcode {
	float: right;
}

#foot .qrcode li {
	float: right;
	text-align: center;
	margin-left: 20px;
}

#foot .qrcode li img {
	display: block;
	padding-bottom: 10px;
}

#cy {
	width: 100%;
	background-color: #000257;
	border-top: 1px solid #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: medium;
	overflow: hidden;
}

#cy a {
	color: #fff;
}

#cy a:hover {
	text-decoration: underline;
}

#nban {
	width: 100%;
	margin-top: 88px;
	overflow: hidden;
}

#nban img {
	width: 100%;
}

#pos {
	width: 100%;
	height: 51px;
	background-color: rgb(245 245 245);
	line-height: 51px;
	position: relative;
	z-index: 333;
}

#pos .contact {
	float: right;
	font-size: 16px;
}

#pos .contact b {
	color: #000257;
}

#pos .menu {
	float: left;
	width: 75%;
}


#info {
	width: 100%;
	padding: 25px 0;
}

#info .info {
	line-height: 24px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

#info .info p {
	padding-bottom: 20px
}

#info .info img {
	max-width: 100%;
}

#info .h_img {
	width: 100%;
	height: 250px;
}

#info .h_img img {
	height: 250px;
	min-width: 100%;
}

#info .contact {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

#info .contact .btn {
	width: 67px;
	height: 67px;
	line-height: 67px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	margin: 0 auto;
	color: #076aae;
}

#info .contact .btn i {
	font-size: 30px;
	font-weight: bold;
}

#info .contact .btn:hover {
	background-color: #076aae;
	color: #fff;
}

#info .contact b {
	padding: 20px 0;
	display: block;
}

#info .map {
	width: 100%;
	height: 420px;
	margin: 25px 0;
	display: block;
}

#info .list {
	width: 100%;
	padding-top: 25px;
}

#info .list .img {
	width: 100%;
	height: 279px;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
}

#info .list .img img {
	height: 279px;
	width: 100%;
	object-fit: cover;
}

#info .list .img img:hover {
	transition: all .5s ease .1s;
	transform: scale(1.1);
}

#info .list p {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
	white-space: nowrap;
	text-align: center;
}

#info .nlist {
	width: 100%;
}

#info .nlist li {
	width: 100%;
	margin: 25px 0;
	overflow: hidden;
}

#info .nlist li span {
	float: left;
	width: 96px;
	height: 96px;
	background-color: #eeeeee;
	text-align: center;
	margin-right: 30px;
}

#info .nlist li b {
	font-size: 30px;
	color: #666;
	display: block;
	margin-top: 20px;
}

#info .nlist li h1 {
	font-size: 21px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

#info .nlist li p {
	color: #999;
	padding-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

#pagelist {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 30px;
	overflow: hidden
}

#pagelist span {
	padding: 5px 8px;
	background: #dddede;
	color: #bababa;
	margin: 0 2px;
	border: 1px solid #ccc;
}

#pagelist a {
	background: #fff;
	padding: 5px 8px;
	color: #333;
	margin: 0 2px;
	border: 1px solid #eee;
	display: inline-block;
}

#pagelist .active {
	background: #000257;
	color: #fff;
}

.scrolled {
	/* 在这里添加你想要的样式 */
	background: #fff !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#w_head {
	display: none;
}

#w_menu {
	display: none;
}

@media (max-width: 1200px) {

	#head {
		display: none;
	}

	#content .about {
		display: block;
	}

	#content .about .info {
		padding: 0;
		width: 100%;
	}

	#content .about .img img {
		max-width: 100%;
		display: none;
	}

	#content .about .info span {
		display: table;
		margin: 0 auto;
	}

	#content .nlist li img {
		display: none;
	}

	#content .pro li .img {
		height: auto;
	}

	#foot .contact {
		padding: 0;
		width: 100%;
		padding-top: 20px;
		max-width: 100%;
	}

	#foot .qrcode {
		display: none;
	}

	#slide {
		margin-top: 50px;
	}

	#nban {
		margin-top: 50px;
	}

	#pos .contact {
		display: none;
	}

	#pos .menu {
		width: 100%;
	}

	#w_head {
		width: 100%;
		height: 50px;
		background: #eeecef;
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	#w_head .logo {
		float: left;
		margin-left: 2%;
	}

	#w_head .logo img {
		height: 30px;
		margin-top: 10px;
	}

	#w_head .menu {
		float: right;
		margin-right: 2%;
	}

	#w_head .menu img {
		height: 35px;
		margin-top: 7px;
	}

	#w_menu {
		width: 40%;
		right: 0;
		background: #076aae;
		position: absolute;
		top: 50px;
		border-left: 1px solid #fff;
		display: none;
	}

	#w_menu li {
		width: 100%;
		height: 35px;
		border-bottom: 1px solid #fff;
		line-height: 35px;
		text-align: center;
	}

	#w_menu li a {
		color: #fff;
		font-size: 14px;
	}

}