* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	min-width: 1400px;
	font-size: 16px;
}


table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 1;
	border-spacing: 0;
}

table td {
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #939598;
	padding: 5px 10px;
}

table p {
	margin-bottom: 0 !important;
	padding: 10px 0;
}


li {
	list-style: none;
}

a {
	text-decoration: none;
	/* inherit 继承 */
	color: inherit;

}


img {
	max-width: 100%;
}

input {
	border: none;
	outline: none;
}

img {
	max-width: none;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
	transition: all 0.5s;
}

iframe {
	border: none;
}

.kWidth {
	margin: 0 auto;
	max-width: 1400px;
	padding-left: 0;
	padding-right: 0;
	width: calc(100vw - 220px);
}

.banner {
	background: url(../images/banner.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	height: 941px;
}

.banner>div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.banner .header>a img {
	filter: grayscale(100%) brightness(700%);
}

.banner .header {
	position: initial;
	background: none;
}

.header {
	height: 10%;
	padding: 20px 0;
	padding-left: 5%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, .09) 0 0 62px 0;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 999;
}

.header>span {
	display: none;
}

.header>a {
	display: block;
	width: 30%;
	float: left;
}

.header>a img {
	width: 100%;
}

.header>div {
	float: right;
	position: relative;
	width: 62%;
}

.header>div>div {
	padding-left: 50px;
	overflow: hidden;
	padding-right: 10%;
	display: flex;
	justify-content: space-between;
}

.banner .header>div>div {
	background: rgba(0, 0, 0, .27);
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	/* padding-left: 0; */
	justify-content: space-between;
}

.banner .header>div::before {
	width: 0;
	/*1.设置宽高为0*/
	height: 0;
	/*2.除右边都变透明色，实边*/
	border-color: transparent black transparent transparent;
	border-style: solid;
	border-width: 49px 40px 0 0;
	/*3.上边宽100，右边宽50，下左边宽0*/
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	opacity: .27;

}

.banner .header>div>div>a {
	color: #fff;
}


.header>div>div>a {

	float: left;
	color: #000;
	font-size: 19px;
	/* margin-left: 32px; */
	padding: 12px 0;
}

.bannerFont {
	height: 66%;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.bannerFont>div {
	width: 100%;
}

.bannerFont img {
	display: block;
	margin: 0 auto;
}

.bannerFont h4 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 29px;
}

.bannerFont h3 {
	color: #fff;
	width: max-content;
	padding: 8px 10%;
	margin: 0 auto;
	font-size: 26px;
	margin-top: 40px;
	font-weight: normal;
	background: linear-gradient(to right, rgba(46, 86, 148, 0) 0%, rgba(46, 86, 148, 1) 50%, rgba(46, 86, 148, 0) 100%);
}

.bannerFont p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.bannerFont b {
	color: #fff;
	text-align: center;
	font-size: 24px;
	display: block;
	margin-top: 70px;
}

.mobileBox{  display:none!important;}

.iconBut {
	display: flex;
	width: 800px;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	height: 12%;
}

.iconBut>div {
	border-radius: 5px;
	width: max-content;
	height: auto;
}

.iconBut>div>a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 15px 20px;
	font-size: 22px;
	font-weight: bold;
}

.iconBut>div img {
	width: 28px;
	margin-right: 10px;
}

.iconBut>div p {
	font-size: 16px;
	text-decoration: underline;
	margin: 0 40px 0 20px;
	font-weight: normal;
}


.content {
	position: relative;
}

.content>div,
.box4,
.box5,
.footer .footerBox {
	width: 85%;
	margin: 0 auto;
}

.content .bgImg {
	position: absolute;
	top: 41%;
	left: 0;
	z-index: -1;
}

.content .box1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.content .box1>div {
	/* width: 57%; */
	margin-right: 60px;
}

.content .box1 h3 {
	font-size: 30px;
	color: #00347e;
	margin-bottom: 40px;
}

.content .box1 p {
	font-size: 18px;
	text-align: justify;
	margin-top: 30px;
	line-height: 34px;
}

.box4 .more {
	position: absolute;
	right: 0;
	top: -56px;
}

.more {
	font-size: 16px;
	float: right;
	display: flex;
	align-items: center;
	color: #00347e;

}

.more img {
	width: 20px;
	margin-left: 10px;
}

.iconWidth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.iconWidth img {
	width: 50px;
}

.iconWidth dl {
	text-align: center;
}

.iconWidth dd>div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

.iconWidth dd>div h3 {
	font-size: 16px;
	font-weight: normal;
}

.iconWidth dd>div span {
	font-size: 32px;
	font-weight: normal;
	margin: 0 5px;
}

.iconWidth dd>div sup {
	font-size: 16px;
}

.iconWidth dd p {
	font-size: 18px;
	text-align: center;
}

.iconWidth dd p::before {
	width: 30px;
	height: 3px;
	background: #00347e;
	content: '';
	display: block;
	border-radius: 50px;
	margin: 10px auto;
}

.box2 {
	display: flex;
	align-items: flex-start;
	margin-top: 70px;
	justify-content: space-between;
	overflow: hidden;
}

.titleH3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.titleH3 h3 {
	font-size: 30px;
	color: #00347e;
	font-weight: normal;
	position: relative;
	width: 54%;
	font-weight: bold;

}

.box4 .titleH3 h3,
.secbox .titleH3 h3 {
	color: #000;
	display: flex;
	align-items: center;
}

.box4 .titleH3 h3>a,
.secbox .titleH3 h3>a {
	margin-right: 35px;
	font-weight: normal;
	color: #000;
	font-size: 26px;
	min-width: 130px;
}

.box4 .titleH3 h3>a.active,
.secbox .titleH3 h3>a.active {
	font-size: 30px;
	color: #00347e;
	cursor: pointer;
	font-weight: bold;
}

.secbox .titleH3 {
	margin-top: 40px;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.zpfwBox {
	width: 73%;
	overflow: hidden;
}

.mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: url('../images/zpimg.jpg');
	background-size: 100%;
	height: 169px;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}

.mySwiper a {
	width: 100%;
	display: flex;
	margin: 10px;
	border: #00347e dashed 1px;
	height: 80%;
	align-items: center;
	justify-content: center;
}

.mySwiper a>div {
	padding: 20px;
}

.mySwiper b {
	display: block;
	font-size: 20px;
	color: #00347e;
	margin-bottom: 5px;
}

.mySwiper p {
	font-size: 16px;
	color: #00347e;
}

.mySwiper .swiper-button-next {
	background-color: rgba(0, 0, 0, .5);
	padding: 10px 5px;
	right: 0 !important;
	background-image: none !important;
	width: 17px !important;
	height: 28px !important;
}

.mySwiper .swiper-button-prev {
	background-color: rgba(0, 0, 0, .7);
	padding: 10px 5px;
	left: 0 !important;
	background-image: none !important;
	width: 21px !important;
	height: 32px !important;
}

.mySwiper .swiper-button-prev img,
.mySwiper .swiper-button-next img {
	filter: grayscale(100%) brightness(200%);
}

.tqhdBox .swiper-pagination {
	right: 13px;
	top: 3px;
}

.tqhdBox .swiper-pagination>span {
	margin-left: 5px;
	background-color: #fff;
}

.tqhdBox .swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.tqhdBox {
	width: 24%;
	position: relative;
	overflow: hidden;
}

.mySwiper1 {
	height: 312px;
	overflow: hidden;
}

.tqhdBox .mySwiper1 a {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tqhdBox .mySwiper1 a b {
	margin-right: 8px;
}

.tqhdBox .mySwiper1 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tqhdBox>.timeD {
	background: #00347e;
	color: #fff;
	padding: 5px 0 5px 13px;
	margin-top: 5px;
	position: relative;
}

.box3 {
	padding-top: 60px;
	background: url(../images/new_logo12.png) 70% 0 no-repeat;
	background-size: 43%;
}

.dlBox {
	margin-left: -2.3%;
	overflow: hidden;
	/*padding-top: 20px;*/
}

.dlBox dl:hover {
	background: #00347e;
	transition: all .5s;
}

.dlBox dl:hover img {
	border: #00347e solid 1px;
	transition: all .5s;
}

.dlBox dl {
	background: #82868d;
	width: 31%;
	margin-left: 2.3%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
}

.dlBox dl dt {
	margin-top: -20px;
	height: 99px;
	background: #fff;
	border: #535353 solid 1px;
	width: 95%;
}

.dlBox dl dt img {
	width: 100%;
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
}

.dlBox dl dd {
	padding: 10px 0 10px 0;
	color: #fff;
	margin: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newBox {
	position: relative;
	margin-top: 38px;
	margin-bottom: 40px;

}

.box4 {
	height: 610px;
	overflow: hidden;
}



.bgImg2 {
	position: absolute;
	top: -25%;
	left: 0;
	z-index: -1;
}

.bgImg2 img {
	width: 100%;
}

.newList>div {
	width: 36%;
	height: 525px;
	float: left;
}

.newList>div:hover .fontBox {
	height: 88%;
	padding-top: 10%;
}

.newList>div:hover p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


.newList>div a {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.newList>div .imgBox {
	width: 100%;
	height: 525px;
	display: flex;
}

.newList>div img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.newList .fontBox {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	width: 100%;
	height: 33%;
	padding: 20px 0;
	transition: all .5s;
}

.newList .fontBox>* {
	margin: 0 20px;
}

.newList .font h5 {
	font-size: 20px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
}

.newList .font p {
	font-size: 14px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 24px;
}

.newList .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.newList .time img {
	filter: grayscale(100%) brightness(600%);
	width: 20px;
}

.newList {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	visibility: initial !important;
}

.newList ul {
	width: 61%;
	float: right;
}

.newList li {
	margin-bottom: 30px;
}

.newList li a {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.newList li .imgBox {
	width: 230px;
	height: 155px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}

.newList li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.newList li .fontCen {
	width: 69%;
	margin-left: 23px;
}

.newList li h4 {
	color: #00347e;
	font-size: 20px;
	margin-left: -10px;
	font-weight: normal;
}

.newList li p {
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0;
}

.newList li span {
	display: none;
}

.newList li b {
	font-weight: normal;
}

.hzmt {
	background: url('../images/hzBg.jpg') center no-repeat;
	background-size: cover;
	padding: 60px 0 10px 0;
	overflow: hidden;
}

.mySwiper5 {
	padding-bottom: 50px;
}

.hzmt .mySwiper5 img {
	/*width: 100%;
	height: 100%;
	object-fit: cover;*/
	width: 86%;
}

.hzmt .mySwiper5 a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	height: 90px;
	background: #fff;
}



/****展品范围******/
.secbox {
	margin: 20px auto;
	width: 85%;
}

.becBox,
.becBox .secbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.becBox .dizBox {
	display: flex;
	align-items: center;
}

.dizBox>img {
	width: 8px !important;
	margin: 0 10px;
	filter: grayscale(100%);
}

.becBox .dizBox span img {
	width: 20px;
	display: block;
	height: 100%;
	margin-right: 8px;
}

.iconAhref a {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 5px;
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.seboxCent {
	margin-top: 30px;
}

.secBoxBg {
	margin-top: 2px;
}

.secBoxBg dt:hover {
	padding-right: 40px;
	transition: all .5s;
}

.secBoxBg dt:hover h4 {
	padding-left: 40px;
	transition: all .5s;
}

.secBoxBg dt {
	background: url('../images/zpimgBg.jpg') center no-repeat;
	height: 60px;
	background-size: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-right: 20px;
	position: relative;
	color: #00347e;
	font-size: 22px;
	margin-bottom: 2px;
	cursor: pointer;
}

.secBoxBg dt b {
	font-weight: bold;
	font-size: 24px;
}

.secBoxBg dt h4 {
	min-width: 17%;
	background: url(../images/zpimg1.png) right center no-repeat;
	background-size: contain;
	height: 100%;
	padding-right: 45px;
	line-height: 60px;
	padding-left: 20px;
}

.secBoxBg dt p {
	font-size: 18px;
	margin-left: 10px;
}

.onList dt img {
	transform: rotate(90deg);
}

.secBoxBg dt img {
	position: absolute;
	right: 25px;
	width: 28px;
}

.onList dd {
	display: block !important;
}

.secBoxBg dd {
	width: 100%;
	background: #d0e1f4;
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
	display: none;
}

.secBoxBg dd>a {
	background: url('../images/icon/arrowRight.svg') left center no-repeat;
	filter: grayscale(100%);
	padding-left: 20px;
	background-size: 8px;
	font-size: 16px;
	display: inline-block;
	width: 14%;
	margin-left: 40px;
	margin-top: 15px;
}

.contantBox {
	width: 23%;
	float: left;
	background: #fff url(../images/new_logo12.png) right top no-repeat;
	box-shadow: rgba(0, 0, 0, .1) 0 0 32px 0;
	background-size: 120px;
	margin-left: 3.4%;
	padding: 2.5% 4%;
	border-top: #02296a solid 2px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 3px;
}

.contantBox:nth-child(1) {
	margin-left: 0;
}

.contantBox h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.mapBox {
	background: #e2e3e4;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.mapBox>img {
	width: 48%;
	margin: 10px;

}

.mapBox #allmap {
	width: 65%;
}


.download {
	margin-left: -2%;
	margin-top: 30px;
	margin-bottom: -20px;
}

.download>div {
	display: inline-block;
	margin-left: 2%;
	width: 47.6%;
	border: #ddd solid 1px;
	border-radius: 8px;
	margin-bottom: 30px;
	position: relative;
}

.download>div:hover {
	background: #02296a;
	color: #fff;
	border-color: #02296a;
	transition: all .5s;
}

.download>div:hover img {
	filter: grayscale(100%)brightness(700%);
}

.download>div:hover p {
	color: #fff;
	opacity: 0.8;
}

.download>div::before {
	content: '';
	width: 3px;
	height: 20px;
	background: #00347e;
	border-radius: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 35%;
}

.download>div>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	width: 90%;
}

.download>div>a img {
	width: 30px;
}

.download>div>a div {
	width: 88%;
}

.download>div>a h4 {
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 5px;
}

.download>div>a p {
	color: #82868d;
	font-size: 16px;
}



.itemLi {
	margin-top: 20px;
}

.itemLi .item {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: #dfdfdf dashed 1px;

}

.itemLi .item:hover {
	background: #02296a !important;
	padding: 30px;
	transition: all .5s;
}

.itemLi .item:hover img {
	transform: scale(1.05);
}

.itemLi .item:hover h3,
.itemLi .item:hover p,
.itemLi .item:hover span {
	color: #fff;
}

.itemLi .item .img_box {
	width: 280px;
	float: left;
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.itemLi .item .img_box a {
	display: block;
	height: 100%;
	width: 100%
}

.itemLi .item .img_box img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;

	display: block;
}

.info_box {
	width: calc(100% - 305px);
	float: right;
}

.info_box2 {
	width: calc(100% - 305px);
	/** float: right; */
}

.info_box h3 {
	color: #1d50a3;
	font-weight: normal;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}

.info_box span {
	font-size: 14px;
	color: #666;
	display: block;

}

.info_box p {
	font-size: 16px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.info_box2 h3 {
	color: #1d50a3;
	font-weight: normal;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}

.info_box2 span {
	font-size: 14px;
	color: #666;
	display: block;

}

.info_box2 p {
	font-size: 16px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.itemLiA .info_box>div {
	display: flex;
	align-items: center;
	background: #eaeaea;
	padding: 5px 0;
	margin: 20px 0 10px 0;
}

.itemLiA .item:hover .info_box>div {
	background: #1d50a3;
}

.itemLiA .info_box p {
	text-indent: 2em;
	margin-bottom: 0;
}

.itemLiA .info_box>div span {
	margin-left: 30px;
	margin-right: 40px;
	font-size: 16px;
	color: #000;
}



.itemLiA .info_box2>div {
	display: flex;
	align-items: center;
	padding: 5px 0;
	margin: 20px 0 10px 0;
}


.itemLiA .info_box2 p {
	text-indent: 2em;
	margin-bottom: 0;
}

.itemLiA .info_box2>div span {
	margin-right: 40px;
	font-size: 16px;
	color: #000;
}

.itemLiA .item:nth-child(odd) {
	background: #f7f7f7;
}

.itemLiA .item .img_box {
	width: 180px;
	float: left;
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.itemLiA .item {
	padding: 30px;
	border-bottom: none;
}

.itemLiA .item .img_box a {
	width: 100%;
	height: 100%;
	display: block;
}

.itemLiA .info_box {
	width: calc(100% - 205px);
}

.itemLiA .info_box2 {
	width: calc(100% - 205px);
}

.rightDetail {
	padding: 30px 50px;
	box-shadow: rgba(0, 0, 0, .09) 0 0 62px 0;
	border-radius: 10px;
	margin-top: 30px;
}

.rightDetail .titleBox {
	margin-bottom: 30px;
	margin-top: 20px;

}

.rightDetail .titleBox h3 {
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	color: #02296a;
}

.rightDetail .titleBox p {
	text-align: center;
	margin-top: 15px;
	color: #666;
}

.rightDetail .titleBox p span {
	margin: 0 5px;
	font-size: 16px;
}

.deCent p {
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 18px;
	text-align: justify;
}

.deCent img {
	max-width: 50%;
}


/*******历届展会********/
.prev {
	position: absolute;
	left: 0;
	background: url('../images/icon/arrowLeft.svg') center no-repeat;
	border: #000 solid 1px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-size: 30%;
	filter: grayscale(200%);
	cursor: pointer;
}

.next {
	position: absolute;
	right: 0;
	background: url('../images/icon/arrowRight.svg') center no-repeat;
	border: #000 solid 1px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-size: 30%;
	filter: grayscale(200%);
	cursor: pointer;
}

.slide_wrap {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 30px 0;
}

.slide_wrap .timeMode {
	margin: 0 82px;
	position: relative;
	overflow: hidden;
}

.slide_wrap ul {
	position: relative;
	left: 0px;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
}

.slide_wrap .timeMode::after {
	width: 100%;
	height: 1px;
	background-color: #999;
	content: '';
	position: absolute;
	bottom: 21px;
	left: 0px;
}

.slide_items li {
	display: inline-block;
	font-size: 20px;
	width: 197px;
	text-align: center;
	padding-top: 7px;
}

.slide_items li a {
	display: block;
}

.slide_items li.on {
	border-radius: 30px;
	overflow: hidden;
}

.slide_items li.on h3 span {
	color: #fff;
	background: #02296a;
	box-shadow: 0px 0px 8px rgba(0, 52, 126, 0.7);
}

.slide_items li.on h3 span::after {
	border-color: #02296a;
}

.slide_items li.on div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background-color: #e1e8f3;
	border-radius: 13px;
	border-color: #02296a;
	margin: 0 auto;
	margin-top: 18px;
	position: relative;
	top: -4px;
}

.slide_items li.on div i {
	background: #02296a;
}

.slide_items li span {
	color: #333333;
	min-width: 80px;
	text-align: center;
	font-size: 24px;
	display: inline-block;
	padding: 10px 15px;
	background: #f1f1f1;
	font-weight: normal;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.slide_items li span::after {
	position: absolute;
	display: inline-block;
	bottom: -6px;
	left: 45%;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: #f1f1f1 #f1f1f1 transparent transparent;
	transform: rotate(135deg);
	box-shadow: 2px -2px 4px rgba(24, 120, 133, 0.1);
}

.slide_items li div {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #a2a2a2;
	;
	border-radius: 13px;
	padding: 2px;
	box-sizing: border-box;
	margin-top: 27px;
	position: relative;
	top: -8px;
}

.slide_items li i {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #a2a2a2;
	border-radius: 5px;

}

.slide-content {
	margin-top: 20px;
}

.slide-content ul {
	overflow: hidden;
	margin-left: -4%;
	margin-bottom: -30px;
}

.slide-content ul li {
	width: 30%;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-left: 3.1%;
	margin-bottom: 4%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.slide-content ul li:hover {
	box-shadow: 0 4px 25px rgba(36, 32, 150, 0.4);
}

.slide-content ul li:hover .font i {
	background: #0e2752;

}

.slide-content ul li b {
	background: #02296a;
	color: #fff;
	font-size: 16px;
	border-radius: 20px 0 50px 0;
	position: absolute;
	display: block;
	top: -0;
	left: -0;
	padding: 10px 20px;
}

.slide-content ul li b::before {
	margin-right: 5px;
}

.slide-content ul li .imgBox {
	width: 100%;
	height: 191px;
	overflow: hidden;
}

.slide-content ul li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.slide-content ul li .font {
	background: #fff;
	display: flex;
	line-height: 55px;
}

.slide-content ul li .font i {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #02296a;
	width: 65px;
	line-height: 55px;
	text-align: center;
	font-size: 22px;
}

.slide-content li .font img {
	width: 30px;
	filter: grayscale(100%)brightness(800%);
}


.slide-content ul li .font p {
	margin: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
}


/*参展指南*/
.exhibition {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}

.exhibition .left {
	width: 64%;
	margin-bottom: 30px;
}

.exhibition .left .leftNav {
	width: 100%;
	background: #dfdfdf;
	color: #000;
	display: flex;
	justify-content: space-between;
}

.exhibition .left .leftNav a {
	width: 25%;
	text-align: center;
	font-size: 22px;
	padding: 15px 0;
}

.exhibition .left .leftNav a.on,
.exhibition .left .leftNav a:hover {
	background: #02296a;
	color: #fff;
}

.zzlc>h4 {
	text-align: center;
	color: #02296a;
	font-size: 28px;
	font-weight: normal;
	margin: 50px 0 10px 0;
}

.zzlc img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.exhibition .right {
	width: 28%;
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .09) 0 0 62px 0;
	position: sticky;
	top: 140px;
}

.exhibition .right h2 {
	font-size: 22px;
	font-weight: normal;
	color: #02296a;
	margin-bottom: 20px;
}



.exhibition .right img {
	width: 100%;
}

.exhibition .right>a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	;
	/*FireFox*/
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Opear */
	background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	color: #fff;
	/*IE10及IE10+*/
	position: absolute;
	bottom: 20px;
	margin: 0 1%;
	width: 85%;
	padding: 20px 0 30px 0;
	font-size: 20px;
}

.exhibition .right>a img {
	width: 20px;
	filter: grayscale(100%)brightness(800%);
}


.jtzy {
	margin-top: 30px;
}

.jtzy>p {
	text-indent: 2em;
	line-height: 34px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: justify;
}

.jtfsBox {
	margin-top: 40px;
}

.jtfsBox ul {
	display: flex;
	justify-content: space-between;
}

.jtfsBox ul li {
	width: 13%;
	border: #ddd solid 1px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	font-size: 20px;
}

.jtfsBox ul li img {
	width: 35px;
	margin: 0 auto;
	display: block;
	margin-bottom: 3px;
}

.jtfsBox li.on,
.jtfsBox li:hover {
	background: #02296a;
	border-color: #02296a;
	color: #fff;
}

.jtfsBox li.on img,
.jtfsBox li:hover img {
	filter: grayscale(100%)brightness(700%);
}

.jtfsBox ul li.on::after {
	content: '';
	display: block;
	bottom: -10px;
	position: absolute;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #02296a;
}


.jtfsBoxCen {
	margin-top: 30px;
}

.jtfsBoxCen>div>p {
	line-height: 34px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: justify;
}

.jtfsBoxCen th,
.jtfsBoxCen td {
	border: 1px solid #ddd;
	padding: 12px 15px;
	text-align: left;
}

.jtfsBoxCen th {
	background-color: #f2f2f2;
	font-weight: bold;
	color: #02296a;
}

.jtfsBoxCen tr:nth-child(even) {
	background-color: #f9f9f9;
}

.jtfsBoxCen>div.boxCent0 {
	display: block;
}

.jtfsBoxCen>div {
	display: none;
	margin-top: 0;
}

.zspj dl dt {
	width: 300px;
	height: 130px;
	display: flex;
	align-items: center;
}

.zspj dl dt img {
	max-height: 50%;
}

.zspj dl dd {
	background: #ececec;
	padding: 20px;
	font-size: 18px;
	line-height: 34px;
	border-radius: 10px;
	position: relative;
	/**max-height: 100px;*/
	overflow-y: auto;
}

.zspj dl dd::before {
	content: '';
	display: block;
	top: -10px;
	left: 70px;
	position: absolute;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #ececec;
}

.unitsBox .unitsLogo {
	margin-left: -2%;
	overflow: hidden;
}

.unitsBox .unitsLogo a {
	display: block;
	width: 23%;
	float: left;
	margin-left: 2%;
	margin-top: 20px;
}

.unitsBox .unitsLogo a img {
	width: 100%;
	height: 100%;
}


/* 侧边导航栏样式 */
.sidebar {
	color: white;
	position: fixed;
	z-index: 1;
	top: 30%;
	right: 0;
	overflow-y: auto;
}

.sidebar-header {
	background-color: #2c3e50;
	padding-bottom: 20px;
	border-bottom: 1px solid #34495e;
	margin-bottom: 20px;
}

.sidebar-header h2 {
	font-size: 1.5rem;
}

.nav-menu {
	list-style: none;
}

.nav-item {
	margin-bottom: 2px;
	background-color: #495360;
}

.nav-link {
	color: #ecf0f1;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 14px;
}

.nav-link:hover,
.nav-link.active {
	background-color: #00347e;
	color: #fff;
}


#section1 {
	background: url('../images/tHgGJW.png') center top no-repeat;
	background-size: 100%;
	padding-top: 0;
	padding-bottom: 50px;
}
#section1 .iconBut{ display: none;}
.aboutBox {
	display: flex;
	justify-content: space-between;
}

.aboutBox .left {
	width: 56%;
}

.aboutBox .right {
	width: 40%;
}
.aboutBox .right .header{ display: none;}

.aboutBox .left h3 {
	font-size: 38px;
}

.aboutBox .left>p {
	font-size: 24.8px;
	margin: 10px 0;
}

.tiemBoxCent {
	margin-top: 50px;
}

.tiemBoxCent>div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	line-height: 40px;
}

.tiemBoxCent>div p {
	font-size: 20px;
	color: #1d50a3;
}

.tiemBoxCent>div>div {
	width: 80%;
	font-size: 20px;
	line-height: 42px;
}

.aboutBox .right iframe {
	width: 100%;
	height: 107%;
}

/*****倒计时*******/

.countdown {
	display: flex;

	gap: 15px;
}

.countdown-item {
	display: flex;
	align-items: center;
	border-radius: 5px;
}

.countdown-number {
	font-size: 28px;
	background-color: #333;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 0 6px;
}

.countdown-label {
	font-size: 18px;
	opacity: 0.8;
	margin-left: 10px;
}





#section2,
#section4 {
	box-shadow: rgba(0, 0, 0, .09) 0 0 58px 0;
}

/* 主内容区域样式 */
.main-content {
	flex: 1;
	background-color: white;
}

.section {
	padding: 30px 0;
	scroll-margin-top: 20px;
}

.section:last-child {
	border-bottom: none;
}

.section h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}

.section h2.active,
.section h2:hover {
	color: #02296a;
}

.section h2.active::after,
.section h2:hover::after {
	width: 40px;
	height: 4px;
	background: #02296a;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 10px;
	content: '';
	display: block;
}

.scBoxTit {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.scBoxTit>h2 {
	margin: 0 40px;
}

.scCentBox img {
	max-width: 100%;
}

.scCentBox .boxCent1 {
	margin-top: 30px;
	visibility: initial !important;
}

.scCentBox>div {
	display: none;
}

.scCentBox>.boxCent0 {
	display: block;
	text-align: center;
}

.scCentBox>div>p {
	line-height: 34px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: justify;
}

.section>p {
	margin-bottom: 15px;
}

.pInfo h4 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}

.pInfo p {
	font-size: 18px;
	line-height: 34px;
}

#section4 {
	overflow: hidden;
}

.section .mySwiper {
	margin: 30px 0 40px 0;
	overflow: hidden;
}

.seeMore {
	font-size: 20px;
	padding: 10px 40px;
	text-align: center;
	display: block;
	max-width: 90px;
	margin: 0 auto;
	border: #ddd solid 1px;
	border-radius: 50px;
}

.seeMore:hover {
	background: #02296a;
	color: #fff;
	border-color: #02296a;
}

#section5 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section5 .swiper-slide {
	background: #000;
}

/*分页*/
.pagination {
	padding: 20px 0 5px 0;
	text-align: center;
}

.pagination a {
	color: #000;
}

.derd {
	display: inline-block;
}

.derd>div {
	padding: 0 14px;
	line-height: 36px;
	height: 36px;
	border: #efefef solid 1px;
	background: #fff;
	border-radius: 5px;
	display: block;
	float: left;
	margin: 0 4px;
}

.derd>div span {
	margin: 0 2px;
}

.derd>div span i {
	color: #ff7c07;
	font-style: normal;
}

.pagination a {
	padding: 0 14px;
	line-height: 34px;
	height: 34px;
	border: #ddd solid 1px;
	border-radius: 5px;
	background: #fff;
	display: block;
	float: left;
	margin: 0 8px;
}

.pagination a.active,
.pagination a:hover {
	border-color: #02296a;
	color: #fff;
	background: #02296a;
}



.footer {
	background: #02296a;
}

.CopyrightBox {
	background: #00102b;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 12px 0;
}

.CopyrightBox br {
	display: none;
}

.footerBox {
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 40px 0;
}

.footerBox>div h3 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
}

.footerBox>div a {
	padding: 15px 10px;
	border: #3c5e98 solid 0.5px;
	display: block;
}

.footerBox>div a img {
	width: 350px;
	filter: grayscale(100%) brightness(700%);
}

.footerBox>div p {
	font-size: 15px;
	line-height: 28px;
}

.footerBox dl {
	float: left;
	margin-left: 30px;
}

.footerBox dl dd {
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

@media (min-width: 1800px) {
	.banner>div {
		zoom: 1.2;
	}
}



@media (min-width: 1600px) {

	.banner>div {
		zoom: 1;
	}

	.newsBox .leftBox {
		width: 410px;
	}

	.newsBox .listBox {
		margin-left: 470px;
	}
}