body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 200;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: pingfang;
	min-width: 1200px;
	padding-top: 166px;
}

@font-face {
	font-family: 'pingfang';
	/*这里是说明调用来的字体名字*/
	src: url(../images/PingFang Light.ttf);
	src: url(../images/PingFang Light.svg);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 200;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	min-width: 1200px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 0 70px;
	background-color: #FFFFFF;
	padding-top: 15px;
	box-sizing: border-box;
	-moz-box-shadow: 0px 4px 15px #C7C7C7;
	-webkit-box-shadow: 0px 4px 15px #C7C7C7;
	box-shadow: 0px 4px 15px #C7C7C7;
}

.headermain1 {
	text-align: right;
	width: 100%;
	height: 31px;
}

.headermain1dl {
	display: inline-block;
	margin-left: 15px;
	line-height: 30px;
	float: right;
}

.headermain1dl i {
	font-size: 17px;
	color: #000000;
	float: left;
	margin-right: 5px;
}

.headermain1dl p {
	display: inline-block;
	font-size: 15px;
	color: #222222;
	float: left;
	line-height: 30px;
	transition: all 0.3s ease;
}

.headermain1dl:hover>p {
	color: #0093dd;
}

.headermain1dl:hover>i {
	color: #0093dd;
}

.lang {
	display: inline-block;
	line-height: 30px;
	margin-left: 15px;
	font-size: 15px;
	color: #222222;
	float: right;
}

.lang a {
	display: inline-block;
	float: left;
	line-height: 30px;
	color: #222222;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.lang a:nth-child(1) {
	margin-right: 10px;
}

.lang a:hover {
	color: #0093dd;
}

.lang a:nth-child(1):after {
	width: 1px;
	height: 16px;
	content: '';
	background-color: #000000;
	position: absolute;
	right: -6px;
	top: 7px;
}

.headerlogo {
	height: 45px;
	display: block;
	margin-bottom: 25px;
}

.headerlogo img {
	height: 100%;
}

.headermain2 {
	width: 100%;
}

.headermain2lb{
	display: block;
	float: left;
	width: 120px;
	position: relative;
}
.headermain2lb:after{
	content: '';
	width: 100%;
	height: 9px;
	background-color: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 41px;
}
.headermain2lb1{
	width: 100%;
	position: absolute;
	left: 0%;
	top: 47px;
	background-color: #ffffff;
	border-radius: 5px;
	max-height: 0px;
	overflow: hidden;
	z-index: 2;
	transition: all 0.5s ease;
}
.headermain2lb2{
	width: 150%;
	left: -25%;
}
.headermain2left .headermain2lb .headermain2lb1 a{
	width: 100%;
	line-height: 30px;
	color: #222222;
	font-size: 13px;
	text-align: left;
	padding:0 8px;
	letter-spacing: 2px;
	transition: all 0.3s ease;
}
.headermain2left .headermain2lb .headermain2lb1 a:last-child{
	border-bottom: 0px dashed #7bbada;
}
.headermain2left .headermain2lb .headermain2lb1 a:hover{
	color: #333;
	padding-left: 12px;
}
.headermain2lb:hover> .headermain2lb1{
	max-height: 500px;
	padding:5px 0;
}
.headermain2left a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #222222;
	padding: 0 5px;
	line-height: 46px;
	font-size: 15px;
	color: #000000;
	border-bottom: 4px solid #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.headermain2left a:hover {
	color: #0093dd;
}

.headermain2 .headermain2xz {
	color: #0093dd;
	border-bottom: 4px solid #0189d5;
}
.headermain2left{
	float: left;
}


.headermain2right {
	float: right;
	margin-top: 10px;
}

.headermain2right h4 {
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	display: inline-block;
	float: left;
}

.headermain2right input {
	width: 240px;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
	border: none;
	font-size: 17px;
	border-bottom: 2px solid #b8b8b8;
}

.headermain2right button {
	font-size: 24px;
	color: #000000;
	line-height: 22px;
	float: right;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	transition: all 0.3s ease;
}

.headermain2right button:hover {
	color: #0189d5;
}

.index01 {
	width: 100%;
	padding: 90px 0;
}

.index01main {
	width: 1200px;
	margin: auto;
}

.index01tit {
	text-align: center;
	width: 50%;
	margin: auto;
}

.index01tit h4 {
	font-size: 40px;
	color: #0a4f92;
	margin-bottom: 25px;
}

.index01tit p {
	font-size: 15px;
	color: #191718;
	line-height: 25px;
}

.index01img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 120px;
}

.index01lb {
	text-align: center;
	margin-bottom: 30px;
}

.index01lb a {
	display: inline-block;
	font-size: 15px;
	color: #000000;
	margin: 0 45px;
	transition: all 0.3s ease;
}

.index01lb a:hover {
	color: #0A4F92;
}

.index01more {
	width: 152px;
	text-align: center;
	display: block;
	margin: auto;
	line-height: 32px;
	border: 1px solid #000000;
	color: #000000;
	border-radius: 20px;
	font-size: 17px;
	transition: all 0.3s ease;
}

.index01more:hover {
	background-color: #0A4F92;
	border: 1px solid #0A4F92;
	color: #ffffff;
}

.index02 {
	font-size: 31px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	padding: 50px 40px;
	line-height: 40px;
	background-image: linear-gradient(to right, #008bce, #00a7af);
}

.index03 {
	width: 100%;
	padding: 70px 0;
}

.index03main {
	width: 1200px;
	margin: auto;
}

.index03nr1 {
	width: 100%;
}

.index03nr1left {
	width: 49%;
	float: left;
}

.index03nr1right {
	width: 49%;
	float: right;
}

.index03nr1left img {
	width: 100%;
	margin-bottom: 20px;
}

.index03nr1left img:nth-child(2) {
	width: 49.5%;
	float: left;
}

.index03nr1left img:nth-child(3) {
	width: 47.5%;
	float: right;
}

.index03nr1right img {
	width: 100%;
	margin-top: 68px;
	margin-bottom: 70px;
}

.index03nrjs h4 {
	font-size: 22px;
	color: #000000;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}

.index03nrjs h4:after {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index03nrjs p {
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}

.index03nrjs {
	width: 80%;
	margin-left: 4%;
}

.index03nr2 {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 63px;
}

.index03nr2left {
	width: 49%;
	float: left;
}

.index03nr2left1 img {
	width: 48.5%;
	height: 168px;
	float: left;
	margin-top: 20px;
}

.index03nr2left1 img:nth-child(3) {
	height: 175px;
}

.index03nr2left1 img:nth-child(4) {
	height: 175px;
}

.index03nr2left1 img:nth-child(2n) {
	float: right;
}

.index03nr2right {
	width: 49%;
	float: right;
	margin-top: 26px;
}

.index03nr2right img {
	width: 100%;
}

.index03nr2right .index03nr2right1 img {
	width: 48.5%;
	height: 175px;
	float: left;
	margin-top: 20px;
}

.index03nr2right .index03nr2right1 img:nth-child(2n) {
	float: right;
}

.index03nr2left .index03nrjs {
	margin-left: 0;
	margin-top: 8px;
}

.index03nr3 {
	width: 100%;
}

.index03nr3left {
	width: 49%;
	float: left;
}

.index03nr3right {
	width: 49%;
	float: right;
}

.index03nr3left img:nth-child(1) {
	width: 100%;
	height: 335px;
}

.index03nr3left img:nth-child(2) {
	width: 48.5%;
	float: right;
	margin-top: 20px;
}

.index03nr3right1 {
	width: 48.5%;
	float: left;
}

.index03nr3right1 img {
	width: 100%;
}

.index03nr3right1 img:nth-child(1) {
	margin-bottom: 20px;
}

.index03nr3right2 {
	width: 48.5%;
	float: right;
}

.index03nr3right2 img {
	width: 100%;
}

.index03nr3right2 p {
	font-size: 25px;
	color: #636363;
	font-weight: bold;
	margin-top: 170px;
	padding-left: 15px;
}

.index03nr4 {
	margin-top: 85px;
}

.index03nr4left {
	width: 75%;
	float: left;
}

.index03nr4left img {
	width: 31.33%;
	float: left;
}

.index03nr4left img:nth-child(2) {
	margin: 0 3%;
}

.index03nr4 .index03nrjs {
	width: 23%;
	float: right;
	margin-left: 0;
}

.index03nr4 .index03nrjs p {
	/*text-align: justify;*/
}

.index04 {
	padding: 60px 0;
}

.index04main {
	width: 1200px;
	margin: auto;
}

.index04lb {
	width: 100%;
	text-align: center;
}

.index04lb img {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 15px 28px;
}

.index04lbmore {
	display: inline-block;
	width: 110px;
	height: 91px;
	margin: 20px 26px;
	vertical-align: bottom;
}

.index04lb a {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #000000;
	line-height: 25px;
	border: 2px solid #000000;
	border-radius: 20px;
	margin-top: 28px;
	transition: all 0.3s ease;
}

.index04lb img:nth-child(9),
.index04lb img:nth-child(10),
.index04lb img:nth-child(10),
.index04lb img:nth-child(11),
.index04lb img:nth-child(12),
.index04lb img:nth-child(13),
.index04lb img:nth-child(14),
.index04lb img:nth-child(15) {
	margin: 15px 31px;
}

.index04lb a:hover {
	background-color: #0a4f92;
	color: #FFFFFF;
	border: 2px solid #0a4f92;
}

.index05 {
	padding: 30px 0;
	padding-bottom: 105px;
}

.index05main {
	width: 1200px;
	margin: auto;
}

.index05left {
	width: 25%;
	float: left;
}

.index05lb1 {
	width: 35%;
	height: 465px;
	float: left;
}

.index05lb1:nth-child(2) {
	margin: 0 2.5%;
}

.index05left a {
	display: block;
	height: 195px;
	overflow: hidden;
	position: relative;
}

.index05left a img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 195px;
}

.index05left a div {
	width: 70%;
	position: absolute;
	left: 20px;
	bottom: 10px;
}

.index05left a div h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 5px;
}

.index05left a div p {
	font-size: 14px;
	height: 60px;
	color: #ffffff;
	color: #FFFFFF;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
}

.index05lb1 a {
	display: block;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.index05lb1 a img {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	min-width: 100%;
}

.index05lb1 a div {
	width: 70%;
	position: absolute;
	left: 20px;
	bottom: 10px;
}

.index05lb1 a div h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 5px;
}

.index05lb1 a div p {
	font-size: 14px;
	height: 60px;
	color: #ffffff;
	color: #FFFFFF;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
}

.index05left a:nth-child(1) {
	margin-bottom: 30px;
}

.index06 {
	width: 100%;
	background: url(../images/syimg2.jpg) center center no-repeat;
	padding-top: 80px;
	padding-bottom: 30px;
}

.index06nr {
	width: 600px;
	margin: auto;
}

.index06nr div {
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}

.index06nr div P {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
	text-align: right;
}

.index06nr div input {
	width: 100%;
	height: 35px;
	border: 2px solid #777777;
	outline-style: none;
	padding: 0 5px;
	background-color: rgba(0, 0, 0, 0);
}

.index06nr div textarea {
	width: 100%;
	height: 90px;
	border: 2px solid #777777;
	outline-style: none;
	padding: 5px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0);
}

.index06nr button {
	width: 120px;
	height: 35px;
	margin-left: 100px;
	background-color: #0A4F92;
	color: #FFFFFF;
	font-size: 15px;
	transition: all 0.3s ease;
}

.index06nr button:hover {
	background-color: #000000;
}

footer {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 60px;
}

.footer {
	width: 80%;
	margin: auto;
	min-width: 1200px;
}

.footerleft {
	float: left;
}

.footerleft1 {
	width: 130px;
	float: left;
}
.footerleft1en:nth-child(1){
	width: 180px;
}
.footerleft1en:nth-child(3){
	width: 270px;
}

.footerleft1 h4 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 20px;
}

.footernr1 {
	width: 100%;
}

.footernr1 a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footernr2 a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footerright {
	float: right;
	width: 145px;
}

.footerleft2 {
	width: 400px;
}
.footerleft1en:nth-child(5){
	width: 340px;
}

.footernr3 img {
	width: 210px;
	margin-bottom: 10px;
}

.footernr3 p {
	position: relative;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #000000;
}

.footernr3 p i {
	margin-right: 15px;
}

.footerright img {
	width: 100%;
}

.footerright p {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	color: #000000;
}

.bqsy {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 30px;
	color: #000000;
}

.bqsy a {
	color: #000000;
}

.product1 {
	width: 100%;
	padding-top: 110px;
	background-color: #f4f4f4;
	position: relative;
}

.product1 .index01tit h4 {
	letter-spacing: 5px;
	color: #0053a0;
}

.product1main {
	width: 1200px;
	margin: auto;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
}

.product1main1 h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.product1main1 h4 span {
	padding-bottom: 5px;
	border-bottom: 4px solid #636262;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.product1main1 p {
	font-size: 14px;
	line-height: 20px;
	width: 27%;
}

.product1main2 {
	width: 100%;
}

.product1 img {
	width: 100%;
	display: block;
}

.product2 {
	padding-top: 0;
	margin-top: 45px;
}

.product2 .product1main {
	top: 45px;
}

.fzlc .index01tit h4 {
	letter-spacing: 5px;
	color: #0053a0;
}

.fzlc {
	width: 1200px;
	margin: auto;
	padding-top: 130px;
	padding-bottom: 45px;
}

.fzlclb {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.fzlclb:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	background-color: #b3b4b4;
}

.fzlclb:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #b3b4b4;
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
}

.fzlclb1 {
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-left: 10%;
	overflow: hidden;
}

.fzlclb1:nth-child(2n) {
	float: right;
}

.fzlclb1:nth-child(2n-1) {
	padding-right: 10%;
	padding-left: 0;
}

.fzlclb1time {
	font-size: 35px;
	color: #7c7c7c;
	margin-bottom: 15px;
	position: relative;
}

.fzlclb1time span {
	display: block;
	width: 100%;
	font-size: 35px;
	color: #7c7c7c;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.fzlclb1time:after {
	content: '';
	width: 240%;
	background-color: #b3b4b4;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fzlclb1:nth-child(2n-1) .fzlclb1time:after {
	content: '';
	width: 500%;
	background-color: #b3b4b4;
	height: 1px;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fzlclb1time:before {
	content: '';
	width: 13px;
	height: 13px;
	border: 2px solid #b3b4b4;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: -17px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.fzlclb1:nth-child(2n-1) .fzlclb1time:before {
	content: '';
	width: 13px;
	height: 13px;
	border: 2px solid #b3b4b4;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	right: -17px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fzlclb1:nth-child(2n-1) .fzlclb1time {
	text-align: right;
	padding-left: 0px;
}

.fzlclb1time span {
	padding-left: 10px;
}

.fzlclb1:nth-child(2n-1) .fzlclb1time span {
	padding-left: 0px;
	padding-right: 10px;
}

.fzlclb1nrleft {
	width: 55%;
	float: left;
	text-align: justify;
}

.fzlclb1nrright {
	width: 40%;
	float: right;
}

.fzlclb1:nth-child(2n-1) .fzlclb1nrleft {
	float: right;
}

.fzlclb1:nth-child(2n-1) .fzlclb1nrright {
	float: left;
}

.fzlclb1nrleft p {
	font-size: 13px;
	line-height: 23px;
	text-indent: 2em;
	color: #717071;
}

.fzlclb1nrleft img {
	width: 100%;
}

.fzlclb1:nth-child(2) .fzlclb1nr .fzlclb1nrleft p {
	text-indent: 0em;
}

.fzlclb1:nth-child(2) {
	margin-top: 35px;
	padding-left: 28%;
}

.fzlclb1:nth-child(2) .fzlclb1nr .fzlclb1nrleft {
	width: 100%;
}

.fzlclb1:nth-child(3) {
	padding-left: 10%;
	margin-top: -30px;
	margin-bottom: 45px;
}

.fzlclb1:nth-child(3) .fzlclb1nr .fzlclb1nrleft p {
	text-indent: 0em;
	text-align: right;
}

.fzlclb1:nth-child(4) .fzlclb1time {
	margin-left: 46%;
}

.fzlclb1:nth-child(1) {
	position: relative;
	z-index: 2;
}

.fzlclb1:nth-child(5) {
	padding-right: 28%;
}

.fzlclb1:nth-child(5) .fzlclb1nrleft {
	width: 100%;
}

.fzlclb1:nth-child(6) {
	margin-top: 45px;
}

.fzlclb1:nth-child(4) .fzlclb1nrright {
	float: left;
}

.fzlclb1:nth-child(4) .fzlclb1nrleft {
	float: right;
}

.fzlclb1:nth-child(8) .fzlclb1nrright {
	float: left;
}

.fzlclb1:nth-child(8) .fzlclb1nrleft {
	float: right;
}

.fzlclb1:nth-child(8) .fzlclb1time {
	margin-left: 46%;
}

.fzlclb1:nth-child(13) {
	margin-top: 45px;
}

.fzlcjw {
	text-align: center;
}

.fzlcjw span {
	display: inline-block;
	padding: 0 20px;
	line-height: 45px;
	font-size: 20px;
	background-color: #a1a2a2;
	border-radius: 30px;
	color: #FFFFFF;
}

.hzhb {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 60px;
	-moz-box-shadow: 0px 2px 6px #DBDBDB;
	-webkit-box-shadow: 0px 2px 6px #DBDBDB;
	box-shadow: 0px 2px 6px #DBDBDB;
}

.hzhb .index01tit h4 {
	letter-spacing: 5px;
	color: #0053a0;
}

.hzhbmain {
	width: 1200px;
	margin: auto;
}

.hzhb1 {
	width: 100%;
}

.hzhb1img {
	width: 100%;
	margin-bottom: 100px;
}

.hzhb1img1 {
	width: 49%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #8a8a8b;
}

.hzhb1img1:nth-child(2n) {
	float: right;
}

.hzhb1img1 img {
	width: -webkit-calc(9.09% - 1px);
	width: -moz-calc(9.09% - 1px);
	width: calc(9.09% - 1px);
	float: left;
	height: 57px;
	border-right: 1px solid #8a8a8b;
}

.hzhb1img1 img:last-child {
	border-right: 0px solid #8a8a8b;
	box-sizing: border-box;
}

.hzhb2main {
	position: relative;
	width: 100%;
}
.hzhbimg1bg{
	width: 100%;
}

.hzhb2maintit {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.hzhb2maintit h4 {
	font-size: 15px;
	line-height: 25px;
}

.hzhb2maintit h4 i {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #e61414;
}

.hzhb2maintit h4:nth-child(2) i:after {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #e60012;
}

.hzhb2maintit h4:nth-child(3) i:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 9px;
	bottom: 0;
	margin: auto;
	background-color: #00a0e9;
}

.hzhb2maintit h4:nth-child(4) i:after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
	margin: auto;
	background-color: #9fd9f6;
}

.hzhb2main1 {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.qqdd1 h1 {
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	border-radius: 50%;
	background-color: #9fd9f6;
}

.qqdd1 {
	position: absolute;
}

.qqdd1 p {
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	padding: 0 10px;
}

.qqdd1 h2 {
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	background-color: #00a0e9;
}

.qqdd1 h6 {
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	float: left;
	padding: 0 10px;
	margin: 0;
	font-weight: normal;
}

.qqdd1 h3 {
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 12px;
	border-radius: 50%;
	background-color: #e60e12;
}

.qqdd1 i {
	float: left;
	font-size: 20px;
	color: #e60e12;
}

.qqdd1 h5 {
	font-size: 16px;
	line-height: 20px;
	color: #e60e12;
	float: left;
	padding: 0 10px;
	margin: 0;
	font-weight: normal;
}

.qqdd1:nth-child(1) {
	left: 8%;
	top: 30%;
}

.qqdd1:nth-child(2) {
	left: 5.8%;
	top: 33.8%;
}

.qqdd1:nth-child(3) {
	left: 11.5%;
	top: 46.8%;
}

.qqdd1:nth-child(4) {
	left: 11.8%;
	top: 52%;
}

.qqdd1:nth-child(5) {
	left: 23%;
	top: 39%;
}

.qqdd1:nth-child(6) {
	left: 35%;
	top: 31.5%;
}

.qqdd1:nth-child(7) {
	left: 41.8%;
	top: 38%;
}

.qqdd1:nth-child(8) {
	left: 34.5%;
	top: 44.5%;
}

.qqdd1:nth-child(9) {
	left: 31.8%;
	top: 52.2%;
}

.qqdd1:nth-child(10) {
	left: 32.5%;
	top: 62.5%;
}

.qqdd1:nth-child(11) {
	right: 7%;
	top: 32%;
}

.qqdd1:nth-child(12) {
	right: 9.5%;
	top: 38%;
}

.qqdd1:nth-child(11) h6 {
	padding-left: 45px;
}

.qqdd1:nth-child(12) h6 {
	padding-left: 45px;
}

.ourhonr {
	width: 100%;
}

.gallery {
	width: 100%;
	float: left;
}

.gallery li {
	width: 24%;
	height: 211px;
	line-height: 211px;
	float: left;
	text-align: center;
	margin: 10px 0;
	-moz-box-shadow: 0px 0px 6px #DBDBDB;
	-webkit-box-shadow: 0px 0px 6px #DBDBDB;
	box-shadow: 0px 0px 6px #DBDBDB;
	margin-right: 1.333%;
}

.gallery li:nth-child(4n) {
	margin-right: 0;
}

.gallery li a img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.qywh1 .fzlclb1time span {
	font-size: 25px;
	color: #000000;
}

.qywh1:nth-child(1) {
	padding-right: 18%;
}

.qywh1nr h1 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

.qywh1nr p {
	font-size: 13px;
	line-height: 25px;
}

.qywh1:nth-child(1) .fzlclb1time {
	margin-left: -34%;
	display: block;
	width: 65%;
}

.qywh1:nth-child(2) {
	padding-left: 10%;
}

.qywh1:nth-child(2) .qywh1nr img {
	width: 73%;
	margin-top: 15px;
}

.qywh1nr1left {
	width: 45%;
	float: left;
}

.qywh1nr1right {
	width: 52%;
	float: right;
	text-align: right;
}

.qywh1:nth-child(3) {
	padding-left: 0;
	margin-top: 45px;
}

.qywh1nr1 {
	width: 120%;
}

.qywh1nr1right .qywh1nrtit {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

.qywh1nr1right div h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

.qywh1nr1right div p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

.qywh1:nth-child(4) .fzlclb1time {
	margin-left: 0%;
}

.qywh1 {
	padding-top: 40px;
}

.qywh1:nth-child(5) {
	padding-right: 15%;
}

.qywh1nr3 {
	text-align: right;
}

.qywh1nr3 .qywh1nrtit {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

.qywh1nr3 p {
	font-size: 13px;
	line-height: 25px;
}

.fzlclb1:nth-child(8) .fzlclb1time {
	margin-left: 0;
}

.qywh1:nth-child(6) {
	margin-top: 0px;
	padding: 0;
}

.qywh1:nth-child(7) {
	padding-right: 15%;
}

.fzlclb1:nth-child(3) .fzlclb1time {
	margin-right: 13%;
}

.qywhdbyq {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #b3b4b4;
	margin: auto;
}

.about1 {
	width: 32.33%;
	float: left;
}

.about1:nth-child(2) {
	margin: 0 1.5%;
}

.about1 img {
	width: 100%;
}

.about1 div p {
	font-size: 13px;
	line-height: 24px;
	text-indent: 2em;
	letter-spacing: 0.3px;
	text-align: justify;
}

.about1 div h4 {
	font-size: 13px;
	line-height: 24px;
}
.about1:nth-child(2) img:nth-child(1) {
	margin-bottom: 30px;
}

.about1:nth-child(1) img {
	margin-top: 20px;
}

.about1:nth-child(2) div {
	margin-top: 20px;
}


.about1:nth-child(2) img:nth-child(2) {
	width: 50%;
	float: left;
	display: block;
}

.about1:nth-child(2) img:nth-child(3) {
	width: 46.8%;
	float: right;
	display: block;
}

.about1:nth-child(3) div {
	margin-top: 25px;
	float: left;
}
.about1:nth-child(3) img:nth-child(1) {
	margin-top: 47px;
}

.contact {
	width: 100%;
	background: url(../images/syimg2.jpg) center center no-repeat;
}

.contactmain {
	width: 1200px;
	margin: auto;
	padding-bottom: 20px;
}

.contact_map {
	width: 55%;
	float: left;
	height: 445px;
	border: 4px solid #FFFFFF;
}

.contactright {
	width: 45%;
	float: right;
	padding-top: 45px;
}

.contactright .index01tit {
	width: 100%;
}

.zxnslb1left {
	width: 25%;
	float: left;
}

.zxnslb1right {
	width: 24%;
	float: left;
	margin-left: 1.5%;
}

.zxnslb1left1 {
	width: 100%;
	margin-top: -60px;
}

.zxnslb1left1 div {
	width: 16%;
	float: left;
	margin-right: 11.666%;
}

.zxnslb1left1 div:nth-child(4) {
	margin-right: 0;
}

.zxnslb1left1 div img {
	width: 100%;
}

.zxnslb1left1 div p {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zxnslb1left2 h3 {
	font-size: 20px;
	color: #000000;
	line-height: 22px;
	margin-top: 35px;
	text-indent: 1.5em;
}

.zxnslb1left2 h4 {
	font-size: 14px;
	color: #222222;
	margin-top: 15px;
	line-height: 24px;
	text-indent: 2em;
}

.zxnslb1left2 p {
	font-size: 12px;
	color: #222222;
	line-height: 24px;
	text-indent: 2em;
}

.zxnslb1right img {
	width: 100%;
}

.zxnslb1 {
	margin-top: 100px;
}

.zxnslb1right:nth-child(3n) img:nth-child(1) {
	margin-bottom: 20px;
}

.zxnslb1right h4 {
	height: 184px;
	width: 100%;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 184px;
	text-align: center;
	letter-spacing: 5px;
	background-color: #c9c9ca;
}

.zxnslb1right:nth-child(2) {
	margin-left: 0;
}

.zxnslb1right:nth-child(2) h4 {
	margin-top: 183px;
}

.zxnslb1left2 {
	padding-right: 15px;
}

.zxnslb1right:nth-child(4) img:nth-child(1) {
	height: 161px;
}

.zxnslb1right:nth-child(4) h4:nth-child(2) {
	margin-top: 20px;
}

.zxnslb2 {
	margin: 20px 0;
}

.zxnslb2 img {
	width: 24%;
	height: 194px;
	float: left;
	margin-left: 1.5%;
}

.zxnslb2 img:nth-child(1) {
	width: 49%;
	margin-left: 0;
}

.zxnslb3 .zxnslb1right:nth-child(2) h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.zxnslb3 .zxnslb1right img {
	height: 184px;
}

.zxnslb3 .zxnslb1right:nth-child(4) .zxnslb1left2 {
	margin-top: 20px;
}

.zxnslb3 {
	margin-top: 0;
}

.zxnslb4 {
	width: 100%;
	margin-top: 20px;
}

.zxnslb4left {
	width: 49%;
	float: left;
	padding-right: 10px;
	margin-left: 0;
}

.zxnslb4left p {
	font-size: 14px;
	color: #222222;
	line-height: 25px;
	text-indent: 2em;
	text-align: justify;
}

.zxnslb4 img {
	width: 24%;
	height: 199px;
	float: left;
	margin-left: 1.5%;
}

.zxnslb {
	margin-bottom: 110px;
}

.rczp1 {
	margin-top: 45px;
}

.rczp1 th {
	background-color: #dce7ee;
	font-size: 15px;
	line-height: 35px;
	font-weight: normal;
}

.rczp1 tr td {
	background-color: #efeff0;
	padding: 20px 15px;
	text-align: center;
	max-width: 40%;
	line-height: 25px;
	font-size: 14px;
}

.rczp1 tr:nth-child(2n) td {
	background-color: #f7f7f7;
}

.rczp1 tr td:nth-child(2) {
	width: 40%;
}

.all {
	-moz-box-shadow: 0px 2px 6px #DBDBDB;
	-webkit-box-shadow: 0px 2px 6px #DBDBDB;
	box-shadow: 0px 2px 6px #DBDBDB;
}

.news {
	margin-top: 45px;
}

.newsleft {
	width: 49%;
	float: left;
}

.newsleft .swiper-container {
	margin-bottom: 45px;
}

.newsright {
	width: 49%;
	float: right;
}

.newslb1 {
	width: 100%;
	position: relative;
	padding-left: 90px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a0a0a1;
}

.newslb1 h4 {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #b5b5b6;
	color: #FFFFFF;
	width: 60px;
	height: 45px;
	font-size: 18px;
	padding-left: 10px;
}

.newslb1 h4 span {
	font-size: 12px;
	line-height: 20px;
	display: block;
}

.newslb1 h4 b {
	font-size: 25px;
	margin-right: 2px;
}

.newslb1 div p {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
}

.newslb1 div {
	height: 75px;
	overflow: hidden;
}

.newsleft .newslb1 {
	padding-bottom: 33px;
}

.newsleft .swiper-slide img {
	height: 422px;
}

.newsdetailtit {
	width: 100%;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-bottom: 60px;
}

.newsdetail1 {
	width: 100%;
}

.newsdetail1 p img {
	max-width: 100%;
}

.newsdetail1 p {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}
.ourcp{
	position: absolute;
	left: 0;
	top: -230px;
}
.swiper-containerqyry{
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.swiper-paginationqyry{
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
	text-align: center;

}
.swiper-paginationqyry .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	background-color: #0a4f92;
	border: none;
	opacity: 0.4;
	border-radius: 0;
}
.swiper-paginationqyry  .swiper-pagination-bullet-active{
	opacity: 1;
}
.index03nr2right1{
	position: relative;
}
.index03nr2right1 h4{
	font-size: 25px;
	color: #636363;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 15px;
	margin-bottom: 135px;
}

.footerleft1en a{
	font-size: 12px;
}
.fzlclb1:nth-child(7) .fzlclb1nrleften{
    float: right;
    width: 65%;
}
.qywh1en:nth-child(1) .fzlclb1time {
    margin-left: -6%;
}
.qywh1en p br{
	display: none;
}
.qywh1en:nth-child(4){
	margin-bottom: 100px;
}
.zxnslb1left1en {
    width: 178%;
}
.zxnslb1left1en div{
	width: 25%;
    float: left;
    margin-right: 0;
}
.zxnslb1left1en div img{
	width: 50%;
    margin: auto;
    display: block;
}
.zxnslb1left1en div p{
	font-size: 12px;
}
.headermain2left .headermain2lb .headermain2lb1en a{
	font-size: 12px;
    letter-spacing: 0px;
}
.headermain2lb:nth-child(2) .headermain2lb1en{
	width: 160%;
    left: -30%;
}
.headermain2lb:nth-child(4) .headermain2lb1en{
	width: 236%;
    left: -68%;
}
.headermain2lb:nth-child(5) .headermain2lb1en a:nth-child(2){
	display: none;
}



@media only screen and (max-width: 640px){
	body{
		min-width: 100%;
		padding-top: 50px;
		font-family: "微软雅黑";
	}
	header {
		width: 100%;
		height: 50px;
		min-width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
		padding: 0 10px;
		background-color: #FFFFFF;
		padding-top: 0;
		box-sizing: border-box;
	}
	.headermain1 {
		text-align: left;
		width: 260px;
		height: 30px;
		position: absolute;
		left: -300px;
		top: 0;
		z-index: 99;
		background-color: #ffffff;
		transition: all 0.3s ease;
	}
	.lang {
		margin-left: 15px;
		float: initial;

	}
	.headermain1dl {
		display: inline-block;
		margin-left: 10px;
		line-height: 30px;
		float: left;
	}
	.headerlogo {
		height: 30px;
		display: block;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 3;
	}
	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #0091c7;
		transition: all 0.3s ease;
	}
	.mobilemenu span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenu span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mobilemenuxz span:nth-child(2) {
		left: -40px;
		background-color: #ffffff;
	}
	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #0091c7;
	}
	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #0091c7;
	}
	.headermain2 {
		position: fixed;
		width: 260px;
		height: 100%;
		background-color: #ffffff;
		z-index: 9;
		left: -300px;
		top: 30px;
		overflow: auto;
		padding-bottom: 30px;
		transition: all 0.3s ease;
	}
	.headermain2left {
		float: left;
		width: 100%;
	}
	.headermain2right{
		display: none;
	}
	.headermain2lb {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		text-align: left;
	}
	.headermain2left a {
		display: block;
		float: left;
		width: 100%;
		text-align: left;
		color: #222222;
		padding: 0 5px;
		line-height: 40px;
		font-size: 15px;
		color: #000000;
		border-bottom: 0px solid #ffffff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		transition: all 0.3s ease;
	}
	.headermain2 .headermain2xz {
		color: #ffffff;
		border-bottom: 0px solid #0189d5;
		background-color: #0093dd;
	}
	.headermain2lb1 {
		width: 100%;
		position: initial;
		left: 0%;
		top: 47px;
		background-color: #ffffff;
		border-radius: 5px;
		max-height: 1000px;
		overflow: hidden;
		z-index: 2;
		transition: all 0.5s ease;
	}
	.headermain2left .headermain2lb .headermain2lb1 a {
		width: 100%;
		line-height: 30px;
		color: #222222;
		font-size: 13px;
		text-align: left;
		padding: 0 10px;
		letter-spacing: 2px;
		transition: all 0.3s ease;
	}
	.headermain2lb2 {
		width: 100%;
		left: 0;
	}
	.menuzz {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 8;
		display: none;
	}
	.headermain1dl p {
		display: inline-block;
		font-size: 14px;
		color: #222222;
		float: left;
		line-height: 30px;
		transition: all 0.3s ease;
	}
	.swiper-pagination-bullet{
		width: 12px !important;
		height: 12px !important;
		margin: 0 2px !important;
	}
	section{
		box-sizing: border-box;
	}
	.index01 {
		width: 100%;
		padding: 20px 10px;
	}
	.index01main {
		width: 100%;
		margin: auto;
	}
	.index01tit {
		text-align: center;
		width: 100%;
		margin: auto;
	}
	.index01tit h4 {
		font-size: 25px;
		color: #0a4f92;
		margin-bottom: 5px;
	}
	.index01tit p {
		font-size: 13px;
		color: #191718;
		line-height: 21px;
	}
	.index01tit p br{
		display: none;
	}
	.index01img {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.index01lb a {
		display: inline-block;
		font-size: 13px;
		color: #000000;
		margin: 7px 7px;
		transition: all 0.3s ease;
	}
	.index01lb {
		text-align: center;
		margin-bottom: 20px;
	}
	.index01more {
		width: 135px;
		text-align: center;
		display: block;
		margin: auto;
		line-height: 30px;
		border: 1px solid #000000;
		color: #000000;
		border-radius: 20px;
		font-size: 15px;
		transition: all 0.3s ease;
	}
	.index02 {
		font-size: 15px;
		letter-spacing: 2px;
		color: #FFFFFF;
		text-align: center;
		line-height: 23px;
		padding: 15px 15px;
	}
	.index03 {
		width: 100%;
		padding: 20px 10px;
	}
	.index03main {
		width: 100%;
		margin: auto;
	}
	.index03nr1left {
		width: 100%;
		float: left;
	}
	.index03nr1right {
		width: 100%;
		float: right;
	}
	.index03nr1right img {
		width: 100%;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.index03nrjs {
		width: 100%;
		margin-left: 0;
	}
	.index03nrjs h4 {
		font-size: 18px;
		color: #000000;
		padding-left: 25px;
		position: relative;
		margin-bottom: 10px;
	}
	.index03nr2 {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.index03nr2left {
		width: 100%;
		float: left;
	}
	.index03nrjs p {
		font-size: 13px;
		color: #000000;
		line-height: 23px;
	}
	.index03nr2right {
		width: 100%;
		float: right;
		margin-top: 15px;
	}
	.index03nr2right1 h4 {
		font-size: 20px;
		color: #636363;
		font-weight: bold;
		margin-top: 15px;
		padding-left: 0;
		margin-bottom: 0;
	}
	.index03nr2right .index03nr2right1 img {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 15px;
	}
	.index03nr2left1 img {
		width: 48.5%;
		height: 100px;
		float: left;
		margin-top: 15px;
	}
	.index03nr2left1 img:nth-child(3) {
		height: 100px;
	}
	.index03nr2left1 img:nth-child(4) {
		height: 100px;
	}
	.index03nr3left {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.index03nr3left img:nth-child(1) {
		width: 100%;
		height: auto;
	}
	.index03nr3right {
		width: 100%;
		float: right;
	}
	.index03nr3right1 img:nth-child(1) {
		margin-bottom: 15px;
	}
	.index03nr4 {
		margin-top: 0;
	}
	.index03nr4left {
		width: 100%;
		float: left;
	}
	.index03nr4 .index03nrjs {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-top: 15px;
	}
	.index04 {
		padding: 20px 10px;
		padding-bottom: 0;
	}
	.index04main {
		width: 100%;
		margin: auto;
	}
	.index04lb img {
		display: inline-block;
		width: 55px;
		height: 55px;
		margin: 5px 5px;
	}
	.index04lb img:nth-child(9), .index04lb img:nth-child(10), .index04lb img:nth-child(10), .index04lb img:nth-child(11), .index04lb img:nth-child(12), .index04lb img:nth-child(13), .index04lb img:nth-child(14), .index04lb img:nth-child(15) {
		margin: 5px 5px;
	}
	.index04lbmore {
		display: inline-block;
		width: 110px;
		height: auto;
		margin: 0;
		vertical-align: top;
	}
	.index04lb a {
		margin-top: 19px;
	}
	.index05 {
		padding: 0 10px;
		padding-bottom: 15px;
	}
	.index05main {
		width: 100%;
		margin: auto;
	}
	.index05lb{
		margin-top: 15px;
	}
	.index05left {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.index05left a {
		display: block;
		height: auto;
		overflow: inherit;
		position: relative;
	}
	.index05left a img {
		width: 100%;
		position: initial;
		left: 0;
		top: 0;
		min-height: 1px;
	}
	.index05left a:nth-child(1) {
		margin-bottom: 10px;
	}
	.index05lb1 {
		width: 100%;
		height: auto;
		float: left;
	}
	.index05lb1:nth-child(2) {
		margin: 0;
		margin-top: 10px;
	}
	.index05lb1 a {
		display: block;
		height: auto;
		overflow: initial;
		position: relative;
	}
	.index05lb1 a img {
		height: auto;
		width: 100%;
		position: initial;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		min-width: 100%;
	}
	.index06 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index06nr {
		width: 100%;
		margin: auto;
		padding: 0 10px;
		margin-top: 15px;
	}
	.index06nr div {
		position: relative;
		padding-left: 85px;
		margin-bottom: 20px;
	}
	.index06nr div P {
		width: 70px;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 35px;
		text-align: right;
		font-size: 14px;
	}
	.index06nr button {
		margin-left: 85px;
	}
	footer {
		width: 100%;
		padding: 0 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
	.footer {
		width: 100%;
		margin: auto;
		min-width: 0px;
	}
	.footerleft1{
		display: none;
	}
	.footerleft2{
		display: block;
		width: 100%;
	}
	.footerright {
		float: left;
		width: 145px;
		margin-top: 10px;
	}
	.footerright p {
		font-size: 15px;
		text-align: center;
		line-height: 20px;
		color: #000000;
	}
	.bqsy {
		width: 100%;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 0;
		color: #ffffff;
		padding: 10px;
		background-color: #0a4f91;
	}
	.bqsy a {
		color: #ffffff;
	}
	.fzlc {
		width: 100%;
		margin: auto;
		padding-top: 130px;
		padding-bottom: 45px;
		padding: 20px 10px;
	}
	.about1 {
		width: 100%;
		float: left;
	}
	.about1:nth-child(2) {
		margin: 10px 0;
	}
	.about1:nth-child(3) img:nth-child(1) {
		margin-top: 0;
	}
	.about1:nth-child(2) img:nth-child(1) {
		margin-bottom: 10px;
	}
	.about1:nth-child(1) img {
		margin-top: 10px;
	}
	.fzlclb {
		width: 100%;
		position: relative;
		padding-bottom: 50px;
		margin-top: 20px;
	}
	.fzlclb1:nth-child(2n-1) .fzlclb1nrleft {
		float: right;
		width: 100%;
	}
	.fzlclb1nrright {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.fzlclb1:nth-child(2) {
		margin-top: 35px;
		padding-left: 10%;
		margin-bottom: 133px;
	}
	.fzlclb1:nth-child(3) {
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.fzlclb1 {
		padding-left: 8%;
	}
	.fzlclb1:nth-child(5) {
		padding-right: 8%;
	}
	.fzlclb1:nth-child(5) {
		padding-right: 8%;
		margin-bottom: 10px;
	}
	.fzlclb1:nth-child(13) {
		margin-bottom: 110px;
	}
	.fzlclb1time span {
		font-size: 25px;
	}
	.fzlclb1nrleft {
		width: 100%;
		float: left;
		text-align: justify;
	}
	.fzlclb1:nth-child(7){
		margin-bottom: 35px;
	}
	.fzlclb1:nth-child(9){
		margin-bottom: 215px;
	}
	.fzlclb1:nth-child(15){
		margin-bottom: 195px;
	}
	.qywh1:nth-child(1) {
		padding-right: 5%;
	}
	.qywh1:nth-child(1) .fzlclb1time {
		margin-left: 0;
		display: block;
		width: 80%;
	}
	.qywh1 .fzlclb1time span {
		font-size: 18px;
		color: #000000;
	}
	.qywh1nr h1 {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.fzlclb1time {
		margin-bottom: 10px;
		font-weight: bold;
	}
	.qywh1nr1left {
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.qywh1nr1right {
		width: 100%;
		float: right;
		text-align: right;
	}
	.qywh1nr1right .qywh1nrtit {
		font-size: 19px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.qywh1:nth-child(2) .qywh1nr img {
		width: 100%;
		margin-top: 10px;
	}
	.qywh1 {
		padding-top: 40px;
	}
	.qywh1nr3 .qywh1nrtit {
		font-size: 19px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.qywh1nr3 p br{
		display: none;
	}
	.qywh1nr p br{
		display: none;
	}
	.hzhb{
		padding:20px 10px;
	}
	.hzhbmain {
		width: 100%;
		margin: auto;
	}
	.gallery li {
		width: 100%;
		height: auto;
		margin-right: 0%;
	}
	.hzhb1img1 {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		border: 1px solid #8a8a8b;
	}
	.hzhb1img {
		width: 100%;
		margin-bottom: 20px;
	}
	.qqdd1 h6 {
		font-size: 12px;
		line-height: 20px;
		color: #222222;
		float: left;
		padding: 0 10px;
		margin: 0;
		font-weight: normal;
		display: none;
	}
	.qqdd1 p{
		display: none;
	}
	.qqdd1 h5{
		display: none;
	}
	.hzhb2maintit {
		width: 100%;
		position: inherit;
		left: 0;
		bottom: 0;
	}
	.hzhb2maintit h4 {
		font-size: 12px;
		line-height: 15px;
	}
	.hzhb2maintit {
		width: 100%;
		position: inherit;
		left: 0;
		bottom: 0;
		margin-top: 20px;
	}
	.newsleft {
		width: 100%;
		float: left;
	}
	.newsleft .swiper-slide img {
		height: auto;
	}
	.newsright {
		width: 100%;
		float: right;
	}
	.newsleft .newslb1 {
		padding-bottom: 10px;
	}
	.newsleft .swiper-container {
		margin-bottom: 15px;
	}
	.newsdetailtit {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.product1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product1main {
		width: 100%;
		margin: auto;
		position: initial;
		top: 220px;
		left: 0;
		right: 0;
		padding: 0 10px;
	}
	.product1 .index01tit{
		margin-bottom: 20px;
	}
	.product1main1 p {
		width: 100%;
	}
	.product1main1 h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.product2 {
		padding-top: 0;
		margin-top: 0px;
	}
	.rczp1 th {
		background-color: #dce7ee;
		font-size: 14px;
		line-height: 18px;
		padding: 5px 0;
		font-weight: normal;
	}
	.rczp1 tr td {
		background-color: #efeff0;
		padding: 10px 5px;
		text-align: center;
		max-width: 40%;
		line-height: 25px;
		font-size: 12px;
	}
	.zxnslb1 {
		margin-top: 0px;
	}
	.zxnslb1left {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
	.zxnslb1left1 {
		width: 100%;
		margin-top: 0;
	}
	.zxnslb1left2 {
		padding-right: 0;
	}
	.zxnslb1right {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.zxnslb1right:nth-child(2) h4 {
		margin-top: 0;
	}
	.zxnslb1right:nth-child(4) h4:nth-child(2) {
		margin-top: 10px;
	}
	.zxnslb2 {
		margin: 0;
	}
	.zxnslb2 img {
		width: 100% !important;
		height: auto;
		float: left;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.zxnslb3 .zxnslb1right:nth-child(2) h4 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.zxnslb1right:nth-child(3n) img:nth-child(1) {
		margin-bottom: 10px;
	}
	.zxnslb3 .zxnslb1right:nth-child(4) .zxnslb1left2 {
		margin-top: 10px;
	}
	.zxnslb4 {
		width: 100%;
		margin-top: 0;
	}
	.zxnslb4left {
		width: 100%;
		float: left;
		padding-right: 0;
		margin-left: 0;
	}
	.zxnslb4 img {
		width: 100%;
		height: auto;
		float: left;
		margin-left: 0;
		margin-top: 10px;
	}
	.zxnslb {
		margin-bottom: 20px;
	}
	.rczp1 {
		margin-top: 10px;
	}
	.contact {
		width: 100%;
		background: url(../images/syimg2.jpg) center center no-repeat;
		padding: 20px 10px;
		background-size: auto 100%;
	}
	.contactmain {
		width: 100%;
		margin: auto;
		padding-bottom: 0;
	}
	.contact_map {
		width: 100%;
		float: left;
		height: 250px;
		border: 4px solid #FFFFFF;
	}
	.contactright {
		width: 100%;
		float: right;
		padding-top: 15px;
	}
	.hzhb2main1 {
		width: 100%;
		position: absolute;
		height: 100%;
		left: 0;
		top: -57px;
	}
	.qqdd1 h2 {
		float: left;
		width: 10px;
		height: 10px;
		margin-top: 2px;
		background-color: #00a0e9;
	}
	.qqdd1 i {
		float: left;
		font-size: 12px;
		color: #e60e12;
	}
	.qqdd1 h1 {
		float: left;
		width: 10px;
		height: 10px;
		margin-top: 4px;
		border-radius: 50%;
		background-color: #9fd9f6;
	}
	.hzhb1img1 img{
		height: auto;
	}
	.fzlclb .fzlclb1en1{
		margin-bottom: 200px;
	}
	.fzlclb .fzlclb1en2{
		margin-bottom: 140px;
	}
	.headermain2left .headermain2lb .headermain2lb1 a:hover{
		color: #333;
		padding-left: 12px;
	}
	.headermain2lb:hover> .headermain2lb1{
		max-height: 500px;
		padding:0;
	}
	.qywh1en:nth-child(4) {
    margin-bottom: 15px;
}
.zxnslb1left1en div {
    width: 50%;
    float: left;
    text-align: center;
    margin-right: 0;
    margin-top: 10px;
}
}