@charset "utf-8";
/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/* CSS Document */
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 640px;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
.cd00{
	color: #d00;
}
.cd01{
	color: #d00;
	font-size: 1.2em;
	font-style:italic;
    font-weight: bold;
}
.c999{
	color:#06b;
}
.p_btn1{
	margin-bottom: 5px;
}
.p_btn1 a{
	width: 100%;
	background: #d00;
	border-radius: 3px;
	color: #f7f7bb;
	display: block;
	line-height: 18px;
}

.ndfn h3{
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
}
.ndfn .tit{
    margin-top: 10px;
}
.ndfn .tit .iconline{
    width: 80px;
    height: 3px;
    position:relative;
    background-color: #d00;
    display: inline-block;
    bottom: 0px;
    left: 50%;
    font-size: 0px;
    margin-left: -40px;
    top: -10px;
}

.ndfn li{
	margin: 0px 5px 8px 5px;
	padding: 5px 10px 5px 50px;
	background: #e2e2e2;
	position: relative;
	color: #0c0c0c;
	font-size: 16px;
}
.p_btn1 .tel {
	background-position: -65px -50px;
}
.p_btn1 i{
	display: inline-block;
	text-indent: -99999px;
}
.p_btn1 .icon_tel{
	width: 20px;
	height: 20px;
	margin: 8px 0px;
	background-size: 100px;
	background-image: url("../img/m_land_icon.png");
}
.top_ljqg{
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
    padding-left: 8px;
}
.top_ljqg b{
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666;
}
/*banner*/
.banner {
	overflow: hidden;
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
}
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	height: 4px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}
.focus .hd ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	height: 4px;
	background-color: rgba(51,51,51,0.5);
}
.focus .hd ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	font-size: 0
}
.focus .hd ul .on {
	background: #0ae;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li img {
	width: 100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
/*banner*/
.banner {
	overflow: hidden;
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
}
/*centernar*/
.centernar {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	background-color: #fff;
}
/*pro*/
.pro {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px #c3c3c3 solid;
	padding-bottom: 1.2em;
}
.pro .title {
	width: 100%;
	padding: 1em 0;
	background-color: #0ae;
	position: relative;
	margin-bottom: 1.2em;
	margin-top: 0.5em;
}
.pro .title h3 {
	font-family: '宋体';
	font-size: 1.25em;
	color: #ffff00;
	text-align: center;
}
.pro .title p {
	font-size: 1em;
	color: #fff;
	font-family: '宋体';
	text-align: center;
}
.pro .title img {
	display: block;
	width: 8%;
	position: absolute;
	left: 46%;
	bottom: -15%;
}
.pro .menu {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1.25em;
}
.pro .menu li {
	float: left;
	width: 21%;
	font-size: 1em;
	color: #666;
	text-align: center;
	padding: 0.5em 0;
	background-color: #d5d2d2;
	border-radius: 5em;
	margin: 0 2%;
}
.pro .menu li.on {
	background-color: #0ae;
	color: #fff;
}
.pro .list {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
}
.pro .list li {
	float: left;
	width: 50%;
}
.pro .list li img {
	display: block;
	width: 96%;
	margin: 0 auto;
	border: 1px solid #a99f9f;
}
.pro .list li p {
	font-size: 1em;
	color: #333;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.8em;
	color:red;
}
.pro .more {
	display: block;
	font-size: 1em;
	color: #fff;
	width: 28%;
	padding: 0.5em 0;
	padding-left: 7%;
	background: url(../img/pro_more.png) no-repeat 10% center;
	background-size: 8%;
	background-color: #ffa200;
	border-radius: 3px;
	margin: 0 auto;
}
/*pk*/
.pk {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.8em;
}
.pk .title {
	overflow: hidden;
	width: 100%;
	display: block;
}
.pk .menu {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	padding-bottom: 2%;
	margin-bottom: 1.25em;
}
.pk .menu li {
	float: left;
	position: relative;
	width: 24%;
	margin: 0 0.45%;
	text-align: center;
	padding: 0.5em 0;
	font-size: 1em;
	color: #333;
	background-color: #d5d2d2;
}
.pk .menu li img {
	display: none;
	width: 8%;
	position: absolute;
	left: 47.5%;
	bottom: -5%;
}
.pk .menu li.on {
	background-color: #0ae;
	color: #fff;
}
.pk .menu li.on img {
	display: block
}
.pk dl {
	overflow: hidden;
	width: 100%;
}
.pk dt {
	overflow: hidden;
	width: 100%;
}
.pk dt img {
	display: block;
	width: 100%;
	margin-bottom: 0.9em;
}
.pk dd {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
}
.pk dd h4 {
	font-size: 1em;
	text-align: center;
	margin-bottom: 0.8em;
}
.pk dd p {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
	text-align: justify;
}
.pk .pkleft {
	float: left;
	width: 48%;
}
.pk .pkleft h4 {
	color: #0ae;
}
.pk .pkright {
	float: right;
	width: 48%;
}
.pk .pkright h4 {
	color: #333;
}
/*加盟优势*/
.ys {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}
.cj_mk p{
	text-align: center;
	line-height:26px;
	font-size: 1.2em;
}
.badajs ul li{
	float: left;
	display: inline-block;
	width: 50%;
	height: 8em;
}
.badajs .xuhao{
	margin: 4px;
	border-radius: 5px;
	border: 1px solid #80cbff;
	height: 7em;

}
.badajs .xuhao .num{
	text-align: center;
	width:100%;
	margin: 0 auto;
	background-color: #80cbff;
	color: white;
	line-height: 2em;
}
.badajs .xuhao .content{
	padding: 0.4em;
	background-color: #f3f3f3;

}
.ys .title {
	width: 100%;
	padding: 1em 0;
	background-color: #0ae;
	position: relative;
	margin-bottom: 2em;
}
.ys .title h3 {
	font-family: '宋体';
	font-size: 1.5em;
	color: #ffff00;
	text-align: center;
}
.ys .title p {
	font-size: 0.8em;
	color: #fff;
	font-family: '宋体';
	text-align: center;
}
.ys .title img {
	display: block;
	width: 8%;
	position: absolute;
	left: 46%;
	bottom: -15%;
}
.ys ul {
	overflow: hidden;
}
.ys li {
	float: left;
	width: 49%;
	box-sizing: border-box;
}
.ys li img {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-radius: 5em;
	border: 2px solid #fff;
	box-shadow: 5px 5px 10px #ddd
}
.ys li h5 {
	font-size: 1.25em;
	text-align: center;
	color: #0ae;
	margin-top: 1.1em;
}
.ys li p {
	font-size: 1em;
	color: #666;
	text-align: center;
}
/*口碑*/
.koubei {
	overflow: hidden;
	width: 100%;
	background: url(../img/kb_bg.jpg) repeat-x top left;
	background-color: #0ae;
}
.koubei h3 {
	font-family: '宋体';
	font-size: 1.5em;
	color: #ffff00;
	text-align: center;
	margin-top: 1.5em;
}
.koubei p {
	font-size: 0.8em;
	color: #fff;
	font-family: '宋体';
	text-align: center;
	margin-bottom: 1.5em;
}
.koubei .boxkb {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	margin-bottom: 3%;
	background-color: #fff;
}
.koubei .menu {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.25em;
}
.koubei .menu li {
	overflow: hidden;
	float: left;
	width: 50%;
	border-top: 3px solid #e7e3e3;
	background-color: #e7e3e3;
	font-size: 1.1em;
	color: #666;
	text-align: center;
	padding: 1em 0;
}
.koubei .menu li.on {
	color: #0ae;
	font-weight: bold;
	background-color: #fff;
	border-top: 3px solid #ffff00;
}
.koubei .list {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
}
.koubei .list li {
	float: left;
	width: 50%;
}
.koubei .list img {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.8em;
}
.koubei .list p {
	text-align: center;
	font-size: 1em;
	color: #333;
	margin-bottom: 1.5em;
}
/*ad01*/
.ad01 {
	overflow: hidden;
	display: block;
	width: 97%;
	margin: 0 auto;
	margin-top: 1.25em;
	margin-bottom: 2.5em;
}
.ad01 img {
	display: block;
	width: 100%;
}
/*about*/
.about {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.about h4 {
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}
.about h4 a {
	color: #333;
}
.about p {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	text-align: justify;
}
.about a {
	display: block;
	width: 100%;
}
.about img {
	display: block;
	width: 100%;
}
/*news*/
.news {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.news .menu {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}
.news .menu li {
	float: left;
	width: 50%;
	font-size: 1.25em;
	background-color: #d5d2d2;
	color: #333333;
	text-align: center;
	padding: 1em 0;
}
.news .menu li.on {
	background-color: #0ae;
	color: #fff;
}
.news .newsBox {
	overflow: hidden;
	width: 99%;
}
.news .newsList {
	overflow: hidden;
	width: 99%;
}
.news .newsList dl {
	overflow: hidden;
	width: 99%;
	margin-bottom: 1.25em;
}
.news .newsList dt {
	float: left;
	width: 35%
}
.news .newsList dt img {
	display: block;
	width: 100%;
}
.news .newsList dd {
	overflow: hidden;
	width: 60%;
	float: right;
}
.news .newsList dd h4 {
	font-size: 1em;
	color: #666;
	font-weight: normal;
	line-height: 1.25em;
	height: 1.25em;
	overflow: hidden;
	margin-bottom: 0.3em;
}
.news .newsList dd p {
	font-size: 1em;
	line-height: 1.4em;
	height: 5.5em;
	color: #999;
	overflow: hidden;
}
.news .newsList ul {
	overflow: hidden;
	width: 100%;
}
.news .newsList li {
	width: 97%;
	padding-left: 3%;
	background: url(../img/news_li.png) no-repeat left center;
	font-size: 1em;
	line-height: 1.6em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .newsList li a {
	color: #666;
}
/*留言*/
.liuyan {
	overflow: hidden;
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1%;
	margin-bottom: 1.5em;
}
.liuyan p {
	font-size: 1em;
	color: #fff;
	margin-left: 7%;
}
.liuyan p a {
	font-weight: bold;
	color: #ffff00;
}
.liuyan .lyBox {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 0.5em;
}
.liuyan .lyBox li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #eee;
}
.liuyan .lyBox .names {
	display: block;
	width: 20%;
	text-align: right;
	padding-right: 1%;
	font-size: 14px;
	color: #666;
	line-height: 20px;
    height: 20px;
	float: left;
	margin-top: 12px;
}
.liuyan .lyBox input {
	width: 36%;
	float: left;
	height: 46px;
	line-height: 2em;
	color: #666;
	font-size: 14px;
    border: none;
	padding: 0 4%
}
.liuyan .lyBox textarea {
	width: 90%;
	float: left;
	height: 5em;
	resize: none;
    border: none;
	padding: 0.5em 4%;
	font-size: 1em;
	color: #666
}
.liuyan em{
	color: red;
}
.liuyan input.btn {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background-color: #f40;
}
 @media screen and (min-width:320px) {
body {
	font-size: 75%;
}
}
@media screen and (min-width:375px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:480px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:540px) {
body {
	font-size: 112.5%;
}
}
@media screen and (min-width:550px) {
body {
	font-size: 125%;
}
}
@media screen and (min-width:640px) {
body {
	font-size: 150%;
}
}
.pro .yycjdiv{
	display: inline-block;
	width: 49%;
}
 .pro .yycjdiv img{
	width: 100%;
}
.pro .yycjdiv p{
	text-align: center;

}
.sanftit h3{
    text-align: center;
    border-bottom: 10px solid #ddd;
	padding: 20px 10px 10px 10px;
    font-size: 18px;
	font-weight: normal;
}
.sanftit h3 span{
	color: red;
}
.sanftit p{
	color: red;
	padding: 20px 10px 10px 10px;
	text-align: center;
	border-bottom:1px solid #eee;
	font-size: 12px;
}
.sexdiv{
	float: right;
	display: inline-block;
    height: 46px;
    line-height: 46px;

}
.sexdiv .sexs{
	width: 28px;
	height: 20px;
	line-height: 20px;
    border: solid 1px #e2e2e2;
	padding: 2px 10px 2px 10px;
    display: inline-block;
	text-align: center;
    border-radius: 4px;
}
.on{
    background-color: red;
    color: white;
}
.pro .xxzd table th{
	border: 1px solid #ddd;
}
.pro .xxzd table td{
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
}
.liuyan .lyBox input:focus{
	outline: none;
}
/*顶部留言*/
.top_info_tel{
	width: 100%;
	padding: 5px 26px 0;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 99;
	box-sizing: border-box;
}
.top_info_tel .inp{
	width: 60%;
	height: 32px;
	border: solid 1px #ddd;
	color: #222;
	float: left;
	padding: 0 10px;
	border-radius: 3px;
	outline: 0;

}
.top_info_tel .btnn{
	width: 30%;
	padding-left: 5px;
	float: right;

}
.top_info_tel .btnn a{
	line-height: 30px;
	border: solid 1px #0092d5;
	border-radius: 3px;
	background-color: #0092d5;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
}
.c99{
	color: #0ae;
}
.info_tit_fixed {
	position: fixed;
	box-shadow: 0 0 7px #333;
	-webkit-box-shadow: 0 0 7px #333;
	padding: 5px 36px 5px;
	background: url(../img/pri_bg.png) center top #fff;
}
.wendatext{
	padding: 10px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 99;
}
.wendatext p {
	color: #00a3ee;
	font-size: 13px;
	height: 20px;
}

/*弹窗留言*/
.tanwin{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 99;
	display: none;
}
.tanwin_Center{
	position: relative;
	top: 50%;
	margin-top: -100px;
}
.tanwin .tanwin_div{
	position: relative;
	width: 60%;
	margin: 0 auto;
	height: 160px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.tanwin .tanwin_div h3{
	text-align: center;
	color: #0ae;
}
.tanwin .tanwin_div p{
	text-align: center;
	margin: 6px 0px;
	color: #5d5d61;
}
.tanwin .tanwin_div input{
	width: 100%;
	height: 34px;
	margin: 10px 0px;
	border-radius: 5px;
}
.tanwin .tanwin_div .twinbnt{
	background-color: #0ae;
	width: 100%;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}
.tanwin .tanwin_div .tanwin_div_Esc{
	position: absolute;
	top: -21px;
	right: -20px;
	cursor: pointer;
}

/*---*/
.procanshudiv{
	background-color: #f7f7bb;
	margin:10px 0px;
	padding: 20px 0px;
}

.procanshu dl dt{
    float: left;
    width: 100%;
}
.procanshu dl dt b{
	width: 12%;
	float: left;
	display: inline;
	text-align: right;
}
.procanshu dl dt span{
	width: 86%;
	float: right;
	display: inline;

}

.procanshudiv .botx ul li b{
	width: 15%;
	float: left;
	display: inline;
	text-align: right;
}
.procanshudiv .botx input{
	height: 30px;
	line-height: 30px;
	width: 60%;
}

.xuanze{
	padding: 0 20px;
}
.procanshu ul li span{
	width: 86%;
	float: right;
	display: inline;

}
.procanshudiv p{
	font-size: 12px;
	height: 30px;
	padding: 0 10px;
}

.optbut{
	height: 20px;
	line-height: 20px;
	margin: -1px 5px 5px 0;
	padding: 0 12px;
	background: #fbfbfb;
	border: solid 1px #e2e2e2;
	display: inline-block;
	color: #666;
	border-radius: 5px;
}
.on{
	background: #f30;
	border-color: #f30;
	color: #fff;
}
.top_info_tel{
	width: 100%;
	padding: 5px 26px 0;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 99;
	box-sizing: border-box;
}
.top_info_tel .inp{
	width: 58%;
	height: 32px;
	border: solid 1px #ddd;
	color: #222;
	float: left;
	padding: 0 10px;
	border-radius: 3px;
	outline: 0;

}
.top_info_tel .btnn{
	width: 30%;
	padding-left: 5px;
	float: right;

}
.top_info_tel .btnn a{
	line-height: 30px;
	border: solid 1px #0092d5;
	border-radius: 3px;
	background-color: #0092d5;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
}
.probtn1{
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background-color: #f40;
	border-radius: 5px;
	margin-top: 10px;
}
