.cp{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.cp_tis{
	width: 1200px;
    margin: auto;
    height: 60px;
}
.cp_tis_main{
	width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    overflow: hidden;
    color: #000;
}
.cp_tis_main a{
	color:#333;
}
.cp_tis_main a:hover{
	color:#ff6600;
}
.cp_main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
	min-height: 600px;
}
.cp_main_tit{
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
}
.cp_main_tit h4 {
    font-size: 16px;
    color: #ff6600;
}
.cp_main_tit h3 {
    font-size: 48px;
    padding-bottom: 25px;
}

.cp_type{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cp_type_one{
	width:100%;
	height:auto;
	overflow: hidden;
}
.cp_type_one_c{
	float: left;
    width: 1100px;
    height: 38px;
}
.cp_type_one_c a{
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 38px;
    line-height: 38px;
	background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}
.cp_type_one_c a.cur {
	background: #ff6600;
    border-color: #ff6600;
    color: #fff;
}
.cp_type_one_c a:hover{
	background: #ff6600;
    color: #fff;
}
.cp_type_one_r{
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 38px;
    line-height: 38px;
	background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
	cursor: pointer;	
}

.cp_type_two{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.cp_type_two_c{
	float: left;
    width: 1100px;
    height: 38px;	
}
.cp_type_two_c a{
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 38px;
    line-height: 38px;
	background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}
.cp_type_two_c a.cur {
	background: #ff6600;
    color: #fff;
}
.cp_type_two_c a:hover{
    background: #fff3ec;
    color: #ff6600;
}
.cp_type_two_r{
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 38px;
    line-height: 38px;
	background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
	cursor: pointer;	
}

.cp_type_tis{
	height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 15px;
    padding-bottom: 10px;
}
.cp_main_px{
    width: 100%;
    height: 50px;
}
.cp_main_px a{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 20px;
}
.cp_main_px a.cur{
	color: #ff6600;
    box-shadow: inset 0 0 0 1px #ff6600;
}
.cp_main_li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
}
.cp_main_li li{ 
    float: left;
    width: 285px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.cp_main_li li:nth-child(4n+4) { 
	margin-right:0;
}

.cp_main_li_ioc{
    width: 285px;
    height: 200px;
    overflow: hidden;
    background: #f1f1f1;
}
.cp_main_li_ioc img{
    width: 100%;
    height: 200px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cp_main_li a:hover .cp_main_li_ioc img{
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.cp_main_li_bottom{
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding: 0 5%;
    font-size: 15px;
    color: #FF5722;
}
.cp_main_li_bottom i{
float: right;
    width: auto;
    height: 50px;
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 12px;
    text-align: right;
}
.cp_main_li_name{
    width: 90%;
    height: auto;
    min-height: 48px;
    padding: 0 5%;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cp_main_li a:hover .cp_main_li_name{
	color:#FF5722;
}
.cp_main_li_no{
	width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.cp_main_li_no p{
width: auto;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #888;
}
.cp_main_li_no p b{
color: #ff6600;
}
.cp_main_li_no img{
	width: 400px;
    height: 100%
}