.banner{
	background: #f42424;
	position: relative;
	font-size: 0;
	overflow: hidden;
}
/*报名*/
.apply{
	background: #F8F8F8;
	padding-top: 50px;
	transition: all .3s;
}
.apply .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	position: relative;
	top: 45px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.apply .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.apply .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.apply .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.apply .shard_shuoming .icon img.active{
	display: block;
}
.apply .shard_shuoming .font{
	float: right;
}
.apply .contact h3{
    line-height: 68px;
    font-size: 48px;
    font-weight: bold;
    color: #ff6c48;
    text-align: center;
    animation: changesColor 10s linear infinite;
}

.apply .contact .con{
	overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 20px;
}

.apply .contact .con .txt_block{
	width: 260px;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;    
	padding-left: 10px;
	display: flex;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	background: #fff;
	font-size: 14px
}
.apply .contact .con .txt_block p{
	width: 60px;
	text-align: right;
}
.apply .contact .con .txt_block.yanzheng{
	margin-right: 0;
}
.apply .contact .con .txt_block .yanzheng img{
	flex: 1;
}
.apply .contact .con .txt_block.active{
	border-color: #6B96FF;
    box-shadow: 0 3px 10px rgba(107,150,255,0.2);
	transition: all 0.3s;
}
.apply .contact .con .txt_block p{
	float: left;
}
.apply .contact .con .txt_block.long p{
	width: 80px;
}
.apply .contact .con .txt_block input{
	float: left;
	width: 200px;
	margin-left: 10px;
}
.apply .contact .con .con_btn{
	display: block;
	width: 200px;
	height: 45px;
    background: #e1413e;
    text-align: center;
    line-height: 45px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    margin: 0px auto;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
    top: 70px;
    margin-bottom: 110px;
    transition: all 0.3s;
}
.apply .contact .con .con_btn:hover{
	box-shadow: 0 0 20px rgba(208, 66, 52, .3);
	background: #FF3333;
}
/*改变字体颜色动画*/
@keyframes changesColor{
	0%{
		color: orange;
	}
	20%{
		color: orangered;
	}
	40%{
		color: deepskyblue;
	}
	60%{
		color: hotpink;
	}
	80%{
		color: #09F768;
	}
	100%{
		color: orange;
	}
}
.g{
	animation: wobble 5s infinite;
	top: 50%;
	left: 50%;
	width:500px; 
	position: absolute;
	margin-left: -250px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/* 有智慧，更消防 */
.zhihui{
	margin-top: 70px;
	overflow: hidden;
}
.zhihui ul{
	margin-top: 90px;
	overflow: hidden;
}
.zhihui li{
	float: left;
	width: 187px;
	margin-right: 150px;
}
.zhihui li.last{
	margin-right: 0;
}
.zhihui li .zh_01{
	cursor: pointer;
	transition: all .3s;
}
.zhihui li .zh_01:hover{
	transform: translateY(-3px);
}
.zh_more{
	width: 200px;
	font-size: 0;
	cursor: pointer;
	float: right;
	margin-top: 60px;
	transition: all .3s;
}
.zh_more:hover{
	transform: translateY(-7px);
}

/* 证书背景 */
.beijing{
	margin-top: 70px;
	font-size: 0;
	position: relative;
}
.ling{
	position: absolute;
	bottom: 5%;
	left: 50%;
	cursor: pointer;
	width: 400px;
	transition: all .1s;
	margin-left: -200px;
}
.ling:hover{
	bottom: 5.6%;
	transform: scale(0.99);
}

/* 国家认证 */
.renzheng{
	margin-top: 70px;
}
.rz_con{
	overflow: hidden;
}
.renzheng ul{
	overflow: hidden;
}
.renzheng .menu{
	margin-top: 90px;
	margin-left: 60px;
}
.renzheng li{
	float: left;
}
.renzheng .menu li{
	margin-right: 230px;
	cursor: pointer;
	transition: all .3s;
}
.renzheng .menu li.last{
	margin-right: 0;
}
.renzheng .menu li p{
	width: 200px;
	height: 3.7px;
	background: #BDBDBD;
	margin: 6px auto 10px;
	border-radius: 3px;
}
.renzheng .menu li.active p{
	background: #0271BD;
}
.renzheng .con{
	width: 9999px;
	position: relative;
}
.renzheng .con li{
	width: 1200px;
}
.yijian{
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}
.yj{
	cursor: pointer;
	transition: all .3s;
}
.yj:hover{
	transform: translateY(-5px);
}
.yijian .yj_dong{
	width: 22px;
	margin: 10px auto;
	animation: dong 3s infinite;
}
@keyframes dong{
	from{
		transform: translateY(-10px);
	}
	50%{
		transform: translateY(0);
	}
	to{
		transform: translateY(-10px);
	}
}

/* 一建查询 */
.yicha{
	font-size: 0;
	margin-top: 30px;
	position: relative;
}
.yicha .chaxun{
	position: absolute;
	cursor: pointer;
	left: 50%;
	bottom: 10%;
	width: 400px;
	margin-left: -200px;
	transition: all .3s;
}
.yicha .chaxun:hover{
	transform: translateY(-3px);
}

/* 证书样本 */
.yangben{
	margin-top: 100px;
}
.yangben p{
	color: #f42424;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 12px;
}


/*弹窗部分*/
.changeShard img{
	width: 100%;
}
.changeShard{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}
.changeShard .shardBox{
	width: 450px;
	position: absolute;
    top: 176.5px;
    left: 50%;
    margin-left: -220px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 19px;
	padding-bottom: 20px;
}
.changeShard .shardBox .tan_close{
	position: absolute;
	right: -30px;
	top: -15px;
	cursor: pointer;
	width: 28px;
}
.changeShard .shardBox .title{
    font-size: 0;
}
.changeShard .shardBox h3{
	text-align: center;
	margin-top: 30px;
	font-size: 21px;
	letter-spacing: 1px;
	color: #0729AE;
}
.changeShard .shardBox .info{
	width: 330px;
	margin: 0px auto;
	margin-top: 20px;
	border: 1px solid #ddd;
	line-height: 47px;
	transition: all .3s;
	overflow: hidden;
}
.changeShard .shardBox .info.active{
	border-color: #3B7BE8;
}
.changeShard .shardBox .info .icon{
	float: left;
	width: 40px;
	text-align: center;
}
.changeShard .shardBox .info .icon img{
	vertical-align: middle;
	width: 24px;
}
.changeShard .shardBox .info .icon.icon_n img{
	width: 21px;
}
.changeShard .shardBox .info .icon .act{
	display: none;
}
.changeShard .shardBox .info input{
	float: left;
	margin-left: 3px;
	line-height: 47px;
	height: 47px;
	width: 285px;
	font-size: 15px;
}
.changeShard .shardBox .toGet{
	background: url(../img/tan_btnbg.png) repeat-y;
	background-size: 100%;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	width: 230px;
	margin: 0 auto;
	margin-top: 20px;
	transition: all .3s;
}
.changeShard .shardBox .toGet:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.changeShard .shardBox .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.changeShard .shardBox .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.changeShard .shardBox .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.changeShard .shardBox .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.changeShard .shardBox .shard_shuoming .icon img.active{
	display: block;
}
.changeShard .shardBox .shard_shuoming .font{
	float: right;
	width: 220px;
}
.footer{
	margin-top: 70px;
}
