.bg{
	background-color: #f5f5f3;
}
.big_box{
	width: 1340px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgb(233, 235, 242);
    background-color: #fff;
}
.active_one{
	background-color: #ff5c01!important;
	color: #fff!important;
}
.small_box{
	width: 1240px;
	margin: 0 auto;
}
.xie{
	margin-bottom: 20px;
}
.xie span{
	font-size: 14px;
	color: #666;
	color: #f90b0b;
}
.xie a{
	font-size: 14px;
	color: #666;
	color: #f90b0b;
}
.box_one{
	width: 100%;
}
.one_left{
	width: 74%;
	float: left;
	height: 300px;
	overflow: hidden;
}
.one_left img{
	width: 100%;
}
.top_one{
	border-bottom: 1px solid rgb(233, 235, 242);
	padding-top: 20px;
}
.top_one a{
	width: 100px;
	height: 30px;
	border: 1px solid rgb(233, 235, 242);
	color: #666;
	margin-bottom: 20px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	background-color: gainsboro;
	font-size: 14px;
	font-weight: 600;
}
.top_one a:hover{
	background-color: #ff5c01;
	color: #fff;
}
.one_right{
	width: 24%;
	height: 300px;
	border: 1px solid rgb(233, 235, 242);
	float: right;
}
.one_right h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid rgb(233, 235, 242);
	box-sizing: border-box;
	margin:0px 10px;
}
.one_right ul li{
	margin: 0 10px;
	display: inline-block;
	margin-top: 10px;
}
.one_right ul li .col{
	color: orange;
}
.one_right ul li span{
	font-size: 30px;
	color: #333333;
	margin-right: 5px;
	line-height: 40px;
}
.one_right ul li:last-of-type span{
	color: #333333;
}
.one_right ul li:nth-of-type(4) span{
	color: #333333;
}
.one_right ul li a{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	display: inline;
}
.one_right ul li a:hover{
	color: #f90b0b;
}
.box_two{
	margin-top: 30px;
}
.two_left{
	width: 74%;
	float: left;
	margin-top: 30px;
}
.two_left ul li{
	/*width: 48%;*/
	height: 170px;
	/*background-color: gainsboro;*/
	/*float: left;*/
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.4s;
	border-bottom: 1px solid rgb(233, 235, 242);
	padding-bottom: 20px;
}
.li_left img:hover {
	transform: scale(1.2);
}
/*.two_left ul li:hover{
	background-color: #d32329;
}*/
/*.two_left ul li:hover .li_right h4{
	color: #fff;
	transform: color(#fff);
}
.two_left ul li:hover .li_right p{
	color: #fff;
}
.two_left ul li:hover .li_right span{
	color: #fff;
	
}*/
.li_left{
	width: 265px;
	float: left;
	overflow: hidden;
	position: relative;
}
.li_left p{
	padding: 2px 10px;
	background-color: #ff5c01;
	position: absolute;
	
	font-size: 14px;
	top: 0;
}
.li_left p a{
	color: #fff;
}
.li_left img{
	width: 100%;
	height: 170px;
	transition: all 0.6s;
}
.li_right{
	width: 70%;
	float: right;
	box-sizing: border-box;
	padding: 0px 10px;
}
.li_right h4{
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	transition: all 0.2s;
}
.li_right h4:hover{
	color: #ff5c01;
}
.li_right p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.li_right span{
	color: #888;
	padding-top: 40px;
	display: block;
	font-size: 12px;
}
.two_right{
    margin-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.three_right a{
	/*padding: 5px 10px;*/
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #f6f7f9;
	margin-left: 18px;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
}
.three_right a:hover{
	background-color: #ff5c01;
	color: #fff;
}
