*{
	margin: 0;
	padding: 0;
}
a{
	color: black;
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
body{
	/* color: #545454; */
	height: 100vh;
}

@media all and (min-width:1300px){
	
}
@media all and (max-width:1299px){
	#zb_head .zb_head_option a{
		padding: 0 15px;
	}
}
@media all and (min-width:990px){
	.zb_head_mobile{
		display: none;
	}
	.zb_head_pc{
		display: block;
	}
}
@media all and (max-width:989px){
	.zb_head_mobile{
		display: block;
	}
	.zb_head_pc{
		display: none;
	}
	body .zb_file_body{
		padding-top: 52px;
	}
	.zb_file_body .zb_file_left2,.zb_file_body .zb_file_right2{
		width: 100%;
	}
}
@media all and (max-width:660px){
	.zb_file_body .zb_file_width_1{
		width: 100%;
	}
	.zb_file_body .zb_file_tag{
		flex-direction: column;
	}
}
@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;
}
.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;
	top: 0;
}
.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;
	margin-top: 50px;
}
.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_file_body{
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin: auto;
	box-sizing: border-box;
}
.zb_file_title_1{
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	font-family:Arial Black;
	margin-top: 60px;
	color: black;
}
.zb_file_text_1{
	font-size: 14px;
	max-width: 375px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	line-height: 2em;
	font-family:Open Sans;
}
.zb_file_button1{
	background-color: #004A9F;
	color: white;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	margin-top: 20px;
}
.zb_file_text2{
	width: 100%;
	margin-bottom: 40px;
}
.zb_file_text2 h2{
	font-family:Arial Black;
	color: black;
}
.zb_file_text2 p{
	font-size: 14px;
}
.zb_flie_img1{
	max-width: 100%;
	margin-left: 40px;
}
.zb_file_flex_1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zb_file_width_1{
	width: 50%;
}
.zb_file_svg{
	width: 28px;
	height: 28px;
	vertical-align: middle;
}
.zb_file_tag_box{
	font-size: 24px;
	width: ;
}
.zb_file_tag{
	display: flex;
	justify-content: space-between;
}
.zb_file_table{
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	font-family: Comfortaa;
}
.zb_file_left2,.zb_file_right2{
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}
.zb_file_left2 h3,.zb_file_right2 h3{
	text-align: center;
	font-weight: normal;
	font-family:comfortaa;
	padding: 10px 0;
}
.zb_file_table>div{
	display: flex;
	height: 80px;
	align-items: center;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.zb_file_table>div img{
	width: 97px;
    height: 67px;
}
.zb_file_table>div p{
	padding-left: 10px;
    height: 80px;
    font-size: 11px;
    line-height: 80px;
    border-left: 1px solid #ccc;
}
.zb_file_table>div i{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 18px;
	background-color: #80828c;
	color: white;
	font-size: 12px;
	cursor: pointer;
}
.zb_file_rotate{
	transform: rotate(180deg);
}
.zb_file_table_title{
	display: flex;
	height: auto !important;
	align-items: center;
	border-bottom: 1px solid #ccc;
	background-color: #004A9F;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.zb_file_table_title div:first-of-type{
	width: 97px;
	box-sizing: border-box;
	padding-left: 10px;
}
.zb_file_table_title div:last-of-type{
	border-left: 1px solid #ccc;
	padding: 10px 0;
	padding-left: 10px;
}
.zb_file_table .zb_file_table_hide{
	display: none;
	height: auto;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 24px;
}
.zb_file_table_hide div span:first-of-type{
	width: 110px;
	display: inline-block;
	font-weight: bold;
}
.zb_file_br{
	border-top: 1px solid #ccc;
	width: 50%;
	margin: auto;
	margin-top: 20px;
}
.zb_file_text3{
text-align: center;
    padding: 10px;
    width: 100%;
    max-width: ;
    margin: auto;
    font-size: 14px;
    line-height: 27px;
    font-family: Comfortaa;
}
.zb_file_text3 p{
	line-height: 24px;
}
.zb_file_text3 span{
	font-weight: bold;
}
.zb_file_img{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 30px 0;
}
.zb_file_img img{
	transition: all 0.2s;
	box-shadow: 0 0 0 0 #545454;
	cursor: pointer;
	border-radius: 10px;
}
.zb_file_img img:hover{
	box-shadow: 0 0 20px 0 #ccc;
}
.zb_file_text4{
	width: 100%;
	padding: 0 10px;
	margin-top: 40px;
}
.zb_file_text4 h3{
	color: black;
	font-size: 26px;
	font-family:Arial Black;
}
.zb_file_text4 p{
	font-family:Comfortaa;
	font-size: 14px;
	line-height: 2em;
	padding: 10px 0;
}
.zb_file_text4 span{
	font-weight: bold;
}
.zb_file_text5{
	width: 100%;
	padding: 0 10px;
	margin-top: 40px;
}
.zb_file_text5 p{
	font-family:Comfortaa;
	font-size: 14px;
	line-height: 2em;
}
.zb_file_text5 .zb_file_title_2{
	font-family:Arial Black;
	font-weight: bold;
	color: black;
}
.zb_file_text5 h3{
	color: black;
	font-size: 26px;
	font-family:Arial Black;
}
.zb_file_img2{
	max-width: 660px;
	width: 100%;
}