
.h1600 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.choose {
	margin-bottom: 4%;
}
.choose .h1600 {
	background: url(../images/choose_bj.png) no-repeat left top;
}
.choose .type_img {
	float: left;
	/* padding-top: 4%; */
}
.choose .choose_main {
	float: right;
}
.choose .typename {
	width: 60%;
	padding-bottom: 2%;
	background: url(../images/choose_icon.jpg) no-repeat left bottom;
}
.choose .typename h1 {
	font-size: 7rem;
	font-weight: bold;
	color: #fff;
	font-family: Cetury Gothic;
}
.choose .typename h2 {
	font-size: 3rem;
	color: #fff;
	padding: 3% 0;
}
.choose .choose_top {
	display: flex;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
}
.choose .choose_ul {
	display: flex;
	margin: 0 -25px;
	justify-content: flex-end;
}
.choose .choose_ul ul {
	display: flex;
}
.choose .choose_ul li {
	width: 280px;
	margin: 0 25px;
}
.choose .ul_box {
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 10px #ccc;
}
.choose .choose_main {
	width: 74%;
	padding-top: 5%;
}
.choose .list_top {
	background: url(../images/list_top.jpg) no-repeat right bottom;
}
.choose .list_top i {
	display: block;
	font-style: normal;
	font-size: 4rem;
	font-weight: bold;
	color: #e60a19;
	text-align: center;
	width: 80px;
	line-height: 80px;
	box-shadow: 0 0 5px #ccc;
}
.choose .ul_box h3 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: right;
	padding-right: 14px;
                font-style: italic;
}
.choose .cont {
	padding: 10%;
}
.choose .sum {
	padding: 6% 0;
	color: #666666;
	line-height: 24px;
}
.choose_bottom {
	padding-top: 3%;
}
