* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/**
@font-face {
	font-family: 'pingFangSC-Medium';
	src: url("../fonts/PingFang Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pingFangSC-Light';
	src: url("../fonts/PingFang Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pingFangSC-Regular';
	src: url("../fonts/PingFang Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pingFangSC-Bold';
	src: url("../fonts/PingFang Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
*/
body {
	min-width: 1300px;
	font-family: "Microsoft Yahei", "SimSun";
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

ul,
ol {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fb368e;
	text-decoration: none;
}

a:focus {
	color: #fb368e;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.text-right {
	text-align: right !important;
}

.dropdown-box {
	position: absolute;
	z-index: 3;
	display: none;
}

.dropdown-box.show {
	display: block;
}

.icon {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.header-wrapper {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	min-width: 1200px;
}

@media (max-width: 1366px) {
	body {
		min-width: 1320px;
	}
	.header-wrapper {
		min-width: 1320px;
		padding: 0 2%;
	}
}

.bg-gray {
	background-color: #f7f7f7;
}

.breadcrumb {
	padding: 18px 0;
	background-color: #fbfcfd;
	border-bottom: 1px solid #eee;
	line-height: 1;
	color: #999;
}

.breadcrumb span.arrow {
	margin: 0 4px;
}

.breadcrumb a {
	color: #999;
}

.breadcrumb a:hover {
	color: #fb368e;
}

.breadcrumb a,
.breadcrumb span {
	float: left;
}

.top-bar {
	height: 40px;
	background-color: #f2f2f2;
}

.top-bar .header-wrapper {
	position: relative;
}

.top-bar .icon-top {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.top-bar .icon-top_location {
	margin: 1px 10px 0 0;
	width: 12px;
	height: 17px;
	background-image: url(../images/common/icon-top_loaction.png?v2);
}

.top-bar .icon-top_tel {
	margin-top: 2px;
	width: 20px;
	height: 15px;
	background-image: url(../images/common/icon-top_tel.png?v2);
}

.top-bar .icon-top_arrow {
	width: 19px;
	height: 9px;
	background-image: url(../images/common/icon-top_arrow.png);
}

.top-bar-city {
	padding-top: 11px;
	font-size: 14px;
}

.top-bar-city .current-city {
	float: left;
	margin-right: 15px;
	color: #333;
}

.top-bar-city .change-city {
	float: left;
	color: #666;
}

.top-bar-city .change-city:hover {
	color: #fb368e;
}

.top-bar-city .dropdown-city {
	z-index: 2;
	top: 40px;
	left: 0;
	right: 0;
	height: 100px;
	padding: 20px 26px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}

.top-bar-city .dropdown-city .icon-top_arrow {
	position: absolute;
	top: -9px;
	left: 36px;
}

.top-bar-city .dropdown-city ul li {
	float: left;
	margin-right: 30px;
	line-height: 60px;
}

.top-bar-nav {
	float: left;
	padding-top: 10px;
	font-size: 14px;
}

.top-bar-nav .link-a {
	float: left;
	margin-left: 35px;
	color: #666;
}

.top-bar-nav .link-a:hover {
	color: #fb368e;
}

.top-bar-nav .weixin-link {
	position: relative;
}

.top-bar-nav .dropdown-weixin {
	top: 28px;
	left: 50%;
	margin-left: -75px;
	border: 1px solid #e6e6e6;
}

.top-bar-nav .dropdown-weixin .icon-top_arrow {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px;
}

.top-bar-tel {
	float: left;
	padding-top: 10px;
	margin-left: 30px;
	font-size: 14px;
}

.top-bar-tel span {
	float: left;
	margin-left: 19px;
	color: #e61874;
}

.header {
	height: 100px;
	background-color: #fff;
}

.header .icon-head {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

.header .icon-head_search {
	width: 22px;
	height: 21px;
	margin: 0 auto;
	background-image: url(../images/common/icon-head_search.png);
}

.header .logo-link {
	padding-top: 22px;
	margin-right: 0;
}

.header-nav {
	margin-right: 10px;
}

.header-nav .nav-link {
	padding: 28px 0;
	position: relative;
	float: left;
}

.header-nav .nav-link a {
	display: block;
	padding: 0 22px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #666;
	font-size: 18px;
}

.header-nav .nav-link a span {
	position: relative;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header-nav .nav-link a span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	content: attr(title);
	color: #fb368e;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.header-nav .dropdown-menu {
	top: 96px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	border: 1px solid #d2d2d2;
	border-top: 4px solid #fb2b88;
	background-color: #fff;
	text-align: center;
}

.header-nav .dropdown-menu li {
	line-height: 36px;
	font-size: 16px;
}

.header-nav .dropdown-menu li a:hover {
	color: #fb368e;
}

.header-nav li.active,
.header-nav li a:hover {
	color: #fb368e;
}

.header-nav li.active span,
.header-nav li a:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-search {
	position: relative;
	padding-top: 30px;
}

.header-search__form {
	display: none;
	position: absolute;
	z-index: 2;
	right: 60px;
	top: 30px;
	width: 399px;
	background-color: #fff;
}

.header-search__toggle-button {
	display: block;
	width: 46px;
	height: 40px;
	background: url(../images/common/icon-search_button.png) no-repeat 0 0;
}

.header-search__input {
	float: left;
	width: 346px;
	height: 40px;
	padding: 11px 10px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #fd4e9c;
	font-size: 12px;
}

.header-search__button {
	float: left;
	width: 53px;
	height: 40px;
	border: none;
	border-radius: 0 4px 4px 0;
	background-color: #fd4e9c;
}

@media (min-width: 1640px) {
	.header-search__toggle-button {
		display: none;
	}
	.header-search__form {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		width: 299px;
	}
	.header-search__input {
		width: 246px;
	}
}

@media (min-width: 1440px) {
	.header-nav {
		margin-right: 40px;
	}
}

.footer {
	background-color: #1c1c1c;
}

.footer-content {
	padding: 42px 0;
	border-bottom: 1px solid #808182;
}

.footer-block {
	float: left;
}

.footer-block .block-tit {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.footer-contact {
	width: 448px;
	color: #ddd;
}

.footer-contact li {
	line-height: 24px;
}

.footer-contact li a {
	color: #ddd;
}

.footer-contact li a:hover {
	color: #fb368e;
}

.footer-brand {
	width: 450px;
}

.footer-brand ul {
	margin-left: -10px;
}

.footer-brand li {
	float: left;
	margin: 0 0 10px 10px;
}

.footer-brand li img {
	display: block;
}

.footer-sina,
.footer-weixin {
	float: right;
	margin-left: 20px;
}

.footer-links {
	padding: 25px 0 0;
}

.footer-links .tit {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}

.footer-links .con {
	font-size: 14px;
}

.footer-links .con li {
	float: left;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer-links .con li a {
	margin-right: 0;
}

.footer-links .con a {
	margin-right: 15px;
	color: #ddd;
}

.footer-links .con a:hover {
	color: #fb368e;
}

.footer-copyright {
	padding: 20px 0 32px;
	text-align: center;
	font-size: 12px;
	color: #ddd;
}

.modal-mask {
	display: none;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.side-modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin: -210px 0 0 -475px;
	width: 950px;
	height: 420px;
	border-radius: 20px;
	background-color: #fff;
}

.side-modal .close {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 22px;
	width: 25px;
	height: 25px;
	background: url(../images/common/icon-modal.png) no-repeat 0 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.side-modal .close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.side-modal_title {
	margin: 40px 0 46px;
	text-align: center;
	font-size: 26px;
	color: #fc59a2;
	font-style: italic;
	line-height: 1;
}

.side-modal_body {
	padding: 0 58px 58px;
}

.side-modal_body .left {
	float: left;
	width: 320px;
}

.side-modal_body .right {
	width: 410px;
	float: right;
}

.side-modal_body .form-group {
	margin-bottom: 28px;
}

.side-modal_body .control-label {
	float: left;
	width: 110px;
	font-size: 21px;
	line-height: 50px;
}

.side-modal_body .form-control {
	float: right;
	width: 294px;
	height: 50px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	font-size: 18px;
}

.side-modal_body .form-button {
	width: 100%;
	height: 50px;
	border: none;
	background-color: #e61874;
	background-image: -webkit-gradient(linear, left top, right top, from(#e61874), to(#fd5ba4));
	background-image: linear-gradient(to right, #e61874, #fd5ba4);
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-transition: font-size .2s;
	transition: font-size .2s;
	cursor: pointer;
}

.side-modal_body .form-button:hover {
	font-size: 20px;
}

.side-modal-calculate-price .result-box {
	width: 320px;
	height: 260px;
	border: 1px solid #bfbfbf;
}

.side-modal-calculate-price .result-box .tit {
	margin-bottom: 10px;
	padding-top: 34px;
	text-align: center;
	font-size: 24px;
}

.side-modal-calculate-price .result-box .tit span {
	color: #fd5ba4;
}

.side-modal-calculate-price .result-box ul li {
	padding-left: 75px;
	font-size: 21px;
	line-height: 38px;
}

.side-modal-calculate-price .result-box p {
	margin-top: 10px;
	color: #fd5ba4;
	text-align: center;
	font-size: 16px;
}

.side-modal-calculate-price .form-slider-text {
	height: 44px;
	font-size: 21px;
	line-height: 1;
}

.side-modal-calculate-price .form-slider-area {
	height: 130px;
	margin-bottom: 0;
}

.side-modal-calculate-price .form-slider-block {
	height: 19px;
	border-radius: 9px;
	background: #eee;
	border: none;
}

.side-modal-calculate-price .form-slider-block .ui-slider-range {
	background: #e61874;
	border-radius: 9px 0 0 9px;
}

.side-modal-calculate-price .form-slider-block .ui-slider-handle {
	top: -8px;
	margin: 0 0 0 -19px;
	width: 38px;
	height: 38px;
	background: url(../images/common/slider-handle.png) no-repeat 0 0;
	border: none;
	outline: none;
}

.side-modal-calculate-price .form-slider-block .form-slider-value {
	position: absolute;
	font-size: 16px;
	bottom: -35px;
	width: 100px;
	text-align: center;
	margin-left: -50px;
}

.side-modal-volume-house .form {
	padding-top: 10px;
}

.side-modal-inspection-house .form {
	padding-top: 10px;
}

.pagination-wrapper {
	padding: 20px 0;
	text-align: center;
}

.pagination {
	display: inline-block;
}

.pagination li {
	float: left;
	margin: 0 3px;
}

.pagination li a,
.pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 30px;
}

.pagination li a span {
	border: none;
}

.pagination li a:hover {
	border-color: #e61874;
	color: #e61874;
}

.pagination li.active a,
.pagination li.active span {
	border-color: #e61874;
	background-color: #e61874;
	color: #fff;
}

.filter-wrapper {
	margin-bottom: 20px;
}

.filter-wrapper .filter-box {
	border: 1px solid #e9e9e9;
	border-width: 1px 1px 0 1px;
}

.filter-wrapper .filter-inline {
	border-bottom: 1px solid #e9e9e9;
}

.filter-wrapper .filter-inline:before,
.filter-wrapper .filter-inline:after {
	content: " ";
	display: table;
}

.filter-wrapper .filter-inline:after {
	clear: both;
}

.filter-wrapper .filter-inline .filter-label {
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}

.filter-wrapper .filter-inline .filter-content {
	position: relative;
	padding: 8px 140px 0 8px;
	height: 40px;
	overflow: hidden;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
}

.filter-wrapper .filter-inline .filter-content .more {
	position: absolute;
	right: 20px;
	top: 8px;
	line-height: 24px;
	font-size: 12px;
}

.filter-wrapper .filter-inline .filter-content .more .icon-arrow {
	display: inline-block;
	width: 12px;
	height: 7px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background-image: url("../images/icon-arrow.png");
}

.filter-wrapper .filter-inline .filter-content .more.open .icon-arrow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-wrapper .filter-inline .filter-content .item {
	float: left;
	padding: 0 13px;
	margin-bottom: 8px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

.filter-wrapper .filter-inline .filter-content .item:hover {
	color: #fb368e;
}

.filter-wrapper .filter-inline .filter-content .item.current {
	background-color: #fb368e;
	color: #fff;
}

.filter-wrapper .filter-inline .filter-content-open {
	height: auto;
}

.filter-results-wrapper .filter-results-box {
	height: 44px;
	padding: 0 10px;
	background-color: #575757;
	font-size: 12px;
	line-height: 22px;
}

.filter-results-wrapper .filter-results-box-case {
	height: 26px;
	background: none;
}

.filter-results-wrapper .filter-results-box-case .filter-results-items {
	padding-top: 6px;
}

.filter-results-wrapper .filter-results-box-case .filter-results-items .name {
	line-height: 26px;
	color: #666;
}

.filter-results-wrapper .filter-results-box-case .filter-results-search {
	padding-top: 0;
}

.filter-results-wrapper .filter-results-items {
	float: left;
	padding-top: 10px;
}

.filter-results-wrapper .filter-results-items .name {
	float: left;
	color: #ccc;
}

.filter-results-wrapper .filter-results-items .dropdown {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 120px;
	height: 22px;
	background-color: #fff;
	text-indent: 10px;
}

.filter-results-wrapper .filter-results-items .dropdown-toggle {
	position: relative;
	background-color: #f7f7f7;
	cursor: pointer;
}

.filter-results-wrapper .filter-results-items .dropdown-toggle .icon-arrow {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 12px;
	height: 7px;
	background-image: url("../images/icon-arrow.png");
}

.filter-results-wrapper .filter-results-items .dropdown-menu {
	display: none;
	position: absolute;
	z-index: 9;
	top: 22px;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.filter-results-wrapper .filter-results-items .dropdown-menu li {
	cursor: pointer;
}

.filter-results-wrapper .filter-results-items .dropdown-menu li.active {
	color: #fb368e;
}

.filter-results-wrapper .filter-results-items .dropdown-menu li:hover {
	background-color: #f2f2f2;
}

.filter-results-wrapper .filter-results-count {
	float: left;
	color: #ccc;
}

.filter-results-wrapper .filter-results-count span {
	color: #fef504;
}

.filter-results-wrapper .filter-current-status {
	float: left;
}

.filter-results-wrapper .filter-current-status li {
	position: relative;
	float: left;
	padding: 0 26px 0 10px;
	height: 26px;
	margin-right: 5px;
	background-color: #fff;
	line-height: 26px;
	font-size: 12px;
}

.filter-results-wrapper .filter-current-status li .close {
	position: absolute;
	top: 7px;
	right: 4px;
	width: 13px;
	height: 13px;
}

.filter-results-wrapper .filter-current-status li .close:hover {
	opacity: .8;
}

.filter-results-wrapper .filter-current-status .btn-clear {
	margin-left: 10px;
	padding: 0 0 0 25px;
	cursor: pointer;
	background: url("../images/icon-clear.png") left center no-repeat;
}

.filter-results-wrapper .filter-current-status .btn-clear span {
	text-decoration: underline;
}

.filter-results-wrapper .filter-current-status .btn-clear:hover {
	color: #fb368e;
}

.filter-results-wrapper .filter-results-search {
	float: right;
	padding-top: 6px;
}

.filter-results-wrapper .filter-results-search .text-input {
	float: left;
	width: 289px;
	height: 32px;
	padding: 2px 10px;
	border: none;
	background-color: #fff;
	line-height: 1.5;
}

.filter-results-wrapper .filter-results-search .btn-submit {
	float: left;
	width: 60px;
	height: 32px;
	background-color: #fb368e;
	border: none;
	color: #fff;
}

.index-goods .icon {
	width: 64px;
	height: 58px;
	background-position: center;
}

.index-goods .icon-hose {
	background-image: url(../images/icon-hose.png);
}

.index-goods .icon-team {
	background-image: url(../images/icon-team.png);
}

.index-goods .icon-brand {
	background-image: url(../images/icon-brand.png);
}

.index-goods .icon-bag {
	background-image: url(../images/icon-bag.png);
}

.icon-side-menu {
	display: inline-block;
	vertical-align: -4px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-position: center;
	width: 16px;
	height: 20px;
}

.icon-side-menu_a1 {
	background-image: url(../images/icon-about_menu1.png);
}

.icon-side-menu_a2 {
	background-image: url(../images/icon-about_menu2.png);
}

.icon-side-menu_a3 {
	background-image: url(../images/icon-about_menu3.png);
}

.icon-side-menu_a4 {
	background-image: url(../images/icon-about_menu4.png);
}

.icon-side-menu_a5 {
	background-image: url(../images/icon-about_menu5.png);
}

.icon-side-menu_a6 {
	background-image: url(../images/icon-about_menu6.png);
}

.icon-side-menu_a7 {
	background-image: url(../images/icon-about_menu7.png);
}

.sidebar-about_menu li.active .icon-side-menu_a1,
.sidebar-about_menu a:hover .icon-side-menu_a1 {
	background-image: url(../images/icon-about_menu1-active.png);
}

.sidebar-about_menu li.active .icon-side-menu_a2,
.sidebar-about_menu a:hover .icon-side-menu_a2 {
	background-image: url(../images/icon-about_menu2-active.png);
}

.sidebar-about_menu li.active .icon-side-menu_a3,
.sidebar-about_menu a:hover .icon-side-menu_a3 {
	background-image: url(../images/icon-about_menu3-active.png);
}

.sidebar-about_menu li.active .icon-side-menu_a4,
.sidebar-about_menu a:hover .icon-side-menu_a4 {
	background-image: url(../images/icon-about_menu4-active.png);
}

.sidebar-about_menu li.active .icon-side-menu_a5,
.sidebar-about_menu a:hover .icon-side-menu_a5 {
	background-image: url(../images/icon-about_menu5-active.png);
}

.sidebar-about_menu li.active .icon-side-menu_a6,
.sidebar-about_menu a:hover .icon-side-menu_a6 {
	background-image: url(../images/icon-about_menu6-active.png);
}

.sidebar-about_menu li.active .icon-side-menu_a7,
.sidebar-about_menu a:hover .icon-side-menu_a7 {
	background-image: url(../images/icon-about_menu7-active.png);
}

.after-sale-wrapper .icon-flow {
	display: inline-block;
	vertical-align: -6px;
	margin-right: 10px;
	width: 26px;
	height: 26px;
}

.after-sale-wrapper .icon-flow_1 {
	background-image: url(../images/icon-flow_1.png);
}

.after-sale-wrapper .icon-flow_2 {
	background-image: url(../images/icon-flow_2.png);
}

.after-sale-wrapper .icon-flow_3 {
	background-image: url(../images/icon-flow_3.png);
}

.after-sale-wrapper .icon-flow_4 {
	background-image: url(../images/icon-flow_4.png);
}

.after-sale-wrapper .icon-flow_5 {
	background-image: url(../images/icon-flow_5.png);
}

.after-sale-wrapper .icon-flow_6 {
	background-image: url(../images/icon-flow_6.png);
}

.after-sale-wrapper .icon-flow_7 {
	background-image: url(../images/icon-flow_7.png);
}

.header-index-swiper {
	height: 680px;
}

.header-index-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
}

.header-index-swiper .swiper-pagination {
	height: 10px;
	bottom: 15px;
}

.header-index-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 60px;
	height: 10px;
	margin: 0 10px;
	border-radius: 5px;
	background-color: #fff;
	text-indent: -999em;
	opacity: 1;
}

.header-index-swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: .2;
}

.header-index-swiper .swiper-button-next,
.header-index-swiper .swiper-button-prev {
	width: 30px;
	height: 55px;
	margin-top: -27px;
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
	opacity: .5;
}

.header-index-swiper .swiper-button-next:hover,
.header-index-swiper .swiper-button-prev:hover {
	opacity: 1;
}

.header-index-swiper .swiper-button-prev {
	left: 50%;
	margin-left: -627px;
	background-image: url(../images/swiper-slide-prev.png);
}

.header-index-swiper .swiper-button-next {
	right: 50%;
	margin-right: -627px;
	background-image: url(../images/swiper-slide-next.png);
}

.header-index-swiper .swiper-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header-index-swiper .swiper-form {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	z-index: 10;
	bottom: 38px;
	width: 880px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.4);
}

.header-index-swiper .swiper-form__left {
	float: left;
	padding-left: 24px;
	width: 400px;
}

.header-index-swiper .swiper-form__right {
	float: left;
	padding-top: 49px;
	margin-left: 12px;
}

.header-index-swiper .swiper-form__text {
	padding-top: 18px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.header-index-swiper .swiper-form__text b {
	font-size: 24px;
}

.header-index-swiper .swiper-form__text .line {
	margin: 0 12px;
	font-size: 14px;
}

.header-index-swiper .swiper-form__slider {
	height: 14px;
	border-radius: 7px;
	background: #fff;
	border: none;
}

.header-index-swiper .swiper-form__slider .ui-slider-range {
	background: #fb368e;
	border-radius: 7px 0 0 7px;
}

.header-index-swiper .swiper-form__slider .ui-slider-handle {
	top: -10px;
	margin: 0 0 0 -19px;
	width: 38px;
	height: 38px;
	background: url(../images/slider-handle.png) no-repeat 0 0;
	border: none;
	outline: none;
}

.header-index-swiper .swiper-form__slider .ui-slider-value {
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: -30px;
	width: 100px;
	text-align: center;
	margin-left: -50px;
}

.header-index-swiper .swiper-form__input {
	float: left;
	width: 250px;
	height: 40px;
	padding: 13px 20px;
	border: none;
}

.header-index-swiper .swiper-form__button {
	float: left;
	margin-left: 8px;
	width: 160px;
	height: 40px;
	background-color: #e61874;
	background-image: linear-gradient(30deg, #e61874, #fd5ba4);
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.index-goods {
	height: 214px;
	padding-top: 36px;
	background-color: #f2f2f2;
}

.index-goods .item {
	float: left;
	width: 280px;
	height: 140px;
	background-color: #fff;
	padding: 0 20px;
	margin-right: 25px;
}

.index-goods .item-last {
	margin-right: 0;
}

.index-goods .item:last-child {
	margin-right: 0;
}

.index-goods .item:hover {
	-webkit-box-shadow: 0 2px 21px 1px rgba(208, 208, 208, 0.9);
	box-shadow: 0 2px 21px 1px rgba(208, 208, 208, 0.9);
}

.index-goods .item__icon {
	float: left;
	width: 54px;
	height: 140px;
	padding-top: 40px;
}

.index-goods .item__text {
	float: left;
	width: 186px;
	padding-top: 43px;
	text-align: center;
	color: #999;
}

.index-goods .item__text h5 {
	margin-bottom: 2px;
	color: #333;
	font-size: 20px;
}

.index-session__head {
	padding-top: 66px;
	margin-bottom: 40px;
	line-height: 1;
	text-align: center;
}

.index-session__head p {
	color: #999;
	text-transform: uppercase;
}

.index-session__title {
	margin-bottom: 22px;
	font-size: 40px;
}

.index-session__body {
	padding-bottom: 86px;
}

.index-session .session-tabs .tab-nav {
	margin-bottom: 36px;
	text-align: center;
}

.index-session .session-tabs .tab-nav a {
	color: #999;
}

.index-session .session-tabs .tab-nav a.active,
.index-session .session-tabs .tab-nav a:hover {
	color: #fb368e;
}

.index-session .session-tabs .tab-nav .line {
	padding: 0 10px;
	color: #999;
}

.index-session .session-tabs .tab-content {
	height: 567px;
	display: none;
}

.index-session .more-link {
	display: block;
	margin: 60px auto 0;
	width: 130px;
	height: 40px;
	border: 1px solid #cbcbcb;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 14px;
}

.index-session .more-link:hover {
	border-color: #fb368e;
	color: #fb368e;
}

.session-case .case-item {
	position: relative;
	float: left;
}

.session-case .case-item img {
	display: block;
}

.session-case .case-item-text {
	display: table;
	width: 275px;
	height: 275px;
	padding: 0 35px;
	*padding-top: 75px;
	background-color: #d7d5cf;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
}

.session-case .case-item-text h5 {
	display: none;
	margin-bottom: 20px;
	font-weight: normal;
}

.session-case .case-item-text p {
	display: table-cell;
	vertical-align: middle;
}

.session-case .case-style-introduce {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 276px;
	height: 276px;
	padding: 80px 46px 0;
	background-color: #f4c953;
	background-color: rgba(244, 201, 83, 0.8);
	font-size: 12px;
	line-height: 25px;
	color: #fff;
}

.session-case .style-2 {
	background-color: #abcafb;
	background-color: rgba(171, 202, 251, 0.8);
}

.session-case .style-3 {
	background-color: #f49cc1;
	background-color: rgba(244, 156, 193, 0.8);
}

.session-case .style-4 {
	background-color: #88ca69;
	background-color: rgba(136, 202, 105, 0.8);
}

.session-case .style-5 {
	background-color: #89e9cd;
	background-color: rgba(137, 233, 205, 0.8);
}

.session-case .style-6 {
	background-color: #83c6f9;
	background-color: rgba(131, 198, 249, 0.8);
}

.session-case .style-7 {
	background-color: #f56063;
	background-color: rgba(245, 96, 99, 0.8);
}

.session-case .style-8 {
	background-color: #58cede;
	background-color: rgba(88, 206, 222, 0.8);
}

.session-case .style-9 {
	background-color: #ef6393;
	background-color: rgba(239, 99, 147, 0.8);
}

.session-team {
	background: #fff;
}

.session-team .index-session__head {
	padding-top: 14px;
}

.session-team .index-session__body {
	padding-bottom: 34px;
}

.session-hot-estate .hot-estate-list {
	position: relative;
	height: 946px;
}

.session-hot-estate .hot-estate-item {
	position: absolute;
}

.session-hot-estate .hot-estate-item__mask,
.session-hot-estate .hot-estate-item__info {
	left: -2000em;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}

.session-hot-estate .hot-estate-item__mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}

.session-hot-estate .hot-estate-item__info {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 100%;
	margin-top: -38px;
	text-align: center;
	color: #fff;
}

.session-hot-estate .hot-estate-item__info .name {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1;
}

.session-hot-estate .hot-estate-item__info .count {
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #fff;
	line-height: 32px;
	font-size: 12px;
}

.session-hot-estate .hot-estate-item_1 {
	left: 0;
	top: 0;
}

.session-hot-estate .hot-estate-item_2 {
	top: 320px;
	left: 0;
}

.session-hot-estate .hot-estate-item_3 {
	left: 525px;
	top: 0;
}

.session-hot-estate .hot-estate-item_4 {
	left: 840px;
	top: 0;
}

.session-hot-estate .hot-estate-item_5 {
	left: 840px;
	top: 320px;
}

.session-hot-estate .hot-estate-item_6 {
	left: 525px;
	top: 638px;
}

.session-hot-estate .hot-estate-item-active .hot-estate-item__info,
.session-hot-estate .hot-estate-item-active .hot-estate-item__mask {
	left: 0;
}

.session-hot-estate .hot-estate-item-active .hot-estate-item__mask {
	opacity: .5;
}

.reserve-area {
	margin-top: 72px;
	height: 303px;
}

.reserve-form {
	width: 306px;
	float: right;
}

.reserve-form__title {
	margin-bottom: 15px;
	text-align: center;
}

.reserve-form__title h2 {
	font-size: 24px;
}

.reserve-form__title p {
	color: #666;
	text-transform: uppercase;
}

.reserve-form__content .text {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.reserve-form__content .count-bar {
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
}

.reserve-form__content .count-bar .number {
	padding: 0 5px;
	color: #6d131e;
}

.reserve-form .form-group {
	position: relative;
	margin-bottom: 7px;
}

.reserve-form .control-label {
	position: absolute;
	left: 10px;
	color: #666;
	line-height: 36px;
}

.reserve-form .form-control {
	width: 100%;
	height: 36px;
	padding-left: 52px;
	font-size: 14px;
	border: 1px solid #f2f2f2;
}

.reserve-form .form-control:focus {
	border-color: #6d131e;
	outline: none;
}

.reserve-form__button {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #6d131e;
	border: none;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}

.session-vr {
	height: 812px;
	background: url(../images/session-vr_bg.jpg) no-repeat center;
}

.vr-list {
	height: 480px;
	overflow: hidden;
}

.vr-list .vr-item {
	position: relative;
	float: left;
}

.vr-list .vr-item_left {
	width: 638px;
	height: 480px;
	margin-right: 10px;
}

.vr-list .vr-item_right {
	width: 552px;
	height: 235px;
	margin-bottom: 10px;
}

.vr-list .vr-item__name {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.vr-list .vr-item__name:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.vr-list .vr-item__state {
	position: absolute;
	right: 30px;
	top: 30px;
}

.vr-list .vr-item__img {
	height: 100%;
}

.engineering-area .engineering-info {
	width: 387px;
	height: 380px;
	padding-top: 60px;
	background: url(../images/engineering-bg.jpg) 0 0;
	color: #fff;
}

.engineering-area .engineering-info__title {
	padding: 7px 10px;
	width: 286px;
	height: 80px;
	margin: 0 auto;
	border: 4px solid #fff;
}

.engineering-area .engineering-info__title h3 {
	height: 58px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 58px;
	font-size: 26px;
}

.engineering-area .engineering-info__list {
	margin-top: 13px;
}

.engineering-area .engineering-info__list li {
	line-height: 55px;
	text-align: center;
	font-size: 30px;
}

.engineering-area .engineering-info__list li a {
	color: #fff;
}

.engineering-area .engineering-info__list li a:hover {
	color: #fb368e;
}

.session-encyclopedia {
	background-color: #f8f8f8;
}

.session-encyclopedia .wrapper {
	overflow: hidden;
}

.encyclopedia-list {
	margin-left: -100px;
	overflow: hidden;
}

.encyclopedia-item {
	float: left;
	width: 324px;
}

.encyclopedia-item__head {
	padding: 0 0 38px 100px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 24px;
	color: #b8b8b8;
	line-height: 1;
}

.encyclopedia-item__body {
	padding: 28px 0 0 100px;
}

.encyclopedia-item__title {
	margin-bottom: 23px;
	font-size: 20px;
	color: #333;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.encyclopedia-item__desc {
	height: 90px;
	overflow: hidden;
	margin-bottom: 17px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.brand-list {
	margin-bottom: 100px;
	overflow: hidden;
}

.brand-list ul {
	margin: -11px 0 0 -11px;
}

.brand-list .brand-item {
	float: left;
	width: 140px;
	margin: 11px 0 0 11px;
	height: 50px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	overflow: hidden;
}

.index-count-bar {
	height: 150px;
	padding-top: 48px;
	background: url(../images/index-count_bg.jpg) no-repeat center;
	text-align: center;
}

.index-count-bar .item {
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.index-count-bar .item strong {
	padding-right: 10px;
	font-weight: normal;
	font-size: 48px;
}

.main-wrapper {
	padding: 50px 0;
}

.main-about {
	padding: 50px 0;
}

.main-about .main-sidebar {
	width: 280px;
}

.main-about .main-content,
.main-about .main-tabs {
	width: 900px;
}

.main-about .pagination-wrapper {
	padding-bottom: 45px;
}

.main-designer,
.main-customer-evaluate,
.main-baike,
.main-hot-houses,
.main-excellent-case,
.main-panorama-vr {
	padding-top: 25px;
}

.main-designer .breadcrumb,
.main-customer-evaluate .breadcrumb,
.main-baike .breadcrumb,
.main-hot-houses .breadcrumb,
.main-excellent-case .breadcrumb,
.main-panorama-vr .breadcrumb {
	padding: 30px 0;
	border-bottom: none;
	background: none;
}

.main-designer .main-content,
.main-customer-evaluate .main-content,
.main-baike .main-content,
.main-hot-houses .main-content,
.main-excellent-case .main-content,
.main-panorama-vr .main-content {
	padding: 0;
}

.main-designer-home {
	padding-top: 0;
}

.main-case {
	padding-top: 0;
}

.main-tabs .tab-title {
	margin-bottom: 4px;
	background-color: #fff;
}

.main-tabs .tab-title li {
	float: left;
	width: 25%;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.main-tabs .tab-title li a {
	display: block;
	color: #666;
}

.main-tabs .tab-title li a:hover {
	color: #ea4c93;
}

.main-tabs .tab-title li.active {
	color: #ea4c93;
}

.main-tabs .tab-title li.active a {
	border-bottom: 4px solid #ea4c93;
	color: #ea4c93;
}

.main-tabs .tab-content {
	background-color: #fff;
}

.main-content {
	padding: 38px 0;
	background-color: #fff;
}

.main-content__head {
	line-height: 1;
	text-align: center;
}

.main-content__head h2 {
	font-size: 24px;
	color: #333;
}

.main-content__head .h-info {
	height: 28px;
	margin-top: 10px;
	color: #999;
	line-height: 28px;
	font-size: 12px;
}

.main-content__head .h-info span {
	display: inline-block;
	vertical-align: middle;
}

.main-content__head .h-info .bdsharebuttonbox {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.main-content__head p {
	margin: 10px 0;
	color: #ccc;
	font-size: 18px;
}

.main-content__head i {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #e61874;
}

.main-content__article {
	padding: 0 50px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}

.main-content__article p {
	margin-bottom: 10px;
}

.main-content__article img {
	display: inline;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.main-sidebar .sidebar-box {
	margin-bottom: 24px;
}

.main-sidebar .sidebar-form {
	padding: 20px;
	background-color: #fff;
}

.main-sidebar .sidebar-form__title {
	margin-bottom: 14px;
	text-align: center;
	line-height: 1;
	color: #666;
	font-size: 12px;
}

.main-sidebar .sidebar-form__title h3 {
	margin-bottom: 20px;
	color: #fb368e;
	font-size: 16px;
}

.main-sidebar .sidebar-form__title .number {
	color: #fb368e;
	font-size: 16px;
}

.main-sidebar .sidebar-form__input {
	margin-bottom: 8px;
	width: 100%;
	height: 30px;
	padding: 6px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 12px;
}

.main-sidebar .sidebar-form__button {
	width: 100%;
	height: 30px;
	border: none;
	background-color: #fb368e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fb368e), to(#fd6aac));
	background-image: linear-gradient(to bottom, #fb368e, #fd6aac);
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.main-sidebar .sidebar-form__ending {
	padding-top: 8px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.main-sidebar .sidebar-form__ending b {
	color: #e61874;
	font-size: 14px;
}

.main-sidebar .sidebar-about_menu li {
	margin-bottom: 4px;
	background-color: #fff;
}

.main-sidebar .sidebar-about_menu li a {
	display: block;
	padding-left: 38px;
	height: 56px;
	border-left: 8px solid #ddd;
	line-height: 56px;
	color: #666;
	font-size: 16px;
}

.main-sidebar .sidebar-about_menu li a:hover {
	border-color: #fb368e;
	color: #fb368e;
}

.main-sidebar .sidebar-about_menu li.active a {
	border-color: #fb368e;
	color: #fb368e;
}

.button-zx-group {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.button-zx-group .button-zixun,
.button-zx-group .button-like {
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius: 4px;
	background-color: #fb388f;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.button-zx-group .icon-zixun,
.button-zx-group .icon-like {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.button-zx-group .icon-zixun {
	width: 20px;
	height: 17px;
	background: url(../images/icon-yuyue.png) no-repeat 0 0;
}

.button-zx-group .icon-like {
	vertical-align: -6px;
	width: 26px;
	height: 26px;
	background: url(../images/icon-like.png) no-repeat 0 0;
}

.share-block {
	text-align: center;
}

.share-block .share-tit {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #666;
}

.share-block .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}

.share-block .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
}

.share-block .bdsharebuttonbox .bds_qzone {
	background: url(../images/share-zone.png) no-repeat center;
}

.share-block .bdsharebuttonbox .bds_tsina {
	background: url(../images/share-sina.png) no-repeat center;
}

.share-block .bdsharebuttonbox .bds_weixin {
	background: url(../images/share-weixin.png) no-repeat center;
}

.company-history-list {
	padding: 38px 50px 0;
}

.company-history-list .item {
	position: relative;
	padding-left: 166px;
	min-height: 213px;
	padding-bottom: 77px;
}

.company-history-list .item i.line {
	position: absolute;
	left: 68px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #eee;
}

.company-history-list .item_header {
	margin-bottom: 10px;
}

.company-history-list .item_header .date {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 26px;
}

.company-history-list .item_header .tit {
	font-size: 20px;
	line-height: 1;
	color: #fb368e;
}

.company-history-list .item_body div.pic {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 136px;
	height: 136px;
	overflow: hidden;
	border-radius: 50%;
}

.company-history-list .item_body div.pic img {
	display: block;
	width: auto;
	height: 100%;
}

.company-history-list .item_body .circle {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 57px;
}

.company-history-list .item_body .text {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.company-brand-introduction {
	padding: 10px 30px 0;
}

.company-brand-introduction-section-1 .item {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.company-brand-introduction-section-1 .item:last-child:after {
	position: absolute;
	bottom: 0;
	left: 43px;
	width: 22px;
	height: 22px;
	background: #fff url(../images/icon-company-history-circular.png) no-repeat 0 0;
}

.company-brand-introduction-section-1 .item-left {
	position: relative;
	float: left;
	width: 174px;
}

.company-brand-introduction-section-1 .item-left img {
	display: block;
	margin-bottom: 3px;
}

.company-brand-introduction-section-1 .item-left:after {
	position: absolute;
	top: 123px;
	left: 53px;
	content: '';
	width: 1px;
	height: 600px;
	background-color: #b5b5b5;
}

.company-brand-introduction-section-1 .item-body {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 36px;
}

.company-brand-introduction-section-1 .item-body .tit {
	margin-bottom: 5px;
	font-size: 16px;
	color: #222;
}

.company-brand-introduction-section-1 .item-body .desc {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.company-brand-introduction-section-1 .item-body .line {
	margin: 20px 0 26px;
	height: 1px;
	border-top: 1px dashed #a09f9e;
}

.company-brand-introduction-section-1 .item-body img {
	display: block;
	margin-bottom: 0;
}

.company-brand-introduction-section-2 {
	padding: 0 60px;
}

.company-brand-introduction-section-2 .img-center {
	margin: 60px auto;
}

.company-brand-introduction-section-2 .img-center:first-child {
	margin-top: 20px;
}

.company-brand-introduction-section-2 .item {
	margin-bottom: 20px;
}

.company-brand-introduction-section-2 .item-left {
	float: left;
	display: table;
	width: 80px;
	height: 80px;
	padding: 7px;
	background-color: #f2f2f2;
	font-size: 18px;
	text-align: center;
}

.company-brand-introduction-section-2 .item-left b {
	display: block;
	height: 100%;
	padding-top: 8px;
	border: 1px solid #fff;
	vertical-align: middle;
	line-height: 24px;
}

.company-brand-introduction-section-2 .item-body {
	overflow: hidden;
	padding-left: 24px;
}

.company-brand-introduction-section-2 .item-body .tit {
	margin-bottom: 5px;
	font-size: 16px;
}

.company-brand-introduction-section-2 .item-body .desc {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.company-brand-introduction-bg {
	margin-bottom: -40px;
	height: 220px;
	background: url(../images/company-brand-introduction_1.png) no-repeat center bottom;
}

.company-magazline-list {
	padding: 50px 0 0 80px;
}

.company-magazline-list .item {
	float: left;
	width: 190px;
	height: 273px;
	padding: 20px 20px 0;
	margin: 0 75px 55px 0;
}

.company-magazline-list .item:hover {
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.company-magazline-list .item .tit {
	margin-top: 24px;
	text-align: center;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company-video-list {
	padding: 34px 0 0 20px;
}

.company-video-list .item {
	float: left;
	margin-right: 13px;
	margin-bottom: 36px;
	width: 280px;
	height: 230px;
	padding: 10px;
}

.company-video-list .item .tit {
	margin-top: 15px;
	text-align: center;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company-video-list .item:hover {
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.company-video-list2 .item {
	position: relative;
	height: 210px;
	padding: 0;
}

.company-video-list2 .item-foot {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 42px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
	line-height: 42px;
	color: #fff;
}

.company-video-list2 .item-foot .video-tit {
	float: left;
	width: 70%;
	padding-left: 10px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company-video-list2 .item-foot .duration {
	float: right;
	width: 30%;
	padding-right: 10px;
	font-size: 16px;
	text-align: right;
}

.company-honor-list {
	padding: 25px 0 25px 55px;
}

.company-honor-list .item {
	margin: 0 25px 25px 0;
	float: left;
	width: 245px;
}

.company-honor-list .item .thumb {
	margin-bottom: 12px;
}

.company-honor-list .item .tit {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company-news-list,
.baike-list {
	padding: 25px 0;
}

.company-news-list .item,
.baike-list .item {
	display: block;
	padding: 40px 50px;
}

.company-news-list .item .info,
.baike-list .item .info {
	float: right;
	width: 460px;
}

.company-news-list .item .info .tit,
.baike-list .item .info .tit {
	margin-bottom: 6px;
	font-size: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.company-news-list .item .info .date,
.baike-list .item .info .date {
	margin-bottom: 17px;
	font-size: 16px;
	color: #999;
}

.company-news-list .item .info .desc,
.baike-list .item .info .desc {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.company-news-list .item-nopic .info,
.baike-list .item-nopic .info {
	float: none;
	width: auto;
}

.baike-list .item {
	float: left;
	width: 50%;
	position: relative;
}

.baike-list .item .info {
	width: 270px;
}

.baike-list .item .info .desc {
	height: 90px;
	overflow: hidden;
	margin-bottom: 30px;
}

.baike-list .item .info .date {
	position: absolute;
	padding-top: 6px;
	bottom: 40px;
	margin-bottom: 0;
	right: 50px;
	width: 270px;
	border-top: 1px solid #eee;
}

.baike-article-content {
	padding: 0 100px 100px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}

.baike-article-content p {
	margin-bottom: 10px;
}

.baike-article-content img {
	display: inline;
	max-width: 100%;
	height: auto;
}

.sidebar-box-list-baike .item {
	margin-top: 16px;
}

.sidebar-box-list-baike .item:before,
.sidebar-box-list-baike .item:after {
	content: " ";
	display: table;
}

.sidebar-box-list-baike .item:after {
	clear: both;
}

.sidebar-box-list-baike .item .thumb {
	background-color: #eee;
}

.sidebar-box-list-baike .item .con {
	overflow: hidden;
	padding-left: 10px;
}

.sidebar-box-list-baike .item .tit {
	height: 44px;
	margin-bottom: 16px;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sidebar-box-list-baike .item .btn-info {
	display: block;
	width: 60px;
	height: 20px;
	background-color: #fb368e;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.contact-us-content {
	padding: 40px 50px 0;
}

.contact-us-content .address {
	margin-bottom: 40px;
}

.contact-us-content .address li {
	float: left;
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 16px;
}

.contact-us-content .address li.li-l {
	width: 60%;
}

.contact-us-content .address li.li-r {
	width: 40%;
}

.contact-us-content .address li i.icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 8px;
	width: 40px;
	height: 41px;
}

.contact-us-content .address li i.icon-addr {
	background-image: url(../images/icon-contact-addr.png);
}

.contact-us-content .address li i.icon-email {
	background-image: url(../images/icon-contact-email.png);
}

.contact-us-content .address li i.icon-tel {
	background-image: url(../images/icon-contact-tel.png);
}

.contact-us-content .map {
	height: 500px;
}

.preferential-activities-wrapper {
	padding-top: 26px;
}

.preferential-activities-wrapper .banner-img {
	margin-bottom: 32px;
}

.preferential-activities-wrapper .preferential-activities-list {
	margin: -15px 0 30px -15px;
}

.preferential-activities-wrapper .preferential-activities-list .item {
	float: left;
	margin: 15px 0 0 15px;
	position: relative;
	width: 390px;
	height: 486px;
	padding: 14px 19px 0;
	background-color: #fff
}

.preferential-activities-wrapper .preferential-activities-list .item-thumb {
	margin-bottom: 26px
}

.preferential-activities-wrapper .preferential-activities-list .item-tit {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.preferential-activities-wrapper .preferential-activities-list .item-info {
	font-size: 16px;
	line-height: 24px;
	color: #666
}
.btn_hf{
	width: 355px;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
}

.wrapper .item .icon-label{
	left: 0.94rem !important;
	top: 0.6rem !important;
}

.preferential-activities-wrapper .preferential-activities-list .button {
  width: 167px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.2);
  color: #fa2978;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  background-image: url(/images/btn_hou.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.preferential-activities-wrapper .preferential-activities-list .button:hover {
  background-image: url(/images/btn_qian.png);
  border: none;
}

.hot-houses-list,
.customer-evaluate-list,
.excellent-case-list {
	padding: 45px 45px 0;
}

.hot-houses-list .item,
.customer-evaluate-list .item,
.excellent-case-list .item {
	margin-bottom: 50px;
}

.hot-houses-list .item-info,
.customer-evaluate-list .item-info,
.excellent-case-list .item-info {
	width: 405px;
}

.hot-houses-list .item-tit,
.customer-evaluate-list .item-tit,
.excellent-case-list .item-tit {
	position: relative;
	height: 44px;
	font-size: 20px;
}

.hot-houses-list .item-tit a,
.customer-evaluate-list .item-tit a,
.excellent-case-list .item-tit a {
	color: #333;
}

.hot-houses-list .item-tit a:hover,
.customer-evaluate-list .item-tit a:hover,
.excellent-case-list .item-tit a:hover {
	color: #fb368e;
}

.hot-houses-list .item-tit:after,
.customer-evaluate-list .item-tit:after,
.excellent-case-list .item-tit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 52px;
	height: 1px;
	background-color: #dcdcdc;
}

.hot-houses-list .item-desc,
.customer-evaluate-list .item-desc,
.excellent-case-list .item-desc {
	margin: 15px 0;
	height: 54px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

.hot-houses-list .item-count {
	height: 62px;
	padding-top: 10px;
	border-top: #dadada dashed 1px;
	font-size: 12px;
}

.hot-houses-list .item-count span {
	float: left;
	width: 33.3%;
	font-weight: bold;
}

.hot-houses-list .item-count b {
	font-size: 16px;
	color: #ee325f;
}

.hot-houses-list .item-button-group .button {
	width: 100px;
	height: 30px;
	float: left;
	margin-left: 47px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fb368e;
	font-size: 14px;
	color: #fb368e;
}

.hot-houses-list .item-button-group .button:hover {
	opacity: .8;
}

.hot-houses-list .item-button-group .button-more {
	margin-left: 0;
	background-color: #fb368e;
	color: #fff;
}

.hot-house-detail .section {
	padding: 30px 0;
	background-color: #fff;
}

.hot-house-detail .section-head {
	margin-bottom: 20px;
	text-align: center;
}

.hot-house-detail .section-head h2 {
	font-size: 20px;
}

.hot-house-detail .section-head .line {
	margin: 3px auto 8px;
	width: 20px;
	height: 4px;
	background-color: #fb368e;
}

.hot-house-detail .section-head p {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}

.hot-house-detail .section-1 {
	background-color: #fff;
}

.hot-house-detail .section-1 .wrapper {
	padding: 0 60px;
}

.hot-house-detail .section-1 .media {
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
}

.hot-house-detail .section-1 .media-info {
	overflow: hidden;
	padding-left: 60px;
}

.hot-house-detail .section-1 .media-tit {
	position: relative;
	height: 44px;
	font-size: 20px;
}

.hot-house-detail .section-1 .media-tit a {
	color: #333;
}

.hot-house-detail .section-1 .media-tit a:hover {
	color: #fb368e;
}

.hot-house-detail .section-1 .media-tit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 52px;
	height: 1px;
	background-color: #dcdcdc;
}

.hot-house-detail .section-1 .media-desc {
	margin: 15px 0;
	height: 54px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

.hot-house-detail .section-1 .media-count {
	height: 62px;
	padding-top: 10px;
	border-top: #dadada dashed 1px;
	font-size: 12px;
}

.hot-house-detail .section-1 .media-count span {
	float: left;
	margin-right: 60px;
	font-weight: bold;
}

.hot-house-detail .section-1 .media-count b {
	font-size: 16px;
	color: #ee325f;
}

.hot-house-detail .section-1 .media-button-group .button {
	width: 100px;
	height: 30px;
	float: left;
	margin-right: 40px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fb368e;
	font-size: 14px;
	color: #fb368e;
}

.hot-house-detail .section-1 .media-button-group .button:hover {
	opacity: .8;
}

.hot-house-detail .section-1 .media-button-group .button-more {
	margin-left: 0;
	background-color: #fb368e;
	color: #fff;
}

.hot-house-detail .section-2 {
	background-color: #fff;
}

.hot-house-detail .section-2 .list-house-type {
	text-align: center;
}

.hot-house-detail .section-2 .list-house-type .item {
	display: inline-block;
	margin: 0 10px;
}

.hot-house-detail .section-2 .list-house-type .item img {
	background-color: #eee;
}

.hot-house-detail .section-2 .list-house-type .item-tit {
	height: 30px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

.hot-house-detail .section-3 {
	height: 790px;
	background: url("../images/house-case-bg.png") center no-repeat;
}

.hot-house-detail .section-3 .real-estate-case {
	width: 1000px;
	margin: 0 auto;
}

.hot-house-detail .section-3 .real-estate-case .tab-nav li {
	float: left;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	cursor: pointer;
}

.hot-house-detail .section-3 .real-estate-case .tab-nav li.active {
	background-color: #fb368e;
	color: #fff;
}

.hot-house-detail .section-3 .real-estate-case .tab-content {
	background-color: #eee;
}

.hot-house-detail .section-3 .real-estate-case .swiper-container {
	position: relative;
}

.hot-house-detail .section-3 .real-estate-case .swiper-button-prev,
.hot-house-detail .section-3 .real-estate-case .swiper-button-next {
	width: 36px;
	height: 74px;
	margin-top: -37px;
	background-size: initial;
}

.hot-house-detail .section-3 .real-estate-case .swiper-button-prev {
	left: 40px;
	background-image: url("../images/icon-house-slide-prev.png");
}

.hot-house-detail .section-3 .real-estate-case .swiper-button-next {
	right: 40px;
	background-image: url("../images/icon-house-slide-next.png");
}

.hot-house-detail .section-3 .real-estate-case .swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.hot-house-detail .section-3 .real-estate-case .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.hot-house-detail .section-3 .real-estate-case .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fb368e;
}

.customer-evaluate-list .item-tit {
	height: 80px;
	padding-top: 35px;
}

.customer-evaluate-list .item-foot {
	text-align: right;
	color: #999;
}

.excellent-case-list .item-tit {
	height: 72px;
	padding-top: 30px;
}

.excellent-case-list .item-tit .date {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 28px;
}

.excellent-case-list .item-info {
	width: 572px;
}

.excellent-case-list .item-thumb {
	position: relative;
}

.excellent-case-list .item-thumb .mask-area {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.excellent-case-list .item-thumb .mask-area .mask-info {
	position: relative;
	height: 100%;
	padding-top: 65px;
	z-index: 2;
	border: 1px solid #fff;
}

.excellent-case-list .item-thumb .mask-area .mask-info h2 {
	width: 215px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}

.excellent-case-list .item-thumb .mask-area .mask-info p {
	font-size: 16px;
}

.excellent-case-list .item-thumb:hover .mask-area {
	display: block;
}

.excellent-case-list .item-tags {
	margin: 10px 0 20px;
	font-size: 16px;
}

.excellent-case-list .item-tags span {
	margin-right: 10px;
}

.excellent-case-list .item-foot {
	margin-top: 35px;
}

.excellent-case-list .item-foot .look-count {
	color: #999;
}

.excellent-case-list .item-foot .look-count .icon-look {
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	height: 10px;
	background: url(../images/icon-look.png) no-repeat 0 0;
}

.excellent-case-list .item .button-more {
	float: right;
	width: 100px;
	height: 30px;
	margin-left: 47px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fb368e;
	font-size: 14px;
	color: #fb368e;
}

.excellent-case-list .item .button-more:hover {
	background-color: #fb368e;
	color: #fff;
}

.excellent-case-title {
	padding: 40px 0;
	text-align: center;
}

.excellent-case-title h1 {
	margin-bottom: 30px;
	font-size: 26px;
}

.excellent-case-title .info {
	padding: 0 100px;
	font-size: 16px;
	color: #999;
}

.excellent-case-title .read-count,
.excellent-case-title .like-count {
	margin-left: 40px;
	height: 22px;
	line-height: 22px;
	color: #666;
}

.excellent-case-title .icon-like,
.excellent-case-title .icon-look {
	display: inline-block;
	margin-right: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.excellent-case-title .icon-like {
	vertical-align: top;
	width: 22px;
	height: 22px;
	background-image: url(../images/icon-like-gray.png);
}

.excellent-case-title .icon-look {
	vertical-align: middle;
	width: 26px;
	height: 16px;
	background-image: url(../images/icon-look-gray.png);
}

.excellent-case-content {
	padding: 0 100px 20px;
}

.excellent-case-content .block-head .block-tit {
	text-align: center;
	font-size: 20px;
}

.excellent-case-content .block-head i {
	display: block;
	width: 50px;
	height: 4px;
	margin: 20px auto 0;
	background-color: #fb388f;
}

.excellent-case-content .block-body {
	margin: 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.excellent-case-content .block-body img {
	max-width: 100%;
	margin: 10px auto;
}

.excellent-case-content .button-zx-group {
	width: 284px;
	padding: 60px 0;
}

.excellent-case-sidebar-box {
	background-color: #fff;
	padding: 20px;
}

.excellent-case-sidebar-box__title h2 {
	font-size: 20px;
	line-height: 1;
}

.excellent-case-sidebar-box__title i {
	margin: 15px 0 0;
	display: block;
	width: 50px;
	height: 4px;
	background-color: #fb388f;
}

.excellent-case-sidebar-box__content {
	padding-top: 20px;
}

.excellent-case-sidebar-box .case-info {
	line-height: 30px;
	color: #666;
}

.excellent-case-sidebar-box .author-avatar {
	display: block;
	margin: 20px auto 24px;
	background-color: #eee;
	border-radius: 50%;
}

.excellent-case-sidebar-box .zx-count-bar {
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

.excellent-case-sidebar-box .zx-count-bar b {
	color: #fb388f;
	font-size: 20px;
}

.excellent-case-sidebar-box .button-zx {
	display: block;
	width: 136px;
	margin: 18px auto 0;
}

.excellent-case-sidebar-box .recommend-case-list .item {
	width: 234px;
	height: 272px;
	margin-bottom: 40px;
	padding-top: 17px;
	background: url(../images/recommend-case-bg.jpg) no-repeat 0 0;
}

.excellent-case-sidebar-box .recommend-case-list .item:last-child {
	margin-bottom: 0;
}

.excellent-case-sidebar-box .recommend-case-list .item-thumb {
	margin: 0 auto 20px;
	background-color: #eee;
}

.excellent-case-sidebar-box .recommend-case-list .item-tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
}

.case-list {
	margin-left: -13px;
	margin-top: 20px;
}

.case-list .item {
	float: left;
	width: 290px;
	height: 370px;
	margin: 0 0 13px 13px;
	background-color: #fff;
}

.case-list .item-active,
.case-list .item:hover {
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
}

.case-list .item-object {
	padding: 5px 5px 0;
	position: relative;
}

.case-list .item-object img {
	width: 100%;
	height: 280px;
	background-color: #eee;
}

.case-list .item-object .con {
	visibility: hidden;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 280px;
	height: 280px;
	padding: 20px 50px;
	background-color: #eee;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.case-list .item-object .con p {
	max-height: 200px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.case-list .item-info {
	padding: 15px;
}

.case-list .item-info .con {
	padding-left: 16px;
	overflow: hidden;
}

.case-list .item-info .con .tit {
	margin-bottom: 5px;
	font-size: 16px;
}

.case-list .item-info .con p {
	font-size: 12px;
	color: #666;
}

.case-list .item-info .avatar {
	border-radius: 50%;
	background-color: #f2f2f2;
}

.case-list .item-info .author-info {
	float: left;
	position: relative;
	cursor: pointer;
}

.case-list .popup-author {
	display: none;
	position: absolute;
	z-index: 20;
	bottom: 71px;
	left: 0;
	width: 310px;
	padding: 15px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	font-size: 12px;
}

.case-list .popup-author .icon-arrow {
	position: absolute;
	bottom: -13px;
	left: 15px;
	width: 24px;
	height: 13px;
	background-image: url("../images/icon-popup-author-arrow.jpg");
}

.case-list .popup-author .avatar {
	float: left;
}

.case-list .popup-author ul li {
	padding-bottom: 6px;
}

.case-list .popup-author ul .label {
	float: left;
	width: 72px;
	color: #666;
}

.case-list .popup-author ul .value {
	overflow: hidden;
}

.case-list .popup-author .btn-group {
	padding-top: 5px;
	margin-left: -5px;
}

.case-list .popup-author .btn-group .btn {
	float: left;
	margin-left: 5px;
	width: 136px;
	height: 40px;
	border: 1px solid #d5d5d5;
	line-height: 40px;
	text-align: center;
}

.case-content {
	padding: 25px;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.case-content .content {
	float: left;
	width: 860px;
}

.case-content .sidebar {
	float: right;
	width: 230px;
}

.case-content .case-info .tit {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
}

.case-content .case-info .con {
	font-size: 12px;
}

.case-content .case-info .foot {
	padding: 40px 0 20px;
	font-size: 12px;
	color: #666;
}

.case-content .case-info .read-count,
.case-content .case-info .like-count {
	margin-right: 40px;
	height: 22px;
	line-height: 22px;
	color: #666;
}

.case-content .case-info .icon-like,
.case-content .case-info .icon-look {
	display: inline-block;
	margin-right: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.case-content .case-info .icon-like {
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon-like-case.png);
}

.case-content .case-info .icon-look {
	vertical-align: middle;
	width: 18px;
	height: 10px;
	background-image: url(../images/icon-look.png);
}

.case-content .sidebar-block {
	margin-bottom: 20px;
}

.case-content .sidebar-block .btn-zixun {
	display: block;
	margin: 0 auto;
	width: 188px;
	height: 40px;
	background-color: #fb368e;
	border: none;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.case-content .sidebar-mod-author .hd {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.case-content .sidebar-mod-author .bd {
	padding: 24px 10px 25px;
	border: 1px solid #e9e9e9;
	text-align: center;
}

.case-content .sidebar-mod-author .avatar {
	margin: 0 auto 20px;
	border-radius: 50%;
	background-color: #eee;
}

.case-content .sidebar-mod-author .name {
	margin-bottom: 5px;
	font-size: 14px;
}

.case-content .sidebar-mod-author li {
	font-size: 12px;
}

.case-content .sidebar-mod-author .btn-group {
	margin-top: 20px;
}

.case-content .sidebar-mod-author .btn-group .btn {
	width: 80px;
	height: 23px;
	border: 1px solid #fb368e;
	line-height: 23px;
	text-align: center;
	color: #fb368e;
	font-size: 12px;
}

.case-content .sidebar-mod-case {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	font-size: 12px;
	color: #666;
}

.case-content .sidebar-mod-case li {
	border-bottom: 1px solid #e9e9e9;
}

.case-content .sidebar-mod-case li:before,
.case-content .sidebar-mod-case li:after {
	content: " ";
	display: table;
}

.case-content .sidebar-mod-case li:after {
	clear: both;
}

.case-content .sidebar-mod-case .label {
	float: left;
	width: 80px;
	background-color: #eee;
	border-right: 1px solid #e9e9e9;
	text-align: center;
	line-height: 30px;
}

.case-content .sidebar-mod-case .val {
	overflow: hidden;
	padding-left: 10px;
	line-height: 30px;
}

.case-content .sidebar-mod-form {
	border: 1px solid #e9e9e9;
}

.case-content .sidebar-mod-form .hd {
	padding: 18px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fb368e;
}

.case-content .sidebar-mod-form .bd {
	padding: 0 20px 20px;
}

.case-content .sidebar-mod-form .bd .form-group {
	position: relative;
	margin-bottom: 15px;
}

.case-content .sidebar-mod-form .bd .form-group .unit {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 30px;
	color: #999;
}

.case-content .sidebar-mod-form .bd .form-control {
	width: 100%;
	height: 30px;
	padding: 6px 10px;
	border: 1px solid #e9e9e9;
	font-size: 12px;
}

.case-slide {
	background-color: #f7f7f7;
}

.case-slide .prev,
.case-slide .next {
	position: absolute;
	z-index: 9;
	top: 50%;
}

.case-slide-container {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.case-slide-view {
	position: relative;
	height: 533px;
	overflow: hidden;
}

.case-slide-view .item img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.case-slide-view .prev,
.case-slide-view .next {
	width: 49px;
	height: 100px;
	margin-top: -50px;
	opacity: .5;
}

.case-slide-view .prev:hover,
.case-slide-view .next:hover {
	opacity: 1;
}

.case-slide-view .prev {
	left: 10px;
	background-image: url("../images/icon-case-slide-prev.png");
}

.case-slide-view .next {
	right: 10px;
	background-image: url("../images/icon-case-slide-next.png");
}

.case-slide-pagination {
	padding: 20px 0;
	position: relative;
}

.case-slide-pagination li {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 140px;
	height: 93px;
	background-color: #fff;
}

.case-slide-pagination li.on img {
	border-color: #fb368e;
}

.case-slide-pagination li .tit {
	position: absolute;
	left: 3px;
	bottom: 3px;
	width: 134px;
	height: 22px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}

.case-slide-pagination li img {
	border: 3px solid #b9b9b9;
}

.case-slide-pagination .prev,
.case-slide-pagination .next {
	width: 22px;
	height: 44px;
	margin-top: -22px;
}

.case-slide-pagination .prev {
	left: 20px;
	background-image: url("../images/icon-case-slide-prev2.png");
}

.case-slide-pagination .next {
	right: 20px;
	background-image: url("../images/icon-case-slide-next2.png");
}

.case-slide-pagination .case-slide-container {
	width: 750px;
	height: 93px;
	overflow: hidden;
}

.case-relevant {
	padding: 22px 14px 14px;
	background-color: #fff;
}

.case-relevant .hd {
	position: relative;
	margin-bottom: 22px;
}

.case-relevant .hd .btn-refresh {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 16px;
}

.case-relevant .hd .btn-refresh .icon-refresh {
	display: inline-block;
	vertical-align: -4px;
	margin-right: 5px;
	width: 16px;
	height: 20px;
	background: url("../images/icon-refresh.png") no-repeat 0 0;
}

.case-relevant .hd h2 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1;
}

.case-relevant .hd i.line {
	display: block;
	width: 50px;
	height: 4px;
	background-color: #fb368e;
}

.case-relevant .bd ul {
	margin-left: -20px;
}

.case-relevant .bd li {
	float: left;
	width: 278px;
	margin-left: 20px;
}

.case-relevant .bd li img {
	background-color: #333;
}

.case-relevant .bd li p {
	height: 30px;
	background-color: #e9e9e9;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.designer-team-list {
	margin-left: -13px;
	margin-top: 20px;
}

.designer-team-list .item {
	float: left;
	width: 290px;
	height: 370px;
	margin: 0 0 13px 13px;
	background-color: #fff;
}

.designer-team-list .item-active,
.designer-team-list .item:hover {
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
}

.designer-team-list .item-active .con,
.designer-team-list .item:hover .con {
	visibility: visible;
	bottom: 0;
}

.designer-team-list .item .con {
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -26px;
	padding: 0 32px;
	-webkit-transition: bottom .3s;
	transition: bottom .3s;
}

.designer-team-list .item .con .btn {
	width: 90px;
	height: 26px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 26px;
	color: #fff;
}

.designer-team-list .item .con .btn-2 {
	background-color: rgba(251, 54, 142, 0.5);
}

.designer-team-list .item-object {
	padding: 5px 5px 0;
	position: relative;
	overflow: hidden;
}

.designer-team-list .item-object img {
	background-color: #eee;
}

.designer-team-list .item-info {
	padding: 15px;
}

.designer-team-list .item-info .name {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	line-height: 1;
	text-align: center;
	font-size: 12px;
}

.designer-team-list .item-info .name strong {
	margin-right: 10px;
	font-size: 16px;
}

.designer-team-list .item-info .count-bar {
	padding-top: 12px;
	color: #999;
	font-size: 0;
}

.designer-team-list .item-info .count-bar span {
	display: inline-block;
	font-size: 12px;
}

.designer-team-list .popup-author {
	display: none;
	position: absolute;
	z-index: 20;
	bottom: 71px;
	left: 0;
	width: 310px;
	padding: 15px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	font-size: 12px;
}

.designer-team-list .popup-author .icon-arrow {
	position: absolute;
	bottom: -13px;
	left: 15px;
	width: 24px;
	height: 13px;
	background-image: url("../images/icon-popup-author-arrow.jpg");
}

.designer-team-list .popup-author .avatar {
	float: left;
}

.designer-team-list .popup-author ul li {
	padding-bottom: 6px;
}

.designer-team-list .popup-author ul .label {
	float: left;
	width: 72px;
	color: #666;
}

.designer-team-list .popup-author ul .value {
	overflow: hidden;
}

.designer-team-list .popup-author .btn-group {
	padding-top: 5px;
	margin-left: -5px;
}

.designer-team-list .popup-author .btn-group .btn {
	float: left;
	margin-left: 5px;
	width: 136px;
	height: 40px;
	border: 1px solid #d5d5d5;
	line-height: 40px;
	text-align: center;
}

.designer-home-top {
	height: 300px;
	padding-top: 40px;
	background: url(../images/disign-home-banner.jpg) no-repeat center;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.designer-home-top .avatar {
	margin: 0 auto 14px;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #333;
}

.designer-home-top .name {
	margin-bottom: 10px;
}

.designer-home-top .name strong {
	margin-right: 10px;
	font-size: 20px;
}

.designer-home-top .btn-group {
	margin-top: 20px;
}

.designer-home-top .btn {
	display: inline-block;
	margin: 0 24px;
	width: 100px;
	height: 30px;
	background-color: #fb368e;
	background-image: -webkit-gradient(linear, left top, right top, from(#fb368e), to(#fd6aac));
	background-image: linear-gradient(90deg, #fb368e, #fd6aac);
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}

.designer-home-content .designer-detail {
	padding: 20px;
}

.designer-home-content .designer-detail .avatar {
	margin-right: 20px;
	border-radius: 10px;
	background-color: #eee;
}

.designer-home-content .designer-detail .con {
	overflow: hidden;
	padding-top: 5px;
	color: #666;
	font-size: 12px;
}

.designer-home-content .designer-detail .row1 {
	margin-bottom: 5px;
	font-size: 16px;
}

.designer-home-content .designer-detail .row2 {
	color: #999;
	font-size: 12px;
}

.designer-home-content .designer-detail .row3 {
	padding-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}

.designer-home-content .designer-detail .row4 {
	margin-top: 20px;
}

.designer-home-content .designer-detail .row4 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 65px;
}

.designer-home-content .designer-detail .row4 .label {
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}

.designer-home-content .designer-detail .count-bar {
	line-height: 30px;
}

.designer-home-content .designer-detail .count-bar span {
	margin-right: 10px;
}

.designer-home-content .designer-detail .name {
	margin-right: 10px;
	font-size: 20px;
	color: #333;
	letter-spacing: 10px;
}

.designer-home-works {
	margin-top: 20px;
	background-color: #fff;
}

.designer-home-works .title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

.designer-home-works .title h2 {
	font-size: 20px;
}

.designer-home-works .title .line {
	display: block;
	width: 20px;
	height: 1px;
	margin: 6px auto 4px;
	background-color: #fb368e;
}

.designer-home-works .title p {
	color: #999;
	text-transform: uppercase;
}

.designer-home-works ul {
	padding-left: 15px;
	margin-left: -20px;
}

.designer-home-works .item {
	float: left;
	margin: 0 0 20px 20px;
	width: 278px;
	height: 338px;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 12px;
}

.designer-home-works .item .thumb {
	display: block;
	margin-bottom: 10px;
	background-color: #333;
}

.designer-home-works .item .tit {
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.designer-home-works .item .info {
	color: #999;
}

.panorama-vr-list {
	margin: -15px 0 30px -15px;
}

.panorama-vr-list .item {
	float: left;
	margin: 15px 0 0 15px;
	width: 390px;
	height: 340px;
	padding: 7px;
	background-color: #fff;
}

.panorama-vr-list .item:hover {
	-webkit-box-shadow: 0 2px 18px 1px rgba(209, 208, 208, 0.1);
	box-shadow: 0 2px 18px 1px rgba(209, 208, 208, 0.1);
}

.panorama-vr-list .item-object {
	width: 376px;
	height: 282px;
	position: relative;
	margin-bottom: 14px;
	overflow: hidden;
}

.panorama-vr-list .item-object .mask-info {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.panorama-vr-list .item-object .mask-info .icon-vr {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 98px;
	height: 20px;
	margin: -10px 0 0 -49px;
	background: url(../images/icon-vr.png) no-repeat 0 0;
}

.panorama-vr-list .item-object .item-thumb {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.panorama-vr-list .item-object:hover .mask-info {
	visibility: visible;
}

.panorama-vr-list .item-object:hover .item-thumb {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.panorama-vr-list .item-con .button-zx {
	float: right;
	width: 77px;
	background-color: #fb368e;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.panorama-vr-list .item-con .button-zx:hover {
	font-size: 15px;
}

.panorama-vr-list .item-tit {
	width: 290px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 26px;
}

.panorama-vr-list .item-tit a {
	color: #333;
}

.panorama-vr-list .item-tit a:hover {
	color: #fb368e;
}

.banner-wrapper {
	width: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.page-tabs-title {
	padding: 72px 0;
	text-align: center;
}

.page-tabs-title li {
	display: inline-block;
	font-size: 36px;
	width: 170px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
}

.page-tabs-title li a {
	display: block;
	height: 40px;
	border: 1px solid #dadada;
}

.page-tabs-title li a:hover,
.page-tabs-title li.active {
	background-color: #fa2978;
	color: #fff;
}

.page-tabs-title li.active {
	border: 1px solid #fa2978;
}

.page-tabs-title li a:hover {
	border-color: #fa2978;
}

.page-bottom-banner {
	display: block;
	margin: 0 auto 60px;
}

.page-technique .info {
	width: 640px;
}

.page-technique .info h2 {
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
	color: #333;
}

.page-technique .info .text-area {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

.page-technique_1 .info {
	padding: 60px 0;
	width: 100%;
}

.page-technique_2 {
	height: 1255px;
	background: url(../images/technique_bg-01.jpg) no-repeat center;
}

.page-technique_2 .wrapper {
	padding-top: 60px;
}

.page-technique_2 .info {
	width: 540px;
}

.page-technique_3 .wrapper {
	padding: 135px 0 120px;
}

.page-technique_4 {
	height: 995px;
	background: url(../images/technique_bg-02.jpg) no-repeat center;
}

.page-technique_4 .wrapper {
	padding-top: 80px;
}

.page-technique_4 .info {
	padding-top: 120px;
	width: 550px;
}

.page-technique_5 .wrapper {
	padding: 135px 0 120px;
}

.page-technique_5 .info {
	width: 670px;
}

.page-technique_6 {
	height: 1255px;
	background: url(../images/technique_bg-03.jpg) no-repeat center;
}

.page-technique_6 .wrapper {
	padding: 50px 0 0 640px;
}

.page-technique_6 .info {
	width: auto;
}

.page-technique_7 .wrapper {
	padding: 135px 0 120px;
}

.page-technique_7 .info {
	width: 640px;
}

.page-management-standardization_4 .wrapper {
	padding: 120px 0 50px;
}

.page-management-standardization_4 .item {
	margin-bottom: 20px;
	padding: 0 60px;
}

.page-management-standardization_4 .info {
	width: 420px;
}

.page-management-standardization_4 .info h2 {
	font-size: 36px;
}

.page-management-standardization_4 .list-block {
	margin-top: 45px;
}

.page-management-standardization_4 .list-block li {
	margin-bottom: 40px;
	overflow: hidden;
}

.page-management-standardization_4 .list-block .number {
	float: left;
	font-size: 40px;
	line-height: 1;
	color: #333;
}

.page-management-standardization_4 .list-block .text {
	overflow: hidden;
	padding-left: 30px;
	color: #666;
}

.page-management-standardization_2 .full-pic {
	height: 420px;
	text-indent: 220px;
	background: url(../images/management_bg_02.jpg?v2) no-repeat center;
	font-size: 60px;
	line-height: 420px;
}

.page-management-standardization_2 .info {
	height: 462px;
	margin-top: 140px;
	padding-top: 260px;
	padding-left: 24px;
	background: url(../images/management_04.jpg) no-repeat top center;
}

.page-management-standardization_2 .info .item {
	margin-right: 130px;
	width: 303px;
	float: left;
	font-size: 20px;
	line-height: 30px;
}

.page-management-standardization_2 .info .item b {
	font-size: 40px;
	color: #fb368e;
}

.page-management-standardization_2 .info .item-last {
	margin-right: 0;
}

.page-management-standardization_3 {
	background: url(../images/management_bg_04.jpg) no-repeat bottom center;
}

.page-management-standardization_3 .full-pic {
	height: 420px;
	background: url(../images/management_bg_03.jpg) no-repeat center;
}

.page-management-standardization_3 .info {
	height: 820px;
	padding-top: 175px;
	margin-left: -35px;
}

.page-management-standardization_3 .info .item {
	margin-left: 35px;
	float: left;
	width: 273px;
	height: 494px;
	background-color: #fff;
}

.page-management-standardization_3 .info .item h4 {
	margin-top: 50px;
	font-size: 24px;
	color: #fb368e;
	line-height: 1;
	text-align: center;
}

.page-management-standardization_3 .info .item p {
	padding: 0 14px;
	margin-top: 8px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.page-management-standardization_1 .full-pic {
	height: 734px;
	background: url(../images/management_bg_01.jpg) no-repeat center;
}

.page-management-standardization_1 .tit {
	margin: 100px auto 80px;
}

.page-management-standardization_1 .text {
	padding: 65px;
	font-size: 16px;
	line-height: 30px;
}

.page-management-standardization_1 .text-2 {
	padding: 50px 65px;
}

.page-management-standardization_1 .text-2 p {
	font-size: 20px;
	line-height: 36px;
}

.page-management-standardization_1 .text-2 p b {
	padding-right: 10px;
	font-size: 26px;
	color: #fb368e;
}

.page-promotion-standardization_1 .title {
	margin: 0 auto 120px;
}

.page-promotion-standardization_1 .content .item {
	margin-bottom: 69px;
}

.page-promotion-standardization_1 .content .item .info {
	width: 600px;
	padding: 0 60px;
}

.page-promotion-standardization_1 .content .item .info-tit {
	margin-bottom: 25px;
	color: #1a1a1a;
	font-size: 30px;
}

.page-promotion-standardization_1 .content .item .info-tit .icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-position: center bottom;
	margin-right: 20px;
	width: 70px;
	height: 70px;
}

.page-promotion-standardization_1 .content .item .info-tit .icon-n1 {
	background-image: url(../images/promotion_number_1.png);
}

.page-promotion-standardization_1 .content .item .info-tit .icon-n2 {
	background-image: url(../images/promotion_number_2.png);
}

.page-promotion-standardization_1 .content .item .info-tit .icon-n3 {
	background-image: url(../images/promotion_number_3.png);
}

.page-promotion-standardization_1 .content .item .info-tit .icon-n4 {
	background-image: url(../images/promotion_number_4.png);
}

.page-promotion-standardization_1 .content .item .info-tit .icon-n5 {
	background-image: url(../images/promotion_number_5.png);
}

.page-promotion-standardization_1 .content .item .info-tit .icon-n6 {
	background-image: url(../images/promotion_number_6.png);
}

.page-promotion-standardization_1 .content .item .info-con {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.page-promotion-standardization_1 .content .item .info-con p {
	margin-bottom: 5px;
}

.page-promotion-standardization_1 .content .item_1 .info {
	padding-top: 55px;
}

.page-promotion-standardization_1 .content .item_2 .info {
	padding-top: 0;
}

.page-promotion-standardization_1 .content .item_3 .info {
	padding-top: 22px;
}

.page-promotion-standardization_1 .content .item_4 .info {
	padding-top: 36px;
}

.page-promotion-standardization_1 .content .item_5 .info {
	padding-top: 45px;
}

.page-promotion-standardization_1 .content .item_6 .info {
	padding-top: 92px;
}

.page-promotion-standardization_2 {
	margin-bottom: 65px;
	padding-top: 90px;
	background: url(../images/promotion_bg_01.jpg?v2) no-repeat top center;
}

.page-promotion-standardization_2 .title {
	margin: 0 auto;
}

.page-promotion-standardization_2 .content .info {
	margin-bottom: 30px;
}

.page-promotion-standardization_2 .content .tags {
	width: 510px;
}

.page-promotion-standardization_2 .content .tags li {
	float: left;
	padding: 0 15px;
	margin: 0 22px 22px 0;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	font-size: 20px;
	line-height: 40px;
	color: #333;
}

.page-promotion-standardization_2 .session_1,
.page-promotion-standardization_2 .session_2,
.page-promotion-standardization_2 .session_3 {
	padding: 90px 0;
}

.page-promotion-standardization_2 .session_1 .info,
.page-promotion-standardization_2 .session_2 .info,
.page-promotion-standardization_2 .session_3 .info {
	padding-left: 90px;
}

.page-promotion-standardization_2 .session_1 .full-pic,
.page-promotion-standardization_2 .session_2 .full-pic,
.page-promotion-standardization_2 .session_3 .full-pic {
	margin: 0 auto;
}

.page-promotion-standardization_2 .session_1 .info img {
	margin-top: 10px;
}

.page-promotion-standardization_2 .session_2 .info {
	padding-right: 90px;
}

.page-promotion-standardization_2 .session_1 .tags,
.page-promotion-standardization_2 .session_3 .tags {
	margin-left: 74px;
}

.page-promotion-standardization_2 .session_3 {
	height: 697px;
	background: url(../images/promotion_bg_02.jpg) no-repeat center;
}

.page-promotion-standardization_2 .session_3 .tags {
	padding-right: 20px;
}

.page-environmental-protection-materials_1 {
	margin-bottom: 90px;
}

.page-environmental-protection-materials_1 .info {
	width: 594px;
	height: 637px;
	position: relative;
	padding-top: 124px;
	padding-left: 180px;
}

.page-environmental-protection-materials_1 .info .bg-tl,
.page-environmental-protection-materials_1 .info .bg-br {
	position: absolute;
}

.page-environmental-protection-materials_1 .info .bg-tl {
	top: 0;
	left: 22px;
	width: 68px;
	height: 73px;
	background: url(../images/environmental-protection-materials_bg-tl.png) no-repeat 0 0;
}

.page-environmental-protection-materials_1 .info .bg-br {
	right: 0;
	bottom: 0;
	width: 71px;
	height: 76px;
	background: url(../images/environmental-protection-materials_bg-br.png) no-repeat 0 0;
}

.page-environmental-protection-materials_1 .info h2 {
	margin-bottom: 26px;
	color: #6abcec;
	font-size: 40px;
}

.page-environmental-protection-materials_1 .info h2 span {
	font-size: 30px;
	color: #333;
}

.page-environmental-protection-materials_1 .info .text {
	padding-right: 132px;
	color: #666;
	font-size: 20px;
	line-height: 30px;
}

.page-environmental-protection-materials_1 .info .text b {
	font-size: 30px;
	color: #6abcec;
}

.page-environmental-protection-materials_2 .session_1 {
	background-color: #f8f8f8;
}

.page-environmental-protection-materials_2 .wrapper {
	padding: 90px 0 100px 14px;
}

.page-environmental-protection-materials_2 .item {
	width: 313px;
	float: left;
	margin: 0 38px;
}

.page-environmental-protection-materials_2 .item h4 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #65b7e9;
	line-height: 1;
	text-align: center;
}

.page-environmental-protection-materials_2 .item .desc {
	height: 292px;
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

.page-environmental-protection-materials_3 {
	padding-bottom: 74px;
}

.page-environmental-protection-materials_3 .tit-img {
	margin: 0 auto 86px;
}

.page-environmental-protection-materials_3 .info {
	width: 475px;
	padding-top: 175px;
}

.page-environmental-protection-materials_3 .info h3 {
	margin-bottom: 30px;
	font-family: 'SimHei';
	font-size: 40px;
	color: #52b5f5;
}

.page-environmental-protection-materials_3 .info p {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

.page-environmental-protection-materials_3 .pic {
	padding-top: 59px;
	width: 720px;
}

.page-environmental-protection-materials_3 .pic li {
	float: left;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #bfbfbf;
}

.page-environmental-protection-materials_3 .pic li.li-1 {
	margin-left: 200px;
}

.page-environmental-protection-materials_3 .pull-right li {
	margin-left: 20px;
}

.page-environmental-protection-materials_3 .pull-left li {
	margin-right: 20px;
}

.page-environmental-protection-materials_3 .pull-left li.li-1 {
	margin-left: 180px;
}

.page-environmental-protection-materials_3 .session_1 {
	height: 591px;
	background: url(../images/environmental_protection_materials_bg_4.jpg) no-repeat center;
}

.page-environmental-protection-materials_3 .session_2,
.page-environmental-protection-materials_3 .session_4,
.page-environmental-protection-materials_3 .session_6,
.page-environmental-protection-materials_3 .session_8 {
	height: 674px;
}

.page-environmental-protection-materials_3 .session_2 .pic,
.page-environmental-protection-materials_3 .session_4 .pic,
.page-environmental-protection-materials_3 .session_6 .pic,
.page-environmental-protection-materials_3 .session_8 .pic {
	padding-top: 96px;
}

.page-environmental-protection-materials_3 .session_2 .info,
.page-environmental-protection-materials_3 .session_4 .info,
.page-environmental-protection-materials_3 .session_6 .info,
.page-environmental-protection-materials_3 .session_8 .info {
	padding-top: 240px;
}

.page-environmental-protection-materials_3 .session_3 {
	height: 591px;
	background: url(../images/environmental_protection_materials_bg_1.jpg) no-repeat center;
}

.page-environmental-protection-materials_3 .session_5 {
	height: 591px;
	background: url(../images/environmental_protection_materials_bg_3.jpg) no-repeat center;
}

.page-environmental-protection-materials_3 .session_7 {
	height: 591px;
	background: url(../images/environmental_protection_materials_bg_2.jpg) no-repeat center;
}

.page-environmental-protection-materials_3 .session_9 {
	height: 470px;
	background: url(../images/environmental_protection_materials_bg_5.jpg) no-repeat center;
}

.page-environmental-protection-materials_3 .session_9 .pic {
	padding-top: 130px;
}

.page-environmental-protection-materials_3 .session_9 .info {
	padding-top: 134px;
}

.page-acceptance-of-work .title {
	margin-bottom: 40px;
	text-align: center;
}

.page-acceptance-of-work .title h2 {
	font-size: 40px;
}

.page-acceptance-of-work .title p {
	font-size: 18px;
}

.page-acceptance-of-work .text {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

.page-acceptance-of-work_1 .tit {
	font-size: 24px;
}

.page-acceptance-of-work_1 .session_1 {
	padding-bottom: 70px;
}

.page-acceptance-of-work_1 .session_1 tit {
	margin-bottom: 23px;
}

.page-acceptance-of-work_1 .session_1 .text {
	margin-bottom: 36px;
}

.page-acceptance-of-work_1 .session_1 img {
	margin-bottom: 90px;
}

.page-acceptance-of-work_1 .session_2 {
	padding: 0 80px;
}

.page-acceptance-of-work_1 .session_2 .item {
	margin-bottom: 70px;
}

.page-acceptance-of-work_1 .session_2 .info {
	width: 450px;
	padding-top: 30px;
}

.page-acceptance-of-work_1 .session_2 .info .tit {
	margin-bottom: 20px;
	text-align: center;
}

.page-acceptance-of-work_1 .session_2 .info .text {
	margin-bottom: 50px;
}

.page-acceptance-of-work_2 {
	margin-top: 100px;
}

.page-acceptance-of-work_2 .pic-center {
	margin: 0 auto;
}

.page-acceptance-of-work_2 .pic-1 {
	margin: 60px auto 80px;
}

.page-acceptance-of-work_2 .pic-2 {
	margin-bottom: 140px;
}

.page-acceptance-of-work_2 .tit {
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
}

.page-acceptance-of-work_2 .pic-3 {
	margin-bottom: 70px;
}

.page-acceptance-of-work_2 .text {
	padding: 0 26px;
}

.page-acceptance-of-work_3 {
	margin-top: 100px;
	margin-bottom: 50px;
}

.page-acceptance-of-work_3 .item .info {
	width: 530px;
	padding-right: 98px;
	padding-top: 70px;
}

.page-acceptance-of-work_3 .item .info .tit {
	margin-bottom: 20px;
	font-size: 24px;
}

.page-construction-patent_1 .title {
	margin-bottom: 100px;
}

.page-construction-patent_1 .title h2 {
	font-size: 40px;
}

.page-construction-patent_1 .title p {
	font-size: 30px;
	color: #666;
	font-weight: 200;
}

.page-construction-patent_1 .title p span {
	margin-right: 50px;
}

.page-construction-patent_1 img {
	margin: 0 auto 50px;
}

.page-construction-patent_1 .tit {
	margin-bottom: 30px;
	font-size: 40px;
	color: #1a1a1a;
}

.page-construction-patent_1 .con {
	color: #1a1a1a;
	font-size: 20px;
	line-height: 30px;
}

.page-construction-patent_1 .session_1 {
	padding: 0 0 110px;
}

.page-construction-patent_1 .session_2,
.page-construction-patent_1 .session_3 {
	padding: 110px 0;
}

.page-construction-patent_1 .session_2 {
	background: url(../images/construction-patent_bg.jpg) no-repeat center;
}

.page-construction-patent_2 {
	padding: 80px 0 50px;
	margin-bottom: 44px;
	background: url(../images/construction-patent_bg.jpg) no-repeat center/auto 100%;
}

.page-construction-patent_2 .title {
	margin: 0 auto;
}

.page-construction-patent_2 .list-pic {
	margin-top: 85px;
	margin-left: -81px;
}

.page-construction-patent_2 .list-pic .item {
	float: left;
	margin-left: 80px;
	margin-bottom: 30px;
	text-align: center;
}

.page-construction-patent_2 .list-pic .item-1 {
	margin-left: 230px;
}

.page-construction-patent_2 .list-pic .item-2 {
	margin-left: 100px;
}

.page-construction-patent_2 .list-pic .item-tit {
	margin-top: 10px;
	font-size: 20px;
	color: #03112d;
}

.after-sale-wrapper {
	margin-bottom: 40px;
	padding-bottom: 58px;
	background-color: #f2f2f2;
}

.after-sale-wrapper .breadcrumb {
	background-color: #f2f2f2;
	border: none;
}

.after-sale-wrapper .tab-title {
	background-color: #fff;
}

.after-sale-wrapper .tab-title li {
	float: left;
	width: 33.3333333333%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.after-sale-wrapper .tab-title li.active,
.after-sale-wrapper .tab-title li:hover {
	color: #fb368e;
}

.after-sale-wrapper .tab-title li.active {
	border-bottom: 3px solid #fb368e;
}

.after-sale-wrapper .tab-box {
	display: none;
	position: relative;
	height: 400px;
	background: url(../images/banner-after-sale.jpg) no-repeat center;
}

.after-sale-wrapper .tab-box .info {
	padding: 72px 0 0 55px;
	width: 740px;
	color: #fff;
}

.after-sale-wrapper .tab-box .info h3 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1;
}

.after-sale-wrapper .tab-box .info .desc {
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 30px;
}

.after-sale-wrapper .tab-box .info .flow-tit {
	margin-bottom: 10px;
	font-size: 20px;
}

.after-sale-wrapper .tab-box .info .flow-con li {
	float: left;
	font-size: 16px;
	margin-right: 25px;
}

.after-sale-wrapper .tab-box_1 {
	background-image: url(../images/banner-after-sale1.jpg);
}

.after-sale-wrapper .tab-box_1 .info {
	position: absolute;
	top: 98px;
	left: 53px;
	width: 637px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.2);
}

.after-sale-wrapper .tab-box_1 .info .text {
	padding: 23px;
	border: 1px solid #fff;
	font-size: 20px;
	line-height: 30px;
	text-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	text-indent: 2em;
	letter-spacing: 3px;
}

.after-sale-wrapper .tab-box_2 {
	background-image: url(../images/banner-after-sale3.jpg);
}

.after-sale-wrapper .panel-form {
	position: absolute;
	right: 55px;
	bottom: 72px;
	width: 300px;
	padding: 20px 20px 10px;
	background-color: #fff;
	border-radius: 4px;
}

.after-sale-wrapper .panel-form__title {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
	color: #999;
	font-size: 12px;
}

.after-sale-wrapper .panel-form__title h3 {
	margin-bottom: 14px;
	color: #fb368e;
	font-size: 16px;
}

.after-sale-wrapper .panel-form__title p {
	height: 16px;
	line-height: 16px;
}

.after-sale-wrapper .panel-form__title .number {
	color: #fb368e;
	font-size: 16px;
}

.after-sale-wrapper .panel-form__input {
	margin-bottom: 8px;
	width: 100%;
	height: 30px;
	padding: 6px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 12px;
}

.after-sale-wrapper .panel-form__button {
	width: 100%;
	height: 30px;
	border: none;
	background-color: #fb368e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fb368e), to(#fd6aac));
	background-image: linear-gradient(to bottom, #fb368e, #fd6aac);
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.after-sale-wrapper .panel-form__ending {
	padding-top: 8px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.after-sale-wrapper .panel-form__ending b {
	color: #e61874;
	font-size: 14px;
}

.after-sale-about-wrapper {
	margin-bottom: 0;
	background-color: #fff;
}

.after-sale-about-wrapper .breadcrumb {
	background-color: #fff;
}

.after-sale-about-wrapper .tab-title {
	background-color: #f2f2f2;
}

.after-sale-about-wrapper .tab-title li {
	width: 50%;
}

.after-sale-about-wrapper .tab-box {
	background-image: url(../images/after_sale_7.png);
}

.after-sale-about-wrapper .section {
	margin-top: 75px;
}

.after-sale-about-wrapper .section-head {
	margin-bottom: 50px;
	text-align: center;
}

.after-sale-about-wrapper .section-title {
	font-size: 40px;
}

.after-sale-about-wrapper .section-title-info {
	font-size: 18px;
}

.after-sale-about-wrapper .section .pic-center {
	display: block;
	margin: 0 auto;
}

.after-sale-about-wrapper .section-full-banner {
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
}

.after-sale-about-wrapper .section-full-banner.one {
	margin-top: 50px;
	background-image: url(../images/after_sale_1.png);
}

.after-sale-about-wrapper .section-full-banner.two {
	background-image: url(../images/after_sale_4.png);
}

.after-sale-about-wrapper .section-1 {
	margin-top: 60px;
}

.after-sale-about-wrapper .list-items li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 16px;
}

.after-sale-about-wrapper .list-items li .icon {
	display: block;
	margin: 0 auto 20px;
	width: 132px;
	height: 132px;
}

.after-sale-about-wrapper .list-items li .icon-1 {
	background-image: url(../images/after-sale-icon_1.png);
}

.after-sale-about-wrapper .list-items li .icon-2 {
	background-image: url(../images/after-sale-icon_2.png);
}

.after-sale-about-wrapper .list-items li .icon-3 {
	background-image: url(../images/after-sale-icon_3.png);
}

.after-sale-about-wrapper .list-items li .icon-4 {
	background-image: url(../images/after-sale-icon_4.png);
}

.page-construction__title {
	padding: 70px 0 40px;
	text-align: center;
	font-size: 30px;
	line-height: 1;
}

.page-construction__title .tit-img {
	margin: 0 auto;
}

.page-construction__content .text {
	font-size: 20px;
	line-height: 30px;
	text-indent: 2em;
	color: #666;
}

.page-construction_1 {
	padding-bottom: 80px;
}

.page-construction_1 .text {
	margin-bottom: 28px;
}

.page-construction_1 .list-team-pic {
	margin: -10px 0 0 -10px;
}

.page-construction_1 .list-team-pic img {
	float: left;
	margin: 10px 0 0 10px;
}

.page-construction_2 {
	padding-bottom: 80px;
	background: url(../images/construction_team_bg-01.jpg) no-repeat center;
}

.page-construction_2 .page-construction__title {
	padding-top: 42px;
}

.page-construction_2 .text {
	margin-bottom: 28px;
}

.page-construction_2 .list-motorcade-pic {
	margin: -20px 0 0 -20px;
}

.page-construction_2 .list-motorcade-pic img {
	float: left;
	margin: 20px 0 0 20px;
}

.page-construction_3 .swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 600px;
}

.page-construction_3 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 866px;
	height: 500px;
}

.page-construction_3 .list-block {
	margin: -52px 0 0 -24px;
}

.page-construction_3 .list-block .item {
	float: left;
	margin: 52px 0 0 24px;
}

.page-construction_3 .text {
	margin-top: 30px;
}

.page-construction_3 .text p {
	margin-bottom: 10px;
}

.page-construction_4 .text {
	margin: 28px 0;
}

.page-construction_4 .text p {
	margin-bottom: 10px;
}

.page-construction_5 {
	margin-bottom: 60px;
}

.page-construction_5 .text {
	margin: 55px 0;
}

.page-construction_5 .list-block .item {
	margin-bottom: 62px;
}

.page-construction_5 .list-block .item .info {
	width: 598px;
	font-size: 20px;
	line-height: 40px;
	color: #666;
}

.page-construction_5 .list-block .item .info b {
	color: #e61874;
	font-size: 30px;
}

.page-construction_5 .list-block .item-1 .info {
	padding: 80px 100px 0;
	background: url(../images/construction_team_pic_quality.png) no-repeat center 200px;
}

.page-construction_5 .list-block .item-2 .info {
	padding: 10px 100px 0;
	background: url(../images/construction_team_pic_security.png) no-repeat center 200px;
}

.page-construction_5 .list-block .item-3 .info {
	padding: 90px 100px 0;
	background: url(../images/construction_team_pic_dedicated.png) no-repeat center 160px;
}

.bottom-consult-bar__button {
	width: 202px;
	height: 220px;
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 20px;
	background: url(../images/bottom-fixed-baojia.png?v2) no-repeat 0 0;
	cursor: pointer;
}

.bottom-consult-bar__content {
	display: none;
	position: fixed;
	z-index: 997;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.bottom-consult-bar__content .close {
	position: absolute;
	z-index: 998;
	right: 10px;
	top: 10px;
	padding: 10px;
}

.bottom-consult-bar__content .close .icon-close {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/botton-fixed-close.png) no-repeat 0 0;
}

.bottom-consult-bar__content .close:hover {
	background-color: #b53268;
}

.bottom-consult-bar__content .close:hover .icon-close {
	background-position: 0 -15px;
}

.bottom-consult-bar__content .wrapper {
	position: relative;
	height: 140px;
}

.bottom-consult-bar__content .people-img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 275px;
	height: 237px;
	background: url(../images/bottom-fixed-baojia-people.png?v3) no-repeat 0 0;
}

.bottom-consult-bar__content .form-box {
	float: left;
	padding-left: 290px;
}

.bottom-consult-bar__content .form {
	width: 561px;
	padding-top: 17px;
	margin-right: 30px;
}

.bottom-consult-bar__content .form .form-group {
	float: left;
	width: 220px;
	margin: 0 10px 12px 0;
}

.bottom-consult-bar__content .form .form-control {
	width: 100%;
	padding: 8px 8px;
	height: 36px;
	background-color: #fff;
	border: none;
	font-size: 14px;
}

.bottom-consult-bar__content .form span {
	float: left;
	line-height: 36px;
}

.bottom-consult-bar__content .form .form-button {
	float: right;
	width: 86px;
	height: 86px;
	border: none;
	background: url(../images/bottom-fixed-baojia-button.png?v2) no-repeat 0 0;
	cursor: pointer;
}

.bottom-consult-bar__content .tel {
	margin-top: 30px;
}


/*# sourceMappingURL=app.css.map */