.banner {
	position: relative;
}

.w_1440 {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
}

.w_128 {
	max-width: 1280px;
	width: 98%;
	margin: 0 auto;
}

.header_top {
	max-width: 1280px;
	width: 98%;
	top: 1.5625rem;
	position: absolute;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
}

.header_top .date span {
	color: #ffffff;
	font-size: 1rem;
	margin-top: -3px;
}

.header_top .right {
	margin-top: 0.5rem;
	margin-right: 0.625rem;
}

.header_top .link .link-1 {
	border: 1px solid #d5938a;
	border-radius: 4px;
	width: 80px;
	height: 30px;
	overflow: hidden;
}

.header_top .link .link-1 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: bold;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.header_top .link .link-1 .a_1 {
	background-color: #871c10;
	box-sizing: border-box;
}

.header_top .link .link-1 .a_2 {
	opacity: 0.5;
}

.sidemenu_wrap {
	display: none;
}

.container {
	position: absolute;
	width: 100%;
	height: 10rem;
	top: 0;
	left: 0;
	z-index: 99999;
	/* background-color: rgba(0, 0, 0, .3); */
	/* background: url(../img/icon/bg.png) repeat-x; */
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}

.container .headwbc {
	display: flex;
	position: relative;
}

.container .right {
	flex: 1;
}

.container .right ul {
	display: flex;
	padding-top: 4.375rem;
	margin-left: 0.625rem;
	box-sizing: border-box;
}

.container .right ul li {
	flex: 1;
	text-align: center;
}

.container .right ul li a {
	color: #FFFFFF;
	font-size: 1rem;
}

.container .right ul .last_li a {
	opacity: 0.5;
}

#search .tex ,#search2 .tex{
	height: 2.5rem;
	padding: 0 1.875rem;
	border-radius: 5px;
	line-height: 2.5rem;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	color: #333333;
	font-size: 1rem;
	width: 14.5rem;
}

.search {
	display: none;
	position: absolute;
	right: 0;
	top: 6.5rem;
}

.search .btn{
	position: absolute;
	background: url(../img/icon/search_2.png) center no-repeat;
	width: 18px;
	height: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-right: 0.3125rem;
}

.phone_search {
	padding-top: 4.375rem;
	box-sizing: border-box;
	cursor: pointer;
}

.container .right ul li:hover a {
	color: #FFFFFF;
}

.headwbw img {
	margin-top: 1.25rem;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-slide {
	background-size: cover !important;
}

.banner .swiper-slide img {
	display: none;
}

.swiper-pagination-bullet-active {
	background-color: #FFFFFF;
	width: 3.75rem;
	height: 0.25rem;
	border-radius: 0;
}

.swiper-pagination-bullet {
	width: 3.75rem;
	height: 0.25rem;
	background-color: #FFFFFF;
	border-radius: 0;
}

.notice {
	background-color: #efefef;
	height: 4.375rem;
	line-height: 4.375rem;
	overflow: hidden;
}

.notice .w {
	display: flex;
}

.notice .text {
	flex: 1;
	overflow: hidden;
}

.notice .text .div_1 {
	display: flex;
}

.notice .text .div_1 .div_2 {
	flex: 1;
}

.notice .text .div_1 .div_2 {
	margin-right: 4%;
}

.notice .text .div_1 .div_2 a {
	/* 	display:block; */
	display: flex;
}

.notice .text .swiper-slide a {
	color: #333333;
	font-size: 1rem;
	width: 90%;
	display: flex;
}

.notice .text .swiper-slide a .txt {
	flex: 1;
	width: 0;
}

.notice .text .swiper-slide a .time {
	color: #999999;
	font-size: 1rem;
}

.notice .img {
	padding-left: 3.125%;
	padding-right: 1.6%;
}

.txtScroll-top {
	position: relative;
	width: 92.5%;
}

.notice .hd {
	position: absolute;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
	height: 100%;
	display: table;
}

.notice .bd ul li {
	width: 46%;
}

.notice .bd ul li a {
	display: flex;
}

.notice .bd ul li:nth-child(2n) {
	margin-left: 4%;
}

.notice .bd ul li a .text {
	color: #333333;
	font-size: 1rem;
	flex: 1;
	width: 0;
}

.notice .bd ul li a .time {
	color: #999999;
	font-size: 1rem;
	width: 5.125rem;
}

.notice .bd ul li a:hover .text {
	color: #da251c;
}

.index_box {
	margin-top: 1.875rem;
}

.index_box .left {
	width: 56.25%;
	max-width: 720px;
}

.index_box .left .swiper-slide {
	position: relative;
}

.index_box .left .swiper-slide .img {
	position: relative;
	padding-bottom: 66.67%;
}

.index_box .left .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index_box .left .swiper-slide .text {
	position: absolute;
	color: #ffffff;
	font-size: 1.125rem;
	background-color: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 3.75rem;
	line-height: 3.75rem;
	padding: 0 50px;
	box-sizing: border-box;
}


.index_box .swiper-button-white {
	width: 10px;
	height: 17px;
	background-size: 10px 17px;
}

.index_box .left .swiper-button-next {
	bottom: 20px;
	top: auto;
}

.index_box .left .swiper-button-prev {
	bottom: 20px;
	top: auto;
}

.index_box .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 20px;
}

.index_box .swiper-button-prev {
	left: 20px;
}

.index_box .right {
	width: 41.41%;
	max-width: 530px;
}

.title {
	border-top: 2px solid #dddddd;
	padding-top: 10px;
	margin-bottom: 10px;
}

.title .t {
	color: #da251c;
	font-size: 1.375rem;
	font-weight: bold;
	position: relative;
}

.title .t::before {
	content: "";
	position: absolute;
	background-color: #da251c;
	width: 100%;
	height: 3px;
	top: -14px;
	left: 0;
}

.title .more a {
	color: #999999;
	font-size: 0.875rem;
}

.title .more a:hover {
	color: #DA251C;
	text-decoration: underline;
}

.index_box .right ul li .t{
	color: #333333;
	font-size: 1rem;
	position: relative;
	display: flex;
}

.index_box .right ul li .t .fl {
	text-indent: 1.4rem;
	flex: 1;
	width: 0;
	margin-right: 0.625rem;
}

.index_box .right ul li .t::before {
	content: "+";
	color: #333333;
	font-size: 1.25rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_box .right ul li .t .date {
	color: #999999;
	font-size: 0.875rem;
}

.index_box .right ul li .t2 {
	margin-top: 10px;
	color: #666666;
	font-size: 0.875rem;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: none;
}

.index_box .right ul li .t2 a {
	color: #da251c;
	font-size: 0.875rem;
}

.index_box .right ul li {
	background-color: #efefef;
	margin-top: 0.1875rem;
	padding: 0.69rem 1.25rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_box .right ul li .text img {
	padding-left: 1.25rem;
	padding-right: 0.9375rem;
}

.index_box .right ul li .text {
	font-size: 1rem;
	color: #333333;
	flex: 1;
	width: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index_box .right ul li:hover .text {
	color: #DA251C;
	transform: translateX(5px);
}

.index_box .right ul li .time {
	color: #999999;
	width: 4.5rem;
	font-size: 0.875rem;
	margin-right: 1.25rem;
}

.index_box .right ul li.on .t .fl {
	color: #da251c;
	font-size: 1.125rem;
	font-weight: bold;
}

.index_box .right ul li.on .t .date {
	display: none;
}

.index_box .right ul li.on .t::before {
	content: "-";
	color: #da251c;
	font-size: 1.5rem;
	top: 42%;
	line-height: normal;
}

.index_box .right ul li.on {
	padding: 1.25rem;
}

.index_box .right ul li.on .t2 {
	display: block;
}

.index_box2 {
	margin-top: 1.875rem;
}

.index_box2 .left {
	width: 56.25%;
	max-width: 720px;
}

.index_title {
	border-top: 2px solid #DDDDDD;
	padding-top: 10px;
	display: flex;
}

.index_title .name {
	flex: 1;
}

.index_title ul li.on {
	color: #da251c;
	font-weight: bold;
	padding-bottom: 10px;
}

.index_title ul li.on::before {
	content: "";
	position: absolute;
	background-color: #DA251C;
	height: 3px;
	width: 100%;
	top: -14px;
	left: 0px;
}

.index_title ul li.on i {
	position: absolute;
	border-bottom: 1px dashed #DDDDDD;
	width: 100%;
	bottom: 0;
	left: 0;
}

.index_title ul li {
	font-size: 1.25rem;
	color: #333333;
	position: relative;
	border-left: 1px solid #DDDDDD;
	cursor: pointer;
	padding: 0 1.25rem;
}

.index_title ul li:first-child {
	border: none;
}

.index_title .more a {
	color: #999999;
	font-size: 0.875rem;
	/* line-height: 3.5625rem; */
}

.index_title .more a:hover {
	color: #DA251C;
	text-decoration: underline;
}

.index_box2 .hot {
	margin-top: 1.25rem;
	display: flex;
}

.index_box2 .hot .time {
	width: 5rem;
	height: 5rem;
	text-align: center;
	margin-right: 2.8%;
}

.index_box2 .hot .time .t {
	color: #da251c;
	font-size: 1.625rem;
	background-color: #eeeeee;
	height: 3.3125rem;
	line-height: 3.3125rem;
}

.index_box2 .hot .time .t2 {
	font-size: 0.875rem;
	color: #ffffff;
	background-color: #da251c;
	height: 1.6875rem;
	line-height: 1.6875rem;
}

.index_box2 .hot .text {
	flex: 1;
	width: 0;
}

.index_box2 .hot .text .t {
	color: #222222;
	font-size: 1.125rem;
	font-weight: bold;
}

.index_box2 .hot .text a .t2 {
	color: #666666;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 10px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
}

.index_box2 .hot .text a .t2:hover {
	color: #DA251C;
	text-decoration: underline;
}

.index_list li {
	margin-top: 0.875rem;
}

.index_list li a {
	display: flex;
}

.index_list li a .text {
	flex: 1;
	font-size: 1rem;
	color: #222222;
	width: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.index_list li a .text img {
	margin-right: 0.625rem;
}

.index_list li a .time {
	font-size: 1rem;
	color: #999999;
	width: 5.125rem;
}

.index_box2 .right {
	width: 41.41%;
	max-width: 530px;
}

.index_box2 .right .img {
	position: relative;
	padding-bottom: 66.6%;
}

.index_box2 .right .img .img_1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_box2 .right .img .img_2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index_list li:hover .text {
	color: #DA251C;
	transform: translateX(5px);
}

.index_box2 .hot .text a .t2:hover {
	color: #DA251C;
}

.index_box .right .hot .t2 a:hover span {
	text-decoration: underline;
}

.index_box3 {
	margin-top: 1.875rem;
}

.index_box3 .box ul {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.index_box3 .box ul li {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index_box3 .box ul li img {
	max-width: none;
}

.index_box3 .box ul li.item-2 {
	left: 31%;
}

.index_box3 .box ul li.item-3 {
	left: 54%;
}

.index_box3 .box ul li.item-4 {
	left: 77%;
}

/* 第一个 */
.index_box3 .box ul.state-1 .item-1 {
	left: 0;
}

.index_box3 .box ul.state-1 .item-2 {
	left: 31%;
}

.index_box3 .box ul.state-1 .item-3 {
	left: 54%;
}

.index_box3 .box ul.state-1 .item-4 {
	left: 77%;
}

/* 第二个 */
.index_box3 .box ul.state-2 .item-1 {
	left: 0;
}

.index_box3 .box ul.state-2 .item-2 {
	left: 20%;
}

.index_box3 .box ul.state-2 .item-3 {
	left: 54%;
}

.index_box3 .box ul.state-2 .item-4 {
	left: 77%;
}

/* 第三个 */
.index_box3 .box ul.state-3 .item-1 {
	left: 0;
}

.index_box3 .box ul.state-3 .item-2 {
	left: 19%;
}

.index_box3 .box ul.state-3 .item-3 {
	left: 43.7%;
}

.index_box3 .box ul.state-3 .item-4 {
	left: 77%;
}

/* 第四个 */
.index_box3 .box ul.state-4 .item-1 {
	left: 0;
}

.index_box3 .box ul.state-4 .item-2 {
	left: 19%;
}

.index_box3 .box ul.state-4 .item-3 {
	left: 43.7%;
}

.index_box3 .box ul.state-4 .item-4 {
	left: 66%;
}

.index_box4 .left {
	width: 56.25%;
	max-width: 720px;
}

.index_box4 {
	margin-top: 1.875rem;
}

.index_box4 .index_ul {
	display: flex;
	margin-top: 1.25rem;
}

.index_box4 .index_ul li {
	flex: 1;
	margin-right: 2.5%;
	overflow: hidden;
}

.index_box4 .index_ul li:last-child {
	margin-right: 0;
}

.index_box4 .index_title ul li.on::before {
	content: "";
	position: absolute;
	background-color: #DA251C;
	height: 3px;
	width: 100%;
	top: -13px;
	left: 0px;
}

.index_box4 .right {
	width: 41.41%;
	max-width: 530px;
}


.index_box5 {
	margin-top: 1.875rem;
}

.index_box5 .picMarquee-left {
	overflow: hidden;
}

.index_box5 .picMarquee-left ul {
	display: flex;
}

.index_box5 .picMarquee-left ul li {
	margin-right: 30px;
	flex: 1;
}

.index_box5 .picMarquee-left ul li .box:hover a .text {
	color: #DA251C;
	text-decoration: underline;
}

.index_box5 .picMarquee-left ul li:last-child {
	margin-right: 0;
}

.index_box5 .picMarquee-left ul li .box .img {
	position: relative;
	padding-bottom: 65.2%;
	overflow: hidden;
}

.index_box5 .picMarquee-left ul li .box .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index_box5 .picMarquee-left ul li .box .text {
	color: #333333;
	font-size: 0.875rem;
	background-color: #eeeeee;
	line-height: 2.5rem;
	height: 2.5rem;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.625rem;
}

.index_box6 {
	margin-top: 1.875rem;
	background-color: #efefef;
	padding: 1.875rem 0;
}

.footer {
	background-color: #333333;
}

.footer .link {
	padding: 2.5rem 0;
	box-sizing: border-box;
	display: flex;
}

.footer ul {
	flex: 1;
}

.footer ul li.index_li {
	margin-bottom: 1.875rem;
}

.footer ul li.index_li {
	font-size: 1.125rem;
	color: #ffffff;
	font-weight: bold;
}

.footer ul li a {
	font-size: 0.875rem;
	color: #666666;
}

.footer ul li {
	margin-bottom: 10px;
}

.footer ul li:hover a {
	color: #DA251C;
	text-decoration: underline;
}

.footer .link .img .img_1 {
	margin-right: 0.625rem;
}

.footer .link .img p {
	font-size: 0.875rem;
	color: #eeeeee;
	text-align: center;
	margin-top: 0.5rem;
}

.footer .text {
	background-color: #222222;
	padding: 0.9375rem 0;
	text-align: center;
	font-size: 0.875rem;
	color: #ffffff;
}

.fArea01 {
	width: 67%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 164px;
}

.fArea01 ul li {
	border-left: 1px solid #bed4ea;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 725px;
	display: block;
	-webkit-transition: left 300ms, -webkit-opacity 700ms;
	transition: left 300ms, opacity 700ms;
}

.fArea01 ul li .p1 {
	float: left;
	width: 45px;
	text-align: center;
	height: 164px;
	background: #fff;
	color: #DA251C;
}

.fArea01 ul li .p1 p {
	padding-top: 35px;
	font-size: 18px;
	width: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding-bottom: 25px;
	background: url(../img/icon/bottom.png) no-repeat center bottom;
	font-weight: bold;
}



.fArea01 ul li .p2 {
	float: left;
	width: 679px;
	height: 164px;
	background: rgba(255, 255, 255, 0.65);
	display: none;
}

.fArea01 ul li .p2 .clearfix {
	padding: 35px 0 0 25px;
}

.fArea01 ul li .p2 a {
	float: left;
	display: block;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 16px;
	color: #373737;
	background: url(../img/icon/list-2.png) no-repeat center left;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fArea01 ul li .p2 a:nth-child(4n) {
	margin-right: 0;
}

.fArea01 ul li .p2 a:hover {
	color: #DA251C;
}

.fArea01 .item-1 {
	z-index: 1;
	border-left: none;
}

.fArea01 .item-2 {
	z-index: 2;
}

.fArea01 .item-3 {
	z-index: 3;
}

.fArea01 .item-4 {
	z-index: 4;
}

/* 第一个 */
.fArea01 .state-1 .item-1 {
	left: 0;
}

.fArea01 .state-1 .item-2 {
	left: 725px;
}

.fArea01 .state-1 .item-3 {
	left: 770px;
}

.fArea01 .state-1 .item-4 {
	left: 815px;
}

.fArea01 .state-1 .item-1 .p1 {
	background: #da251c;
	color: #fff;
}

.fArea01 .state-1 .item-1 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-1 .item-1 .p2 {
	display: block;
	width: 680px;
}

/* 第二个 */
.fArea01 .state-2 .item-1 {
	left: 0;
}

.fArea01 .state-2 .item-2 {
	left: 45px;
}

.fArea01 .state-2 .item-3 {
	left: 770px;
}

.fArea01 .state-2 .item-4 {
	left: 815px;
}

.fArea01 .state-2 .item-2 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-2 .item-2 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-2 .item-2 .p2 {
	display: block;
}

/* 第三个 */
.fArea01 .state-3 .item-1 {
	left: 0;
}

.fArea01 .state-3 .item-2 {
	left: 45px;
}

.fArea01 .state-3 .item-3 {
	left: 90px;
}

.fArea01 .state-3 .item-4 {
	left: 815px;
}

.fArea01 .state-3 .item-3 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-3 .item-3 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-3 .item-3 .p2 {
	display: block;
}

/* 第四个 */
.fArea01 .state-4 .item-1 {
	left: 0;
}

.fArea01 .state-4 .item-2 {
	left: 45px;
}

.fArea01 .state-4 .item-3 {
	left: 90px;
}

.fArea01 .state-4 .item-4 {
	left: 135px;
}

.fArea01 .state-4 .item-4 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-4 .item-4 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-4 .item-4 .p2 {
	display: block;
}

.notice .swiper-button-white {
	width: 9px;
	height: 13px;
	background-size: 9px 13px;
}

.notice .swiper-button-next {
	top: 70%;
	background: url(../img/icon/next.png) center no-repeat;
}

/* .index_box6 .w{
	width: 1200px;
} */

.index_box6 .img {
	width: 30%;
	overflow: hidden;
	height: 164px;
}

.index_box6 .img img {
	object-fit: cover;
}

.view_index {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: none;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 1;
	outline: none;
	overflow-y: auto;
	background-color: #FFFFFF;
	z-index: 99;
}


.view_index.showdiv {
	top: 111px;
}

.container.wt {
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
}

.container.wt .right ul li a {
	color: #333333;
}

.container.wt .right ul li a:hover {
	color: #da251c;
}

.container.wt .date span {
	color: #333333;
}

.container.wt .right ul {
	padding-top: 55px;
}

.container.wt .headwbw img {
	margin-top: 0;
}

.container .headwbw .logo2 {
	display: none;
}

.container.wt .headwbw .logo {
	display: none;
}

.container.wt .headwbw .logo2 {
	display: block;
}

.wtn {
	position: relative;
}

.banner_n{
	position: relative;
}

.banner_n img{
	height: 100%;
	object-fit: cover;
}

.banner_n .titles{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
}

.banner_n .titles span{
	font-size: 1.5rem;
	font-weight: bold;
}

.banner_n .titles p{
	font-size: 1rem;
	margin-top: 0.625rem;
}

.index_link {
	line-height: 3.5625rem;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	position: relative;
}

.sub li {
	height: 3.125rem;
	line-height: 3.125rem;
}

.sub li a {
	color: #4c4c4c;
	font-size: 1rem;
	display: block;
	padding: 0 1.25rem;
}

.sub li.on a {
	border-bottom: 2px solid #da251c;
}

.sub li:hover a {
	border-bottom: 2px solid #da251c;
}

.index_position li {
	margin-left: 5px;
	height: 3.125rem;
	line-height: 3.125rem;
}

.index_position li a {
	color: #666666;
	font-size: 0.875rem;
}

.index_position li.on a {
	color: #da251c;
}

.wrap {
	background-color: #f4fbff;
	padding-top: 3.75rem;
	min-height: 552px;
}

.wrap .cont {
	font-size: 1rem;
	color: #333333;
	line-height: 2rem;
}

.top_form {
	padding: 2.5rem;
	background-color: #FFFFFF;
	display: flex;
}

.top_form .titles {
	font-size: 1.25rem;
	color: #333333;
	margin-top: 3px;
}

.top_form .form {
	flex: 1;
	margin-left: 1.25rem;
}

.top_form .form input {
	border: 1px solid #DDDDDD;
	line-height: 2.1875rem;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.25rem;
	border-radius: 5px;
}

.top_form .form select {
	border: 1px solid #DDDDDD;
	line-height: 2.1875rem;
	height: 2.1875rem;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.25rem;
	border-radius: 5px;
	color: #666666;
}

.top_form .btn input {
	background-color: #da251c;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.news_list .hot {
	background-color: #FFFFFF;
	padding: 1.875rem 10%;
	text-align: center;
	margin-top: 1.875rem;
	position: relative;
}

.news_list .hot .tt {
	position: absolute;
	left: 0;
	top: 0;
}

.news_list .hot .titles {
	color: #da251c;
	font-size: 1.875rem;
	font-weight: bold;
}

.news_list .hot .text {
	color: #898989;
	font-size: 1rem;
	line-height: 1.6875rem;
	margin-top: 1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_list .hot:hover {
	box-shadow: #cfdfec 0px 5px 10px;
}

.news_list ul {
	margin-top: 2.5rem;
}

.news_list ul li {
	padding-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 1.875rem;
}

.news_list ul li:hover {
	background-color: #FFFFFF;
	box-shadow: #cfdfec 0px 5px 10px;
}

.news_list ul li a {
	display: flex;
}

.news_list ul li .date {
	width: 67px;
	height: 72px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #a7b0b5;
	margin-top: 0.625rem;
}

.news_list ul li .date .t {
	line-height: 2.8125rem;
	background-color: #a7b0b5;
	color: #FFFFFF;
	font-size: 1.625rem;
}

.news_list ul li .date .t2 {
	line-height: 1.5625rem;
	font-size: 0.75rem;
	color: #a7b0b5;
}

.news_list ul li .text {
	flex: 1;
	width: 0;
	padding-left: 30px;
	margin-left: 40px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.875rem;
}

.news_list ul li .text::before {
	content: "";
	position: absolute;
	height: 90px;
	width: 1px;
	background-color: #DDDDDD;
	left: 0;
}

.news_list ul li .text .t {
	color: #333333;
	font-size: 1.25rem;
}

.news_list ul li .text .eye {
	font-size: 0.875rem;
	color: #333333;
	margin: 0.625rem 0;
}

.news_list ul li .text .txt {
	color: #333333;
	font-size: 0.875rem;
	line-height: 1.6875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_list ul li:hover .date {
	border: 1px solid #da251c;
}

.news_list ul li:hover .date .t {
	background-color: #da251c;
}

.news_list ul li:hover .date .t2 {
	color: #da251c;
}

.page {
	text-align: center;
	line-height: 2.5rem;
	margin-top: 1.875rem;
	margin-bottom: 1.25rem;
}

.page a {
	display: inline-block;
	margin: 0 2px;
	padding: 0 15px;
	background: #e0edf5;
	color: #da251c;
	vertical-align: top;
	font-size: 14px;
}

.page a.on {
	background-color: #da251c;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #da251c;
	color: #FFFFFF;
}

.content .titles {
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.9375rem;
	margin-bottom: 1.25rem;
}

.content .titles span {
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
}

.content .titles .time {
	color: #666666;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.content .text {
	color: #333333;
	font-size: 1rem;
	line-height: 1.875rem;
}

.wrap .jdgc ul li {
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 1.25rem;
}

.wrap .jdgc ul li:nth-child(4n) {
	margin-right: 0;
}

.wrap .jdgc ul li .img {
	position: relative;
	height: auto;
	padding-bottom: 65.2%;
}

.wrap .jdgc ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap .jdgc ul li p {
	text-align: center;
	color: #333333;
	font-size: 0.875rem;
	text-align: center;
	padding: 0.625rem 1.25rem;
	border: 1px solid #DDDDDD;
	border-top: none;
}

.wrap .ztlb ul li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
}

.wrap .ztlb ul li:nth-child(4n) {
	margin-right: 0;
}

.wrap .ztlb ul li .img {
	position: relative;
	height: auto;
	padding-bottom: 50.6%;
}

.wrap .ztlb ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_top .b2 {
	display: none;
}

.header_top2 .b2 {
	display: block;
}

.header_top2 .b1 {
	display: none;
}

.header_top2 .date span {
	color: #333333;
}

.header_top2 .link .link-1 a {
	color: #333333;
}

.header_top .link .link-1 .a_1 {
	color: #FFFFFF;
}


.container .search2{
	display: none;
}

.container.wt .search1{
	display: none;
}

.container.wt .search2{
	display: block;
}

.container.wt .phone_search{
	padding-top: 3.7rem;
}

.w_1440 {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
}

.header_top {
	max-width: 1280px;
	width: 98%;
	top: 1.5625rem;
	position: absolute;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
}

.header_top .date span {
	color: #ffffff;
	font-size: 1rem;
	margin-top: -3px;
}

.header_top .right {
	margin-top: 0.5rem;
	margin-right: 0.625rem;
}

.header_top .link .link-1 {
	border-radius: 4px;
	width: 80px;
	height: 30px;
	overflow: hidden;
}

.header_top .link .link-1 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: bold;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.header_top .link .link-1 .a_1 {
	background-color: #f22d21;
	box-sizing: border-box;
}

.header_top .link .link-1 .a_2 {
	opacity: 0.5;
	/* background-color: #eeeeee; */
}

.header_top .link .link-1 a:hover{
	background-color: #f22d21;
	color: #FFFFFF;
	opacity: 1;
}

.sidemenu_wrap {
	display: none;
}

.container {
	position: absolute;
	width: 100%;
	height: 5.6875rem;
	top: 0;
	left: 0;
	z-index: 99999;
	/* background-color: rgba(0, 0, 0, .3); */
}

.container .headwbc {
	display: flex;
	position: relative;
}

.container .right {
	flex: 1;
}

.container .right ul {
	display: flex;
	padding-top: 4.375rem;
	margin-left: 0.625rem;
	box-sizing: border-box;
}

.container .right ul li {
	flex: 1;
	text-align: center;
}

.container .right ul li:hover{
	background-color: #f22d21;
}

.container .right ul li a {
	color: #FFFFFF;
	font-size: 1rem;
	display: block;
	padding: 17px 0;
}

.container .right ul .last_li a {
	opacity: 0.5;
}

#search .tex {
	height: 2.5rem;
	padding: 0 1.875rem;
	border-radius: 5px;
	line-height: 2.5rem;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	color: #333333;
	font-size: 1rem;
	width: 14.5rem;
}

.search {
	display: none;
	position: absolute;
	right: 0;
	top: 6.5rem;
}

.search .btn {
	position: absolute;
	background: url(../img/icon/search_2.png) center no-repeat;
	width: 18px;
	height: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-right: 0.3125rem;
}

.phone_search {
	padding-top: 5.375rem;
	box-sizing: border-box;
	cursor: pointer;
}

.container .right ul li.last_li:hover{
	background-color: transparent;
}

.container .right ul li.last_li:hover a {
	text-decoration: underline;
}

.headwbw img {
	margin-top: 1.25rem;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-slide {
	background-size: cover !important;
}

.banner .swiper-slide img {
	display: none;
}

.footer {
	background-color: #333333;
}

.footer .link {
	padding: 2.5rem 0;
	box-sizing: border-box;
	display: flex;
}

.footer ul {
	flex: 1;
}

.footer ul li.index_li {
	margin-bottom: 1.875rem;
}

.footer ul li.index_li {
	font-size: 1.125rem;
	color: #ffffff;
	font-weight: bold;
}

.footer ul li a {
	font-size: 0.875rem;
	color: #666666;
}

.footer ul li {
	margin-bottom: 10px;
}

.footer ul li:hover a {
	color: #DA251C;
	text-decoration: underline;
}

.footer .link .img .img_1 {
	margin-right: 0.625rem;
}

.footer .link .img p {
	font-size: 0.875rem;
	color: #eeeeee;
	text-align: center;
	margin-top: 0.5rem;
}

.footer .text {
	background-color: #222222;
	padding: 0.9375rem 0;
	text-align: center;
	font-size: 0.875rem;
	color: #ffffff;
}

.fArea01 {
	width: 67%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 164px;
}

.fArea01 ul li {
	border-left: 1px solid #bed4ea;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 725px;
	display: block;
	-webkit-transition: left 300ms, -webkit-opacity 700ms;
	transition: left 300ms, opacity 700ms;
}

.fArea01 ul li .p1 {
	float: left;
	width: 45px;
	text-align: center;
	height: 164px;
	background: #fff;
	color: #DA251C;
}

.fArea01 ul li .p1 p {
	padding-top: 35px;
	font-size: 18px;
	width: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding-bottom: 25px;
	background: url(../img/icon/bottom.png) no-repeat center bottom;
	font-weight: bold;
}



.fArea01 ul li .p2 {
	float: left;
	width: 679px;
	height: 164px;
	background: rgba(255, 255, 255, 0.65);
	display: none;
}

.fArea01 ul li .p2 .clearfix {
	padding: 35px 0 0 25px;
}

.fArea01 ul li .p2 a {
	float: left;
	display: block;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 16px;
	color: #373737;
	background: url(../img/icon/list-2.png) no-repeat center left;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fArea01 ul li .p2 a:nth-child(4n) {
	margin-right: 0;
}

.fArea01 ul li .p2 a:hover {
	color: #DA251C;
}

.fArea01 .item-1 {
	z-index: 1;
	border-left: none;
}

.fArea01 .item-2 {
	z-index: 2;
}

.fArea01 .item-3 {
	z-index: 3;
}

.fArea01 .item-4 {
	z-index: 4;
}

/* 第一个 */
.fArea01 .state-1 .item-1 {
	left: 0;
}

.fArea01 .state-1 .item-2 {
	left: 725px;
}

.fArea01 .state-1 .item-3 {
	left: 770px;
}

.fArea01 .state-1 .item-4 {
	left: 815px;
}

.fArea01 .state-1 .item-1 .p1 {
	background: #da251c;
	color: #fff;
}

.fArea01 .state-1 .item-1 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-1 .item-1 .p2 {
	display: block;
	width: 680px;
}

/* 第二个 */
.fArea01 .state-2 .item-1 {
	left: 0;
}

.fArea01 .state-2 .item-2 {
	left: 45px;
}

.fArea01 .state-2 .item-3 {
	left: 770px;
}

.fArea01 .state-2 .item-4 {
	left: 815px;
}

.fArea01 .state-2 .item-2 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-2 .item-2 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-2 .item-2 .p2 {
	display: block;
}

/* 第三个 */
.fArea01 .state-3 .item-1 {
	left: 0;
}

.fArea01 .state-3 .item-2 {
	left: 45px;
}

.fArea01 .state-3 .item-3 {
	left: 90px;
}

.fArea01 .state-3 .item-4 {
	left: 815px;
}

.fArea01 .state-3 .item-3 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-3 .item-3 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-3 .item-3 .p2 {
	display: block;
}

/* 第四个 */
.fArea01 .state-4 .item-1 {
	left: 0;
}

.fArea01 .state-4 .item-2 {
	left: 45px;
}

.fArea01 .state-4 .item-3 {
	left: 90px;
}

.fArea01 .state-4 .item-4 {
	left: 135px;
}

.fArea01 .state-4 .item-4 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-4 .item-4 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-4 .item-4 .p2 {
	display: block;
}

.notice .swiper-button-white {
	width: 9px;
	height: 13px;
	background-size: 9px 13px;
}

.notice .swiper-button-next {
	top: 70%;
	background: url(../img/icon/next.png) center no-repeat;
}

.view_index {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: none;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 1;
	outline: none;
	overflow-y: auto;
	background-color: #FFFFFF;
	z-index: 99;
}


.view_index.showdiv {
	top: 111px;
}

.container.wt {
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}

.container.wt .right ul li a {
	color: #333333;
}

.container.wt .right ul li a:hover {
	color: #da251c;
}

.container.wt .date span {
	color: #333333;
}

.container.wt .right ul {
	padding-top: 43px;
}

.container.wt .headwbw img {
	margin-top: 0;
}

.container .headwbw .logo2 {
	display: none;
}

.container.wt .headwbw .logo {
	display: none;
}

.container.wt .headwbw .logo2 {
	display: block;
}

.wtn {
	position: relative;
}

.banner_n .img2 {
	display: none;
}

.index_link {
	line-height: 3.5625rem;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	position: relative;
}

.sub li {
	height: 3.125rem;
	line-height: 3.125rem;
}

.sub li a {
	color: #4c4c4c;
	font-size: 1rem;
	display: block;
	padding: 0 1.25rem;
}

.sub li.on a {
	border-bottom: 2px solid #da251c;
}

.sub li:hover a {
	border-bottom: 2px solid #da251c;
}

.index_position li {
	margin-left: 5px;
	height: 3.125rem;
	line-height: 3.125rem;
}

.index_position li a {
	color: #666666;
	font-size: 0.875rem;
}

.index_position li.on a {
	color: #da251c;
}


.wrap .cont {
	font-size: 1rem;
	color: #333333;
	line-height: 2rem;
}

.top_form {
	padding: 2.5rem;
	background-color: #FFFFFF;
	display: flex;
}

.top_form .titles {
	font-size: 1.25rem;
	color: #333333;
	margin-top: 3px;
}

.top_form .form {
	flex: 1;
	margin-left: 1.25rem;
}

.top_form .form input {
	border: 1px solid #DDDDDD;
	line-height: 2.1875rem;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.25rem;
	border-radius: 5px;
}

.top_form .form select {
	border: 1px solid #DDDDDD;
	line-height: 2.1875rem;
	height: 2.1875rem;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.25rem;
	border-radius: 5px;
	color: #666666;
}

.top_form .btn input {
	background-color: #da251c;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.news_list .hot {
	background-color: #FFFFFF;
	padding: 1.875rem 10%;
	text-align: center;
	margin-top: 1.875rem;
	position: relative;
}

.news_list .hot .tt {
	position: absolute;
	left: 0;
	top: 0;
}

.news_list .hot .titles {
	color: #da251c;
	font-size: 1.875rem;
	font-weight: bold;
}

.news_list .hot .text {
	color: #898989;
	font-size: 1rem;
	line-height: 1.6875rem;
	margin-top: 1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_list .hot:hover {
	box-shadow: #cfdfec 0px 5px 10px;
}

.news_list ul {
	margin-top: 2.5rem;
}

.news_list ul li {
	padding-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 1.875rem;
}

.news_list ul li:hover {
	background-color: #FFFFFF;
	box-shadow: #cfdfec 0px 5px 10px;
}

.news_list ul li a {
	display: flex;
}

.news_list ul li .date {
	width: 67px;
	height: 72px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #a7b0b5;
	margin-top: 0.625rem;
}

.news_list ul li .date .t {
	line-height: 2.8125rem;
	background-color: #a7b0b5;
	color: #FFFFFF;
	font-size: 1.625rem;
}

.news_list ul li .date .t2 {
	line-height: 1.5625rem;
	font-size: 0.75rem;
	color: #a7b0b5;
}

.news_list ul li .text {
	flex: 1;
	width: 0;
	padding-left: 30px;
	margin-left: 40px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.875rem;
}

.news_list ul li .text::before {
	content: "";
	position: absolute;
	height: 90px;
	width: 1px;
	background-color: #DDDDDD;
	left: 0;
}

.news_list ul li .text .t {
	color: #333333;
	font-size: 1.25rem;
}

.news_list ul li .text .eye {
	font-size: 0.875rem;
	color: #333333;
	margin: 0.625rem 0;
}

.news_list ul li .text .txt {
	color: #333333;
	font-size: 0.875rem;
	line-height: 1.6875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_list ul li:hover .date {
	border: 1px solid #da251c;
}

.news_list ul li:hover .date .t {
	background-color: #da251c;
}

.news_list ul li:hover .date .t2 {
	color: #da251c;
}

.page {
	text-align: center;
	line-height: 2.5rem;
	margin-top: 1.875rem;
	margin-bottom: 1.25rem;
}

.page a {
	display: inline-block;
	margin: 0 2px;
	padding: 0 15px;
	background: #e0edf5;
	color: #da251c;
	vertical-align: top;
	font-size: 14px;
}

.page a.on {
	background-color: #da251c;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #da251c;
	color: #FFFFFF;
}

.content .titles {
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.9375rem;
	margin-bottom: 1.25rem;
}

.content .titles span {
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
}

.content .titles .time {
	color: #666666;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.content .text {
	color: #333333;
	font-size: 1rem;
	line-height: 1.875rem;
}

.wrap .jdgc ul li {
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 1.25rem;
}

.wrap .jdgc ul li:nth-child(4n) {
	margin-right: 0;
}

.wrap .jdgc ul li .img {
	position: relative;
	height: auto;
	padding-bottom: 65.2%;
}

.wrap .jdgc ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap .jdgc ul li p {
	text-align: center;
	color: #333333;
	font-size: 0.875rem;
	text-align: center;
	padding: 0.625rem 1.25rem;
	border: 1px solid #DDDDDD;
	border-top: none;
}

.wrap .ztlb ul li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
}

.wrap .ztlb ul li:nth-child(4n) {
	margin-right: 0;
}

.wrap .ztlb ul li .img {
	position: relative;
	height: auto;
	padding-bottom: 50.6%;
}

.wrap .ztlb ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_top .b2 {
	display: none;
}

.header_top2 .b2 {
	display: block;
}

.header_top2 .b1 {
	display: none;
}

.header_top2 .date span {
	color: #333333;
}

.header_top2 .link .link-1 a {
	color: #333333;
}

.header_top .link .link-1 .a_1 {
	color: #FFFFFF;
}

.container .search2 {
	display: none;
}

.container.wt .search1 {
	display: none;
}

.container.wt .search2 {
	display: block;
}

.container.wt .phone_search {
	padding-top: 3.7rem;
}

.banner_2 {
	position: relative;
}

.banner_2 .nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	height: 70px;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
}

.banner_2 .nav .box {
	display: none;
	color: #FFFFFF;
	font-size: 1.125rem;
	text-align: center;
	height: 2.5rem;
	position: relative;
}

.banner_2 .nav .box img {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner_2 .nav .box.on img {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}

.banner_2 .nav ul {
	display: flex;
	background-color: #da251c;
	line-height: 3.75rem;
}

.banner_2 .nav ul li {
	flex: 1;
}

.banner_2 .nav ul li a {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
}

.banner_2 .nav ul li a img {
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.banner_2 .nav ul li.on img {
	display: block;
}

.index_boxn{
	margin: 1.875rem auto;
	margin-bottom: 30px;
}

.index_boxn .left{
	max-width: 625px;
	width: 48.8%;
}

.index_boxn .left .swiper-slide{
	position: relative;
	padding-bottom: 66.7%;
}

.index_boxn .left .swiper-slide img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_boxn .left .swiper-slide .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
	font-size: 1.125rem;
	height: 3.75rem;
	line-height: 3.75rem;
	box-sizing: border-box;
	padding: 0 15% 0 1.25rem;
}

.index_boxn .left .swiper-pagination{
	text-align: right;
	bottom: 17px;
	box-sizing: border-box;
	padding-right: 10px;
}

.index_boxn .left .swiper-pagination-bullet{
	background-color: #FFFFFF;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.index_boxn .left .swiper-pagination-bullet-active{
	background-color: #da251c;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}

.index_titles{
	background-color: #eeeeee;
	height: 3.125rem;
	line-height: 3.125rem;
	box-sizing: border-box;
	padding-right: 1.25rem;
}

.index_titles .name{
	color: #ffffff;
	font-size: 1.25rem;
	padding: 0 1.25rem;
	background-color: #da251c;
}

.index_titles .more a{
	color: #999999;
	font-size: 0.875rem;
}

.index_titles .more a:hover{
	color: #da251c;
}

.index_boxn .right{
	max-width: 625px;
	width: 48.8%;
}

.list_m{
	margin-top: 1.875rem;
}

.list_m li a{
	display: flex;
}

.list_m li{
	border-bottom: 1px dashed #DDDDDD;
	margin-bottom: 11px;
	padding-bottom: 11px;
}

.list_m li:last-child{
	margin-bottom: 0;
}

.list_m li .text{
	flex: 1;
	width: 0;
	color: #222222;
	font-size: 1.125rem;
}

.list_m li .text img{
	vertical-align: 4px;
	margin-right: 5px;
}

.list_m li .date{
	color: #999999;
	font-size: 1.125rem;
}

.list_m li .text:hover{
	color: #da251c;
}

.lb{
	max-width: 625px;
	width: 48.6%;
}

.index_boxn2{
	margin-bottom: 30px;
}

.container.wt .right ul li:hover a{
	color: #FFFFFF;
}

.container .right ul li .box{
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	display: none;
	background-color: rgba(255,255,255,.8);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.container .right ul li .box dl{
	box-sizing: border-box;
	padding-left: 30px;
}

.container .right ul li .box dl dd{
	margin-right: 20px;
}

.container .right ul li .box dl dd a{
	text-decoration: none;
	color: #da251c !important;
	padding: 0;
}

.container .right ul li .box dl dd a:hover{
	text-decoration: underline !important; 
}

html{
	overflow: hidden;
	overflow-y: auto;
}

.container.wt .right ul li.last_li:hover a{
	color: #333333;
}

.xfym{
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
	color: #333333;
}

.xfym .slideTxtBox .hd ul{
	border: 1px solid #DDDDDD;
	line-height: 40px;
}

.xfym .slideTxtBox .hd ul li{
	padding: 0 20px;
	border-right: 1px solid #DDDDDD;
	cursor: pointer;
}

.xfym .slideTxtBox .hd ul li.on{
	background-color: #f22d21;
	color: #FFFFFF;
}

.tips{
	border: 1px solid #DDDDDD;
	padding: 20px;
	border-top: none;
	line-height: 2rem;
}

.form{
	border: 1px solid #DDDDDD;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 20px;
}

.form ul li{
	width: 50%;
	line-height: 30px;
	margin-bottom: 20px;
}

.form ul li:last-child{
	margin-right: 0;
}

.form span{
	display: inline-block;
	min-width: 100px;
}

.form em{
	color: #DA251C;
}

.form input{
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 0 20px;
	width: 55%;
	margin-right: 10px;
}

.form2 select{
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 0 20px;
	width: 55%;
	margin-right: 10px;
	height: 32px;
}

.form .input{
	line-height: 30px;
	margin-bottom: 20px;
}

.form .input textarea{
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 10px;
	line-height: normal;
	font-size: 16px;
	width: 60%;
	height: 150px;
	margin-right: 10px;
	overflow-y: auto;
}

.form .input .text{
	margin-left: 20px;
	margin-top: 20px;
}

.form .input .text input{
	width: auto;
}

.form .input .text label{
	margin-left: 10px;
	cursor: pointer;
}

.form .input img{
	width: 150px;
	height: 30px;
	object-fit: cover;
	margin-right: 10px;
}

.form .input2 input{
	width: 10%;
}

.xfym .btn_n{
	margin-top: 20px;
	text-align: center;
}

.xfym .btn_n input{
	width: 120px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 10px;
}

.xfym .btn_n input:last-child{
	margin-right: 0;
}

.xfym .btn_n input:hover{
	color: #FFFFFF;
	background-color: #f22d21;
}

.jbxz{
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
	color: #333333;
}

.jbxz .img{
	margin-bottom: 20px;
}

.jbxz p{
	text-indent: 2rem;
	font-size: 1.25rem;
	color: #333333;
	line-height: 40px;
}

.jbxz label{
	text-indent: 2rem;
	font-size: 1.25rem;
	color: #333333;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 2rem;
}

.jbxz label input{
	margin-right: 20px;
}

.jbxz .btn_n{
	padding-left: 2rem;
	margin-top: 1.25rem;
}

.jbxz .btn_n a{
	display: inline-block;
	width: 7.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-radius: 5px;
	margin-right: 20px;
}

.jbxz .btn_n.on a{
	background-color: #f22d21;
	color: #FFFFFF;
}

.jbform{
	background-color: #FFFFFF;
	padding: 20px;
	color: #333333;
}

.emhide{
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}

input[type="number"] {
-moz-appearance: textfield;
}

.form2 ul{
	border: 1px solid #DDDDDD;
	padding: 1.875rem 1.25rem 0px;
	position: relative;
	margin-bottom: 2.5rem;
}

.form2{
	border: none;
	padding: 0;
}

.tipsn{
	top: -0.9375rem;
	position: absolute;
	background-color: #FFFFFF;
	left: 20px;
	width: auto !important;
	padding: 0 10px;
	color: #da251c;
	font-size: 0.875rem;
	font-weight: bold;
}

.form2 .box{
	border: 1px solid #DDDDDD;
	padding: 1.875rem 1.25rem 0px;
	position: relative;
}

.form2 .box span{
	min-width: 7.8125rem;
}

.jbform .btn_n{
	margin-top: 20px;
	text-align: center;
}

.jbform .btn_n input{
	width: 120px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 10px;
	line-height: 40px;
}

.jbform .btn_n input:last-child{
	margin-right: 0;
}

.jbform .btn_n input:hover{
	color: #FFFFFF;
	background-color: #f22d21;
}

.jbform .top p{
	color: #da251c;
	font-size: 0.875rem;
	font-weight: bold;
}

.jbform .top .sc{
	text-align: center;
	margin: 20px 0;
}

.jbform .top .tips{
	color: #333333;
	font-size: 1.25rem;
	font-weight: bold;
	border: none;
	padding: 0;
	text-indent: 2.5rem;
}

.jbform .top input{
	border: revert;
	font-size: 0.875rem;
	padding: 0 10px;
	cursor: pointer;
}

.form2 .input .text{
	color: #da251c;
}

/* 2021-9-27 朱兵 */

.nav-list {
	max-width: 1280px;
	width: 98%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	background: #fff;
	margin: 0 auto;
}
.nav-list li {
	position: relative;
}

.nav-list li a {
	display: inline-block;
	width: 100%;
	padding: 0 17px;
	line-height: 50px;
	text-align: center;
	color: #666;
	transition: all .5s;
	background: #da251c;
	color: #fff;
	position: relative;
}
.nav-list li a:hover {	
}

.nav-list .nav-box {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
}
.nav-list a::before,.nav-list a::after{
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	background: #fff;
	bottom: 0;
	transition: all .5s;
}
.nav-list a::before {
	left: 50%;
}

.nav-list a::after {
	right: 50%;
}
.nav-list a:hover::before,.nav-list a:hover::after {
	width: 50%;
}
.nav-bg {
	width: 100%;
	background: #da251c;
	margin-top: 20px;
}