/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
pre { 
white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
word-wrap: break-word; /* Internet Explorer 5.5+ */ 
font-family:Arial;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	width: auto\0; /* ie8 */
	-ms-interpolation-mode: bicubic;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul,li {
	list-style-type: none; 
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
body {
	font: normal 100%/150% "arial","黑体", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-family: "arial", "黑体";
}
.clear {
	clear: both;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewrap {
	width:1100px;
	margin: 0 auto;
	position:relative;
}
.header{
	background:#4b4a4a url(../images/header-bj.jpg) repeat-x top;
}
.tHeader{
	color:#999;
	font-size:14px;
	line-height:35px;
	font-family: "arial", "黑体";
}
.tHeader a{
	color:#fff;
	margin:0 10px;
}
.tHeader span{
	display:inline-block;
	float:right;
}
#site-logo{
	position:absolute;
	top:18px;
	left:0;
}
#searchform{
	width: 152px;
	position:absolute;
	top:28px;
	right:0;
}
#searchform #sinput {
	width: 100%;
	display:block;
	float:right;
	background: #fff;
	border: 0;
	padding: 5px 18% 5px 8%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#searchform #btsub {
	width:15px;
	height:15px;
	border:0;
	right:10px;
	top:6px;
	position:absolute;
	cursor:pointer;
	background-image:url(../images/sous.jpg);
}
#main-nav{
	margin:0 160px 0 225px;
	text-align:center;
}
#main-nav li{
	display:inline-block;
}
#main-nav a{
	display:block;
	line-height:85px;
	color:#fff;
	font-size:16px;
	padding:0 10px;
}
#menu_moblie_icon{
	top:28px;
	right:0;
	position:absolute;
	float:right;
	padding:6px 10px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	display:none;
}
#menu_moblie_icon b{
	width: 22px;
	height:3px;
	display: inline-block;
	border-top: 3px solid #A0A0A0;
	border-bottom:9px double #A0A0A0;
}
.home-Solutions{
	width:100%;
	background:#E5E5E5 url(../images/home-Solutions.jpg) no-repeat bottom;
}
.hSolutions-title{
	width:100%;
	float:left;
	font-size:20px;
	padding-top:38px;
	text-align:center;
	color:#333;
	border-bottom:#dbd9d9 1px solid;
}
.hSolutions-title span{
	width:102px;
	display:block;
	margin:0 auto;
	margin-bottom:-1px;
	color:#666;
	line-height:35px;
	font-size:14px;
	border-bottom:#999 1px solid;
}
.hSolutions-txt{
	width:100%;
	float:left;
	padding:46px 0 68px;
	position:relative;
	overflow:hidden;
}
.hSolutions-txt ul{
	overflow:hidden;
	zoom:1;
}
.hSolutions-txt li{
	width:220px;
	float:left;
	margin:0 20px;
	text-align:center;
	background:#fff;
}
.hs-img{
	width:100%;
	height:152px;
	display:block;
	overflow:hidden;
}
.hSolutions-txt li img{
	width:100%;
}
.jies{
	width:88%;
	padding:12px 6% 25px 6%;
	text-align:left;
	font-size:14px;
	line-height:24px;
}
.jies b{
	display:block;
	font-size:14px;
	color:#333;
	border-bottom:#e5e5e5 1px solid;
	min-height:50px;
}
.jies span{
	display:block;
	color:#464646;
	padding:8px 0 15px;
	height:80px;
	overflow:hidden;
}
.jies a{
	display:inline-block;
	line-height:24px;
	font-style:normal;
	color:#666;
	padding:0 14px;
	border:#dbdbdb 1px solid;
	margin-top:15px;
}
.leftLoop .hd img{
	display:inline-block;
	position:absolute;
	top:40%;
	cursor:pointer;
}
.leftLoop .hd .prev{
	left:0px;
}
.leftLoop .hd .next{
	right:0;
}
.leftLoop .bd{
	margin:0 30px;
}
.about-sing{
	width:100%;
	float:left;
	padding:38px 0;
}
.about-sing-title{
	width:100%;
	text-align:center;
	background:url(../images/about-sing-title.jpg) repeat-x center;
}
.about-sing-title span{
	font-size:20px;
	text-align:center;
	color:#333;
	padding:0 50px;
	display:inline-block;
	background:#fff url(../images/about-singt.jpg) no-repeat center;
}
.about-sing-title i{
	display:block;
	color:#666;
	line-height:35px;
	font-size:14px;
	font-style:normal;
}
.sing-tvies{
	width:100%;
	float:left;
	margin-top:35px;
}
.sing-tvies ul{
	width:1180px;
}
.sing-tvies ul li{
	float:left;
	display: block;
	width:496px;
	min-height:165px;
	font-size:14px;
	padding:26px 78px 0 1%;
}
.sing-tvies .tvies-img {
	width:155px;
	height:122px;
	float:left;
	padding-right:12px;
	overflow:hidden;
}
.sing-tvies .tvies-img img{
	width:100%;
}
.sing-tvies .tvies-txt{
	float:left;
	width:65%;
}
.sing-tvies .tvies-txt-name{
	width:100%;
	float:left;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.sing-tvies .tvies-txt-cans{
	width: 100%;
	float:left;
	height:45px;
	margin:10px 0;
	line-height: 21px;
	font-family: "arial", "黑体";
	color: #464646;
	overflow:hidden;
}
.sing-tvies .tvies-botton{
	width:100%;
	float:left;
	font-family: "arial", "黑体";
}
.sing-tvies .tvies-botton span{
	color:#666;
	float:left;
	display:inline-block;
}
.sing-tvies .tvies-botton a{
	float:right;
	line-height:26px;
	padding:0 15px;
	color:#666;
	display:inline-block;
	background:#f8f8f8;
	border:1px #eaeaec solid;
}
.home-apcont{
	width:100%;
	float:left;
}
.home-apcont ul li{
	float:left;
	width:370px;
	font-size:14px;
	color:#464646;
	line-height: 28px;
	font-family: "arial", "黑体";
	padding-right:42px;
	padding-bottom:35px;
}
.home-apcont ul li.lis{
	width:265px;
	padding-right:0 !important;
}
.lis .apcont-txt{
	padding:0;
}
.lis p{
	margin:0;
}
.home-apcont ul li h1{
	float:left;
	width:100%;
	font-weight:bold;
	color:#333;
	font-size:14px;
	padding-bottom:10px;
}
.home-apcont ul li h1 span{
	color:#cc5106;
	font-size:16px;
	font-family:serif;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.apcont-txt{
	padding-left:145px;
	margin:30px 0;
	float:left;
	position:relative;
}
.apcont-txt span{
	top:0;
	left:0;
	width:142px;
	position:absolute;
	overflow:hidden;
}
.apcont-txt i{
	width:100%;
	display:block;
	font-style:normal;
	margin-bottom:21px;
}
.footer{
	background:#434343;
}
.footer-top,.footer-bottom{
	width:100%;
	float:left;
	color:#fff;
	font-size:14px;
	font-family: "arial", "黑体";
	border-bottom:1px solid #616161;
	padding-bottom:20px;
}
.footer-img{
	float:left;
}
.footer-class{
	float:left;
	width:75%;
	padding-top:10px;
	text-align:center;
}
.footer-class dl {
	display: inline-block;
	padding:25px 45px 0 0;
	vertical-align:top;
	text-align:left;
}
.footer-class dl dt {
	line-height:32px;
	display: block;
	font-weight:bold;
}
.footer-class dl dd {
	display: block;
}
.footer-class dl dd a{
	display:block;
	color: #FFF;
	line-height:26px;
}
.footer-ewm{
	float:right;
	text-align:center;
	padding-top:50px;
}
.footer-ewm span{
	display:block;
}
.footer-bottom{
	color:#888;
	line-height:24px;
	padding:10px 0;
}
.footer-bottom span{
	float:left;
}
.footer-bottom i{
	float:right;
	font-style:normal;
}
.theader{
	background-image:none;
}
.theader #site-logo{
	top:15px;
}
.user-nav{
	float:right;
}
.user-nav a{
	line-height:60px;
	color:#fff;
	font-size:14px;
	font-family: "arial", "黑体";
	padding:0 5px;
	display:inline-block;
}
.ulogin{
	background:url(../images/user-login.jpg) no-repeat left;
}
.user-login{
	width:380px;
	float:right;
	color:#666;
	background:#FFF;
	padding:100px 20px;
	margin-right:40px;
}
.user-login h1{
	line-height:80px;
	font-weight:normal;
}
.user-login p{
	display:block;
	width:100%;
	float:left;
	position:relative;
}
.user-login p input{
	width:100%;
	height:35px;
	font-family: "arial", "黑体"; 
	text-indent:36px;
	*text-indent:36px;
	border:#d5d5d5 1px solid;
}
.user-login p input#uname{
	background:url(../images/uname.jpg) no-repeat 7px;
}
.user-login p input.txtpassword{
	background:url(../images/upasd.jpg) no-repeat 7px;
}
.user-login p.checkt{
	font-size:14px;
	line-height:21px;
	padding:3px 0 21px;
	margin-bottom:24px;
	border-bottom:#ddd dotted 1px;
}
.user-login p.checkt input{
	width:16px;
	height:16px;
	float:left;
}
.user-login p.checkt a{
	float:right;
	color:#999;
}
.user-login p .btn_sub{
	width: 195px;
	height: 40px;
	line-height: 38px;
	color: #FFF;
	font-size: 20px;
	background-color: #ef8443;
	margin:0 auto;
	display: block;
	border:0;
	cursor:pointer;
	font-family: "arial", "黑体"; 
	text-indent:0;
	*text-indent:0;
}
.ureg{
	background:#efefef;
}
.user-ureg{
	width:100%;
	float:left;
	margin:56px 0;
	background-color:#FFF;
}
.user-ureglr{
	width:600px;
	float:left;
	margin:60px 0;
	border-right:#ddd dotted 1px;
}
.user-ureglr .user-login{
	width:auto;
	padding:0 115px 0 50px;
}
.user-ureglr h1{
	line-height:normal;
	padding-bottom:30px;
}
.user-login p input#umailbox{
	background:url(../images/umailbox.jpg) no-repeat 7px;
}
.user-login p input#uphone{
	background:url(../images/uphone.jpg) no-repeat 7px;
}
.user-login p input#uyzm{
	width:210px;
	background:url(../images/uyzm.jpg) no-repeat 7px;
}
.user-ureglr p.checkt,.user-ureglr p .btn_sub{
	border:0;
	margin:0;
}
.user-ureglr p.checkt a{
	float:none;
	color:red;
}
.user-uregrl{
	width:480px;
	height:500px;
	float:right;
	color:#333;
	font-size:16px;
	margin:60px 0;
	background:url(../images/user-uregrl.jpg) no-repeat center;
}
.user-uregrl span{
	display:inline-block;
	padding-left:35px;
}
.user-uregrl a{
	color:#ef8443;
}
#user-txt{
	float:left;
	color:#FFF;
	line-height:60px;
	font-size:16px;
	text-align:center;
}
.menber-class{
	width:100%;
	float:left;
	line-height:48px;
	background-color:#FFF;
	border:1px solid #ddd;
}
.menber-class h1{
	float:left;
	font-size:16px;
	padding:0 21px;
}
.menber-class a{
	font-size:14px;
	display:inline-block;
	color:#333;
	padding-left:21px;
	margin-left:32px;
}
.menber-class .a1{
	background:url(../images/libiao.png) no-repeat left;
}
.menber-class .a2{
	background:url(../images/add.png) no-repeat left;
}
.menber-list{
	width:100%;
	float:left;
	margin-top:10px;
	background-color:#FFF;
	border:1px solid #ddd;
}
.menber-list h1{
	line-height:30px;
	font-size:14px;
	padding:0 21px;
	border-bottom:1px solid #ccc;
	background-color:#f5f5f5;
}
.menber-list ul{
	padding:18px;
}
.menber-list ul li{
	width:100%;
	font-size:14px;
	display:block;
	position:relative;
}
.menber-list ul li.bcolo{
	background-color:#f5f5f5;
}
.menber-list ul li label{
	width:21%;
	min-width:60px;
	color:#0066cc;
	line-height:40px;
	padding-left:15px;
	display:inline-block;
}
.menber-list ul li input{
	width:28%;
	min-width:145px;
	height:25px;
	line-height:25px;
	color:#333;
	text-indent:3px;
	*text-indent:3px;
	border:1px #ddd solid;
}
.menber-list ul li input#usex{
	width:42px;
	vertical-align:sub;
	min-width:inherit;
}
.menber-list ul li .btn_sub{
	width: 195px;
	height: 40px;
	line-height: 38px;
	color: #FFF;
	font-size: 20px;
	background-color: #ef8443;
	border:0;
	margin:20px 0;
	cursor:pointer;
	font-family: "arial","黑体"; 
	text-indent:0;
	*text-indent:0;
}
.user-agret{
	 text-align:center;
	 padding-top:40px;
	 font-size:16px;
	 font-weight:bold;
}
.user-agrec{
	width:96%;
	padding:20px 2%;
	font-size:14px;
	color:#464646;
}
.lzidea-left{
	width:245px;
	min-width:150px;
	float:left;
	margin-top:30px;
	background-color:#f8f8f8;
}
.lzidea-left h1{
	line-height:32px;
	font-size:16px;
	color:#333;
	padding:10px 0 0 26px;
	border-bottom:1px solid #e5e5e5;
}
.lzidea-left ul{
	padding:10px 0;
}
.lzidea-left ul li{
	line-height:21px;
	font-size:14px;
	padding-top:8px;
	display:block;
}
.lzidea-left ul li a{
	display:block;
	color:#333;
	padding-left:26px;
}
.lzidea-left ul li h2{
	line-height:26px;
	font-size:15px;
	display:block;
	font-weight:normal;
}
.lzidea-left ul ol{
	display:none;
}
.lzidea-left ul ol li a{
	color:#666;
	font-family: "arial", "黑体";
	padding-left:40px;
	background:url(../images/jt.jpg) no-repeat 26px 7px;
}
.lzidea-right{
	width:820px;
	float:right;
	margin-top:30px;
}
.lzidea-right h1{
	width:100%;
	line-height:30px;
	float:left;
	font-size:16px;
	color:#333;
	padding-top:10px;
	border-bottom:2px solid #e5e5e5;
}
.lzidea-right h1 span{
	float:right;
	color:#464646;
	font-size:14px;
	font-family: "arial", "黑体";
	font-weight:normal;
	display:inline-block;
}
.lzidea-right ul li{
	width:100%;
	float:left;
	min-height:136px;
	display: block;
	font-size:14px;
	position:relative;
	margin-top:27px;
	padding-bottom:12px;
	border-bottom:1px #eee dashed;
}
.lzidea-right ul li .tvies-img {
	width:24%;
	min-width:90px;
	height:136px;
	top:0;
	left:0;
	position:absolute;
	overflow:hidden;
}
.lzidea-right ul li .tvies-txt{
	float:left;
	padding-left:26%;
}
.lzidea-right ul li .tvies-txt-name{
	width:100%;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.lzidea-right ul li .tvies-txt-cans{
	width: 100%;
	float:left;
	margin:5px 0;
	line-height: 26px;
	font-family: "arial", "黑体";
	color: #464646;
}
.lzidea-right ul li .tvies-botton{
	width:100%;
	float:left;
	color:#666;
	font-family: "arial", "黑体";
}
.page{
	width:100%;
	float:left;
	line-height:65px;
	font-size:14px;
	text-align:center;
}
.lzidea_content{
	width:100%;
	float:left;
	font-family: "arial", "黑体";
	font-size:14px;
	color:#464646;
	line-height:28px;
	padding:15px 0;
}
.lzidea_content-title{
	width:100%;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:18px 0;
	padding-bottom:12px;
	font-family: "arial", "黑体"; 
	border-bottom:1px #eee dashed;
}
.lzidea_content-title span{
	display:block;
	font-family: "arial", "黑体";
	font-size:14px;
	font-weight:normal;
}
.coach ul li{
	min-height:180px;
}
.coach ul li .tvies-img {
	width:15%;
	height:164px;
	padding:3px;
	text-align:center;
	overflow:hidden;
	border:1px solid #edecec;
}
.coach ul li .tvies-txt{
	padding-left:18%;
	width:82%;
}
.coach ul li .tvies-txt-Full{
	float:left;
	line-height:30px;
}
.coach ul li .tvies-txt-Full a{
	color:#333;
}
.coach ul li .tvies-txt-btom{
	float:right;
}
.coach ul li .tvies-txt-Intr{
	width:100%;
	float:left;
	line-height:32px;
}
.coach_content,.coach_content .tvies-txt{
	width:100%;
	min-height:200px;
	float:left;
	position:relative;
}
.coach_content .tvies-img{
	width:16%;
	min-width:100px;
	height:175px;
	float:left;
	overflow:hidden;
	text-align:center;
	top:0;
	left:0;
	position:absolute;
}
.coach_content .tvies-txt-name{
	float:left;
	font-size:14px;
	color:#333;
	padding-left:20%;
	font-family: "arial", "黑体"; 
}
.coach_content .tvies-txt-Full{
	width:100%;
	line-height:30px;
	font-weight:bold;
	font-size:15px;
}
.coach_content .tvies-txt-Intr{
	width:100%;
	line-height:32px;
}
.coach_content .tvies-txt-btom{
	width:100%;
	padding:21px 0;
}
.coach_contentxt{
	width:100%;
	float:left;
	color:#464646;
	padding-bottom:45px;
}


.Solutions{
	width:100% !important;
}
.Solutions ul li .tvies-txt{
	padding-left:22%;
}
.Solutions-title{
	width:100%;
	line-height:45px;
	font-size:16px;
	color:#333;
	font-family: "arial", "黑体";
	font-weight:bold;
	margin-top:25px;
	background:#f7f7f7;
	margin-bottom:-35px;
}
.Solutions-title b{
	color:#666;
	font-weight:normal;
	font-size:14px;
	font-family: "arial", "黑体";
}
.Solutions-title span{
	float:right;
	color:#464646;
	font-size:14px;
	font-weight:normal;
	font-family:  "arial","黑体";
	display:inline-block;
}

.Solutions ul li .tvies-img {
	width:18%;
}

.sing-tvies .tvies-img img{
	width:100%;
}

.mapcont{
	padding:10px;
	margin:25px 0;
	border:1px solid #dedede;
}
#dituContent{
	width:100%;
	height:360px;
}
#dituContent img {
	max-width:inherit;
}
.iw_poi_title {
	color:#F00;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px  "arial",  "黑体",sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}
.publiclass{
	width:100%;
	float:left;
	padding:15px 0;
}
.publiclass ul li{
	width:100%;
	float:left;
	min-height:inherit;
	display: block;
	font-size:14px;
	padding:5px 0;
	margin:0;
	border:0;
}
.publiclass ul li a{
	color:#333;
	display:inline-block;
	line-height:30px;
}
.publiclass-Intr{
	float:left;
	padding-left:12px;
	background:url(../images/fang.jpg) no-repeat left 14px;
}
.publiclass-btom{
	float:right;
}
.coach_content .publiclass-btom{
	width:100%;
	text-align:center;
}

.my_contentxt{
	width:100%;
	float:left;
	color:#464646;
	padding-bottom:0px;
}

#layer_signup .menber-signup{
	width:100%;
	float:left;
	margin-top:10px;
}

#layer_signup .menber-signup ul{
	padding:18px;
}
#layer_signup .menber-signup ul li{
	width:100%;
	font-size:14px;
	display:block;
	position:relative;
}

#layer_signup .menber-signup ul li label
{
    
    width:98%;
    font-size:10%;
	color:#666;
}

#layer_signup .menber-signup ul li textarea{
	width:98%;
}

#layer_signup .menber-signup ul li input[type=radio]{
}




