body{
	/*background:url(../anglia_img/1.1.jpg) no-repeat top center;
	opacity:0.5;*/ 
}
.title{
	color:#2c6400; 
	font-weight: bold; 
	padding:0;
	margin:0;
	margin-top: 29px;
	font-size: 15px;
	font-family:Pmingliu, Arial;
}
.ul_style {
	margin:0;
	list-style: none;
	padding: 0;
	margin-top: 21px;
	box-sizing: border-box;
	padding-left: 10px;
}
.li_style{
	line-height: 20px;
	font-size:12px;
	position:relative;
	margin-top: 20px;
	font-family:Pmingliu, Arial;
}
.li_style:nth-child(1){
	margin-top: 0px;
}
.li_style::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #f38722; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	position:absolute; /* Needed to add space between the bullet and the text */
	font-size: 14px;
    /* width: 83px; */
    /* height: 4px; */
    left: -16px;
    top: 0px;
}
.ul_style_2{
	list-style: none;
	padding: 0;
	margin:0;
	margin-top: 23px;
	box-sizing: border-box;
	padding-left: 10px;
}
.subtitle{
	font-size:12px;
	margin: 0;
	margin-bottom: 2px;
	margin-left: -9px;
	padding: 0;
}
.li_style_2{
	line-height: 20px;
	font-size:12px;
	position:relative;
	font-family:Pmingliu, Arial;
}
.li_style_2::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #f38722; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	position:absolute; /* Needed to add space between the bullet and the text */
	font-size: 14px;
	/* width: 83px; */
	/* height: 4px; */
	left: -16px;
	top: 0px;
}
.mess{
	font-size:12px;
	font-family:Pmingliu, Arial;
	margin: 0;
    margin-left: 0px;
	padding: 0;
	margin-left: -9px;
	margin-top: 3px;
}
.href{
	font-size: 12px;
	color:#000000;
	padding-left: 0px;
	padding-top: 24px;
	box-sizing: border-box;
	padding-right: 11px;
}
.service_href{
	color:#000000;
}
.section_1{
	margin:0;
	padding:0;
	margin-top:20px;
}
.section_2{
	margin:0;
	padding:0;
	margin-top: 41px;
}
.section_3{
	margin:0;
	padding:0;
	margin-top:14px;
}
.section_4{
	margin:0;
	padding:0;
	margin-top:35px;
}
.service_table{
	padding:0;
	margin:0;
	padding-top: 13px;
	background-color:#fff;
	font-size:0;
	margin-left: 1px;
	margin-top: 15px;
	text-align: left;
	border-collapse: collapse;
}
.service_table th{
	background-color:#f38722;
	color:#fff;
	font-size:12px;
	height: 44px;
	box-sizing: border-box;
	padding-left: 15px;
	font-family:Pmingliu, Arial;
	width:50%;
}
.service_table th:nth-child(1){
	border-right: 2px solid #fff;
}
.service_table td:nth-child(1){
	border-right: 2px solid #fff;
}

.service_table td{
	color:#000;
	font-size:13px;
	min-height: 44px;
	box-sizing: border-box;
	padding: 11px 15px 11px 15px;
	font-family: Pmingliu, Arial;
	vertical-align: top;
	line-height: 22px;
}
.service_table tr:nth-child(even){
	background-color:#fcf2b7;
}
.service_table tr:nth-child(odd){
	background-color:#f3f3f3 !important;
}
.none{
	list-style-type: none;
    padding-left: 0px;
	margin: 0;
	padding-left: 11px;
}
.image_inner{
	width:286px;
	height:213px;
	background-color:#e9e9e9;
	border: 1px solid #cacaca;
	position: relative;
	margin-top: 15px;
	display: inline-block;
}
.image_inner img{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.image_inner:nth-child(odd){
	margin-right:14px;
}
.image_box{
	margin: 0;
	padding: 0;
}
.video_fix{
	margin:0;
	padding:0;
	margin-top: 31px;
    margin-bottom: 20px;
}