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;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: 'Source Han Sans CN';
	min-width: 1280px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/SourceHanSansCN-Regular.otf);
	/*这里是字体文件路径*/
}

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;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	padding: 10px 0;
	background-color: #FFFFFF;
	position: relative;
}

.header {
	width: 1200px;
	margin: auto;
}

.headerlogo {
	height: 100px;
	float: left;
}

.headerlogo img {
	height: 100%;
}

.header1 {
	width: 80%;
	float: right;
}

.headertop {
	float: right;
	width: 100%;
	margin-top: 10px;
}

.headertop1 {
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

.headertop1 i {
	font-size: 20px;
	color: #284e89;
	line-height: 40px;
}

.headertop2 {
	float: right;
	position: relative;
	padding-left: 45px;
}

.headertop2 i {
	font-size: 34px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 3px;
	color: #7ac1a6;
}

.headertop2 h4 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 1px;
}

.headertop2 p {
	font-size: 24px;
	color: #7ac1a6;
	line-height: 40px;
	font-weight: bold;
}

.headerbottom {
	margin-top: 20px;
	float: right;
}

.headerbottom1 {
	float: left;
	margin-left: 35px;
}

.headerbottom1lj {
	display: block;
	font-size: 17px;
	color: #222222;
	position: relative;
}

#headerbottom1ljxz {
	position: relative;
}

#headerbottom1ljxz:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #284E89;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.indexzx {
	width: 100%;
	padding: 10px 0;
	background-color: #3c64a0;
}

.indexzxmain {
	width: 1000px;
	margin: auto;
}

.indexzxmain h4 {
	font-size: 20px;
	color: #FFFFFF;
	float: left;
	line-height: 35px;
}

.indexzxright {
	float: right;
	text-align: right;
}

.indexzxright p {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #7c9b12;
	padding: 0 50px;
	line-height: 35px;
	margin-left: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.indexbg {
	background-color: #284e89;
}

.indexzxright p:hover {
	background-color: #8bc34a;
}

.index01 {
	width: 100%;
	padding: 80px 0;
}

.index01main {
	width: 1200px;
	margin: auto;
}

.index01tit {
	text-align: center;
	padding-bottom: 40px;
}

.index01tit h4 {
	font-size: 25px;
	color: #FFFFFF;
	position: relative;
	line-height: 20px;
	display: inline-block;
	padding: 0 15px;
	padding-bottom: 30px;
	margin-bottom: 5px;
}

.index01tit h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	background-color: #4a638b;
}

.index01tit h4:before {
	width: 6px;
	height: 6px;
	content: '';
	background-color: #4a638b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
	transform: rotateZ(45deg);
}

.index01tit p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
}

.index01lb1 {
	width: 100%;
}

.index01lb1 li {
	width: 25%;
	float: left;
	height: 230px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.index01lb1 li img {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}

.index01lb1 li p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all 0.3s ease;
}

.index01lb1 li div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(118, 144, 47, 0.9);
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 50px;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0);
}

.index01lb1 li div h4 {
	padding-top: 25%;
	line-height: 40px;
}

.index01lb1 li div h5 {
	line-height: 35px;
}

.index01lb1 li:hover>a div {
	opacity: 1;
	transform: scale(0.7);
}

.index01lb1 li:hover>a p {
	opacity: 0;
}

.index01lb2 {
	width: 80%;
	margin-top: 15px;
	margin-left: 10%;
}

.index01lb2 li {
	width: 23%;
	float: left;
	padding: 10px 2px;
	margin: 10px 0;
	margin-right: 2.666%;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
	transition: all 0.3s ease;
}

.index01lb2 li:nth-child(4n) {
	margin-right: 0;
}

.index01lb2 li img {
	width: 90%;
	height: 94px;
	margin-left: 5%;
	margin-bottom: 5px;
	display: block;
}

.index01lb2 li h4 {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222222;
}

.index01lb2 li p {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222222;
}

.index01lb2 li:hover {
	border: 4px solid #669933;
}

.morexx {
	width: 120px;
	display: block;
	background-color: #669933;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	margin: auto;
	margin-top: 10px;
	font-size: 15px;
	position: relative;
	overflow: hidden;
}

.morexx span {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.morexx:hover>span {
	animation: moveing 0.8s;
}

@keyframes moveing {
	form {
		width: 0px;
		opacity: 1;
	}
	to {
		width: 200px;
		opacity: 0;
	}
}

.index02 {
	width: 100%;
}

.index02main {
	width: 1200px;
	margin: auto;
}

.index02tit {
	padding-bottom: 30px;
}

.index02tit h4 {
	font-size: 25px;
	color: #FFFFFF;
	float: left;
	line-height: 30px;
}

.index02tit a {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 30px;
	float: right;
}

.index02left {
	width: 15%;
	float: left;
}

.index02left p {
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #4e78b6;
	margin-bottom: 10px;
	cursor: pointer;
}

.index02left p:last-child {
	margin-bottom: 0;
}

.index02right {
	width: 83%;
	float: right;
}

.index02left .index02leftxz {
	background-color: #669933;
}

.index02right1 {
	height: 550px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-right: 30%;
	display: none;
}

.index02right1 img {
	height: 100%;
}

.index02right1js {
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #669933;
	padding: 30px 20px;
}

.index02right1js h4 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 15px;
}

.index02right1js div p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 27px;
	margin-bottom: 20px;
	text-align: justify;
}
.index02right1js div p span{
	margin-bottom: 5px;
    display: inline-block;
    line-height: 20px;
}

.index02right1js div {
	max-height: 400px;
	overflow: hidden;
}

.index02right1js a {
	width: 100px;
	line-height: 30px;
	float: right;
	border: 1px solid #FFFFFF;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
}

.index03 {
	width: 100%;
	padding: 80px 0;
}

.index03main {
	width: 1200px;
	margin: auto;
}

.index03main1 {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 40px;
}

.index03left {
	width: 54%;
	float: left;
}

.index03left a {
	position: relative;
	width: 100%;
	display: block;
	line-height: 20px;
	margin-bottom: 30.5px;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	padding-right: 155px;
	letter-spacing: 1px;
}

.index03left a:hover {
	color: #284e88;
}

.index03left a:last-child {
	margin-bottom: 0;
}

.index03left a span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 20px;
}

.index03right {
	width: 41%;
	float: right;
}

.index03right img {
	width: 49%;
	float: left;
	margin-bottom: 20px;
	border-radius: 0 0 30px 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
.index03right img:hover{
	-moz-box-shadow: 0px 0px 8px #2f2c2c;
	-webkit-box-shadow: 0px 0px 8px #2f2c2c;
	box-shadow: 0px 0px 8px #2f2c2c;
}

.index03right img:nth-child(2) {
	width: 47%;
	float: right;
	margin-bottom: 20px;
}

.index03right img:nth-child(4) {
	width: 100%;
}

.index03right img:last-child {
	margin-bottom: 0;
}

.index04lb {
	width: 100%;
}

.index04lb1 {
	width: 23.6%;
	float: left;
}

.index04lb a {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

.index04lb a:hover {
	transform: scale(1.02);
}

.index04lb1 a img {
	width: 100%;
	display: block;
}

.index04 {
	width: 100%;
	padding-bottom: 80px;
}

.index04main {
	width: 1200px;
	margin: auto;
}

.index04lb a:last-child {
	margin-bottom: 10px;
}

.index04lb2 {
	width: 49%;
	float: left;
	padding: 0 10px;
}

.index04lb2 a img {
	width: 100%;
}

.index04lb2 a:nth-child(2) {
	width: 54.5%;
	float: left;
	padding-right: 5px;
}

.index04lb2 a:nth-child(3),
.index04lb2 a:nth-child(4) {
	width: 45.5%;
	float: right;
	padding-left: 5px;
}

.index04lb3 {
	width: 27.35%;
	float: right;
}

.index04lb3 a img {
	width: 100%;
}

footer {
	width: 100%;
	padding: 50px 0 20px 0;
	background-color: #0c3473;
	box-sizing: border-box;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer {
	width: 90%;
	max-width: 1600px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.footerjtimg {
	height: 30px;
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

.footerleft {
	width: 59%;
	float: left;
}

.footerleft1 {
	float: left;
	position: relative;
	padding-left: 110px;
	color: #FFFFFF;
}

.footerleft1 img {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.footerleft1 h4 {
	font-size: 22px;
	padding-bottom: 15px;
}

.footerleft1 p {
	font-size: 14.3px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
}

.bqsy {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 30px;
	line-height: 20px;
}

.bqsy a {
	color: #FFFFFF;
}

.footerright {
	width: 38%;
	float: right;
}

.footerright1 {
	width: 100%;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	padding-right: 90px;
}

.footerright1 img {
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
}

.footerright1 h5 {
	font-size: 14px;
	text-transform: uppercase;
}

.footerright1 h4 {
	font-size: 30px;
	margin: 13px 0;
	line-height: 30px;
	height: 30px;
}

.footerright1 p {
	font-size: 14px;
	text-transform: uppercase;
}

.footerright2 {
	text-align: right;
	margin-top: 35px;
}

.footerright2 a {
	display: inline-block;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 15px;
	font-size: 15px;
}

.azxxheader {
	width: 100%;
	background-color: rgba(40, 78, 137, 0.9);
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 7;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

.headerbottom1:hover>.azxxheader {
	max-height: 500px;
}

.azxxheadermain {
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}

.azxxheaderleft {
	width: 70%;
	float: left;
	position: relative;
	border-right: 1px solid #dddddd;
	min-height: 220px;
}

.azxxheadertit {
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.azxxheaderleftlb {
	width: 100%;
	float: left;
	padding-left: 20px;
}

.azxxheaderleftlb div {
	position: relative;
	padding-left: 30px;
	width: 33.33%;
	float: left;
	margin: 15px 0;
}

.azxxheaderleftlb div i {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.azxxheaderleftlb div h4 {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	transition: all 0.3s ease;
}

.azxxheaderleftlb div p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 15px;
	transition: all 0.3s ease;
}

.azxxheaderleftlb div:hover>a h4 {
	color: #cae960;
}

.azxxheaderleftlb div:hover>a p {
	color: #cae960;
}

.azxxheaderright {
	width: 25%;
	float: right;
}

.tjxm {
	padding-left: 20px;
}

.tjxm a {
	font-size: 15px;
	line-height: 20px;
	margin: 30px 0;
	color: #FFFFFF;
	display: block;
	transition: all 0.3s ease;
}

.tjxm i {
	font-size: 20px;
	line-height: 20px;
	float: left;
	margin-right: 5px;
	transition: all 0.3s ease;
}

.tjxm a:hover {
	color: #cae960;
}

.tjxm a:hover i {
	color: #FFFFFF;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.mbx {
	width: 100%;
	padding: 30px 0;
}

.mbxmain {
	width: 1200px;
	margin: auto;
}

.mbxmain i {
	font-size: 18px;
	color: #666;
	float: left;
	margin-right: 5px;
	line-height: 20px;
}

.mbxmain p {
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 20px;
}

.mbxmain p a {
	color: #666666;
	transition: all 0.3s ease;
}

.mbxmain p a:hover {
	color: #7c9b12;
}

.azxxtit {
	text-align: center;
	margin-bottom: 30px;
}

.azxxtit h4 {
	font-size: 32px;
	line-height: 32px;
	color: #3C64A0;
	margin-bottom: 10px;
}

.azxxtit p {
	font-size: 15px;
	color: #666666;
}

.azxxtitilb {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.azxxtitilb:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #152e55;
	position: absolute;
	left: 0;
	top: 53px;
}

.azxxtitilb li {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	text-align: center;
}

.azxxtitilb li:nth-child(5n) {
	margin-right: 0;
}

.azxxtitilb li div {
	text-align: center;
}

.azxxtitilb li div i {
	font-size: 30px;
	color: #7C9B12;
	line-height: 30px;
	vertical-align: middle;
}

.azxxtitilb li div h4 {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	background: url(../images/azxxtitimg1.jpg) left center no-repeat;
	/* background-size: 0 100%; */
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 12px;
}

.azxxmain {
	width: 1200px;
	margin: auto;
}

.azxxtitilb li span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #152e55;
	margin: 20px auto;
}

.azxxtitilb li p {
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}

.azxxnrlb {
	width: 100%;
	margin-bottom: 50px;
}

.azxxnrlbimg {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.azxxnrlb1tit {
	width: 100%;
	float: left;
	background-color: #274e89;
}

.azxxnrlb1tit p {
	float: left;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
}

.azxxnrlb1tit p:nth-child(1),
.azxxnrlb1lb li p:nth-child(1) {
	width: 10%;
}

.azxxnrlb1tit p:nth-child(2),
.azxxnrlb1lb li p:nth-child(2) {
	width: 25%;
}

.azxxnrlb1tit p:nth-child(3),
.azxxnrlb1lb li p:nth-child(3) {
	width: 10%;
}

.azxxnrlb1tit p:nth-child(4),
.azxxnrlb1lb li p:nth-child(4) {
	width: 10%;
}

.azxxnrlb1tit p:nth-child(5),
.azxxnrlb1lb li p:nth-child(5) {
	width: 20%;
}

.azxxnrlb1lb li p:nth-child(5) {
	line-height: 20px;
}

.azxxnrlb1tit p:nth-child(6),
.azxxnrlb1lb li p:nth-child(6) {
	width: 17%;
}

.azxxnrlb1tit p:nth-child(7),
.azxxnrlb1lb li img:nth-child(7) {
	width: 8%;
}

.azxxnrlb1lb li p {
	height: 80px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #222222;
	display: flex;
	flex-direction: column;
	/*元素的排列方向为垂直*/
	justify-content: center;
	/*水平居中对齐*/
	align-items: center;
}

.azxxnrlb1lb {
	width: 100%;
	float: left;
}

.azxxnrlb1lb li {
	border-bottom: 1px solid #859c4c;
	transition: all 0.3s ease;
}

.azxxnrlb1lb li:hover {
	-moz-box-shadow: 0px 0px 7px #B5B5B5;
	-webkit-box-shadow: 0px 0px 7px #B5B5B5;
	box-shadow: 0px 0px 7px #B5B5B5;
}

.azxxnrlb1lb li:nth-child(2n) {
	border-bottom: 1px solid #4e78b6;
}

.azxxnrlb1lb li img:nth-child(7) {
	height: 60px;
	width: auto;
	padding: 10px 0;
	margin: auto;
	display: block;
	max-width: 8%;
}

.azxxnrlb1lb li p:nth-child(2), .azxxnrlb1lb li p:nth-child(6){
	line-height: 18px;
	color: #284e89;
}

.azxxnrlb1lb li p:nth-child(1) {
	background: url(../images/azxxpmbg1.jpg);
	background-size: 100% 100%;
	color: #FFFFFF;
	padding-right: 25px;
}

.azxxnrlb1lb li p:nth-child(1) span {
	font-size: 28px;
	margin-top: 5px;
}

.azxxnrlb1lb li:nth-child(2n) p:nth-child(1) {
	background: url(../images/azxxpmbg2.jpg);
	background-size: 100% 100%;
}

.azxxsqlclb {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.azxxsqlclb li {
	width: 31.33%;
	float: left;
	margin: 10px 0;
	color: #FFFFFF;
	position: relative;
	padding-left: 50px;
}

.azxxsqlclb li:nth-child(3n-1) {
	margin: 10px 3%;
}

.azxxsqlclb li div {
	padding: 20px;
	height: 120px;
	background-color: #284e89;
	position: relative;
	padding-left: 60px;
	padding-right: 80px;
}

.azxxsqlclb li h2 {
	width: 100px;
	height: 100px;
	border: 10px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	background-color: #284e89;
	line-height: 80px;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 40px;
	z-index: 2;
}

.azxxsqlclb li div h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 18px;
}

.azxxsqlclb li div p {
	font-size: 12px;
	line-height: 18px;
}

.azxxsqlclb li div i {
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	height: 50px;
	margin: auto;
}

.azxxsqlclb li:nth-child(2n) h2 {
	background-color: #76902f;
}

.azxxsqlclb li:nth-child(2n) div {
	background-color: #76902f;
}

.bottomnews {
	width: 100%;
	margin-bottom: 50px;
}

.bottomnewstit {
	width: 100%;
	margin-bottom: 30px;
}

.bottomnewstit h4 {
	font-size: 25px;
	color: #284e89;
	float: left;
	line-height: 30px;
}

.bottomnewstit a {
	font-size: 15px;
	color: #284e89;
	line-height: 30px;
	float: right;
}

.bottomnewslb {
	width: 100%;
	float: left;
	padding: 30px 20px;
	background-color: #f1f0f0;
}

.bottomnewslb a {
	width: 48%;
	float: left;
	line-height: 50px;
	color: #222222;
	position: relative;
	font-size: 14px;
	padding-right: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.bottomnewslb a span {
	font-size: 14px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	color: #666666;
}

.bottomnewslb a:nth-child(2n) {
	float: right;
	width: 50%;
	padding-left: 2%;
	border-left: 1px solid #c2c2c2;
}

.bottomnewslb a:hover {
	color: #8BC34A;
}

.azzx1ss {
	width: 100%;
	margin-bottom: 50px;
}

.azzx1ssmain {
	width: 100%;
	padding: 30px;
	background-color: #f5f5f5;
}

.azzx1sslb {
	width: 100%;
}

.azzx1sslb li {
	width: 31.33%;
	float: left;
	margin: 15px 0;
	position: relative;
	padding-left: 110px;
}

.azzx1sslb li:nth-child(3n-1) {
	margin: 15px 3%;
}

.azzx1sslb li p {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	font-size: 14px;
}

.azzx1sslb li select {
	width: 100%;
	background-color: #FFFFFF;
	color: #222222;
	padding: 0 5px;
	height: 30px;
	border: none;
	outline-style: none;
	border-radius: 5px;
}

.azzx1sslb1 {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.azzx1sslb1 input {
	width: 70%;
	float: left;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: none;
	padding: 0 10px;
	font-size: 15px;
}

.azzx1sslb1 button {
	width: 28%;
	float: right;
	height: 50px;
	background-color: #4e78b6;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	font-size: 17px;
	transition: all 0.3s ease;
}

.azzx1sslb1 button:hover {
	background-color: #8BC34A;
}

.swiper-containerlqzs {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-containerlqzs .swiper-button-next {
	background: url(../images/rightjt.png);
	background-size: 100%;
	width: 44px;
	right: 0;
}

.swiper-containerlqzs .swiper-button-prev {
	background: url(../images/leftjt.png);
	background-size: 100%;
	width: 44px;
	left: 0;
}

.azzx3 {
	margin: 50px 0;
	border-radius: 20px;
	overflow: hidden;
}

.azzx3lb {
	width: 73%;
	float: left;
}

.azzx3lb1 {
	width: 100%;
	position: relative;
	height: 500px;
	display: none;
}

.azzx3lb1:nth-child(1) {
	background: url(../images/azzx3lb1bg1.jpg) left center no-repeat;
	background-size: 100%;
}

.azzx3lb1:nth-child(2) {
	background: url(../images/azzx3lb1bg2.jpg) left center no-repeat;
	background-size: 100%;
}

.azzx3lb1:nth-child(3) {
	background: url(../images/azzx3lb1bg3.jpg) left center no-repeat;
	background-size: 100%;
}

.azzx3lb1:nth-child(4) {
	background: url(../images/azzx3lb1bg4.jpg) left center no-repeat;
	background-size: auto 100%;
}

.azzx3lb1main {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 75px;
}

.azzx3lb1main h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #FFFFFF;
}

.azzx3lb1main h4:after {
	content: '';
	width: 75px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #8BC34A;
}

.azzx3lb1main div h3 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.azzx3lb1main div {
	margin-bottom: 40px;
}

.azzx3lb1main p {
	font-size: 15px;
	line-height: 25px;
	color: #f5f5f5;
}

.azzx3lb1main div a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 20px;
	background-color: #ff8a00;
}

.azzx3lb1main div:last-child {
	margin-top: 60px;
}

.azzx3right {
	width: 27%;
	float: right;
}

.azzx3right1 {
	height: 125px;
	background-color: #76902f;
	position: relative;
	padding: 15px 25px;
	text-align: right;
}

.azzx3right1 h1 {
	font-size: 50px;
	color: #FFFFFF;
	position: absolute;
	left: 25px;
	bottom: 15px;
}

.azzx3right1 h3 {
	font-size: 22px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 2px;
}

.azzx3right1 h4 {
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.azzx3right1 p {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}

.azzx3right1:nth-child(2n) {
	background-color: #284e89;
}

.azzx3right1xz:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #76902f;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -20px;
	top: 33%;
}

.azzx3right1xz:nth-child(2n):after {
	border-right: 20px solid #284e89;
}

.azzxheadleft {
	width: 17%;
	float: left;
}

.azzxheadleft p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 35px;
	padding-left: 20px;
	cursor: pointer;
}

.azzxheadleft p i {
	float: right;
	padding-right: 25px;
	font-size: 18px;
}

.azzxheadleft a {
	font-size: 15px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 35px;
	padding-left: 20px;
	cursor: pointer;
}
.azzxheadleftxzxx{
	background-color: rgba(255, 255, 255, 0.3);
}

.azzxheadleft a i {
	float: right;
	padding-right: 25px;
	font-size: 18px;
}

.azzxheadleft .azzxheadleftxz {
	background-color: rgba(255, 255, 255, 0.3);
}

.azzxheadright {
	width: 83%;
	float: right;
}

.azzxheadright1 {
	width: 100%;
	float: left;
	display: none;
}

.azzxheadright1left {
	width: 69%;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	float: left;
	padding-left: 9%;
	min-height: 220px;
}

.azzxheadright1left div {
	position: relative;
	padding-left: 30px;
	width: 50%;
	float: left;
	margin: 15px 0;
}

.azzxheadright1left div i {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.azzxheadright1left div h4 {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.azzxheadright1left div p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	transition: all 0.3s ease;
}

.azzxheadright1left div a:hover> h4 {
	color: #cae960;
}

.azzxheadright1left div a:hover> p {
	color: #cae960;
}


.azzxgl {
	width: 100%;
	padding-bottom: 50px;
}

.azzxglmain {
	width: 1200px;
	margin: auto;
}

.azzxglleft {
	width: 20%;
	float: left;
	padding-bottom: 20px;
	background-color: #f5f5f5;
	display: none;
}

.azzxgllefttit {
	width: 100%;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	background-color: #033a7b;
	margin-bottom: 10px;
}

.azzxglleftlb1 h4 {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	cursor: pointer;
}

.azzxglleftlb1 div {
	padding-left: 25px;
	margin: 10px 0;
}

.azzxglleftlb1 div h5 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #333333;
}

.azzxglleftlb1 div a {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	display: block;
	padding-left: 15px;
}

.azzxglleftlb1 {
	max-height: 31px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.azzxglleftlb1 h4 i {
	display: block;
	float: left;
	transform: rotateZ(180deg);
	font-size: 20px;
	margin-right: 3px;
}

.azzxglleftlb1xz {
	max-height: 500px;
	overflow: hidden;
}

.azzxglleftlb1xz h4 {
	color: #033a7b;
}

.azzxglleftlb1xz h4 i {
	transform: rotateZ(270deg);
}

.azzxglright {
	width: 100%;
	float: right;
	margin-top: 20px;
}

.azzxgl1 {
	width: 100%;
	padding: 50px;
	background-color: #bdca9c;
	position: relative;
	padding-left: 50%;
}

.azzxgl1 img {
	width: 45%;
	position: absolute;
	left: 20px;
	top: -20px;
	height: 249px;
}

.azzxgl1 h4 {
	font-size: 25px;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 15px;
}

.azzxgl1 p {
	font-size: 15px;
	line-height: 34px;
	color: #FFFFFF;
}

.azzxgl2tit {
	font-size: 20px;
	text-align: center;
	color: #3C64A0;
	line-height: 25px;
	font-weight: bold;
	margin: 30px 0;
	margin-bottom: 60px;
}

.azzxgl2 {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.azzxgl2lb {
	width: 22%;
	float: left;
	margin-right: 4%;
	position: relative;
	cursor: pointer;
}
.azzxgl2lb:hover> img{
	-moz-box-shadow: 0px 0px 10px #312424;
	-webkit-box-shadow: 0px 10px #312424;
	box-shadow: 0px 0px 10px #312424;
}

.azzxgl2lb:nth-child(4n) {
	margin-right: 0;
}

.azzxgl2lb img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.azzxgl2lb div {
	width: 80%;
	background-color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	left: 10%;
	top: -40px;
	-moz-box-shadow: 0px 0px 7px #C4C4C4;
	-webkit-box-shadow: 0px 0px 7px #C4C4C4;
	box-shadow: 0px 0px 7px #C4C4C4;
}

.azzxgl2lb div h4 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.azzxgl2lb div p {
	font-size: 15px;
	line-height: 18px;
}

.azzxgl3lb {
	width: 100%;
	float: left;
	margin: 50px 0;
}

.azzxgl3lb li {
	width: 49%;
	float: left;
	border: 1px dashed #033a7b;
	margin: 10px 0;
}

.azzxgl3lb li:nth-child(2n) {
	float: right;
}

.azzxgl3lbtit {
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #033a7b;
}

.azzxgl3lb li div {
	padding: 30px;
	float: left;
}

.azzxgl3lb li div p {
	width: 40%;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.azzxgl3lb li div p:nth-child(2n) {
	float: right;
	width: 60%;
}

.azzxgl3lb li div p span {
	color: #222222;
	font-weight: bold;
}

.azzxgl3lb li div a {
	width: 100%;
	display: block;
	text-align: right;
	color: #033a7b;
	font-size: 16px;
	line-height: 20px;
	float: left;
	margin-top: 10px;
}

.azzxgl3lb li div p:nth-last-child(2) {
	width: 100%;
}

.azzxgl3lb li:nth-child(2) .azzxgl3lbtit,
.azzxgl3lb li:nth-child(3) .azzxgl3lbtit {
	background-color: #bdca9c;
}

.azzxgl3lb li:nth-child(2),
.azzxgl3lb li:nth-child(3) {
	border: 1px dashed #76902f;
}

.azzxgl3lb li:nth-child(2) div a,
.azzxgl3lb li:nth-child(3) div a {
	color: #76902f;
}

.azzxgl4 {
	padding-bottom: 50px;
}

.azzxgl4tit {
	font-size: 20px;
	text-align: center;
	color: #3C64A0;
	line-height: 25px;
	font-weight: bold;
	margin: 30px 0;
	margin-bottom: 20px;
}

.azzxgl4tit a {
	float: right;
	color: #033a7b;
	font-size: 15px;
	line-height: 30px;
}

.azzxgl4lb a {
	display: block;
	width: 100%;
	line-height: 35px;
	font-size: 15px;
	position: relative;
	padding-right: 160px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.azzxgl4lb a i {
	margin-right: 5px;
}

.azzxgl4lb a span {
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
}

.azzxgl4lb a:hover {
	color: #76902f;
}

.azzxgl5 {
	width: 100%;
	margin-bottom: 50px;
}

.azzxgl6 {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.azzxgl6 a {
	width: 48%;
	float: left;
	position: relative;
	margin: 10px 0;
	padding-left: 70px;
}

.azzxgl6 a:nth-child(2n) {
	float: right;
}

.azzxgl6 a h3 {
	width: 55px;
	height: 55px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #274e89;
	padding: 5px;
	padding-top: 7px;
}

.azzxgl6 a h3 span {
	display: block;
	font-size: 13px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #FFFFFF;
}

.azzxgl6 a h4 {
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.azzxgl6 a p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.azzxgl6 a:hover>h4 {
	color: #76902f;
}

.azzxsl1 {
	width: 100%;
	background-color: #bcc89a;
	position: relative;
	margin-bottom: 50px;
}

.azzxsl1img {
	width: 55%;
}

.azzxsl1right {
	width: 50%;
	padding: 30px;
	background-color: #FFFFFF;
	position: absolute;
	right: 12%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 80%;
	-moz-box-shadow: 3px 0px 10px #A3A3A3;
	-webkit-box-shadow: 3px 0px 10px #A3A3A3;
	box-shadow: 3px 0px 10px #A3A3A3;
}

.azzxsl1tit {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}

.azzxsl1tit h4 {
	font-size: 20px;
	color: #222222;
	line-height: 22px;
	margin-bottom: 10px;
}

.azzxsl1tit p {
	font-size: 15px;
}

.azzxsl1tit:after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #8BC34A;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.azzxsl1lb {
	width: 100%;
	float: left;
}

.azzxsl1lb p {
	width: 42%;
	float: left;
	line-height: 35px;
	color: #666666;
	font-size: 13px;
}

.azzxsl1lb p span {
	color: #222222;
}

.azzxsl1lb p:nth-child(2n) {
	width: 56%;
	float: right;
}

.azzxsl1lj {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.azzxsl1lj a {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 20px;
	font-size: 14px;
	padding: 10px 0px 19px 0;
	background: url(../images/azzxslbg1.jpg) center center no-repeat;
	background-size: 100%;
	color: #ffffff;
}

.azzxsl2 {
	width: 100%;
	margin-bottom: 50px;
}

.azzxsl2tit {
	text-align: center;
	margin-bottom: 30px;
}

.azzxsl2tit h4 {
	font-size: 28px;
	color: #bdca9b;
	line-height: 35px;
	margin-bottom: 5px;
	font-weight: bold;
}

.azzxsl2tit p {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
}

.azzxsl2lb {
	width: 100%;
	float: left;
}

.azzxsl2lb li {
	position: relative;
	width: 31.33%;
	float: left;
	border: 1px dashed #8BC34A;
	margin-bottom: 100px;
}

.azzxsl2lb li:nth-child(3n-1) {
	margin: 0px 3%;
}

.azzxsl2lb li img {
	height: 100px;
	display: block;
	margin: 20px auto;
}

.azzxsl2lb1 {
	background-color: #ebebeb;
	padding: 10px 0;
	text-align: center;
}

.azzxsl2lb1 h4 {
	font-size: 18px;
	color: #8fa455;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.azzxsl2lb1 p {
	font-size: 15px;
	color: #8fa455;
	line-height: 18px;
	font-weight: bold;
}

.azzxsl2tit h4 span {
	font-style: italic;
}

.azzxsl2lbpm {
	width: 65px;
	height: 65px;
	background-color: #bdca9b;
	color: #FFFFFF;
	position: absolute;
	left: -1px;
	top: -1px;
	text-align: center;
	font-size: 25px;
	padding-top: 8px;
	font-style: italic
}

.azzxsl2lbpm span {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	font-style: normal
}

.azzxsl2lb3 {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: -60px;
}

.azzxsl2lb2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #FFFFFF;
	transform: scale(0);
	transition: all 0.3s ease;
}

.azzxsl2lb2 h4 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 18%;
}

.azzxsl2lb2 p {
	font-size: 15px;
	line-height: 18px;
	margin: 15px 0;
}

.azzxsl2lb2 i {
	font-size: 60px;
	line-height: 30px;
}

.azzxsl2lb3 p {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #222222;
}

.azzxsl2lb3 i {
	font-size: 40px;
	position: absolute;
	right: -10px;
	top: 5px;
	line-height: 40px;
	color: #bdca9b;
}

.azzxsl2lb li:hover>a .azzxsl2lb2 {
	transform: scale(1);
}

.azzxsl1n {
	background-color: #85a8ca;
}

.azzxsl1n .azzxsl1lj a {
	background: url(../images/azzxslbg2.jpg) center center no-repeat;
	background-size: 100%;
}

.azzxsl2n .azzxsl2tit h4,
.azzxsl2n .azzxsl2lb1 h4,
.azzxsl2n .azzxsl2lb1 p,
.azzxsl2n .azzxsl2lb3 i {
	color: #004990;
}

.azzxsl2n .azzxsl2lbpm {
	background-color: #004990;
}

.azzxsl3 {
	width: 100%;
	padding: 20px;
	padding-right: 30%;
	background: url(../images/azzxsl3bg.png) right center no-repeat;
	background-size: auto 100%;
	background-color: #f5f5f5;
}

.azzxsl3 h4 {
	font-size: 19px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 15px;
	font-weight: bold;
}

.azzxsl3 p {
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 10px;
	text-align: justify;
}

.azzxsl3 a {
	font-size: 14px;
	color: #8BC34A;
	display: block;
	line-height: 16px;
	margin-top: 15px;
}

.azzxsl4 {
	width: 100%;
	margin: 80px 0;
}

.azzxsl4tit {
	font-size: 25px;
	margin-bottom: 30px;
	color: #284E89;
}

.azzxsl4 div {
	width: 100%;
}

.azzxsl4 img:nth-child(2), .azzxsl4 img:nth-child(3) {
	display: none;
}
.azzxsl4 img:nth-child(1) {
	display: block;
	width: 100%;
}

.azzxlb {
	width: 100%;
	float: right;
}

.azzxlbtit {
	font-size: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #033a7b;
	border-bottom: 1px solid #033a7b;
	position: relative;
}

.azzxlbtit:after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #8BC34A;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.azzxlb1 {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.azzxlb1 a {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 70px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.azzxlb1 a h3 {
	width: 55px;
	height: 55px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #274e89;
	padding: 5px;
	padding-top: 7px;
}

.azzxlb1 a h3 span {
	display: block;
	font-size: 13px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #FFFFFF;
}

.azzxlb1 a h4 {
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.azzxlb1 a p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.azzxlb1 a:hover>h4 {
	color: #76902f;
}

.headerbottom1:last-child .azxxheaderleft {
	border-right: 0px;
}

.about {
	width: 1200px;
	margin: 50px auto;
}

.about1 {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.about1left {
	width: 50%;
	float: left;
}

.about1right {
	width: 45%;
	float: right;
}

.about1left h4 {
	font-size: 30px;
	line-height: 32px;
	color: #3C64A0;
}

.about1left h5 {
	font-size: 22px;
	line-height: 30px;
	margin: 15px 0;
}

.about1left div p {
	font-size: 14px;
	line-height: 25px !important;
	color: #666;
	margin-bottom: 15px;
	text-align: justify;
}

.about1bottom {
	width: 65%;
	padding: 20px 20px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: -40px;
	left: 0;
	-moz-box-shadow: 3px 0px 10px #A3A3A3;
	-webkit-box-shadow: 3px 0px 10px #A3A3A3;
	box-shadow: 3px 0px 10px #A3A3A3;
}

.about1bottom div {
	width: 25%;
	float: left;
	text-align: center;
}

.about1bottom div i {
	font-size: 40px;
	line-height: 50px;
	background-image: -webkit-linear-gradient(left top, #40b4cb, #a3d08f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about1bottom div p {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.about2 {
	width: 100%;
	padding: 110px 0;
}

.about2lb {
	width: 100%;
	float: left;
	margin-top: 60px;
}

.about2lb li {
	width: 22%;
	margin-right: 4%;
	padding: 20px 0;
	float: left;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	-moz-box-shadow: 3px 0px 13px #C9C9C9;
	-webkit-box-shadow: 3px 0px 13px #C9C9C9;
	box-shadow: 3px 0px 13px #C9C9C9;
}

.about2lb li:nth-child(4n) {
	margin-right: 0;
}

.about2lb li img {
	width: 100px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -50px;
}

.about2lb li h4 {
	padding-top: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #1cace1;
}

.about2lb li h5 {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.about2lb li p {
	text-align: left;
	padding-left: 28px;
	font-size: 13px;
	line-height: 27px;
	color: #8e8d8d;
	position: relative;
}

.about2lb li p:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 15px;
	top: 10px;
	background-color: #8eceed;
}

.about2lb li a {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 15px;
	border-radius: 15px;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(left top, #30a6dc, #a3c58a);
	font-size: 14px;
}

.about3 {
	width: 100%;
	margin-bottom: 50px;
}

.about3main {
	width: 80%;
	margin-left: 10%;
	background-color: #FFFFFF;
	padding: 50px 80px;
	-moz-box-shadow: 3px 0px 20px #e9e6e6;
	-webkit-box-shadow: 3px 0px 20px #e9e6e6;
	box-shadow: 3px 0px 20px #e9e6e6;
	position: relative;
	z-index: 2;
}

.about3tit {
	font-size: 30px;
	line-height: 40px;
	color: #3C64A0;
	padding-bottom: 40px;
	position: relative;
}

.about3tit:after {
	content: '';
	width: 45px;
	height: 2px;
	background-color: #aaaaaa;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.about3left {
	width: 40%;
	float: left;
	margin-top: 25px;
}

.about3left img {
	width: 120px;
	display: block;
	margin-bottom: 5px;
}

.about3left p {
	font-size: 14px;
	color: #666;
	padding-left: 8px;
}

.about3right {
	width: 60%;
	float: right;
}

.about3right p {
	font-size: 14px;
	line-height: 30px;
	min-height: 30px;
	position: relative;
	padding-left: 33px;
	margin: 20px 0;
	color: #666;
}

.about3right p i {
	font-size: 20px;
	color: #222222;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
}

.contact_map {
	width: 100%;
	height: 500px;
	margin-top: -100px;
}

.hzdl1 {
	width: 100%;
	margin-bottom: 80px;
}

.hzdl1tit {
	text-align: center;
	font-size: 25px;
	line-height: 28px;
	color: #3C64A0;
	margin-bottom: 30px;
}

.hzdl1left {
	width: 60%;
	float: left;
}

.hzdl1left h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3C64A0;
}

.hzdl1left h4 span {
	color: #666;
	display: block;
	margin-top: 12px;
}

.hzdl1left p {
	font-size: 14px;
	line-height: 27px;
	color: #666;
	text-align: justify;
}

.hzdl1right {
	width: 25%;
	float: right;
	padding: 20px 30px;
	-moz-box-shadow: 3px 0px 20px #C9C9C9;
	-webkit-box-shadow: 3px 0px 20px #C9C9C9;
	box-shadow: 3px 0px 20px #C9C9C9;
}

.hzdl1right h4 {
	font-size: 18px;
	line-height: 20px;
	color: #17addf;
	margin-bottom: 10px;
}

.hzdl1right p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.hzdl2 {
	margin-bottom: 80px;
}

.hzdl2tit {
	text-align: center;
	font-size: 25px;
	color: #3C64A0;
	line-height: 30px;
	margin-bottom: 30px;
}

.hzdl2tit span {
	font-style: italic
}

.hzdl2lb {
	width: 100%;
	float: left;
}

.hzdl2lb li {
	width: 30.33%;
	float: left;
	position: relative;
	margin: 10px 0;
	padding-left: 60px;
}

.hzdl2lb li:nth-child(3n-1) {
	margin: 10px 4.5%;
}

.hzdl2lb li img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.hzdl2lb li h4 {
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hzdl2lb li p {
	font-size: 14px;
	line-height: 18px;
	color: #aaaaaa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mxtyimg1 {
	width: 100%;
}

.mxty1lb {
	width: 100%;
	float: left;
	margin: 80px 0;
}

.mxty1lbleft {
	width: 48%;
	float: left;
}

.mxty1lbright {
	width: 48%;
	float: right;
}

.mxty1lbtit {
	font-size: 23px;
	line-height: 25px;
	color: #222222;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.mxty1lbtit span {
	position: relative;
	z-index: 2;
}

.mxty1lbtit b {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	background-color: #a1c1f1;
	z-index: 0;
}

.mxty1lb div div {
	margin-bottom: 30px;
}

.mxty1lb div div p {
	font-size: 14px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.mxty1lb div div:last-child {
	margin-bottom: 0;
}

.tjxx {
	width: 100%;
	margin-bottom: 50px;
}

.mxty2 {
	width: 100%;
}

.mxty2lb {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.mxty2lb div {
	width: 20%;
	float: left;
	background-color: #54d2d5;
	padding: 30px;
	text-align: center;
	color: #FFFFFF;
}

.mxty2lb div h4 {
	font-size: 20px;
	line-height: 22px;
}

.mxty2lb div h5 {
	width: 80%;
	display: inline-block;
	height: 1px;
	background-color: #FFFFFF;
	margin: 10px 0;
}

.mxty2lb div p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}

.mxty2lb div span {
	display: block;
	width: 100%;
	position: relative;
}

.mxty2lb div span b {
	width: 100%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 10%;
	border-radius: 5px;
}

.mxty2lb div span img {
	width: 90%;
	display: block;
	margin-left: 5%;
	z-index: 2;
	position: relative;
}

.mxty2lb ul {
	width: 78%;
	float: right;
}

.mxty2lb ul li {
	width: 25%;
	padding: 20px 12px;
	float: left;
	border-bottom: 1px dashed #aaaaaa;
	border-left: 1px dashed #aaaaaa;
}

.mxty2lb ul li h4 {
	font-size: 16px;
	color: #222222;
	line-height: 18px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mxty2lb ul li h5 {
	font-size: 14px;
	color: #222222;
	margin-bottom: 5px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mxty2lb ul li p {
	font-size: 13px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mxty2lb ul li img {
	width: 100%;
	margin-top: 5px;
	height: 85px;
}

.mxty2lb ul li:nth-child(1),
.mxty2lb ul li:nth-child(2),
.mxty2lb ul li:nth-child(3),
.mxty2lb ul li:nth-child(4) {
	border-top: 1px dashed #aaaaaa;
}

.mxty2lb ul li:nth-child(4n) {
	border-right: 1px dashed #aaaaaa;
}

.mxty2lb ul li:last-child {
	border-right: 1px dashed #aaaaaa;
}

.mxty2lb:nth-child(2) div {
	background-color: #ff92a6;
}

.mxty2lb:nth-child(3) div {
	background-color: #ffb06a;
}

.mxty2lb:nth-child(4) div {
	background-color: #82bffd;
}

.mxty3 {
	width: 100%;
	margin: 50px 0;
	margin-bottom: 80px;
}

.mxty3left {
	width: 40%;
	float: left;
}

.mxty3right {
	width: 58%;
	float: right;
	margin-top: 30px;
}

.mxty3right p {
	font-size: 14px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 5px;
}

.azdx1lb1 {
	width: 100%;
	float: left;
}

.azdx1lb1 li {
	width: 24%;
	float: left;
	margin-right: 1.33333%;
	margin-bottom: 70px;
	position: relative;
}

.azdx1lb1 li:nth-child(4n) {
	margin-right: 0;
}

.azdx1lb1img {
	width: 100%;
	height: 90px;
	display: block;
}

.azdx2lb .azdx1lb1img {
	width: 100%;
	height: 168px;
	display: block;
}

.azdx1lb1main {
	width: 84%;
	position: absolute;
	left: 8%;
	bottom: -40px;
	background-color: #FFFFFF;
	border: 1px dashed #aaaaaa;
	padding: 15px 10px;
}

.azdx1lb1main h4 {
	font-size: 16px;
	color: #3C64A0;
	line-height: 18px;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.azdx1lb1main h5 {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3C64A0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.azdx1lb1main div {
	width: 100%;
	position: relative;
	padding-left: 80px;
}

.azdx1lb1main div h3 {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.azdx1lb1main div img {
	height: 37px;
	width: 75px;
	position: absolute;
	left: 0;
	top: 0;
}

.azdx1lb1main span {
	position: absolute;
	right: 10px;
	top: -1px;
	background-color: #284e89;
	font-size: 14px;
	color: #FFFFFF;
	writing-mode: vertical-lr;
	/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;
	padding: 5px;
}

.azdx1m1 {
	width: 100%;
	position: relative;
	-moz-box-shadow: 0px 0px 9px #C2C2C2;
	-webkit-box-shadow: 0px 0px 9px #C2C2C2;
	box-shadow: 0px 0px 9px #C2C2C2;
}

.azdx1m1left {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/yksq.jpg) right center no-repeat;
}

.azdx1m1right {
	width: 50%;
	float: right;
}

.azdx1m1right1 {
	width: 600px;
	padding: 50px 30px;
}

.azdx1m1right1 h4 {
	text-align: center;
	font-size: 25px;
	line-height: 28px;
	color: #3C64A0;
	margin-bottom: 30px;
}

.azdx1m1right1 p {
	font-size: 14px;
	line-height: 27px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
}

.azdx2m {
	width: 1200px;
	margin: 80px auto;
}

.azdx2mtit {
	font-size: 25px;
	line-height: 28px;
	color: #3C64A0;
	margin-bottom: 30px;
	padding-left: 20px;
}

.azdx2mleft {
	width: 48%;
	float: left;
}

.azdx2mleft div {
	width: 48%;
	float: left;
	margin: 5px 0;
	padding: 10px 20px;
	position: relative;
	padding-left: 60px;
	transition: all 0.3s ease;
}

.azdx2mleft div:nth-child(3n-1) {
	float: left;
	margin-right: 4%;
}

.azdx2mleft div:hover {
	background-color: #f5f5f5;
}

.azdx2mleft div img {
	height: 35px;
	position: absolute;
	left: 18px;
	top: 13px;
}

.azdx2mleft div h4 {
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	margin-bottom: 2px;
}

.azdx2mleft div p {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	color: #8e8d8d;
}

.azdx2mright {
	width: 28%;
	float: right;
	margin-right: 13%;
}

.azdx1m3 {
	width: 100%;
	position: relative;
	-moz-box-shadow: 0px 0px 9px #C2C2C2;
	-webkit-box-shadow: 0px 0px 9px #C2C2C2;
	box-shadow: 0px 0px 9px #C2C2C2;
}

.azdx1m3left {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/kjkc.jpg) left center no-repeat;
}

.azdx1m3 .azdx1m1right {
	float: left;
}

.azdx1m3 .azdx1m1right1 {
	float: right;
}

.azdx4m {
	margin-bottom: 80px;
}

.azdx4m .azdx2mleft {
	float: right;
}

.azdx4m .azdx2mright {
	margin-top: 50px;
}

.bottomnewsazdx {
	width: 1200px;
	margin: 80px auto;
}

.zxdx2leftxx a {
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 5px;
	/* font-weight: bold; */
	cursor: pointer;
	display: block;
}

.zxdx2leftxx a i {
	display: block;
	float: left;
	transform: rotateZ(180deg);
	font-size: 20px;
	margin-right: 3px;
}

.zxdx2leftxx .zxdx2leftxxxz {
	color: #033a7b;
}

.zxdx2leftxx .zxdx2leftxxxz i {
	transform: rotateZ(270deg);
}

.azdx2lb li {
	width: 46%;
	margin-right: 0;
}

.azdx2lb li:nth-child(2n) {
	float: right;
}

.azdx2lb li .azdx1lb1main div h3 {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.azdx2lb li .azdx1lb1main div img {
	height: 50px;
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.azdx2lb li .azdx1lb1main div {
	width: 100%;
	position: relative;
	padding-left: 110px;
}

.azdx2lb {
	margin-bottom: 30px;
}

.kjkc {
	width: 100%;
}

.kjkc .azdx2mleft {
	width: 57%;
}

.kjkc .azdx2mright {
	width: 36%;
	float: right;
	margin-right: 3%;
}

.kjkc1 {
	margin-top: 50px;
}

.kjkc1 .azdx1m1left {
	background: url(../images/kjkcimg1.jpg) center center no-repeat;
	background-size: auto 100%;
}

.kjkc1 .azdx1m1right1 {
	width: 100%;
}

.yksq1 .azdx1m1left {
	background: url(../images/yksqimg1.jpg) left center no-repeat;
	background-size: auto 100%;
}

.kjkc .azdx2mright {
	width: 36%;
	float: right;
	margin-right: 3%;
}

.yksq2 {
	width: 100%;
}

.yksq2 .azdx2mleft {
	width: 58%;
}

.yksq2 .azdx2mright {
	width: 38%;
	float: right;
	margin-right: 0;
}

.ymzy1lb {
	width: 100%;
}

.ymzy1lb li {
	width: 100%;
	position: relative;
	padding-left: 60px;
	min-height: 78px;
	margin-bottom: 20px;
}

.ymzy1lb li h5 {
	width: 50px;
	font-size: 20px;
	padding-top: 45px;
	padding-bottom: 15px;
	border-radius: 0 0 30px 30px;
	background-color: #324446;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}

.ymzy1lb li h4 {
	padding-top: 15px;
	font-size: 15px;
	color: #222222;
	line-height: 18px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

.ymzy1lb li h4 span {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 15px;
	color: #222222;
	line-height: 18px;
}

.ymzy1lb li p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

.ymzy1lb li p span {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.ymzy1lb li:nth-child(3n) h5 {
	background-color: #b6cdb1;
}

.ymzy1lb li:nth-child(3n-1) h5 {
	background-color: #6c8b8d;
}

.ymzy1lb li h6 {
	margin: 0;
}

.ymzy1lb li h6 a {
	display: inline-block;
	color: #2b8df1;
	font-size: 13px;
	font-weight: normal;
	margin-right: 18px;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.ymzy1lb li h6 a:last-child {
	margin-right: 0;
}

.ymzy1lb li h6 a:hover {
	color: #8BC34A;
}

.ymzy2 {
	width: 100%;
	padding: 50px 0;
	background-color: #F5F5F5;
}

.ymzy2main {
	width: 1200px;
	margin: auto;
}

.ymzy2lb {
	width: 100%;
	float: left;
}

.ymzy2lb li {
	width: 31.33%;
	float: left;
	margin: 40px 0;
	position: relative;
	padding: 15px;
	padding-top: 70px;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.ymzy2lb li:nth-child(3n-1) {
	margin: 40px 3%;
}

.ymzy2lb li h4 {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	height: 120px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 5;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 5;
	-o-box-orient: vertical;
}

.ymzy2lb li h4 p {
	font-size: 13px;
	line-height: 24px !important;
	color: #666666;
	height: 120px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 5;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 5;
	-o-box-orient: vertical;
}

.ymzy2lb li div {
	width: 50%;
	padding: 20px;
	border-radius: 5px;
	position: absolute;
	left: 5%;
	top: -40px;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #92c995, #7cc3aa);
}

.ymzy2lb li div h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ymzy2lb li div h5 {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ymzy2lb li a {
	display: inline-block;
	padding: 5px 15px;
	position: absolute;
	right: 5%;
	top: 18px;
	background-image: -webkit-linear-gradient(top, #92c995, #7cc3aa);
	color: #FFFFFF;
	border-radius: 20px;
	font-size: 14px;
}

.tjwz {
	width: 100%;
}

.tjwz a {
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 100px;
	display: block;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.tjwz a span {
	color: #666666;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.tjwz a:hover {
	color: #8BC34A;
}

.aeas1 {
	width: 100%
}

.aeas1 div p {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 10px;
	text-align: justify;
}

.aeas2 {
	width: 100%;
	margin: 80px 0;
}

.aeas2tit {
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/bttu.png) center center no-repeat;
	background-size: auto 100%;
	margin-bottom: 30px;
}

.ksrqimg {
	width: 100%;
}

.aeas3lb {
	width: 100%;
	margin-top: 50px;
}

.aeas3lb li {
	width: 31.33%;
	float: left;
	position: relative;
	padding-left: 60px;
}

.aeas3lb li:nth-child(3n-1) {
	margin: 0 3%;
}

.aeas3lb li i {
	font-size: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #a2c5fd, #c1e7fb);
}

.aeas3lb li h4 {
	font-size: 15px;
	padding-top: 5px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
}

.aeas3lb li p {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.aeas4 {
	width: 100%;
	margin: 80px 0;
}

.aeas4left {
	width: 35%;
	float: left;
}

.aeas4right {
	width: 65%;
	float: right;
	padding-top: 25px;
}

.aeas4right p {
	font-size: 14px;
	line-height: 45px;
	color: #222222;
}

.aeas5left {
	width: 50%;
	float: left;
	padding-top: 35px;
}

.aeas5left p {
	font-size: 14px;
	line-height: 35px;
	color: #222222;
}

.aeas5right {
	width: 45%;
	float: right;
}

.aeas5 .aeas2tit {
	margin-bottom: 50px;
}

.aeas6 {
	width: 100%;
	margin: 80px 0;
}

.aeas6mian {
	margin-top: 50px;
}

.aeas6mian div {
	width: 30%;
	float: left;
	padding: 40px 35px;
	border: 1px dashed #aaaaaa;
	border-radius: 50px 0 0 0;
	padding-left: 60px;
}

.aeas6tit {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding-bottom: 25px;
}

.aeas6tit:after {
	content: '';
	height: 1px;
	background-color: #DDDDDD;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 250px;
}

.aeas6tit:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: -20px;
	top: 5px;
	background-color: #4e78b6;
}

.aeas6mian div h3 {
	float: left;
	margin-right: 40px;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
}

.aeas6mian div h3 span {
	font-size: 14px;
	color: #222222;
	margin-bottom: 10px;
	line-height: 18px;
	display: block;
}

.aeas6mian div:nth-child(2) {
	width: 40%;
	float: left;
	margin-left: 3%;
	padding: 20px;
	padding-left: 60px;
	margin-bottom: 40px;
}

.aeas6mian div h2 {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.aeas6mian div h2 span {
	color: #222222;
}

.aeas6mian div:nth-child(3) {
	width: 67%;
	float: left;
	margin-left: 3%;
	padding: 20px;
	padding-left: 60px;
}

.aeas6mian div p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.aeasxbt {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin-bottom: 50px;
	text-align: center;
}

.aeas7left {
	width: 45%;
	float: left;
	display: block;
}

.aeas7right {
	width: 48%;
	float: right;
	display: block;
	padding-top: 15px;
}

.azzxlb1bot {
	margin-bottom: 0px;
}

.aeasbg {
	margin-bottom: 80px;
}

.aeasbg1 {
	width: 100%;
}

.aeasbg2 {
	width: 28.33%;
	float: left;
}

.aeasbg2:nth-child(3n-1) {
	margin: 0 7.5%;
}

.gallery li {
	max-height: 0px;
}

.gallery li img {
	width: 100%;
}

.gallery {
	width: 100%;
}

.gallery li:nth-child(1) {
	max-height: 500px;
}

.aeasbg2 p {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	color: #3C64A0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aeaszs .gallery li {
	overflow: inherit;
}

.aeaszs .gallery li {
	width: 15%;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	max-height: 500px;
}

.aeaszs .gallery li:nth-child(6n) {
	margin-right: 0;
}

.aeaszs .gallery {
	width: 100%;
	float: left;
}

.aeaszs .aeaszsgd {
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	text-align: center;
	color: #3C64A0;
	border-radius: 30px;
	background-color: #bbe1fa;
	margin-top: 30px;
}

.aeaszs {
	text-align: right;
	margin-bottom: 50px;
}

.rightmenu {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 2;
}

.rightmenu div {
	position: relative;
	margin: 5px;
}

.rightmenu div a {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	padding-top: 15px;
	background-color: #76902f;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: all 0.3s ease;
}

.rightmenu div:nth-child(2n) a {
	background-color: #4f78b6;
}

.rightmenu div a i {
	font-size: 30px;
	line-height: 30px;
}

.rightmenu div a p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}

.rightmenu div img {
	width: 160px;
	position: absolute;
	left: 100px;
	top: -40px;
	opacity: 0;
	transition: all 0.3s ease;
}

.rightmenu div h4 {
	width: 200px;
	position: absolute;
	left: 204px;
	line-height: 80px;
	top: 0;
	background-color: #d24e22;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	opacity: 0;
	transition: all 0.3s ease;
}

.rightmenu div h4 i {
	margin-right: 5px;
	font-size: 30px;
	vertical-align: middle;
}

.rightmenu div a .icon-dingbu {
	font-size: 40px;
	margin-top: 5px;
	line-height: 50px;
}

.rightmenu div a:hover {
	background-color: #222222;
}

.rightmenu div:hover>img {
	left: -170px;
	opacity: 1;
}

.rightmenu div:hover>h4 {
	left: -204px;
	opacity: 1;
}

.mfpg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.mfpg1 {
	width: 375px;
	height: 630px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 30px;
}

.mfpg1 input,
.mfpg1 select {
	width: 100%;
	margin-bottom: 11px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 15px;
	color: #222222;
	outline-style: none;
}

.mfpg1 textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.mfpg1 div {
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
	text-align: center;
}

.mfpg1 div button {
	width: 100px;
	height: 40px;
	background-color: #76902f;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	float: left;
	font-size: 15px;
	transition: all 0.3s ease;
	outline-style: none;
}

.mfpg1 div button:hover {
	background-color: #4f78b6;
}

.mfpg1 div p {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #aaaaaa;
	color: #ffffff;
	float: right;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.mfpg1 .mfpgewm {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
}

.mfpgewm img {
	width: 130px;
	margin-bottom: 0px;
}

.mfpgewm h2 {
	font-size: 14px;
	line-height: 18px;
	color: #284e89;
}

.newsmain1 {
	width: 100%;
}

.newsmain1tit {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px dashed #dddddd;
}

.newsmain1tit h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	color: #222222;
}

.newsmain1tit p {
	font-size: 15px;
	line-height: 18px;
	color: #666;
}

.newsmain1tit p span {
	margin-left: 15px;
}

.newsmain1nr {
	width: 100%;
}

.newsmain1nr p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.mfss {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.mfss1 {
	width: 375px;
	height: 315px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 30px;
}

.mfss1 input,
.mfss1 select {
	width: 100%;
	margin-bottom: 20px;
	height: 45px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 15px;
	color: #222222;
	outline-style: none;
}

.mfss1 textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.mfss1 div {
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
	text-align: center;
}

.mfss1 div button {
	width: 100px;
	height: 40px;
	background-color: #76902f;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	float: left;
	font-size: 15px;
	transition: all 0.3s ease;
}

.mfss1 div button:hover {
	background-color: #4f78b6;
}

.mfss1 div p {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #aaaaaa;
	color: #ffffff;
	float: right;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.zjjdal {
	display: block;
	font-size: 18px;
	line-height: 25px;
	margin: 10px 0;
	color: #222222;
	padding: 0 15px;
}

.zjjdalxz {
	color: #043a7a;
}

.index01qh1 {
	display: none;
}

.menulogo {
	display: none;
}

.menuzz {
	display: none;
}

.ymznlb1 {
	width: 100%;
	float: left;
}

.ymznlb1 li {
	width: 20%;
	float: left;
	margin-right: 6.6666%;
	margin-bottom: 30px;
	padding: 35px 0;
	text-align: center;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 20px #D6D6D6;
	-webkit-box-shadow: 0px 0px 20px #D6D6D6;
	box-shadow: 0px 0px 20px #D6D6D6;
}

.ymznlb1 li:nth-child(4n) {
	margin-right: 0;
}

.ymznlb1 h4 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #222222;
}

.ymznlb1 p {
	font-size: 14px;
	color: #666;
}

.ymzn01 {
	width: 100%;
	padding: 20px 0;
	margin: 50px 0;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 20px #D6D6D6;
	-webkit-box-shadow: 0px 0px 20px #D6D6D6;
	box-shadow: 0px 0px 20px #D6D6D6;
}

.ymzn01 img {
	width: 48%;
	float: left;
}

.ymzn01 div {
	width: 48%;
	float: right;
}

.ymzn01 div h4 {
	width: 70px;
	height: 4px;
	background-color: #4f78b5;
}

.ymzn01 div h5 {
	font-size: 18px;
	margin: 15px 0;
	color: #222222;
	font-weight: bold;
}

.ymzn01 div p {
	font-size: 14px;
	line-height: 34px;
	color: #222222;
}

.ymzn02lb {
	width: 100%;
	float: left;
}

.ymzn02lb li {
	width: 49%;
	height: 92px;
	float: left;
	position: relative;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 25px 0px;
	padding-left: 125px;
	padding-right: 40px;
	overflow: hidden;
	margin: 15px 0;
	transition: all 0.3s ease;
}
.ymzn02lb li:hover{
	-moz-box-shadow: 0px 0px 8px #c1bfbf;
	-webkit-box-shadow: 0px 0px 8px #c1bfbf;
	box-shadow: 0px 0px 8px #c1bfbf;
}

.ymzn02lb li:nth-child(2n) {
	float: right;
}

.ymzn02lb li img {
	width: 100px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 20px;
}

.ymzn02lb li div {
	width: 30.33%;
	float: left;
	text-align: center;
}

.ymzn02lb li div:nth-child(2) {
	width: 39.33%;
}

.ymzn02lb li div h3 {
	font-size: 18px;
	color: #3C64A0;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ymzn02lb li div h4 {
	font-size: 15px;
	color: #222222;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ymzn02lb li div p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ymzn02lb li h5 {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #4f78b6;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	writing-mode: tb-rl;
	line-height: 30px;
}

.ymzn02lb li div h4 span {
	font-size: 16px;
	color: #f44336;
}

.ymznimg2 {
	width: 100%;
	margin: 50px 0;
}

.ymzn03lb li h5 {
	background-color: #c3a734;
}

.zxzxssnr1 {
	margin-bottom: 50px;
}

.azzxsl2lb001 li {
	border: 1px dashed #00498f;
}

.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: right;
}

.fenye li {
	width: auto;
	height: 22px;
	margin-right: 5px;
	line-height: 22px;
	padding: 0px 8px;
	font-size: 16px;
	display: inline-block;
}

.fenye .active {
	background-color: #222222;
}

.fenye li .current {
	color: #ffffff;
}

.fenye li {
	color: #222222;
}

.fenye li a {
	color: #222222;
}

.xzbg {
	padding: 50px 0;
	background: #d0dde5 url(../images/bg_pg-main.jpg) no-repeat center top;
	background-size: 100% auto;
}

.xzbg .about {
	width: 1240px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 50px 50px;
}

.xzbg .about1bottom {
	bottom: -75px;
}

.xzbg .azzxglright {
	margin-top: 0;
	background-color: #ffffff;
	padding: 60px;
}

.xzbg .azzxglmain {
	background-color: #ffffff;
	padding: 20px;
}

.xzbg .mbx {
	padding-top: 0;
}

.xzbg .azzxglmain01 {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}

.xzbg .azzxglmain01 .azzxlb {
	background-color: #ffffff;
	padding: 20px;
}

.slzxzl {
	margin-top: 5px;
	cursor: pointer;
	transition:all 0.3s ease;
}
.slzxzl:hover{
	color: #cae960;
}
.bottomnewszx{
	margin-top:50px;
}
.newsmain1nrjjfl{
	width: 30.33%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.newsmain1nrjjfl:nth-child(3n-1){
	margin:0 4.5%;
}
.newsmain1nr p img{
	max-width: 100%;
}
.aeaszs .gallery li img{
	height: 252px;
}
.aeasbg2 .gallery{
	overflow: hidden;
}
.azzxsl2n .azzxsl2lb li{
	border: 1px dashed #00498f;
}
.nheaderimg{
	height: 40px;
    float: right;
    margin-left: 20px;
}












@media only screen and (max-width: 640px) {
	body {
		min-width: 100%;
		padding-top: 50px;
	}
	.rightmenu {
		display: none;
	}
	header {
		width: 100%;
		padding: 0;
		background-color: #FFFFFF;
		position: relative;
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
	}
	.header {
		width: 100%;
		margin: auto;
	}
	.headerlogo {
		height: 40px;
		float: left;
		margin: 5px;
	}
	.headertop2 {
		display: none;
	}
	.headertop1 {
		margin-left: 0;
		margin-top: 5px;
		margin-right: 15px;
	}
	.headerbottom {
		margin-top: 0;
		float: right;
		position: fixed;
		left: -300px;
		top: 0;
		background: #ffffff;
		width: 260px;
		height: 100%;
		overflow: auto;
		z-index: 9;
		transition: all 0.3s ease;
	}
	.header1 {
		width: auto;
		float: right;
	}
	.headertop {
		float: right;
		width: auto;
		margin-top: 0px;
	}
	.menulogo {
		display: block;
		width: 34px;
		float: right;
		margin-right: 10px;
		margin-top: 8px;
	}
	.headerbottom1 {
		float: left;
		margin-left: 0;
		width: 100%;
	}
	.headerbottom1lj {
		display: block;
		font-size: 16px;
		line-height: 30px;
		color: #222222;
		position: relative;
		padding: 0 10px;
	}
	#headerbottom1ljxz {
		position: relative;
		background-color: #284E89;
		color: #ffffff;
	}
	#headerbottom1ljxz:after {
		display: none;
	}
	.azxxheader {
		width: 100%;
		background-color: #ffffff;
		position: inherit;
		left: 0;
		top: 0;
		z-index: 7;
		max-height: 500px;
		overflow: hidden;
		transition: all 0.5s ease;
	}
	.azxxheadermain {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.azxxheaderleft {
		width: 100%;
		float: left;
		border-right: 0px solid #dddddd;
	}
	.azxxheaderright {
		display: none;
	}
	.azxxheaderleftlb div {
		position: relative;
		padding-left: 0;
		width: 100%;
		float: left;
		margin: 5px 0;
	}
	.nheaderimg {
    height: 25px;
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 12.5px;
}

	.azxxheaderleftlb div i,
	.azxxheaderleftlb div p {
		display: none;
	}
	.azxxheaderleftlb div h4 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
		color: #909090;
	}
	.azxxheadertit {
		display: none;
	}
	.headerbottom1:nth-child(3) .azxxheader {
		display: none;
	}
	.azzxheadleft {
		width: 100%;
		float: left;
	}
	.azzxheadleft p {
		color: #909090;
		font-size: 14px;
		line-height: 30px;
	}
	.azzxheadleft a {
		font-size: 14px;
		display: block;
		width: 100%;
		color: #909090;
		line-height: 30px;
		padding-left: 20px;
		cursor: pointer;
	}
	.azzxheadright {
		display: none;
	}
	.azzxheadright1left {
		width: 100%;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		float: left;
		padding-left: 0;
	}
	.azzxheadleft p i,
	.azzxheadleft a i {
		display: none;
	}
	.menuzz {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 8;
		display: none;
	}
	.swiper-pagination-bullet {
		width: 12px !important;
		height: 12px !important;
	}
	.indexzx {
		padding: 10px 10px;
	}
	section {
		box-sizing: border-box;
	}
	.indexzxmain h4 {
		font-size: 17px;
		color: #FFFFFF;
		float: left;
		line-height: 20px;
		text-align: center;
		width: 100%;
		margin-bottom: 5px;
	}
	.indexzxmain {
		width: 100%;
		margin: auto;
	}
	.indexzxright {
		float: right;
		text-align: center;
		width: 100%;
	}
	.indexzxright p {
		display: inline-block;
		font-size: 15px;
		color: #FFFFFF;
		background-color: #7c9b12;
		padding: 0 25px;
		line-height: 30px;
		margin-left: 0;
		cursor: pointer;
		transition: all 0.3s ease;
		margin: 0 10px;
	}
	.index01 {
		width: 100%;
		padding: 20px 10px;
	}
	.index01main {
		width: 100%;
		margin: auto;
	}
	.index01tit {
		text-align: center;
		padding-bottom: 20px;
	}
	.index01tit h4 {
		font-size: 22px;
		color: #FFFFFF;
		position: relative;
		line-height: 20px;
		display: inline-block;
		padding: 0 15px;
		padding-bottom: 25px;
		margin-bottom: 5px;
	}
	.index01lb1 li {
		width: 50%;
		height: 150px;
	}
	.index01lb1 li p {
		font-size: 15px;
		line-height: 30px;
	}
	.index01lb2 li {
		width: 48.5%;
		float: left;
		padding: 10px 2px;
		margin: 5px 0;
		margin-right: 0;
	}
	.index01lb2 {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.index01lb2 li:nth-child(2n) {
		float: right;
	}
	.index02main {
		width: 100%;
		margin: auto;
		padding: 10px;
	}
	.index02tit {
		padding-bottom: 15px;
	}
	.index02tit h4 {
		font-size: 20px;
	}
	.index02tit a {
		font-size: 14px;
	}
	.index02left {
		width: 100%;
		float: left;
	}
	.index02left p {
		text-align: center;
		line-height: 35px;
		width: 48.5%;
		float: left;
		font-size: 15px;
	}
	.index02left p:nth-child(2n) {
		float: right;
	}
	.index02right {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.index02right1 {
		height: auto;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-right: 0;
		display: none;
	}
	.index02right1js {
		width: 100%;
		position: inherit;
		right: 0;
		top: 0;
		height: 100%;
		background-color: #669933;
		padding: 20px 10px;
	}
	.index02right1 img {
		height: auto;
		width: 100%;
		display: block;
	}
	.index02right1js a {
		width: 100px;
		line-height: 30px;
		float: none;
		border: 1px solid #FFFFFF;
		font-size: 13px;
		text-align: center;
		color: #FFFFFF;
		margin-top: 20px;
		padding: 10px 20px;
	}
	.index03 {
		width: 100%;
		padding: 0 10px;
	}
	.index03main {
		width: 100%;
		margin: auto;
	}
	.index03main1 {
		padding: 10px;
	}
	.index03left {
		width: 100%;
		float: left;
	}
	.index03left a {
		padding-right: 0;
	}
	.index03left a span {
		display: none;
	}
	.index03right {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.index04 {
		padding: 20px 10px;
	}
	.index04main {
		width: 100%;
		margin: auto;
	}
	.index04lb1 {
		width: 100%;
		float: left;
	}
	.index04lb2 {
		width: 100%;
		float: left;
		padding: 0;
	}
	.index04lb3 {
		width: 100%;
		float: right;
	}
	footer {
		width: 100%;
		padding: 20px 10px 10px 10px;
		background-color: #0c3473;
		box-sizing: border-box;
	}
	.footer {
		width: 100%;
		min-width: 100%;
	}
	.footerleft {
		width: 100%;
		float: left;
	}
	.footerright {
		display: none;
	}
	.footerleft1 {
		width: 100%;
		padding-left: 0;
	}
	.footerleft1 img {
		display: none;
	}
	.footerleft1 h4 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.bqsy {
		font-size: 12px;
		color: #FFFFFF;
		margin-top: 15px;
		line-height: 20px;
		text-align: center;
	}
	.mbx {
		display: none;
	}
	.azxxmain {
		width: 100%;
		padding: 20px 10px;
	}
	.azxxtitilb li {
		width: 100%;
		float: left;
		margin-right: 0;
		margin: 10px 0;
		text-align: center;
	}
	.azxxtitilb li span {
		display: none;
	}
	.azxxtit {
		margin-bottom: 10px;
	}
	.azxxtitilb:after {
		display: none;
	}
	.azxxnrlb1tit p {
		font-size: 13px;
	}
	.azxxnrlb1tit p:nth-child(1),
	.azxxnrlb1lb li p:nth-child(1) {
		display: none;
	}
	.azxxnrlb1tit p:nth-child(7),
	.azxxnrlb1lb li img:nth-child(7) {
		display: none;
	}
	.azxxnrlb1tit p:nth-child(5),
	.azxxnrlb1lb li p:nth-child(5) {
		width: 29%;
		padding: 0 5px;
	}
	.azxxnrlb1tit p:nth-child(6),
	.azxxnrlb1lb li p:nth-child(6) {
		width: 26%;
	}
	.azxxnrlb1lb li p {
		height: 50px;
		font-size: 13px;
	}
	.azxxnrlb {
		width: 100%;
		margin-bottom: 20px;
	}
	.azxxtit h4 {
		font-size: 25px;
	}
	.azxxsqlclb li:nth-child(3n-1) {
		margin: 10px 0;
	}
	.azxxsqlclb {
		margin-bottom: 20px;
	}
	.bottomnewstit h4 {
		font-size: 20px;
	}
	.bottomnewstit {
		margin-bottom: 20px;
	}
	.bottomnewslb {
		width: 100%;
		float: left;
		padding: 15px 10px;
		background-color: #e5e5e5;
	}
	.bottomnewslb a {
		width: 100%;
		float: left;
		line-height: 40px;
		color: #222222;
		position: relative;
		font-size: 14px;
		padding-right: 90px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		transition: all 0.3s ease;
	}
	.bottomnewslb a span {
		line-height: 40px;
	}
	.bottomnewslb a:nth-child(2n) {
		float: right;
		width: 100%;
		padding-left: 0;
		border-left: 0px solid #c2c2c2;
	}
	.bottomnews {
		width: 100%;
		margin-bottom: 20px;
	}
	.mfss1 {
		width: 80%;
		height: 260px;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-color: #ffffff;
		border-radius: 5px;
		padding: 15px;
	}
	.mfss1 div button {
		width: 90px;
		height: 35px;
		background-color: #76902f;
		color: #ffffff;
		border: none;
		border-radius: 5px;
		float: left;
		font-size: 15px;
		transition: all 0.3s ease;
	}
	.mfss1 div p {
		width: 90px;
		height: 35px;
		line-height: 35px;
		background-color: #aaaaaa;
		color: #ffffff;
		float: right;
		font-size: 15px;
		border-radius: 5px;
		cursor: pointer;
	}
	.mfss1 div {
		width: 80%;
		margin-left: 10%;
		margin-top: 0;
		text-align: center;
	}
	.azxxsqlclb li {
		width: 100%;
	}
	.headerbottom1:nth-child(2) .azxxheader {
		display: none;
	}
	.azxxnrlb1lb li p:nth-child(2) {
		line-height: 18px;
		color: #284e89;
		height: 36px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -moz-box;
		-moz-line-clamp: 2;
		-moz-box-orient: vertical;
		display: -o-box;
		-o-line-clamp: 2;
		-o-box-orient: vertical;
		margin-top: 10px;
	}
	.azzx1ssmain {
		padding: 10px;
	}
	.azzx1sslb li {
		width: 100%;
		float: left;
		margin: 8px 0;
		position: relative;
		padding-left: 100px;
	}
	.azzx1sslb li:nth-child(3n-1) {
		margin: 8px 0;
	}
	.azzx1sslb li p {
		font-size: 13px;
	}
	.azzx1sslb1 input {
		float: left;
	}
	.azzx1sslb1 button {
		height: 35px;
		font-size: 14px;
	}
	.zxzxssnr1 {
		margin-bottom: 20px;
	}
	.azzx1ss {
		margin-bottom: 20px;
	}
	.azzx3 {
		margin: 20px 0;
		border-radius: 5px;
	}
	.azzx3lb {
		width: 100%;
	}
	.azzx3lb1main {
		padding: 10px;
	}
	.azzx3lb1 {
		width: 100%;
		height: 335px;
	}
	.azzx3lb1:nth-child(1) {
		background: url(../images/azzx3lb1bg1.jpg) left center no-repeat;
		background-size: auto 100%;
	}
	.azzx3lb1:nth-child(2) {
		background: url(../images/azzx3lb1bg2.jpg) left center no-repeat;
		background-size: auto 100%;
	}
	.azzx3lb1:nth-child(3) {
		background: url(../images/azzx3lb1bg3.jpg) left center no-repeat;
		background-size: auto 100%;
	}
	.azzx3lb1:nth-child(4) {
		background: url(../images/azzx3lb1bg4.jpg) left center no-repeat;
		background-size: auto 100%;
	}
	.azzx3lb1main h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.azzx3lb1main p {
		font-size: 13px;
	}
	.azzx3lb1main div {
		margin-bottom: 20px;
	}
	.azzx3lb1main div:last-child {
		margin-top: 0;
	}
	.azzx3right {
		width: 100%;
		float: right;
	}
	.azzx3right1 {
		width: 25%;
		height: auto;
		background-color: #76902f;
		position: relative;
		padding: 5px 5px;
		text-align: right;
		float: left;
	}
	.azzx3right1 h1 {
		display: none;
	}
	.azzx3right1 h3 {
		font-size: 12px;
		line-height: 20px;
	}
	.azzx3right1 h4 {
		font-size: 15px;
		line-height: 22px;
		color: #FFFFFF;
		margin-bottom: 0px;
	}
	.azzx3right1 p {
		font-size: 12px;
	}
	.azzxglmain {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}
	.azzxglleft {
		width: 100%;
		padding-bottom: 10px;
	}
	.azzxglright {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.azzxsl1 {
		width: 100%;
		background-color: #bcc89a;
		position: relative;
		margin-bottom: 20px;
	}
	.azzxsl1img {
		width: 100%;
		display: block;
	}
	.azzxsl1right {
		width: 100%;
		padding: 10px;
		background-color: #FFFFFF;
		position: initial;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 80%;
		-moz-box-shadow: 3px 0px 10px #A3A3A3;
		-webkit-box-shadow: 3px 0px 10px #A3A3A3;
		box-shadow: 3px 0px 10px #A3A3A3;
	}
	.azzxsl1lb p {
		width: 100%;
	}
	.azzxsl1lb p:nth-child(2n) {
		width: 100%;
	}
	.azzxsl2tit {
		margin-bottom: 20px;
	}
	.azzxsl2tit h4 {
		font-size: 25px;
		color: #bdca9b;
		line-height: 35px;
		margin-bottom: 0;
		font-weight: bold;
	}
	.azzxsl2lb li {
		position: relative;
		width: 100%;
		float: left;
		border: 1px dashed #8BC34A;
		margin-bottom: 10px;
	}
	.azzxsl2lb3 {
		width: 100%;
		height: 40px;
		position: inherit;
		left: 0;
		bottom: 0;
		padding-left: 20px;
	}
	.azzxsl2lb li:nth-child(3n-1) {
		margin: 0;
		margin-bottom: 10px;
	}
	.azzxsl3 {
		padding: 20px 10px;
		padding-right: 10px;
		background: #ffffff;
	}
	.azzxsl2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.azzxsl4 {
		width: 100%;
		margin: 20px 0;
	}
	.azzxsl4 img:nth-child(2), .azzxsl4 img:nth-child(3) {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	.azzxsl4 img:nth-child(1) {
		display: none;
		
	}
	.azzxgl {
		padding-bottom: 20px;
	}
	.azzxgl {
		width: 100%;
		padding-bottom: 20px;
		margin-top: 20px !important;
	}
	.newsmain1tit h4 {
		font-size: 15px;
		line-height: 20px;
	}
	.newsmain1tit p {
		font-size: 12px;
		line-height: 18px;
	}
	.newsmain1tit {
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.newsmain1nr p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.azzxlb {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.azzxlbtit {
		font-size: 20px;
	}
	.azzxgl1 {
		width: 100%;
		padding: 10px;
		background-color: #bdca9c;
		position: relative;
		padding-left: 10px;
	}
	.azzxgl1 img {
		width: 100%;
		position: initial;
		left: 20px;
		top: -20px;
		margin-bottom: 10px;
	}
	.azzxgl1 h4 {
		font-size: 20px;
		color: #FFFFFF;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.azzxgl1 p {
		font-size: 13px;
		line-height: 20px;
		color: #FFFFFF;
	}
	.azzxgl2lb {
		width: 100%;
		float: left;
		margin-right: 0;
		position: relative;
		margin-bottom: 65px;
	}
	.azzxgl3lb {
		width: 100%;
		float: left;
		margin: 0;
		margin-bottom: 10px;
		margin-top: -40px;
	}
	.azzxgl3lb li {
		width: 100%;
		float: left;
		border: 1px dashed #033a7b;
		margin: 10px 0;
	}
	.azzxgl3lb li div {
		padding: 15px;
		float: left;
	}
	.azzxgl4 {
		padding-bottom: 20px;
	}
	.azzxgl5 {
		width: 100%;
		margin-bottom: 20px;
	}
	.azzxgl6 a {
		width: 100%;
		float: left;
		position: relative;
		margin: 20px 0;
		padding-left: 70px;
	}
	.about {
		width: 100%;
		margin: 20px auto;
		padding: 0 10px;
	}
	.azdx1lb1 li {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 70px;
		position: relative;
	}
	.azdx1m1left {
		width: 100%;
		height: 280px;
	}
	.azdx1m1right {
		width: 100%;
		float: right;
	}
	.azdx1m1right1 {
		width: 100%;
		padding: 15px 10px;
	}
	.azdx1m1right1 h4 {
		text-align: center;
		font-size: 22px;
		line-height: 28px;
		color: #3C64A0;
		margin-bottom: 5px;
	}
	.azdx1m1right1 p {
		font-size: 14px;
		line-height: 23px;
		color: #666;
	}
	.azdx2m {
		width: 100%;
		margin: 20px auto;
	}
	.azdx2mtit {
		font-size: 22px;
		line-height: 28px;
		color: #3C64A0;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.azdx2mleft {
		width: 100%;
		float: left;
	}
	.azdx2mright {
		width: 70%;
		float: right;
		margin-right: 15%;
		margin-top: 10px;
	}
	.azdx1m3left {
		width: 100%;
		height: 280px;
	}
	.azdx2lb li {
		width: 100%;
		margin-right: 0;
	}
	.kjkc1 {
		margin-top: 20px;
	}
	.azdx1m1left {
		width: 100%;
		height: 300px;
		position: relative;
	}
	.azdx1m1right {
		width: 100%;
		float: right;
	}
	.azdx1m1right1 {
		padding: 15px 15px;
	}
	.azdx1m1right1 h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.azdx2m {
		margin: 20px auto;
	}
	.hzdl1tit {
		margin-bottom: 20px;
	}
	.yksq2 .azdx2mleft {
		width: 100%;
	}
	.yksq2 .azdx2mright {
		width: 70%;
		float: right;
		margin-right: 15%;
		margin-top: 15px;
	}
	.kjkc .azdx2mright {
		width: 70%;
		float: right;
		margin-right: 15%;
	}
	.kjkc .azdx2mleft {
		width: 100%;
	}
	.azdx2mleft div:nth-child(2n) {
		float: left;
	}
	.ymzy1lb li h4 {
		padding-top: 0;
	}
	.ymzy1lb li h4 span {
		top: 0;
	}
	.ymzy1lb li h4 {
		font-size: 14px;
	}
	.ymzy2 {
		width: 100%;
		padding: 20px 10px;
	}
	.ymzy2main {
		width: 100%;
		margin: auto;
	}
	.ymzy2lb li {
		width: 100%;
		margin-bottom: 20px;
	}
	.ymzy2lb li div h5 {
		height: 16px;
	}
	.bottomnewsazdx {
		width: 100%;
		margin: 20px auto;
		padding: 0 10px;
	}
	.tjwz a span {
		color: #666666;
		line-height: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		overflow: hidden;
	}
	.ymzy2lb li:nth-child(3n-1) {
		margin: 40px 0;
		margin-bottom: 20px;
	}
	.aeas3lb {
		width: 100%;
		margin-top: 20px;
	}
	.aeas3lb li {
		width: 100%;
		float: left;
		position: relative;
		padding-left: 60px;
		margin-bottom: 20px;
	}
	.aeas3lb li:nth-child(3n-1) {
		margin: 0;
		margin-bottom: 20px;
	}
	.aeas4 {
		width: 100%;
		margin: 20px 0;
	}
	.aeas4left {
		width: 100%;
		float: left;
	}
	.aeas4right {
		width: 100%;
		float: right;
		padding-top: 0;
	}
	.aeas4right p {
		font-size: 14px;
		line-height: 25px;
		color: #222222;
	}
	.aeas5left {
		width: 100%;
		float: left;
		padding-top: 0;
	}
	.aeas5right {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.aeas6 {
		width: 100%;
		margin: 20px 0;
	}
	.aeas6mian div {
		width: 100%;
		float: left;
		padding: 20px;
		border: 1px dashed #aaaaaa;
		border-radius: 50px 0 0 0;
		padding-left: 40px;
	}
	.aeas6mian div:nth-child(2) {
		width: 100%;
		float: left;
		margin-left: 0;
		padding: 20px;
		padding-left: 40px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.aeas6mian div:nth-child(3) {
		width: 100%;
		float: left;
		margin-left: 0;
		padding: 20px;
		padding-left: 40px;
	}
	.aeas7left {
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 5px;
	}
	.aeas7right {
		width: 100%;
		float: right;
		display: block;
		padding-top: 15px;
	}
	.aeaszs .gallery li {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.aeasbg2 {
		width: 100%;
		float: left;
	}
	.aeasbg2:nth-child(3n-1) {
		margin: 0;
	}
	.aeasbg {
		margin-bottom: 20px;
	}
	.mxty1lb {
		width: 100%;
		float: left;
		margin: 20px 0;
	}
	.mxty1lbleft {
		width: 100%;
		float: left;
	}
	.mxty1lbright {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.mxty1lbtit {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.tjxx {
		margin-bottom: 20px;
	}
	.mxty2lb div {
		width: 100%;
		margin-bottom: 10px;
	}
	.mxty2lb ul {
		width: 100%;
		float: right;
	}
	.mxty2lb ul li {
		width: 100%;
		padding: 20px;
		float: left;
		border-bottom: 1px dashed #aaaaaa;
		border-left: 1px dashed #aaaaaa;
		border-top: 1px dashed #aaaaaa;
		border-right: 1px dashed #aaaaaa;
		box-sizing: border-box;
		margin: 10px 0;
	}
	.mxty2lb {
		margin-bottom: 20px;
	}
	.mxty2lb ul li img {
		width: 100%;
		margin-top: 5px;
		height: auto;
	}
	.mxty3 {
		width: 100%;
		margin: 0px 0;
		margin-bottom: 20px;
	}
	.mxty3left {
		width: 100%;
		float: left;
	}
	.mxty3right {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.hzdl1left {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.hzdl1right {
		padding: 20px 20px;
	}
	.hzdl1 {
		width: 100%;
		margin-bottom: 20px;
	}
	.hzdl2tit {
		text-align: center;
		font-size: 20px;
		color: #3C64A0;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.hzdl2lb li {
		width: 100%;
		float: left;
		position: relative;
		margin: 10px 0;
		padding-left: 60px;
	}
	.hzdl2lb li:nth-child(3n-1) {
		margin: 10px 0;
	}
	.hzdl2 {
		margin-bottom: 20px;
	}
	.about1left {
		width: 100%;
		float: left;
	}
	.about1right {
		width: 100%;
		float: right;
	}
	.about1bottom {
		width: 100%;
		padding: 20px 20px;
		background-color: #FFFFFF;
		position: initial;
		bottom: 0;
		left: 0;
		-moz-box-shadow: 3px 0px 10px #A3A3A3;
		-webkit-box-shadow: 3px 0px 10px #A3A3A3;
		box-shadow: 3px 0px 10px #A3A3A3;
		float: left;
		margin-top: 20px;
	}
	.about1 {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}
	.about2 {
		width: 100%;
		padding: 0;
	}
	.about2lb li {
		width: 100%;
		margin-right: 0;
		padding: 20px 0;
		float: left;
		text-align: center;
		background-color: #ffffff;
		border-radius: 10px;
		position: relative;
		-moz-box-shadow: 3px 0px 13px #C9C9C9;
		-webkit-box-shadow: 3px 0px 13px #C9C9C9;
		box-shadow: 3px 0px 13px #C9C9C9;
		margin-top: 80px;
	}
	.about2lb {
		width: 100%;
		float: left;
		margin-top: 0;
	}
	.about3 {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.about3main {
		width: 100%;
		margin-left: 0;
		background-color: #FFFFFF;
		padding: 20px 15px;
	}
	.about3tit {
		font-size: 25px;
	}
	.about3left {
		width: 100%;
		float: left;
	}
	.about3right {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.contact_map {
		width: 100%;
		height: 300px;
		margin-top: 0;
	}
	.ymzn02lb li {
		width: 100%;
	}
	.ymzn02lb li div h3,
	.ymzn02lb li div h4 {
		font-size: 14px;
	}
	.xzbg .azzxglright {
		margin-top: 0;
		background-color: #ffffff;
		padding: 20px;
	}
	.newsmain1nrjjfl {
		width: 100%;
	}
	.newsmain1nrjjfl:nth-child(3n-1) {
		margin: 0;
	}
	.azdx2lb .azdx1lb1img {
		width: 100%;
		height: auto;
		display: block;
	}
	.aeaszs .gallery li img{
		height: auto;
	}
	.azzxgl1 img{
		height: auto;
	}
	.azdx1lb1img {
		width: 100%;
		height: auto;
		display: block;
	}
	.azdx2mleft div {
		padding: 11px 0px;
		padding-left: 60px;
	}
	.azdx2mleft div p{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.azdx2mleft div h4{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.xzbg {
    padding: 0;
    background: none;
    background-size: 100% auto;
}
.xzbg .about {
    width: 100%;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 20px 10px;
}


}

@media only screen and (max-width: 375px) {
	.index01lb1 li {
		height: 135px;
	}
}

@media only screen and (max-width: 360px) {
	.index01lb1 li {
		height: 125px;
	}
}

@media only screen and (max-width: 320px) {
	.index01lb1 li {
		height: 110px;
	}
}

@media only screen and (max-width: 1440px) {
	.rightmenu div a {
		width: 65px;
		height: 65px;
	}
	.rightmenu div a {
		padding-top: 6px;
	}
	.rightmenu div a p {
		font-size: 13px;
		line-height: 16px;
		margin-top: 5px;
	}
	.rightmenu div a .icon-dingbu {
		font-size: 40px;
		margin-top: 4px;
		line-height: 50px;
		display: inline-block;
	}
}