/*头部导航css*/
.head-bk{
	width: 100%;
	height: 80px;
	background-color: #05051c;
	position: fixed;
    top: 0;
    z-index: 100;
}
.head{
	width: 90%;
	margin: auto 5.5%;
	padding: 20px 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: 600;
	padding: 5px 0;
}
.h-menu-ul li a:hover{
	border-bottom: 2px solid #c69c6d;
}

.back{
	width: 100%;
	height: 600px;
	background: url(../images/bnner/bk.png)no-repeat center;
	margin-top: 80px;
    background-size: cover;
}
.back-1{
	width: 100%;
	height: 600px;
	background: url(../images/bnner/bk-1.png)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;
}
.bk-text img{
	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: 40px;
	padding-top: 100px;
}
.con-ti-text{
	font-size: 36px;
    color: #05051C;
    font-weight: 600;
}
.con-ti-text span{
	font-size: 20px;
    color: #606266;
    font-weight: 600;
}
.con-ti-Eng{
	font-size: 30px;
    color: #C69C6D;
}
.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-color: #C69C6D;
    margin-bottom: 10px;
}
.con-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;
}

.more-bor{
    width: 250px;
    height: 45px;
    display: block;
    margin: 0 auto;
    border: 2px solid #c69c6d;
    color: #c69c6d;
    margin-top: 40px;
}
.more-bor p{
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.more-bor:hover{
	background-color: #c69c6d;
	color: #FFFFFF;
}

/*演讲嘉宾*/
.hon-vess{
	margin-top: 50px;
	font-size: 0;
}
.hon-vess li{
	display: none;
}
.hon-vess li:nth-child(1){
	display: block;
}
.hon-tx{
	width: 103%;
	display: flex;
	flex-wrap: wrap;
	
}
.hon-tx li{
	width: 275px;
	height: 340px;
	overflow: hidden;
	display: inline-block;
	margin-right: 27px;
	margin-bottom: 27px;
	
}
.hon-tx li img{
	width: 100%;
	height: 100%;
} 
.hon-name{
	width: 235px;
    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 20px;
}
.hon-name h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.hon-name span{
	width: 50px;
    height: 5px;
    display: block;
    background-color: #C69C6D;
    margin-bottom: 10px;
    
}
.hon-name p {
    font-size: 14px;
    overflow: hidden;
    height: 60px;
}
.hon-shadow{
	width: 235px;
	height: 260px;
	background-color: rgba(5,5,25,0.8);
	position: absolute;
	margin-top: -340px;
	color: #FFFFFF;
	padding: 40px 20px;
	/*display: none;*/
	opacity: 0;
	transition: all 0.5s ease-out; 
}
.hon-shadow h2{
	font-size: 20px;
}
.hon-shadow span{
	width: 100%;
	height: 2px;
	background-color: #C69C6D;
	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 #C69C6D;
	cursor: pointer;
}
.sch-d-this{
	background: #C69C6D;
	color: #FFFFFF;
}
.sch-tab-ul{
	/*height: 400px;*/
}
.sch-tab-ul li{
	display: none;
}
.sch-tab-ul li:nth-child(1){
	display: block;
}
.sch-tab{
	margin-top: 30px;
	li :child
}
.sch-tab tr td{
	height: 60px;
}
.sch-tab tr td:nth-child(1){
	width: 150px;
	border-top: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;
	text-align: center;
}
.sch-tab tr td:nth-child(2){
	width: 320px;
	border-top: 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;
	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 #C69C6D;
	padding-left: 20px;
}
.sch-title h2{
	font-size: 24px;
	margin-bottom: 10px;
}
.sch-ti-text{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sch-ti-text p{
	font-size: 16px;
	color: #606266;
}

.sch-rq-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 80px;
}
.sch-rq-title > p{
	font-size: 28px;
	font-weight: bold;
	color: #C69C6D;
	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: 680px;*/
	background: #05051C;
		margin-top: 100px;
		padding-bottom: 60px;
}
.spon{
	/*text-align:center; */
	font-size: 0;
	margin-bottom: 25px;
}
.stair{
	margin-top: 60px !important;
}
.spon ul{
	display:inline-block; 
}
.spon p{
	font-size: 16px;
	color: #909399;
	margin-bottom: 20px;
	font-weight: 600;
/*	text-align:center !important; */
}
.spon-ul li{
    width: 180px;
    height: 60px;
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
     margin-right: 17px; 
    margin-bottom: 15px; 
}

.spon-ul li img{
    object-fit: cover;
}

.hz-1 > div{
	display: inline-block;
}
.hz-1 > div:nth-child(1){
	margin-right: 195px;
}
.hz-2{
	width: 102%;
}
.hz-2 > div{
	display: inline-block;
}
.hz-2 > div:nth-child(1){
	margin-right: 195px;
}0
.hz-3 > .spon > .spon-ul{
	width: 102%;
	flex-wrap: wrap;
	display: flex;
}
.hz-3{
	width: 102%;
}

/*尾部*/
.tail{
	width: 100%;
	background: rgba(107, 107, 107, 1);
	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;
}

/*花絮页CSS*/
.details-middle-ab{
	width: 1180px;
	margin: 0 auto;
}
.view-wrapper-ab{
	margin-top: 60px;
}
.view-wrapper .view-detail {
    padding-top: 10px;
}

.view-wrapper .view-detail span {
    text-align: left;
    letter-spacing: .4px;
}

.abstract-ab {
    width: 1040px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 50px 70px;
    line-height: 28px;
  
    text-align: left;
    margin-bottom: 60px;
}
.abstract-ab h2{
	font-size: 24px;
	margin-bottom: 20px;
	color: #C69C6D;
}

.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: #C69C6D;
	display: inline-block;
	font-weight: bold;
}
.abstract-ab p:nth-child(3) ,p:nth-child(5),p:nth-child(8){
	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: #D61518;
}
.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: #D61518;
   /* 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;
}*/



.top{
	position: fixed;
	bottom: 10%;
	right: 3%;
	z-index:10
}
.apply{
	width: 60px;
    height: 60px;
    text-align: center;
    padding-top: -30px;
    background-color: #C69C6D;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.apply{
	color: #FFFFFF;
	font-weight: bold;
}
.apply:hover a{
	color: #C69C6D;
}
.top div:hover{
	background-color: #F2F2F2;
	color: #C69C6D;
	box-shadow: 0px 0px 10px #cccccc;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
}
.top-text{
	height: 50px;
	width: 200px;
	background-color: #C69C6D;
	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: #C69C6D;
    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: 60px;
}
.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: #05051C;
}
.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(../images/bnner/bk-ab.png)no-repeat center;
	margin-top: 80px;
    background-size: cover;
}
.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: #C69C6D;
	margin-bottom: 40px;
	letter-spacing: 5px;
}
.inter h2 span{
	padding: 5px;
	background-color: #C69C6D;
	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(../images/bnner/bk-hon.png)no-repeat center;
	margin-top: 80px;
  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: 180px;
	height: 225px;
}
.bkhon-img img{
	width: 100%;
	height: 100%;
}
.hon-text{
	width: 680px;
}
.hon-text h2{
	display: flex;
  flex-direction: column;
	font-size: 28px;
	color: #C69C6D;
	margin-bottom: 20px;
}
.hon-text span{
	font-size: 18px;
	color: #C69C6D;
	margin-top: 10px;
}
.hon-text p{
	color: #FFFFFF;
	line-height: 22px;
}

.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 #C69C6D;
	cursor: pointer;
}

.sch-ti-text{
	width: 125%;
	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;
}

.con-list{
	width:100%;
	height:60px;
	border-bottom:1px solid #909399;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 0px 40px;
}