@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #FF0000;
}
.bgcolor,.hvbgcolor:hover{
	background: #FF0000;
	color: #fff;
}
.ht{
	background: url(../images/htbg.jpg) no-repeat center;
	background-size: cover;
	padding: 35px 0;
}
.logo{
	display: inline-block;
	height: 111px;
}
.htr{
	margin-left: 5%;
}
.htrb i{
	background: #FF0000;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 50px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.hb{
	background: #222222;
}
.nav li{
	position: relative;
}
.nava{
	display: block;
	line-height: 80px;
	padding: 0 33px;
	color: #fff;
}
.nav li.active .nava,
.nav li:hover .nava{
	background: #000;
}
.navhide{
	width: 269px;
	background: rgba(0,0,0, .9);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-left: -56px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.navhide.gn{
	margin-left: 0px;
}
.nav li:hover .navhide,
.hbr2:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hbr2 .navhide{
	width: 120px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 6px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #FF0000;
}
.hbr1 input{
	width: 360px;
	height: 43px;
	background: rgba(255,255,255,.1);
	border-radius: 43px;
	padding: 0 20px;
	color: #fff;
}
.hbr1 button{
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	color: #fff;
}
.hbr2 span{
	display: block;
	line-height: 80px;
	cursor: pointer;
}
.md{
	padding: 80px 0;
}
.i1{
	background: url(../images/i1bg.jpg) no-repeat top center #f8f8f8;
	background-size: 100%;
}
.i1t{
	border-radius: 100px;
	overflow: hidden;
}
.i1tt{
	padding: 30px 29px;
	position: relative;
}
.i1tt::after{
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	background: #FF0000;
	transform:rotate(45deg);
}
.i1tt i{
	width: 70px;
	height: 1px;
	background: #fff;
	margin: 0 10px;
}
.i1tm{
	padding: 40px;
}
.i1tma{
	flex: 0;
	flex-grow: 1;
}
.i1tmaline{
	height: 140px;
	border-left: 1px solid #A6A6A6;
	margin: 0 2%;
}
.i1tb{
	height: 60px;
}
.i1ba{
	display: block;
	text-align: center;
	background: #fff;
	padding: 30px;
}
.i1ba span{
	color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 50px;
	display: inline-block;
	padding: 5px 50px;
	transition: .25s;
}
.i1ba:hover span{
	background: #FF0000;
	color: #fff;
}
.swiper-button-next-i1,.swiper-button-prev-i1{
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0,0,0,.1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border-radius: 100%;
	transition: .25s;
}
.swiper-button-next-i1:hover,.swiper-button-prev-i1:hover{
	background: #FF0000;
	color: #fff;
}
.swiper-button-next-i1{
	right: -100px;
}
.swiper-button-prev-i1{
	left: -100px;
}
.swiper-pagination-public{
	width: 100%;
	text-align: center;
	position: static;
}
.swiper-pagination-public .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #CCCCCC;
	margin: 0 5px;
	transition: .25s;
	opacity: 1;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
	background: #FF0000;
	width: 30px;
}
.itopline{
	width: 65px;
	height: 4px;
	background: #FF0000;
}
.i2tl{
	position: relative;
}
.i2tl img{
	position: relative;
	z-index: 9;
}
.i2tl::after{
	width: 50%;
	height: 60%;
	content: "";
	background: #FF0000;
	position: absolute;
	left: -10px;
	bottom: -10px;
}
.i2tl::before{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/i2_vdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 10;
}
.i2tra{
	padding: 15px 0;
}
.i2tr{
	width: 45%;
	margin-left: 3%;
}
.i2trar{
	margin-left: 7%;
}
.morea{
	display: inline-block;
	padding: 8px 25px;
	border-radius: 40px;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.morea:hover,.morea.active{
	background: #FF0000;
	color: #fff;
}
.i3{
	background: url(../images/i3bg.jpg) no-repeat center;
	background-size: cover;
}
.itopw{
	position: relative;
	z-index: 9;
}
.itoph{
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 100%;
	opacity: .05;
	z-index: 8;
}
.itopw i{
	margin: 0 15px;
}
.i3w{
	background:linear-gradient(to right, rgba(36,36,36,1),rgba(89,89,89,1),rgba(36,36,36,1));  
	color: #fff;
	padding: 40px 2%;
	border-radius: 50px;
}
.i3a{
	width: 25%;
	padding: 0 25px;
}
.op6{
	opacity: .6;
}
.i4l{
	width: 28.5%;
	margin-right: 20px;
}
.i5{
	background: #F8F8F8;
}
.i5aico{
	width: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -30px;
}
.i5a{
	border-bottom: 3px solid #FF0000;
	padding-bottom: 80px;
}
.i6{
	background: url(../images/i6bg.jpg) no-repeat center;
	background-size: cover;
}
.i6alb{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 20px;
	background: rgba(0,0,0,.4);
	color: #fff;
}
.i6ar{
	padding: 30px;
}
.i6ar:hover{
	color: #FF0000;
}
.i7{
	background: url(../images/i7bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i7b{
	background: rgba(0,0,0,.5);
	padding: 50px 0;
}
.i7ba{
	margin: 0 5%;
}
.i7ba i img{
	display: block;
	width: 100%;
	height: 100%;
}
.i7ba i{
	width: 170px;
	height: 170px;
	border: 1px solid rgba(0,0,0,0);
	overflow: hidden;
	transition: .25s;
	border-radius: 100%;
}
.i7ba:hover i{
	border: 1px solid #FF0000;
}
.i8{
	background: url(../images/i8bg.jpg) no-repeat bottom center;
	background-size: 100%;
}
.i8a{
	background: url(../images/i8abg.png) no-repeat center;
	background-size: cover;
	padding: 15px 30px;
}
.swiper-pagination-public-1 .swiper-pagination-bullet{
	background: #fff !important;
}
.i9tal{
	width: 100px;
	height: 100px;
	border: 1px solid #E6E6E6;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
}
.i9tal img{
	max-width: 45%;
}
.foot{
	background: #222;
	color: rgba(255,255,255,.6);
}
.foot a{
	color: rgba(255,255,255,.6);
	text-transform: capitalize;
}
.foot a:hover{
	color: #fff;
	text-decoration: underline;
}
.fb{
	padding: 20px 0;
	background: #1A1919;
	color: #fff;
}
.fbr a{
	margin: 0 10px;
}

.ab1t::after{
	display: none;
}
.ab2{
	background: #FF0000;
	border-radius: 250px 0 0 0;
	color: #fff;
}
.ab2aline{
	width: 80px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 25px 0;
}
.ab2aico{
	width: 40%;
}
.ab2atxt{
	position: relative;
	z-index: 9;
}
.ab2a{
	width: 50%;
	position: absolute;
}
.ab2a:nth-child(1){
	left: 0;
	top: 10%;
}
.ab2a:nth-child(1) .ab2aico{
	margin-left: -20%;
}
.ab2a:nth-child(2){
	right: 0;
	top: 0;
}
.ab2a:nth-child(2) .ab2aico{
	margin-right: -20%;
}
.ab2a:nth-child(3){
	right: 0;
	bottom: 0;
}
.ab2a:nth-child(3) .ab2aico{
	margin-right: -20%;
}
.ab4{
	background: url(../images/ab4bg.jpg) no-repeat bottom center;
	background-size: cover;
	overflow: hidden;
}
.swiper-container-ab4{
	overflow: initial;
}


@media only screen and (max-width:1699px) {
	body{
		zoom: .9;
	}
}
@media only screen and (max-width:1399px) {
	body{
		zoom: .8;
	}
	.md{
		padding: 70px 0;
	}
	.logo{
		height: 90px;
	}
	.i2trar img{
		height: 70px;
	}
	.itopw i{
		width: 50px;
		height: 3px;
	}
	.i7ba i{
		width: 130px;
		height: 130px;
	}
	.i9tal{
		width: 85px;
		height: 85px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	body{
		zoom: 1;
	}
	.i1t{
		border-radius: 4px;
	}
	.i1tt{
		padding: 15px;
	}
	.i1tt i{
		width: 20px;
	}
	.i1tma{
		width: 100%;
		flex: inherit;
		flex-grow: inherit;
	}
	.i1tmaline{
		height: 1px;
		border-bottom: 1px solid #E6E6E6;
		border-left: 0;
		width: 100%;
		margin: 25px 0;
	}
	.i1tb{
		height: 3px;
	}
	.swiper-button-next-i1, .swiper-button-prev-i1{
		display: none;
	}
	.i2tl::before{
		background-size: 40px;
	}
	.morea{
		padding: 6px 25px;
	}
	.i3w{
		padding: 20px;
		border-radius: 4px;
	}
	.i4w{
		padding: 15px;
	}
	.i4l{
		margin-bottom: 5px;
		margin-right: 0;
	}
	.i3a{
		padding: 15px;
	}
	.i7ba{
		margin: 0 2%;
	}
	.i7ba i{
		width: 100px;
		height: 100px;
	}
	.ft{
		text-align: center;
	}
	.fb{
		text-align: center;
	}
	.fbr{
		margin-top: 10px;
		justify-content: center;
	}
	
	.ab2{
		border-radius: 0;
	}
	.ab2a{
		position: static;
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	.ab2a .disflex{
		justify-content: center;
	}
	.ab2aline{
		margin: 15px auto;
		width: 50px;
	}
	.ab2w img{
		display: none;
	}
	.ab2aico{
		display: none;
	}
	.ab2atxt{
		text-align: center;
	}
}

.i2tr .i2tra .flex1 h3{text-transform: capitalize;}
.i3a h3{text-transform: capitalize;}
.i9ta .i9tar h2{text-transform: capitalize;}
.ab2atxt h3{text-transform: capitalize;}

.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:#FF0000; border:1px solid #FF0000; color:#fff;}
.yema ul li.active a{background-color:#FF0000; border:1px solid #FF0000; 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;}
.ny_nr{width:100%; overflow:hidden;}
.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: #FF0000;}
.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: #FF0000; 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: dotted 1px #FAFAFA;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:15px; 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{background-color:#4F4F4F; color:#FFFFFF; text-indent:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a{color:#FFFFFF; text-indent:25px;background: #9F9F9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a:hover{color: #FFFFFF;}
.ny_nr .zc_lm .s_j p a:hover:after{background-color:#000;}
.ny_nr .zc_lm .s_j p.on a:after{background-color:#000;}
.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: #FF0000;}
.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: #FF0000;}
@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: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;
	}
}


.cp_xq{width:100%; padding-top:40px; overflow:hidden;}
.cp_xq table {
	border-collapse: collapse;
}
.cp_xq table td{}
.cp_xq table tr{border:inherit !important;}
.cp_xq .dq_wz{font-size:18px; color:#999; line-height:26px; margin-bottom:20px;}
.cp_xq .xq_zs{display:flex; flex-wrap:wrap; margin:0 -20px 60px;}
.cp_xq .xq_tp{width:calc(45% - 40px); margin:0 20px; padding-left:140px; position:relative;}
.cp_xq .swiper-xt{width:100px; height:100%; position:absolute; top:0; left:0;}
.cp_xq .swiper-xt img{width:100%; height:100%; display:block;
	object-fit:contain;
	object-position:center;
	-webkit-user-select:none;
	user-select:none;}
.cp_xq .swiper-xt .swiper-slide{width:100%; padding:5px; border:1px solid #eee; cursor:pointer;}
.cp_xq .swiper-xt .swiper-slide-thumb-active{border:1px solid #FF0000;}
.cp_xq .swiper-dt{width:100%;}
.cp_xq .swiper-dt img{width:100%; height:auto; display:block;}
.cp_xq .swiper-dt i{font-size:20px; display:inline-block;}
.cp_xq .swiper-dt .swiper-button-prev i{transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);}
.cp_xq .swiper-dt .swiper-button-prev{left:10px; width:40px; height:40px; border-radius:50%; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); color:#555; opacity:0;
	transition:all .5s;
	-webkit-transition:all .5s;background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cp_xq .swiper-dt:hover .swiper-button-prev{opacity:1;}
.cp_xq .swiper-dt .swiper-button-prev:hover{background-color:#FF0000; color:#FFFFFF;}
.cp_xq .swiper-dt .swiper-button-next{right:10px; width:40px; height:40px; border-radius:50%; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); color:#555; opacity:0;
	transition:all .5s;
	-webkit-transition:all .5s;background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cp_xq .swiper-dt:hover .swiper-button-next{opacity:1;}
.cp_xq .swiper-dt .swiper-button-next:hover{background-color:#FF0000; color:#FFFFFF;}
.cp_xq .xq_wz{width:calc(55% - 40px); padding-bottom:100px; margin:0 20px; position:relative;}
.cp_xq .xq_wz .b_t{font-size:26px; line-height:40px; color:#000; }
.cp_xq .xq_wz .x_h{margin:15px 0 35px; font-size:16px; color:#333; line-height:28px;}
.cp_xq .xq_wz .x_h span{color:#999; display:inline-block; margin-right:25px;}
.cp_xq .xq_wz .j_s{font-size:16px; line-height:26px; color:#777;}
.cp_xq .xq_wz .c_z{position:absolute; bottom:0; left:0;}
.cp_xq .xq_wz .c_z a{display:inline-block; width:230px; height:60px; background-color:#FF0000; border-radius:5px; font-size:17px; line-height:60px; color:#FFFFFF; text-align:center; margin-right:10px;}
.cp_xq .xq_wz .c_z a.x_j{border:1px solid #888; background-color:#fff; line-height:58px;color:#333;}
.cp_xq .xq_wz .c_z img{max-width:26px; height:auto; display:inline-block; vertical-align:middle; margin-top:-2px;}
.cp_xq .xq_nr{margin-bottom:60px;}
.cp_xq .xq_nr.mg_xs{margin-bottom:20px;}
.xq_nr .nr_xq{width: 100%;overflow: hidden; font-size: 16px;line-height: 36px;}
.xq_nr .nr_xq img{ max-width: 100%;height: auto;display: block;}
.xq_nr .xq_js{width: 100%;overflow: hidden; font-size: 16px;line-height: 36px;}
.xq_nr .xq_js img{ max-width: 100%;height: auto;display: block;}
.cp_xq .xq_bt{font-size:28px; line-height:36px; color:#000;  padding-bottom:20px; margin-bottom:40px; border-bottom:1px solid #eee;}
.cp_xq .xq_js ul li{padding-left:20px; position:relative; margin:5px 0; font-size:17px; line-height:26px;}
.cp_xq .xq_js ul li i{font-weight: bold;}
.cp_xq .xq_js ul li:after{width:6px; height:6px; border-radius:50%; background-color:#aaa; position:absolute; top:10px; left:0; content:"";}
.cp_xq .ys_zs ul{margin:0 -20px;}
.cp_xq .ys_zs ul li{width:calc(50% - 40px); margin:0 20px 40px;}
.cp_xq .ys_zs.sh_ys ul li{width:calc(33.33333333% - 40px);}
.cp_xq .ys_zs .t_p{border:1px solid #ddd; margin-bottom:20px;}
.cp_xq .ys_zs .t_p img{width:100%; height:auto; display:block;}
.cp_xq .ys_zs .w_z h3{font-size:22px; color:#000; line-height:32px; margin-bottom:10px;}
.cp_xq .ys_zs .n_r{line-height:26px;}
.cp_xq .swiper-al{padding-bottom:50px;}
.cp_xq .swiper-al img{width:100%; height:auto; display:block;border: solid 1px #e8e8e8;}
.cp_xq .swiper-pagination{bottom:0;}
.cp_xq .swiper-pagination-bullet{width:14px; height:14px; border:3px solid #fff; opacity:1;}
.cp_xq .swiper-pagination-bullet-active{border:2px solid #000; background-color:#fff;}
.cp_xq table{border:1px solid #ddd;}
.cp_xq table th{background-color:#FF0000; padding:15px; font-size:20px; line-height:30px; text-align:center; color:#FFFFFF;border: 1px solid #ddd;}
.cp_xq table th.t_l{text-align:left;}
.cp_xq table td{padding:15px; text-align:center; font-size:16px; line-height:26px;border: 1px solid #ddd;}
.cp_xq table td.f_d{font-size:16px; color:#000; }
.cp_xq .xq_nr .qy_bg table{width: 100%;}
@media only screen and (max-width:1440px){
	.cp_xq .dq_wz{font-size:17px;}
	.cp_xq .xq_zs{margin:0 -15px 50px;}
	.cp_xq .xq_tp{width:calc(50% - 30px); margin:0 15px; padding-left:120px;}
	.cp_xq .xq_wz{width:calc(50% - 30px); padding-bottom:90px; margin:0 15px;}
	.cp_xq .xq_wz .b_t{font-size:22px; line-height:36px;}
	.cp_xq .xq_wz .x_h{margin:10px 0 20px; font-size:17px; line-height:26px;}
	.cp_xq .xq_wz .x_h span{margin-right:20px;}
	.cp_xq .xq_wz .j_s{font-size:15px; line-height:24px;}
	.cp_xq .xq_wz .c_z a{width:200px; height:56px; font-size:16px; line-height:56px;}
	.cp_xq .xq_wz .c_z a.x_j{line-height:54px;}
	.cp_xq .xq_wz .c_z img{max-width:22px;}
	.cp_xq .xq_nr{margin-bottom:50px;}
	.cp_xq .xq_bt{font-size:26px; line-height:32px; padding-bottom:15px; margin-bottom:30px;}
	.cp_xq .xq_js ul li{font-size:16px;}
	.cp_xq .ys_zs ul{margin:0 -15px;}
	.cp_xq .ys_zs ul li{width:calc(50% - 30px); margin:0 15px 30px;}
	.cp_xq .ys_zs.sh_ys ul li{width:calc(33.33333333% - 30px);}
	.cp_xq .ys_zs .w_z h3{font-size:19px; line-height:30px;}
	.cp_xq .ys_zs .n_r{font-size:15px; line-height:23px;}
	.cp_xq .swiper-al{padding-bottom:40px;}
	.cp_xq .swiper-pagination-bullet{width:12px; height:12px; border:2px solid #fff;}
	.cp_xq .swiper-pagination-bullet-active{border:2px solid #000;}
	.cp_xq table th{padding:10px 15px; font-size:20px; line-height:28px;}
	.cp_xq table td{padding:10px 15px; font-size:16px;}
	.cp_xq table td.f_d{font-size:17px;}
}
@media only screen and (max-width:1200px){
	.cp_xq .dq_wz{font-size:16px;}
	.cp_xq .xq_zs{margin:0 -10px 40px;}
	.cp_xq .xq_tp{width:calc(50% - 20px); margin:0 10px; padding-left:100px;}
	.cp_xq .swiper-xt{width:90px;}
	.cp_xq .swiper-dt .swiper-button-prev{opacity:1;}
	.cp_xq .swiper-dt .swiper-button-next{opacity:1;}
	.cp_xq .xq_wz{width:calc(50% - 20px); padding-bottom:80px; margin:0 10px;}
	.cp_xq .xq_wz .b_t{font-size:20px; line-height:32px;}
	.cp_xq .xq_wz .x_h{margin:10px 0; font-size:16px;}
	.cp_xq .xq_wz .x_h span{margin-right:15px;}
	.cp_xq .xq_wz .j_s{font-size:14px; line-height:22px;}
	.cp_xq .xq_wz .c_z a{width:180px; height:52px; font-size:15px; line-height:52px;}
	.cp_xq .xq_wz .c_z a.x_j{line-height:50px;}
	.cp_xq .xq_wz .c_z img{max-width:20px;}
	.cp_xq .xq_nr{margin-bottom:40px;}
	.cp_xq .xq_bt{font-size:22px; line-height:28px;}
	.cp_xq .xq_js ul li{font-size:15px;}
	.cp_xq .ys_zs ul{margin:0 -10px;}
	.cp_xq .ys_zs ul li{width:calc(50% - 20px); margin:0 10px 20px;}
	.cp_xq .ys_zs.sh_ys ul li{width:calc(33.33333333% - 20px);}
	.cp_xq .ys_zs .w_z h3{font-size:18px; line-height:28px;}
	.cp_xq .ys_zs .n_r{font-size:15px; line-height:22px;}
	.cp_xq .swiper-al{padding-bottom:30px;}
	.cp_xq table th{padding:10px; font-size:18px; line-height:26px;}
	.cp_xq table td{padding:10px; font-size:15px;}
	.cp_xq table td.f_d{font-size:16px;}
}
@media only screen and (max-width:992px){
	.cp_xq .dq_wz{font-size:16px;}
	.cp_xq .xq_zs{margin:0 0 40px;}
	.cp_xq .xq_tp{width:100%; margin:0 0 30px; padding-left:150px;}
	.cp_xq .swiper-xt{width:120px;}
	.cp_xq .xq_wz{width:100%; margin:0;}
}
@media only screen and (max-width:640px){
	.cp_xq{padding-top:30px;}
	.cp_xq .xq_tp{padding-left:0;}
	.cp_xq .swiper-xt{display:none;}
	.cp_xq .swiper-dt {padding-bottom:40px;}
	.cp_xq .swiper-dt .swiper-pagination{display:block;}
	.cp_xq .ys_zs ul{margin:0;}
	.cp_xq .ys_zs ul li{width:100%; margin:0 0 20px;}
	.cp_xq .ys_zs.sh_ys ul li{width:100%;}
	.cp_xq .qy_bg{overflow-x:scroll;}
	.cp_xq table{min-width:800px;}
}

.cp_xg{width:100%; padding:80px 0; background-color:#f8f5f1; overflow:hidden;}
.cp_xg.gn{padding: 0px;background: none;}
.cp_xg .xg_bt{font-size:32px; color:#000; line-height:40px; text-align:center;  margin-bottom:40px;}
.cp_xg .xg_tj{position:relative;}
.cp_xg .swiper-button-prev{left:-65px; width:40px; height:40px; border-radius:5px; background-color:#fff; color:#555;
	transition:all .5s;
	-webkit-transition:all .5s;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cp_xg .swiper-button-prev:hover{background-color:#FF0000; color:#FFFFFF;}
.cp_xg .swiper-button-next{right:-65px; width:40px; height:40px; border-radius:5px;background-color:#fff; color:#555;
	transition:all .5s;
	-webkit-transition:all .5s;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cp_xg .swiper-button-next:hover{background-color:#FF0000; color:#FFFFFF;}
.cp_xg .swiper-slide{background-color:#fff; border:1px solid #ddd;}
.cp_xg .swiper-slide .h_t{width:50px; position:absolute; top:25px; right:25px;}
.cp_xg .swiper-slide .h_t img{width:100%; height:auto; display:block;}
.cp_xg .swiper-slide .t_p{overflow:hidden;}
.cp_xg .swiper-slide .t_p img{width:100%; height:auto; display:block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.cp_xg .swiper-slide:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.cp_xg .swiper-slide .w_z{padding:25px 20px; background-color:#f9f9f9;}
.cp_xg .swiper-slide .w_z em{font-size:16px; color:#555; line-height:24px;
    overflow:hidden; 
text-overflow:ellipsis; 
display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;
margin-bottom: 9px;
}
.cp_xg .swiper-slide .w_z span{width:110px; height:36px; border-radius:3px; background-color:#FF0000; font-size:14px; line-height:36px; color:#FFFFFF; text-align:center; display:inline-block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.cp_xg .swiper-slide:hover .w_z span{background-color:#000000; color:#fff;}
.cp_xg .swiper-slide .b_t{font-size:20px; line-height:26px; color:#000;  margin:5px 0 15px; text-overflow:ellipsis; white-space:nowrap;
	overflow:hidden;}
.cp_xg .swiper-pagination{bottom:0;}
.cp_xg .swiper-pagination-bullet{width:14px; height:14px; border:3px solid #fff; opacity:1;}
.cp_xg .swiper-pagination-bullet-active{border:2px solid #000; background-color:#fff;}
@media only screen and (max-width:1440px){
	.cp_xg{padding:50px 0;}
	.cp_xg .xg_bt{font-size:26px; line-height:32px; margin-bottom:25px;}
	.cp_xg .swiper-button-prev{width:36px; height:36px; border-radius:3px;}
	.cp_xg .swiper-button-next{width:36px; height:36px; border-radius:3px;}
	.cp_xg .swiper-slide .h_t{width:40px; top:15px; right:15px;}
	.cp_xg .swiper-slide .t_p{overflow:hidden; padding:15px;}
	.cp_xg .swiper-slide .w_z{padding:15px;}
	.cp_xg .swiper-slide .w_z em{font-size:14px; line-height:22px;}
	.cp_xg .swiper-slide .w_z span{width:100px; height:32px; font-size:14px; line-height:32px;}
	.cp_xg .swiper-slide .b_t{font-size:18px; margin:0 0 10px;}
}
@media only screen and (max-width:1200px){
	.cp_xg{padding:40px 0;}
	.cp_xg .swiper-cp{padding-bottom:40px;}
	.cp_xg .swiper-button-prev{display:none;}
	.cp_xg .swiper-button-next{display:none;}
	.cp_xg .swiper-pagination{display:block;}
}
@media only screen and (max-width:640px){
	.cp_xg .swiper-slide{width:260px;}
}

.lx_bt{width:100%; margin-bottom:40px; overflow:hidden;}
.lx_bt em{width:90px; height:6px; border-radius:6px; background-color:#aaa; display:inline-block;}
.lx_bt .b_t{font-size:40px; line-height:50px; color:#000;margin: 9px 0px;}
.lx_bt .w_z{font-size:18px; line-height:28px; color:#777;}
@media only screen and (max-width:1440px){
	.lx_bt{margin-bottom:30px;}
	.lx_bt em{width:70px; height:5px;}
	.lx_bt .b_t{font-size:32px; line-height:40px;}
	.lx_bt .w_z{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:1200px){
	.lx_bt{margin-bottom:25px;}
	.lx_bt em{width:60px;}
	.lx_bt .b_t{font-size:26px; line-height:34px;}
	.lx_bt .w_z{font-size:15px; line-height:22px;}
}
@media only screen and (max-width:640px){
	.lx_bt em{width:50px;}
	.lx_bt .b_t{margin-bottom:5px;}
}

.ny_lx{width:100%; padding:60px 0; overflow:hidden;}
.ny_lx .container{max-width:1280px;}
.ny_lx .row{margin:0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_lx .lx_xx{width:50%; padding:40px; background-color:#FF0000; font-size:18px; line-height:36px; color:#FFFFFF;}
.ny_lx .lx_xx .tel{font-size:36px; line-height:44px; color:#FFFFFF; margin-bottom:15px;}
.ny_lx .lx_tp{width:50%; border:15px solid #fff;}
.ny_lx .lx_tp img{width:100%; height:100%; display:block;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	user-select:none;}
@media only screen and (max-width:1600px){
	.ny_lx .container{max-width:1200px;}
	.ny_lx .lx_xx{padding:30px;}
	.ny_lx .lx_tp{border:10px solid #fff;}
}
@media only screen and (max-width:1440px){
	.ny_lx{padding:50px 0;}
	.ny_lx .container{max-width:90%;}
	.ny_lx .lx_xx{font-size:16px; line-height:28px;}
	.ny_lx .lx_xx .tel{font-size:30px; line-height:38px; margin-bottom:10px;}
}
@media only screen and (max-width:1200px){
	.ny_lx .container{max-width:100%;}
	.ny_lx .lx_xx{line-height:26px; padding:25px;}
	.ny_lx .lx_xx .tel{font-size:26px; line-height:34px;}
}
@media only screen and (max-width:640px){
	.ny_lx{padding:30px 0 50px;}
	.ny_lx .lx_xx{width:100%;}
	.ny_lx .lx_tp{width:100%;}
}

.ny_ly{width:100%; padding:60px 0; background-color:#f9f5f2; overflow:hidden;}
.ny_ly .lx_bt{text-align:center;}
.ny_ly .ly_nr{max-width:1000px; margin:0 auto; padding:50px 80px; background-color:#fff; border-radius:30px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_ly .ly_nr ul{margin:0 -20px;}
.ny_ly .ly_nr ul li{width:calc(50% - 40px); margin:0 20px 20px;}
.ny_ly .ly_nr ul li:nth-child(5){width:calc(100% - 40px);}
.ny_ly .ly_nr ul li:last-child{width:calc(100% - 40px); margin:0 20px; text-align:center;}
.ny_ly .ly_nr em{display:block; margin-bottom:5px;}
.ny_ly .ly_nr input{width:100%; height:46px; border:1px solid #ddd; border-radius:23px; padding:0 15px; line-height:44px; color:#333; display:block;}
.ny_ly .ly_nr textarea{width:100%; height:118px; border:1px solid #ddd; border-radius:23px; padding:10px 15px; line-height:24px; color:#333; resize:none; display:block;}
.ny_ly .ly_nr button{width:120px; height:46px; background-color:#FF0000; border-radius:23px; line-height:46px; text-align:center; color:#FFFFFF; display:inline-block; margin:0 7px; outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_ly .ly_nr button:hover{background-color:#000000; color:#fff;}
.ny_ly .ly_nr button.r_t{background-color:#878581; color:#fff;}
.ny_ly .ly_nr button.r_t:hover{background-color:#535353;}
@media only screen and (max-width:1440px){
	.ny_ly{padding:50px 0;}
	.ny_ly .ly_nr{padding:40px 60px;}
	.ny_ly .ly_nr ul{margin:0 -15px;}
	.ny_ly .ly_nr ul li{width:calc(50% - 30px); margin:0 15px 20px;}
	.ny_ly .ly_nr ul li:nth-child(5){width:calc(100% - 30px);}
	.ny_ly .ly_nr ul li:last-child{width:calc(100% - 30px); margin:0 15px;}
}
@media only screen and (max-width:1200px){
	.ny_ly .ly_nr{padding:40px;}
	.ny_ly .ly_nr textarea{height:96px;}
}
@media only screen and (max-width:640px){
	.ny_ly{padding:30px 0 50px;}
	.ny_ly .ly_nr{padding:30px 20px;}
	.ny_ly .ly_nr ul{margin:0 -10px;}
	.ny_ly .ly_nr ul li{width:calc(50% - 20px); margin:0 10px 20px;}
	.ny_ly .ly_nr ul li:nth-child(5){width:calc(100% - 20px);}
	.ny_ly .ly_nr ul li:last-child{width:calc(100% - 20px); margin:0 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:#FF0000;}
.ny_lm .dq_wz span{color:#FF0000;}
.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;}
}

.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: #FF0000;}
@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;}
}

.sy_nr .n_r{margin-bottom: 26px;overflow: hidden;}
.sy_nr .n_r a{display: block;position: relative;}
.sy_nr .n_r .t_p{
	height:330px;
	overflow:hidden;
}
.sy_nr .n_r .t_p img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
	transition: all 5s;
	-o-transition: all 5s;
	-ms-transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
}
.sy_nr .n_r .w_z{
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	height: 26%;
	background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	text-transform: uppercase;
	text-align: center;
}
.sy_nr .n_r:hover 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);
}
.sy_nr .n_r:hover .w_z{
	height: 100%;
}
@media only screen and (max-width:1100px){
	.sy_nr .n_r .w_z{
		font-size: 16px;
	}
	.sy_nr .n_r .t_p{
		height:200px;
	}
}
@media only screen and (max-width:640px){
	.sy_nr .n_r .w_z{
		font-size: 15px;
		height: 100%;
	}
}

.ftl .txt ul li{display: flex;align-items: center;}
.ftl .txt ul li i{margin-right: 9px;}
.i1tma{display: block;}
.i1tma h3{text-transform: capitalize;}
.i1tma::after{display: block;content: " ";position: absolute;right: -30px; top: 50%;width: 1px;height: 129px;background: #dddddd;transform:translateY(-50%);}

.ny_ty{width:100%; background-color:#f7f8f9; overflow:hidden;}
.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%;height:240px; overflow:hidden;}
.hx_lb .n_r .t_p.zz{height: 390px;border-bottom: solid 1px #f5f5f5;}
.hx_lb .n_r .t_p img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center center;
	-webkit-user-select:none;
	user-select:none;
	transition:all 5s;
	-webkit-transition:all 5s;
}
.hx_lb .n_r .w_z{padding: 20px 30px;text-align: center;}
.hx_lb .n_r .w_z a{font-size: 20px;font-weight: bold;color: #000000;}
.hx_lb .n_r .w_z.zz{padding: 20px 9px;min-height: 85px;}
.hx_lb .n_r .w_z.zz a{font-size: 16px;}
.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: #FF0000;}
@media only screen and (max-width:1100px){
	.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;}
	.hx_lb .n_r .t_p.zz{height: 360px;}

}
@media only screen and (max-width:640px){
	.dq_wz{margin: 0px -13px;}
	.ftl .txt ul li {
		display: flex;
		align-items: flex-start;
	}
	.hx_lb .n_r .w_z.zz a{font-size: 14px;}
	.hx_lb .n_r .w_z.zz{min-height: auto;}
}