@charset "utf-8";
/* CSS Document */


.sy_toutiao_bg{
	background: url(201908_shouye_bg_02.png) bottom no-repeat;
	background-size: 100% auto; 
	padding: 15px 0;
}
.sy_toutiao{
	width: 1200px;
	margin: 0 auto;
}
.sy_toutiao h2,
.sy_toutiao h2 a{
	color: #be1c20;
}
.sy_toutiao h2{
	border-bottom: 1px solid #be1c20;
	margin: 20px 150px;
	text-align: center;
	line-height: 140%;
	padding-bottom: 20px;
	font-size: 38px;
}
.sy_toutiao ul {
	text-align: center;
}
.sy_toutiao ul li {
    /*float: left;*/
    display: inline-block;
	width: 31%;
    margin-right: 2%;
    line-height: 55px;
}

.sy_toutiao ul li a {
    background: url(201908_shouye_sy_07.png) no-repeat left center;
	background-size:auto 24px;
    padding-left: 28px;
    font-size: 20px;
    color: #e54c00;
    font-weight: bold;
	
	white-space: nowrap; /*强制不换行*/
}
.sy_toutiao ul li a:hover{
	color: #be1c20;
}
.sy_toutiao ul li:last-child{
	margin-right: 0;
}

/*活动*/
.main_hd_con {
    margin-top: 30px;
    zoom: 1;
	position: relative;
}
.main_hd_con .conts li {
    width: 216px;
    margin-right: 30px;
	float: left;
    text-align: center;
    background: #ff6a1a;
	padding-bottom: 10px;
}

.main_hd_con .conts li .province {
    text-align: center;
    width: 100%;
    height: 216px;
    overflow: hidden;
}

.main_hd_con .conts li .province img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.main_hd_con .conts li a:hover img{
	transform: scale(1.05);
}

.main_hd_con .conts li h3 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-align: center;
	padding: 10px 10px 5px;
	font-weight: normal;
}
.main_hd_con .conts li a:hover h3{
	font-weight: bold;
}

.main_hd_con .conts li a.btn {
    width: 130px;
    height: 38px;
    line-height: 38px;
    margin-top: 6px;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    text-align: center;
/*    background: url(201908_shouye_tb_07.png) no-repeat left top;*/
	background-color: #ffcf21;
	border-radius: 10px;
}
.main_hd_con .conts li a.btn:hover{
	background-color: #ffb821;
	font-weight: bold;
}
.main_hd_con .conts li a.btn2 {
    width: 130px;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    text-align: center;
/*    background: url(202409_shouye_hd_btn.png) no-repeat left top;*/
	background: #ffa921;
	border-radius: 10px;
}
.main_hd_con .conts li a.btn2:hover{
	background: #ff7f21;
	font-weight: bold;
}

.main_hd_con .conts li a.btn i,
.main_hd_con .conts li a.btn2 i{
    margin-right: 5px;
}

/*左右按钮*/
.main_hd_con .prev, .main_hd_con .next {
	z-index: 1;
	position: absolute;
	top: 120px;
	margin-top: -25px;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.main_hd_con .prev {
	left: -70px;
	background: url(202409_prev.png) center center no-repeat;
	opacity: 0.5;
}
.main_hd_con .prev:hover, .main_hd_con .next:hover {
	opacity: 1;
}
.main_hd_con .next {
	right: -70px;
	background: url(202409_next.png) center center no-repeat;
	opacity: 0.5;
}

