@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #e52018;
}
.bgcolor,.hvbgcolor:hover{
	background: #e52018;
	color: #fff;
}
.head,.head_height{
	height: 100px;
}
.head{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 76px;
}
.nav li{
	position: relative;
	margin-right: 60px;
	height: 100%;
	border-bottom: 2px solid rgba(255,255,255,0);
}
.nav li.active{
	border-bottom: 2px solid #fff;
}
.nava{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.nava i{
	margin-left: 7px;
}
.nav li.active .nava,
.nav li:hover .nava{
	font-weight: bold;
}
.navhide{
	width: 229px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(0,0,0, .9);
	position: absolute;
	left: 50%;
	margin-left: -106px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background: #fff;
}
.nav li:hover .navhide,
.hdra:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	background: #f8f8f8;
	color: #000;
}
.hdra{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.hdra .navhide{
	width: 100px;
	margin-left: -50px;
}
.vdbox{
	overflow: hidden;
}
.vdbox_video{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}
.vdbox_bg{
	color: #fff;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,.1);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
}
.vdbox_bg::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/vdico_03.png) no-repeat center;
}
.md{
	padding: 100px 0;
}
.i1bg{
	background-size: cover !important;
}
.i1bg:nth-child(even) .wrap_1400{
	flex-flow: row-reverse;
}
.i1txt{
	width: 35%;
}
.i1img{
	width: 58%;
}
.morea{
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #000;
	color: #000;
	border-radius: 50px;
}
.morea:hover{
	background: #000;
	color: #fff;
}
.morea_wt{
	border: 1px solid #fff;
	color: #fff;
}
.morea_wt:hover{
	background: #fff;
	color: #000;
}
.itopr li{
	padding: 6px 20px;
	border: 1px solid #000;
	border-radius: 50px;
	color: #000;
	cursor: pointer;
	transition: .25s;
	margin-left: 20px;
}
.itopr li.active{
	background: #000;
	color: #fff;
}
.i2a{
	display: block;
	border-radius: 12px;
	color: #fff;
}
.swiper-pagination-pb{
	position: static;
}
.swiper-pagination-pb .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	opacity: 1;
	margin: 0 10px;
	background: none;
	position: relative;
}
.swiper-pagination-pb .swiper-pagination-bullet-active::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #000;
	border-radius: 100%;
	position: absolute;
	left: 1px;
	top: 1px;
}
.i2abg{
	background: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0, 0));
}
.i2abgbox{
	padding: 30px;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.i3btn i{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	cursor: pointer;
	transition: .25s;
}
.i3btn i:hover{
	background: #fff;
	color: #000;
}
.i3a{
	display: block;
	padding: 30px;
	background: #fff;
}
.i3atr{
	opacity: 0;
}
.i3a:hover .i3atr{
	opacity: 1;
}
.i3a:hover .i3at *{
	color: #000;
}
.i3a h3{
	line-height: 30px !important;
	height: 90px !important;
}
.swiper-container-i3{
	overflow: initial;
}
.i4{
	background-size: cover;
	color: #fff;
}
.foot{
	background: #fff;
	background-size: cover;
	color: #666;
}
.foot a{
	color: #666;
}
.foot a:hover{
	color: #000;
	text-decoration: underline;
}
.ft{
	padding: 70px 0;
	border-bottom: 1px solid #E6E6E6;
}
.ftl{
	margin-right: 10%;
}
.fta{
	min-width: 140px;
}
.fta h3{
	color: #000;
}
.fta_r{
	width: 50%;
}
.fta_r li{
	display: flex;
	line-height: 30px;
}
.fta_r li i{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.fta h3{
	margin-bottom: 10px;
}
.ftarb_ewm{
	margin-left: 25px;
	text-align: center;
}
.ftarf a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #4a5269;
	color: #fff;
	margin-right: 10px;
}
.fb{
	padding: 15px 0;
}
.fbra{
	border: 1px solid #fff;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .25s;
}
.fbra i{
	margin-left: 12px;
}
.fbr:hover .fbra{
	background: rgba(255,255,255,.1);
}
.fbrhide{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	height: 120px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.fbr:hover .fbrhide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.fbrhide::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.fbrhide::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.fbrhide::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.fbrhide a{
	line-height: 40px;
	display: block;
	padding: 0 15px;
	color: #666;
}
.fbrhide a:hover{
	color: #025dac;
	background: #f5f5f5;
	text-decoration: none;
}
.fta_r h2.icolor{
	color: #0ba3e9;
}
.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
	display: none;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #000;
	border-radius: 5px 0 0 5px;
}
.rta:hover .rta_a{
	background: #000;
	color: #fff;
}
.rta_a img{
	transition: .25s;
	filter: grayscale(100%);
	filter: gray;
}
.rta:hover .rta_a img{
	filter: inherit;
}
.rhide{
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	background: #000;
	color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	padding: 10px;
}
.rhide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #000;
	position: absolute;
	right: -5px;
	top: 20px;
	transform:rotate(45deg);
}
.rta:hover .rhide{
	opacity: 1;
	visibility: inherit;
	margin-right: 15px;
}
.ab1tl .txt p{
	padding: 5px 0;
}
.ab1tr{
	width: 27%;
	margin-left: 5%;
}
.ab1tl::after{
	width: 4px;
	height: 80px;
	content: "";
	background: #dae1f9;
	position: absolute;
	left: -50px;
	top: 0;
}
.ab1bat h1{
	line-height: 1;
	color: #000;
}
.ab1bat p{
	margin-left: 10px;
}
.ab2a{
	color: #fff;
}
.ab2a .ab2abg img{
	transition: .5s;
}
.ab2a:hover .ab2abg img{
	transform:rotateY(180deg);
}
.ab3{
	background: url(../images/ab3bg_02.jpg) no-repeat center;
	background-size: cover;
}
.swiper-button-next-ab3,.swiper-button-prev-ab3{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #c0c2ca;
	color: #fff;
	transition: .25s;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next-ab3:hover,.swiper-button-prev-ab3:hover{
	background: #000;
}
.swiper-button-next-ab3{
	right: -70px;
}
.swiper-button-prev-ab3{
	left: -70px;
}



@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.vdbox_bg::after{
		background-size: 5%;
	}
	.ab2a .ab2abg img{
		width: 80px;
	}
	.ab3w{
		padding: 0 60px;
	}
	.swiper-button-next-ab3{
		right: 0;
	}
	.swiper-button-prev-ab3{
		left: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ftarb_ewm img{
		width: 120px;
	}
	.ab2a .ab2abg img{
		width: 70px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.foot{
		text-align: center;
	}
	.fb{
		padding: 12px 0;
	}
	.fbr {
		width: 50%;
		margin: 12px auto 0 auto;
	}
	.ft{
		padding: 25px 0;
	}
	.ftl{
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.ftarb_ewm img{
		width: 100px;
	}
	.fta{
		min-width: 100%;
		display: none;
	}
	.fta.fta_r{
		display: block;
	}
	.ftarbr{
		justify-content: center;
		margin-top: 15px;
	}
	.ftarbr .ftarb_ewm{
		margin: 0 10px;
	}
	.ftarf {
		justify-content: center;
	}
	.ftarf a{
		margin: 0 5px;
	}
	.right{
		transform: scale(.7);
		right: 0;
	}
	.vdbox_bg::after{
		background-size: 40px;
	}
	.i1 .wrap_1400 {
		display: block;
	}
	.morea{
		padding: 4px 20px;
		font-size: 13px;
	}
	.itop{
		text-align: center;
	}
	.itopr li{
		padding: 4px 10px;
		font-size: 13px;
		margin: 0 5px;
	}
	.itopr ul,.itopr {
		margin-top: 15px;
		justify-content: center;
	}
	.i2a{
		border-radius: 6px; 
	}
	.i2abgbox{
		padding: 20px;
	}
	.i3a{
		padding: 20px;
	}
	
	.ab2{
		display: flex !important;
		flex-wrap: wrap;
	}
	.ab2a{
		width: 50% !important;
	}
	.ab2a .ab2abg img{
		width: 50px;
	}
	.ab2a .ab2abg h2{
		font-size: 14px;
	}
}
.listbn{width: 100%;overflow: hidden;padding: 160px 0px;min-height: 560px;}
.listbn .ititle_54{text-transform: capitalize;}
.nban{width: 100%;overflow: hidden;display: flex;align-items: center;}

.nb_wz{ color: #FFFFFF;}
.nb_wz .w_z .b_t{font-size: 20px;margin-bottom: 9px;}
.nb_wz .w_z li{font-size: 18px;line-height: 36px;list-style: inside;text-transform: capitalize;}
@media only screen and (max-width:1199px) {
	.nb_wz .w_z .b_t {
		font-size: 16px;
	}
	.nb_wz .w_z li {
		font-size: 15px;
		line-height: 22px;
	}
	.listbn{padding: 90px 0px;min-height: 339px;}
}
@media only screen and (max-width:640px) {
	.nb_wz .w_z .b_t {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.nb_wz .w_z li {
		font-size: 12px;
		line-height: 22px;
	}
	.listbn{padding: 40px 0px;min-height: initial;}

}

.al_xz{width: 100%;overflow: hidden;background: url(../images/al_ba.jpg) no-repeat top center / cover;}
.al_xz .row{align-items: center;}
.al_xz .xz_zc .w_z{padding-right: 119px;}
.al_xz .xz_yc .b_t{width: 100%;overflow: hidden;background: #333333;text-align: center;font-size: 24px;padding: 19px 0px;color:#FFFFFF;}
.al_xz .xz_yc .n_r{width: 100%;overflow: hidden;background: #FFFFFF;}
.al_xz .xz_yc .n_r ul{width: 100%;display: flex;flex-wrap: wrap;}
.al_xz .xz_yc .n_r li{width: 33.33%;text-align: center;border-bottom: solid 1px #F4F7FE;border-right: solid 1px #F4F7FE;}
.al_xz .xz_yc .n_r li:last-child{border-right: none;}
.al_xz .xz_yc .n_r li:nth-child(3){border-right: none;}
.al_xz .xz_yc .n_r .w_z{padding: 39px 0px;}
.al_xz .xz_yc .n_r .t_m{color: #4D4F53;font-size: 16px;line-height: 46px;}
@media only screen and (max-width:1199px) {
	.al_xz .xz_zc .w_z {
		padding-right: 0px;
	}
	.al_xz .xz_yc .b_t {
		font-size: 20px;
	}
	.al_xz .xz_yc .n_r .w_z {
		padding: 29px 0px;
	}
	.al_xz .xz_yc .n_r .t_m {
		font-size: 13px;
		line-height: 26px;
	}
}
@media only screen and (max-width:640px) {
	.al_xz .xz_zc{
		margin-bottom: 19px;
	}
	.al_xz .xz_yc .b_t {
		font-size: 18px;
	}
	.al_xz .xz_yc .n_r .w_z {
		padding: 19px 0px;
	}
	.al_xz .xz_yc .n_r li{
		width: 50%;
	}
	.al_xz .xz_yc .n_r li:nth-child(3) {
		border-right: solid 1px #F4F7FE;
	}
}

.al_zs{width: 100%;overflow: hidden;background: url(../images/al_bb.jpg) no-repeat top center / cover;}
.al_zs .row{align-items: center;}
.al_zs .zs_zc{padding-right: 109px;}
.al_zs .zs_zc .n_r a{display: block;text-align: center;color: #4D4F53;background: #FFFFFF;font-size: 16px;line-height: 59px;margin-bottom: 19px;}
.al_zs .zs_zc .n_r a:hover{background: #000000;color: #FFFFFF;}
.al_zs .zs_yc{padding-bottom: 39px;}
.al_zs .zs_yc .n_r{background:#FFFFFF;padding: 11px;}
.al_zs .zs_yc .n_r a{display: block;width: 100%;}
.al_zs .zs_yc .n_r .t_p img{width: 100%;height: auto;display: block;}
.al_zs .zs_yc .n_r .b_t{text-align: center;color: #000000;font-size: 20px;line-height: 56px;}
.al_zs .zs_yc .n_r .m_r{max-width: 89%;margin:9px auto 0;background: #333333;line-height: 56px;color: #FFFFFF;font-size: 18px;text-align: center;}
.al_zs .zs_yc .swiper-pagination-al{bottom: 0px;text-align: center;width: 100%;}
.al_zs .zs_yc .swiper-pagination-bullet{margin: 0px 5px;}
.al_zs .zs_yc .swiper-pagination-bullet-active{background: #333333;}
@media only screen and (max-width:1199px) {
	.al_zs .zs_zc {
		padding-right: 0px;
	}
	.al_zs .zs_zc .n_r a {
		font-size: 14px;
		line-height: 46px;
		margin-bottom: 9px;
	}
	.al_zs .zs_yc .n_r .b_t {
		font-size: 16px;
		line-height: 46px;
	}
	.al_zs .zs_yc .n_r .m_r {
		line-height: 36px;
		font-size: 16px;
	}
}
@media only screen and (max-width:640px) {
	.al_zs .zs_zc{
		margin-bottom: 19px;
	}
}

.ny_cp{width: 100%;overflow: hidden;background: url(../images/cp_bj.jpg) no-repeat top center / cover;}
.ny_cp .cp_tb{width: 100%;overflow: hidden;display: flex;flex-wrap: wrap;-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}
.ny_cp .cp_tb .tb_zc{width: 26%;padding: 29px;background: url(../images/tb_bj.jpg) no-repeat top center / cover;}
.ny_cp .cp_tb .tb_zc .b_t{color: #000000;font-size: 18px;font-weight: bold;}
.ny_cp .cp_tb .tb_zc .t_p{display: flex;justify-content: flex-end;width: 100%;height: 100%;align-items: center;}
.ny_cp .cp_tb .tb_zc .t_p img{max-width: 100%;height: auto;}
.ny_cp .cp_tb .tb_yc{width: 74%;padding: 14px 19px;background: url(../images/cp_a.jpg) no-repeat top center / cover;}
.ny_cp .cp_tb .tb_yc .col-lg-4{
	padding: 0px 9px;
}
.ny_cp .cp_tb .tb_yc .n_r{
	overflow: hidden;
	background: #FFFFFF;
	padding: 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 466px;
}
.ny_cp .cp_tb .tb_yc .n_r .b_t{color: #000000;font-weight: bold;font-size: 18px;text-align: center;min-height: 50px;}
.ny_cp .cp_tb .tb_yc .n_r .z_s{text-align: center;}
.ny_cp .cp_tb .tb_yc .n_r .z_s .t_p{
	height:143px;
	overflow:hidden;
}
.ny_cp .cp_tb .tb_yc .n_r .z_s .t_p img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
}
.ny_cp .cp_tb .tb_yc .n_r .z_s .w_z{
	color: #333333;
	font-size: 13px;
	line-height: 22px;
	min-height: 49px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
}
.ny_cp .cp_tm{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #000000;
	padding: 19px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.ny_cp .cp_zs .n_r{width: 100%;overflow: hidden;background: #FFFFFF;padding: 29px;margin-bottom: 19px;}
.ny_cp .cp_zs .n_r .t_p{margin-bottom: 7px;}
.ny_cp .cp_zs .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_cp .cp_zs .n_r .b_t a{color: #333333;font-size: 16px;line-height: 24px;text-align: center;display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
	min-height: 49px;
}
.ny_cp .cp_zs .n_r .m_r ul{width: 100%;overflow: hidden;display: flex;flex-wrap: wrap;}
.ny_cp .cp_zs .n_r .m_r li{width: 50%;border: solid 1px #000000;}
.ny_cp .cp_zs .n_r .m_r li:last-child{border-left: none;}
.ny_cp .cp_zs .n_r .m_r a{display: block;line-height: 46px;text-align: center;color: #000000;font-size: 15px;}
.ny_cp .cp_zs .n_r .m_r li a:hover{background: #000000;color: #FFFFFF;}
@media only screen and (max-width:1199px) {
	.ny_cp .cp_tb .tb_zc {
		padding: 19px;
	}
	.ny_cp .cp_tb .tb_yc .n_r .b_t {
		font-size: 15px;
		min-height: 45px;
	}
	.ny_cp .cp_tb .tb_yc .n_r .z_s .w_z {
		font-size: 12px;
		line-height: 20px;
		min-height: 39px;
	}
	.ny_cp .cp_tm {
		font-size: 18px;
	}
	.ny_cp .cp_zs .n_r {
		padding: 19px;
	}
	.ny_cp .cp_zs .n_r .b_t a {
		font-size: 14px;
	}
	.ny_cp .cp_zs .n_r .m_r a {
		line-height: 36px;
		font-size: 14px;
	}
	.ny_cp .cp_tb .tb_yc .n_r{
		min-height: 335px;
	}
}
@media only screen and (max-width:768px) {
	.ny_cp .cp_tb .tb_zc {
		padding: 9px;
		width: 100%;
	}
	.ny_cp .cp_tb .tb_yc{
		width: 100%;
	}
	.ny_cp .cp_tb .tb_yc .n_r{
		min-height: auto;
	}
}
@media only screen and (max-width:640px) {
	.ny_cp .cp_tb .tb_zc{
		display: none;
	}
	.ny_cp .cp_tb .tb_yc .n_r{
		margin-bottom: 1px;
	}
	.ny_cp .cp_tb .tb_yc .n_r .b_t{
		min-height: auto;
	}
	.ny_cp .cp_tb .tb_yc {
		padding: 19px;
	}
}


.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#000000; border:1px solid #000000; color:#fff;}
.yema ul li.active a{background-color:#000000; border:1px solid #000000; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}
.ny_nr{width:100%; overflow:hidden;border-bottom: solid 1px #E9E9E9;}
.ny_nr .ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_nr .ny_bt.cn p{padding:12px 0px; font-size:20px;text-transform: capitalize;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 9%;height: 2px;background: #000000;}
.ny_nr .ny_bt.cn .t_b i{width: 95%;height: 1px;background: #E9E9E9;}
.ny_nr .zc_lm{width:340px; padding:0px 0px 25px 0px;}
.ny_nr .zc_lm h3{font-size:24px; color:#fff; background: #000000; padding: 20px 16px;display: flex;align-items: center;text-transform: uppercase;font-weight: 400;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ny_nr .zc_lm h3 img{margin-right: 10px;}
.ny_nr .zc_fl{background-color:#fff;box-shadow: 0 0 20px rgba(0,0,0,.09);}
.ny_nr .zc_lm ul{
	padding: 16px 10px 30px 10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.ny_nr .zc_lm ul li{margin-bottom:3px; }
.ny_nr .zc_lm ul li a.y_j{font-size:16px; text-indent:20px; line-height:28px; padding-bottom:20px; display:block; border-radius:3px; position:relative;}
.ny_nr .zc_lm ul li:hover a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li a.y_j:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:11px; left:0;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_nr .zc_lm a.e_j{
	display:block;
	font-size:16px;
	position:relative;
	color:#000000;
	background: #E6E6E6;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 6px;
	padding: 16px;
}
.ny_nr .zc_lm a.e_j:hover{background: #000000;color: #FFFFFF;}
.ny_nr .zc_lm ul li.on a.e_j{color: #FFFFFF;background: #000000;}
.ny_nr .zc_lm i{position:absolute; top:14px; right:15px; display:block; font-size:16px; line-height:28px; color:#151515; text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;font-weight: bold;}
.ny_nr .zc_lm ul li:hover i{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	color: #FFFFFF;
}
.ny_nr .zc_lm ul li.on i{color:#FFFFFF;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}
.ny_nr .zc_lm .s_j{ display:none;background: none;}
.ny_nr .zc_lm .s_j p{margin-bottom:2px;border-bottom: solid 1px #F3F3F3;}
.ny_nr .zc_lm .s_j p:last-child{border-bottom: none;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:28px; line-height:50px; color:#656565; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;border-bottom: dotted 1px #F3F3F3;text-transform: capitalize;}
.ny_nr .zc_lm .s_j p a:hover{ color:#000000; text-indent:39px;font-weight: bold;}
.ny_nr .zc_lm .s_j p.on a{
	color: #000000;
	font-weight: bold;
}
.ny_nr .zc_lm ul li:hover .s_j{display: block;}
.ny_nr .yc_nr{width:calc(100% - 380px);}
.ny_nr .cp_lb{width:100%; position:relative;}
.ny_nr .cp_lb .n_r{margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	overflow: hidden;
}
.ny_nr .cp_lb .t_p{background: #E6E6E6;}
.ny_nr .cp_lb .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .cp_lb .w_z{padding: 0px 20px;width: 100%;overflow: hidden;background: #f6f6f6;}
.ny_nr .cp_lb .w_z .b_t a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 46px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
}
.ny_nr .cp_lb .w_z .m_s{color: #888888;font-size: 14px;text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}
.ny_nr .cp_lb .w_z .m_r{margin: 16px 0px;}
.ny_nr .cp_lb .w_z .m_r a{display: block;width: 80px; height: 30px;text-align: center;line-height: 30px;color: #FFFFFF;font-size: 14px;background: #000000;}
.ny_nr .cp_lb .n_r:hover .m_r a{background: #000000;color: #FFFFFF;}
.ny_nr .cp_lb .n_r:hover .b_t a{color: #000000;}
@media only screen and (max-width:1100px){
	.ny_nr .ny_bt.cn{margin-bottom:20px; padding:15px 0px; font-size:22px; line-height:26px;}
	.ny_nr .zc_lm{width:250px; padding:20px 15px;}
	.ny_nr .zc_lm h3{font-size:18px; line-height:20px; padding-bottom:10px; margin-bottom:10px;}
	.ny_nr .zc_lm ul li{margin-bottom:15px;}
	.ny_nr .zc_lm ul li a.y_j{font-size:15px; text-indent:15px; line-height:26px; padding-bottom:15px;}
	.ny_nr .zc_lm ul li:hover a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li.on a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li a.y_j:after{top:10px;}
	.ny_nr .zc_lm a.e_j{padding-bottom:15px; font-size:13px; line-height:26px;}
	.ny_nr .zc_lm i{right:10px; line-height:26px;}
	.ny_nr .zc_lm .s_j{padding-bottom:15px;}
	.ny_nr .zc_lm .s_j p a{line-height:32px;}
	.ny_nr .zc_lm .s_j p.on a{text-indent:20px;}
	.ny_nr .zc_lm .s_j p a:after{top:14px; left:5px;}
	.ny_nr .yc_nr{width:calc(100% - 270px);}
	.ny_nr .cp_lb .n_r .t_p a{font-size: 16px;}
	.ny_nr .cp_lb .n_r .w_z{ padding: 15px 10px;}
	.ny_nr .cp_lb .m_s {
		font-size: 12px;
	}
	.ny_nr .cp_lb .w_z .m_s {
		font-size: 12px;
	}
	.ny_nr .cp_lb .m_r a {
		font-size: 12px;
	}
	.ny_nr .zc_cp .n_r li .w_z a {
		font-size: 12px;
		line-height: 22px;
	}
	.ny_nr .zc_cp .n_r li {
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.ny_nr .zc_lm .s_j p a{
		font-size: 12px;
	}
	.ny_nr .zc_lx .n_r li {
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.ny_nr .zc_cp .b_t {
		line-height: 40px;
	}
}
@media only screen and (max-width:768px){
	.ny_nr .yc_nr{
		padding: 0px 15px;
	}
}
@media only screen and (max-width:640px){
	.ny_nr .zc_lm {
		width: 100%;
		padding: 0px;
	}
	.ny_nr .cp_lb .w_z .b_t a {
		font-size: 13px;
		line-height: 22px;
	}
	.ny_nr .zc_lm .zc_fl{display:none;}
	.ny_nr .yc_nr{width:100%;}
	.ny_nr .ny_bt.cn{padding: 0px;}
	.ny_nr .cp_lb .t_p {
		padding: 10px;
	}
	.ny_nr .cp_lb .w_z .m_r a {
		width: 60px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
	.ny_nr .cp_lb .w_z .m_r {
		margin: 10px 0px;
	}
	.ny_nr .cp_lb .n_r .w_z {
		padding: 10px 10px 0px 10px;
	}
}

.ny_lm{width:100%; color:#999; line-height:60px; position:relative; z-index:9;background: #f9f9f9;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#000000;}
.ny_lm .dq_wz span{color:#000000;}
.ny_lm .dq_wz i{font-size:18px; display:inline-block; margin-right:3px; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1100px) {
	.ny_lm{line-height:50px;}
}

.ny_nr .xq_nr .yy_xq{margin-bottom:50px;}
.ny_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 26px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{color: #000000;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #000000;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.ny_nr .xq_nr .yy_xq .m_r a.on{color: #000000;border: solid 1px #000000;}
.ny_nr .xq_nr .yy_xq .m_r a.on:hover{background: #000000;color: #FFFFFF;}
.ny_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 36px;margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.ny_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.ny_nr .xq_nr .xg_cp{margin-top: 30px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
.ny_nr .cp_xq .b_g img{max-width: 100%;height: auto;}
@media only screen and (max-width:1100px){
	.ny_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.ny_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.ny_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.ny_nr .xq_nr .xg_cp{margin-top: 20px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}

.xq_nr .cp_zs .cp_dt{border:1px solid #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
	.ny_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 22px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 20px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.ny_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.ny_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.ny_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 9px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.ny_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 16px;
	}
	.ny_nr .xq_nr .yy_xq .y_c {
		margin-bottom: 0px;
	}
	.ny_nr .xq_nr .yy_xq .m_s {
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 16px;
	}
}
.xw_lb .xw_nr{margin-bottom: 29px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);border-radius: 6px;}
.xw_lb .xw_nr .n_r{padding: 24px;}
.xw_lb .xw_nr .n_r .r_q{color: #666;font-size: 15px;}
.xw_lb .xw_nr .n_r .b_t{font-size: 18px;color: #222;font-weight: bold;margin-top: 9px;}
.xw_lb .xw_nr .n_r .t_b{display: flex;justify-content: flex-end;margin-top: 9px;}
.xw_lb .xw_nr .n_r:hover .b_t{color: #000000;}
@media only screen and (max-width:1100px){
	.xw_lb .xw_nr{margin-bottom: 19px;}
	.xw_lb .xw_nr .n_r{padding: 19px;}
	.xw_lb .xw_nr .n_r .r_q{font-size: 14px;}
	.xw_lb .xw_nr .n_r .b_t{font-size: 17px;margin-top: 7px;}
	.xw_lb .xw_nr .n_r .t_b{margin-top: 7px;}
}

.xw_xq{width:100%; overflow:hidden; position:relative;
	background: #FFFFFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}


.hx_lb .n_r{margin-bottom: 30px;background: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.hx_lb .n_r .t_p{width: 100%;overflow: hidden;}
.hx_lb .n_r .t_p img{
	width: 100%;
	height: auto;
	transition:all 5s;
	-webkit-transition:all 5s;
}
.hx_lb .n_r .w_z{padding: 20px 30px;}
.hx_lb .n_r .w_z a{font-size: 18px;font-weight: bold;color: #000000;}
.hx_lb .n_r:hover .t_p img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.hx_lb .n_r:hover .w_z a{color: #0044A7;}
@media only screen and (max-width:1100px){
	.ny_bd{padding:50px 0px;}
	.ny_ty{padding:50px 0px;}
	.hx_lb .n_r{
		margin-bottom: 20px;
	}
	.hx_lb .n_r .w_z{padding: 16px;}
	.hx_lb .n_r .w_z a{font-size: 16px;}
}

.ny_lx{width:100%; padding:80px 0; overflow:hidden;border-bottom: solid 1px #e9e9e9;}
.ny_lx .b_t{margin-bottom:35px; font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_lx .lx_nr{width:490px;}
.ny_lx .lx_nr .x_x ul li{margin-top:19px; font-size:17px; line-height:30px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:calc(100% - 600px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; line-height:70px; color:#333; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:86px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{
	width:140px;
	height:46px;
	border-radius:5px;
	background-color:#000000;
	font-size:17px;
	line-height:46px;
	color:#fff;
	margin-top:40px;
	margin-right:15px;
	outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
}
.ny_lx .lx_bd .b_d button:hover{background-color:#000000;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .lx_mp{width:100%; height:400px; margin-top:50px;}
@media only screen and (max-width:1100px){
	.ny_lx{padding:50px 0;}
	.ny_lx .b_t{margin-bottom:25px; font-size:22px; line-height:28px;}
	.ny_lx .lx_nr{width:300px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:22px;}
	.ny_lx .lx_bd{width:calc(100% - 340px);}
	.ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
	.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
	.ny_lx .lx_bd .b_d textarea{line-height:24px;}
	.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
	.ny_lx .lx_mp{height:350px;}
}
@media only screen and (max-width:640px){
	.ny_lx{padding:40px 0;}
	.ny_lx .b_t{margin-bottom:15px; font-size:18px; line-height:26px;}
	.ny_lx .lx_nr{width:100%; margin-bottom:35px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
	.ny_lx .lx_bd{width:100%;}
	.ny_lx .lx_bd .b_d ul li{width:100%;}
	.ny_lx .lx_mp{height:230px; margin-top:40px;}
}

.i3w .i3a .ovhd{
	height:329px;
	overflow:hidden;
}
.i3w .i3a .ovhd img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center center;
	-webkit-user-select:none;
	user-select:none;
}
@media only screen and (max-width:640px){
	.i3w .i3a .ovhd{
		height:219px;
	}
}