
 /* 弹窗 */
    .mxbcic-shade {width: 100%; height: 100%;position: fixed;margin: auto auto;left: 0; top: 0;right: 0;bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.3);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);}
    .mxbcic-tc-warp {width: 85%;height: 327px;border-radius: 10px;background: url(../images/pc-tc-bg.png) no-repeat center;margin: auto auto;top: 25%;bottom: 0;padding: 44px 46px 0;box-sizing: border-box;}
    .mxbcic-tc-logo {width: 134px; height: 42px; }
    .mxbcic-tc-logo img {display: block;width:100%;}
    .mxbcic-success-icon {margin: 36px auto 0;width: 69px;height: 69px; }
    .mxbcic-success-icon img {display: block;width:100%;height:100%;}
    .mxbcic-tc-text {font-size: 24px; line-height: 24px;margin-top: 20px; text-align: center;}
    .mxbcic-tc-gb {width: 60px;height: 60px;bottom:-110px;left: 50%;margin-left: -30px;cursor: pointer;}
    .mxbcic-tc-gb img{ display: block;width:100%;height:100%;}



/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
	padding: 0px;
	margin: 0px
}
body {
	font-size: 100px;
}
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}
.trans {
	transition: all .3s ease-in;
}
html {
	width: 100%;
	min-height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
font:.24rem/1.5 "PingFang SC", Helvetica, "Helvetica Neue", "microsoft yahei", Tahoma, Arial, sans-serif;
	color: #666;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative;
}
body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}
body:before {
	height: 1rem;
}
body:after {
height: .88rem;
}
img {
	border: 0px;
}
em {
	font-style: normal;
}
s, i {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style: none outside none;
}
b {
	font-weight: normal;
}
/*表单*/
input, button, select, textarea {
	outline: none;
	font-family: "PingFang SC", "Microsoft Yahei", Arial;
font-size:.24rem;
	-webkit-appearance: none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999;
}
/*公用样式*/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}
#toolbar a{
    color: #333!important;
}
.blue {
	color: #28a5f4;
}
/*链接*/
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #056e45;
	outline: none;
}
/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
/*清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*==========@@HTML默认 结束@@==========*/
.wrapper {
	width: 100%;
}
/*==========@@公共模块 开始@@==========*/
.header {
	background-size: 100% 1.04rem;
}
#top_main {
	width: 100%;
	height: 1rem;
*zoom: 1;
	z-index: 300;
	position: fixed;
	top: 0px;
	left: 0px;
}
#top {
	max-width: 640px;
	min-width: 320px;
	height: 1rem;
	margin: 0px auto;
	position: relative;
	background: #FFF;
	box-shadow: 0 0 0.2rem rgba(0,0,0,.3);
}
#top .logo {
	float: left;
	text-align: center;
	display: block;
	color: #000;
    font-size: .32rem;
	padding-top: 8px;
    margin-left: .3rem;
    width: 66px;
    /*height: 35px;*/
}
#top .logo a {
	display: block;
}
#top .logo img {
	display: block;
	width: 100%;
	height: 100%;
}
#top .topsearch {
	display: block;
	position: absolute;
	right: 16%;
top:.2rem;
	text-align: center;
	cursor: pointer;
width:.5rem;
height:.5rem;
margin:.16rem auto;
}
#top .topsearch span {
	display: block;
	width: 100%;
	height: 0.42rem;
	background-position: 0rem -1.19rem;
width:.42rem;
}
#top_main .tsearch * {
	box-sizing: border-box;
}
#top_main .tsearch {
	position: absolute;
	height: 1rem;
	width: 6.4rem!important;
padding: .2rem 5%;
	left: 0;
top: .99rem;
	z-index: 99;
	background: #f2f2f2;
	box-sizing: border-box;
	display: none;
}
#top_main .tsearch input {
	-webkit-appearance: none;
}
#top_main .tsearch .txt {
	width: 78%;
	color: #666;
text-indent: .1rem;
font-size:.22rem;
height:.64rem;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0.1rem;
	position: absolute;
	left: 5%;
top:.2rem;
border-top-left-radius: .6rem;
border-bottom-left-radius: .6rem;
}
#top_main .tsearch .btn {
	color: #fff;
font-size:.22rem;
	width: 16%;
height:.62rem;
line-height: .6rem;
	text-align: center;
	border: 0px;
	background-color: #056e45;
	background-position: -0.748rem -1.055rem;
	position: absolute;
	right: 5%;
top:.2rem;
border-top-right-radius: .6rem;
border-bottom-right-radius: .6rem;
}
#top_main .btn_close_main {
width: .88rem;
	height: 1rem;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	right: 14%;
	z-index: 9;
	display: none;
}
#top_main .btn_close_main .btn_close {
width: .34rem;
height: .33rem;
margin-top: .38rem;
margin-left: .26rem;
	background-position: -2rem -1rem;
}
#top #nav {
width: .45rem;
	height: 50%;
	position: absolute;
	right: 3%;
top: .36rem;
	text-align: center;
	cursor: pointer;
}
#top .nav {
width: .39rem;
height: .36rem;
background-position: -.5rem -1.2rem;
}
#top .close {
	background-position: -2.06rem 0;
width: .34rem;
height: .34rem;
	cursor: pointer;
	position: absolute;
	/* right: 44%; */
	top: -0.02rem;
	text-align: center;
}
/*subNav*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
top: .99rem;
	z-index: 999;
	max-width: 640px;
	min-width: 320px;
	background: #fff;
	-webkit-transform: translateX(4rem);
	-moz-transform: translateX(7rem);
	-ms-transform: translateX(7rem);
	transform: translateX(7rem);
}
.subNavCon {
	margin: 0px;
	background: #fff;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.subNav .closrbox {
	width: 20%;
	height: 0.5rem;
line-height: .5rem;
	background: #fff;
	position: absolute;
	right: 2%;
	top: -5%;
}
.subNav .close {
	background-position: -1.64rem -1.5rem;
width: .4rem;
height: .4rem;
}
.subNav .c_clos {
	width: 52%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.subNav .list {
margin-top:.6rem;
}
.subNav li {
	width: 100%;
	display: block;
	line-height: 1rem;
	margin: 0 auto;
	position: relative;
}
.subNav li:first-child {
margin-top:.6rem;
}
.subNav .subnav2 {
	width: 100%;
	display: none;
}
.subNav .subnav2 a {
margin-bottom: .1rem;
	background: #eeeeee;
font-size: .24rem;
}
.subNav li a {
	display: block;
	width: 4rem;
	margin: 0 auto;
	color: #056e45;
	font-size: 0.34rem;
	text-align: center;
	border-bottom: 1px solid #056e45;
}
.subNav li em {
width: .3rem;
height: .3rem;
	display: inline-block;
	background-position: 0 -2.2rem;
	vertical-align: middle;
	position: absolute;
	right: 3%;
top: .26rem;
}
.subNav li:hover {
	background: #056e45;
}
.subNav li:hover a {
	color: #fff;
}
.subNav.show {
	right: 0 !important;
}
.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}
.subNavShow2 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/*首页导航*/
.inav_t {
	width: 100%;
	height: 1.4rem;
	background: #056e45;
}
.inav_t dl {
	height: 1.4rem;
	overflow: hidden;
}
.inav_t dl .on{
	background: #6e675e;
}
.inav_t dl dd {
	width: 33.33333%;
	height: 0.7rem;
	float: left;
	text-align: center;
	border-right: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
}
.inav_t dl dd:nth-child(4n) {
	/* border-right: 0; */
}
.inav_t dl dd a {
	display: block;
	width: 100%;
height: .69rem;
line-height: .69rem;
	color: #fff;
}
/* banner */
#banner_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 3.5rem;
}
.banner {
	margin: 0 auto;
	width: 100%;
*zoom: 1;
	overflow: hidden;
	position: relative;
	height: 3.5rem;
}
.banner .list {
	width: 100%;
	overflow: hidden;
}
.banner .list li {
	float: left;
	width: 100%;
	overflow: hidden;
}
.banner .list li img {
	width: 100%;
	height: 3.5rem;
}
#banner .tip {
	width: 100%;
	height: 0.35rem;
	line-height: 0.35rem;
	clear: both;
	position: absolute;
	bottom: 5%;
	z-index: 2;
	font-size: 0;
	text-align: center;
}
#banner .tip span {
	display: inline-block;
width: .2rem;
height: .2rem;
margin: 0 .1rem;
	background: #fff;
}
#banner .tip span.cur {
	background: #056e45;
}
.showInfo #banner .tip {
	width: 100%;
	text-align: center;
	margin-left: 0;
	left: 0;
bottom: .2rem;
}
/*底部留言*/
.container{
    margin-top: 20px;
    width: 100%;
    height: 220px;
    background: #056e45;
}
.container .sqjm-title{
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.container .sqjm-title p:first-child{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.container .sqjm-title p:last-child{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.container .sqjm-title p span{
    color: #f20000;
    font-weight: bold;
}
.container .ys-zxly-form{
    width: 82%;
    height: auto;
    margin: 20px auto;
}
.container .ys-zxly-form .yddchayin-form-input-wrap{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.container .ys-zxly-form .yddchayin-form-input-wrap .yddchayin-form-input { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    display: block; 
    width: 100%; 
    height: 37px; 
    line-height: 37px; 
    font-size: 14px; 
    color: #696969; 
    border: 1px solid rgb(211, 211, 211); 
    padding: 0 15px; 
    background: #fff; 
    margin: 0 auto; 
    border-radius: 4px;
}
.container .ys-zxly-form .yddchayin-form-submit {
    display: block;
    width: 135px;
    height: 36px;
    background: #f20000;
    background-size: 135px 36px;
    margin: auto;
    margin-top: 20px;
    border-radius: 18px;
    color: #ffffff;
}

.sitepath {
	width: 100%;
	border-bottom: 1px solid #ccc;
    padding: .18rem .2rem 0;
	color: #333;
    font-size: .22rem;
	background: #fff;
}
/*版权信息*/
#footer_main {
	text-align: center;
	width: 100%;
	background: #fff;
	/*padding: 0.1rem 0 0.4rem;*/
}
#returntop {
	width: 1rem;
	height: 1rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 1rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 99;
}
#copyright {
	width: 94%;
	margin: 0 auto;
	color: #666;
	font-size: 0.24rem;
line-height:.4rem;
	padding: 0.2rem 0;
}
#copyright a {
	color: #666;
}
#fix-sider {
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 2%;
	bottom: 29%;
	background: url(http://m.kenwode.com/skin/images/tel.png) no-repeat center top;
	background-size: 1rem auto;
	cursor: pointer;
	z-index: 999;
}
#footer_main .ydd_foot_top{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
#footer_main .ydd_foot_top img{
    height: auto;
	width: 30%;
}
#footer_main .ydd-footer-text{
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
}
#footer_main .ydd-gongshang{
    text-align: center;
    margin-top: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
#footer_main .ydd-gongshang .ydd-gs-icon{
    display: inline-block;
    vertical-align:middle;
    margin-right: 10px;
    font-size: 12px;
    color:#666666;
}
#footer_main .ydd-gongshang .ydd-gs-icon img{
    display: block;
    width:23px;
    margin:0 auto 10px;
}
#footer_main .ydd-gongshang .ydd-gs-text{
    display: inline-block;
    vertical-align:middle ;
    width:196px;
    text-align: left;
}
#footer_main .ydd-gongshang .ydd-gs-text span{
    display: block;
    font-size: 14px;
    color:#666666;
}
#footer_main #copyright a{
    font-size: 14px;
} 
.newsPage {
padding: .1rem 3% 0.2rem;
}
.newsPage .item {
	width: 100%;
padding-right: .1rem;
	display: block;
padding: .3rem 0 .3rem;
	border-bottom: 1px dotted #b0b0b0;
	margin: 0 auto 0;
}
.newsPage .item img {
	width: 2rem;
	height: 1.5rem;
	display: block;
margin-right: .22rem;
}
.newsPage .item h3 {
font-size: .28rem;
	line-height: 0.48rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsPage .item p {
font-size: .22rem;
	line-height: 0.33rem;
	color: #999999;
	overflow: hidden;
}
.newsPage .item .time {
	color: #b7b7b7;
font-size: .2rem;
}
.newsPage .item:last-child {
	border-bottom: 0px;
}
/* 工具栏 */
 #toolbar {
	width: 100%;
    height: 50px;
    max-width: 640px;
    position: fixed;
    margin: auto auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);z-index: 5;
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);

}
.ys-kfdh-btn{
    width: 33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #5a5a5a;
    font-weight: bold;
    letter-spacing: 1px;
}
.ys-kfdh-btn img,.ys-yyjm-btn img{
    vertical-align: middle;
    height: 15px;
    margin-right: 5px;
}
/*底部固定按钮右侧*/
.ys-yyjm-btn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #056e45;
    font-weight: bold;
    letter-spacing: 1px;
}
.none{
    display: none;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #06a3e8;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #0092de;
}
#toolbar .list li:nth-child(4n) {
	border-right: 0;
}
#toolbar .list a {
	display: block;
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: 0.2rem;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #0092de;
}
/*弹窗*/
.ys-layer-shade{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    margin: auto auto;
    z-index: 999;
    max-width: 750px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ys-layer-wrap{
    width: 78%;
    background: url("../images/layer-bg1.png") no-repeat 0 0;
    /*background: white;*/
    background-size: 100% 100%;
    margin: auto auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 270px;
    padding-top: 30px;
}
.p-a{
    position: absolute;
}
.ys-layer-close{
    width: 34px;
    height: 34px;
    right: -15px;
    top: -15px;
}
.ys-layer-close img{
    display: block;
    width: 34px;
    height: 34px;
}
.ys-layer-title{
    height: 30px;
    line-height: 30px;
}
.t-c{
    text-align: center;
}
.ys-layer-title span{
    background-size: 10px 10px,17px 5px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    padding: 2px 5px;
}

.line-100{
    line-height: 1;
}
.font-weight{
    font-weight: bold;
}
.font14{
    font-size: 14px;
}
.mt5{
    margin-top: 5px;
}
.color-242424{
    color: #242424;
}

.message-formn{
    width: 90%;
    height: auto;
    margin: 20px auto 0;
}
.message-formn .form-label{
    width: 100%;
}
.form-control {
    box-sizing: border-box;
    font-family: inherit;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.message-formn .btn{
    width: 50%;
    margin: auto;
    border-radius: 50px;
    height: 33px;
    border: none;
    margin-left: 23%;
    margin-top: 20px;
}
.btn-primary{
    color: #fff;
    background-color: #8d4f98;
}
.form-group{
    margin-bottom: 15px;
}

.ys-layer-input-box{
    width: 100%;
    height: 34px;
    background: #006515;
    border-radius: 4px;
}
.p-r{
    position: relative;
}
.ys-layer-input{
    display: block;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 34px;
    color: #242424;
    background: transparent;
    font-size: 14px;
    border-radius: 4px;
}
input{
    border: none 0;
    text-indent: 0;
    -webkit-appearance: none;
    outline: none;
}
.mt20{
    margin-top: 20px;
}
.ys-tell-msg{
    height: 34px;
    line-height: 34px;
    right: 15px;
    top: 0;
    font-size: 12px;
    color: #666666;
}
.ys-layer-submit{
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #006539;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.mt25{
    margin-top: 25px;
}

#pink {
	color: #05184e !important;
	font-weight: bold;
	}
.index .imenu {
	width: 100%;
	position: relative;
}
.index .imenu ul {
	display: block;
	text-align: center;
}
.index .imenu li {
	width: 29.5%;
	border: 1px solid #dcdcdc;
	text-align: center;
	border-radius: 0.08rem;
	overflow: hidden;
	margin: 0 1% 2%;
	display: inline-block;
	box-shadow: 0px 1px 5px #dcdcdc;
}
.index .imenu li a {
	display: block;
font-size: .22rem;
	height: 0.52rem;
	line-height: 0.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .imenu li.on a {
	color: #669934;
}
.enbody .index .imenu li {
line-height:.4rem;
height:.4rem;
	overflow: hidden;
}
.productlist {
	overflow: hidden;
	padding: 0 3% 3%;
}
.productlist .item {
	width: 49%;
	float: left;
margin-bottom:.2rem;
	margin-right: 2%;
	border: 1px solid #ececec;
}
.productlist li:nth-child(2n) {
	margin-right: 0;
}
.productlist .item a {
	display: block;
}
.productlist .item figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	/* height: 165px; */
}
.productlist .item figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.productlist .item h3 {
	color: #333;
font-size: .24rem;
height:.64rem;
line-height: .64rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .title .line_lef {
	left: 3%;
}
.index .title .line_rig {
	right: 3%;
}
.index .title {
	width: 100%;
padding-bottom:.4rem;
	text-align: center;
padding-top:.5rem;
	position: relative;
}
.index .title s {
	width: .8rem;
	height: .25rem;
	display: block;
	position: absolute;
	top: .76rem;
	background: url(../images/line.png) no-repeat center;
	background-size: .8rem auto;
	}
.index .title h3 {
font-size:.48rem;
	color: #333;
	font-weight: bold;
}
.index .title h3 b {
	color: #056e45;
	font-weight: bold;
}
.iColor{
    color: #056e45!important;
	padding: 0 3%;
	text-align: center;
}
.iBColor{
    background: #666!important;
    /* border: 1px solid #a5a5a5!important; */
}
.index .more {
	padding: 0 3% 3%;
	}
.index .more a {
	width: 100%;
	float: left;
	display: block;
	color: #fff;
	border-top-left-radius: .05rem;
	border-bottom-left-radius: .05rem;
	border: .02rem solid #e5e5e5;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	}
.index .title h4 {
	color: #333;
font-size:.24rem;
	letter-spacing: 0.05rem;
}

.film_focus {
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;
    margin: 30px auto;
}
.film_focus ul.film_focus_nav {
    width: 94px;
    height: 208px;
    position: absolute;
    left: .2rem;
    top: 0;
}
.film_focus ul.film_focus_nav li.cur {
    background: url(../images/hd_on.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0;
    height: 58px;
    left: 0px;
    word-break: break-all;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}
.film_focus ul.film_focus_nav li {
    height: 58px;
    background: #e9e9e9;
    margin-bottom: 15px;
    margin-right: .14rem;
    position: relative;
    cursor: pointer;
    cursor: hand;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    line-height: 55px;
    text-align: center;
}
.film_focus ul.film_focus_imgs {
    width: 4.36rem;
    height: 9999em;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    margin-right: 10px;
}
.film_focus ul.film_focus_imgs li {
    /*width: 350px;*/
    height: 205px;
    padding: 9px;
    overflow: hidden;
    background: #e9e9e9;
    box-sizing: border-box;
}
.film_focus ul.film_focus_imgs li .ku {
    display: block;
    width: 100%;
    height: 187px;
    background: #fff;
    margin: 0 auto;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.film_focus ul.film_focus_imgs li .ku h2 {
    font-size: 16px;
    color: #056e45;
    font-weight: normal;
    line-height: 30px;
}
.film_focus ul.film_focus_imgs li .ku p {
    color: #333;
    line-height: 19px;
    overflow: hidden;
    font-size: 12px;
    height: 137px;
}

.cqgbgb-cpjs-title {
    font-size: 17px;
    color: #333333;
}
.cqgbgb-msjd-wrap {
    padding: .3rem 5% 20px;
    background: #fff;
}
.cqgbgb-msjd-top {
    margin-top: 15px;
}
.cqgbgb-msjd-top ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    border-radius: 10px;
    overflow: hidden;
	height: 100px;
}
.cqgbgb-msjd-top ul li img {
    display: block;
    width: 100%;
    height: auto;
}
.cqgbgb-msjd-top ul li:last-child {
    margin-right: 0;
}
.cqgbgb-msjd-top p {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    text-indent: 2em;
    margin-top: 10px;
}

.I_jmzc>h3 {
    font-size: 20px;
	color: #056e45;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    background: url(../images/title_icon.png) no-repeat 50% 22px;
    background-size: 99px 10px;
    padding-bottom: 6px;
}
.I_jmzc_lc>li{
list-style: none;
text-align: center;
width: 25%;
padding: 0 5% 0 0;
float: left;
position: relative;
}
.I_jmzc_lc>li:last-child{
padding: 0;
}
.I_jmzc_lc>li:nth-of-type(1):after,.I_jmzc_lc>li:nth-of-type(2):after,.I_jmzc_lc>li:nth-of-type(3):after{
content: '';
position: absolute;
width: 35px;
height: 40px;
right: 0;
top: 18%;
background-size: 100% 100%;
}
.I_jmzc_lc>li>div{
display: block;
}
.I_jmzc_lc>li>div>img{
width: 80%;
}
.I_jmzc_lc>li>div>p{
font-size: 14px;
}
/*==========@@页面布局 开始@@==========*/
#search {
	background: #fff;
	width: 96%;
	margin: 0.2rem auto;
	height: 0.6rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 0;
	-webkit-box-shadow: 1px 1px 1px #e7e9e9;
	-moz-box-shadow: 1px 1px 1px #e7e9e9;
	box-shadow: 1px 1px 1px #e7e9e9;
}
#search input {
	display: block;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
#search .txt {
	border: none;
	width: 66%;
	height: 0.5rem;
	line-height: 0.6rem;
	margin-right: 1%;
	padding: 0 4%;
	color: #666;
	font-size: 0.22rem;
	background: none;
}
#search .searchbtn {
	cursor: pointer;
	border: none;
	font-size: 0.24rem;
	width: 0.8rem;
	height: 0.6rem;
	text-align: center;
	background-position: -0.63rem 0;
}

.index #floor_1_main, .index #floor_2_main, .index #floor_3_main {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.index {
	background: #fff;
	overflow: hidden;
}
/* 首页产品 */
.index .title_main {
padding-top:.5rem;
}
.index .in_title {
padding-top:.6rem;
}
.index .in_title .tit {
	width: 5rem;
	margin: 0 auto;
    font-size:.34rem;
	font-weight: bold;
	text-align: center;
	color: #056e45;
}
.index .in_title .tit em {
	display: block;
	width: 1.5rem;
height:.02rem;
margin-top:.2rem;
	background: #ddd;
}
.index .look_more {
	display: block;
	width: 6rem;
height:.78rem;
	margin: 0 auto;
font-size:.3rem;
line-height:.78rem;
	text-align: center;
	color: #333;
	background: #fff;
border:.01rem solid #ddd;
}
.index .tab {
	text-align: center;
margin-top: .2rem;
}
.index .tab a {
	width: 30%;
	height: 0.48rem;
	line-height: 0.48rem;
    margin: 0 .05rem;
	display: inline-block;
    padding: 0 .1rem;
	background: #056e45;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .tab a:hover {
	background: #0092de;
}
/*关于我们*/
#floor_1_main .floor_1 {
padding-bottom: .4rem;
}
#floor_1_main .about {
}
#floor_1_main .about .item {
	display: block;
	width: 100%;
	height: 4.523rem;
}
#floor_1_main .about img {
	display: block;
	width: 100%;
	height: 100%;
}
#floor_1_main .contW {
	position: relative;
	display: block;
	width: 100%;
}
#floor_1_main .contW .cont {
	width: 6rem;
	margin: 0 auto;
margin-top:.3rem;
font-size: .24rem;
	color: #666;
line-height: .45rem;
	text-align: justify;
}
#floor_1_main .contW .view_detail {
	display: block;
	width: 6rem;
height:.7rem;
	margin: 0 auto;
margin-top:.5rem;
font-size:.24rem;
line-height:.7rem;
	text-align: center;
	color: #fff;
	background: #06a3e8;
}
/*费用明细and盈利分析*/
#floor_1_main .about .fymx-ylfx-wrap {
    width: 100%;
    height: 100%;
    background: #f2f7f1;
    background-size: 100% 100%;
    padding-bottom: 20px;
}
#floor_1_main .about .fymx-ylfx-tab {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: table;
}
#floor_1_main .about .per-fymx-tab {
    width: 50%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border-right: 1px solid #aeaeae;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color:#aeaeae;
    font-size:15px;
}
#floor_1_main .about .per-fymx-tab:first-child {
    padding-left:10%;
    background: url("../images/pirce-icon.png") no-repeat 13% center;
    background-size: 21px 16px;
}
#floor_1_main .about .per-fymx-tab-active:first-child {
    /* background: url("../images/pirce-icon-active.png") no-repeat 13% center; */
    background-size: 21px 16px;
}
#floor_1_main .about .per-fymx-tab:last-child {
    padding-left:5%;
    border-right: none;
    background: url("../images/lirun-icon.png") no-repeat 15% center;
    background-size: 16px 16px;
}
#floor_1_main .about .per-fymx-tab-active:last-child {
    color:#056e45;
    background: url("../images/lirun-icon-active.png") no-repeat 15% center;
    background-size: 16px 16px;
}
#floor_1_main .about .tab-con-wrap {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
#floor_1_main .about .tab-con-cut {
    width: 100%;
    height: auto;
    margin: 10px 0 20px;
}
#floor_1_main .about .tab-con-cut li {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #d1d1d1;
    border-radius: 5px;
    padding: 0 3px;
    margin-right: 2%;
}
#floor_1_main .about .tab-con-cut li:nth-child(1) {
    width: 35%
}
#floor_1_main .about .tab-con-cut li:nth-child(2) {
    width: 25%
}
#floor_1_main .about .tab-con-cut li:nth-child(3) {
    width: 33%;
    margin-right: 0;
}
#floor_1_main .about .tab-con-cut .li-active {
    border-color: #056e45;
    color: #056e45;
}
#floor_1_main .about table {
    width: 100%;
    height: auto;
    cellspacing: 1;
    border: 1px solid #a8a8a8;
}
#floor_1_main .about table tr{
    height: 32px;
    /*background: #fff;*/
    line-height: 30px;
    font-size: 12px;
    color: #4e4e4e;
}
#floor_1_main .about table tr td, table tr th {
    width: 25%;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #056e45;
    border: 1px solid #d9d9d9;
    text-align: center;
}
#floor_1_main .about table tr th {
    font-weight: bold;
}
#floor_1_main .about table tr td:first-child{
    font-weight: bold;
    width:30%;
}
#floor_1_main .about table tr:nth-child(even){
    background: #e3fff9;
}
#floor_1_main .about .ylfx-sheng-table tr:last-child{
    background: #fff;
}
#floor_1_main .about table tr.cankao td{
    font-weight: normal;
}



/*产品中心*/
.index #floor_2_main {
	width: 100%;
	background: #fff;
}
.index .floor_2 {
padding-bottom:.4rem;
}
.index .floor_2 .proCenter .list {
margin-left: .2rem;
margin-top: .2rem;
}
.index .floor_2 .proCenter .list li {
	position: relative;
	float: left;
	display: block;
	width: 2.9rem;
margin-right: .15rem;
margin-bottom: .25rem;
	border: 1px solid #E0E0E0;
}
.index .floor_2 .proCenter .list li .img {
	width: 100%;
	height: 2.15rem;
}
.index .floor_2 .proCenter .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.index .floor_2 .proCenter .list li .tit {
font-size: .26rem;
line-height: .6rem;
	text-align: center;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .floor_2 .bg33 {
    width: 100%;
    height: 100%;
    background: url("../images/bg3.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.index .floor_2 .pro-list-wrap { 
    top: 70px; 
    left: 0; 
    overflow: hidden; 
}
.index .floor_2 .wrapper { 
    position: relative; 
    height: 33px; 
    width: 100%;
    margin: 0 auto; 
}
.index .floor_2 .wrapper .scroller { 
    position: absolute; 
    margin-left: 3.5%; 
}
.index .floor_2 .pro-list-nav-wrap {
    width: 150%; 
    height: 33px; 
}
.index .floor_2 .per-pro-nav { 
    float: left; 
    width: 92px; 
    height: 33px; 
    text-align: center; 
}
.index .floor_2 .per-pro-nav span { 
    display: block; 
    width: 65px; 
    height: 33px; 
    background: #d1d1d1; 
    border-radius: 30px; 
    font-size: 14px;
    color: #fff; 
    line-height: 33px; 
    padding: 0 3%; 
}
.index .floor_2 .cur span {
    background: #056e45;
    background-size: 100% 100%;
}
.index .floor_2 .pro-list-content-wrap { 
    width: 100%;
    height: 410px; 
    margin: 15px auto 30px; 
    overflow: hidden; 
}
.index .floor_2 .zhc-pic-wrap { 
    width: 86%; 
    margin: 0 auto; 
    height: auto; 
    position: relative; 
    left: 0; 
    top: 0; 
    overflow: hidden; 
}
.index .floor_2 .per-pro-pic-wrap { 
    width: 42%; 
    height: auto; 
    margin-right: 8%; 
    float: left; 
    margin-top: 25px; 
}
/* .index .floor_2 .per-pro-pic-wrap:nth-child(3n) { 
    margin-right: 0; 
} */
.index .floor_2 .pro-pic { 
    /* width: 80px; 
    height: 140px;  */
    margin: 0 auto; 
}
.index .floor_2 .pro-pic a { 
    display: block; 
    width: 100%; 
    height: 100%; 
}
.index .floor_2 .pro-pic img { 
    display: block; 
    width: 100%; 
    height: 100%; 
}
.index .floor_2 .pro-text {
    width: auto; 
    height: 32px; 
    margin-top: 5px; 
    background: url("../images/pro-name-bg.png") no-repeat center center; 
    background-size: 89px 32px; 
    text-align: center; 
    line-height: 26px; 
    color: #ffffff; 
    font-size: 14px; 
}
.index .floor_2 .zpl-pic-wrap { 
    width: 90%; 
    margin: 1% 
    auto 0; 
}
.index .floor_2 .zpl-pic-wrap li.per-pro-pic-wrap { 
    width: 44%; 
    height: auto; 
}
.index .floor_2 .zpl-pic-wrap .pro-pic {
    width: 114px; 
    height: 73px; 
}
.index .floor_2 .zpl-pic-wrap li.per-pro-pic-wrap:nth-child(3) {
    margin-right: 12%; 
}
.index .floor_2 .zpl-pic-wrap li.per-pro-pic-wrap:nth-child(2n) { 
    margin-right: 0; 
}
.index .floor_2 .ckqbcp-btn { 
    width: 185px; 
    height: 36px; 
    font-size: 16px; 
    background: url("../images/pro-btn.png") no-repeat 0 center; 
    background-size: 185px 36px; 
    text-align: center; 
    line-height: 36px; 
    color: #FFFFFF; 
    margin: 0 auto; 
}
.index .floor_2 .ckqbcp-btn a{ 
    color: #ffffff;
}
.index .floor_2 .p-absolute { 
    position: absolute; 
    bottom: 33px; 
    left: 50%; 
    margin-left: -92px; 
}
.index .floor_2 .tongzhi-roll { 
    width: 90%; 
    height: 40px; 
    border: 2px solid #056e45;
    border-radius: 3px; 
    background: #ffffff; 
    margin: 20px auto 0px; 
    top: 0; 
    left: 5%; 
}
.index .floor_2 .tongzhi-icon { 
    width: 16px; 
    height: 16px; 
    margin: 12px 0 0 2%; 
}
.index .floor_2 .tongzhi-icon img {
    display: block; 
    width: 100%; 
}
.index .floor_2 .tongzhi-wrap { 
    width: 90%; 
    height: 40px; 
    line-height: 40px; 
    font-size: 12px; 
    position: relative; 
    overflow: hidden; 
    margin-right: 2.5%; 
}
.index .floor_2 .tongzhi-list { 
    width: 2000px; 
    height: 40px; 
    position: absolute; 
    top: 0; 
    left: 0; 
}
.index .floor_2 .per-tongzhi { 
    width: 360px; 
    margin-right: 3%;
}
.index .floor_2 .tongzhi-list a { 
    color: #056e45; 
    margin-right: 2%; 
}
.index .floor_2 .tongzhi-list a:hover { 
    color: #ddbe10; 
}
.index .floor_2 .tongzhi-list span { 
    color: #85b7ad; 
}



/*选择我们*/
.index #floor_3_main {
	width: 100%;
	background: #fff;
}
.index .floor_3 .Box {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	height: 190px;
	background: url(../images/slq01.png) no-repeat top center;
	background-size: 28rem;
}
.index .floor_3 .Box h3 {
font-size: .5rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
margin-top: .38rem;
}
.index .floor_3 .Box h3 span {
	font-size: 40px;
}
.index .floor_3 .Box p {
font-size: .2rem;
	color: #333;
	text-align: center;
margin-top: .05rem;
}
.index .floor_3 .Box p>span {
font-size: .45rem;
}
.index .floor_3 .proAdvant .list li {
	display: block;
	width: 6rem;
	margin: 0 auto;
padding: .2rem 0;
border-top: .04rem solid rgba(6, 163, 232, 0.5);
}
.index .floor_3 .proAdvant .list li:first-child {
	border-top: none;
}
.index .floor_3 .proAdvant .list li .img {
	width: 100%;
margin-bottom: .2rem;
}
.index .floor_3 .proAdvant .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.index .floor_3 .proAdvant .list li .txt {
	display: block;
	width: 100%;
}
.index .floor_3 .proAdvant .list li .txt .tit {
font-size: .38rem;
	font-weight: bold;
	color: #06a3e8;
}
.index .floor_3 .proAdvant .list li .txt .tit i {
	display: inline-block;
	color: #fff;
width: .55rem;
height: .55rem;
	text-align: center;
	background: #06a3e8;
	border-radius: 50%;
margin-right: .15rem;
}
.index .floor_3 .proAdvant .list li .txt .titi {
font-size: .23rem;
	font-weight: bold;
	color: #3f3f3f;
}
.index .floor_3 .proAdvant .list li .txt .cont {
margin-top:.12rem;
font-size: .2rem;
	color: #666;
line-height:.4rem;/* text-align: justify; */
}
.index .floor_3 .one-screen{
    width: 100%;
    height: auto;
}
.index .floor_3 .one-screen > img{
    display: block;
    width: 100%;
}
.index .floor_3 .ydd-text { 
    width: 268px; 
    height: 52.5px; 
    background: url("../images/text-bg-1.png") no-repeat 0 0;
    background-size: 268px 52.5px; 
    position: absolute; 
    left: 50%; 
    margin-left: -134px; 
    top: 4%; 
    font-size: 18px; 
    color: #ffffff; 
    line-height: 51px; 
    text-align: center; 
}
.index .floor_3 .dianpu-city-wrap { 
    position: absolute; 
    left: 20%; 
    bottom: 215px; 
    width: 60%; 
    height: auto; 
}
.index .floor_3 .per-city-wrap { 
    width: 30%;
    height: auto; 
    position: absolute; 
}
.index .floor_3 .city { 
    display: block; 
    width: 64px; 
    height: 34px; 
    color: #ffffff; 
    font-size: 18px; 
    line-height: 28px; 
    font-weight: bold; 
    text-align: center; 
    background: url("../images/city-bg.png") no-repeat 0 0; 
    background-size: 64px 34px; 
}
.index .floor_3 .dingwei { 
    font-size: 30px; 
    font-weight: bold; 
    color: #ddbe10; 
    float: right; 
    margin-top: -15px; 
    margin-right: 14%; 
}
.index .floor_3 .per-city-wrap:nth-child(1) { 
    bottom: 10px; 
    left: 20%; 
}
.index .floor_3 .per-city-wrap:nth-child(2) { 
    bottom: 20px; 
    left: 52%; 
}
.index .floor_3 .per-city-wrap:nth-child(3) { 
    bottom: 9px; 
    right: -13%; 
}
.index .floor_3 .per-city-wrap:nth-child(3) .city { 
    background: url("../images/city-bg-1.png") no-repeat 0 0; 
    background-size: 64px 34px; 
}
.index .floor_3 .per-city-wrap:nth-child(3) .dingwei { 
    float: left; 
    margin-top: -22px; 
    margin-left: -14%; 
}
.index .floor_3 .per-city-wrap:nth-child(4) { 
    bottom: -44px; 
    right: -12%; 
}
.index .floor_3 .per-city-wrap:nth-child(4) .city { 
    margin-bottom: 13px; 
    line-height: 43px; 
    background: url("../images/city-bg-2.png") no-repeat 0 0; 
    background-size: 64px 34px; 
}
.index .floor_3 .per-city-wrap:nth-child(4) .dingwei { 
    float: left; 
    margin-top: -70px; 
    margin-left: -12%; 
}
.index .floor_3 .per-city-wrap:nth-child(5) {
    bottom: -70px; 
    right: 1%; 
}
.index .floor_3 .per-city-wrap:nth-child(5) .city {
    margin-bottom: 8px; 
    line-height: 43px; 
    background: url("../images/city-bg-2.png") no-repeat 0 0; 
    background-size: 64px 34px; 
}
.index .floor_3 .per-city-wrap:nth-child(5) .dingwei { 
    float: left; 
    margin-top: -70px;
}
.index .floor_3 .per-city-wrap:nth-child(6) {
    bottom: -38px; 
    left: 39%; 
}
.index .floor_3 .per-city-wrap:nth-child(6) .city { 
    margin-bottom: 8px; 
    line-height: 43px; 
    background: url("../images/city-bg-3.png") no-repeat 0 0; 
    background-size: 64px 34px; 
}
.index .floor_3 .per-city-wrap:nth-child(6) .dingwei { 
    float: right;
    margin-top: -70px; 
}
.index .floor_3 .all-city { 
    font-size: 12px; 
    color: #1b4940; 
    line-height: 1.6; 
    position: absolute; 
    bottom: 65px; 
    left: 5%; 
    width: 93%; 
    height: auto; 
}
.index .floor_3 .all-city a{ 
    color: #000000; 
}
.index .floor_3 .all-city span:nth-last-child(1) { 
    display: none;
}
.index .floor_3 .ckqbcp-btn { 
    width: 185px; 
    height: 36px; 
    font-size: 16px; 
    background: url("../images/pro-btn.png") no-repeat 0 center; 
    background-size: 185px 36px; 
    text-align: center; 
    line-height: 36px; 
    color: #FFFFFF; 
    margin: 0 auto; 
    
}
.index .floor_3 .p-absolute {
    position: absolute; 
    bottom: 33px; 
    left: 50%;
    margin-left: -92px; 
}
.index .floor_3 .ckqbmd-btn { 
    bottom: 20px; 
    background: url("../images/city-btn.png") no-repeat center center; 
    background-size: 185px 36px; 
}
.index .floor_3 .ckqbmd-btn a{
    color: #ffffff;
}
.index .floor_3 .dianpu-city-wrap div.per-city-wrap-active:nth-child(1) .city { background: url("../images/city-bg-active.png") no-repeat 0 0; background-size: 64px 34px; }
.index .floor_3 .dianpu-city-wrap div.per-city-wrap-active:nth-child(2) .city { background: url("../images/city-bg-active.png") no-repeat 0 0; background-size: 64px 34px; }
.index .floor_3 .dianpu-city-wrap div.per-city-wrap-active:nth-child(3) .city { background: url("../images/city-bg-1-active.png") no-repeat 0 0; background-size: 64px 34px; }
.index .floor_3 .dianpu-city-wrap div.per-city-wrap-active:nth-child(4) .city { background: url("../images/city-bg-2-active.png") no-repeat 0 0; background-size: 64px 34px; }
.index .floor_3 .dianpu-city-wrap div.per-city-wrap-active:nth-child(5) .city { background: url("../images/city-bg-2-active.png") no-repeat 0 0; background-size: 64px 34px; }
.index .floor_3 .dianpu-city-wrap div.per-city-wrap-active:nth-child(6) .city { background: url("../images/city-bg-3-active.png") no-repeat 0 0; background-size: 64px 34px; }
.index .floor_3 .dianpu-pic-wrap { 
    width: 100%; 
    height: auto; 
    position: absolute; 
    top: 18%; 
    left: 0; 
}
.index .floor_3 .dianpu-list { 
    width: 100%; 
    height: auto; 
}
.index .floor_3 .dianpu-list li { 
    width: 33.33%; 
    height: 80px;
	overflow: hidden; 
}
.index .floor_3 .dianpu-list li img { 
    display: block; 
    width: 100%; 
}

/*参与弹窗*/
.cypx-btn-youhui{
    width: 100%;
    height: auto;
}
.cypx-btn-youhui img{
    display: block;
    width: 100%;
}

/*案例展示*/
.index #floor_4_main {
	width: 100%;
	background: #06a3e8;
}
.index .floor_4 {
padding-bottom: .4rem;
}
.index .floor_4 .in_title .tit {
	color: #fff;
}
.index .floor_4 .in_title .tit em {
	background: rgba(255, 255, 255, 0.3);
}
.index .floor_4 .caseList {
margin-top: .3rem;
margin-left: .2rem;
	overflow: hidden;
	position: relative;
}
.index .floor_4 .caseList .bd {
	position: relative;
	width: 6rem;
	margin: 0 auto;
	overflow: hidden;
}
.index .floor_4 .caseList .bd ul {
	display: inline-block;
	;
}
.index .floor_4 .caseList .bd ul li {
	position: relative;
	float: left;
	display: block;
	width: 2.9rem;
	padding: 2%;
margin-right: .2rem;
margin-bottom: .2rem;
	background: #fff;
}
.index .floor_4 .caseList .bd ul li:nth-child(2n) {
	margin-right: 0;
}
.index .floor_4 .caseList .bd ul li a {
	display: block;
}
.index .floor_4 .caseList .bd ul li .img {
	display: block;
	width: 100%;
	height: 1.99rem;
}
.index .floor_4 .caseList .bd ul li .txt {
	width: 100%;
	z-index: 9;
}
.index .floor_4 .caseList .bd ul li .txt .tit {
margin: .1rem 0;
font-size:.26rem;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .floor_4 .caseList .bd ul li .txt .cont {
font-size: .2rem;
	color: #999;
line-height: .35rem;
	text-align: justify;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .floor_4 .caseList .hd {
	width: 100%;
height: .6rem;
margin-bottom: .2rem;
}
.index .floor_4 .caseList .hd ul {
	max-width: 100%;
	text-align: center;
}
.index .floor_4 .caseList .hd li {
	display: inline-block;
	float: none;
width: .16rem;
height: .16rem;
	background-color: #fff;
	border-radius: 100%;
margin-right: .16rem;
	font-size: 0px;
	cursor: pointer;
}
.index .floor_4 .caseList .hd li.on {
	background-color: #0092de;
}
/*新闻动态*/
.index #floor_5_main {
	width: 100%;
	background: #fff;
}
.index .floor_5 {
	height: auto;
}
.index .floor_5 .thumblist {
	width: 100%;
margin:0 auto .3rem;
	padding: 0;
}
.index .floor_5 .thumblist li {
	width: 100%;
	display: block;
padding:.2rem 0;
	border-top: 1px solid #eee;
}
.index .floor_5 .thumblist li:first-child {
	border-top: 0;
}
.index .floor_5 .thumblist li a {
	display: block;
	padding: 0 3%;
}
.index .floor_5 .thumblist li figure {
	width: 30%;
	padding-top: 22.5%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	float: left;
	margin-right: 2%;
	margin-top: 0.033rem;
}
.index .floor_5 .thumblist li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.index .floor_5 .thumblist li h3 {
font-size:.26rem;
	color: #333;
height: .4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .floor_5 .thumblist li p {
	color: #999;
font-size:.2rem;
	height: 0.65rem;
}
.index .floor_5 .thumblist li span {
	display: block;
	color: #626161;
    font-size:.2rem;
	text-align: right;
}
.index .floor_5 .thumblist li a:hover h3 {
	color: #056e45;
}
.index .floor_5 .look_more {
	background: #f6f6f6;
}
/* 搜索 */
#top .search {
	margin: 0.1rem auto;
	width: 4.6rem;
	height: 0.56rem;
	line-height: 0.56rem;
	border-radius: 0.5rem;
	background: #fff;
}
#top .search input {
	border: none;
}
#top .search .txt {
	width: 80%;
	display: block;
	background: none;
	height: 0.56rem;
	line-height: 0.56rem;
	text-indent: 0.08rem;
	color: #333;
	font-size: 0.22rem;
}
#top .search .searchbtn {
	background-position: -1.2rem -1.7rem;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: 0.05rem 0.2rem 0 0;
}
.searchinfo {
	background: #fff;
	padding: 0.4rem 2%;
	height: 100%;
}
.searchinfo h2 {
	color: #000;
}
.searchinfo .searchlist {
	padding: 0.2rem 0;
}
.searchinfo .searchlist a {
	display: inline-block;
	margin: 0 1.0rem 0.3rem 0;
	color: #fff;
	background: #093c84;
	font-size: 0.24rem;
	text-align: center;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.2rem;
	border-radius: 0.5rem;
}
/*******************content*************/
.dialog-layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 101;
	background: #000;
	opacity: .5;
}
/*内页样式*/
.content {
	width: 100%;
padding-bottom: .2rem;
	padding-top: 0.2rem;
	background: #fff;
}
.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
/*recom*/
.recom {
padding-top: .2rem;
	background: #f1f1f1;
	transition: none;
}
.recom * {
	transition: none;
}
.recom .recomCon {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
.recom .recomConList {
	width: 200%;
}
.recom .list {
	float: left;
	width: 50%;
}
.recom .list li {
	border-bottom: 1px solid #eeeeee;
}
.recom .list li a {
	display: block;
padding: .16rem .2rem .16rem .3rem;
}
.recom .list li.item {
	position: relative;
}
.recom .list li.item .img {
	width: 1.2rem;
height: .9rem;
	float: left;
margin-right: .15rem;
padding: .04rem;
	border: 1px solid #f1f1f1;
}
.recom .list li.item h3 {
	color: #000;
height: .4rem;
	overflow: hidden;
}
.recom .list li.item .txt {
font-size: .2rem;
	color: #aaaaaa;
line-height: .28rem;
}
.recom .list li.item .time {
	color: #aaaaaa;
	position: absolute;
right: .25rem;
font-size: .18rem;
bottom: .2rem;
}
.recom .list li.item .time:before {
width: .22rem;
height: .22rem;
	display: inline-block;
	background-position: -1.4rem 0;
}
.recom .list li .tit {
	color: #2b5899;
}
.recom .list li .tit:after {
	width: 1px;
height: .28rem;
	content: "\20";
	display: inline-block;
margin: 0 .18rem;
	vertical-align: middle;
	background: #eeeeee;
}
.newslist {
	padding: 0 3%;
}
.newslist .item {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
.newslist .item * {
	transition: all .3s linear;
}
.newslist .item a {
padding: .3rem 0;
	width: 100%;
	display: block;
}
.newslist .item img {
	width: 1.44rem;
height: .96rem;
	display: block;
margin-top: .06rem;
	float: right;
margin-right: .1rem;
}
.newslist .item h3 {
font-size: .3rem;
line-height: .36rem;
max-height: .72rem;
	overflow: hidden;
	color: #000000;
}
.newslist .item .dec {
	color: #999999;
font-size: .2rem;
margin-top: .08rem;
}
.newslist .item .dec span {
margin-right: .2rem;
}
.newslist .item.pic4 h3 {
height: .36rem;
margin-bottom: .08rem;
}
.newslist .item.pic4 img {
	float: left;
margin-right: .06rem;
}
.newslist .item.pic4 img:last-child {
	margin-right: 0;
}
.g-top {
	width: 0.68rem;
height: .68rem;
	position: fixed;
	bottom: 15%;
	z-index: 998;
	right: 2%;
	cursor: pointer;
	background: url(http://m.kenwode.com/skin/images/ico-top.png) no-repeat;
	background-size: 100% auto;
}
/*subCate*/
.subCate {
padding: 0rem 0 .2rem;
}
.subCate a {
	width: 48%;
	margin: 0 1%;
font-size: .22rem;
height: .5rem;
	overflow: hidden;
	display: block;
	float: left;
line-height: .5rem;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	box-sizing: border-box;
margin-bottom: .1rem;
}
.subCate a.on {
	border-color: #06a3e8;
	color: #06a3e8;
}
/*cateList*/
.iconbef:before {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
.cateList {
	width: 100%;
	line-height: 0.8rem;
	text-align: center;
	background: #f6f6f6;
	color: #056e45;
	position: relative;
}

.hadetype ul li{
	width: 20%;
	height: 30px;
	line-height: 30px;
	float: left;
	background: #e5e3e1;
	border-left: 1px solid #fff;
}
.hadetype ul .on{
	background: #FFFFFF;
}
.hadetype ul li:first-child{
	border-left: 0px;
}
.cateList .goBack {
width: .8rem;
height: .8rem;
padding-top: .23rem;
	position: absolute;
left: .1rem;
	top: 0;
	z-index: 12;
}
.cateList .goBack:before {
width: .4rem;
height: .4rem;
	display: block;
	margin: 0 auto;
	background-position: -1.0rem -0.64rem;
}
.cateList h3 {
	position: relative;
font-size: .3rem;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.cateList h3 s {
	position: absolute;
	top: 0.34rem;
right:.4rem;
width: .25rem;
height: .2rem;
margin-left: .1rem;
	background-position: -1.16rem 0;
	display: none;
}
.cateList .box {
	width: 100%;
padding: .2rem 3% .0;
	z-index: 11;
	background: #fff;
	display: none;
	border-bottom: 1px solid #ddd;
}
.cateList .box a {
	width: 31.2%;
	margin-right: 3%;
margin-bottom: .15rem;
line-height: .5rem;
	border: 1px solid #dddddd;
font-size: .24rem;
	text-align: center;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cateList .box a:nth-child(3n) {
	margin-right: 0;
}
.cateList .box a.on {
	background: #056e45;
	border-color: #056e45;
	color: #fff;
}
/*pager*/
.pager {
	width: 100%;
	text-align: center;
	background: #f6f6f6;
padding: .2rem 0;
font-size: .2rem;
}
.pager a, .pager span {
	width: 1.6rem;
height: .4rem;
line-height: .4rem;
	display: inline-block;
	background: #e59f19;
	color: #fff;
	border-radius: 5px;
}
.pager .yem {
height: .4rem;
	display: inline-block;
margin: 0px .1rem;
line-height: .4rem;
}
/*reLink*/
.reLink {
margin: .2rem 4% .1rem;
	width: 92%;
}
.reLink .prevLink, .reLink .nextLink {
	display: block;
height: .6rem;
line-height: .6rem;
font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
.reLink a {
	color: #333333;
}
/*m-share*/
.m-share {
	margin-left: 3%;
margin-bottom: .2rem;
}
.showInfo img{
	width: 100%;
	display: block!important;
}
.showInfo .showTit {
	width: 96%;
	margin: 0 auto;
line-height: .3rem;
padding:.2rem 2% .1rem;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.showInfo .showTit h1 {
	color: #333333;
font-size: .4rem;
line-height: .45rem;
margin-bottom: .05rem;
}
.showInfo .showTit .mark {
font-size: .22rem;
	color: #999;
margin-top: .1rem;
}
.moreBtn {
	width: 94%;
	margin: 2% auto 6%;
	height: 0.88rem;
	line-height: 0.88rem;
	display: block;
	text-align: center;
	background: #06a3e8;
	color: #fff;
font-size: .22rem;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.moreBtn a {
	display: block;
	color: #fff;
}
.moreBtn:active, .moreBtn:hover {
	background: #0185d0;
	color: #fff;
}
/*showInfor*/
.showInfo {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 10px 10px;
}
.showInfo .showSubTit {
	width: 100%;
height: .65rem;
line-height: .65rem;
	font-weight: normal;
margin: .2rem 0 .1rem;
	background: #f6f6f6;
	border-bottom: 1px solid #06a3e8;
font-size: .24rem;
text-indent: .15rem;
}
.ys_lxwm_wrap{
    height: auto;
    /*padding: 0 205px;*/
    background: rgba(151,218,248,0.3);
    margin: 0 auto;
    padding-top: 20px;
}
.ys-title-wrap{
    height: 60px;
	line-height: 60px;
	text-align: center;
	background: url("../images/fyyl-title-bg.png") no-repeat center top;
	background-size: 248px;
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}
.ys-title-wrap h2{
    background: url("../images/hz_02.png")no-repeat left top,url("../images/hz_03.png")no-repeat right bottom;
    font-size: 30px;
	color: #242424;
	font-weight: bold;
	padding: 0 7px 0 12px;
}
.ys_lxwm_wrap .ys-lxwm-msg{
    width: 85%;
    margin: auto;
    padding-bottom: 15px;
}
.ys_lxwm_wrap .ys-lxwm-msg p{
    padding-top: 5px !important;
}
.ys_lxwm_wrap .ys-lxwm-msg p span:first-child{
    margin-right: 10px;
}

/*详情页新闻资讯*/
.I_xwzx h3{
    font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 15px;
	background: url(../images/title_icon.png) no-repeat 50% 22px;
	background-size: 99px 10px;
	padding-bottom: 6px;
}
.I_xwzx ul{
    padding: 0 15px;
}
.I_xwzx ul li{
    border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.I_xwzx ul li a p{
    width: 100%;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	margin-bottom: 2px;
}
.I_xwzx ul li a span{
    font-size: 12px;
	color: #bbb;
	margin-right: 3%;
}

/*recomNew*/
.recomNew {
	width: 96%;
	padding: 0.1rem 0 2%;
	margin: 0 auto;
}
.recomNew li {
	width: 100%;
height: .6rem;
line-height: .6rem;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.recomNew li a {
font-size: .24rem;
	display: block;
	position: relative;
	padding-left: 2%;
}
.recomNew li a:before {
	content: "";
	position: absolute;
	background: #cccccc;
	width: 3px;
	height: 3px;
	left: 0;
	top: 0.28rem;
	z-index: 11;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*showSubTit*/
.showInfo .contxt {
font-size: .24rem;
line-height: .34rem;
	padding: 3% 3% 5%;
}
.showInfo .contxt img {
	max-width: 100%;
	margin: 0px auto;
	height: auto !important;
	display: inline;
}
.showInfo .contxt p {
line-height:.4rem;
padding-top:0.2rem
}
.showInfo .contxt .biao td {
padding:.09rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	WORD-WRAP: break-word;
	table-layout: fixed;
	word-break: break-all;
}
.showmenu {
	width: 100%;
padding: 0.1rem 0 .2rem;
	background: #fff;
}
.showmenu a {
	width: 48%;
height: .6rem;
	display: block;
	float: left;
line-height: .6rem;
	text-align: center;
border-radius: .04rem;
	color: #333;
	background: #fff;
	margin: 0 1% 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.showmenu a.hover {
	border: 1px solid #06a3e8;
	color: #fff;
	background: #06a3e8;
}
.erro {
	padding: 0.2rem;
}
/*news.html*/
.newsList .list {
	width: 100%;
margin-bottom: .3rem;
}
.newsList .item {
	padding: 0.3rem 0.2rem;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.newsList .item:nth-child(2n) {
	background: #f9f9f9;
}
.newsList .item:nth-child(2n) {
	background: #fff;
}
.newsList .item:nth-child(2n) span:after {
	background: #f9f9f9;
}
.newsList .item:last-child {
	border: 0px;
}
.newsList .item a {
	width: 100%;
	display: block;
}
.newsList .item img {
	width: 1.6rem;
	height: 1.2rem;
margin-right: .2rem;
	float: left;
}
.newsList .item h3 {
font-size: .26rem;
line-height: .38rem;
	font-weight: normal;
margin-bottom: .2rem;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsList .item .txt {
	color: #666666;
font-size: .23rem;
line-height: .35rem;
}
.addimglist .item img {
	width: 1.2rem;
	height: 1.48rem;
margin-right: .1rem;
	float: left;
}
.addimglist .item h3 {
	width: 4.7rem;
font-size: .3rem;
line-height: .38rem;
	font-weight: normal;
margin-bottom: .28rem;
	color: #000;
margin-top:.02rem;
	float: left;
}
.addimglist .item .txt {
	color: #666666;
font-size: .22rem;
line-height: .28rem;
	width: 4.7rem;
	float: left;
}
.newsList .item:hover h3 {
	color: #056e45;
}
/*一点点加盟*/
.sdn-jmje{
    width: 100%;
    height: auto;
    padding: 30px 4% 30px;
}
.sdn-jmje h1{
    font-size: 18px;
    color: #242424;
    line-height: 33px;
    background: url(../images/h1-icon.png) no-repeat center bottom;
}
.sdn-jmje .sdn-jmje-money {
    background: url(../images/jmly-l.png) no-repeat left center, url(../images/jmly-r.png) no-repeat right center;
    background-size: 40px auto;
    margin: 22px 5.6% 0;
}
.sdn-jmje .sdn-jmje-money strong { 
    background: url(../images/pirce-icon-active.png) no-repeat 32.2% 0; 
    background-size: 23px auto; 
    display: block;
    text-align: center;
    font-weight: bold;
    color: #056e45;
    font-size: 16px;
}
.sdn-jmje .sdn-wentext{
    margin-top: 20px;
}
.sdn-jmje .sdn-tab-wrap {
    margin-top: 25px; 
    border: 1px solid #056e45; 
    border-radius: 4px; 
    background: #e1f5f6; 
    margin-bottom: 10px;
}
.sdn-jmje .sdn-tab-tit-list { 
    border-bottom: 1px solid #056e45;
    overflow: hidden;
    font-size: 14px;
}
.sdn-jmje .sdn-tab-tit-per {
    width: 33.3%; 
    height: 50px; 
    line-height: 50px; 
    color: #9c7c38; 
}
.sdn-jmje .sdn-tab-tit-per.active { 
    background: #056e45; 
    color: #ffffff; 
    border-radius: 0px 0px 10px 0px; 
}
.sdn-jmje .sdn-tab-con-list{
    padding: 25px 8% 23px 8%;
    overflow: hidden;
}
.sdn-jmje .sdn-tab-cont-per { 
    width:30%; 
    margin-bottom: 18px; 
    margin-right: 5%; 
}
.sdn-jmje .sdn-tab-cont-per:nth-child(3n) {
    margin-right: 0; 
}
.sdn-jmje .sdn-tab-cont-per p:first-child { 
    color: #000000; 
    line-height: 14px; 
}
.sdn-jmje .sdn-tab-cont-per p:nth-child(2) { 
    color: #815800; 
    line-height: 14px; 
    margin-top: 8px; 
}
.sdn-jmje .sdn-jmxgzx { 
    height: auto; 
    padding: 11px 4% 0px; 
    border-top: 10px solid #ededed; 
}
.sdn-jmje .sdn-jmxgzx .sdn-jmxgzxt{
    overflow: hidden;
}
.sdn-jmje .sdn-jmxgzx .sdn-coco-title { 
    background: url(../images/biaoti-icon.png) no-repeat 0 center; 
    background-size: auto 16px; 
    padding-left: 2.8%; 
    font-size: 18px;
    color: #242424;
}
.sdn-jmje .sdn-jmxgzx .sdn-hyh { 
    background: url(../images/hyh.png) no-repeat 0 center;
    background-size: auto 14px; 
    padding-left: 5.33333%; 
    font-size: 14px;
    color: #5a5a5a;
    outline: none;
}
.sdn-jmje .sdn-jmxgzx .sdn-xm-hyh { 
    margin-top: 9px; 
    overflow: hidden; 
    direction: ltr; 
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden; 
    -ms-backface-visibility: hidden; 
    -o-backface-visibility: hidden; 
    backface-visibility: hidden;
    z-index: 1; 
    width: 100%; 
}
.ov-hi{
    overflow: hidden;
}
.sdn-jmje .sdn-xm-hyh .swiper-slide { 
    width: 100%; 
    height: auto; 
}
.sdn-jmje .sdn-jmxgzx-per {
    padding: 18px 0 5px;
    border-bottom: 1px dashed #cecece; 
}
.sdn-jmje .sdn-jmxgzx-per:last-child { 
    border-bottom: 0; 
}
.sdn-jmje .sdn-jmxgzx-img { 
    width: 32%; 
    height: auto; 
    border-radius: 5px; 
    margin-right: 3.7%; 
}
.sdn-jmje .sdn-jmxgzx-img img { 
    display: block; 
    width: 100%; 
    height: auto;
}
.sdn-jmje .sdn-jmxgzx-per-box{
    width: 64%;
}
.sdn-jmje .sdn-jmxgzx-per-box a {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000000;
    font-size: 15px;
}
.sdn-jmje .sdn-jmxgzx-per-box p { 
    margin-top: 6px; 
    line-height: 16px; 
    overflow: hidden; 
    font-size: 12px;
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
.sdn-jmje .sdn-chakan{
    padding-top: 10px;
    height: auto;
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
}
.sdn-jmje .sdn-chakan .sdn-watch { 
    background: url(../images/watch.png) no-repeat 0 center; 
    background-size: auto 11px; 
    padding-left: 6.46666%; 
}
/*加盟要求*/
.sdn-jmje .fwy-jmyq-wrap {
    padding: 20px 4%;
    background: url("../images/bg-7.jpg") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.sdn-jmje .fwy-jmyq-wrap .fwy-jiamengfee-title{
    text-align: center;
}
.sdn-jmje .fwy-jmyq-wrap .fwy-jiamengfee-title img { 
    width: 25px; 
    height: 25px; 
    vertical-align: middle; 
    margin-right: 10px; 
}
.sdn-jmje .fwy-jmyq-wrap .fwy-jiamengfee-title h2 { 
    display: inline-block; 
    font-size: 18px; 
    color: #056e45; 
    font-weight: bold; 
    padding-bottom: 1px; 
    border-bottom: 1px solid #056e45; 
}
.sdn-jmje .fwy-jmyq-content p { 
    font-size: 14px; 
    color: #056e45; 
    font-weight: bold; 
    padding-left: 4%; 
    padding-top: 10px; 
    background: url("../images/dian-1.png") no-repeat 0 15px; 
    background-size: 11px; 
}
.sdn-jmje .fwy-jmyq-content ul li { 
    padding: 10px 0 0 4%; 
    font-size: 14px; 
    color: #4e4e4e;
    background: url("../images/line-1.png") repeat-y 5px 0; 
    background-size: 1px auto; 
}
.sdn-jmje .fwy-jmyq-content ul li:before {
    float: left; 
    content: ""; 
    width: 5px; 
    height: 5px; 
    background: #e4cc30; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    margin-top: 8px;
    margin-left: -3.3%; 
}
/*品牌问答*/
.ppwd{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ppwd .contain{
    display: block;
    padding: 15px 15px;
    background: #fff;
    margin-top: 5px;
    border-bottom: 1px dashed #c3c1c1;
}
.ppwd .guttern{
    width: 100%;
}
.ppwd .col-auto{
    position: relative;
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
}
.ppwd .iconner {
    width: 20px;
    height: 20px;
    background: url(../images/icon-question.png) center bottom / contain no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ppwd .col{
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}
.ppwd .truncate{
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 16px;
}
.ppwd  .truncaten{
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    color: #000000;
}
.ppwd .fzmuted{
    margin-top: 5px;
    font-size: 12px;
    color: #898989;
}
.ppwd .fzmuted .mlen{
    margin-right: 10px;
}
.ppwd .c-muted{
    font-size: 14px;
    margin-top: 10px;
}
.containern{
    display: block;
    padding: 30px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 5px solid #999999;
}
.containern .title-answer::before{
    position: relative;
    top: -1px;
    display: inline-block;
    width: 6px;
    height: 24px;
    margin-right: 5px;
    content: "";
    margin-bottom: 10px;
    vertical-align: middle;
}
.title-answer::before {
    background-color: #000000;
}
.containern:first-of-type .title-answer::before{
    background: #de1b1b;
}
.containern:first-of-type .title-answer::after{
    content: "精选答案";
}
.containern:not(:first-of-type) .title-answer::after {
	content: "相关解答";
}
.containern .col-auto{
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    width: auto;
    display: inline-block;
}
.containern .col-auto .img-avatar{
    width: 45px;
	height: 45px;
}
.containern .col{
    position: relative;
    width: auto;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.containern .col p{
    line-height: 28px;
    font-size: 12px;
}
.containern .col p:first-child{
    color: #000000;
    font-size: 18px;
}
.containern .consult{
    color: #fff;
    border-color: #056e45;
    background-color: #056e45;
    padding: 8px 8px;
    border-radius: 5px;
}
.containern .basetim{
    line-height: 1.7;
    color: #333333;
    margin-top: 10px;
    font-size: 16px;
}
.containern .mutedt{
    margin-top: 10px;
    font-size: 14px;
    color: #898989;
}
/*合作加盟*/
.yddchayin-zzjm-wrap{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #e3fff9;
    padding-top: 20px;
}
.yddchayin-zzjm-wrap .yddchayin-cpcd-wrap {
    background: #fff;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding: 15px 5%;
}
.yddchayin-zzjm-wrap .yddchayin-tab-title{
    font-size: 12px;
    color:#333333;
    font-weight: bold;
    padding-left: 22px;
    background: url("../images/title-iconn.png") no-repeat 0 center;
    background-size: 16.5px auto;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-article p:first-child{
    text-indent: 2em;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-article p{
    font-size: 12px;
    color:#666666;
    line-height: 2;
}
.yddchayin-zzjm-wrap .wapper-mao{
    width: 100%;
    height: 25px;
    position: relative;
    overflow: hidden;
    margin: 12px auto;
}
.yddchayin-zzjm-wrap .wapper-mao .scroller{
    position: absolute;
}
.yddchayin-zzjm-wrap .wapper-mao .scroller li{
    float: left;
}
.yddchayin-zzjm-wrap .wapper-mao .scroller li a{
    color:#333333;
    display:block;
    height: 20px;
    line-height: 23px;
    font-size: 12px;
    margin:0 10px;
}
.yddchayin-zzjm-wrap .wapper-mao .scroller li:nth-child(1) a{
    margin-left:15px;
}
.yddchayin-zzjm-wrap .wapper-mao .scroller li.cur a{
    width: 56px;
    font-size: 14px;
    border-bottom: 2px solid #e50054;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height:23px;
    line-height: 23px;
    text-align: center;
}
.yddchayin-zzjm-wrap .wapper-mao .scroller li.cur a{
    color:#e50054;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-wrap{
    padding:0 5% 15px;
}
.yddchayin-zzjm-wrap .yddchayin-cpjs-title{
    font-size: 17px;
    color:#333333;
    display: inline-block;
    background: url("../images/title_icon.png") no-repeat 0 bottom;
    -webkit-background-size: 100% 5px;
    background-size: 100% 5px;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table{
    background: #fff;
    width:100%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table caption{
    font-size: 12px;
    color:#999999;
    margin-top: 10px;
    text-align: left;
    padding-bottom: 10px;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table td{
    width:33%;
    border:1px solid #ffe9ee;
    font-size: 12px;
    color:#333333;
    text-align: center;
    padding:5px 0;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table tr:first-child td,.yddchayin-jmfy-content-wrap table tr td:first-child{
    font-weight: bold;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table tr:nth-child(3) td,.yddchayin-jmfy-content-wrap table tr:nth-child(4) td{
    border:none;
    font-weight: normal;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table tr:nth-child(3) td{
    padding:0 ;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table tr:nth-child(2) td:nth-child(2) {
    border: none;
}
.yddchayin-zzjm-wrap .yddchayin-jmfy-content-wrap table tr:nth-child(2) td:last-child{
    text-align: left;
    line-height: 1.8;
    padding:5px 5px;
}
/*资讯*/
.yddchayin-zzjm-wrap .fwy-xgzx-wrap { 
    padding: 25px 4% 30px; 
    background: url("http://m.kenwode.com/skin/images/bg-4.jpg") no-repeat 0 0; 
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%; 
}
.yddchayin-zzjm-wrap .fwy-xgzx-bg1 { 
    background: url("../images/bg-6.jpg") no-repeat 0 0; 
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%; 
    padding-bottom: 0px; 
    padding-top: 20px; 
}
.yddchayin-zzjm-wrap .fwy-xgzx-content {
    padding: 20px 4%;
    background: url("../images/border.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yddchayin-zzjm-wrap .fwy-xgzx-content .fwy-news-title-wrap { 
    margin-top: -27px;
    margin-left: -4%; 
    height: 16px; 
    line-height: 16px; 
}
.yddchayin-zzjm-wrap .fwy-xgzx-content .fwy-news-title { 
    float: left; 
    font-weight: bold; 
    font-size: 14px; 
    color: #056e45; 
}
.yddchayin-zzjm-wrap .fwy-xgzx-content .fwy-news-title-wrap span { 
    font-size: 12px; 
    color: #4e4e4e; 
    float: left;
    margin-left: 10px; 
}
.yddchayin-zzjm-wrap .fwy-news-wrap { 
    position: relative; 
    height: 60px; 
    margin-top: 15px; 
    overflow: hidden; 
}
.yddchayin-zzjm-wrap .fwy-news-list {
    position: absolute; 
    left: 0; 
    top: 0;
    width: 100%;
}
.yddchayin-zzjm-wrap .fwy-news-list .fwy-per-news { 
    display: flex; 
    flex-direction: row;
    margin-bottom: 15px; 
}
.yddchayin-zzjm-wrap .fwy-news-list .fwy-news-img { 
    width: 90px;
    height: 60px;
    margin-right: 4%; 
}
.yddchayin-zzjm-wrap .fwy-news-list .fwy-news-img img {
    display: block;
    width: 100%; 
    height: 100%; 
}
.yddchayin-zzjm-wrap .fwy-news-list .fwy-news-right { 
    flex: 1; 
}
.yddchayin-zzjm-wrap .fwy-news-list .fwy-news-right a { 
    margin-top: 4px; 
    font-size: 12px; 
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.yddchayin-zzjm-wrap .fwy-news-list .fwy-news-right span {
    display: block; 
    font-size: 12px; 
    color: #949494; 
    margin-top: 6px; 
}
.yddchayin-zzjm-wrap .yddchayin-ylfx-wrap{
    padding:15px 0 ;
}
.yddchayin-zzjm-wrap .yddchayin-ylfx-wrap table{
    width:100%;
    height:auto;
    background: #fff;
    margin-top: 15px;
}
.yddchayin-zzjm-wrap .yddchayin-ylfx-wrap table caption{
    text-align: left;
    font-size: 12px;
    color:#999999;
    padding-bottom: 10px;
}
.yddchayin-zzjm-wrap .yddchayin-ylfx-wrap table td{
    border:1px solid #ffe9ee;
    padding:10px;
    font-size: 12px;
    color:#333333;
    font-weight: bold;
}
.yddchayin-zzjm-wrap .yddchayin-ylfx-wrap table tr td:last-child{
    width:60%;
    font-weight: normal;
}
.yddchayin-zzjm-wrap .yddchayin-ylfx-yckj{
    font-size: 12px;
    color:#666666;
    line-height: 2;
    margin-top: 5px;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap{
    padding:15px 0;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-content-wrap{
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 5% 10px;
    margin-top: 15px;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-title{
    color:#333333;
    font-size: 12px;
    font-weight: bold;
    height:12px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 5px;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-title span{
    display: inline-block;
    width:132px;
    vertical-align: top;
    margin:0 10px;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-title img {
    display: inline-block;
    width:35px;
    height:10px;
    vertical-align: top;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap li{
    font-size: 12px;
    color:#666666;
    line-height: 2;
    padding-left:18px;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap li:before {
    width:18px;
    height:auto;
    content: "";
    font-size: 12px;
    text-align: center;
    color: #666;
    margin-left: -18px;
}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(1):before {content: "1、";}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(2):before {content: "2、";}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(3):before {content: "3、";}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(4):before {content: "4、";}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(5):before {content: "5、";}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(6):before {content: "6、";}
.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ol li:nth-child(7):before {content: "7、";}

.yddchayin-zzjm-wrap .yddchayin-jmtj-wrap ul li:before {
    content: "•";
    font-size: 18px;
    line-height: 1;
    display: inline-block;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap{
    padding:0 0 15px;
    border-bottom: 10px solid #fff5f7;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list{
    margin-top: 15px;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li{
    height:37px;
    line-height: 43px;
    font-size: 12px;
    color:#999;
    background: url("../images/jm-1.png") no-repeat 0 0;
    background-size: contain;
    padding-left: 35px;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:first-child{
    height:30px;
    line-height: 30px;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li span{
    font-weight: bold;
    color:#333333;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:first-child{
    height:30px;
    line-height: 30px;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(even) span{
    color:#fff;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(even) b{
    color:#ffb2c3;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(2){
    background: url("../images/jm-2.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(3){
    background: url("../images/jm-3.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(4){
    background: url("../images/jm-4.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(5){
    background: url("../images/jm-5.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(6){
    background: url("../images/jm-6.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(7){
    background: url("../images/jm-7.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(8){
    background: url("../images/jm-8.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(9){
    background: url("../images/jm-9.png") no-repeat 0 0;
    background-size: contain;
}
.yddchayin-zzjm-wrap .yddchayin-zmjm-wrap .yddchayin-zmjm-list li:nth-child(10){
    background: url("../images/jm-10.png") no-repeat 0 0;
    background-size: contain;
}
/*加盟优势*/
.yddchayin-zzjm-wrap .yddchayin-jmzmy-wrap{
    padding: 15px 0% 15px;
}
.yddchayin-zzjm-wrap .yddchayin-jmzmy-content{
    width:100%;
    height:auto;
    margin-top: 15px;
}
.yddchayin-zzjm-wrap .yddchayin-jmzmy-content img{
    display: block;
    width:100%;
    height:auto;
}





/*fenx*/
#nativeShare {
	margin: 0 auto;
	width: 100%;
	padding-top: 0.3rem;
	max-width: 640px;
	min-width: 320px;
}
#nativeShare .label {
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.6rem;
}
#nativeShare .list {
	width: 5.4rem;
	float: right;
}
#nativeShare .list span {
	height: 0.9rem;
	width: 0.9rem;
	padding: 0;
	display: inline-block;
}
#nativeShare .list span i {
	margin: 0 auto;
	width: 0.63rem;
	height: 0.63rem;
	display: block;
}
#nativeShare .weibo i {
	background-image: url('http://m.kenwode.com/skin/images/weibo.png');
	background-size: cover;
}
#nativeShare .weixin i {
	background-image: url('http://m.kenwode.com/skin/images/weixin_friend.png');
	background-size: cover;
}
#nativeShare .weixin_timeline i {
	background-image: url('http://m.kenwode.com/skin/images/weixin.png');
	background-size: cover;
}
#nativeShare .qq i {
	background-image: url('http://m.kenwode.com/skin/images/qq.png');
	background-size: cover;
}
#nativeShare .qzone i {
	background-image: url('http://m.kenwode.com/skin/images/qqzone.png');
	background-size: cover;
}
#nativeShare .more i {
	background-image: url('http://m.kenwode.com/skin/images/more.png');
	background-size: cover;
}
#nativeShare .list span.qzone, #nativeShare .list span.more {
	width: 0.73rem;
}
#fenxiang {
	display: none;
}
.fenx {
	height: 1.0rem;
	width: 100%;
}
.fenx .tt {
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
	width: 80%;
	float: right;
}
.fenx .bdsharebuttonbox a {
	margin-left: 0.2rem;
}
#bdfx {
}
#bdfx a {
	height: 0.6rem;
	width: 0.6rem;
	margin: 0;
	padding: 0;
	margin: 0px 0.08rem;
	display: inline-block;
}
#bdfx .d1 {
	background: url(http://m.kenwode.com/skin/images/qqzone.png) no-repeat center;
	background-size: 100% 100%;
}
#bdfx .d2 {
	background: url(http://m.kenwode.com/skin/images/weibo.png) no-repeat center;
	background-size: 100% 100%;
}
/*catelist*/
.catelist .item span {
	display: block;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 28%;
	margin-top: -8px;
	right: 2%;
}
.catelist .item span:before {
	content: "";
	position: absolute;
	background: #ccc;
	width: 11px;
	height: 11px;
	right: 0;
	top: 0;
	z-indx: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.catelist .item span:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 4px;
	top: 0;
	z-indx: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.caselist li {
	width: 47%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 2%;
	float: left;
	border: 1px solid #ececec;
	box-sizing: border-box;
}
.caselist li a {
	display: block;
}
.caselist li figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	/* height: 160px; */
}
.caselist li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.caselist li h3 {
height: .65rem;
line-height: .65rem;
	text-align: center;
	font-size: 0.26rem;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*.list_imgH li figure{padding-top: 133.333333%;}*/
.list_4 li figure {
	padding-top: 75%;
}
.messagePage {
	padding: 3% 3% 5%;
}
.messagePage .indexTit {
margin-bottom: .4rem;
	text-align: center
}
.messagePage .indexTit h3 {
font-size: .3rem;
	text-align: center;
}
.messagePage .item {
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	position: relative;
	-webkit-border-radius: 0.06rem;
	border-radius: 0.06rem;
margin-bottom: .18rem;
	border: 1px solid #dedede;
}
.messagePage .item label {
	width: 1rem;
	color: #333;
	display: block;
	float: left;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
}
.messagePage .item input {
	width: 4.5rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border: 0;
	background: none;
	color: #999;
}
.messagePage .item select {
	width: 4.5rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border: 0;
	background: none;
	background: #fff url(http://m.kenwode.com/skin/images/mess.jpg) right no-repeat;
	background-size: auto 100%;
}
.messagePage .item .b {
	position: absolute;
right: .12rem;
	color: #ff9f00;
}
.messagePage .item.con {
	height: 2.8rem;
}
.messagePage .item.con textarea {
	width: 100%;
	height: 2.1rem;
padding: .1rem .16rem .1rem;
	resize: none;
	background: none;
	border: 0px;
}
.messagePage .item.con .b {
	top: 0;
}
/*.messagePage .btn .reset{width: 2.72rem; height: 0.68rem; line-height: 0.68rem; text-align: center; float: left; border: 1px solid #d2d2d2; background: #f9f9f9; color: #333333; font-size: .28rem;}*/
.messagePage .btn input {
	width: 100%;
	height: 0.68rem;
	line-height: 0.68rem;
	text-align: center;
	display: block;
	float: right;
	background: #06a3e8;
	color: #fff;
font-size: .28rem;
	border: 0;
}
.showtel {
	position: fixed;
	width: 5rem;
	height: 2rem;
	top: 60%;
	left: 50%;
	margin-left: -2.5rem;
	z-index: 999;
	display: none;
	text-align: center
}
.showtel a {
	display: inline-block;
	width: 5rem;
height:.8rem;
line-height:.8rem;
	border-radius: 5px;
	background: #00633d;
	color: #fff;
font-size:.3rem;
margin-bottom:.2rem
}
/*产品导航*/
.m-navwrap {
	position: relative;
	width: 100%;
margin-top:-.2rem;
padding-bottom:.2rem;
}
#navwrap {
	width: 100%;
	float: right;
	top: 38px;
	background-color: #f6f6f6;
	z-index: 2;
	display: none;
	left: 0;
}
#navwrap .tit {
	display: block;
	width: 100%;
	padding: 0 17% 0 5%;
height: .8rem;
line-height: .8rem;
font-size: .24rem;
	color: #fff;
	background: url("http://m.kenwode.com/skin/images/ico_down1.png") no-repeat 92% center #fff;
	background-size: auto 42%;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
}
#navwrap a {
	color: #333;
	display: block;
}
#navwrap .sub-box {
	width: 100%;
	background: #f6f6f6;
	display: none;
}
#navwrap .sub-box a {
	display: block;
	width: 100%;
	padding: 0 6.4% 0 4.6%;
height: .7rem;
line-height: .7rem;
	border-top: 1px solid #e8e8e8;
	color: #333;
font-size: .2rem;
text-indent:.3rem;
	background: url("http://m.kenwode.com/skin/images/ico_right1.png") no-repeat 92% center;
	background-size: auto 35%;
}
.nav-ico {
	position: absolute;
top:.1rem;
right:.2rem;
width:.4rem;
height:.36rem;
background-position: -.5rem -1.2rem;
}
#navwrap .sub-box a:first-child {
	border-top: none;
}
#navwrap .sub-box a:hover {
	background: url("http://m.kenwode.com/skin/images/ico_right.png") no-repeat 92% center #06a3e8;
	color: #fff;
}
/*字体*/
@media only screen and (min-width:641px) {
html {
	font-size: 100px;
}
}
@media only screen and (max-width:640px) {
html {
	font-size: 100px;
}
}
@media only screen and (max-width:540px) {
html {
	font-size: 84.375px;
}
}
@media only screen and (max-width:480px) {
html {
	font-size: 75px;
}
}
@media only screen and (max-width:414px) {
html {
	font-size: 64.6875px;
}
}
@media only screen and (max-width: 400px) {
html {
	font-size: 62.5px;
}
}
@media only screen and (max-width: 375px) {
html {
	font-size: 58.5938px;
}
}
@media only screen and (max-width: 360px) {
html {
	font-size: 56.25px;
}
}
@media only screen and (max-width: 320px) {
html {
	font-size: 50px;
}
}
#topnav.menu-btn .menu-line {
	background: #000;
	height: 4px;
	position: absolute;
	width: 24px;
	right: 0;
}
#topnav.menu-btn #menu-line1 {
	top: 0;
}
#topnav.menu-btn #menu-line2 {
	top: 50%;
}
#topnav.menu-btn #menu-line3 {
	top: 100%;
}
#topnav.menu-btn .menu-line {
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0;
	animation-play-state: running;
	animation-fill-mode: forwards;
}
#topnav.menu-btn.inactive #menu-line1 {
	animation: 800ms ease 0s normal none 2 running menu;
}
#topnav.menu-btn.inactive #menu-line2 {
	animation: 800ms ease 0.16s normal none 2 running menu;
}
#topnav.menu-btn.inactive #menu-line3 {
	animation: 800ms ease 0.32s normal none 2 running menu;
}
/*导航动画*/
@keyframes menu-line1-hover {
0% {
}
50% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
100% {
top:50%;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
}
@keyframes menu-line2-hover {
0% {
opacity: 1
}
50% {
opacity: 1
}
51% {
opacity: 0
}
100% {
opacity: 0
}
}
@keyframes menu-line3-hover {
0% {
}
50% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
100% {
top:50%;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
}
@keyframes menu-line1 {
0% {
top:50%;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
50% {
top:50%;
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
100% {
top:0%;
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
}
@keyframes menu-line2 {
0% {
opacity: 0
}
50% {
opacity: 0
}
51% {
opacity: 1
}
100% {
opacity: 1
}
}
@keyframes menu-line3 {
0% {
top:50%;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
50% {
top:50%;
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
100% {
top:100%;
}
}
@-webkit-keyframes menu {
0% {
width: 24px;
}
45% {
width: 6px;
}
90% {
width: 24px;
}
100% {
width: 24px;
}
}
@keyframes menu {
0% {
width: 24px;
}
45% {
width: 6px;
}
90% {
width: 24px;
}
100% {
width: 24px;
}
}



/*内页点击大图*/
.big_img {
	position:fixed;
	display: none;
	background:rgba(0,0,0,.9);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 99999;
}
.big_img .swiper-page{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}
.big_img .swiper-container2 {
	position:relative;
	width:100%;
	height:100%
}
.big_img .swiper-container2 .swiper-wrapper {
	width:100%;
	height:100%
}
.big_img .swiper-slide {
	width:100%;
	height:100%;
	display:table
}
.big_img .swiper-slide .cell {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.big_img .swiper-slide img {
	max-width:95%;
	height:auto;
	margin:0 auto
}

.ys-banner-btn {
	width: 180px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #056e45;
	font-size: 14px;
	color: #fff !important;
	letter-spacing: 1px;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: -14px;
	display: inline-block;
	z-index: 1;
	text-align: center;
	box-shadow: 0 2px 2px 1px rgba(186, 186, 186, 0.4);
	}
.index .ys-title-wrap{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.index .ys-title-wrap h3 {
    background-size: 10px 10px,17px 5px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    padding: 2px 5px;
}
.index .floor_3_main {
	margin-top: 20px;
	}
.index .jj-title{
	background: url("../images/jj-title-bg.png") no-repeat center top;
	background-size: auto 17px;
}
.index .ys-tgfw-list {
	width: 100%;
	height: auto;
	padding: 15px 10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
	color: #242424;
	font-size: 14px;
	}
	.index .ys-per-tgfw {
		width: 33.33%;
		height: 16px;
		line-height: 16px;
		font-weight: bold;
		overflow: hidden;
		background: url("../images/duihao.png") no-repeat left center;
		background-size: 16px 16px;
		padding-left: 20px;
		display: block;
		box-sizing: border-box;
		margin-top: 10px;
		}
/*加盟费用及盈利*/
.ys-jj-wrap .ys-title-wrap h3 {
	background-size: 10px 10px,17px 5px;
	font-size: 20px;
	color: #242424;
	font-weight: bold;
	padding: 2px 5px;
	}

.ys-per-fyyl-tab{
    background: #ebeae9;
}
.ys-per-fyyl-tab-active{
    background: #056e45;
    color: #ffffff;
}
.ys-fyyl-tab-wrap,.ys-fyyl-table-wrap{
    padding: 10px 4%;
}
.ys-fyyl-wrap{
    padding: 20px 4%;background-size: 100% auto;
}
.ys-fyyl-tab-wrap{
    width: 100%;height: 38px;line-height: 38px;margin-top: 13px;
}
.ys-per-fyyl-tab{
    width: 50%;height: 38px;text-align: center;
}
.ys-label-wrap{
    height: 36px;border: 1px solid #cecece;border-bottom: 0;padding-left: 15px;background: url("../images/sanjiao.png") no-repeat right 15px center;
    background-size: auto 7px;line-height: 36px;
}
.ys-table-label-list{
    border: 1px solid #cecece;background: #fff;margin: 0 auto;left: 0;right: 0;top: 36px;z-index: 2;padding: 10px 15px;
}
.ys-table-label-list li{
    width: 100%;height: 30px;line-height: 30px;font-size: 12px;color: #4e4e4e;border-bottom: 1px solid #cecece;
}
.ys-table-label-list li:last-child{
    border-bottom: 0;
}
.ys-per-jmf-table{
    width: 100%;height: auto;border: 1px solid #cecece;color: #5a5a5a!important;
}
.ys-per-jmf-table tr{
    height: 36px;font-size: 14px;vertical-align: middle;
}
.ys-per-jmf-table tr:nth-child(2n){
    background: #f6f6f6;
}
.ys-per-jmf-table tr td:first-child{
    width: 36%;box-sizing: border-box;padding-left: 10px;border-right: 1px solid #cecece;border-bottom: 1px solid #cecece;font-weight: bold;
}
.ys-per-jmf-table tr td:last-child{
    width: 64%;padding-left: 10px;border-bottom: 1px solid #cecece;
}
.ys-per-jmf-table tr:last-child{
    background: #fff;font-size: 12px;
}
.ys-per-jmf-table tr:last-child td:first-child{
    font-weight: normal!important;
}

/*加盟支持*/
.C_JMZC{
	width: 96%;
	margin:0 2%;
}
.swiper-container2{
	width:100%;
	overflow: hidden;
	padding: 3% 0 19px 0;
	margin-top: -3%;
	position: relative;
}
.swiper-container2 dl{
	width: 96%;
	margin:0 2%;
	border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.2);
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-o-flex-direction:row;
	-ms-flex-direction:row;
	-moz-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	margin-bottom: 10px;
	padding:15px;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.swiper-container2 dl dt{
	width: 20%;
	margin:0 8px 0 0;
}
.swiper-container2 dl dt span{
	width: 84%;
	display: block;
	margin:0 auto;
}
.swiper-container2 dl dt img{
	width: 100%;
	height: auto;
	display: block;
}
.swiper-container2 dl dt b{
	font-size: 12px;
	color: #333;
	display: block;
	text-align: center;
	font-weight: bolder;
	margin-top:6px;
}
.swiper-container2 dl dd{
	flex:1;
}
.swiper-container2 dl dd p{
	line-height: 1.8;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.swiper-container2 .swiper-pagination{
	bottom:0;
	z-index: 8;
}
.swiper-container2 .swiper-pagination-bullet{
	width: 13px;
	height: 2px;
	background: #b3b3bb;
	border-radius: 3px;
}
.swiper-container2 .swiper-pagination-bullet-active{
	width: 20px;
	height: 4px;
	background: #e36844;
}
/*加盟问答*/
.C_JMWD{
	width: 100%;
	margin:0 0px;
	padding: 20px 0 20px;
}
.C_JMWD .ys-title-wrap h3{
	background-size: 10px 10px,17px 5px;
	font-size: 20px;
	color: #242424;
	font-weight: bold;
	padding: 2px 5px;
	line-height: 34px;
	}
.C_JMWD .C_wd_list{
	/* padding-top: 3%; */
	margin-top: -3%;
}
.C_JMWD dl{
	/* width:94%; */
	margin:0 2% 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 1px rgba(153, 153, 153, 0.14);
	padding:15px;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.C_JMWD dl dt{
	font-size: 14px;
	font-weight: bolder;
	color: #333;
}
.C_JMWD dl dt span{
	width: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.C_JMWD dl dt span img{
	width: 100%;
	height: auto;
}
.C_JMWD dl dd{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	text-align: justify;
}
.C_JMWD a{
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
	display: block;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}
.C_JMWD a span{
	width: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
.C_JMWD a span img{
	width: 100%;
	height: auto;
}
.C_JMWD a:last-child{
	display: none;
}