@charset "utf-8";
/* CSS Document */
body{
	background: #F1F4F9;
	border-radius: 0px 0px 0px 0px;
}
/*单行显示  需设置height*/
.single-text{
	display: block;
	overflow: hidden;/*超出部分险藏*/
	text-overflow:ellipsis;/*省路号*/
	white-space: nowrap;/*禁止换行*/
}

.single-text-hidden{
	display: block;
	overflow: hidden;/*超出部分险藏*/
	white-space: nowrap;/*禁止换行*/
}



/*多行显示  需设置height*/
.double-text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.headBox{
	width: 100%;
	min-width:1200px;
	height: 72px;
	background: #b42a24;
	box-shadow: 1px 0px 3px #b42a24;
}


.head {
	width: 1200px;
	height: 72px;
	vertical-align: top;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headleft{
	width: 1100px;
	display: flex;
	/* vertical-align: middle; */
	/* display: flex; */
	/*justify-content: flex-start;*/
	/*align-items: center;*/
	height: 72px;
}

.headleft_logo{
	padding: 19px 0 0;
	display: inline-flex;
	height: 72px;
	cursor: pointer;
}

.c_title{
	font-size: 20px;
	font-weight: 500;
	color: white;
	border-left: 2px solid #fff;
	height: 26px;
	padding-left: 12px;
	margin: 3px 12px 0;
}



.headleft img{
    /* display: inline-block; */
	width: 223px;
	height: 32px;
	/* line-height: 72px; */
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
	/* vertical-align: top; */
	display: block;
	/* margin-top: 19px; */
}

/* 导航 */
.headNav{
	/* width: 644px; */
	/*display: flex;*/
	/*justify-content: flex-start;*/
	padding-left: 60px;
	overflow: hidden;
	/*width: 420px;*/
	height: 72px;
	vertical-align: top;
	/* float: left; */
	display: inline-block;
}

.headNav {}

.navDiv{
	font-weight: 400;
	font-size: 18px;
	color: rgba(255,255,255,0.72);
	font-size: 18px;
	line-height: 77px;
	display: inline-block;
	padding: 0px 18px;
	position: relative;
	cursor: pointer;
}

.navDiv:not(:first-child){
	/*margin-left: 35px;*/
}

.navDiv a{

}
.navDiv:hover,.navDiv:focus,.navDiv.active{
	color: #FFFFFF;
}


.navDiv::after{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFFFFF;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navDiv:hover::after,.navDiv:focus::after,.navDiv.active::after{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}






.headPerson{
	display: inline-block;
	/* width: 100px; */
	/* display: flex; */
	/* justify-content: flex-end; */
	/* align-items: center; */
	position: relative;
	/* height: 11px; */
	/* line-height: 39px; */
	vertical-align: top;
}

.personImg img{
	width: 36px;
	height: 36px;
}
.personName{
	font-weight: 400;
	/*font-size: 18px;*/
	color: #FFFFFF;
	/*line-height: 72px;*/
	/* margin-left: 10px; */
	height: 40px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	float: right;
}

.personName .name{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;

}

.personName span{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../images/moreInfo.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 个人信息 */
.head_name_ul{position:absolute;display:none;top: 40px;right: 132px;}
.dir_top{
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/min_dir_top.png) no-repeat;
	/*top: 15px;*/
	top: 3px;
	left: 115px;
	z-index: 200;
}
.division{
	position: absolute;
	top: 18px;
	/*top: 30px;*/
	right: -132px;
	background: #FFFFFF;
	width: 161px;
	/* border: #fff4f8 solid 1px; */
	border-radius: 4px;
	z-index: 30;
	box-shadow: 4px 4px 31px -15px #e62129;
}
.synopsisUl{text-align: center; padding-top:6px;}
.synopsisUl li{ line-height:25px; display:block; color:#333; font-size:14px; }
.divisionImg{ margin:10px auto 0;}
.divisionImg img{ width:80px; height:80px;}
.divisionIcons{ border-top: 1px solid #eee; margin: 7px 10px 10px; overflow:hidden;padding-top: 7px}
.divisionIcons li{float:left;width: 50%;cursor: pointer;}
.divisionIcons li img{ display:block; width:20px; height:20px;margin: 0 auto;}



/* index  banner  */
.bannerBox{
	width: 100%;
	height: 320px;
	background-image: url("../images/banner.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.banner{
	width: 1200px;
	margin: 0 auto;
	/* padding-top: 97px; */
}
.bannerSearch{
	float: right;
	margin-top: 97px;
}

.searchTitle{
	width: 352px;
	height: 96px;
	font-weight: 500;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 38px;
	text-shadow: 0px 2px 12px rgba(0,0,0,0.12);
}
.searchText{
	display: flex;
	justify-content: flex-start;
}
.searchInput{
	width: 472px;
	height: 56px;
	background: #FFFFFF;
	border: none;
	display: block;
	float: left;
	padding-left: 18px;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.searchButtonDiv{
	width: 96px;
	height: 56px;
	background: #E62129;
	cursor: pointer;
	/* line-height: 56px; */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
}


.searchButtonDiv img{
	width: 36px;
	height: 36px;

	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 30px;
}


/* footer*/

.footerBox{
	clear: both;
	width: 100%;
	background: #b42a24;
}

.footer{
	width: 1200px;
	margin: 0 auto;
	height: 64px;
	text-align: center;
	line-height: 64px;
}


.footer p{
	font-weight: 400;
	font-size: 14px;
	/*color: #888888;*/
	color: #FFFFFF;
}

.footer p em{
	padding:0 7px;
}


/* inner  banner  */

.innerBannerBox{
	width: 100%;
	height: 168px;
	background-image: url("../images/banner-detail.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.innerBanner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}


.dh-info{
	margin-left: 10px;
	margin-top: 13px;
	display: grid;
}


.dh-info ul li {
	float: left;
	line-height: 37px;

	font-weight: 400;
	font-size: 12px;
	color: #4E5969;
}


/*前1个元素*/
.dh-info ul li:nth-child(-n+1){
	font-weight: 600;
}

.dh-info ul li:nth-child(-n+1):hover {
	cursor: pointer;
	color: #283b57;
	font-weight: 600;
}


.dh-info ul li b{
	margin: 0 7px 0;
}

.dh-info .bread-title{
	font-weight: 500;
	font-size: 32px;
	color: #222222;
}





.innerSearchText{
	margin-right: 20px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-top: 38px;
}


.innerSearchInput{
	width: 320px;
	height: 36px;
	background: #FFFFFF;
	border: none;
	display: block;
	float: left;
	padding-left: 18px;
	font-size: 14px;
	border-radius: 15px;

}
.innerSearchButtonDiv{
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 8px;
}
.innerSearchButtonDiv img{
	position: absolute;
	top: 0;
	left: 0;
}