.ui-cnt {
	width: 1400px;
	margin: auto;
	position: relative;
	z-index: 0;
}

.ui-cnt1 {
	width: 100%;
	margin-top: 30px;
	height: 178px;
	background-color: #fff;
	padding: 45px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.float-qrcode-panel{
	position: fixed;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	width: 170px;
	padding: 12px 7px 14px;
	background: linear-gradient(180deg, #c41e1e 0%, #a01818 100%);
	border-radius: 8px;
	box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.float-qrcode-item img {
	width: 130px;
	height: 130px;
	margin-bottom: 6px;
	background: #fff;
	padding: 4px;
	border-radius: 4px;
}

.float-qrcode-inner {
	display: flex;
	flex-direction: column;
	padding-top: 8px;
}

.float-qrcode-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.float-qrcode-item .code-tip {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	width: 100%;
}

.ui-cnt1l {
	flex-shrink: 0;
}

.ui-cnt1l-p1 {
	font-size: 38px;
	font-family: Source Han Serif CN;
	font-weight: bold;
	color: #BF001A;
	line-height: 45px;
}

.ui-cnt1l-p2 {
	font-size: 38px;
	font-family: Source Han Serif CN;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
}

.ui-cnt1r {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	width: 92%;
}

.ui-cnt1r-img {
	width: 9px;
	height: 70px;
	display: block;
	margin-right: 25px;

}

.ui-cnt1r-tx {
	width: 96%;
	overflow: hidden;
}

.ui-cnt1r-tx-h {
	font-size: 38px;
	font-family: Source Han Sans CN;
	color: #333333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.ui-cnt1r-txb {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.ui-cnt1r-txb p {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 84%;
}

.ui-cnt1r-txb a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9F9F9F;
	line-height: 45px;
	display: inline-block;
}

.ui-cnt2 {
	/*margin-top: 30px;*/
	width: 100%;
	height: 400px;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.ui-cnt2l {
	width: 550px;
	height: 380px;
	border: 0px red solid;
}

/* 轮播 */
.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ui-cnt2l-a {
	width: 688px;
	height: 387px;
	display: block;
	position: static;
}

.ui-cnt2l-img {
	width: 100%;
	height: 100%;
	display: block;
	/* object-fit: cover; */
}

.ui-cnt2l-tx {
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-cnt2r {
	width: 540px;
	height: 380px;
	border: 0px red  solid;
}

.ui-cnt2r1 {
	width: 260px;
	height: 380px;
	border: 0px red  solid;
	display: ruby;
}

.ui-cnt2r-tp {
	width: 100%;
	border-bottom: 1px solid #DADADA;
	border-right: 0px solid #979595;
	display: flex;
	flex-direction: row-reverse;
}

.ui-cnt2r-tp-h {
	font-size: 20px;
	font-family: Source Han Sans CN;
	line-height: 45px;
	width: 140px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	border-right: 0px solid #979595;
	font-weight: bold;
	color: #333333;
}

.ui-cnt2r-tp-h1 {

	border-bottom: 2px solid #BF001A;
}

.ui-cnt2r-ul {
	width: 100%;
}

.ui-cnt2r-li1 {
	width: 96%;
	border-bottom: 1px solid #C3C3C3;
	padding: 0px 8px;
	display: block;
}

.ui-cnt2r-li1-h {
	font-size: 16px;
	font-family: Source Han Sans CN;
	/*font-weight: 400;*/
	color: #333333;
	line-height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;
}


.ui-cnt2r-li1-p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.ui-cnt2r-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}
.ui-cnt2r-li:hover .ui-cnt2r-li-h{
	color: #BF001A;
}

.ui-cnt2r-li-h {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
/* .ui-cnt2r-li-h:hover{
	color: #BF001A;
} */

.ui-cnt2r-li-h::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #BF001A;
	display: block;
	float: left;
	margin-right: 9px;
	margin-top: 8px;
}

.ui-cnt2r-li-p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.ui-cnt3 {
	width: 1400px;
	height: 163px;
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	/*margin-top: 30px;*/
}

.ui-cnt3-li {
	width: 441px;
	height: 120px;
	display: block;
}
.img_A{
	width: 670px;
}
.ui-cnt3-img {
	width: 100%;
	height: 100%;
	display: block;
}

.ui-cnt4 {
	width: 100%;
	height: 323px;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 0px;
}

.m3_3_item img {
	width: 122px;
	height: 91px;
	display: list-item;
	margin-top: 23px;
}

.ui-cnt4-tp {
	width: 1360px;
	border-bottom: 1px solid #DADADA;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.ui-cnt4-tp-h {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #972f33;
	line-height: 45px;
	border-bottom: 2px solid #972f33;
	width: 106px;
	text-align: center;
}

.ui-cnt4-tp-a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #787878;
	line-height: 45px;
}

.ui-cnt4b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.ui-cnt4b-a {
	width: 190px;
	display: block;
}

.ui-cnt4b-img {
	width: 100%;
	height: 159px;
	display: block;
}

.ui-cnt4b-tx {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.ui-cnt5 {
	width: 1400px;
	height: auto;
	background: #FFFFFF;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	/*margin-top: 30px;*/
}

.ui-cnt5-li {
	width: 433px;
}

.ui-cnt5-tp {
	width: 433px;
	border-bottom: 1px solid #DADADA;
	display: flex;
	justify-content: space-between;
}

.ui-cnt5-tp-h {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #972f33;
	line-height: 45px;
	border-bottom: 2px solid #972f33;
	width: 106px;
	text-align: center;
}

.ui-cnt5-tp-a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #444242;
	line-height: 45px;
}

.ui-cnt5-lib {
	width: 100%;
}

.ui-cnt5-lib-tp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.ui-cnt5-lib-tp-h {
	width: 96px;
	height: 31px;
	background: #E9E9E9;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #5D5D5D;
	display: flex;
	justify-content: center;
	line-height: 31px;
}
.ui-cnt6-lib-tp-h {
	width: 96px;
	height: 31px;
	background: #E9E9E9;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #5D5D5D;
	display: flex;
	justify-content: center;
	line-height: 31px;
}
.ui-cnt5m-lib-tp-h{
	width: 96px;
	height: 31px;
	background: #E9E9E9;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #5D5D5D;
	display: flex;
	justify-content: center;
	line-height: 31px;
}
.ui-cnt5r-lib-tp-h{
	width: 96px;
	height: 31px;
	background: #E9E9E9;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #5D5D5D;
	display: flex;
	justify-content: center;
	line-height: 31px;
}

.ui-cnt5-lib-tp-h1 {
	width: 96px;
	height: 40px;
	background-image: url("../images/cnt51.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px !important;
	background-color: #fff;
}
.ui-cnt6-lib-tp-h1 {
	width: 96px;
	height: 40px;
	background-image: url("../images/cnt51.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px !important;
	background-color: #fff;
}
.ui-cnt5m-lib-tp-h1 {
	width: 96px;
	height: 40px;
	background-image: url("../images/cnt51.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px !important;
	background-color: #fff;
}
.ui-cnt5r-lib-tp-h1 {
	width: 96px;
	height: 40px;
	background-image: url("../images/cnt51.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px !important;
	background-color: #fff;
}
.ui-cnt2r-li-h1 {
	width: 80%;
}

.ui-cnt2r-li2 {
	padding: 10.5px 0;
}

.ui-cnt5-lib-tp-h2 {
	width: 130px !important;
}

.ui-cnt6 {
	width: 1400px;
	height: 515px;
	background-color: #fff;
	margin: 30px auto 0;
	padding: 20px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.ui-cnt6l {
	width: 433px;
}

.ui-cnt6l-tp {
	width: 100%;
	border-bottom: 1px solid #DADADA;
	display: flex;
	justify-content: space-between;
}

.ui-cnt6l-tp-h {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #972f33;
	line-height: 45px;
	border-bottom: 2px solid #972f33;
	width: 106px;
	text-align: center;
}

.ui-cnt6l-tp-a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #444242;
	line-height: 45px;
}

.ui-cnt6l-ul {
	margin-top: 10px;
}

.ui-cnt6m {
	width: 652px;
}

.ui-cnt5-lib-tp-h3 {
	width: 146px !important;
}

.ui-cnt6-lib-tp {
	margin-top: 30px !important;
}

.ui-cnt6m-ul {
	width: 652px;
}

.ui-cnt6m-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.ui-cnt6m-li-img {
	width: 141px;
	height: 105px;
	display: block;
}

.ui-cnt6m-lir {
	width: 494px;
	height: 105px;
	border-bottom: 1px solid #C3C3C3;
}

.ui-cnt6m-lir-h {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BF001A;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-cnt6m-lir-p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.ui-cnt6r {
	width: 216px;
}

.ui-cnt6r-a {
	width: 216px;
	height: 62px;
	display: block;
	margin-bottom: 10px;
}

.ui-cnt6r-img {
	width: 216px;
	height: 62px;
	display: block;
}

.ui-cnt6r-bx {
	width: 216px;
	height: 311px;
	background-color: #E9E9E9;
	overflow: hidden;
}

.ui-cnt6r-bx-img {
	width: 120px;
	height: 140px;
	display: block;
	margin: 10px auto 0;
}

.ui-cnt6r-bx-p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	padding-top: 5px;
	text-align: center;
}
.ui-cnt7{
	width: 1400px;
	height: 160px;
	background-color: #fff;
	margin-top: 30px;
	overflow: hidden;
	padding-top: 10px;
	box-sizing: border-box;
}
.ui-cnt7b{
	width: 1359px;
	margin:26px auto 0;
	display: flex;
	justify-content: space-between;
}
.ui-cnt7b-a{
	width: 257px;
	height: 66px;
	display: block;
}
.ui-cnt7b-img{
	width: 257px;
	height: 66px;
	display: block;
}

/* .ui-cnt8{
    width: 1400px;
    background-color: #fff;
    margin: 30px auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.ui-cnt8 a{
    display: block;
}
.ui-cnt8-li1{
    width: 150px;
}
.ui-cnt8-li2 {
    width: 1000px;
}
.ui-cnt8 img{
    width: 100%;
    height: 195px;
    display: block;
} */

.ui-cnt9{
    width: 1400px;
    background-color: #fff;
    margin: 30px auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-cnt9-left{
    width: 27%;
}
.ui-cnt9-left a{
    display: flex;
    width: 100%;
}
.ui-cnt9-left a img{
    width: 100%;
}
.ui-cnt9-right{
    width: 72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-cnt9-right a{
    display: block;
}
.ui-cnt9-right a img{
    width: 100%;
	height: 100%;
}
.ui-cnt9-li2{
    width: 75%;
	height: 140px;
}
.ui-cnt9-li1{
    width: 12%;
	height: 140px;
}
.ui-ft-bx2-sel {
	width: 296px;
	height: 42px;
	display: block;
	-webkit-appearance: none;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 16px;
	color: #3F3F3F;
	background-image: url("../images/ftpt2.png");
	background-repeat: no-repeat;
	background-size: 20px 10px;
	background-position: 95% center;
	text-align: center;
	padding-left: 20px;
	padding-right: 52px;
	box-sizing: border-box;
	outline: none;
	border: none;
	border: 1px solid #DADADA;
}