.service {
	width: 100%;
}
h3{
    color: #333333;
}
.footerbottom {
	width: 100%;
	background: #c9e7e4;
	padding: 30px 20px;
}
.footerbottom .box {
	margin-bottom: 20px;
}
.footerbottom h4 {
	color: #383838;
}
.footerbottom .box > ul {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}
.footerbottom .box > ul > li {
	color: rgb(141, 141, 141);
	margin-left: 15px;
	margin-top: 10px;
}
.footermeta {
	background: #c9e7e4;
	width: 100%;
	color: rgb(141, 141, 141);
	margin-top: 2px;
}
.footermeta > p {
	text-align: center;
	font-size: 5px;
}
.synopsis_top {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	background: #fff;
	width: 100%;
	z-index: 9999;
	padding-top: 5px;
}
.synopsis_img_left {
	width: 90%;
	margin-left: 10px;
}
.synopsis_img_left img {
	height: 40px;
	width: 100px;
}
.synopsis_img_right {
	width: 30%;
}
.synopsis_img_right > span {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #00abb2;
	color: #fff;
	width: 30%;
	margin: 0 5px;
}
.synopsis_poster {
	margin-top: 50px;
	z-index: 99999;
}
.postertop {
	position: relative;
	background: #f5f4f3;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.postertop img {
	width: 100%;
	height: 180px;
}

.descriptiom {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	padding: 10px;
	margin-top: 15px;
}
.descriptiom h3 {
	margin-bottom: 10px;
	color: #333333;
}
.descriptiom > p {
	font-size: 15px;
	color: rgb(141, 141, 141);
}
.service_title {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height: 50px;
	line-height: 50px;
	background: #eaeef1;
}
.constitute {
	width: 90%;
}
.constitute p {
	color: #383838;
	font-size: 25px;
}
.constitute h3 {
	font-size: 25px;
}

.meta {
	/* background: #f7f7f7; */
	margin: 20px 0;
}
.meta_title {
	text-align: center;
}
.meta_titleboxone {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.meta_titleboxone img {
	width: 39%;
    margin: 15px;
	
}
.meta_titleboxtwo {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.meta_titleboxtwo img {
	width: 39%;
    margin: 15px;
}
.boxcontent {
	background: #fff;
	width: 50%;
	padding: 15px 25px;
	text-align: center;
	margin-top: 40px;
}
.boxcontent h4 {
	color: #3e3a39;
	font-size: 15px;
}
.boxcontent p {
	color: #727272;
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}
.floatbox {
	width: 20%;
	position: fixed;
	right: 0;
	top: 50%;
}
.floatbox > div {
	width: 55px;
	height: 55px;
	background: #00abb2;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.floatbox > div i {
	font-size: 25px;
}
.floatbox > div span {
	display: inline-block;
	font-size: 10px;
}