/*顶部底部css*/
.head {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.head .main {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

.head .main .solarbe_logo {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	display: inline;
}

.head .main .solarbe_nav {
	float: right;
	margin-top: 14px;
	display: inline;
}

.head .main .solarbe_nav li {
	float: left;
	padding: 0px 10px;
	display: inline;
	line-height: 12px;
	*line-height: 14px;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	border-right: 1px solid #ddd;
}

.head .main .solarbe_nav li a {
	color: #000;
}

.head .main .solarbe_nav li a:hover {
	text-decoration: underline;
}

/*底部样式*/
.solarbe_bottom {
	text-align: center;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	line-height: 20px;
	padding: 0px 0px 10px 0;
	border-top: 1px solid #ddd;
}

.solarbe_bottom .footLink {
	line-height: 40px;
}

.solarbe_bottom a {
	color: #000;
}

.solarbe_bottom a:hover {
	text-decoration: underline;
}

.footer_b {
	margin-top: 10px;
}

/* 网站样式 */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	background: 0 0px #f0f5fb;
	color: #2f2f2f;
	font-family: "微软雅黑";
}

[v-clock] {
	display: none;
}

/* 滚动条 */
::-webkit-scrollbar {
	cursor: pointer;
	width: 6px;
	height: 10px;
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ddd;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f49c29
}

::-webkit-scrollbar-thumb:hover {
	background: #f49c29
}

/* 所有宽度为1000px的类 */
.menu-content,
.intro,
.title,
.title-more,
.units,
.strategy,
.schedule,
.business,
.news,
.before,
.splendid,
.video {
	width: 1000px;
	margin: 0px auto;
}

/* banner */
.bannerpc,
.bannerh5 {
	width: 100%;
	float: left;
}

.bannerh5 {
	display: none;
}

/* 导航栏 */
.menu {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #f49c29;
	font-size: 22px;
	color: #fff;
	clear: both;
}

.menu>div {
	display: flex;
	height: 55px;
	justify-content: left;
	align-items: center;
}

.menu>div>p {
	padding: 0px 10px;
	cursor: pointer;
	font-size: 18px;
}

.menu>div>p:hover {
	background: #f58225;
}

/* 展会介绍 */
.intro {
	height: 340px;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.intro>div {
	width: 50%;
	height: 340px;
}
.intro-img-swiper{
	height: 100%;
}
.intro-img-swiper-item{
	background-position: center;
	background-size: cover;
}
.swiper-button-prev,.swiper-button-next{
	background-size: contain;
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	transition: all .4s;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	background-color: #fff;
}
.swiper-button-prev{
	background-image: url(../img/left.png);
}
.swiper-button-next{
	background-image: url(../img/right.png);
}
.swiper-pagination-bullet-active{
	background: #333;
}

.intro-txt {
	padding-left: 20px;
}

.intro-txt-title {
	margin-right: 10px;
	font-weight: normal;
	line-height: 34px;
	height: 40px;
	color: #f49c29;
	font-size: 34px;
}

.intro-txt>div.intro-txt-content {
	overflow-y: auto;
	height: 300px;
	text-indent: 2em;
	line-height: 23px;
	color: #666;
	font-size: 14px;
}

.intro-txt>div.intro-txt-content>p {
	margin-bottom: 10px;
}

/* 模块标题 */
.title {
	text-align: center;
	font-weight: 900;
	padding-top: 40px;
	margin-bottom: 40px;
}

.title-name {
	color: #f49c29;
	font-size: 36px;
	padding-bottom: 10px;
	border-bottom: 4px solid #F58225;
}

.title-sub {
	color: #484848;
	font-size: 18px;
	padding-top: 10px;
}
.title-more{
	line-height: 40px;
	text-align: right;
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;
	text-decoration: underline;
}
.title-more:hover{
	color: #f49c29;
}

/* 支持单位 */
.units {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-indent: 29px;
	margin-bottom: 5px;
}

.units>div {
	width: 50%;
}

.units-name {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	height: 30px;
	margin: 10px 0;
}

.units-item {
	line-height: 28px;
}

.units-item.active {
	cursor: pointer;
	text-decoration: underline;
}

/* 观展攻略 */
.strategy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.strategy-info-content,
.strategy-information {
	border: solid 2px #f49c2966;
	background: #fff;
	overflow: hidden;
	padding: 10px;
}

.strategy-info {
	width: 652px;
}

.strategy-info-content {
	width: 100%;
	height: 635px;
	position: relative;
}

.strategy-info-content>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 15px;
	text-indent: 2em;
}

.strategy-information-img {
	margin: 30px auto;
	display: block;
}

.strategy-information-text {
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	font-weight: 900;
}
.strategy-information-number{
	line-height: 60px;
	font-size: 18px;
	font-weight: 900;
	padding-left: 40px;
}
.strategy-information-number-img{
	margin-top: 40px;
	margin-left: 20px;
}

.strategy-info-content-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.strategy-info-content-dis,
.strategy-info-content-lightspot,
.strategy-info-content-information {
	overflow-y: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 5px;
}

.strategy-info-content-dis-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
}

.strategy-information {
	width: 335px;
	height: 635px;
	margin-top: 78px;
}

.strategy-information-title {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #f49c29;
	font-weight: 900;
	margin-bottom: 10px;
}

.strategy-information-title1 {
	margin-top: 15px;
}

.strategy-information-content {
	font-size: 12px;
	color: #2f2f2f;
	line-height: 24px;
}

.traffic-name {
	padding-left: 19px;
	line-height: 15px;
	font-size: 14px;
	color: #f49c29;
	margin-top: 10px;
	font-weight: 900;
}

.traffic-title {
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 5px;
}

.strategy-info-btns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.strategy-info-btns>div {
	background: #fff;
	border: solid 1px #ccc;
	color: #f49c29;
	height: 38px;
	margin-right: 8px;
	cursor: pointer;
	font-size: 18px;
	line-height: 38px;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.strategy-info-btns>div.active {
	background: #f49c29;
	color: #fff;
	border-color: #f49c29;
}

/* 展会日程 */
.schedule1{
	height: 300px;
	overflow: hidden;
	position: relative;
}
.schedule1>.schedule-content{
	height: 260px;
	overflow: hidden;
}
.schedule-content {
	position: relative;
}
.schedule-more{
	position: absolute;
	bottom:0px;
	text-align: center;
	width: 100%;
	font-weight: 900;
	font-size: 16px;
	cursor: pointer;
	color: #666;
}

.schedule-content-shu {
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0px;
	width: 4px;
	background: #ccc;
}

.schedule-content-item {
	margin-bottom: 20px;
	padding-left: 30px;
}

.schedule-content-item-title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 900;
	position: relative;
}

.schedule-content-item-title>div {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #F49C29;
	position: absolute;
	left: -22px;
	top: 4px;
}

.schedule-content-item-text {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	text-align: left;
}

/* 知名展商 */
.business-content {
	height: 400px;
	display: flex;
	flex-wrap: wrap;
}

.business-content-img {
	width: 702px;
	background-position: center;
	background-size: cover;
	background-color: #fff;
}

.business-content-txt {
	width: 298px;
	padding: 15px;
	background: #fff;
}

.business-content-txt-name {
	height: 100px;
	position: relative;
}

.business-content-txt-name>p {
	width: 320px;
	position: absolute;
	right: -15px;
	top: 0px;
	padding-left: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #F49C29;
}

.business-content-txt-name>p:last-child {
	top: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
}

.business-content-txt-des {
	overflow: auto;
	text-indent: 2em;
	height: 270px;
	line-height: 24px;
	color: #666;
	padding-top: 16px;
}

.business-content-txt-des>p {
	margin-top: 10px;
}

.business-imgs {
	height: 70px;
	margin: 20px 0px;
}

.business-imgs-item {
	padding: 0px 10px;
}

.business-imgs-item>div {
	height: 100%;
	background-position: center;
	background-size: cover;
}

.businessswiper1 {
	display: none;
}

.business-logo {
	height: 224px;
	position: relative;
	border: 2px solid #F49C29;
}

.business-logo-title {
	position: absolute;
	left: -68px;
	top: 42px;
	padding-left: 26px;
	display: flex;
	align-items: center;
	font-size: 28px;
	width: 68px;
	height: 140px;
	background: #F49C29;
	color: #fff;
	background: #F49C29;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.business-logo-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
}

.business-logo-content>div {
	width: 178px;
	height: 90px;
	margin: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid #F49C29;
}

.news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	position: relative;
	height: 440px;
	background: #fff;
	border: 1px dotted #666;
}

.new-top,
.new-bottom,
.new-left,
.new-right {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 2px solid #666;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
}

.new-top {
	left: -2px;
	top: -2px;
	border-right: none;
	border-bottom: none;
}

.new-bottom {
	right: -2px;
	bottom: -2px;
	border-top: none;
	border-left: none;
}

.new-left {
	left: -2px;
	bottom: -2px;
	border-top: none;
	border-right: none;
}

.new-right {
	right: -2px;
	top: -2px;
	border-bottom: none;
	border-left: none;
}

.news-content {
	width: 400px;
	height: 320px;
	overflow: auto;
}

.news-content>p {
	padding: 5px 0px;
	font-size: 16px;
	cursor: pointer;
}

.news-content-h5 {
	display: none;
}

.before {
	display: flex;
	flex-wrap: wrap;
}

.before>div {
	width: 25%;
	padding: 10px;
	cursor: pointer;
}

.before-img {
	width: 238px;
	height: 160px;
	background-position: center;
	background-size: cover;
}

.before-txt {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #F58225;
}

/* 漂浮小程序码 */
.float-wxcode {
	z-index: 100;
	width: 200px;
	height: 260px;
	background: #fff;
	color: #333;
	position: fixed;
	right: 10px;
	bottom: 30px;
	font-size: 14px;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

.float-wxcode>img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 10px auto;
}

.float-wxcode>p {
	text-align: center;
}

.float-wxcode-link {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 900;
	cursor: pointer;
	text-decoration: underline;
}
.float-wxcode-link:hover{
	color: #F49C29;
}

/* 精彩瞬间 */
.splendid,
.video {
	display: flex;
	flex-wrap: wrap;
}

.splendid-item,
.video-item {
	width: 180px;
	height: 120px;
	margin: 10px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.video-item {
	width: 300px;
	height: 220px;
	margin: 30px 16.6px;
	position: relative;
}

.video-item>p{
	position: absolute;
    bottom: -65px;
    font-weight: 900;
    font-size: 16px;
    height: 60px;
}