.aboutus_box{
	padding: 60px 0;
}
.aboutus_box.about_box_1 .ct_content_box{
	display: flex;
	justify-content: space-between;
}
.aboutus_box.about_box_1 .ct_content_box>.txt_box{
	width: calc(100% - 450px);
	padding-top: 20px;
	padding-right: 45px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	line-height: 34px;
	border-right: 1px solid #e6e6e6;
}
.aboutus_box.about_box_1 .txt_box .t2{
	text-indent: 2em;
}
.aboutus_box.about_box_1 .r_icon_box{
	width: 450px;
	height: 500px;
	padding-left: 40px;
}
.aboutus_box.about_box_1 .r_icon_box .list_box{
	width: 100%;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item{
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item:nth-child(n+2){
	border-top:  1px solid #e6e6e6;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item .txt_box{
	padding-left: 33px;
	box-sizing: border-box;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item .txt_box .txt_1{
	color: #969696;
	font-size: 21px;
	display: inline-block;
	width: 95px;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item .txt_box .red_num{
	color: #ff0f0f;
	font-size: 50px;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item .txt_box .txt_2{
	color: #646464;
	font-size: 15px;
	padding-left: 5px;
}
.aboutus_box.about_box_1 .r_icon_box .list_box .list_item .txt_box .txt_3{
	color: #ff0f0f;
	font-size: 26px;
	line-height: 50px;
}
/* 我们的优势 */
.aboutus_box.about_box_2{
	width: 100%;
	background: url(/template/default/index/skin/img/aboutus/about_bg_1.jpg) center no-repeat;
	background-size: cover;
}
.aboutus_box.about_box_2 .ct_header_box .title.xian::before,
.aboutus_box.about_box_2 .ct_header_box .title.xian::after{
	background-color: #dddddd
}
.aboutus_box.about_box_2 .ct_content_box{
	padding: 30px 0;
}
.aboutus_box.about_box_2 .list_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutus_box.about_box_2 .list_box .list_item{
	width: 230px;
	position: relative;
	z-index: 3;
	padding: 25px 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.aboutus_box.about_box_2 .list_box .list_item::before,
.aboutus_box.about_box_2 .list_box .list_item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,0,0,.3);
	position: absolute;
	z-index: -1;
	transition: -moz-all .6s;
	transition: all .6s;
}
.aboutus_box.about_box_2 .list_box .list_item::before{
	top: -15px;
	left: -15px;
}
.aboutus_box.about_box_2 .list_box .list_item::after{
	top: 0;
	left: 0;
}
.aboutus_box.about_box_2 .list_box .list_item.txt_box{
	width: 100%;
	height: 100%;
}
.aboutus_box.about_box_2 .list_box .list_item .txt_box .title{
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 15px;
	transition: -moz-all .3s;
	transition: all .3s;
}
.aboutus_box.about_box_2 .list_box .list_item .txt_box .content{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	transition: -moz-all .3s;
	transition: all .3s;
}
.aboutus_box.about_box_2 .list_box .list_item:hover::before,
.aboutus_box.about_box_2 .list_box .list_item:hover::after{
	background-color: rgba(255,255,255,.3);
}
.aboutus_box.about_box_2 .list_box .list_item:hover .txt_box .title,
.aboutus_box.about_box_2 .list_box .list_item:hover .txt_box .content{
	color: #333333;
}


/* 联系我们 */
.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;
}
