/*头部导航css*/
.head-bk {
	width: 100%;
	height: 80px;
	opacity: 1;
	background: #1e2b5c !important;

	position: fixed;
	top: 0;
	z-index: 100;
}

.head {
	width: 90%;
	margin: auto 5.5%;
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head-logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.head-menu {
	float: right;

}

.h-menu-ul {
	display: flex;

}

.h-menu-ul li {
	margin: 0px 20px;
}

.h-menu-ul li a {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 500;
	/* padding: 5px 0; */
	text-align: left;

}

.h-menu-ul li a:hover {
	border-bottom: 2px solid #ffffff;
}

.back {
	width: 100%;
	height: 600px;
	/* background: url(../img/b1.png)no-repeat center; */

	margin-top: 80px;
	background-size: cover;
}

.back-1 {
	width: 100%;

	height: 600px;
	/* background: url(../img/b1.png)no-repeat center; */

	margin-top: 80px;
	background-size: cover;
}

.back-2 {
	width: 100%;
	height: 600px;
	background: url(../images/bnner/bk-2.jpg)no-repeat center;
	margin-top: 80px;
	background-size: cover;
}

.bb {
	bottom: 0 !important;
	height: 40px !important;
	/* background-image: linear-gradient(-180deg,rgba(30,30,30,0),rgba(5,5,28,0.78) 200%) !important; */
}

.bk-text {
	width: 1180px;
	margin: 5rem auto;
	text-align: center;
	position: absolute;
	margin-left: 4rem;
}

.back img {
	width: 100%;
	height: auto;
	/* display: block;
	margin: 0 auto; */
}

.back-1 img {
	width: 100%;
	height: auto;
	/* display: block;
	margin: 0 auto; */
}

.bk-btn {
	margin: 0px auto;
	margin-top: 350px;
	float: left;
}

.btn-border {
	width: 200px;
	height: 40px;
	border: 2px solid #FFFFFF;
	margin: 0 auto;
}

.btn-border p {
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}

.sponsor {
	margin-top: 70px;
}

.btn-le {
	float: left;
	176,
	111,
	6.6
}

.btn-ri {

	float: right;
}

.middle {
	width: 1180px;

	margin: 0 auto;
}

.content-title {
	/* margin-bottom: 49px; */
	/* padding-top:50px!important; */
}

.con-ti-text {
	/* font-size: 36px; */
	font-size: 40px;
	color: #333333;
	font-weight: 700;

}

.con-ti-text span {
	font-size: 20px;
	color: #606266;
	font-weight: 600;
}

.con-ti-Eng {
	font-size: 26px;
	color: #108BCB;
	margin-top: 19px;
}

.con-frame {
	width: 102%;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin: 70px 0px;
}

.con-itme {
	/*margin-right:20px;
	margin-bottom: 20px;*/
}

.con-itme-img {
	width: 380px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin: 10px;
}

.con-itme:hover {
	box-shadow: 0 0 25px 2px rgba(0, 0, 0, .3);
	background-color: #F2F2F2;
}

.con-itme-img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.scaleBig {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.con-itme-a {
	width: 380px;
	overflow: hidden;
}

.con-itme-img img {
	width: 100%;
	height: 100%;
}

.con-itme-des {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), color-stop(98%, rgba(5, 5, 28, .78)));
	background-image: linear-gradient(-180deg, rgba(30, 30, 30, 0), rgba(5, 5, 28, .78) 98%);
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.con-itme-des p {
	font-size: 14px;
	color: #787878;
	text-align: justify;
	overflow: hidden;
	line-height: 20px;
	padding: 0 15px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.con-itme-sum {
	width: 380px;
	height: 75px;
	background: #edf1f4;
	padding-top: 15px;
	border-radius: 0 0 2px 2px;
	margin: -10px 10px 10px 10px;
}

.con-itme-sum p {
	font-size: 14px;
	color: #787878;
	text-align: justify;
	overflow: hidden;
	line-height: 20px;
	padding: 0 15px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.con-itme-des div .wire {
	width: 50px;
	height: 5px;
	background: inherit;
	background-image: linear-gradient(to right, #1e2b5c, #108bcb);
	/* background-image: linear-gradient(0deg,#1e2b5c 0%, #108bcb 100%); */
	margin-bottom: 10px;
}

.con-itme-des .aa {
	width: 90%;
	padding: 0 21px;
	text-align: justify;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	max-height: 70px;
	overflow: hidden;
	position: absolute;
	bottom: 18px;
}

.more-bor {
	width: 250px;
	height: 45px;
	display: block;
	margin: 0 auto;
	border: 2px solid #c74494;
	color: #c74494;
	margin-top: 40px;
}

.more-bor p {
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.more-bor:hover {
	background-color: #c74494;
	color: #FFFFFF;
}

/*出席嘉宾*/
.hon-vess {
	margin-top: 41px;
	font-size: 0;
}

.hon-vess li {
	display: none;
}

.hon-vess li:nth-child(1) {
	display: block;
}

.hon-tx {
	/* width: 105%; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}

.hon-tx li {
	/* width: 275px;
	height: 340px; */
	/* width:260px;
	height: 320px;
	 */
	width: 250px;
	height: 309px;
	
	overflow: hidden;
	display: inline-block;
	/* margin-right: 27px; */
	/* margin-right: 47px; */
	margin-right: 60px;
	margin-bottom: 50px;

}
.hon-tx li:nth-child(4),.hon-tx li:nth-child(8),.hon-tx li:nth-child(12),.hon-tx li:nth-child(16),
.hon-tx li:nth-child(20),.hon-tx li:nth-child(24),.hon-tx li:nth-child(28),.hon-tx li:nth-child(32),
.hon-tx li:nth-child(36),.hon-tx li:nth-child(40),.hon-tx li:nth-child(44),.hon-tx li:nth-child(48)
{
	margin: 0;
}

.hon-tx li img {
	width: 100%;
	height: 100%;
}

.hon-name {
	width: 207px;
	
	height: 80px;
	/* background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(30,30,30,0)),color-stop(98%,rgba(5,5,28,.78)));
    background-image: linear-gradient(-180deg,rgba(30,30,30,0),rgba(5,5,28,0.78) 110%); */
	position: absolute;
	margin-top: -150px;
	color: #FFFFFF;
	padding: 35px 26px;
	/* padding: 35px 20px; */
}

.hon-name h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.hon-name span {
	width: 60px;
	height: 3px;
	opacity: 1;
	display: block;
	/*background-color: #c74494;*/
	margin-bottom: 10px;
	/*background-image: linear-gradient(90deg, #2c2086 50%,  #c74494 100%), linear-gradient( #2c2086 , #c74494);*/
	/* background-image: linear-gradient(to right,#2c2086,#c74494); */
	/* background-image: linear-gradient(to right,#E50012,#F5E93F); */
	background-image: linear-gradient(to right, #1e2b5c, #108bcb);
	/* background: linear-gradient(0deg,#1e2b5c 0%, #108bcb 100%); */

}



.hon-name p {
	font-size: 14px;
	overflow: hidden;
	height: 60px;
}

/* 阴影 */
.hon-shadow {
	width: 220px;
	height: 309px;
	/* width: 210px;
	height: 320px; */
	background-color: rgba(5, 5, 25, 0.8);
	position: absolute;
	/* padding: 40px 26px; */
	padding: 0px 15px;
	margin-top: -309px;
	color: #FFFFFF;
	
	/* display: none; */
	opacity: 0;
	transition: all 0.5s ease-out;
}

.hon-shadow h2 {
	font-size: 22px;
	/* margin-top: 160px; */
	margin-top: 175px;
}

.hon-shadow span {
	width: 60px;
	height: 3px;
	opacity: 1;


	background-image: linear-gradient(to right, #1e2b5c, #108bcb);
	display: block;
	margin: 10px 0px;
}

.hon-shadow p {
	font-size: 14px;
	height: 240px;
	overflow: hidden;
}

/*议程安排*/
.sch {
	margin-bottom: 50px;
}

.sch-date {
	font-size: 0;
}

.sch-buttom {
	margin-bottom: 60px;
}

.sch-date li {
	width: 150px;
	height: 45px;
	/*border-radius: 5px;*/
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	border: 1px solid #c74494;
	cursor: pointer;
}

.sch-d-this {
	background: #c74494;
	color: #FFFFFF;
}

.sch-tab-ul {
	/*height: 400px;*/
	margin-top: 47px;
}

.sch-tab-ul li {
	/* display: none; */
}

.sch-tab-ul li:nth-child(1) {
	display: block;
}

.sch-tab {
	margin-top: 30px;
	width: 100%;
}

.sch-tab tr td {
	height: 60px;
}

.sch-tab tr .one,
.sch-tab tr .two,
.sch-tab tr .three {
	border-right: none !important;
}

.sch-tab tr td:nth-child(1) {
	/* width: 150px; */
	/* height: ; */
	/* border-top: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6; */
	border: 1px solid #dcdfe6;
	text-align: center;
}

.sch-tab tr td:nth-child(2) {
	width: 320px;
	border-top: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;
	padding: 10px 30px;
}

.sch-tab tr td:nth-child(3) {
	width: 200px;
	/* border-top: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6; */
	border: 1px solid #dcdfe6;
	padding: 10px 30px;
}

.sch-tab tr td:nth-child(4) {
	width: 350px;
	border-top: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;
	padding: 10px 20px;
}

.sch-title {
	border-left: 4px solid #1E2B5C;
	padding-left: 20px;
}

.sch-title h2 {
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #333333;

	margin-bottom: 10px;
}

.sch-ti-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sch-ti-text p {
	font-size: 16px;
	color: #666666;

	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;

}

.sch-rq-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px;
}

.sch-rq-title>p {
	font-size: 40px;
	font-weight: 700;
	font-family: PingFang SC, PingFang SC-Bold;
	color: #1E2B5C;
	margin-right: 20px;
}

.table2 tr td {
	border: none !important;
	width: 100% !important;
	text-align: center !important;
}

.table3 tr td {
	border: none !important;
	width: 100% !important;
	text-align: left !important;
}

/*合作伙伴*/
.hz-bk {
	width: 100%;
	/* height: 797px; */
	/* background: #2c2086; */
	display: inline-block;
	background: url(../img/footer.png) no-repeat bottom #1E2B5C;
	margin-top: 30px;
	padding-bottom: 60px;
	display: inline-block;
	background-size: 100% 100%;


}

.spon {
	/*text-align:center; */
	font-size: 0;
	margin-bottom: 25px;
}

.stair {
	margin-top: 60px !important;
}

.spon ul {
	display: inline-block;
}

.spon p {
	font-size: 20px;
	color: #999;
	margin-bottom: 20px;
	font-weight: 500;
	/*	text-align:center !important; */
}

.spon-ul1 li,
.spon-ul2 li,
.spon-ul3 li,
.spon-ul4 li,
.spon-ul5 li {
	width: 185px;
	height: 60px;
	/* border: 1px solid #f2f2f2; */
	background-color: #1e2b5c;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 9px;
	margin-bottom: 15px;

}

.spon-ul1 li p,
.spon-ul2 li p,
.spon-ul3 li p,
.spon-ul4 li p,
.spon-ul5 li p {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500;
	margin-bottom: 0px !important;
	margin-left: 10px;
	margin-right: 10px;

}

/* .spon-ul1 li:nth-child(6),.spon-ul2 li:nth-child(6),
.spon-ul3 li:nth-child(6),.spon-ul4 li:nth-child(6),.spon-ul5 li:nth-child(6){
	margin-right: 0px; 
} */
/* .spon-ul1 li img,.spon-ul2 li img,.spon-ul3 li img{
    object-fit:inherit;
	width: 180px;
	height: 60px;
	
} */
/* 
.hz-1 > div{
	display: inline-block;
}
.hz-1 > div{
	margin-right: 195px;
} */




/* .hz-2{
	width: 102%;
}
.hz-2 > div{
	display: inline-block;
} */
.hz-2>div {
	/* margin-right: 195px; */
}

/* .hz-3 > .spon > .spon-ul{
	width: 102%;
	flex-wrap: wrap;
	display: flex;
}
.hz-3{
	width: 102%;
} */

/*尾部*/
.tail {
	width: 100%;
	background: #1e2b5c;
	padding: 20px 0px;

}

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

.grow-text {
	width: 500px;
}

.grow-text p {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 20px;
	line-height: 22px;
}

.tail-logo {}

.tail-logo img {
	margin-top: 20px;
}

.qr {
	width: 120px;
	height: 120px;
}

.qr img {
	width: 120px;
	height: 120px;
}

.Copyright {}

.Copyright p {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	display: flex;
	align-items: center;
}

.Copyright a {
	color: #FFFFFF;
	font-size: 14px;
}

.Copyright p img {
	width: 20px;
	height: 28px;
	margin-left: 10px;
}

.Copyright p a {
	margin-left: 15px;
}

.copy-vess {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* .tail{
	width: 100%;
	background:#121f4c;
	padding:40px 0px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-family: PingFang SC, PingFang SC-Medium;

}
.copy-vess{
	display: flex;
	flex-direction: column;
}
.tail .footer{
	display: flex;
	justify-content: space-between;
}
.tail .footer .footer-left{
	width: 40%;
}
.tail .footer .footer-center{
	width: 120px;
	height: 120px;
	
}
.tail .footer .footer-center img{
	width: 120px;
	height: 120px;
	
}

.grow{
    display: flex;
    justify-content: space-between;
}
.grow-text{
	width: 500px;
}
.grow-text p{
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 20px;
	line-height: 22px;
}

.qr{
	width: 120px;
	height: 120px;
}
.qr img{
	width: 120px;
	height: 120px;
}
.Copyright{
}
.Copyright p{
	margin-top: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	
	display: block;
}
.Copyright  a{
	color: #FFFFFF;
	font-size: 14px;
}
.Copyright p img{
	width: 20px;
	height: 28px;
	margin-left: 10px;
}
.Copyright p a{
	margin-left: 15px;
} */




/*linyue*/

/*end*/

/*花絮页CSS*/
.details-middle-ab {
	width: 1180px;
	margin: 0 auto;
}

.view-wrapper-ab {
	/* margin-top: 40px; */
	margin-top: 49px;
}

.view-wrapper .view-detail {
	padding-top: 10px;
}

.view-wrapper .view-detail span {
	text-align: left;
	letter-spacing: .4px;
}

.abstract-ab {
	width: 1122px;
	margin: 0 auto;
	background: #FFFFFF;
	/* padding: 50px 70px; */
	padding: 42px 29px;
	line-height: 28px;

	text-align: left;
	/* margin-bottom: 60px; */
}

.abstract-ab h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #F16D20;
}

.abstract-ab p {
	color: #606266;
	font-size: 16px;
	/* text-indent: 2em; */
	line-height: 2em;
}

.abstract-ab span {
	color: #606266;
	font-size: 18px;
	text-indent: 1em;
	/* display: block; */
	line-height: 40px;
}

.abstract-ab span span {
	color: #F16D20;
	display: inline-block;
	font-weight: bold;
}

.abstract-ab p:nth-child(3),
p:nth-child(5) {
	/* margin-bottom: 2em; */
}

.view-detail .detcontent {
	color: #333333;
}



/*新品发布*/
.new-con {
	margin-top: 30px;

}

.new-ul {}

.new-con li {
	display: none;
}

.new-con li:nth-child(1) {
	display: block;
}

.notice-vess {
	margin-top: 60px;
	display: flex;

}

.notice {
	width: 100px;
	height: 40px;
	background-color: #D61518;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice p {
	color: #FFFFFF;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.notice img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.dowebok {
	width: 1080px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 40px !important;
	background-color: #FFFFFF !important;
}

.notice-ul li {
	display: inline-block;
	list-style-type: disc;
	margin-left: 40px;
	padding-right: 10px;
	padding-left: 10px;
	/*float: left;*/
}

.notice-ul li a:hover {
	color: #1E2B5C;
}

.notice-ul li a {
	padding-left: 25px;
	position: relative;
}

.notice-ul li a:before {
	display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1E2B5C;
	/* left: -10px;*/
	top: 30%;

	/*margin-top: -2px;*/

}

/*.notice-ul li span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000000;
	display: inline-block;
	margin-right: 10px;
}*/


.apply3 {
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: -30px;
	background-color: #1E2B5C;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.apply3 {
	color: #FFFFFF;
	font-weight: bold;
}

.apply3:hover a {
	color: #c74494;
}

.top-text2 {
	height: 150px;
	width: 150px;

	position: fixed;
	bottom: 20%;
	right: 8%;
	padding: 5px 0px;
	display: none;
	z-index: 10
}

.top-text2 img {
	height: 310px;
	width: 150px;
}

.top {
	position: fixed;
	bottom: 10%;
	right: 3%;
	z-index: 10
}

.apply {
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: -30px;
	background-color: #1E2B5C;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.apply {
	color: #FFFFFF;
	font-weight: bold;
}

.apply:hover a {
	color: #c74494;
}

.top div:hover {
	background-color: #F2F2F2;
	color: #1E2B5C;
	box-shadow: 0px 0px 10px #cccccc;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
}

.top-text {
	height: 50px;
	width: 200px;
	background-color: #1E2B5C;
	position: fixed;
	bottom: 18.5%;
	right: 8%;
	padding: 5px 0px;
	display: none;
	z-index: 10
}

.top-text p {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;

}

.fhtop {
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1E2B5C;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.fhtop p {
	display: none;
}

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

.bra-frame {
	width: 102%;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.bra-itme {
	/*margin-right:20px;
	margin-bottom: 20px;*/
}

.bra-itme-img {
	width: 330px;
	height: 185px;
	overflow: hidden;
	position: relative;
	margin: 15px;
}

.bra-itme:hover {
	box-shadow: 0 0 25px 2px rgba(0, 0, 0, .3);
	background-color: #F2F2F2;
}

.bra-itme-img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.bra-itme-a {
	width: 330px;
	overflow: hidden;
}

.bra-itme-img img {
	width: 100%;
	height: 100%;
}

.bra-itme-des {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), color-stop(98%, rgba(0, 0, 0, .78)));
	background-image: linear-gradient(-180deg, rgba(30, 30, 30, 0), rgba(0, 0, 0, .78) 98%);
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.bra-itme-des p {
	font-size: 14px;
	color: #787878;
	text-align: justify;
	overflow: hidden;
	line-height: 20px;
	padding: 0 15px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.bra-itme-des div .wire {
	width: 50px;
	height: 5px;
	background: inherit;
	background-color: #E50112;
	margin-bottom: 10px;
}

.bra-itme-des .aa {
	padding: 0 15px;
	text-align: justify;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	max-height: 70px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
}


/*论坛介绍*/
.about-ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.about-ul li {}

.about-ul li .ab-ul-img {
	width: 150px;
	height: 150px;
}

.about-ul li .ab-ul-img img {
	width: 100%;
}

.about-ul li .ab-ul-text {
	text-align: center;
}

.about-ul li .ab-ul-text h2 {
	font-size: 24px;
	color: #2c2086;
}

.about-ul li .ab-ul-text h2 span {}

.about-ul li .ab-ul-text p {
	text-align: center;
}

.back-ab {
	width: 100%;
	height: 200px;
	background: url(../img/b2.png)no-repeat center;
	margin-top: 80px;
	background-size: cover;
	opacity: 1;
}

.bkab-text {
	width: 1180px;
	margin: 30px auto;
	position: absolute;
}

.bkab-btn {
	margin: 0px auto;
	margin-top: 30px;
	float: left;
}

.inter {
	margin-bottom: 50px;
}

.inter h2 {
	font-size: 22px;
	color: #c74494;
	margin-bottom: 40px;
	letter-spacing: 5px;
}

.inter h2 span {
	padding: 5px;
	background-image: linear-gradient(to right, #2c2086, #c74494);
	border-radius: 9%;
	color: #FFFFFF;
	margin-right: 5px;
	text-align: center;
	padding-left: 10px;
}

.inter-img {
	display: flex;
	flex-wrap: wrap;
	width: 102%;
}

.inter-img img {
	width: 380px;
	height: 215px;
	margin-bottom: 20px;
	margin-right: 20px;
}

/*详情页CSS*/
.details-middle {
	width: 800px;
	margin: 0 auto;
}

.view-wrapper {
	margin-top: 140px;
}

.view-wrapper .view-detail {
	padding-top: 10px;
	/*    text-align: center;*/
}

.view-detail h2 {
	color: #0b0b0b;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.view-detail h3 {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}

.view-wrapper .view-detail span {
	text-align: left;
	letter-spacing: .4px;
}

.view-detail h3 span {
	margin-left: 20px;
	color: #666666;
}

.abstract {
	width: 760px;
	margin: 0 auto;
	background: rgba(198, 156, 109, 0.2);
	padding: 20px 20px;
	line-height: 28px;
	color: #606266;
	font-size: 16px;
	text-align: left;
	margin-bottom: 30px;
}

.view-detail .detcontent {
	color: #333333;
}

.share img {
	padding: 10px 0 20px 0;
	width: 668px;
	display: block;
	margin: 40px auto;
}

/*嘉宾介绍*/
.back-hon {
	width: 100%;
	background: url(../img/dbanner.png)no-repeat center;
	margin-top: 78px;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.bkhon-text {
	width: 900px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.bkhon-img {
	width: 162px;
	height: 200px;
}

.bkhon-img img {
	width: 100%;
	height: 100%;
}

.hon-text {
	width: 680px;
}

.hon-text h2 {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	/* color: #c74494; */
	color: #F5E93F;
	margin-bottom: 20px;
}

.hon-text span {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.hon-text p {
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
}

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

.sch-date li {
	width: 210px;
	height: 45px;
	/*border-radius: 5px;*/
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	border: 1px solid #c74494;
	cursor: pointer;
}

.sch-ti-text {
	/* width: 125%; */
	width: 114%;
	display: flex;
	justify-content: space-between;
}

.sch-buttom {
	margin-bottom: 40px;
}

.hon-details {
	width: 1040px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 50px 70px;
	line-height: 28px;
	text-align: left;
	margin-bottom: 60px;
}

.hon-details p {
	font-size: 16px;
	color: #606266;
	margin-bottom: 0;
	text-indent: 2em
}

.con-list {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #909399;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px;
}


/*2020-10-29新增
获奖榜单*/

.exa-topimg {
	display: block;
	margin: 0 auto;
}

.exa-menu {
	width: 100%;
	background: #FFFFFF;
	height: 80px;
}

.exa-option {
	width: 915px;
	margin: 0 auto;
}

.exa-option li {
	display: inline-block;
	width: 300px;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	color: #C74494;
	cursor: pointer;
}

.pitch {
	background: url(https://51kufei.oss-cn-shenzhen.aliyuncs.com/upload/20201102%5Ce4f179981b370e98b13b7d33eb239c5b.png) no-repeat;
	background-size: 100%;
	color: #FFFFFF !important;
}

.exa-listdiv {
	width: 1200px;
	margin: 0 auto;
	/*height: 930px;*/


}

.exa-listdiv-over {
	max-height: 930px;
	overflow-y: auto;
	overflow-x: hidden;
}

.test-5::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.test-5::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: #2C2086;
	background-image: -webkit-linear-gradient(45deg,
			rgba(199, 68, 148, 0.8) 25%,
			transparent 25%,
			transparent 50%,
			rgba(199, 68, 148, 0.8) 50%,
			rgba(199, 68, 148, 0.8) 75%,
			transparent 75%,
			transparent);
}

.test-5::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	background: #ffffff;
	border-radius: 10px;
}

.exa-listshow li {
	display: none;
}

.exa-listshow li:nth-child(1) {
	display: block;
}


.exa-list {
	width: 103%;
	display: block;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	overflow: hidden;
}

.exa-list li {
	width: 370px;
	height: 210px;
	background: url(https://51kufei.oss-cn-shenzhen.aliyuncs.com/upload/20201102%5C4bd0eae958c9e696e7ac7e0f47e3079f.png) no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
	margin-right: 30px;
	display: inline-block;
}

.exa-list li p:nth-child(1) {
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #785039;
}

.exa-list li img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.exa-list li p:nth-child(3) {
	width: 294px;
	text-align: center;
	margin: 0 auto;
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	margin-top: 15px;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 3;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}


/*奖项二级*/
.ex-two-bk {
	margin-top: 80px;
	height: 220px;
	background: url(http://spe.cps.com.cn/2021zhsq/Public/Home/images/bnner/bk-ab.png) no-repeat;
	background-size: 100% 100%;
}
