﻿.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 113px;
	z-index: 2;
}

.banner img {
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 95px;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #C32D30;
}


.index-search {
	position: relative;
	width: 1150px;
    z-index: 10;
    background: url(../image/index-search.png) center top no-repeat;
    background-size: 100%;
	height: 85px;
	margin-top:-85px;
	padding:20px 50px 0 ;
	font-size: 20px;
}
.index-search .form {
  height:60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  background-color: #EFECE5;
  padding:0px 30px;
}
.index-search .form input[type="text"]{
	border: 0 none;
	height: 60px;
	flex:1;
	margin-left: 10px;
	background: none;
}
.index-search .form .submit {
 width: 30px;
 height: 50px;
 cursor: pointer;
  background: url("../image/searchico2.png") center no-repeat;
}

.main1{
	background: url(../image/main1.jpg) no-repeat center bottom;
	background-size: cover;
}
.main2{
	background: url(../image/main2.jpg) no-repeat center bottom;
	background-size: cover;
}
.main3{
	background: url(../image/main3.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.main1_1{
	width:calc((100% - 50px)*0.666);
}
.main1 .mainHd{
	margin:25px 0 20px;
}
.main1 .mainHd em,.link .mainHd em{
	text-transform:capitalize;
	color: #999;
	padding-left: 8px;
}
.link .mainHd span{
	color: #333;
}
.main1_1 .mainBd{
	display: flex;
	justify-content: space-between;
}
.main1_L,.main1_pic{
	width:calc(50% - 25px);
}
.main1_L .items,.main3 .mainBd .items{
	border-top:4px solid #A40000;
	margin-bottom: 30px;
}
.main1_L .items .tit,.main3 .mainBd .items .tit{
	height: 68px;
}
.main1_L .items .tit a,.main3 .mainBd .items .tit a{
	color: #a40000;
}
.main1_L .items .desc{
	height: 110px;
}
.main1_pic .ptbox {
	margin-bottom: 30px;
}
.main1_pic .ptbox .inner{
	padding-bottom: 56%;
}
.main1_pic .ptbox p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height:50px;
	padding: 0 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
	display: flex;
	align-items: center;
}
.main1_pic .ptbox p a{
	color: #fff;max-height: 50px;
}
.main1_2{
	width:calc((100% - 50px)*0.334);
}
.main1_2 .mainBd{
	border-top:4px solid #A40000;
	background-color: rgba(223,216,202,.49);
	padding:10px 20px;
	height: 466px;
}

.main2 .mainHd,.main3 .mainHd{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 35px 0 25px;
}
.main2 .mainHd .tit span,.main3 .mainHd .tit span{
	text-transform: capitalize;
	color: #999;
}
.main2 .mainHd p,.main3 .mainHd p{
	line-height: 1.2;
}
.link .mainHd{
justify-content: flex-start;
}
.main2 .mainHd .more,.main3 .mainHd .more,.main1Hd .more{
	padding-left: 15px;
	padding-bottom: 3px;
	background: url(../image/moreico.png) no-repeat 0 40%;
	color: #666;
	border-bottom: 2px solid #A40000;
}
.main2 .mainHd .tit span{
	color: rgba(255,255,255,.6);
}
.main2 .mainHd .tit p{
	color: rgba(255,255,255,1);
}
.main2 .mainHd .more{
	background: url(../image/moreico2.png) no-repeat 0 40%;
	color: #fff;
	border-bottom-color: #fff;
}
.main2 .mainBd{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.main2 .mainBd .items{
	width: 22.75%;
	margin-right: 3%;
	background-color: #fff;
	margin-bottom: 35px;
}
.main2 .mainBd .items p{
	padding-left:15px;
	padding-right:15px;
}
.main2 .mainBd .items p.date{
	padding-top: 5px;
	padding-bottom: 10px;
}
.main2 .mainBd .items:nth-child(1).ptbox .inner{
	padding-bottom: 62%;
}
.main2 .mainBd .items:nth-child(1){
	width: 48.5%;
	background: linear-gradient(90deg,#520808,#500808,#500808,#4E0808);
}
.main2 .mainBd .items:nth-child(1).ptbox .inner{
	padding-bottom: 46%;
}
.main2 .mainBd .items:nth-child(1) p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
	display: flex;
	justify-content: space-between;
	
}
.main2 .mainBd .items:nth-child(1) p span:nth-child(1){
	flex: 1;
	margin-right: 20px;
}
.main2 .mainBd .items:nth-child(3),.main2 .mainBd .items:nth-child(7){
	margin-right: 0;
}

.main3 .mainBd,.main3 .mainBd2{
	display: flex;
}
.main3 .mainBd .items,.main3 .mainBd2 .items{
	width: 31%;
	margin-bottom: 0;
}
.main3 .mainBd .items:nth-child(2),.main3 .mainBd2 .items:nth-child(2){
	margin: 0 3.5%;
}
.main3 .mainBd .items .desc{
	height: 60px;
	margin-bottom: 20px;
}
.main3 .mainBd .items .ptbox .inner{
	padding-bottom: 56%;
}
.main3 .mainBd2 .items p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	max-height: 50px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
	display: flex;
	justify-content: space-between;
	
}
.link .mainBd ul{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 50px;
	width: 100%;
}
.link .mainBd ul li{
	flex:1;
	margin-right: 25px;
}
.link .mainBd ul li:last-child{
	margin: 0;
}
.link .mainBd ul li a{
	display: flex;
	align-items: center;
	height: 58px;
}
.link .mainBd ul li a img{
	margin-right: 10px;
}
/* 0711 */
.main1Hd{
	
}
.main1Hd>a.more{
	float: right;
}
.main1Hd ul {
	display: flex;
	float: left;
}
.main1Hd ul li{
	padding-right:38px ;
	position: relative;
}

.main1Hd ul li span a{
	text-transform: capitalize;
	color: #999;
}
.main1Hd ul li.on p a{
	color: #9e0000;
}
.main1Hd ul li:nth-child(1)::after{
	content: "/";
	display: block;
	position: absolute;
	font-size: 34px;
	right: 15px;
	bottom: 0;
	line-height: 1.2;
	color: #B9B9B9;
}
.main1Hd>p{
	float: right;
	margin-top:38px;
}
.main1Bd{
	padding: 25px 0 30px;
}
.main1Bd .cont{
	display: flex;
	flex-wrap: wrap;height: 140px;
}
.main1Bd .cont .listdlItem{
	width: calc(33.33% - 32px);
	display: flex;
	
}
.main1Bd .cont .listdlItem:nth-child(3n+2){
	margin: 0 48px;
}
.main1Bd .cont .listdlItem dt{
	width: 64px;
	height: 113px;
	padding-top: 5px;
	background-color: #a40000;
	text-align: center;
	color: #fff;
	margin-right:26px ;
}
.main1Bd .cont .listdlItem dt p{
	margin-top: -4px;
	margin-bottom: 8px;
}
.main1Bd .cont .listdlItem dt em{
	color: rgba(255,255,255,.5);
	font-style: normal;
	font-size: 12px;
}
.main1Bd .cont .listdlItem dd{
	flex: 1;
	overflow: hidden;
}
.main1Bd .cont .listdlItem dd p{
	color:#666666 ;
	font-size: 14px;
	margin-top: 10px;
}
.main1Bd .cont .listdlItem dd p img{
	margin-right: 8px;
	vertical-align: text-top;
}