* {
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	color: #666;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	background: #000
}

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, 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: #015198;
	text-decoration: none !important;
}

div {
	max-height: 9999999999999999999999999999999999999px;
}

.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: #3484cc;
}

::-webkit-scrollbar-thumb:active {
	background-color: #3484cc;
}

body {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.top {
	width: 100%;
	padding: 5px 0;
	background-color: #2b2b2b;
	text-align: right;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 9999;
}

.top .container-fluid {
	padding: 0px 110px;
}

.top a {
	position: relative;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
}

.top a:last-child {
	padding: 0 0 0 15px;
}

.top a:after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #ddd;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}

.top a:last-child:after {
	display: none;
}

.top .x_l {
	position: absolute;
	left: 0;
	top: 38px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	width: 200px;
	height: auto;
	z-index: 9999;
	display: none;
}

.top .x_l img {
	width: 100%;
	height: auto;
	display: block;
}

.top a:hover .x_l {
	display: block;
}

.top span {
	float: left;
}

.top i {
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.top em {
	font-weight: bold;
	padding-left: 3px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.header {
	width: 100%;
	padding: 30px 0;
	position: relative;
	z-index: 99;
	background: #000
}

.header .container {
	position: relative;
}

.header .logo {
	width: 578px;
	float: left;
}

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.header .y_y {
	float: right;
	margin-top: 25px
}

.header .y_y ul li {
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

.header .y_y ul li a {
	color: #fff;
	line-height: 30px
}

.header .y_y i {
	width: 24px;
	height: 30px;
	display: block;
	float: left;
	margin-right: 8px;
}

.header .y_y i.z_w {
	background: url(../images/z_g.jpg) no-repeat center;
	background-size: 100% auto;
}

.header .y_y i.y_w {
	background: url(../images/y_g.jpg) no-repeat center;
	background-size: 100% auto;
}

.menu {
	width: 100%;
	background-color: #2b2b2b;
}

.menu .nav {
	float: left;
}

.menu .nav ul li {
	height: 60px;
	line-height: 60px;
	float: left;
	position: relative;
}

.menu .nav .y_j {
	position: relative;
}

.menu .nav .y_j a {
	width: 150px;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center
}

.menu .nav ul li:hover .y_j a {
	background-color: #015198;
}

.menu .nav ul li.on .y_j a {
	background-color: #015198;
}

.menu .nav .e_j {
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	z-index: 9999;
}

.menu .nav .e_j a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 40px;
	border-top: 1px solid #fff;
}

.menu .nav .e_j a:hover {
	background-color: #015198;
	color: #fff;
}

.menu .nav ul li:hover .e_j {
	display: block;
}

.menu .search {
	float: right;
	margin-top: 10px;
}

.menu .search input {
	width: 196px;
	height: 40px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 5px;
	line-height: 40px;
	color: #555;
	float: left;
	margin-right: 10px;
}

.menu .search input::placeholder {
	color: #aaa;
}

.menu .search button {
	width: 40px;
	height: 40px;
	background-color: #015198;
	border-radius: 5px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: right;
}

.pc_ban {
	width: 100%;
	height: 750px;
	position: relative;
}

.pc_ban img {
	display: none;
}

.pc_ban .swiper-button-prev {
	background: url(../images/banner-l.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}

.pc_ban .swiper-button-next {
	background: url(../images/banner-r.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}

.sy_yw {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
	z-index: 9;
}

.sy_yw ul li {
	width: 25%;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	float: left;
	cursor: pointer;
}

.sy_yw ul li:last-child {
	border-right: 0;
}

.sy_yw .t_b {
	width: 50px;
	margin: 0 auto 10px;
}

.sy_yw .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.sy_yw ul li:hover .t_b img {
	animation: move 1s ease-in;
	-webkit-animation: move 1s ease-in;
	-moz-animation: move 1s ease-in;
	-ms-animation: move 1s ease-in;
	-o-animation: move 1s ease-in;
}

.sy_yw .w_z {
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.gy_bt {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}

.gy_bt h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}

.gy_bt h3 span {
	display: inline-block;
	vertical-align: middle;
}

.gy_bt h3 i {
	width: 60px;
	height: 1px;
	background-color: #aaa;
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.gy_bt p {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
	color: #015198;
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0 15px;
}

.gy_bt span {
	display: block;
	font-size: 14px;
	color: #fafafa;
	padding-top: 15px
}

.ck_gd {
	width: 130px;
	height: 40px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	display: block;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	margin: 0 auto;
	margin-top: 35px;
}

.ck_gd i {
	padding-left: 10px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.ck_gd:hover i {
	padding-left: 17px;
}

.ck_gd:hover {
	background-color: #fff;
	color: #015198;
}

.sy_cp {
	padding: 60px 0;
	overflow: hidden;
}

.sy_cp .hd {
	text-align: center;
}

.sy_cp .hd ul li {
	width: 140px;
	height: 40px;
	background-color: #e7e7e7;
	border-radius: 20px;
	margin: 0 10px 20px;
	font-size: 16px;
	line-height: 40px;
	color: #555;
	cursor: pointer;
	display: inline-block;
}

.sy_cp .hd ul li.on {
	background-color: #015198;
	color: #fff;
}

.sy_cp .c_p ul li {
	width: 23.875%;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	float: left;
	margin-right: 1.5%;
	margin-top: 30px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_cp .c_p ul li:nth-child(4n) {
	margin-right: 0;
}

.sy_cp .c_p ul li:hover {
	background-color: #015198;
}

.sy_cp .c_p .t_p {
	overflow: hidden;
}

.sy_cp .c_p .t_p img {
	width: 100%;
	height: auto;
	display: block;
}

.sy_cp .c_p .w_z {
	padding: 15px;
	font-size: 15px;
	text-align: center;
	color: #666;
	line-height: 26px;
}

.sy_cp .c_p .w_z h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sy_cp .c_p .w_z p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #999;
}

.sy_cp .c_p ul li:hover .w_z h3 {
	color: #fff;
}

.sy_cp .c_p ul li:hover .w_z p {
	color: #fff;
}

.sy_gy {
	width: 100%;
	padding: 80px 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 h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}

.sy_gy .gy_lf em {
	display: block;
	width: 100px;
	height: 3px;
	background-color: #015198;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 25px;
}

.sy_gy .gy_lf p {
	font-size: 14px;
	color: #555;
	line-height: 26px;
}

.sy_gy .gy_lf .ck_gd {
	margin: 30px 0 0;
}

.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: 56px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.sy_gy .gy_rt li .n_r em {
	display: block;
	width: 70px;
	height: 1px;
	background-color: #015198;
	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;
}

.ck_gd1 {
	width: 130px;
	height: 40px;
	border: solid 1px #015198;
	text-align: center;
	font-size: 14px;
	color: #015198;
	line-height: 38px;
	display: block;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	margin-top: 35px;
}

.ck_gd1 i {
	padding-left: 10px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.ck_gd1:hover i {
	padding-left: 17px;
}

.ck_gd1:hover {
	background-color: #015198;
	color: #FFF;
}

.sy_td {
	width: 100%;
	padding: 60px 0 60px;
	overflow: hidden;
}

.sy_td .swiper-td {
	padding-bottom: 50px;
}

.sy_td .swiper-pagination {
	bottom: 0;
}

.sy_td .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.sy_td .swiper-pagination-bullet-active {
	background-color: #015198;
}

.sy_td .n_r {
	border: solid 1px #eee;
}

.sy_td .t_p {}

.sy_td .t_p img {
	/*width: 100%;*/
	width: 283px!important;
	height: 222px!important;
	height: auto;
	display: block;
}

.sy_td .w_z {
	padding: 15px;
	background-color: #fafafa;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sy_td .n_r:hover .w_z {
	background-color: #015198;
}

.sy_td .w_z h3 {
	font-size: 18px;
	margin-bottom: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sy_td .n_r:hover .w_z h3 {
	color: #fff;
}

.sy_td .w_z em {
	width: 36px;
	height: 1px;
	background-color: #015198;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sy_td .n_r:hover .w_z em {
	background-color: #fff;
}

.sy_td .w_z p {
	line-height: 24px;
	color: #777;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-orient: vertical;
}

.sy_td .n_r:hover .w_z p {
	color: #fff;
}

.sy_td .td_zs {
	height: 0;
	overflow: hidden;
}

.sy_td .td_zs.dk {
	height: auto;
}

.sy_td .product_TabTitle {
	margin-bottom: 40px;
}

.sy_td .product_TabTitle li {
	display: inline-block;
	padding: 7px 17px;
	text-align: center;
	border: solid 1px #fff;
	color: ;
	font-size: 15px;
	margin: 0px 15px;
	cursor: pointer;
	color: #FFF
}

.sy_td .product_TabTitle li.on {
	border: solid 1px #015198;
	background-color: #015198;
	color: #FFF;
}

.sy_td .product_TabTitle li:hover {
	border: solid 1px #015198;
	background-color: #015198;
	color: #FFF;
}

.sy_td .product_TabTitle {
	text-align: center;
}

.sy_al {
	width: 100%;
	padding: 60px 0px;
	background: #141414
}

.sy_al .al_nr {
	width: 100%;
}

.sy_al .al_nr .l_f {
	width: 48%;
}

.sy_al .al_nr .r_t {
	width: 52%;
}

.sy_al .al_nr .al_lf {
	position: relative;
	overflow: hidden;
}

.sy_al .al_nr .al_lf img {
	width: 100%;
	height: auto;
}

.sy_al .al_nr .al_lf p {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #FFF;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 30%;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	text-indent: 18px;
}

.sy_al .al_nr .al_lf i {
	font-size: 16px;
	margin-left: 15px;
	color: #015198;
}

.sy_al .al_nr .al_lf span {
	display: block;
	position: absolute;
	bottom: -100%;
	text-align: center;
	line-height: 30px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	padding: 0px 50px;
	color: #fff;
	width: 100%
}

.sy_al .al_nr .al_lf span a {
	display: block;
	margin: 0 auto;
	color: #FFF;
	width: 110px;
	text-align: center;
	border: solid 1px #FFFFFF;
	margin-top: 30px;
}

.sy_al .al_nr .al_lf:hover p {
	width: 100%;
	height: 100%;
	background: rgba(1, 81, 152, .7);
	color: #fff;
	text-align: center;
	padding: 45px 0px;
	font-size: 16px;
}

.sy_al .al_nr .al_lf:hover i {
	display: none;
}

.sy_al .al_nr .al_lf:hover span {
	bottom: 40%;
}

.sy_al .al_nr .al_lf span a:hover {
	background-color: #FFF;
	color: rgba(1, 81, 152);
}

.sy_al .al_nr .al_rt .col-lg-6 {
	padding: 0px 10px;
}

.sy_al .al_nr .rt_nr {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.sy_al .al_nr .rt_nr a {
	display: block;
}

.sy_al .al_nr .rt_nr img {
	width: 100%;
	height: auto;
}

.sy_al .al_nr .rt_nr .w_z {
	position: absolute;
	bottom: -100%;
	background: rgba(0, 0, 0, .7);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_al .al_nr .rt_nr .w_z p {
	text-align: center;
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	color: #FFF;
}

.sy_al .al_nr .rt_nr:hover .w_z {
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sy_xw {
	width: 100%;
	padding: 60px 0px;
	background-color: #141414;
	overflow: hidden;
	position: relative;
}

.sy_xw .row {
	margin: 0 -10px;
}

.sy_xw .col-sm-3 {
	padding: 0 10px;
}

.sy_xw .n_r {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sy_xw .n_r:hover {
	box-shadow: 0 0 30px #ddd;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}

.sy_xw .t_p {
	overflow: hidden;
}

.sy_xw .t_p img {
	/*width: 100%;*/
	width: 285px!important;
	height: 285px!important;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.sy_xw .n_r: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_xw .w_z {
	padding: 20px 15px;
}

.sy_xw .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.sy_xw .w_z p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	height: 66px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sy_hz {
	width: 100%;
	padding: 60px 0 50px;
	overflow: hidden;
}

.sy_hz .hz_hb ul {
	margin: 0 -5px;
}

.sy_hz .hz_hb ul li {
	padding: 0 5px;
	margin-bottom: 10px;
	float: left;
}

.sy_hz .hz_hb img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0px 0 20px #eee;
}

.ny_ban {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.ny_pr {
	width: 100%;
	background-color: #000;
	border-bottom: 1px solid #2b2b2b;
	padding: 15px 0;
	overflow: hidden;
	color: #fff
}

.ny_pr a {
	color: #fff
}

.ny_cp {
	width: 100%;
	padding: 50px 0 70px;
	overflow: hidden;
	border-bottom: 1px solid #2b2b2b;
}

.ny_cp .ny_lm {
	background-color: #141414;
}

.ny_cp .lm_db {
	padding: 20px;
	background-color: #015198;
	color: #fff;
}

.ny_cp .lm_db h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 6px;
}

.ny_cp .lm_db em {
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 6px;
	display: block;
}

.ny_cp .lm_db p {
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

.ny_cp .lm_lm {
	padding: 10px 10px 30px;
}

.ny_cp .lm_lm ul li {
	margin: 5px 0;
}

.ny_cp .lm_lm ul li a {
	display: block;
	border-radius: 5px;
	padding-left: 25px;
	font-size: 15px;
	line-height: 36px;
	position: relative;
	color: #fff
}

.ny_cp .lm_lm ul li a:hover {
	background-color: #015198;
	color: #fff;
}

.ny_cp .lm_lm ul li a.on {
	background-color: #015198;
	color: #fff;
}

.ny_cp .lm_lm ul li a:after {
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background-color: #aaa;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 10px;
}

.ny_cp .lm_lm ul li a:hover:after {
	background-color: #fff;
}

.ny_cp .lm_lm ul li a.on:after {
	background-color: #fff;
}

.ny_cp .ny_lx {
	margin-top: 20px;
}

.ny_cp .ny_lx .d_h {
	padding: 20px;
	background-color: #015198;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	font-family: Arial;
	color: #fff;
}

.ny_cp .ny_lx .d_h h3 {
	font-weight: bold;
	font-family: "微软雅黑";
	margin-bottom: 6px;
}

.ny_cp .ny_lx .x_x {
	background-color: #141414;
	padding: 15px;
	line-height: 26px;
	color: #fff
}

.ny_cp .lm_bt {
	height: 51px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.ny_cp .lm_bt .m_c {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #015198;
	display: inline-block;
	font-weight: bold
}

.ny_cp .gy_nr {
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.ny_cp .gy_nr img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .cp_lb {
	margin-top: 20px
}

.ny_cp .cp_lb ul li {
	margin-bottom: 30px;
}

.ny_cp .cp_lb .t_p {
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	overflow: hidden;
	position: relative;
}

.ny_cp .cp_lb .t_p img {
	/*width: 100%;*/
	width: 275px!important;
	height: 191px!important;
	height: auto;
	display: block;
}

.ny_cp .cp_lb .w_z {
	border: 1px solid #e7e7e7;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background: #141414;
	color: #fff
}

.ny_cp .cp_lb ul li:hover .w_z {
	background-color: #015198;
	color: #fff;
}

.ny_cp .xw_lb ul li {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

.ny_cp .xw_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .xw_lb .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_cp .xw_lb ul li:hover .w_z h3 a {
	color: #015198;
}

.ny_cp .xw_lb .w_z span {
	color: #888;
	padding-right: 15px;
	float: left;
}

.ny_cp .xw_lb .w_z i {
	padding-right: 5px;
}

.ny_cp .xw_lb .w_z p {
	margin-bottom: 20px;
	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;
}

.ny_cp .zs_lb .n_r {
	margin-bottom: 30px;
}

.ny_cp .zs_lb .t_p {
	overflow: hidden;
}

.ny_cp .zs_lb .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;
}

.ny_cp .zs_lb .n_r: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);
}

.ny_cp .zs_lb .w_z {
	padding: 15px 10px;
	border: 1px solid #e7e7e7;
	border-top: 0;
	text-align: center;
}

.ny_cp .zs_lb .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_cp .zs_lb ul li:hover .w_z h3 a {
	color: #015198;
}

.ny_cp .zs_lb .w_z p {
	line-height: 22px;
	color: #888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_cp .lx_xx {
	background-color: #f7f7f7;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ny_cp .lx_xx .z_c {
	width: 55%;
	float: left;
}

.ny_cp .lx_xx .z_c img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .lx_xx .y_c {
	width: 45%;
	float: right;
	padding: 30px;
}

.ny_cp .lx_xx .y_c h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
}

.ny_cp .lx_xx .y_c em {
	width: 50px;
	height: 3px;
	background-color: #015198;
	display: block;
	margin-bottom: 15px;
}

.ny_cp .lx_xx .y_c p {
	font-size: 15px;
	line-height: 32px;
}

.ny_cp .bd_dt {
	margin-bottom: 30px;
}

.ny_cp .bd_dt img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .zx_ly {
	width: 100%;
	padding: 50px 100px;
	background-color: #f7f7f7;
	margin: 0 auto;
}

.ny_cp .zx_ly input {
	width: 100%;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	line-height: 56px;
	font-size: 14px;
	margin-bottom: 30px;
}

.ny_cp .zx_ly textarea {
	width: 100%;
	height: 110px;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 26px;
	resize: none;
	outline: none;
	margin-bottom: 30px;
}

.ny_cp .zx_ly button {
	width: 150px;
	height: 40px;
	background-color: #015198;
	font-size: 16px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	display: block;
}

.ny_cp .zx_ly h3 {
	font-size: 26px;
	line-height: 40px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

.ny_cp .zx_ly h4 {
	font-size: 18px;
	color: #555;
	margin-bottom: 10px;
	text-align: center;
}

.ny_cp .zx_ly p {
	font-size: 15px;
	line-height: 30px;
	color: #888;
	margin-bottom: 30px;
	text-align: center;
}

.ny_cp .zx_ly em {
	width: 50px;
	height: 3px;
	background-color: #015198;
	display: block;
	margin: 0 auto 15px;
}

.ny_cp .zx_ly a {
	color: #015198;
}

.ny_cp .zx_ly a:hover {
	text-decoration: underline;
}

.yema {
	margin-top: 30px;
	text-align: center;
}

.yema ul li {
	display: inline-block;
	margin: 2px;
}

.yema ul li a {
	min-width: 32px;
	height: 32px;
	border: 1px solid #e7e7e7;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.yema ul li a:hover {
	background-color: #015198;
	color: #fff;
}

.yema ul li a.on {
	background-color: #015198;
	color: #fff;
}

.footer {
	width: 100%;
	background-color: #1b1b1b;
	font-size: 12px;
	line-height: 30px;
	color: #ddd;
}

.footer .f_l {
	padding: 40px 0;
}

.footer h3 {
	position: relative;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #656565;
	font-size: 16px;
	color: #fff;
}

.footer h3:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #015198;
	left: 0;
	bottom: -2px;
}

.footer .field_list {
	width: 100%;
	padding-top: 10px;
}

.footer .field_list li {
	float: left;
	width: 50%;
}

.footer .field_list li a {
	float: left;
	position: relative;
	padding-left: 14px;
	font-size: 12px;
	line-height: 32px;
}

.footer .field_list li a:after {
	position: absolute;
	content: "•";
	left: 0;
	top: 0;
	font-size: 16px;
	color: #656565;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.footer .field_list li a:hover:after {
	color: #015198;
}

.footer a {
	color: #ddd;
}

.footer a:hover {
	color: #015198;
}

.footer .n_r {
	margin-top: 15px;
	line-height: 32px;
}

.footer .n_r i {
	width: 20px;
	display: inline-block;
}

.footer .b_q {
	padding: 20px 0;
	background-color: #000;
	line-height: 34px;
}

.footer .b_q .z_c {
	float: left;
	font-size: 14px
}

.footer .b_q .y_c {
	float: right;
	margin-top: 40px
}

.footer .b_q .y_c a {
	width: 34px;
	border: 2px solid #ddd;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #ddd;
	display: block;
	float: left;
	margin-left: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.footer .b_q .y_c a:hover {
	background-color: #015198;
	border: 2px solid #015198;
	color: #fff;
}

.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;
}

.pc_kf {
	width: 46px;
	position: fixed;
	right: 10px;
	bottom: 8%;
	z-index: 99999;
}

.pc_kf .nr {
	width: 46px;
	height: 46px;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	background-color: #fff;
	box-shadow: 0 0 2px #ddd;
	margin-bottom: 4px;
	position: relative;
}

.pc_kf .nr.wx {
	display: none;
}

.pc_kf .tel {
	width: 160px;
	background-color: #015198;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}

.pc_kf .nr:hover .tel {
	right: 46px;
	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;
	background-color: #0b7ace;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: -180px;
	opacity: 0;
}

.pc_kf .ewm img {
	width: 100%;
	height: auto;
	display: block;
}

.pc_kf .nr:hover .ewm {
	right: 46px;
	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;
}

.pc_kf .nr i {
	color: #bbb;
}

.pc_kf .nr a:hover i {
	color: #0b7ace;
}

.pc_kf .fh {
	width: 46px;
	height: 46px;
	background-color: #015198;
	font-size: 22px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	cursor: pointer;
}