/* CSS Document */



* {
	padding: 0;
	margin: 0;
}

a,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}

ul,
ol,
li {
	list-style-type: none;
}

.fl {
	float: left;
}

em,
i {
	font-style: initial;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

body {
	font-size: 12px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, SimSun;
	line-height: 24px;
	overflow-x: hidden;
	color: #333;
}

.container {
	margin: auto;
	width: 1200px;
}

.block {
	overflow: hidden;
	clear: both;
}

/*头部*/
.logo {
	width: 100%;
}

.logo img {
	max-width: 100%;
}

.navs {
	display: block;
	border: 1px solid #005ca1;
	width: 24px;
	padding: 9px 10px;
	height: 9px;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: 32px;
	z-index: 10000;
}

.navs:before {
	content: "";
	border-top: 2px solid #005ca1;
	display: block;
}

.navs:after {
	content: "";
	display: block;
	border-bottom: 6px double #005ca1;
	margin-top: 2px;
}

.navbox {
	width: 100%;
	padding: 5px 0px;
	background: #005ca1;
	text-align: center;
	clear: both;
	display: none;
}

.navbox li {
	height: 28px;
	line-height: 28px;
	-webkit-box-flex: 1;
}

.navbox li a {
	display: block;
	width: 100%;
	font: 100 14px/28px "宋体";
	color: #fff;
}

/*banner*/
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
}

.hd {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.hd li {
	width: 50px;
	height: 5px;
	font-size: 0;
	background: #fff;
	display: inline-block;
	margin: 0 2px;
}

.hd li.on {
	background: #005ca1;
}

/*导航*/
.nav li img {
	margin: 5px auto;
	display: block;
	width: 60px;
	height: 60px;
}

.nav li {
	float: left;
	width: 25%;
	background: #efefef;
	line-height: 3em;
	text-align: center;
	font-size: 1em;
	color: #3e3e3e;
	border: 1px solid #cdcdcd;
	border-top: none;
	border-right: none;
	box-sizing: border-box;
}

.nav li:hover {
	color: #e87518;
}

/*第一块产品中心*/
.one {
	margin-top: 2em;
	width: 100%;
}

.title1 {
	width: 100%;
	text-align: center;
	font-size: 2em;
	line-height: 2.2em;
	height: 3em;
	font-weight: 700;
	color: #005ca1;
	background: url(../image/tt.png) no-repeat center top;
	background-size: 90%;
}

.one li {
	display: inline-block;
	text-align: center;
	width: 42%;
	margin: 2% 3%;
	border: 2px solid #e4e4e4;
}

.one li img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.one li h3 {
	width: 100%;
	height: 57px;
	text-align: center;
	background: #e4e4e4;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	line-height: 57px;
}


.two {
	margin-top: 4em;
}

.title2 {
	background: #005ca1;
	color: #fff;
	text-align: left;
	padding-left: 8%;
	height: 3em;
	font-size: 1.8em;
	line-height: 3em;
	font-style: normal;
	text-transform: uppercase;
}

.title2 a.more {
	float: right;
	background: url(../image/more1.png) no-repeat 78% center;
	padding-right: 22%;
	color: #fff;
	font-weight: normal;
	background-size: 35%;
}

.two li h3 {
	background: #16324c;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.two li img {
	width: 100%;
	display: block;
}

.two li {
	width: 45%;
	float: left;
	margin: 10px 2%;
	text-align: center;
	position: relative;
}

.three {
	margin-top: 20px;
	margin-bottom: 20px;
}

.three ul {
	padding: 0 2% 0;
}

.three .title2 {
	margin-bottom: 10px;
}

.three li {
	width: 100%;
	zoom: 1;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 15px 0;
	line-height: 24px;
}

.three li h3 {
	width: 100%;
	line-height: 1.8em;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.three li p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 1.8em;
	width: 100%;
	color: #666;
	overflow: hidden;
}

.footer {
	width: 98%;
	padding-bottom: 70px;
	margin: auto
}

/*页面通用*/
.main {
	width: 96%;
	margin: auto;
	margin-bottom: 90px;
}

.main_img {
	width: 100%;
}

.main_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.pading {
	float: left;
	margin-top: 10px;
}

.pading span {
	padding: 3px 8px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0px 2px;
}

.pading a {
	padding: 3px 8px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0px 1px;
}

.pading .current {
	border: none;
	padding: 3px 8px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.text {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}

.text:before {
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	border-left: 2px solid #005ca1;
	width: 2px;
	height: 25px;
}

.text h1 {
	font: 100 16px/40px "宋体";
	padding-left: 20px;
	font-weight: bold;
}

.main_nav li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}

.main_nav li:after {
	content: '>';
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 13px;
	background: #005ca1;
	position: absolute;
	color: #fff;
	right: 10px;
	top: 10px;
	border-radius: 50%;
}

.main_nav li a {
	padding-left: 20px;
	display: block;
	font: 100 12px/35px "宋体";
}


.main_m {
	margin-top: 10px;
}

.main_m img {
	max-width: 100%;
}

.product li {
	float: left;
	margin-top: 15px;
	text-align: center;
	overflow: hidden;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}

.product li a {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 3px 3px 5px #aaa;
	width: 100%;
}

.product li a img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.product li h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background: #eee;
}

.main .texts {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

.main p.info {
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	margin-bottom: 20px;
}


.main ol li {
	border-bottom: 1px solid #d3d3d3;
	line-height: 35px;
	height: 35px;
	position: relative;
	overflow: hidden;
}

.main ol li h3 {
	float: left;
	width: 75%;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	line-height: 35px;
	height: 35px;
}

.main ol li p {
	float: right;
	width: 20%;
	line-height: 35px;
}

.main ol li:before {
	content: "";
	display: block;
	border-left: 5px solid #005ca1;
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	position: absolute;
	left: 4px;
	top: 10px;
}

.page {
	margin-top: 10px;
}

.page img {
	display: block;
	max-width: 100%;
}

.bottom {
	z-index: 9999;
	position: fixed;
	height: 70px;
	bottom: 0;
	width: 100%;
	background: #005ca1;
}

.bottom li {
	float: left;
	width: 20%;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.bottom li img {
	width: 35px;
	height: 35px;
	display: block;
	margin: auto;
}

.gywm {
	margin-top: 2em;
}

.gywm_content img {
	width: 50%;
	display: block;
	margin-bottom: 0;
	margin-right: 2%;
	float: left;
}

.gywm_content {
	margin: auto;
	width: 98%;
}

.navs {
	top: 16px;
	border: 1px solid #990000;
}

.navs:after {
	border-bottom: 6px double #990000;
}

.navs:before {
	border-top: 2px solid #990000;
}

.hd li.on,
.title2,
.bottom,
.navbox,
.main_nav li:after {
	background: #990000;
}

.one li h3,
.two li h3,
.product li h3 {
	background: #990000;
	color: #fff;
}

.one li img,
.two li img {
	height: 126px;
}

.title1 {
	color: #990000;
	background: url("../image/201911180933566056.png") no-repeat center top/90%;
}

.text:before {
	border-left: 2px solid #990000;
}

.product li a img {
	height: 145px;
}

.pading .current {
	background: #990000;
	border: 1px solid #990000;
}

.title2 a.more {
	background: url("../image/201911180932277775.png") no-repeat 78% center;
}
