.topimg{
    width: 100%;
    height: 150px;
    position: relative;
}
.topimg_main{
    width: 1200px;
    height: 300px;
    margin: auto;
}
.topimg_bg{
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: auto;
}
.topimg_bg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.cp_main{
	width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #fff;
    padding-top: 20px;
}
.cp_main_l{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
}
.cp_main_ls{
	width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #E70700;
    margin-bottom: 20px;
    height: auto;
}
.cp_main_l_top{
    width: 80%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10%;
}
.cp_main_l_top b {
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
}
.cp_main_l_top p {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
.cp_main_l a {
    width: 80%;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    padding-left: 10%;
    padding-right:10%;
    color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.cp_main_l a i {
    color: #fff;
    font-size: 13px;
    height: 35.37px;
    line-height: 35.37px;
    width: 40px;
    position: absolute;
    right: 10%;
    text-align: right;
    font-style: normal;
}
.cp_main_l a:hover {
color: #fff;
    background: #f4b321;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.cp_main_l a.cur {
color: #fff;
    background: #f4b321;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.cpid_main{
    float: left;
    width: 750px;
    height: 100%;
    padding-left: 20px;
}
.cp_main_r_tit{
    width: 100%;
    height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.cp_main_r_tit span{
	font-size: 18px;
    color: #000;
    height: 45px;
    float: left;
    line-height: 45px;
}
.cp_main_r_tit p{
    height: 45px;
	line-height: 45px;
    float: right;
    color: #acacac;
	font-size: 12px;
}
.cp_main_r_tit p a{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    line-height: 40px;
	color: #acacac;
}


.cpid_img_tit{
	height: 55px;
    line-height: 55px;
    font-size: 20px;
    background: url(../image/menubgh1.png) center right no-repeat;
    padding-left: 30px;
    padding-right: 50px;
    color: #fff;
    margin-bottom: 50px;
    display: none;
}
.cpid_nr_tit{
    width: 100%;
    height: 35px;
    margin-top: 20px;
    background: #E70700;
    border-radius: 2px;
}
.cpid_nr_tit span{
	width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    background: #f4b321;
    display: inline-block;
    color: #fff;
}
.cpid_xx{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;
}
.cpid_img{
	width: 300px;
    height: 300px;
    border: 1px solid #eee;
    float: left;
}
.cpid_img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.cpid_xx_txt{
    float: left;
    width: 418px;
    height: 300px;
    padding-left: 30px;
}
.cpid_xx_txt h1{
    color: #dd0000;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #000;
    margin-bottom: 8px;
}
.cpid_xx_txt p{
    font-size: 13px;
    width: 100%;
    height: auto;
    line-height: 24px;
}
.cpid_xx_tell{
	float: right;
    width: 418px;
    height: auto;
    padding-left: 30px;
	overflow: hidden;
}
.cpid_xx_tell_t{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.cpid_xx_tell_t_l{
    float: left;
    width: 40px;
    height: 40px;
}
.cpid_xx_tell_t_r{
	float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-left: 10px;
    font-size: 13px;
}
.cpid_xx_tell_t_r b{
font-size: 20px;
}
.cpid_xx_tell_b{
width: 185px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: block;
    color: #fff;
    background: #d00;
    border-radius: 2px;
    text-align: center;
}
.cpid_xx_tell_b:hover{
	color: #fff;
	background: #f60;
}
.cpid_nr{
    max-width: 100%;
    height: auto;
	padding-top: 30px;
}