.swiper-banner{
	min-width: 1200px;
}
.swiper-banner .swiper-pagination{
	left:auto;
	right:0;
	width: 200px;
	padding-right: 80px;
}
.swiper-banner .swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:white;
	border-radius:4px;
	opacity:.5;
}
.swiper-banner .swiper-slide{
	width:100%;
}
.swiper-banner .swiper-pagination-bullet-active{
	transition:.3s;
	width:18px;
	opacity:1;
}
.swiper-banner .banner-pagination{
	opacity: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	transition: .3s;
}
.swiper-banner .swiper-slide{
	height: 640px;
}
.swiper-banner .swiper-button-prev{
	background: url('/skin/default/images/prevIco.png') no-repeat center center/cover;
}
.swiper-banner .swiper-button-next{
	background: url('/skin/default/images/nextIco.png') no-repeat center center/cover;
}
.swiper-banner:hover .banner-pagination{
	opacity: 1;
}
.swiper-banner .search{
	left: 50%;
	margin-left: -410px;
	width: 820px;
	bottom:90px;
	z-index: 99;
}
.swiper-banner .search .hotT{
	padding-left: 30px;
}
.swiper-banner .search .hotT b{
	height: 22px;
	line-height: 22px;
	color: #fff;
	float: left;
	margin-right: 10px;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
}
.swiper-banner .search .hotT a{
	margin-right:10px;
	padding-left: 18px;
	height: 22px;
	line-height: 22px;
	background:url('/skin/default/images/tag.png') no-repeat;
	background-size: 50px 22px;
	opacity: .9;
	border-radius: 2px;
}
.swiper-banner .search .hotT a span{
	padding-right: 6px;
	background: #fff;
	border-radius: 2px;
}
.swiper-banner .search .hotT a:hover{
	opacity: 1;
}
.swiper-banner .search .searchBox{
	height: 60px;
	background:url('/skin/default/images/searchButton.png') #fff no-repeat 20px center;
	border-radius: 30px;
}
.swiper-banner .search .searchBox b{
	height: 60px;
	line-height: 60px;
	margin-left: 50px;
}
.swiper-banner .search .searchBox input[type=text]{
	margin-left: 40px;
	width: 500px;
	height: 60px;
	font-size: 18px;
}
.swiper-banner .search .searchBox input[type=submit]{
	cursor: pointer;
	padding:0 35px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	float: right;
	background: #9A000C;
	border-radius: 30px;
}
.swiper-banner .search .searchBox input[type=submit]:hover{
	background: #7A1313;
}
.article{
	min-width: 1200px;
}
.article > h3{
	margin:0 auto 45px;
	width: 1000px;
}
.content_1 > div > div{
	width: 270px;
	height: 385px;
	background: red;
	transition: .5s;
	box-shadow: 10px 10px 20px rgba(0,0,0,0);
}
.content_1 > div > div > h2{
	background: url('/skin/default/images/rightDouIco.png') no-repeat right 8px;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.21);
}
.content_1 > div > div > p{
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	word-break: keep-all;
}
.content_1 > div > div > span{
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: url('/skin/default/images/rightIco.png') #fff no-repeat 85px center;
}
.content_1 > div > div:hover{
	box-shadow: 10px 10px 20px rgba(0,0,0,.1);
}
.content_1 > div > ul > li{
	width: 288px;
	height: 385px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	box-shadow: 10px 10px 20px rgba(0,0,0,0);
	transition: .5s;
	border-radius: 4px;
}
.content_1 > div > ul > li:hover{
	box-shadow: 10px 10px 20px rgba(0,0,0,.1);
}
.content_1 > div > ul > li > div{
	height: 190px;
}
.content_1 > div > ul > li > p{
	word-break: keep-all;
}
.content_1 > div > ul > li > p > i{
	background-color: #f1f1f1;
	height: 22px;
	line-height: 22px;
	border-radius: 11px;
}
.content_1 > div > ul > li > p{
	right: 15px;
	bottom: 10px;
}
.content_1 > div > ul > li > p > b{
	color: #FF4100;
}
.viewMore a{
	padding: 0 110px;
	height: 44px;
	line-height: 44px;
	border:1px solid #E3E3E3;
	border-radius: 22px;
	transition: .2s;
}
.viewMore{
	margin-bottom: 215px;
}
.viewMore a:hover{
	background-color: #9A000C;
	color: #fff;
	border-color: #9a000c;
}
.submitTextBox{
	height: 269px;
	background: url('/skin/default/images/submitBg.png') no-repeat #B7000E center center;
}
.submitTextBox > div.w{
	height: 269px;
}
.submitTextBox > div.w > div.fl-l{
	width: 312px;
	line-height: 40px;
}
.submitTextBox .submitBox{
	right: 0;
	bottom:50px;
	width: 425px;
	height: 335px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
}
.submitTextBox .submitBox form > div{
	height: 50px;
	line-height: 50px;
	background: #F6F6F6;
	border-radius: 6px;
	overflow: hidden;
}
.submitTextBox .submitBox form > div i{
	width: 15px;
	color: #FF0014;
}
.submitTextBox .submitBox form > div b{
	width: 75px;
}
.submitTextBox .submitBox form > div:nth-child(1) input{
	width: 150px;
}
.submitTextBox .submitBox form > div:nth-child(2) input{
	width: 80px;
}
.submitTextBox .submitBox form > div:nth-child(2) span{
	color: rgba(23,211,161,.5);
	right: 15px;
}
.submitTextBox .submitBox form > div:nth-child(2) span.on{
	color: rgba(23,211,161,1);
}
.submitTextBox .submitBox form > div:nth-child(3) button:hover{
	background-color: #000;
}
.submitTextBox .submitBox form > h5 > span{
	margin:0 auto;
	font-size: 80px;
	color: #17d3a1;
}

.content_2 ul li{
	width: 386px;
	height: 254px;
	border-radius: 4px;
}
.content_2 ul li:nth-child(3n){
	float: right;
	margin-right: 0;
}
.content_2 ul li > div{
	margin-top:65px;
	height: 125px;
	background-color: rgba(0,0,0,.5);
}
.content_2 ul li > div h2{
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.content_2 ul li > div span:not(:last-child)::after{
	padding-left: 12px;
	content:"|";
}
.content_3 p span{
	padding-top: 3px;
	padding-bottom: 3px;
}
.content_3 p span.on{
	color: #fff;
	background: #9A000C;
	background: linear-gradient(180deg, #CA001C 0%, #9A000C 100%);
	border-radius: 18px;
}
.content_3 ol li{
	width: 285px;
	height: 225px;
	border-radius: 4px;
}
.content_3 ol li:nth-child(4n){
	float: right;
	margin-right: 0;
}




.swiper-peiXun .peiXun-pagination{
	opacity: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	transition: .3s;
}
.swiper-peiXun .swiper-button-prev{
	background: url('/skin/default/images/prevIco.png') no-repeat center center/cover;
}
.swiper-peiXun .swiper-button-next{
	background: url('/skin/default/images/nextIco.png') no-repeat center center/cover;
}
.swiper-peiXun:hover .peiXun-pagination{
	opacity: 1;
}

.content_5 ul > li{
	width: 295px;
	height: 100px;
	padding-left: 65px;
}
.content_5 ul > li:nth-child(3n){
	float: right;
	margin-right: 0;
}
.content_5 ul > li p{
	height: 65px;
}

.content_6 ul li{
	margin-right: 16px;
	width: 288px;
	height: 118px;
}
.content_6 ul li h5{
	margin-top: 15px;
}
.content_6 ul li span{
	font-weight: bold;
	color: #9A000C;
}
.content_6 ul li span::after{
	content:"";
	position: absolute;
	right: -20px;
	top:0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/skin/default/images/plusIco.png') no-repeat;
}
.content_6 ul li:nth-child(4n){
	float: right;
	margin-right: 0;
}

.content_7 > div.w{
	height: 278px;
}
.content_7 ul li{
	margin-right: 62px;
	width: 190px;
	height: 278px;
}
.content_7 ul li:last-child{
	float: right;
	margin-right: 0;
}
.content_7 ul li h3{
	margin-top: 51px;
	color: #9A000C;
}
.content_7 ul li p{
	margin-top: 100px;
}