* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul,
li {
	list-style-type: none
}

html {
	background: #f5f5f5;
}

body {
	max-width: 640px;
	margin: 0 auto;
	font-family: microsoft yahei;
	font-size: 20px;
	background: #EEEEEE
}

a {
	text-decoration: none;
}

.subtitle {
	width: 100%;
	margin: 0 auto 0.6rem;
	text-align: center;
}

.subtitle h2 {
	font-size: 1.6rem;
	color: #ec5a62;
}

.subtitle p {
	font-size: 1rem;
	color: #888;
}

/*头部*/
.ly-header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 640px;
	height: 100%;
}

.ly-header nav {
	height: 50px;
	background: #0aab5c;
}

.ly-header nav h2 {
	color: #FFF;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
}

/*内容*/
.ly-section1 {
	min-height: 100%;
	/*padding:40px 0 0 0;*/
	background-color: #eee;
}

.ly-section1 .line {
	margin: 5px 10px 0 10px;
}

.ly-section1 .left {
	float: left;
	max-width: 80%;
	margin: 10px 0 0 0;
}

.ly-section1 .left img {
	float: left;
	margin: 0 5px 0 0;
}

.ly-section1 .left div {
	position: relative;
	margin: 0 0 0 55px;
	padding: 10px;
	background: #FFF;
	color: #323232;
	border-radius: 6px;
	font-size: 1.2rem;
	line-height: 2rem;
}

.ly-section1 .left div i {
	position: absolute;
	top: 15px;
	left: -8px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid #FFF;
	border-bottom: 6px solid transparent;
}

.ly-section1 .left div img {
	float: none;
}

.zizhi {
	width: 70%;
}

.zizhi img {
	width: 100%;
	margin: 0 !important;
}

.ly-hide {
	display: none;
}

.ly-clear {
	clear: both;
}

.loading {
	width: 150px;
	height: 10px;
	margin: 0 auto;
	margin-top: 20px;
}

.loading span {
	display: inline-block;
	width: 10px;
	height: 100%;
	margin-right: 5px;
	border-radius: 50%;
	background: #302825;
	-webkit-animation: load 1.04s ease infinite;
}

.loading span:last-child {
	margin-right: 0px;
}

.loading span:nth-child(1) {
	-webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
	-webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
	-webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
	-webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
	-webkit-animation-delay: 0.65s;
}

@-webkit-keyframes load {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.3);
	}

	100% {
		opacity: 0.2;
		-webkit-transform: scale(.3);
	}
}

#lx>span {
	color: #0aab5c;
	font-weight: 600;
}

.talk {
	padding: 10px 0 140px 0;
}

.talk .right {
	float: right;
	max-width: 80%;
	margin: 10px 0 0 0;
}

.talk .right img {
	float: right;
	margin: 0 0 0 5px;
}

.talk .right div {
	position: relative;
	min-height: 41px;
	margin: 0 55px 0 0;
	padding: 10px;
	background: #A0E75A;
	color: #333;
	border-radius: 6px;
	font-size: 1.2rem;
	line-height: 2rem;
}

.talk .right div i {
	position: absolute;
	top: 15px;
	right: -8px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #A0E75A;
	border-bottom: 6px solid transparent;
}

/*按钮*/
.select_botton {
	position: fixed;
	bottom: 40px;
	width: 100%;
	max-width: 640px;
	z-index: 100;
	padding: 14px 6px 0;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}

.select_botton a {
	display: inline-block;
	padding: 5px 0;
	background: #0aab5c;
	color: #Fff;
	font-size: 14px;
	border-radius: 6px;
	margin-bottom: 6px;
	width: 23%;
	text-align: center;
	margin: 1%;
}

#wx,
#wx1 {
	color: #f00;
	font-weight: bold;
}

#bq {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

/*颜肌导航*/
#nav {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 640px
}

.nav {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
}

.nav ul {
	width: 100%;
	overflow: hidden;
}

.nav ul li {
	float: left;
	width: 25%;
	text-align: center;
	display: inline;
}

.nav ul li a {
	color: #e4e3e3;
	font-family: "微软雅黑";
	font-size: 12px;
	display: block;
	margin-left: 5px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-decoration: none;
}

.nav ul li a span {
	display: block;
	font-family: "微软雅黑";
	vertical-align: middle;
	font-size: 12px;
}

/*弹窗*/
.diy-modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: rgba(0, 0, 0, 0.5)
}

.diy-modal .diy-box {
	width: 90%;
	margin: 0 auto;
	position: relative;
	top: 8%
}

.wtpl_wx,
.wtpl_wname {
	font-weight: 800
}

.line {
	font-size: 16px;
}

.select_botton a {
	font-size: 20px;
}

/* 20200408 add content */
.m_toast {
	position: fixed;
	width: 60%;
	top: 25%;
	left: 20%;
	text-align: center;
	z-index: 1111111111;
	display: block;
	min-width: 150px;
	display: inline-block;
	font-size: 1.28rem;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	border-radius: 6px;
	padding: 0.5rem 0;
}


/* 增加的部分内容 */
.main_cont_box {
	max-width: 640px;
	width: 100%;
	margin: 0.8rem auto;
	overflow: hidden;
}

.main_em_t {
	font-size: 21px;
	max-width: 100%;
	color: rgb(62, 62, 62);
	white-space: normal;
	widows: 1;
	line-height: normal;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	word-wrap: break-word;
}

.main_em_t strong {
	max-width: 100%;
	color: rgb(234, 34, 0);
	box-sizing: border-box;
	word-wrap: break-word;
}

.main_cont_box .main_cont_info {
	margin: 3px auto;
	padding: 15px;
	max-width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	box-shadow: rgb(170, 170, 170) 0px 0px 3px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(240, 240, 240);
	word-wrap: break-word !important;
}

.main_cont_box .main_cont_info img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.main_cont_info h3 {
	max-width: 100%;
	color: rgb(234, 34, 0);
	line-height: 1.75em;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box !important;
	word-wrap: break-word !important;
}

.emotion_cont {
	margin-top: 1rem;
	max-width: 100%;
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 2rem;
	box-sizing: border-box !important;
	word-wrap: break-word !important;
}

.emotion_cont1 span,
.emotion_cont2 span {
	color: red;
}

.main_em_t2 {
	line-height: 3rem;
	padding: 2rem 0;
	font-weight: bold;
	color: rgb(234, 34, 0);
	box-sizing: border-box !important;
	word-wrap: break-word !important;
}

.main_em_t2 strong {
	background-color: yellow;
}

.emotion_cont4 strong {
	color: red;
}


.header_banner {
	width: 100%;
	margin: 40px auto 0;
	overflow: hidden;
	text-align: center;
}

.header_banner img {
	max-width: 100%;
	background-size: 100% auto;
}


/* add cont 20210205 */
.ly-header {
	z-index: 20;
	background-color: #F07BB5;
	height: 46px;
	display: inline-block;
	width: 100%;
}

.ly-header .left-arrow,
.ly-header .go-index {
	position: absolute;
}

.ly-header .left-arrow {
	width: 1.8rem;
	left: 0.5rem;
	top: 0.6rem;
}

.ly-header .go-index {
	width: 1.8rem;
	right: 0.5rem;
	top: 0.6rem;
}

.info {
	padding: 1rem 1rem 1rem 8rem;
	font-size: 14px;
	border-bottom: .02rem solid #eee;
	position: relative
}

.info-head {
	width: 6rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 0;
	font-size: 0.8rem;
	text-align: center;
	color: #0aab5c
}

.info-head img {
	width: 5rem;
	height: 5rem
}

.info-head span {
	width: 100%;
	display: inline-block;
	padding-top: .3rem;
	font-size: 1rem;
}

.info-tit {
	padding-bottom: .3rem;
	font-size: 1.4rem;
	font-weight: bolder;
	color: #0aab5c
}

.info-con {
	position: relative
}

.info-con li {
	padding: .1rem 0;
	font-size: 1.1rem;
	line-height: 2rem;
}

.info-tel {
	padding-top: .4rem;
	font-size: 1.1rem;
	line-height: 2.2rem;
}

.info-tel a {
	width: auto;
	display: inline-block;
	color: #0aab5c
}

#messbox video {
	max-width: 100%;
	margin: 0 auto;
}

/* real case add 20210206 */
.real_case_all {
	width: 100%;
	margin: 0.6rem auto;
	overflow: hidden;
}

.real_case_all .swiper-pagination {
	padding-top: 0.2rem !important;
	padding-bottom: 0.4rem;
}

.real_case_all .swiper-slide {
	width: 100% !important;
	margin: 0 auto;
	overflow: hidden;
}

.real_case_all .swiper-pagination-bullet {
	width: 0.6rem !important;
	margin: 0.15rem;
	height: 0.6rem !important;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
	background: #ff5565;
	opacity: 1;
}

.real_case_all .real_case_title p span {
	color: #ec5a62;
}

.real_case_all .real_case_cont {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.real_case_cont .r_c_list {
	width: 98%;
	margin: 0 auto;
	border: 1px solid #ec5a62;
	overflow: hidden;
}

.r_c_list .r_c_l_box {
	width: 100%;
	overflow: hidden;
}

.r_c_l_box .l_case_thumb {
	width: 96%;
	margin: 0 auto;
}

.l_case_thumb .customer_img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	padding: 0.2rem;
	border: 1px solid #ecd5d6;
	box-shadow: 0 0 0.3rem #dfbabc;
	-webkit-box-shadow: 0 0 0.3rem #dfbabc;
	-moz-box-shadow: 0 0 0.3rem #dfbabc;
}

.l_case_thumb .customer_img img {
	width: 100%;
}

.r_c_l_box .r_case_des {
	width: 94%;
	margin: 1rem auto;
	padding: 1rem 0;
	_display: inline;
	position: relative;
	z-index: 10;
}

.r_c_l_box .r_case_des h3 {
	font-size: 1.2rem;
}

.r_c_l_box .r_case_des h3 i {
	display: inline-block;
	width: 0.2rem;
	height: 1.2rem;
	background-color: #ec5a62;
	position: relative;
	top: 0.1rem;
}

.r_case_des .case_info {
	font-size: 1rem;
	line-height: 1.8rem;
	padding-top: 0.6rem;
	_display: inline;
}

.r_case_des .case_info p {
	padding-bottom: 0.6rem;
}

.main_em_t {
	font-size: 1rem;
	width: 94%;
	margin: 1rem auto;
	color: rgb(234, 34, 0);
	white-space: normal;
	widows: 1;
	line-height: normal;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	word-wrap: break-word;
	line-height: 2.2rem;
}

.main_em_tstrong {
	max-width: 100%;
	background-color: yellow;
	box-sizing: border-box;
	word-wrap: break-word;
}

.m-conmentList img{
	width: 100%;
	padding-top: 1rem;
}

/*btn*/

.btn_box {
	z-index: 5 !important;
	width: 120% !important;
	background: transparent !important;
	position: absolute !important;
	text-align: center !important;
	box-sizing: content-box !important;
	top: -50% !important;
	left: -10%;
	font-weight: 400 !important;
	line-height: 200% !important;
	height: 200% !important;
	font-size: 0.8em;
	border-radius: 4px;
	color: white;
}

.btn_copy {
	display: none;
	padding: 0;
	z-index: 10 !important;
	outline: none !important;
	border: none !important;
	width: 60px !important;
	position: relative !important;
	text-align: center !important;
	box-sizing: content-box !important;
	margin: -30px auto 0 !important;
	font-weight: 400 !important;
	line-height: 32px;
	height: 32px;
	font-size: 16px !important;
	border-radius: 4px;
	color: white;
	background: #777;
}

.t_copyy {
	position: absolute;
	left: 50%;
	top: 32px;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #777;
}

.show_ {
	display: block !important;
}

.copy_bk {
	background-color: blue !important;
	color: white !important;
}


.item_s{
	width: 70% !important;
	margin: 0 auto !important;
	display: block;
}

.wxcode,.copy_wechat{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background-color: #e66969;
	border-radius: 4px;
	padding: .1rem .2rem;
}


footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	max-width: 640px;
	margin: 0 auto;
	z-index: 999;
}

footer p{
	text-align: center;
	color: #333;
	font-size: 1.1rem;
	line-height: 2rem;
	padding-bottom: .4rem;
}

footer .copyright_cn {
	font-size: 16px;
	padding-bottom: .4rem;
	color: #bbb;
	_display: inline;
	background-color: #eee;
}

footer .wxcode{
	font-size: 1.6rem;
}

@media only screen and (min-width:640px){
	.talk{
		padding: 10px 0 140px 0;
	}
}