/* .catact_leaving_box{
	width: 100%;
	background: url(../img/catactus/leaving_bg.jpg) center no-repeat;
	background-size: cover;
}
.catact_leaving_box .ct_content_box{
	padding: 70px 0;
}
.catact_leaving_box .form_box{
	width: 81.6%;
	
}
.catact_leaving_box .form_box .leaving_form{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.catact_leaving_box .form_box .leaving_form .inputs{
	width: 40%;
	margin: 0 auto;
	
}
.catact_leaving_box .form_box .header_box,
.catact_leaving_box .form_box .btn_box
{
	width: 70%;
	height: 90px;
	background-color: #fa4242;
	position: relative;
}
.catact_leaving_box .form_box .content_box{
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	padding: 47px 0;
}
.catact_leaving_box .form_box .header_box>.title_box{
	text-align: center;
	padding: 25px 0;
}
.catact_leaving_box .form_box .header_box>.title_box .title{
	color: #ffffff;
	font-size: 32px;
}
.catact_leaving_box .form_box .header_box>.title_box .content{
	color: #ffffff;
	font-size: 32px;
}
.catact_leaving_box .form_box .btn_box .btn{
	width: 247px;
	height: 50px;
	display: block;
	background-color: #e7bcb6;
	color: #ffffff;
	font-size: 36px;
	outline: none;
	border: none;
	position: absolute;
	right: -50px;
	bottom: -30px;
	cursor: pointer;
}
.catact_leaving_box .form_box .content_box .input_box{
	margin-bottom: 30px;
}
.catact_leaving_box .form_box .content_box .input_box .input_txt{
	color: #666666;
	font-size: 24px;
	margin-bottom: 15px;
}
.catact_leaving_box .form_box .content_box .input_box .input_item{
	width: 100%;
	height: 47px;
	display: block;
	border: 2px solid #CCCCCC;
	color: #666666;
	font-size: 24px;
	padding: 5px 10px;
	box-sizing: border-box;
	outline: none;
}
.catact_leaving_box .form_box .content_box .input_box .input_area{
	width: 100%;
	height: 98px;
	display: block;
	border: 2px solid #CCCCCC;
	color: #666666;
	font-size: 24px;
	padding: 5px 10px;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.catact_leaving_box .form_box .content_box .input_box .icon{
	color: #f4ae5c;
	font-style: normal;
	margin: 0 8px;
} */
.catact_leaving_box{
	width: 100%;
	background: url(/template/default/index/skin/img/catactus/contact_leaving_bg.jpg) center no-repeat;
	background-size: cover;
}
.catact_leaving_box .ct_content_box{
	padding: 60px 0 55px;
	color: #fff;
}
.catact_leaving_box .form_box{
	width: 500px;
	margin: 0 auto;
}
.catact_leaving_box form{
	width: 100%;
}
.catact_leaving_box form .title_box{
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 2px solid #bbbbbb;
}
.catact_leaving_box form .title_box .txt1{
	color: #ffffff;
	font-size: 26px;
	margin-right: 10px;
}
.catact_leaving_box form .title_box .txt2{
	color: #ffffff;
	font-size: 16px;
}
.catact_leaving_box form .content_box{
	width: 100%;
	padding-top: 40px;
	position: relative;
	
}
.catact_leaving_box form .content_box .input_item{
	width: 400px;
	margin-bottom: 17px;
	display: flex;
	justify-content: space-between;
}
.catact_leaving_box form .content_box .input_item .title{
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	margin-right: 17px;
	margin-top: 10px;
}
.catact_leaving_box form .content_box .input_item .title .icon{
	position: absolute;
	left: -10px;
	top: 0;
}
.catact_leaving_box form .content_box .input_item .txt{
	width: 345px;
	height: 47px;
	color: #000;
	font-size: 14px;
	padding: 0px 15px;
	outline: none;
	box-sizing: border-box;
}
.catact_leaving_box form .content_box .input_item.area{
	margin-bottom: 34px;
}
.catact_leaving_box form .content_box .input_item.area .txt{
	height: 77px;
	resize: none;
	padding: 15px;
	margin-left: 3px;
}
.catact_leaving_box form .content_box .radio_box{
	position: absolute;
	right: -40px;
	top: 55px;
}
.catact_leaving_box form .content_box .btn_box{
	width: 400px;
	padding-left: 32px;
	box-sizing: border-box;
}
.catact_leaving_box form .content_box .btn_box::before,
.catact_leaving_box form .content_box .btn_box::after{
	content: "";
	display: block;
	clear: both;
}
.catact_leaving_box form .content_box .btn_box .btn{
	width: 345px;
	height: 40px;
	float: right;
	display: block;
	background-color: #ff5454;
	color: #ffffff;
	font-size: 16px;
	outline: none;
	border: none;
}


/* 联系我们 */
.catact_us_box {
	width: 100%;
	padding: 45px 0;
	background-color: #f0f0f0;
}

.catact_us_box .ct_content_box {
	display: flex;
	justify-content: space-around;
	height: 404px;
}

.catact_us_box .ct_content_box>.left {
	width: 656px;
	height: 100%;
}

.catact_us_box .ct_content_box>.left img {
	width: 100%;
	height: 100%;
}

.catact_us_box .ct_content_box>.right {
	width: calc(100% - 656px);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.catact_us_box .ct_content_box>.right .title_box .title {
	color: #222222;
	font-size: 32px;
}

.catact_us_box .ct_content_box>.right .title_box .content {
	color: #999999;
	font-size: 32px;
}

.catact_us_box .ct_content_box>.right .txt_box .txt {
	margin-bottom: 20px;
}

.catact_us_box .ct_content_box>.right .txt_box .txt .title {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}

.catact_us_box .ct_content_box>.right .txt_box .txt .info {
	color: #222222;
	font-size: 20px;
	padding-left: 30px;
}

.catact_us_box .ct_content_box>.right .txt_box .txt .phone {
	color: #ff0f0f;
	font-size: 38px;
	padding-left: 30px
}

.catact_us_box .ct_content_box>.right .txt_box .txt .address {
	color: #222222;
	font-size: 20px;
	padding-left: 30px;
}