@charset "utf-8";
/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
*{font-family:"微软雅黑";}
a{text-decoration:none;}
ul li{list-style:none}
ul{padding-left:0;margin:0 0}
a{color:#666}
.center{width:1200px;margin:0 auto}
h1,h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"微软雅黑";}
img{border:none}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
.float_l{float: left;}
.float_r{float: right;}
.clear{clear:both}
.position_r{position: relative;}
.position_a{position: absolute;}
.cl::after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

/* logo */
.logo{
	width: 100%;
	height: 130px;
	background: #ffffff;
}
.logo .logo_img{
	width: 855px;
	height: 130px;
}
.search{
	width: 344px;
	height: 35px;
	display: flex;
	margin-top: 54px;
}
.search input{
	width: 283px;
	height: 33px;
	border: solid 1px #d0d0d0;
	border-right: none;
	padding: 0 8px 0 8px;
	color: #666;
	font-size: 14px;
}
.search input::-webkit-input-placeholder {
	color: #e2e7eb;
	font-size: 14px;
}
.search button{
	width: 45px;
	height: 35px;
	border: none;
	background: url("../img/search.png");
}

/* nav */
.nav{
	width: 100%;
	height: 79px;
	background: #e26d7b;
}
.nav ul{
	padding-left: 11px;
}
.nav ul li{
	/* width: 64px; */
	width: 136px;
	/* margin-right: 62px; */
	text-align: center;
	line-height: 79px;
	position: relative;
}
.nav ul li p{
	color: #fff;
	font-size: 16px;
}
.nav ul li:hover .nav_2{
	display: block;
}
.nav ul li .nav_2{
	width: 136px;
	position: absolute;
	top: 61px;
	left: 0;
	display: none;
	z-index: 99;
}
.nav ul li .nav_2 div{
	width: 132px;
	height: 36px;
	background: #ffffff;
	border: solid 2px #f5dee5;
	line-height:36px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #666666 !important;
}

.banner_img{
	background: url('../img/banner1.png') top center no-repeat;
	height: 600px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	margin-bottom: 16px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	position: absolute;
	top: 40%;
	left: calc(50% + 500px);
	/* margin-left: 500px; */
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: solid 2px #ffffff;
	display: block;
	opacity: 1;
	background: #f5dee5;
}

.banner .swiper-pagination-bullet-active{
	opacity: 1;
	background: #e26d7b;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{
	background:url("../img/banner_left.png") top center no-repeat;
	width: 89px;
	height: 80px;
	top: 543px;
	left: calc(50% - 600px);
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	background:url("../img/banner_right.png") top center no-repeat;
	width: 87px;
	height: 80px;
	top: 543px;
	left: calc(50% - 511px);
}
.index_about{
	background: #ffffff;
	padding-top: 47px;
	padding-bottom: 84px;
}
.index_about .index_about_line{
	width: 45px;
	margin-top: 12px;
}
.index_about .index_about_line div{
	width: 15px;
	height: 4px;
	background: #e26d7b;
}
.index_about .about_content{
	width: 352px;
	margin-right: 42px;
}
.index_about .about_content h1{
	font-size: 24px;
	color: #1a1a1a;
	line-height: 25px;
	/* margin-top: 63px; */
	margin-bottom: 12px;
}
.index_about .about_content p{
	font-size: 14px;
	line-height: 36px;
	color: #1a1a1a;
	text-align: justify;
}
.index_about .index_icon{
	width: 760px;
	height: 346px;
	/* background: #000; */
	overflow: hidden;
}
.index_about .index_icon .float_l{
	width: 189px;
	background: #f5f5f7;
}
.index_about .index_icon .float_l:nth-child(2){
	margin-left: 2px;
	margin-right: 2px;
}
.index_about .index_icon_line{
	width: 20px;
	height: 2px;
	background: #e26d7b;
	margin: auto;
}
.index_about .index_icon h3{
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	margin-top: 24px;
}
.index_about .index_icon h2{
	font-size: 48px;
	color: #d9d9d9;
	text-align: center;
	margin-top: 82px;
	line-height: 38px;
	margin-bottom: 50px;
	transition:all 0.4s ease-in-out;
}
.index_icon .float_l:hover h2{
	margin-top: 30px;
}
.index_about .excellent{
	margin-top: 95px;
}
.index_about .excellent_title{
	text-align: center;
}
.index_about .excellent_title h1{
	font-size: 22px;
	color: #1a1a1a;
}
.index_about .excellent_title h2{
	font-size: 16px;
	color: #999999;
	margin-top:-16px;
}
.index_about .excellent_title img{
	margin-top: 30px;
}
.swiper-container-t .each_piece{
	width: 937px;
	margin: auto;
}
.swiper-container-t .each_piece .float_l{
	width: 182px;
	height: 182px;
	border: solid 4px #ef92b7;
	border-radius: 50%;
	margin-left: 59px;
	position: relative;
	overflow: hidden;
}
.swiper-container-t .each_piece .float_l .mask{
	position: absolute;
	background: rgba(0,0,0,.41);
	width: 182px;
	height: 182px;
	border-radius: 50%;
	top:182px;
	left: 0;
	text-align: center;
	line-height: 182px;
	font-size: 18px;
	color: #f2f2f2;
	transition:all 0.3s ease-in-out;
}
.swiper-container-t .each_piece .float_l:hover .mask{
	top:0px;
}
.swiper-container-t .each_piece .float_l:nth-child(1){
	margin-left: 0px;
}
.swiper-container-t .each_piece .float_l .index_img{
	margin-top: -4px;
	margin-left: -4px;
}
.excellent_text{
	margin-top: 50px;
}
.swiper-container-t .swiper-button-prev, .swiper-container-t .swiper-container-rtl .swiper-button-next{
	background: url("../img/left.png") top center no-repeat;
	width: 67px;
	height: 82px;
	left: 10px;
	top: 39%;
}
.swiper-container-t .swiper-button-next, .swiper-container-t .swiper-container-rtl .swiper-button-prev{
	background: url("../img/right.png") top center no-repeat;
	width: 67px;
	height: 82px;
	right: 10px;
	top: 39%;
}

/* 服务内容 */
.index_service{
	background: #f5f5f7;
	padding-top: 70px;
/* 	padding-bottom: 50px; */
}
.index_service .excellent_title{
	text-align: center;
}
.index_service .excellent_title h1{
	font-size: 22px;
	color: #1a1a1a;
}
.index_service .excellent_title h2{
	font-size: 16px;
	color: #999999;
	margin-top:-16px;
}
.index_service .excellent_title img{
	margin-top: 30px;
}
.index_service .label_nav{
	/* display: inline-flex; */
	text-align: center;
	width: 100%;
	margin-top: 49px;
	margin-bottom: 53px;
}
.index_service .label_nav div{
	/* display: inline-flex; */
}
.index_service .label_nav h4{
	width: 186px;
	height: 36px;
	border: solid 2px #f5dee5;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	margin: 0 6px;
	cursor:pointer;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.label_nav div > a{
	float: left;
	margin-bottom: 10px;
}
.index_service .label_nav h4:hover{
	background-color:#e26d7b;
	color:#fff;
	border:2px solid #e26d7b;
}
.index_service .label_nav .on{
	background-color:#e26d7b;
	color:#fff;
	border:2px solid #e26d7b;
}
.index_service .label_nav h4 .absolute{
	position: absolute;
	width: 100%;
	top: 38px;
	left: 0;
	display: none;
	padding-top: 6px;
}
.index_service .label_nav h4 .absolute div{
	width: 132px;
	height: 36px;
	border: solid 2px #f5dee5;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	text-align: center !important;
	display: block;
	margin: 0;
	margin-bottom: 6px;
	background-color:#fff;
}
.index_service .label_nav h4 .absolute div:hover{
	background-color:#e26d7b;
	color:#fff;
	border:2px solid #e26d7b;
}
.index_service .label_nav h4:hover .absolute{
	display: none;
}
.index_service .label_page_each{
	margin-left: -20px;
	width: 1400px;
}
.index_service .label_page_each .float_l{
	width: 285px;
	height: 254px;
	background: #e26d7b;
	margin-left: 19px;
	margin-bottom: 36px;
}
.index_service .label_page_each .float_l .img{
	border: solid 1px #cccccc;
	width: 283px;
	height: 211px;
	overflow: hidden;
}
.index_service .label_page_each .float_l .img img{
	width: 283px;
	height: 211px;
	transition: all 0.2s ease-in-out;
}
.index_service .label_page_each .float_l:hover .img img{
	transform: scale(1.1);
}
.index_service .label_page_each .float_l p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}
.index_service .label_page_each .more{
	border: solid 1px #cccccc;
	background: #fff;
	padding-top: 110px;
	height: 142px;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.index_service .label_page_each .more p{
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #666666;
	background: none;
	transition: all 0.2s ease-in-out;
}
.index_service .label_page_each .more:hover{
	background: #e26d7b;
}
.index_service .label_page_each .more:hover p{
	color: #fff;
}
.guanggao1{
	background: url("../img/guanggao1.png") top center no-repeat;
	width: 100%;
	height: 380px;
}

/* 首页新闻 */
.index_news{
	background: #fff;
	padding-top: 60px;
	padding-bottom: 75px;
}
.index_news .excellent_title{
	text-align: center;
}
.index_news .excellent_title h1{
	font-size: 22px;
	color: #1a1a1a;
}
.index_news .excellent_title h2{
	font-size: 16px;
	color: #999999;
	margin-top:-16px;
}
.index_news .excellent_title img{
	margin-top: 30px;
}
.index_news .text{
	margin-top: 128px;
	position: relative;
	width: 100%;
}
.index_news .text .float_r{
	width: 802px;
	height: 368px;
	background: #fafafa;
	position: relative;
}
.index_news .index_news_img{
	width: 480px;
	height: 341px;
	position: absolute;
	top: -60px;
	left: 0;
}
.index_news .text .float_r h4{
	font-size: 24px;
	color: #1a1a1a;
	margin-top: 60px;
	margin-left: 130px;
	width: 640px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.index_news .text .float_r .line{
	width: 42px;
	height: 4px;
	border-radius: 10px;
	margin-top: 16px;
	margin-left: 130px;
	background: #e26d7b;
}
.index_news .text .float_r p{
	font-size: 14px;
	color: #1a1a1a;
	margin-top: 26px;
	margin-left: 130px;
	line-height: 30px;
	width: 640px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
}
.index_news .text .float_r .button{
	position: absolute;
	bottom: 60px;
	left: 130px;
}
.index_news .text .float_r .button button{
	width: 175px;
	height: 52px;
	border: none;
	background: #e26d7b;
	font-size: 18px;
	color:#ffffff;
}
.index_news .text .list{
	display: flex;
	width: 1198px;
	height: 68px;
	border: solid 1px #f5dee5;
	margin-top: 53px;
}
.index_news .text .list a{
	width: 100%;
	display: block;
	font-size: 18px;
	color: #1a1a1a;
	line-height: 68px;
	text-indent: 49px;
	transition: all 0.2s ease-in-out;
}
.index_news .text .list a:nth-child(2){
	border-left: solid 1px #f5dee5;
}
.index_news .text .list a div{
	width: 525px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.index_news .text .list a:hover{
	background: #f5dee5;
}
.index_news .text .list a img{
	margin-right: 29px;
	width: 20px;
	height: 100%;
	background: none;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.index_news .text .list a:hover img{
	opacity: 1;
}

/* 联系我们 */
.index_contact{
	width: 100%;
	background: #fff;
	padding-top: 70px;
}
.index_contact .excellent_title{
	text-align: center;
}
.index_contact .excellent_title h1{
	font-size: 22px;
	color: #1a1a1a;
}
.index_contact .excellent_title h2{
	font-size: 16px;
	color: #999999;
	margin-top:-16px;
}
.index_contact .excellent_title img{
	margin-top: 30px;
}
.index_contact_background{
	width: 100%;
	height: 453px;
	margin-top: 38px;
	background: url("../img/map_background.png") top center no-repeat;
}
.index_contact_background .float_r{
	width: 500px;
	/* background: #999; */
}
.index_contact_background .float_r h6{
	font-size: 14px;
	color: #434343;
	border-left: solid 2px #434343;
	text-indent: 5px;
	margin: 8px 0 10px 2px;
	line-height: 14px;
	font-weight: 500;
}
.index_contact_background .float_r textarea{
	width: 100%;
	height: 134px;
	border: none;
	background: #f5f5f7;
	margin-bottom: 30px;
	line-height: 24px;
	padding: 0;
}
.index_contact_background .float_r input{
	width: 100%;
	height: 39px;
	border: none;
	background: #f5f5f7;
	margin-bottom: 20px;
}
.index_contact_background .float_r .input2{
	width: 47%;
	height: 39px;
	border: none;
	background: #f5f5f7;
	margin-bottom: 20px;
	margin-right: 6%;
}
.index_contact_background .float_r .button{
	width: 47%;
	height: 39px;
	/*background: #e26d7b;
    font-size: 18px;
    color: #ffffff;	
    line-height: 39px;*/
}
.index_contact_background .float_r .button button{
	width: 100%;
	height: 39px;
	background: #e26d7b;
    font-size: 18px;
    color: #ffffff;	
    line-height: 39px;
    border: none;
}
/* 底部 */
.food{
	width: 100%;
	height: 64px;
	background: #000000;
	padding-top: 16px;
}
.food p{
	text-align: center;
	font-size: 14px;
	color: #e5e5e5;
	line-height: 24px;
}
.bottom{
	width: 100%;
	height: 197px;
	border-top: solid 1px #cacbd0;
}
.bottom .float_l{
	border-right: solid 2px #cacbd0;
	height: 70px;
	/* text-indent: 43px; */
	font-size: 20px;
	color: #1a1a1a;
	line-height: 34px;
	margin-top: 63px;
	padding: 0 40px;
}
.bottom .float_l:nth-child(1){
/* 	width: 328px; */
}
.bottom .float_l:nth-child(2){
/* 	width: 303px; */
}
.bottom .float_l:nth-child(3){
	width: 253px;
}
.bottom img{
	width: 125px;
	height: 123px;
	margin-top: 31px;
	margin-left: 54px;
}

/* 右侧浮框 */
.absolute_right img{
	width: 200px;
}
.right_floating{
	width: 48px;
	position: fixed;
	right: 51px;
	top: 40%;
	z-index: 99;
}
.right_floating ul li{
	width: 100%;
	height: 48px;
	background: #ffffff;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	position: relative;
	margin-bottom: 6px;
}
.right_floating ul li:hover{
	background: #0089e1;
}
.right_floating ul li:nth-child(1) .img{
	width: 100%;
	height: 100%;
	background: url("../img/right_icon1.png") top center no-repeat;
	transition:all 0.2s ease-in-out;
}
/* .right_floating ul li:nth-child(1):hover .img{
	background: url("../img/right_floating1_2.png") top center no-repeat;
} */
.right_floating ul li:nth-child(2) .img{
	width: 100%;
	height: 100%;
	background: url("../img/right_icon3.png") top center no-repeat;
	transition:all 0.2s ease-in-out;
}
/* .right_floating ul li:nth-child(2):hover .img{
	background: url("../img/right_floating2_2.png") top center no-repeat;
} */
.right_floating ul li:nth-child(3) .img{
	width: 100%;
	height: 100%;
	background: url("../img/right_icon4.png") top center no-repeat;
	transition:all 0.2s ease-in-out;
}
.right_floating ul li:nth-child(4) .img{
	width: 100%;
	height: 100%;
	background: url("../img/right_icon5.png") top center no-repeat;
	transition:all 0.2s ease-in-out;
}
/* .right_floating ul li:nth-child(3):hover .img{
	background: url("../img/right_floating3_2.png") top center no-repeat;
} */

.right_floating ul li p{
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	transition:all 0.3s ease-in-out;
}
.right_floating ul li:hover p{
	color: #fff;
}
.absolute_right{
	position: absolute;
	min-height: 100%;
	width: auto;
	background: #f07483;
	font-size: 24px;
	color: #fff;
	text-align: center;
	bottom: 0;
	right: 48px;
	white-space:nowrap;
	line-height: 48px;
	display: none;
	padding: 0 15px;
}
.right_floating ul li:hover .absolute_right{
	-webkit-animation: fadeInRight 0.8s;
	animation: fadeInRight 0.8s;
	display:block;
	z-index: -1;
}
.right_floating ul li:nth-child(6) .absolute_right{
	line-height: 0;
	padding: 15px;
}
/* 服务内容页面 */
.service_html .right{
	width: 839px;
}
.service_html .label_nav{
	margin-bottom: 34px;
	margin-top: 0;
}
.service_html .label_page_each{
	width: 100%;
	margin-left: 0;
}
.service_html .label_page_each .float_l{
	margin-left: 15px;
	width: 260px;
	height: auto;
	background: none;
	margin-bottom: 18px;
}
.service_html .label_page_each .float_l .img{
	width: 260px;
	height: 195px;
	margin-bottom: 2px;
	border: none;
}
.service_html .label_page_each .float_l .img img{
	width: 260px;
	height: 195px;
}
.service_html .label_page_each .float_l p{
	background: #f5dee5;
	font-size: 14px;
	color: #666666;
}
.service_html .right_background{
	background: #f5f5f5;
	padding-top: 21px;
	padding-bottom: 26px;
}
.service_html{
	background: #fff;	
	padding-top: 70px;
	padding-bottom: 0;
}
.service_html .excellent_title h1{
	margin-top: -22px;
	margin-bottom: 49px;
}
.paging{
	text-align: center;
	margin-top: 17px;
}
.paging ul{
	display: inline-flex;
}
.paging ul li{
	width: 48px;
	height: 38px;
	background: #e26d7b;
	font-size: 14px;
	color: #ffffff;
	margin: 0 5px;
	line-height: 38px;
}
.service_html .left{
	width: 340px;
}
.service_html .left .roll{
	background: #f5f5f5;
}

.service_html .left .roll .marqueetop{
	height:900px;
	width:300px;
	overflow:hidden;
	margin: auto;
}
.service_html .left .roll .marqueetop li{
	width:300px;
	height:225px;
	overflow:hidden;
	margin-top: 20px;
	position: relative;
}
.service_html .left .roll .marqueetop li img{
	width:300px;
	height:225px;
	transition: all 0.2s ease-in-out;
}
.service_html .left .roll .marqueetop li:hover img{
	transform: scale(1.1);
}
.service_html .left .roll .marqueetop li div{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 225px;
	transition: all 0.2s ease-in-out;
}
.service_html .left .roll .marqueetop li:hover div{
	opacity: 0;
}

/* 新闻列表 */
.news_html .news_each{
	width: 804px;
	height: 126px;
	background: #fff;
	margin: auto;
	/* border-left: solid 4px #e26d7b; */
	margin-bottom: 19px;
	transition: all 0.3s ease-in-out;
}
.news_html .news_each:hover{
/* 	border-left: solid 4px #fff; */
}
.news_html .news_each .float_r{
	width: 96px;
	height: 126px;
	overflow: hidden;
	position: relative;
}
.news_html .news_each .float_r img{
	width: 96px;
	height: 126px;
	position: absolute;
	right: 96px;
	transition: all 0.3s ease-in-out;
}
.news_html .news_each:hover .float_r img{
	right: 0px;
}
.news_html .news_each .date{
	background: #e26d7b;
	width: 120px;
	height: 104px;
	float: left;
	margin-top: 11px;
	margin-left: 11px;
}
.news_html .news_each .date div:nth-child(1){
	font-size: 14px;
	color: #fff;
	text-align: center;	
	padding-top: 24px;
}
.news_html .news_each .date div:nth-child(2){
	font-size: 24px;
	color: #fff;
	text-align: center;	
	padding-top: 4px;
}
.news_html .news_each .content{
	float: left;
	width: 465px;
	margin-top: 11px;
	margin-left: 36px;
}
.news_html .news_each .content h3{
	width: 465px;
	font-size: 18px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 13px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.news_html .news_each .content p{
	width: 465px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.news_html .paging{
	margin-top: 35px;
}

/* 新闻详情 */
.news_details .news_title h2{
	font-size: 20px;
	color: #333333;
	text-align:center;
	margin-bottom: 8px;	
}
.news_details .news_title p{
	font-size: 14px;
	color: #333333;
	text-align:center;
}
.news_details .news_title p span{
	margin-right: 28px;
}
.news_details .news_text{
	width: 810px;
	margin: auto;
	margin-top: 20px;
}
.news_details .news_text p{
	text-indent: 28px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.news_details .news_text img{
	margin: 12px 0;
}
.news_details .right_background{
	padding-bottom: 0;
}
.switch{
	width: 100%;
	height: 92px;
	background: #d9d9d9;
	margin-top: 50px;
}
.switch .switch_l{
	width: 470px;
	padding-top: 1px;
	float: left;
}
.switch .switch_l p{
	margin-left: 38px;
	margin-top: 16px;
	font-size: 14px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.switch .switch_l p:hover{
	color: #e26d7b;
}
.switch .switch_r{
	width: 60px;
	height: 100%;
	float: right;
	background: url("../img/return_list.png")top center no-repeat;
	margin-right: 30px;
}
.switch .switch_r p{
	font-size: 14px;
	color: #e26d7b;
	text-align: center;
	padding-top: 55px;
}

/* 关于我们 */
.single_html .news_text{
	width: 796px;
	padding-bottom: 20px;
}
.single_html .right_background{
	padding-top: 5px;
}

/* 联系我们 */
.single1_html .news_text{
	width: 792px;
	margin:auto;
}
.single1_html .right_background{
	padding-bottom: 0px;
	padding-bottom: 64px;
}
.single1_html .single_information .erweima{
	width: 123px;
	height: 123px;
	border: solid 1px #e9e9e9;
	float: left;
	/* margin-left: 50px;
	margin-right: 12px; */
	margin: 97px 4px 0 60px;
}
.single1_html .single_information .erweima img{
	width: 123px;
	height: 123px;
}
.single1_html .single_information .contact{
	width: 340px;
	float: left;
	margin-left: 90px;
}
.single1_html .single_information .contact h6{
	font-size: 16px;
	font-weight: 500;
	color: #4c4c4c;
	margin-top: 46px;
	margin-bottom: 30px;
}
.single1_html .single_information .contact p{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	margin-bottom: 20px;
}

/* 详情页面 */
.show_html .show_title{
	height: 41px;
	border-bottom: solid 1px #e26d7b;
}
.show_html .show_title div{
	width: 146px;
	height: 41px;
	background: #e26d7b;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
}
.show_html .news_text{
	padding-bottom: 28px;
}
.show_html .img{
	width: 450px;
	margin: auto;
}
.show_html .img img{
	width: 450px;
	height: 338px;
}
.show_html .img p{
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #666666;
	background: #f5dee5;
}
.show_html .show_img{
	width: 450px;
	margin: auto;
	margin-top: 54px;
	margin-bottom: 70px;
	position: relative;
}
.show_html .show_img .swiper-button-next, .show_html .show_img .swiper-container-rtl .swiper-button-prev{
	background: url("../img/show_right.png") top center no-repeat;
	width: 60px;
	height: 111px;
	top: 36%;
	right: -117px;
}
.show_html .show_img .swiper-button-prev, .show_html .show_img .swiper-container-rtl .swiper-button-next{
	background: url("../img/show_left.png") top center no-repeat;
	width: 60px;
	height: 111px;
	top: 36%;
	left: -117px;
}
.phone_state{
	display: none;
}









