/* 头部 */
.head {
	width: 100%;
	height: 93px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.head .middle {
	width: 1180px !important;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-left {
	width: 62%;
	display: flex;
	align-items: center;
}

.head-left .head-left1 {
	display: flex;
	align-items: center;
}

.head-left .head-left2 {
	display: flex;
	align-items: center;
	margin-left: 49px;
}

.head-left img {
	width: 45px;
	height: 45px;
}

.head-left em {
	margin-left: 16px;
	font-size: 14px;
	font-family: CN-Normal;
	font-weight: normal;
	color: #8b8b8b;
	
}

.head-left em .t1,.head-left em .t2{
	font-size: 12px;
	margin-left: -15px;
	
	font-style: normal;
	color: #8b8b8b!important;
	position: fixed;
	top: 34px;
	/* left: 20px; */
}

.head-right {
	width: 36%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.head-right .tupian {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* 搜索 */
.tupian .hk {
	float: left;
	/* position: absolute;
	left:6px;
	z-index: 2000; */
	position: relative;
	padding: 6px 40px 6px 20px;
	background-color: #fff;
	border: 1px solid #c5c5c5;
}

.tupian .hk input {
	border: none;
	outline: none;
}

.tupian .hk img {
	position: absolute;
	top: 6px;
	right: 6px;
}

.head-right .tupian img {
	display: block;
	width: 19px;
	height: 19px;
	margin-left: 25px;
	margin-top: 3px;
}

/* 用户登录 */
.head-right .tupian .yonghu {
	display: flex;
	float: left;
	width: 248px;
	background: #fff;
	overflow:hidden;
	white-space:nowrap;

}

.head-right .tupian .yonghu p {

	font-size: 15px;

	font-weight: 600;

	color: #000000;
	line-height: 32px;
	margin-left: 5px;

}
.head-right .tupian .yonghu p:first-child {
     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.head-right .tupian .yonghu .quit a {
	color: #808080;
	cursor: pointer;

}

.head-right .tupian .lianxi {}

/* 下拉菜单开始 */
.select_contain {
	font-size: 14px;
	color: #aaa;
	line-height: 38px;
	margin: 30px 0;
	margin-left: 28px;
}

.select_contain .left {
	float: left;
}

.select_contain .right {
	float: right;
}

.select_item {
	/* margin-right: 50px; */
	position: relative;
}

.select_result {
	width: 70px;
	line-height: 38px;
	font-size: 16px;
	/* border: 1px solid #ccc; */
	text-align: center;
	border-radius: 4px;
	text-indent: -20px;
	cursor: pointer;
}

.select_module_con:hover {
	color: #AF1E22;
}

.select_result .triangle {
	/* border: 5px solid transparent;
	border-top: 5px solid #666; */
	position: absolute;
	top: 2px;
	right: -4px;
}

.select_result .triangle img {
	width: 85%;
}

.select_item ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 70px;
	background: #AF1E22;
	/* border: 1px solid #ccc; */
	border-radius: 0 0 4px 4px;
	border-top-color: #f3f3f3;
	margin-top: -4px;
}

.select_item ul li {
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.select_item ul li:last-child {
	border: none;
}

.select_item ul li:hover {
	background-color: #99191e;
	color: #fff;
}

/* .head-right select option:hover{
	
	border: none;
	outline:none;
	background: #AF1E22;
	color: #fff;
	
}
 */
.head-right .login {


	margin-left: 52px;
	background-color: #af1e22;
	font-size: 15px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}

.head-right .login p {
	width: 158px;
	height: 50px;

	font-family: CN-Bold;
	display: flex;
	align-items: center;
	justify-content: center
}

/* 头部下方 */
.head-menu {
	width: 100%;
	height: 92px;
	background-color: #ca3825;
	position: relative;
	z-index: 1;
	position: fixed;
	top: 93px;
	left: 0;

}

.head-menu .middle {
	height: 92px;
	vertical-align: middle;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}

.head-menu .log {
	width: 307px;
	float: left;
	margin-top: 21px;
}

.log img {
	width: 100%;
}



.head-menu .log-right {
	float: right;
	margin-top: 40px;
}

.head-menu .log-right>ul>li {
	float: left;
	margin-left: 20px;
	height: 47px;

}

.head-menu ul li a {
	font-size: 15px;

	font-weight: 500;
	text-align: left;
	color: #ffffff;
	letter-spacing: 1px;

}

/* 下拉菜单 */
.log-right>ul>li {
	position: relative;
	display: inline-block;

}

.log-right .menu_a ul {
	width: 140px;
	display: none;
	position: absolute;
	background-color: #AF1E22;
	top: 49px;
	left: -19px;

}

.log-right ul li:nth-child(3) .menu_a ul {
	left: -24px !important;
}

.log-right ul li:nth-child(5) .menu_a ul {
	left: 0px !important;
}

.log-right ul li:nth-child(6) .menu_a ul {
	left: -24px !important;
}

.log-right ul li:nth-child(7) .menu_a ul {
	left: -40px !important;
}

.log-right ul li:nth-child(8) .menu_a ul {
	left: -24px !important;
}

.log-right .menu_a ul li {

	margin-left: 0 !important;
	padding: 12px 0px;
	border-bottom: 2px solid #fff;

}

.log-right .menu_a ul li:last-child {

	border: none;

}

.log-right .menu_a ul a {
	display: block;

	text-align: center;
	font-family: CN-Normal;
	font-size: 13px;
}

.log-right .menu_a ul li:hover {
	background-color: #99191e;

}

.log-right>ul>li:hover ul {
	display: block;
}

.log-right>ul>li:hover {

	border-bottom: 2px solid #fff;
	display: block;
	color: #B01E22;
	/* font-weight: 700; */
}


.log-right>ul>li:hover .dianji {

	color: #fedb44;
	/*font-weight: 700;*/
}


.newscolor>a {

	color: #fedb44!important;
	/*font-weight: 700 !important;*/
}



/* banner */
.banner {
	width: 100%;
	/* margin-top: -2px; */
	margin-top: 182px;
	position: relative;
	z-index: 0;
}

.banner img {
	width: 100%;
}

/* banner2 */
.banner-bootom {
	background-color: #f4f4f4;
	padding: 21px 0 20px;
}

.banner-bootom .middle {
	display: flex;
	justify-content: center;

}

.banner-bootom a {
	background-color: #af1e22;
	font-size: 17px;


	text-align: left;
	color: #ffffff;
	margin-left: 23px;
}

.banner-bootom a p {
	padding: 13px 41px;

}

/* nav */
.nav ul {

	display: flex;
	justify-content: space-between;
	padding-top: 90px;
	padding-bottom: 80px;
}

.nav ul li {}

.nav img {
	width: 140px;
	height: 82px;
	margin: 0 auto;
	display: block;
}

.nav h3 {
	text-align: center;
	margin-top: 23px;

	font-size: 32px;
	font-family: CN-Bold;
	font-weight: 700;
	color: #b01e22;
	line-height: 32px;
}

.nav h4 {
	text-align: center;
	margin-top: 16px;


	font-size: 20px;

	font-weight: 500;
	color: #4d4d4d;
	line-height: 32px;

}

.nav p {
	text-align: center;
	margin-top: 9px;

	font-size: 20px;

	font-weight: 500;
	color: #808080;
	line-height: 32px;
}


/* 重要通知：CPSE安博会防疫指南 */
.cont-bar {}

.cont-bar .cont-bar-top {
 background-color: #f4f4f4;
 text-align: center;
 vertical-align: middle;
 padding-top: 38px;
 display: flex;
 
 
}

.cont-bar .cont-bar-top em {
    font-family: CN-Bold;
 font-size: 20px;

 font-weight: 700;
 
 color: #b01e22;
 
 /* padding-bottom: 14px; */
 /* margin-bottom: 18px; */

}
.cont-bar .cont-bar-top em a{
 display: flex;
 justify-content: center;
     margin-left: -78px;
  color: #000000;
  
  
 
}




/* 定义keyframe动画，命名为blink */
@keyframes blink{
  0%{opacity: 1;}
      
  100%{color: #fedb44;} 
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; } 
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* 定义blink类*/
.blink{
    color: #ca3825;
    font-size: 20px;
    animation: blink 2s linear infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
}

.cont-bar .cont-bar-top em a img{
 width: 60px;
 /* height: 30px; */
 margin-right: 10px;
 margin-top: -20px;
 
}



.cont-bar .cont-bar-top span {
 display: block;
    margin-top: 18px;
 width: 290px;
 height: 14px;
 background-color: #d73b3d;
 
 /* border-bottom: 14px solid #d73b3d; */
 margin: 18px auto 0;

}

.cont-bar .cont-bar-bootom {
	background-color: #af1e22;
	height: 85px;
	margin-top: 72px;
	margin-bottom: 108px;
}

.cont-bar-bootom ul {
	display: flex;
	justify-content: space-between;
}

.cont-bar-bootom ul li {
	padding: 24px 31px;
	border-left: 3px solid #fff;
	display: flex;
	align-items: center;
}

.cont-bar-bootom ul li:last-child {

	border-right: 3px solid #fff;
}

.cont-bar-bootom ul li a {

	display: flex;
	align-items: center;
	vertical-align: middle;
}

.cont-bar-bootom ul li img {
	width: 38px;
	height: 38px;
}

.cont-bar-bootom ul li span {
	margin-left: 11px;
	font-size: 18px;
	font-family: CN-Bold;

	font-weight: 700;

	color: #ffffff;
}

/* 安博会基本信息 */
.about .hd .middle {
	display: flex;
	justify-content: center;
}

.about .about1 {
	display: flex;
	margin-top: 86px;
	height: 450px;

}

.about1 .about-left {
	width: 50%;


}

.about1 .about-left img {
	width: 100%;
	height: 100%;
}

.about1 .about-right-hd {
	width: 50%;


	background: url(../img/shouye/t1.png) no-repeat;
	background-size: cover;

}

.about1 .about-right-hd img {
	width: 100%;

}

.about-right-hd .about-right-zi {
	/* margin-top: 124px;
	margin-left: 93px; */
	margin-top: 60px;
	margin-left: 81px;
}

.about-right-hd .about-right-zi h2 {

	font-size: 24px;
	font-weight: 700;

	color: #ffffff;

}

.about-right-hd .about-right-zi em {

	font-size: 22px;

	font-weight: Condensed Bold Italic;
	text-align: justifyLeft;
	color: #ffffff;
	line-height: 36px;
}

.about-right-hd .about-right-zi .about-1 {


	margin-top: 57px;

}

.about-right-hd .about-right-zi .about-1 {

	font-size: 15px;
	margin-top: 57px;
	font-weight: Normal;
	text-align: justifyLeft;
	color: #ffffff;
	line-height: 32px;
}

/*历史视频  */
.history-video .hd .middle {
	display: flex;
	justify-content: center;
	margin-top: 67px;
	margin-bottom: -57px;

}

.history-video .shipin {
	/* height: 600px; */
	padding-top: 132px;
	padding-bottom: 141px;
	background-color: #D73B3D;


}

.history-video .shipin .middle video {
	object-fit: cover;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}


/* 最新资讯 */
.news .hd .middle {
	display: flex;
	justify-content: center;
	margin-top: -55px;
	/* margin-bottom: 78px; */

}

.news ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.news ul::after {
	content: "";
	display: block;
	width: 349px;
	visibility: hidden;
}

.news ul li {
	width: 349px;
	height: 234px;
	margin-top: 133px;
	position: relative;
}

.news ul li img {
	width: 100%;
	height: 100%;
}

.news .news-list {
	position: absolute;
	top: 193px;
	left: -1px;
	width: 294px;
	height: 136px;
	/* background-color: #007AFF; */
	background: url(../img/shouye/news.png) no-repeat;
	background-size: contain;
	border-bottom: 14px solid #D73B3D;
}

.news ul li .news-list h2 {
	margin-top: 35px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 13px;

	font-weight: 500;
	text-align: justifyLeft;
	color: #858585;
	line-height: 24px;
}

/* sch */
.sch {
	margin-top: 230px;
	background: url(../img/shouye/sch.png) no-repeat;
	background-size: cover;
	height: 407px;
}

.sch .middle {
	display: flex;
	/* justify-content: space-between; */
}

.sch .sch-left {
	/* width: 60%; */
	width: 100%;
	margin-top: 80px;


}

.sch .sch-left h2 {

	font-size: 28px;
	margin-bottom: 48px;
	font-weight: 700;
	text-align: center;
	color: #b01e22;
	/* line-height: 50px; */
	letter-spacing: 4px;
	font-family: CN-Bold;
}

.sch .sch-left h2 em {

	font-size: 50px;
	font-family: CN-Bold;
}

.sch .sch-left p {

	font-size: 20px;
	

	/* font-weight: 400; */

	color: #b01e22;
	line-height: 37px;
	letter-spacing: 1px;
	word-break: normal;
	

}

.sch .sch-right {
	width: 30%;

}

.sch a {
	margin-top: 162px;
	font-size: 21px;
	color: #ffffff;
	font-weight: 700;
	font-family: CN-Bold !important;
	width: 214px !important;
	height: 77px;
	background-color: #AF1E22;
	margin-left:168px;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items:center;
	
}

.sch a em {

}

/* 展商展示 */
.exhibitor {
	margin-bottom: 140px;
}

.exhibitor .hd .middle {
	display: flex;
	justify-content: center;
	margin-top: -54px;
	margin-bottom: 48px;
}

.bb2 {
	display: flex;
	justify-content: center;
}

/deep/ .swiper-pagination2 .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
}


.exhibitor .spon {
	width: 100%;
	display: flex;
	justify-content: center;
}

.exhibitor .spon-ul {
	width: 92%;
	margin: 0 auto;
	display: inline-block;
	/* background-color: black; */
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */

}

.exhibitor .spon-ul::after {
	content: "";
	flex: auto;

}

.exhibitor .spon-ul p {
	font-size: 20px;
	color: #606266;
	margin-bottom: 28px;
	font-weight: 600;

}

.exhibitor .spon-ul li {
	width: 7.2%;
	height: 60px;


	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 0.35%;
	border: 1px solid #fff;

}

.exhibitor .spon-ul li:hover {
	border: 1px solid #2544f2;
	/* border-bottom: 1px solid #f2f2f2; */

}

.exhibitor .spon-ul li {}

.exhibitor .spon-ul li div {
	/* display: flex;
	justify-content: center; */
	width: 120px;
	height: 60px;
	overflow: hidden;
	position: relative;
}

.exhibitor .spon-ul li img {
	/* width: 75%;
	object-fit: cover; */
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}



/* 合作伙伴 */
.parter {
	background-color: #F4F4F4;

}

.parter .hd .middle {
	display: flex;
	justify-content: center;
	margin-top: -54px;
}
.parter .hd .middle img{
	margin-top: -55px;
}


.bb3 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}



.parter .spon-ul {

	width: 92%;

	display: flex;
	flex-wrap: wrap;

	margin-top: 88px;

}


.parter .spon-ul p {
	font-size: 20px;
	color: #606266;
	margin-bottom: 28px;
	font-weight: 600;
	text-align: center !important;
}

.parter .spon-ul li {
	width: 9%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 1%;
	margin-right: 1%;
	background-color: #fff;


}



.parter .spon-ul li div {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
}

.parter .spon-ul li div a {
	/* display: block; */
}

.parter .spon-ul li img {

	/* width: auto;
	    height: auto; */
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* 底部 */
.footer {
	background-color: #e5e5e5;

}

.footer .middle {}

/* 底部上方 */
.footer .footer-top {}

.footer .footer-top .footer-img {
	padding-top: 83px;
	padding-bottom: 21px;
	border-bottom: 2px solid #b3b3b3;
}

.footer .footer-top .footer-img img {
	 width: 200px; 
	
}

/* 底部下面 */
.footer .footer-bootom {
	color: #000;
	display: flex;
	justify-content: space-between;
	margin-top: 57px;
	margin-bottom: 60px;
}

.footer .footer-bootom a {
	color: #000;
	font-size: 11px;
	font-weight: 400;
	font-family: CN-Normal !important;
}

.footer .ft-left {
	width: 60%;
	display: flex;
	justify-content: space-between;
	font-size: 11px;

}

.footer-bootom ul li {
	margin-top: 14px;

}

.footer-bootom ul li:first-child {
	margin-bottom: 31px;
	font-size: 14px;
	font-weight: 700;
	font-family: CN-Bold !important;
}





.footer .ft-right ul {
	display: flex;
	flex-direction: column;

}

.footer .ft-right ul li {
	text-align: right;

}

.footer .ft-right ul li:first-child {
	font-weight: 400;

}

.footer .ft-right ul li:last-child {
	margin-top: 10px;

}

.footer .ft-right ul li a {
	margin-left: 10px;

}

/* 最下方 */
.footer-aa {
	color: #000;
	font-weight: Normal;
}

.footer-aa .middle p {
	text-align: center;
	font-size: 13px;
	padding-bottom: 24px;
	font-family: CN-Normal !important;
}

.footer-aa .middle p a {

	color: #000;
	font-weight: Normal;
}

.footer-aa .middle p a:hover {

	color: #AF1E22;
	font-weight: Normal;
}







/* 联系我们 */
.about-lianxi-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about-lianxi-bottom .about-lianxi-left {
	width: 75%;
	margin-top: 115px;
	display: flex;


}

.about-lianxi-left .about-lianxi1 {}

.about-lianxi-left .about-lianxi1 img {
	width: 90%;
	margin-bottom: 54px;
}

.about-lianxi-left .about-lianxi1 ul li {

	opacity: 1;
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;

	color: #8b8b8b;
	line-height: 29px;
	margin-left: 45px;
}

.about-lianxi-left .about-lianxi1 ul li a {
	opacity: 1;
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #8b8b8b;
	line-height: 29px;
}

.about-lianxi-left .about-lianxi1 ul li a:hover {
	color: #AF1E22;
}

.about-lianxi-left .about-lianxi2 {}

.about-lianxi-left .about-lianxi2 img {
	width: 345px;
}
