@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "Source Han Sans CN";
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #424242;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img{
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;
	user-select:none;
}
body{
	position: relative;
	min-width: 1200px;
	overflow-x: hidden;
	background: #ffe3d6;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ptb3{padding-top: 30px;padding-bottom: 30px;}
/*编辑器*/
.text{font-size: 14px;color: #424242;line-height: 2em;word-wrap: break-word;word-break: normal;}
.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.text *{max-width: 100% !important;}
/*************内容区域**************/

.contentBox{
	position: relative;
	height: 500px;
	width: 100%;
	padding-top: 295px;
}
.topBg{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.swiper-container{
	height: 434px;
	border-radius: 10px;
}
.videoBox{
	position: relative;
	z-index: 2;
	width: 860px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background: #c30d0d;
	padding: 34px 0 0;
}
.video{
	padding-bottom: 34px;
}
.slideBox{
	width: 792px;
	display: block;
	margin: 0 auto;
	position: relative;
	display: block;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border-radius: 10px;
}
.videoBox a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    z-index: 2;
    background: url(2020zbnhzb_icon1.png);
    margin-top: -45px;
    margin-left: -45px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.videoBox a{display: block;position: relative;}
.videoBox a img{
	width: 792px;
	height: 434px;
	border-radius: 10px;
}
.tabBtn ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.tabBtn li{
	flex: 1;
	-webkit-flex: 1;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	height: 73px;
	padding-top: 10px;
	cursor: pointer;
	z-index: 2;
}
.tabBtn li span{
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.tabBtn li p{
	position: relative;
	z-index: 2;
}
.tabBtn li img{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
.tabBtn li img.bg2{display: block;}
.tabBtn .ul1 li.on{
	z-index: 4;
}
.tabBtn .ul1 li.on .bg1,.tabBtn .ul2 li.on .bg1{display: block;}
.tabBtn .ul1 li.on .bg2,.tabBtn .ul2 li.on .bg2{display: none;}
.tabBtn .ul1 li.li1 img{
	width: 108%;
}
.tabBtn .ul1 li.li2{
	z-index: 3;
}
.tabBtn .ul1 li.li2 img{
	left: -10px;
}
.tabBtn .ul1 li.li3 img,.tabBtn .ul2 li.li2 img{
	right: 0;
	left: auto;
}
.tabBtn .ul2 li:first-child img{
	width: 110%;
}
.hide{display: none !important;}

.contentBox .tit{
	margin: 60px 0 40px;
	position: relative;
	z-index: 2;
}
.contentBox .tit img{
	display: block;
	margin: 0 auto;
}
.dateList{
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
}
.tab_hd {
	text-align: center;
	margin-bottom: 30px;
}
.tab_hd li{
	display: inline-block;
	line-height: 2.4em;
	position: relative;
	font-size: 20px;
	color: #333;
	margin: 0 30px;
	cursor: pointer;
}
.dateList .tab_hd li.on{
	color: #e4101c;
}
.dateList .tab_hd li.on:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #e4101c;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tab_bd{
	padding-bottom: 80px;
}
.boxlist{
	width: 1236px;
}
.boxlist .box{
	float: left;
	width: 378px;
	margin-right: 32px;
	margin-bottom: 30px;
}
.boxlist .box img{
	width: 378px;
	height: 206px;
	display: block;
}
.boxlist .box .word{
	min-height: 210px;
	position: relative;
	padding: 10px 15px 10px;
	background: #fff;
	box-shadow: 0 0 5px 0 #E9C9BA;
}
.boxlist .box .word h2{
	font-size: 14px;
	color: #484848;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 4em;
	position: relative;
}
.boxlist .box .word li{
	font-size: 14px;
	color: #484848;
	line-height: 24px;
	position: relative;
	padding-left: 6.5em;
}
.boxlist .box .word li span,.boxlist .box .word h2 span{
	position: absolute;
	left: 0;
	top: 0;
}
.boxlist .box .word .inner{
	height: 180px;
	overflow: hidden;
}
.openlist{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #484848;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 5px;
	cursor: pointer;
}
.openlist i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 16px;
	margin-bottom: 2px;
	height: 9px;
	background: url(20191108_btn1.png) no-repeat center;
}
.boxlist .box .word.hasMore .inner {
	height: 170px;
}
.boxlist .box .word.on{
	padding-bottom: 30px;
}
.boxlist .box .word.on .inner{
	height: auto;
}
.boxlist .box .word.on .openlist i{
	background: url(20191108_btn3.png) no-repeat center;
}
.boxlist {
	display: none;
}
.boxlist.on{
	display: block;
}

/*弹窗*/
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0,0,0,.6);
	padding: 2%;
}
.tan{
	width: 500px;
	height: 390px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -195px 0 0 -250px;
	background: #fff;
}
.tan h2{
	text-align: center;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.tan .text{
	padding: 0 15px;
	color: #333;
	line-height: 2em;
	max-height: 20em;
	overflow-y: auto;
	justify-content: space-between;
	margin-bottom: 5px;
}
.tan button{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	border: 0;
	border-top: 1px solid #ddd;
	color: #F43438;
	display: block;
	width: 100%;
	background: none;
}
.tan button.readonly{
	color: #999;
}

