@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 14px;
	color: #555;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	background: #fafafa
}
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;
}
input, select, button, textarea {
	font-size: 14px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button {
	overflow: visible
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
a:hover {
	color: #014099;
	text-decoration: none !important;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.top {
	width: 100%;
	height: 46px;
	background-color: #014099;
	font-size: 13px;
	line-height: 46px;
	color: #fff;
	position: relative;
	z-index: 9999;
}
.top .l_m {
	cursor: pointer;
}
.top .x_l {
	width: 120px;
	padding-top: 8px;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -60px;
	display: none;
}
.top .x_l:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 8px solid #535352;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.top .x_l ul {
	padding: 5px 15px;
	background-color: #535352;
}
.top .x_l ul li a {
	font-size: 12px;
	color: #ddd;
	line-height: 30px;
	display: block;
}
.top .x_l ul li a:hover {
	color: #fff;
}
.top .welcome {
	float: left;
}
.top .language {
	float: right;
	height: 46px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.top .language a {
	color: #fff
}
.top .language .l_m i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.top .contact {
	float: right;
	height: 46px;
	margin: 0 20px;
	padding: 0 20px;
	text-align: center;
	line-height: 46px;
	position: relative;
	z-index: 9;
}
.top .contact:before {
	width: 1px;
	height: 16px;
	content: "";
	background-color: #5871ae;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.top .contact:after {
	width: 1px;
	height: 16px;
	content: "";
	background-color: #5871ae;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.header {
	width: 100%;
	background-color: rgba(255,255,255,.95);
	position: relative;
	z-index: 999;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header.on {
	box-shadow: 0 0 10px #ddd;
	position: fixed;
	top: 0;
	left: 0;
}
.header .logo {
	width: 270px;
	float: left;
	margin: 20px 0;
	position: relative;
}
.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .lg_by {
	margin-top: 20px;
	margin-left: 8px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	float: left;
}
.header .lg_by h3 {
	font-size: 22px;
	color: #000;
	line-height: 36px;
	font-weight: bold;
}
.header .lg_by p {
	font-size: 15px;
	line-height: 24px;
}
.header .s_ch {
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #555;
	margin-top: 34px;
	margin-left: 30px;
	cursor: pointer;
	float: right;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .s_ch:hover {
	color: #014099;
}
.header .an {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 15px;
	height: 22px;
	width: 30px;
	display: none;
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #555;
	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: 10px;
	left: 0;
}
.header .an span.a3 {
	top: 20px;
	left: 0;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 10px;
	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: 10px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header .nav {
	float: right;
	position: relative;
}
.header .nav ul li {
	height: 100px;
	margin-left: 45px;
	float: left;
	position: relative;
}
.header .nav .y_j {
	position: relative;
}
.header .nav .y_j:after {
	width: 0;
	height: 2px;
	background-color: #014099;
	position: absolute;
	left: 0;
	bottom: 5px;
	content: "";
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .nav ul li:hover .y_j:after {
	width: 100%;
}
.header .nav ul li.on .y_j:after {
	width: 100%;
}
.header .nav .y_j i {
	display: none;
}
.header .nav .y_j a {
	display: block;
	font-size: 15px;
	color: #555;
	text-transform: uppercase;
	line-height: 100px;
}
.header .nav ul {
	float: left;
}
.header .nav ul li:hover .y_j a {
	color: #014099;
}
.header .nav ul li.on .y_j a {
	color: #014099;
}
.header .nav .e_j {
	width: 200px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	position: absolute;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .nav ul li:hover .e_j {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.header .nav .e_j a {
	font-size: 13px;
	text-indent: 10px;
	line-height: 36px;
	color: #777;
	display: block;
}
.header .nav .e_j a:hover {
	background-color: #ecf6fd;
	color: #014099;
	text-indent: 20px;
}
.header .nav .cp_ej {
	width: 500px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	position: absolute;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .nav ul li:hover .cp_ej {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.header .nav .cp_ej .row {
	margin: 0 -20px;
}
.header .nav .cp_ej .col-md-6 {
	border-right: 1px dotted #ddd;
	padding: 0 20px;
}
.header .nav .cp_ej .col-md-6:last-child {
	border-right: 0;
}
.header .nav .cp_ej h3 {
	font-size: 16px;
	line-height: 28px;
	text-indent: 10px;
	color: #333;
	margin-bottom: 10px;
}
.header .nav .cp_ej h3 i {
	font-size: 15px;
	color: #777;
	float: right;
}
.header .nav .cp_ej a {
	font-size: 13px;
	text-indent: 10px;
	line-height: 33px;
	color: #777;
	display: block;
}
.header .nav .cp_ej a:hover {
	background-color: #ecf6fd;
	color: #014099;
	text-indent: 20px;
}
.head_h {
	width: 100%;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
	display: none;
}
.head_h.on {
	display: block;
}
.pc_ban {
	width: 100%;
	height: 670px;
	position: relative;
	overflow: hidden;
}
.pc_ban .swiper-button-prev {
	width: 30px;
	height: 50px;
	background: url(../images/banner-l.png) no-repeat center;
	left: 0%;
	margin-top: -25px;
	opacity: 0;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.pc_ban:hover .swiper-button-prev {
	left: 2%;
	opacity: .5;
}
.pc_ban .swiper-button-next {
	width: 30px;
	height: 50px;
	background: url(../images/banner-r.png) no-repeat center;
	right: 0%;
	margin-top: -25px;
	opacity: 0;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.pc_ban:hover .swiper-button-next {
	right: 2%;
	opacity: .5;
}

@media only screen and (max-width:992px) {
.pc_ban .swiper-button-prev {
	display: none;
}
.pc_ban .swiper-button-next {
	display: none;
}
}
 @keyframes big {
0% {
transform:scale(1.05);
}
100% {
transform:scale(1);
}
}
@-webkit-keyframes big {
0% {
-webkit-transform:scale(1.05);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes big {
0% {
-moz-transform:scale(1.05);
}
100% {
-moz-transform:scale(1);
}
}
@-ms-keyframes big {
0% {
-ms-transform:scale(1.05);
}
100% {
-ms-transform:scale(1);
}
}
@-o-keyframes big {
0% {
-o-transform:scale(1.05);
}
100% {
-o-transform:scale(1);
}
}
.sy_bt {
	text-align: center;
	margin-bottom: 30px;
}
.sy_bt h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 46px;
	color: #014099;
}
.sy_bt h4 {
	font-size: 16px;
	line-height: 32px;
	color: #777;
	text-transform: uppercase;
}
.sy_bt em {
	width: 40px;
	height: 1px;
	background-color: #777;
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
.sy_hy {
	width: 100%;
	padding: 50px 0 60px;
	overflow: hidden;
}
.sy_hy .row {
	margin: 0 -10px;
}
.sy_hy .col-12 {
	padding: 0 10px;
}
.sy_hy .n_r {
	position: relative;
}
.sy_hy .n_r:after {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.sy_hy .n_r:hover:after {
	background-color: rgba(0,0,0,.5);
}
.sy_hy .t_p {
	overflow: hidden;
}
.sy_hy .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
.sy_hy .n_r:hover .t_p img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sy_hy .w_z {
	position: absolute;
	left: 5%;
	top: 50%;
	z-index: 9;
	width: 90%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px #444;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.sy_hy .w_z h3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}
.sy_hy .w_z p {
	line-height: 24px;
}
.sy_cp {
	width: 100%;
	padding: 50px 0 60px;
	overflow: hidden;
}
.sy_cp .cp_zs {
	position: relative;
}
.sy_cp .sy_bt {
	margin-bottom: 20px;
}
.sy_cp .swiper-slide {
	position: relative;
	padding-top: 10px;
}
.sy_cp .cp_zs .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../images/zj1.png) no-repeat center;
	left: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.sy_cp .cp_zs .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(../images/yj1.png) no-repeat center;
	right: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.sy_cp .cp_zs .swiper-pagination {
	bottom: 0;
	display: none;
}
.sy_cp .cp_zs .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #aaa;
}
.sy_cp .cp_zs .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
	border: 0;
	background-color: #014099;
}
.sy_cp .cp_nr {
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.sy_cp .swiper-slide:hover .cp_nr {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}
.sy_cp .cp_nr .t_p img {
	width: 100%;
	height: auto;
	display: block;
}
.sy_cp .cp_nr .w_z {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px
}
.sy_cp .cp_nr .w_z h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_cp .cp_nr:hover .w_z h3 {
	color: #014099;
}
.sy_cp .cp_nr .w_z em {
	width: 30px;
	height: 4px;
	background-color: #014099;
	margin: 15px auto 10px;
	display: block;
}
.sy_cp .cp_nr .w_z p {
	line-height: 24px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_bn {
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sy_gy {
	width: 100%;
	padding: 90px 0px;
	background: url(../images/gy_bj.jpg) no-repeat top center / cover fixed;
}
.sy_gy .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sy_gy .gy_lf {
	width: 100%;
	background-color: #FFF;
	padding: 35px;
}
.sy_gy .gy_lf .sy_bt {
	text-align: left;
	margin-bottom: 25px;
}
.sy_gy .gy_lf .sy_bt h3 {
	font-size: 26px;
	color: #333;
}
.sy_gy .gy_lf .sy_bt em {
	width: 60px;
	height: 3px;
	background-color: #014099;
	margin: 0;
}
.sy_gy .gy_lf .w_z {
	font-size: 14px;
	color: #777;
	line-height: 28px;
}
.sy_gy .gy_rt {
	width: 100%;
}
.sy_gy .gy_rt li {
	float: left;
	width: 50%;
	margin: 30px 0;
	text-align: center;
}
.sy_gy .gy_rt li .n_r {
	width: 100%;
}
.sy_gy .gy_rt li .n_r .s_z {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.sy_gy .gy_rt li .n_r .s_z b {
	font-size: 46px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
}
.sy_gy .gy_rt li .n_r em {
	display: block;
	width: 70px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.sy_gy .gy_rt li .n_r p {
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.sy_gy .gy_rt li .n_r span {
	font-size: 36px;
}
a.m_r {
	width: 180px;
	height: 40px;
	background-color: #014099;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 30px;
}
a.m_r i {
	width: 35px;
	height: 8px;
	padding-left: 5px;
	display: inline-block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
a.m_r:hover i {
	padding-left: 15px;
}
.sy_yf {
	width: 100%;
	padding: 100px 0 0;
	overflow: hidden;
}
.sy_yf .yf_sc {
	width: 100%;
	background-color: #014099;
}
.sy_yf .yf_sc .row {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sy_yf .yf_sc .col-12 {
	padding: 0;
}
.sy_yf .yf_sc .hd {
	position: relative;
	z-index: 9;
}
.sy_yf .yf_sc .hd ul li {
	display: block;
	min-height: 60px;
	padding-right: 80px;
	color: #fff;
	text-align: right;
	margin: 60px 0;
	position: relative;
}
.sy_yf .yf_sc .hd h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 6px;
}
.sy_yf .yf_sc .hd p {
	line-height: 22px;
	font-size: 12px;
}
.sy_yf .yf_sc .hd .t_b {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -30px;
}
.sy_yf .yf_sc .hd ul li.on .t_b:after {
	width: 60px;
	height: 60px;
	content: "";
	border-radius: 50%;
	background-color: #a6e0fd;
	position: absolute;
	top: 0;
	left: 0;
	animation: gq 2.5s ease-out infinite;
	-webkit-animation: gq 2.5s ease-out infinite;
	-moz-animation: gq 2.5s ease-out infinite;
	-ms-animation: gq 2.5s ease-out infinite;
	-o-animation: gq 2.5s ease-out infinite;
}
.sy_yf .yf_sc .hd .t_b img {
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 30px;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 9;
}
.sy_yf .yf_sc .bd {
	position: relative;
}
.sy_yf .yf_sc .bd:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0,116,197,.5);
}
.sy_yf .yf_sc .bd img {
	width: 100%;
	height: auto;
	display: block;
}
 @-webkit-keyframes gq {
0% {
opacity:1;
}
100% {
opacity:0;
-webkit-transform:scale(1.3);
}
}
@-moz-keyframes gq {
0% {
opacity:1;
}
100% {
opacity:0;
-moz-transform:scale(1.3);
}
}
@-ms-keyframes gq {
0% {
opacity:1;
}
100% {
opacity:0;
-ms-transform:scale(1.3);
}
}
@-o-keyframes gq {
0% {
opacity:1;
}
100% {
opacity:0;
-o-transform:scale(1.3);
}
}
@keyframes gq {
0% {
opacity:1;
}
100% {
opacity:0;
transform:scale(1.3);
}
}
.sy_al {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}
.sy_al .al_zs {
	position: relative;
}
.sy_al .al_zs .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../images/zj1.png) no-repeat center;
	left: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.sy_al .al_zs .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(../images/yj1.png) no-repeat center;
	right: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.sy_al .al_zs .swiper-pagination {
	bottom: 0;
	display: none;
}
.sy_al .al_zs .swiper-pagination-bullet {
	background-color: #aaa;
}
.sy_al .al_zs .swiper-pagination-bullet-active {
	background-color: #014099;
}
.sy_al .al_nr {
	overflow: hidden;
	position: relative;
}
.sy_al .al_nr .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.sy_al .al_nr:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.sy_al .al_nr .w_z {
	width: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,.6);
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.sy_al .al_nr:hover .w_z {
	background-color: rgba(0,116,197,.8);
}
.sy_xw1 {
	width: 100%;
	padding: 50px 0 30px;
	overflow: hidden;
}
.sy_xw1 .t_p {
	overflow: hidden;
}
.sy_xw1 .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.sy_xw1 .tw_nr:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.sy_xw1 .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_xw1 .tw_nr:hover .w_z a {
	color: #014099;
}
.sy_xw1 .x_w ul li:hover .w_z a {
	color: #014099;
}
.sy_xw1 .tw_nr {
	background-color: #f7f7f7;
	padding: 25px 20px;
}
.sy_xw1 .tw_nr .w_z {
	margin-top: 15px;
}
.sy_xw1 .tw_nr .w_z .s_j {
	font-size: 18px;
	margin-bottom: 5px;
}
.sy_xw1 .tw_nr .w_z p {
	line-height: 24px;
	height: 48px;
	color: #888;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sy_xw1 .x_w .row {
	margin: 0 -30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sy_xw1 .x_w .col-md-3 {
	padding: 0 30px;
}
.sy_xw1 .x_w .col-md-9 {
	padding: 0 30px;
	border-left: 1px solid #ddd;
}
.sy_xw1 .x_w .r_q {
	text-align: center;
	color: #777;
	line-height: 24px;
}
.sy_xw1 .x_w .r_q strong {
	font-size: 20px;
	color: #333;
	display: block;
	line-height: 32px;
}
.sy_xw1 .x_w ul li {
	margin-bottom: 30px;
	padding: 25px 30px;
	background-color: #f7f7f7;
}
.sy_xw1 .x_w .w_z p {
	line-height: 24px;
	height: 48px;
	color: #888;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sy_xw {
	width: 100%;
	padding: 50px 0 60px;
	overflow: hidden;
	background: #fafafa
}
.sy_xw .xw_fl {
	position: relative;
}
.sy_xw .xw_fl .bd {
	width: 65%;
}
.sy_xw .xw_fl .bd img {
	width: 100%;
	height: auto;
	display: block;
}
.sy_xw .xw_fl .hd {
	width: 35%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.sy_xw .xw_fl .hd ul li {
	width: 100%;
	height: 25%;
	position: absolute;
	left: 0;
}
.sy_xw .xw_fl .hd ul li:hover {
	background-color: #014099;
}
.sy_xw .xw_fl .hd ul li.on {
	background-color: #014099;
}
.sy_xw .xw_fl .hd ul li:after {
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.sy_xw .xw_fl .hd ul li.o_a {
	top: 0;
}
.sy_xw .xw_fl .hd ul li.o_b {
	top: 25%;
}
.sy_xw .xw_fl .hd ul li.o_c {
	top: 50%;
}
.sy_xw .xw_fl .hd ul li.o_d {
	top: 75%;
}
.sy_xw .xw_fl .hd ul li.o_d:after {
	display: none;
}
.sy_xw .xw_fl .hd .w_z {
	width: 90%;
	padding-bottom: 20px;
	position: absolute;
	bottom: 20px;
	left: 5%;
	background: url(../images/hj.png) no-repeat left bottom;
}
.sy_xw .xw_fl .hd .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_xw .xw_fl .hd ul li:hover .w_z h3 {
	color: #fff;
}
.sy_xw .xw_fl .hd ul li.on .w_z h3 {
	color: #fff;
}
.sy_xw .xw_fl .hd .w_z span {
	font-size: 16px;
	color: #999;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_xw .xw_fl .hd ul li:hover .w_z span {
	color: #fff;
}
.sy_xw .xw_fl .hd ul li.on .w_z span {
	color: #fff;
}
.sy_hz {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 30px 0;
	overflow: hidden;
}
.sy_hz .hz_zs {
	position: relative;
}
.sy_hz .hz_zs .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../images/zj1.png) no-repeat center;
	left: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.sy_hz .hz_zs .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(../images/yj1.png) no-repeat center;
	right: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.sy_hz .hz_zs .swiper-pagination {
	bottom: 0;
	display: none;
}
.sy_hz .hz_zs .swiper-pagination-bullet {
	background-color: #aaa;
}
.sy_hz .hz_zs .swiper-pagination-bullet-active {
	background-color: #014099;
}
.sy_hz .hz_zs img {
	width: 100%;
	height: auto;
	display: block;
}
.ny_ban {
	width: 100%;
	height: 360px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.ny_ban .container {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.ny_ban .w_z {
	position: relative;
}
.ny_ban .w_z h3 {
	font-size: 36px;
	line-height: 46px;
}
.ny_ban .w_z h4 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
}
.ny_ban .w_z em {
	width: 60px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 20px 0;
}
.gy_wm {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.gy_wm .row {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gy_wm .w_z {
	font-size: 15px;
	line-height: 28px;
	color: #333;
}
.gy_wm img {
	width: 100%;
	height: auto;
	display: block;
}
.gy_wm .xc_bt {
	font-size: 26px;
	text-align: center;
	color: #014099;
	margin-bottom: 35px;
}
.gy_wm .qy_fc {
	position: relative;
}
.gy_wm .qy_fc .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../images/zj1.png) no-repeat center;
	left: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.gy_wm .qy_fc .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(../images/yj1.png) no-repeat center;
	right: -35px;
	margin-top: -17px;
	opacity: .6;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
}
.gy_wm .qy_fc .swiper-pagination {
	bottom: 0;
	display: none;
}
.gy_wm .qy_fc .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #aaa;
}
.gy_wm .qy_fc .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
	border: 0;
	background-color: #014099;
}
.ny_cp {
	width: 100%;
	padding: 50px 0 70px;
	overflow: hidden;
}
.ny_cp .ny_lm {
	padding: 10px;
	background: #014099 url(../images/lm_bj.png) no-repeat top center / 100% auto;
	text-align: left
}
.ny_cp .ny_lm .b_t {
	margin: 10px 5px 15px;
}
.ny_cp .ny_lm .b_t h3 {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
}
.ny_cp .ny_lm .b_t h4 {
	font-size: 16px;
	line-height: 30px;
	color: #ccc;
	font-family: Arial;
	text-transform: uppercase;
}
.ny_cp .ny_lm .b_t em {
	width: 44px;
	height: 2px;
	margin: 8px 0 5px;
	background-color: #aaa;
	display: block;
}
.ny_cp .ny_lm .l_b {
	display: none;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 50px;
	background-color: #014099;
	position: relative;
}
.ny_cp .ny_lm .l_b i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.ny_cp .ny_lm .l_m {
	padding: 7px 7px 0 7px;
	background-color: #fff;
}
.ny_cp .ny_lm .l_m ul li {
	display: block;
	background-color: #f7f7f7;
	margin-bottom: 7px;
}
.ny_cp .ny_lm .l_m a {
	display: block;
	padding: 0 15px;
	font-size: 15px;
	line-height: 44px;
}
.ny_cp .ny_lm .l_m ul li:hover a {
	background-color: #014099;
	color: #fff;
}
.ny_cp .ny_lm .l_m ul li.on a {
	background-color: #014099;
	color: #fff;
}
.ny_cp .ny_lm .l_m a.e_j {
	position: relative;
}
.ny_cp .ny_lm .l_m em {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	display: block;
	font-size: 22px;
	color: #777;
	text-align: center;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.ny_cp .ny_lm .l_m ul li:hover em {
	color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.ny_cp .ny_lm .l_m ul li.on em {
	color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.ny_cp .ny_lm .s_j {
	display: none;
}
.ny_cp .ny_lm .l_m ul li.on .s_j {
	display: block;
}
.ny_cp .ny_lm .s_j a {
	line-height: 40px;
	color: #555;
	margin-bottom: 1px;
	display: block;
}
.ny_cp .ny_lm .s_j a:hover {
	color: #0074c5;
	text-indent: 15px;
	background-color: #ecf6fd;
}
.ny_cp .ny_lm .s_j a.n {
	color: #0074c5;
	text-indent: 0px;
	background-color: #ecf6fd;
}
.ny_cp .ny_lm .l_m ul li:hover .s_j a {
	background: none;
	color: #555;
}
.ny_cp .ny_lm .l_m ul li:hover .s_j a:hover {
	color: #014099;
}
.ny_cp .ny_lm .l_m ul li.on .s_j a {
	background: none;
	color: #555;
}
.ny_cp .ny_lm .l_m ul li.on .s_j a.n {
	color: #014099;
}
.ny_cp .lm_bt {
	height: 51px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.ny_cp .lm_bt .m_c {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.ny_cp .cp_lb .row {
	margin: 0 -10px;
}
.ny_cp .cp_lb .col-12 {
	padding: 0 10px;
}
.ny_cp .cp_lb .n_r {
	margin-bottom: 20px;
	padding: 30px 15px;
	background-color: #fff;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.ny_cp .cp_lb .n_r:hover {
	box-shadow: 0 0 15px #ddd;
}
.ny_cp .cp_lb .n_r img {
	width: 100%;
	height: auto;
	display: block;
}
.ny_cp .cp_lb .n_r p {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
}
.cp_xq {
	overflow: hidden;
	position: relative;
}
.cp_xq .swiper-zs {
	padding-bottom: 30px;
	border: 1px solid #d7d7d7;
}
.cp_xq .swiper-zs img {
	width: 100%;
	height: auto;
	display: block;
}
.cp_xq .swiper-pagination {
	bottom: 10px;
}
.cp_xq .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #555;
}
.cp_xq .swiper-pagination-bullet-active {
	background-color: #014099;
	border: 0;
}
.cp_xq .cp_cs .n_r {
	padding: 15px;
}
.cp_xq .cp_cs .b_t {
	font-size: 26px;
	font-weight: bold;
	color: #014099;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.cp_xq .cp_cs .c_s ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}
.cp_xq .cp_cs .c_s ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #555;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
}
.cp_xq .cp_cs a {
	display: inline-block;
	margin-top: 20px;
	background-color: #014099;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	padding: 0 30px;
}
.cp_xq .cp_js {
	margin-top: 20px;
	height: auto;
	overflow: hidden
}
.cp_xq .cp_js .hd {
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.cp_xq .cp_js .hd ul li {
	float: left;
	padding: 0 25px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #014099;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	margin-right: 5px;
	cursor: pointer;
}
.cp_xq .cp_js .hd ul li.on {
	background-color: #014099;
	color: #fff;
}
.cp_xq .cp_js .n_r {
	font-size: 15px;
	line-height: 28px;
}
.cp_xq .cp_js .n_r .tup {
	float: left;
	width: 40%
}
.cp_xq .cp_js .n_r .tup img {
	width: 100%
}
.cp_xq .cp_js .n_r .wenzi {
	float: right;
	width: 60%
}
.cp_xq .cp_js .n_r a {
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #014099;
	margin-bottom: 10px;
}
.cp_xq .cp_js .n_r a:hover {
	text-decoration: underline !important;
}
.xw_zx {
	width: 100%;
	padding: 60px 0 0;
	overflow: hidden;
}
.xw_zx .xw_lb ul li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.xw_zx .xw_lb .t_p {
	overflow: hidden;
}
.xw_zx .xw_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.xw_zx .xw_lb ul li:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.xw_zx .xw_lb .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xw_zx .xw_lb .w_z span {
	font-size: 14px;
	color: #555;
	display: block;
	float: left;
	margin-right: 30px;
}
.xw_zx .xw_lb .w_z i {
	font-size: 14px;
	color: #333;
	padding-right: 5px;
}
.xw_zx .xw_lb .w_z p {
	line-height: 24px;
	color: #777;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xw_zx .xw_lb .w_z a.x_q {
	width: 100px;
	height: 32px;
	border: 1px solid #014099;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #014099;
	display: block;
	margin-top: 15px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.xw_zx .xw_lb .w_z a.x_q:hover {
	background-color: #014099;
	color: #fff;
}
.ny_nr {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.ny_nr .lx_wm {
	box-shadow: 0 0 20px #ddd;
}
.ny_nr .lx_wm .n_r {
	padding: 30px;
}
.ny_nr .lx_wm .n_r h3 {
	font-size: 20px;
	line-height: 32px;
	color: #014099;
}
.ny_nr .lx_wm .n_r h4 {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ny_nr .lx_wm .w_z {
	font-size: 14px;
	line-height: 28px;
}
.ny_nr .lx_wm .l_y input {
	width: 100%;
	height: 47px;
	font-size: 14px;
	line-height: 46px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.ny_nr .lx_wm .l_y textarea {
	width: 100%;
	height: 98px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	display: block;
	resize: none;
}
.ny_nr .lx_wm .l_y button {
	width: 120px;
	height: 36px;
	background-color: #014099;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	float: left;
}
.ny_nr .lx_wm .l_y button.c_z {
	background-color: #aaa;
}
.rc_zp {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.rc_zp .ts {
	font-size: 15px;
	line-height: 26px;
	color: #888;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rc_zp .ts a {
	color: #014099;
}
.rc_zp .jr_lm {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	margin-bottom: 10px;
}
.rc_zp .jr_lm.jt {
	border: 1px solid #014099;
}
.rc_zp .jr_bt {
	padding: 10px 20px;
	height: 60px;
	font-size: 14px;
	line-height: 40px;
	color: #555;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.rc_zp .jr_bt:hover {
	background-color: #e7e7e7;
}
.rc_zp .jr_bt.on {
	background-color: #e7e7e7;
}
.rc_zp .jr_bt i {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rc_zp .jr_bt.on i {
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
}
.rc_zp .jr_lm.jt .jr_bt {
	background-color: #014099;
	color: #fff;
	padding: 0 20px;
	line-height: 60px;
}
.rc_zp .jr_bt span {
	float: left;
	width: 33.333333%;
	text-align: center;
}
.rc_zp .jr_bt span.s_40 {
	text-align: left;
}
.rc_zp .jr_nr {
	background-color: #fff;
	padding: 30px 25px 10px;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 3px;
	display: none;
	position: relative;
}
.rc_zp .jr_nr .lm {
	color: #014099;
}
.rc_zp .jr_nr .js {
	margin-bottom: 20px;
}
.rc_zp .jr_nr a.wy_yp {
	width: 110px;
	height: 36px;
	position: absolute;
	top: 30px;
	right: 35px;
	background-color: #014099;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
}
.rc_zp .jr_nr a.wy_yp i {
	padding-left: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rc_zp .jr_nr a.wy_yp:hover i {
	padding-left: 15px;
}
.yg_fl {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.yg_fl .fl_js {
	font-size: 16px;
	color: #777;
	text-align: center;
	line-height: 28px;
	margin-bottom: 35px;
}
.yg_fl .fl_nr ul li {
	width: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
	margin-bottom: 30px;
}
.yg_fl .fl_nr .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yg_fl .fl_nr .l_m {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, #034d81 0%, #014099 100%);
	background-image: -moz-linear-gradient(90deg, #034d81 0%, #014099 100%);
	background-image: -ms-linear-gradient(90deg, #034d81 0%, #014099 100%);
	background-image: -o-linear-gradient(90deg, #034d81 0%, #014099 100%);
	background-image: linear-gradient(90deg, #034d81 0%, #014099 100%);
}
.yg_fl .fl_nr .t_b {
	width: 80px;
	margin: 0 auto 6px;
}
.yg_fl .fl_nr .t_b img {
	width: 100%;
	height: auto;
	display: block;
}
.yg_fl .fl_nr .l_m h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
}
.yg_fl .fl_nr .w_z {
	padding: 20px 30px;
	font-size: 16px;
	line-height: 28px;
	color: #777;
}
.jl_fs {
	width: 100%;
	padding: 50px 0;
	background-color: #f7f7f7;
	text-align: center;
	overflow: hidden;
}
.jl_fs h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	margin-bottom: 10px;
}
.jl_fs h4 {
	font-size: 16px;
	color: #777;
	line-height: 28px;
}
.jl_fs span {
	font-size: 15px;
	line-height: 44px;
	color: #fff;
	display: inline-block;
	background-color: #014099;
	padding: 0 20px;
	border-radius: 5px;
}
.hz_al {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.hz_al .al_lb ul li {
	margin-bottom: 30px;
}
.hz_al .al_lb .t_p {
	overflow: hidden;
}
.hz_al .al_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.hz_al .al_lb ul li:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.hz_al .al_lb .w_z {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hz_al .al_lb ul li:hover .w_z a {
	color: #014099;
}
.lx_dt {
	padding: 60px 0 0;
}
.lx_dt .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lx_dt .map {
	height: 300px;
}
.lx_dt .lx_xx {
	background-color: #f7f7f7;
	min-height: 300px;
	padding: 40px;
}
.lx_dt .lx_xx h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	margin-bottom: 20px;
}
.lx_dt .lx_xx p {
	line-height: 30px;
	font-size: 15px;
	color: #555;
	margin-bottom: 30px;
}
.lx_dt .lx_xx strong {
	padding-left: 45px;
	background: url(../images/a7.png) no-repeat left center;
	font-size: 26px;
	color: #014099;
	line-height: 40px;
	display: block;
}
.lx_dt .lx_xx span {
	font-size: 20px;
	color: #000;
}
.fg_dw {
	padding: 60px 0 30px;
}
.fg_dw .fw_js {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.fg_dw .fw_gs ul li {
	margin-bottom: 30px;
}
.fg_dw .fw_gs .n_r {
	padding-right: 15px;
	padding: 20px;
	border: 1px solid #ddd;
}
.fg_dw .fw_gs .n_r h3 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
	line-height: 32px;
}
.fg_dw .fw_gs .n_r p {
	line-height: 28px;
	color: #777;
}
.lx_fs {
	width: 100%;
	padding: 60px 0;
	background-color: #f7f7f7;
}
.lx_fs .row {
	margin: 0 -20px;
}
.lx_fs .col-lg-5 {
	padding: 0 20px;
}
.lx_fs .col-lg-7 {
	padding: 0 20px;
}
.lx_fs .n_r h1 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
}
.lx_fs .n_r .row {
	margin: 0 -10px;
}
.lx_fs .n_r .col-12 {
	padding: 0 10px;
}
.lx_fs .n_r em {
	width: 30px;
	height: 1px;
	background-color: #333;
	display: block;
	margin-bottom: 30px;
}
.lx_fs .n_r p {
	line-height: 26px;
}
.lx_fs .n_r p img {
	max-width: 120px;
	height: auto;
	display: block;
}
.lx_fs .n_r input.w_z {
	width: 100%;
	height: 40px;
	border: 1px solid #333;
	padding: 0 10px;
	line-height: 38px;
	color: #555;
	display: block;
	margin-bottom: 20px;
}
.lx_fs .n_r input.a_n {
	width: 150px;
	height: 40px;
	background-color: #000;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	display: block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.lx_fs .n_r input.a_n:hover {
	background-color: #014099;
}
.lx_fs .n_r textarea {
	width: 100%;
	height: 66px;
	border: 1px solid #333;
	padding: 6px 10px;
	line-height: 26px;
	color: #555;
	display: block;
	margin-bottom: 20px;
	resize: none;
}
.lx_fs .n_r span {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	display: block;
	margin-bottom: 10px;
}
.f20 {
	font-size: 20px;
}
.f16 {
	font-size: 16px;
}
.f12 {
	font-size: 12px;
}
.c194069 {
	color: #014099;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.index .a2 {
	padding-bottom: 37px;
	height: auto;
	overflow: hidden
}
.index .a2 h3 {
	position: relative;
	padding: 0 40px;
	line-height: 75px;
	font-family: "Hiragino Sans GB", Arial, "微软雅黑";
	border-bottom: 1px solid #f2f2f2;
	height: 75px;
}
.index .a2 h3 .more {
	position: absolute;
	right: 38px;
	background: url(../images/ico7.png) no-repeat right center;
	width: 21px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
}
.index .a2 h3 .more:hover {
	background-position: left center;
}
.index .a2 .b1 {
	width: 360px;
	background-color: #fff;
	box-shadow: 0 1px 1px #eaeaea;
}
.index .a2 .b1 ul {
	padding: 0 25px;
}
.index .a2 .b1 ul li a {
	display: block;
	border-top: 1px solid #c6c6c6;
	padding: 27px 0 50px 112px;
	position: relative;
	height: auto;
	color: #666;
	overflow: hidden
}
.index .a2 .b1 ul li a .img {
	margin-left: -112px;
	width: 92px;
	height: 73px;
}
.index .a2 .b1 ul li a .dete {
	padding-left: 26px;
	position: absolute;
	left: 0;
	top: 113px;
	background: url(../images/ico10.png) no-repeat 7px center;
}
.index .a2 .b1 ul li a .title {
	color: #333;
	padding-bottom: 5px;
}
.index .a2 .b1 ul li a:hover .title {
	color: #014099;
}
.index .a2 .b1 ul li:first-child a {
	border-top: 0;
}
.index .a2 .b2 {
	background-color: #fff;
	width: 800px;
	box-shadow: 0 1px 1px #eaeaea;
}
.index .a2 .b2 .info {
	padding: 13px 0 5px 12px;
}
.index .a2 .b2 .info dt {
	position: relative;
	width: 384px;
	height: 289px;
	float: left;
}
.index .a2 .b2 .info dt img {
	width: 384px;
	height: 289px;
}
.index .a2 .b2 .info dt .tc {
	position: absolute;
	left: 25px;
	top: 25px;
}
.index .a2 .b2 .info dt .tc h4 {
	font-family: "Helvetica-Narrow", Arial, "微软雅黑";
}
.index .a2 .b2 .info dt .more {
	position: absolute;
	width: 127px;
	line-height: 40px;
	color: #fff;
	background: url(../images/ico11.png);
	text-align: center;
	left: 27px;
	bottom: 28px;
}
.index .a2 .b2 .info dt .more:hover {
	background: #f5a200;
	background: rgba(245, 162, 0, 0.8);
}
.index .a2 .b2 .info dd {
	margin: 0 0 10px 10px;
	width: 187px;
	height: 139px;
	position: relative;
	font-family: "Helvetica-Narrow", Arial, "微软雅黑";
	float: left;
}
.index .a2 .b2 .info dd img {
	width: 187px;
	height: 139px;
}
.index .a2 .b2 .info dd .bg1 {
	position: absolute;
	left: 20px;
	bottom: 22px;
	width: 16px;
	height: 2px;
	background-color: #214568;
}
.index .a2 .b2 .info dd h4 {
	font-family: "Hiragino Sans GB", Arial, "微软雅黑";
	padding: 16px 0 0 16px;
}
.index .a2 .b2 .info dd .p1 {
	padding-left: 16px;
}
.index .a2 .b2 .info dd .tc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index .a2 .b2 .info dd .bg2 {
	position: absolute;
	background: url(../images/ico11.png);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	z-index: 0;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.index .a2 .b2 .info dd:hover .bg2 {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.index .a2 .b2 .info dd:hover a, .index .a2 .b2 .info dd:hover h4 {
	color: #fff;
}
.index .a2 .b2 .info dd:hover .bg1 {
	background-color: #fff;
}
.footer {
	width: 100%;
	padding: 50px 0;
	background-color: #222222;
	font-size: 13px;
	color: #999;
}
.footer h3 {
	font-size: 18px;
	line-height: 32px;
	color: #999;
	margin-bottom: 10px;
}
.footer h3 i {
	display: none;
}
.footer h3 a {
	font-size: 18px !important;
	color: #999 !important;
}
.footer p {
	line-height: 30px;
}
.footer p a {
	color: #999;
}
.footer .l_m {
	line-height: 30px;
}
.footer .l_m a {
	color: #999;
	display: block;
}
.footer .l_m a:hover {
	color: #fff;
}
.footer .ft_lx {
	margin-right: 50px;
	min-height: 192px;
	border-right: 1px dotted #666;
}
.footer .tel {
	padding-left: 60px;
	font-size: 15px;
	line-height: 26px;
	margin: 10px 0;
	position: relative;
}
.footer .tel i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 46px;
	line-height: 52px;
	color: #fff;
}
.footer .tel strong {
	display: block;
	font-size: 26px;
	color: #014099;
}
.footer .ft_dh ul li {
	float: left;
}
.footer .ft_dh ul li a {
	line-height: 30px;
	color: #999;
}
.footer .ewm img {
	max-width: 110px;
	height: auto;
	display: block;
}
.footer .ewm p {
	font-size: 12px;
	margin-top: 8px;
}

@media only screen and (max-width:992px) {
.footer {
	padding: 40px 0 0;
}
.footer .col-12 {
	margin-bottom: 40px;
}
}

@media only screen and (max-width:640px) {
.footer {
	padding: 30px 0 0;
}
.footer .col-12 {
	margin-bottom: 30px;
}
}
.banquan {
	width: 100%;
	padding: 15px 0;
	background-color: #1c1c1c;
	text-align: center;
	line-height: 26px;
	color: #666;
}
.banquan span {
	padding: 0 6px;
}
.banquan span a {
	color: #666;
}

@media only screen and (max-width:992px) {
.banquan {
	padding: 15px 0;
}
}

@media only screen and (max-width:640px) {
.banquan {
	margin-bottom: 46px;
	line-height: 22px;
}
.banquan span {
	display: inline-block;
}
}
.search {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.search .sc_bj {
	width: 100%;
	padding: 150px 0;
	background-color: #014099;
	position: relative;
}
.search .sc_gb {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.search .sc_gb:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.search .sc_gb i {
	font-size: 36px;
	color: #fff;
}
.search .sc_nr {
	width: 500px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}
.search input {
	width: 430px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	float: left;
}
.search input::placeholder {
color:#eee;
}
.search button {
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	float: right;
	outline: none;
}
.search button i {
	font-size: 30px;
}

@media only screen and (max-width:640px) {
.search .sc_bj {
	padding: 100px 0;
}
.search .sc_gb {
	top: 20px;
	right: 20px;
}
.search .sc_gb i {
	font-size: 26px;
}
.search .sc_nr {
	width: 90%;
}
.search input {
	width: 85%;
	font-size: 15px;
}
.search button {
	width: 15%;
}
.search button i {
	font-size: 26px;
}
}
.e_m {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.9);
	z-index: 99999;
	display: none;
}
.e_m .n_r {
	width: 200px;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.e_m .n_r img {
	width: 100%;
	height: auto;
	display: block;
}
.e_m .n_r p {
	font-size: 15px;
	color: #888;
	margin-top: 10px;
}

@media only screen and (max-width:992px) {
.e_m .n_r {
	width: 200px;
	padding: 15px;
}
.e_m .n_r p {
	font-size: 15px;
}
}
.pc_kf {
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99999;
}
.pc_kf .nr {
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
}
.pc_kf .tel {
	width: 160px;
	background-color: #014099;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}
.pc_kf .nr:hover .tel {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .ewm {
	width: 130px;
	padding: 10px 10px 0;
	background-color: #014099;
	position: absolute;
	bottom: 0;
	right: -180px;
	opacity: 0;
}
.pc_kf .ewm img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.pc_kf .ewm p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 10px;
}
.pc_kf .nr:hover .ewm {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .nr a {
	display: block;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 10px #ddd;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.pc_kf .nr i {
	color: #333;
}
.pc_kf .nr i.icon-aui-icon-qq {
	font-size: 30px;
}
.pc_kf .nr i.icon-icon {
	font-size: 26px;
	vertical-align: middle;
}
.pc_kf .fh {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #014099;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.pc_kf .fh i {
	font-size: 30px;
	font-weight: bold;
}

@media only screen and (max-width:992px) {
.pc_kf {
	right: 10px;
	bottom: 10px;
}
}

@media only screen and (max-width:640px) {
.pc_kf {
	width: 100%;
	background-color: #014099;
	position: fixed;
	right: 0;
	bottom: 0;
}
.pc_kf .nr {
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.6);
	font-size: 20px;
	background: none;
	box-shadow: none;
	margin-bottom: 0;
	float: left;
}
.pc_kf .tel {
	display: none;
}
.pc_kf .ewm {
	display: none;
}
.pc_kf .nr a {
	display: block;
	width: 100%;
	border-radius: 0;
	background-color: #014099;
	box-shadow: none;
}
.pc_kf .nr i {
	color: #fff;
}
.pc_kf .nr a:hover i {
	color: #fff;
}
.pc_kf .fh {
	width: 25%;
	box-shadow: none;
	font-size: 22px;
	float: left;
}
}
.f18 {
	font-size: 18px;
}
.f15 {
	font-size: 15px;
}
.ny_cp .page_r {
	width: 900px;
	padding: 0 15px;
	background-color: #fff;
}
.ny_cp .course {
	padding: 1px;
}
.ny_cp .course .tab {
	width: 800px;
	margin: 0 auto;
	padding: 45px 0 0;
	position: relative;
}
.ny_cp .course .tab .info {
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.ny_cp .course .tab .bd {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}
.ny_cp .course .tab .bd li {
	cursor: pointer;
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	line-height: 30px;
}
.ny_cp .course .tab .bd li .i {
	position: absolute;
	background: url(../images/ico16.png) no-repeat left top;
	width: 25px;
	height: 34px;
	left: 37px;
	bottom: -31px;
}
.ny_cp .course .tab .bd li.on {
	font-size: 20px;
	color: #27499d;
}
.ny_cp .course .tab .bd li.on .i {
	background-position: right top;
}
.ny_cp .course .tab .prev {
	background: url(../images/ico15.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	left: -50px;
	top: 50px;
	z-index: 10;
}
.ny_cp .course .tab .next {
	background: url(../images/ico14.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	right: -50px;
	top: 50px;
	z-index: 10;
}
.ny_cp .course .b1 {
	padding-bottom: 40px;
}
.ny_cp .course .b1 li {
	zoom: 1;
	overflow: hidden;
	display: none;
}
.ny_cp .course .b1 .img {
	width: 615px;
}
.ny_cp .course .b1 .text {
	width: 240px;
}
.ny_cp .course .b1 .text h4 {
	font-size: 25px;
	color: #27499d;
	background: url(../images/ico17.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ny_cp .course .b1 .text p {
	color: #a6a6a6;
	line-height: 2.2;
}
.ny_cp .mien .a1 {
	width: 925px;
	padding: 27px 0 20px;
}
.ny_cp .mien .a1 .b1 {
	position: relative;
	width: 282px;
	height: 414px;
	margin-right: 26px;
	margin-bottom: 26px;
}
.ny_cp .mien .a1 .b1 img {
	width: 282px;
	height: 414px;
}
.ny_cp .mien .a1 .b1 .tc {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 215px;
}
.ny_cp .mien .a1 .b2 {
	position: relative;
	width: 282px;
	height: 194px;
	margin-right: 26px;
	margin-bottom: 26px;
	overflow: hidden;
}
.ny_cp .mien .a1 .b2 img {
	width: 282px;
	height: 194px;
}
.ny_cp .mien .a1 .b2 .tc {
	position: absolute;
	width: 100%;
	line-height: 50px;
	background: url(../images/ico11.png);
	left: 0;
	bottom: -50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ny_cp .mien .a1 .b2 .tc h3 {
	padding: 0 20px;
	background: url(../images/ico18.png) no-repeat 240px 18px;
}
.ny_cp .mien .a1 .b2:hover .tc {
	bottom: 0;
}
.ny_cp .mien .a1 .b3 {
	position: relative;
	width: 590px;
	height: 194px;
	margin-right: 26px;
	margin-bottom: 26px;
}
.ny_cp .mien .a1 .b3 img {
	width: 590px;
	height: 194px;
}
.ny_cp .mien .a1 .b3 .tc {
	position: absolute;
	line-height: 50px;
	background-color: #27499d;
	bottom: 0;
	right: 0;
	padding: 0 16px;
}
.ny_cp .mien .a2 {
	padding-top: 27px;
}
.ny_cp .mien .a2 .info {
	position: relative;
}
.ny_cp .mien .a2 .info li {
	display: none;
}
.ny_cp .mien .a2 .info li img {
	width: 900px;
	height: 506px;
}
.ny_cp .mien .a2 .info .prev {
	width: 28px;
	height: 52px;
	background: url(../images/ico45.png) no-repeat center;
	position: absolute;
	left: 20px;
	top: 220px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .mien .a2 .info .prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .mien .a2 .info .next {
	width: 28px;
	height: 52px;
	background: url(../images/ico44.png) no-repeat center;
	position: absolute;
	right: 20px;
	top: 220px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .mien .a2 .info .next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .mien .a2 .info .text {
	padding: 0 70px;
	height: 90px;
}
.ny_cp .mien .a2 .info .text table {
	height: 100%;
	width: 100%;
}
.ny_cp .mien .a2 .info .ic {
	background: url(../images/ico50.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 45px;
	width: 35px;
	line-height: 1;
}
.ny_cp .mien .a2 .info .ic .i {
	position: absolute;
	top: 0;
	left: 0;
}
.ny_cp .mien .a2 .info .ic .c {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ny_cp .mien .a2 .info2 {
	padding: 10px 25px 30px;
	position: relative;
}
.ny_cp .mien .a2 .info2 li {
	float: left;
	width: 160px;
	height: 90px;
	margin: 0 5px;
}
.ny_cp .mien .a2 .info2 .sPrev {
	width: 18px;
	height: 88px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #f5f5f5 url(../images/ico48.png) no-repeat center;
	border: 1px solid #eeeeee;
}
.ny_cp .mien .a2 .info2 .sPrev:hover {
	border: 1px solid #123254;
	background: #27499d url(../images/ico46.png) no-repeat center;
}
.ny_cp .mien .a2 .info2 .sNext {
	width: 18px;
	height: 88px;
	position: absolute;
	right: 0;
	top: 10px;
	background: #f5f5f5 url(../images/ico49.png) no-repeat center;
	border: 1px solid #eeeeee;
}
.ny_cp .mien .a2 .info2 .sNext:hover {
	border: 1px solid #123254;
	background: #27499d url(../images/ico47.png) no-repeat center;
}
.ny_cp .news .a1 dt {
	background: url(../images/ico19.jpg) repeat-x left bottom;
	padding: 23px 0 30px;
	position: relative;
}
.ny_cp .news .a1 dt .info {
	padding-left: 470px;
	overflow: hidden;
	zoom: 1;
	line-height: 2.2;
	padding-right: 20px;
	display: block;
}
.ny_cp .news .a1 dt .info .img {
	float: left;
	margin-left: -470px;
	width: 441px;
	overflow: hidden;
}
.ny_cp .news .a1 dt .info .img img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.ny_cp .news .a1 dt .info h3 {
	color: #333;
	line-height: 64px;
	padding-top: 20px;
	margin-bottom: 15px;
}
.ny_cp .news .a1 dt .info h3:after {
	width: 21px;
	content: '';
	display: block;
	height: 1px;
	background-color: #999;
}
.ny_cp .news .a1 dt .info .more {
	width: 108px;
	line-height: 36px;
	border: 1px solid #999;
	text-align: center;
	display: block;
	margin-top: 43px;
	margin-bottom: 20px;
}
.ny_cp .news .a1 dt .info:hover {
	background-color: #27499d;
	color: #fff;
}
.ny_cp .news .a1 dt .info:hover a {
	color: #fff;
	display: block;
}
.ny_cp .news .a1 dt .info:hover h3 {
	color: #fff;
}
.ny_cp .news .a1 dt .info:hover h3:after {
	background-color: #fff;
}
.ny_cp .news .a1 dt .info:hover .more {
	color: #fff;
	border: 1px solid #fff;
}
.ny_cp .news .a1 dt .info:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.ny_cp .news .a1 dd {
	padding: 20px 0;
	background: url(../images/ico19.jpg) repeat-x left bottom;
	line-height: 1.5;
}
.ny_cp .news .a1 dd a {
	padding-left: 210px;
	display: block;
	overflow: hidden;
	zoom: 1;
	padding-right: 15px;
}
.ny_cp .news .a1 dd a .img {
	float: left;
	margin-left: -210px;
	width: 178px;
	overflow: hidden;
}
.ny_cp .news .a1 dd a .img img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.ny_cp .news .a1 dd a .info {
	margin: 8px 0;
	height: 69px;
	overflow: hidden;
}
.ny_cp .news .a1 dd a h3 {
	padding-top: 7px;
}
.ny_cp .news .a1 dd a:hover {
	color: #fff;
	background-color: #27499d;
}
.ny_cp .news .a1 dd a:hover h3 {
	color: #fff;
}
.ny_cp .news .a1 dd a:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.ny_cp .news .a2 .title2 {
	text-align: center;
	padding-bottom: 20px;
}
.ny_cp .news .a2 .title2 h3 {
	background: url(../images/ico19.jpg) repeat-x left bottom;
	line-height: 52px;
	padding-top: 15px;
}
.ny_cp .news .a2 .title2 h4 {
	background: url(../images/ico19.jpg) repeat-x left bottom;
	line-height: 40px;
}
.ny_cp .paging {
	padding: 40px 0;
	text-align: center;
}
.ny_cp .paging .info {
	display: inline-block;
	zoom: 1;
 *display: inline;
	line-height: 29px;
	color: #c0c0c0;
}
.ny_cp .paging .info a {
	width: 29px;
	border: 1px solid #c8c8c8;
	text-align: center;
	color: #c0c0c0;
	float: left;
	margin-right: 5px;
}
.ny_cp .paging .info a.prev {
	width: 76px;
	background: url(../images/ico20.png) no-repeat 60px 10px;
}
.ny_cp .paging .info a.prev:hover {
	background-position: 60px -60px;
}
.ny_cp .paging .info a.next {
	width: 76px;
	background: url(../images/ico20.png) no-repeat -85px 10px;
}
.ny_cp .paging .info a.next:hover {
	background-position: -85px -60px;
}
.ny_cp .paging .info a:hover, .ny_cp .paging .info a.on {
	color: #27499d;
	border: 1px solid #082645;
}
.ny_cp .paging #AspNetPager1_input {
	width: 29px;
	border: 1px solid #c8c8c8;
	text-align: center;
	color: #333;
	margin: 0 3px;
	line-height: 29px;
	height: 29px;
}
.ny_cp .paging #AspNetPager1_btn {
	width: 48px;
	border: 1px solid #c8c8c8;
	text-align: center;
	color: #333;
	margin: 0 3px;
	line-height: 29px;
	height: 29px;
	background-color: #dedede;
}
.ny_cp .product .a1 {
	padding-top: 25px;
}
.ny_cp .product .a1 .b1 {
	width: 350px;
	height: 480px;
	position: relative;
}
.ny_cp .product .a1 .b1 img {
	width: 350px;
	height: 480px;
}
.ny_cp .product .a1 .b1 .tc {
	background: url(../images/ico21.png);
	padding: 20px 30px;
	left: 0;
	bottom: 0;
	width: 290px;
	height: 190px;
	position: absolute;
}
.ny_cp .product .a1 .b1 .tc .hd {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.ny_cp .product .a1 .b1 .tc .hd li {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -99px;
	background-color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
	margin-right: 4px;
}
.ny_cp .product .a1 .b1 .tc .hd li.on {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .product .a1 .b1 .tc h2 {
	padding-bottom: 20px;
}
.ny_cp .product .a1 .b1 .tc .p1 {
	padding-bottom: 5px;
}
.ny_cp .product .a1 .b2 {
	border: 1px solid #ededed;
	width: 516px;
	height: 223px;
	position: relative;
	margin-bottom: 30px;
 *margin-bottom: 0;
}
.ny_cp .product .a1 .b2 img {
	width: 516px;
	height: 223px;
}
.ny_cp .product .a1 .b2 .tc {
	position: absolute;
	padding: 20px 20px 20px 30px;
	background: url(../images/ico22.png);
	width: 208px;
	height: 183px;
	top: 0;
}
.ny_cp .product .a1 .b2 .tc h2 {
	padding-bottom: 20px;
}
.ny_cp .product .a1 .b2 .tc .p1 {
	padding-bottom: 5px;
}
.ny_cp .product .a2 .title2 {
	border-bottom: 1px solid #e7e7e7;
	margin: 12px 0;
}
.ny_cp .product .a2 .title2 span {
	display: block;
	width: 119px;
	line-height: 38px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	background: url(../images/ico23.jpg) repeat-x;
	text-align: center;
}
.ny_cp .product .a2 .tab {
	padding: 25px 0 20px;
}
.ny_cp .product .a2 .tab a {
	float: left;
	padding: 0 10px;
	margin-bottom: 5px;
	line-height: 42px;
	border: 2px solid #e8e8e8;
	margin-right: 10px;
	text-align: center;
}
.ny_cp .product .a2 .tab a.on {
	background-color: #27499d;
	border: 2px solid #27499d;
	color: #fff;
}
.ny_cp .product .a2 .b1 {
	position: relative;
	height: 400px;
	width: 100%;
}
.ny_cp .product .a2 .b1 .bd li {
	height: 400px;
	width: 100%;
}
.ny_cp .product .a2 .b1 .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 20px;
}
.ny_cp .product .a2 .b1 .hd ul {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.ny_cp .product .a2 .b1 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -99px;
	background-color: #fff;
	cursor: pointer;
}
.ny_cp .product .a2 .b1 .hd ul li.on {
	background-color: #27499d;
}
.ny_cp .product .a2 .b2 .tab2 {
	height: 39px;
	padding: 30px 0;
}
.ny_cp .product .a2 .b2 .tab2 .info {
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	height: 39px;
	position: relative;
	top: 0;
	width: 900px;
	background-color: #fff;
}
.ny_cp .product .a2 .b2 .tab2 .info li {
	float: left;
	width: 119px;
	line-height: 38px;
	background: url(../images/ico23.jpg) repeat-x;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin-left: -1px;
	cursor: pointer;
}
.ny_cp .product .a2 .b2 .tab2 .info li.on {
	background: #27499d;
	border: 1px solid #27499d;
	position: relative;
	z-index: 1;
	color: #fff;
}
.ny_cp .product .a2 .b2 .info2 {
	line-height: 2.1;
}
.ny_cp .product .a2 .b2 .info2 .img {
	width: 380px;
	text-align: center;
}
.ny_cp .product .a2 .b2 .info2 .info_r {
	width: 510px;
}
.ny_cp .product .a2 .b2 .correlation {
	margin-top: 30px;
	position: relative;
}
.ny_cp .product .a2 .b2 .correlation ul {
	margin-top: 10px;
	width: 916px;
}
.ny_cp .product .a2 .b2 .correlation ul li {
	float: left;
	width: 207px;
	line-height: 50px;
	margin-right: 15px;
	height: 276px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ny_cp .product .a2 .b2 .correlation ul li a {
	color: #333;
}
.ny_cp .product .a2 .b2 .correlation ul li a:hover {
	color: #27499d;
}
.ny_cp .product .a2 .b2 .correlation .prev {
	width: 28px;
	height: 52px;
	background: url(../images/ico45.png) no-repeat center;
	position: absolute;
	left: 20px;
	top: 150px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .product .a2 .b2 .correlation .prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .product .a2 .b2 .correlation .next {
	width: 28px;
	height: 52px;
	background: url(../images/ico44.png) no-repeat center;
	position: absolute;
	right: 20px;
	top: 150px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .product .a2 .b2 .correlation .next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .product .a3 {
	padding: 25px 0 1px;
}
.ny_cp .product .a3 .b1 {
	width: 350px;
	height: 453px;
	position: relative;
	margin-bottom: 30px;
 *margin-bottom: 0;
}
.ny_cp .product .a3 .b1 .tc {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.ny_cp .product .a3 .b1 .tc .info {
	padding: 25px 30px;
}
.ny_cp .product .a3 .b1 .tc .info h3 {
	margin-bottom: 5px
}
.ny_cp .product .a3 .b1 .tc:hover {
	background: url(../images/ico22.png);
	color: #666;
}
.ny_cp .product .a3 .b2 {
	position: relative;
	width: 518px;
	height: 225px;
	margin-bottom: 3px;
	overflow: hidden;
 *margin-bottom: 0;
}
.ny_cp .product .a3 .b2 .tc {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 25px 50px 30px;
	width: 259px;
	height: 225px;
	background: url(../images/ico22.png);
}
.ny_cp .product .a3 .b2 .tc h3 {
	margin-bottom: 5px
}
.ny_cp .product .a3 .b2 .tc p {
	line-height: 20px
}
.ny_cp .product .a3 .b2 .tc h4 {
	padding: 10px 0 5px;
}
.ny_cp .product .a3 .b2 .tc .hd {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.ny_cp .product .a3 .b2 .tc .hd li {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -99px;
	cursor: pointer;
	margin-right: 4px;
	background-color: #a3a1a1;
}
.ny_cp .product .a3 .b2 .tc .hd li.on {
	background-color: #27499d;
}
.ny_cp .product .a3 .b2 .tc2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ny_cp .product .a3 .b2 .tc2 .info {
	padding: 20px 30px;
}
.ny_cp .product .a3 .b2 .tc2 .info h3 {
	margin-bottom: 5px
}
.ny_cp .product .a3 .b2 .tc2:hover {
	background: url(../images/ico22.png);
	color: #666;
}
.ny_cp .project .a1 .tab {
	padding-bottom: 30px;
}
.ny_cp .project .a1 .tab h3 {
	line-height: 75px;
}
.ny_cp .project .a1 .tab li {
	float: left;
	width: 25%;
	text-align: center;
}
.ny_cp .project .a1 .tab li i {
	display: block;
	width: 106px;
	height: 40px;
	font-size: 18px;
	padding-top: 66px;
	background: url(../images/ico24.jpg) no-repeat;
	margin: 0 auto 8px;
}
.ny_cp .project .a1 .tab li i.i1 {
	background-position: 0 0;
}
.ny_cp .project .a1 .tab li i.i2 {
	background-position: -233px 0;
}
.ny_cp .project .a1 .tab li i.i3 {
	background-position: -466px 0;
}
.ny_cp .project .a1 .tab li i.i4 {
	background-position: -699px 0;
}
.ny_cp .project .a1 .tab li a {
	display: block;
	color: #666;
}
.ny_cp .project .a1 .tab li a:hover i, .ny_cp .project .a1 .tab li a.on i {
	color: #fff;
}
.ny_cp .project .a1 .tab li a:hover i.i1, .ny_cp .project .a1 .tab li a.on i.i1 {
	background-position: 0 -194px;
}
.ny_cp .project .a1 .tab li a:hover i.i2, .ny_cp .project .a1 .tab li a.on i.i2 {
	background-position: -233px -194px;
}
.ny_cp .project .a1 .tab li a:hover i.i3, .ny_cp .project .a1 .tab li a.on i.i3 {
	background-position: -466px -194px;
}
.ny_cp .project .a1 .tab li a:hover i.i4, .ny_cp .project .a1 .tab li a.on i.i4 {
	background-position: -699px -194px;
}
.ny_cp .project .a1 .b1 {
	position: relative;
}
.ny_cp .project .a1 .b1 .tc {
	position: absolute;
	background: url(../images/ico21.png);
	padding: 0 20px;
	text-align: center;
	min-width: 130px;
	right: 0;
	bottom: 0;
	line-height: 50px;
}
.ny_cp .project .a1 .b2 {
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.ny_cp .project .a1 .b2 ul {
	width: 100%;
}
.ny_cp .project .a1 .b2 li {
	float: left;
	width: 32%;
	line-height: 64px;
	overflow: hidden;
	margin-right: 2%;
	margin-top: 15px;
}
.ny_cp .project .a1 .b2 li a {
	color: #333;
	display: block;
}
.ny_cp .project .a1 .b2 li .img {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.ny_cp .project .a1 .b2 li .img .tc {
	position: absolute;
	background: url(../images/ico22.png);
	width: 100%;
	height: 45%;
	left: 0;
	line-height: 2.3;
	bottom: -65%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #666;
	padding: 10px;
	overflow: hidden;
}
.ny_cp .project .a1 .b2 li .img .tc p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ny_cp .project .a1 .b2 li .img .tc table {
	width: 100%;
	height: 100%;
}
.ny_cp .project .a1 .b2 li:hover .img .tc {
	bottom: 0;
}
.ny_cp .project .a2 .b1 {
	position: relative;
	padding-top: 20px;
}
.ny_cp .project .a2 .b1 li {
	height: 454px;
}
.ny_cp .project .a2 .b1 .tc {
	position: absolute;
	background: url(../images/ico21.png);
	padding: 0 20px;
	text-align: center;
	min-width: 130px;
	right: 0;
	bottom: 0;
	line-height: 50px;
}
.ny_cp .project .a2 .b1 .prev {
	width: 28px;
	height: 52px;
	background: url(../images/ico45.png) no-repeat center;
	position: absolute;
	left: 20px;
	top: 220px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .project .a2 .b1 .prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .project .a2 .b1 .next {
	width: 28px;
	height: 52px;
	background: url(../images/ico44.png) no-repeat center;
	position: absolute;
	right: 20px;
	top: 220px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .project .a2 .b1 .next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .project .a2 .b2 {
	padding-top: 20px;
}
.ny_cp .project .a2 .b2 li {
	float: left;
	width: 25%;
	background: no-repeat 25px 29px;
	position: relative;
	height: 300px;
}
.ny_cp .project .a2 .b2 li .text {
	padding: 95px 25px 0;
}
.ny_cp .project .a2 .b2 li .text h3 {
	margin-bottom: 8px;
}
.ny_cp .project .a2 .b2 li .text .info {
	height: 110px;
	overflow: hidden;
}
.ny_cp .project .a2 .b2 li.bg1 {
	background-color: #f8f8f8;
}
.ny_cp .project .a2 .b2 li .more {
	position: absolute;
	background: url(../images/ico29.jpg) no-repeat;
	width: 20px;
	height: 20px;
	left: 25px;
	bottom: 25px;
	display: none;
}
.ny_cp .project .a2 .b2 li:hover .more {
	display: block;
}
.ny_cp .project .a2 .b3 {
	padding-top: 30px;
	position: relative;
}
.ny_cp .project .a2 .b3 h3 {
	line-height: 55px;
}
.ny_cp .project .a2 .b3 ul {
	width: 916px;
}
.ny_cp .project .a2 .b3 ul li {
	float: left;
	width: 214px;
	line-height: 50px;
	margin-right: 15px;
	height: 276px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ny_cp .project .a2 .b3 ul li a {
	color: #333;
}
.ny_cp .project .a2 .b3 ul li a:hover {
	color: #27499d;
}
.ny_cp .project .a2 .b3 .prev {
	width: 28px;
	height: 52px;
	background: url(../images/ico45.png) no-repeat center;
	position: absolute;
	left: 20px;
	top: 180px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .project .a2 .b3 .prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .project .a2 .b3 .next {
	width: 28px;
	height: 52px;
	background: url(../images/ico44.png) no-repeat center;
	position: absolute;
	right: 20px;
	top: 180px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
}
.ny_cp .project .a2 .b3 .next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ny_cp .environment .a1 {
	text-align: center;
	position: relative;
	padding: 50px 0 20px;
}
.ny_cp .environment .a1 li {
	position: absolute;
}
.ny_cp .environment .a1 li .info {
	width: 90px;
	height: 90px;
	border: 1px solid #d0d0d0;
	border-radius: 90px;
	line-height: 90px;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.ny_cp .environment .a1 li.i1 {
	left: 213px;
	top: 524px;
}
.ny_cp .environment .a1 li.i2 {
	left: 114px;
	top: 231px;
}
.header .main .nav li.active a {
	color: #27499d;
}
.header .main .nav li.active {
	display: block;
	border-bottom: 2px solid #27499d;
}
.ny_cp .environment .a1 li.i3 {
	left: 406px;
	top: 5px;
}
.ny_cp .environment .a1 li.i4 {
	left: 675px;
	top: 231px;
}
.ny_cp .environment .a1 li.i5 {
	left: 600px;
	top: 524px;
}
.ny_cp .environment .a1 li.i1 .tc, .ny_cp .environment .a1 li.i2 .tc, .ny_cp .environment .a1 li.i3 .tc {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	line-height: 23px;
	overflow: hidden;
	width: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ny_cp .environment .a1 li.i1 .tc p, .ny_cp .environment .a1 li.i2 .tc p, .ny_cp .environment .a1 li.i3 .tc p {
	padding-left: 105px;
	padding-right: 25px;
	height: 80px;
	border: 1px solid #d0d0d0;
	border-radius: 90px;
	background-color: #fff;
	padding-top: 10px;
	width: 230px;
}
.ny_cp .environment .a1 li.i4 .tc, .ny_cp .environment .a1 li.i5 .tc {
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	line-height: 23px;
	overflow: hidden;
	width: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ny_cp .environment .a1 li.i4 .tc p, .ny_cp .environment .a1 li.i5 .tc p {
	padding-right: 105px;
	padding-left: 25px;
	height: 80px;
	border: 1px solid #d0d0d0;
	border-radius: 90px;
	background-color: #fff;
	padding-top: 10px;
	width: 230px;
	float: right;
}
.ny_cp .environment .a1 li:hover .info {
	background-color: #27499d;
	color: #fff;
}
.ny_cp .environment .a1 li:hover.i1 .tc, .ny_cp .environment .a1 li:hover.i2 .tc, .ny_cp .environment .a1 li:hover.i3 .tc, .ny_cp .environment .a1 li:hover.i4 .tc, .ny_cp .environment .a1 li:hover.i5 .tc {
	width: 362px;
}
.ny_cp .contact .title2 {
	line-height: 48px;
	padding-top: 20px;
}
.ny_cp .contact .a1 ul {
	width: 930px;
}
.ny_cp .contact .a1 ul li {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 10px;
	height: 140px;
	position: relative;
}
.ny_cp .contact .a1 ul li a {
	color: #333;
	display: block;
	background-color: #fff;
	z-index: 9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 280px;
}
.ny_cp .contact .a1 ul li a .tc {
	display: none;
}
.ny_cp .contact .a1 ul li a h4 {
	line-height: 40px;
}
.ny_cp .contact .a1 ul li a:hover {
	padding: 10px 10px 20px 10px;
	box-shadow: 0 0 20px 0 #eeeeee;
	position: absolute;
	width: 260px;
}
.ny_cp .contact .a1 ul li a:hover .tc {
	display: block;
}
.ny_cp .contact .a2 .b1 {
	border-top: 1px solid #ededed;
	background: url(../images/ico33.png) no-repeat 388px 25px;
}
.ny_cp .contact .a2 .b1 li {
	border-bottom: 1px dotted #ededed;
	position: relative;
	overflow: hidden;
}
.ny_cp .contact .a2 .b1 li .info {
	line-height: 39px;
	padding-left: 27px;
	background: url(../images/ico31.png) no-repeat left;
	color: #333;
}
.ny_cp .contact .a2 .b1 li .i1 {
	position: absolute;
	height: 39px;
	width: 35px;
	background: url(../images/ico34.png) no-repeat 10px 13px;
	cursor: pointer;
	right: 0;
	top: 0;
}
.ny_cp .contact .a2 .b1 li .i1.on {
	background-position: 10px -27px;
}
.ny_cp .contact .a2 .b1 li .tc {
	line-height: 51px;
	padding-top: 10px;
	width: 1000px;
	display: none;
}
.ny_cp .contact .a2 .b1 li .tc .i2 {
	background: url(../images/ico32.jpg) no-repeat;
	width: 51px;
	display: inline-block;
	zoom: 1;
	margin-right: 10px;
}
.ny_cp .contact .a2 .b1 li .tc a {
	float: left;
	margin-right: 100px;
	padding-bottom: 10px;
}
.ny_cp .contact .a3 {
	margin-top: 20px;
	width: 930px;
}
.ny_cp .contact .a3 dl {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.ny_cp .contact .a3 dl dt {
	line-height: 60px;
}
.ny_cp .contact .a3 dl dd {
	border-bottom: 1px dotted #d0d0d0;
	background: url(../images/ico36.png) no-repeat 2px 17px;
	line-height: 39px;
	padding-left: 20px;
}
.ny_cp .contact .a3 dl dd a {
	display: block;
	padding-right: 34px;
	background: url(../images/ico35.png) no-repeat 235px 13px;
}
.ny_cp .contact .a3 dl dd:hover {
	background-position: 2px -23px;
}
.ny_cp .contact .a4 .info {
	border-top: 1px solid #ededed;
	width: 100%;
	min-height: 210px;
	padding: 25px 20px 20px 0;
	line-height: 28px;
}
.ny_cp .rczp {
	padding: 0 25px;
	background-color: #fff;
}
.ny_cp .rczp .a1 .b1 {
	padding: 25px 0 20px;
}
.ny_cp .rczp .a1 .b1 .text {
	padding-left: 10px;
	width: 240px;
	border: 1px solid #dbdbdb;
	height: 38px;
	line-height: 38px;
}
.ny_cp .rczp .a1 .b1 .select {
	background: url(../images/ico37.png) no-repeat 198px center;
	width: 220px;
	height: 38px;
	line-height: 38px;
	position: relative;
	border: 1px solid #dbdbdb;
	margin-left: 12px;
}
.ny_cp .rczp .a1 .b1 .select .info {
	padding: 0 35px 0 13px;
}
.ny_cp .rczp .a1 .b1 .select select {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ny_cp .rczp .a1 .b1 .submit {
	width: 140px;
	height: 40px;
	background-color: #27499d;
}
.ny_cp .rczp .a1 .b2 {
	padding-bottom: 45px;
}
.ny_cp .rczp .a1 .b2 table {
	width: 100%;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.ny_cp .rczp .a1 .b2 th {
	background-color: #27499d;
	color: #fff;
	line-height: 54px;
	text-align: left;
}
.ny_cp .rczp .a1 .b2 th i {
	width: 50px;
	display: inline-block;
	zoom: 1;
	background: no-repeat center;
}
.ny_cp .rczp .a1 .b2 td {
	padding-left: 50px;
	line-height: 55px;
	border-bottom: 1px solid #ededed;
}
.ny_cp .rczp .a1 .b2 td p {
	color: #999;
}
.ny_cp .rczp .a1 .b2 td a {
	display: block;
}
.ny_cp .rczp .a1 .b2 .bg1 td {
	background-color: #f8f8f8;
}
.ny_cp .rczp .a2 li {
	line-height: 50px;
	border-bottom: 1px dashed #e7e7e7;
	background: url(../images/ico43.png) no-repeat left center;
	padding-left: 20px;
	position: relative;
}
.ny_cp .rczp .a2 li a {
	display: block;
	color: #333;
}
.ny_cp .rczp .a2 li a:hover {
	color: #27499d;
}
.ny_cp .rczp .a2 li .dete {
	position: absolute;
	font-size: 14px;
	color: #999999;
	right: 0;
	top: 0;
}
/*# sourceMappingURL=style.css.map */


.ny_cp .paging {
	padding-bottom: 60px;
}
.ny_cp .mien .a3 {
	padding-top: 27px;
	height: 726px;
	display: none;
}
.ny_cp .mien .a3 .title2 {
	text-align: center;
}
.ny_cp .mien .a3 .fx {
	text-align: center;
	padding-top: 15px;
	line-height: 24px;
}
.ny_cp .mien .a3 .fx a {
	margin: 0 3px;
}
.ny_cp .mien .a3 .more {
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 28px auto;
	background: #27499d url(../images/ico55.png) no-repeat 51px center;
	color: #fff;
	text-align: center;
}
.ny_cp .mien .a3 .b1 {
	padding-left: 10px;
	padding-top: 5px;
}
.ny_cp .mien .a3 .b1 li {
	float: left;
	width: 166px;
	height: 140px;
	margin-right: 12px;
	margin-bottom: 10px;
}
.ny_cp .mien .a3 .b1 li a {
	display: block;
	color: #999;
}
.ny_cp .mien .a3 .b1 li a:hover {
	display: block;
	color: #27499d;
}
.ny_cp .mien .a3 .b1 li .img {
	width: 160px;
	height: 90px;
	background: url(../images/ico56.jpg) no-repeat right center;
	padding-right: 6px;
	margin-bottom: 5px;
}
.ny_cp .mien .a3 .b1 li .img img {
	width: 160px;
	height: 90px;
}
.ny_cp .page_nemu ul li dl {
	display: none;
	background-color: #fcfcfc;
	line-height: 1.5;
}
.ny_cp .page_nemu ul li dl dd {
	border-bottom: 1px solid #ddd;
}
.ny_cp .page_nemu ul li dl dd a {
	color: #777;
	padding: 13px 0;
}
.ny_cp .page_nemu ul li dl dd:hover a {
	color: #777;
}
.ny_cp .page_nemu ul li dl dd.on2 {
	background-color: #27499d;
}
.ny_cp .page_nemu ul li dl dd.on2 a {
	color: #FFF;
}
.cfff {
	color: #fff;
}
.ny_cp .title {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	height: auto;
	overflow: hidden
}
.ny_cp .title h2 {
	float: left
}
.ny_cp .title .location {
	padding-left: 14px;
	background: url(../images/ico13.png) no-repeat left center;
	float: right
}
.ny_cp .title .location a {
	color: #999;
	margin: 0 10px;
}
.ny_cp .title .location a:hover {
	color: #27499d;
}
.yema {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px
}
.yema ul li {
	display: inline-block;
	margin: 2px;
	background: #fafafa
}
.yema ul li a {
	padding: 0 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #333;
	display: inline-block;
}
.yema ul li a:hover {
	background-color: #014099;
	color: #fff;
}
.yema ul li a.on {
	background-color: #014099;
	color: #fff;
}
.gs_wz {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.c333 {
	color: #333;
	font-weight: normal
}
.hqfa {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bj.jpg) no-repeat right;
	padding: 30px;
	margin-top: 20px
}
.zuob {
	float: left;
	width: 50%;
}
.zuob h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center
}
.zuob span {
	display: block;
	width: 100%;
	background: #fff;
	color: #088ace;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px
}
.zuob h2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 20px
}
.sm {
	width: 60%;
	margin: 20px auto 10px;
	height: auto;
	overflow: hidden
}
.sm li {
	float: left;
	width: 50%;
	text-align: center
}
.sm li img {
	width: 90%;
	margin: 0 auto
}
.zxdh {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px
}
.yz_xx {
	width: 360px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0px 8px 20px 0px rgba(95,125,158,.1);
	background: #fff;
	float: right
}
.yz_xx h1 {
	text-align: center;
	font-size: 20px;
	color: #088ace;
	margin-bottom: 20px;
	font-weight: bold
}
.yz_xx .n_r {
	position: relative;
}
.yz_xx .n_r input {
	width: 100%;
	height: 41px;
	border: 1px solid #eee;
	line-height: 50px;
	margin-bottom: 10px;
	display: block;
	padding: 5px
}
.yz_xx .n_r select {
	width: 100%;
	height: 41px;
	border: 1px solid #eee;
	line-height: 50px;
	margin-bottom: 10px;
	display: block;
	padding: 5px
}
.yz_xx .n_r.y_z input {
	padding-right: 120px;
}
.yz_xx .n_r .y_m {
	width: 100px;
	height: 40px;
	background: url(../images/api.png) no-repeat center / cover;
	position: absolute;
	top: 5px;
	right: 0;
}
.yz_xx button {
	width: 100%;
	height: 50px;
	background-color: #00b7ee;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.yz_xx button:hover {
	background-color: #088ace;
}
.zw {
	line-height: 30px;
	padding: 15px 0;
	min-height: 350px;
	color: #555555;
	font-size: 14px;
}
.zw a:link {
	color: #555555;
}
.zw a:visited {
	color: #555;
}
.zw a:hover {
	color: #FF6205;
}
.zw a:active {
	color: #555555;
}
.zw img {
	max-width: 100%;
 width:expression(document.body.clientWidth>100%?"100%":"auto");
}
.xiaocms-page span {
	margin: 0 3px;
	border: 1px solid #014099;
	line-height: 35px;
	padding: 0 15px;
	background: #014099;
	color: #FFFFFF;
	display: inline-block;
}
.xiaocms-page a {
	margin: 0 3px;
	border: 1px solid #eee;
	line-height: 35px;
	background: #fff;
	display: block;
	color: #333;
	padding: 0 15px;
	display: inline-block;
}
.xiaocms-page a:hover {
	margin: 0 3px;
	border: 1px solid #014099;
	line-height: 35px;
	background: #014099;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
}
