/*面包屑*/
.breadcrumb{
	background-color: #f9f9f9;
}
.breadcrumb>li{
	line-height: 25px;`	
}
/*表格*/
table{
	margin-top: 30px;
}
/*左侧菜单栏*/
.content{
	height:auto;
	position: relative;
}
.content .left{
	width:186px;
	float:left;
	padding:0 20px;

}
.content .left .title{
	width:100%;
	height:70px;
	line-height: 70px;
	color:#000;
	font-size:18px;
	text-align: center;
	border-bottom:solid 3px #db1011;
}
.content .left .btns{
	
	color:#000000;
	text-align: center;
}
.content .left .btns p{
	line-height: 53px;
	border-bottom: solid 1px #cdcdcd;
	position: relative;
	cursor: pointer;
}
.content .left .btns p a{
	display: block;
	color:#333;
}
.content .left .btns p.cur a{
	color:#db1011;
}
.content .left .btns p.cur .caret{
	display: inline-block;
}

em.caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-left: 4px solid #db1011;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right:0;
    top:22px;
}

/*课程体系右侧内容区*/
.content_box{
	background-color:#f9f9f9;
	padding-top:15px;


}
.content_box .w1200{
	background-color: #fff;
	padding: 18px 20px 0;
	overflow: hidden;


}

.right_content{
	margin-left: 242px;
}
.right_content h2 {
    font-size: 28px;
    font-weight: bold;
    color: #db1011;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
}


.curriculum_system {
  width:100%;
}
.curriculum_system  li{
  float:left;
  width:31.6%;
  margin-right: 2.6%;
  margin-bottom: 23px;
  color:#999898;
  border:solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
}
.curriculum_system  li img{
  width:100%;
  margin-bottom:10px;
}
.curriculum_system  li:last-child,.curriculum_system  li:nth-child(3){
  margin-right: 0;
}
.curriculum_system h3{
  font-size:16px;
  color:#333;
  margin-bottom: 5px;
  margin-left: 10px;

}
.curriculum_system  li p{
  margin-left: 10px;
}
.curriculum_system  li span{
  display: inline-block;
  color:#db1011;
   margin-top: 30px;
   margin-left: 10px;
   margin-bottom: 14px;
   font-size:16px;
}
.curriculum_system li a{
  display: block;
  transition: all 1s;
}
.curriculum_system li:hover{
    border-color:#db1011;
}
.curriculum_system li a:hover{
  transform: scale(1.05);
}
.curriculum_system li a:hover p{
  color:#333;
}
.curriculum_system li:hover h3{
  color:#db1011;
}
/*页码*/
.page {
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
	color:#333;
	margin-right:19px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background-color: #db1011;
	color:#fff;
}
/*课程体系详情页*/
.curriculum_system_detail .introduction img{
	width:100%;
}
.curriculum_system_detail .introduction h3{
	font-size:30px;
	font-weight:bold;
	color:#333;
	margin-top: 50px;
	margin-bottom: 30px;
}
.curriculum_system_detail .introduction p{
	font-size:16px;
	color:#999;
}
.curriculum_system_detail .introduction p.price{
	color:#db1011;
	font-size: 38px;
	margin-top: 64px;
}
.curriculum_system_detail .introduction p.price span{
	font-size:20px;
}
.curriculum_system_detail .introduction .btn{
	background-color:#db1011;
	color:#fff;
	font-size: 20px;
	padding:12px 60px;
	margin-top: 45px;
}
.curriculum_system_detail .detail{
	padding-left: 25px;
}
.curriculum_system_detail .detail .title{
	font-size:18px;
	font-weight:bold;
	color:#db1011;
	border-bottom: solid 1px #dcdcdc;
	clear: both;
	margin-top: 64px;
}
.curriculum_system_detail .detail h3{
	border-bottom: solid 3px #db1011;
	display: inline-block;
	padding:0 15px;
	padding-bottom: 12px;
	position: relative;
	bottom:-1px;
}
.curriculum_system_detail .detail p{
	font-size:16px;
	line-height: 25px;
	margin-top: 30px;
}
.curriculum_system_detail .links{
	margin-top: 250px;
	margin-bottom: 50px;
	padding-left:25px;
	

}
.curriculum_system_detail .links p{
	font-size:16px;
	margin-top: 13px;
}
/*培训机构*/
.training_institutions{
	width:60%;
	margin:0 auto;

}
.training_institutions .open>.dropdown-menu{
	height:200px;
	overflow-y: scroll;
}
.training_institutions .select_box{
	padding-bottom: 200px;
}
.training_institutions .dropdown{
	width:100%;
}
.training_institutions .dropdown .btn-default{
	border-color:#db1011;
	width:100%;
}
.training_institutions .list_wrap{
	margin-bottom: 130px;
}
.training_institutions .list_left a,.training_institutions .list_right a{
	line-height: 40px;
	display: block;
}
.training_institutions .list_left a span,.training_institutions .list_right a span{
	color:#db1011;
	margin-right: 5px;
}
.training_institutions .list_right a{
	text-align: right;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
	background-color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
 }
 .training_institutions_detail{
 	width:100%;
 }
 .training_institutions_detail .select_box{
 	width:60%;
 	margin:0 auto;
 }
  .training_institutions_detail_text{
  	padding-bottom: 200px;
  }

 .training_institutions_detail_text h3{
 	font-size:18px;
 	font-weight: normal;
 	color:#db1011;
 	margin-top: 30px;
 	margin-bottom: 5px;
 }
  .training_institutions_detail_text h3:first-child{
  	margin-top: 0px;
  }
  .training_institutions_detail_text div{
  	margin-top:22px;
  }
  .training_institutions_detail_text p{
  	line-height: 25px;
  	font-size: 16px;
  }
  /*联系我们*/
  .contact_information .left{
  	float:left;
  	width:50%;
  }
  .contact_information .left img{
  	margin-right: 30px;
  }
  .contact_information .left p{
  	margin-bottom: 25px;
  }
   .contact_information .right{
   	float:left;
   	width:40%;
   	text-align: center;
   }
    .contact_information .right img{
    	width:145px;
    	margin-bottom: 4px;
    }
    .contact_us .map{
    	padding-top: 15px;
    	clear:both;
    	padding-bottom: 120px;
    }
    .contact_us .map img{
    	width: 100%;
    }
.contact_information .left a{
	display: block;
}
/*开班申请*/
.opening_application_detail label{
	width:285px;
	text-align: right;
	color:#666;
	float:left;
	line-height: 32px;
}
.opening_application_detail ul {
	overflow: hidden;
}
.opening_application_detail ul  input{
	width:320px;
	height:32px;
	border:solid 1px #e5e5e5;
	margin-left: 13px;
}
.opening_application_detail li{
	clear:both;
	margin-bottom: 35px;
}
.opening_application_detail li .select_box{
	width:320px;
	float:left;
	margin-bottom: 35px;
	margin-left: 13px;
}
.opening_application_detail .dropdown{
	width:100%;
}
.opening_application_detail .select_box .col-sm-4:first-child{
	padding-left: 0px;
}
.opening_application_detail .select_box .col-sm-4:last-child{
	padding-right: 0px;
}
.opening_application_detail .select_box .btn{
	padding:5px 12px;
	width:100%;
}
#agreement{
	float:left;
	position: relative;
    top: 6px;
    margin-right: 10px;
	
}
.opening_application_content .opening_application_detail .agreement{
	text-align: center;
	margin-bottom: 6px;
	padding-top: 10px;
}
.opening_application_content .opening_application_detail .agreement div{
	overflow: hidden;
	display: inline-block;
	margin:0 auto;
}
.opening_application_content .opening_application_detail .agreement label {
	width:auto;
	color:#797979;
	font-size:16px;
}
.opening_application_content .opening_application_detail .agreement  span a{
	color:#db1011;
	font-size:16px;
	float:left;
	line-height: 32px;
}
.opening_application_content .opening_application_detail .btn_box{
	text-align: center;
	padding-bottom: 65px;
}
.opening_application_content .opening_application_detail .btn_box .btn{
	color:#fff;
	background-color: #db1011;
	padding: 10px 57px;
	font-size:16px;
	margin:0 auto;
}
.opening_application_detail .dropdown li{
	margin-bottom: 0px;
}
/*考试资料*/
.materials_download {
  margin-top: 40px;
  margin-bottom: 100px;
}
.materials_download  dl{
  margin-top: 30px;
  overflow: hidden;
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 20px;
}
.materials_download  dl:hover h3{
  color:#db1011;
}
.materials_download  dt,.materials_download  dd{
  float:left;
}
.materials_download  dt{
  width:250px;
  margin-right: 25px;
}
.materials_download  dd img{
  position: relative;
  top:-1px;
  margin-left:12px;
  margin-right: 7px;
}
.materials_download  dt img{
  width:100%;
  display: block;
}
.materials_download  p{
  font-size:14px;
  color:#888;
  margin-top: 30px;
  margin-bottom: 43px;
}
.materials_download h3{
	font-weight: bold;
	font-size:16px;
	margin-top: 10px;
}
.materials_download  a{
  font-size:14px;
  color:#db1011;
  width:80px;
  height:30px;
  background-color: #db1011;
  color:#fff;
  display: block;
  line-height: 30px;
}
/*应急动态*/
.emergency_dynamics_detail{
	padding-bottom: 120px;
}
.emergency_dynamics_detail h3{
	margin-bottom: 10px;
	font-size:18px;
	color:#000;
	margin-top: 10px;
	line-height: 25px;
}
.emergency_dynamics_detail li{
	border-bottom: solid 1px #e8e8e8;
}
.emergency_dynamics_detail li:hover h3{
	color:#db1011;
}
.emergency_dynamics_detail li:hover{
	border-bottom: solid 1px #db1011;
}
.emergency_dynamics_detail li a{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	overflow: hidden;
}
.emergency_dynamics_detail li .img{
	float:left;
	margin-right: 30px;
	max-width: 26%;
}
.emergency_dynamics_detail li .img img{
	max-height: 108px;
}

.emergency_dynamics_detail p{
	font-size:14px;
	color:#999;
	line-height: 25px;
}
.emergency_dynamics_detail p.date{
	padding-top: 12px;
	color:#666;
}
/*应急资讯*/
.emergency_information .right{
	float:right;
	width:28%;
}
.emergency_information .right  .yjdt li span {
    margin: 0 7px;
    color: #db1011;
}
.emergency_information .right  .yjdt li a {
    color: #333;
    display: block;
    border-bottom: solid 1px #e5e5e5;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.emergency_information .right  .yjdt li a:hover{
	color:#db1011;
}
.emergency_information .right  .yjdt h3{
	line-height: 64px;
	font-size:18px;
	color:#db1011;
}
.emergency_information .right  .yjdt{
	background-color:#fafafa;
	padding-left: 20px;
	border-top:solid 2px #db1011;
}
.emergency_information .process{
	width:100%;
	margin-top: 16px;
  overflow:hidden;
}
.emergency_information .process li{
	width:30%;
	margin-right: 5%;
	float:left;
	text-align: center;
	margin-bottom: 10px;
}
.emergency_information .process li:last-child,.emergency_information .process li:nth-child(3){
	margin-right: 0;
}
.emergency_information .process li img{
	margin-bottom:12px;
}
.emergency_information .process li img.white{
  display: none;
}
.emergency_information .process li a{
	color:#db1011;
	display:block;
	background-color:#F5F5F5;
	padding:30px 0 24px;
}
.emergency_information .process li a:hover{
	background-color: #db1011;
	color:#fff;
}
.emergency_information .process li a:hover img.white{
  display: inline-block;
}
.emergency_information .process li a:hover img.red{
  display: none;
}
.emergency_information .left{
	width:70%;
	float:left;
	
}
.emergency_information .left .title{
	background-color: #f8f8f8;
	border-bottom: solid 0px #333;
	text-align: left;
	overflow: hidden;
	height:auto;
	line-height: 40px;
	font-size:16px;
	color:#adacac;
	padding-left: 30px;
}
.emergency_information .left .title span{
	margin-right: 26px;
}
.emergency_information .left .title span img{
	margin-right: 9px;
}
.emergency_information .left h2{
	font-size:23px;
	font-weight:bold;
	color:#333;

}
.emergency_information .left .text{

	line-height: 30px;
	font-size:16px;
}
.emergency_information .left .text h3{
	font-size:16px;
	font-weight:normal;
	margin-bottom: 70px;
	margin-top: 36px;
}
.emergency_information .left .text p{
	margin-top: 36px;
}
.emergency_information .left .title .date span:first-child{
	margin-left: 100px;
}
.hyfa-xq-bottom {
    margin-top: 48px;
    padding-bottom: 120px;
}
.hyfa-xq-bottom .bottom_left {
    width: 50%;
    float:left;
}

.hyfa-xq-bottom .bottom_left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-xq-bottom .bottom_left p, .hyfa-xq-bottom .bottom_left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .bottom_left p a:hover {
    color: #015cae;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bshare-weixin {
    background-position: -96px 0;
}
.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.hyfa-xq-sj {
    text-align: center;
    margin: 30px 0;
}

.hyfa-xq-sj p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
	.content_box .w1200{
		padding:15px 0px;
	}
	.breadcrumb{
		padding:8px 10px;
		font-size: 12px;
		margin:0 15px;
	}
	.content_box{
		margin-top: 56px;
		clear:both;
	}
	.content .left{
		float:none;
		height:auto;
		width:100%;
		position: static;
		padding:0 15px;
	}
	.right_content{
		margin-left: 0;
		margin-top: 50px;
	}
	.classification_content{
		margin-left:0;
		margin-top: 40px;

	}

    .curriculum_system  li{
        width:48%;
        margin-right: 4%;
    }
     .curriculum_system  li:nth-child(3){
            margin-right: 4%;
     }
    .curriculum_system  li:nth-child(2),.curriculum_system  li:nth-child(4){
        margin-right: 0;
    }
    .pagination>li>a, .pagination>li>span{
    	margin-right: 0px;
    }
    /*课程体系详情*/
    .curriculum_system_detail{
    	padding-top: 30px;
    }
    .curriculum_system_detail .introduction h3 {
	    font-size: 24px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.curriculum_system_detail .introduction p.price {
	    font-size: 30px;
	    margin-top: 20px;
	}
	.curriculum_system_detail .introduction .btn {
	    font-size: 20px;
	    padding: 10px 50px;
	    margin-top: 20px;
	}
	.curriculum_system_detail .detail,.curriculum_system_detail .links{
		padding-left: 0px;
	}
	.curriculum_system_detail .links{
		margin:60px 0 40px;
	}

	/*培训机构*/
	.training_institutions_detail .select_box{
		width:100%;
	}
	.training_institutions{
		width:100%;
	}
	.training_institutions .list_left a,.training_institutions .list_right a{
		text-align: center;
	}
	.training_institutions .list_wrap{
		margin-bottom: 40px;
	}
	.training_institutions_detail_text{
		padding-bottom: 40px;
	}
	/*联系我们*/
	.contact_information .left{
		padding:0 0;
		width:100%;
	}
	.contact_information .right{
	 	width:100%;
	 }
	 .contact_us .map{
	 	width:100%;
	 	padding-top: 40px;
	 }
	 .contact_us .map{
	 	padding-bottom: 40px;
	 }
	 /*开班申请*/
	 .opening_application_detail label{
	 	width:auto;

	 }
	 .opening_application_detail ul input{
	 	width:100%;
	 	margin-left: 0px;
	 }
	 .opening_application_detail li .select_box{
	 	width:100%;
	 	margin-left: 0px;
	 }
	 /*考试资料*/
	 .materials_download dt{
	 	width:50%;
	 	margin-right: 0px;
	 }
	 .materials_download{
	 	margin-bottom: 40px;
	 }
	  .materials_download dd{
	 	width:48%;
	 	float:right;
	 }
	 .materials_download h3{
	 	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: 0px;
	 }
	 .materials_download p {
	 	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	    margin-top: 12px;
	    margin-bottom: 20px;
	}
	/*应急动态*/
	.emergency_information .right{
		float:none;
		width:100%;
		clear:both;
	}
	.emergency_dynamics_detail{
		padding-bottom: 60px;
	}
	.hyfa-xq-bottom .right{
		clear:both;
		padding-top: 40px;
	}
	.hyfa-xq-bottom .bottom_left{
		width:100%;
	}
	.emergency_information .right .yjdt{
		padding-left: 0px;
		margin-bottom: 30px;
	}
	.hyfa-xq-bottom{
		padding-bottom: 80px;
	}
	.content .emergency_information .left{
		padding:0;
	}
	.emergency_information .left .title{
		padding-left: 0;
		padding:0 10px;
	}
	.emergency_information .left .title .date span:first-child{
		margin-left: 46px;
	}
	.emergency_information .left h2{
		font-size:20px;
		line-height: 30px;
	}
	.emergency_dynamics_detail li .img{
		float:none;
		margin-right: 0;
		max-width:100%;
	}
	.emergency_dynamics_detail li .img a{
		padding-bottom: 0;
	}
	.emergency_dynamics_detail li .img img{
		width:100%;
	}
	.emergency_dynamics_detail li a{
		padding-left: 0px;
	}
}