body {
    min-width: 1200px;
}
.home-box {
    max-width: 120rem;
    margin: 0 auto; 
}
/**轮播图+行业**/
.new-carousel-box {
    width: 100%;
    height: 35.375rem;
}
.new-carousel-box .slider-wrap {
	position: relative;
	width: 100%;
    height: 35.375rem;
	z-index: 90;
}
.new-carousel-box .slider-wrap .slider {
	height: 100%;
}

.new-carousel-box .slider-wrap .slider .slider-list {
	position: relative;
	height: 100%;
}

.new-carousel-box .slider-wrap .slider .slider-list .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.new-carousel-box .slider-wrap .slider .slider-list .item.cur {
	display: block;
}

.new-carousel-box .slider-wrap .yuan {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.new-carousel-box .slider-wrap .yuan .yuan-item {
	display: block;
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 1px;
	cursor: pointer;
}

.new-carousel-box .slider-wrap .yuan .yuan-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	box-sizing: border-box;
}

.new-carousel-box .slider-wrap .yuan .yuan-item.cur::after {
	background: #fff;
}

.new-carousel-box .slider-wrap .yuan .yuan-item::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
}

.new-carousel-box .slider-wrap .yuan .yuan-item.cur::before {
	background-color: rgba(255, 255, 255, .2);
}
.new-carousel-box .slider-wrap .slider-list .item-img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: inherit;
}
.industry-container {
    position: relative;
    display: flex;
    padding: 0.8125rem 0rem;
    width: 75rem;
    height: 35.375rem;
    margin: -35.375rem auto 0 auto;
}
.industry-container .industry-left {
    z-index: 999;
    display: flex;
    width: 21.75rem;
}
.industry-container .industry-right {
    z-index: -1;
    width: 100%;
    background: #fff;
    border: 2px solid #DE1738;
}
.industry-container .industry-ul-left {
    display: flex;
    flex-wrap: wrap;
    padding: 2.525rem 0rem 0rem 1.125rem;
    align-content: flex-start;
    flex: 1;
}
.industry-container .industry-ul-left a {
    width: 5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #f5f5f5;
    border-radius: 6px;
    margin-right: 1.125rem;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.125rem;
    text-align: center;
}
.industry-container .industry-ul-left a:hover {
    background: #DE1738;
    color: white;
}
.industry-container .industry-left ul {
    background: #fff;
    width: 7.25rem;
}
.industry-container .industry-left ul a {
    width: 7.25rem;
    height: 5.625rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 0.8rem;
    border-radius: 4px;
}
.industry-container .industry-left ul .industry-on {
    background: #1D202B;
    color: white;
}
.industry-container .industry-left ul a img {
    width: 3.75rem;
    height: 2.5rem;
    margin: 0 auto 1px auto;
}
.industry-container .industry-active {
    z-index: 99;
}
.industry-container .industry-right .active {
    display: flex;
}
.industry-container .industry-right ul {
    background: #fff;
    width: 100%;
    display: none;
    flex-wrap: wrap;
}
.industry-container .industry-ul-right {
    display: grid;
    padding-top: 0.5625rem;
    margin-right: 1rem;
}
.industry-ul-right .industry-home-exhibitions {
    width: 25rem;
    height: 10.25rem;
    background: rgba(255, 239, 239, 0.64);
    box-shadow: inset 0px 0px 5px 1px rgba(255,255,255,0.16);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    padding: 1rem 0.7rem 1rem 1rem;
}
.industry-home-exhibitions .industry-exhibitions-thumb {
    width: 11rem;
    height: 8.25rem;
    margin-right: 0.5rem;
}
.industry-home-exhibitions .industry-exhibitions-thumb img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.industry-home-exhibitions .industry-home-exhibitions-title {
    color: #000;
    margin-top: -0.15rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
}
.industry-home-exhibitions-title .title-icon {
    width: 2rem;
    height: 1rem;
    margin-top: 0.3rem;
    margin-right: 0.125rem;
    float: left;
}
.industry-home-exhibitions .industry-home-exhibitons-e-text {
    color: #333;
    font-size: 0.875rem;
    margin-top: 0.3rem;
    line-height: 1.1rem;
}
.industry-home-exhibitions .industry-home-exhibitions-time {
    font-size: 0.875rem;
    margin-top: 0.2rem;
    display: flex;
    color: #333;
    line-height: 1.1rem;
}
.industry-home-exhibitions-time .time-img1 {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: -0.2rem;
}
.industry-home-exhibitions-time .time-img2 {
    width: 2rem;
    height: 1rem;
    margin-right: 0.35rem;
    margin-top: 0.05rem;
}
.industry-home-exhibitions-time .time-span {
    color: #999;
}
.industry-home-exhibitions .industry-home-exhibitions-button {
    margin-top: 0.45rem;
}
.industry-home-exhibitions-button .industry-home-exhibitions-btn {
    background: #FFE3E3;
    border-radius: 0.2rem;
    padding: 0.2rem 0.75rem;
    color: #DE1738;
    font-size: 0.75rem;
    margin-right: 0.2rem;
}
.industry-home-exhibitions-button .industry-home-exhibitions-btn1 {
    background: #DE1738;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
    width: 100%;
}
/**导航栏*/
.new-nav-title {
    color: #000;
    font-size: 1.25rem;
    margin-left: 1rem;
    display: -webkit-flex;/**safair*/
    display: flex;
    align-items: flex-end;
}
.new-nav-title-two {
    color: #999;
    /*font-size: 1.7rem;*/
    font-size: 1.125rem;
    cursor: pointer;
}
.new-nav-title-one {
    color: #fff;
    /*font-size: 1.7rem;*/
    font-size: 1.125rem;
    cursor: pointer;
}
.new-nav-e-title {
    color: #999;
    font-size: 0.875rem;
    margin-left: 0.55rem;
}
.new-more {
    float: right;
    color: #999;
    font-size: 1rem;
    margin-top: 0.5rem;
}
.new-more-two {
    float: right;
    color: #999;
    font-size: 1rem;
    margin-top: 0.5rem;
    display: none;
}
.new-more-one {
    float: right;
    color: #fff;
    font-size: 1rem;
    margin-top: 0.5rem;
    display: none; 
}
.new-more-two-active {
    display: flex;
    align-items: center;
}
.new-more-one-active {
    display: flex;
    align-items: center;
}
.new-nav-tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875rem;
}
.new-nav-span-1 {
    margin-left: -3.8rem;
}
.new-nav-span-2 {
    margin-left: 3.8rem;
}
.new-nav-tab-title {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;/**safair*/
    align-items: flex-end;
}
.new-nav-active {
    color: #000;
    /*font-size: 2.2rem;*/
    font-size: 1.5rem;
    font-weight: bold;
}
.new-nav-one-active {
    color: #fff;
    /*font-size: 2.2rem;*/
    font-size: 1.5rem;
    font-weight: bold;
}
.new-tab-underline {
    height: 0.5rem;
    background: #7161F2;
    border-radius: 60px 60px 60px 60px;
    opacity: 0.68;
    margin-top: -0.5rem;
    display: none;
}
.new-tab-underline-active {
    display: block;
}
/**首页展会专题**/
.new-topic-home {
    padding: 1.375rem 0rem 2.25rem 0rem;
    background: #fff;
}
.new-topic-home-ul {
    display: flex;
    justify-content: space-between;
    width: 75rem;
    margin: 0 auto;
}
.new-topic-home-ul a {
    cursor: pointer;
    width: 24.375rem;
    height: 12.1875rem;
}
.new-topic-home-ul .new-topic-home-img1 {
    width: 24.375rem;
    height: 12.1875rem;
    object-fit: cover;
}
.new-topic-home-ul .new-topic-home-box {
    width: 24.375rem;
    height: 12.1875rem;
    position: absolute;
    background-size: cover;
    margin-top: -12.1875rem;
    padding: 1.5625rem 2.25rem 1rem 1.5625rem;
}
.new-topic-home-ul .new-topic-home-box-0 {
    background-image: url('https://www.soufair.com/storage/soufair/newPage/home/topic-bg-0.png'); 
}
.new-topic-home-ul .new-topic-home-box-1 {
    background-image: url('https://www.soufair.com/storage/soufair/newPage/home/topic-bg-1.png'); 
}
.new-topic-home-ul .new-topic-home-box-2 {
    background-image: url('https://www.soufair.com/storage/soufair/newPage/home/topic-bg-2.png'); 
}
.new-topic-home-ul .topic-home-title {
    color: #fff;
    font-size: 1.25rem;
    height: 4.4rem;
    line-height: 2.2rem;
}
.topic-home-border {
    width: 28px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.41;
    margin-top: 1.6rem;
}
.topic-home-go time {
    font-size: 0.85rem;
    color: #fff;
}
.topic-home-go {
    margin-top: 1.7rem;
    display: flex;
    justify-content: space-between;
}
.topic-home-go img {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -1.4rem;
}
/**热门展会推荐*/
.new-promote-box {
    /*padding: 3.125rem 0rem;*/
    padding: 2.5rem 0rem 1.5rem 0rem;
}
.new-promote-box .new-promote-box-1 {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-promote-box .new-promote-box-2 {
    width: 75rem;
    margin: 0 auto;
}
.new-promote-detail {
    /*margin-top: 2rem;*/
    margin-top: 1.875rem;
}
.new-promote-cont {
    background: #fff;
    border: 1px solid #ededed;
    overflow: hidden;
    width: 18.75rem;
    padding: 1rem 1rem 1.125rem 1rem;
}
.new-promote-cont .new-promote-thumb {
    width: 16.8125rem;
    height: 12.6251rem;
    border: 1px solid #EDEDED;
    display: block;
}
.new-promote-cont .new-promote-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-promote-cont .new-promote-title {
    margin-top: 0.625rem;
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
}
.new-promote-title .title-icon {
    width: 2.4rem;
    height: 1.2rem;
    margin-top: 0.05rem;
    margin-right: 0.2rem;
}
.new-promote-cont .new-promote-title-e {
    color: #333;
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-top: 0.4rem;
    font-weight: 400;
}
.new-promote-cont .new-promote-time {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    align-items: center;
}
.new-promote-time .new-promote-time-1 {
    display: flex;
    color: #333;
    /*font-size: 1.2rem;*/
    /*line-height: 1.5rem;*/
    font-size: 0.875rem;
    line-height: 1.1rem;
}
.new-promote-time .new-promote-time-1 img {
    /*width: 1.5rem;*/
    /*height: 1.5rem;*/
    height: 1.1rem;
    margin-left: -0.2rem;
    margin-top: -0.05rem;
}
.new-promote-time .new-promote-time-2 {
    color: #333;
    /*font-size: 1.2rem;*/
    /*line-height: 1.5rem;*/
    font-size: 0.875rem;
    line-height: 1.1rem;
}
.new-promote-time-2 span {
    color: #D53542;
}
.new-promote-cont .new-promote-hits {
    display: flex;
    margin-top: 0.4rem;
    color: #999;
    font-size: 0.875rem;
    line-height: 1.1rem;
}
.new-promote-hits img {
    height: 1rem;
    margin-right: 0.4rem;
}
.new-promote-cont .new-promote-intro {
    color: #999;
    font-size: 0.875rem;
    line-height: 1.1rem;
    height: 1.1rem;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.new-promote-cont .new-promote-button-box {
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 0.625rem;
}
.new-promote-button-box .new-promote-btn {
    background: #f2f2f2;
    border-radius: 0.2rem;
    color: #666;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    margin-right: 0.625rem;
}
.new-promote-cont .new-promote-btn1 {
    width: 100%;
    margin-top: 0.85rem;
    background: #E8183B;
    border-radius: 0.2rem;
    padding: 0.6rem 0rem;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new-promote-active {
    background: #FFFFFF;
    box-shadow: 0px 0px 99px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 0px 0px;
}
/**展会专题**/
.new-topics-box {
    padding: 2.5rem 0rem 1.5rem 0rem;
    max-width: 120rem;
    margin: 0 auto;
    background: #fff;
}
.new-topics-box .new-topics-box-1 {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-topics-box .new-topics-box-2 {
    width: 75rem;
    margin: 0 auto;
}
/*产品展示*/
.new-topic-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-top: 1.875rem;
    display: flex;
}
/*产品展示左侧*/
.pro-left{
    float: left;
    box-sizing: border-box;
    background-image: url(/storage/soufair/newPage/home/topic_bg.png);
    background-size: cover;
    height: 30rem;
}
.pro-left .left-category ul li{
    text-align: center;
    cursor: pointer;
    color: #999999;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
    text-align: left;
    border-left: 0.2rem solid rgba(255, 255, 255, 0);
    width: 15rem;
}
.pro-left .left-topic-title1 {
    color: #222;
    font-size: 1.15rem;
    line-height: 1.5rem;
}
.pro-left .left-topic-title2 {
    color: #7b7b7b;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-top: 0.2rem;
}
.pro-left .left-category ul li.on{
    background: #fff;
    border-left: 0.2rem solid #E5173A;
}
.pro-left .left-category ul li:hover{
    background: #fff;
    border-left: 0.2rem solid #E5173A;
}
.pro-left .left-contact {
    margin: 3rem 0.5rem 0.625rem 0.5rem;
    background: #fff;
    padding: 1rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.pro-left .left-contact p{color: #222;font-size: 0.75rem;}
.pro-left .left-contact img {
    width: 1.05rem;
    height: 0.75rem;
}
/*产品展示右侧*/
.pro-right{
    display: none;
    background: #fff;
}
.pro-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-topic-pro-right-0, .new-topic-pro-right-1, .new-topic-pro-right-2 {
    border-bottom: 1px solid #EFF1F3;
}
.new-topic-pro-right-0,.new-topic-pro-right-1, .new-topic-pro-right-3, .new-topic-pro-right-4{
    border-right: 1px solid #EFF1F3;
}
.pro-right ul li{
    width:20rem;
    background: #fff;
    padding: 1.45rem 1.5rem 1.45rem 1.4rem;
}
.pro-right ul li img{
    width: 17.1rem;
    height: 8.55rem;
    border-radius: 0.3125rem;
}
.pro-right ul li p{
    text-align: left;
    color: #222;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 0.8rem;
}
.pro-right ul li span {
    font-size: 0.8rem;
    line-height: 1.05rem;
    color: #ababab;
    margin-top: 0.2rem;
}
.pro-right.active{display: block;}
/**国际/国内**/
.new-exhibitions-box {
    background-image: url(/storage/soufair/newPage/home/new-exhibitions-bg.png);
    background-repeat: round;
    max-width: 120rem;
    margin: 0 auto;
    padding-bottom: 3.125rem;
}
.new-exhibitions-box .new-exhibitions-box-1 {
    margin: 0 auto;
    width: 75rem;
    /*padding-top: 4.8rem;*/
    padding-top: 2.5rem;
}
.new-exhibitions-box .new-exhibitions-box-2 {
    margin: 0 auto;
    width: 75rem;
}
.new-exhibitions-box-2 .new-exhibitions-detail {
    background: #E7EFF7;
    border: 1px solid #FFFFFF;
    padding: 1.5rem 1rem;
}
.new-exhibitions-box-2 .new-exhibitions-detail .active {
    display: block;
}
.new-exhibitions-box-2 .new-exhibitions-cont1 {
    display: none;
}
.new-exhibitions-box-2 .new-exhibition-cont {
    padding: 0.5rem;
    background: rgba(255,255,255,0.4);
    border: 1px solid #FFFFFF;
    overflow: hidden;
    width: 14.2rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-thumb {
    width: 13.2rem;
    height: 9.9rem;
    background: #fff;
    display: block;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-thumb img {
    width: 13.2rem;
    height: 9.9rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-title {
    margin-top: 0.5rem;
    display: flex;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-title a {
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-title .title-icon {
    width: 2.4rem;
    height: 1.2rem;
    margin-right: 0.2rem;
    margin-top: 0.05rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibiton-title-e {
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-top: 0.4rem;
    color: #333;
    height: 1.1rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.1rem;
    color: #333;
    margin-top: 0.4rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-time .new-exhibition-time-1 {
    display: flex;
    align-items: center;
    margin-left: -0.2rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-time .new-exhibition-time-1 img {
    height: 1.1rem;
    margin-top: -0.05rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-time .new-exhibition-time-2 span {
    color: #de1738;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-hit {
    color: #999;
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-top: 0.4rem;
    display: flex;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-hit img {
    margin-right: 0.4rem;
    height: 1rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-intro {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.1rem;
    height: 1.1rem;
    color: #999;
    margin-top: 0.5rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-button-box {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-btn {
    background: #FFFFFF;
    border-radius: 0.2rem;
    color: #666;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
.new-exhibitions-box-2 .new-exhibition-cont .new-exhibition-btn1 {
    width: 100%;
    margin-top: 0.8rem;
    background: #E8183B;
    border-radius: 0.2rem;
    padding: 0.6rem 0rem;
    font-size: 0.85rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/**即将开展展会**/
.new-recent-exhibitions-box {
    padding: 2.5rem 0rem;
    margin: 0 auto;
    max-width: 120rem;
    background: #f2f2f2;
}
.new-recent-exhibitions-box .new-recent-exhibitions-box-1, .new-recent-exhibitions-box .new-recent-exhibitions-box-2 {
    width: 75rem;
    margin: 0 auto;
}
.new-recnet-exhibitions {
    background-image: url(/storage/soufair/newPage/home/recent_bg.png);
    background-repeat: round;
    padding: 2.25rem 2.25rem 1.125rem 2.25rem;
}
.new-recent-cont {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.new-recent-exhibition {
    width: 34.6875rem;
    border-radius: 0.4rem;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.9);
    margin-bottom: 1.125rem;
    padding: 0.9375rem 0.78125rem;
    display: flex;
    display: -webkit-flex;
}
.new-recent-cont1 {
    display: none;
}
.new-recnet-exhibitions .active {
    display: block;
}
.recent-exhibitions-thumb {
    width: 8.875rem;
    height: 6.6875rem;
    margin-right: 0.9rem;
    border: 1px solid #EDEDED;
}
.recent-exhibitions-thumb img {
    width: 8.75rem;
    height: 6.5625rem;
    /*object-fit: cover;*/
}
.new-recnet-exhibitions .recent-exhibitions-title {
    height: 2.6rem;
}
.recent-exhibitions-title a {
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
}
.recent-exhibitions-title .title-icon {
    width: 2.4rem;
    height: 1.2rem;
    float: left;
    margin-top: 0.05rem;
    margin-right: 0.2rem;
}
.recent-exhibitions-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.1rem;
    margin-top: 0.4rem;
}
.recent-exhibitions-time-1 {
    color: #666;
}
.recent-exhibitions-time-2 {
    color: #de1738;
}
.recent-exhibitions-button-box {
    margin-top: 0.8rem;
}
.recent-exhibitions-button-box .recent-exhibitions-btn {
    background: #f5f5f5;
    border-radius: 0.2rem;
    color: #999;
    font-size: 0.75rem;
    padding: 0.3rem 0.75rem;
    margin-right: 0.5rem;
}
/**近期更新展会**/
.new-latest-exhibitions-box {
    padding: 2.5rem 0rem 1.5rem 0rem;
    max-width: 120rem;
    background: #fff;
}
.new-latest-exhibitions-box .new-latest-exhibitions-box-1 {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-latest-exhibitions-box .new-latest-exhibitions-box-2 {
    width: 75rem;
    margin: 1.875rem auto 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.new-latest-exhibitions-box-2 .new-latest-exhibitions {
    width: 24.375rem;
    display: flex;
    padding: 1rem 0.5rem 1rem 1rem;
    background: #f9f9f9;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #fff;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-thumb {
    width: 8.25rem;
    height: 6.1875rem;
    margin-right: 0.7rem;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-thumb img {
    object-fit: cover;
    width: 8.25rem;
    height: 6.1875rem;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-title {
    display: flex;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-title a {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
}
.new-latest-exhibitions-box-2 .latest-exhibitons-title-e {
    font-size: 0.875rem;
    color: #333;
    margin-top: 0.3rem;
    line-height: 1.1rem;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-title .title-icon {
    width: 2.4rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    margin-top: 0.05rem;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-time {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.1rem;
    color: #333;
    margin-top: 0.3rem;
}
.new-latest-exhibitions-box-2 .latest-exhibitions-time .line-through {
    color: #999;
}
.latest-exhibitions-img1 {
    height: 1.1rem;
    margin-right: 0.2rem;
    margin-left: -0.2rem;
    margin-top: -0.05rem;
}
.latest-exhibitions-img2 {
    width: 2rem;
    height: 1rem;
    margin-right: 0.2rem;
    margin-top: 0.05rem;
}
.latest-button-box {
    margin-top: 0.6rem;
}
.latest-exhibitions-btn {
    background: #FFE3E3;
    border-radius: 0.15rem;
    padding: 0.15rem 0.5rem;
    color: #DE1738;
    font-size: 0.75rem;
    margin-right: 0.25rem;
}
.latest-exhibitions-btn1 {
    background: #DE1738;
    border-radius: 0.15rem;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.15rem 0.75rem;
}
/**合作伙伴栏**/
.new-friends-box {
    background-image: url(/storage/soufair/newPage/home/friends.png);
    padding: 2.5rem 0rem;
    background-repeat: round;
    max-width: 120rem;
    margin: 0 auto;
}
.new-friends-box .new-friends-box-1 {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-friends-ul {
    width: 75rem;
    margin: 1.5625rem auto 0 auto;
    background: rgba(255,255,255,0.2);
    border-radius: 0.4rem;
    border: 1px solid #FFFFFF;
    padding-top: 0.85rem;
}
.new-friends-ul-1 {
    display: -webkit-flex;
    display: flex;
    gap: 0.75rem;
    flex-flow: wrap;
    background: rgba(255,255,255,0.8);
    border-radius: 0.4rem; 
    border: 1px solid #FFFFFF;
    padding: 2.5rem 2.3rem;
}
.new-friends-ul li {
    width: 13.4rem;
    height: 7.5rem;
    background: #FFFFFF;
    border-radius: 0.4rem;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1), inset 0px 0px 5px 1px rgba(255,255,255,0.16);
}
.new-friends-ul li img {
    width: 13.4rem;
    height: 7.5rem;
    border-radius: 0.4rem;
}
/**底部热门**/
.new-bottom-hot {
    padding: 2.5rem 0rem;
    max-width: 120rem;
    margin: 0 auto;
    background: #E7EFF7;
}
.new-bottom-hot-1 {
    width: 75rem;
    margin: 0 auto; 
}
/**新闻栏*/
.new-news-box {
    padding: 2.5rem 0rem;
    max-width: 120rem;
    margin: 0 auto;
}
.new-news-box .new-news-box-1 {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-news-box .new-news-box-2 {
    width: 75rem;
    margin: 1.875rem auto 0 auto;
}
.new-latest-news {
    display: flex;
    justify-content: space-between;
}
.news-wiki {
    background: #fff;
    border-radius: 2px;
    width: 30%;
}
.wiki-first {
    display: flex;
    padding: 0.75rem 0.75rem 0.75rem 0.6rem;
}
.wiki-other {
    padding: 0.75rem 0.875rem 0.85rem 0.875rem;
    color: #666;
    font-size: 0.875rem;
    line-height: 1.1rem;
}
.news-wiki-img-box {
    width: 5.8rem;
    height: 5.6rem;
    background: #D8D8D8;
    border-radius: 2px;
    margin-right: 0.75rem;
    cursor: pointer;
}
.news-wiki-img-box img {
    border-radius: 2px;
    width: 5.8rem;
    height: 5.6rem;
    object-fit: cover;
}
.news-wiki .news-wiki-box {
    font-size: 1.1rem;
    line-height: 1.45rem;
    color: #000;
    font-weight: normal;
    padding: 0.9rem 0rem 1.3134rem 0.625rem;
    border-bottom: 1px dashed #f2f2f2;
}

.news-wiki-underline {
    border-top: 1px solid #CACFD9;
    margin-top: 1rem;
    margin-bottom: 0.6875rem;
}
.news-wiki-li-underline {
    border-top: 1px dashed  #f2f2f2;
}
.wiki-content,.new-news-content {
    padding-top: 0.1rem;
}
.new-news-content a {
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
    font-weight: bold;
}
.wiki-content a {
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
}
.wiki-time,.new-news-time {
    color: #D2D2D2;
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-top: 0.2rem;
}
.wiki-intro,.new-news-intro {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.4rem;
}
/**新闻切换栏*/
.new-news-tab {
    width: 68%;
    background: #fff;
}
.new-news-tab .category {
	overflow: hidden;
	position: relative;
}
.new-news-tab .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0.5px;
    border-bottom:1px dashed #f2f2f2;
	z-index: 2;
}
.new-news-tab .category ul li {
	display: table-cell;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 0.9rem 2.85rem 1rem 2.85rem;
    font-weight: normal;
}

.new-news-tab .category ul li.active {
	border-bottom: 3px solid #e8183b;
	color: #e8183b;
	z-index: 9;
}
.new-news-tab .new-cont {
	display: none;
	padding: 0rem 0.8125rem;
}

.new-news-tab .new-cont.active {
	display: block;
}
.new-cont .new-news-other {
    display: flex;
    justify-content: space-between;
    padding:0.75rem 0rem 0.85rem 0rem;
    align-items: center;
}
.new-news-other .new-news-other-box-1 {
    display: flex;
    align-items: center;
    width: 15.3125rem;
}
.new-cont .new-news-other a {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.1rem;
}
.new-cont .new-news-other .new-news-other-box-2 {
    color: #999;
    width: 8.625rem;
    font-size: 0.75rem;
    line-height: 1.1rem;
    display: flex;
    display: -webkit-flex;/**safair*/
    align-items: center;
    justify-content: flex-end;
}
.new-news-other .new-news-other-left {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5.25px solid #8A8A8A;
    border-bottom: 3px solid transparent;
    margin-right: 0.3rem;
    margin-top: -1px;
}
.new-cont .new-news-first {
    display: flex;
    padding: 1.4rem 0rem 1.4rem 1.125rem;
}
.new-cont .new-news-thumb img {
    width: 9rem;
    height: 5.6rem;
    border-radius: 2px;
    margin-right: 0.8rem;
    object-fit: cover;
}
/**响应试*/
/*@media (min-width: 1536px) {*/
    /*.new-carousel-box {*/
    /*    height: 600px;*/
    /*    padding: 0rem 5.125rem;*/
        /*height: 655px;*/
    /*}*/
    /*.new-carousel-box .slider-wrap {*/
    /*    height: 600px;*/
    /*}*/
    /*.industry-container {*/
    /*    margin-top: -600px;*/
    /*    padding: 1.25rem 2rem;*/
    /*}*/
    /*.industry-container .industry-left ul a img {*/
    /*    width: 3rem;*/
    /*    height: 2rem;*/
    /*}*/
    /*.industry-container .industry-left ul {*/
    /*    width: 12.5rem;*/
    /*}*/
    /*.industry-container .industry-left ul a {*/
    /*    width: 6.25rem;*/
    /*    height: 4.375rem;*/
    /*    font-size: 0.9rem;*/
    /*}*/
    /*.industry-container .industry-ul-left {*/
    /*    flex: 1.7;*/
    /*    padding: 3.375rem 0rem 0rem 2rem;*/
    /*}*/
    /*.industry-container .industry-ul-left a {*/
    /*    width: 7rem;*/
    /*    font-size: 0.9rem;*/
    /*    margin-right: 1.5rem;*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
    /*.industry-container .industry-ul-right {*/
    /*    padding-top: 1rem;*/
    /*}*/
    /*.industry-ul-right .industry-home-exhibitions {*/
    /*    min-width: 465px;*/
    /*    height: 10.25rem;*/
    /*    margin-bottom: 1rem;*/
    /*    padding: 1rem;*/
    /*}*/
    /*.industry-ul-right .industry-exhibitions-thumb {*/
    /*    width: 11rem;*/
    /*    height: 8.25rem;*/
    /*}*/
    /*.new-news-box,.new-friends-box,.new-recent-exhibitions-box,.new-promote-box,.new-topic-home,.new-topics-box {*/
    /*    padding: 2.5rem 5.125rem 2.5rem 5.125rem;*/
    /*}*/
    /*.new-exhibitions-box {*/
    /*    padding: 3.75rem 5.125rem 2.5rem 5.125rem;*/
    /*}*/
    /*.new-latest-exhibitions-box {*/
    /*    padding: 2.5rem 5.125rem 1.5rem 5.125rem;*/
    /*}*/
    /*.new-nav-title {*/
    /*    font-size: 2rem;*/
    /*    margin-left: 1.25rem;*/
    /*}*/
    /*.new-nav-title-two,.new-nav-title-one {*/
    /*    font-size: 1.4rem;*/
    /*}*/
    /*.new-nav-active,.new-nav-one-active {*/
    /*    font-size: 2.2rem;*/
    /*}*/
    /*.new-nav-tab {*/
    /*    margin-bottom: 2rem;*/
    /*}*/
    /*.new-nav-e-title {*/
    /*    font-size: 1.25rem;*/
    /*}*/
    /*.new-more,.new-more-one,.new-more-two {*/
    /*    font-size: 1.25rem;*/
    /*    margin-top: 0.75rem;*/
    /*}*/
    /*.new-nav-span-1 {*/
    /*    margin-left: -1.5rem;*/
    /*}*/
    /*.new-nav-span-2 {*/
    /*    margin-left: 1.5rem;*/
    /*}*/
    /*.new-tab-underline {*/
    /*    height: 0.7rem;*/
    /*    border-radius: 3rem;*/
    /*    margin-top: -0.7rem;*/
    /*}*/
    /*.new-topic-home-ul .topic-home-title {*/
    /*    color: #fff;*/
    /*    font-size: 1.75rem;*/
    /*    height: 64px;*/
    /*}*/
    /*.new-topic-home-ul a {*/
    /*    width: calc((100% - 42px)/3);*/
    /*    padding: 2rem 2rem 1.2rem 2rem;*/
    /*}*/
    /*.topic-home-go time {*/
    /*    margin-top: 1.25rem;*/
    /*    font-size: 1.125rem;*/
    /*}*/
    /*.topic-home-go img {*/
    /*    width: 2rem;*/
    /*    height: 2rem;*/
    /*    margin-top: -1.5rem;*/
    /*}*/
    /*.pro-left {*/
    /*    min-width: 18.75rem;*/
    /*}*/
    /*.pro-left .left-contact {*/
    /*    margin-top: 1.5rem;*/
    /*}*/
    /*.pro-left .left-category ul li{*/
    /*    padding: 2rem 1.75rem 2rem 1.75rem;*/
    /*}*/
    /*.pro-left .left-topic-title1 {*/
    /*    font-size: 1.4rem;*/
    /*}*/
    /*.pro-left .left-topic-title2 {*/
    /*    font-size: 1.125rem;*/
    /*    margin-top: 0.25rem;*/
    /*}*/
    /*.pro-left .left-contact p{font-size: 0.9rem;}*/
    /*.pro-left .left-contact img {*/
    /*    width: 1.4rem;*/
    /*    height: 1rem;*/
    /*}*/
    /*.pro-right {*/
    /*    padding: 0 1.75rem;*/
    /*}*/
    /*.pro-right ul li {*/
    /*    margin: 1.75rem 0rem;*/
    /*}*/
    /*.pro-right ul li p{*/
    /*    font-size: 1.2rem;*/
    /*    margin-top: 1rem;*/
    /*}*/
    /*.pro-right ul li span {*/
    /*    font-size: 0.9rem;*/
    /*}*/
    /*.new-recnet-exhibitions {*/
    /*    padding: 3rem 3rem 1.5rem 3rem;*/
    /*}*/
    /*.new-recent-exhibition {*/
    /*    width: calc((100% - 1.5rem)/2);*/
    /*    margin-bottom: 1.5rem;*/
    /*    padding: 1.2rem 1rem;*/
    /*}*/
    /*.recent-exhibitions-thumb {*/
    /*    width: 12.25rem;*/
    /*    height: 9.2rem;*/
    /*    margin-right: 1.2rem;*/
    /*}*/
    /*.recent-exhibitions-title {*/
    /*    height: 4rem;*/
    /*}*/
    /*.recent-exhibitions-title a {*/
    /*    font-size: 1.3rem;*/
    /*}*/
    /*.recent-exhibitions-time {*/
    /*    font-size: 1rem;*/
    /*    margin-top: 0.5rem;*/
    /*}*/
    /*.recent-exhibitions-btn {*/
    /*    font-size: 1rem;*/
    /*    margin-top: 0.5rem;*/
    /*    padding: 0.25rem 0.9rem;*/
    /*}*/
    /*.latest-exhibitions-thumb {*/
    /*    width: 11rem;*/
    /*    height: 8.25rem;*/
    /*}*/
    /*.latest-exhibitions-thumb img {*/
    /*    width: 11rem;*/
    /*    height: 8.25rem;*/
    /*}*/
    /*.latest-exhibitions-title a, .latest-exhibitons-e-text, .latest-exhibitions-time {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.latest-exhibitions-title .title-icon {*/
    /*    width: 3rem;*/
    /*    height: 1.5rem;*/
    /*    margin-top: 0.2rem;*/
    /*}*/
    /*.recent-exhibitions-title .title-icon {*/
    /*    width: 3rem;*/
    /*    height: 1.5rem;*/
    /*    margin-top: -0.15rem;*/
    /*}*/
    /*.latest-exhibitions-img1 {*/
    /*    width: 1.5rem;*/
    /*    height: 1.5rem;*/
    /*    margin-top: 2px;*/
    /*}*/
    /*.latest-exhibitions-img2 {*/
    /*    height: 1.5rem;*/
    /*    width: 2.2rem;*/
    /*    margin-top: 2px;*/
    /*}*/
    /*.latest-exhibitions-btn, .latest-exhibitions-btn1 {*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.new-friends-ul {*/
    /*    padding: 2.4rem;*/
    /*    gap: 1rem;*/
    /*}*/
    /*.new-friends-ul li {*/
    /*    width: calc((100% - 64px)/5);*/
    /*}*/
    /*.new-friends-ul li img {*/
    /*    height: 8.6rem;*/
    /*}*/
    /*.news-wiki-img-box {*/
    /*    width: 6.4rem;*/
    /*    height: 6.4rem;*/
    /*    margin-right: 1rem;*/
    /*}*/
    /*.news-wiki-img-box img {*/
    /*    width: 6.4rem;*/
    /*    height: 6.4rem;*/
    /*}*/
    /*.wiki-content,.new-news-content {*/
    /*    padding-top: 0.25rem;*/
    /*}*/
    /*.wiki-content a,.new-news-content a,.news-wiki-title,.new-news-tab .category ul li,.new-cont .new-news-other a {*/
    /*    font-size: 1.2rem;*/
    /*}*/
    /*.new-cont .new-news-other {*/
    /*    padding:1rem 0rem 1.1rem 0rem;*/
    /*}*/
    /*.wiki-time,.wiki-intro,.new-news-time,.new-news-intro {*/
    /*    font-size: 0.8rem;*/
    /*    margin-top: 0.25rem;*/
    /*}*/
    /*.new-cont .new-news-other div {*/
    /*    font-size: 0.8rem;*/
    /*}*/
    /*.new-cont .new-news-thumb,.new-cont .new-news-thumb img {*/
    /*    width: 11rem;*/
    /*    height: 6.6rem;*/
    /*}*/
    /*.wiki-first {*/
    /*    padding: 0.45rem 0.9375rem 1.15rem 0rem;*/
    /*}*/
    /*.wiki-other {*/
    /*    padding: 1rem 0.9375rem 1rem 0rem;*/
    /*    font-size: 1.1rem;*/
    /*}*/
/*}*/