body {
	background: #f5f5f5;
}


.page-box {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-box span {
	display: inline-block;
	height: 30px;
	border: 1px solid #ededed;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #4c4c4c;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	vertical-align: middle;
}
.page-box span:hover {
	background: #2a2c2c;
	border-color: #2a2c2c;
	color: #fff;
}
.page-box span.active {
	color: #2a2c2c;
	border-color: transparent;
}
.page-box span.active:hover {
	background: transparent;
}
.page-box em {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	color: #666666;
	height: 30px;
	vertical-align: middle;
	margin-top: 2px;
}
.banner-box {
	position: relative;
	padding-top:80px;
	box-sizing:border-box;
}
.banner-box .public-tab {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.banner-box .public-tab .block {
	height: 72px;
	line-height: 72px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 0;
	text-align: center;
}
.banner-box .public-tab .block a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #808080;
	width: 16.66%;
}
.banner-box .public-tab .block a:before {
	position: absolute;
	content: '';
	top: 50%;
	height: 20px;
	margin-top: -10px;
	width: 1px;
	background: #e6e6e6;
	left: 0;
}
.banner-box .public-tab .block a:hover {
	color: #ba7254;
}
.public-title {
	text-align: center;
}
.public-title p {
	font-size: 50px;
	color: #e0e0e0;
	line-height: 1;
	margin-bottom: -20px;
}
.public-title h3 {
	font-size: 48px;
	color: #292929;
	line-height: 1;
	padding-bottom: 19px;
	position: relative;
}
.public-title h3:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 1px;
	background: #4d4d4d;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.link-wrap .session_1 {
	margin-top: 110px;
}
.link-wrap .session_1 .centent-box {
	position: relative;
	z-index: 2;
	margin-top: 76px;
}
.link-wrap .session_1 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.link-wrap .session_1 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.link-wrap .session_1 .item-box {
	background: #fff;
	height: 250px;
	text-align: center;
	padding-top: 46px;
	box-sizing: border-box;
}
.link-wrap .session_1 .item-box .top-box {
	margin-bottom: 20px;
}
.link-wrap .session_1 .item-box .top-box p {
	font-size: 16px;
	color: #808080;
	margin-top: 20px;
}
.link-wrap .session_1 .item-box .des-box p {
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
}
.link-wrap .session_1 .map-box img {
	margin-top: -90px;
	width: 100%;
}
.link-wrap .session_2 {
	margin-top: 50px;
	background: #ffffff url(../images/img_22.jpg);
	padding-top: 100px;
	padding-bottom: 190px;
}
.link-wrap .session_2 .centent-box {
	margin-top: 75px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.link-wrap .session_2 .centent-box .form-box {
	max-width: 1170px;
}
.link-wrap .session_2 .centent-box .form-box .row {
	margin-left: -25px;
	margin-right: -25px;
}
.link-wrap .session_2 .centent-box .form-box .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}
.link-wrap .session_2 .centent-box .form-box .input-box {
	position: relative;
	margin-bottom: 35px;
}
.link-wrap .session_2 .centent-box .form-box .input-box input,
.link-wrap .session_2 .centent-box .form-box .input-box textarea {
	width: 100%;
	height: 42px;
	border: 1px solid #c7c7c7;
	background: transparent;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.link-wrap .session_2 .centent-box .form-box .input-box textarea {
	width: 100%;
	height: 160px;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.link-wrap .session_2 .centent-box .form-box .textarea-box {
	position: relative;
}
.link-wrap .session_2 .centent-box .form-box .textarea-box label {
	position: absolute;
	top: 0;
	display: inline-block;
	padding-top: 5px;
	vertical-align: top;
}
.link-wrap .session_2 .centent-box .form-box .sub-box {
	font-size: 0;
}
.link-wrap .session_2 .centent-box .form-box .sub-box input {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	outline: none;
	border: none;
	background: #ba7254;
	cursor: pointer;
	margin-right: 35px;
}



/*关于*/
.about-wrap .session_1 {
	padding-top: 107px;
	background: #fff;
	padding-bottom: 50px;
}
.about-wrap .session_1 .title {
	font-size: 24px;
	color: #292929;
	margin-top: 65px;
	text-align: center;
	margin-bottom: 30px;
}
.about-wrap .session_1 .txt p {
	font-size: 14px;
	line-height: 2;
	color: #292929;
}
.about-wrap .session_1 .imgs-box {
	margin-top: 40px;
}
.about-wrap .session_1 .imgs-box .item-box {
	position: relative;
}
.about-wrap .session_1 .imgs-box .item-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
}
.about-wrap .session_1 .imgs-box .item-box img {
	width: 100%;
}
.about-wrap .session_1 .imgs-box .swiper-slide-active .item-box:before {
	display: none;
}
.about-wrap .session_1 .imgs-box .swiper-button-next,
.about-wrap .session_1 .imgs-box .swiper-button-prev {
	opacity: 9;
}
.about-wrap .session_1 .imgs-box .swiper-button-next:after,
.about-wrap .session_1 .imgs-box .swiper-button-prev:after {
	font-size: 30px;
	color: #fff;
}
.about-wrap .session_2 {
	margin-top: 110px;
}
.about-wrap .session_2 .centent-box {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 75px;
}
.about-wrap .session_2 .centent-box .top-centent .left-box {
	float: left;
	width: 610px;
	padding-right: 70px;
	padding-top: 40px;
	box-sizing: border-box;
}
.about-wrap .session_2 .centent-box .top-centent .left-box .title-box {
	margin-bottom: 20px;
}
.about-wrap .session_2 .centent-box .top-centent .left-box .title-box h3 {
	font-size: 24px;
	color: #292929;
	line-height: 1;
	margin-bottom: 10px;
}
.about-wrap .session_2 .centent-box .top-centent .left-box .title-box p {
	font-size: 14px;
	color: #808080;
}
.about-wrap .session_2 .centent-box .top-centent .left-box .des-box p {
	line-height: 2;
	color: #292929;
	font-size: 14px;
}
.about-wrap .session_2 .centent-box .top-centent .right-box {
	float: right;
	width: 530px;
}
.about-wrap .session_2 .centent-box .top-centent .right-box img {
	width: 100%;
}
.about-wrap .session_2 .centent-box .top-centent .swiper-container .swiper-pagination {
	position: static;
	text-align: left;
	margin-top: 30px;
}
.about-wrap .session_2 .centent-box .top-centent .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	background: transparent;
	opacity: 1;
	border-radius: 100%;
}
.about-wrap .session_2 .centent-box .top-centent .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #ba7254;
	border-color: #ba7254;
}
.about-wrap .session_2 .centent-box .bottom-centent {
	margin-top: 25px;
	border-top: 1px solid #f5f5f5;
	padding-top: 35px;
}
.about-wrap .session_2 .centent-box .bottom-centent .item-box {
	padding-top: 30px;
	float: left;
	width: 100%;
	height: 250px;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	cursor: pointer;
}
.about-wrap .session_2 .centent-box .bottom-centent .item-box .title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 25px;
}
.about-wrap .session_2 .centent-box .bottom-centent .item-box .title span {
	font-size: 14px;
	color: #808080;
}
.about-wrap .session_2 .centent-box .bottom-centent .item-box .info-box p {
	text-align: left;
	line-height: 2;
	color: #808080;
}
.about-wrap .session_2 .centent-box .bottom-centent .swiper-slide-thumb-active .item-box {
	background: #ba7254;
}
.about-wrap .session_2 .centent-box .bottom-centent .swiper-slide-thumb-active .item-box .title {
	color: #fff;
}
.about-wrap .session_2 .centent-box .bottom-centent .swiper-slide-thumb-active .item-box .title span {
	color: #ffffff;
}
.about-wrap .session_2 .centent-box .bottom-centent .swiper-slide-thumb-active .item-box .info-box p {
	color: #ffffff;
}
.about-wrap .session_2 .centent-box .swiper-pagination {
	position: static;
	margin-top: 20px;
}
.about-wrap .session_2 .centent-box .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	box-sizing: border-box;
	background: transparent;
	background: #333;
	border-radius: 0;
}
.about-wrap .session_2 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
	background: #ba7254;
	border-color: #ba7254;
}
.about-wrap .session_3 {
	background: #fff;
	padding-top: 100px;
	margin-top: 75px;
	padding-bottom:100px;
}
.about-wrap .session_3 .centent-box {
	margin-top: 75px;
}
.about-wrap .session_3 .list-box .img-box {
	overflow: hidden;
}
.about-wrap .session_3 .list-box .img-box img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.about-wrap .session_3 .list-box .left-box {
	float: left;
	width: 795px;
}
.about-wrap .session_3 .list-box .left-box .item_1 {
	float: left;
	height: 330px;
	width: 190px;
}
.about-wrap .session_3 .list-box .left-box .item_2 {
	float: right;
	width: 590px;
	height: 330px;
}
.about-wrap .session_3 .list-box .left-box .item_3 {
	float: left;
	width: 390px;
	height: 155px;
	margin-top: 15px;
}
.about-wrap .session_3 .list-box .left-box .item_4 {
	float: right;
	width: 390px;
	height: 155px;
	margin-top: 15px;
}
.about-wrap .session_3 .list-box .item_5 {
	float: right;
	width: 390px;
	height: 500px;
}
.about-wrap .session_3 .list-box .item-box:hover .img-box img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.about-wrap .session_3 .swiper-pagination {
	position: static;
	margin-top: 30px;
}
.about-wrap .session_3 .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.about-wrap .session_3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #ba7254;
}


.about-wrap .session_3_1{
	margin-top:100px;
	padding-bottom:65px;
	box-sizing:border-box;
}
.about-wrap .session_3_1 .all-box{
	margin-top:105px;
}
.about-wrap .session_3_1 .all-box .img-box img{
	max-width:100%;
}
.about-wrap .session_3_1 .swiper-pagination{
	position:relative;
	margin-top:200px;
}
.about-wrap .session_3_1 .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	box-sizing: border-box;
	background: transparent;
	background: #333;
	border-radius: 0;
}
.about-wrap .session_3_1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #ba7254;
	border-color: #ba7254;
}



.about-wrap .session_4{
	background:#ffffff;
	padding-bottom: 100px;
	padding-top:100px;
}
.about-wrap .session_4 .item-one{
	position:relative;
	text-align:center;
	margin-top:80px;
}
.about-wrap .session_4 .item-one > img{
	max-width:1200px;
	min-width:600px;
}
.about-wrap .session_4 .item-one .icon-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.about-wrap .session_4 .all-box{
	margin-top:80px;
}
.about-wrap .session_4 .item-box > img{
	width:100%;
	height:300px;
	object-fit:cover;
}
.about-wrap .session_4 .item-box .icon-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.about-wrap .session_4 .swiper-pagination{
	position:relative;
	margin-top:100px;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	box-sizing: border-box;
	background: transparent;
	background: #333;
	border-radius: 0;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet-active {
	background: #ba7254;
	border-color: #ba7254;
}





.join-wrap .session_1 {
	background: url(../images/img_31.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 100px;
}
.join-wrap .session_1 .left-page {
	width: 650px;
	margin-top: 80px;
}
.join-wrap .session_1 .left-page .title-box {
	margin-bottom: 45px;
	margin-left: 15px;
}
.join-wrap .session_1 .left-page .title-box h3 {
	font-size: 32px;
	color: #2a2c2c;
	margin-bottom: 15px;
	line-height: 1;
}
.join-wrap .session_1 .left-page .title-box p {
	font-size: 14px;
	color: #a3a3a3;
	padding-bottom: 20px;
	position: relative;
	line-height: 1;
}
.join-wrap .session_1 .left-page .title-box p:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: #5b5b5b;
	bottom: 0;
	left: 0;
}
.join-wrap .session_1 .left-page .all-list .row {
	margin-left: -20px;
	margin-right: -20px;
}
.join-wrap .session_1 .left-page .all-list .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.join-wrap .session_1 .left-page .all-list .item-box {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	transition: all .3s;
	height: 190px;
}
.join-wrap .session_1 .left-page .all-list .item-box .title {
	margin-bottom: 20px;
	font-size: 20px;
	color: #2d2d2d;
}
.join-wrap .session_1 .left-page .all-list .item-box .title img {
	margin-right: 10px;
}
.join-wrap .session_1 .left-page .all-list .item-box .des-box p {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 1.8;
}
.join-wrap .session_1 .left-page .all-list .item-box:hover {
	background: #2a2c2c;
	transform: translateY(-8px);
}
.join-wrap .session_1 .left-page .all-list .item-box:hover .title {
	color: #fff;
}
.join-wrap .session_1 .left-page .all-list .item-box:hover .des-box p {
	color: #e5e5e5;
}
.join-wrap .session_2 {
	background: url(../images/img_32.jpg);
	padding-top: 130px;
	background-size: cover;
	padding-bottom: 90px;
}
.join-wrap .session_2 .public-title p {
	opacity: .3;
}
.join-wrap .session_2 .public-title h3 {
	color: #fff;
}
.join-wrap .session_2 .list-box {
	margin-top: 100px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.join-wrap .session_2 .list-box .item-box {
	position: relative;
	padding-top: 45px;
	float: left;
	width: 20%;
	box-sizing: border-box;
	height: 229px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	border-left: none;
	border-bottom: none;
}
.join-wrap .session_2 .list-box .item-box .icon-box {
	height: 64px;
	line-height: 64px;
	margin-bottom: 15px;
}
.join-wrap .session_2 .list-box .item-box .icon-box img {
	vertical-align: bottom;
}
.join-wrap .session_2 .list-box .item-box .title h3 {
	font-size: 16px;
	color: #e5e5e5;
	font-weight: 400;
}
.join-wrap .session_2 .list-box .item-box .title p {
	font-size: 12px;
	color: rgba(191, 191, 191, 0.5);
	margin-top: 5px;
}
.join-wrap .session_2 .list-box .item-box .info-box {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #fafafa;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 40px;
}
.join-wrap .session_2 .list-box .item-box .info-box .title {
	margin-bottom: 20px;
	transition: all .3s;
	transform: translateY(-20px);
}
.join-wrap .session_2 .list-box .item-box .info-box .title h3 {
	color: #fff;
}
.join-wrap .session_2 .list-box .item-box .info-box .title p {
	color: #bfbfbf;
}
.join-wrap .session_2 .list-box .item-box .info-box .txt-box {
	transition: all .3s;
	transform: translateY(20px);
}
.join-wrap .session_2 .list-box .item-box .info-box .txt-box p {
	font-size: 14px;
	color: #bfbfbf;
	line-height: 1.8;
}
.join-wrap .session_2 .list-box .item-box:hover .info-box {
	opacity: 1;
	background: #ba7254;
}
.join-wrap .session_2 .list-box .item-box:hover .info-box .title {
	transform: translateY(0px);
}
.join-wrap .session_2 .list-box .item-box:hover .info-box .txt-box {
	transform: translateY(0px);
}
.join-wrap .session_3 {
	margin-top: 110px;
	margin-bottom: 90px;
}
.join-wrap .session_3 .centent-box {
	margin-top: 70px;
}
.join-wrap .session_3 .item-box .img-box {
	overflow: hidden;
}
.join-wrap .session_3 .item-box .img-box img {
	transition: all .3s;
}
.join-wrap .session_3 .item-box .txt-box {
	height: 320px;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	box-sizing: border-box;
}
.join-wrap .session_3 .item-box .txt-box .title {
	font-size: 20px;
	color: #c68b57;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.join-wrap .session_3 .item-box .txt-box .des-box p {
	line-height: 1.8;
	font-size: 14px;
	color: #4c4c4c;
}
.join-wrap .session_3 .item-box:hover .img-box {
	position: relative;
}
.join-wrap .session_3 .item-box:hover .img-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #c68b57;
	z-index: 22;
}
.join-wrap .session_3 .item-box:hover .img-box img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.join-wrap .session_3 .item-box:hover .txt-box {
	background: #c68b57;
}
.join-wrap .session_3 .item-box:hover .txt-box .title {
	color: #fff;
}
.join-wrap .session_3 .item-box:hover .txt-box .des-box p {
	color: #fff;
}
.join-wrap .session_3 .swiper-pagination {
	position: static;
	margin-top: 60px;
}
.join-wrap .session_3 .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.join-wrap .session_3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #ba7254;
}
.join-wrap .session_4 {
	background: #fff;
	padding-top: 110px;
	padding-bottom: 100px;
}
.join-wrap .session_4 .centent-box {
	margin-top: 75px;
}
.join-wrap .session_4 .centent-box .img-box {
	float: left;
	margin-right: 60px;
	overflow: hidden;
}
.join-wrap .session_4 .centent-box .txt-box {
	float: left;
	width: 560px;
	padding-top: 110px;
	box-sizing: border-box;
}
.join-wrap .session_4 .centent-box .txt-box dl {
	margin-bottom: 30px;
}
.join-wrap .session_4 .centent-box .txt-box dl dt {
	font-size: 16px;
	color: #575757;
	margin-bottom: 15px;
	font-weight: 700;
}
.join-wrap .session_4 .centent-box .txt-box dl dd {
	font-size: 14px;
	color: #575757;
	line-height: 1.8;
}
.join-wrap .session_5 {
	margin-top: 110px;
	padding-bottom: 110px;
}
.join-wrap .session_5 .centent-box {
	position: relative;
	margin-top: 80px;
}
.join-wrap .session_5 .centent-box .line-box {
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.join-wrap .session_5 .list-box {
	border: 1px dashed #2a2c2c;
	padding-left: 30px;
	padding-right: 30px;
	width: 1300px;
	box-sizing: border-box;
}
.join-wrap .session_5 .list-box .item-box {
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}
.join-wrap .session_5 .list-box .item-box:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 50%;
	bottom: 50%;
	margin-bottom: -5px;
	margin-left: -5px;
	border-radius: 100%;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.join-wrap .session_5 .list-box .item-box .txt-box {
	height: 90px;
	line-height: 1.6;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 25px;
}
.join-wrap .session_5 .list-box .item-box .icon-box {
	height: 90px;
	line-height: 90px;
	width: 90px;
	border-radius: 100%;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #2a2c2c;
}
.join-wrap .session_5 .list-box .item-box img.on {
	display: none;
}
.join-wrap .session_5 .list-box .item-box:nth-child(2n+2) .txt-box {
	padding-top: 50px;
	box-sizing: border-box;
}
.join-wrap .session_5 .list-box .item-box:hover:before {
	background: #ba7254;
	border-color: #ba7254;
}
.join-wrap .session_5 .list-box .item-box:hover img {
	display: none;
}
.join-wrap .session_5 .list-box .item-box:hover img.on {
	display: inline-block;
}
.join-wrap .session_6 {
	margin-top: 50px;
	background: #ffffff url(../images/img_37.jpg);
	padding-top: 100px;
	padding-bottom: 190px;
}
.join-wrap .session_6 .centent-box {
	padding-left: 120px;
	padding-right: 120px;
	box-sizing: border-box;
	padding-top: 100px;
	background: #fff;
	padding-bottom: 70px;
}
.join-wrap .session_6 .centent-box .form-box {
	margin-top: 70px;
}
.join-wrap .session_6 .centent-box .form-box .row {
	margin-left: -25px;
	margin-right: -25px;
}
.join-wrap .session_6 .centent-box .form-box .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}
.join-wrap .session_6 .centent-box .form-box .input-box {
	position: relative;
	margin-bottom: 35px;
}
.join-wrap .session_6 .centent-box .form-box .input-box input,
.join-wrap .session_6 .centent-box .form-box .input-box textarea {
	width: 100%;
	height: 42px;
	border: 1px solid #c7c7c7;
	background: transparent;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.join-wrap .session_6 .centent-box .form-box .input-box textarea {
	width: 100%;
	height: 160px;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.join-wrap .session_6 .centent-box .form-box .textarea-box {
	position: relative;
}
.join-wrap .session_6 .centent-box .form-box .textarea-box label {
	position: absolute;
	top: 0;
	display: inline-block;
	padding-top: 5px;
	vertical-align: top;
}
.join-wrap .session_6 .centent-box .form-box .sub-box {
	font-size: 0;
}
.join-wrap .session_6 .centent-box .form-box .sub-box input {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	outline: none;
	border: none;
	background: #ba7254;
	cursor: pointer;
	margin-right: 35px;
}
.case_list-wrap .session_1 {
	margin-top: 60px;
}
.case_list-wrap .session_1 .item-box {
	height: 415px;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.case_list-wrap .session_1 .item-box .img-box {
	float: left;
	width: 600px;
	height: 100%;
}
.case_list-wrap .session_1 .item-box .txt-box {
	position: relative;
	padding-top: 90px;
	width: 576px;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
	padding-right: 40px;
}
.case_list-wrap .session_1 .item-box .txt-box .nub {
	position: absolute;
	font-size: 120px;
	color: rgba(128, 128, 128, 0.2);
	font-weight: 400;
	right: 65px;
	top: 20px;
}
.case_list-wrap .session_1 .item-box .txt-box .title-box {
	margin-bottom: 25px;
}
.case_list-wrap .session_1 .item-box .txt-box .title-box p {
	font-size: 20px;
	color: #bfbfbf;
	line-height: 1;
}
.case_list-wrap .session_1 .item-box .txt-box .title-box h3 {
	font-size: 24px;
	color: #292929;
	line-height: 1;
	margin-top: 15px;
}
.case_list-wrap .session_1 .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #808080;
	line-height: 2;
}
.case_list-wrap .session_1 .item-box:nth-child(2n) .img-box {
	float: right;
}
.case_list-wrap .session_1 .item-box:nth-child(2n) .txt-box {
	float: left;
}
.case_list-wrap .session_1 .page-box {
	margin-top: 60px;
}
.news_list-wrap .session_1 {
	margin-top: 20px;
}
.news_list-wrap .session_1 .item-box {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.news_list-wrap .session_1 .item-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	transition: width 300ms;
	opacity: 0;
}
.news_list-wrap .session_1 .item-box .block {
	position: relative;
	padding-left: 215px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.news_list-wrap .session_1 .item-box .time-box {
	position: absolute;
	left: 0;
	top: 75px;
	width: 180px;
	height: 110px;
	padding-right: 40px;
	box-sizing: border-box;
	text-align: right;
}
.news_list-wrap .session_1 .item-box .time-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 1px;
	background: #bfbfbf;
	right: 0;
	transition: all .3s;
}
.news_list-wrap .session_1 .item-box .time-box h3 {
	font-size: 48px;
	color: #4c4c4c;
	font-weight: 400;
}
.news_list-wrap .session_1 .item-box .info-box .txt-box {
	float: left;
	width: 565px;
	padding-right: 50px;
	box-sizing: border-box;
	min-height: 210px;
	padding-top: 40px;
}
.news_list-wrap .session_1 .item-box .info-box .txt-box h3 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.news_list-wrap .session_1 .item-box .info-box .txt-box p {
	font-size: 14px;
	color: #747474;
	line-height: 1.8;
}
.news_list-wrap .session_1 .item-box .info-box .img-box {
	float: right;
	width: 400px;
	height: 210px;
}
.news_list-wrap .session_1 .item-box .info-box .img-box img {
	width: 100%;
	height: 100%;
}
.news_list-wrap .session_1 .item-box .info-box .more {
	position: relative;
	margin-top: 30px;
	display: inline-block;
	color: #fff;
	transform: translateY(30px);
	transition: all 0.3s;
	opacity: 0;
}
.news_list-wrap .session_1 .item-box:hover .time-box:before,
.news_list-wrap .session_1 .item-box.active .time-box:before {
	bottom: -20px;
	background: #808080;
}
.news_list-wrap .session_1 .item-box:hover:before,
.news_list-wrap .session_1 .item-box.active:before {
	opacity: 1;
	width: 100%;
}
.news_list-wrap .session_1 .item-box:hover .more,
.news_list-wrap .session_1 .item-box.active .more {
	opacity: 1;
	transform: translateY(0px);
}
.news_list-wrap .session_1 .page-box {
	margin-bottom: 150px;
	margin-top: 80px;
}
.news_list-wrap .session_2 {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 100px;
}
.news_list-wrap .session_2 .news_des-box {
	background: #fff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box {
	text-align: center;
	margin-bottom: 50px;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box h3 {
	font-size: 32px;
	color: #747474;
	font-weight: 400;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box p {
	margin-top: 10px;
	font-size: 14px;
	color: #808080;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box p span {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.news_list-wrap .session_2 .news_des-box .text-box .des-box p {
	line-height: 1.8;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 25px;
	text-indent: 2em;
}
.news_list-wrap .session_2 .news_des-box .text-box .des-box p img {
	max-width: 100%;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box {
	border-bottom: 1px solid #cacbcd;
	margin-top: 50px;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box .black-btn {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2a2c2c;
	color: #ffffff;
	font-size: 16px;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box .share-box {
	float: right;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box .share-box .bshare-custom {
	display: inline-block;
}
.news_list-wrap .session_2 .news_des-box .text-box .other-box {
	margin-top: 20px;
	padding-bottom: 20px;
}
.news_list-wrap .session_2 .news_des-box .text-box .other-box ul li a {
	line-height: 3;
	color: #626262;
	font-size: 14px;
}
.news_list-wrap .session_2 .news_des-box .text-box .other-box ul li a:hover {
	color: #ba7254;
}
.pro_list-wrap {
	padding-bottom: 50px;
	background: #f5f5f5;
}
.pro_list-wrap .centent-box {
	position: relative;
	min-height: 1200px;
	padding-left: 250px;
	margin-top: 100px;
	box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page {
	position: absolute;
	left: 0;
	width: 220px;
	transition: all .3s;
}
.pro_list-wrap .centent-box .left-page .title-box {
	background-image: url(../images/img_44.jpg);
	padding-top: 40px;
	padding-bottom: 45px;
	box-sizing: border-box;
	text-align: center;
}
.pro_list-wrap .centent-box .left-page .title-box span {
	font-size: 24px;
	color: #fff;
}
.pro_list-wrap .centent-box .left-page .title-box p {
	color: #bfbfbf;
	margin-top: 5px;
	font-size: 12px;
}
.pro_list-wrap .centent-box .left-page ul {
	background: #fff;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page ul li {
	line-height: 60px;
	color: #808080;
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.pro_list-wrap .centent-box .left-page ul li.active a {
	color: #101e48;
}
.pro_list-wrap .centent-box .left-page ul li a:hover {
	color: #101e48;
}
.pro_list-wrap .centent-box .left-page .contact-box {
	margin-top: 30px;
}
.pro_list-wrap .centent-box .left-page .contact-box .title {
	height: 100px;
	background-size: cover;
	background-image: url(../images/img_45.jpg);
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page .contact-box .title span {
	font-weight: 400;
	font-size: 24px;
	color: #fff;
}
.pro_list-wrap .centent-box .left-page .contact-box .title p {
	font-size: 12px;
	color: #bfbfbf;
	margin-top: 4px;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box {
	background: #fff;
	padding-left: 7px;
	padding-right: 7px;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box dl {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box dl dt {
	font-size: 16px;
	color: #4c4c4c;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box dl dt img {
	margin-right: 5px;
	vertical-align: top;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box dl dd {
	padding-right: 5px;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box dl dd h3 {
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
	padding-left: 20px;
}
.pro_list-wrap .centent-box .left-page .contact-box .msg-box dl dd p {
	margin-top: 10px;
	padding-left: 20px;
	color: #000000;
	line-height: 1.8;
}
.pro_list-wrap .centent-box .left-page .link-box {
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: 50%;
	background-image: url(../images/img_46.jpg);
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page .link-box p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}
.pro_list-wrap .centent-box .left-page .link-box span {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.pro_list-wrap .centent-box .left-page .link-box a {
	margin-top: 10px;
	display: inline-block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ba7254;
	border-radius: 25px;
	color: #fff;
}
.pro_list-wrap .centent-box .session_1 {
	padding-bottom: 50px;
}
.pro_list-wrap .centent-box .session_1 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.pro_list-wrap .centent-box .session_1 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.pro_list-wrap .centent-box .session_1 .item-box {
	position: relative;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box {
	position: relative;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box img {
	width: 100%;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box .icon-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	margin-top: -15px;
	transform: translateY(-40px);
	transition: all .3s;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box .icon-box img {
	width: auto;
}
.pro_list-wrap .centent-box .session_1 .item-box .txt-box {
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}
.pro_list-wrap .centent-box .session_1 .item-box:hover .img-box:before {
	opacity: 1;
}
.pro_list-wrap .centent-box .session_1 .item-box:hover .img-box .icon-box {
	transform: translateY(0px);
}
.pro_list-wrap .centent-box .session_1 .item-box:hover .txt-box {
	background: #ba7254;
	color: #fff;
}
.pro_list-wrap .centent-box .session_2 {
	padding-bottom: 50px;
}
.pro_list-wrap .centent-box .session_2 ul{
	text-align:center;
}
.pro_list-wrap .centent-box .session_2 ul img{
	max-width:800px;
}
.pro_list-wrap .centent-box .session_2 .info-box {
	background: #fff;
	padding: 30px;
}
.pro_list-wrap .centent-box .session_2 .info-box .img-box {
	float: left;
	margin-right: 20px;
	height: 330px;
	width: 420px;
	background-size: cover;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box {
	position: relative;
	padding-top: 22px;
	float: left;
	width: 450px;
	height: 330px;
	box-sizing: border-box;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .title {
	margin-bottom: 40px;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .title span {
	font-size: 20px;
	color: #101e48;
	font-weight: 700;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .title p {
	margin-top: 5px;
	font-size: 12px;
	color: #cccccc;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .msg-box p {
	font-size: 14px;
	color: #808080;
	line-height: 1.6;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .other-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	border-top: 1px solid #e6e6e6;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .other-box .tel {
	float: left;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .other-box .tel span {
	color: #575757;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .other-box .tel p {
	font-size: 20px;
	color: #ba7254;
	font-weight: 700;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .other-box .btn-box {
	float: right;
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2a2c2c;
	color: #fff;
	cursor: pointer;
}
.pro_list-wrap .centent-box .session_2 .other-box {
	padding: 20px;
	background: #fff;
	margin-top: 20px;
}
.pro_list-wrap .centent-box .session_2 .other-box .title {
	margin-bottom: 10px;
}
.pro_list-wrap .centent-box .session_2 .other-box .title span {
	font-size: 16px;
	color: #2a2c2c;
	font-weight: 700;
}
.pro_list-wrap .centent-box .session_2 .other-box .title p {
	color: #bfbfbf;
	font-size: 14px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_1 {
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_1 ul li {
	line-height: 2;
	color: #4c4c4c;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_1 ul li em {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #a6a6a6;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 8px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_2 {
	padding-top: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 40px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_2 ul li {
	line-height: 2;
	font-size: 14px;
	color: #525252;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_2 .img-box {
	margin-top: 20px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_3 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_3 .img-box {
	margin-top: 20px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_3 .img-box img {
	width: 100%;
}
/*# sourceMappingURL=style.css.map */