.topimg{
    width: 100%;
    height: 150px;
    position: relative;
}
.topimg_main{
    width: 1000px;
    height: 300px;
    margin: auto;
}
.topimg_bg{
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: auto;
}
.topimg_bg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cp_main_l{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
}
.cp_main_ls{
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #ececec;
    margin-bottom: 20px;
    height: auto;
}
.cp_main_l_top{
    background: #e70700;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-indent: 25px;
}
.cp_main_l a{
    width: 90%;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    padding-left: 5%;
    padding-right: 5%;
    text-indent: 15px;
    border-top: solid 1px #fff;
    position: relative;
	-webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.cp_main_l a:hover {
	background: rgba(255,255,255,0.8);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #d00;
}
.cp_main_l a i{
    font-style: normal;
    position: absolute;
    right: 0;
    width: 65px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-indent: 0;
}
.cp_main_l a.cur{
    color: #d00;
	background: rgba(255, 255, 255, 0.8);
}

.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;
}
.contact_us{
	width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #fff;
    padding-top: 20px;
	
}

.contact_us_li{
    float: left;
    width: 750px;
    height: 100%;
    padding-left: 20px;
}
.contact_us_li .img{
    width: 100%;
    height: 245px;
    overflow: hidden;
	margin-top: 20px;
}
.contact_us_li .img img{
    width: 100%;
    height: 221px;
    object-fit: cover;
}
.contact_us_li .txt{
	width: 100%;
    height: auto;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}
.contact_us_li .txt li{
	float: left;
    width: 100%;
	height: 28px;
    line-height:28px;
}
.contact_us_li .txt li i{
	font-style: normal;
	font-size:12px;
    padding-right: 5px;
}
.contact_us_li .txt li b{
	font-size:13px;
}
.contact_us_li .txt li span{
	font-size:12px;
}