.content {
	overflow: hidden;
	width: 100%;
}

.content .header {
width: 100%;
 height: 60px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 position: relative;
 z-index: 99;
}

.content .header .logo {
	width: 488px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #f09600;
}

.content .header .logo img {
	display: block;
	max-width: 80%;
}
.bg{
height: 60px; display: block; width: 100%; background: #1820268c; position: absolute; z-index: -1; 
}
.content .header ul {
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 58px;
}

.content .header ul li {
	height: 100%;
	position: relative;
	margin-left: 28px;
}
.content .header ul li a{
 display: flex;
 align-items: center;
 height: 100%;
 font-size: 17.5px;
 color: #fff;
}
.content .header ul li::after {
	content: '';
	width: 0px;
	height: 5px;
	background: #f09600;
	position: absolute;
	left: 50%;
	transition: all .3s;
	bottom: 0;
	transform: translateX(-50%);
}

.content .header ul li:hover a {
	color: #f09600;
}

.content .header ul li:hover::after {
	width: 35px;
}

.content .header ul li.on a {
	color: #f09600;
}

.content .header ul li.on::after {
	width: 35px;
}



.content footer {
	width: 100%;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #161616;
	font-size: 20px;
	color: #646464;
}
.content footer a{
	font-size: 20px;
	color: #646464;
}
.content .footer {
	overflow: hidden;
	background: #333333;
	padding: 70px 60px 50px 60px;
}

.content .footer h4 {
	text-align: center;
	margin-top: 40px;
}

.content .footer h4 a {
	display: block;
	text-align: center;
	font-size: 35px;
	color: #fff;
}

.content .footer .top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content .footer .top .main_liuyan {
	overflow: hidden;
	padding-top: 30px;
}

.content .footer .top .main_liuyan h3 {
	font-size: 30px;
	color: #fff;
}

.content .footer .top .main_liuyan .box {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	margin-top: 14px;
}

.content .footer .top .main_liuyan .box .code {
	overflow: hidden;
	margin-left: 18px;
	background: #fff;
	padding: 18px 18px 13px 18px;
}

.content .footer .top .main_liuyan .box .code img {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.content .footer .top .main_liuyan .box .code p {
	text-align: center;
	font-size: 17px;
	color: #8e8e8e;
	font-weight: bold;
}

.content .footer .top .main_liuyan .box .form {
	overflow: hidden;
	width: 376px;
}

.content .footer .top .main_liuyan .box .form input {
	width: 100%;
	height: 35px;
	background: #f6f6f6;
	padding-left: 25px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
	color: #8e8e8e;
	border: none;
}

.content .footer .top .main_liuyan .box .form textarea {
	width: 100%;
	height: 118px;
	resize: none;
	background: #f6f6f6;
	padding-left: 25px;
	padding-top: 10px;
	margin-bottom: 8px;
	font-weight: bold;
	outline: none;
	font-size: 15px;
	color: #8e8e8e;
	border: none;
}

.content .footer .top .main_liuyan .box .form div {
	overflow: hidden;
	width: 150px;
	height: 56px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #43CB83;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.content .footer .top .case {
	overflow: hidden;
	padding-top: 30px;
}

.content .footer .top .case p {
	font-size: 30px;
	color: #fff;
}

.content .footer .top .case ul {
	overflow: hidden;
	margin-top: 5px;
}

.content .footer .top .case ul li {
	overflow: hidden;
	font-size: 20px;
	margin-top: 20px;
}

.content .footer .top .case ul li a {
	color: #fff;
}
.content .footer .top .case ul li a:hover{ color:#43CB83;}

.content .footer .top .left {
	overflow: hidden;
}

.content .footer .top .left img {
	display: block;
	margin-bottom: 40px;
}

.content .footer .top .left .font {
	overflow: hidden;
}

.content .footer .top .left .font p {
	margin-top: 8px;
	display: flex;
	font-weight: bold;
	align-items: center;
	font-size: 20px;
	color: #fff;
}

.content .footer .top .left .font p span {
	font-size: 20px;
	margin-right: 5px;
	font-weight: bold;
	color: #fff;
}

.content .footer .top .left .address {
	overflow: hidden;
	
	margin-bottom: 25px;
}

.content .footer .top .left .address p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

.content .footer .top .left .address span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 33px;
}

.content .des_banners {
	overflow: hidden;
	width: 100%;
}

.content .des_banners img {
	width:100%;

}

.content .footer_banner {
	overflow: hidden;
}

.content .footer_banner ul {
	display: flex;
}

.content .footer_banner ul li {
	width: 33.33%;
	overflow: hidden;
}

.content .footer_banner ul li:hover img {
	transform: scale(1.05);
}

.content .footer_banner ul li img {
	transition: all .5s;
	width: 100%;
}

.content .main_gods {
	overflow: hidden;
	width: 100%;
	background: #F0F0F0;
	padding: 30px 60px 60px 60px;
}

.content .main_gods .tong_title p,
.content .main_gods .tong_title span,
.content .main_gods .tong_title em {
	color: #000000;
}

.content .main_gods .tong_title p {
	font-size: 25px;
}

.content .main_gods .tong_title span {
	font-weight: normal;
	font-size: 40px;
}

.content .main_gods ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.content .main_gods ul li {
	overflow: hidden;
	width: 24.5%;
	margin-right: 0.666%;
	margin-top: 12px;
	background: #fff;
}

.content .main_gods ul li:nth-child(4n) {
	margin-right: 0;
}

.content .main_gods ul li .info {
	overflow: hidden;
	width: 100%;
	padding: 30px 25px 0 25px;
}

.content .main_gods ul li .info p {
	font-size: 22px;
	margin-bottom: 18px;
	color: #000000;
}

.content .main_gods ul li .info span {
	display: block;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 25px;
	color: #000000;
}

.content .main_gods ul li .info .icon {
	display: flex;
	align-items: center;
	height: 73px;
	border-top: 1px solid #000;
	margin-top: 15px;
	justify-content: space-between;
}

.content .main_gods ul li .info .icon div {
	display: flex;
	align-items: center;
}

.content .main_gods ul li .info .icon div img {
	display: block;
}

.content .main_gods ul li .info .icon div em {
	font-size: 17px;
	color: #000000;
	margin-left: 6px;
}

.content .main_gods ul li:hover .pic img {
	transform: scale(1.04);
}

.content .main_gods ul li .pic {
	width: 100%;
}

.content .main_gods ul li .pic img {
	display: block;
	transition: all .5s;
	width: 100%;
}

.content .main_font_banner {
	overflow: hidden;

	position: relative;
	font-size:0px; line-height:0px;
	
}
.content .main_font_banner img{ display:inline-block; width:100%;}

.content .main_font_banner .mySwiper,
.content .main_font_banner .swiper-slide {
	width: 100%;
	overflow: hidden;
}
.links{ text-align:center; line-height:30px; background:#161616; padding-bottom:15px; color:#FFF; font-size:16px;}
.links a{ color:#999; font-size:14px; margin-left:8px;}

.content .main_font_banner .swiper-slide {

}

.content .main_font_banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: none;
	border: 1px solid #43CB83;
	margin: 0 9px;
}

.content .main_font_banner .swiper-pagination-bullet-active {
	background: #43CB83;
}

.content .main_font_banner .swiper-pagination {
	bottom: 40px;
}

.content .main_font_banner p {
	font-size: 59px;
	color: #fff;
	text-align: center;
	line-height: 76px;
	font-weight: 100;
}

.content .num_list {
	overflow: hidden;
	width: 100%;
	display: flex;
}

.content .num_list>div {
	overflow: hidden;
	width: 33.3%;
	transition: all .3s;
	background: #333333;
	padding: 70px 0;
}

.content .num_list>div:nth-child(2) {
	background: #43CB83;
}

.content .num_list>div:nth-child(2) p,
.content .num_list>div:nth-child(2) span {
	color: #fff;
}

.content .num_list>div:nth-child(2) p {
	transform: scale(0.9);
}

.content .num_list>div p {
	transform-origin: center;
	text-align: center;
	line-height: 1;
	font-size: 90px;
	font-weight: 100;
	transition: all .3s;
	color: #ffffff;
}
.content .num_list>div p span{ line-height:40px;}
.content .num_list>div div {
	width: 76px;
	height: 1px;
	margin: 26px auto;
	background: #fff;
}

.content .num_list>div span {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
}

.content .main_team {
	overflow: hidden;
	width: 100%;
	padding: 60px;
	background: url(../images/indexbanner1_02.jpg) bottom;

	background-size: cover;
	background-repeat: no-repeat;
}

.content .main_team .tong_title p,
.content .main_team .tong_title span,
.content .main_team .tong_title em {
	color: #000000;
}

.content .main_team .tong_title p {
	font-size: 25px;
}

.content .main_team .tong_title span {
	font-size: 40px;
}

.content .main_team ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.content .main_team ul li {
	overflow: hidden;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 46px;
}

.content .main_team ul li img {
	width: 100%;
	display: block;
}

.content .main_team ul li .info {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 42px 7% 26px 7%;
	
}

.content .main_team ul li .info p {
	font-size: 24px;
	margin-bottom: 10px;
	color: #000000;
}

.content .main_team ul li .info span {
	display: block;
	font-size: 19px;
	color: #43cb83;
	border-bottom: 1px solid #efefef;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.content .main_team ul li .info em {
	display: block;
	font-size: 15px;
	color: #000000;
	line-height: 25px;
}

.content .main_team ul li:nth-child(3n) {
	margin-right: 0;
}

.content .main_des_navbar {
	overflow: hidden;
	margin-top: 60px;
	width: 100%;
}

.content .main_des_navbar ul {
	display: flex;
	width: 100%;
}

.content .main_des_navbar ul li {
	overflow: hidden;
	width: 14.28571428571429%;
	padding: 10px 0;
	transition: all .2s;
	background: #43CB83;
}

.content .main_des_navbar ul li:nth-child(2n) {
	background: #69D59C;
}

.content .main_des_navbar ul li:nth-child(2n) p,
.content .main_des_navbar ul li:nth-child(2n) span {
	color: #fff;
}

.content .main_des_navbar ul li:hover {
	background: #fff;
}

.content .main_des_navbar ul li:hover p,
.content .main_des_navbar ul li:hover span {
	color: #43CB83;
}

.content .main_des_navbar ul li:hover img {
	transform: rotate(360deg);
}

.content .main_des_navbar ul li img {
	display: block;
	margin: 0 auto;
	transition: all .5s;
}

.content .main_des_navbar ul li p {
	text-align: center;
	font-size: 19px;
	color: #ffffff;
	line-height: 36px;
}

.content .main_des_navbar ul li span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.content .mai_case {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
}

.content .mai_case .tong_title p,
.content .mai_case .tong_title span,
.content .mai_case .tong_title em {
	color: #000000;
}

.content .mai_case ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top:-24px;
}

.content .mai_case ul li {
	overflow: hidden;
	width: 33.33%;
	margin-top: 48px;
}

.content .mai_case ul li:hover .pic img {
	transform: scale(1.04);
}

.content .mai_case ul li .pic {
	overflow: hidden;
	width: 100%;
}

.content .mai_case ul li .pic img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.content .mai_case ul li p {
	text-align: center;
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 8px;
}

.content .mai_case ul li span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #010101;
}

.content .mai_case .des_navbar {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.content .mai_case .des_navbar div {
	overflow: hidden;
	width: 139px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000000;
	margin: 0 8px;
	transition: all .2s;
	border: 1px solid #888888;
	cursor: pointer;
}

.content .mai_case .des_navbar div:hover {
	border: none;
	color: #fff;
	background: #43CB83;
}

.content .mai_case .des_navbar div.on {
	border: none;
	color: #fff;
	background: #43CB83;
}

.content .main_list_icon {
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-image: url(../images/indexbanner_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.content .main_list_icon ul {
	overflow: hidden;
	padding: 60px 60px 30px 60px;
	display: flex;
	flex-wrap: wrap;
}

.content .main_list_icon ul li {
	overflow: hidden;
	width: 24%;
	margin-right: 1.33333%;
	border: 1px solid #fff;
	margin-bottom: 30px;
	transition: all .4s;
	padding: 15px 2% 18px 2%;
}

.content .main_list_icon ul li:nth-child(4n) {
	margin-right: 0;
}

.content .main_list_icon ul li:hover {
	transform: translateY(-5px);
}

.content .main_list_icon ul li:hover img {
	transform: translateY(-5px);
}

.content .main_list_icon ul li img {
	display: block;
	margin: 0 auto;
	transition: all .3s;
	margin-bottom: 15px;
}

.content .main_list_icon ul li p {
	text-align: center;
	font-size: 20px;
	color: #fffafa;
	margin-bottom: 14px;
}

.content .main_list_icon ul li span {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
	color: #fffafa;
	line-height: 26px;
	text-align: center;
}

.content .main_top_design {
	overflow: hidden;
	padding: 58px 60px;
	background: #f09600;
}

.content .main_top_design p {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 22px;
}

.content .main_top_design span {
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	color: #fff;
}

.content .main_top_design em {
	display: block;
	text-transform: uppercase;
	font-size: 55px;
	margin-bottom: 26px;
	color: #fff;
}

.content .main_top_design div {
	width: 187px;
	height: 3px;
	background: #43CB83;
}

.content .main_ations {
	overflow: hidden;
	width: 100%;
	background: #fff;
	align-items: center;
	
}

.content .main_ations .video {
	/*width: calc(100% - 607px);*/
}

.content .main_ations .video img {
	display: block;
	width: 100%;
}

.content .main_ations .video video {
	width: 100%;
}

.content .main_ations .grow {
	overflow: hidden;
	width: 607px;
	background: #fff;
	padding: 0px;
}

.content .main_ations .grow p {
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 16px;
	font-weight: bold;
}

.content .main_ations .grow span {
	display: block;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 35px;
	color: #43cb83;
}

.content .main_ations .grow em {
	display: block;
	font-size: 25px;
	color: #000000;
	line-height: 50px;
}

.content .main_ations .grow .btn {
	overflow: hidden;
	width: 228px;
	height: 60px;
	background: #43cb83;
	margin-top: 40px;
	border-radius: 10px;
}

.content .main_ations .grow .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-transform: uppercase;
	height: 100%;
	font-size: 17.5px;
	color: #fff;
}

.content .main_ations .grow .btn a img {
	margin-right: 11px;
}

.content .banner {
width: 100%;
 position: relative;
 overflow: hidden;
 top: -80px;
 margin-bottom: -80px;
}

.content .banner img {
	width: 100%;
}

.content .main_design_service {
	overflow: hidden;
	width: 100%;
	background: #333333;
	padding: 28px 60px 60px 60px;
}

.content .main_design_service ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top:-29px;
}

.content .main_design_service ul li {
	overflow: hidden;
	width: 24.5%;
	margin-top: 58px;
	margin-right: 0.666%;
}

.content .main_design_service ul li:hover .pic img {
	transform: scale(1.04);
}

.content .main_design_service ul li .pic {
	overflow: hidden;
	width: 100%;
}

.content .main_design_service ul li .pic img {
	width: 100%;
	display: block;
	transition: all .5s;
}

.content .main_design_service ul li .info {
	overflow: hidden;
	background: #fff;
	margin-top: 12px;
	padding: 16px 10px 15px 10px;
}

.content .main_design_service ul li .info p {
	text-align: center;
	font-size: 24px;
	color: #000000;
}

.content .main_design_service ul li .info span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
	margin-bottom: 3px;
}

.content .main_design_service ul li .info div {
	width: 33px;
	height: 2px;
	margin: 5px auto;
	background: #82dcac;
}

.content .main_design_service ul li .info em {
	display: block;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
}

.content .main_design_service ul li:nth-child(4n) {
	margin-right: 0;
}

img {
	display: block;
}

.tong_title {
	overflow: hidden;
	width: 100%;
}

.tong_title p {
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-bottom: 18px;
}

.tong_title span {
	display: block;
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #fff;
}

.tong_title em {
	display: block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff;
}

.tong_title div {
	width: 187px;
	height: 3px;
	background: #43CB83;
	margin: 0 auto;
}

.desbanner {
width: 100%;
 position: relative;
 overflow: hidden;
 top: -80px;
 margin-bottom: -80px;
}

.desbanner img {
	width: 100%;
	display: block;
}

.about_des_banner {
	overflow: hidden;
	display: flex;
}

.about_des_banner img {
	width: 25%;
}

.about_visic {
	overflow: hidden;
	display: flex;
}

.about_visic div {
	overflow: hidden;
	width: 33.33%;
	padding: 90px 0 64px 0;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	background: #333333;
}


/*.about_visic div:hover {
	background: #43CB83;
}

.about_visic div:hover p,
.about_visic div:hover span,
.about_visic div:hover em,
.about_visic div:hover i {
	color: #fff;
}

.about_visic div:hover span {
	color: rgba(255, 255, 255, 0.3);
}*/

.about_visic div.on {
	background: #43CB83;
}

.about_visic div.on p,
.about_visic div.on span,
.about_visic div.on em,
.about_visic div.on i {
	color: #fff;
}

.about_visic div.on span {
	color: rgba(255, 255, 255, 0.3);
}

.about_visic div p {
	text-align: center;
	font-size: 50px;
	position: relative;
	z-index: 9;
	line-height: 1;
	color: #fff;
}

.about_visic div span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 59px;
	font-weight: bold;
	text-transform: uppercase;
	color: #545454;
	line-height: 1;
}

.about_visic div em {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 30px;
	color: #fff;
}

.about_visic div i {
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-top: 3px;
	font-size: 20px;
	color: #D6D6D6;
}

.tong_title1 {
	width: 265px;
	border: 2px solid #45CB84;
	margin: 0 auto;
	position: relative;
	padding: 12px 0 6px 0;
}

.tong_title1 p {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 3px;
}

.tong_title1 span {
	background: #f0f0f0;
	display: inline-block;
	padding: 0 7px;
	font-size: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -13px;
	color: #1f2024;
}

.main_about_desbanner {
	width: 100%;
	overflow: hidden;
}

.main_about_desbanner img {
	width: 100%;
}

.main_interior {
	overflow: hidden;
	padding: 75px 60px 60px 60px;
	background: #fff;
}

.main_interior ul {
	overflow: hidden;
	flex-wrap: wrap;
	display: flex;
}

.main_interior ul li {
	overflow: hidden;
	width: 24%;
	transition: all .3s;
	margin-right: 1.333333333333333%;
	margin-top: 66px;
}

.main_interior ul li:nth-child(4n) {
	margin-right: 0;
}

.main_interior ul li:hover {
	transform: translateY(-5px);
}

.main_interior ul li:hover .pic img {
	transform: scale(1.05);
}

.main_interior ul li .pic {
	overflow: hidden;
	width: 100%;
}

.main_interior ul li .pic img {
	width: 100%;
	transition: all .5s;
}

.main_interior ul li .info {
	overflow: hidden;
	padding: 36px 25px;
	padding-bottom: 0;
}

.main_interior ul li .info p {
	font-size: 23px;
	color: #343434;
	font-weight: bold;
	margin-bottom: 5px;
}

.main_interior ul li .info span {
	display: block;
	font-size: 17px;
overflow: hidden;
	color: #343434;
	line-height: 30px;
}

.mai_strong {
	overflow: hidden;
	width: 100%;
	background: #1E1E1E;
	padding: 56px 60px 60px 60px;
}

.mai_strong .title {
	overflow: hidden;
	width: 100%;
}

.mai_strong .title p {
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.mai_strong .title div {
	width: 123px;
	height: 1px;
	background: #fff;
	margin: 15px auto;
}

.mai_strong .title span {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #fff;
}

.mai_strong ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.mai_strong ul li {
	overflow: hidden;
	width: 18.66666666666667%;
	padding: 30px 2% 10px 2%;
	background: #343434;
	margin-right: 1.6%;
	transition: all .3s;
	cursor: pointer;
	margin-top: 50px;
}

.mai_strong ul li:hover {
	transform: translateY(-5px);
	background: #44CC84;
}

.mai_strong ul li:hover p,
.mai_strong ul li:hover span,
.mai_strong ul li:hover em {
	color: #fff;
}

.mai_strong ul li:nth-child(5n) {
	margin-right: 0;
}

.mai_strong ul li p {
	font-size: 14px;
	color: #8a8989;
	letter-spacing: 2px;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.mai_strong ul li span {
	display: block;
	font-size: 30px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 36px;
	margin-bottom: 15px;
}

.mai_strong ul li em {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}

.main_process {
	overflow: hidden;
	background: #f0f0f0;
	padding: 75px 60px 60px 60px;
}

.main_process .box {
	overflow: hidden;
	align-items: flex-start;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.main_process .box img {
	width: 69%;
}

.main_process .box ul {
	overflow: hidden;
	padding-left: 3%;
	width: calc(100% - 69%);
}

.main_process .box ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.main_process .box ul li:last-child {
	margin-bottom: 0;
}

.main_process .box ul li p {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 6px;
}

.main_process .box ul li span {
	display: block;
	font-size: 15px;
	color: #505050;
}

.main_project_case {
	overflow: hidden;
	width: 100%;
	padding: 76px 60px 30px 60px;
}

.main_project_case .tong_title1 span {
	background: #fff;
}

.main_project_case .des {
	width: 866px;
	margin: 0 auto;
	margin-top: 62px;
	font-size: 15px;
	color: #646464;
	text-align: center;
	line-height: 32px;
}

.main_project_case ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.main_project_case ul li {
	overflow: hidden;
	width: 15.55555555555556%;
	padding: 26px 10px 23px 10px;
	transition: all .3s;
	background: #F0F0F0;
	margin-right: 1.3%;
	margin-top: 24px;
}

.main_project_case ul li:hover {
	transform: translateY(-5px);
}

.main_project_case ul li:nth-child(6n) {
	margin-right: 0;
}

.main_project_case ul li img {
	display: block;
	margin: 0 auto;
	max-width: 60%;
	margin-bottom: 12px;
}

.main_project_case ul li p {
	text-align: center;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 3px;
}

.main_project_case ul li span {
	display: block;
	font-size: 14px;
	color: #1f2024;
	text-align: center;
}

.main_concept {
	overflow: hidden;
	background: #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_concept .pic {
	overflow: hidden;
	width:100%;
	position: relative;
}

.main_concept .pic img {
	display: block;
	width: 100%;
	
	margin:0 auto;
}

.main_concept .grow {
	overflow: hidden;
	background: #F0F0F0;
	padding: 20px 4%;
	width: calc(100% - 59.6875%);
}

.main_concept .grow .title {
	display: flex;
	align-items: flex-end;
	font-size: 35px;
	font-weight: bold;
	color: #000000;
}

.main_concept .grow .title span {
	font-size: 20px;
	color: #43cb83;
	font-weight: bold;
}

.main_concept .grow ul {
	overflow: hidden;
}

.main_concept .grow ul li {
	overflow: hidden;
	margin-top: 30px;
}

.main_concept .grow ul li p {
	font-size: 20px;
	margin-bottom: 10px;
	color: #1e1e1e;
}

.main_concept .grow ul li span {
	font-size: 15px;
	margin-bottom: 3px;
	display: block;
	color: #505050;
}

.main_concept .grow ul li em {
	font-size: 15px;
	display: block;
	color: #505050;
}

.main_service_project {
	overflow: hidden;
	padding: 72px 60px 60px 60px;
}

.main_service_project .des {
	width: 866px;
	margin: 0 auto;
	margin-top: 62px;
	font-size: 15px;
	color: #646464;
	text-align: center;
	line-height: 32px;
}

.main_service_project ul {
	overflow: hidden;
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

.main_service_project ul li {
	overflow: hidden;
	width: 24.5%;
	height: 226px;
	background-size: cover;
	margin-right: 0.6666666666666667%;
	margin-top: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_service_project ul li:nth-child(4n) {
	margin-right: 0;
}

.main_service_project ul li::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
}

.main_service_project ul li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(69, 203, 132, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transition: all .2s;
	opacity: 0;
}

.main_service_project ul li.on::before {
	opacity: 1;
}
.main_interior  .tong_title1 p{
	font-size: 35px;
}
.main_interior  .tong_title1 span{
	font-size: 15px;
	background: #fff;
}
.main_service_project ul li.on div p,
.main_service_project ul li.on div span {
	color: #fff;
}

.main_service_project ul li.on div div {
	background: #fff;
}

.main_service_project ul li div {
	overflow: hidden;
	position: relative;
	z-index: 99;
	width: 100%;
}

.main_service_project ul li div p {
	text-align: center;
	font-size: 24px;
	color: #505050;
}

.main_service_project ul li div div {
	width: 18px;
	height: 2px;
	margin: 20px auto;
	background: #74ce9e;
}

.main_service_project ul li div span {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #646464;
}

.main_services {
	overflow: hidden;
	width: 100%;
	background: #F0F0F0;
	padding: 60px 0 65px 0;
}

.main_services .des {
	width: 1000px;
	margin: 0 auto;
	margin-top: 55px;
	font-size: 15px;
	color: #646464;
	text-align: center;
	line-height: 32px;
}

.main_services ul {
	overflow: hidden;
	display: flex;
	margin-top: 55px;
}

.main_services ul li {
	overflow: hidden;
	cursor: pointer;
	width: 16.6666%;
}

.main_services ul li img {
	display: block;
	margin: 0 auto;
	transition: all .5s;
	max-width: 60%;
	margin-bottom: 8px;
}

.main_services ul li img:first-child {
	display: block;
}

.main_services ul li img:nth-child(2) {
	display: none;
}

.main_services ul li.on img:first-child {
	display: none;
}

.main_services ul li.on img:nth-child(2) {
	display: block;
}
.main_services ul li.on p{
	color: #43CB83;
}
.main_services ul li.on span{
	color: #43CB83;
}
.main_services ul li img:nth-child(2):hover  {
	transform: rotate(360deg);
}
.main_services ul li img:first-child:hover  {
	transform: rotate(360deg);
}

.main_services ul li p {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	color: #323232;
}

.main_services ul li span {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	color: #323232;
	display: block;
}

.main_projece {
	overflow: hidden;
	width: 100%;
	padding: 60px;
}

.main_projece .font {
	font-size: 17.5px;
	color: #1e1e1e;
	line-height: 35px;
	margin-top: 40px;
}

.main_projece .font span {
	color: #43cb83;
	font-weight: bold;
}

.main_projece .top {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_projece .top img {
	display: block;
}

.main_projece .top .grow {
	overflow: hidden;
	/*width: calc(100% - 540px);*/
}

.main_projece .top .grow .t {
	overflow: hidden;
}

img{ max-width:100%;}
.main_projece .top .grow .t p {
	font-size: 30px;
	text-transform: uppercase;
	color: #1e1e1e;
	margin-bottom: 20px;
}

.main_projece .top .grow .t span {
	display: block;
	font-size: 40px;
	color: #1e1e1e;
	font-weight: bold;
	font-weight: bold;
}

.main_projece .top .grow>p {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 35px;
	margin-top: 20px;
}

.main_projece .top .grow>p span {
	color: #43cb83;
	font-weight: bold;
}

.main_about_us {
	overflow: hidden;
	width: 100%;
	padding: 60px;
}

.main_about_us .t {
	display: block;
	overflow: hidden;
}

.main_about_us .t p {
	font-size: 30px;
	text-transform: uppercase;
	color: #1e1e1e;
	margin-bottom: 20px;
}

.main_about_us .t span {
	display: block;
	font-size: 40px;
	color: #1e1e1e;
	font-weight: bold;
}

.main_about_us>p {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 35px;
	margin-top: 20px;
}

.main_about_us .box {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_about_us .box img {
	display: block;
	width: 44%;
}

.main_about_us .box .font {
	overflow: hidden;
	width: 53%;
}

.main_about_us .box .font p {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 35px;
	margin-top: 10px;
}

.about_navbar {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.about_navbar .label {
	overflow: hidden;
	width: 33.33%;
	background-size: cover;
	position: relative;
	padding: 56px 4% 0 4%;
	height: 324px;
	background-image: url(../images/about_03.jpg);
}

.about_navbar .label::after {
	content: '';
	width: 100%;
	height: 0%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	opacity: 0;
	z-index: 1;
}

.about_navbar .label:hover::after {
	opacity: 1;
	height: 100%;
}

.about_navbar .label:nth-child(2) {
	background-image: url(../images/about_04.jpg);
}

.about_navbar .label:nth-child(2) p {
	color: #fff;
}

.about_navbar .label:nth-child(2) i {
	color: #fff;
}

.about_navbar .label:nth-child(3) {
	background-image: url(../images/about_05.jpg);
}

.about_navbar .label:nth-child(3) span {
	color: #010101;
}

.about_navbar .label:nth-child(3) em {
	color: #787878;
}

.about_navbar .label p {
	font-size: 30px;
	color: #43cb83;
	margin-bottom: 18px;
	position: relative;
	z-index: 9;
}

.about_navbar .label span {
	display: block;
	font-size: 22px;
	color: #fff;
	position: relative;
	margin-bottom: 12px;
	font-weight: bold;
	z-index: 9;
}

.about_navbar .label em {
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	z-index: 9;
	overflow: hidden;
}

.about_navbar .label i {
	display: block;
	font-size: 15px;
	color: #43cb83;
	margin-top: 10px;
	z-index: 9;
}

.main_hotel_list {
	overflow: hidden;
	width: 100%;
	padding: 0 145px;
	margin-top: 47px;
	display: flex;
	flex-wrap: wrap;
}

.main_hotel_list li {
	overflow: hidden;
	margin-bottom: 38px;
	width: 32%;
	background: #fff;
	margin-right: 1.5%;
	box-shadow: 0px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

.main_hotel_list li:hover .pic img {
	transform: scale(1.04);
}

.main_hotel_list li .pic {
	overflow: hidden;
	width: 100%;
}

.main_hotel_list li .pic img {
	width: 100%;
	transition: all .5s;
}

.main_hotel_list li .info {
	overflow: hidden;
	padding: 22px 18px 22px 19px;
}

.main_hotel_list li .info p {
	font-size: 15px;
	color: #43cb83;
	margin-bottom: 12px;
}

.main_hotel_list li .info div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.main_hotel_list li .info div em {
	font-size: 16px;
	color: #969696;
}

.main_hotel_list li .info div span {
	font-size: 20px;
	color: #505050;
}

.main_hotel_list li:nth-child(3n) {
	margin-right: 0;
}

.main_hotel {
	width: 100%;
	padding: 82px 0 0 0;
}

.main_hotel .main_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_hotel .main_box .item {
	width: 49%;
	margin-top: 54px;
	background: #fff;
}

.main_hotel .main_box .item .pic {
	overflow: hidden;
	width: 100%;
}

.main_hotel .main_box .item .pic img {
	width: 100%;
	display: block;
	transition: all .5s;
}

.main_hotel .main_box .item .pic:hover img {
	transform: scale(1.05);
}

.main_hotel .main_box .item .child {
	overflow: hidden;
	width: 100%;
	padding: 50px 5%;
	box-shadow: 0px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

.main_hotel .main_box .item .child .tit {
	overflow: hidden;
	display: inline-block;
	border-bottom: 1px solid #343434;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.main_hotel .main_box .item .child .tit p {
	font-size: 14px;
	color: #43cb83;
	margin-bottom: 15px;
	display: inline-block;
}

.main_hotel .main_box .item .child .b a {
	color: #43cb83;
}

.main_hotel .main_box .item .child .tit span {
	display: block;
	font-size: 29px;
	color: #505050;
}

.main_hotel .main_box .item .child .b {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
}

.main_hotel .main_box .item .child .b p {
	font-size: 16px;
	font-weight: bold;
	color: #43cb83;
}

.main_hotel .main_box .item .child .b span {
	display: block;
	font-size: 16px;
	color: #969696;
}

.main_hotel .main_box .item .child .des {
	display: block;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	color: #505050;
	line-height: 29px;
}

.main_hotel .main_box .item ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.main_hotel .main_box .item ul li {
	width: 32%;
	overflow: hidden;
	margin-top: 17px;
}

.main_hotel .main_box .item ul li:hover img {
	transform: scale(1.05);
}

.main_hotel .main_box .item ul li img {
	width: 100%;
	transition: all .5s;
}

.main_hotel .top_hotel {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_hotel .top_hotel .pic {
	overflow: hidden;
	width: 50%;float: left;
}

.main_hotel .top_hotel .pic:hover img {
	transform: scale(1.05);
}

.main_hotel .top_hotel .pic img {
	display: block;
	transition: all .5s;
	width: 100%;
}

.main_hotel .top_hotel .grow {
	overflow: hidden;
	width: 50%;
	padding-left: 17px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 4px 7px 4px rgba(0, 0, 0, 0.1);
	align-items: center;
}

.main_hotel .top_hotel .grow ul {
	overflow: hidden;
	width: 34.8%;
}

.main_hotel .top_hotel .grow ul li {
	overflow: hidden;
	margin-bottom: 15px;
}

.main_hotel .top_hotel .grow ul li:last-child {
	margin-bottom: 0;
}

.main_hotel .top_hotel .grow ul li img {
	width: 100%;
	display: block;
	transition: all .5s;
}

.main_hotel .top_hotel .grow ul li:hover img {
	transform: scale(1.05);
}

.main_hotel .top_hotel .grow .font {
	overflow: hidden;
	width: calc(100% - 34.8%);
	padding: 10px 7%;
}

.main_hotel .top_hotel .grow .font .tit {
	overflow: hidden;
	display: inline-block;
	border-bottom: 1px solid #343434;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.main_hotel .top_hotel .grow .font .tit p {
	font-size: 14px;
	color: #43cb83;
	margin-bottom: 15px;
	display: inline-block;
}

.main_hotel .top_hotel .grow .font .tit span {
	display: block;
	font-size: 29px;
	color: #505050;
}

.main_hotel .top_hotel .grow .font .b {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
}

.main_hotel .top_hotel .grow .font .b p {
	font-size: 16px;
	font-weight: bold;
	color: #43cb83;
}

.main_hotel .top_hotel .grow .font .b p a {
	color: #43cb83;
}

.main_hotel .top_hotel .grow .font .b span {
	display: block;
	font-size: 16px;
	color: #969696;
}

.main_hotel .top_hotel .grow .font .des {
	display: block;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	color: #505050;
	line-height: 29px;
}

.pagelist {
	display: flex;
	padding: 55px 0;
	align-items: center;
	justify-content: center;
}

.pagelist div {
	overflow: hidden;
	width: 103px;
	height: 52px;
	margin: 0 12px;
	cursor: pointer;
	transition: all .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #43cb83;
	font-size: 20px;
	color: #fff;
}

.pagelist div:hover {
	opacity: 0.8;
}

.pagelist p {
	font-size: 20px;
	color: #646464;
	cursor: pointer;
	padding: 12px;
}

.tonghead {
	width: 100%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: 100%;
	background-position: bottom center;
}

.tonghead .title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tonghead .title p {
	font-size: 30px;
	letter-spacing: 3px;
	color: #505050;
}

.tonghead .title div {
	width: 61px;
	height: 1px;
	background: #505050;
	margin: 0 30px;
}

.tonghead span {
	display: block;
	font-size: 20px;
	color: #646464;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.main_news {
	width: 100%;
	padding: 0 100px;
}

.main_news .title {
	overflow: hidden;
	padding: 100px 0;
}

.main_news .title p {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #43cb83;
	margin-bottom: 22px;
}

.main_news .title span {
	display: block;
	text-align: center;
	font-size: 55px;
	color: #323232;
	letter-spacing: 3px;
}

.main_news .list {
	display: flex;
	flex-wrap: wrap;
}

.main_news .list .label {
	overflow: hidden;
	width: 23.77906976744186%;
	margin-right: 1.62790697674419%;
	margin-bottom: 28px;
	background: #fafafa;
	height: 400px;
	box-shadow: 0px 4px 3px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}

.main_news .list .label:nth-child(3n) {
	margin-right: 0;
}

.main_news .list .label:hover .info p,
.main_news .list .label:hover .info span {
	color: #fff;
}

.main_news .list .label:hover .info div {
	border-top: 1px solid #fff;
}

.main_news .list .label:hover .info div em {
	color: #fff;
}

.main_news .list .label:hover .pic {
	opacity: 0.95;
}

.main_news .list .label:hover .pic img {
	transform: scale(1.02);
	height: 100%;
}

.main_news .list .label:hover .info {
	background: none;
}

.main_news .list .label .big {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: all .5s;
	opacity: 0;
}

.main_news .list .label .pic {
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.main_news .list .label .pic img {
	transition: all .3s;
	width: 100%;
	height: 100%;
}

.main_news .list .label .info {
	overflow: hidden;
	width: 100%;
	padding: 35px 24px;
	position: relative;
	position: absolute;
	left: 0;
	background: #fafafa;
	bottom: 0;
}

.main_news .list .label .info p {
	text-align: center;
	font-size: 15px;
	color: #505050;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: underline;
}

.main_news .list .label .info span {
	display: block;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17.5px;
	color: #505050;
}

.main_news .list .label .info div {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-top: 18px;
	border-top: 1px solid #505050;
	margin-top: 50px;
	justify-content: space-between;
}

.main_news .list .label .info div em {
	font-size: 15px;
	color: #505050;
}

.main_news .list .pic_box {
	overflow: hidden;
	width: 49.12790697674419%;
	position: relative;
	box-shadow: 0px 4px 3px 2px rgba(0, 0, 0, 0.1);
	background-size: cover;
	margin-bottom: 28px;
	background-position: center center;
	margin-right: 1.62790697674419%;
}

.main_news .list .pic_box p {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	padding: 0 40px;
	left: 0;
	bottom: 40px;
}

.main_news .list .pic_box img {
	display: block;
	width: 100%;
}

.main_news .listx {
	display: flex;
	flex-wrap: wrap;
}

.main_news .listx .label {
	margin-right: 1.62790697674419%;
}

.main_news .listx .label:nth-child(3n) {
	margin-right: 1.62790697674419%;
}

.main_news .listx .label:nth-child(4n) {
	margin-right: 0;
}

.main_hotel_info {
	overflow: hidden;
	padding: 80px 60px 60px 60px;
}

.main_hotel_info .main_info {
	overflow: hidden;
	width: 100%;
}

.main_hotel_info .main_info>img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.main_hotel_info .main_info div {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.main_hotel_info .main_info div img {
	width: 49.5%;
}


/*# sourceMappingURL=css.css.map */

.top_hotel {
	display: block;
	font-size: 20px;
	color: #646464;
	line-height: 40px;
	width: 1782px;
	margin: 0 auto;
	margin-top: 30px;
}

.top_hotel img {
	margin: 0 auto;
	text-align: center;
}


/*分页样式*/

.pglistz {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglistz a {
	color: #fff;
	padding: 0 26px;
	margin: 0 3px;
	background: #43cb83;
}

.pglistz * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 1px;
}

.pglistz a:hover {
	display: inline-block;
	color: #333;
	background: #fff;
}

.pglistz .active a {
	display: inline-block;
	color: #666;
	background: #fff;
}

.article-declare {
	margin: 20px 0;
	font-size: 14px;
	color: #999
}

.detailpage11 dd {
	float: left
}

.detailpage11 dt {
	float: right
}

.detailback11 {
	margin: 0
}

.detailpage11 {
	font-size: 16px;
	padding-top: 20px;
	margin-top: 30px;
	color: #333;
	line-height: 28px;
	border-top: 1px solid #d9d9d9
}

.detailpage11 dd a {
	color: #333
}

.detailback11 {
	display: block;
	width: 144px;
	height: 49px;
	background-color: #43CB83;
	color: #fff;
	text-align: center;
	line-height: 49px;
	margin: 15px auto 0
}

.detailback11:hover {
	color: #fff
}

.desc_title {
	width: 130px;
	float: left;
	line-height: 20px;
	font-size: 16px
}

.desc_line {
	height: 1px;
	background-color: #dcdbdb;
	float: right;
	width: 60%;
	margin-top: 10px
}

.related_title {
	width: 20%;
	float: left;
	line-height: 20px;
	font-size: 20px
}

.related_line {
	height: 1px;
	background-color: #dcdbdb;
	float: right;
	width: 85%;
	margin-top: -10px
}

.product_title {
	font-size: 20px
}

.product_desc {
	width: 80%;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	margin: 15px 0 8px
}

.product-share {
	margin-top: 20px;
	margin-left: -6px
}

.product-share a {
	float: left;
	padding-left: 6px
}

.product_share .product_share_social .tz_social i {
	background: 0 0;
	color: #fff;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	width: 40px;
	z-index: 10
}

.tzShop-item_title {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	white-space: nowrap
}

.tzShop-item_title .title {
	line-height: 40px;
	font-size: 18px;
	color: #333
}

ul.products li {
	margin: 0;
	padding: 15px;
	width: 16.666%;
	float: left
}
/********.toolbar1*********/
.toolbar1 {
	width: 50px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -102px;
	z-index: 999;
}
.toolbar1 dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../images/black50.png) repeat 0 0;
}
.toolbar1 dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
}
.toolbar1 dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
*margin: 7px 0 0 0;
	background: url(../images/rightFixIcon.png) no-repeat 0 0;
}
.toolbar1 .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
}
.toolbar1 .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #43CB83;
	display: none;
}
.toolbar1 .pop-code {
	width: 160px;
}
.toolbar1 .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar1 .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar1 .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar1 .qq span {
	background-position: 0 -47px;
}
.toolbar1 .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar1 .qq:hover {
	background: #43CB83;
}
.toolbar1 .tel span {
	background-position: 0 0;
}
.toolbar1 .tel:hover {
	background: #43CB83;
}
.toolbar1 .code span {
	background-position: 0 -95px;
}
.toolbar1 .code:hover {
	background: #43CB83;
}
.toolbar1 .top span {
	background-position: 0 -142px;
}
.toolbar1 .top:hover {
	background: #43CB83;
}
/************* * Hover-master * **************/