@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: #91171d;
}
.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;}
/*************内容区域**************/

.centerBox{
	position: relative;
	height: 840px;
	width: 100%;
	position: relative;
	background: url(20200526_zbnh_a1.jpg) no-repeat center top;
	padding-top: 320px;
}
.mid1200{
	width: 1200px;
	margin: 0 auto;
}
.top{
	padding: 20px 0;
 	background: #fff;
}
.contentBox{
	padding: 0 8px;
	position: relative;
}
.videoBox{
	float: left;
	width: 775px;
	height: 436px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.videoBox img{
	display: block;
	width: 100%;
	height: 100%;
}
.videoBox .playBtn{
	position: absolute;
	width: 90px;
	height: 90px;
	background: url(20200526_xbnh_b2.png) no-repeat center;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
}
.ycBox{
	width: 396px;
	height: 436px;
	border-radius: 6px;
	overflow: auto;
	background: rgba(104,8,8,.7);
	float: right;
	padding: 20px 25px 20px 15px;
	color: #fff;
}
.ycBox .inner{
	width: 356px;
	height: 396px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 30px;
	padding-left: 10px;
}
.topTitle{
	border-bottom: 1px solid #ac4747;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.topTitle h2{
	font-size: 18px;
	line-height: 1.5em;
}
.topTitle p{
	font-size: 16px;
	line-height: 2em;
}
.topTitle a{
	position: absolute;
	display: block;
	width: 66px;
	height: 24px;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	background: url(20200526_xbnh_b3.png) no-repeat center;
	overflow: hidden;
	color: #6e1f00;
	right: 0;
	bottom: 20px;
}
.ycList h3{
	font-size: 16px;
	line-height: 40px;
}
.ycList dt{
	font-size: 16px;
	line-height: 2em;
	position: relative;
}
.ycList dl{
	margin-bottom: 20px;
}
.ycList dt span{
	padding-right: 15px;
}
.ycList dd{
	position: relative;
	padding-left: 130px;
	font-size: 12px;
	color: #feb2b2;
	line-height: 1.5em;
}
.ycList dd .name{
	position: absolute;
	left: 80px;
	top: 0;
	width: 3em;
}
.ycList .list{
	position: relative;
	padding-left: 12px;
}
.ycList .list:before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(to bottom, rgba(239,165,156,.1),#ef9ca5, rgba(239,165,156,.1));
	background: linear-gradient(to bottom, rgba(239,165,156,.1),#ef9ca5, rgba(239,165,156,.1));
}
.ycList dt:before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 13px;
	left: -15px;
	background: #fff;
	border-radius: 50%;
}
.ewmBox{
	position: absolute;
	top: 110px;
	right: 55px;
	background: #fff;
	width: 270px;
	height: 290px;
	padding: 20px 45px;
	font-size: 16px;
	line-height: 1.5em;
	display: none;
}
.ewmBox p{margin-bottom: 15px;}
.ewmBox .ewm{
	width: 180px;
	height: 180px;
	border: 8px solid #dadada;
}
.ewmBox .ewm img{
	display: block;
	width: 100%;
	height: 100%;
}
.ewmBox em{
	position: absolute;
	width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    top: -10px;
    right: 20px;
}
.ycList2 dd{
	position: relative;
	padding-left: 0;
}
.ycList2 dd i{
	display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 12px;
   	height: 18px;
   	line-height: 17px;
   	width: 70px;
   	padding-left: 10px;
    background: url(20200526_xbnh_b7.png) repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    border-top-left-radius: 15px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
}
.ycList2 dd p {
    display: inline-block;
    vertical-align: middle;
}
.ycList2 dd p span{
	padding-right: 10px;
	position: relative;
	margin-left: -5px;
}
.ycList2 dd.dd2 i{
	height: 36px;
	line-height: 35px;
}
