@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #1d208b;
}
.bgcolor,.hvbgcolor:hover{
	background: #1d208b;
	color: #fff;
}
.icolor1,.hvcolor1:hover{
	color: #fcf004;
}
.bgcolor1,.hvbgcolor1:hover{
	background: #fcf004;
	color: #fff;
}
.head,.head_height{
	height: 100px;
}
.head{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.07);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 69px;
}
.nav li{
	margin-left: 1%;
}
.nav li,.nava{
	height: 100%;
	display: flex;
	align-items: center;
}
.nava{
	border-bottom: 4px solid rgba(0,0,0,0);
	padding: 0px 24px;
}

.nav li.active .nava{
	border-bottom: 4px solid #fcf004;
}
.nav li:hover .nava{
	color: #333;
	background: #fcf004;
}
.hdr{
	margin-left: 10%;
}
.hdra2_ico{
	width: 30px;
	height: 100%;
	cursor: pointer;
	background: url(../images/scico_03.png) no-repeat center;
}
.hdra2hide,.hdra2hide_block{
	width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	display: none;
}
.hdra2hide input,.hdra2hide_block input{
	width: 100%;
	height: 50px;
	padding: 0 20px;
}
.hdra2hide button,.hdra2hide_block button{
	width: 50px;
	height: 50px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.navhide{
	width: 100%;
	padding: 50px 0;
	background: #ededed;
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.nha{
	width: 16.66%;
}
.nha_a{
	display: block;
	text-align: center;
}
.nha_a .ovhd{
	border: 4px solid #fcf004;
}
.nha_a:hover{
	color: #1d208b;
}
.foot{
	background: #222222;
	color: rgba(255,255,255,.7);
}
.foot a{
	color: rgba(255,255,255,.7);
}
.foot a:hover{
	color: #fcf004;
	text-decoration: underline;
}
.ft{
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fb{
	padding: 20px 0;
	color: #fff;
}
.ftlaimg{
	width: 100px;
	padding: 2px;
	background: #fff;
}
.ftla{
	margin-right: 20px;
}
.right{
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 99;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: #1e2188;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	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: 180px;
	background: #1e2188;
	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;
	font-size: 14px;
}
.rhide_ewm{
	width: 120px;
}
.rhide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #1e2188;
	position: absolute;
	right: -5px;
	top: 20px;
	transform:rotate(45deg);
}
.rta:hover .rhide{
	opacity: 1;
	visibility: inherit;
	margin-right: 15px;
}
#gotop{
	display: none;
}
.md{
	padding: 80px 0;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.bnbg{
	color: #fff;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,.5);
}
.bntxt h1,.bntxt h2{
	letter-spacing: 3px;
}
.morea{
	display: inline-block;
	padding: 9px 50px;
	background: #fcf004;
	color: #000;
	border-radius: 50px;
}
.morea_min{
	font-size: 15px;
	padding: 6px 20px;
}
.morea:hover{
	opacity: .85;
}
.bnr{
	position: absolute;
	right: 5%;
	bottom: 50px;
	width: 145px;
	max-width: 10%;
}
.i1{
	padding: 29px 0;
}
.i1a:nth-child(even) .i1a_a{
	background: #eef1f8;
}
.i1a:nth-child(odd) .i1a_a{
	background: #f3f6fe;
}
.i1a_a .flex1{
	padding: 10px 0;
}
.i1a_a{
	display: flex;
	padding: 30px;
	min-height: 100%;
}
.i1aimg{
	width: 40%;
}
.i1aimg img{
	/*mix-blend-mode: multiply;*/
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat top center;
	color: #fff;
}
.itopt h1{
	opacity: .05;
}
.itop_wt *{
	color: #fff;
}
.i2a{
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 12px;
}
.i3a{
	width: 16.66%;
}
.i3a_a{
	aspect-ratio: 2 / 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}
.i3a_a:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.08);
}
.i3a_a img{
	max-width: 80%;
	max-height: 70%;
	display: block;
}
.ab1r{
	width: 44%;
	margin-left: 3%;
}
.ab2{
	background: url(../images/ab2img_02.jpg) no-repeat center;
	background-size: cover;
}
.ab3w{
	background: #f6f6f6;
	border: 1px solid #eee;
}
.ab3l{
	padding: 15px 3%;
}
.ab3l p{
	width: 48%;
}
.ab3l p i{
	color: #fcf004;
	margin-right: 8px;
}
.ab4a_a{
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #f6f6f6;
	border-radius: 6px;
	text-align: center;
}
.ab4a_a:hover{
	background: #FCF004;
	color: #000;
}

@media only screen and (max-width:1699px) {
	.head,.head_height{
		height: 85px;
	}
	.logo{
		height: 60px;
	}
	.bnr{
		width: 120px;
	}
	.navhide {
		top: 85px;
	}
}
@media only screen and (max-width:1599px) {
	.navhide {
		top: 85px;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.logo{
		height: 60px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ft{
		padding: 30px 0;
	}
	.ftlaimg{
		width: 85px;
	}
	.i1a{
		width: 50%;
	}
	.ab3l p{
		font-size: 12px;
	}
	.ab4a_a{
		font-size: 14px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.i3a{
		width: 25%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ft{
		padding: 25px 0;
		text-align: center;
	}
	.fb{
		padding: 12px 0;
	}
	.fta{
		display: none;
	}
	.ftlw{
		justify-content: space-between;
	}
	.ftla{
		margin: 0 10px;
	}
	.ftlaimg{
		width: 85px;
	}
	.logo{
		height: 45px;
		display: flex;
		justify-content: center;
	}
	.right{
		transform: scale(.7);
		right: 0;
	}
	.bntxt h1, .bntxt h2{
		letter-spacing: 1px;
	}
	.bntxt h1{
		font-size: 22px;
	}
	.bntxt h2{
		font-size: 14px;
		margin-top: 10px;
	}
	.morea{
		padding: 4px 20px;
		font-size: 13px;
	}
	.morea_min{
		font-size: 12px;
		padding: 3px 16px;
	}
	.i1a_a{
		padding: 20px;
	}
	.i1a_a .flex1{
		padding: 10px 0;
	}
	.i2txt {
		font-size: 13px;
	}
	.i3a{
		width: 50%;
	}
	
	.itopt h1{
		font-size: 38px;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
	}
	.listbn img{
		min-height: 120px;
	}
	.lbntxt p{
		font-size: 13px;
		margin-top: 7px !important;
	}
	.ab3l{
		padding: 20px;
	}
	.ab3l p{
		width: 100%;
		font-size: 13px;
	}
	.ab4a{
		width: 50%;
	}
	.ab4a_a{
		line-height: 1.5;
		font-size: 13px;
	}
}

.listbn .bn_video{
	width: 100%;
	max-height: 469px;
	object-fit: cover;
	display: block;
}
.listbn .ny_bn{
	display: none;
}
@media only screen and (max-width:1499px) {
    .listbn .bn_video{
	max-height: 369px;
    }
}
@media only screen and (max-width:768px) {
	.listbn .bn_video{
		display: none;
	}
	.listbn .ny_bn{
		display: block;
	}
	.listbn .gn.ny_nr .cp_lb .t_p{
		display: none;
	}
}


.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.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: #FCF004;}
.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:#333333; background: #FCF004; 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: #F3F3F3;
	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: #1D2088;color: #FFFFFF;}
.ny_nr .zc_lm ul li.on a.e_j{color: #FFFFFF;background: #1D2088;}
.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:#1D2088; text-indent:39px;}
.ny_nr .zc_lm .s_j p.on a{
	color: #1D2088;
}
.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{
	height:469px;
	overflow:hidden;
	background: #eef1f8;
}
.ny_nr .cp_lb .t_p img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center center;
	-webkit-user-select:none;
	user-select:none;
}
.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: 99px; height: 32px;text-align: center;line-height: 32px;color: #ffffff;font-size: 14px;background: #1D2088;}
.ny_nr .cp_lb .n_r:hover .m_r a{background: #FCF004;color: #333333;}
@media only screen and (max-width:1499px){
    .ny_nr .cp_lb .t_p{
	height:319px;
    }
}
@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;
	}
	.ny_nr .cp_lb .t_p{
		height:189px;
	}
}
@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:#1D2088;}
.ny_lm .dq_wz span{color:#1D2088;}
.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: 32px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 19px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{color: #333333;display: block;font-size: 16px;width: 140px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #FCF004;-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: #333333;background: #FCF004;}
.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{font-size: 16px;line-height: 32px;}
.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;}

}
@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;}
	.ny_nr .cp_xq .b_g{font-size: 14px;line-height: 26px;}
}

.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: 26px;
	}
	.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: 20px;
	}
	.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: 0px;
	}
	.ny_nr .xq_nr .yy_xq .m_r {
		margin-top: 0px;
	}
}
.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: #1D2088;}
@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;}
}

.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:#1D2088; border:1px solid #1D2088; color:#fff;}
.yema ul li.active a{background-color:#1D2088; border:1px solid #1D2088; 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;}
}

.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,.09);
}
.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;text-align: center;}
.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: #1D2088;}
@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;}
}


.i2w .sy_ry{display: none;}
.i2w .sy_ry .n_r{width: 100%;overflow: hidden;margin-bottom: 13px;}
.ny_ty.gn{background: #f7f9fb;}
.lx_wm{width: 100%;overflow: hidden;background: #FFFFFF;display: flex;flex-wrap: wrap;box-shadow: 0 0 15px rgba(0, 0, 0, .1);-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.lx_wm .lx_zc{padding: 39px 49px;width: 45%;color: #ffffff;background: #fcf004;color: #333333;}
.lx_wm .lx_yc{
	width: 55%;
	padding: 29px;
	overflow: hidden;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;}
.lx_wm .lx_yc img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-user-select: none;
	user-select: none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.lx_wm .lx_zc .rx_dh{margin-bottom:19px;font-size: 26px;line-height: 46px;}
.lx_wm .lx_zc ul{width: 100%;overflow: hidden;}
.lx_wm .lx_zc li{margin-bottom: 19px;display: flex;align-items: baseline;}
.lx_wm .lx_zc li .z_c{margin-right: 16px;}
.lx_wm .lx_zc li .z_c i{color: #333333;font-size: 22px;}
.lx_wm .lx_zc li .y_c p{color: #333333;font-size: 16px;line-height: 46px;}
.lx_wm .lx_zc li .y_c .m_s{color: #333333;font-size: 16px;}
.ny_ly{width: 100%;overflow: hidden;background: url(../images/ly_bj.jpg) no-repeat top center / cover;}
.ny_ly .z_c{margin-bottom: 20px;}
.ny_ly .z_c .b_t{margin-bottom: 9px;}
.ny_ly .z_c .b_t p{color: #000000;font-size: 24px;font-weight: 700;line-height: 46px;}
.ny_ly .z_c .b_t i{
	display: block;
	width: 39px;
	height: 2px;
	background: #1D2088;
}
.ny_ly .z_c .m_s{color: #808080;font-size: 15px;line-height: 76px;}
.ny_ly .z_c .n_r{padding: 29px 0px;border-bottom: solid 1px #E6E6E6;border-top: solid 1px #E6E6E6;}
.ny_ly .z_c .n_r .x_w p{color: #808080;font-size: 16px;}
.ny_ly .z_c .n_r .x_w span{display: block;color: #000000;font-size: 16px;line-height: 46px;}

.ny_ly .lx_bd .b_d ul{display: flex;flex-wrap: wrap;}
.ny_ly .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_ly .lx_bd .b_d ul li.q_b{width:100%;}
.ny_ly .lx_bd .b_d input{width:100%; height:68px; border-bottom:1px solid #E6E6E6; line-height:68px; color:#333; display:block;font-size: 16px;}
.ny_ly .lx_bd .b_d input::placeholder{color:#999;}
.ny_ly .lx_bd .b_d textarea{width:100%; height:125px; padding-top:13px; border-bottom:1px solid #E6E6E6; line-height:24px; color:#333; resize:none; display:block;font-size: 16px;}
.ny_ly .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_ly .lx_bd .b_d button{
	width:140px;
	height:46px;
	border-radius:5px;
	background-color:#1D2088;
	font-size:17px;
	line-height:46px;
	color:#fff;
	margin-top:40px;
	margin-right:15px;
	outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ny_ly .lx_bd .b_d button:hover{background-color:#1D2088;}
.ny_ly .lx_bd .b_d button.c_z{background-color:#888;}
.ny_ly .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:1100px){
	.lx_wm .lx_zc {
		padding: 20px;
	}
	.lx_wm .lx_zc li{margin-bottom: 19px;}
	.lx_wm .lx_zc li .z_c{margin-right: 9px;}
	.lx_wm .lx_zc li .z_c i{font-size: 20px;}
	.lx_wm .lx_zc li .y_c p{font-size: 15px;line-height: 39px;}
	.lx_wm .lx_zc li .y_c .m_s{font-size: 15px;}
	.ny_ly .z_c .b_t p {
		font-size: 20px;
		line-height: 39px;
	}
	.ny_ly .z_c .m_s {
		font-size: 14px;
		line-height: 56px;
	}
	.ny_ly .z_c .n_r .x_w p {
		font-size: 15px;
	}
	.ny_ly .z_c .n_r .x_w span {
		font-size: 15px;
		line-height: 39px;
	}
	.ny_ly .z_c .n_r {
		padding: 20px 0px;
	}

	.ny_ly .lx_bd .b_d ul li{width:47%; position:relative;}
	.ny_ly .lx_bd .b_d input{height:50px; line-height:50px;}
	.ny_ly .lx_bd .b_d textarea{line-height:24px;height: 109px;}
	.ny_ly .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
}
@media only screen and (max-width:768px){
	.lx_wm .lx_zc {
		width: 100%;
	}
	.lx_wm .lx_yc {
		width: 100%;
	}
	.mg_my {
		padding: 0px;
	}
	.listnav .lnl {
		padding: 10px 0px;
	}
	.ny_ly .z_c .n_r {
		padding: 9px 0px;
	}
}
@media only screen and (max-width:640px){
	.ny_ly .lx_bd{width:100%;}
	.ny_ly .lx_bd .b_d ul li{width:100%;}
	.i1a_a {
		padding: 7px;
	}
	.morea_min {
		padding: 3px 7px;
	}
	.i1a_a .flex1 .ititle_22{font-size: 14px;}
	.i1a_a .mr20 {
		margin-right: 9px;
	}
	.i1aimg {
		width: 45%;
	}
	.i2 {
		background: url(../images/i2bg_02.jpg) no-repeat top center / cover;
	}
	.i2w .swiper-container-i2{display: none;}
	.i2w .sy_ry{display: block;}
	.i3.pt0{
		padding-top: 25px !important;
	}
	.i3a {
		width: 33%;
	}
	.ab4a {
		width: 33%;
	}
	.ab3l p{
		width: 49%;
		display: flex;
		align-items: baseline;
	}
}
.ab1 .ab1w .txt{
	text-indent: 2em;
}

.cp_xq .b_g table {
	width: 100% !important;
    border-collapse: collapse;
    box-sizing: border-box;
	border: 1px solid #333;
}
.cp_xq .b_g th, td {
	border: 1px solid #333;
	padding: 12px 8px;
	text-align: center;
	word-break: break-word;
    white-space: normal;
}
.cp_xq .b_g th {
	background-color: #f0f0f0;
	font-size: 18px;
}
.cp_xq .b_g td {
	font-size: 16px;
}
@media only screen and (max-width:768px){
	.cp_xq .b_g th {
		font-size: 16px;
	}
	.cp_xq .b_g td {
		font-size: 14px;
	}
	.cp_xq .b_g th, td {
		padding: 8px 4px;
	}
}