@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,video,button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka,sans-serif;
	color: #363636;
}
body {
	font-size: 14px;
	line-height: 24px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	transition: opacity 0.3s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
}
.clear {
  /* 触发 hasLayout */
  zoom: 1;
}
.sp-only{
	display: none;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
img {
	vertical-align:top;
}
header{
	padding-top: 20px;
}
.logo img{
	height: 56px;
}
.tel{
	padding: 15px 20px;
	font-size: 0;
}
.tel span{
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
}
.tel a{
	display: inline-block;
	font-size: 25px;
	line-height: 26px;
}
.mail {
	padding-top: 6px;
}
.mail p{
	font-size: 18px;
	line-height: 22px;
}
.mail .time{
	font-size: 14px;
}
.content{
	width: 260px;
	height: 46px;
	line-height: 46px;
	margin-top: 4px;
	background: #3f3a39;
	text-align: center;
	transition: all 0.5s;
	border: 1px solid #363636;
	position: relative;
}
.content:after{
	content: '>';
	position: absolute;
	top: 0;
	right: 25px;
	color: #fff;
	transition: all 0.5s;
}
.content a{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 46px;
	transition: all 0.5s;
}
.content:hover{
	background: transparent;
	border: 1px solid #A18946;
}
.content:hover:after{
	color: #A18946;
	right: 15px;
}
.content:hover a{
	color: #A18946;
}
.nav ul{
	font-size: 0;
}
.nav li{
	display: inline-block;
	width: 16.66666%;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.nav a{
	font-size: 15px;
	line-height: 24px;
	padding: 15px 0;
	display: block;
}
.nav li:hover{
	border-bottom: 3px solid #a18946;
}
.nav li.active{
	border-bottom: 3px solid #a18946;
}
.nav li.sp-only{
	display: none;
}
.kv{
	position: relative;
	overflow: hidden;
}
.kv img{
	width: 100%;
}
.kv i{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.kv i img{
	width: 100%;
}
.slick-slide img.sp-only{
	display: none;
}
.home-content{
	padding-top: 80px;
	background: url(../img/bg-2.png) no-repeat right bottom;
	background-size: 100%;
}
.content-text{
	width: 45%;
	position: relative;
	z-index: 1;
	padding-top: 85px;
}
.content-text h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}
.content-text h3 span{
	color: #A18946;
}
.content-text p{
	font-size: 16px;
	line-height: 30px;
}
.content-top{
	position: relative;
	height: 480px;
	padding-bottom: 80px;
}
.content-top i{
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	z-index: 0;
}
.content-top i img{
	width: 100%;
}
.content-text a{
	margin-top: 30px;
	width: 215px;
	height: 38px;
	display: block;
	line-height: 38px;
	text-align: center;
	background: #3f3a39;
	color: #fff;
}
.content-bottom h4{
	text-align: center;
	font-size: 0;
}
.content-bottom h4 span{
	font-size: 28px;
	line-height: 50px;
	padding: 0 20px;
}
.content-bottom h4 img{
	height: 50px;
}
.content-bottom h6{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
}
.content-bottom p{
	font-size: 6px;
	line-height: 30px;
	padding-bottom: 50px;
	text-align: center;
}
.content-bottom-box{
	width: 500px;
	padding: 10px 25px;
	margin: 0 auto;
	background: #fffbf0;
	text-align: center;
}
.content-bottom-box h5{
	font-size: 24px;
	line-height: 50px;
}
.content-bottom-box h5 span{
	color: #a18946;
	margin: 0 10px;
}
.content-bottom-box p{
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 0;
}
.news{
	margin-top: 80px;
	padding-bottom: 80px;
}
.news-box{
	font-size: 0;
}
.news-list{
	display: inline-block;
	width: 63%;
	padding-right: 3%;
	vertical-align: top;
}
.news-title{
	border-bottom: 1px solid #363636;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.news-title a{
	width: 86px;
	height: 24px;
	display: block;
	line-height: 24px;
	background: #a18946;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.news-title h3{
	line-height: 24px;
	font-size: 20px;
	padding-left: 15px;
}
.news-title h3 span{
	color: #a18946;
	margin: 0 5px;
}
.news-title h3 span:first-child{
	margin-left: 0;
}
.news-list ul{
	max-height: 567px;
	overflow-y: auto;
}
.news-list li{
	padding: 19px 70px 19px 105px;
	border-bottom: 1px dotted #363636;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
}
.news-list li:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid #363636;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: 15px;
	top: 27px;
}
.news-latest{
	width: 35px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #363636;
	position: absolute;
	right: 30px;
	top: 21px;
}
.news-date{
	position: absolute;
	left: 15px;
	top: 19px;
	width: 90px;
	font-size: 14px;
	line-height: 24px;
}
.news-list li p{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}
.news-list li p a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}
.news-list li:hover  p a{
	color: #A18946;
	text-decoration: none;
}
.news-banner{
	display: inline-block;
	width: 34%;
	vertical-align: top;
}
.news-banner a{
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.news-banner a:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.news-banner .last-banner:after{
	display: none;
}
.news-banner a:last-child{
	margin-bottom: 0;
}
.news-banner a img{
	width: 100%;
}
.banner-text{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
}
.banner-text p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}
.last-banner p{
	color: #363636;
}
.banner-text span{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	width: 50px;
	background: #363636;
	color: #fff;
}
.warp{
	background: url(../img/bg-3.png) no-repeat left bottom;
	padding-bottom: 150px;
	background-size: 66%;
}
footer{
	margin-top: -100px;
}
.footer-top{
	padding-top: 100px;
}
/* body{
	background: url(../img/footer-bg.png) no-repeat center bottom;
	background-size: auto 1055px;
}
.business-body{
	background: url(../img/footer-bg.png) no-repeat center bottom;
	background-size: auto 900px;
} */
.foot-box{
	display: table;
	width: 100%;
}
.foot-box>div{
	display: table-cell;
	vertical-align: middle;
}
.foot-contact h4{
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 10px;
	font-weight: 400;
}
.contact-box{
	display: table;
	margin: 0 auto;
}
.contact-box>p{
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}
.foot-tel{
	font-size: 30px;
	line-height: 1;
	padding-right: 23px;
}
.foot-tel a,.foot-mail a{
	color: #fff;
}
.foot-tel span{
	font-size: 20px;
	color: #fff;
}
.foot-mail{
	font-size: 14px;
	line-height: 22px;
}
.foot-mail a{
	font-size: 18px;
}
.foot-link{
	width: 400px;
}
.foot-link>div{
	display: table;
	width: 100%;
}
.foot-link .foot-wechat,.foot-link .foot-btn{
	display: table-cell;
	vertical-align: middle;
}
.foot-link .foot-wechat{
	text-align: center;
}
.foot-link img{
	margin-right: 10px;
	height: 94px;
}
.foot-btn a{
	color: #fff;
	width: 210px;
	height: 42px;
	line-height: 42px;
	display: block;
	background: #363636;
	text-align: center;
	position: relative;
	font-size: 12px;
	margin-bottom: 5px;
	transition: all 0.5s;
	border: 1px solid #363636;
}
.foot-btn a:hover{
	background: transparent;
	border: 1px solid #fff;
}
.foot-btn a:after{
	content: '>';
	color: #fff;
	position: absolute;
	right: 20px;
}
.foot-btn a:hover:after{
	transition: all 0.5s;
	right: 10px;
}
.foot-wechat p{
	text-align: center;
	color: #fff;
	font-size: 12px;
    line-height: 16px;
}
.foot-wechat .foot-wechat-text{
	font-size: 16px;
	padding: 5px 0;
}
.foot-logo a{
	display: block;
	width: 108px;
}
.foot-logo a img{
	width: 100%;
}
.foot-contact{
	width: calc(1200px - 314px - 108px);
}
.footer-top{
	padding-bottom: 50px;
	background: url(../img/ft-bg.png) no-repeat center top;
	background-size: cover;
}
.foot-nav{
	background: #fff;
}
.foot-nav li{
	width: 12.5%;
}
.foot-nav li:hover{
	border: none;
}
.foot-nav li:hover a{
	color: #A18946;
}
.copyright {
	background: #A18946;
}
.copyright p{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0;
	text-align: center;
}
.title {
	position: relative;
}
.title img{
	width: 100%;
}
.title h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 30px;
	line-height: 40px;
}
.crumbs{
	padding: 40px 0;
}
.crumbs a{
	display: inline-block;
}
.crumbs-l{
	padding: 0 15px;
}
.crumbs a span{
	color: #A18946;
}
.business-img img{
	width: 100%;
}
.business-text{
	font-size: 30px;
	line-height: 40px;
	padding: 35px 0 20px;
	text-align: center;
	font-weight: 500;
}
.business-text span{
	color: #A18946;
}
.business-list{
	padding-top: 50px;
	padding-bottom: 60px;
}
.business-content p.has-tips{
	position: relative;
	padding-left: 5.5em;
}
.tips{
	position: absolute;
	top:0;
	left: 0;
}
.other-title{
	border-bottom: 1px solid #363636;
	padding-left: 20px;
	margin-bottom: 10px;
}
.business-list ul{
	font-size: 0;
	margin: 0 -10px;
	padding-top: 10px;
}
.business-list li{
	display: inline-block;
	width: 25%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}
.business-list li a{
	display: block;
	position: relative;
}
.business-list li p{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding-right: 50px;
	text-align: right;
	font-size: 18px;
	line-height: 28px;
	top: 50%;
	left: 0;
	margin-top: -12px;
	text-shadow: 0 0 5px rgba(255,255,255,.5);
	
}
.business-list li p:after{
	content: '>';
	position: absolute;
	top: 0;
	right: 25px;
}
.business-list li img{
	width: 100%;
}
.about-inner{
	width: 800px;
	margin: 0 auto;
}
.about-table{
	width: 100%;
}
.about-table tr{
	border-bottom: 1px dotted #363636;
}
.about-table th,.about-table td{
	padding: 15px 20px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.about-table th{
	width: 180px;
}
.about-box{
	padding-bottom: 50px;
}
.privacy-policy{
	margin-bottom: 35px;
}
.privacy-policy .error{
	text-align: center;
}
.error em{
	color: red;
}
.privacy-policy p{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.privacy-policy p input{
	background: #fff;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	margin-right: 5px;
}
.privacy-policy p a{
	border-bottom: 1px solid #363636;
	display: inline-block;
}
.contact-tips{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.contact-tips span{
	color: #ff534f;
	margin-right: 5px;
}
.contact-table{
	width: 100%;
}
.contact-table th,.contact-table td{
	padding-bottom: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}
.contact-table td {
	vertical-align: middle;
}
.contact-table td input{
	height: 44px;
	line-height: 44px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #b0b0b0;
}
.contact-table td textarea{
	resize: none;
	height: 44px;
	line-height: 44px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	height: 200px;
	border: 1px solid #b0b0b0;
}
.contact-table th{
	width: 180px;
	padding: 10px 15px 0;
}
.contact-table th span{
	color: #ff534f;
	margin-left: 10px;
}
.contact-table td.file-box {
	position: relative;
	border: 1px solid #b0b0b0;
	padding: 0;
	background: #fff;
}
.file-box{
	position: relative;
}
.file-box .error{
	position: absolute;
	bottom: -30px;
	left: 0;
}
.contact-table td.file-box input{
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	width: 130px;
	height: 24px;
}
.file-resize{
	width: 100%;
	background: #fff;
	/* position: absolute;
	top: 0;
	left: 0; */
	box-sizing: border-box;
	hanging-punctuation: 100%;
	/* border: 1px solid #b0b0b0; */
	padding: 10px;
}
.file-resize p{
	display: inline-block;
	width: 130px;
	background: #f1f1f1;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-right: 20px;
	cursor: pointer;
}
.file-resize span{
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
}
.send-btn{
	text-align: center;
	margin-top: 70px;
}
.send-btn button{
	color: #fff;
	border: none;
	background: #363636;
	width: 90px;
	height: 38px;
	line-height: 38px;
	position: relative;
}
.send-btn button:after{
	content: '>';
	color: #fff;
	position: absolute;
	top: 0;
	right: 15px;
}
.privacy-content p{
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.privacy-content h4{
	font-size: 18px;
	line-height: 28px;
	color: #ac965a;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacy-tips{
	position: relative;
	padding-left: 1em;
}
.privacy-tips span{
	position: absolute;
	left: 0;
	top: 0;
}
.privacy-contact{
	padding: 19px;
	border: 1px solid #d1cfc9;
	margin: 34px 0 60px;
}
.privacy-contact p{
	font-size: 14px;
	line-height: 24px;
}
.item-tabs{
	text-align: center;
	margin-bottom: 35px;
}
.item-tabs ul{
	display: inline-block;
	font-size: 0;
}
.item-tabs li{
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #a8a5a5;
	border-left: none;
	font-size: 14px;
	line-height: 24px;
}
.item-tabs li:first-child{
	border-left: 1px solid #a8a5a5;
}
.item-tabs li.active{
	background: #A18946;
	border-color: #A18946;
}
.item-tabs li.active a{
	color: #fff;
	display: block;
}
.item-contents{
	padding-bottom: 50px;
}
.item-option{
	padding-top: 30px;
}
.content-list{
	font-size: 0;
	padding: 20px 0;
	margin: 0 -15px;
}
.content-item{
	display: inline-block;
	padding: 10px 15px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
}
.content-item img{
	width: 100%;
}
.content-item h5{
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0 5px;
}
.content-item p{
	font-size: 14px;
	line-height: 24px;
}
.news-content .news-list{
	width: 100%;
	display: block;
}
.news-content .news-list ul{
	height: auto;
}
.page-content{
	text-align: center;
	padding: 40px 0 50px;
}
.page-content a{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	padding: 0 7px;
	margin: 0 3px;
}
.page-content a.active{
	background: #363636;
	color: #fff;
}
.news-detali{
	padding-bottom: 60px;
}
.news-detali .details-date{
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
}
.news-detali .other-title{
	color: #A18946;
	padding-right: 78px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
.news-detali .other-title span{
	color: #FFFFFF;
	background: #363636;
	width: 38px;
	position: absolute;
	right: 20px;
	top: 4px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
}
article{
	padding: 20px 0;
}
article p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}
.details-btns a{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}
.detail-prev{
	color: #A18946;
}
.detail-next{
	border-bottom: 1px solid #7b7b7b;
}
.go-list{
	text-align: center;
	margin-top: 40px;
}
.go-list a{
	display: inline-block;
	width: 140px;
	font-size: 12px;
	color: #fff;
	background: #A18946;
	text-align: center;
	line-height: 38px;
	position: relative;
}
.go-list a:after{
	content: '>';
	position: absolute;
	right: 20px;
	top: 0;
	transition: all 0.5s;
}
.go-list a:hover:after{
	right: 10px;
}
.service-list{
	padding-bottom: 20px;
}
.service-list li{
	margin-bottom: 40px;
	border: 1px solid #A18946;
	position: relative;
	display: table;
	width: 100%;
}
.service-list li span{
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	text-align: center;
	background: #A18946;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.service-list li p{
	padding: 27px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.service-list li p:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-left: 5px solid #A18946;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.service-list li div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 80px;
}
.service-list li div img{
	max-width: 60%;
}
.center-box{
	text-align: center;
}
.pro-list{
	overflow: hidden;
	padding-top: 30px;
	font-size: 0;
}
.pro-item{
	width: 300px;
	margin:  20px 25px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.pro-item>span{
	font-size: 26px;
    line-height: 36px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.pro-item>span .num{
	color: #A18946;
	font-size: 50px;
	margin-right: 15px;
	font-family: 'Arial';
	font-style: italic;
}
.pro-item>span .text{
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffff7f 0%) repeat scroll 0 0;
}
.pro-img{
	margin-bottom: 15px;
}
.pro-img img{
	width: 60%;
}
.pro-item p{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.price-table table{
	width: 100%;
}
.price-table td,.price-table th{
	border: 1px solid #A18946;
	padding: 27px;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
}
.price-table th{
	width: 30%;
	background: #A18946;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.price-table tr:last-child th{
	border-bottom: 1px solid #A18946;
}
.price-table td img{
	height: 24px;
	margin-right: 5px;
}
.price-table td a{
	display: block;
}
.price-tips{
	padding-top: 10px;
	margin-bottom: 50px;
}
.confirm-table td,.confirm-table th{
	border: 1px solid #b0b0b0;
	padding: 10px 15px;
}
.confirm-table th{
	width: 200px;
}
.confirm-send-btn{
	font-size: 0;
}
.confirm-send-btn form{
	display: inline-block;
	margin: 0 20px;
}
.send-btn button{
	width: 100px;
}
.send-btn button.big-btn{
	width: 150px;
}
.external{
	text-decoration: underline;
	margin-top: 10px;
	display: block;
}
.file-box label{
	display: block;
	padding: 10px 10px 0;
}
.file-box>p{
	box-sizing: border-box;
	background: #fff;
	padding: 10px 10px 0;
}
.file-box>p a{
	text-decoration: underline;
	margin-top: 10px;
	display: block;
}
.form-finish h2{
	margin-bottom: 15px;
}
.form-finish a{
	text-decoration: underline;
	display: block;
}
.form-finish a.link-more{
	text-decoration: none;
	color: #A18946;
}
.case-content{
	padding-bottom: 80px;
}
p.business-img{
	text-align: center;
}
p.business-img img{
	width: auto;
	max-width: 100%;
}
p.business-img-all img{
	width: 100%;
}
.case-text{
	text-align: left;
}
.home-case-text{
	text-align: center;
    margin-bottom: 75px;
	border: 10px solid #eee;
    padding: 20px;
}
.home-case-text h2{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home-case-text h4{
	font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}
.home-case-text h4 span{
	position: relative;
	display: inline-block;
    padding: 0 10px 0 42px;
}
.home-case-text h4 span:before{
	position: absolute;
    content: '1';
    display: inline-block;
    background: #000;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.home-case-text h4 span:nth-child(2):before{
	content: '2';
}
.home-case-text h4 span:nth-child(3):before{
	content: '3';
}
.home-case-text p{
	font-size: 16px;
    line-height: 30px;
}
.home-case-text p a{
	font-size: 24px;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffff7f 0%) repeat scroll 0 0;
    font-weight: 600;
}