html {

	font-family: Microsoft YaHei, 'Microsoft YaHei';
	background-color: #fff;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;
	min-width: 1200px;
}

body {
	background-color: #fff; 
	min-width: 1200px;
	margin: 0
}


audio:not([controls]) {

	display: none;

	height: 0
}

[hidden],
template {

	display: none
}

a {

	background-color: transparent
}

a:active,
a:hover {

	outline: 0
}

abbr[title] {

	border-bottom: 1px dotted
}

b,
strong {

	font-weight: 700
}

dfn {

	font-style: italic
}

h1 {

	margin: .67em 0;

	font-size: 2em
}

mark {

	color: #000;

	background: #ff0
}

small {

	font-size: 80%
}

sub,
sup {

	position: relative;

	font-size: 75%;

	line-height: 0;

	vertical-align: baseline
}

sup {

	top: -.5em
}

sub {

	bottom: -.25em
}

img {

	border: 0
}

svg:not(:root) {

	overflow: hidden
}

figure {

	margin: 1em 40px
}


pre {

	overflow: auto
}

button,
input,
optgroup,
select,
textarea {

	margin: 0;

	font: inherit;

	color: inherit
}

button {

	overflow: visible
}

button,
select {

	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {

	-webkit-appearance: button;

	cursor: pointer
}

button[disabled],
html input[disabled] {

	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {

	padding: 0;

	border: 0
}

input {
	border: none;
	line-height: normal
}

li:hover {
	cursor: pointer;
}

*,
::after,
::before {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

	height: auto
}

input[type=search] {

	-webkit-box-sizing: content-box;

	-moz-box-sizing: content-box;

	box-sizing: content-box;

	-webkit-appearance: textfield
}

hr {

	height: 0;

	-webkit-box-sizing: content-box;

	-moz-box-sizing: content-box;

	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {

	-webkit-appearance: none
}

fieldset {

	padding: .35em .625em .75em;

	margin: 0 2px;

	border: 1px solid silver
}

legend {

	padding: 0;

	border: 0
}

textarea {

	overflow: auto
}

optgroup {

	font-weight: 700
}

table {

	border-spacing: 0;

	border-collapse: collapse
}

td,
th {

	padding: 0
}

html {
	min-width: 1200px;
	background-color: #FCFCFC;
}

button {
	border: none;
}

button:focus {
	outline: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #434343;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

.dfsb {
	display: flex;
	justify-content: space-between;
}

.dffd {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.w {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	/* background-color: rgb(154, 196, 148); */
}

.gray {
	color: #838383;
}

.blue {
	color: #008AD7;
}

/* common */
/* head */
#pagehead{
	width: 100%;
	height: 160px;
	background: url("../img/navbgc.png") no-repeat;
	align-items: center;
}
.logbgc {
	width: 250px;
	height: 160px;
	background: url("../img/logobg.png") no-repeat;
	padding: 24px 10px 24px 0;
	background-size: contain;
	align-items: center;
}

.logbgc>img {
	width: 100px;
	height: 54px;
}

.logbgc>h4 {
	margin-top: 6px;
	font-size: 24px;
	font-weight: 400;
	color: rgba(54, 54, 54, 1);
	line-height: 30px;
}

.logbgc>p {
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(54, 54, 54, 1);
	line-height: 20px;
}

.headRight {
	width: 972px;
	margin-left: 94px;
	align-items: flex-end;
	justify-content: flex-end;
}

.headRight>.tel {
	width: 291px;
	height: 36px;
	border: 1PX solid rgba(0, 137, 215, 1);
	border-radius: 18px;
	line-height: 36px;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.headRight>.tel::before {
	content: url("../img/tel.png");
	width: 34px;
	height: 34px;
	margin-right: 20px;
}

.headRight>.tel>span {
	text-align: left;
}


.con-nav {
	height: 76px;
	line-height: 76px;
	width: 878px;
}

.nav {
	height: 76px;
	justify-content: space-between;
}

.nav li.m {
	padding: 0 7px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.nav .m.active>p a {
	color: #0089d7;
}

.nav .m.active {
	color: #0089d7;
	border-bottom: 3PX solid #0089D7;
}

.nav .m a:hover {
	color: #0089d7;
}

.sub {
	width: 95px;
	display: none;
	position: absolute;
	z-index: 99;
	top: 75px;
	left: -10px;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.7);
	align-items: center;
}

.sub a {
	display: block;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	width: 80px;
	text-align: center;
	border-bottom: 1px solid #E5E4E5;
}

.sub a:hover {
	font-weight: 400;
	text-decoration: none;
	color: #0089d0;
}

/* head slide */

/* banner */
.slide {
	width: 100%;
	height: 782px;
	background: #ccc;
}

.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	height: 782px;
	position: absolute;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
}

.c-banner .jumpBtn ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 5px;
}

@media screen and (max-width:768px) {
	.slide {
		height: 300px;
	}

	.c-banner {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}

	.c-banner .banner ul li img {
		width: 768px;
		height: 300px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

/* footer */
.footLine {
	padding-top: 60px;
	width: 100%;
	height: 301px;
	background: rgba(42, 42, 42, 1);
}

.pagefoot .footLine .logbgc {
	background: none;
	padding: 0;
}

.pagefoot .ftleft {
	align-items: center;
}

.pagefoot .footLine .ftleft img {
	width: 136px;
	height: 73px;
}

.ftleft>h4 {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}

.ftleft>p {
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 20px;
}

.ftcenter {
	margin: 0 64px;
	flex: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: rgba(208, 208, 208, 1);
	line-height: 45px;
}

.ftnav {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.ftnav a{
	color: #fff;
}
.ftSuli {
	margin-top: 15px;
}

.ftSuli a {
	line-height: 18px;
	font-size: 12px;
	color: #868686;
}

.ftSuli a:hover {
	color: #d6d6d6;
}


.ftrig {
	width: 153px;
	height: 153px;
	padding: 5px;
	background-color: #fff;
}

.ftrig img {
	width: 100%;
	height: 100%;
}

.footTag {
	padding: 34px 0 36px;
	font-size: 12px;
	color: #626262;
	background-color: #000;
	text-align: center;
}

.moreBtn {
	margin-top: 60px;
	width: 141px;
	height: 53px;
	background: rgba(0, 137, 215, 1);
	line-height: 53px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.yellow {
	color: #897E4D;
}

#pagehead>.w{
	min-width: 1200px;
}

/* index content */