@charset "utf-8";
*{margin: 0px;padding: 0px;}
html,body{width: 100%;height:100%;}
body{max-width:960px;font-size:12px;margin:0 auto;background:#e2e2e2;font-family:"微软雅黑","microsoft yahei",Tahoma, Arial, Verdana, sans-serif;cursor: default;}
ul,ol{list-style-type: none;}
h1,h2,h3,h4,h5,h6{font-weight: 100;font-size: 18px;}
em,i{font-style:normal} 
img{border: none;}
a,input,button,textarea,select{outline: none;}
a{text-decoration:none;color:#000;}
a:active{color: #1D3366;}
i.kong{clear:both;}
img.img{pointer-events: none;}
.page{width: 100%;margin: 20px auto;text-align: center;}
.page a,.page span{padding: 5px 10px;border: 1px solid #e2e2e2;color: #666;}
.page span,.page a:hover{color: #fff;background: #1D3366;border: 1px solid #1D3366;}
.head,.banner,.main,.foot{margin: 0 auto;position: relative;}
#box{max-width: 960px;margin: 0 auto;min-height: 100%;height: auto;overflow: hidden;background: #e2e2e2;}

/*--------------------------END*/

.head{
	height: 50px;
	background: url(../images/head.jpg) no-repeat center;	
	background-size:100% 100%;
}
.head .logo{
	float: left;
	height: 35px;
	margin: 7px 0 0 3%;
}

.banner{
	background: #007AFF;
}

.banner li{
	height: 100%;
	background: #E60118;
}

.nav{
	height:auto;
	overflow: hidden;
	background: url(../images/nav.jpg);
}
.nav a{
	float: left;
	width: 20%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #1d3366;
	font-size: 14px;
}
.nav a.on{
	background: url(../images/on.png) center no-repeat;
	background-size:80% auto;
	color: #FFFFFF;
}
.nav a:after{
	width: 1px;
	height:70%;
	content: "";
	background: #e6e6e6;
	position: absolute;
	right: 0;
	top: 15%;
}
.nav a:before{
	width: 80%;
	height:1px;
	content: "";
	background: #e6e6e6;
	position: absolute;
	left: 10%;
	bottom:0;
	margin-left: -1px;
}

.section{
	height: auto;
	overflow: hidden;
	margin: 10px auto 0 auto;
	padding-bottom:15px;
	background: #FFFFFF;
}

.section01{padding:0 3% 15px 3%;}
.section01 .nav-sort ul{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ececec;
}
.section01 .nav-sort ul li{
	width: 33%;
	height: 40px;
	text-align: center;
	font-size: 18px;
	float: left;
	position: relative;
}
.section01 .nav-sort ul li.click{
	color: #1d3366;
	font-weight: bold;
}
.section01 .nav-sort ul li.click:after{
	width: 30%;
	height: 3px;
	content: "";
	background: #1D3366;
	border-radius: 30px;
	position: absolute;
	left: 35%;
	top: 39px;
}
.section01 .content{
	margin-top: 10px;
}
.section01 .content .li-content{
	display: none;
}
.section01 .content .li-content:nth-child(1){
	display: block;
}

.section01 .content .swiper-pagination{
	color: #FFFFFF;
	text-align: right;
	margin-left: -10px;
}
.section01 .content .swiper-pagination-current{
	font-size: 18px;
	font-weight: bold;
}
.section01 .content .swiper-container-v li{
	position: relative;
}
.section01 .content .swiper-container-v li a{
	display: block;
	width: 100%;
	height: 100%;
}

.section01 .content .swiper-container-v h2{
	display: block;
	width: 70%;
	height: 20px;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}

.section01 .content .li-content .video iframe{
	width: 100%;
	height: auto;
}

/*-----列表样式-----*/
ul.ul-list li{
	padding: 10px 0;
	border-bottom: 1px dashed #ECECEC;
}
ul.ul-list li,ul.ul-list li a{
	height: auto;
	overflow: hidden;
	display: block;
}
ul.ul-list li a dl dt,
ul.ul-list li a img{
	float: left;
	width: 100px;
	height:70px;
}
ul.ul-list li a dl dt{
	margin-right: 10px;
	overflow: hidden;
}
ul.ul-list li a dl{
	width: 100%;
    height: auto;
    display: table;
}
ul.ul-list li a dl dt,ul.ul-list li a dd{
	display: table-cell;
    vertical-align: top;

}
ul.ul-list li a dl dd .df_h2{
     color: #000;
}
ul.ul-list li a dd{
	width: 100%;
    color: #000;
}
ul.ul-list li a dl dd .df_h2{
	font-size:16px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}
ul.ul-list li a dl dd h2 .margin{
	margin-bottom: 10px;
    color: #000;
}

ul.ul-list li a dl dd span{
	line-height: 20px;
	color: #000;
}
.more{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}
.more a{color: #1D3366;}

/*-----end-----*/

.fast-entry{
	margin-top: 10px;
	font-size: 0;
}
.fast-entry img{width: 100%;}

.section .title{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #1D3366;
	background: url(../images/bt.png) no-repeat left;
	background-size: auto 35px;
}
.section .title h1{
	color: #FFFFFF;
	float: left;
	margin-left: 6%;
}
.section .list{
	padding: 0 3%;
}


.imglist,.imglist ul{
	height: auto;
	overflow: hidden;
}
.imglist li{
	float: left;
	width: 45%;
	overflow: hidden;
	margin-top:10px;
}
.imglist li:nth-child(odd){
	margin: 10px 4% 0 3%;
}
.imglist li a,.imglist li a img{
	display: block;
	width: 100%;
	background: #f8f8f8;
}
.imglist li a p{
	text-align: center;
	line-height: 25px;
	font-size: 16px;
}

.subnav{
	height: 35px;
	border-bottom: 1px solid #e2e2e2;
}
.subnav li{
	width: auto;
	position: relative;
}
.subnav li:after{
	width:1px;
	height: 30%;
	content: "";
	background: #e2e2e2;
	position: absolute;
	right: 0;
	top: 35%;
}
.subnav li:last-child:after{
	display: none;
}
.subnav li a{
	display: block;
	padding:0 15px;
	line-height: 35px;
	color: #1D3366;
	font-size: 14px;
	position: relative;
}
.subnav li a.on:after{
	width: 50%;
	height: 3px;
	content: "";
	background: #1D3366;
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: 25%;
}


/*-----在线报名&留言-----*/
.ol{
	background: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 10px;
}
.ol h1.dbt{
	text-align: center;
	line-height: 45px;
	color: #1D3366;
	font-weight: bold;
}
.ol p.bt{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: #1D3366;
	line-height: 20px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
.ol p.bt i{
	font-size: .5em;
	color: red;
}

.ol dl{
	display: table;
	width: 90%;
	margin: 0 auto 10px auto;
}
.ol dt,.ol dd{
	display: table-cell;
	vertical-align: top;
}
/*right*/
.ol dd {
	border: 1px solid #e2e2e2;
	overflow: hidden;
	height: 28px;
	/*padding-right: 10px;*/
}
.ol dd input,.ol dd select{
	display: block;
	width: 100%;
	padding: 5px;
	border: none;
	background: none;
}
.ol dd input{
	height: 18px;
}

.ol dd.auto {border: none;}
.ol dd.auto input{
	width: auto;
	display: none;
}
.ol dd.auto label{
	float: left;
	margin-right: 15px;
}
.ol dd.auto font{
	padding-left: 15px;
	position: relative;
	line-height: 30px;
}
.ol dd.radio font:after{
	width: 10px;
	height: 10px;
	content: "";
	border:1px solid #e2e2e2;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.ol dd.radio font.click:after{
	border: 4px solid #1D3366;
    width: 4px;
    height: 4px;
}
.ol dd.textarea{
	height: 100px;
}
.ol dd.textarea textarea{
	width: 100%;
	height: 100%;
}
#Text1{
	width: 70%;
	height: 30px;
	background: #1D3366;
	border: none;
	color: #FFFFFF;
	margin: 0 auto;
	display: block;
}
.ol dd.yzm{
	border: none;
}
.ol dd.yzm input{
	border: 1px solid #e2e2e2;
}

/*left*/
.ol dt{
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.ol dt,.ol dt span{
	width: 65px;
	height: 30px;
}

.ol dt span{
	display: block;
	line-height: 30px;
	overflow: hidden;
	font-size: 15px;
	text-align: justify;
}
.ol dt span:after{
	width: 65px;
	height: 30px;
	content: "";
	display: inline-block;
}
.ol dt.bitian:after{
	width: 10px;
	height: 30px;
	content: "*";
	color: red;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
	text-align: right;
}


/*-----end-----*/


.reply{
	height:auto;
	overflow: hidden;
	padding: 0 3%;
	background: #FFFFFF;
}
.reply h2{
	width: 100%;
	margin: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #e2e2e2;
	color: #30529A;
	font-size: 18px;
	font-weight: bold;
}
.reply .new_reply{
	background: #f5f5f5;
	padding: 10px;
	font-family: "宋体";
	margin-bottom: 15px;
	line-height: 20px;
}
.reply .new_reply strong{
	font-size: 14px;
	color: #30529A;
}
.reply .new_reply p{
	padding: 5px 0;
	border-bottom: 1px dashed #999999;
	color: #4e4e4e;
}
.reply .new_reply font{color: #999;}

.reply .new_reply_b{padding: 10px 0 0 0;color: #C90000;}
.reply .new_reply_b strong{color: #C90000;}
.text-content{
	padding:10px 3%;
}
.text-content .text-content-h1,.text-content .text-content-span{
	display: block;
	text-align: center;
}
.text-content .text-content-span{
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0;
	margin: 5px 0 10px 0;
}
.text-content .content img{
	max-width: 100%;
	height: auto;
}

.search{
	width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
}
.search .search-input span.cancel,.search .search-input span.button{width: 0;}
.search input{
	width: 50px;
	height: 50px;
	border: none;
	background: url(../images/search.png) no-repeat center;
	background-size:30px 30px;
}

.search-an{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.search-an i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
}
.search-an .search-input{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
	display: table;
}
.search-an .search-input span{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.search-an .search-input span.cancel,.search-an .search-input span.button{
	width: 50px;
}
.search-an .search-input span.button button{
	border: none;
	height: 50px;
	background: none;
	color: #666;
	font-family: "微软雅黑";
}
.search-an .search-input span.cancel{background: url(../images/cancel.png) no-repeat center;background-size:24px 24px;}
.search-an .search-input input{
	width: 90%;
	border: 1px solid #E2E2E2;
	border-radius: 30px;
	height: 28px;
	margin: 10px 0;
	padding: 0 10px;
	background: #FFFFFF;
	color: #666;
}

.foot{
	padding: 10px 0;
	background: #1b1b1b;
	text-align: center;
	color: #999999;
}
.foot .f_nav{
	width: 86%;
	margin: 0 auto 5px auto;
}
.foot a{
	color: #999999;
}

iframe{
	width:100%;
	height:auto;
}
.df_outbox{
	position: relative;
	height: auto;
}
.df_imageicon{
	float: left;
	width: 50%;
	
}

.df_imageicon img{
	display: block;
	width: 100%;
}
.df_clear{
	 clear: both;
}

ul.ul-list li a dl dd h2{

    color: #000;
}
.df_contenttitle{
	font-size: 1.2rem;
}































































































































































