#banner {
	width: 1160px;
	height: 373px;
	margin: 0 auto;
}

#banner img {
	width: 1160px;
	height: 373px;
}

#tab {
	height: 311px;
}

#tab_icon {
	width: 100%;
	height: 175px;
	padding: 20px 0 30px 50px;
	box-sizing: border-box;
	overflow: hidden;
}

#tab_icon li {
	float: left;
	margin: 0 37px;
	width: 100px;
	/* height: 80px; */
	cursor: pointer;
}

#tab_icon li:hover span{
	color: #ea5455;
}

#tab_icon span {
	display: block;
	width: 100px;
	height: 25px;
	font-size: 18px;
	color: #444444;
	line-height: 25px;
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
}

#tab_text {
	width: 1129px;
	font-size: 16px;
	color: #343433;
	line-height: 30px;
	text-indent: 38px;
	margin: 0 auto;
	letter-spacing: 2px;
	overflow: hidden;
}

#tab_text a {
	color: #C71B27;
}

#pic_tabs {
	width: 1162px;
	margin: 0 6px;
}

.pic_tab {
	width: 1162px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
}

.pic_tab.nth_1 {
	width: 926px;
	height: 265px;
}

.title_white_warp {
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
}

.title_white_2 {
	height: 48px;
	width: 233px;
	float: left;
	color: #ffaa07;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.title_white_2.active {
	background: #cc0001;
	color: #fff;
}

.title_white_2 img {
	position: relative;
	top: 5px;
}

.title_white_icon {
	width: 27px;
	height: 27px;
	background-image: url(../images/about/11.png);
	background-size: cover;
}

.pic_tab_con{
	width: 100%;
	height: 210px;
}

.pic_tab_con ul{
	width: 100%;
	height: 210px;
	box-sizing: border-box;
	margin-top: 7px;
	font-size: 16px;
	border: 1px solid #d2d2d2;
	display: none;
}

.pic_tab_con ul.active {
	display: block;
}

.pic_tab_con ul.low {
	height: 215px;
}

.pic_tab_con ul li {
	float: left;
	margin: 12px 10px 0 15px;
}

.pic_tab_con a {
	display: block;
	color: #3e3d3d;
	display: block;
	width: 205px;
	height: 193px;
	text-align: center;
}

.pic_tab_con img {
	width: 205px;
	height: 150px;
}

.pic_tab_con span {
	display: block;
	height: 40px;
	line-height: 40px;
}

.pic_tab_con a:hover span{
	color: #ea5455;
}

#some_link {
	width: 224px;
	height: 265px;
	float: left;
	background: #eeeeee;
	margin-left: 10px;
}

#some_link_title {
	width: 224px;
	height: 50px;
	background: #cc0001;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#some_link_con {
	width: 224px;
	height: 215px;
}

#some_link_con li {
	float: left;
	width: 52px;
	height: 90px;
	margin: 15px 0 0 17px;
	text-align: center;
}

#some_link_con a {
	display: block;
	color: #373737;
}

#some_link_con img {
	width: 52px;
	height: 52px;
}

#some_link_con span {
	line-height: 35px;
}