.cont{
	max-width: 1460px;
    margin: 30px auto;
    width: 100%;
}
.cont_fl{
	float:left;
	width:1000px;
}
.cont_fl h1{
	text-align:left;
}
.cont_fl h1 a {
	color:#aa1f14;
	font-size:23px;
}
.cont_fl h1 a:hover{
	color:#ff3b00cc;
}
.cont_fl hr{
	border:1px solid #aa1f14;
	margin:10px auto 20px;
}

.cont_fl  .box1{
	width:1000px;
	height:360px;
	border-bottom:1px solid #bdbdbd;
}
.cont_fl  .box1 .fl img{
	float:left;
	width:450px;
	margin-top: 37px;
}
.cont_fl  .box1 .fr{
	float:right;
	width:500px;
	margin-top:80px;
}
.cont_fl  .box1 .fr h3 a{
	color:#aa1f14;
	font-size:18px;
}
.cont_fl  .box1 .fr a{
	display:inline-block;
	color:#bdbdbd;
	font-size:12px;
	margin-top:15px;
}
.cont_fl  .box1 .fr a:hover{
	color:#ff3b00cc;
}
.cont_fl  .box1 .fr p{
	text-align:right;
	color:#bdbdbd;
	font-size:14px;
	margin-top:15px;
}
.cont_fl  .box1 .fr p:nth-of-type(2){
	margin-left:368px;
}
.cont_fl .box2{
	width:1000px;
	margin-top:30px;
	border-bottom:1px solid #bdbdbd;
}
.cont_fl .box2 h3 a{
	color:#aa1f14;
	font-size:18px;
}
.cont_fl .box2 a{
	display:inline-block;
	color:#bdbdbd;
	font-size:14px;
	margin-top:9px;
}
.cont_fl .box2 a:hover{
	color:#ff3b00cc;
}
.cont_fl .box2 p{
	text-align:right;
	color:#bdbdbd;
	font-size:14px;
	margin-top:15px;
	margin-bottom:30px;
}
.cont_fl .box2 p:nth-of-type(2){
	text-align:right;
}
/*跳转页面*/
/*跳转*/
.cont_fl .tiao{
	height:90px;
	margin-top:50px;
}
.tiao ul{
	width:1000px;
	height:60px;
	margin-left:15px;
}
.tiao ul li{
	float:left;
	height:40px;
	border-radius:3px;
	line-height:40px;
	text-align:center;
	border:1px solid #b9b9b9;
	font-size:16px;
	margin-left:10px;
	padding: 0px 11px;
}
.tiao ul .li1{
	width:50px;
	height:40px;
	line-height:48px;
}
.tiao ul .li1:hover{
	background:#eee;
	color:#fff;
}
.tiao ul .li3{
	width:33px;
	border:none;
}
.tiao ul .li5{
	width:60px;
	height:40px;
}
.tiao ul .li6{
	margin-left:100px;
}
.tiao ul li a {
	display:block;
	color:#aa1f14;
}
.tiao ul .li2:hover{
	background:#aa1f14;
}
.tiao ul .li2 a:hover{
		color:#fff;
}
.tiao ul .li4{
	width:60px;
	height:40px;
	line-height:40px;
	margin-left:50px;
}
.tiao ul .li4:hover{
	background:#aa1f14;
}
.tiao ul .li4 a:hover{
		color:#fff;
}
/*右边部分*/
.cont_fr{
	float:right;
	width:400px;
}
.cont_fr h2 a{
	display:inline-block;
	width:400px;
	height:40px;
	background:#aa1f14;
	color:#fff;
	font-weight:800;
	font-size:23px;
	text-align:center;
	line-height:40px;
}
.cont_fr h2 a:hover{
	color:#ff3b00cc;
}
.cont_fr .box2 ul{
	width:400px;
	height:300px;
	background:#f5f5f5;
	list-style-type:disc;
}
.cont_fr .box2 ul li{
	list-style-type: square;
	color:#aa1f14;
	margin-left:30px;
	padding-top:25px;

}
.cont_fr .box2 ul li a{
	color:#333;
	font-size:14px;
}
.cont_fr ul li a:hover{
	color:#ff3b00cc;
}
.cont_fr .box2{
	margin:30px auto;
}
.cont_fr .box2 .video{
	width:400px;
	height:304px;
}
.cont_fr .box2 .video img{
	max-width:400px;
	max-height:304px;
}
@media screen and (min-width: 1200px) and (max-width:1500px){
	.cont{
		max-width: 1200px;
	}
	.cont_fl {
	    float: left;
	    width: 874px;
	}
	.cont_fl .box1{
		width: 100%;
	}
	.cont_fl .box1 .fl img {
	    float: left;
	    width: 344px;
	    margin-top: 0px;
	    /*height: 188px;*/
	}
	.cont_fl .box1 {
	    width: 100%;
	    height: 237px;
	    border-bottom: 1px solid #bdbdbd;
	}
	.cont_fl .box2 {
	    width: 100%;
	    margin-top: 30px;
	    border-bottom: 1px solid #bdbdbd;
	}
	.cont_fl .box1 .fr {
	    float: right;
	    width: 440px;
	    margin-top: 31px;
	    margin-right: 29px;
	}
	.cont_fr {
	    float: right;
	    width: 298px;
	    margin-top: 0px;
	}
	.cont_fr h2 a{
		width: 100%;
	}
	.cont_fr .box2 ul {
	    width: 100%;
	    height: auto;
	    background: #f5f5f5;
	    list-style-type: disc;
	    padding: 0px 0px 21px;
	}
	.cont_fr .box2 ul li{
		width: 83%;
	}
	.cont_fr .box2 .video{
		width: 100%;
		height: auto;
	}
	.cont_fr .box2 .video img{
		width: 100%;
	}
}