html,
body {
	height: 100%;
	padding: 0;
	margin: 0;}

body {
	background-color: #F8F8F8;}

.section a {
	float: right;
	padding-right: 10px;}

.header_box {
	min-width: 1200px;
	height: 168px;
	background: url(../image/home/headerbg.jpg) no-repeat center;
	background-size: 100% 100%;}

.menu_box {
	height: 52px;
	/*background: linear-gradient(180deg,rgba(240,50,0,1) 0%,rgba(225,10,13,1) 100%);*/
	opacity: 1;
	background: -webkit-linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* safari 5.1 - 6.0 */
	background: -o-linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* opera 11.1 - 12.0 */
	background: -moz-linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* firefox 3.6 - 15 */
	background: linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* 标准的语法 */
	/*兼容ie9*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f03200, endColorstr=#e10a0d);
	/*兼容ie8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f03200, endColorstr=#e10a0d)";}

.menu_box ul {
	width: 1200px;
	height: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;}

.menu_box ul li {
	padding: 15px 38px;
	float: left;
	color: #fff;
	position: relative;
	cursor: pointer;}

.menu_box ul li.sel {
	background-color: #D61E15;}

.menu_box ul li:hover {
	background-color: #D61E15;}

.menu_box ul li:first-child::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 23px;
	background-color: #B21A02;}

.menu_box ul li::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 23px;
	background-color: #B21A02;}

.content_box {
	width: 1200px;
	margin: 0 auto;}

.title_img {
	height: 160px;
	margin: 20px 0;}

.swiper-container {
	width: 100%;
	height: 100%;}

.swiper-slide {
	position: relative;
	text-align: center;
	font-size: 14px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;}

.select_box ul {
	width: 100%;
	height: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;}

.select_box ul li {
	padding: 12px 28px;
	float: left;
	color: #666666;
	position: relative;
	cursor: pointer;}

.item_box {
	height: 396px;
	display: flex;
	justify-content: space-between;}

.item_box>div {
	float: left;}

.preview_box {
	width: 716px;
	height: 396px;
	background: #fff;
	margin-right: 14px;}

.list_box {
	width: 468px;
	background-color: #fff;
	border: 1px solid #E5E5E5;}

.section {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #E71A07;
	border-bottom: 1px solid #e5e5e5;
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: -ms-linear-gradient(#fff, #f6f6f6);
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: linear-gradient(#fff, #f6f6f6);
	font-weight: bold;
	border-top: 2px solid #E71A07;}

.section img {
	width: 22px;
	height: 22px;
	vertical-align: sub;
	margin-left: 15px;
	box-sizing: border-box;}

.news_list ul {
	margin: 0;
	padding-left: 35px;}

.news_list ul li {
	border-bottom: 1px dashed #DCDCDC;
	color: #666666;
	padding: 13px 0;
	cursor: pointer;
	list-style-type: disc;}

.news_list ul li:hover {
	color: #000;}

/* .news_list ul li:first-child {color: #333;} */
.news_list ul li>span:last-child {
	float: right;
	margin-right: 10px;}

.news_list ul li .spanTitle {
	width: 80%;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;}


.news_box>div {
	float: left;}

.news_box>div:first-child {
	margin-right: 14px;}


.news_box {
	height: 349px;
	margin: 20px 0;}

.news_box .list_box {
	height: 99%;
	width: 591px;}

.lxfs_box>div {
	margin-left: 45px;}

.address_box {
	margin-top: 40px;}

.address_box p{
	margin-bottom: 30px;}

.address_box p>span:first-child {
	font-weight: bold;}

.xx {
	width: 252px;
	height: 45px;
	margin-top: 50px;
	cursor: pointer;}

.tj_box {
	border: 1px solid #E5E5E5;}

.img_list {
	height: 229px;
	position: relative;}

.img_list .swiper-container {
	width: 89%;
	height: 74%;
	top: 14%;}

.select_box {
	margin: 20px 0;}

.select_box select {
	width: 167px;
	height: 30px;
	color: #000;}

.select_box select:nth-child(2) {
	margin: 0 20px;}

.select_box select option {
	color: #333;}

.foot_address {
	line-height: 130px;
	height: 129px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: url(../image/home/botbg.jpg) no-repeat center;
	background-size: 100% 100%;}

.copyright {
	text-align: center;
	height: 46px;
	line-height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #B41900;
	font-size: 14px;}

.title_box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 48px;
	line-height: 48px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-indent: 15px;}

.swiper_button {
	position: absolute;
	width: 23px;
	height: 23px;
	z-index: 2;
	top: 45%;
	cursor: pointer;}

.pre_btn {
	left: 20px;}

.next_btn {
	right: 20px;}

.swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 13px;
	right: 20px;
	/* width: 100%; */
	text-align: right;}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	/* border: 1px solid #fff; */
	cursor: pointer;}

.swiper-active-switch {
	background: red;}
