@charset "UTF-8";
.layui-card-header {
    padding: 0 5px;
}
.probadge {
    height: 197px;
    line-height: 30px;
    width:100%;
    vertical-align:top;
    font-weight: bold;
}
.product> .layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #007867;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 5px solid #007867;
}
.layui-input-block {
    margin-left:0px;
    min-height: 36px;
}
.product .layui-tab-content {
   text-align: left;
   padding: 10px 60px 10px 60px;
   background-color: #f4f5f7;
}
.scheme .layui-tab-content {
   text-align: left;
   padding: 10px 20px 10px 20px;
   background-color: #f4f5f7;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #007867;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.layui-nav-img {
    width: 50%;
    height: 50%;
    margin-right: 10px;
    border-radius: 35%;
}
.topleft
{
	float: left;
	padding: 9px;
    display: inline-block;
}
.topright
{
	float: right;
    display: inline-block;
}
.img-group {  
	position: relative;  
	display: inline-block;
	width: 100%;
	
}        
.img-tip {
	z-index:1000;
	position: absolute; 
	bottom: 400px; 
	width: 100%; 
	background: rgba(28,26,40);  
	color: #fff; 
	opacity: 0.4; 
	height: 50px;
}   
.img-tip a{
    color: #fff; font-size: 14px;     
}
.nav
{
	
}
.nav:hover .img-tip {
	opacity: 1;
	background:#007867;
}
.nav:hover .fn-clearleft li  {
	opacity: 1;
	background:#007867;
	font-weight: bold;
}
.nav:hover .fn-clearright li  {
	opacity: 1;
	background:#007867;
	font-weight: bold;
}
.fn-clearleft li {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    list-style: none;
    border-right: 0px solid #ffffff;
    cursor: pointer;
}

.fn-clearright li {
    float: left;
    height: 35px;
    line-height: 50px;
    width: 90px;
    text-align: center;
    list-style: none;
    border-right: 0px solid #ffffff;
    cursor: pointer;
}
.lyy-logo-image
{
    z-index: 1000;
    padding-left:10px;
    width: 129px;
}
.footer
{
	margin-top: 60px;
  
    line-height: 23px;
    background: #f4f5f7;
    border-top: 3px solid #f4f5f7;
    text-align: center;
    padding-top: 10px;
}
.footer-bottom {
	border-top: 1px solid #007867;
	background: #f4f5f5;
	height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #5a5c78;
}
.footer-bottom .ft-bottom-content {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}
.footer-bottom .footer-txt {
    font-size: 12px;
}

.footer-bottom .footer-beianimg {
    height: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-bottom .footer-beian-link {
    font-size: 12px;
    color: #5a5c78;
}
.info_list{
    padding-top: 10px;
}
.info_list li {
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    background: url(../img/dot9.jpg) 0 50% no-repeat;
    border-bottom: 1px dotted #007867;/*dashed*/
}
.column2 {
    height: 39px;
    border-bottom: 1px solid #007867;
    border-top: 1px solid #007867;
    background: url(../img/dot4.jpg) no-repeat 10px 50%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 39px;
}
.column2 .more {
    float: right;
    font-size: 12px;
    color: #a3a9ab;
    border: none;
}
.column2 a {
    color: #007867;
    display: inline-block;
}
.cb_info {
    width: 250px;
    margin: 18px 20px 0px 0;
    
    overflow: hidden;
}
 .cb_body_info {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
}
.intro-list
{
	vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0px 0 5px;
    height: 100px;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
    border-radius: 4px;
}
.product
{
	width: 100%;
    background: #fff;
    text-align: center;
}
.product .product-title {
    width: 540px;
    margin: 0 auto;
    padding: 40px 20px 0;
    font-size: 24px;
    color: #181931;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .product-desc {
    width: 840px;
    margin: 0 auto;
    font-size: 14px;
    color: #7b7b86;
    line-height: 14px;
    padding: 16px 20px 22px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.scheme
{
	width: 100%;
   /* background: #f4f5f7;*/
    text-align: center;
    padding: 10px 60px 10px 60px;
}
.scheme .scheme-title {
    width: 540px;
    margin: 0 auto;
    padding: 40px 20px 0;
    font-size: 24px;
    color: #181931;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scheme .scheme-desc {
    width: 840px;
    margin: 0 auto;
    font-size: 14px;
    color: #7b7b86;
    line-height: 14px;
    padding: 16px 20px 22px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case
{
	width: 100%;
    background: #fff;
    text-align: center;
}
.case .scheme-title {
    width: 540px;
    margin: 0 auto;
    padding: 40px 20px 0;
    font-size: 24px;
    color: #181931;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case .scheme-desc {
    width: 840px;
    margin: 0 auto;
    font-size: 14px;
    color: #7b7b86;
    line-height: 14px;
    padding: 16px 20px 22px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #007867;
}
.layui-tab-brief>.layui-tab-title .layui-this i{
    color: #007867;
}
.layui-tab-title .layui-this {
    color: #007867;
    font-weight: bold;
}
.layui-tab-title i {
	color:#007867;
}

.product .layui-tab-title {
    height: 99px;
    text-align: center;
    border-color:#ffffff;
    padding-bottom: 10px;
}
.product .layui-tab-title .layui-this:after {
    height: 100px;
}
.product .layui-tab-title img 
{
	width: 64px;
    height: 64px;
}
.product .layui-tab-title i 
{
	font-size:64px;
}
.product .layui-tab-title li 
{
	font-size:18px;
	padding: 0 65px;
	line-height: 24px;
}
.protitle{
	font-weight: bold;
}
.serve-price {
  
}
.serve-price .price-unit {
    vertical-align: bottom;
    display: inline-block;
    color: #e6002d;
    font-size: 14px;
    font-weight: 600;
    min-width: 9px;
    max-width: 18px;
    overflow: hidden;
    white-space: nowrap;
}
.serve-price .price-value {
    vertical-align: bottom;
    display: inline-block;
    margin: 0 5px;
    font-size: 24px;
    line-height: 24px;
    color: #e6002d;
}
.serve-price .price-month {
    vertical-align: bottom;
    display: inline-block;
    color: #0c0d00;
    font-size: 14px;
    max-width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.serve-price .old-price {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #7b7b86;
    text-decoration: line-through;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.serve-sub{
	 padding-top: 10px;
}
.layui-card-body {
    padding: 10px 3px 0px 5px;
}
.layui-badge-rim{
	margin-left: 5px;
}
.layui-card:hover {
	opacity: 1;
	border:1px solid #007867;
}
.layui-card:hover .serve-sub button {
	opacity: 1;
	background:#007867;
}
#banner img
{
	height:449px;
    width: 100%;
}
