body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input { margin:0; padding:0; -webkit-text-size-adjust: none }
div{text-align:left;-webkit-tap-highlight-color: transparent;}
table { border-collapse:collapse; border-spacing:0; }
select, textarea { font: 12px Arial, "微软雅黑"; outline:none;}
input,textarea{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input:focus{ outline: none; }
button{border:0;outline: none;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body { color:#232326; text-align:center; font:12px "微软雅黑";background: #fff;}
ul, ol, li { list-style-type:none; vertical-align:0; }
a { outline-style:none; text-decoration:none; font-family:"微软雅黑" }
a:hover {text-decoration:none; }
em,i{font-style: normal;}
html,body {font-size: 62.5%;background: #fff;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.hd{display:none}
.on{display:block;}
.fl{float:left;}
.fr{float:right;}
h1{
	font-size: 30px;
}
img{
	width: 100%;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #f9f9f9;
	z-index: 10;
}
.logo {
	width: 200px;
	margin-right: 40px;
}
.header{
	width: 1300px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header li{
	float: left;
	font-size: 16px;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
}
.header li.active,{
	color: #000CA5;
}
.header li.active:after{
	content: " ";
	position: absolute;
	left:0;
	top: 0;
	height: 5px;
	width: 100%;
	background: url(../images/nav_icon.jpg) no-repeat center;
	background-size: cover;
}
.banner{
	margin: 0 auto;
	margin-top: 80px;
	width: 1200px;
	text-align: center;
}
.lightspot{
    position: relative;
    display: table;
    margin: 0 auto;
    font-size: 20px;
}
.lightspot li{
    display: table;
    text-align: center;
    float: left;
    margin-left: 30px;
    font-weight: bold;
}
.banner img{
        margin-top: -30px;
}
.introduce_main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/* background: url(../images/dhjj_bg.jpg) no-repeat center;
	height: 300px; */
}
.introduce_main .content{
	background: #fff;
	width: 1025px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
	z-index: 1;
	position: relative;
}
.introduce_main .content img{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}
.introduce_main .content .text{
	width: 830px;
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 60px;
	background: #fff;
	z-index: 2;
	position: relative;
}
.introduce_main .content p{
	padding-left: 50px;
}
.main{
	width: 1200px;
	margin: 80px auto;
	position: relative;
	font-size: 16px;
}
.title_img{
	width: 80%;
	margin: 0 auto;
}
.main_title{
	font-weight: 800;
	color: #000CA5;
	text-align: center;
	margin: 40px 0 0;
}
.main_title p{
	font-size: 20px;
	margin-top: 20px;
}
.zx_main{
	text-align: center;
}
.zx_main .block{
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	width: 20%;
	height:450px;
	border: 1px solid #EFEEEE;
}
.block .txt{
    font-size: 12px;
    color: #5B5C5E;
    line-height: 28px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.block .title{
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
	padding: 10px;
	text-align: center;
	
	margin-top: -50px;
    position: relative;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.see_more {
    position: relative;
    height: 100px;
    overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.see_more .txt{
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.see_more p{
	font-size: 16px;
	color: #5B5C5E;
	line-height: 28px;
	margin: 0 10px;
}
.see_more .btn {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.block .see_more img{
	width: 15px;
	height: 15px;
}
.hide_info {
    padding: 20px 4%;
    position: absolute;
    width: 92%;
    left: 0;
    background: #EFEEEE;
    z-index: 1;
}
.hide_info p{
	margin-top: 10px;
}
.hide_info b{
	font-size: 16px;
	display: block;
	text-align: center;
}
.active .btn {
    background: #EFEEEE;
}
.block .hide_info .title {
    padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    color: black;
}
.block p {
    font-size: 16px;
    color: #5B5C5E;
    line-height: 28px;
}
.gray_bg{
	background: #f9f9f9;
	overflow: hidden;
	position: relative;
}
.gray_bg .main{
	margin-bottom: 0;
}
.tab_ul{
	/* width: 300px; */
}
.tab_ul li{
	display: flex;
	align-items: center;
	line-height: 24px;
	position: relative;
	cursor: pointer;
	border-right: 5px solid #e1e1e1;
}
.tab_ul b{
	color: #848689;
	font-size: 20px;
	margin-right: 10px;
}
.tab_ul p{
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
	width: 254px;
}
.tab_ul li.active{
	color: #000CA5;
}
.tab_ul li.active:after{
	content: " ";
	position: absolute;
	right: -5px;
	bottom: 0rem;
	height: 100%;
	width: 5px;
	background: url(../images/dhzc_nav.jpg) no-repeat center;
	background-size: cover;
}

.tab_ul li.active b{
	color: #000CA5;
}
.tab_content{
	width: 660px;
	height: 481px;
	overflow-y: scroll;
	background: #fff;
	padding: 20px;
	padding-bottom: 0;
	border-top-right-radius: 50px;
}
 .tab_content::-webkit-scrollbar {display:none}
.tab_content p{
	/*text-indent: 2em;*/
	line-height: 28px;
	margin-bottom: 40px;
	text-align: justify;
	white-space: pre-wrap;
}
.dhzc_main{
	width: 1000px;
	margin: 0 auto;
}
.ab_img{
	position: absolute;
	left: 0;
	top: 0;
}
.day_main .line{
	display: flex;
	align-items: top;
	position: relative;
}
.day_main .circle{
    width: 16px;
    height: 16px;
    margin: 10px 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #08b8e6;
	border-radius: 50%;
}
.day_main .line div{
	flex: 1;
}
.day_main .line:after{
	content: " ";
	position: absolute;
	left: 127px;
	top: 10px;
	height: 100%;
	width: 1px;
	background: #08b8e6;
}
.day_tab{
	text-align: center;
}
.day_tab p{
	display: inline-block;
	padding: 5px 30px;
	margin: 0 30px;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	border-radius: 100px;
}
.day_tab p.active{
	padding: 50px;
	border: none;
	color: #000CA5;
	font-weight: 800;
	background: url(../images/dhrc_nav.png) no-repeat center;
	background-size: contain;
}
.day_main{
	/*width: 800px;*/
	/*margin: 20px auto;*/
	/*margin-right: 150px;*/
	
	width: 1000px;
    margin: auto;
}
.table_time{
	display: flex;
	justify-content: space-between;
}
.day_table{
	margin-bottom: 40px;
}
.day_table h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.table_line{
	display:flex;
}
.day_main .table_line p{
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #e1e1e1;
	margin:0;
	flex:1;
	padding: 10px;
	text-align: center;
}
.table_title{
	font-weight: 800;
	background: #000CA5;
	color: #fff;
	text-align: center;
}
.day_main .table_line p:first-child{
	max-width:100px;
}
.day_main .table_line p:nth-child(3){
	max-width:100px;
}
.day_main p{
	margin: 10px 0;
}
.block_main{
	text-align: center;
}
.new_block{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 15px;
}
.new_block p{
	color: #848689;
	font-size: 12px;
}
.new_block .title{
	font-weight: 800;
	line-height: 28px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.more{
	margin-top: 20px;
	font-size: 12px;
	display: inline-block;
	color: #848689;
	padding-right: 25px;
	background: url(../images/xwbd_icon.png) no-repeat right;
	background-size: 20px;
}
.block_more{
	display: inline-block;
	font-weight: 800;
	padding: 10px 20px;
	border: 1px solid #000CA5;
	margin: 40px auto;
}
/*.bmch_main{*/
/*	background: url(../images/bmch_bg.jpg) no-repeat center;*/
/*	background-size: cover;*/
/*	overflow: hidden;*/
/*}*/
.bmch_main p img{
	width: 200px;
	margin: 20px auto;
}
.bmch_main p{
	color: #848689;
	text-align: center;
}
.dw_main{
	text-align: center;
}
.dw_main img{
	margin: 10px;
	width: 14%;
	height: 84px;
}
.hg_main{
	text-align: center;
	margin-bottom: 40px;
}
.hg_block {
    padding-top:50px;
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 15px;
}
.hg_block .num_img {
    position: absolute;
    top: 18px;
    width: 80px;
    left: 50%;
	margin:0;
    margin-left: -40px;
    z-index: 1;
}
.hg_block img {
    position: relative;
    z-index: 2;
	margin: 5px 0;
}
.hg_block b {
    font-size: 20px;
    margin-right: 10px;
}
.hzdw_main{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
}
.us_block{
	width: 400px;
}
.us_block div{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.us_block p{
	margin: 5px 0;
	font-size: 16px;
}
.us_block .title{
	font-weight: 800;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.copyryght{
	margin-top: 80px;
	text-align: center;
	background: url(../images/lxwm_bg.png) no-repeat center;
	background-size: 1200px;
	padding: 20px 0;
}
.copyryght p{
	margin: 20px 0;
	font-size: 14px;
}
.bottom_bg{
	background: #f3f4f6;
	overflow: hidden;
	position: relative;
}
.mao{
	position: fixed;
	right: 0;
	bottom: 30%;
	width: 180px;
	cursor: pointer;
	display: none;
	z-index: 10;
}


.t_1 thead th {
	background-color: #8344f6 !important;
	width: 100px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.t_1 td,
.t_1 th {
	border: 1px solid #e1e1e1;
	height: 25px;
	padding: 8px;
	font-size: 14px;
}

table {
	width: 100%;
}
.rcb{
	padding: 35px 0 10px 0px;
}

.rcb:nth-child(1){
	padding: 0px 0 10px 0px;
}

.rcb>span:nth-child(1){
    background-image: -webkit-linear-gradient(right, #0238B7, #7307B6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	font-size: 18px;
	font-weight: bold;
}

.t_1 tr th:nth-child(1){
	    width: 15%;
}
.t_1 tr th:nth-child(2){
	    width: 40%;
}
.name{
	margin:0 !important;
	font-weight: bold;
	margin-bottom: 0px !important;
}
.t_1 th {
	padding: 9px;
}
.t_title{
	margin:0 !important;
	font-size: 12px;
}
.sjsddv{
	padding-top: 10px !important;
}
.zcr{
	font-size: 14px;
}
.zcr>span:nth-child(1){
	font-weight: bold;
}
.zcr>span:nth-child(2){
	font-size: 12px;
}

.lx{
    background: #f3f4f6;    margin-bottom: 0;    padding-top: 40px;
}

@media (min-width: 1200px) {
   .lx{
        width:100%;
   }
}

@media (max-width: 1200px) {
   .lx{
        width:1200px;
   }
}

/**大会专场**/
.zc_btn{
	text-align: center;
}
.zc_btn img{
	width: auto !important;
}
.zc_more{
	font-size: 18px;
    padding: 20px;
    padding-bottom: 0;
    height: 30px;
    font-weight: bold;
}

.dhzc .block {
   width: auto;
   height: auto;
}

.dhzc .block p{
    white-space: pre-wrap;
}

.mao ul li{
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
