.title {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 40px;
	justify-content: space-between;
}

.title .txt_fl {
	color: #004391;
	font-weight: 700;
	font-size: 30px;
}

.title .right a span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.xian {
	width: 40px;
	height: 4px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background-color: #014099;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.sidemenu_wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	z-index: 99;
}

.sidemenu .sidemenulist {
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 2px solid #6785a2;
}

.sidemenu .sidemenulist>li {
	flex: 1;
	padding-top: 18px;
	position: relative;

}

.sidemenu .sidemenulist>li>a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 16px;
}

.sidemenu .sidemenulist li p {
	font-size: 12px;
	margin-top: 5px;
}

.sidemenu .sidemenulist li:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	width: 0%;
	background-color: #00bbff;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:before {
	width: 50%;
}

.sidemenu .sidemenulist li:after {
	content: '';
	position: absolute;
	top: -3px;
	right: 50%;
	width: 0%;
	background-color: #00bbff;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:after {
	width: 50%;
}

.sidemenu .sidemenulist li.on:before,
.sidemenu .sidemenulist li.on:after {
	width: 50%;
}

.sidemenu .sidemenulist li .i2 {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 2px;
	background-color: #4f7296;
	right: 0;
	top: 49%;
}

.sidemenu .sidemenulist li:last-child .i2 {
	display: none;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.navlist2 {
	display: none;
	padding-left: .4rem;
	background: rgba(255, 255, 255, .1);
}

.navlist2 a {
	display: block;
	color: #fff;
	padding-left: 2rem;
	margin-top: .4rem;
	font-size: 14px;
}

.swiper {
	position: relative;
	overflow: hidden;
}

.swiper .swiper-wrapper .swiper-slide {
	display: flex;
	width: 100%;
	background-color: #ffffff;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt {
	padding: 20px;
	background-color: #FFFFFF;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt span {
	color: #222222;
	font-size: 18px;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt .zhixian {
	width: 40px;
	height: 2px;
	margin: 20px 0;
	background-color: #014099;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt p {
	font-size: 14px;
	color: #014099;
}

.header {
	width: 100%;
	height: 100%;
	background-color: #004391;
	/* background-image: url('../img/bg.png'); */
	background-size: cover;
}

.header .header-box {
	height: 5rem;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .header-box .rihgt-box {
	display: flex;
	align-items: center;
}

.header .header-box .rihgt-box ul {
	display: flex;
	align-items: center;
}

.header .header-box .rihgt-box ul img {
	margin: 0 20px;
	height: 16px;
}

.header .header-box .rihgt-box ul li a {
	font-size: 14px;
	color: #FFFFFF !important;
}

.header .header-box .rihgt-box ul li a:hover {
	text-decoration: underline;
}

.header .header-box .rihgt-box img {
	margin-left: 20px;
}

.header-nav {
	height: 50px;
	background-color: #0170c0;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.header-nav ul {
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}

.header-nav ul li {
	position: relative;
	font-size: 18px;
	text-align: center;
	flex: 1;
}

.header-nav ul span {
	color: #FFFFFF;
}

.header-nav ul li a {
	color: #FFFFFF;
	display: block;
}

.header-nav ul li a:hover {
	background-color: #0094ff;
}

.header-nav .nav li {
	position: relative;
}

.header-nav .nav li img {
	position: absolute;
	right: 0;
	top: 40%;
	display: block;
}

.header-nav .nav li .menu {
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 999;
	margin: 0;
	display: none;
	padding: 0;
	position: absolute;
}

.header-nav .nav li .menu dd {
	background-color: #0170c0;
	color: #FFFFFF;
	cursor: pointer;
}

.header-nav .nav li:hover .menu {
	display: block !important;
}

.header-nav .nav li .menu dd :hover {
	background-color: #0094ff;
}

.pc-search {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 0;
	line-height: 0;
	transform: translateY(100%);
	background: #fff;
	border-radius: 2px;
}

.pc-search input {
	height: 32px;
}

.pc-search {
	padding: 10px 20px;
	box-shadow: 1px 1px 5px #666;
}

.banner .swiper-slide {
	height:500px;
	background-size: cover !important;
}

.new-next {
	background-color: rgba(0, 0, 0, .3);
	width: 90px !important;
	height: 90px !important;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .6);
	width: 14px;
	height: 14px;
	border-radius: 50px;
}

.banner .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background-color: #004ccb !important;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

.index_box1 {
	padding: 40px 0;
	background-color: #ffffff;
}

.index_box1 .box_1 .box1_con {
	display: flex;
}

.index_box1 .box_1 .box1_con .swiper-slide {
	position: relative;
}

.index_box1 .box_1 .box1_con .swiper-slide .img {}

.swiper-slide .img .img1 {
	width: 100%;
}

.index_box1 .box_1 .box1_con .swiper-slide .left-txt {
	position: absolute;
	bottom: 20px;
	display: flex;
	left: 20px;
	padding: 30px 20px;
	background-color: rgba(255, 255, 255, .8);
	right: 20px;
}

.index_box1 .box_1 .box1_con .swiper-slide .left-txt .txt1 {
	display: flex;
	margin-right: 20px;
	padding-right: 20px;
	color: #0170c0;
	border-right: 1px solid #0170c0;
	flex-direction: column;
}

.index_box1 .box_1 .box1_con .swiper-slide .left-txt .txt1 h5 {
	font-size: 24px;
}

.index_box1 .box_1 .box1_con .swiper-slide .left-txt .txt1 span {
	font-size: 14px;
}

.index_box1 .box_1 .box1_con .swiper-slide .left-txt .right {
	display: flex;
	flex: 1;
	justify-content: space-between;
	flex-direction: column;
}

.p1 {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.p2 {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index_box1 .box_1 .box1_con .left_con {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('../img/bg4.png');
}

.index_box1 .box_1 .box1_con .left_con .swiper-container {
	padding-top: 15px;
	margin-left: 17px;
	width: 620px !important;
	position: relative;
}


.index_box1 .box_1 .box1_con .left_con .swiper-container .swiper-button-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: 10px 18px;
	left: 10px !important;
	background-color: rgba(1, 112, 192, .4);
}

.index_box1 .box_1 .box1_con .left_con .swiper-container .swiper-button-prev:hover {
	background-color: #0170c0;
}

.index_box1 .box_1 .box1_con .left_con .swiper-container .swiper-button-next:hover {
	background-color: #0170c0;
}

.index_box1 .box_1 .box1_con .left_con .swiper-container .swiper-button-next {
	position: absolute;
	right: 10px !important;
	width: 50px;
	height: 50px;
	background-size: 10px 18px;
	background-color: rgba(1, 112, 192, .4);
}

.index_box1 .box_1 .box1_con .right_con {
	flex: 1;
	padding-top: 15px;
	margin-left: 40px;
}

.index_box1 .box_1 .box1_con .right_con ul {}

.index_box1 .box_1 .box1_con .right_con ul li {
	margin-bottom: 18px;
	background-color: #f0f3fb;
}

.index_box1 .box_1 .box1_con .right_con ul li a {
	display: flex;
	/* padding-left: 0; */
	color: #222222;
}

.index_box1 .box_1 .box1_con .right_con ul li a:hover .left {
	color: #FFFFFF;
	background-color: #0170c0;
}

.index_box1 .box_1 .box1_con .right_con ul li a:hover .right {
	color: #0170c0;
}

.index_box1 .box_1 .box1_con .right_con ul li a:hover .right .p2 {
	color: #0170c0;
}

.index_box1 .box_1 .box1_con .right_con ul li a .left {
	display: flex;
	justify-content: center;
	padding: 0 20px 0;
	margin-right: 10px;
	flex-direction: column;
	color: #0170c0;
	border-right: 1px solid #0170c0;
	align-items: center;
}

.index_box1 .box_1 .box1_con .right_con ul li a .left h5 {
	font-size: 30px;
}

.index_box1 .box_1 .box1_con .right_con ul li a .left span {
	font-size: 14px;
}

.index_box1 .box_1 .box1_con .right_con ul li a .right {
	flex: 1;
	padding: 13px;
	line-height: 2rem;
}

.index_box1 .box_1 .box1_con .right_con ul li a .right .p1 {
	font-size: 16px;
	font-weight: 700;
}

.index_box1 .box_1 .box1_con .right_con ul li a .right .p2 {
	font-size: 14px;
	color: #666666;
}

.index_box2 {
	padding: 40px 0;
	background-color: #f0f3fb;
}

.index_box2 .box2 {
	display: flex;
}

.index_box2 .box2 .left {
	width: 31.25%;
}

.index_box2 .box2 .left ul {}

.index_box2 .box2 .left ul li {
	border-top: 2px solid #0170c0;
	background-color: #FFFFFF;
	padding:5px  16px;
	padding-left: 0;
	margin-bottom: 6px;
}

.index_box2 .box2 .left ul li a {
	display: flex;
    align-items: center;
}

.index_box2 .box2 .left ul li a:hover .p3 {
	color: #0170c0;
}

.index_box2 .box2 .left ul li a .time {
	display: flex;
	color: #0170c0;
	padding-left: 16px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #0170c0;
	flex-direction: column;
	align-items: center;
}

.index_box2 .box2 .left ul li a .time h5 {
	font-size: 30px;
}

.index_box2 .box2 .left ul li a .time span {
	font-size: 14px;
}

.p3 {
	line-height: 2rem;
	color: #222222;
	flex: 1;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.index_box2 .box2 .right_tnt {
	flex: 1;
	margin-left: 40px;
}

.index_box2 .box2 .right_tnt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_box2 .box2 .right_tnt ul li {
	width: 48%;
	margin-bottom: 20px;
}

.index_box2 .box2 .right_tnt ul li a {
	display: flex;
	padding: 18px;
	flex-direction: column;
	background-color: #0170c0;
}

.index_box2 .box2 .right_tnt ul li a .top {
	display: flex;
	margin-bottom: 10px;
}

.index_box2 .box2 .right_tnt ul li a .top .left-time {
	display: flex;
	color: #0170c0;
	background-color: #FFFFFF;
	flex-direction: column;
	align-items: center;
}

.index_box2 .box2 .right_tnt ul li a .top .left-time h5 {
	font-size: 30px;
	padding: 0 15px;
}

.index_box2 .box2 .right_tnt ul li a .top .left-time span {
	font-size: 14px;
}

.index_box2 .box2 .right_tnt ul li a .top p {
	line-height: 2rem;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.index_box2 .box2 .right_tnt ul li a .top p:hover {
	text-decoration: underline;
}

.index_box2 .box2 .right_tnt ul li a p {
	display: -webkit-box;
	font-size: 14px;
	color: rgba(255, 255, 255, .3);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
         min-height: 40px;
}

.index_box3 {
	padding: 40px 0;
	background-color: #FFFFFF;
}

.index_box3 .box3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_box3 .box3 .left {
	display: flex;
	width: 49%;
}

.index_box3 .box3 .left .left-con {
	width: 220px;
	position: relative;
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-image: url('../img/pic1.png'); */
}

.index_box3 .box3 .left .left-con .img {
	width: 100%;
	height: 100%;
}

.index_box3 .box3 .left .left-con .img img {
	width: 100%;
	height: 100%;
}

.txt_con {
	width: 120px;
	height: 190px;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	background-position: center center;
	justify-content: center;
	background-size: 60px 100px;
	background-repeat: no-repeat;
	background-image: url('../img/bg3.png');
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: rgba(1, 112, 192, .6);
}

.txt_con h5 {
	cursor: pointer;
	margin-top: 30px;
	font-weight: 700;
	font-size: 24px;
}

.txt_con a {
	font-size: 12px;
	color: #ffffff;
}

.index_box3 .box3 .left ul {
	flex: 1;
}

.index_box3 .box3 .left ul li {
	padding: 1px 33px;
	padding-top: 0;
	margin-bottom: 2px;
	background-color: #f0f3fb;
}

.index_box3 .box3 .left ul li:nth-child(2n) {
	margin-bottom: 0;
}

.index_box3 .box3 .left ul li a {}

.index_box3 .box3 .left ul li a p {
	border-bottom: 1px solid #dddddd;
	line-height: 3rem;
	font-weight: 700;
	color: #0170c0;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index_box3 .box3 .left ul li a p:hover {
	text-decoration: underline;
}

.index_box3 .box3 .left ul li a .bottom_con {
	display: flex;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}

.index_box3 .box3 .left ul li a .bottom_con .left-ft {
	display: flex;
	align-items: center;
}

.index_box3 .box3 .left ul li a .bottom_con .left-ft span {
	margin-left: 10px;
}

.index_box3 .box3 .left ul li a span {
	margin-left: 20px;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index_box3 .box3 .right-tt {
	display: flex;
	width: 49%;
}

.index_box3 .box3 .right-tt .left-con {
	width: 220px;
}

.index_box3 .box3 .right-tt .left-con img {
	object-fit: cover;
}

.index_box3 .box3 .right-tt ul {
	flex: 1;
	padding: 0 20px;
	background-color: #f0f3fb;
}

.index_box3 .box3 .right-tt ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #dddddd;
}

.index_box3 .box3 .right-tt ul li a {
	display: flex;
	font-size: 16px;
	justify-content: space-between;
}

.index_box3 .box3 .right-tt ul li a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #222222;
	text-align: left;
	min-width: 50px;
}

.index_box3 .box3 .right-tt ul li a:hover p {
	color: #0170c0;
}

.index_box3 .box3 .right-tt ul li a span {
	min-width: 60px;
	color: #999999;
	text-align: right;
}

.bor {
	border-bottom: none !important;
}

.footer {
	background-image: url('../img/bg1.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .top {
	padding: 20px 0;
	background-color: #003674;
}

.footer .top .box4 {
	display: flex;
	justify-content: space-between;
}

.footer .top .box4 .input {
	display: flex;
	/* position: relative; */
	flex: 1;
	margin-right: 40px;
}

.footer .top .box4 .input:last-child {
	margin-right: 0;
}

.footer .top .box4 .input {
	font-size: 16px;
	flex: 1;
	color: #666666;
	position: relative;
}

.footer .top .box4 .input img {
	position: absolute;
	right: 0;
	top: 0;
}

/* .footer .top .box4 .input .icon {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 14px;
	background-color: #0170c0;
} */

.img3 {
	display: none;
	position: fixed;
	right: 420px;
	bottom: 165px;
}

.footer .bottom {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .bottom .left {
	color: #FFFFFF;
	line-height: 2rem;
	font-size: 14px;
}

.p-txt {
	color: rgba(68, 172, 247, .77);
}

.footer .bottom .right {
	display: flex;
	align-items: center;
}

.footer .bottom .right span {
	margin-right: 20px;
	font-size: 14px;
}

.img4 {
	display: block;
}

.index_box3 .box3 .right-tt .left-tt {
	position: relative;
	display: flex;
}

.index_box3 .box3 .right-tt .left-tt .img {
	width: 100%;
	height: 100%;
}

.index_box3 .box3 .right-tt .left-tt .img img {
	width: 100%;
	height: 100%;
}

.ny_contont {
	padding: 20px 0;
min-height:400px
}

.ny_contont .ny_con {}

.ny_contont .ny_con .top {
	display: flex;
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.ny_contont .ny_con .top ul {
	display: flex;
}

.ny_contont .ny_con .top ul li {}

.ny_contont .ny_con .top ul li a {
	color: #666666;
	padding-right: 10px;
}

.ny_contont .ny_con .top ul li .act{
	color: #666666;
	padding-right: 10px;
	background: url('../img/location-sep.png') no-repeat 0 0;
}

.ny_contont .ny_con .top span {
	padding-left: 40px;
	margin-right: 20px;
	background: url('../img/dq.png') 11px center no-repeat;
}

.ny_contont .ny_con .bottom {
	display: flex;
}

.ny_contont .ny_con .bottom .bottom-fl {
	width: 250px;
}

.ny_contont .ny_con .bottom .bottom-fl .top-tt {
	background: url(../img/topbg.png) 185px center no-repeat #0057b6;
	color: #fff;
	background-size: 50px 50px;
	font-size: 24px;
	text-indent: 30px;
	font-weight: 700;
	line-height: 62px;
}

.ny_contont .ny_con .bottom .bottom-fl .top-tt a {
	color: #FFFFFF;
}

.ny_contont .ny_con .bottom .bottom-fl .cl {
	background: url(../img/location-sep.png) 28px center no-repeat #fff;
	height: 48px;
	text-indent: 55px;
	width: 248px;
	font-weight: 500;
	line-height: 48px;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.ny_contont .ny_con .bottom .bottom-fl .cl:hover {
	background-color: #0170c0;
}

.ny_contont .ny_con .bottom .bottom-fl .cl:hover a {
	color: #FFFFFF;
}

.ny_contont .ny_con .bottom .bottom-fl .isfocus{
 background-color: #0170c0;
}

.ny_contont .ny_con .bottom .bottom-fl .isfocus a{
 color: #FFFFFF !important;
}

.ny_contont .ny_con .bottom .bottom-fl .cl a {
	color: #545454;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	text-indent: 48px;
}

.single-article {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	padding: 0 20px;
}

.single-article .title1 {
	font-size: 24px;
	text-align: center;
}

.single-article .title_time {
	font-size: 14px;
	margin: 20px 0;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.single-article .title_time span:first-child {
	margin-right: 20px;
}

.article_list {
	flex: 1;
	margin-left: 20px;
}

.article_list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}

.article_list li a {
	display: flex;
	color: #222222;
	flex: 1;
	justify-content: space-between;
}

.article_list li a:hover p {
	color: #0170c0;
}

.article_list li a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #222222;
	color: #222222;
	text-align: left;
	max-width: 800px;
}

.article_list li a span {
	flex: 1;
	min-width: 80px;
	color: #999999;
	text-align: right;
}

/* 本例子css */
.slideTxtBox {
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}

.slideTxtBox .hd {}

.slideTxtBox .hd ul {
	display: flex;
	text-align: center;
	justify-content: space-between;
}

.slideTxtBox .hd ul li {
	background-color: #dddddd;
	cursor: pointer;
	padding: 8px 14px;
}

.slideTxtBox .hd ul li.on {
	background: #0170c0;
	color: #FFFFFF;
	font-weight: 700;
}

.slideTxtBox .bd {
	margin-top: 20px;
}

.slideTxtBox .bd .box {}

.aa {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	background-color: #ededed;
	margin: 10px 0 10px 0;
}

.slideTxtBox .bd .box ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.slideTxtBox .bd .box ul li {
	width: 18%;
	margin-bottom: 10px;
	margin-right: 2.5%;
}

.slideTxtBox .bd .box ul li:nth-child(5n) {
	margin-right: 0;
}

.slideTxtBox .bd .box ul li a {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.slideTxtBox .bd .box ul li p {
	color: #222222;
	margin-top: 10px;
}

.slideTxtBox .bd .box ul li:hover p {
	color: #0170c0;
}

.slideTxtBox .bd .box ul li .img {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 145%;
}

.slideTxtBox .bd .box ul li .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bac-none {
	background-image: none !important;
}

.footer .top .box4 .input select {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
}

.footer .top .box4 {
	position: relative;
}

.top-logo {
	right: -85px;
	bottom: -15px;
	position: absolute;
}

#scroll_to_top {
	display: none;
	/* 默认不显示 */
}

.banner-n {
	background: url(../img/ny_banner.jpg) center no-repeat;
	height: 300px;
	background-size: cover;
}