/* Header Section */
#owl-1 {
	position: absolute;
	top: 0px;
	z-index: -0;
}

#owl-1,#owl-1 .owl-wrapper-outer,#owl-1 .owl-wrapper-outer .owl-wrapper,#owl-1 .owl-wrapper-outer .owl-wrapper .owl-item
	{
	height: 100%;
}

#owl-1 .item .item-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -0;
	background-color: transparent;
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.owl-theme .owl-controls {
	position: relative;
	top: -50px;
}

.owl-theme .owl-controls .owl-page span {
	margin: 5px;
	margin-top: 0px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	height: 12px;
	margin-top: 0px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	background-color: #26b5a8;
}

.owl-theme .owl-controls .owl-page:hover span {
	background-color: #262C30;
}
#owl-2 .owl-pagination{
	display:none;
}
#owl-2 .owl-controls .owl-prev{
	position:absolute;
	left:-40px;
	bottom:200px;
}
#owl-2 .owl-controls .owl-next{
	position:absolute;
	right:-40px;
	bottom:200px;
}
#owl-2 .owl-controls .owl-buttons div{
	background:none;
	color:#777777;
	font-size:50px;
}
.hero-carousel-form-wrap {
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -570px;
	z-index: 99;
}

.hero-carousel-form {
	width: 20rem;
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	box-shadow: 1px 1px 3px 1px rgba(84, 84, 84, 0.5)
}

.hero-carousel-form input {
	width: 60%;
	height: 100%;
	border: 0;
	float: left;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 1rem;
	padding-left: 10px
}

.hero-carousel-form span {
	display: inline-block;
	width: 40%;
	height: 100%;
	background-color: #26B4A7;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}

.cont-div {
	width: 100%;
	padding: 0 18%;
	overflow: hidden;
}

#slogen {
	font-size: 40px;
	color: #FFF;
	letter-spacing: 5px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.28);
}

.slogen-sub {
	font-size: 28px;
	margin: 0px 0 0 48px;
	position: relative;
	top: -5px;
}

.navbar-nav>li>a {
	padding: 0;
	margin: 0 5px;
	line-height: 38px;
	width: 110px;
	text-align: center;
}

.navbar-nav .active{
	border-bottom: 2px solid;
}

.navbar-right {
	margin-top: 5px;
}
/* Responsive css  */
/* Phone Portrait */

@media(min-width: 1201px){
	.hero-carousel-wrapper {
		height: 450px !important;
		position: relative;
		margin-top: 102px;
	}
}
@media(max-width: 1200px){
	.hero-carousel-wrapper {
		height: 450px !important;
		position: relative;
		margin-top: 70px;
	}
}
#owl-1,#owl-1 .owl-wrapper-outer,#owl-1 .owl-wrapper-outer .owl-wrapper,#owl-1 .owl-wrapper-outer .owl-wrapper .owl-item
	{
	height: 400px;
}
/* Header Section Text */
.hero-area .header-text {
	position: relative;
	z-index: 1;
	padding-top: 30%;
}

.hero-area .header-text .header-heading {
	margin-bottom: 15px;
	font-size: 62px;
	font-weight: 100;
	line-height: 72px;
}

.hero-area .header-text .header-sub-title {
	margin-bottom: 30px;
	opacity: .5;
}
/* Responsive css for Header Section Text */
/* Tablet Landscape */
@media ( max-width : 1040px) {
	.hero-area .header-text .header-heading {
		font-size: 48px;
		line-height: 52px;
	}
}
/* Phone Portrait */
@media ( max-width : 670px) {
	.hero-area .header-text {
		padding-top: 20%;
	}
}

@media ( max-width : 480px) {
	.hero-area .header-text .header-heading {
		font-size: 36px;
		line-height: 42px;
	}
	.hero-area .header-text {
		padding-top: 30%;
	}
}
/* Promotion Section */
#promotions {
	padding-bottom: 0px;
}

#promotions .content {
	background: linear-gradient(to right, rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.00));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	padding: 40px 20px;
}

#promotions .content .btn {
	margin-top: 20px;
}
/* Responsive CSS for Promotion Section */
/* Tablet Landscape */
@media ( max-width : 1040px) {
	#promotions .content .btn {
		margin-top: 12px;
	}
}
/* Tablet Portrait */
@media ( max-width : 970px) {
	#promotions .content {
		padding: 20px 30px;
	}
	#promotions .content .btn {
		margin-top: 7px;
	}
}
/* Phone Portrait */
@media ( max-width : 670px) {
	.brand-logo span {
		display: none;
	}
	#promotions figure {
		margin-bottom: 30px;
	}
	#promotions .content {
		padding: 5px 15px;
	}
}
/* Products Section */
.index-img-wrap {
	padding: 0 50px 20px;
	background: #f7f7f7;
	text-align: center;
}


.index-img-wrap img {
	height: auto;
	width: auto;
	display: inline-block;
}

.index-img-wrap p {
	text-align: center;
	color: #777777;
	font-size: 14px;
	margin: -10px 0 0 0;
}
.product-detail{
	padding:15px 0 0 0;
	text-align:center;
	color:#26B4A7;
	font-weight: 600;
}
#products {
	padding: 30px 0px 0px;
}

#products a {
	color: #262C30;
}

#products figure {
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	border: 1px solid #f1f1f1;
	margin: 0 10px;
}

#products figure:hover {
	cursor: pointer;
	position: relative;
	z-index: 9;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
}

#products figure figcaption {
	position: relative;
	width: 100%;
	padding: 20px 30px;
	text-align: center;
	background: #ffffff;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
}

#products figure:hover figcaption {
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
}

#products figure .product-price del {
	opacity: .5;
}

#products figure .product-price .promo-price {
	color: #e53935;
}

.product-details p {
	font-size: 13px;
	color: #888888;
	text-align: left;
	margin: 0;
}

.product-sub-title {
	color: #333333;
	font-size: 12px;
}

.product-title,.product-price,.product-sub-title {
	text-align: left;
}
/* Responsive CSS for Products Section */
/* feature Area  */
.feature {
	padding: 0px;
}

.feature .section-content {
	padding: 30px 7% 30px 20px;
}

.feature .section-subheading {
	margin-bottom: 30px;
}

.feature p {
	font-size: 16px;
	line-height: 28px;
	opacity: .8;
}

.feature .btn {
	margin-top: 20px;
}

.feature .section-heading {
	margin-bottom: 25px;
}

.feature-icon {
	font-size: 42px;
}

.feature .section-img {
	padding-top: 120px;
	overflow: hidden;
	text-align: center;
}

.wx-code img {
	width: 140px;
	display: inline-block;
}
/*   feature Sections 1  */
#feature-sec-1 {
	background: #fff;
}
/*   feature Sections 2  */
#feature-sec-2 {
	background: #f9f9f9;
}
/* Responsive CSS */
/* Tablet Landscape */
@media ( max-width : 1040px) {
	.feature .section-img img {

	}
	.feature .section-content {
		padding: 70px 10%;
	}
}
/* Tablet Portrait */
@media ( max-width : 970px) {
	.feature .section-img img {
		margin: 0px auto;
		padding-top: 70px;
	}
	.feature {
		padding-bottom: 70px;
	}
}
/* CTA Area 1 */
#cta-1 {
	background: url("../img/hero-26.jpg") no-repeat transparent;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	padding: 160px 0px;
}

#cta-1 .header-text .header-heading {
	margin-bottom: 25px;
}

#cta-1 .header-text p {
	font-size: 20px;
	line-height: 28px;
	opacity: .5;
	margin-bottom: 30px;
}

/* Responsive css for CTA Area 1 */
/* Tablet Landscape */
@media ( max-width : 1040px) {
	#cta-1 .header-text .header-heading {
		font-size: 48px;
		line-height: 52px;
	}
}
/* Tablet Portrait */
@media ( max-width : 970px) {
	#cta-1 {
		text-align: center;
	}
}
/* Phone Portrait */
@media ( max-width : 480px) {
	#cta-1 .header-text .header-heading {
		font-size: 36px;
		line-height: 42px;
	}
}
/* CTA Area 2 */
.subtitle-pa{
	padding:60px 0 20px;
}
.subtitle-pa h2{
	font-size:28px;
}
#cta-2 .section-heading {
	padding-bottom: 20px;
	letter-spacing: 2px;
}

#cta-2 .section-subheading {
	padding: 10px;
	margin: 0;
	text-align: center;
}

#cta-2 .section-subheading li {
	display: inline-block;
	width: 280px;
	margin: 0 40px;
}

#cta-2 .section-subheading li .fa {
	width: 80px;
	height: 80px;
	font-size: 30px;
	line-height: 74px;
	font-weight: normal;
	padding: 5px;
	border-radius: 50%;
	color:#FFFFFF;
	background: #26B4A7;
}

#cta-2 .section-subheading li p {
	margin: 10px 0 0 0;
	color:#333333;
}

#cta-2 .section-subheading li .fa-heart-o-small {
	font-size: 14px;
	margin: 5px 0 0 0;
	color:#777777;
}

.link-title {
	font-size: 18px;
}
.footer-links .foot-line-a {
	color: #26B4A7;
}
/* Service Area */
.key-services {
	margin:30px 0 30px;
	padding: 30px 0 40px;
	background-color:#FFFFFF;
	background-image:url("../img/hero-35.jpg");
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}
#cta-2{
	padding-bottom:40px;
	border-radius:0 0 6px 6px;
}
.key-services .row{
	background:rgba(255,255,255,0.9);
}
.service {
	padding: 0px;
}

.service .section-img img {
	width: 100%;
}

.service .section-content {
	padding: 120px 12%;
}

.service .section-heading {
	margin-bottom: 30px;
}

.service p {
	line-height: 24px;
}

.service .btn {
	margin-top: 30px;
}
/* Service Area 1 */
#service-sec-1 {
	background: #ececec;
}
/* Service Area 2 */
#service-sec-2 {
	background: #ececec;
}
/* Service Area 3 */
#service-sec-3 {
	background: #ebebeb;
}
/* Service Area 4 */
#service-sec-4 {
	background: #ececec;
}
/* Tablet Landscape */
@media ( max-width : 1030px) {
	.service .section-img img {

	}
	.service .section-content {
		padding: 70px 10%;
	}
}
/* Tablet Portrait */
@media ( max-width : 970px) {
	.service .section-img img {
		width: 80%;
		margin: 0px auto;
		padding-top: 70px;
	}
}
/* Key Service Area */
.key-services .service-point {
	margin-top: 40px;
}

.key-services .content-icon .fa {
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	font-weight: normal;
	font-size: 44px;
	padding: 25px 24px;
	border: 1px solid transparent;
	margin-bottom: 14px;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	color: #FFFFFF;
	background:#26B4A7;
	cursor: pointer;
}

.content-tips {
	text-align: center;
	padding: 10px 14px;
	background-color: #26B4A7;
	color: #fff;
	display: none;
	text-align: left;
}


.key-services .section-subtitle {
	font-size: 22px;
	color: #333333;
	margin: 0;
	margin-top: 2px;
}

/* .service-point1 {
	background: #EA7719;
}

.service-point2 {
	background: #26B4A7;
}

.service-point3 {
	background: #4A90E2;
}

.service-point4 {
	background: #455E72;
} */
.user_tit{
	font: normal normal normal 12px/1.5em simsun,arial, "arial unicode ms", mingliu, helvetica;
	margin: 20px auto 0px auto;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #26B4A7;
	background-color: #ffffff;
}
.user_tit span{
	font: normal normal normal 12px/1.5em simsun,arial, "arial unicode ms", mingliu, helvetica;
	line-height: 36px;
	color: #26B4A7;
	font-size: 16px;
	font-weight: bolder;
	display: inline-block;
	height: 34px;
	border-bottom: #26B4A7 4px solid;
	margin-right: 20px;
}
.user_list{
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
}
.user_pic {
	float: left;
	width: 2200px;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	/*overflow: hidden;*/
}
.user_pic ul{
	padding:0;
}
.user_pic li {
	float: left;
	margin: 0px 5px;
	width: 140px;
	background: #ffffff;
}

#newBridge .icon-right-center {
	right: 2px;
	top: 70%;
	left: auto;
	bottom: auto;
	margin: -25px 0 0 0;
}
#newBridge .nb-icon-base {
	position: fixed;
	cursor: pointer;
	border-radius: 5px;
}
#newBridge ins {
	display: block;
	text-decoration: none;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
	background-color: #00AEF3;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
	background: transparent url(//sgoutong.baidu.com/embed/1610525758/asset/embed/css/pc/icon/img/iconWord0.png) no-repeat;
}
#newBridge .nb-icon-skin-0 .nb-icon-bridge0 {
	height: 50px;
	width: 140px;
	margin-left: -68px;
	margin-top: -25px;
}
#newBridge .nb-icon-base .nb-icon-bridge-base {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
}
#newBridge .nb-icon-base .nb-icon-inner-wrap {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.slogan{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	color: #26B4A7;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	display: inline !important;
	vertical-align: bottom;
	text-indent: 10px;
}

.city-select{
	margin-left: 10px;border: 0px;background-color: #26b4a7;margin-left:10px;font-size:20px;color:#fff;height: 24PX;width: 70px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right:14px;margin-top: 4px;font-weight: 400;cursor:pointer
}

.normal-bgc {
	background-color:#26b4a7
}
.navbar-nav{
	font-size: 20px;
	height: 40px;
}

.addr{
	width: 20px;
	margin-right: -17px;
	margin-left: 20px;
	margin-bottom: 4px;
}
.arrow2{
	width: 20px;
	margin-left: -20px;
	margin-bottom: 4px;
}
.quickTabWrap{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap:nowrap;
	width:945px;
	height:510px;
}
.quickTabNav{
	width:62px;
	height:400px;
}
.quickTabNav ul{
	width:62px;
	height:400px;
	display: inline-block;
	padding:0;

}

.quickTabNav ul li{
	width:62px;
	height:80px;
	display: block;
	box-sizing: border-box;
	color:#595757;
	background-color:#efefef;
	padding:18px 15px;
	text-align: center;
	border-bottom: 1px solid #595757;
	font-size:14px;
}
.quickTabNav ul li a{
	color:#595757;
}
.quickTabNav ul li a:first-child{
	color:#26B4A7;
}
.quickTabNav ul li:first-child{
	border-radius: 5px 0 0 0;
}
.quickTabNav ul li:last-child{
	border-bottom: 0px solid #efefef;
}
.quickTabNav ul li.active{
	background-color:#ffffff;
	border-left:2px solid #26B4A7;
	color:#26B4A7;
}
.quickTabContent{
	background-color:#ffffff;
	width:883px;
	height:510px;
	box-sizing: border-box;
	padding:40px 25px;
}
.quickTabContent .quickTabPanal{
	display:none;
}
.quickTabPanal{
	height:100%;
}
.quickTabPanalWrap{
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	height:100%;
	width:100%;
}
.quickTabContent > .active{
	display: block;
}
.quickTabContent .quickTabPanalLeft{
	width:325px;
	box-sizing: border-box;
	height:100%;
}
.quickTabContent .quickTabPanalRight{
	width:508px;
	box-sizing: border-box;
	height:100%;
}
.quickTabPanalLeft{
	text-align: center;
	padding:0 15px;
}
.quickTabPanalLeft .quickTabContentTitle,.quickTabPanalLeft .quickTabContentTips{
	color:#26B4A7;
}

.quickTabPanalLeft .quickTabContentExplain{
	font-size: 10px;
	margin:0 0 10px;
	color:#595757;
}
.quickTabPanalLeft .quickTabContentTips{
	font-size: 10px;
	margin:10px 0 10px;
}
.quickTabPanalLeft .quickTabContentStar{
	position:relative;
}
.quickTabContentStar:after{
	position: absolute;
	content: "*";
	color: #26B4A7;
	width: 6px;
	height: 6px;
	top: 3px;
	left: -12px;
}
.quickTabPanalLeft fieldset input{
	display: inline-block;
	line-height: 40px;
	margin-top: -6px;
}
.quickTabPanalLeft fieldset label{
	font-size: 14px;
	font-weight: normal;
}
.quickTabPanalLeft .quickUserPerComfirm,.quickTabPanalLeft .quickUserComComfirm{
	width:80%;
	display: block;
	margin:0 auto;
	background-color: #26B4A7;
	height:40px;
	line-height: 40px;
	color:white;
	border-radius:5px;
	margin-top:25px;
	border: 0px;
}
.quickTabPanalLeft .quickUserName,.quickTabPanalLeft .quickUserphone{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
	margin:25px 0 0 0;
	font: inherit;
	font-family: inherit;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #e6e6e6;
	height: 40px;
	line-height: 42px;
}
.quickTabPanalRight{
	text-align: center;
	height:414px;
}
.quickTabPanalRight img{
	width:100%;
	height:100%;
}
.quickPriceWrap{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	box-sizing: border-box;
	position: fixed;
	right: 0px;
	top: 125px;
	width: 71px;
	height: 170px;
	z-index: 999;
}
.quickPriceWrap a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	box-sizing: border-box;
	background-color: transparent;
	color: #337ab7;
	text-decoration: none;
}
.quickPriceWrap a img{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #337ab7;
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
}
.kefu-right{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	box-sizing: border-box;
	position:fixed;
	right: 19px;
	width: 45px;
	top: 318px;
	z-index: 999;
}
.kefu-right ul{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.kefu-right ul .mr{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	box-sizing: border-box;
	list-style: none;
	width: 47px;
	margin-bottom: 3px;
	position: relative;
	height: 47px;
	background-color: #babbc2;
}
.kefu-right .tel-cont{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	list-style: none;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 260px;
	right: 60px;
	background-color: #fff;
	border-left: 2px solid #26B4A7;
	padding: 20px 20px;
	box-shadow: -4px 0px 12px 3px rgba(0 ,0 ,0 ,.43);
}
.tel-cont:after {
	content: '';
	position: absolute;
	top: 22px;
	right: -13px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 13px solid #fff;
	border-bottom: 10px solid transparent;
}
.kefu-right .tel-cont .title{
	font-size: 14px;
	color: #595757;
}
.kefu-right .tel-cont .time {
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.kefu-right .tel-cont .icon {
	width: 15px;
	height: 15px;
	margin-top: 0px;
	margin-right: 8px;
}
.kefu-right .tel-cont .time .txt {
	font-size: 12px;
	color: #898989;
}
.kefu-right .tel-cont .phone {
	display: flex;
	margin-top: 12px;
}
.kefu-right .tel-cont .line {
	margin: 20px auto;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.kefu-right .tel-cont h3 {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	list-style: none;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	color: #595757;
	font-size: 14px;
	margin-bottom: 16px;
}
.kefu-right .tel-cont .inp-wrap {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	list-style: none;
	box-sizing: border-box;
	background-color: #26B4A7;
	padding: 0.8px;
	opacity: 0.7;
	display: flex;
	align-items: center;
}
.kefu-right .tel-cont .inp-wrap .input-style {
	flex: 1;
	height: 24px;
	font-size: 12px;
	width: 147px;
	border: none;
	outline: none;
	padding-left: 12px;
}
.kefu-right .tel-cont .inp-wrap .txt {
	width: 100px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.kefu-right .tel-cont .qrcode-cont {
	display: flex;
}
.kefu-right .tel-cont .qrcode-cont .er-cont {
	flex: 1;
	margin: 12px 0;
	text-align: center;
}
.kefu-right .tel-cont .qrcode-cont .er-cont .er-img {
	width: 93px;
	height: 93px;
}
.kefu-right .tel-cont .qrcode-cont .er-cont .txt {
	color: #898989;
	font-size: 16px;
}
.kefu-right li .kf-inner {
	display: none;
	height: 47px;
	background: #26B4A7;
	line-height: 47px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0px;
	position: absolute;
	width: 200px;
	right: 47px;
}
.kefu-right li .kf-inner ul {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	list-style: none;
	line-height: 47px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #26B4A7;
	padding-left: 12px;
}
.kefu-right li {
	list-style: none;
	width: 47px;
	margin-bottom: 3px;
	position: relative;
	height: 47px;
	background-color: #babbc2;
}
.kefu-right li .kf-inner ul li {
	background: none;
	width: 100%;
}
.kefu-right li a {
	color: #fff;
}
