.homepage-banner {
	margin: 0 auto;
    width: 100%;
    /*height: 500px;*/
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}

.homepage-case {
	margin-bottom: 80px;
}

.case-hd {
	min-width: 1100px;
	height: 314px;
	background: url(/style/v3/images/case-bg.jpg) no-repeat;
}

.case-hd-con {
	position: relative;
	width: 1100px;
	height: 154px;
	top: 78px;
	margin: 0 auto;
	text-align: center;
	background-color: #b83b3b;
}

.case-hd-con h2 {
	position: relative;
	top: 30px;
	margin-bottom: 6px;
	font-size: 35px;
    color: #fff;
}

.case-hd-con em {
	display: block;
	position: relative;
	top: 30px;
    width: 168px;
    height: 5px;
    margin: 0 auto;
    background: url(/style/v3/images/line02.png) no-repeat;
}

.case-hd-con p {
	position: relative;
	top: 30px;
	margin-top: 6px;
	font-size: 22px;
    color: #fff;
    font-weight: lighter;
}

.case-content {
	min-width: 1100px;
	margin-top: 10px;
}

.case-list {
	width: 1100px;
	margin: 0 auto;
}

.case-list ul li {
	display: inline-block;
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-bottom: 24px;
}

.case-list ul li:nth-child(4n+1) {
	margin-left: 0;
}

.case-con-img img {
	width: 260px;
	height: 183px;
}

.shipin-con-img {
	position: relative;
	width: 260px;
	height: 240px;
}

.shipin-con-img .img1 {
	position: absolute;
	top:0;
	left:0;
	width: 260px;
	height: 240px;
}


.shipin-con-img .img2 {
	width: 260px;
	height: 240px;
	 opacity: 0.9;
}


.tit, .des {
	margin: 6px 10px;
}

.tit {
	height: 26px;
    margin-top: 6px;
    padding-bottom: 6px;
    line-height: 28px;
    font-size: 18px;
    color: #cc3333;
    text-align: center;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.shipin {
	height: 26px;
    margin-top: 6px;
    padding-bottom: 6px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

.des {
	height: 76px;
    margin-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    overflow: hidden;
}

.case-more-but {
	width: 420px;
	height: 68px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.but-left1 a {
	display: inline-block;
	float: left;
	width: 240px;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #fff;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #b83b3b;
}

.but-right a {
	display: inline-block;
	float: left;
	width: 180px;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #fff;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #b99c5b;
}

.homepage-men {
	background-color: #e3d7bd;
	padding-bottom: 50px;
    margin-bottom: 70px;
}

.mod-hd {
	height: 170px;
}

.mod-hd h2 {
	position: relative;
    margin-bottom: 6px;
    top: 42px;
    font-size: 35px;
    text-align: center;
}

.mod-hd em {
	display: block;
    position: relative;
    top: 42px;
    width: 168px;
    height: 5px;
    margin: 0 auto;
    background: url(/style/v3/images/line03.png) no-repeat;
}

.mod-hd p {
	position: relative;
    top: 42px;
    margin-top: 6px;
    font-size: 22px;
    font-weight: lighter;
    text-align: center;
}

.men-content {
	min-width: 1100px;
}

.men-list {
	width: 1100px;
	margin: 0 auto;
}

.men-list ul li {
	position: relative;
	display: inline-block;
	float: left;
	width: 204px;
	margin-left: 20px;
	margin-bottom: 24px;
}

.men-list ul li:nth-child(5n+1) {
	margin-left: 0;
}

.men-img a {
	display: block;
    height: 234px;
    overflow: hidden;
}

.men-img a img {
	width: 204px;
    height: 234px;
}

.men-more-but {
	width: 360px;
	height: 68px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.but-left2 a {
	display: inline-block;
	float: left;
	width: 180px;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #fff;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #977221;
}

.men-info {
	display: none;
    position: absolute;
    bottom: 0;
    width: 184px;
    height: 40px;
    color: #FFF;
    z-index: 20;
    background: #000000;
    padding: 10px;
    margin-top: 200px;
    opacity: 0.6;
}

.men-list ul li:hover .men-info {
	display: block;
}

.men-name, .men-nat {
	float: left;
    width: 92px;
    height: 20px;
    color: #FFF;
    line-height: 20px;
}

.men-old, .men-hight {
	float: left;
    width: 92px;
    height: 20px;
    color: #FFF;
    line-height: 20px;
    text-align: right;
}

.homepage-meet {
	min-width: 1100px;
	margin-bottom: 70px;
}

.meet-main {
	width: 1100px;
	margin: 0 auto;
}

.meet-left {
	float: left;
	width: 364px;
}

.meet-typename-l {
	position: relative;	
    height: 68px;
    background-color: #a53535;
}

.meet-typename-l h2 {
	display: inline-block;
    position: absolute;
    font-size: 30px;
    left: 22px;
    bottom: 10px;
    color: #fff;
}

.meet-typename-l span {
	position: absolute;
    left: 156px;
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: lighter;
}

.meet-name-abc {
    width: 364px;
    height: 56px;
    margin: 0px;
    color: #fff;
    font-weight: bold;
    background-color: #b83b3b;
}

.meet-name-a {
	float: left;
	display: inline;
    width: 110px;
    height: 56px;
    margin: 0px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
}

.meet-name-b {
	float: left;
	display: inline;
    width: 144px;
    height: 56px;
    margin: 0px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
}

.meet-name-c {
	float: left;
	display: inline;
    width: 110px;
    height: 56px;
    margin: 0px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
}

.h_conbox {
	float: left;
    display: inline;
    width: 364px;
    height: 384px;
	margin: 0px;
    background-color: #b83b3b;
    overflow: hidden;
}

.h_conbox ul {
	margin: 0px;
    padding: 0 0 10px 0;
    width: 364px;
    height: 384px;
    list-style-type: none;
    float: left;
    display: inline;
}

.h_conbox ul li {
	float: left;
    display: inline;
    width: 364px;
    height: 64px;
	margin: 0px;
    padding: 0px;
    line-height: 46px;
    font-size: 14px;
    overflow: hidden;
    background-color: #b83b3b;
}

.h_conbox ul li:nth-child(2n+1) {
	background-color: #bf4f4f;
}

.hybga {
	float: left;
	display: inline;
	width: 110px;
	height: 64px;
	margin: 0px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

.hybgb {
	float: left;
	display: inline;
	width: 144px;
	height: 64px;
	margin: 0px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

.hybgc {
	float: left;
	display: inline;
	width: 110px;
	height: 64px;
	margin: 0px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

.hybga a, .hybgb a, .hybgc a {
	display: block;
    padding-top: 10px;
    color: #fff;
}

.meet-right {
	float: right;
	width: 696px
}

.meet-right-li {
	position: relative;
    height: 424px;
}

.meet-typename-r {
	position: relative;	
    height: 70px;
    background-color: #fff;
}

.meet-typename-r h2 {
	display: inline-block;
    position: absolute;
    font-size: 30px;
    bottom: 10px;
}

.meet-typename-r span {
	position: absolute;
    left: 134px;
    bottom: 10px;
    font-size: 24px;
    font-weight: lighter;
}

.meet-more {
	float: right;
	position: absolute;
	right: 0;
    bottom: 10px;
    font-size: 16px;
}

.meet-con-img {
	margin-top: 12px;
	margin-left: -21px;
}

.meet-img-li {
	display: inline-block;
	float: left;
	margin-left: 21px;
}

.meet-img-li a {
	display: block;
    height: 178px;
    overflow: hidden;
}

.meet-img-li a img {
	width: 218px;
	height: 178px;
}

.meet-line-li {
	width: 696px;
	height: 44px;
	margin-top: 11px;
	background: url(/style/v3/images/meet-line.png) no-repeat;
}

.meet-con-li {
	width: 218px;
}

.meet-con-time {
	background-color: #f1d8d8;
}

.meet-con-time a {
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #999;
	font-size: 16px;
}

.meet-con-tit {
	height: 58px;
	background-color: #b83b3b;
	overflow: hidden;
}

.meet-con-tit a {
	display: block;
    height: 50px;
    padding: 5px 18px 0 18px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}

.meet-con-des {
	height: 100px;
	background-color: #f1d8d8;
}

.meet-con-des a {
	display: block;
    height: 60px;
    line-height: 20px;
    padding: 12px 18px 0 18px;
    color: #666;
    overflow: hidden;
}

.meet-con-char {
	position: absolute;
    bottom: 0;
	margin-top: 16px;
	margin-left: -21px;
}

.meet-con-li {
	display: inline-block;
	float: left;
	margin-left: 21px;
}

.homepage-travel {
	min-width: 110px;
	padding-bottom: 70px;
	background: url(/style/v3/images/travel-bg.jpg) no-repeat;
}

.travel-main {
	width: 1100px;
	margin: 0 auto;
}

.travel-li {
	margin-left: -20px;
}

.travel-con {
	float: left;
	width: 260px;
	margin-left: 20px;
	background-color: #fff;
}

.travel-des {
	padding: 6px 18px;
	line-height: 22px;
	font-size: 15px;
}

.travel-more-but {
	width: 420px;
    height: 68px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.but-left3 a {
	display: inline-block;
	float: left;
	width: 240px;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #fff;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #977221;
}

.homepage-flow {
	min-width: 1100px;
	height: 320px;
	background: url(/style/v3/images/flow-bg.jpg) no-repeat;
}

.flow-main {
	position: relative;
	width: 1100px;
	height: 143px;
	top: 72px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(/style/v3/images/flow-img.png) no-repeat;
}

.flow-top {
	width: 1100px;
}

.flow-t1, .flow-t2, .flow-t3 {
	float: left;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #f8d995;
}

.flow-t1 {
	margin-left: 175px;
}

.flow-t2 {
	margin-left: 244px;
}

.flow-t3 {
	margin-left: 245px
}

.flow-bottom {
	width: 1100px;
	margin-top: 70px;
}

.flow-t4, .flow-t5, .flow-t6, .flow-t7  {
	float: left;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #f8d995;
}

.flow-t4 {
	margin-left: 2px;
}

.flow-t5 {
	margin-left: 242px;
}

.flow-t6 {
	margin-left: 238px
}

.flow-t7 {
	margin-left: 216px
}

.homepage-coach {
	min-width: 1100px;
	margin-bottom: 40px;
}

.coach-main {
	width: 1100px;
	margin: 0 auto;
}

.coach-info {
	position: relative;
    width: 1044px;
    height: 406px;
    padding: 0 28px;
    background-color: #f8f5ee;
}

.coach-info-l {
	position: relative;
	float: left;
	width: 33.3333%;
	height: 364px;
    margin-top: 42px;
    background: url(/style/v3/images/coach-b.png) no-repeat;
}

.coach-info-m {
	float: left;
    width: 33.3333%;
    position: absolute;
    bottom: 0;
    left: 365px;
}

.coach-info-m a {
	display: block;
    text-align: center;
}

.coach-info-m a img {
	display: block;
}

.coach-info-r {
	float: right;
	width: 33.3333%
}

.coach-info-name {
	position: absolute;
    top: 24px;
    left: 40px;
    min-width: 228px;
    max-width: 346px;
    text-align: right;
}

.coach-info-name p {
	display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #81642c;
}

.coach-info-name span {
	margin-left: 12px;
    font-size: 26px;
    color: #81642c;
}

.coach-info-des {
	position: absolute;
    top: 112px;
    left: 50px;
    width: 280px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

.coach-info-li {
	margin-top: 40px;
    margin-left: 32px;
}

.coach-info-li ul li {
	line-height: 44px;
    font-size: 20px;
    color: #977221;
    padding-left: 22px;
    background: url(/style/v3/images/point-d.png) no-repeat left center;
}

.coach-info-more {
	position: absolute;
    right: 30px;
    bottom: 35px;
    width: 140px;
    height: 40px;
    background-color: #b99c5b;
    border-radius: 20px;
}

.coach-info-more a {
	display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.con_rollBox {
	position: relative;
    margin: 0px;
    padding: 12px 50px 0 50px;
    width: 1000px;
    height: 105px;
    text-align: left;
    background: #fff;
    float: left;
    display: inline;
    overflow: hidden;
}

.coach-con-li {
	float: left;
    display: inline;
    width: 165px;
    height: 105px;
    margin: 0 5px;
    overflow: hidden;
    background-color: #e3e3e3;
}

.coach-con-li a img {
	display: block;
	margin: 0 auto;
}

.h_button {
	float: left;
    display: inline;
    width: 74px;
    height: 62px;
    margin: 0px;
    cursor: pointer;
    overflow: hidden;
}

.h_left {
    position: absolute;
    top: 36px;
    left: 0px;
    background: url(/style/v3/images/to_left.png) no-repeat;
    z-index: 2;
}

.h_right {
    position: absolute;
    top: 36px;
    right: 0px;
    background: url(/style/v3/images/to_right.png) no-repeat;
    z-index: 2;
}

.homepage-flca {
	margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.homepage-flca a img {
	width: 100%;
}

.homgpage-flca img {
	height: 200px;
}

.homepage-team {
	min-width: 1100px;
	margin-bottom: 84px;
	background: url(/style/v3/images/team-bg.jpg) no-repeat;
}

.team-main {
	width: 1100px;
	margin: 0 auto;
}

.team-con-li {
	display: inline;
    overflow: hidden;
	float: left;
    width: 666px;
    height: 310px;
    margin: 0px;
    background: #fff;
}

.team-con-img {
	position: relative;
	float: left;
	width: 212px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.team-tit {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
}

.team-tit p {
	font-size: 22px;
    text-align: center;
    margin-top: 80px;
}

.team-con-img:hover .team-tit {
	display: block;
}

.video-title {
	position: relative;
	display: block;
	left: 15px;
    bottom: 292px;
    margin-left: 5px;
    color: #fff;
    font-size: 20px;
}

.team-banner {
	margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.team-banner img {
	width: 100%;
}

.homepage-news {
	min-width: 1100px;
	margin-bottom: 75px;
}

.news-main {
	width: 1100px;
	margin: 0 auto;
}

.news-main-hd {
	margin-bottom: 42px;
}

.news-column-tabs li {
	color: #999
}

.news-em {
	width: 1px;
	height: 80px;
	background-color: #dccdad;
}

.news-column-tabs li h2 {
	font-size: 32px;
}

.news-column-tabs li p {
	font-size: 22px;
	font-weight: lighter;
}

.news-column-tabs {
    display: flex;
    width: 933px;
    margin: 10px auto;
}

.news-column-tabs>li {
	flex: 1;
    text-align: center;
	cursor: pointer;
}

.news-column-tabs>li.active  {
    color: #333;
}

.news-column-tabs>li.active em {
   	display: block;
    width: 168px;
    height: 5px;
    margin: 0 auto;
    margin-top: 5px;
	background: url(/style/v3/images/line03.png) no-repeat;
}

.news-tab-content>div {
    /*默认所有内容为不显示*/
    display: none; 
 }

.news-column1, .news-column2, .news-column3, .news-column4 {
	float: left;
	width: 260px;
}

.news-column-tit {
	height: 90px;
    text-align: center;
    color: #fff;
}

.news-column-tit h3 {
	padding-top: 15px;
	font-size: 24px;
}

.news-column-tit em {
	display: block;
    width: 45px;
    height: 1px;
    margin: 5px auto 0;
    background-color: #fff;
}

.news-column-tit p {
	font-size: 18px;
}

.news-column1 {
	margin-right: 20px;
	background: url(/style/v3/images/news-bg01.jpg) no-repeat;
}

.news-column2 {
	margin-right: 20px;
	background: url(/style/v3/images/news-bg02.jpg) no-repeat;
}

.news-column3 {
	margin-right: 20px;
	background: url(/style/v3/images/news-bg03.jpg) no-repeat;
}

.news-column4 {
	background: url(/style/v3/images/news-bg04.jpg) no-repeat;
}


.news-column-li {
	margin-left: 10px;
	padding: 20px 15px;
	background-color: #fff;
}

.news-column-li-con {
	height: 32px;
	line-height: 32px;
    font-size: 16px;
    padding-left: 12px;
    overflow: hidden;
    background: url(/style/v3/images/point2.png) no-repeat left center;
}

.news-column-li-con a {
	color: #666;
}

.news-left {
	float: left;
	width: 353px;
}

.news-left-focal a>img {
	width: 353px;
	height: 250px;
}

.news-left-focal a>p {
	width: 353px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}

.news-right {
	float: right;
	width: 717px;
}

.news-right-li ul li {
	float: left;
	width: 320px;
	height: 36px;
	margin-left: 26px;
	padding-left: 12px;
	line-height: 36px;
	font-size: 16px;
	overflow: hidden;
	background: url(/style/v3/images/point2.png) no-repeat left center;
}

.news-more {
	width: 140px;
	height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #b99c5b;
	border-radius: 20px;
}

.news-more a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.homepage-strength {
	min-width: 1100px;
	margin-bottom: 48px;
	background: url(/style/v3/images/strength-bg.jpg) no-repeat;
}

.strength-main {
	width: 1100px;
	margin: 0 auto;
}

.digit-info {
	float: left;
	width: 33.333%;
	text-align: center;
}

.digit-con {
	font-size: 48px;
	color: #ffe8b7;
}

.bit-digit {
	height: 76px;
	line-height: 76px;
	font-size: 76px;
}

.digit-tit {
	font-size: 18px;
	color: #ffe8b7;
}

.strength-txt {
	padding-top: 40px;
	padding-bottom: 54px;
	line-height: 24px;
	font-size: 16px;
	color: #ffe8b7;
	text-align: center;
}


.friendlink-box {
	min-width: 1100px;
	background-color: #363636
}

.friendlink-main {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}

.link-txt {
	float: left;
    display: inline;
	margin: 0px;
    width: 70px;
    line-height: 24px;
    color: #e3e3e3;
    font-weight: normal;
}

.link-li {
	float: right;
    display: inline;
	margin: 0px;
    width: 1016px;
    line-height: 24px;
}

.link-li span {
	float: left;
    display: inline;
	margin-right: 20px;
    width: auto;
    line-height: 24px;
    white-space: nowrap;
}

.link-li span a {
	color: #e3e3e3;
    text-decoration: none;
}

.mod2-hd {
	height: 170px;
}

.mod2-hd h2 {
	position: relative;
    margin-bottom: 6px;
    top: 42px;
    font-size: 35px;
    color: #ffe8b7;
    text-align: center;
}

.mod2-hd em {
	display: block;
    position: relative;
    top: 42px;
    width: 168px;
    height: 5px;
    margin: 0 auto;
    background: url(/style/v3/images/line04.png) no-repeat;
}

.mod2-hd p {
	position: relative;
    top: 42px;
    margin-top: 6px;
    font-size: 22px;
    color: #ffe8b7;
    font-weight: lighter;
    text-align: center;
}



.b_ljzx_box{ margin:0px; width:100%; height:115px; float:left; }
.b_ljzx_box .imgbox{ position:fixed; z-index:100; left:0px; bottom:0px; margin:0px; width:100%; height:auto; overflow:hidden; }
.b_ljzx_box .imgbox img{ width:100%; }


.jhzt_gn_gy_index{ padding:0 0 15px 0; width:1100px; margin: 0 auto; height:auto; background:#e3d7bd; overflow:hidden; }
.jhzt_gn_gy_index dl{ margin:8px 0 0 8px; padding:0px; width:52.5px; text-align:center; float:left; }
.jhzt_gn_gy_index dl dt{ margin:0px; width:100%; height:22px; float:left; }
.jhzt_gn_gy_index dl dt img{ width:36px; height:22px; }
.jhzt_gn_gy_index dl dd{ margin:2px 0 0 0; width:100%; height:20px; font-size:12px; float:left; }
.jhzt_gn_gy_index dl a{ width:100%; height:100%; display:block; }