@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Microsoft YaHei", SimSun, "Arial", sans-serif;
}
a {
	text-decoration: none;
	color: #000;
}
li {
	list-style: none;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.clear {
	clear: both;
}
.wd10 {
	width: 10px;
}
.wd20 {
	width: 20px;
}
.wd100 {
	width: 100px;
}
.wd200 {
	width: 200px;
}
.wd290 {
	width: 290px;
}
.wd300 {
	width: 300px;
}
.wd360 {
	width: 360px;
}
.wd370 {
	width: 370px;
}
.wd380 {
	width: 380px;
}
.wd400 {
	width: 400px;
}
.wd600 {
	width: 600px;
}
.wd640 {
	width: 100%;
	max-width: 640px;
	margin: 0px auto;
}
.wd750 {
	width: 750px;
}
.wd760 {
	width: 760px;
}
.wd780 {
	width: 780px;
}
.wd890 {
	width: 890px;
}
.wd900 {
	width: 900px;
}
.wd1200 {
	width: 1200px;
	margin: 0px auto;
}
.wd1000 {
	width: 1000px;
	margin: 0px auto;
}
.wd1920 {
	width: 1920px;
	margin: 0px auto;
}
.hd10 {
	height: 10px;
}
.hd20 {
	height: 20px;
}
.hd40 {
	height: 40px;
}
.hd100 {
	height: 100px;
}
.hd120 {
	height: 120px;
}
.hd150 {
	height: 150px;
}
.hd200 {
	height: 200px;
}
.hd600 {
	height: 600px;
}
.pd10 {
	padding: 10px;
}
.pd20 {
	padding: 20px;
}
.mgr10 {
	margin-right: 10px;
}
.bgf8 {
	background: #f8f8f8;
}
.bgfff {
	background-color: #fff;
}
.textcenter {
	text-align: center;
}
/*head*/
#header {
	background-color: #fff;
	margin-top: 10px;
}
.logo {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.logo span {
	color: #dbb76c;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	font-size: 30px;
	display: block;
}
.logo em {
	display: block;
	color: #dbb76c;
	font-style: normal;
	letter-spacing: 4px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	height: 16px;
}
.head_middle span {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.header_left {
	overflow: hidden;
}
.tel {
	padding-left: 10px;
	margin-top: 10px;
	display: none;
}
.tel li {
	float: left;
	font-size: 18px;
	line-height: 24px;
}
.telimg {
	color: #666;
}
.tel1, .tel2 {
	color: #666;
}
.tel1 {
	margin-left: 10px;
}
/*nav*/
#nav {
	margin-top: 15px;
}
#nav ul li {
	float: left;
	width: 25%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
}
#nav ul li:hover a {
	color: #f60;
}
#nav ul li a {
	color: #333;
}
/*banner*/
.banner {
	overflow: hidden;
	position: relative;
}
.banner .bd li {
	width: 100%;
	float: left;
}
.banner .bd li img {
	width: 100%;
	max-width: 100%;
}
.banner .hd {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.banner .hd li {
	background: #d1d3d2;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	transition: all 0.5s;
	border-radius: 50%;
}
.banner .hd li.on {
	background: #ce1b28;
	width: 16px;
	border-radius: 10px;
}
/*会员列表*/
.member {
	padding: 10px 0;
}
.woman {
}
.man {
}
.member_title {
	padding: 10px 0px 0px 0px;
	text-align: center;
}
.member_title span {
	display: inline-block;
}
.line_center {
	width: 40%;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #000;
}
.line_left, .line_right {
	height: 1px;
	background: #000;
	width: 20%;
	line-height: 2px;
	vertical-align: middle;
}
.line_left {
}
.member_desc {
	text-align: center;
	color: #666;
	font-size: 14px;
}
.memberlist {
	margin-top: 10px;
	background-color: rgba(254, 254, 254, 0.5);
}
.memberlist img {
	width: 100%;
}
.memberlist li {
	float: left;
	width: 46%;
	margin: 10px 2%;
}
.memberlist dt {
}
.memberlist dd {
	width: 100%;
}
.member_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.member_info {
	font-size: 14px;
	line-height: 14px;
}
.member_info span {
	display: inline-block;
	width: 33%;
	text-align: center;
	color: #333;
	margin: 5px 0;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.member_jianjie {
	font-size: 12px;
	color: #999;
	height: 78px;
	overflow: hidden;
	line-height: 20px;
}
.guanzhu, .qianxian {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 45%;
	box-sizing: border-box;
	margin: 3px 2%;
}
.guanzhu {
	background: #ababab;
	color: #333;
}
.qianxian {
	background: #d5040e;
	color: #fff;
}
.i_linkmore {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.i_linkmore a {
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	background-color: #666;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
}
/**/
.qianshou {
	padding: 20px 0 50px 0;
	background-color: #F3F3F3;
}
.qianshou_title {
	padding: 30px 0 20px 0;
	text-align: center;
	color: #333;
	font-size: 40px;
}
.qianshou_desc {
	text-align: center;
	color: #666;
	font-size: 20px;
}
.qianshou_link {
	padding: 20px 0;
}
.qianshou_link a {
	display: block;
	padding: 10px 0;
	color: #fff;
	margin: 0px auto;
	width: 180px;
	border: 2px solid #ccc;
	text-align: center;
	font-size: 24px;
	background: #8a77c4;
 -webkit-transition: all .2s ease;
 transition: all .2s ease;
}
.qianshou_link a:hover {
	width: 280px;
}
.youshi {
	padding: 20px;
}
.youshi li {
	float: left;
	width: 48%;
	margin: 20px 1%;
	text-align: center;
	color: #000;
	background-color: #fff;
}
.youshi li:hover {
	background-color: #dbcca5;
	cursor: pointer;
}
.youshi li dt img {
	width: 40%;
	padding-top: 20px;
}
.youshi li .ys_title {
	font-size: 18px;
	padding: 10px 0;
}
.youshi li .ys_desc {
	font-size: 14px;
	margin-bottom: 30px;
	color: #666;
	line-height: 28px;
	padding: 0px 20px;
}
/*首页广告*/
.i_index_ad .ad_img img{
	width:100%;
	max-width:100%;
	}
.ad_img{
	position:relative;
		}
.ad_txt1{
	position:absolute;	
	text-align:center;
	top:50%;
	width:100%;
	margin-top:-32px;
	color:#fff;
	}
.ad_txt1 .i_ad_p1{
	font-size:32px;
	line-height:32px;
	}
.ad_txt1 .i_ad_p2{
	font-size:18px;
	line-height:32px;
	}
.ad_txt1 .i_ad_p2 a{
	font-size:18px;
	line-height:32px;
	color:#f00;
	}
/*首页单身烦恼*/
.i_wap_img1 img {
	width: 100%;
	max-width: 100%;
}
.index_fannao {
	font-size: 14px;
}
.f_bg1 {
	background-color: #333;
	color: #FFF;
}
.f_bg2 {
	background-color: #736464;
}
.f_bg3 {
	background-color: #6d2525;
}
.f_bg4 {
	background-color: #e23a3a;
	color: #FFF;
}
.f_bg5 {
	background-color: #1c9af2;
	color: #FFF;
}
.fan_title .fan_t {
	text-align: center;
}
.fan_title .fan_t span {
	border-bottom: 2px solid #333;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.fannao_c {
}
.fannao_c p {
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 3px 10px;
	cursor: pointer;
	float: left;
	margin: 5px;
	font-size: 14px;
}
.i_youshi_top {
	background: #666;
	color: #fff;
}
.i_youshi_t {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.i_youshi_d {
	font-size: 14px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.i_fannao_zixun {
	text-align: center;
}
.i_fannao_zixun a {
	display: inline-block;
	background-color: #ec3431;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
}
/*首页情感咨询*/
.qg-wanhui {
	background-color: #ebebeb;
}
.wanhuibox1 {
	cursor: pointer;
}
.wanhuibox1 dl {
	width: 49.5%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	margin-top: 20px;
}
.wanhuibox1 dt {
	text-align: center;
}
.wanhuibox1 dt img {
	vertical-align: middle;
}
.wanhuibox1 dd {
}
.border2 {
}
.wh_t1 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	text-align: center;
}
.wh_t2 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 7px;
	color: #8d8d8d;
	width: 92%;
	margin-left: 4%;
}
/*情感挽回*/
.m-title {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	background-color: #ebebeb;
}
.m-title p {
	padding: 10px;
}
.wanhuibox2 {
	cursor: pointer;
}
.wanhuibox2 dl {
	width: 49%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px 0.5%;
}
.wanhuibox2 dt {
	text-align: center;
	transition: all 0.5s ease;
	/* Firefox 4 */
	-moz-transition: all 0.5s ease;
	/* Safari and Chrome */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
	height: 60px;
	line-height: 60px;
}
.wanhuibox2 dl img {
	vertical-align: middle;
	width: 41px;
	height: 41px;
	transition: all 0.5s ease;
	/* Firefox 4 */
	-moz-transition: all 0.5s ease;
	/* Safari and Chrome */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
}
.wanhuibox2 dd {
	text-align: center;
}
.wh2_t1 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #dbb76c;
}
.wh2_t2 {
	font-size: 12px;
	line-height: 20px;
	color: #8d8d8d;
}
.wh2_t3 {
	text-align: center;
	padding-top: 10px;
}
.wh_link {
	height: 28px;
	width: 80%;
	background-color: #ff6881;
	border-radius: 4px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	margin: 0px auto;
	display: inline-block;
}
/*首页红娘*/
/*红娘团队*/
.laoshi {
	padding: 20px 0px;
}
.laoshi li {
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
}
.laoshi li dt {
	float: left;
	width: 30%;
	padding: 10px;
}
.laoshi li dt img {
	width: 100%;
	overflow: hidden;
}
.laoshi li dd {
	display: block;
	margin-left: 35%;
}
.laoshi_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.laoshi_chenhu {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	display: none !important;
}
.laoshi_pingfen {
	font-size: 14px;
	line-height: 18px;
	height: 18px;
}
.laoshi_pingfen span {
	color: #f00;
	letter-spacing: 2px;
}
.laoshi_desc {
	font-size: 12px;
	color: #999;
	line-height: 16px;
	padding-top: 5px;
	height: 32px;
	overflow: hidden;
}
.laoshi_link {
	margin-top: 10px;
}
.laoshi_link a {
	display: block;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	/*background: #8a77c4;*/
	color: #fff;
	letter-spacing: 3px;
	background-color: #ff6881;
}
.laoshi_link a:hover {
	background-color: #f00;
}
/*案例展示*/
.i_case {
}
.i_case_t {
	text-align: center;
}
.i_case_t span {
	display: inline-block;
}
.i_case_t .t_title {
	font-size: 14px;
	color: #f00;
	font-weight: bold;
	padding: 0 2%;
}
.i_case_t .t_line {
	width: 8%;
	height: 1px;
	background: #ccc;
	vertical-align: middle;
}
.i_case_con {
}
.i_case_con li{
	width: 50%;
}
.i_case_con dl dt {
	padding: 10px;
}
.i_case_con dl dt img {
	width: 100%;
	max-width: 100%;
}
.i_case_con dl {
	/*
	float: left;
	*/
	
	
}
.i_case_con dd {
	font-size: 14px;
	text-align: center;
}
.i_case_prev_next{
	text-align:center;
	}
.i_case_prev_next a{
	margin:0 10px;
	font-size:14px;
	line-height:18px;
	height:18px;
	}
.i_case_prev_next .prevStop,.i_case_prev_next .nextStop{
	color:#999;
	}
/*首页新闻和联系我们*/
.index_news {
}
.i_newsleft {
}
.i_newsleft .hd li {
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
	background-color: #ebebeb;
	font-size: 18px;
	text-align: center;
}
.i_newsleft .hd .on {
	background-color: #666;
}
.i_newsleft .hd .on a {
	color: #fff;
}
.i_newsleft .bd {
	margin-top: 10px;
}
.i_newstop dt {
	float: left;
	width: 40%;
	padding: 0 5px;
	box-sizing: border-box;
}
.i_newstop dt img {
	width: 100%;
	max-width: 100%;
}
.i_newstop dd {
	width: 55%;
	margin-left: 42%;
}
.i_newstop dd h3 {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
}
.i_newstop dd p {
	line-height: 18px;
	font-size: 12px;
	color: #666;
	height: 72px;
	overflow: hidden;
	margin-top: 5px;
	text-indent: 2em;
}
.i_newstop dd a {
	line-height: 18px;
	font-size: 12px;
}
.i_list {
	margin-top: 10px;
}
.i_list li {
	padding: 2px 10px;
}
.i_list li a {
	font-size:12px;
	color:#666;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.i_list .fr {
	margin-right: 5px;
	color: #f00;
}
/*相亲活动*/
/**/
.huodong {
	padding: 10px 0;
}
.xiangqin_title {
	text-align: center;
}
.xiangqin_title span {
	display: inline-block;
}
.xiangqin_line_center {
	width: 60%;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #534188;
}
.xiangqin_line_left, .xiangqin_line_right {
	height: 1px;
	background: #483e66;
	width: 10%;
	line-height: 2px;
	vertical-align: middle;
}
.xiangqin_desc {
	text-align: center;
	color: #666;
	font-size: 12px;
}
.xingqin_list {
	padding: 10px 0;
}
.xingqin_list li {
	width: 98%;
	margin: 20px 1%;
}
.xingqin_list li dt {
	text-align: center;
}
.xingqin_list li img {
	width: 96%;
	max-width: 100%;
}
.hd_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.hd_time, .hd_addr {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	height: 24px;
	overflow: hidden;
}
.hd_baoming a {
	display: inline-block;
	width: 41%;
	margin: 10px 4%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
}
/*联系我们*/
.contact {
	padding: 10px 0;
}
.contact_title {
	font-size: 20px;
	text-align: center;
}
.contact_addr {
	font-size: 16px;
	text-align: center;
}
.map img {
	width: 100%;
	max-width: 100%;
}
.maptxt {
	text-align: center;
	padding-top: 10px;
}
.maptxt dt {
	font-size: 18px;
}
.maptxt dd {
	font-size: 12px;
}
/*栏目导航名称*/
.memberlist_map {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 24px;
	height: 50px;
}
.text_center {
	text-align: center;
}
.memberlist_map span {
	border-bottom: 4px solid #999;
	padding-bottom: 10px;
}
.mainbox {
	padding-top: 10px;
}
/*会员详情页*/
.member_info_box {
	background: #fff;
}
.member_info_left {
	padding: 15px;
}
.info_member_name, .member_tui {
}
.info_member_con img {
	max-width: 100%;
	max-height: 300px;
}
.info_member_con dd {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.member_info_right {
	padding: 10px;
	box-sizing: border-box;
}
.member_info_name .info_bh {
	font-size: 24px;
	line-height: 48px;
}
.member_info_name .info_yue {
	font-size: 20px;
	line-height: 48px;
	border-radius: 6px;
	background: #ff5065;
	color: #fff;
	padding: 0 10px;
}
.member_info_name a {
	float: right;
}
.menber_info_jiandan {
	margin-top: 10px;
}
.menber_info_jiandan dl {
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
	display: inline-block;
}
.menber_info_jiandan dt, .menber_info_jiandan dd {
	float: left;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
}
.member_renzheng {
	padding: 20px 0;
}
.member_renzheng p {
	font-size: 18px;
	padding: 10px 0;
}
.member_renzheng dt, .member_renzheng dd {
	float: left;
	line-height: 36px;
	font-size: 14px;
}
.member_renzheng dt {
	clear: both;
	color: #666;
}
.member_renzheng dd {
	color: #ff5065;
}
.line1px {
	width: 1px;
	height: 150px;
	margin-top: 30px;
	background-color: #999;
	margin-left: 25px;
}
.tishi {
}
.tishi_t {
	padding: 5px;
	font-size: 16px;
	background: #eee;
	margin-top: 10px;
}
.tishi_c {
	color: #666;
	font-size: 14px;
}
.member_info_jianjie {
	font-size: 14px;
	margin-top: 10px;
	color: #333;
}
.member_info_link {
	margin-top: 20px;
	margin-bottom: 20px;
}
.member_info_link a {
	padding: 5px 20px;
	margin-right: 20px;
	border-radius: 6px;
	background-color: #c6a052;
	color: #fff;
}
.member_info_center {
	box-sizing: border-box;
	margin-top: 10px;
}
/*--会员详细资料标题*/
.memb_xxzl {
	text-align: center;
}
.memb_xxzl span {
	display: block;
}
.memb_xxbt {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
.memb_xxbt_en {
	font-size: 12px;
}
.moreinfo {
	margin-top: 10px;
}
.moreinfo dt, .moreinfo dd {
	line-height: 24px;
	font-size: 14px;
	margin-left: 10px;
}
.member_comm {
	margin-top: 20px;
}
.comm_t {
	line-height: 36px;
	font-size: 18px;
	background-color: #eee;
	padding-left: 10px;
}
.comm_c {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
}
.tui_titel {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tui_titel a {
	float: right;
	margin-right: 10px;
}
.tui_memberlist li {
	float: left;
	width: 45%;
	margin: 10px 2%;
}
.tui_memberlist li:nth-of-type(odd) {
 clear: both;
}
.tui_memberlist img {
	width: 100%;
	max-width: 100%;
}
.tui_memberlist dd {
	text-align: center;
}
.tui_memberlist dd span {
	font-size: 12px;
	display: inline-block;
	text-align: center;
	padding: 0 3px;
}
/*活动栏目页*/
.huodonglist_ul li {
	padding: 10px;
}
.huodonglist_ul li img {
	width: 100%;
	max-width: 100%;
}
.hd_desc {
	color: #666;
	line-height: 20px;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
}
/*活动详情页*/
.huodong_info_part1 dt, .huodong_info_part1 dd {
}
.hdbt {
	margin-bottom: 10px;
	font-weight: bold;
}
.huodong_info_part1 dt img {
	max-width: 100%;
}
.huodong_info_part1 dd {
	line-height: 20px;
	color: #333;
	font-size: 14px;
}
.huodong_info_part1 .hdbm {
	font-size: 18px;
	color: #ff5065;
	font-weight: bold;
	line-height: 36px;
}
.hdxqbt {
	line-height: 36px;
	font-size: 16px;
	background-color: #eee;
	padding-left: 10px;
}
.hdxqnr {
	padding: 5px 0;
	font-size: 14px;
	line-height: 24px;
}
.huodong_xg {
}
.huodong_xg dt img {
	width: 100%;
	max-width: 100%;
}
.xghdbt {
	line-height: 36px;
	font-size: 18px;
	background-color: #eee;
	padding-left: 10px;
}
.huodong_xg li {
	text-align: center;
}
.huodong_xg .xw li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-align: left;
}
.huodong_xg .xw li a {
	font-size: 14px;
}
/*新闻列表栏目*/
.newlist {
}
.newlist li {
	line-height: 36px;
	border-bottom: dashed 1px #999;
	margin-top: 10px;
	height: 36px;
	overflow: hidden;
}
.newlist li a {
	font-size: 14px;
}
.newlist li .list_rq {
	float: right;
	color: #666;
	font-size: 12px;
}
/*分页*/
.pagelist {
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
}
.pagelist a {
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #999;
}
/*友情链接*/
.link {
	border-bottom: 1px solid #999;
	padding: 10px 0;
	margin-top: 20px;
	display: none;
}
.link span {
	font-size: 14px;
}
.link a {
	font-size: 14px;
	margin-right: 20px;
}
.footer {
	padding: 20px 0;
	background-color: #ccc;
	font-size: 12px;
}
.footer ul li {
	text-align: center;
}
.footer ul li a {
	margin-right: 20px;
}
.footer dl {
	margin-top: 30px;
}
.footer dt, .footer dd {
	float: left;
}
.footer dt {
	width: 160px;
	text-align: center;
	margin-left: 100px;
	margin-top: 10px;
}
.footer dt img {
	height: 120px;
}
.footer dd {
	margin-left: 20px;
	line-height: 36px;
	font-size: 14px;
}
.footercon {
	margin-top: 10px;
	text-align: left;
}
.footercon p {
	padding: 5px 10px;
}
/*底部按钮*/
.foot_nav {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}
.foot_nav li {
	float: left;
	width: 33.33333%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background: #d5040e;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.foot_nav li a {
	color: #fff;
	font-size: 18px;
}
/*隐藏商桥邀请框*/
#nb_invite_wrap{
	display:none !important;
	}
 @media screen and (min-width: 320px) and (max-width: 359px) {
.memberlist li img, .tui_memberlist li img {
 height: 138px;
}
}
 @media screen and (min-width: 360px) and (max-width: 374px) {
.memberlist li img, .tui_memberlist li img {
 height: 155px;
}
}
 @media screen and (min-width: 375px) and (max-width: 385px) {
.memberlist li img, .tui_memberlist li img {
 height: 162px;
}
}
 @media screen and (min-width: 386px) and (max-width: 392px) {
.memberlist li img, .tui_memberlist li img {
 height: 169px;
}
}
 @media screen and (min-width: 393px) and (max-width: 400px) {
.memberlist li img, .tui_memberlist li img {
 height: 175px;
}
}
 @media screen and (min-width: 401px) and (max-width: 414px) {
.memberlist li img, .tui_memberlist li img {
 height: 180px;
}
}
 @media screen and (min-width: 640px) {
.memberlist li img, .tui_memberlist li img {
 height: 288px;
}
.tel {
 text-align: right;
 float: right;
 clear: none;
 margin-right: 10px;
 display: block;
}
.tel li {
 float: none;
 font-size: 20px;
}
.tel .tel1 {
 letter-spacing: 1px;
 margin-right: 0px;
}
.header_left {
 float: left;
}
.laoshi_desc {
 font-size: 14px;
 line-height: 28px;
 height: 112px;
}
.laoshi_link a {
 height: 32px;
 line-height: 32px;
 font-size: 16px;
}
.i_newstop dd p {
 line-height: 28px;
 height: auto;
 min-height: 112px;
 max-height: 140px;
 font-size: 14px;
}
.i_newstop dd h3 {
	font-size: 16px;
}
.i_newstop dd a {
	line-height: 18px;
	font-size: 14px;
}
.i_list li a{
 font-size: 16px;
 line-height: 32px;
 height: 32px;
}
.i_list li span {
 margin-right: 10px;
}
.i_list .fr {
 margin-right: 10px;
}
.foot_nav {
 left: 50%;
 margin-left: -320px;
 width: 640px;
}
}
