/* pc */
.nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 86px;
	width: 100%;
	z-index: 99;

}
/* Navigation */
#menu {
	padding-left: 20px;
	padding-bottom: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

.on {
	background: rgb(255, 255, 255, 1) !important;
	padding: 0 !important;
}

.logo>a {
	display: block;
	width: 159px;
}

.logo>a>img {
	width: 100%;
	height: 52px;
	margin-top: 13px;
}

.banner {
	width: 100%;
	height: 820px;
	background: url(../images/kv.png) no-repeat top;
	position: relative;

}

.btn_bm {
	position: absolute;
	width: 170px;
	height: 66px;
	background: rgba(219, 73, 78, 1);
	box-shadow: 0px 7px 24px 0px rgba(205, 54, 59, 0.15);
	text-align: center;
	line-height: 66px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	left: 50%;
	margin-left: -85px;
	bottom: 15%;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.btn_bm:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.btn_bm>a {
	color: #fff;
}

/* tab */
.tab_wrap {
	width: 100%;
	height: 80px;
	background-color: #14116E;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	z-index: 99;
	/* display: none; */
}

.con .show {
	display: block;
}

.tab {
	cursor: pointer;
}

.tab>li {
	font-size: 24px;
	color: #51ABEF;
	line-height: 80px;
}

.tab>li:first-child {
	margin-right: 100px;
}

.tab>.active_tab {
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	border-bottom: 2px solid #FFFFFF;

}


.con>li {
	display: none;

}

/* 倡议书 */
.initial {
	width: 100%;
	height: 440px;
	background: url(../images/initial.png) no-repeat top;
}

.public_title {
	padding-top: 97px;
	text-align: center;
}

.public_title>h5 {
	font-size: 36px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	line-height: 60px;
}

.public_title>h6 {
	font-size: 18px;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	letter-spacing: 15px;
	padding-bottom: 40px;
	 text-align: center;
}
.public_title>h4 {
	font-size: 24px;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	
}

.public_title>p {
	font-size: 14px;
	color: #100E49;
	line-height: 24px;
}

.public_title:last-child p {
	padding-bottom: 20px;
}

/* 活动进程 */
.tenor {
	width: 100%;
	padding-bottom: 68px;
	background: url(../images/tenor.png) no-repeat top;
}

.tenor_item {
	padding-bottom: 40px;
}

.tenor_item>li {
	flex: 1;
	height: auto;
	background: #fff;
	margin-right: 20px;
	padding: 85px 5px 0 25px;
	min-height: 324px;
	box-sizing: border-box;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.tenor_item>li:hover {
	-webkit-transform: translate(0px, -5px);
	-moz-transform: translate(0px, -5px);
	-ms-transform: translate(0px, -5px);
	-o-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

.tenor_item>li>h5,
h6 {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	line-height: 1;
}

.tenor_item>li>h5 {
	padding-bottom: 30px;
}

.tenor_item>li>h6 {
	padding: 30px 0 10px 0;
}

.tenor_item>li>p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	line-height: 24px;
}

.enorline {
	width: 50px;
	height: 4px;
	background: #14116E;
	display: block;
}

.tenor_item>li:last-child {
	margin-right: 0;
}

.tenor_item>li:nth-child(1) {
	background: #FFF url(../images/item_1.png)no-repeat right 20px top 22px;
}

.tenor_item>li:nth-child(2) {
	background: #FFF url(../images/item_2.png)no-repeat right 10px bottom 20px;
}

.tenor_item>li:nth-child(3) {
	background: #FFF url(../images/item_3.png)no-repeat right 10px top 10px;
}

.tenor_item>li:nth-child(4) {
	background: #FFF url(../images/item_4.png)no-repeat right 10px top 10px;
}

.tenor_item>li:nth-child(5) {
	background: #FFF url(../images/item_5.png)no-repeat right top
}

.item_active {
	background-color: #14116E !important;
}

.item_active>h5 {
	color: #fff !important;
}

.item_active>h6 {
	color: #E95C61 !important;
}

.item_active>p {
	color: #fff !important;
}

.item_active>.enorline {
	background: #fff;
}

.item_line {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.item_line::before {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 2px dashed #134780;
	position: absolute;
	top: 50%;
}

.item_line>span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px dashed #134780;
	background: #a7dfef;
	z-index: 5;

}

.span_active {
	background: #2B6092 !important;
}

/* 报名条件 */
.apply {
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/bmtj.png) no-repeat top;
}

.apply_main {
	position: relative;
	height: auto;
	min-height: 450px;
}

.apply_bj {
	width: 100%;
	height: 450px;
	position: absolute;
	background: #F45664;
	left: 10px;
	top: 10px;
}

.apply_main>ul>li {
	width: 50%;
	height: 170px;
	-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
}
.apply_main>ul>li:hover {
	-webkit-transform: translate(0px, -5px);
	-moz-transform: translate(0px, -5px);
	-ms-transform: translate(0px, -5px);
	-o-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}
.apply_main>ul>li:hover{
	
	
}
.apply_main>ul>li:nth-child(1) {
	margin-bottom: 40px;
}

.apply_main>ul>li:nth-child(2) {
	margin-bottom: 40px;
}

.apply_main>ul {
	flex-wrap: wrap;
	width: 100%;
	height: 450px;
	background: #51ABEF;
	padding-left: 40px;
	padding-top: 20px;
	box-sizing: border-box;
	z-index: 2;
	position: absolute;
}

.apply_main>ul>li>img {
	width: 170px;
	height: 170px;
}

.apply_main>ul>li:nth-child(3) img {
	width: auto !important;
}

.apply_main>ul>li:nth-child(3) p {
	margin-left: -105px;
}

.apply_main>ul>li>p {
	max-width: 315px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
	padding-left: 20px;
}

.Equity {
	width: 100%;
	padding-bottom: 30px;
	background: url(../images/equity.png) no-repeat top;
}
.Equity_phone{ display: none;}
.Equity_img {
	width: 100%;
	height: auto;
}

/* 专家品审团 */
.Juries {
	width: 100%;
	padding-bottom: 68px;
	background: url(../images/Juries.png) no-repeat top;
}

.Juries_photo {
	flex-wrap: wrap;
}

.Juries_photo>li {
	width: 25%;
}

.Juries_photo>li:nth-child(1) {
	margin-bottom: 80px;
}

.Juries_photo>li>img {
	width: 220px;
	height: 220px;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;


}

.Juries_photo>li>img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.Juries_photo>li>h5 {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	text-align: center;
	padding: 24px 0 8px 0;
	line-height: 1;
}

.Juries_photo>li>p {
	text-align: center;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	line-height: 24px;
}

/* 拟邀嘉宾 */
.Guests {
	width: 100%;
	padding-bottom: 32px;
	background: url(../images/Guests.png) no-repeat top;
}

.Guests_photo {
	flex-wrap: wrap;
}

.Guests_photo>li {
	width: 20%;
}

.Guests_photo>li:nth-child(1n) {
	margin-bottom: 44px;
}

.Guests_photo>li>img {
	width: 180px;
	height: 180px;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;

}

.Guests_photo>li>img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.Guests_photo>li>h5 {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	text-align: center;
	padding: 24px 0 8px 0;
	line-height: 1;
}

.Guests_photo>li>p {
	text-align: center;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: rgba(16, 14, 73, 1);
	line-height: 24px;
}
/* 案例展示 */
.Case_Show{ padding: 30px 0;}
/* 底部按钮区域 */
.bottom_button {
	width: 100%;
	padding: 80px 0;
	background: url(../images/bottom.png) no-repeat center top;
}

.btn_bottom {
	width: 170px;
	height: 66px;
	background: rgba(219, 73, 78, 1);
	box-shadow: 0px 7px 24px 0px rgba(205, 54, 59, 0.15);
	text-align: center;
	line-height: 66px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin-left: -85px;
	margin: 0 auto;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.btn_bottom:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}


.btn_bottom>a {
	color: #fff;
}

footer {
	width: 100%;
	height: 87px;
	background-color: #14116E;
}

footer>p {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	opacity: 0.5;
	padding: 10px;
	 padding-bottom: 0;
	  box-sizing: border-box;
}
footer p a{ 
	font-size: 12px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(255, 255, 255, 1)!important;
	 display: block;
	  box-sizing: border-box;
}

.pc_table{ display: block;}
	.phone_table{ display: none;}
	.el-table--striped .el-table__body tr.el-table__row--striped td{ background: #c8e4fa!important;}
/*  手机*/
/*当页面宽度大于1000px且小于1200px的时候执行，1000-1200*/
@media screen and (min-width:1000px) and (max-width: 1200px) {
	body {
		font-size: 16px;
	
	}
}

/*当页面宽度大于1280px且小于1366px的时候执行,1280-1366*/
@media screen and (min-width:1280px) and (max-width: 1366px) {}

/*当页面宽度大于1440px且小于1600px的时候执行,1440-1600*/
@media screen and (min-width:1440px) and (max-width:1600px) {}

/*当页面宽度大于1680px且小于1920px的时候执行,1680-1920*/
@media screen and (min-width:1680px) and (max-width:1920px) {}

/*phone*/
@media screen and (min-width:320px) and (max-width:768px) {
	
	.cio_lh{ font-size:0.3rem!important; margin-right: 0.6rem!important;}
	.cio_zx{ font-size: 0.32rem!important;}
	#menu{ padding-left: 0;}
/* 	.phone{ display: block;}
	.pc{ display: none;} */
	.container{ padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	.nav{ height: 0.8rem;}
	.tab_wrap{ top: 0.8rem; height: 0.8rem;}
	.tab>.active_tab{  font-size: 0.3rem; line-height: 0.8rem;}
	.tab>li{  font-size: 0.3rem; line-height: 0.8rem;}
	
	.pc_table{ display: none;}
	.phone_table{ display: block!important;}
	.logo>a>img{
		 height: 0.52rem;
		  width:1.59rem ;
		  margin-top: 0.13rem;
		 }
		 
.banner{ 
	height: 10.25rem;
	  background: url(../images/phone_banner.png) no-repeat center ;
	  background-size: 100% 10.25rem;
}
.btn_bm{  width: 1.7rem;
 height: 0.66rem;
  line-height: 0.66rem;
   font-size: 0.2rem;
    margin-left: -0.85rem;
}
/*倡议书  */
.initial{
	width: 100%;
	 height: 9.5rem;
	    background: url(../images/initial_phone.png) no-repeat center top;
		 background-size: 100% 9.7rem;
	}
	.public_title{
		 padding-top:1.4rem ;
	}
	.public_title>h5{
		 font-size: 0.46rem;
		  line-height: 0.6rem;
	}
	.public_title>h6{
		 padding-bottom: 0.85rem;
	}
	.public_title>h4{
		 font-size: 0.4rem;
	}
    /* 活动进程 */
	.tenor{
		padding-bottom: 0;
		    background: url(../images/tenor_phone.png) no-repeat top;
			 background-size: 100%  ;
	}
	.tenor_item{
		 display: block;
	}
	.phone_main{
		 display: flex;
		 flex-direction: row-reverse;
		  height: 23rem;
		   justify-content: space-around;
	}
	.item_line{
		height: 80%;
		   flex-direction: column;
		    width: 0.2rem;
			 margin: 32% 0 0;
		
	}
	.item_line::before{
		 height: 100%;
		 width: 2px;
		  top: 0;
		   border-left: 1px dashed #134780;
		    left: 0.07rem;
		   
	}
	.item_line>span{
		 width: 0.14rem;
		  height: 0.14rem;
	}
	.tenor_item>li{
		 margin-right: 0;
		  min-height: auto;
		   margin-bottom: 0.4rem;
		   padding: 0.5rem;
	}
	.tenor_item>li>h5{
		 padding-bottom: 0.45rem;
		  font-size: 0.42rem;
	}
	.tenor_item>li:nth-child(1) {
	  background-size:0.33rem 1.52rem;
	}
	.tenor_item>li:nth-child(2){
	 background-size:0.8rem 1.9rem;
	}
	.tenor_item>li:nth-child(3){
	 background-size:1.07rem 1.56rem;
	}
	.tenor_item>li:nth-child(4){
	 background-size:0.94rem 2.2rem;
	}
	.tenor_item>li:nth-child(5){
	 background-size:1.73rem 3.58rem;
	  margin-bottom: 0;
	}
	/* 报名条件 */
	.apply {
	    width: 100%;
	    padding-bottom: 50px;
	    background: url(../images/apply_phone.png) no-repeat top;
		 background-size: 100%;
		  min-height: 20rem;
	}
	
	.apply_main>ul{
		 padding:0.8rem  0.3rem;
		  height: auto;
	}
	.apply_bj{
		 height: auto;
		 min-height: 15.8rem;
	}
	.apply_main>ul>li{
		 width: 100%;
	}
	.apply_main>ul>li:nth-child(1) img{
		 width: 2.64rem;
		  height: 2.53rem;
	}
	.apply_main>ul>li:nth-child(2) img{
		 width: 2.54rem;
		  height: 2.53rem;
	}
	.apply_main>ul>li:nth-child(3) img{
		 width: 4.35rem;
		  height: 2.55rem;
	}
	.apply_main>ul>li:nth-child(4) img{
		 width: 2.55rem;
		  height: 2.55rem;
	}
	.apply_main>ul>li>p{
		 font-size: 0.32rem;
		/*  max-width: 2.66rem; */
		}
		/* 你可以获得什么 */
		.Equity_phone{ display: block;
		width: 100%;
		    padding-bottom: 30px;
		    background: url(../images/equity_iphone.png) no-repeat top;
			 background-size: 100% 15.7rem;
			  min-height: 15.7rem;
		
		}
		.Equity_phone_img img{ width: 100%; height: auto;}
		.Equity_phone .Equity_phone_img:nth-child(2){ width: 5.6rem;
		 height: 3.9rem;
		  margin-bottom: 0.22rem ;
		}
		.Equity_phone .Equity_phone_img:nth-child(3){  
			width: 100%;
			 padding-left: 0.5rem;
			  margin-bottom: 0.22rem ;
		}
		.Equity_phone .Equity_phone_img:nth-child(4){
			width: 100%;
			 padding-left: 1rem;
		}
		.Equity{ display: none;}
		/* 专家评审 */
		.Juries{
			padding-bottom: 0;
			    background: url(../images/juries_phone.png) no-repeat top;
				 background-size: 100% 23.5rem;
		}
		.Juries_photo>li{ width: 50%;}
		.Juries_photo>li>img{ width:2.64rem ; height: 2.64rem;}
		.Juries_photo>li:nth-child(1n){ margin-bottom: 0.6rem;}
		.Juries_photo>li>h5{
			 font-size: 0.4rem;
			  padding:0.33rem 0 0.2rem 0;
		}
		.Juries_photo>li>p{
			 font-size: 0.24rem;
			  line-height: 0.4rem;
			
		}
		/* 嘉宾 */
		.Guests {
		    width: 100%;
		    padding-bottom: 0.3rem;
		    background: url(../images/guests_phone.png) no-repeat top;
			 background-size: 100%  28.25rem;
		}
	.Guests_photo>li{
		  width: 33.33%;
	}
.Guests_photo>li>img{
	 width: 1.8rem;
	  height: 1.8rem;
}
.Guests_photo>li>h5{
			 font-size: 0.4rem;
			  padding:0.33rem 0 0.2rem 0;
		}
		.Guests_photo>li>p{
			 font-size: 0.24rem;
			  line-height: 0.4rem;
			
		}
		.Guests_photo>li:nth-child(1n){
			 margin-bottom: 0.7rem;
		}
		.bottom_button {
		    width: 100%;
		    padding: 0.62rem 0  0.57rem 0;
		    background: url(../images/bottom_button_phone.png) no-repeat center top;
			 background-size: 100% 1.9rem;
		}
		.btn_bottom {
		    width: 1.7rem;
		    height: 0.66rem;
		    line-height: 0.66rem;
		    font-size: 0.2rem;
		   
		}
}

