@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;
}
.mainbg {
	background-color:#dbb76c;
}
.maincolor {
	color:#dbb76c;
}
.bghui {
	background-color:#ebebeb;
}
.bghui1 {
	background-color:#F3F3F3;
}
.bgbai {
	background-color:#fff;
}
.bghei {
	background-color:#000;
}
.bg3c {
	background-color:#ccc;
}
.bg3e {
	background-color:#eee;
}
.bg33 {
	background-color:#333;
}
.bg36 {
	background-color:#666;
}
.bg39 {
	background-color:#999;
}
.color36 {
	color:#666;
}
.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;
}
.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;
}
.hd60 {
	height: 60px;
}
.hd80 {
	height: 80px;
}
.hd100 {
	height: 100px;
}
.hd120 {
	height: 120px;
}
.hd150 {
	height: 150px;
}
.hd200 {
	height: 200px;
}
.hd600 {
	height: 600px;
}
.pd10 {
	padding: 10px;
}
.pd20 {
	padding: 20px;
}
.ft12 {
	font-size:12px;
}
.ft14 {
	font-size:14px;
}
.ft16 {
	font-size:16px;
}
.mgr10 {
	margin-right: 10px;
}
.mr20 {
	margin-left:20px;
	margin-right:20px;
}
.bgf8 {
	background: #f8f8f8;
}
.bgfff {
	background-color: #fff;
}
.textcenter {
	text-align: center;
}
/*head*/
#header {
	background-color: #fff;
	margin-top: 20px;
}
.logo {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.logo span {
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	display: block;
}
.logo em {
	display: block;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
	height: 16px;
}
.head_middle span {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #666;
}
.twolink a:hover {
	color:#dbb76c;
}
.mobile {
	background: url(../images/mobile.png) no-repeat;
	padding-left: 20px;
	line-height: 30px;
	background-position: 0px 3px;
	margin-left: 30px;
}
.mobile:hover {
	background-position: 0px -30px;
}
.tel {
	width: 210px;
	background: #3c3c56;
	height: 51px;
	margin-top: -10px;
	padding: 0px 10px;
	padding-top: 3px;
}
.tel span {
	display: block;
}
.tel0 {
	font-size: 18px;
	line-height: 48px;
	float: left;
	color: #fff;
}
.tel1, .tel2 {
	color: #d8b56c;
	font-size: 18px;
	line-height: 24px;
	float: right;
}
.tel1 {
	letter-spacing: -0.5px;
}
/*nav*/
#nav {
	background:url(../images/nav_bg.png) repeat-x;
	margin-top: 10px;
}
#nav ul li {
	float: left;
	width: 7%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
}
#nav ul li:hover {
	background:url(../images/nav_on_bg.png) repeat-x;
}
#nav ul .on {
	background:url(../images/nav_on_bg.png) repeat-x;
}
#nav ul .on a {
	color:#fff;
}
#nav ul li a {
	color: #000;
}
#nav ul li a:hover {
	color: #fff;
}
/*banner*/
.banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.banner .bd li {
	width: 100%;
	height: 600px;
	background-position: center;
	background-size: cover;
	float: left;
}
.banner .hd {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.banner .hd li {
	background: #d1d3d2;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	transition: all 0.5s;
	border-radius: 50%;
}
.banner .hd li.on {
	background: #ce1b28;
	width: 26px;
	border-radius: 20px;
}
.bannerlink {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding-right: 400px;
}
.bannerlink a {
	height: 530px;
	width: 800px;
	position: absolute;
}
/*form*/
.formbase {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1200px;
	margin: 0px auto;
}
#search_form {
	width: 340px;
	border-radius: 10px;
	margin: 0px auto;
	margin-top: 20px;
	position: absolute;
	top: 80px;
	right: 0;
	background-color: #353535;
	opacity:0.75;
	filter:alpha(opacity=75);/*
	background-image:url(../images/search_bg.png);
	*/
}
#search_form ul {
	padding: 20px 0;
}
#search_form ul li {
}
#search_form input {
	font-size: 14px;
}
.srch1 {
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	height: 48px;
	color: #fff;
}
.srch2 {
	font-size: 14px;
	color: #ccc;
	padding: 10px;
}
.search_hr {
	border-top: 1px solid #ccc;
}
.srch2 span {
	display: inline-block;
	width: 84px;
	text-align: right;
}
.input_right {
	height: 36px;
	line-height: 36px;
	width: 200px;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	color: #333;
}
.srch3, .srch4 {
	text-align: center;
}
#search_form .input_submit {
	width: 260px;
	height: 40px;
	font-size: 20px;
	background: #f00;
	color: #fff;
	border: none;
}
.srch4 {
	font-size: 20px;
	text-align: center;
}
.srch4 a {
	display: inline-block;
	width: 340px;
	height: 48px;
	background: #333;
	line-height: 48px;
	color: #fff;
}
/*form end*/
#sixpart {
	padding: 50px 0;
}
.six_part li {
	float: left;
	margin-top: 30px;
	height: 200px;
	width: 32%;
	margin: 0.5%;
}
.six_part li:hover {
	background-color:#000;
 filter:alpha(opacity:50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.six_li1 {
	background: url(../images/six1.jpg) no-repeat;
}
.six_li2 {
	background: url(../images/six2.jpg) no-repeat;
}
.six_li3 {
	background: url(../images/six4.jpg) no-repeat;
}
.six_li4 {
	background: url(../images/six6.jpg) no-repeat;
}
.six_li5 {
	background: url(../images/six5.jpg) no-repeat;
}
.six_li6 {
	background: url(../images/six3.jpg) no-repeat;
}
.six_part li div {
	width: 220px;
	margin: 0px auto;
	margin-top: 60px;
	text-align: center;
	padding: 10px;
}
.six_span1, .six_span2 {
	display: block;
	color: #fff;
}
.six_span1 {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
}
.six_span2 {
	margin-top:10px;
}
.six_part div:hover {
	width: 240px;
}
.six_part div:hover span {
	color: #fff;
}
/*会员列表*/
.member {
	padding: 10px 0 20px 0;
}
.woman {
/*background: url(../images/bg_woman.jpg) no-repeat;
	background: url(../images/womanbg.png);*/
}
.man {
/*background: url(../images/bg_man.jpg) no-repeat;
	background: url(../images/manbg2.png);*/
}
.member_title {
	padding: 20px 0px 0px;
}
.member_title{
	text-align: center;
}
.member_title span {
	display: inline-block;
}
.line_center {
	width: 160px;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #333;
}
.line_left, .line_right {
	height: 1px;
	background: #483e66;
	width: 240px;
	line-height: 2px;
	vertical-align: middle;
}
.line_left {

}
.heart_left, .heart_right {
	width: 30px;
	height: 30px;
}
.heart_left {
	background: url(../images/heart_red_left.png) no-repeat;
}
.heart_right {
	background: url(../images/heart_red_right.png) no-repeat;
}
/*会员开始*/
.member_desc {
	text-align: center;
	color: #666;
}
.memberlist {
	margin-top: 20px;
}
.memberlist .hd {
	height:36px;
	line-height:36px;
	margin-top:20px;
	background-color:#fff;
}
.memberlist .hd ul {
	display:none;
}
.memberlist .hd a {
	display:inline-block;
	cursor: pointer;
}
.memberlist .hd .prev{
	margin-left:20px;
}
.memberlist .hd .next{
	margin-right:20px;
}
.memberlist .hd .prevStop {
	color:#999;
}
.memberlist .hd .nextStop {
	color:#999;
}
.memberlist img {
	width: 268px;
	height: 268px;
	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;
}
.memberlist li {
	float: left;
	width:300px;
	background: #fff;
	padding-bottom: 10px;
	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;
}
.memberlist .bd dl {
	padding:15px;
}
.memberlist li:hover {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 20px #c5c3c3;
}
.memberlist dt {
	overflow: hidden;
}
.memberlist dt:hover img {
	-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-ms-transform: scale(1.11);
	-o-transform: scale(1.11);
	transform: scale(1.11);
}
.memberlist dd {
	width: 100%;
}
.member_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	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: 10px 0;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.memb_line {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.member_jianjie {
	font-size: 12px;
	color: #999;
	height: 78px;
	overflow: hidden;
	line-height: 20px;
}
.guanzhu, .qianxian {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	width: 41%;
	box-sizing: border-box;
	margin: 3px 4%;
}
.guanzhu {
	border: 1px solid #ebebeb;
}
.qianxian {
	background: #ccc;
	color: #000;
}
.qianxian:hover{
	background-color: #f00;
	color: #fff;
}
/**/
.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: 24%;
	margin: 20px 0.5%;
	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;
}
/*首页广告1*/
.index_ad1 {
	background:url(../images/index_ad1.jpg) center no-repeat;
}
.ad_box {
	padding:50px 0;
}
.index_ad1 .adtxt_1 {
	text-align:center;
	font-size:48px;
	height:80px;
	line-height:80px;
	color:#fff;
}
/*首页广告2*/
.index_ad2 {
	background:url(../images/index_ad2.jpg) center no-repeat;
}
.index_ad2 .adtxt_2 {
	text-align:center;
	font-size:48px;
	height:80px;
	line-height:80px;
	color:#fff;
}
.index_ad2 .adtxt_3 {
	text-align:center;
	font-size:30px;
	height:60px;
	line-height:60px;
	color:#fff;
}

/*首页但是烦恼*/
.index_fannao {
	background:url(../images/fannao.png) center no-repeat;
	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:36px;
	font-weight:bold;
	height:54px;
	line-height:54px;
	display:inline-block;
}
.fannao_c {
	position:relative;
	height:450px;
}
.fannao_c p {
	position:absolute;
	border-radius:10px;
	border:1px solid #eee;
	padding:3px 10px;
	cursor: pointer;
}
.fannao_c .fan_t1 {
	top:20px;
	left:280px;
}
.fannao_c .fan_t20 {
	top:20px;
	left:800px;
}
.fannao_c .fan_t2 {
	top:65px;
	left:170px;
}
.fannao_c .fan_t3 {
	top:65px;
	left:870px;
}
.fannao_c .fan_t4 {
	top:110px;
	left:125px;
}
.fannao_c .fan_t5 {
	top:110px;
	left:910px;
}
.fannao_c .fan_t6 {
	top:155px;
	left:85px;
}
.fannao_c .fan_t12 {
	top:155px;
	left:940px;
}
.fannao_c .fan_t7 {
	top:200px;
	left:50px;
}
.fannao_c .fan_t8 {
	top:200px;
	left:950px;
}
.fannao_c .fan_t9 {
	top:245px;
	left:25px;
}
.fannao_c .fan_t10 {
	top:245px;
	left:945px;
}
.fannao_c .fan_t11 {
	top:290px;
	left:75px;
}
.fannao_c .fan_t13 {
	top:290px;
	left:930px;
}
.fannao_c .fan_t14 {
	top:335px;
	left:110px;
}
.fannao_c .fan_t17 {
	top:335px;
	left:900px;
}
.fannao_c .fan_t15 {
	top:380px;
	left:140px;
}
.fannao_c .fan_t16 {
	top:380px;
	left:860px;
}
.fannao_c .fan_t18 {
	top:425px;
	left:240px;
}
.fannao_c .fan_t19 {
	top:425px;
	left:780px;
}
.i_youshi_top {
	background:#666;
	color:#fff;
}
.i_youshi_t {
	font-size:30px;
	text-align:center;
	font-weight:bold;
	height:60px;
	line-height:60px;
}
.i_youshi_d {
	font-size:16px;
	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:10px 40px;
	color:#fff;
}
.i_fannao_zixun a:hover {
	background-color:#fe002a;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 20px #c5c3c3;
	-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-ms-transform: scale(1.11);
	-o-transform: scale(1.11);
	transform: scale(1.11);
}
/*首页情感咨询*/
.qg-wanhui {
	background-color: #ebebeb;
}
.wanhuibox1 {
	cursor: pointer;
}
.wanhuibox1 dl {
	width: 33.333333%;
	float: left;
	background: #fff;
	box-sizing: border-box;
}
.wanhuibox1 dl:hover {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 20px #c5c3c3;
	-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-ms-transform: scale(1.11);
	-o-transform: scale(1.11);
	transform: scale(1.11);
}
.wanhuibox1 dt {
	float: left;
	width: 70px;
	height: 100px;
	line-height: 100px;
	margin-left: 50px;
	text-align: center;
}
.wanhuibox1 dt img {
	vertical-align: middle;
}
.wanhuibox1 dd {
}
.border2 {

}
.wh_t1 {
	margin-top: 30px;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}
.wh_t2 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 7px;
	color: #8d8d8d;
	width:92%;
}
.m-title {
	text-align: center;
	font-size: 24px;
	padding: 40px 0;
	margin-left: 10px;
	margin-right: 10px;
}
.m-title .line {
	display: inline-block;
	width: 160px;
	height: 2px;
	vertical-align: middle;
	background-color: #333;
}
.wanhuibox2 {
	cursor: pointer;
}
.wanhuibox2 dl {
	width: 24%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 200px;
	overflow: hidden;
}
.wanhuibox2 dt {
	height: 100px;
	line-height: 100px;
	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;
}
.wanhuibox2 dl img {
	vertical-align: middle;
	height: 83px;
	width: 83px;
	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;
}
.wanhuibox2 .pd1 {
	margin-left: 1.333%;
}
.wh2_t1 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #dbb76c;
}
.wh2_t2 {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	color: #8d8d8d;
}
.wh2_t3 {
	text-align: center;
	padding-top: 10px;
}
.wh_link {
	display: none;
	height: 32px;
	width: 60%;
	background-color: #ff6881;
	border-radius: 4px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	margin: 0px auto;
}
.wanhuibox2 dl:hover img {
	width: 41px;
	height: 41px;
}
.wanhuibox2 dl:hover dt {
	height: 60px;
	line-height: 60px;
}
.wanhuibox2 dl:hover .wh_link {
	display: block;
	margin: 0px auto;
}
/*相亲活动*/
.index_fuwu {
	padding-top: 20px;
}
.huodong {
	background: url(../images/manbg.png);
	padding:20px 0;
}
.xiangqin_title {
	padding: 20px 0px 10px 0px;
}
.xiangqin_title span {
	display: inline-block;
	vertical-align:middle;
}
.xiangqin_line_center {
	width: 380px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	text-align: center;
	color: #333;
}
.xiangqin_line_left, .xiangqin_line_right {
	height: 1px;
	background: #483e66;
	width: 240px;
	line-height: 2px;
}
.xiangqin_line_left {
	margin-left: 170px;
}
.xiangqin_desc {
	text-align: center;
	color: #666;
}
.xingqin_list {
	padding: 30px 0;
}
.xingqin_list li {
	width: 31%;
	float: left;
	margin: 20px 1%;
}
.xingqin_list li img {
	width: 370px;
	height: 228px;
}
.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;
}
/*首页相亲2019.1.3*/
.index_xiangqin_box {
	background-color:#ebebeb;
}
.index_xiangqin_title {
	text-align:center;
	overflow:hidden;
	padding:30px 0;
}
.i_xq_t_1 {
	font-size:30px;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
.i_xq_t_2 {
	line-height:14px;
	height:28px;
	color:#f00;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	width:30px;
}
.index_xiangqin {
	line-height:24px;
}
.index_xiangqin li {
	background:#fff;
	overflow:hidden;
	padding:20px;
	margin-bottom:20px;
}
.index_xiangqin dt img {
	width:320px;
	height:240px;
	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;
}
.index_xiangqin dt:hover img {
	-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-ms-transform: scale(1.11);
	-o-transform: scale(1.11);
	transform: scale(1.11);
}
.index_xiangqin dt {
	float:left;
	width:320px;
	margin-right: 40px;
	overflow: hidden;
}
.i_xq_title {
	padding:5px 0;
	font-weight: bold;
}
.i_xq_bmfs {
	font-size:12px;
}
.i_xq_desc {
	height:48px;
	overflow:hidden;
	padding-right:30px;
}
.i_xq_baoming {
	padding:5px 0;
}
.i_xq_baoming span {
	color:#f00;
}
.i_xq_tiyan {
	margin-top:10px;
}
.i_xq_tiyan_a {
	display:inline-block;
	line-height:36px;
	height:36px;
	width:120px;
	background-color:#666;
	color:#fff;
	text-align:center;
}
.i_xq_tiyan_a:hover {
	background-color:#f00;
	color:#fff;
}
/*会员服务流程*/
.index_fuwu {
}
.liucheng {
	background: url(../images/liucheng.png) no-repeat;
	height: 78px;
	font-size: 24px;
	color: #fff;
	line-height: 78px;
	padding-left: 10px;
}
/*首页成功案例*/
.i_case {
	background-color: #ebebeb;
	cursor: pointer;
}
.i_case .hd{
	background-color: #666;
	color: #fff;
	padding: 10px 0 10px 10px;
}	
.i_case .hd li {
	float: left;
	font-size: 18px;
	width: 40px;
	overflow: hidden;
	line-height: 36px;
	height: 36px;
}
.i_case .hd .on {
	width: auto;
	padding-right: 10px;
	color: #fff;
	border-bottom: 2px solid #ddd;
}
.i_case .bd {
	padding: 20px 0;
}
.i_case .bd dt {
	float: left;
	width: 60%;
}
.i_case .bd dd {
	margin-left: 65%;
}
.i_case .bd dd img {

}
.i_case_p1 {
	line-height: 72px;
	height: 72px;
	font-size: 30px;
	margin-top: 30px;
	font-weight: bold;
}
.i_case_p2 {
	border-bottom: 2px solid #333;
	width: 60px;
	height: 2px;
	line-height: 2px;
}
.i_case_p3 {
	margin-top: 100px;
	font-size: 16px;
	line-height: 32px;
	width: 82%;
	text-indent: 2em;
}
/*红娘团队*/
.laoshi {
	padding: 20px 0px;
}
.laoshi li {
	overflow:hidden;
	box-shadow: 0 0 20px #c5c3c3;
	margin-bottom:40px;
	float:left;
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
.laoshi li:hover {
	box-shadow: 0 0 20px #706666;
}
.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: 20px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding-top:20px;
}
.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: 14px;
	color: #999;
	line-height: 20px;
	padding-top: 10px;
	height:70px;
	overflow:hidden;
}
.laoshi_link {
	margin-top: 10px;
}
.laoshi_link a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100px;
	font-size: 16px;
	border: 1px solid #ccc;
	/*background: #8a77c4;*/
	color: #fff;
	letter-spacing:3px;
	background-color:#ff6881;
}
.laoshi_link a:hover{
	background-color: #f00;
}
/*联系我们*/
.contact {
	padding: 30px 0;
}
.contact_title {
	font-size: 36px;
	text-align: center;
}
.contact_addr {
	font-size: 18px;
	text-align: center;
}
.map {
	background: url(../images/map.png) center no-repeat;
	height: 600px;
}
.maptxt {
	text-align: center;
	padding-top: 220px;
}
.maptxt dt {
	font-size: 28px;
}
.maptxt dd {
	font-size: 20px;
}
/*首页新闻和联系我们*/
.index_news {
}
.i_newsleft {
	width:70%;
}
.i_newsleft .hd li {
	float:left;
	width:50%;
	height:52px;
	line-height:52px;
	background-color:#ebebeb;
	font-size:20px;
	text-align:center;
}
.i_newsleft .hd .on {
	background-color:#666;
}
.i_newsleft .hd .on a {
	color:#fff;
}
.i_newsleft .bd {
	margin-top:30px;
}
.i_newstop dt {
	float:left;
	width:40%;
}
.i_newstop dd {
	width:55%;
	margin-left:40%;
}
.i_newstop dd h3 {
	height:30px;
	line-height:30px;
	font-size:16px;
}
.i_newstop dd p {
	line-height:200%;
	font-size:14px;
	color:#666;
	height:120px;
	overflow:hidden;
	padding:10px 0;
	text-indent:2em;
}
.i_list {
	font-size:14px;
	line-height:28px;
	margin-top:10px;
}
.i_list li {
	float:left;
	width:45%;
	margin-right:5%;
}
.i_newsright {
	width:28%;
}
.i_newsright .i_newsr_t {
	height:52px;
	line-height:52px;
	background-color:#ebebeb;
	font-size:20px;
	text-align:center;
}
.i_lianxi {
	margin-top:30px;
	line-height:200%;
}
/*栏目导航名称*/
.memberlist_map {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 24px;
	height: 60px;
}
.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 {
	width: 370px;
}
.info_member_con dd {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.member_info_right {
	padding: 10px 30px;
	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;
	margin-right: 300px;
}
.menber_info_jiandan {
	margin-top: 20px;
}
.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: 10px 0;
	font-size: 18px;
}
.tishi_c {
	line-height: 36px;
	color: #666;
}
.member_info_jianjie {
	font-size: 14px;
	margin-top: 10px;
	line-height: 28px;
	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: 30px;
}
.moreinfo dt, .moreinfo dd {
	float: left;
	width: 47%;
	line-height: 36px;
	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;
	margin: 10px 5px;
}
.tui_memberlist li:nth-of-type(odd) {
 clear: both;
}
.tui_memberlist img {
	width: 190px;
	max-height: 190px;
}
.tui_memberlist dd {
	text-align: center;
}
.tui_memberlist dd span {
	font-size: 12px;
	padding: 0 10px;
}
/*活动栏目页*/
.huodonglist_ul li {
	width: 31%;
	float: left;
	margin: 20px 1%;
}
.huodonglist_ul li img {
	width: 100%;
	height: 228px;
}
.hd_desc {
	color: #666;
	line-height: 24px;
	font-size: 12px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
/*活动详情页*/
.huodong_info_part1 dt, .huodong_info_part1 dd {
	float: left;
}
.hdbt {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}
.huodong_info_part1 dt img {
	max-width: 600px;
}
.huodong_info_part1 dd {
	width: 540px;
	margin-left: 40px;
	display: block;
	line-height: 36px;
	color: #333;
}
.huodong_info_part1 .hdbm {
	font-size: 20px;
	color: #ff5065;
	font-weight: bold;
	line-height: 48px;
}
.hdxqbt {
	line-height: 36px;
	font-size: 18px;
	background-color: #eee;
	padding-left: 10px;
}
.hdxqnr {
	padding: 20px 0;
	font-size: 14px;
	line-height: 36px;
	text-align:center;
}
.hdxqnr img {
	max-width:100%;
}
.huodong_xg {
}
.huodong_xg dt img {
	width: 100%;
}
.xghdbt {
	line-height: 36px;
	font-size: 18px;
	background-color: #eee;
	padding-left: 10px;
}
.huodong_xg li {
	margin: 20px 0;
	text-align: center;
}
.huodong_xg .xw li {
	text-align: left;
}
/*新闻列表栏目*/
.newlist {
}
.newlist li {
	float: left;
	width: 45%;
	margin-right: 4%;
	line-height: 36px;
	border-bottom: dashed 1px #999;
	margin-top: 10px;
}
.newlist li a {
}
.newlist li .list_rq {
	float: right;
	color: #666;
	font-size: 12px;
}
/*分页*/
.pagelist {
	text-align: center;
	line-height: 40px;
	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;
}
.link span {
	font-size: 14px;
}
.link a {
	font-size: 14px;
	margin-right: 20px;
}
.footbox {
	background-color:#585858;
	color:#FFF;
}
.footbox a {
	color:#FFF;
}
.footer {
	padding: 20px 0;
}
.footer ul li {
	text-align: center;
}
.footer ul li a {
	margin-right: 10px;
	font-size: 14px;
}
.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;
}
/* sec3 */
.story {
	height: 600px;
	background: #000
}
.story .swiper-slide {
	background: #000
}
.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;/* border: 1px dotted #555 */
}
.bg03 {
	height: 700px;
	padding-top: 120px;
	background-color: #000000
}
.nav {
	height: 34px;
	line-height: 34px;
	color: #fff
}
.nav span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	margin: 0 10px;
	cursor: pointer;
}
.nav span.checked {
	color: #dbb76b;
	font-style: normal;
}
.nav span:first-of-type {
	margin-left: 0
}
.bg03 .title {
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #ffffff
}
.bg03 .sepLine {
	width: 40px;
	height: 2px;
	background: #f5f5f5;
}
.bg03 .intro {
	width: 540px;
	font-size: 16px;
	color: #fefefe;
	line-height: 32px;
	margin-top: 30px
}
.pic {
	position: absolute;
	top: 4px;
	right: 50px;
	border-radius: 12px;
	box-shadow: 22px 22px 0 #1e1d1d;
}
.content_movie, .content_other {
	position: absolute;
	left: 50%;
	top: 210px;
	width: 550px;
	font-size: 16px;
	color: #333333;
	line-height: 30px
}
.content_other.hide {
	display: none
}