*{
	margin: 0;
	padding: 0;
}
a{
	color: black;
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
body{
	/* color: #545454; */
	height: 100vh;
}
@keyframes xuanZuanFangDa{
	0%{
		transform: scale(0.6,0.6) rotate(-60deg);
	}
	80%{
		transform: scale(1,1) rotate(20deg);
	}
	100%{
		transform: scale(1,1) rotate(0deg);
	}
}
@media all and (min-width:990px){
	.zb_head_mobile{
		display: none;
	}
	.zb_head_pc{
		display: block;
	}
	.zb_details_redbox{
		width: 50%;
	}
}
@media all and (max-width:1300px){
	#zb_head .zb_head_option a{
		padding: 0 15px;
	}
}
@media all and (max-width:989px){
	.zb_head_mobile{
		display: block;
	}
	.zb_head_pc{
		display: none;
	}
	.zb_details_redbox{
		width: 100%;
	}
	.zb_details_red{
		padding-top: 52px;
	}
}
@media all and (max-width:660px){
	.zb_details_body .zb_details_article_button{
		width: 100%;
	}
	.zb_details_body .zb_details_more_box{
		width: 100%;
	}
}
@keyframes bianbianbian {
	0% {
		max-height: 0px;
		opacity: 0;
	}
	100% {
		max-height: 600px;
		opacity: 1;
	}
}
#zb_head{
	font-size: 16px;
}
.zb_head_top{
	background-color: #f2f2f2;
}
.zb_head_box{
	max-width: 1300px;
	min-width: 970px;
	width: 100%;
	margin: auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.zb_head_text{
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
}
.zb_head_mail{
	text-align: right;
	width: 25%;
	font-size: 15px;
}
.zb_head_phone{
	font-family: Comfortaa;
	height: 24px;
	background-color: #004A9F;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
	cursor: pointer;
}
.zb_head_phoneH{
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 30px;
	transition: color 0.5s;
	color: white;
}
.zb_head_phoneH:hover{
	color: black;
}
.zb_head_title{
	max-width: 1200px;
	min-width: 970px;
	width: 100%;
	margin: auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.zb_head_option{
	font-family: Open Sans;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	flex-shrink: 0;
}
.zb_head_option a{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	color: #333;
	padding: 0 25px;
	position: relative;
	transition: color 0.2s;
}
.zb_head_option:hover a{
	color: #004A9F;
}
.zb_head_list{
	display: flex;
	align-items: center;
	min-width: 420px;
	box-sizing: border-box;
	position: relative;
}
.zb_head_sss{
	display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    color: #333;
    width: 39%;
}
.zb_head_sss p{
	margin-left: 8px;
}
.zb_head_logo{
	width: 53px;
}

.zb_head_input{
	
	position: relative;
	display: flex;
	align-items: center;
}
.zb_head_input>input{
	width: 100%;
	height: 36px;
	padding: 0 5px;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid rgb(221,221,221);
}
.zb_head_input>img{
	width: 22px;
	position: absolute;
	right: 5px;
	cursor: pointer;
}
.searchImg{
	width: 22px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#zb_head .zb_head_selected a::before{
	content: "";
	width: 100%;
	background-color: #004A9F;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#zb_head .zb_head_select a::before{
	content: "";
	width: 100%;
	background-color: #004A9F;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.zb_head_subitem{
	max-width: 1200px;
	min-width: 970px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.zb_head_jt{
	width: 12px;
	vertical-align: middle;
	visibility: hidden;
}
.zb_head_xl{
	width: 100%;
	height: 0px;
	transition: height 0.8s,opacity 0.8s;
	position: absolute;
	overflow: hidden;
	top: 55px;
	right: 0;
	background-color: white;
	z-index: 10;
	opacity: 0;
}
.zb_head_xx{
	color: #545454;
	font-weight: normal;
	line-height: normal;
	padding: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
	margin-top: 20px;
}
.zb_head_xx:hover{
	font-weight: bold;
}
.zb_head_zh{
	display: flex;
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
.zb_head_zh>div{
	width: 80px;
}
.zb_head_zh img{
	width: 80px;
	height: 80px;
}
.zb_head_item{
	font-size: 14px;
	cursor: pointer;
	padding: 10px 0;
}
.zb_head_item_img{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	transform: rotate(0deg);
	transition: transform 0.3s;
}
.zb_head_item:hover .zb_head_item_img{
	transform: rotate(180deg);
}
.zb_head_drawer {
    position: absolute;
    top: 38px;
    width: 17%;
    z-index: 10;
    background-color: white;
    padding: 10px 10px;
    display: none;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    opacity: 0;
    cursor: default;
}
.zb_head_drabox:hover p{
	color: #004A9F;
}
.zb_head_drabox {
    /* width: 20%; */
    min-width: 220px;
    height: 35px;
    line-height: 35px;
    /* overflow: hidden; */
    text-align: center;
    border-bottom: 1px solid #ececec;

}
.zb_head_drabox img{
	width: 140px;
	margin: auto;
	cursor: pointer;
}
.zb_head_item:hover .zb_head_drawer{
	display: flex;
	animation: bianbianbian 0.6s 1 forwards;
}
.zb_head_mobile{
	width: 100%;
	height: 52px;
	background-color: white;
	position: fixed;
	z-index: 100;
}
.zb_head_nav{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.zb_head_center img{
	height: 100%;
}
.zb_head_left{
	width: 52px;
	height: 52px;
	margin-left: 10px;
	position: relative;
}
.zb_head_left i{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 36px;
	position: absolute;
	text-align: center;
}
.zb_head_left span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 40px;
	line-height: 45px;
	display: none;
	position: absolute;
	text-align: center;
}
.zb_head_right{
	width: 52px;
	height: 52px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zb_head_right img{
	width: 30px;
	height: 30px;
}
.zb_head_sousuo{
	width: 100%;
	height: 52px;
	background-color: white;
	padding: 10px 20px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: none;
}
.zb_head_sousuo input{
	border: 1px #ccc solid;
	width: 100%;
	height: 80%;
	outline: none;
	border-radius: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
.zb_head_sousuo img{
	height: 60%;
	max-width: 20px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.zb_head_menu{
	width: 0px;
	height: calc(100vh - 52px);
	transition: width 0.5s;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	overflow: auto;
}
.zb_head_menu_box{
	width: 100vw;
	flex-shrink: 0;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 14px;
}
.zb_head_menu_title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.zb_head_menu_title i{
	float: right;
	transform: rotate(0deg);
	transition: transform 0.3s;
}
.zb_head_menu_list{
	display: none;
}
.zb_head_menu_list li{
	padding: 0 20px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.zb_body_bottom{
	width: 100%;
	background-color: #004A9F;
	color: white;
}
.zb_bot_main{
	max-width: 1180px;
	width: 100%;
	margin: auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.zb_bot_box{
	width: 300px;
	margin-top: 20px;
}
.zb_bot_box h1{
	font-size: 24px;
}
.zb_bot_box div{
	display: flex;
}
.zb_bot_box i{
	font-size: 12px;
	line-height: 28px;
	margin-right: 5px;
}
.zb_bot_box p{
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}
.zb_bot_box a{
	color: white;
	line-height: 2em;
}
.zb_bot_logo{
	max-width: 1180px;
	width: 20%;
	display: flex;
	justify-content: space-between;
	font-size: 28px;
	margin: auto;
	padding-bottom: 20px;
}
.zb_bot_logo i{
    color: #fff;
	width: 25%;
	padding-left: 20px;
	box-sizing: border-box;
}
.zb_bot_end{
	text-align: center;
	padding: 20px;
	font-size: 12px;
}
.zb_details_red{
	width: 100%;
    background-color: #004A9F;
}
.zb_details_redmain{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	padding: 10px 0;
}
.zb_details_redbox{
	height: 90px;
	font-family: Comfortaa;
	color: white;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.zb_details_redbox span:hover{
	color: #0ff;
	cursor: pointer;
}
.zb_details_red_left{
	font-size: 22px;
}
.zb_details_red_right{
	font-size: 13px;
    text-align: right;
    /* padding-left: 20px;*/
}
.zb_details_article{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 60px;
	box-sizing: border-box;
	color: #545454;
	
}
.zb_details_article_title{
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
}
.zb_details_article_tag{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zb_details_article_tag span{
	font-size: 18px;
	padding: 0 20px;
}
.zb_details_article_R{
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: Calibri;
	font-size: 16px;
	line-height: 1.5rem;
}
.zb_details_article_B{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
.zb_details_article_T{
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.8rem;
}
.zb_details_article_I{
	width: 100%;
	max-width: 550px;
	padding: 20px 0;
}
.zb_details_article_button{
	max-width: 40%;
	border: 1px solid #ddd;
	padding: 10px 10px;
	border-radius: 50px;
	font-size: 14px;
	color: #00caca;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
	cursor: pointer;
}
.zb_details_article_button:hover{
	background-color: #ccc;
	color: #545454;
}
.zb_details_article_bottom{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zb_details_article_K{
	text-align: center;
	font-size: 14px;
	margin: 40px 0;
}
.zb_details_more_hide{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(250,250,250,0.6);
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.zb_details_more_hide i{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background-color: rgba(50,50,50,0.5);
	color: white;
}
.zb_details_more_box{
	width: 33%;
	box-sizing: border-box;
	padding: 0 10px;
}
.zb_details_more_img{
	height: auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.zb_details_more_img img{
	width: 100%;
}
.zb_details_more_box:hover .zb_details_more_hide{
	display: flex;
}
.zb_details_more_box:hover .zb_details_more_hide i{
	animation: xuanZuanFangDa 0.3s 1 forwards;
}
.zb_details_more{
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
}
.zb_details_more_text{
	color: #545454;
	font-size: 14px;
	line-height: 26px;
}
.zb_details_more_text p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}