a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
}

.container {
	max-width: 1450px;
}

/* z-index导航999搜索1000 */
.topbar {
	position: fixed;
	top: 0;
	left: 0px;
	background: #fff;
	width: 100%;
	z-index: 999;
	border-top: 7px solid #A21F2C;
	padding: 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar .logo {
	width: 10rem;
}

.topbar .right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 1rem;
}

.topbar .right .search{
	margin-right: 1.2rem;
}

.popUp{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
}

.popUp .searchBox{
	background-color: #ffffff;
	position: absolute;
	top: 4.5rem;
	height: 4rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.popUp .searchBox .content{
	background-color: #E5E5E5;
	width: 18rem;
	height: 2.2rem;
	display: flex;
	align-items: center;
	border-radius: 4rem;
	padding: 0 1.5rem;
}

.popUp .searchBox .content img{
	width: 1.2rem;
	margin-left: 1rem;
}

.popUp .searchBox .content input{
	flex: 1;
	background-color: #E5E5E5;
	border: 0;
	outline: 0;
}

.popUp .menuBox{
	background-color: #ffffff;
	position: absolute;
	top: 4.5rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
	padding-bottom: 1rem;
}
.popUp .menuBox .item{
	width: 86%;	
}
.popUp .menuBox .item .tt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
	padding: 0 1rem;
	font-size: 0.8rem;
	height: 3rem;
	line-height: 3rem;
}

.popUp .menuBox .item .tt.active{
	color: #A21E2C;
	font-weight: bold;
}

.popUp .menuBox .item .tt img{
	width: 1rem;
}
.popUp .menuBox .item .cc{
	background-color: #F7F7F7;
	border-top: 1px solid #B2B2B2;
	display: none;
	/* display: flex; */
/* 	justify-content: space-between;
	flex-wrap: wrap; */
}

.popUp .menuBox .item .cc a{
	width: 49%;
	display: inline-block;
	text-align: center;
	line-height: 2.5rem;
	font-size: 0.8rem;
	color: #666666;
}


.topbar .right img{
	width: 1.1rem;
}

.topbar a::before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 30px;
	background: #999;
	position: absolute;
	top: 45%;
	left: 0px;
}

.navbox {
	border-bottom: #eee solid 1px;
}

.navli {
	width: 14.28%;
	height: 100%;
}

.nava {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 4.3;
	position: relative;
}

.navli {
	position: relative;
}

.navmenu>.navli::before {
	content: "";
	width: 0px;
	height: 5px;
	background: #a21f2c;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0px;
	transition: all .5s ease .2s;
}

.navmenu>.navli:hover>a {
	font-weight: bold;
}

/* .navmenu>.navli:hover p{
  font-weight: normal;
} */
.navmenu>.navli:hover::before {
	width: 80px;
	transition: all .5s ease .2s;
}

.navmenu {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.navdown {
	width: 1200px;
	height: 366px;
	position: fixed;
	top: 118px;
	margin-left: -600px;
	left: 50%;
	z-index: 998;
	border: #eee solid 1px;
	border-top: none;
	display: none;
	background: #fff;
}

.navdowncontent {
	width: 1005px;
	padding: 20px;
}

.navdownbox {
	display: flex;
}

.navdownside {
	width: 150px;
	padding-top: 20px;
}

.navdownside li {
	cursor: pointer;
	line-height: 40px;
	text-align: center;
}

.red {
	color: #a21f2c;
}

.sshide {
	display: none;
}

.width100 img {
	width: 100%;
}

.black a {
	border: #666 solid 1px;
}

.white a {
	border: #fff solid 1px;
}

.more a {
	padding: 5px 10px;
	font-size: 14px;
}

.navdowncontentfr p {
	font-size: 14px;
}

.navdowncontentfr h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.accordionbox {
	display: flex;
}

.accordion {
	background-position: left center;
	background-size: auto 120%;
	width: 33%;
	color: #fff;
	height: 320px;


}

.accordion h3 {
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	/* text-overflow:ellipsis; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.accordion p {
	overflow: hidden;
	/* text-overflow:ellipsis; */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: none;
}

.accordion .more {
	display: none;
}

.bgblack {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 20px;
	padding-top: 230px;
}

.banner {
	margin-top: 4.6rem;
}

.redborder {
	border-bottom: #a21f2c solid 1px;
}

.newsmenu {
	width: 100%;
	border-bottom: #eee solid 1px;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}

.newsmenu li {
	width: 100px;
	text-align: center;
	cursor: pointer;
	margin: -1px 20px;
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
}

.bgf5 {
	background: #f5f5f5;
}

.newscontent {
	padding: 20px 0;
}

.swiper-containermm {
	color: #fff;
}

.bgblack1 {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	width: 100%;
}

.newbox1 .col-2 {
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}

.newbox1 .col-2 span {
	font-size: 20px;
}

.newbox1 .col-10 h3 {
	overflow: hidden;
	/* text-overflow:ellipsis; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	font-weight: bold;
}

.newbox1 .col-10 p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
}

.newbox2 .col-10 p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	color: #666;
}

.newbox2 .col-2 {
	color: #666;
}

.newbox2 {
	border-bottom: #ddd solid 1px;
	padding-bottom: 20px;
}

.swiper1-button {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.swiper1-button>div {
	width: 2rem;
	outline: 0;
}

.swiper1-button>div>img {
	width: 100%;
}

ul.mainul li {
	font-size: 0.8rem;
	padding: 15px 0px;
	display: flex;
	justify-content: space-between;
	border-bottom: #ddd solid 1px;
}

ul.mainul li a {
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
}

.morebox {
	text-align: right;
	font-size: 14px;
}

.redradius {
	/* width: 70px; */
	/* height: 70px; */
	width: 100%;
	padding: 5px;
	border-radius: 666px;
	background: #a21f2c;
	margin: 10px auto;
}

.redradius img {
	width: 100%;
}

.part3 {
	padding: 20px 0px;
	text-align: center;
	font-size: 18px;
}

.part3 .col {
	padding: 11px;
}

.part3 .col>a {
	font-size: 0.8rem;
}

.part4boxfl {
	position: relative;
	width: 52.5%;
	height: 9rem;
	/* height: 271px; */
}

.part4boxfl>img {
	width: 100%;
	height: 9rem;
}

.bgblack2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	text-align: center;
	align-items: center;
	/* line-height: 271px; */
	display: none;
}

.part4box {
	width: 100%;
	/* height: 271px; */
	height: 9rem;
	position: relative;
}

.part4boxfr {
	width: 52.5%;
	/* height: 271px; */
	height: 9rem;
	position: absolute;
	z-index: 3;
	top: 0px;

	text-align: center;
}

.part4boxfr2 {
	padding: 1rem 1.5rem 0 1rem;
}

.part4boxfr1 {
	padding: 1rem 1rem 0 1.5rem;
}

.part4boxfr p {
	font-size: 0.8rem;
	text-align: left;
	line-height: 1.8;
}

.part4boxfr h3 {
	font-size: 1rem;
	font-weight: bold;
	color: #a21f2c;
	position: relative;
	padding-bottom: 5px;
}

.part4boxfr1 {
	background-image: url("../images/bg1.png");
	background-size: 100% 100%;
	right: 0px;
}

.nono {
	display: none;
}

.part4boxfr2 {
	background-image: url("../images/bg2.png");
	background-size: 100% 100%;
	left: 0px;
}

.part4boxfl2 {
	position: absolute;
	right: 0px;
	z-index: 1;
}

.part4boxout {
	overflow: hidden;
}

.part4box {
	float: left;
}

.part4 {
	padding: 40px 0px;
}

.footer {
	padding: 20px 0px;
}

.footer img {
	width: 100px;
}

.accordion h3 a:hover {
	color: inherit;
}

.accordion p a:hover {
	color: inherit;
}

.white a:hover {
	color: inherit;
}

.navli>a {
	font-size: 17px;
}

/* .navdownside li{
  font-weight: bold;
} */
.newsmenu li.redborder {
	font-weight: bold;
}

.navdownside li {
	font-size: 16px;
}

.part3 {
	font-weight: bold;
}

.footer a,
.footer p {
	/* margin-top: 1rem; */
	font-size: 14px;
}

.part4boxfr h3 {
	margin-bottom: 0.5rem;
}

.navdownside1 li:hover {
	color: #a21f2c;
}

.navdownside1 {
	width: 150px;
	font-size: 18px;
	padding-top: 20px;
}

.navdownside1 li {
	cursor: pointer;
	line-height: 40px;
	text-align: center;
}

.navdown1 {
	width: 150px;
	height: 200px;
	margin-left: -75px;
	left: 40%;
}

.navdown2 {
	width: 150px;
	height: 120px;
	margin-left: -75px;
	left: 68%;
}

/* NOTE: 8.19新增 */
.newbox1 {
	/* position: relative; */
}

.newbox2 {
	position: relative;
}

.newbox1::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 3px;
	background: #a2202a;
	transition: all .8s ease .2s;
}

.newbox1:hover::before {
	width: 100%;
	transition: all .8s ease .2s;
}

.bgf5 .col-2 .redradius {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	/* Safari 与 Chrome */
	transition: all .5s ease 0s;
}

.bgf5 .col-2:hover .redradius {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	/* Safari 与 Chrome */
	transition: all .8s ease .2s;
}

.swiper-container1-text {
	color: #fff;
	position: absolute;
	left: 15vw;
	line-height: 1;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.4rem;
	top: 15%;
}

.swiper-container1 .swiper-slide:nth-child(5) .swiper-container1-text {
	left: auto;
	right: 15vw;
	top: auto;
	bottom: 15%;
}

.swiper-container1-text-ani-slide {
	/* width:800px; */
	opacity: 1;
	transition: all 2s linear .2s;
}

.navdown3 {
	width: 150px;
	height: 320px;
	margin-left: -75px;
	left: 47%;
}

.part2ul{
	display: flex;
	justify-content: center;
	color: #ffffff;
}

.part2ul li{
	margin: 0 1rem;
}

.newfooter {
	background: url(../images/footerbg.jpg) no-repeat center;
	/* padding: 80px 0px 120px; */
	padding: 2rem 1rem;
}

.newfooter h1{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0.6rem;
}

.newfooter .col {
	text-align: center;
}

.newfooter a {
	display: block;
	/* width: 100px; */
	/* line-height: 45px; */
	line-height: 2.5;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	font-size: 0.9rem;
}

.newfooter .yqljkk:first-child a {
	/* text-align: right; */
}

.borderright {
	width: 1px;
	height: 4rem;
	/* margin-top: 18px; */
	background: #fff;
	margin: 1rem 1.5rem;
}

.newfooterb {
	background: #373737;
	color: #fff;
	padding: 2rem 0 4rem;
	/* line-height: 60px; */
	/* text-align: center; */
}

.newfooterb .tabs {
	text-align: center;
	height: 3rem;
	line-height: 3rem;
	font-size: 0.9rem;
	margin-bottom: 1rem;
	padding: 0 1rem;
}

.newfooterb .tabs a {
	margin: 0 0.5rem;
}

.newfooterb .info {
	line-height: 2rem;
	font-size: 0.8rem;
	padding: 0 0 0 1rem;
}

.newfooterb .info p{
	margin-bottom: 0;
}

.qrcode {
	width: 100%;
}

.part2fr ul.part2ul li.aa {
	color: #FF0000;
}

.part2fr .content1>div .yqlj {
	display: flex;
}

.yqljkk{
	/* width: 50%; */
	flex: 1;
}

.part2fr .content1>div.aa {
	display: flex;
}

.part2fr .content1>div {
	display: none;
	position: relative;
}
