.header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 70;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.header .logo {
	margin-left: 105px;
	margin-right: 380px;
}

.header .logo img {
	height: 70px;
	position: relative;
	top: 15px;
}

.header .nav {
	width: 100%;
}

.header .nav>ul>li {
	float: left;
	text-align: center;
	height: 100px;
	line-height: 100px;
	padding-right: 80px;
}

.header .nav>ul>li>a {
	font-size: 20px;
}

.header .nav>ul>li.current>a,
.nav>ul>li:hover>a {
	color: #FF0000;
}

.header .language {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 80px;
	color: #5C5C5C;
	font-size: 18px;
	margin-right: 50px;
	position: relative;
	cursor: pointer;
}

.header .language:hover .icon-xiajiantou{
	transform: rotate(180deg);
}

.header .language .icon-xiajiantou{
	transition: all 0.1s ease 0s;
}

.iconfont{
	font-size: 18px;
}

.header .language .language-choice{
	position: absolute;
	top: 70px;
	right: -1px;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}

.header .language:hover .language-choice{
	opacity: 1;
	visibility: visible;
}

.header .language .language-choice .type-item{
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

.header .language .language-choice .type-item:hover{
	background: #FF0000;
	color: #ffffff;
}


.swiper-container .swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-pagination-bullet-active {
	background: #FF0000;
}

.notice {
	width: 100%;
	height: 80px;
	background: linear-gradient(180deg, rgba(166, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

.notice-content {
	width: 1600px;
	margin: auto;
}

.jq-time{
	background: #FFFBF4;
	padding:  40px 0;
}

.jq-time-content{
	width: 1600px;
	margin: auto;
}

.jq-introduction{
	width: 100%;
	/* height: 400px; */
	background: #FFFFFF;
}

.jq-introduction-content{
	width: 1600px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.jq-introduction-content-left{
	width: 940px;
}

.jq-title{
	display: flex;
	align-items: center;
}

.jq-title span{
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: rgba(255,0,0,0.25);
}

.jq-title label{
	font-size: 28px;
	font-weight: bold;
	margin-left: -30px;
	margin-top: 5px;
}

.jq-jianjie-box{
	margin-top: 28px;
	width: 316px;
	height: 55px;
	line-height: 55px;
	border-radius: 25px 0px 0px 0px;
	background: linear-gradient(132.46deg, rgba(166,0,0,1) 5.71%,rgba(215,0,0,0.49) 44.8%,rgba(255,0,0,0) 82.57%);
}

.jq-jianjie-box span{
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 35px;
}

.jq-jianjie-content{
	margin-top: 35px;
	margin-left: 35px;
}

.jq-jianjie-content p{
	font-size: 18px;
	line-height: 25px;
	text-indent: 2em;
	text-align: justify;
}

.jq-introduction-content-right video{
	margin-top: 28px;
	margin-bottom: 25px;
	border-radius: 25px;
}

.jq-jcsj{
	background: #FFFBF4;
}

.jq-jcsj-content{
	width: 1600px;
	margin: auto;
	padding: 40px 0;
}

.jq-jcsj-video{
	margin-top: 32px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.jq-news{
	overflow: hidden;
}

.jq-news .jq-news-left{
	width: 475px;
	float: left;
}

.jq-news .jq-news-left img{
	width: 100%;
	display: block;
}

.jq-news .jq-news-right{
	float: left;
	width: 1125px;
	padding: 25px 48px;
	background: #A60000;
	box-sizing: border-box;
}

.news-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-top a{
	color: #ffffff;
	font-size: 18px;
}

.jq-news .jq-news-right .jq-title span{
	background-color: rgba(255,0,0,0.25);
}

.jq-news .jq-news-right .jq-title label {
	color: #FFFFFF;
}

.news-content{
	margin-top: 10px;
	margin-left: 17px;
}

.news-content li{
	padding: 14px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.32);
}

.news-content li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-content li a label{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
}

.news-content li a span{
	color: #FFFFFF;
	font-size: 14px;
}

.news-content li:last-child{
	margin-bottom: 1px;
}

.footer {
	height: 285px;
	background: url(../img/footer-bg.png);
	background-size: cover;
}

.footer-wrap{
	padding-top: 35px;
	width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer-logo{
	float: left;
	width: 420px;
	margin-top: 30px;
	margin-right: 30px;
}

.footer-logo img{
	width: 100%;
}

.footer-text{
	float: left;
	color: #FFFFFF;
	padding: 50px 30px;
	border-left: 1px solid rgba(255,255,255,0.61);
}

.footer-text span{
	display: block;
	font-size: 20px;
}

.footer-text label{
	display: block;
	font-size: 14px;
}

.footer-right{
	display: flex;
	margin-top: 35px;
}

.footer-qrcode{
	color: #FFFFFF;
	margin-left: 14px;
}

.footer-qrcode img{
	width: 120px;
	border-radius: 10px;
}

.footer-qrcode  span{
	display: block;
	font-size: 14px;
}