* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	list-style: none;
	font-weight: normal;
}
input, select, button, textarea {
	font-size: 12px;
	border: 1px solid #e7e7e7;
	background: none;
	outline: none;
	vertical-align: middle;
	resize: none;
}
button {
	overflow: visible
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #285fa2;
	text-decoration: none !important;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
::-webkit-scrollbar {
width:6px;
}
::-webkit-scrollbar-track {
background-color:#000;
}
::-webkit-scrollbar-thumb {
background-color:#aaa;
}
::-webkit-scrollbar-thumb:hover {
background-color:#285fa2;
}
::-webkit-scrollbar-thumb:active {
background-color:#285fa2;
}
@media only screen and (max-width:992px) {
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
}
.container1 {
	width: 1400px;
	margin: 0px auto
}
.header {
	width: 100%;
	z-index: 999;
	background: #4789a9
}
.header .row {
	position: relative;
}
.header .logo {
	width: 84px;
	float: left;
	padding: 10px 0px
}
.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .an {
	position: absolute;
	top: 25px;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .an span.a1 {
	top: 0;
	left: 0;
}
.header .an span.a2 {
	top: 8px;
	left: 0;
}
.header .an span.a3 {
	top: 16px;
	left: 0;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header .nav {
	float: right;
}
.header .nav i {
	font-size: 14px;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	padding-right: 15px;
	height: 54px;
	right: 0;
	top: 0;
	display: none;
}
.header .nav ul li {
	height: 97px;
	font-size: 16px;
	text-align: center;
	float: left;
	position: relative; 
}
.header .nav ul li a.o_lm {
	line-height: 97px;
	color: #eee;
	padding: 0 20px;
	display: block;
}
.header .nav ul li:hover{ border-bottom:2px #fff solid}
.header .nav ul li.cura{border-bottom:2px #fff solid}
.header .nav ul li.cura a{color: #fff;}
.header .nav ul li:hover a.o_lm {
	
	color: #fff;
}
.header .nav .e_j {
	width: 100%;
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 9999;
}
.header .nav .e_j a {
	display: block;
	border-top: 1px solid #000;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.header .nav .e_j a:hover {
	background-color: #285fa2;
}
.header .nav ul li:hover .e_j {
	display: block;
}
@media only screen and (max-width:992px) {
.header {
	padding: 10px 0;
}
.header .logo {
	width: 70px;
	margin-left: 15px;
}
.header .logo { padding:0px}

.header .an {
	display: block;
	margin-right: 15px;
}
.header .nav {
	width: 50%;
	padding: 15px 5%;
	background-color: #000;
	height: 100%;
	position: fixed;
	top: 0;
	left: -50%;
	z-index: 9999;
	overflow: auto;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .nav.on {
	left: 0;
}
.header .nav i {
	display: block;
}
.header .nav ul li {
	width: 100%;
	height: auto;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #444;
	float: none;
	margin-right: 0;
}
.header .nav ul li a.o_lm {
	color: #aaa;
	padding: 0;
}
.header .nav ul li:hover a.o_lm {
	background: none;
}
.header .nav ul li.on a.o_lm {
	background: none;
	color: #fff;
}
.header .nav .e_j {
	background: none;
	position: relative;
	display: none;
	padding-bottom: 10px;
}
.header .nav .e_j a {
	border-top: 0;
	font-size: 12px;
	color: #aaa;
	line-height: 32px;
}
.header .nav .e_j a:hover {
	background: none;
}
.header .nav ul li:hover .e_j {
	display: none;
}
.container1 {
	width: 96%;
	margin: 0px auto
}
}
.head_h {
	width: 100%;
	height: 59px;
	background-color: #fff;
	display: none;
}
@media only screen and (max-width:992px) {
.head_h {
	display: block;
}
}




.header1 {
	width: 100%;
	z-index: 999;
	background: #fff
}
.header1 .row {
	position: relative;
}
.header1 .logo {
	width: 84px;
	float: left;
	padding: 10px 0px
}
.header1 .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header1 .an {
	position: absolute;
	top: 25px;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
}
.header1 .an span {
	width: 30px;
	height: 2px;
	background-color: #4789a9;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header1 .an span.a1 {
	top: 0;
	left: 0;
}
.header1 .an span.a2 {
	top: 8px;
	left: 0;
}
.header1 .an span.a3 {
	top: 16px;
	left: 0;
}
.header1 .an.n span.a2 {
	display: none;
}
.header1 .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header1 .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header1 .nav {
	float: right;
}
.header1 .nav i {
	font-size: 14px;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	padding-right: 15px;
	height: 54px;
	right: 0;
	top: 0;
	display: none;
}
.header1 .nav ul li {
	height: 97px;
	font-size: 16px;
	text-align: center;
	float: left;
	position: relative;
}
.header1 .nav ul li a.o_lm {
	line-height: 97px;
	color: #666;
	padding: 0 20px;
	display: block;
}
.header1 .nav ul li:hover a.o_lm {
	background-color: #4789a9;
	color: #fff;
}
.header1 .nav .e_j {
	width: 100%;
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 9999;
}
.header1 .nav .e_j a {
	display: block;
	border-top: 1px solid #000;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.header1 .nav .e_j a:hover {
	background-color: #4789a9;
}
.header1 .nav ul li:hover .e_j {
	display: block;
}
@media only screen and (max-width:992px) {
.header1 {
	padding: 10px 0;
}
.header1 .logo {
	width: 70px;
	margin-left: 15px;
}
.header1 .an {
	display: block;
	margin-right: 15px;
}
.header1 .nav {
	width: 50%;
	padding: 15px 5%;
	background-color: #000;
	height: 100%;
	position: fixed;
	top: 0;
	left: -50%;
	z-index: 9999;
	overflow: auto;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header1 .nav.on {
	left: 0;
}
.header1 .nav i {
	display: block;
}
.header1 .nav ul li {
	width: 100%;
	height: auto;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #444;
	float: none;
	margin-right: 0;
}
.header1 .nav ul li a.o_lm {
	color: #aaa;
	padding: 0;
}
.header1 .nav ul li:hover a.o_lm {
	background: none;
}
.header1 .nav ul li.on a.o_lm {
	background: none;
	color: #fff;
}
.header1 .nav .e_j {
	background: none;
	position: relative;
	display: none;
	padding-bottom: 10px;
}
.header1 .nav .e_j a {
	border-top: 0;
	font-size: 12px;
	color: #aaa;
	line-height: 32px;
}
.header1 .nav .e_j a:hover {
	background: none;
}
.header1 .nav ul li:hover .e_j {
	display: none;
}

}














.gallery-top {
	width: 100%;
	height: 895px;
	position: relative;
}
.gallery-top .swiper-slide .wz {
	width: 80%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 8px #555;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
}
.gallery-top .swiper-slide .wz h3 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 10px;
}
.gallery-top .swiper-slide .wz p {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 36px;
	text-transform: uppercase;
}
@media only screen and (max-width:992px) {
.gallery-top {
	height: 15rem;
}
.gallery-top .swiper-slide .wz {
	width: 90%;
	left: 5%;
}
.gallery-top .swiper-slide .wz h3 {
	font-size: 22px;
	line-height: 30px;
}
.gallery-top .swiper-slide .wz p {
	font-size: 14px;
	line-height: 24px;
}
}
.sy_xw {
	width: 100%;
	padding: 40px 0 50px;
	overflow: hidden;
}
.sy_xw .t_w {
	position: relative;
}
.sy_xw .t_w .b_t {
	font-size: 18px;
	line-height: 46px;
	border-bottom: 2px solid #d7d7d7;
	color: #285fa2;
	margin-bottom: 15px;
}
.sy_xw .t_w .b_t a {
	font-size: 12px;
	float: right;
}
.sy_xw .t_w .hd {
	position: absolute;
	z-index: 9999;
	right: 5px;
	bottom: 6px;
}
.sy_xw .t_w .hd li {
	display: inline-block;
	padding: 3px 10px;
	background: #fff;
	color: #555;
	font-size: 14px;
	text-align: center;
	margin: 0 3px;
	cursor: pointer;
}
.sy_xw .t_w .hd li.on {
	background: #285fa2;
	color: #fff;
}
.sy_xw .t_w .bd {
	width: 100%;
	height: 100%
}
.sy_xw .t_w .bd ul {
	width: 100%;
	height: 100%
}
.sy_xw .t_w .bd ul li {
	width: 100%;
	height: 100%
}
.sy_xw .t_w .bd ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.sy_xw .t_w .bd ul li img {
	width: 100%;
	height: 360px;
	display: block;
}
.sy_xw .t_w .bd ul li a span {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	padding-left: 3%;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sy_xw .l_b .hd {
	line-height: 46px;
	font-size: 18px;
	border-bottom: 2px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}
.sy_xw .l_b .hd ul li {
	margin-right: 30px;
	float: left;
	cursor: pointer;
}
.sy_xw .l_b .hd ul li a {
	position: absolute;
	font-size: 12px;
	top: 0;
	right: 0;
	display: none;
}
.sy_xw .l_b .hd ul li.on {
	color: #285fa2;
}
.sy_xw .l_b .hd ul li.on a {
	display: block;
}
.sy_xw .l_b .bd ul li {
	font-size: 14px;
	line-height: 52px;
	border-bottom: 1px dashed #e7e7e7;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_xw .l_b .bd span {
	float: right;
	color: #777;
}
.sy_xw .l_b .bd i {
	padding-right: 15px;
}
@media only screen and (max-width:992px) {
.sy_xw {
	width: 100%;
	padding: 10px 0 30px;
}
.sy_xw .t_w {
	margin-bottom: 10px;
}
.sy_xw .t_w .b_t {
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
}
.sy_xw .t_w .bd ul li img {
	height: auto;
}
.sy_xw .t_w .bd ul li a span {
	font-size: 14px;
}
.sy_xw .l_b .hd {
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
}
.sy_xw .l_b .hd ul li {
	margin-right: 0;
	width: 25%;
}
.sy_xw .l_b .hd ul li.on a {
	display: none;
}
.sy_xw .l_b .bd ul li {
	font-size: 14px;
	line-height: 36px;
}
.sy_xw .l_b .bd i {
	padding-right: 10px;
}
}
.sy_al {
	width: 100%;
	padding: 80px 0 60px;
	background: url(../images/bj.jpg) no-repeat center / cover;
	overflow: hidden;
}
.sy_al .a_l .b_t {
	margin-bottom: 30px;
}
.sy_al .a_l .b_t span {
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	float: left;
	display: block;
}
.sy_al .a_l .b_t i {
	font-size: 14px;
	text-transform: uppercase;
}
.sy_al .a_l ul {
	float: right;
}
.sy_al .a_l ul li {
	width: 130px;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	float: left;
	margin-left: 30px;
	cursor: pointer;
}
.sy_al .a_l ul li.on {
	background-color: #fff;
	color: #285fa2;
}
.sy_al .a_l p {
	background-color: #fff;
	font-size: 14px;
	color: #555;
	line-height: 36px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_al .swiper-al {
	height: 0;
	opacity: 0;
}
.sy_al .swiper-al.dk {
	height: auto;
	opacity: 1;
	padding-bottom: 60px;
}
.sy_al .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.sy_al .swiper-button-prev {
	background: url(../images/zj.png) no-repeat;
	width: 34px;
	height: 34px;
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -39px;
}
.sy_al .swiper-button-next {
	background: url(../images/yj.png) no-repeat;
	width: 34px;
	height: 34px;
	top: auto;
	bottom: 0;
	right: 50%;
	margin-right: -39px;
}
.sy_al .swiper-pagination {
	display: none;
}
.sy_al .swiper-pagination-bullet {
	background: #fff;
}
.sy_al .swiper-pagination-bullet-active {
	background: #0CF;
}
@media only screen and (max-width:992px) {
.sy_al {
	padding: 30px 0 0;
}
.sy_al .a_l .b_t {
	margin-bottom: 15px;
	text-align: center;
}
.sy_al .a_l .b_t span {
	font-size: 18px;
	line-height: 30px;
	float: none;
}
.sy_al .a_l .b_t i {
	font-size: 14px;
	text-transform: uppercase;
}
.sy_al .a_l ul {
	width: 100%;
	margin-top: 15px;
	float: none;
}
.sy_al .a_l ul li {
	width: 23%;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 30px;
	margin: 0 1%;
}
.sy_al .a_l ul li.on {
	background-color: #fff;
	color: #285fa2;
}
.sy_al .a_l p {
	background-color: #fff;
	font-size: 14px;
	color: #555;
	line-height: 36px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_al .swiper-al.dk {
	height: auto;
	opacity: 1;
	padding-bottom: 50px;
}
.sy_al .swiper-button-prev {
	display: none;
}
.sy_al .swiper-button-next {
	display: none;
}
.sy_al .swiper-pagination {
	display: block;
}
}
.sy_zj {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.sy_zj .b_t {
	font-size: 18px;
	line-height: 46px;
	border-bottom: 2px solid #d7d7d7;
	color: #285fa2;
	margin-bottom: 15px;
}
.sy_zj .b_t a {
	font-size: 12px;
	float: right;
}
.sy_zj .z_j {
	overflow: hidden;
}
.sy_zj .f_g {
	margin-top: 30px;
	overflow: hidden;
}
.sy_zj .c_k {
	display: none;
}
.sy_zj .g_s ul li {
	margin-bottom: 15px;
}
.sy_zj .g_s ul li a {
	display: block;
	background-color: #f7f7f7;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.sy_zj .g_s ul li a:hover {
	color: #fff;
	background-color: #285fa2;
}
.sy_zj .w_z {
	background-color: #f7f7f7;
	padding: 10px;
	margin-top: 2px;
}
.sy_zj .w_z h3 {
	font-size: 16px;
	line-height: 32px;
}
.sy_zj .w_z p {
	font-size: 12px;
	color: #777;
	line-height: 24px;
}
.sy_zj .swiper-zj {
	padding-bottom: 60px;
}
.sy_zj .swiper-button-prev {
	background: url(../images/zj1.png) no-repeat;
	width: 34px;
	height: 34px;
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -39px;
}
.sy_zj .swiper-button-next {
	background: url(../images/yj1.png) no-repeat;
	width: 34px;
	height: 34px;
	top: auto;
	bottom: 0;
	right: 50%;
	margin-right: -39px;
}
.sy_zj .swiper-pagination {
	display: none;
}
.sy_zj .swiper-pagination-bullet {
	background: #a7a7a7;
}
.sy_zj .swiper-pagination-bullet-active {
	background: #285fa2;
}
@media only screen and (min-width:992px) {
.sy_zj .g_s {
	display: block !important;
}
}
@media only screen and (max-width:992px) {
.sy_zj {
	padding: 10px 0 20px;
}
.sy_zj .b_t {
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
}
.sy_zj .f_g {
	margin-top: 0;
}
.sy_zj .c_k {
	width: 100%;
	background-color: #285fa2;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
.sy_zj .g_s {
	display: none;
}
.sy_zj .g_s ul li {
	margin-bottom: 10px;
}
.sy_zj .g_s ul li a {
	font-size: 12px;
	line-height: 30px;
}
.sy_zj .w_z {
	padding: 5px;
}
.sy_zj .w_z h3 {
	font-size: 15px;
	line-height: 28px;
}
.sy_zj .w_z p {
	line-height: 22px;
}
.sy_zj .swiper-zj {
	padding-bottom: 50px;
}
.sy_zj .swiper-button-prev {
	display: none;
}
.sy_zj .swiper-button-next {
	display: none;
}
.sy_zj .swiper-pagination {
	display: block;
}
}
.sy_yl {
	width: 100%;
	padding: 20px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}
.sy_yl .y_l .b_t {
	font-size: 18px;
	line-height: 46px;
	border-bottom: 2px solid #d7d7d7;
	color: #285fa2;
	margin-bottom: 10px;
}
.sy_yl .y_l .b_t a {
	font-size: 12px;
	float: right;
}
.sy_yl .y_l ul li {
	margin: 5px 0;
}
.sy_yl .y_l ul li img {
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width:992px) {
.sy_yl {
	padding: 10px 0;
}
.sy_yl .y_l .b_t {
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
}
}
.sy_dh {
	width: 100%;
	background-color: #1b1b1b;
	padding: 10px 0;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.sy_dh a {
	color: #aaa;
	padding: 0 20px;
}
.sy_dh a:hover {
	color: #fff;
}
@media only screen and (max-width:992px) {
.sy_dh {
	font-size: 12px;
	line-height: 24px;
}
.sy_dh a {
	padding: 0;
	display: block;
	width: 25%;
	float: left;
}
}
.footer {
	width: 100%;
	background-color: #4789a9;
	font-size: 12px;
	line-height: 24px;
	color: #eee;
	overflow: hidden;
}
.footer1 {
	padding: 50px 0px
}
.footer1 .a1 ul li {
	float: left;
	width: 22%;
	margin: 0px 1.5%;
	text-align: left; font-size:14px
}

.footer1 .a1 ul li p {
	font-size: 16px;
}
.footer1 .a1 ul li a {
	color: #eee;
}

.footer1 .a1 ul li .sel {
	width: 200px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px
}
.footer2 {
	border-top: 1px #eee solid;
	padding: 10px 0px
}
.footer2 .a1 {
	float: left
}
.footer2 .a2 {
	float: right;
	text-align: right;
	color: #ccc
}
@media only screen and (max-width:992px) {
.footer {
	padding: 15px 0;
	line-height: 22px;
}
.footer span {
	display: block;
}
}
.ny_ban {
	width: 100%;
	height: 360px;
}
@media only screen and (max-width:992px) {
.ny_ban {
	height: 10rem;
}
}
.ny_nr {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.ny_nr .n_bt {
	margin-bottom: 20px;
	overflow: hidden;
}
.ny_nr .n_bt h3 {
	font-size: 30px;
	color: #285fa2;
	margin-bottom: 10px;
}
.ny_nr .n_bt p {
	font-size: 14px;
	line-height: 26px;
	color: #777;
}
.ny_nr .n_ej {
	margin-bottom: 30px;
	overflow: hidden;
}
.ny_nr .n_ej ul li {
	width: 130px;
	background-color: #f7f7f7;
	margin-right: 20px;
	float: left;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.ny_nr .n_ej ul li a {
	display: block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.ny_nr .n_ej ul li a:hover {
	background-color: #285fa2;
	color: #fff;
}
.ny_nr .n_ej ul li a.on {
	background-color: #285fa2;
	color: #fff;
}
.ny_nr .n_nr {
	overflow: hidden;
}
.ny_nr .n_nr p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}
.ny_nr .n_nr img {
	width: 100%;
	height: auto;
	display: block;
}
.ny_nr .n_al ul li {
	margin-bottom: 20px;
}
.ny_nr .n_al ul li img {
	border: 1px solid #e7e7e7;
	width: 100%;
	height: auto;
	display: block;
}
.ny_nr .n_al p {
	text-align: center;
	margin-top: 2px;
	background-color: #f7f7f7;
	font-size: 14px;
	line-height: 36px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ny_nr .n_xw ul li {
	padding: 20px 0;
	border: 1px solid #e7e7e7;
	margin: 0 15px 20px;
}
.ny_nr .n_xw .wz {
	border-right: 1px solid #e7e7e7;
}
.ny_nr .n_xw .rq {
	text-align: right;
	line-height: 36px;
}
.ny_nr .n_xw h3 {
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ny_nr .n_xw span {
	font-size: 12px;
	color: #aaa;
}
.ny_nr .n_xw b {
	font-size: 26px;
	display: block;
}
.ny_nr .n_xw em {
	font-size: 14px;
	color: #777;
}
.ny_nr .n_xw p {
	font-size: 14px;
	line-height: 26px;
	color: #777;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
}
.ny_nr .n_zj ul li {
	margin-bottom: 20px;
}
.ny_nr .n_zj img {
	width: 100%;
	height: auto;
	display: block;
}
.ny_nr .n_zj .w_z {
	background-color: #f7f7f7;
	padding: 10px;
	margin-top: 2px;
}
.ny_nr .n_zj .w_z h3 {
	font-size: 16px;
	line-height: 32px;
}
.ny_nr .n_zj .w_z p {
	font-size: 12px;
	color: #777;
	line-height: 24px;
	margin: 0;
}
@media only screen and (max-width:992px) {
.ny_nr {
	padding: 20px 0 30px;
}
.ny_nr .n_bt {
	margin-bottom: 15px;
}
.ny_nr .n_bt h3 {
	font-size: 18px;
}
.ny_nr .n_bt p {
	font-size: 12px;
	line-height: 22px;
}
.ny_nr .n_ej {
	margin-bottom: 20px;
}
.ny_nr .n_ej ul li {
	width: 23%;
	margin-right: 2%;
	font-size: 12px;
	line-height: 30px;
}
.ny_nr .n_nr p {
	font-size: 12px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 0;
}
.ny_nr .n_al ul li {
	margin-bottom: 10px;
}
.ny_nr .n_al ul li img {
	border: 1px solid #e7e7e7;
	width: 100%;
	height: auto;
	display: block;
}
.ny_nr .n_al p {
	line-height: 30px;
}
.ny_nr .n_xw ul li {
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
}
.ny_nr .n_xw .wz {
	border-right: 0;
}
.ny_nr .n_xw .rq {
	text-align: left;
	line-height: 26px;
	margin-top: 5px;
}
.ny_nr .n_xw h3 {
	font-size: 15px;
	margin-bottom: 5px;
}
.ny_nr .n_xw span {
	font-size: 12px;
	color: #aaa;
}
.ny_nr .n_xw b {
	font-size: 20px;
	display: inline;
}
.ny_nr .n_xw em {
	font-size: 12px;
	color: #777;
}
.ny_nr .n_xw p {
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	margin: 5px 0 0;
}
.ny_nr .n_zj ul li {
	margin-bottom: 15px;
}
.ny_nr .n_zj .w_z {
	padding: 5px;
}
.ny_nr .n_zj .w_z h3 {
	font-size: 15px;
	line-height: 28px;
}
.ny_nr .n_zj .w_z p {
	line-height: 22px;
	margin: 0;
}
}
.gallery-top1 {
	width: 100%;
	height: 637px;
	position: relative;
}
.gallery-top1 .swiper-slide .wz {
	width: 80%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 8px #555;
	position: absolute;
	left: 10%;
	top: 40%;
	transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
}
.gallery-top1 .swiper-slide .wz .zi1 {
	font-size: 26px;
	font-weight: bold
}
.gallery-top1 .swiper-slide .wz .xian1 {
	border-bottom: 2px #fff solid;
	width: 50px;
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
	margin-bottom: 50px
}
.gallery-top1 .swiper-slide .wz .zi2 {
	width: 40%;
	margin: 0px auto;
	line-height: 25px
}
.gallery-top1 .swiper-slide .wz .zi3 {
	width: 80%;
	margin: 0px auto;
	margin-top: 60px
}
.gallery-top1 .swiper-slide .wz .zi3 ul li {
	float: left;
	width: 25%;
}
.gallery-top1 .swiper-slide .wz .zi3 ul li .zz1 {
	font-size: 50px;
}
.gallery-top1 .swiper-slide .wz .zi3 ul li .zz2 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase
}
.gallery-top1 .swiper-slide .wz .zi3 ul li .zz3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 60px
}
@media only screen and (max-width:992px) {
.gallery-top1 {
	height: 15rem;
}
.gallery-top1 .swiper-slide .wz {
	width: 90%; margin:0px auto; left:5%; top:50%
	
}
.gallery-top1 .swiper-slide .wz .xian1{display:none} 
.gallery-top1 .swiper-slide .wz .zi2{ display:none} 
.gallery-top1 .swiper-slide .wz .zi3{ display:none }

}
.gallery-top2 {
	width: 100%;
	height: 715px;
	position: relative;
}
.gallery-top2 .swiper-slide .wz {
	width: 80%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 8px #555;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
}
.gallery-top2 .swiper-slide .wz h3 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 10px;
}
.gallery-top2 .swiper-slide .wz p {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 36px;
	text-transform: uppercase;
}
@media only screen and (max-width:992px) {
.gallery-top2 {
	height: 15rem;
}
.gallery-top2 .swiper-slide .wz {
	width: 90%;
	left: 5%;
}
.gallery-top2 .swiper-slide .wz h3 {
	font-size: 22px;
	line-height: 30px;
}
.gallery-top2 .swiper-slide .wz p {
	font-size: 14px;
	line-height: 24px;
}
}
.syk1 {
	padding: 70px 0px
}
.syk1 .a1 {
	float: left;
	width: 27%;
}
.syk1 .a1 .zi1 {
	font-size: 38px;
	font-weight: bold;
	color: #000
}
.syk1 .a1 .xian {
	border-top: 2px #4789a9 solid;
	width: 50px;
	margin-top: 10px;
	margin-bottom: 20px
}
.syk1 .a1 .zi2 {
	font-size: 14px;
	line-height: 27px;
	color: #222
}
.syk1 .a1 .zi3 {
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #4789a9;
	text-align: center;
	color: #FFF;
	margin: 15px 0px
}
.syk1 .a1 .zi3 a {
	color: #FFF;
	font-size: 16px;
	border: 1px #fff solid;
	padding: 3px 22px
}
.syk1 .a2 {
	float: right;
	width: 68%;
}
.syk1 .a2 ul {
}
.syk1 .a2 ul li {
	float: left;
	width: 46%;
	margin-right: 4%
}
.syk1 .a2 ul li .tu img {
	width: 100%
}
.syk1 .a2 ul li .zi1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 60px
}
.syk1 .a2 ul li .zi2 {
	font-size: 14px;
	line-height: 23px;
	color: #bbb;
	padding-bottom: 20px
}
.syk1 .a2 ul li .zi3 a {
	color: #bbb;
}
.syk1 .a2 ul li .zi3 a:hover {
	color:#E60000;
}

.syk3 {
	padding: 90px 0px
}
.syk3 .bt1 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 70px
}
.syk3 .bt1 .xian {
	border-top: 2px #4789a9 solid;
	width: 50px;
	margin: 0px auto;
	margin-bottom: 20px
}
.syk3 .allist ul li {
	float: left;
	background: #ecedef;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	padding: 40px 30px;
	margin-bottom: 3%
}
.syk3 .allist ul li .zi1 {
	background: url(../images/biao.png) no-repeat;
	width: 36px;
	height: 38px;
	margin-bottom: 10px
}
.syk3 .allist ul li .zi2 {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold
}
.syk3 .allist ul li .zi3 {
	font-size: 13px;
	line-height: 22px
}
.syk3 .allist ul li:hover {
	background: #4789a9;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.syk3 .allist ul li:hover .zi1 {
	background: url(../images/biao1.png) no-repeat;
	width: 36px;
	height: 38px;
	margin-bottom: 10px
}
.syk3 .allist ul li:hover .zi2 {
	color: #FFF
}
.syk3 .allist ul li:hover .zi3 {
	color: #FFF
}
.syk5 {
	padding: 90px 0px
}
.syk5 .bt1 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 70px
}
.syk5 .bt1 .xian {
	border-top: 2px #4789a9 solid;
	width: 50px;
	margin: 0px auto;
	margin-bottom: 20px
}
.syk5 .allist ul li {
	float: left;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 3%;
}
.syk5 .allist ul li .tu{ position:relative}
.syk5 .allist ul li .tu .aaa{ position:absolute; top:50%; left:50%; margin-left:-30px; margin-top:-30px; display:none;} 
.syk5 .allist ul li .tu img {
	max-width: 100%;
	height:auto;
}
.syk5 .allist ul li .tu:hover .aaa{ display:block}
.syk5 .allist ul li .zi {
	height: 200px;
	transition: all .3s;
	padding: 40px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.syk5 .allist ul li:hover .zi {
	height: 200px;
	background: #4789a9;
}
.syk5 .allist ul li .zi .zi1 {
	font-size: 16px;
	line-height: 50px
}
.syk5 .allist ul li .zi .zi2 {
	font-size: 13px;
	line-height: 22px
}
.nyfenlei {
	border-bottom: 1px #ccc solid;
	padding: 25px 0px;
	margin-bottom: 70px
}
.nyfenlei .a1{ float:left; width:70%;}
.nyfenlei .a2{ float:right; width:15%;}
.nyfenlei .a2 .dibubg{border:1px #069 solid; border-radius:10px}
.nyfenlei .a2 .inp1{ border:0px}  
.nyfenlei .a1 ul li {
	float: left;
	padding-right: 3%;
	font-size: 16px
}
.nyfenlei .a1 ul li a {
	color: #666
}
.nyfenlei .a1 ul li a:hover {
	color: #000
}
.nyfenlei .a1 ul li.cur a {
	color: #000
}
.gywm .a1 {
	font-size: 16px;
	line-height: 27px
}
.gywm .a1 .zi3 {
	
	margin: 0px auto; margin-bottom:60px

}
.gywm .a1 .zi3 ul li {
	float: left; padding-right:10%
}
.gywm .a1 .zi3 ul li .zz1 {
	font-size: 50px; line-height:70px
}

.gywm .a1 .zi3 ul li .zz3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px
}
.gywm .a2list ul{ margin-left:-2%}
.gywm .a2list ul li{ float:left; width:31%; margin-left:2%; margin-bottom:2%} 
.gywm .a2list ul li img{ width:100%; height:auto}
.gywm .a2list{ padding-bottom:50px}
.gywm .a1 .btaa1{ font-size:20px; padding:20px 0px}
.cpzx{ margin-bottom:50px; display:block}
.cpzx .a1 dl{ float:left; width:48%; margin-left:1%; margin-right:1%;}
.cpzx .a1 dl dt{ float:left; width:40%; text-align:center; color:#999; font-size:17px; font-weight:normal}
.cpzx .a1 dl dd{float:left; width:40%; text-align:center; line-height:30px; font-size:16px; margin-top:20px; margin-bottom:10px;min-height:200px;}
.cpzx .a1 dl dt.zi1{ width:20%; text-align:center}
.cpzx .a1 dl dd.zi1{ width:20%; text-align:left; position:relative;border:none}

.cpzx .a1 dl dd.zi1 .ycc{display:none; position:absolute; top:0px; left:0px;  }
.cpzx .a1 dl dd.zi1:hover .ycc{ display:block; width:180px; height:190px; background:#333; color:#FFF; text-align:center; font-size:17px; opacity:0.8； line-height:190px}



.hzhb{ padding-bottom:70px}
.hzhb .a1 a{ padding:15px 5px;}
.container2{ width:80%; margin:0px auto; border-bottom:1px #ccc solid; padding-top:80px; padding-bottom:60px}
.lxwm .a1{ float:left; width:46%;}
.lxwm .a2{ float:right; width:51%; }
.lxwm .a1 .zi1{ font-size:28px}
.lxwm .a1 .zi2{ padding-top:30px}
.lxwm .a1 .zi2 p{ padding-bottom:10px; padding-top:10px; font-size:16px; line-height:28px} 
.lxwm .a2 img{ max-width:100%; height:auto}
.lxwm .a3{ padding:80px 0px;}


.lxwm .a3 .zi1{ font-size:32px; text-align:center; font-weight:bold; line-height:80px}
.lxwm .a3 .zi2{ font-size:20px; line-height:90px; text-align:center; padding-bottom:40px}

.lxwm .a3 .zi3 .bd dl dd{ float:left; width:45%; margin-right:5%;}
.lxwm .a3 .zi3 .bd dl dd input{ width:100%; height:55px; line-height:55px; margin-bottom:20px; background:#F3F3F3; font-size:15px; padding-left:10px}
.lxwm .a3 .zi4{ text-align:center; margin-top:40px } 
.lxwm .a3 .zi4 input{ padding:15px 90px; background:#4789a9; color:#FFF; font-size:16px}


.xwlb{ padding:80px 0px;}
.xwlb .k1 .a1{ width:70%; float:left}
.xwlb .k1 .a2{ width:25%; float:right}

.xiana{ border-bottom:1px #ccc solid}

.xwlb .k1 .a2 .list1 ul li{ margin:40px 0px}
.xwlb .k1 .a2 .list1 ul li .zi1{ font-size:14px; color:#333; padding-bottom:10px}
.xwlb .k1 .a2 .list1 ul li .zi2{ font-size:14px; color:#333; padding-bottom:20px}
.xwlb .k1 .a2 .list1 ul li .zi3{ font-size:14px; color:#ccc}
.xwlb .k2 .bt1{ font-size:16px; color:#999; line-height:80px} 
.xwlb .k2 .a1{ width:70%; float:left}
.xwlb .k2 .a2{ width:25%; float:right}

.xwlb .k2 .a2 .list1 ul li{ margin:40px 0px}
.xwlb .k2 .a2 .list1 ul li .zi1{ font-size:14px; color:#333; padding-bottom:10px}
.xwlb .k2 .a2 .list1 ul li .zi2{ font-size:14px; color:#333; padding-bottom:20px}
.xwlb .k2 .a2 .list1 ul li .zi3{ font-size:14px; color:#ccc}
.xwlb .k2 .a2 .list2 { padding-top:20px}
.xwlb .k2 .a2 .list2  ul li{ margin-bottom:15px}
.xwlb .k2 .a2 .list2  ul li .tu{ float:left; margin-right:2%; width:30%}
.xwlb .k2 .a2 .list2  ul li .zi{ float:left; font-size:14px; width:68%}
.xwlb .k2 .a2 .list2  ul li .zi p{ color:#999; padding-top:15px}

.xwlb .k2 .a1 .list1 ul li{ margin-top:40px; margin-bottom:70px}
.xwlb .k2 .a1 .list1 ul li .tu{ float:left; width:40%; }
.xwlb .k2 .a1 .list1 ul li .zi{ float:right; width:55%; }
.xwlb .k2 .a1 .list1 ul li .zi .zi1{ color:#4789a9; font-size:16px; line-height:40px} 
.xwlb .k2 .a1 .list1 ul li .zi .zi2{ color:#333; font-size:14px; line-height:25px}
.xwlb .k2 .a1 .list1 ul li .zi .zi3{ color:#CCC; margin-top:20px; font-size:15px}

.xwlb .k2 .a1 .list1 ul li .zi .zi4 {margin-top:30px}
.xwlb .k2 .a1 .list1 ul li .zi .zi4 .tu1{ float:left; margin-right:2%; width:20%; }
.xwlb .k2 .a1 .list1 ul li .zi .zi4 .zi11{ float:left; font-size:14px; width:78%}
.xwlb .k2 .a1 .list1 ul li .zi .zi4 .zi11 p{ line-height:80px}
.spny { padding-top:40px}
.spny .a1 ul li{ float:left; width:30%; margin-left:1.5%; margin-right:1.5%; margin-bottom:2%; text-align:center}
.spny .a1 ul li img{ width:100%;}
.spny .a1 ul li p{ line-height:40px; font-size:16px}
.gallery-top3 {
	width: 100%;
	height: 704px;;
	position: relative;
}
.gallery-top3 .swiper-slide .wz {
	width: 100%;
	text-align: left;
	color: #fff;
	background:rgba(0,0,0,0.4); position:absolute; bottom:0px; left:0px; height:120px
}
.gallery-top3 .swiper-slide .wz .zi{ padding:20px;}
.gallery-top3 .swiper-slide .wz .zi .zi1{ font-size:28px;}
.gallery-top3 .swiper-slide .wz .zi .zi2{ font-size:18px; line-height:40px}
@media only screen and (max-width:992px) {
.spny .a1 ul li{ float:none; width:100%; margin-left:0px}	
	
.gallery-top3 {
	height: 15rem;
}
.gallery-top3 .swiper-slide .wz {
	width: 100%;
	
}


.gallery-top3 .swiper-slide .wz .zi .zi1{ font-size:1.6rem;}
.gallery-top3 .swiper-slide .wz .zi .zi2{ font-size:1.2rem}

}

.cpzxsj{ display:none}
@media only screen and (max-width:992px) {
	.syk1{ padding:30px 0px}
.syk1 .a1{ float:none; width:100%;}
.syk1 .a2{ float:none; width:100%; margin-top:20px }
.syk1 .a2 ul li{ float:none; width:100%; margin-bottom:10px}
.syk3{ padding:30px 0px}
.syk3 .bt1{ font-size:2rem; padding-bottom:20px}
.syk3 .allist ul li{ float:none; width:100%; margin-left:0;}
.syk5{ padding:30px 0px; }
.syk5 .bt1{ font-size:2rem; padding-bottom:20px}
.syk5 .allist ul li{ float:none; width:100%; margin-left:0px; margin-bottom:20px}
.syk5 .allist ul li .zi{ background: #4789a9; display:none}
.footer1 .a1 ul li{ width:90%; margin:0px auto; margin-bottom:20px; float:none}
.footer2 .a1{ display:none}
.footer2 .a2{ float:none; text-align:center; width:100%}
.nyfenlei{ border-bottom:none; margin-bottom:20px}
.nyfenlei .a1 ul li{ float:none; width:100%; text-align:center; border-bottom:1px #ccc solid; padding:10px 0px}
.gywm .a1{ width:96%; margin:0px auto}
.gywm .a1 .zi3 ul li .zz1{ font-size:2rem}
.gywm .a1 .btaa1{ font-size:18px; line-height:40px}
.cpzx{ display:none}
.cpzxsj{ display:block}

.cpzxsj .a1 ul li{ margin-bottom:20px; border-bottom:1px #ccc solid }
.cpzxsj .a1 ul li .tu{ float:left; width:30%;}
.cpzxsj .a1 ul li .tu img{ width:100%; height:auto}
.cpzxsj .a1 ul li .zi{ float:right; width:65%; font-size:1.3rem; line-height:2rem}

.hzhb .a1 a{ float:left; width:45%; margin-left:2.5%; margin-right:2.5%; margin-bottom:2.5%; padding:0px}
.hzhb .a1 a img{ width:100%; height:96px; border:1px #ccc solid}
.lxwm .a1{ float:none; width:100%; }
.lxwm .a2{ float:none; width:100%;}
.container2{ width:96%; padding-top:30px; padding-bottom:30px}
.lxwm .a1 .zi1{ font-size:1.8rem; line-height:30px}
.lxwm .a3{ padding:30px 0px}
.lxwm .a3 .zi2{ line-height:30px; font-size:1.6rem}

.lxwm .a3 .zi1{ font-size:2rem}
.lxwm .a3 .zi3 .bd dl dd{ margin-left:2.5%; margin-right:2.5%;}
.xwlb .k1 .a1{ float:none; width:100%;}
.xwlb .k1 .a2{ float:none; width:100%}
.xwlb{ padding:20px 0px}
.xwlb .k1 .a2 .list1 ul li .zi1{ font-size:1.4rem}
.xwlb .k1 .a2 .list1 ul li .zi2{ font-size:1.4rem}
.xwlb .k1 .a2 .list1 ul li .zi3{font-size:1.4rem}
.xwlb .k2 .bt1{ font-size:2rem}
.xwlb .k2 .a1{ float:none; width:100%;}
.xwlb .k2 .a2{ float:none; width:100%;}
.xwlb .k2 .a1 .list1 ul li .tu { width:100%;  float:none}
.xwlb .k2 .a1 .list1 ul li .tu img{ width:100%; height:auto}
.xwlb .k2 .a1 .list1 ul li .zi{ width:100%;}
.xwlb .k2 .a1 .list1 ul li .zi .zi1{ font-size:1.6rem}
.xwlb .k2 .a1 .list1 ul li .zi .zi2{ font-size:1.4rem}
.xwlb .k2 .a1 .list1 ul li .zi .zi3{ font-size:1.4rem}
.xwlb .k2 .a1 .list1 ul li .zi .zi4 .zi11{ font-size:1.3rem}
.xwlb .k2 .a2 .list1 ul li .zi1{ font-size:1.6rem}
.xwlb .k2 .a2 .list1 ul li .zi2{ font-size:1.4rem}
.xwlb .k2 .a2 .list1 ul li .zi3{ font-size:1.4rem}
.xwlb .k2 .a2 .list2 ul li .zi p{ font-size:1.4rem}
.xwlb .k2 .a2 .list2 ul li .zi{ font-size:1.3rem}
.xwlb .k2 .a2 .list2 ul li .tu{ width:25%;}
.gywm img{ max-width:100%; height:auto}
}